{"version":3,"sources":["webpack:///./src/components/CardWrapper/CardsWrapper.vue?91cf","webpack:///src/components/CardWrapper/CardsWrapper.vue","webpack:///./src/components/CardWrapper/CardsWrapper.vue?4a43","webpack:///./src/components/CardWrapper/CardsWrapper.vue"],"names":["render","_vm","this","_h","$createElement","_c","_self","ref","model","class","classes","attrs","staticClass","mgnlLayout","_t","staticRenderFns","mixins","router","name","data","computed","currentURL","includes","component"],"mappings":"yHAAA,IAAIA,EAAS,WAAa,IAAIC,EAAIC,KAASC,EAAGF,EAAIG,eAAmBC,EAAGJ,EAAIK,MAAMD,IAAIF,EAAG,OAAOE,EAAG,UAAU,CAACE,IAAK,MAASN,EAAIO,MAAU,KAAGC,MAAMR,EAAIS,QAAQC,MAAM,CAAC,GAAM,QAAWV,EAAIO,MAAU,OAAK,CAACH,EAAG,MAAM,CAACO,YAAY,oCAAoC,CAACP,EAAG,MAAM,CAACI,MAAMR,EAAIY,YAAY,CAACZ,EAAIa,GAAG,UAAU,KAAK,CAAC,KAAO,aAAa,QAC9UC,EAAkB,G,8CCetB,GACEC,OAAQ,CAAC,EAAX,MACEC,OAAQA,EAAV,KACEC,KAAM,eACNC,KAJF,WAKI,MAAO,IAGTC,SAAU,CACRV,QADJ,WAEM,MAAO,CACb,UACA,iEAGIG,WAPJ,WAOA,MACA,uDACA,8DACM,OAAOQ,EAAWC,SAAS,eAAiB,GAAlD,+BClCqW,I,YCOjWC,EAAY,eACd,EACAvB,EACAe,GACA,EACA,KACA,KACA,MAIa,aAAAQ,E","file":"js/chunk-2d0d699d-2ebc858d56703b762b41.js","sourcesContent":["var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('section',{ref:(\"id-\" + (_vm.model.uuid)),class:_vm.classes,attrs:{\"id\":(\"uuid-\" + (_vm.model.uuid))}},[_c('div',{staticClass:\"cards-wrapper section__container\"},[_c('div',{class:_vm.mgnlLayout},[_vm._t(\"default\",null,{\"cell\":'large-5'})],2)])])}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","<template>\n  <section :class=\"classes\" :id=\"`uuid-${model.uuid}`\" :ref=\"`id-${model.uuid}`\">\n    <div class=\"cards-wrapper section__container\">\n      <div :class=\"mgnlLayout\">\n        <slot :cell=\"'large-5'\">\n\n        </slot>\n      </div>\n    </div>\n  </section>\n</template>\n\n<script>\nimport { mgnlComponentMixin } from \"@wl-vue-mixins/mixins.js\";\nimport router from '@wl-vue-utils/router.js'\n\nexport default {\n  mixins: [mgnlComponentMixin], // !!! all the mgnl components must be configured with mgnlComponentMixin !!!\n  router: router,\n  name: \"CardsWrapper\",\n  data() {\n    return {}\n  },\n\n  computed: {\n    classes() {\n      return [\n        \"section\",\n        this.model.sectionStyle ? \"section--\" + this.model.sectionStyle : ''\n      ];\n    },\n    mgnlLayout(){\n      const currentURL = this.$route?.fullPath;\n      const layoutClass = `cards-wrapper-container__${this.model.layoutSelect}`;\n      return currentURL.includes('mgnlPreview') ? `${layoutClass} mgnlOverflow` : layoutClass;\n    }\n  },\n};\n</script>","import mod from \"-!../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./CardsWrapper.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./CardsWrapper.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./CardsWrapper.vue?vue&type=template&id=862d35e4&\"\nimport script from \"./CardsWrapper.vue?vue&type=script&lang=js&\"\nexport * from \"./CardsWrapper.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\nexport default component.exports"],"sourceRoot":""}