Files
vuefilemanager/public/chunks/oasis/invoices/client-invoices.js
T
2021-05-19 13:35:56 +00:00

1 line
26 KiB
JavaScript
Vendored

(window.webpackJsonp=window.webpackJsonp||[]).push([[39],{"0Y5R":function(t,a,e){var i=e("3CjU");"string"==typeof i&&(i=[[t.i,i,""]]);var n={hmr:!0,transform:void 0,insertInto:void 0};e("aET+")(i,n);i.locals&&(t.exports=i.locals)},"1WCK":function(t,a,e){(t.exports=e("I1BE")(!1)).push([t.i,".page-tab[data-v-3fdf99dd]{position:relative}",""])},"3CjU":function(t,a,e){(t.exports=e("I1BE")(!1)).push([t.i,".page-tab-group[data-v-2b2b530c]{margin-bottom:45px}",""])},"6TPS":function(t,a,e){"use strict";var i=e("CjXH"),n={props:["data"],computed:{normalizedColumns:function(){return this.data.id&&delete this.data.id,Object.values(this.data)}}},o=(e("YLwN"),e("KHd+")),r=Object(o.a)(n,(function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("tr",{staticClass:"table-row"},t._l(t.normalizedColumns,(function(a,i){return e("td",{key:i,staticClass:"table-cell"},[e("span",[t._v(t._s(a))])])})),0)}),[],!1,null,"b0f3a8d0",null).exports,d=e("vDqi"),l=e.n(d),s={name:"DatatableWrapper",props:["columns","scope","paginator","api","tableData"],components:{ChevronRightIcon:i.i,ChevronLeftIcon:i.h,DatatableCell:r,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(t){t>this.data.meta.last_page||0===t||(this.pageIndex=t,this.getPage(t))},sort:function(t,a){a&&(this.filter.field=t,"DESC"===this.filter.sort?this.filter.sort="ASC":"ASC"===this.filter.sort&&(this.filter.sort="DESC"),this.getPage(this.pageIndex))},getPage:function(t){var a=this;this.URI=this.api,this.paginator&&(this.URI=this.URI+"?page="+t),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(t){a.data=t.data,a.$emit("data",t.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=(e("BL2S"),Object(o.a)(s,(function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("div",{staticClass:"datatable"},[t.hasData?e("table",{staticClass:"table"},[e("thead",{staticClass:"table-header"},[e("tr",t._l(t.columns,(function(a,i){return a.hidden?t._e():e("th",{key:i,class:{sortable:a.sortable},on:{click:function(e){return t.sort(a.field,a.sortable)}}},[e("span",{staticClass:"text-theme"},[t._v(t._s(a.label))]),t._v(" "),a.sortable?e("chevron-up-icon",{staticClass:"filter-arrow",class:{"arrow-down":"ASC"===t.filter.sort},attrs:{size:"14"}}):t._e()],1)})),0)]),t._v(" "),e("tbody",{staticClass:"table-body"},[t._l(t.data.data,(function(a){return t._t("default",[e("DatatableCell",{key:a.id,attrs:{data:a}})],{row:a})}))],2)]):t._e(),t._v(" "),t.isLoading||t.hasData?t._e():t._t("empty-page"),t._v(" "),t.paginator&&t.hasData?e("div",{staticClass:"paginator-wrapper"},[t.data.meta.total>20&&t.data.meta.last_page<=6?e("ul",{staticClass:"pagination"},[e("li",{staticClass:"page-item previous"},[e("a",{staticClass:"page-link",class:{disabled:0==t.pageIndex},on:{click:function(a){return t.goToPage(t.pageIndex-1)}}},[e("chevron-left-icon",{staticClass:"icon",attrs:{size:"14"}})],1)]),t._v(" "),t._l(6,(function(a,i){return e("li",{key:i,staticClass:"page-item",on:{click:function(e){return t.goToPage(a)}}},[e("a",{staticClass:"page-link",class:{active:t.pageIndex===a}},[t._v("\n "+t._s(a)+"\n ")])])})),t._v(" "),e("li",{staticClass:"page-item next"},[e("a",{staticClass:"page-link",class:{disabled:t.pageIndex+1==t.data.meta.last_page},on:{click:function(a){return t.goToPage(t.pageIndex+1)}}},[e("chevron-right-icon",{staticClass:"icon",attrs:{size:"14"}})],1)])],2):t._e(),t._v(" "),t.data.meta.total>20&&t.data.meta.last_page>6?e("ul",{staticClass:"pagination"},[e("li",{staticClass:"page-item previous"},[e("a",{staticClass:"page-link",class:{disabled:0==t.pageIndex},on:{click:function(a){return t.goToPage(t.pageIndex-1)}}},[e("chevron-left-icon",{staticClass:"icon",attrs:{size:"14"}})],1)]),t._v(" "),t.pageIndex>=5?e("li",{staticClass:"page-item",on:{click:function(a){return t.goToPage(1)}}},[e("a",{staticClass:"page-link"},[t._v("\n 1\n ")])]):t._e(),t._v(" "),t._l(5,(function(a,i){return t.pageIndex<5?e("li",{key:i,staticClass:"page-item",on:{click:function(e){return t.goToPage(a)}}},[e("a",{staticClass:"page-link",class:{active:t.pageIndex===a}},[t._v("\n "+t._s(a)+"\n ")])]):t._e()})),t._v(" "),t.pageIndex>=5?e("li",{staticClass:"page-item"},[e("a",{staticClass:"page-link"},[t._v("...")])]):t._e(),t._v(" "),t._l(t.floatPages,(function(a,i){return t.pageIndex>=5&&t.pageIndex<t.data.meta.last_page-3?e("li",{key:i,staticClass:"page-item",on:{click:function(e){return t.goToPage(a)}}},[e("a",{staticClass:"page-link",class:{active:t.pageIndex===a}},[t._v("\n "+t._s(a)+"\n ")])]):t._e()})),t._v(" "),t.pageIndex<t.data.meta.last_page-3?e("li",{staticClass:"page-item"},[e("a",{staticClass:"page-link"},[t._v("...")])]):t._e(),t._v(" "),t._l(5,(function(a,i){return t.pageIndex>t.data.meta.last_page-4?e("li",{key:i,staticClass:"page-item",on:{click:function(a){t.goToPage(t.data.meta.last_page-(4-i))}}},[e("a",{staticClass:"page-link",class:{active:t.pageIndex===t.data.meta.last_page-(4-i)}},[t._v("\n "+t._s(t.data.meta.last_page-(4-i))+"\n ")])]):t._e()})),t._v(" "),t.pageIndex<t.data.meta.last_page-3?e("li",{staticClass:"page-item",on:{click:function(a){return t.goToPage(t.data.meta.last_page)}}},[e("a",{staticClass:"page-link"},[t._v("\n "+t._s(t.data.meta.last_page)+"\n ")])]):t._e(),t._v(" "),e("li",{staticClass:"page-item next"},[e("a",{staticClass:"page-link",class:{disabled:t.pageIndex+1==t.data.meta.last_page},on:{click:function(a){return t.goToPage(t.pageIndex+1)}}},[e("chevron-right-icon",{staticClass:"icon",attrs:{size:"14"}})],1)])],2):t._e(),t._v(" "),e("span",{staticClass:"paginator-info"},[t._v(t._s(t.$t("datatable.paginate_info",{visible:t.data.meta.per_page,total:t.data.meta.total})))])]):t._e()],2)}),[],!1,null,"bee2ed74",null));a.a=p.exports},"8V88":function(t,a,e){(t.exports=e("I1BE")(!1)).push([t.i,".empty-page-content[data-v-985303dc]{width:100%;height:100%;display:flex;align-items:center;text-align:center}.empty-page-content .content[data-v-985303dc]{margin:-70px auto 0;max-width:360px}.empty-page-content .content[data-v-985303dc] .button-base{margin:0 auto}.empty-page-content .icon circle[data-v-985303dc],.empty-page-content .icon line[data-v-985303dc],.empty-page-content .icon path[data-v-985303dc],.empty-page-content .icon polyline[data-v-985303dc]{color:inherit}.empty-page-content .header[data-v-985303dc]{margin-top:15px;margin-bottom:25px}.empty-page-content .title[data-v-985303dc]{font-size:1.4375em;font-weight:700;padding-bottom:5px}.empty-page-content .description[data-v-985303dc]{font-size:1em;font-weight:500}",""])},BL2S:function(t,a,e){"use strict";e("XG7Q")},CK9m:function(t,a,e){var i=e("Wx07");"string"==typeof i&&(i=[[t.i,i,""]]);var n={hmr:!0,transform:void 0,insertInto:void 0};e("aET+")(i,n);i.locals&&(t.exports=i.locals)},FgTR:function(t,a,e){"use strict";e.r(a);var i=e("6TPS"),n=e("KfIT"),o=e("gahf"),r=e("qefO"),d=e("KnjL"),l=e("CjXH"),s={name:"ClientInvoices",components:{EmptyPageContent:n.a,DatatableWrapper:i.a,DownloadCloudIcon:l.s,Edit2Icon:l.t,PageTabGroup:o.a,InfoBox:d.a,PageTab:r.a},data:function(){return{isLoading:!0,columns:[{label:this.$t("admin_page_invoices.table.number"),field:"data.attributes.order",sortable:!1},{label:this.$t("admin_page_invoices.table.total"),field:"data.attributes.bag.amount",sortable:!1},{label:this.$t("file_detail.created_at"),field:"data.attributes.created_at",sortable:!1},{label:this.$t("admin_page_user.table.action"),sortable:!1}]}},methods:{downloadItem:function(t){this.$downloadFile(t.data.attributes.file_url,t.data.attributes.name+".pdf")}}},p=(e("J388"),e("KHd+")),c=Object(p.a)(s,(function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("PageTab",[e("PageTabGroup",[e("DatatableWrapper",{staticClass:"table",attrs:{api:"/api/v1/invoicing/clients/"+t.$route.params.id+"/invoices",paginator:!1,columns:t.columns},on:{init:function(a){t.isLoading=!1}},scopedSlots:t._u([{key:"default",fn:function(a){var i=a.row;return[e("tr",[e("td",[e("span",{staticClass:"cell-item"},[t._v("\n "+t._s(i.data.attributes.invoice_number)+"\n ")])]),t._v(" "),e("td",[e("span",{staticClass:"cell-item"},[t._v("\n "+t._s(i.data.attributes.total)+"\n ")])]),t._v(" "),e("td",[e("span",{staticClass:"cell-item"},[t._v("\n "+t._s(i.data.attributes.created_at)+"\n ")])]),t._v(" "),e("td",[e("div",{staticClass:"action-icons"},[e("a",{on:{click:function(a){return t.downloadItem(i)}}},[e("DownloadCloudIcon",{staticClass:"icon",attrs:{size:"15"}})],1),t._v(" "),e("router-link",{attrs:{to:{name:"EditInvoice",params:{id:i.data.id}}}},[e("edit2-icon",{staticClass:"icon",attrs:{size:"15"}})],1)],1)])])]}},{key:"empty-page",fn:function(){return[e("InfoBox",{staticClass:"form-fixed-width"},[e("p",[t._v(t._s(t.$t("in.empty.clients_invoices")))])])]},proxy:!0}])})],1)],1)}),[],!1,null,"93642664",null);a.default=c.exports},GN63:function(t,a,e){var i=e("fhAC");"string"==typeof i&&(i=[[t.i,i,""]]);var n={hmr:!0,transform:void 0,insertInto:void 0};e("aET+")(i,n);i.locals&&(t.exports=i.locals)},J388:function(t,a,e){"use strict";e("GN63")},KSns:function(t,a,e){var i=e("8V88");"string"==typeof i&&(i=[[t.i,i,""]]);var n={hmr:!0,transform:void 0,insertInto:void 0};e("aET+")(i,n);i.locals&&(t.exports=i.locals)},KfIT:function(t,a,e){"use strict";var i=e("CjXH"),n={name:"EmptyPageContent",props:["icon","title","description"],components:{SettingsIcon:i.bb,FileTextIcon:i.A,Edit2Icon:i.t,FileIcon:i.y}},o=(e("SEXA"),e("KHd+")),r=Object(o.a)(n,(function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("div",{staticClass:"empty-page-content"},[e("div",{staticClass:"content"},[e("div",{staticClass:"icon"},["file"===t.icon?e("file-icon",{staticClass:"text-theme",attrs:{size:"38"}}):t._e(),t._v(" "),"file-text"===t.icon?e("file-text-icon",{staticClass:"text-theme",attrs:{size:"38"}}):t._e(),t._v(" "),"settings"===t.icon?e("settings-icon",{staticClass:"text-theme",attrs:{size:"38"}}):t._e(),t._v(" "),"edit"===t.icon?e("edit2-icon",{staticClass:"text-theme",attrs:{size:"38"}}):t._e()],1),t._v(" "),e("div",{staticClass:"header"},[e("h1",{staticClass:"title"},[t._v(t._s(t.title))]),t._v(" "),e("h2",{staticClass:"description"},[t._v(t._s(t.description))])]),t._v(" "),t._t("default")],2)])}),[],!1,null,"985303dc",null);a.a=r.exports},KnjL:function(t,a,e){"use strict";var i={name:"InfoBox",props:["type"]},n=(e("pFam"),e("KHd+")),o=Object(n.a)(i,(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);a.a=o.exports},Pq4m:function(t,a,e){"use strict";e("XM3O")},"Qqv+":function(t,a,e){var i=e("biqn");"string"==typeof i&&(i=[[t.i,i,""]]);var n={hmr:!0,transform:void 0,insertInto:void 0};e("aET+")(i,n);i.locals&&(t.exports=i.locals)},RG1H:function(t,a,e){"use strict";e("0Y5R")},SEXA:function(t,a,e){"use strict";e("KSns")},SdtT:function(t,a,e){(t.exports=e("I1BE")(!1)).push([t.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}}",""])},Wx07:function(t,a,e){(t.exports=e("I1BE")(!1)).push([t.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}",""])},XG7Q:function(t,a,e){var i=e("SdtT");"string"==typeof i&&(i=[[t.i,i,""]]);var n={hmr:!0,transform:void 0,insertInto:void 0};e("aET+")(i,n);i.locals&&(t.exports=i.locals)},XM3O:function(t,a,e){var i=e("1WCK");"string"==typeof i&&(i=[[t.i,i,""]]);var n={hmr:!0,transform:void 0,insertInto:void 0};e("aET+")(i,n);i.locals&&(t.exports=i.locals)},YLwN:function(t,a,e){"use strict";e("CK9m")},biqn:function(t,a,e){(t.exports=e("I1BE")(!1)).push([t.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}}",""])},fhAC:function(t,a,e){(t.exports=e("I1BE")(!1)).push([t.i,".form[data-v-93642664]{max-width:700px}.form.inline-form[data-v-93642664]{display:flex;position:relative;justify-content:center;margin:0 auto}.form.inline-form .input-wrapper[data-v-93642664]{position:relative}.form.inline-form .input-wrapper .error-message[data-v-93642664]{position:absolute;left:0;bottom:-25px}.form.block-form .wrapper-inline[data-v-93642664]{display:flex;margin:0 -15px}.form.block-form .wrapper-inline .block-wrapper[data-v-93642664]{width:100%;padding:0 15px}.form.block-form .block-wrapper[data-v-93642664]{margin-bottom:22px}.form.block-form .block-wrapper label[data-v-93642664]{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-93642664]:last-child{margin-bottom:0}.form.block-form .button[data-v-93642664]{margin-top:50px}.form .inline-wrapper[data-v-93642664]{display:flex;align-items:center;justify-content:space-between}.form .inline-wrapper .switch-label .input-help[data-v-93642664]{padding-top:0}.form .inline-wrapper .switch-label .input-label[data-v-93642664]{font-weight:700;color:#1b2539;font-size:1em;margin-bottom:5px}.form .input-help[data-v-93642664]{font-size:.75em;color:rgba(27,37,57,.7);line-height:1.35;padding-top:10px;display:block}.single-line-form[data-v-93642664]{display:flex}.single-line-form .submit-button[data-v-93642664]{margin-left:20px}.error-message[data-v-93642664]{font-size:.875em;color:#fd397a;padding-top:5px;display:block;text-align:left}textarea[data-v-93642664]{width:100%}input[type=date][data-v-93642664],input[type=email][data-v-93642664],input[type=number][data-v-93642664],input[type=password][data-v-93642664],input[type=text][data-v-93642664],textarea[data-v-93642664]{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);background:#fff}input[type=date].is-error[data-v-93642664],input[type=email].is-error[data-v-93642664],input[type=number].is-error[data-v-93642664],input[type=password].is-error[data-v-93642664],input[type=text].is-error[data-v-93642664],textarea.is-error[data-v-93642664]{border-color:#fd397a}input[type=date][data-v-93642664]::-moz-placeholder,input[type=email][data-v-93642664]::-moz-placeholder,input[type=number][data-v-93642664]::-moz-placeholder,input[type=password][data-v-93642664]::-moz-placeholder,input[type=text][data-v-93642664]::-moz-placeholder,textarea[data-v-93642664]::-moz-placeholder{color:rgba(27,37,57,.5);font-size:.9375em}input[type=date][data-v-93642664]:-ms-input-placeholder,input[type=email][data-v-93642664]:-ms-input-placeholder,input[type=number][data-v-93642664]:-ms-input-placeholder,input[type=password][data-v-93642664]:-ms-input-placeholder,input[type=text][data-v-93642664]:-ms-input-placeholder,textarea[data-v-93642664]:-ms-input-placeholder{color:rgba(27,37,57,.5);font-size:.9375em}input[type=date][data-v-93642664]::placeholder,input[type=email][data-v-93642664]::placeholder,input[type=number][data-v-93642664]::placeholder,input[type=password][data-v-93642664]::placeholder,input[type=text][data-v-93642664]::placeholder,textarea[data-v-93642664]::placeholder{color:rgba(27,37,57,.5);font-size:.9375em}input[type=date][disabled][data-v-93642664],input[type=email][disabled][data-v-93642664],input[type=number][disabled][data-v-93642664],input[type=password][disabled][data-v-93642664],input[type=text][disabled][data-v-93642664],textarea[disabled][data-v-93642664]{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-93642664]{width:38px!important;height:40px;border:none;outline:none;background:none;min-width:0!important}.additional-link[data-v-93642664]{font-size:1em;margin-top:50px;display:block}.additional-link a[data-v-93642664],.additional-link b[data-v-93642664]{cursor:pointer}.additional-link a[data-v-93642664]:hover,.additional-link b[data-v-93642664]:hover{text-decoration:underline}@media only screen and (max-width:1024px){.form[data-v-93642664]{max-width:100%}}@media only screen and (max-width:960px){.form .button[data-v-93642664]{margin-top:20px;width:100%;margin-left:0;margin-right:0}.form input[data-v-93642664],.form textarea[data-v-93642664]{width:100%;min-width:100%}.form.block-form .block-wrapper[data-v-93642664]{display:block}.form.block-form .block-wrapper label[data-v-93642664]{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-93642664]{margin-top:25px;margin-left:0;margin-right:0}.form.inline-form[data-v-93642664]{display:block}.form.inline-form .input-wrapper .error-message[data-v-93642664]{position:relative;bottom:0}.form .button[data-v-93642664]{padding:14px 32px}.single-line-form[data-v-93642664]{display:block}.single-line-form .submit-button[data-v-93642664]{margin-left:0;margin-top:20px;width:100%}input[type=date][data-v-93642664],input[type=email][data-v-93642664],input[type=number][data-v-93642664],input[type=password][data-v-93642664],input[type=text][data-v-93642664],textarea[data-v-93642664]{padding:14px 20px}}@media only screen and (max-width:690px){.form.block-form .wrapper-inline[data-v-93642664]{display:block;margin-bottom:32px}}@media (prefers-color-scheme:dark){.form .input-help[data-v-93642664]{color:#7d858c}.form.block-form .block-wrapper label[data-v-93642664],.form .inline-wrapper .switch-label .input-label[data-v-93642664]{color:#bec6cf}input[type=date][data-v-93642664],input[type=email][data-v-93642664],input[type=number][data-v-93642664],input[type=password][data-v-93642664],input[type=text][data-v-93642664],textarea[data-v-93642664]{border-color:#1e2024;background:#1e2024;color:#bec6cf}input[type=date][data-v-93642664]::-moz-placeholder,input[type=email][data-v-93642664]::-moz-placeholder,input[type=number][data-v-93642664]::-moz-placeholder,input[type=password][data-v-93642664]::-moz-placeholder,input[type=text][data-v-93642664]::-moz-placeholder,textarea[data-v-93642664]::-moz-placeholder{color:#7d858c}input[type=date][data-v-93642664]:-ms-input-placeholder,input[type=email][data-v-93642664]:-ms-input-placeholder,input[type=number][data-v-93642664]:-ms-input-placeholder,input[type=password][data-v-93642664]:-ms-input-placeholder,input[type=text][data-v-93642664]:-ms-input-placeholder,textarea[data-v-93642664]:-ms-input-placeholder{color:#7d858c}input[type=date][data-v-93642664]::placeholder,input[type=email][data-v-93642664]::placeholder,input[type=number][data-v-93642664]::placeholder,input[type=password][data-v-93642664]::placeholder,input[type=text][data-v-93642664]::placeholder,textarea[data-v-93642664]::placeholder{color:#7d858c}input[type=date][disabled][data-v-93642664],input[type=email][disabled][data-v-93642664],input[type=number][disabled][data-v-93642664],input[type=password][disabled][data-v-93642664],input[type=text][disabled][data-v-93642664],textarea[disabled][data-v-93642664]{background:#1e2024;color:rgba(125,133,140,.8);-webkit-text-fill-color:rgba(125,133,140,.8)}.popup-wrapper input[type=date][data-v-93642664],.popup-wrapper input[type=email][data-v-93642664],.popup-wrapper input[type=number][data-v-93642664],.popup-wrapper input[type=password][data-v-93642664],.popup-wrapper input[type=text][data-v-93642664],.popup-wrapper textarea[data-v-93642664]{background:#25272c}}.block-form[data-v-93642664]{max-width:100%}",""])},gahf:function(t,a,e){"use strict";var i={name:"PageTabGroup"},n=(e("RG1H"),e("KHd+")),o=Object(n.a)(i,(function(){var t=this.$createElement;return(this._self._c||t)("div",{staticClass:"page-tab-group"},[this._t("default")],2)}),[],!1,null,"2b2b530c",null);a.a=o.exports},pFam:function(t,a,e){"use strict";e("Qqv+")},qefO:function(t,a,e){"use strict";var i={name:"PageTab",props:["isLoading"],components:{Spinner:e("zTYo").a}},n=(e("Pq4m"),e("KHd+")),o=Object(n.a)(i,(function(){var t=this.$createElement,a=this._self._c||t;return a("div",{staticClass:"page-tab"},[this.isLoading?a("div",{attrs:{id:"loader"}},[a("Spinner")],1):this._e(),this._v(" "),this.isLoading?this._e():this._t("default")],2)}),[],!1,null,"3fdf99dd",null);a.a=o.exports}}]);