{"version":3,"file":"components/chunks/chunk-num-14.f7483c5e5dafc92599f7.js","mappings":"wFAAA,IAAWA,IA2CRC,OA1CDC,OAAOC,IAAIC,OAAOC,cAAcC,UAAS,WA8BvCJ,OAAOC,IAAII,WAAWF,cAAcC,SAAS,sCA7B7C,WACEN,EAAE,mCAAmCQ,MAAK,WACxC,IAAIC,EAAQT,EAAEU,MACZC,EAAWF,EAAMG,QACjBC,EAAMb,EAAE,KAAMS,GACdK,EAAUD,EAAID,QACdG,EAASC,KAAKC,MAAMN,EAAWG,GAC/BI,EAAcH,EAAS,EAAIC,KAAKC,OAAON,EAAWI,EAASD,IAAYC,EAAS,IAAM,EAAI,EAC1FI,EAAI,EACNN,EAAIL,MAAK,WACHW,EAAIJ,GAAU,EAChBf,EAAEU,MAAMU,IAAI,QAAS,QAErBpB,EAAEU,MAAMU,IAAI,QAAS,QAEnBF,EAAc,GACZC,EAAIJ,EAASA,EAAS,EACxBf,EAAEU,MAAMU,IAAI,eAAgBF,EAAc,MAK5ClB,EAAEU,MAAMU,IAAI,eAAgB,OAE9BD,GACF,GACF,GACF,IAGA,IACIE,EADYC,SAASC,cAAc,kCACFC,iBAAiB,mBAMtDH,EAAqBI,SAAQ,SAAUC,GACrC,OAN6B,SAAkCA,GAC/D,IAAIC,EAAOD,EAAGE,UACVC,EAASF,EAAKG,MAAM,OAAOC,KAAK,IACpCL,EAAGE,UAAY,gBAAgBI,OAAOH,EAAQ,MAAMG,OAAOL,EAAM,OACnE,CAESM,CAAyBP,EAClC,GACF,G","sources":["webpack://bernafon/./js/feature/component-contact-information.js"],"sourcesContent":["(function ($) {\n window.DGS.OnLoad.getInstance().register(function () {\n function distributeItems() {\n $('.contact-information-item-group').each(function () {\n var $this = $(this),\n docWidth = $this.width(),\n $li = $('li', $this),\n liWidth = $li.width(),\n prLine = Math.floor(docWidth / liWidth),\n excessWidth = prLine > 0 ? Math.floor((docWidth - prLine * liWidth) / (prLine - 1)) - 1 : 0,\n i = 0;\n $li.each(function () {\n if (i % prLine == 0) {\n $(this).css('clear', 'both');\n } else {\n $(this).css('clear', 'none');\n }\n if (excessWidth > 0) {\n if (i % prLine < prLine - 1) {\n $(this).css('margin-right', excessWidth + 'px');\n } else {\n $(this).css('margin-right', '0px');\n }\n } else {\n $(this).css('margin-right', '0px');\n }\n i++;\n });\n });\n }\n ;\n window.DGS.EqualWidth.getInstance().register(\".contact-information-item-group li\", distributeItems);\n var component = document.querySelector('.contact-information.component');\n var itemsWithPhoneNumber = component.querySelectorAll('.phone, .mobile');\n var createLinkForPhoneNumber = function createLinkForPhoneNumber(el) {\n var text = el.innerHTML;\n var number = text.match(/\\d/g).join(\"\");\n el.innerHTML = \"\").concat(text, \"\");\n };\n itemsWithPhoneNumber.forEach(function (el) {\n return createLinkForPhoneNumber(el);\n });\n });\n})(jQuery);"],"names":["$","jQuery","window","DGS","OnLoad","getInstance","register","EqualWidth","each","$this","this","docWidth","width","$li","liWidth","prLine","Math","floor","excessWidth","i","css","itemsWithPhoneNumber","document","querySelector","querySelectorAll","forEach","el","text","innerHTML","number","match","join","concat","createLinkForPhoneNumber"],"sourceRoot":""}