mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-06 02:33:48 +00:00
1 line
16 KiB
JavaScript
Vendored
1 line
16 KiB
JavaScript
Vendored
(window.webpackJsonp=window.webpackJsonp||[]).push([[67],{"+Pqb":function(e,t,a){"use strict";var i={name:"ProgressBar",props:["progress"]},o=(a("8L2t"),a("KHd+")),s=Object(o.a)(i,(function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"progress-bar"},[t("span",{staticClass:"bg-theme",style:{width:this.progress+"%"}})])}),[],!1,null,"6ec2be7a",null);t.a=s.exports},"+v8A":function(e,t,a){var i=a("hw5j");"string"==typeof i&&(i=[[e.i,i,""]]);var o={hmr:!0,transform:void 0,insertInto:void 0};a("aET+")(i,o);i.locals&&(e.exports=i.locals)},"0Y5R":function(e,t,a){var i=a("3CjU");"string"==typeof i&&(i=[[e.i,i,""]]);var o={hmr:!0,transform:void 0,insertInto:void 0};a("aET+")(i,o);i.locals&&(e.exports=i.locals)},"1WCK":function(e,t,a){(e.exports=a("I1BE")(!1)).push([e.i,".page-tab[data-v-3fdf99dd]{position:relative}",""])},"2Sb1":function(e,t,a){"use strict";var i={name:"PageHeader",props:["title","canBack"],components:{ChevronLeftIcon:a("CjXH").h}},o=(a("JOXf"),a("KHd+")),s=Object(o.a)(i,(function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"page-header"},[e.canBack?a("div",{staticClass:"go-back",on:{click:function(t){return e.$router.back()}}},[a("chevron-left-icon",{attrs:{size:"17"}})],1):e._e(),e._v(" "),a("div",{staticClass:"content"},[a("h1",{staticClass:"title"},[e._v(e._s(e.title))])])])}),[],!1,null,"9fd0a424",null);t.a=s.exports},"3CjU":function(e,t,a){(e.exports=a("I1BE")(!1)).push([e.i,".page-tab-group[data-v-2b2b530c]{margin-bottom:45px}",""])},"3eeM":function(e,t,a){(e.exports=a("I1BE")(!1)).push([e.i,".page-header[data-v-9fd0a424]{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-9fd0a424]{font-size:1.125em;font-weight:700;color:#1b2539}.page-header .go-back[data-v-9fd0a424]{margin-right:10px;cursor:pointer}.page-header .go-back svg[data-v-9fd0a424]{vertical-align:middle;margin-top:-4px}@media only screen and (max-width:960px){.page-header .title[data-v-9fd0a424]{font-size:1.125em}}@media only screen and (max-width:690px){.page-header[data-v-9fd0a424]{display:none}}@media (prefers-color-scheme:dark){.page-header[data-v-9fd0a424]{background:#141414}.page-header .title[data-v-9fd0a424]{color:#bec6cf}.page-header .icon path[data-v-9fd0a424]{fill:#00bc7e}}",""])},"8L2t":function(e,t,a){"use strict";a("YQqd")},"8aG9":function(e,t,a){"use strict";a("W0ou")},D62o:function(e,t,a){"use strict";var i=a("xCqy"),o=a("CjXH"),s={name:"MobileHeader",props:["title"],components:{ChevronLeftIcon:o.h,MenuIcon:o.P},methods:{showMobileNavigation:function(){i.a.$emit("mobile-menu:show","user-navigation")},goBack:function(){this.$router.back()}}},r=(a("R6Y3"),a("KHd+")),d=Object(r.a)(s,(function(){var e=this.$createElement,t=this._self._c||e;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,"699fe34a",null);t.a=d.exports},JOXf:function(e,t,a){"use strict";a("nr4+")},Pq4m:function(e,t,a){"use strict";a("XM3O")},R6Y3:function(e,t,a){"use strict";a("Xm12")},RG1H:function(e,t,a){"use strict";a("0Y5R")},RW8C:function(e,t,a){"use strict";a.r(t);var i=a("eZ9V"),o=a("gahf"),s=a("qefO"),r=a("xnZf"),d=a("D62o"),n=a("THmQ"),c=a("2Sb1"),l=a("zTYo"),g=a("vDqi"),m=a.n(g),p={name:"Storage",components:{PageTabGroup:o.a,FormLabel:i.a,PageTab:s.a,StorageItemDetail:r.a,SectionTitle:n.a,MobileHeader:d.a,PageHeader:c.a,Spinner:l.a},data:function(){return{isLoading:!0,storage:void 0}},created:function(){var e=this;m.a.get("/api/user/storage").then((function(t){e.storage=t.data.data,e.isLoading=!1}))}},v=(a("tYrL"),a("KHd+")),u=Object(v.a)(p,(function(){var e=this,t=e.$createElement,a=e._self._c||t;return e.storage?a("PageTab",[a("PageTabGroup",[a("FormLabel",[e._v(e._s(e.$t("storage.sec_capacity")))]),e._v(" "),a("StorageItemDetail",{attrs:{type:"disk",title:e.$t("storage.total_used",{used:e.storage.attributes.used}),percentage:e.storage.attributes.percentage,used:e.$t("storage.total_capacity",{capacity:e.storage.attributes.capacity})}})],1),e._v(" "),a("PageTabGroup",[a("FormLabel",[e._v(e._s(e.$t("storage.sec_details")))]),e._v(" "),a("StorageItemDetail",{attrs:{type:"images",title:e.$t("storage.images"),percentage:e.storage.meta.images.percentage,used:e.storage.meta.images.used}}),e._v(" "),a("StorageItemDetail",{attrs:{type:"videos",title:e.$t("storage.videos"),percentage:e.storage.meta.videos.percentage,used:e.storage.meta.videos.used}}),e._v(" "),a("StorageItemDetail",{attrs:{type:"audios",title:e.$t("storage.audios"),percentage:e.storage.meta.audios.percentage,used:e.storage.meta.audios.used}}),e._v(" "),a("StorageItemDetail",{attrs:{type:"documents",title:e.$t("storage.documents"),percentage:e.storage.meta.documents.percentage,used:e.storage.meta.documents.used}}),e._v(" "),a("StorageItemDetail",{attrs:{type:"others",title:e.$t("storage.others"),percentage:e.storage.meta.others.percentage,used:e.storage.meta.others.used}})],1)],1):e._e()}),[],!1,null,"549cb9da",null);t.default=u.exports},THmQ:function(e,t,a){"use strict";var i={name:"SectionTitle"},o=(a("UHE7"),a("KHd+")),s=Object(o.a)(i,(function(){var e=this.$createElement;return(this._self._c||e)("b",{staticClass:"text-label"},[this._t("default")],2)}),[],!1,null,"6d799cf2",null);t.a=s.exports},UHE7:function(e,t,a){"use strict";a("UmJ6")},UmJ6:function(e,t,a){var i=a("vFyo");"string"==typeof i&&(i=[[e.i,i,""]]);var o={hmr:!0,transform:void 0,insertInto:void 0};a("aET+")(i,o);i.locals&&(e.exports=i.locals)},VrAE:function(e,t,a){(e.exports=a("I1BE")(!1)).push([e.i,".form-label[data-v-4e7c7547]{display:flex;align-items:center;margin-bottom:30px}.form-label .icon[data-v-4e7c7547]{margin-right:10px}.form-label .icon circle[data-v-4e7c7547],.form-label .icon line[data-v-4e7c7547],.form-label .icon path[data-v-4e7c7547],.form-label .icon rect[data-v-4e7c7547]{color:inherit}.form-label .label[data-v-4e7c7547]{font-size:1.125em;font-weight:700}@media (prefers-color-scheme:dark){.form-label .label[data-v-4e7c7547]{color:#bec6cf}}",""])},W0ou:function(e,t,a){var i=a("VrAE");"string"==typeof i&&(i=[[e.i,i,""]]);var o={hmr:!0,transform:void 0,insertInto:void 0};a("aET+")(i,o);i.locals&&(e.exports=i.locals)},XM3O:function(e,t,a){var i=a("1WCK");"string"==typeof i&&(i=[[e.i,i,""]]);var o={hmr:!0,transform:void 0,insertInto:void 0};a("aET+")(i,o);i.locals&&(e.exports=i.locals)},Xm12:function(e,t,a){var i=a("q8nf");"string"==typeof i&&(i=[[e.i,i,""]]);var o={hmr:!0,transform:void 0,insertInto:void 0};a("aET+")(i,o);i.locals&&(e.exports=i.locals)},YQqd:function(e,t,a){var i=a("gvpH");"string"==typeof i&&(i=[[e.i,i,""]]);var o={hmr:!0,transform:void 0,insertInto:void 0};a("aET+")(i,o);i.locals&&(e.exports=i.locals)},eZ9V:function(e,t,a){"use strict";var i=a("CjXH"),o={name:"FormLabel",props:["icon"],components:{CreditCardIcon:i.p,SettingsIcon:i.bb,Edit2Icon:i.t,EditIcon:i.u,UserIcon:i.kb,ToolIcon:i.fb}},s=(a("8aG9"),a("KHd+")),r=Object(s.a)(o,(function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"form-label"},[e.icon?e._e():a("edit2-icon",{staticClass:"icon text-theme",attrs:{size:"22"}}),e._v(" "),"credit-card"===e.icon?a("credit-card-icon",{staticClass:"icon text-theme",attrs:{size:"22"}}):e._e(),e._v(" "),"tool"===e.icon?a("tool-icon",{staticClass:"icon text-theme",attrs:{size:"22"}}):e._e(),e._v(" "),"edit"===e.icon?a("edit-icon",{staticClass:"icon text-theme",attrs:{size:"22"}}):e._e(),e._v(" "),"user"===e.icon?a("user-icon",{staticClass:"icon text-theme",attrs:{size:"22"}}):e._e(),e._v(" "),"settings"===e.icon?a("settings-icon",{staticClass:"icon text-theme",attrs:{size:"22"}}):e._e(),e._v(" "),a("b",{staticClass:"label"},[e._t("default")],2)],1)}),[],!1,null,"4e7c7547",null);t.a=r.exports},gahf:function(e,t,a){"use strict";var i={name:"PageTabGroup"},o=(a("RG1H"),a("KHd+")),s=Object(o.a)(i,(function(){var e=this.$createElement;return(this._self._c||e)("div",{staticClass:"page-tab-group"},[this._t("default")],2)}),[],!1,null,"2b2b530c",null);t.a=s.exports},gvpH:function(e,t,a){(e.exports=a("I1BE")(!1)).push([e.i,".progress-bar[data-v-6ec2be7a]{width:100%;height:5px;background:#f4f5f6;margin-top:6px;border-radius:10px}.progress-bar span[data-v-6ec2be7a]{display:block;height:100%;border-radius:10px;max-width:100%}@media (prefers-color-scheme:dark){.progress-bar[data-v-6ec2be7a]{background:#1e2024}}@media only screen and (min-width:680px) and (prefers-color-scheme:dark){.progress-bar[data-v-6ec2be7a]{background:#1e2024}}",""])},hw5j:function(e,t,a){(e.exports=a("I1BE")(!1)).push([e.i,".detail-storage-item[data-v-d9e0536e]{margin-bottom:35px}.detail-storage-item.disk .icon circle[data-v-d9e0536e],.detail-storage-item.disk .icon line[data-v-d9e0536e],.detail-storage-item.disk .icon path[data-v-d9e0536e],.detail-storage-item.disk .icon polygon[data-v-d9e0536e],.detail-storage-item.disk .icon polyline[data-v-d9e0536e],.detail-storage-item.disk .icon rect[data-v-d9e0536e]{stroke:#1b2539}.detail-storage-item.disk .storage-progress[data-v-d9e0536e] span{background:#1b2539}.detail-storage-item.images .icon circle[data-v-d9e0536e],.detail-storage-item.images .icon line[data-v-d9e0536e],.detail-storage-item.images .icon path[data-v-d9e0536e],.detail-storage-item.images .icon polygon[data-v-d9e0536e],.detail-storage-item.images .icon polyline[data-v-d9e0536e],.detail-storage-item.images .icon rect[data-v-d9e0536e]{stroke:#9d66fe}.detail-storage-item.images .storage-progress[data-v-d9e0536e] span{background:#9d66fe}.detail-storage-item.videos .icon circle[data-v-d9e0536e],.detail-storage-item.videos .icon line[data-v-d9e0536e],.detail-storage-item.videos .icon path[data-v-d9e0536e],.detail-storage-item.videos .icon polygon[data-v-d9e0536e],.detail-storage-item.videos .icon polyline[data-v-d9e0536e],.detail-storage-item.videos .icon rect[data-v-d9e0536e]{stroke:#ffbd2d}.detail-storage-item.videos .storage-progress[data-v-d9e0536e] span{background:#ffbd2d}.detail-storage-item.audios .icon circle[data-v-d9e0536e],.detail-storage-item.audios .icon line[data-v-d9e0536e],.detail-storage-item.audios .icon path[data-v-d9e0536e],.detail-storage-item.audios .icon polygon[data-v-d9e0536e],.detail-storage-item.audios .icon polyline[data-v-d9e0536e],.detail-storage-item.audios .icon rect[data-v-d9e0536e]{stroke:#fe66a1}.detail-storage-item.audios .storage-progress[data-v-d9e0536e] span{background:#fe66a1}.detail-storage-item.documents .icon circle[data-v-d9e0536e],.detail-storage-item.documents .icon line[data-v-d9e0536e],.detail-storage-item.documents .icon path[data-v-d9e0536e],.detail-storage-item.documents .icon polygon[data-v-d9e0536e],.detail-storage-item.documents .icon polyline[data-v-d9e0536e],.detail-storage-item.documents .icon rect[data-v-d9e0536e]{stroke:#fe6057}.detail-storage-item.documents .storage-progress[data-v-d9e0536e] span{background:#fe6057}.detail-storage-item.others .icon circle[data-v-d9e0536e],.detail-storage-item.others .icon line[data-v-d9e0536e],.detail-storage-item.others .icon path[data-v-d9e0536e],.detail-storage-item.others .icon polygon[data-v-d9e0536e],.detail-storage-item.others .icon polyline[data-v-d9e0536e],.detail-storage-item.others .icon rect[data-v-d9e0536e]{stroke:#1b2539}.detail-storage-item.others .storage-progress[data-v-d9e0536e] span{background:#1b2539}.header-storage-item[data-v-d9e0536e]{display:flex;align-items:flex-start;margin-bottom:10px}.header-storage-item .icon[data-v-d9e0536e]{width:35px}.header-storage-item .type[data-v-d9e0536e]{font-size:.9375em;color:#1b2539}.header-storage-item .total-size[data-v-d9e0536e]{font-size:.625em;display:block;color:rgba(27,37,57,.7)}@media (prefers-color-scheme:dark){.header-storage-item .type[data-v-d9e0536e]{color:#bec6cf}.header-storage-item .total-size[data-v-d9e0536e]{color:#7d858c}.detail-storage-item.disk .icon circle[data-v-d9e0536e],.detail-storage-item.disk .icon line[data-v-d9e0536e],.detail-storage-item.disk .icon path[data-v-d9e0536e],.detail-storage-item.disk .icon polygon[data-v-d9e0536e],.detail-storage-item.disk .icon polyline[data-v-d9e0536e],.detail-storage-item.disk .icon rect[data-v-d9e0536e],.detail-storage-item.others .icon circle[data-v-d9e0536e],.detail-storage-item.others .icon line[data-v-d9e0536e],.detail-storage-item.others .icon path[data-v-d9e0536e],.detail-storage-item.others .icon polygon[data-v-d9e0536e],.detail-storage-item.others .icon polyline[data-v-d9e0536e],.detail-storage-item.others .icon rect[data-v-d9e0536e]{stroke:#41454e}.detail-storage-item.disk .storage-progress[data-v-d9e0536e] span,.detail-storage-item.others .storage-progress[data-v-d9e0536e] span{background:#41454e}}",""])},iSNa:function(e,t,a){(e.exports=a("I1BE")(!1)).push([e.i,"#single-page[data-v-549cb9da]{overflow:hidden;width:100%;height:100%;position:relative}#single-page .content-page[data-v-549cb9da]{overflow-y:auto;height:100%;padding-bottom:100px;max-width:700px;width:100%;margin:0 auto}@media only screen and (max-width:960px){#single-page .content-page[data-v-549cb9da]{padding-left:15px;padding-right:15px}}",""])},jCWY:function(e,t,a){"use strict";a("+v8A")},jRoy:function(e,t,a){var i=a("iSNa");"string"==typeof i&&(i=[[e.i,i,""]]);var o={hmr:!0,transform:void 0,insertInto:void 0};a("aET+")(i,o);i.locals&&(e.exports=i.locals)},"nr4+":function(e,t,a){var i=a("3eeM");"string"==typeof i&&(i=[[e.i,i,""]]);var o={hmr:!0,transform:void 0,insertInto:void 0};a("aET+")(i,o);i.locals&&(e.exports=i.locals)},q8nf:function(e,t,a){(e.exports=a("I1BE")(!1)).push([e.i,".mobile-header[data-v-699fe34a]{padding:10px 0;text-align:center;background:#fff;position:sticky;display:none;z-index:6;top:0}.mobile-header>div[data-v-699fe34a]{flex-grow:1;align-self:center;white-space:nowrap}.mobile-header .go-back[data-v-699fe34a]{text-align:left}.mobile-header .location-name[data-v-699fe34a]{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-699fe34a]{text-align:right}.mobile-header .icon[data-v-699fe34a]{vertical-align:middle;margin-top:-4px}@media only screen and (max-width:690px){.mobile-header[data-v-699fe34a]{display:flex;margin-bottom:15px}}@media (prefers-color-scheme:dark){.mobile-header[data-v-699fe34a]{background:#141414}.mobile-header .location-name[data-v-699fe34a]{color:#bec6cf}}",""])},qefO:function(e,t,a){"use strict";var i={name:"PageTab",props:["isLoading"],components:{Spinner:a("zTYo").a}},o=(a("Pq4m"),a("KHd+")),s=Object(o.a)(i,(function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"page-tab"},[this.isLoading?t("div",{attrs:{id:"loader"}},[t("Spinner")],1):this._e(),this._v(" "),this.isLoading?this._e():this._t("default")],2)}),[],!1,null,"3fdf99dd",null);t.a=s.exports},tYrL:function(e,t,a){"use strict";a("jRoy")},vFyo:function(e,t,a){(e.exports=a("I1BE")(!1)).push([e.i,".text-label[data-v-6d799cf2]{font-size:.75em;color:#afafaf;font-weight:700;display:block;margin-bottom:20px}@media (prefers-color-scheme:dark){.text-label[data-v-6d799cf2]{color:#00bc7e}}",""])},xnZf:function(e,t,a){"use strict";var i=a("+Pqb"),o=a("CjXH"),s={name:"StorageItemDetail",props:["percentage","title","type","used"],components:{HardDriveIcon:o.G,FileTextIcon:o.A,ProgressBar:i.a,MusicIcon:o.T,VideoIcon:o.nb,ImageIcon:o.I,FileIcon:o.y}},r=(a("jCWY"),a("KHd+")),d=Object(r.a)(s,(function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("article",{staticClass:"detail-storage-item",class:e.type},[a("div",{staticClass:"header-storage-item"},[a("div",{staticClass:"icon"},["images"==e.type?a("image-icon",{attrs:{size:"23"}}):e._e(),e._v(" "),"videos"==e.type?a("video-icon",{attrs:{size:"23"}}):e._e(),e._v(" "),"audios"==e.type?a("music-icon",{attrs:{size:"23"}}):e._e(),e._v(" "),"documents"==e.type?a("file-text-icon",{attrs:{size:"23"}}):e._e(),e._v(" "),"others"==e.type?a("file-icon",{attrs:{size:"23"}}):e._e(),e._v(" "),"disk"==e.type?a("hard-drive-icon",{attrs:{size:"23"}}):e._e()],1),e._v(" "),a("div",{staticClass:"title"},[a("b",{staticClass:"type"},[e._v(e._s(e.title))]),e._v(" "),a("span",{staticClass:"total-size"},[e._v(e._s(e.used))])])]),e._v(" "),a("ProgressBar",{staticClass:"storage-progress",attrs:{progress:e.percentage}})],1)}),[],!1,null,"d9e0536e",null);t.a=d.exports}}]); |