/*! For license information please see sample.js.LICENSE.txt */ !function(){var h={999:function(h,g,v){var y={"./bg.png":384,"./logo.png":286,"./logo.svg":302,"./original.png":359,"./original2.png":542,"./photo1.png":603,"./photo2.jpg":356,"./photo3.svg":559,"app/client/src/img/bg.png":384,"app/client/src/img/logo.png":286,"app/client/src/img/logo.svg":302,"app/client/src/img/original.png":359,"app/client/src/img/original2.png":542,"app/client/src/img/photo1.png":603,"app/client/src/img/photo2.jpg":356,"app/client/src/img/photo3.svg":559,"bg.png":384,"img/bg.png":384,"img/logo.png":286,"img/logo.svg":302,"img/original.png":359,"img/original2.png":542,"img/photo1.png":603,"img/photo2.jpg":356,"img/photo3.svg":559,"logo.png":286,"logo.svg":302,"original.png":359,"original2.png":542,"photo1.png":603,"photo2.jpg":356,"photo3.svg":559};function webpackContext(h){var g=webpackContextResolve(h);return v(g)}function webpackContextResolve(h){if(!v.o(y,h)){var g=new Error("Cannot find module '"+h+"'");throw g.code="MODULE_NOT_FOUND",g}return y[h]}webpackContext.keys=function webpackContextKeys(){return Object.keys(y)},webpackContext.resolve=webpackContextResolve,h.exports=webpackContext,webpackContext.id=999},401:function(h,g,v){"use strict";v(192),v(6),v(276),v(195),v(259);var $,y,b,w,C=v(609),T=v.n(C),A={AJAX:"ajax-load",AJAXMAIN:"ajax-main-load",MAININIT:"main-init",TABHIDDEN:"tab-hidden",TABFOCUSED:"tab-focused",OFFLINE:"offline",ONLINE:"online",BACKONLINE:"back-online",TOUCHENABLE:"touch-enabled",TOUCHDISABLED:"touch-disabled",LOADED:"load",SWIPELEFT:"swipeleft panleft",SWIPERIGHT:"swiperight panright",ALLERTAPPEARED:"alert-appeared",ALERTREMOVED:"alert-removed",LODEDANDREADY:"load-ready",LAZYIMAGEREADY:"image-lazy-bg-loaded",LAZYIMAGESREADY:"images-lazy-loaded",MAPLOADED:"map-loaded",MAPAPILOADED:"map-api-loaded",MAPMARKERCLICK:"map-marker-click",MAPPOPUPCLOSE:"map-popup-close",SCROLL:"scroll",RESIZE:"resize",CAROUSEL_READY:"bs.carousel.ready",SET_TARGET_UPDATE:"set-target-update",RESTORE_FIELD:"restore-field",FORM_INIT_BASICS:"form-basics",FORM_INIT_STEPPED:"form-init-stepped",FORM_INIT_VALIDATE:"form-init-validate",FORM_INIT_VALIDATE_FIELD:"form-init-validate-field",FORM_INIT_STORAGE:"form-init-storage",FORM_VALIDATION_FAILED:"form-validation-failed",FORM_STEPPED_NEW_STEP:"form-new-step",FORM_STEPPED_FIRST_STEP:"form-first-step",FORM_STEPPED_LAST_STEP:"form-last-step",FORM_FIELDS:"input,textarea,select"},k=($=T(),y=window,b=document,w="ShrinkUI",console.log("".concat(w,": init")),$(y).on("".concat(w,".init ").concat(A.LOADED," ").concat(A.SCROLL," ").concat(A.RESIZE),(function(){if(!$("#Navigation > .navbar-collapse").hasClass("show")){var h=$("#SiteWideMessage").height();h||(h=0);var g=$("#SiteWideOffline").height();g||(g=0);var v=$("#Header").height();v||(v=0);var y=h+g+v;$(b).scrollTop()>y?$("body").addClass("shrink"):$("body").removeClass("shrink")}})),k);v(368);function _typeof(h){return(_typeof="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function _typeof(h){return typeof h}:function _typeof(h){return h&&"function"===typeof Symbol&&h.constructor===Symbol&&h!==Symbol.prototype?"symbol":typeof h})(h)}function _defineProperties(h,g){for(var v=0;v',y.divClass=h.divClass,y.align=h.align,y.isDebugMode=h.debug,y.onClick=h.onClick,y.onMouseOver=h.onMouseOver,y.isBoolean=function(h){return"boolean"===typeof h},y.isNotUndefined=function(h){return"undefined"!==typeof h},y.hasContent=function(h){return h.length>0},y.isString=function(h){return"string"===typeof h},y.isFunction=function(h){return"function"===typeof h},v}return function _createClass(h,g,v){return g&&_defineProperties(h.prototype,g),v&&_defineProperties(h,v),h}(GoogleMapsHtmlOverlay,[{key:"onAdd",value:function onAdd(){var h=this;h.div=document.createElement("div"),h.div.style.position="absolute",h.isNotUndefined(h.divClass)&&h.hasContent(h.divClass)&&(h.div.className=h.divClass),h.isNotUndefined(h.html)&&h.hasContent(h.html)&&h.isString(h.html)&&(h.div.innerHTML=h.html),h.isBoolean(h.isDebugMode)&&h.isDebugMode&&(h.div.className="debug-mode",h.div.innerHTML='
Debug mode
',h.div.setAttribute("style","position: absolute;border: 5px dashed red;height: 150px;width: 150px;display: flex;justify-content: center;align-items: center;")),h.getPanes().overlayMouseTarget.appendChild(h.div),google.maps.event.addDomListener(h.div,"click",(function(g){google.maps.event.trigger(h,"click"),h.isFunction(h.onClick)&&h.onClick(),g.stopPropagation()})),google.maps.event.addDomListener(h.div,"mouseover",(function(g){google.maps.event.trigger(h,"mouseover"),h.isFunction(h.onMouseOver)&&h.onMouseOver(),g.stopPropagation()}))}},{key:"draw",value:function draw(){var h=this,g=T()(h.div).find(".mapboxgl-marker,.marker-pin,.mapboxgl-popup,.popup");g.length||(g=T()(h.div));var v=h.getProjection().fromLatLngToDivPixel(new google.maps.LatLng(h.position)),y={y:void 0,x:void 0},b=g.outerWidth(),w=g.outerHeight();switch(Array.isArray(h.align)?h.align.join(" "):""){case"left top":y.y=w,y.x=b;break;case"left center":y.y=w/2,y.x=b;break;case"left bottom":y.y=0,y.x=b;break;case"center top":y.y=w,y.x=b/2;break;case"center center":y.y=w/2,y.x=b/2;break;case"center bottom":y.y=0,y.x=b/2;break;case"right top":y.y=w,y.x=0;break;case"right center":y.y=w/2,y.x=0;break;case"right bottom":y.y=0,y.x=0;break;default:y.y=w/2,y.x=b/2}h.div.style.top="".concat(v.y-y.y,"px"),h.div.style.left="".concat(v.x-y.x,"px")}},{key:"getPosition",value:function getPosition(){return this.position}},{key:"getDiv",value:function getDiv(){return this.div}},{key:"setPosition",value:function setPosition(h,g){var v=this;v.position=h,v.align=g,v.draw()}}]),GoogleMapsHtmlOverlay}()}};function _map_google_defineProperties(h,g){for(var v=0;v1&&void 0!==arguments[1]?arguments[1]:[],v=this,y=window;v.$el=h,v.config=g,v.markers=[],y["init".concat(v.getName())]=function(){v.googleApiLoaded()},$("body").append('