mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-24 18:00:40 +00:00
e8ca132a8b
- Frontend build
1 line
51 KiB
JavaScript
Vendored
1 line
51 KiB
JavaScript
Vendored
(window.webpackJsonp=window.webpackJsonp||[]).push([[16],{"2Sb1":function(t,n,a){"use strict";var e={name:"PageHeader",props:["title","canBack"],components:{ChevronLeftIcon:a("CjXH").h}},i=(a("JOXf"),a("KHd+")),o=Object(i.a)(e,(function(){var t=this,n=t.$createElement,a=t._self._c||n;return a("div",{staticClass:"page-header"},[t.canBack?a("div",{staticClass:"go-back",on:{click:function(n){return t.$router.back()}}},[a("chevron-left-icon",{attrs:{size:"17"}})],1):t._e(),t._v(" "),a("div",{staticClass:"content"},[a("h1",{staticClass:"title"},[t._v(t._s(t.title))])])])}),[],!1,null,"9fd0a424",null);n.a=o.exports},"3eeM":function(t,n,a){(t.exports=a("I1BE")(!1)).push([t.i,".page-header[data-v-9fd0a424] {\n display: flex;\n align-items: center;\n background: white;\n z-index: 9;\n width: 100%;\n position: -webkit-sticky;\n position: sticky;\n top: 0;\n padding-top: 20px;\n padding-bottom: 20px;\n}\n.page-header .title[data-v-9fd0a424] {\n font-size: 1.125em;\n font-weight: 700;\n color: #1B2539;\n}\n.page-header .go-back[data-v-9fd0a424] {\n margin-right: 10px;\n cursor: pointer;\n}\n.page-header .go-back svg[data-v-9fd0a424] {\n vertical-align: middle;\n margin-top: -4px;\n}\n@media only screen and (max-width: 960px) {\n.page-header .title[data-v-9fd0a424] {\n font-size: 1.125em;\n}\n}\n@media only screen and (max-width: 690px) {\n.page-header[data-v-9fd0a424] {\n display: none;\n}\n}\n@media (prefers-color-scheme: dark) {\n.page-header[data-v-9fd0a424] {\n background: #141414;\n}\n.page-header .title[data-v-9fd0a424] {\n color: #bec6cf;\n}\n.page-header .icon path[data-v-9fd0a424] {\n fill: #00BC7E;\n}\n}\n",""])},"4uw6":function(t,n,a){"use strict";a.r(n);var e=a("A5+z"),i=a("t5U/"),o=a("xxrA"),r=a("CjXH"),l={name:"SearchInput",components:{SearchIcon:r.Z,XIcon:r.ob},data:function(){return{query:void 0}},methods:{clearInput:function(){this.query=void 0,this.$emit("reset-query")}}},p=(a("C6F8"),a("KHd+")),d=Object(p.a)(l,(function(){var t=this,n=t.$createElement,a=t._self._c||n;return a("div",{staticClass:"search-bar"},[t.query?t._e():a("div",{staticClass:"icon"},[a("search-icon",{attrs:{size:"19"}})],1),t._v(" "),t.query?a("div",{staticClass:"icon",on:{click:t.clearInput}},[a("x-icon",{staticClass:"pointer",attrs:{size:"19"}})],1):t._e(),t._v(" "),a("input",{directives:[{name:"model",rawName:"v-model",value:t.query,expression:"query"}],staticClass:"query focus-border-theme",attrs:{type:"text",name:"searchInput",placeholder:t.$t("search_translations")},domProps:{value:t.query},on:{input:[function(n){n.target.composing||(t.query=n.target.value)},function(n){return t.$emit("input",t.query)}]}})])}),[],!1,null,"530e19b6",null).exports,s=a("eZ9V"),c=a("D62o"),b=a("Nv84"),u=a("KnjL"),m=a("2Sb1"),f=a("zTYo"),v=a("LvDl"),g=a("xCqy"),h={name:"Language",components:{ValidationProvider:e.ValidationProvider,ValidationObserver:e.ValidationObserver,MobileActionButton:i.a,MobileHeader:c.a,SearchInput:d,SwitchInput:o.a,ButtonBase:b.a,PageHeader:m.a,FormLabel:s.a,PlusIcon:r.V,InfoBox:u.a,Spinner:f.a,XIcon:r.ob},data:function(){return{searchedTranslationResults:void 0,referenceTranslations:void 0,defaultLanguageLocale:void 0,selectedLanguage:void 0,languages:void 0,query:""}},watch:{query:Object(v.debounce)((function(t){this.searchedTranslationResults=Object(v.omitBy)(this.selectedLanguage.data.attributes.translations,(function(n){return!n.toLowerCase().includes(t.toLowerCase())})),document.getElementById("single-page").scrollTop=0}),300)},computed:{isSearching:function(){return this.searchedTranslationResults&&""!==this.query},translationList:function(){return this.isSearching?this.searchedTranslationResults:this.selectedLanguage.data.attributes.translations}},methods:{setDefaultLanguage:function(){this.$updateText("/admin/settings","language",this.selectedLanguage.data.attributes.locale),this.defaultLanguageLocale=this.selectedLanguage.data.attributes.locale,setTimeout((function(){return location.reload()}),500)},getLanguages:function(){var t=this;axios.get("/api/admin/languages").then((function(n){t.languages=n.data.data,t.referenceTranslations=n.data.meta.reference_translations,t.selectedLanguage=n.data.meta.current_language,t.defaultLanguageLocale=n.data.meta.current_language.data.attributes.locale})).catch((function(){t.$isSomethingWrong()}))},getLanguage:function(t){var n=this;this.selectedLanguage=void 0,axios.get("/api/admin/languages/".concat(t.data.id)).then((function(t){n.selectedLanguage=t.data})).catch((function(){n.$isSomethingWrong()}))},deleteLanguage:function(t){g.a.$emit("confirm:open",{title:'Delete "'.concat(t.data.attributes.name,'" language?'),message:"Your language will be permanently deleted.",buttonColor:"danger-solid",action:{id:t.data.id,operation:"delete-language"}})},createLanguage:function(){g.a.$emit("popup:open",{name:"create-language"})}},mounted:function(){var t=this;this.getLanguages(),g.a.$on("reload:languages",(function(){return t.getLanguages()})),g.a.$on("action:confirmed",(function(n){"delete-language"===n.operation&&axios.delete("/api/admin/languages/".concat(n.id)).then((function(){return t.getLanguages()})).catch((function(){return t.$isSomethingWrong()}))}))},destroyed:function(){g.a.$off("action:confirmed")}},x=(a("ARvI"),Object(p.a)(h,(function(){var t=this,n=t.$createElement,a=t._self._c||n;return a("div",{attrs:{id:"single-page"}},[a("div",{attrs:{id:"page-content"}},[a("MobileHeader",{attrs:{title:t.$t("routes_title.language")}}),t._v(" "),a("PageHeader",{attrs:{title:t.$t("routes_title.language")}}),t._v(" "),t.languages?a("div",{staticClass:"content-page"},[a("div",{staticClass:"side-content"},[a("div",{staticClass:"sticky top-65"},[a("div",{staticClass:"languages-wrapper page-tab from-fixed-width"},[a("div",{staticClass:"language-label-wrapper"},[a("label",{staticClass:"language-label"},[t._v(t._s(t.$t("languages")))])]),t._v(" "),a("div",{staticClass:"all-language-wrapper"},t._l(t.languages,(function(n){return a("div",{key:n.data.id,staticClass:"language group",on:{click:function(a){return t.getLanguage(n)}}},[a("label",{staticClass:"name",class:{active:t.selectedLanguage&&t.selectedLanguage.data.attributes.locale===n.data.attributes.locale}},[a("span",{staticClass:"active-text-theme group-hover-text-theme"},[t._v(t._s(n.data.attributes.name))])]),t._v(" "),"en"!==n.data.attributes.locale?a("x-icon",{staticClass:"icon",attrs:{size:"17"},on:{click:function(a){return a.stopPropagation(),t.deleteLanguage(n)}}}):t._e()],1)})),0)]),t._v(" "),a("MobileActionButton",{staticClass:"button-add-language",attrs:{icon:"plus"},nativeOn:{click:function(n){return t.createLanguage(n)}}},[t._v("\n "+t._s(t.$t("add_language"))+"\n ")])],1)]),t._v(" "),a("div",{staticClass:"form block-form content"},[a("div",{staticClass:"block-wrapper sticky search-bar-wrapper"},[a("SearchInput",{on:{"reset-query":function(n){t.query=""}},model:{value:t.query,callback:function(n){t.query=n},expression:"query"}})],1),t._v(" "),a("div",{staticClass:"menu-list-wrapper horizontal"},[t._l(t.languages,(function(n){return a("div",{key:n.data.id,staticClass:"menu-list-item link border-bottom-theme",class:{"router-link-active":t.selectedLanguage&&t.selectedLanguage.data.attributes.locale===n.data.attributes.locale},on:{click:function(a){return t.getLanguage(n)}}},[a("div",{staticClass:"label text-theme"},[t._v("\n "+t._s(n.data.attributes.name)+"\n ")])])})),t._v(" "),a("div",{staticClass:"menu-list-item link border-bottom-theme",on:{click:t.createLanguage}},[a("div",{staticClass:"icon text-theme"},[a("plus-icon",{attrs:{size:"17"}})],1)])],2),t._v(" "),a("div",{staticClass:"dynamic-content"},[t.selectedLanguage?t._e():a("Spinner",{staticClass:"spinner"}),t._v(" "),t.selectedLanguage?a("div",[t.isSearching?t._e():a("div",[a("FormLabel",{attrs:{icon:"settings"}},[t._v("\n "+t._s(t.$t("language_settings"))+"\n ")]),t._v(" "),a("div",{staticClass:"block-wrapper"},[a("label",[t._v(t._s(t.$t("language_name"))+":")]),t._v(" "),a("ValidationProvider",{staticClass:"input-wrapper",attrs:{tag:"div",mode:"passive",name:"App Description",rules:"required"},scopedSlots:t._u([{key:"default",fn:function(n){var e=n.errors;return[a("input",{directives:[{name:"model",rawName:"v-model",value:t.selectedLanguage.data.attributes.name,expression:"selectedLanguage.data.attributes.name"}],staticClass:"focus-border-theme",class:{"is-error":e[0]},attrs:{placeholder:t.$t("admin_settings.appearance.description_plac"),type:"text"},domProps:{value:t.selectedLanguage.data.attributes.name},on:{input:[function(n){n.target.composing||t.$set(t.selectedLanguage.data.attributes,"name",n.target.value)},function(n){return t.$updateText("/admin/languages/"+t.selectedLanguage.data.id,"name",t.selectedLanguage.data.attributes.name)}]}}),t._v(" "),e[0]?a("span",{staticClass:"error-message"},[t._v(t._s(e[0]))]):t._e()]}}],null,!1,3770139897)})],1),t._v(" "),a("div",{staticClass:"block-wrapper"},[a("div",{staticClass:"input-wrapper"},[a("div",{staticClass:"inline-wrapper"},[a("div",{staticClass:"switch-label"},[a("label",{staticClass:"input-label"},[t._v("\n "+t._s(t.$t("set_as_default_language"))+":\n ")]),t._v(" "),a("small",{staticClass:"input-help"},[t._v("\n If this language is set as default, app will appear in this language for all users.\n ")])]),t._v(" "),a("SwitchInput",{staticClass:"switch",class:{"disable-switch":t.selectedLanguage.data.attributes.locale===this.defaultLanguageLocale},attrs:{state:t.selectedLanguage.data.attributes.locale===this.defaultLanguageLocale},on:{input:t.setDefaultLanguage}})],1)])]),t._v(" "),a("FormLabel",{staticClass:"mt-70"},[t._v("\n "+t._s(t.$t("edit_translations"))+"\n ")]),t._v(" "),a("InfoBox",{staticClass:"info-box"},[a("p",[t._v("Please preserve in your translations special string variables defined in format as "),a("b",{staticClass:"text-theme"},[t._v(":variable")]),t._v(" or "),a("b",{staticClass:"text-theme"},[t._v("{variable}")]),t._v(".")])])],1),t._v(" "),t._l(t.translationList,(function(n,e){return a("div",{key:e,staticClass:"block-wrapper"},[a("label",[t._v(" "+t._s(t.referenceTranslations[e])+":")]),t._v(" "),a("ValidationProvider",{staticClass:"input-wrapper",attrs:{tag:"div",name:"Language string",rules:"required"},scopedSlots:t._u([{key:"default",fn:function(n){var i=n.errors;return[a("textarea",{directives:[{name:"model",rawName:"v-model",value:t.selectedLanguage.data.attributes.translations[e],expression:"selectedLanguage.data.attributes.translations[key]"}],staticClass:"focus-border-theme",class:{"is-error":i[0]},attrs:{rows:t.selectedLanguage.data.attributes.translations[e].length>=80?3:1},domProps:{value:t.selectedLanguage.data.attributes.translations[e]},on:{input:[function(n){n.target.composing||t.$set(t.selectedLanguage.data.attributes.translations,e,n.target.value)},function(n){return t.$updateText("/admin/languages/"+t.selectedLanguage.data.id+"/strings",e,t.selectedLanguage.data.attributes.translations[e])}]}}),t._v(" "),i[0]?a("span",{staticClass:"error-message"},[t._v(t._s(i[0]))]):t._e()]}}],null,!0)})],1)}))],2):t._e()],1)])]):t._e(),t._v(" "),t.languages?t._e():a("Spinner")],1)])}),[],!1,null,"4346bf97",null));n.default=x.exports},"8aG9":function(t,n,a){"use strict";var e=a("W0ou");a.n(e).a},ARvI:function(t,n,a){"use strict";var e=a("Y3J2");a.n(e).a},C6F8:function(t,n,a){"use strict";var e=a("ki1D");a.n(e).a},CLdG:function(t,n,a){(t.exports=a("I1BE")(!1)).push([t.i,".preview-list-icon rect, .preview-list-icon line {\n color: inherit;\n}\n",""])},D62o:function(t,n,a){"use strict";var e=a("xCqy"),i=a("CjXH"),o={name:"MobileHeader",props:["title"],components:{ChevronLeftIcon:i.h,MenuIcon:i.P},methods:{showMobileNavigation:function(){e.a.$emit("mobile-menu:show","user-navigation")},goBack:function(){this.$router.back()}}},r=(a("R6Y3"),a("KHd+")),l=Object(r.a)(o,(function(){var t=this.$createElement,n=this._self._c||t;return n("header",{staticClass:"mobile-header"},[n("div",{staticClass:"go-back",on:{click:this.goBack}},[n("chevron-left-icon",{staticClass:"icon",attrs:{size:"17"}})],1),this._v(" "),n("div",{staticClass:"location-name"},[this._v(this._s(this.title))]),this._v(" "),n("div",{staticClass:"mobile-menu",on:{click:this.showMobileNavigation}},[n("menu-icon",{staticClass:"icon",attrs:{size:"17"}})],1)])}),[],!1,null,"699fe34a",null);n.a=l.exports},Fbth:function(t,n,a){(t.exports=a("I1BE")(!1)).push([t.i,'.form[data-v-4346bf97] {\n max-width: 700px;\n}\n.form.inline-form[data-v-4346bf97] {\n display: flex;\n position: relative;\n justify-content: center;\n margin: 0 auto;\n}\n.form.inline-form .input-wrapper[data-v-4346bf97] {\n position: relative;\n}\n.form.inline-form .input-wrapper .error-message[data-v-4346bf97] {\n position: absolute;\n left: 0;\n bottom: -25px;\n}\n.form.block-form .wrapper-inline[data-v-4346bf97] {\n display: flex;\n margin: 0 -15px 0;\n}\n.form.block-form .wrapper-inline .block-wrapper[data-v-4346bf97] {\n width: 100%;\n padding: 0 15px;\n}\n.form.block-form .block-wrapper[data-v-4346bf97] {\n margin-bottom: 22px;\n}\n.form.block-form .block-wrapper label[data-v-4346bf97] {\n font-size: 0.875em;\n color: rgba(27, 37, 57, 0.8);\n font-weight: 700;\n display: block;\n margin-bottom: 7px;\n text-align: left;\n}\n.form.block-form .block-wrapper[data-v-4346bf97]:last-child {\n margin-bottom: 0;\n}\n.form.block-form .button[data-v-4346bf97] {\n margin-top: 50px;\n}\n.form .inline-wrapper[data-v-4346bf97] {\n display: flex;\n align-items: center;\n justify-content: space-between;\n}\n.form .inline-wrapper .switch-label .input-help[data-v-4346bf97] {\n padding-top: 0;\n}\n.form .inline-wrapper .switch-label .input-label[data-v-4346bf97] {\n font-weight: 700;\n color: #1B2539;\n font-size: 1em;\n margin-bottom: 5px;\n}\n.form .input-help[data-v-4346bf97] {\n font-size: 0.75em;\n color: rgba(27, 37, 57, 0.7);\n line-height: 1.35;\n padding-top: 10px;\n display: block;\n}\n.single-line-form[data-v-4346bf97] {\n display: flex;\n}\n.single-line-form .submit-button[data-v-4346bf97] {\n margin-left: 20px;\n}\n.error-message[data-v-4346bf97] {\n font-size: 0.875em;\n color: #fd397a;\n padding-top: 5px;\n display: block;\n text-align: left;\n}\ntextarea[data-v-4346bf97] {\n width: 100%;\n}\ntextarea[data-v-4346bf97],\ninput[type="password"][data-v-4346bf97],\ninput[type="text"][data-v-4346bf97],\ninput[type="number"][data-v-4346bf97],\ninput[type="date"][data-v-4346bf97],\ninput[type="email"][data-v-4346bf97] {\n border: 1px solid transparent;\n transition: 150ms all ease;\n font-size: 1em;\n border-radius: 8px;\n padding: 13px 20px;\n -webkit-appearance: none;\n -moz-appearance: none;\n appearance: none;\n font-weight: 700;\n outline: 0;\n width: 100%;\n box-shadow: 0 1px 5px rgba(0, 0, 0, 0.12);\n background: white;\n}\ntextarea.is-error[data-v-4346bf97],\ninput[type="password"].is-error[data-v-4346bf97],\ninput[type="text"].is-error[data-v-4346bf97],\ninput[type="number"].is-error[data-v-4346bf97],\ninput[type="date"].is-error[data-v-4346bf97],\ninput[type="email"].is-error[data-v-4346bf97] {\n border-color: #fd397a;\n}\ntextarea[data-v-4346bf97]::-webkit-input-placeholder, input[type="password"][data-v-4346bf97]::-webkit-input-placeholder, input[type="text"][data-v-4346bf97]::-webkit-input-placeholder, input[type="number"][data-v-4346bf97]::-webkit-input-placeholder, input[type="date"][data-v-4346bf97]::-webkit-input-placeholder, input[type="email"][data-v-4346bf97]::-webkit-input-placeholder {\n color: rgba(27, 37, 57, 0.5);\n font-size: 0.9375em;\n}\ntextarea[data-v-4346bf97]::-moz-placeholder, input[type="password"][data-v-4346bf97]::-moz-placeholder, input[type="text"][data-v-4346bf97]::-moz-placeholder, input[type="number"][data-v-4346bf97]::-moz-placeholder, input[type="date"][data-v-4346bf97]::-moz-placeholder, input[type="email"][data-v-4346bf97]::-moz-placeholder {\n color: rgba(27, 37, 57, 0.5);\n font-size: 0.9375em;\n}\ntextarea[data-v-4346bf97]:-ms-input-placeholder, input[type="password"][data-v-4346bf97]:-ms-input-placeholder, input[type="text"][data-v-4346bf97]:-ms-input-placeholder, input[type="number"][data-v-4346bf97]:-ms-input-placeholder, input[type="date"][data-v-4346bf97]:-ms-input-placeholder, input[type="email"][data-v-4346bf97]:-ms-input-placeholder {\n color: rgba(27, 37, 57, 0.5);\n font-size: 0.9375em;\n}\ntextarea[data-v-4346bf97]::-ms-input-placeholder, input[type="password"][data-v-4346bf97]::-ms-input-placeholder, input[type="text"][data-v-4346bf97]::-ms-input-placeholder, input[type="number"][data-v-4346bf97]::-ms-input-placeholder, input[type="date"][data-v-4346bf97]::-ms-input-placeholder, input[type="email"][data-v-4346bf97]::-ms-input-placeholder {\n color: rgba(27, 37, 57, 0.5);\n font-size: 0.9375em;\n}\ntextarea[data-v-4346bf97]::placeholder,\ninput[type="password"][data-v-4346bf97]::placeholder,\ninput[type="text"][data-v-4346bf97]::placeholder,\ninput[type="number"][data-v-4346bf97]::placeholder,\ninput[type="date"][data-v-4346bf97]::placeholder,\ninput[type="email"][data-v-4346bf97]::placeholder {\n color: rgba(27, 37, 57, 0.5);\n font-size: 0.9375em;\n}\ntextarea[disabled][data-v-4346bf97],\ninput[type="password"][disabled][data-v-4346bf97],\ninput[type="text"][disabled][data-v-4346bf97],\ninput[type="number"][disabled][data-v-4346bf97],\ninput[type="date"][disabled][data-v-4346bf97],\ninput[type="email"][disabled][data-v-4346bf97] {\n background: white;\n color: rgba(27, 37, 57, 0.8);\n -webkit-text-fill-color: rgba(27, 37, 57, 0.8);\n opacity: 1;\n cursor: not-allowed;\n}\ninput[type="color"][data-v-4346bf97] {\n width: 38px !important;\n height: 40px;\n border: none;\n outline: none;\n background: none;\n min-width: initial !important;\n}\n.additional-link[data-v-4346bf97] {\n font-size: 1em;\n margin-top: 50px;\n display: block;\n}\n.additional-link b[data-v-4346bf97], .additional-link a[data-v-4346bf97] {\n cursor: pointer;\n}\n.additional-link b[data-v-4346bf97]:hover, .additional-link a[data-v-4346bf97]:hover {\n text-decoration: underline;\n}\n@media only screen and (max-width: 1024px) {\n.form[data-v-4346bf97] {\n max-width: 100%;\n}\n}\n@media only screen and (max-width: 960px) {\n.form .button[data-v-4346bf97] {\n margin-top: 20px;\n width: 100%;\n margin-left: 0;\n margin-right: 0;\n}\n.form input[data-v-4346bf97], .form textarea[data-v-4346bf97] {\n width: 100%;\n min-width: 100%;\n}\n.form.block-form .block-wrapper[data-v-4346bf97] {\n display: block;\n}\n.form.block-form .block-wrapper label[data-v-4346bf97] {\n width: 100%;\n padding-right: 0;\n display: block;\n margin-bottom: 7px;\n text-align: left !important;\n font-size: 0.875em;\n padding-top: 0;\n}\n.form.block-form .button[data-v-4346bf97] {\n margin-top: 25px;\n margin-left: 0;\n margin-right: 0;\n}\n.form.inline-form[data-v-4346bf97] {\n display: block;\n}\n.form.inline-form .input-wrapper .error-message[data-v-4346bf97] {\n position: relative;\n bottom: 0;\n}\n.form .button[data-v-4346bf97] {\n padding: 14px 32px;\n}\n.single-line-form[data-v-4346bf97] {\n display: block;\n}\n.single-line-form .submit-button[data-v-4346bf97] {\n margin-left: 0;\n margin-top: 20px;\n width: 100%;\n}\ntextarea[data-v-4346bf97],\n input[type="password"][data-v-4346bf97],\n input[type="number"][data-v-4346bf97],\n input[type="date"][data-v-4346bf97],\n input[type="text"][data-v-4346bf97],\n input[type="email"][data-v-4346bf97] {\n padding: 14px 20px;\n}\n}\n@media only screen and (max-width: 690px) {\n.form.block-form .wrapper-inline[data-v-4346bf97] {\n display: block;\n margin-bottom: 32px;\n}\n}\n@media (prefers-color-scheme: dark) {\n.form .input-help[data-v-4346bf97] {\n color: #7d858c;\n}\n.form.block-form .block-wrapper label[data-v-4346bf97] {\n color: #bec6cf;\n}\n.form .inline-wrapper .switch-label .input-label[data-v-4346bf97] {\n color: #bec6cf;\n}\ntextarea[data-v-4346bf97],\n input[type="password"][data-v-4346bf97],\n input[type="text"][data-v-4346bf97],\n input[type="date"][data-v-4346bf97],\n input[type="number"][data-v-4346bf97],\n input[type="email"][data-v-4346bf97] {\n border-color: #1e2024;\n background: #1e2024;\n color: #bec6cf;\n}\ntextarea[data-v-4346bf97]::-webkit-input-placeholder, input[type="password"][data-v-4346bf97]::-webkit-input-placeholder, input[type="text"][data-v-4346bf97]::-webkit-input-placeholder, input[type="date"][data-v-4346bf97]::-webkit-input-placeholder, input[type="number"][data-v-4346bf97]::-webkit-input-placeholder, input[type="email"][data-v-4346bf97]::-webkit-input-placeholder {\n color: #7d858c;\n}\ntextarea[data-v-4346bf97]::-moz-placeholder, input[type="password"][data-v-4346bf97]::-moz-placeholder, input[type="text"][data-v-4346bf97]::-moz-placeholder, input[type="date"][data-v-4346bf97]::-moz-placeholder, input[type="number"][data-v-4346bf97]::-moz-placeholder, input[type="email"][data-v-4346bf97]::-moz-placeholder {\n color: #7d858c;\n}\ntextarea[data-v-4346bf97]:-ms-input-placeholder, input[type="password"][data-v-4346bf97]:-ms-input-placeholder, input[type="text"][data-v-4346bf97]:-ms-input-placeholder, input[type="date"][data-v-4346bf97]:-ms-input-placeholder, input[type="number"][data-v-4346bf97]:-ms-input-placeholder, input[type="email"][data-v-4346bf97]:-ms-input-placeholder {\n color: #7d858c;\n}\ntextarea[data-v-4346bf97]::-ms-input-placeholder, input[type="password"][data-v-4346bf97]::-ms-input-placeholder, input[type="text"][data-v-4346bf97]::-ms-input-placeholder, input[type="date"][data-v-4346bf97]::-ms-input-placeholder, input[type="number"][data-v-4346bf97]::-ms-input-placeholder, input[type="email"][data-v-4346bf97]::-ms-input-placeholder {\n color: #7d858c;\n}\ntextarea[data-v-4346bf97]::placeholder,\n input[type="password"][data-v-4346bf97]::placeholder,\n input[type="text"][data-v-4346bf97]::placeholder,\n input[type="date"][data-v-4346bf97]::placeholder,\n input[type="number"][data-v-4346bf97]::placeholder,\n input[type="email"][data-v-4346bf97]::placeholder {\n color: #7d858c;\n}\ntextarea[disabled][data-v-4346bf97],\n input[type="password"][disabled][data-v-4346bf97],\n input[type="text"][disabled][data-v-4346bf97],\n input[type="date"][disabled][data-v-4346bf97],\n input[type="number"][disabled][data-v-4346bf97],\n input[type="email"][disabled][data-v-4346bf97] {\n background: #1e2024;\n color: rgba(125, 133, 140, 0.8);\n -webkit-text-fill-color: rgba(125, 133, 140, 0.8);\n}\n.popup-wrapper textarea[data-v-4346bf97],\n .popup-wrapper input[type="password"][data-v-4346bf97],\n .popup-wrapper input[type="date"][data-v-4346bf97],\n .popup-wrapper input[type="text"][data-v-4346bf97],\n .popup-wrapper input[type="number"][data-v-4346bf97],\n .popup-wrapper input[type="email"][data-v-4346bf97] {\n background: #25272c;\n}\n}\n.sticky[data-v-4346bf97] {\n position: -webkit-sticky;\n position: sticky;\n}\n.top-10[data-v-4346bf97] {\n top: 10px;\n}\n.top-30[data-v-4346bf97] {\n top: 30px;\n}\n.top-50[data-v-4346bf97] {\n top: 50px;\n}\n.top-65[data-v-4346bf97] {\n top: 65px;\n}\n.top-80[data-v-4346bf97] {\n top: 80px;\n}\n.dynamic-content[data-v-4346bf97] {\n position: relative;\n}\n.dynamic-content .spinner[data-v-4346bf97] {\n margin-top: 0 !important;\n}\n.menu-list-wrapper.horizontal[data-v-4346bf97] {\n display: none;\n}\n.search-bar-wrapper[data-v-4346bf97] {\n background: white;\n padding: 0 10px 0 10px;\n margin: 0 -10px;\n top: 58px;\n z-index: 3;\n}\n.content-page[data-v-4346bf97] {\n display: flex;\n max-width: 1000px;\n margin: 20px auto 0;\n}\n.content-page .content[data-v-4346bf97] {\n width: 100%;\n position: relative;\n}\n.disable-switch[data-v-4346bf97] {\n cursor: not-allowed;\n}\n.disable-switch[data-v-4346bf97] .text-right {\n pointer-events: none;\n}\n.info-box[data-v-4346bf97] {\n margin-bottom: 32px;\n}\n.side-content[data-v-4346bf97] {\n flex: 0 0 225px;\n}\n.side-content .button-add-language[data-v-4346bf97] {\n margin-top: 30px;\n}\n.side-content .languages-wrapper .language-label-wrapper[data-v-4346bf97] {\n margin-bottom: 5px;\n}\n.side-content .languages-wrapper .language-label-wrapper .language-label[data-v-4346bf97] {\n color: #A4ADB6;\n font-weight: 700;\n font-size: 0.75em;\n margin-top: 20px;\n}\n.side-content .languages-wrapper .all-language-wrapper .language[data-v-4346bf97] {\n display: flex;\n align-items: center;\n padding: 12px 25px 12px 0px;\n cursor: pointer;\n}\n.side-content .languages-wrapper .all-language-wrapper .language:hover .icon[data-v-4346bf97] {\n display: block;\n}\n.side-content .languages-wrapper .all-language-wrapper .language .name[data-v-4346bf97] {\n color: #1B2539;\n font-weight: 700;\n font-size: 0.8125em;\n cursor: pointer;\n}\n.side-content .languages-wrapper .all-language-wrapper .language .icon[data-v-4346bf97] {\n display: none;\n margin-left: auto;\n cursor: pointer;\n}\n@media only screen and (max-width: 1024px) {\n.wrapper[data-v-4346bf97] {\n flex-direction: column;\n}\n.wrapper .side-content[data-v-4346bf97] {\n margin-bottom: 70px;\n}\n.wrapper .languages-wrapper[data-v-4346bf97] {\n margin-top: 0;\n}\n}\n@media only screen and (max-width: 790px) {\n.menu-list-wrapper.horizontal[data-v-4346bf97] {\n position: -webkit-sticky;\n position: sticky;\n top: 120px;\n display: flex;\n z-index: 7;\n}\n.menu-list-wrapper.horizontal .menu-list-item[data-v-4346bf97] {\n margin-top: 0;\n}\n.menu-list-wrapper.horizontal .menu-list-item[data-v-4346bf97]:last-child {\n padding-left: 0;\n}\n.content-page[data-v-4346bf97] {\n display: block;\n}\n.content-page .side-content[data-v-4346bf97],\n .content-page .search-bar-wrapper.desktop[data-v-4346bf97] {\n display: none;\n}\n.content-page .search-bar-wrapper[data-v-4346bf97] {\n top: 60px;\n margin-bottom: 10px !important;\n}\n.content-page .info-box[data-v-4346bf97] {\n margin-bottom: 30px;\n}\n}\n@media only screen and (max-width: 1024px) {\n.search-bar-wrapper[data-v-4346bf97] {\n top: 58px;\n z-index: 7;\n}\n}\n@media only screen and (max-width: 690px) {\n.menu-list-wrapper.horizontal[data-v-4346bf97] {\n top: 95px;\n}\n.content-page .search-bar-wrapper[data-v-4346bf97] {\n top: 35px;\n}\n}\n@media (prefers-color-scheme: dark) {\n.search-bar-wrapper[data-v-4346bf97] {\n background: #141414;\n}\n.language .name[data-v-4346bf97] {\n color: #bec6cf !important;\n}\n.language-label[data-v-4346bf97] {\n color: #7d858c !important;\n}\n}\n',""])},Gc5Z:function(t,n,a){var e=a("dtPa");"string"==typeof e&&(e=[[t.i,e,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};a("aET+")(e,i);e.locals&&(t.exports=e.locals)},JOXf:function(t,n,a){"use strict";var e=a("nr4+");a.n(e).a},JsZR:function(t,n,a){"use strict";var e=a("mGdo");a.n(e).a},KnjL:function(t,n,a){"use strict";var e={name:"InfoBox",props:["type"]},i=(a("pFam"),a("KHd+")),o=Object(i.a)(e,(function(){var t=this.$createElement;return(this._self._c||t)("div",{staticClass:"info-box",class:this.type},[this._t("default")],2)}),[],!1,null,"8e7c42f6",null);n.a=o.exports},LedX:function(t,n,a){"use strict";var e=a("WEWl");a.n(e).a},"Qqv+":function(t,n,a){var e=a("biqn");"string"==typeof e&&(e=[[t.i,e,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};a("aET+")(e,i);e.locals&&(t.exports=e.locals)},R6Y3:function(t,n,a){"use strict";var e=a("Xm12");a.n(e).a},TZ8F:function(t,n,a){(t.exports=a("I1BE")(!1)).push([t.i,'.form[data-v-530e19b6] {\n max-width: 700px;\n}\n.form.inline-form[data-v-530e19b6] {\n display: flex;\n position: relative;\n justify-content: center;\n margin: 0 auto;\n}\n.form.inline-form .input-wrapper[data-v-530e19b6] {\n position: relative;\n}\n.form.inline-form .input-wrapper .error-message[data-v-530e19b6] {\n position: absolute;\n left: 0;\n bottom: -25px;\n}\n.form.block-form .wrapper-inline[data-v-530e19b6] {\n display: flex;\n margin: 0 -15px 0;\n}\n.form.block-form .wrapper-inline .block-wrapper[data-v-530e19b6] {\n width: 100%;\n padding: 0 15px;\n}\n.form.block-form .block-wrapper[data-v-530e19b6] {\n margin-bottom: 22px;\n}\n.form.block-form .block-wrapper label[data-v-530e19b6] {\n font-size: 0.875em;\n color: rgba(27, 37, 57, 0.8);\n font-weight: 700;\n display: block;\n margin-bottom: 7px;\n text-align: left;\n}\n.form.block-form .block-wrapper[data-v-530e19b6]:last-child {\n margin-bottom: 0;\n}\n.form.block-form .button[data-v-530e19b6] {\n margin-top: 50px;\n}\n.form .inline-wrapper[data-v-530e19b6] {\n display: flex;\n align-items: center;\n justify-content: space-between;\n}\n.form .inline-wrapper .switch-label .input-help[data-v-530e19b6] {\n padding-top: 0;\n}\n.form .inline-wrapper .switch-label .input-label[data-v-530e19b6] {\n font-weight: 700;\n color: #1B2539;\n font-size: 1em;\n margin-bottom: 5px;\n}\n.form .input-help[data-v-530e19b6] {\n font-size: 0.75em;\n color: rgba(27, 37, 57, 0.7);\n line-height: 1.35;\n padding-top: 10px;\n display: block;\n}\n.single-line-form[data-v-530e19b6] {\n display: flex;\n}\n.single-line-form .submit-button[data-v-530e19b6] {\n margin-left: 20px;\n}\n.error-message[data-v-530e19b6] {\n font-size: 0.875em;\n color: #fd397a;\n padding-top: 5px;\n display: block;\n text-align: left;\n}\ntextarea[data-v-530e19b6] {\n width: 100%;\n}\ntextarea[data-v-530e19b6],\ninput[type="password"][data-v-530e19b6],\ninput[type="text"][data-v-530e19b6],\ninput[type="number"][data-v-530e19b6],\ninput[type="date"][data-v-530e19b6],\ninput[type="email"][data-v-530e19b6] {\n border: 1px solid transparent;\n transition: 150ms all ease;\n font-size: 1em;\n border-radius: 8px;\n padding: 13px 20px;\n -webkit-appearance: none;\n -moz-appearance: none;\n appearance: none;\n font-weight: 700;\n outline: 0;\n width: 100%;\n box-shadow: 0 1px 5px rgba(0, 0, 0, 0.12);\n background: white;\n}\ntextarea.is-error[data-v-530e19b6],\ninput[type="password"].is-error[data-v-530e19b6],\ninput[type="text"].is-error[data-v-530e19b6],\ninput[type="number"].is-error[data-v-530e19b6],\ninput[type="date"].is-error[data-v-530e19b6],\ninput[type="email"].is-error[data-v-530e19b6] {\n border-color: #fd397a;\n}\ntextarea[data-v-530e19b6]::-webkit-input-placeholder, input[type="password"][data-v-530e19b6]::-webkit-input-placeholder, input[type="text"][data-v-530e19b6]::-webkit-input-placeholder, input[type="number"][data-v-530e19b6]::-webkit-input-placeholder, input[type="date"][data-v-530e19b6]::-webkit-input-placeholder, input[type="email"][data-v-530e19b6]::-webkit-input-placeholder {\n color: rgba(27, 37, 57, 0.5);\n font-size: 0.9375em;\n}\ntextarea[data-v-530e19b6]::-moz-placeholder, input[type="password"][data-v-530e19b6]::-moz-placeholder, input[type="text"][data-v-530e19b6]::-moz-placeholder, input[type="number"][data-v-530e19b6]::-moz-placeholder, input[type="date"][data-v-530e19b6]::-moz-placeholder, input[type="email"][data-v-530e19b6]::-moz-placeholder {\n color: rgba(27, 37, 57, 0.5);\n font-size: 0.9375em;\n}\ntextarea[data-v-530e19b6]:-ms-input-placeholder, input[type="password"][data-v-530e19b6]:-ms-input-placeholder, input[type="text"][data-v-530e19b6]:-ms-input-placeholder, input[type="number"][data-v-530e19b6]:-ms-input-placeholder, input[type="date"][data-v-530e19b6]:-ms-input-placeholder, input[type="email"][data-v-530e19b6]:-ms-input-placeholder {\n color: rgba(27, 37, 57, 0.5);\n font-size: 0.9375em;\n}\ntextarea[data-v-530e19b6]::-ms-input-placeholder, input[type="password"][data-v-530e19b6]::-ms-input-placeholder, input[type="text"][data-v-530e19b6]::-ms-input-placeholder, input[type="number"][data-v-530e19b6]::-ms-input-placeholder, input[type="date"][data-v-530e19b6]::-ms-input-placeholder, input[type="email"][data-v-530e19b6]::-ms-input-placeholder {\n color: rgba(27, 37, 57, 0.5);\n font-size: 0.9375em;\n}\ntextarea[data-v-530e19b6]::placeholder,\ninput[type="password"][data-v-530e19b6]::placeholder,\ninput[type="text"][data-v-530e19b6]::placeholder,\ninput[type="number"][data-v-530e19b6]::placeholder,\ninput[type="date"][data-v-530e19b6]::placeholder,\ninput[type="email"][data-v-530e19b6]::placeholder {\n color: rgba(27, 37, 57, 0.5);\n font-size: 0.9375em;\n}\ntextarea[disabled][data-v-530e19b6],\ninput[type="password"][disabled][data-v-530e19b6],\ninput[type="text"][disabled][data-v-530e19b6],\ninput[type="number"][disabled][data-v-530e19b6],\ninput[type="date"][disabled][data-v-530e19b6],\ninput[type="email"][disabled][data-v-530e19b6] {\n background: white;\n color: rgba(27, 37, 57, 0.8);\n -webkit-text-fill-color: rgba(27, 37, 57, 0.8);\n opacity: 1;\n cursor: not-allowed;\n}\ninput[type="color"][data-v-530e19b6] {\n width: 38px !important;\n height: 40px;\n border: none;\n outline: none;\n background: none;\n min-width: initial !important;\n}\n.additional-link[data-v-530e19b6] {\n font-size: 1em;\n margin-top: 50px;\n display: block;\n}\n.additional-link b[data-v-530e19b6], .additional-link a[data-v-530e19b6] {\n cursor: pointer;\n}\n.additional-link b[data-v-530e19b6]:hover, .additional-link a[data-v-530e19b6]:hover {\n text-decoration: underline;\n}\n@media only screen and (max-width: 1024px) {\n.form[data-v-530e19b6] {\n max-width: 100%;\n}\n}\n@media only screen and (max-width: 960px) {\n.form .button[data-v-530e19b6] {\n margin-top: 20px;\n width: 100%;\n margin-left: 0;\n margin-right: 0;\n}\n.form input[data-v-530e19b6], .form textarea[data-v-530e19b6] {\n width: 100%;\n min-width: 100%;\n}\n.form.block-form .block-wrapper[data-v-530e19b6] {\n display: block;\n}\n.form.block-form .block-wrapper label[data-v-530e19b6] {\n width: 100%;\n padding-right: 0;\n display: block;\n margin-bottom: 7px;\n text-align: left !important;\n font-size: 0.875em;\n padding-top: 0;\n}\n.form.block-form .button[data-v-530e19b6] {\n margin-top: 25px;\n margin-left: 0;\n margin-right: 0;\n}\n.form.inline-form[data-v-530e19b6] {\n display: block;\n}\n.form.inline-form .input-wrapper .error-message[data-v-530e19b6] {\n position: relative;\n bottom: 0;\n}\n.form .button[data-v-530e19b6] {\n padding: 14px 32px;\n}\n.single-line-form[data-v-530e19b6] {\n display: block;\n}\n.single-line-form .submit-button[data-v-530e19b6] {\n margin-left: 0;\n margin-top: 20px;\n width: 100%;\n}\ntextarea[data-v-530e19b6],\n input[type="password"][data-v-530e19b6],\n input[type="number"][data-v-530e19b6],\n input[type="date"][data-v-530e19b6],\n input[type="text"][data-v-530e19b6],\n input[type="email"][data-v-530e19b6] {\n padding: 14px 20px;\n}\n}\n@media only screen and (max-width: 690px) {\n.form.block-form .wrapper-inline[data-v-530e19b6] {\n display: block;\n margin-bottom: 32px;\n}\n}\n@media (prefers-color-scheme: dark) {\n.form .input-help[data-v-530e19b6] {\n color: #7d858c;\n}\n.form.block-form .block-wrapper label[data-v-530e19b6] {\n color: #bec6cf;\n}\n.form .inline-wrapper .switch-label .input-label[data-v-530e19b6] {\n color: #bec6cf;\n}\ntextarea[data-v-530e19b6],\n input[type="password"][data-v-530e19b6],\n input[type="text"][data-v-530e19b6],\n input[type="date"][data-v-530e19b6],\n input[type="number"][data-v-530e19b6],\n input[type="email"][data-v-530e19b6] {\n border-color: #1e2024;\n background: #1e2024;\n color: #bec6cf;\n}\ntextarea[data-v-530e19b6]::-webkit-input-placeholder, input[type="password"][data-v-530e19b6]::-webkit-input-placeholder, input[type="text"][data-v-530e19b6]::-webkit-input-placeholder, input[type="date"][data-v-530e19b6]::-webkit-input-placeholder, input[type="number"][data-v-530e19b6]::-webkit-input-placeholder, input[type="email"][data-v-530e19b6]::-webkit-input-placeholder {\n color: #7d858c;\n}\ntextarea[data-v-530e19b6]::-moz-placeholder, input[type="password"][data-v-530e19b6]::-moz-placeholder, input[type="text"][data-v-530e19b6]::-moz-placeholder, input[type="date"][data-v-530e19b6]::-moz-placeholder, input[type="number"][data-v-530e19b6]::-moz-placeholder, input[type="email"][data-v-530e19b6]::-moz-placeholder {\n color: #7d858c;\n}\ntextarea[data-v-530e19b6]:-ms-input-placeholder, input[type="password"][data-v-530e19b6]:-ms-input-placeholder, input[type="text"][data-v-530e19b6]:-ms-input-placeholder, input[type="date"][data-v-530e19b6]:-ms-input-placeholder, input[type="number"][data-v-530e19b6]:-ms-input-placeholder, input[type="email"][data-v-530e19b6]:-ms-input-placeholder {\n color: #7d858c;\n}\ntextarea[data-v-530e19b6]::-ms-input-placeholder, input[type="password"][data-v-530e19b6]::-ms-input-placeholder, input[type="text"][data-v-530e19b6]::-ms-input-placeholder, input[type="date"][data-v-530e19b6]::-ms-input-placeholder, input[type="number"][data-v-530e19b6]::-ms-input-placeholder, input[type="email"][data-v-530e19b6]::-ms-input-placeholder {\n color: #7d858c;\n}\ntextarea[data-v-530e19b6]::placeholder,\n input[type="password"][data-v-530e19b6]::placeholder,\n input[type="text"][data-v-530e19b6]::placeholder,\n input[type="date"][data-v-530e19b6]::placeholder,\n input[type="number"][data-v-530e19b6]::placeholder,\n input[type="email"][data-v-530e19b6]::placeholder {\n color: #7d858c;\n}\ntextarea[disabled][data-v-530e19b6],\n input[type="password"][disabled][data-v-530e19b6],\n input[type="text"][disabled][data-v-530e19b6],\n input[type="date"][disabled][data-v-530e19b6],\n input[type="number"][disabled][data-v-530e19b6],\n input[type="email"][disabled][data-v-530e19b6] {\n background: #1e2024;\n color: rgba(125, 133, 140, 0.8);\n -webkit-text-fill-color: rgba(125, 133, 140, 0.8);\n}\n.popup-wrapper textarea[data-v-530e19b6],\n .popup-wrapper input[type="password"][data-v-530e19b6],\n .popup-wrapper input[type="date"][data-v-530e19b6],\n .popup-wrapper input[type="text"][data-v-530e19b6],\n .popup-wrapper input[type="number"][data-v-530e19b6],\n .popup-wrapper input[type="email"][data-v-530e19b6] {\n background: #25272c;\n}\n}\n.search-bar[data-v-530e19b6] {\n padding: 7px 0px;\n position: relative;\n width: 100%;\n border-radius: 8px;\n}\n.search-bar input[data-v-530e19b6] {\n background: #f4f5f6;\n border-radius: 8px;\n outline: 0;\n padding: 9px 20px 9px 43px;\n font-weight: 700;\n font-size: 1em;\n width: 100%;\n height: 50px;\n min-width: 175px;\n transition: 0.15s all ease;\n border: 1px solid transparent;\n -webkit-appearance: none;\n box-shadow: none;\n}\n.search-bar input[data-v-530e19b6]::-webkit-input-placeholder {\n color: #A4ADB6;\n font-size: 0.875em;\n font-weight: 700;\n}\n.search-bar input[data-v-530e19b6]::-moz-placeholder {\n color: #A4ADB6;\n font-size: 0.875em;\n font-weight: 700;\n}\n.search-bar input[data-v-530e19b6]:-ms-input-placeholder {\n color: #A4ADB6;\n font-size: 0.875em;\n font-weight: 700;\n}\n.search-bar input[data-v-530e19b6]::-ms-input-placeholder {\n color: #A4ADB6;\n font-size: 0.875em;\n font-weight: 700;\n}\n.search-bar input[data-v-530e19b6]::placeholder {\n color: #A4ADB6;\n font-size: 0.875em;\n font-weight: 700;\n}\n.search-bar input[data-v-530e19b6]:focus {\n border-width: 1px;\n border-style: solid;\n}\n.search-bar input:focus + .icon path[data-v-530e19b6] {\n color: inherit;\n}\n.search-bar .icon[data-v-530e19b6] {\n height: 100%;\n position: absolute;\n top: 0;\n left: 0;\n padding: 11px 15px;\n display: flex;\n align-items: center;\n}\n.search-bar .icon circle[data-v-530e19b6],\n.search-bar .icon line[data-v-530e19b6] {\n color: #A4ADB6;\n}\n.search-bar .icon .pointer[data-v-530e19b6] {\n cursor: pointer;\n}\n@media (prefers-color-scheme: dark) {\n.search-bar input[data-v-530e19b6] {\n background: #1e2024;\n}\n}\n',""])},VrAE:function(t,n,a){(t.exports=a("I1BE")(!1)).push([t.i,".form-label[data-v-4e7c7547] {\n display: flex;\n align-items: center;\n margin-bottom: 30px;\n}\n.form-label .icon[data-v-4e7c7547] {\n margin-right: 10px;\n}\n.form-label .icon path[data-v-4e7c7547], .form-label .icon circle[data-v-4e7c7547], .form-label .icon rect[data-v-4e7c7547], .form-label .icon line[data-v-4e7c7547] {\n color: inherit;\n}\n.form-label .label[data-v-4e7c7547] {\n font-size: 1.125em;\n font-weight: 700;\n}\n@media (prefers-color-scheme: dark) {\n.form-label .label[data-v-4e7c7547] {\n color: #bec6cf;\n}\n}\n",""])},W0ou:function(t,n,a){var e=a("VrAE");"string"==typeof e&&(e=[[t.i,e,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};a("aET+")(e,i);e.locals&&(t.exports=e.locals)},WEWl:function(t,n,a){var e=a("sGz8");"string"==typeof e&&(e=[[t.i,e,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};a("aET+")(e,i);e.locals&&(t.exports=e.locals)},WFjI:function(t,n,a){"use strict";a("JsZR");var e=a("KHd+"),i=Object(e.a)({},(function(){var t=this.$createElement,n=this._self._c||t;return n("svg",{staticClass:"preview-list-icon",attrs:{fill:"none",stroke:"currentColor","stroke-width":"1.5","fill-rule":"evenodd","stroke-linecap":"round","stroke-linejoin":"round",width:"15px",height:"15px",viewBox:"0 0 20 16",version:"1.1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"}},[n("rect",{attrs:{x:"9.77777778",y:"0",width:"6.22222222",height:"6.22222222"}}),this._v(" "),n("rect",{attrs:{x:"9.77777778",y:"9.77777778",width:"6.22222222",height:"6.22222222"}}),this._v(" "),n("line",{attrs:{x1:"0",y1:"2",x2:"6",y2:"2"}}),this._v(" "),n("line",{attrs:{x1:"0",y1:"8",x2:"6",y2:"8"}}),this._v(" "),n("line",{attrs:{x1:"0",y1:"14",x2:"6",y2:"14"}})])}),[],!1,null,null,null);n.a=i.exports},Xm12:function(t,n,a){var e=a("q8nf");"string"==typeof e&&(e=[[t.i,e,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};a("aET+")(e,i);e.locals&&(t.exports=e.locals)},Y3J2:function(t,n,a){var e=a("Fbth");"string"==typeof e&&(e=[[t.i,e,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};a("aET+")(e,i);e.locals&&(t.exports=e.locals)},biqn:function(t,n,a){(t.exports=a("I1BE")(!1)).push([t.i,".info-box[data-v-8e7c42f6] {\n padding: 20px;\n border-radius: 8px;\n margin-bottom: 32px;\n background: #f4f5f6;\n text-align: left;\n}\n.info-box.error[data-v-8e7c42f6] {\n background: rgba(253, 57, 122, 0.1);\n}\n.info-box.error p[data-v-8e7c42f6], .info-box.error a[data-v-8e7c42f6] {\n color: #fd397a;\n}\n.info-box.error a[data-v-8e7c42f6] {\n text-decoration: underline;\n}\n.info-box p[data-v-8e7c42f6] {\n font-size: 15px;\n line-height: 1.6;\n word-break: break-word;\n font-weight: 600;\n}\n.info-box p[data-v-8e7c42f6] a {\n font-size: 15px;\n}\n.info-box p[data-v-8e7c42f6] b {\n font-size: 15px;\n font-weight: 700;\n}\n.info-box b[data-v-8e7c42f6] {\n font-weight: 700;\n}\n.info-box a[data-v-8e7c42f6] {\n font-weight: 700;\n font-size: 0.9375em;\n line-height: 1.6;\n}\n.info-box ul[data-v-8e7c42f6] {\n margin-top: 15px;\n display: block;\n}\n.info-box ul li[data-v-8e7c42f6] {\n display: block;\n}\n.info-box ul li a[data-v-8e7c42f6] {\n display: block;\n}\n@media only screen and (max-width: 690px) {\n.info-box[data-v-8e7c42f6] {\n padding: 15px;\n}\n}\n@media (prefers-color-scheme: dark) {\n.info-box[data-v-8e7c42f6] {\n background: #1e2024;\n}\n.info-box p[data-v-8e7c42f6] {\n color: #bec6cf;\n}\n.info-box ul li[data-v-8e7c42f6] {\n color: #bec6cf;\n}\n}\n",""])},dtPa:function(t,n,a){(t.exports=a("I1BE")(!1)).push([t.i,".mobile-action-button[data-v-7b8372d6] {\n background: #f4f5f6;\n margin-right: 8px;\n border-radius: 8px;\n padding: 7px 14px;\n cursor: pointer;\n border: none;\n transition: 150ms all ease;\n}\n.mobile-action-button .flex[data-v-7b8372d6] {\n display: flex;\n align-items: center;\n}\n.mobile-action-button .icon[data-v-7b8372d6] {\n margin-right: 10px;\n font-size: 0.875em;\n}\n.mobile-action-button .icon path[data-v-7b8372d6], .mobile-action-button .icon line[data-v-7b8372d6], .mobile-action-button .icon polyline[data-v-7b8372d6], .mobile-action-button .icon rect[data-v-7b8372d6], .mobile-action-button .icon circle[data-v-7b8372d6], .mobile-action-button .icon polygon[data-v-7b8372d6] {\n transition: 150ms all ease;\n}\n.mobile-action-button .label[data-v-7b8372d6] {\n transition: 150ms all ease;\n font-size: 0.875em;\n font-weight: 700;\n color: #1B2539;\n}\n.mobile-action-button[data-v-7b8372d6]:active {\n transform: scale(0.95);\n}\n@media (prefers-color-scheme: dark) {\n.mobile-action-button[data-v-7b8372d6] {\n background: #1e2024;\n}\n.mobile-action-button path[data-v-7b8372d6], .mobile-action-button line[data-v-7b8372d6], .mobile-action-button polyline[data-v-7b8372d6], .mobile-action-button rect[data-v-7b8372d6], .mobile-action-button circle[data-v-7b8372d6], .mobile-action-button polygon[data-v-7b8372d6] {\n color: inherit;\n}\n.mobile-action-button .label[data-v-7b8372d6] {\n color: #bec6cf;\n}\n}\n",""])},eZ9V:function(t,n,a){"use strict";var e=a("CjXH"),i={name:"FormLabel",props:["icon"],components:{CreditCardIcon:e.p,SettingsIcon:e.bb,Edit2Icon:e.t,EditIcon:e.u,UserIcon:e.kb,ToolIcon:e.fb}},o=(a("8aG9"),a("KHd+")),r=Object(o.a)(i,(function(){var t=this,n=t.$createElement,a=t._self._c||n;return a("div",{staticClass:"form-label"},[t.icon?t._e():a("edit2-icon",{staticClass:"icon text-theme",attrs:{size:"22"}}),t._v(" "),"credit-card"===t.icon?a("credit-card-icon",{staticClass:"icon text-theme",attrs:{size:"22"}}):t._e(),t._v(" "),"tool"===t.icon?a("tool-icon",{staticClass:"icon text-theme",attrs:{size:"22"}}):t._e(),t._v(" "),"edit"===t.icon?a("edit-icon",{staticClass:"icon text-theme",attrs:{size:"22"}}):t._e(),t._v(" "),"user"===t.icon?a("user-icon",{staticClass:"icon text-theme",attrs:{size:"22"}}):t._e(),t._v(" "),"settings"===t.icon?a("settings-icon",{staticClass:"icon text-theme",attrs:{size:"22"}}):t._e(),t._v(" "),a("b",{staticClass:"label"},[t._t("default")],2)],1)}),[],!1,null,"4e7c7547",null);n.a=r.exports},ki1D:function(t,n,a){var e=a("TZ8F");"string"==typeof e&&(e=[[t.i,e,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};a("aET+")(e,i);e.locals&&(t.exports=e.locals)},mGdo:function(t,n,a){var e=a("CLdG");"string"==typeof e&&(e=[[t.i,e,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};a("aET+")(e,i);e.locals&&(t.exports=e.locals)},"nr4+":function(t,n,a){var e=a("3eeM");"string"==typeof e&&(e=[[t.i,e,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};a("aET+")(e,i);e.locals&&(t.exports=e.locals)},pFam:function(t,n,a){"use strict";var e=a("Qqv+");a.n(e).a},q8nf:function(t,n,a){(t.exports=a("I1BE")(!1)).push([t.i,".mobile-header[data-v-699fe34a] {\n padding: 10px 0;\n text-align: center;\n background: white;\n position: -webkit-sticky;\n position: sticky;\n display: none;\n z-index: 6;\n top: 0;\n}\n.mobile-header > div[data-v-699fe34a] {\n flex-grow: 1;\n align-self: center;\n white-space: nowrap;\n}\n.mobile-header .go-back[data-v-699fe34a] {\n text-align: left;\n}\n.mobile-header .location-name[data-v-699fe34a] {\n line-height: 1;\n text-align: center;\n width: 100%;\n vertical-align: middle;\n font-size: 0.9375em;\n color: #1B2539;\n font-weight: 700;\n max-width: 220px;\n overflow: hidden;\n text-overflow: ellipsis;\n display: inline-block;\n}\n.mobile-header .mobile-menu[data-v-699fe34a] {\n text-align: right;\n}\n.mobile-header .icon[data-v-699fe34a] {\n vertical-align: middle;\n margin-top: -4px;\n}\n@media only screen and (max-width: 690px) {\n.mobile-header[data-v-699fe34a] {\n display: flex;\n margin-bottom: 15px;\n}\n}\n@media (prefers-color-scheme: dark) {\n.mobile-header[data-v-699fe34a] {\n background: #141414;\n}\n.mobile-header .location-name[data-v-699fe34a] {\n color: #bec6cf;\n}\n}\n",""])},sGz8:function(t,n,a){(t.exports=a("I1BE")(!1)).push([t.i,".input-wrapper[data-v-421ca226] {\n display: flex;\n width: 100%;\n}\n.input-wrapper .input-label[data-v-421ca226] {\n color: #1B2539;\n}\n.input-wrapper .switch-content[data-v-421ca226] {\n width: 100%;\n}\n.input-wrapper .switch-content[data-v-421ca226]:last-child {\n width: 80px;\n}\n.switch[data-v-421ca226] {\n width: 50px;\n height: 28px;\n border-radius: 50px;\n display: block;\n background: #f1f1f5;\n position: relative;\n transition: 0.3s all ease;\n}\n.switch .switch-button[data-v-421ca226] {\n transition: 0.3s all ease;\n width: 22px;\n height: 22px;\n border-radius: 50px;\n display: block;\n background: white;\n position: absolute;\n top: 3px;\n left: 3px;\n box-shadow: 0 2px 4px rgba(37, 38, 94, 0.1);\n cursor: pointer;\n}\n.switch.active .switch-button[data-v-421ca226] {\n left: 25px;\n}\n@media (prefers-color-scheme: dark) {\n.switch[data-v-421ca226] {\n background: #1e2024;\n}\n.popup-wrapper .switch[data-v-421ca226] {\n background: #25272c;\n}\n}\n",""])},"t5U/":function(t,n,a){"use strict";var e=a("CjXH"),i=a("WFjI"),o={name:"MobileActionButton",props:["icon"],components:{FilePlusIcon:e.z,SortingIcon:i.a,CheckSquareIcon:e.f,DollarSignIcon:e.r,CreditCardIcon:e.p,FolderPlusIcon:e.D,UserPlusIcon:e.lb,XSquareIcon:e.pb,FilterIcon:e.B,CheckIcon:e.e,TrashIcon:e.hb,PlusIcon:e.V,ListIcon:e.M,GridIcon:e.F}},r=(a("zKuA"),a("KHd+")),l=Object(r.a)(o,(function(){var t=this,n=t.$createElement,a=t._self._c||n;return a("button",{staticClass:"mobile-action-button"},[a("div",{staticClass:"flex"},["file-plus"===t.icon?a("file-plus-icon",{staticClass:"icon dark-text-theme",attrs:{size:"15"}}):t._e(),t._v(" "),"filter"===t.icon?a("filter-icon",{staticClass:"icon dark-text-theme",attrs:{size:"15"}}):t._e(),t._v(" "),"credit-card"===t.icon?a("credit-card-icon",{staticClass:"icon dark-text-theme",attrs:{size:"15"}}):t._e(),t._v(" "),"folder-plus"===t.icon?a("folder-plus-icon",{staticClass:"icon dark-text-theme",attrs:{size:"15"}}):t._e(),t._v(" "),"th-list"===t.icon?a("list-icon",{staticClass:"icon dark-text-theme",attrs:{size:"15"}}):t._e(),t._v(" "),"trash"===t.icon?a("trash-icon",{staticClass:"icon dark-text-theme",attrs:{size:"15"}}):t._e(),t._v(" "),"th"===t.icon?a("grid-icon",{staticClass:"icon dark-text-theme",attrs:{size:"15"}}):t._e(),t._v(" "),"user-plus"===t.icon?a("user-plus-icon",{staticClass:"icon dark-text-theme",attrs:{size:"15"}}):t._e(),t._v(" "),"plus"===t.icon?a("plus-icon",{staticClass:"icon dark-text-theme",attrs:{size:"15"}}):t._e(),t._v(" "),"check-square"===t.icon?a("check-square-icon",{staticClass:"icon dark-text-theme",attrs:{size:"15"}}):t._e(),t._v(" "),"x-square"===t.icon?a("x-square-icon",{staticClass:"icon dark-text-theme",attrs:{size:"15"}}):t._e(),t._v(" "),"check"===t.icon?a("check-icon",{staticClass:"icon dark-text-theme",attrs:{size:"15"}}):t._e(),t._v(" "),"dollar-sign"===t.icon?a("dollar-sign-icon",{staticClass:"icon dark-text-theme",attrs:{size:"15"}}):t._e(),t._v(" "),"preview-sorting"===t.icon?a("sorting-icon",{staticClass:"icon dark-text-theme preview-sorting"}):t._e(),t._v(" "),a("span",{staticClass:"label"},[t._t("default")],2)],1)])}),[],!1,null,"7b8372d6",null);n.a=l.exports},xxrA:function(t,n,a){"use strict";var e={name:"SwitchInput",props:["label","name","state","info"],data:function(){return{isSwitched:void 0}},methods:{changeState:function(){this.isSwitched=!this.isSwitched,this.$emit("input",this.isSwitched)}},mounted:function(){this.isSwitched=this.state}},i=(a("LedX"),a("KHd+")),o=Object(i.a)(e,(function(){var t=this,n=t.$createElement,a=t._self._c||n;return a("div",{staticClass:"input-wrapper"},[a("div",{staticClass:"switch-content"},[t.label?a("label",{staticClass:"input-label"},[t._v(t._s(t.label)+":")]):t._e(),t._v(" "),t.info?a("small",{staticClass:"input-info"},[t._v(t._s(t.info))]):t._e()]),t._v(" "),a("div",{staticClass:"switch-content text-right"},[a("div",{staticClass:"switch",class:{active:t.isSwitched},on:{click:t.changeState}},[a("div",{staticClass:"switch-button"})])])])}),[],!1,null,"421ca226",null);n.a=o.exports},zKuA:function(t,n,a){"use strict";var e=a("Gc5Z");a.n(e).a}}]); |