Files
vuefilemanager/public/chunks/settings-invoices.js
2021-07-15 12:03:29 +00:00

1 line
24 KiB
JavaScript
Vendored

(window.webpackJsonp=window.webpackJsonp||[]).push([[47],{"0l3M":function(e,a,t){var i=t("bdtO");"string"==typeof i&&(i=[[e.i,i,""]]);var o={hmr:!0,transform:void 0,insertInto:void 0};t("aET+")(i,o);i.locals&&(e.exports=i.locals)},"1L+q":function(e,a,t){"use strict";t("4EzG")},"3sV/":function(e,a,t){(e.exports=t("I1BE")(!1)).push([e.i,".page-tab-group[data-v-445d3e0e]{margin-bottom:65px}",""])},"4EzG":function(e,a,t){var i=t("jexE");"string"==typeof i&&(i=[[e.i,i,""]]);var o={hmr:!0,transform:void 0,insertInto:void 0};t("aET+")(i,o);i.locals&&(e.exports=i.locals)},"5hN9":function(e,a,t){(e.exports=t("I1BE")(!1)).push([e.i,"",""])},"6TPS":function(e,a,t){"use strict";var i=t("CjXH"),o={props:["data"],computed:{normalizedColumns:function(){return this.data.id&&delete this.data.id,Object.values(this.data)}}},n=(t("YLwN"),t("KHd+")),d=Object(n.a)(o,(function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("tr",{staticClass:"table-row"},e._l(e.normalizedColumns,(function(a,i){return t("td",{key:i,staticClass:"table-cell"},[t("span",[e._v(e._s(a))])])})),0)}),[],!1,null,"b0f3a8d0",null).exports,r=t("vDqi"),l=t.n(r),s={name:"DatatableWrapper",props:["columns","scope","paginator","api","tableData"],components:{ChevronRightIcon:i.i,ChevronLeftIcon:i.h,DatatableCell:d,ChevronUpIcon:i.j},computed:{hasData:function(){return this.data&&this.data.data&&this.data.data.length>0},floatPages:function(){return[this.pageIndex-1,this.pageIndex,this.pageIndex+1]}},data:function(){return{data:void 0,isLoading:!0,pageIndex:1,filter:{sort:"DESC",field:void 0}}},methods:{goToPage:function(e){e>this.data.meta.last_page||0===e||(this.pageIndex=e,this.getPage(e))},sort:function(e,a){a&&(this.filter.field=e,"DESC"===this.filter.sort?this.filter.sort="ASC":"ASC"===this.filter.sort&&(this.filter.sort="DESC"),this.getPage(this.pageIndex))},getPage:function(e){var a=this;this.URI=this.api,this.paginator&&(this.URI=this.URI+"?page="+e),this.filter.field&&(this.URI=this.URI+(this.paginator?"&":"?")+"sort="+this.filter.field+"&direction="+this.filter.sort),this.isLoading=!0,l.a.get(this.URI).then((function(e){a.data=e.data,a.$emit("data",e.data)})).catch((function(){return a.$isSomethingWrong()})).finally((function(){a.$emit("init",!0),a.isLoading=!1}))}},created:function(){this.api&&this.getPage(this.pageIndex),this.tableData&&(this.data=this.tableData,this.isLoading=!1)}},p=(t("BL2S"),Object(n.a)(s,(function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("div",{staticClass:"datatable"},[e.hasData?t("table",{staticClass:"table"},[t("thead",{staticClass:"table-header"},[t("tr",e._l(e.columns,(function(a,i){return a.hidden?e._e():t("th",{key:i,class:{sortable:a.sortable},on:{click:function(t){return e.sort(a.field,a.sortable)}}},[t("span",{staticClass:"text-theme"},[e._v(e._s(a.label))]),e._v(" "),a.sortable?t("chevron-up-icon",{staticClass:"filter-arrow",class:{"arrow-down":"ASC"===e.filter.sort},attrs:{size:"14"}}):e._e()],1)})),0)]),e._v(" "),t("tbody",{staticClass:"table-body"},[e._l(e.data.data,(function(a){return e._t("default",[t("DatatableCell",{key:a.id,attrs:{data:a}})],{row:a})}))],2)]):e._e(),e._v(" "),e.isLoading||e.hasData?e._e():e._t("empty-page"),e._v(" "),e.paginator&&e.hasData?t("div",{staticClass:"paginator-wrapper"},[e.data.meta.total>20&&e.data.meta.last_page<=6?t("ul",{staticClass:"pagination"},[t("li",{staticClass:"page-item previous"},[t("a",{staticClass:"page-link",class:{disabled:0==e.pageIndex},on:{click:function(a){return e.goToPage(e.pageIndex-1)}}},[t("chevron-left-icon",{staticClass:"icon",attrs:{size:"14"}})],1)]),e._v(" "),e._l(6,(function(a,i){return t("li",{key:i,staticClass:"page-item",on:{click:function(t){return e.goToPage(a)}}},[t("a",{staticClass:"page-link",class:{active:e.pageIndex===a}},[e._v("\n "+e._s(a)+"\n ")])])})),e._v(" "),t("li",{staticClass:"page-item next"},[t("a",{staticClass:"page-link",class:{disabled:e.pageIndex+1==e.data.meta.last_page},on:{click:function(a){return e.goToPage(e.pageIndex+1)}}},[t("chevron-right-icon",{staticClass:"icon",attrs:{size:"14"}})],1)])],2):e._e(),e._v(" "),e.data.meta.total>20&&e.data.meta.last_page>6?t("ul",{staticClass:"pagination"},[t("li",{staticClass:"page-item previous"},[t("a",{staticClass:"page-link",class:{disabled:0==e.pageIndex},on:{click:function(a){return e.goToPage(e.pageIndex-1)}}},[t("chevron-left-icon",{staticClass:"icon",attrs:{size:"14"}})],1)]),e._v(" "),e.pageIndex>=5?t("li",{staticClass:"page-item",on:{click:function(a){return e.goToPage(1)}}},[t("a",{staticClass:"page-link"},[e._v("\n 1\n ")])]):e._e(),e._v(" "),e._l(5,(function(a,i){return e.pageIndex<5?t("li",{key:i,staticClass:"page-item",on:{click:function(t){return e.goToPage(a)}}},[t("a",{staticClass:"page-link",class:{active:e.pageIndex===a}},[e._v("\n "+e._s(a)+"\n ")])]):e._e()})),e._v(" "),e.pageIndex>=5?t("li",{staticClass:"page-item"},[t("a",{staticClass:"page-link"},[e._v("...")])]):e._e(),e._v(" "),e._l(e.floatPages,(function(a,i){return e.pageIndex>=5&&e.pageIndex<e.data.meta.last_page-3?t("li",{key:i,staticClass:"page-item",on:{click:function(t){return e.goToPage(a)}}},[t("a",{staticClass:"page-link",class:{active:e.pageIndex===a}},[e._v("\n "+e._s(a)+"\n ")])]):e._e()})),e._v(" "),e.pageIndex<e.data.meta.last_page-3?t("li",{staticClass:"page-item"},[t("a",{staticClass:"page-link"},[e._v("...")])]):e._e(),e._v(" "),e._l(5,(function(a,i){return e.pageIndex>e.data.meta.last_page-4?t("li",{key:i,staticClass:"page-item",on:{click:function(a){e.goToPage(e.data.meta.last_page-(4-i))}}},[t("a",{staticClass:"page-link",class:{active:e.pageIndex===e.data.meta.last_page-(4-i)}},[e._v("\n "+e._s(e.data.meta.last_page-(4-i))+"\n ")])]):e._e()})),e._v(" "),e.pageIndex<e.data.meta.last_page-3?t("li",{staticClass:"page-item",on:{click:function(a){return e.goToPage(e.data.meta.last_page)}}},[t("a",{staticClass:"page-link"},[e._v("\n "+e._s(e.data.meta.last_page)+"\n ")])]):e._e(),e._v(" "),t("li",{staticClass:"page-item next"},[t("a",{staticClass:"page-link",class:{disabled:e.pageIndex+1==e.data.meta.last_page},on:{click:function(a){return e.goToPage(e.pageIndex+1)}}},[t("chevron-right-icon",{staticClass:"icon",attrs:{size:"14"}})],1)])],2):e._e(),e._v(" "),t("span",{staticClass:"paginator-info"},[e._v(e._s(e.$t("datatable.paginate_info",{visible:e.data.meta.per_page,total:e.data.meta.total})))])]):e._e()],2)}),[],!1,null,"bee2ed74",null));a.a=p.exports},"8N1S":function(e,a,t){var i=t("3sV/");"string"==typeof i&&(i=[[e.i,i,""]]);var o={hmr:!0,transform:void 0,insertInto:void 0};t("aET+")(i,o);i.locals&&(e.exports=i.locals)},"9sCX":function(e,a,t){"use strict";t("8N1S")},BL2S:function(e,a,t){"use strict";t("XG7Q")},BfOa:function(e,a,t){var i=t("5hN9");"string"==typeof i&&(i=[[e.i,i,""]]);var o={hmr:!0,transform:void 0,insertInto:void 0};t("aET+")(i,o);i.locals&&(e.exports=i.locals)},CK9m:function(e,a,t){var i=t("Wx07");"string"==typeof i&&(i=[[e.i,i,""]]);var o={hmr:!0,transform:void 0,insertInto:void 0};t("aET+")(i,o);i.locals&&(e.exports=i.locals)},KnjL:function(e,a,t){"use strict";var i={name:"InfoBox",props:["type"]},o=(t("pFam"),t("KHd+")),n=Object(o.a)(i,(function(){var e=this.$createElement;return(this._self._c||e)("div",{staticClass:"info-box",class:this.type},[this._t("default")],2)}),[],!1,null,"8e7c42f6",null);a.a=n.exports},"Qqv+":function(e,a,t){var i=t("biqn");"string"==typeof i&&(i=[[e.i,i,""]]);var o={hmr:!0,transform:void 0,insertInto:void 0};t("aET+")(i,o);i.locals&&(e.exports=i.locals)},SdtT:function(e,a,t){(e.exports=t("I1BE")(!1)).push([e.i,".datatable[data-v-bee2ed74]{height:100%}.table-row[data-v-bee2ed74]{transition:all .3s ease}.table-row-enter[data-v-bee2ed74],.table-row-leave-to[data-v-bee2ed74]{opacity:0;transform:translateY(-100%)}.table-row-leave-active[data-v-bee2ed74]{position:absolute}.table[data-v-bee2ed74]{border-collapse:collapse;overflow-x:auto}.table[data-v-bee2ed74],.table tr[data-v-bee2ed74]{width:100%}.table tr td[data-v-bee2ed74]:first-child,.table tr th[data-v-bee2ed74]:first-child{padding-left:15px}.table tr td[data-v-bee2ed74]:last-child,.table tr th[data-v-bee2ed74]:last-child{padding-right:15px;text-align:right}.table .table-header[data-v-bee2ed74]{margin-bottom:10px}.table .table-header tr td[data-v-bee2ed74],.table .table-header tr th[data-v-bee2ed74]{padding:12px;text-align:left}.table .table-header tr td span[data-v-bee2ed74],.table .table-header tr th span[data-v-bee2ed74]{font-weight:700;font-size:.75em;white-space:nowrap}.table .table-header tr td.sortable[data-v-bee2ed74],.table .table-header tr th.sortable[data-v-bee2ed74]{cursor:pointer}.table .table-header tr td.sortable:hover .filter-arrow[data-v-bee2ed74],.table .table-header tr th.sortable:hover .filter-arrow[data-v-bee2ed74]{opacity:1}.table .table-header tr td[data-v-bee2ed74]:last-child,.table .table-header tr th[data-v-bee2ed74]:last-child{text-align:right}.table .table-header .filter-arrow[data-v-bee2ed74]{vertical-align:middle;margin-left:8px;transition:all .3s ease;opacity:0}.table .table-header .filter-arrow path[data-v-bee2ed74]{fill:rgba(27,37,57,.7)}.table .table-header .filter-arrow.arrow-down[data-v-bee2ed74]{transform:rotate(180deg)}.table .table-header span[data-v-bee2ed74]{font-size:13px;font-weight:700}.table .table-body tr[data-v-bee2ed74]{border-radius:8px}.table .table-body tr[data-v-bee2ed74]:hover{background:#f4f5f6}.table .table-body tr td[data-v-bee2ed74],.table .table-body tr th[data-v-bee2ed74]{padding:12px}.table .table-body tr td:last-child button[data-v-bee2ed74],.table .table-body tr th:last-child button[data-v-bee2ed74]{margin-right:0}.table .table-body a.page-link[data-v-bee2ed74],.table .table-body span[data-v-bee2ed74]{font-size:.9375em;font-weight:700;padding:10px 35px 10px 0;display:block;white-space:nowrap}.pagination .page-item[data-v-bee2ed74]{padding:3px;display:inline-block}.pagination .page-link[data-v-bee2ed74]{width:30px;height:30px;display:block;color:#1b2539;border-radius:6px;text-align:center;line-height:2.4;font-weight:700;font-size:13px;cursor:pointer;transition:all .15s ease}.pagination .page-link .icon[data-v-bee2ed74]{vertical-align:middle;margin-top:-2px}.pagination .page-link.active[data-v-bee2ed74],.pagination .page-link[data-v-bee2ed74]:hover:not(.disabled){background:#f4f5f6;color:#1b2539}.pagination .page-link.disabled[data-v-bee2ed74]{background:transparent;cursor:default}.pagination .page-link.disabled svg path[data-v-bee2ed74]{fill:rgba(27,37,57,.7)}.paginator-wrapper[data-v-bee2ed74]{margin-top:30px;margin-bottom:40px;display:flex;justify-content:space-between;align-items:center}.paginator-wrapper .paginator-info[data-v-bee2ed74]{font-size:13px;color:rgba(27,37,57,.7)}.user-preview[data-v-bee2ed74]{display:flex;align-items:center;cursor:pointer}.user-preview img[data-v-bee2ed74]{width:45px;margin-right:22px}@media only screen and (max-width:690px){.paginator-wrapper[data-v-bee2ed74]{display:block;text-align:center}.paginator-wrapper .paginator-info[data-v-bee2ed74]{margin-top:10px;display:block}}@media (prefers-color-scheme:dark){.table .table-body th[data-v-bee2ed74]:hover,.table .table-body tr[data-v-bee2ed74]:hover{background:#1e2024}.pagination .page-link[data-v-bee2ed74],.paginator-wrapper .paginator-info[data-v-bee2ed74]{color:#7d858c}.pagination .page-link svg polyline[data-v-bee2ed74]{stroke:#bec6cf}.pagination .page-link.active[data-v-bee2ed74],.pagination .page-link[data-v-bee2ed74]:hover:not(.disabled){color:#00bc7e;background:rgba(0,188,126,.1)}.pagination .page-link.disabled[data-v-bee2ed74]{background:transparent;cursor:default}.pagination .page-link.disabled svg polyline[data-v-bee2ed74]{stroke:#7d858c}}",""])},WPod:function(e,a,t){"use strict";t.r(a);var i=t("6TPS"),o=t("gahf"),n=t("eZ9V"),d=t("qefO"),r=t("KnjL"),l=t("CjXH"),s=(t("vDqi"),{name:"UserInvoices",components:{DatatableWrapper:i.a,ExternalLinkIcon:l.t,PageTabGroup:o.a,FormLabel:n.a,InfoBox:r.a,PageTab:d.a},data:function(){return{isLoading:!0,invoices:void 0,columns:[{label:this.$t("rows.invoice.number"),field:"data.attributes.order",sortable:!1},{label:this.$t("rows.invoice.total"),field:"data.attributes.bag.amount",sortable:!1},{label:this.$t("rows.invoice.plan"),field:"data.attributes.bag.amount",sortable:!1},{label:this.$t("rows.invoice.payed"),field:"data.attributes.created_at",sortable:!1},{label:this.$t("admin_page_user.table.action"),sortable:!1}]}}}),p=(t("X74v"),t("KHd+")),c=Object(p.a)(s,(function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("PageTab",{attrs:{"is-loading":e.isLoading}},[t("PageTabGroup",{directives:[{name:"show",rawName:"v-show",value:!e.isLoading,expression:"! isLoading"}]},[t("FormLabel",[e._v(e._s(e.$t("user_invoices.title")))]),e._v(" "),t("DatatableWrapper",{staticClass:"table",attrs:{api:"/api/user/invoices",paginator:!1,columns:e.columns},on:{init:function(a){e.isLoading=!1}},scopedSlots:e._u([{key:"default",fn:function(a){var i=a.row;return[t("tr",[t("td",[t("a",{staticClass:"cell-item",attrs:{href:"/invoice/"+i.data.attributes.customer+"/"+i.data.id,target:"_blank"}},[e._v("\n "+e._s(i.data.attributes.order)+"\n ")])]),e._v(" "),t("td",[t("span",{staticClass:"cell-item"},[e._v("\n "+e._s(i.data.attributes.total)+"\n ")])]),e._v(" "),t("td",[i.data.attributes.invoice_subscriptions[0].description?t("span",{staticClass:"cell-item"},[e._v("\n "+e._s(i.data.attributes.invoice_subscriptions[0].description)+"\n ")]):e._e()]),e._v(" "),t("td",[t("span",{staticClass:"cell-item"},[e._v("\n "+e._s(i.data.attributes.created_at_formatted)+"\n ")])]),e._v(" "),t("td",[t("div",{staticClass:"action-icons"},[t("a",{attrs:{href:e.$getInvoiceLink(i.data.attributes.customer,i.data.id),target:"_blank"}},[t("external-link-icon",{staticClass:"icon",attrs:{size:"15"}})],1)])])])]}},{key:"empty-page",fn:function(){return[t("InfoBox",[t("p",[e._v(e._s(e.$t("user_invoices.empty")))])])]},proxy:!0}])})],1)],1)}),[],!1,null,"009ed4ce",null);a.default=c.exports},Wx07:function(e,a,t){(e.exports=t("I1BE")(!1)).push([e.i,".table-row[data-v-b0f3a8d0]{border-radius:8px}.table-row[data-v-b0f3a8d0]:hover{background:#f4f5f6}.table-row .table-cell[data-v-b0f3a8d0]{padding-top:15px;padding-bottom:15px}.table-row .table-cell[data-v-b0f3a8d0]:first-child{padding-left:15px}.table-row .table-cell[data-v-b0f3a8d0]:last-child{padding-right:15px;text-align:right}.table-row .table-cell span[data-v-b0f3a8d0]{font-size:1em;font-weight:700}",""])},X74v:function(e,a,t){"use strict";t("0l3M")},XG7Q:function(e,a,t){var i=t("SdtT");"string"==typeof i&&(i=[[e.i,i,""]]);var o={hmr:!0,transform:void 0,insertInto:void 0};t("aET+")(i,o);i.locals&&(e.exports=i.locals)},YLwN:function(e,a,t){"use strict";t("CK9m")},bdtO:function(e,a,t){(e.exports=t("I1BE")(!1)).push([e.i,".form[data-v-009ed4ce]{max-width:700px}.form.inline-form[data-v-009ed4ce]{display:flex;position:relative;justify-content:center;margin:0 auto}.form.inline-form .input-wrapper[data-v-009ed4ce]{position:relative}.form.inline-form .input-wrapper .error-message[data-v-009ed4ce]{position:absolute;left:0;bottom:-25px}.form.block-form .wrapper-inline[data-v-009ed4ce]{display:flex;margin:0 -15px}.form.block-form .wrapper-inline .block-wrapper[data-v-009ed4ce]{width:100%;padding:0 15px}.form.block-form .block-wrapper[data-v-009ed4ce]{margin-bottom:32px}.form.block-form .block-wrapper label[data-v-009ed4ce]{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-009ed4ce]:last-child{margin-bottom:0}.form.block-form .button[data-v-009ed4ce]{margin-top:50px}.form .inline-wrapper[data-v-009ed4ce]{display:flex;align-items:center;justify-content:space-between}.form .inline-wrapper .switch-label .input-help[data-v-009ed4ce]{padding-top:0}.form .inline-wrapper .switch-label .input-label[data-v-009ed4ce]{font-weight:700;color:#1b2539;font-size:1em;margin-bottom:5px}.form .input-help[data-v-009ed4ce]{font-size:.75em;color:rgba(27,37,57,.7);line-height:1.35;padding-top:10px;display:block}.single-line-form[data-v-009ed4ce]{display:flex}.single-line-form .submit-button[data-v-009ed4ce]{margin-left:20px}.error-message[data-v-009ed4ce]{font-size:.875em;color:#fd397a;padding-top:5px;display:block;text-align:left}textarea[data-v-009ed4ce]{width:100%}input[type=email][data-v-009ed4ce],input[type=number][data-v-009ed4ce],input[type=password][data-v-009ed4ce],input[type=text][data-v-009ed4ce],textarea[data-v-009ed4ce]{border:1px solid transparent;transition:all .15s ease;font-size:1em;border-radius:8px;padding:13px 20px;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-weight:700;outline:0;width:100%;box-shadow:0 1px 5px rgba(0,0,0,.12)}input[type=email].is-error[data-v-009ed4ce],input[type=number].is-error[data-v-009ed4ce],input[type=password].is-error[data-v-009ed4ce],input[type=text].is-error[data-v-009ed4ce],textarea.is-error[data-v-009ed4ce]{border-color:#fd397a}input[type=email][data-v-009ed4ce]::-moz-placeholder,input[type=number][data-v-009ed4ce]::-moz-placeholder,input[type=password][data-v-009ed4ce]::-moz-placeholder,input[type=text][data-v-009ed4ce]::-moz-placeholder,textarea[data-v-009ed4ce]::-moz-placeholder{color:rgba(27,37,57,.5);font-size:.9375em}input[type=email][data-v-009ed4ce]:-ms-input-placeholder,input[type=number][data-v-009ed4ce]:-ms-input-placeholder,input[type=password][data-v-009ed4ce]:-ms-input-placeholder,input[type=text][data-v-009ed4ce]:-ms-input-placeholder,textarea[data-v-009ed4ce]:-ms-input-placeholder{color:rgba(27,37,57,.5);font-size:.9375em}input[type=email][data-v-009ed4ce]::placeholder,input[type=number][data-v-009ed4ce]::placeholder,input[type=password][data-v-009ed4ce]::placeholder,input[type=text][data-v-009ed4ce]::placeholder,textarea[data-v-009ed4ce]::placeholder{color:rgba(27,37,57,.5);font-size:.9375em}input[type=email][disabled][data-v-009ed4ce],input[type=number][disabled][data-v-009ed4ce],input[type=password][disabled][data-v-009ed4ce],input[type=text][disabled][data-v-009ed4ce],textarea[disabled][data-v-009ed4ce]{background:#fff;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-009ed4ce]{width:38px!important;height:40px;border:none;outline:none;background:none;min-width:0!important}.additional-link[data-v-009ed4ce]{font-size:1em;margin-top:50px;display:block}.additional-link a[data-v-009ed4ce],.additional-link b[data-v-009ed4ce]{cursor:pointer}.additional-link a[data-v-009ed4ce]:hover,.additional-link b[data-v-009ed4ce]:hover{text-decoration:underline}@media only screen and (max-width:1024px){.form[data-v-009ed4ce]{max-width:100%}}@media only screen and (max-width:960px){.form .button[data-v-009ed4ce]{margin-top:20px;width:100%;margin-left:0;margin-right:0}.form input[data-v-009ed4ce],.form textarea[data-v-009ed4ce]{width:100%;min-width:100%}.form.block-form .block-wrapper[data-v-009ed4ce]{display:block}.form.block-form .block-wrapper label[data-v-009ed4ce]{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-009ed4ce]{margin-top:25px;margin-left:0;margin-right:0}.form.inline-form[data-v-009ed4ce]{display:block}.form.inline-form .input-wrapper .error-message[data-v-009ed4ce]{position:relative;bottom:0}.form .button[data-v-009ed4ce]{padding:14px 32px}.single-line-form[data-v-009ed4ce]{display:block}.single-line-form .submit-button[data-v-009ed4ce]{margin-left:0;margin-top:20px;width:100%}input[type=email][data-v-009ed4ce],input[type=number][data-v-009ed4ce],input[type=password][data-v-009ed4ce],input[type=text][data-v-009ed4ce],textarea[data-v-009ed4ce]{padding:14px 20px}}@media only screen and (max-width:690px){.form.block-form .wrapper-inline[data-v-009ed4ce]{display:block}}@media (prefers-color-scheme:dark){.form .input-help[data-v-009ed4ce]{color:#7d858c}.form.block-form .block-wrapper label[data-v-009ed4ce],.form .inline-wrapper .switch-label .input-label[data-v-009ed4ce]{color:#bec6cf}input[type=email][data-v-009ed4ce],input[type=number][data-v-009ed4ce],input[type=password][data-v-009ed4ce],input[type=text][data-v-009ed4ce],textarea[data-v-009ed4ce]{border-color:#1e2024;background:#1e2024;color:#bec6cf}input[type=email][data-v-009ed4ce]::-moz-placeholder,input[type=number][data-v-009ed4ce]::-moz-placeholder,input[type=password][data-v-009ed4ce]::-moz-placeholder,input[type=text][data-v-009ed4ce]::-moz-placeholder,textarea[data-v-009ed4ce]::-moz-placeholder{color:#7d858c}input[type=email][data-v-009ed4ce]:-ms-input-placeholder,input[type=number][data-v-009ed4ce]:-ms-input-placeholder,input[type=password][data-v-009ed4ce]:-ms-input-placeholder,input[type=text][data-v-009ed4ce]:-ms-input-placeholder,textarea[data-v-009ed4ce]:-ms-input-placeholder{color:#7d858c}input[type=email][data-v-009ed4ce]::placeholder,input[type=number][data-v-009ed4ce]::placeholder,input[type=password][data-v-009ed4ce]::placeholder,input[type=text][data-v-009ed4ce]::placeholder,textarea[data-v-009ed4ce]::placeholder{color:#7d858c}input[type=email][disabled][data-v-009ed4ce],input[type=number][disabled][data-v-009ed4ce],input[type=password][disabled][data-v-009ed4ce],input[type=text][disabled][data-v-009ed4ce],textarea[disabled][data-v-009ed4ce]{background:#1e2024;color:rgba(125,133,140,.8);-webkit-text-fill-color:rgba(125,133,140,.8)}.popup-wrapper input[type=email][data-v-009ed4ce],.popup-wrapper input[type=number][data-v-009ed4ce],.popup-wrapper input[type=password][data-v-009ed4ce],.popup-wrapper input[type=text][data-v-009ed4ce],.popup-wrapper textarea[data-v-009ed4ce]{background:#25272c}}.block-form[data-v-009ed4ce]{max-width:100%}",""])},biqn:function(e,a,t){(e.exports=t("I1BE")(!1)).push([e.i,".info-box[data-v-8e7c42f6]{padding:20px;border-radius:8px;margin-bottom:32px;background:#f4f5f6;text-align:left}.info-box.error[data-v-8e7c42f6]{background:rgba(253,57,122,.1)}.info-box.error a[data-v-8e7c42f6],.info-box.error p[data-v-8e7c42f6]{color:#fd397a}.info-box.error a[data-v-8e7c42f6]{text-decoration:underline}.info-box p[data-v-8e7c42f6]{line-height:1.6;word-break:break-word;font-weight:600}.info-box p[data-v-8e7c42f6],.info-box p[data-v-8e7c42f6] a{font-size:15px}.info-box p[data-v-8e7c42f6] b{font-size:15px;font-weight:700}.info-box a[data-v-8e7c42f6],.info-box b[data-v-8e7c42f6]{font-weight:700}.info-box a[data-v-8e7c42f6]{font-size:.9375em;line-height:1.6}.info-box ul[data-v-8e7c42f6]{margin-top:15px}.info-box ul[data-v-8e7c42f6],.info-box ul li[data-v-8e7c42f6],.info-box ul li a[data-v-8e7c42f6]{display:block}@media only screen and (max-width:690px){.info-box[data-v-8e7c42f6]{padding:15px}}@media (prefers-color-scheme:dark){.info-box[data-v-8e7c42f6]{background:#1e2024}.info-box p[data-v-8e7c42f6],.info-box ul li[data-v-8e7c42f6]{color:#bec6cf}}",""])},eZ9V:function(e,a,t){"use strict";var i=t("CjXH"),o={name:"FormLabel",props:["icon"],components:{Edit2Icon:i.s,SettingsIcon:i.Z}},n=(t("1L+q"),t("KHd+")),d=Object(n.a)(o,(function(){var e=this.$createElement,a=this._self._c||e;return a("div",{staticClass:"form-label"},[this.icon?this._e():a("edit-2-icon",{staticClass:"icon text-theme",attrs:{size:"22"}}),this._v(" "),"settings"===this.icon?a("settings-icon",{staticClass:"icon text-theme",attrs:{size:"22"}}):this._e(),this._v(" "),a("b",{staticClass:"label"},[this._t("default")],2)],1)}),[],!1,null,"10bcab7e",null);a.a=d.exports},gahf:function(e,a,t){"use strict";var i={name:"PageTabGroup"},o=(t("9sCX"),t("KHd+")),n=Object(o.a)(i,(function(){var e=this.$createElement;return(this._self._c||e)("div",{staticClass:"page-tab-group"},[this._t("default")],2)}),[],!1,null,"445d3e0e",null);a.a=n.exports},hJ7W:function(e,a,t){"use strict";t("BfOa")},jexE:function(e,a,t){(e.exports=t("I1BE")(!1)).push([e.i,".form-label[data-v-10bcab7e]{display:flex;align-items:center;margin-bottom:30px}.form-label .icon[data-v-10bcab7e]{margin-right:10px}.form-label .icon circle[data-v-10bcab7e],.form-label .icon path[data-v-10bcab7e]{color:inherit}.form-label .label[data-v-10bcab7e]{font-size:1.125em;font-weight:700}@media (prefers-color-scheme:dark){.form-label .label[data-v-10bcab7e]{color:#bec6cf}}",""])},pFam:function(e,a,t){"use strict";t("Qqv+")},qefO:function(e,a,t){"use strict";var i={name:"PageTab",props:["isLoading"],components:{Spinner:t("zTYo").a}},o=(t("hJ7W"),t("KHd+")),n=Object(o.a)(i,(function(){var e=this.$createElement,a=this._self._c||e;return a("div",{staticClass:"page-tab"},[a("div",{directives:[{name:"show",rawName:"v-show",value:this.isLoading,expression:"isLoading"}],attrs:{id:"loader"}},[a("Spinner")],1),this._v(" "),this._t("default")],2)}),[],!1,null,"71034d34",null);a.a=n.exports}}]);