mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-05 18:23:48 +00:00
1 line
29 KiB
JavaScript
Vendored
1 line
29 KiB
JavaScript
Vendored
(window.webpackJsonp=window.webpackJsonp||[]).push([[72],{"+rRx":function(a,t,e){(a.exports=e("I1BE")(!1)).push([a.i,".page-header[data-v-3a05f200]{display:flex;align-items:center;background:#fff;z-index:9;width:100%;position:sticky;top:0;padding-top:20px;padding-bottom:20px}.page-header .title[data-v-3a05f200]{font-size:1.125em;font-weight:700;color:#1b2539}.page-header .go-back[data-v-3a05f200]{margin-right:10px;cursor:pointer}.page-header .go-back svg[data-v-3a05f200]{vertical-align:middle;margin-top:-4px}@media only screen and (max-width:960px){.page-header .title[data-v-3a05f200]{font-size:1.125em}}@media only screen and (max-width:690px){.page-header[data-v-3a05f200]{display:none}}.dark-mode .page-header[data-v-3a05f200]{background:#131414}.dark-mode .page-header .title[data-v-3a05f200]{color:#bec6cf}.dark-mode .page-header .icon path[data-v-3a05f200]{fill:#00bc7e}",""])},"/8V/":function(a,t,e){(a.exports=e("I1BE")(!1)).push([a.i,".color-label[data-v-f48d7f1e]{text-transform:capitalize;font-size:.75em;display:inline-block;border-radius:6px;font-weight:700;padding:4px 6px}.color-label.purple[data-v-f48d7f1e]{color:#9d66fe;background:rgba(157,102,254,.1)}.color-label.yellow[data-v-f48d7f1e]{color:#ffbd2d;background:rgba(255,189,45,.1)}.color-label.green[data-v-f48d7f1e]{color:#00bc7e;background:rgba(0,188,126,.1)}.color-label.red[data-v-f48d7f1e]{color:#fd397a;background:rgba(253,57,122,.1)}",""])},"2Sb1":function(a,t,e){"use strict";var i={name:"PageHeader",props:["title","canBack"],components:{ChevronLeftIcon:e("CjXH").h}},n=(e("5AGk"),e("KHd+")),o=Object(n.a)(i,(function(){var a=this,t=a.$createElement,e=a._self._c||t;return e("div",{staticClass:"page-header"},[a.canBack?e("div",{staticClass:"go-back",on:{click:function(t){return a.$router.back()}}},[e("chevron-left-icon",{attrs:{size:"17"}})],1):a._e(),a._v(" "),e("div",{staticClass:"content"},[e("h1",{staticClass:"title"},[a._v(a._s(a.title))])])])}),[],!1,null,"3a05f200",null);t.a=o.exports},"4YFD":function(a,t,e){"use strict";e("lX4n")},"4eR2":function(a,t,e){var i=e("+rRx");"string"==typeof i&&(i=[[a.i,i,""]]);var n={hmr:!0,transform:void 0,insertInto:void 0};e("aET+")(i,n);i.locals&&(a.exports=i.locals)},"5AGk":function(a,t,e){"use strict";e("4eR2")},"69Ve":function(a,t,e){var i=e("m2iI");"string"==typeof i&&(i=[[a.i,i,""]]);var n={hmr:!0,transform:void 0,insertInto:void 0};e("aET+")(i,n);i.locals&&(a.exports=i.locals)},"6TPS":function(a,t,e){"use strict";var i=e("CjXH"),n={props:["data"],computed:{normalizedColumns:function(){return this.data.id&&delete this.data.id,Object.values(this.data)}}},o=(e("YLwN"),e("KHd+")),s=Object(o.a)(n,(function(){var a=this,t=a.$createElement,e=a._self._c||t;return e("tr",{staticClass:"table-row"},a._l(a.normalizedColumns,(function(t,i){return e("td",{key:i,staticClass:"table-cell"},[e("span",[a._v(a._s(t))])])})),0)}),[],!1,null,"b0f3a8d0",null).exports,l=e("vDqi"),r=e.n(l),c={name:"DatatableWrapper",props:["columns","scope","paginator","api","tableData"],components:{ChevronRightIcon:i.i,ChevronLeftIcon:i.h,DatatableCell:s,ChevronUpIcon:i.j},computed:{hasData:function(){return this.data&&this.data.data&&this.data.data.length>0},floatPages:function(){return[this.pageIndex-1,this.pageIndex,this.pageIndex+1]}},data:function(){return{data:void 0,isLoading:!0,pageIndex:1,filter:{sort:"DESC",field:void 0}}},methods:{goToPage:function(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,r.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("4YFD"),Object(o.a)(c,(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,i){return t.hidden?a._e():e("th",{key:i,class:{sortable:t.sortable},on:{click:function(e){return a.sort(t.field,t.sortable)}}},[e("span",{staticClass:"text-theme dark-text-theme"},[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,i){return e("li",{key:i,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,i){return a.pageIndex<5?e("li",{key:i,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,i){return a.pageIndex>=5&&a.pageIndex<a.data.meta.last_page-3?e("li",{key:i,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,i){return a.pageIndex>a.data.meta.last_page-4?e("li",{key:i,staticClass:"page-item",on:{click:function(t){a.goToPage(a.data.meta.last_page-(4-i))}}},[e("a",{staticClass:"page-link",class:{active:a.pageIndex===a.data.meta.last_page-(4-i)}},[a._v("\n "+a._s(a.data.meta.last_page-(4-i))+"\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,"484a8dec",null));t.a=d.exports},AAex:function(a,t,e){(a.exports=e("I1BE")(!1)).push([a.i,".mobile-action-button[data-v-8abca186]{background:#f4f5f6;margin-right:8px;border-radius:8px;padding:7px 14px;cursor:pointer;border:none;transition:all .15s ease}.mobile-action-button .flex[data-v-8abca186]{display:flex;align-items:center}.mobile-action-button .icon[data-v-8abca186]{margin-right:10px;font-size:.875em}.mobile-action-button .icon circle[data-v-8abca186],.mobile-action-button .icon line[data-v-8abca186],.mobile-action-button .icon path[data-v-8abca186],.mobile-action-button .icon polygon[data-v-8abca186],.mobile-action-button .icon polyline[data-v-8abca186],.mobile-action-button .icon rect[data-v-8abca186]{transition:all .15s ease}.mobile-action-button .label[data-v-8abca186]{transition:all .15s ease;font-size:.875em;font-weight:700;color:#1b2539}.mobile-action-button[data-v-8abca186]:active{transform:scale(.95)}.dark-mode .mobile-action-button[data-v-8abca186]{background:#1e2024}.dark-mode .mobile-action-button circle[data-v-8abca186],.dark-mode .mobile-action-button line[data-v-8abca186],.dark-mode .mobile-action-button path[data-v-8abca186],.dark-mode .mobile-action-button polygon[data-v-8abca186],.dark-mode .mobile-action-button polyline[data-v-8abca186],.dark-mode .mobile-action-button rect[data-v-8abca186]{color:inherit}.dark-mode .mobile-action-button .label[data-v-8abca186]{color:#bec6cf}",""])},At9m:function(a,t,e){var i=e("gv5K");"string"==typeof i&&(i=[[a.i,i,""]]);var n={hmr:!0,transform:void 0,insertInto:void 0};e("aET+")(i,n);i.locals&&(a.exports=i.locals)},CK9m:function(a,t,e){var i=e("Wx07");"string"==typeof i&&(i=[[a.i,i,""]]);var n={hmr:!0,transform:void 0,insertInto:void 0};e("aET+")(i,n);i.locals&&(a.exports=i.locals)},CLdG:function(a,t,e){(a.exports=e("I1BE")(!1)).push([a.i,".preview-list-icon line,.preview-list-icon rect{color:inherit}",""])},D62o:function(a,t,e){"use strict";var i=e("xCqy"),n=e("CjXH"),o={name:"MobileHeader",props:["title"],components:{ChevronLeftIcon:n.h,MenuIcon:n.P},methods:{showMobileNavigation:function(){i.a.$emit("mobile-menu:show","user-navigation")},goBack:function(){this.$router.back()}}},s=(e("pTcH"),e("KHd+")),l=Object(s.a)(o,(function(){var a=this.$createElement,t=this._self._c||a;return t("header",{staticClass:"mobile-header"},[t("div",{staticClass:"go-back",on:{click:this.goBack}},[t("chevron-left-icon",{staticClass:"icon",attrs:{size:"17"}})],1),this._v(" "),t("div",{staticClass:"location-name"},[this._v(this._s(this.title))]),this._v(" "),t("div",{staticClass:"mobile-menu",on:{click:this.showMobileNavigation}},[t("menu-icon",{staticClass:"icon",attrs:{size:"17"}})],1)])}),[],!1,null,"c5a69c44",null);t.a=l.exports},GELx:function(a,t,e){"use strict";var i={name:"DatatableCellImage",props:["image","title","description","image-size"]},n=(e("Ljfc"),e("KHd+")),o=Object(n.a)(i,(function(){var a=this,t=a.$createElement,e=a._self._c||t;return e("div",{staticClass:"cell-image-thumbnail"},[a.image?e("div",{staticClass:"image",class:a.imageSize},[e("img",{attrs:{src:a.image,alt:a.title}}),a._v(" "),e("img",{staticClass:"blurred",attrs:{src:a.image,alt:a.title}})]):a._e(),a._v(" "),e("div",{staticClass:"info"},[a.title?e("b",{staticClass:"name"},[a._v(a._s(a.title))]):a._e(),a._v(" "),a.description?e("span",{staticClass:"description"},[a._v(a._s(a.description))]):a._e()])])}),[],!1,null,"b0091292",null);t.a=o.exports},IQk0:function(a,t,e){"use strict";e("Wibo")},JsZR:function(a,t,e){"use strict";e("mGdo")},Ljfc:function(a,t,e){"use strict";e("plMn")},THmQ:function(a,t,e){"use strict";var i={name:"SectionTitle"},n=(e("Vfyq"),e("KHd+")),o=Object(n.a)(i,(function(){var a=this.$createElement;return(this._self._c||a)("b",{staticClass:"text-label"},[this._t("default")],2)}),[],!1,null,"50ba9e3a",null);t.a=o.exports},UmsS:function(a,t,e){"use strict";e("oBLd")},Vfyq:function(a,t,e){"use strict";e("At9m")},WFjI:function(a,t,e){"use strict";e("JsZR");var i=e("KHd+"),n=Object(i.a)({},(function(){var a=this.$createElement,t=this._self._c||a;return t("svg",{staticClass:"preview-list-icon",attrs:{fill:"none",stroke:"currentColor","stroke-width":"1.5","fill-rule":"evenodd","stroke-linecap":"round","stroke-linejoin":"round",width:"15px",height:"15px",viewBox:"0 0 20 16",version:"1.1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"}},[t("rect",{attrs:{x:"9.77777778",y:"0",width:"6.22222222",height:"6.22222222"}}),this._v(" "),t("rect",{attrs:{x:"9.77777778",y:"9.77777778",width:"6.22222222",height:"6.22222222"}}),this._v(" "),t("line",{attrs:{x1:"0",y1:"2",x2:"6",y2:"2"}}),this._v(" "),t("line",{attrs:{x1:"0",y1:"8",x2:"6",y2:"8"}}),this._v(" "),t("line",{attrs:{x1:"0",y1:"14",x2:"6",y2:"14"}})])}),[],!1,null,null,null);t.a=n.exports},Wibo:function(a,t,e){var i=e("AAex");"string"==typeof i&&(i=[[a.i,i,""]]);var n={hmr:!0,transform:void 0,insertInto:void 0};e("aET+")(i,n);i.locals&&(a.exports=i.locals)},Wx07:function(a,t,e){(a.exports=e("I1BE")(!1)).push([a.i,".table-row[data-v-b0f3a8d0]{border-radius:8px}.table-row[data-v-b0f3a8d0]:hover{background:#f4f5f6}.table-row .table-cell[data-v-b0f3a8d0]{padding-top:15px;padding-bottom:15px}.table-row .table-cell[data-v-b0f3a8d0]:first-child{padding-left:15px}.table-row .table-cell[data-v-b0f3a8d0]:last-child{padding-right:15px;text-align:right}.table-row .table-cell span[data-v-b0f3a8d0]{font-size:1em;font-weight:700}",""])},YLwN:function(a,t,e){"use strict";e("CK9m")},ZIRg:function(a,t,e){"use strict";e.r(t);var i=e("GELx"),n=e("6TPS"),o=e("t5U/"),s=e("D62o"),l=e("THmQ"),r=e("Nv84"),c=e("CjXH"),d=e("2Sb1"),p=e("kPoH"),b=e("zTYo"),g=e("L2JU");e("vDqi");function u(a,t){var e=Object.keys(a);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(a);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(a,t).enumerable}))),e.push.apply(e,i)}return e}function v(a,t,e){return t in a?Object.defineProperty(a,t,{value:e,enumerable:!0,configurable:!0,writable:!0}):a[t]=e,a}var m={name:"Profile",components:{DatatableCellImage:i.a,MobileActionButton:o.a,DatatableWrapper:n.a,SectionTitle:l.a,MobileHeader:s.a,Trash2Icon:c.ib,PageHeader:d.a,ButtonBase:r.a,ColorLabel:p.a,Edit2Icon:c.u,Spinner:b.a},computed:function(a){for(var t=1;t<arguments.length;t++){var e=null!=arguments[t]?arguments[t]:{};t%2?u(Object(e),!0).forEach((function(t){v(a,t,e[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(a,Object.getOwnPropertyDescriptors(e)):u(Object(e)).forEach((function(t){Object.defineProperty(a,t,Object.getOwnPropertyDescriptor(e,t))}))}return a}({},Object(g.b)(["config"])),data:function(){return{isLoading:!0,columns:void 0}},methods:{getRoleColor:function(a){switch(a){case"admin":return"purple";case"user":return"yellow"}}},created:function(){this.columns=[{label:this.$t("admin_page_user.table.name"),field:"email",sortable:!0},{label:this.$t("admin_page_user.table.role"),field:"role",sortable:!0},{label:this.$t("admin_page_user.table.plan"),field:"subscription",sortable:!1,hidden:!this.config.isSaaS},{label:this.$t("admin_page_user.table.storage_used"),field:"used",sortable:!0},{label:this.$t("admin_page_user.table.storage_capacity"),field:"settings.storage_capacity",sortable:!0,hidden:!this.config.storageLimit},{label:this.$t("admin_page_user.table.created_at"),field:"created_at",sortable:!0},{label:this.$t("admin_page_user.table.action"),field:"data.action",sortable:!1}]}},f=(e("UmsS"),e("KHd+")),h=Object(f.a)(m,(function(){var a=this,t=a.$createElement,e=a._self._c||t;return e("div",{attrs:{id:"single-page"}},[e("div",{attrs:{id:"page-content"}},[e("MobileHeader",{attrs:{title:a.$t(a.$router.currentRoute.meta.title)}}),a._v(" "),e("PageHeader",{attrs:{title:a.$t(a.$router.currentRoute.meta.title)}}),a._v(" "),e("div",{staticClass:"content-page"},[e("div",{staticClass:"table-tools"},[e("div",{staticClass:"buttons"},[e("router-link",{attrs:{to:{name:"UserCreate"}}},[e("MobileActionButton",{attrs:{icon:"user-plus"}},[a._v("\n "+a._s(a.$t("admin_page_user.create_user.submit"))+"\n ")])],1)],1)]),a._v(" "),e("DatatableWrapper",{staticClass:"table table-users",attrs:{api:"/api/admin/users",paginator:!0,columns:a.columns},on:{init:function(t){a.isLoading=!1}},scopedSlots:a._u([{key:"default",fn:function(t){var i=t.row;return[e("tr",[e("td",{staticStyle:{"min-width":"320px"}},[e("router-link",{attrs:{to:{name:"UserDetail",params:{id:i.data.id}}}},[e("DatatableCellImage",{attrs:{image:i.data.relationships.settings.data.attributes.avatar,title:i.data.relationships.settings.data.attributes.name,description:i.data.attributes.email}})],1)],1),a._v(" "),e("td",[e("ColorLabel",{attrs:{color:a.getRoleColor(i.data.attributes.role)}},[a._v("\n "+a._s(i.data.attributes.role)+"\n ")])],1),a._v(" "),a.config.isSaaS?e("td",[i.data.attributes.subscription?e("span",{staticClass:"cell-item"},[a._v("\n "+a._s(a.$t("global.premium"))+"\n ")]):e("span",{staticClass:"cell-item"},[a._v("\n "+a._s(a.$t("global.free"))+"\n ")])]):a._e(),a._v(" "),e("td",[0!==i.data.attributes.storage.capacity?e("span",{staticClass:"cell-item"},[a._v("\n "+a._s(i.data.attributes.storage.used_formatted)+"\n ")]):a._e(),a._v(" "),0==i.data.attributes.storage.capacity?e("span",{staticClass:"cell-item"},[a._v("\n -\n ")]):a._e()]),a._v(" "),a.config.storageLimit?e("td",[0!==i.data.attributes.storage.capacity?e("span",{staticClass:"cell-item"},[a._v("\n "+a._s(i.data.attributes.storage.capacity_formatted)+"\n ")]):a._e(),a._v(" "),0==i.data.attributes.storage.capacity?e("span",{staticClass:"cell-item"},[a._v("\n -\n ")]):a._e()]):a._e(),a._v(" "),e("td",[e("span",{staticClass:"cell-item"},[a._v("\n "+a._s(i.data.attributes.created_at_formatted)+"\n ")])]),a._v(" "),e("td",[e("div",{staticClass:"action-icons"},[e("router-link",{attrs:{to:{name:"UserDetail",params:{id:i.data.id}}}},[e("Edit2Icon",{staticClass:"icon icon-edit",attrs:{size:"15"}})],1),a._v(" "),e("router-link",{attrs:{to:{name:"UserDelete",params:{id:i.data.id}}}},[e("Trash2Icon",{staticClass:"icon icon-trash",attrs:{size:"15"}})],1)],1)])])]}}])})],1)],1),a._v(" "),a.isLoading?e("div",{attrs:{id:"loader"}},[e("Spinner")],1):a._e()])}),[],!1,null,"52ea2fe9",null);t.default=h.exports},fxw1:function(a,t,e){"use strict";e("jdsL")},gv5K:function(a,t,e){(a.exports=e("I1BE")(!1)).push([a.i,".text-label[data-v-50ba9e3a]{font-size:.75em;color:#afafaf;font-weight:700;display:block;margin-bottom:20px}.dark-mode .text-label[data-v-50ba9e3a]{color:#00bc7e}",""])},jdsL:function(a,t,e){var i=e("/8V/");"string"==typeof i&&(i=[[a.i,i,""]]);var n={hmr:!0,transform:void 0,insertInto:void 0};e("aET+")(i,n);i.locals&&(a.exports=i.locals)},kPoH:function(a,t,e){"use strict";var i={name:"ColorLabel",props:["color"]},n=(e("fxw1"),e("KHd+")),o=Object(n.a)(i,(function(){var a=this.$createElement;return(this._self._c||a)("b",{staticClass:"color-label",class:this.color},[this._t("default")],2)}),[],!1,null,"f48d7f1e",null);t.a=o.exports},lX4n:function(a,t,e){var i=e("sS3Q");"string"==typeof i&&(i=[[a.i,i,""]]);var n={hmr:!0,transform:void 0,insertInto:void 0};e("aET+")(i,n);i.locals&&(a.exports=i.locals)},m2iI:function(a,t,e){(a.exports=e("I1BE")(!1)).push([a.i,".mobile-header[data-v-c5a69c44]{padding:10px 0;text-align:center;background:#fff;position:sticky;display:none;z-index:6;top:0}.mobile-header>div[data-v-c5a69c44]{flex-grow:1;align-self:center;white-space:nowrap}.mobile-header .go-back[data-v-c5a69c44]{text-align:left}.mobile-header .location-name[data-v-c5a69c44]{line-height:1;text-align:center;width:100%;vertical-align:middle;font-size:.9375em;color:#1b2539;font-weight:700;max-width:220px;overflow:hidden;text-overflow:ellipsis;display:inline-block}.mobile-header .mobile-menu[data-v-c5a69c44]{text-align:right}.mobile-header .icon[data-v-c5a69c44]{vertical-align:middle;margin-top:-4px}@media only screen and (max-width:690px){.mobile-header[data-v-c5a69c44]{display:flex;margin-bottom:15px}}.dark-mode .mobile-header[data-v-c5a69c44]{background:#131414}.dark-mode .mobile-header .location-name[data-v-c5a69c44]{color:#bec6cf}",""])},mGdo:function(a,t,e){var i=e("CLdG");"string"==typeof i&&(i=[[a.i,i,""]]);var n={hmr:!0,transform:void 0,insertInto:void 0};e("aET+")(i,n);i.locals&&(a.exports=i.locals)},oBLd:function(a,t,e){var i=e("pnr/");"string"==typeof i&&(i=[[a.i,i,""]]);var n={hmr:!0,transform:void 0,insertInto:void 0};e("aET+")(i,n);i.locals&&(a.exports=i.locals)},pTcH:function(a,t,e){"use strict";e("69Ve")},plMn:function(a,t,e){var i=e("sslJ");"string"==typeof i&&(i=[[a.i,i,""]]);var n={hmr:!0,transform:void 0,insertInto:void 0};e("aET+")(i,n);i.locals&&(a.exports=i.locals)},"pnr/":function(a,t,e){(a.exports=e("I1BE")(!1)).push([a.i,".table-tools[data-v-52ea2fe9]{background:#fff;display:flex;justify-content:space-between;padding:15px 0 10px;position:sticky;top:40px;z-index:9}.table .cell-item[data-v-52ea2fe9]{font-size:.9375em;white-space:nowrap}@media only screen and (max-width:690px){.table-tools[data-v-52ea2fe9]{padding:0 0 5px}}.dark-mode .table-tools[data-v-52ea2fe9]{background:#131414}",""])},sS3Q:function(a,t,e){(a.exports=e("I1BE")(!1)).push([a.i,".datatable[data-v-484a8dec]{height:100%}.table-row[data-v-484a8dec]{transition:all .3s ease}.table-row-enter[data-v-484a8dec],.table-row-leave-to[data-v-484a8dec]{opacity:0;transform:translateY(-100%)}.table-row-leave-active[data-v-484a8dec]{position:absolute}.table[data-v-484a8dec]{border-collapse:collapse;overflow-x:auto}.table[data-v-484a8dec],.table tr[data-v-484a8dec]{width:100%}.table tr td[data-v-484a8dec]:first-child,.table tr th[data-v-484a8dec]:first-child{padding-left:15px}.table tr td[data-v-484a8dec]:last-child,.table tr th[data-v-484a8dec]:last-child{padding-right:15px;text-align:right}.table .table-header[data-v-484a8dec]{margin-bottom:10px}.table .table-header tr td[data-v-484a8dec],.table .table-header tr th[data-v-484a8dec]{padding:12px;text-align:left}.table .table-header tr td span[data-v-484a8dec],.table .table-header tr th span[data-v-484a8dec]{font-weight:700;font-size:.75em;white-space:nowrap}.table .table-header tr td.sortable[data-v-484a8dec],.table .table-header tr th.sortable[data-v-484a8dec]{cursor:pointer}.table .table-header tr td.sortable:hover .filter-arrow[data-v-484a8dec],.table .table-header tr th.sortable:hover .filter-arrow[data-v-484a8dec]{opacity:1}.table .table-header tr td[data-v-484a8dec]:last-child,.table .table-header tr th[data-v-484a8dec]:last-child{text-align:right}.table .table-header .filter-arrow[data-v-484a8dec]{vertical-align:middle;margin-left:8px;transition:all .3s ease;opacity:0}.table .table-header .filter-arrow path[data-v-484a8dec]{fill:rgba(27,37,57,.7)}.table .table-header .filter-arrow.arrow-down[data-v-484a8dec]{transform:rotate(180deg)}.table .table-header span[data-v-484a8dec]{font-size:13px;font-weight:700}.table .table-body tr[data-v-484a8dec]{border-radius:8px}.table .table-body tr[data-v-484a8dec]:hover{background:#f4f5f6}.table .table-body tr td[data-v-484a8dec],.table .table-body tr th[data-v-484a8dec]{padding:12px}.table .table-body tr td:last-child button[data-v-484a8dec],.table .table-body tr th:last-child button[data-v-484a8dec]{margin-right:0}.table .table-body a.page-link[data-v-484a8dec],.table .table-body span[data-v-484a8dec]{font-size:.9375em;font-weight:700;padding:10px 35px 10px 0;display:block;white-space:nowrap}.pagination .page-item[data-v-484a8dec]{padding:3px;display:inline-block}.pagination .page-link[data-v-484a8dec]{width:30px;height:30px;display:block;color:#1b2539;border-radius:6px;text-align:center;line-height:2.4;font-weight:700;font-size:13px;cursor:pointer;transition:all .15s ease}.pagination .page-link .icon[data-v-484a8dec]{vertical-align:middle;margin-top:-2px}.pagination .page-link.active[data-v-484a8dec],.pagination .page-link[data-v-484a8dec]:hover:not(.disabled){background:#f4f5f6;color:#1b2539}.pagination .page-link.disabled[data-v-484a8dec]{background:transparent;cursor:default}.pagination .page-link.disabled svg path[data-v-484a8dec]{fill:rgba(27,37,57,.7)}.paginator-wrapper[data-v-484a8dec]{margin-top:30px;margin-bottom:40px;display:flex;justify-content:space-between;align-items:center}.paginator-wrapper .paginator-info[data-v-484a8dec]{font-size:13px;color:rgba(27,37,57,.7)}.user-preview[data-v-484a8dec]{display:flex;align-items:center;cursor:pointer}.user-preview img[data-v-484a8dec]{width:45px;margin-right:22px}@media only screen and (max-width:690px){.paginator-wrapper[data-v-484a8dec]{display:block;text-align:center}.paginator-wrapper .paginator-info[data-v-484a8dec]{margin-top:10px;display:block}}.dark-mode .table .table-body th[data-v-484a8dec]:hover,.dark-mode .table .table-body tr[data-v-484a8dec]:hover{background:#1e2024}.dark-mode .pagination .page-link[data-v-484a8dec],.dark-mode .paginator-wrapper .paginator-info[data-v-484a8dec]{color:#7d858c}.dark-mode .pagination .page-link svg polyline[data-v-484a8dec]{stroke:#bec6cf}.dark-mode .pagination .page-link.active[data-v-484a8dec],.dark-mode .pagination .page-link[data-v-484a8dec]:hover:not(.disabled){color:#00bc7e;background:rgba(0,188,126,.1)}.dark-mode .pagination .page-link.disabled[data-v-484a8dec]{background:transparent;cursor:default}.dark-mode .pagination .page-link.disabled svg polyline[data-v-484a8dec]{stroke:#7d858c}",""])},sslJ:function(a,t,e){(a.exports=e("I1BE")(!1)).push([a.i,".cell-image-thumbnail[data-v-b0091292]{display:flex;align-items:center;cursor:pointer}.cell-image-thumbnail .image[data-v-b0091292]{margin-right:20px;line-height:0;position:relative}.cell-image-thumbnail .image img[data-v-b0091292]{line-height:0;width:48px;height:48px;border-radius:8px;z-index:1;position:relative}.cell-image-thumbnail .image img.blurred[data-v-b0091292]{position:absolute;left:0;top:2px;z-index:0;filter:blur(8px);opacity:.5}.cell-image-thumbnail .image.small img[data-v-b0091292]{width:32px;height:32px}.cell-image-thumbnail .info .description[data-v-b0091292],.cell-image-thumbnail .info .name[data-v-b0091292]{max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.cell-image-thumbnail .info .name[data-v-b0091292]{font-size:.9375em;line-height:1;color:#1b2539}.cell-image-thumbnail .info .description[data-v-b0091292]{color:rgba(27,37,57,.7);font-size:.75em}.dark-mode .cell-image-thumbnail .image img.blurred[data-v-b0091292]{display:none}.dark-mode .cell-image-thumbnail .info .name[data-v-b0091292]{color:#bec6cf}.dark-mode .cell-image-thumbnail .info .description[data-v-b0091292]{color:#7d858c}",""])},"t5U/":function(a,t,e){"use strict";var i=e("CjXH"),n=e("WFjI"),o={name:"MobileActionButton",props:["icon"],components:{CheckSquareIcon:i.f,DollarSignIcon:i.r,CreditCardIcon:i.p,FolderPlusIcon:i.C,RefreshCwIcon:i.Z,UserPlusIcon:i.nb,DownloadIcon:i.t,SortingIcon:n.a,XSquareIcon:i.rb,FilterIcon:i.A,CheckIcon:i.e,TrashIcon:i.jb,PlusIcon:i.W,CopyIcon:i.n,ListIcon:i.M,GridIcon:i.E}},s=(e("IQk0"),e("KHd+")),l=Object(s.a)(o,(function(){var a=this,t=a.$createElement,e=a._self._c||t;return e("button",{staticClass:"mobile-action-button"},[e("div",{staticClass:"flex"},["refresh"===a.icon?e("refresh-cw-icon",{staticClass:"icon dark-text-theme",attrs:{size:"15"}}):a._e(),a._v(" "),"download"===a.icon?e("download-icon",{staticClass:"icon dark-text-theme",attrs:{size:"15"}}):a._e(),a._v(" "),"copy"===a.icon?e("copy-icon",{staticClass:"icon dark-text-theme",attrs:{size:"15"}}):a._e(),a._v(" "),"filter"===a.icon?e("filter-icon",{staticClass:"icon dark-text-theme",attrs:{size:"15"}}):a._e(),a._v(" "),"credit-card"===a.icon?e("credit-card-icon",{staticClass:"icon dark-text-theme",attrs:{size:"15"}}):a._e(),a._v(" "),"folder-plus"===a.icon?e("folder-plus-icon",{staticClass:"icon dark-text-theme",attrs:{size:"15"}}):a._e(),a._v(" "),"th-list"===a.icon?e("list-icon",{staticClass:"icon dark-text-theme",attrs:{size:"15"}}):a._e(),a._v(" "),"trash"===a.icon?e("trash-icon",{staticClass:"icon dark-text-theme",attrs:{size:"15"}}):a._e(),a._v(" "),"th"===a.icon?e("grid-icon",{staticClass:"icon dark-text-theme",attrs:{size:"15"}}):a._e(),a._v(" "),"user-plus"===a.icon?e("user-plus-icon",{staticClass:"icon dark-text-theme",attrs:{size:"15"}}):a._e(),a._v(" "),"plus"===a.icon?e("plus-icon",{staticClass:"icon dark-text-theme",attrs:{size:"15"}}):a._e(),a._v(" "),"check-square"===a.icon?e("check-square-icon",{staticClass:"icon dark-text-theme",attrs:{size:"15"}}):a._e(),a._v(" "),"x-square"===a.icon?e("x-square-icon",{staticClass:"icon dark-text-theme",attrs:{size:"15"}}):a._e(),a._v(" "),"check"===a.icon?e("check-icon",{staticClass:"icon dark-text-theme",attrs:{size:"15"}}):a._e(),a._v(" "),"dollar-sign"===a.icon?e("dollar-sign-icon",{staticClass:"icon dark-text-theme",attrs:{size:"15"}}):a._e(),a._v(" "),"preview-sorting"===a.icon?e("sorting-icon",{staticClass:"icon dark-text-theme preview-sorting"}):a._e(),a._v(" "),e("span",{staticClass:"label"},[a._t("default")],2)],1)])}),[],!1,null,"8abca186",null);t.a=l.exports}}]); |