{"version":3,"sources":["webpack://gallery-fancybox3/./src/ts/jquery-fade-in.ts","webpack://gallery-fancybox3/webpack/bootstrap","webpack://gallery-fancybox3/./src/ts/index.ts"],"names":["jQueryProto","$","__proto__","fadeIn","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","exports","module","__webpack_modules__","monkeyPatchjQueryFade"],"mappings":"qFAIA,mCACE,IAAMA,EAAeC,IAAYC,UAC7BF,EAAYG,SACdH,EAAYG,OAAS,iBCNrBC,EAA2B,GAG/B,SAASC,EAAoBC,GAE5B,IAAIC,EAAeH,EAAyBE,GAC5C,QAAqBE,IAAjBD,EACH,OAAOA,EAAaE,QAGrB,IAAIC,EAASN,EAAyBE,GAAY,CAGjDG,QAAS,IAOV,OAHAE,EAAoBL,GAAUI,EAAQA,EAAOD,QAASJ,GAG/CK,EAAOD,Q,ICrBf,WAIAR,EAAE,EAAAW,wB","file":"scripts.min.js","sourcesContent":["/** \r\n * In case jQuery slim is loaded, fadeIn is missing and would cause errors\r\n * So we check for that and just put an empty function there\r\n */\r\nexport function monkeyPatchjQueryFade() {\r\n const jQueryProto = ($() as any).__proto__;\r\n if(!jQueryProto.fadeIn)\r\n jQueryProto.fadeIn = function () { /* do nothing */ }\r\n}","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","import { monkeyPatchjQueryFade } from './jquery-fade-in';\r\n\r\n// Work around a limitation of jQuery if it's installed in slim mode\r\n// because FancyBox will access this jQuery feature\r\n$(monkeyPatchjQueryFade);\r\n"],"sourceRoot":""}