(()=>{var t={99271:(t,e)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}), /** * Copyright since 2007 PrestaShop SA and Contributors * PrestaShop is an International Registered Trademark & Property of PrestaShop SA * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.md. * It is also available through the world-wide-web at this URL: * https://opensource.org/licenses/OSL-3.0 * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to license@prestashop.com so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to https://devdocs.prestashop.com/ for more information. * * @author PrestaShop SA and Contributors * @copyright Since 2007 PrestaShop SA and Contributors * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0) */ e.default={methods:{trans:function(t){return this.$store.getters.translations[t]}}}},65191:(t,e,n)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=a(n(72100)),i=a(n(78345)),o=a(n(3830));function a(t){return t&&t.__esModule?t:{default:t}}r.default.use(i.default), /** * Copyright since 2007 PrestaShop SA and Contributors * PrestaShop is an International Registered Trademark & Property of PrestaShop SA * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.md. * It is also available through the world-wide-web at this URL: * https://opensource.org/licenses/OSL-3.0 * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to license@prestashop.com so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to https://devdocs.prestashop.com/ for more information. * * @author PrestaShop SA and Contributors * @copyright Since 2007 PrestaShop SA and Contributors * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0) */ e.default=new i.default({mode:"history",base:window.data.baseUrl+"/translations",routes:[{path:"/",name:"overview",component:o.default}]})},58112:(t,e,n)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.updateSearch=e.updatePrincipalLoading=e.updateCurrentDomain=e.updatePageIndex=e.resetTranslation=e.saveTranslations=e.refreshCounts=e.getDomainsTree=e.getCatalog=e.getTranslations=void 0;var r=s(n(72100)),i=s(n(74104)),o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e.default=t,e}(n(98532)),a=n(50066);function s(t){return t&&t.__esModule?t:{default:t}} /** * Copyright since 2007 PrestaShop SA and Contributors * PrestaShop is an International Registered Trademark & Property of PrestaShop SA * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.md. * It is also available through the world-wide-web at this URL: * https://opensource.org/licenses/OSL-3.0 * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to license@prestashop.com so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to https://devdocs.prestashop.com/ for more information. * * @author PrestaShop SA and Contributors * @copyright Since 2007 PrestaShop SA and Contributors * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0) */r.default.use(i.default);e.getTranslations=function(t){var e=t.commit,n=window.data.translationUrl;r.default.http.get(n).then((function(t){e(o.SET_TRANSLATIONS,t.body),e(o.APP_IS_READY)}),(function(t){(0,a.showGrowl)("error",t.bodyText?JSON.parse(t.bodyText).error:t.statusText)}))},e.getCatalog=function(t,e){var n=t.commit;n(o.PRINCIPAL_LOADING,!0),r.default.http.get(e.url,{params:{page_size:e.page_size,page_index:e.page_index}}).then((function(t){n(o.SET_TOTAL_PAGES,t.headers.get("Total-Pages")),n(o.SET_CATALOG,t.body),n(o.PRINCIPAL_LOADING,!1)}),(function(t){(0,a.showGrowl)("error",t.bodyText?JSON.parse(t.bodyText).error:t.statusText)}))},e.getDomainsTree=function(t,e){var n=t.commit,i=window.data.domainsTreeUrl,s={};n(o.SIDEBAR_LOADING,!0),n(o.PRINCIPAL_LOADING,!0),e.store.getters.searchTags.length&&(s.search=e.store.getters.searchTags),r.default.http.get(i,{params:s}).then((function(t){n(o.SET_DOMAINS_TREE,t.body),n(o.SIDEBAR_LOADING,!1),n(o.RESET_CURRENT_DOMAIN)}),(function(t){(0,a.showGrowl)("error",t.bodyText?JSON.parse(t.bodyText).error:t.statusText)}))},e.refreshCounts=function(t,e){var n=t.commit,i=window.data.domainsTreeUrl,s={};e.store.getters.searchTags.length&&(s.search=e.store.getters.searchTags),r.default.http.get(i,{params:s}).then((function(t){n(o.DECREASE_CURRENT_DOMAIN_TOTAL_MISSING_TRANSLATIONS,e.successfullySaved),n(o.SET_DOMAINS_TREE,t.body)}),(function(t){(0,a.showGrowl)("error",t.bodyText?JSON.parse(t.bodyText).error:t.statusText)}))},e.saveTranslations=function(t,e){var n=t.commit,i=e.url,s=e.translations;r.default.http.post(i,{translations:s}).then((function(){return e.store.dispatch("refreshCounts",{successfullySaved:s.length,store:e.store}),n(o.RESET_MODIFIED_TRANSLATIONS),(0,a.showGrowl)("success","Translations successfully updated")}),(function(t){(0,a.showGrowl)("error",t.bodyText?JSON.parse(t.bodyText).error:t.statusText)}))},e.resetTranslation=function(t,e){t.commit;var n=e.url,i=e.translations;r.default.http.post(n,{translations:i}).then((function(){(0,a.showGrowl)("success","Translations successfully reset")}),(function(t){(0,a.showGrowl)("error",t.bodyText?JSON.parse(t.bodyText).error:t.statusText)}))},e.updatePageIndex=function(t,e){(0,t.commit)(o.SET_PAGE_INDEX,e)},e.updateCurrentDomain=function(t,e){(0,t.commit)(o.SET_CURRENT_DOMAIN,e)},e.updatePrincipalLoading=function(t,e){(0,t.commit)(o.PRINCIPAL_LOADING,e)},e.updateSearch=function(t,e){(0,t.commit)(o.SEARCH_TAGS,e)}},29778:(t,e,n)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=u(n(72100)),i=u(n(20629)),o=u(n(96486)),a=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e.default=t,e}(n(58112)),s=u(n(36205));function u(t){return t&&t.__esModule?t:{default:t}}r.default.use(i.default); /** * Copyright since 2007 PrestaShop SA and Contributors * PrestaShop is an International Registered Trademark & Property of PrestaShop SA * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.md. * It is also available through the world-wide-web at this URL: * https://opensource.org/licenses/OSL-3.0 * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to license@prestashop.com so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to https://devdocs.prestashop.com/ for more information. * * @author PrestaShop SA and Contributors * @copyright Since 2007 PrestaShop SA and Contributors * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0) */ var c={pageIndex:1,totalPages:0,translationsPerPage:20,currentDomain:"",translations:{data:{},info:{}},catalog:{data:{},info:{}},domainsTree:[],totalMissingTranslations:0,totalTranslations:0,currentDomainTotalTranslations:0,currentDomainTotalMissingTranslations:0,isReady:!1,sidebarLoading:!0,principalLoading:!0,searchTags:[],modifiedTranslations:[]},l={totalPages:function(t){return t.totalPages},pageIndex:function(t){return t.pageIndex},currentDomain:function(t){return t.currentDomain},translations:function(t){return t.translations},catalog:function(t){return t.catalog},domainsTree:function(){return function t(e){return e.forEach((function(e){e.children=o.default.values(e.children),e.extraLabel=e.total_missing_translations,e.dataValue=e.domain_catalog_link,e.warning=Boolean(e.total_missing_translations),e.disable=!e.total_translations,e.id=e.full_name,t(e.children)})),e}(c.domainsTree)},isReady:function(t){return t.isReady},searchTags:function(t){return t.searchTags}};e.default=new i.default.Store({state:c,getters:l,actions:a,mutations:s.default})},98532:(t,e)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}); /** * Copyright since 2007 PrestaShop SA and Contributors * PrestaShop is an International Registered Trademark & Property of PrestaShop SA * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.md. * It is also available through the world-wide-web at this URL: * https://opensource.org/licenses/OSL-3.0 * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to license@prestashop.com so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to https://devdocs.prestashop.com/ for more information. * * @author PrestaShop SA and Contributors * @copyright Since 2007 PrestaShop SA and Contributors * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0) */ e.SET_TRANSLATIONS="SET_TRANSLATIONS",e.SET_CATALOG="SET_CATALOG",e.SET_DOMAINS_TREE="SET_DOMAINS_TREE",e.APP_IS_READY="APP_IS_READY",e.SET_TOTAL_PAGES="SET_TOTAL_PAGES",e.SET_PAGE_INDEX="SET_PAGE_INDEX",e.SET_CURRENT_DOMAIN="SET_CURRENT_DOMAIN",e.RESET_CURRENT_DOMAIN="RESET_CURRENT_DOMAIN",e.SIDEBAR_LOADING="SIDEBAR_LOADING",e.PRINCIPAL_LOADING="PRINCIPAL_LOADING",e.SEARCH_TAGS="SEARCH_TAGS",e.DECREASE_CURRENT_DOMAIN_TOTAL_MISSING_TRANSLATIONS="DECREASE_CURRENT_DOMAIN_TOTAL_MISSING_TRANSLATIONS",e.RESET_MODIFIED_TRANSLATIONS="RESET_MODIFIED_TRANSLATIONS"},36205:(t,e,n)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r,i,o=n(88106),a=(r=o)&&r.__esModule?r:{default:r},s=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e.default=t,e}(n(98532));e.default=(i={},(0,a.default)(i,s.SET_TRANSLATIONS,(function(t,e){e.data.forEach((function(e){t.translations[e.translation_id]=e.name}))})),(0,a.default)(i,s.SET_CATALOG,(function(t,e){t.catalog=e})),(0,a.default)(i,s.SET_DOMAINS_TREE,(function(t,e){t.totalMissingTranslations=e.data.tree.total_missing_translations,t.totalTranslations=e.data.tree.total_translations,t.domainsTree=e.data.tree.children})),(0,a.default)(i,s.APP_IS_READY,(function(t){t.isReady=!0})),(0,a.default)(i,s.SET_TOTAL_PAGES,(function(t,e){t.totalPages=Number(e)})),(0,a.default)(i,s.SET_PAGE_INDEX,(function(t,e){t.pageIndex=e})),(0,a.default)(i,s.SET_CURRENT_DOMAIN,(function(t,e){t.currentDomain=e.full_name,t.currentDomainTotalTranslations=e.total_translations,t.currentDomainTotalMissingTranslations=e.total_missing_translations})),(0,a.default)(i,s.RESET_CURRENT_DOMAIN,(function(t){t.currentDomain="",t.currentDomainTotalTranslations=0,t.currentDomainTotalMissingTranslations=0})),(0,a.default)(i,s.SIDEBAR_LOADING,(function(t,e){t.sidebarLoading=e})),(0,a.default)(i,s.PRINCIPAL_LOADING,(function(t,e){t.principalLoading=e})),(0,a.default)(i,s.SEARCH_TAGS,(function(t,e){t.searchTags=e})),(0,a.default)(i,s.DECREASE_CURRENT_DOMAIN_TOTAL_MISSING_TRANSLATIONS,(function(t,e){t.currentDomainTotalMissingTranslations-=e})),(0,a.default)(i,s.RESET_MODIFIED_TRANSLATIONS,(function(t){t.modifiedTranslations=[]})),i)},60891:(t,e,n)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.EventBus=void 0;var r,i=n(72100),o=(r=i)&&r.__esModule?r:{default:r};var a=e.EventBus=new o.default; /** * Copyright since 2007 PrestaShop SA and Contributors * PrestaShop is an International Registered Trademark & Property of PrestaShop SA * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.md. * It is also available through the world-wide-web at this URL: * https://opensource.org/licenses/OSL-3.0 * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to license@prestashop.com so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to https://devdocs.prestashop.com/ for more information. * * @author PrestaShop SA and Contributors * @copyright Since 2007 PrestaShop SA and Contributors * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0) */e.default=a},50066:(t,e)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}); /** * Copyright since 2007 PrestaShop SA and Contributors * PrestaShop is an International Registered Trademark & Property of PrestaShop SA * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.md. * It is also available through the world-wide-web at this URL: * https://opensource.org/licenses/OSL-3.0 * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to license@prestashop.com so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to https://devdocs.prestashop.com/ for more information. * * @author PrestaShop SA and Contributors * @copyright Since 2007 PrestaShop SA and Contributors * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0) */ var n=e.showGrowl=function(t,e,n){var r=void 0!==n?n:2e3;"success"===t?window.$.growl({title:"",size:"large",message:e,duration:r}):window.$.growl[t]({title:"",size:"large",message:e,duration:r})};e.default=n},57274:(t,e,n)=>{"use strict";var r=n(73609);Object.defineProperty(e,"X",{value:!0});var i=u(n(92181)),o=u(n(36455)),a=u(n(7900)),s=u(n(67368));function u(t){return t&&t.__esModule?t:{default:t}}e.Z={name:"App",computed:{isReady:function(){return this.$store.getters.isReady},totalTranslations:function(){return this.$store.state.totalTranslations<=1?this.trans("label_total_domain_singular").replace("%nb_translation%",this.$store.state.totalTranslations):this.trans("label_total_domain").replace("%nb_translations%",this.$store.state.totalTranslations)},totalMissingTranslations:function(){return this.$store.state.totalMissingTranslations},totalMissingTranslationsString:function(){return 1===this.totalMissingTranslations?this.trans("label_missing_singular"):this.trans("label_missing").replace("%d",this.totalMissingTranslations)},translations:function(){return{button_save:this.trans("button_save"),button_leave:this.trans("button_leave"),modal_content:this.trans("modal_content"),modal_title:this.trans("modal_title")}}},mounted:function(){var t=this;r("a").on("click",(function(e){r(e.currentTarget).attr("href")&&(t.destHref=r(e.currentTarget).attr("href"))})),window.onbeforeunload=function(){return!(t.destHref||!t.isEdited()||t.leave)||(!t.leave&&t.isEdited()?(setTimeout((function(){window.stop()}),500),t.$refs.transModal.showModal(),t.$refs.transModal.$once("save",(function(){t.$refs.principal.saveTranslations(),t.leavePage()})),t.$refs.transModal.$once("leave",(function(){t.leavePage()})),null):void 0)}},methods:{onSearch:function(){this.$store.dispatch("getDomainsTree",{store:this.$store}),this.$store.currentDomain=""},leavePage:function(){this.leave=!0,window.location.href=this.destHref},isEdited:function(){return this.$refs.principal.edited()}},data:function(){return{destHref:null,leave:!1}},components:{Search:i.default,Sidebar:o.default,Principal:a.default,PSModal:s.default}}},19390:(t,e,n)=>{"use strict";Object.defineProperty(e,"X",{value:!0});var r=o(n(75576)),i=o(n(98382));function o(t){return t&&t.__esModule?t:{default:t}}e.Z={components:{PSTags:r.default,PSButton:i.default},methods:{onClick:function(){var t=this.$refs.psTags.tag;this.$refs.psTags.add(t)},onSearch:function(){this.$store.dispatch("updateSearch",this.tags),this.$emit("search",this.tags)}},watch:{$route:function(){this.tags=[]}},data:function(){return{tags:[]}}}},75410:(t,e,n)=>{"use strict";Object.defineProperty(e,"X",{value:!0});var r=l(n(88902)),i=l(n(47518)),o=l(n(98382)),a=l(n(86842)),s=l(n(70695)),u=n(60891),c=l(n(39494));function l(t){return t&&t.__esModule?t:{default:t}}e.Z={props:{modal:{type:Object,required:!1,default:function(){return{}}}},data:function(){return{originalTranslations:[],modifiedTranslations:[]}},computed:{principalReady:function(){return!this.$store.state.principalLoading},translationsCatalog:function(){return this.$store.getters.catalog.data.data},saveAction:function(){return this.$store.getters.catalog.data.info?this.$store.getters.catalog.data.info.edit_url:""},resetAction:function(){return this.$store.getters.catalog.data.info?this.$store.getters.catalog.data.info.reset_url:""},pagesCount:function(){return this.$store.getters.totalPages},currentPagination:function(){return this.$store.getters.pageIndex},currentDomain:function(){return this.$store.state.currentDomain},currentDomainTotalTranslations:function(){return this.$store.state.currentDomainTotalTranslations<=1?"- "+this.trans("label_total_domain_singular").replace("%nb_translation%",this.$store.state.currentDomainTotalTranslations):"- "+this.trans("label_total_domain").replace("%nb_translations%",this.$store.state.currentDomainTotalTranslations)},currentDomainTotalMissingTranslations:function(){return this.$store.state.currentDomainTotalMissingTranslations},currentDomainTotalMissingTranslationsString:function(){var t="";return this.currentDomainTotalMissingTranslations&&(t=1===this.currentDomainTotalMissingTranslations?this.trans("label_missing_singular"):this.trans("label_missing").replace("%d",this.currentDomainTotalMissingTranslations)),t},noResult:function(){return""===this.$store.getters.currentDomain||void 0===this.$store.getters.currentDomain},noResultInfo:function(){return this.trans("no_result").replace("%s",this.$store.getters.searchTags.join(" - "))},searchActive:function(){return this.$store.getters.searchTags.length},searchInfo:function(){var t=this.$store.state.totalTranslations<=1?"search_info_singular":"search_info";return this.trans(t).replace("%s",this.$store.getters.searchTags.join(" - ")).replace("%d",this.$store.state.totalTranslations)}},methods:{changePage:function(t){this.$store.dispatch("updatePageIndex",t),this.fetch(),this.$store.state.modifiedTranslations=[]},isEdited:function(t){t.translation.edited?this.$store.state.modifiedTranslations[t.id]=t.translation:this.$store.state.modifiedTranslations.splice(this.$store.state.modifiedTranslations.indexOf(t.id),1)},onPageChanged:function(t){var e=this;this.edited()?(this.modal.showModal(),this.modal.$once("save",(function(){e.saveTranslations(),e.changePage(t)})),this.modal.$once("leave",(function(){e.changePage(t)}))):this.changePage(t)},fetch:function(){this.$store.dispatch("getCatalog",{url:this.$store.getters.catalog.info.current_url_without_pagination,page_size:this.$store.state.translationsPerPage,page_index:this.$store.getters.pageIndex})},getDomain:function(t){var e="";return t.forEach((function(t){e+=t+" > "})),e.slice(0,-3)},saveTranslations:function(){this.getModifiedTranslations().length&&this.$store.dispatch("saveTranslations",{url:this.saveAction,translations:this.getModifiedTranslations(),store:this.$store})},getModifiedTranslations:function(){var t=this;this.modifiedTranslations=[];var e="modules"===window.data.type?"":window.data.selected;return(0,i.default)(this.$store.state.modifiedTranslations).forEach((function(n){t.modifiedTranslations.push({default:n.default,edited:n.edited,domain:n.tree_domain.join(""),locale:window.data.locale,theme:e})})),this.modifiedTranslations},edited:function(){return(0,r.default)(this.$store.state.modifiedTranslations).length>0}},mounted:function(){var t=this;u.EventBus.$on("resetTranslation",(function(e){var n=[];n.push({default:e.default,domain:e.tree_domain.join(""),locale:window.data.locale,theme:window.data.selected}),t.$store.dispatch("resetTranslation",{url:t.resetAction,translations:n})}))},components:{TranslationInput:c.default,PSButton:o.default,PSPagination:a.default,PSAlert:s.default}}},96986:(t,e,n)=>{"use strict";Object.defineProperty(e,"X",{value:!0});var r,i=n(98382),o=(r=i)&&r.__esModule?r:{default:r},a=n(60891);e.Z={name:"TranslationInput",props:{id:{type:Number,required:!1,default:0},extraInfo:{type:String,required:!1,default:""},label:{type:String,required:!0},translated:{type:Object,required:!0}},computed:{getTranslated:{get:function(){return this.translated.user?this.translated.user:this.translated.project},set:function(t){var e=this.translated;e.user=t,e.edited=t,this.$emit("input",e),this.$emit("editedAction",{translation:e,id:this.id})}},isMissing:function(){return null===this.getTranslated}},methods:{resetTranslation:function(){this.getTranslated="",a.EventBus.$emit("resetTranslation",this.translated)}},components:{PSButton:o.default}}},82114:(t,e,n)=>{"use strict";Object.defineProperty(e,"X",{value:!0});var r=s(n(88902)),i=s(n(76659)),o=s(n(63856)),a=n(60891);function s(t){return t&&t.__esModule?t:{default:t}}e.Z={props:{modal:{type:Object,required:!1,default:function(){return{}}},principal:{type:Object,required:!1,default:function(){return{}}}},computed:{treeReady:function(){return!this.$store.state.sidebarLoading},currentItem:function(){if((""===this.$store.getters.currentDomain||void 0===this.$store.getters.currentDomain)&&this.domainsTree.length){var t=this.getFirstDomainToDisplay(this.domainsTree);return a.EventBus.$emit("reduce"),this.$store.dispatch("updateCurrentDomain",t),""!==t?(this.$store.dispatch("getCatalog",{url:t.dataValue}),a.EventBus.$emit("setCurrentElement",t.full_name),t.full_name):(this.$store.dispatch("updatePrincipalLoading",!1),"")}return this.$store.getters.currentDomain},domainsTree:function(){return this.$store.getters.domainsTree},translations:function(){return{expand:this.trans("sidebar_expand"),reduce:this.trans("sidebar_collapse"),extra:this.trans("label_missing"),extra_singular:this.trans("label_missing_singular")}}},mounted:function(){var t=this;this.$store.dispatch("getDomainsTree",{store:this.$store}),a.EventBus.$on("lastTreeItemClick",(function(e){t.edited()?(t.modal.showModal(),t.modal.$once("save",(function(){t.principal.saveTranslations(),t.itemClick(e)})),t.modal.$once("leave",(function(){t.itemClick(e)}))):t.itemClick(e)}))},methods:{itemClick:function(t){this.$store.dispatch("updateCurrentDomain",t.item),this.$store.dispatch("getCatalog",{url:t.item.dataValue}),this.$store.dispatch("updatePageIndex",1),this.$store.state.modifiedTranslations=[]},getFirstDomainToDisplay:function t(e){for(var n=(0,r.default)(e),i="",o=0;o0)return t(e[n[o]].children);i=e[n[o]];break}return i},edited:function(){return(0,r.default)(this.$store.state.modifiedTranslations).length>0}},components:{PSTree:i.default,PSSpinner:o.default}}},22178:(t,e)=>{"use strict";Object.defineProperty(e,"X",{value:!0});var n="ALERT_TYPE_INFO";e.Z={props:{duration:{type:Boolean,required:!1,default:!1},alertType:{type:String,required:!0},hasClose:{type:Boolean,required:!0}},computed:{classObject:function(){return{"alert-info":this.alertType===n,"alert-warning":"ALERT_TYPE_WARNING"===this.alertType,"alert-danger":"ALERT_TYPE_DANGER"===this.alertType,"alert-success":"ALERT_TYPE_SUCCESS"===this.alertType}},isInfo:function(){return this.alertType===n}},methods:{onClick:function(){this.$emit("closeAlert")}}}},11138:(t,e)=>{"use strict";Object.defineProperty(e,"X",{value:!0}),e.Z={props:{primary:{type:Boolean},ghost:{type:Boolean}},computed:{classObject:function(){return this.ghost?{"btn-outline-primary":this.primary,"btn-outline-secondary":!this.primary}:{"btn-primary":this.primary,"btn-secondary":!this.primary}}},methods:{onClick:function(){this.$emit("click")}}}},14012:(t,e)=>{"use strict";Object.defineProperty(e,"X",{value:!0}),e.Z={props:{id:{type:String,required:!1,default:""},model:{type:Object,required:!1,default:function(){return{}}},isIndeterminate:{type:Boolean,required:!1,default:!1}},watch:{checked:function(t){this.$emit("checked",{checked:t,item:this.model})}},data:function(){return{checked:!1}}}},99507:(t,e,n)=>{"use strict";var r=n(73609);Object.defineProperty(e,"X",{value:!0});var i,o=n(98382),a=(i=o)&&i.__esModule?i:{default:i},s=n(60891);e.Z={props:{translations:{type:Object,required:!1,default:function(){return{}}}},mounted:function(){var t=this;s.EventBus.$on("showModal",(function(){t.showModal()})),s.EventBus.$on("hideModal",(function(){t.hideModal()}))},methods:{showModal:function(){r(this.$el).modal("show")},hideModal:function(){r(this.$el).modal("hide")},onSave:function(){this.$emit("save")},onLeave:function(){this.$emit("leave")}},components:{PSButton:a.default}}},45260:(t,e)=>{"use strict";Object.defineProperty(e,"X",{value:!0}),e.Z={props:{pagesCount:{type:Number,required:!0},currentIndex:{type:Number,required:!0}},computed:{isMultiPagination:function(){return this.pagesCount>this.multiPagesActivationLimit},activeLeftArrow:function(){return 1!==this.currentIndex},activeRightArrow:function(){return this.currentIndex!==this.pagesCount},pagesToDisplay:function(){return this.multiPagesToDisplay},displayPagination:function(){return this.pagesCount>1}},methods:{checkCurrentIndex:function(t){return this.currentIndex===t},showIndex:function(t){var e=tthis.currentIndex-this.multiPagesToDisplay,r=e&&n,i=t===this.pagesCount,o=1===t;return this.isMultiPagination?r||o||i:!this.isMultiPagination},changePage:function(t){this.$emit("pageChanged",t)},showFirstDots:function(t){var e=this.pagesCount-this.multiPagesToDisplay;return this.isMultiPagination?t===this.pagesCount&&this.currentIndex<=e:this.isMultiPagination},showLastDots:function(t){return this.isMultiPagination?1===t&&this.currentIndex>this.multiPagesToDisplay:this.isMultiPagination},prev:function(){this.currentIndex>1&&this.changePage(this.currentIndex-1)},next:function(){this.currentIndex{"use strict";Object.defineProperty(e,"X",{value:!0}),e.Z={props:{tags:{type:Array,required:!1,default:function(){return[]}},placeholder:{type:String,required:!1,default:""},hasIcon:{type:Boolean,required:!1}},computed:{inputSize:function(){return!this.tags.length&&this.placeholder?this.placeholder.length:0},placeholderToDisplay:function(){return this.tags.length?"":this.placeholder}},methods:{onKeyUp:function(){this.$emit("typing",this.$refs.tags.value)},add:function(t){t&&(this.tags.push(t.trim()),this.tag="",this.focus(),this.$emit("tagChange",this.tag))},close:function(t){var e=this.tags[t];this.tags.splice(t,1),this.$emit("tagChange",e)},remove:function(){if(this.tags.length&&!this.tag.length){var t=this.tags[this.tags.length-1];this.tags.pop(),this.$emit("tagChange",t)}},focus:function(){this.$refs.tags.focus()}},data:function(){return{tag:null}}}},88513:(t,e,n)=>{"use strict";Object.defineProperty(e,"X",{value:!0});var r,i=n(93331),o=(r=i)&&r.__esModule?r:{default:r},a=n(60891);e.Z={name:"PSTreeItem",props:{model:{type:Object,required:!0},className:{type:String,required:!1,default:""},hasCheckbox:{type:Boolean,required:!1},translations:{type:Object,required:!1,default:function(){return{}}},currentItem:{type:String,required:!1,default:""}},computed:{id:function(){return this.model.id},isFolder:function(){return this.model.children&&this.model.children.length},displayExtraLabel:function(){return this.isFolder&&this.model.extraLabel},getExtraLabel:function(){var t="";return this.model.extraLabel&&1===this.model.extraLabel?t=this.translations.extra_singular:this.model.extraLabel&&(t=this.translations.extra.replace("%d",this.model.extraLabel)),t},isHidden:function(){return!this.isFolder},chevronStatus:function(){return this.open?"open":"closed"},isWarning:function(){return!this.isFolder&&this.model.warning},active:function(){return this.model.full_name===this.currentItem}},methods:{setCurrentElement:function(t){this.$refs[t]?(this.openTreeItemAction(),this.current=!0,this.parentElement(this.$parent)):this.current=!1},parentElement:function(t){t.clickElement&&(t.clickElement(),this.parentElement(t.$parent))},clickElement:function(){return!this.model.disable&&this.openTreeItemAction()},openTreeItemAction:function(){this.setCurrentElement(this.model.full_name),this.isFolder?this.open=!this.open:a.EventBus.$emit("lastTreeItemClick",{item:this.model})},onCheck:function(t){this.$emit("checked",t)}},mounted:function(){var t=this;a.EventBus.$on("toggleCheckbox",(function(e){var n=t.$refs[e];n&&(n.$data.checked=!n.$data.checked)})).$on("expand",(function(){t.open=!0})).$on("reduce",(function(){t.open=!1})).$on("setCurrentElement",(function(e){t.setCurrentElement(e)})),this.setCurrentElement(this.currentItem)},components:{PSCheckbox:o.default},data:function(){return{open:!1,current:!1}}}},41134:(t,e,n)=>{"use strict";Object.defineProperty(e,"X",{value:!0});var r,i=n(60891),o=n(37862),a=(r=o)&&r.__esModule?r:{default:r};e.Z={name:"PSTree",props:{model:{type:Array,default:function(){return[]}},className:{type:String,default:""},currentItem:{type:String,default:""},hasCheckbox:{type:Boolean,default:!1},translations:{type:Object,required:!1,default:function(){return{}}}},methods:{onCheck:function(t){this.$emit("checked",t)},expand:function(){i.EventBus.$emit("expand")},reduce:function(){i.EventBus.$emit("reduce")},setCurrentElement:function(t){i.EventBus.$emit("setCurrentElement",t)}},components:{PSTreeItem:a.default}}},32242:(t,e,n)=>{t.exports={default:n(33391),__esModule:!0}},88902:(t,e,n)=>{t.exports={default:n(98613),__esModule:!0}},47518:(t,e,n)=>{t.exports={default:n(48056),__esModule:!0}},88106:(t,e,n)=>{"use strict";e.__esModule=!0;var r,i=n(32242),o=(r=i)&&r.__esModule?r:{default:r};e.default=function(t,e,n){return e in t?(0,o.default)(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}},33391:(t,e,n)=>{n(31477);var r=n(34579).Object;t.exports=function(t,e,n){return r.defineProperty(t,e,n)}},98613:(t,e,n)=>{n(40961),t.exports=n(34579).Object.keys},48056:(t,e,n)=>{n(21013),t.exports=n(34579).Object.values},85663:t=>{t.exports=function(t){if("function"!=typeof t)throw TypeError(t+" is not a function!");return t}},12159:(t,e,n)=>{var r=n(36727);t.exports=function(t){if(!r(t))throw TypeError(t+" is not an object!");return t}},57428:(t,e,n)=>{var r=n(7932),i=n(78728),o=n(16531);t.exports=function(t){return function(e,n,a){var s,u=r(e),c=i(u.length),l=o(a,c);if(t&&n!=n){for(;c>l;)if((s=u[l++])!=s)return!0}else for(;c>l;l++)if((t||l in u)&&u[l]===n)return t||l||0;return!t&&-1}}},32894:t=>{var e={}.toString;t.exports=function(t){return e.call(t).slice(8,-1)}},34579:t=>{var e=t.exports={version:"2.6.11"};"number"==typeof __e&&(__e=e)},19216:(t,e,n)=>{var r=n(85663);t.exports=function(t,e,n){if(r(t),void 0===e)return t;switch(n){case 1:return function(n){return t.call(e,n)};case 2:return function(n,r){return t.call(e,n,r)};case 3:return function(n,r,i){return t.call(e,n,r,i)}}return function(){return t.apply(e,arguments)}}},8333:t=>{t.exports=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t}},89666:(t,e,n)=>{t.exports=!n(7929)((function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}))},97467:(t,e,n)=>{var r=n(36727),i=n(33938).document,o=r(i)&&r(i.createElement);t.exports=function(t){return o?i.createElement(t):{}}},73338:t=>{t.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},83856:(t,e,n)=>{var r=n(33938),i=n(34579),o=n(19216),a=n(41818),s=n(27069),u=function(t,e,n){var c,l,f,p=t&u.F,d=t&u.G,h=t&u.S,v=t&u.P,m=t&u.B,g=t&u.W,y=d?i:i[e]||(i[e]={}),_=y.prototype,b=d?r:h?r[e]:(r[e]||{}).prototype;for(c in d&&(n=e),n)(l=!p&&b&&void 0!==b[c])&&s(y,c)||(f=l?b[c]:n[c],y[c]=d&&"function"!=typeof b[c]?n[c]:m&&l?o(f,r):g&&b[c]==f?function(t){var e=function(e,n,r){if(this instanceof t){switch(arguments.length){case 0:return new t;case 1:return new t(e);case 2:return new t(e,n)}return new t(e,n,r)}return t.apply(this,arguments)};return e.prototype=t.prototype,e}(f):v&&"function"==typeof f?o(Function.call,f):f,v&&((y.virtual||(y.virtual={}))[c]=f,t&u.R&&_&&!_[c]&&a(_,c,f)))};u.F=1,u.G=2,u.S=4,u.P=8,u.B=16,u.W=32,u.U=64,u.R=128,t.exports=u},7929:t=>{t.exports=function(t){try{return!!t()}catch(t){return!0}}},33938:t=>{var e=t.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=e)},27069:t=>{var e={}.hasOwnProperty;t.exports=function(t,n){return e.call(t,n)}},41818:(t,e,n)=>{var r=n(4743),i=n(83101);t.exports=n(89666)?function(t,e,n){return r.f(t,e,i(1,n))}:function(t,e,n){return t[e]=n,t}},33758:(t,e,n)=>{t.exports=!n(89666)&&!n(7929)((function(){return 7!=Object.defineProperty(n(97467)("div"),"a",{get:function(){return 7}}).a}))},50799:(t,e,n)=>{var r=n(32894);t.exports=Object("z").propertyIsEnumerable(0)?Object:function(t){return"String"==r(t)?t.split(""):Object(t)}},36727:t=>{t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},16227:t=>{t.exports=!0},4743:(t,e,n)=>{var r=n(12159),i=n(33758),o=n(33206),a=Object.defineProperty;e.f=n(89666)?Object.defineProperty:function(t,e,n){if(r(t),e=o(e,!0),r(n),i)try{return a(t,e,n)}catch(t){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(t[e]=n.value),t}},12963:(t,e,n)=>{var r=n(27069),i=n(7932),o=n(57428)(!1),a=n(58989)("IE_PROTO");t.exports=function(t,e){var n,s=i(t),u=0,c=[];for(n in s)n!=a&&r(s,n)&&c.push(n);for(;e.length>u;)r(s,n=e[u++])&&(~o(c,n)||c.push(n));return c}},46162:(t,e,n)=>{var r=n(12963),i=n(73338);t.exports=Object.keys||function(t){return r(t,i)}},86274:(t,e)=>{e.f={}.propertyIsEnumerable},12584:(t,e,n)=>{var r=n(83856),i=n(34579),o=n(7929);t.exports=function(t,e){var n=(i.Object||{})[t]||Object[t],a={};a[t]=e(n),r(r.S+r.F*o((function(){n(1)})),"Object",a)}},52050:(t,e,n)=>{var r=n(89666),i=n(46162),o=n(7932),a=n(86274).f;t.exports=function(t){return function(e){for(var n,s=o(e),u=i(s),c=u.length,l=0,f=[];c>l;)n=u[l++],r&&!a.call(s,n)||f.push(t?[n,s[n]]:s[n]);return f}}},83101:t=>{t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},58989:(t,e,n)=>{var r=n(20250)("keys"),i=n(65730);t.exports=function(t){return r[t]||(r[t]=i(t))}},20250:(t,e,n)=>{var r=n(34579),i=n(33938),o="__core-js_shared__",a=i[o]||(i[o]={});(t.exports=function(t,e){return a[t]||(a[t]=void 0!==e?e:{})})("versions",[]).push({version:r.version,mode:n(16227)?"pure":"global",copyright:"© 2019 Denis Pushkarev (zloirock.ru)"})},16531:(t,e,n)=>{var r=n(11052),i=Math.max,o=Math.min;t.exports=function(t,e){return(t=r(t))<0?i(t+e,0):o(t,e)}},11052:t=>{var e=Math.ceil,n=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?n:e)(t)}},7932:(t,e,n)=>{var r=n(50799),i=n(8333);t.exports=function(t){return r(i(t))}},78728:(t,e,n)=>{var r=n(11052),i=Math.min;t.exports=function(t){return t>0?i(r(t),9007199254740991):0}},66530:(t,e,n)=>{var r=n(8333);t.exports=function(t){return Object(r(t))}},33206:(t,e,n)=>{var r=n(36727);t.exports=function(t,e){if(!r(t))return t;var n,i;if(e&&"function"==typeof(n=t.toString)&&!r(i=n.call(t)))return i;if("function"==typeof(n=t.valueOf)&&!r(i=n.call(t)))return i;if(!e&&"function"==typeof(n=t.toString)&&!r(i=n.call(t)))return i;throw TypeError("Can't convert object to primitive value")}},65730:t=>{var e=0,n=Math.random();t.exports=function(t){return"Symbol(".concat(void 0===t?"":t,")_",(++e+n).toString(36))}},31477:(t,e,n)=>{var r=n(83856);r(r.S+r.F*!n(89666),"Object",{defineProperty:n(4743).f})},40961:(t,e,n)=>{var r=n(66530),i=n(46162);n(12584)("keys",(function(){return function(t){return i(r(t))}}))},21013:(t,e,n)=>{var r=n(83856),i=n(52050)(!1);r(r.S,"Object",{values:function(t){return i(t)}})},29991:(t,e,n)=>{"use strict";n.r(e),n.d(e,{default:()=>o});var r=n(23645),i=n.n(r)()((function(t){return t[1]}));i.push([t.id,".flex{display:flex;align-items:center}.missing{color:#f54c3e}.translations-summary{font-weight:600;font-size:1rem}\n",""]);const o=i},45504:(t,e,n)=>{"use strict";n.r(e),n.d(e,{default:()=>o});var r=n(23645),i=n.n(r)()((function(t){return t[1]}));i.push([t.id,".fade-enter-active[data-v-6a9c6094],.fade-leave-active[data-v-6a9c6094]{transition:opacity .5s}.fade-enter[data-v-6a9c6094],.fade-leave-to[data-v-6a9c6094]{opacity:0}\n",""]);const o=i},17421:(t,e,n)=>{"use strict";n.r(e),n.d(e,{default:()=>o});var r=n(23645),i=n.n(r)()((function(t){return t[1]}));i.push([t.id,".form-group[data-v-3e1a5070]{overflow:hidden}.missing[data-v-3e1a5070]{border:1px solid #f54c3e}\n",""]);const o=i},8296:(t,e,n)=>{"use strict";n.r(e),n.d(e,{default:()=>o});var r=n(23645),i=n.n(r)()((function(t){return t[1]}));i.push([t.id,".translationTree .tree-name{margin-bottom:.9375rem}.translationTree .tree-name.active{font-weight:bold}.translationTree .tree-name.extra{color:#f54c3e}.translationTree .tree-extra-label{color:#f54c3e;text-transform:uppercase;font-size:.65rem;margin-left:auto}.translationTree .tree-extra-label-mini{background-color:#f54c3e;color:#ffffff;padding:0 0.5rem;border-radius:0.75rem;display:inline-block;font-size:.75rem;height:1.5rem;margin-left:auto}.translationTree .tree-label:hover{color:#25b9d7}.ps-loader .animated-background{height:144px !important;animation-duration:2s !important}.ps-loader .background-masker.header-left{left:0;top:16px;height:108px;width:20px}.ps-loader .background-masker.content-top{left:0;top:16px;height:20px}.ps-loader .background-masker.content-first-end{left:0;top:52px;height:20px}.ps-loader .background-masker.content-second-end{left:0;top:88px;height:20px}.ps-loader .background-masker.content-third-end{left:0;top:124px;height:20px}\n",""]);const o=i},63438:(t,e,n)=>{"use strict";n.r(e),n.d(e,{default:()=>o});var r=n(23645),i=n.n(r)()((function(t){return t[1]}));i.push([t.id,".modal-header .close[data-v-17ba2b4e]{font-size:1.2rem;color:#6c868e;opacity:1}.modal-content[data-v-17ba2b4e]{border-radius:0}\n",""]);const o=i},23645:t=>{"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var n=t(e);return e[2]?"@media ".concat(e[2]," {").concat(n,"}"):n})).join("")},e.i=function(t,n,r){"string"==typeof t&&(t=[[null,t,""]]);var i={};if(r)for(var o=0;o * Copyright OpenJS Foundation and other contributors * Released under MIT license * Based on Underscore.js 1.8.3 * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors */t=n.nmd(t),function(){var i,o="Expected a function",a="__lodash_hash_undefined__",s="__lodash_placeholder__",u=16,c=32,l=64,f=128,p=256,d=1/0,h=9007199254740991,v=NaN,m=4294967295,g=[["ary",f],["bind",1],["bindKey",2],["curry",8],["curryRight",u],["flip",512],["partial",c],["partialRight",l],["rearg",p]],y="[object Arguments]",_="[object Array]",b="[object Boolean]",w="[object Date]",x="[object Error]",T="[object Function]",C="[object GeneratorFunction]",$="[object Map]",A="[object Number]",S="[object Object]",O="[object Promise]",k="[object RegExp]",E="[object Set]",j="[object String]",P="[object Symbol]",I="[object WeakMap]",M="[object ArrayBuffer]",R="[object DataView]",N="[object Float32Array]",D="[object Float64Array]",L="[object Int8Array]",F="[object Int16Array]",U="[object Int32Array]",B="[object Uint8Array]",z="[object Uint8ClampedArray]",q="[object Uint16Array]",H="[object Uint32Array]",G=/\b__p \+= '';/g,W=/\b(__p \+=) '' \+/g,Z=/(__e\(.*?\)|\b__t\)) \+\n'';/g,V=/&(?:amp|lt|gt|quot|#39);/g,X=/[&<>"']/g,J=RegExp(V.source),K=RegExp(X.source),Y=/<%-([\s\S]+?)%>/g,Q=/<%([\s\S]+?)%>/g,tt=/<%=([\s\S]+?)%>/g,et=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,nt=/^\w*$/,rt=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,it=/[\\^$.*+?()[\]{}|]/g,ot=RegExp(it.source),at=/^\s+/,st=/\s/,ut=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,ct=/\{\n\/\* \[wrapped with (.+)\] \*/,lt=/,? & /,ft=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,pt=/[()=,{}\[\]\/\s]/,dt=/\\(\\)?/g,ht=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,vt=/\w*$/,mt=/^[-+]0x[0-9a-f]+$/i,gt=/^0b[01]+$/i,yt=/^\[object .+?Constructor\]$/,_t=/^0o[0-7]+$/i,bt=/^(?:0|[1-9]\d*)$/,wt=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,xt=/($^)/,Tt=/['\n\r\u2028\u2029\\]/g,Ct="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",$t="\\u2700-\\u27bf",At="a-z\\xdf-\\xf6\\xf8-\\xff",St="A-Z\\xc0-\\xd6\\xd8-\\xde",Ot="\\ufe0e\\ufe0f",kt="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",Et="['’]",jt="[\\ud800-\\udfff]",Pt="["+kt+"]",It="["+Ct+"]",Mt="\\d+",Rt="[\\u2700-\\u27bf]",Nt="["+At+"]",Dt="[^\\ud800-\\udfff"+kt+Mt+$t+At+St+"]",Lt="\\ud83c[\\udffb-\\udfff]",Ft="[^\\ud800-\\udfff]",Ut="(?:\\ud83c[\\udde6-\\uddff]){2}",Bt="[\\ud800-\\udbff][\\udc00-\\udfff]",zt="["+St+"]",qt="(?:"+Nt+"|"+Dt+")",Ht="(?:"+zt+"|"+Dt+")",Gt="(?:['’](?:d|ll|m|re|s|t|ve))?",Wt="(?:['’](?:D|LL|M|RE|S|T|VE))?",Zt="(?:"+It+"|"+Lt+")"+"?",Vt="[\\ufe0e\\ufe0f]?",Xt=Vt+Zt+("(?:\\u200d(?:"+[Ft,Ut,Bt].join("|")+")"+Vt+Zt+")*"),Jt="(?:"+[Rt,Ut,Bt].join("|")+")"+Xt,Kt="(?:"+[Ft+It+"?",It,Ut,Bt,jt].join("|")+")",Yt=RegExp(Et,"g"),Qt=RegExp(It,"g"),te=RegExp(Lt+"(?="+Lt+")|"+Kt+Xt,"g"),ee=RegExp([zt+"?"+Nt+"+"+Gt+"(?="+[Pt,zt,"$"].join("|")+")",Ht+"+"+Wt+"(?="+[Pt,zt+qt,"$"].join("|")+")",zt+"?"+qt+"+"+Gt,zt+"+"+Wt,"\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",Mt,Jt].join("|"),"g"),ne=RegExp("[\\u200d\\ud800-\\udfff"+Ct+Ot+"]"),re=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,ie=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],oe=-1,ae={};ae[N]=ae[D]=ae[L]=ae[F]=ae[U]=ae[B]=ae[z]=ae[q]=ae[H]=!0,ae[y]=ae[_]=ae[M]=ae[b]=ae[R]=ae[w]=ae[x]=ae[T]=ae[$]=ae[A]=ae[S]=ae[k]=ae[E]=ae[j]=ae[I]=!1;var se={};se[y]=se[_]=se[M]=se[R]=se[b]=se[w]=se[N]=se[D]=se[L]=se[F]=se[U]=se[$]=se[A]=se[S]=se[k]=se[E]=se[j]=se[P]=se[B]=se[z]=se[q]=se[H]=!0,se[x]=se[T]=se[I]=!1;var ue={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},ce=parseFloat,le=parseInt,fe="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g,pe="object"==typeof self&&self&&self.Object===Object&&self,de=fe||pe||Function("return this")(),he=e&&!e.nodeType&&e,ve=he&&t&&!t.nodeType&&t,me=ve&&ve.exports===he,ge=me&&fe.process,ye=function(){try{var t=ve&&ve.require&&ve.require("util").types;return t||ge&&ge.binding&&ge.binding("util")}catch(t){}}(),_e=ye&&ye.isArrayBuffer,be=ye&&ye.isDate,we=ye&&ye.isMap,xe=ye&&ye.isRegExp,Te=ye&&ye.isSet,Ce=ye&&ye.isTypedArray;function $e(t,e,n){switch(n.length){case 0:return t.call(e);case 1:return t.call(e,n[0]);case 2:return t.call(e,n[0],n[1]);case 3:return t.call(e,n[0],n[1],n[2])}return t.apply(e,n)}function Ae(t,e,n,r){for(var i=-1,o=null==t?0:t.length;++i-1}function Pe(t,e,n){for(var r=-1,i=null==t?0:t.length;++r-1;);return n}function en(t,e){for(var n=t.length;n--&&Be(e,t[n],0)>-1;);return n}function nn(t,e){for(var n=t.length,r=0;n--;)t[n]===e&&++r;return r}var rn=We({À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",Ç:"C",ç:"c",Ð:"D",ð:"d",È:"E",É:"E",Ê:"E",Ë:"E",è:"e",é:"e",ê:"e",ë:"e",Ì:"I",Í:"I",Î:"I",Ï:"I",ì:"i",í:"i",î:"i",ï:"i",Ñ:"N",ñ:"n",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",Ù:"U",Ú:"U",Û:"U",Ü:"U",ù:"u",ú:"u",û:"u",ü:"u",Ý:"Y",ý:"y",ÿ:"y",Æ:"Ae",æ:"ae",Þ:"Th",þ:"th",ß:"ss",Ā:"A",Ă:"A",Ą:"A",ā:"a",ă:"a",ą:"a",Ć:"C",Ĉ:"C",Ċ:"C",Č:"C",ć:"c",ĉ:"c",ċ:"c",č:"c",Ď:"D",Đ:"D",ď:"d",đ:"d",Ē:"E",Ĕ:"E",Ė:"E",Ę:"E",Ě:"E",ē:"e",ĕ:"e",ė:"e",ę:"e",ě:"e",Ĝ:"G",Ğ:"G",Ġ:"G",Ģ:"G",ĝ:"g",ğ:"g",ġ:"g",ģ:"g",Ĥ:"H",Ħ:"H",ĥ:"h",ħ:"h",Ĩ:"I",Ī:"I",Ĭ:"I",Į:"I",İ:"I",ĩ:"i",ī:"i",ĭ:"i",į:"i",ı:"i",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",ĸ:"k",Ĺ:"L",Ļ:"L",Ľ:"L",Ŀ:"L",Ł:"L",ĺ:"l",ļ:"l",ľ:"l",ŀ:"l",ł:"l",Ń:"N",Ņ:"N",Ň:"N",Ŋ:"N",ń:"n",ņ:"n",ň:"n",ŋ:"n",Ō:"O",Ŏ:"O",Ő:"O",ō:"o",ŏ:"o",ő:"o",Ŕ:"R",Ŗ:"R",Ř:"R",ŕ:"r",ŗ:"r",ř:"r",Ś:"S",Ŝ:"S",Ş:"S",Š:"S",ś:"s",ŝ:"s",ş:"s",š:"s",Ţ:"T",Ť:"T",Ŧ:"T",ţ:"t",ť:"t",ŧ:"t",Ũ:"U",Ū:"U",Ŭ:"U",Ů:"U",Ű:"U",Ų:"U",ũ:"u",ū:"u",ŭ:"u",ů:"u",ű:"u",ų:"u",Ŵ:"W",ŵ:"w",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Ź:"Z",Ż:"Z",Ž:"Z",ź:"z",ż:"z",ž:"z",IJ:"IJ",ij:"ij",Œ:"Oe",œ:"oe",ʼn:"'n",ſ:"s"}),on=We({"&":"&","<":"<",">":">",'"':""","'":"'"});function an(t){return"\\"+ue[t]}function sn(t){return ne.test(t)}function un(t){var e=-1,n=Array(t.size);return t.forEach((function(t,r){n[++e]=[r,t]})),n}function cn(t,e){return function(n){return t(e(n))}}function ln(t,e){for(var n=-1,r=t.length,i=0,o=[];++n",""":'"',"'":"'"});var gn=function t(e){var n,r=(e=null==e?de:gn.defaults(de.Object(),e,gn.pick(de,ie))).Array,st=e.Date,Ct=e.Error,$t=e.Function,At=e.Math,St=e.Object,Ot=e.RegExp,kt=e.String,Et=e.TypeError,jt=r.prototype,Pt=$t.prototype,It=St.prototype,Mt=e["__core-js_shared__"],Rt=Pt.toString,Nt=It.hasOwnProperty,Dt=0,Lt=(n=/[^.]+$/.exec(Mt&&Mt.keys&&Mt.keys.IE_PROTO||""))?"Symbol(src)_1."+n:"",Ft=It.toString,Ut=Rt.call(St),Bt=de._,zt=Ot("^"+Rt.call(Nt).replace(it,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),qt=me?e.Buffer:i,Ht=e.Symbol,Gt=e.Uint8Array,Wt=qt?qt.allocUnsafe:i,Zt=cn(St.getPrototypeOf,St),Vt=St.create,Xt=It.propertyIsEnumerable,Jt=jt.splice,Kt=Ht?Ht.isConcatSpreadable:i,te=Ht?Ht.iterator:i,ne=Ht?Ht.toStringTag:i,ue=function(){try{var t=ho(St,"defineProperty");return t({},"",{}),t}catch(t){}}(),fe=e.clearTimeout!==de.clearTimeout&&e.clearTimeout,pe=st&&st.now!==de.Date.now&&st.now,he=e.setTimeout!==de.setTimeout&&e.setTimeout,ve=At.ceil,ge=At.floor,ye=St.getOwnPropertySymbols,Le=qt?qt.isBuffer:i,We=e.isFinite,yn=jt.join,_n=cn(St.keys,St),bn=At.max,wn=At.min,xn=st.now,Tn=e.parseInt,Cn=At.random,$n=jt.reverse,An=ho(e,"DataView"),Sn=ho(e,"Map"),On=ho(e,"Promise"),kn=ho(e,"Set"),En=ho(e,"WeakMap"),jn=ho(St,"create"),Pn=En&&new En,In={},Mn=Bo(An),Rn=Bo(Sn),Nn=Bo(On),Dn=Bo(kn),Ln=Bo(En),Fn=Ht?Ht.prototype:i,Un=Fn?Fn.valueOf:i,Bn=Fn?Fn.toString:i;function zn(t){if(is(t)&&!Za(t)&&!(t instanceof Wn)){if(t instanceof Gn)return t;if(Nt.call(t,"__wrapped__"))return zo(t)}return new Gn(t)}var qn=function(){function t(){}return function(e){if(!rs(e))return{};if(Vt)return Vt(e);t.prototype=e;var n=new t;return t.prototype=i,n}}();function Hn(){}function Gn(t,e){this.__wrapped__=t,this.__actions__=[],this.__chain__=!!e,this.__index__=0,this.__values__=i}function Wn(t){this.__wrapped__=t,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=m,this.__views__=[]}function Zn(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e=e?t:e)),t}function lr(t,e,n,r,o,a){var s,u=1&e,c=2&e,l=4&e;if(n&&(s=o?n(t,r,o,a):n(t)),s!==i)return s;if(!rs(t))return t;var f=Za(t);if(f){if(s=function(t){var e=t.length,n=new t.constructor(e);e&&"string"==typeof t[0]&&Nt.call(t,"index")&&(n.index=t.index,n.input=t.input);return n}(t),!u)return ji(t,s)}else{var p=go(t),d=p==T||p==C;if(Ka(t))return $i(t,u);if(p==S||p==y||d&&!o){if(s=c||d?{}:_o(t),!u)return c?function(t,e){return Pi(t,mo(t),e)}(t,function(t,e){return t&&Pi(e,Rs(e),t)}(s,t)):function(t,e){return Pi(t,vo(t),e)}(t,ar(s,t))}else{if(!se[p])return o?t:{};s=function(t,e,n){var r=t.constructor;switch(e){case M:return Ai(t);case b:case w:return new r(+t);case R:return function(t,e){var n=e?Ai(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)}(t,n);case N:case D:case L:case F:case U:case B:case z:case q:case H:return Si(t,n);case $:case E:return new r;case A:case j:return new r(t);case k:return function(t){var e=new t.constructor(t.source,vt.exec(t));return e.lastIndex=t.lastIndex,e}(t);case P:return i=t,Un?St(Un.call(i)):{}}var i}(t,p,u)}}a||(a=new Kn);var h=a.get(t);if(h)return h;a.set(t,s),cs(t)?t.forEach((function(r){s.add(lr(r,e,n,r,t,a))})):os(t)&&t.forEach((function(r,i){s.set(i,lr(r,e,n,i,t,a))}));var v=f?i:(l?c?ao:oo:c?Rs:Ms)(t);return Se(v||t,(function(r,i){v&&(r=t[i=r]),rr(s,i,lr(r,e,n,i,t,a))})),s}function fr(t,e,n){var r=n.length;if(null==t)return!r;for(t=St(t);r--;){var o=n[r],a=e[o],s=t[o];if(s===i&&!(o in t)||!a(s))return!1}return!0}function pr(t,e,n){if("function"!=typeof t)throw new Et(o);return Mo((function(){t.apply(i,n)}),e)}function dr(t,e,n,r){var i=-1,o=je,a=!0,s=t.length,u=[],c=e.length;if(!s)return u;n&&(e=Ie(e,Ke(n))),r?(o=Pe,a=!1):e.length>=200&&(o=Qe,a=!1,e=new Jn(e));t:for(;++i-1},Vn.prototype.set=function(t,e){var n=this.__data__,r=ir(n,t);return r<0?(++this.size,n.push([t,e])):n[r][1]=e,this},Xn.prototype.clear=function(){this.size=0,this.__data__={hash:new Zn,map:new(Sn||Vn),string:new Zn}},Xn.prototype.delete=function(t){var e=fo(this,t).delete(t);return this.size-=e?1:0,e},Xn.prototype.get=function(t){return fo(this,t).get(t)},Xn.prototype.has=function(t){return fo(this,t).has(t)},Xn.prototype.set=function(t,e){var n=fo(this,t),r=n.size;return n.set(t,e),this.size+=n.size==r?0:1,this},Jn.prototype.add=Jn.prototype.push=function(t){return this.__data__.set(t,a),this},Jn.prototype.has=function(t){return this.__data__.has(t)},Kn.prototype.clear=function(){this.__data__=new Vn,this.size=0},Kn.prototype.delete=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n},Kn.prototype.get=function(t){return this.__data__.get(t)},Kn.prototype.has=function(t){return this.__data__.has(t)},Kn.prototype.set=function(t,e){var n=this.__data__;if(n instanceof Vn){var r=n.__data__;if(!Sn||r.length<199)return r.push([t,e]),this.size=++n.size,this;n=this.__data__=new Xn(r)}return n.set(t,e),this.size=n.size,this};var hr=Ri(xr),vr=Ri(Tr,!0);function mr(t,e){var n=!0;return hr(t,(function(t,r,i){return n=!!e(t,r,i)})),n}function gr(t,e,n){for(var r=-1,o=t.length;++r0&&n(s)?e>1?_r(s,e-1,n,r,i):Me(i,s):r||(i[i.length]=s)}return i}var br=Ni(),wr=Ni(!0);function xr(t,e){return t&&br(t,e,Ms)}function Tr(t,e){return t&&wr(t,e,Ms)}function Cr(t,e){return Ee(e,(function(e){return ts(t[e])}))}function $r(t,e){for(var n=0,r=(e=wi(e,t)).length;null!=t&&ne}function kr(t,e){return null!=t&&Nt.call(t,e)}function Er(t,e){return null!=t&&e in St(t)}function jr(t,e,n){for(var o=n?Pe:je,a=t[0].length,s=t.length,u=s,c=r(s),l=1/0,f=[];u--;){var p=t[u];u&&e&&(p=Ie(p,Ke(e))),l=wn(p.length,l),c[u]=!n&&(e||a>=120&&p.length>=120)?new Jn(u&&p):i}p=t[0];var d=-1,h=c[0];t:for(;++d=s?u:u*("desc"==n[r]?-1:1)}return t.index-e.index}(t,e,n)}))}function Zr(t,e,n){for(var r=-1,i=e.length,o={};++r-1;)s!==t&&Jt.call(s,u,1),Jt.call(t,u,1);return t}function Xr(t,e){for(var n=t?e.length:0,r=n-1;n--;){var i=e[n];if(n==r||i!==o){var o=i;wo(i)?Jt.call(t,i,1):di(t,i)}}return t}function Jr(t,e){return t+ge(Cn()*(e-t+1))}function Kr(t,e){var n="";if(!t||e<1||e>h)return n;do{e%2&&(n+=t),(e=ge(e/2))&&(t+=t)}while(e);return n}function Yr(t,e){return Ro(ko(t,e,au),t+"")}function Qr(t){return Qn(qs(t))}function ti(t,e){var n=qs(t);return Lo(n,cr(e,0,n.length))}function ei(t,e,n,r){if(!rs(t))return t;for(var o=-1,a=(e=wi(e,t)).length,s=a-1,u=t;null!=u&&++oo?0:o+e),(n=n>o?o:n)<0&&(n+=o),o=e>n?0:n-e>>>0,e>>>=0;for(var a=r(o);++i>>1,a=t[o];null!==a&&!fs(a)&&(n?a<=e:a=200){var c=e?null:Ki(t);if(c)return fn(c);a=!1,i=Qe,u=new Jn}else u=e?[]:s;t:for(;++r=r?t:oi(t,e,n)}var Ci=fe||function(t){return de.clearTimeout(t)};function $i(t,e){if(e)return t.slice();var n=t.length,r=Wt?Wt(n):new t.constructor(n);return t.copy(r),r}function Ai(t){var e=new t.constructor(t.byteLength);return new Gt(e).set(new Gt(t)),e}function Si(t,e){var n=e?Ai(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)}function Oi(t,e){if(t!==e){var n=t!==i,r=null===t,o=t==t,a=fs(t),s=e!==i,u=null===e,c=e==e,l=fs(e);if(!u&&!l&&!a&&t>e||a&&s&&c&&!u&&!l||r&&s&&c||!n&&c||!o)return 1;if(!r&&!a&&!l&&t1?n[o-1]:i,s=o>2?n[2]:i;for(a=t.length>3&&"function"==typeof a?(o--,a):i,s&&xo(n[0],n[1],s)&&(a=o<3?i:a,o=1),e=St(e);++r-1?o[a?e[s]:s]:i}}function Bi(t){return io((function(e){var n=e.length,r=n,a=Gn.prototype.thru;for(t&&e.reverse();r--;){var s=e[r];if("function"!=typeof s)throw new Et(o);if(a&&!u&&"wrapper"==uo(s))var u=new Gn([],!0)}for(r=u?r:n;++r1&&_.reverse(),d&&lu))return!1;var l=a.get(t),f=a.get(e);if(l&&f)return l==e&&f==t;var p=-1,d=!0,h=2&n?new Jn:i;for(a.set(t,e),a.set(e,t);++p-1&&t%1==0&&t1?"& ":"")+e[r],e=e.join(n>2?", ":" "),t.replace(ut,"{\n/* [wrapped with "+e+"] */\n")}(r,function(t,e){return Se(g,(function(n){var r="_."+n[0];e&n[1]&&!je(t,r)&&t.push(r)})),t.sort()}(function(t){var e=t.match(ct);return e?e[1].split(lt):[]}(r),n)))}function Do(t){var e=0,n=0;return function(){var r=xn(),o=16-(r-n);if(n=r,o>0){if(++e>=800)return arguments[0]}else e=0;return t.apply(i,arguments)}}function Lo(t,e){var n=-1,r=t.length,o=r-1;for(e=e===i?r:e;++n1?t[e-1]:i;return n="function"==typeof n?(t.pop(),n):i,ua(t,n)}));function va(t){var e=zn(t);return e.__chain__=!0,e}function ma(t,e){return e(t)}var ga=io((function(t){var e=t.length,n=e?t[0]:0,r=this.__wrapped__,o=function(e){return ur(e,t)};return!(e>1||this.__actions__.length)&&r instanceof Wn&&wo(n)?((r=r.slice(n,+n+(e?1:0))).__actions__.push({func:ma,args:[o],thisArg:i}),new Gn(r,this.__chain__).thru((function(t){return e&&!t.length&&t.push(i),t}))):this.thru(o)}));var ya=Ii((function(t,e,n){Nt.call(t,n)?++t[n]:sr(t,n,1)}));var _a=Ui(Wo),ba=Ui(Zo);function wa(t,e){return(Za(t)?Se:hr)(t,lo(e,3))}function xa(t,e){return(Za(t)?Oe:vr)(t,lo(e,3))}var Ta=Ii((function(t,e,n){Nt.call(t,n)?t[n].push(e):sr(t,n,[e])}));var Ca=Yr((function(t,e,n){var i=-1,o="function"==typeof e,a=Xa(t)?r(t.length):[];return hr(t,(function(t){a[++i]=o?$e(e,t,n):Pr(t,e,n)})),a})),$a=Ii((function(t,e,n){sr(t,n,e)}));function Aa(t,e){return(Za(t)?Ie:Br)(t,lo(e,3))}var Sa=Ii((function(t,e,n){t[n?0:1].push(e)}),(function(){return[[],[]]}));var Oa=Yr((function(t,e){if(null==t)return[];var n=e.length;return n>1&&xo(t,e[0],e[1])?e=[]:n>2&&xo(e[0],e[1],e[2])&&(e=[e[0]]),Wr(t,_r(e,1),[])})),ka=pe||function(){return de.Date.now()};function Ea(t,e,n){return e=n?i:e,e=t&&null==e?t.length:e,Qi(t,f,i,i,i,i,e)}function ja(t,e){var n;if("function"!=typeof e)throw new Et(o);return t=gs(t),function(){return--t>0&&(n=e.apply(this,arguments)),t<=1&&(e=i),n}}var Pa=Yr((function(t,e,n){var r=1;if(n.length){var i=ln(n,co(Pa));r|=c}return Qi(t,r,e,n,i)})),Ia=Yr((function(t,e,n){var r=3;if(n.length){var i=ln(n,co(Ia));r|=c}return Qi(e,r,t,n,i)}));function Ma(t,e,n){var r,a,s,u,c,l,f=0,p=!1,d=!1,h=!0;if("function"!=typeof t)throw new Et(o);function v(e){var n=r,o=a;return r=a=i,f=e,u=t.apply(o,n)}function m(t){return f=t,c=Mo(y,e),p?v(t):u}function g(t){var n=t-l;return l===i||n>=e||n<0||d&&t-f>=s}function y(){var t=ka();if(g(t))return _(t);c=Mo(y,function(t){var n=e-(t-l);return d?wn(n,s-(t-f)):n}(t))}function _(t){return c=i,h&&r?v(t):(r=a=i,u)}function b(){var t=ka(),n=g(t);if(r=arguments,a=this,l=t,n){if(c===i)return m(l);if(d)return Ci(c),c=Mo(y,e),v(l)}return c===i&&(c=Mo(y,e)),u}return e=_s(e)||0,rs(n)&&(p=!!n.leading,s=(d="maxWait"in n)?bn(_s(n.maxWait)||0,e):s,h="trailing"in n?!!n.trailing:h),b.cancel=function(){c!==i&&Ci(c),f=0,r=l=a=c=i},b.flush=function(){return c===i?u:_(ka())},b}var Ra=Yr((function(t,e){return pr(t,1,e)})),Na=Yr((function(t,e,n){return pr(t,_s(e)||0,n)}));function Da(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new Et(o);var n=function(){var r=arguments,i=e?e.apply(this,r):r[0],o=n.cache;if(o.has(i))return o.get(i);var a=t.apply(this,r);return n.cache=o.set(i,a)||o,a};return n.cache=new(Da.Cache||Xn),n}function La(t){if("function"!=typeof t)throw new Et(o);return function(){var e=arguments;switch(e.length){case 0:return!t.call(this);case 1:return!t.call(this,e[0]);case 2:return!t.call(this,e[0],e[1]);case 3:return!t.call(this,e[0],e[1],e[2])}return!t.apply(this,e)}}Da.Cache=Xn;var Fa=xi((function(t,e){var n=(e=1==e.length&&Za(e[0])?Ie(e[0],Ke(lo())):Ie(_r(e,1),Ke(lo()))).length;return Yr((function(r){for(var i=-1,o=wn(r.length,n);++i=e})),Wa=Ir(function(){return arguments}())?Ir:function(t){return is(t)&&Nt.call(t,"callee")&&!Xt.call(t,"callee")},Za=r.isArray,Va=_e?Ke(_e):function(t){return is(t)&&Sr(t)==M};function Xa(t){return null!=t&&ns(t.length)&&!ts(t)}function Ja(t){return is(t)&&Xa(t)}var Ka=Le||_u,Ya=be?Ke(be):function(t){return is(t)&&Sr(t)==w};function Qa(t){if(!is(t))return!1;var e=Sr(t);return e==x||"[object DOMException]"==e||"string"==typeof t.message&&"string"==typeof t.name&&!ss(t)}function ts(t){if(!rs(t))return!1;var e=Sr(t);return e==T||e==C||"[object AsyncFunction]"==e||"[object Proxy]"==e}function es(t){return"number"==typeof t&&t==gs(t)}function ns(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=h}function rs(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)}function is(t){return null!=t&&"object"==typeof t}var os=we?Ke(we):function(t){return is(t)&&go(t)==$};function as(t){return"number"==typeof t||is(t)&&Sr(t)==A}function ss(t){if(!is(t)||Sr(t)!=S)return!1;var e=Zt(t);if(null===e)return!0;var n=Nt.call(e,"constructor")&&e.constructor;return"function"==typeof n&&n instanceof n&&Rt.call(n)==Ut}var us=xe?Ke(xe):function(t){return is(t)&&Sr(t)==k};var cs=Te?Ke(Te):function(t){return is(t)&&go(t)==E};function ls(t){return"string"==typeof t||!Za(t)&&is(t)&&Sr(t)==j}function fs(t){return"symbol"==typeof t||is(t)&&Sr(t)==P}var ps=Ce?Ke(Ce):function(t){return is(t)&&ns(t.length)&&!!ae[Sr(t)]};var ds=Vi(Ur),hs=Vi((function(t,e){return t<=e}));function vs(t){if(!t)return[];if(Xa(t))return ls(t)?hn(t):ji(t);if(te&&t[te])return function(t){for(var e,n=[];!(e=t.next()).done;)n.push(e.value);return n}(t[te]());var e=go(t);return(e==$?un:e==E?fn:qs)(t)}function ms(t){return t?(t=_s(t))===d||t===-1/0?17976931348623157e292*(t<0?-1:1):t==t?t:0:0===t?t:0}function gs(t){var e=ms(t),n=e%1;return e==e?n?e-n:e:0}function ys(t){return t?cr(gs(t),0,m):0}function _s(t){if("number"==typeof t)return t;if(fs(t))return v;if(rs(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=rs(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=Je(t);var n=gt.test(t);return n||_t.test(t)?le(t.slice(2),n?2:8):mt.test(t)?v:+t}function bs(t){return Pi(t,Rs(t))}function ws(t){return null==t?"":fi(t)}var xs=Mi((function(t,e){if(Ao(e)||Xa(e))Pi(e,Ms(e),t);else for(var n in e)Nt.call(e,n)&&rr(t,n,e[n])})),Ts=Mi((function(t,e){Pi(e,Rs(e),t)})),Cs=Mi((function(t,e,n,r){Pi(e,Rs(e),t,r)})),$s=Mi((function(t,e,n,r){Pi(e,Ms(e),t,r)})),As=io(ur);var Ss=Yr((function(t,e){t=St(t);var n=-1,r=e.length,o=r>2?e[2]:i;for(o&&xo(e[0],e[1],o)&&(r=1);++n1),e})),Pi(t,ao(t),n),r&&(n=lr(n,7,no));for(var i=e.length;i--;)di(n,e[i]);return n}));var Fs=io((function(t,e){return null==t?{}:function(t,e){return Zr(t,e,(function(e,n){return Es(t,n)}))}(t,e)}));function Us(t,e){if(null==t)return{};var n=Ie(ao(t),(function(t){return[t]}));return e=lo(e),Zr(t,n,(function(t,n){return e(t,n[0])}))}var Bs=Yi(Ms),zs=Yi(Rs);function qs(t){return null==t?[]:Ye(t,Ms(t))}var Hs=Li((function(t,e,n){return e=e.toLowerCase(),t+(n?Gs(e):e)}));function Gs(t){return Qs(ws(t).toLowerCase())}function Ws(t){return(t=ws(t))&&t.replace(wt,rn).replace(Qt,"")}var Zs=Li((function(t,e,n){return t+(n?"-":"")+e.toLowerCase()})),Vs=Li((function(t,e,n){return t+(n?" ":"")+e.toLowerCase()})),Xs=Di("toLowerCase");var Js=Li((function(t,e,n){return t+(n?"_":"")+e.toLowerCase()}));var Ks=Li((function(t,e,n){return t+(n?" ":"")+Qs(e)}));var Ys=Li((function(t,e,n){return t+(n?" ":"")+e.toUpperCase()})),Qs=Di("toUpperCase");function tu(t,e,n){return t=ws(t),(e=n?i:e)===i?function(t){return re.test(t)}(t)?function(t){return t.match(ee)||[]}(t):function(t){return t.match(ft)||[]}(t):t.match(e)||[]}var eu=Yr((function(t,e){try{return $e(t,i,e)}catch(t){return Qa(t)?t:new Ct(t)}})),nu=io((function(t,e){return Se(e,(function(e){e=Uo(e),sr(t,e,Pa(t[e],t))})),t}));function ru(t){return function(){return t}}var iu=Bi(),ou=Bi(!0);function au(t){return t}function su(t){return Dr("function"==typeof t?t:lr(t,1))}var uu=Yr((function(t,e){return function(n){return Pr(n,t,e)}})),cu=Yr((function(t,e){return function(n){return Pr(t,n,e)}}));function lu(t,e,n){var r=Ms(e),i=Cr(e,r);null!=n||rs(e)&&(i.length||!r.length)||(n=e,e=t,t=this,i=Cr(e,Ms(e)));var o=!(rs(n)&&"chain"in n&&!n.chain),a=ts(t);return Se(i,(function(n){var r=e[n];t[n]=r,a&&(t.prototype[n]=function(){var e=this.__chain__;if(o||e){var n=t(this.__wrapped__),i=n.__actions__=ji(this.__actions__);return i.push({func:r,args:arguments,thisArg:t}),n.__chain__=e,n}return r.apply(t,Me([this.value()],arguments))})})),t}function fu(){}var pu=Gi(Ie),du=Gi(ke),hu=Gi(De);function vu(t){return To(t)?Ge(Uo(t)):function(t){return function(e){return $r(e,t)}}(t)}var mu=Zi(),gu=Zi(!0);function yu(){return[]}function _u(){return!1}var bu=Hi((function(t,e){return t+e}),0),wu=Ji("ceil"),xu=Hi((function(t,e){return t/e}),1),Tu=Ji("floor");var Cu,$u=Hi((function(t,e){return t*e}),1),Au=Ji("round"),Su=Hi((function(t,e){return t-e}),0);return zn.after=function(t,e){if("function"!=typeof e)throw new Et(o);return t=gs(t),function(){if(--t<1)return e.apply(this,arguments)}},zn.ary=Ea,zn.assign=xs,zn.assignIn=Ts,zn.assignInWith=Cs,zn.assignWith=$s,zn.at=As,zn.before=ja,zn.bind=Pa,zn.bindAll=nu,zn.bindKey=Ia,zn.castArray=function(){if(!arguments.length)return[];var t=arguments[0];return Za(t)?t:[t]},zn.chain=va,zn.chunk=function(t,e,n){e=(n?xo(t,e,n):e===i)?1:bn(gs(e),0);var o=null==t?0:t.length;if(!o||e<1)return[];for(var a=0,s=0,u=r(ve(o/e));ao?0:o+n),(r=r===i||r>o?o:gs(r))<0&&(r+=o),r=n>r?0:ys(r);n>>0)?(t=ws(t))&&("string"==typeof e||null!=e&&!us(e))&&!(e=fi(e))&&sn(t)?Ti(hn(t),0,n):t.split(e,n):[]},zn.spread=function(t,e){if("function"!=typeof t)throw new Et(o);return e=null==e?0:bn(gs(e),0),Yr((function(n){var r=n[e],i=Ti(n,0,e);return r&&Me(i,r),$e(t,this,i)}))},zn.tail=function(t){var e=null==t?0:t.length;return e?oi(t,1,e):[]},zn.take=function(t,e,n){return t&&t.length?oi(t,0,(e=n||e===i?1:gs(e))<0?0:e):[]},zn.takeRight=function(t,e,n){var r=null==t?0:t.length;return r?oi(t,(e=r-(e=n||e===i?1:gs(e)))<0?0:e,r):[]},zn.takeRightWhile=function(t,e){return t&&t.length?vi(t,lo(e,3),!1,!0):[]},zn.takeWhile=function(t,e){return t&&t.length?vi(t,lo(e,3)):[]},zn.tap=function(t,e){return e(t),t},zn.throttle=function(t,e,n){var r=!0,i=!0;if("function"!=typeof t)throw new Et(o);return rs(n)&&(r="leading"in n?!!n.leading:r,i="trailing"in n?!!n.trailing:i),Ma(t,e,{leading:r,maxWait:e,trailing:i})},zn.thru=ma,zn.toArray=vs,zn.toPairs=Bs,zn.toPairsIn=zs,zn.toPath=function(t){return Za(t)?Ie(t,Uo):fs(t)?[t]:ji(Fo(ws(t)))},zn.toPlainObject=bs,zn.transform=function(t,e,n){var r=Za(t),i=r||Ka(t)||ps(t);if(e=lo(e,4),null==n){var o=t&&t.constructor;n=i?r?new o:[]:rs(t)&&ts(o)?qn(Zt(t)):{}}return(i?Se:xr)(t,(function(t,r,i){return e(n,t,r,i)})),n},zn.unary=function(t){return Ea(t,1)},zn.union=ia,zn.unionBy=oa,zn.unionWith=aa,zn.uniq=function(t){return t&&t.length?pi(t):[]},zn.uniqBy=function(t,e){return t&&t.length?pi(t,lo(e,2)):[]},zn.uniqWith=function(t,e){return e="function"==typeof e?e:i,t&&t.length?pi(t,i,e):[]},zn.unset=function(t,e){return null==t||di(t,e)},zn.unzip=sa,zn.unzipWith=ua,zn.update=function(t,e,n){return null==t?t:hi(t,e,bi(n))},zn.updateWith=function(t,e,n,r){return r="function"==typeof r?r:i,null==t?t:hi(t,e,bi(n),r)},zn.values=qs,zn.valuesIn=function(t){return null==t?[]:Ye(t,Rs(t))},zn.without=ca,zn.words=tu,zn.wrap=function(t,e){return Ua(bi(e),t)},zn.xor=la,zn.xorBy=fa,zn.xorWith=pa,zn.zip=da,zn.zipObject=function(t,e){return yi(t||[],e||[],rr)},zn.zipObjectDeep=function(t,e){return yi(t||[],e||[],ei)},zn.zipWith=ha,zn.entries=Bs,zn.entriesIn=zs,zn.extend=Ts,zn.extendWith=Cs,lu(zn,zn),zn.add=bu,zn.attempt=eu,zn.camelCase=Hs,zn.capitalize=Gs,zn.ceil=wu,zn.clamp=function(t,e,n){return n===i&&(n=e,e=i),n!==i&&(n=(n=_s(n))==n?n:0),e!==i&&(e=(e=_s(e))==e?e:0),cr(_s(t),e,n)},zn.clone=function(t){return lr(t,4)},zn.cloneDeep=function(t){return lr(t,5)},zn.cloneDeepWith=function(t,e){return lr(t,5,e="function"==typeof e?e:i)},zn.cloneWith=function(t,e){return lr(t,4,e="function"==typeof e?e:i)},zn.conformsTo=function(t,e){return null==e||fr(t,e,Ms(e))},zn.deburr=Ws,zn.defaultTo=function(t,e){return null==t||t!=t?e:t},zn.divide=xu,zn.endsWith=function(t,e,n){t=ws(t),e=fi(e);var r=t.length,o=n=n===i?r:cr(gs(n),0,r);return(n-=e.length)>=0&&t.slice(n,o)==e},zn.eq=qa,zn.escape=function(t){return(t=ws(t))&&K.test(t)?t.replace(X,on):t},zn.escapeRegExp=function(t){return(t=ws(t))&&ot.test(t)?t.replace(it,"\\$&"):t},zn.every=function(t,e,n){var r=Za(t)?ke:mr;return n&&xo(t,e,n)&&(e=i),r(t,lo(e,3))},zn.find=_a,zn.findIndex=Wo,zn.findKey=function(t,e){return Fe(t,lo(e,3),xr)},zn.findLast=ba,zn.findLastIndex=Zo,zn.findLastKey=function(t,e){return Fe(t,lo(e,3),Tr)},zn.floor=Tu,zn.forEach=wa,zn.forEachRight=xa,zn.forIn=function(t,e){return null==t?t:br(t,lo(e,3),Rs)},zn.forInRight=function(t,e){return null==t?t:wr(t,lo(e,3),Rs)},zn.forOwn=function(t,e){return t&&xr(t,lo(e,3))},zn.forOwnRight=function(t,e){return t&&Tr(t,lo(e,3))},zn.get=ks,zn.gt=Ha,zn.gte=Ga,zn.has=function(t,e){return null!=t&&yo(t,e,kr)},zn.hasIn=Es,zn.head=Xo,zn.identity=au,zn.includes=function(t,e,n,r){t=Xa(t)?t:qs(t),n=n&&!r?gs(n):0;var i=t.length;return n<0&&(n=bn(i+n,0)),ls(t)?n<=i&&t.indexOf(e,n)>-1:!!i&&Be(t,e,n)>-1},zn.indexOf=function(t,e,n){var r=null==t?0:t.length;if(!r)return-1;var i=null==n?0:gs(n);return i<0&&(i=bn(r+i,0)),Be(t,e,i)},zn.inRange=function(t,e,n){return e=ms(e),n===i?(n=e,e=0):n=ms(n),function(t,e,n){return t>=wn(e,n)&&t=-9007199254740991&&t<=h},zn.isSet=cs,zn.isString=ls,zn.isSymbol=fs,zn.isTypedArray=ps,zn.isUndefined=function(t){return t===i},zn.isWeakMap=function(t){return is(t)&&go(t)==I},zn.isWeakSet=function(t){return is(t)&&"[object WeakSet]"==Sr(t)},zn.join=function(t,e){return null==t?"":yn.call(t,e)},zn.kebabCase=Zs,zn.last=Qo,zn.lastIndexOf=function(t,e,n){var r=null==t?0:t.length;if(!r)return-1;var o=r;return n!==i&&(o=(o=gs(n))<0?bn(r+o,0):wn(o,r-1)),e==e?function(t,e,n){for(var r=n+1;r--;)if(t[r]===e)return r;return r}(t,e,o):Ue(t,qe,o,!0)},zn.lowerCase=Vs,zn.lowerFirst=Xs,zn.lt=ds,zn.lte=hs,zn.max=function(t){return t&&t.length?gr(t,au,Or):i},zn.maxBy=function(t,e){return t&&t.length?gr(t,lo(e,2),Or):i},zn.mean=function(t){return He(t,au)},zn.meanBy=function(t,e){return He(t,lo(e,2))},zn.min=function(t){return t&&t.length?gr(t,au,Ur):i},zn.minBy=function(t,e){return t&&t.length?gr(t,lo(e,2),Ur):i},zn.stubArray=yu,zn.stubFalse=_u,zn.stubObject=function(){return{}},zn.stubString=function(){return""},zn.stubTrue=function(){return!0},zn.multiply=$u,zn.nth=function(t,e){return t&&t.length?Gr(t,gs(e)):i},zn.noConflict=function(){return de._===this&&(de._=Bt),this},zn.noop=fu,zn.now=ka,zn.pad=function(t,e,n){t=ws(t);var r=(e=gs(e))?dn(t):0;if(!e||r>=e)return t;var i=(e-r)/2;return Wi(ge(i),n)+t+Wi(ve(i),n)},zn.padEnd=function(t,e,n){t=ws(t);var r=(e=gs(e))?dn(t):0;return e&&re){var r=t;t=e,e=r}if(n||t%1||e%1){var o=Cn();return wn(t+o*(e-t+ce("1e-"+((o+"").length-1))),e)}return Jr(t,e)},zn.reduce=function(t,e,n){var r=Za(t)?Re:Ze,i=arguments.length<3;return r(t,lo(e,4),n,i,hr)},zn.reduceRight=function(t,e,n){var r=Za(t)?Ne:Ze,i=arguments.length<3;return r(t,lo(e,4),n,i,vr)},zn.repeat=function(t,e,n){return e=(n?xo(t,e,n):e===i)?1:gs(e),Kr(ws(t),e)},zn.replace=function(){var t=arguments,e=ws(t[0]);return t.length<3?e:e.replace(t[1],t[2])},zn.result=function(t,e,n){var r=-1,o=(e=wi(e,t)).length;for(o||(o=1,t=i);++rh)return[];var n=m,r=wn(t,m);e=lo(e),t-=m;for(var i=Xe(r,e);++n=a)return t;var u=n-dn(r);if(u<1)return r;var c=s?Ti(s,0,u).join(""):t.slice(0,u);if(o===i)return c+r;if(s&&(u+=c.length-u),us(o)){if(t.slice(u).search(o)){var l,f=c;for(o.global||(o=Ot(o.source,ws(vt.exec(o))+"g")),o.lastIndex=0;l=o.exec(f);)var p=l.index;c=c.slice(0,p===i?u:p)}}else if(t.indexOf(fi(o),u)!=u){var d=c.lastIndexOf(o);d>-1&&(c=c.slice(0,d))}return c+r},zn.unescape=function(t){return(t=ws(t))&&J.test(t)?t.replace(V,mn):t},zn.uniqueId=function(t){var e=++Dt;return ws(t)+e},zn.upperCase=Ys,zn.upperFirst=Qs,zn.each=wa,zn.eachRight=xa,zn.first=Xo,lu(zn,(Cu={},xr(zn,(function(t,e){Nt.call(zn.prototype,e)||(Cu[e]=t)})),Cu),{chain:!1}),zn.VERSION="4.17.21",Se(["bind","bindKey","curry","curryRight","partial","partialRight"],(function(t){zn[t].placeholder=zn})),Se(["drop","take"],(function(t,e){Wn.prototype[t]=function(n){n=n===i?1:bn(gs(n),0);var r=this.__filtered__&&!e?new Wn(this):this.clone();return r.__filtered__?r.__takeCount__=wn(n,r.__takeCount__):r.__views__.push({size:wn(n,m),type:t+(r.__dir__<0?"Right":"")}),r},Wn.prototype[t+"Right"]=function(e){return this.reverse()[t](e).reverse()}})),Se(["filter","map","takeWhile"],(function(t,e){var n=e+1,r=1==n||3==n;Wn.prototype[t]=function(t){var e=this.clone();return e.__iteratees__.push({iteratee:lo(t,3),type:n}),e.__filtered__=e.__filtered__||r,e}})),Se(["head","last"],(function(t,e){var n="take"+(e?"Right":"");Wn.prototype[t]=function(){return this[n](1).value()[0]}})),Se(["initial","tail"],(function(t,e){var n="drop"+(e?"":"Right");Wn.prototype[t]=function(){return this.__filtered__?new Wn(this):this[n](1)}})),Wn.prototype.compact=function(){return this.filter(au)},Wn.prototype.find=function(t){return this.filter(t).head()},Wn.prototype.findLast=function(t){return this.reverse().find(t)},Wn.prototype.invokeMap=Yr((function(t,e){return"function"==typeof t?new Wn(this):this.map((function(n){return Pr(n,t,e)}))})),Wn.prototype.reject=function(t){return this.filter(La(lo(t)))},Wn.prototype.slice=function(t,e){t=gs(t);var n=this;return n.__filtered__&&(t>0||e<0)?new Wn(n):(t<0?n=n.takeRight(-t):t&&(n=n.drop(t)),e!==i&&(n=(e=gs(e))<0?n.dropRight(-e):n.take(e-t)),n)},Wn.prototype.takeRightWhile=function(t){return this.reverse().takeWhile(t).reverse()},Wn.prototype.toArray=function(){return this.take(m)},xr(Wn.prototype,(function(t,e){var n=/^(?:filter|find|map|reject)|While$/.test(e),r=/^(?:head|last)$/.test(e),o=zn[r?"take"+("last"==e?"Right":""):e],a=r||/^find/.test(e);o&&(zn.prototype[e]=function(){var e=this.__wrapped__,s=r?[1]:arguments,u=e instanceof Wn,c=s[0],l=u||Za(e),f=function(t){var e=o.apply(zn,Me([t],s));return r&&p?e[0]:e};l&&n&&"function"==typeof c&&1!=c.length&&(u=l=!1);var p=this.__chain__,d=!!this.__actions__.length,h=a&&!p,v=u&&!d;if(!a&&l){e=v?e:new Wn(this);var m=t.apply(e,s);return m.__actions__.push({func:ma,args:[f],thisArg:i}),new Gn(m,p)}return h&&v?t.apply(this,s):(m=this.thru(f),h?r?m.value()[0]:m.value():m)})})),Se(["pop","push","shift","sort","splice","unshift"],(function(t){var e=jt[t],n=/^(?:push|sort|unshift)$/.test(t)?"tap":"thru",r=/^(?:pop|shift)$/.test(t);zn.prototype[t]=function(){var t=arguments;if(r&&!this.__chain__){var i=this.value();return e.apply(Za(i)?i:[],t)}return this[n]((function(n){return e.apply(Za(n)?n:[],t)}))}})),xr(Wn.prototype,(function(t,e){var n=zn[e];if(n){var r=n.name+"";Nt.call(In,r)||(In[r]=[]),In[r].push({name:e,func:n})}})),In[zi(i,2).name]=[{name:"wrapper",func:i}],Wn.prototype.clone=function(){var t=new Wn(this.__wrapped__);return t.__actions__=ji(this.__actions__),t.__dir__=this.__dir__,t.__filtered__=this.__filtered__,t.__iteratees__=ji(this.__iteratees__),t.__takeCount__=this.__takeCount__,t.__views__=ji(this.__views__),t},Wn.prototype.reverse=function(){if(this.__filtered__){var t=new Wn(this);t.__dir__=-1,t.__filtered__=!0}else(t=this.clone()).__dir__*=-1;return t},Wn.prototype.value=function(){var t=this.__wrapped__.value(),e=this.__dir__,n=Za(t),r=e<0,i=n?t.length:0,o=function(t,e,n){var r=-1,i=n.length;for(;++r=this.__values__.length;return{done:t,value:t?i:this.__values__[this.__index__++]}},zn.prototype.plant=function(t){for(var e,n=this;n instanceof Hn;){var r=zo(n);r.__index__=0,r.__values__=i,e?o.__wrapped__=r:e=r;var o=r;n=n.__wrapped__}return o.__wrapped__=t,e},zn.prototype.reverse=function(){var t=this.__wrapped__;if(t instanceof Wn){var e=t;return this.__actions__.length&&(e=new Wn(this)),(e=e.reverse()).__actions__.push({func:ma,args:[ra],thisArg:i}),new Gn(e,this.__chain__)}return this.thru(ra)},zn.prototype.toJSON=zn.prototype.valueOf=zn.prototype.value=function(){return mi(this.__wrapped__,this.__actions__)},zn.prototype.first=zn.prototype.head,te&&(zn.prototype[te]=function(){return this}),zn}();de._=gn,(r=function(){return gn}.call(e,n,e,t))===i||(t.exports=r)}.call(this)},3830:(t,e,n)=>{"use strict";n.r(e),n.d(e,{__esModule:()=>i.X,default:()=>s});var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.isReady?n("div",{staticClass:"translations-app",attrs:{id:"app"}},[n("div",{staticClass:"container-fluid"},[n("div",{staticClass:"row justify-content-between align-items-center"},[n("Search",{on:{search:t.onSearch}}),t._v(" "),n("div",{staticClass:"translations-summary"},[n("span",[t._v(t._s(t.totalTranslations))]),t._v(" "),n("span",{directives:[{name:"show",rawName:"v-show",value:t.totalMissingTranslations,expression:"totalMissingTranslations"}]},[t._v("\n -\n "),n("span",{staticClass:"missing"},[t._v(t._s(t.totalMissingTranslationsString))])])])],1),t._v(" "),n("div",{staticClass:"row"},[n("Sidebar",{attrs:{modal:this.$refs.transModal,principal:this.$refs.principal}}),t._v(" "),n("Principal",{ref:"principal",attrs:{modal:this.$refs.transModal}})],1)]),t._v(" "),n("PSModal",{ref:"transModal",attrs:{translations:t.translations}})],1):t._e()};r._withStripped=!0;var i=n(57274);const o=i.Z;n(59757);var a=(0,n(51900).Z)(o,r,[],!1,null,null,null);a.options.__file="js/app/pages/translations/components/app.vue";const s=a.exports},92181:(t,e,n)=>{"use strict";n.r(e),n.d(e,{__esModule:()=>i.X,default:()=>s});var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"col-md-8 mb-4",attrs:{id:"search"}},[n("form",{staticClass:"search-form",on:{submit:function(t){t.preventDefault()}}},[n("label",[t._v(t._s(t.trans("search_label")))]),t._v(" "),n("div",{staticClass:"input-group"},[n("PSTags",{ref:"psTags",attrs:{tags:t.tags,placeholder:t.trans("search_placeholder")},on:{tagChange:t.onSearch}}),t._v(" "),n("div",{staticClass:"input-group-append"},[n("PSButton",{staticClass:"search-button",attrs:{primary:!0},on:{click:t.onClick}},[n("i",{staticClass:"material-icons"},[t._v("search")]),t._v("\n "+t._s(t.trans("button_search"))+"\n ")])],1)],1)])])};r._withStripped=!0;var i=n(19390);const o=i.Z;var a=(0,n(51900).Z)(o,r,[],!1,null,null,null);a.options.__file="js/app/pages/translations/components/header/search.vue";const s=a.exports},7900:(t,e,n)=>{"use strict";n.r(e),n.d(e,{__esModule:()=>i.X,default:()=>s});var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("transition",{attrs:{name:"fade"}},[t.principalReady?n("div",{staticClass:"col-sm-9 card"},[n("div",{staticClass:"p-3 translations-wrapper"},[t.noResult?n("PSAlert",{attrs:{"alert-type":"ALERT_TYPE_WARNING","has-close":!1}},[t._v("\n "+t._s(t.noResultInfo)+"\n ")]):n("div",{staticClass:"translations-catalog row p-0"},[t.searchActive?n("PSAlert",{staticClass:"col-sm-12",attrs:{"alert-type":"ALERT_TYPE_INFO","has-close":!1}},[t._v("\n "+t._s(t.searchInfo)+"\n ")]):t._e(),t._v(" "),n("div",{staticClass:"col-sm-8 pt-3"},[n("h3",{staticClass:"domain-info"},[n("span",[t._v(t._s(t.currentDomain))]),t._v(" "),n("span",[t._v(t._s(t.currentDomainTotalTranslations))]),t._v(" "),n("span",{directives:[{name:"show",rawName:"v-show",value:t.currentDomainTotalMissingTranslations,expression:"currentDomainTotalMissingTranslations"}]},[t._v(" - "),n("span",{staticClass:"missing"},[t._v(t._s(t.currentDomainTotalMissingTranslationsString))])])])]),t._v(" "),n("div",{staticClass:"col-sm-4"},[n("PSPagination",{staticClass:"float-sm-right",attrs:{"current-index":t.currentPagination,"pages-count":t.pagesCount},on:{pageChanged:t.onPageChanged}})],1),t._v(" "),n("form",{staticClass:"col-sm-12",attrs:{method:"post",action:t.saveAction,isEdited:t.isEdited},on:{submit:function(e){return e.preventDefault(),t.saveTranslations(e)}}},[n("div",{staticClass:"row"},[n("div",{staticClass:"col-sm-12 mb-2"},[n("PSButton",{staticClass:"float-sm-right",attrs:{primary:!0,type:"submit"}},[t._v("\n "+t._s(t.trans("button_save"))+"\n ")])],1)]),t._v(" "),t._l(t.translationsCatalog,(function(e,r){return n("TranslationInput",{key:r,attrs:{id:r,translated:e,label:e.default,"extra-info":t.getDomain(e.tree_domain)},on:{editedAction:t.isEdited}})})),t._v(" "),n("div",{staticClass:"row"},[n("div",{staticClass:"col-sm-12"},[n("PSButton",{staticClass:"float-sm-right mt-3",attrs:{primary:!0,type:"submit"}},[t._v("\n "+t._s(t.trans("button_save"))+"\n ")])],1)])],2),t._v(" "),n("div",{staticClass:"col-sm-12"},[n("PSPagination",{attrs:{"current-index":t.currentPagination,"pages-count":t.pagesCount},on:{pageChanged:t.onPageChanged}})],1)],1)],1)]):t._e()])};r._withStripped=!0;var i=n(75410);const o=i.Z;n(72939);var a=(0,n(51900).Z)(o,r,[],!1,null,"6a9c6094",null);a.options.__file="js/app/pages/translations/components/principal/index.vue";const s=a.exports},39494:(t,e,n)=>{"use strict";n.r(e),n.d(e,{__esModule:()=>i.X,default:()=>s});var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"form-group"},[n("label",[t._v(t._s(t.label))]),t._v(" "),n("textarea",{directives:[{name:"model",rawName:"v-model",value:t.getTranslated,expression:"getTranslated"}],staticClass:"form-control",class:{missing:t.isMissing},attrs:{rows:"2"},domProps:{value:t.getTranslated},on:{input:function(e){e.target.composing||(t.getTranslated=e.target.value)}}}),t._v(" "),n("PSButton",{staticClass:"mt-3 float-sm-right",attrs:{primary:!1,ghost:""},on:{click:t.resetTranslation}},[t._v("\n "+t._s(t.trans("button_reset"))+"\n ")]),t._v(" "),n("small",{staticClass:"mt-3"},[t._v(t._s(t.extraInfo))])],1)};r._withStripped=!0;var i=n(96986);const o=i.Z;n(53552);var a=(0,n(51900).Z)(o,r,[],!1,null,"3e1a5070",null);a.options.__file="js/app/pages/translations/components/principal/translation-input.vue";const s=a.exports},36455:(t,e,n)=>{"use strict";n.r(e),n.d(e,{__esModule:()=>i.X,default:()=>s});var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"col-sm-3"},[n("div",{staticClass:"card p-3"},[t.treeReady?n("PSTree",{ref:"domainTree",attrs:{model:t.domainsTree,"class-name":"translationTree",translations:t.translations,"current-item":t.currentItem}}):n("PSSpinner")],1)])};r._withStripped=!0;var i=n(82114);const o=i.Z;n(9567);var a=(0,n(51900).Z)(o,r,[],!1,null,null,null);a.options.__file="js/app/pages/translations/components/sidebar/index.vue";const s=a.exports},70695:(t,e,n)=>{"use strict";n.r(e),n.d(e,{__esModule:()=>i.X,default:()=>s});var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"ps-alert alert",class:t.classObject,attrs:{role:"alert"}},[t.hasClose?n("button",{staticClass:"close",attrs:{type:"button","data-dismiss":"alert","aria-label":"Close"},on:{click:function(e){return e.stopPropagation(),t.onClick(e)}}},[n("span",{staticClass:"material-icons"},[t._v("close")])]):t._e(),t._v(" "),n("p",{staticClass:"alert-text"},[t._t("default")],2)])};r._withStripped=!0;var i=n(22178);const o=i.Z;var a=(0,n(51900).Z)(o,r,[],!1,null,null,null);a.options.__file="js/app/widgets/ps-alert.vue";const s=a.exports},98382:(t,e,n)=>{"use strict";n.r(e),n.d(e,{__esModule:()=>i.X,default:()=>s});var r=function(){var t=this,e=t.$createElement;return(t._self._c||e)("button",{staticClass:"btn",class:t.classObject,attrs:{type:"button"},on:{click:t.onClick}},[t._t("default")],2)};r._withStripped=!0;var i=n(11138);const o=i.Z;var a=(0,n(51900).Z)(o,r,[],!1,null,null,null);a.options.__file="js/app/widgets/ps-button.vue";const s=a.exports},93331:(t,e,n)=>{"use strict";n.r(e),n.d(e,{__esModule:()=>i.X,default:()=>s});var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"md-checkbox"},[n("label",[n("input",{directives:[{name:"model",rawName:"v-model",value:t.checked,expression:"checked"}],class:{indeterminate:t.isIndeterminate},attrs:{type:"checkbox",id:t.id},domProps:{checked:Array.isArray(t.checked)?t._i(t.checked,null)>-1:t.checked},on:{change:function(e){var n=t.checked,r=e.target,i=!!r.checked;if(Array.isArray(n)){var o=t._i(n,null);r.checked?o<0&&(t.checked=n.concat([null])):o>-1&&(t.checked=n.slice(0,o).concat(n.slice(o+1)))}else t.checked=i}}}),t._v(" "),n("i",{staticClass:"md-checkbox-control"}),t._v(" "),t._t("label")],2)])};r._withStripped=!0;var i=n(14012);const o=i.Z;var a=(0,n(51900).Z)(o,r,[],!1,null,null,null);a.options.__file="js/app/widgets/ps-checkbox.vue";const s=a.exports},67368:(t,e,n)=>{"use strict";n.r(e),n.d(e,{__esModule:()=>i.X,default:()=>s});var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"modal fade",attrs:{id:"ps-modal",tabindex:"-1",role:"dialog"}},[n("div",{staticClass:"modal-dialog",attrs:{role:"document"}},[n("div",{staticClass:"modal-content"},[n("div",{staticClass:"modal-header"},[t._m(0),t._v(" "),n("h4",{staticClass:"modal-title"},[t._v("\n "+t._s(t.translations.modal_title)+"\n ")])]),t._v(" "),n("div",{staticClass:"modal-body"},[t._v("\n "+t._s(t.translations.modal_content)+"\n ")]),t._v(" "),n("div",{staticClass:"modal-footer"},[n("PSButton",{staticClass:"btn-lg",attrs:{primary:"","data-dismiss":"modal"},on:{click:t.onSave}},[t._v("\n "+t._s(t.translations.button_save)+"\n ")]),t._v(" "),n("PSButton",{staticClass:"btn-lg",attrs:{ghost:"","data-dismiss":"modal"},on:{click:t.onLeave}},[t._v("\n "+t._s(t.translations.button_leave)+"\n ")])],1)])])])};r._withStripped=!0;var i=n(99507);const o=i.Z;n(74607);var a=(0,n(51900).Z)(o,r,[function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("button",{staticClass:"close",attrs:{type:"button","data-dismiss":"modal"}},[n("i",{staticClass:"material-icons"},[t._v("close")])])}],!1,null,"17ba2b4e",null);a.options.__file="js/app/widgets/ps-modal.vue";const s=a.exports},86842:(t,e,n)=>{"use strict";n.r(e),n.d(e,{__esModule:()=>i.X,default:()=>s});var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.displayPagination?n("nav",{staticClass:"mt-1 mx-auto"},[n("ul",{staticClass:"pagination",class:{multi:t.isMultiPagination}},[t.isMultiPagination?n("li",{staticClass:"page-item previous"},[n("a",{directives:[{name:"show",rawName:"v-show",value:t.activeLeftArrow,expression:"activeLeftArrow"}],staticClass:"float-left page-link",attrs:{href:"#"},on:{click:function(e){return t.prev(e)}}},[n("span",{staticClass:"sr-only"},[t._v("Previous")])])]):t._e(),t._v(" "),t._l(t.pagesCount,(function(e){return n("li",{key:e,staticClass:"page-item",class:{active:t.checkCurrentIndex(e)}},[t.showIndex(e)?n("a",{staticClass:"page-link",class:{"pl-0":t.showFirstDots(e),"pr-0":t.showLastDots(e)},attrs:{href:"#"},on:{click:function(n){return n.preventDefault(),t.changePage(e)}}},[t.isMultiPagination?n("span",{directives:[{name:"show",rawName:"v-show",value:t.showFirstDots(e),expression:"showFirstDots(index)"}]},[t._v("...")]):t._e(),t._v("\n "+t._s(e)+"\n "),t.isMultiPagination?n("span",{directives:[{name:"show",rawName:"v-show",value:t.showLastDots(e),expression:"showLastDots(index)"}]},[t._v("...")]):t._e()]):t._e()])})),t._v(" "),t.isMultiPagination?n("li",{staticClass:"page-item next"},[n("a",{directives:[{name:"show",rawName:"v-show",value:t.activeRightArrow,expression:"activeRightArrow"}],staticClass:"float-left page-link",attrs:{href:"#"},on:{click:function(e){return t.next(e)}}},[n("span",{staticClass:"sr-only"},[t._v("Next")])])]):t._e()],2)]):t._e()};r._withStripped=!0;var i=n(45260);const o=i.Z;var a=(0,n(51900).Z)(o,r,[],!1,null,null,null);a.options.__file="js/app/widgets/ps-pagination.vue";const s=a.exports},63856:(t,e,n)=>{"use strict";n.r(e),n.d(e,{default:()=>o});var r=function(){var t=this.$createElement;return(this._self._c||t)("div",{staticClass:"ps-spinner"})};r._withStripped=!0;var i=(0,n(51900).Z)({},r,[],!1,null,null,null);i.options.__file="js/app/widgets/ps-spinner.vue";const o=i.exports},75576:(t,e,n)=>{"use strict";n.r(e),n.d(e,{__esModule:()=>i.X,default:()=>s});var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"tags-input search-input search d-flex flex-wrap",class:{"search-with-icon":t.hasIcon},on:{click:function(e){return t.focus()}}},[n("div",{staticClass:"tags-wrapper"},t._l(t.tags,(function(e,r){return n("span",{key:r,staticClass:"tag"},[t._v(t._s(e)),n("i",{staticClass:"material-icons",on:{click:function(e){return t.close(r)}}},[t._v("close")])])})),0),t._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:t.tag,expression:"tag"}],ref:"tags",staticClass:"form-control input",attrs:{placeholder:t.placeholderToDisplay,type:"text",size:t.inputSize},domProps:{value:t.tag},on:{keyup:t.onKeyUp,keydown:[function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"enter",13,e.key,"Enter")?null:t.add(t.tag)},function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"delete",[8,46],e.key,["Backspace","Delete","Del"])?null:(e.stopPropagation(),t.remove())}],input:function(e){e.target.composing||(t.tag=e.target.value)}}})])};r._withStripped=!0;var i=n(60994);const o=i.Z;var a=(0,n(51900).Z)(o,r,[],!1,null,null,null);a.options.__file="js/app/widgets/ps-tags.vue";const s=a.exports},37862:(t,e,n)=>{"use strict";n.r(e),n.d(e,{__esModule:()=>i.X,default:()=>s});var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"ps-tree-items",class:{className:t.className}},[n("div",{staticClass:"d-flex tree-name",class:{active:t.active,disable:t.model.disable},on:{click:t.clickElement}},[n("button",{staticClass:"btn btn-text",class:[{hidden:t.isHidden},t.chevronStatus]},[t.translations?n("span",{staticClass:"sr-only"},[t._v(t._s(this.model.open?t.translations.reduce:t.translations.expand))]):t._e()]),t._v(" "),t.hasCheckbox?n("PSCheckbox",{ref:t.model.name,attrs:{id:t.id,model:t.model},on:{checked:t.onCheck}}):t._e(),t._v(" "),n("span",{staticClass:"tree-label",class:{warning:t.isWarning}},[t._v(t._s(t.model.name))]),t._v(" "),t.displayExtraLabel?n("span",{staticClass:"tree-extra-label d-sm-none d-xl-inline-block"},[t._v(t._s(t.getExtraLabel))]):t._e(),t._v(" "),t.displayExtraLabel?n("span",{staticClass:"tree-extra-label-mini d-xl-none"},[t._v(t._s(this.model.extraLabel))]):t._e()],1),t._v(" "),t.isFolder?n("ul",{directives:[{name:"show",rawName:"v-show",value:t.open,expression:"open"}],staticClass:"tree"},t._l(t.model.children,(function(e,r){return n("li",{key:r,staticClass:"tree-item",class:{disable:t.model.disable}},[n("PSTreeItem",{ref:e.id,refInFor:!0,class:t.className,attrs:{"has-checkbox":t.hasCheckbox,model:e,label:e.name,translations:t.translations,"current-item":t.currentItem},on:{checked:t.onCheck,setCurrentElement:t.setCurrentElement}})],1)})),0):t._e()])};r._withStripped=!0;var i=n(88513);const o=i.Z;var a=(0,n(51900).Z)(o,r,[],!1,null,null,null);a.options.__file="js/app/widgets/ps-tree/ps-tree-item.vue";const s=a.exports},76659:(t,e,n)=>{"use strict";n.r(e),n.d(e,{__esModule:()=>i.X,default:()=>s});var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"ps-tree"},[n("div",{staticClass:"mb-3 tree-header"},[n("button",{staticClass:"btn btn-text text-uppercase pointer",on:{click:t.expand}},[n("i",{staticClass:"material-icons"},[t._v("keyboard_arrow_down")]),t._v(" "),t.translations?n("span",[t._v(t._s(t.translations.expand))]):t._e()]),t._v(" "),n("button",{staticClass:"btn btn-text float-right text-uppercase pointer",on:{click:t.reduce}},[n("i",{staticClass:"material-icons"},[t._v("keyboard_arrow_up")]),t._v(" "),t.translations?n("span",[t._v(t._s(t.translations.reduce))]):t._e()])]),t._v(" "),n("ul",{staticClass:"tree",class:t.className},t._l(t.model,(function(e,r){return n("li",{key:r},[n("PSTreeItem",{ref:"item",refInFor:!0,attrs:{"has-checkbox":t.hasCheckbox,model:e,label:e.name,translations:t.translations,"current-item":t.currentItem},on:{checked:t.onCheck,setCurrentElement:t.setCurrentElement}})],1)})),0)])};r._withStripped=!0;var i=n(41134);const o=i.Z;var a=(0,n(51900).Z)(o,r,[],!1,null,null,null);a.options.__file="js/app/widgets/ps-tree/ps-tree.vue";const s=a.exports},51900:(t,e,n)=>{"use strict";function r(t,e,n,r,i,o,a,s){var u,c="function"==typeof t?t.options:t;if(e&&(c.render=e,c.staticRenderFns=n,c._compiled=!0),r&&(c.functional=!0),o&&(c._scopeId="data-v-"+o),a?(u=function(t){(t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),i&&i.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(a)},c._ssrRegister=u):i&&(u=s?function(){i.call(this,(c.functional?this.parent:this).$root.$options.shadowRoot)}:i),u)if(c.functional){c._injectStyles=u;var l=c.render;c.render=function(t,e){return u.call(e),l(t,e)}}else{var f=c.beforeCreate;c.beforeCreate=f?[].concat(f,u):[u]}return{exports:t,options:c}}n.d(e,{Z:()=>r})},74104:(t,e,n)=>{"use strict";n.r(e),n.d(e,{default:()=>Z,Url:()=>E,Http:()=>q,Resource:()=>H});function r(t){this.state=2,this.value=void 0,this.deferred=[];var e=this;try{t((function(t){e.resolve(t)}),(function(t){e.reject(t)}))}catch(t){e.reject(t)}}r.reject=function(t){return new r((function(e,n){n(t)}))},r.resolve=function(t){return new r((function(e,n){e(t)}))},r.all=function(t){return new r((function(e,n){var i=0,o=[];function a(n){return function(r){o[n]=r,(i+=1)===t.length&&e(o)}}0===t.length&&e(o);for(var s=0;s=200&&a<300,this.status=a||0,this.statusText=s||"",this.headers=new L(i),this.body=t,v(t)?this.bodyText=t:(n=t,"undefined"!=typeof Blob&&n instanceof Blob&&(this.bodyBlob=t,function(t){return 0===t.type.indexOf("text")||-1!==t.type.indexOf("json")}(t)&&(this.bodyText=function(t){return new o((function(e){var n=new FileReader;n.readAsText(t),n.onload=function(){e(n.result)}}))}(t))))};U.prototype.blob=function(){return _(this.bodyBlob)},U.prototype.text=function(){return _(this.bodyText)},U.prototype.json=function(){return _(this.text(),(function(t){return JSON.parse(t)}))},Object.defineProperty(U.prototype,"data",{get:function(){return this.body},set:function(t){this.body=t}});var B=function(t){var e;this.body=null,this.params={},x(this,t,{method:(e=t.method||"GET",e?e.toUpperCase():"")}),this.headers instanceof L||(this.headers=new L(this.headers))};B.prototype.getUrl=function(){return E(this)},B.prototype.getBody=function(){return this.body},B.prototype.respondWith=function(t,e){return new U(t,x(e||{},{url:this.getUrl()}))};var z={"Content-Type":"application/json;charset=utf-8"};function q(t){var e=this||{},n=function(t){var e=[D],n=[];function r(r){for(;e.length;){var i=e.pop();if(m(i)){var a=void 0,s=void 0;if(g(a=i.call(t,r,(function(t){return s=t}))||s))return new o((function(e,r){n.forEach((function(e){a=_(a,(function(n){return e.call(t,n)||n}),r)})),_(a,e,r)}),t);m(a)&&n.unshift(a)}else u="Invalid interceptor of type "+typeof i+", must be a function","undefined"!=typeof console&&l&&console.warn("[VueResource warn]: "+u)}var u}return g(t)||(t=null),r.use=function(t){e.push(t)},r}(e.$vm);return function(t){c.call(arguments,1).forEach((function(e){for(var n in e)void 0===t[n]&&(t[n]=e[n])}))}(t||{},e.$options,q.options),q.interceptors.forEach((function(t){v(t)&&(t=q.interceptor[t]),m(t)&&n.use(t)})),n(new B(t)).then((function(t){return t.ok?t:o.reject(t)}),(function(t){var e;return t instanceof Error&&(e=t,"undefined"!=typeof console&&console.error(e)),o.reject(t)}))}function H(t,e,n,r){var i=this||{},o={};return w(n=x({},H.actions,n),(function(n,a){n=T({url:t,params:x({},e)},r,n),o[a]=function(){return(i.$http||q)(G(n,arguments))}})),o}function G(t,e){var n,r=x({},t),i={};switch(e.length){case 2:i=e[0],n=e[1];break;case 1:/^(POST|PUT|PATCH)$/i.test(r.method)?n=e[0]:i=e[0];break;case 0:break;default:throw"Expected up to 2 arguments [params, body], got "+e.length+" arguments"}return r.body=n,r.params=x({},r.params,i),r}function W(t){W.installed||(!function(t){var e=t.config,n=t.nextTick;s=n,l=e.debug||!e.silent}(t),t.url=E,t.http=q,t.resource=H,t.Promise=o,Object.defineProperties(t.prototype,{$url:{get:function(){return b(t.url,this,this.$options.url)}},$http:{get:function(){return b(t.http,this,this.$options.http)}},$resource:{get:function(){return t.resource.bind(this)}},$promise:{get:function(){var e=this;return function(n){return new t.Promise(n,e)}}}}))}q.options={},q.headers={put:z,post:z,patch:z,delete:z,common:{Accept:"application/json, text/plain, */*"},custom:{}},q.interceptor={before:function(t){m(t.before)&&t.before.call(this,t)},method:function(t){t.emulateHTTP&&/^(PUT|PATCH|DELETE)$/i.test(t.method)&&(t.headers.set("X-HTTP-Method-Override",t.method),t.method="POST")},jsonp:function(t){"JSONP"==t.method&&(t.client=M)},json:function(t){var e=t.headers.get("Content-Type")||"";return g(t.body)&&0===e.indexOf("application/json")&&(t.body=JSON.stringify(t.body)),function(t){return t.bodyText?_(t.text(),(function(e){var n,r,i;if(0===(t.headers.get("Content-Type")||"").indexOf("application/json")||(r=(n=e).match(/^\s*(\[|\{)/),i={"[":/]\s*$/,"{":/}\s*$/},r&&i[r[1]].test(n)))try{t.body=JSON.parse(e)}catch(e){t.body=null}else t.body=e;return t})):t}},form:function(t){var e;e=t.body,"undefined"!=typeof FormData&&e instanceof FormData?t.headers.delete("Content-Type"):g(t.body)&&t.emulateJSON&&(t.body=E.params(t.body),t.headers.set("Content-Type","application/x-www-form-urlencoded"))},header:function(t){w(x({},q.headers.common,t.crossOrigin?{}:q.headers.custom,q.headers[d(t.method)]),(function(e,n){t.headers.has(n)||t.headers.set(n,e)}))},cors:function(t){if(f){var e=E.parse(location.href),n=E.parse(t.getUrl());n.protocol===e.protocol&&n.host===e.host||(t.crossOrigin=!0,t.emulateHTTP=!1,I||(t.client=P))}}},q.interceptors=["before","method","jsonp","json","form","header","cors"],["get","delete","head","jsonp"].forEach((function(t){q[t]=function(e,n){return this(x(n||{},{url:e,method:t}))}})),["post","put","patch"].forEach((function(t){q[t]=function(e,n,r){return this(x(r||{},{url:e,method:t,body:n}))}})),H.actions={get:{method:"GET"},save:{method:"POST"},query:{method:"GET"},update:{method:"PUT"},remove:{method:"DELETE"},delete:{method:"DELETE"}},"undefined"!=typeof window&&window.Vue&&window.Vue.use(W);const Z=W},78345:(t,e,n)=>{"use strict";function r(t){return Object.prototype.toString.call(t).indexOf("Error")>-1}n.r(e),n.d(e,{default:()=>Nt});var i={name:"router-view",functional:!0,props:{name:{type:String,default:"default"}},render:function(t,e){var n=e.props,r=e.children,i=e.parent,o=e.data;o.routerView=!0;for(var a=i.$createElement,s=n.name,u=i.$route,c=i._routerViewCache||(i._routerViewCache={}),l=0,f=!1;i&&i._routerRoot!==i;)i.$vnode&&i.$vnode.data.routerView&&l++,i._inactive&&(f=!0),i=i.$parent;if(o.routerViewDepth=l,f)return a(c[s],o,r);var p=u.matched[l];if(!p)return c[s]=null,a();var d=c[s]=p.components[s];o.registerRouteInstance=function(t,e){var n=p.instances[s];(e&&n!==t||!e&&n===t)&&(p.instances[s]=e)},(o.hook||(o.hook={})).prepatch=function(t,e){p.instances[s]=e.componentInstance};var h=o.props=function(t,e){switch(typeof e){case"undefined":return;case"object":return e;case"function":return e(t);case"boolean":return e?t.params:void 0}}(u,p.props&&p.props[s]);if(h){h=o.props=function(t,e){for(var n in e)t[n]=e[n];return t}({},h);var v=o.attrs=o.attrs||{};for(var m in h)d.props&&m in d.props||(v[m]=h[m],delete h[m])}return a(d,o,r)}};var o=/[!'()*]/g,a=function(t){return"%"+t.charCodeAt(0).toString(16)},s=/%2C/g,u=function(t){return encodeURIComponent(t).replace(o,a).replace(s,",")},c=decodeURIComponent;function l(t){var e={};return(t=t.trim().replace(/^(\?|#|&)/,""))?(t.split("&").forEach((function(t){var n=t.replace(/\+/g," ").split("="),r=c(n.shift()),i=n.length>0?c(n.join("=")):null;void 0===e[r]?e[r]=i:Array.isArray(e[r])?e[r].push(i):e[r]=[e[r],i]})),e):e}function f(t){var e=t?Object.keys(t).map((function(e){var n=t[e];if(void 0===n)return"";if(null===n)return u(e);if(Array.isArray(n)){var r=[];return n.forEach((function(t){void 0!==t&&(null===t?r.push(u(e)):r.push(u(e)+"="+u(t)))})),r.join("&")}return u(e)+"="+u(n)})).filter((function(t){return t.length>0})).join("&"):null;return e?"?"+e:""}var p=/\/?$/;function d(t,e,n,r){var i=r&&r.options.stringifyQuery,o=e.query||{};try{o=h(o)}catch(t){}var a={name:e.name||t&&t.name,meta:t&&t.meta||{},path:e.path||"/",hash:e.hash||"",query:o,params:e.params||{},fullPath:g(e,i),matched:t?m(t):[]};return n&&(a.redirectedFrom=g(n,i)),Object.freeze(a)}function h(t){if(Array.isArray(t))return t.map(h);if(t&&"object"==typeof t){var e={};for(var n in t)e[n]=h(t[n]);return e}return t}var v=d(null,{path:"/"});function m(t){for(var e=[];t;)e.unshift(t),t=t.parent;return e}function g(t,e){var n=t.path,r=t.query;void 0===r&&(r={});var i=t.hash;return void 0===i&&(i=""),(n||"/")+(e||f)(r)+i}function y(t,e){return e===v?t===e:!!e&&(t.path&&e.path?t.path.replace(p,"")===e.path.replace(p,"")&&t.hash===e.hash&&_(t.query,e.query):!(!t.name||!e.name)&&(t.name===e.name&&t.hash===e.hash&&_(t.query,e.query)&&_(t.params,e.params)))}function _(t,e){if(void 0===t&&(t={}),void 0===e&&(e={}),!t||!e)return t===e;var n=Object.keys(t),r=Object.keys(e);return n.length===r.length&&n.every((function(n){var r=t[n],i=e[n];return"object"==typeof r&&"object"==typeof i?_(r,i):String(r)===String(i)}))}var b,w={name:"router-link",props:{to:{type:[String,Object],required:!0},tag:{type:String,default:"a"},exact:Boolean,append:Boolean,replace:Boolean,activeClass:String,exactActiveClass:String,event:{type:[String,Array],default:"click"}},render:function(t){var e=this,n=this.$router,r=this.$route,i=n.resolve(this.to,r,this.append),o=i.location,a=i.route,s=i.href,u={},c=n.options.linkActiveClass,l=n.options.linkExactActiveClass,f=null==c?"router-link-active":c,h=null==l?"router-link-exact-active":l,v=null==this.activeClass?f:this.activeClass,m=null==this.exactActiveClass?h:this.exactActiveClass,g=o.path?d(null,o,null,n):a;u[m]=y(r,g),u[v]=this.exact?u[m]:function(t,e){return 0===t.path.replace(p,"/").indexOf(e.path.replace(p,"/"))&&(!e.hash||t.hash===e.hash)&&function(t,e){for(var n in e)if(!(n in t))return!1;return!0}(t.query,e.query)}(r,g);var _=function(t){x(t)&&(e.replace?n.replace(o):n.push(o))},w={click:x};Array.isArray(this.event)?this.event.forEach((function(t){w[t]=_})):w[this.event]=_;var C={class:u};if("a"===this.tag)C.on=w,C.attrs={href:s};else{var $=T(this.$slots.default);if($){$.isStatic=!1;var A=b.util.extend;($.data=A({},$.data)).on=w,($.data.attrs=A({},$.data.attrs)).href=s}else C.on=w}return t(this.tag,C,this.$slots.default)}};function x(t){if(!(t.metaKey||t.altKey||t.ctrlKey||t.shiftKey||t.defaultPrevented||void 0!==t.button&&0!==t.button)){if(t.currentTarget&&t.currentTarget.getAttribute){var e=t.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(e))return}return t.preventDefault&&t.preventDefault(),!0}}function T(t){if(t)for(var e,n=0;n=0&&(e=t.slice(r),t=t.slice(0,r));var i=t.indexOf("?");return i>=0&&(n=t.slice(i+1),t=t.slice(0,i)),{path:t,query:n,hash:e}}(i.path||""),u=e&&e.path||"/",c=s.path?$(s.path,u,n||i.append):u,f=function(t,e,n){void 0===e&&(e={});var r,i=n||l;try{r=i(t||"")}catch(t){r={}}for(var o in e)r[o]=e[o];return r}(s.query,i.query,r&&r.options.parseQuery),p=i.hash||s.hash;return p&&"#"!==p.charAt(0)&&(p="#"+p),{_normalized:!0,path:c,query:f,hash:p}}function X(t,e){for(var n in e)t[n]=e[n];return t}function J(t,e){var n=G(t),r=n.pathList,i=n.pathMap,o=n.nameMap;function a(t,n,a){var s=V(t,n,!1,e),c=s.name;if(c){var l=o[c];if(!l)return u(null,s);var f=l.regex.keys.filter((function(t){return!t.optional})).map((function(t){return t.name}));if("object"!=typeof s.params&&(s.params={}),n&&"object"==typeof n.params)for(var p in n.params)!(p in s.params)&&f.indexOf(p)>-1&&(s.params[p]=n.params[p]);if(l)return s.path=H(l.path,s.params),u(l,s,a)}else if(s.path){s.params={};for(var d=0;d=t.length?n():t[i]?e(t[i],(function(){r(i+1)})):r(i+1)};r(0)}function vt(t){return function(e,n,i){var o=!1,a=0,s=null;mt(t,(function(t,e,n,u){if("function"==typeof t&&void 0===t.cid){o=!0,a++;var c,l=_t((function(e){var r;((r=e).__esModule||yt&&"Module"===r[Symbol.toStringTag])&&(e=e.default),t.resolved="function"==typeof e?e:b.extend(e),n.components[u]=e,--a<=0&&i()})),f=_t((function(t){var e="Failed to resolve async component "+u+": "+t;s||(s=r(t)?t:new Error(e),i(s))}));try{c=t(l,f)}catch(t){f(t)}if(c)if("function"==typeof c.then)c.then(l,f);else{var p=c.component;p&&"function"==typeof p.then&&p.then(l,f)}}})),o||i()}}function mt(t,e){return gt(t.map((function(t){return Object.keys(t.components).map((function(n){return e(t.components[n],t.instances[n],t,n)}))})))}function gt(t){return Array.prototype.concat.apply([],t)}var yt="function"==typeof Symbol&&"symbol"==typeof Symbol.toStringTag;function _t(t){var e=!1;return function(){for(var n=[],r=arguments.length;r--;)n[r]=arguments[r];if(!e)return e=!0,t.apply(this,n)}}var bt=function(t,e){this.router=t,this.base=function(t){if(!t)if(C){var e=document.querySelector("base");t=(t=e&&e.getAttribute("href")||"/").replace(/^https?:\/\/[^\/]+/,"")}else t="/";"/"!==t.charAt(0)&&(t="/"+t);return t.replace(/\/$/,"")}(e),this.current=v,this.pending=null,this.ready=!1,this.readyCbs=[],this.readyErrorCbs=[],this.errorCbs=[]};function wt(t,e,n,r){var i=mt(t,(function(t,r,i,o){var a=function(t,e){"function"!=typeof t&&(t=b.extend(t));return t.options[e]}(t,e);if(a)return Array.isArray(a)?a.map((function(t){return n(t,r,i,o)})):n(a,r,i,o)}));return gt(r?i.reverse():i)}function xt(t,e){if(e)return function(){return t.apply(e,arguments)}}function Tt(t,e,n,r){e[n]?t(e[n]):r()&&setTimeout((function(){Tt(t,e,n,r)}),16)}bt.prototype.listen=function(t){this.cb=t},bt.prototype.onReady=function(t,e){this.ready?t():(this.readyCbs.push(t),e&&this.readyErrorCbs.push(e))},bt.prototype.onError=function(t){this.errorCbs.push(t)},bt.prototype.transitionTo=function(t,e,n){var r=this,i=this.router.match(t,this.current);this.confirmTransition(i,(function(){r.updateRoute(i),e&&e(i),r.ensureURL(),r.ready||(r.ready=!0,r.readyCbs.forEach((function(t){t(i)})))}),(function(t){n&&n(t),t&&!r.ready&&(r.ready=!0,r.readyErrorCbs.forEach((function(e){e(t)})))}))},bt.prototype.confirmTransition=function(t,e,n){var i=this,o=this.current,a=function(t){r(t)&&(i.errorCbs.length?i.errorCbs.forEach((function(e){e(t)})):console.error(t)),n&&n(t)};if(y(t,o)&&t.matched.length===o.matched.length)return this.ensureURL(),a();var s=function(t,e){var n,r=Math.max(t.length,e.length);for(n=0;n=0?e.slice(0,n):e)+"#"+t}function Et(t){st?pt(kt(t)):window.location.hash=t}function jt(t){st?dt(kt(t)):window.location.replace(kt(t))}var Pt=function(t){function e(e,n){t.call(this,e,n),this.stack=[],this.index=-1}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.push=function(t,e,n){var r=this;this.transitionTo(t,(function(t){r.stack=r.stack.slice(0,r.index+1).concat(t),r.index++,e&&e(t)}),n)},e.prototype.replace=function(t,e,n){var r=this;this.transitionTo(t,(function(t){r.stack=r.stack.slice(0,r.index).concat(t),e&&e(t)}),n)},e.prototype.go=function(t){var e=this,n=this.index+t;if(!(n<0||n>=this.stack.length)){var r=this.stack[n];this.confirmTransition(r,(function(){e.index=n,e.updateRoute(r)}))}},e.prototype.getCurrentLocation=function(){var t=this.stack[this.stack.length-1];return t?t.fullPath:"/"},e.prototype.ensureURL=function(){},e}(bt),It=function(t){void 0===t&&(t={}),this.app=null,this.apps=[],this.options=t,this.beforeHooks=[],this.resolveHooks=[],this.afterHooks=[],this.matcher=J(t.routes||[],this);var e=t.mode||"hash";switch(this.fallback="history"===e&&!st&&!1!==t.fallback,this.fallback&&(e="hash"),C||(e="abstract"),this.mode=e,e){case"history":this.history=new Ct(this,t.base);break;case"hash":this.history=new At(this,t.base,this.fallback);break;case"abstract":this.history=new Pt(this,t.base)}},Mt={currentRoute:{configurable:!0}};function Rt(t,e){return t.push(e),function(){var n=t.indexOf(e);n>-1&&t.splice(n,1)}}It.prototype.match=function(t,e,n){return this.matcher.match(t,e,n)},Mt.currentRoute.get=function(){return this.history&&this.history.current},It.prototype.init=function(t){var e=this;if(this.apps.push(t),!this.app){this.app=t;var n=this.history;if(n instanceof Ct)n.transitionTo(n.getCurrentLocation());else if(n instanceof At){var r=function(){n.setupListeners()};n.transitionTo(n.getCurrentLocation(),r,r)}n.listen((function(t){e.apps.forEach((function(e){e._route=t}))}))}},It.prototype.beforeEach=function(t){return Rt(this.beforeHooks,t)},It.prototype.beforeResolve=function(t){return Rt(this.resolveHooks,t)},It.prototype.afterEach=function(t){return Rt(this.afterHooks,t)},It.prototype.onReady=function(t,e){this.history.onReady(t,e)},It.prototype.onError=function(t){this.history.onError(t)},It.prototype.push=function(t,e,n){this.history.push(t,e,n)},It.prototype.replace=function(t,e,n){this.history.replace(t,e,n)},It.prototype.go=function(t){this.history.go(t)},It.prototype.back=function(){this.go(-1)},It.prototype.forward=function(){this.go(1)},It.prototype.getMatchedComponents=function(t){var e=t?t.matched?t:this.resolve(t).route:this.currentRoute;return e?[].concat.apply([],e.matched.map((function(t){return Object.keys(t.components).map((function(e){return t.components[e]}))}))):[]},It.prototype.resolve=function(t,e,n){var r=V(t,e||this.history.current,n,this),i=this.match(r,e),o=i.redirectedFrom||i.fullPath,a=function(t,e,n){var r="hash"===n?"#"+e:e;return t?A(t+"/"+r):r}(this.history.base,o,this.mode);return{location:r,route:i,href:a,normalizedTo:r,resolved:i}},It.prototype.addRoutes=function(t){this.matcher.addRoutes(t),this.history.current!==v&&this.history.transitionTo(this.history.getCurrentLocation())},Object.defineProperties(It.prototype,Mt),It.install=function t(e){if(!t.installed||b!==e){t.installed=!0,b=e;var n=function(t){return void 0!==t},r=function(t,e){var r=t.$options._parentVnode;n(r)&&n(r=r.data)&&n(r=r.registerRouteInstance)&&r(t,e)};e.mixin({beforeCreate:function(){n(this.$options.router)?(this._routerRoot=this,this._router=this.$options.router,this._router.init(this),e.util.defineReactive(this,"_route",this._router.history.current)):this._routerRoot=this.$parent&&this.$parent._routerRoot||this,r(this,this)},destroyed:function(){r(this)}}),Object.defineProperty(e.prototype,"$router",{get:function(){return this._routerRoot._router}}),Object.defineProperty(e.prototype,"$route",{get:function(){return this._routerRoot._route}}),e.component("router-view",i),e.component("router-link",w);var o=e.config.optionMergeStrategies;o.beforeRouteEnter=o.beforeRouteLeave=o.beforeRouteUpdate=o.created}},It.version="2.8.1",C&&window.Vue&&window.Vue.use(It);const Nt=It},59757:(t,e,n)=>{var r=n(29991);r.__esModule&&(r=r.default),"string"==typeof r&&(r=[[t.id,r,""]]),r.locals&&(t.exports=r.locals);(0,n(45346).Z)("003e28dc",r,!1,{})},72939:(t,e,n)=>{var r=n(45504);r.__esModule&&(r=r.default),"string"==typeof r&&(r=[[t.id,r,""]]),r.locals&&(t.exports=r.locals);(0,n(45346).Z)("a244fb50",r,!1,{})},53552:(t,e,n)=>{var r=n(17421);r.__esModule&&(r=r.default),"string"==typeof r&&(r=[[t.id,r,""]]),r.locals&&(t.exports=r.locals);(0,n(45346).Z)("580cb5a4",r,!1,{})},9567:(t,e,n)=>{var r=n(8296);r.__esModule&&(r=r.default),"string"==typeof r&&(r=[[t.id,r,""]]),r.locals&&(t.exports=r.locals);(0,n(45346).Z)("45c9974b",r,!1,{})},74607:(t,e,n)=>{var r=n(63438);r.__esModule&&(r=r.default),"string"==typeof r&&(r=[[t.id,r,""]]),r.locals&&(t.exports=r.locals);(0,n(45346).Z)("310e5a6e",r,!1,{})},45346:(t,e,n)=>{"use strict";function r(t,e){for(var n=[],r={},i=0;ih});var i="undefined"!=typeof document;if("undefined"!=typeof DEBUG&&DEBUG&&!i)throw new Error("vue-style-loader cannot be used in a non-browser environment. Use { target: 'node' } in your Webpack config to indicate a server-rendering environment.");var o={},a=i&&(document.head||document.getElementsByTagName("head")[0]),s=null,u=0,c=!1,l=function(){},f=null,p="data-vue-ssr-id",d="undefined"!=typeof navigator&&/msie [6-9]\b/.test(navigator.userAgent.toLowerCase());function h(t,e,n,i){c=n,f=i||{};var a=r(t,e);return v(a),function(e){for(var n=[],i=0;in.parts.length&&(r.parts.length=n.parts.length)}else{var a=[];for(i=0;i{t.exports=n(91317)},91317:(t,e,n)=>{"use strict"; /*! * Vue.js v2.6.12 * (c) 2014-2020 Evan You * Released under the MIT License. */var r=Object.freeze({});function i(t){return null==t}function o(t){return null!=t}function a(t){return!0===t}function s(t){return"string"==typeof t||"number"==typeof t||"symbol"==typeof t||"boolean"==typeof t}function u(t){return null!==t&&"object"==typeof t}var c=Object.prototype.toString;function l(t){return"[object Object]"===c.call(t)}function f(t){var e=parseFloat(String(t));return e>=0&&Math.floor(e)===e&&isFinite(t)}function p(t){return o(t)&&"function"==typeof t.then&&"function"==typeof t.catch}function d(t){return null==t?"":Array.isArray(t)||l(t)&&t.toString===c?JSON.stringify(t,null,2):String(t)}function h(t){var e=parseFloat(t);return isNaN(e)?t:e}function v(t,e){for(var n=Object.create(null),r=t.split(","),i=0;i-1)return t.splice(n,1)}}var _=Object.prototype.hasOwnProperty;function b(t,e){return _.call(t,e)}function w(t){var e=Object.create(null);return function(n){return e[n]||(e[n]=t(n))}}var x=/-(\w)/g,T=w((function(t){return t.replace(x,(function(t,e){return e?e.toUpperCase():""}))})),C=w((function(t){return t.charAt(0).toUpperCase()+t.slice(1)})),$=/\B([A-Z])/g,A=w((function(t){return t.replace($,"-$1").toLowerCase()})),S=Function.prototype.bind?function(t,e){return t.bind(e)}:function(t,e){function n(n){var r=arguments.length;return r?r>1?t.apply(e,arguments):t.call(e,n):t.call(e)}return n._length=t.length,n};function O(t,e){e=e||0;for(var n=t.length-e,r=new Array(n);n--;)r[n]=t[n+e];return r}function k(t,e){for(var n in e)t[n]=e[n];return t}function E(t){for(var e={},n=0;n0,Y=X&&X.indexOf("edge/")>0,Q=(X&&X.indexOf("android"),X&&/iphone|ipad|ipod|ios/.test(X)||"ios"===V),tt=(X&&/chrome\/\d+/.test(X),X&&/phantomjs/.test(X),X&&X.match(/firefox\/(\d+)/)),et={}.watch,nt=!1;if(W)try{var rt={};Object.defineProperty(rt,"passive",{get:function(){nt=!0}}),window.addEventListener("test-passive",null,rt)}catch(r){}var it=function(){return void 0===q&&(q=!W&&!Z&&void 0!==n.g&&n.g.process&&"server"===n.g.process.env.VUE_ENV),q},ot=W&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function at(t){return"function"==typeof t&&/native code/.test(t.toString())}var st,ut="undefined"!=typeof Symbol&&at(Symbol)&&"undefined"!=typeof Reflect&&at(Reflect.ownKeys);st="undefined"!=typeof Set&&at(Set)?Set:function(){function t(){this.set=Object.create(null)}return t.prototype.has=function(t){return!0===this.set[t]},t.prototype.add=function(t){this.set[t]=!0},t.prototype.clear=function(){this.set=Object.create(null)},t}();var ct=j,lt=0,ft=function(){this.id=lt++,this.subs=[]};ft.prototype.addSub=function(t){this.subs.push(t)},ft.prototype.removeSub=function(t){y(this.subs,t)},ft.prototype.depend=function(){ft.target&&ft.target.addDep(this)},ft.prototype.notify=function(){for(var t=this.subs.slice(),e=0,n=t.length;e-1)if(o&&!b(i,"default"))a=!1;else if(""===a||a===A(t)){var u=Bt(String,i.type);(u<0||s0&&(le((u=t(u,(n||"")+"_"+r))[0])&&le(l)&&(f[c]=yt(l.text+u[0].text),u.shift()),f.push.apply(f,u)):s(u)?le(l)?f[c]=yt(l.text+u):""!==u&&f.push(yt(u)):le(u)&&le(l)?f[c]=yt(l.text+u.text):(a(e._isVList)&&o(u.tag)&&i(u.key)&&o(n)&&(u.key="__vlist"+n+"_"+r+"__"),f.push(u)));return f}(t):void 0}function le(t){return o(t)&&o(t.text)&&!1===t.isComment}function fe(t,e){if(t){for(var n=Object.create(null),r=ut?Reflect.ownKeys(t):Object.keys(t),i=0;i0,a=t?!!t.$stable:!o,s=t&&t.$key;if(t){if(t._normalized)return t._normalized;if(a&&n&&n!==r&&s===n.$key&&!o&&!n.$hasNormal)return n;for(var u in i={},t)t[u]&&"$"!==u[0]&&(i[u]=ve(e,u,t[u]))}else i={};for(var c in e)c in i||(i[c]=me(e,c));return t&&Object.isExtensible(t)&&(t._normalized=i),z(i,"$stable",a),z(i,"$key",s),z(i,"$hasNormal",o),i}function ve(t,e,n){var r=function(){var t=arguments.length?n.apply(null,arguments):n({});return(t=t&&"object"==typeof t&&!Array.isArray(t)?[t]:ce(t))&&(0===t.length||1===t.length&&t[0].isComment)?void 0:t};return n.proxy&&Object.defineProperty(t,e,{get:r,enumerable:!0,configurable:!0}),r}function me(t,e){return function(){return t[e]}}function ge(t,e){var n,r,i,a,s;if(Array.isArray(t)||"string"==typeof t)for(n=new Array(t.length),r=0,i=t.length;rdocument.createEvent("Event").timeStamp&&(un=function(){return cn.now()})}function ln(){var t,e;for(sn=un(),on=!0,tn.sort((function(t,e){return t.id-e.id})),an=0;anan&&tn[n].id>t.id;)n--;tn.splice(n+1,0,t)}else tn.push(t);rn||(rn=!0,ee(ln))}}(this)},pn.prototype.run=function(){if(this.active){var t=this.get();if(t!==this.value||u(t)||this.deep){var e=this.value;if(this.value=t,this.user)try{this.cb.call(this.vm,t,e)}catch(t){zt(t,this.vm,'callback for watcher "'+this.expression+'"')}else this.cb.call(this.vm,t,e)}}},pn.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},pn.prototype.depend=function(){for(var t=this.deps.length;t--;)this.deps[t].depend()},pn.prototype.teardown=function(){if(this.active){this.vm._isBeingDestroyed||y(this.vm._watchers,this);for(var t=this.deps.length;t--;)this.deps[t].removeSub(this);this.active=!1}};var dn={enumerable:!0,configurable:!0,get:j,set:j};function hn(t,e,n){dn.get=function(){return this[e][n]},dn.set=function(t){this[e][n]=t},Object.defineProperty(t,n,dn)}var vn={lazy:!0};function mn(t,e,n){var r=!it();"function"==typeof n?(dn.get=r?gn(e):yn(n),dn.set=j):(dn.get=n.get?r&&!1!==n.cache?gn(e):yn(n.get):j,dn.set=n.set||j),Object.defineProperty(t,e,dn)}function gn(t){return function(){var e=this._computedWatchers&&this._computedWatchers[t];if(e)return e.dirty&&e.evaluate(),ft.target&&e.depend(),e.value}}function yn(t){return function(){return t.call(this,this)}}function _n(t,e,n,r){return l(n)&&(r=n,n=n.handler),"string"==typeof n&&(n=t[n]),t.$watch(e,n,r)}var bn=0;function wn(t){var e=t.options;if(t.super){var n=wn(t.super);if(n!==t.superOptions){t.superOptions=n;var r=function(t){var e,n=t.options,r=t.sealedOptions;for(var i in n)n[i]!==r[i]&&(e||(e={}),e[i]=n[i]);return e}(t);r&&k(t.extendOptions,r),(e=t.options=Nt(n,t.extendOptions)).name&&(e.components[e.name]=t)}}return e}function xn(t){this._init(t)}function Tn(t){return t&&(t.Ctor.options.name||t.tag)}function Cn(t,e){return Array.isArray(t)?t.indexOf(e)>-1:"string"==typeof t?t.split(",").indexOf(e)>-1:(n=t,"[object RegExp]"===c.call(n)&&t.test(e));var n}function $n(t,e){var n=t.cache,r=t.keys,i=t._vnode;for(var o in n){var a=n[o];if(a){var s=Tn(a.componentOptions);s&&!e(s)&&An(n,o,r,i)}}}function An(t,e,n,r){var i=t[e];!i||r&&i.tag===r.tag||i.componentInstance.$destroy(),t[e]=null,y(n,e)}!function(t){t.prototype._init=function(t){var e=this;e._uid=bn++,e._isVue=!0,t&&t._isComponent?function(t,e){var n=t.$options=Object.create(t.constructor.options),r=e._parentVnode;n.parent=e.parent,n._parentVnode=r;var i=r.componentOptions;n.propsData=i.propsData,n._parentListeners=i.listeners,n._renderChildren=i.children,n._componentTag=i.tag,e.render&&(n.render=e.render,n.staticRenderFns=e.staticRenderFns)}(e,t):e.$options=Nt(wn(e.constructor),t||{},e),e._renderProxy=e,e._self=e,function(t){var e=t.$options,n=e.parent;if(n&&!e.abstract){for(;n.$options.abstract&&n.$parent;)n=n.$parent;n.$children.push(t)}t.$parent=n,t.$root=n?n.$root:t,t.$children=[],t.$refs={},t._watcher=null,t._inactive=null,t._directInactive=!1,t._isMounted=!1,t._isDestroyed=!1,t._isBeingDestroyed=!1}(e),function(t){t._events=Object.create(null),t._hasHookEvent=!1;var e=t.$options._parentListeners;e&&Ve(t,e)}(e),function(t){t._vnode=null,t._staticTrees=null;var e=t.$options,n=t.$vnode=e._parentVnode,i=n&&n.context;t.$slots=pe(e._renderChildren,i),t.$scopedSlots=r,t._c=function(e,n,r,i){return Fe(t,e,n,r,i,!1)},t.$createElement=function(e,n,r,i){return Fe(t,e,n,r,i,!0)};var o=n&&n.data;St(t,"$attrs",o&&o.attrs||r,null,!0),St(t,"$listeners",e._parentListeners||r,null,!0)}(e),Qe(e,"beforeCreate"),function(t){var e=fe(t.$options.inject,t);e&&(Ct(!1),Object.keys(e).forEach((function(n){St(t,n,e[n])})),Ct(!0))}(e),function(t){t._watchers=[];var e=t.$options;e.props&&function(t,e){var n=t.$options.propsData||{},r=t._props={},i=t.$options._propKeys=[];t.$parent&&Ct(!1);var o=function(o){i.push(o);var a=Lt(o,e,n,t);St(r,o,a),o in t||hn(t,"_props",o)};for(var a in e)o(a);Ct(!0)}(t,e.props),e.methods&&function(t,e){for(var n in t.$options.props,e)t[n]="function"!=typeof e[n]?j:S(e[n],t)}(t,e.methods),e.data?function(t){var e=t.$options.data;l(e=t._data="function"==typeof e?function(t,e){dt();try{return t.call(e,e)}catch(t){return zt(t,e,"data()"),{}}finally{ht()}}(e,t):e||{})||(e={});for(var n,r=Object.keys(e),i=t.$options.props,o=(t.$options.methods,r.length);o--;){var a=r[o];i&&b(i,a)||36!==(n=(a+"").charCodeAt(0))&&95!==n&&hn(t,"_data",a)}At(e,!0)}(t):At(t._data={},!0),e.computed&&function(t,e){var n=t._computedWatchers=Object.create(null),r=it();for(var i in e){var o=e[i],a="function"==typeof o?o:o.get;r||(n[i]=new pn(t,a||j,j,vn)),i in t||mn(t,i,o)}}(t,e.computed),e.watch&&e.watch!==et&&function(t,e){for(var n in e){var r=e[n];if(Array.isArray(r))for(var i=0;i1?O(e):e;for(var n=O(arguments,1),r='event handler for "'+t+'"',i=0,o=e.length;iparseInt(this.max)&&An(a,s[0],s,this._vnode)),e.data.keepAlive=!0}return e||t&&t[0]}}};!function(t){var e={get:function(){return U}};Object.defineProperty(t,"config",e),t.util={warn:ct,extend:k,mergeOptions:Nt,defineReactive:St},t.set=Ot,t.delete=kt,t.nextTick=ee,t.observable=function(t){return At(t),t},t.options=Object.create(null),L.forEach((function(e){t.options[e+"s"]=Object.create(null)})),t.options._base=t,k(t.options.components,On),function(t){t.use=function(t){var e=this._installedPlugins||(this._installedPlugins=[]);if(e.indexOf(t)>-1)return this;var n=O(arguments,1);return n.unshift(this),"function"==typeof t.install?t.install.apply(t,n):"function"==typeof t&&t.apply(null,n),e.push(t),this}}(t),function(t){t.mixin=function(t){return this.options=Nt(this.options,t),this}}(t),function(t){t.cid=0;var e=1;t.extend=function(t){t=t||{};var n=this,r=n.cid,i=t._Ctor||(t._Ctor={});if(i[r])return i[r];var o=t.name||n.options.name,a=function(t){this._init(t)};return(a.prototype=Object.create(n.prototype)).constructor=a,a.cid=e++,a.options=Nt(n.options,t),a.super=n,a.options.props&&function(t){var e=t.options.props;for(var n in e)hn(t.prototype,"_props",n)}(a),a.options.computed&&function(t){var e=t.options.computed;for(var n in e)mn(t.prototype,n,e[n])}(a),a.extend=n.extend,a.mixin=n.mixin,a.use=n.use,L.forEach((function(t){a[t]=n[t]})),o&&(a.options.components[o]=a),a.superOptions=n.options,a.extendOptions=t,a.sealedOptions=k({},a.options),i[r]=a,a}}(t),function(t){L.forEach((function(e){t[e]=function(t,n){return n?("component"===e&&l(n)&&(n.name=n.name||t,n=this.options._base.extend(n)),"directive"===e&&"function"==typeof n&&(n={bind:n,update:n}),this.options[e+"s"][t]=n,n):this.options[e+"s"][t]}}))}(t)}(xn),Object.defineProperty(xn.prototype,"$isServer",{get:it}),Object.defineProperty(xn.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(xn,"FunctionalRenderContext",{value:Pe}),xn.version="2.6.12";var kn=v("style,class"),En=v("input,textarea,option,select,progress"),jn=function(t,e,n){return"value"===n&&En(t)&&"button"!==e||"selected"===n&&"option"===t||"checked"===n&&"input"===t||"muted"===n&&"video"===t},Pn=v("contenteditable,draggable,spellcheck"),In=v("events,caret,typing,plaintext-only"),Mn=v("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,translate,truespeed,typemustmatch,visible"),Rn="http://www.w3.org/1999/xlink",Nn=function(t){return":"===t.charAt(5)&&"xlink"===t.slice(0,5)},Dn=function(t){return Nn(t)?t.slice(6,t.length):""},Ln=function(t){return null==t||!1===t};function Fn(t,e){return{staticClass:Un(t.staticClass,e.staticClass),class:o(t.class)?[t.class,e.class]:e.class}}function Un(t,e){return t?e?t+" "+e:t:e||""}function Bn(t){return Array.isArray(t)?function(t){for(var e,n="",r=0,i=t.length;r-1?pr(t,e,n):Mn(e)?Ln(n)?t.removeAttribute(e):(n="allowfullscreen"===e&&"EMBED"===t.tagName?"true":e,t.setAttribute(e,n)):Pn(e)?t.setAttribute(e,function(t,e){return Ln(e)||"false"===e?"false":"contenteditable"===t&&In(e)?e:"true"}(e,n)):Nn(e)?Ln(n)?t.removeAttributeNS(Rn,Dn(e)):t.setAttributeNS(Rn,e,n):pr(t,e,n)}function pr(t,e,n){if(Ln(n))t.removeAttribute(e);else{if(J&&!K&&"TEXTAREA"===t.tagName&&"placeholder"===e&&""!==n&&!t.__ieph){var r=function(e){e.stopImmediatePropagation(),t.removeEventListener("input",r)};t.addEventListener("input",r),t.__ieph=!0}t.setAttribute(e,n)}}var dr={create:lr,update:lr};function hr(t,e){var n=e.elm,r=e.data,a=t.data;if(!(i(r.staticClass)&&i(r.class)&&(i(a)||i(a.staticClass)&&i(a.class)))){var s=function(t){for(var e=t.data,n=t,r=t;o(r.componentInstance);)(r=r.componentInstance._vnode)&&r.data&&(e=Fn(r.data,e));for(;o(n=n.parent);)n&&n.data&&(e=Fn(e,n.data));return function(t,e){return o(t)||o(e)?Un(t,Bn(e)):""}(e.staticClass,e.class)}(e),u=n._transitionClasses;o(u)&&(s=Un(s,Bn(u))),s!==n._prevClass&&(n.setAttribute("class",s),n._prevClass=s)}}var vr,mr,gr,yr,_r,br,wr={create:hr,update:hr},xr=/[\w).+\-_$\]]/;function Tr(t){var e,n,r,i,o,a=!1,s=!1,u=!1,c=!1,l=0,f=0,p=0,d=0;for(r=0;r=0&&" "===(v=t.charAt(h));h--);v&&xr.test(v)||(c=!0)}}else void 0===i?(d=r+1,i=t.slice(0,r).trim()):m();function m(){(o||(o=[])).push(t.slice(d,r).trim()),d=r+1}if(void 0===i?i=t.slice(0,r).trim():0!==d&&m(),o)for(r=0;r-1?{exp:t.slice(0,yr),key:'"'+t.slice(yr+1)+'"'}:{exp:t,key:null};for(mr=t,yr=_r=br=0;!Ur();)Br(gr=Fr())?qr(gr):91===gr&&zr(gr);return{exp:t.slice(0,_r),key:t.slice(_r+1,br)}}(t);return null===n.key?t+"="+e:"$set("+n.exp+", "+n.key+", "+e+")"}function Fr(){return mr.charCodeAt(++yr)}function Ur(){return yr>=vr}function Br(t){return 34===t||39===t}function zr(t){var e=1;for(_r=yr;!Ur();)if(Br(t=Fr()))qr(t);else if(91===t&&e++,93===t&&e--,0===e){br=yr;break}}function qr(t){for(var e=t;!Ur()&&(t=Fr())!==e;);}var Hr,Gr="__r";function Wr(t,e,n){var r=Hr;return function i(){null!==e.apply(null,arguments)&&Xr(t,i,n,r)}}var Zr=Zt&&!(tt&&Number(tt[1])<=53);function Vr(t,e,n,r){if(Zr){var i=sn,o=e;e=o._wrapper=function(t){if(t.target===t.currentTarget||t.timeStamp>=i||t.timeStamp<=0||t.target.ownerDocument!==document)return o.apply(this,arguments)}}Hr.addEventListener(t,e,nt?{capture:n,passive:r}:n)}function Xr(t,e,n,r){(r||Hr).removeEventListener(t,e._wrapper||e,n)}function Jr(t,e){if(!i(t.data.on)||!i(e.data.on)){var n=e.data.on||{},r=t.data.on||{};Hr=e.elm,function(t){if(o(t.__r)){var e=J?"change":"input";t[e]=[].concat(t.__r,t[e]||[]),delete t.__r}o(t.__c)&&(t.change=[].concat(t.__c,t.change||[]),delete t.__c)}(n),ae(n,r,Vr,Xr,Wr,e.context),Hr=void 0}}var Kr,Yr={create:Jr,update:Jr};function Qr(t,e){if(!i(t.data.domProps)||!i(e.data.domProps)){var n,r,a=e.elm,s=t.data.domProps||{},u=e.data.domProps||{};for(n in o(u.__ob__)&&(u=e.data.domProps=k({},u)),s)n in u||(a[n]="");for(n in u){if(r=u[n],"textContent"===n||"innerHTML"===n){if(e.children&&(e.children.length=0),r===s[n])continue;1===a.childNodes.length&&a.removeChild(a.childNodes[0])}if("value"===n&&"PROGRESS"!==a.tagName){a._value=r;var c=i(r)?"":String(r);ti(a,c)&&(a.value=c)}else if("innerHTML"===n&&Hn(a.tagName)&&i(a.innerHTML)){(Kr=Kr||document.createElement("div")).innerHTML=""+r+"";for(var l=Kr.firstChild;a.firstChild;)a.removeChild(a.firstChild);for(;l.firstChild;)a.appendChild(l.firstChild)}else if(r!==s[n])try{a[n]=r}catch(t){}}}}function ti(t,e){return!t.composing&&("OPTION"===t.tagName||function(t,e){var n=!0;try{n=document.activeElement!==t}catch(t){}return n&&t.value!==e}(t,e)||function(t,e){var n=t.value,r=t._vModifiers;if(o(r)){if(r.number)return h(n)!==h(e);if(r.trim)return n.trim()!==e.trim()}return n!==e}(t,e))}var ei={create:Qr,update:Qr},ni=w((function(t){var e={},n=/:(.+)/;return t.split(/;(?![^(]*\))/g).forEach((function(t){if(t){var r=t.split(n);r.length>1&&(e[r[0].trim()]=r[1].trim())}})),e}));function ri(t){var e=ii(t.style);return t.staticStyle?k(t.staticStyle,e):e}function ii(t){return Array.isArray(t)?E(t):"string"==typeof t?ni(t):t}var oi,ai=/^--/,si=/\s*!important$/,ui=function(t,e,n){if(ai.test(e))t.style.setProperty(e,n);else if(si.test(n))t.style.setProperty(A(e),n.replace(si,""),"important");else{var r=li(e);if(Array.isArray(n))for(var i=0,o=n.length;i-1?e.split(di).forEach((function(e){return t.classList.add(e)})):t.classList.add(e);else{var n=" "+(t.getAttribute("class")||"")+" ";n.indexOf(" "+e+" ")<0&&t.setAttribute("class",(n+e).trim())}}function vi(t,e){if(e&&(e=e.trim()))if(t.classList)e.indexOf(" ")>-1?e.split(di).forEach((function(e){return t.classList.remove(e)})):t.classList.remove(e),t.classList.length||t.removeAttribute("class");else{for(var n=" "+(t.getAttribute("class")||"")+" ",r=" "+e+" ";n.indexOf(r)>=0;)n=n.replace(r," ");(n=n.trim())?t.setAttribute("class",n):t.removeAttribute("class")}}function mi(t){if(t){if("object"==typeof t){var e={};return!1!==t.css&&k(e,gi(t.name||"v")),k(e,t),e}return"string"==typeof t?gi(t):void 0}}var gi=w((function(t){return{enterClass:t+"-enter",enterToClass:t+"-enter-to",enterActiveClass:t+"-enter-active",leaveClass:t+"-leave",leaveToClass:t+"-leave-to",leaveActiveClass:t+"-leave-active"}})),yi=W&&!K,_i="transition",bi="animation",wi="transition",xi="transitionend",Ti="animation",Ci="animationend";yi&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(wi="WebkitTransition",xi="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(Ti="WebkitAnimation",Ci="webkitAnimationEnd"));var $i=W?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(t){return t()};function Ai(t){$i((function(){$i(t)}))}function Si(t,e){var n=t._transitionClasses||(t._transitionClasses=[]);n.indexOf(e)<0&&(n.push(e),hi(t,e))}function Oi(t,e){t._transitionClasses&&y(t._transitionClasses,e),vi(t,e)}function ki(t,e,n){var r=ji(t,e),i=r.type,o=r.timeout,a=r.propCount;if(!i)return n();var s=i===_i?xi:Ci,u=0,c=function(){t.removeEventListener(s,l),n()},l=function(e){e.target===t&&++u>=a&&c()};setTimeout((function(){u0&&(n=_i,l=a,f=o.length):e===bi?c>0&&(n=bi,l=c,f=u.length):f=(n=(l=Math.max(a,c))>0?a>c?_i:bi:null)?n===_i?o.length:u.length:0,{type:n,timeout:l,propCount:f,hasTransform:n===_i&&Ei.test(r[wi+"Property"])}}function Pi(t,e){for(;t.length1}function Li(t,e){!0!==e.data.show&&Mi(e)}var Fi=function(t){var e,n,r={},u=t.modules,c=t.nodeOps;for(e=0;eh?_(t,i(n[g+1])?null:n[g+1].elm,n,d,g,r):d>g&&w(e,p,h)}(p,v,g,n,l):o(g)?(o(t.text)&&c.setTextContent(p,""),_(p,null,g,0,g.length-1,n)):o(v)?w(v,0,v.length-1):o(t.text)&&c.setTextContent(p,""):t.text!==e.text&&c.setTextContent(p,e.text),o(h)&&o(d=h.hook)&&o(d=d.postpatch)&&d(t,e)}}}function $(t,e,n){if(a(n)&&o(t.parent))t.parent.data.pendingInsert=e;else for(var r=0;r-1,a.selected!==o&&(a.selected=o);else if(M(Hi(a),r))return void(t.selectedIndex!==s&&(t.selectedIndex=s));i||(t.selectedIndex=-1)}}function qi(t,e){return e.every((function(e){return!M(e,t)}))}function Hi(t){return"_value"in t?t._value:t.value}function Gi(t){t.target.composing=!0}function Wi(t){t.target.composing&&(t.target.composing=!1,Zi(t.target,"input"))}function Zi(t,e){var n=document.createEvent("HTMLEvents");n.initEvent(e,!0,!0),t.dispatchEvent(n)}function Vi(t){return!t.componentInstance||t.data&&t.data.transition?t:Vi(t.componentInstance._vnode)}var Xi={model:Ui,show:{bind:function(t,e,n){var r=e.value,i=(n=Vi(n)).data&&n.data.transition,o=t.__vOriginalDisplay="none"===t.style.display?"":t.style.display;r&&i?(n.data.show=!0,Mi(n,(function(){t.style.display=o}))):t.style.display=r?o:"none"},update:function(t,e,n){var r=e.value;!r!=!e.oldValue&&((n=Vi(n)).data&&n.data.transition?(n.data.show=!0,r?Mi(n,(function(){t.style.display=t.__vOriginalDisplay})):Ri(n,(function(){t.style.display="none"}))):t.style.display=r?t.__vOriginalDisplay:"none")},unbind:function(t,e,n,r,i){i||(t.style.display=t.__vOriginalDisplay)}}},Ji={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function Ki(t){var e=t&&t.componentOptions;return e&&e.Ctor.options.abstract?Ki(He(e.children)):t}function Yi(t){var e={},n=t.$options;for(var r in n.propsData)e[r]=t[r];var i=n._parentListeners;for(var o in i)e[T(o)]=i[o];return e}function Qi(t,e){if(/\d-keep-alive$/.test(e.tag))return t("keep-alive",{props:e.componentOptions.propsData})}var to=function(t){return t.tag||qe(t)},eo=function(t){return"show"===t.name},no={name:"transition",props:Ji,abstract:!0,render:function(t){var e=this,n=this.$slots.default;if(n&&(n=n.filter(to)).length){var r=this.mode,i=n[0];if(function(t){for(;t=t.parent;)if(t.data.transition)return!0}(this.$vnode))return i;var o=Ki(i);if(!o)return i;if(this._leaving)return Qi(t,i);var a="__transition-"+this._uid+"-";o.key=null==o.key?o.isComment?a+"comment":a+o.tag:s(o.key)?0===String(o.key).indexOf(a)?o.key:a+o.key:o.key;var u=(o.data||(o.data={})).transition=Yi(this),c=this._vnode,l=Ki(c);if(o.data.directives&&o.data.directives.some(eo)&&(o.data.show=!0),l&&l.data&&!function(t,e){return e.key===t.key&&e.tag===t.tag}(o,l)&&!qe(l)&&(!l.componentInstance||!l.componentInstance._vnode.isComment)){var f=l.data.transition=k({},u);if("out-in"===r)return this._leaving=!0,se(f,"afterLeave",(function(){e._leaving=!1,e.$forceUpdate()})),Qi(t,i);if("in-out"===r){if(qe(o))return c;var p,d=function(){p()};se(u,"afterEnter",d),se(u,"enterCancelled",d),se(f,"delayLeave",(function(t){p=t}))}}return i}}},ro=k({tag:String,moveClass:String},Ji);function io(t){t.elm._moveCb&&t.elm._moveCb(),t.elm._enterCb&&t.elm._enterCb()}function oo(t){t.data.newPos=t.elm.getBoundingClientRect()}function ao(t){var e=t.data.pos,n=t.data.newPos,r=e.left-n.left,i=e.top-n.top;if(r||i){t.data.moved=!0;var o=t.elm.style;o.transform=o.WebkitTransform="translate("+r+"px,"+i+"px)",o.transitionDuration="0s"}}delete ro.mode;var so={Transition:no,TransitionGroup:{props:ro,beforeMount:function(){var t=this,e=this._update;this._update=function(n,r){var i=Je(t);t.__patch__(t._vnode,t.kept,!1,!0),t._vnode=t.kept,i(),e.call(t,n,r)}},render:function(t){for(var e=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),r=this.prevChildren=this.children,i=this.$slots.default||[],o=this.children=[],a=Yi(this),s=0;s-1?Zn[t]=e.constructor===window.HTMLUnknownElement||e.constructor===window.HTMLElement:Zn[t]=/HTMLUnknownElement/.test(e.toString())},k(xn.options.directives,Xi),k(xn.options.components,so),xn.prototype.__patch__=W?Fi:j,xn.prototype.$mount=function(t,e){return function(t,e,n){var r;return t.$el=e,t.$options.render||(t.$options.render=gt),Qe(t,"beforeMount"),r=function(){t._update(t._render(),n)},new pn(t,r,j,{before:function(){t._isMounted&&!t._isDestroyed&&Qe(t,"beforeUpdate")}},!0),n=!1,null==t.$vnode&&(t._isMounted=!0,Qe(t,"mounted")),t}(this,t=t&&W?Xn(t):void 0,e)},W&&setTimeout((function(){U.devtools&&ot&&ot.emit("init",xn)}),0);var uo,co=/\{\{((?:.|\r?\n)+?)\}\}/g,lo=/[-.*+?^${}()|[\]\/\\]/g,fo=w((function(t){var e=t[0].replace(lo,"\\$&"),n=t[1].replace(lo,"\\$&");return new RegExp(e+"((?:.|\\n)+?)"+n,"g")})),po={staticKeys:["staticClass"],transformNode:function(t,e){e.warn;var n=Mr(t,"class");n&&(t.staticClass=JSON.stringify(n));var r=Ir(t,"class",!1);r&&(t.classBinding=r)},genData:function(t){var e="";return t.staticClass&&(e+="staticClass:"+t.staticClass+","),t.classBinding&&(e+="class:"+t.classBinding+","),e}},ho={staticKeys:["staticStyle"],transformNode:function(t,e){e.warn;var n=Mr(t,"style");n&&(t.staticStyle=JSON.stringify(ni(n)));var r=Ir(t,"style",!1);r&&(t.styleBinding=r)},genData:function(t){var e="";return t.staticStyle&&(e+="staticStyle:"+t.staticStyle+","),t.styleBinding&&(e+="style:("+t.styleBinding+"),"),e}},vo=v("area,base,br,col,embed,frame,hr,img,input,isindex,keygen,link,meta,param,source,track,wbr"),mo=v("colgroup,dd,dt,li,options,p,td,tfoot,th,thead,tr,source"),go=v("address,article,aside,base,blockquote,body,caption,col,colgroup,dd,details,dialog,div,dl,dt,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,head,header,hgroup,hr,html,legend,li,menuitem,meta,optgroup,option,param,rp,rt,source,style,summary,tbody,td,tfoot,th,thead,title,tr,track"),yo=/^\s*([^\s"'<>\/=]+)(?:\s*(=)\s*(?:"([^"]*)"+|'([^']*)'+|([^\s"'=<>`]+)))?/,_o=/^\s*((?:v-[\w-]+:|@|:|#)\[[^=]+\][^\s"'<>\/=]*)(?:\s*(=)\s*(?:"([^"]*)"+|'([^']*)'+|([^\s"'=<>`]+)))?/,bo="[a-zA-Z_][\\-\\.0-9_a-zA-Z"+B.source+"]*",wo="((?:"+bo+"\\:)?"+bo+")",xo=new RegExp("^<"+wo),To=/^\s*(\/?)>/,Co=new RegExp("^<\\/"+wo+"[^>]*>"),$o=/^]+>/i,Ao=/^",""":'"',"&":"&"," ":"\n"," ":"\t","'":"'"},jo=/&(?:lt|gt|quot|amp|#39);/g,Po=/&(?:lt|gt|quot|amp|#39|#10|#9);/g,Io=v("pre,textarea",!0),Mo=function(t,e){return t&&Io(t)&&"\n"===e[0]};function Ro(t,e){var n=e?Po:jo;return t.replace(n,(function(t){return Eo[t]}))}var No,Do,Lo,Fo,Uo,Bo,zo,qo,Ho=/^@|^v-on:/,Go=/^v-|^@|^:|^#/,Wo=/([\s\S]*?)\s+(?:in|of)\s+([\s\S]*)/,Zo=/,([^,\}\]]*)(?:,([^,\}\]]*))?$/,Vo=/^\(|\)$/g,Xo=/^\[.*\]$/,Jo=/:(.*)$/,Ko=/^:|^\.|^v-bind:/,Yo=/\.[^.\]]+(?=[^\]]*$)/g,Qo=/^v-slot(:|$)|^#/,ta=/[\r\n]/,ea=/\s+/g,na=w((function(t){return(uo=uo||document.createElement("div")).innerHTML=t,uo.textContent})),ra="_empty_";function ia(t,e,n){return{type:1,tag:t,attrsList:e,attrsMap:la(e),rawAttrsMap:{},parent:n,children:[]}}function oa(t,e){var n,r;(r=Ir(n=t,"key"))&&(n.key=r),t.plain=!t.key&&!t.scopedSlots&&!t.attrsList.length,function(t){var e=Ir(t,"ref");e&&(t.ref=e,t.refInFor=function(t){for(var e=t;e;){if(void 0!==e.for)return!0;e=e.parent}return!1}(t))}(t),function(t){var e;"template"===t.tag?(e=Mr(t,"scope"),t.slotScope=e||Mr(t,"slot-scope")):(e=Mr(t,"slot-scope"))&&(t.slotScope=e);var n=Ir(t,"slot");if(n&&(t.slotTarget='""'===n?'"default"':n,t.slotTargetDynamic=!(!t.attrsMap[":slot"]&&!t.attrsMap["v-bind:slot"]),"template"===t.tag||t.slotScope||Or(t,"slot",n,function(t,e){return t.rawAttrsMap[":"+e]||t.rawAttrsMap["v-bind:"+e]||t.rawAttrsMap[e]}(t,"slot"))),"template"===t.tag){var r=Rr(t,Qo);if(r){var i=ua(r),o=i.name,a=i.dynamic;t.slotTarget=o,t.slotTargetDynamic=a,t.slotScope=r.value||ra}}else{var s=Rr(t,Qo);if(s){var u=t.scopedSlots||(t.scopedSlots={}),c=ua(s),l=c.name,f=c.dynamic,p=u[l]=ia("template",[],t);p.slotTarget=l,p.slotTargetDynamic=f,p.children=t.children.filter((function(t){if(!t.slotScope)return t.parent=p,!0})),p.slotScope=s.value||ra,t.children=[],t.plain=!1}}}(t),function(t){"slot"===t.tag&&(t.slotName=Ir(t,"name"))}(t),function(t){var e;(e=Ir(t,"is"))&&(t.component=e),null!=Mr(t,"inline-template")&&(t.inlineTemplate=!0)}(t);for(var i=0;i-1"+("true"===o?":("+e+")":":_q("+e+","+o+")")),Pr(t,"change","var $$a="+e+",$$el=$event.target,$$c=$$el.checked?("+o+"):("+a+");if(Array.isArray($$a)){var $$v="+(r?"_n("+i+")":i)+",$$i=_i($$a,$$v);if($$el.checked){$$i<0&&("+Lr(e,"$$a.concat([$$v])")+")}else{$$i>-1&&("+Lr(e,"$$a.slice(0,$$i).concat($$a.slice($$i+1))")+")}}else{"+Lr(e,"$$c")+"}",null,!0)}(t,r,i);else if("input"===o&&"radio"===a)!function(t,e,n){var r=n&&n.number,i=Ir(t,"value")||"null";Sr(t,"checked","_q("+e+","+(i=r?"_n("+i+")":i)+")"),Pr(t,"change",Lr(e,i),null,!0)}(t,r,i);else if("input"===o||"textarea"===o)!function(t,e,n){var r=t.attrsMap.type,i=n||{},o=i.lazy,a=i.number,s=i.trim,u=!o&&"range"!==r,c=o?"change":"range"===r?Gr:"input",l="$event.target.value";s&&(l="$event.target.value.trim()"),a&&(l="_n("+l+")");var f=Lr(e,l);u&&(f="if($event.target.composing)return;"+f),Sr(t,"value","("+e+")"),Pr(t,c,f,null,!0),(s||a)&&Pr(t,"blur","$forceUpdate()")}(t,r,i);else if(!U.isReservedTag(o))return Dr(t,r,i),!1;return!0},text:function(t,e){e.value&&Sr(t,"textContent","_s("+e.value+")",e)},html:function(t,e){e.value&&Sr(t,"innerHTML","_s("+e.value+")",e)}},isPreTag:function(t){return"pre"===t},isUnaryTag:vo,mustUseProp:jn,canBeLeftOpenTag:mo,isReservedTag:Gn,getTagNamespace:Wn,staticKeys:function(t){return t.reduce((function(t,e){return t.concat(e.staticKeys||[])}),[]).join(",")}(ma)},ya=w((function(t){return v("type,tag,attrsList,attrsMap,plain,parent,children,attrs,start,end,rawAttrsMap"+(t?","+t:""))}));var _a=/^([\w$_]+|\([^)]*?\))\s*=>|^function(?:\s+[\w$]+)?\s*\(/,ba=/\([^)]*?\);*$/,wa=/^[A-Za-z_$][\w$]*(?:\.[A-Za-z_$][\w$]*|\['[^']*?']|\["[^"]*?"]|\[\d+]|\[[A-Za-z_$][\w$]*])*$/,xa={esc:27,tab:9,enter:13,space:32,up:38,left:37,right:39,down:40,delete:[8,46]},Ta={esc:["Esc","Escape"],tab:"Tab",enter:"Enter",space:[" ","Spacebar"],up:["Up","ArrowUp"],left:["Left","ArrowLeft"],right:["Right","ArrowRight"],down:["Down","ArrowDown"],delete:["Backspace","Delete","Del"]},Ca=function(t){return"if("+t+")return null;"},$a={stop:"$event.stopPropagation();",prevent:"$event.preventDefault();",self:Ca("$event.target !== $event.currentTarget"),ctrl:Ca("!$event.ctrlKey"),shift:Ca("!$event.shiftKey"),alt:Ca("!$event.altKey"),meta:Ca("!$event.metaKey"),left:Ca("'button' in $event && $event.button !== 0"),middle:Ca("'button' in $event && $event.button !== 1"),right:Ca("'button' in $event && $event.button !== 2")};function Aa(t,e){var n=e?"nativeOn:":"on:",r="",i="";for(var o in t){var a=Sa(t[o]);t[o]&&t[o].dynamic?i+=o+","+a+",":r+='"'+o+'":'+a+","}return r="{"+r.slice(0,-1)+"}",i?n+"_d("+r+",["+i.slice(0,-1)+"])":n+r}function Sa(t){if(!t)return"function(){}";if(Array.isArray(t))return"["+t.map((function(t){return Sa(t)})).join(",")+"]";var e=wa.test(t.value),n=_a.test(t.value),r=wa.test(t.value.replace(ba,""));if(t.modifiers){var i="",o="",a=[];for(var s in t.modifiers)if($a[s])o+=$a[s],xa[s]&&a.push(s);else if("exact"===s){var u=t.modifiers;o+=Ca(["ctrl","shift","alt","meta"].filter((function(t){return!u[t]})).map((function(t){return"$event."+t+"Key"})).join("||"))}else a.push(s);return a.length&&(i+=function(t){return"if(!$event.type.indexOf('key')&&"+t.map(Oa).join("&&")+")return null;"}(a)),o&&(i+=o),"function($event){"+i+(e?"return "+t.value+"($event)":n?"return ("+t.value+")($event)":r?"return "+t.value:t.value)+"}"}return e||n?t.value:"function($event){"+(r?"return "+t.value:t.value)+"}"}function Oa(t){var e=parseInt(t,10);if(e)return"$event.keyCode!=="+e;var n=xa[t],r=Ta[t];return"_k($event.keyCode,"+JSON.stringify(t)+","+JSON.stringify(n)+",$event.key,"+JSON.stringify(r)+")"}var ka={on:function(t,e){t.wrapListeners=function(t){return"_g("+t+","+e.value+")"}},bind:function(t,e){t.wrapData=function(n){return"_b("+n+",'"+t.tag+"',"+e.value+","+(e.modifiers&&e.modifiers.prop?"true":"false")+(e.modifiers&&e.modifiers.sync?",true":"")+")"}},cloak:j},Ea=function(t){this.options=t,this.warn=t.warn||$r,this.transforms=Ar(t.modules,"transformCode"),this.dataGenFns=Ar(t.modules,"genData"),this.directives=k(k({},ka),t.directives);var e=t.isReservedTag||P;this.maybeComponent=function(t){return!!t.component||!e(t.tag)},this.onceId=0,this.staticRenderFns=[],this.pre=!1};function ja(t,e){var n=new Ea(e);return{render:"with(this){return "+(t?Pa(t,n):'_c("div")')+"}",staticRenderFns:n.staticRenderFns}}function Pa(t,e){if(t.parent&&(t.pre=t.pre||t.parent.pre),t.staticRoot&&!t.staticProcessed)return Ia(t,e);if(t.once&&!t.onceProcessed)return Ma(t,e);if(t.for&&!t.forProcessed)return Na(t,e);if(t.if&&!t.ifProcessed)return Ra(t,e);if("template"!==t.tag||t.slotTarget||e.pre){if("slot"===t.tag)return function(t,e){var n=t.slotName||'"default"',r=Ua(t,e),i="_t("+n+(r?","+r:""),o=t.attrs||t.dynamicAttrs?qa((t.attrs||[]).concat(t.dynamicAttrs||[]).map((function(t){return{name:T(t.name),value:t.value,dynamic:t.dynamic}}))):null,a=t.attrsMap["v-bind"];return!o&&!a||r||(i+=",null"),o&&(i+=","+o),a&&(i+=(o?"":",null")+","+a),i+")"}(t,e);var n;if(t.component)n=function(t,e,n){var r=e.inlineTemplate?null:Ua(e,n,!0);return"_c("+t+","+Da(e,n)+(r?","+r:"")+")"}(t.component,t,e);else{var r;(!t.plain||t.pre&&e.maybeComponent(t))&&(r=Da(t,e));var i=t.inlineTemplate?null:Ua(t,e,!0);n="_c('"+t.tag+"'"+(r?","+r:"")+(i?","+i:"")+")"}for(var o=0;o>>0}(a):"")+")"}(t,t.scopedSlots,e)+","),t.model&&(n+="model:{value:"+t.model.value+",callback:"+t.model.callback+",expression:"+t.model.expression+"},"),t.inlineTemplate){var o=function(t,e){var n=t.children[0];if(n&&1===n.type){var r=ja(n,e.options);return"inlineTemplate:{render:function(){"+r.render+"},staticRenderFns:["+r.staticRenderFns.map((function(t){return"function(){"+t+"}"})).join(",")+"]}"}}(t,e);o&&(n+=o+",")}return n=n.replace(/,$/,"")+"}",t.dynamicAttrs&&(n="_b("+n+',"'+t.tag+'",'+qa(t.dynamicAttrs)+")"),t.wrapData&&(n=t.wrapData(n)),t.wrapListeners&&(n=t.wrapListeners(n)),n}function La(t){return 1===t.type&&("slot"===t.tag||t.children.some(La))}function Fa(t,e){var n=t.attrsMap["slot-scope"];if(t.if&&!t.ifProcessed&&!n)return Ra(t,e,Fa,"null");if(t.for&&!t.forProcessed)return Na(t,e,Fa);var r=t.slotScope===ra?"":String(t.slotScope),i="function("+r+"){return "+("template"===t.tag?t.if&&n?"("+t.if+")?"+(Ua(t,e)||"undefined")+":undefined":Ua(t,e)||"undefined":Pa(t,e))+"}",o=r?"":",proxy:true";return"{key:"+(t.slotTarget||'"default"')+",fn:"+i+o+"}"}function Ua(t,e,n,r,i){var o=t.children;if(o.length){var a=o[0];if(1===o.length&&a.for&&"template"!==a.tag&&"slot"!==a.tag){var s=n?e.maybeComponent(a)?",1":",0":"";return""+(r||Pa)(a,e)+s}var u=n?function(t,e){for(var n=0,r=0;r]*>)","i")),p=t.replace(f,(function(t,n,r){return c=r.length,Oo(l)||"noscript"===l||(n=n.replace(//g,"$1").replace(//g,"$1")),Mo(l,n)&&(n=n.slice(1)),e.chars&&e.chars(n),""}));u+=t.length-p.length,t=p,A(l,u-c,u)}else{var d=t.indexOf("<");if(0===d){if(Ao.test(t)){var h=t.indexOf("--\x3e");if(h>=0){e.shouldKeepComment&&e.comment(t.substring(4,h),u,u+h+3),T(h+3);continue}}if(So.test(t)){var v=t.indexOf("]>");if(v>=0){T(v+2);continue}}var m=t.match($o);if(m){T(m[0].length);continue}var g=t.match(Co);if(g){var y=u;T(g[0].length),A(g[1],y,u);continue}var _=C();if(_){$(_),Mo(_.tagName,t)&&T(1);continue}}var b=void 0,w=void 0,x=void 0;if(d>=0){for(w=t.slice(d);!(Co.test(w)||xo.test(w)||Ao.test(w)||So.test(w)||(x=w.indexOf("<",1))<0);)d+=x,w=t.slice(d);b=t.substring(0,d)}d<0&&(b=t),b&&T(b.length),e.chars&&b&&e.chars(b,u-b.length,u)}if(t===n){e.chars&&e.chars(t);break}}function T(e){u+=e,t=t.substring(e)}function C(){var e=t.match(xo);if(e){var n,r,i={tagName:e[1],attrs:[],start:u};for(T(e[0].length);!(n=t.match(To))&&(r=t.match(_o)||t.match(yo));)r.start=u,T(r[0].length),r.end=u,i.attrs.push(r);if(n)return i.unarySlash=n[1],T(n[0].length),i.end=u,i}}function $(t){var n=t.tagName,u=t.unarySlash;o&&("p"===r&&go(n)&&A(r),s(n)&&r===n&&A(n));for(var c=a(n)||!!u,l=t.attrs.length,f=new Array(l),p=0;p=0&&i[a].lowerCasedTag!==s;a--);else a=0;if(a>=0){for(var c=i.length-1;c>=a;c--)e.end&&e.end(i[c].tag,n,o);i.length=a,r=a&&i[a-1].tag}else"br"===s?e.start&&e.start(t,[],!0,n,o):"p"===s&&(e.start&&e.start(t,[],!1,n,o),e.end&&e.end(t,n,o))}A()}(t,{warn:No,expectHTML:e.expectHTML,isUnaryTag:e.isUnaryTag,canBeLeftOpenTag:e.canBeLeftOpenTag,shouldDecodeNewlines:e.shouldDecodeNewlines,shouldDecodeNewlinesForHref:e.shouldDecodeNewlinesForHref,shouldKeepComment:e.comments,outputSourceRange:e.outputSourceRange,start:function(t,o,a,l,f){var p=r&&r.ns||qo(t);J&&"svg"===p&&(o=function(t){for(var e=[],n=0;nu&&(s.push(o=t.slice(u,i)),a.push(JSON.stringify(o)));var c=Tr(r[1].trim());a.push("_s("+c+")"),s.push({"@binding":c}),u=i+r[0].length}return u':'
',Va.innerHTML.indexOf(" ")>0}var Ya=!!W&&Ka(!1),Qa=!!W&&Ka(!0),ts=w((function(t){var e=Xn(t);return e&&e.innerHTML})),es=xn.prototype.$mount;xn.prototype.$mount=function(t,e){if((t=t&&Xn(t))===document.body||t===document.documentElement)return this;var n=this.$options;if(!n.render){var r=n.template;if(r)if("string"==typeof r)"#"===r.charAt(0)&&(r=ts(r));else{if(!r.nodeType)return this;r=r.innerHTML}else t&&(r=function(t){if(t.outerHTML)return t.outerHTML;var e=document.createElement("div");return e.appendChild(t.cloneNode(!0)),e.innerHTML}(t));if(r){var i=Ja(r,{outputSourceRange:!1,shouldDecodeNewlines:Ya,shouldDecodeNewlinesForHref:Qa,delimiters:n.delimiters,comments:n.comments},this),o=i.render,a=i.staticRenderFns;n.render=o,n.staticRenderFns=a}}return es.call(this,t,e)},xn.compile=Ja,t.exports=xn},20629:(t,e,n)=>{"use strict";n.r(e),n.d(e,{Store:()=>l,install:()=>y,mapState:()=>_,mapMutations:()=>b,mapGetters:()=>w,mapActions:()=>x,createNamespacedHelpers:()=>T,default:()=>S}); /** * vuex v2.5.0 * (c) 2017 Evan You * @license MIT */ var r="undefined"!=typeof window&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function i(t,e){Object.keys(t).forEach((function(n){return e(t[n],n)}))}var o=function(t,e){this.runtime=e,this._children=Object.create(null),this._rawModule=t;var n=t.state;this.state=("function"==typeof n?n():n)||{}},a={namespaced:{configurable:!0}};a.namespaced.get=function(){return!!this._rawModule.namespaced},o.prototype.addChild=function(t,e){this._children[t]=e},o.prototype.removeChild=function(t){delete this._children[t]},o.prototype.getChild=function(t){return this._children[t]},o.prototype.update=function(t){this._rawModule.namespaced=t.namespaced,t.actions&&(this._rawModule.actions=t.actions),t.mutations&&(this._rawModule.mutations=t.mutations),t.getters&&(this._rawModule.getters=t.getters)},o.prototype.forEachChild=function(t){i(this._children,t)},o.prototype.forEachGetter=function(t){this._rawModule.getters&&i(this._rawModule.getters,t)},o.prototype.forEachAction=function(t){this._rawModule.actions&&i(this._rawModule.actions,t)},o.prototype.forEachMutation=function(t){this._rawModule.mutations&&i(this._rawModule.mutations,t)},Object.defineProperties(o.prototype,a);var s=function(t){this.register([],t,!1)};function u(t,e,n){if(e.update(n),n.modules)for(var r in n.modules){if(!e.getChild(r))return void 0;u(t.concat(r),e.getChild(r),n.modules[r])}}s.prototype.get=function(t){return t.reduce((function(t,e){return t.getChild(e)}),this.root)},s.prototype.getNamespace=function(t){var e=this.root;return t.reduce((function(t,n){return t+((e=e.getChild(n)).namespaced?n+"/":"")}),"")},s.prototype.update=function(t){u([],this.root,t)},s.prototype.register=function(t,e,n){var r=this;void 0===n&&(n=!0);var a=new o(e,n);0===t.length?this.root=a:this.get(t.slice(0,-1)).addChild(t[t.length-1],a);e.modules&&i(e.modules,(function(e,i){r.register(t.concat(i),e,n)}))},s.prototype.unregister=function(t){var e=this.get(t.slice(0,-1)),n=t[t.length-1];e.getChild(n).runtime&&e.removeChild(n)};var c;var l=function(t){var e=this;void 0===t&&(t={}),!c&&"undefined"!=typeof window&&window.Vue&&y(window.Vue);var n=t.plugins;void 0===n&&(n=[]);var i=t.strict;void 0===i&&(i=!1);var o=t.state;void 0===o&&(o={}),"function"==typeof o&&(o=o()||{}),this._committing=!1,this._actions=Object.create(null),this._actionSubscribers=[],this._mutations=Object.create(null),this._wrappedGetters=Object.create(null),this._modules=new s(t),this._modulesNamespaceMap=Object.create(null),this._subscribers=[],this._watcherVM=new c;var a=this,u=this.dispatch,l=this.commit;this.dispatch=function(t,e){return u.call(a,t,e)},this.commit=function(t,e,n){return l.call(a,t,e,n)},this.strict=i,v(this,o,[],this._modules.root),h(this,o),n.forEach((function(t){return t(e)})),c.config.devtools&&function(t){r&&(t._devtoolHook=r,r.emit("vuex:init",t),r.on("vuex:travel-to-state",(function(e){t.replaceState(e)})),t.subscribe((function(t,e){r.emit("vuex:mutation",t,e)})))}(this)},f={state:{configurable:!0}};function p(t,e){return e.indexOf(t)<0&&e.push(t),function(){var n=e.indexOf(t);n>-1&&e.splice(n,1)}}function d(t,e){t._actions=Object.create(null),t._mutations=Object.create(null),t._wrappedGetters=Object.create(null),t._modulesNamespaceMap=Object.create(null);var n=t.state;v(t,n,[],t._modules.root,!0),h(t,n,e)}function h(t,e,n){var r=t._vm;t.getters={};var o=t._wrappedGetters,a={};i(o,(function(e,n){a[n]=function(){return e(t)},Object.defineProperty(t.getters,n,{get:function(){return t._vm[n]},enumerable:!0})}));var s=c.config.silent;c.config.silent=!0,t._vm=new c({data:{$$state:e},computed:a}),c.config.silent=s,t.strict&&function(t){t._vm.$watch((function(){return this._data.$$state}),(function(){0}),{deep:!0,sync:!0})}(t),r&&(n&&t._withCommit((function(){r._data.$$state=null})),c.nextTick((function(){return r.$destroy()})))}function v(t,e,n,r,i){var o=!n.length,a=t._modules.getNamespace(n);if(r.namespaced&&(t._modulesNamespaceMap[a]=r),!o&&!i){var s=m(e,n.slice(0,-1)),u=n[n.length-1];t._withCommit((function(){c.set(s,u,r.state)}))}var l=r.context=function(t,e,n){var r=""===e,i={dispatch:r?t.dispatch:function(n,r,i){var o=g(n,r,i),a=o.payload,s=o.options,u=o.type;return s&&s.root||(u=e+u),t.dispatch(u,a)},commit:r?t.commit:function(n,r,i){var o=g(n,r,i),a=o.payload,s=o.options,u=o.type;s&&s.root||(u=e+u),t.commit(u,a,s)}};return Object.defineProperties(i,{getters:{get:r?function(){return t.getters}:function(){return function(t,e){var n={},r=e.length;return Object.keys(t.getters).forEach((function(i){if(i.slice(0,r)===e){var o=i.slice(r);Object.defineProperty(n,o,{get:function(){return t.getters[i]},enumerable:!0})}})),n}(t,e)}},state:{get:function(){return m(t.state,n)}}}),i}(t,a,n);r.forEachMutation((function(e,n){!function(t,e,n,r){(t._mutations[e]||(t._mutations[e]=[])).push((function(e){n.call(t,r.state,e)}))}(t,a+n,e,l)})),r.forEachAction((function(e,n){var r=e.root?n:a+n,i=e.handler||e;!function(t,e,n,r){(t._actions[e]||(t._actions[e]=[])).push((function(e,i){var o,a=n.call(t,{dispatch:r.dispatch,commit:r.commit,getters:r.getters,state:r.state,rootGetters:t.getters,rootState:t.state},e,i);return(o=a)&&"function"==typeof o.then||(a=Promise.resolve(a)),t._devtoolHook?a.catch((function(e){throw t._devtoolHook.emit("vuex:error",e),e})):a}))}(t,r,i,l)})),r.forEachGetter((function(e,n){!function(t,e,n,r){if(t._wrappedGetters[e])return void 0;t._wrappedGetters[e]=function(t){return n(r.state,r.getters,t.state,t.getters)}}(t,a+n,e,l)})),r.forEachChild((function(r,o){v(t,e,n.concat(o),r,i)}))}function m(t,e){return e.length?e.reduce((function(t,e){return t[e]}),t):t}function g(t,e,n){var r;return null!==(r=t)&&"object"==typeof r&&t.type&&(n=e,e=t,t=t.type),{type:t,payload:e,options:n}}function y(t){c&&t===c||function(t){if(Number(t.version.split(".")[0])>=2)t.mixin({beforeCreate:n});else{var e=t.prototype._init;t.prototype._init=function(t){void 0===t&&(t={}),t.init=t.init?[n].concat(t.init):n,e.call(this,t)}}function n(){var t=this.$options;t.store?this.$store="function"==typeof t.store?t.store():t.store:t.parent&&t.parent.$store&&(this.$store=t.parent.$store)}}(c=t)}f.state.get=function(){return this._vm._data.$$state},f.state.set=function(t){0},l.prototype.commit=function(t,e,n){var r=this,i=g(t,e,n),o=i.type,a=i.payload,s=(i.options,{type:o,payload:a}),u=this._mutations[o];u&&(this._withCommit((function(){u.forEach((function(t){t(a)}))})),this._subscribers.forEach((function(t){return t(s,r.state)})))},l.prototype.dispatch=function(t,e){var n=this,r=g(t,e),i=r.type,o=r.payload,a={type:i,payload:o},s=this._actions[i];if(s)return this._actionSubscribers.forEach((function(t){return t(a,n.state)})),s.length>1?Promise.all(s.map((function(t){return t(o)}))):s[0](o)},l.prototype.subscribe=function(t){return p(t,this._subscribers)},l.prototype.subscribeAction=function(t){return p(t,this._actionSubscribers)},l.prototype.watch=function(t,e,n){var r=this;return this._watcherVM.$watch((function(){return t(r.state,r.getters)}),e,n)},l.prototype.replaceState=function(t){var e=this;this._withCommit((function(){e._vm._data.$$state=t}))},l.prototype.registerModule=function(t,e,n){void 0===n&&(n={}),"string"==typeof t&&(t=[t]),this._modules.register(t,e),v(this,this.state,t,this._modules.get(t),n.preserveState),h(this,this.state)},l.prototype.unregisterModule=function(t){var e=this;"string"==typeof t&&(t=[t]),this._modules.unregister(t),this._withCommit((function(){var n=m(e.state,t.slice(0,-1));c.delete(n,t[t.length-1])})),d(this)},l.prototype.hotUpdate=function(t){this._modules.update(t),d(this,!0)},l.prototype._withCommit=function(t){var e=this._committing;this._committing=!0,t(),this._committing=e},Object.defineProperties(l.prototype,f);var _=$((function(t,e){var n={};return C(e).forEach((function(e){var r=e.key,i=e.val;n[r]=function(){var e=this.$store.state,n=this.$store.getters;if(t){var r=A(this.$store,"mapState",t);if(!r)return;e=r.context.state,n=r.context.getters}return"function"==typeof i?i.call(this,e,n):e[i]},n[r].vuex=!0})),n})),b=$((function(t,e){var n={};return C(e).forEach((function(e){var r=e.key,i=e.val;n[r]=function(){for(var e=[],n=arguments.length;n--;)e[n]=arguments[n];var r=this.$store.commit;if(t){var o=A(this.$store,"mapMutations",t);if(!o)return;r=o.context.commit}return"function"==typeof i?i.apply(this,[r].concat(e)):r.apply(this.$store,[i].concat(e))}})),n})),w=$((function(t,e){var n={};return C(e).forEach((function(e){var r=e.key,i=e.val;i=t+i,n[r]=function(){if(!t||A(this.$store,"mapGetters",t))return this.$store.getters[i]},n[r].vuex=!0})),n})),x=$((function(t,e){var n={};return C(e).forEach((function(e){var r=e.key,i=e.val;n[r]=function(){for(var e=[],n=arguments.length;n--;)e[n]=arguments[n];var r=this.$store.dispatch;if(t){var o=A(this.$store,"mapActions",t);if(!o)return;r=o.context.dispatch}return"function"==typeof i?i.apply(this,[r].concat(e)):r.apply(this.$store,[i].concat(e))}})),n})),T=function(t){return{mapState:_.bind(null,t),mapGetters:w.bind(null,t),mapMutations:b.bind(null,t),mapActions:x.bind(null,t)}};function C(t){return Array.isArray(t)?t.map((function(t){return{key:t,val:t}})):Object.keys(t).map((function(e){return{key:e,val:t[e]}}))}function $(t){return function(e,n){return"string"!=typeof e?(n=e,e=""):"/"!==e.charAt(e.length-1)&&(e+="/"),t(e,n)}}function A(t,e,n){return t._modulesNamespaceMap[n]}const S={Store:l,install:y,version:"2.5.0",mapState:_,mapMutations:b,mapGetters:w,mapActions:x,createNamespacedHelpers:T}},73609:t=>{"use strict";t.exports=window.jQuery},76608:()=>{}},e={};function n(r){var i=e[r];if(void 0!==i)return i.exports;var o=e[r]={id:r,loaded:!1,exports:{}};return t[r].call(o.exports,o,o.exports,n),o.loaded=!0,o.exports}n.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return n.d(e,{a:e}),e},n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.nmd=t=>(t.paths=[],t.children||(t.children=[]),t);(()=>{"use strict";var t=a(n(72100)),e=a(n(3830)),r=a(n(29778)),i=a(n(65191)),o=a(n(99271));function a(t){return t&&t.__esModule?t:{default:t}}t.default.mixin(o.default), /** * Copyright since 2007 PrestaShop SA and Contributors * PrestaShop is an International Registered Trademark & Property of PrestaShop SA * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.md. * It is also available through the world-wide-web at this URL: * https://opensource.org/licenses/OSL-3.0 * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to license@prestashop.com so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to https://devdocs.prestashop.com/ for more information. * * @author PrestaShop SA and Contributors * @copyright Since 2007 PrestaShop SA and Contributors * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0) */ new t.default({router:i.default,store:r.default,el:"#translations-app",template:"",components:{app:e.default},beforeMount:function(){this.$store.dispatch("getTranslations")}})})(),window.translations={}})();