mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 00:02:15 +00:00
1 line
28 KiB
JavaScript
Vendored
1 line
28 KiB
JavaScript
Vendored
(window.webpackJsonp=window.webpackJsonp||[]).push([[47],{"0l3M":function(e,a,t){var n=t("bdtO");"string"==typeof n&&(n=[[e.i,n,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};t("aET+")(n,i);n.locals&&(e.exports=n.locals)},"1L+q":function(e,a,t){"use strict";var n=t("4EzG");t.n(n).a},"3sV/":function(e,a,t){(e.exports=t("I1BE")(!1)).push([e.i,".page-tab-group[data-v-445d3e0e] {\n margin-bottom: 65px;\n}\n",""])},"4EzG":function(e,a,t){var n=t("jexE");"string"==typeof n&&(n=[[e.i,n,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};t("aET+")(n,i);n.locals&&(e.exports=n.locals)},"5hN9":function(e,a,t){(e.exports=t("I1BE")(!1)).push([e.i,"",""])},"6TPS":function(e,a,t){"use strict";var n=t("CjXH"),i={props:["data"],computed:{normalizedColumns:function(){return this.data.id&&delete this.data.id,Object.values(this.data)}}},o=(t("YLwN"),t("KHd+")),d=Object(o.a)(i,(function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("tr",{staticClass:"table-row"},e._l(e.normalizedColumns,(function(a,n){return t("td",{key:n,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:n.h,ChevronLeftIcon:n.g,DatatableCell:d,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(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(o.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,n){return a.hidden?e._e():t("th",{key:n,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,n){return t("li",{key:n,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,n){return e.pageIndex<5?t("li",{key:n,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,n){return e.pageIndex>=5&&e.pageIndex<e.data.meta.last_page-3?t("li",{key:n,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,n){return e.pageIndex>e.data.meta.last_page-4?t("li",{key:n,staticClass:"page-item",on:{click:function(a){e.goToPage(e.data.meta.last_page-(4-n))}}},[t("a",{staticClass:"page-link",class:{active:e.pageIndex===e.data.meta.last_page-(4-n)}},[e._v("\n "+e._s(e.data.meta.last_page-(4-n))+"\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 n=t("3sV/");"string"==typeof n&&(n=[[e.i,n,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};t("aET+")(n,i);n.locals&&(e.exports=n.locals)},"9sCX":function(e,a,t){"use strict";var n=t("8N1S");t.n(n).a},BL2S:function(e,a,t){"use strict";var n=t("XG7Q");t.n(n).a},BfOa:function(e,a,t){var n=t("5hN9");"string"==typeof n&&(n=[[e.i,n,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};t("aET+")(n,i);n.locals&&(e.exports=n.locals)},CK9m:function(e,a,t){var n=t("Wx07");"string"==typeof n&&(n=[[e.i,n,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};t("aET+")(n,i);n.locals&&(e.exports=n.locals)},KnjL:function(e,a,t){"use strict";var n={name:"InfoBox",props:["type"]},i=(t("pFam"),t("KHd+")),o=Object(i.a)(n,(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=o.exports},"Qqv+":function(e,a,t){var n=t("biqn");"string"==typeof n&&(n=[[e.i,n,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};t("aET+")(n,i);n.locals&&(e.exports=n.locals)},SdtT:function(e,a,t){(e.exports=t("I1BE")(!1)).push([e.i,".datatable[data-v-bee2ed74] {\n height: 100%;\n}\n.table-row[data-v-bee2ed74] {\n transition: 0.3s all ease;\n}\n.table-row-enter[data-v-bee2ed74],\n.table-row-leave-to[data-v-bee2ed74] {\n opacity: 0;\n transform: translateY(-100%);\n}\n.table-row-leave-active[data-v-bee2ed74] {\n position: absolute;\n}\n.table[data-v-bee2ed74] {\n width: 100%;\n border-collapse: collapse;\n overflow-x: auto;\n}\n.table tr[data-v-bee2ed74] {\n width: 100%;\n}\n.table tr td[data-v-bee2ed74]:first-child, .table tr th[data-v-bee2ed74]:first-child {\n padding-left: 15px;\n}\n.table tr td[data-v-bee2ed74]:last-child, .table tr th[data-v-bee2ed74]:last-child {\n padding-right: 15px;\n text-align: right;\n}\n.table .table-header[data-v-bee2ed74] {\n margin-bottom: 10px;\n}\n.table .table-header tr td[data-v-bee2ed74], .table .table-header tr th[data-v-bee2ed74] {\n padding: 12px;\n text-align: left;\n}\n.table .table-header tr td span[data-v-bee2ed74], .table .table-header tr th span[data-v-bee2ed74] {\n font-weight: 700;\n font-size: 0.75em;\n white-space: nowrap;\n}\n.table .table-header tr td.sortable[data-v-bee2ed74], .table .table-header tr th.sortable[data-v-bee2ed74] {\n cursor: pointer;\n}\n.table .table-header tr td.sortable:hover .filter-arrow[data-v-bee2ed74], .table .table-header tr th.sortable:hover .filter-arrow[data-v-bee2ed74] {\n opacity: 1;\n}\n.table .table-header tr td[data-v-bee2ed74]:last-child, .table .table-header tr th[data-v-bee2ed74]:last-child {\n text-align: right;\n}\n.table .table-header .filter-arrow[data-v-bee2ed74] {\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-bee2ed74] {\n fill: rgba(27, 37, 57, 0.7);\n}\n.table .table-header .filter-arrow.arrow-down[data-v-bee2ed74] {\n transform: rotate(180deg);\n}\n.table .table-header span[data-v-bee2ed74] {\n font-size: 13px;\n font-weight: bold;\n}\n.table .table-body tr[data-v-bee2ed74] {\n border-radius: 8px;\n}\n.table .table-body tr[data-v-bee2ed74]:hover {\n background: #f4f5f6;\n}\n.table .table-body tr td[data-v-bee2ed74], .table .table-body tr th[data-v-bee2ed74] {\n padding: 12px;\n}\n.table .table-body tr td:last-child button[data-v-bee2ed74], .table .table-body tr th:last-child button[data-v-bee2ed74] {\n margin-right: 0;\n}\n.table .table-body span[data-v-bee2ed74], .table .table-body a.page-link[data-v-bee2ed74] {\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-bee2ed74] {\n padding: 3px;\n display: inline-block;\n}\n.pagination .page-link[data-v-bee2ed74] {\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-bee2ed74] {\n vertical-align: middle;\n margin-top: -2px;\n}\n.pagination .page-link[data-v-bee2ed74]:hover:not(.disabled) {\n background: #f4f5f6;\n color: #1B2539;\n}\n.pagination .page-link.active[data-v-bee2ed74] {\n color: #1B2539;\n background: #f4f5f6;\n}\n.pagination .page-link.disabled[data-v-bee2ed74] {\n background: transparent;\n cursor: default;\n}\n.pagination .page-link.disabled svg path[data-v-bee2ed74] {\n fill: rgba(27, 37, 57, 0.7);\n}\n.paginator-wrapper[data-v-bee2ed74] {\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-bee2ed74] {\n font-size: 13px;\n color: rgba(27, 37, 57, 0.7);\n}\n.user-preview[data-v-bee2ed74] {\n display: flex;\n align-items: center;\n cursor: pointer;\n}\n.user-preview img[data-v-bee2ed74] {\n width: 45px;\n margin-right: 22px;\n}\n@media only screen and (max-width: 690px) {\n.paginator-wrapper[data-v-bee2ed74] {\n display: block;\n text-align: center;\n}\n.paginator-wrapper .paginator-info[data-v-bee2ed74] {\n margin-top: 10px;\n display: block;\n}\n}\n@media (prefers-color-scheme: dark) {\n.table .table-body tr[data-v-bee2ed74]:hover, .table .table-body th[data-v-bee2ed74]:hover {\n background: #1e2024;\n}\n.paginator-wrapper .paginator-info[data-v-bee2ed74] {\n color: #7d858c;\n}\n.pagination .page-link[data-v-bee2ed74] {\n color: #7d858c;\n}\n.pagination .page-link svg polyline[data-v-bee2ed74] {\n stroke: #bec6cf;\n}\n.pagination .page-link[data-v-bee2ed74]:hover:not(.disabled) {\n color: #00BC7E;\n background: rgba(0, 188, 126, 0.1);\n}\n.pagination .page-link.active[data-v-bee2ed74] {\n color: #00BC7E;\n background: rgba(0, 188, 126, 0.1);\n}\n.pagination .page-link.disabled[data-v-bee2ed74] {\n background: transparent;\n cursor: default;\n}\n.pagination .page-link.disabled svg polyline[data-v-bee2ed74] {\n stroke: #7d858c;\n}\n}\n",""])},WPod:function(e,a,t){"use strict";t.r(a);var n=t("6TPS"),i=t("gahf"),o=t("eZ9V"),d=t("qefO"),r=t("KnjL"),l=t("CjXH"),s=(t("vDqi"),{name:"UserInvoices",components:{DatatableWrapper:n.a,ExternalLinkIcon:l.s,PageTabGroup:i.a,FormLabel:o.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 n=a.row;return[t("tr",[t("td",[t("a",{staticClass:"cell-item",attrs:{href:"/invoice/"+n.data.attributes.customer+"/"+n.data.id,target:"_blank"}},[e._v("\n "+e._s(n.data.attributes.order)+"\n ")])]),e._v(" "),t("td",[t("span",{staticClass:"cell-item"},[e._v("\n "+e._s(n.data.attributes.total)+"\n ")])]),e._v(" "),t("td",[n.data.attributes.invoice_subscriptions[0].description?t("span",{staticClass:"cell-item"},[e._v("\n "+e._s(n.data.attributes.invoice_subscriptions[0].description)+"\n ")]):e._e()]),e._v(" "),t("td",[t("span",{staticClass:"cell-item"},[e._v("\n "+e._s(n.data.attributes.created_at_formatted)+"\n ")])]),e._v(" "),t("td",[t("div",{staticClass:"action-icons"},[t("a",{attrs:{href:e.$getInvoiceLink(n.data.attributes.customer,n.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] {\n border-radius: 8px;\n}\n.table-row[data-v-b0f3a8d0]:hover {\n background: #f4f5f6;\n}\n.table-row .table-cell[data-v-b0f3a8d0] {\n padding-top: 15px;\n padding-bottom: 15px;\n}\n.table-row .table-cell[data-v-b0f3a8d0]:first-child {\n padding-left: 15px;\n}\n.table-row .table-cell[data-v-b0f3a8d0]:last-child {\n padding-right: 15px;\n text-align: right;\n}\n.table-row .table-cell span[data-v-b0f3a8d0] {\n font-size: 1em;\n font-weight: bold;\n}\n",""])},X74v:function(e,a,t){"use strict";var n=t("0l3M");t.n(n).a},XG7Q:function(e,a,t){var n=t("SdtT");"string"==typeof n&&(n=[[e.i,n,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};t("aET+")(n,i);n.locals&&(e.exports=n.locals)},YLwN:function(e,a,t){"use strict";var n=t("CK9m");t.n(n).a},bdtO:function(e,a,t){(e.exports=t("I1BE")(!1)).push([e.i,'.form[data-v-009ed4ce] {\n max-width: 700px;\n}\n.form.inline-form[data-v-009ed4ce] {\n display: flex;\n position: relative;\n justify-content: center;\n margin: 0 auto;\n}\n.form.inline-form .input-wrapper[data-v-009ed4ce] {\n position: relative;\n}\n.form.inline-form .input-wrapper .error-message[data-v-009ed4ce] {\n position: absolute;\n left: 0;\n bottom: -25px;\n}\n.form.block-form .wrapper-inline[data-v-009ed4ce] {\n display: flex;\n margin: 0 -15px;\n}\n.form.block-form .wrapper-inline .block-wrapper[data-v-009ed4ce] {\n width: 100%;\n padding: 0 15px;\n}\n.form.block-form .block-wrapper[data-v-009ed4ce] {\n margin-bottom: 32px;\n}\n.form.block-form .block-wrapper label[data-v-009ed4ce] {\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-009ed4ce]:last-child {\n margin-bottom: 0;\n}\n.form.block-form .button[data-v-009ed4ce] {\n margin-top: 50px;\n}\n.form .inline-wrapper[data-v-009ed4ce] {\n display: flex;\n align-items: center;\n justify-content: space-between;\n}\n.form .inline-wrapper .switch-label .input-help[data-v-009ed4ce] {\n padding-top: 0;\n}\n.form .inline-wrapper .switch-label .input-label[data-v-009ed4ce] {\n font-weight: 700;\n color: #1B2539;\n font-size: 1em;\n margin-bottom: 5px;\n}\n.form .input-help[data-v-009ed4ce] {\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-009ed4ce] {\n display: flex;\n}\n.single-line-form .submit-button[data-v-009ed4ce] {\n margin-left: 20px;\n}\n.error-message[data-v-009ed4ce] {\n font-size: 0.875em;\n color: #fd397a;\n padding-top: 5px;\n display: block;\n text-align: left;\n}\ntextarea[data-v-009ed4ce] {\n width: 100%;\n}\ninput[type="color"][data-v-009ed4ce] {\n width: 38px;\n height: 40px;\n border: none;\n outline: none;\n background: none;\n}\ntextarea[data-v-009ed4ce],\ninput[type="password"][data-v-009ed4ce],\ninput[type="text"][data-v-009ed4ce],\ninput[type="number"][data-v-009ed4ce],\ninput[type="email"][data-v-009ed4ce] {\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-009ed4ce],\ninput[type="password"].is-error[data-v-009ed4ce],\ninput[type="text"].is-error[data-v-009ed4ce],\ninput[type="number"].is-error[data-v-009ed4ce],\ninput[type="email"].is-error[data-v-009ed4ce] {\n border-color: #fd397a;\n}\ntextarea[data-v-009ed4ce]::-webkit-input-placeholder, input[type="password"][data-v-009ed4ce]::-webkit-input-placeholder, input[type="text"][data-v-009ed4ce]::-webkit-input-placeholder, input[type="number"][data-v-009ed4ce]::-webkit-input-placeholder, input[type="email"][data-v-009ed4ce]::-webkit-input-placeholder {\n color: rgba(27, 37, 57, 0.5);\n font-size: 0.9375em;\n}\ntextarea[data-v-009ed4ce]::-moz-placeholder, input[type="password"][data-v-009ed4ce]::-moz-placeholder, input[type="text"][data-v-009ed4ce]::-moz-placeholder, input[type="number"][data-v-009ed4ce]::-moz-placeholder, input[type="email"][data-v-009ed4ce]::-moz-placeholder {\n color: rgba(27, 37, 57, 0.5);\n font-size: 0.9375em;\n}\ntextarea[data-v-009ed4ce]:-ms-input-placeholder, input[type="password"][data-v-009ed4ce]:-ms-input-placeholder, input[type="text"][data-v-009ed4ce]:-ms-input-placeholder, input[type="number"][data-v-009ed4ce]:-ms-input-placeholder, input[type="email"][data-v-009ed4ce]:-ms-input-placeholder {\n color: rgba(27, 37, 57, 0.5);\n font-size: 0.9375em;\n}\ntextarea[data-v-009ed4ce]::-ms-input-placeholder, input[type="password"][data-v-009ed4ce]::-ms-input-placeholder, input[type="text"][data-v-009ed4ce]::-ms-input-placeholder, input[type="number"][data-v-009ed4ce]::-ms-input-placeholder, input[type="email"][data-v-009ed4ce]::-ms-input-placeholder {\n color: rgba(27, 37, 57, 0.5);\n font-size: 0.9375em;\n}\ntextarea[data-v-009ed4ce]::placeholder,\ninput[type="password"][data-v-009ed4ce]::placeholder,\ninput[type="text"][data-v-009ed4ce]::placeholder,\ninput[type="number"][data-v-009ed4ce]::placeholder,\ninput[type="email"][data-v-009ed4ce]::placeholder {\n color: rgba(27, 37, 57, 0.5);\n font-size: 0.9375em;\n}\ntextarea[disabled][data-v-009ed4ce],\ninput[type="password"][disabled][data-v-009ed4ce],\ninput[type="text"][disabled][data-v-009ed4ce],\ninput[type="number"][disabled][data-v-009ed4ce],\ninput[type="email"][disabled][data-v-009ed4ce] {\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-009ed4ce] {\n font-size: 1em;\n margin-top: 50px;\n display: block;\n}\n.additional-link b[data-v-009ed4ce], .additional-link a[data-v-009ed4ce] {\n cursor: pointer;\n}\n.additional-link b[data-v-009ed4ce]:hover, .additional-link a[data-v-009ed4ce]:hover {\n text-decoration: underline;\n}\n@media only screen and (max-width: 1024px) {\n.form[data-v-009ed4ce] {\n max-width: 100%;\n}\n}\n@media only screen and (max-width: 960px) {\n.form .button[data-v-009ed4ce] {\n margin-top: 20px;\n width: 100%;\n margin-left: 0;\n margin-right: 0;\n}\n.form input[data-v-009ed4ce], .form textarea[data-v-009ed4ce] {\n width: 100%;\n min-width: 100%;\n}\n.form.block-form .block-wrapper[data-v-009ed4ce] {\n display: block;\n}\n.form.block-form .block-wrapper label[data-v-009ed4ce] {\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-009ed4ce] {\n margin-top: 25px;\n margin-left: 0;\n margin-right: 0;\n}\n.form.inline-form[data-v-009ed4ce] {\n display: block;\n}\n.form.inline-form .input-wrapper .error-message[data-v-009ed4ce] {\n position: relative;\n bottom: 0;\n}\n.form .button[data-v-009ed4ce] {\n padding: 14px 32px;\n}\n.single-line-form[data-v-009ed4ce] {\n display: block;\n}\n.single-line-form .submit-button[data-v-009ed4ce] {\n margin-left: 0;\n margin-top: 20px;\n width: 100%;\n}\ntextarea[data-v-009ed4ce],\n input[type="password"][data-v-009ed4ce],\n input[type="number"][data-v-009ed4ce],\n input[type="text"][data-v-009ed4ce],\n input[type="email"][data-v-009ed4ce] {\n padding: 14px 20px;\n}\n}\n@media only screen and (max-width: 690px) {\n.form.block-form .wrapper-inline[data-v-009ed4ce] {\n display: block;\n}\n}\n@media (prefers-color-scheme: dark) {\n.form .input-help[data-v-009ed4ce] {\n color: #7d858c;\n}\n.form.block-form .block-wrapper label[data-v-009ed4ce] {\n color: #bec6cf;\n}\n.form .inline-wrapper .switch-label .input-label[data-v-009ed4ce] {\n color: #bec6cf;\n}\ntextarea[data-v-009ed4ce],\n input[type="password"][data-v-009ed4ce],\n input[type="text"][data-v-009ed4ce],\n input[type="number"][data-v-009ed4ce],\n input[type="email"][data-v-009ed4ce] {\n border-color: #1e2024;\n background: #1e2024;\n color: #bec6cf;\n}\ntextarea[data-v-009ed4ce]::-webkit-input-placeholder, input[type="password"][data-v-009ed4ce]::-webkit-input-placeholder, input[type="text"][data-v-009ed4ce]::-webkit-input-placeholder, input[type="number"][data-v-009ed4ce]::-webkit-input-placeholder, input[type="email"][data-v-009ed4ce]::-webkit-input-placeholder {\n color: #7d858c;\n}\ntextarea[data-v-009ed4ce]::-moz-placeholder, input[type="password"][data-v-009ed4ce]::-moz-placeholder, input[type="text"][data-v-009ed4ce]::-moz-placeholder, input[type="number"][data-v-009ed4ce]::-moz-placeholder, input[type="email"][data-v-009ed4ce]::-moz-placeholder {\n color: #7d858c;\n}\ntextarea[data-v-009ed4ce]:-ms-input-placeholder, input[type="password"][data-v-009ed4ce]:-ms-input-placeholder, input[type="text"][data-v-009ed4ce]:-ms-input-placeholder, input[type="number"][data-v-009ed4ce]:-ms-input-placeholder, input[type="email"][data-v-009ed4ce]:-ms-input-placeholder {\n color: #7d858c;\n}\ntextarea[data-v-009ed4ce]::-ms-input-placeholder, input[type="password"][data-v-009ed4ce]::-ms-input-placeholder, input[type="text"][data-v-009ed4ce]::-ms-input-placeholder, input[type="number"][data-v-009ed4ce]::-ms-input-placeholder, input[type="email"][data-v-009ed4ce]::-ms-input-placeholder {\n color: #7d858c;\n}\ntextarea[data-v-009ed4ce]::placeholder,\n input[type="password"][data-v-009ed4ce]::placeholder,\n input[type="text"][data-v-009ed4ce]::placeholder,\n input[type="number"][data-v-009ed4ce]::placeholder,\n input[type="email"][data-v-009ed4ce]::placeholder {\n color: #7d858c;\n}\ntextarea[disabled][data-v-009ed4ce],\n input[type="password"][disabled][data-v-009ed4ce],\n input[type="text"][disabled][data-v-009ed4ce],\n input[type="number"][disabled][data-v-009ed4ce],\n input[type="email"][disabled][data-v-009ed4ce] {\n background: #1e2024;\n color: rgba(125, 133, 140, 0.8);\n -webkit-text-fill-color: rgba(125, 133, 140, 0.8);\n}\n.popup-wrapper textarea[data-v-009ed4ce],\n .popup-wrapper input[type="password"][data-v-009ed4ce],\n .popup-wrapper input[type="text"][data-v-009ed4ce],\n .popup-wrapper input[type="number"][data-v-009ed4ce],\n .popup-wrapper input[type="email"][data-v-009ed4ce] {\n background: #25272c;\n}\n}\n.block-form[data-v-009ed4ce] {\n max-width: 100%;\n}\n',""])},biqn:function(e,a,t){(e.exports=t("I1BE")(!1)).push([e.i,".info-box[data-v-8e7c42f6] {\n padding: 20px;\n border-radius: 8px;\n margin-bottom: 32px;\n background: #f4f5f6;\n text-align: left;\n}\n.info-box.error[data-v-8e7c42f6] {\n background: rgba(253, 57, 122, 0.1);\n}\n.info-box.error p[data-v-8e7c42f6], .info-box.error a[data-v-8e7c42f6] {\n color: #fd397a;\n}\n.info-box.error a[data-v-8e7c42f6] {\n text-decoration: underline;\n}\n.info-box p[data-v-8e7c42f6] {\n font-size: 15px;\n line-height: 1.6;\n word-break: break-word;\n font-weight: 600;\n}\n.info-box p[data-v-8e7c42f6] a {\n font-size: 15px;\n}\n.info-box p[data-v-8e7c42f6] b {\n font-size: 15px;\n font-weight: 700;\n}\n.info-box b[data-v-8e7c42f6] {\n font-weight: 700;\n}\n.info-box a[data-v-8e7c42f6] {\n font-weight: 700;\n font-size: 0.9375em;\n line-height: 1.6;\n}\n.info-box ul[data-v-8e7c42f6] {\n margin-top: 15px;\n display: block;\n}\n.info-box ul li[data-v-8e7c42f6] {\n display: block;\n}\n.info-box ul li a[data-v-8e7c42f6] {\n display: block;\n}\n@media only screen and (max-width: 690px) {\n.info-box[data-v-8e7c42f6] {\n padding: 15px;\n}\n}\n@media (prefers-color-scheme: dark) {\n.info-box[data-v-8e7c42f6] {\n background: #1e2024;\n}\n.info-box p[data-v-8e7c42f6] {\n color: #bec6cf;\n}\n.info-box ul li[data-v-8e7c42f6] {\n color: #bec6cf;\n}\n}\n",""])},eZ9V:function(e,a,t){"use strict";var n=t("CjXH"),i={name:"FormLabel",props:["icon"],components:{Edit2Icon:n.r,SettingsIcon:n.X}},o=(t("1L+q"),t("KHd+")),d=Object(o.a)(i,(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 n={name:"PageTabGroup"},i=(t("9sCX"),t("KHd+")),o=Object(i.a)(n,(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=o.exports},hJ7W:function(e,a,t){"use strict";var n=t("BfOa");t.n(n).a},jexE:function(e,a,t){(e.exports=t("I1BE")(!1)).push([e.i,".form-label[data-v-10bcab7e] {\n display: flex;\n align-items: center;\n margin-bottom: 30px;\n}\n.form-label .icon[data-v-10bcab7e] {\n margin-right: 10px;\n}\n.form-label .icon path[data-v-10bcab7e], .form-label .icon circle[data-v-10bcab7e] {\n color: inherit;\n}\n.form-label .label[data-v-10bcab7e] {\n font-size: 1.125em;\n font-weight: 700;\n}\n@media (prefers-color-scheme: dark) {\n.form-label .label[data-v-10bcab7e] {\n color: #bec6cf;\n}\n}\n",""])},pFam:function(e,a,t){"use strict";var n=t("Qqv+");t.n(n).a},qefO:function(e,a,t){"use strict";var n={name:"PageTab",props:["isLoading"],components:{Spinner:t("zTYo").a}},i=(t("hJ7W"),t("KHd+")),o=Object(i.a)(n,(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=o.exports}}]); |