Files
vuefilemanager/public/chunks/profile.js
2021-02-07 11:21:51 +01:00

1 line
23 KiB
JavaScript
Vendored

(window.webpackJsonp=window.webpackJsonp||[]).push([[33],{"+t0u":function(t,e,n){var a=n("QO4y");"string"==typeof a&&(a=[[t.i,a,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};n("aET+")(a,i);a.locals&&(t.exports=a.locals)},"2Sb1":function(t,e,n){"use strict";var a={name:"PageHeader",props:["title","canBack"],components:{ChevronLeftIcon:n("CjXH").g}},i=(n("qf9i"),n("KHd+")),r=Object(i.a)(a,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"page-header"},[t.canBack?n("div",{staticClass:"go-back",on:{click:function(e){return t.$router.back()}}},[n("chevron-left-icon",{attrs:{size:"17"}})],1):t._e(),t._v(" "),n("div",{staticClass:"content"},[n("h1",{staticClass:"title"},[t._v(t._s(t.title))])])])}),[],!1,null,"aafe7e24",null);e.a=r.exports},"3Idf":function(t,e,n){(t.exports=n("I1BE")(!1)).push([t.i,".page-header[data-v-aafe7e24] {\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-aafe7e24] {\n font-size: 1.125em;\n font-weight: 700;\n color: #1B2539;\n}\n.page-header .go-back[data-v-aafe7e24] {\n margin-right: 10px;\n cursor: pointer;\n}\n.page-header .go-back svg[data-v-aafe7e24] {\n vertical-align: middle;\n margin-top: -4px;\n}\n@media only screen and (max-width: 960px) {\n.page-header .title[data-v-aafe7e24] {\n font-size: 1.125em;\n}\n}\n@media only screen and (max-width: 690px) {\n.page-header[data-v-aafe7e24] {\n display: none;\n}\n}\n@media (prefers-color-scheme: dark) {\n.page-header[data-v-aafe7e24] {\n background: #131414;\n}\n.page-header .title[data-v-aafe7e24] {\n color: #bec6cf;\n}\n.page-header .icon path[data-v-aafe7e24] {\n fill: #00BC7E;\n}\n}\n",""])},"5Xka":function(t,e,n){"use strict";n.r(e);var a=n("A5+z"),i=n("gahf"),r=n("4TWA"),l=n("eZ9V"),o=n("D62o"),s=n("Nv84"),p=n("qefO"),c=n("2Sb1"),d=n("owoR"),u=n("TJPC"),f=n("L2JU");n("LvDl");function m(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(t);e&&(a=a.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,a)}return n}function b(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var v={name:"Settings",props:["user"],components:{ValidationProvider:a.ValidationProvider,ValidationObserver:a.ValidationObserver,PageTabGroup:i.a,MobileHeader:o.a,SelectInput:r.a,PageHeader:c.a,ButtonBase:s.a,ThemeLabel:d.a,FormLabel:l.a,required:u.a,PageTab:p.a},computed:function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?m(Object(n),!0).forEach((function(e){b(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):m(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}({},Object(f.b)(["config","countries","timezones"])),data:function(){return{userInfo:void 0,billingInfo:void 0,userTimezone:void 0,isLoading:!1}},methods:{changeUserName:function(){this.$store.commit("UPDATE_NAME",this.userInfo.name),this.$updateText("/user/profile","name",this.userInfo.name)}},created:function(){this.userTimezone=this.user.relationships.timezone.data.attributes.timezone,this.userInfo={name:this.user.data.attributes.name,email:this.user.data.attributes.email},this.billingInfo={billing_name:this.user.relationships.settings.data.attributes.billing_name,billing_address:this.user.relationships.settings.data.attributes.billing_address,billing_state:this.user.relationships.settings.data.attributes.billing_state,billing_city:this.user.relationships.settings.data.attributes.billing_city,billing_postal_code:this.user.relationships.settings.data.attributes.billing_postal_code,billing_country:this.user.relationships.settings.data.attributes.billing_country,billing_phone_number:this.user.relationships.settings.data.attributes.billing_phone_number}}},g=(n("Aey1"),n("KHd+")),h=Object(g.a)(v,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("PageTab",[t.userInfo?n("PageTabGroup",[n("div",{staticClass:"form block-form"},[n("FormLabel",[t._v(t._s(t.$t("user_settings.title_account")))]),t._v(" "),n("div",{staticClass:"block-wrapper"},[n("label",[t._v(t._s(t.$t("page_registration.label_email")))]),t._v(" "),n("div",{staticClass:"input-wrapper"},[n("input",{attrs:{placeholder:t.$t("page_registration.placeholder_email"),type:"email",disabled:""},domProps:{value:t.userInfo.email}})])]),t._v(" "),n("div",{staticClass:"block-wrapper"},[n("label",[t._v(t._s(t.$t("page_registration.label_name")))]),t._v(" "),n("div",{staticClass:"input-wrapper"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.userInfo.name,expression:"userInfo.name"}],attrs:{placeholder:t.$t("page_registration.placeholder_name"),type:"text"},domProps:{value:t.userInfo.name},on:{keyup:t.changeUserName,input:function(e){e.target.composing||t.$set(t.userInfo,"name",e.target.value)}}})])])],1)]):t._e(),t._v(" "),t.userInfo?n("PageTabGroup",[n("div",{staticClass:"form block-form"},[n("FormLabel",[t._v(t._s(t.$t("user_settings.timezone")))]),t._v(" "),n("div",{staticClass:"block-wrapper"},[n("label",[t._v("GMT:")]),t._v(" "),n("div",{staticClass:"input-wrapper"},[n("SelectInput",{attrs:{default:t.userTimezone,options:t.timezones,placeholder:t.$t("user_settings.timezone_plac")},on:{input:function(e){return t.$updateText("/user/relationships/settings","timezone",t.userTimezone)}},model:{value:t.userTimezone,callback:function(e){t.userTimezone=e},expression:"userTimezone"}})],1)])],1)]):t._e(),t._v(" "),t.config.isSaaS&&t.billingInfo?n("PageTabGroup",[n("div",{staticClass:"form block-form"},[n("FormLabel",[t._v(t._s(t.$t("user_settings.title_billing")))]),t._v(" "),n("div",{staticClass:"block-wrapper"},[n("label",[t._v(t._s(t.$t("user_settings.name"))+":")]),t._v(" "),n("div",{staticClass:"input-wrapper"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.billingInfo.billing_name,expression:"billingInfo.billing_name"}],attrs:{placeholder:t.$t("user_settings.name_plac"),type:"text"},domProps:{value:t.billingInfo.billing_name},on:{keyup:function(e){return t.$updateText("/user/relationships/settings","billing_name",t.billingInfo.billing_name)},input:function(e){e.target.composing||t.$set(t.billingInfo,"billing_name",e.target.value)}}})])]),t._v(" "),n("div",{staticClass:"block-wrapper"},[n("label",[t._v(t._s(t.$t("user_settings.address"))+":")]),t._v(" "),n("div",{staticClass:"input-wrapper"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.billingInfo.billing_address,expression:"billingInfo.billing_address"}],attrs:{placeholder:t.$t("user_settings.address_plac"),type:"text"},domProps:{value:t.billingInfo.billing_address},on:{keyup:function(e){return t.$updateText("/user/relationships/settings","billing_address",t.billingInfo.billing_address)},input:function(e){e.target.composing||t.$set(t.billingInfo,"billing_address",e.target.value)}}})])]),t._v(" "),n("div",{staticClass:"wrapper-inline"},[n("div",{staticClass:"block-wrapper"},[n("label",[t._v(t._s(t.$t("user_settings.city"))+":")]),t._v(" "),n("div",{staticClass:"input-wrapper"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.billingInfo.billing_city,expression:"billingInfo.billing_city"}],attrs:{placeholder:t.$t("user_settings.city_plac"),type:"text"},domProps:{value:t.billingInfo.billing_city},on:{keyup:function(e){return t.$updateText("/user/relationships/settings","billing_city",t.billingInfo.billing_city)},input:function(e){e.target.composing||t.$set(t.billingInfo,"billing_city",e.target.value)}}})])]),t._v(" "),n("div",{staticClass:"block-wrapper"},[n("label",[t._v(t._s(t.$t("user_settings.postal_code"))+":")]),t._v(" "),n("div",{staticClass:"input-wrapper"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.billingInfo.billing_postal_code,expression:"billingInfo.billing_postal_code"}],attrs:{placeholder:t.$t("user_settings.postal_code_plac"),type:"text"},domProps:{value:t.billingInfo.billing_postal_code},on:{keyup:function(e){return t.$updateText("/user/relationships/settings","billing_postal_code",t.billingInfo.billing_postal_code)},input:function(e){e.target.composing||t.$set(t.billingInfo,"billing_postal_code",e.target.value)}}})])])]),t._v(" "),n("div",{staticClass:"block-wrapper"},[n("label",[t._v(t._s(t.$t("user_settings.country"))+":")]),t._v(" "),n("div",{staticClass:"input-wrapper"},[n("SelectInput",{attrs:{default:t.billingInfo.billing_country,options:t.countries,placeholder:t.$t("user_settings.country_plac")},on:{input:function(e){return t.$updateText("/user/relationships/settings","billing_country",t.billingInfo.billing_country)}},model:{value:t.billingInfo.billing_country,callback:function(e){t.$set(t.billingInfo,"billing_country",e)},expression:"billingInfo.billing_country"}})],1)]),t._v(" "),n("div",{staticClass:"block-wrapper"},[n("label",[t._v(t._s(t.$t("user_settings.state"))+":")]),t._v(" "),n("div",{staticClass:"input-wrapper"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.billingInfo.billing_state,expression:"billingInfo.billing_state"}],attrs:{placeholder:t.$t("user_settings.state_plac"),type:"text"},domProps:{value:t.billingInfo.billing_state},on:{keyup:function(e){return t.$updateText("/user/relationships/settings","billing_state",t.billingInfo.billing_state)},input:function(e){e.target.composing||t.$set(t.billingInfo,"billing_state",e.target.value)}}}),t._v(" "),n("small",{staticClass:"input-help"},[t._v("\n State, county, province, or region.\n ")])])]),t._v(" "),n("div",{staticClass:"block-wrapper"},[n("label",[t._v(t._s(t.$t("user_settings.phone_number"))+":")]),t._v(" "),n("div",{staticClass:"input-wrapper"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.billingInfo.billing_phone_number,expression:"billingInfo.billing_phone_number"}],attrs:{placeholder:t.$t("user_settings.phone_number_plac"),type:"text"},domProps:{value:t.billingInfo.billing_phone_number},on:{keyup:function(e){return t.$updateText("/user/relationships/settings","billing_phone_number",t.billingInfo.billing_phone_number)},input:function(e){e.target.composing||t.$set(t.billingInfo,"billing_phone_number",e.target.value)}}})])])],1)]):t._e()],1)}),[],!1,null,"95448f2c",null);e.default=h.exports},"5pbA":function(t,e,n){"use strict";var a=n("+t0u");n.n(a).a},Aey1:function(t,e,n){"use strict";var a=n("cOnw");n.n(a).a},HECY:function(t,e,n){(t.exports=n("I1BE")(!1)).push([t.i,".theme-label[data-v-4c650264] {\n font-size: 0.875em;\n color: #00BC7E;\n font-weight: 600;\n display: block;\n margin-bottom: 20px;\n}\n",""])},Idvm:function(t,e,n){var a=n("lig4");"string"==typeof a&&(a=[[t.i,a,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};n("aET+")(a,i);a.locals&&(t.exports=a.locals)},KPNK:function(t,e,n){var a=n("3Idf");"string"==typeof a&&(a=[[t.i,a,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};n("aET+")(a,i);a.locals&&(t.exports=a.locals)},QO4y:function(t,e,n){(t.exports=n("I1BE")(!1)).push([t.i,"",""])},UUYi:function(t,e,n){(t.exports=n("I1BE")(!1)).push([t.i,'.form[data-v-95448f2c] {\n max-width: 700px;\n}\n.form.inline-form[data-v-95448f2c] {\n display: flex;\n position: relative;\n justify-content: center;\n margin: 0 auto;\n}\n.form.inline-form .input-wrapper[data-v-95448f2c] {\n position: relative;\n}\n.form.inline-form .input-wrapper .error-message[data-v-95448f2c] {\n position: absolute;\n left: 0;\n bottom: -25px;\n}\n.form.block-form .wrapper-inline[data-v-95448f2c] {\n display: flex;\n margin: 0 -15px;\n}\n.form.block-form .wrapper-inline .block-wrapper[data-v-95448f2c] {\n width: 100%;\n padding: 0 15px;\n}\n.form.block-form .block-wrapper[data-v-95448f2c] {\n margin-bottom: 32px;\n}\n.form.block-form .block-wrapper label[data-v-95448f2c] {\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-95448f2c]:last-child {\n margin-bottom: 0;\n}\n.form.block-form .button[data-v-95448f2c] {\n margin-top: 50px;\n}\n.form .inline-wrapper[data-v-95448f2c] {\n display: flex;\n align-items: center;\n justify-content: space-between;\n}\n.form .inline-wrapper .switch-label .input-help[data-v-95448f2c] {\n padding-top: 0;\n}\n.form .inline-wrapper .switch-label .input-label[data-v-95448f2c] {\n font-weight: 700;\n color: #1B2539;\n font-size: 1em;\n margin-bottom: 5px;\n}\n.form .input-help[data-v-95448f2c] {\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-95448f2c] {\n display: flex;\n}\n.single-line-form .submit-button[data-v-95448f2c] {\n margin-left: 20px;\n}\n.error-message[data-v-95448f2c] {\n font-size: 0.875em;\n color: #fd397a;\n padding-top: 5px;\n display: block;\n text-align: left;\n}\ntextarea[data-v-95448f2c] {\n width: 100%;\n}\ntextarea[data-v-95448f2c],\ninput[type="password"][data-v-95448f2c],\ninput[type="text"][data-v-95448f2c],\ninput[type="number"][data-v-95448f2c],\ninput[type="email"][data-v-95448f2c] {\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}\ntextarea.is-error[data-v-95448f2c],\ninput[type="password"].is-error[data-v-95448f2c],\ninput[type="text"].is-error[data-v-95448f2c],\ninput[type="number"].is-error[data-v-95448f2c],\ninput[type="email"].is-error[data-v-95448f2c] {\n border-color: #fd397a;\n box-shadow: 0 1px 5px rgba(253, 57, 122, 0.3);\n}\ntextarea[data-v-95448f2c]::-webkit-input-placeholder, input[type="password"][data-v-95448f2c]::-webkit-input-placeholder, input[type="text"][data-v-95448f2c]::-webkit-input-placeholder, input[type="number"][data-v-95448f2c]::-webkit-input-placeholder, input[type="email"][data-v-95448f2c]::-webkit-input-placeholder {\n color: rgba(27, 37, 57, 0.5);\n font-size: 0.9375em;\n}\ntextarea[data-v-95448f2c]::-moz-placeholder, input[type="password"][data-v-95448f2c]::-moz-placeholder, input[type="text"][data-v-95448f2c]::-moz-placeholder, input[type="number"][data-v-95448f2c]::-moz-placeholder, input[type="email"][data-v-95448f2c]::-moz-placeholder {\n color: rgba(27, 37, 57, 0.5);\n font-size: 0.9375em;\n}\ntextarea[data-v-95448f2c]:-ms-input-placeholder, input[type="password"][data-v-95448f2c]:-ms-input-placeholder, input[type="text"][data-v-95448f2c]:-ms-input-placeholder, input[type="number"][data-v-95448f2c]:-ms-input-placeholder, input[type="email"][data-v-95448f2c]:-ms-input-placeholder {\n color: rgba(27, 37, 57, 0.5);\n font-size: 0.9375em;\n}\ntextarea[data-v-95448f2c]::-ms-input-placeholder, input[type="password"][data-v-95448f2c]::-ms-input-placeholder, input[type="text"][data-v-95448f2c]::-ms-input-placeholder, input[type="number"][data-v-95448f2c]::-ms-input-placeholder, input[type="email"][data-v-95448f2c]::-ms-input-placeholder {\n color: rgba(27, 37, 57, 0.5);\n font-size: 0.9375em;\n}\ntextarea[data-v-95448f2c]::placeholder,\ninput[type="password"][data-v-95448f2c]::placeholder,\ninput[type="text"][data-v-95448f2c]::placeholder,\ninput[type="number"][data-v-95448f2c]::placeholder,\ninput[type="email"][data-v-95448f2c]::placeholder {\n color: rgba(27, 37, 57, 0.5);\n font-size: 0.9375em;\n}\ntextarea[data-v-95448f2c]:focus,\ninput[type="password"][data-v-95448f2c]:focus,\ninput[type="text"][data-v-95448f2c]:focus,\ninput[type="number"][data-v-95448f2c]:focus,\ninput[type="email"][data-v-95448f2c]:focus {\n border-color: #00BC7E;\n box-shadow: 0 1px 5px rgba(0, 188, 126, 0.3);\n}\ntextarea[disabled][data-v-95448f2c],\ninput[type="password"][disabled][data-v-95448f2c],\ninput[type="text"][disabled][data-v-95448f2c],\ninput[type="number"][disabled][data-v-95448f2c],\ninput[type="email"][disabled][data-v-95448f2c] {\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}\n.additional-link[data-v-95448f2c] {\n font-size: 1em;\n margin-top: 50px;\n display: block;\n color: #1B2539;\n}\n.additional-link b[data-v-95448f2c], .additional-link a[data-v-95448f2c] {\n color: #00BC7E;\n cursor: pointer;\n}\n.additional-link b[data-v-95448f2c]:hover, .additional-link a[data-v-95448f2c]:hover {\n text-decoration: underline;\n}\n@media only screen and (max-width: 1024px) {\n.form[data-v-95448f2c] {\n max-width: 100%;\n}\n}\n@media only screen and (max-width: 960px) {\n.form .button[data-v-95448f2c] {\n margin-top: 20px;\n width: 100%;\n margin-left: 0;\n margin-right: 0;\n}\n.form input[data-v-95448f2c], .form textarea[data-v-95448f2c] {\n width: 100%;\n min-width: 100%;\n}\n.form.block-form .block-wrapper[data-v-95448f2c] {\n display: block;\n}\n.form.block-form .block-wrapper label[data-v-95448f2c] {\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-95448f2c] {\n margin-top: 25px;\n margin-left: 0;\n margin-right: 0;\n}\n.form.inline-form[data-v-95448f2c] {\n display: block;\n}\n.form.inline-form .input-wrapper .error-message[data-v-95448f2c] {\n position: relative;\n bottom: 0;\n}\n.form .button[data-v-95448f2c] {\n padding: 14px 32px;\n}\n.single-line-form[data-v-95448f2c] {\n display: block;\n}\n.single-line-form .submit-button[data-v-95448f2c] {\n margin-left: 0;\n margin-top: 20px;\n width: 100%;\n}\ntextarea[data-v-95448f2c],\n input[type="password"][data-v-95448f2c],\n input[type="number"][data-v-95448f2c],\n input[type="text"][data-v-95448f2c],\n input[type="email"][data-v-95448f2c] {\n padding: 14px 20px;\n}\n}\n@media only screen and (max-width: 690px) {\n.form.block-form .wrapper-inline[data-v-95448f2c] {\n display: block;\n}\n}\n@media (prefers-color-scheme: dark) {\n.form .input-help[data-v-95448f2c] {\n color: #7d858c;\n}\n.form.block-form .block-wrapper label[data-v-95448f2c] {\n color: #bec6cf;\n}\n.form .inline-wrapper .switch-label .input-label[data-v-95448f2c] {\n color: #bec6cf;\n}\ntextarea[data-v-95448f2c],\n input[type="password"][data-v-95448f2c],\n input[type="text"][data-v-95448f2c],\n input[type="number"][data-v-95448f2c],\n input[type="email"][data-v-95448f2c] {\n border-color: #1e2024;\n background: #1e2024;\n color: #bec6cf;\n}\ntextarea[data-v-95448f2c]::-webkit-input-placeholder, input[type="password"][data-v-95448f2c]::-webkit-input-placeholder, input[type="text"][data-v-95448f2c]::-webkit-input-placeholder, input[type="number"][data-v-95448f2c]::-webkit-input-placeholder, input[type="email"][data-v-95448f2c]::-webkit-input-placeholder {\n color: #7d858c;\n}\ntextarea[data-v-95448f2c]::-moz-placeholder, input[type="password"][data-v-95448f2c]::-moz-placeholder, input[type="text"][data-v-95448f2c]::-moz-placeholder, input[type="number"][data-v-95448f2c]::-moz-placeholder, input[type="email"][data-v-95448f2c]::-moz-placeholder {\n color: #7d858c;\n}\ntextarea[data-v-95448f2c]:-ms-input-placeholder, input[type="password"][data-v-95448f2c]:-ms-input-placeholder, input[type="text"][data-v-95448f2c]:-ms-input-placeholder, input[type="number"][data-v-95448f2c]:-ms-input-placeholder, input[type="email"][data-v-95448f2c]:-ms-input-placeholder {\n color: #7d858c;\n}\ntextarea[data-v-95448f2c]::-ms-input-placeholder, input[type="password"][data-v-95448f2c]::-ms-input-placeholder, input[type="text"][data-v-95448f2c]::-ms-input-placeholder, input[type="number"][data-v-95448f2c]::-ms-input-placeholder, input[type="email"][data-v-95448f2c]::-ms-input-placeholder {\n color: #7d858c;\n}\ntextarea[data-v-95448f2c]::placeholder,\n input[type="password"][data-v-95448f2c]::placeholder,\n input[type="text"][data-v-95448f2c]::placeholder,\n input[type="number"][data-v-95448f2c]::placeholder,\n input[type="email"][data-v-95448f2c]::placeholder {\n color: #7d858c;\n}\ntextarea[disabled][data-v-95448f2c],\n input[type="password"][disabled][data-v-95448f2c],\n input[type="text"][disabled][data-v-95448f2c],\n input[type="number"][disabled][data-v-95448f2c],\n input[type="email"][disabled][data-v-95448f2c] {\n background: #1e2024;\n color: rgba(125, 133, 140, 0.8);\n -webkit-text-fill-color: rgba(125, 133, 140, 0.8);\n}\n}\n.block-form[data-v-95448f2c] {\n max-width: 100%;\n}\n',""])},Xk6H:function(t,e,n){"use strict";var a=n("Idvm");n.n(a).a},cOnw:function(t,e,n){var a=n("UUYi");"string"==typeof a&&(a=[[t.i,a,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};n("aET+")(a,i);a.locals&&(t.exports=a.locals)},eZ9V:function(t,e,n){"use strict";var a={name:"FormLabel",components:{Edit2Icon:n("CjXH").q}},i=(n("Xk6H"),n("KHd+")),r=Object(i.a)(a,(function(){var t=this.$createElement,e=this._self._c||t;return e("div",{staticClass:"form-label"},[e("edit-2-icon",{staticClass:"icon",attrs:{size:"22"}}),this._v(" "),e("b",{staticClass:"label"},[this._t("default")],2)],1)}),[],!1,null,"c1157a8e",null);e.a=r.exports},gahf:function(t,e,n){"use strict";var a={name:"PageTabGroup"},i=(n("yI2c"),n("KHd+")),r=Object(i.a)(a,(function(){var t=this.$createElement;return(this._self._c||t)("div",{staticClass:"page-tab-group"},[this._t("default")],2)}),[],!1,null,"1bb470e4",null);e.a=r.exports},lig4:function(t,e,n){(t.exports=n("I1BE")(!1)).push([t.i,".form-label[data-v-c1157a8e] {\n display: flex;\n align-items: center;\n margin-bottom: 30px;\n}\n.form-label .icon[data-v-c1157a8e] {\n margin-right: 10px;\n}\n.form-label .icon path[data-v-c1157a8e] {\n stroke: #00BC7E;\n}\n.form-label .label[data-v-c1157a8e] {\n font-size: 1.125em;\n font-weight: 700;\n}\n@media (prefers-color-scheme: dark) {\n.form-label .label[data-v-c1157a8e] {\n color: #bec6cf;\n}\n}\n",""])},n74g:function(t,e,n){var a=n("HECY");"string"==typeof a&&(a=[[t.i,a,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};n("aET+")(a,i);a.locals&&(t.exports=a.locals)},oDxr:function(t,e,n){(t.exports=n("I1BE")(!1)).push([t.i,".page-tab-group[data-v-1bb470e4] {\n margin-bottom: 65px;\n}\n",""])},owoR:function(t,e,n){"use strict";var a={name:"TextLabel"},i=(n("sYLR"),n("KHd+")),r=Object(i.a)(a,(function(){var t=this.$createElement;return(this._self._c||t)("b",{staticClass:"theme-label"},[this._t("default")],2)}),[],!1,null,"4c650264",null);e.a=r.exports},qefO:function(t,e,n){"use strict";var a={name:"PageTab",props:["isLoading"],components:{Spinner:n("zTYo").a}},i=(n("5pbA"),n("KHd+")),r=Object(i.a)(a,(function(){var t=this.$createElement,e=this._self._c||t;return e("div",{staticClass:"page-tab"},[e("div",{directives:[{name:"show",rawName:"v-show",value:this.isLoading,expression:"isLoading"}],attrs:{id:"loader"}},[e("Spinner")],1),this._v(" "),this._t("default")],2)}),[],!1,null,"4339da66",null);e.a=r.exports},qf9i:function(t,e,n){"use strict";var a=n("KPNK");n.n(a).a},sYLR:function(t,e,n){"use strict";var a=n("n74g");n.n(a).a},yI2c:function(t,e,n){"use strict";var a=n("zlQ3");n.n(a).a},zlQ3:function(t,e,n){var a=n("oDxr");"string"==typeof a&&(a=[[t.i,a,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};n("aET+")(a,i);a.locals&&(t.exports=a.locals)}}]);