<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">(window.webpackJsonp=window.webpackJsonp||[]).push([[93],{383:function(t,e,n){"use strict";var r=n(137),l={components:{Button:n(30).a,Detailed:r.a},props:{data:{type:Array,default:function(){return[]}}}},o=n(2),component=Object(o.a)(l,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",[n("div",{staticClass:"bg-primary-50 rounded p-14"},[n("div",{staticClass:"flex flex-row justify-between text-small font-bold mb-4"},[t._v("\n      Новости\n      "),n("svg-icon",{staticClass:"h-5 w-5",attrs:{name:"book"}})],1),t._v(" "),t._l(t.data,(function(e,r){return n("div",{key:"news-"+r,staticClass:"mb-8"},[n("div",{staticClass:"text-smaller mb-2"},[t._v("\n        "+t._s(t._f("toFullDate")(e.published_at))+"\n      ")]),t._v(" "),n("div",{staticClass:"text-smaller font-bold mb-2"},[t._v(t._s(e.title))]),t._v(" "),n("Detailed",{staticClass:"text-primary-900",attrs:{path:"/activities/news/"+e.slug}})],1)})),t._v(" "),n("Button",{staticClass:"w-full mt-12",attrs:{color:"blue",size:"small",active:""},on:{click:function(e){return t.$router.push("/activities/news")}}},[t._v("\n      Все новости\n    ")])],2)])}),[],!1,null,null,null);e.a=component.exports},391:function(t,e,n){"use strict";n(205);var r={props:{src:{type:String,required:!0},width:{type:[Number,String],default:600},height:{type:[Number,String],default:338},description:{type:String,default:null}}},l=n(2),component=Object(l.a)(r,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",[n("iframe",{class:{"mb-4":t.description},attrs:{width:t.width,height:t.height,src:t.src,title:"YouTube video player",frameborder:"0",allow:"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture",allowfullscreen:""}}),t._v(" "),t.description?n("div",{staticClass:"text-smaller font-bold"},[t._v("\n    "+t._s(t.description)+"\n  ")]):t._e()])}),[],!1,null,null,null);e.a=component.exports},406:function(t,e,n){"use strict";n(46);var r={props:{id:{type:String,default:"tabs"},tabs:{type:Array,required:!0},vertical:{type:Boolean,default:!1},size:{type:String,default:"big",validate:function(t){return["big","small"].includes(t)}},textColor:{type:String,default:"blue",validate:function(t){return["blue","gray"].includes(t)}}},data:function(){return{activeTab:null}},computed:{fontSize:function(){return{"text-header-5":"small"===this.size,"text-header-3":"big"===this.size}}},watch:{activeTab:function(t){this.$emit("change",t)}},mounted:function(){this.tabs.length&gt;0&amp;&amp;(this.activeTab=this.tabs[0])},methods:{getActiveCssClass:function(t){if(this.activeTab===t)switch(this.textColor){case"gray":return"text-gray-900";case"blue":return"text-primary-900"}},setActiveTab:function(t){this.activeTab=t}}},l=n(2),component=Object(l.a)(r,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"flex flex-row py-5",attrs:{id:t.id}},t._l(t.tabs,(function(e,r){return n("nuxt-link",{key:"period-"+r,staticClass:"font-robotoslab font-bold whitespace-nowrap",class:[t.fontSize,t.$route.path.startsWith(e.path)?"text-gray-900":"text-gray-200","small"===t.size?"mr-4 last:mr-0":"mr-8 last:mr-0"],attrs:{to:{path:e.path,hash:t.id}}},[t._v("\n    "+t._s(e.name)+"\n  ")])})),1)}),[],!1,null,null,null);e.a=component.exports},426:function(t,e,n){"use strict";e.a={video:"https://www.youtube.com/embed/p60Lojh4nVA"}},704:function(t,e,n){"use strict";n.r(e);n(50),n(20),n(16),n(58),n(49),n(19),n(57),n(59),n(51);var r=n(3),l=(n(18),n(426)),o=n(10),c=n(406),d=n(391),f=n(15),m=n(383);function v(t,e){var n="undefined"!=typeof Symbol&amp;&amp;t[Symbol.iterator]||t["@@iterator"];if(!n){if(Array.isArray(t)||(n=function(t,e){if(!t)return;if("string"==typeof t)return h(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&amp;&amp;t.constructor&amp;&amp;(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return h(t,e)}(t))||e&amp;&amp;t&amp;&amp;"number"==typeof t.length){n&amp;&amp;(t=n);var i=0,r=function(){};return{s:r,n:function(){return i&gt;=t.length?{done:!0}:{done:!1,value:t[i++]}},e:function(t){throw t},f:r}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var l,o=!0,c=!1;return{s:function(){n=n.call(t)},n:function(){var t=n.next();return o=t.done,t},e:function(t){c=!0,l=t},f:function(){try{o||null==n.return||n.return()}finally{if(c)throw l}}}}function h(t,e){(null==e||e&gt;t.length)&amp;&amp;(e=t.length);for(var i=0,n=new Array(e);i&lt;e;i++)n[i]=t[i];return n}var w={components:{YouTube:d.a,TabsLinks:c.a,NewsBlock:m.a},mixins:[o.a],asyncData:function(t){return Object(r.a)(regeneratorRuntime.mark((function e(){var n;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,f.a.getNews(t.app.$axios,{perPage:3,page:1});case 2:return n=e.sent,e.abrupt("return",{newsData:n.data});case 4:case"end":return e.stop()}}),e)})))()},data:function(){return{camps:l.a,periods:[2014,2015,2016,2017,2018],newsData:[]}},head:function(){return{title:"Военно-исторические лагеря"}},computed:{tabs:function(){var t,e=[],n=v(this.periods);try{for(n.s();!(t=n.n()).done;){var r=t.value;e.push({name:this.isNotMobile?"".concat(r," г."):r,path:"/projects/tourism-agency/camps/".concat(r)})}}catch(t){n.e(t)}finally{n.f()}return e}},meta:{breadcrumb:"Патриотическое воспитание"}},y=n(2),component=Object(y.a)(w,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"lg:flex flex-row"},[n("div",{staticClass:"lg:w-4/5 xl:w-2/3 lg:mr-12"},[n("div",{staticClass:"\n        text-header-3\n        lg:text-header-1\n        xl:text-hero\n        font-robotoslab font-bold\n        mb-14\n        xl:mb-24\n        px-6\n        md:px-0\n      "},[t._v("\n      Военно-исторические лагеря\n    ")]),t._v(" "),n("div",{staticClass:"mb-14 lg:mb-24"},[n("YouTube",{attrs:{src:t.camps.video,width:t.isMobile?"100%":600}})],1),t._v(" "),n("div",{staticClass:"lg:w-3/4 mb-14 lg:mb-24"},[n("div",{staticClass:"flex"},[n("TabsLinks",{staticClass:"\n            bg-yellow-900\n            px-6\n            w-full\n            lg:w-auto lg:-ml-28 lg:pl-28 lg:pr-14\n          ",attrs:{tabs:t.tabs,size:t.isMobile?"small":"big"}})],1)]),t._v(" "),n("NuxtChild")],1),t._v(" "),n("NewsBlock",{staticClass:"hidden lg:block w-2/5 xl:w-1/3",attrs:{data:t.newsData}})],1)}),[],!1,null,null,null);e.default=component.exports}}]);</pre></body></html>