{"version":3,"file":"scripts.min.js","mappings":"mWAAA,EAAQ,KAER,aAGMA,EAAUC,OACI,QAApB,EAAAD,EAAOE,qBAAa,QAApBF,EAAOE,cAAkB,CAAC,GACO,QAAjC,KAAAF,EAAOE,eAAcC,oBAAY,UAAZA,aAErB,SAA4B,G,IAAEC,EAAS,YAAEC,EAAO,UAC1CC,EAAgB,EAAH,GACZD,IAEL,IAAAF,cAAa,CAAEC,UAAS,EAAEC,QAASC,GACrC,E,qFCFA,wBAA6B,G,IAAEF,EAAS,YAAEC,EAAO,UAG/CE,SAASC,KAAK,WAAIJ,EAAS,KAAKC,EAClC,C,GCfII,EAA2B,CAAC,EAGhC,SAASC,EAAoBC,GAE5B,IAAIC,EAAeH,EAAyBE,GAC5C,QAAqBE,IAAjBD,EACH,OAAOA,EAAaE,QAGrB,IAAIC,EAASN,EAAyBE,GAAY,CAGjDG,QAAS,CAAC,GAOX,OAHAE,EAAoBL,GAAUM,KAAKF,EAAOD,QAASC,EAAQA,EAAOD,QAASJ,GAGpEK,EAAOD,OACf,CCrBAJ,EAAoBQ,EAAKJ,IACH,oBAAXK,QAA0BA,OAAOC,aAC1CC,OAAOC,eAAeR,EAASK,OAAOC,YAAa,CAAEG,MAAO,WAE7DF,OAAOC,eAAeR,EAAS,aAAc,CAAES,OAAO,GAAO,ECFpCb,EAAoB,G","sources":["webpack://app-imagehotspots3/./src/ts/index.ts","webpack://app-imagehotspots3/./src/ts/lib-2sxc-fancybox.ts","webpack://app-imagehotspots3/webpack/bootstrap","webpack://app-imagehotspots3/webpack/runtime/make namespace object","webpack://app-imagehotspots3/webpack/startup"],"sourcesContent":["require('../scss/_style.scss');\r\n\r\nimport { initFancybox } from './lib-2sxc-fancybox';\r\nimport { FancyboxOptions } from './lib-2sxc-fancybox-options';\r\n\r\nconst winAny = (window as any);\r\nwinAny.appReferences ??= {};\r\nwinAny.appReferences.initFancybox ??= initFancyboxCustom;\r\n\r\nfunction initFancyboxCustom({ attribute, options } : { attribute: string, options: FancyboxOptions }) {\r\n let customOptions = {\r\n ...options \r\n }\r\n initFancybox({ attribute, options: customOptions })\r\n}","declare let Fancybox: any;\r\nimport { FancyboxOptions } from './lib-2sxc-fancybox-options';\r\n\r\n/*\r\n This is a shared code used in various 2sxc apps. Make sure that they are in sync, so if you improve it, improve all 2sxc apps which use this. \r\n ATM they are:\r\n - Gallery7\r\n - Content\r\n The master with the newest / best version must always be the Gallery7, the others should then get a fresh copy.\r\n Because this is shared, all parameters like DOM-IDs etc. must be provided in the Init-call that it can work across apps\r\n*/ \r\n\r\nexport function initFancybox({ attribute, options } : { attribute: string, options: FancyboxOptions }) {\r\n // console.log(attribute);\r\n // console.log(options);\r\n Fancybox.bind(`[${attribute}]`, options);\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].call(module.exports, module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","// startup\n// Load entry module and return exports\n// This entry module is referenced by other modules so it can't be inlined\nvar __webpack_exports__ = __webpack_require__(80);\n"],"names":["winAny","window","appReferences","initFancybox","attribute","options","customOptions","Fancybox","bind","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","exports","module","__webpack_modules__","call","r","Symbol","toStringTag","Object","defineProperty","value"],"sourceRoot":""}