igniteui-angular-maps 17.2.0 → 17.3.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-maps.umd.js +1465 -1438
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +41 -38
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +84 -81
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +184 -184
- package/esm2015/lib/GeographicMarkerSeries.js +29 -29
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +21 -18
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +95 -92
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +63 -63
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +60 -57
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +62 -59
- package/esm2015/lib/GeographicTileSeries.js +31 -28
- package/esm2015/lib/TileSeries_combined.js +95 -92
- package/esm2015/lib/XamGeographicMap_combined.js +464 -461
- package/esm2015/lib/igx-geographic-contour-line-series-component.js +9 -9
- package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm2015/lib/igx-geographic-map-component.js +40 -40
- package/esm2015/lib/igx-geographic-map-series-host-component.js +21 -21
- package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
- package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +8 -8
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +16 -16
- package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm2015/lib/igx-geographic-symbol-series-component.js +15 -15
- package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
- package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igx-tile-series-component.js +3 -3
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +41 -38
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +84 -81
- package/esm5/lib/GeographicMapSeriesHost_combined.js +182 -182
- package/esm5/lib/GeographicMarkerSeries.js +29 -29
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +21 -18
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +95 -92
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +62 -62
- package/esm5/lib/GeographicShapeSeriesView_combined.js +60 -57
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +62 -59
- package/esm5/lib/GeographicTileSeries.js +30 -27
- package/esm5/lib/TileSeries_combined.js +93 -90
- package/esm5/lib/XamGeographicMap_combined.js +457 -454
- package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
- package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm5/lib/igx-geographic-map-component.js +40 -40
- package/esm5/lib/igx-geographic-map-series-host-component.js +21 -21
- package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
- package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +8 -8
- package/esm5/lib/igx-geographic-shape-series-base-component.js +16 -16
- package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm5/lib/igx-geographic-symbol-series-component.js +15 -15
- package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
- package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igx-tile-series-component.js +3 -3
- package/fesm2015/igniteui-angular-maps.js +1483 -1456
- package/fesm5/igniteui-angular-maps.js +1465 -1438
- package/lib/GeographicContourLineSeriesView_combined.d.ts +16 -15
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +25 -24
- package/lib/GeographicMapSeriesHost_combined.d.ts +46 -46
- package/lib/GeographicMarkerSeries.d.ts +16 -16
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +10 -9
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +28 -27
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +23 -23
- package/lib/GeographicShapeSeriesView_combined.d.ts +27 -26
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +21 -20
- package/lib/GeographicTileSeries.d.ts +11 -10
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +24 -22
- package/lib/XamGeographicMap_combined.d.ts +109 -108
- package/package.json +2 -2
|
@@ -4,4 +4,4 @@
|
|
|
4
4
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
5
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
6
|
*/
|
|
7
|
-
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("tslib"),require("@angular/core"),require("igniteui-angular-charts"),require("igniteui-angular-core"),require("@angular/common")):"function"==typeof define&&define.amd?define(["exports","tslib","@angular/core","igniteui-angular-charts","igniteui-angular-core","@angular/common"],t):t((e=e||self)["igniteui-angular-maps"]={},e.tslib,e.i0,e.igniteuiAngularCharts,e.igniteuiAngularCore,e.common)}(this,(function(e,t,i,n,r,o){"use strict";var a=function(e){return e[e.Auto=0]="Auto",e[e.MaintainTopLeftPosition=1]="MaintainTopLeftPosition",e[e.MaintainCenterPosition=2]="MaintainCenterPosition",e}({}),s=r.markEnum("MapResizeBehavior","Auto,0|MaintainTopLeftPosition,1|MaintainCenterPosition,2"),u=function(e){return e[e.Auto=0]="Auto",e[e.NonWrapped=1]="NonWrapped",e[e.Wrapped=2]="Wrapped",e}({}),l=r.markEnum("MapBackgroundTilingMode","Auto,0|NonWrapped,1|Wrapped,2"),c=function(e){function i(){var t=e.call(this)||this;return t.au=null,t.ai=0,t.aj=0,t.au=new r.Rect(0,0,0,1,1),t}return t.__extends(i,e),i.prototype.q=function(e,t){if(t.c.isEmpty)return this.getMercatorUnscaledValue(e,t.e,t.d,t.a);var i=e*t.e.height+t.e.top*t.d.height;return this.getMercatorUnscaledValue(i,this.au,t.c,t.a)},i.prototype.p=function(e,t){if(t.c.isEmpty)return this.getMercatorScaledValue1(e,t.e,t.d,t.a);var i=this.getMercatorScaledValue1(e,this.au,t.c,t.a);return i=(i-t.e.top*t.d.height)/t.e.height},i.prototype.af=function(e){return Array.isArray(e)?e:null},i.prototype.v=function(e,t,n,r){var o,a,s,u,l,c=r.e,p=r.d,h=r.c,g=(r.a,!h.isEmpty),y=(this.m,this.o,h.top),m=h.height,f=c.top,d=c.height,b=p.top,v=p.height,S=this.au.top,M=this.au.height,I=this.af(e),C=.017453292519943295,w=!1;null!=I&&(w=!0);for(var _=t;_<n;_++)o=w?I[_]:e.item(_),g?(o<i.ah&&(o=i.ah),o>i.ag&&(o=i.ag),a=o*C,s=Math.sin(a),u=.5*Math.log((1+s)/(1-s)),l=(((l=y+(l=(this.ai-u)*m/this.aj))-S*m)/M-f*v)/d,w?I[_]=l:e.item(_,l)):(o<i.ah&&(o=i.ah),o>i.ag&&(o=i.ag),a=o*C,s=Math.sin(a),u=.5*Math.log((1+s)/(1-s)),l=((l=b+(l=(this.ai-u)*v/this.aj))-f*v)/d,w?I[_]=l:e.item(_,l))},i.prototype.t=function(e,t,i,n,r){return{p3:this.ak(e.l5),p4:this.ak(e.l4)}},i.prototype.w=function(t,n,r){switch(e.prototype.w.call(this,t,n,r),t){case"ActualMinimumValue":case"ActualMaximumValue":this.ai=i.am(this.n),this.aj=i.am(this.n)-i.am(this.o)}},Object.defineProperty(i,"as",{get:function(){return i.ag},enumerable:!1,configurable:!0}),Object.defineProperty(i,"at",{get:function(){return i.ah},enumerable:!1,configurable:!0}),i.prototype.getMercatorUnscaledValue=function(e,t,n,r){var o=(e-n.top)*t.width+t.top*n.height;return o=i.am(this.n)-o/(n.height/this.aj),i.aq(o)},i.prototype.getMercatorScaledValue1=function(e,t,i,n){return(i.top+this.getMercatorScaledValue3(e,i.height)-t.top*i.height)/t.width},i.prototype.getMercatorScaledValue2=function(e,t,i,n,r){return(this.getMercatorScaledValue3(e,n.height)-t.top*i.height)/t.width},i.prototype.getMercatorScaledValue3=function(e,t){e=e>i.ah?e<i.ag?e:i.ag:i.ah;var n=i.am(e);return(this.ai-n)*t/this.aj},i.am=function(e){var t=.017453292519943295*e,i=Math.sin(t);return.5*Math.log((1+i)/(1-i))},i.aq=function(e){return e=Math.exp(2*e),Math.asin((e-1)/(e+1))/.017453292519943295},i.prototype.ak=function(e){return e<i.ah?i.ah:e>i.ag?i.ag:e},i.$t=r.markType(i,"SphericalMercatorVerticalScaler",n.VerticalLinearScaler.$),i.ag=85.05112878,i.ah=-85.05112878,i}(n.VerticalLinearScaler),p=function(e){function i(){var t=e.call(this)||this;return t.aj=null,t.aj=new r.Rect(0,0,0,1,1),t}return t.__extends(i,e),i.prototype.q=function(e,t){if(t.c.isEmpty)return this.getMercatorUnscaledValue(e,t.e,t.d,t.a);var i=e*t.e.width+t.e.left*t.d.width;return this.getMercatorUnscaledValue(i,this.aj,t.c,t.a)},i.prototype.p=function(e,t){return t.c.isEmpty?this.getMercatorScaledValue1(e,t.e,t.d,t.a):(this.getMercatorScaledValue1(e,this.aj,t.c,t.a)-t.e.left*t.d.width)/t.e.width},i.prototype.af=function(e){return Array.isArray(e)?e:null},i.prototype.v=function(e,t,i,n){var r,o=n.e,a=n.d,s=n.c,u=n.a,l=!s.isEmpty,c=this.m,p=this.o,h=s.left,g=s.width,y=o.left,m=o.width,f=a.left,d=a.width,b=this.aj.left,v=this.aj.width,S=this.af(e),M=!1;null!=S&&(M=!0);for(var I=t;I<i;I++)if(r=M?S[I]:e.item(I),l){var C=(r-p)/c;u&&(C=1-C);var w=((C=h+g*(C-b)/v)-y*d)/m;M?S[I]=w:e.item(I,w)}else{var _=(r-p)/c;u&&(_=1-_),_=f+d*(_-y)/m,M?S[I]=_:e.item(I,_)}},i.prototype.t=function(e,t,i,n,r){return{p3:e.l5,p4:e.l4}},i.prototype.getMercatorUnscaledValue=function(e,t,i,n){var r=t.left+t.width*(e-i.left)/i.width;return n&&(r=1-r),this.o+r*this.m},i.prototype.getMercatorScaledValue1=function(e,t,i,n){var r=(e-this.o)/this.m;return n&&(r=1-r),i.left+i.width*(r-t.left)/t.width},i.prototype.getMercatorScaledValue2=function(e,t,i,n,r){var o=(e-this.o)/this.m;return r&&(o=1-o),i.left+i.width*(o-t.left)/t.width},i.$t=r.markType(i,"SphericalMercatorHorizontalScaler",n.HorizontalLinearScaler.$),i}(n.HorizontalLinearScaler),h=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=r.markType(i,"ImageTilesReadyEventArgs",r.EventArgs.$),i}(r.EventArgs),g=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=r.markType(i,"ImagesChangedEventArgs",r.EventArgs.$),i}(r.EventArgs),y=function(e){function i(){var t=e.call(this)||this;return t.t1=null,t.t3=t.t2(),t}return t.__extends(i,e),i.prototype.og=function(){e.prototype.og.call(this),null!=this.t3&&this.t3.og()},i.prototype.get_eq=function(){return!0},i.prototype.ju=function(e,t){var i=this.lv(t);return"LatitudeMemberPath"==i&&(i="YMemberPath"),"LongitudeMemberPath"==i&&(i="XMemberPath"),this.t3.ju(e,t)},i.prototype.ds=function(e,t,i,n){return this.t3.ds(e,t,i,n)},i.prototype.ag=function(){return this.t3.ag()},i.prototype.bj=function(){return this.t3},Object.defineProperty(i.prototype,"t3",{get:function(){return this.t1},set:function(e){this.t3!=e&&(this.t1=e,this.t8())},enumerable:!1,configurable:!0}),i.prototype.get_hasMarkers=function(){return this.t3.hasMarkers},i.prototype.t8=function(){if(null!=this.t1){var e=this.t1;e.externalObject=r.TypeRegistrar.createFromInternal(e,r.PlatformConstants.Prefix,r.PlatformConstants.Postfix),e.externalObject._implementation=e}this.nr(this.t3),this.t4.b5()},i.prototype.ax=function(e,t,i){return this.az(this.t3,e,t,i)},i.prototype.ay=function(e,t,i){return this.a0(this.t3,e,t,i)},i.prototype.jr=function(e){return this.jx(this.t3,e)},i.prototype.jf=function(e,t){return this.t3.jf(e,t)},i.prototype.jd=function(e,t){return this.t3.jd(e,t)},i.prototype.h9=function(e,t,i){return this.t3.h9(e,t,i)},i.prototype.th=function(e,t,i){return this.t3.th(e,t,i)},i.prototype.ts=function(e){return this.t3.ts(e)},i.prototype.ak=function(e){return this.t3.ak(e)},i.prototype.tt=function(e){return this.t3.tt(e)},i.prototype.al=function(e){return this.t3.al(e)},i.prototype.tu=function(e){return this.t3.tu(e)},i.prototype.tv=function(e){return this.t3.tv(e)},i.prototype.h5=function(e,t,i){return this.t3.h5(e,t,i)},i.prototype.td=function(e,t,i){return this.t3.td(e,t,i)},i.prototype.h7=function(e,t,i){return this.h9(e,t,i)},i.prototype.tf=function(e,t,i){return this.t3.tf(e,t,i)},i.prototype.ti=function(e,t,i){return this.t3.ti(e,t,i)},i.prototype.ia=function(e,t,i){return this.t3.ia(e,t,i)},i.prototype.te=function(e,t,i){return this.t3.te(e,t,i)},i.prototype.h6=function(e,t,i){return this.t3.h6(e,t,i)},i.prototype.tg=function(e,t,i){return this.t3.tg(e,t,i)},i.prototype.h8=function(e,t,i){return this.t3.h8(e,t,i)},i.prototype.i9=function(e){return this.t3.i9(e)},i.prototype.h0=function(){return this.t3.h0()},i.prototype.hw=function(e){return this.t3.hw(e)},i.prototype.js=function(e){return this.t3.js(e)},i.prototype.cg=function(){return new m(this)},i.prototype.o0=function(t){e.prototype.o0.call(this,t),this.t4=r.typeCast(m.$,t)},Object.defineProperty(i.prototype,"t5",{get:function(){return this.c(i.ua)},set:function(e){this.h(i.ua,e)},enumerable:!1,configurable:!0}),i.prototype.o8=function(t,i,o,a){switch(e.prototype.o8.call(this,t,i,o,a),i){case"SeriesViewer":this.t3.cy=this.cy,null!=o&&o.o2(this.t3),null!=a&&this.cy.lr(this.t3),this.t3.pb(this.tw),this.t3.index=this.index,this.n2(this.t3),this.jl=this.t3.jl;var s=r.typeCast(n.SeriesViewer.$,o);if(null!=s&&(s.actualWindowRectChanged=r.delegateRemove(s.actualWindowRectChanged,r.runOn(this,this.t9))),null!=this.cy){var u=this.cy;u.actualWindowRectChanged=r.delegateCombine(u.actualWindowRectChanged,r.runOn(this,this.t9))}this.t7();break;case"SyncLink":this.t3.cr=this.cr;break;case"VisibleFromScale":this.t7();break;case"Index":this.t3.index=this.index;break;case"ItemsSource":this.t4.b6();break;case"Resolution":this.t4.cd();break;case"TransitionDuration":this.t4.cg();break;case"Opacity":this.t4.ca();break;case"Visibility":var l=this.t3,c=this._visibility;l.visibility=c;break;case"MouseOverEnabled":this.t3.fk=this.fk;break;case"ExpectFunctions":this.t3.expectFunctions=this.expectFunctions;break;case"Thickness":this.t4.cf();break;case"Brush":this.t4.b4();break;case"Outline":this.t4.cc();break;case"ActualBrush":this.t4.b1();break;case"ActualOutline":this.t4.b2();break;case"MarkerFillOpacity":r.isNaN_(this.ik)||this.t4.b9();break;case"AreaFillOpacity":r.isNaN_(this.hp)||this.t4.b3();break;case"OutlineMode":this.t4.cb();break;case"ShowDefaultTooltip":this.t4.ce();break;case"Title":this.t3.title=this.title;break;case"LegendItemBadgeMode":this.t4.b7();break;case"LegendItemBadgeShape":this.t4.b8();break;case"Legend":this.t3.legend=this.legend,this.cj.av()}},i.prototype.t7=function(){if(null!=this.cy&&null!=this.t3&&!r.isNaN_(this.t5))if(this.cy.tn.width>this.t5){this.t3.visibility=1}else{this.t3.visibility=0}},i.prototype.t9=function(e,t){this.t7()},i.prototype.pp=function(t){e.prototype.pp.call(this,t),null!=this.t3&&this.t3.pp(t)},i.prototype.po=function(e,t,i,n,r){null!=this.t3&&this.t3.po(e,t,i,n,r)},i.prototype.au=function(e,t){return this.t3.au(e,t)},i.prototype.p8=function(){e.prototype.p8.call(this),this.t3.p8()},i.prototype.get_coercionMethods=function(){return this._coercionMethods},i.prototype.set_coercionMethods=function(e){this._coercionMethods=e,this.t3.coercionMethods=e},i.prototype.n1=function(t){if(e.prototype.n1.call(this,t),null!=this.t3){var i=this.t3.jq();this.nm(t,i)}},i.$t=r.markType(i,"GeographicMapSeriesHost",n.Series.$),i.ua=r.DependencyProperty.i("VisibleFromScale",r.Number_$type,i.$,new r.PropertyMetadata(2,1,(function(e,t){e.raisePropertyChanged("VisibleFromScale",t.oldValue,t.newValue)}))),i}(n.Series),m=function(e){function i(t){var i=e.call(this,t)||this;return i.b0=null,i.b0=t,i}return t.__extends(i,e),i.prototype.at=function(t,i){e.prototype.at.call(this,t,i)},i.prototype.b5=function(){this.b0.t0=1,this.b0.t3.t0=0,this.b0.t3.itemsSource=this.b0.itemsSource,this.b0.t3.index=this.b0.index,this.b0.t3.sw=this.b0.sw,this.b0.t3.s2=this.b0.sw,this.b0.t3.cc=this.b0.cc,this.b0.t3.io=this.b0.io,this.b0.t3.ji=this.b0.ji,this.b0.t3._opacity=this.b0._opacity,this.b0.t3.iu=this.b0.iu,this.b0.t3.hp=this.b0.hp,this.b0.t3.ik=this.b0.ik,this.b0.t3.fy=this.b0.fy,this.b0.t3.legendItemBadgeShape=this.b0.legendItemBadgeShape,this.b0.t3.ba=this.b0.ba},i.prototype.b6=function(){this.b0.t3.itemsSource=this.b0.itemsSource},i.prototype.cd=function(){this.b0.t3.io=this.b0.io},i.prototype.cg=function(){this.b0.t3.ji=this.b0.ji},i.prototype.ca=function(){this.b0.t3._opacity=this.b0._opacity},i.prototype.cf=function(){this.b0.t3.iu=this.b0.iu},i.prototype.b4=function(){this.b0.t3.sw=this.b0.sw},i.prototype.cc=function(){this.b0.t3.s2=this.b0.s2},i.prototype.b1=function(){this.b0.t3.sw=this.b0.ss},i.prototype.b2=function(){this.b0.t3.s2=this.b0.sv},i.prototype.b7=function(){this.b0.t3.ba=this.b0.ba},i.prototype.b8=function(){this.b0.t3.legendItemBadgeShape=this.b0.legendItemBadgeShape},i.prototype.b3=function(){this.b0.t3.hp=this.b0.hp},i.prototype.b9=function(){this.b0.t3.ik=this.b0.ik},i.prototype.cb=function(){this.b0.t3.cc=this.b0.cc},i.prototype.ce=function(){this.b0.t3.fy=this.b0.fy},i.$t=r.markType(i,"HostSeriesView",n.SeriesView.$),i}(n.SeriesView),f=function(e){function i(){var t=e.call(this)||this;t.uz=null,t.uo=!1,t.ug=1,t.uv=0,t.v6=null,t.ud=null,t.t9=null,t.ub=null,t.uf=null,t.v2={$type:r.Point_$type,x:NaN,y:NaN},t.v9=null,t.uu=1,t.imageTilesReady=null,t.un=null,t.v8=r.Rect.empty,t.uv=c.am(i.v7.bottom)-c.am(i.v7.top),t.ab=i.$,t.backgroundContent=new I;var o,a=((o=new n.NumericXAxis).bi=t,o);a.cf=!0,t.ua=a,t.ua.nl=new p;var s=function(){var e=new n.NumericYAxis;return e.bi=t,e}();return s.cf=!0,t.uc=s,t.uc.nl=new c,t.vh(),t.vo(),t.md(),t}return t.__extends(i,e),i.prototype.provideContainer=function(t){e.prototype.provideContainer.call(this,t),this.ua.provideRenderer(t),this.uc.provideRenderer(t)},i.prototype.md=function(){e.prototype.md.call(this),this.um.fv(this.gh)},i.prototype.eu=function(){return this.us},i.prototype.ev=function(){return this.us},i.prototype.uj=function(){return 0==this.uh&&this.uo?2:1},Object.defineProperty(i.prototype,"ui",{get:function(){return this.ug},set:function(e){this.ug=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"wb",{get:function(){return this.v6},set:function(e){if(r.Rect.l_op_Inequality(this.v6,e)){var t=this.v6;this.v6=e,this.ol("ActualWorldRect",t,e)}},enumerable:!1,configurable:!0}),i.prototype.wf=function(){return this.wb},i.prototype.vh=function(){this.wn.isEmpty||(this.wb=this.wl(this.wn,1==this.ce))},i.prototype.wl=function(e,t){var n=e.top,o=e.left,a=e.width,s=e.height,u=c.am(e.bottom),l=c.am(e.top),p=u-l,h=e.width/i.v7.width,g=c.am(i.v7.top);if(p/h>this.uv){var y=p/this.uv;o-=(y-h)/2*i.v7.width,a=y*i.v7.width,t&&(o<i.v7.left?o+=i.v7.left-o:o+a>i.v7.right&&(o-=o+a-i.v7.right))}else if(p/h<this.uv){var m=this.uv*h-p,f=l-m/2,d=u+m/2;t&&(f<g?d+=g-(f+=g-f):d>g+this.uv&&(f-=d-(g+this.uv),d-=d-(g+this.uv))),n=c.aq(f),s=c.aq(d)-n}return new r.Rect(0,o,n,a,s)},Object.defineProperty(i.prototype,"backgroundContent",{get:function(){return this.ud},set:function(e){if(e!=this.backgroundContent){var t=this.backgroundContent;this.ud=e,this.ol("BackgroundContent",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"ua",{get:function(){return this.t9},set:function(e){if(e!=this.ua){var t=this.ua;this.t9=e,this.ol("XAxis",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"uc",{get:function(){return this.ub},set:function(e){if(e!=this.uc){var t=this.uc;this.ub=e,this.ol("YAxis",t,e)}},enumerable:!1,configurable:!0}),i.prototype.getZoomRectFromGeoRect=function(e){return this.getZoomFromGeographicRect(e)},i.prototype.vr=function(e){this.t3=e},i.prototype.vq=function(e){this.wn=e},i.prototype.getZoomFromGeographicRect=function(e){return this.wd(e,!0,0)},i.prototype.wc=function(e,t){return this.wd(e,!1,t)},i.prototype.wd=function(e,t,o){var a=e;t&&(a=this.wl(e,!1));var s=this.ua,u=this.uc,l=new n.ScalerParams(1,i.wa,this.t2,s.ch);l.c=this.tr;var c=new n.ScalerParams(1,i.wa,this.t2,u.ch);c.c=this.tr;var p=this.ua.ej(a.left,l),h=this.ua.ej(a.right,l),g=this.uc.ej(a.top,c),y=this.uc.ej(a.bottom,c),m=(p-o)/this.t2.width,f=(y-o)/this.t2.height,d=(h-p+2*o)/this.t2.width,b=(g-y+2*o)/this.t2.height,v=new r.Rect(0,m,f,d,b);return v.intersect(i.wa),v.isEmpty&&(v=i.wa),v},i.prototype.getZoomFromGeographicPoints=function(e,t){var n=e.x,o=t.y,a=t.x-e.x,s=e.y-t.y;if(a<0||s<0)return i.wa;var u=new r.Rect(0,n,o,a,s);return this.getZoomFromGeographicRect(u)},i.prototype.wh=function(e){var t=this.ua,o=this.uc,a=new n.ScalerParams(1,e,this.t2,t.ch);a.c=this.tr;var s=new n.ScalerParams(1,e,this.t2,o.ch);s.c=this.tr;var u=this.tq,l=t.em(u.left,a),c=o.em(u.top,s),p=t.em(u.right,a),h=o.em(u.bottom,s),g=p-l,y=c-h,m=new r.Rect(0,l,h,g,y);return 1==this.ce&&(m.intersect(i.v7),m.isEmpty&&(m=i.v7)),m},i.prototype.v3=function(e){var t=this.ua.l8(e.x),i=this.uc.l8(e.y);return{$type:r.Point_$type,x:t,y:i}},i.prototype.v4=function(e){var t=this.ua.e4(e.x),i=this.uc.e4(e.y);return{$type:r.Point_$type,x:t,y:i}},i.prototype.v5=function(e){return this.v4(e)},i.prototype.ve=function(){var e=r.typeCast(d.$,this.backgroundContent);null!=e&&e.clearTileCache()},i.prototype.vk=function(e){},i.prototype.fj=function(){return!0},i.prototype.vm=function(){var e,i;this.um.ee();try{for(var n=t.__values(r.fromEnum(this.series)),o=n.next();!o.done;o=n.next()){o.value.p8()}}catch(t){e={error:t}}finally{try{o&&!o.done&&(i=n.return)&&i.call(n)}finally{if(e)throw e.error}}},i.prototype.vp=function(){if(2==this.ul){if(!this.t2.isEmpty&&this.t2.width>0&&this.t2.height>0){var e=this.ua.l8(this.t2.left+this.t2.width/2),t=this.uc.l8(this.t2.top+this.t2.height/2);this.v2={$type:r.Point_$type,x:e,y:t}}}else if(!this.t2.isEmpty&&this.t2.width>0&&this.t2.height>0){var i=this.ua.l8(this.t2.left),n=this.uc.l8(this.t2.top);this.v2={$type:r.Point_$type,x:i,y:n}}},i.prototype.vl=function(){(r.isNaN_(this.v2.x)||r.isNaN_(this.v2.y))&&this.vp();var e=this.v2.x,t=this.v2.y;if(!r.isNaN_(e)&&!r.isNaN_(t)){var o=this.tn.left,a=this.tn.top,s=this.tn.width,u=this.tn.height;if(s>this.v9.width);else{var l=new n.ScalerParams(1,i.wa,this.t2,this.ua.ch);l.c=this.tr;var c=this.ua.ej(e,l);if(2==this.ul)o=c/this.t2.width-s/2;else o=c/this.t2.width;o+s>this.v9.right?o=this.v9.right-s:o<this.v9.left&&(o=this.v9.left)}if(u>this.v9.height);else{var p=new n.ScalerParams(1,i.wa,this.t2,this.uc.ch);p.c=this.tr;var h=this.uc.ej(t,p);if(2==this.ul)a=h/this.t2.height-u/2;else a=h/this.t2.height;a+u>this.v9.bottom?a=this.v9.bottom-u:a<this.v9.top&&(a=this.v9.top)}this.pu(new r.Rect(0,o,a,s,u),!1)}},i.prototype.get_em=function(){return!0},i.prototype.to=function(){var t=e.prototype.to.call(this);if(null==this.ua||null==this.uc)return t;this.ty();var i=t.left,n=t.top;1==this.ce&&(this.t3.width>this.v9.width?i=.5-this.t3.width/2:i+t.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?n=.5-this.t3.height/2:n+this.t3.height>this.v9.bottom?n=this.v9.bottom-this.t3.height:n<this.v9.top&&(n=this.v9.top));var o=!1;!this.ur&&2==this.ce&&this.uo&&(i>1&&(i=i-Math.floor(i)+1),i<0&&(i=0-(Math.ceil(i)-i)),t.right-this.v9.right>0&&(t.right-this.v9.right)/t.width>.8?(i=this.v9.left-(t.width-(t.right-this.v9.right)),o=!0):t.left<this.v9.left&&Math.abs(t.left-this.v9.left)/t.width>.8&&(i=this.v9.right-Math.abs(t.left-this.v9.left),o=!0));var a=new r.Rect(0,i,n,t.width,t.height);if(this.ur){var s=this.wc(this.wn,1);s=this.we(s);var u=a.left+a.width/2,l=a.top+a.height/2;if(a.width>s.width){var c=a.height/a.width,p=s.width,h=c*p;a=new r.Rect(0,u-p/2,l-h/2,p,h),o=!0}if(a.height>s.height){var g=a.width/a.height,y=s.height,m=g*y;a=new r.Rect(0,u-m/2,l-y/2,m,y),o=!0}a.left<s.left&&(a=new r.Rect(0,s.left,a.top,a.width,a.height),o=!0),a.top<s.top&&(a=new r.Rect(0,a.left,s.top,a.width,a.height),o=!0),a.right>s.right&&(a=new r.Rect(0,s.right-a.width,a.top,a.width,a.height),o=!0),a.bottom>s.bottom&&(a=new r.Rect(0,a.left,s.bottom-a.height,a.width,a.height),o=!0)}return o&&(this.d9=!0,this.t3=a,this.d9=!1),a},i.prototype.lo=function(e,t){var i=!0,n=!0,o=0,a=this.ty(),s=0,u=0;if(e.right-a.right>0&&(s=(e.right-a.right)/e.width),e.left<a.left&&(u=Math.abs(e.left-a.left)/e.width),0==u&&0==s&&(i=!1),u>s&&(n=!1),i)if(n){var l=this.t9.ej(-180,t);o=this.t9.ej(180,t)-l}else{o=this.t9.ej(-180,t)-this.t9.ej(180,t)}return new r.Tuple$2(r.Boolean_$type,r.Number_$type,i,o)},i.prototype.ty=function(){var e=new n.ScalerParams(1,i.wa,this.t2,this.ua.ch);e.c=this.tr;var t=new n.ScalerParams(1,i.wa,this.t2,this.uc.ch);t.c=this.tr;var o=this.ua.ej(i.v7.left,e),a=this.ua.ej(i.v7.right,e),s=this.uc.ej(i.v7.top,t),u=this.uc.ej(i.v7.bottom,t);return this.v9=new r.Rect(0,o/this.t2.width,u/this.t2.height,(a-o)/this.t2.width,(s-u)/this.t2.height),this.v9},i.prototype.we=function(e){var t=this.gl,i=.5*(e.left+e.right),n=.5*(e.top+e.bottom),o=e.width,a=e.height,s=r.MathUtil.d(e.width,t,1),u=r.MathUtil.d(e.height,t,1),l=this.t2,c=l.width/l.height,p=s*l.width,h=u*l.height;p/h!=c&&(h*c>p?s=(p=h*c)/l.width:u=(h=p/c)/l.height);var g=s!=o,y=u!=a,m=g?i-.5*s:e.left,f=y?n-.5*u:e.top,d=g?i+.5*s:e.right,b=y?n+.5*u:e.bottom;return m<0&&(d=(m=0)+s),d>1&&(m=(d=1)-s),f<0&&(b=(f=0)+u),b>1&&(f=(b=1)-u),new r.Rect(0,m,f,d-m,b-f)},i.prototype.tp=function(t){if(e.prototype.tp.call(this,this.t2),t.isEmpty)return r.Rect.empty;var i;if(t.width>t.height){var n=r.intDivide(r.truncate(t.width-t.height),2);i=new r.Rect(0,t.left+n,t.top,t.height,t.height)}else{var o=r.intDivide(r.truncate(t.height-t.width),2);i=new r.Rect(0,t.left,t.top+o,t.width,t.width)}return i},i.prototype.wg=function(e){return this.tp(e)},i.prototype.cu=function(){return new M(this)},i.prototype.vg=function(e){null!=e&&(e.bi=this)},i.prototype.n4=function(t){e.prototype.n4.call(this,t),this.um=t},i.prototype.of=function(t,i){e.prototype.of.call(this,t,i),this.ph(this.ua),this.ph(this.uc),r.Rect.l_op_Inequality(t,i)&&this.vl(),this.ur&&(this.tn=this.to()),this.vs()},Object.defineProperty(i.prototype,"uw",{get:function(){return this.uu},set:function(e){var t=this.uu;this.uu=e,this.ol("ActualWindowScale",t,this.uu)},enumerable:!1,configurable:!0}),i.prototype.gr=function(){return this.uw},i.prototype.gs=function(){return this.uw},i.prototype.pg=function(){e.prototype.pg.call(this);var t=Math.min(this.tn.width,this.tn.height);this.uw=t},i.prototype.fb=function(){return this.uo},i.prototype.cf=function(){return 0==this.cg&&this.up?2:this.cg},i.prototype.og=function(n,o,a,s){var u,l,c,p;switch(e.prototype.og.call(this,n,o,a,s),o){case"ZoomCoercionMode":this.vh();break;case"WindowRect":this.vp();break;case i.$$p[0]:this.ui=this.uj(),null!=this.uf&&(this.uf.isHorizontalWrappingEnabled=2==this.ui);break;case i.$$p[1]:this.uo=this.up,this.ui=this.uj(),this.ce=this.cf(),null!=this.uf&&(this.uf.isHorizontalWrappingEnabled=2==this.ui);break;case i.$$p[4]:this.tn=this.to();break;case"BackgroundContent":if(null!=this.uf){var h=this.uf;h.imageTilesReady=r.delegateRemove(h.imageTilesReady,r.runOn(this,this.vi)),this.uf.deferralHandler=null}if(this.uf=r.typeCast(d.$,this.backgroundContent),null!=this.uf){var g=this.uf;g.imageTilesReady=r.delegateCombine(g.imageTilesReady,r.runOn(this,this.vi)),this.uf.deferralHandler=this,this.uf.isHorizontalWrappingEnabled=2==this.ui}this.um.fu(r.typeCast(d.$,a),r.typeCast(d.$,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 i.$$p[6]:this.uq||(this.t3=i.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 y=t.__values(r.fromEnum(this.series)),m=y.next();!m.done;m=y.next()){m.value.pp(!1)}}catch(e){u={error:e}}finally{try{m&&!m.done&&(l=y.return)&&l.call(y)}finally{if(u)throw u.error}}break;case i.$$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 f=s;r.isNaN_(f)||r.isInfinity(f)?(this.gl=5e-6,this.gk=5e-6):(this.gl=f,this.gk=f);break;case i.$$p[7]:this.po();break;case"MarkerAutomaticBehavior":try{for(var b=t.__values(r.fromEnum(this.series)),v=b.next();!v.done;v=b.next()){v.value.og()}}catch(e){c={error:e}}finally{try{v&&!v.done&&(p=b.return)&&p.call(b)}finally{if(c)throw c.error}}}},i.prototype.vi=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new h)},i.prototype.vn=function(e){null!=e&&(e.bi=null)},i.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)},i.prototype.getFontInfo=function(){return this.un=this.um.fo,this.un},i.prototype.ss=function(){return this.um.fw},i.prototype.getFontBrush=function(){return this.um.fx},i.prototype.o9=function(t,i){if(null!==r.typeCast(r.ItfConverter.$,i)){var n=i,o=t;o.itemsSource=n.triangulationSource.points,o.uc=n.triangulationSource.triangles}else e.prototype.o9.call(this,t,i)},i.prototype.register=function(e,t){this.oz(e,t)},i.prototype.unRegister=function(e){this.pf(e)},i.prototype.deferredRefresh=function(){this.l1()},i.prototype.deferAction=function(e){null!=this.uz?this.uz.setTimeout(e,0):window.setTimeout(e,0)},i.prototype.vf=function(e){this.pn(e)},i.prototype.u0=function(){var e=new n.ChartVisualData,t=this.ua.fw(),i=this.uc.fw();e.axes.add1(t),e.axes.add1(i);for(var o=0;o<this.series.count;o++){var a=this.series._inner[o].jq();e.series.add1(a)}return e.name=this.name,e.contentArea=r.RectData.b(this.t2),e.centralArea=r.RectData.b(this.t2),e.plotArea=r.RectData.b(this.t2),e},i.prototype.tu=function(e,t,i){return e},i.prototype.vj=function(){},Object.defineProperty(i.prototype,"wm",{get:function(){return this.v8},set:function(e){this.v8=e},enumerable:!1,configurable:!0}),i.prototype.vt=function(e){this.wm=e,this.vs()},i.prototype.vs=function(){if(this.ut&&!this.wm.isEmpty){var e=this.getZoomFromGeographicRect(this.wm);this.wm=r.Rect.empty,this.pu(e,!1)}},Object.defineProperty(i.prototype,"ut",{get:function(){return!this.t2.isEmpty&&!this.tr.isEmpty},enumerable:!1,configurable:!0}),i.$t=r.markType(i,"XamGeographicMap",n.SeriesViewer.$,[r.IMapRenderDeferralHandler_$type]),i.uk=0,i.v7=new r.Rect(2,{$type:r.Point_$type,x:-180,y:-85.05112878},{$type:r.Point_$type,x:180,y:85.05112878}),i.wa=new r.Rect(0,0,0,1,1),i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"ol",["BackgroundTilingMode:uh:vu",[l,r.enumGetBox(l,0)],"IsHorizontalWrappingEnabled:up:vv",[0,!1],"ResizeBehavior:ul:vw",[s,r.enumGetBox(s,i.uk)],"SuppressZoomResetOnWorldRectChange:uq:vx",[0,!1],"UseWorldRectForZoomBounds:ur:vy",[0,!1],"WindowScale:ux:vz",[1,NaN],"WorldRect:wn:v0",[r.Rect.$,i.v7],"Zoomable:us:v1",[0,!0]]),i}(n.SeriesViewer),d=function(e){function i(t){var n=e.call(this)||this;return n.ak=null,n.imageTilesReady=null,n.an=null,n.ap=null,n.propertyChanged=null,n.imagesChanged=null,n.cancellingImage=null,n.downloadingImage=null,n.ab=i.$,n.ap=t,n.aj=n.ai(),n.bb(n.aj),n}return t.__extends(i,e),i.prototype.bb=function(e){},i.prototype.ai=function(){return new b(this)},Object.defineProperty(i.prototype,"deferralHandler",{get:function(){return this.ak},set:function(e){this.ak=e,null!=this.ao&&(this.ao.al=e)},enumerable:!1,configurable:!0}),i.prototype.a5=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new h)},i.prototype.a9=function(){var e=this.ao;e.imageTilesReady=r.delegateCombine(e.imageTilesReady,r.runOn(this,this.a5)),this.ao.al=this.deferralHandler;var t=this.ao;t.imagesChanged=r.delegateCombine(t.imagesChanged,r.runOn(this,this.a4));var i=this.ao;i.downloadingImage=r.delegateCombine(i.downloadingImage,r.runOn(this,this.a3));var n=this.ao;n.cancellingImage=r.delegateCombine(n.cancellingImage,r.runOn(this,this.a2)),this.ao.bf=this.referer,this.ao.bj=this.userAgent,this.ao.av=this.isHorizontalWrappingEnabled},i.prototype.a3=function(e,t){null!=this.downloadingImage&&this.downloadingImage(this,t)},i.prototype.a2=function(e,t){null!=this.cancellingImage&&this.cancellingImage(this,t)},i.prototype.bg=function(){null!=this.ao&&this.aj.e()},i.prototype.ba=function(e,t,n){switch(e){case i.$$p[3]:this.bg();break;case"GeographicMap":this.aj.e();break;case i.$$p[1]:null!=this.ao&&(this.ao.bf=this.referer);break;case i.$$p[2]:null!=this.ao&&(this.ao.bj=this.userAgent);break;case i.$$p[0]:null!=this.ao&&(this.ao.av=this.isHorizontalWrappingEnabled)}null!=this.propertyChanged&&this.propertyChanged(this,new r.PropertyChangedEventArgs(e))},Object.defineProperty(i.prototype,"geographicMap",{get:function(){return this.c(i.geographicMapProperty)},set:function(e){this.h(i.geographicMapProperty,e)},enumerable:!1,configurable:!0}),i.a8=function(e,t){e.a7(t.oldValue,t.newValue)},i.prototype.a7=function(e,t){this.ba("GeographicMap",e,t)},i.prototype.clearTileCache=function(){null!=this.ao&&this.ao.bs(0,0,0,0)},Object.defineProperty(i.prototype,"ao",{get:function(){return this.an},set:function(e){this.an=e,null!=this.propertyChanged&&this.propertyChanged(this,new r.PropertyChangedEventArgs("MultiScaleImage"))},enumerable:!1,configurable:!0}),i.prototype.bn=function(e){if(null==this.geographicMap||e.width<1||e.height<1)return e;var t=new r.Rect(0,0,0,e.width,e.height),i=this.geographicMap.wg(t),o=f.v7,a=this.geographicMap.wb,s=Math.min(this.windowRect.height,this.windowRect.width),u=a.width/o.width;this.ao.a5=t.width/i.width*s*u;var l=this.geographicMap.ua,c=this.geographicMap.uc,p=new n.ScalerParams(1,this.windowRect,t,l.ch);p.c=i;var h=new n.ScalerParams(1,this.windowRect,t,c.ch);h.c=i;var g=l.ej(o.left,p),y=c.ej(o.bottom,h),m=-g/t.width*this.ao.a5,d=-y/t.height*this.ao.a5*(t.height/t.width);return this.ao.cm={$type:r.Point_$type,x:m,y:d},e},i.prototype.bd=function(e){this.aj.f(e)},i.prototype.bf=function(e){this.aj.h(e)},i.prototype.be=function(e){this.aj.g(e)},i.prototype.a4=function(e,t){null!=this.imagesChanged&&this.imagesChanged(this,new g)},i.prototype.a6=function(){this.aj.e()},i.prototype.bc=function(e){this.aj.i(e)},i.prototype.v=function(){e.prototype.v.call(this),this.ap.o=this._opacity},i.$t=r.markType(i,"GeographicMapImagery",r.Control.$,[r.INotifyPropertyChanged_$type]),i.geographicMapProperty=r.DependencyProperty.i("GeographicMap",f.$,i.$,new r.PropertyMetadata(2,null,i.a8)),i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"ba",["IsHorizontalWrappingEnabled",[0,!1],"Referer",[2,null],"UserAgent",[2,null],"WindowRect",[r.Rect.$,r.Rect.empty]]),i}(r.Control),b=function(e){function i(t){var i=e.call(this)||this;return i.a=null,i.j=null,i.d=null,i.b=1,i.j=r.Rect.empty,i.a=t,i.a.ao=new r.XamMultiScaleImage,i.a.ao.ao=i.a.ap,i.a.a9(),i}return t.__extends(i,e),i.prototype.e=function(){this.j.isEmpty||this.a.bn(new r.Size(1,this.j.width,this.j.height))},i.prototype.f=function(e){this.a.ao.b1(e)},i.prototype.g=function(e){this.d=e,this.a.ao.b2(e)},i.prototype.h=function(e){this.j=e,this.a.ao.b3(e),this.a.a6()},Object.defineProperty(i.prototype,"c",{get:function(){return this.b},enumerable:!1,configurable:!0}),i.prototype.i=function(e){this.b=e,this.a.ao.bz(e)},i.$t=r.markType(i,"GeographicMapImageryView"),i}(r.Base),v=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.prototype.b5=function(){e.prototype.b5.call(this);var t=this.ch.t3;t.u3=this.ch.uf,t.vb=this.ch.ud,t.trianglesSource=this.ch.uc,t.ur=this.ch.ui,t.ut=this.ch.uk,t.uv=this.ch.um},i.prototype.ck=function(){var e=this.ch.t3;if(null==this.ch.cy)return e.t1=null,void(e.t2=null);e.t1=this.ch.cy.ua,e.t2=this.ch.cy.uc},i.prototype.cj=function(){this.ch.t3.u3=this.ch.uf},i.prototype.ci=function(){this.ch.t3.vb=this.ch.ud},i.prototype.cl=function(){this.ch.t3.trianglesSource=this.ch.uc},i.prototype.cm=function(){this.ch.t3.ur=this.ch.ui},i.prototype.cn=function(){this.ch.t3.ut=this.ch.uk},i.prototype.co=function(){this.ch.t3.uv=this.ch.um},i.$t=r.markType(i,"GeographicXYTriangulatingSeriesView",m.$),i}(m),S=function(e){function i(t){var i=e.call(this,t)||this;return i.cp=null,i.cp=t,i}return t.__extends(i,e),i.prototype.au=function(){e.prototype.au.call(this),this.q},i.prototype.b5=function(){e.prototype.b5.call(this),null!=this.cp.ux&&(this.cp.ux.wa=this.cp.u1,this.cp.ux.vy=this.cp.uw)},i.prototype.cq=function(){null!=this.cp.ux&&(this.cp.ux.wa=this.cp.u1)},i.prototype.cr=function(){null!=this.cp.ux&&(this.cp.ux.vy=this.cp.uw)},i.$t=r.markType(i,"GeographicScatterAreaSeriesView",v.$),i}(v),M=function(e){function i(t){var i=e.call(this,t)||this;return i.fn=null,i.fz=null,i.fx=null,i.fw=null,i.fo=null,i.fp=NaN,i.fz=r.Rect.empty,i.fn=t,i.fn.sn=2,i.fn.hq=5e-6,i}return t.__extends(i,e),i.prototype.m=function(e){return 2},i.prototype.bk=function(e){this.j.bw(e),this.fn.vf(e),this.el()},i.prototype.get_ap=function(){return!0},i.prototype.d4=function(){var e,t,i,n,o,a=this.j.a8(e,t,i,n,o);e=a.p0,t=a.p1,i=a.p2,n=a.p3,o=a.p4,this.fx=i,this.fo=n,this.fw=o;var s=this.j.e();if(this.fn.ag=s.a,this.fn.aj=s.f,this.fn.ah=null!=s.b?s.b:new r.BrushCollection,this.fn.ai=null!=s.c?s.c:new r.BrushCollection,0==this.fn.ah.count)for(var 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))},i.prototype.du=function(t){if(e.prototype.du.call(this,t),null!=this.fn.backgroundContent){var i=this.fn.backgroundContent;i.be(this.j.ae),i.bd(t)}},i.prototype.dv=function(t){(e.prototype.dv.call(this,t),this.fz=t,null!=this.fn.backgroundContent)&&this.fn.backgroundContent.bf(this.fz)},i.prototype.fy=function(){return new r.Rect(0,0,0,this.fz.width,this.fz.height)},i.prototype.fs=function(){null!=this.fn.backgroundContent&&this.fn.backgroundContent.a6()},i.prototype.fr=function(e){null!=this.fn.uf&&(this.fn.uf.windowRect=e)},i.prototype.fu=function(e,t){if(null!=this.fn.uf&&(this.fn.uf.windowRect=this.fn.tn),null!=e){var i=e.ao;null!=i&&this.fn.al.h.remove(i.ag),e.bd(null),e.be(null)}if(null!=t){var n=t.ao;null!=n&&this.fn.al.h.add(n.ag),this.fz.isEmpty||this.dv(this.fz),null!=this.w&&this.du(this.w)}null==t&&this.ft(this.w)},i.prototype.ft=function(e){var t=this.fn.gh;1!=t&&(e.aa(),e.ab(t,t)),e.l(this.fz.left,this.fz.top,this.fz.width,this.fz.height),1!=t&&e.z()},i.prototype.d1=function(){this.fd.ad=n.Defaults.j,this.fe.ad=n.Defaults.j,this.fd._stroke=n.Defaults.ae,this.fe._stroke=n.Defaults.ae,e.prototype.d1.call(this)},i.prototype.fv=function(e){this.fp=e,null!=this.fn.backgroundContent&&this.fn.backgroundContent.bc(e)},Object.defineProperty(i.prototype,"fq",{get:function(){return this.fp},set:function(e){this.fp=e},enumerable:!1,configurable:!0}),i.$t=r.markType(i,"XamGeographicMapView",n.SeriesViewerView.$),i}(n.SeriesViewerView),I=function(e){function i(){return e.call(this,new r.OpenStreetMapTileSource)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"tilePath",{get:function(){return this.c(i.tilePathProperty)},set:function(e){this.h(i.tilePathProperty,e)},enumerable:!1,configurable:!0}),i.br=function(e,t){e.bq("TilePath",t.oldValue,t.newValue)},i.prototype.bq=function(t,i,n){switch(t){case"TilePath":this.ap.setTilePathUrl(null==n?null:n),this.aj.e()}e.prototype.ba.call(this,t,i,n)},i.$t=r.markType(i,"OpenStreetMapImagery",d.$),i.tilePathProperty=r.DependencyProperty.i("TilePath",r.String_$type,i.$,new r.PropertyMetadata(2,null,i.br)),i}(d),C=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.prototype.cg=function(){return new v(this)},i.prototype.o0=function(t){e.prototype.o0.call(this,t),this.ub=t},i.prototype.o8=function(t,n,r,o){switch(e.prototype.o8.call(this,t,n,r,o),n){case"SeriesViewer":this.ub.ck();break;case i.$$p[1]:this.ub.cj();break;case i.$$p[0]:this.ub.ci();break;case i.$$p[2]:this.ub.cl();break;case i.$$p[3]:this.ub.cm();break;case i.$$p[4]:this.ub.cn();break;case i.$$p[5]:this.ub.co()}},i.$t=r.markType(i,"GeographicXYTriangulatingSeries",y.$),i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"raisePropertyChanged",["LatitudeMemberPath:ud:uo",[2,"pointY"],"LongitudeMemberPath:uf:up",[2,"pointX"],"TrianglesSource:uc:uq",[r.IEnumerable_$type,null],"TriangleVertexMemberPath1:ui:ur",[2,"v1"],"TriangleVertexMemberPath2:uk:us",[2,"v2"],"TriangleVertexMemberPath3:um:ut",[2,"v3"]]),i}(y),w=function(e){function i(){var t=e.call(this)||this;return t.uu=null,t.triangulationStatusChanged=null,t.ab=i.$,t}return t.__extends(i,e),i.prototype.get_d8=function(){return!0},Object.defineProperty(i.prototype,"uw",{get:function(){return this.uu},set:function(e){if(this.uu!=e){var t=this.uu;if(null!=this.uu){var i=this.uu;i.propertyChanged=r.delegateRemove(i.propertyChanged,r.runOn(this,this.u4))}if(this.uu=e,null!=this.uu){var n=this.uu;n.propertyChanged=r.delegateCombine(n.propertyChanged,r.runOn(this,this.u4))}this.raisePropertyChanged("ColorScale",t,this.uu),null!=this.ux&&(this.ux.vy=e)}},enumerable:!1,configurable:!0}),i.prototype.u4=function(e,t){this.uz.cr(),this.u6(),this.pp(!1)},i.prototype.u6=function(){null!=this.ux&&(this.uv=this.ux.vx)},i.prototype.qd=function(){e.prototype.qd.call(this),this.u6()},i.prototype.t2=function(){this.ux=new n.ScatterAreaSeries;var e=this.ux;return e.triangulationStatusChanged=r.delegateCombine(e.triangulationStatusChanged,r.runOn(this,this.u5)),this.ux},i.prototype.u5=function(e,t){null!=this.triangulationStatusChanged&&this.triangulationStatusChanged(this,t)},i.prototype.cg=function(){return new S(this)},i.prototype.o0=function(t){e.prototype.o0.call(this,t),this.uz=t},i.prototype.o8=function(t,n,r,o){switch(e.prototype.o8.call(this,t,n,r,o),n){case i.$$p[1]:this.uz.cq();break;case"ColorScale":this.uz.cr(),this.u6()}},i.prototype.get_gf=function(){return!0},i.prototype.set_gf=function(t){e.prototype.set_gf.call(this,t)},i.$t=r.markType(i,"GeographicScatterAreaSeries",C.$),i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"raisePropertyChanged",["ActualColorScale:uv:u7",[n.ColorScale.$,null],"ColorMemberPath:u1:u8",[2,"value"]]),i}(C),_=function(){function e(){this._implementation=this.createImplementation(),this._implementation.externalObject=this,this.onImplementationCreated(),this._initializeAdapters&&this._initializeAdapters()}return e.prototype.createImplementation=function(){return new h},Object.defineProperty(e.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),e.prototype.onImplementationCreated=function(){},e.prototype._provideImplementation=function(e){this._implementation=e,this._implementation.externalObject=this,this.onImplementationCreated()},e}(),x=function(e){function o(t,i,o,a,s){var u,l=e.call(this)||this;l._renderer=t,l._elRef=i,l._ngZone=o,l._componentFactoryResolver=a,l._injector=s,l.actualSeries=[],l._series=null,l._dataSource=null,l._seriesAdapter=null,l._defaultTooltips=null,l._imageTilesReady=null,l._styling&&r.NamePatcher.ensureStylablePatched(Object.getPrototypeOf(l)),l._zoneRunner=function(e){return l._ngZone.run(e)},l._container=t.createElement("div"),t.appendChild(i.element.nativeElement,l._container),t.setStyle(l._container,"display","block"),t.setStyle(l._container,"width","100%"),t.setStyle(l._container,"height","100%"),u=l._container,null!=l._container.nativeElement&&(u=l._container.nativeElement);var c=new r.AngularRenderer(u,l._renderer,window.document,l._ngZone,!0,n.DataChartStylingDefaults);l._wrapper=c;var p=l.i;return l._chart=p,p.provideContainer(c),c.addSizeWatcher((function(){l._chart.notifyContainerResized()})),l}return t.__extends(o,e),Object.defineProperty(o.prototype,"height",{get:function(){return this._height},set:function(e){this._height=e,this._renderer.setStyle(this._elRef.element.nativeElement,"height",e),this._chart.notifyContainerResized()},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"width",{get:function(){return this._width},set:function(e){this._width=e,this._renderer.setStyle(this._elRef.element.nativeElement,"width",e),this._chart.notifyContainerResized()},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"legend",{get:function(){if(null!=this.i.legend)return this.i.legend.externalObject},set:function(e){null!=e&&null!=e&&(this.i.legend=e.i)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"series",{get:function(){var e=this;if(null===this._series){var t=new n.IgxSeriesCollection;t._innerColl.addListener((function(t,i){switch(i.action){case r.NotifyCollectionChangedAction.Add:e._seriesAdapter.addManualItem(i.newItems.item(0));break;case r.NotifyCollectionChangedAction.Remove:e._seriesAdapter.removeManualItemAt(i.oldStartingIndex);break;case r.NotifyCollectionChangedAction.Replace:e._seriesAdapter.removeManualItemAt(i.oldStartingIndex),e._seriesAdapter.insertManualItem(i.newStartingIndex,i.newItems.item(0));break;case r.NotifyCollectionChangedAction.Reset:e._seriesAdapter.clearManualItems()}})),this._series=t}return this._series},enumerable:!1,configurable:!0}),o.prototype.ngOnDestroy=function(){this._chart.destroy(),this._wrapper.destroy()},o.prototype.createImplementation=function(){return new f},Object.defineProperty(o.prototype,"dataSource",{get:function(){return this._dataSource},set:function(e){this._dataSource=e,this.bindData()},enumerable:!1,configurable:!0}),o.prototype.bindData=function(){if(this.actualSeries&&this.actualSeries.length>0)for(var e=this.actualSeries,t=0;t<e.length;t++)e[t].provideData(this._dataSource)},o.prototype.ngAfterContentInit=function(){var e=this;if(r.TypeRegistrar.isRegistered("IgxDataChartDefaultTooltipsComponent")){var t=r.TypeRegistrar.get("IgxDataChartDefaultTooltipsComponent"),i=this._componentFactoryResolver.resolveComponentFactory(t),n=this._dynamicContent.createComponent(i);this._defaultTooltips=n,n.instance.onContentReady.subscribe((function(){e._onDefaultTooltipsReady(n)}))}this._seriesAdapter=new r.CollectionAdapter(this.contentSeries,this.i.series,this.actualSeries,(function(e){return e.i}),(function(t){t.owner=e,t._provideRenderer(e._dataSource),t.provideData(e._dataSource),e._ensureDefaultTooltip(t),e._ensureTooltipCreated(t)}),(function(e){e._provideRenderer(null),e.provideData(null)})),this.i.notifyContainerResized()},o.prototype._ensureTooltipCreated=function(e){var t=this;e._ensureTooltipCreated((function(){return t.createTooltip()}),(function(e){var i=new r.AngularWrapper(e,t._renderer,t._ngZone);return i.updateToolTip=e.updateToolTip,i.hideToolTip=e.hideToolTip,i}))},o.prototype._ensureDefaultTooltip=function(e){null!=this._defaultTooltips&&this._defaultTooltips.instance.ensureDefaultTooltip(e)},o.prototype._onDefaultTooltipsReady=function(e){if(this.actualSeries&&this.actualSeries.length>0)for(var t=this.actualSeries,i=0;i<t.length;i++)t[i].showDefaultTooltip&&this._ensureDefaultTooltip(t[i])},o.prototype.createTooltip=function(){if(!r.TypeRegistrar.isRegistered("IgxTooltipContainerComponent"))return null;var e=r.TypeRegistrar.get("IgxTooltipContainerComponent"),t=this._componentFactoryResolver.resolveComponentFactory(e),i=this._dynamicContent.createComponent(t),n=i.location.nativeElement,o=this;return n.updateToolTip=function(e,t){if(e.externalObject)e=e.externalObject;else{var a=new r.IgxDataContext;a._implementation=e,e=a}return t?e.isSubContent=!0:n.parentElement!=o._container&&(null!=n.parentElement&&n.parentElement.removeChild(n),o._container.appendChild(n)),i.instance.context=e,n.style.display="block",!0},n.hideToolTip=function(){n.style.display="none"},n.style.display="none",i},Object.defineProperty(o.prototype,"backgroundContent",{get:function(){return null!=this.i.backgroundContent?this.i.backgroundContent.externalObject:null},set:function(e){this.i.backgroundContent=null!=e&&null!=e?e.i:null},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"zoomable",{get:function(){return this.i.us},set:function(e){this.i.us=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"resizeBehavior",{get:function(){return this.i.ul},set:function(e){this.i.ul=r.ensureEnum(s,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isHorizontalWrappingEnabled",{get:function(){return this.i.up},set:function(e){this.i.up=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"backgroundTilingMode",{get:function(){return this.i.uh},set:function(e){this.i.uh=r.ensureEnum(l,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"useWorldRectForZoomBounds",{get:function(){return this.i.ur},set:function(e){this.i.ur=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"suppressZoomResetOnWorldRectChange",{get:function(){return this.i.uq},set:function(e){this.i.uq=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"worldRect",{get:function(){return r.fromRect(this.i.wn)},set:function(e){this.i.wn=r.toRect(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualWorldRect",{get:function(){return r.fromRect(this.i.wb)},set:function(e){this.i.wb=r.toRect(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"xAxis",{get:function(){var e=this.i.ua;if(null==e)return null;if(!e.externalObject){var t=n.IgxNumericXAxisComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.ua=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"yAxis",{get:function(){var e=this.i.uc;if(null==e)return null;if(!e.externalObject){var t=n.IgxNumericYAxisComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.uc=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isMap",{get:function(){return this.i.em},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"windowScale",{get:function(){return this.i.ux},set:function(e){this.i.ux=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualWindowScale",{get:function(){return this.i.uw},set:function(e){this.i.uw=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"zoomIsReady",{get:function(){return this.i.ut},enumerable:!1,configurable:!0}),o.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.backgroundContent&&this.backgroundContent.name&&this.backgroundContent.name==t?this.backgroundContent:null)},o.prototype._styling=function(t,i,n){e.prototype._styling.call(this,t,i,n),this._inStyling=!0,this.xAxis&&this.xAxis._styling&&this.xAxis._styling(t,i,this),this.yAxis&&this.yAxis._styling&&this.yAxis._styling(t,i,this),this._inStyling=!1},o.prototype.getCurrentActualWorldRect=function(){var e=this.i.wf();return r.fromRect(e)},o.prototype.getZoomRectFromGeoRect=function(e){var t=this.i.getZoomRectFromGeoRect(r.toRect(e));return r.fromRect(t)},o.prototype.updateZoomWindow=function(e){this.i.vr(r.toRect(e))},o.prototype.updateWorldRect=function(e){this.i.vq(r.toRect(e))},o.prototype.getZoomFromGeographicRect=function(e){var t=this.i.getZoomFromGeographicRect(r.toRect(e));return r.fromRect(t)},o.prototype.convertGeographicToZoom=function(e,t){var i=this.i.wc(r.toRect(e),t);return r.fromRect(i)},o.prototype.getZoomFromGeographicPoints=function(e,t){var i=this.i.getZoomFromGeographicPoints(r.toPoint(e),r.toPoint(t));return r.fromRect(i)},o.prototype.getGeographicFromZoom=function(e){var t=this.i.wh(r.toRect(e));return r.fromRect(t)},o.prototype.getGeographicPoint=function(e){var t=this.i.v3(r.toPoint(e));return r.fromPoint(t)},o.prototype.getPixelPoint=function(e){var t=this.i.v4(r.toPoint(e));return r.fromPoint(t)},o.prototype.getWindowPoint=function(e){var t=this.i.v5(r.toPoint(e));return r.fromPoint(t)},o.prototype.clearTileCache=function(){this.i.ve()},o.prototype.styleUpdated=function(){this.i.vm()},o.prototype.getActualWindowScaleHorizontal=function(){return this.i.gr()},o.prototype.getActualWindowScaleVertical=function(){return this.i.gs()},o.prototype.deferredRefresh=function(){this.i.deferredRefresh()},o.prototype.exportVisualData=function(){return this.i.u0()},o.prototype.zoomToGeographic=function(e){this.i.vt(r.toRect(e))},Object.defineProperty(o.prototype,"imageTilesReady",{get:function(){var e=this;return null==this._imageTilesReady&&(this._imageTilesReady=new i.EventEmitter,this.i.imageTilesReady=r.delegateCombine(this.i.imageTilesReady,(function(t,i){var n=new _;n._provideImplementation(i),e.beforeImageTilesReady&&e.beforeImageTilesReady(e,n),e._imageTilesReady.emit({sender:e,args:n})}))),this._imageTilesReady},enumerable:!1,configurable:!0}),o.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:o,deps:[{token:i.Renderer2},{token:i.ViewContainerRef},{token:i.NgZone},{token:i.ComponentFactoryResolver},{token:i.Injector}],target:i["ɵɵFactoryTarget"].Component}),o.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"igx-geographic-map",inputs:{height:"height",width:"width",legend:"legend",dataSource:"dataSource",zoomable:"zoomable",resizeBehavior:"resizeBehavior",isHorizontalWrappingEnabled:"isHorizontalWrappingEnabled",backgroundTilingMode:"backgroundTilingMode",useWorldRectForZoomBounds:"useWorldRectForZoomBounds",suppressZoomResetOnWorldRectChange:"suppressZoomResetOnWorldRectChange",worldRect:"worldRect",actualWorldRect:"actualWorldRect",xAxis:"xAxis",yAxis:"yAxis",windowScale:"windowScale",actualWindowScale:"actualWindowScale"},outputs:{imageTilesReady:"imageTilesReady"},host:{classAttribute:"igx-geographic-map ig-geographic-map"},providers:[{provide:n.IgxSeriesViewerComponent,useExisting:i.forwardRef((function(){return o}))}],queries:[{propertyName:"contentSeries",predicate:n.IgxSeriesComponent}],viewQueries:[{propertyName:"_dynamicContent",first:!0,predicate:["dynamicContent"],descendants:!0,read:i.ViewContainerRef,static:!0}],usesInheritance:!0,ngImport:i,template:"<ng-container #dynamicContent></ng-container>",isInline:!0,styles:["\n\t\t:host {\n\t\t\tdisplay: block;\n\t\t}\n\t"],changeDetection:i.ChangeDetectionStrategy.OnPush}),o}(n.IgxSeriesViewerComponent);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:x,decorators:[{type:i.Component,args:[{selector:"igx-geographic-map",template:"<ng-container #dynamicContent></ng-container>",changeDetection:i.ChangeDetectionStrategy.OnPush,providers:[{provide:n.IgxSeriesViewerComponent,useExisting:i.forwardRef((function(){return x}))}],host:{class:"igx-geographic-map ig-geographic-map"},styles:["\n\t\t:host {\n\t\t\tdisplay: block;\n\t\t}\n\t"]}]}],ctorParameters:function(){return[{type:i.Renderer2},{type:i.ViewContainerRef},{type:i.NgZone},{type:i.ComponentFactoryResolver},{type:i.Injector}]},propDecorators:{contentSeries:[{type:i.ContentChildren,args:[n.IgxSeriesComponent]}],_dynamicContent:[{type:i.ViewChild,args:["dynamicContent",{read:i.ViewContainerRef,static:!0}]}],height:[{type:i.Input}],width:[{type:i.Input}],legend:[{type:i.Input}],dataSource:[{type:i.Input}],zoomable:[{type:i.Input}],resizeBehavior:[{type:i.Input}],isHorizontalWrappingEnabled:[{type:i.Input}],backgroundTilingMode:[{type:i.Input}],useWorldRectForZoomBounds:[{type:i.Input}],suppressZoomResetOnWorldRectChange:[{type:i.Input}],worldRect:[{type:i.Input}],actualWorldRect:[{type:i.Input}],xAxis:[{type:i.Input}],yAxis:[{type:i.Input}],windowScale:[{type:i.Input}],actualWindowScale:[{type:i.Input}],imageTilesReady:[{type:i.Output}]}});var k=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule]]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:k,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule],exports:[],entryComponents:[]}]}]});var P=function(e){function i(t){var i=e.call(this)||this;if(t)for(var n=0;n<t.length;n++)i.add(t[n]);return i}return t.__extends(i,e),i.prototype._createInnerColl=function(){var e=new r.SyncableObservableCollection$2(r.String_$type,r.String_$type,0);return e.compare=function(e,t){var i=e;return i.equals?i.equals(t):i===t},e.createTo=function(e){return e},e.createFrom=function(e){return e},e},i}(r.IgCollection),D=function(e){return e[e.Aerial=0]="Aerial",e[e.AerialWithLabels=1]="AerialWithLabels",e[e.Road=2]="Road",e[e.CanvasDark=3]="CanvasDark",e[e.CanvasLight=4]="CanvasLight",e[e.CanvasGray=5]="CanvasGray",e}({}),T=r.markEnum("BingMapsImageryStyle","Aerial,0|AerialWithLabels,1|Road,2|CanvasDark,3|CanvasLight,4|CanvasGray,5"),j=function(){function e(){this._implementation=this.createImplementation(),this._implementation.externalObject=this,this.onImplementationCreated(),this._initializeAdapters&&this._initializeAdapters()}return e.prototype.createImplementation=function(){return new g},Object.defineProperty(e.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),e.prototype.onImplementationCreated=function(){},e.prototype._provideImplementation=function(e){this._implementation=e,this._implementation.externalObject=this,this.onImplementationCreated()},e}(),O=function(){function e(){this._imageTilesReady=null,this._imagesChanged=null,this._cancellingImage=null,this._downloadingImage=null,this._zoneRunner=null,this._implementation=this.createImplementation(),this._implementation.externalObject=this,this.onImplementationCreated(),this._initializeAdapters&&this._initializeAdapters()}return e.prototype.createImplementation=function(){return null},Object.defineProperty(e.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),e._createFromInternal=function(e){if(!e)return null;if(!e.$type)return null;var t="Igx"+e.$type.name+"Component";return r.TypeRegistrar.isRegistered(t)?r.TypeRegistrar.create(t):null},e.prototype.onImplementationCreated=function(){},e.prototype._provideImplementation=function(e){this._implementation=e,this._implementation.externalObject=this,this.onImplementationCreated()},Object.defineProperty(e.prototype,"deferralHandler",{get:function(){return this.i.deferralHandler},set:function(e){this.i.deferralHandler=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"windowRect",{get:function(){return r.fromRect(this.i.windowRect)},set:function(e){this.i.windowRect=r.toRect(e)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"geographicMap",{get:function(){var e=this.i.geographicMap;return null==e?null:e.externalObject},set:function(e){this.i.geographicMap=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"referer",{get:function(){return this.i.referer},set:function(e){this.i.referer=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"isHorizontalWrappingEnabled",{get:function(){return this.i.isHorizontalWrappingEnabled},set:function(e){this.i.isHorizontalWrappingEnabled=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"userAgent",{get:function(){return this.i.userAgent},set:function(e){this.i.userAgent=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"opacity",{get:function(){return this.i.opacity},set:function(e){this.i.opacity=+e},enumerable:!1,configurable:!0}),e.prototype.findByName=function(e){return this.findEphemera&&e&&0==e.indexOf("@@e:")?this.findEphemera(e):this.geographicMap&&this.geographicMap.name&&this.geographicMap.name==e?this.geographicMap:null},e.prototype.clearTileCache=function(){this.i.clearTileCache()},Object.defineProperty(e.prototype,"imageTilesReady",{get:function(){var e=this;return null==this._imageTilesReady&&(this._imageTilesReady=new i.EventEmitter,this.i.imageTilesReady=r.delegateCombine(this.i.imageTilesReady,(function(t,i){e._runInZone((function(){var t=new _;t._provideImplementation(i),e.beforeImageTilesReady&&e.beforeImageTilesReady(e,t),e._imageTilesReady.emit({sender:e,args:t})}))}))),this._imageTilesReady},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"imagesChanged",{get:function(){var e=this;return null==this._imagesChanged&&(this._imagesChanged=new i.EventEmitter,this.i.imagesChanged=r.delegateCombine(this.i.imagesChanged,(function(t,i){var n=new j;n._provideImplementation(i),e.beforeImagesChanged&&e.beforeImagesChanged(e,n),e._imagesChanged.emit({sender:e,args:n})}))),this._imagesChanged},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"cancellingImage",{get:function(){var e=this;return null==this._cancellingImage&&(this._cancellingImage=new i.EventEmitter,this.i.cancellingImage=r.delegateCombine(this.i.cancellingImage,(function(t,i){var n=new r.IgxCancellingMultiScaleImageEventArgs;n._provideImplementation(i),e.beforeCancellingImage&&e.beforeCancellingImage(e,n),e._cancellingImage.emit({sender:e,args:n})}))),this._cancellingImage},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"downloadingImage",{get:function(){var e=this;return null==this._downloadingImage&&(this._downloadingImage=new i.EventEmitter,this.i.downloadingImage=r.delegateCombine(this.i.downloadingImage,(function(t,i){var n=new r.IgxDownloadingMultiScaleImageEventArgs;n._provideImplementation(i),e.beforeDownloadingImage&&e.beforeDownloadingImage(e,n),e._downloadingImage.emit({sender:e,args:n})}))),this._downloadingImage},enumerable:!1,configurable:!0}),e.prototype._runInZone=function(e){null!=this._zoneRunner?this._zoneRunner(e):e()},e}(),$=function(e){function i(t){for(var i=[],n=1;n<arguments.length;n++)i[n-1]=arguments[n];var o=this;switch(t=null==t?0:t){case 0:o=e.call(this,r.String_$type,0)||this;break;case 1:var a=i[0];o=e.call(this,r.String_$type,1,a)||this}return o}return t.__extends(i,e),i.$t=r.markType(i,"SubDomainsCollection",r.ObservableCollection$1.$.specialize(r.String_$type)),i}(r.ObservableCollection$1),R=function(e){function i(t){var i=e.call(this,t)||this;return i.k=t,i}return t.__extends(i,e),i.prototype.m=function(){null==this.k.subDomains&&(this.k.subDomains=new $(0)),this.k.ap.tilePath=this.k.actualTilePath,this.k.ap.subDomains=this.k.actualSubDomains,this.k.ap.cultureName=this.k.cultureName},i.prototype.o=function(){this.k.ap.tilePath=this.k.actualTilePath},i.prototype.l=function(){this.k.ap.cultureName=this.k.cultureName},i.prototype.n=function(){this.k.ap.subDomains=this.k.actualSubDomains},i.$t=r.markType(i,"BingMapsMapImageryView",b.$),i}(b),V=function(e){function i(){var t=e.call(this,new r.BingMapsTileSource(0))||this;return t._pendingBingRequest_=null,t._isInitialized=!1,t.bz=null,t.bq=null,t.b0=null,t.by=null,t.getResponseCompleted=t.getResponseCompleted.bind(t),t.bp.m(),t.actualBingImageryRestUri=i.cc,t}return t.__extends(i,e),i.prototype.ai=function(){return new R(this)},i.prototype.bb=function(t){e.prototype.bb.call(this,t),this.bp=t},Object.defineProperty(i.prototype,"isInitialized",{get:function(){return this._isInitialized},set:function(e){this._isInitialized=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualTilePath",{get:function(){return this.bz},set:function(e){var t=this.bz;this.bz=e,this.cm("ActualTilePath",t,this.bz)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualSubDomains",{get:function(){return this.bq},set:function(e){var t=this.bq;this.bq=e,this.cm("ActualSubDomains",t,this.bq)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"bingImageryRestUri",{get:function(){return this.b0},set:function(e){var t=this.b0;this.b0=e,this.cm("BingImageryRestUri",t,this.b0)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualBingImageryRestUri",{get:function(){return this.by},set:function(e){var t=this.by;this.by=e,this.ba("ActualBingImageryRestUri",t,this.by)},enumerable:!1,configurable:!0}),i.prototype.requestMapSettings=function(){this.co(!0)},i.prototype.co=function(e){this.cl(e)},i.prototype.bw=function(){return null==this.tilePath&&null==this.subDomains},i.prototype.cq=function(){this.isInitialized=!1,this.bv()?this.isDeferredLoad||this.co(!1):this.cp("",null)},i.prototype.bv=function(){return!(r.stringIsNullOrEmpty(this.apiKey)||this.apiKey.length<20)},i.prototype.cj=function(){},i.prototype.cp=function(e,t){e!=this.actualTilePath&&(this.actualTilePath=e);var i=null==t?null:new $(1,t);this.actualSubDomains!=i&&(this.actualSubDomains=i),this.bp.m()},i.prototype.cl=function(e){if(e||!this.isDeferredLoad){if(!this.bv())return this.isInitialized=!1,void this.cp("",null);this.isInitialized=!0;var t=null;if(null!=this.bingImageryRestUri?r.Uri.isWellFormedUriString(this.bingImageryRestUri,1)&&(t=this.bingImageryRestUri):r.Uri.isWellFormedUriString(this.actualBingImageryRestUri,1)&&(t=this.actualBingImageryRestUri),null!=t){var i=this.imageryStyle,n=(t+=r.enumGetBox(T,i))+"?"+("key="+this.apiKey+"&include=ImageryProviders");this._pendingBingRequest_=r.HttpRequestUtil.submit(n,this.getResponseCompleted,null)}else this.cp("",null)}},i.prototype.getResponseCompleted=function(e,t){if(t==this._pendingBingRequest_){this._pendingBingRequest_=null;var i=e,n=JSON.parse(i).resourceSets;if(null!=n){var o=n.length>0?n[0].resources:null;if(null!=o&&0!=o.length){for(var a=o[0].imageUrl,s=new r.List$1(r.String_$type,0),u=0;u<o[0].imageUrlSubdomains.length;u++)s.add(o[0].imageUrlSubdomains[u]);this.cp(a,s)}}}},i.prototype.ci=function(e,t){this.aj.e(),this.cq(),this.cm(i.$$p[4],this.actualSubDomains,this.actualSubDomains)},i.prototype.cm=function(t,n,o){switch(t){case i.$$p[0]:case i.$$p[3]:this.cq();break;case i.$$p[5]:this.cj(),this.actualTilePath=o,this.bp.o(),this.aj.e();break;case i.$$p[1]:this.bp.l(),this.aj.e();break;case i.$$p[2]:this.cq();break;case i.$$p[4]:this.cj();var a=o;if(null!=this.actualSubDomains){var s=this.actualSubDomains;s.collectionChanged=r.delegateRemove(s.collectionChanged,r.runOn(this,this.ci))}this.actualSubDomains=a,null!=this.actualSubDomains&&(a.collectionChanged=r.delegateCombine(a.collectionChanged,r.runOn(this,this.ci))),this.bp.n(),this.aj.e();break;case"ActualTilePath":var u=o;r.stringIsNullOrEmpty(u)&&this.cq();break;case"BingImageryRestUri":this.actualBingImageryRestUri=o,this.cj(),this.cq();break;case"ActualBingImageryRestUri":this.cj(),this.cq()}e.prototype.ba.call(this,t,n,o)},i.$t=r.markType(i,"BingMapsMapImagery",d.$),i.cc="http://dev.virtualearth.net/REST/v1/Imagery/Metadata/",i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"cm",["ApiKey",[2,r.stringEmpty()],"CultureName",[2,"en-US"],"ImageryStyle",[T,r.enumGetBox(T,1)],"IsDeferredLoad",[0,!1],"SubDomains",[$.$,null],"TilePath",[2,null]]),i}(d),A=function(e){function i(){var t=e.call(this)||this;return t._subDomains=null,t._actualSubDomains=null,t}return t.__extends(i,e),i.prototype.createImplementation=function(){return new V},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"isInitialized",{get:function(){return this.i.isInitialized},set:function(e){this.i.isInitialized=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"isDeferredLoad",{get:function(){return this.i.isDeferredLoad},set:function(e){this.i.isDeferredLoad=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tilePath",{get:function(){return this.i.tilePath},set:function(e){this.i.tilePath=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualTilePath",{get:function(){return this.i.actualTilePath},set:function(e){this.i.actualTilePath=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"subDomains",{get:function(){if(null===this._subDomains){var e=new P,t=this.i.subDomains;t||(t=new $(0)),this._subDomains=e._fromInner(t),this.i.subDomains=t}return this._subDomains},set:function(e){null!==this._subDomains&&(this._subDomains._setSyncTarget(null),this._subDomains=null);var t=new P;this._subDomains=t._fromOuter(e);var i=new r.SyncableObservableCollection$1(r.String_$type),n=this.i.subDomains;n||(n=new $(0)),i._inner=n,i.clear(),this._subDomains._setSyncTarget(i),this.i.subDomains=n},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualSubDomains",{get:function(){if(null===this._actualSubDomains){var e=new P,t=this.i.actualSubDomains;t||(t=new $(0)),this._actualSubDomains=e._fromInner(t),this.i.actualSubDomains=t}return this._actualSubDomains},set:function(e){null!==this._actualSubDomains&&(this._actualSubDomains._setSyncTarget(null),this._actualSubDomains=null);var t=new P;this._actualSubDomains=t._fromOuter(e);var i=new r.SyncableObservableCollection$1(r.String_$type),n=this.i.actualSubDomains;n||(n=new $(0)),i._inner=n,i.clear(),this._actualSubDomains._setSyncTarget(i),this.i.actualSubDomains=n},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"bingImageryRestUri",{get:function(){return this.i.bingImageryRestUri},set:function(e){this.i.bingImageryRestUri=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualBingImageryRestUri",{get:function(){return this.i.actualBingImageryRestUri},set:function(e){this.i.actualBingImageryRestUri=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"cultureName",{get:function(){return this.i.cultureName},set:function(e){this.i.cultureName=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"apiKey",{get:function(){return this.i.apiKey},set:function(e){this.i.apiKey=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"imageryStyle",{get:function(){return this.i.imageryStyle},set:function(e){this.i.imageryStyle=r.ensureEnum(T,e)},enumerable:!1,configurable:!0}),i.prototype.requestMapSettings=function(){this.i.requestMapSettings()},i}(O),B=function(){function e(){r.TypeRegistrar.registerCons("IgxBingMapsMapImagery",A),r.TypeRegistrar.register("BingMapsMapImagery",V.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,k],exports:[k]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,k],k]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:B,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,k],exports:[k],entryComponents:[]}]}],ctorParameters:function(){return[]}});var G=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule]]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:G,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule],exports:[],entryComponents:[]}]}]});var F=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),i.prototype.createImplementation=function(){return new I},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tilePath",{get:function(){return this.i.tilePath},set:function(e){this.i.tilePath=e},enumerable:!1,configurable:!0}),i}(O),E=function(){function e(){r.TypeRegistrar.registerCons("IgxOpenStreetMapImagery",F),r.TypeRegistrar.register("OpenStreetMapImagery",I.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,G],exports:[G]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,G],G]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:E,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,G],exports:[G],entryComponents:[]}]}],ctorParameters:function(){return[]}});var N=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule]]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:N,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule],exports:[],entryComponents:[]}]}]});var z=function(e){function n(){var t=e.call(this)||this;return t._getTileImageUri=null,t}return t.__extends(n,e),Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"getTileImageUri",{get:function(){var e=this;return null==this._getTileImageUri&&(this._getTileImageUri=new i.EventEmitter,this.i.getTileImageUri=r.delegateCombine(this.i.getTileImageUri,(function(t,i){var n=new r.IgxGetTileImageUriArgs;n._provideImplementation(i),e.beforeGetTileImageUri&&e.beforeGetTileImageUri(e,n),e._getTileImageUri.emit({sender:e,args:n})}))),this._getTileImageUri},enumerable:!1,configurable:!0}),n}(O),U=function(e){function i(t){var i=e.call(this,t)||this;return i.getTileImageUri=null,t.getTileImageUri=r.delegateCombine(t.getTileImageUri,r.runOn(i,i.bq)),i}return t.__extends(i,e),i.prototype.bq=function(e,t){this.bp(t)},i.prototype.bp=function(e){null!=this.getTileImageUri&&this.getTileImageUri(this,e)},i.$t=r.markType(i,"CustomMapImagery",d.$),i}(d),q=function(){function e(){r.TypeRegistrar.registerCons("IgxCustomMapImagery",z),r.TypeRegistrar.register("CustomMapImagery",U.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,N],exports:[N]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,N],N]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:q,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,N],exports:[N],entryComponents:[]}]}],ctorParameters:function(){return[]}});var L=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule]]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:L,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule],exports:[],entryComponents:[]}]}]});var H=function(e){function i(){var t=e.call(this,new r.ArcGISOnlineTileSource)||this;return t.bp=0,t.bu=null,t.bt=null,t._pendingTokenRequest_=null,t._pendingMapServerRequest_=null,t.bt="localhost",t.bu="https://www.arcgis.com/sharing/",t.bp=60,t.userToken=null,t.getResponseCompleted_MapServerResponse=t.getResponseCompleted_MapServerResponse.bind(t),t.getResponseCompleted_TokenResponse=t.getResponseCompleted_TokenResponse.bind(t),t}return t.__extends(i,e),Object.defineProperty(i.prototype,"mapServerUri",{get:function(){return this.c(i.mapServerUriProperty)},set:function(e){this.h(i.mapServerUriProperty,e)},enumerable:!1,configurable:!0}),i.cd=function(e,t){e.cf("MapServerUri",t.oldValue,t.newValue)},Object.defineProperty(i.prototype,"userName",{get:function(){return this.c(i.userNameProperty)},set:function(e){this.h(i.userNameProperty,e)},enumerable:!1,configurable:!0}),i.cg=function(e,t){e.cf("UserName",t.oldValue,t.newValue)},Object.defineProperty(i.prototype,"password",{get:function(){return this.c(i.passwordProperty)},set:function(e){this.h(i.passwordProperty,e)},enumerable:!1,configurable:!0}),i.ce=function(e,t){e.cf("Password",t.oldValue,t.newValue)},Object.defineProperty(i.prototype,"userToken",{get:function(){return this.c(i.userTokenProperty)},set:function(e){this.h(i.userTokenProperty,e)},enumerable:!1,configurable:!0}),i.ch=function(e,t){e.cf("UserToken",t.oldValue,t.newValue)},Object.defineProperty(i.prototype,"isMapPublic",{get:function(){return this.c(i.isMapPublicProperty)},set:function(e){this.h(i.isMapPublicProperty,e)},enumerable:!1,configurable:!0}),i.cc=function(e,t){e.cf("IsMapPublic",t.oldValue,t.newValue)},Object.defineProperty(i.prototype,"defaultTokenTimeout",{get:function(){return this.bp},set:function(e){this.bp=e,this.b8(!0)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tokenGenerationEndPoint",{get:function(){return this.bu},set:function(e){this.bu=e,this.b8(!0)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"refererUri",{get:function(){return this.bt},set:function(e){this.bt=e,this.b8(!0)},enumerable:!1,configurable:!0}),i.prototype.acquireNewToken=function(){this.b8(!0)},i.prototype.b9=function(e){e()},i.prototype.b8=function(e){if(r.stringIsNullOrEmpty(this.userToken)&&0==e)this.ci();else{var t=this.tokenGenerationEndPoint;if(r.stringIsNullOrEmpty(t))this.userToken="";else if("/"!=t.substr(t.length-1,1)&&(t+="/"),r.stringIsNullOrEmpty(this.refererUri))this.userToken="";else{var n=this.defaultTokenTimeout;if(n<1&&(n=1),t+=r.stringFormat1(i.bv,this.userName,this.password,this.refererUri,n),r.Uri.isWellFormedUriString(t,1)){var o=t;this._pendingTokenRequest_=r.HttpRequestUtil.submit(o,this.getResponseCompleted_TokenResponse,null)}else this.userToken=""}}},i.prototype.ci=function(){if(!r.stringIsNullOrEmpty(this.mapServerUri)){var e=this.mapServerUri;if("/"==e.substr(e.length-1,1)&&r.stringRemove(e,e.length-1,1),this.isMapPublic)e=r.stringFormat("{0}?f=json",e);else{if(r.stringIsNullOrEmpty(this.userToken))return;e=r.stringFormat("{0}?f=json&token={1}",e,this.userToken)}if(r.Uri.isWellFormedUriString(e,1)){var t=e;this._pendingMapServerRequest_=r.HttpRequestUtil.submit(t,this.getResponseCompleted_MapServerResponse,null)}}},i.prototype.getResponseCompleted_TokenResponse=function(e,t){if(t==this._pendingTokenRequest_){this._pendingTokenRequest_=null;var i=e,n=JSON.parse(i);if(null!=n){var r="";null!=n.token&&(r=n.token),this.userToken=r}}},i.prototype.getResponseCompleted_MapServerResponse=function(e,t){if(t==this._pendingMapServerRequest_){this._pendingMapServerRequest_=null;var i=e,n=JSON.parse(i);null!=n&&null!=n.tileInfo&&(this.ap.levelOfDetail=n.tileInfo.lods.length)}},i.prototype.cf=function(t,i,n){var o=this,a=r.typeCast(r.ArcGISOnlineTileSource.$,this.ap);switch(t){case"MapServerUri":null!=a&&(a.mapServerUri=r.typeCast(r.String_$type,n)),this.ci();break;case"UserName":case"Password":if(r.stringIsNullOrEmpty(this.userName)||r.stringIsNullOrEmpty(this.password))return;this.b8(!0);break;case"UserToken":this.b9((function(){return a.userToken=o.userToken})),this.ci();break;case"IsMapPublic":a.isMapPublic=this.isMapPublic}e.prototype.ba.call(this,t,i,n)},i.$t=r.markType(i,"ArcGISOnlineMapImagery",d.$),i.bv="generateToken?username={0}&password={1}&client=referer&referer={2}&expiration={3}&f=pjson",i.mapServerUriProperty=r.DependencyProperty.i("MapServerUri",r.String_$type,i.$,new r.PropertyMetadata(2,null,i.cd)),i.userNameProperty=r.DependencyProperty.i("UserName",r.String_$type,i.$,new r.PropertyMetadata(2,null,i.cg)),i.passwordProperty=r.DependencyProperty.i("Password",r.String_$type,i.$,new r.PropertyMetadata(2,null,i.ce)),i.userTokenProperty=r.DependencyProperty.i("UserToken",r.String_$type,i.$,new r.PropertyMetadata(2,null,i.ch)),i.isMapPublicProperty=r.DependencyProperty.i("IsMapPublic",r.Boolean_$type,i.$,new r.PropertyMetadata(2,!0,i.cc)),i}(d),W=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),i.prototype.createImplementation=function(){return new H},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"mapServerUri",{get:function(){return this.i.mapServerUri},set:function(e){this.i.mapServerUri=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"userName",{get:function(){return this.i.userName},set:function(e){this.i.userName=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"password",{get:function(){return this.i.password},set:function(e){this.i.password=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"userToken",{get:function(){return this.i.userToken},set:function(e){this.i.userToken=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"isMapPublic",{get:function(){return this.i.isMapPublic},set:function(e){this.i.isMapPublic=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"defaultTokenTimeout",{get:function(){return this.i.defaultTokenTimeout},set:function(e){this.i.defaultTokenTimeout=+e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tokenGenerationEndPoint",{get:function(){return this.i.tokenGenerationEndPoint},set:function(e){this.i.tokenGenerationEndPoint=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"refererUri",{get:function(){return this.i.refererUri},set:function(e){this.i.refererUri=e},enumerable:!1,configurable:!0}),i.prototype.acquireNewToken=function(){this.i.acquireNewToken()},i}(O),Z=function(){function e(){r.TypeRegistrar.registerCons("IgxArcGISOnlineMapImagery",W),r.TypeRegistrar.register("ArcGISOnlineMapImagery",H.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,L],exports:[L]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,L],L]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Z,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,L],exports:[L],entryComponents:[]}]}],ctorParameters:function(){return[]}});var X=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,declarations:[x],imports:[o.CommonModule,k,G,N,L],exports:[k,G,N,L,x]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,k,G,N,L],k,G,N,L]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:X,decorators:[{type:i.NgModule,args:[{declarations:[x],exports:[k,G,N,L,x],imports:[o.CommonModule,k,G,N,L],entryComponents:[]}]}],ctorParameters:function(){return[]}});var Y=function(){function e(){r.TypeRegistrar.registerCons("IgxGeographicMapComponent",x)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,B,E,q,Z,X],exports:[B,E,q,Z,X]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,B,E,q,Z,X],B,E,q,Z,X]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Y,decorators:[{type:i.NgModule,args:[{declarations:[],exports:[B,E,q,Z,X],imports:[o.CommonModule,B,E,q,Z,X],entryComponents:[x]}]}],ctorParameters:function(){return[]}});var K=function(e){function n(){return e.call(this)||this}return t.__extends(n,e),Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"isGeographic",{get:function(){return this.i.eq},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"hasMarkers",{get:function(){return this.i.hasMarkers},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"visibleFromScale",{get:function(){return this.i.t5},set:function(e){this.i.t5=+e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"coercionMethods",{get:function(){return this.i.coercionMethods},set:function(e){this.i.coercionMethods=e},enumerable:!1,configurable:!0}),n.prototype.notifyIndexedPropertiesChanged=function(){this.i.og()},n.prototype.getItemValue=function(e,t){return this.i.ju(e,t)},n.prototype.getItem=function(e){return this.i.jr(r.toPoint(e))},n.prototype.getPreviousOrExactIndex=function(e,t){return this.i.jf(r.toPoint(e),t)},n.prototype.getNextOrExactIndex=function(e,t){return this.i.jd(r.toPoint(e),t)},n.prototype.getSeriesValue=function(e,t,i){return this.i.h9(r.toPoint(e),t,i)},n.prototype.getSeriesValuePosition=function(e,t,i){var n=this.i.th(r.toPoint(e),t,i);return r.fromPoint(n)},n.prototype.getSeriesValueBoundingBox=function(e){var t=this.i.ts(r.toPoint(e));return r.fromRect(t)},n.prototype.getSeriesValueMarkerBoundingBox=function(e){var t=this.i.tu(r.toPoint(e));return r.fromRect(t)},n.prototype.getSeriesHighValue=function(e,t,i){return this.i.h5(r.toPoint(e),t,i)},n.prototype.getSeriesHighValuePosition=function(e,t,i){var n=this.i.td(r.toPoint(e),t,i);return r.fromPoint(n)},n.prototype.getSeriesLowValue=function(e,t,i){return this.i.h7(r.toPoint(e),t,i)},n.prototype.getSeriesLowValuePosition=function(e,t,i){var n=this.i.tf(r.toPoint(e),t,i);return r.fromPoint(n)},n.prototype.getSeriesValuePositionFromSeriesPixel=function(e,t,i){var n=this.i.ti(r.toPoint(e),t,i);return r.fromPoint(n)},n.prototype.getSeriesValueFromSeriesPixel=function(e,t,i){return this.i.ia(r.toPoint(e),t,i)},n.prototype.getItemSpan=function(){return this.i.h0()},n.prototype.renderSeries=function(e){this.i.pp(e)},n.prototype.styleUpdated=function(){this.i.p8()},n.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:n,deps:[],target:i["ɵɵFactoryTarget"].Component}),n.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:n,selector:"ng-component",inputs:{visibleFromScale:"visibleFromScale",coercionMethods:"coercionMethods"},usesInheritance:!0,ngImport:i,template:"",isInline:!0}),n}(n.IgxSeriesComponent);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:K,decorators:[{type:i.Component,args:[{template:""}]}],ctorParameters:function(){return[]},propDecorators:{visibleFromScale:[{type:i.Input}],coercionMethods:[{type:i.Input}]}});var J=function(e){function o(){var t=e.call(this)||this;return t._currData=null,t._sub=null,t._assigningShapeStyle=null,t._assigningShapeMarkerStyle=null,t}return t.__extends(o,e),Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeDataSource",{get:function(){return this._shapeDataSource},set:function(e){this._shapeDataSource=e,this.updateShapeDataSource()},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"databaseSource",{get:function(){return this._databaseSource},set:function(e){this._databaseSource=e,this.updateShapeDataSource()},enumerable:!1,configurable:!0}),o.prototype.onUpdateDataSource=function(e){var t=this;return e&&e.getPointData?(this._currData=e,null!=this._sub&&this._sub(),e.count>0?e.getPointData():(this._sub=e.importCompleted.subscribe((function(i,n){t._currData==e&&(null!=t._sub&&(t._sub(),t._sub),t.i.itemsSource=e.getPointData())})),null)):e},o.prototype.updateShapeDataSource=function(){null==this._cachedShapeDataSource&&(this._cachedShapeDataSource=new r.IgxShapeDataSource,this.onShapeDataSourceImportCompleted=this.onShapeDataSourceImportCompleted.bind(this),this._cachedShapeDataSource.importCompleted.subscribe(this.onShapeDataSourceImportCompleted)),this._cachedShapeDataSource.shapefileSource=this._shapeDataSource,this._cachedShapeDataSource.databaseSource=this._databaseSource,this._shapeDataSource&&this._databaseSource&&this._cachedShapeDataSource.dataBind()},o.prototype.onShapeDataSourceImportCompleted=function(e){this.dataSource=this._cachedShapeDataSource.getPointData()},Object.defineProperty(o.prototype,"shapeMemberPath",{get:function(){return this.i.uw},set:function(e){this.i.uw=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomShapeStyleAllowed",{get:function(){return this.i.ul},set:function(e){this.i.ul=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomShapeMarkerStyleAllowed",{get:function(){return this.i.uk},set:function(e){this.i.uk=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchMode",{get:function(){return this.i.ud},set:function(e){this.i.ud=r.ensureEnum(n.ShapeItemSearchMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchThreshold",{get:function(){return this.i.uo},set:function(e){this.i.uo=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchPointsThreshold",{get:function(){return this.i.un},set:function(e){this.i.un=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapefileDataSource",{get:function(){var e=this.i.ug;if(null==e)return null;if(!e.externalObject){var t=new r.IgxShapeDataSource;e.$type?t._implementation=e:t.i.setNativeElement&&t.i.setNativeElement(e),e.externalObject=t}return e.externalObject},set:function(e){this.i.ug=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeFilterResolution",{get:function(){return this.i.um},set:function(e){this.i.um=+e},enumerable:!1,configurable:!0}),o.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.shapefileDataSource&&this.shapefileDataSource.name&&this.shapefileDataSource.name==t?this.shapefileDataSource:null)},Object.defineProperty(o.prototype,"assigningShapeStyle",{get:function(){var e=this;return null==this._assigningShapeStyle&&(this._assigningShapeStyle=new i.EventEmitter,this.i.assigningShapeStyle=r.delegateCombine(this.i.assigningShapeStyle,(function(t,i){var r=new n.IgxAssigningShapeStyleEventArgs;r._provideImplementation(i),e.beforeAssigningShapeStyle&&e.beforeAssigningShapeStyle(e,r),e._assigningShapeStyle.emit({sender:e,args:r})}))),this._assigningShapeStyle},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"assigningShapeMarkerStyle",{get:function(){var e=this;return null==this._assigningShapeMarkerStyle&&(this._assigningShapeMarkerStyle=new i.EventEmitter,this.i.assigningShapeMarkerStyle=r.delegateCombine(this.i.assigningShapeMarkerStyle,(function(t,i){var r=new n.IgxAssigningShapeMarkerStyleEventArgs;r._provideImplementation(i),e.beforeAssigningShapeMarkerStyle&&e.beforeAssigningShapeMarkerStyle(e,r),e._assigningShapeMarkerStyle.emit({sender:e,args:r})}))),this._assigningShapeMarkerStyle},enumerable:!1,configurable:!0}),o.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:o,deps:[],target:i["ɵɵFactoryTarget"].Component}),o.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"ng-component",inputs:{shapeDataSource:"shapeDataSource",databaseSource:"databaseSource",shapeMemberPath:"shapeMemberPath",isCustomShapeStyleAllowed:"isCustomShapeStyleAllowed",isCustomShapeMarkerStyleAllowed:"isCustomShapeMarkerStyleAllowed",itemSearchMode:"itemSearchMode",itemSearchThreshold:"itemSearchThreshold",itemSearchPointsThreshold:"itemSearchPointsThreshold",shapefileDataSource:"shapefileDataSource",shapeFilterResolution:"shapeFilterResolution"},outputs:{assigningShapeStyle:"assigningShapeStyle",assigningShapeMarkerStyle:"assigningShapeMarkerStyle"},usesInheritance:!0,ngImport:i,template:"",isInline:!0}),o}(K);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:J,decorators:[{type:i.Component,args:[{template:""}]}],ctorParameters:function(){return[]},propDecorators:{shapeDataSource:[{type:i.Input}],databaseSource:[{type:i.Input}],shapeMemberPath:[{type:i.Input}],isCustomShapeStyleAllowed:[{type:i.Input}],isCustomShapeMarkerStyleAllowed:[{type:i.Input}],itemSearchMode:[{type:i.Input}],itemSearchThreshold:[{type:i.Input}],itemSearchPointsThreshold:[{type:i.Input}],shapefileDataSource:[{type:i.Input}],shapeFilterResolution:[{type:i.Input}],assigningShapeStyle:[{type:i.Output}],assigningShapeMarkerStyle:[{type:i.Output}]}});var Q=function(e){function i(){var t=null!==e&&e.apply(this,arguments)||this;return t.uj=!1,t.ui=!1,t.assigningShapeStyle=null,t.assigningShapeMarkerStyle=null,t.uf=null,t.uh=!1,t}return t.__extends(i,e),i.prototype.cg=function(){return new ee(this)},i.prototype.o0=function(t){e.prototype.o0.call(this,t),this.ue=t},i.prototype.get_es=function(){return!0},i.prototype.get_du=function(){return!0},i.prototype.o8=function(t,n,o,a){switch(e.prototype.o8.call(this,t,n,o,a),n){case"SeriesViewer":this.ue.ci();break;case"ShapeMemberPath":this.ue.ck();break;case i.$$p[5]:this.ue.cj();break;case i.$$p[1]:if(this.t3.u2=this.ul,this.uj=this.ul,this.ul){var s=this.t3;s.assigningShapeStyle=r.delegateCombine(s.assigningShapeStyle,r.runOn(this,this.uz))}else{var u=this.t3;u.assigningShapeStyle=r.delegateRemove(u.assigningShapeStyle,r.runOn(this,this.uz))}break;case i.$$p[0]:if(this.t3.u1=this.uk,this.ui=this.uk,this.ul){var l=this.t3;l.assigningShapeMarkerStyle=r.delegateCombine(l.assigningShapeMarkerStyle,r.runOn(this,this.uy))}else{var c=this.t3;c.assigningShapeMarkerStyle=r.delegateRemove(c.assigningShapeMarkerStyle,r.runOn(this,this.uy))}break;case i.$$p[2]:this.t3.uo=this.ud;break;case i.$$p[3]:this.t3.vj=this.un;break;case i.$$p[4]:this.t3.vk=this.uo;break;case"ShapefileDataSource":if(null!=o){var p=o;this.uh&&(p.importCompleted=r.delegateRemove(p.importCompleted,r.runOn(this,this.u0)))}if(null!=a){var h=a;if(h.count>0){this.u1();break}this.uh=!0,h.importCompleted=r.delegateCombine(h.importCompleted,r.runOn(this,this.u0))}}},i.prototype.uz=function(e,t){null!=this.assigningShapeStyle&&this.assigningShapeStyle(this,t)},i.prototype.uy=function(e,t){null!=this.assigningShapeMarkerStyle&&this.assigningShapeMarkerStyle(this,t)},i.prototype.u0=function(e,t){this.u1()},i.prototype.u1=function(){var e=this.ug.externalObject;this.itemsSource=e.getPointData()},Object.defineProperty(i.prototype,"ug",{get:function(){return this.uf},set:function(e){var t=this.uf;this.uf=e,t!=this.uf&&this.raisePropertyChanged("ShapefileDataSource",t,this.uf)},enumerable:!1,configurable:!0}),i.prototype.get_gf=function(){return!0},i.prototype.set_gf=function(t){e.prototype.set_gf.call(this,t)},i.$t=r.markType(i,"GeographicShapeSeriesBase",y.$),i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"raisePropertyChanged",["IsCustomShapeMarkerStyleAllowed:uk:u2",[0,!1],"IsCustomShapeStyleAllowed:ul:u3",[0,!1],"ItemSearchMode:ud:u4",[n.ShapeItemSearchMode_$type,r.enumGetBox(n.ShapeItemSearchMode_$type,0)],"ItemSearchPointsThreshold:un:u5",[1,1e4],"ItemSearchThreshold:uo:u6",[1,1e4],"ShapeFilterResolution:um:u7",[1,2],"ShapeMemberPath:uw:u8",[2,"points"]]),i}(y),ee=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.prototype.b5=function(){e.prototype.b5.call(this),this.ch.t3.vw=this.ch.uw},i.prototype.ci=function(){var e=this.ch.t3;if(null==this.ch.cy)return e.ui=null,void(e.uk=null);e.ui=this.ch.cy.ua,e.uk=this.ch.cy.uc},i.prototype.ck=function(){this.ch.t3.vw=this.ch.uw},i.prototype.cj=function(){this.ch.t3.vg=this.ch.um},i.$t=r.markType(i,"GeographicShapeSeriesBaseView",m.$),i}(m),te=function(e){function i(t){var i=e.call(this,t)||this;return i.cl=null,i.cl=t,i.q||(i.cl.uw="points"),i}return t.__extends(i,e),i.prototype.au=function(){e.prototype.au.call(this),this.q||(this.cl.wg=n.Defaults.aj,this.cl.iu=n.Defaults.p,this.cl.vf=n.Defaults.o,this.cl.vc=n.Defaults.d,this.cl.va=n.Defaults.a)},i.prototype.b5=function(){e.prototype.b5.call(this),this.cl.t3.ye=this.cl.wi,this.cl.t3.w7=this.cl.vd,this.cl.t3.xt=this.cl.vy,this.cl.t3.xa=this.cl.vf,this.cl.t3.wt=this.cl.u9},i.prototype.cq=function(){this.cl.t3.xt=this.cl.vy},i.prototype.cs=function(){this.cl.t3.xa=this.cl.vf},i.prototype.cn=function(){this.cl.t3.wt=this.cl.u9},i.prototype.cr=function(){this.cl.t3.w2=this.cl.vc},i.prototype.cm=function(){this.cl.t3.ya=this.cl.wf},i.prototype.co=function(){this.cl.t3.yb=this.cl.wg},i.prototype.cp=function(){this.cl.t3.yd=this.cl.wh},i.prototype.ct=function(){this.cl.t3.w7=this.cl.vd},i.prototype.cu=function(){this.cl.t3.ye=this.cl.wi},i.$t=r.markType(i,"GeographicShapeSeriesView",ee.$),i}(ee),ie=function(e){function i(){var t=e.call(this)||this;return t.styleShape=null,t.ab=i.$,t}return t.__extends(i,e),i.prototype.get_e3=function(){return!0},i.prototype.cg=function(){return new te(this)},i.prototype.o0=function(t){e.prototype.o0.call(this,t),this.ve=t},i.prototype.t2=function(){var e=new n.ScatterPolygonSeries;return e.styleShape=r.delegateCombine(e.styleShape,r.runOn(this,this.vv)),e.propertyUpdated=r.delegateCombine(e.propertyUpdated,r.runOn(this,this.vw)),e},i.prototype.vv=function(e,t){null!=this.styleShape&&this.styleShape(this,t)},i.prototype.vw=function(e,t){r.typeCast(n.ScatterPolygonSeries.$,this.t3)},i.prototype.hs=function(){return this.vf},i.prototype.sz=function(){return this.wd},i.prototype.s0=function(){return this.we},i.prototype.qv=function(){return this.vx},i.prototype.kx=function(){var e=r.typeCast(n.ScatterPolygonSeries.$,this.t3);return null==e?"Unknown":e.kx()},i.prototype.o8=function(t,n,r,o){switch(e.prototype.o8.call(this,t,n,r,o),n){case i.$$p[6]:this.t3.w0=this.vb;break;case i.$$p[5]:this.t3.ww=this.va;break;case i.$$p[9]:this.ve.cq();break;case i.$$p[10]:this.ve.cs();break;case i.$$p[4]:this.ve.cn();break;case i.$$p[11]:this.ve.cr();break;case i.$$p[3]:this.ve.cm();break;case i.$$p[7]:this.ve.co();break;case i.$$p[8]:this.ve.cp();break;case i.$$p[13]:this.ve.ct();break;case i.$$p[12]:this.ve.cu()}},i.prototype.iq=function(){return.7},i.$t=r.markType(i,"GeographicShapeSeries",Q.$),i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"raisePropertyChanged",["ActualMarkerBrush:wd:vz",[r.Brush.$],"ActualMarkerOutline:we:v0",[r.Brush.$],"ActualMarkerTemplate:vx:v1",[r.DataTemplate.$,null],"MarkerBrush:wf:v2",[r.Brush.$],"MarkerCollisionAvoidance:u9:v3",[n.CollisionAvoidanceType_$type,r.enumGetBox(n.CollisionAvoidanceType_$type,0)],"MarkerFillMode:va:v4",[n.MarkerFillMode_$type,r.enumGetBox(n.MarkerFillMode_$type,0)],"MarkerOutlineMode:vb:v5",[n.MarkerOutlineMode_$type,r.enumGetBox(n.MarkerOutlineMode_$type,0)],"MarkerOutline:wg:v6",[r.Brush.$],"MarkerStyle:wh:v7",[r.Style.$],"MarkerTemplate:vy:v8",[r.DataTemplate.$,null],"MarkerThickness:vf:v9",[1,r.DeviceUtils.g(2)],"MarkerType:vc:wa",[n.MarkerType_$type,r.enumGetBox(n.MarkerType_$type,2)],"ShapeStyle:wi:wb",[r.Style.$,null],"ShapeStyleSelector:vd:wc",[n.StyleSelector.$,null]]),i}(Q),ne=function(e){function o(){var t=e.call(this)||this;return t._styleShape=null,t}return t.__extends(o,e),o.prototype.createImplementation=function(){return new ie},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isPolygon",{get:function(){return this.i.e3},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeFill",{get:function(){return this.i.wi?this.i.wi.fill:null},set:function(e){this.ensureShapeStyle(),this.i.wi.fill=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeStroke",{get:function(){return this.i.wi?this.i.wi.stroke:null},set:function(e){this.ensureShapeStyle(),this.i.wi.stroke=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeStrokeThickness",{get:function(){return this.i.wi?this.i.wi.strokeThickness:NaN},set:function(e){this.ensureShapeStyle(),this.i.wi.strokeThickness=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeOpacity",{get:function(){return this.i.wi?this.i.wi.opacity:NaN},set:function(e){this.ensureShapeStyle(),this.i.wi.opacity=+e},enumerable:!1,configurable:!0}),o.prototype.ensureShapeStyle=function(){this.i.wi||(this.i.wi=new r.Style)},Object.defineProperty(o.prototype,"markerType",{get:function(){return this.i.vc},set:function(e){this.i.vc=r.ensureEnum(n.MarkerType_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutlineMode",{get:function(){return this.i.vb},set:function(e){this.i.vb=r.ensureEnum(n.MarkerOutlineMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerFillMode",{get:function(){return this.i.va},set:function(e){this.i.va=r.ensureEnum(n.MarkerFillMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerTemplate",{get:function(){return this.i.vy},set:function(e){this.i.vy=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerBrush",{get:function(){return r.brushToString(this.i.wf)},set:function(e){this.i.wf=r.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutline",{get:function(){return r.brushToString(this.i.wg)},set:function(e){this.i.wg=r.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerThickness",{get:function(){return this.i.vf},set:function(e){this.i.vf=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerCollisionAvoidance",{get:function(){return this.i.u9},set:function(e){this.i.u9=r.ensureEnum(n.CollisionAvoidanceType_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerTemplate",{get:function(){return this.i.vx},set:function(e){this.i.vx=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerBrush",{get:function(){return r.brushToString(this.i.wd)},set:function(e){this.i.wd=r.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerOutline",{get:function(){return r.brushToString(this.i.we)},set:function(e){this.i.we=r.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"styleShape",{get:function(){var e=this;return null==this._styleShape&&(this._styleShape=new i.EventEmitter,this.i.styleShape=r.delegateCombine(this.i.styleShape,(function(t,i){e._runInZone((function(){var t=new n.IgxStyleShapeEventArgs;t._provideImplementation(i),e.beforeStyleShape&&e.beforeStyleShape(e,t),e._styleShape.emit({sender:e,args:t})}))}))),this._styleShape},enumerable:!1,configurable:!0}),o.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:o,deps:[],target:i["ɵɵFactoryTarget"].Component}),o.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"igx-geographic-shape-series",inputs:{shapeFill:"shapeFill",shapeStroke:"shapeStroke",shapeStrokeThickness:"shapeStrokeThickness",shapeOpacity:"shapeOpacity",markerType:"markerType",markerOutlineMode:"markerOutlineMode",markerFillMode:"markerFillMode",markerTemplate:"markerTemplate",markerBrush:"markerBrush",markerOutline:"markerOutline",markerThickness:"markerThickness",markerCollisionAvoidance:"markerCollisionAvoidance",actualMarkerTemplate:"actualMarkerTemplate",actualMarkerBrush:"actualMarkerBrush",actualMarkerOutline:"actualMarkerOutline"},outputs:{styleShape:"styleShape"},providers:[{provide:J,useExisting:i.forwardRef((function(){return o}))},{provide:K,useExisting:i.forwardRef((function(){return o}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:i,template:"",isInline:!0,changeDetection:i.ChangeDetectionStrategy.OnPush}),o}(J);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:ne,decorators:[{type:i.Component,args:[{selector:"igx-geographic-shape-series",template:"",providers:[{provide:J,useExisting:i.forwardRef((function(){return ne}))},{provide:K,useExisting:i.forwardRef((function(){return ne}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return ne}))}],changeDetection:i.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{shapeFill:[{type:i.Input}],shapeStroke:[{type:i.Input}],shapeStrokeThickness:[{type:i.Input}],shapeOpacity:[{type:i.Input}],markerType:[{type:i.Input}],markerOutlineMode:[{type:i.Input}],markerFillMode:[{type:i.Input}],markerTemplate:[{type:i.Input}],markerBrush:[{type:i.Input}],markerOutline:[{type:i.Input}],markerThickness:[{type:i.Input}],markerCollisionAvoidance:[{type:i.Input}],actualMarkerTemplate:[{type:i.Input}],actualMarkerBrush:[{type:i.Input}],actualMarkerOutline:[{type:i.Input}],styleShape:[{type:i.Output}]}});var re=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,declarations:[ne],imports:[o.CommonModule,n.IgxScatterPolygonSeriesDynamicModule],exports:[ne,n.IgxScatterPolygonSeriesDynamicModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,n.IgxScatterPolygonSeriesDynamicModule],n.IgxScatterPolygonSeriesDynamicModule]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:re,decorators:[{type:i.NgModule,args:[{declarations:[ne],imports:[o.CommonModule,n.IgxScatterPolygonSeriesDynamicModule],exports:[ne,n.IgxScatterPolygonSeriesDynamicModule],entryComponents:[]}]}]});var oe=function(){function e(){r.TypeRegistrar.registerCons("IgxGeographicShapeSeriesComponent",ne),r.TypeRegistrar.register("GeographicShapeSeries",ie.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,re],exports:[re]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,re],re]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:oe,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,re],exports:[re],entryComponents:[ne]}]}],ctorParameters:function(){return[]}});var ae=function(e){function i(t){var i=e.call(this,t)||this;return i.cl=null,i.cl=t,i}return t.__extends(i,e),i.prototype.au=function(){e.prototype.au.call(this),this.q||(this.cl.iu=n.Defaults.n)},i.prototype.b5=function(){e.prototype.b5.call(this),this.cl.t3.wt=this.cl.u9,this.cl.t3.wy=this.cl.vh},i.prototype.cm=function(){this.cl.t3.wt=this.cl.u9},i.prototype.cn=function(){this.cl.t3.wy=this.cl.vh},i.$t=r.markType(i,"GeographicPolylineSeriesView",ee.$),i}(ee),se=function(e){function i(){var t=e.call(this)||this;return t.styleShape=null,t.ab=i.$,t}return t.__extends(i,e),i.prototype.get_e4=function(){return!0},i.prototype.cg=function(){return new ae(this)},i.prototype.o0=function(t){e.prototype.o0.call(this,t),this.va=t},i.prototype.t2=function(){var e=new n.ScatterPolylineSeries;return e.styleShape=r.delegateCombine(e.styleShape,r.runOn(this,this.ve)),e},i.prototype.ve=function(e,t){null!=this.styleShape&&this.styleShape(this,t)},i.prototype.o8=function(t,n,r,o){switch(e.prototype.o8.call(this,t,n,r,o),n){case i.$$p[1]:this.va.cm();break;case i.$$p[0]:this.va.cn()}},i.$t=r.markType(i,"GeographicPolylineSeries",Q.$),i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"raisePropertyChanged",["ShapeStyle:vh:vf",[r.Style.$,null],"ShapeStyleSelector:u9:vg",[n.StyleSelector.$,null]]),i}(Q),ue=function(e){function o(){var t=e.call(this)||this;return t._styleShape=null,t}return t.__extends(o,e),o.prototype.createImplementation=function(){return new se},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isPolyline",{get:function(){return this.i.e4},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeFill",{get:function(){return this.i.vh?this.i.vh.fill:null},set:function(e){this.ensureShapeStyle(),this.i.vh.fill=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeStroke",{get:function(){return this.i.vh?this.i.vh.stroke:null},set:function(e){this.ensureShapeStyle(),this.i.vh.stroke=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeStrokeThickness",{get:function(){return this.i.vh?this.i.vh.strokeThickness:NaN},set:function(e){this.ensureShapeStyle(),this.i.vh.strokeThickness=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeOpacity",{get:function(){return this.i.vh?this.i.vh.opacity:NaN},set:function(e){this.ensureShapeStyle(),this.i.vh.opacity=+e},enumerable:!1,configurable:!0}),o.prototype.ensureShapeStyle=function(){this.i.vh||(this.i.vh=new r.Style)},Object.defineProperty(o.prototype,"styleShape",{get:function(){var e=this;return null==this._styleShape&&(this._styleShape=new i.EventEmitter,this.i.styleShape=r.delegateCombine(this.i.styleShape,(function(t,i){e._runInZone((function(){var t=new n.IgxStyleShapeEventArgs;t._provideImplementation(i),e.beforeStyleShape&&e.beforeStyleShape(e,t),e._styleShape.emit({sender:e,args:t})}))}))),this._styleShape},enumerable:!1,configurable:!0}),o.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:o,deps:[],target:i["ɵɵFactoryTarget"].Component}),o.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"igx-geographic-polyline-series",inputs:{shapeFill:"shapeFill",shapeStroke:"shapeStroke",shapeStrokeThickness:"shapeStrokeThickness",shapeOpacity:"shapeOpacity"},outputs:{styleShape:"styleShape"},providers:[{provide:J,useExisting:i.forwardRef((function(){return o}))},{provide:K,useExisting:i.forwardRef((function(){return o}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:i,template:"",isInline:!0,changeDetection:i.ChangeDetectionStrategy.OnPush}),o}(J);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:ue,decorators:[{type:i.Component,args:[{selector:"igx-geographic-polyline-series",template:"",providers:[{provide:J,useExisting:i.forwardRef((function(){return ue}))},{provide:K,useExisting:i.forwardRef((function(){return ue}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return ue}))}],changeDetection:i.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{shapeFill:[{type:i.Input}],shapeStroke:[{type:i.Input}],shapeStrokeThickness:[{type:i.Input}],shapeOpacity:[{type:i.Input}],styleShape:[{type:i.Output}]}});var le=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,declarations:[ue],imports:[o.CommonModule,n.IgxScatterPolylineSeriesDynamicModule],exports:[ue,n.IgxScatterPolylineSeriesDynamicModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,n.IgxScatterPolylineSeriesDynamicModule],n.IgxScatterPolylineSeriesDynamicModule]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:le,decorators:[{type:i.NgModule,args:[{declarations:[ue],imports:[o.CommonModule,n.IgxScatterPolylineSeriesDynamicModule],exports:[ue,n.IgxScatterPolylineSeriesDynamicModule],entryComponents:[]}]}]});var ce=function(){function e(){r.TypeRegistrar.registerCons("IgxGeographicPolylineSeriesComponent",ue),r.TypeRegistrar.register("GeographicPolylineSeries",se.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,le],exports:[le]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,le],le]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:ce,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,le],exports:[le],entryComponents:[ue]}]}],ctorParameters:function(){return[]}});var pe=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule]]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:pe,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule],exports:[],entryComponents:[]}]}]});var he=function(e){function i(){var t=e.call(this,new r.TileGeneratorTileSource)||this;return t.downloadingImage=r.delegateCombine(t.downloadingImage,r.runOn(t,t.br)),t.cancellingImage=r.delegateCombine(t.cancellingImage,r.runOn(t,t.bq)),t}return t.__extends(i,e),i.prototype.bq=function(e,t){var i=t.uri.toString().split("/"),n=parseInt(r.stringReplace(i[3],"/","")),o=parseInt(r.stringReplace(i[4],"/","")),a=parseInt(r.stringReplace(r.stringReplace(i[5],"/",""),".png",""));null!=this.tileGenerator&&this.tileGenerator.cancelTile(n,o,a)},i.prototype.br=function(e,t){var i=this,n=t.uri.toString().split("/"),o=parseInt(r.stringReplace(n[3],"/","")),a=parseInt(r.stringReplace(n[4],"/","")),s=parseInt(r.stringReplace(r.stringReplace(n[5],"/",""),".png",""));t.uri=null;var u=t.image;null!=this.tileGenerator&&this.tileGenerator.getTile(o,a,s,(function(e,t){return i.deferralHandler.deferAction((function(){return u.src=t.url}))}),(function(e,t){}),(function(e,t){}),u)},i.$t=r.markType(i,"TileGeneratorMapImagery",d.$),i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"ba",["TileGenerator",[r.ITileGenerator_$type,null]]),i}(d),ge=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),i.prototype.createImplementation=function(){return new he},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tileGenerator",{get:function(){return this.i.tileGenerator},set:function(e){this.i.tileGenerator=e},enumerable:!1,configurable:!0}),i}(O),ye=function(){function e(){r.TypeRegistrar.registerCons("IgxTileGeneratorMapImagery",ge),r.TypeRegistrar.register("TileGeneratorMapImagery",he.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,pe],exports:[pe]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,pe],pe]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:ye,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,pe],exports:[pe],entryComponents:[]}]}],ctorParameters:function(){return[]}});var me=function(e){function i(){var t=e.call(this)||this;return t.wu=null,t.wt=null,t.imageTilesReady=null,t.wx=null,t.wy=!1,t.ab=i.$,t}return t.__extends(i,e),i.prototype.get_fg=function(){return!0},i.prototype.cg=function(){return new fe(this)},i.prototype.o0=function(t){e.prototype.o0.call(this,t),this.ws=t},i.prototype.get_u4=function(){return!1},Object.defineProperty(i.prototype,"ww",{get:function(){return this.wu},set:function(e){if(e!=this.ww){var t=this.ww;this.wu=e,this.raisePropertyChanged("TileImagery",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"wv",{get:function(){return this.wt},set:function(e){var t=this.wt;this.wt=e,this.raisePropertyChanged("ActualTileImagery",t,this.wt)},enumerable:!1,configurable:!0}),i.prototype.o8=function(t,i,n,o){var a,s;switch(e.prototype.o8.call(this,t,i,n,o),i){case"TileImagery":s=o,null!=(a=n)&&(a.propertyChanged=r.delegateRemove(a.propertyChanged,r.runOn(this,this.w1))),null!=s&&(s.propertyChanged=r.delegateCombine(s.propertyChanged,r.runOn(this,this.w1))),this.ws.dh(a,s),this.pp(!1),this.ol();break;case"ActualTileImagery":s=o,null!=(a=n)&&(a.imageTilesReady=r.delegateRemove(a.imageTilesReady,r.runOn(this,this.w2)),a.deferralHandler=null),null!=s&&(s.imageTilesReady=r.delegateCombine(s.imageTilesReady,r.runOn(this,this.w2)),s.deferralHandler=this),this.ws.dg(a,s),null!=s&&null!==r.typeCast(f.$,this.cy)&&(s.geographicMap=this.cy,this.w4(this.cj),this.ws.dd(this.cy.tn)),this.ol();break;case"ActualWindowRect":this.ws.dd(o);break;case"WorldRect":this.ws.dk(o);break;case"SeriesViewer":var u=o;null!=n&&null!=this.wv&&this.wv.be(null),null!=u&&null!=this.wv&&this.wv.be(this.cj.w);break;case"ActualBrush":case"ActualOutline":case"ActualThickness":this.on()}},i.prototype.w1=function(e,t){"MultiScaleImage"==t.propertyName&&this.w4(this.cj)},i.prototype.w2=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new r.EventArgs),this.wy||this.ws.di()},i.prototype.register=function(e,t){this.wx=t},i.prototype.unRegister=function(e){this.wx=null},i.prototype.deferredRefresh=function(){this.pp(!1)},i.prototype.deferAction=function(e){null!=this.i4?this.i4.setTimeout(e,0):window.setTimeout(e,0)},i.prototype.qm=function(t,i){this.ws.dj(),e.prototype.qm.call(this,t,i)},i.prototype.pq=function(t){e.prototype.pq.call(this,t),this.w3(t,this.cj)},i.prototype.w3=function(e,t){var i,n,r=t,o=t.getViewInfo(i,n);i=o.p0,n=o.p1,this.w4(t),null!=this.wx&&(this.wy=!0,this.wx(e),this.wy=!1),r.di()},i.prototype.po=function(t,i,n,r,o){e.prototype.po.call(this,t,i,n,r,o);var a=this.gu.item(r);a.a3(n),this.dl(a)||this.wb(a)},i.prototype.w4=function(e){var t,i,n=e.getViewInfo(t,i);t=n.p0,i=n.p1,null!=this.ww&&null!=this.ww.ao&&(this.ww!=this.wv&&(this.wv=this.ww),null==this.wv||t.isEmpty||(this.wv.width!=t.width&&(this.wv.width=t.width),this.wv.height!=t.height&&(this.wv.height=t.height)))},i.prototype.nj=function(t,i){e.prototype.nj.call(this,t,i),i.de()},i.$t=r.markType(i,"TileSeries",n.ShapeSeriesBase.$,[r.IMapRenderDeferralHandler_$type]),i}(n.ShapeSeriesBase),fe=function(e){function i(t){var i=e.call(this,t)||this;return i.da=null,i.dl=new r.GeometryGroup,i.dc=null,i.db=null,i.da=t,i}return t.__extends(i,e),i.prototype.au=function(){e.prototype.au.call(this),this.q||(this.da.s2=n.Defaults.ao,this.da.sw=n.Defaults.an)},i.prototype.ck=function(e,t){t.c.count>0&&this.dl.d.add(t)},i.prototype.c5=function(e,t){return this.c6(e,t,!0)},i.prototype.c4=function(e,t){return null},i.prototype.co=function(e,t){},i.prototype.cm=function(e,t,i){},i.prototype.cu=function(){e.prototype.cu.call(this),this.dl.d.clear()},i.prototype.ct=function(){e.prototype.ct.call(this),this.as()},i.prototype.dd=function(e){null!=this.da.ww&&(this.da.ww.windowRect=e)},i.prototype.dg=function(e,t){if(null==this.dc){this.dc=this.e.i4.createElement("canvas");var i=this.e.i4.get2DCanvasContext(this.dc);this.db=new r.RenderingContext(new r.CanvasViewRenderer,i),this.dc.setAttribute("width",this.bx.width.toString()),this.dc.setAttribute("height",this.bx.height.toString())}null!=e&&(e.bd(null),e.be(null),e.imagesChanged=r.delegateRemove(e.imagesChanged,r.runOn(this,this.df))),null!=t&&(null!=this.w&&t.be(this.w),t.bd(this.db),t.bf(this.bx),t.imagesChanged=r.delegateCombine(t.imagesChanged,r.runOn(this,this.df)))},i.prototype.df=function(e,t){this.as()},i.prototype.dh=function(e,t){},i.prototype.dj=function(){null!=this.dc&&(this.dc.setAttribute("width",this.bx.width.toString()),this.dc.setAttribute("height",this.bx.height.toString())),null!=this.da.ww&&this.da.ww.bf(this.bx)},i.prototype.a8=function(t,i){if(e.prototype.a8.call(this,t,i),!i&&null!=this.dc){var n=!1;if(this.dl.d.count>0)n=!0,this.k.aa(),this.k.r(this.dl),this.k.h().clip();var o=r.truncate(Math.round(this.bx.left)),a=r.truncate(Math.round(this.bx.top)),s=r.truncate(Math.round(this.bx.width)),u=r.truncate(Math.round(this.bx.height));this.k.o(this.dc.getNativeElement(),1,o,a,s,u,o,a,s,u),n&&this.k.z()}},i.prototype.di=function(){this.as()},i.prototype.de=function(){},i.prototype.dk=function(e){null!=this.da.ww&&this.da.ww.a6()},i.$t=r.markType(i,"TileSeriesView",n.ShapeSeriesViewBase.$),i}(n.ShapeSeriesViewBase),de=function(e){function r(){return e.call(this)||this}return t.__extends(r,e),r.prototype.createImplementation=function(){return new me},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isTile",{get:function(){return this.i.fg},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"tileImagery",{get:function(){var e=this.i.ww;return null==e?null:e.externalObject},set:function(e){this.i.ww=null==e?null:e.i},enumerable:!1,configurable:!0}),r.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.tileImagery&&this.tileImagery.name&&this.tileImagery.name==t?this.tileImagery:null)},r.prototype.deferredRefresh=function(){this.i.deferredRefresh()},r.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:r,deps:[],target:i["ɵɵFactoryTarget"].Component}),r.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:r,selector:"igx-tile-series",inputs:{tileImagery:"tileImagery"},providers:[{provide:n.IgxShapeSeriesBaseComponent,useExisting:i.forwardRef((function(){return r}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return r}))}],usesInheritance:!0,ngImport:i,template:"",isInline:!0,changeDetection:i.ChangeDetectionStrategy.OnPush}),r}(n.IgxShapeSeriesBaseComponent);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:de,decorators:[{type:i.Component,args:[{selector:"igx-tile-series",template:"",providers:[{provide:n.IgxShapeSeriesBaseComponent,useExisting:i.forwardRef((function(){return de}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return de}))}],changeDetection:i.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{tileImagery:[{type:i.Input}]}});var be=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,declarations:[de],imports:[o.CommonModule],exports:[de]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule]]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:be,decorators:[{type:i.NgModule,args:[{declarations:[de],imports:[o.CommonModule],exports:[de],entryComponents:[]}]}]});var ve=function(){function e(){r.TypeRegistrar.registerCons("IgxTileSeriesComponent",de),r.TypeRegistrar.register("TileSeries",me.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,be],exports:[be]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,be],be]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:ve,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,be],exports:[be],entryComponents:[de]}]}],ctorParameters:function(){return[]}});var Se=function(e){function i(){var t=e.call(this)||this;return t.va=null,t.u9=null,t.imageTilesReady=null,t.ab=i.$,t}return t.__extends(i,e),i.prototype.get_fg=function(){return!0},Object.defineProperty(i.prototype,"vb",{get:function(){return this.va},set:function(e){if(e!=this.vb){var t=this.vb;this.va=e,this.raisePropertyChanged("TileImagery",t,e)}},enumerable:!1,configurable:!0}),i.prototype.vf=function(){null!=this.vb&&this.vb.clearTileCache()},i.prototype.o8=function(t,i,n,r){switch(e.prototype.o8.call(this,t,i,n,r),i){case"TileImagery":null!=this.t3&&(this.t3.ww=this.vb)}},i.prototype.t8=function(){if(e.prototype.t8.call(this),this.t3.ww=this.vb,null!=this.u9){var t=this.u9;t.imageTilesReady=r.delegateRemove(t.imageTilesReady,r.runOn(this,this.ve))}if(this.u9=this.t3,null!=this.u9){var i=this.u9;i.imageTilesReady=r.delegateCombine(i.imageTilesReady,r.runOn(this,this.ve))}},i.prototype.t2=function(){return new me},i.prototype.ve=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new h)},i.$t=r.markType(i,"GeographicTileSeries",Q.$),i}(Q),Me=function(e){function o(){var t=e.call(this)||this;return t._imageTilesReady=null,t}return t.__extends(o,e),o.prototype.createImplementation=function(){return new Se},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isTile",{get:function(){return this.i.fg},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"tileImagery",{get:function(){var e=this.i.vb;return null==e?null:e.externalObject},set:function(e){this.i.vb=null==e?null:e.i},enumerable:!1,configurable:!0}),o.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.tileImagery&&this.tileImagery.name&&this.tileImagery.name==t?this.tileImagery:null)},o.prototype.clearTileCache=function(){this.i.vf()},Object.defineProperty(o.prototype,"imageTilesReady",{get:function(){var e=this;return null==this._imageTilesReady&&(this._imageTilesReady=new i.EventEmitter,this.i.imageTilesReady=r.delegateCombine(this.i.imageTilesReady,(function(t,i){e._runInZone((function(){var t=new _;t._provideImplementation(i),e.beforeImageTilesReady&&e.beforeImageTilesReady(e,t),e._imageTilesReady.emit({sender:e,args:t})}))}))),this._imageTilesReady},enumerable:!1,configurable:!0}),o.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:o,deps:[],target:i["ɵɵFactoryTarget"].Component}),o.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"igx-geographic-tile-series",inputs:{tileImagery:"tileImagery"},outputs:{imageTilesReady:"imageTilesReady"},providers:[{provide:J,useExisting:i.forwardRef((function(){return o}))},{provide:K,useExisting:i.forwardRef((function(){return o}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:i,template:"",isInline:!0,changeDetection:i.ChangeDetectionStrategy.OnPush}),o}(J);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Me,decorators:[{type:i.Component,args:[{selector:"igx-geographic-tile-series",template:"",providers:[{provide:J,useExisting:i.forwardRef((function(){return Me}))},{provide:K,useExisting:i.forwardRef((function(){return Me}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return Me}))}],changeDetection:i.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{tileImagery:[{type:i.Input}],imageTilesReady:[{type:i.Output}]}});var Ie=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,declarations:[Me],imports:[o.CommonModule,ve],exports:[Me,ve]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,ve],ve]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Ie,decorators:[{type:i.NgModule,args:[{declarations:[Me],imports:[o.CommonModule,ve],exports:[Me,ve],entryComponents:[]}]}]});var Ce=function(){function e(){r.TypeRegistrar.registerCons("IgxGeographicTileSeriesComponent",Me),r.TypeRegistrar.register("GeographicTileSeries",Se.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,Ie],exports:[Ie]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,Ie],Ie]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Ce,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,Ie],exports:[Ie],entryComponents:[Me]}]}],ctorParameters:function(){return[]}});var we=function(e){function o(){return e.call(this)||this}return t.__extends(o,e),Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerType",{get:function(){return this.i.ud},set:function(e){this.i.ud=r.ensureEnum(n.MarkerType_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerThickness",{get:function(){return this.i.ue},set:function(e){this.i.ue=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutlineMode",{get:function(){return this.i.uc},set:function(e){this.i.uc=r.ensureEnum(n.MarkerOutlineMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerFillMode",{get:function(){return this.i.ub},set:function(e){this.i.ub=r.ensureEnum(n.MarkerFillMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerTemplate",{get:function(){return this.i.ut},set:function(e){this.i.ut=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerBrush",{get:function(){return r.brushToString(this.i.u7)},set:function(e){this.i.u7=r.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutline",{get:function(){return r.brushToString(this.i.u8)},set:function(e){this.i.u8=r.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"maximumMarkers",{get:function(){return this.i.uf},set:function(e){this.i.uf=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerTemplate",{get:function(){return this.i.us},set:function(e){this.i.us=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerBrush",{get:function(){return r.brushToString(this.i.u5)},set:function(e){this.i.u5=r.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerOutline",{get:function(){return r.brushToString(this.i.u6)},set:function(e){this.i.u6=r.stringToBrush(e)},enumerable:!1,configurable:!0}),o.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:o,deps:[],target:i["ɵɵFactoryTarget"].Component}),o.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"ng-component",inputs:{markerType:"markerType",markerThickness:"markerThickness",markerOutlineMode:"markerOutlineMode",markerFillMode:"markerFillMode",markerTemplate:"markerTemplate",markerBrush:"markerBrush",markerOutline:"markerOutline",maximumMarkers:"maximumMarkers",actualMarkerTemplate:"actualMarkerTemplate",actualMarkerBrush:"actualMarkerBrush",actualMarkerOutline:"actualMarkerOutline"},usesInheritance:!0,ngImport:i,template:"",isInline:!0}),o}(K);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:we,decorators:[{type:i.Component,args:[{template:""}]}],ctorParameters:function(){return[]},propDecorators:{markerType:[{type:i.Input}],markerThickness:[{type:i.Input}],markerOutlineMode:[{type:i.Input}],markerFillMode:[{type:i.Input}],markerTemplate:[{type:i.Input}],markerBrush:[{type:i.Input}],markerOutline:[{type:i.Input}],maximumMarkers:[{type:i.Input}],actualMarkerTemplate:[{type:i.Input}],actualMarkerBrush:[{type:i.Input}],actualMarkerOutline:[{type:i.Input}]}});var _e=function(e){function i(){var t=e.call(this)||this,i=t.t3;return i.propertyUpdated=r.delegateCombine(i.propertyUpdated,r.runOn(t,t.ur)),t}return t.__extends(i,e),i.prototype.qv=function(){return this.us},i.prototype.sz=function(){return this.u5},i.prototype.s0=function(){return this.u6},i.prototype.hs=function(){return this.ue},i.prototype.kx=function(){var e=r.typeCast(n.MarkerSeries.$,this.t3);return null==e?"Unknown":e.kx()},i.prototype.ur=function(e,t){var i=r.typeCast(n.MarkerSeries.$,this.t3);null!=i&&("ActualMarkerTemplate"==t.propertyName?this.us=i.uu:"ActualMarkerOutline"==t.propertyName?this.u6=i.vb:"ActualMarkerBrush"==t.propertyName&&(this.u5=i.va))},i.prototype.o8=function(t,n,r,o){switch(e.prototype.o8.call(this,t,n,r,o),n){case i.$$p[3]:this.t3.vc=this.u7;break;case i.$$p[6]:this.t3.vd=this.u8;break;case i.$$p[5]:this.t3.t7=this.uc;break;case i.$$p[4]:this.t3.t3=this.ub;break;case i.$$p[9]:this.t3.ua=this.ud;break;case i.$$p[7]:this.t3.uw=this.ut;break;case i.$$p[8]:this.t3.uf=this.ue;break;case i.$$p[10]:this.t3.w1=this.uf}},i.$t=r.markType(i,"GeographicMarkerSeries",y.$),i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"raisePropertyChanged",["ActualMarkerBrush:u5:uu",[r.Brush.$],"ActualMarkerOutline:u6:uv",[r.Brush.$],"ActualMarkerTemplate:us:uw",[r.DataTemplate.$,null],"MarkerBrush:u7:ux",[r.Brush.$],"MarkerFillMode:ub:uy",[n.MarkerFillMode_$type,r.enumGetBox(n.MarkerFillMode_$type,0)],"MarkerOutlineMode:uc:uz",[n.MarkerOutlineMode_$type,r.enumGetBox(n.MarkerOutlineMode_$type,0)],"MarkerOutline:u8:u0",[r.Brush.$],"MarkerTemplate:ut:u1",[r.DataTemplate.$,null],"MarkerThickness:ue:u2",[1,r.DeviceUtils.g(2)],"MarkerType:ud:u3",[n.MarkerType_$type,r.enumGetBox(n.MarkerType_$type,n.Defaults.e)],"MaximumMarkers:uf:u4",[1,400]]),i}(y),xe=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.prototype.au=function(){e.prototype.au.call(this),this.q},i.prototype.b5=function(){e.prototype.b5.call(this);var t=this.ch.t3;t.xl=this.ch.v2,t.xt=this.ch.v0,t.ua=this.ch.ud,t.uw=this.ch.ut,t.uf=this.ch.ue,t.zt=this.ch.vm,t.aaj=this.ch.v7,t.zj=this.ch.ve,t.z9=this.ch.vy,t.z4=this.ch.vq,t.zg=this.ch.vb,t.zr=this.ch.vi,t.zs=this.ch.vl,t.zy=this.ch.vo,t.zx=this.ch.vn},i.prototype.cq=function(){this.ch.t3.xl=this.ch.v2},i.prototype.cp=function(){this.ch.t3.xt=this.ch.v0},i.prototype.cv=function(){this.ch.t3.ua=this.ch.ud},i.prototype.ct=function(){this.ch.t3.uw=this.ch.ut},i.prototype.cu=function(){this.ch.t3.uf=this.ch.ue},i.prototype.cw=function(){this.ch.t3.w1=this.ch.uf},i.prototype.cy=function(){this.ch.t3.xAxis=this.ch.cy.ua},i.prototype.cz=function(){this.ch.t3.yAxis=this.ch.cy.uc},i.prototype.cx=function(){var e=this.ch.t3;if(null==this.ch.cy)return e.xAxis=null,void(e.yAxis=null);e.xAxis=this.ch.cy.ua,e.yAxis=this.ch.cy.uc},i.prototype.cr=function(){this.ch.t3.vc=this.ch.u7},i.prototype.cs=function(){this.ch.t3.vd=this.ch.u8},i.prototype.c0=function(){this.ch.t3.aaj=this.ch.v7},i.prototype.c1=function(){this.ch.t3.zj=this.ch.ve,this.ch.t3.zt=this.ch.vm},i.prototype.cl=function(){this.ch.t3.z9=this.ch.vy},i.prototype.cj=function(){this.ch.t3.zg=this.ch.vb,this.ch.t3.zr=this.ch.vi,this.ch.t3.zs=this.ch.vl,this.ch.t3.zy=this.ch.vo,this.ch.t3.zx=this.ch.vn},i.prototype.ci=function(){this.ch.t3.z4=this.ch.vq},i.prototype.c2=function(){this.ch.t3.zt=this.ch.vm},i.prototype.ck=function(){this.ch.t3.zr=this.ch.vi},i.prototype.co=function(){this.ch.t3.zs=this.ch.vl},i.prototype.cn=function(){this.ch.t3.zy=this.ch.vo},i.prototype.cm=function(){this.ch.t3.zx=this.ch.vn},i.$t=r.markType(i,"GeographicProportionalSymbolSeriesView",m.$),i}(m),ke=function(e){function i(){var t=e.call(this)||this;return t.vc=null,t.vh=!1,t.vg=!1,t.assigningScatterStyle=null,t.assigningScatterMarkerStyle=null,t.ab=i.$,t}return t.__extends(i,e),i.prototype.get_dx=function(){return!0},i.prototype.cg=function(){return new xe(this)},i.prototype.o0=function(t){e.prototype.o0.call(this,t),this.vf=t},i.prototype.iq=function(){return.7},i.prototype.t2=function(){return new n.BubbleSeries},i.prototype.get_es=function(){return!0},i.prototype.o8=function(t,n,o,a){switch(e.prototype.o8.call(this,t,n,o,a),n){case"SeriesViewer":this.vf.cx();break;case i.$$p[9]:this.vf.cq();break;case i.$$p[8]:this.vf.cp();break;case"XAxis":this.vf.cy();break;case"YAxis":this.vf.cz();break;case i.$$p[13]:this.vf.c0();break;case i.$$p[14]:this.vf.c1();break;case i.$$p[15]:this.vf.c2();break;case i.$$p[7]:this.vf.cl();break;case i.$$p[0]:this.vf.ci();break;case i.$$p[1]:this.vf.cj();break;case i.$$p[2]:this.vf.ck();break;case i.$$p[12]:this.vf.co();break;case i.$$p[11]:this.vf.cn();break;case i.$$p[10]:this.vf.cm();break;case i.$$p[4]:if(this.t3.wi=this.vk,this.vh=this.vk,this.vk){var s=this.t3;s.assigningScatterStyle=r.delegateCombine(s.assigningScatterStyle,r.runOn(this,this.wc))}else{var u=this.t3;u.assigningScatterStyle=r.delegateRemove(u.assigningScatterStyle,r.runOn(this,this.wc))}break;case i.$$p[3]:if(this.t3.wh=this.vj,this.vg=this.vj,this.vk){var l=this.t3;l.assigningScatterMarkerStyle=r.delegateCombine(l.assigningScatterMarkerStyle,r.runOn(this,this.wb))}else{var c=this.t3;c.assigningScatterMarkerStyle=r.delegateRemove(c.assigningScatterMarkerStyle,r.runOn(this,this.wb))}break;case i.$$p[5]:this.t3.v6=this.vd;break;case i.$$p[6]:this.t3.w0=this.vp}},i.prototype.wc=function(e,t){null!=this.assigningScatterStyle&&this.assigningScatterStyle(this,t)},i.prototype.wb=function(e,t){null!=this.assigningScatterMarkerStyle&&this.assigningScatterMarkerStyle(this,t)},i.$t=r.markType(i,"GeographicProportionalSymbolSeries",_e.$),i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"raisePropertyChanged",["FillMemberPath:vq:wd",[2],"FillScale:vb:we",[n.BrushScale.$],"FillScaleUseGlobalValues:vi:wf",[0,!1],"IsCustomScatterMarkerStyleAllowed:vj:wg",[0,!1],"IsCustomScatterStyleAllowed:vk:wh",[0,!1],"ItemSearchMode:vd:wi",[n.ScatterItemSearchMode_$type,r.enumGetBox(n.ScatterItemSearchMode_$type,0)],"ItemSearchThreshold:vp:wj",[1,1e4],"LabelMemberPath:vy:wk",[2],"LatitudeMemberPath:v0:wl",[2,null],"LongitudeMemberPath:v2:wm",[2,null],"MarkerBrushBrightness:vn:wn",[1,NaN],"MarkerOutlineBrightness:vo:wo",[1,NaN],"MarkerOutlineUsesFillScale:vl:wp",[0,!1],"RadiusMemberPath:v7:wq",[2,null],"RadiusScale:ve:wr",[n.SizeScale.$],"RadiusScaleUseGlobalValues:vm:ws",[0,!1]]),i}(_e),Pe=function(e){function o(){var t=e.call(this)||this;return t._assigningScatterStyle=null,t._assigningScatterMarkerStyle=null,t}return t.__extends(o,e),o.prototype.createImplementation=function(){return new ke},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"hasOnlyMarkers",{get:function(){return this.i.dx},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"latitudeMemberPath",{get:function(){return this.i.v0},set:function(e){this.i.v0=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"longitudeMemberPath",{get:function(){return this.i.v2},set:function(e){this.i.v2=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"radiusMemberPath",{get:function(){return this.i.v7},set:function(e){this.i.v7=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"radiusScale",{get:function(){var e=this.i.ve;if(null==e)return null;if(!e.externalObject){var t=n.IgxSizeScaleComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.ve=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"labelMemberPath",{get:function(){return this.i.vy},set:function(e){this.i.vy=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillMemberPath",{get:function(){return this.i.vq},set:function(e){this.i.vq=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillScale",{get:function(){var e=this.i.vb;if(null==e)return null;if(!e.externalObject){var t=n.IgxBrushScaleComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.vb=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillScaleUseGlobalValues",{get:function(){return this.i.vi},set:function(e){this.i.vi=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutlineUsesFillScale",{get:function(){return this.i.vl},set:function(e){this.i.vl=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutlineBrightness",{get:function(){return this.i.vo},set:function(e){this.i.vo=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerBrushBrightness",{get:function(){return this.i.vn},set:function(e){this.i.vn=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"radiusScaleUseGlobalValues",{get:function(){return this.i.vm},set:function(e){this.i.vm=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomScatterStyleAllowed",{get:function(){return this.i.vk},set:function(e){this.i.vk=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomScatterMarkerStyleAllowed",{get:function(){return this.i.vj},set:function(e){this.i.vj=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchMode",{get:function(){return this.i.vd},set:function(e){this.i.vd=r.ensureEnum(n.ScatterItemSearchMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchThreshold",{get:function(){return this.i.vp},set:function(e){this.i.vp=+e},enumerable:!1,configurable:!0}),o.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.radiusScale&&this.radiusScale.name&&this.radiusScale.name==t?this.radiusScale:this.fillScale&&this.fillScale.name&&this.fillScale.name==t?this.fillScale:null)},o.prototype._styling=function(t,i,n){e.prototype._styling.call(this,t,i,n),this._inStyling=!0,this.radiusScale&&this.radiusScale._styling&&this.radiusScale._styling(t,i,this),this.fillScale&&this.fillScale._styling&&this.fillScale._styling(t,i,this),this._inStyling=!1},Object.defineProperty(o.prototype,"assigningScatterStyle",{get:function(){var e=this;return null==this._assigningScatterStyle&&(this._assigningScatterStyle=new i.EventEmitter,this.i.assigningScatterStyle=r.delegateCombine(this.i.assigningScatterStyle,(function(t,i){var r=new n.IgxAssigningScatterStyleEventArgs;r._provideImplementation(i),e.beforeAssigningScatterStyle&&e.beforeAssigningScatterStyle(e,r),e._assigningScatterStyle.emit({sender:e,args:r})}))),this._assigningScatterStyle},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"assigningScatterMarkerStyle",{get:function(){var e=this;return null==this._assigningScatterMarkerStyle&&(this._assigningScatterMarkerStyle=new i.EventEmitter,this.i.assigningScatterMarkerStyle=r.delegateCombine(this.i.assigningScatterMarkerStyle,(function(t,i){var r=new n.IgxAssigningScatterMarkerStyleEventArgs;r._provideImplementation(i),e.beforeAssigningScatterMarkerStyle&&e.beforeAssigningScatterMarkerStyle(e,r),e._assigningScatterMarkerStyle.emit({sender:e,args:r})}))),this._assigningScatterMarkerStyle},enumerable:!1,configurable:!0}),o.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:o,deps:[],target:i["ɵɵFactoryTarget"].Component}),o.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"igx-geographic-proportional-symbol-series",inputs:{latitudeMemberPath:"latitudeMemberPath",longitudeMemberPath:"longitudeMemberPath",radiusMemberPath:"radiusMemberPath",radiusScale:"radiusScale",labelMemberPath:"labelMemberPath",fillMemberPath:"fillMemberPath",fillScale:"fillScale",fillScaleUseGlobalValues:"fillScaleUseGlobalValues",markerOutlineUsesFillScale:"markerOutlineUsesFillScale",markerOutlineBrightness:"markerOutlineBrightness",markerBrushBrightness:"markerBrushBrightness",radiusScaleUseGlobalValues:"radiusScaleUseGlobalValues",isCustomScatterStyleAllowed:"isCustomScatterStyleAllowed",isCustomScatterMarkerStyleAllowed:"isCustomScatterMarkerStyleAllowed",itemSearchMode:"itemSearchMode",itemSearchThreshold:"itemSearchThreshold"},outputs:{assigningScatterStyle:"assigningScatterStyle",assigningScatterMarkerStyle:"assigningScatterMarkerStyle"},providers:[{provide:we,useExisting:i.forwardRef((function(){return o}))},{provide:K,useExisting:i.forwardRef((function(){return o}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:i,template:"",isInline:!0,changeDetection:i.ChangeDetectionStrategy.OnPush}),o}(we);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Pe,decorators:[{type:i.Component,args:[{selector:"igx-geographic-proportional-symbol-series",template:"",providers:[{provide:we,useExisting:i.forwardRef((function(){return Pe}))},{provide:K,useExisting:i.forwardRef((function(){return Pe}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return Pe}))}],changeDetection:i.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{latitudeMemberPath:[{type:i.Input}],longitudeMemberPath:[{type:i.Input}],radiusMemberPath:[{type:i.Input}],radiusScale:[{type:i.Input}],labelMemberPath:[{type:i.Input}],fillMemberPath:[{type:i.Input}],fillScale:[{type:i.Input}],fillScaleUseGlobalValues:[{type:i.Input}],markerOutlineUsesFillScale:[{type:i.Input}],markerOutlineBrightness:[{type:i.Input}],markerBrushBrightness:[{type:i.Input}],radiusScaleUseGlobalValues:[{type:i.Input}],isCustomScatterStyleAllowed:[{type:i.Input}],isCustomScatterMarkerStyleAllowed:[{type:i.Input}],itemSearchMode:[{type:i.Input}],itemSearchThreshold:[{type:i.Input}],assigningScatterStyle:[{type:i.Output}],assigningScatterMarkerStyle:[{type:i.Output}]}});var De=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,declarations:[Pe],imports:[o.CommonModule,n.IgxBubbleSeriesDynamicModule],exports:[Pe,n.IgxBubbleSeriesDynamicModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,n.IgxBubbleSeriesDynamicModule],n.IgxBubbleSeriesDynamicModule]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:De,decorators:[{type:i.NgModule,args:[{declarations:[Pe],imports:[o.CommonModule,n.IgxBubbleSeriesDynamicModule],exports:[Pe,n.IgxBubbleSeriesDynamicModule],entryComponents:[]}]}]});var Te=function(){function e(){r.TypeRegistrar.registerCons("IgxGeographicProportionalSymbolSeriesComponent",Pe),r.TypeRegistrar.register("GeographicProportionalSymbolSeries",ke.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,De],exports:[De]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,De],De]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Te,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,De],exports:[De],entryComponents:[Pe]}]}],ctorParameters:function(){return[]}});var je=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.prototype.au=function(){e.prototype.au.call(this),this.q},i.prototype.b5=function(){var t=this.ch.t3;e.prototype.b5.call(this),t.xl=this.ch.vr,t.xt=this.ch.vp,t.ua=this.ch.ud,t.uw=this.ch.ut,t.uf=this.ch.ue},i.prototype.cj=function(){this.ch.t3.xl=this.ch.vr},i.prototype.ci=function(){this.ch.t3.xt=this.ch.vp},i.prototype.cp=function(){this.ch.t3.ua=this.ch.ud},i.prototype.cn=function(){this.ch.t3.uw=this.ch.ut},i.prototype.co=function(){this.ch.t3.uf=this.ch.ue},i.prototype.cq=function(){this.ch.t3.w1=this.ch.uf},i.prototype.cs=function(){this.ch.t3.xAxis=this.ch.cy.ua},i.prototype.ct=function(){this.ch.t3.yAxis=this.ch.cy.uc},i.prototype.cr=function(){var e=this.ch.t3;if(null==this.ch.cy)return e.xAxis=null,void(e.yAxis=null);e.xAxis=this.ch.cy.ua,e.yAxis=this.ch.cy.uc},i.prototype.cl=function(){this.ch.t3.vm=this.ch.vb},i.prototype.ck=function(){this.ch.t3.vc=this.ch.u7},i.prototype.cm=function(){this.ch.t3.vd=this.ch.u8},i.$t=r.markType(i,"GeographicSymbolSeriesView",m.$),i}(m),Oe=function(e){function i(){var t=e.call(this)||this;return t.vd=null,t.vg=!1,t.vf=!1,t.assigningScatterStyle=null,t.assigningScatterMarkerStyle=null,t.ab=i.$,t}return t.__extends(i,e),i.prototype.get_dx=function(){return!0},i.prototype.cg=function(){return new je(this)},i.prototype.o0=function(t){e.prototype.o0.call(this,t),this.ve=t},i.prototype.iq=function(){return.7},i.prototype.t2=function(){return new n.ScatterSeries},i.prototype.get_es=function(){return!0},i.prototype.o8=function(t,n,o,a){switch(e.prototype.o8.call(this,t,n,o,a),n){case"SeriesViewer":this.ve.cr();break;case i.$$p[5]:this.ve.cj();break;case i.$$p[4]:this.ve.ci();break;case i.$$p[6]:this.ve.cl();break;case"XAxis":this.ve.cs();break;case"YAxis":this.ve.ct();break;case i.$$p[1]:if(this.t3.wi=this.vi,this.vg=this.vi,this.vi){var s=this.t3;s.assigningScatterStyle=r.delegateCombine(s.assigningScatterStyle,r.runOn(this,this.vw))}else{var u=this.t3;u.assigningScatterStyle=r.delegateRemove(u.assigningScatterStyle,r.runOn(this,this.vw))}break;case i.$$p[0]:if(this.t3.wh=this.vh,this.vf=this.vh,this.vi){var l=this.t3;l.assigningScatterMarkerStyle=r.delegateCombine(l.assigningScatterMarkerStyle,r.runOn(this,this.vv))}else{var c=this.t3;c.assigningScatterMarkerStyle=r.delegateRemove(c.assigningScatterMarkerStyle,r.runOn(this,this.vv))}break;case i.$$p[2]:this.t3.v6=this.vc;break;case i.$$p[3]:this.t3.w0=this.vk}},i.prototype.vw=function(e,t){null!=this.assigningScatterStyle&&this.assigningScatterStyle(this,t)},i.prototype.vv=function(e,t){null!=this.assigningScatterMarkerStyle&&this.assigningScatterMarkerStyle(this,t)},i.$t=r.markType(i,"GeographicSymbolSeries",_e.$),i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"raisePropertyChanged",["IsCustomScatterMarkerStyleAllowed:vh:vx",[0,!1],"IsCustomScatterStyleAllowed:vi:vy",[0,!1],"ItemSearchMode:vc:vz",[n.ScatterItemSearchMode_$type,r.enumGetBox(n.ScatterItemSearchMode_$type,0)],"ItemSearchThreshold:vk:v0",[1,1e4],"LatitudeMemberPath:vp:v1",[2,null],"LongitudeMemberPath:vr:v2",[2,null],"MarkerCollisionAvoidance:vb:v3",[n.CollisionAvoidanceType_$type,r.enumGetBox(n.CollisionAvoidanceType_$type,0)],"UseLightweightMarkers:vj:v4",[0,!1]]),i}(_e),$e=function(e){function o(){var t=e.call(this)||this;return t._assigningScatterStyle=null,t._assigningScatterMarkerStyle=null,t}return t.__extends(o,e),o.prototype.createImplementation=function(){return new Oe},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"hasOnlyMarkers",{get:function(){return this.i.dx},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"latitudeMemberPath",{get:function(){return this.i.vp},set:function(e){this.i.vp=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"longitudeMemberPath",{get:function(){return this.i.vr},set:function(e){this.i.vr=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerCollisionAvoidance",{get:function(){return this.i.vb},set:function(e){this.i.vb=r.ensureEnum(n.CollisionAvoidanceType_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomScatterStyleAllowed",{get:function(){return this.i.vi},set:function(e){this.i.vi=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomScatterMarkerStyleAllowed",{get:function(){return this.i.vh},set:function(e){this.i.vh=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchMode",{get:function(){return this.i.vc},set:function(e){this.i.vc=r.ensureEnum(n.ScatterItemSearchMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchThreshold",{get:function(){return this.i.vk},set:function(e){this.i.vk=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"assigningScatterStyle",{get:function(){var e=this;return null==this._assigningScatterStyle&&(this._assigningScatterStyle=new i.EventEmitter,this.i.assigningScatterStyle=r.delegateCombine(this.i.assigningScatterStyle,(function(t,i){var r=new n.IgxAssigningScatterStyleEventArgs;r._provideImplementation(i),e.beforeAssigningScatterStyle&&e.beforeAssigningScatterStyle(e,r),e._assigningScatterStyle.emit({sender:e,args:r})}))),this._assigningScatterStyle},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"assigningScatterMarkerStyle",{get:function(){var e=this;return null==this._assigningScatterMarkerStyle&&(this._assigningScatterMarkerStyle=new i.EventEmitter,this.i.assigningScatterMarkerStyle=r.delegateCombine(this.i.assigningScatterMarkerStyle,(function(t,i){var r=new n.IgxAssigningScatterMarkerStyleEventArgs;r._provideImplementation(i),e.beforeAssigningScatterMarkerStyle&&e.beforeAssigningScatterMarkerStyle(e,r),e._assigningScatterMarkerStyle.emit({sender:e,args:r})}))),this._assigningScatterMarkerStyle},enumerable:!1,configurable:!0}),o.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:o,deps:[],target:i["ɵɵFactoryTarget"].Component}),o.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"igx-geographic-symbol-series",inputs:{latitudeMemberPath:"latitudeMemberPath",longitudeMemberPath:"longitudeMemberPath",markerCollisionAvoidance:"markerCollisionAvoidance",isCustomScatterStyleAllowed:"isCustomScatterStyleAllowed",isCustomScatterMarkerStyleAllowed:"isCustomScatterMarkerStyleAllowed",itemSearchMode:"itemSearchMode",itemSearchThreshold:"itemSearchThreshold"},outputs:{assigningScatterStyle:"assigningScatterStyle",assigningScatterMarkerStyle:"assigningScatterMarkerStyle"},providers:[{provide:we,useExisting:i.forwardRef((function(){return o}))},{provide:K,useExisting:i.forwardRef((function(){return o}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:i,template:"",isInline:!0,changeDetection:i.ChangeDetectionStrategy.OnPush}),o}(we);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:$e,decorators:[{type:i.Component,args:[{selector:"igx-geographic-symbol-series",template:"",providers:[{provide:we,useExisting:i.forwardRef((function(){return $e}))},{provide:K,useExisting:i.forwardRef((function(){return $e}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return $e}))}],changeDetection:i.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{latitudeMemberPath:[{type:i.Input}],longitudeMemberPath:[{type:i.Input}],markerCollisionAvoidance:[{type:i.Input}],isCustomScatterStyleAllowed:[{type:i.Input}],isCustomScatterMarkerStyleAllowed:[{type:i.Input}],itemSearchMode:[{type:i.Input}],itemSearchThreshold:[{type:i.Input}],assigningScatterStyle:[{type:i.Output}],assigningScatterMarkerStyle:[{type:i.Output}]}});var Re=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,declarations:[$e],imports:[o.CommonModule,n.IgxScatterSeriesDynamicModule],exports:[$e,n.IgxScatterSeriesDynamicModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,n.IgxScatterSeriesDynamicModule],n.IgxScatterSeriesDynamicModule]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Re,decorators:[{type:i.NgModule,args:[{declarations:[$e],imports:[o.CommonModule,n.IgxScatterSeriesDynamicModule],exports:[$e,n.IgxScatterSeriesDynamicModule],entryComponents:[]}]}]});var Ve=function(){function e(){r.TypeRegistrar.registerCons("IgxGeographicSymbolSeriesComponent",$e),r.TypeRegistrar.register("GeographicSymbolSeries",Oe.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,Re],exports:[Re]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,Re],Re]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Ve,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,Re],exports:[Re],entryComponents:[$e]}]}],ctorParameters:function(){return[]}});var Ae=function(e){function n(){return e.call(this)||this}return t.__extends(n,e),Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"triangulationDataSource",{get:function(){return this._triangulationDataSource},set:function(e){this._triangulationDataSource=e,this.updateTriangulationDataSource()},enumerable:!1,configurable:!0}),n.prototype.updateTriangulationDataSource=function(){null==this._cachedTriangulationDataSource&&(this._cachedTriangulationDataSource=new r.IgxTriangulationDataSource,this.onTriangulationDataSourceImportCompleted=this.onTriangulationDataSourceImportCompleted.bind(this),this._cachedTriangulationDataSource.importCompleted.subscribe(this.onTriangulationDataSourceImportCompleted)),this._cachedTriangulationDataSource.source=this._triangulationDataSource},n.prototype.onTriangulationDataSourceImportCompleted=function(e,t){this.dataSource=this._cachedTriangulationDataSource.getPointData(),this.trianglesSource=this._cachedTriangulationDataSource.getTriangleData()},Object.defineProperty(n.prototype,"longitudeMemberPath",{get:function(){return this.i.uf},set:function(e){this.i.uf=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"latitudeMemberPath",{get:function(){return this.i.ud},set:function(e){this.i.ud=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"trianglesSource",{get:function(){return this.i.uc},set:function(e){this.i.uc=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"triangleVertexMemberPath1",{get:function(){return this.i.ui},set:function(e){this.i.ui=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"triangleVertexMemberPath2",{get:function(){return this.i.uk},set:function(e){this.i.uk=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"triangleVertexMemberPath3",{get:function(){return this.i.um},set:function(e){this.i.um=e},enumerable:!1,configurable:!0}),n.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:n,deps:[],target:i["ɵɵFactoryTarget"].Component}),n.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:n,selector:"ng-component",inputs:{triangulationDataSource:"triangulationDataSource",longitudeMemberPath:"longitudeMemberPath",latitudeMemberPath:"latitudeMemberPath",trianglesSource:"trianglesSource",triangleVertexMemberPath1:"triangleVertexMemberPath1",triangleVertexMemberPath2:"triangleVertexMemberPath2",triangleVertexMemberPath3:"triangleVertexMemberPath3"},usesInheritance:!0,ngImport:i,template:"",isInline:!0}),n}(K);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Ae,decorators:[{type:i.Component,args:[{template:""}]}],ctorParameters:function(){return[]},propDecorators:{triangulationDataSource:[{type:i.Input}],longitudeMemberPath:[{type:i.Input}],latitudeMemberPath:[{type:i.Input}],trianglesSource:[{type:i.Input}],triangleVertexMemberPath1:[{type:i.Input}],triangleVertexMemberPath2:[{type:i.Input}],triangleVertexMemberPath3:[{type:i.Input}]}});var Be=function(e){function o(){var t=e.call(this)||this;return t._triangulationStatusChanged=null,t}return t.__extends(o,e),o.prototype.createImplementation=function(){return new w},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isArea",{get:function(){return this.i.d8},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"colorMemberPath",{get:function(){return this.i.u1},set:function(e){this.i.u1=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"colorScale",{get:function(){var e=this.i.uw;if(null==e)return null;if(!e.externalObject){var t=n.IgxColorScaleComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.uw=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualColorScale",{get:function(){var e=this.i.uv;if(null==e)return null;if(!e.externalObject){var t=n.IgxColorScaleComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.uv=null==e?null:e.i},enumerable:!1,configurable:!0}),o.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.colorScale&&this.colorScale.name&&this.colorScale.name==t?this.colorScale:this.actualColorScale&&this.actualColorScale.name&&this.actualColorScale.name==t?this.actualColorScale:null)},o.prototype._styling=function(t,i,n){e.prototype._styling.call(this,t,i,n),this._inStyling=!0,this.colorScale&&this.colorScale._styling&&this.colorScale._styling(t,i,this),this.actualColorScale&&this.actualColorScale._styling&&this.actualColorScale._styling(t,i,this),this._inStyling=!1},o.prototype.updateActualColorScale=function(){this.i.u6()},Object.defineProperty(o.prototype,"triangulationStatusChanged",{get:function(){var e=this;return null==this._triangulationStatusChanged&&(this._triangulationStatusChanged=new i.EventEmitter,this.i.triangulationStatusChanged=r.delegateCombine(this.i.triangulationStatusChanged,(function(t,i){e._runInZone((function(){var t=new r.IgxTriangulationStatusEventArgs;t._provideImplementation(i),e.beforeTriangulationStatusChanged&&e.beforeTriangulationStatusChanged(e,t),e._triangulationStatusChanged.emit({sender:e,args:t})}))}))),this._triangulationStatusChanged},enumerable:!1,configurable:!0}),o.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:o,deps:[],target:i["ɵɵFactoryTarget"].Component}),o.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"igx-geographic-scatter-area-series",inputs:{colorMemberPath:"colorMemberPath",colorScale:"colorScale",actualColorScale:"actualColorScale"},outputs:{triangulationStatusChanged:"triangulationStatusChanged"},providers:[{provide:Ae,useExisting:i.forwardRef((function(){return o}))},{provide:K,useExisting:i.forwardRef((function(){return o}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:i,template:"",isInline:!0,changeDetection:i.ChangeDetectionStrategy.OnPush}),o}(Ae);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Be,decorators:[{type:i.Component,args:[{selector:"igx-geographic-scatter-area-series",template:"",providers:[{provide:Ae,useExisting:i.forwardRef((function(){return Be}))},{provide:K,useExisting:i.forwardRef((function(){return Be}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return Be}))}],changeDetection:i.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{colorMemberPath:[{type:i.Input}],colorScale:[{type:i.Input}],actualColorScale:[{type:i.Input}],triangulationStatusChanged:[{type:i.Output}]}});var Ge=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,declarations:[Be],imports:[o.CommonModule,n.IgxScatterAreaSeriesDynamicModule],exports:[Be,n.IgxScatterAreaSeriesDynamicModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,n.IgxScatterAreaSeriesDynamicModule],n.IgxScatterAreaSeriesDynamicModule]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Ge,decorators:[{type:i.NgModule,args:[{declarations:[Be],imports:[o.CommonModule,n.IgxScatterAreaSeriesDynamicModule],exports:[Be,n.IgxScatterAreaSeriesDynamicModule],entryComponents:[]}]}]});var Fe=function(){function e(){r.TypeRegistrar.registerCons("IgxGeographicScatterAreaSeriesComponent",Be),r.TypeRegistrar.register("GeographicScatterAreaSeries",w.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,Ge],exports:[Ge]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,Ge],Ge]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Fe,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,Ge],exports:[Ge],entryComponents:[Be]}]}],ctorParameters:function(){return[]}});var Ee=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.prototype.b5=function(){e.prototype.b5.call(this);var t=r.typeCast(n.HighDensityScatterSeries.$,this.ch.t3);t.wb=this.ch.us,t.wj=this.ch.uq,t.uo=this.ch.uf,t.un=this.ch.ue,t.fk=this.ch.ud,t.vj=this.ch.uh,t.vi=this.ch.ug,t.xh=this.ch.vb,t.xg=this.ch.va,t.vv=this.ch.uk},i.prototype.cn=function(){this.ch.t3.wb=this.ch.us},i.prototype.cm=function(){this.ch.t3.wj=this.ch.uq},i.prototype.cs=function(){this.ch.t3.uo=this.ch.uf},i.prototype.cq=function(){this.ch.t3.un=this.ch.ue},i.prototype.co=function(){this.ch.t3.fk=this.ch.ud},i.prototype.cl=function(){this.ch.t3.vj=this.ch.uh},i.prototype.cj=function(){this.ch.t3.vi=this.ch.ug},i.prototype.cr=function(){var e=r.typeCast(n.HighDensityScatterSeries.$,this.ch.t3);if(null==this.ch.cy)return e.t8=null,void(e.ua=null);e.t8=this.ch.cy.ua,e.ua=this.ch.cy.uc},i.prototype.ct=function(){this.ch.t3.t8=this.ch.cy.ua},i.prototype.cu=function(){this.ch.t3.ua=this.ch.cy.uc},i.prototype.ck=function(){this.ch.t3.xh=this.ch.vb},i.prototype.ci=function(){this.ch.t3.xg=this.ch.va},i.prototype.cp=function(){this.ch.t3.vv=this.ch.uk},i.prototype.au=function(){e.prototype.au.call(this),this.q||(this.ch.vb=n.Defaults.aq,this.ch.va=n.Defaults.ap,this.ch.sw=n.Defaults.al,this.ch.s2=n.Defaults.ak)},i.$t=r.markType(i,"GeographicHighDensityScatterSeriesView",m.$),i}(m),Ne=function(e){function i(){var t=e.call(this)||this;return t.ub=null,t.progressiveLoadStatusChanged=null,t.uj=0,t.ab=i.$,t}return t.__extends(i,e),i.prototype.ip=function(){return r.isNaN_(this.io)?n.Defaults.q:e.prototype.ip.call(this)},i.prototype.get_e1=function(){return!0},i.prototype.cg=function(){return new Ee(this)},i.prototype.o0=function(t){e.prototype.o0.call(this,t),this.uc=t},i.prototype.t2=function(){return this.ub=new n.HighDensityScatterSeries,this.ub},Object.defineProperty(i.prototype,"ul",{get:function(){return this.uj},set:function(e){var t=this.uj;this.uj=e,this.raisePropertyChanged("ProgressiveStatus",t,this.uj)},enumerable:!1,configurable:!0}),i.prototype.t8=function(){e.prototype.t8.call(this);var t=this.t3;t.progressiveLoadStatusChanged=r.delegateCombine(t.progressiveLoadStatusChanged,r.runOn(this,this.uz));var i=this.t3;i.propertyUpdated=r.delegateCombine(i.propertyUpdated,r.runOn(this,this.uy))},i.prototype.uz=function(e,t){this.ul=t.currentStatus,null!=this.progressiveLoadStatusChanged&&this.progressiveLoadStatusChanged(this,t)},i.prototype.uy=function(e,t){this.ub},i.prototype.o8=function(t,n,r,o){switch(e.prototype.o8.call(this,t,n,r,o),n){case"SeriesViewer":this.uc.cr();break;case i.$$p[5]:this.uc.cn();break;case i.$$p[4]:this.uc.cm();break;case i.$$p[9]:this.uc.cs();break;case i.$$p[8]:this.uc.cq();break;case i.$$p[6]:this.uc.co();break;case"XAxis":this.uc.ct();break;case"YAxis":this.uc.cu();break;case i.$$p[3]:this.uc.cl();break;case i.$$p[1]:this.uc.cj();break;case i.$$p[2]:this.uc.ck();break;case i.$$p[0]:this.uc.ci();break;case i.$$p[7]:this.uc.cp()}},i.prototype.get_gf=function(){return!0},i.prototype.set_gf=function(t){e.prototype.set_gf.call(this,t)},i.$t=r.markType(i,"GeographicHighDensityScatterSeries",y.$),i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"raisePropertyChanged",["HeatMaximumColor:va:u0",[r.Color.$,n.Defaults.ap],"HeatMaximum:ug:u1",[1,50],"HeatMinimumColor:vb:u2",[r.Color.$,n.Defaults.aq],"HeatMinimum:uh:u3",[1,0],"LatitudeMemberPath:uq:u4",[2,null],"LongitudeMemberPath:us:u5",[2,null],"MouseOverEnabled:ud:u6",[0,!1],"PointExtent:uk:u7",[1,1],"ProgressiveLoad:ue:u8",[0,!0],"UseBruteForce:uf:u9",[0,!1]]),i}(y),ze=function(e){function o(){var t=e.call(this)||this;return t._progressiveLoadStatusChanged=null,t}return t.__extends(o,e),o.prototype.createImplementation=function(){return new Ne},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isPixel",{get:function(){return this.i.e1},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"latitudeMemberPath",{get:function(){return this.i.uq},set:function(e){this.i.uq=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"longitudeMemberPath",{get:function(){return this.i.us},set:function(e){this.i.us=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"useBruteForce",{get:function(){return this.i.uf},set:function(e){this.i.uf=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"progressiveLoad",{get:function(){return this.i.ue},set:function(e){this.i.ue=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"mouseOverEnabled",{get:function(){return this.i.ud},set:function(e){this.i.ud=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"heatMinimum",{get:function(){return this.i.uh},set:function(e){this.i.uh=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"heatMaximum",{get:function(){return this.i.ug},set:function(e){this.i.ug=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"heatMinimumColor",{get:function(){return r.colorToString(this.i.vb)},set:function(e){this.i.vb=r.stringToColor(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"heatMaximumColor",{get:function(){return r.colorToString(this.i.va)},set:function(e){this.i.va=r.stringToColor(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"pointExtent",{get:function(){return this.i.uk},set:function(e){this.i.uk=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"progressiveStatus",{get:function(){return this.i.ul},set:function(e){this.i.ul=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"progressiveLoadStatusChanged",{get:function(){var e=this;return null==this._progressiveLoadStatusChanged&&(this._progressiveLoadStatusChanged=new i.EventEmitter,this.i.progressiveLoadStatusChanged=r.delegateCombine(this.i.progressiveLoadStatusChanged,(function(t,i){e._runInZone((function(){var t=new n.IgxProgressiveLoadStatusEventArgs;t._provideImplementation(i),e.beforeProgressiveLoadStatusChanged&&e.beforeProgressiveLoadStatusChanged(e,t),e._progressiveLoadStatusChanged.emit({sender:e,args:t})}))}))),this._progressiveLoadStatusChanged},enumerable:!1,configurable:!0}),o.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:o,deps:[],target:i["ɵɵFactoryTarget"].Component}),o.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"igx-geographic-high-density-scatter-series",inputs:{latitudeMemberPath:"latitudeMemberPath",longitudeMemberPath:"longitudeMemberPath",useBruteForce:"useBruteForce",progressiveLoad:"progressiveLoad",mouseOverEnabled:"mouseOverEnabled",heatMinimum:"heatMinimum",heatMaximum:"heatMaximum",heatMinimumColor:"heatMinimumColor",heatMaximumColor:"heatMaximumColor",pointExtent:"pointExtent",progressiveStatus:"progressiveStatus"},outputs:{progressiveLoadStatusChanged:"progressiveLoadStatusChanged"},providers:[{provide:K,useExisting:i.forwardRef((function(){return o}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:i,template:"",isInline:!0,changeDetection:i.ChangeDetectionStrategy.OnPush}),o}(K);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:ze,decorators:[{type:i.Component,args:[{selector:"igx-geographic-high-density-scatter-series",template:"",providers:[{provide:K,useExisting:i.forwardRef((function(){return ze}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return ze}))}],changeDetection:i.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{latitudeMemberPath:[{type:i.Input}],longitudeMemberPath:[{type:i.Input}],useBruteForce:[{type:i.Input}],progressiveLoad:[{type:i.Input}],mouseOverEnabled:[{type:i.Input}],heatMinimum:[{type:i.Input}],heatMaximum:[{type:i.Input}],heatMinimumColor:[{type:i.Input}],heatMaximumColor:[{type:i.Input}],pointExtent:[{type:i.Input}],progressiveStatus:[{type:i.Input}],progressiveLoadStatusChanged:[{type:i.Output}]}});var Ue=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,declarations:[ze],imports:[o.CommonModule,n.IgxHighDensityScatterSeriesDynamicModule],exports:[ze,n.IgxHighDensityScatterSeriesDynamicModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,n.IgxHighDensityScatterSeriesDynamicModule],n.IgxHighDensityScatterSeriesDynamicModule]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Ue,decorators:[{type:i.NgModule,args:[{declarations:[ze],imports:[o.CommonModule,n.IgxHighDensityScatterSeriesDynamicModule],exports:[ze,n.IgxHighDensityScatterSeriesDynamicModule],entryComponents:[]}]}]});var qe=function(){function e(){r.TypeRegistrar.registerCons("IgxGeographicHighDensityScatterSeriesComponent",ze),r.TypeRegistrar.register("GeographicHighDensityScatterSeries",Ne.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,Ue],exports:[Ue]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,Ue],Ue]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:qe,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,Ue],exports:[Ue],entryComponents:[ze]}]}],ctorParameters:function(){return[]}});var Le=function(e){function i(t){var i=e.call(this,t)||this;return i.cp=null,i.cp=t,i}return t.__extends(i,e),i.prototype.au=function(){e.prototype.au.call(this),this.q||(this.cp.iu=n.Defaults.m)},i.prototype.b5=function(){e.prototype.b5.call(this),null!=this.cp.t3&&(this.cp.uv.vy=this.cp.uy,this.cp.uv.v8=this.cp.u2)},i.prototype.cq=function(){null!=this.cp.uv&&(this.cp.uv.vy=this.cp.uy)},i.prototype.cr=function(){null!=this.cp.uv&&(this.cp.uv.v8=this.cp.u2)},i.$t=r.markType(i,"GeographicContourLineSeriesView",v.$),i}(v),He=function(e){function i(){var t=e.call(this)||this;return t.triangulationStatusChanged=null,t.ab=i.$,t}return t.__extends(i,e),i.prototype.get_ew=function(){return!0},i.prototype.t8=function(){e.prototype.t8.call(this)},i.prototype.t2=function(){this.uv=new n.ScatterContourSeries;var e=this.uv;e.triangulationStatusChanged=r.delegateCombine(e.triangulationStatusChanged,r.runOn(this,this.u5));var t=this.uv;return t.propertyUpdated=r.delegateCombine(t.propertyUpdated,r.runOn(this,this.u6)),this.uv},i.prototype.u5=function(e,t){null!=this.triangulationStatusChanged&&this.triangulationStatusChanged(this,t)},i.prototype.u6=function(e,t){var i=r.typeCast(n.ScatterContourSeries.$,this.t3);null!=i&&"ActualFillScale"==t.propertyName&&(this.ux=i.vx)},i.prototype.qd=function(){e.prototype.qd.call(this)},i.prototype.cg=function(){return new Le(this)},i.prototype.o0=function(t){e.prototype.o0.call(this,t),this.uz=t},i.prototype.o8=function(t,n,r,o){switch(e.prototype.o8.call(this,t,n,r,o),n){case i.$$p[1]:this.uz.cq();break;case i.$$p[2]:this.uz.cr();break;case i.$$p[3]:this.uv.vv=this.uu;break;case"DashArray":this.uv.s7=this.s7;break;case"DashCap":this.uv.s8=this.s8;break;case"MiterLimit":this.uv.il=this.il;break;case"LineJoin":this.uv.ta=this.ta}},i.$t=r.markType(i,"GeographicContourLineSeries",C.$),i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"raisePropertyChanged",["ActualFillScale:ux:u7",[n.ValueBrushScale.$,null],"FillScale:uy:u8",[n.ValueBrushScale.$,null],"ValueMemberPath:u2:u9",[2,"value"],"ValueResolver:uu:va",[n.ContourValueResolver.$,null]]),i}(C),We=function(e){function o(){var t=e.call(this)||this;return t._triangulationStatusChanged=null,t}return t.__extends(o,e),o.prototype.createImplementation=function(){return new He},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isLineContour",{get:function(){return this.i.ew},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"valueMemberPath",{get:function(){return this.i.u2},set:function(e){this.i.u2=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillScale",{get:function(){var e=this.i.uy;if(null==e)return null;if(!e.externalObject){var t=n.IgxValueBrushScaleComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.uy=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualFillScale",{get:function(){var e=this.i.ux;if(null==e)return null;if(!e.externalObject){var t=n.IgxValueBrushScaleComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.ux=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"valueResolver",{get:function(){var e=this.i.uu;if(null==e)return null;if(!e.externalObject){var t=n.IgxContourValueResolverComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.uu=null==e?null:e.i},enumerable:!1,configurable:!0}),o.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.fillScale&&this.fillScale.name&&this.fillScale.name==t?this.fillScale:this.actualFillScale&&this.actualFillScale.name&&this.actualFillScale.name==t?this.actualFillScale:this.valueResolver&&this.valueResolver.name&&this.valueResolver.name==t?this.valueResolver:null)},o.prototype._styling=function(t,i,n){e.prototype._styling.call(this,t,i,n),this._inStyling=!0,this.fillScale&&this.fillScale._styling&&this.fillScale._styling(t,i,this),this.actualFillScale&&this.actualFillScale._styling&&this.actualFillScale._styling(t,i,this),this.valueResolver&&this.valueResolver._styling&&this.valueResolver._styling(t,i,this),this._inStyling=!1},Object.defineProperty(o.prototype,"triangulationStatusChanged",{get:function(){var e=this;return null==this._triangulationStatusChanged&&(this._triangulationStatusChanged=new i.EventEmitter,this.i.triangulationStatusChanged=r.delegateCombine(this.i.triangulationStatusChanged,(function(t,i){e._runInZone((function(){var t=new r.IgxTriangulationStatusEventArgs;t._provideImplementation(i),e.beforeTriangulationStatusChanged&&e.beforeTriangulationStatusChanged(e,t),e._triangulationStatusChanged.emit({sender:e,args:t})}))}))),this._triangulationStatusChanged},enumerable:!1,configurable:!0}),o.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:o,deps:[],target:i["ɵɵFactoryTarget"].Component}),o.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"igx-geographic-contour-line-series",inputs:{valueMemberPath:"valueMemberPath",fillScale:"fillScale",actualFillScale:"actualFillScale",valueResolver:"valueResolver"},outputs:{triangulationStatusChanged:"triangulationStatusChanged"},providers:[{provide:Ae,useExisting:i.forwardRef((function(){return o}))},{provide:K,useExisting:i.forwardRef((function(){return o}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:i,template:"",isInline:!0,changeDetection:i.ChangeDetectionStrategy.OnPush}),o}(Ae);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:We,decorators:[{type:i.Component,args:[{selector:"igx-geographic-contour-line-series",template:"",providers:[{provide:Ae,useExisting:i.forwardRef((function(){return We}))},{provide:K,useExisting:i.forwardRef((function(){return We}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return We}))}],changeDetection:i.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{valueMemberPath:[{type:i.Input}],fillScale:[{type:i.Input}],actualFillScale:[{type:i.Input}],valueResolver:[{type:i.Input}],triangulationStatusChanged:[{type:i.Output}]}});var Ze=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,declarations:[We],imports:[o.CommonModule,n.IgxScatterContourSeriesDynamicModule],exports:[We,n.IgxScatterContourSeriesDynamicModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,n.IgxScatterContourSeriesDynamicModule],n.IgxScatterContourSeriesDynamicModule]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Ze,decorators:[{type:i.NgModule,args:[{declarations:[We],imports:[o.CommonModule,n.IgxScatterContourSeriesDynamicModule],exports:[We,n.IgxScatterContourSeriesDynamicModule],entryComponents:[]}]}]});var Xe=function(){function e(){r.TypeRegistrar.registerCons("IgxGeographicContourLineSeriesComponent",We),r.TypeRegistrar.register("GeographicContourLineSeries",He.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,Ze],exports:[Ze]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,Ze],Ze]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Xe,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,Ze],exports:[Ze],entryComponents:[We]}]}],ctorParameters:function(){return[]}});var Ye=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,re,le,pe,r.IgxHeatTileGeneratorModule,Ie,n.IgxSizeScaleModule,n.IgxValueBrushScaleModule,n.IgxCustomPaletteColorScaleModule,De,Re,Ge,Ue,Ze,X,r.IgxShapeDataSourceModule],exports:[re,le,pe,r.IgxHeatTileGeneratorModule,Ie,n.IgxSizeScaleModule,n.IgxValueBrushScaleModule,n.IgxCustomPaletteColorScaleModule,De,Re,Ge,Ue,Ze,X,r.IgxShapeDataSourceModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,re,le,pe,r.IgxHeatTileGeneratorModule,Ie,n.IgxSizeScaleModule,n.IgxValueBrushScaleModule,n.IgxCustomPaletteColorScaleModule,De,Re,Ge,Ue,Ze,X,r.IgxShapeDataSourceModule],re,le,pe,r.IgxHeatTileGeneratorModule,Ie,n.IgxSizeScaleModule,n.IgxValueBrushScaleModule,n.IgxCustomPaletteColorScaleModule,De,Re,Ge,Ue,Ze,X,r.IgxShapeDataSourceModule]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Ye,decorators:[{type:i.NgModule,args:[{declarations:[],exports:[re,le,pe,r.IgxHeatTileGeneratorModule,Ie,n.IgxSizeScaleModule,n.IgxValueBrushScaleModule,n.IgxCustomPaletteColorScaleModule,De,Re,Ge,Ue,Ze,X,r.IgxShapeDataSourceModule],imports:[o.CommonModule,re,le,pe,r.IgxHeatTileGeneratorModule,Ie,n.IgxSizeScaleModule,n.IgxValueBrushScaleModule,n.IgxCustomPaletteColorScaleModule,De,Re,Ge,Ue,Ze,X,r.IgxShapeDataSourceModule],entryComponents:[]}]}]});var Ke=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,oe,ce,ye,r.IgxHeatTileGeneratorDynamicModule,Ce,n.IgxSizeScaleDynamicModule,n.IgxValueBrushScaleDynamicModule,n.IgxCustomPaletteColorScaleDynamicModule,Te,Ve,Fe,qe,Xe,Y,r.IgxShapeDataSourceDynamicModule,Ye],exports:[oe,ce,ye,r.IgxHeatTileGeneratorDynamicModule,Ce,n.IgxSizeScaleDynamicModule,n.IgxValueBrushScaleDynamicModule,n.IgxCustomPaletteColorScaleDynamicModule,Te,Ve,Fe,qe,Xe,Y,r.IgxShapeDataSourceDynamicModule,Ye]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,oe,ce,ye,r.IgxHeatTileGeneratorDynamicModule,Ce,n.IgxSizeScaleDynamicModule,n.IgxValueBrushScaleDynamicModule,n.IgxCustomPaletteColorScaleDynamicModule,Te,Ve,Fe,qe,Xe,Y,r.IgxShapeDataSourceDynamicModule,Ye],oe,ce,ye,r.IgxHeatTileGeneratorDynamicModule,Ce,n.IgxSizeScaleDynamicModule,n.IgxValueBrushScaleDynamicModule,n.IgxCustomPaletteColorScaleDynamicModule,Te,Ve,Fe,qe,Xe,Y,r.IgxShapeDataSourceDynamicModule,Ye]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Ke,decorators:[{type:i.NgModule,args:[{declarations:[],exports:[oe,ce,ye,r.IgxHeatTileGeneratorDynamicModule,Ce,n.IgxSizeScaleDynamicModule,n.IgxValueBrushScaleDynamicModule,n.IgxCustomPaletteColorScaleDynamicModule,Te,Ve,Fe,qe,Xe,Y,r.IgxShapeDataSourceDynamicModule,Ye],imports:[o.CommonModule,oe,ce,ye,r.IgxHeatTileGeneratorDynamicModule,Ce,n.IgxSizeScaleDynamicModule,n.IgxValueBrushScaleDynamicModule,n.IgxCustomPaletteColorScaleDynamicModule,Te,Ve,Fe,qe,Xe,Y,r.IgxShapeDataSourceDynamicModule,Ye],entryComponents:[]}]}]});var Je=function(e){function i(){var t=null!==e&&e.apply(this,arguments)||this;return t._token=null,t._expires=0,t._ssl=!1,t}return t.__extends(i,e),Object.defineProperty(i.prototype,"token",{get:function(){return this._token},set:function(e){this._token=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"expires",{get:function(){return this._expires},set:function(e){this._expires=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"ssl",{get:function(){return this._ssl},set:function(e){this._ssl=e},enumerable:!1,configurable:!0}),i.$t=r.markType(i,"TokenResponseModel"),i}(r.Base),Qe=function(e){function i(){var t=null!==e&&e.apply(this,arguments)||this;return t._name=null,t._tileInfo=null,t}return t.__extends(i,e),Object.defineProperty(i.prototype,"name",{get:function(){return this._name},set:function(e){this._name=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tileInfo",{get:function(){return this._tileInfo},set:function(e){this._tileInfo=e},enumerable:!1,configurable:!0}),i.$t=r.markType(i,"MapServerResponseModel"),i}(r.Base),et=function(e){function i(){var t=null!==e&&e.apply(this,arguments)||this;return t._lods=null,t}return t.__extends(i,e),Object.defineProperty(i.prototype,"lods",{get:function(){return this._lods},set:function(e){this._lods=e},enumerable:!1,configurable:!0}),i.$t=r.markType(i,"TileInfoResponseModel"),i}(r.Base),tt=function(e){function i(){var t=null!==e&&e.apply(this,arguments)||this;return t._level=0,t._resolution=0,t._scale=0,t}return t.__extends(i,e),Object.defineProperty(i.prototype,"level",{get:function(){return this._level},set:function(e){this._level=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"resolution",{get:function(){return this._resolution},set:function(e){this._resolution=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"scale",{get:function(){return this._scale},set:function(e){this._scale=e},enumerable:!1,configurable:!0}),i.$t=r.markType(i,"LevelOfDetailResponseModel"),i}(r.Base),it=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.$t=r.markType(i,"GeographicProportionalSymbolSeriesBaseView",m.$),i}(m),nt=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.$t=r.markType(i,"GeographicShapeSeriesBaseBaseView",m.$),i}(m),rt=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.$t=r.markType(i,"GeographicSymbolSeriesBaseView",m.$),i}(m),ot=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.$t=r.markType(i,"GeographicXYTriangulatingSeriesBaseView",m.$),i}(m),at=function(e){function i(){var t=e.call(this)||this;return t.b=null,t.a=null,t.a=new r.List$1(r.String_$type,0),t}return t.__extends(i,e),i.$t=r.markType(i,"ImageryMetadata"),i}(r.Base),st=function(e){function i(){var t=e.call(this)||this;return t.a=null,t.a=new r.List$1(at.$,0),t}return t.__extends(i,e),i.$t=r.markType(i,"BingResourceSet"),i}(r.Base),ut=function(e){function i(){var t=e.call(this)||this;return t.a=null,t.a=new r.List$1(st.$,0),t}return t.__extends(i,e),i.$t=r.markType(i,"BingResponse"),i}(r.Base),lt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=r.markType(i,"GeographicMarkerSeriesBase",_e.$),i}(_e),ct=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=r.markType(i,"GeographicProportionalSymbolSeriesBase",lt.$),i}(lt),pt=function(e){function n(){return e.call(this)||this}return t.__extends(n,e),Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),n.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:n,deps:[],target:i["ɵɵFactoryTarget"].Component}),n.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:n,selector:"ng-component",usesInheritance:!0,ngImport:i,template:"",isInline:!0}),n}(we);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:pt,decorators:[{type:i.Component,args:[{template:""}]}],ctorParameters:function(){return[]}});var ht=function(e){function n(){return e.call(this)||this}return t.__extends(n,e),Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),n.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:n,deps:[],target:i["ɵɵFactoryTarget"].Component}),n.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:n,selector:"ng-component",usesInheritance:!0,ngImport:i,template:"",isInline:!0}),n}(pt);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:ht,decorators:[{type:i.Component,args:[{template:""}]}],ctorParameters:function(){return[]}});var gt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=r.markType(i,"GeographicShapeSeriesBaseBase",y.$),i}(y),yt=function(e){function n(){return e.call(this)||this}return t.__extends(n,e),Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),n.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:n,deps:[],target:i["ɵɵFactoryTarget"].Component}),n.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:n,selector:"ng-component",usesInheritance:!0,ngImport:i,template:"",isInline:!0}),n}(K);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:yt,decorators:[{type:i.Component,args:[{template:""}]}],ctorParameters:function(){return[]}});var mt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=r.markType(i,"GeographicSymbolSeriesBase",lt.$),i}(lt),ft=function(e){function n(){return e.call(this)||this}return t.__extends(n,e),Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),n.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:n,deps:[],target:i["ɵɵFactoryTarget"].Component}),n.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:n,selector:"ng-component",usesInheritance:!0,ngImport:i,template:"",isInline:!0}),n}(pt);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:ft,decorators:[{type:i.Component,args:[{template:""}]}],ctorParameters:function(){return[]}});var dt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=r.markType(i,"GeographicXYTriangulatingSeriesBase",y.$),i}(y),bt=function(e){function n(){return e.call(this)||this}return t.__extends(n,e),Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),n.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:n,deps:[],target:i["ɵɵFactoryTarget"].Component}),n.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:n,selector:"ng-component",usesInheritance:!0,ngImport:i,template:"",isInline:!0}),n}(K);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:bt,decorators:[{type:i.Component,args:[{template:""}]}],ctorParameters:function(){return[]}}),e.ArcGISOnlineMapImagery=H,e.BingMapsImageryStyle=D,e.BingMapsImageryStyle_$type=T,e.BingMapsMapImagery=V,e.BingMapsMapImageryView=R,e.BingResourceSet=st,e.BingResponse=ut,e.CustomMapImagery=U,e.GeographicContourLineSeries=He,e.GeographicContourLineSeriesView=Le,e.GeographicHighDensityScatterSeries=Ne,e.GeographicHighDensityScatterSeriesView=Ee,e.GeographicMapImagery=d,e.GeographicMapImageryView=b,e.GeographicMapSeriesHost=y,e.GeographicMarkerSeries=_e,e.GeographicMarkerSeriesBase=lt,e.GeographicPolylineSeries=se,e.GeographicPolylineSeriesView=ae,e.GeographicProportionalSymbolSeries=ke,e.GeographicProportionalSymbolSeriesBase=ct,e.GeographicProportionalSymbolSeriesBaseView=it,e.GeographicProportionalSymbolSeriesView=xe,e.GeographicScatterAreaSeries=w,e.GeographicScatterAreaSeriesView=S,e.GeographicShapeSeries=ie,e.GeographicShapeSeriesBase=Q,e.GeographicShapeSeriesBaseBase=gt,e.GeographicShapeSeriesBaseBaseView=nt,e.GeographicShapeSeriesBaseView=ee,e.GeographicShapeSeriesView=te,e.GeographicSymbolSeries=Oe,e.GeographicSymbolSeriesBase=mt,e.GeographicSymbolSeriesBaseView=rt,e.GeographicSymbolSeriesView=je,e.GeographicTileSeries=Se,e.GeographicXYTriangulatingSeries=C,e.GeographicXYTriangulatingSeriesBase=dt,e.GeographicXYTriangulatingSeriesBaseView=ot,e.GeographicXYTriangulatingSeriesView=v,e.HostSeriesView=m,e.IgxArcGISOnlineMapImagery=W,e.IgxArcGISOnlineMapImageryDynamicModule=Z,e.IgxArcGISOnlineMapImageryModule=L,e.IgxBingMapsMapImagery=A,e.IgxBingMapsMapImageryDynamicModule=B,e.IgxBingMapsMapImageryModule=k,e.IgxCustomMapImagery=z,e.IgxCustomMapImageryDynamicModule=q,e.IgxCustomMapImageryModule=N,e.IgxGeographicContourLineSeriesComponent=We,e.IgxGeographicContourLineSeriesDynamicModule=Xe,e.IgxGeographicContourLineSeriesModule=Ze,e.IgxGeographicHighDensityScatterSeriesComponent=ze,e.IgxGeographicHighDensityScatterSeriesDynamicModule=qe,e.IgxGeographicHighDensityScatterSeriesModule=Ue,e.IgxGeographicMapComponent=x,e.IgxGeographicMapCoreDynamicModule=Y,e.IgxGeographicMapCoreModule=X,e.IgxGeographicMapDynamicModule=Ke,e.IgxGeographicMapImagery=O,e.IgxGeographicMapModule=Ye,e.IgxGeographicMapSeriesHostComponent=K,e.IgxGeographicMarkerSeriesBaseComponent=pt,e.IgxGeographicMarkerSeriesComponent=we,e.IgxGeographicPolylineSeriesComponent=ue,e.IgxGeographicPolylineSeriesDynamicModule=ce,e.IgxGeographicPolylineSeriesModule=le,e.IgxGeographicProportionalSymbolSeriesBaseComponent=ht,e.IgxGeographicProportionalSymbolSeriesComponent=Pe,e.IgxGeographicProportionalSymbolSeriesDynamicModule=Te,e.IgxGeographicProportionalSymbolSeriesModule=De,e.IgxGeographicScatterAreaSeriesComponent=Be,e.IgxGeographicScatterAreaSeriesDynamicModule=Fe,e.IgxGeographicScatterAreaSeriesModule=Ge,e.IgxGeographicShapeSeriesBaseBaseComponent=yt,e.IgxGeographicShapeSeriesBaseComponent=J,e.IgxGeographicShapeSeriesComponent=ne,e.IgxGeographicShapeSeriesDynamicModule=oe,e.IgxGeographicShapeSeriesModule=re,e.IgxGeographicSymbolSeriesBaseComponent=ft,e.IgxGeographicSymbolSeriesComponent=$e,e.IgxGeographicSymbolSeriesDynamicModule=Ve,e.IgxGeographicSymbolSeriesModule=Re,e.IgxGeographicTileSeriesComponent=Me,e.IgxGeographicTileSeriesDynamicModule=Ce,e.IgxGeographicTileSeriesModule=Ie,e.IgxGeographicXYTriangulatingSeriesBaseComponent=bt,e.IgxGeographicXYTriangulatingSeriesComponent=Ae,e.IgxImageTilesReadyEventArgs=_,e.IgxImagesChangedEventArgs=j,e.IgxOpenStreetMapImagery=F,e.IgxOpenStreetMapImageryDynamicModule=E,e.IgxOpenStreetMapImageryModule=G,e.IgxSubDomainsCollection=P,e.IgxTileGeneratorMapImagery=ge,e.IgxTileGeneratorMapImageryDynamicModule=ye,e.IgxTileGeneratorMapImageryModule=pe,e.IgxTileSeriesComponent=de,e.IgxTileSeriesDynamicModule=ve,e.IgxTileSeriesModule=be,e.ImageTilesReadyEventArgs=h,e.ImageryMetadata=at,e.ImagesChangedEventArgs=g,e.LevelOfDetailResponseModel=tt,e.MapBackgroundTilingMode=u,e.MapBackgroundTilingMode_$type=l,e.MapResizeBehavior=a,e.MapResizeBehavior_$type=s,e.MapServerResponseModel=Qe,e.OpenStreetMapImagery=I,e.SphericalMercatorHorizontalScaler=p,e.SphericalMercatorVerticalScaler=c,e.SubDomainsCollection=$,e.TileGeneratorMapImagery=he,e.TileInfoResponseModel=et,e.TileSeries=me,e.TileSeriesView=fe,e.TokenResponseModel=Je,e.XamGeographicMap=f,e.XamGeographicMapView=M,Object.defineProperty(e,"__esModule",{value:!0})}));
|
|
7
|
+
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("tslib"),require("@angular/core"),require("igniteui-angular-charts"),require("igniteui-angular-core"),require("@angular/common")):"function"==typeof define&&define.amd?define(["exports","tslib","@angular/core","igniteui-angular-charts","igniteui-angular-core","@angular/common"],t):t((e=e||self)["igniteui-angular-maps"]={},e.tslib,e.i0,e.igniteuiAngularCharts,e.igniteuiAngularCore,e.common)}(this,(function(e,t,i,n,r,o){"use strict";var a=function(e){return e[e.Auto=0]="Auto",e[e.MaintainTopLeftPosition=1]="MaintainTopLeftPosition",e[e.MaintainCenterPosition=2]="MaintainCenterPosition",e}({}),s=r.markEnum("MapResizeBehavior","Auto,0|MaintainTopLeftPosition,1|MaintainCenterPosition,2"),u=function(e){return e[e.Auto=0]="Auto",e[e.NonWrapped=1]="NonWrapped",e[e.Wrapped=2]="Wrapped",e}({}),l=r.markEnum("MapBackgroundTilingMode","Auto,0|NonWrapped,1|Wrapped,2"),c=function(e){function i(){var t=e.call(this)||this;return t.au=null,t.ai=0,t.aj=0,t.au=new r.Rect(0,0,0,1,1),t}return t.__extends(i,e),i.prototype.q=function(e,t){if(t.c.isEmpty)return this.getMercatorUnscaledValue(e,t.e,t.d,t.a);var i=e*t.e.height+t.e.top*t.d.height;return this.getMercatorUnscaledValue(i,this.au,t.c,t.a)},i.prototype.p=function(e,t){if(t.c.isEmpty)return this.getMercatorScaledValue1(e,t.e,t.d,t.a);var i=this.getMercatorScaledValue1(e,this.au,t.c,t.a);return i=(i-t.e.top*t.d.height)/t.e.height},i.prototype.af=function(e){return Array.isArray(e)?e:null},i.prototype.v=function(e,t,n,r){var o,a,s,u,l,c=r.e,p=r.d,h=r.c,g=(r.a,!h.isEmpty),y=(this.m,this.o,h.top),m=h.height,f=c.top,d=c.height,b=p.top,v=p.height,S=this.au.top,M=this.au.height,I=this.af(e),w=.017453292519943295,C=!1;null!=I&&(C=!0);for(var x=t;x<n;x++)o=C?I[x]:e.item(x),g?(o<i.ah&&(o=i.ah),o>i.ag&&(o=i.ag),a=o*w,s=Math.sin(a),u=.5*Math.log((1+s)/(1-s)),l=(((l=y+(l=(this.ai-u)*m/this.aj))-S*m)/M-f*v)/d,C?I[x]=l:e.item(x,l)):(o<i.ah&&(o=i.ah),o>i.ag&&(o=i.ag),a=o*w,s=Math.sin(a),u=.5*Math.log((1+s)/(1-s)),l=((l=b+(l=(this.ai-u)*v/this.aj))-f*v)/d,C?I[x]=l:e.item(x,l))},i.prototype.t=function(e,t,i,n,r){return{p3:this.ak(e.l5),p4:this.ak(e.l4)}},i.prototype.w=function(t,n,r){switch(e.prototype.w.call(this,t,n,r),t){case"ActualMinimumValue":case"ActualMaximumValue":this.ai=i.am(this.n),this.aj=i.am(this.n)-i.am(this.o)}},Object.defineProperty(i,"as",{get:function(){return i.ag},enumerable:!1,configurable:!0}),Object.defineProperty(i,"at",{get:function(){return i.ah},enumerable:!1,configurable:!0}),i.prototype.getMercatorUnscaledValue=function(e,t,n,r){var o=(e-n.top)*t.width+t.top*n.height;return o=i.am(this.n)-o/(n.height/this.aj),i.aq(o)},i.prototype.getMercatorScaledValue1=function(e,t,i,n){return(i.top+this.getMercatorScaledValue3(e,i.height)-t.top*i.height)/t.width},i.prototype.getMercatorScaledValue2=function(e,t,i,n,r){return(this.getMercatorScaledValue3(e,n.height)-t.top*i.height)/t.width},i.prototype.getMercatorScaledValue3=function(e,t){e=e>i.ah?e<i.ag?e:i.ag:i.ah;var n=i.am(e);return(this.ai-n)*t/this.aj},i.am=function(e){var t=.017453292519943295*e,i=Math.sin(t);return.5*Math.log((1+i)/(1-i))},i.aq=function(e){return e=Math.exp(2*e),Math.asin((e-1)/(e+1))/.017453292519943295},i.prototype.ak=function(e){return e<i.ah?i.ah:e>i.ag?i.ag:e},i.$t=r.markType(i,"SphericalMercatorVerticalScaler",n.VerticalLinearScaler.$),i.ag=85.05112878,i.ah=-85.05112878,i}(n.VerticalLinearScaler),p=function(e){function i(){var t=e.call(this)||this;return t.aj=null,t.aj=new r.Rect(0,0,0,1,1),t}return t.__extends(i,e),i.prototype.q=function(e,t){if(t.c.isEmpty)return this.getMercatorUnscaledValue(e,t.e,t.d,t.a);var i=e*t.e.width+t.e.left*t.d.width;return this.getMercatorUnscaledValue(i,this.aj,t.c,t.a)},i.prototype.p=function(e,t){return t.c.isEmpty?this.getMercatorScaledValue1(e,t.e,t.d,t.a):(this.getMercatorScaledValue1(e,this.aj,t.c,t.a)-t.e.left*t.d.width)/t.e.width},i.prototype.af=function(e){return Array.isArray(e)?e:null},i.prototype.v=function(e,t,i,n){var r,o=n.e,a=n.d,s=n.c,u=n.a,l=!s.isEmpty,c=this.m,p=this.o,h=s.left,g=s.width,y=o.left,m=o.width,f=a.left,d=a.width,b=this.aj.left,v=this.aj.width,S=this.af(e),M=!1;null!=S&&(M=!0);for(var I=t;I<i;I++)if(r=M?S[I]:e.item(I),l){var w=(r-p)/c;u&&(w=1-w);var C=((w=h+g*(w-b)/v)-y*d)/m;M?S[I]=C:e.item(I,C)}else{var x=(r-p)/c;u&&(x=1-x),x=f+d*(x-y)/m,M?S[I]=x:e.item(I,x)}},i.prototype.t=function(e,t,i,n,r){return{p3:e.l5,p4:e.l4}},i.prototype.getMercatorUnscaledValue=function(e,t,i,n){var r=t.left+t.width*(e-i.left)/i.width;return n&&(r=1-r),this.o+r*this.m},i.prototype.getMercatorScaledValue1=function(e,t,i,n){var r=(e-this.o)/this.m;return n&&(r=1-r),i.left+i.width*(r-t.left)/t.width},i.prototype.getMercatorScaledValue2=function(e,t,i,n,r){var o=(e-this.o)/this.m;return r&&(o=1-o),i.left+i.width*(o-t.left)/t.width},i.$t=r.markType(i,"SphericalMercatorHorizontalScaler",n.HorizontalLinearScaler.$),i}(n.HorizontalLinearScaler),h=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=r.markType(i,"ImageTilesReadyEventArgs",r.EventArgs.$),i}(r.EventArgs),g=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=r.markType(i,"ImagesChangedEventArgs",r.EventArgs.$),i}(r.EventArgs),y=function(e){function i(){var t=e.call(this)||this;return t.t3=null,t.t5=t.t4(),t}return t.__extends(i,e),i.prototype.oh=function(){e.prototype.oh.call(this),null!=this.t5&&this.t5.oh()},i.prototype.get_er=function(){return!0},i.prototype.jv=function(e,t){var i=this.lw(t);return"LatitudeMemberPath"==i&&(i="YMemberPath"),"LongitudeMemberPath"==i&&(i="XMemberPath"),this.t5.jv(e,t)},i.prototype.dt=function(e,t,i,n){return this.t5.dt(e,t,i,n)},i.prototype.ag=function(){return this.t5.ag()},i.prototype.bg=function(){return this.t5},Object.defineProperty(i.prototype,"t5",{get:function(){return this.t3},set:function(e){this.t5!=e&&(this.t3=e,this.ua())},enumerable:!1,configurable:!0}),i.prototype.get_hasMarkers=function(){return this.t5.hasMarkers},i.prototype.ua=function(){if(null!=this.t3){var e=this.t3;e.externalObject=r.TypeRegistrar.createFromInternal(e,r.PlatformConstants.Prefix,r.PlatformConstants.Postfix),e.externalObject._implementation=e}this.ns(this.t5),this.t6.b5()},i.prototype.c0=function(e,t,i){return this.c2(this.t5,e,t,i)},i.prototype.c1=function(e,t,i){return this.c3(this.t5,e,t,i)},i.prototype.js=function(e){return this.jy(this.t5,e)},i.prototype.jg=function(e,t){return this.t5.jg(e,t)},i.prototype.je=function(e,t){return this.t5.je(e,t)},i.prototype.ia=function(e,t,i){return this.t5.ia(e,t,i)},i.prototype.tj=function(e,t,i){return this.t5.tj(e,t,i)},i.prototype.tu=function(e){return this.t5.tu(e)},i.prototype.ak=function(e){return this.t5.ak(e)},i.prototype.tv=function(e){return this.t5.tv(e)},i.prototype.al=function(e){return this.t5.al(e)},i.prototype.tw=function(e){return this.t5.tw(e)},i.prototype.tx=function(e){return this.t5.tx(e)},i.prototype.h6=function(e,t,i){return this.t5.h6(e,t,i)},i.prototype.tf=function(e,t,i){return this.t5.tf(e,t,i)},i.prototype.h8=function(e,t,i){return this.ia(e,t,i)},i.prototype.th=function(e,t,i){return this.t5.th(e,t,i)},i.prototype.tk=function(e,t,i){return this.t5.tk(e,t,i)},i.prototype.ib=function(e,t,i){return this.t5.ib(e,t,i)},i.prototype.tg=function(e,t,i){return this.t5.tg(e,t,i)},i.prototype.h7=function(e,t,i){return this.t5.h7(e,t,i)},i.prototype.ti=function(e,t,i){return this.t5.ti(e,t,i)},i.prototype.h9=function(e,t,i){return this.t5.h9(e,t,i)},i.prototype.ja=function(e){return this.t5.ja(e)},i.prototype.h1=function(){return this.t5.h1()},i.prototype.hx=function(e){return this.t5.hx(e)},i.prototype.jt=function(e){return this.t5.jt(e)},i.prototype.cd=function(){return new m(this)},i.prototype.o2=function(t){e.prototype.o2.call(this,t),this.t6=r.typeCast(m.$,t)},Object.defineProperty(i.prototype,"t7",{get:function(){return this.c(i.uc)},set:function(e){this.h(i.uc,e)},enumerable:!1,configurable:!0}),i.prototype.pa=function(t,i,o,a){switch(e.prototype.pa.call(this,t,i,o,a),i){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=r.typeCast(n.SeriesViewer.$,o);if(null!=s&&(s.actualWindowRectChanged=r.delegateRemove(s.actualWindowRectChanged,r.runOn(this,this.ub))),null!=this.cv){var u=this.cv;u.actualWindowRectChanged=r.delegateCombine(u.actualWindowRectChanged,r.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":r.isNaN_(this.il)||this.t6.b9();break;case"AreaFillOpacity":r.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()}},i.prototype.t9=function(){if(null!=this.cv&&null!=this.t5&&!r.isNaN_(this.t7))if(this.cv.tr.width>this.t7){this.t5.visibility=1}else{this.t5.visibility=0}},i.prototype.ub=function(e,t){this.t9()},i.prototype.pr=function(t){e.prototype.pr.call(this,t),null!=this.t5&&this.t5.pr(t)},i.prototype.pq=function(e,t,i,n,r){null!=this.t5&&this.t5.pq(e,t,i,n,r)},i.prototype.au=function(e,t){return this.t5.au(e,t)},i.prototype.qa=function(){e.prototype.qa.call(this),this.t5.qa()},i.prototype.get_coercionMethods=function(){return this._coercionMethods},i.prototype.set_coercionMethods=function(e){this._coercionMethods=e,this.t5.coercionMethods=e},i.prototype.n2=function(t){if(e.prototype.n2.call(this,t),null!=this.t5){var i=this.t5.jr();this.nn(t,i)}},i.$t=r.markType(i,"GeographicMapSeriesHost",n.Series.$),i.uc=r.DependencyProperty.i("VisibleFromScale",r.Number_$type,i.$,new r.PropertyMetadata(2,1,(function(e,t){e.raisePropertyChanged("VisibleFromScale",t.oldValue,t.newValue)}))),i}(n.Series),m=function(e){function i(t){var i=e.call(this,t)||this;return i.b0=null,i.b0=t,i}return t.__extends(i,e),i.prototype.at=function(t,i){e.prototype.at.call(this,t,i)},i.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},i.prototype.b6=function(){this.b0.t5.itemsSource=this.b0.itemsSource},i.prototype.cd=function(){this.b0.t5.ip=this.b0.ip},i.prototype.cg=function(){this.b0.t5.jj=this.b0.jj},i.prototype.ca=function(){this.b0.t5._opacity=this.b0._opacity},i.prototype.cf=function(){this.b0.t5.iv=this.b0.iv},i.prototype.b4=function(){this.b0.t5.sy=this.b0.sy},i.prototype.cc=function(){this.b0.t5.s4=this.b0.s4},i.prototype.b1=function(){this.b0.t5.sy=this.b0.su},i.prototype.b2=function(){this.b0.t5.s4=this.b0.sx},i.prototype.b7=function(){this.b0.t5.a6=this.b0.a6},i.prototype.b8=function(){this.b0.t5.legendItemBadgeShape=this.b0.legendItemBadgeShape},i.prototype.b3=function(){this.b0.t5.hq=this.b0.hq},i.prototype.b9=function(){this.b0.t5.il=this.b0.il},i.prototype.cb=function(){this.b0.t5.b9=this.b0.b9},i.prototype.ce=function(){this.b0.t5.fz=this.b0.fz},i.$t=r.markType(i,"HostSeriesView",n.SeriesView.$),i}(n.SeriesView),f=function(e){function i(){var t=e.call(this)||this;t.u3=null,t.us=!1,t.uk=1,t.uz=0,t.wa=null,t.uh=null,t.ud=null,t.uf=null,t.uj=null,t.v6={$type:r.Point_$type,x:NaN,y:NaN},t.wd=null,t.uy=1,t.imageTilesReady=null,t.ur=null,t.wc=r.Rect.empty,t.uz=c.am(i.wb.bottom)-c.am(i.wb.top),t.ab=i.$,t.backgroundContent=new I;var o,a=((o=new n.NumericXAxis).bi=t,o);a.cf=!0,t.ue=a,t.ue.nl=new p;var s=function(){var e=new n.NumericYAxis;return e.bi=t,e}();return s.cf=!0,t.ug=s,t.ug.nl=new c,t.vl(),t.vs(),t.me(),t}return t.__extends(i,e),i.prototype.provideContainer=function(t){e.prototype.provideContainer.call(this,t),this.ue.provideRenderer(t),this.ug.provideRenderer(t)},i.prototype.me=function(){e.prototype.me.call(this),this.uq.fv(this.gi)},i.prototype.ev=function(){return this.uw},i.prototype.ew=function(){return this.uw},i.prototype.un=function(){return 0==this.ul&&this.us?2:1},Object.defineProperty(i.prototype,"um",{get:function(){return this.uk},set:function(e){this.uk=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"wf",{get:function(){return this.wa},set:function(e){if(r.Rect.l_op_Inequality(this.wa,e)){var t=this.wa;this.wa=e,this.op("ActualWorldRect",t,e)}},enumerable:!1,configurable:!0}),i.prototype.wj=function(){return this.wf},i.prototype.vl=function(){this.wr.isEmpty||(this.wf=this.wp(this.wr,1==this.cd))},i.prototype.wp=function(e,t){var n=e.top,o=e.left,a=e.width,s=e.height,u=c.am(e.bottom),l=c.am(e.top),p=u-l,h=e.width/i.wb.width,g=c.am(i.wb.top);if(p/h>this.uz){var y=p/this.uz;o-=(y-h)/2*i.wb.width,a=y*i.wb.width,t&&(o<i.wb.left?o+=i.wb.left-o:o+a>i.wb.right&&(o-=o+a-i.wb.right))}else if(p/h<this.uz){var m=this.uz*h-p,f=l-m/2,d=u+m/2;t&&(f<g?d+=g-(f+=g-f):d>g+this.uz&&(f-=d-(g+this.uz),d-=d-(g+this.uz))),n=c.aq(f),s=c.aq(d)-n}return new r.Rect(0,o,n,a,s)},Object.defineProperty(i.prototype,"backgroundContent",{get:function(){return this.uh},set:function(e){if(e!=this.backgroundContent){var t=this.backgroundContent;this.uh=e,this.op("BackgroundContent",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"ue",{get:function(){return this.ud},set:function(e){if(e!=this.ue){var t=this.ue;this.ud=e,this.op("XAxis",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"ug",{get:function(){return this.uf},set:function(e){if(e!=this.ug){var t=this.ug;this.uf=e,this.op("YAxis",t,e)}},enumerable:!1,configurable:!0}),i.prototype.getZoomRectFromGeoRect=function(e){return this.getZoomFromGeographicRect(e)},i.prototype.vv=function(e){this.t7=e},i.prototype.vu=function(e){this.wr=e},i.prototype.getZoomFromGeographicRect=function(e){return this.wh(e,!0,0)},i.prototype.wg=function(e,t){return this.wh(e,!1,t)},i.prototype.wh=function(e,t,o){var a=e;t&&(a=this.wp(e,!1));var s=this.ue,u=this.ug,l=new n.ScalerParams(1,i.we,this.t6,s.ch);l.c=this.tv;var c=new n.ScalerParams(1,i.we,this.t6,u.ch);c.c=this.tv;var p=this.ue.ej(a.left,l),h=this.ue.ej(a.right,l),g=this.ug.ej(a.top,c),y=this.ug.ej(a.bottom,c),m=(p-o)/this.t6.width,f=(y-o)/this.t6.height,d=(h-p+2*o)/this.t6.width,b=(g-y+2*o)/this.t6.height,v=new r.Rect(0,m,f,d,b);return v.intersect(i.we),v.isEmpty&&(v=i.we),v},i.prototype.getZoomFromGeographicPoints=function(e,t){var n=e.x,o=t.y,a=t.x-e.x,s=e.y-t.y;if(a<0||s<0)return i.we;var u=new r.Rect(0,n,o,a,s);return this.getZoomFromGeographicRect(u)},i.prototype.wl=function(e){var t=this.ue,o=this.ug,a=new n.ScalerParams(1,e,this.t6,t.ch);a.c=this.tv;var s=new n.ScalerParams(1,e,this.t6,o.ch);s.c=this.tv;var u=this.tu,l=t.em(u.left,a),c=o.em(u.top,s),p=t.em(u.right,a),h=o.em(u.bottom,s),g=p-l,y=c-h,m=new r.Rect(0,l,h,g,y);return 1==this.cd&&(m.intersect(i.wb),m.isEmpty&&(m=i.wb)),m},i.prototype.v7=function(e){var t=this.ue.l8(e.x),i=this.ug.l8(e.y);return{$type:r.Point_$type,x:t,y:i}},i.prototype.v8=function(e){var t=this.ue.e4(e.x),i=this.ug.e4(e.y);return{$type:r.Point_$type,x:t,y:i}},i.prototype.v9=function(e){return this.v8(e)},i.prototype.vi=function(){var e=r.typeCast(d.$,this.backgroundContent);null!=e&&e.clearTileCache()},i.prototype.vo=function(e){},i.prototype.fk=function(){return!0},i.prototype.vq=function(){var e,i;this.uq.ee();try{for(var n=t.__values(r.fromEnum(this.series)),o=n.next();!o.done;o=n.next()){o.value.qa()}}catch(t){e={error:t}}finally{try{o&&!o.done&&(i=n.return)&&i.call(n)}finally{if(e)throw e.error}}},i.prototype.vt=function(){if(2==this.up){if(!this.t6.isEmpty&&this.t6.width>0&&this.t6.height>0){var e=this.ue.l8(this.t6.left+this.t6.width/2),t=this.ug.l8(this.t6.top+this.t6.height/2);this.v6={$type:r.Point_$type,x:e,y:t}}}else if(!this.t6.isEmpty&&this.t6.width>0&&this.t6.height>0){var i=this.ue.l8(this.t6.left),n=this.ug.l8(this.t6.top);this.v6={$type:r.Point_$type,x:i,y:n}}},i.prototype.vp=function(){(r.isNaN_(this.v6.x)||r.isNaN_(this.v6.y))&&this.vt();var e=this.v6.x,t=this.v6.y;if(!r.isNaN_(e)&&!r.isNaN_(t)){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 n.ScalerParams(1,i.we,this.t6,this.ue.ch);l.c=this.tv;var c=this.ue.ej(e,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 p=new n.ScalerParams(1,i.we,this.t6,this.ug.ch);p.c=this.tv;var h=this.ug.ej(t,p);if(2==this.up)a=h/this.t6.height-u/2;else a=h/this.t6.height;a+u>this.wd.bottom?a=this.wd.bottom-u:a<this.wd.top&&(a=this.wd.top)}this.py(new r.Rect(0,o,a,s,u),!1)}},i.prototype.get_en=function(){return!0},i.prototype.ts=function(){var t=e.prototype.ts.call(this);if(null==this.ue||null==this.ug)return t;this.t2();var i=t.left,n=t.top;1==this.cd&&(this.t7.width>this.wd.width?i=.5-this.t7.width/2:i+t.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?n=.5-this.t7.height/2:n+this.t7.height>this.wd.bottom?n=this.wd.bottom-this.t7.height:n<this.wd.top&&(n=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)),t.right-this.wd.right>0&&(t.right-this.wd.right)/t.width>.8?(i=this.wd.left-(t.width-(t.right-this.wd.right)),o=!0):t.left<this.wd.left&&Math.abs(t.left-this.wd.left)/t.width>.8&&(i=this.wd.right-Math.abs(t.left-this.wd.left),o=!0));var a=new r.Rect(0,i,n,t.width,t.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,p=s.width,h=c*p;a=new r.Rect(0,u-p/2,l-h/2,p,h),o=!0}if(a.height>s.height){var g=a.width/a.height,y=s.height,m=g*y;a=new r.Rect(0,u-m/2,l-y/2,m,y),o=!0}a.left<s.left&&(a=new r.Rect(0,s.left,a.top,a.width,a.height),o=!0),a.top<s.top&&(a=new r.Rect(0,a.left,s.top,a.width,a.height),o=!0),a.right>s.right&&(a=new r.Rect(0,s.right-a.width,a.top,a.width,a.height),o=!0),a.bottom>s.bottom&&(a=new r.Rect(0,a.left,s.bottom-a.height,a.width,a.height),o=!0)}return o&&(this.ea=!0,this.t7=a,this.ea=!1),a},i.prototype.lp=function(e,t){var i=!0,n=!0,o=0,a=this.t2(),s=0,u=0;if(e.right-a.right>0&&(s=(e.right-a.right)/e.width),e.left<a.left&&(u=Math.abs(e.left-a.left)/e.width),0==u&&0==s&&(i=!1),u>s&&(n=!1),i)if(n){var l=this.ud.ej(-180,t);o=this.ud.ej(180,t)-l}else{o=this.ud.ej(-180,t)-this.ud.ej(180,t)}return new r.Tuple$2(r.Boolean_$type,r.Number_$type,i,o)},i.prototype.t2=function(){var e=new n.ScalerParams(1,i.we,this.t6,this.ue.ch);e.c=this.tv;var t=new n.ScalerParams(1,i.we,this.t6,this.ug.ch);t.c=this.tv;var o=this.ue.ej(i.wb.left,e),a=this.ue.ej(i.wb.right,e),s=this.ug.ej(i.wb.top,t),u=this.ug.ej(i.wb.bottom,t);return this.wd=new r.Rect(0,o/this.t6.width,u/this.t6.height,(a-o)/this.t6.width,(s-u)/this.t6.height),this.wd},i.prototype.wi=function(e){var t=this.gm,i=.5*(e.left+e.right),n=.5*(e.top+e.bottom),o=e.width,a=e.height,s=r.MathUtil.d(e.width,t,1),u=r.MathUtil.d(e.height,t,1),l=this.t6,c=l.width/l.height,p=s*l.width,h=u*l.height;p/h!=c&&(h*c>p?s=(p=h*c)/l.width:u=(h=p/c)/l.height);var g=s!=o,y=u!=a,m=g?i-.5*s:e.left,f=y?n-.5*u:e.top,d=g?i+.5*s:e.right,b=y?n+.5*u:e.bottom;return m<0&&(d=(m=0)+s),d>1&&(m=(d=1)-s),f<0&&(b=(f=0)+u),b>1&&(f=(b=1)-u),new r.Rect(0,m,f,d-m,b-f)},i.prototype.tt=function(t){if(e.prototype.tt.call(this,this.t6),t.isEmpty)return r.Rect.empty;var i;if(t.width>t.height){var n=r.intDivide(r.truncate(t.width-t.height),2);i=new r.Rect(0,t.left+n,t.top,t.height,t.height)}else{var o=r.intDivide(r.truncate(t.height-t.width),2);i=new r.Rect(0,t.left,t.top+o,t.width,t.width)}return i},i.prototype.wk=function(e){return this.tt(e)},i.prototype.ct=function(){return new M(this)},i.prototype.vk=function(e){null!=e&&(e.bi=this)},i.prototype.n8=function(t){e.prototype.n8.call(this,t),this.uq=t},i.prototype.oj=function(t,i){e.prototype.oj.call(this,t,i),this.pl(this.ue),this.pl(this.ug),r.Rect.l_op_Inequality(t,i)&&this.vp(),this.uv&&(this.tr=this.ts()),this.vw()},Object.defineProperty(i.prototype,"u0",{get:function(){return this.uy},set:function(e){var t=this.uy;this.uy=e,this.op("ActualWindowScale",t,this.uy)},enumerable:!1,configurable:!0}),i.prototype.gs=function(){return this.u0},i.prototype.gt=function(){return this.u0},i.prototype.pk=function(){e.prototype.pk.call(this);var t=Math.min(this.tr.width,this.tr.height);this.u0=t},i.prototype.fc=function(){return this.us},i.prototype.ce=function(){return 0==this.cf&&this.ut?2:this.cf},i.prototype.ok=function(n,o,a,s){var u,l,c,p;switch(e.prototype.ok.call(this,n,o,a,s),o){case"ZoomCoercionMode":this.vl();break;case"WindowRect":this.vt();break;case i.$$p[0]:this.um=this.un(),null!=this.uj&&(this.uj.isHorizontalWrappingEnabled=2==this.um);break;case i.$$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 i.$$p[4]:this.tr=this.ts();break;case"BackgroundContent":if(null!=this.uj){var h=this.uj;h.imageTilesReady=r.delegateRemove(h.imageTilesReady,r.runOn(this,this.vm)),this.uj.deferralHandler=null}if(this.uj=r.typeCast(d.$,this.backgroundContent),null!=this.uj){var g=this.uj;g.imageTilesReady=r.delegateCombine(g.imageTilesReady,r.runOn(this,this.vm)),this.uj.deferralHandler=this,this.uj.isHorizontalWrappingEnabled=2==this.um}this.uq.fu(r.typeCast(d.$,a),r.typeCast(d.$,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 i.$$p[6]:this.uu||(this.t7=i.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 y=t.__values(r.fromEnum(this.series)),m=y.next();!m.done;m=y.next()){m.value.pr(!1)}}catch(e){u={error:e}}finally{try{m&&!m.done&&(l=y.return)&&l.call(y)}finally{if(u)throw u.error}}break;case i.$$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 f=s;r.isNaN_(f)||r.isInfinity(f)?(this.gm=5e-6,this.gl=5e-6):(this.gm=f,this.gl=f);break;case i.$$p[7]:this.ps();break;case"MarkerAutomaticBehavior":try{for(var b=t.__values(r.fromEnum(this.series)),v=b.next();!v.done;v=b.next()){v.value.oh()}}catch(e){c={error:e}}finally{try{v&&!v.done&&(p=b.return)&&p.call(b)}finally{if(c)throw c.error}}}},i.prototype.vm=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new h)},i.prototype.vr=function(e){null!=e&&(e.bi=null)},i.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)},i.prototype.getFontInfo=function(){return this.ur=this.uq.fo,this.ur},i.prototype.sw=function(){return this.uq.fw},i.prototype.getFontBrush=function(){return this.uq.fx},i.prototype.pd=function(t,i){if(null!==r.typeCast(r.ItfConverter.$,i)){var n=i,o=t;o.itemsSource=n.triangulationSource.points,o.ue=n.triangulationSource.triangles}else e.prototype.pd.call(this,t,i)},i.prototype.register=function(e,t){this.o3(e,t)},i.prototype.unRegister=function(e){this.pj(e)},i.prototype.deferredRefresh=function(){this.l2()},i.prototype.deferAction=function(e){null!=this.u3?this.u3.setTimeout(e,0):window.setTimeout(e,0)},i.prototype.vj=function(e){this.pr(e)},i.prototype.u4=function(){var e=new n.ChartVisualData,t=this.ue.fw(),i=this.ug.fw();e.axes.add1(t),e.axes.add1(i);for(var o=0;o<this.series.count;o++){var a=this.series._inner[o].jr();e.series.add1(a)}return e.name=this.name,e.contentArea=r.RectData.b(this.t6),e.centralArea=r.RectData.b(this.t6),e.plotArea=r.RectData.b(this.t6),e},i.prototype.ty=function(e,t,i){return e},i.prototype.vn=function(){},Object.defineProperty(i.prototype,"wq",{get:function(){return this.wc},set:function(e){this.wc=e},enumerable:!1,configurable:!0}),i.prototype.vx=function(e){this.wq=e,this.vw()},i.prototype.vw=function(){if(this.ux&&!this.wq.isEmpty){var e=this.getZoomFromGeographicRect(this.wq);this.wq=r.Rect.empty,this.py(e,!1)}},Object.defineProperty(i.prototype,"ux",{get:function(){return!this.t6.isEmpty&&!this.tv.isEmpty},enumerable:!1,configurable:!0}),i.$t=r.markType(i,"XamGeographicMap",n.SeriesViewer.$,[r.IMapRenderDeferralHandler_$type]),i.uo=0,i.wb=new r.Rect(2,{$type:r.Point_$type,x:-180,y:-85.05112878},{$type:r.Point_$type,x:180,y:85.05112878}),i.we=new r.Rect(0,0,0,1,1),i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"op",["BackgroundTilingMode:ul:vy",[l,r.enumGetBox(l,0)],"IsHorizontalWrappingEnabled:ut:vz",[0,!1],"ResizeBehavior:up:v0",[s,r.enumGetBox(s,i.uo)],"SuppressZoomResetOnWorldRectChange:uu:v1",[0,!1],"UseWorldRectForZoomBounds:uv:v2",[0,!1],"WindowScale:u1:v3",[1,NaN],"WorldRect:wr:v4",[r.Rect.$,i.wb],"Zoomable:uw:v5",[0,!0]]),i}(n.SeriesViewer),d=function(e){function i(t){var n=e.call(this)||this;return n.ak=null,n.imageTilesReady=null,n.an=null,n.ap=null,n.propertyChanged=null,n.imagesChanged=null,n.cancellingImage=null,n.downloadingImage=null,n.ab=i.$,n.ap=t,n.aj=n.ai(),n.bb(n.aj),n}return t.__extends(i,e),i.prototype.bb=function(e){},i.prototype.ai=function(){return new b(this)},Object.defineProperty(i.prototype,"deferralHandler",{get:function(){return this.ak},set:function(e){this.ak=e,null!=this.ao&&(this.ao.al=e)},enumerable:!1,configurable:!0}),i.prototype.a5=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new h)},i.prototype.a9=function(){var e=this.ao;e.imageTilesReady=r.delegateCombine(e.imageTilesReady,r.runOn(this,this.a5)),this.ao.al=this.deferralHandler;var t=this.ao;t.imagesChanged=r.delegateCombine(t.imagesChanged,r.runOn(this,this.a4));var i=this.ao;i.downloadingImage=r.delegateCombine(i.downloadingImage,r.runOn(this,this.a3));var n=this.ao;n.cancellingImage=r.delegateCombine(n.cancellingImage,r.runOn(this,this.a2)),this.ao.bf=this.referer,this.ao.bj=this.userAgent,this.ao.av=this.isHorizontalWrappingEnabled},i.prototype.a3=function(e,t){null!=this.downloadingImage&&this.downloadingImage(this,t)},i.prototype.a2=function(e,t){null!=this.cancellingImage&&this.cancellingImage(this,t)},i.prototype.bg=function(){null!=this.ao&&this.aj.e()},i.prototype.ba=function(e,t,n){switch(e){case i.$$p[3]:this.bg();break;case"GeographicMap":this.aj.e();break;case i.$$p[1]:null!=this.ao&&(this.ao.bf=this.referer);break;case i.$$p[2]:null!=this.ao&&(this.ao.bj=this.userAgent);break;case i.$$p[0]:null!=this.ao&&(this.ao.av=this.isHorizontalWrappingEnabled)}null!=this.propertyChanged&&this.propertyChanged(this,new r.PropertyChangedEventArgs(e))},Object.defineProperty(i.prototype,"geographicMap",{get:function(){return this.c(i.geographicMapProperty)},set:function(e){this.h(i.geographicMapProperty,e)},enumerable:!1,configurable:!0}),i.a8=function(e,t){e.a7(t.oldValue,t.newValue)},i.prototype.a7=function(e,t){this.ba("GeographicMap",e,t)},i.prototype.clearTileCache=function(){null!=this.ao&&this.ao.bs(0,0,0,0)},Object.defineProperty(i.prototype,"ao",{get:function(){return this.an},set:function(e){this.an=e,null!=this.propertyChanged&&this.propertyChanged(this,new r.PropertyChangedEventArgs("MultiScaleImage"))},enumerable:!1,configurable:!0}),i.prototype.bn=function(e){if(null==this.geographicMap||e.width<1||e.height<1)return e;var t=new r.Rect(0,0,0,e.width,e.height),i=this.geographicMap.wk(t),o=f.wb,a=this.geographicMap.wf,s=Math.min(this.windowRect.height,this.windowRect.width),u=a.width/o.width;this.ao.a5=t.width/i.width*s*u;var l=this.geographicMap.ue,c=this.geographicMap.ug,p=new n.ScalerParams(1,this.windowRect,t,l.ch);p.c=i;var h=new n.ScalerParams(1,this.windowRect,t,c.ch);h.c=i;var g=l.ej(o.left,p),y=c.ej(o.bottom,h),m=-g/t.width*this.ao.a5,d=-y/t.height*this.ao.a5*(t.height/t.width);return this.ao.cm={$type:r.Point_$type,x:m,y:d},e},i.prototype.bd=function(e){this.aj.f(e)},i.prototype.bf=function(e){this.aj.h(e)},i.prototype.be=function(e){this.aj.g(e)},i.prototype.a4=function(e,t){null!=this.imagesChanged&&this.imagesChanged(this,new g)},i.prototype.a6=function(){this.aj.e()},i.prototype.bc=function(e){this.aj.i(e)},i.prototype.v=function(){e.prototype.v.call(this),this.ap.o=this._opacity},i.$t=r.markType(i,"GeographicMapImagery",r.Control.$,[r.INotifyPropertyChanged_$type]),i.geographicMapProperty=r.DependencyProperty.i("GeographicMap",f.$,i.$,new r.PropertyMetadata(2,null,i.a8)),i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"ba",["IsHorizontalWrappingEnabled",[0,!1],"Referer",[2,null],"UserAgent",[2,null],"WindowRect",[r.Rect.$,r.Rect.empty]]),i}(r.Control),b=function(e){function i(t){var i=e.call(this)||this;return i.a=null,i.j=null,i.d=null,i.b=1,i.j=r.Rect.empty,i.a=t,i.a.ao=new r.XamMultiScaleImage,i.a.ao.ao=i.a.ap,i.a.a9(),i}return t.__extends(i,e),i.prototype.e=function(){this.j.isEmpty||this.a.bn(new r.Size(1,this.j.width,this.j.height))},i.prototype.f=function(e){this.a.ao.b1(e)},i.prototype.g=function(e){this.d=e,this.a.ao.b2(e)},i.prototype.h=function(e){this.j=e,this.a.ao.b3(e),this.a.a6()},Object.defineProperty(i.prototype,"c",{get:function(){return this.b},enumerable:!1,configurable:!0}),i.prototype.i=function(e){this.b=e,this.a.ao.bz(e)},i.$t=r.markType(i,"GeographicMapImageryView"),i}(r.Base),v=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.prototype.b5=function(){e.prototype.b5.call(this);var t=this.ch.t5;t.u5=this.ch.uh,t.vd=this.ch.uf,t.trianglesSource=this.ch.ue,t.ut=this.ch.uk,t.uv=this.ch.um,t.ux=this.ch.uo},i.prototype.ck=function(){var e=this.ch.t5;if(null==this.ch.cv)return e.t3=null,void(e.t4=null);e.t3=this.ch.cv.ue,e.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=r.markType(i,"GeographicXYTriangulatingSeriesView",m.$),i}(m),S=function(e){function i(t){var i=e.call(this,t)||this;return i.cp=null,i.cp=t,i}return t.__extends(i,e),i.prototype.au=function(){e.prototype.au.call(this),this.q},i.prototype.b5=function(){e.prototype.b5.call(this),null!=this.cp.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=r.markType(i,"GeographicScatterAreaSeriesView",v.$),i}(v),M=function(e){function i(t){var i=e.call(this,t)||this;return i.fn=null,i.fz=null,i.fx=null,i.fw=null,i.fo=null,i.fp=NaN,i.fz=r.Rect.empty,i.fn=t,i.fn.sr=2,i.fn.hr=5e-6,i}return t.__extends(i,e),i.prototype.m=function(e){return 2},i.prototype.bk=function(e){this.j.bw(e),this.fn.vj(e),this.el()},i.prototype.get_ap=function(){return!0},i.prototype.d4=function(){var e,t,i,n,o,a=this.j.a8(e,t,i,n,o);e=a.p0,t=a.p1,i=a.p2,n=a.p3,o=a.p4,this.fx=i,this.fo=n,this.fw=o;var s=this.j.e();if(this.fn.ag=s.a,this.fn.aj=s.f,this.fn.ah=null!=s.b?s.b:new r.BrushCollection,this.fn.ai=null!=s.c?s.c:new r.BrushCollection,0==this.fn.ah.count)for(var 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))},i.prototype.du=function(t){if(e.prototype.du.call(this,t),null!=this.fn.backgroundContent){var i=this.fn.backgroundContent;i.be(this.j.ae),i.bd(t)}},i.prototype.dv=function(t){(e.prototype.dv.call(this,t),this.fz=t,null!=this.fn.backgroundContent)&&this.fn.backgroundContent.bf(this.fz)},i.prototype.fy=function(){return new r.Rect(0,0,0,this.fz.width,this.fz.height)},i.prototype.fs=function(){null!=this.fn.backgroundContent&&this.fn.backgroundContent.a6()},i.prototype.fr=function(e){null!=this.fn.uj&&(this.fn.uj.windowRect=e)},i.prototype.fu=function(e,t){if(null!=this.fn.uj&&(this.fn.uj.windowRect=this.fn.tr),null!=e){var i=e.ao;null!=i&&this.fn.al.h.remove(i.ag),e.bd(null),e.be(null)}if(null!=t){var n=t.ao;null!=n&&this.fn.al.h.add(n.ag),this.fz.isEmpty||this.dv(this.fz),null!=this.w&&this.du(this.w)}null==t&&this.ft(this.w)},i.prototype.ft=function(e){var t=this.fn.gi;1!=t&&(e.aa(),e.ab(t,t)),e.l(this.fz.left,this.fz.top,this.fz.width,this.fz.height),1!=t&&e.z()},i.prototype.d1=function(){this.fd.ad=n.Defaults.j,this.fe.ad=n.Defaults.j,this.fd._stroke=n.Defaults.ae,this.fe._stroke=n.Defaults.ae,e.prototype.d1.call(this)},i.prototype.fv=function(e){this.fp=e,null!=this.fn.backgroundContent&&this.fn.backgroundContent.bc(e)},Object.defineProperty(i.prototype,"fq",{get:function(){return this.fp},set:function(e){this.fp=e},enumerable:!1,configurable:!0}),i.$t=r.markType(i,"XamGeographicMapView",n.SeriesViewerView.$),i}(n.SeriesViewerView),I=function(e){function i(){return e.call(this,new r.OpenStreetMapTileSource)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"tilePath",{get:function(){return this.c(i.tilePathProperty)},set:function(e){this.h(i.tilePathProperty,e)},enumerable:!1,configurable:!0}),i.br=function(e,t){e.bq("TilePath",t.oldValue,t.newValue)},i.prototype.bq=function(t,i,n){switch(t){case"TilePath":this.ap.setTilePathUrl(null==n?null:n),this.aj.e()}e.prototype.ba.call(this,t,i,n)},i.$t=r.markType(i,"OpenStreetMapImagery",d.$),i.tilePathProperty=r.DependencyProperty.i("TilePath",r.String_$type,i.$,new r.PropertyMetadata(2,null,i.br)),i}(d),w=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.prototype.cd=function(){return new v(this)},i.prototype.o2=function(t){e.prototype.o2.call(this,t),this.ud=t},i.prototype.pa=function(t,n,r,o){switch(e.prototype.pa.call(this,t,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=r.markType(i,"GeographicXYTriangulatingSeries",y.$),i.$$p=r.markDep(r.DependencyProperty,r.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",[r.IEnumerable_$type,null]]),i}(y),C=function(e){function i(){var t=e.call(this)||this;return t.uw=null,t.triangulationStatusChanged=null,t.ab=i.$,t}return t.__extends(i,e),i.prototype.bc=function(){return new i},i.prototype.get_d9=function(){return!0},Object.defineProperty(i.prototype,"uy",{get:function(){return this.uw},set:function(e){if(this.uw!=e){var t=this.uw;if(null!=this.uw){var i=this.uw;i.propertyChanged=r.delegateRemove(i.propertyChanged,r.runOn(this,this.u6))}if(this.uw=e,null!=this.uw){var n=this.uw;n.propertyChanged=r.delegateCombine(n.propertyChanged,r.runOn(this,this.u6))}this.raisePropertyChanged("ColorScale",t,this.uw),null!=this.uz&&(this.uz.v0=e)}},enumerable:!1,configurable:!0}),i.prototype.u6=function(e,t){this.u1.cr(),this.u8(),this.pr(!1)},i.prototype.u8=function(){null!=this.uz&&(this.ux=this.uz.vz)},i.prototype.qf=function(){e.prototype.qf.call(this),this.u8()},i.prototype.t4=function(){this.uz=new n.ScatterAreaSeries;var e=this.uz;return e.triangulationStatusChanged=r.delegateCombine(e.triangulationStatusChanged,r.runOn(this,this.u7)),this.uz},i.prototype.u7=function(e,t){null!=this.triangulationStatusChanged&&this.triangulationStatusChanged(this,t)},i.prototype.cd=function(){return new S(this)},i.prototype.o2=function(t){e.prototype.o2.call(this,t),this.u1=t},i.prototype.pa=function(t,n,r,o){switch(e.prototype.pa.call(this,t,n,r,o),n){case i.$$p[1]:this.u1.cq();break;case"ColorScale":this.u1.cr(),this.u8()}},i.prototype.get_gg=function(){return!0},i.prototype.set_gg=function(t){e.prototype.set_gg.call(this,t)},i.$t=r.markType(i,"GeographicScatterAreaSeries",w.$),i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"raisePropertyChanged",["ActualColorScale:ux:u9",[n.ColorScale.$,null],"ColorMemberPath:u3:va",[2,"value"]]),i}(w),x=function(){function e(){this._implementation=this.createImplementation(),this._implementation.externalObject=this,this.onImplementationCreated(),this._initializeAdapters&&this._initializeAdapters()}return e.prototype.createImplementation=function(){return new h},Object.defineProperty(e.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),e.prototype.onImplementationCreated=function(){},e.prototype._provideImplementation=function(e){this._implementation=e,this._implementation.externalObject=this,this.onImplementationCreated()},e}(),_=function(e){function o(t,i,o,a,s){var u,l=e.call(this)||this;l._renderer=t,l._elRef=i,l._ngZone=o,l._componentFactoryResolver=a,l._injector=s,l.actualSeries=[],l._series=null,l._dataSource=null,l._seriesAdapter=null,l._defaultTooltips=null,l._imageTilesReady=null,l._styling&&r.NamePatcher.ensureStylablePatched(Object.getPrototypeOf(l)),l._zoneRunner=function(e){return l._ngZone.run(e)},l._container=t.createElement("div"),t.appendChild(i.element.nativeElement,l._container),t.setStyle(l._container,"display","block"),t.setStyle(l._container,"width","100%"),t.setStyle(l._container,"height","100%"),u=l._container,null!=l._container.nativeElement&&(u=l._container.nativeElement);var c=new r.AngularRenderer(u,l._renderer,window.document,l._ngZone,!0,n.DataChartStylingDefaults);l._wrapper=c;var p=l.i;return l._chart=p,p.provideContainer(c),c.addSizeWatcher((function(){l._chart.notifyContainerResized()})),l}return t.__extends(o,e),Object.defineProperty(o.prototype,"height",{get:function(){return this._height},set:function(e){this._height=e,this._renderer.setStyle(this._elRef.element.nativeElement,"height",e),this._chart.notifyContainerResized()},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"width",{get:function(){return this._width},set:function(e){this._width=e,this._renderer.setStyle(this._elRef.element.nativeElement,"width",e),this._chart.notifyContainerResized()},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"legend",{get:function(){if(null!=this.i.legend)return this.i.legend.externalObject},set:function(e){null!=e&&null!=e&&(this.i.legend=e.i)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"series",{get:function(){var e=this;if(null===this._series){var t=new n.IgxSeriesCollection;t._innerColl.addListener((function(t,i){switch(i.action){case r.NotifyCollectionChangedAction.Add:e._seriesAdapter.addManualItem(i.newItems.item(0));break;case r.NotifyCollectionChangedAction.Remove:e._seriesAdapter.removeManualItemAt(i.oldStartingIndex);break;case r.NotifyCollectionChangedAction.Replace:e._seriesAdapter.removeManualItemAt(i.oldStartingIndex),e._seriesAdapter.insertManualItem(i.newStartingIndex,i.newItems.item(0));break;case r.NotifyCollectionChangedAction.Reset:e._seriesAdapter.clearManualItems()}})),this._series=t}return this._series},enumerable:!1,configurable:!0}),o.prototype.ngOnDestroy=function(){this._chart.destroy(),this._wrapper.destroy()},o.prototype.createImplementation=function(){return new f},Object.defineProperty(o.prototype,"dataSource",{get:function(){return this._dataSource},set:function(e){this._dataSource=e,this.bindData()},enumerable:!1,configurable:!0}),o.prototype.bindData=function(){if(this.actualSeries&&this.actualSeries.length>0)for(var e=this.actualSeries,t=0;t<e.length;t++)e[t].provideData(this._dataSource)},o.prototype.ngAfterContentInit=function(){var e=this;if(r.TypeRegistrar.isRegistered("IgxDataChartDefaultTooltipsComponent")){var t=r.TypeRegistrar.get("IgxDataChartDefaultTooltipsComponent"),i=this._componentFactoryResolver.resolveComponentFactory(t),n=this._dynamicContent.createComponent(i);this._defaultTooltips=n,n.instance.onContentReady.subscribe((function(){e._onDefaultTooltipsReady(n)}))}this._seriesAdapter=new r.CollectionAdapter(this.contentSeries,this.i.series,this.actualSeries,(function(e){return e.i}),(function(t){t.owner=e,t._provideRenderer(e._dataSource),t.provideData(e._dataSource),e._ensureDefaultTooltip(t),e._ensureTooltipCreated(t)}),(function(e){e._provideRenderer(null),e.provideData(null)})),this.i.notifyContainerResized()},o.prototype._ensureTooltipCreated=function(e){var t=this;e._ensureTooltipCreated((function(){return t.createTooltip()}),(function(e){var i=new r.AngularWrapper(e,t._renderer,t._ngZone);return i.updateToolTip=e.updateToolTip,i.hideToolTip=e.hideToolTip,i}))},o.prototype._ensureDefaultTooltip=function(e){null!=this._defaultTooltips&&this._defaultTooltips.instance.ensureDefaultTooltip(e)},o.prototype._onDefaultTooltipsReady=function(e){if(this.actualSeries&&this.actualSeries.length>0)for(var t=this.actualSeries,i=0;i<t.length;i++)t[i].showDefaultTooltip&&this._ensureDefaultTooltip(t[i])},o.prototype.createTooltip=function(){if(!r.TypeRegistrar.isRegistered("IgxTooltipContainerComponent"))return null;var e=r.TypeRegistrar.get("IgxTooltipContainerComponent"),t=this._componentFactoryResolver.resolveComponentFactory(e),i=this._dynamicContent.createComponent(t),n=i.location.nativeElement,o=this;return n.updateToolTip=function(e,t){if(e.externalObject)e=e.externalObject;else{var a=new r.IgxDataContext;a._implementation=e,e=a}return t?e.isSubContent=!0:n.parentElement!=o._container&&(null!=n.parentElement&&n.parentElement.removeChild(n),o._container.appendChild(n)),i.instance.context=e,n.style.display="block",!0},n.hideToolTip=function(){n.style.display="none"},n.style.display="none",i},Object.defineProperty(o.prototype,"backgroundContent",{get:function(){return null!=this.i.backgroundContent?this.i.backgroundContent.externalObject:null},set:function(e){this.i.backgroundContent=null!=e&&null!=e?e.i:null},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"zoomable",{get:function(){return this.i.uw},set:function(e){this.i.uw=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"resizeBehavior",{get:function(){return this.i.up},set:function(e){this.i.up=r.ensureEnum(s,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isHorizontalWrappingEnabled",{get:function(){return this.i.ut},set:function(e){this.i.ut=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"backgroundTilingMode",{get:function(){return this.i.ul},set:function(e){this.i.ul=r.ensureEnum(l,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"useWorldRectForZoomBounds",{get:function(){return this.i.uv},set:function(e){this.i.uv=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"suppressZoomResetOnWorldRectChange",{get:function(){return this.i.uu},set:function(e){this.i.uu=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"worldRect",{get:function(){return r.fromRect(this.i.wr)},set:function(e){this.i.wr=r.toRect(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualWorldRect",{get:function(){return r.fromRect(this.i.wf)},set:function(e){this.i.wf=r.toRect(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"xAxis",{get:function(){var e=this.i.ue;if(null==e)return null;if(!e.externalObject){var t=n.IgxNumericXAxisComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.ue=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"yAxis",{get:function(){var e=this.i.ug;if(null==e)return null;if(!e.externalObject){var t=n.IgxNumericYAxisComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.ug=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isMap",{get:function(){return this.i.en},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"windowScale",{get:function(){return this.i.u1},set:function(e){this.i.u1=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualWindowScale",{get:function(){return this.i.u0},set:function(e){this.i.u0=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"zoomIsReady",{get:function(){return this.i.ux},enumerable:!1,configurable:!0}),o.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.backgroundContent&&this.backgroundContent.name&&this.backgroundContent.name==t?this.backgroundContent:null)},o.prototype._styling=function(t,i,n){e.prototype._styling.call(this,t,i,n),this._inStyling=!0,this.xAxis&&this.xAxis._styling&&this.xAxis._styling(t,i,this),this.yAxis&&this.yAxis._styling&&this.yAxis._styling(t,i,this),this._inStyling=!1},o.prototype.getCurrentActualWorldRect=function(){var e=this.i.wj();return r.fromRect(e)},o.prototype.getZoomRectFromGeoRect=function(e){var t=this.i.getZoomRectFromGeoRect(r.toRect(e));return r.fromRect(t)},o.prototype.updateZoomWindow=function(e){this.i.vv(r.toRect(e))},o.prototype.updateWorldRect=function(e){this.i.vu(r.toRect(e))},o.prototype.getZoomFromGeographicRect=function(e){var t=this.i.getZoomFromGeographicRect(r.toRect(e));return r.fromRect(t)},o.prototype.convertGeographicToZoom=function(e,t){var i=this.i.wg(r.toRect(e),t);return r.fromRect(i)},o.prototype.getZoomFromGeographicPoints=function(e,t){var i=this.i.getZoomFromGeographicPoints(r.toPoint(e),r.toPoint(t));return r.fromRect(i)},o.prototype.getGeographicFromZoom=function(e){var t=this.i.wl(r.toRect(e));return r.fromRect(t)},o.prototype.getGeographicPoint=function(e){var t=this.i.v7(r.toPoint(e));return r.fromPoint(t)},o.prototype.getPixelPoint=function(e){var t=this.i.v8(r.toPoint(e));return r.fromPoint(t)},o.prototype.getWindowPoint=function(e){var t=this.i.v9(r.toPoint(e));return r.fromPoint(t)},o.prototype.clearTileCache=function(){this.i.vi()},o.prototype.styleUpdated=function(){this.i.vq()},o.prototype.getActualWindowScaleHorizontal=function(){return this.i.gs()},o.prototype.getActualWindowScaleVertical=function(){return this.i.gt()},o.prototype.deferredRefresh=function(){this.i.deferredRefresh()},o.prototype.exportVisualData=function(){return this.i.u4()},o.prototype.zoomToGeographic=function(e){this.i.vx(r.toRect(e))},Object.defineProperty(o.prototype,"imageTilesReady",{get:function(){var e=this;return null==this._imageTilesReady&&(this._imageTilesReady=new i.EventEmitter,this.i.imageTilesReady=r.delegateCombine(this.i.imageTilesReady,(function(t,i){var n=new x;n._provideImplementation(i),e.beforeImageTilesReady&&e.beforeImageTilesReady(e,n),e._imageTilesReady.emit({sender:e,args:n})}))),this._imageTilesReady},enumerable:!1,configurable:!0}),o.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:o,deps:[{token:i.Renderer2},{token:i.ViewContainerRef},{token:i.NgZone},{token:i.ComponentFactoryResolver},{token:i.Injector}],target:i["ɵɵFactoryTarget"].Component}),o.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"igx-geographic-map",inputs:{height:"height",width:"width",legend:"legend",dataSource:"dataSource",zoomable:"zoomable",resizeBehavior:"resizeBehavior",isHorizontalWrappingEnabled:"isHorizontalWrappingEnabled",backgroundTilingMode:"backgroundTilingMode",useWorldRectForZoomBounds:"useWorldRectForZoomBounds",suppressZoomResetOnWorldRectChange:"suppressZoomResetOnWorldRectChange",worldRect:"worldRect",actualWorldRect:"actualWorldRect",xAxis:"xAxis",yAxis:"yAxis",windowScale:"windowScale",actualWindowScale:"actualWindowScale"},outputs:{imageTilesReady:"imageTilesReady"},host:{classAttribute:"igx-geographic-map ig-geographic-map"},providers:[{provide:n.IgxSeriesViewerComponent,useExisting:i.forwardRef((function(){return o}))}],queries:[{propertyName:"contentSeries",predicate:n.IgxSeriesComponent}],viewQueries:[{propertyName:"_dynamicContent",first:!0,predicate:["dynamicContent"],descendants:!0,read:i.ViewContainerRef,static:!0}],usesInheritance:!0,ngImport:i,template:"<ng-container #dynamicContent></ng-container>",isInline:!0,styles:["\n\t\t:host {\n\t\t\tdisplay: block;\n\t\t}\n\t"],changeDetection:i.ChangeDetectionStrategy.OnPush}),o}(n.IgxSeriesViewerComponent);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:_,decorators:[{type:i.Component,args:[{selector:"igx-geographic-map",template:"<ng-container #dynamicContent></ng-container>",changeDetection:i.ChangeDetectionStrategy.OnPush,providers:[{provide:n.IgxSeriesViewerComponent,useExisting:i.forwardRef((function(){return _}))}],host:{class:"igx-geographic-map ig-geographic-map"},styles:["\n\t\t:host {\n\t\t\tdisplay: block;\n\t\t}\n\t"]}]}],ctorParameters:function(){return[{type:i.Renderer2},{type:i.ViewContainerRef},{type:i.NgZone},{type:i.ComponentFactoryResolver},{type:i.Injector}]},propDecorators:{contentSeries:[{type:i.ContentChildren,args:[n.IgxSeriesComponent]}],_dynamicContent:[{type:i.ViewChild,args:["dynamicContent",{read:i.ViewContainerRef,static:!0}]}],height:[{type:i.Input}],width:[{type:i.Input}],legend:[{type:i.Input}],dataSource:[{type:i.Input}],zoomable:[{type:i.Input}],resizeBehavior:[{type:i.Input}],isHorizontalWrappingEnabled:[{type:i.Input}],backgroundTilingMode:[{type:i.Input}],useWorldRectForZoomBounds:[{type:i.Input}],suppressZoomResetOnWorldRectChange:[{type:i.Input}],worldRect:[{type:i.Input}],actualWorldRect:[{type:i.Input}],xAxis:[{type:i.Input}],yAxis:[{type:i.Input}],windowScale:[{type:i.Input}],actualWindowScale:[{type:i.Input}],imageTilesReady:[{type:i.Output}]}});var k=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule]]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:k,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule],exports:[],entryComponents:[]}]}]});var P=function(e){function i(t){var i=e.call(this)||this;if(t)for(var n=0;n<t.length;n++)i.add(t[n]);return i}return t.__extends(i,e),i.prototype._createInnerColl=function(){var e=new r.SyncableObservableCollection$2(r.String_$type,r.String_$type,0);return e.compare=function(e,t){var i=e;return i.equals?i.equals(t):i===t},e.createTo=function(e){return e},e.createFrom=function(e){return e},e},i}(r.IgCollection),D=function(e){return e[e.Aerial=0]="Aerial",e[e.AerialWithLabels=1]="AerialWithLabels",e[e.Road=2]="Road",e[e.CanvasDark=3]="CanvasDark",e[e.CanvasLight=4]="CanvasLight",e[e.CanvasGray=5]="CanvasGray",e}({}),T=r.markEnum("BingMapsImageryStyle","Aerial,0|AerialWithLabels,1|Road,2|CanvasDark,3|CanvasLight,4|CanvasGray,5"),j=function(){function e(){this._implementation=this.createImplementation(),this._implementation.externalObject=this,this.onImplementationCreated(),this._initializeAdapters&&this._initializeAdapters()}return e.prototype.createImplementation=function(){return new g},Object.defineProperty(e.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),e.prototype.onImplementationCreated=function(){},e.prototype._provideImplementation=function(e){this._implementation=e,this._implementation.externalObject=this,this.onImplementationCreated()},e}(),O=function(){function e(){this._imageTilesReady=null,this._imagesChanged=null,this._cancellingImage=null,this._downloadingImage=null,this._zoneRunner=null,this._implementation=this.createImplementation(),this._implementation.externalObject=this,this.onImplementationCreated(),this._initializeAdapters&&this._initializeAdapters()}return e.prototype.createImplementation=function(){return null},Object.defineProperty(e.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),e._createFromInternal=function(e){if(!e)return null;if(!e.$type)return null;var t="Igx"+e.$type.name+"Component";return r.TypeRegistrar.isRegistered(t)?r.TypeRegistrar.create(t):null},e.prototype.onImplementationCreated=function(){},e.prototype._provideImplementation=function(e){this._implementation=e,this._implementation.externalObject=this,this.onImplementationCreated()},Object.defineProperty(e.prototype,"deferralHandler",{get:function(){return this.i.deferralHandler},set:function(e){this.i.deferralHandler=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"windowRect",{get:function(){return r.fromRect(this.i.windowRect)},set:function(e){this.i.windowRect=r.toRect(e)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"geographicMap",{get:function(){var e=this.i.geographicMap;return null==e?null:e.externalObject},set:function(e){this.i.geographicMap=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"referer",{get:function(){return this.i.referer},set:function(e){this.i.referer=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"isHorizontalWrappingEnabled",{get:function(){return this.i.isHorizontalWrappingEnabled},set:function(e){this.i.isHorizontalWrappingEnabled=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"userAgent",{get:function(){return this.i.userAgent},set:function(e){this.i.userAgent=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"opacity",{get:function(){return this.i.opacity},set:function(e){this.i.opacity=+e},enumerable:!1,configurable:!0}),e.prototype.findByName=function(e){return this.findEphemera&&e&&0==e.indexOf("@@e:")?this.findEphemera(e):this.geographicMap&&this.geographicMap.name&&this.geographicMap.name==e?this.geographicMap:null},e.prototype.clearTileCache=function(){this.i.clearTileCache()},Object.defineProperty(e.prototype,"imageTilesReady",{get:function(){var e=this;return null==this._imageTilesReady&&(this._imageTilesReady=new i.EventEmitter,this.i.imageTilesReady=r.delegateCombine(this.i.imageTilesReady,(function(t,i){e._runInZone((function(){var t=new x;t._provideImplementation(i),e.beforeImageTilesReady&&e.beforeImageTilesReady(e,t),e._imageTilesReady.emit({sender:e,args:t})}))}))),this._imageTilesReady},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"imagesChanged",{get:function(){var e=this;return null==this._imagesChanged&&(this._imagesChanged=new i.EventEmitter,this.i.imagesChanged=r.delegateCombine(this.i.imagesChanged,(function(t,i){var n=new j;n._provideImplementation(i),e.beforeImagesChanged&&e.beforeImagesChanged(e,n),e._imagesChanged.emit({sender:e,args:n})}))),this._imagesChanged},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"cancellingImage",{get:function(){var e=this;return null==this._cancellingImage&&(this._cancellingImage=new i.EventEmitter,this.i.cancellingImage=r.delegateCombine(this.i.cancellingImage,(function(t,i){var n=new r.IgxCancellingMultiScaleImageEventArgs;n._provideImplementation(i),e.beforeCancellingImage&&e.beforeCancellingImage(e,n),e._cancellingImage.emit({sender:e,args:n})}))),this._cancellingImage},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"downloadingImage",{get:function(){var e=this;return null==this._downloadingImage&&(this._downloadingImage=new i.EventEmitter,this.i.downloadingImage=r.delegateCombine(this.i.downloadingImage,(function(t,i){var n=new r.IgxDownloadingMultiScaleImageEventArgs;n._provideImplementation(i),e.beforeDownloadingImage&&e.beforeDownloadingImage(e,n),e._downloadingImage.emit({sender:e,args:n})}))),this._downloadingImage},enumerable:!1,configurable:!0}),e.prototype._runInZone=function(e){null!=this._zoneRunner?this._zoneRunner(e):e()},e}(),$=function(e){function i(t){for(var i=[],n=1;n<arguments.length;n++)i[n-1]=arguments[n];var o=this;switch(t=null==t?0:t){case 0:o=e.call(this,r.String_$type,0)||this;break;case 1:var a=i[0];o=e.call(this,r.String_$type,1,a)||this}return o}return t.__extends(i,e),i.$t=r.markType(i,"SubDomainsCollection",r.ObservableCollection$1.$.specialize(r.String_$type)),i}(r.ObservableCollection$1),R=function(e){function i(t){var i=e.call(this,t)||this;return i.k=t,i}return t.__extends(i,e),i.prototype.m=function(){null==this.k.subDomains&&(this.k.subDomains=new $(0)),this.k.ap.tilePath=this.k.actualTilePath,this.k.ap.subDomains=this.k.actualSubDomains,this.k.ap.cultureName=this.k.cultureName},i.prototype.o=function(){this.k.ap.tilePath=this.k.actualTilePath},i.prototype.l=function(){this.k.ap.cultureName=this.k.cultureName},i.prototype.n=function(){this.k.ap.subDomains=this.k.actualSubDomains},i.$t=r.markType(i,"BingMapsMapImageryView",b.$),i}(b),V=function(e){function i(){var t=e.call(this,new r.BingMapsTileSource(0))||this;return t._pendingBingRequest_=null,t._isInitialized=!1,t.bz=null,t.bq=null,t.b0=null,t.by=null,t.getResponseCompleted=t.getResponseCompleted.bind(t),t.bp.m(),t.actualBingImageryRestUri=i.cc,t}return t.__extends(i,e),i.prototype.ai=function(){return new R(this)},i.prototype.bb=function(t){e.prototype.bb.call(this,t),this.bp=t},Object.defineProperty(i.prototype,"isInitialized",{get:function(){return this._isInitialized},set:function(e){this._isInitialized=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualTilePath",{get:function(){return this.bz},set:function(e){var t=this.bz;this.bz=e,this.cm("ActualTilePath",t,this.bz)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualSubDomains",{get:function(){return this.bq},set:function(e){var t=this.bq;this.bq=e,this.cm("ActualSubDomains",t,this.bq)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"bingImageryRestUri",{get:function(){return this.b0},set:function(e){var t=this.b0;this.b0=e,this.cm("BingImageryRestUri",t,this.b0)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualBingImageryRestUri",{get:function(){return this.by},set:function(e){var t=this.by;this.by=e,this.ba("ActualBingImageryRestUri",t,this.by)},enumerable:!1,configurable:!0}),i.prototype.requestMapSettings=function(){this.co(!0)},i.prototype.co=function(e){this.cl(e)},i.prototype.bw=function(){return null==this.tilePath&&null==this.subDomains},i.prototype.cq=function(){this.isInitialized=!1,this.bv()?this.isDeferredLoad||this.co(!1):this.cp("",null)},i.prototype.bv=function(){return!(r.stringIsNullOrEmpty(this.apiKey)||this.apiKey.length<20)},i.prototype.cj=function(){},i.prototype.cp=function(e,t){e!=this.actualTilePath&&(this.actualTilePath=e);var i=null==t?null:new $(1,t);this.actualSubDomains!=i&&(this.actualSubDomains=i),this.bp.m()},i.prototype.cl=function(e){if(e||!this.isDeferredLoad){if(!this.bv())return this.isInitialized=!1,void this.cp("",null);this.isInitialized=!0;var t=null;if(null!=this.bingImageryRestUri?r.Uri.isWellFormedUriString(this.bingImageryRestUri,1)&&(t=this.bingImageryRestUri):r.Uri.isWellFormedUriString(this.actualBingImageryRestUri,1)&&(t=this.actualBingImageryRestUri),null!=t){var i=this.imageryStyle,n=(t+=r.enumGetBox(T,i))+"?"+("key="+this.apiKey+"&include=ImageryProviders");this._pendingBingRequest_=r.HttpRequestUtil.submit(n,this.getResponseCompleted,null)}else this.cp("",null)}},i.prototype.getResponseCompleted=function(e,t){if(t==this._pendingBingRequest_){this._pendingBingRequest_=null;var i=e,n=JSON.parse(i).resourceSets;if(null!=n){var o=n.length>0?n[0].resources:null;if(null!=o&&0!=o.length){for(var a=o[0].imageUrl,s=new r.List$1(r.String_$type,0),u=0;u<o[0].imageUrlSubdomains.length;u++)s.add(o[0].imageUrlSubdomains[u]);this.cp(a,s)}}}},i.prototype.ci=function(e,t){this.aj.e(),this.cq(),this.cm(i.$$p[4],this.actualSubDomains,this.actualSubDomains)},i.prototype.cm=function(t,n,o){switch(t){case i.$$p[0]:case i.$$p[3]:this.cq();break;case i.$$p[5]:this.cj(),this.actualTilePath=o,this.bp.o(),this.aj.e();break;case i.$$p[1]:this.bp.l(),this.aj.e();break;case i.$$p[2]:this.cq();break;case i.$$p[4]:this.cj();var a=o;if(null!=this.actualSubDomains){var s=this.actualSubDomains;s.collectionChanged=r.delegateRemove(s.collectionChanged,r.runOn(this,this.ci))}this.actualSubDomains=a,null!=this.actualSubDomains&&(a.collectionChanged=r.delegateCombine(a.collectionChanged,r.runOn(this,this.ci))),this.bp.n(),this.aj.e();break;case"ActualTilePath":var u=o;r.stringIsNullOrEmpty(u)&&this.cq();break;case"BingImageryRestUri":this.actualBingImageryRestUri=o,this.cj(),this.cq();break;case"ActualBingImageryRestUri":this.cj(),this.cq()}e.prototype.ba.call(this,t,n,o)},i.$t=r.markType(i,"BingMapsMapImagery",d.$),i.cc="http://dev.virtualearth.net/REST/v1/Imagery/Metadata/",i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"cm",["ApiKey",[2,r.stringEmpty()],"CultureName",[2,"en-US"],"ImageryStyle",[T,r.enumGetBox(T,1)],"IsDeferredLoad",[0,!1],"SubDomains",[$.$,null],"TilePath",[2,null]]),i}(d),A=function(e){function i(){var t=e.call(this)||this;return t._subDomains=null,t._actualSubDomains=null,t}return t.__extends(i,e),i.prototype.createImplementation=function(){return new V},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"isInitialized",{get:function(){return this.i.isInitialized},set:function(e){this.i.isInitialized=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"isDeferredLoad",{get:function(){return this.i.isDeferredLoad},set:function(e){this.i.isDeferredLoad=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tilePath",{get:function(){return this.i.tilePath},set:function(e){this.i.tilePath=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualTilePath",{get:function(){return this.i.actualTilePath},set:function(e){this.i.actualTilePath=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"subDomains",{get:function(){if(null===this._subDomains){var e=new P,t=this.i.subDomains;t||(t=new $(0)),this._subDomains=e._fromInner(t),this.i.subDomains=t}return this._subDomains},set:function(e){null!==this._subDomains&&(this._subDomains._setSyncTarget(null),this._subDomains=null);var t=new P;this._subDomains=t._fromOuter(e);var i=new r.SyncableObservableCollection$1(r.String_$type),n=this.i.subDomains;n||(n=new $(0)),i._inner=n,i.clear(),this._subDomains._setSyncTarget(i),this.i.subDomains=n},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualSubDomains",{get:function(){if(null===this._actualSubDomains){var e=new P,t=this.i.actualSubDomains;t||(t=new $(0)),this._actualSubDomains=e._fromInner(t),this.i.actualSubDomains=t}return this._actualSubDomains},set:function(e){null!==this._actualSubDomains&&(this._actualSubDomains._setSyncTarget(null),this._actualSubDomains=null);var t=new P;this._actualSubDomains=t._fromOuter(e);var i=new r.SyncableObservableCollection$1(r.String_$type),n=this.i.actualSubDomains;n||(n=new $(0)),i._inner=n,i.clear(),this._actualSubDomains._setSyncTarget(i),this.i.actualSubDomains=n},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"bingImageryRestUri",{get:function(){return this.i.bingImageryRestUri},set:function(e){this.i.bingImageryRestUri=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualBingImageryRestUri",{get:function(){return this.i.actualBingImageryRestUri},set:function(e){this.i.actualBingImageryRestUri=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"cultureName",{get:function(){return this.i.cultureName},set:function(e){this.i.cultureName=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"apiKey",{get:function(){return this.i.apiKey},set:function(e){this.i.apiKey=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"imageryStyle",{get:function(){return this.i.imageryStyle},set:function(e){this.i.imageryStyle=r.ensureEnum(T,e)},enumerable:!1,configurable:!0}),i.prototype.requestMapSettings=function(){this.i.requestMapSettings()},i}(O),B=function(){function e(){r.TypeRegistrar.registerCons("IgxBingMapsMapImagery",A),r.TypeRegistrar.register("BingMapsMapImagery",V.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,k],exports:[k]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,k],k]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:B,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,k],exports:[k],entryComponents:[]}]}],ctorParameters:function(){return[]}});var G=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule]]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:G,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule],exports:[],entryComponents:[]}]}]});var F=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),i.prototype.createImplementation=function(){return new I},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tilePath",{get:function(){return this.i.tilePath},set:function(e){this.i.tilePath=e},enumerable:!1,configurable:!0}),i}(O),E=function(){function e(){r.TypeRegistrar.registerCons("IgxOpenStreetMapImagery",F),r.TypeRegistrar.register("OpenStreetMapImagery",I.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,G],exports:[G]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,G],G]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:E,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,G],exports:[G],entryComponents:[]}]}],ctorParameters:function(){return[]}});var N=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule]]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:N,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule],exports:[],entryComponents:[]}]}]});var z=function(e){function n(){var t=e.call(this)||this;return t._getTileImageUri=null,t}return t.__extends(n,e),Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"getTileImageUri",{get:function(){var e=this;return null==this._getTileImageUri&&(this._getTileImageUri=new i.EventEmitter,this.i.getTileImageUri=r.delegateCombine(this.i.getTileImageUri,(function(t,i){var n=new r.IgxGetTileImageUriArgs;n._provideImplementation(i),e.beforeGetTileImageUri&&e.beforeGetTileImageUri(e,n),e._getTileImageUri.emit({sender:e,args:n})}))),this._getTileImageUri},enumerable:!1,configurable:!0}),n}(O),q=function(e){function i(t){var i=e.call(this,t)||this;return i.getTileImageUri=null,t.getTileImageUri=r.delegateCombine(t.getTileImageUri,r.runOn(i,i.bq)),i}return t.__extends(i,e),i.prototype.bq=function(e,t){this.bp(t)},i.prototype.bp=function(e){null!=this.getTileImageUri&&this.getTileImageUri(this,e)},i.$t=r.markType(i,"CustomMapImagery",d.$),i}(d),U=function(){function e(){r.TypeRegistrar.registerCons("IgxCustomMapImagery",z),r.TypeRegistrar.register("CustomMapImagery",q.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,N],exports:[N]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,N],N]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:U,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,N],exports:[N],entryComponents:[]}]}],ctorParameters:function(){return[]}});var L=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule]]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:L,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule],exports:[],entryComponents:[]}]}]});var H=function(e){function i(){var t=e.call(this,new r.ArcGISOnlineTileSource)||this;return t.bp=0,t.bu=null,t.bt=null,t._pendingTokenRequest_=null,t._pendingMapServerRequest_=null,t.bt="localhost",t.bu="https://www.arcgis.com/sharing/",t.bp=60,t.userToken=null,t.getResponseCompleted_MapServerResponse=t.getResponseCompleted_MapServerResponse.bind(t),t.getResponseCompleted_TokenResponse=t.getResponseCompleted_TokenResponse.bind(t),t}return t.__extends(i,e),Object.defineProperty(i.prototype,"mapServerUri",{get:function(){return this.c(i.mapServerUriProperty)},set:function(e){this.h(i.mapServerUriProperty,e)},enumerable:!1,configurable:!0}),i.cd=function(e,t){e.cf("MapServerUri",t.oldValue,t.newValue)},Object.defineProperty(i.prototype,"userName",{get:function(){return this.c(i.userNameProperty)},set:function(e){this.h(i.userNameProperty,e)},enumerable:!1,configurable:!0}),i.cg=function(e,t){e.cf("UserName",t.oldValue,t.newValue)},Object.defineProperty(i.prototype,"password",{get:function(){return this.c(i.passwordProperty)},set:function(e){this.h(i.passwordProperty,e)},enumerable:!1,configurable:!0}),i.ce=function(e,t){e.cf("Password",t.oldValue,t.newValue)},Object.defineProperty(i.prototype,"userToken",{get:function(){return this.c(i.userTokenProperty)},set:function(e){this.h(i.userTokenProperty,e)},enumerable:!1,configurable:!0}),i.ch=function(e,t){e.cf("UserToken",t.oldValue,t.newValue)},Object.defineProperty(i.prototype,"isMapPublic",{get:function(){return this.c(i.isMapPublicProperty)},set:function(e){this.h(i.isMapPublicProperty,e)},enumerable:!1,configurable:!0}),i.cc=function(e,t){e.cf("IsMapPublic",t.oldValue,t.newValue)},Object.defineProperty(i.prototype,"defaultTokenTimeout",{get:function(){return this.bp},set:function(e){this.bp=e,this.b8(!0)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tokenGenerationEndPoint",{get:function(){return this.bu},set:function(e){this.bu=e,this.b8(!0)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"refererUri",{get:function(){return this.bt},set:function(e){this.bt=e,this.b8(!0)},enumerable:!1,configurable:!0}),i.prototype.acquireNewToken=function(){this.b8(!0)},i.prototype.b9=function(e){e()},i.prototype.b8=function(e){if(r.stringIsNullOrEmpty(this.userToken)&&0==e)this.ci();else{var t=this.tokenGenerationEndPoint;if(r.stringIsNullOrEmpty(t))this.userToken="";else if("/"!=t.substr(t.length-1,1)&&(t+="/"),r.stringIsNullOrEmpty(this.refererUri))this.userToken="";else{var n=this.defaultTokenTimeout;if(n<1&&(n=1),t+=r.stringFormat1(i.bv,this.userName,this.password,this.refererUri,n),r.Uri.isWellFormedUriString(t,1)){var o=t;this._pendingTokenRequest_=r.HttpRequestUtil.submit(o,this.getResponseCompleted_TokenResponse,null)}else this.userToken=""}}},i.prototype.ci=function(){if(!r.stringIsNullOrEmpty(this.mapServerUri)){var e=this.mapServerUri;if("/"==e.substr(e.length-1,1)&&r.stringRemove(e,e.length-1,1),this.isMapPublic)e=r.stringFormat("{0}?f=json",e);else{if(r.stringIsNullOrEmpty(this.userToken))return;e=r.stringFormat("{0}?f=json&token={1}",e,this.userToken)}if(r.Uri.isWellFormedUriString(e,1)){var t=e;this._pendingMapServerRequest_=r.HttpRequestUtil.submit(t,this.getResponseCompleted_MapServerResponse,null)}}},i.prototype.getResponseCompleted_TokenResponse=function(e,t){if(t==this._pendingTokenRequest_){this._pendingTokenRequest_=null;var i=e,n=JSON.parse(i);if(null!=n){var r="";null!=n.token&&(r=n.token),this.userToken=r}}},i.prototype.getResponseCompleted_MapServerResponse=function(e,t){if(t==this._pendingMapServerRequest_){this._pendingMapServerRequest_=null;var i=e,n=JSON.parse(i);null!=n&&null!=n.tileInfo&&(this.ap.levelOfDetail=n.tileInfo.lods.length)}},i.prototype.cf=function(t,i,n){var o=this,a=r.typeCast(r.ArcGISOnlineTileSource.$,this.ap);switch(t){case"MapServerUri":null!=a&&(a.mapServerUri=r.typeCast(r.String_$type,n)),this.ci();break;case"UserName":case"Password":if(r.stringIsNullOrEmpty(this.userName)||r.stringIsNullOrEmpty(this.password))return;this.b8(!0);break;case"UserToken":this.b9((function(){return a.userToken=o.userToken})),this.ci();break;case"IsMapPublic":a.isMapPublic=this.isMapPublic}e.prototype.ba.call(this,t,i,n)},i.$t=r.markType(i,"ArcGISOnlineMapImagery",d.$),i.bv="generateToken?username={0}&password={1}&client=referer&referer={2}&expiration={3}&f=pjson",i.mapServerUriProperty=r.DependencyProperty.i("MapServerUri",r.String_$type,i.$,new r.PropertyMetadata(2,null,i.cd)),i.userNameProperty=r.DependencyProperty.i("UserName",r.String_$type,i.$,new r.PropertyMetadata(2,null,i.cg)),i.passwordProperty=r.DependencyProperty.i("Password",r.String_$type,i.$,new r.PropertyMetadata(2,null,i.ce)),i.userTokenProperty=r.DependencyProperty.i("UserToken",r.String_$type,i.$,new r.PropertyMetadata(2,null,i.ch)),i.isMapPublicProperty=r.DependencyProperty.i("IsMapPublic",r.Boolean_$type,i.$,new r.PropertyMetadata(2,!0,i.cc)),i}(d),W=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),i.prototype.createImplementation=function(){return new H},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"mapServerUri",{get:function(){return this.i.mapServerUri},set:function(e){this.i.mapServerUri=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"userName",{get:function(){return this.i.userName},set:function(e){this.i.userName=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"password",{get:function(){return this.i.password},set:function(e){this.i.password=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"userToken",{get:function(){return this.i.userToken},set:function(e){this.i.userToken=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"isMapPublic",{get:function(){return this.i.isMapPublic},set:function(e){this.i.isMapPublic=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"defaultTokenTimeout",{get:function(){return this.i.defaultTokenTimeout},set:function(e){this.i.defaultTokenTimeout=+e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tokenGenerationEndPoint",{get:function(){return this.i.tokenGenerationEndPoint},set:function(e){this.i.tokenGenerationEndPoint=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"refererUri",{get:function(){return this.i.refererUri},set:function(e){this.i.refererUri=e},enumerable:!1,configurable:!0}),i.prototype.acquireNewToken=function(){this.i.acquireNewToken()},i}(O),Z=function(){function e(){r.TypeRegistrar.registerCons("IgxArcGISOnlineMapImagery",W),r.TypeRegistrar.register("ArcGISOnlineMapImagery",H.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,L],exports:[L]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,L],L]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Z,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,L],exports:[L],entryComponents:[]}]}],ctorParameters:function(){return[]}});var X=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,declarations:[_],imports:[o.CommonModule,k,G,N,L],exports:[k,G,N,L,_]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,k,G,N,L],k,G,N,L]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:X,decorators:[{type:i.NgModule,args:[{declarations:[_],exports:[k,G,N,L,_],imports:[o.CommonModule,k,G,N,L],entryComponents:[]}]}],ctorParameters:function(){return[]}});var Y=function(){function e(){r.TypeRegistrar.registerCons("IgxGeographicMapComponent",_)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,B,E,U,Z,X],exports:[B,E,U,Z,X]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,B,E,U,Z,X],B,E,U,Z,X]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Y,decorators:[{type:i.NgModule,args:[{declarations:[],exports:[B,E,U,Z,X],imports:[o.CommonModule,B,E,U,Z,X],entryComponents:[_]}]}],ctorParameters:function(){return[]}});var K=function(e){function n(){return e.call(this)||this}return t.__extends(n,e),Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"isGeographic",{get:function(){return this.i.er},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"hasMarkers",{get:function(){return this.i.hasMarkers},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"visibleFromScale",{get:function(){return this.i.t7},set:function(e){this.i.t7=+e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"coercionMethods",{get:function(){return this.i.coercionMethods},set:function(e){this.i.coercionMethods=e},enumerable:!1,configurable:!0}),n.prototype.notifyIndexedPropertiesChanged=function(){this.i.oh()},n.prototype.getItemValue=function(e,t){return this.i.jv(e,t)},n.prototype.getItem=function(e){return this.i.js(r.toPoint(e))},n.prototype.getPreviousOrExactIndex=function(e,t){return this.i.jg(r.toPoint(e),t)},n.prototype.getNextOrExactIndex=function(e,t){return this.i.je(r.toPoint(e),t)},n.prototype.getSeriesValue=function(e,t,i){return this.i.ia(r.toPoint(e),t,i)},n.prototype.getSeriesValuePosition=function(e,t,i){var n=this.i.tj(r.toPoint(e),t,i);return r.fromPoint(n)},n.prototype.getSeriesValueBoundingBox=function(e){var t=this.i.tu(r.toPoint(e));return r.fromRect(t)},n.prototype.getSeriesValueMarkerBoundingBox=function(e){var t=this.i.tw(r.toPoint(e));return r.fromRect(t)},n.prototype.getSeriesHighValue=function(e,t,i){return this.i.h6(r.toPoint(e),t,i)},n.prototype.getSeriesHighValuePosition=function(e,t,i){var n=this.i.tf(r.toPoint(e),t,i);return r.fromPoint(n)},n.prototype.getSeriesLowValue=function(e,t,i){return this.i.h8(r.toPoint(e),t,i)},n.prototype.getSeriesLowValuePosition=function(e,t,i){var n=this.i.th(r.toPoint(e),t,i);return r.fromPoint(n)},n.prototype.getSeriesValuePositionFromSeriesPixel=function(e,t,i){var n=this.i.tk(r.toPoint(e),t,i);return r.fromPoint(n)},n.prototype.getSeriesValueFromSeriesPixel=function(e,t,i){return this.i.ib(r.toPoint(e),t,i)},n.prototype.getItemSpan=function(){return this.i.h1()},n.prototype.renderSeries=function(e){this.i.pr(e)},n.prototype.styleUpdated=function(){this.i.qa()},n.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:n,deps:[],target:i["ɵɵFactoryTarget"].Component}),n.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:n,selector:"ng-component",inputs:{visibleFromScale:"visibleFromScale",coercionMethods:"coercionMethods"},usesInheritance:!0,ngImport:i,template:"",isInline:!0}),n}(n.IgxSeriesComponent);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:K,decorators:[{type:i.Component,args:[{template:""}]}],ctorParameters:function(){return[]},propDecorators:{visibleFromScale:[{type:i.Input}],coercionMethods:[{type:i.Input}]}});var J=function(e){function o(){var t=e.call(this)||this;return t._currData=null,t._sub=null,t._assigningShapeStyle=null,t._assigningShapeMarkerStyle=null,t}return t.__extends(o,e),Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeDataSource",{get:function(){return this._shapeDataSource},set:function(e){this._shapeDataSource=e,this.updateShapeDataSource()},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"databaseSource",{get:function(){return this._databaseSource},set:function(e){this._databaseSource=e,this.updateShapeDataSource()},enumerable:!1,configurable:!0}),o.prototype.onUpdateDataSource=function(e){var t=this;return e&&e.getPointData?(this._currData=e,null!=this._sub&&this._sub(),e.count>0?e.getPointData():(this._sub=e.importCompleted.subscribe((function(i,n){t._currData==e&&(null!=t._sub&&(t._sub(),t._sub),t.i.itemsSource=e.getPointData())})),null)):e},o.prototype.updateShapeDataSource=function(){null==this._cachedShapeDataSource&&(this._cachedShapeDataSource=new r.IgxShapeDataSource,this.onShapeDataSourceImportCompleted=this.onShapeDataSourceImportCompleted.bind(this),this._cachedShapeDataSource.importCompleted.subscribe(this.onShapeDataSourceImportCompleted)),this._cachedShapeDataSource.shapefileSource=this._shapeDataSource,this._cachedShapeDataSource.databaseSource=this._databaseSource,this._shapeDataSource&&this._databaseSource&&this._cachedShapeDataSource.dataBind()},o.prototype.onShapeDataSourceImportCompleted=function(e){this.dataSource=this._cachedShapeDataSource.getPointData()},Object.defineProperty(o.prototype,"shapeMemberPath",{get:function(){return this.i.uy},set:function(e){this.i.uy=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomShapeStyleAllowed",{get:function(){return this.i.un},set:function(e){this.i.un=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomShapeMarkerStyleAllowed",{get:function(){return this.i.um},set:function(e){this.i.um=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchMode",{get:function(){return this.i.uf},set:function(e){this.i.uf=r.ensureEnum(n.ShapeItemSearchMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchThreshold",{get:function(){return this.i.uq},set:function(e){this.i.uq=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchPointsThreshold",{get:function(){return this.i.up},set:function(e){this.i.up=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapefileDataSource",{get:function(){var e=this.i.ui;if(null==e)return null;if(!e.externalObject){var t=new r.IgxShapeDataSource;e.$type?t._implementation=e:t.i.setNativeElement&&t.i.setNativeElement(e),e.externalObject=t}return e.externalObject},set:function(e){this.i.ui=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeFilterResolution",{get:function(){return this.i.uo},set:function(e){this.i.uo=+e},enumerable:!1,configurable:!0}),o.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.shapefileDataSource&&this.shapefileDataSource.name&&this.shapefileDataSource.name==t?this.shapefileDataSource:null)},Object.defineProperty(o.prototype,"assigningShapeStyle",{get:function(){var e=this;return null==this._assigningShapeStyle&&(this._assigningShapeStyle=new i.EventEmitter,this.i.assigningShapeStyle=r.delegateCombine(this.i.assigningShapeStyle,(function(t,i){var r=new n.IgxAssigningShapeStyleEventArgs;r._provideImplementation(i),e.beforeAssigningShapeStyle&&e.beforeAssigningShapeStyle(e,r),e._assigningShapeStyle.emit({sender:e,args:r})}))),this._assigningShapeStyle},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"assigningShapeMarkerStyle",{get:function(){var e=this;return null==this._assigningShapeMarkerStyle&&(this._assigningShapeMarkerStyle=new i.EventEmitter,this.i.assigningShapeMarkerStyle=r.delegateCombine(this.i.assigningShapeMarkerStyle,(function(t,i){var r=new n.IgxAssigningShapeMarkerStyleEventArgs;r._provideImplementation(i),e.beforeAssigningShapeMarkerStyle&&e.beforeAssigningShapeMarkerStyle(e,r),e._assigningShapeMarkerStyle.emit({sender:e,args:r})}))),this._assigningShapeMarkerStyle},enumerable:!1,configurable:!0}),o.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:o,deps:[],target:i["ɵɵFactoryTarget"].Component}),o.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"ng-component",inputs:{shapeDataSource:"shapeDataSource",databaseSource:"databaseSource",shapeMemberPath:"shapeMemberPath",isCustomShapeStyleAllowed:"isCustomShapeStyleAllowed",isCustomShapeMarkerStyleAllowed:"isCustomShapeMarkerStyleAllowed",itemSearchMode:"itemSearchMode",itemSearchThreshold:"itemSearchThreshold",itemSearchPointsThreshold:"itemSearchPointsThreshold",shapefileDataSource:"shapefileDataSource",shapeFilterResolution:"shapeFilterResolution"},outputs:{assigningShapeStyle:"assigningShapeStyle",assigningShapeMarkerStyle:"assigningShapeMarkerStyle"},usesInheritance:!0,ngImport:i,template:"",isInline:!0}),o}(K);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:J,decorators:[{type:i.Component,args:[{template:""}]}],ctorParameters:function(){return[]},propDecorators:{shapeDataSource:[{type:i.Input}],databaseSource:[{type:i.Input}],shapeMemberPath:[{type:i.Input}],isCustomShapeStyleAllowed:[{type:i.Input}],isCustomShapeMarkerStyleAllowed:[{type:i.Input}],itemSearchMode:[{type:i.Input}],itemSearchThreshold:[{type:i.Input}],itemSearchPointsThreshold:[{type:i.Input}],shapefileDataSource:[{type:i.Input}],shapeFilterResolution:[{type:i.Input}],assigningShapeStyle:[{type:i.Output}],assigningShapeMarkerStyle:[{type:i.Output}]}});var Q=function(e){function i(){var t=null!==e&&e.apply(this,arguments)||this;return t.ul=!1,t.uk=!1,t.assigningShapeStyle=null,t.assigningShapeMarkerStyle=null,t.uh=null,t.uj=!1,t}return t.__extends(i,e),i.prototype.cd=function(){return new ee(this)},i.prototype.o2=function(t){e.prototype.o2.call(this,t),this.ug=t},i.prototype.get_et=function(){return!0},i.prototype.get_dv=function(){return!0},i.prototype.pa=function(t,n,o,a){switch(e.prototype.pa.call(this,t,n,o,a),n){case"SeriesViewer":this.ug.ci();break;case"ShapeMemberPath":this.ug.ck();break;case i.$$p[5]:this.ug.cj();break;case i.$$p[1]:if(this.t5.u4=this.un,this.ul=this.un,this.un){var s=this.t5;s.assigningShapeStyle=r.delegateCombine(s.assigningShapeStyle,r.runOn(this,this.u1))}else{var u=this.t5;u.assigningShapeStyle=r.delegateRemove(u.assigningShapeStyle,r.runOn(this,this.u1))}break;case i.$$p[0]:if(this.t5.u3=this.um,this.uk=this.um,this.un){var l=this.t5;l.assigningShapeMarkerStyle=r.delegateCombine(l.assigningShapeMarkerStyle,r.runOn(this,this.u0))}else{var c=this.t5;c.assigningShapeMarkerStyle=r.delegateRemove(c.assigningShapeMarkerStyle,r.runOn(this,this.u0))}break;case i.$$p[2]:this.t5.ul=this.uf;break;case i.$$p[3]:this.t5.vl=this.up;break;case i.$$p[4]:this.t5.vm=this.uq;break;case"ShapefileDataSource":if(null!=o){var p=o;this.uj&&(p.importCompleted=r.delegateRemove(p.importCompleted,r.runOn(this,this.u2)))}if(null!=a){var h=a;if(h.count>0){this.u3();break}this.uj=!0,h.importCompleted=r.delegateCombine(h.importCompleted,r.runOn(this,this.u2))}}},i.prototype.u1=function(e,t){null!=this.assigningShapeStyle&&this.assigningShapeStyle(this,t)},i.prototype.u0=function(e,t){null!=this.assigningShapeMarkerStyle&&this.assigningShapeMarkerStyle(this,t)},i.prototype.u2=function(e,t){this.u3()},i.prototype.u3=function(){var e=this.ui.externalObject;this.itemsSource=e.getPointData()},Object.defineProperty(i.prototype,"ui",{get:function(){return this.uh},set:function(e){var t=this.uh;this.uh=e,t!=this.uh&&this.raisePropertyChanged("ShapefileDataSource",t,this.uh)},enumerable:!1,configurable:!0}),i.prototype.get_gg=function(){return!0},i.prototype.set_gg=function(t){e.prototype.set_gg.call(this,t)},i.$t=r.markType(i,"GeographicShapeSeriesBase",y.$),i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"raisePropertyChanged",["IsCustomShapeMarkerStyleAllowed:um:u4",[0,!1],"IsCustomShapeStyleAllowed:un:u5",[0,!1],"ItemSearchMode:uf:u6",[n.ShapeItemSearchMode_$type,r.enumGetBox(n.ShapeItemSearchMode_$type,0)],"ItemSearchPointsThreshold:up:u7",[1,1e4],"ItemSearchThreshold:uq:u8",[1,1e4],"ShapeFilterResolution:uo:u9",[1,2],"ShapeMemberPath:uy:va",[2,"points"]]),i}(y),ee=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.prototype.b5=function(){e.prototype.b5.call(this),this.ch.t5.vy=this.ch.uy},i.prototype.ci=function(){var e=this.ch.t5;if(null==this.ch.cv)return e.uf=null,void(e.uh=null);e.uf=this.ch.cv.ue,e.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=r.markType(i,"GeographicShapeSeriesBaseView",m.$),i}(m),te=function(e){function i(t){var i=e.call(this,t)||this;return i.cl=null,i.cl=t,i.q||(i.cl.uy="points"),i}return t.__extends(i,e),i.prototype.au=function(){e.prototype.au.call(this),this.q||(this.cl.wi=n.Defaults.aj,this.cl.iv=n.Defaults.p,this.cl.vh=n.Defaults.o,this.cl.ve=n.Defaults.d,this.cl.vc=n.Defaults.a)},i.prototype.b5=function(){e.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},i.prototype.cq=function(){this.cl.t5.xv=this.cl.v0},i.prototype.cs=function(){this.cl.t5.xc=this.cl.vh},i.prototype.cn=function(){this.cl.t5.wv=this.cl.vb},i.prototype.cr=function(){this.cl.t5.w4=this.cl.ve},i.prototype.cm=function(){this.cl.t5.yc=this.cl.wh},i.prototype.co=function(){this.cl.t5.yd=this.cl.wi},i.prototype.cp=function(){this.cl.t5.yf=this.cl.wj},i.prototype.ct=function(){this.cl.t5.w9=this.cl.vf},i.prototype.cu=function(){this.cl.t5.yg=this.cl.wk},i.$t=r.markType(i,"GeographicShapeSeriesView",ee.$),i}(ee),ie=function(e){function i(){var t=e.call(this)||this;return t.styleShape=null,t.ab=i.$,t}return t.__extends(i,e),i.prototype.bc=function(){return new i},i.prototype.get_e4=function(){return!0},i.prototype.cd=function(){return new te(this)},i.prototype.o2=function(t){e.prototype.o2.call(this,t),this.vg=t},i.prototype.t4=function(){var e=new n.ScatterPolygonSeries;return e.styleShape=r.delegateCombine(e.styleShape,r.runOn(this,this.vx)),e.propertyUpdated=r.delegateCombine(e.propertyUpdated,r.runOn(this,this.vy)),e},i.prototype.vx=function(e,t){null!=this.styleShape&&this.styleShape(this,t)},i.prototype.vy=function(e,t){r.typeCast(n.ScatterPolygonSeries.$,this.t5)},i.prototype.ht=function(){return this.vh},i.prototype.s1=function(){return this.wf},i.prototype.s2=function(){return this.wg},i.prototype.qx=function(){return this.vz},i.prototype.ky=function(){var e=r.typeCast(n.ScatterPolygonSeries.$,this.t5);return null==e?"Unknown":e.ky()},i.prototype.pa=function(t,n,r,o){switch(e.prototype.pa.call(this,t,n,r,o),n){case i.$$p[6]:this.t5.w2=this.vd;break;case i.$$p[5]:this.t5.wy=this.vc;break;case i.$$p[9]:this.vg.cq();break;case i.$$p[10]:this.vg.cs();break;case i.$$p[4]:this.vg.cn();break;case i.$$p[11]:this.vg.cr();break;case i.$$p[3]:this.vg.cm();break;case i.$$p[7]:this.vg.co();break;case i.$$p[8]:this.vg.cp();break;case i.$$p[13]:this.vg.ct();break;case i.$$p[12]:this.vg.cu()}},i.prototype.ir=function(){return.7},i.$t=r.markType(i,"GeographicShapeSeries",Q.$),i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"raisePropertyChanged",["ActualMarkerBrush:wf:v1",[r.Brush.$],"ActualMarkerOutline:wg:v2",[r.Brush.$],"ActualMarkerTemplate:vz:v3",[r.DataTemplate.$,null],"MarkerBrush:wh:v4",[r.Brush.$],"MarkerCollisionAvoidance:vb:v5",[n.CollisionAvoidanceType_$type,r.enumGetBox(n.CollisionAvoidanceType_$type,0)],"MarkerFillMode:vc:v6",[n.MarkerFillMode_$type,r.enumGetBox(n.MarkerFillMode_$type,0)],"MarkerOutlineMode:vd:v7",[n.MarkerOutlineMode_$type,r.enumGetBox(n.MarkerOutlineMode_$type,0)],"MarkerOutline:wi:v8",[r.Brush.$],"MarkerStyle:wj:v9",[r.Style.$],"MarkerTemplate:v0:wa",[r.DataTemplate.$,null],"MarkerThickness:vh:wb",[1,r.DeviceUtils.g(2)],"MarkerType:ve:wc",[n.MarkerType_$type,r.enumGetBox(n.MarkerType_$type,2)],"ShapeStyle:wk:wd",[r.Style.$,null],"ShapeStyleSelector:vf:we",[n.StyleSelector.$,null]]),i}(Q),ne=function(e){function o(){var t=e.call(this)||this;return t._styleShape=null,t}return t.__extends(o,e),o.prototype.createImplementation=function(){return new ie},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isPolygon",{get:function(){return this.i.e4},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeFill",{get:function(){return this.i.wk?this.i.wk.fill:null},set:function(e){this.ensureShapeStyle(),this.i.wk.fill=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeStroke",{get:function(){return this.i.wk?this.i.wk.stroke:null},set:function(e){this.ensureShapeStyle(),this.i.wk.stroke=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeStrokeThickness",{get:function(){return this.i.wk?this.i.wk.strokeThickness:NaN},set:function(e){this.ensureShapeStyle(),this.i.wk.strokeThickness=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeOpacity",{get:function(){return this.i.wk?this.i.wk.opacity:NaN},set:function(e){this.ensureShapeStyle(),this.i.wk.opacity=+e},enumerable:!1,configurable:!0}),o.prototype.ensureShapeStyle=function(){this.i.wk||(this.i.wk=new r.Style)},Object.defineProperty(o.prototype,"markerType",{get:function(){return this.i.ve},set:function(e){this.i.ve=r.ensureEnum(n.MarkerType_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutlineMode",{get:function(){return this.i.vd},set:function(e){this.i.vd=r.ensureEnum(n.MarkerOutlineMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerFillMode",{get:function(){return this.i.vc},set:function(e){this.i.vc=r.ensureEnum(n.MarkerFillMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerTemplate",{get:function(){return this.i.v0},set:function(e){this.i.v0=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerBrush",{get:function(){return r.brushToString(this.i.wh)},set:function(e){this.i.wh=r.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutline",{get:function(){return r.brushToString(this.i.wi)},set:function(e){this.i.wi=r.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerThickness",{get:function(){return this.i.vh},set:function(e){this.i.vh=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerCollisionAvoidance",{get:function(){return this.i.vb},set:function(e){this.i.vb=r.ensureEnum(n.CollisionAvoidanceType_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerTemplate",{get:function(){return this.i.vz},set:function(e){this.i.vz=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerBrush",{get:function(){return r.brushToString(this.i.wf)},set:function(e){this.i.wf=r.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerOutline",{get:function(){return r.brushToString(this.i.wg)},set:function(e){this.i.wg=r.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"styleShape",{get:function(){var e=this;return null==this._styleShape&&(this._styleShape=new i.EventEmitter,this.i.styleShape=r.delegateCombine(this.i.styleShape,(function(t,i){e._runInZone((function(){var t=new n.IgxStyleShapeEventArgs;t._provideImplementation(i),e.beforeStyleShape&&e.beforeStyleShape(e,t),e._styleShape.emit({sender:e,args:t})}))}))),this._styleShape},enumerable:!1,configurable:!0}),o.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:o,deps:[],target:i["ɵɵFactoryTarget"].Component}),o.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"igx-geographic-shape-series",inputs:{shapeFill:"shapeFill",shapeStroke:"shapeStroke",shapeStrokeThickness:"shapeStrokeThickness",shapeOpacity:"shapeOpacity",markerType:"markerType",markerOutlineMode:"markerOutlineMode",markerFillMode:"markerFillMode",markerTemplate:"markerTemplate",markerBrush:"markerBrush",markerOutline:"markerOutline",markerThickness:"markerThickness",markerCollisionAvoidance:"markerCollisionAvoidance",actualMarkerTemplate:"actualMarkerTemplate",actualMarkerBrush:"actualMarkerBrush",actualMarkerOutline:"actualMarkerOutline"},outputs:{styleShape:"styleShape"},providers:[{provide:J,useExisting:i.forwardRef((function(){return o}))},{provide:K,useExisting:i.forwardRef((function(){return o}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:i,template:"",isInline:!0,changeDetection:i.ChangeDetectionStrategy.OnPush}),o}(J);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:ne,decorators:[{type:i.Component,args:[{selector:"igx-geographic-shape-series",template:"",providers:[{provide:J,useExisting:i.forwardRef((function(){return ne}))},{provide:K,useExisting:i.forwardRef((function(){return ne}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return ne}))}],changeDetection:i.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{shapeFill:[{type:i.Input}],shapeStroke:[{type:i.Input}],shapeStrokeThickness:[{type:i.Input}],shapeOpacity:[{type:i.Input}],markerType:[{type:i.Input}],markerOutlineMode:[{type:i.Input}],markerFillMode:[{type:i.Input}],markerTemplate:[{type:i.Input}],markerBrush:[{type:i.Input}],markerOutline:[{type:i.Input}],markerThickness:[{type:i.Input}],markerCollisionAvoidance:[{type:i.Input}],actualMarkerTemplate:[{type:i.Input}],actualMarkerBrush:[{type:i.Input}],actualMarkerOutline:[{type:i.Input}],styleShape:[{type:i.Output}]}});var re=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,declarations:[ne],imports:[o.CommonModule,n.IgxScatterPolygonSeriesDynamicModule],exports:[ne,n.IgxScatterPolygonSeriesDynamicModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,n.IgxScatterPolygonSeriesDynamicModule],n.IgxScatterPolygonSeriesDynamicModule]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:re,decorators:[{type:i.NgModule,args:[{declarations:[ne],imports:[o.CommonModule,n.IgxScatterPolygonSeriesDynamicModule],exports:[ne,n.IgxScatterPolygonSeriesDynamicModule],entryComponents:[]}]}]});var oe=function(){function e(){r.TypeRegistrar.registerCons("IgxGeographicShapeSeriesComponent",ne),r.TypeRegistrar.register("GeographicShapeSeries",ie.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,re],exports:[re]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,re],re]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:oe,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,re],exports:[re],entryComponents:[ne]}]}],ctorParameters:function(){return[]}});var ae=function(e){function i(t){var i=e.call(this,t)||this;return i.cl=null,i.cl=t,i}return t.__extends(i,e),i.prototype.au=function(){e.prototype.au.call(this),this.q||(this.cl.iv=n.Defaults.n)},i.prototype.b5=function(){e.prototype.b5.call(this),this.cl.t5.wv=this.cl.vb,this.cl.t5.w0=this.cl.vj},i.prototype.cm=function(){this.cl.t5.wv=this.cl.vb},i.prototype.cn=function(){this.cl.t5.w0=this.cl.vj},i.$t=r.markType(i,"GeographicPolylineSeriesView",ee.$),i}(ee),se=function(e){function i(){var t=e.call(this)||this;return t.styleShape=null,t.ab=i.$,t}return t.__extends(i,e),i.prototype.bc=function(){return new i},i.prototype.get_e5=function(){return!0},i.prototype.cd=function(){return new ae(this)},i.prototype.o2=function(t){e.prototype.o2.call(this,t),this.vc=t},i.prototype.t4=function(){var e=new n.ScatterPolylineSeries;return e.styleShape=r.delegateCombine(e.styleShape,r.runOn(this,this.vg)),e},i.prototype.vg=function(e,t){null!=this.styleShape&&this.styleShape(this,t)},i.prototype.pa=function(t,n,r,o){switch(e.prototype.pa.call(this,t,n,r,o),n){case i.$$p[1]:this.vc.cm();break;case i.$$p[0]:this.vc.cn()}},i.$t=r.markType(i,"GeographicPolylineSeries",Q.$),i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"raisePropertyChanged",["ShapeStyle:vj:vh",[r.Style.$,null],"ShapeStyleSelector:vb:vi",[n.StyleSelector.$,null]]),i}(Q),ue=function(e){function o(){var t=e.call(this)||this;return t._styleShape=null,t}return t.__extends(o,e),o.prototype.createImplementation=function(){return new se},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isPolyline",{get:function(){return this.i.e5},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeFill",{get:function(){return this.i.vj?this.i.vj.fill:null},set:function(e){this.ensureShapeStyle(),this.i.vj.fill=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeStroke",{get:function(){return this.i.vj?this.i.vj.stroke:null},set:function(e){this.ensureShapeStyle(),this.i.vj.stroke=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeStrokeThickness",{get:function(){return this.i.vj?this.i.vj.strokeThickness:NaN},set:function(e){this.ensureShapeStyle(),this.i.vj.strokeThickness=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeOpacity",{get:function(){return this.i.vj?this.i.vj.opacity:NaN},set:function(e){this.ensureShapeStyle(),this.i.vj.opacity=+e},enumerable:!1,configurable:!0}),o.prototype.ensureShapeStyle=function(){this.i.vj||(this.i.vj=new r.Style)},Object.defineProperty(o.prototype,"styleShape",{get:function(){var e=this;return null==this._styleShape&&(this._styleShape=new i.EventEmitter,this.i.styleShape=r.delegateCombine(this.i.styleShape,(function(t,i){e._runInZone((function(){var t=new n.IgxStyleShapeEventArgs;t._provideImplementation(i),e.beforeStyleShape&&e.beforeStyleShape(e,t),e._styleShape.emit({sender:e,args:t})}))}))),this._styleShape},enumerable:!1,configurable:!0}),o.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:o,deps:[],target:i["ɵɵFactoryTarget"].Component}),o.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"igx-geographic-polyline-series",inputs:{shapeFill:"shapeFill",shapeStroke:"shapeStroke",shapeStrokeThickness:"shapeStrokeThickness",shapeOpacity:"shapeOpacity"},outputs:{styleShape:"styleShape"},providers:[{provide:J,useExisting:i.forwardRef((function(){return o}))},{provide:K,useExisting:i.forwardRef((function(){return o}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:i,template:"",isInline:!0,changeDetection:i.ChangeDetectionStrategy.OnPush}),o}(J);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:ue,decorators:[{type:i.Component,args:[{selector:"igx-geographic-polyline-series",template:"",providers:[{provide:J,useExisting:i.forwardRef((function(){return ue}))},{provide:K,useExisting:i.forwardRef((function(){return ue}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return ue}))}],changeDetection:i.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{shapeFill:[{type:i.Input}],shapeStroke:[{type:i.Input}],shapeStrokeThickness:[{type:i.Input}],shapeOpacity:[{type:i.Input}],styleShape:[{type:i.Output}]}});var le=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,declarations:[ue],imports:[o.CommonModule,n.IgxScatterPolylineSeriesDynamicModule],exports:[ue,n.IgxScatterPolylineSeriesDynamicModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,n.IgxScatterPolylineSeriesDynamicModule],n.IgxScatterPolylineSeriesDynamicModule]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:le,decorators:[{type:i.NgModule,args:[{declarations:[ue],imports:[o.CommonModule,n.IgxScatterPolylineSeriesDynamicModule],exports:[ue,n.IgxScatterPolylineSeriesDynamicModule],entryComponents:[]}]}]});var ce=function(){function e(){r.TypeRegistrar.registerCons("IgxGeographicPolylineSeriesComponent",ue),r.TypeRegistrar.register("GeographicPolylineSeries",se.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,le],exports:[le]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,le],le]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:ce,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,le],exports:[le],entryComponents:[ue]}]}],ctorParameters:function(){return[]}});var pe=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule]]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:pe,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule],exports:[],entryComponents:[]}]}]});var he=function(e){function i(){var t=e.call(this,new r.TileGeneratorTileSource)||this;return t.downloadingImage=r.delegateCombine(t.downloadingImage,r.runOn(t,t.br)),t.cancellingImage=r.delegateCombine(t.cancellingImage,r.runOn(t,t.bq)),t}return t.__extends(i,e),i.prototype.bq=function(e,t){var i=t.uri.toString().split("/"),n=parseInt(r.stringReplace(i[3],"/","")),o=parseInt(r.stringReplace(i[4],"/","")),a=parseInt(r.stringReplace(r.stringReplace(i[5],"/",""),".png",""));null!=this.tileGenerator&&this.tileGenerator.cancelTile(n,o,a)},i.prototype.br=function(e,t){var i=this,n=t.uri.toString().split("/"),o=parseInt(r.stringReplace(n[3],"/","")),a=parseInt(r.stringReplace(n[4],"/","")),s=parseInt(r.stringReplace(r.stringReplace(n[5],"/",""),".png",""));t.uri=null;var u=t.image;null!=this.tileGenerator&&this.tileGenerator.getTile(o,a,s,(function(e,t){return i.deferralHandler.deferAction((function(){return u.src=t.url}))}),(function(e,t){}),(function(e,t){}),u)},i.$t=r.markType(i,"TileGeneratorMapImagery",d.$),i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"ba",["TileGenerator",[r.ITileGenerator_$type,null]]),i}(d),ge=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),i.prototype.createImplementation=function(){return new he},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tileGenerator",{get:function(){return this.i.tileGenerator},set:function(e){this.i.tileGenerator=e},enumerable:!1,configurable:!0}),i}(O),ye=function(){function e(){r.TypeRegistrar.registerCons("IgxTileGeneratorMapImagery",ge),r.TypeRegistrar.register("TileGeneratorMapImagery",he.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,pe],exports:[pe]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,pe],pe]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:ye,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,pe],exports:[pe],entryComponents:[]}]}],ctorParameters:function(){return[]}});var me=function(e){function i(){var t=e.call(this)||this;return t.ww=null,t.wv=null,t.imageTilesReady=null,t.wz=null,t.w0=!1,t.ab=i.$,t}return t.__extends(i,e),i.prototype.bc=function(){return new i},i.prototype.get_fh=function(){return!0},i.prototype.cd=function(){return new fe(this)},i.prototype.o2=function(t){e.prototype.o2.call(this,t),this.wu=t},i.prototype.get_u6=function(){return!1},Object.defineProperty(i.prototype,"wy",{get:function(){return this.ww},set:function(e){if(e!=this.wy){var t=this.wy;this.ww=e,this.raisePropertyChanged("TileImagery",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"wx",{get:function(){return this.wv},set:function(e){var t=this.wv;this.wv=e,this.raisePropertyChanged("ActualTileImagery",t,this.wv)},enumerable:!1,configurable:!0}),i.prototype.pa=function(t,i,n,o){var a,s;switch(e.prototype.pa.call(this,t,i,n,o),i){case"TileImagery":s=o,null!=(a=n)&&(a.propertyChanged=r.delegateRemove(a.propertyChanged,r.runOn(this,this.w3))),null!=s&&(s.propertyChanged=r.delegateCombine(s.propertyChanged,r.runOn(this,this.w3))),this.wu.dh(a,s),this.pr(!1),this.om();break;case"ActualTileImagery":s=o,null!=(a=n)&&(a.imageTilesReady=r.delegateRemove(a.imageTilesReady,r.runOn(this,this.w4)),a.deferralHandler=null),null!=s&&(s.imageTilesReady=r.delegateCombine(s.imageTilesReady,r.runOn(this,this.w4)),s.deferralHandler=this),this.wu.dg(a,s),null!=s&&null!==r.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!=n&&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()}},i.prototype.w3=function(e,t){"MultiScaleImage"==t.propertyName&&this.w6(this.cg)},i.prototype.w4=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new r.EventArgs),this.w0||this.wu.di()},i.prototype.register=function(e,t){this.wz=t},i.prototype.unRegister=function(e){this.wz=null},i.prototype.deferredRefresh=function(){this.pr(!1)},i.prototype.deferAction=function(e){null!=this.i5?this.i5.setTimeout(e,0):window.setTimeout(e,0)},i.prototype.qo=function(t,i){this.wu.dj(),e.prototype.qo.call(this,t,i)},i.prototype.ps=function(t){e.prototype.ps.call(this,t),this.w5(t,this.cg)},i.prototype.w5=function(e,t){var i,n,r=t,o=t.getViewInfo(i,n);i=o.p0,n=o.p1,this.w6(t),null!=this.wz&&(this.w0=!0,this.wz(e),this.w0=!1),r.di()},i.prototype.pq=function(t,i,n,r,o){e.prototype.pq.call(this,t,i,n,r,o);var a=this.gv.item(r);a.a3(n),this.dm(a)||this.wd(a)},i.prototype.w6=function(e){var t,i,n=e.getViewInfo(t,i);t=n.p0,i=n.p1,null!=this.wy&&null!=this.wy.ao&&(this.wy!=this.wx&&(this.wx=this.wy),null==this.wx||t.isEmpty||(this.wx.width!=t.width&&(this.wx.width=t.width),this.wx.height!=t.height&&(this.wx.height=t.height)))},i.prototype.nk=function(t,i){e.prototype.nk.call(this,t,i),i.de()},i.$t=r.markType(i,"TileSeries",n.ShapeSeriesBase.$,[r.IMapRenderDeferralHandler_$type]),i}(n.ShapeSeriesBase),fe=function(e){function i(t){var i=e.call(this,t)||this;return i.da=null,i.dl=new r.GeometryGroup,i.dc=null,i.db=null,i.da=t,i}return t.__extends(i,e),i.prototype.au=function(){e.prototype.au.call(this),this.q||(this.da.s4=n.Defaults.ao,this.da.sy=n.Defaults.an)},i.prototype.ck=function(e,t){t.c.count>0&&this.dl.d.add(t)},i.prototype.c5=function(e,t){return this.c6(e,t,!0)},i.prototype.c4=function(e,t){return null},i.prototype.co=function(e,t){},i.prototype.cm=function(e,t,i){},i.prototype.cu=function(){e.prototype.cu.call(this),this.dl.d.clear()},i.prototype.ct=function(){e.prototype.ct.call(this),this.as()},i.prototype.dd=function(e){null!=this.da.wy&&(this.da.wy.windowRect=e)},i.prototype.dg=function(e,t){if(null==this.dc){this.dc=this.e.i5.createElement("canvas");var i=this.e.i5.get2DCanvasContext(this.dc);this.db=new r.RenderingContext(new r.CanvasViewRenderer,i),this.dc.setAttribute("width",this.bx.width.toString()),this.dc.setAttribute("height",this.bx.height.toString())}null!=e&&(e.bd(null),e.be(null),e.imagesChanged=r.delegateRemove(e.imagesChanged,r.runOn(this,this.df))),null!=t&&(null!=this.w&&t.be(this.w),t.bd(this.db),t.bf(this.bx),t.imagesChanged=r.delegateCombine(t.imagesChanged,r.runOn(this,this.df)))},i.prototype.df=function(e,t){this.as()},i.prototype.dh=function(e,t){},i.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)},i.prototype.a8=function(t,i){if(e.prototype.a8.call(this,t,i),!i&&null!=this.dc){var n=!1;if(this.dl.d.count>0)n=!0,this.k.aa(),this.k.r(this.dl),this.k.h().clip();var o=r.truncate(Math.round(this.bx.left)),a=r.truncate(Math.round(this.bx.top)),s=r.truncate(Math.round(this.bx.width)),u=r.truncate(Math.round(this.bx.height));this.k.o(this.dc.getNativeElement(),1,o,a,s,u,o,a,s,u),n&&this.k.z()}},i.prototype.di=function(){this.as()},i.prototype.de=function(){},i.prototype.dk=function(e){null!=this.da.wy&&this.da.wy.a6()},i.$t=r.markType(i,"TileSeriesView",n.ShapeSeriesViewBase.$),i}(n.ShapeSeriesViewBase),de=function(e){function r(){return e.call(this)||this}return t.__extends(r,e),r.prototype.createImplementation=function(){return new me},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isTile",{get:function(){return this.i.fh},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"tileImagery",{get:function(){var e=this.i.wy;return null==e?null:e.externalObject},set:function(e){this.i.wy=null==e?null:e.i},enumerable:!1,configurable:!0}),r.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.tileImagery&&this.tileImagery.name&&this.tileImagery.name==t?this.tileImagery:null)},r.prototype.deferredRefresh=function(){this.i.deferredRefresh()},r.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:r,deps:[],target:i["ɵɵFactoryTarget"].Component}),r.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:r,selector:"igx-tile-series",inputs:{tileImagery:"tileImagery"},providers:[{provide:n.IgxShapeSeriesBaseComponent,useExisting:i.forwardRef((function(){return r}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return r}))}],usesInheritance:!0,ngImport:i,template:"",isInline:!0,changeDetection:i.ChangeDetectionStrategy.OnPush}),r}(n.IgxShapeSeriesBaseComponent);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:de,decorators:[{type:i.Component,args:[{selector:"igx-tile-series",template:"",providers:[{provide:n.IgxShapeSeriesBaseComponent,useExisting:i.forwardRef((function(){return de}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return de}))}],changeDetection:i.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{tileImagery:[{type:i.Input}]}});var be=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,declarations:[de],imports:[o.CommonModule],exports:[de]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule]]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:be,decorators:[{type:i.NgModule,args:[{declarations:[de],imports:[o.CommonModule],exports:[de],entryComponents:[]}]}]});var ve=function(){function e(){r.TypeRegistrar.registerCons("IgxTileSeriesComponent",de),r.TypeRegistrar.register("TileSeries",me.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,be],exports:[be]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,be],be]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:ve,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,be],exports:[be],entryComponents:[de]}]}],ctorParameters:function(){return[]}});var Se=function(e){function i(){var t=e.call(this)||this;return t.vc=null,t.vb=null,t.imageTilesReady=null,t.ab=i.$,t}return t.__extends(i,e),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(e){if(e!=this.vd){var t=this.vd;this.vc=e,this.raisePropertyChanged("TileImagery",t,e)}},enumerable:!1,configurable:!0}),i.prototype.vh=function(){null!=this.vd&&this.vd.clearTileCache()},i.prototype.pa=function(t,i,n,r){switch(e.prototype.pa.call(this,t,i,n,r),i){case"TileImagery":null!=this.t5&&(this.t5.wy=this.vd)}},i.prototype.ua=function(){if(e.prototype.ua.call(this),this.t5.wy=this.vd,null!=this.vb){var t=this.vb;t.imageTilesReady=r.delegateRemove(t.imageTilesReady,r.runOn(this,this.vg))}if(this.vb=this.t5,null!=this.vb){var i=this.vb;i.imageTilesReady=r.delegateCombine(i.imageTilesReady,r.runOn(this,this.vg))}},i.prototype.t4=function(){return new me},i.prototype.vg=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new h)},i.$t=r.markType(i,"GeographicTileSeries",Q.$),i}(Q),Me=function(e){function o(){var t=e.call(this)||this;return t._imageTilesReady=null,t}return t.__extends(o,e),o.prototype.createImplementation=function(){return new Se},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isTile",{get:function(){return this.i.fh},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"tileImagery",{get:function(){var e=this.i.vd;return null==e?null:e.externalObject},set:function(e){this.i.vd=null==e?null:e.i},enumerable:!1,configurable:!0}),o.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.tileImagery&&this.tileImagery.name&&this.tileImagery.name==t?this.tileImagery:null)},o.prototype.clearTileCache=function(){this.i.vh()},Object.defineProperty(o.prototype,"imageTilesReady",{get:function(){var e=this;return null==this._imageTilesReady&&(this._imageTilesReady=new i.EventEmitter,this.i.imageTilesReady=r.delegateCombine(this.i.imageTilesReady,(function(t,i){e._runInZone((function(){var t=new x;t._provideImplementation(i),e.beforeImageTilesReady&&e.beforeImageTilesReady(e,t),e._imageTilesReady.emit({sender:e,args:t})}))}))),this._imageTilesReady},enumerable:!1,configurable:!0}),o.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:o,deps:[],target:i["ɵɵFactoryTarget"].Component}),o.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"igx-geographic-tile-series",inputs:{tileImagery:"tileImagery"},outputs:{imageTilesReady:"imageTilesReady"},providers:[{provide:J,useExisting:i.forwardRef((function(){return o}))},{provide:K,useExisting:i.forwardRef((function(){return o}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:i,template:"",isInline:!0,changeDetection:i.ChangeDetectionStrategy.OnPush}),o}(J);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Me,decorators:[{type:i.Component,args:[{selector:"igx-geographic-tile-series",template:"",providers:[{provide:J,useExisting:i.forwardRef((function(){return Me}))},{provide:K,useExisting:i.forwardRef((function(){return Me}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return Me}))}],changeDetection:i.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{tileImagery:[{type:i.Input}],imageTilesReady:[{type:i.Output}]}});var Ie=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,declarations:[Me],imports:[o.CommonModule,ve],exports:[Me,ve]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,ve],ve]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Ie,decorators:[{type:i.NgModule,args:[{declarations:[Me],imports:[o.CommonModule,ve],exports:[Me,ve],entryComponents:[]}]}]});var we=function(){function e(){r.TypeRegistrar.registerCons("IgxGeographicTileSeriesComponent",Me),r.TypeRegistrar.register("GeographicTileSeries",Se.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,Ie],exports:[Ie]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,Ie],Ie]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:we,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,Ie],exports:[Ie],entryComponents:[Me]}]}],ctorParameters:function(){return[]}});var Ce=function(e){function o(){return e.call(this)||this}return t.__extends(o,e),Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerType",{get:function(){return this.i.uf},set:function(e){this.i.uf=r.ensureEnum(n.MarkerType_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerThickness",{get:function(){return this.i.ug},set:function(e){this.i.ug=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutlineMode",{get:function(){return this.i.ue},set:function(e){this.i.ue=r.ensureEnum(n.MarkerOutlineMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerFillMode",{get:function(){return this.i.ud},set:function(e){this.i.ud=r.ensureEnum(n.MarkerFillMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerTemplate",{get:function(){return this.i.uv},set:function(e){this.i.uv=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerBrush",{get:function(){return r.brushToString(this.i.u9)},set:function(e){this.i.u9=r.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutline",{get:function(){return r.brushToString(this.i.va)},set:function(e){this.i.va=r.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"maximumMarkers",{get:function(){return this.i.uh},set:function(e){this.i.uh=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerTemplate",{get:function(){return this.i.uu},set:function(e){this.i.uu=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerBrush",{get:function(){return r.brushToString(this.i.u7)},set:function(e){this.i.u7=r.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerOutline",{get:function(){return r.brushToString(this.i.u8)},set:function(e){this.i.u8=r.stringToBrush(e)},enumerable:!1,configurable:!0}),o.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:o,deps:[],target:i["ɵɵFactoryTarget"].Component}),o.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"ng-component",inputs:{markerType:"markerType",markerThickness:"markerThickness",markerOutlineMode:"markerOutlineMode",markerFillMode:"markerFillMode",markerTemplate:"markerTemplate",markerBrush:"markerBrush",markerOutline:"markerOutline",maximumMarkers:"maximumMarkers",actualMarkerTemplate:"actualMarkerTemplate",actualMarkerBrush:"actualMarkerBrush",actualMarkerOutline:"actualMarkerOutline"},usesInheritance:!0,ngImport:i,template:"",isInline:!0}),o}(K);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Ce,decorators:[{type:i.Component,args:[{template:""}]}],ctorParameters:function(){return[]},propDecorators:{markerType:[{type:i.Input}],markerThickness:[{type:i.Input}],markerOutlineMode:[{type:i.Input}],markerFillMode:[{type:i.Input}],markerTemplate:[{type:i.Input}],markerBrush:[{type:i.Input}],markerOutline:[{type:i.Input}],maximumMarkers:[{type:i.Input}],actualMarkerTemplate:[{type:i.Input}],actualMarkerBrush:[{type:i.Input}],actualMarkerOutline:[{type:i.Input}]}});var xe=function(e){function i(){var t=e.call(this)||this,i=t.t5;return i.propertyUpdated=r.delegateCombine(i.propertyUpdated,r.runOn(t,t.ut)),t}return t.__extends(i,e),i.prototype.qx=function(){return this.uu},i.prototype.s1=function(){return this.u7},i.prototype.s2=function(){return this.u8},i.prototype.ht=function(){return this.ug},i.prototype.ky=function(){var e=r.typeCast(n.MarkerSeries.$,this.t5);return null==e?"Unknown":e.ky()},i.prototype.ut=function(e,t){var i=r.typeCast(n.MarkerSeries.$,this.t5);null!=i&&("ActualMarkerTemplate"==t.propertyName?this.uu=i.uw:"ActualMarkerOutline"==t.propertyName?this.u8=i.vd:"ActualMarkerBrush"==t.propertyName&&(this.u7=i.vc))},i.prototype.pa=function(t,n,r,o){switch(e.prototype.pa.call(this,t,n,r,o),n){case i.$$p[3]:this.t5.ve=this.u9;break;case i.$$p[6]:this.t5.vf=this.va;break;case i.$$p[5]:this.t5.t9=this.ue;break;case i.$$p[4]:this.t5.t5=this.ud;break;case i.$$p[9]:this.t5.uc=this.uf;break;case i.$$p[7]:this.t5.uy=this.uv;break;case i.$$p[8]:this.t5.uh=this.ug;break;case i.$$p[10]:this.t5.w3=this.uh}},i.$t=r.markType(i,"GeographicMarkerSeries",y.$),i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"raisePropertyChanged",["ActualMarkerBrush:u7:uw",[r.Brush.$],"ActualMarkerOutline:u8:ux",[r.Brush.$],"ActualMarkerTemplate:uu:uy",[r.DataTemplate.$,null],"MarkerBrush:u9:uz",[r.Brush.$],"MarkerFillMode:ud:u0",[n.MarkerFillMode_$type,r.enumGetBox(n.MarkerFillMode_$type,0)],"MarkerOutlineMode:ue:u1",[n.MarkerOutlineMode_$type,r.enumGetBox(n.MarkerOutlineMode_$type,0)],"MarkerOutline:va:u2",[r.Brush.$],"MarkerTemplate:uv:u3",[r.DataTemplate.$,null],"MarkerThickness:ug:u4",[1,r.DeviceUtils.g(2)],"MarkerType:uf:u5",[n.MarkerType_$type,r.enumGetBox(n.MarkerType_$type,n.Defaults.e)],"MaximumMarkers:uh:u6",[1,400]]),i}(y),_e=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.prototype.au=function(){e.prototype.au.call(this),this.q},i.prototype.b5=function(){e.prototype.b5.call(this);var t=this.ch.t5;t.xn=this.ch.v4,t.xv=this.ch.v2,t.uc=this.ch.uf,t.uy=this.ch.uv,t.uh=this.ch.ug,t.zv=this.ch.vo,t.aal=this.ch.v9,t.zl=this.ch.vg,t.aab=this.ch.v0,t.z6=this.ch.vs,t.zi=this.ch.vd,t.zt=this.ch.vk,t.zu=this.ch.vn,t.z0=this.ch.vq,t.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 e=this.ch.t5;if(null==this.ch.cv)return e.xAxis=null,void(e.yAxis=null);e.xAxis=this.ch.cv.ue,e.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=r.markType(i,"GeographicProportionalSymbolSeriesView",m.$),i}(m),ke=function(e){function i(){var t=e.call(this)||this;return t.ve=null,t.vj=!1,t.vi=!1,t.assigningScatterStyle=null,t.assigningScatterMarkerStyle=null,t.ab=i.$,t}return t.__extends(i,e),i.prototype.bc=function(){return new i},i.prototype.get_dy=function(){return!0},i.prototype.cd=function(){return new _e(this)},i.prototype.o2=function(t){e.prototype.o2.call(this,t),this.vh=t},i.prototype.ir=function(){return.7},i.prototype.t4=function(){return new n.BubbleSeries},i.prototype.get_et=function(){return!0},i.prototype.pa=function(t,n,o,a){switch(e.prototype.pa.call(this,t,n,o,a),n){case"SeriesViewer":this.vh.cx();break;case i.$$p[9]:this.vh.cq();break;case i.$$p[8]:this.vh.cp();break;case"XAxis":this.vh.cy();break;case"YAxis":this.vh.cz();break;case i.$$p[13]:this.vh.c0();break;case i.$$p[14]:this.vh.c1();break;case i.$$p[15]:this.vh.c2();break;case i.$$p[7]:this.vh.cl();break;case i.$$p[0]:this.vh.ci();break;case i.$$p[1]:this.vh.cj();break;case i.$$p[2]:this.vh.ck();break;case i.$$p[12]:this.vh.co();break;case i.$$p[11]:this.vh.cn();break;case i.$$p[10]:this.vh.cm();break;case i.$$p[4]:if(this.t5.wk=this.vm,this.vj=this.vm,this.vm){var s=this.t5;s.assigningScatterStyle=r.delegateCombine(s.assigningScatterStyle,r.runOn(this,this.we))}else{var u=this.t5;u.assigningScatterStyle=r.delegateRemove(u.assigningScatterStyle,r.runOn(this,this.we))}break;case i.$$p[3]:if(this.t5.wj=this.vl,this.vi=this.vl,this.vm){var l=this.t5;l.assigningScatterMarkerStyle=r.delegateCombine(l.assigningScatterMarkerStyle,r.runOn(this,this.wd))}else{var c=this.t5;c.assigningScatterMarkerStyle=r.delegateRemove(c.assigningScatterMarkerStyle,r.runOn(this,this.wd))}break;case i.$$p[5]:this.t5.v3=this.vf;break;case i.$$p[6]:this.t5.w2=this.vr}},i.prototype.we=function(e,t){null!=this.assigningScatterStyle&&this.assigningScatterStyle(this,t)},i.prototype.wd=function(e,t){null!=this.assigningScatterMarkerStyle&&this.assigningScatterMarkerStyle(this,t)},i.$t=r.markType(i,"GeographicProportionalSymbolSeries",xe.$),i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"raisePropertyChanged",["FillMemberPath:vs:wf",[2],"FillScale:vd:wg",[n.BrushScale.$],"FillScaleUseGlobalValues:vk:wh",[0,!1],"IsCustomScatterMarkerStyleAllowed:vl:wi",[0,!1],"IsCustomScatterStyleAllowed:vm:wj",[0,!1],"ItemSearchMode:vf:wk",[n.ScatterItemSearchMode_$type,r.enumGetBox(n.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",[n.SizeScale.$],"RadiusScaleUseGlobalValues:vo:wu",[0,!1]]),i}(xe),Pe=function(e){function o(){var t=e.call(this)||this;return t._assigningScatterStyle=null,t._assigningScatterMarkerStyle=null,t}return t.__extends(o,e),o.prototype.createImplementation=function(){return new ke},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"hasOnlyMarkers",{get:function(){return this.i.dy},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"latitudeMemberPath",{get:function(){return this.i.v2},set:function(e){this.i.v2=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"longitudeMemberPath",{get:function(){return this.i.v4},set:function(e){this.i.v4=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"radiusMemberPath",{get:function(){return this.i.v9},set:function(e){this.i.v9=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"radiusScale",{get:function(){var e=this.i.vg;if(null==e)return null;if(!e.externalObject){var t=n.IgxSizeScaleComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.vg=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"labelMemberPath",{get:function(){return this.i.v0},set:function(e){this.i.v0=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillMemberPath",{get:function(){return this.i.vs},set:function(e){this.i.vs=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillScale",{get:function(){var e=this.i.vd;if(null==e)return null;if(!e.externalObject){var t=n.IgxBrushScaleComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.vd=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillScaleUseGlobalValues",{get:function(){return this.i.vk},set:function(e){this.i.vk=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutlineUsesFillScale",{get:function(){return this.i.vn},set:function(e){this.i.vn=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutlineBrightness",{get:function(){return this.i.vq},set:function(e){this.i.vq=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerBrushBrightness",{get:function(){return this.i.vp},set:function(e){this.i.vp=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"radiusScaleUseGlobalValues",{get:function(){return this.i.vo},set:function(e){this.i.vo=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomScatterStyleAllowed",{get:function(){return this.i.vm},set:function(e){this.i.vm=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomScatterMarkerStyleAllowed",{get:function(){return this.i.vl},set:function(e){this.i.vl=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchMode",{get:function(){return this.i.vf},set:function(e){this.i.vf=r.ensureEnum(n.ScatterItemSearchMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchThreshold",{get:function(){return this.i.vr},set:function(e){this.i.vr=+e},enumerable:!1,configurable:!0}),o.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.radiusScale&&this.radiusScale.name&&this.radiusScale.name==t?this.radiusScale:this.fillScale&&this.fillScale.name&&this.fillScale.name==t?this.fillScale:null)},o.prototype._styling=function(t,i,n){e.prototype._styling.call(this,t,i,n),this._inStyling=!0,this.radiusScale&&this.radiusScale._styling&&this.radiusScale._styling(t,i,this),this.fillScale&&this.fillScale._styling&&this.fillScale._styling(t,i,this),this._inStyling=!1},Object.defineProperty(o.prototype,"assigningScatterStyle",{get:function(){var e=this;return null==this._assigningScatterStyle&&(this._assigningScatterStyle=new i.EventEmitter,this.i.assigningScatterStyle=r.delegateCombine(this.i.assigningScatterStyle,(function(t,i){var r=new n.IgxAssigningScatterStyleEventArgs;r._provideImplementation(i),e.beforeAssigningScatterStyle&&e.beforeAssigningScatterStyle(e,r),e._assigningScatterStyle.emit({sender:e,args:r})}))),this._assigningScatterStyle},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"assigningScatterMarkerStyle",{get:function(){var e=this;return null==this._assigningScatterMarkerStyle&&(this._assigningScatterMarkerStyle=new i.EventEmitter,this.i.assigningScatterMarkerStyle=r.delegateCombine(this.i.assigningScatterMarkerStyle,(function(t,i){var r=new n.IgxAssigningScatterMarkerStyleEventArgs;r._provideImplementation(i),e.beforeAssigningScatterMarkerStyle&&e.beforeAssigningScatterMarkerStyle(e,r),e._assigningScatterMarkerStyle.emit({sender:e,args:r})}))),this._assigningScatterMarkerStyle},enumerable:!1,configurable:!0}),o.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:o,deps:[],target:i["ɵɵFactoryTarget"].Component}),o.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"igx-geographic-proportional-symbol-series",inputs:{latitudeMemberPath:"latitudeMemberPath",longitudeMemberPath:"longitudeMemberPath",radiusMemberPath:"radiusMemberPath",radiusScale:"radiusScale",labelMemberPath:"labelMemberPath",fillMemberPath:"fillMemberPath",fillScale:"fillScale",fillScaleUseGlobalValues:"fillScaleUseGlobalValues",markerOutlineUsesFillScale:"markerOutlineUsesFillScale",markerOutlineBrightness:"markerOutlineBrightness",markerBrushBrightness:"markerBrushBrightness",radiusScaleUseGlobalValues:"radiusScaleUseGlobalValues",isCustomScatterStyleAllowed:"isCustomScatterStyleAllowed",isCustomScatterMarkerStyleAllowed:"isCustomScatterMarkerStyleAllowed",itemSearchMode:"itemSearchMode",itemSearchThreshold:"itemSearchThreshold"},outputs:{assigningScatterStyle:"assigningScatterStyle",assigningScatterMarkerStyle:"assigningScatterMarkerStyle"},providers:[{provide:Ce,useExisting:i.forwardRef((function(){return o}))},{provide:K,useExisting:i.forwardRef((function(){return o}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:i,template:"",isInline:!0,changeDetection:i.ChangeDetectionStrategy.OnPush}),o}(Ce);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Pe,decorators:[{type:i.Component,args:[{selector:"igx-geographic-proportional-symbol-series",template:"",providers:[{provide:Ce,useExisting:i.forwardRef((function(){return Pe}))},{provide:K,useExisting:i.forwardRef((function(){return Pe}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return Pe}))}],changeDetection:i.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{latitudeMemberPath:[{type:i.Input}],longitudeMemberPath:[{type:i.Input}],radiusMemberPath:[{type:i.Input}],radiusScale:[{type:i.Input}],labelMemberPath:[{type:i.Input}],fillMemberPath:[{type:i.Input}],fillScale:[{type:i.Input}],fillScaleUseGlobalValues:[{type:i.Input}],markerOutlineUsesFillScale:[{type:i.Input}],markerOutlineBrightness:[{type:i.Input}],markerBrushBrightness:[{type:i.Input}],radiusScaleUseGlobalValues:[{type:i.Input}],isCustomScatterStyleAllowed:[{type:i.Input}],isCustomScatterMarkerStyleAllowed:[{type:i.Input}],itemSearchMode:[{type:i.Input}],itemSearchThreshold:[{type:i.Input}],assigningScatterStyle:[{type:i.Output}],assigningScatterMarkerStyle:[{type:i.Output}]}});var De=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,declarations:[Pe],imports:[o.CommonModule,n.IgxBubbleSeriesDynamicModule],exports:[Pe,n.IgxBubbleSeriesDynamicModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,n.IgxBubbleSeriesDynamicModule],n.IgxBubbleSeriesDynamicModule]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:De,decorators:[{type:i.NgModule,args:[{declarations:[Pe],imports:[o.CommonModule,n.IgxBubbleSeriesDynamicModule],exports:[Pe,n.IgxBubbleSeriesDynamicModule],entryComponents:[]}]}]});var Te=function(){function e(){r.TypeRegistrar.registerCons("IgxGeographicProportionalSymbolSeriesComponent",Pe),r.TypeRegistrar.register("GeographicProportionalSymbolSeries",ke.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,De],exports:[De]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,De],De]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Te,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,De],exports:[De],entryComponents:[Pe]}]}],ctorParameters:function(){return[]}});var je=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.prototype.au=function(){e.prototype.au.call(this),this.q},i.prototype.b5=function(){var t=this.ch.t5;e.prototype.b5.call(this),t.xn=this.ch.vt,t.xv=this.ch.vr,t.uc=this.ch.uf,t.uy=this.ch.uv,t.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 e=this.ch.t5;if(null==this.ch.cv)return e.xAxis=null,void(e.yAxis=null);e.xAxis=this.ch.cv.ue,e.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=r.markType(i,"GeographicSymbolSeriesView",m.$),i}(m),Oe=function(e){function i(){var t=e.call(this)||this;return t.vf=null,t.vi=!1,t.vh=!1,t.assigningScatterStyle=null,t.assigningScatterMarkerStyle=null,t.ab=i.$,t}return t.__extends(i,e),i.prototype.bc=function(){return new i},i.prototype.get_dy=function(){return!0},i.prototype.cd=function(){return new je(this)},i.prototype.o2=function(t){e.prototype.o2.call(this,t),this.vg=t},i.prototype.ir=function(){return.7},i.prototype.t4=function(){return new n.ScatterSeries},i.prototype.get_et=function(){return!0},i.prototype.pa=function(t,n,o,a){switch(e.prototype.pa.call(this,t,n,o,a),n){case"SeriesViewer":this.vg.cr();break;case i.$$p[5]:this.vg.cj();break;case i.$$p[4]:this.vg.ci();break;case i.$$p[6]:this.vg.cl();break;case"XAxis":this.vg.cs();break;case"YAxis":this.vg.ct();break;case i.$$p[1]:if(this.t5.wk=this.vk,this.vi=this.vk,this.vk){var s=this.t5;s.assigningScatterStyle=r.delegateCombine(s.assigningScatterStyle,r.runOn(this,this.vy))}else{var u=this.t5;u.assigningScatterStyle=r.delegateRemove(u.assigningScatterStyle,r.runOn(this,this.vy))}break;case i.$$p[0]:if(this.t5.wj=this.vj,this.vh=this.vj,this.vk){var l=this.t5;l.assigningScatterMarkerStyle=r.delegateCombine(l.assigningScatterMarkerStyle,r.runOn(this,this.vx))}else{var c=this.t5;c.assigningScatterMarkerStyle=r.delegateRemove(c.assigningScatterMarkerStyle,r.runOn(this,this.vx))}break;case i.$$p[2]:this.t5.v3=this.ve;break;case i.$$p[3]:this.t5.w2=this.vm}},i.prototype.vy=function(e,t){null!=this.assigningScatterStyle&&this.assigningScatterStyle(this,t)},i.prototype.vx=function(e,t){null!=this.assigningScatterMarkerStyle&&this.assigningScatterMarkerStyle(this,t)},i.$t=r.markType(i,"GeographicSymbolSeries",xe.$),i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"raisePropertyChanged",["IsCustomScatterMarkerStyleAllowed:vj:vz",[0,!1],"IsCustomScatterStyleAllowed:vk:v0",[0,!1],"ItemSearchMode:ve:v1",[n.ScatterItemSearchMode_$type,r.enumGetBox(n.ScatterItemSearchMode_$type,0)],"ItemSearchThreshold:vm:v2",[1,1e4],"LatitudeMemberPath:vr:v3",[2,null],"LongitudeMemberPath:vt:v4",[2,null],"MarkerCollisionAvoidance:vd:v5",[n.CollisionAvoidanceType_$type,r.enumGetBox(n.CollisionAvoidanceType_$type,0)],"UseLightweightMarkers:vl:v6",[0,!1]]),i}(xe),$e=function(e){function o(){var t=e.call(this)||this;return t._assigningScatterStyle=null,t._assigningScatterMarkerStyle=null,t}return t.__extends(o,e),o.prototype.createImplementation=function(){return new Oe},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"hasOnlyMarkers",{get:function(){return this.i.dy},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"latitudeMemberPath",{get:function(){return this.i.vr},set:function(e){this.i.vr=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"longitudeMemberPath",{get:function(){return this.i.vt},set:function(e){this.i.vt=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerCollisionAvoidance",{get:function(){return this.i.vd},set:function(e){this.i.vd=r.ensureEnum(n.CollisionAvoidanceType_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomScatterStyleAllowed",{get:function(){return this.i.vk},set:function(e){this.i.vk=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomScatterMarkerStyleAllowed",{get:function(){return this.i.vj},set:function(e){this.i.vj=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchMode",{get:function(){return this.i.ve},set:function(e){this.i.ve=r.ensureEnum(n.ScatterItemSearchMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchThreshold",{get:function(){return this.i.vm},set:function(e){this.i.vm=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"assigningScatterStyle",{get:function(){var e=this;return null==this._assigningScatterStyle&&(this._assigningScatterStyle=new i.EventEmitter,this.i.assigningScatterStyle=r.delegateCombine(this.i.assigningScatterStyle,(function(t,i){var r=new n.IgxAssigningScatterStyleEventArgs;r._provideImplementation(i),e.beforeAssigningScatterStyle&&e.beforeAssigningScatterStyle(e,r),e._assigningScatterStyle.emit({sender:e,args:r})}))),this._assigningScatterStyle},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"assigningScatterMarkerStyle",{get:function(){var e=this;return null==this._assigningScatterMarkerStyle&&(this._assigningScatterMarkerStyle=new i.EventEmitter,this.i.assigningScatterMarkerStyle=r.delegateCombine(this.i.assigningScatterMarkerStyle,(function(t,i){var r=new n.IgxAssigningScatterMarkerStyleEventArgs;r._provideImplementation(i),e.beforeAssigningScatterMarkerStyle&&e.beforeAssigningScatterMarkerStyle(e,r),e._assigningScatterMarkerStyle.emit({sender:e,args:r})}))),this._assigningScatterMarkerStyle},enumerable:!1,configurable:!0}),o.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:o,deps:[],target:i["ɵɵFactoryTarget"].Component}),o.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"igx-geographic-symbol-series",inputs:{latitudeMemberPath:"latitudeMemberPath",longitudeMemberPath:"longitudeMemberPath",markerCollisionAvoidance:"markerCollisionAvoidance",isCustomScatterStyleAllowed:"isCustomScatterStyleAllowed",isCustomScatterMarkerStyleAllowed:"isCustomScatterMarkerStyleAllowed",itemSearchMode:"itemSearchMode",itemSearchThreshold:"itemSearchThreshold"},outputs:{assigningScatterStyle:"assigningScatterStyle",assigningScatterMarkerStyle:"assigningScatterMarkerStyle"},providers:[{provide:Ce,useExisting:i.forwardRef((function(){return o}))},{provide:K,useExisting:i.forwardRef((function(){return o}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:i,template:"",isInline:!0,changeDetection:i.ChangeDetectionStrategy.OnPush}),o}(Ce);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:$e,decorators:[{type:i.Component,args:[{selector:"igx-geographic-symbol-series",template:"",providers:[{provide:Ce,useExisting:i.forwardRef((function(){return $e}))},{provide:K,useExisting:i.forwardRef((function(){return $e}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return $e}))}],changeDetection:i.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{latitudeMemberPath:[{type:i.Input}],longitudeMemberPath:[{type:i.Input}],markerCollisionAvoidance:[{type:i.Input}],isCustomScatterStyleAllowed:[{type:i.Input}],isCustomScatterMarkerStyleAllowed:[{type:i.Input}],itemSearchMode:[{type:i.Input}],itemSearchThreshold:[{type:i.Input}],assigningScatterStyle:[{type:i.Output}],assigningScatterMarkerStyle:[{type:i.Output}]}});var Re=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,declarations:[$e],imports:[o.CommonModule,n.IgxScatterSeriesDynamicModule],exports:[$e,n.IgxScatterSeriesDynamicModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,n.IgxScatterSeriesDynamicModule],n.IgxScatterSeriesDynamicModule]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Re,decorators:[{type:i.NgModule,args:[{declarations:[$e],imports:[o.CommonModule,n.IgxScatterSeriesDynamicModule],exports:[$e,n.IgxScatterSeriesDynamicModule],entryComponents:[]}]}]});var Ve=function(){function e(){r.TypeRegistrar.registerCons("IgxGeographicSymbolSeriesComponent",$e),r.TypeRegistrar.register("GeographicSymbolSeries",Oe.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,Re],exports:[Re]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,Re],Re]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Ve,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,Re],exports:[Re],entryComponents:[$e]}]}],ctorParameters:function(){return[]}});var Ae=function(e){function n(){return e.call(this)||this}return t.__extends(n,e),Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"triangulationDataSource",{get:function(){return this._triangulationDataSource},set:function(e){this._triangulationDataSource=e,this.updateTriangulationDataSource()},enumerable:!1,configurable:!0}),n.prototype.updateTriangulationDataSource=function(){null==this._cachedTriangulationDataSource&&(this._cachedTriangulationDataSource=new r.IgxTriangulationDataSource,this.onTriangulationDataSourceImportCompleted=this.onTriangulationDataSourceImportCompleted.bind(this),this._cachedTriangulationDataSource.importCompleted.subscribe(this.onTriangulationDataSourceImportCompleted)),this._cachedTriangulationDataSource.source=this._triangulationDataSource},n.prototype.onTriangulationDataSourceImportCompleted=function(e,t){this.dataSource=this._cachedTriangulationDataSource.getPointData(),this.trianglesSource=this._cachedTriangulationDataSource.getTriangleData()},Object.defineProperty(n.prototype,"longitudeMemberPath",{get:function(){return this.i.uh},set:function(e){this.i.uh=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"latitudeMemberPath",{get:function(){return this.i.uf},set:function(e){this.i.uf=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"trianglesSource",{get:function(){return this.i.ue},set:function(e){this.i.ue=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"triangleVertexMemberPath1",{get:function(){return this.i.uk},set:function(e){this.i.uk=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"triangleVertexMemberPath2",{get:function(){return this.i.um},set:function(e){this.i.um=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"triangleVertexMemberPath3",{get:function(){return this.i.uo},set:function(e){this.i.uo=e},enumerable:!1,configurable:!0}),n.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:n,deps:[],target:i["ɵɵFactoryTarget"].Component}),n.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:n,selector:"ng-component",inputs:{triangulationDataSource:"triangulationDataSource",longitudeMemberPath:"longitudeMemberPath",latitudeMemberPath:"latitudeMemberPath",trianglesSource:"trianglesSource",triangleVertexMemberPath1:"triangleVertexMemberPath1",triangleVertexMemberPath2:"triangleVertexMemberPath2",triangleVertexMemberPath3:"triangleVertexMemberPath3"},usesInheritance:!0,ngImport:i,template:"",isInline:!0}),n}(K);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Ae,decorators:[{type:i.Component,args:[{template:""}]}],ctorParameters:function(){return[]},propDecorators:{triangulationDataSource:[{type:i.Input}],longitudeMemberPath:[{type:i.Input}],latitudeMemberPath:[{type:i.Input}],trianglesSource:[{type:i.Input}],triangleVertexMemberPath1:[{type:i.Input}],triangleVertexMemberPath2:[{type:i.Input}],triangleVertexMemberPath3:[{type:i.Input}]}});var Be=function(e){function o(){var t=e.call(this)||this;return t._triangulationStatusChanged=null,t}return t.__extends(o,e),o.prototype.createImplementation=function(){return new C},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isArea",{get:function(){return this.i.d9},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"colorMemberPath",{get:function(){return this.i.u3},set:function(e){this.i.u3=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"colorScale",{get:function(){var e=this.i.uy;if(null==e)return null;if(!e.externalObject){var t=n.IgxColorScaleComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.uy=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualColorScale",{get:function(){var e=this.i.ux;if(null==e)return null;if(!e.externalObject){var t=n.IgxColorScaleComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.ux=null==e?null:e.i},enumerable:!1,configurable:!0}),o.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.colorScale&&this.colorScale.name&&this.colorScale.name==t?this.colorScale:this.actualColorScale&&this.actualColorScale.name&&this.actualColorScale.name==t?this.actualColorScale:null)},o.prototype._styling=function(t,i,n){e.prototype._styling.call(this,t,i,n),this._inStyling=!0,this.colorScale&&this.colorScale._styling&&this.colorScale._styling(t,i,this),this.actualColorScale&&this.actualColorScale._styling&&this.actualColorScale._styling(t,i,this),this._inStyling=!1},o.prototype.updateActualColorScale=function(){this.i.u8()},Object.defineProperty(o.prototype,"triangulationStatusChanged",{get:function(){var e=this;return null==this._triangulationStatusChanged&&(this._triangulationStatusChanged=new i.EventEmitter,this.i.triangulationStatusChanged=r.delegateCombine(this.i.triangulationStatusChanged,(function(t,i){e._runInZone((function(){var t=new r.IgxTriangulationStatusEventArgs;t._provideImplementation(i),e.beforeTriangulationStatusChanged&&e.beforeTriangulationStatusChanged(e,t),e._triangulationStatusChanged.emit({sender:e,args:t})}))}))),this._triangulationStatusChanged},enumerable:!1,configurable:!0}),o.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:o,deps:[],target:i["ɵɵFactoryTarget"].Component}),o.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"igx-geographic-scatter-area-series",inputs:{colorMemberPath:"colorMemberPath",colorScale:"colorScale",actualColorScale:"actualColorScale"},outputs:{triangulationStatusChanged:"triangulationStatusChanged"},providers:[{provide:Ae,useExisting:i.forwardRef((function(){return o}))},{provide:K,useExisting:i.forwardRef((function(){return o}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:i,template:"",isInline:!0,changeDetection:i.ChangeDetectionStrategy.OnPush}),o}(Ae);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Be,decorators:[{type:i.Component,args:[{selector:"igx-geographic-scatter-area-series",template:"",providers:[{provide:Ae,useExisting:i.forwardRef((function(){return Be}))},{provide:K,useExisting:i.forwardRef((function(){return Be}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return Be}))}],changeDetection:i.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{colorMemberPath:[{type:i.Input}],colorScale:[{type:i.Input}],actualColorScale:[{type:i.Input}],triangulationStatusChanged:[{type:i.Output}]}});var Ge=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,declarations:[Be],imports:[o.CommonModule,n.IgxScatterAreaSeriesDynamicModule],exports:[Be,n.IgxScatterAreaSeriesDynamicModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,n.IgxScatterAreaSeriesDynamicModule],n.IgxScatterAreaSeriesDynamicModule]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Ge,decorators:[{type:i.NgModule,args:[{declarations:[Be],imports:[o.CommonModule,n.IgxScatterAreaSeriesDynamicModule],exports:[Be,n.IgxScatterAreaSeriesDynamicModule],entryComponents:[]}]}]});var Fe=function(){function e(){r.TypeRegistrar.registerCons("IgxGeographicScatterAreaSeriesComponent",Be),r.TypeRegistrar.register("GeographicScatterAreaSeries",C.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,Ge],exports:[Ge]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,Ge],Ge]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Fe,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,Ge],exports:[Ge],entryComponents:[Be]}]}],ctorParameters:function(){return[]}});var Ee=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.prototype.b5=function(){e.prototype.b5.call(this);var t=r.typeCast(n.HighDensityScatterSeries.$,this.ch.t5);t.wd=this.ch.uu,t.wl=this.ch.us,t.uq=this.ch.uh,t.up=this.ch.ug,t.fl=this.ch.uf,t.vl=this.ch.uj,t.vk=this.ch.ui,t.xj=this.ch.vd,t.xi=this.ch.vc,t.vx=this.ch.um},i.prototype.cn=function(){this.ch.t5.wd=this.ch.uu},i.prototype.cm=function(){this.ch.t5.wl=this.ch.us},i.prototype.cs=function(){this.ch.t5.uq=this.ch.uh},i.prototype.cq=function(){this.ch.t5.up=this.ch.ug},i.prototype.co=function(){this.ch.t5.fl=this.ch.uf},i.prototype.cl=function(){this.ch.t5.vl=this.ch.uj},i.prototype.cj=function(){this.ch.t5.vk=this.ch.ui},i.prototype.cr=function(){var e=r.typeCast(n.HighDensityScatterSeries.$,this.ch.t5);if(null==this.ch.cv)return e.ua=null,void(e.uc=null);e.ua=this.ch.cv.ue,e.uc=this.ch.cv.ug},i.prototype.ct=function(){this.ch.t5.ua=this.ch.cv.ue},i.prototype.cu=function(){this.ch.t5.uc=this.ch.cv.ug},i.prototype.ck=function(){this.ch.t5.xj=this.ch.vd},i.prototype.ci=function(){this.ch.t5.xi=this.ch.vc},i.prototype.cp=function(){this.ch.t5.vx=this.ch.um},i.prototype.au=function(){e.prototype.au.call(this),this.q||(this.ch.vd=n.Defaults.aq,this.ch.vc=n.Defaults.ap,this.ch.sy=n.Defaults.al,this.ch.s4=n.Defaults.ak)},i.$t=r.markType(i,"GeographicHighDensityScatterSeriesView",m.$),i}(m),Ne=function(e){function i(){var t=e.call(this)||this;return t.ud=null,t.progressiveLoadStatusChanged=null,t.ul=0,t.ab=i.$,t}return t.__extends(i,e),i.prototype.bc=function(){return new i},i.prototype.iq=function(){return r.isNaN_(this.ip)?n.Defaults.q:e.prototype.iq.call(this)},i.prototype.get_e2=function(){return!0},i.prototype.cd=function(){return new Ee(this)},i.prototype.o2=function(t){e.prototype.o2.call(this,t),this.ue=t},i.prototype.t4=function(){return this.ud=new n.HighDensityScatterSeries,this.ud},Object.defineProperty(i.prototype,"un",{get:function(){return this.ul},set:function(e){var t=this.ul;this.ul=e,this.raisePropertyChanged("ProgressiveStatus",t,this.ul)},enumerable:!1,configurable:!0}),i.prototype.ua=function(){e.prototype.ua.call(this);var t=this.t5;t.progressiveLoadStatusChanged=r.delegateCombine(t.progressiveLoadStatusChanged,r.runOn(this,this.u1));var i=this.t5;i.propertyUpdated=r.delegateCombine(i.propertyUpdated,r.runOn(this,this.u0))},i.prototype.u1=function(e,t){this.un=t.currentStatus,null!=this.progressiveLoadStatusChanged&&this.progressiveLoadStatusChanged(this,t)},i.prototype.u0=function(e,t){this.ud},i.prototype.pa=function(t,n,r,o){switch(e.prototype.pa.call(this,t,n,r,o),n){case"SeriesViewer":this.ue.cr();break;case i.$$p[5]:this.ue.cn();break;case i.$$p[4]:this.ue.cm();break;case i.$$p[9]:this.ue.cs();break;case i.$$p[8]:this.ue.cq();break;case i.$$p[6]:this.ue.co();break;case"XAxis":this.ue.ct();break;case"YAxis":this.ue.cu();break;case i.$$p[3]:this.ue.cl();break;case i.$$p[1]:this.ue.cj();break;case i.$$p[2]:this.ue.ck();break;case i.$$p[0]:this.ue.ci();break;case i.$$p[7]:this.ue.cp()}},i.prototype.get_gg=function(){return!0},i.prototype.set_gg=function(t){e.prototype.set_gg.call(this,t)},i.$t=r.markType(i,"GeographicHighDensityScatterSeries",y.$),i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"raisePropertyChanged",["HeatMaximumColor:vc:u2",[r.Color.$,n.Defaults.ap],"HeatMaximum:ui:u3",[1,50],"HeatMinimumColor:vd:u4",[r.Color.$,n.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]]),i}(y),ze=function(e){function o(){var t=e.call(this)||this;return t._progressiveLoadStatusChanged=null,t}return t.__extends(o,e),o.prototype.createImplementation=function(){return new Ne},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isPixel",{get:function(){return this.i.e2},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"latitudeMemberPath",{get:function(){return this.i.us},set:function(e){this.i.us=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"longitudeMemberPath",{get:function(){return this.i.uu},set:function(e){this.i.uu=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"useBruteForce",{get:function(){return this.i.uh},set:function(e){this.i.uh=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"progressiveLoad",{get:function(){return this.i.ug},set:function(e){this.i.ug=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"mouseOverEnabled",{get:function(){return this.i.uf},set:function(e){this.i.uf=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"heatMinimum",{get:function(){return this.i.uj},set:function(e){this.i.uj=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"heatMaximum",{get:function(){return this.i.ui},set:function(e){this.i.ui=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"heatMinimumColor",{get:function(){return r.colorToString(this.i.vd)},set:function(e){this.i.vd=r.stringToColor(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"heatMaximumColor",{get:function(){return r.colorToString(this.i.vc)},set:function(e){this.i.vc=r.stringToColor(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"pointExtent",{get:function(){return this.i.um},set:function(e){this.i.um=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"progressiveStatus",{get:function(){return this.i.un},set:function(e){this.i.un=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"progressiveLoadStatusChanged",{get:function(){var e=this;return null==this._progressiveLoadStatusChanged&&(this._progressiveLoadStatusChanged=new i.EventEmitter,this.i.progressiveLoadStatusChanged=r.delegateCombine(this.i.progressiveLoadStatusChanged,(function(t,i){e._runInZone((function(){var t=new n.IgxProgressiveLoadStatusEventArgs;t._provideImplementation(i),e.beforeProgressiveLoadStatusChanged&&e.beforeProgressiveLoadStatusChanged(e,t),e._progressiveLoadStatusChanged.emit({sender:e,args:t})}))}))),this._progressiveLoadStatusChanged},enumerable:!1,configurable:!0}),o.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:o,deps:[],target:i["ɵɵFactoryTarget"].Component}),o.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"igx-geographic-high-density-scatter-series",inputs:{latitudeMemberPath:"latitudeMemberPath",longitudeMemberPath:"longitudeMemberPath",useBruteForce:"useBruteForce",progressiveLoad:"progressiveLoad",mouseOverEnabled:"mouseOverEnabled",heatMinimum:"heatMinimum",heatMaximum:"heatMaximum",heatMinimumColor:"heatMinimumColor",heatMaximumColor:"heatMaximumColor",pointExtent:"pointExtent",progressiveStatus:"progressiveStatus"},outputs:{progressiveLoadStatusChanged:"progressiveLoadStatusChanged"},providers:[{provide:K,useExisting:i.forwardRef((function(){return o}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:i,template:"",isInline:!0,changeDetection:i.ChangeDetectionStrategy.OnPush}),o}(K);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:ze,decorators:[{type:i.Component,args:[{selector:"igx-geographic-high-density-scatter-series",template:"",providers:[{provide:K,useExisting:i.forwardRef((function(){return ze}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return ze}))}],changeDetection:i.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{latitudeMemberPath:[{type:i.Input}],longitudeMemberPath:[{type:i.Input}],useBruteForce:[{type:i.Input}],progressiveLoad:[{type:i.Input}],mouseOverEnabled:[{type:i.Input}],heatMinimum:[{type:i.Input}],heatMaximum:[{type:i.Input}],heatMinimumColor:[{type:i.Input}],heatMaximumColor:[{type:i.Input}],pointExtent:[{type:i.Input}],progressiveStatus:[{type:i.Input}],progressiveLoadStatusChanged:[{type:i.Output}]}});var qe=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,declarations:[ze],imports:[o.CommonModule,n.IgxHighDensityScatterSeriesDynamicModule],exports:[ze,n.IgxHighDensityScatterSeriesDynamicModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,n.IgxHighDensityScatterSeriesDynamicModule],n.IgxHighDensityScatterSeriesDynamicModule]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:qe,decorators:[{type:i.NgModule,args:[{declarations:[ze],imports:[o.CommonModule,n.IgxHighDensityScatterSeriesDynamicModule],exports:[ze,n.IgxHighDensityScatterSeriesDynamicModule],entryComponents:[]}]}]});var Ue=function(){function e(){r.TypeRegistrar.registerCons("IgxGeographicHighDensityScatterSeriesComponent",ze),r.TypeRegistrar.register("GeographicHighDensityScatterSeries",Ne.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,qe],exports:[qe]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,qe],qe]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Ue,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,qe],exports:[qe],entryComponents:[ze]}]}],ctorParameters:function(){return[]}});var Le=function(e){function i(t){var i=e.call(this,t)||this;return i.cp=null,i.cp=t,i}return t.__extends(i,e),i.prototype.au=function(){e.prototype.au.call(this),this.q||(this.cp.iv=n.Defaults.m)},i.prototype.b5=function(){e.prototype.b5.call(this),null!=this.cp.t5&&(this.cp.ux.v0=this.cp.u0,this.cp.ux.wa=this.cp.u4)},i.prototype.cq=function(){null!=this.cp.ux&&(this.cp.ux.v0=this.cp.u0)},i.prototype.cr=function(){null!=this.cp.ux&&(this.cp.ux.wa=this.cp.u4)},i.$t=r.markType(i,"GeographicContourLineSeriesView",v.$),i}(v),He=function(e){function i(){var t=e.call(this)||this;return t.triangulationStatusChanged=null,t.ab=i.$,t}return t.__extends(i,e),i.prototype.bc=function(){return new i},i.prototype.get_ex=function(){return!0},i.prototype.ua=function(){e.prototype.ua.call(this)},i.prototype.t4=function(){this.ux=new n.ScatterContourSeries;var e=this.ux;e.triangulationStatusChanged=r.delegateCombine(e.triangulationStatusChanged,r.runOn(this,this.u7));var t=this.ux;return t.propertyUpdated=r.delegateCombine(t.propertyUpdated,r.runOn(this,this.u8)),this.ux},i.prototype.u7=function(e,t){null!=this.triangulationStatusChanged&&this.triangulationStatusChanged(this,t)},i.prototype.u8=function(e,t){var i=r.typeCast(n.ScatterContourSeries.$,this.t5);null!=i&&"ActualFillScale"==t.propertyName&&(this.uz=i.vz)},i.prototype.qf=function(){e.prototype.qf.call(this)},i.prototype.cd=function(){return new Le(this)},i.prototype.o2=function(t){e.prototype.o2.call(this,t),this.u1=t},i.prototype.pa=function(t,n,r,o){switch(e.prototype.pa.call(this,t,n,r,o),n){case i.$$p[1]:this.u1.cq();break;case i.$$p[2]:this.u1.cr();break;case i.$$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}},i.$t=r.markType(i,"GeographicContourLineSeries",w.$),i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"raisePropertyChanged",["ActualFillScale:uz:u9",[n.ValueBrushScale.$,null],"FillScale:u0:va",[n.ValueBrushScale.$,null],"ValueMemberPath:u4:vb",[2,"value"],"ValueResolver:uw:vc",[n.ContourValueResolver.$,null]]),i}(w),We=function(e){function o(){var t=e.call(this)||this;return t._triangulationStatusChanged=null,t}return t.__extends(o,e),o.prototype.createImplementation=function(){return new He},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isLineContour",{get:function(){return this.i.ex},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"valueMemberPath",{get:function(){return this.i.u4},set:function(e){this.i.u4=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillScale",{get:function(){var e=this.i.u0;if(null==e)return null;if(!e.externalObject){var t=n.IgxValueBrushScaleComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.u0=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualFillScale",{get:function(){var e=this.i.uz;if(null==e)return null;if(!e.externalObject){var t=n.IgxValueBrushScaleComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.uz=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"valueResolver",{get:function(){var e=this.i.uw;if(null==e)return null;if(!e.externalObject){var t=n.IgxContourValueResolverComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.uw=null==e?null:e.i},enumerable:!1,configurable:!0}),o.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.fillScale&&this.fillScale.name&&this.fillScale.name==t?this.fillScale:this.actualFillScale&&this.actualFillScale.name&&this.actualFillScale.name==t?this.actualFillScale:this.valueResolver&&this.valueResolver.name&&this.valueResolver.name==t?this.valueResolver:null)},o.prototype._styling=function(t,i,n){e.prototype._styling.call(this,t,i,n),this._inStyling=!0,this.fillScale&&this.fillScale._styling&&this.fillScale._styling(t,i,this),this.actualFillScale&&this.actualFillScale._styling&&this.actualFillScale._styling(t,i,this),this.valueResolver&&this.valueResolver._styling&&this.valueResolver._styling(t,i,this),this._inStyling=!1},Object.defineProperty(o.prototype,"triangulationStatusChanged",{get:function(){var e=this;return null==this._triangulationStatusChanged&&(this._triangulationStatusChanged=new i.EventEmitter,this.i.triangulationStatusChanged=r.delegateCombine(this.i.triangulationStatusChanged,(function(t,i){e._runInZone((function(){var t=new r.IgxTriangulationStatusEventArgs;t._provideImplementation(i),e.beforeTriangulationStatusChanged&&e.beforeTriangulationStatusChanged(e,t),e._triangulationStatusChanged.emit({sender:e,args:t})}))}))),this._triangulationStatusChanged},enumerable:!1,configurable:!0}),o.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:o,deps:[],target:i["ɵɵFactoryTarget"].Component}),o.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"igx-geographic-contour-line-series",inputs:{valueMemberPath:"valueMemberPath",fillScale:"fillScale",actualFillScale:"actualFillScale",valueResolver:"valueResolver"},outputs:{triangulationStatusChanged:"triangulationStatusChanged"},providers:[{provide:Ae,useExisting:i.forwardRef((function(){return o}))},{provide:K,useExisting:i.forwardRef((function(){return o}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:i,template:"",isInline:!0,changeDetection:i.ChangeDetectionStrategy.OnPush}),o}(Ae);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:We,decorators:[{type:i.Component,args:[{selector:"igx-geographic-contour-line-series",template:"",providers:[{provide:Ae,useExisting:i.forwardRef((function(){return We}))},{provide:K,useExisting:i.forwardRef((function(){return We}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return We}))}],changeDetection:i.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{valueMemberPath:[{type:i.Input}],fillScale:[{type:i.Input}],actualFillScale:[{type:i.Input}],valueResolver:[{type:i.Input}],triangulationStatusChanged:[{type:i.Output}]}});var Ze=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,declarations:[We],imports:[o.CommonModule,n.IgxScatterContourSeriesDynamicModule],exports:[We,n.IgxScatterContourSeriesDynamicModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,n.IgxScatterContourSeriesDynamicModule],n.IgxScatterContourSeriesDynamicModule]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Ze,decorators:[{type:i.NgModule,args:[{declarations:[We],imports:[o.CommonModule,n.IgxScatterContourSeriesDynamicModule],exports:[We,n.IgxScatterContourSeriesDynamicModule],entryComponents:[]}]}]});var Xe=function(){function e(){r.TypeRegistrar.registerCons("IgxGeographicContourLineSeriesComponent",We),r.TypeRegistrar.register("GeographicContourLineSeries",He.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,Ze],exports:[Ze]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,Ze],Ze]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Xe,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,Ze],exports:[Ze],entryComponents:[We]}]}],ctorParameters:function(){return[]}});var Ye=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,re,le,pe,r.IgxHeatTileGeneratorModule,Ie,n.IgxSizeScaleModule,n.IgxValueBrushScaleModule,n.IgxCustomPaletteColorScaleModule,De,Re,Ge,qe,Ze,X,r.IgxShapeDataSourceModule],exports:[re,le,pe,r.IgxHeatTileGeneratorModule,Ie,n.IgxSizeScaleModule,n.IgxValueBrushScaleModule,n.IgxCustomPaletteColorScaleModule,De,Re,Ge,qe,Ze,X,r.IgxShapeDataSourceModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,re,le,pe,r.IgxHeatTileGeneratorModule,Ie,n.IgxSizeScaleModule,n.IgxValueBrushScaleModule,n.IgxCustomPaletteColorScaleModule,De,Re,Ge,qe,Ze,X,r.IgxShapeDataSourceModule],re,le,pe,r.IgxHeatTileGeneratorModule,Ie,n.IgxSizeScaleModule,n.IgxValueBrushScaleModule,n.IgxCustomPaletteColorScaleModule,De,Re,Ge,qe,Ze,X,r.IgxShapeDataSourceModule]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Ye,decorators:[{type:i.NgModule,args:[{declarations:[],exports:[re,le,pe,r.IgxHeatTileGeneratorModule,Ie,n.IgxSizeScaleModule,n.IgxValueBrushScaleModule,n.IgxCustomPaletteColorScaleModule,De,Re,Ge,qe,Ze,X,r.IgxShapeDataSourceModule],imports:[o.CommonModule,re,le,pe,r.IgxHeatTileGeneratorModule,Ie,n.IgxSizeScaleModule,n.IgxValueBrushScaleModule,n.IgxCustomPaletteColorScaleModule,De,Re,Ge,qe,Ze,X,r.IgxShapeDataSourceModule],entryComponents:[]}]}]});var Ke=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,oe,ce,ye,r.IgxHeatTileGeneratorDynamicModule,we,n.IgxSizeScaleDynamicModule,n.IgxValueBrushScaleDynamicModule,n.IgxCustomPaletteColorScaleDynamicModule,Te,Ve,Fe,Ue,Xe,Y,r.IgxShapeDataSourceDynamicModule,Ye],exports:[oe,ce,ye,r.IgxHeatTileGeneratorDynamicModule,we,n.IgxSizeScaleDynamicModule,n.IgxValueBrushScaleDynamicModule,n.IgxCustomPaletteColorScaleDynamicModule,Te,Ve,Fe,Ue,Xe,Y,r.IgxShapeDataSourceDynamicModule,Ye]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,oe,ce,ye,r.IgxHeatTileGeneratorDynamicModule,we,n.IgxSizeScaleDynamicModule,n.IgxValueBrushScaleDynamicModule,n.IgxCustomPaletteColorScaleDynamicModule,Te,Ve,Fe,Ue,Xe,Y,r.IgxShapeDataSourceDynamicModule,Ye],oe,ce,ye,r.IgxHeatTileGeneratorDynamicModule,we,n.IgxSizeScaleDynamicModule,n.IgxValueBrushScaleDynamicModule,n.IgxCustomPaletteColorScaleDynamicModule,Te,Ve,Fe,Ue,Xe,Y,r.IgxShapeDataSourceDynamicModule,Ye]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Ke,decorators:[{type:i.NgModule,args:[{declarations:[],exports:[oe,ce,ye,r.IgxHeatTileGeneratorDynamicModule,we,n.IgxSizeScaleDynamicModule,n.IgxValueBrushScaleDynamicModule,n.IgxCustomPaletteColorScaleDynamicModule,Te,Ve,Fe,Ue,Xe,Y,r.IgxShapeDataSourceDynamicModule,Ye],imports:[o.CommonModule,oe,ce,ye,r.IgxHeatTileGeneratorDynamicModule,we,n.IgxSizeScaleDynamicModule,n.IgxValueBrushScaleDynamicModule,n.IgxCustomPaletteColorScaleDynamicModule,Te,Ve,Fe,Ue,Xe,Y,r.IgxShapeDataSourceDynamicModule,Ye],entryComponents:[]}]}]});var Je=function(e){function i(){var t=null!==e&&e.apply(this,arguments)||this;return t._token=null,t._expires=0,t._ssl=!1,t}return t.__extends(i,e),Object.defineProperty(i.prototype,"token",{get:function(){return this._token},set:function(e){this._token=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"expires",{get:function(){return this._expires},set:function(e){this._expires=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"ssl",{get:function(){return this._ssl},set:function(e){this._ssl=e},enumerable:!1,configurable:!0}),i.$t=r.markType(i,"TokenResponseModel"),i}(r.Base),Qe=function(e){function i(){var t=null!==e&&e.apply(this,arguments)||this;return t._name=null,t._tileInfo=null,t}return t.__extends(i,e),Object.defineProperty(i.prototype,"name",{get:function(){return this._name},set:function(e){this._name=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tileInfo",{get:function(){return this._tileInfo},set:function(e){this._tileInfo=e},enumerable:!1,configurable:!0}),i.$t=r.markType(i,"MapServerResponseModel"),i}(r.Base),et=function(e){function i(){var t=null!==e&&e.apply(this,arguments)||this;return t._lods=null,t}return t.__extends(i,e),Object.defineProperty(i.prototype,"lods",{get:function(){return this._lods},set:function(e){this._lods=e},enumerable:!1,configurable:!0}),i.$t=r.markType(i,"TileInfoResponseModel"),i}(r.Base),tt=function(e){function i(){var t=null!==e&&e.apply(this,arguments)||this;return t._level=0,t._resolution=0,t._scale=0,t}return t.__extends(i,e),Object.defineProperty(i.prototype,"level",{get:function(){return this._level},set:function(e){this._level=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"resolution",{get:function(){return this._resolution},set:function(e){this._resolution=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"scale",{get:function(){return this._scale},set:function(e){this._scale=e},enumerable:!1,configurable:!0}),i.$t=r.markType(i,"LevelOfDetailResponseModel"),i}(r.Base),it=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.$t=r.markType(i,"GeographicProportionalSymbolSeriesBaseView",m.$),i}(m),nt=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.$t=r.markType(i,"GeographicShapeSeriesBaseBaseView",m.$),i}(m),rt=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.$t=r.markType(i,"GeographicSymbolSeriesBaseView",m.$),i}(m),ot=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.$t=r.markType(i,"GeographicXYTriangulatingSeriesBaseView",m.$),i}(m),at=function(e){function i(){var t=e.call(this)||this;return t.b=null,t.a=null,t.a=new r.List$1(r.String_$type,0),t}return t.__extends(i,e),i.$t=r.markType(i,"ImageryMetadata"),i}(r.Base),st=function(e){function i(){var t=e.call(this)||this;return t.a=null,t.a=new r.List$1(at.$,0),t}return t.__extends(i,e),i.$t=r.markType(i,"BingResourceSet"),i}(r.Base),ut=function(e){function i(){var t=e.call(this)||this;return t.a=null,t.a=new r.List$1(st.$,0),t}return t.__extends(i,e),i.$t=r.markType(i,"BingResponse"),i}(r.Base),lt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=r.markType(i,"GeographicMarkerSeriesBase",xe.$),i}(xe),ct=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=r.markType(i,"GeographicProportionalSymbolSeriesBase",lt.$),i}(lt),pt=function(e){function n(){return e.call(this)||this}return t.__extends(n,e),Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),n.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:n,deps:[],target:i["ɵɵFactoryTarget"].Component}),n.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:n,selector:"ng-component",usesInheritance:!0,ngImport:i,template:"",isInline:!0}),n}(Ce);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:pt,decorators:[{type:i.Component,args:[{template:""}]}],ctorParameters:function(){return[]}});var ht=function(e){function n(){return e.call(this)||this}return t.__extends(n,e),Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),n.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:n,deps:[],target:i["ɵɵFactoryTarget"].Component}),n.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:n,selector:"ng-component",usesInheritance:!0,ngImport:i,template:"",isInline:!0}),n}(pt);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:ht,decorators:[{type:i.Component,args:[{template:""}]}],ctorParameters:function(){return[]}});var gt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=r.markType(i,"GeographicShapeSeriesBaseBase",y.$),i}(y),yt=function(e){function n(){return e.call(this)||this}return t.__extends(n,e),Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),n.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:n,deps:[],target:i["ɵɵFactoryTarget"].Component}),n.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:n,selector:"ng-component",usesInheritance:!0,ngImport:i,template:"",isInline:!0}),n}(K);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:yt,decorators:[{type:i.Component,args:[{template:""}]}],ctorParameters:function(){return[]}});var mt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=r.markType(i,"GeographicSymbolSeriesBase",lt.$),i}(lt),ft=function(e){function n(){return e.call(this)||this}return t.__extends(n,e),Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),n.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:n,deps:[],target:i["ɵɵFactoryTarget"].Component}),n.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:n,selector:"ng-component",usesInheritance:!0,ngImport:i,template:"",isInline:!0}),n}(pt);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:ft,decorators:[{type:i.Component,args:[{template:""}]}],ctorParameters:function(){return[]}});var dt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=r.markType(i,"GeographicXYTriangulatingSeriesBase",y.$),i}(y),bt=function(e){function n(){return e.call(this)||this}return t.__extends(n,e),Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),n.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:n,deps:[],target:i["ɵɵFactoryTarget"].Component}),n.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:n,selector:"ng-component",usesInheritance:!0,ngImport:i,template:"",isInline:!0}),n}(K);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:bt,decorators:[{type:i.Component,args:[{template:""}]}],ctorParameters:function(){return[]}}),e.ArcGISOnlineMapImagery=H,e.BingMapsImageryStyle=D,e.BingMapsImageryStyle_$type=T,e.BingMapsMapImagery=V,e.BingMapsMapImageryView=R,e.BingResourceSet=st,e.BingResponse=ut,e.CustomMapImagery=q,e.GeographicContourLineSeries=He,e.GeographicContourLineSeriesView=Le,e.GeographicHighDensityScatterSeries=Ne,e.GeographicHighDensityScatterSeriesView=Ee,e.GeographicMapImagery=d,e.GeographicMapImageryView=b,e.GeographicMapSeriesHost=y,e.GeographicMarkerSeries=xe,e.GeographicMarkerSeriesBase=lt,e.GeographicPolylineSeries=se,e.GeographicPolylineSeriesView=ae,e.GeographicProportionalSymbolSeries=ke,e.GeographicProportionalSymbolSeriesBase=ct,e.GeographicProportionalSymbolSeriesBaseView=it,e.GeographicProportionalSymbolSeriesView=_e,e.GeographicScatterAreaSeries=C,e.GeographicScatterAreaSeriesView=S,e.GeographicShapeSeries=ie,e.GeographicShapeSeriesBase=Q,e.GeographicShapeSeriesBaseBase=gt,e.GeographicShapeSeriesBaseBaseView=nt,e.GeographicShapeSeriesBaseView=ee,e.GeographicShapeSeriesView=te,e.GeographicSymbolSeries=Oe,e.GeographicSymbolSeriesBase=mt,e.GeographicSymbolSeriesBaseView=rt,e.GeographicSymbolSeriesView=je,e.GeographicTileSeries=Se,e.GeographicXYTriangulatingSeries=w,e.GeographicXYTriangulatingSeriesBase=dt,e.GeographicXYTriangulatingSeriesBaseView=ot,e.GeographicXYTriangulatingSeriesView=v,e.HostSeriesView=m,e.IgxArcGISOnlineMapImagery=W,e.IgxArcGISOnlineMapImageryDynamicModule=Z,e.IgxArcGISOnlineMapImageryModule=L,e.IgxBingMapsMapImagery=A,e.IgxBingMapsMapImageryDynamicModule=B,e.IgxBingMapsMapImageryModule=k,e.IgxCustomMapImagery=z,e.IgxCustomMapImageryDynamicModule=U,e.IgxCustomMapImageryModule=N,e.IgxGeographicContourLineSeriesComponent=We,e.IgxGeographicContourLineSeriesDynamicModule=Xe,e.IgxGeographicContourLineSeriesModule=Ze,e.IgxGeographicHighDensityScatterSeriesComponent=ze,e.IgxGeographicHighDensityScatterSeriesDynamicModule=Ue,e.IgxGeographicHighDensityScatterSeriesModule=qe,e.IgxGeographicMapComponent=_,e.IgxGeographicMapCoreDynamicModule=Y,e.IgxGeographicMapCoreModule=X,e.IgxGeographicMapDynamicModule=Ke,e.IgxGeographicMapImagery=O,e.IgxGeographicMapModule=Ye,e.IgxGeographicMapSeriesHostComponent=K,e.IgxGeographicMarkerSeriesBaseComponent=pt,e.IgxGeographicMarkerSeriesComponent=Ce,e.IgxGeographicPolylineSeriesComponent=ue,e.IgxGeographicPolylineSeriesDynamicModule=ce,e.IgxGeographicPolylineSeriesModule=le,e.IgxGeographicProportionalSymbolSeriesBaseComponent=ht,e.IgxGeographicProportionalSymbolSeriesComponent=Pe,e.IgxGeographicProportionalSymbolSeriesDynamicModule=Te,e.IgxGeographicProportionalSymbolSeriesModule=De,e.IgxGeographicScatterAreaSeriesComponent=Be,e.IgxGeographicScatterAreaSeriesDynamicModule=Fe,e.IgxGeographicScatterAreaSeriesModule=Ge,e.IgxGeographicShapeSeriesBaseBaseComponent=yt,e.IgxGeographicShapeSeriesBaseComponent=J,e.IgxGeographicShapeSeriesComponent=ne,e.IgxGeographicShapeSeriesDynamicModule=oe,e.IgxGeographicShapeSeriesModule=re,e.IgxGeographicSymbolSeriesBaseComponent=ft,e.IgxGeographicSymbolSeriesComponent=$e,e.IgxGeographicSymbolSeriesDynamicModule=Ve,e.IgxGeographicSymbolSeriesModule=Re,e.IgxGeographicTileSeriesComponent=Me,e.IgxGeographicTileSeriesDynamicModule=we,e.IgxGeographicTileSeriesModule=Ie,e.IgxGeographicXYTriangulatingSeriesBaseComponent=bt,e.IgxGeographicXYTriangulatingSeriesComponent=Ae,e.IgxImageTilesReadyEventArgs=x,e.IgxImagesChangedEventArgs=j,e.IgxOpenStreetMapImagery=F,e.IgxOpenStreetMapImageryDynamicModule=E,e.IgxOpenStreetMapImageryModule=G,e.IgxSubDomainsCollection=P,e.IgxTileGeneratorMapImagery=ge,e.IgxTileGeneratorMapImageryDynamicModule=ye,e.IgxTileGeneratorMapImageryModule=pe,e.IgxTileSeriesComponent=de,e.IgxTileSeriesDynamicModule=ve,e.IgxTileSeriesModule=be,e.ImageTilesReadyEventArgs=h,e.ImageryMetadata=at,e.ImagesChangedEventArgs=g,e.LevelOfDetailResponseModel=tt,e.MapBackgroundTilingMode=u,e.MapBackgroundTilingMode_$type=l,e.MapResizeBehavior=a,e.MapResizeBehavior_$type=s,e.MapServerResponseModel=Qe,e.OpenStreetMapImagery=I,e.SphericalMercatorHorizontalScaler=p,e.SphericalMercatorVerticalScaler=c,e.SubDomainsCollection=$,e.TileGeneratorMapImagery=he,e.TileInfoResponseModel=et,e.TileSeries=me,e.TileSeriesView=fe,e.TokenResponseModel=Je,e.XamGeographicMap=f,e.XamGeographicMapView=M,Object.defineProperty(e,"__esModule",{value:!0})}));
|