mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-05 18:23:48 +00:00
1 line
19 KiB
JavaScript
Vendored
1 line
19 KiB
JavaScript
Vendored
"use strict";(self.webpackChunk=self.webpackChunk||[]).push([[7951],{6798:(t,a,e)=>{e.d(a,{Z:()=>r});var s=e(3645),i=e.n(s)()((function(t){return t[1]}));i.push([t.id,".color-label.purple[data-v-d470f17c]{background:rgba(157,102,254,.1);color:#9d66fe}.color-label.yellow[data-v-d470f17c]{background:rgba(255,189,45,.1);color:#ffbd2d}.color-label.green[data-v-d470f17c]{background:rgba(0,188,126,.1);color:#00bc7e}.color-label.red[data-v-d470f17c]{background:rgba(253,57,122,.1);color:#fd397a}",""]);const r=i},9397:(t,a,e)=>{e.d(a,{Z:()=>r});var s=e(3645),i=e.n(s)()((function(t){return t[1]}));i.push([t.id,".info-box[data-v-4d9e9780]{background:#f4f5f6;border-radius:10px;margin-bottom:32px;padding:20px;text-align:left}.info-box.error[data-v-4d9e9780]{background:rgba(253,57,122,.1)}.info-box.error a[data-v-4d9e9780],.info-box.error p[data-v-4d9e9780]{color:#fd397a}.info-box.error a[data-v-4d9e9780]{text-decoration:underline}.info-box p[data-v-4d9e9780]{font-weight:600;line-height:1.6;word-break:break-word}.info-box p[data-v-4d9e9780],.info-box p[data-v-4d9e9780] a{font-size:15px}.info-box p[data-v-4d9e9780] b{font-size:15px;font-weight:700}.info-box a[data-v-4d9e9780],.info-box b[data-v-4d9e9780]{font-weight:700}.info-box a[data-v-4d9e9780]{font-size:.9375em;line-height:1.6}.info-box ul[data-v-4d9e9780]{margin-top:15px}.info-box ul[data-v-4d9e9780],.info-box ul li[data-v-4d9e9780],.info-box ul li a[data-v-4d9e9780]{display:block}@media only screen and (max-width:690px){.info-box[data-v-4d9e9780]{padding:15px}}.dark .info-box[data-v-4d9e9780]{background:#1e2024}.dark .info-box.error[data-v-4d9e9780]{background:rgba(253,57,122,.1)}.dark .info-box.error a[data-v-4d9e9780],.dark .info-box.error p[data-v-4d9e9780]{color:#fd397a}.dark .info-box.error a[data-v-4d9e9780]{text-decoration:underline}.dark .info-box p[data-v-4d9e9780],.dark .info-box ul li[data-v-4d9e9780]{color:#bec6cf}",""]);const r=i},1213:(t,a,e)=>{e.d(a,{Z:()=>r});var s=e(3645),i=e.n(s)()((function(t){return t[1]}));i.push([t.id,"",""]);const r=i},4619:(t,a,e)=>{e.d(a,{Z:()=>r});var s=e(3645),i=e.n(s)()((function(t){return t[1]}));i.push([t.id,".page-tab-group[data-v-61f8c98e]{margin-bottom:65px}",""]);const r=i},9611:(t,a,e)=>{e.d(a,{Z:()=>r});var s=e(3645),i=e.n(s)()((function(t){return t[1]}));i.push([t.id,".table-row[data-v-4f806708]{border-radius:8px}.table-row[data-v-4f806708]:hover{background:#f4f5f6}.table-row .table-cell[data-v-4f806708]{padding-bottom:15px;padding-top:15px}.table-row .table-cell[data-v-4f806708]:first-child{padding-left:15px}.table-row .table-cell[data-v-4f806708]:last-child{padding-right:15px;text-align:right}.table-row .table-cell span[data-v-4f806708]{font-size:1em;font-weight:700}",""]);const r=i},1695:(t,a,e)=>{e.d(a,{Z:()=>r});var s=e(3645),i=e.n(s)()((function(t){return t[1]}));i.push([t.id,".info .description[data-v-61fa07ec],.info .name[data-v-61fa07ec]{display:block;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.info .name[data-v-61fa07ec]{color:#1b2539;font-size:.9375em;line-height:1}.info .description[data-v-61fa07ec]{color:rgba(27,37,57,.7);font-size:.75em}.dark .cell-image-thumbnail .image img.blurred[data-v-61fa07ec]{display:none}.dark .cell-image-thumbnail .info .name[data-v-61fa07ec]{color:#bec6cf}.dark .cell-image-thumbnail .info .description[data-v-61fa07ec]{color:#7d858c}",""]);const r=i},167:(t,a,e)=>{e.d(a,{Z:()=>i});const s={name:"MemberAvatar",props:["isBorder","member","size"],computed:{letter:function(){return(this.member.data.attributes.name?this.member.data.attributes.name:this.member.data.attributes.email).substr(0,1)},borderRadius:function(){return this.size>32?"rounded-xl":"rounded-lg"},fontSize:function(){return this.size>42?"text-lg":this.size>32?"text-base":"text-sm"},avatar:function(){return this.size>=52?this.member.data.attributes.avatar.md:this.size>32?this.member.data.attributes.avatar.sm:this.member.data.attributes.avatar.xs}}};const i=(0,e(1900).Z)(s,(function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("div",{staticClass:"shrink-0 grow-0"},[t.member.data.attributes.avatar?e("img",{staticClass:"object-cover mx-auto",class:[t.borderRadius,{"border-3 border-white dark:border-dark-background":t.isBorder}],style:{width:t.size+"px",height:t.size+"px"},attrs:{src:t.avatar}}):e("div",{staticClass:"flex items-center justify-center mx-auto",class:[t.borderRadius,{"border-3 border-white dark:border-dark-background":t.isBorder,"dark:bg-4x-dark-foreground bg-light-background":!t.member.data.attributes.color}],style:{width:t.size+"px",height:t.size+"px",background:t.member.data.attributes.color?t.member.data.attributes.color:""}},[e("span",{staticClass:"font-extrabold uppercase dark:text-gray-400 text-gray-900",class:t.fontSize},[t._v("\n "+t._s(t.letter)+"\n ")])])])}),[],!1,null,null,null).exports},3426:(t,a,e)=>{e.d(a,{Z:()=>l});const s={name:"ColorLabel",props:["color"]};var i=e(3379),r=e.n(i),n=e(6798),o={insert:"head",singleton:!1};r()(n.Z,o);n.Z.locals;const l=(0,e(1900).Z)(s,(function(){var t=this,a=t.$createElement;return(t._self._c||a)("b",{staticClass:"color-label inline-block rounded-lg py-1 px-2 text-xs font-bold capitalize",class:t.color},[t._t("default")],2)}),[],!1,null,"d470f17c",null).exports},6291:(t,a,e)=>{e.d(a,{Z:()=>l});const s={name:"InfoBox",props:["type"]};var i=e(3379),r=e.n(i),n=e(9397),o={insert:"head",singleton:!1};r()(n.Z,o);n.Z.locals;const l=(0,e(1900).Z)(s,(function(){var t=this,a=t.$createElement;return(t._self._c||a)("div",{staticClass:"info-box",class:t.type},[t._t("default")],2)}),[],!1,null,"4d9e9780",null).exports},2792:(t,a,e)=>{e.d(a,{Z:()=>l});const s={name:"PageTab",props:["isLoading"],components:{Spinner:e(7318).Z}};var i=e(3379),r=e.n(i),n=e(1213),o={insert:"head",singleton:!1};r()(n.Z,o);n.Z.locals;const l=(0,e(1900).Z)(s,(function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("div",{staticClass:"page-tab"},[e("div",{directives:[{name:"show",rawName:"v-show",value:t.isLoading,expression:"isLoading"}],attrs:{id:"loader"}},[e("Spinner")],1),t._v(" "),t._t("default")],2)}),[],!1,null,"6c76a2be",null).exports},5840:(t,a,e)=>{e.d(a,{Z:()=>l});const s={name:"PageTabGroup"};var i=e(3379),r=e.n(i),n=e(4619),o={insert:"head",singleton:!1};r()(n.Z,o);n.Z.locals;const l=(0,e(1900).Z)(s,(function(){var t=this,a=t.$createElement;return(t._self._c||a)("div",{staticClass:"page-tab-group"},[t._t("default")],2)}),[],!1,null,"61f8c98e",null).exports},8716:(t,a,e)=>{e.d(a,{Z:()=>l});const s={name:"DatatableCellImage",props:["member","title","description","image-size"],components:{MemberAvatar:e(167).Z}};var i=e(3379),r=e.n(i),n=e(1695),o={insert:"head",singleton:!1};r()(n.Z,o);n.Z.locals;const l=(0,e(1900).Z)(s,(function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("div",{staticClass:"flex shrink-0 grow-0 items-center"},[e("MemberAvatar",{staticClass:"mr-3 shrink-0",attrs:{"is-border":!1,size:52,member:t.member}}),t._v(" "),e("div",{staticClass:"info"},[t.title?e("b",{staticClass:"name"},[t._v(t._s(t.title))]):t._e(),t._v(" "),t.description?e("span",{staticClass:"description"},[t._v(t._s(t.description))]):t._e()])],1)}),[],!1,null,"61fa07ec",null).exports},8720:(t,a,e)=>{e.d(a,{Z:()=>g});var s=e(9101);const i={props:["data"],computed:{normalizedColumns:function(){return this.data.id&&delete this.data.id,Object.values(this.data)}}};var r=e(3379),n=e.n(r),o=e(9611),l={insert:"head",singleton:!1};n()(o.Z,l);o.Z.locals;var d=e(1900);const c=(0,d.Z)(i,(function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("tr",{staticClass:"table-row"},t._l(t.normalizedColumns,(function(a,s){return e("td",{key:s,staticClass:"table-cell"},[e("span",[t._v(t._s(a))])])})),0)}),[],!1,null,"4f806708",null).exports;var p=e(9669),u=e.n(p);const b={name:"DatatableWrapper",props:["paginator","tableData","columns","scope","api"],components:{ChevronRightIcon:s.XCv,ChevronLeftIcon:s.wyc,DatatableCell:c,ChevronUpIcon:s.g8U},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,u().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)}};const g=(0,d.Z)(b,(function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("div",{staticClass:"w-full"},[t.hasData?e("table",{staticClass:"w-full"},[e("thead",[e("tr",{staticClass:"whitespace-nowrap"},t._l(t.columns,(function(a,s){return a.hidden?t._e():e("th",{key:s,staticClass:"text-left",class:{"sortable cursor-pointer":a.sortable,"text-right":Object.values(t.columns).length-1===s},on:{click:function(e){return t.sort(a.field,a.sortable)}}},[e("span",{staticClass:"text-xs text-gray-400 dark:text-gray-500"},[t._v("\n "+t._s(a.label)+"\n ")]),t._v(" "),a.sortable?e("chevron-up-icon",{staticClass:"vue-feather inline-block text-gray-300 dark:text-gray-500",class:{"arrow-down":"ASC"===t.filter.sort},attrs:{size:"12"}}):t._e()],1)})),0)]),t._v(" "),e("tbody",{staticClass:"table-body"},[t._l(t.data.data,(function(a){return t._t("default",(function(){return[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:"mt-6 flex items-center justify-between"},[t.data.meta.total>15&&t.data.meta.last_page<=6?e("ul",{staticClass:"pagination flex items-center"},[e("li",{staticClass:"previous inline-block p-1"},[e("a",{staticClass:"page-link",class:{"cursor-default opacity-20":1===t.pageIndex},on:{click:function(a){return t.goToPage(t.pageIndex-1)}}},[e("chevron-left-icon",{staticClass:"inline-block",attrs:{size:"14"}})],1)]),t._v(" "),t._l(t.data.meta.last_page,(function(a,s){return e("li",{key:s,staticClass:"inline-block p-1",on:{click:function(e){return t.goToPage(a)}}},[e("a",{staticClass:"page-link",class:{"bg-light-background dark:bg-4x-dark-foreground dark:text-gray-300":t.pageIndex===a}},[t._v("\n "+t._s(a)+"\n ")])])})),t._v(" "),e("li",{staticClass:"next inline-block p-1"},[e("a",{staticClass:"page-link",class:{"cursor-default opacity-20":t.pageIndex===t.data.meta.last_page},on:{click:function(a){return t.goToPage(t.pageIndex+1)}}},[e("chevron-right-icon",{staticClass:"inline-block",attrs:{size:"14"}})],1)])],2):t._e(),t._v(" "),t.data.meta.total>15&&t.data.meta.last_page>6?e("ul",{staticClass:"pagination flex items-center"},[e("li",{staticClass:"previous inline-block p-1"},[e("a",{staticClass:"page-link",class:{"cursor-default opacity-20":1===t.pageIndex},on:{click:function(a){return t.goToPage(t.pageIndex-1)}}},[e("chevron-left-icon",{staticClass:"inline-block",attrs:{size:"14"}})],1)]),t._v(" "),t.pageIndex>=5?e("li",{staticClass:"inline-block p-1",on:{click:function(a){return t.goToPage(1)}}},[e("a",{staticClass:"page-link"},[t._v(" 1 ")])]):t._e(),t._v(" "),t._l(5,(function(a,s){return t.pageIndex<5?e("li",{key:s,staticClass:"inline-block p-1",on:{click:function(e){return t.goToPage(a)}}},[e("a",{staticClass:"page-link",class:{"bg-light-background dark:bg-4x-dark-foreground dark:text-gray-300":t.pageIndex===a}},[t._v("\n "+t._s(a)+"\n ")])]):t._e()})),t._v(" "),t.pageIndex>=5?e("li",{staticClass:"inline-block p-1"},[e("a",{staticClass:"page-link"},[t._v("...")])]):t._e(),t._v(" "),t._l(t.floatPages,(function(a,s){return t.pageIndex>=5&&t.pageIndex<t.data.meta.last_page-3?e("li",{key:s,staticClass:"inline-block p-1",on:{click:function(e){return t.goToPage(a)}}},[e("a",{staticClass:"page-link",class:{"bg-light-background dark:bg-4x-dark-foreground dark:text-gray-300":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:"inline-block p-1"},[e("a",{staticClass:"page-link"},[t._v("...")])]):t._e(),t._v(" "),t._l(5,(function(a,s){return t.pageIndex>t.data.meta.last_page-4?e("li",{key:s,staticClass:"inline-block p-1",on:{click:function(a){t.goToPage(t.data.meta.last_page-(4-s))}}},[e("a",{staticClass:"page-link",class:{"bg-light-background dark:bg-4x-dark-foreground dark:text-gray-300":t.pageIndex===t.data.meta.last_page-(4-s)}},[t._v("\n "+t._s(t.data.meta.last_page-(4-s))+"\n ")])]):t._e()})),t._v(" "),t.pageIndex<t.data.meta.last_page-3?e("li",{staticClass:"inline-block p-1",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:"next inline-block p-1"},[e("a",{staticClass:"page-link",class:{"cursor-default opacity-20":t.pageIndex===t.data.meta.last_page},on:{click:function(a){return t.goToPage(t.pageIndex+1)}}},[e("chevron-right-icon",{staticClass:"inline-block",attrs:{size:"14"}})],1)])],2):t._e(),t._v(" "),e("span",{staticClass:"text-xs text-gray-600 dark:text-gray-500"},[t._v("\n Showing "+t._s(t.data.meta.from)+" - "+t._s(t.data.meta.to)+" from "+t._s(t.data.meta.total)+" records\n ")])]):t._e()],2)}),[],!1,null,null,null).exports},2103:(t,a,e)=>{e.r(a),e.d(a,{default:()=>m});var s=e(3426),i=e(167),r=e(8716),n=e(9101),o=e(8720),l=e(5840),d=e(2792),c=e(6291),p=e(629);function u(t,a){var e=Object.keys(t);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(t);a&&(s=s.filter((function(a){return Object.getOwnPropertyDescriptor(t,a).enumerable}))),e.push.apply(e,s)}return e}function b(t){for(var a=1;a<arguments.length;a++){var e=null!=arguments[a]?arguments[a]:{};a%2?u(Object(e),!0).forEach((function(a){g(t,a,e[a])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):u(Object(e)).forEach((function(a){Object.defineProperty(t,a,Object.getOwnPropertyDescriptor(e,a))}))}return t}function g(t,a,e){return a in t?Object.defineProperty(t,a,{value:e,enumerable:!0,configurable:!0,writable:!0}):t[a]=e,t}const f={name:"PlanSubscribers",components:{DatatableCellImage:r.Z,DownloadCloudIcon:n.NDL,DatatableWrapper:o.Z,PageTabGroup:l.Z,MemberAvatar:i.Z,ColorLabel:s.Z,Trash2Icon:n.Bf1,Edit2Icon:n.me4,PageTab:d.Z,InfoBox:c.Z},computed:b(b({},(0,p.Se)(["config"])),{},{columns:function(){return{metered:[{label:this.$t("admin_page_user.table.name"),field:"user_id",sortable:!0},{label:this.$t("Renews At"),field:"created_at",sortable:!0},{label:this.$t("Service"),field:"driver",sortable:!0}],fixed:[{label:this.$t("admin_page_user.table.name"),field:"user_id",sortable:!0},{label:this.$t("Status"),field:"status",sortable:!0},{label:this.$t("Note"),field:"plan.name",sortable:!0},{label:this.$t("Renews At"),field:"created_at",sortable:!0},{label:this.$t("Ends At"),field:"ends_at",sortable:!0},{label:this.$t("Service"),field:"driver",sortable:!0}]}[this.config.subscriptionType]}}),data:function(){return{subscribers:void 0,isLoading:!0}}};const m=(0,e(1900).Z)(f,(function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("PageTab",{attrs:{"is-loading":t.isLoading}},[e("DatatableWrapper",{staticClass:"card overflow-x-auto shadow-card",attrs:{api:"/api/subscriptions/admin/plans/"+this.$route.params.id+"/subscribers",paginator:!0,columns:t.columns},on:{data:function(a){t.subscribers=a},init:function(a){t.isLoading=!1}},scopedSlots:t._u([{key:"default",fn:function(a){var s=a.row;return["metered"===t.config.subscriptionType?e("tr",{staticClass:"whitespace-nowrap border-b border-dashed border-light dark:border-opacity-5"},[e("td",{staticClass:"py-3 pr-3 md:pr-1"},[e("router-link",{staticClass:"flex items-center",attrs:{to:{name:"UserDetail",params:{id:s.data.relationships.user.data.id}}}},[e("MemberAvatar",{attrs:{"is-border":!1,size:36,member:s.data.relationships.user}}),t._v(" "),e("div",{staticClass:"ml-3 pr-10"},[e("b",{staticClass:"max-w-1 block overflow-hidden text-ellipsis whitespace-nowrap text-sm font-bold",staticStyle:{"max-width":"155px"}},[t._v("\n "+t._s(s.data.relationships.user.data.attributes.name)+"\n ")]),t._v(" "),e("span",{staticClass:"block text-xs text-gray-600 dark:text-gray-500"},[t._v("\n "+t._s(s.data.relationships.user.data.attributes.email)+"\n ")])])],1)],1),t._v(" "),e("td",{staticClass:"px-3 md:px-1"},[e("span",{staticClass:"whitespace-nowrap text-sm font-bold"},[t._v("\n "+t._s(s.data.attributes.renews_at)+"\n ")])]),t._v(" "),e("td",{staticClass:"pl-3 text-right md:pl-1"},[e("img",{staticClass:"inline-block max-h-5",attrs:{src:t.$getPaymentLogo(s.data.attributes.driver),alt:s.data.attributes.driver}})])]):t._e(),t._v(" "),"fixed"===t.config.subscriptionType?e("tr",{staticClass:"whitespace-nowrap border-b border-dashed border-light dark:border-opacity-5"},[e("td",{staticClass:"py-3 pr-3 md:pr-1"},[e("router-link",{staticClass:"flex items-center",attrs:{to:{name:"UserDetail",params:{id:s.data.relationships.user.data.id}}}},[e("MemberAvatar",{attrs:{"is-border":!1,size:36,member:s.data.relationships.user}}),t._v(" "),e("div",{staticClass:"ml-3 pr-10"},[e("b",{staticClass:"max-w-1 block overflow-hidden text-ellipsis whitespace-nowrap text-sm font-bold",staticStyle:{"max-width":"155px"}},[t._v("\n "+t._s(s.data.relationships.user.data.attributes.name)+"\n ")]),t._v(" "),e("span",{staticClass:"block text-xs text-gray-600 dark:text-gray-500"},[t._v("\n "+t._s(s.data.relationships.user.data.attributes.email)+"\n ")])])],1)],1),t._v(" "),e("td",{staticClass:"px-3 md:px-1"},[e("ColorLabel",{attrs:{color:t.$getSubscriptionStatusColor(s.data.attributes.status)}},[t._v("\n "+t._s(s.data.attributes.status)+"\n ")])],1),t._v(" "),e("td",{staticClass:"px-3 md:px-1"},[e("span",{staticClass:"text-limit text-sm font-bold capitalize",staticStyle:{"max-width":"160px"}},[t._v("\n "+t._s(s.data.attributes.name)+"\n ")])]),t._v(" "),e("td",{staticClass:"px-3 md:px-1"},[e("span",{staticClass:"text-sm font-bold"},[t._v("\n "+t._s(s.data.attributes.renews_at?s.data.attributes.renews_at:s.data.attributes.created_at)+"\n ")])]),t._v(" "),e("td",{staticClass:"px-3 md:px-1"},[e("span",{staticClass:"text-sm font-bold"},[t._v("\n "+t._s(s.data.attributes.ends_at?s.data.attributes.ends_at:"-")+"\n ")])]),t._v(" "),e("td",{staticClass:"pl-3 text-right md:pl-1"},[e("img",{staticClass:"inline-block max-h-5",attrs:{src:t.$getPaymentLogo(s.data.attributes.driver),alt:s.data.attributes.driver}})])]):t._e()]}},{key:"empty-page",fn:function(){return[e("InfoBox",{staticStyle:{"margin-bottom":"0"}},[e("p",[t._v(t._s(t.$t("admin_page_plans.subscribers.empty")))])])]},proxy:!0}])})],1)}),[],!1,null,null,null).exports}}]); |