{"version":3,"sources":["webpack:///./resources/js/src/app/components/item/LazyYoutube.vue?b5a0","webpack:///resources/js/src/app/components/item/LazyYoutube.vue","webpack:///./resources/js/src/app/components/item/LazyYoutube.vue?3a0e","webpack:///./resources/js/src/app/components/item/LazyYoutube.vue"],"names":["render","_vm","this","_h","$createElement","_c","_self","attrs","id","class","videoId","staticClass","tooltip","on","click","$event","loadYoutubeVideo","_v","_s","$translate","_withStripped","component","options","__file"],"mappings":"kGAAA,IAAIA,EAAS,WACX,IAAIC,EAAMC,KACNC,EAAKF,EAAIG,eACTC,EAAKJ,EAAIK,MAAMD,IAAMF,EACzB,OAAOE,EAAG,MAAO,CAAEE,MAAO,CAAEC,GAAI,UAAa,CAC3CH,EACE,MACA,CACEI,MAAO,kDAAoDR,EAAIS,SAEjE,CACEL,EAAG,MAAO,CACRM,YAAa,6BACbJ,MAAO,CAAEK,QAAS,iBAClBC,GAAI,CACFC,MAAO,SAASC,GACd,OAAOd,EAAIe,iBAAiBf,EAAIS,eAM1CT,EAAIgB,GAAG,KACPZ,EAAG,MAAO,CAAEE,MAAO,CAAEC,GAAI,YAAe,CACtCP,EAAIgB,GAAGhB,EAAIiB,GAAGjB,EAAIkB,WAAW,mDAKnCnB,EAAOoB,eAAgB,ECpBvB,ICTmN,EDSnN,CACE,MAAF,CACA,WAGE,QAAF,CACI,iBADJ,SACA,GAEM,IAAN,sCACA,mCAEM,EAAN,gCACM,EAAN,mCACM,EAAN,oCACM,EAAN,oFACM,EAAN,aACM,EAAN,kB,OElBIC,EAAY,YACd,EACArB,EHmBoB,IGjBpB,EACA,KACA,KACA,MAuBFqB,EAAUC,QAAQC,OAAS,uDACZ,UAAAF,E","file":"chunks/ceres-client-14.min.js","sourcesContent":["var render = function() {\n  var _vm = this\n  var _h = _vm.$createElement\n  var _c = _vm._self._c || _h\n  return _c(\"div\", { attrs: { id: \"video\" } }, [\n    _c(\n      \"div\",\n      {\n        class: \"youtube position-relative cursor-pointer video-\" + _vm.videoId\n      },\n      [\n        _c(\"div\", {\n          staticClass: \"play-button cursor-pointer\",\n          attrs: { tooltip: \"Video Starten\" },\n          on: {\n            click: function($event) {\n              return _vm.loadYoutubeVideo(_vm.videoId)\n            }\n          }\n        })\n      ]\n    ),\n    _vm._v(\" \"),\n    _c(\"div\", { attrs: { id: \"message\" } }, [\n      _vm._v(_vm._s(_vm.$translate(\"KrauseSohn::Template.youtubeDataTransfer\")))\n    ])\n  ])\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns }","<template>\r\n  <div id=\"video\">\r\n    <div :class=\"'youtube position-relative cursor-pointer video-' + videoId\">\r\n      <div class=\"play-button cursor-pointer\" @click=\"loadYoutubeVideo(videoId)\" tooltip=\"Video Starten\"></div>\r\n    </div>\r\n    <div id=\"message\">{{ $translate(\"KrauseSohn::Template.youtubeDataTransfer\") }}</div>\r\n  </div>\r\n</template>\r\n<script>\r\nexport default {\r\n            props: [\r\n              \"videoId\"\r\n            ],\r\n\r\n            methods: {\r\n                loadYoutubeVideo(videoId)\r\n                {\r\n                    const youtube = document.querySelector(\".video-\" + videoId);\r\n                    const iframe = document.createElement(\"iframe\");\r\n\r\n                    iframe.setAttribute(\"frameborder\", \"0\");\r\n                    iframe.setAttribute(\"allowfullscreen\", \"\");\r\n                    iframe.setAttribute(\"class\", \"w-100 h-100\");\r\n                    iframe.setAttribute(\"src\", \"https://www.youtube-nocookie.com/embed/\" + videoId + \"?rel=0&autoplay=1\");\r\n                    youtube.innerHTML = \"\";\r\n                    youtube.appendChild(iframe);\r\n                }\r\n            }\r\n        }\r\n</script>\r\n","import mod from \"-!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./LazyYoutube.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./LazyYoutube.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./LazyYoutube.vue?vue&type=template&id=3ab43825&\"\nimport script from \"./LazyYoutube.vue?vue&type=script&lang=js&\"\nexport * from \"./LazyYoutube.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n  script,\n  render,\n  staticRenderFns,\n  false,\n  null,\n  null,\n  null\n  \n)\n\n/* hot reload */\nif (module.hot) {\n  var api = require(\"C:\\\\Users\\\\JVolke\\\\Documents\\\\plentyDevTool\\\\38722\\\\18\\\\KrauseSohn\\\\node_modules\\\\vue-hot-reload-api\\\\dist\\\\index.js\")\n  api.install(require('vue'))\n  if (api.compatible) {\n    module.hot.accept()\n    if (!api.isRecorded('3ab43825')) {\n      api.createRecord('3ab43825', component.options)\n    } else {\n      api.reload('3ab43825', component.options)\n    }\n    module.hot.accept(\"./LazyYoutube.vue?vue&type=template&id=3ab43825&\", function () {\n      api.rerender('3ab43825', {\n        render: render,\n        staticRenderFns: staticRenderFns\n      })\n    })\n  }\n}\ncomponent.options.__file = \"resources/js/src/app/components/item/LazyYoutube.vue\"\nexport default component.exports"],"sourceRoot":""}