-
Notifications
You must be signed in to change notification settings - Fork 0
/
966.fcdb7ef8db5d334e.js
1 lines (1 loc) · 39.3 KB
/
966.fcdb7ef8db5d334e.js
1
"use strict";(self.webpackChunkngx_admin_demo=self.webpackChunkngx_admin_demo||[]).push([[966],{11966:(Ge,x,g)=>{g.r(x),g.d(x,{MapsModule:()=>we});var o=g(94650),$=g(36895),c=g(591),q=g(56498),y=(g(8929),g(23426)),ee=g(87545);g(72986),g(24850),g(7625);const F=["*"];class p{constructor(n){this._ngZone=n,this._pending=[],this._listeners=[],this._targetStream=new c.X(void 0)}_clearListeners(){for(const n of this._listeners)n.remove();this._listeners=[]}getLazyEmitter(n){return this._targetStream.pipe((0,ee.w)(e=>{const t=new q.y(a=>{if(!e)return void this._pending.push({observable:t,observer:a});const r=e.addListener(n,l=>{this._ngZone.run(()=>a.next(l))});return this._listeners.push(r),()=>r.remove()});return t}))}setTarget(n){const e=this._targetStream.value;n!==e&&(e&&(this._clearListeners(),this._pending=[]),this._targetStream.next(n),this._pending.forEach(t=>t.observable.subscribe(t.observer)),this._pending=[])}destroy(){this._clearListeners(),this._pending=[],this._targetStream.complete()}}const O={center:{lat:37.421995,lng:-122.084092},zoom:17,mapTypeId:"roadmap"},Z="500px",B="500px";let u=(()=>{class i{constructor(e,t,a){if(this._elementRef=e,this._ngZone=t,this._eventManager=new p(this._ngZone),this.height=Z,this.width=B,this._options=O,this.authFailure=new o.EventEmitter,this.boundsChanged=this._eventManager.getLazyEmitter("bounds_changed"),this.centerChanged=this._eventManager.getLazyEmitter("center_changed"),this.mapClick=this._eventManager.getLazyEmitter("click"),this.mapDblclick=this._eventManager.getLazyEmitter("dblclick"),this.mapDrag=this._eventManager.getLazyEmitter("drag"),this.mapDragend=this._eventManager.getLazyEmitter("dragend"),this.mapDragstart=this._eventManager.getLazyEmitter("dragstart"),this.headingChanged=this._eventManager.getLazyEmitter("heading_changed"),this.idle=this._eventManager.getLazyEmitter("idle"),this.maptypeidChanged=this._eventManager.getLazyEmitter("maptypeid_changed"),this.mapMousemove=this._eventManager.getLazyEmitter("mousemove"),this.mapMouseout=this._eventManager.getLazyEmitter("mouseout"),this.mapMouseover=this._eventManager.getLazyEmitter("mouseover"),this.projectionChanged=this._eventManager.getLazyEmitter("projection_changed"),this.mapRightclick=this._eventManager.getLazyEmitter("rightclick"),this.tilesloaded=this._eventManager.getLazyEmitter("tilesloaded"),this.tiltChanged=this._eventManager.getLazyEmitter("tilt_changed"),this.zoomChanged=this._eventManager.getLazyEmitter("zoom_changed"),this._isBrowser=(0,$.NF)(a),this._isBrowser){const r=window;this._existingAuthFailureCallback=r.gm_authFailure,r.gm_authFailure=()=>{this._existingAuthFailureCallback&&this._existingAuthFailureCallback(),this.authFailure.emit()}}}set center(e){this._center=e}set zoom(e){this._zoom=e}set options(e){this._options=e||O}ngOnChanges(e){(e.height||e.width)&&this._setSize();const t=this.googleMap;t&&(e.options&&t.setOptions(this._combineOptions()),e.center&&this._center&&t.setCenter(this._center),e.zoom&&null!=this._zoom&&t.setZoom(this._zoom),e.mapTypeId&&this.mapTypeId&&t.setMapTypeId(this.mapTypeId))}ngOnInit(){this._isBrowser&&(this._mapEl=this._elementRef.nativeElement.querySelector(".map-container"),this._setSize(),this._ngZone.runOutsideAngular(()=>{this.googleMap=new google.maps.Map(this._mapEl,this._combineOptions())}),this._eventManager.setTarget(this.googleMap))}ngOnDestroy(){this._eventManager.destroy(),this._isBrowser&&(window.gm_authFailure=this._existingAuthFailureCallback)}fitBounds(e,t){this._assertInitialized(),this.googleMap.fitBounds(e,t)}panBy(e,t){this._assertInitialized(),this.googleMap.panBy(e,t)}panTo(e){this._assertInitialized(),this.googleMap.panTo(e)}panToBounds(e,t){this._assertInitialized(),this.googleMap.panToBounds(e,t)}getBounds(){return this._assertInitialized(),this.googleMap.getBounds()||null}getCenter(){return this._assertInitialized(),this.googleMap.getCenter()}getClickableIcons(){return this._assertInitialized(),this.googleMap.getClickableIcons()}getHeading(){return this._assertInitialized(),this.googleMap.getHeading()}getMapTypeId(){return this._assertInitialized(),this.googleMap.getMapTypeId()}getProjection(){return this._assertInitialized(),this.googleMap.getProjection()}getStreetView(){return this._assertInitialized(),this.googleMap.getStreetView()}getTilt(){return this._assertInitialized(),this.googleMap.getTilt()}getZoom(){return this._assertInitialized(),this.googleMap.getZoom()}get controls(){return this._assertInitialized(),this.googleMap.controls}get data(){return this._assertInitialized(),this.googleMap.data}get mapTypes(){return this._assertInitialized(),this.googleMap.mapTypes}get overlayMapTypes(){return this._assertInitialized(),this.googleMap.overlayMapTypes}_setSize(){if(this._mapEl){const e=this._mapEl.style;e.height=null===this.height?"":j(this.height)||Z,e.width=null===this.width?"":j(this.width)||B}}_combineOptions(){var e,t;const a=this._options||{};return Object.assign(Object.assign({},a),{center:this._center||a.center||O.center,zoom:null!==(t=null!==(e=this._zoom)&&void 0!==e?e:a.zoom)&&void 0!==t?t:O.zoom,mapTypeId:this.mapTypeId||a.mapTypeId||O.mapTypeId})}_assertInitialized(){}}return i.\u0275fac=function(e){return new(e||i)(o.\u0275\u0275directiveInject(o.ElementRef),o.\u0275\u0275directiveInject(o.NgZone),o.\u0275\u0275directiveInject(o.PLATFORM_ID))},i.\u0275cmp=o.\u0275\u0275defineComponent({type:i,selectors:[["google-map"]],inputs:{height:"height",width:"width",center:"center",zoom:"zoom",options:"options",mapTypeId:"mapTypeId"},outputs:{authFailure:"authFailure",boundsChanged:"boundsChanged",centerChanged:"centerChanged",mapClick:"mapClick",mapDblclick:"mapDblclick",mapDrag:"mapDrag",mapDragend:"mapDragend",mapDragstart:"mapDragstart",headingChanged:"headingChanged",idle:"idle",maptypeidChanged:"maptypeidChanged",mapMousemove:"mapMousemove",mapMouseout:"mapMouseout",mapMouseover:"mapMouseover",projectionChanged:"projectionChanged",mapRightclick:"mapRightclick",tilesloaded:"tilesloaded",tiltChanged:"tiltChanged",zoomChanged:"zoomChanged"},exportAs:["googleMap"],features:[o.\u0275\u0275NgOnChangesFeature],ngContentSelectors:F,decls:2,vars:0,consts:[[1,"map-container"]],template:function(e,t){1&e&&(o.\u0275\u0275projectionDef(),o.\u0275\u0275element(0,"div",0),o.\u0275\u0275projection(1))},encapsulation:2,changeDetection:0}),i})();const te=/([A-Za-z%]+)$/;function j(i){return null==i?"":te.test(i)?i:`${i}px`}const le={position:{lat:37.421995,lng:-122.084092}};let P=(()=>{class i{constructor(e,t){this._googleMap=e,this._ngZone=t,this._eventManager=new p(this._ngZone),this.animationChanged=this._eventManager.getLazyEmitter("animation_changed"),this.mapClick=this._eventManager.getLazyEmitter("click"),this.clickableChanged=this._eventManager.getLazyEmitter("clickable_changed"),this.cursorChanged=this._eventManager.getLazyEmitter("cursor_changed"),this.mapDblclick=this._eventManager.getLazyEmitter("dblclick"),this.mapDrag=this._eventManager.getLazyEmitter("drag"),this.mapDragend=this._eventManager.getLazyEmitter("dragend"),this.draggableChanged=this._eventManager.getLazyEmitter("draggable_changed"),this.mapDragstart=this._eventManager.getLazyEmitter("dragstart"),this.flatChanged=this._eventManager.getLazyEmitter("flat_changed"),this.iconChanged=this._eventManager.getLazyEmitter("icon_changed"),this.mapMousedown=this._eventManager.getLazyEmitter("mousedown"),this.mapMouseout=this._eventManager.getLazyEmitter("mouseout"),this.mapMouseover=this._eventManager.getLazyEmitter("mouseover"),this.mapMouseup=this._eventManager.getLazyEmitter("mouseup"),this.positionChanged=this._eventManager.getLazyEmitter("position_changed"),this.mapRightclick=this._eventManager.getLazyEmitter("rightclick"),this.shapeChanged=this._eventManager.getLazyEmitter("shape_changed"),this.titleChanged=this._eventManager.getLazyEmitter("title_changed"),this.visibleChanged=this._eventManager.getLazyEmitter("visible_changed"),this.zindexChanged=this._eventManager.getLazyEmitter("zindex_changed")}set title(e){this._title=e}set position(e){this._position=e}set label(e){this._label=e}set clickable(e){this._clickable=e}set options(e){this._options=e}set icon(e){this._icon=e}set visible(e){this._visible=e}ngOnInit(){this._googleMap._isBrowser&&(this._ngZone.runOutsideAngular(()=>{this.marker=new google.maps.Marker(this._combineOptions())}),this._assertInitialized(),this.marker.setMap(this._googleMap.googleMap),this._eventManager.setTarget(this.marker))}ngOnChanges(e){const{marker:t,_title:a,_position:r,_label:l,_clickable:s,_icon:M,_visible:v}=this;t&&(e.options&&t.setOptions(this._combineOptions()),e.title&&void 0!==a&&t.setTitle(a),e.position&&r&&t.setPosition(r),e.label&&void 0!==l&&t.setLabel(l),e.clickable&&void 0!==s&&t.setClickable(s),e.icon&&M&&t.setIcon(M),e.visible&&void 0!==v&&t.setVisible(v))}ngOnDestroy(){this._eventManager.destroy(),this.marker&&this.marker.setMap(null)}getAnimation(){return this._assertInitialized(),this.marker.getAnimation()||null}getClickable(){return this._assertInitialized(),this.marker.getClickable()}getCursor(){return this._assertInitialized(),this.marker.getCursor()||null}getDraggable(){return this._assertInitialized(),!!this.marker.getDraggable()}getIcon(){return this._assertInitialized(),this.marker.getIcon()||null}getLabel(){return this._assertInitialized(),this.marker.getLabel()||null}getOpacity(){return this._assertInitialized(),this.marker.getOpacity()||null}getPosition(){return this._assertInitialized(),this.marker.getPosition()||null}getShape(){return this._assertInitialized(),this.marker.getShape()||null}getTitle(){return this._assertInitialized(),this.marker.getTitle()||null}getVisible(){return this._assertInitialized(),this.marker.getVisible()}getZIndex(){return this._assertInitialized(),this.marker.getZIndex()||null}getAnchor(){return this._assertInitialized(),this.marker}_combineOptions(){var e,t;const a=this._options||le;return Object.assign(Object.assign({},a),{title:this._title||a.title,position:this._position||a.position,label:this._label||a.label,clickable:null!==(e=this._clickable)&&void 0!==e?e:a.clickable,map:this._googleMap.googleMap,icon:this._icon||a.icon,visible:null!==(t=this._visible)&&void 0!==t?t:a.visible})}_assertInitialized(){}}return i.\u0275fac=function(e){return new(e||i)(o.\u0275\u0275directiveInject(u),o.\u0275\u0275directiveInject(o.NgZone))},i.\u0275dir=o.\u0275\u0275defineDirective({type:i,selectors:[["map-marker"]],inputs:{title:"title",position:"position",label:"label",clickable:"clickable",options:"options",icon:"icon",visible:"visible"},outputs:{animationChanged:"animationChanged",mapClick:"mapClick",clickableChanged:"clickableChanged",cursorChanged:"cursorChanged",mapDblclick:"mapDblclick",mapDrag:"mapDrag",mapDragend:"mapDragend",draggableChanged:"draggableChanged",mapDragstart:"mapDragstart",flatChanged:"flatChanged",iconChanged:"iconChanged",mapMousedown:"mapMousedown",mapMouseout:"mapMouseout",mapMouseover:"mapMouseover",mapMouseup:"mapMouseup",positionChanged:"positionChanged",mapRightclick:"mapRightclick",shapeChanged:"shapeChanged",titleChanged:"titleChanged",visibleChanged:"visibleChanged",zindexChanged:"zindexChanged"},exportAs:["mapMarker"],features:[o.\u0275\u0275NgOnChangesFeature]}),i})(),ve=(()=>{class i{}return i.\u0275fac=function(e){return new(e||i)},i.\u0275mod=o.\u0275\u0275defineNgModule({type:i}),i.\u0275inj=o.\u0275\u0275defineInjector({}),i})();var N=g(29580),U=g(85446),m=g(36685),ye=g(87431),A=g(7672);let H=(()=>{class i{static#e=this.\u0275fac=function(t){return new(t||i)};static#t=this.\u0275cmp=o.\u0275\u0275defineComponent({type:i,selectors:[["ngx-maps"]],decls:1,vars:0,template:function(t,a){1&t&&o.\u0275\u0275element(0,"router-outlet")},dependencies:[A.lC],encapsulation:2})}return i})(),K=(()=>{class i{constructor(){this.position={lat:51.678418,lng:7.809007}}static#e=this.\u0275fac=function(t){return new(t||i)};static#t=this.\u0275cmp=o.\u0275\u0275defineComponent({type:i,selectors:[["ngx-gmaps"]],decls:6,vars:3,consts:[["width","100%","height","36.5625rem",3,"center","zoom"],[3,"position"]],template:function(t,a){1&t&&(o.\u0275\u0275elementStart(0,"nb-card")(1,"nb-card-header"),o.\u0275\u0275text(2,"Google Maps"),o.\u0275\u0275elementEnd(),o.\u0275\u0275elementStart(3,"nb-card-body")(4,"google-map",0),o.\u0275\u0275element(5,"map-marker",1),o.\u0275\u0275elementEnd()()()),2&t&&(o.\u0275\u0275advance(4),o.\u0275\u0275property("center",a.position)("zoom",8),o.\u0275\u0275advance(1),o.\u0275\u0275property("position",a.position))},dependencies:[u,P,m.Asz,m.yKW,m.ndF],styles:["[_nghost-%COMP%] nb-card-body[_ngcontent-%COMP%]{padding:0}[_nghost-%COMP%] agm-map{width:100%;height:var(--card-height-large)}"]})}return i})();var W=g(98407);let V=(()=>{class i{constructor(){this.options={layers:[W.tileLayer("http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",{maxZoom:18,attribution:"..."})],zoom:5,center:W.latLng({lat:38.991709,lng:-76.886109})}}static#e=this.\u0275fac=function(t){return new(t||i)};static#t=this.\u0275cmp=o.\u0275\u0275defineComponent({type:i,selectors:[["ngx-leaflet"]],decls:5,vars:1,consts:[["leaflet","",3,"leafletOptions"]],template:function(t,a){1&t&&(o.\u0275\u0275elementStart(0,"nb-card")(1,"nb-card-header"),o.\u0275\u0275text(2,"Leaflet Maps"),o.\u0275\u0275elementEnd(),o.\u0275\u0275elementStart(3,"nb-card-body"),o.\u0275\u0275element(4,"div",0),o.\u0275\u0275elementEnd()()),2&t&&(o.\u0275\u0275advance(4),o.\u0275\u0275property("leafletOptions",a.options))},dependencies:[N.je,m.Asz,m.yKW,m.ndF],styles:["[_nghost-%COMP%] nb-card-body[_ngcontent-%COMP%]{padding:0}[_nghost-%COMP%] .leaflet-top, [_nghost-%COMP%] .leaflet-bottom{z-index:997}[_nghost-%COMP%] .leaflet-container{width:100%;height:var(--card-height-large)}[_nghost-%COMP%] .leaflet-control-zoom a{text-decoration:none}"]})}return i})();var fe=g(44290),Ce=g(13347),be=g(80529);let Q=(()=>{class i{constructor(e,t){this.theme=e,this.http=t,this.latlong={},this.max=-1/0,this.min=1/0,this.alive=!0,(0,y.aj)([this.http.get("assets/map/world.json"),this.theme.getJsTheme()]).pipe((0,fe.o)(()=>this.alive)).subscribe(([a,r])=>{(0,Ce.registerMap)("world",a);const l=r.variables;this.bubbleTheme=r.variables.bubbleMap,this.geoColors=[l.primary,l.info,l.success,l.warning,l.danger],this.latlong={AD:{latitude:42.5,longitude:1.5},AE:{latitude:24,longitude:54},AF:{latitude:33,longitude:65},AG:{latitude:17.05,longitude:-61.8},AI:{latitude:18.25,longitude:-63.1667},AL:{latitude:41,longitude:20},AM:{latitude:40,longitude:45},AN:{latitude:12.25,longitude:-68.75},AO:{latitude:-12.5,longitude:18.5},AP:{latitude:35,longitude:105},AQ:{latitude:-90,longitude:0},AR:{latitude:-34,longitude:-64},AS:{latitude:-14.3333,longitude:-170},AT:{latitude:47.3333,longitude:13.3333},AU:{latitude:-27,longitude:133},AW:{latitude:12.5,longitude:-69.9667},AZ:{latitude:40.5,longitude:47.5},BA:{latitude:44,longitude:18},BB:{latitude:13.1667,longitude:-59.5333},BD:{latitude:24,longitude:90},BE:{latitude:50.8333,longitude:4},BF:{latitude:13,longitude:-2},BG:{latitude:43,longitude:25},BH:{latitude:26,longitude:50.55},BI:{latitude:-3.5,longitude:30},BJ:{latitude:9.5,longitude:2.25},BM:{latitude:32.3333,longitude:-64.75},BN:{latitude:4.5,longitude:114.6667},BO:{latitude:-17,longitude:-65},BR:{latitude:-10,longitude:-55},BS:{latitude:24.25,longitude:-76},BT:{latitude:27.5,longitude:90.5},BV:{latitude:-54.4333,longitude:3.4},BW:{latitude:-22,longitude:24},BY:{latitude:53,longitude:28},BZ:{latitude:17.25,longitude:-88.75},CA:{latitude:54,longitude:-100},CC:{latitude:-12.5,longitude:96.8333},CD:{latitude:0,longitude:25},CF:{latitude:7,longitude:21},CG:{latitude:-1,longitude:15},CH:{latitude:47,longitude:8},CI:{latitude:8,longitude:-5},CK:{latitude:-21.2333,longitude:-159.7667},CL:{latitude:-30,longitude:-71},CM:{latitude:6,longitude:12},CN:{latitude:35,longitude:105},CO:{latitude:4,longitude:-72},CR:{latitude:10,longitude:-84},CU:{latitude:21.5,longitude:-80},CV:{latitude:16,longitude:-24},CX:{latitude:-10.5,longitude:105.6667},CY:{latitude:35,longitude:33},CZ:{latitude:49.75,longitude:15.5},DE:{latitude:51,longitude:9},DJ:{latitude:11.5,longitude:43},DK:{latitude:56,longitude:10},DM:{latitude:15.4167,longitude:-61.3333},DO:{latitude:19,longitude:-70.6667},DZ:{latitude:28,longitude:3},EC:{latitude:-2,longitude:-77.5},EE:{latitude:59,longitude:26},EG:{latitude:27,longitude:30},EH:{latitude:24.5,longitude:-13},ER:{latitude:15,longitude:39},ES:{latitude:40,longitude:-4},ET:{latitude:8,longitude:38},EU:{latitude:47,longitude:8},FI:{latitude:62,longitude:26},FJ:{latitude:-18,longitude:175},FK:{latitude:-51.75,longitude:-59},FM:{latitude:6.9167,longitude:158.25},FO:{latitude:62,longitude:-7},FR:{latitude:46,longitude:2},GA:{latitude:-1,longitude:11.75},GB:{latitude:54,longitude:-2},GD:{latitude:12.1167,longitude:-61.6667},GE:{latitude:42,longitude:43.5},GF:{latitude:4,longitude:-53},GH:{latitude:8,longitude:-2},GI:{latitude:36.1833,longitude:-5.3667},GL:{latitude:72,longitude:-40},GM:{latitude:13.4667,longitude:-16.5667},GN:{latitude:11,longitude:-10},GP:{latitude:16.25,longitude:-61.5833},GQ:{latitude:2,longitude:10},GR:{latitude:39,longitude:22},GS:{latitude:-54.5,longitude:-37},GT:{latitude:15.5,longitude:-90.25},GU:{latitude:13.4667,longitude:144.7833},GW:{latitude:12,longitude:-15},GY:{latitude:5,longitude:-59},HK:{latitude:22.25,longitude:114.1667},HM:{latitude:-53.1,longitude:72.5167},HN:{latitude:15,longitude:-86.5},HR:{latitude:45.1667,longitude:15.5},HT:{latitude:19,longitude:-72.4167},HU:{latitude:47,longitude:20},ID:{latitude:-5,longitude:120},IE:{latitude:53,longitude:-8},IL:{latitude:31.5,longitude:34.75},IN:{latitude:20,longitude:77},IO:{latitude:-6,longitude:71.5},IQ:{latitude:33,longitude:44},IR:{latitude:32,longitude:53},IS:{latitude:65,longitude:-18},IT:{latitude:42.8333,longitude:12.8333},JM:{latitude:18.25,longitude:-77.5},JO:{latitude:31,longitude:36},JP:{latitude:36,longitude:138},KE:{latitude:1,longitude:38},KG:{latitude:41,longitude:75},KH:{latitude:13,longitude:105},KI:{latitude:1.4167,longitude:173},KM:{latitude:-12.1667,longitude:44.25},KN:{latitude:17.3333,longitude:-62.75},KP:{latitude:40,longitude:127},KR:{latitude:37,longitude:127.5},KW:{latitude:29.3375,longitude:47.6581},KY:{latitude:19.5,longitude:-80.5},KZ:{latitude:48,longitude:68},LA:{latitude:18,longitude:105},LB:{latitude:33.8333,longitude:35.8333},LC:{latitude:13.8833,longitude:-61.1333},LI:{latitude:47.1667,longitude:9.5333},LK:{latitude:7,longitude:81},LR:{latitude:6.5,longitude:-9.5},LS:{latitude:-29.5,longitude:28.5},LT:{latitude:55,longitude:24},LU:{latitude:49.75,longitude:6},LV:{latitude:57,longitude:25},LY:{latitude:25,longitude:17},MA:{latitude:32,longitude:-5},MC:{latitude:43.7333,longitude:7.4},MD:{latitude:47,longitude:29},ME:{latitude:42.5,longitude:19.4},MG:{latitude:-20,longitude:47},MH:{latitude:9,longitude:168},MK:{latitude:41.8333,longitude:22},ML:{latitude:17,longitude:-4},MM:{latitude:22,longitude:98},MN:{latitude:46,longitude:105},MO:{latitude:22.1667,longitude:113.55},MP:{latitude:15.2,longitude:145.75},MQ:{latitude:14.6667,longitude:-61},MR:{latitude:20,longitude:-12},MS:{latitude:16.75,longitude:-62.2},MT:{latitude:35.8333,longitude:14.5833},MU:{latitude:-20.2833,longitude:57.55},MV:{latitude:3.25,longitude:73},MW:{latitude:-13.5,longitude:34},MX:{latitude:23,longitude:-102},MY:{latitude:2.5,longitude:112.5},MZ:{latitude:-18.25,longitude:35},NA:{latitude:-22,longitude:17},NC:{latitude:-21.5,longitude:165.5},NE:{latitude:16,longitude:8},NF:{latitude:-29.0333,longitude:167.95},NG:{latitude:10,longitude:8},NI:{latitude:13,longitude:-85},NL:{latitude:52.5,longitude:5.75},NO:{latitude:62,longitude:10},NP:{latitude:28,longitude:84},NR:{latitude:-.5333,longitude:166.9167},NU:{latitude:-19.0333,longitude:-169.8667},NZ:{latitude:-41,longitude:174},OM:{latitude:21,longitude:57},PA:{latitude:9,longitude:-80},PE:{latitude:-10,longitude:-76},PF:{latitude:-15,longitude:-140},PG:{latitude:-6,longitude:147},PH:{latitude:13,longitude:122},PK:{latitude:30,longitude:70},PL:{latitude:52,longitude:20},PM:{latitude:46.8333,longitude:-56.3333},PR:{latitude:18.25,longitude:-66.5},PS:{latitude:32,longitude:35.25},PT:{latitude:39.5,longitude:-8},PW:{latitude:7.5,longitude:134.5},PY:{latitude:-23,longitude:-58},QA:{latitude:25.5,longitude:51.25},RE:{latitude:-21.1,longitude:55.6},RO:{latitude:46,longitude:25},RS:{latitude:44,longitude:21},RU:{latitude:60,longitude:100},RW:{latitude:-2,longitude:30},SA:{latitude:25,longitude:45},SB:{latitude:-8,longitude:159},SC:{latitude:-4.5833,longitude:55.6667},SD:{latitude:15,longitude:30},SE:{latitude:62,longitude:15},SG:{latitude:1.3667,longitude:103.8},SH:{latitude:-15.9333,longitude:-5.7},SI:{latitude:46,longitude:15},SJ:{latitude:78,longitude:20},SK:{latitude:48.6667,longitude:19.5},SL:{latitude:8.5,longitude:-11.5},SM:{latitude:43.7667,longitude:12.4167},SN:{latitude:14,longitude:-14},SO:{latitude:10,longitude:49},SR:{latitude:4,longitude:-56},ST:{latitude:1,longitude:7},SV:{latitude:13.8333,longitude:-88.9167},SY:{latitude:35,longitude:38},SZ:{latitude:-26.5,longitude:31.5},TC:{latitude:21.75,longitude:-71.5833},TD:{latitude:15,longitude:19},TF:{latitude:-43,longitude:67},TG:{latitude:8,longitude:1.1667},TH:{latitude:15,longitude:100},TJ:{latitude:39,longitude:71},TK:{latitude:-9,longitude:-172},TM:{latitude:40,longitude:60},TN:{latitude:34,longitude:9},TO:{latitude:-20,longitude:-175},TR:{latitude:39,longitude:35},TT:{latitude:11,longitude:-61},TV:{latitude:-8,longitude:178},TW:{latitude:23.5,longitude:121},TZ:{latitude:-6,longitude:35},UA:{latitude:49,longitude:32},UG:{latitude:1,longitude:32},UM:{latitude:19.2833,longitude:166.6},US:{latitude:38,longitude:-97},UY:{latitude:-33,longitude:-56},UZ:{latitude:41,longitude:64},VA:{latitude:41.9,longitude:12.45},VC:{latitude:13.25,longitude:-61.2},VE:{latitude:8,longitude:-66},VG:{latitude:18.5,longitude:-64.5},VI:{latitude:18.3333,longitude:-64.8333},VN:{latitude:16,longitude:106},VU:{latitude:-16,longitude:167},WF:{latitude:-13.3,longitude:-176.2},WS:{latitude:-13.5833,longitude:-172.3333},YE:{latitude:15,longitude:48},YT:{latitude:-12.8333,longitude:45.1667},ZA:{latitude:-29,longitude:24},ZM:{latitude:-15,longitude:30},ZW:{latitude:-20,longitude:30}},this.mapData=[{code:"AF",name:"Afghanistan",value:32358260,color:this.getRandomGeoColor()},{code:"AL",name:"Albania",value:3215988,color:this.getRandomGeoColor()},{code:"DZ",name:"Algeria",value:35980193,color:this.getRandomGeoColor()},{code:"AO",name:"Angola",value:19618432,color:this.getRandomGeoColor()},{code:"AR",name:"Argentina",value:40764561,color:this.getRandomGeoColor()},{code:"AM",name:"Armenia",value:3100236,color:this.getRandomGeoColor()},{code:"AU",name:"Australia",value:22605732,color:this.getRandomGeoColor()},{code:"AT",name:"Austria",value:8413429,color:this.getRandomGeoColor()},{code:"AZ",name:"Azerbaijan",value:9306023,color:this.getRandomGeoColor()},{code:"BH",name:"Bahrain",value:1323535,color:this.getRandomGeoColor()},{code:"BD",name:"Bangladesh",value:150493658,color:this.getRandomGeoColor()},{code:"BY",name:"Belarus",value:9559441,color:this.getRandomGeoColor()},{code:"BE",name:"Belgium",value:10754056,color:this.getRandomGeoColor()},{code:"BJ",name:"Benin",value:9099922,color:this.getRandomGeoColor()},{code:"BT",name:"Bhutan",value:738267,color:this.getRandomGeoColor()},{code:"BO",name:"Bolivia",value:10088108,color:this.getRandomGeoColor()},{code:"BA",name:"Bosnia and Herzegovina",value:3752228,color:this.getRandomGeoColor()},{code:"BW",name:"Botswana",value:2030738,color:this.getRandomGeoColor()},{code:"BR",name:"Brazil",value:196655014,color:this.getRandomGeoColor()},{code:"BN",name:"Brunei",value:405938,color:this.getRandomGeoColor()},{code:"BG",name:"Bulgaria",value:7446135,color:this.getRandomGeoColor()},{code:"BF",name:"Burkina Faso",value:16967845,color:this.getRandomGeoColor()},{code:"BI",name:"Burundi",value:8575172,color:this.getRandomGeoColor()},{code:"KH",name:"Cambodia",value:14305183,color:this.getRandomGeoColor()},{code:"CM",name:"Cameroon",value:20030362,color:this.getRandomGeoColor()},{code:"CA",name:"Canada",value:34349561,color:this.getRandomGeoColor()},{code:"CV",name:"Cape Verde",value:500585,color:this.getRandomGeoColor()},{code:"CF",name:"Central African Rep.",value:4486837,color:this.getRandomGeoColor()},{code:"TD",name:"Chad",value:11525496,color:this.getRandomGeoColor()},{code:"CL",name:"Chile",value:17269525,color:this.getRandomGeoColor()},{code:"CN",name:"China",value:1347565324,color:this.getRandomGeoColor()},{code:"CO",name:"Colombia",value:46927125,color:this.getRandomGeoColor()},{code:"KM",name:"Comoros",value:753943,color:this.getRandomGeoColor()},{code:"CD",name:"Congo, Dem. Rep.",value:67757577,color:this.getRandomGeoColor()},{code:"CG",name:"Congo, Rep.",value:4139748,color:this.getRandomGeoColor()},{code:"CR",name:"Costa Rica",value:4726575,color:this.getRandomGeoColor()},{code:"CI",name:"Cote d'Ivoire",value:20152894,color:this.getRandomGeoColor()},{code:"HR",name:"Croatia",value:4395560,color:this.getRandomGeoColor()},{code:"CU",name:"Cuba",value:11253665,color:this.getRandomGeoColor()},{code:"CY",name:"Cyprus",value:1116564,color:this.getRandomGeoColor()},{code:"CZ",name:"Czech Rep.",value:10534293,color:this.getRandomGeoColor()},{code:"DK",name:"Denmark",value:5572594,color:this.getRandomGeoColor()},{code:"DJ",name:"Djibouti",value:905564,color:this.getRandomGeoColor()},{code:"DO",name:"Dominican Rep.",value:10056181,color:this.getRandomGeoColor()},{code:"EC",name:"Ecuador",value:14666055,color:this.getRandomGeoColor()},{code:"EG",name:"Egypt",value:82536770,color:this.getRandomGeoColor()},{code:"SV",name:"El Salvador",value:6227491,color:this.getRandomGeoColor()},{code:"GQ",name:"Equatorial Guinea",value:720213,color:this.getRandomGeoColor()},{code:"ER",name:"Eritrea",value:5415280,color:this.getRandomGeoColor()},{code:"EE",name:"Estonia",value:1340537,color:this.getRandomGeoColor()},{code:"ET",name:"Ethiopia",value:84734262,color:this.getRandomGeoColor()},{code:"FJ",name:"Fiji",value:868406,color:this.getRandomGeoColor()},{code:"FI",name:"Finland",value:5384770,color:this.getRandomGeoColor()},{code:"FR",name:"France",value:63125894,color:this.getRandomGeoColor()},{code:"GA",name:"Gabon",value:1534262,color:this.getRandomGeoColor()},{code:"GM",name:"Gambia",value:1776103,color:this.getRandomGeoColor()},{code:"GE",name:"Georgia",value:4329026,color:this.getRandomGeoColor()},{code:"DE",name:"Germany",value:82162512,color:this.getRandomGeoColor()},{code:"GH",name:"Ghana",value:24965816,color:this.getRandomGeoColor()},{code:"GR",name:"Greece",value:11390031,color:this.getRandomGeoColor()},{code:"GT",name:"Guatemala",value:14757316,color:this.getRandomGeoColor()},{code:"GN",name:"Guinea",value:10221808,color:this.getRandomGeoColor()},{code:"GW",name:"Guinea-Bissau",value:1547061,color:this.getRandomGeoColor()},{code:"GY",name:"Guyana",value:756040,color:this.getRandomGeoColor()},{code:"HT",name:"Haiti",value:10123787,color:this.getRandomGeoColor()},{code:"HN",name:"Honduras",value:7754687,color:this.getRandomGeoColor()},{code:"HK",name:"Hong Kong, China",value:7122187,color:this.getRandomGeoColor()},{code:"HU",name:"Hungary",value:9966116,color:this.getRandomGeoColor()},{code:"IS",name:"Iceland",value:324366,color:this.getRandomGeoColor()},{code:"IN",name:"India",value:1241491960,color:this.getRandomGeoColor()},{code:"ID",name:"Indonesia",value:242325638,color:this.getRandomGeoColor()},{code:"IR",name:"Iran",value:74798599,color:this.getRandomGeoColor()},{code:"IQ",name:"Iraq",value:32664942,color:this.getRandomGeoColor()},{code:"IE",name:"Ireland",value:4525802,color:this.getRandomGeoColor()},{code:"IL",name:"Israel",value:7562194,color:this.getRandomGeoColor()},{code:"IT",name:"Italy",value:60788694,color:this.getRandomGeoColor()},{code:"JM",name:"Jamaica",value:2751273,color:this.getRandomGeoColor()},{code:"JP",name:"Japan",value:126497241,color:this.getRandomGeoColor()},{code:"JO",name:"Jordan",value:6330169,color:this.getRandomGeoColor()},{code:"KZ",name:"Kazakhstan",value:16206750,color:this.getRandomGeoColor()},{code:"KE",name:"Kenya",value:41609728,color:this.getRandomGeoColor()},{code:"KP",name:"Korea, Dem. Rep.",value:24451285,color:this.getRandomGeoColor()},{code:"KR",name:"Korea, Rep.",value:48391343,color:this.getRandomGeoColor()},{code:"KW",name:"Kuwait",value:2818042,color:this.getRandomGeoColor()},{code:"KG",name:"Kyrgyzstan",value:5392580,color:this.getRandomGeoColor()},{code:"LA",name:"Laos",value:6288037,color:this.getRandomGeoColor()},{code:"LV",name:"Latvia",value:2243142,color:this.getRandomGeoColor()},{code:"LB",name:"Lebanon",value:4259405,color:this.getRandomGeoColor()},{code:"LS",name:"Lesotho",value:2193843,color:this.getRandomGeoColor()},{code:"LR",name:"Liberia",value:4128572,color:this.getRandomGeoColor()},{code:"LY",name:"Libya",value:6422772,color:this.getRandomGeoColor()},{code:"LT",name:"Lithuania",value:3307481,color:this.getRandomGeoColor()},{code:"LU",name:"Luxembourg",value:515941,color:this.getRandomGeoColor()},{code:"MK",name:"Macedonia, FYR",value:2063893,color:this.getRandomGeoColor()},{code:"MG",name:"Madagascar",value:21315135,color:this.getRandomGeoColor()},{code:"MW",name:"Malawi",value:15380888,color:this.getRandomGeoColor()},{code:"MY",name:"Malaysia",value:28859154,color:this.getRandomGeoColor()},{code:"ML",name:"Mali",value:15839538,color:this.getRandomGeoColor()},{code:"MR",name:"Mauritania",value:3541540,color:this.getRandomGeoColor()},{code:"MU",name:"Mauritius",value:1306593,color:this.getRandomGeoColor()},{code:"MX",name:"Mexico",value:114793341,color:this.getRandomGeoColor()},{code:"MD",name:"Moldova",value:3544864,color:this.getRandomGeoColor()},{code:"MN",name:"Mongolia",value:2800114,color:this.getRandomGeoColor()},{code:"ME",name:"Montenegro",value:632261,color:this.getRandomGeoColor()},{code:"MA",name:"Morocco",value:32272974,color:this.getRandomGeoColor()},{code:"MZ",name:"Mozambique",value:23929708,color:this.getRandomGeoColor()},{code:"MM",name:"Myanmar",value:48336763,color:this.getRandomGeoColor()},{code:"NA",name:"Namibia",value:2324004,color:this.getRandomGeoColor()},{code:"NP",name:"Nepal",value:30485798,color:this.getRandomGeoColor()},{code:"NL",name:"Netherlands",value:16664746,color:this.getRandomGeoColor()},{code:"NZ",name:"New Zealand",value:4414509,color:this.getRandomGeoColor()},{code:"NI",name:"Nicaragua",value:5869859,color:this.getRandomGeoColor()},{code:"NE",name:"Niger",value:16068994,color:this.getRandomGeoColor()},{code:"NG",name:"Nigeria",value:162470737,color:this.getRandomGeoColor()},{code:"NO",name:"Norway",value:4924848,color:this.getRandomGeoColor()},{code:"OM",name:"Oman",value:2846145,color:this.getRandomGeoColor()},{code:"PK",name:"Pakistan",value:176745364,color:this.getRandomGeoColor()},{code:"PA",name:"Panama",value:3571185,color:this.getRandomGeoColor()},{code:"PG",name:"Papua New Guinea",value:7013829,color:this.getRandomGeoColor()},{code:"PY",name:"Paraguay",value:6568290,color:this.getRandomGeoColor()},{code:"PE",name:"Peru",value:29399817,color:this.getRandomGeoColor()},{code:"PH",name:"Philippines",value:94852030,color:this.getRandomGeoColor()},{code:"PL",name:"Poland",value:38298949,color:this.getRandomGeoColor()},{code:"PT",name:"Portugal",value:10689663,color:this.getRandomGeoColor()},{code:"PR",name:"Puerto Rico",value:3745526,color:this.getRandomGeoColor()},{code:"QA",name:"Qatar",value:1870041,color:this.getRandomGeoColor()},{code:"RO",name:"Romania",value:21436495,color:this.getRandomGeoColor()},{code:"RU",name:"Russia",value:142835555,color:this.getRandomGeoColor()},{code:"RW",name:"Rwanda",value:10942950,color:this.getRandomGeoColor()},{code:"SA",name:"Saudi Arabia",value:28082541,color:this.getRandomGeoColor()},{code:"SN",name:"Senegal",value:12767556,color:this.getRandomGeoColor()},{code:"RS",name:"Serbia",value:9853969,color:this.getRandomGeoColor()},{code:"SL",name:"Sierra Leone",value:5997486,color:this.getRandomGeoColor()},{code:"SG",name:"Singapore",value:5187933,color:this.getRandomGeoColor()},{code:"SK",name:"Slovak Republic",value:5471502,color:this.getRandomGeoColor()},{code:"SI",name:"Slovenia",value:2035012,color:this.getRandomGeoColor()},{code:"SB",name:"Solomon Islands",value:552267,color:this.getRandomGeoColor()},{code:"SO",name:"Somalia",value:9556873,color:this.getRandomGeoColor()},{code:"ZA",name:"South Africa",value:50459978,color:this.getRandomGeoColor()},{code:"ES",name:"Spain",value:46454895,color:this.getRandomGeoColor()},{code:"LK",name:"Sri Lanka",value:21045394,color:this.getRandomGeoColor()},{code:"SD",name:"Sudan",value:34735288,color:this.getRandomGeoColor()},{code:"SR",name:"Suriname",value:529419,color:this.getRandomGeoColor()},{code:"SZ",name:"Swaziland",value:1203330,color:this.getRandomGeoColor()},{code:"SE",name:"Sweden",value:9440747,color:this.getRandomGeoColor()},{code:"CH",name:"Switzerland",value:7701690,color:this.getRandomGeoColor()},{code:"SY",name:"Syria",value:20766037,color:this.getRandomGeoColor()},{code:"TW",name:"Taiwan",value:23072e3,color:this.getRandomGeoColor()},{code:"TJ",name:"Tajikistan",value:6976958,color:this.getRandomGeoColor()},{code:"TZ",name:"Tanzania",value:46218486,color:this.getRandomGeoColor()},{code:"TH",name:"Thailand",value:69518555,color:this.getRandomGeoColor()},{code:"TG",name:"Togo",value:6154813,color:this.getRandomGeoColor()},{code:"TT",name:"Trinidad and Tobago",value:1346350,color:this.getRandomGeoColor()},{code:"TN",name:"Tunisia",value:10594057,color:this.getRandomGeoColor()},{code:"TR",name:"Turkey",value:73639596,color:this.getRandomGeoColor()},{code:"TM",name:"Turkmenistan",value:5105301,color:this.getRandomGeoColor()},{code:"UG",name:"Uganda",value:34509205,color:this.getRandomGeoColor()},{code:"UA",name:"Ukraine",value:45190180,color:this.getRandomGeoColor()},{code:"AE",name:"United Arab Emirates",value:7890924,color:this.getRandomGeoColor()},{code:"GB",name:"United Kingdom",value:62417431,color:this.getRandomGeoColor()},{code:"US",name:"United States",value:313085380,color:this.getRandomGeoColor()},{code:"UY",name:"Uruguay",value:3380008,color:this.getRandomGeoColor()},{code:"UZ",name:"Uzbekistan",value:27760267,color:this.getRandomGeoColor()},{code:"VE",name:"Venezuela",value:29436891,color:this.getRandomGeoColor()},{code:"PS",name:"West Bank and Gaza",value:4152369,color:this.getRandomGeoColor()},{code:"VN",name:"Vietnam",value:88791996,color:this.getRandomGeoColor()},{code:"YE",name:"Yemen, Rep.",value:24799880,color:this.getRandomGeoColor()},{code:"ZM",name:"Zambia",value:13474959,color:this.getRandomGeoColor()},{code:"ZW",name:"Zimbabwe",value:12754378,color:this.getRandomGeoColor()}],this.mapData.forEach(s=>{s.value>this.max&&(this.max=s.value),s.value<this.min&&(this.min=s.value)}),this.options={title:{text:"World Population (2011)",left:"center",top:"16px",textStyle:{color:this.bubbleTheme.titleColor}},tooltip:{trigger:"item",formatter:s=>`${s.name}: ${s.value[2]}`},visualMap:{show:!1,min:0,max:this.max,inRange:{symbolSize:[6,60]}},geo:{name:"World Population (2010)",type:"map",map:"world",roam:!0,label:{emphasis:{show:!1}},itemStyle:{normal:{areaColor:this.bubbleTheme.areaColor,borderColor:this.bubbleTheme.areaBorderColor},emphasis:{areaColor:this.bubbleTheme.areaHoverColor}},zoom:1.1},series:[{type:"scatter",coordinateSystem:"geo",data:this.mapData.map(s=>({name:s.name,value:[this.latlong[s.code].longitude,this.latlong[s.code].latitude,s.value],itemStyle:{normal:{color:s.color}}}))}]}})}ngOnDestroy(){this.alive=!1}getRandomGeoColor(){const e=Math.round(Math.random()*this.geoColors.length);return this.geoColors[e]}static#e=this.\u0275fac=function(t){return new(t||i)(o.\u0275\u0275directiveInject(m.WMF),o.\u0275\u0275directiveInject(be.eN))};static#t=this.\u0275cmp=o.\u0275\u0275defineComponent({type:i,selectors:[["ngx-bubble-map"]],decls:4,vars:1,consts:[["echarts","",1,"echarts",3,"options"]],template:function(t,a){1&t&&(o.\u0275\u0275elementStart(0,"nb-card")(1,"nb-card-header"),o.\u0275\u0275text(2,"Bubble Maps"),o.\u0275\u0275elementEnd(),o.\u0275\u0275element(3,"div",0),o.\u0275\u0275elementEnd()),2&t&&(o.\u0275\u0275advance(3),o.\u0275\u0275property("options",a.options))},dependencies:[U.w,m.Asz,m.ndF],styles:["[_nghost-%COMP%] nb-card-body[_ngcontent-%COMP%]{padding-top:1.25rem}[_nghost-%COMP%] .echarts[_ngcontent-%COMP%]{width:100%;height:var(--card-height-large)}"]})}return i})();class T{constructor(n=53.9,e=27.5667){this.lat=n,this.lng=e}}let J=(()=>{class i{constructor(){this.position=null,this.zoom=1}set searchedPosition(e){e&&(this.position=e,this.zoom=12)}ngOnInit(){"geolocation"in navigator&&navigator.geolocation.getCurrentPosition(e=>{this.searchedPosition=new T(e.coords.latitude,e.coords.longitude)})}static#e=this.\u0275fac=function(t){return new(t||i)};static#t=this.\u0275cmp=o.\u0275\u0275defineComponent({type:i,selectors:[["ngx-map"]],inputs:{searchedPosition:"searchedPosition"},decls:2,vars:3,consts:[["width","100%","height","36.5625rem",3,"center","zoom"],[3,"position"]],template:function(t,a){1&t&&(o.\u0275\u0275elementStart(0,"google-map",0),o.\u0275\u0275element(1,"map-marker",1),o.\u0275\u0275elementEnd()),2&t&&(o.\u0275\u0275property("center",a.position)("zoom",a.zoom),o.\u0275\u0275advance(1),o.\u0275\u0275property("position",a.position))},dependencies:[u,P],styles:["[_nghost-%COMP%] nb-card-body[_ngcontent-%COMP%]{padding:0}[_nghost-%COMP%] agm-map{width:100%;height:var(--card-height-large)}"]})}return i})();const ze=["search"];let Y=(()=>{class i{constructor(e){this.ngZone=e,this.positionChanged=new o.EventEmitter}ngOnInit(){const e=new google.maps.places.Autocomplete(this.searchElementRef.nativeElement,{types:["address"]});e.addListener("place_changed",()=>{this.ngZone.run(()=>{const t=e.getPlace();null==t.geometry||this.positionChanged.emit(new T(t.geometry.location.lat(),t.geometry.location.lng()))})})}static#e=this.\u0275fac=function(t){return new(t||i)(o.\u0275\u0275directiveInject(o.NgZone))};static#t=this.\u0275cmp=o.\u0275\u0275defineComponent({type:i,selectors:[["ngx-search"]],viewQuery:function(t,a){if(1&t&&o.\u0275\u0275viewQuery(ze,7),2&t){let r;o.\u0275\u0275queryRefresh(r=o.\u0275\u0275loadQuery())&&(a.searchElementRef=r.first)}},outputs:{positionChanged:"positionChanged"},decls:3,vars:0,consts:[[1,"form-group"],["placeholder","search for location","autocorrect","off","autocapitalize","off","spellcheck","off","type","text",1,"form-control","search-location"],["search",""]],template:function(t,a){1&t&&(o.\u0275\u0275elementStart(0,"div",0),o.\u0275\u0275element(1,"input",1,2),o.\u0275\u0275elementEnd())},encapsulation:2})}return i})();const Ie=[{path:"",component:H,children:[{path:"gmaps",component:K},{path:"leaflet",component:V},{path:"bubble",component:Q},{path:"searchmap",component:(()=>{class i{constructor(){this.searchedPosition=new T}setPosition(e){this.searchedPosition=e}static#e=this.\u0275fac=function(t){return new(t||i)};static#t=this.\u0275cmp=o.\u0275\u0275defineComponent({type:i,selectors:[["ngx-search-map"]],decls:6,vars:1,consts:[[3,"positionChanged"],[3,"searchedPosition"]],template:function(t,a){1&t&&(o.\u0275\u0275elementStart(0,"nb-card")(1,"nb-card-header"),o.\u0275\u0275text(2,"Google Maps with search"),o.\u0275\u0275elementEnd(),o.\u0275\u0275elementStart(3,"nb-card-body")(4,"ngx-search",0),o.\u0275\u0275listener("positionChanged",function(l){return a.setPosition(l)}),o.\u0275\u0275elementEnd(),o.\u0275\u0275element(5,"ngx-map",1),o.\u0275\u0275elementEnd()()),2&t&&(o.\u0275\u0275advance(5),o.\u0275\u0275property("searchedPosition",a.searchedPosition))},dependencies:[m.Asz,m.yKW,m.ndF,J,Y],encapsulation:2})}return i})()}]}];let Re=(()=>{class i{static#e=this.\u0275fac=function(t){return new(t||i)};static#t=this.\u0275mod=o.\u0275\u0275defineNgModule({type:i});static#i=this.\u0275inj=o.\u0275\u0275defineInjector({imports:[A.Bz.forChild(Ie),A.Bz]})}return i})(),we=(()=>{class i{static#e=this.\u0275fac=function(t){return new(t||i)};static#t=this.\u0275mod=o.\u0275\u0275defineNgModule({type:i});static#i=this.\u0275inj=o.\u0275\u0275defineInjector({imports:[ye.O,ve,N.UO.forRoot(),Re,U.N,m.zyh]})}return i})()}}]);