\r\n \r\n\r\n\r\n","import mod from \"-!../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../node_modules/@vue/cli-plugin-babel/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!./SkillScoringPopup.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/@vue/cli-plugin-babel/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!./SkillScoringPopup.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./SkillScoringPopup.vue?vue&type=template&id=33c2c188&\"\nimport script from \"./SkillScoringPopup.vue?vue&type=script&lang=js&\"\nexport * from \"./SkillScoringPopup.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","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var yo = moment.defineLocale('yo', {\n months : 'Sẹ́rẹ́_Èrèlè_Ẹrẹ̀nà_Ìgbé_Èbibi_Òkùdu_Agẹmo_Ògún_Owewe_Ọ̀wàrà_Bélú_Ọ̀pẹ̀̀'.split('_'),\n monthsShort : 'Sẹ́r_Èrl_Ẹrn_Ìgb_Èbi_Òkù_Agẹ_Ògú_Owe_Ọ̀wà_Bél_Ọ̀pẹ̀̀'.split('_'),\n weekdays : 'Àìkú_Ajé_Ìsẹ́gun_Ọjọ́rú_Ọjọ́bọ_Ẹtì_Àbámẹ́ta'.split('_'),\n weekdaysShort : 'Àìk_Ajé_Ìsẹ́_Ọjr_Ọjb_Ẹtì_Àbá'.split('_'),\n weekdaysMin : 'Àì_Aj_Ìs_Ọr_Ọb_Ẹt_Àb'.split('_'),\n longDateFormat : {\n LT : 'h:mm A',\n LTS : 'h:mm:ss A',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY h:mm A',\n LLLL : 'dddd, D MMMM YYYY h:mm A'\n },\n calendar : {\n sameDay : '[Ònì ni] LT',\n nextDay : '[Ọ̀la ni] LT',\n nextWeek : 'dddd [Ọsẹ̀ tón\\'bọ] [ni] LT',\n lastDay : '[Àna ni] LT',\n lastWeek : 'dddd [Ọsẹ̀ tólọ́] [ni] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'ní %s',\n past : '%s kọjá',\n s : 'ìsẹjú aayá die',\n ss :'aayá %d',\n m : 'ìsẹjú kan',\n mm : 'ìsẹjú %d',\n h : 'wákati kan',\n hh : 'wákati %d',\n d : 'ọjọ́ kan',\n dd : 'ọjọ́ %d',\n M : 'osù kan',\n MM : 'osù %d',\n y : 'ọdún kan',\n yy : 'ọdún %d'\n },\n dayOfMonthOrdinalParse : /ọjọ́\\s\\d{1,2}/,\n ordinal : 'ọjọ́ %d',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return yo;\n\n})));\n","module.exports = __webpack_public_path__ + \"img/avatar-s-5.73b9c8f8.png\";","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n function processRelativeTime(number, withoutSuffix, key, isFuture) {\n var result = number + ' ';\n switch (key) {\n case 's':\n return withoutSuffix || isFuture ? 'nekaj sekund' : 'nekaj sekundami';\n case 'ss':\n if (number === 1) {\n result += withoutSuffix ? 'sekundo' : 'sekundi';\n } else if (number === 2) {\n result += withoutSuffix || isFuture ? 'sekundi' : 'sekundah';\n } else if (number < 5) {\n result += withoutSuffix || isFuture ? 'sekunde' : 'sekundah';\n } else {\n result += 'sekund';\n }\n return result;\n case 'm':\n return withoutSuffix ? 'ena minuta' : 'eno minuto';\n case 'mm':\n if (number === 1) {\n result += withoutSuffix ? 'minuta' : 'minuto';\n } else if (number === 2) {\n result += withoutSuffix || isFuture ? 'minuti' : 'minutama';\n } else if (number < 5) {\n result += withoutSuffix || isFuture ? 'minute' : 'minutami';\n } else {\n result += withoutSuffix || isFuture ? 'minut' : 'minutami';\n }\n return result;\n case 'h':\n return withoutSuffix ? 'ena ura' : 'eno uro';\n case 'hh':\n if (number === 1) {\n result += withoutSuffix ? 'ura' : 'uro';\n } else if (number === 2) {\n result += withoutSuffix || isFuture ? 'uri' : 'urama';\n } else if (number < 5) {\n result += withoutSuffix || isFuture ? 'ure' : 'urami';\n } else {\n result += withoutSuffix || isFuture ? 'ur' : 'urami';\n }\n return result;\n case 'd':\n return withoutSuffix || isFuture ? 'en dan' : 'enim dnem';\n case 'dd':\n if (number === 1) {\n result += withoutSuffix || isFuture ? 'dan' : 'dnem';\n } else if (number === 2) {\n result += withoutSuffix || isFuture ? 'dni' : 'dnevoma';\n } else {\n result += withoutSuffix || isFuture ? 'dni' : 'dnevi';\n }\n return result;\n case 'M':\n return withoutSuffix || isFuture ? 'en mesec' : 'enim mesecem';\n case 'MM':\n if (number === 1) {\n result += withoutSuffix || isFuture ? 'mesec' : 'mesecem';\n } else if (number === 2) {\n result += withoutSuffix || isFuture ? 'meseca' : 'mesecema';\n } else if (number < 5) {\n result += withoutSuffix || isFuture ? 'mesece' : 'meseci';\n } else {\n result += withoutSuffix || isFuture ? 'mesecev' : 'meseci';\n }\n return result;\n case 'y':\n return withoutSuffix || isFuture ? 'eno leto' : 'enim letom';\n case 'yy':\n if (number === 1) {\n result += withoutSuffix || isFuture ? 'leto' : 'letom';\n } else if (number === 2) {\n result += withoutSuffix || isFuture ? 'leti' : 'letoma';\n } else if (number < 5) {\n result += withoutSuffix || isFuture ? 'leta' : 'leti';\n } else {\n result += withoutSuffix || isFuture ? 'let' : 'leti';\n }\n return result;\n }\n }\n\n var sl = moment.defineLocale('sl', {\n months : 'januar_februar_marec_april_maj_junij_julij_avgust_september_oktober_november_december'.split('_'),\n monthsShort : 'jan._feb._mar._apr._maj._jun._jul._avg._sep._okt._nov._dec.'.split('_'),\n monthsParseExact: true,\n weekdays : 'nedelja_ponedeljek_torek_sreda_četrtek_petek_sobota'.split('_'),\n weekdaysShort : 'ned._pon._tor._sre._čet._pet._sob.'.split('_'),\n weekdaysMin : 'ne_po_to_sr_če_pe_so'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'H:mm',\n LTS : 'H:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D. MMMM YYYY',\n LLL : 'D. MMMM YYYY H:mm',\n LLLL : 'dddd, D. MMMM YYYY H:mm'\n },\n calendar : {\n sameDay : '[danes ob] LT',\n nextDay : '[jutri ob] LT',\n\n nextWeek : function () {\n switch (this.day()) {\n case 0:\n return '[v] [nedeljo] [ob] LT';\n case 3:\n return '[v] [sredo] [ob] LT';\n case 6:\n return '[v] [soboto] [ob] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[v] dddd [ob] LT';\n }\n },\n lastDay : '[včeraj ob] LT',\n lastWeek : function () {\n switch (this.day()) {\n case 0:\n return '[prejšnjo] [nedeljo] [ob] LT';\n case 3:\n return '[prejšnjo] [sredo] [ob] LT';\n case 6:\n return '[prejšnjo] [soboto] [ob] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[prejšnji] dddd [ob] LT';\n }\n },\n sameElse : 'L'\n },\n relativeTime : {\n future : 'čez %s',\n past : 'pred %s',\n s : processRelativeTime,\n ss : processRelativeTime,\n m : processRelativeTime,\n mm : processRelativeTime,\n h : processRelativeTime,\n hh : processRelativeTime,\n d : processRelativeTime,\n dd : processRelativeTime,\n M : processRelativeTime,\n MM : processRelativeTime,\n y : processRelativeTime,\n yy : processRelativeTime\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return sl;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var numbersPast = 'nolla yksi kaksi kolme neljä viisi kuusi seitsemän kahdeksan yhdeksän'.split(' '),\n numbersFuture = [\n 'nolla', 'yhden', 'kahden', 'kolmen', 'neljän', 'viiden', 'kuuden',\n numbersPast[7], numbersPast[8], numbersPast[9]\n ];\n function translate(number, withoutSuffix, key, isFuture) {\n var result = '';\n switch (key) {\n case 's':\n return isFuture ? 'muutaman sekunnin' : 'muutama sekunti';\n case 'ss':\n return isFuture ? 'sekunnin' : 'sekuntia';\n case 'm':\n return isFuture ? 'minuutin' : 'minuutti';\n case 'mm':\n result = isFuture ? 'minuutin' : 'minuuttia';\n break;\n case 'h':\n return isFuture ? 'tunnin' : 'tunti';\n case 'hh':\n result = isFuture ? 'tunnin' : 'tuntia';\n break;\n case 'd':\n return isFuture ? 'päivän' : 'päivä';\n case 'dd':\n result = isFuture ? 'päivän' : 'päivää';\n break;\n case 'M':\n return isFuture ? 'kuukauden' : 'kuukausi';\n case 'MM':\n result = isFuture ? 'kuukauden' : 'kuukautta';\n break;\n case 'y':\n return isFuture ? 'vuoden' : 'vuosi';\n case 'yy':\n result = isFuture ? 'vuoden' : 'vuotta';\n break;\n }\n result = verbalNumber(number, isFuture) + ' ' + result;\n return result;\n }\n function verbalNumber(number, isFuture) {\n return number < 10 ? (isFuture ? numbersFuture[number] : numbersPast[number]) : number;\n }\n\n var fi = moment.defineLocale('fi', {\n months : 'tammikuu_helmikuu_maaliskuu_huhtikuu_toukokuu_kesäkuu_heinäkuu_elokuu_syyskuu_lokakuu_marraskuu_joulukuu'.split('_'),\n monthsShort : 'tammi_helmi_maalis_huhti_touko_kesä_heinä_elo_syys_loka_marras_joulu'.split('_'),\n weekdays : 'sunnuntai_maanantai_tiistai_keskiviikko_torstai_perjantai_lauantai'.split('_'),\n weekdaysShort : 'su_ma_ti_ke_to_pe_la'.split('_'),\n weekdaysMin : 'su_ma_ti_ke_to_pe_la'.split('_'),\n longDateFormat : {\n LT : 'HH.mm',\n LTS : 'HH.mm.ss',\n L : 'DD.MM.YYYY',\n LL : 'Do MMMM[ta] YYYY',\n LLL : 'Do MMMM[ta] YYYY, [klo] HH.mm',\n LLLL : 'dddd, Do MMMM[ta] YYYY, [klo] HH.mm',\n l : 'D.M.YYYY',\n ll : 'Do MMM YYYY',\n lll : 'Do MMM YYYY, [klo] HH.mm',\n llll : 'ddd, Do MMM YYYY, [klo] HH.mm'\n },\n calendar : {\n sameDay : '[tänään] [klo] LT',\n nextDay : '[huomenna] [klo] LT',\n nextWeek : 'dddd [klo] LT',\n lastDay : '[eilen] [klo] LT',\n lastWeek : '[viime] dddd[na] [klo] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s päästä',\n past : '%s sitten',\n s : translate,\n ss : translate,\n m : translate,\n mm : translate,\n h : translate,\n hh : translate,\n d : translate,\n dd : translate,\n M : translate,\n MM : translate,\n y : translate,\n yy : translate\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return fi;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var symbolMap = {\n '1': '١',\n '2': '٢',\n '3': '٣',\n '4': '٤',\n '5': '٥',\n '6': '٦',\n '7': '٧',\n '8': '٨',\n '9': '٩',\n '0': '٠'\n }, numberMap = {\n '١': '1',\n '٢': '2',\n '٣': '3',\n '٤': '4',\n '٥': '5',\n '٦': '6',\n '٧': '7',\n '٨': '8',\n '٩': '9',\n '٠': '0'\n };\n\n var arSa = moment.defineLocale('ar-sa', {\n months : 'يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر'.split('_'),\n monthsShort : 'يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر'.split('_'),\n weekdays : 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),\n weekdaysShort : 'أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت'.split('_'),\n weekdaysMin : 'ح_ن_ث_ر_خ_ج_س'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd D MMMM YYYY HH:mm'\n },\n meridiemParse: /ص|م/,\n isPM : function (input) {\n return 'م' === input;\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 12) {\n return 'ص';\n } else {\n return 'م';\n }\n },\n calendar : {\n sameDay: '[اليوم على الساعة] LT',\n nextDay: '[غدا على الساعة] LT',\n nextWeek: 'dddd [على الساعة] LT',\n lastDay: '[أمس على الساعة] LT',\n lastWeek: 'dddd [على الساعة] LT',\n sameElse: 'L'\n },\n relativeTime : {\n future : 'في %s',\n past : 'منذ %s',\n s : 'ثوان',\n ss : '%d ثانية',\n m : 'دقيقة',\n mm : '%d دقائق',\n h : 'ساعة',\n hh : '%d ساعات',\n d : 'يوم',\n dd : '%d أيام',\n M : 'شهر',\n MM : '%d أشهر',\n y : 'سنة',\n yy : '%d سنوات'\n },\n preparse: function (string) {\n return string.replace(/[١٢٣٤٥٦٧٨٩٠]/g, function (match) {\n return numberMap[match];\n }).replace(/،/g, ',');\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n }).replace(/,/g, '،');\n },\n week : {\n dow : 0, // Sunday is the first day of the week.\n doy : 6 // The week that contains Jan 6th is the first week of the year.\n }\n });\n\n return arSa;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var bg = moment.defineLocale('bg', {\n months : 'януари_февруари_март_април_май_юни_юли_август_септември_октомври_ноември_декември'.split('_'),\n monthsShort : 'янр_фев_мар_апр_май_юни_юли_авг_сеп_окт_ное_дек'.split('_'),\n weekdays : 'неделя_понеделник_вторник_сряда_четвъртък_петък_събота'.split('_'),\n weekdaysShort : 'нед_пон_вто_сря_чет_пет_съб'.split('_'),\n weekdaysMin : 'нд_пн_вт_ср_чт_пт_сб'.split('_'),\n longDateFormat : {\n LT : 'H:mm',\n LTS : 'H:mm:ss',\n L : 'D.MM.YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY H:mm',\n LLLL : 'dddd, D MMMM YYYY H:mm'\n },\n calendar : {\n sameDay : '[Днес в] LT',\n nextDay : '[Утре в] LT',\n nextWeek : 'dddd [в] LT',\n lastDay : '[Вчера в] LT',\n lastWeek : function () {\n switch (this.day()) {\n case 0:\n case 3:\n case 6:\n return '[В изминалата] dddd [в] LT';\n case 1:\n case 2:\n case 4:\n case 5:\n return '[В изминалия] dddd [в] LT';\n }\n },\n sameElse : 'L'\n },\n relativeTime : {\n future : 'след %s',\n past : 'преди %s',\n s : 'няколко секунди',\n ss : '%d секунди',\n m : 'минута',\n mm : '%d минути',\n h : 'час',\n hh : '%d часа',\n d : 'ден',\n dd : '%d дни',\n M : 'месец',\n MM : '%d месеца',\n y : 'година',\n yy : '%d години'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(ев|ен|ти|ви|ри|ми)/,\n ordinal : function (number) {\n var lastDigit = number % 10,\n last2Digits = number % 100;\n if (number === 0) {\n return number + '-ев';\n } else if (last2Digits === 0) {\n return number + '-ен';\n } else if (last2Digits > 10 && last2Digits < 20) {\n return number + '-ти';\n } else if (lastDigit === 1) {\n return number + '-ви';\n } else if (lastDigit === 2) {\n return number + '-ри';\n } else if (lastDigit === 7 || lastDigit === 8) {\n return number + '-ми';\n } else {\n return number + '-ти';\n }\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return bg;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var symbolMap = {\n '1': '၁',\n '2': '၂',\n '3': '၃',\n '4': '၄',\n '5': '၅',\n '6': '၆',\n '7': '၇',\n '8': '၈',\n '9': '၉',\n '0': '၀'\n }, numberMap = {\n '၁': '1',\n '၂': '2',\n '၃': '3',\n '၄': '4',\n '၅': '5',\n '၆': '6',\n '၇': '7',\n '၈': '8',\n '၉': '9',\n '၀': '0'\n };\n\n var my = moment.defineLocale('my', {\n months: 'ဇန်နဝါရီ_ဖေဖော်ဝါရီ_မတ်_ဧပြီ_မေ_ဇွန်_ဇူလိုင်_သြဂုတ်_စက်တင်ဘာ_အောက်တိုဘာ_နိုဝင်ဘာ_ဒီဇင်ဘာ'.split('_'),\n monthsShort: 'ဇန်_ဖေ_မတ်_ပြီ_မေ_ဇွန်_လိုင်_သြ_စက်_အောက်_နို_ဒီ'.split('_'),\n weekdays: 'တနင်္ဂနွေ_တနင်္လာ_အင်္ဂါ_ဗုဒ္ဓဟူး_ကြာသပတေး_သောကြာ_စနေ'.split('_'),\n weekdaysShort: 'နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ'.split('_'),\n weekdaysMin: 'နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ'.split('_'),\n\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd D MMMM YYYY HH:mm'\n },\n calendar: {\n sameDay: '[ယနေ.] LT [မှာ]',\n nextDay: '[မနက်ဖြန်] LT [မှာ]',\n nextWeek: 'dddd LT [မှာ]',\n lastDay: '[မနေ.က] LT [မှာ]',\n lastWeek: '[ပြီးခဲ့သော] dddd LT [မှာ]',\n sameElse: 'L'\n },\n relativeTime: {\n future: 'လာမည့် %s မှာ',\n past: 'လွန်ခဲ့သော %s က',\n s: 'စက္ကန်.အနည်းငယ်',\n ss : '%d စက္ကန့်',\n m: 'တစ်မိနစ်',\n mm: '%d မိနစ်',\n h: 'တစ်နာရီ',\n hh: '%d နာရီ',\n d: 'တစ်ရက်',\n dd: '%d ရက်',\n M: 'တစ်လ',\n MM: '%d လ',\n y: 'တစ်နှစ်',\n yy: '%d နှစ်'\n },\n preparse: function (string) {\n return string.replace(/[၁၂၃၄၅၆၇၈၉၀]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return my;\n\n})));\n","import {\r\n EventEmitter\r\n} from \"events\";\r\nimport TCVelikClient from '@/TCVelikClient/TCVelikClient.js'\r\n\r\nclass SkillsService extends EventEmitter {\r\n\r\n SKILLS_BASE_URL = \"http://192.168.255.58/\";\r\n TC_API_BASE_URL = process.env.VUE_APP_API_URL + \"/\";\r\n INDEX_NAME = process.env.VUE_APP_INDEX_NAME + \"/\";\r\n INAME = process.env.VUE_APP_INDEX_NAME;\r\n\r\n CONTENT_EDIT_SEARCH_INDEX = \"demobackend-audit-trail\";\r\n TIMESHEETS_SEARCH_INDEX = \"corporate-timesheets\";\r\n\r\n search() {\r\n return TCVelikClient.GetRelative(\"skillz/_search?size=10000\");\r\n }\r\n\r\n logScore(AccountId, SkillId, CreatedBy, CreatedFor, Comment, Score, ScoreType) {\r\n return TCVelikClient.PostRelative(\"api/Skill/LogScores\", {\r\n AccountId: AccountId ? AccountId : TCVelikClient.getSelectedAccountId(),\r\n SkillId: SkillId,\r\n CreatedBy: CreatedBy,\r\n CreatedFor: CreatedFor,\r\n Comment: Comment,\r\n Score: Score,\r\n ScoreType: ScoreType\r\n });\r\n }\r\n\r\n getAccountSkillsStats(from, to) {\r\n return TCVelikClient.PostRelative(\"api/Skill/GetAccountSkillsStats\", {\r\n from: from,\r\n to: to\r\n });\r\n }\r\n\r\n getAutoCompleteData() {\r\n var query = {\r\n \"aggs\": {\r\n \"By_Language\": {\r\n \"terms\": {\r\n \"field\": \"languagena.keyword\",\r\n \"order\": {\r\n \"_count\": \"desc\"\r\n },\r\n \"size\": 50000\r\n }\r\n },\r\n \"By_Project\": {\r\n \"terms\": {\r\n \"field\": \"projecttitle.keyword\",\r\n \"order\": {\r\n \"_count\": \"desc\"\r\n },\r\n \"size\": 50000\r\n }\r\n },\r\n \"By_SyntaxType\": {\r\n \"terms\": {\r\n \"field\": \"syntaxtype.keyword\",\r\n \"order\": {\r\n \"_count\": \"desc\"\r\n },\r\n \"size\": 50000\r\n },\r\n \"aggs\": {\r\n \"Languages\": {\r\n \"terms\": {\r\n \"field\": \"languagena.keyword\"\r\n }\r\n }\r\n }\r\n },\r\n \"By_Tag\": {\r\n \"nested\": {\r\n \"path\": \"project\"\r\n },\r\n \"aggs\": {\r\n \"Tags\": {\r\n \"terms\": {\r\n \"field\": \"project.tag.title.keyword\",\r\n \"order\": {\r\n \"_count\": \"desc\"\r\n },\r\n \"size\": 50000\r\n }\r\n }\r\n }\r\n },\r\n \"By_Developer\": {\r\n \"nested\": {\r\n \"path\": \"developers\"\r\n },\r\n \"aggs\": {\r\n \"Developers\": {\r\n \"terms\": {\r\n \"field\": \"developers.authorEmail.keyword\",\r\n \"order\": {\r\n \"_count\": \"desc\"\r\n },\r\n \"size\": 50000\r\n }\r\n }\r\n }\r\n }\r\n },\r\n \"size\": 0\r\n };\r\n\r\n var request = {\r\n query: query,\r\n indexEndpoint: \"_search\"\r\n }\r\n\r\n var url = \"/api/query/PostElasticQuery\";\r\n return TCVelikClient.PostRelative(url, request);\r\n\r\n }\r\n\r\n searchPhrase(phrase, page, pageSize) {\r\n var query = {\r\n \"query\": {\r\n \"bool\": {\r\n \"must\": [{\r\n \"wildcard\": {\r\n \"rawTextKeyword\": {\r\n \"value\": \"*\" + phrase.toLowerCase() + \"*\"\r\n }\r\n }\r\n },\r\n {\r\n \"term\": {\r\n \"syntaxtype.keyword\": {\r\n \"value\": \"FullContents\"\r\n }\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"highlight\": {\r\n \"fields\": {\r\n \"rawTextKeyword\": {\r\n \"number_of_fragments\": 10,\r\n \"pre_tags\": [\"\"],\r\n \"post_tags\": [\"\"],\r\n \"options\": {\r\n \"return_offsets\": true\r\n },\r\n \"fragment_size\": 150\r\n },\r\n }\r\n },\r\n \"_source\": [\"accountid\", \"projecttitle\", \"projectid\", \"syntaxtype\", \"relativeFileName\", \"languagena\", \"changes\", \"lastCommitId\"],\r\n \"from\": ((page - 1) * pageSize),\r\n \"size\": pageSize,\r\n \"sort\": {\r\n \"changes\": {\r\n \"order\": \"desc\"\r\n }\r\n },\r\n \"aggs\": {\r\n \"languages\": {\r\n \"terms\": {\r\n \"field\": \"languagena.keyword\",\r\n \"size\": 1000\r\n }\r\n },\r\n \"projects\": {\r\n \"terms\": {\r\n \"field\": \"projecttitle.keyword\",\r\n \"size\": 1000\r\n }\r\n },\r\n \"type\": {\r\n \"terms\": {\r\n \"field\": \"syntaxtype.keyword\"\r\n }\r\n }\r\n },\r\n };\r\n\r\n var request = {\r\n query: query,\r\n indexEndpoint: \"_search\"\r\n }\r\n\r\n var url = \"/api/query/PostElasticQuery\";\r\n return TCVelikClient.PostRelative(url, request);\r\n }\r\n\r\n loadOrphanProjects() {\r\n return TCVelikClient.GetRelative(\"/api/Skill/GetOrphans\")\r\n }\r\n\r\n renewAllSkills() {\r\n return TCVelikClient.PostRelative(\"/api/Skill/ResetCache\");\r\n }\r\n\r\n searchProjectPhrase(phrase, page, pageSize, projectId) {\r\n var query = {\r\n \"query\": {\r\n \"bool\": {\r\n \"must\": [{\r\n \"wildcard\": {\r\n \"rawTextKeyword\": {\r\n \"value\": \"*\" + phrase.toLowerCase() + \"*\"\r\n }\r\n }\r\n },\r\n {\r\n \"term\": {\r\n \"syntaxtype.keyword\": {\r\n \"value\": \"FullContents\"\r\n }\r\n }\r\n },\r\n {\r\n \"term\": {\r\n \"projectid.keyword\": {\r\n \"value\": \"\" + projectId + \"\"\r\n }\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"highlight\": {\r\n \"fields\": {\r\n \"rawTextKeyword\": {\r\n \"number_of_fragments\": 10,\r\n \"pre_tags\": [\"\"],\r\n \"post_tags\": [\"\"],\r\n \"options\": {\r\n \"return_offsets\": true\r\n },\r\n \"fragment_size\": 150\r\n },\r\n }\r\n },\r\n \"_source\": [\"accountid\", \"projecttitle\", \"projectid\", \"syntaxtype\", \"relativeFileName\", \"languagena\", \"changes\", \"lastCommitId\"],\r\n \"from\": ((page - 1) * pageSize),\r\n \"size\": pageSize,\r\n \"sort\": {\r\n \"changes\": {\r\n \"order\": \"desc\"\r\n }\r\n }\r\n };\r\n\r\n var request = {\r\n query: query,\r\n indexEndpoint: \"_search\"\r\n }\r\n\r\n var url = \"/api/query/PostElasticQuery\";\r\n return TCVelikClient.PostRelative(url, request);\r\n }\r\n\r\n searchAnythingQuery(query, indexesToSearch, page, pageSize, dateFrom, dateTo) {\r\n pageSize = pageSize ? pageSize : 100;\r\n\r\n dateFrom = dateFrom || new Date(Date.UTC(1980, 0, 1, 0, 0, 0));\r\n dateTo = dateTo || new Date(Date.UTC(2200, 0, 1, 23, 59, 59));\r\n\r\n var queryToRun = {\r\n \"query\": {\r\n \"bool\": {\r\n \"must\": [{\r\n \"query_string\": {\r\n \"query\": query\r\n }\r\n },\r\n {\r\n \"bool\": {\r\n \"filter\": [{\r\n \"script\": {\r\n \"script\": {\r\n \"source\": `\r\n def date = ${this.generateCommonDateFieldPainlessScript(indexesToSearch)}\r\n return date >= Instant.parse('${dateFrom.toISOString()}').toEpochMilli();\r\n `,\r\n \"lang\": \"painless\"\r\n }\r\n }\r\n },\r\n {\r\n \"script\": {\r\n \"script\": {\r\n \"source\": `\r\n def date = ${this.generateCommonDateFieldPainlessScript(indexesToSearch)}\r\n return date <= Instant.parse('${dateTo.toISOString()}').toEpochMilli();\r\n `,\r\n \"lang\": \"painless\"\r\n }\r\n }\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"from\": ((page - 1) * pageSize),\r\n \"size\": pageSize,\r\n \"sort\": [{\r\n \"_script\": {\r\n \"type\": \"number\",\r\n \"script\": {\r\n \"lang\": \"painless\",\r\n \"source\": this.generateCommonDateFieldPainlessScript(indexesToSearch)\r\n },\r\n \"order\": \"desc\"\r\n }\r\n }],\r\n \"script_fields\": {\r\n \"document_date\": {\r\n \"script\": {\r\n \"lang\": \"painless\",\r\n \"source\": this.generateCommonDateFieldPainlessScript(indexesToSearch)\r\n }\r\n }\r\n },\r\n _source: true,\r\n \"aggs\": {\r\n \"ByType\": {\r\n \"terms\": {\r\n \"field\": \"_index\",\r\n \"size\": 1000\r\n }\r\n },\r\n \"ByContentType\": {\r\n \"terms\": {\r\n \"field\": \"itemType.keyword\",\r\n \"size\": 1000\r\n },\r\n \"aggs\": {\r\n \"ByStatus\": {\r\n \"terms\": {\r\n \"field\": \"eventType.keyword\",\r\n \"size\": 1000\r\n },\r\n }\r\n }\r\n }\r\n }\r\n };\r\n\r\n var request = {\r\n query: queryToRun,\r\n indexEndpoint: \"_search\",\r\n indexes: indexesToSearch.map((itm) => itm.Value).join()\r\n };\r\n\r\n var url = \"/api/query/PostElasticQueryMulti\";\r\n return TCVelikClient.PostRelative(url, request);\r\n }\r\n\r\n async getContentEdit(userEmail) {\r\n var searchPhrase = userEmail;\r\n var indexInfo = this.getSearchIndexes().filter(i => i.Value == this.CONTENT_EDIT_SEARCH_INDEX);\r\n\r\n var dateFrom = new Date();\r\n dateFrom.setHours(0, 0, 0, 0);\r\n\r\n var dateTo = new Date();\r\n dateTo.setHours(23, 59, 59, 999);\r\n\r\n var result = await this.searchAnythingQuery(searchPhrase, [...indexInfo], 1, 250, dateFrom, dateTo);\r\n\r\n var dataFinal = result.data.hits.hits.map(function (item) {\r\n var title = \"\";\r\n var activity = \"\";\r\n\r\n if (item._source.itemTitle) {\r\n title = item._source.itemTitle;\r\n activity = \"Content Edit\";\r\n }\r\n else if (item._source.roleName){\r\n title = item._source.roleName;\r\n activity = \"Administration\";\r\n }\r\n else if (item._source.configName){\r\n title = item._source.configName;\r\n activity = \"Administration\";\r\n }\r\n else if (item._source.loginResult){\r\n title = \"Logging in to the system\",\r\n activity = \"Administration\"\r\n }\r\n else if (item._source.sfUserUsername){\r\n title = \"User \" + item._source.sfUserUsername + \" \" + JSON.stringify(item._source.eventTags),\r\n activity = \"Administration\"\r\n }\r\n\r\n return {\r\n Title: title,\r\n Activity: activity,\r\n Type: item._source.itemType,\r\n Action: item._source.eventType,\r\n Url: item._source.itemUrl,\r\n Id: item._source.itemId,\r\n TimeStamp: item._source.timestamp\r\n }\r\n });\r\n\r\n return dataFinal;\r\n }\r\n\r\n async getTimeSheets(userEmail) {\r\n var searchPhrase = userEmail;\r\n var indexInfo = this.getSearchIndexes().filter(i => i.Value == this.TIMESHEETS_SEARCH_INDEX);\r\n\r\n var dateFrom = new Date();\r\n dateFrom.setHours(0, 0, 0, 0);\r\n\r\n var dateTo = new Date();\r\n dateTo.setHours(23, 59, 59, 999);\r\n\r\n var result = await this.searchAnythingQuery(searchPhrase, [...indexInfo], 1, 10, dateFrom, dateTo);\r\n\r\n var dataFinal = result.data.hits.hits.map(function (item) {\r\n return {\r\n Title: item._source.itemTitle,\r\n Type: item._source.itemType,\r\n }\r\n });\r\n\r\n return dataFinal;\r\n }\r\n\r\n searchQuery(query, page, pageSize) {\r\n var finalQuery = {\r\n \"query\": query,\r\n \"highlight\": {\r\n \"fields\": {\r\n \"rawTextKeyword\": {\r\n \"number_of_fragments\": 10,\r\n \"pre_tags\": [\"\"],\r\n \"post_tags\": [\"\"],\r\n \"options\": {\r\n \"return_offsets\": true\r\n },\r\n \"fragment_size\": 150,\r\n \"type\": \"unified\",\r\n \"force_source\": true\r\n },\r\n }\r\n },\r\n \"_source\": [\"accountid\", \"developers\", \"projecttitle\", \"projectid\", \"syntaxtype\", \"relativeFileName\", \"languagena\", \"start\", \"end\", \"changes\", \"lastCommitId\"],\r\n \"from\": ((page - 1) * pageSize),\r\n \"size\": pageSize,\r\n \"sort\": {\r\n \"changes\": {\r\n \"order\": \"desc\"\r\n }\r\n },\r\n \"aggs\": {\r\n \"languages\": {\r\n \"terms\": {\r\n \"field\": \"languagena.keyword\",\r\n \"size\": 1000\r\n }\r\n },\r\n \"projects\": {\r\n \"terms\": {\r\n \"field\": \"projecttitle.keyword\",\r\n \"size\": 1000\r\n }\r\n },\r\n \"type\": {\r\n \"terms\": {\r\n \"field\": \"syntaxtype.keyword\"\r\n }\r\n }\r\n },\r\n };\r\n\r\n var request = {\r\n query: finalQuery,\r\n indexEndpoint: \"_search\"\r\n }\r\n\r\n var url = \"/api/query/PostElasticQuery\";\r\n return TCVelikClient.PostRelative(url, request);\r\n }\r\n\r\n generateCommonDateFieldPainlessScript(indices) {\r\n var scriptParts = indices.map((index) => {\r\n return \"doc['_index'].value == '\" + index.Value + \"' && doc['\" + index.DateFieldName + \"'].size() > 0 ? doc['\" + index.DateFieldName + \"'].value.getMillis() : \";\r\n });\r\n\r\n // Add a default case for indices not in the array\r\n scriptParts.push('0');\r\n\r\n var scriptSource = scriptParts.join('') + ';';\r\n\r\n return `${scriptSource}`;\r\n }\r\n\r\n\r\n searchSkill(skillId, page, pageSize, projectName) {\r\n return new Promise((success) => {\r\n this.getSkillById(skillId).then(function (response) {\r\n try {\r\n JSON.parse(response.data.SkillQuery).query;\r\n } catch (err) {\r\n alert(\"The query for the skill \\\"\" + response.data.SkillName + \"\\\" is not valid. \\nPlease ensure it contains valid query and try again.\\nError was: \" + err);\r\n }\r\n\r\n var query = JSON.parse(response.data.SkillQuery).query;\r\n\r\n if (projectName &&\r\n projectName.length > 0 &&\r\n query &&\r\n query.bool &&\r\n query.bool.must &&\r\n query.bool.must.length > 0) {\r\n query.bool.must.push({\r\n term: {\r\n \"projecttitle.keyword\": projectName\r\n }\r\n });\r\n }\r\n\r\n var finalQuery = {\r\n \"query\": query,\r\n \"highlight\": {\r\n \"fields\": {\r\n \"rawTextKeyword\": {\r\n \"number_of_fragments\": 10,\r\n \"pre_tags\": [\"\"],\r\n \"post_tags\": [\"\"],\r\n \"options\": {\r\n \"return_offsets\": true\r\n },\r\n \"fragment_size\": 150,\r\n \"type\": \"unified\",\r\n \"force_source\": true\r\n },\r\n }\r\n },\r\n \"_source\": [\"accountid\", \"projecttitle\", \"projectid\", \"syntaxtype\", \"relativeFileName\", \"languagena\", \"start\", \"end\", \"changes\", \"lastCommitId\"],\r\n \"from\": ((page - 1) * pageSize),\r\n \"size\": pageSize,\r\n \"sort\": {\r\n \"changes\": {\r\n \"order\": \"desc\"\r\n }\r\n }\r\n };\r\n\r\n var request = {\r\n query: finalQuery,\r\n indexEndpoint: \"_search\"\r\n }\r\n\r\n // var a = this.TC_API_BASE_URL;\r\n var url = \"/api/query/PostElasticQuery\";\r\n TCVelikClient.PostRelative(url, request).then(function (dta) {\r\n success(dta);\r\n });\r\n });\r\n });\r\n }\r\n\r\n getCatgoryById(id) {\r\n var url = \"/api/Skill/GetSkillCategoryById?id=\" + id;\r\n return TCVelikClient.GetRelative(url);\r\n }\r\n\r\n getSkillById(id) {\r\n var url = \"/api/Skill/GetSkillById?id=\" + id;\r\n return TCVelikClient.GetRelative(url);\r\n }\r\n\r\n getSkillByIdCalculated(id, forUser) {\r\n\r\n var url = \"/api/Skill/GetSkillByIdCalculated?id=\" + id;\r\n if (forUser && forUser.length > 0)\r\n url += \"&forUser=\" + forUser\r\n return TCVelikClient.GetRelative(url);\r\n }\r\n\r\n reorder(initialParentId, targetParentId, movedObjectId, movedObjectType, oldIndex, newIndex) {\r\n var url = \"/api/Skill/Reorder\";\r\n var query = {\r\n FromCategoryId: initialParentId,\r\n ToCategoryId: targetParentId,\r\n ObjectId: movedObjectId,\r\n ObjectOldIndex: oldIndex,\r\n ObjectNewIndex: newIndex,\r\n ObjectType: movedObjectType\r\n };\r\n\r\n return TCVelikClient.PostRelative(url, query);\r\n }\r\n\r\n saveCategory(categoryObject) {\r\n var url = \"/api/Skill/SaveCategory\";\r\n var query = categoryObject;\r\n return TCVelikClient.PostRelative(url, query);\r\n }\r\n\r\n saveSkill(skillObject) {\r\n var url = \"/api/Skill/SaveSkill\";\r\n var query = skillObject;\r\n return TCVelikClient.PostRelative(url, query);\r\n }\r\n\r\n updateSkillProperty(skillId, skillPropertyName, skillPropertyNewValue) {\r\n var url = \"/api/Skill/PatchProperty\";\r\n var query = {\r\n Id: skillId,\r\n PropertyName: skillPropertyName,\r\n PropertyValue: skillPropertyNewValue\r\n };\r\n\r\n return TCVelikClient.PostRelative(url, query);\r\n }\r\n\r\n getCategory(id) {\r\n var url = \"/api/Skill/GetSkillCategoryById?id=\" + id;\r\n return TCVelikClient.GetRelative(url);\r\n }\r\n\r\n getCategories(forParent) {\r\n var url = \"/api/Skill/GetCategories\";\r\n var query = {};\r\n\r\n if (forParent && forParent > 0) {\r\n query.Parent = forParent\r\n }\r\n return TCVelikClient.PostRelative(url, query);\r\n }\r\n\r\n getCategoryLinkForUser(tracks, categories, userId) {\r\n var filters = {\r\n tracks: tracks,\r\n categories: categories\r\n };\r\n\r\n return \"/dashboard/people/\" + userId + \"/details?filter=\" + encodeURIComponent(JSON.stringify(filters));\r\n }\r\n\r\n getSkillLinkForUser(skillId, userId) {\r\n return `/dashboard/skill-details/${skillId}?forUser=${userId}`;\r\n }\r\n\r\n deleteCategory(categoryId) {\r\n var url = \"/api/Skill/DeleteCategory?id=\" + categoryId;\r\n return TCVelikClient.PostRelative(url, null);\r\n }\r\n\r\n GetSkillWithBreadCrumbs() {\r\n return TCVelikClient.GetRelative(\"/api/Skill/GetSkillWithBreadCrumbs\");\r\n }\r\n\r\n deleteSkill(skillId) {\r\n var url = \"/api/Skill/DeleteSkill?id=\" + skillId;\r\n return TCVelikClient.PostRelative(url, null);\r\n }\r\n\r\n getAllSkillsInCategory(category) {\r\n var catQuery = {\r\n \"query\": {\r\n \"bool\": {\r\n \"must\": {\r\n \"wildcard\": {\r\n \"category.keyword\": category + \"*\"\r\n }\r\n }\r\n }\r\n },\r\n \"sort\": [{\r\n \"category.keyword\": {\r\n \"order\": \"asc\"\r\n },\r\n },\r\n {\r\n \"categoryOrder.keyword\": {\r\n \"order\": \"asc\"\r\n }\r\n }\r\n ]\r\n };\r\n\r\n return TCVelikClient.PostRelative(\"/api/query/PostElasticSearchQuery\", {\r\n query: catQuery,\r\n indexEndpoint: \"_search\"\r\n });\r\n }\r\n\r\n getFeatureOwnershipView() {\r\n\r\n }\r\n\r\n getMainStats(projectId, user) {\r\n var query = {\r\n \"Project\": projectId,\r\n \"User\": user\r\n }\r\n return TCVelikClient.PostRelative(\"/api/Query/GetAllSkills\", query);\r\n }\r\n\r\n getSearchIndexes() {\r\n // Hack to fix later:\r\n\r\n var isDevelopment = false; // window.location.host.startsWith(\"localhost\");\r\n\r\n return [{\r\n Name: \"Commits\",\r\n Value: \"code-commit-history-tcvelik-\" + (isDevelopment ? \"developer\" : \"prod\"),\r\n Selected: true,\r\n DateFieldName: \"AuthorDateStrictISO\"\r\n },\r\n {\r\n Name: \"Source code\",\r\n Value: \"codeinsights\" + (isDevelopment ? \"-developer\" : \"\"),\r\n Selected: false,\r\n DateFieldName: \"lastCommitDate\"\r\n },\r\n {\r\n Name: \"Code Annotations\",\r\n Value: \"tcembed-tcvelik-\" + (isDevelopment ? \"developer\" : \"prod\"),\r\n Selected: true,\r\n DateFieldName: \"lastUpdatedOn\"\r\n },\r\n {\r\n Name: \"Scoring events\",\r\n Value: \"tcskillscore-tcvelik-\" + (isDevelopment ? \"developer\" : \"prod\"),\r\n Selected: true,\r\n DateFieldName: \"lastUpdatedOn\"\r\n },\r\n {\r\n Name: \"Skills\",\r\n Value: \"tcskill-tcvelik-\" + (isDevelopment ? \"developer\" : \"prod\"),\r\n Selected: true,\r\n DateFieldName: \"lastUpdatedOn\"\r\n },\r\n {\r\n Name: \"Timesheets\",\r\n Value: \"corporate-timesheets\",\r\n Selected: true,\r\n DateFieldName: \"Time\"\r\n },\r\n {\r\n Name: \"Content editing\",\r\n Value: \"demobackend-audit-trail\",\r\n Selected: true,\r\n DateFieldName: \"timestamp\"\r\n },\r\n {\r\n Name: \"Any Post\",\r\n Value: \"tcpost-tcvelik-\" + (isDevelopment ? \"developer\" : \"prod\"),\r\n Selected: false,\r\n DateFieldName: \"lastUpdatedOn\"\r\n }\r\n ];\r\n }\r\n}\r\n\r\nexport default new SkillsService();\r\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var gl = moment.defineLocale('gl', {\n months : 'xaneiro_febreiro_marzo_abril_maio_xuño_xullo_agosto_setembro_outubro_novembro_decembro'.split('_'),\n monthsShort : 'xan._feb._mar._abr._mai._xuñ._xul._ago._set._out._nov._dec.'.split('_'),\n monthsParseExact: true,\n weekdays : 'domingo_luns_martes_mércores_xoves_venres_sábado'.split('_'),\n weekdaysShort : 'dom._lun._mar._mér._xov._ven._sáb.'.split('_'),\n weekdaysMin : 'do_lu_ma_mé_xo_ve_sá'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'H:mm',\n LTS : 'H:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D [de] MMMM [de] YYYY',\n LLL : 'D [de] MMMM [de] YYYY H:mm',\n LLLL : 'dddd, D [de] MMMM [de] YYYY H:mm'\n },\n calendar : {\n sameDay : function () {\n return '[hoxe ' + ((this.hours() !== 1) ? 'ás' : 'á') + '] LT';\n },\n nextDay : function () {\n return '[mañá ' + ((this.hours() !== 1) ? 'ás' : 'á') + '] LT';\n },\n nextWeek : function () {\n return 'dddd [' + ((this.hours() !== 1) ? 'ás' : 'a') + '] LT';\n },\n lastDay : function () {\n return '[onte ' + ((this.hours() !== 1) ? 'á' : 'a') + '] LT';\n },\n lastWeek : function () {\n return '[o] dddd [pasado ' + ((this.hours() !== 1) ? 'ás' : 'a') + '] LT';\n },\n sameElse : 'L'\n },\n relativeTime : {\n future : function (str) {\n if (str.indexOf('un') === 0) {\n return 'n' + str;\n }\n return 'en ' + str;\n },\n past : 'hai %s',\n s : 'uns segundos',\n ss : '%d segundos',\n m : 'un minuto',\n mm : '%d minutos',\n h : 'unha hora',\n hh : '%d horas',\n d : 'un día',\n dd : '%d días',\n M : 'un mes',\n MM : '%d meses',\n y : 'un ano',\n yy : '%d anos'\n },\n dayOfMonthOrdinalParse : /\\d{1,2}º/,\n ordinal : '%dº',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return gl;\n\n})));\n","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[(_vm.cardObjects && _vm.cardObjects.length > 0)?_c('div',_vm._l((_vm.cardObjects),function(card,cardIdx){return _c('div',{key:'card-' + cardIdx},[_c('h4',{staticClass:\"text-white mb-3\"},[_vm._v(_vm._s(card.title))]),_c('div',{staticClass:\"card-html\",domProps:{\"innerHTML\":_vm._s(card.content)}}),_c('div',{staticClass:\"mt-3\"},_vm._l((card.ctas),function(cta,ctaIdx){return _c('vs-button',{key:'b' + ctaIdx,staticClass:\"mr-2 btn-success mb-3\",on:{\"click\":function($event){return _vm.RaiseCta(cta, card)}}},[_vm._v(\"\\n \"+_vm._s(cta)+\"\\n \")])}),1)])}),0):_vm._e()])}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n
\r\n
0\">\r\n
\r\n
{{ card.title }}
\r\n \r\n
\r\n \r\n {{ cta }}\r\n \r\n
\r\n
\r\n
\r\n
\r\n\r\n\r\n\r\n","import mod from \"-!../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../node_modules/thread-loader/dist/cjs.js!../../../../node_modules/@vue/cli-plugin-babel/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!./TCVCard.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/@vue/cli-plugin-babel/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!./TCVCard.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./TCVCard.vue?vue&type=template&id=4575743a&ref=main&\"\nimport script from \"./TCVCard.vue?vue&type=script&lang=js&\"\nexport * from \"./TCVCard.vue?vue&type=script&lang=js&\"\nimport style0 from \"./TCVCard.vue?vue&type=style&index=0&lang=css&\"\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","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var monthsShortDot = 'ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.'.split('_'),\n monthsShort = 'ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic'.split('_');\n\n var monthsParse = [/^ene/i, /^feb/i, /^mar/i, /^abr/i, /^may/i, /^jun/i, /^jul/i, /^ago/i, /^sep/i, /^oct/i, /^nov/i, /^dic/i];\n var monthsRegex = /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\\.?|feb\\.?|mar\\.?|abr\\.?|may\\.?|jun\\.?|jul\\.?|ago\\.?|sep\\.?|oct\\.?|nov\\.?|dic\\.?)/i;\n\n var es = moment.defineLocale('es', {\n months : 'enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre'.split('_'),\n monthsShort : function (m, format) {\n if (!m) {\n return monthsShortDot;\n } else if (/-MMM-/.test(format)) {\n return monthsShort[m.month()];\n } else {\n return monthsShortDot[m.month()];\n }\n },\n monthsRegex : monthsRegex,\n monthsShortRegex : monthsRegex,\n monthsStrictRegex : /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,\n monthsShortStrictRegex : /^(ene\\.?|feb\\.?|mar\\.?|abr\\.?|may\\.?|jun\\.?|jul\\.?|ago\\.?|sep\\.?|oct\\.?|nov\\.?|dic\\.?)/i,\n monthsParse : monthsParse,\n longMonthsParse : monthsParse,\n shortMonthsParse : monthsParse,\n weekdays : 'domingo_lunes_martes_miércoles_jueves_viernes_sábado'.split('_'),\n weekdaysShort : 'dom._lun._mar._mié._jue._vie._sáb.'.split('_'),\n weekdaysMin : 'do_lu_ma_mi_ju_vi_sá'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'H:mm',\n LTS : 'H:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D [de] MMMM [de] YYYY',\n LLL : 'D [de] MMMM [de] YYYY H:mm',\n LLLL : 'dddd, D [de] MMMM [de] YYYY H:mm'\n },\n calendar : {\n sameDay : function () {\n return '[hoy a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';\n },\n nextDay : function () {\n return '[mañana a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';\n },\n nextWeek : function () {\n return 'dddd [a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';\n },\n lastDay : function () {\n return '[ayer a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';\n },\n lastWeek : function () {\n return '[el] dddd [pasado a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';\n },\n sameElse : 'L'\n },\n relativeTime : {\n future : 'en %s',\n past : 'hace %s',\n s : 'unos segundos',\n ss : '%d segundos',\n m : 'un minuto',\n mm : '%d minutos',\n h : 'una hora',\n hh : '%d horas',\n d : 'un día',\n dd : '%d días',\n M : 'un mes',\n MM : '%d meses',\n y : 'un año',\n yy : '%d años'\n },\n dayOfMonthOrdinalParse : /\\d{1,2}º/,\n ordinal : '%dº',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return es;\n\n})));\n","export default function _arrayWithoutHoles(arr) {\n if (Array.isArray(arr)) {\n for (var i = 0, arr2 = new Array(arr.length); i < arr.length; i++) {\n arr2[i] = arr[i];\n }\n\n return arr2;\n }\n}","export default function _iterableToArray(iter) {\n if (Symbol.iterator in Object(iter) || Object.prototype.toString.call(iter) === \"[object Arguments]\") return Array.from(iter);\n}","export default function _nonIterableSpread() {\n throw new TypeError(\"Invalid attempt to spread non-iterable instance\");\n}","import arrayWithoutHoles from \"./arrayWithoutHoles\";\nimport iterableToArray from \"./iterableToArray\";\nimport nonIterableSpread from \"./nonIterableSpread\";\nexport default function _toConsumableArray(arr) {\n return arrayWithoutHoles(arr) || iterableToArray(arr) || nonIterableSpread();\n}","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n function isFunction(input) {\n return input instanceof Function || Object.prototype.toString.call(input) === '[object Function]';\n }\n\n\n var el = moment.defineLocale('el', {\n monthsNominativeEl : 'Ιανουάριος_Φεβρουάριος_Μάρτιος_Απρίλιος_Μάιος_Ιούνιος_Ιούλιος_Αύγουστος_Σεπτέμβριος_Οκτώβριος_Νοέμβριος_Δεκέμβριος'.split('_'),\n monthsGenitiveEl : 'Ιανουαρίου_Φεβρουαρίου_Μαρτίου_Απριλίου_Μαΐου_Ιουνίου_Ιουλίου_Αυγούστου_Σεπτεμβρίου_Οκτωβρίου_Νοεμβρίου_Δεκεμβρίου'.split('_'),\n months : function (momentToFormat, format) {\n if (!momentToFormat) {\n return this._monthsNominativeEl;\n } else if (typeof format === 'string' && /D/.test(format.substring(0, format.indexOf('MMMM')))) { // if there is a day number before 'MMMM'\n return this._monthsGenitiveEl[momentToFormat.month()];\n } else {\n return this._monthsNominativeEl[momentToFormat.month()];\n }\n },\n monthsShort : 'Ιαν_Φεβ_Μαρ_Απρ_Μαϊ_Ιουν_Ιουλ_Αυγ_Σεπ_Οκτ_Νοε_Δεκ'.split('_'),\n weekdays : 'Κυριακή_Δευτέρα_Τρίτη_Τετάρτη_Πέμπτη_Παρασκευή_Σάββατο'.split('_'),\n weekdaysShort : 'Κυρ_Δευ_Τρι_Τετ_Πεμ_Παρ_Σαβ'.split('_'),\n weekdaysMin : 'Κυ_Δε_Τρ_Τε_Πε_Πα_Σα'.split('_'),\n meridiem : function (hours, minutes, isLower) {\n if (hours > 11) {\n return isLower ? 'μμ' : 'ΜΜ';\n } else {\n return isLower ? 'πμ' : 'ΠΜ';\n }\n },\n isPM : function (input) {\n return ((input + '').toLowerCase()[0] === 'μ');\n },\n meridiemParse : /[ΠΜ]\\.?Μ?\\.?/i,\n longDateFormat : {\n LT : 'h:mm A',\n LTS : 'h:mm:ss A',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY h:mm A',\n LLLL : 'dddd, D MMMM YYYY h:mm A'\n },\n calendarEl : {\n sameDay : '[Σήμερα {}] LT',\n nextDay : '[Αύριο {}] LT',\n nextWeek : 'dddd [{}] LT',\n lastDay : '[Χθες {}] LT',\n lastWeek : function () {\n switch (this.day()) {\n case 6:\n return '[το προηγούμενο] dddd [{}] LT';\n default:\n return '[την προηγούμενη] dddd [{}] LT';\n }\n },\n sameElse : 'L'\n },\n calendar : function (key, mom) {\n var output = this._calendarEl[key],\n hours = mom && mom.hours();\n if (isFunction(output)) {\n output = output.apply(mom);\n }\n return output.replace('{}', (hours % 12 === 1 ? 'στη' : 'στις'));\n },\n relativeTime : {\n future : 'σε %s',\n past : '%s πριν',\n s : 'λίγα δευτερόλεπτα',\n ss : '%d δευτερόλεπτα',\n m : 'ένα λεπτό',\n mm : '%d λεπτά',\n h : 'μία ώρα',\n hh : '%d ώρες',\n d : 'μία μέρα',\n dd : '%d μέρες',\n M : 'ένας μήνας',\n MM : '%d μήνες',\n y : 'ένας χρόνος',\n yy : '%d χρόνια'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}η/,\n ordinal: '%dη',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4st is the first week of the year.\n }\n });\n\n return el;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var monthsNominative = 'styczeń_luty_marzec_kwiecień_maj_czerwiec_lipiec_sierpień_wrzesień_październik_listopad_grudzień'.split('_'),\n monthsSubjective = 'stycznia_lutego_marca_kwietnia_maja_czerwca_lipca_sierpnia_września_października_listopada_grudnia'.split('_');\n function plural(n) {\n return (n % 10 < 5) && (n % 10 > 1) && ((~~(n / 10) % 10) !== 1);\n }\n function translate(number, withoutSuffix, key) {\n var result = number + ' ';\n switch (key) {\n case 'ss':\n return result + (plural(number) ? 'sekundy' : 'sekund');\n case 'm':\n return withoutSuffix ? 'minuta' : 'minutę';\n case 'mm':\n return result + (plural(number) ? 'minuty' : 'minut');\n case 'h':\n return withoutSuffix ? 'godzina' : 'godzinę';\n case 'hh':\n return result + (plural(number) ? 'godziny' : 'godzin');\n case 'MM':\n return result + (plural(number) ? 'miesiące' : 'miesięcy');\n case 'yy':\n return result + (plural(number) ? 'lata' : 'lat');\n }\n }\n\n var pl = moment.defineLocale('pl', {\n months : function (momentToFormat, format) {\n if (!momentToFormat) {\n return monthsNominative;\n } else if (format === '') {\n // Hack: if format empty we know this is used to generate\n // RegExp by moment. Give then back both valid forms of months\n // in RegExp ready format.\n return '(' + monthsSubjective[momentToFormat.month()] + '|' + monthsNominative[momentToFormat.month()] + ')';\n } else if (/D MMMM/.test(format)) {\n return monthsSubjective[momentToFormat.month()];\n } else {\n return monthsNominative[momentToFormat.month()];\n }\n },\n monthsShort : 'sty_lut_mar_kwi_maj_cze_lip_sie_wrz_paź_lis_gru'.split('_'),\n weekdays : 'niedziela_poniedziałek_wtorek_środa_czwartek_piątek_sobota'.split('_'),\n weekdaysShort : 'ndz_pon_wt_śr_czw_pt_sob'.split('_'),\n weekdaysMin : 'Nd_Pn_Wt_Śr_Cz_Pt_So'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd, D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay: '[Dziś o] LT',\n nextDay: '[Jutro o] LT',\n nextWeek: function () {\n switch (this.day()) {\n case 0:\n return '[W niedzielę o] LT';\n\n case 2:\n return '[We wtorek o] LT';\n\n case 3:\n return '[W środę o] LT';\n\n case 6:\n return '[W sobotę o] LT';\n\n default:\n return '[W] dddd [o] LT';\n }\n },\n lastDay: '[Wczoraj o] LT',\n lastWeek: function () {\n switch (this.day()) {\n case 0:\n return '[W zeszłą niedzielę o] LT';\n case 3:\n return '[W zeszłą środę o] LT';\n case 6:\n return '[W zeszłą sobotę o] LT';\n default:\n return '[W zeszły] dddd [o] LT';\n }\n },\n sameElse: 'L'\n },\n relativeTime : {\n future : 'za %s',\n past : '%s temu',\n s : 'kilka sekund',\n ss : translate,\n m : translate,\n mm : translate,\n h : translate,\n hh : translate,\n d : '1 dzień',\n dd : '%d dni',\n M : 'miesiąc',\n MM : translate,\n y : 'rok',\n yy : translate\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return pl;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var symbolMap = {\n '1': '۱',\n '2': '۲',\n '3': '۳',\n '4': '۴',\n '5': '۵',\n '6': '۶',\n '7': '۷',\n '8': '۸',\n '9': '۹',\n '0': '۰'\n }, numberMap = {\n '۱': '1',\n '۲': '2',\n '۳': '3',\n '۴': '4',\n '۵': '5',\n '۶': '6',\n '۷': '7',\n '۸': '8',\n '۹': '9',\n '۰': '0'\n };\n\n var fa = moment.defineLocale('fa', {\n months : 'ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر'.split('_'),\n monthsShort : 'ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر'.split('_'),\n weekdays : 'یک\\u200cشنبه_دوشنبه_سه\\u200cشنبه_چهارشنبه_پنج\\u200cشنبه_جمعه_شنبه'.split('_'),\n weekdaysShort : 'یک\\u200cشنبه_دوشنبه_سه\\u200cشنبه_چهارشنبه_پنج\\u200cشنبه_جمعه_شنبه'.split('_'),\n weekdaysMin : 'ی_د_س_چ_پ_ج_ش'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd, D MMMM YYYY HH:mm'\n },\n meridiemParse: /قبل از ظهر|بعد از ظهر/,\n isPM: function (input) {\n return /بعد از ظهر/.test(input);\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 12) {\n return 'قبل از ظهر';\n } else {\n return 'بعد از ظهر';\n }\n },\n calendar : {\n sameDay : '[امروز ساعت] LT',\n nextDay : '[فردا ساعت] LT',\n nextWeek : 'dddd [ساعت] LT',\n lastDay : '[دیروز ساعت] LT',\n lastWeek : 'dddd [پیش] [ساعت] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'در %s',\n past : '%s پیش',\n s : 'چند ثانیه',\n ss : 'ثانیه d%',\n m : 'یک دقیقه',\n mm : '%d دقیقه',\n h : 'یک ساعت',\n hh : '%d ساعت',\n d : 'یک روز',\n dd : '%d روز',\n M : 'یک ماه',\n MM : '%d ماه',\n y : 'یک سال',\n yy : '%d سال'\n },\n preparse: function (string) {\n return string.replace(/[۰-۹]/g, function (match) {\n return numberMap[match];\n }).replace(/،/g, ',');\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n }).replace(/,/g, '،');\n },\n dayOfMonthOrdinalParse: /\\d{1,2}م/,\n ordinal : '%dم',\n week : {\n dow : 6, // Saturday is the first day of the week.\n doy : 12 // The week that contains Jan 12th is the first week of the year.\n }\n });\n\n return fa;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var symbolMap = {\n '1': '١',\n '2': '٢',\n '3': '٣',\n '4': '٤',\n '5': '٥',\n '6': '٦',\n '7': '٧',\n '8': '٨',\n '9': '٩',\n '0': '٠'\n }, numberMap = {\n '١': '1',\n '٢': '2',\n '٣': '3',\n '٤': '4',\n '٥': '5',\n '٦': '6',\n '٧': '7',\n '٨': '8',\n '٩': '9',\n '٠': '0'\n }, pluralForm = function (n) {\n return n === 0 ? 0 : n === 1 ? 1 : n === 2 ? 2 : n % 100 >= 3 && n % 100 <= 10 ? 3 : n % 100 >= 11 ? 4 : 5;\n }, plurals = {\n s : ['أقل من ثانية', 'ثانية واحدة', ['ثانيتان', 'ثانيتين'], '%d ثوان', '%d ثانية', '%d ثانية'],\n m : ['أقل من دقيقة', 'دقيقة واحدة', ['دقيقتان', 'دقيقتين'], '%d دقائق', '%d دقيقة', '%d دقيقة'],\n h : ['أقل من ساعة', 'ساعة واحدة', ['ساعتان', 'ساعتين'], '%d ساعات', '%d ساعة', '%d ساعة'],\n d : ['أقل من يوم', 'يوم واحد', ['يومان', 'يومين'], '%d أيام', '%d يومًا', '%d يوم'],\n M : ['أقل من شهر', 'شهر واحد', ['شهران', 'شهرين'], '%d أشهر', '%d شهرا', '%d شهر'],\n y : ['أقل من عام', 'عام واحد', ['عامان', 'عامين'], '%d أعوام', '%d عامًا', '%d عام']\n }, pluralize = function (u) {\n return function (number, withoutSuffix, string, isFuture) {\n var f = pluralForm(number),\n str = plurals[u][pluralForm(number)];\n if (f === 2) {\n str = str[withoutSuffix ? 0 : 1];\n }\n return str.replace(/%d/i, number);\n };\n }, months = [\n 'يناير',\n 'فبراير',\n 'مارس',\n 'أبريل',\n 'مايو',\n 'يونيو',\n 'يوليو',\n 'أغسطس',\n 'سبتمبر',\n 'أكتوبر',\n 'نوفمبر',\n 'ديسمبر'\n ];\n\n var ar = moment.defineLocale('ar', {\n months : months,\n monthsShort : months,\n weekdays : 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),\n weekdaysShort : 'أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت'.split('_'),\n weekdaysMin : 'ح_ن_ث_ر_خ_ج_س'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'D/\\u200FM/\\u200FYYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd D MMMM YYYY HH:mm'\n },\n meridiemParse: /ص|م/,\n isPM : function (input) {\n return 'م' === input;\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 12) {\n return 'ص';\n } else {\n return 'م';\n }\n },\n calendar : {\n sameDay: '[اليوم عند الساعة] LT',\n nextDay: '[غدًا عند الساعة] LT',\n nextWeek: 'dddd [عند الساعة] LT',\n lastDay: '[أمس عند الساعة] LT',\n lastWeek: 'dddd [عند الساعة] LT',\n sameElse: 'L'\n },\n relativeTime : {\n future : 'بعد %s',\n past : 'منذ %s',\n s : pluralize('s'),\n ss : pluralize('s'),\n m : pluralize('m'),\n mm : pluralize('m'),\n h : pluralize('h'),\n hh : pluralize('h'),\n d : pluralize('d'),\n dd : pluralize('d'),\n M : pluralize('M'),\n MM : pluralize('M'),\n y : pluralize('y'),\n yy : pluralize('y')\n },\n preparse: function (string) {\n return string.replace(/[١٢٣٤٥٦٧٨٩٠]/g, function (match) {\n return numberMap[match];\n }).replace(/،/g, ',');\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n }).replace(/,/g, '،');\n },\n week : {\n dow : 6, // Saturday is the first day of the week.\n doy : 12 // The week that contains Jan 12th is the first week of the year.\n }\n });\n\n return ar;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var symbolMap = {\n '1': '১',\n '2': '২',\n '3': '৩',\n '4': '৪',\n '5': '৫',\n '6': '৬',\n '7': '৭',\n '8': '৮',\n '9': '৯',\n '0': '০'\n },\n numberMap = {\n '১': '1',\n '২': '2',\n '৩': '3',\n '৪': '4',\n '৫': '5',\n '৬': '6',\n '৭': '7',\n '৮': '8',\n '৯': '9',\n '০': '0'\n };\n\n var bn = moment.defineLocale('bn', {\n months : 'জানুয়ারী_ফেব্রুয়ারি_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্টেম্বর_অক্টোবর_নভেম্বর_ডিসেম্বর'.split('_'),\n monthsShort : 'জানু_ফেব_মার্চ_এপ্র_মে_জুন_জুল_আগ_সেপ্ট_অক্টো_নভে_ডিসে'.split('_'),\n weekdays : 'রবিবার_সোমবার_মঙ্গলবার_বুধবার_বৃহস্পতিবার_শুক্রবার_শনিবার'.split('_'),\n weekdaysShort : 'রবি_সোম_মঙ্গল_বুধ_বৃহস্পতি_শুক্র_শনি'.split('_'),\n weekdaysMin : 'রবি_সোম_মঙ্গ_বুধ_বৃহঃ_শুক্র_শনি'.split('_'),\n longDateFormat : {\n LT : 'A h:mm সময়',\n LTS : 'A h:mm:ss সময়',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY, A h:mm সময়',\n LLLL : 'dddd, D MMMM YYYY, A h:mm সময়'\n },\n calendar : {\n sameDay : '[আজ] LT',\n nextDay : '[আগামীকাল] LT',\n nextWeek : 'dddd, LT',\n lastDay : '[গতকাল] LT',\n lastWeek : '[গত] dddd, LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s পরে',\n past : '%s আগে',\n s : 'কয়েক সেকেন্ড',\n ss : '%d সেকেন্ড',\n m : 'এক মিনিট',\n mm : '%d মিনিট',\n h : 'এক ঘন্টা',\n hh : '%d ঘন্টা',\n d : 'এক দিন',\n dd : '%d দিন',\n M : 'এক মাস',\n MM : '%d মাস',\n y : 'এক বছর',\n yy : '%d বছর'\n },\n preparse: function (string) {\n return string.replace(/[১২৩৪৫৬৭৮৯০]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n meridiemParse: /রাত|সকাল|দুপুর|বিকাল|রাত/,\n meridiemHour : function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if ((meridiem === 'রাত' && hour >= 4) ||\n (meridiem === 'দুপুর' && hour < 5) ||\n meridiem === 'বিকাল') {\n return hour + 12;\n } else {\n return hour;\n }\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 4) {\n return 'রাত';\n } else if (hour < 10) {\n return 'সকাল';\n } else if (hour < 17) {\n return 'দুপুর';\n } else if (hour < 20) {\n return 'বিকাল';\n } else {\n return 'রাত';\n }\n },\n week : {\n dow : 0, // Sunday is the first day of the week.\n doy : 6 // The week that contains Jan 6th is the first week of the year.\n }\n });\n\n return bn;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var zhTw = moment.defineLocale('zh-tw', {\n months : '一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月'.split('_'),\n monthsShort : '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split('_'),\n weekdays : '星期日_星期一_星期二_星期三_星期四_星期五_星期六'.split('_'),\n weekdaysShort : '週日_週一_週二_週三_週四_週五_週六'.split('_'),\n weekdaysMin : '日_一_二_三_四_五_六'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'YYYY/MM/DD',\n LL : 'YYYY年M月D日',\n LLL : 'YYYY年M月D日 HH:mm',\n LLLL : 'YYYY年M月D日dddd HH:mm',\n l : 'YYYY/M/D',\n ll : 'YYYY年M月D日',\n lll : 'YYYY年M月D日 HH:mm',\n llll : 'YYYY年M月D日dddd HH:mm'\n },\n meridiemParse: /凌晨|早上|上午|中午|下午|晚上/,\n meridiemHour : function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === '凌晨' || meridiem === '早上' || meridiem === '上午') {\n return hour;\n } else if (meridiem === '中午') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === '下午' || meridiem === '晚上') {\n return hour + 12;\n }\n },\n meridiem : function (hour, minute, isLower) {\n var hm = hour * 100 + minute;\n if (hm < 600) {\n return '凌晨';\n } else if (hm < 900) {\n return '早上';\n } else if (hm < 1130) {\n return '上午';\n } else if (hm < 1230) {\n return '中午';\n } else if (hm < 1800) {\n return '下午';\n } else {\n return '晚上';\n }\n },\n calendar : {\n sameDay : '[今天] LT',\n nextDay : '[明天] LT',\n nextWeek : '[下]dddd LT',\n lastDay : '[昨天] LT',\n lastWeek : '[上]dddd LT',\n sameElse : 'L'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(日|月|週)/,\n ordinal : function (number, period) {\n switch (period) {\n case 'd' :\n case 'D' :\n case 'DDD' :\n return number + '日';\n case 'M' :\n return number + '月';\n case 'w' :\n case 'W' :\n return number + '週';\n default :\n return number;\n }\n },\n relativeTime : {\n future : '%s內',\n past : '%s前',\n s : '幾秒',\n ss : '%d 秒',\n m : '1 分鐘',\n mm : '%d 分鐘',\n h : '1 小時',\n hh : '%d 小時',\n d : '1 天',\n dd : '%d 天',\n M : '1 個月',\n MM : '%d 個月',\n y : '1 年',\n yy : '%d 年'\n }\n });\n\n return zhTw;\n\n})));\n","module.exports = __webpack_public_path__ + \"img/avatar-s-22.350e5390.png\";","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n function plural(word, num) {\n var forms = word.split('_');\n return num % 10 === 1 && num % 100 !== 11 ? forms[0] : (num % 10 >= 2 && num % 10 <= 4 && (num % 100 < 10 || num % 100 >= 20) ? forms[1] : forms[2]);\n }\n function relativeTimeWithPlural(number, withoutSuffix, key) {\n var format = {\n 'ss': withoutSuffix ? 'секунда_секунды_секунд' : 'секунду_секунды_секунд',\n 'mm': withoutSuffix ? 'минута_минуты_минут' : 'минуту_минуты_минут',\n 'hh': 'час_часа_часов',\n 'dd': 'день_дня_дней',\n 'MM': 'месяц_месяца_месяцев',\n 'yy': 'год_года_лет'\n };\n if (key === 'm') {\n return withoutSuffix ? 'минута' : 'минуту';\n }\n else {\n return number + ' ' + plural(format[key], +number);\n }\n }\n var monthsParse = [/^янв/i, /^фев/i, /^мар/i, /^апр/i, /^ма[йя]/i, /^июн/i, /^июл/i, /^авг/i, /^сен/i, /^окт/i, /^ноя/i, /^дек/i];\n\n // http://new.gramota.ru/spravka/rules/139-prop : § 103\n // Сокращения месяцев: http://new.gramota.ru/spravka/buro/search-answer?s=242637\n // CLDR data: http://www.unicode.org/cldr/charts/28/summary/ru.html#1753\n var ru = moment.defineLocale('ru', {\n months : {\n format: 'января_февраля_марта_апреля_мая_июня_июля_августа_сентября_октября_ноября_декабря'.split('_'),\n standalone: 'январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь'.split('_')\n },\n monthsShort : {\n // по CLDR именно \"июл.\" и \"июн.\", но какой смысл менять букву на точку ?\n format: 'янв._февр._мар._апр._мая_июня_июля_авг._сент._окт._нояб._дек.'.split('_'),\n standalone: 'янв._февр._март_апр._май_июнь_июль_авг._сент._окт._нояб._дек.'.split('_')\n },\n weekdays : {\n standalone: 'воскресенье_понедельник_вторник_среда_четверг_пятница_суббота'.split('_'),\n format: 'воскресенье_понедельник_вторник_среду_четверг_пятницу_субботу'.split('_'),\n isFormat: /\\[ ?[Вв] ?(?:прошлую|следующую|эту)? ?\\] ?dddd/\n },\n weekdaysShort : 'вс_пн_вт_ср_чт_пт_сб'.split('_'),\n weekdaysMin : 'вс_пн_вт_ср_чт_пт_сб'.split('_'),\n monthsParse : monthsParse,\n longMonthsParse : monthsParse,\n shortMonthsParse : monthsParse,\n\n // полные названия с падежами, по три буквы, для некоторых, по 4 буквы, сокращения с точкой и без точки\n monthsRegex: /^(январ[ья]|янв\\.?|феврал[ья]|февр?\\.?|марта?|мар\\.?|апрел[ья]|апр\\.?|ма[йя]|июн[ья]|июн\\.?|июл[ья]|июл\\.?|августа?|авг\\.?|сентябр[ья]|сент?\\.?|октябр[ья]|окт\\.?|ноябр[ья]|нояб?\\.?|декабр[ья]|дек\\.?)/i,\n\n // копия предыдущего\n monthsShortRegex: /^(январ[ья]|янв\\.?|феврал[ья]|февр?\\.?|марта?|мар\\.?|апрел[ья]|апр\\.?|ма[йя]|июн[ья]|июн\\.?|июл[ья]|июл\\.?|августа?|авг\\.?|сентябр[ья]|сент?\\.?|октябр[ья]|окт\\.?|ноябр[ья]|нояб?\\.?|декабр[ья]|дек\\.?)/i,\n\n // полные названия с падежами\n monthsStrictRegex: /^(январ[яь]|феврал[яь]|марта?|апрел[яь]|ма[яй]|июн[яь]|июл[яь]|августа?|сентябр[яь]|октябр[яь]|ноябр[яь]|декабр[яь])/i,\n\n // Выражение, которое соотвествует только сокращённым формам\n monthsShortStrictRegex: /^(янв\\.|февр?\\.|мар[т.]|апр\\.|ма[яй]|июн[ья.]|июл[ья.]|авг\\.|сент?\\.|окт\\.|нояб?\\.|дек\\.)/i,\n longDateFormat : {\n LT : 'H:mm',\n LTS : 'H:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D MMMM YYYY г.',\n LLL : 'D MMMM YYYY г., H:mm',\n LLLL : 'dddd, D MMMM YYYY г., H:mm'\n },\n calendar : {\n sameDay: '[Сегодня, в] LT',\n nextDay: '[Завтра, в] LT',\n lastDay: '[Вчера, в] LT',\n nextWeek: function (now) {\n if (now.week() !== this.week()) {\n switch (this.day()) {\n case 0:\n return '[В следующее] dddd, [в] LT';\n case 1:\n case 2:\n case 4:\n return '[В следующий] dddd, [в] LT';\n case 3:\n case 5:\n case 6:\n return '[В следующую] dddd, [в] LT';\n }\n } else {\n if (this.day() === 2) {\n return '[Во] dddd, [в] LT';\n } else {\n return '[В] dddd, [в] LT';\n }\n }\n },\n lastWeek: function (now) {\n if (now.week() !== this.week()) {\n switch (this.day()) {\n case 0:\n return '[В прошлое] dddd, [в] LT';\n case 1:\n case 2:\n case 4:\n return '[В прошлый] dddd, [в] LT';\n case 3:\n case 5:\n case 6:\n return '[В прошлую] dddd, [в] LT';\n }\n } else {\n if (this.day() === 2) {\n return '[Во] dddd, [в] LT';\n } else {\n return '[В] dddd, [в] LT';\n }\n }\n },\n sameElse: 'L'\n },\n relativeTime : {\n future : 'через %s',\n past : '%s назад',\n s : 'несколько секунд',\n ss : relativeTimeWithPlural,\n m : relativeTimeWithPlural,\n mm : relativeTimeWithPlural,\n h : 'час',\n hh : relativeTimeWithPlural,\n d : 'день',\n dd : relativeTimeWithPlural,\n M : 'месяц',\n MM : relativeTimeWithPlural,\n y : 'год',\n yy : relativeTimeWithPlural\n },\n meridiemParse: /ночи|утра|дня|вечера/i,\n isPM : function (input) {\n return /^(дня|вечера)$/.test(input);\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 4) {\n return 'ночи';\n } else if (hour < 12) {\n return 'утра';\n } else if (hour < 17) {\n return 'дня';\n } else {\n return 'вечера';\n }\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(й|го|я)/,\n ordinal: function (number, period) {\n switch (period) {\n case 'M':\n case 'd':\n case 'DDD':\n return number + '-й';\n case 'D':\n return number + '-го';\n case 'w':\n case 'W':\n return number + '-я';\n default:\n return number;\n }\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return ru;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n function translate(number, withoutSuffix, key, isFuture) {\n switch (key) {\n case 's':\n return withoutSuffix ? 'хэдхэн секунд' : 'хэдхэн секундын';\n case 'ss':\n return number + (withoutSuffix ? ' секунд' : ' секундын');\n case 'm':\n case 'mm':\n return number + (withoutSuffix ? ' минут' : ' минутын');\n case 'h':\n case 'hh':\n return number + (withoutSuffix ? ' цаг' : ' цагийн');\n case 'd':\n case 'dd':\n return number + (withoutSuffix ? ' өдөр' : ' өдрийн');\n case 'M':\n case 'MM':\n return number + (withoutSuffix ? ' сар' : ' сарын');\n case 'y':\n case 'yy':\n return number + (withoutSuffix ? ' жил' : ' жилийн');\n default:\n return number;\n }\n }\n\n var mn = moment.defineLocale('mn', {\n months : 'Нэгдүгээр сар_Хоёрдугаар сар_Гуравдугаар сар_Дөрөвдүгээр сар_Тавдугаар сар_Зургадугаар сар_Долдугаар сар_Наймдугаар сар_Есдүгээр сар_Аравдугаар сар_Арван нэгдүгээр сар_Арван хоёрдугаар сар'.split('_'),\n monthsShort : '1 сар_2 сар_3 сар_4 сар_5 сар_6 сар_7 сар_8 сар_9 сар_10 сар_11 сар_12 сар'.split('_'),\n monthsParseExact : true,\n weekdays : 'Ням_Даваа_Мягмар_Лхагва_Пүрэв_Баасан_Бямба'.split('_'),\n weekdaysShort : 'Ням_Дав_Мяг_Лха_Пүр_Баа_Бям'.split('_'),\n weekdaysMin : 'Ня_Да_Мя_Лх_Пү_Ба_Бя'.split('_'),\n weekdaysParseExact : true,\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'YYYY-MM-DD',\n LL : 'YYYY оны MMMMын D',\n LLL : 'YYYY оны MMMMын D HH:mm',\n LLLL : 'dddd, YYYY оны MMMMын D HH:mm'\n },\n meridiemParse: /ҮӨ|ҮХ/i,\n isPM : function (input) {\n return input === 'ҮХ';\n },\n meridiem : function (hour, minute, isLower) {\n if (hour < 12) {\n return 'ҮӨ';\n } else {\n return 'ҮХ';\n }\n },\n calendar : {\n sameDay : '[Өнөөдөр] LT',\n nextDay : '[Маргааш] LT',\n nextWeek : '[Ирэх] dddd LT',\n lastDay : '[Өчигдөр] LT',\n lastWeek : '[Өнгөрсөн] dddd LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s дараа',\n past : '%s өмнө',\n s : translate,\n ss : translate,\n m : translate,\n mm : translate,\n h : translate,\n hh : translate,\n d : translate,\n dd : translate,\n M : translate,\n MM : translate,\n y : translate,\n yy : translate\n },\n dayOfMonthOrdinalParse: /\\d{1,2} өдөр/,\n ordinal : function (number, period) {\n switch (period) {\n case 'd':\n case 'D':\n case 'DDD':\n return number + ' өдөр';\n default:\n return number;\n }\n }\n });\n\n return mn;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var suffixes = {\n 0: '-чү',\n 1: '-чи',\n 2: '-чи',\n 3: '-чү',\n 4: '-чү',\n 5: '-чи',\n 6: '-чы',\n 7: '-чи',\n 8: '-чи',\n 9: '-чу',\n 10: '-чу',\n 20: '-чы',\n 30: '-чу',\n 40: '-чы',\n 50: '-чү',\n 60: '-чы',\n 70: '-чи',\n 80: '-чи',\n 90: '-чу',\n 100: '-чү'\n };\n\n var ky = moment.defineLocale('ky', {\n months : 'январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь'.split('_'),\n monthsShort : 'янв_фев_март_апр_май_июнь_июль_авг_сен_окт_ноя_дек'.split('_'),\n weekdays : 'Жекшемби_Дүйшөмбү_Шейшемби_Шаршемби_Бейшемби_Жума_Ишемби'.split('_'),\n weekdaysShort : 'Жек_Дүй_Шей_Шар_Бей_Жум_Ише'.split('_'),\n weekdaysMin : 'Жк_Дй_Шй_Шр_Бй_Жм_Иш'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd, D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay : '[Бүгүн саат] LT',\n nextDay : '[Эртең саат] LT',\n nextWeek : 'dddd [саат] LT',\n lastDay : '[Кечээ саат] LT',\n lastWeek : '[Өткөн аптанын] dddd [күнү] [саат] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s ичинде',\n past : '%s мурун',\n s : 'бирнече секунд',\n ss : '%d секунд',\n m : 'бир мүнөт',\n mm : '%d мүнөт',\n h : 'бир саат',\n hh : '%d саат',\n d : 'бир күн',\n dd : '%d күн',\n M : 'бир ай',\n MM : '%d ай',\n y : 'бир жыл',\n yy : '%d жыл'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}-(чи|чы|чү|чу)/,\n ordinal : function (number) {\n var a = number % 10,\n b = number >= 100 ? 100 : null;\n return number + (suffixes[number] || suffixes[a] || suffixes[b]);\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return ky;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n function relativeTimeWithPlural(number, withoutSuffix, key) {\n var format = {\n 'ss': 'secunde',\n 'mm': 'minute',\n 'hh': 'ore',\n 'dd': 'zile',\n 'MM': 'luni',\n 'yy': 'ani'\n },\n separator = ' ';\n if (number % 100 >= 20 || (number >= 100 && number % 100 === 0)) {\n separator = ' de ';\n }\n return number + separator + format[key];\n }\n\n var ro = moment.defineLocale('ro', {\n months : 'ianuarie_februarie_martie_aprilie_mai_iunie_iulie_august_septembrie_octombrie_noiembrie_decembrie'.split('_'),\n monthsShort : 'ian._febr._mart._apr._mai_iun._iul._aug._sept._oct._nov._dec.'.split('_'),\n monthsParseExact: true,\n weekdays : 'duminică_luni_marți_miercuri_joi_vineri_sâmbătă'.split('_'),\n weekdaysShort : 'Dum_Lun_Mar_Mie_Joi_Vin_Sâm'.split('_'),\n weekdaysMin : 'Du_Lu_Ma_Mi_Jo_Vi_Sâ'.split('_'),\n longDateFormat : {\n LT : 'H:mm',\n LTS : 'H:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY H:mm',\n LLLL : 'dddd, D MMMM YYYY H:mm'\n },\n calendar : {\n sameDay: '[azi la] LT',\n nextDay: '[mâine la] LT',\n nextWeek: 'dddd [la] LT',\n lastDay: '[ieri la] LT',\n lastWeek: '[fosta] dddd [la] LT',\n sameElse: 'L'\n },\n relativeTime : {\n future : 'peste %s',\n past : '%s în urmă',\n s : 'câteva secunde',\n ss : relativeTimeWithPlural,\n m : 'un minut',\n mm : relativeTimeWithPlural,\n h : 'o oră',\n hh : relativeTimeWithPlural,\n d : 'o zi',\n dd : relativeTimeWithPlural,\n M : 'o lună',\n MM : relativeTimeWithPlural,\n y : 'un an',\n yy : relativeTimeWithPlural\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return ro;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var cy = moment.defineLocale('cy', {\n months: 'Ionawr_Chwefror_Mawrth_Ebrill_Mai_Mehefin_Gorffennaf_Awst_Medi_Hydref_Tachwedd_Rhagfyr'.split('_'),\n monthsShort: 'Ion_Chwe_Maw_Ebr_Mai_Meh_Gor_Aws_Med_Hyd_Tach_Rhag'.split('_'),\n weekdays: 'Dydd Sul_Dydd Llun_Dydd Mawrth_Dydd Mercher_Dydd Iau_Dydd Gwener_Dydd Sadwrn'.split('_'),\n weekdaysShort: 'Sul_Llun_Maw_Mer_Iau_Gwe_Sad'.split('_'),\n weekdaysMin: 'Su_Ll_Ma_Me_Ia_Gw_Sa'.split('_'),\n weekdaysParseExact : true,\n // time formats are the same as en-gb\n longDateFormat: {\n LT: 'HH:mm',\n LTS : 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm'\n },\n calendar: {\n sameDay: '[Heddiw am] LT',\n nextDay: '[Yfory am] LT',\n nextWeek: 'dddd [am] LT',\n lastDay: '[Ddoe am] LT',\n lastWeek: 'dddd [diwethaf am] LT',\n sameElse: 'L'\n },\n relativeTime: {\n future: 'mewn %s',\n past: '%s yn ôl',\n s: 'ychydig eiliadau',\n ss: '%d eiliad',\n m: 'munud',\n mm: '%d munud',\n h: 'awr',\n hh: '%d awr',\n d: 'diwrnod',\n dd: '%d diwrnod',\n M: 'mis',\n MM: '%d mis',\n y: 'blwyddyn',\n yy: '%d flynedd'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(fed|ain|af|il|ydd|ed|eg)/,\n // traditional ordinal numbers above 31 are not commonly used in colloquial Welsh\n ordinal: function (number) {\n var b = number,\n output = '',\n lookup = [\n '', 'af', 'il', 'ydd', 'ydd', 'ed', 'ed', 'ed', 'fed', 'fed', 'fed', // 1af to 10fed\n 'eg', 'fed', 'eg', 'eg', 'fed', 'eg', 'eg', 'fed', 'eg', 'fed' // 11eg to 20fed\n ];\n if (b > 20) {\n if (b === 40 || b === 50 || b === 60 || b === 80 || b === 100) {\n output = 'fed'; // not 30ain, 70ain or 90ain\n } else {\n output = 'ain';\n }\n } else if (b > 0) {\n output = lookup[b];\n }\n return number + output;\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return cy;\n\n})));\n","module.exports = __webpack_public_path__ + \"img/avatar-s-12.cec148fe.png\";","module.exports = __webpack_public_path__ + \"img/avatar-s-19.908c8b78.png\";","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (this.currentSkill != null)?_c('div',{staticClass:\"vx-col w-full mb-base\"},[(_vm.isSelfScoreVisible)?_c('vs-popup',{attrs:{\"active\":_vm.isSelfScoreVisible,\"fullscreen\":\"\",\"title\":\"Self score assistant\"},on:{\"update:active\":function($event){_vm.isSelfScoreVisible=$event}}},[_c('Interview',{attrs:{\"context\":_vm.GetSkillContext(),\"autoStart\":true,\"IsDefaultUserInterview\":false},on:{\"RaiseCta\":_vm.OnInterviewCta}})],1):_vm._e(),(_vm.currentExercise != null)?_c('vs-popup',{attrs:{\"active\":_vm.isExerciseVisible,\"title\":\"Exercise details\"},on:{\"update:active\":_vm.exerciseVisibleUpdated}},[_c('h3',[_vm._v(_vm._s(_vm.currentExercise.Title))]),_c('br'),_c('div',{staticClass:\"w-full ql-editor\",staticStyle:{\"max-width\":\"99%\",\"overflow\":\"scroll\"},domProps:{\"innerHTML\":_vm._s(_vm.currentExercise.Description)}}),_c('br'),_c('div',{staticStyle:{\"margin\":\"0px auto\",\"width\":\"80%\",\"border\":\"1px solid silver\",\"padding\":\"4px\",\"text-align\":\"center\",\"background\":\"rgba(116, 2, 255, 0.9)\",\"color\":\"white\"}},[_c('span',{},[_vm._v(_vm._s(_vm.currentExercise.Slug))])]),_c('br'),_c('small',[_c('strong',[_vm._v(\"Tip:\")]),_vm._v(\" Just create a branch with this name in any of the projects\\n that are already in TCVelik and the system will mark this exercises in\\n progress.\")])]):_vm._e(),(_vm.userDetails != null && _vm.isAddScoreVisible == true)?_c('skill-scoring-popup',{attrs:{\"isAddScore\":_vm.isAddScoreVisible,\"UpdateActive\":_vm.scoringUpdated,\"toPerson\":_vm.userDetails,\"fromPerson\":_vm.loggedUser ? _vm.loggedUser.User : null,\"skill\":_vm.currentSkill}}):_vm._e(),_c('vx-card',[_c('vs-row',{staticClass:\"pdf-page\"},[_c('vs-col',{staticClass:\"vx-col w-full sm:w-1/1 md:w-1/1 lg:w1/1 xl:w-1/1 mb-base\"})],1),_c('vs-row',[_c('vs-col',{staticClass:\"vx-col w-full sm:w-1/1 md:w-1/1 lg:w3/4 xl:w-3/4 mb-base\"},[_c('h1',[_vm._v(_vm._s(this.currentSkill.SkillName))]),_c('small',[_c('small',[_vm._v(\"in \"),_c('strong',[_vm._v(_vm._s(this.currentSkill.CategoryPath))])])]),_c('br'),_c('br'),(!_vm.skillBasicEdit)?_c('div',{staticClass:\"ql-editor\",staticStyle:{\"height\":\"auto\",\"background\":\"#efefef\"},domProps:{\"innerHTML\":_vm._s(this.currentSkill.SkillDescription)}}):_vm._e(),(_vm.skillBasicEdit)?_c('div',[_c('quillEditor',{model:{value:(_vm.currentSkill.SkillDescription),callback:function ($$v) {_vm.$set(_vm.currentSkill, \"SkillDescription\", $$v)},expression:\"currentSkill.SkillDescription\"}}),_c('div',{staticClass:\"mt-1\"},[_c('vs-button',{on:{\"click\":_vm.SaveBasics}},[_vm._v(\" Save \")]),_c('a',{staticClass:\"text-danger\",staticStyle:{\"cursor\":\"pointer\"},on:{\"click\":function($event){$event.stopPropagation();_vm.skillBasicEdit = false}}},[_vm._v(\"\\n Cancel\\n \")])],1)],1):_vm._e(),(!_vm.skillBasicEdit)?_c('a',{staticStyle:{\"float\":\"right\",\"cursor\":\"pointer\"},on:{\"click\":function($event){$event.stopPropagation();return _vm.EditSkill($event)}}},[_vm._v(\"Edit description\")]):_vm._e(),(\n this.currentSkill.AccountSlice &&\n this.currentSkill.AccountSlice.ByProjects &&\n this.currentSkill.AccountSlice.ByProjects.buckets &&\n this.currentSkill.AccountSlice.ByProjects.buckets.length > 0\n )?_c('div'):_vm._e(),_c('br'),_c('br'),(\n this.currentSkill &&\n this.currentSkill.AcquisitionHistory &&\n this.currentSkill.AcquisitionHistory.length > 0\n )?_c('div',[_c('h2',[_vm._v(\"Acquisition history\")]),_c('br'),_vm._l((this.currentSkill.AcquisitionHistory),function(skillHistoryItem,idx){return _c('div',{key:idx,staticStyle:{\"font-size\":\"0.8em\",\"border-bottom\":\"1px solid silver\",\"padding-bottom\":\"5px\",\"padding-top\":\"5px\"}},[_c('span',{staticStyle:{\"color\":\"green\",\"font-weight\":\"bold\"}},[_vm._v(\"+1\")]),_vm._v(\" -\\n \"),_c('strong',[_vm._v(\"\\n \"+_vm._s(_vm.moment(skillHistoryItem.Date))+\" -\\n \"+_vm._s(skillHistoryItem.ProjectTitle))]),_vm._v(\"\\n -\\n \"),_c('a',{attrs:{\"href\":skillHistoryItem.CommitUrl}},[_vm._v(_vm._s(skillHistoryItem.File))])])})],2):_vm._e(),_c('br'),(\n this.currentSkill &&\n this.currentSkill.ManualAcquisitionHistory &&\n this.currentSkill.ManualAcquisitionHistory.length > 0\n )?_c('div',[_c('h2',[_vm._v(\"Scoring history:\")]),_c('br'),_vm._l((this.currentSkill\n .ManualAcquisitionHistory),function(manualHistoryItem,idx){return _c('div',{key:idx,staticStyle:{\"font-size\":\"0.8em\",\"border-bottom\":\"1px solid silver\",\"padding-bottom\":\"5px\",\"padding-top\":\"5px\",\"margin-bottom\":\"10px\"}},[(manualHistoryItem.Score < 0)?_c('span',{staticStyle:{\"color\":\"red\",\"font-weight\":\"bold\"}},[_vm._v(_vm._s(manualHistoryItem.Score)+\" pts.\")]):_vm._e(),(manualHistoryItem.Score == 0)?_c('span',{staticStyle:{\"color\":\"silver\",\"font-weight\":\"bold\"}},[_vm._v(\"+ \"+_vm._s(manualHistoryItem.Score)+\" pts.\")]):_vm._e(),(manualHistoryItem.Score > 0)?_c('span',{staticStyle:{\"color\":\"green\",\"font-weight\":\"bold\"}},[_vm._v(\"+ \"+_vm._s(manualHistoryItem.Score)+\" pts.\")]):_vm._e(),(\n manualHistoryItem.ScoreType && manualHistoryItem.ScoreType == 'AIScore'\n )?_c('div',[_vm._v(\"\\n Chat with AI on scoring:\"),_c('br'),_c('Interview',{attrs:{\"autoStart\":false,\"ChatToLoad\":JSON.parse(manualHistoryItem.Comment)}})],1):_c('div',[_vm._v(\"\\n \"+_vm._s(_vm.moment(manualHistoryItem.CreatedOn))),_c('br'),_c('br'),_c('div',{staticStyle:{\"background\":\"#efefef\",\"padding\":\"10px\",\"font-weight\":\"normal\"}},[_c('div',{domProps:{\"innerHTML\":_vm._s(manualHistoryItem.Comment)}})]),_vm._v(\"\\n \"+_vm._s(manualHistoryItem.FromUser.FirstName)+\"\\n \"+_vm._s(manualHistoryItem.FromUser.LastName)+\"\\n \")])])})],2):_vm._e(),_c('br'),_c('div',{staticStyle:{\"display\":\"none\"}},[_c('h2',[_vm._v(\"How to score?\")]),(this.currentSkill.SelfAssessmentGuideline)?_c('div',{staticClass:\"ql-editor\",staticStyle:{\"height\":\"auto\"},domProps:{\"innerHTML\":_vm._s(this.currentSkill.SelfAssessmentGuideline)}}):_c('div',[_c('br'),_c('ol',[_c('li',[_vm._v(\"Don't panic. :D\")])]),_c('br'),_c('br'),_c('vs-table',{ref:\"table\",attrs:{\"data\":_vm.selfScoring},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\n var data = ref.data;\nreturn [_c('tbody',_vm._l((data),function(tr,indextr){return _c('vs-tr',{key:indextr,attrs:{\"data\":tr}},[_c('vs-td',{staticStyle:{\"width\":\"50px\",\"v-align\":\"top\",\"vertical-align\":\"top\"}},[_c('strong',[_vm._v(_vm._s(tr.Tier))])]),_c('vs-td',{staticStyle:{\"width\":\"50px\",\"v-align\":\"top\",\"vertical-align\":\"top\"}},[_c('strong',[_vm._v(_vm._s(tr.Pts)+\" pts.\")])]),_c('vs-td',{staticStyle:{\"v-align\":\"top\",\"vertical-align\":\"top\"}},[_vm._v(\"\\n \"+_vm._s(tr.Condition)+\"\\n \")])],1)}),1)]}}],null,false,669675766)},[_c('template',{slot:\"thead\"},[_c('vs-th',[_vm._v(\"Tier:\")]),_c('vs-th',[_vm._v(\"Score\")]),_c('vs-th',[_vm._v(\"Condition\")])],1)],2)],1)])]),_c('vs-col',{staticClass:\"vx-col w-full sm:w-1/1 md:w-1/1 lg:w1/4 xl:w-1/4 mb-base\"},[(this.currentSkill != null && this.userDetails != null)?_c('div',[_c('br'),_c('strong',[_vm._v(\"Score:\")]),_c('br'),_c('a',{staticStyle:{\"cursor\":\"pointer\"},on:{\"click\":function($event){return _vm.addScores(_vm.currentSkill)}}},[_vm._v(\"Score\")]),_vm._v(\"\\n or\\n \"),_c('a',{staticStyle:{\"cursor\":\"pointer\"},on:{\"click\":function($event){_vm.isSelfScoreVisible = true}}},[_vm._v(\"Self score\")])]):_vm._e(),_c('br'),(this.currentSkill.EstimatedHours)?_c('strong',[_vm._v(\"Estimated time:\")]):_vm._e(),_c('br'),(this.currentSkill.EstimatedHours)?_c('div',[_vm._v(\"\\n \"+_vm._s(_vm.currentSkill.EstimatedHours)+\" hrs.\\n \")]):_vm._e(),_c('br'),_c('strong',[_vm._v(\"Exercises:\")]),_c('br'),(this.currentSkill.RelatedExcercises)?_c('div',_vm._l((this.currentSkill.RelatedExcercises),function(excercise,excerciseKey){return _c('div',{key:excerciseKey},[_c('a',{attrs:{\"href\":\"javascript:void(0)\"},on:{\"click\":function($event){return _vm.showExercise(excercise)}}},[_vm._v(_vm._s(excercise.Title))])])}),0):_vm._e(),(\n !this.currentSkill ||\n !this.currentSkill.RelatedExcercises ||\n this.currentSkill.RelatedExcercises.length == 0\n )?_c('div',[_vm._v(\"\\n No related exercises found for this skill.\\n \")]):_vm._e(),_c('a',{attrs:{\"href\":\"/dashboard/knowledge-tree\"}},[_vm._v(\" Add exercises \")]),(this.currentSkill.Collegues && this.currentSkill.Collegues.length > 0)?_c('div',[_c('br'),_c('strong',[_vm._v(\"Discuss with:\")]),_c('br'),_vm._l((this.currentSkill.Collegues),function(collegue,index){return _c('span',{key:collegue.Email},[(index < 3)?_c('div',[_vm._v(_vm._s(collegue.Email))]):_vm._e()])}),_c('br')],2):_vm._e(),_c('br'),_c('br'),(!this.currentSkill.AllowManualScoring)?_c('div',[_c('strong',[_vm._v(\"Real examples:\")]),_c('br'),_c('a',{attrs:{\"href\":_vm.getSearchHref(this.currentSkill),\"target\":\"_blank\"}},[_vm._v(\"See examples\")])]):_vm._e(),_c('div',[_c('br'),_c('strong',[_vm._v(\"Instructors:\")])]),(\n this.currentSkill != null &&\n this.currentSkill.Mentors &&\n this.currentSkill.Mentors.length > 0\n )?_c('div',_vm._l((this.currentSkill.Mentors),function(mentor){return _c('div',{key:mentor.Id},[(mentor && mentor.User)?_c('UserAvatar',{staticStyle:{\"float\":\"left\"},attrs:{\"userProfile\":mentor.User,\"size\":\"32px\",\"color\":\"primary\"}}):_vm._e()],1)}),0):_vm._e(),_c('div',{staticStyle:{\"clear\":\"both\"}},[_c('small',[_c('a',{staticStyle:{\"cursor\":\"pointer\"},on:{\"click\":function($event){$event.stopPropagation();return _vm.shareAskInstructors($event)}}},[_vm._v(\"Call for instructors\")])]),_c('br'),_c('small',[_c('a',{attrs:{\"href\":\"\"}},[_vm._v(\"Ask for session\")])])])])],1)],1)],1):_vm._e()}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n
\r\n \r\n \r\n \r\n \r\n\r\n \r\n
{{ currentExercise.Title }}
\r\n \r\n \r\n \r\n \r\n
\r\n {{ currentExercise.Slug }}\r\n
\r\n \r\n Tip: Just create a branch with this name in any of the projects\r\n that are already in TCVelik and the system will mark this exercises in\r\n progress.\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
{{ this.currentSkill.SkillName }}
\r\n in {{ this.currentSkill.CategoryPath }}\r\n \r\n \r\n \r\n \r\n
\r\n\r\n\r\n\r\n\r\n","import mod from \"-!../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../node_modules/thread-loader/dist/cjs.js!../../../../node_modules/@vue/cli-plugin-babel/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!./AIChatLog.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/@vue/cli-plugin-babel/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!./AIChatLog.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./AIChatLog.vue?vue&type=template&id=90dfd4c2&\"\nimport script from \"./AIChatLog.vue?vue&type=script&lang=js&\"\nexport * from \"./AIChatLog.vue?vue&type=script&lang=js&\"\nimport style0 from \"./AIChatLog.vue?vue&type=style&index=0&lang=css&\"\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","\r\n
\r\n \r\n \r\n
\r\n \r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n \r\n \r\n \r\n
\r\n \r\n
\r\n
\r\n\r\n\r\n\r\n","import mod from \"-!../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/@vue/cli-plugin-babel/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!./Interview.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/@vue/cli-plugin-babel/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!./Interview.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./Interview.vue?vue&type=template&id=b7964dae&\"\nimport script from \"./Interview.vue?vue&type=script&lang=js&\"\nexport * from \"./Interview.vue?vue&type=script&lang=js&\"\nimport style0 from \"./Interview.vue?vue&type=style&index=0&lang=css&\"\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","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var symbolMap = {\n '1': '૧',\n '2': '૨',\n '3': '૩',\n '4': '૪',\n '5': '૫',\n '6': '૬',\n '7': '૭',\n '8': '૮',\n '9': '૯',\n '0': '૦'\n },\n numberMap = {\n '૧': '1',\n '૨': '2',\n '૩': '3',\n '૪': '4',\n '૫': '5',\n '૬': '6',\n '૭': '7',\n '૮': '8',\n '૯': '9',\n '૦': '0'\n };\n\n var gu = moment.defineLocale('gu', {\n months: 'જાન્યુઆરી_ફેબ્રુઆરી_માર્ચ_એપ્રિલ_મે_જૂન_જુલાઈ_ઑગસ્ટ_સપ્ટેમ્બર_ઑક્ટ્બર_નવેમ્બર_ડિસેમ્બર'.split('_'),\n monthsShort: 'જાન્યુ._ફેબ્રુ._માર્ચ_એપ્રિ._મે_જૂન_જુલા._ઑગ._સપ્ટે._ઑક્ટ્._નવે._ડિસે.'.split('_'),\n monthsParseExact: true,\n weekdays: 'રવિવાર_સોમવાર_મંગળવાર_બુધ્વાર_ગુરુવાર_શુક્રવાર_શનિવાર'.split('_'),\n weekdaysShort: 'રવિ_સોમ_મંગળ_બુધ્_ગુરુ_શુક્ર_શનિ'.split('_'),\n weekdaysMin: 'ર_સો_મં_બુ_ગુ_શુ_શ'.split('_'),\n longDateFormat: {\n LT: 'A h:mm વાગ્યે',\n LTS: 'A h:mm:ss વાગ્યે',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY, A h:mm વાગ્યે',\n LLLL: 'dddd, D MMMM YYYY, A h:mm વાગ્યે'\n },\n calendar: {\n sameDay: '[આજ] LT',\n nextDay: '[કાલે] LT',\n nextWeek: 'dddd, LT',\n lastDay: '[ગઇકાલે] LT',\n lastWeek: '[પાછલા] dddd, LT',\n sameElse: 'L'\n },\n relativeTime: {\n future: '%s મા',\n past: '%s પેહલા',\n s: 'અમુક પળો',\n ss: '%d સેકંડ',\n m: 'એક મિનિટ',\n mm: '%d મિનિટ',\n h: 'એક કલાક',\n hh: '%d કલાક',\n d: 'એક દિવસ',\n dd: '%d દિવસ',\n M: 'એક મહિનો',\n MM: '%d મહિનો',\n y: 'એક વર્ષ',\n yy: '%d વર્ષ'\n },\n preparse: function (string) {\n return string.replace(/[૧૨૩૪૫૬૭૮૯૦]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n // Gujarati notation for meridiems are quite fuzzy in practice. While there exists\n // a rigid notion of a 'Pahar' it is not used as rigidly in modern Gujarati.\n meridiemParse: /રાત|બપોર|સવાર|સાંજ/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'રાત') {\n return hour < 4 ? hour : hour + 12;\n } else if (meridiem === 'સવાર') {\n return hour;\n } else if (meridiem === 'બપોર') {\n return hour >= 10 ? hour : hour + 12;\n } else if (meridiem === 'સાંજ') {\n return hour + 12;\n }\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 4) {\n return 'રાત';\n } else if (hour < 10) {\n return 'સવાર';\n } else if (hour < 17) {\n return 'બપોર';\n } else if (hour < 20) {\n return 'સાંજ';\n } else {\n return 'રાત';\n }\n },\n week: {\n dow: 0, // Sunday is the first day of the week.\n doy: 6 // The week that contains Jan 6th is the first week of the year.\n }\n });\n\n return gu;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var enIe = moment.defineLocale('en-ie', {\n months : 'January_February_March_April_May_June_July_August_September_October_November_December'.split('_'),\n monthsShort : 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),\n weekdays : 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split('_'),\n weekdaysShort : 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),\n weekdaysMin : 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY HH:mm',\n LLLL : 'dddd D MMMM YYYY HH:mm'\n },\n calendar : {\n sameDay : '[Today at] LT',\n nextDay : '[Tomorrow at] LT',\n nextWeek : 'dddd [at] LT',\n lastDay : '[Yesterday at] LT',\n lastWeek : '[Last] dddd [at] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'in %s',\n past : '%s ago',\n s : 'a few seconds',\n ss : '%d seconds',\n m : 'a minute',\n mm : '%d minutes',\n h : 'an hour',\n hh : '%d hours',\n d : 'a day',\n dd : '%d days',\n M : 'a month',\n MM : '%d months',\n y : 'a year',\n yy : '%d years'\n },\n dayOfMonthOrdinalParse: /\\d{1,2}(st|nd|rd|th)/,\n ordinal : function (number) {\n var b = number % 10,\n output = (~~(number % 100 / 10) === 1) ? 'th' :\n (b === 1) ? 'st' :\n (b === 2) ? 'nd' :\n (b === 3) ? 'rd' : 'th';\n return number + output;\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return enIe;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var symbolMap = {\n '1': '១',\n '2': '២',\n '3': '៣',\n '4': '៤',\n '5': '៥',\n '6': '៦',\n '7': '៧',\n '8': '៨',\n '9': '៩',\n '0': '០'\n }, numberMap = {\n '១': '1',\n '២': '2',\n '៣': '3',\n '៤': '4',\n '៥': '5',\n '៦': '6',\n '៧': '7',\n '៨': '8',\n '៩': '9',\n '០': '0'\n };\n\n var km = moment.defineLocale('km', {\n months: 'មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ'.split(\n '_'\n ),\n monthsShort: 'មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ'.split(\n '_'\n ),\n weekdays: 'អាទិត្យ_ច័ន្ទ_អង្គារ_ពុធ_ព្រហស្បតិ៍_សុក្រ_សៅរ៍'.split('_'),\n weekdaysShort: 'អា_ច_អ_ព_ព្រ_សុ_ស'.split('_'),\n weekdaysMin: 'អា_ច_អ_ព_ព្រ_សុ_ស'.split('_'),\n weekdaysParseExact: true,\n longDateFormat: {\n LT: 'HH:mm',\n LTS: 'HH:mm:ss',\n L: 'DD/MM/YYYY',\n LL: 'D MMMM YYYY',\n LLL: 'D MMMM YYYY HH:mm',\n LLLL: 'dddd, D MMMM YYYY HH:mm'\n },\n meridiemParse: /ព្រឹក|ល្ងាច/,\n isPM: function (input) {\n return input === 'ល្ងាច';\n },\n meridiem: function (hour, minute, isLower) {\n if (hour < 12) {\n return 'ព្រឹក';\n } else {\n return 'ល្ងាច';\n }\n },\n calendar: {\n sameDay: '[ថ្ងៃនេះ ម៉ោង] LT',\n nextDay: '[ស្អែក ម៉ោង] LT',\n nextWeek: 'dddd [ម៉ោង] LT',\n lastDay: '[ម្សិលមិញ ម៉ោង] LT',\n lastWeek: 'dddd [សប្តាហ៍មុន] [ម៉ោង] LT',\n sameElse: 'L'\n },\n relativeTime: {\n future: '%sទៀត',\n past: '%sមុន',\n s: 'ប៉ុន្មានវិនាទី',\n ss: '%d វិនាទី',\n m: 'មួយនាទី',\n mm: '%d នាទី',\n h: 'មួយម៉ោង',\n hh: '%d ម៉ោង',\n d: 'មួយថ្ងៃ',\n dd: '%d ថ្ងៃ',\n M: 'មួយខែ',\n MM: '%d ខែ',\n y: 'មួយឆ្នាំ',\n yy: '%d ឆ្នាំ'\n },\n dayOfMonthOrdinalParse : /ទី\\d{1,2}/,\n ordinal : 'ទី%d',\n preparse: function (string) {\n return string.replace(/[១២៣៤៥៦៧៨៩០]/g, function (match) {\n return numberMap[match];\n });\n },\n postformat: function (string) {\n return string.replace(/\\d/g, function (match) {\n return symbolMap[match];\n });\n },\n week: {\n dow: 1, // Monday is the first day of the week.\n doy: 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return km;\n\n})));\n","module.exports = \"data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoMDAsKCwsNDhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRT/2wBDAQMEBAUEBQkFBQkUDQsNFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBT/wgARCABkAGQDASIAAhEBAxEB/8QAGwABAAMBAQEBAAAAAAAAAAAAAAYHCAUEAQP/xAAaAQEAAgMBAAAAAAAAAAAAAAAAAwQBAgUG/9oADAMBAAIQAxAAAAHVIDk/rs6I1ACOZSMYAOQylck+9OLai6libfaetLiVfeQbXHsyZsWiunP2r2wxeO2b2HHrZSguyMpeguXpLsp6ppRZHmtr5z6U2lc3/h1s5kGrY5TPLrwaPLs61iULTecpuB30euNPJrfKfoLmnoNR+qaUWXNUdahRUi7OjMvs4FQIdQHA77LGnk1vlP0FyX1ouyXK+zz9QIdQAAHA77KlLrJNgi1AAAAAAAAA/8QAJBAAAgICAQMEAwAAAAAAAAAABAUDBgECABATIBIUFTAHEVD/2gAIAQEAAQUC+9m0HUCAHwsxfEywAgneDRpAoEevZ3pdTblrmXhZ2k6lVNNuRLTrj6erRpAoEePJ3pYQUzAis1mJDA6vuoLME6FiLyxWsdDqrZjPAbfUMrduU64/rpcNmGW3Px/7D4+ywnTqdtc67ViyyICbDdRwQp5tyZaiQfC339Pbfey+U5WdnmVDlNA7EbqJ0pYB8y0qu2KF+Lb6hhljOM654sWTti0aMevhW+35Y55Tqd3erlNA7EbqJ0pYB8y0qu2KF+Lcah7nC1WQ1MRox6+Fb7flhnlPp3d8XKaB2I3UTpSwD5lhVdsUL8WAIYHa32/LDblOp3d83SaB2G3UTpSwD5lhVgus7gTlOp3d+lymgdiN1E6UvlOp3d+t0lHdiV6h5FM/gf/EACARAAIBBAMAAwAAAAAAAAAAAAECAAMREiEQIDEjMEH/2gAIAQMBAT8B7omUchRaFSIBfyUyBox0/RxTYEWjqVOUBDiBQkPyNqEhRCb8I+WjCppm4lzU0JqmIzZdEfLRmkEZsuvkLFvfr//EACQRAAICAgIBAwUAAAAAAAAAAAECAAMEERIxEBMiQSAhJDBC/9oACAECAQE/AZxOuXkAt15x8c3HfxMh66a+Go1ToAzDuKpc8VmG61k1sNGZWL/aeMW9XXh8zJqat/V7ER0yklVKY6x/y7fYI7rQnujWcjvUBKnYmPkC8cW7ltTYrepX1Gd8xuK/YTdeLXLbWtbk3kEqdiY+QLxxbuE14qS21rW5N9IJU7Esta07b9f/xAA5EAACAQEFBAcGAwkAAAAAAAABAgMEABESMUEQITJhEyAiQlFy4RQjMDNDwQVxsTRQYoGDkaHR8f/aAAgBAQAGPwL47VFQ2FBoMzyFkqKd8cbf460VJNLhmk/sPz6rVFQ1yjIasfAW6WU3IOCMZKLJHTK06ym5ofHqvPTxGR8r9E52aWRi8jG8sbJQ1z7so5W/Q7WqKhrlGQ1Y+At0su5BwRjJRZYIEMkjaC15ukqm4pPsLJBToJooz71vHkLJUQNjjbZgu6aqOUQ+9hND2kbcyHTkbNWUi30p4kH0/TYlDXPuyjlP6HYwr/6YHDdy2N0H7Z9bFxf8tMtA+GXXxI5WIIuI0Nrj26Vz20+4svsTrPPKt6kZLzNmllYvIxvLG0YoRjLfMQ8JXnY47sN2+/K0/sF/s9+7w/ly2RYhEV7nT34sNjBMPK+qmxgnHlbRhZKiB8Ei2xL2J1+ZF4elmrKNbqocSD6nrYgi4jTYtPTric66AeJtgTe2ckp1s1HRtdTDicfU9NiV1cnYzjiOvM7TBMN/dcZqbGCdfK2jCyVFO+CRbYl7E6/Mi8PSz11Envc5Ih3uYstNAl7nP+H87YE4s5JW1s1HRtdTDicd/wBNiV1cnYzjibXmeqYZhv7rjNTYwTr5W0YWSop3wSLbEtyTr8yLw9LTSxxpEZDidrNR0bXUo4nHf9NiV1cnYzjiOvM9cwzDf3XGamxgnXytowslRTvgkWyU8a+zxke9uPEf9bErq5OxnHEdeZ+CYZhv7rjNTZoJ18raMNiV1cnYzjiOvM/DMMw391xmps034hhdY292gybmf3D/AP/EACcQAQAABQMDBAMBAAAAAAAAAAEAESExUUFhgRBx8CChwfEwkbFQ/9oACAEBAAE/Ifz6QM1FwasHABysOH1C9sPZm0n6dHz3gGYTup3fa3gNJRtN5hMwMwZS29E726dQzIn+9bNWKhtXW3v49bfnD2G5D97R32ssWPZf0doo/O1b4Ikwy+87OYJWOYmmzv0lNRFEpGVpCgBLqvUIRU+d4vHHTYsft5UeijMhVr56T6Ge/U9kokWcoO/HowiZ0mgjEsqdmPmPeKkJkmL7m0TbKlqsMXoUbhwlmJmr221ntBHe5q1+Dox6koWJWiX6SpHdEV79x5BCekzHRMOSKFqeZVZMwI4CdsPHMO2VJVEeiebnkk0ImaFLOv4IY4qV8seK9Ngw/wCtg6y/V3MREu83E7ghPCZjomHJFCx5TKrJmFoTQfsQyp1SUGrgRM0LLMv4CGeKlfPHivTtCd+pjB6Zf67nIiXebjyCGsLmOiYTUgIw1yqyZhJ/o5KdLsTlglfPB4n0qGsP47WCLeqTvu5yIl3m48gh4C5jomE1IRGHJUwT6Khyz+O1giUvwS/93OREutKo8g6VHFn8QxggJEih+KQ/u5yIvlIU8G1tASJFv8D/2gAMAwEAAgADAAAAEPPfPO9PP2uvJDPHsueNRTvyg23ZPPPyrZPPPPL7PPPPPPPPPPP/xAAeEQEAAgMAAgMAAAAAAAAAAAABABEQMUEgITBRgf/aAAgBAwEBPxCU1fMguso7dT01+QAU3EdQ6lTn+KJOwEq7CINT19y1MtLUFGyAek5DinQRZUVuRRsgHpFnRW+IqsjF/G//xAAlEQEAAgAFAwQDAAAAAAAAAAABABEhMVFhwRBBcSCBkfAwoeH/2gAIAQIBAT8QnZsMr6uUbet+YHN4JgybMDmVMDJD4WstpLnxMw/JydCVKHbXclfZl441s7aR6J5NPvZiRHysDlQZvLwQWq6w3ZY1l7Qw9JPcuNZ9OdnaDjpz/vBHYv2s+BBp1MPST3LjWXUKNO6z4EGnpMPSSy9/j//EACcQAQACAwABAgYDAQEAAAAAAAERIQAxQVFhcRAggZGhsTDh8FDR/9oACAEBAAE/EP50X0CHHkEnuHVC8r4GddB8Js+agjIAZfK9I/MYIgjI9+SLNIgsSuhR7G1DJNiMWZw6qmEsHABbh9oJh5Al4jdYziaSqJPSvkgUoiEh8pDWolJgxYYE67Kq5YlAlvgK5z6DgySa+HDNRYlDqj2NsBjz5rFY6NSqolg4AO/2DaDaaAbXKSL5D+Iedv4xGTXML0jjtLaRrOuEbLocDSfA4QMAnbjMI0RLJyUUbcsVPCd9k9MbM0pVOzz4vsahwfGWRfsPCvNH0H4FIKsFpcvMSbkvRn3w9q29An+lHd3GMwLCSI3tpp7oRxM1DEBhEdI42HobboT8GgRVIIg4lwx9UOGdxFrYlOFbVyAoyYKkm4SrYWCZhIJkiwaelUmZ5g81LDVN9e3XPSM16YqOzK2MrBrcTcRyMupo8xK9LUnTEsgqW9A/7OORIvi+o+mkcDQwIn9xo6eab3EQfkCNngn/AKuMchg1ApEdJn0x1oy0wvYD9oFpkR1SQslVdNwTRtWXHgLegDEPH92vgjQPvPAvsem2qfhHzBOKlJ41J0xLAXi9T99TjkeR4vqPppHAykEz9V2nHmn1OKj5KbA8bTvvtGOpwLtcPXsBaGauu0ASq+qg4bllx+r30Fw8/wBV8Ga5EhvkO9j021sAACA+SO/CIVKR5qTp98SwFY36fvqcayGIoX1dwUjgUDC/Wu04803kJhyiyyaCl4Sr3F2zHoLpyf8AhnpiMtGDvIL9XSlqkAAEBQHzQzkRNWk8ak6Y/kK7ep/2bHILihfV3BSOOPCmOs8dxt7rPpiIoRDuEP3JulqkAAACgOfwR3kRNSk8eTSYtFUf0z/s2NORcRiIExDn+zE3S1sCAAgDR/ED8SM9InjiaT74Fj4Lj/0DuS6pAgAEAc/4H//Z\"","module.exports = __webpack_public_path__ + \"img/avatar-s-14.9ab8c514.png\";","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n var ms = moment.defineLocale('ms', {\n months : 'Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember'.split('_'),\n monthsShort : 'Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis'.split('_'),\n weekdays : 'Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu'.split('_'),\n weekdaysShort : 'Ahd_Isn_Sel_Rab_Kha_Jum_Sab'.split('_'),\n weekdaysMin : 'Ah_Is_Sl_Rb_Km_Jm_Sb'.split('_'),\n longDateFormat : {\n LT : 'HH.mm',\n LTS : 'HH.mm.ss',\n L : 'DD/MM/YYYY',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY [pukul] HH.mm',\n LLLL : 'dddd, D MMMM YYYY [pukul] HH.mm'\n },\n meridiemParse: /pagi|tengahari|petang|malam/,\n meridiemHour: function (hour, meridiem) {\n if (hour === 12) {\n hour = 0;\n }\n if (meridiem === 'pagi') {\n return hour;\n } else if (meridiem === 'tengahari') {\n return hour >= 11 ? hour : hour + 12;\n } else if (meridiem === 'petang' || meridiem === 'malam') {\n return hour + 12;\n }\n },\n meridiem : function (hours, minutes, isLower) {\n if (hours < 11) {\n return 'pagi';\n } else if (hours < 15) {\n return 'tengahari';\n } else if (hours < 19) {\n return 'petang';\n } else {\n return 'malam';\n }\n },\n calendar : {\n sameDay : '[Hari ini pukul] LT',\n nextDay : '[Esok pukul] LT',\n nextWeek : 'dddd [pukul] LT',\n lastDay : '[Kelmarin pukul] LT',\n lastWeek : 'dddd [lepas pukul] LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : 'dalam %s',\n past : '%s yang lepas',\n s : 'beberapa saat',\n ss : '%d saat',\n m : 'seminit',\n mm : '%d minit',\n h : 'sejam',\n hh : '%d jam',\n d : 'sehari',\n dd : '%d hari',\n M : 'sebulan',\n MM : '%d bulan',\n y : 'setahun',\n yy : '%d tahun'\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 7 // The week that contains Jan 7th is the first week of the year.\n }\n });\n\n return ms;\n\n})));\n","//! moment.js locale configuration\n\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, (function (moment) { 'use strict';\n\n\n function processRelativeTime(number, withoutSuffix, key, isFuture) {\n var format = {\n 's' : ['mõne sekundi', 'mõni sekund', 'paar sekundit'],\n 'ss': [number + 'sekundi', number + 'sekundit'],\n 'm' : ['ühe minuti', 'üks minut'],\n 'mm': [number + ' minuti', number + ' minutit'],\n 'h' : ['ühe tunni', 'tund aega', 'üks tund'],\n 'hh': [number + ' tunni', number + ' tundi'],\n 'd' : ['ühe päeva', 'üks päev'],\n 'M' : ['kuu aja', 'kuu aega', 'üks kuu'],\n 'MM': [number + ' kuu', number + ' kuud'],\n 'y' : ['ühe aasta', 'aasta', 'üks aasta'],\n 'yy': [number + ' aasta', number + ' aastat']\n };\n if (withoutSuffix) {\n return format[key][2] ? format[key][2] : format[key][1];\n }\n return isFuture ? format[key][0] : format[key][1];\n }\n\n var et = moment.defineLocale('et', {\n months : 'jaanuar_veebruar_märts_aprill_mai_juuni_juuli_august_september_oktoober_november_detsember'.split('_'),\n monthsShort : 'jaan_veebr_märts_apr_mai_juuni_juuli_aug_sept_okt_nov_dets'.split('_'),\n weekdays : 'pühapäev_esmaspäev_teisipäev_kolmapäev_neljapäev_reede_laupäev'.split('_'),\n weekdaysShort : 'P_E_T_K_N_R_L'.split('_'),\n weekdaysMin : 'P_E_T_K_N_R_L'.split('_'),\n longDateFormat : {\n LT : 'H:mm',\n LTS : 'H:mm:ss',\n L : 'DD.MM.YYYY',\n LL : 'D. MMMM YYYY',\n LLL : 'D. MMMM YYYY H:mm',\n LLLL : 'dddd, D. MMMM YYYY H:mm'\n },\n calendar : {\n sameDay : '[Täna,] LT',\n nextDay : '[Homme,] LT',\n nextWeek : '[Järgmine] dddd LT',\n lastDay : '[Eile,] LT',\n lastWeek : '[Eelmine] dddd LT',\n sameElse : 'L'\n },\n relativeTime : {\n future : '%s pärast',\n past : '%s tagasi',\n s : processRelativeTime,\n ss : processRelativeTime,\n m : processRelativeTime,\n mm : processRelativeTime,\n h : processRelativeTime,\n hh : processRelativeTime,\n d : processRelativeTime,\n dd : '%d päeva',\n M : processRelativeTime,\n MM : processRelativeTime,\n y : processRelativeTime,\n yy : processRelativeTime\n },\n dayOfMonthOrdinalParse: /\\d{1,2}\\./,\n ordinal : '%d.',\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return et;\n\n})));\n","import { EventEmitter } from \"events\";\r\nimport TCVelikClient from '@/TCVelikClient/TCVelikClient.js'\r\n\r\nclass WallService extends EventEmitter {\r\n getWallEntries(filter, from, to, forUser){\r\n if (!from)\r\n from = 0;\r\n if (!to)\r\n to = 10;\r\n\r\n return TCVelikClient.PostRelative(`api/wall/get?filter=${TCVelikClient.GetSafeFilter(filter)}&skip=${from}&take=${to}&userId=${forUser}`);\r\n }\r\n\r\n enhancePost(post, route){\r\n /// TODO: We may want to properly extract the url here....\r\n\r\n let result = \"\";\r\n let subject = \"\";\r\n\r\n if (post && post.Attachment && post.AttachmentType){\r\n switch (post.AttachmentType)\r\n {\r\n case \"DataModel.TCVelik.Assignment.TCAssignment\":\r\n subject = this.getName(post.CreatedByUser) + \" \" + post.SpecialAction.toLowerCase() + \" exercise for \" + this.getName(post.CreatedForUser);\r\n result = post.Attachment.Description;\r\n break;\r\n case \"DataModel.TCVelik.Skill.TCSkillScore\":\r\n subject = `${this.getName(post.CreatedByUser)} scored ${this.getName(post.CreatedForUser)}`;\r\n result = `On the ${post.Attachment.Skill.Title} skill.
\"Comment from ${this.getName(post.CreatedByUser)}: ${post.Attachment.Comment}\"`;\r\n break;\r\n case \"DataModel.TCVelik.Embed.TCEmbed\":\r\n subject = `${this.getName(post.CreatedByUser)} created an embed: ${post.Attachment.Title}`;\r\n result = post.Attachment.Description;\r\n break;\r\n default:\r\n result = \"A new post was shared.\";\r\n break;\r\n }\r\n }\r\n else {\r\n subject = post.Subject ? post.Subject : \"A new post was shared.\"\r\n result = post.EmailBody ? post.EmailBody : `No additional information. Please contact the TCVelik team. Post ID was ${post.Id}`;\r\n }\r\n\r\n post.Subject = subject;\r\n\r\n if (window.location.href.indexOf(\"localhost\") > -1){\r\n post.Subject = \"[TEST!] \" + post.Subject;\r\n }\r\n\r\n var baseUrl = process.env.VUE_APP_CLIENT_APP;\r\n var postUrl = post.RelativeUrl ? `${baseUrl}${post.RelativeUrl}` : `${baseUrl}${route.path}?filter=Id==${post.Id}#pid=${post.Id}`;\r\n result += `