{"version":3,"file":"scripts.min.js","mappings":"AAAAA,EAAEC,UAAUC,OAAM,WAEhBC,YAAW,WACTH,EAAE,gBAAgBI,IAAI,cAAcC,MAAK,WACvC,IAAMC,EAAQN,EAAEO,MACVC,EAAQF,EAAMG,KAAK,cAAgB,IAAMH,EAAMG,KAAK,cAAgB,IAAMH,EAAMG,KAAK,cACrFC,EAAWJ,EAAMG,KAAK,iBAAmBH,EAAMG,KAAK,iBAAmBD,EAC7EF,EAAMK,MAAM,mBAAqBH,EAAQ,KAAOE,EAAW,SAC3DJ,EAAMM,SAAS,aAAaC,YAE7B,KAGCb,EAAE,aAAac,UACjBd,EAAE,aAAac,SAA0B,CACvCC,OAAQ,aACRC,QAAS,IAIbhB,EAAE,6BAA6BiB,GAAG,SAAS,WACzC,IAAIC,EAAWlB,EAAEO,MAAMY,KAAK,WACxBC,EAAapB,EAAE,IAAMkB,GACrBG,EAAaD,EAAWD,KAAK,eACjCC,EAAWX,KAAK,MAAOY,GACvBrB,EAAEO,MAAMK,SAAS,cAOpB,SAAUZ,GACT,IAAMsB,EAASC,OAEXC,EAAeF,EAAOG,iBAC1B,GAAID,EAAJ,CAEA,IAAME,EAAoBF,EAAaG,QAAQ,aAAe,EAC9DH,EAAeA,EAAaI,QAAQ,WAAY,IAyFhD5B,GANA,WACQ0B,GACA1B,EAAE,4BAA4B6B,OAAO,qTAlF7C,WAGI,IAAK7B,EAAE8B,GAAWC,YAAlB,CAIA,IAAIC,EAAwBhC,EAAEiC,WAE7BjC,EAAE8B,GAAWC,YAAc,SAAUG,GAClC,IAAIC,EAAa5B,KAAK6B,IAAI,GAoD1B,OAlDAJ,EAAsBK,UAAUC,MAAK,WAEjC,IAAIC,EAAWvC,EAAEwC,OAAO,CACpBC,SAAU,CACNC,IAAK,EACLC,IAAK,GAETC,KAAM,EACNC,UAAW,SACXC,eAAgB,GAChBC,gBAAgB,GACjBb,GAECc,EAAa,CACbJ,KAAML,EAASK,KACfK,gBAAgB,EAChBC,OAAQX,EAASE,SACjBU,aAAa,EACbC,cAAc,EACdC,aAAa,EACbR,UAAWS,OAAOC,KAAKC,UAAUjB,EAASM,YAG1CY,EAAM,IAAIH,OAAOC,KAAKG,IAAIvB,EAAYa,GAGtCW,EAAS,IAAIL,OAAOC,KAAKK,OAAO,CAChCnB,SAAUF,EAASE,SACnBgB,IAAKA,EACLI,KAAMtB,EAASsB,OAGnB,GAAItB,EAASO,gBAA8C,KAA5BP,EAASO,eAAuB,CAE3D,IAAIgB,EAAa,IAAIR,OAAOC,KAAKQ,WAAW,CACxCC,QAASzB,EAASO,iBAGtBQ,OAAOC,KAAKU,MAAMC,YAAYP,EAAQ,SAAS,WAC3CG,EAAWK,KAAKV,EAAKE,MAI7BL,OAAOC,KAAKU,MAAMG,gBAAgBX,EAAK,QAAQ,WACvClB,EAASQ,gBACTe,EAAWK,KAAKV,EAAKE,SAK1BpD,MAIXe,EAAO+C,sBAAwB,WAC3BrC,EAAsBsC,SAAQ,IAG7BhD,EAAOiD,mBACVjD,EAAOiD,kBAAmB,EACxBvE,EAAEwE,UAAU,qCAAuChD,EAAe,iDAgB1EiD,IAlGF,CAoGEC","sources":["webpack://2sic-bootstrap-content-templates/./src/ts/scripts.ts"],"sourcesContent":["$(document).ready(function () {\r\n /* mailencrypting */\r\n setTimeout(function () {\r\n $('[data-madr1]').not('.madr-done').each(function () {\r\n const $this = $(this);\r\n const maddr = $this.attr('data-madr1') + '@' + $this.attr('data-madr2') + '.' + $this.attr('data-madr3');\r\n const linktext = $this.attr('data-linktext') ? $this.attr('data-linktext') : maddr;\r\n $this.after('<a href=\"mailto:' + maddr + '\">' + linktext + '</a> ');\r\n $this.addClass('madr-done').hide();\r\n });\r\n }, 500);\r\n\r\n /* Fancybox */\r\n if ($('.fancybox').fancybox) {\r\n $('.fancybox').fancybox(<FancyBoxOptions>{\r\n parent: 'form:first',\r\n padding: 1\r\n });\r\n }\r\n\r\n $(\"[data-youtube^='iframe-']\").on(\"click\", function() {\r\n var iframeId = $(this).data(\"youtube\");\r\n var iframeElem = $(\"#\" + iframeId);\r\n var youtubeUrl = iframeElem.data(\"youtube-src\");\r\n iframeElem.attr(\"src\", youtubeUrl);\r\n $(this).addClass('hide');\r\n })\r\n});\r\n\r\ndeclare const google : any;\r\n\r\n/* Google Maps API Key */\r\n(function ($) {\r\n const winAny = window as any;\r\n // Change this GoogleApiKey. They are in the App-Settings. Read instructions here: https://azing.org/2sxc/r/ippFQYkz\r\n let googleApiKey = winAny.googleMapsApiKey;\r\n if(!googleApiKey) return; \r\n\r\n const showApiKeyWarning = googleApiKey.indexOf(\"warning!\") > -1;\r\n googleApiKey = googleApiKey.replace(\"warning!\", \"\");\r\n\r\n // the init-code\r\n function initGoogleMaps() {\r\n\r\n // if this had already been run, stop here\r\n if (($.fn as any).toGoogleMap) {\r\n return;\r\n }\r\n\r\n var googleMapLoadDeferred = $.Deferred();\r\n\r\n ($.fn as any).toGoogleMap = function (options: any) {\r\n var mapElement = this.get(0);\r\n\r\n googleMapLoadDeferred.promise().then(function () {\r\n\r\n var settings = $.extend({\r\n position: {\r\n lat: 0,\r\n lng: 0\r\n },\r\n zoom: 8,\r\n mapTypeId: \"HYBRID\",\r\n infoWindowHtml: \"\",\r\n showInfoWindow: true\r\n }, options);\r\n\r\n var mapOptions = {\r\n zoom: settings.zoom,\r\n mapTypeControl: true,\r\n center: settings.position,\r\n zoomControl: true,\r\n scaleControl: true,\r\n scrollwheel: false,\r\n mapTypeId: google.maps.MapTypeId[settings.mapTypeId]\r\n };\r\n\r\n var map = new google.maps.Map(mapElement, mapOptions);\r\n\r\n // Create Marker\r\n var marker = new google.maps.Marker({\r\n position: settings.position,\r\n map: map,\r\n icon: settings.icon\r\n });\r\n\r\n if (settings.infoWindowHtml && settings.infoWindowHtml !== '') {\r\n // Create InfoWindow\r\n var infoWindow = new google.maps.InfoWindow({\r\n content: settings.infoWindowHtml\r\n });\r\n // Add Event listener\r\n google.maps.event.addListener(marker, 'click', function () {\r\n infoWindow.open(map, marker);\r\n });\r\n }\r\n\r\n google.maps.event.addListenerOnce(map, 'idle', function () {\r\n if (settings.showInfoWindow)\r\n infoWindow.open(map, marker);\r\n });\r\n\r\n });\r\n\r\n return this;\r\n };\r\n\r\n // Register google map load callback\r\n winAny.googleMapLoadCallback = function () {\r\n googleMapLoadDeferred.resolve(true);\r\n };\r\n\r\n if (!winAny.googleMapsLoaded) {\r\n winAny.googleMapsLoaded = true;\r\n $.getScript(\"//maps.google.com/maps/api/js?key=\" + googleApiKey + \"&sensor=true&callback=googleMapLoadCallback\");\r\n }\r\n }\r\n\r\n\r\n // check if it's the original key, which shouldn't be used in live sites\r\n // do not turn this off, it's important!\r\n // to disable the warning, replace the API key as explained on //github.com/2sic/2sxc-content-bootstrap3/wiki/google-maps-api-key\r\n function showWarningIfDemoKeyIsUsed() {\r\n if (showApiKeyWarning) {\r\n $('.co-google-map-container').append('<p class=\"alert alert-danger googlemap-apiwarning\"><strong>Warning:</strong> This map uses a demo API-Key, which will cause problems on live web sites. Change the GoogleApiKey using <a class=\"alert-link target=\"_blank\" href=\"https://azing.org/2sxc/r/ippFQYkz\" target=\"_blank\">these instructions</a></p>');\r\n }\r\n }\r\n\r\n $(showWarningIfDemoKeyIsUsed);\r\n\r\n initGoogleMaps();\r\n\r\n}(jQuery));"],"names":["$","document","ready","setTimeout","not","each","$this","this","maddr","attr","linktext","after","addClass","hide","fancybox","parent","padding","on","iframeId","data","iframeElem","youtubeUrl","winAny","window","googleApiKey","googleMapsApiKey","showApiKeyWarning","indexOf","replace","append","fn","toGoogleMap","googleMapLoadDeferred","Deferred","options","mapElement","get","promise","then","settings","extend","position","lat","lng","zoom","mapTypeId","infoWindowHtml","showInfoWindow","mapOptions","mapTypeControl","center","zoomControl","scaleControl","scrollwheel","google","maps","MapTypeId","map","Map","marker","Marker","icon","infoWindow","InfoWindow","content","event","addListener","open","addListenerOnce","googleMapLoadCallback","resolve","googleMapsLoaded","getScript","initGoogleMaps","jQuery"],"sourceRoot":""}