Files
vuefilemanager/public/chunks/admin.js
Čarodej 662ba988a0 build
2022-01-14 09:30:59 +01:00

1 line
97 KiB
JavaScript
Vendored
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
(window.webpackJsonp=window.webpackJsonp||[]).push([[11],{"16s2":function(t,e,a){"use strict";a("e+Qt")},"1u70":function(t,e,a){"use strict";var i=a("CjXH"),n=a("xCqy"),o={name:"PopupHeader",props:["title","icon"],components:{CornerDownRightIcon:i.s,CreditCardIcon:i.t,UserPlusIcon:i.yb,UsersIcon:i.zb,ShareIcon:i.kb,Edit2Icon:i.y,LinkIcon:i.S,KeyIcon:i.Q,XIcon:i.Bb},methods:{closePopup:function(){n.a.$emit("popup:close")}}},r=(a("yeQi"),a("KHd+")),s=Object(r.a)(o,(function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"popup-header"},[a("div",{staticClass:"icon"},["move"===t.icon?a("corner-down-right-icon",{staticClass:"title-icon text-theme dark-text-theme",attrs:{size:"15"}}):t._e(),t._v(" "),"share"===t.icon?a("share-icon",{staticClass:"title-icon text-theme dark-text-theme",attrs:{size:"17"}}):t._e(),t._v(" "),"edit"===t.icon?a("edit2-icon",{staticClass:"title-icon text-theme dark-text-theme",attrs:{size:"17"}}):t._e(),t._v(" "),"key"===t.icon?a("key-icon",{staticClass:"title-icon text-theme dark-text-theme",attrs:{size:"17"}}):t._e(),t._v(" "),"users"===t.icon?a("users-icon",{staticClass:"title-icon text-theme dark-text-theme",attrs:{size:"17"}}):t._e(),t._v(" "),"user-plus"===t.icon?a("user-plus-icon",{staticClass:"title-icon text-theme dark-text-theme",attrs:{size:"17"}}):t._e(),t._v(" "),"credit-card"===t.icon?a("credit-card-icon",{staticClass:"title-icon text-theme dark-text-theme",attrs:{size:"17"}}):t._e()],1),t._v(" "),a("div",{staticClass:"label"},[a("h1",{staticClass:"title"},[t._v(t._s(t.title))]),t._v(" "),a("x-icon",{staticClass:"close-icon hover-text-theme",attrs:{size:"22"},on:{click:t.closePopup}})],1)])}),[],!1,null,"2357b965",null);e.a=s.exports},"2fkt":function(t,e,a){"use strict";var i=a("R+IU"),n=a("8uc6"),o=a("axtU"),r=a("uFbu"),s=a("0gRs"),l=a("CjXH"),c=a("L2JU"),u=a("xCqy");function p(t,e){var a=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),a.push.apply(a,i)}return a}function d(t){for(var e=1;e<arguments.length;e++){var a=null!=arguments[e]?arguments[e]:{};e%2?p(Object(a),!0).forEach((function(e){v(t,e,a[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(a)):p(Object(a)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(a,e))}))}return t}function v(t,e,a){return e in t?Object.defineProperty(t,e,{value:a,enumerable:!0,configurable:!0,writable:!0}):t[e]=a,t}var b={name:"FilePreviewToolbar",components:{MoreHorizontalIcon:l.ab,PopoverWrapper:i.a,ToolbarButton:s.a,PopoverItem:n.a,OptionGroup:o.a,Option:r.a,XIcon:l.Bb},computed:d(d({},Object(c.b)(["fastPreview","clipboard","entries"])),{},{currentFile:function(){return this.fastPreview?this.fastPreview:this.clipboard[0]},sharingTitle:function(){return this.currentFile.data.relationships.shared?this.$t("context_menu.share_edit"):this.$t("context_menu.share")},isImage:function(){return"image"===this.currentFile.data.type},isPdf:function(){return"pdf"===this.currentFile.data.attributes.mimetype},files:function(){var t=this,e=[];return this.entries.map((function(a){"pdf"===t.currentFile.data.attributes.mimetype?"pdf"===a.data.attributes.mimetype&&e.push(a):a.data.type===t.currentFile.data.type&&e.push(a)})),e},showingImageIndex:function(){var t=this,e=void 0;return this.files.forEach((function(a,i){a.data.id===t.currentFile.data.id&&(e=i+1)})),e},canShareItem:function(){return this.$isThisRoute(this.$route,["Files","RecentUploads","MySharedItems"])}}),methods:{showItemContextMenu:function(){this.$isMobile()?(u.a.$emit("mobile-context-menu:show",this.currentFile),this.$showMobileMenu("file-menu")):u.a.$emit("popover:open","file-preview-contextmenu")},increaseSizeOfPDF:function(){u.a.$emit("document-zoom:in")},decreaseSizeOfPDF:function(){u.a.$emit("document-zoom:out")},printMethod:function(){var t=document.getElementById("printable-file"),e=window.open("","","height=700,width=700");e.document.write(t.outerHTML),e.document.close(),e.print()},downloadItem:function(){this.$downloadFile(this.currentFile.data.attributes.file_url,this.currentFile.data.attributes.name+"."+this.currentFile.data.attributes.mimetype)},closeFullPreview:function(){u.a.$emit("file-preview:hide")}}},m=(a("SI76"),a("KHd+")),h=Object(m.a)(b,(function(){var t=this,e=t.$createElement,a=t._self._c||e;return t.currentFile?a("div",{staticClass:"navigation-panel"},[a("div",{staticClass:"name-wrapper"},[a("span",{staticClass:"p-3 -m-3",on:{click:t.closeFullPreview}},[a("x-icon",{staticClass:"icon-close hover-text-theme",attrs:{size:"17"}})],1),t._v(" "),a("div",{staticClass:"name-count-wrapper"},[a("p",{staticClass:"title"},[t._v(t._s(t.currentFile.data.attributes.name))]),t._v(" "),t.fastPreview?t._e():a("span",{staticClass:"file-count"},[t._v(" ("+t._s(t.showingImageIndex+" "+t.$t("pronouns.of")+" "+t.files.length)+") ")])]),t._v(" "),a("PopoverWrapper",[a("span",{staticClass:"p-3 -m-3",on:{click:function(e){return e.stopPropagation(),t.showItemContextMenu.apply(null,arguments)}}},[a("div",{staticClass:"py-0.5 px-1.5 align-middle inline-block rounded-md lg:bg-transparent dark:bg-dark-foreground bg-light-background transition-all duration-200"},[a("more-horizontal-icon",{attrs:{size:"14"}})],1)]),t._v(" "),a("PopoverItem",{attrs:{name:"file-preview-contextmenu",side:"right"}},[a("OptionGroup",{staticClass:"menu-option-group"},[a("Option",{attrs:{title:t.$t("context_menu.rename"),icon:"rename"},nativeOn:{click:function(e){return t.$renameFileOrFolder(t.currentFile)}}}),t._v(" "),a("Option",{attrs:{title:t.$t("context_menu.move"),icon:"move-item"},nativeOn:{click:function(e){return t.$moveFileOrFolder(t.currentFile)}}}),t._v(" "),t.$checkPermission("master")?a("Option",{attrs:{title:t.sharingTitle,icon:"share"},nativeOn:{click:function(e){return t.$shareFileOrFolder(t.currentFile)}}}):t._e(),t._v(" "),a("Option",{staticClass:"menu-option",attrs:{title:t.$t("context_menu.delete"),icon:"trash"},nativeOn:{click:function(e){return t.$deleteFileOrFolder(t.currentFile)}}})],1),t._v(" "),a("OptionGroup",[a("Option",{attrs:{title:t.$t("context_menu.download"),icon:"download"},nativeOn:{click:function(e){return t.downloadItem.apply(null,arguments)}}})],1)],1)],1)],1),t._v(" "),a("div",{staticClass:"created-at-wrapper"},[a("p",[t._v(t._s(t.currentFile.data.attributes.filesize)+", "+t._s(t.currentFile.data.attributes.created_at))])]),t._v(" "),a("div",{staticClass:"navigation-icons"},[t.isPdf?a("div",{staticClass:"navigation-tool-wrapper"},[a("ToolbarButton",{attrs:{source:"zoom-out",action:t.$t("pdf_zoom_out")},nativeOn:{click:function(e){return t.decreaseSizeOfPDF.apply(null,arguments)}}}),t._v(" "),a("ToolbarButton",{attrs:{source:"zoom-in",action:t.$t("pdf_zoom_in")},nativeOn:{click:function(e){return t.increaseSizeOfPDF.apply(null,arguments)}}})],1):t._e(),t._v(" "),a("div",{staticClass:"navigation-tool-wrapper"},[a("ToolbarButton",{staticClass:"mobile-hide",attrs:{source:"download",action:t.$t("actions.download")},nativeOn:{click:function(e){return t.downloadItem.apply(null,arguments)}}}),t._v(" "),t.canShareItem?a("ToolbarButton",{staticClass:"mobile-hide",class:{"is-inactive":!t.canShareItem},attrs:{source:"share",action:t.$t("actions.share")},nativeOn:{click:function(e){return t.$shareFileOrFolder(t.currentFile)}}}):t._e(),t._v(" "),t.isImage?a("ToolbarButton",{attrs:{source:"print",action:t.$t("actions.print")},nativeOn:{click:function(e){return t.printMethod()}}}):t._e()],1)])]):t._e()}),[],!1,null,"0aac7e96",null).exports,f={name:"ImageFile",props:["file"],computed:{imageSource:function(){return window.innerWidth>1280?this.file.data.attributes.thumbnail.xl:this.file.data.attributes.thumbnail.lg}}},g=Object(m.a)(f,(function(){var t=this.$createElement;return(this._self._c||t)("img",{staticClass:"file",class:{"file-shadow":!this.$isMobile()},attrs:{id:"printable-file",src:this.imageSource}})}),[],!1,null,null,null).exports,x=a("e3c5"),w=a.n(x),y={name:"PdfFile",components:{pdf:w.a},props:["file"],watch:{file:function(){this.getPdf()}},data:function(){return{pdfData:void 0,numPages:0,documentSize:50}},methods:{getPdf:function(){this.pdfData=void 0,this.numPages=0;var t=this;t.pdfData=w.a.createLoadingTask(this.file.data.attributes.file_url),t.pdfData.then((function(e){return t.numPages=e.numPages}))},getDocumentSize:function(){window.innerWidth<960&&(this.documentSize=100),window.innerWidth>960&&(this.documentSize=localStorage.getItem("documentSize")?parseInt(localStorage.getItem("documentSize")):50)},zoomIn:function(){this.documentSize<100&&(this.documentSize+=10,localStorage.setItem("documentSize",this.documentSize))},zoomOut:function(){this.documentSize>40&&(this.documentSize-=10,localStorage.setItem("documentSize",this.documentSize))}},created:function(){var t=this;this.getDocumentSize(),this.getPdf(),u.a.$on("document-zoom:in",(function(){return t.zoomIn()})),u.a.$on("document-zoom:out",(function(){return t.zoomOut()}))}},k=(a("xUh6"),a("ahmU"),Object(m.a)(y,(function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{style:{width:t.documentSize+"%"},attrs:{id:"pdf-wrapper"}},t._l(t.numPages,(function(e){return a("pdf",{key:e,staticClass:"pdf-file",staticStyle:{width:"100%",margin:"0 auto 35px"},attrs:{src:t.pdfData,resize:!0,page:e,scale:"page-width",id:"printable-file"}},[a("template",{slot:"loading"},[a("h1",[t._v("loading content...")])])],2)})),1)}),[],!1,null,"0fbe09ae",null).exports),_={name:"Audio",props:["file"]},C=Object(m.a)(_,(function(){var t=this.$createElement;return(this._self._c||t)("audio",{staticClass:"file audio",class:{"file-shadow":!this.$isMobile()},attrs:{src:this.file.data.attributes.file_url,controls:""}})}),[],!1,null,null,null).exports,O={name:"Video",props:["file"]},P=(a("LmC+"),Object(m.a)(O,(function(){var t=this.$createElement,e=this._self._c||t;return e("div",{staticClass:"video-wrapper"},[e("video",{staticClass:"video",class:{"file-shadow":!this.$isMobile()},attrs:{src:this.file.data.attributes.file_url,controlsList:"nodownload",disablePictureInPicture:"",playsinline:"",controls:"",autoplay:""}})])}),[],!1,null,"51357f39",null).exports),$=a("zTYo");function I(t,e){var a=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),a.push.apply(a,i)}return a}function S(t){for(var e=1;e<arguments.length;e++){var a=null!=arguments[e]?arguments[e]:{};e%2?I(Object(a),!0).forEach((function(e){z(t,e,a[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(a)):I(Object(a)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(a,e))}))}return t}function z(t,e,a){return e in t?Object.defineProperty(t,e,{value:a,enumerable:!0,configurable:!0,writable:!0}):t[e]=a,t}var j={name:"FilePreviewMedia",components:{ChevronRightIcon:l.k,ChevronLeftIcon:l.j,ToolbarButton:s.a,ImageFile:g,PdfFile:k,Spinner:$.a,Audio:C,Video:P},computed:S(S({},Object(c.b)(["fastPreview","clipboard","entries"])),{},{currentFile:function(){return this.fastPreview?this.fastPreview:this.files[Math.abs(this.currentIndex)%this.files.length]},isPDF:function(){return"pdf"===this.currentFile.data.attributes.mimetype},isVideo:function(){return"video"===this.currentFile.data.type},isAudio:function(){return"audio"===this.currentFile.data.type},isImage:function(){return"image"===this.currentFile.data.type}}),data:function(){return{currentIndex:0,files:[]}},watch:{files:function(){0===this.files.length&&u.a.$emit("file-preview-wrapper:hide")},currentFile:function(){this.clipboard[0]&&(this.$store.commit("CLIPBOARD_CLEAR"),this.$store.commit("ADD_ITEM_TO_CLIPBOARD",this.currentFile))},clipboard:function(){this.clipboard[0]||(this.currentIndex-=1,this.$store.commit("ADD_ITEM_TO_CLIPBOARD",this.currentFile),this.files=[])},data:function(t,e){t!==e&&(this.files=[])}},methods:{getFilesForView:function(){var t=this,e=this.clipboard[0];this.entries.map((function(a){"pdf"===e.data.attributes.mimetype?"pdf"===a.data.attributes.mimetype&&t.files.push(a):a.data.type===e.data.type&&t.files.push(a)})),this.files.forEach((function(e,a){e.data.id===t.clipboard[0].data.id&&(t.currentIndex=a)}))},next:function(){!this.files.length>1||(this.currentIndex+=1,this.currentIndex>this.files.length-1&&(this.currentIndex=0))},prev:function(){!this.files.length>1||(this.currentIndex-=1,this.currentIndex<0&&(this.currentIndex=this.files.length-1))}},created:function(){var t=this;u.a.$on("file-preview:next",(function(){return t.next()})),u.a.$on("file-preview:prev",(function(){return t.prev()})),this.getFilesForView()}},F=(a("fZPa"),{name:"FilePreview",components:{FilePreviewToolbar:h,FilePreviewMedia:Object(m.a)(j,(function(){var t=this,e=t.$createElement,a=t._self._c||e;return t.currentFile?a("div",{staticClass:"file-preview-wrapper"},[t.files.length>1?a("div",{staticClass:"navigation-arrows"},[a("div",{staticClass:"prev",on:{click:function(e){return e.preventDefault(),t.prev.apply(null,arguments)}}},[a("chevron-left-icon",{attrs:{size:"17"}})],1),t._v(" "),a("div",{staticClass:"next",on:{click:function(e){return e.preventDefault(),t.next.apply(null,arguments)}}},[a("chevron-right-icon",{attrs:{size:"17"}})],1)]):t._e(),t._v(" "),a("div",{staticClass:"file-wrapper-preview"},[t.isPDF?a("PdfFile",{attrs:{file:t.currentFile}}):t._e(),t._v(" "),t.isAudio||t.isImage||t.isVideo?a("div",{staticClass:"file-wrapper"},[t.isAudio?a("Audio",{attrs:{file:t.currentFile}}):t._e(),t._v(" "),t.isVideo?a("Video",{attrs:{file:t.currentFile}}):t._e(),t._v(" "),t.isImage?a("ImageFile",{attrs:{file:t.currentFile}}):t._e()],1):t._e()],1)]):t._e()}),[],!1,null,null,null).exports},data:function(){return{isFullPreview:!1}},methods:{closeFilePreview:function(){this.isFullPreview=!1,this.$store.commit("FAST_PREVIEW_CLEAR")},next:function(){u.a.$emit("file-preview:next")},prev:function(){u.a.$emit("file-preview:prev")}},updated:function(){this.isFullPreview&&this.$refs.filePreview.focus()},mounted:function(){var t=this;u.a.$on("file-preview:show",(function(){return t.isFullPreview=!0})),u.a.$on("file-preview:hide",(function(){return t.closeFilePreview()}))}}),T=(a("y7vx"),Object(m.a)(F,(function(){var t=this,e=t.$createElement,a=t._self._c||e;return t.isFullPreview?a("div",{ref:"filePreview",staticClass:"file-preview z-40",attrs:{tabindex:"-1"},on:{keydown:[function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"esc",27,e.key,["Esc","Escape"])?null:t.closeFilePreview.apply(null,arguments)},function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"right",39,e.key,["Right","ArrowRight"])||"button"in e&&2!==e.button?null:t.next.apply(null,arguments)},function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"left",37,e.key,["Left","ArrowLeft"])||"button"in e&&0!==e.button?null:t.prev.apply(null,arguments)}]}},[a("FilePreviewToolbar"),t._v(" "),a("FilePreviewMedia")],1):t._e()}),[],!1,null,"7307dacc",null));e.a=T.exports},"2wIw":function(t,e,a){var i=a("FNrB");"string"==typeof i&&(i=[[t.i,i,""]]);var n={hmr:!0,transform:void 0,insertInto:void 0};a("aET+")(i,n);i.locals&&(t.exports=i.locals)},"2zde":function(t,e,a){"use strict";var i=a("WHe5"),n=a("axtU"),o=a("wdhT"),r=a("L2JU");function s(t,e){var a=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),a.push.apply(a,i)}return a}function l(t,e,a){return e in t?Object.defineProperty(t,e,{value:a,enumerable:!0,configurable:!0,writable:!0}):t[e]=a,t}var c={name:"UserHeadline",components:{MemberAvatar:o.a},computed:function(t){for(var e=1;e<arguments.length;e++){var a=null!=arguments[e]?arguments[e]:{};e%2?s(Object(a),!0).forEach((function(e){l(t,e,a[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(a)):s(Object(a)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(a,e))}))}return t}({},Object(r.b)(["user"]))},u=a("KHd+"),p=Object(u.a)(c,(function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"flex items-center leading-none"},[a("MemberAvatar",{attrs:{size:52,"is-border":!1,member:t.user}}),t._v(" "),a("div",{staticClass:"pl-4"},[a("b",{staticClass:"block font-bold mb-1 leading-none"},[t._v("\n\t\t\t\t"+t._s(t.user.data.relationships.settings.data.attributes.name)+"\n\t\t\t")]),t._v(" "),a("span",{staticClass:"text-theme font-semibold text-sm leading-none"},[t._v("\n\t\t\t\t"+t._s(t.user.data.attributes.email)+"\n\t\t\t")])])],1)}),[],!1,null,null,null).exports,d=a("6Z3Y"),v=a("uFbu");function b(t,e){var a=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),a.push.apply(a,i)}return a}function m(t){for(var e=1;e<arguments.length;e++){var a=null!=arguments[e]?arguments[e]:{};e%2?b(Object(a),!0).forEach((function(e){h(t,e,a[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(a)):b(Object(a)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(a,e))}))}return t}function h(t,e,a){return e in t?Object.defineProperty(t,e,{value:a,enumerable:!0,configurable:!0,writable:!0}):t[e]=a,t}var f={name:"MobileNavigation",components:{ChevronLeftIcon:a("CjXH").j,MenuMobileGroup:i.a,UserHeadline:p,OptionGroup:n.a,MenuMobile:d.a,Option:v.a},computed:m(m({},Object(r.b)(["config","user"])),{},{isAdmin:function(){return this.user&&"admin"===this.user.data.attributes.role},backTitle:function(){return"Go back from "+{settings:this.$t("menu.settings"),admin:this.$t("menu.admin")}[this.clickedSubmenu]}}),data:function(){return{clickedSubmenu:void 0}},methods:{goToRoute:function(t){this.$router.push({name:t}),this.clickedSubmenu=void 0},showSubmenu:function(t){this.clickedSubmenu=t},goToFiles:function(){"Files"!==this.$route.name&&this.$router.push({name:"Files"}),this.$store.dispatch("getFolder")},logOut:function(){this.$store.dispatch("logOut")}}},g=(a("kfLn"),Object(u.a)(f,(function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MenuMobile",{attrs:{name:"user-navigation"}},[t.clickedSubmenu?t._e():a("UserHeadline",{staticClass:"user-info"}),t._v(" "),"metered"===t.config.subscriptionType&&t.user&&!t.clickedSubmenu?a("div",{staticClass:"block px-5 pt-2"},[a("div",{staticClass:"bg-light-background px-3 py-1.5 rounded-lg"},[a("span",{staticClass:"text-sm font-semibold"},[t._v("\n\t\t\t\t\t"+t._s(t.$t("Your current estimated usage:"))+"\n\t\t\t\t")]),t._v(" "),a("span",{staticClass:"text-sm font-bold text-theme"},[t._v("\n\t\t\t\t\t"+t._s(t.user.data.meta.usages.costEstimate)+"\n\t\t\t\t")])])]):t._e(),t._v(" "),t.clickedSubmenu?a("div",{staticClass:"go-back",on:{click:function(e){return e.stopPropagation(),t.showSubmenu(void 0)}}},[a("chevron-left-icon",{staticClass:"text-theme",attrs:{size:"19"}}),t._v(" "),a("span",{staticClass:"title text-theme"},[t._v(t._s(t.backTitle))])],1):t._e(),t._v(" "),a("MenuMobileGroup",[t.clickedSubmenu?t._e():a("OptionGroup",[a("Option",{attrs:{title:t.$t("menu.files"),icon:"hard-drive","is-hover-disabled":"true"},nativeOn:{click:function(e){return t.goToFiles.apply(null,arguments)}}}),t._v(" "),a("Option",{attrs:{title:t.$t("menu.settings"),icon:"user",arrow:"right","is-hover-disabled":"true"},nativeOn:{click:function(e){return e.stopPropagation(),t.showSubmenu("settings")}}}),t._v(" "),t.isAdmin?a("Option",{attrs:{title:t.$t("menu.admin"),icon:"settings",arrow:"right","is-hover-disabled":"true"},nativeOn:{click:function(e){return e.stopPropagation(),t.showSubmenu("admin")}}}):t._e()],1),t._v(" "),t.clickedSubmenu?t._e():a("OptionGroup",[a("Option",{attrs:{title:t.$t("menu.logout"),icon:"power","is-hover-disabled":"true"},nativeOn:{click:function(e){return t.logOut.apply(null,arguments)}}})],1),t._v(" "),"settings"===t.clickedSubmenu?a("OptionGroup",[a("Option",{attrs:{title:t.$t("menu.profile"),icon:"user","is-hover-disabled":"true"},nativeOn:{click:function(e){return t.goToRoute("Profile")}}}),t._v(" "),a("Option",{attrs:{title:t.$t("menu.password"),icon:"lock","is-hover-disabled":"true"},nativeOn:{click:function(e){return t.goToRoute("Password")}}}),t._v(" "),a("Option",{attrs:{title:t.$t("menu.storage"),icon:"hard-drive","is-hover-disabled":"true"},nativeOn:{click:function(e){return t.goToRoute("Storage")}}}),t._v(" "),t.config.isSaaS?a("Option",{attrs:{title:t.$t("Billing"),icon:"cloud","is-hover-disabled":"true"},nativeOn:{click:function(e){return t.goToRoute("Billing")}}}):t._e()],1):t._e(),t._v(" "),"admin"===t.clickedSubmenu?a("OptionGroup",[a("Option",{attrs:{title:t.$t("admin_menu.dashboard"),icon:"box","is-hover-disabled":"true"},nativeOn:{click:function(e){return t.goToRoute("Dashboard")}}}),t._v(" "),a("Option",{attrs:{title:t.$t("admin_menu.users"),icon:"users","is-hover-disabled":"true"},nativeOn:{click:function(e){return t.goToRoute("Users")}}}),t._v(" "),a("Option",{attrs:{title:t.$t("admin_menu.settings"),icon:"settings","is-hover-disabled":"true"},nativeOn:{click:function(e){return t.goToRoute("AppOthers")}}})],1):t._e(),t._v(" "),"admin"===t.clickedSubmenu?a("OptionGroup",[a("Option",{attrs:{title:t.$t("admin_menu.pages"),icon:"monitor","is-hover-disabled":"true"},nativeOn:{click:function(e){return t.goToRoute("Pages")}}}),t._v(" "),a("Option",{attrs:{title:t.$t("languages"),icon:"globe","is-hover-disabled":"true"},nativeOn:{click:function(e){return t.goToRoute("Language")}}})],1):t._e(),t._v(" "),"admin"===t.clickedSubmenu&&t.config.isSaaS?a("OptionGroup",[a("Option",{attrs:{title:t.$t("Payments"),icon:"credit-card","is-hover-disabled":"true"},nativeOn:{click:function(e){return t.goToRoute("AppPayments")}}}),t._v(" "),"fixed"===t.config.subscriptionType?a("Option",{attrs:{title:t.$t("Subscriptions"),icon:"credit-card","is-hover-disabled":"true"},nativeOn:{click:function(e){return t.goToRoute("Subscriptions")}}}):t._e(),t._v(" "),a("Option",{attrs:{title:t.$t("admin_menu.plans"),icon:"database","is-hover-disabled":"true"},nativeOn:{click:function(e){return t.goToRoute("Plans")}}}),t._v(" "),a("Option",{attrs:{title:t.$t("Transactions"),icon:"file-text","is-hover-disabled":"true"},nativeOn:{click:function(e){return t.goToRoute("Invoices")}}})],1):t._e()],1)],1)}),[],!1,null,"64779242",null));e.a=g.exports},"3fmz":function(t,e,a){(t.exports=a("I1BE")(!1)).push([t.i,".popup-image[data-v-c7ce0d82]{padding-top:20px;text-align:center;margin-bottom:20px}.popup-image .emoji[data-v-c7ce0d82]{font-size:3.5em;line-height:1}.content[data-v-c7ce0d82]{text-align:center;padding-bottom:10px;padding-left:20px;padding-right:20px}.content .message[data-v-c7ce0d82]{font-size:1em;color:#333;margin-top:5px}@media only screen and (max-width:690px){.content[data-v-c7ce0d82]{top:110px}}.dark .content .title[data-v-c7ce0d82]{color:#bec6cf}.dark .content .message[data-v-c7ce0d82]{color:#7d858c}",""])},"3snz":function(t,e,a){var i=a("U8B9");"string"==typeof i&&(i=[[t.i,i,""]]);var n={hmr:!0,transform:void 0,insertInto:void 0};a("aET+")(i,n);i.locals&&(t.exports=i.locals)},"4TWA":function(t,e,a){"use strict";var i=a("CjXH"),n=a("LvDl"),o={name:"SelectInput",props:["placeholder","options","isError","default"],components:{Edit2Icon:i.y,UserIcon:i.wb,ChevronDownIcon:i.i},watch:{query:Object(n.debounce)((function(t){this.searchedResults=Object(n.omitBy)(this.options,(function(e){return!e.label.toLowerCase().includes(t.toLowerCase())}))}),200)},computed:{isSearching:function(){return this.searchedResults&&""!==this.query},optionList:function(){return this.isSearching?this.searchedResults:this.options}},data:function(){return{searchedResults:void 0,selected:void 0,isOpen:!1,query:""}},methods:{selectOption:function(t){this.$emit("input",t.value),this.$emit("change",t.value),this.selected=t,this.isOpen=!1},openMenu:function(){var t=this;this.isOpen=!this.isOpen,this.isOpen&&this.$nextTick((function(){return t.$refs.search.focus()}))}},created:function(){var t=this;this.default&&(this.selected=this.options.find((function(e){return e.value===t.default})))}},r=(a("VBJ4"),a("KHd+")),s=Object(r.a)(o,(function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"select"},[a("div",{staticClass:"input-area bg-light-background rounded-lg",class:{"is-active":t.isOpen,"is-error":t.isError},on:{click:t.openMenu}},[t.selected?a("div",{staticClass:"selected"},[t.selected.icon?a("div",{staticClass:"option-icon"},["user"===t.selected.icon?a("user-icon",{staticClass:"text-theme dark-text-theme",attrs:{size:"14"}}):t._e(),t._v(" "),"user-edit"===t.selected.icon?a("edit2-icon",{staticClass:"text-theme dark-text-theme",attrs:{size:"14"}}):t._e()],1):t._e(),t._v(" "),a("span",{staticClass:"option-value"},[t._v(t._s(t.selected.label))])]):t._e(),t._v(" "),t.selected?t._e():a("div",{staticClass:"not-selected"},[a("span",{staticClass:"option-value placehoder"},[t._v(t._s(t.placeholder))])]),t._v(" "),a("chevron-down-icon",{staticClass:"chevron",attrs:{size:"19"}})],1),t._v(" "),a("transition",{attrs:{name:"slide-in"}},[t.isOpen?a("div",{staticClass:"input-options rounded-lg"},[t.options.length>5?a("div",{staticClass:"select-search"},[a("input",{directives:[{name:"model",rawName:"v-model",value:t.query,expression:"query"}],ref:"search",staticClass:"search-input focus-border-theme rounded-lg",attrs:{type:"text",placeholder:t.$t("select_search_placeholder")},domProps:{value:t.query},on:{input:function(e){e.target.composing||(t.query=e.target.value)}}})]):t._e(),t._v(" "),a("ul",{staticClass:"option-list"},t._l(t.optionList,(function(e,i){return a("li",{key:i,staticClass:"option-item",on:{click:function(a){return t.selectOption(e)}}},[e.icon?a("div",{staticClass:"option-icon"},["user"===e.icon?a("user-icon",{attrs:{size:"14"}}):t._e(),t._v(" "),"user-edit"===e.icon?a("edit2-icon",{attrs:{size:"14"}}):t._e()],1):t._e(),t._v(" "),a("span",{staticClass:"option-value"},[t._v(t._s(e.label))])])})),0)]):t._e()])],1)}),[],!1,null,"779355e6",null);e.a=s.exports},"6G8L":function(t,e,a){var i=a("lMRG");"string"==typeof i&&(i=[[t.i,i,""]]);var n={hmr:!0,transform:void 0,insertInto:void 0};a("aET+")(i,n);i.locals&&(t.exports=i.locals)},"6Z3Y":function(t,e,a){"use strict";var i=a("xCqy"),n={name:"MenuMobile",props:["name"],data:function(){return{isVisible:!1}},methods:{closeMenu:function(){this.isVisible=!1,i.a.$emit("mobile-menu:hide")}},created:function(){var t=this;i.a.$on("mobile-menu:show",(function(e){e===t.name&&(t.isVisible=!t.isVisible)})),i.a.$on("mobile-menu:hide",(function(){return t.isVisible=!1}))}},o=(a("nDg4"),a("KHd+")),r=Object(o.a)(n,(function(){var t=this.$createElement,e=this._self._c||t;return e("transition",{attrs:{name:"context-menu"}},[this.isVisible?e("div",{staticClass:"options",on:{click:this.closeMenu}},[this._t("default")],2):this._e()])}),[],!1,null,"22b9e0b2",null);e.a=r.exports},"6bXj":function(t,e,a){(t.exports=a("I1BE")(!1)).push([t.i,".navigation-arrows .next,.navigation-arrows .prev{cursor:pointer;position:absolute;top:45%;display:flex;justify-content:center;color:#1b2539;border-radius:50%;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;filter:drop-shadow(0 1px 0 white);padding:10px;z-index:2}.navigation-arrows .next{right:0}.navigation-arrows .prev{left:0}.file-preview-wrapper{height:calc(100% - 72px);top:72px;position:relative;background-color:#fff}.file-wrapper-preview{padding:30px 0;overflow:hidden;background-color:#fff}.file-wrapper-preview,.file-wrapper-preview .file-wrapper{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.file-wrapper-preview .file-wrapper .file-shadow{box-shadow:0 8px 40px rgba(17,26,52,.05)}.file-wrapper-preview .file-wrapper .file{max-width:100%;max-height:100%;align-self:center}.file-wrapper-preview .file-wrapper .audio{border-radius:28px}.file-wrapper-preview .file-wrapper img{border-radius:4px}@media only screen and (max-width:960px){.file-preview-wrapper{top:53px}}.dark .navigation-arrows .next,.dark .navigation-arrows .prev{color:#a4adb6;filter:drop-shadow(0 1px 0 #111314)}.dark .file-wrapper-preview{background-color:#151515}.dark .file-wrapper-preview .file-wrapper .file-shadow{box-shadow:0 8px 40px rgba(0,0,0,.1)}",""])},"86vW":function(t,e,a){"use strict";a("2wIw")},"8g0Q":function(t,e,a){var i=a("Yo/7");"string"==typeof i&&(i=[[t.i,i,""]]);var n={hmr:!0,transform:void 0,insertInto:void 0};a("aET+")(i,n);i.locals&&(t.exports=i.locals)},"8uc6":function(t,e,a){"use strict";var i=a("xCqy"),n={name:"PopoverItem",props:["side","name"],data:function(){return{isVisible:!1}},methods:{hidePopover:function(){var t=this;setTimeout((function(){return t.isVisible=!1}),10)}},mounted:function(){var t=this;i.a.$on("popover:open",(function(e){t.name===e&&(t.isVisible=!t.isVisible)}))}},o=a("KHd+"),r=Object(o.a)(n,(function(){var t=this,e=t.$createElement,a=t._self._c||e;return t.isVisible?a("div",[a("div",{staticClass:"absolute top-12 z-20 w-60 dark:bg-dark-foreground bg-white shadow-xl rounded-lg overflow-hidden",class:{"right-0":"left"===t.side,"left-0":"right"===t.side},on:{"!click":function(e){return t.hidePopover.apply(null,arguments)}}},[t._t("default")],2),t._v(" "),a("div",{staticClass:"fixed top-0 left-0 right-0 bottom-0 z-10 cursor-pointer",on:{click:t.hidePopover}})]):t._e()}),[],!1,null,null,null);e.a=r.exports},BNKf:function(t,e,a){"use strict";a.r(e);var i=a("2fkt"),n=a("wlrm"),o=a("CjXH"),r=a("IeT8"),s=a("2zde"),l=a("LtV2"),c=a("o0o1"),u=a.n(c),p=a("UD3w"),d=a("A5+z"),v=a("oLLm"),b=a("RUeb"),m=a("Wxm/"),h=a("1u70"),f=a("4TWA"),g=a("Nv84"),x=a("TJPC"),w=a("xCqy"),y=a("vDqi"),k=a.n(y);function _(t,e,a,i,n,o,r){try{var s=t[o](r),l=s.value}catch(t){return void a(t)}s.done?e(l):Promise.resolve(l).then(i,n)}var C={name:"CreateLanguage",components:{ValidationProvider:d.ValidationProvider,ValidationObserver:d.ValidationObserver,AppInputText:p.a,PopupWrapper:v.a,PopupActions:b.a,PopupContent:m.a,PopupHeader:h.a,SelectInput:f.a,ButtonBase:g.a,required:x.a},data:function(){return{form:{name:void 0,locale:void 0},isLoading:!1,locales:[{value:"ab",label:"Abkhaz"},{value:"aa",label:"Afar"},{value:"af",label:"Afrikaans"},{value:"ak",label:"Akan"},{value:"sq",label:"Albanian"},{value:"am",label:"Amharic"},{value:"ar",label:"Arabic"},{value:"an",label:"Aragonese"},{value:"hy",label:"Armenian"},{value:"as",label:"Assamese"},{value:"av",label:"Avaric"},{value:"ae",label:"Avestan"},{value:"ay",label:"Aymara"},{value:"az",label:"Azerbaijani"},{value:"bm",label:"Bambara"},{value:"ba",label:"Bashkir"},{value:"eu",label:"Basque"},{value:"be",label:"Belarusian"},{value:"bn",label:"Bengali; Bangla"},{value:"bh",label:"Bihari"},{value:"bi",label:"Bislama"},{value:"bs",label:"Bosnian"},{value:"br",label:"Breton"},{value:"bg",label:"Bulgarian"},{value:"my",label:"Burmese"},{value:"ca",label:"Catalan; Valencian"},{value:"ch",label:"Chamorro"},{value:"ce",label:"Chechen"},{value:"ny",label:"Chichewa; Chewa; Nyanja"},{value:"zh",label:"Chinese"},{value:"cv",label:"Chuvash"},{value:"kw",label:"Cornish"},{value:"co",label:"Corsican"},{value:"cr",label:"Cree"},{value:"hr",label:"Croatian"},{value:"cs",label:"Czech"},{value:"da",label:"Danish"},{value:"dv",label:"Divehi; Dhivehi; Maldivian;"},{value:"nl",label:"Dutch"},{value:"dz",label:"Dzongkha"},{value:"en",label:"English"},{value:"eo",label:"Esperanto"},{value:"et",label:"Estonian"},{value:"ee",label:"Ewe"},{value:"fo",label:"Faroese"},{value:"fj",label:"Fijian"},{value:"fi",label:"Finnish"},{value:"fr",label:"French"},{value:"ff",label:"Fula; Fulah; Pulaar; Pular"},{value:"gl",label:"Galician"},{value:"lg",label:"Ganda"},{value:"ka",label:"Georgian"},{value:"de",label:"German"},{value:"el",label:"Greek, Modern"},{value:"gn",label:"Guaraní"},{value:"gu",label:"Gujarati"},{value:"ht",label:"Haitian; Haitian Creole"},{value:"ha",label:"Hausa"},{value:"he",label:"Hebrew (modern)"},{value:"hz",label:"Herero"},{value:"hi",label:"Hindi"},{value:"ho",label:"Hiri Motu"},{value:"hu",label:"Hungarian"},{value:"ia",label:"Interlingua"},{value:"id",label:"Indonesian"},{value:"ie",label:"Interlingue"},{value:"ga",label:"Irish"},{value:"ig",label:"Igbo"},{value:"ik",label:"Inupiaq"},{value:"io",label:"Ido"},{value:"is",label:"Icelandic"},{value:"it",label:"Italian"},{value:"iu",label:"Inuktitut"},{value:"ja",label:"Japanese"},{value:"jv",label:"Javanese"},{value:"kl",label:"Kalaallisut, Greenlandic"},{value:"kn",label:"Kannada"},{value:"kr",label:"Kanuri"},{value:"ks",label:"Kashmiri"},{value:"kk",label:"Kazakh"},{value:"km",label:"Khmer"},{value:"ki",label:"Kikuyu, Gikuyu"},{value:"rw",label:"Kinyarwanda"},{value:"rn",label:"Kirundi"},{value:"ky",label:"Kyrgyz"},{value:"kv",label:"Komi"},{value:"kg",label:"Kongo"},{value:"ko",label:"Korean"},{value:"ku",label:"Kurdish"},{value:"kj",label:"Kwanyama, Kuanyama"},{value:"la",label:"Latin"},{value:"lb",label:"Luxembourgish, Letzeburgesch"},{value:"li",label:"Limburgish, Limburgan, Limburger"},{value:"ln",label:"Lingala"},{value:"lo",label:"Lao"},{value:"lt",label:"Lithuanian"},{value:"lu",label:"Luba-Katanga"},{value:"lv",label:"Latvian"},{value:"gv",label:"Manx"},{value:"mk",label:"Macedonian"},{value:"mg",label:"Malagasy"},{value:"ms",label:"Malay"},{value:"ml",label:"Malayalam"},{value:"mt",label:"Maltese"},{value:"mi",label:"MÄori"},{value:"mr",label:"Marathi"},{value:"mh",label:"Marshallese"},{value:"mn",label:"Mongolian"},{value:"na",label:"Nauru"},{value:"nv",label:"Navajo, Navaho"},{value:"nb",label:"Norwegian"},{value:"nd",label:"North Ndebele"},{value:"ne",label:"Nepali"},{value:"ng",label:"Ndonga"},{value:"nn",label:"Norwegian Nynorsk"},{value:"no",label:"Norwegian"},{value:"ii",label:"Nuosu"},{value:"oc",label:"Occitan"},{value:"oj",label:"Ojibwe, Ojibwa"},{value:"cu",label:"Old Church Slavonic, Church Slavic, Church Slavonic, Old Bulgarian, Old Slavonic"},{value:"om",label:"Oromo"},{value:"or",label:"Oriya"},{value:"os",label:"Ossetian, Ossetic"},{value:"pa",label:"Panjabi, Punjabi"},{value:"pi",label:"Pali"},{value:"fa",label:"Persian (Farsi)"},{value:"pl",label:"Polish"},{value:"ps",label:"Pashto, Pushto"},{value:"pt",label:"Portuguese"},{value:"qu",label:"Quechua"},{value:"rm",label:"Romansh"},{value:"ro",label:"Romanian"},{value:"ru",label:"Russian"},{value:"sa",label:"Sanskrit"},{value:"sc",label:"Sardinian"},{value:"sd",label:"Sindhi"},{value:"se",label:"Northern Sami"},{value:"sm",label:"Samoan"},{value:"sg",label:"Sango"},{value:"sr",label:"Serbian"},{value:"gd",label:"Scottish Gaelic"},{value:"sn",label:"Shona"},{value:"si",label:"Sinhala, Sinhalese"},{value:"sk",label:"Slovak"},{value:"sl",label:"Slovene"},{value:"so",label:"Somali"},{value:"st",label:"Southern Sotho"},{value:"az",label:"South Azerbaijani"},{value:"nr",label:"South Ndebele"},{value:"es",label:"Spanish; Castilian"},{value:"su",label:"Sundanese"},{value:"sw",label:"Swahili"},{value:"ss",label:"Swati"},{value:"sv",label:"Swedish"},{value:"ta",label:"Tamil"},{value:"te",label:"Telugu"},{value:"tg",label:"Tajik"},{value:"th",label:"Thai"},{value:"ti",label:"Tigrinya"},{value:"bo",label:"Tibetan Standard, Tibetan, Central"},{value:"tk",label:"Turkmen"},{value:"tl",label:"Tagalog"},{value:"tn",label:"Tswana"},{value:"to",label:"Tonga (Tonga Islands)"},{value:"tr",label:"Turkish"},{value:"ts",label:"Tsonga"},{value:"tt",label:"Tatar"},{value:"tw",label:"Twi"},{value:"ty",label:"Tahitian"},{value:"ug",label:"Uyghur, Uighur"},{value:"uk",label:"Ukrainian"},{value:"ur",label:"Urdu"},{value:"uz",label:"Uzbek"},{value:"ve",label:"Venda"},{value:"vi",label:"Vielabele"},{value:"vo",label:"Volapük"},{value:"wa",label:"Walloon"},{value:"cy",label:"Welsh"},{value:"wo",label:"Wolof"},{value:"fy",label:"Western Frisian"},{value:"xh",label:"Xhosa"},{value:"yi",label:"Yiddish"},{value:"yo",label:"Yoruba"},{value:"za",label:"Zhuang, Chuang"},{value:"zu",label:"Zulu"}]}},methods:{createLanguage:function(){var t,e=this;return(t=u.a.mark((function t(){return u.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,e.$refs.createForm.validate();case 2:t.sent&&(e.isLoading=!0,k.a.post("/api/admin/languages",e.form).then((function(t){w.a.$emit("reload:languages",t.data)})).catch((function(){e.$isSomethingWrong()})).finally((function(){e.form={name:void 0,locale:void 0},e.isLoading=!1,e.$closePopup()})));case 4:case"end":return t.stop()}}),t)})),function(){var e=this,a=arguments;return new Promise((function(i,n){var o=t.apply(e,a);function r(t){_(o,i,n,r,s,"next",t)}function s(t){_(o,i,n,r,s,"throw",t)}r(void 0)}))})()}}},O=(a("yP7j"),a("KHd+")),P=Object(O.a)(C,(function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("PopupWrapper",{attrs:{name:"create-language"}},[a("PopupHeader",{attrs:{title:t.$t("create_language"),icon:"edit"}}),t._v(" "),a("PopupContent",[a("ValidationObserver",{ref:"createForm",staticClass:"form-wrapper",attrs:{tag:"form"},on:{submit:function(e){return e.preventDefault(),t.createLanguage.apply(null,arguments)}},scopedSlots:t._u([{key:"default",fn:function(e){e.invalid;return[a("ValidationProvider",{attrs:{tag:"div",mode:"passive",name:"Language Locale",rules:"required"},scopedSlots:t._u([{key:"default",fn:function(e){var i=e.errors;return[a("AppInputText",{attrs:{title:t.$t("select_locale"),error:i[0]}},[a("SelectInput",{attrs:{options:t.locales,placeholder:t.$t("select_language_locale"),isError:i[0]},model:{value:t.form.locale,callback:function(e){t.$set(t.form,"locale",e)},expression:"form.locale"}})],1)]}}],null,!0)}),t._v(" "),a("ValidationProvider",{attrs:{tag:"div",mode:"passive",name:"Language Name",rules:"required"},scopedSlots:t._u([{key:"default",fn:function(e){var i=e.errors;return[a("AppInputText",{attrs:{title:t.$t("locale_name"),error:i[0],"is-last":!0}},[a("input",{directives:[{name:"model",rawName:"v-model",value:t.form.name,expression:"form.name"}],ref:"input",staticClass:"focus-border-theme input-dark",class:{"border-red":i[0]},attrs:{type:"text",placeholder:t.$t("type_language_name")},domProps:{value:t.form.name},on:{input:function(e){e.target.composing||t.$set(t.form,"name",e.target.value)}}})])]}}],null,!0)})]}}])})],1),t._v(" "),a("PopupActions",[a("ButtonBase",{staticClass:"popup-button",attrs:{"button-style":"secondary"},nativeOn:{click:function(e){return t.$closePopup()}}},[t._v("\n "+t._s(t.$t("global.cancel"))+"\n ")]),t._v(" "),a("ButtonBase",{staticClass:"popup-button",attrs:{"button-style":"theme",loading:t.isLoading,disabled:t.isLoading},nativeOn:{click:function(e){return t.createLanguage.apply(null,arguments)}}},[t._v("\n "+t._s(t.$t("create_language"))+"\n ")])],1)],1)}),[],!1,null,"23c99331",null).exports,$=a("hXay"),I=a("dGwr"),S=a("L2JU");function z(t,e){var a=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),a.push.apply(a,i)}return a}function j(t){for(var e=1;e<arguments.length;e++){var a=null!=arguments[e]?arguments[e]:{};e%2?z(Object(a),!0).forEach((function(e){F(t,e,a[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(a)):z(Object(a)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(a,e))}))}return t}function F(t,e,a){return e in t?Object.defineProperty(t,e,{value:a,enumerable:!0,configurable:!0,writable:!0}):t[e]=a,t}var T={name:"Admin",computed:j(j({},Object(S.b)(["isVisibleNavigationBars","config"])),{},{assetMenu:function(){return{metered:[{title:this.$t("Payments"),route:"PaymentSettings",icon:"card"},{title:this.$t("admin_menu.plans"),route:"Plans",icon:"database",linkActivation:["plans","plan"]},{title:this.$t("Transactions"),route:"Invoices",icon:"file-text"}],fixed:[{title:this.$t("Payments"),route:"PaymentSettings",icon:"card"},{title:this.$t("Subscriptions"),route:"Subscriptions",icon:"dollar"},{title:this.$t("admin_menu.plans"),route:"Plans",icon:"database",linkActivation:["plans","plan"]},{title:this.$t("Transactions"),route:"Invoices",icon:"file-text"}]}[this.config.subscriptionType]}}),data:function(){return{admin:[{title:this.$t("admin_menu.dashboard"),route:"Dashboard",icon:"box"},{title:this.$t("admin_menu.users"),route:"Users",icon:"users",linkActivation:["users","user"]},{title:this.$t("admin_menu.settings"),route:"AppSettings",icon:"settings"}],content:[{title:this.$t("admin_menu.pages"),route:"Pages",icon:"monitor"},{title:this.$t("admin_menu.languages"),route:"Language",icon:"globe"}]}},components:{FilePreview:i.a,Spotlight:n.a,SidebarNavigation:r.a,MobileNavigation:s.a,CreateLanguage:P,ContentSidebar:l.a,DollarSignIcon:o.v,HelpCircleIcon:o.M,RefreshCwIcon:o.gb,CreditCardIcon:o.t,FileTextIcon:o.D,ContentGroup:$.a,DatabaseIcon:o.u,SettingsIcon:o.jb,MonitorIcon:o.Y,UsersIcon:o.zb,GlobeIcon:o.J,ConfirmPopup:I.a,BoxIcon:o.e}},E=Object(O.a)(T,(function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"sm:flex md:h-screen md:overflow-hidden dark:bg-dark-background bg-light-background"},[a("FilePreview"),t._v(" "),a("Spotlight"),t._v(" "),a("MobileNavigation"),t._v(" "),a("ConfirmPopup"),t._v(" "),a("CreateLanguage"),t._v(" "),a("SidebarNavigation"),t._v(" "),a("ContentSidebar",[a("ContentGroup",{staticClass:"navigator",attrs:{title:t.$t("global.admin")}},[a("div",{staticClass:"menu-list-wrapper vertical"},t._l(t.admin,(function(e,i){return a("router-link",{key:i,staticClass:"menu-list-item link",class:{"router-link-active":e.linkActivation&&e.linkActivation.includes(t.$router.currentRoute.fullPath.split("/")[2])},attrs:{to:{name:e.route}}},[a("div",{staticClass:"icon text-theme"},["box"===e.icon?a("box-icon",{attrs:{size:"17"}}):t._e(),t._v(" "),"users"===e.icon?a("users-icon",{attrs:{size:"17"}}):t._e(),t._v(" "),"settings"===e.icon?a("settings-icon",{attrs:{size:"17"}}):t._e()],1),t._v(" "),a("div",{staticClass:"label text-theme"},[t._v("\n "+t._s(e.title)+"\n ")])])})),1)]),t._v(" "),a("ContentGroup",{staticClass:"navigator",attrs:{title:t.$t("Content")}},[a("div",{staticClass:"menu-list-wrapper vertical"},t._l(t.content,(function(e,i){return a("router-link",{key:i,staticClass:"menu-list-item link",attrs:{to:{name:e.route}}},[a("div",{staticClass:"icon text-theme"},["monitor"===e.icon?a("monitor-icon",{attrs:{size:"17"}}):t._e(),t._v(" "),"globe"===e.icon?a("globe-icon",{attrs:{size:"17"}}):t._e()],1),t._v(" "),a("div",{staticClass:"label text-theme"},[t._v("\n "+t._s(e.title)+"\n ")])])})),1)]),t._v(" "),t.config.isSaaS?a("ContentGroup",{staticClass:"navigator",attrs:{title:t.$t("Subscription")}},[a("div",{staticClass:"menu-list-wrapper vertical"},t._l(t.assetMenu,(function(e,i){return a("router-link",{key:i,staticClass:"menu-list-item link",class:{"router-link-active":e.linkActivation&&e.linkActivation.includes(t.$router.currentRoute.fullPath.split("/")[2])},attrs:{to:{name:e.route}}},[a("div",{staticClass:"icon text-theme"},["card"===e.icon?a("credit-card-icon",{attrs:{size:"17"}}):t._e(),t._v(" "),"database"===e.icon?a("database-icon",{attrs:{size:"17"}}):t._e(),t._v(" "),"dollar"===e.icon?a("dollar-sign-icon",{attrs:{size:"17"}}):t._e(),t._v(" "),"file-text"===e.icon?a("file-text-icon",{attrs:{size:"17"}}):t._e()],1),t._v(" "),a("div",{staticClass:"label text-theme"},[t._v("\n "+t._s(e.title)+"\n ")])])})),1)]):t._e()],1),t._v(" "),a("router-view",{staticClass:"lg:pl-0 pl-6 pr-6 w-full overflow-x-hidden relative lg:pt-6 pt-4"})],1)}),[],!1,null,null,null);e.default=E.exports},CEUb:function(t,e,a){(t.exports=a("I1BE")(!1)).push([t.i,".options[data-v-22b9e0b2]{position:fixed;padding-bottom:25px;bottom:0;left:0;right:0;z-index:99;overflow:hidden;background:#fff;border-top-left-radius:12px;border-top-right-radius:12px}.options.showed[data-v-22b9e0b2]{display:block}.context-menu-enter-active[data-v-22b9e0b2],.context-menu-leave-active[data-v-22b9e0b2],.fade-enter-active[data-v-22b9e0b2],.fade-leave-active[data-v-22b9e0b2]{transition:all .3s}.fade-enter[data-v-22b9e0b2],.fade-leave-to[data-v-22b9e0b2]{opacity:0}.context-menu-enter[data-v-22b9e0b2],.context-menu-leave-to[data-v-22b9e0b2]{opacity:0;transform:translateY(100%)}.context-menu-leave-active[data-v-22b9e0b2]{position:fixed}.dark .options[data-v-22b9e0b2]{background:#1e2024}",""])},"E/fJ":function(t,e,a){var i=a("3fmz");"string"==typeof i&&(i=[[t.i,i,""]]);var n={hmr:!0,transform:void 0,insertInto:void 0};a("aET+")(i,n);i.locals&&(t.exports=i.locals)},FNrB:function(t,e,a){(t.exports=a("I1BE")(!1)).push([t.i,".actions[data-v-b860e69c]{padding:20px;margin:0 -10px;display:flex}.actions .popup-button[data-v-b860e69c]{width:100%;margin:0 10px}@media only screen and (max-width:690px){.actions[data-v-b860e69c]{padding:15px;position:absolute;bottom:0;left:0;right:0}}@media only screen and (max-width:320px){.actions[data-v-b860e69c]{position:unset}}",""])},IeT8:function(t,e,a){"use strict";var i=a("wdhT"),n=a("L2JU"),o=a("CjXH");function r(t,e){var a=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),a.push.apply(a,i)}return a}function s(t){for(var e=1;e<arguments.length;e++){var a=null!=arguments[e]?arguments[e]:{};e%2?r(Object(a),!0).forEach((function(e){l(t,e,a[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(a)):r(Object(a)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(a,e))}))}return t}function l(t,e,a){return e in t?Object.defineProperty(t,e,{value:a,enumerable:!0,configurable:!0,writable:!0}):t[e]=a,t}var c={name:"SidebarNavigation",components:{HardDriveIcon:o.L,SettingsIcon:o.jb,MemberAvatar:i.a,Trash2Icon:o.rb,PowerIcon:o.eb,ShareIcon:o.kb,UserIcon:o.wb,MoonIcon:o.Z,SunIcon:o.pb},computed:s(s({},Object(n.b)(["isVisibleNavigationBars","isDarkMode","config","user"])),{},{navigation:function(){return"admin"===this.user.data.attributes.role?[{route:"Files",section:"Platform",title:this.$t("locations.home"),icon:"home"},{route:"Profile",section:"User",title:this.$t("locations.profile"),icon:"user"},{route:"Dashboard",section:"Admin",title:this.$t("locations.settings"),icon:"settings"}]:[{route:"Files",section:"Platform",title:this.$t("locations.home"),icon:"home"},{route:"Profile",section:"User",title:this.$t("locations.profile"),icon:"settings"}]}}),methods:{toggleDarkMode:function(){this.$store.dispatch("toggleDarkMode",!this.isDarkMode)},isSection:function(t){return this.$route.matched[0].name===t}},mounted:function(){this.$store.dispatch("getAppData")}},u=(a("16s2"),a("KHd+")),p=Object(u.a)(c,(function(){var t=this,e=t.$createElement,a=t._self._c||e;return t.isVisibleNavigationBars?a("nav",{staticClass:"menu-bar pt-7 select-none dark:bg-dark-foreground bg-light-background flex-none xl:w-20 w-16 lg:grid hidden"},[t.user?a("div",{staticClass:"mb-auto text-center"},[a("MemberAvatar",{staticClass:"mx-auto inline-block",attrs:{size:44,"is-border":!1,member:t.user}}),t._v(" "),"metered"===t.config.subscriptionType?a("div",{staticClass:"text-center leading-3 mt-1"},[a("b",{staticClass:"text-xs font-bold leading-3 block text-theme"},[t._v("\n\t\t\t\t\t"+t._s(t.user.data.meta.usages.costEstimate)+"\n\t\t\t\t")]),t._v(" "),a("span",{staticClass:"text-xs text-gray-500"},[t._v("\n\t\t\t\t\t"+t._s(t.$t("usage"))+"\n\t\t\t\t")])]):t._e(),t._v(" "),a("div",{staticClass:"mt-7"},t._l(t.navigation,(function(e){return a("router-link",{staticClass:"block mb-1.5",class:[{"router-link-active":t.isSection(e.section)},e.icon],attrs:{to:{name:e.route},title:e.title}},[a("div",{staticClass:"button-icon p-3 cursor-pointer inline-block dark:hover:bg-4x-dark-foreground hover:bg-light-300 text-theme rounded-xl"},["home"===e.icon?a("hard-drive-icon",{attrs:{size:"20"}}):t._e(),t._v(" "),"settings"===e.icon?a("settings-icon",{attrs:{size:"20"}}):t._e(),t._v(" "),"user"===e.icon?a("user-icon",{attrs:{size:"20"}}):t._e()],1)])})),1),t._v(" "),a("div",{staticClass:"block mt-6",attrs:{title:t.$t("dark_mode_toggle")},on:{click:t.toggleDarkMode}},[a("div",{staticClass:"button-icon p-3 cursor-pointer inline-block dark:hover:bg-4x-dark-foreground hover:bg-light-300 rounded-xl"},[t.isDarkMode?a("sun-icon",{attrs:{size:"20"}}):t._e(),t._v(" "),t.isDarkMode?t._e():a("moon-icon",{attrs:{size:"20"}})],1)])],1):t._e(),t._v(" "),a("div",{staticClass:"mt-auto text-center"},[a("div",{staticClass:"button-icon p-3 cursor-pointer inline-block dark:hover:bg-4x-dark-foreground hover:bg-light-300 rounded-xl",attrs:{title:t.$t("locations.logout")},on:{click:function(e){return t.$store.dispatch("logOut")}}},[a("power-icon",{attrs:{size:"20"}})],1)])]):t._e()}),[],!1,null,"9bcc39a8",null);e.a=p.exports},IhY8:function(t,e,a){var i=a("tbMu");"string"==typeof i&&(i=[[t.i,i,""]]);var n={hmr:!0,transform:void 0,insertInto:void 0};a("aET+")(i,n);i.locals&&(t.exports=i.locals)},JFrX:function(t,e,a){"use strict";a("eZO5")},Jkz1:function(t,e,a){var i=a("WHuu");"string"==typeof i&&(i=[[t.i,i,""]]);var n={hmr:!0,transform:void 0,insertInto:void 0};a("aET+")(i,n);i.locals&&(t.exports=i.locals)},Jm0L:function(t,e,a){var i=a("oP0v");"string"==typeof i&&(i=[[t.i,i,""]]);var n={hmr:!0,transform:void 0,insertInto:void 0};a("aET+")(i,n);i.locals&&(t.exports=i.locals)},JuAn:function(t,e,a){(t.exports=a("I1BE")(!1)).push([t.i,".router-link-active.home .button-icon circle[data-v-9bcc39a8],.router-link-active.home .button-icon line[data-v-9bcc39a8],.router-link-active.home .button-icon path[data-v-9bcc39a8],.router-link-active.home .button-icon polyline[data-v-9bcc39a8],.router-link-active.home .button-icon rect[data-v-9bcc39a8]{color:inherit}.router-link-active.trash .button-icon[data-v-9bcc39a8]{background:rgba(254,96,87,.1)}.router-link-active.trash .button-icon circle[data-v-9bcc39a8],.router-link-active.trash .button-icon line[data-v-9bcc39a8],.router-link-active.trash .button-icon path[data-v-9bcc39a8],.router-link-active.trash .button-icon polyline[data-v-9bcc39a8],.router-link-active.trash .button-icon rect[data-v-9bcc39a8]{stroke:#fe6057}.router-link-active.settings .button-icon[data-v-9bcc39a8]{background:rgba(157,102,254,.1)}.router-link-active.settings .button-icon circle[data-v-9bcc39a8],.router-link-active.settings .button-icon line[data-v-9bcc39a8],.router-link-active.settings .button-icon path[data-v-9bcc39a8],.router-link-active.settings .button-icon polyline[data-v-9bcc39a8],.router-link-active.settings .button-icon rect[data-v-9bcc39a8]{stroke:#9d66fe}.router-link-active.user .button-icon[data-v-9bcc39a8]{background:rgba(254,102,161,.1)}.router-link-active.user .button-icon circle[data-v-9bcc39a8],.router-link-active.user .button-icon line[data-v-9bcc39a8],.router-link-active.user .button-icon path[data-v-9bcc39a8],.router-link-active.user .button-icon polyline[data-v-9bcc39a8],.router-link-active.user .button-icon rect[data-v-9bcc39a8]{stroke:#fe66a1}",""])},"K+Im":function(t,e,a){var i=a("QldS");"string"==typeof i&&(i=[[t.i,i,""]]);var n={hmr:!0,transform:void 0,insertInto:void 0};a("aET+")(i,n);i.locals&&(t.exports=i.locals)},"LmC+":function(t,e,a){"use strict";a("Jm0L")},LtV2:function(t,e,a){"use strict";var i={name:"ContentSidebar"},n=(a("c0VV"),a("KHd+")),o=Object(n.a)(i,(function(){var t=this.$createElement;return(this._self._c||t)("section",{staticClass:"content-sidebar flex-none xl:w-56 w-52 lg:block hidden overflow-y-auto pt-6 select-none dark:bg-dark-background bg-light-background",attrs:{id:"content-sidebar"}},[this._t("default")],2)}),[],!1,null,"87fa7550",null);e.a=o.exports},"Mj/N":function(t,e,a){var i=a("hgkL");"string"==typeof i&&(i=[[t.i,i,""]]);var n={hmr:!0,transform:void 0,insertInto:void 0};a("aET+")(i,n);i.locals&&(t.exports=i.locals)},Q2fZ:function(t,e,a){(t.exports=a("I1BE")(!1)).push([t.i,"#pdf-wrapper[data-v-0fbe09ae]{border-radius:8px;overflow-y:scroll;margin:0 auto;position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;padding:40px}#pdf-wrapper .pdf-file[data-v-0fbe09ae]{box-shadow:0 2px 40px rgba(26,38,74,.12);border-radius:8px;overflow:hidden}@media only screen and (max-width:960px){#pdf-wrapper[data-v-0fbe09ae]{border-radius:0;padding:0}#pdf-wrapper .pdf-file[data-v-0fbe09ae]{box-shadow:none;border-radius:0}}",""])},QBc4:function(t,e,a){"use strict";a("wGq2")},QldS:function(t,e,a){(t.exports=a("I1BE")(!1)).push([t.i,".popup[data-v-5c34cb76]{z-index:41}.popup-wrapper[data-v-5c34cb76]{box-shadow:0 2px 40px rgba(26,38,74,.12);border-radius:8px;background:#fff;margin:auto;width:480px;z-index:12}.large .popup-enter-active[data-v-5c34cb76],.medium .popup-enter-active[data-v-5c34cb76]{-webkit-animation:popup-in-data-v-5c34cb76 .35s ease .15s both;animation:popup-in-data-v-5c34cb76 .35s ease .15s both}.large .popup-leave-active[data-v-5c34cb76],.medium .popup-leave-active[data-v-5c34cb76]{animation:popup-in-data-v-5c34cb76 .15s ease reverse}@-webkit-keyframes popup-in-data-v-5c34cb76{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}@keyframes popup-in-data-v-5c34cb76{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}@-webkit-keyframes popup-slide-in-data-v-5c34cb76{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes popup-slide-in-data-v-5c34cb76{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media only screen and (max-width:690px){.popup[data-v-5c34cb76]{overflow:hidden}.popup-wrapper[data-v-5c34cb76]{position:fixed;top:0;bottom:0;right:0;left:0;transform:translateY(0) scale(1);box-shadow:none;width:100%;border-radius:0}.popup-enter-active[data-v-5c34cb76]{-webkit-animation:popup-slide-in-data-v-5c34cb76 .35s ease .15s both;animation:popup-slide-in-data-v-5c34cb76 .35s ease .15s both}.popup-leave-active[data-v-5c34cb76]{animation:popup-slide-in-data-v-5c34cb76 .15s ease reverse}}@media only screen and (max-width:320px){.popup-wrapper[data-v-5c34cb76]{overflow-y:auto}}.dark .popup-wrapper[data-v-5c34cb76]{background:#1e2024;box-shadow:0 10px 30px rgba(0,0,0,.3)}@media only screen and (max-width:690px){.dark .popup-wrapper[data-v-5c34cb76]{background:#151515}}",""])},"R+IU":function(t,e,a){"use strict";var i={name:"PopoverWrapper"},n=(a("kwS7"),a("KHd+")),o=Object(n.a)(i,(function(){var t=this.$createElement;return(this._self._c||t)("div",{staticClass:"popover-wrapper"},[this._t("default")],2)}),[],!1,null,"67b4a236",null);e.a=o.exports},RUeb:function(t,e,a){"use strict";var i={name:"PopupActions"},n=(a("86vW"),a("KHd+")),o=Object(n.a)(i,(function(){var t=this.$createElement;return(this._self._c||t)("div",{staticClass:"actions"},[this._t("default")],2)}),[],!1,null,"b860e69c",null);e.a=o.exports},SI76:function(t,e,a){"use strict";a("Jkz1")},U8B9:function(t,e,a){(t.exports=a("I1BE")(!1)).push([t.i,".text-label[data-v-474a906c]{padding-left:25px;font-size:.75em;color:#afafaf;font-weight:700;display:block;margin-bottom:5px}@media only screen and (max-width:1024px){.text-label[data-v-474a906c]{padding-left:20px}}.dark .text-label[data-v-474a906c]{opacity:.35}",""])},UD3w:function(t,e,a){"use strict";var i={name:"AppInputText",props:["description","isLast","title","error"]},n=a("KHd+"),o=Object(n.a)(i,(function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{class:{"mb-7":!t.isLast}},[t.title?a("label",{staticClass:"text-sm font-bold dark:text-gray-200 text-gray-700 mb-1.5 block"},[t._v("\n\t\t"+t._s(t.title)+":\n\t")]):t._e(),t._v(" "),t._t("default"),t._v(" "),t.description?a("small",{staticClass:"text-xs text-gray-500 pt-2 leading-4 block",domProps:{innerHTML:t._s(t.description)}}):t._e(),t._v(" "),t.error?a("span",{staticClass:"text-red pt-2 text-xs"},[t._v("\n\t\t"+t._s(t.error)+"\n\t")]):t._e()],2)}),[],!1,null,null,null);e.a=o.exports},VBJ4:function(t,e,a){"use strict";a("xmEC")},WHe5:function(t,e,a){"use strict";var i={name:"MenuMobileGroup"},n=(a("k/po"),a("KHd+")),o=Object(n.a)(i,(function(){var t=this.$createElement;return(this._self._c||t)("div",{staticClass:"menu-options"},[this._t("default")],2)}),[],!1,null,"2f5f3ce4",null);e.a=o.exports},WHuu:function(t,e,a){(t.exports=a("I1BE")(!1)).push([t.i,".name-wrapper[data-v-0aac7e96]{width:33%;height:22px;display:flex;position:relative;align-items:center;flex-grow:1;align-self:center;white-space:nowrap}.name-wrapper .name-count-wrapper[data-v-0aac7e96]{margin-left:6px;margin-right:6px}.name-wrapper .name-count-wrapper .file-count[data-v-0aac7e96]{align-self:center}.name-wrapper .name-count-wrapper .file-count[data-v-0aac7e96],.name-wrapper .name-count-wrapper .title[data-v-0aac7e96]{font-size:.9375em;line-height:1;font-weight:700;overflow:hidden;text-overflow:ellipsis;display:inline-block;vertical-align:middle;color:#1b2539}.name-wrapper .name-count-wrapper .title[data-v-0aac7e96]{max-width:250px}@media (max-width:570px){.name-wrapper .name-count-wrapper .title[data-v-0aac7e96]{max-width:180px;font-size:1.0625em}.name-wrapper .name-count-wrapper .file-count[data-v-0aac7e96]{font-size:1.0625em}}.name-wrapper .icon-close[data-v-0aac7e96]{min-width:22px;border-radius:6px;vertical-align:middle;cursor:pointer;transition:all .15s ease}.name-wrapper .icon-close[data-v-0aac7e96]:hover{background:#f4f5f6}.name-wrapper .icon-close:hover line[data-v-0aac7e96]{color:inherit}.context-menu[data-v-0aac7e96]{min-width:250px;position:absolute;z-index:99;box-shadow:0 7px 25px 1px rgba(0,0,0,.12);background:#fff;border-radius:8px;overflow:hidden;top:29px}.context-menu.showed[data-v-0aac7e96]{display:block}.created-at-wrapper[data-v-0aac7e96]{width:33%;display:flex;text-align:center;justify-content:center}.created-at-wrapper p[data-v-0aac7e96]{display:flex;align-items:center;font-size:.6875em}.navigation-icons[data-v-0aac7e96]{width:33%;text-align:right}.navigation-icons .navigation-tool-wrapper[data-v-0aac7e96]{margin-left:28px;display:inline-block;vertical-align:middle}.navigation-icons .button[data-v-0aac7e96]{margin-left:5px}.navigation-icons .button[data-v-0aac7e96]:hover{background:#f4f5f6}.navigation-panel[data-v-0aac7e96]{height:63px;width:100%;padding:10px 15px;display:flex;position:absolute;z-index:8;align-items:center;background-color:#fff;color:#1b2539}@media (max-width:960px){.context-menu .name-wrapper[data-v-0aac7e96]{width:67%}.navigation-icons[data-v-0aac7e96]{display:none}.navigation-panel[data-v-0aac7e96]{height:53px;padding:15px}.created-at-wrapper[data-v-0aac7e96]{display:none}.name-wrapper[data-v-0aac7e96]{justify-content:space-between;flex-direction:row-reverse;width:100%}}.dark .navigation-panel[data-v-0aac7e96]{background-color:#151515;color:#bec6cf}.dark .navigation-panel .icon-close[data-v-0aac7e96]{color:#bec6cf}.dark .navigation-panel .icon-close[data-v-0aac7e96]:hover{background-color:#151515}.dark .name-wrapper .file-count[data-v-0aac7e96],.dark .name-wrapper .title[data-v-0aac7e96]{color:#bec6cf!important}.dark .navigation-icons .button[data-v-0aac7e96]:hover{background:#151515}",""])},"Wxm/":function(t,e,a){"use strict";var i={name:"PopupContent",props:["type"]},n=(a("JFrX"),a("KHd+")),o=Object(n.a)(i,(function(){var t=this.$createElement;return(this._self._c||t)("div",{staticClass:"popup-content",class:this.type},[this._t("default")],2)}),[],!1,null,"458e84dc",null);e.a=o.exports},XKHw:function(t,e,a){(t.exports=a("I1BE")(!1)).push([t.i,".file-preview[data-v-7307dacc]{width:100%;height:100%;position:fixed;background-color:#fff}.dark .file-preview[data-v-7307dacc]{background-color:#151515}",""])},"Yo/7":function(t,e,a){(t.exports=a("I1BE")(!1)).push([t.i,".popover-wrapper[data-v-67b4a236]{position:relative}",""])},ahmU:function(t,e,a){"use strict";a("hlIb")},c0VV:function(t,e,a){"use strict";a("zPZt")},dGwr:function(t,e,a){"use strict";var i=a("oLLm"),n=a("RUeb"),o=a("Wxm/"),r=a("Nv84"),s=a("xCqy"),l={name:"ConfirmPopup",components:{PopupWrapper:i.a,PopupActions:n.a,PopupContent:o.a,ButtonBase:r.a},data:function(){return{confirmationData:[],message:void 0,title:void 0,emoji:void 0,buttonColor:void 0}},methods:{closePopup:function(){s.a.$emit("popup:close")},confirm:function(){s.a.$emit("popup:close"),s.a.$emit("action:confirmed",this.confirmationData),this.confirmationData=[]}},mounted:function(){var t=this;s.a.$on("confirm:open",(function(e){t.title=e.title,t.message=e.message,t.emoji="🤔",t.confirmationData=e.action,t.buttonColor="danger",e.buttonColor&&(t.buttonColor=e.buttonColor)}))}},c=(a("sCwR"),a("KHd+")),u=Object(c.a)(l,(function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("PopupWrapper",[a("div",{staticClass:"popup-image"},[a("span",{staticClass:"emoji"},[t._v(t._s(t.emoji))])]),t._v(" "),a("PopupContent",{staticClass:"content"},[t.title?a("h1",{staticClass:"text-2xl font-bold max-w-sm mx-auto"},[t._v(t._s(t.title))]):t._e(),t._v(" "),t.message?a("p",{staticClass:"message"},[t._v(t._s(t.message))]):t._e()]),t._v(" "),a("PopupActions",[a("ButtonBase",{staticClass:"popup-button",attrs:{"button-style":"secondary"},nativeOn:{click:function(e){return t.closePopup.apply(null,arguments)}}},[t._v(t._s(t.$t("global.cancel"))+"\n ")]),t._v(" "),a("ButtonBase",{staticClass:"popup-button",attrs:{"button-style":t.buttonColor},nativeOn:{click:function(e){return t.confirm.apply(null,arguments)}}},[t._v(t._s(t.$t("global.confirm_action"))+"\n ")])],1)],1)}),[],!1,null,"c7ce0d82",null);e.a=u.exports},"e+Qt":function(t,e,a){var i=a("JuAn");"string"==typeof i&&(i=[[t.i,i,""]]);var n={hmr:!0,transform:void 0,insertInto:void 0};a("aET+")(i,n);i.locals&&(t.exports=i.locals)},"eH5+":function(t,e,a){(t.exports=a("I1BE")(!1)).push([t.i,"@media only screen and (max-width:690px){.popup-content[data-v-458e84dc]{top:57px;bottom:72px;position:absolute;left:0;right:0;height:auto;overflow-y:auto;overflow-x:hidden}}@media only screen and (max-width:320px){.popup-content[data-v-458e84dc]{position:unset}}@-webkit-keyframes popup-in-data-v-458e84dc{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}@keyframes popup-in-data-v-458e84dc{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}@-webkit-keyframes popup-slide-in-data-v-458e84dc{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes popup-slide-in-data-v-458e84dc{0%{transform:translateY(100%)}to{transform:translateY(0)}}",""])},eZO5:function(t,e,a){var i=a("eH5+");"string"==typeof i&&(i=[[t.i,i,""]]);var n={hmr:!0,transform:void 0,insertInto:void 0};a("aET+")(i,n);i.locals&&(t.exports=i.locals)},f2uu:function(t,e,a){var i=a("gUQR");"string"==typeof i&&(i=[[t.i,i,""]]);var n={hmr:!0,transform:void 0,insertInto:void 0};a("aET+")(i,n);i.locals&&(t.exports=i.locals)},fZPa:function(t,e,a){"use strict";a("y+QG")},fqo0:function(t,e,a){(t.exports=a("I1BE")(!1)).push([t.i,".select[data-v-779355e6]{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.select-search[data-v-779355e6]{background:#fff;position:sticky;top:0;padding:13px}.select-search .search-input[data-v-779355e6]{border:1px solid transparent;background:#f4f5f6;transition:all .15s ease;font-size:.875em;padding:13px 20px;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-weight:700;outline:0;width:100%}.input-options[data-v-779355e6]{box-shadow:0 5px 15px rgba(0,0,0,.12);background:#fff;position:absolute;overflow:hidden;top:65px;left:0;right:0;z-index:9;max-height:295px;overflow-y:auto}.input-options .option-item[data-v-779355e6]{padding:13px 20px;display:block;cursor:pointer}.input-options .option-item[data-v-779355e6]:hover{color:#00bc7e;background:#f4f5f6}.input-options .option-item[data-v-779355e6]:last-child{border-bottom:none}.input-area[data-v-779355e6]{border:1px solid transparent;justify-content:space-between;align-items:center;padding:13px 20px;display:flex;outline:0;width:100%;cursor:pointer}.input-area[data-v-779355e6],.input-area .chevron[data-v-779355e6]{transition:all .15s ease}.input-area.is-active .chevron[data-v-779355e6]{transform:rotate(180deg)}.input-area.is-error[data-v-779355e6]{border-color:#fd397a;box-shadow:0 0 7px rgba(253,57,122,.3)}.option-icon[data-v-779355e6]{width:20px;display:inline-block;font-size:.625em}.option-icon svg[data-v-779355e6]{margin-top:-4px;vertical-align:middle}.option-icon svg circle[data-v-779355e6],.option-icon svg line[data-v-779355e6],.option-icon svg path[data-v-779355e6]{color:inherit}.option-value[data-v-779355e6]{font-size:.875em;font-weight:700;width:100%;vertical-align:middle}.option-value.placehoder[data-v-779355e6]{color:rgba(27,37,57,.5)}.slide-in-enter-active[data-v-779355e6]{transition:all .15s ease}.slide-in-enter[data-v-779355e6]{opacity:0;transform:translateY(-50px)}.dark .select-search[data-v-779355e6]{background:#1e2024}.dark .select-search .search-input[data-v-779355e6]{background:#151515}.dark .input-area[data-v-779355e6]{background:#1e2024;border-color:#1e2024}.dark .popup-wrapper .input-area[data-v-779355e6]{background:#25272c}.dark .input-options[data-v-779355e6]{background:#1e2024}.dark .input-options .option-item[data-v-779355e6]{border-bottom:none}.dark .input-options .option-item[data-v-779355e6]:hover{background:#2a2c32}.dark .input-options .option-item:hover .option-icon circle[data-v-779355e6],.dark .input-options .option-item:hover .option-icon path[data-v-779355e6]{color:inherit}.dark .input-options .option-item[data-v-779355e6]:last-child{border-bottom:none}.dark .option-value.placehoder[data-v-779355e6]{color:#7d858c}",""])},gUQR:function(t,e,a){(t.exports=a("I1BE")(!1)).push([t.i,".form-wrapper[data-v-23c99331]{padding:0 20px}.input-wrapper[data-v-23c99331]{margin-bottom:20px}.input-wrapper[data-v-23c99331]:last-child{margin-bottom:0}.input-wrapper input[data-v-23c99331]{width:100%;color:#1b2539}.input-wrapper input.is-error[data-v-23c99331]{border-color:#fd397a}.inline-wrapper[data-v-23c99331]{display:flex;align-items:center;justify-content:space-between}.inline-wrapper.icon-append .input-text[data-v-23c99331]{border-top-right-radius:0;border-bottom-right-radius:0}.inline-wrapper.icon-append .icon[data-v-23c99331]{background:#000;padding:15px 18px;border-top-right-radius:8px;border-bottom-right-radius:8px;text-align:center;line-height:0}.inline-wrapper.icon-append .icon path[data-v-23c99331],.inline-wrapper.icon-append .icon polyline[data-v-23c99331]{stroke:#fff}.input-label[data-v-23c99331]{font-size:.875em;color:#1b2539;font-weight:700;display:block;margin-bottom:8px}.dark .inline-wrapper.icon-append .icon[data-v-23c99331]{background:rgba(0,188,126,.1)}.dark .inline-wrapper.icon-append .icon path[data-v-23c99331],.dark .inline-wrapper.icon-append .icon polyline[data-v-23c99331]{stroke:#00bc7e}.dark .input-label[data-v-23c99331]{color:#bec6cf}.form.inline-form[data-v-23c99331]{display:flex;position:relative;justify-content:center;margin:0 auto}.form.inline-form .input-wrapper[data-v-23c99331]{position:relative}.form.inline-form .input-wrapper .error-message[data-v-23c99331]{position:absolute;left:0;bottom:-25px}.form.block-form .switch-wrapper[data-v-23c99331]{padding-bottom:13px;margin-bottom:13px;border-bottom:1px solid #f4f5f6}.form.block-form .switch-wrapper[data-v-23c99331]:last-child{padding-bottom:0;margin-bottom:0;border-bottom:none}.form.block-form .wrapper-inline[data-v-23c99331]{display:flex;margin:0 -15px}.form.block-form .wrapper-inline .block-wrapper[data-v-23c99331]{width:100%;padding:0 15px}.form.block-form .block-wrapper[data-v-23c99331]{margin-bottom:32px}.form.block-form .block-wrapper label[data-v-23c99331]{font-size:.875em;color:rgba(27,37,57,.8);font-weight:700;display:block;margin-bottom:7px;text-align:left}.form.block-form .block-wrapper[data-v-23c99331]:last-child{margin-bottom:0}.form.block-form .button[data-v-23c99331]{margin-top:50px}.form .inline-wrapper[data-v-23c99331]{display:flex;align-items:center;justify-content:space-between}.form .inline-wrapper .switch-label .input-help[data-v-23c99331]{padding-top:0}.form .inline-wrapper .switch-label .input-label[data-v-23c99331]{font-weight:700;color:#1b2539;font-size:1em;margin-bottom:5px}.input-help[data-v-23c99331]{font-size:.75em;color:rgba(27,37,57,.7);line-height:1.35;padding-top:10px;display:block}.single-line-form[data-v-23c99331]{display:flex}.single-line-form .submit-button[data-v-23c99331]{margin-left:20px}.error-message[data-v-23c99331]{font-size:.875em;color:#fd397a;padding-top:5px;display:block;text-align:left}textarea[data-v-23c99331]{width:100%}input[type=email].is-error[data-v-23c99331],input[type=number].is-error[data-v-23c99331],input[type=password].is-error[data-v-23c99331],input[type=text].is-error[data-v-23c99331],textarea.is-error[data-v-23c99331]{border-color:#fd397a}input[type=email][data-v-23c99331]::-moz-placeholder,input[type=number][data-v-23c99331]::-moz-placeholder,input[type=password][data-v-23c99331]::-moz-placeholder,input[type=text][data-v-23c99331]::-moz-placeholder,textarea[data-v-23c99331]::-moz-placeholder{color:rgba(27,37,57,.5);font-size:.9375em}input[type=email][data-v-23c99331]:-ms-input-placeholder,input[type=number][data-v-23c99331]:-ms-input-placeholder,input[type=password][data-v-23c99331]:-ms-input-placeholder,input[type=text][data-v-23c99331]:-ms-input-placeholder,textarea[data-v-23c99331]:-ms-input-placeholder{color:rgba(27,37,57,.5);font-size:.9375em}input[type=email][data-v-23c99331]::placeholder,input[type=number][data-v-23c99331]::placeholder,input[type=password][data-v-23c99331]::placeholder,input[type=text][data-v-23c99331]::placeholder,textarea[data-v-23c99331]::placeholder{color:rgba(27,37,57,.5);font-size:.9375em}input[type=email][disabled][data-v-23c99331],input[type=number][disabled][data-v-23c99331],input[type=password][disabled][data-v-23c99331],input[type=text][disabled][data-v-23c99331],textarea[disabled][data-v-23c99331]{color:rgba(27,37,57,.8);-webkit-text-fill-color:rgba(27,37,57,.8);opacity:1;cursor:not-allowed}input[type=color][data-v-23c99331]{width:38px!important;height:40px;border:none;outline:none;background:none;min-width:0!important}.additional-link[data-v-23c99331]{font-size:1em;margin-top:50px;display:block}.additional-link a[data-v-23c99331],.additional-link b[data-v-23c99331]{cursor:pointer}.additional-link a[data-v-23c99331]:hover,.additional-link b[data-v-23c99331]:hover{text-decoration:underline}@media only screen and (max-width:1024px){.form[data-v-23c99331]{max-width:100%}}@media only screen and (max-width:960px){.form .button[data-v-23c99331]{margin-top:20px;width:100%;margin-left:0;margin-right:0}.form input[data-v-23c99331],.form textarea[data-v-23c99331]{width:100%;min-width:100%}.form.block-form .block-wrapper[data-v-23c99331]{display:block}.form.block-form .block-wrapper label[data-v-23c99331]{width:100%;padding-right:0;display:block;margin-bottom:7px;text-align:left!important;font-size:.875em;padding-top:0}.form.block-form .button[data-v-23c99331]{margin-top:25px;margin-left:0;margin-right:0}.form.inline-form[data-v-23c99331]{display:block}.form.inline-form .input-wrapper .error-message[data-v-23c99331]{position:relative;bottom:0}.form .button[data-v-23c99331]{padding:14px 32px}.single-line-form[data-v-23c99331]{display:block}.single-line-form .submit-button[data-v-23c99331]{margin-left:0;margin-top:20px;width:100%}input[type=email][data-v-23c99331],input[type=number][data-v-23c99331],input[type=password][data-v-23c99331],input[type=text][data-v-23c99331],textarea[data-v-23c99331]{padding:14px 20px}}@media only screen and (max-width:690px){.form.block-form .wrapper-inline[data-v-23c99331]{display:block}}.dark .form .input-help[data-v-23c99331]{color:#7d858c}.dark .form.block-form .block-wrapper label[data-v-23c99331]{color:#bec6cf}.dark .form.block-form .switch-wrapper[data-v-23c99331]{border-color:hsla(0,0%,100%,.02)}.dark .form .inline-wrapper .switch-label .input-label[data-v-23c99331]{color:#bec6cf}.dark input[type=email][data-v-23c99331],.dark input[type=number][data-v-23c99331],.dark input[type=password][data-v-23c99331],.dark input[type=text][data-v-23c99331],.dark textarea[data-v-23c99331]{border-color:#1e2024;background:#1e2024;color:#bec6cf}.dark input[type=email][data-v-23c99331]::-moz-placeholder,.dark input[type=number][data-v-23c99331]::-moz-placeholder,.dark input[type=password][data-v-23c99331]::-moz-placeholder,.dark input[type=text][data-v-23c99331]::-moz-placeholder,.dark textarea[data-v-23c99331]::-moz-placeholder{color:#7d858c}.dark input[type=email][data-v-23c99331]:-ms-input-placeholder,.dark input[type=number][data-v-23c99331]:-ms-input-placeholder,.dark input[type=password][data-v-23c99331]:-ms-input-placeholder,.dark input[type=text][data-v-23c99331]:-ms-input-placeholder,.dark textarea[data-v-23c99331]:-ms-input-placeholder{color:#7d858c}.dark input[type=email][data-v-23c99331]::placeholder,.dark input[type=number][data-v-23c99331]::placeholder,.dark input[type=password][data-v-23c99331]::placeholder,.dark input[type=text][data-v-23c99331]::placeholder,.dark textarea[data-v-23c99331]::placeholder{color:#7d858c}.dark input[type=email][disabled][data-v-23c99331],.dark input[type=number][disabled][data-v-23c99331],.dark input[type=password][disabled][data-v-23c99331],.dark input[type=text][disabled][data-v-23c99331],.dark textarea[disabled][data-v-23c99331]{color:rgba(125,133,140,.8);-webkit-text-fill-color:rgba(125,133,140,.8)}.dark .popup-wrapper input[type=email][data-v-23c99331],.dark .popup-wrapper input[type=number][data-v-23c99331],.dark .popup-wrapper input[type=password][data-v-23c99331],.dark .popup-wrapper input[type=text][data-v-23c99331],.dark .popup-wrapper textarea[data-v-23c99331]{background:#25272c}.item-thumbnail[data-v-23c99331]{margin-bottom:20px}",""])},hXay:function(t,e,a){"use strict";var i={name:"TextLabel"},n=(a("llqI"),a("KHd+")),o=Object(n.a)(i,(function(){var t=this.$createElement;return(this._self._c||t)("b",{staticClass:"text-label"},[this._t("default")],2)}),[],!1,null,"474a906c",null).exports,r={name:"ContentGroup",props:["title","canCollapse","slug"],components:{ChevronUpIcon:a("CjXH").l,TextLabel:o},data:function(){return{isVisible:!0,canCollapseWrapper:!1}},methods:{hideGroup:function(){this.canCollapseWrapper&&(this.isVisible=!this.isVisible,localStorage.setItem("panel-group-"+this.slug,this.isVisible))}},created:function(){if(this.canCollapse){var t=localStorage.getItem("panel-group-"+this.slug);this.isVisible=!t||!!JSON.parse(String(t).toLowerCase()),this.canCollapseWrapper=!0}}},s=(a("QBc4"),Object(n.a)(r,(function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"content-group",class:{"is-collapsed":!t.isVisible,collapsable:t.canCollapse}},[a("div",{staticClass:"group-title",on:{click:t.hideGroup}},[a("TextLabel",{staticClass:"title"},[t._v(t._s(t.title))]),t._v(" "),t.canCollapseWrapper?a("chevron-up-icon",{staticClass:"icon",attrs:{size:"12"}}):t._e()],1),t._v(" "),a("transition",{attrs:{name:"list"}},[a("div",{directives:[{name:"show",rawName:"v-show",value:t.isVisible,expression:"isVisible"}],staticClass:"wrapper"},[t._t("default")],2)])],1)}),[],!1,null,"44ef99eb",null));e.a=s.exports},hgkL:function(t,e,a){(t.exports=a("I1BE")(!1)).push([t.i,".user-info[data-v-64779242]{padding:20px 20px 10px}.go-back[data-v-64779242]{display:flex;align-items:center;padding:30px 20px 10px;cursor:pointer}.go-back .title[data-v-64779242]{font-size:.875em;font-weight:700;margin-left:10px}.go-back polyline[data-v-64779242]{color:inherit}",""])},hlIb:function(t,e,a){var i=a("Q2fZ");"string"==typeof i&&(i=[[t.i,i,""]]);var n={hmr:!0,transform:void 0,insertInto:void 0};a("aET+")(i,n);i.locals&&(t.exports=i.locals)},"k/po":function(t,e,a){"use strict";a("IhY8")},kfLn:function(t,e,a){"use strict";a("Mj/N")},kwS7:function(t,e,a){"use strict";a("8g0Q")},lMRG:function(t,e,a){(t.exports=a("I1BE")(!1)).push([t.i,".popup-header[data-v-2357b965]{padding:20px;display:flex;align-items:center}.popup-header .icon[data-v-2357b965]{margin-right:10px;line-height:0}.popup-header .icon circle[data-v-2357b965],.popup-header .icon line[data-v-2357b965],.popup-header .icon path[data-v-2357b965],.popup-header .icon polyline[data-v-2357b965],.popup-header .icon rect[data-v-2357b965]{color:inherit}.popup-header .title[data-v-2357b965]{font-size:1.0625em;font-weight:700;color:#1b2539}.popup-header .message[data-v-2357b965]{font-size:1em;color:#8b8f9a;margin-top:5px}.popup-header .label[data-v-2357b965]{display:flex;justify-content:space-between;width:100%;align-items:center}.popup-header .label .close-icon[data-v-2357b965]{padding:1px 4px;border-radius:6px;cursor:pointer}.popup-header .label .close-icon[data-v-2357b965]:hover{background:#f4f5f6}.popup-header .label .close-icon:hover line[data-v-2357b965]{color:inherit}@media only screen and (max-width:690px){.popup-header[data-v-2357b965]{padding:15px}}.dark .popup-header .label .close-icon[data-v-2357b965]{cursor:pointer}.dark .popup-header .label .close-icon[data-v-2357b965]:hover{background:#1e2024}.dark .popup-header .title[data-v-2357b965]{color:#bec6cf}.dark .popup-header .message[data-v-2357b965]{color:#7d858c}",""])},llqI:function(t,e,a){"use strict";a("3snz")},nDg4:function(t,e,a){"use strict";a("uFOp")},oLLm:function(t,e,a){"use strict";var i=a("xCqy"),n={name:"PopupWrapper",props:["name"],data:function(){return{isVisibleWrapper:!1}},methods:{closePopup:function(){i.a.$emit("popup:close")}},created:function(){var t=this;i.a.$on("popup:open",(function(e){var a=e.name;t.name===a&&(t.isVisibleWrapper=!0),t.name!==a&&(t.isVisibleWrapper=!1)})),i.a.$on("confirm:open",(function(e){var a=e.name;t.name===a&&(t.isVisibleWrapper=!0)})),i.a.$on("popup:close",(function(){return t.isVisibleWrapper=!1}))}},o=(a("zSrr"),a("KHd+")),r=Object(o.a)(n,(function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("transition",{attrs:{name:"popup"}},[t.isVisibleWrapper?a("div",{staticClass:"popup lg:absolute fixed top-0 left-0 right-0 bottom-0 overflow-y-auto grid h-full p-10",on:{click:function(e){return e.target!==e.currentTarget?null:t.closePopup.apply(null,arguments)}}},[a("div",{staticClass:"popup-wrapper"},[t._t("default")],2)]):t._e()])}),[],!1,null,"5c34cb76",null);e.a=r.exports},oP0v:function(t,e,a){(t.exports=a("I1BE")(!1)).push([t.i,".video-wrapper[data-v-51357f39]{max-width:1080px;max-height:100%}@media (min-width:1200px){.video-wrapper[data-v-51357f39]{max-width:800px}}@media (min-width:1920px) and (max-width:2560px){.video-wrapper[data-v-51357f39]{max-width:1080px}}@media (min-width:2560px) and (max-width:3840px){.video-wrapper[data-v-51357f39]{max-width:1440px}}@media (min-width:3840px){.video-wrapper[data-v-51357f39]{max-width:2160px}}.video-wrapper .video[data-v-51357f39]{max-width:100%;max-height:100%;align-self:center}",""])},qZv9:function(t,e,a){var i=a("XKHw");"string"==typeof i&&(i=[[t.i,i,""]]);var n={hmr:!0,transform:void 0,insertInto:void 0};a("aET+")(i,n);i.locals&&(t.exports=i.locals)},sCwR:function(t,e,a){"use strict";a("E/fJ")},tbMu:function(t,e,a){(t.exports=a("I1BE")(!1)).push([t.i,".menu-options[data-v-2f5f3ce4]{margin-top:10px;list-style:none;width:100%}",""])},uFOp:function(t,e,a){var i=a("CEUb");"string"==typeof i&&(i=[[t.i,i,""]]);var n={hmr:!0,transform:void 0,insertInto:void 0};a("aET+")(i,n);i.locals&&(t.exports=i.locals)},utYY:function(t,e,a){(t.exports=a("I1BE")(!1)).push([t.i,".content-group[data-v-44ef99eb]{margin-bottom:15px;transition:all .3s}.content-group .group-title[data-v-44ef99eb]{display:flex;justify-content:space-between;align-items:center;margin-bottom:5px}.content-group .group-title .title[data-v-44ef99eb]{margin-bottom:0}.content-group .group-title .icon[data-v-44ef99eb]{margin-right:19px;opacity:.25;transition:all .3s ease}.content-group.collapsable .group-title[data-v-44ef99eb]{cursor:pointer}.content-group.is-collapsed[data-v-44ef99eb]{margin-bottom:15px}.content-group.is-collapsed .icon[data-v-44ef99eb]{transform:rotate(180deg)}.list-enter[data-v-44ef99eb],.list-leave-to[data-v-44ef99eb]{visibility:hidden;height:0;margin:0;padding:0;opacity:0}.list-enter-active[data-v-44ef99eb],.list-leave-active[data-v-44ef99eb]{transition:all .3s}",""])},wGq2:function(t,e,a){var i=a("utYY");"string"==typeof i&&(i=[[t.i,i,""]]);var n={hmr:!0,transform:void 0,insertInto:void 0};a("aET+")(i,n);i.locals&&(t.exports=i.locals)},wlrm:function(t,e,a){"use strict";var i=a("CjXH"),n=a("zTYo"),o=a("wdhT"),r={name:"FilterSuggestion",props:["keyword","description"]},s=a("KHd+"),l=Object(s.a)(r,(function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"flex items-center py-2 cursor-pointer"},[a("span",{staticClass:"text-sm dark:bg-4x-dark-foreground bg-light-background font-bold py-1 px-2 rounded-lg dark-text-theme"},[t._v("\n\t\t"+t._s(t.keyword)+" + "+t._s(t.$t("space"))+"\n\t")]),t._v(" "),a("p",{staticClass:"ml-3 text-sm font-semibold text-gray-500"},[t._v("\n\t\t"+t._s(t.description)+"\n\t")])])}),[],!1,null,null,null).exports,c=a("pbRg"),u={name:"CategoryName"},p=Object(s.a)(u,(function(){var t=this.$createElement;return(this._self._c||t)("b",{staticClass:"text-xs text-gray-500 mb-1.5 block"},[this._t("default")],2)}),[],!1,null,null,null).exports,d=a("xCqy"),v=a("L2JU"),b=a("LvDl"),m=a("vDqi"),h=a.n(m),f={name:"KeyboardHints",components:{CornerDownLeftIcon:i.r,ArrowDownIcon:i.a,ArrowUpIcon:i.b}};function g(t,e){var a=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),a.push.apply(a,i)}return a}function x(t){for(var e=1;e<arguments.length;e++){var a=null!=arguments[e]?arguments[e]:{};e%2?g(Object(a),!0).forEach((function(e){w(t,e,a[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(a)):g(Object(a)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(a,e))}))}return t}function w(t,e,a){return e in t?Object.defineProperty(t,e,{value:a,enumerable:!0,configurable:!0,writable:!0}):t[e]=a,t}var y={name:"Spotlight",components:{KeyboardHints:Object(s.a)(f,(function(){var t=this,e=t.$createElement,a=t._self._c||e;return t.$isMobile()?t._e():a("div",{staticClass:"flex items-center px-5 pb-2"},[a("div",{staticClass:"flex items-center mr-4"},[a("ArrowUpIcon",{staticClass:"vue-feather text-gray-400",attrs:{size:"12"}}),t._v(" "),a("ArrowDownIcon",{staticClass:"vue-feather text-gray-400",attrs:{size:"12"}}),t._v(" "),a("span",{staticClass:"text-xs ml-1.5 text-gray-400"},[t._v("\n\t\t\t"+t._s(t.$t("Navigate"))+"\n\t\t")])],1),t._v(" "),a("div",{staticClass:"flex items-center"},[a("CornerDownLeftIcon",{staticClass:"vue-feather text-gray-400",attrs:{size:"12"}}),t._v(" "),a("span",{staticClass:"text-xs ml-1.5 text-gray-400"},[t._v("\n\t\t\t"+t._s(t.$t("Go"))+"\n\t\t")])],1)])}),[],!1,null,null,null).exports,CreditCardIcon:i.t,GridIcon:i.K,CategoryName:p,FilterSuggestion:l,Maximize2Icon:i.W,TrashIcon:i.sb,MoonIcon:i.Z,PowerIcon:i.eb,HardDriveIcon:i.L,UploadCloudIcon:i.ub,FileTextIcon:i.D,DollarSignIcon:i.v,GlobeIcon:i.J,MonitorIcon:i.Y,BoxIcon:i.e,UsersIcon:i.zb,UserCheckIcon:i.vb,LinkIcon:i.S,SettingsIcon:i.jb,HomeIcon:i.N,DatabaseIcon:i.u,UserPlusIcon:i.yb,MemberAvatar:o.a,Trash2Icon:i.rb,SearchIcon:i.hb,ItemList:c.a,Spinner:n.a,XIcon:i.Bb},computed:x(x({},Object(v.b)(["isDarkMode","config","user"])),{},{actionList:function(){var t=[{title:this.$t("Go To Dashboard"),action:{type:"route",value:"Dashboard"}},{title:this.$t("Go To Settings"),action:{type:"route",value:"AppOthers"}},{title:this.$t("Go To Payments"),action:{type:"route",value:"AppPayments"}},{title:this.$t("Go To Pages"),action:{type:"route",value:"Pages"}},{title:this.$t("Go To Languages"),action:{type:"route",value:"Language"}},{title:this.$t("Show all Users"),action:{type:"route",value:"Users"}},{title:this.$t("Show all Plans"),action:{type:"route",value:"Plans"}},{title:this.$t("Show Transactions"),action:{type:"route",value:"Invoices"}}],e=[{title:this.$t("Go Home"),action:{type:"route",value:"Files"}},{title:this.$t("Go To Recent Uploads"),action:{type:"route",value:"RecentUploads"}},{title:this.$t("Go To Publicly Shared"),action:{type:"route",value:"MySharedItems"}},{title:this.$t("Go To Trash"),action:{type:"route",value:"Trash"}},{title:this.$t("Go To Team Folders"),action:{type:"route",value:"TeamFolders"}},{title:this.$t("Go To Shared with Me"),action:{type:"route",value:"SharedWithMe"}}],a=[{title:this.$t("Create User"),action:{type:"route",value:"UserCreate"}}],i=[{title:this.$t("Update Profile Settings"),action:{type:"route",value:"Profile"}},{title:this.$t("Update Security & API"),action:{type:"route",value:"Password"}},{title:this.$t("Show Storage Details"),action:{type:"route",value:"Storage"}},{title:this.$t("Show Billing"),action:{type:"route",value:"Billing"}}],n=[{title:this.$t("Toggle Grid/List View"),action:{type:"function",value:"toggle-grid-list"}},{title:this.$t("Toggle Dark/Light Mode"),action:{type:"function",value:"dark-mode"}},{title:this.$t("Toggle Full-Screen Mode"),action:{type:"function",value:"full-screen-mode"}},{title:this.$t("Empty Your Trash"),action:{type:"function",value:"empty-trash"}},{title:this.$t("Log Out"),action:{type:"function",value:"log-out"}}];return"admin"===this.user.data.attributes.role?("fixed"===this.config.subscriptionType&&t.push({title:this.$t("Show all Subscriptions"),action:{type:"route",value:"Subscriptions"}}),("metered"===this.config.subscriptionType&&!this.config.isCreatedMeteredPlan||"fixed"===this.config.subscriptionType)&&a.push({title:this.$t("Create Plan"),action:{type:"route",value:"fixed"===this.config.subscriptionType?"CreateFixedPlan":"CreateMeteredPlan"}}),[].concat.apply([],[n,i,e,t,a])):"user"===this.user.data.attributes.role?[].concat.apply([],[n,i,e]):void 0},isAdmin:function(){return"admin"===this.user.data.attributes.role},metaKeyIcon:function(){return this.$isApple()?"⌘":"alt"},isNotEmptyQuery:function(){return""!==this.query},isEmptyQuery:function(){return""===this.query||void 0===this.query}}),data:function(){return{activeFilter:void 0,backspaceHits:0,isVisible:!1,isLoading:!1,query:"",index:0,results:[],actions:[],filters:[{keyword:"u",description:this.$t("Search through your users..."),slug:"users"}]}},watch:{query:function(t){""!==t&&void 0!==t||(this.results=[]),this.actions=[],this.index=0,"u "===t.substr(0,2)&&this.isAdmin&&!this.activeFilter&&this.setFilter("users"),this.activeFilter||(this.actions=this.actionList.filter((function(e){return e.title.toLowerCase().indexOf(t)>-1})).slice(0,3)),this.findResult(t)}},methods:{showByShortcut:function(t){["a","r","v"].includes(t.key)||t.preventDefault();var e=this.results.length+this.actions.length;Number.isInteger(parseInt(t.key))&&parseInt(t.key)<e&&(this.index=parseInt(t.key),this.showSelected())},showSelected:function(){var t=this.index,e=t-this.actions.length;this.actions.length>0&&t<this.actions.length?this.openAction(this.actions[t]):("users"===this.activeFilter&&this.openUser(this.results[e]),this.activeFilter||this.openItem(this.results[e]))},openAction:function(t){"route"===t.action.type&&this.$router.push({name:t.action.value}),"function"===t.action.type&&("toggle-grid-list"===t.action.value&&this.$store.dispatch("togglePreviewType"),"dark-mode"===t.action.value&&this.$store.dispatch("toggleDarkMode",!this.isDarkMode),"full-screen-mode"===t.action.value&&this.$store.dispatch("toggleNavigationBars"),"log-out"===t.action.value&&this.$store.dispatch("logOut"),"empty-trash"===t.action.value&&this.$emptyTrashQuietly()),this.exitSpotlight()},openUser:function(t){this.$router.push({name:"UserDetail",params:{id:t.data.id}}),this.exitSpotlight()},openItem:function(t){"folder"===t.data.type?t.data.attributes.isTeamFolder?t.data.relationships.owner.data.id===this.user.data.id?this.$router.push({name:"TeamFolders",params:{id:t.data.id}}):this.$router.push({name:"SharedWithMe",params:{id:t.data.id}}):this.$router.push({name:"Files",params:{id:t.data.id}}):["video","audio","image"].includes(t.data.type)||"pdf"===t.data.attributes.mimetype?(this.$store.commit("ADD_TO_FAST_PREVIEW",t),d.a.$emit("file-preview:show")):this.$downloadFile(t.data.attributes.file_url,t.data.attributes.name+"."+t.data.attributes.mimetype),this.exitSpotlight()},findResult:Object(b.debounce)((function(t){var e=this;if(""!==t&&void 0!==t){this.isLoading=!0;var a=void 0;if(this.$store.getters.sharedDetail){var i=this.$store.getters.sharedDetail.data.attributes.protected?"private":"public";a="/api/browse/search/".concat(i,"/").concat(this.$router.currentRoute.params.token)}else a="/api/browse/search";h.a.get("".concat(a,"?filter=").concat(this.activeFilter),{params:{query:t}}).then((function(t){if("users"===e.activeFilter&&(e.results=t.data.data),!e.activeFilter){var a=t.data.files.data,i=t.data.folders.data;e.results=i.concat(a)}})).catch((function(){return e.$isSomethingWrong()})).finally((function(){return e.isLoading=!1}))}}),150),exitSpotlight:function(){this.actions=[],this.results=[],this.query="",this.isVisible=!1,d.a.$emit("popup:close")},onPageDown:function(){var t=this.results.length+this.actions.length-1;this.index<t&&this.index++},onPageUp:function(){this.index>0&&this.index--},setFilter:function(t){var e=this;this.activeFilter=t,this.results=[],this.query="",this.$nextTick((function(){return e.$refs.searchInput.focus()}))},undoFilter:function(){this.activeFilter&&""===this.query&&2!==this.backspaceHits&&this.backspaceHits++,2===this.backspaceHits&&this.removeFilter()},removeFilter:function(){this.activeFilter=void 0,this.backspaceHits=0}},created:function(){var t=this;d.a.$on("spotlight:show",(function(e){t.isVisible=!0,t.activeFilter=e,t.$nextTick((function(){return t.$refs.searchInput.focus()}))})),d.a.$on("spotlight:hide",(function(){return t.exitSpotlight()}))}},k=Object(s.a)(y,(function(){var t=this,e=t.$createElement,a=t._self._c||e;return t.isVisible?a("div",{staticClass:"md:absolute fixed w-full h-full dark:bg-dark-foreground md:bg-transparent bg-white md:z-auto z-50",attrs:{tabindex:"-1"},on:{keyup:function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"esc",27,e.key,["Esc","Escape"])?null:t.exitSpotlight.apply(null,arguments)}}},[a("div",{staticClass:"relative w-full md:max-w-xl z-50 md:rounded-xl mx-auto 2xl:mt-20 md:mt-8 overflow-y-auto bg-white dark:bg-2x-dark-foreground"},[a("div",{staticClass:"z-50 flex items-center px-5 py-4 mx-auto"},[a("div",{staticClass:"relative mr-4"},[t.isLoading?a("div",{staticClass:"spinner-icon transform scale-50 origin-center translate-y-2.5"},[a("Spinner")],1):t._e(),t._v(" "),a("search-icon",{staticClass:"magnify dark-text-theme text-theme vue-feather",class:{"opacity-0":t.isLoading},attrs:{size:"22"}})],1),t._v(" "),t.activeFilter?a("div",{staticClass:"dark:bg-4x-dark-foreground bg-light-background rounded-lg px-2 py-1 mr-3 flex items-center cursor-pointer",on:{click:t.removeFilter}},[a("b",{staticClass:"font-bold pr-1.5 text-sm dark-text-theme"},[t._v("\n\t\t\t\t\t"+t._s(t.activeFilter)+"\n\t\t\t\t")]),t._v(" "),a("x-icon",{attrs:{size:"12"}})],1):t._e(),t._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:t.query,expression:"query"}],ref:"searchInput",staticClass:"w-full border-none text-xl font-semibold placeholder-gray-700 dark:placeholder-gray-400 bg-transparent focus:outline-none",attrs:{type:"text",placeholder:"Spotlight search..."},domProps:{value:t.query},on:{keydown:[function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"delete",[8,46],e.key,["Backspace","Delete","Del"])?null:t.undoFilter.apply(null,arguments)},function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"enter",13,e.key,"Enter")?null:t.showSelected.apply(null,arguments)},function(e){return e.metaKey?t.showByShortcut.apply(null,arguments):null}],keyup:[function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"down",40,e.key,["Down","ArrowDown"])?null:t.onPageDown.apply(null,arguments)},function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"up",38,e.key,["Up","ArrowUp"])?null:t.onPageUp.apply(null,arguments)}],input:function(e){e.target.composing||(t.query=e.target.value)}}}),t._v(" "),t.$isMobile()?t._e():a("div",{staticClass:"mr-2"},[a("span",{staticClass:"text-sm text-gray-400"},[t._v("esc")])]),t._v(" "),t.$isMobile()?a("div",{staticClass:"cursor-pointer",on:{click:t.exitSpotlight}},[a("x-icon",{staticClass:"close",attrs:{size:"22"}})],1):t._e()]),t._v(" "),t.isEmptyQuery&&!t.activeFilter?a("div",{staticClass:"relative z-50 px-4 pb-4"},[a("CategoryName",[t._v("\n\t\t\t\t"+t._s(t.$t("Suggested Filters"))+"\n\t\t\t")]),t._v(" "),t._l(t.filters,(function(e){return a("FilterSuggestion",{key:e.slug,attrs:{keyword:e.keyword,description:e.description},nativeOn:{click:function(a){return t.setFilter(e.slug)}}})}))],2):t._e(),t._v(" "),t.isNotEmptyQuery?a("div",{staticClass:"relative z-50 px-4 pb-4"},[0!==t.actions.length?a("CategoryName",[t._v("\n\t\t\t\t"+t._s(t.$t("Actions"))+"\n\t\t\t")]):t._e(),t._v(" "),0!==t.actions.length?a("div",{staticClass:"mb-2"},t._l(t.actions,(function(e,i){return a("div",{key:e.action.value,staticClass:"relative"},[a("div",{staticClass:"flex items-center px-3.5 py-2.5",class:{"dark:bg-4x-dark-foreground bg-light-background rounded-xl":i===t.index}},[["AppOthers","Profile","Password"].includes(e.action.value)?a("settings-icon",{staticClass:"vue-feather text-theme",attrs:{size:"18"}}):t._e(),t._v(" "),"AppPayments"===e.action.value?a("credit-card-icon",{staticClass:"vue-feather text-theme",attrs:{size:"18"}}):t._e(),t._v(" "),"Files"===e.action.value?a("home-icon",{staticClass:"vue-feather text-theme",attrs:{size:"18"}}):t._e(),t._v(" "),"Trash"===e.action.value?a("trash2-icon",{staticClass:"vue-feather text-theme",attrs:{size:"18"}}):t._e(),t._v(" "),["CreateFixedPlan","CreateMeteredPlan"].includes(e.action.value)?a("database-icon",{staticClass:"vue-feather text-theme",attrs:{size:"18"}}):t._e(),t._v(" "),"UserCreate"===e.action.value?a("user-plus-icon",{staticClass:"vue-feather text-theme",attrs:{size:"18"}}):t._e(),t._v(" "),["TeamFolders","Users"].includes(e.action.value)?a("users-icon",{staticClass:"vue-feather text-theme",attrs:{size:"18"}}):t._e(),t._v(" "),"SharedWithMe"===e.action.value?a("user-check-icon",{staticClass:"vue-feather text-theme",attrs:{size:"18"}}):t._e(),t._v(" "),"MySharedItems"===e.action.value?a("link-icon",{staticClass:"vue-feather text-theme",attrs:{size:"18"}}):t._e(),t._v(" "),"RecentUploads"===e.action.value?a("upload-cloud-icon",{staticClass:"vue-feather text-theme",attrs:{size:"18"}}):t._e(),t._v(" "),["Invoices","Invoice"].includes(e.action.value)?a("file-text-icon",{staticClass:"vue-feather text-theme",attrs:{size:"18"}}):t._e(),t._v(" "),"Plans"===e.action.value?a("database-icon",{staticClass:"vue-feather text-theme",attrs:{size:"18"}}):t._e(),t._v(" "),["Subscriptions","Billing"].includes(e.action.value)?a("dollar-sign-icon",{staticClass:"vue-feather text-theme",attrs:{size:"18"}}):t._e(),t._v(" "),"Language"===e.action.value?a("globe-icon",{staticClass:"vue-feather text-theme",attrs:{size:"18"}}):t._e(),t._v(" "),"Pages"===e.action.value?a("monitor-icon",{staticClass:"vue-feather text-theme",attrs:{size:"18"}}):t._e(),t._v(" "),"Dashboard"===e.action.value?a("box-icon",{staticClass:"vue-feather text-theme",attrs:{size:"18"}}):t._e(),t._v(" "),"Storage"===e.action.value?a("hard-drive-icon",{staticClass:"vue-feather text-theme",attrs:{size:"18"}}):t._e(),t._v(" "),"dark-mode"===e.action.value?a("moon-icon",{staticClass:"vue-feather text-theme",attrs:{size:"18"}}):t._e(),t._v(" "),"full-screen-mode"===e.action.value?a("maximize2-icon",{staticClass:"vue-feather text-theme",attrs:{size:"18"}}):t._e(),t._v(" "),"log-out"===e.action.value?a("power-icon",{staticClass:"vue-feather text-theme",attrs:{size:"18"}}):t._e(),t._v(" "),"empty-trash"===e.action.value?a("trash-icon",{staticClass:"vue-feather text-theme",attrs:{size:"18"}}):t._e(),t._v(" "),"toggle-grid-list"===e.action.value?a("grid-icon",{staticClass:"vue-feather text-theme",attrs:{size:"18"}}):t._e(),t._v(" "),a("b",{staticClass:"font-bold text-sm ml-3.5"},[t._v("\n\t\t\t\t\t\t\t"+t._s(e.title)+"\n\t\t\t\t\t\t")])],1),t._v(" "),t.$isMobile()?t._e():a("div",{staticClass:"absolute right-4 top-1/2 transform -translate-y-1/2"},[a("span",{staticClass:"text-xs text-gray-400"},[t._v(t._s(0===i?"↵":t.metaKeyIcon+i))])])])})),0):t._e(),t._v(" "),t.activeFilter||0===t.results.length?t._e():a("CategoryName",[t._v("\n\t\t\t\t"+t._s(t.$t("Files & Folders"))+"\n\t\t\t")]),t._v(" "),t._l(t.results,(function(e,i){return 0!==t.results.length?a("div",{key:e.data.id,staticClass:"relative"},["users"!==t.activeFilter||e.action?t._e():a("div",{staticClass:"flex items-center px-2.5 py-3.5",class:{"dark:bg-4x-dark-foreground bg-light-background rounded-xl":i+t.actions.length===t.index}},[a("MemberAvatar",{attrs:{"is-border":!1,size:44,member:e}}),t._v(" "),a("div",{staticClass:"ml-3"},[a("b",{staticClass:"text-sm font-bold block max-w-1 overflow-hidden overflow-ellipsis whitespace-nowrap",staticStyle:{"max-width":"155px"}},[t._v("\n\t\t\t\t\t\t\t"+t._s(e.data.attributes.name)+"\n\t\t\t\t\t\t")]),t._v(" "),a("span",{staticClass:"block text-xs dark:text-gray-500 text-gray-600"},[t._v("\n\t\t\t\t\t\t\t"+t._s(e.data.attributes.email)+"\n\t\t\t\t\t\t")])])],1),t._v(" "),t.activeFilter||e.action?t._e():a("ItemList",{class:{"dark:bg-4x-dark-foreground bg-light-background rounded-xl":i+t.actions.length===t.index},attrs:{entry:e,highlight:!1,"mobile-handler":!1},nativeOn:{click:function(a){return t.openItem(e)}}}),t._v(" "),t.$isMobile()?t._e():a("div",{staticClass:"absolute right-4 top-1/2 transform -translate-y-1/2"},[a("span",{staticClass:"text-xs text-gray-400"},[t._v(t._s(i+t.actions.length===0?"↵":t.metaKeyIcon+(i+t.actions.length)))])])],1):t._e()})),t._v(" "),0===t.results.length&&0===t.actions.length?a("span",{staticClass:"p-2.5 text-sm dark:text-gray-400 text-gray-700"},[t._v("\n\t\t\t\t"+t._s(t.$t("messages.nothing_was_found"))+"\n\t\t\t")]):t._e()],2):t._e(),t._v(" "),a("KeyboardHints")],1)]):t._e()}),[],!1,null,null,null);e.a=k.exports},xUlW:function(t,e,a){(t.exports=a("I1BE")(!1)).push([t.i,"",""])},xmEC:function(t,e,a){var i=a("fqo0");"string"==typeof i&&(i=[[t.i,i,""]]);var n={hmr:!0,transform:void 0,insertInto:void 0};a("aET+")(i,n);i.locals&&(t.exports=i.locals)},"y+QG":function(t,e,a){var i=a("6bXj");"string"==typeof i&&(i=[[t.i,i,""]]);var n={hmr:!0,transform:void 0,insertInto:void 0};a("aET+")(i,n);i.locals&&(t.exports=i.locals)},y7vx:function(t,e,a){"use strict";a("qZv9")},yP7j:function(t,e,a){"use strict";a("f2uu")},yeQi:function(t,e,a){"use strict";a("6G8L")},zPZt:function(t,e,a){var i=a("xUlW");"string"==typeof i&&(i=[[t.i,i,""]]);var n={hmr:!0,transform:void 0,insertInto:void 0};a("aET+")(i,n);i.locals&&(t.exports=i.locals)},zSrr:function(t,e,a){"use strict";a("K+Im")}}]);