mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 00:02:15 +00:00
1 line
24 KiB
JavaScript
Vendored
1 line
24 KiB
JavaScript
Vendored
(window.webpackJsonp=window.webpackJsonp||[]).push([[51],{"1G3X":function(t,a,n){"use strict";var e=n("dX2P");n.n(e).a},"1L+q":function(t,a,n){"use strict";var e=n("4EzG");n.n(e).a},"3sV/":function(t,a,n){(t.exports=n("I1BE")(!1)).push([t.i,".page-tab-group[data-v-445d3e0e] {\n margin-bottom: 65px;\n}\n",""])},"4EzG":function(t,a,n){var e=n("jexE");"string"==typeof e&&(e=[[t.i,e,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};n("aET+")(e,i);e.locals&&(t.exports=e.locals)},"5hN9":function(t,a,n){(t.exports=n("I1BE")(!1)).push([t.i,"",""])},"6TPS":function(t,a,n){"use strict";var e=n("CjXH"),i={props:["data"],computed:{normalizedColumns:function(){return this.data.id&&delete this.data.id,Object.values(this.data)}}},s=(n("YLwN"),n("KHd+")),o=Object(s.a)(i,(function(){var t=this,a=t.$createElement,n=t._self._c||a;return n("tr",{staticClass:"table-row"},t._l(t.normalizedColumns,(function(a,e){return n("td",{key:e,staticClass:"table-cell"},[n("span",[t._v(t._s(a))])])})),0)}),[],!1,null,"b0f3a8d0",null).exports,r=(n("LvDl"),n("vDqi")),l=n.n(r),d={name:"DatatableWrapper",props:["columns","scope","paginator","api","tableData"],components:{ChevronRightIcon:e.h,ChevronLeftIcon:e.g,DatatableCell:o,ChevronUpIcon:e.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(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)}},c=(n("pAxR"),Object(s.a)(d,(function(){var t=this,a=t.$createElement,n=t._self._c||a;return n("div",{staticClass:"datatable"},[t.hasData?n("table",{staticClass:"table"},[n("thead",{staticClass:"table-header"},[n("tr",t._l(t.columns,(function(a,e){return a.hidden?t._e():n("th",{key:e,class:{sortable:a.sortable},on:{click:function(n){return t.sort(a.field,a.sortable)}}},[n("span",{staticClass:"text-theme"},[t._v(t._s(a.label))]),t._v(" "),a.sortable?n("chevron-up-icon",{staticClass:"filter-arrow",class:{"arrow-down":"ASC"===t.filter.sort},attrs:{size:"14"}}):t._e()],1)})),0)]),t._v(" "),n("tbody",{staticClass:"table-body"},[t._l(t.data.data,(function(a){return t._t("default",[n("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?n("div",{staticClass:"paginator-wrapper"},[t.data.meta.total>20&&t.data.meta.last_page<=6?n("ul",{staticClass:"pagination"},[n("li",{staticClass:"page-item previous"},[n("a",{staticClass:"page-link",class:{disabled:0==t.pageIndex},on:{click:function(a){return t.goToPage(t.pageIndex-1)}}},[n("chevron-left-icon",{staticClass:"icon",attrs:{size:"14"}})],1)]),t._v(" "),t._l(6,(function(a,e){return n("li",{key:e,staticClass:"page-item",on:{click:function(n){return t.goToPage(a)}}},[n("a",{staticClass:"page-link",class:{active:t.pageIndex===a}},[t._v("\n "+t._s(a)+"\n ")])])})),t._v(" "),n("li",{staticClass:"page-item next"},[n("a",{staticClass:"page-link",class:{disabled:t.pageIndex+1==t.data.meta.last_page},on:{click:function(a){return t.goToPage(t.pageIndex+1)}}},[n("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?n("ul",{staticClass:"pagination"},[n("li",{staticClass:"page-item previous"},[n("a",{staticClass:"page-link",class:{disabled:0==t.pageIndex},on:{click:function(a){return t.goToPage(t.pageIndex-1)}}},[n("chevron-left-icon",{staticClass:"icon",attrs:{size:"14"}})],1)]),t._v(" "),t.pageIndex>=5?n("li",{staticClass:"page-item",on:{click:function(a){return t.goToPage(1)}}},[n("a",{staticClass:"page-link"},[t._v("\n 1\n ")])]):t._e(),t._v(" "),t._l(5,(function(a,e){return t.pageIndex<5?n("li",{key:e,staticClass:"page-item",on:{click:function(n){return t.goToPage(a)}}},[n("a",{staticClass:"page-link",class:{active:t.pageIndex===a}},[t._v("\n "+t._s(a)+"\n ")])]):t._e()})),t._v(" "),t.pageIndex>=5?n("li",{staticClass:"page-item"},[n("a",{staticClass:"page-link"},[t._v("...")])]):t._e(),t._v(" "),t._l(t.floatPages,(function(a,e){return t.pageIndex>=5&&t.pageIndex<t.data.meta.last_page-3?n("li",{key:e,staticClass:"page-item",on:{click:function(n){return t.goToPage(a)}}},[n("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?n("li",{staticClass:"page-item"},[n("a",{staticClass:"page-link"},[t._v("...")])]):t._e(),t._v(" "),t._l(5,(function(a,e){return t.pageIndex>t.data.meta.last_page-4?n("li",{key:e,staticClass:"page-item",on:{click:function(a){t.goToPage(t.data.meta.last_page-(4-e))}}},[n("a",{staticClass:"page-link",class:{active:t.pageIndex===t.data.meta.last_page-(4-e)}},[t._v("\n "+t._s(t.data.meta.last_page-(4-e))+"\n ")])]):t._e()})),t._v(" "),t.pageIndex<t.data.meta.last_page-3?n("li",{staticClass:"page-item",on:{click:function(a){return t.goToPage(t.data.meta.last_page)}}},[n("a",{staticClass:"page-link"},[t._v("\n "+t._s(t.data.meta.last_page)+"\n ")])]):t._e(),t._v(" "),n("li",{staticClass:"page-item next"},[n("a",{staticClass:"page-link",class:{disabled:t.pageIndex+1==t.data.meta.last_page},on:{click:function(a){return t.goToPage(t.pageIndex+1)}}},[n("chevron-right-icon",{staticClass:"icon",attrs:{size:"14"}})],1)])],2):t._e(),t._v(" "),n("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,"6d4d441a",null));a.a=c.exports},"8N1S":function(t,a,n){var e=n("3sV/");"string"==typeof e&&(e=[[t.i,e,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};n("aET+")(e,i);e.locals&&(t.exports=e.locals)},"8YPn":function(t,a,n){(t.exports=n("I1BE")(!1)).push([t.i,"",""])},"9sCX":function(t,a,n){"use strict";var e=n("8N1S");n.n(e).a},BfOa:function(t,a,n){var e=n("5hN9");"string"==typeof e&&(e=[[t.i,e,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};n("aET+")(e,i);e.locals&&(t.exports=e.locals)},CK9m:function(t,a,n){var e=n("Wx07");"string"==typeof e&&(e=[[t.i,e,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};n("aET+")(e,i);e.locals&&(t.exports=e.locals)},GN0Y:function(t,a,n){"use strict";n.r(a);var e=n("6TPS"),i=n("gahf"),s=n("gy3V"),o=n("eZ9V"),r=n("Nv84"),l=n("qefO"),d=n("KnjL"),c=n("VPMc"),p=n("CjXH"),u=n("xCqy"),f=n("vDqi"),b=n.n(f),g={name:"UserSubscription",components:{ExternalLinkIcon:p.s,DatatableWrapper:e.a,ListInfoItem:s.a,PageTabGroup:i.a,ButtonBase:r.a,FormLabel:o.a,ListInfo:c.a,InfoBox:d.a,PageTab:l.a},computed:{cancelButtonText:function(){return this.isConfirmedCancel?this.$t("popup_share_edit.confirm"):this.$t("user_subscription.cancel_plan")},cancelButtonStyle:function(){return this.isConfirmedCancel?"danger-solid":"secondary"},resumeButtonText:function(){return this.isConfirmedResume?this.$t("popup_share_edit.confirm"):this.$t("user_subscription.resume_plan")},resumeButtonStyle:function(){return this.isConfirmedResume?"theme-solid":"secondary"},status:function(){return this.subscription.data.attributes.incomplete?this.$t("global.incomplete"):this.subscription.data.attributes.canceled?this.$t("global.canceled"):this.subscription.data.attributes.active?this.$t("global.active"):void 0}},data:function(){return{subscription:void 0,isConfirmedCancel:!1,isConfirmedResume:!1,isDeleting:!1,isResuming:!1,isLoading:!0}},methods:{cancelSubscription:function(){var t=this;this.isConfirmedCancel?(this.isDeleting=!0,this.isLoading=!0,b.a.post("/api/user/subscription/cancel").then((function(){t.$store.dispatch("getAppData").then((function(){t.fetchSubscriptionDetail()})),u.a.$emit("alert:open",{emoji:"👍",title:t.$t("popup_subscription_cancel.title"),message:t.$t("popup_subscription_cancel.message"),buttonStyle:"theme",button:t.$t("popup_subscription_cancel.button")})})).catch((function(){u.a.$emit("alert:open",{title:t.$t("popup_error.title"),message:t.$t("popup_error.message")})})).finally((function(){t.isDeleting=!1,t.isLoading=!1,t.isConfirmedCancel=!1}))):this.isConfirmedCancel=!0},resumeSubscription:function(){var t=this;this.isConfirmedResume?(this.isResuming=!0,this.isLoading=!0,b.a.post("/api/user/subscription/resume").then((function(){t.$store.dispatch("getAppData").then((function(){t.fetchSubscriptionDetail()})),u.a.$emit("alert:open",{emoji:"👍",title:t.$t("popup_subscription_resumed.title"),message:t.$t("popup_subscription_resumed.message"),buttonStyle:"theme",button:t.$t("popup_subscription_resumed.button")})})).catch((function(){u.a.$emit("alert:open",{title:t.$t("popup_error.title"),message:t.$t("popup_error.message")})})).finally((function(){t.isResuming=!1,t.isLoading=!1,t.isConfirmedResume=!1}))):this.isConfirmedResume=!0},fetchSubscriptionDetail:function(){var t=this;b.a.get("/api/user/subscription").then((function(a){204==a.status&&(t.subscription=void 0),200==a.status&&(t.subscription=a.data)})).finally((function(){t.isLoading=!1}))}},created:function(){this.fetchSubscriptionDetail()}},v=(n("1G3X"),n("KHd+")),h=Object(v.a)(g,(function(){var t=this,a=t.$createElement,n=t._self._c||a;return n("PageTab",{attrs:{"is-loading":t.isLoading}},[t.subscription&&!t.isLoading?n("PageTabGroup",[n("FormLabel",[t._v("\n "+t._s(t.$t("user_subscription.title"))+"\n ")]),t._v(" "),t.subscription.data.attributes.canceled?t._e():n("div",{staticClass:"state active"},[n("ListInfo",{staticClass:"list-info"},[n("ListInfoItem",{staticClass:"list-item",attrs:{title:t.$t("user_subscription.plan"),content:t.subscription.data.attributes.name+" - "+t.subscription.data.attributes.capacity_formatted}}),t._v(" "),n("ListInfoItem",{staticClass:"list-item",attrs:{title:t.$t("user_subscription.billed"),content:t.$t("admin_page_user.subscription.interval_mo")}}),t._v(" "),n("ListInfoItem",{staticClass:"list-item",attrs:{title:t.$t("user_subscription.status"),content:t.status}}),t._v(" "),n("ListInfoItem",{staticClass:"list-item capitalize",attrs:{title:t.$t("user_subscription.created_at"),content:t.subscription.data.attributes.created_at}}),t._v(" "),n("ListInfoItem",{staticClass:"list-item capitalize",attrs:{title:t.$t("user_subscription.renews_at"),content:t.subscription.data.attributes.ends_at}})],1),t._v(" "),n("div",{staticClass:"plan-action"},[n("ButtonBase",{staticClass:"confirm-button",attrs:{disabled:t.isDeleting,"button-style":t.cancelButtonStyle},nativeOn:{click:function(a){return t.cancelSubscription(a)}}},[t._v("\n "+t._s(t.cancelButtonText)+"\n ")])],1)],1),t._v(" "),t.subscription.data.attributes.canceled?n("div",{staticClass:"state canceled"},[n("ListInfo",{staticClass:"list-info"},[n("ListInfoItem",{staticClass:"list-item",attrs:{title:t.$t("user_subscription.plan"),content:t.subscription.data.attributes.name+" - "+t.subscription.data.attributes.capacity_formatted}}),t._v(" "),n("ListInfoItem",{staticClass:"list-item",attrs:{title:t.$t("user_subscription.status"),content:t.status}}),t._v(" "),n("ListInfoItem",{staticClass:"list-item capitalize",attrs:{title:t.$t("user_subscription.canceled_at"),content:t.subscription.data.attributes.canceled_at}}),t._v(" "),n("ListInfoItem",{staticClass:"list-item capitalize",attrs:{title:t.$t("user_subscription.ends_at"),content:t.subscription.data.attributes.ends_at}})],1),t._v(" "),n("div",{staticClass:"plan-action"},[n("ButtonBase",{staticClass:"confirm-button",attrs:{disabled:t.isResuming,"button-style":t.resumeButtonStyle},nativeOn:{click:function(a){return t.resumeSubscription(a)}}},[t._v("\n "+t._s(t.resumeButtonText)+"\n ")])],1)],1):t._e()],1):t._e(),t._v(" "),t.subscription||t.isLoading?t._e():n("InfoBox",[n("p",[t._v(t._s(t.$t("user_subscription.empty")))])])],1)}),[],!1,null,"24f5cdf4",null);a.default=h.exports},HucI:function(t,a,n){"use strict";var e=n("pToe");n.n(e).a},IMud:function(t,a,n){var e=n("Kivv");"string"==typeof e&&(e=[[t.i,e,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};n("aET+")(e,i);e.locals&&(t.exports=e.locals)},J5Vd:function(t,a,n){var e=n("uGNG");"string"==typeof e&&(e=[[t.i,e,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};n("aET+")(e,i);e.locals&&(t.exports=e.locals)},Kivv:function(t,a,n){(t.exports=n("I1BE")(!1)).push([t.i,".datatable[data-v-6d4d441a] {\n height: 100%;\n}\n.table-row[data-v-6d4d441a] {\n transition: 0.3s all ease;\n}\n.table-row-enter[data-v-6d4d441a],\n.table-row-leave-to[data-v-6d4d441a] {\n opacity: 0;\n transform: translateY(-100%);\n}\n.table-row-leave-active[data-v-6d4d441a] {\n position: absolute;\n}\n.table[data-v-6d4d441a] {\n width: 100%;\n border-collapse: collapse;\n overflow-x: auto;\n}\n.table tr[data-v-6d4d441a] {\n width: 100%;\n}\n.table tr td[data-v-6d4d441a]:first-child, .table tr th[data-v-6d4d441a]:first-child {\n padding-left: 15px;\n}\n.table tr td[data-v-6d4d441a]:last-child, .table tr th[data-v-6d4d441a]:last-child {\n padding-right: 15px;\n text-align: right;\n}\n.table .table-header[data-v-6d4d441a] {\n margin-bottom: 10px;\n}\n.table .table-header tr td[data-v-6d4d441a], .table .table-header tr th[data-v-6d4d441a] {\n padding: 12px;\n text-align: left;\n}\n.table .table-header tr td span[data-v-6d4d441a], .table .table-header tr th span[data-v-6d4d441a] {\n font-weight: 700;\n font-size: 0.75em;\n white-space: nowrap;\n}\n.table .table-header tr td.sortable[data-v-6d4d441a], .table .table-header tr th.sortable[data-v-6d4d441a] {\n cursor: pointer;\n}\n.table .table-header tr td.sortable:hover .filter-arrow[data-v-6d4d441a], .table .table-header tr th.sortable:hover .filter-arrow[data-v-6d4d441a] {\n opacity: 1;\n}\n.table .table-header tr td[data-v-6d4d441a]:last-child, .table .table-header tr th[data-v-6d4d441a]:last-child {\n text-align: right;\n}\n.table .table-header .filter-arrow[data-v-6d4d441a] {\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-6d4d441a] {\n fill: rgba(27, 37, 57, 0.7);\n}\n.table .table-header .filter-arrow.arrow-down[data-v-6d4d441a] {\n transform: rotate(180deg);\n}\n.table .table-header span[data-v-6d4d441a] {\n font-size: 13px;\n font-weight: bold;\n}\n.table .table-body tr[data-v-6d4d441a] {\n border-radius: 8px;\n}\n.table .table-body tr[data-v-6d4d441a]:hover {\n background: #f4f5f6;\n}\n.table .table-body tr td[data-v-6d4d441a], .table .table-body tr th[data-v-6d4d441a] {\n padding: 12px;\n}\n.table .table-body tr td:last-child button[data-v-6d4d441a], .table .table-body tr th:last-child button[data-v-6d4d441a] {\n margin-right: 0;\n}\n.table .table-body span[data-v-6d4d441a], .table .table-body a.page-link[data-v-6d4d441a] {\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-6d4d441a] {\n padding: 3px;\n display: inline-block;\n}\n.pagination .page-link[data-v-6d4d441a] {\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-6d4d441a] {\n vertical-align: middle;\n margin-top: -2px;\n}\n.pagination .page-link[data-v-6d4d441a]:hover:not(.disabled) {\n background: #f4f5f6;\n color: #1B2539;\n}\n.pagination .page-link.active[data-v-6d4d441a] {\n color: #1B2539;\n background: #f4f5f6;\n}\n.pagination .page-link.disabled[data-v-6d4d441a] {\n background: transparent;\n cursor: default;\n}\n.pagination .page-link.disabled svg path[data-v-6d4d441a] {\n fill: rgba(27, 37, 57, 0.7);\n}\n.paginator-wrapper[data-v-6d4d441a] {\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-6d4d441a] {\n font-size: 13px;\n color: rgba(27, 37, 57, 0.7);\n}\n.user-preview[data-v-6d4d441a] {\n display: flex;\n align-items: center;\n cursor: pointer;\n}\n.user-preview img[data-v-6d4d441a] {\n width: 45px;\n margin-right: 22px;\n}\n@media only screen and (max-width: 690px) {\n.paginator-wrapper[data-v-6d4d441a] {\n display: block;\n text-align: center;\n}\n.paginator-wrapper .paginator-info[data-v-6d4d441a] {\n margin-top: 10px;\n display: block;\n}\n}\n@media (prefers-color-scheme: dark) {\n.table .table-body tr[data-v-6d4d441a]:hover, .table .table-body th[data-v-6d4d441a]:hover {\n background: #1e2024;\n}\n.paginator-wrapper .paginator-info[data-v-6d4d441a] {\n color: #7d858c;\n}\n.pagination .page-link[data-v-6d4d441a] {\n color: #7d858c;\n}\n.pagination .page-link svg polyline[data-v-6d4d441a] {\n stroke: #bec6cf;\n}\n.pagination .page-link[data-v-6d4d441a]:hover:not(.disabled) {\n color: #00BC7E;\n background: rgba(0, 188, 126, 0.1);\n}\n.pagination .page-link.active[data-v-6d4d441a] {\n color: #00BC7E;\n background: rgba(0, 188, 126, 0.1);\n}\n.pagination .page-link.disabled[data-v-6d4d441a] {\n background: transparent;\n cursor: default;\n}\n.pagination .page-link.disabled svg polyline[data-v-6d4d441a] {\n stroke: #7d858c;\n}\n}\n",""])},KnjL:function(t,a,n){"use strict";var e={name:"InfoBox",props:["type"]},i=(n("pFam"),n("KHd+")),s=Object(i.a)(e,(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=s.exports},LvH8:function(t,a,n){"use strict";var e=n("J5Vd");n.n(e).a},"Qqv+":function(t,a,n){var e=n("biqn");"string"==typeof e&&(e=[[t.i,e,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};n("aET+")(e,i);e.locals&&(t.exports=e.locals)},VPMc:function(t,a,n){"use strict";var e={name:"ListInfo"},i=(n("HucI"),n("KHd+")),s=Object(i.a)(e,(function(){var t=this.$createElement;return(this._self._c||t)("ul",{staticClass:"list-info"},[this._t("default")],2)}),[],!1,null,"fc1884d8",null);a.a=s.exports},Wx07:function(t,a,n){(t.exports=n("I1BE")(!1)).push([t.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",""])},YLwN:function(t,a,n){"use strict";var e=n("CK9m");n.n(e).a},biqn:function(t,a,n){(t.exports=n("I1BE")(!1)).push([t.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",""])},dX2P:function(t,a,n){var e=n("jhGq");"string"==typeof e&&(e=[[t.i,e,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};n("aET+")(e,i);e.locals&&(t.exports=e.locals)},eZ9V:function(t,a,n){"use strict";var e=n("CjXH"),i={name:"FormLabel",props:["icon"],components:{Edit2Icon:e.r,SettingsIcon:e.W}},s=(n("1L+q"),n("KHd+")),o=Object(s.a)(i,(function(){var t=this.$createElement,a=this._self._c||t;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=o.exports},gahf:function(t,a,n){"use strict";var e={name:"PageTabGroup"},i=(n("9sCX"),n("KHd+")),s=Object(i.a)(e,(function(){var t=this.$createElement;return(this._self._c||t)("div",{staticClass:"page-tab-group"},[this._t("default")],2)}),[],!1,null,"445d3e0e",null);a.a=s.exports},gy3V:function(t,a,n){"use strict";var e={name:"ListInfoItem",props:["title","content"]},i=(n("LvH8"),n("KHd+")),s=Object(i.a)(e,(function(){var t=this,a=t.$createElement,n=t._self._c||a;return n("li",{staticClass:"list-info-item"},[n("b",{staticClass:"text-theme"},[t._v(t._s(t.title))]),t._v(" "),t.content?n("span",[t._v(t._s(t.content))]):t._e(),t._v(" "),t._t("default")],2)}),[],!1,null,"645a2011",null);a.a=s.exports},hJ7W:function(t,a,n){"use strict";var e=n("BfOa");n.n(e).a},jexE:function(t,a,n){(t.exports=n("I1BE")(!1)).push([t.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",""])},jhGq:function(t,a,n){(t.exports=n("I1BE")(!1)).push([t.i,".plan-action[data-v-24f5cdf4] {\n margin-top: 10px;\n}\n.list-info[data-v-24f5cdf4] {\n display: flex;\n flex-wrap: wrap;\n}\n.list-info .list-item[data-v-24f5cdf4] {\n flex: 0 0 50%;\n}\n",""])},pAxR:function(t,a,n){"use strict";var e=n("IMud");n.n(e).a},pFam:function(t,a,n){"use strict";var e=n("Qqv+");n.n(e).a},pToe:function(t,a,n){var e=n("8YPn");"string"==typeof e&&(e=[[t.i,e,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};n("aET+")(e,i);e.locals&&(t.exports=e.locals)},qefO:function(t,a,n){"use strict";var e={name:"PageTab",props:["isLoading"],components:{Spinner:n("zTYo").a}},i=(n("hJ7W"),n("KHd+")),s=Object(i.a)(e,(function(){var t=this.$createElement,a=this._self._c||t;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=s.exports},uGNG:function(t,a,n){(t.exports=n("I1BE")(!1)).push([t.i,".list-info-item[data-v-645a2011] {\n display: block;\n padding-bottom: 20px;\n}\n.list-info-item .action-button[data-v-645a2011] {\n cursor: pointer;\n}\n.list-info-item .action-button .edit-icon[data-v-645a2011] {\n display: inline-block;\n margin-left: 3px;\n}\n.list-info-item b[data-v-645a2011] {\n display: block;\n font-size: 0.8125em;\n margin-bottom: 2px;\n}\n.list-info-item span[data-v-645a2011] {\n display: inline-block;\n font-size: 0.875em;\n font-weight: bold;\n color: #1B2539;\n}\n@media (prefers-color-scheme: dark) {\n.list-info-item span[data-v-645a2011] {\n color: #bec6cf;\n}\n.list-info-item .action-button .icon[data-v-645a2011] {\n color: #bec6cf;\n}\n}\n",""])}}]); |