"use strict";(function(){// app/javascript/src/javascripts/shop.js var params=new URL(document.location).searchParams;var frameName=params.get("name")||"";var bitA=params.get("bitA")||"";var bitB=params.get("bitB")||"";var frameType=params.get("type")||"";var bits=["bone","clay","copper","essence","flower","ice","iron","leaf","magma","oil","quartz","salt","sugar","uranium","wax","wood","wool","zinc"];$(".custom-select").each(function(){var url=new URL(document.location);var params2=url.searchParams;var fieldText;if(params2.get($(this).attr("id"))===null||params2.get($(this).attr("id"))===""){fieldText=$(this).attr("placeholder")}else fieldText=params2.get($(this).attr("id")).charAt(0).toUpperCase()+params2.get($(this).attr("id")).slice(1);$(this).val(params2.get($(this).attr("id"))).prop("selected",true);var classes=$(this).attr("class"),id=$(this).attr("id"),name=$(this).attr("name");var template="
";template+=""+fieldText.replace("_"," ")+"";template+="
";$(this).find("option").each(function(){template+=""+$(this).html()+""});template+="
";$(this).wrap("
");$(this).hide();$(this).after(template)});$(".custom-option:first-of-type").hover(function(){$(this).parents(".custom-options").addClass("option-hover")},function(){$(this).parents(".custom-options").removeClass("option-hover")});$(".form__filters-title").on("click",function(){$(".custom-select-wrapper").css("z-index","100");$("html").one("click",function(){$(".custom-select").removeClass("opened");$(".custom-select-wrapper").css("z-index","100")});if($(this).css("cursor")==="not-allowed")return;$(this).find(".custom-select").toggleClass("opened");$(this).find(".custom-select-wrapper").css("z-index","200");event.stopPropagation()});$(".custom-option").on("click",function(){event.stopPropagation();var selection=$(this).data("value");$(".custom-select-wrapper").css("z-index","100");if(selection==="carousel"||selection==="special"){$("#disableable-bit1").css("cursor","not-allowed");$("#disableable-bit2").css("cursor","not-allowed");$("#bitA .custom-select-trigger").css("pointer-events","none");$("#bitB .custom-select-trigger").css("pointer-events","none");$(".custom-select").each(function(){$(this).val("").prop("selected",true);$(this).children(".custom-select-trigger").html("Any")})}else if(bits.includes(selection)){$("#disableable-type").css("cursor","not-allowed");$("#type .custom-select-trigger").css("pointer-events","none");$("#disableable-bit1").each(function(){$(this).val("").prop("selected",true);$(this).children(".custom-select-trigger").html("Any")});$("#disableable-bit2").each(function(){$(this).val("").prop("selected",true);$(this).children(".custom-select-trigger").html("Any")})}else{$("#disableable-type").css("cursor","pointer");$("#disableable-bit1").css("cursor","pointer");$("#disableable-bit2").css("cursor","pointer");$("#type .custom-select-trigger").css("pointer-events","all");$("#bitA .custom-select-trigger").css("pointer-events","all");$("#bitB .custom-select-trigger").css("pointer-events","all")}$(this).parents(".custom-select-wrapper").find("select").val(selection);$(this).parents(".custom-options").find(".custom-option").removeClass("selection");$(this).addClass("selection");$("div.custom-select.opened").removeClass("opened");$(this).parents(".custom-select").find(".custom-select-trigger").text($(this).text())});$(document).ready(function(){$(".field__input").val(frameName);$("#bitA").val(bitA);$("#bitB").val(bitB);$("#type").val(frameType);if(bitA!==null&&bitA!==""||bitB!==null&&bitB!==""){$("#disableable-type").css("cursor","not-allowed");$("#type .custom-select-trigger").css("pointer-events","none")}else if(frameType!==null&&frameType!==""&&frameType!=="basic"){$("#disableable-bit1").css("cursor","not-allowed");$("#disableable-bit2").css("cursor","not-allowed");$("#bitA .custom-select-trigger").css("pointer-events","none");$("#bitB .custom-select-trigger").css("pointer-events","none")}});$(document).on("click",".form__filters-buttons--clear",function(){$(".custom-select").each(function(){$(this).val("").prop("selected",true);$(this).children(".custom-options").find(".custom-option").removeClass("selection");$(this).children(".custom-select-trigger").html("Any");$("#disableable-bit1").css("cursor","pointer");$("#disableable-bit2").css("cursor","pointer");$("#disableable-type").css("cursor","pointer");$("#type .custom-select-trigger").css("pointer-events","all");$("#bitA .custom-select-trigger").css("pointer-events","all");$("#bitB .custom-select-trigger").css("pointer-events","all")})});$("#toggle").click(function(){$("#hide").toggle()})})(); //# sourceMappingURL=kf_shop.jsout-85deafda7159fd4a731fa85223434d672a1ad3b89b630ebf284f34052a8a2220.map