{"version":3,"sources":["webpack:///bxslider-639751a24127bb8b420c.js","webpack:///webpack/bootstrap 6d20ef3ced7be7e4adc3","webpack:///./app/frontend/packs/bxslider.js"],"names":["modules","__webpack_require__","moduleId","installedModules","exports","module","i","l","call","m","c","d","name","getter","o","Object","defineProperty","configurable","enumerable","get","n","__esModule","object","property","prototype","hasOwnProperty","p","s","121","convert_string_boolean_to_boolean","value","bxSliderLoading","bxslider","hash_bxslider","minSlides","getAttribute","maxSlides","mode","adaptiveHeight","pager","captions","auto","ticker","speed","pause","$","bxSlider","document","addEventListener","querySelector"],"mappings":"CAAS,SAAUA,GCIjB,QAASC,GAAoBC,GAG5B,GAAGC,EAAiBD,GACnB,MAAOC,GAAiBD,GAAUE,OAGnC,IAAIC,GAASF,EAAiBD,IAC7BI,EAAGJ,EACHK,GAAG,EACHH,WAUD,OANAJ,GAAQE,GAAUM,KAAKH,EAAOD,QAASC,EAAQA,EAAOD,QAASH,GAG/DI,EAAOE,GAAI,EAGJF,EAAOD,QAvBf,GAAID,KA4BJF,GAAoBQ,EAAIT,EAGxBC,EAAoBS,EAAIP,EAGxBF,EAAoBU,EAAI,SAASP,EAASQ,EAAMC,GAC3CZ,EAAoBa,EAAEV,EAASQ,IAClCG,OAAOC,eAAeZ,EAASQ,GAC9BK,cAAc,EACdC,YAAY,EACZC,IAAKN,KAMRZ,EAAoBmB,EAAI,SAASf,GAChC,GAAIQ,GAASR,GAAUA,EAAOgB,WAC7B,WAAwB,MAAOhB,GAAgB,SAC/C,WAA8B,MAAOA,GAEtC,OADAJ,GAAoBU,EAAEE,EAAQ,IAAKA,GAC5BA,GAIRZ,EAAoBa,EAAI,SAASQ,EAAQC,GAAY,MAAOR,QAAOS,UAAUC,eAAejB,KAAKc,EAAQC,IAGzGtB,EAAoByB,EAAI,UAGjBzB,EAAoBA,EAAoB0B,EAAI,ODM/CC,IACA,SAAUvB,EAAQD,GEpExB,GAAMyB,GAAoC,SAACC,GACzC,MAAgB,QAATA,GAGHC,EAAkB,SAACC,GACvB,GAAMC,IAEJC,UAAWF,EAASG,aAAa,kBACjCC,UAAWJ,EAASG,aAAa,kBACjCE,KAAML,EAASG,aAAa,aAC5BG,eAAgBT,EAAkCG,EAASG,aAAa,wBACxEI,MAAOV,EAAkCG,EAASG,aAAa,eAC/DK,SAAUX,EAAkCG,EAASG,aAAa,kBAClEM,KAAMZ,EAAkCG,EAASG,aAAa,cAC9DO,OAAQb,EAAkCG,EAASG,aAAa,gBAChEQ,MAAOX,EAASG,aAAa,cAC7BS,MAAOZ,EAASG,aAAa,cAG3BH,GAASG,aAAa,qBAAsBF,EAAA,WAA8BD,EAASG,aAAa,oBAChGH,EAASG,aAAa,sBAAuBF,EAAA,YAA+BD,EAASG,aAAa,qBACtGU,EAAE,aAAaC,SAASb,GAG1Bc,UAASC,iBAAiB,mBAAmB,WAC3C,GAAMhB,GAAWe,SAASE,cAAc,aACpCjB,IAAYD,EAAgBC","file":"bxslider-639751a24127bb8b420c.js","sourcesContent":["/******/ (function(modules) { // webpackBootstrap\n/******/ \t// The module cache\n/******/ \tvar installedModules = {};\n/******/\n/******/ \t// The require function\n/******/ \tfunction __webpack_require__(moduleId) {\n/******/\n/******/ \t\t// Check if module is in cache\n/******/ \t\tif(installedModules[moduleId]) {\n/******/ \t\t\treturn installedModules[moduleId].exports;\n/******/ \t\t}\n/******/ \t\t// Create a new module (and put it into the cache)\n/******/ \t\tvar module = installedModules[moduleId] = {\n/******/ \t\t\ti: moduleId,\n/******/ \t\t\tl: false,\n/******/ \t\t\texports: {}\n/******/ \t\t};\n/******/\n/******/ \t\t// Execute the module function\n/******/ \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n/******/\n/******/ \t\t// Flag the module as loaded\n/******/ \t\tmodule.l = true;\n/******/\n/******/ \t\t// Return the exports of the module\n/******/ \t\treturn module.exports;\n/******/ \t}\n/******/\n/******/\n/******/ \t// expose the modules object (__webpack_modules__)\n/******/ \t__webpack_require__.m = modules;\n/******/\n/******/ \t// expose the module cache\n/******/ \t__webpack_require__.c = installedModules;\n/******/\n/******/ \t// define getter function for harmony exports\n/******/ \t__webpack_require__.d = function(exports, name, getter) {\n/******/ \t\tif(!__webpack_require__.o(exports, name)) {\n/******/ \t\t\tObject.defineProperty(exports, name, {\n/******/ \t\t\t\tconfigurable: false,\n/******/ \t\t\t\tenumerable: true,\n/******/ \t\t\t\tget: getter\n/******/ \t\t\t});\n/******/ \t\t}\n/******/ \t};\n/******/\n/******/ \t// getDefaultExport function for compatibility with non-harmony modules\n/******/ \t__webpack_require__.n = function(module) {\n/******/ \t\tvar getter = module && module.__esModule ?\n/******/ \t\t\tfunction getDefault() { return module['default']; } :\n/******/ \t\t\tfunction getModuleExports() { return module; };\n/******/ \t\t__webpack_require__.d(getter, 'a', getter);\n/******/ \t\treturn getter;\n/******/ \t};\n/******/\n/******/ \t// Object.prototype.hasOwnProperty.call\n/******/ \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n/******/\n/******/ \t// __webpack_public_path__\n/******/ \t__webpack_require__.p = \"/packs/\";\n/******/\n/******/ \t// Load entry module and return exports\n/******/ \treturn __webpack_require__(__webpack_require__.s = 121);\n/******/ })\n/************************************************************************/\n/******/ ({\n\n/***/ 121:\n/***/ (function(module, exports) {\n\nvar convert_string_boolean_to_boolean = function convert_string_boolean_to_boolean(value) {\n return value == \"true\" ? true : false;\n};\n\nvar bxSliderLoading = function bxSliderLoading(bxslider) {\n var hash_bxslider = {\n minSlides: bxslider.getAttribute(\"data-minslides\"),\n maxSlides: bxslider.getAttribute(\"data-maxslides\"),\n mode: bxslider.getAttribute(\"data-mode\"),\n adaptiveHeight: convert_string_boolean_to_boolean(bxslider.getAttribute(\"data-adaptiveheight\")),\n pager: convert_string_boolean_to_boolean(bxslider.getAttribute(\"data-pager\")),\n captions: convert_string_boolean_to_boolean(bxslider.getAttribute(\"data-captions\")),\n auto: convert_string_boolean_to_boolean(bxslider.getAttribute(\"data-auto\")),\n ticker: convert_string_boolean_to_boolean(bxslider.getAttribute(\"data-ticker\")),\n speed: bxslider.getAttribute(\"data-speed\"),\n pause: bxslider.getAttribute(\"data-pause\")\n };\n\n if (bxslider.getAttribute(\"data-slidewidth\")) {\n hash_bxslider[\"slideWidth\"] = bxslider.getAttribute(\"data-slidewidth\");\n };\n if (bxslider.getAttribute(\"data-slidemargin\")) {\n hash_bxslider[\"slideMargin\"] = bxslider.getAttribute(\"data-slidemargin\");\n };\n $('.bxslider').bxSlider(hash_bxslider);\n};\n\ndocument.addEventListener(\"DOMContentLoaded\", function () {\n var bxslider = document.querySelector(\".boxslider\");\n if (bxslider) {\n bxSliderLoading(bxslider);\n };\n});\n\n/***/ })\n\n/******/ });\n\n\n// WEBPACK FOOTER //\n// bxslider-639751a24127bb8b420c.js"," \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, {\n \t\t\t\tconfigurable: false,\n \t\t\t\tenumerable: true,\n \t\t\t\tget: getter\n \t\t\t});\n \t\t}\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"/packs/\";\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = 121);\n\n\n\n// WEBPACK FOOTER //\n// webpack/bootstrap 6d20ef3ced7be7e4adc3","const convert_string_boolean_to_boolean = (value) => {\n return value == \"true\" ? true : false\n};\n\nconst bxSliderLoading = (bxslider) => {\n const hash_bxslider = \n {\n minSlides: bxslider.getAttribute(\"data-minslides\"),\n maxSlides: bxslider.getAttribute(\"data-maxslides\"),\n mode: bxslider.getAttribute(\"data-mode\"),\n adaptiveHeight: convert_string_boolean_to_boolean(bxslider.getAttribute(\"data-adaptiveheight\")),\n pager: convert_string_boolean_to_boolean(bxslider.getAttribute(\"data-pager\")),\n captions: convert_string_boolean_to_boolean(bxslider.getAttribute(\"data-captions\")),\n auto: convert_string_boolean_to_boolean(bxslider.getAttribute(\"data-auto\")),\n ticker: convert_string_boolean_to_boolean(bxslider.getAttribute(\"data-ticker\")),\n speed: bxslider.getAttribute(\"data-speed\"),\n pause: bxslider.getAttribute(\"data-pause\")\n };\n\n if (bxslider.getAttribute(\"data-slidewidth\")) { hash_bxslider[\"slideWidth\"] = bxslider.getAttribute(\"data-slidewidth\") };\n if (bxslider.getAttribute(\"data-slidemargin\")) { hash_bxslider[\"slideMargin\"] = bxslider.getAttribute(\"data-slidemargin\") };\n $('.bxslider').bxSlider(hash_bxslider);\n}\n\ndocument.addEventListener(\"DOMContentLoaded\",()=>{\n const bxslider = document.querySelector(\".boxslider\");\n if (bxslider) { bxSliderLoading(bxslider) };\n});\n\n\n// WEBPACK FOOTER //\n// ./app/frontend/packs/bxslider.js"],"sourceRoot":""}