mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
1 line
26 KiB
JavaScript
Vendored
1 line
26 KiB
JavaScript
Vendored
(window.webpackJsonp=window.webpackJsonp||[]).push([[37],{"+t0u":function(a,t,e){var n=e("QO4y");"string"==typeof n&&(n=[[a.i,n,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};e("aET+")(n,i);n.locals&&(a.exports=n.locals)},"5XA5":function(a,t,e){var n=e("aUEw");"string"==typeof n&&(n=[[a.i,n,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};e("aET+")(n,i);n.locals&&(a.exports=n.locals)},"5pbA":function(a,t,e){"use strict";var n=e("+t0u");e.n(n).a},"6TPS":function(a,t,e){"use strict";var n=e("CjXH"),i={props:["data"],computed:{normalizedColumns:function(){return this.data.id&&delete this.data.id,Object.values(this.data)}}},o=(e("FNZF"),e("KHd+")),r=Object(o.a)(i,(function(){var a=this,t=a.$createElement,e=a._self._c||t;return e("tr",{staticClass:"table-row"},a._l(a.normalizedColumns,(function(t,n){return e("td",{key:n,staticClass:"table-cell"},[e("span",[a._v(a._s(t))])])})),0)}),[],!1,null,"15a1e318",null).exports,l=(e("LvDl"),e("vDqi")),c=e.n(l),s={name:"DatatableWrapper",props:["columns","scope","paginator","api","tableData"],components:{ChevronRightIcon:n.h,ChevronLeftIcon:n.g,DatatableCell:r,ChevronUpIcon:n.i},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(a){a>this.data.meta.last_page||0===a||(this.pageIndex=a,this.getPage(a))},sort:function(a,t){t&&(this.filter.field=a,"DESC"===this.filter.sort?this.filter.sort="ASC":"ASC"===this.filter.sort&&(this.filter.sort="DESC"),this.getPage(this.pageIndex))},getPage:function(a){var t=this;this.URI=this.api,this.paginator&&(this.URI=this.URI+"?page="+a),this.filter.field&&(this.URI=this.URI+(this.paginator?"&":"?")+"sort="+this.filter.field+"&direction="+this.filter.sort),this.isLoading=!0,c.a.get(this.URI).then((function(a){t.data=a.data,t.$emit("data",a.data)})).catch((function(){return t.$isSomethingWrong()})).finally((function(){t.$emit("init",!0),t.isLoading=!1}))}},created:function(){this.api&&this.getPage(this.pageIndex),this.tableData&&(this.data=this.tableData,this.isLoading=!1)}},d=(e("HMoj"),Object(o.a)(s,(function(){var a=this,t=a.$createElement,e=a._self._c||t;return e("div",{staticClass:"datatable"},[a.hasData?e("table",{staticClass:"table"},[e("thead",{staticClass:"table-header"},[e("tr",a._l(a.columns,(function(t,n){return t.hidden?a._e():e("th",{key:n,class:{sortable:t.sortable},on:{click:function(e){return a.sort(t.field,t.sortable)}}},[e("span",[a._v(a._s(t.label))]),a._v(" "),t.sortable?e("chevron-up-icon",{staticClass:"filter-arrow",class:{"arrow-down":"ASC"===a.filter.sort},attrs:{size:"14"}}):a._e()],1)})),0)]),a._v(" "),e("tbody",{staticClass:"table-body"},[a._l(a.data.data,(function(t){return a._t("default",[e("DatatableCell",{key:t.id,attrs:{data:t}})],{row:t})}))],2)]):a._e(),a._v(" "),a.isLoading||a.hasData?a._e():a._t("empty-page"),a._v(" "),a.paginator&&a.hasData?e("div",{staticClass:"paginator-wrapper"},[a.data.meta.total>20&&a.data.meta.last_page<=6?e("ul",{staticClass:"pagination"},[e("li",{staticClass:"page-item previous"},[e("a",{staticClass:"page-link",class:{disabled:0==a.pageIndex},on:{click:function(t){return a.goToPage(a.pageIndex-1)}}},[e("chevron-left-icon",{staticClass:"icon",attrs:{size:"14"}})],1)]),a._v(" "),a._l(6,(function(t,n){return e("li",{key:n,staticClass:"page-item",on:{click:function(e){return a.goToPage(t)}}},[e("a",{staticClass:"page-link",class:{active:a.pageIndex===t}},[a._v("\n "+a._s(t)+"\n ")])])})),a._v(" "),e("li",{staticClass:"page-item next"},[e("a",{staticClass:"page-link",class:{disabled:a.pageIndex+1==a.data.meta.last_page},on:{click:function(t){return a.goToPage(a.pageIndex+1)}}},[e("chevron-right-icon",{staticClass:"icon",attrs:{size:"14"}})],1)])],2):a._e(),a._v(" "),a.data.meta.total>20&&a.data.meta.last_page>6?e("ul",{staticClass:"pagination"},[e("li",{staticClass:"page-item previous"},[e("a",{staticClass:"page-link",class:{disabled:0==a.pageIndex},on:{click:function(t){return a.goToPage(a.pageIndex-1)}}},[e("chevron-left-icon",{staticClass:"icon",attrs:{size:"14"}})],1)]),a._v(" "),a.pageIndex>=5?e("li",{staticClass:"page-item",on:{click:function(t){return a.goToPage(1)}}},[e("a",{staticClass:"page-link"},[a._v("\n 1\n ")])]):a._e(),a._v(" "),a._l(5,(function(t,n){return a.pageIndex<5?e("li",{key:n,staticClass:"page-item",on:{click:function(e){return a.goToPage(t)}}},[e("a",{staticClass:"page-link",class:{active:a.pageIndex===t}},[a._v("\n "+a._s(t)+"\n ")])]):a._e()})),a._v(" "),a.pageIndex>=5?e("li",{staticClass:"page-item"},[e("a",{staticClass:"page-link"},[a._v("...")])]):a._e(),a._v(" "),a._l(a.floatPages,(function(t,n){return a.pageIndex>=5&&a.pageIndex<a.data.meta.last_page-3?e("li",{key:n,staticClass:"page-item",on:{click:function(e){return a.goToPage(t)}}},[e("a",{staticClass:"page-link",class:{active:a.pageIndex===t}},[a._v("\n "+a._s(t)+"\n ")])]):a._e()})),a._v(" "),a.pageIndex<a.data.meta.last_page-3?e("li",{staticClass:"page-item"},[e("a",{staticClass:"page-link"},[a._v("...")])]):a._e(),a._v(" "),a._l(5,(function(t,n){return a.pageIndex>a.data.meta.last_page-4?e("li",{key:n,staticClass:"page-item",on:{click:function(t){a.goToPage(a.data.meta.last_page-(4-n))}}},[e("a",{staticClass:"page-link",class:{active:a.pageIndex===a.data.meta.last_page-(4-n)}},[a._v("\n "+a._s(a.data.meta.last_page-(4-n))+"\n ")])]):a._e()})),a._v(" "),a.pageIndex<a.data.meta.last_page-3?e("li",{staticClass:"page-item",on:{click:function(t){return a.goToPage(a.data.meta.last_page)}}},[e("a",{staticClass:"page-link"},[a._v("\n "+a._s(a.data.meta.last_page)+"\n ")])]):a._e(),a._v(" "),e("li",{staticClass:"page-item next"},[e("a",{staticClass:"page-link",class:{disabled:a.pageIndex+1==a.data.meta.last_page},on:{click:function(t){return a.goToPage(a.pageIndex+1)}}},[e("chevron-right-icon",{staticClass:"icon",attrs:{size:"14"}})],1)])],2):a._e(),a._v(" "),e("span",{staticClass:"paginator-info"},[a._v(a._s(a.$t("datatable.paginate_info",{visible:a.data.meta.per_page,total:a.data.meta.total})))])]):a._e()],2)}),[],!1,null,"56f3a787",null));t.a=d.exports},"73dx":function(a,t,e){var n=e("DBAU");"string"==typeof n&&(n=[[a.i,n,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};e("aET+")(n,i);n.locals&&(a.exports=n.locals)},APpQ:function(a,t,e){"use strict";var n=e("73dx");e.n(n).a},DBAU:function(a,t,e){(a.exports=e("I1BE")(!1)).push([a.i,'.form[data-v-4ecc02b4] {\n max-width: 700px;\n}\n.form.inline-form[data-v-4ecc02b4] {\n display: flex;\n position: relative;\n justify-content: center;\n margin: 0 auto;\n}\n.form.inline-form .input-wrapper[data-v-4ecc02b4] {\n position: relative;\n}\n.form.inline-form .input-wrapper .error-message[data-v-4ecc02b4] {\n position: absolute;\n left: 0;\n bottom: -25px;\n}\n.form.block-form .wrapper-inline[data-v-4ecc02b4] {\n display: flex;\n margin: 0 -15px;\n}\n.form.block-form .wrapper-inline .block-wrapper[data-v-4ecc02b4] {\n width: 100%;\n padding: 0 15px;\n}\n.form.block-form .block-wrapper[data-v-4ecc02b4] {\n margin-bottom: 32px;\n}\n.form.block-form .block-wrapper label[data-v-4ecc02b4] {\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-4ecc02b4]:last-child {\n margin-bottom: 0;\n}\n.form.block-form .button[data-v-4ecc02b4] {\n margin-top: 50px;\n}\n.form .inline-wrapper[data-v-4ecc02b4] {\n display: flex;\n align-items: center;\n justify-content: space-between;\n}\n.form .inline-wrapper .switch-label .input-help[data-v-4ecc02b4] {\n padding-top: 0;\n}\n.form .inline-wrapper .switch-label .input-label[data-v-4ecc02b4] {\n font-weight: 700;\n color: #1B2539;\n font-size: 1em;\n margin-bottom: 5px;\n}\n.form .input-help[data-v-4ecc02b4] {\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-4ecc02b4] {\n display: flex;\n}\n.single-line-form .submit-button[data-v-4ecc02b4] {\n margin-left: 20px;\n}\n.error-message[data-v-4ecc02b4] {\n font-size: 0.875em;\n color: #fd397a;\n padding-top: 5px;\n display: block;\n text-align: left;\n}\ntextarea[data-v-4ecc02b4] {\n width: 100%;\n}\ntextarea[data-v-4ecc02b4],\ninput[type="password"][data-v-4ecc02b4],\ninput[type="text"][data-v-4ecc02b4],\ninput[type="number"][data-v-4ecc02b4],\ninput[type="email"][data-v-4ecc02b4] {\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-4ecc02b4],\ninput[type="password"].is-error[data-v-4ecc02b4],\ninput[type="text"].is-error[data-v-4ecc02b4],\ninput[type="number"].is-error[data-v-4ecc02b4],\ninput[type="email"].is-error[data-v-4ecc02b4] {\n border-color: #fd397a;\n box-shadow: 0 1px 5px rgba(253, 57, 122, 0.3);\n}\ntextarea[data-v-4ecc02b4]::-webkit-input-placeholder, input[type="password"][data-v-4ecc02b4]::-webkit-input-placeholder, input[type="text"][data-v-4ecc02b4]::-webkit-input-placeholder, input[type="number"][data-v-4ecc02b4]::-webkit-input-placeholder, input[type="email"][data-v-4ecc02b4]::-webkit-input-placeholder {\n color: rgba(27, 37, 57, 0.5);\n font-size: 0.9375em;\n}\ntextarea[data-v-4ecc02b4]::-moz-placeholder, input[type="password"][data-v-4ecc02b4]::-moz-placeholder, input[type="text"][data-v-4ecc02b4]::-moz-placeholder, input[type="number"][data-v-4ecc02b4]::-moz-placeholder, input[type="email"][data-v-4ecc02b4]::-moz-placeholder {\n color: rgba(27, 37, 57, 0.5);\n font-size: 0.9375em;\n}\ntextarea[data-v-4ecc02b4]:-ms-input-placeholder, input[type="password"][data-v-4ecc02b4]:-ms-input-placeholder, input[type="text"][data-v-4ecc02b4]:-ms-input-placeholder, input[type="number"][data-v-4ecc02b4]:-ms-input-placeholder, input[type="email"][data-v-4ecc02b4]:-ms-input-placeholder {\n color: rgba(27, 37, 57, 0.5);\n font-size: 0.9375em;\n}\ntextarea[data-v-4ecc02b4]::-ms-input-placeholder, input[type="password"][data-v-4ecc02b4]::-ms-input-placeholder, input[type="text"][data-v-4ecc02b4]::-ms-input-placeholder, input[type="number"][data-v-4ecc02b4]::-ms-input-placeholder, input[type="email"][data-v-4ecc02b4]::-ms-input-placeholder {\n color: rgba(27, 37, 57, 0.5);\n font-size: 0.9375em;\n}\ntextarea[data-v-4ecc02b4]::placeholder,\ninput[type="password"][data-v-4ecc02b4]::placeholder,\ninput[type="text"][data-v-4ecc02b4]::placeholder,\ninput[type="number"][data-v-4ecc02b4]::placeholder,\ninput[type="email"][data-v-4ecc02b4]::placeholder {\n color: rgba(27, 37, 57, 0.5);\n font-size: 0.9375em;\n}\ntextarea[data-v-4ecc02b4]:focus,\ninput[type="password"][data-v-4ecc02b4]:focus,\ninput[type="text"][data-v-4ecc02b4]:focus,\ninput[type="number"][data-v-4ecc02b4]:focus,\ninput[type="email"][data-v-4ecc02b4]:focus {\n border-color: #00BC7E;\n box-shadow: 0 1px 5px rgba(0, 188, 126, 0.3);\n}\ntextarea[disabled][data-v-4ecc02b4],\ninput[type="password"][disabled][data-v-4ecc02b4],\ninput[type="text"][disabled][data-v-4ecc02b4],\ninput[type="number"][disabled][data-v-4ecc02b4],\ninput[type="email"][disabled][data-v-4ecc02b4] {\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-4ecc02b4] {\n font-size: 1em;\n margin-top: 50px;\n display: block;\n color: #1B2539;\n}\n.additional-link b[data-v-4ecc02b4], .additional-link a[data-v-4ecc02b4] {\n color: #00BC7E;\n cursor: pointer;\n}\n.additional-link b[data-v-4ecc02b4]:hover, .additional-link a[data-v-4ecc02b4]:hover {\n text-decoration: underline;\n}\n@media only screen and (max-width: 1024px) {\n.form[data-v-4ecc02b4] {\n max-width: 100%;\n}\n}\n@media only screen and (max-width: 960px) {\n.form .button[data-v-4ecc02b4] {\n margin-top: 20px;\n width: 100%;\n margin-left: 0;\n margin-right: 0;\n}\n.form input[data-v-4ecc02b4], .form textarea[data-v-4ecc02b4] {\n width: 100%;\n min-width: 100%;\n}\n.form.block-form .block-wrapper[data-v-4ecc02b4] {\n display: block;\n}\n.form.block-form .block-wrapper label[data-v-4ecc02b4] {\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-4ecc02b4] {\n margin-top: 25px;\n margin-left: 0;\n margin-right: 0;\n}\n.form.inline-form[data-v-4ecc02b4] {\n display: block;\n}\n.form.inline-form .input-wrapper .error-message[data-v-4ecc02b4] {\n position: relative;\n bottom: 0;\n}\n.form .button[data-v-4ecc02b4] {\n padding: 14px 32px;\n}\n.single-line-form[data-v-4ecc02b4] {\n display: block;\n}\n.single-line-form .submit-button[data-v-4ecc02b4] {\n margin-left: 0;\n margin-top: 20px;\n width: 100%;\n}\ntextarea[data-v-4ecc02b4],\n input[type="password"][data-v-4ecc02b4],\n input[type="number"][data-v-4ecc02b4],\n input[type="text"][data-v-4ecc02b4],\n input[type="email"][data-v-4ecc02b4] {\n padding: 14px 20px;\n}\n}\n@media only screen and (max-width: 690px) {\n.form.block-form .wrapper-inline[data-v-4ecc02b4] {\n display: block;\n}\n}\n@media (prefers-color-scheme: dark) {\n.form .input-help[data-v-4ecc02b4] {\n color: #7d858c;\n}\n.form.block-form .block-wrapper label[data-v-4ecc02b4] {\n color: #bec6cf;\n}\n.form .inline-wrapper .switch-label .input-label[data-v-4ecc02b4] {\n color: #bec6cf;\n}\ntextarea[data-v-4ecc02b4],\n input[type="password"][data-v-4ecc02b4],\n input[type="text"][data-v-4ecc02b4],\n input[type="number"][data-v-4ecc02b4],\n input[type="email"][data-v-4ecc02b4] {\n border-color: #1e2024;\n background: #1e2024;\n color: #bec6cf;\n}\ntextarea[data-v-4ecc02b4]::-webkit-input-placeholder, input[type="password"][data-v-4ecc02b4]::-webkit-input-placeholder, input[type="text"][data-v-4ecc02b4]::-webkit-input-placeholder, input[type="number"][data-v-4ecc02b4]::-webkit-input-placeholder, input[type="email"][data-v-4ecc02b4]::-webkit-input-placeholder {\n color: #7d858c;\n}\ntextarea[data-v-4ecc02b4]::-moz-placeholder, input[type="password"][data-v-4ecc02b4]::-moz-placeholder, input[type="text"][data-v-4ecc02b4]::-moz-placeholder, input[type="number"][data-v-4ecc02b4]::-moz-placeholder, input[type="email"][data-v-4ecc02b4]::-moz-placeholder {\n color: #7d858c;\n}\ntextarea[data-v-4ecc02b4]:-ms-input-placeholder, input[type="password"][data-v-4ecc02b4]:-ms-input-placeholder, input[type="text"][data-v-4ecc02b4]:-ms-input-placeholder, input[type="number"][data-v-4ecc02b4]:-ms-input-placeholder, input[type="email"][data-v-4ecc02b4]:-ms-input-placeholder {\n color: #7d858c;\n}\ntextarea[data-v-4ecc02b4]::-ms-input-placeholder, input[type="password"][data-v-4ecc02b4]::-ms-input-placeholder, input[type="text"][data-v-4ecc02b4]::-ms-input-placeholder, input[type="number"][data-v-4ecc02b4]::-ms-input-placeholder, input[type="email"][data-v-4ecc02b4]::-ms-input-placeholder {\n color: #7d858c;\n}\ntextarea[data-v-4ecc02b4]::placeholder,\n input[type="password"][data-v-4ecc02b4]::placeholder,\n input[type="text"][data-v-4ecc02b4]::placeholder,\n input[type="number"][data-v-4ecc02b4]::placeholder,\n input[type="email"][data-v-4ecc02b4]::placeholder {\n color: #7d858c;\n}\ntextarea[disabled][data-v-4ecc02b4],\n input[type="password"][disabled][data-v-4ecc02b4],\n input[type="text"][disabled][data-v-4ecc02b4],\n input[type="number"][disabled][data-v-4ecc02b4],\n input[type="email"][disabled][data-v-4ecc02b4] {\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-4ecc02b4] {\n max-width: 100%;\n}\n',""])},FNZF:function(a,t,e){"use strict";var n=e("Mrvf");e.n(n).a},HMoj:function(a,t,e){"use strict";var n=e("5XA5");e.n(n).a},Idvm:function(a,t,e){var n=e("lig4");"string"==typeof n&&(n=[[a.i,n,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};e("aET+")(n,i);n.locals&&(a.exports=n.locals)},KbUq:function(a,t,e){(a.exports=e("I1BE")(!1)).push([a.i,".table-row[data-v-15a1e318] {\n border-radius: 8px;\n}\n.table-row[data-v-15a1e318]:hover {\n background: #f4f5f6;\n}\n.table-row .table-cell[data-v-15a1e318] {\n padding-top: 15px;\n padding-bottom: 15px;\n}\n.table-row .table-cell[data-v-15a1e318]:first-child {\n padding-left: 15px;\n}\n.table-row .table-cell[data-v-15a1e318]:last-child {\n padding-right: 15px;\n text-align: right;\n}\n.table-row .table-cell span[data-v-15a1e318] {\n font-size: 1em;\n font-weight: bold;\n}\n",""])},Mrvf:function(a,t,e){var n=e("KbUq");"string"==typeof n&&(n=[[a.i,n,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};e("aET+")(n,i);n.locals&&(a.exports=n.locals)},QO4y:function(a,t,e){(a.exports=e("I1BE")(!1)).push([a.i,"",""])},WPod:function(a,t,e){"use strict";e.r(t);var n=e("6TPS"),i=e("gahf"),o=e("eZ9V"),r=e("qefO"),l=e("KnjL"),c=e("CjXH"),s=(e("vDqi"),{name:"UserInvoices",components:{DatatableWrapper:n.a,ExternalLinkIcon:c.r,PageTabGroup:i.a,FormLabel:o.a,InfoBox:l.a,PageTab:r.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}]}}}),d=(e("APpQ"),e("KHd+")),p=Object(d.a)(s,(function(){var a=this,t=a.$createElement,e=a._self._c||t;return e("PageTab",{attrs:{"is-loading":a.isLoading}},[e("PageTabGroup",{directives:[{name:"show",rawName:"v-show",value:!a.isLoading,expression:"! isLoading"}]},[e("FormLabel",[a._v(a._s(a.$t("user_invoices.title")))]),a._v(" "),e("DatatableWrapper",{staticClass:"table",attrs:{api:"/api/user/invoices",paginator:!1,columns:a.columns},on:{init:function(t){a.isLoading=!1}},scopedSlots:a._u([{key:"default",fn:function(t){var n=t.row;return[e("tr",[e("td",[e("a",{staticClass:"cell-item",attrs:{href:"/invoice/"+n.data.attributes.customer+"/"+n.data.id,target:"_blank"}},[a._v("\n "+a._s(n.data.attributes.order)+"\n ")])]),a._v(" "),e("td",[e("span",{staticClass:"cell-item"},[a._v("\n "+a._s(n.data.attributes.total)+"\n ")])]),a._v(" "),e("td",[n.data.attributes.invoice_subscriptions[0].description?e("span",{staticClass:"cell-item"},[a._v("\n "+a._s(n.data.attributes.invoice_subscriptions[0].description)+"\n ")]):a._e()]),a._v(" "),e("td",[e("span",{staticClass:"cell-item"},[a._v("\n "+a._s(n.data.attributes.created_at_formatted)+"\n ")])]),a._v(" "),e("td",[e("div",{staticClass:"action-icons"},[e("a",{attrs:{href:a.$getInvoiceLink(n.data.attributes.customer,n.data.id),target:"_blank"}},[e("external-link-icon",{staticClass:"icon",attrs:{size:"15"}})],1)])])])]}},{key:"empty-page",fn:function(){return[e("InfoBox",[e("p",[a._v(a._s(a.$t("user_invoices.empty")))])])]},proxy:!0}])})],1)],1)}),[],!1,null,"4ecc02b4",null);t.default=p.exports},Xk6H:function(a,t,e){"use strict";var n=e("Idvm");e.n(n).a},aUEw:function(a,t,e){(a.exports=e("I1BE")(!1)).push([a.i,".datatable[data-v-56f3a787] {\n height: 100%;\n}\n.table-row[data-v-56f3a787] {\n transition: 0.3s all ease;\n}\n.table-row-enter[data-v-56f3a787],\n.table-row-leave-to[data-v-56f3a787] {\n opacity: 0;\n transform: translateY(-100%);\n}\n.table-row-leave-active[data-v-56f3a787] {\n position: absolute;\n}\n.table[data-v-56f3a787] {\n width: 100%;\n border-collapse: collapse;\n overflow-x: auto;\n}\n.table tr[data-v-56f3a787] {\n width: 100%;\n}\n.table tr td[data-v-56f3a787]:first-child, .table tr th[data-v-56f3a787]:first-child {\n padding-left: 15px;\n}\n.table tr td[data-v-56f3a787]:last-child, .table tr th[data-v-56f3a787]:last-child {\n padding-right: 15px;\n text-align: right;\n}\n.table .table-header[data-v-56f3a787] {\n margin-bottom: 10px;\n}\n.table .table-header tr td[data-v-56f3a787], .table .table-header tr th[data-v-56f3a787] {\n padding: 12px;\n text-align: left;\n}\n.table .table-header tr td span[data-v-56f3a787], .table .table-header tr th span[data-v-56f3a787] {\n color: #00BC7E;\n font-weight: 700;\n font-size: 0.75em;\n white-space: nowrap;\n}\n.table .table-header tr td.sortable[data-v-56f3a787], .table .table-header tr th.sortable[data-v-56f3a787] {\n cursor: pointer;\n}\n.table .table-header tr td.sortable:hover .filter-arrow[data-v-56f3a787], .table .table-header tr th.sortable:hover .filter-arrow[data-v-56f3a787] {\n opacity: 1;\n}\n.table .table-header tr td[data-v-56f3a787]:last-child, .table .table-header tr th[data-v-56f3a787]:last-child {\n text-align: right;\n}\n.table .table-header .filter-arrow[data-v-56f3a787] {\n vertical-align: middle;\n margin-left: 8px;\n transition: 0.3s all ease;\n opacity: 0;\n}\n.table .table-header .filter-arrow path[data-v-56f3a787] {\n fill: rgba(27, 37, 57, 0.7);\n}\n.table .table-header .filter-arrow.arrow-down[data-v-56f3a787] {\n transform: rotate(180deg);\n}\n.table .table-header span[data-v-56f3a787] {\n font-size: 13px;\n color: rgba(27, 37, 57, 0.7);\n font-weight: bold;\n}\n.table .table-body tr[data-v-56f3a787] {\n border-radius: 8px;\n}\n.table .table-body tr[data-v-56f3a787]:hover {\n background: #f4f5f6;\n}\n.table .table-body tr td[data-v-56f3a787], .table .table-body tr th[data-v-56f3a787] {\n padding: 12px;\n}\n.table .table-body tr td:last-child button[data-v-56f3a787], .table .table-body tr th:last-child button[data-v-56f3a787] {\n margin-right: 0;\n}\n.table .table-body span[data-v-56f3a787], .table .table-body a.page-link[data-v-56f3a787] {\n font-size: 0.9375em;\n font-weight: 700;\n padding: 10px 35px 10px 0;\n display: block;\n white-space: nowrap;\n}\n.pagination .page-item[data-v-56f3a787] {\n padding: 3px;\n display: inline-block;\n}\n.pagination .page-link[data-v-56f3a787] {\n width: 30px;\n height: 30px;\n display: block;\n color: #1B2539;\n border-radius: 6px;\n text-align: center;\n line-height: 2.4;\n font-weight: bold;\n font-size: 13px;\n cursor: pointer;\n transition: 0.15s all ease;\n}\n.pagination .page-link .icon[data-v-56f3a787] {\n vertical-align: middle;\n margin-top: -2px;\n}\n.pagination .page-link[data-v-56f3a787]:hover:not(.disabled) {\n background: #f4f5f6;\n color: #1B2539;\n}\n.pagination .page-link.active[data-v-56f3a787] {\n color: #1B2539;\n background: #f4f5f6;\n}\n.pagination .page-link.disabled[data-v-56f3a787] {\n background: transparent;\n cursor: default;\n}\n.pagination .page-link.disabled svg path[data-v-56f3a787] {\n fill: rgba(27, 37, 57, 0.7);\n}\n.paginator-wrapper[data-v-56f3a787] {\n margin-top: 30px;\n margin-bottom: 40px;\n display: flex;\n justify-content: space-between;\n align-items: center;\n}\n.paginator-wrapper .paginator-info[data-v-56f3a787] {\n font-size: 13px;\n color: rgba(27, 37, 57, 0.7);\n}\n.user-preview[data-v-56f3a787] {\n display: flex;\n align-items: center;\n cursor: pointer;\n}\n.user-preview img[data-v-56f3a787] {\n width: 45px;\n margin-right: 22px;\n}\n@media only screen and (max-width: 690px) {\n.paginator-wrapper[data-v-56f3a787] {\n display: block;\n text-align: center;\n}\n.paginator-wrapper .paginator-info[data-v-56f3a787] {\n margin-top: 10px;\n display: block;\n}\n}\n@media (prefers-color-scheme: dark) {\n.table .table-header tr td span[data-v-56f3a787], .table .table-header tr th span[data-v-56f3a787] {\n color: #00BC7E;\n}\n.table .table-body tr[data-v-56f3a787]:hover, .table .table-body th[data-v-56f3a787]:hover {\n background: #1e2024;\n}\n.paginator-wrapper .paginator-info[data-v-56f3a787] {\n color: #7d858c;\n}\n.pagination .page-link[data-v-56f3a787] {\n color: #7d858c;\n}\n.pagination .page-link svg polyline[data-v-56f3a787] {\n stroke: #bec6cf;\n}\n.pagination .page-link[data-v-56f3a787]:hover:not(.disabled) {\n color: #00BC7E;\n background: rgba(0, 188, 126, 0.1);\n}\n.pagination .page-link.active[data-v-56f3a787] {\n color: #00BC7E;\n background: rgba(0, 188, 126, 0.1);\n}\n.pagination .page-link.disabled[data-v-56f3a787] {\n background: transparent;\n cursor: default;\n}\n.pagination .page-link.disabled svg polyline[data-v-56f3a787] {\n stroke: #7d858c;\n}\n}\n",""])},eZ9V:function(a,t,e){"use strict";var n={name:"FormLabel",components:{Edit2Icon:e("CjXH").q}},i=(e("Xk6H"),e("KHd+")),o=Object(i.a)(n,(function(){var a=this.$createElement,t=this._self._c||a;return t("div",{staticClass:"form-label"},[t("edit-2-icon",{staticClass:"icon",attrs:{size:"22"}}),this._v(" "),t("b",{staticClass:"label"},[this._t("default")],2)],1)}),[],!1,null,"c1157a8e",null);t.a=o.exports},gahf:function(a,t,e){"use strict";var n={name:"PageTabGroup"},i=(e("yI2c"),e("KHd+")),o=Object(i.a)(n,(function(){var a=this.$createElement;return(this._self._c||a)("div",{staticClass:"page-tab-group"},[this._t("default")],2)}),[],!1,null,"1bb470e4",null);t.a=o.exports},lig4:function(a,t,e){(a.exports=e("I1BE")(!1)).push([a.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",""])},oDxr:function(a,t,e){(a.exports=e("I1BE")(!1)).push([a.i,".page-tab-group[data-v-1bb470e4] {\n margin-bottom: 65px;\n}\n",""])},qefO:function(a,t,e){"use strict";var n={name:"PageTab",props:["isLoading"],components:{Spinner:e("zTYo").a}},i=(e("5pbA"),e("KHd+")),o=Object(i.a)(n,(function(){var a=this.$createElement,t=this._self._c||a;return t("div",{staticClass:"page-tab"},[t("div",{directives:[{name:"show",rawName:"v-show",value:this.isLoading,expression:"isLoading"}],attrs:{id:"loader"}},[t("Spinner")],1),this._v(" "),this._t("default")],2)}),[],!1,null,"4339da66",null);t.a=o.exports},yI2c:function(a,t,e){"use strict";var n=e("zlQ3");e.n(n).a},zlQ3:function(a,t,e){var n=e("oDxr");"string"==typeof n&&(n=[[a.i,n,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};e("aET+")(n,i);n.locals&&(a.exports=n.locals)}}]); |