From 5d74f1a15bbf680301755d31c1edbe017ee1809a Mon Sep 17 00:00:00 2001 From: =?utf8?q?John=20Molakvo=C3=A6?= Date: Thu, 14 Dec 2023 09:49:49 +0100 Subject: [PATCH] fix(files): templates logger usage MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- apps/files/src/init-templates.ts | 2 +- dist/files-init.js | 4 ++-- dist/files-init.js.map | 2 +- dist/files-main.js | 4 ++-- dist/files-main.js.map | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/files/src/init-templates.ts b/apps/files/src/init-templates.ts index 90651826a7c..879b60d0ee4 100644 --- a/apps/files/src/init-templates.ts +++ b/apps/files/src/init-templates.ts @@ -60,7 +60,7 @@ document.body.appendChild(TemplatePickerRoot) // Retrieve and init templates let templates = loadState('files', 'templates', []) let templatesPath = loadState('files', 'templates_path', false) -logger.debug('Templates providers', templates) +logger.debug('Templates providers', { templates }) logger.debug('Templates folder', { templatesPath }) // Init vue app diff --git a/dist/files-init.js b/dist/files-init.js index 9ddc1950fce..e5a07323e52 100644 --- a/dist/files-init.js +++ b/dist/files-init.js @@ -1,3 +1,3 @@ /*! For license information please see files-init.js.LICENSE.txt */ -(()=>{var e,n,i,r={34507:(e,n,i)=>{"use strict";var r=i(5656),o=i(69183),a=i(31352),s=i(93664),l=i(17499);const d=(0,l.IY)().setApp("files").detectUser().build(),c=new r.p$({id:"delete",displayName:(e,t)=>"trashbin"===t.id?(0,a.Iu)("files","Delete permanently"):(0,a.Iu)("files","Delete"),iconSvgInline:()=>'',enabled:e=>e.length>0&&e.map((e=>e.permissions)).every((e=>0!=(e&r.y3.DELETE))),async exec(e){try{return await s.Z.delete(e.encodedSource),(0,o.j8)("files:node:deleted",e),!0}catch(t){return d.error("Error while deleting a file",{error:t,source:e.source,node:e}),!1}},async execBatch(e,t,n){return Promise.all(e.map((e=>this.exec(e,t,n))))},order:100});var u=i(79753);const p=function(e){const t=document.createElement("a");t.download="",t.href=e,t.click()},f=function(e,t){const n=Math.random().toString(36).substring(2),i=(0,u.generateUrl)("/apps/files/ajax/download.php?dir={dir}&files={files}&downloadStartSecret={secret}",{dir:e,secret:n,files:JSON.stringify(t.map((e=>e.basename)))});p(i)},h=function(e){if(0==(e.permissions&r.y3.READ))return!1;if("shared"===e.attributes["mount-type"]){const t=JSON.parse(e.attributes["share-attributes"]).find((e=>"permissions"===e.scope&&"download"===e.key));if(void 0!==t&&!1===t.enabled)return!1}return!0},A=new r.p$({id:"download",displayName:()=>(0,a.Iu)("files","Download"),iconSvgInline:()=>'',enabled:e=>0!==e.length&&(!e.some((e=>e.type===r.Tv.Folder))||!e.some((e=>!e.root?.startsWith("/files"))))&&e.every(h),exec:async(e,t,n)=>e.type===r.Tv.Folder?(f(n,[e]),null):(p(e.source),null),async execBatch(e,t,n){return 1===e.length?(this.exec(e[0],t,n),[null]):(f(n,e),new Array(e.length).fill(null))},order:30});var g=i(65358),m=i(77958),v=i(64024);const w=new r.p$({id:"edit-locally",displayName:()=>(0,a.Iu)("files","Edit locally"),iconSvgInline:()=>'',enabled:e=>1===e.length&&0!=(e[0].permissions&r.y3.UPDATE),exec:async e=>(async function(e){const t=(0,u.generateOcsUrl)("apps/files/api/v1")+"/openlocaleditor?format=json";try{const n=await s.Z.post(t,{path:e}),i=(0,m.ts)()?.uid;let r=`nc://open/${i}@`+window.location.host+(0,g.Ec)(e);r+="?token="+n.data.ocs.data.token,window.location.href=r}catch(e){(0,v.x2)((0,a.Iu)("files","Failed to redirect to client"))}}(e.path),null),order:25});var y=i(20144);const b='',C=e=>e.some((e=>1!==e.attributes.favorite)),x=async(e,t,n)=>{try{const i=(0,u.generateUrl)("/apps/files/api/v1/files")+(0,g.Ec)(e.path);return await s.Z.post(i,{tags:n?[window.OC.TAG_FAVORITE]:[]}),"favorites"!==t.id||n||"/"!==e.dirname||(0,o.j8)("files:node:deleted",e),y.default.set(e.attributes,"favorite",n?1:0),n?(0,o.j8)("files:favorites:added",e):(0,o.j8)("files:favorites:removed",e),!0}catch(t){const i=n?"adding a file to favourites":"removing a file from favourites";return d.error("Error while "+i,{error:t,source:e.source,node:e}),!1}},E=new r.p$({id:"favorite",displayName:e=>C(e)?(0,a.Iu)("files","Add to favorites"):(0,a.Iu)("files","Remove from favorites"),iconSvgInline:e=>C(e)?'':b,enabled:e=>!e.some((e=>!e.root?.startsWith?.("/files")))&&e.every((e=>e.permissions!==r.y3.NONE)),async exec(e,t){const n=C([e]);return await x(e,t,n)},async execBatch(e,t){const n=C(e);return Promise.all(e.map((async e=>await x(e,t,n))))},order:-50});var _=i(93379),k=i.n(_),B=i(7795),T=i.n(B),N=i(90569),I=i.n(N),O=i(3565),P=i.n(O),S=i(19216),D=i.n(S),M=i(44589),j=i.n(M),L=i(51473),R={};R.styleTagTransform=j(),R.setAttributes=P(),R.insert=I().bind(null,"head"),R.domAPI=T(),R.insertStyleElement=D(),k()(L.Z,R),L.Z&&L.Z.locals&&L.Z.locals;var $=i(51120);const{Axios:F,AxiosError:H,CanceledError:V,isCancel:U,CancelToken:z,VERSION:q,all:Z,Cancel:Y,isAxiosError:W,spread:G,toFormData:X,AxiosHeaders:K,HttpStatusCode:J,formToJSON:Q,getAdapter:ee,mergeConfig:te}=$.default;var ne=i(62520),ie=i(59546),re=i(96384),oe=i(59440);let ae;const se=()=>(ae||(ae=new oe.Z({concurrency:3})),ae);var le;!function(e){e.MOVE="Move",e.COPY="Copy",e.MOVE_OR_COPY="move-or-copy"}(le||(le={}));const de=e=>0!=(e.reduce(((e,t)=>Math.min(e,t.permissions)),r.y3.ALL)&r.y3.UPDATE),ce=e=>(e=>e.every((e=>!JSON.parse(e.attributes?.["share-attributes"]??"[]").some((e=>"permissions"===e.scope&&!1===e.enabled&&"download"===e.key)))))(e);var ue=i(25108);const pe=e=>de(e)?ce(e)?le.MOVE_OR_COPY:le.MOVE:le.COPY,fe=async function(e,t,n){let i=arguments.length>3&&void 0!==arguments[3]&&arguments[3];if(!t)return;if(t.type!==r.Tv.Folder)throw new Error((0,a.Iu)("files","Destination is not a folder"));if(e.dirname===t.path)throw new Error((0,a.Iu)("files","This file/folder is already in that directory"));if(t.path.startsWith(e.path))throw new Error((0,a.Iu)("files","You cannot move a file/folder onto itself or into a subfolder of itself"));const l=(0,ne.join)(t.path,e.basename),c=(0,u.generateRemoteUrl)(`dav/files/${(0,m.ts)()?.uid}${l}`);d.debug(`${n} ${e.basename} to ${c}`),y.default.set(e,"status",r.e4.LOADING);const p=se();return await p.add((async()=>{try{await(0,s.Z)({method:n===le.COPY?"COPY":"MOVE",url:e.encodedSource,headers:{Destination:encodeURI(c),Overwrite:i?void 0:"F"}}),n===le.MOVE&&(0,o.j8)("files:node:deleted",e)}catch(e){if(e instanceof H){if(412===e?.response?.status)throw new Error((0,a.Iu)("files","A file or folder with that name already exists in this folder"));if(423===e?.response?.status)throw new Error((0,a.Iu)("files","The files is locked"));if(404===e?.response?.status)throw new Error((0,a.Iu)("files","The file does not exist anymore"));if(e.message)throw new Error(e.message)}throw new Error}finally{y.default.set(e,"status",void 0)}}))},he=new r.p$({id:"move-copy",displayName(e){switch(pe(e)){case le.MOVE:return(0,a.Iu)("files","Move");case le.COPY:return(0,a.Iu)("files","Copy");case le.MOVE_OR_COPY:return(0,a.Iu)("files","Move or copy")}},iconSvgInline:()=>re,enabled:e=>!!e.every((e=>e.root?.startsWith("/files/")))&&e.length>0&&(de(e)||ce(e)),async exec(e,t,n){const i=pe([e]);try{return await async function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"/",n=arguments.length>2?arguments[2]:void 0;const i=(0,v.fn)((0,a.Iu)("files","Chose destination")).allowDirectories(!0).setFilter((e=>0!=(e.permissions&r.y3.CREATE)&&n.fileid!==e.fileid)).setMimeTypeFilter([]).setMultiSelect(!1).startAt(t);return new Promise(((t,r)=>{i.setButtonFactory(((i,o)=>{const s=[],l=(0,ne.basename)(o);return n.dirname===o||n.path===o||(e!==le.COPY&&e!==le.MOVE_OR_COPY||s.push({label:l?(0,a.Iu)("files","Copy to {target}",{target:l}):(0,a.Iu)("files","Copy"),type:"primary",icon:ie,async callback(e){try{await fe(n,e[0],le.COPY),t(!0)}catch(e){r(e)}}}),e!==le.MOVE&&e!==le.MOVE_OR_COPY||s.push({label:l?(0,a.Iu)("files","Move to {target}",{target:l}):(0,a.Iu)("files","Move"),type:e===le.MOVE?"primary":"secondary",icon:re,async callback(e){try{await fe(n,e[0],le.MOVE),t(!0)}catch(e){ue.warn("got error",e),r(e)}}})),s})),i.build().pick().catch((()=>{r(new Error((0,a.Iu)("files","Cancelled move or copy operation")))}))}))}(i,n,e),!0}catch(e){return!!(e instanceof Error&&e.message)&&((0,v.x2)(e.message),null)}},order:15}),Ae='',ge=new r.p$({id:"open-folder",displayName(e){const t=e[0].attributes.displayName||e[0].basename;return(0,a.Iu)("files","Open folder {displayName}",{displayName:t})},iconSvgInline:()=>Ae,enabled(e){if(1!==e.length)return!1;const t=e[0];return!!t.isDavRessource&&t.type===r.Tv.Folder&&0!=(t.permissions&r.y3.READ)},exec:async(e,t,n)=>!(!e||e.type!==r.Tv.Folder)&&(window.OCP.Files.Router.goToRoute(null,{view:t.id,fileid:e.fileid},{dir:(0,ne.join)(n,e.basename)}),null),default:r.DT.HIDDEN,order:-100}),me=new r.p$({id:"open-in-files-recent",displayName:()=>(0,a.Iu)("files","Open in Files"),iconSvgInline:()=>"",enabled:(e,t)=>"recent"===t.id,async exec(e){let t=e.dirname;return e.type===r.Tv.Folder&&(t=t+"/"+e.basename),window.OCP.Files.Router.goToRoute(null,{view:"files",fileid:e.fileid},{dir:t}),null},order:-1e3,default:r.DT.HIDDEN}),ve=new r.p$({id:"rename",displayName:()=>(0,a.Iu)("files","Rename"),iconSvgInline:()=>'',enabled:e=>e.length>0&&e.map((e=>e.permissions)).every((e=>0!=(e&r.y3.UPDATE))),exec:async e=>((0,o.j8)("files:node:rename",e),null),order:10});var we=i(48250);const ye=new r.p$({id:"details",displayName:()=>(0,a.Iu)("files","Open details"),iconSvgInline:()=>we,enabled:e=>1===e.length&&!!e[0]&&!!window?.OCA?.Files?.Sidebar&&((e[0].root?.startsWith("/files/")&&e[0].permissions!==r.y3.NONE)??!1),async exec(e,t,n){try{return await window.OCA.Files.Sidebar.open(e.path),window.OCP.Files.Router.goToRoute(null,{view:t.id,fileid:e.fileid},{dir:n},!0),null}catch(e){return d.error("Error while opening sidebar",{error:e}),!1}},order:-50}),be=new r.p$({id:"view-in-folder",displayName:()=>(0,a.Iu)("files","View in folder"),iconSvgInline:()=>re,enabled(e){if(1!==e.length)return!1;const t=e[0];return!!t.isDavRessource&&t.permissions!==r.y3.NONE&&t.type===r.Tv.File},exec:async(e,t,n)=>!(!e||e.type!==r.Tv.File)&&(window.OCP.Files.Router.goToRoute(null,{view:"files",fileid:e.fileid},{dir:e.dirname}),null),order:80}),Ce=(e,t)=>{let n=e,i=1;for(;t.includes(n);){const t=(0,ne.extname)(e);n=`${(0,ne.basename)(e,t)} (${i++})${t}`}return n},xe={id:"newFolder",displayName:(0,a.Iu)("files","New folder"),enabled:e=>0!=(e.permissions&r.y3.CREATE),iconSvgInline:'',order:0,async handler(e,t){const n=t.map((e=>e.basename)),i=Ce((0,a.Iu)("files","New folder"),n),{fileid:l,source:c}=await(async(e,t)=>{const n=e.source+"/"+t,i=e.encodedSource+"/"+encodeURIComponent(t),r=await(0,s.Z)({method:"MKCOL",url:i,headers:{Overwrite:"F"}});return{fileid:parseInt(r.headers["oc-fileid"]),source:n}})(e,i),u=new r.gt({source:c,id:l,mtime:new Date,owner:(0,m.ts)()?.uid||null,permissions:r.y3.ALL,root:e?.root||"/files/"+(0,m.ts)()?.uid});(0,v.s$)((0,a.Iu)("files",'Created new folder "{name}"',{name:(0,ne.basename)(c)})),d.debug("Created new folder",{folder:u,source:c}),(0,o.j8)("files:node:created",u),(0,o.j8)("files:node:rename",u)}};var Ee=i(43554),_e=i(14596),ke=i(8501),Be=i(79267);const Te="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?self:"undefined"!=typeof window?window:globalThis,Ne=Te.fetch.bind(Te);Te.Headers,Te.Request,Te.Response;const Ie="@@HOTPATCHER",Oe=()=>{};function Pe(e){return{original:e,methods:[e],final:!1}}class Se{constructor(){this._configuration={registry:{},getEmptyAction:"null"},this.__type__=Ie}get configuration(){return this._configuration}get getEmptyAction(){return this.configuration.getEmptyAction}set getEmptyAction(e){this.configuration.getEmptyAction=e}control(e,t=!1){if(!e||e.__type__!==Ie)throw new Error("Failed taking control of target HotPatcher instance: Invalid type or object");return Object.keys(e.configuration.registry).forEach((n=>{this.configuration.registry.hasOwnProperty(n)?t&&(this.configuration.registry[n]=Object.assign({},e.configuration.registry[n])):this.configuration.registry[n]=Object.assign({},e.configuration.registry[n])})),e._configuration=this.configuration,this}execute(e,...t){return(this.get(e)||Oe)(...t)}get(e){const t=this.configuration.registry[e];if(!t)switch(this.getEmptyAction){case"null":return null;case"throw":throw new Error(`Failed handling method request: No method provided for override: ${e}`);default:throw new Error(`Failed handling request which resulted in an empty method: Invalid empty-action specified: ${this.getEmptyAction}`)}return function(...e){if(0===e.length)throw new Error("Failed creating sequence: No functions provided");return function(...t){let n=t;const i=this;for(;e.length>0;)n=[e.shift().apply(i,n)];return n[0]}}(...t.methods)}isPatched(e){return!!this.configuration.registry[e]}patch(e,t,n={}){const{chain:i=!1}=n;if(this.configuration.registry[e]&&this.configuration.registry[e].final)throw new Error(`Failed patching '${e}': Method marked as being final`);if("function"!=typeof t)throw new Error(`Failed patching '${e}': Provided method is not a function`);if(i)this.configuration.registry[e]?this.configuration.registry[e].methods.push(t):this.configuration.registry[e]=Pe(t);else if(this.isPatched(e)){const{original:n}=this.configuration.registry[e];this.configuration.registry[e]=Object.assign(Pe(t),{original:n})}else this.configuration.registry[e]=Pe(t);return this}patchInline(e,t,...n){return this.isPatched(e)||this.patch(e,t),this.execute(e,...n)}plugin(e,...t){return t.forEach((t=>{this.patch(e,t,{chain:!0})})),this}restore(e){if(!this.isPatched(e))throw new Error(`Failed restoring method: No method present for key: ${e}`);if("function"!=typeof this.configuration.registry[e].original)throw new Error(`Failed restoring method: Original method not found or of invalid type for key: ${e}`);return this.configuration.registry[e].methods=[this.configuration.registry[e].original],this}setFinal(e){if(!this.configuration.registry.hasOwnProperty(e))throw new Error(`Failed marking '${e}' as final: No method found for key`);return this.configuration.registry[e].final=!0,this}}let De=null;var Me=i(62639),je=i(2568);const Le="abcdef0123456789";function Re(e,t){const n=e.url.replace("//",""),i=-1==n.indexOf("/")?"/":n.slice(n.indexOf("/")),r=e.method?e.method.toUpperCase():"GET",o=!!/(^|,)\s*auth\s*($|,)/.test(t.qop)&&"auth",a=`00000000${t.nc}`.slice(-8),s=function(e,t,n,i,r,o,a){const s=a||je(`${t}:${n}:${i}`);return e&&"md5-sess"===e.toLowerCase()?je(`${s}:${r}:${o}`):s}(t.algorithm,t.username,t.realm,t.password,t.nonce,t.cnonce,t.ha1),l=je(`${r}:${i}`),d=je(o?`${s}:${t.nonce}:${a}:${t.cnonce}:${o}:${l}`:`${s}:${t.nonce}:${l}`),c={username:t.username,realm:t.realm,nonce:t.nonce,uri:i,qop:o,response:d,nc:a,cnonce:t.cnonce,algorithm:t.algorithm,opaque:t.opaque},u=[];for(const e in c)c[e]&&("qop"===e||"nc"===e||"algorithm"===e?u.push(`${e}=${c[e]}`):u.push(`${e}="${c[e]}"`));return`Digest ${u.join(", ")}`}function $e(e){return function(e){if("object"!=typeof e||null===e||"[object Object]"!=Object.prototype.toString.call(e))return!1;if(null===Object.getPrototypeOf(e))return!0;let t=e;for(;null!==Object.getPrototypeOf(t);)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(e)===t}(e)?Object.assign({},e):Object.setPrototypeOf(Object.assign({},e),Object.getPrototypeOf(e))}function Fe(...e){let t=null,n=[...e];for(;n.length>0;){const e=n.shift();t=t?He(t,e):$e(e)}return t}function He(e,t){const n=$e(e);return Object.keys(t).forEach((e=>{n.hasOwnProperty(e)?Array.isArray(t[e])?n[e]=Array.isArray(n[e])?[...n[e],...t[e]]:[...t[e]]:"object"==typeof t[e]&&t[e]?n[e]="object"==typeof n[e]&&n[e]?He(n[e],t[e]):$e(t[e]):n[e]=t[e]:n[e]=t[e]})),n}function Ve(...e){if(0===e.length)return{};const t={};return e.reduce(((e,n)=>(Object.keys(n).forEach((i=>{const r=i.toLowerCase();t.hasOwnProperty(r)?e[t[r]]=n[i]:(t[r]=i,e[i]=n[i])})),e)),{})}var Ue=i(42830);const ze="function"==typeof ArrayBuffer,{toString:qe}=Object.prototype;function Ze(e){const t=(De||(De=new Se),De);return t.patchInline("request",(e=>t.patchInline("fetch",Ne,e.url,function(e){let t={};const n={method:e.method};if(e.headers&&(t=Ve(t,e.headers)),void 0!==e.data){const[i,r]=function(e){if(!(0,Me.$)()&&e instanceof Ue.Readable)return[e,{}];if("string"==typeof e)return[e,{}];if(null!=(t=e)&&null!=t.constructor&&"function"==typeof t.constructor.isBuffer&&t.constructor.isBuffer(t))return[e,{}];if(function(e){return ze&&(e instanceof ArrayBuffer||"[object ArrayBuffer]"===qe.call(e))}(e))return[e,{}];if(e&&"object"==typeof e)return[JSON.stringify(e),{"content-type":"application/json"}];var t;throw new Error("Unable to convert request body: Unexpected body type: "+typeof e)}(e.data);n.body=i,t=Ve(t,r)}return e.signal&&(n.signal=e.signal),e.withCredentials&&(n.credentials="include"),(0,Me.$)()||(e.httpAgent||e.httpsAgent)&&(n.agent=t=>"http:"===t.protocol?e.httpAgent||new ke.Agent:e.httpsAgent||new Be.Agent),n.headers=t,n}(e))),e)}const Ye=`/files/${(0,m.ts)()?.uid}`,We=(0,u.generateRemoteUrl)("dav"+Ye),Ge=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:We;const t=(0,_e.eI)(e,{headers:{requesttoken:(0,m.IH)()||""}});return(0,_e.lD)().patch("request",(e=>(e.headers?.method&&(e.method=e.headers.method,delete e.headers.method),async function(e){if(!e._digest)return Ze(e);const t=e._digest;delete e._digest,t.hasDigestAuth&&(e=Fe(e,{headers:{Authorization:Re(e,t)}}));const n=await Ze(e);if(401==n.status){if(t.hasDigestAuth=function(e,t){const n=e.headers&&e.headers.get("www-authenticate")||"";if("digest"!==n.split(/\s/)[0].toLowerCase())return!1;const i=/([a-z0-9_-]+)=(?:"([^"]+)"|([a-z0-9_-]+))/gi;for(;;){const e=i.exec(n);if(!e)break;t[e[1]]=e[2]||e[3]}return t.nc+=1,t.cnonce=function(){let e="";for(let t=0;t<32;++t)e=`${e}${Le[Math.floor(16*Math.random())]}`;return e}(),!0}(n,t),t.hasDigestAuth){e=Fe(e,{headers:{Authorization:Re(e,t)}});const n=await Ze(e);return 401==n.status?t.hasDigestAuth=!1:t.nc++,n}}else t.nc++;return n}(e)))),t};var Xe=i(3443);const Ke=function(e){return e.split("").reduce((function(e,t){return(e=(e<<5)-e+t.charCodeAt(0))&e}),0)},Je=Ge(),Qe=function(e){const t=e.props,n=(0,r.zu)(t?.permissions),i=(0,m.ts)()?.uid,o=(0,u.generateRemoteUrl)("dav"+Ye+e.filename),a={id:t?.fileid<0?Ke(o):t?.fileid||0,source:o,mtime:new Date(e.lastmod),mime:e.mime,size:t?.size||0,permissions:n,owner:i,root:Ye,attributes:{...e,...t,hasPreview:t?.["has-preview"],failed:t?.fileid<0}};return delete a.attributes.props,"file"===e.type?new r.$B(a):new r.gt(a)},et=Ge(),tt=`\n\n\t\n\t\t${(0,r.m0)()}\n\t\n\t\n\t\t1\n\t\n`,nt=async function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"/";const t=(0,r.h7)();let n;"/"===e&&(n=await et.stat(e,{details:!0,data:t}));const i=await et.getDirectoryContents(e,{details:!0,data:"/"===e?tt:t,headers:{method:"/"===e?"REPORT":"PROPFIND"},includeSelf:!0}),o=n?.data||i.data[0],a=i.data.filter((t=>t.filename!==e));return{folder:Qe(o),contents:a.map(Qe)}},it=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;return new r.G7({id:rt(e),name:(0,ne.basename)(e),icon:Ae,order:t,params:{dir:e,view:"favorites"},parent:"favorites",columns:[],getContents:nt})},rt=function(e){return`favorite-${Ke(e)}`},ot=Ge((0,u.generateRemoteUrl)("dav")),at=Math.round(Date.now()/1e3-1209600),st=`\n\n\t\n\t\t\n\t\t\t\n\t\t\t\t${(0,r.m0)()}\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t/files/${(0,m.ts)()?.uid}/\n\t\t\t\tinfinity\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\thttpd/unix-directory\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t0\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t${at}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t100\n\t\t\t0\n\t\t\n\t\n`;var lt=i(22175),dt=i(25475);const ct={name:"TemplatePreview",inheritAttrs:!1,props:{basename:{type:String,required:!0},checked:{type:Boolean,default:!1},fileid:{type:[String,Number],required:!0},filename:{type:String,required:!0},previewUrl:{type:String,default:null},hasPreview:{type:Boolean,default:!0},mime:{type:String,required:!0},ratio:{type:Number,default:null}},data:()=>({failedPreview:!1}),computed:{nameWithoutExt(){return this.basename.indexOf(".")>-1?this.basename.split(".").slice(0,-1).join("."):this.basename},id(){return`template-picker-${this.fileid}`},realPreviewUrl(){return this.failedPreview&&this.mimeIcon?this.mimeIcon:this.previewUrl?this.previewUrl:(0,m.ts)()?(0,u.generateUrl)(`/core/preview?fileId=${this.fileid}&x=256&y=256&a=1`):(0,u.generateUrl)(`/apps/files_sharing/publicpreview/${document.getElementById("sharingToken")&&document.getElementById("sharingToken").value}?fileId=${this.fileid}&file=${function(e){const t=(e.startsWith("/")?e:`/${e}`).split("/");let n="";return t.forEach((e=>{""!==e&&(n+="/"+encodeURIComponent(e))})),n}(this.filename)}&x=256&y=256&a=1`)},mimeIcon(){return OC.MimeType.getIconUrl(this.mime)}},methods:{onCheck(){this.$emit("check",this.fileid)},onFailure(){this.failedPreview=!0}}};var ut=i(92246),pt={};pt.styleTagTransform=j(),pt.setAttributes=P(),pt.insert=I().bind(null,"head"),pt.domAPI=T(),pt.insertStyleElement=D(),k()(ut.Z,pt),ut.Z&&ut.Z.locals&&ut.Z.locals;var ft=i(51900);const ht=(0,ft.Z)(ct,(function(){var e=this,t=e._self._c;return t("li",{staticClass:"template-picker__item"},[t("input",{staticClass:"radio",attrs:{id:e.id,type:"radio",name:"template-picker"},domProps:{checked:e.checked},on:{change:e.onCheck}}),e._v(" "),t("label",{staticClass:"template-picker__label",attrs:{for:e.id}},[t("div",{staticClass:"template-picker__preview",class:e.failedPreview?"template-picker__preview--failed":""},[t("img",{staticClass:"template-picker__image",attrs:{src:e.realPreviewUrl,alt:"",draggable:"false"},on:{error:e.onFailure}})]),e._v(" "),t("span",{staticClass:"template-picker__title"},[e._v("\n\t\t\t"+e._s(e.nameWithoutExt)+"\n\t\t")])])])}),[],!1,null,"0859a92c",null).exports,At=y.default.extend({name:"TemplatePicker",components:{NcEmptyContent:lt.Z,NcModal:dt.Z,TemplatePreview:ht},props:{logger:{type:Object,required:!0}},data:()=>({checked:-1,loading:!1,name:null,opened:!1,provider:null}),computed:{extension(){return(0,ne.extname)(this.name)},nameWithoutExt(){return this.extension?this.name.slice(0,0-this.extension.length):this.name},emptyTemplate(){return{basename:t("files","Blank"),fileid:-1,filename:this.t("files","Blank"),hasPreview:!1,mime:this.provider?.mimetypes[0]||this.provider?.mimetypes}},selectedTemplate(){return this.provider?this.provider.templates.find((e=>e.fileid===this.checked)):null},style(){if(!this.provider)return{};const e=(this.provider.ratio?this.provider.ratio:1.77)>1?240:160;return{"--margin":"8px","--width":e+"px","--border":"2px","--fullwidth":e+16+4+"px","--height":this.provider.ratio?Math.round(e/this.provider.ratio)+"px":null}}},methods:{async open(e,t){this.checked=this.emptyTemplate.fileid,this.name=e,this.provider=t;const n=(await async function(){return(await s.Z.get((0,u.generateOcsUrl)("apps/files/api/v1/templates"))).data.ocs.data}()).find((e=>e.app===t.app&&e.label===t.label));if(null===n)throw new Error("Failed to match provider in results");this.provider=n,0!==n.templates.length?this.opened=!0:this.onSubmit()},close(){this.checked=this.emptyTemplate.fileid,this.loading=!1,this.name=null,this.opened=!1,this.provider=null},onCheck(e){this.checked=e},async onSubmit(){this.loading=!0;const e=new URL(window.location.href).searchParams.get("dir")||"/";this.nameWithoutExt===this.name&&(this.logger.warn("Fixed invalid filename",{name:this.name,extension:this.provider?.extension}),this.name=this.name+this.provider?.extension);try{const t=await async function(e,t,n){return(await s.Z.post((0,u.generateOcsUrl)("apps/files/api/v1/templates/create"),{filePath:e,templatePath:t,templateType:n})).data.ocs.data}((0,ne.normalize)(`${e}/${this.name}`),this.selectedTemplate?.filename,this.selectedTemplate?.templateType);this.logger.debug("Created new file",t);const n=(0,m.ts)()?.uid||null,i=new r.$B({id:t.fileid,source:(0,u.generateRemoteUrl)((0,ne.join)("dav/files",n,t.filename)),root:`/files/${n}`,mime:t.mime,mtime:new Date(1e3*t.lastmod),owner:n,size:t.size,permissions:t.permissions,attributes:{...t,"has-preview":t.hasPreview}});(0,o.j8)("files:node:created",i),window.OCP.Files.Router.goToRoute(null,{view:"files",fileid:i.fileid},{dir:i.dirname,openfile:!0}),this.close()}catch(e){this.logger.error("Error while creating the new file from template",{error:e}),(0,v.x2)(this.t("files","Unable to create new file from template"))}finally{this.loading=!1}}}});var gt=i(24142),mt={};mt.styleTagTransform=j(),mt.setAttributes=P(),mt.insert=I().bind(null,"head"),mt.domAPI=T(),mt.insertStyleElement=D(),k()(gt.Z,mt),gt.Z&>.Z.locals&>.Z.locals;const vt=(0,ft.Z)(At,(function(){var e=this,t=e._self._c;return e._self._setupProxy,e.opened?t("NcModal",{staticClass:"templates-picker",attrs:{"clear-view-delay":-1,size:"large"},on:{close:e.close}},[t("form",{staticClass:"templates-picker__form",style:e.style,on:{submit:function(t){return t.preventDefault(),t.stopPropagation(),e.onSubmit.apply(null,arguments)}}},[t("h2",[e._v(e._s(e.t("files","Pick a template for {name}",{name:e.nameWithoutExt})))]),e._v(" "),t("ul",{staticClass:"templates-picker__list"},[t("TemplatePreview",e._b({attrs:{checked:e.checked===e.emptyTemplate.fileid},on:{check:e.onCheck}},"TemplatePreview",e.emptyTemplate,!1)),e._v(" "),e._l(e.provider.templates,(function(n){return t("TemplatePreview",e._b({key:n.fileid,attrs:{checked:e.checked===n.fileid,ratio:e.provider.ratio},on:{check:e.onCheck}},"TemplatePreview",n,!1))}))],2),e._v(" "),t("div",{staticClass:"templates-picker__buttons"},[t("input",{staticClass:"primary",attrs:{type:"submit","aria-label":e.t("files","Create a new file with the selected template")},domProps:{value:e.t("files","Create")}})])]),e._v(" "),e.loading?t("NcEmptyContent",{staticClass:"templates-picker__loading",attrs:{icon:"icon-loading"}},[e._v("\n\t\t"+e._s(e.t("files","Creating file"))+"\n\t")]):e._e()],1):e._e()}),[],!1,null,"48121b39",null).exports,wt=(0,l.IY)().setApp("files").detectUser().build();y.default.mixin({methods:{t:a.Iu,n:a.uN}});const yt=document.createElement("div");yt.id="template-picker",document.body.appendChild(yt);let bt=(0,Ee.j)("files","templates",[]),Ct=(0,Ee.j)("files","templates_path",!1);wt.debug("Templates providers",bt),wt.debug("Templates folder",{templatesPath:Ct});const xt=new(y.default.extend(vt))({name:"TemplatePicker",propsData:{logger:wt}});xt.$mount("#template-picker"),Ct||(wt.debug("Templates folder not initialized"),(0,r.cd)({id:"template-picker",displayName:(0,a.Iu)("files","Create new templates folder"),iconSvgInline:'',order:10,enabled:e=>e.owner===(0,m.ts)()?.uid&&0!=(e.permissions&r.y3.CREATE),handler(e,t){const n=t.map((e=>e.basename)),i=Ce((0,a.Iu)("files","Templates"),n);Et(e,i),(0,r.oE)("template-picker")}})),bt.forEach(((e,t)=>{(0,r.cd)({id:`template-new-${e.app}-${t}`,displayName:e.label,iconClass:e.iconClass||"icon-file",enabled:e=>0!=(e.permissions&r.y3.CREATE),order:11,handler(t,n){const i=n.map((e=>e.basename)),r=Ce(e.label+e.extension,i);xt.open(r,e)}})}));const Et=async function(e,t){const n=(0,ne.join)(e.path,t);try{wt.debug("Initializing the templates directory",{templatePath:n});const e=await s.Z.post((0,u.generateOcsUrl)("apps/files/api/v1/templates/path"),{templatePath:n,copySystemTemplates:!0});window.OCP.Files.Router.goToRoute(null,{view:"files",fileid:void 0},{dir:n}),bt=e.data.ocs.data.templates,Ct=e.data.ocs.data.template_path}catch(e){wt.error("Unable to initialize the templates directory"),(0,v.x2)((0,a.Iu)("files","Unable to initialize the templates directory"))}};(0,r.p4)(c),(0,r.p4)(A),(0,r.p4)(w),(0,r.p4)(E),(0,r.p4)(he),(0,r.p4)(ge),(0,r.p4)(me),(0,r.p4)(ve),(0,r.p4)(ye),(0,r.p4)(be),(0,r.cd)(xe),(()=>{const e=(0,Ee.j)("files","favoriteFolders",[]),t=e.map(((e,t)=>it(e,t))),n=(0,r.Ti)();n.register(new r.G7({id:"favorites",name:(0,a.Iu)("files","Favorites"),caption:(0,a.Iu)("files","List of favorites files and folders."),emptyTitle:(0,a.Iu)("files","No favorites yet"),emptyCaption:(0,a.Iu)("files","Files and folders you mark as favorite will show up here"),icon:b,order:5,columns:[],getContents:nt})),t.forEach((e=>n.register(e))),(0,o.Ld)("files:favorites:added",(e=>{e.type===r.Tv.Folder&&(null!==e.path&&e.root?.startsWith("/files")?s(e.path):d.error("Favorite folder is not within user files root",{node:e}))})),(0,o.Ld)("files:favorites:removed",(e=>{e.type===r.Tv.Folder&&(null!==e.path&&e.root?.startsWith("/files")?l(e.path):d.error("Favorite folder is not within user files root",{node:e}))}));const i=function(){e.sort(((e,t)=>e.localeCompare(t,(0,a.G3)(),{ignorePunctuation:!0}))),e.forEach(((e,n)=>{const i=t.find((t=>t.id===rt(e)));i&&(i.order=n)}))},s=function(r){const o=it(r);e.find((e=>e===r))||(e.push(r),t.push(o),i(),n.register(o))},l=function(r){const o=rt(r),a=e.findIndex((e=>e===r));-1!==a&&(e.splice(a,1),t.splice(a,1),n.remove(o),i())}})(),(0,r.Ti)().register(new r.G7({id:"files",name:(0,a.Iu)("files","All files"),caption:(0,a.Iu)("files","List of your files and folders."),icon:Ae,order:0,getContents:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"/";const t=new AbortController,n=(0,r.h7)();return new Xe.CancelablePromise((async(i,r,o)=>{o((()=>t.abort()));try{const r=await Je.getDirectoryContents(e,{details:!0,data:n,includeSelf:!0,signal:t.signal}),o=r.data[0],a=r.data.slice(1);if(o.filename!==e)throw new Error("Root node does not match requested path");i({folder:Qe(o),contents:a.map((e=>{try{return Qe(e)}catch(t){return d.error(`Invalid node detected '${e.basename}'`,{error:t}),null}})).filter(Boolean)})}catch(e){r(e)}}))}})),(0,r.Ti)().register(new r.G7({id:"recent",name:(0,a.Iu)("files","Recent"),caption:(0,a.Iu)("files","List of recently modified files and folders."),emptyTitle:(0,a.Iu)("files","No recently modified files"),emptyCaption:(0,a.Iu)("files","Files and folders you recently modified will show up here."),icon:'',order:2,defaultSortKey:"mtime",getContents:async function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"/";const t=(await ot.getDirectoryContents(e,{details:!0,data:st,headers:{method:"SEARCH","Content-Type":"application/xml; charset=utf-8"},deep:!0})).data;return{folder:new r.gt({id:0,source:(0,u.generateRemoteUrl)("dav"+Ye),root:Ye,owner:(0,m.ts)()?.uid||null,permissions:r.y3.READ}),contents:t.map(Qe)}}})),"serviceWorker"in navigator?window.addEventListener("load",(async()=>{try{const e=(0,u.generateUrl)("/apps/files/preview-service-worker.js",{},{noRewrite:!0}),t=await navigator.serviceWorker.register(e,{scope:"/"});d.debug("SW registered: ",{registration:t})}catch(e){d.error("SW registration failed: ",{error:e})}})):d.debug("Service Worker is not enabled on this browser."),(0,r.qq)("nc:hidden",{nc:"http://nextcloud.org/ns"}),(0,r.qq)("nc:metadata-files-live-photo",{nc:"http://nextcloud.org/ns"})},50584:e=>{e.exports={100:"Continue",101:"Switching Protocols",102:"Processing",200:"OK",201:"Created",202:"Accepted",203:"Non-Authoritative Information",204:"No Content",205:"Reset Content",206:"Partial Content",207:"Multi-Status",208:"Already Reported",226:"IM Used",300:"Multiple Choices",301:"Moved Permanently",302:"Found",303:"See Other",304:"Not Modified",305:"Use Proxy",307:"Temporary Redirect",308:"Permanent Redirect",400:"Bad Request",401:"Unauthorized",402:"Payment Required",403:"Forbidden",404:"Not Found",405:"Method Not Allowed",406:"Not Acceptable",407:"Proxy Authentication Required",408:"Request Timeout",409:"Conflict",410:"Gone",411:"Length Required",412:"Precondition Failed",413:"Payload Too Large",414:"URI Too Long",415:"Unsupported Media Type",416:"Range Not Satisfiable",417:"Expectation Failed",418:"I'm a teapot",421:"Misdirected Request",422:"Unprocessable Entity",423:"Locked",424:"Failed Dependency",425:"Unordered Collection",426:"Upgrade Required",428:"Precondition Required",429:"Too Many Requests",431:"Request Header Fields Too Large",451:"Unavailable For Legal Reasons",500:"Internal Server Error",501:"Not Implemented",502:"Bad Gateway",503:"Service Unavailable",504:"Gateway Timeout",505:"HTTP Version Not Supported",506:"Variant Also Negotiates",507:"Insufficient Storage",508:"Loop Detected",509:"Bandwidth Limit Exceeded",510:"Not Extended",511:"Network Authentication Required"}},3443:function(e,t,n){var i,r,o=n(25108);function a(e){return a="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},a(e)}"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self&&self,i=function(e){"use strict";function t(e,n){return t=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},t(e,n)}function n(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=i(e);if(t){var o=i(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return function(e,t){if(t&&("object"===a(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}(this,n)}}function i(e){return i=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},i(e)}function r(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!n){if(Array.isArray(e)||(n=function(e,t){if(e){if("string"==typeof e)return s(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?s(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){n&&(e=n);var i=0,r=function(){};return{s:r,n:function(){return i>=e.length?{done:!0}:{done:!1,value:e[i++]}},e:function(e){throw e},f:r}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,a=!0,l=!1;return{s:function(){n=n.call(e)},n:function(){var e=n.next();return a=e.done,e},e:function(e){l=!0,o=e},f:function(){try{a||null==n.return||n.return()}finally{if(l)throw o}}}}function s(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,i=new Array(t);n{"use strict";n.d(t,{Z:()=>h});var i=n(87537),r=n.n(i),o=n(23645),a=n.n(o),s=n(61667),l=n.n(s),d=new URL(n(81490),n.b),c=new URL(n(90888),n.b),u=a()(r()),p=l()(d),f=l()(c);u.push([e.id,`@charset "UTF-8";\n/**\n * @copyright Copyright (c) 2019 Julius Härtl \n *\n * @author Julius Härtl \n * @author John Molakvoæ \n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n */\n.toastify.dialogs {\n min-width: 200px;\n background: none;\n background-color: var(--color-main-background);\n color: var(--color-main-text);\n box-shadow: 0 0 6px 0 var(--color-box-shadow);\n padding: 0 12px;\n margin-top: 45px;\n position: fixed;\n z-index: 10100;\n border-radius: var(--border-radius);\n display: flex;\n align-items: center;\n}\n.toastify.dialogs .toast-undo-container {\n display: flex;\n align-items: center;\n}\n.toastify.dialogs .toast-undo-button,\n.toastify.dialogs .toast-close {\n position: static;\n overflow: hidden;\n box-sizing: border-box;\n min-width: 44px;\n height: 100%;\n padding: 12px;\n white-space: nowrap;\n background-repeat: no-repeat;\n background-position: center;\n background-color: transparent;\n min-height: 0;\n}\n.toastify.dialogs .toast-undo-button.toast-close,\n.toastify.dialogs .toast-close.toast-close {\n text-indent: 0;\n opacity: .4;\n border: none;\n min-height: 44px;\n margin-left: 10px;\n font-size: 0;\n}\n.toastify.dialogs .toast-undo-button.toast-close:before,\n.toastify.dialogs .toast-close.toast-close:before {\n background-image: url(${p});\n content: " ";\n filter: var(--background-invert-if-dark);\n display: inline-block;\n width: 16px;\n height: 16px;\n}\n.toastify.dialogs .toast-undo-button.toast-undo-button,\n.toastify.dialogs .toast-close.toast-undo-button {\n height: calc(100% - 6px);\n margin: 3px 3px 3px 12px;\n}\n.toastify.dialogs .toast-undo-button:hover,\n.toastify.dialogs .toast-undo-button:focus,\n.toastify.dialogs .toast-undo-button:active,\n.toastify.dialogs .toast-close:hover,\n.toastify.dialogs .toast-close:focus,\n.toastify.dialogs .toast-close:active {\n cursor: pointer;\n opacity: 1;\n}\n.toastify.dialogs.toastify-top {\n right: 10px;\n}\n.toastify.dialogs.toast-with-click {\n cursor: pointer;\n}\n.toastify.dialogs.toast-error {\n border-left: 3px solid var(--color-error);\n}\n.toastify.dialogs.toast-info {\n border-left: 3px solid var(--color-primary);\n}\n.toastify.dialogs.toast-warning {\n border-left: 3px solid var(--color-warning);\n}\n.toastify.dialogs.toast-success,\n.toastify.dialogs.toast-undo {\n border-left: 3px solid var(--color-success);\n}\n.theme--dark .toastify.dialogs .toast-close.toast-close:before {\n background-image: url(${f});\n}\n._file-picker__file-icon_1vgv4_5 {\n width: 32px;\n height: 32px;\n min-width: 32px;\n min-height: 32px;\n background-repeat: no-repeat;\n background-size: contain;\n display: flex;\n justify-content: center;\n}\ntr.file-picker__row[data-v-6aded0d9] {\n height: var(--row-height, 50px);\n}\ntr.file-picker__row td[data-v-6aded0d9] {\n cursor: pointer;\n overflow: hidden;\n text-overflow: ellipsis;\n border-bottom: none;\n}\ntr.file-picker__row td[data-v-6aded0d9]:not(.row-checkbox) {\n padding-inline: 14px 0;\n}\ntr.file-picker__row td.row-size[data-v-6aded0d9] {\n text-align: end;\n padding-inline: 0 14px;\n}\ntr.file-picker__row td.row-name[data-v-6aded0d9] {\n padding-inline: 2px 0;\n}\n@keyframes gradient-6aded0d9 {\n 0% {\n background-position: 0% 50%;\n }\n 50% {\n background-position: 100% 50%;\n }\n to {\n background-position: 0% 50%;\n }\n}\n.loading-row .row-checkbox[data-v-6aded0d9] {\n text-align: center !important;\n}\n.loading-row span[data-v-6aded0d9] {\n display: inline-block;\n height: 24px;\n background: linear-gradient(to right, var(--color-background-darker), var(--color-text-maxcontrast), var(--color-background-darker));\n background-size: 600px 100%;\n border-radius: var(--border-radius);\n animation: gradient-6aded0d9 12s ease infinite;\n}\n.loading-row .row-wrapper[data-v-6aded0d9] {\n display: inline-flex;\n align-items: center;\n}\n.loading-row .row-checkbox span[data-v-6aded0d9] {\n width: 24px;\n}\n.loading-row .row-name span[data-v-6aded0d9]:last-of-type {\n margin-inline-start: 6px;\n width: 130px;\n}\n.loading-row .row-size span[data-v-6aded0d9] {\n width: 80px;\n}\n.loading-row .row-modified span[data-v-6aded0d9] {\n width: 90px;\n}\ntr.file-picker__row[data-v-ee6f34b5] {\n height: var(--row-height, 50px);\n}\ntr.file-picker__row td[data-v-ee6f34b5] {\n cursor: pointer;\n overflow: hidden;\n text-overflow: ellipsis;\n border-bottom: none;\n}\ntr.file-picker__row td[data-v-ee6f34b5]:not(.row-checkbox) {\n padding-inline: 14px 0;\n}\ntr.file-picker__row td.row-size[data-v-ee6f34b5] {\n text-align: end;\n padding-inline: 0 14px;\n}\ntr.file-picker__row td.row-name[data-v-ee6f34b5] {\n padding-inline: 2px 0;\n}\n.file-picker__row--selected[data-v-ee6f34b5] {\n background-color: var(--color-background-dark);\n}\n.file-picker__row[data-v-ee6f34b5]:hover {\n background-color: var(--color-background-hover);\n}\n.file-picker__name-container[data-v-ee6f34b5] {\n display: flex;\n justify-content: start;\n align-items: center;\n height: 100%;\n}\n.file-picker__file-name[data-v-ee6f34b5] {\n padding-inline-start: 6px;\n min-width: 0;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.file-picker__file-extension[data-v-ee6f34b5] {\n color: var(--color-text-maxcontrast);\n min-width: fit-content;\n}\n.file-picker__header-preview[data-v-4297db37] {\n width: 22px;\n height: 32px;\n flex: 0 0 auto;\n}\n.file-picker__files[data-v-4297db37] {\n margin: 2px;\n margin-inline-start: 12px;\n overflow: scroll auto;\n}\n.file-picker__files table[data-v-4297db37] {\n width: 100%;\n max-height: 100%;\n table-layout: fixed;\n}\n.file-picker__files th[data-v-4297db37] {\n position: -webkit-sticky;\n position: sticky;\n z-index: 1;\n top: 0;\n background-color: var(--color-main-background);\n padding: 2px;\n}\n.file-picker__files th .header-wrapper[data-v-4297db37] {\n display: flex;\n}\n.file-picker__files th.row-checkbox[data-v-4297db37] {\n width: 44px;\n}\n.file-picker__files th.row-name[data-v-4297db37] {\n width: 230px;\n}\n.file-picker__files th.row-size[data-v-4297db37] {\n width: 100px;\n}\n.file-picker__files th.row-modified[data-v-4297db37] {\n width: 120px;\n}\n.file-picker__files th[data-v-4297db37]:not(.row-size) .button-vue__wrapper {\n justify-content: start;\n flex-direction: row-reverse;\n}\n.file-picker__files th[data-v-4297db37]:not(.row-size) .button-vue {\n padding-inline: 16px 4px;\n}\n.file-picker__files th.row-size[data-v-4297db37] .button-vue__wrapper {\n justify-content: end;\n}\n.file-picker__files th[data-v-4297db37] .button-vue__wrapper {\n color: var(--color-text-maxcontrast);\n}\n.file-picker__files th[data-v-4297db37] .button-vue__wrapper .button-vue__text {\n font-weight: 400;\n}\n.file-picker__breadcrumbs[data-v-3bc9efa5] {\n flex-grow: 0 !important;\n}\n.file-picker__side[data-v-fcfd0f23] {\n display: flex;\n flex-direction: column;\n align-items: start;\n gap: .5rem;\n min-width: 200px;\n padding-block: 2px;\n overflow: auto;\n}\n.file-picker__side[data-v-fcfd0f23] .button-vue__wrapper {\n justify-content: start;\n}\n.file-picker__filter-input[data-v-fcfd0f23] {\n margin-block: 7px;\n max-width: 260px;\n}\n@media (max-width: 736px) {\n .file-picker__side[data-v-fcfd0f23] {\n flex-direction: row;\n min-width: unset;\n }\n}\n@media (max-width: 512px) {\n .file-picker__side[data-v-fcfd0f23] {\n flex-direction: row;\n min-width: unset;\n }\n .file-picker__filter-input[data-v-fcfd0f23] {\n max-width: unset;\n }\n}\n.file-picker__navigation {\n padding-inline: 2px;\n}\n.file-picker__navigation,\n.file-picker__navigation * {\n box-sizing: border-box;\n}\n.file-picker__navigation .v-select.select {\n min-width: 220px;\n}\n@media (min-width: 513px) and (max-width: 736px) {\n .file-picker__navigation {\n gap: 11px;\n }\n}\n@media (max-width: 512px) {\n .file-picker__navigation {\n flex-direction: column-reverse !important;\n }\n}\n.file-picker__view[data-v-86a13079] {\n height: 50px;\n display: flex;\n justify-content: start;\n align-items: center;\n}\n.file-picker__view h3[data-v-86a13079] {\n font-weight: 700;\n height: fit-content;\n margin: 0;\n}\n.file-picker__main[data-v-86a13079] {\n box-sizing: border-box;\n width: 100%;\n display: flex;\n flex-direction: column;\n min-height: 0;\n flex: 1;\n padding-inline: 2px;\n}\n.file-picker__main *[data-v-86a13079] {\n box-sizing: border-box;\n}\n[data-v-86a13079] .file-picker {\n height: min(80vh, 800px);\n}\n@media (max-width: 512px) {\n [data-v-86a13079] .file-picker {\n height: calc(100% - 16px - var(--default-clickable-area));\n }\n}\n[data-v-86a13079] .file-picker__content {\n display: flex;\n flex-direction: column;\n overflow: hidden;\n}\n`,"",{version:3,sources:["webpack://./node_modules/@nextcloud/dialogs/dist/style.css"],names:[],mappings:"AAAA,gBAAgB;AAChB;;;;;;;;;;;;;;;;;;;;EAoBE;AACF;EACE,gBAAgB;EAChB,gBAAgB;EAChB,8CAA8C;EAC9C,6BAA6B;EAC7B,6CAA6C;EAC7C,eAAe;EACf,gBAAgB;EAChB,eAAe;EACf,cAAc;EACd,mCAAmC;EACnC,aAAa;EACb,mBAAmB;AACrB;AACA;EACE,aAAa;EACb,mBAAmB;AACrB;AACA;;EAEE,gBAAgB;EAChB,gBAAgB;EAChB,sBAAsB;EACtB,eAAe;EACf,YAAY;EACZ,aAAa;EACb,mBAAmB;EACnB,4BAA4B;EAC5B,2BAA2B;EAC3B,6BAA6B;EAC7B,aAAa;AACf;AACA;;EAEE,cAAc;EACd,WAAW;EACX,YAAY;EACZ,gBAAgB;EAChB,iBAAiB;EACjB,YAAY;AACd;AACA;;EAEE,yDAAiR;EACjR,YAAY;EACZ,wCAAwC;EACxC,qBAAqB;EACrB,WAAW;EACX,YAAY;AACd;AACA;;EAEE,wBAAwB;EACxB,wBAAwB;AAC1B;AACA;;;;;;EAME,eAAe;EACf,UAAU;AACZ;AACA;EACE,WAAW;AACb;AACA;EACE,eAAe;AACjB;AACA;EACE,yCAAyC;AAC3C;AACA;EACE,2CAA2C;AAC7C;AACA;EACE,2CAA2C;AAC7C;AACA;;EAEE,2CAA2C;AAC7C;AACA;EACE,yDAAiU;AACnU;AACA;EACE,WAAW;EACX,YAAY;EACZ,eAAe;EACf,gBAAgB;EAChB,4BAA4B;EAC5B,wBAAwB;EACxB,aAAa;EACb,uBAAuB;AACzB;AACA;EACE,+BAA+B;AACjC;AACA;EACE,eAAe;EACf,gBAAgB;EAChB,uBAAuB;EACvB,mBAAmB;AACrB;AACA;EACE,sBAAsB;AACxB;AACA;EACE,eAAe;EACf,sBAAsB;AACxB;AACA;EACE,qBAAqB;AACvB;AACA;EACE;IACE,2BAA2B;EAC7B;EACA;IACE,6BAA6B;EAC/B;EACA;IACE,2BAA2B;EAC7B;AACF;AACA;EACE,6BAA6B;AAC/B;AACA;EACE,qBAAqB;EACrB,YAAY;EACZ,oIAAoI;EACpI,2BAA2B;EAC3B,mCAAmC;EACnC,8CAA8C;AAChD;AACA;EACE,oBAAoB;EACpB,mBAAmB;AACrB;AACA;EACE,WAAW;AACb;AACA;EACE,wBAAwB;EACxB,YAAY;AACd;AACA;EACE,WAAW;AACb;AACA;EACE,WAAW;AACb;AACA;EACE,+BAA+B;AACjC;AACA;EACE,eAAe;EACf,gBAAgB;EAChB,uBAAuB;EACvB,mBAAmB;AACrB;AACA;EACE,sBAAsB;AACxB;AACA;EACE,eAAe;EACf,sBAAsB;AACxB;AACA;EACE,qBAAqB;AACvB;AACA;EACE,8CAA8C;AAChD;AACA;EACE,+CAA+C;AACjD;AACA;EACE,aAAa;EACb,sBAAsB;EACtB,mBAAmB;EACnB,YAAY;AACd;AACA;EACE,yBAAyB;EACzB,YAAY;EACZ,gBAAgB;EAChB,uBAAuB;AACzB;AACA;EACE,oCAAoC;EACpC,sBAAsB;AACxB;AACA;EACE,WAAW;EACX,YAAY;EACZ,cAAc;AAChB;AACA;EACE,WAAW;EACX,yBAAyB;EACzB,qBAAqB;AACvB;AACA;EACE,WAAW;EACX,gBAAgB;EAChB,mBAAmB;AACrB;AACA;EACE,wBAAwB;EACxB,gBAAgB;EAChB,UAAU;EACV,MAAM;EACN,8CAA8C;EAC9C,YAAY;AACd;AACA;EACE,aAAa;AACf;AACA;EACE,WAAW;AACb;AACA;EACE,YAAY;AACd;AACA;EACE,YAAY;AACd;AACA;EACE,YAAY;AACd;AACA;EACE,sBAAsB;EACtB,2BAA2B;AAC7B;AACA;EACE,wBAAwB;AAC1B;AACA;EACE,oBAAoB;AACtB;AACA;EACE,oCAAoC;AACtC;AACA;EACE,gBAAgB;AAClB;AACA;EACE,uBAAuB;AACzB;AACA;EACE,aAAa;EACb,sBAAsB;EACtB,kBAAkB;EAClB,UAAU;EACV,gBAAgB;EAChB,kBAAkB;EAClB,cAAc;AAChB;AACA;EACE,sBAAsB;AACxB;AACA;EACE,iBAAiB;EACjB,gBAAgB;AAClB;AACA;EACE;IACE,mBAAmB;IACnB,gBAAgB;EAClB;AACF;AACA;EACE;IACE,mBAAmB;IACnB,gBAAgB;EAClB;EACA;IACE,gBAAgB;EAClB;AACF;AACA;EACE,mBAAmB;AACrB;AACA;;EAEE,sBAAsB;AACxB;AACA;EACE,gBAAgB;AAClB;AACA;EACE;IACE,SAAS;EACX;AACF;AACA;EACE;IACE,yCAAyC;EAC3C;AACF;AACA;EACE,YAAY;EACZ,aAAa;EACb,sBAAsB;EACtB,mBAAmB;AACrB;AACA;EACE,gBAAgB;EAChB,mBAAmB;EACnB,SAAS;AACX;AACA;EACE,sBAAsB;EACtB,WAAW;EACX,aAAa;EACb,sBAAsB;EACtB,aAAa;EACb,OAAO;EACP,mBAAmB;AACrB;AACA;EACE,sBAAsB;AACxB;AACA;EACE,wBAAwB;AAC1B;AACA;EACE;IACE,yDAAyD;EAC3D;AACF;AACA;EACE,aAAa;EACb,sBAAsB;EACtB,gBAAgB;AAClB",sourcesContent:['@charset "UTF-8";\n/**\n * @copyright Copyright (c) 2019 Julius Härtl \n *\n * @author Julius Härtl \n * @author John Molakvoæ \n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n */\n.toastify.dialogs {\n min-width: 200px;\n background: none;\n background-color: var(--color-main-background);\n color: var(--color-main-text);\n box-shadow: 0 0 6px 0 var(--color-box-shadow);\n padding: 0 12px;\n margin-top: 45px;\n position: fixed;\n z-index: 10100;\n border-radius: var(--border-radius);\n display: flex;\n align-items: center;\n}\n.toastify.dialogs .toast-undo-container {\n display: flex;\n align-items: center;\n}\n.toastify.dialogs .toast-undo-button,\n.toastify.dialogs .toast-close {\n position: static;\n overflow: hidden;\n box-sizing: border-box;\n min-width: 44px;\n height: 100%;\n padding: 12px;\n white-space: nowrap;\n background-repeat: no-repeat;\n background-position: center;\n background-color: transparent;\n min-height: 0;\n}\n.toastify.dialogs .toast-undo-button.toast-close,\n.toastify.dialogs .toast-close.toast-close {\n text-indent: 0;\n opacity: .4;\n border: none;\n min-height: 44px;\n margin-left: 10px;\n font-size: 0;\n}\n.toastify.dialogs .toast-undo-button.toast-close:before,\n.toastify.dialogs .toast-close.toast-close:before {\n background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTYiIHdpZHRoPSIxNiI+CiAgPHBhdGggZD0iTTE0IDEyLjNMMTIuMyAxNCA4IDkuNyAzLjcgMTQgMiAxMi4zIDYuMyA4IDIgMy43IDMuNyAyIDggNi4zIDEyLjMgMiAxNCAzLjcgOS43IDh6Ii8+Cjwvc3ZnPgo=);\n content: " ";\n filter: var(--background-invert-if-dark);\n display: inline-block;\n width: 16px;\n height: 16px;\n}\n.toastify.dialogs .toast-undo-button.toast-undo-button,\n.toastify.dialogs .toast-close.toast-undo-button {\n height: calc(100% - 6px);\n margin: 3px 3px 3px 12px;\n}\n.toastify.dialogs .toast-undo-button:hover,\n.toastify.dialogs .toast-undo-button:focus,\n.toastify.dialogs .toast-undo-button:active,\n.toastify.dialogs .toast-close:hover,\n.toastify.dialogs .toast-close:focus,\n.toastify.dialogs .toast-close:active {\n cursor: pointer;\n opacity: 1;\n}\n.toastify.dialogs.toastify-top {\n right: 10px;\n}\n.toastify.dialogs.toast-with-click {\n cursor: pointer;\n}\n.toastify.dialogs.toast-error {\n border-left: 3px solid var(--color-error);\n}\n.toastify.dialogs.toast-info {\n border-left: 3px solid var(--color-primary);\n}\n.toastify.dialogs.toast-warning {\n border-left: 3px solid var(--color-warning);\n}\n.toastify.dialogs.toast-success,\n.toastify.dialogs.toast-undo {\n border-left: 3px solid var(--color-success);\n}\n.theme--dark .toastify.dialogs .toast-close.toast-close:before {\n background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTYiIHdpZHRoPSIxNiI+CiAgPHBhdGggZD0iTTE0IDEyLjNMMTIuMyAxNCA4IDkuNyAzLjcgMTQgMiAxMi4zIDYuMyA4IDIgMy43IDMuNyAyIDggNi4zIDEyLjMgMiAxNCAzLjcgOS43IDh6IiBzdHlsZT0iZmlsbC1vcGFjaXR5OjE7ZmlsbDojZmZmZmZmIi8+Cjwvc3ZnPgo=);\n}\n._file-picker__file-icon_1vgv4_5 {\n width: 32px;\n height: 32px;\n min-width: 32px;\n min-height: 32px;\n background-repeat: no-repeat;\n background-size: contain;\n display: flex;\n justify-content: center;\n}\ntr.file-picker__row[data-v-6aded0d9] {\n height: var(--row-height, 50px);\n}\ntr.file-picker__row td[data-v-6aded0d9] {\n cursor: pointer;\n overflow: hidden;\n text-overflow: ellipsis;\n border-bottom: none;\n}\ntr.file-picker__row td[data-v-6aded0d9]:not(.row-checkbox) {\n padding-inline: 14px 0;\n}\ntr.file-picker__row td.row-size[data-v-6aded0d9] {\n text-align: end;\n padding-inline: 0 14px;\n}\ntr.file-picker__row td.row-name[data-v-6aded0d9] {\n padding-inline: 2px 0;\n}\n@keyframes gradient-6aded0d9 {\n 0% {\n background-position: 0% 50%;\n }\n 50% {\n background-position: 100% 50%;\n }\n to {\n background-position: 0% 50%;\n }\n}\n.loading-row .row-checkbox[data-v-6aded0d9] {\n text-align: center !important;\n}\n.loading-row span[data-v-6aded0d9] {\n display: inline-block;\n height: 24px;\n background: linear-gradient(to right, var(--color-background-darker), var(--color-text-maxcontrast), var(--color-background-darker));\n background-size: 600px 100%;\n border-radius: var(--border-radius);\n animation: gradient-6aded0d9 12s ease infinite;\n}\n.loading-row .row-wrapper[data-v-6aded0d9] {\n display: inline-flex;\n align-items: center;\n}\n.loading-row .row-checkbox span[data-v-6aded0d9] {\n width: 24px;\n}\n.loading-row .row-name span[data-v-6aded0d9]:last-of-type {\n margin-inline-start: 6px;\n width: 130px;\n}\n.loading-row .row-size span[data-v-6aded0d9] {\n width: 80px;\n}\n.loading-row .row-modified span[data-v-6aded0d9] {\n width: 90px;\n}\ntr.file-picker__row[data-v-ee6f34b5] {\n height: var(--row-height, 50px);\n}\ntr.file-picker__row td[data-v-ee6f34b5] {\n cursor: pointer;\n overflow: hidden;\n text-overflow: ellipsis;\n border-bottom: none;\n}\ntr.file-picker__row td[data-v-ee6f34b5]:not(.row-checkbox) {\n padding-inline: 14px 0;\n}\ntr.file-picker__row td.row-size[data-v-ee6f34b5] {\n text-align: end;\n padding-inline: 0 14px;\n}\ntr.file-picker__row td.row-name[data-v-ee6f34b5] {\n padding-inline: 2px 0;\n}\n.file-picker__row--selected[data-v-ee6f34b5] {\n background-color: var(--color-background-dark);\n}\n.file-picker__row[data-v-ee6f34b5]:hover {\n background-color: var(--color-background-hover);\n}\n.file-picker__name-container[data-v-ee6f34b5] {\n display: flex;\n justify-content: start;\n align-items: center;\n height: 100%;\n}\n.file-picker__file-name[data-v-ee6f34b5] {\n padding-inline-start: 6px;\n min-width: 0;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.file-picker__file-extension[data-v-ee6f34b5] {\n color: var(--color-text-maxcontrast);\n min-width: fit-content;\n}\n.file-picker__header-preview[data-v-4297db37] {\n width: 22px;\n height: 32px;\n flex: 0 0 auto;\n}\n.file-picker__files[data-v-4297db37] {\n margin: 2px;\n margin-inline-start: 12px;\n overflow: scroll auto;\n}\n.file-picker__files table[data-v-4297db37] {\n width: 100%;\n max-height: 100%;\n table-layout: fixed;\n}\n.file-picker__files th[data-v-4297db37] {\n position: -webkit-sticky;\n position: sticky;\n z-index: 1;\n top: 0;\n background-color: var(--color-main-background);\n padding: 2px;\n}\n.file-picker__files th .header-wrapper[data-v-4297db37] {\n display: flex;\n}\n.file-picker__files th.row-checkbox[data-v-4297db37] {\n width: 44px;\n}\n.file-picker__files th.row-name[data-v-4297db37] {\n width: 230px;\n}\n.file-picker__files th.row-size[data-v-4297db37] {\n width: 100px;\n}\n.file-picker__files th.row-modified[data-v-4297db37] {\n width: 120px;\n}\n.file-picker__files th[data-v-4297db37]:not(.row-size) .button-vue__wrapper {\n justify-content: start;\n flex-direction: row-reverse;\n}\n.file-picker__files th[data-v-4297db37]:not(.row-size) .button-vue {\n padding-inline: 16px 4px;\n}\n.file-picker__files th.row-size[data-v-4297db37] .button-vue__wrapper {\n justify-content: end;\n}\n.file-picker__files th[data-v-4297db37] .button-vue__wrapper {\n color: var(--color-text-maxcontrast);\n}\n.file-picker__files th[data-v-4297db37] .button-vue__wrapper .button-vue__text {\n font-weight: 400;\n}\n.file-picker__breadcrumbs[data-v-3bc9efa5] {\n flex-grow: 0 !important;\n}\n.file-picker__side[data-v-fcfd0f23] {\n display: flex;\n flex-direction: column;\n align-items: start;\n gap: .5rem;\n min-width: 200px;\n padding-block: 2px;\n overflow: auto;\n}\n.file-picker__side[data-v-fcfd0f23] .button-vue__wrapper {\n justify-content: start;\n}\n.file-picker__filter-input[data-v-fcfd0f23] {\n margin-block: 7px;\n max-width: 260px;\n}\n@media (max-width: 736px) {\n .file-picker__side[data-v-fcfd0f23] {\n flex-direction: row;\n min-width: unset;\n }\n}\n@media (max-width: 512px) {\n .file-picker__side[data-v-fcfd0f23] {\n flex-direction: row;\n min-width: unset;\n }\n .file-picker__filter-input[data-v-fcfd0f23] {\n max-width: unset;\n }\n}\n.file-picker__navigation {\n padding-inline: 2px;\n}\n.file-picker__navigation,\n.file-picker__navigation * {\n box-sizing: border-box;\n}\n.file-picker__navigation .v-select.select {\n min-width: 220px;\n}\n@media (min-width: 513px) and (max-width: 736px) {\n .file-picker__navigation {\n gap: 11px;\n }\n}\n@media (max-width: 512px) {\n .file-picker__navigation {\n flex-direction: column-reverse !important;\n }\n}\n.file-picker__view[data-v-86a13079] {\n height: 50px;\n display: flex;\n justify-content: start;\n align-items: center;\n}\n.file-picker__view h3[data-v-86a13079] {\n font-weight: 700;\n height: fit-content;\n margin: 0;\n}\n.file-picker__main[data-v-86a13079] {\n box-sizing: border-box;\n width: 100%;\n display: flex;\n flex-direction: column;\n min-height: 0;\n flex: 1;\n padding-inline: 2px;\n}\n.file-picker__main *[data-v-86a13079] {\n box-sizing: border-box;\n}\n[data-v-86a13079] .file-picker {\n height: min(80vh, 800px);\n}\n@media (max-width: 512px) {\n [data-v-86a13079] .file-picker {\n height: calc(100% - 16px - var(--default-clickable-area));\n }\n}\n[data-v-86a13079] .file-picker__content {\n display: flex;\n flex-direction: column;\n overflow: hidden;\n}\n'],sourceRoot:""}]);const h=u},92246:(e,t,n)=>{"use strict";n.d(t,{Z:()=>s});var i=n(87537),r=n.n(i),o=n(23645),a=n.n(o)()(r());a.push([e.id,".template-picker__item[data-v-0859a92c]{display:flex}.template-picker__label[data-v-0859a92c]{display:flex;align-items:center;flex:1 1;flex-direction:column}.template-picker__label[data-v-0859a92c],.template-picker__label *[data-v-0859a92c]{cursor:pointer;user-select:none}.template-picker__label[data-v-0859a92c]::before{display:none !important}.template-picker__preview[data-v-0859a92c]{display:block;overflow:hidden;flex:1 1;width:var(--width);min-height:var(--height);max-height:var(--height);padding:0;border:var(--border) solid var(--color-border);border-radius:var(--border-radius-large)}input:checked+label>.template-picker__preview[data-v-0859a92c]{border-color:var(--color-primary-element)}.template-picker__preview--failed[data-v-0859a92c]{display:flex}.template-picker__image[data-v-0859a92c]{max-width:100%;background-color:var(--color-main-background);object-fit:cover}.template-picker__preview--failed .template-picker__image[data-v-0859a92c]{width:calc(var(--margin)*8);margin:auto;background-color:rgba(0,0,0,0) !important;object-fit:initial}.template-picker__title[data-v-0859a92c]{overflow:hidden;max-width:calc(var(--width) + 4px);padding:var(--margin);white-space:nowrap;text-overflow:ellipsis}","",{version:3,sources:["webpack://./apps/files/src/components/TemplatePreview.vue"],names:[],mappings:"AAGC,wCACC,YAAA,CAGD,yCACC,YAAA,CAEA,kBAAA,CACA,QAAA,CACA,qBAAA,CAEA,oFACC,cAAA,CACA,gBAAA,CAGD,iDACC,uBAAA,CAIF,2CACC,aAAA,CACA,eAAA,CAEA,QAAA,CACA,kBAAA,CACA,wBAAA,CACA,wBAAA,CACA,SAAA,CACA,8CAAA,CACA,wCAAA,CAEA,+DACC,yCAAA,CAGD,mDAEC,YAAA,CAIF,yCACC,cAAA,CACA,6CAAA,CAEA,gBAAA,CAID,2EACC,2BAAA,CAEA,WAAA,CACA,yCAAA,CAEA,kBAAA,CAGD,yCACC,eAAA,CAEA,kCAAA,CACA,qBAAA,CACA,kBAAA,CACA,sBAAA",sourcesContent:["\n\n.template-picker {\n\t&__item {\n\t\tdisplay: flex;\n\t}\n\n\t&__label {\n\t\tdisplay: flex;\n\t\t// Align in the middle of the grid\n\t\talign-items: center;\n\t\tflex: 1 1;\n\t\tflex-direction: column;\n\n\t\t&, * {\n\t\t\tcursor: pointer;\n\t\t\tuser-select: none;\n\t\t}\n\n\t\t&::before {\n\t\t\tdisplay: none !important;\n\t\t}\n\t}\n\n\t&__preview {\n\t\tdisplay: block;\n\t\toverflow: hidden;\n\t\t// Stretch so all entries are the same width\n\t\tflex: 1 1;\n\t\twidth: var(--width);\n\t\tmin-height: var(--height);\n\t\tmax-height: var(--height);\n\t\tpadding: 0;\n\t\tborder: var(--border) solid var(--color-border);\n\t\tborder-radius: var(--border-radius-large);\n\n\t\tinput:checked + label > & {\n\t\t\tborder-color: var(--color-primary-element);\n\t\t}\n\n\t\t&--failed {\n\t\t\t// Make sure to properly center fallback icon\n\t\t\tdisplay: flex;\n\t\t}\n\t}\n\n\t&__image {\n\t\tmax-width: 100%;\n\t\tbackground-color: var(--color-main-background);\n\n\t\tobject-fit: cover;\n\t}\n\n\t// Failed preview, fallback to mime icon\n\t&__preview--failed &__image {\n\t\twidth: calc(var(--margin) * 8);\n\t\t// Center mime icon\n\t\tmargin: auto;\n\t\tbackground-color: transparent !important;\n\n\t\tobject-fit: initial;\n\t}\n\n\t&__title {\n\t\toverflow: hidden;\n\t\t// also count preview border\n\t\tmax-width: calc(var(--width) + 2*2px);\n\t\tpadding: var(--margin);\n\t\twhite-space: nowrap;\n\t\ttext-overflow: ellipsis;\n\t}\n}\n\n"],sourceRoot:""}]);const s=a},24142:(e,t,n)=>{"use strict";n.d(t,{Z:()=>s});var i=n(87537),r=n.n(i),o=n(23645),a=n.n(o)()(r());a.push([e.id,".templates-picker__form[data-v-48121b39]{padding:calc(var(--margin)*2);padding-bottom:0}.templates-picker__form h2[data-v-48121b39]{text-align:center;font-weight:bold;margin:var(--margin) 0 calc(var(--margin)*2)}.templates-picker__list[data-v-48121b39]{display:grid;grid-gap:calc(var(--margin)*2);grid-auto-columns:1fr;max-width:calc(var(--fullwidth)*6);grid-template-columns:repeat(auto-fit, var(--fullwidth));grid-auto-rows:1fr;justify-content:center}.templates-picker__buttons[data-v-48121b39]{display:flex;justify-content:end;padding:calc(var(--margin)*2) var(--margin);position:sticky;bottom:0;background-image:linear-gradient(0, var(--gradient-main-background))}.templates-picker__buttons button[data-v-48121b39],.templates-picker__buttons input[type=submit][data-v-48121b39]{height:44px}.templates-picker[data-v-48121b39] .modal-container{position:relative}.templates-picker__loading[data-v-48121b39]{position:absolute;top:0;left:0;justify-content:center;width:100%;height:100%;margin:0;background-color:var(--color-main-background-translucent)}","",{version:3,sources:["webpack://./apps/files/src/views/TemplatePicker.vue"],names:[],mappings:"AAEC,yCACC,6BAAA,CAEA,gBAAA,CAEA,4CACC,iBAAA,CACA,gBAAA,CACA,4CAAA,CAIF,yCACC,YAAA,CACA,8BAAA,CACA,qBAAA,CAEA,kCAAA,CACA,wDAAA,CAEA,kBAAA,CAEA,sBAAA,CAGD,4CACC,YAAA,CACA,mBAAA,CACA,2CAAA,CACA,eAAA,CACA,QAAA,CACA,oEAAA,CAEA,kHACC,WAAA,CAKF,oDACC,iBAAA,CAGD,4CACC,iBAAA,CACA,KAAA,CACA,MAAA,CACA,sBAAA,CACA,UAAA,CACA,WAAA,CACA,QAAA,CACA,yDAAA",sourcesContent:["\n.templates-picker {\n\t&__form {\n\t\tpadding: calc(var(--margin) * 2);\n\t\t// Will be handled by the buttons\n\t\tpadding-bottom: 0;\n\n\t\th2 {\n\t\t\ttext-align: center;\n\t\t\tfont-weight: bold;\n\t\t\tmargin: var(--margin) 0 calc(var(--margin) * 2);\n\t\t}\n\t}\n\n\t&__list {\n\t\tdisplay: grid;\n\t\tgrid-gap: calc(var(--margin) * 2);\n\t\tgrid-auto-columns: 1fr;\n\t\t// We want maximum 5 columns. Putting 6 as we don't count the grid gap. So it will always be lower than 6\n\t\tmax-width: calc(var(--fullwidth) * 6);\n\t\tgrid-template-columns: repeat(auto-fit, var(--fullwidth));\n\t\t// Make sure all rows are the same height\n\t\tgrid-auto-rows: 1fr;\n\t\t// Center the columns set\n\t\tjustify-content: center;\n\t}\n\n\t&__buttons {\n\t\tdisplay: flex;\n\t\tjustify-content: end;\n\t\tpadding: calc(var(--margin) * 2) var(--margin);\n\t\tposition: sticky;\n\t\tbottom: 0;\n\t\tbackground-image: linear-gradient(0, var(--gradient-main-background));\n\n\t\tbutton, input[type='submit'] {\n\t\t\theight: 44px;\n\t\t}\n\t}\n\n\t// Make sure we're relative for the loading emptycontent on top\n\t::v-deep .modal-container {\n\t\tposition: relative;\n\t}\n\n\t&__loading {\n\t\tposition: absolute;\n\t\ttop: 0;\n\t\tleft: 0;\n\t\tjustify-content: center;\n\t\twidth: 100%;\n\t\theight: 100%;\n\t\tmargin: 0;\n\t\tbackground-color: var(--color-main-background-translucent);\n\t}\n}\n\n"],sourceRoot:""}]);const s=a},79267:(e,t,n)=>{var i=n(8501),r=n(8575),o=e.exports;for(var a in i)i.hasOwnProperty(a)&&(o[a]=i[a]);function s(e){if("string"==typeof e&&(e=r.parse(e)),e.protocol||(e.protocol="https:"),"https:"!==e.protocol)throw new Error('Protocol "'+e.protocol+'" not supported. Expected "https:"');return e}o.request=function(e,t){return e=s(e),i.request.call(this,e,t)},o.get=function(e,t){return e=s(e),i.get.call(this,e,t)}},88473:(e,t,n)=>{(t=e.exports=n(79481)).Stream=t,t.Readable=t,t.Writable=n(64229),t.Duplex=n(56753),t.Transform=n(74605),t.PassThrough=n(82725),t.finished=n(8610),t.pipeline=n(59946)},8501:(e,t,n)=>{var i=n(11989),r=n(55676),o=n(47529),a=n(50584),s=n(8575),l=t;l.request=function(e,t){e="string"==typeof e?s.parse(e):o(e);var r=-1===n.g.location.protocol.search(/^https?:$/)?"http:":"",a=e.protocol||r,l=e.hostname||e.host,d=e.port,c=e.path||"/";l&&-1!==l.indexOf(":")&&(l="["+l+"]"),e.url=(l?a+"//"+l:"")+(d?":"+d:"")+c,e.method=(e.method||"GET").toUpperCase(),e.headers=e.headers||{};var u=new i(e);return t&&u.on("response",t),u},l.get=function(e,t){var n=l.request(e,t);return n.end(),n},l.ClientRequest=i,l.IncomingMessage=r.IncomingMessage,l.Agent=function(){},l.Agent.defaultMaxSockets=4,l.globalAgent=new l.Agent,l.STATUS_CODES=a,l.METHODS=["CHECKOUT","CONNECT","COPY","DELETE","GET","HEAD","LOCK","M-SEARCH","MERGE","MKACTIVITY","MKCOL","MOVE","NOTIFY","OPTIONS","PATCH","POST","PROPFIND","PROPPATCH","PURGE","PUT","REPORT","SEARCH","SUBSCRIBE","TRACE","UNLOCK","UNSUBSCRIBE"]},8725:(e,t,n)=>{var i;function r(){if(void 0!==i)return i;if(n.g.XMLHttpRequest){i=new n.g.XMLHttpRequest;try{i.open("GET",n.g.XDomainRequest?"/":"https://example.com")}catch(e){i=null}}else i=null;return i}function o(e){var t=r();if(!t)return!1;try{return t.responseType=e,t.responseType===e}catch(e){}return!1}function a(e){return"function"==typeof e}t.fetch=a(n.g.fetch)&&a(n.g.ReadableStream),t.writableStream=a(n.g.WritableStream),t.abortController=a(n.g.AbortController),t.arraybuffer=t.fetch||o("arraybuffer"),t.msstream=!t.fetch&&o("ms-stream"),t.mozchunkedarraybuffer=!t.fetch&&o("moz-chunked-arraybuffer"),t.overrideMimeType=t.fetch||!!r()&&a(r().overrideMimeType),i=null},11989:(e,t,n)=>{var i=n(48764).Buffer,r=n(34155),o=n(8725),a=n(35717),s=n(55676),l=n(88473),d=s.IncomingMessage,c=s.readyStates,u=e.exports=function(e){var t,n=this;l.Writable.call(n),n._opts=e,n._body=[],n._headers={},e.auth&&n.setHeader("Authorization","Basic "+i.from(e.auth).toString("base64")),Object.keys(e.headers).forEach((function(t){n.setHeader(t,e.headers[t])}));var r=!0;if("disable-fetch"===e.mode||"requestTimeout"in e&&!o.abortController)r=!1,t=!0;else if("prefer-streaming"===e.mode)t=!1;else if("allow-wrong-content-type"===e.mode)t=!o.overrideMimeType;else{if(e.mode&&"default"!==e.mode&&"prefer-fast"!==e.mode)throw new Error("Invalid value for opts.mode");t=!0}n._mode=function(e,t){return o.fetch&&t?"fetch":o.mozchunkedarraybuffer?"moz-chunked-arraybuffer":o.msstream?"ms-stream":o.arraybuffer&&e?"arraybuffer":"text"}(t,r),n._fetchTimer=null,n._socketTimeout=null,n._socketTimer=null,n.on("finish",(function(){n._onFinish()}))};a(u,l.Writable),u.prototype.setHeader=function(e,t){var n=e.toLowerCase();-1===p.indexOf(n)&&(this._headers[n]={name:e,value:t})},u.prototype.getHeader=function(e){var t=this._headers[e.toLowerCase()];return t?t.value:null},u.prototype.removeHeader=function(e){delete this._headers[e.toLowerCase()]},u.prototype._onFinish=function(){var e=this;if(!e._destroyed){var t=e._opts;"timeout"in t&&0!==t.timeout&&e.setTimeout(t.timeout);var i=e._headers,a=null;"GET"!==t.method&&"HEAD"!==t.method&&(a=new Blob(e._body,{type:(i["content-type"]||{}).value||""}));var s=[];if(Object.keys(i).forEach((function(e){var t=i[e].name,n=i[e].value;Array.isArray(n)?n.forEach((function(e){s.push([t,e])})):s.push([t,n])})),"fetch"===e._mode){var l=null;if(o.abortController){var d=new AbortController;l=d.signal,e._fetchAbortController=d,"requestTimeout"in t&&0!==t.requestTimeout&&(e._fetchTimer=n.g.setTimeout((function(){e.emit("requestTimeout"),e._fetchAbortController&&e._fetchAbortController.abort()}),t.requestTimeout))}n.g.fetch(e._opts.url,{method:e._opts.method,headers:s,body:a||void 0,mode:"cors",credentials:t.withCredentials?"include":"same-origin",signal:l}).then((function(t){e._fetchResponse=t,e._resetTimers(!1),e._connect()}),(function(t){e._resetTimers(!0),e._destroyed||e.emit("error",t)}))}else{var u=e._xhr=new n.g.XMLHttpRequest;try{u.open(e._opts.method,e._opts.url,!0)}catch(t){return void r.nextTick((function(){e.emit("error",t)}))}"responseType"in u&&(u.responseType=e._mode),"withCredentials"in u&&(u.withCredentials=!!t.withCredentials),"text"===e._mode&&"overrideMimeType"in u&&u.overrideMimeType("text/plain; charset=x-user-defined"),"requestTimeout"in t&&(u.timeout=t.requestTimeout,u.ontimeout=function(){e.emit("requestTimeout")}),s.forEach((function(e){u.setRequestHeader(e[0],e[1])})),e._response=null,u.onreadystatechange=function(){switch(u.readyState){case c.LOADING:case c.DONE:e._onXHRProgress()}},"moz-chunked-arraybuffer"===e._mode&&(u.onprogress=function(){e._onXHRProgress()}),u.onerror=function(){e._destroyed||(e._resetTimers(!0),e.emit("error",new Error("XHR error")))};try{u.send(a)}catch(t){return void r.nextTick((function(){e.emit("error",t)}))}}}},u.prototype._onXHRProgress=function(){var e=this;e._resetTimers(!1),function(e){try{var t=e.status;return null!==t&&0!==t}catch(e){return!1}}(e._xhr)&&!e._destroyed&&(e._response||e._connect(),e._response._onXHRProgress(e._resetTimers.bind(e)))},u.prototype._connect=function(){var e=this;e._destroyed||(e._response=new d(e._xhr,e._fetchResponse,e._mode,e._resetTimers.bind(e)),e._response.on("error",(function(t){e.emit("error",t)})),e.emit("response",e._response))},u.prototype._write=function(e,t,n){this._body.push(e),n()},u.prototype._resetTimers=function(e){var t=this;n.g.clearTimeout(t._socketTimer),t._socketTimer=null,e?(n.g.clearTimeout(t._fetchTimer),t._fetchTimer=null):t._socketTimeout&&(t._socketTimer=n.g.setTimeout((function(){t.emit("timeout")}),t._socketTimeout))},u.prototype.abort=u.prototype.destroy=function(e){var t=this;t._destroyed=!0,t._resetTimers(!0),t._response&&(t._response._destroyed=!0),t._xhr?t._xhr.abort():t._fetchAbortController&&t._fetchAbortController.abort(),e&&t.emit("error",e)},u.prototype.end=function(e,t,n){"function"==typeof e&&(n=e,e=void 0),l.Writable.prototype.end.call(this,e,t,n)},u.prototype.setTimeout=function(e,t){var n=this;t&&n.once("timeout",t),n._socketTimeout=e,n._resetTimers(!1)},u.prototype.flushHeaders=function(){},u.prototype.setNoDelay=function(){},u.prototype.setSocketKeepAlive=function(){};var p=["accept-charset","accept-encoding","access-control-request-headers","access-control-request-method","connection","content-length","cookie","cookie2","date","dnt","expect","host","keep-alive","origin","referer","te","trailer","transfer-encoding","upgrade","via"]},55676:(e,t,n)=>{var i=n(34155),r=n(48764).Buffer,o=n(8725),a=n(35717),s=n(88473),l=t.readyStates={UNSENT:0,OPENED:1,HEADERS_RECEIVED:2,LOADING:3,DONE:4},d=t.IncomingMessage=function(e,t,n,a){var l=this;if(s.Readable.call(l),l._mode=n,l.headers={},l.rawHeaders=[],l.trailers={},l.rawTrailers=[],l.on("end",(function(){i.nextTick((function(){l.emit("close")}))})),"fetch"===n){if(l._fetchResponse=t,l.url=t.url,l.statusCode=t.status,l.statusMessage=t.statusText,t.headers.forEach((function(e,t){l.headers[t.toLowerCase()]=e,l.rawHeaders.push(t,e)})),o.writableStream){var d=new WritableStream({write:function(e){return a(!1),new Promise((function(t,n){l._destroyed?n():l.push(r.from(e))?t():l._resumeFetch=t}))},close:function(){a(!0),l._destroyed||l.push(null)},abort:function(e){a(!0),l._destroyed||l.emit("error",e)}});try{return void t.body.pipeTo(d).catch((function(e){a(!0),l._destroyed||l.emit("error",e)}))}catch(e){}}var c=t.body.getReader();!function e(){c.read().then((function(t){l._destroyed||(a(t.done),t.done?l.push(null):(l.push(r.from(t.value)),e()))})).catch((function(e){a(!0),l._destroyed||l.emit("error",e)}))}()}else if(l._xhr=e,l._pos=0,l.url=e.responseURL,l.statusCode=e.status,l.statusMessage=e.statusText,e.getAllResponseHeaders().split(/\r?\n/).forEach((function(e){var t=e.match(/^([^:]+):\s*(.*)/);if(t){var n=t[1].toLowerCase();"set-cookie"===n?(void 0===l.headers[n]&&(l.headers[n]=[]),l.headers[n].push(t[2])):void 0!==l.headers[n]?l.headers[n]+=", "+t[2]:l.headers[n]=t[2],l.rawHeaders.push(t[1],t[2])}})),l._charset="x-user-defined",!o.overrideMimeType){var u=l.rawHeaders["mime-type"];if(u){var p=u.match(/;\s*charset=([^;])(;|$)/);p&&(l._charset=p[1].toLowerCase())}l._charset||(l._charset="utf-8")}};a(d,s.Readable),d.prototype._read=function(){var e=this._resumeFetch;e&&(this._resumeFetch=null,e())},d.prototype._onXHRProgress=function(e){var t=this,i=t._xhr,o=null;switch(t._mode){case"text":if((o=i.responseText).length>t._pos){var a=o.substr(t._pos);if("x-user-defined"===t._charset){for(var s=r.alloc(a.length),d=0;dt._pos&&(t.push(r.from(new Uint8Array(c.result.slice(t._pos)))),t._pos=c.result.byteLength)},c.onload=function(){e(!0),t.push(null)},c.readAsArrayBuffer(o)}t._xhr.readyState===l.DONE&&"ms-stream"!==t._mode&&(e(!0),t.push(null))}},47529:e=>{e.exports=function(){for(var e={},n=0;n{"use strict";e.exports="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTYiIHdpZHRoPSIxNiI+CiAgPHBhdGggZD0iTTE0IDEyLjNMMTIuMyAxNCA4IDkuNyAzLjcgMTQgMiAxMi4zIDYuMyA4IDIgMy43IDMuNyAyIDggNi4zIDEyLjMgMiAxNCAzLjcgOS43IDh6Ii8+Cjwvc3ZnPgo="},90888:e=>{"use strict";e.exports="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTYiIHdpZHRoPSIxNiI+CiAgPHBhdGggZD0iTTE0IDEyLjNMMTIuMyAxNCA4IDkuNyAzLjcgMTQgMiAxMi4zIDYuMyA4IDIgMy43IDMuNyAyIDggNi4zIDEyLjMgMiAxNCAzLjcgOS43IDh6IiBzdHlsZT0iZmlsbC1vcGFjaXR5OjE7ZmlsbDojZmZmZmZmIi8+Cjwvc3ZnPgo="},24654:()=>{},52361:()=>{},94616:()=>{},5656:(e,t,n)=>{"use strict";n.d(t,{$B:()=>D,DT:()=>m,G7:()=>st,RL:()=>F,Ti:()=>V,Tv:()=>N,_o:()=>j,cd:()=>dt,e4:()=>P,gt:()=>M,h7:()=>k,m0:()=>E,oE:()=>ct,p$:()=>v,p4:()=>w,pC:()=>$,qq:()=>x,rp:()=>R,sS:()=>g,tB:()=>B,w4:()=>_,y3:()=>y,zu:()=>T});var i=n(77958),r=n(17499),o=n(31352),a=n(62520),s=n(65358),l=n(79753),d=n(14596);const c=null===(u=(0,i.ts)())?(0,r.IY)().setApp("files").build():(0,r.IY)().setApp("files").setUid(u.uid).build();var u;class p{_entries=[];registerEntry(e){this.validateEntry(e),this._entries.push(e)}unregisterEntry(e){const t="string"==typeof e?this.getEntryIndex(e):this.getEntryIndex(e.id);-1!==t?this._entries.splice(t,1):c.warn("Entry not found, nothing removed",{entry:e,entries:this.getEntries()})}getEntries(e){return e?this._entries.filter((t=>"function"!=typeof t.enabled||t.enabled(e))):this._entries}getEntryIndex(e){return this._entries.findIndex((t=>t.id===e))}validateEntry(e){if(!e.id||!e.displayName||!e.iconSvgInline&&!e.iconClass||!e.handler)throw new Error("Invalid entry");if("string"!=typeof e.id||"string"!=typeof e.displayName)throw new Error("Invalid id or displayName property");if(e.iconClass&&"string"!=typeof e.iconClass||e.iconSvgInline&&"string"!=typeof e.iconSvgInline)throw new Error("Invalid icon provided");if(void 0!==e.enabled&&"function"!=typeof e.enabled)throw new Error("Invalid enabled property");if("function"!=typeof e.handler)throw new Error("Invalid handler property");if("order"in e&&"number"!=typeof e.order)throw new Error("Invalid order property");if(-1!==this.getEntryIndex(e.id))throw new Error("Duplicate entry")}}const f=function(){return typeof window._nc_newfilemenu>"u"&&(window._nc_newfilemenu=new p,c.debug("NewFileMenu initialized")),window._nc_newfilemenu},h=["B","KB","MB","GB","TB","PB"],A=["B","KiB","MiB","GiB","TiB","PiB"];function g(e,t=!1,n=!1,i=!1){n=n&&!i,"string"==typeof e&&(e=Number(e));let r=e>0?Math.floor(Math.log(e)/Math.log(i?1e3:1024)):0;r=Math.min((n?A.length:h.length)-1,r);const a=n?A[r]:h[r];let s=(e/Math.pow(i?1e3:1024,r)).toFixed(1);return!0===t&&0===r?("0.0"!==s?"< 1 ":"0 ")+(n?A[1]:h[1]):(s=r<2?parseFloat(s).toFixed(0):parseFloat(s).toLocaleString((0,o.aj)()),s+" "+a)}var m=(e=>(e.DEFAULT="default",e.HIDDEN="hidden",e))(m||{});class v{_action;constructor(e){this.validateAction(e),this._action=e}get id(){return this._action.id}get displayName(){return this._action.displayName}get title(){return this._action.title}get iconSvgInline(){return this._action.iconSvgInline}get enabled(){return this._action.enabled}get exec(){return this._action.exec}get execBatch(){return this._action.execBatch}get order(){return this._action.order}get parent(){return this._action.parent}get default(){return this._action.default}get inline(){return this._action.inline}get renderInline(){return this._action.renderInline}validateAction(e){if(!e.id||"string"!=typeof e.id)throw new Error("Invalid id");if(!e.displayName||"function"!=typeof e.displayName)throw new Error("Invalid displayName function");if("title"in e&&"function"!=typeof e.title)throw new Error("Invalid title function");if(!e.iconSvgInline||"function"!=typeof e.iconSvgInline)throw new Error("Invalid iconSvgInline function");if(!e.exec||"function"!=typeof e.exec)throw new Error("Invalid exec function");if("enabled"in e&&"function"!=typeof e.enabled)throw new Error("Invalid enabled function");if("execBatch"in e&&"function"!=typeof e.execBatch)throw new Error("Invalid execBatch function");if("order"in e&&"number"!=typeof e.order)throw new Error("Invalid order");if("parent"in e&&"string"!=typeof e.parent)throw new Error("Invalid parent");if(e.default&&!Object.values(m).includes(e.default))throw new Error("Invalid default");if("inline"in e&&"function"!=typeof e.inline)throw new Error("Invalid inline function");if("renderInline"in e&&"function"!=typeof e.renderInline)throw new Error("Invalid renderInline function")}}const w=function(e){typeof window._nc_fileactions>"u"&&(window._nc_fileactions=[],c.debug("FileActions initialized")),window._nc_fileactions.find((t=>t.id===e.id))?c.error(`FileAction ${e.id} already registered`,{action:e}):window._nc_fileactions.push(e)};var y=(e=>(e[e.NONE=0]="NONE",e[e.CREATE=4]="CREATE",e[e.READ=1]="READ",e[e.UPDATE=2]="UPDATE",e[e.DELETE=8]="DELETE",e[e.SHARE=16]="SHARE",e[e.ALL=31]="ALL",e))(y||{});const b=["d:getcontentlength","d:getcontenttype","d:getetag","d:getlastmodified","d:quota-available-bytes","d:resourcetype","nc:has-preview","nc:is-encrypted","nc:mount-type","nc:share-attributes","oc:comments-unread","oc:favorite","oc:fileid","oc:owner-display-name","oc:owner-id","oc:permissions","oc:share-types","oc:size","ocs:share-permissions"],C={d:"DAV:",nc:"http://nextcloud.org/ns",oc:"http://owncloud.org/ns",ocs:"http://open-collaboration-services.org/ns"},x=function(e,t={nc:"http://nextcloud.org/ns"}){typeof window._nc_dav_properties>"u"&&(window._nc_dav_properties=[...b],window._nc_dav_namespaces={...C});const n={...window._nc_dav_namespaces,...t};return window._nc_dav_properties.find((t=>t===e))?(c.error(`${e} already registered`,{prop:e}),!1):e.startsWith("<")||2!==e.split(":").length?(c.error(`${e} is not valid. See example: 'oc:fileid'`,{prop:e}),!1):n[e.split(":")[0]]?(window._nc_dav_properties.push(e),window._nc_dav_namespaces=n,!0):(c.error(`${e} namespace unknown`,{prop:e,namespaces:n}),!1)},E=function(){return typeof window._nc_dav_properties>"u"&&(window._nc_dav_properties=[...b]),window._nc_dav_properties.map((e=>`<${e} />`)).join(" ")},_=function(){return typeof window._nc_dav_namespaces>"u"&&(window._nc_dav_namespaces={...C}),Object.keys(window._nc_dav_namespaces).map((e=>`xmlns:${e}="${window._nc_dav_namespaces?.[e]}"`)).join(" ")},k=function(){return`\n\t\t\n\t\t\t\n\t\t\t\t${E()}\n\t\t\t\n\t\t`},B=function(e){return`\n\n\t\n\t\t\n\t\t\t\n\t\t\t\t${E()}\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t/files/${(0,i.ts)()?.uid}/\n\t\t\t\tinfinity\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\thttpd/unix-directory\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t0\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t${e}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t100\n\t\t\t0\n\t\t\n\t\n`},T=function(e=""){let t=y.NONE;return e&&((e.includes("C")||e.includes("K"))&&(t|=y.CREATE),e.includes("G")&&(t|=y.READ),(e.includes("W")||e.includes("N")||e.includes("V"))&&(t|=y.UPDATE),e.includes("D")&&(t|=y.DELETE),e.includes("R")&&(t|=y.SHARE)),t};var N=(e=>(e.Folder="folder",e.File="file",e))(N||{});const I=function(e,t){return null!==e.match(t)},O=(e,t)=>{if(e.id&&"number"!=typeof e.id)throw new Error("Invalid id type of value");if(!e.source)throw new Error("Missing mandatory source");try{new URL(e.source)}catch{throw new Error("Invalid source format, source must be a valid URL")}if(!e.source.startsWith("http"))throw new Error("Invalid source format, only http(s) is supported");if(e.mtime&&!(e.mtime instanceof Date))throw new Error("Invalid mtime type");if(e.crtime&&!(e.crtime instanceof Date))throw new Error("Invalid crtime type");if(!e.mime||"string"!=typeof e.mime||!e.mime.match(/^[-\w.]+\/[-+\w.]+$/gi))throw new Error("Missing or invalid mandatory mime");if("size"in e&&"number"!=typeof e.size&&void 0!==e.size)throw new Error("Invalid size type");if("permissions"in e&&void 0!==e.permissions&&!("number"==typeof e.permissions&&e.permissions>=y.NONE&&e.permissions<=y.ALL))throw new Error("Invalid permissions");if(e.owner&&null!==e.owner&&"string"!=typeof e.owner)throw new Error("Invalid owner type");if(e.attributes&&"object"!=typeof e.attributes)throw new Error("Invalid attributes type");if(e.root&&"string"!=typeof e.root)throw new Error("Invalid root type");if(e.root&&!e.root.startsWith("/"))throw new Error("Root must start with a leading slash");if(e.root&&!e.source.includes(e.root))throw new Error("Root must be part of the source");if(e.root&&I(e.source,t)){const n=e.source.match(t)[0];if(!e.source.includes((0,a.join)(n,e.root)))throw new Error("The root must be relative to the service. e.g /files/emma")}if(e.status&&!Object.values(P).includes(e.status))throw new Error("Status must be a valid NodeStatus")};var P=(e=>(e.NEW="new",e.FAILED="failed",e.LOADING="loading",e.LOCKED="locked",e))(P||{});class S{_data;_attributes;_knownDavService=/(remote|public)\.php\/(web)?dav/i;constructor(e,t){O(e,t||this._knownDavService),this._data=e;const n={set:(e,t,n)=>(this.updateMtime(),Reflect.set(e,t,n)),deleteProperty:(e,t)=>(this.updateMtime(),Reflect.deleteProperty(e,t))};this._attributes=new Proxy(e.attributes||{},n),delete this._data.attributes,t&&(this._knownDavService=t)}get source(){return this._data.source.replace(/\/$/i,"")}get encodedSource(){const{origin:e}=new URL(this.source);return e+(0,s.Ec)(this.source.slice(e.length))}get basename(){return(0,a.basename)(this.source)}get extension(){return(0,a.extname)(this.source)}get dirname(){if(this.root){const e=this.source.indexOf(this.root);return(0,a.dirname)(this.source.slice(e+this.root.length)||"/")}const e=new URL(this.source);return(0,a.dirname)(e.pathname)}get mime(){return this._data.mime}get mtime(){return this._data.mtime}get crtime(){return this._data.crtime}get size(){return this._data.size}get attributes(){return this._attributes}get permissions(){return null!==this.owner||this.isDavRessource?void 0!==this._data.permissions?this._data.permissions:y.NONE:y.READ}get owner(){return this.isDavRessource?this._data.owner:null}get isDavRessource(){return I(this.source,this._knownDavService)}get root(){return this._data.root?this._data.root.replace(/^(.+)\/$/,"$1"):this.isDavRessource&&(0,a.dirname)(this.source).split(this._knownDavService).pop()||null}get path(){if(this.root){const e=this.source.indexOf(this.root);return this.source.slice(e+this.root.length)||"/"}return(this.dirname+"/"+this.basename).replace(/\/\//g,"/")}get fileid(){return this._data?.id||this.attributes?.fileid}get status(){return this._data?.status}set status(e){this._data.status=e}move(e){O({...this._data,source:e},this._knownDavService),this._data.source=e,this.updateMtime()}rename(e){if(e.includes("/"))throw new Error("Invalid basename");this.move((0,a.dirname)(this.source)+"/"+e)}updateMtime(){this._data.mtime&&(this._data.mtime=new Date)}}class D extends S{get type(){return N.File}}class M extends S{constructor(e){super({...e,mime:"httpd/unix-directory"})}get type(){return N.Folder}get extension(){return null}get mime(){return"httpd/unix-directory"}}const j=`/files/${(0,i.ts)()?.uid}`,L=(0,l.generateRemoteUrl)("dav"),R=function(e=L){const t=(0,d.eI)(e);function n(e){t.setHeaders({"X-Requested-With":"XMLHttpRequest",requesttoken:e??""})}return(0,i._S)(n),n((0,i.IH)()),(0,d.lD)().patch("fetch",((e,t)=>{const n=t.headers;return n?.method&&(t.method=n.method,delete n.method),fetch(e,t)})),t},$=async(e,t="/",n=j)=>(await e.getDirectoryContents(`${n}${t}`,{details:!0,data:`\n\t\t\n\t\t\t\n\t\t\t\t${E()}\n\t\t\t\n\t\t\t\n\t\t\t\t1\n\t\t\t\n\t\t`,headers:{method:"REPORT"},includeSelf:!0})).data.filter((e=>e.filename!==t)).map((e=>F(e,n))),F=function(e,t=j,n=L){const r=e.props,o=T(r?.permissions),a=(0,i.ts)()?.uid,s={id:r?.fileid||0,source:`${n}${e.filename}`,mtime:new Date(Date.parse(e.lastmod)),mime:e.mime,size:r?.size||Number.parseInt(r.getcontentlength||"0"),permissions:o,owner:a,root:t,attributes:{...e,...r,hasPreview:r?.["has-preview"]}};return delete s.attributes?.props,"file"===e.type?new D(s):new M(s)};class H{_views=[];_currentView=null;register(e){if(this._views.find((t=>t.id===e.id)))throw new Error(`View id ${e.id} is already registered`);this._views.push(e)}remove(e){const t=this._views.findIndex((t=>t.id===e));-1!==t&&this._views.splice(t,1)}get views(){return this._views}setActive(e){this._currentView=e}get active(){return this._currentView}}const V=function(){return typeof window._nc_navigation>"u"&&(window._nc_navigation=new H,c.debug("Navigation service initialized")),window._nc_navigation};class U{_column;constructor(e){z(e),this._column=e}get id(){return this._column.id}get title(){return this._column.title}get render(){return this._column.render}get sort(){return this._column.sort}get summary(){return this._column.summary}}const z=function(e){if(!e.id||"string"!=typeof e.id)throw new Error("A column id is required");if(!e.title||"string"!=typeof e.title)throw new Error("A column title is required");if(!e.render||"function"!=typeof e.render)throw new Error("A render function is required");if(e.sort&&"function"!=typeof e.sort)throw new Error("Column sortFunction must be a function");if(e.summary&&"function"!=typeof e.summary)throw new Error("Column summary must be a function");return!0};var q={},Z={};!function(e){const t=":A-Za-z_\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD",n="["+t+"]["+t+"\\-.\\d\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*",i=new RegExp("^"+n+"$");e.isExist=function(e){return typeof e<"u"},e.isEmptyObject=function(e){return 0===Object.keys(e).length},e.merge=function(e,t,n){if(t){const i=Object.keys(t),r=i.length;for(let o=0;o"u")},e.getAllMatches=function(e,t){const n=[];let i=t.exec(e);for(;i;){const r=[];r.startIndex=t.lastIndex-i[0].length;const o=i.length;for(let e=0;e5&&"xml"===i)return re("InvalidXml","XML declaration allowed only at the start of the document.",se(e,t));if("?"==e[t]&&">"==e[t+1]){t++;break}continue}return t}function K(e,t){if(e.length>t+5&&"-"===e[t+1]&&"-"===e[t+2]){for(t+=3;t"===e[t+2]){t+=2;break}}else if(e.length>t+8&&"D"===e[t+1]&&"O"===e[t+2]&&"C"===e[t+3]&&"T"===e[t+4]&&"Y"===e[t+5]&&"P"===e[t+6]&&"E"===e[t+7]){let n=1;for(t+=8;t"===e[t]&&(n--,0===n))break}else if(e.length>t+9&&"["===e[t+1]&&"C"===e[t+2]&&"D"===e[t+3]&&"A"===e[t+4]&&"T"===e[t+5]&&"A"===e[t+6]&&"["===e[t+7])for(t+=8;t"===e[t+2]){t+=2;break}return t}q.validate=function(e,t){t=Object.assign({},W,t);const n=[];let i=!1,r=!1;"\ufeff"===e[0]&&(e=e.substr(1));for(let o=0;o"!==e[o]&&" "!==e[o]&&"\t"!==e[o]&&"\n"!==e[o]&&"\r"!==e[o];o++)l+=e[o];if(l=l.trim(),"/"===l[l.length-1]&&(l=l.substring(0,l.length-1),o--),!ae(l)){let t;return t=0===l.trim().length?"Invalid space after '<'.":"Tag '"+l+"' is an invalid name.",re("InvalidTag",t,se(e,o))}const d=ee(e,o);if(!1===d)return re("InvalidAttr","Attributes for '"+l+"' have open quote.",se(e,o));let c=d.value;if(o=d.index,"/"===c[c.length-1]){const n=o-c.length;c=c.substring(0,c.length-1);const r=ne(c,t);if(!0!==r)return re(r.err.code,r.err.msg,se(e,n+r.err.line));i=!0}else if(s){if(!d.tagClosed)return re("InvalidTag","Closing tag '"+l+"' doesn't have proper closing.",se(e,o));if(c.trim().length>0)return re("InvalidTag","Closing tag '"+l+"' can't have attributes or invalid starting.",se(e,a));{const t=n.pop();if(l!==t.tagName){let n=se(e,t.tagStartPos);return re("InvalidTag","Expected closing tag '"+t.tagName+"' (opened in line "+n.line+", col "+n.col+") instead of closing tag '"+l+"'.",se(e,a))}0==n.length&&(r=!0)}}else{const s=ne(c,t);if(!0!==s)return re(s.err.code,s.err.msg,se(e,o-c.length+s.err.line));if(!0===r)return re("InvalidXml","Multiple possible root nodes found.",se(e,o));-1!==t.unpairedTags.indexOf(l)||n.push({tagName:l,tagStartPos:a}),i=!0}for(o++;o0)||re("InvalidXml","Invalid '"+JSON.stringify(n.map((e=>e.tagName)),null,4).replace(/\r?\n/g,"")+"' found.",{line:1,col:1}):re("InvalidXml","Start tag expected.",1)};const J='"',Q="'";function ee(e,t){let n="",i="",r=!1;for(;t"===e[t]&&""===i){r=!0;break}n+=e[t]}return""===i&&{value:n,index:t,tagClosed:r}}const te=new RegExp("(\\s*)([^\\s=]+)(\\s*=)?(\\s*(['\"])(([\\s\\S])*?)\\5)?","g");function ne(e,t){const n=Y.getAllMatches(e,te),i={};for(let e=0;e!1,commentPropName:!1,unpairedTags:[],processEntities:!0,htmlEntities:!1,ignoreDeclaration:!1,ignorePiTags:!1,transformTagName:!1,transformAttributeName:!1,updateTag:function(e,t,n){return e}};de.buildOptions=function(e){return Object.assign({},ce,e)},de.defaultOptions=ce;const ue=Z;function pe(e,t){let n="";for(;t0?this.child.push({[e.tagname]:e.child,":@":e[":@"]}):this.child.push({[e.tagname]:e.child})}},Ee=function(e,t){const n={};if("O"!==e[t+3]||"C"!==e[t+4]||"T"!==e[t+5]||"Y"!==e[t+6]||"P"!==e[t+7]||"E"!==e[t+8])throw new Error("Invalid Tag instead of DOCTYPE");{t+=9;let i=1,r=!1,o=!1,a="";for(;t"===e[t]){if(o?"-"===e[t-1]&&"-"===e[t-2]&&(o=!1,i--):i--,0===i)break}else"["===e[t]?r=!0:a+=e[t];else{if(r&&he(e,t))t+=7,[entityName,val,t]=pe(e,t+1),-1===val.indexOf("&")&&(n[ve(entityName)]={regx:RegExp(`&${entityName};`,"g"),val});else if(r&&Ae(e,t))t+=8;else if(r&&ge(e,t))t+=8;else if(r&&me(e,t))t+=9;else{if(!fe)throw new Error("Invalid DOCTYPE");o=!0}i++,a=""}if(0!==i)throw new Error("Unclosed DOCTYPE")}return{entities:n,i:t}},_e=function(e,t={}){if(t=Object.assign({},be,t),!e||"string"!=typeof e)return e;let n=e.trim();if(void 0!==t.skipLike&&t.skipLike.test(n))return e;if(t.hex&&we.test(n))return Number.parseInt(n,16);{const i=ye.exec(n);if(i){const r=i[1],o=i[2];let a=function(e){return e&&-1!==e.indexOf(".")&&("."===(e=e.replace(/0+$/,""))?e="0":"."===e[0]?e="0"+e:"."===e[e.length-1]&&(e=e.substr(0,e.length-1))),e}(i[3]);const s=i[4]||i[6];if(!t.leadingZeros&&o.length>0&&r&&"."!==n[2])return e;if(!t.leadingZeros&&o.length>0&&!r&&"."!==n[1])return e;{const i=Number(n),l=""+i;return-1!==l.search(/[eE]/)||s?t.eNotation?i:e:-1!==n.indexOf(".")?"0"===l&&""===a||l===a||r&&l==="-"+a?i:e:o?a===l||r+a===l?i:e:n===l||n===r+l?i:e}}return e}};function ke(e){const t=Object.keys(e);for(let n=0;n0)){a||(e=this.replaceEntitiesValue(e));const i=this.options.tagValueProcessor(t,e,n,r,o);return null==i?e:typeof i!=typeof e||i!==e?i:this.options.trimValues||e.trim()===e?$e(e,this.options.parseTagValue,this.options.numberParseOptions):e}}function Te(e){if(this.options.removeNSPrefix){const t=e.split(":"),n="/"===e.charAt(0)?"/":"";if("xmlns"===t[0])return"";2===t.length&&(e=n+t[1])}return e}"<((!\\[CDATA\\[([\\s\\S]*?)(]]>))|((NAME:)?(NAME))([^>]*)>|((\\/)(NAME)\\s*>))([^<]*)".replace(/NAME/g,Ce.nameRegexp);const Ne=new RegExp("([^\\s=]+)\\s*(=\\s*(['\"])([\\s\\S]*?)\\3)?","gm");function Ie(e,t,n){if(!this.options.ignoreAttributes&&"string"==typeof e){const n=Ce.getAllMatches(e,Ne),i=n.length,r={};for(let e=0;e",o,"Closing Tag is not closed.");let a=e.substring(o+2,t).trim();if(this.options.removeNSPrefix){const e=a.indexOf(":");-1!==e&&(a=a.substr(e+1))}this.options.transformTagName&&(a=this.options.transformTagName(a)),n&&(i=this.saveTextToParentTag(i,n,r));const s=r.substring(r.lastIndexOf(".")+1);if(a&&-1!==this.options.unpairedTags.indexOf(a))throw new Error(`Unpaired tag can not be used as closing tag: `);let l=0;s&&-1!==this.options.unpairedTags.indexOf(s)?(l=r.lastIndexOf(".",r.lastIndexOf(".")-1),this.tagsNodeStack.pop()):l=r.lastIndexOf("."),r=r.substring(0,l),n=this.tagsNodeStack.pop(),i="",o=t}else if("?"===e[o+1]){let t=Le(e,o,!1,"?>");if(!t)throw new Error("Pi Tag is not closed.");if(i=this.saveTextToParentTag(i,n,r),!(this.options.ignoreDeclaration&&"?xml"===t.tagName||this.options.ignorePiTags)){const e=new xe(t.tagName);e.add(this.options.textNodeName,""),t.tagName!==t.tagExp&&t.attrExpPresent&&(e[":@"]=this.buildAttributesMap(t.tagExp,r,t.tagName)),this.addChild(n,e,r)}o=t.closeIndex+1}else if("!--"===e.substr(o+1,3)){const t=je(e,"--\x3e",o+4,"Comment is not closed.");if(this.options.commentPropName){const a=e.substring(o+4,t-2);i=this.saveTextToParentTag(i,n,r),n.add(this.options.commentPropName,[{[this.options.textNodeName]:a}])}o=t}else if("!D"===e.substr(o+1,2)){const t=Ee(e,o);this.docTypeEntities=t.entities,o=t.i}else if("!["===e.substr(o+1,2)){const t=je(e,"]]>",o,"CDATA is not closed.")-2,a=e.substring(o+9,t);if(i=this.saveTextToParentTag(i,n,r),this.options.cdataPropName)n.add(this.options.cdataPropName,[{[this.options.textNodeName]:a}]);else{let e=this.parseTextData(a,n.tagname,r,!0,!1,!0);null==e&&(e=""),n.add(this.options.textNodeName,e)}o=t+2}else{let a=Le(e,o,this.options.removeNSPrefix),s=a.tagName;const l=a.rawTagName;let d=a.tagExp,c=a.attrExpPresent,u=a.closeIndex;this.options.transformTagName&&(s=this.options.transformTagName(s)),n&&i&&"!xml"!==n.tagname&&(i=this.saveTextToParentTag(i,n,r,!1));const p=n;if(p&&-1!==this.options.unpairedTags.indexOf(p.tagname)&&(n=this.tagsNodeStack.pop(),r=r.substring(0,r.lastIndexOf("."))),s!==t.tagname&&(r+=r?"."+s:s),this.isItStopNode(this.options.stopNodes,r,s)){let t="";if(d.length>0&&d.lastIndexOf("/")===d.length-1)o=a.closeIndex;else if(-1!==this.options.unpairedTags.indexOf(s))o=a.closeIndex;else{const n=this.readStopNodeData(e,l,u+1);if(!n)throw new Error(`Unexpected end of ${l}`);o=n.i,t=n.tagContent}const i=new xe(s);s!==d&&c&&(i[":@"]=this.buildAttributesMap(d,r,s)),t&&(t=this.parseTextData(t,s,r,!0,c,!0,!0)),r=r.substr(0,r.lastIndexOf(".")),i.add(this.options.textNodeName,t),this.addChild(n,i,r)}else{if(d.length>0&&d.lastIndexOf("/")===d.length-1){"/"===s[s.length-1]?(s=s.substr(0,s.length-1),r=r.substr(0,r.length-1),d=s):d=d.substr(0,d.length-1),this.options.transformTagName&&(s=this.options.transformTagName(s));const e=new xe(s);s!==d&&c&&(e[":@"]=this.buildAttributesMap(d,r,s)),this.addChild(n,e,r),r=r.substr(0,r.lastIndexOf("."))}else{const e=new xe(s);this.tagsNodeStack.push(n),s!==d&&c&&(e[":@"]=this.buildAttributesMap(d,r,s)),this.addChild(n,e,r),n=e}i="",o=u}}else i+=e[o];return t.child};function Pe(e,t,n){const i=this.options.updateTag(t.tagname,n,t[":@"]);!1===i||("string"==typeof i&&(t.tagname=i),e.addChild(t))}const Se=function(e){if(this.options.processEntities){for(let t in this.docTypeEntities){const n=this.docTypeEntities[t];e=e.replace(n.regx,n.val)}for(let t in this.lastEntities){const n=this.lastEntities[t];e=e.replace(n.regex,n.val)}if(this.options.htmlEntities)for(let t in this.htmlEntities){const n=this.htmlEntities[t];e=e.replace(n.regex,n.val)}e=e.replace(this.ampEntity.regex,this.ampEntity.val)}return e};function De(e,t,n,i){return e&&(void 0===i&&(i=0===Object.keys(t.child).length),void 0!==(e=this.parseTextData(e,t.tagname,n,!1,!!t[":@"]&&0!==Object.keys(t[":@"]).length,i))&&""!==e&&t.add(this.options.textNodeName,e),e=""),e}function Me(e,t,n){const i="*."+n;for(const n in e){const r=e[n];if(i===r||t===r)return!0}return!1}function je(e,t,n,i){const r=e.indexOf(t,n);if(-1===r)throw new Error(i);return r+t.length-1}function Le(e,t,n,i=">"){const r=function(e,t,n=">"){let i,r="";for(let o=t;o",n,`${t} is not closed`);if(e.substring(n+2,o).trim()===t&&(r--,0===r))return{tagContent:e.substring(i,n),i:o};n=o}else if("?"===e[n+1])n=je(e,"?>",n+1,"StopNode is not closed.");else if("!--"===e.substr(n+1,3))n=je(e,"--\x3e",n+3,"StopNode is not closed.");else if("!["===e.substr(n+1,2))n=je(e,"]]>",n,"StopNode is not closed.")-2;else{const i=Le(e,n,">");i&&((i&&i.tagName)===t&&"/"!==i.tagExp[i.tagExp.length-1]&&r++,n=i.closeIndex)}}function $e(e,t,n){if(t&&"string"==typeof e){const t=e.trim();return"true"===t||"false"!==t&&_e(e,n)}return Ce.isExist(e)?e:""}var Fe={};function He(e,t,n){let i;const r={};for(let o=0;o0&&(r[t.textNodeName]=i):void 0!==i&&(r[t.textNodeName]=i),r}function Ve(e){const t=Object.keys(e);for(let e=0;e"},lt:{regex:/&(lt|#60|#x3C);/g,val:"<"},quot:{regex:/&(quot|#34|#x22);/g,val:'"'}},this.ampEntity={regex:/&(amp|#38|#x26);/g,val:"&"},this.htmlEntities={space:{regex:/&(nbsp|#160);/g,val:" "},cent:{regex:/&(cent|#162);/g,val:"¢"},pound:{regex:/&(pound|#163);/g,val:"£"},yen:{regex:/&(yen|#165);/g,val:"¥"},euro:{regex:/&(euro|#8364);/g,val:"€"},copyright:{regex:/&(copy|#169);/g,val:"©"},reg:{regex:/&(reg|#174);/g,val:"®"},inr:{regex:/&(inr|#8377);/g,val:"₹"}},this.addExternalEntities=ke,this.parseXml=Oe,this.parseTextData=Be,this.resolveNameSpace=Te,this.buildAttributesMap=Ie,this.isItStopNode=Me,this.replaceEntitiesValue=Se,this.readStopNodeData=Re,this.saveTextToParentTag=De,this.addChild=Pe}},{prettify:Ye}=Fe,We=q;function Ge(e,t,n,i){let r="",o=!1;for(let a=0;a`,o=!1;continue}if(l===t.commentPropName){r+=i+`\x3c!--${s[l][0][t.textNodeName]}--\x3e`,o=!0;continue}if("?"===l[0]){const e=Ke(s[":@"],t),n="?xml"===l?"":i;let a=s[l][0][t.textNodeName];a=0!==a.length?" "+a:"",r+=n+`<${l}${a}${e}?>`,o=!0;continue}let c=i;""!==c&&(c+=t.indentBy);const u=i+`<${l}${Ke(s[":@"],t)}`,p=Ge(s[l],t,d,c);-1!==t.unpairedTags.indexOf(l)?t.suppressUnpairedNode?r+=u+">":r+=u+"/>":p&&0!==p.length||!t.suppressEmptyNode?p&&p.endsWith(">")?r+=u+`>${p}${i}`:(r+=u+">",p&&""!==i&&(p.includes("/>")||p.includes("`):r+=u+"/>",o=!0}return r}function Xe(e){const t=Object.keys(e);for(let n=0;n0&&t.processEntities)for(let n=0;n0&&(n="\n"),Ge(e,t,"",n)},tt={attributeNamePrefix:"@_",attributesGroupName:!1,textNodeName:"#text",ignoreAttributes:!0,cdataPropName:!1,format:!1,indentBy:" ",suppressEmptyNode:!1,suppressUnpairedNode:!0,suppressBooleanAttributes:!0,tagValueProcessor:function(e,t){return t},attributeValueProcessor:function(e,t){return t},preserveOrder:!1,commentPropName:!1,unpairedTags:[],entities:[{regex:new RegExp("&","g"),val:"&"},{regex:new RegExp(">","g"),val:">"},{regex:new RegExp("<","g"),val:"<"},{regex:new RegExp("'","g"),val:"'"},{regex:new RegExp('"',"g"),val:"""}],processEntities:!0,stopNodes:[],oneListGroup:!1};function nt(e){this.options=Object.assign({},tt,e),this.options.ignoreAttributes||this.options.attributesGroupName?this.isAttribute=function(){return!1}:(this.attrPrefixLen=this.options.attributeNamePrefix.length,this.isAttribute=ot),this.processTextOrObjNode=it,this.options.format?(this.indentate=rt,this.tagEndChar=">\n",this.newLine="\n"):(this.indentate=function(){return""},this.tagEndChar=">",this.newLine="")}function it(e,t,n){const i=this.j2x(e,n+1);return void 0!==e[this.options.textNodeName]&&1===Object.keys(e).length?this.buildTextValNode(e[this.options.textNodeName],t,i.attrStr,n):this.buildObjectNode(i.val,t,i.attrStr,n)}function rt(e){return this.options.indentBy.repeat(e)}function ot(e){return!(!e.startsWith(this.options.attributeNamePrefix)||e===this.options.textNodeName)&&e.substr(this.attrPrefixLen)}nt.prototype.build=function(e){return this.options.preserveOrder?et(e,this.options):(Array.isArray(e)&&this.options.arrayNodeName&&this.options.arrayNodeName.length>1&&(e={[this.options.arrayNodeName]:e}),this.j2x(e,0).val)},nt.prototype.j2x=function(e,t){let n="",i="";for(let r in e)if(Object.prototype.hasOwnProperty.call(e,r))if(typeof e[r]>"u")this.isAttribute(r)&&(i+="");else if(null===e[r])this.isAttribute(r)?i+="":"?"===r[0]?i+=this.indentate(t)+"<"+r+"?"+this.tagEndChar:i+=this.indentate(t)+"<"+r+"/"+this.tagEndChar;else if(e[r]instanceof Date)i+=this.buildTextValNode(e[r],r,"",t);else if("object"!=typeof e[r]){const o=this.isAttribute(r);if(o)n+=this.buildAttrPairStr(o,""+e[r]);else if(r===this.options.textNodeName){let t=this.options.tagValueProcessor(r,""+e[r]);i+=this.replaceEntitiesValue(t)}else i+=this.buildTextValNode(e[r],r,"",t)}else if(Array.isArray(e[r])){const n=e[r].length;let o="";for(let a=0;a"u"||(null===n?"?"===r[0]?i+=this.indentate(t)+"<"+r+"?"+this.tagEndChar:i+=this.indentate(t)+"<"+r+"/"+this.tagEndChar:"object"==typeof n?this.options.oneListGroup?o+=this.j2x(n,t+1).val:o+=this.processTextOrObjNode(n,r,t):o+=this.buildTextValNode(n,r,"",t))}this.options.oneListGroup&&(o=this.buildObjectNode(o,r,"",t)),i+=o}else if(this.options.attributesGroupName&&r===this.options.attributesGroupName){const t=Object.keys(e[r]),i=t.length;for(let o=0;o"+e+r}},nt.prototype.closeTag=function(e){let t="";return-1!==this.options.unpairedTags.indexOf(e)?this.options.suppressUnpairedNode||(t="/"):t=this.options.suppressEmptyNode?"/":`>`+this.newLine;if(!1!==this.options.commentPropName&&t===this.options.commentPropName)return this.indentate(i)+`\x3c!--${e}--\x3e`+this.newLine;if("?"===t[0])return this.indentate(i)+"<"+t+n+"?"+this.tagEndChar;{let r=this.options.tagValueProcessor(t,e);return r=this.replaceEntitiesValue(r),""===r?this.indentate(i)+"<"+t+n+this.closeTag(t)+this.tagEndChar:this.indentate(i)+"<"+t+n+">"+r+"0&&this.options.processEntities)for(let t=0;t0&&(!e.caption||"string"!=typeof e.caption))throw new Error("View caption is required for top-level views and must be a string");if(!e.getContents||"function"!=typeof e.getContents)throw new Error("View getContents is required and must be a function");if(!e.icon||"string"!=typeof e.icon||!function(e){if("string"!=typeof e)throw new TypeError(`Expected a \`string\`, got \`${typeof e}\``);if(0===(e=e.trim()).length||!0!==at.XMLValidator.validate(e))return!1;let t;const n=new at.XMLParser;try{t=n.parse(e)}catch{return!1}return!(!t||!("svg"in t))}(e.icon))throw new Error("View icon is required and must be a valid svg string");if(!("order"in e)||"number"!=typeof e.order)throw new Error("View order is required and must be a number");if(e.columns&&e.columns.forEach((e=>{if(!(e instanceof U))throw new Error("View columns must be an array of Column. Invalid column found")})),e.emptyView&&"function"!=typeof e.emptyView)throw new Error("View emptyView must be a function");if(e.parent&&"string"!=typeof e.parent)throw new Error("View parent must be a string");if("sticky"in e&&"boolean"!=typeof e.sticky)throw new Error("View sticky must be a boolean");if("expanded"in e&&"boolean"!=typeof e.expanded)throw new Error("View expanded must be a boolean");if(e.defaultSortKey&&"string"!=typeof e.defaultSortKey)throw new Error("View defaultSortKey must be a string");return!0},dt=function(e){return f().registerEntry(e)},ct=function(e){return f().unregisterEntry(e)}}},o={};function a(e){var t=o[e];if(void 0!==t)return t.exports;var n=o[e]={id:e,loaded:!1,exports:{}};return r[e].call(n.exports,n,n.exports,a),n.loaded=!0,n.exports}a.m=r,e=[],a.O=(t,n,i,r)=>{if(!n){var o=1/0;for(c=0;c=r)&&Object.keys(a.O).every((e=>a.O[e](n[l])))?n.splice(l--,1):(s=!1,r0&&e[c-1][2]>r;c--)e[c]=e[c-1];e[c]=[n,i,r]},a.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return a.d(t,{a:t}),t},a.d=(e,t)=>{for(var n in t)a.o(t,n)&&!a.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},a.f={},a.e=e=>Promise.all(Object.keys(a.f).reduce(((t,n)=>(a.f[n](e,t),t)),[])),a.u=e=>e+"-"+e+".js?v="+{923:"2686613ba9d88601b889",8321:"1e9a8023ef8296a459a5"}[e],a.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),a.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n={},i="nextcloud:",a.l=(e,t,r,o)=>{if(n[e])n[e].push(t);else{var s,l;if(void 0!==r)for(var d=document.getElementsByTagName("script"),c=0;c{s.onerror=s.onload=null,clearTimeout(f);var r=n[e];if(delete n[e],s.parentNode&&s.parentNode.removeChild(s),r&&r.forEach((e=>e(i))),t)return t(i)},f=setTimeout(p.bind(null,void 0,{type:"timeout",target:s}),12e4);s.onerror=p.bind(null,s.onerror),s.onload=p.bind(null,s.onload),l&&document.head.appendChild(s)}},a.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),a.j=9837,(()=>{var e;a.g.importScripts&&(e=a.g.location+"");var t=a.g.document;if(!e&&t&&(t.currentScript&&(e=t.currentScript.src),!e)){var n=t.getElementsByTagName("script");if(n.length)for(var i=n.length-1;i>-1&&!e;)e=n[i--].src}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),a.p=e})(),(()=>{a.b=document.baseURI||self.location.href;var e={9837:0};a.f.j=(t,n)=>{var i=a.o(e,t)?e[t]:void 0;if(0!==i)if(i)n.push(i[2]);else{var r=new Promise(((n,r)=>i=e[t]=[n,r]));n.push(i[2]=r);var o=a.p+a.u(t),s=new Error;a.l(o,(n=>{if(a.o(e,t)&&(0!==(i=e[t])&&(e[t]=void 0),i)){var r=n&&("load"===n.type?"missing":n.type),o=n&&n.target&&n.target.src;s.message="Loading chunk "+t+" failed.\n("+r+": "+o+")",s.name="ChunkLoadError",s.type=r,s.request=o,i[1](s)}}),"chunk-"+t,t)}},a.O.j=t=>0===e[t];var t=(t,n)=>{var i,r,o=n[0],s=n[1],l=n[2],d=0;if(o.some((t=>0!==e[t]))){for(i in s)a.o(s,i)&&(a.m[i]=s[i]);if(l)var c=l(a)}for(t&&t(n);da(34507)));s=a.O(s)})(); -//# sourceMappingURL=files-init.js.map?v=0c9e571214b209f00952 \ No newline at end of file +(()=>{var e,n,i,r={34507:(e,n,i)=>{"use strict";var r=i(5656),o=i(69183),a=i(31352),s=i(93664),l=i(17499);const d=(0,l.IY)().setApp("files").detectUser().build(),c=new r.p$({id:"delete",displayName:(e,t)=>"trashbin"===t.id?(0,a.Iu)("files","Delete permanently"):(0,a.Iu)("files","Delete"),iconSvgInline:()=>'',enabled:e=>e.length>0&&e.map((e=>e.permissions)).every((e=>0!=(e&r.y3.DELETE))),async exec(e){try{return await s.Z.delete(e.encodedSource),(0,o.j8)("files:node:deleted",e),!0}catch(t){return d.error("Error while deleting a file",{error:t,source:e.source,node:e}),!1}},async execBatch(e,t,n){return Promise.all(e.map((e=>this.exec(e,t,n))))},order:100});var u=i(79753);const p=function(e){const t=document.createElement("a");t.download="",t.href=e,t.click()},f=function(e,t){const n=Math.random().toString(36).substring(2),i=(0,u.generateUrl)("/apps/files/ajax/download.php?dir={dir}&files={files}&downloadStartSecret={secret}",{dir:e,secret:n,files:JSON.stringify(t.map((e=>e.basename)))});p(i)},h=function(e){if(0==(e.permissions&r.y3.READ))return!1;if("shared"===e.attributes["mount-type"]){const t=JSON.parse(e.attributes["share-attributes"]).find((e=>"permissions"===e.scope&&"download"===e.key));if(void 0!==t&&!1===t.enabled)return!1}return!0},A=new r.p$({id:"download",displayName:()=>(0,a.Iu)("files","Download"),iconSvgInline:()=>'',enabled:e=>0!==e.length&&(!e.some((e=>e.type===r.Tv.Folder))||!e.some((e=>!e.root?.startsWith("/files"))))&&e.every(h),exec:async(e,t,n)=>e.type===r.Tv.Folder?(f(n,[e]),null):(p(e.source),null),async execBatch(e,t,n){return 1===e.length?(this.exec(e[0],t,n),[null]):(f(n,e),new Array(e.length).fill(null))},order:30});var g=i(65358),m=i(77958),v=i(64024);const w=new r.p$({id:"edit-locally",displayName:()=>(0,a.Iu)("files","Edit locally"),iconSvgInline:()=>'',enabled:e=>1===e.length&&0!=(e[0].permissions&r.y3.UPDATE),exec:async e=>(async function(e){const t=(0,u.generateOcsUrl)("apps/files/api/v1")+"/openlocaleditor?format=json";try{const n=await s.Z.post(t,{path:e}),i=(0,m.ts)()?.uid;let r=`nc://open/${i}@`+window.location.host+(0,g.Ec)(e);r+="?token="+n.data.ocs.data.token,window.location.href=r}catch(e){(0,v.x2)((0,a.Iu)("files","Failed to redirect to client"))}}(e.path),null),order:25});var y=i(20144);const b='',C=e=>e.some((e=>1!==e.attributes.favorite)),x=async(e,t,n)=>{try{const i=(0,u.generateUrl)("/apps/files/api/v1/files")+(0,g.Ec)(e.path);return await s.Z.post(i,{tags:n?[window.OC.TAG_FAVORITE]:[]}),"favorites"!==t.id||n||"/"!==e.dirname||(0,o.j8)("files:node:deleted",e),y.default.set(e.attributes,"favorite",n?1:0),n?(0,o.j8)("files:favorites:added",e):(0,o.j8)("files:favorites:removed",e),!0}catch(t){const i=n?"adding a file to favourites":"removing a file from favourites";return d.error("Error while "+i,{error:t,source:e.source,node:e}),!1}},E=new r.p$({id:"favorite",displayName:e=>C(e)?(0,a.Iu)("files","Add to favorites"):(0,a.Iu)("files","Remove from favorites"),iconSvgInline:e=>C(e)?'':b,enabled:e=>!e.some((e=>!e.root?.startsWith?.("/files")))&&e.every((e=>e.permissions!==r.y3.NONE)),async exec(e,t){const n=C([e]);return await x(e,t,n)},async execBatch(e,t){const n=C(e);return Promise.all(e.map((async e=>await x(e,t,n))))},order:-50});var _=i(93379),k=i.n(_),B=i(7795),T=i.n(B),N=i(90569),I=i.n(N),O=i(3565),P=i.n(O),S=i(19216),D=i.n(S),M=i(44589),j=i.n(M),L=i(51473),R={};R.styleTagTransform=j(),R.setAttributes=P(),R.insert=I().bind(null,"head"),R.domAPI=T(),R.insertStyleElement=D(),k()(L.Z,R),L.Z&&L.Z.locals&&L.Z.locals;var $=i(51120);const{Axios:F,AxiosError:H,CanceledError:V,isCancel:U,CancelToken:z,VERSION:q,all:Z,Cancel:Y,isAxiosError:W,spread:G,toFormData:X,AxiosHeaders:K,HttpStatusCode:J,formToJSON:Q,getAdapter:ee,mergeConfig:te}=$.default;var ne=i(62520),ie=i(59546),re=i(96384),oe=i(59440);let ae;const se=()=>(ae||(ae=new oe.Z({concurrency:3})),ae);var le;!function(e){e.MOVE="Move",e.COPY="Copy",e.MOVE_OR_COPY="move-or-copy"}(le||(le={}));const de=e=>0!=(e.reduce(((e,t)=>Math.min(e,t.permissions)),r.y3.ALL)&r.y3.UPDATE),ce=e=>(e=>e.every((e=>!JSON.parse(e.attributes?.["share-attributes"]??"[]").some((e=>"permissions"===e.scope&&!1===e.enabled&&"download"===e.key)))))(e),ue=e=>de(e)?ce(e)?le.MOVE_OR_COPY:le.MOVE:le.COPY,pe=async function(e,t,n){let i=arguments.length>3&&void 0!==arguments[3]&&arguments[3];if(!t)return;if(t.type!==r.Tv.Folder)throw new Error((0,a.Iu)("files","Destination is not a folder"));if(e.dirname===t.path)throw new Error((0,a.Iu)("files","This file/folder is already in that directory"));if(t.path.startsWith(e.path))throw new Error((0,a.Iu)("files","You cannot move a file/folder onto itself or into a subfolder of itself"));const l=(0,ne.join)(t.path,e.basename),d=(0,u.generateRemoteUrl)(`dav/files/${(0,m.ts)()?.uid}${l}`);y.default.set(e,"status",r.e4.LOADING);const c=se();return await c.add((async()=>{try{await(0,s.Z)({method:n===le.COPY?"COPY":"MOVE",url:e.encodedSource,headers:{Destination:encodeURI(d),Overwrite:i?void 0:"F"}}),n===le.MOVE&&(0,o.j8)("files:node:deleted",e)}catch(e){if(e instanceof H){if(412===e?.response?.status)throw new Error((0,a.Iu)("files","A file or folder with that name already exists in this folder"));if(423===e?.response?.status)throw new Error((0,a.Iu)("files","The files is locked"));if(404===e?.response?.status)throw new Error((0,a.Iu)("files","The file does not exist anymore"));if(e.message)throw new Error(e.message)}throw new Error}finally{y.default.set(e,"status",void 0)}}))},fe=async function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"/",n=arguments.length>2?arguments[2]:void 0;const i=n.map((e=>e.fileid)).filter(Boolean),o=(0,v.fn)((0,a.Iu)("files","Chose destination")).allowDirectories(!0).setFilter((e=>0!=(e.permissions&r.y3.CREATE)&&!i.includes(e.fileid))).setMimeTypeFilter([]).setMultiSelect(!1).startAt(t);return new Promise(((t,i)=>{o.setButtonFactory(((i,r)=>{const o=[],s=(0,ne.basename)(r),l=n.map((e=>e.dirname)),d=n.map((e=>e.path));return l.includes(r)||d.includes(r)||(e!==le.COPY&&e!==le.MOVE_OR_COPY||o.push({label:s?(0,a.Iu)("files","Copy to {target}",{target:s}):(0,a.Iu)("files","Copy"),type:"primary",icon:ie,async callback(e){t({destination:e[0],action:le.COPY})}}),e!==le.MOVE&&e!==le.MOVE_OR_COPY||o.push({label:s?(0,a.Iu)("files","Move to {target}",{target:s}):(0,a.Iu)("files","Move"),type:e===le.MOVE?"primary":"secondary",icon:re,async callback(e){t({destination:e[0],action:le.MOVE})}})),o})),o.build().pick().catch((()=>{i(new Error((0,a.Iu)("files","Cancelled move or copy operation")))}))}))},he=new r.p$({id:"move-copy",displayName(e){switch(ue(e)){case le.MOVE:return(0,a.Iu)("files","Move");case le.COPY:return(0,a.Iu)("files","Copy");case le.MOVE_OR_COPY:return(0,a.Iu)("files","Move or copy")}},iconSvgInline:()=>re,enabled:e=>!!e.every((e=>e.root?.startsWith("/files/")))&&e.length>0&&(de(e)||ce(e)),async exec(e,t,n){const i=ue([e]),r=await fe(i,n,[e]);try{return await pe(e,r.destination,r.action),!0}catch(e){return!!(e instanceof Error&&e.message)&&((0,v.x2)(e.message),null)}},async execBatch(e,t,n){const i=ue(e),r=await fe(i,n,e),o=e.map((async e=>{try{return await pe(e,r.destination,r.action),!0}catch(t){return d.error(`Failed to ${r.action} node`,{node:e,error:t}),!1}}));return await Promise.all(o)},order:15}),Ae='',ge=new r.p$({id:"open-folder",displayName(e){const t=e[0].attributes.displayName||e[0].basename;return(0,a.Iu)("files","Open folder {displayName}",{displayName:t})},iconSvgInline:()=>Ae,enabled(e){if(1!==e.length)return!1;const t=e[0];return!!t.isDavRessource&&t.type===r.Tv.Folder&&0!=(t.permissions&r.y3.READ)},exec:async(e,t,n)=>!(!e||e.type!==r.Tv.Folder)&&(window.OCP.Files.Router.goToRoute(null,{view:t.id,fileid:e.fileid},{dir:(0,ne.join)(n,e.basename)}),null),default:r.DT.HIDDEN,order:-100}),me=new r.p$({id:"open-in-files-recent",displayName:()=>(0,a.Iu)("files","Open in Files"),iconSvgInline:()=>"",enabled:(e,t)=>"recent"===t.id,async exec(e){let t=e.dirname;return e.type===r.Tv.Folder&&(t=t+"/"+e.basename),window.OCP.Files.Router.goToRoute(null,{view:"files",fileid:e.fileid},{dir:t}),null},order:-1e3,default:r.DT.HIDDEN}),ve=new r.p$({id:"rename",displayName:()=>(0,a.Iu)("files","Rename"),iconSvgInline:()=>'',enabled:e=>e.length>0&&e.map((e=>e.permissions)).every((e=>0!=(e&r.y3.UPDATE))),exec:async e=>((0,o.j8)("files:node:rename",e),null),order:10});var we=i(48250);const ye=new r.p$({id:"details",displayName:()=>(0,a.Iu)("files","Open details"),iconSvgInline:()=>we,enabled:e=>1===e.length&&!!e[0]&&!!window?.OCA?.Files?.Sidebar&&((e[0].root?.startsWith("/files/")&&e[0].permissions!==r.y3.NONE)??!1),async exec(e,t,n){try{return await window.OCA.Files.Sidebar.open(e.path),window.OCP.Files.Router.goToRoute(null,{view:t.id,fileid:e.fileid},{dir:n},!0),null}catch(e){return d.error("Error while opening sidebar",{error:e}),!1}},order:-50}),be=new r.p$({id:"view-in-folder",displayName:()=>(0,a.Iu)("files","View in folder"),iconSvgInline:()=>re,enabled(e){if(1!==e.length)return!1;const t=e[0];return!!t.isDavRessource&&t.permissions!==r.y3.NONE&&t.type===r.Tv.File},exec:async(e,t,n)=>!(!e||e.type!==r.Tv.File)&&(window.OCP.Files.Router.goToRoute(null,{view:"files",fileid:e.fileid},{dir:e.dirname}),null),order:80}),Ce=(e,t)=>{let n=e,i=1;for(;t.includes(n);){const t=(0,ne.extname)(e);n=`${(0,ne.basename)(e,t)} (${i++})${t}`}return n},xe={id:"newFolder",displayName:(0,a.Iu)("files","New folder"),enabled:e=>0!=(e.permissions&r.y3.CREATE),iconSvgInline:'',order:0,async handler(e,t){const n=t.map((e=>e.basename)),i=Ce((0,a.Iu)("files","New folder"),n),{fileid:l,source:c}=await(async(e,t)=>{const n=e.source+"/"+t,i=e.encodedSource+"/"+encodeURIComponent(t),r=await(0,s.Z)({method:"MKCOL",url:i,headers:{Overwrite:"F"}});return{fileid:parseInt(r.headers["oc-fileid"]),source:n}})(e,i),u=new r.gt({source:c,id:l,mtime:new Date,owner:(0,m.ts)()?.uid||null,permissions:r.y3.ALL,root:e?.root||"/files/"+(0,m.ts)()?.uid});(0,v.s$)((0,a.Iu)("files",'Created new folder "{name}"',{name:(0,ne.basename)(c)})),d.debug("Created new folder",{folder:u,source:c}),(0,o.j8)("files:node:created",u),(0,o.j8)("files:node:rename",u)}};var Ee=i(43554),_e=i(14596),ke=i(8501),Be=i(79267);const Te="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?self:"undefined"!=typeof window?window:globalThis,Ne=Te.fetch.bind(Te);Te.Headers,Te.Request,Te.Response;const Ie="@@HOTPATCHER",Oe=()=>{};function Pe(e){return{original:e,methods:[e],final:!1}}class Se{constructor(){this._configuration={registry:{},getEmptyAction:"null"},this.__type__=Ie}get configuration(){return this._configuration}get getEmptyAction(){return this.configuration.getEmptyAction}set getEmptyAction(e){this.configuration.getEmptyAction=e}control(e,t=!1){if(!e||e.__type__!==Ie)throw new Error("Failed taking control of target HotPatcher instance: Invalid type or object");return Object.keys(e.configuration.registry).forEach((n=>{this.configuration.registry.hasOwnProperty(n)?t&&(this.configuration.registry[n]=Object.assign({},e.configuration.registry[n])):this.configuration.registry[n]=Object.assign({},e.configuration.registry[n])})),e._configuration=this.configuration,this}execute(e,...t){return(this.get(e)||Oe)(...t)}get(e){const t=this.configuration.registry[e];if(!t)switch(this.getEmptyAction){case"null":return null;case"throw":throw new Error(`Failed handling method request: No method provided for override: ${e}`);default:throw new Error(`Failed handling request which resulted in an empty method: Invalid empty-action specified: ${this.getEmptyAction}`)}return function(...e){if(0===e.length)throw new Error("Failed creating sequence: No functions provided");return function(...t){let n=t;const i=this;for(;e.length>0;)n=[e.shift().apply(i,n)];return n[0]}}(...t.methods)}isPatched(e){return!!this.configuration.registry[e]}patch(e,t,n={}){const{chain:i=!1}=n;if(this.configuration.registry[e]&&this.configuration.registry[e].final)throw new Error(`Failed patching '${e}': Method marked as being final`);if("function"!=typeof t)throw new Error(`Failed patching '${e}': Provided method is not a function`);if(i)this.configuration.registry[e]?this.configuration.registry[e].methods.push(t):this.configuration.registry[e]=Pe(t);else if(this.isPatched(e)){const{original:n}=this.configuration.registry[e];this.configuration.registry[e]=Object.assign(Pe(t),{original:n})}else this.configuration.registry[e]=Pe(t);return this}patchInline(e,t,...n){return this.isPatched(e)||this.patch(e,t),this.execute(e,...n)}plugin(e,...t){return t.forEach((t=>{this.patch(e,t,{chain:!0})})),this}restore(e){if(!this.isPatched(e))throw new Error(`Failed restoring method: No method present for key: ${e}`);if("function"!=typeof this.configuration.registry[e].original)throw new Error(`Failed restoring method: Original method not found or of invalid type for key: ${e}`);return this.configuration.registry[e].methods=[this.configuration.registry[e].original],this}setFinal(e){if(!this.configuration.registry.hasOwnProperty(e))throw new Error(`Failed marking '${e}' as final: No method found for key`);return this.configuration.registry[e].final=!0,this}}let De=null;var Me=i(62639),je=i(2568);const Le="abcdef0123456789";function Re(e,t){const n=e.url.replace("//",""),i=-1==n.indexOf("/")?"/":n.slice(n.indexOf("/")),r=e.method?e.method.toUpperCase():"GET",o=!!/(^|,)\s*auth\s*($|,)/.test(t.qop)&&"auth",a=`00000000${t.nc}`.slice(-8),s=function(e,t,n,i,r,o,a){const s=a||je(`${t}:${n}:${i}`);return e&&"md5-sess"===e.toLowerCase()?je(`${s}:${r}:${o}`):s}(t.algorithm,t.username,t.realm,t.password,t.nonce,t.cnonce,t.ha1),l=je(`${r}:${i}`),d=je(o?`${s}:${t.nonce}:${a}:${t.cnonce}:${o}:${l}`:`${s}:${t.nonce}:${l}`),c={username:t.username,realm:t.realm,nonce:t.nonce,uri:i,qop:o,response:d,nc:a,cnonce:t.cnonce,algorithm:t.algorithm,opaque:t.opaque},u=[];for(const e in c)c[e]&&("qop"===e||"nc"===e||"algorithm"===e?u.push(`${e}=${c[e]}`):u.push(`${e}="${c[e]}"`));return`Digest ${u.join(", ")}`}function $e(e){return function(e){if("object"!=typeof e||null===e||"[object Object]"!=Object.prototype.toString.call(e))return!1;if(null===Object.getPrototypeOf(e))return!0;let t=e;for(;null!==Object.getPrototypeOf(t);)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(e)===t}(e)?Object.assign({},e):Object.setPrototypeOf(Object.assign({},e),Object.getPrototypeOf(e))}function Fe(...e){let t=null,n=[...e];for(;n.length>0;){const e=n.shift();t=t?He(t,e):$e(e)}return t}function He(e,t){const n=$e(e);return Object.keys(t).forEach((e=>{n.hasOwnProperty(e)?Array.isArray(t[e])?n[e]=Array.isArray(n[e])?[...n[e],...t[e]]:[...t[e]]:"object"==typeof t[e]&&t[e]?n[e]="object"==typeof n[e]&&n[e]?He(n[e],t[e]):$e(t[e]):n[e]=t[e]:n[e]=t[e]})),n}function Ve(...e){if(0===e.length)return{};const t={};return e.reduce(((e,n)=>(Object.keys(n).forEach((i=>{const r=i.toLowerCase();t.hasOwnProperty(r)?e[t[r]]=n[i]:(t[r]=i,e[i]=n[i])})),e)),{})}var Ue=i(42830);const ze="function"==typeof ArrayBuffer,{toString:qe}=Object.prototype;function Ze(e){const t=(De||(De=new Se),De);return t.patchInline("request",(e=>t.patchInline("fetch",Ne,e.url,function(e){let t={};const n={method:e.method};if(e.headers&&(t=Ve(t,e.headers)),void 0!==e.data){const[i,r]=function(e){if(!(0,Me.$)()&&e instanceof Ue.Readable)return[e,{}];if("string"==typeof e)return[e,{}];if(null!=(t=e)&&null!=t.constructor&&"function"==typeof t.constructor.isBuffer&&t.constructor.isBuffer(t))return[e,{}];if(function(e){return ze&&(e instanceof ArrayBuffer||"[object ArrayBuffer]"===qe.call(e))}(e))return[e,{}];if(e&&"object"==typeof e)return[JSON.stringify(e),{"content-type":"application/json"}];var t;throw new Error("Unable to convert request body: Unexpected body type: "+typeof e)}(e.data);n.body=i,t=Ve(t,r)}return e.signal&&(n.signal=e.signal),e.withCredentials&&(n.credentials="include"),(0,Me.$)()||(e.httpAgent||e.httpsAgent)&&(n.agent=t=>"http:"===t.protocol?e.httpAgent||new ke.Agent:e.httpsAgent||new Be.Agent),n.headers=t,n}(e))),e)}const Ye=`/files/${(0,m.ts)()?.uid}`,We=(0,u.generateRemoteUrl)("dav"+Ye),Ge=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:We;const t=(0,_e.eI)(e,{headers:{requesttoken:(0,m.IH)()||""}});return(0,_e.lD)().patch("request",(e=>(e.headers?.method&&(e.method=e.headers.method,delete e.headers.method),async function(e){if(!e._digest)return Ze(e);const t=e._digest;delete e._digest,t.hasDigestAuth&&(e=Fe(e,{headers:{Authorization:Re(e,t)}}));const n=await Ze(e);if(401==n.status){if(t.hasDigestAuth=function(e,t){const n=e.headers&&e.headers.get("www-authenticate")||"";if("digest"!==n.split(/\s/)[0].toLowerCase())return!1;const i=/([a-z0-9_-]+)=(?:"([^"]+)"|([a-z0-9_-]+))/gi;for(;;){const e=i.exec(n);if(!e)break;t[e[1]]=e[2]||e[3]}return t.nc+=1,t.cnonce=function(){let e="";for(let t=0;t<32;++t)e=`${e}${Le[Math.floor(16*Math.random())]}`;return e}(),!0}(n,t),t.hasDigestAuth){e=Fe(e,{headers:{Authorization:Re(e,t)}});const n=await Ze(e);return 401==n.status?t.hasDigestAuth=!1:t.nc++,n}}else t.nc++;return n}(e)))),t};var Xe=i(3443);const Ke=function(e){return e.split("").reduce((function(e,t){return(e=(e<<5)-e+t.charCodeAt(0))&e}),0)},Je=Ge(),Qe=function(e){const t=e.props,n=(0,r.zu)(t?.permissions),i=(0,m.ts)()?.uid,o=(0,u.generateRemoteUrl)("dav"+Ye+e.filename),a={id:t?.fileid<0?Ke(o):t?.fileid||0,source:o,mtime:new Date(e.lastmod),mime:e.mime,size:t?.size||0,permissions:n,owner:i,root:Ye,attributes:{...e,...t,hasPreview:t?.["has-preview"],failed:t?.fileid<0}};return delete a.attributes.props,"file"===e.type?new r.$B(a):new r.gt(a)},et=Ge(),tt=`\n\n\t\n\t\t${(0,r.m0)()}\n\t\n\t\n\t\t1\n\t\n`,nt=async function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"/";const t=(0,r.h7)();let n;"/"===e&&(n=await et.stat(e,{details:!0,data:t}));const i=await et.getDirectoryContents(e,{details:!0,data:"/"===e?tt:t,headers:{method:"/"===e?"REPORT":"PROPFIND"},includeSelf:!0}),o=n?.data||i.data[0],a=i.data.filter((t=>t.filename!==e));return{folder:Qe(o),contents:a.map(Qe)}},it=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;return new r.G7({id:rt(e),name:(0,ne.basename)(e),icon:Ae,order:t,params:{dir:e,view:"favorites"},parent:"favorites",columns:[],getContents:nt})},rt=function(e){return`favorite-${Ke(e)}`},ot=Ge((0,u.generateRemoteUrl)("dav")),at=Math.round(Date.now()/1e3-1209600),st=`\n\n\t\n\t\t\n\t\t\t\n\t\t\t\t${(0,r.m0)()}\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t/files/${(0,m.ts)()?.uid}/\n\t\t\t\tinfinity\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\thttpd/unix-directory\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t0\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t${at}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t100\n\t\t\t0\n\t\t\n\t\n`;var lt=i(22175),dt=i(25475);const ct={name:"TemplatePreview",inheritAttrs:!1,props:{basename:{type:String,required:!0},checked:{type:Boolean,default:!1},fileid:{type:[String,Number],required:!0},filename:{type:String,required:!0},previewUrl:{type:String,default:null},hasPreview:{type:Boolean,default:!0},mime:{type:String,required:!0},ratio:{type:Number,default:null}},data:()=>({failedPreview:!1}),computed:{nameWithoutExt(){return this.basename.indexOf(".")>-1?this.basename.split(".").slice(0,-1).join("."):this.basename},id(){return`template-picker-${this.fileid}`},realPreviewUrl(){return this.failedPreview&&this.mimeIcon?this.mimeIcon:this.previewUrl?this.previewUrl:(0,m.ts)()?(0,u.generateUrl)(`/core/preview?fileId=${this.fileid}&x=256&y=256&a=1`):(0,u.generateUrl)(`/apps/files_sharing/publicpreview/${document.getElementById("sharingToken")&&document.getElementById("sharingToken").value}?fileId=${this.fileid}&file=${function(e){const t=(e.startsWith("/")?e:`/${e}`).split("/");let n="";return t.forEach((e=>{""!==e&&(n+="/"+encodeURIComponent(e))})),n}(this.filename)}&x=256&y=256&a=1`)},mimeIcon(){return OC.MimeType.getIconUrl(this.mime)}},methods:{onCheck(){this.$emit("check",this.fileid)},onFailure(){this.failedPreview=!0}}};var ut=i(92246),pt={};pt.styleTagTransform=j(),pt.setAttributes=P(),pt.insert=I().bind(null,"head"),pt.domAPI=T(),pt.insertStyleElement=D(),k()(ut.Z,pt),ut.Z&&ut.Z.locals&&ut.Z.locals;var ft=i(51900);const ht=(0,ft.Z)(ct,(function(){var e=this,t=e._self._c;return t("li",{staticClass:"template-picker__item"},[t("input",{staticClass:"radio",attrs:{id:e.id,type:"radio",name:"template-picker"},domProps:{checked:e.checked},on:{change:e.onCheck}}),e._v(" "),t("label",{staticClass:"template-picker__label",attrs:{for:e.id}},[t("div",{staticClass:"template-picker__preview",class:e.failedPreview?"template-picker__preview--failed":""},[t("img",{staticClass:"template-picker__image",attrs:{src:e.realPreviewUrl,alt:"",draggable:"false"},on:{error:e.onFailure}})]),e._v(" "),t("span",{staticClass:"template-picker__title"},[e._v("\n\t\t\t"+e._s(e.nameWithoutExt)+"\n\t\t")])])])}),[],!1,null,"0859a92c",null).exports,At=y.default.extend({name:"TemplatePicker",components:{NcEmptyContent:lt.Z,NcModal:dt.Z,TemplatePreview:ht},props:{logger:{type:Object,required:!0}},data:()=>({checked:-1,loading:!1,name:null,opened:!1,provider:null}),computed:{extension(){return(0,ne.extname)(this.name)},nameWithoutExt(){return this.extension?this.name.slice(0,0-this.extension.length):this.name},emptyTemplate(){return{basename:t("files","Blank"),fileid:-1,filename:this.t("files","Blank"),hasPreview:!1,mime:this.provider?.mimetypes[0]||this.provider?.mimetypes}},selectedTemplate(){return this.provider?this.provider.templates.find((e=>e.fileid===this.checked)):null},style(){if(!this.provider)return{};const e=(this.provider.ratio?this.provider.ratio:1.77)>1?240:160;return{"--margin":"8px","--width":e+"px","--border":"2px","--fullwidth":e+16+4+"px","--height":this.provider.ratio?Math.round(e/this.provider.ratio)+"px":null}}},methods:{async open(e,t){this.checked=this.emptyTemplate.fileid,this.name=e,this.provider=t;const n=(await async function(){return(await s.Z.get((0,u.generateOcsUrl)("apps/files/api/v1/templates"))).data.ocs.data}()).find((e=>e.app===t.app&&e.label===t.label));if(null===n)throw new Error("Failed to match provider in results");this.provider=n,0!==n.templates.length?this.opened=!0:this.onSubmit()},close(){this.checked=this.emptyTemplate.fileid,this.loading=!1,this.name=null,this.opened=!1,this.provider=null},onCheck(e){this.checked=e},async onSubmit(){this.loading=!0;const e=new URL(window.location.href).searchParams.get("dir")||"/";this.nameWithoutExt===this.name&&(this.logger.warn("Fixed invalid filename",{name:this.name,extension:this.provider?.extension}),this.name=this.name+this.provider?.extension);try{const t=await async function(e,t,n){return(await s.Z.post((0,u.generateOcsUrl)("apps/files/api/v1/templates/create"),{filePath:e,templatePath:t,templateType:n})).data.ocs.data}((0,ne.normalize)(`${e}/${this.name}`),this.selectedTemplate?.filename,this.selectedTemplate?.templateType);this.logger.debug("Created new file",t);const n=(0,m.ts)()?.uid||null,i=new r.$B({id:t.fileid,source:(0,u.generateRemoteUrl)((0,ne.join)("dav/files",n,t.filename)),root:`/files/${n}`,mime:t.mime,mtime:new Date(1e3*t.lastmod),owner:n,size:t.size,permissions:t.permissions,attributes:{...t,"has-preview":t.hasPreview}});(0,o.j8)("files:node:created",i),window.OCP.Files.Router.goToRoute(null,{view:"files",fileid:i.fileid},{dir:i.dirname,openfile:!0}),this.close()}catch(e){this.logger.error("Error while creating the new file from template",{error:e}),(0,v.x2)(this.t("files","Unable to create new file from template"))}finally{this.loading=!1}}}});var gt=i(24142),mt={};mt.styleTagTransform=j(),mt.setAttributes=P(),mt.insert=I().bind(null,"head"),mt.domAPI=T(),mt.insertStyleElement=D(),k()(gt.Z,mt),gt.Z&>.Z.locals&>.Z.locals;const vt=(0,ft.Z)(At,(function(){var e=this,t=e._self._c;return e._self._setupProxy,e.opened?t("NcModal",{staticClass:"templates-picker",attrs:{"clear-view-delay":-1,size:"large"},on:{close:e.close}},[t("form",{staticClass:"templates-picker__form",style:e.style,on:{submit:function(t){return t.preventDefault(),t.stopPropagation(),e.onSubmit.apply(null,arguments)}}},[t("h2",[e._v(e._s(e.t("files","Pick a template for {name}",{name:e.nameWithoutExt})))]),e._v(" "),t("ul",{staticClass:"templates-picker__list"},[t("TemplatePreview",e._b({attrs:{checked:e.checked===e.emptyTemplate.fileid},on:{check:e.onCheck}},"TemplatePreview",e.emptyTemplate,!1)),e._v(" "),e._l(e.provider.templates,(function(n){return t("TemplatePreview",e._b({key:n.fileid,attrs:{checked:e.checked===n.fileid,ratio:e.provider.ratio},on:{check:e.onCheck}},"TemplatePreview",n,!1))}))],2),e._v(" "),t("div",{staticClass:"templates-picker__buttons"},[t("input",{staticClass:"primary",attrs:{type:"submit","aria-label":e.t("files","Create a new file with the selected template")},domProps:{value:e.t("files","Create")}})])]),e._v(" "),e.loading?t("NcEmptyContent",{staticClass:"templates-picker__loading",attrs:{icon:"icon-loading"}},[e._v("\n\t\t"+e._s(e.t("files","Creating file"))+"\n\t")]):e._e()],1):e._e()}),[],!1,null,"48121b39",null).exports,wt=(0,l.IY)().setApp("files").detectUser().build();y.default.mixin({methods:{t:a.Iu,n:a.uN}});const yt=document.createElement("div");yt.id="template-picker",document.body.appendChild(yt);let bt=(0,Ee.j)("files","templates",[]),Ct=(0,Ee.j)("files","templates_path",!1);wt.debug("Templates providers",{templates:bt}),wt.debug("Templates folder",{templatesPath:Ct});const xt=new(y.default.extend(vt))({name:"TemplatePicker",propsData:{logger:wt}});xt.$mount("#template-picker"),Ct||(wt.debug("Templates folder not initialized"),(0,r.cd)({id:"template-picker",displayName:(0,a.Iu)("files","Create new templates folder"),iconSvgInline:'',order:10,enabled:e=>e.owner===(0,m.ts)()?.uid&&0!=(e.permissions&r.y3.CREATE),handler(e,t){const n=t.map((e=>e.basename)),i=Ce((0,a.Iu)("files","Templates"),n);Et(e,i),(0,r.oE)("template-picker")}})),bt.forEach(((e,t)=>{(0,r.cd)({id:`template-new-${e.app}-${t}`,displayName:e.label,iconClass:e.iconClass||"icon-file",enabled:e=>0!=(e.permissions&r.y3.CREATE),order:11,handler(t,n){const i=n.map((e=>e.basename)),r=Ce(e.label+e.extension,i);xt.open(r,e)}})}));const Et=async function(e,t){const n=(0,ne.join)(e.path,t);try{wt.debug("Initializing the templates directory",{templatePath:n});const e=await s.Z.post((0,u.generateOcsUrl)("apps/files/api/v1/templates/path"),{templatePath:n,copySystemTemplates:!0});window.OCP.Files.Router.goToRoute(null,{view:"files",fileid:void 0},{dir:n}),bt=e.data.ocs.data.templates,Ct=e.data.ocs.data.template_path}catch(e){wt.error("Unable to initialize the templates directory"),(0,v.x2)((0,a.Iu)("files","Unable to initialize the templates directory"))}};(0,r.p4)(c),(0,r.p4)(A),(0,r.p4)(w),(0,r.p4)(E),(0,r.p4)(he),(0,r.p4)(ge),(0,r.p4)(me),(0,r.p4)(ve),(0,r.p4)(ye),(0,r.p4)(be),(0,r.cd)(xe),(()=>{const e=(0,Ee.j)("files","favoriteFolders",[]),t=e.map(((e,t)=>it(e,t))),n=(0,r.Ti)();n.register(new r.G7({id:"favorites",name:(0,a.Iu)("files","Favorites"),caption:(0,a.Iu)("files","List of favorites files and folders."),emptyTitle:(0,a.Iu)("files","No favorites yet"),emptyCaption:(0,a.Iu)("files","Files and folders you mark as favorite will show up here"),icon:b,order:5,columns:[],getContents:nt})),t.forEach((e=>n.register(e))),(0,o.Ld)("files:favorites:added",(e=>{e.type===r.Tv.Folder&&(null!==e.path&&e.root?.startsWith("/files")?s(e.path):d.error("Favorite folder is not within user files root",{node:e}))})),(0,o.Ld)("files:favorites:removed",(e=>{e.type===r.Tv.Folder&&(null!==e.path&&e.root?.startsWith("/files")?l(e.path):d.error("Favorite folder is not within user files root",{node:e}))}));const i=function(){e.sort(((e,t)=>e.localeCompare(t,(0,a.G3)(),{ignorePunctuation:!0}))),e.forEach(((e,n)=>{const i=t.find((t=>t.id===rt(e)));i&&(i.order=n)}))},s=function(r){const o=it(r);e.find((e=>e===r))||(e.push(r),t.push(o),i(),n.register(o))},l=function(r){const o=rt(r),a=e.findIndex((e=>e===r));-1!==a&&(e.splice(a,1),t.splice(a,1),n.remove(o),i())}})(),(0,r.Ti)().register(new r.G7({id:"files",name:(0,a.Iu)("files","All files"),caption:(0,a.Iu)("files","List of your files and folders."),icon:Ae,order:0,getContents:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"/";const t=new AbortController,n=(0,r.h7)();return new Xe.CancelablePromise((async(i,r,o)=>{o((()=>t.abort()));try{const r=await Je.getDirectoryContents(e,{details:!0,data:n,includeSelf:!0,signal:t.signal}),o=r.data[0],a=r.data.slice(1);if(o.filename!==e)throw new Error("Root node does not match requested path");i({folder:Qe(o),contents:a.map((e=>{try{return Qe(e)}catch(t){return d.error(`Invalid node detected '${e.basename}'`,{error:t}),null}})).filter(Boolean)})}catch(e){r(e)}}))}})),(0,r.Ti)().register(new r.G7({id:"recent",name:(0,a.Iu)("files","Recent"),caption:(0,a.Iu)("files","List of recently modified files and folders."),emptyTitle:(0,a.Iu)("files","No recently modified files"),emptyCaption:(0,a.Iu)("files","Files and folders you recently modified will show up here."),icon:'',order:2,defaultSortKey:"mtime",getContents:async function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"/";const t=(await ot.getDirectoryContents(e,{details:!0,data:st,headers:{method:"SEARCH","Content-Type":"application/xml; charset=utf-8"},deep:!0})).data;return{folder:new r.gt({id:0,source:(0,u.generateRemoteUrl)("dav"+Ye),root:Ye,owner:(0,m.ts)()?.uid||null,permissions:r.y3.READ}),contents:t.map(Qe)}}})),"serviceWorker"in navigator?window.addEventListener("load",(async()=>{try{const e=(0,u.generateUrl)("/apps/files/preview-service-worker.js",{},{noRewrite:!0}),t=await navigator.serviceWorker.register(e,{scope:"/"});d.debug("SW registered: ",{registration:t})}catch(e){d.error("SW registration failed: ",{error:e})}})):d.debug("Service Worker is not enabled on this browser."),(0,r.qq)("nc:hidden",{nc:"http://nextcloud.org/ns"}),(0,r.qq)("nc:metadata-files-live-photo",{nc:"http://nextcloud.org/ns"})},50584:e=>{e.exports={100:"Continue",101:"Switching Protocols",102:"Processing",200:"OK",201:"Created",202:"Accepted",203:"Non-Authoritative Information",204:"No Content",205:"Reset Content",206:"Partial Content",207:"Multi-Status",208:"Already Reported",226:"IM Used",300:"Multiple Choices",301:"Moved Permanently",302:"Found",303:"See Other",304:"Not Modified",305:"Use Proxy",307:"Temporary Redirect",308:"Permanent Redirect",400:"Bad Request",401:"Unauthorized",402:"Payment Required",403:"Forbidden",404:"Not Found",405:"Method Not Allowed",406:"Not Acceptable",407:"Proxy Authentication Required",408:"Request Timeout",409:"Conflict",410:"Gone",411:"Length Required",412:"Precondition Failed",413:"Payload Too Large",414:"URI Too Long",415:"Unsupported Media Type",416:"Range Not Satisfiable",417:"Expectation Failed",418:"I'm a teapot",421:"Misdirected Request",422:"Unprocessable Entity",423:"Locked",424:"Failed Dependency",425:"Unordered Collection",426:"Upgrade Required",428:"Precondition Required",429:"Too Many Requests",431:"Request Header Fields Too Large",451:"Unavailable For Legal Reasons",500:"Internal Server Error",501:"Not Implemented",502:"Bad Gateway",503:"Service Unavailable",504:"Gateway Timeout",505:"HTTP Version Not Supported",506:"Variant Also Negotiates",507:"Insufficient Storage",508:"Loop Detected",509:"Bandwidth Limit Exceeded",510:"Not Extended",511:"Network Authentication Required"}},3443:function(e,t,n){var i,r,o=n(25108);function a(e){return a="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},a(e)}"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self&&self,i=function(e){"use strict";function t(e,n){return t=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},t(e,n)}function n(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=i(e);if(t){var o=i(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return function(e,t){if(t&&("object"===a(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}(this,n)}}function i(e){return i=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},i(e)}function r(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!n){if(Array.isArray(e)||(n=function(e,t){if(e){if("string"==typeof e)return s(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?s(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){n&&(e=n);var i=0,r=function(){};return{s:r,n:function(){return i>=e.length?{done:!0}:{done:!1,value:e[i++]}},e:function(e){throw e},f:r}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,a=!0,l=!1;return{s:function(){n=n.call(e)},n:function(){var e=n.next();return a=e.done,e},e:function(e){l=!0,o=e},f:function(){try{a||null==n.return||n.return()}finally{if(l)throw o}}}}function s(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,i=new Array(t);n{"use strict";n.d(t,{Z:()=>h});var i=n(87537),r=n.n(i),o=n(23645),a=n.n(o),s=n(61667),l=n.n(s),d=new URL(n(81490),n.b),c=new URL(n(90888),n.b),u=a()(r()),p=l()(d),f=l()(c);u.push([e.id,`@charset "UTF-8";\n/**\n * @copyright Copyright (c) 2019 Julius Härtl \n *\n * @author Julius Härtl \n * @author John Molakvoæ \n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n */\n.toastify.dialogs {\n min-width: 200px;\n background: none;\n background-color: var(--color-main-background);\n color: var(--color-main-text);\n box-shadow: 0 0 6px 0 var(--color-box-shadow);\n padding: 0 12px;\n margin-top: 45px;\n position: fixed;\n z-index: 10100;\n border-radius: var(--border-radius);\n display: flex;\n align-items: center;\n}\n.toastify.dialogs .toast-undo-container {\n display: flex;\n align-items: center;\n}\n.toastify.dialogs .toast-undo-button,\n.toastify.dialogs .toast-close {\n position: static;\n overflow: hidden;\n box-sizing: border-box;\n min-width: 44px;\n height: 100%;\n padding: 12px;\n white-space: nowrap;\n background-repeat: no-repeat;\n background-position: center;\n background-color: transparent;\n min-height: 0;\n}\n.toastify.dialogs .toast-undo-button.toast-close,\n.toastify.dialogs .toast-close.toast-close {\n text-indent: 0;\n opacity: .4;\n border: none;\n min-height: 44px;\n margin-left: 10px;\n font-size: 0;\n}\n.toastify.dialogs .toast-undo-button.toast-close:before,\n.toastify.dialogs .toast-close.toast-close:before {\n background-image: url(${p});\n content: " ";\n filter: var(--background-invert-if-dark);\n display: inline-block;\n width: 16px;\n height: 16px;\n}\n.toastify.dialogs .toast-undo-button.toast-undo-button,\n.toastify.dialogs .toast-close.toast-undo-button {\n height: calc(100% - 6px);\n margin: 3px 3px 3px 12px;\n}\n.toastify.dialogs .toast-undo-button:hover,\n.toastify.dialogs .toast-undo-button:focus,\n.toastify.dialogs .toast-undo-button:active,\n.toastify.dialogs .toast-close:hover,\n.toastify.dialogs .toast-close:focus,\n.toastify.dialogs .toast-close:active {\n cursor: pointer;\n opacity: 1;\n}\n.toastify.dialogs.toastify-top {\n right: 10px;\n}\n.toastify.dialogs.toast-with-click {\n cursor: pointer;\n}\n.toastify.dialogs.toast-error {\n border-left: 3px solid var(--color-error);\n}\n.toastify.dialogs.toast-info {\n border-left: 3px solid var(--color-primary);\n}\n.toastify.dialogs.toast-warning {\n border-left: 3px solid var(--color-warning);\n}\n.toastify.dialogs.toast-success,\n.toastify.dialogs.toast-undo {\n border-left: 3px solid var(--color-success);\n}\n.theme--dark .toastify.dialogs .toast-close.toast-close:before {\n background-image: url(${f});\n}\n._file-picker__file-icon_1vgv4_5 {\n width: 32px;\n height: 32px;\n min-width: 32px;\n min-height: 32px;\n background-repeat: no-repeat;\n background-size: contain;\n display: flex;\n justify-content: center;\n}\ntr.file-picker__row[data-v-6aded0d9] {\n height: var(--row-height, 50px);\n}\ntr.file-picker__row td[data-v-6aded0d9] {\n cursor: pointer;\n overflow: hidden;\n text-overflow: ellipsis;\n border-bottom: none;\n}\ntr.file-picker__row td[data-v-6aded0d9]:not(.row-checkbox) {\n padding-inline: 14px 0;\n}\ntr.file-picker__row td.row-size[data-v-6aded0d9] {\n text-align: end;\n padding-inline: 0 14px;\n}\ntr.file-picker__row td.row-name[data-v-6aded0d9] {\n padding-inline: 2px 0;\n}\n@keyframes gradient-6aded0d9 {\n 0% {\n background-position: 0% 50%;\n }\n 50% {\n background-position: 100% 50%;\n }\n to {\n background-position: 0% 50%;\n }\n}\n.loading-row .row-checkbox[data-v-6aded0d9] {\n text-align: center !important;\n}\n.loading-row span[data-v-6aded0d9] {\n display: inline-block;\n height: 24px;\n background: linear-gradient(to right, var(--color-background-darker), var(--color-text-maxcontrast), var(--color-background-darker));\n background-size: 600px 100%;\n border-radius: var(--border-radius);\n animation: gradient-6aded0d9 12s ease infinite;\n}\n.loading-row .row-wrapper[data-v-6aded0d9] {\n display: inline-flex;\n align-items: center;\n}\n.loading-row .row-checkbox span[data-v-6aded0d9] {\n width: 24px;\n}\n.loading-row .row-name span[data-v-6aded0d9]:last-of-type {\n margin-inline-start: 6px;\n width: 130px;\n}\n.loading-row .row-size span[data-v-6aded0d9] {\n width: 80px;\n}\n.loading-row .row-modified span[data-v-6aded0d9] {\n width: 90px;\n}\ntr.file-picker__row[data-v-ee6f34b5] {\n height: var(--row-height, 50px);\n}\ntr.file-picker__row td[data-v-ee6f34b5] {\n cursor: pointer;\n overflow: hidden;\n text-overflow: ellipsis;\n border-bottom: none;\n}\ntr.file-picker__row td[data-v-ee6f34b5]:not(.row-checkbox) {\n padding-inline: 14px 0;\n}\ntr.file-picker__row td.row-size[data-v-ee6f34b5] {\n text-align: end;\n padding-inline: 0 14px;\n}\ntr.file-picker__row td.row-name[data-v-ee6f34b5] {\n padding-inline: 2px 0;\n}\n.file-picker__row--selected[data-v-ee6f34b5] {\n background-color: var(--color-background-dark);\n}\n.file-picker__row[data-v-ee6f34b5]:hover {\n background-color: var(--color-background-hover);\n}\n.file-picker__name-container[data-v-ee6f34b5] {\n display: flex;\n justify-content: start;\n align-items: center;\n height: 100%;\n}\n.file-picker__file-name[data-v-ee6f34b5] {\n padding-inline-start: 6px;\n min-width: 0;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.file-picker__file-extension[data-v-ee6f34b5] {\n color: var(--color-text-maxcontrast);\n min-width: fit-content;\n}\n.file-picker__header-preview[data-v-4297db37] {\n width: 22px;\n height: 32px;\n flex: 0 0 auto;\n}\n.file-picker__files[data-v-4297db37] {\n margin: 2px;\n margin-inline-start: 12px;\n overflow: scroll auto;\n}\n.file-picker__files table[data-v-4297db37] {\n width: 100%;\n max-height: 100%;\n table-layout: fixed;\n}\n.file-picker__files th[data-v-4297db37] {\n position: -webkit-sticky;\n position: sticky;\n z-index: 1;\n top: 0;\n background-color: var(--color-main-background);\n padding: 2px;\n}\n.file-picker__files th .header-wrapper[data-v-4297db37] {\n display: flex;\n}\n.file-picker__files th.row-checkbox[data-v-4297db37] {\n width: 44px;\n}\n.file-picker__files th.row-name[data-v-4297db37] {\n width: 230px;\n}\n.file-picker__files th.row-size[data-v-4297db37] {\n width: 100px;\n}\n.file-picker__files th.row-modified[data-v-4297db37] {\n width: 120px;\n}\n.file-picker__files th[data-v-4297db37]:not(.row-size) .button-vue__wrapper {\n justify-content: start;\n flex-direction: row-reverse;\n}\n.file-picker__files th[data-v-4297db37]:not(.row-size) .button-vue {\n padding-inline: 16px 4px;\n}\n.file-picker__files th.row-size[data-v-4297db37] .button-vue__wrapper {\n justify-content: end;\n}\n.file-picker__files th[data-v-4297db37] .button-vue__wrapper {\n color: var(--color-text-maxcontrast);\n}\n.file-picker__files th[data-v-4297db37] .button-vue__wrapper .button-vue__text {\n font-weight: 400;\n}\n.file-picker__breadcrumbs[data-v-3bc9efa5] {\n flex-grow: 0 !important;\n}\n.file-picker__side[data-v-fcfd0f23] {\n display: flex;\n flex-direction: column;\n align-items: start;\n gap: .5rem;\n min-width: 200px;\n padding-block: 2px;\n overflow: auto;\n}\n.file-picker__side[data-v-fcfd0f23] .button-vue__wrapper {\n justify-content: start;\n}\n.file-picker__filter-input[data-v-fcfd0f23] {\n margin-block: 7px;\n max-width: 260px;\n}\n@media (max-width: 736px) {\n .file-picker__side[data-v-fcfd0f23] {\n flex-direction: row;\n min-width: unset;\n }\n}\n@media (max-width: 512px) {\n .file-picker__side[data-v-fcfd0f23] {\n flex-direction: row;\n min-width: unset;\n }\n .file-picker__filter-input[data-v-fcfd0f23] {\n max-width: unset;\n }\n}\n.file-picker__navigation {\n padding-inline: 2px;\n}\n.file-picker__navigation,\n.file-picker__navigation * {\n box-sizing: border-box;\n}\n.file-picker__navigation .v-select.select {\n min-width: 220px;\n}\n@media (min-width: 513px) and (max-width: 736px) {\n .file-picker__navigation {\n gap: 11px;\n }\n}\n@media (max-width: 512px) {\n .file-picker__navigation {\n flex-direction: column-reverse !important;\n }\n}\n.file-picker__view[data-v-86a13079] {\n height: 50px;\n display: flex;\n justify-content: start;\n align-items: center;\n}\n.file-picker__view h3[data-v-86a13079] {\n font-weight: 700;\n height: fit-content;\n margin: 0;\n}\n.file-picker__main[data-v-86a13079] {\n box-sizing: border-box;\n width: 100%;\n display: flex;\n flex-direction: column;\n min-height: 0;\n flex: 1;\n padding-inline: 2px;\n}\n.file-picker__main *[data-v-86a13079] {\n box-sizing: border-box;\n}\n[data-v-86a13079] .file-picker {\n height: min(80vh, 800px);\n}\n@media (max-width: 512px) {\n [data-v-86a13079] .file-picker {\n height: calc(100% - 16px - var(--default-clickable-area));\n }\n}\n[data-v-86a13079] .file-picker__content {\n display: flex;\n flex-direction: column;\n overflow: hidden;\n}\n`,"",{version:3,sources:["webpack://./node_modules/@nextcloud/dialogs/dist/style.css"],names:[],mappings:"AAAA,gBAAgB;AAChB;;;;;;;;;;;;;;;;;;;;EAoBE;AACF;EACE,gBAAgB;EAChB,gBAAgB;EAChB,8CAA8C;EAC9C,6BAA6B;EAC7B,6CAA6C;EAC7C,eAAe;EACf,gBAAgB;EAChB,eAAe;EACf,cAAc;EACd,mCAAmC;EACnC,aAAa;EACb,mBAAmB;AACrB;AACA;EACE,aAAa;EACb,mBAAmB;AACrB;AACA;;EAEE,gBAAgB;EAChB,gBAAgB;EAChB,sBAAsB;EACtB,eAAe;EACf,YAAY;EACZ,aAAa;EACb,mBAAmB;EACnB,4BAA4B;EAC5B,2BAA2B;EAC3B,6BAA6B;EAC7B,aAAa;AACf;AACA;;EAEE,cAAc;EACd,WAAW;EACX,YAAY;EACZ,gBAAgB;EAChB,iBAAiB;EACjB,YAAY;AACd;AACA;;EAEE,yDAAiR;EACjR,YAAY;EACZ,wCAAwC;EACxC,qBAAqB;EACrB,WAAW;EACX,YAAY;AACd;AACA;;EAEE,wBAAwB;EACxB,wBAAwB;AAC1B;AACA;;;;;;EAME,eAAe;EACf,UAAU;AACZ;AACA;EACE,WAAW;AACb;AACA;EACE,eAAe;AACjB;AACA;EACE,yCAAyC;AAC3C;AACA;EACE,2CAA2C;AAC7C;AACA;EACE,2CAA2C;AAC7C;AACA;;EAEE,2CAA2C;AAC7C;AACA;EACE,yDAAiU;AACnU;AACA;EACE,WAAW;EACX,YAAY;EACZ,eAAe;EACf,gBAAgB;EAChB,4BAA4B;EAC5B,wBAAwB;EACxB,aAAa;EACb,uBAAuB;AACzB;AACA;EACE,+BAA+B;AACjC;AACA;EACE,eAAe;EACf,gBAAgB;EAChB,uBAAuB;EACvB,mBAAmB;AACrB;AACA;EACE,sBAAsB;AACxB;AACA;EACE,eAAe;EACf,sBAAsB;AACxB;AACA;EACE,qBAAqB;AACvB;AACA;EACE;IACE,2BAA2B;EAC7B;EACA;IACE,6BAA6B;EAC/B;EACA;IACE,2BAA2B;EAC7B;AACF;AACA;EACE,6BAA6B;AAC/B;AACA;EACE,qBAAqB;EACrB,YAAY;EACZ,oIAAoI;EACpI,2BAA2B;EAC3B,mCAAmC;EACnC,8CAA8C;AAChD;AACA;EACE,oBAAoB;EACpB,mBAAmB;AACrB;AACA;EACE,WAAW;AACb;AACA;EACE,wBAAwB;EACxB,YAAY;AACd;AACA;EACE,WAAW;AACb;AACA;EACE,WAAW;AACb;AACA;EACE,+BAA+B;AACjC;AACA;EACE,eAAe;EACf,gBAAgB;EAChB,uBAAuB;EACvB,mBAAmB;AACrB;AACA;EACE,sBAAsB;AACxB;AACA;EACE,eAAe;EACf,sBAAsB;AACxB;AACA;EACE,qBAAqB;AACvB;AACA;EACE,8CAA8C;AAChD;AACA;EACE,+CAA+C;AACjD;AACA;EACE,aAAa;EACb,sBAAsB;EACtB,mBAAmB;EACnB,YAAY;AACd;AACA;EACE,yBAAyB;EACzB,YAAY;EACZ,gBAAgB;EAChB,uBAAuB;AACzB;AACA;EACE,oCAAoC;EACpC,sBAAsB;AACxB;AACA;EACE,WAAW;EACX,YAAY;EACZ,cAAc;AAChB;AACA;EACE,WAAW;EACX,yBAAyB;EACzB,qBAAqB;AACvB;AACA;EACE,WAAW;EACX,gBAAgB;EAChB,mBAAmB;AACrB;AACA;EACE,wBAAwB;EACxB,gBAAgB;EAChB,UAAU;EACV,MAAM;EACN,8CAA8C;EAC9C,YAAY;AACd;AACA;EACE,aAAa;AACf;AACA;EACE,WAAW;AACb;AACA;EACE,YAAY;AACd;AACA;EACE,YAAY;AACd;AACA;EACE,YAAY;AACd;AACA;EACE,sBAAsB;EACtB,2BAA2B;AAC7B;AACA;EACE,wBAAwB;AAC1B;AACA;EACE,oBAAoB;AACtB;AACA;EACE,oCAAoC;AACtC;AACA;EACE,gBAAgB;AAClB;AACA;EACE,uBAAuB;AACzB;AACA;EACE,aAAa;EACb,sBAAsB;EACtB,kBAAkB;EAClB,UAAU;EACV,gBAAgB;EAChB,kBAAkB;EAClB,cAAc;AAChB;AACA;EACE,sBAAsB;AACxB;AACA;EACE,iBAAiB;EACjB,gBAAgB;AAClB;AACA;EACE;IACE,mBAAmB;IACnB,gBAAgB;EAClB;AACF;AACA;EACE;IACE,mBAAmB;IACnB,gBAAgB;EAClB;EACA;IACE,gBAAgB;EAClB;AACF;AACA;EACE,mBAAmB;AACrB;AACA;;EAEE,sBAAsB;AACxB;AACA;EACE,gBAAgB;AAClB;AACA;EACE;IACE,SAAS;EACX;AACF;AACA;EACE;IACE,yCAAyC;EAC3C;AACF;AACA;EACE,YAAY;EACZ,aAAa;EACb,sBAAsB;EACtB,mBAAmB;AACrB;AACA;EACE,gBAAgB;EAChB,mBAAmB;EACnB,SAAS;AACX;AACA;EACE,sBAAsB;EACtB,WAAW;EACX,aAAa;EACb,sBAAsB;EACtB,aAAa;EACb,OAAO;EACP,mBAAmB;AACrB;AACA;EACE,sBAAsB;AACxB;AACA;EACE,wBAAwB;AAC1B;AACA;EACE;IACE,yDAAyD;EAC3D;AACF;AACA;EACE,aAAa;EACb,sBAAsB;EACtB,gBAAgB;AAClB",sourcesContent:['@charset "UTF-8";\n/**\n * @copyright Copyright (c) 2019 Julius Härtl \n *\n * @author Julius Härtl \n * @author John Molakvoæ \n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n */\n.toastify.dialogs {\n min-width: 200px;\n background: none;\n background-color: var(--color-main-background);\n color: var(--color-main-text);\n box-shadow: 0 0 6px 0 var(--color-box-shadow);\n padding: 0 12px;\n margin-top: 45px;\n position: fixed;\n z-index: 10100;\n border-radius: var(--border-radius);\n display: flex;\n align-items: center;\n}\n.toastify.dialogs .toast-undo-container {\n display: flex;\n align-items: center;\n}\n.toastify.dialogs .toast-undo-button,\n.toastify.dialogs .toast-close {\n position: static;\n overflow: hidden;\n box-sizing: border-box;\n min-width: 44px;\n height: 100%;\n padding: 12px;\n white-space: nowrap;\n background-repeat: no-repeat;\n background-position: center;\n background-color: transparent;\n min-height: 0;\n}\n.toastify.dialogs .toast-undo-button.toast-close,\n.toastify.dialogs .toast-close.toast-close {\n text-indent: 0;\n opacity: .4;\n border: none;\n min-height: 44px;\n margin-left: 10px;\n font-size: 0;\n}\n.toastify.dialogs .toast-undo-button.toast-close:before,\n.toastify.dialogs .toast-close.toast-close:before {\n background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTYiIHdpZHRoPSIxNiI+CiAgPHBhdGggZD0iTTE0IDEyLjNMMTIuMyAxNCA4IDkuNyAzLjcgMTQgMiAxMi4zIDYuMyA4IDIgMy43IDMuNyAyIDggNi4zIDEyLjMgMiAxNCAzLjcgOS43IDh6Ii8+Cjwvc3ZnPgo=);\n content: " ";\n filter: var(--background-invert-if-dark);\n display: inline-block;\n width: 16px;\n height: 16px;\n}\n.toastify.dialogs .toast-undo-button.toast-undo-button,\n.toastify.dialogs .toast-close.toast-undo-button {\n height: calc(100% - 6px);\n margin: 3px 3px 3px 12px;\n}\n.toastify.dialogs .toast-undo-button:hover,\n.toastify.dialogs .toast-undo-button:focus,\n.toastify.dialogs .toast-undo-button:active,\n.toastify.dialogs .toast-close:hover,\n.toastify.dialogs .toast-close:focus,\n.toastify.dialogs .toast-close:active {\n cursor: pointer;\n opacity: 1;\n}\n.toastify.dialogs.toastify-top {\n right: 10px;\n}\n.toastify.dialogs.toast-with-click {\n cursor: pointer;\n}\n.toastify.dialogs.toast-error {\n border-left: 3px solid var(--color-error);\n}\n.toastify.dialogs.toast-info {\n border-left: 3px solid var(--color-primary);\n}\n.toastify.dialogs.toast-warning {\n border-left: 3px solid var(--color-warning);\n}\n.toastify.dialogs.toast-success,\n.toastify.dialogs.toast-undo {\n border-left: 3px solid var(--color-success);\n}\n.theme--dark .toastify.dialogs .toast-close.toast-close:before {\n background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTYiIHdpZHRoPSIxNiI+CiAgPHBhdGggZD0iTTE0IDEyLjNMMTIuMyAxNCA4IDkuNyAzLjcgMTQgMiAxMi4zIDYuMyA4IDIgMy43IDMuNyAyIDggNi4zIDEyLjMgMiAxNCAzLjcgOS43IDh6IiBzdHlsZT0iZmlsbC1vcGFjaXR5OjE7ZmlsbDojZmZmZmZmIi8+Cjwvc3ZnPgo=);\n}\n._file-picker__file-icon_1vgv4_5 {\n width: 32px;\n height: 32px;\n min-width: 32px;\n min-height: 32px;\n background-repeat: no-repeat;\n background-size: contain;\n display: flex;\n justify-content: center;\n}\ntr.file-picker__row[data-v-6aded0d9] {\n height: var(--row-height, 50px);\n}\ntr.file-picker__row td[data-v-6aded0d9] {\n cursor: pointer;\n overflow: hidden;\n text-overflow: ellipsis;\n border-bottom: none;\n}\ntr.file-picker__row td[data-v-6aded0d9]:not(.row-checkbox) {\n padding-inline: 14px 0;\n}\ntr.file-picker__row td.row-size[data-v-6aded0d9] {\n text-align: end;\n padding-inline: 0 14px;\n}\ntr.file-picker__row td.row-name[data-v-6aded0d9] {\n padding-inline: 2px 0;\n}\n@keyframes gradient-6aded0d9 {\n 0% {\n background-position: 0% 50%;\n }\n 50% {\n background-position: 100% 50%;\n }\n to {\n background-position: 0% 50%;\n }\n}\n.loading-row .row-checkbox[data-v-6aded0d9] {\n text-align: center !important;\n}\n.loading-row span[data-v-6aded0d9] {\n display: inline-block;\n height: 24px;\n background: linear-gradient(to right, var(--color-background-darker), var(--color-text-maxcontrast), var(--color-background-darker));\n background-size: 600px 100%;\n border-radius: var(--border-radius);\n animation: gradient-6aded0d9 12s ease infinite;\n}\n.loading-row .row-wrapper[data-v-6aded0d9] {\n display: inline-flex;\n align-items: center;\n}\n.loading-row .row-checkbox span[data-v-6aded0d9] {\n width: 24px;\n}\n.loading-row .row-name span[data-v-6aded0d9]:last-of-type {\n margin-inline-start: 6px;\n width: 130px;\n}\n.loading-row .row-size span[data-v-6aded0d9] {\n width: 80px;\n}\n.loading-row .row-modified span[data-v-6aded0d9] {\n width: 90px;\n}\ntr.file-picker__row[data-v-ee6f34b5] {\n height: var(--row-height, 50px);\n}\ntr.file-picker__row td[data-v-ee6f34b5] {\n cursor: pointer;\n overflow: hidden;\n text-overflow: ellipsis;\n border-bottom: none;\n}\ntr.file-picker__row td[data-v-ee6f34b5]:not(.row-checkbox) {\n padding-inline: 14px 0;\n}\ntr.file-picker__row td.row-size[data-v-ee6f34b5] {\n text-align: end;\n padding-inline: 0 14px;\n}\ntr.file-picker__row td.row-name[data-v-ee6f34b5] {\n padding-inline: 2px 0;\n}\n.file-picker__row--selected[data-v-ee6f34b5] {\n background-color: var(--color-background-dark);\n}\n.file-picker__row[data-v-ee6f34b5]:hover {\n background-color: var(--color-background-hover);\n}\n.file-picker__name-container[data-v-ee6f34b5] {\n display: flex;\n justify-content: start;\n align-items: center;\n height: 100%;\n}\n.file-picker__file-name[data-v-ee6f34b5] {\n padding-inline-start: 6px;\n min-width: 0;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.file-picker__file-extension[data-v-ee6f34b5] {\n color: var(--color-text-maxcontrast);\n min-width: fit-content;\n}\n.file-picker__header-preview[data-v-4297db37] {\n width: 22px;\n height: 32px;\n flex: 0 0 auto;\n}\n.file-picker__files[data-v-4297db37] {\n margin: 2px;\n margin-inline-start: 12px;\n overflow: scroll auto;\n}\n.file-picker__files table[data-v-4297db37] {\n width: 100%;\n max-height: 100%;\n table-layout: fixed;\n}\n.file-picker__files th[data-v-4297db37] {\n position: -webkit-sticky;\n position: sticky;\n z-index: 1;\n top: 0;\n background-color: var(--color-main-background);\n padding: 2px;\n}\n.file-picker__files th .header-wrapper[data-v-4297db37] {\n display: flex;\n}\n.file-picker__files th.row-checkbox[data-v-4297db37] {\n width: 44px;\n}\n.file-picker__files th.row-name[data-v-4297db37] {\n width: 230px;\n}\n.file-picker__files th.row-size[data-v-4297db37] {\n width: 100px;\n}\n.file-picker__files th.row-modified[data-v-4297db37] {\n width: 120px;\n}\n.file-picker__files th[data-v-4297db37]:not(.row-size) .button-vue__wrapper {\n justify-content: start;\n flex-direction: row-reverse;\n}\n.file-picker__files th[data-v-4297db37]:not(.row-size) .button-vue {\n padding-inline: 16px 4px;\n}\n.file-picker__files th.row-size[data-v-4297db37] .button-vue__wrapper {\n justify-content: end;\n}\n.file-picker__files th[data-v-4297db37] .button-vue__wrapper {\n color: var(--color-text-maxcontrast);\n}\n.file-picker__files th[data-v-4297db37] .button-vue__wrapper .button-vue__text {\n font-weight: 400;\n}\n.file-picker__breadcrumbs[data-v-3bc9efa5] {\n flex-grow: 0 !important;\n}\n.file-picker__side[data-v-fcfd0f23] {\n display: flex;\n flex-direction: column;\n align-items: start;\n gap: .5rem;\n min-width: 200px;\n padding-block: 2px;\n overflow: auto;\n}\n.file-picker__side[data-v-fcfd0f23] .button-vue__wrapper {\n justify-content: start;\n}\n.file-picker__filter-input[data-v-fcfd0f23] {\n margin-block: 7px;\n max-width: 260px;\n}\n@media (max-width: 736px) {\n .file-picker__side[data-v-fcfd0f23] {\n flex-direction: row;\n min-width: unset;\n }\n}\n@media (max-width: 512px) {\n .file-picker__side[data-v-fcfd0f23] {\n flex-direction: row;\n min-width: unset;\n }\n .file-picker__filter-input[data-v-fcfd0f23] {\n max-width: unset;\n }\n}\n.file-picker__navigation {\n padding-inline: 2px;\n}\n.file-picker__navigation,\n.file-picker__navigation * {\n box-sizing: border-box;\n}\n.file-picker__navigation .v-select.select {\n min-width: 220px;\n}\n@media (min-width: 513px) and (max-width: 736px) {\n .file-picker__navigation {\n gap: 11px;\n }\n}\n@media (max-width: 512px) {\n .file-picker__navigation {\n flex-direction: column-reverse !important;\n }\n}\n.file-picker__view[data-v-86a13079] {\n height: 50px;\n display: flex;\n justify-content: start;\n align-items: center;\n}\n.file-picker__view h3[data-v-86a13079] {\n font-weight: 700;\n height: fit-content;\n margin: 0;\n}\n.file-picker__main[data-v-86a13079] {\n box-sizing: border-box;\n width: 100%;\n display: flex;\n flex-direction: column;\n min-height: 0;\n flex: 1;\n padding-inline: 2px;\n}\n.file-picker__main *[data-v-86a13079] {\n box-sizing: border-box;\n}\n[data-v-86a13079] .file-picker {\n height: min(80vh, 800px);\n}\n@media (max-width: 512px) {\n [data-v-86a13079] .file-picker {\n height: calc(100% - 16px - var(--default-clickable-area));\n }\n}\n[data-v-86a13079] .file-picker__content {\n display: flex;\n flex-direction: column;\n overflow: hidden;\n}\n'],sourceRoot:""}]);const h=u},92246:(e,t,n)=>{"use strict";n.d(t,{Z:()=>s});var i=n(87537),r=n.n(i),o=n(23645),a=n.n(o)()(r());a.push([e.id,".template-picker__item[data-v-0859a92c]{display:flex}.template-picker__label[data-v-0859a92c]{display:flex;align-items:center;flex:1 1;flex-direction:column}.template-picker__label[data-v-0859a92c],.template-picker__label *[data-v-0859a92c]{cursor:pointer;user-select:none}.template-picker__label[data-v-0859a92c]::before{display:none !important}.template-picker__preview[data-v-0859a92c]{display:block;overflow:hidden;flex:1 1;width:var(--width);min-height:var(--height);max-height:var(--height);padding:0;border:var(--border) solid var(--color-border);border-radius:var(--border-radius-large)}input:checked+label>.template-picker__preview[data-v-0859a92c]{border-color:var(--color-primary-element)}.template-picker__preview--failed[data-v-0859a92c]{display:flex}.template-picker__image[data-v-0859a92c]{max-width:100%;background-color:var(--color-main-background);object-fit:cover}.template-picker__preview--failed .template-picker__image[data-v-0859a92c]{width:calc(var(--margin)*8);margin:auto;background-color:rgba(0,0,0,0) !important;object-fit:initial}.template-picker__title[data-v-0859a92c]{overflow:hidden;max-width:calc(var(--width) + 4px);padding:var(--margin);white-space:nowrap;text-overflow:ellipsis}","",{version:3,sources:["webpack://./apps/files/src/components/TemplatePreview.vue"],names:[],mappings:"AAGC,wCACC,YAAA,CAGD,yCACC,YAAA,CAEA,kBAAA,CACA,QAAA,CACA,qBAAA,CAEA,oFACC,cAAA,CACA,gBAAA,CAGD,iDACC,uBAAA,CAIF,2CACC,aAAA,CACA,eAAA,CAEA,QAAA,CACA,kBAAA,CACA,wBAAA,CACA,wBAAA,CACA,SAAA,CACA,8CAAA,CACA,wCAAA,CAEA,+DACC,yCAAA,CAGD,mDAEC,YAAA,CAIF,yCACC,cAAA,CACA,6CAAA,CAEA,gBAAA,CAID,2EACC,2BAAA,CAEA,WAAA,CACA,yCAAA,CAEA,kBAAA,CAGD,yCACC,eAAA,CAEA,kCAAA,CACA,qBAAA,CACA,kBAAA,CACA,sBAAA",sourcesContent:["\n\n.template-picker {\n\t&__item {\n\t\tdisplay: flex;\n\t}\n\n\t&__label {\n\t\tdisplay: flex;\n\t\t// Align in the middle of the grid\n\t\talign-items: center;\n\t\tflex: 1 1;\n\t\tflex-direction: column;\n\n\t\t&, * {\n\t\t\tcursor: pointer;\n\t\t\tuser-select: none;\n\t\t}\n\n\t\t&::before {\n\t\t\tdisplay: none !important;\n\t\t}\n\t}\n\n\t&__preview {\n\t\tdisplay: block;\n\t\toverflow: hidden;\n\t\t// Stretch so all entries are the same width\n\t\tflex: 1 1;\n\t\twidth: var(--width);\n\t\tmin-height: var(--height);\n\t\tmax-height: var(--height);\n\t\tpadding: 0;\n\t\tborder: var(--border) solid var(--color-border);\n\t\tborder-radius: var(--border-radius-large);\n\n\t\tinput:checked + label > & {\n\t\t\tborder-color: var(--color-primary-element);\n\t\t}\n\n\t\t&--failed {\n\t\t\t// Make sure to properly center fallback icon\n\t\t\tdisplay: flex;\n\t\t}\n\t}\n\n\t&__image {\n\t\tmax-width: 100%;\n\t\tbackground-color: var(--color-main-background);\n\n\t\tobject-fit: cover;\n\t}\n\n\t// Failed preview, fallback to mime icon\n\t&__preview--failed &__image {\n\t\twidth: calc(var(--margin) * 8);\n\t\t// Center mime icon\n\t\tmargin: auto;\n\t\tbackground-color: transparent !important;\n\n\t\tobject-fit: initial;\n\t}\n\n\t&__title {\n\t\toverflow: hidden;\n\t\t// also count preview border\n\t\tmax-width: calc(var(--width) + 2*2px);\n\t\tpadding: var(--margin);\n\t\twhite-space: nowrap;\n\t\ttext-overflow: ellipsis;\n\t}\n}\n\n"],sourceRoot:""}]);const s=a},24142:(e,t,n)=>{"use strict";n.d(t,{Z:()=>s});var i=n(87537),r=n.n(i),o=n(23645),a=n.n(o)()(r());a.push([e.id,".templates-picker__form[data-v-48121b39]{padding:calc(var(--margin)*2);padding-bottom:0}.templates-picker__form h2[data-v-48121b39]{text-align:center;font-weight:bold;margin:var(--margin) 0 calc(var(--margin)*2)}.templates-picker__list[data-v-48121b39]{display:grid;grid-gap:calc(var(--margin)*2);grid-auto-columns:1fr;max-width:calc(var(--fullwidth)*6);grid-template-columns:repeat(auto-fit, var(--fullwidth));grid-auto-rows:1fr;justify-content:center}.templates-picker__buttons[data-v-48121b39]{display:flex;justify-content:end;padding:calc(var(--margin)*2) var(--margin);position:sticky;bottom:0;background-image:linear-gradient(0, var(--gradient-main-background))}.templates-picker__buttons button[data-v-48121b39],.templates-picker__buttons input[type=submit][data-v-48121b39]{height:44px}.templates-picker[data-v-48121b39] .modal-container{position:relative}.templates-picker__loading[data-v-48121b39]{position:absolute;top:0;left:0;justify-content:center;width:100%;height:100%;margin:0;background-color:var(--color-main-background-translucent)}","",{version:3,sources:["webpack://./apps/files/src/views/TemplatePicker.vue"],names:[],mappings:"AAEC,yCACC,6BAAA,CAEA,gBAAA,CAEA,4CACC,iBAAA,CACA,gBAAA,CACA,4CAAA,CAIF,yCACC,YAAA,CACA,8BAAA,CACA,qBAAA,CAEA,kCAAA,CACA,wDAAA,CAEA,kBAAA,CAEA,sBAAA,CAGD,4CACC,YAAA,CACA,mBAAA,CACA,2CAAA,CACA,eAAA,CACA,QAAA,CACA,oEAAA,CAEA,kHACC,WAAA,CAKF,oDACC,iBAAA,CAGD,4CACC,iBAAA,CACA,KAAA,CACA,MAAA,CACA,sBAAA,CACA,UAAA,CACA,WAAA,CACA,QAAA,CACA,yDAAA",sourcesContent:["\n.templates-picker {\n\t&__form {\n\t\tpadding: calc(var(--margin) * 2);\n\t\t// Will be handled by the buttons\n\t\tpadding-bottom: 0;\n\n\t\th2 {\n\t\t\ttext-align: center;\n\t\t\tfont-weight: bold;\n\t\t\tmargin: var(--margin) 0 calc(var(--margin) * 2);\n\t\t}\n\t}\n\n\t&__list {\n\t\tdisplay: grid;\n\t\tgrid-gap: calc(var(--margin) * 2);\n\t\tgrid-auto-columns: 1fr;\n\t\t// We want maximum 5 columns. Putting 6 as we don't count the grid gap. So it will always be lower than 6\n\t\tmax-width: calc(var(--fullwidth) * 6);\n\t\tgrid-template-columns: repeat(auto-fit, var(--fullwidth));\n\t\t// Make sure all rows are the same height\n\t\tgrid-auto-rows: 1fr;\n\t\t// Center the columns set\n\t\tjustify-content: center;\n\t}\n\n\t&__buttons {\n\t\tdisplay: flex;\n\t\tjustify-content: end;\n\t\tpadding: calc(var(--margin) * 2) var(--margin);\n\t\tposition: sticky;\n\t\tbottom: 0;\n\t\tbackground-image: linear-gradient(0, var(--gradient-main-background));\n\n\t\tbutton, input[type='submit'] {\n\t\t\theight: 44px;\n\t\t}\n\t}\n\n\t// Make sure we're relative for the loading emptycontent on top\n\t::v-deep .modal-container {\n\t\tposition: relative;\n\t}\n\n\t&__loading {\n\t\tposition: absolute;\n\t\ttop: 0;\n\t\tleft: 0;\n\t\tjustify-content: center;\n\t\twidth: 100%;\n\t\theight: 100%;\n\t\tmargin: 0;\n\t\tbackground-color: var(--color-main-background-translucent);\n\t}\n}\n\n"],sourceRoot:""}]);const s=a},79267:(e,t,n)=>{var i=n(8501),r=n(8575),o=e.exports;for(var a in i)i.hasOwnProperty(a)&&(o[a]=i[a]);function s(e){if("string"==typeof e&&(e=r.parse(e)),e.protocol||(e.protocol="https:"),"https:"!==e.protocol)throw new Error('Protocol "'+e.protocol+'" not supported. Expected "https:"');return e}o.request=function(e,t){return e=s(e),i.request.call(this,e,t)},o.get=function(e,t){return e=s(e),i.get.call(this,e,t)}},88473:(e,t,n)=>{(t=e.exports=n(79481)).Stream=t,t.Readable=t,t.Writable=n(64229),t.Duplex=n(56753),t.Transform=n(74605),t.PassThrough=n(82725),t.finished=n(8610),t.pipeline=n(59946)},8501:(e,t,n)=>{var i=n(11989),r=n(55676),o=n(47529),a=n(50584),s=n(8575),l=t;l.request=function(e,t){e="string"==typeof e?s.parse(e):o(e);var r=-1===n.g.location.protocol.search(/^https?:$/)?"http:":"",a=e.protocol||r,l=e.hostname||e.host,d=e.port,c=e.path||"/";l&&-1!==l.indexOf(":")&&(l="["+l+"]"),e.url=(l?a+"//"+l:"")+(d?":"+d:"")+c,e.method=(e.method||"GET").toUpperCase(),e.headers=e.headers||{};var u=new i(e);return t&&u.on("response",t),u},l.get=function(e,t){var n=l.request(e,t);return n.end(),n},l.ClientRequest=i,l.IncomingMessage=r.IncomingMessage,l.Agent=function(){},l.Agent.defaultMaxSockets=4,l.globalAgent=new l.Agent,l.STATUS_CODES=a,l.METHODS=["CHECKOUT","CONNECT","COPY","DELETE","GET","HEAD","LOCK","M-SEARCH","MERGE","MKACTIVITY","MKCOL","MOVE","NOTIFY","OPTIONS","PATCH","POST","PROPFIND","PROPPATCH","PURGE","PUT","REPORT","SEARCH","SUBSCRIBE","TRACE","UNLOCK","UNSUBSCRIBE"]},8725:(e,t,n)=>{var i;function r(){if(void 0!==i)return i;if(n.g.XMLHttpRequest){i=new n.g.XMLHttpRequest;try{i.open("GET",n.g.XDomainRequest?"/":"https://example.com")}catch(e){i=null}}else i=null;return i}function o(e){var t=r();if(!t)return!1;try{return t.responseType=e,t.responseType===e}catch(e){}return!1}function a(e){return"function"==typeof e}t.fetch=a(n.g.fetch)&&a(n.g.ReadableStream),t.writableStream=a(n.g.WritableStream),t.abortController=a(n.g.AbortController),t.arraybuffer=t.fetch||o("arraybuffer"),t.msstream=!t.fetch&&o("ms-stream"),t.mozchunkedarraybuffer=!t.fetch&&o("moz-chunked-arraybuffer"),t.overrideMimeType=t.fetch||!!r()&&a(r().overrideMimeType),i=null},11989:(e,t,n)=>{var i=n(48764).Buffer,r=n(34155),o=n(8725),a=n(35717),s=n(55676),l=n(88473),d=s.IncomingMessage,c=s.readyStates,u=e.exports=function(e){var t,n=this;l.Writable.call(n),n._opts=e,n._body=[],n._headers={},e.auth&&n.setHeader("Authorization","Basic "+i.from(e.auth).toString("base64")),Object.keys(e.headers).forEach((function(t){n.setHeader(t,e.headers[t])}));var r=!0;if("disable-fetch"===e.mode||"requestTimeout"in e&&!o.abortController)r=!1,t=!0;else if("prefer-streaming"===e.mode)t=!1;else if("allow-wrong-content-type"===e.mode)t=!o.overrideMimeType;else{if(e.mode&&"default"!==e.mode&&"prefer-fast"!==e.mode)throw new Error("Invalid value for opts.mode");t=!0}n._mode=function(e,t){return o.fetch&&t?"fetch":o.mozchunkedarraybuffer?"moz-chunked-arraybuffer":o.msstream?"ms-stream":o.arraybuffer&&e?"arraybuffer":"text"}(t,r),n._fetchTimer=null,n._socketTimeout=null,n._socketTimer=null,n.on("finish",(function(){n._onFinish()}))};a(u,l.Writable),u.prototype.setHeader=function(e,t){var n=e.toLowerCase();-1===p.indexOf(n)&&(this._headers[n]={name:e,value:t})},u.prototype.getHeader=function(e){var t=this._headers[e.toLowerCase()];return t?t.value:null},u.prototype.removeHeader=function(e){delete this._headers[e.toLowerCase()]},u.prototype._onFinish=function(){var e=this;if(!e._destroyed){var t=e._opts;"timeout"in t&&0!==t.timeout&&e.setTimeout(t.timeout);var i=e._headers,a=null;"GET"!==t.method&&"HEAD"!==t.method&&(a=new Blob(e._body,{type:(i["content-type"]||{}).value||""}));var s=[];if(Object.keys(i).forEach((function(e){var t=i[e].name,n=i[e].value;Array.isArray(n)?n.forEach((function(e){s.push([t,e])})):s.push([t,n])})),"fetch"===e._mode){var l=null;if(o.abortController){var d=new AbortController;l=d.signal,e._fetchAbortController=d,"requestTimeout"in t&&0!==t.requestTimeout&&(e._fetchTimer=n.g.setTimeout((function(){e.emit("requestTimeout"),e._fetchAbortController&&e._fetchAbortController.abort()}),t.requestTimeout))}n.g.fetch(e._opts.url,{method:e._opts.method,headers:s,body:a||void 0,mode:"cors",credentials:t.withCredentials?"include":"same-origin",signal:l}).then((function(t){e._fetchResponse=t,e._resetTimers(!1),e._connect()}),(function(t){e._resetTimers(!0),e._destroyed||e.emit("error",t)}))}else{var u=e._xhr=new n.g.XMLHttpRequest;try{u.open(e._opts.method,e._opts.url,!0)}catch(t){return void r.nextTick((function(){e.emit("error",t)}))}"responseType"in u&&(u.responseType=e._mode),"withCredentials"in u&&(u.withCredentials=!!t.withCredentials),"text"===e._mode&&"overrideMimeType"in u&&u.overrideMimeType("text/plain; charset=x-user-defined"),"requestTimeout"in t&&(u.timeout=t.requestTimeout,u.ontimeout=function(){e.emit("requestTimeout")}),s.forEach((function(e){u.setRequestHeader(e[0],e[1])})),e._response=null,u.onreadystatechange=function(){switch(u.readyState){case c.LOADING:case c.DONE:e._onXHRProgress()}},"moz-chunked-arraybuffer"===e._mode&&(u.onprogress=function(){e._onXHRProgress()}),u.onerror=function(){e._destroyed||(e._resetTimers(!0),e.emit("error",new Error("XHR error")))};try{u.send(a)}catch(t){return void r.nextTick((function(){e.emit("error",t)}))}}}},u.prototype._onXHRProgress=function(){var e=this;e._resetTimers(!1),function(e){try{var t=e.status;return null!==t&&0!==t}catch(e){return!1}}(e._xhr)&&!e._destroyed&&(e._response||e._connect(),e._response._onXHRProgress(e._resetTimers.bind(e)))},u.prototype._connect=function(){var e=this;e._destroyed||(e._response=new d(e._xhr,e._fetchResponse,e._mode,e._resetTimers.bind(e)),e._response.on("error",(function(t){e.emit("error",t)})),e.emit("response",e._response))},u.prototype._write=function(e,t,n){this._body.push(e),n()},u.prototype._resetTimers=function(e){var t=this;n.g.clearTimeout(t._socketTimer),t._socketTimer=null,e?(n.g.clearTimeout(t._fetchTimer),t._fetchTimer=null):t._socketTimeout&&(t._socketTimer=n.g.setTimeout((function(){t.emit("timeout")}),t._socketTimeout))},u.prototype.abort=u.prototype.destroy=function(e){var t=this;t._destroyed=!0,t._resetTimers(!0),t._response&&(t._response._destroyed=!0),t._xhr?t._xhr.abort():t._fetchAbortController&&t._fetchAbortController.abort(),e&&t.emit("error",e)},u.prototype.end=function(e,t,n){"function"==typeof e&&(n=e,e=void 0),l.Writable.prototype.end.call(this,e,t,n)},u.prototype.setTimeout=function(e,t){var n=this;t&&n.once("timeout",t),n._socketTimeout=e,n._resetTimers(!1)},u.prototype.flushHeaders=function(){},u.prototype.setNoDelay=function(){},u.prototype.setSocketKeepAlive=function(){};var p=["accept-charset","accept-encoding","access-control-request-headers","access-control-request-method","connection","content-length","cookie","cookie2","date","dnt","expect","host","keep-alive","origin","referer","te","trailer","transfer-encoding","upgrade","via"]},55676:(e,t,n)=>{var i=n(34155),r=n(48764).Buffer,o=n(8725),a=n(35717),s=n(88473),l=t.readyStates={UNSENT:0,OPENED:1,HEADERS_RECEIVED:2,LOADING:3,DONE:4},d=t.IncomingMessage=function(e,t,n,a){var l=this;if(s.Readable.call(l),l._mode=n,l.headers={},l.rawHeaders=[],l.trailers={},l.rawTrailers=[],l.on("end",(function(){i.nextTick((function(){l.emit("close")}))})),"fetch"===n){if(l._fetchResponse=t,l.url=t.url,l.statusCode=t.status,l.statusMessage=t.statusText,t.headers.forEach((function(e,t){l.headers[t.toLowerCase()]=e,l.rawHeaders.push(t,e)})),o.writableStream){var d=new WritableStream({write:function(e){return a(!1),new Promise((function(t,n){l._destroyed?n():l.push(r.from(e))?t():l._resumeFetch=t}))},close:function(){a(!0),l._destroyed||l.push(null)},abort:function(e){a(!0),l._destroyed||l.emit("error",e)}});try{return void t.body.pipeTo(d).catch((function(e){a(!0),l._destroyed||l.emit("error",e)}))}catch(e){}}var c=t.body.getReader();!function e(){c.read().then((function(t){l._destroyed||(a(t.done),t.done?l.push(null):(l.push(r.from(t.value)),e()))})).catch((function(e){a(!0),l._destroyed||l.emit("error",e)}))}()}else if(l._xhr=e,l._pos=0,l.url=e.responseURL,l.statusCode=e.status,l.statusMessage=e.statusText,e.getAllResponseHeaders().split(/\r?\n/).forEach((function(e){var t=e.match(/^([^:]+):\s*(.*)/);if(t){var n=t[1].toLowerCase();"set-cookie"===n?(void 0===l.headers[n]&&(l.headers[n]=[]),l.headers[n].push(t[2])):void 0!==l.headers[n]?l.headers[n]+=", "+t[2]:l.headers[n]=t[2],l.rawHeaders.push(t[1],t[2])}})),l._charset="x-user-defined",!o.overrideMimeType){var u=l.rawHeaders["mime-type"];if(u){var p=u.match(/;\s*charset=([^;])(;|$)/);p&&(l._charset=p[1].toLowerCase())}l._charset||(l._charset="utf-8")}};a(d,s.Readable),d.prototype._read=function(){var e=this._resumeFetch;e&&(this._resumeFetch=null,e())},d.prototype._onXHRProgress=function(e){var t=this,i=t._xhr,o=null;switch(t._mode){case"text":if((o=i.responseText).length>t._pos){var a=o.substr(t._pos);if("x-user-defined"===t._charset){for(var s=r.alloc(a.length),d=0;dt._pos&&(t.push(r.from(new Uint8Array(c.result.slice(t._pos)))),t._pos=c.result.byteLength)},c.onload=function(){e(!0),t.push(null)},c.readAsArrayBuffer(o)}t._xhr.readyState===l.DONE&&"ms-stream"!==t._mode&&(e(!0),t.push(null))}},47529:e=>{e.exports=function(){for(var e={},n=0;n{"use strict";e.exports="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTYiIHdpZHRoPSIxNiI+CiAgPHBhdGggZD0iTTE0IDEyLjNMMTIuMyAxNCA4IDkuNyAzLjcgMTQgMiAxMi4zIDYuMyA4IDIgMy43IDMuNyAyIDggNi4zIDEyLjMgMiAxNCAzLjcgOS43IDh6Ii8+Cjwvc3ZnPgo="},90888:e=>{"use strict";e.exports="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTYiIHdpZHRoPSIxNiI+CiAgPHBhdGggZD0iTTE0IDEyLjNMMTIuMyAxNCA4IDkuNyAzLjcgMTQgMiAxMi4zIDYuMyA4IDIgMy43IDMuNyAyIDggNi4zIDEyLjMgMiAxNCAzLjcgOS43IDh6IiBzdHlsZT0iZmlsbC1vcGFjaXR5OjE7ZmlsbDojZmZmZmZmIi8+Cjwvc3ZnPgo="},24654:()=>{},52361:()=>{},94616:()=>{},5656:(e,t,n)=>{"use strict";n.d(t,{$B:()=>D,DT:()=>m,G7:()=>st,RL:()=>F,Ti:()=>V,Tv:()=>N,_o:()=>j,cd:()=>dt,e4:()=>P,gt:()=>M,h7:()=>k,m0:()=>E,oE:()=>ct,p$:()=>v,p4:()=>w,pC:()=>$,qq:()=>x,rp:()=>R,sS:()=>g,tB:()=>B,w4:()=>_,y3:()=>y,zu:()=>T});var i=n(77958),r=n(17499),o=n(31352),a=n(62520),s=n(65358),l=n(79753),d=n(14596);const c=null===(u=(0,i.ts)())?(0,r.IY)().setApp("files").build():(0,r.IY)().setApp("files").setUid(u.uid).build();var u;class p{_entries=[];registerEntry(e){this.validateEntry(e),this._entries.push(e)}unregisterEntry(e){const t="string"==typeof e?this.getEntryIndex(e):this.getEntryIndex(e.id);-1!==t?this._entries.splice(t,1):c.warn("Entry not found, nothing removed",{entry:e,entries:this.getEntries()})}getEntries(e){return e?this._entries.filter((t=>"function"!=typeof t.enabled||t.enabled(e))):this._entries}getEntryIndex(e){return this._entries.findIndex((t=>t.id===e))}validateEntry(e){if(!e.id||!e.displayName||!e.iconSvgInline&&!e.iconClass||!e.handler)throw new Error("Invalid entry");if("string"!=typeof e.id||"string"!=typeof e.displayName)throw new Error("Invalid id or displayName property");if(e.iconClass&&"string"!=typeof e.iconClass||e.iconSvgInline&&"string"!=typeof e.iconSvgInline)throw new Error("Invalid icon provided");if(void 0!==e.enabled&&"function"!=typeof e.enabled)throw new Error("Invalid enabled property");if("function"!=typeof e.handler)throw new Error("Invalid handler property");if("order"in e&&"number"!=typeof e.order)throw new Error("Invalid order property");if(-1!==this.getEntryIndex(e.id))throw new Error("Duplicate entry")}}const f=function(){return typeof window._nc_newfilemenu>"u"&&(window._nc_newfilemenu=new p,c.debug("NewFileMenu initialized")),window._nc_newfilemenu},h=["B","KB","MB","GB","TB","PB"],A=["B","KiB","MiB","GiB","TiB","PiB"];function g(e,t=!1,n=!1,i=!1){n=n&&!i,"string"==typeof e&&(e=Number(e));let r=e>0?Math.floor(Math.log(e)/Math.log(i?1e3:1024)):0;r=Math.min((n?A.length:h.length)-1,r);const a=n?A[r]:h[r];let s=(e/Math.pow(i?1e3:1024,r)).toFixed(1);return!0===t&&0===r?("0.0"!==s?"< 1 ":"0 ")+(n?A[1]:h[1]):(s=r<2?parseFloat(s).toFixed(0):parseFloat(s).toLocaleString((0,o.aj)()),s+" "+a)}var m=(e=>(e.DEFAULT="default",e.HIDDEN="hidden",e))(m||{});class v{_action;constructor(e){this.validateAction(e),this._action=e}get id(){return this._action.id}get displayName(){return this._action.displayName}get title(){return this._action.title}get iconSvgInline(){return this._action.iconSvgInline}get enabled(){return this._action.enabled}get exec(){return this._action.exec}get execBatch(){return this._action.execBatch}get order(){return this._action.order}get parent(){return this._action.parent}get default(){return this._action.default}get inline(){return this._action.inline}get renderInline(){return this._action.renderInline}validateAction(e){if(!e.id||"string"!=typeof e.id)throw new Error("Invalid id");if(!e.displayName||"function"!=typeof e.displayName)throw new Error("Invalid displayName function");if("title"in e&&"function"!=typeof e.title)throw new Error("Invalid title function");if(!e.iconSvgInline||"function"!=typeof e.iconSvgInline)throw new Error("Invalid iconSvgInline function");if(!e.exec||"function"!=typeof e.exec)throw new Error("Invalid exec function");if("enabled"in e&&"function"!=typeof e.enabled)throw new Error("Invalid enabled function");if("execBatch"in e&&"function"!=typeof e.execBatch)throw new Error("Invalid execBatch function");if("order"in e&&"number"!=typeof e.order)throw new Error("Invalid order");if("parent"in e&&"string"!=typeof e.parent)throw new Error("Invalid parent");if(e.default&&!Object.values(m).includes(e.default))throw new Error("Invalid default");if("inline"in e&&"function"!=typeof e.inline)throw new Error("Invalid inline function");if("renderInline"in e&&"function"!=typeof e.renderInline)throw new Error("Invalid renderInline function")}}const w=function(e){typeof window._nc_fileactions>"u"&&(window._nc_fileactions=[],c.debug("FileActions initialized")),window._nc_fileactions.find((t=>t.id===e.id))?c.error(`FileAction ${e.id} already registered`,{action:e}):window._nc_fileactions.push(e)};var y=(e=>(e[e.NONE=0]="NONE",e[e.CREATE=4]="CREATE",e[e.READ=1]="READ",e[e.UPDATE=2]="UPDATE",e[e.DELETE=8]="DELETE",e[e.SHARE=16]="SHARE",e[e.ALL=31]="ALL",e))(y||{});const b=["d:getcontentlength","d:getcontenttype","d:getetag","d:getlastmodified","d:quota-available-bytes","d:resourcetype","nc:has-preview","nc:is-encrypted","nc:mount-type","nc:share-attributes","oc:comments-unread","oc:favorite","oc:fileid","oc:owner-display-name","oc:owner-id","oc:permissions","oc:share-types","oc:size","ocs:share-permissions"],C={d:"DAV:",nc:"http://nextcloud.org/ns",oc:"http://owncloud.org/ns",ocs:"http://open-collaboration-services.org/ns"},x=function(e,t={nc:"http://nextcloud.org/ns"}){typeof window._nc_dav_properties>"u"&&(window._nc_dav_properties=[...b],window._nc_dav_namespaces={...C});const n={...window._nc_dav_namespaces,...t};return window._nc_dav_properties.find((t=>t===e))?(c.error(`${e} already registered`,{prop:e}),!1):e.startsWith("<")||2!==e.split(":").length?(c.error(`${e} is not valid. See example: 'oc:fileid'`,{prop:e}),!1):n[e.split(":")[0]]?(window._nc_dav_properties.push(e),window._nc_dav_namespaces=n,!0):(c.error(`${e} namespace unknown`,{prop:e,namespaces:n}),!1)},E=function(){return typeof window._nc_dav_properties>"u"&&(window._nc_dav_properties=[...b]),window._nc_dav_properties.map((e=>`<${e} />`)).join(" ")},_=function(){return typeof window._nc_dav_namespaces>"u"&&(window._nc_dav_namespaces={...C}),Object.keys(window._nc_dav_namespaces).map((e=>`xmlns:${e}="${window._nc_dav_namespaces?.[e]}"`)).join(" ")},k=function(){return`\n\t\t\n\t\t\t\n\t\t\t\t${E()}\n\t\t\t\n\t\t`},B=function(e){return`\n\n\t\n\t\t\n\t\t\t\n\t\t\t\t${E()}\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t/files/${(0,i.ts)()?.uid}/\n\t\t\t\tinfinity\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\thttpd/unix-directory\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t0\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t${e}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t100\n\t\t\t0\n\t\t\n\t\n`},T=function(e=""){let t=y.NONE;return e&&((e.includes("C")||e.includes("K"))&&(t|=y.CREATE),e.includes("G")&&(t|=y.READ),(e.includes("W")||e.includes("N")||e.includes("V"))&&(t|=y.UPDATE),e.includes("D")&&(t|=y.DELETE),e.includes("R")&&(t|=y.SHARE)),t};var N=(e=>(e.Folder="folder",e.File="file",e))(N||{});const I=function(e,t){return null!==e.match(t)},O=(e,t)=>{if(e.id&&"number"!=typeof e.id)throw new Error("Invalid id type of value");if(!e.source)throw new Error("Missing mandatory source");try{new URL(e.source)}catch{throw new Error("Invalid source format, source must be a valid URL")}if(!e.source.startsWith("http"))throw new Error("Invalid source format, only http(s) is supported");if(e.mtime&&!(e.mtime instanceof Date))throw new Error("Invalid mtime type");if(e.crtime&&!(e.crtime instanceof Date))throw new Error("Invalid crtime type");if(!e.mime||"string"!=typeof e.mime||!e.mime.match(/^[-\w.]+\/[-+\w.]+$/gi))throw new Error("Missing or invalid mandatory mime");if("size"in e&&"number"!=typeof e.size&&void 0!==e.size)throw new Error("Invalid size type");if("permissions"in e&&void 0!==e.permissions&&!("number"==typeof e.permissions&&e.permissions>=y.NONE&&e.permissions<=y.ALL))throw new Error("Invalid permissions");if(e.owner&&null!==e.owner&&"string"!=typeof e.owner)throw new Error("Invalid owner type");if(e.attributes&&"object"!=typeof e.attributes)throw new Error("Invalid attributes type");if(e.root&&"string"!=typeof e.root)throw new Error("Invalid root type");if(e.root&&!e.root.startsWith("/"))throw new Error("Root must start with a leading slash");if(e.root&&!e.source.includes(e.root))throw new Error("Root must be part of the source");if(e.root&&I(e.source,t)){const n=e.source.match(t)[0];if(!e.source.includes((0,a.join)(n,e.root)))throw new Error("The root must be relative to the service. e.g /files/emma")}if(e.status&&!Object.values(P).includes(e.status))throw new Error("Status must be a valid NodeStatus")};var P=(e=>(e.NEW="new",e.FAILED="failed",e.LOADING="loading",e.LOCKED="locked",e))(P||{});class S{_data;_attributes;_knownDavService=/(remote|public)\.php\/(web)?dav/i;constructor(e,t){O(e,t||this._knownDavService),this._data=e;const n={set:(e,t,n)=>(this.updateMtime(),Reflect.set(e,t,n)),deleteProperty:(e,t)=>(this.updateMtime(),Reflect.deleteProperty(e,t))};this._attributes=new Proxy(e.attributes||{},n),delete this._data.attributes,t&&(this._knownDavService=t)}get source(){return this._data.source.replace(/\/$/i,"")}get encodedSource(){const{origin:e}=new URL(this.source);return e+(0,s.Ec)(this.source.slice(e.length))}get basename(){return(0,a.basename)(this.source)}get extension(){return(0,a.extname)(this.source)}get dirname(){if(this.root){const e=this.source.indexOf(this.root);return(0,a.dirname)(this.source.slice(e+this.root.length)||"/")}const e=new URL(this.source);return(0,a.dirname)(e.pathname)}get mime(){return this._data.mime}get mtime(){return this._data.mtime}get crtime(){return this._data.crtime}get size(){return this._data.size}get attributes(){return this._attributes}get permissions(){return null!==this.owner||this.isDavRessource?void 0!==this._data.permissions?this._data.permissions:y.NONE:y.READ}get owner(){return this.isDavRessource?this._data.owner:null}get isDavRessource(){return I(this.source,this._knownDavService)}get root(){return this._data.root?this._data.root.replace(/^(.+)\/$/,"$1"):this.isDavRessource&&(0,a.dirname)(this.source).split(this._knownDavService).pop()||null}get path(){if(this.root){const e=this.source.indexOf(this.root);return this.source.slice(e+this.root.length)||"/"}return(this.dirname+"/"+this.basename).replace(/\/\//g,"/")}get fileid(){return this._data?.id||this.attributes?.fileid}get status(){return this._data?.status}set status(e){this._data.status=e}move(e){O({...this._data,source:e},this._knownDavService),this._data.source=e,this.updateMtime()}rename(e){if(e.includes("/"))throw new Error("Invalid basename");this.move((0,a.dirname)(this.source)+"/"+e)}updateMtime(){this._data.mtime&&(this._data.mtime=new Date)}}class D extends S{get type(){return N.File}}class M extends S{constructor(e){super({...e,mime:"httpd/unix-directory"})}get type(){return N.Folder}get extension(){return null}get mime(){return"httpd/unix-directory"}}const j=`/files/${(0,i.ts)()?.uid}`,L=(0,l.generateRemoteUrl)("dav"),R=function(e=L){const t=(0,d.eI)(e);function n(e){t.setHeaders({"X-Requested-With":"XMLHttpRequest",requesttoken:e??""})}return(0,i._S)(n),n((0,i.IH)()),(0,d.lD)().patch("fetch",((e,t)=>{const n=t.headers;return n?.method&&(t.method=n.method,delete n.method),fetch(e,t)})),t},$=async(e,t="/",n=j)=>(await e.getDirectoryContents(`${n}${t}`,{details:!0,data:`\n\t\t\n\t\t\t\n\t\t\t\t${E()}\n\t\t\t\n\t\t\t\n\t\t\t\t1\n\t\t\t\n\t\t`,headers:{method:"REPORT"},includeSelf:!0})).data.filter((e=>e.filename!==t)).map((e=>F(e,n))),F=function(e,t=j,n=L){const r=e.props,o=T(r?.permissions),a=(0,i.ts)()?.uid,s={id:r?.fileid||0,source:`${n}${e.filename}`,mtime:new Date(Date.parse(e.lastmod)),mime:e.mime,size:r?.size||Number.parseInt(r.getcontentlength||"0"),permissions:o,owner:a,root:t,attributes:{...e,...r,hasPreview:r?.["has-preview"]}};return delete s.attributes?.props,"file"===e.type?new D(s):new M(s)};class H{_views=[];_currentView=null;register(e){if(this._views.find((t=>t.id===e.id)))throw new Error(`View id ${e.id} is already registered`);this._views.push(e)}remove(e){const t=this._views.findIndex((t=>t.id===e));-1!==t&&this._views.splice(t,1)}get views(){return this._views}setActive(e){this._currentView=e}get active(){return this._currentView}}const V=function(){return typeof window._nc_navigation>"u"&&(window._nc_navigation=new H,c.debug("Navigation service initialized")),window._nc_navigation};class U{_column;constructor(e){z(e),this._column=e}get id(){return this._column.id}get title(){return this._column.title}get render(){return this._column.render}get sort(){return this._column.sort}get summary(){return this._column.summary}}const z=function(e){if(!e.id||"string"!=typeof e.id)throw new Error("A column id is required");if(!e.title||"string"!=typeof e.title)throw new Error("A column title is required");if(!e.render||"function"!=typeof e.render)throw new Error("A render function is required");if(e.sort&&"function"!=typeof e.sort)throw new Error("Column sortFunction must be a function");if(e.summary&&"function"!=typeof e.summary)throw new Error("Column summary must be a function");return!0};var q={},Z={};!function(e){const t=":A-Za-z_\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD",n="["+t+"]["+t+"\\-.\\d\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*",i=new RegExp("^"+n+"$");e.isExist=function(e){return typeof e<"u"},e.isEmptyObject=function(e){return 0===Object.keys(e).length},e.merge=function(e,t,n){if(t){const i=Object.keys(t),r=i.length;for(let o=0;o"u")},e.getAllMatches=function(e,t){const n=[];let i=t.exec(e);for(;i;){const r=[];r.startIndex=t.lastIndex-i[0].length;const o=i.length;for(let e=0;e5&&"xml"===i)return re("InvalidXml","XML declaration allowed only at the start of the document.",se(e,t));if("?"==e[t]&&">"==e[t+1]){t++;break}continue}return t}function K(e,t){if(e.length>t+5&&"-"===e[t+1]&&"-"===e[t+2]){for(t+=3;t"===e[t+2]){t+=2;break}}else if(e.length>t+8&&"D"===e[t+1]&&"O"===e[t+2]&&"C"===e[t+3]&&"T"===e[t+4]&&"Y"===e[t+5]&&"P"===e[t+6]&&"E"===e[t+7]){let n=1;for(t+=8;t"===e[t]&&(n--,0===n))break}else if(e.length>t+9&&"["===e[t+1]&&"C"===e[t+2]&&"D"===e[t+3]&&"A"===e[t+4]&&"T"===e[t+5]&&"A"===e[t+6]&&"["===e[t+7])for(t+=8;t"===e[t+2]){t+=2;break}return t}q.validate=function(e,t){t=Object.assign({},W,t);const n=[];let i=!1,r=!1;"\ufeff"===e[0]&&(e=e.substr(1));for(let o=0;o"!==e[o]&&" "!==e[o]&&"\t"!==e[o]&&"\n"!==e[o]&&"\r"!==e[o];o++)l+=e[o];if(l=l.trim(),"/"===l[l.length-1]&&(l=l.substring(0,l.length-1),o--),!ae(l)){let t;return t=0===l.trim().length?"Invalid space after '<'.":"Tag '"+l+"' is an invalid name.",re("InvalidTag",t,se(e,o))}const d=ee(e,o);if(!1===d)return re("InvalidAttr","Attributes for '"+l+"' have open quote.",se(e,o));let c=d.value;if(o=d.index,"/"===c[c.length-1]){const n=o-c.length;c=c.substring(0,c.length-1);const r=ne(c,t);if(!0!==r)return re(r.err.code,r.err.msg,se(e,n+r.err.line));i=!0}else if(s){if(!d.tagClosed)return re("InvalidTag","Closing tag '"+l+"' doesn't have proper closing.",se(e,o));if(c.trim().length>0)return re("InvalidTag","Closing tag '"+l+"' can't have attributes or invalid starting.",se(e,a));{const t=n.pop();if(l!==t.tagName){let n=se(e,t.tagStartPos);return re("InvalidTag","Expected closing tag '"+t.tagName+"' (opened in line "+n.line+", col "+n.col+") instead of closing tag '"+l+"'.",se(e,a))}0==n.length&&(r=!0)}}else{const s=ne(c,t);if(!0!==s)return re(s.err.code,s.err.msg,se(e,o-c.length+s.err.line));if(!0===r)return re("InvalidXml","Multiple possible root nodes found.",se(e,o));-1!==t.unpairedTags.indexOf(l)||n.push({tagName:l,tagStartPos:a}),i=!0}for(o++;o0)||re("InvalidXml","Invalid '"+JSON.stringify(n.map((e=>e.tagName)),null,4).replace(/\r?\n/g,"")+"' found.",{line:1,col:1}):re("InvalidXml","Start tag expected.",1)};const J='"',Q="'";function ee(e,t){let n="",i="",r=!1;for(;t"===e[t]&&""===i){r=!0;break}n+=e[t]}return""===i&&{value:n,index:t,tagClosed:r}}const te=new RegExp("(\\s*)([^\\s=]+)(\\s*=)?(\\s*(['\"])(([\\s\\S])*?)\\5)?","g");function ne(e,t){const n=Y.getAllMatches(e,te),i={};for(let e=0;e!1,commentPropName:!1,unpairedTags:[],processEntities:!0,htmlEntities:!1,ignoreDeclaration:!1,ignorePiTags:!1,transformTagName:!1,transformAttributeName:!1,updateTag:function(e,t,n){return e}};de.buildOptions=function(e){return Object.assign({},ce,e)},de.defaultOptions=ce;const ue=Z;function pe(e,t){let n="";for(;t0?this.child.push({[e.tagname]:e.child,":@":e[":@"]}):this.child.push({[e.tagname]:e.child})}},Ee=function(e,t){const n={};if("O"!==e[t+3]||"C"!==e[t+4]||"T"!==e[t+5]||"Y"!==e[t+6]||"P"!==e[t+7]||"E"!==e[t+8])throw new Error("Invalid Tag instead of DOCTYPE");{t+=9;let i=1,r=!1,o=!1,a="";for(;t"===e[t]){if(o?"-"===e[t-1]&&"-"===e[t-2]&&(o=!1,i--):i--,0===i)break}else"["===e[t]?r=!0:a+=e[t];else{if(r&&he(e,t))t+=7,[entityName,val,t]=pe(e,t+1),-1===val.indexOf("&")&&(n[ve(entityName)]={regx:RegExp(`&${entityName};`,"g"),val});else if(r&&Ae(e,t))t+=8;else if(r&&ge(e,t))t+=8;else if(r&&me(e,t))t+=9;else{if(!fe)throw new Error("Invalid DOCTYPE");o=!0}i++,a=""}if(0!==i)throw new Error("Unclosed DOCTYPE")}return{entities:n,i:t}},_e=function(e,t={}){if(t=Object.assign({},be,t),!e||"string"!=typeof e)return e;let n=e.trim();if(void 0!==t.skipLike&&t.skipLike.test(n))return e;if(t.hex&&we.test(n))return Number.parseInt(n,16);{const i=ye.exec(n);if(i){const r=i[1],o=i[2];let a=function(e){return e&&-1!==e.indexOf(".")&&("."===(e=e.replace(/0+$/,""))?e="0":"."===e[0]?e="0"+e:"."===e[e.length-1]&&(e=e.substr(0,e.length-1))),e}(i[3]);const s=i[4]||i[6];if(!t.leadingZeros&&o.length>0&&r&&"."!==n[2])return e;if(!t.leadingZeros&&o.length>0&&!r&&"."!==n[1])return e;{const i=Number(n),l=""+i;return-1!==l.search(/[eE]/)||s?t.eNotation?i:e:-1!==n.indexOf(".")?"0"===l&&""===a||l===a||r&&l==="-"+a?i:e:o?a===l||r+a===l?i:e:n===l||n===r+l?i:e}}return e}};function ke(e){const t=Object.keys(e);for(let n=0;n0)){a||(e=this.replaceEntitiesValue(e));const i=this.options.tagValueProcessor(t,e,n,r,o);return null==i?e:typeof i!=typeof e||i!==e?i:this.options.trimValues||e.trim()===e?$e(e,this.options.parseTagValue,this.options.numberParseOptions):e}}function Te(e){if(this.options.removeNSPrefix){const t=e.split(":"),n="/"===e.charAt(0)?"/":"";if("xmlns"===t[0])return"";2===t.length&&(e=n+t[1])}return e}"<((!\\[CDATA\\[([\\s\\S]*?)(]]>))|((NAME:)?(NAME))([^>]*)>|((\\/)(NAME)\\s*>))([^<]*)".replace(/NAME/g,Ce.nameRegexp);const Ne=new RegExp("([^\\s=]+)\\s*(=\\s*(['\"])([\\s\\S]*?)\\3)?","gm");function Ie(e,t,n){if(!this.options.ignoreAttributes&&"string"==typeof e){const n=Ce.getAllMatches(e,Ne),i=n.length,r={};for(let e=0;e",o,"Closing Tag is not closed.");let a=e.substring(o+2,t).trim();if(this.options.removeNSPrefix){const e=a.indexOf(":");-1!==e&&(a=a.substr(e+1))}this.options.transformTagName&&(a=this.options.transformTagName(a)),n&&(i=this.saveTextToParentTag(i,n,r));const s=r.substring(r.lastIndexOf(".")+1);if(a&&-1!==this.options.unpairedTags.indexOf(a))throw new Error(`Unpaired tag can not be used as closing tag: `);let l=0;s&&-1!==this.options.unpairedTags.indexOf(s)?(l=r.lastIndexOf(".",r.lastIndexOf(".")-1),this.tagsNodeStack.pop()):l=r.lastIndexOf("."),r=r.substring(0,l),n=this.tagsNodeStack.pop(),i="",o=t}else if("?"===e[o+1]){let t=Le(e,o,!1,"?>");if(!t)throw new Error("Pi Tag is not closed.");if(i=this.saveTextToParentTag(i,n,r),!(this.options.ignoreDeclaration&&"?xml"===t.tagName||this.options.ignorePiTags)){const e=new xe(t.tagName);e.add(this.options.textNodeName,""),t.tagName!==t.tagExp&&t.attrExpPresent&&(e[":@"]=this.buildAttributesMap(t.tagExp,r,t.tagName)),this.addChild(n,e,r)}o=t.closeIndex+1}else if("!--"===e.substr(o+1,3)){const t=je(e,"--\x3e",o+4,"Comment is not closed.");if(this.options.commentPropName){const a=e.substring(o+4,t-2);i=this.saveTextToParentTag(i,n,r),n.add(this.options.commentPropName,[{[this.options.textNodeName]:a}])}o=t}else if("!D"===e.substr(o+1,2)){const t=Ee(e,o);this.docTypeEntities=t.entities,o=t.i}else if("!["===e.substr(o+1,2)){const t=je(e,"]]>",o,"CDATA is not closed.")-2,a=e.substring(o+9,t);if(i=this.saveTextToParentTag(i,n,r),this.options.cdataPropName)n.add(this.options.cdataPropName,[{[this.options.textNodeName]:a}]);else{let e=this.parseTextData(a,n.tagname,r,!0,!1,!0);null==e&&(e=""),n.add(this.options.textNodeName,e)}o=t+2}else{let a=Le(e,o,this.options.removeNSPrefix),s=a.tagName;const l=a.rawTagName;let d=a.tagExp,c=a.attrExpPresent,u=a.closeIndex;this.options.transformTagName&&(s=this.options.transformTagName(s)),n&&i&&"!xml"!==n.tagname&&(i=this.saveTextToParentTag(i,n,r,!1));const p=n;if(p&&-1!==this.options.unpairedTags.indexOf(p.tagname)&&(n=this.tagsNodeStack.pop(),r=r.substring(0,r.lastIndexOf("."))),s!==t.tagname&&(r+=r?"."+s:s),this.isItStopNode(this.options.stopNodes,r,s)){let t="";if(d.length>0&&d.lastIndexOf("/")===d.length-1)o=a.closeIndex;else if(-1!==this.options.unpairedTags.indexOf(s))o=a.closeIndex;else{const n=this.readStopNodeData(e,l,u+1);if(!n)throw new Error(`Unexpected end of ${l}`);o=n.i,t=n.tagContent}const i=new xe(s);s!==d&&c&&(i[":@"]=this.buildAttributesMap(d,r,s)),t&&(t=this.parseTextData(t,s,r,!0,c,!0,!0)),r=r.substr(0,r.lastIndexOf(".")),i.add(this.options.textNodeName,t),this.addChild(n,i,r)}else{if(d.length>0&&d.lastIndexOf("/")===d.length-1){"/"===s[s.length-1]?(s=s.substr(0,s.length-1),r=r.substr(0,r.length-1),d=s):d=d.substr(0,d.length-1),this.options.transformTagName&&(s=this.options.transformTagName(s));const e=new xe(s);s!==d&&c&&(e[":@"]=this.buildAttributesMap(d,r,s)),this.addChild(n,e,r),r=r.substr(0,r.lastIndexOf("."))}else{const e=new xe(s);this.tagsNodeStack.push(n),s!==d&&c&&(e[":@"]=this.buildAttributesMap(d,r,s)),this.addChild(n,e,r),n=e}i="",o=u}}else i+=e[o];return t.child};function Pe(e,t,n){const i=this.options.updateTag(t.tagname,n,t[":@"]);!1===i||("string"==typeof i&&(t.tagname=i),e.addChild(t))}const Se=function(e){if(this.options.processEntities){for(let t in this.docTypeEntities){const n=this.docTypeEntities[t];e=e.replace(n.regx,n.val)}for(let t in this.lastEntities){const n=this.lastEntities[t];e=e.replace(n.regex,n.val)}if(this.options.htmlEntities)for(let t in this.htmlEntities){const n=this.htmlEntities[t];e=e.replace(n.regex,n.val)}e=e.replace(this.ampEntity.regex,this.ampEntity.val)}return e};function De(e,t,n,i){return e&&(void 0===i&&(i=0===Object.keys(t.child).length),void 0!==(e=this.parseTextData(e,t.tagname,n,!1,!!t[":@"]&&0!==Object.keys(t[":@"]).length,i))&&""!==e&&t.add(this.options.textNodeName,e),e=""),e}function Me(e,t,n){const i="*."+n;for(const n in e){const r=e[n];if(i===r||t===r)return!0}return!1}function je(e,t,n,i){const r=e.indexOf(t,n);if(-1===r)throw new Error(i);return r+t.length-1}function Le(e,t,n,i=">"){const r=function(e,t,n=">"){let i,r="";for(let o=t;o",n,`${t} is not closed`);if(e.substring(n+2,o).trim()===t&&(r--,0===r))return{tagContent:e.substring(i,n),i:o};n=o}else if("?"===e[n+1])n=je(e,"?>",n+1,"StopNode is not closed.");else if("!--"===e.substr(n+1,3))n=je(e,"--\x3e",n+3,"StopNode is not closed.");else if("!["===e.substr(n+1,2))n=je(e,"]]>",n,"StopNode is not closed.")-2;else{const i=Le(e,n,">");i&&((i&&i.tagName)===t&&"/"!==i.tagExp[i.tagExp.length-1]&&r++,n=i.closeIndex)}}function $e(e,t,n){if(t&&"string"==typeof e){const t=e.trim();return"true"===t||"false"!==t&&_e(e,n)}return Ce.isExist(e)?e:""}var Fe={};function He(e,t,n){let i;const r={};for(let o=0;o0&&(r[t.textNodeName]=i):void 0!==i&&(r[t.textNodeName]=i),r}function Ve(e){const t=Object.keys(e);for(let e=0;e"},lt:{regex:/&(lt|#60|#x3C);/g,val:"<"},quot:{regex:/&(quot|#34|#x22);/g,val:'"'}},this.ampEntity={regex:/&(amp|#38|#x26);/g,val:"&"},this.htmlEntities={space:{regex:/&(nbsp|#160);/g,val:" "},cent:{regex:/&(cent|#162);/g,val:"¢"},pound:{regex:/&(pound|#163);/g,val:"£"},yen:{regex:/&(yen|#165);/g,val:"¥"},euro:{regex:/&(euro|#8364);/g,val:"€"},copyright:{regex:/&(copy|#169);/g,val:"©"},reg:{regex:/&(reg|#174);/g,val:"®"},inr:{regex:/&(inr|#8377);/g,val:"₹"}},this.addExternalEntities=ke,this.parseXml=Oe,this.parseTextData=Be,this.resolveNameSpace=Te,this.buildAttributesMap=Ie,this.isItStopNode=Me,this.replaceEntitiesValue=Se,this.readStopNodeData=Re,this.saveTextToParentTag=De,this.addChild=Pe}},{prettify:Ye}=Fe,We=q;function Ge(e,t,n,i){let r="",o=!1;for(let a=0;a`,o=!1;continue}if(l===t.commentPropName){r+=i+`\x3c!--${s[l][0][t.textNodeName]}--\x3e`,o=!0;continue}if("?"===l[0]){const e=Ke(s[":@"],t),n="?xml"===l?"":i;let a=s[l][0][t.textNodeName];a=0!==a.length?" "+a:"",r+=n+`<${l}${a}${e}?>`,o=!0;continue}let c=i;""!==c&&(c+=t.indentBy);const u=i+`<${l}${Ke(s[":@"],t)}`,p=Ge(s[l],t,d,c);-1!==t.unpairedTags.indexOf(l)?t.suppressUnpairedNode?r+=u+">":r+=u+"/>":p&&0!==p.length||!t.suppressEmptyNode?p&&p.endsWith(">")?r+=u+`>${p}${i}`:(r+=u+">",p&&""!==i&&(p.includes("/>")||p.includes("`):r+=u+"/>",o=!0}return r}function Xe(e){const t=Object.keys(e);for(let n=0;n0&&t.processEntities)for(let n=0;n0&&(n="\n"),Ge(e,t,"",n)},tt={attributeNamePrefix:"@_",attributesGroupName:!1,textNodeName:"#text",ignoreAttributes:!0,cdataPropName:!1,format:!1,indentBy:" ",suppressEmptyNode:!1,suppressUnpairedNode:!0,suppressBooleanAttributes:!0,tagValueProcessor:function(e,t){return t},attributeValueProcessor:function(e,t){return t},preserveOrder:!1,commentPropName:!1,unpairedTags:[],entities:[{regex:new RegExp("&","g"),val:"&"},{regex:new RegExp(">","g"),val:">"},{regex:new RegExp("<","g"),val:"<"},{regex:new RegExp("'","g"),val:"'"},{regex:new RegExp('"',"g"),val:"""}],processEntities:!0,stopNodes:[],oneListGroup:!1};function nt(e){this.options=Object.assign({},tt,e),this.options.ignoreAttributes||this.options.attributesGroupName?this.isAttribute=function(){return!1}:(this.attrPrefixLen=this.options.attributeNamePrefix.length,this.isAttribute=ot),this.processTextOrObjNode=it,this.options.format?(this.indentate=rt,this.tagEndChar=">\n",this.newLine="\n"):(this.indentate=function(){return""},this.tagEndChar=">",this.newLine="")}function it(e,t,n){const i=this.j2x(e,n+1);return void 0!==e[this.options.textNodeName]&&1===Object.keys(e).length?this.buildTextValNode(e[this.options.textNodeName],t,i.attrStr,n):this.buildObjectNode(i.val,t,i.attrStr,n)}function rt(e){return this.options.indentBy.repeat(e)}function ot(e){return!(!e.startsWith(this.options.attributeNamePrefix)||e===this.options.textNodeName)&&e.substr(this.attrPrefixLen)}nt.prototype.build=function(e){return this.options.preserveOrder?et(e,this.options):(Array.isArray(e)&&this.options.arrayNodeName&&this.options.arrayNodeName.length>1&&(e={[this.options.arrayNodeName]:e}),this.j2x(e,0).val)},nt.prototype.j2x=function(e,t){let n="",i="";for(let r in e)if(Object.prototype.hasOwnProperty.call(e,r))if(typeof e[r]>"u")this.isAttribute(r)&&(i+="");else if(null===e[r])this.isAttribute(r)?i+="":"?"===r[0]?i+=this.indentate(t)+"<"+r+"?"+this.tagEndChar:i+=this.indentate(t)+"<"+r+"/"+this.tagEndChar;else if(e[r]instanceof Date)i+=this.buildTextValNode(e[r],r,"",t);else if("object"!=typeof e[r]){const o=this.isAttribute(r);if(o)n+=this.buildAttrPairStr(o,""+e[r]);else if(r===this.options.textNodeName){let t=this.options.tagValueProcessor(r,""+e[r]);i+=this.replaceEntitiesValue(t)}else i+=this.buildTextValNode(e[r],r,"",t)}else if(Array.isArray(e[r])){const n=e[r].length;let o="";for(let a=0;a"u"||(null===n?"?"===r[0]?i+=this.indentate(t)+"<"+r+"?"+this.tagEndChar:i+=this.indentate(t)+"<"+r+"/"+this.tagEndChar:"object"==typeof n?this.options.oneListGroup?o+=this.j2x(n,t+1).val:o+=this.processTextOrObjNode(n,r,t):o+=this.buildTextValNode(n,r,"",t))}this.options.oneListGroup&&(o=this.buildObjectNode(o,r,"",t)),i+=o}else if(this.options.attributesGroupName&&r===this.options.attributesGroupName){const t=Object.keys(e[r]),i=t.length;for(let o=0;o"+e+r}},nt.prototype.closeTag=function(e){let t="";return-1!==this.options.unpairedTags.indexOf(e)?this.options.suppressUnpairedNode||(t="/"):t=this.options.suppressEmptyNode?"/":`>`+this.newLine;if(!1!==this.options.commentPropName&&t===this.options.commentPropName)return this.indentate(i)+`\x3c!--${e}--\x3e`+this.newLine;if("?"===t[0])return this.indentate(i)+"<"+t+n+"?"+this.tagEndChar;{let r=this.options.tagValueProcessor(t,e);return r=this.replaceEntitiesValue(r),""===r?this.indentate(i)+"<"+t+n+this.closeTag(t)+this.tagEndChar:this.indentate(i)+"<"+t+n+">"+r+"0&&this.options.processEntities)for(let t=0;t0&&(!e.caption||"string"!=typeof e.caption))throw new Error("View caption is required for top-level views and must be a string");if(!e.getContents||"function"!=typeof e.getContents)throw new Error("View getContents is required and must be a function");if(!e.icon||"string"!=typeof e.icon||!function(e){if("string"!=typeof e)throw new TypeError(`Expected a \`string\`, got \`${typeof e}\``);if(0===(e=e.trim()).length||!0!==at.XMLValidator.validate(e))return!1;let t;const n=new at.XMLParser;try{t=n.parse(e)}catch{return!1}return!(!t||!("svg"in t))}(e.icon))throw new Error("View icon is required and must be a valid svg string");if(!("order"in e)||"number"!=typeof e.order)throw new Error("View order is required and must be a number");if(e.columns&&e.columns.forEach((e=>{if(!(e instanceof U))throw new Error("View columns must be an array of Column. Invalid column found")})),e.emptyView&&"function"!=typeof e.emptyView)throw new Error("View emptyView must be a function");if(e.parent&&"string"!=typeof e.parent)throw new Error("View parent must be a string");if("sticky"in e&&"boolean"!=typeof e.sticky)throw new Error("View sticky must be a boolean");if("expanded"in e&&"boolean"!=typeof e.expanded)throw new Error("View expanded must be a boolean");if(e.defaultSortKey&&"string"!=typeof e.defaultSortKey)throw new Error("View defaultSortKey must be a string");return!0},dt=function(e){return f().registerEntry(e)},ct=function(e){return f().unregisterEntry(e)}}},o={};function a(e){var t=o[e];if(void 0!==t)return t.exports;var n=o[e]={id:e,loaded:!1,exports:{}};return r[e].call(n.exports,n,n.exports,a),n.loaded=!0,n.exports}a.m=r,e=[],a.O=(t,n,i,r)=>{if(!n){var o=1/0;for(c=0;c=r)&&Object.keys(a.O).every((e=>a.O[e](n[l])))?n.splice(l--,1):(s=!1,r0&&e[c-1][2]>r;c--)e[c]=e[c-1];e[c]=[n,i,r]},a.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return a.d(t,{a:t}),t},a.d=(e,t)=>{for(var n in t)a.o(t,n)&&!a.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},a.f={},a.e=e=>Promise.all(Object.keys(a.f).reduce(((t,n)=>(a.f[n](e,t),t)),[])),a.u=e=>e+"-"+e+".js?v="+{923:"2686613ba9d88601b889",8321:"1e9a8023ef8296a459a5"}[e],a.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),a.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n={},i="nextcloud:",a.l=(e,t,r,o)=>{if(n[e])n[e].push(t);else{var s,l;if(void 0!==r)for(var d=document.getElementsByTagName("script"),c=0;c{s.onerror=s.onload=null,clearTimeout(f);var r=n[e];if(delete n[e],s.parentNode&&s.parentNode.removeChild(s),r&&r.forEach((e=>e(i))),t)return t(i)},f=setTimeout(p.bind(null,void 0,{type:"timeout",target:s}),12e4);s.onerror=p.bind(null,s.onerror),s.onload=p.bind(null,s.onload),l&&document.head.appendChild(s)}},a.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),a.j=9837,(()=>{var e;a.g.importScripts&&(e=a.g.location+"");var t=a.g.document;if(!e&&t&&(t.currentScript&&(e=t.currentScript.src),!e)){var n=t.getElementsByTagName("script");if(n.length)for(var i=n.length-1;i>-1&&!e;)e=n[i--].src}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),a.p=e})(),(()=>{a.b=document.baseURI||self.location.href;var e={9837:0};a.f.j=(t,n)=>{var i=a.o(e,t)?e[t]:void 0;if(0!==i)if(i)n.push(i[2]);else{var r=new Promise(((n,r)=>i=e[t]=[n,r]));n.push(i[2]=r);var o=a.p+a.u(t),s=new Error;a.l(o,(n=>{if(a.o(e,t)&&(0!==(i=e[t])&&(e[t]=void 0),i)){var r=n&&("load"===n.type?"missing":n.type),o=n&&n.target&&n.target.src;s.message="Loading chunk "+t+" failed.\n("+r+": "+o+")",s.name="ChunkLoadError",s.type=r,s.request=o,i[1](s)}}),"chunk-"+t,t)}},a.O.j=t=>0===e[t];var t=(t,n)=>{var i,r,o=n[0],s=n[1],l=n[2],d=0;if(o.some((t=>0!==e[t]))){for(i in s)a.o(s,i)&&(a.m[i]=s[i]);if(l)var c=l(a)}for(t&&t(n);da(34507)));s=a.O(s)})(); +//# sourceMappingURL=files-init.js.map?v=9a7fb435be349492bdee \ No newline at end of file diff --git a/dist/files-init.js.map b/dist/files-init.js.map index cba81189c6a..0400c62f4d9 100644 --- a/dist/files-init.js.map +++ b/dist/files-init.js.map @@ -1 +1 @@ -{"version":3,"file":"files-init.js?v=0c9e571214b209f00952","mappings":"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","sources":["webpack:///nextcloud/webpack/runtime/chunk loaded","webpack:///nextcloud/webpack/runtime/load script","webpack:///nextcloud/apps/files/src/logger.js","webpack:///nextcloud/apps/files/src/actions/deleteAction.ts","webpack:///nextcloud/apps/files/src/actions/downloadAction.ts","webpack:///nextcloud/apps/files/src/actions/editLocallyAction.ts","webpack:///nextcloud/apps/files/src/actions/favoriteAction.ts","webpack://nextcloud/./node_modules/@nextcloud/dialogs/dist/style.css?d87c","webpack:///nextcloud/node_modules/axios/index.js","webpack:///nextcloud/apps/files/src/actions/moveOrCopyActionUtils.ts","webpack:///nextcloud/apps/files/src/actions/moveOrCopyAction.ts","webpack:///nextcloud/apps/files/src/actions/openFolderAction.ts","webpack:///nextcloud/apps/files/src/actions/openInFilesAction.ts","webpack:///nextcloud/apps/files/src/actions/renameAction.ts","webpack:///nextcloud/apps/files/src/actions/sidebarAction.ts","webpack:///nextcloud/apps/files/src/actions/viewInFolderAction.ts","webpack:///nextcloud/apps/files/src/newMenu/newFolder.ts","webpack:///nextcloud/node_modules/@buttercup/fetch/dist/index.browser.js","webpack:///nextcloud/node_modules/hot-patcher/dist/patcher.js","webpack:///nextcloud/node_modules/hot-patcher/dist/functions.js","webpack:///nextcloud/node_modules/webdav/dist/node/compat/patcher.js","webpack:///nextcloud/node_modules/webdav/dist/node/auth/digest.js","webpack:///nextcloud/node_modules/webdav/dist/node/tools/crypto.js","webpack:///nextcloud/node_modules/webdav/dist/node/tools/merge.js","webpack:///nextcloud/node_modules/webdav/dist/node/tools/headers.js","webpack:///nextcloud/node_modules/webdav/dist/node/compat/arrayBuffer.js","webpack:///nextcloud/node_modules/webdav/dist/node/request.js","webpack:///nextcloud/node_modules/webdav/dist/node/tools/body.js","webpack:///nextcloud/node_modules/webdav/dist/node/compat/buffer.js","webpack:///nextcloud/apps/files/src/services/WebdavClient.ts","webpack:///nextcloud/apps/files/src/utils/hashUtils.ts","webpack:///nextcloud/apps/files/src/services/Files.ts","webpack:///nextcloud/apps/files/src/services/Favorites.ts","webpack:///nextcloud/apps/files/src/views/favorites.ts","webpack:///nextcloud/apps/files/src/services/Recent.ts","webpack:///nextcloud/apps/files/src/views/TemplatePicker.vue","webpack:///nextcloud/apps/files/src/utils/fileUtils.ts","webpack:///nextcloud/apps/files/src/components/TemplatePreview.vue?vue&type=script&lang=js","webpack:///nextcloud/apps/files/src/components/TemplatePreview.vue","webpack:///nextcloud/apps/files/src/utils/davUtils.js","webpack://nextcloud/./apps/files/src/components/TemplatePreview.vue?af18","webpack://nextcloud/./apps/files/src/components/TemplatePreview.vue?81db","webpack://nextcloud/./apps/files/src/components/TemplatePreview.vue?c414","webpack:///nextcloud/apps/files/src/views/TemplatePicker.vue?vue&type=script&lang=ts","webpack:///nextcloud/apps/files/src/services/Templates.js","webpack://nextcloud/./apps/files/src/views/TemplatePicker.vue?0681","webpack://nextcloud/./apps/files/src/views/TemplatePicker.vue?afd8","webpack:///nextcloud/apps/files/src/init-templates.ts","webpack:///nextcloud/apps/files/src/init.ts","webpack:///nextcloud/apps/files/src/views/files.ts","webpack:///nextcloud/apps/files/src/views/recent.ts","webpack:///nextcloud/apps/files/src/services/ServiceWorker.js","webpack:///nextcloud/apps/files/src/services/LivePhotos.ts","webpack:///nextcloud/node_modules/builtin-status-codes/browser.js","webpack:///nextcloud/node_modules/cancelable-promise/umd/CancelablePromise.js","webpack:///nextcloud/node_modules/@nextcloud/dialogs/dist/style.css","webpack:///nextcloud/apps/files/src/components/TemplatePreview.vue?vue&type=style&index=0&id=0859a92c&prod&lang=scss&scoped=true","webpack:///nextcloud/apps/files/src/views/TemplatePicker.vue?vue&type=style&index=0&id=48121b39&prod&lang=scss&scoped=true","webpack:///nextcloud/node_modules/https-browserify/index.js","webpack:///nextcloud/node_modules/readable-stream/readable-browser.js","webpack:///nextcloud/node_modules/stream-http/index.js","webpack:///nextcloud/node_modules/stream-http/lib/capability.js","webpack:///nextcloud/node_modules/stream-http/lib/request.js","webpack:///nextcloud/node_modules/stream-http/lib/response.js","webpack:///nextcloud/node_modules/xtend/immutable.js","webpack:///nextcloud/node_modules/@nextcloud/files/dist/index.mjs","webpack:///nextcloud/webpack/bootstrap","webpack:///nextcloud/webpack/runtime/compat get default export","webpack:///nextcloud/webpack/runtime/define property getters","webpack:///nextcloud/webpack/runtime/ensure chunk","webpack:///nextcloud/webpack/runtime/get javascript chunk filename","webpack:///nextcloud/webpack/runtime/global","webpack:///nextcloud/webpack/runtime/hasOwnProperty shorthand","webpack:///nextcloud/webpack/runtime/make namespace object","webpack:///nextcloud/webpack/runtime/node module decorator","webpack:///nextcloud/webpack/runtime/runtimeId","webpack:///nextcloud/webpack/runtime/publicPath","webpack:///nextcloud/webpack/runtime/jsonp chunk loading","webpack:///nextcloud/webpack/runtime/nonce","webpack:///nextcloud/webpack/startup"],"sourcesContent":["var deferred = [];\n__webpack_require__.O = (result, chunkIds, fn, priority) => {\n\tif(chunkIds) {\n\t\tpriority = priority || 0;\n\t\tfor(var i = deferred.length; i > 0 && deferred[i - 1][2] > priority; i--) deferred[i] = deferred[i - 1];\n\t\tdeferred[i] = [chunkIds, fn, priority];\n\t\treturn;\n\t}\n\tvar notFulfilled = Infinity;\n\tfor (var i = 0; i < deferred.length; i++) {\n\t\tvar chunkIds = deferred[i][0];\n\t\tvar fn = deferred[i][1];\n\t\tvar priority = deferred[i][2];\n\t\tvar fulfilled = true;\n\t\tfor (var j = 0; j < chunkIds.length; j++) {\n\t\t\tif ((priority & 1 === 0 || notFulfilled >= priority) && Object.keys(__webpack_require__.O).every((key) => (__webpack_require__.O[key](chunkIds[j])))) {\n\t\t\t\tchunkIds.splice(j--, 1);\n\t\t\t} else {\n\t\t\t\tfulfilled = false;\n\t\t\t\tif(priority < notFulfilled) notFulfilled = priority;\n\t\t\t}\n\t\t}\n\t\tif(fulfilled) {\n\t\t\tdeferred.splice(i--, 1)\n\t\t\tvar r = fn();\n\t\t\tif (r !== undefined) result = r;\n\t\t}\n\t}\n\treturn result;\n};","var inProgress = {};\nvar dataWebpackPrefix = \"nextcloud:\";\n// loadScript function to load a script via script tag\n__webpack_require__.l = (url, done, key, chunkId) => {\n\tif(inProgress[url]) { inProgress[url].push(done); return; }\n\tvar script, needAttach;\n\tif(key !== undefined) {\n\t\tvar scripts = document.getElementsByTagName(\"script\");\n\t\tfor(var i = 0; i < scripts.length; i++) {\n\t\t\tvar s = scripts[i];\n\t\t\tif(s.getAttribute(\"src\") == url || s.getAttribute(\"data-webpack\") == dataWebpackPrefix + key) { script = s; break; }\n\t\t}\n\t}\n\tif(!script) {\n\t\tneedAttach = true;\n\t\tscript = document.createElement('script');\n\n\t\tscript.charset = 'utf-8';\n\t\tscript.timeout = 120;\n\t\tif (__webpack_require__.nc) {\n\t\t\tscript.setAttribute(\"nonce\", __webpack_require__.nc);\n\t\t}\n\t\tscript.setAttribute(\"data-webpack\", dataWebpackPrefix + key);\n\n\t\tscript.src = url;\n\t}\n\tinProgress[url] = [done];\n\tvar onScriptComplete = (prev, event) => {\n\t\t// avoid mem leaks in IE.\n\t\tscript.onerror = script.onload = null;\n\t\tclearTimeout(timeout);\n\t\tvar doneFns = inProgress[url];\n\t\tdelete inProgress[url];\n\t\tscript.parentNode && script.parentNode.removeChild(script);\n\t\tdoneFns && doneFns.forEach((fn) => (fn(event)));\n\t\tif(prev) return prev(event);\n\t}\n\tvar timeout = setTimeout(onScriptComplete.bind(null, undefined, { type: 'timeout', target: script }), 120000);\n\tscript.onerror = onScriptComplete.bind(null, script.onerror);\n\tscript.onload = onScriptComplete.bind(null, script.onload);\n\tneedAttach && document.head.appendChild(script);\n};","/**\n * @copyright Copyright (c) 2022 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { getLoggerBuilder } from '@nextcloud/logger'\n\nexport default getLoggerBuilder()\n\t.setApp('files')\n\t.detectUser()\n\t.build()\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { emit } from '@nextcloud/event-bus';\nimport { Permission, Node, View, FileAction } from '@nextcloud/files';\nimport { translate as t } from '@nextcloud/l10n';\nimport axios from '@nextcloud/axios';\nimport TrashCanSvg from '@mdi/svg/svg/trash-can.svg?raw';\nimport logger from '../logger.js';\nexport const action = new FileAction({\n id: 'delete',\n displayName(nodes, view) {\n return view.id === 'trashbin'\n ? t('files', 'Delete permanently')\n : t('files', 'Delete');\n },\n iconSvgInline: () => TrashCanSvg,\n enabled(nodes) {\n return nodes.length > 0 && nodes\n .map(node => node.permissions)\n .every(permission => (permission & Permission.DELETE) !== 0);\n },\n async exec(node) {\n try {\n await axios.delete(node.encodedSource);\n // Let's delete even if it's moved to the trashbin\n // since it has been removed from the current view\n // and changing the view will trigger a reload anyway.\n emit('files:node:deleted', node);\n return true;\n }\n catch (error) {\n logger.error('Error while deleting a file', { error, source: node.source, node });\n return false;\n }\n },\n async execBatch(nodes, view, dir) {\n return Promise.all(nodes.map(node => this.exec(node, view, dir)));\n },\n order: 100,\n});\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { generateUrl } from '@nextcloud/router';\nimport { FileAction, Permission, Node, FileType, View } from '@nextcloud/files';\nimport { translate as t } from '@nextcloud/l10n';\nimport ArrowDownSvg from '@mdi/svg/svg/arrow-down.svg?raw';\nconst triggerDownload = function (url) {\n const hiddenElement = document.createElement('a');\n hiddenElement.download = '';\n hiddenElement.href = url;\n hiddenElement.click();\n};\nconst downloadNodes = function (dir, nodes) {\n const secret = Math.random().toString(36).substring(2);\n const url = generateUrl('/apps/files/ajax/download.php?dir={dir}&files={files}&downloadStartSecret={secret}', {\n dir,\n secret,\n files: JSON.stringify(nodes.map(node => node.basename)),\n });\n triggerDownload(url);\n};\nconst isDownloadable = function (node) {\n if ((node.permissions & Permission.READ) === 0) {\n return false;\n }\n // If the mount type is a share, ensure it got download permissions.\n if (node.attributes['mount-type'] === 'shared') {\n const downloadAttribute = JSON.parse(node.attributes['share-attributes']).find((attribute) => attribute.scope === 'permissions' && attribute.key === 'download');\n if (downloadAttribute !== undefined && downloadAttribute.enabled === false) {\n return false;\n }\n }\n return true;\n};\nexport const action = new FileAction({\n id: 'download',\n displayName: () => t('files', 'Download'),\n iconSvgInline: () => ArrowDownSvg,\n enabled(nodes) {\n if (nodes.length === 0) {\n return false;\n }\n // We can download direct dav files. But if we have\n // some folders, we need to use the /apps/files/ajax/download.php\n // endpoint, which only supports user root folder.\n if (nodes.some(node => node.type === FileType.Folder)\n && nodes.some(node => !node.root?.startsWith('/files'))) {\n return false;\n }\n return nodes.every(isDownloadable);\n },\n async exec(node, view, dir) {\n if (node.type === FileType.Folder) {\n downloadNodes(dir, [node]);\n return null;\n }\n triggerDownload(node.source);\n return null;\n },\n async execBatch(nodes, view, dir) {\n if (nodes.length === 1) {\n this.exec(nodes[0], view, dir);\n return [null];\n }\n downloadNodes(dir, nodes);\n return new Array(nodes.length).fill(null);\n },\n order: 30,\n});\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { encodePath } from '@nextcloud/paths';\nimport { generateOcsUrl } from '@nextcloud/router';\nimport { getCurrentUser } from '@nextcloud/auth';\nimport { FileAction, Permission } from '@nextcloud/files';\nimport { showError } from '@nextcloud/dialogs';\nimport { translate as t } from '@nextcloud/l10n';\nimport axios from '@nextcloud/axios';\nimport LaptopSvg from '@mdi/svg/svg/laptop.svg?raw';\nconst openLocalClient = async function (path) {\n const link = generateOcsUrl('apps/files/api/v1') + '/openlocaleditor?format=json';\n try {\n const result = await axios.post(link, { path });\n const uid = getCurrentUser()?.uid;\n let url = `nc://open/${uid}@` + window.location.host + encodePath(path);\n url += '?token=' + result.data.ocs.data.token;\n window.location.href = url;\n }\n catch (error) {\n showError(t('files', 'Failed to redirect to client'));\n }\n};\nexport const action = new FileAction({\n id: 'edit-locally',\n displayName: () => t('files', 'Edit locally'),\n iconSvgInline: () => LaptopSvg,\n // Only works on single files\n enabled(nodes) {\n // Only works on single node\n if (nodes.length !== 1) {\n return false;\n }\n return (nodes[0].permissions & Permission.UPDATE) !== 0;\n },\n async exec(node) {\n openLocalClient(node.path);\n return null;\n },\n order: 25,\n});\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { emit } from '@nextcloud/event-bus';\nimport { generateUrl } from '@nextcloud/router';\nimport { Permission, View, FileAction } from '@nextcloud/files';\nimport { translate as t } from '@nextcloud/l10n';\nimport axios from '@nextcloud/axios';\nimport Vue from 'vue';\nimport StarOutlineSvg from '@mdi/svg/svg/star-outline.svg?raw';\nimport StarSvg from '@mdi/svg/svg/star.svg?raw';\nimport logger from '../logger.js';\nimport { encodePath } from '@nextcloud/paths';\n// If any of the nodes is not favorited, we display the favorite action.\nconst shouldFavorite = (nodes) => {\n return nodes.some(node => node.attributes.favorite !== 1);\n};\nexport const favoriteNode = async (node, view, willFavorite) => {\n try {\n // TODO: migrate to webdav tags plugin\n const url = generateUrl('/apps/files/api/v1/files') + encodePath(node.path);\n await axios.post(url, {\n tags: willFavorite\n ? [window.OC.TAG_FAVORITE]\n : [],\n });\n // Let's delete if we are in the favourites view\n // AND if it is removed from the user favorites\n // AND it's in the root of the favorites view\n if (view.id === 'favorites' && !willFavorite && node.dirname === '/') {\n emit('files:node:deleted', node);\n }\n // Update the node webdav attribute\n Vue.set(node.attributes, 'favorite', willFavorite ? 1 : 0);\n // Dispatch event to whoever is interested\n if (willFavorite) {\n emit('files:favorites:added', node);\n }\n else {\n emit('files:favorites:removed', node);\n }\n return true;\n }\n catch (error) {\n const action = willFavorite ? 'adding a file to favourites' : 'removing a file from favourites';\n logger.error('Error while ' + action, { error, source: node.source, node });\n return false;\n }\n};\nexport const action = new FileAction({\n id: 'favorite',\n displayName(nodes) {\n return shouldFavorite(nodes)\n ? t('files', 'Add to favorites')\n : t('files', 'Remove from favorites');\n },\n iconSvgInline: (nodes) => {\n return shouldFavorite(nodes)\n ? StarOutlineSvg\n : StarSvg;\n },\n enabled(nodes) {\n // We can only favorite nodes within files and with permissions\n return !nodes.some(node => !node.root?.startsWith?.('/files'))\n && nodes.every(node => node.permissions !== Permission.NONE);\n },\n async exec(node, view) {\n const willFavorite = shouldFavorite([node]);\n return await favoriteNode(node, view, willFavorite);\n },\n async execBatch(nodes, view) {\n const willFavorite = shouldFavorite(nodes);\n return Promise.all(nodes.map(async (node) => await favoriteNode(node, view, willFavorite)));\n },\n order: -50,\n});\n","\n import API from \"!../../../style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../css-loader/dist/cjs.js!./style.css\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../css-loader/dist/cjs.js!./style.css\";\n export default content && content.locals ? content.locals : undefined;\n","import axios from './lib/axios.js';\n\n// This module is intended to unwrap Axios default export as named.\n// Keep top-level export same with static properties\n// so that it can keep same with es module or cjs\nconst {\n Axios,\n AxiosError,\n CanceledError,\n isCancel,\n CancelToken,\n VERSION,\n all,\n Cancel,\n isAxiosError,\n spread,\n toFormData,\n AxiosHeaders,\n HttpStatusCode,\n formToJSON,\n getAdapter,\n mergeConfig\n} = axios;\n\nexport {\n axios as default,\n Axios,\n AxiosError,\n CanceledError,\n isCancel,\n CancelToken,\n VERSION,\n all,\n Cancel,\n isAxiosError,\n spread,\n toFormData,\n AxiosHeaders,\n HttpStatusCode,\n formToJSON,\n getAdapter,\n mergeConfig\n}\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport '@nextcloud/dialogs/style.css';\nimport { Permission } from '@nextcloud/files';\nimport PQueue from 'p-queue';\n// This is the processing queue. We only want to allow 3 concurrent requests\nlet queue;\n/**\n * Get the processing queue\n */\nexport const getQueue = () => {\n if (!queue) {\n queue = new PQueue({ concurrency: 3 });\n }\n return queue;\n};\nexport var MoveCopyAction;\n(function (MoveCopyAction) {\n MoveCopyAction[\"MOVE\"] = \"Move\";\n MoveCopyAction[\"COPY\"] = \"Copy\";\n MoveCopyAction[\"MOVE_OR_COPY\"] = \"move-or-copy\";\n})(MoveCopyAction || (MoveCopyAction = {}));\nexport const canMove = (nodes) => {\n const minPermission = nodes.reduce((min, node) => Math.min(min, node.permissions), Permission.ALL);\n return (minPermission & Permission.UPDATE) !== 0;\n};\nexport const canDownload = (nodes) => {\n return nodes.every(node => {\n const shareAttributes = JSON.parse(node.attributes?.['share-attributes'] ?? '[]');\n return !shareAttributes.some(attribute => attribute.scope === 'permissions' && attribute.enabled === false && attribute.key === 'download');\n });\n};\nexport const canCopy = (nodes) => {\n // For now the only restriction is that a shared file\n // cannot be copied if the download is disabled\n return canDownload(nodes);\n};\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport '@nextcloud/dialogs/style.css';\n// eslint-disable-next-line n/no-extraneous-import\nimport { AxiosError } from 'axios';\nimport { basename, join } from 'path';\nimport { emit } from '@nextcloud/event-bus';\nimport { generateRemoteUrl } from '@nextcloud/router';\nimport { getCurrentUser } from '@nextcloud/auth';\nimport { getFilePickerBuilder, showError } from '@nextcloud/dialogs';\nimport { Permission, FileAction, FileType, NodeStatus } from '@nextcloud/files';\nimport { translate as t } from '@nextcloud/l10n';\nimport axios from '@nextcloud/axios';\nimport Vue from 'vue';\nimport CopyIconSvg from '@mdi/svg/svg/folder-multiple.svg?raw';\nimport FolderMoveSvg from '@mdi/svg/svg/folder-move.svg?raw';\nimport { MoveCopyAction, canCopy, canMove, getQueue } from './moveOrCopyActionUtils';\nimport logger from '../logger';\n/**\n * Return the action that is possible for the given nodes\n * @param {Node[]} nodes The nodes to check against\n * @return {MoveCopyAction} The action that is possible for the given nodes\n */\nconst getActionForNodes = (nodes) => {\n if (canMove(nodes)) {\n if (canCopy(nodes)) {\n return MoveCopyAction.MOVE_OR_COPY;\n }\n return MoveCopyAction.MOVE;\n }\n // Assuming we can copy as the enabled checks for copy permissions\n return MoveCopyAction.COPY;\n};\n/**\n * Handle the copy/move of a node to a destination\n * This can be imported and used by other scripts/components on server\n * @param {Node} node The node to copy/move\n * @param {Folder} destination The destination to copy/move the node to\n * @param {MoveCopyAction} method The method to use for the copy/move\n * @param {boolean} overwrite Whether to overwrite the destination if it exists\n * @return {Promise} A promise that resolves when the copy/move is done\n */\nexport const handleCopyMoveNodeTo = async (node, destination, method, overwrite = false) => {\n if (!destination) {\n return;\n }\n if (destination.type !== FileType.Folder) {\n throw new Error(t('files', 'Destination is not a folder'));\n }\n if (node.dirname === destination.path) {\n throw new Error(t('files', 'This file/folder is already in that directory'));\n }\n /**\n * Example:\n * node: /foo/bar/file.txt -> path = /foo/bar\n * destination: /foo\n * Allow move of /foo does not start with /foo/bar so allow\n */\n if (destination.path.startsWith(node.path)) {\n throw new Error(t('files', 'You cannot move a file/folder onto itself or into a subfolder of itself'));\n }\n const relativePath = join(destination.path, node.basename);\n const destinationUrl = generateRemoteUrl(`dav/files/${getCurrentUser()?.uid}${relativePath}`);\n logger.debug(`${method} ${node.basename} to ${destinationUrl}`);\n // Set loading state\n Vue.set(node, 'status', NodeStatus.LOADING);\n const queue = getQueue();\n return await queue.add(async () => {\n try {\n await axios({\n method: method === MoveCopyAction.COPY ? 'COPY' : 'MOVE',\n url: node.encodedSource,\n headers: {\n Destination: encodeURI(destinationUrl),\n Overwrite: overwrite ? undefined : 'F',\n },\n });\n // If we're moving, update the node\n // if we're copying, we don't need to update the node\n // the view will refresh itself\n if (method === MoveCopyAction.MOVE) {\n // Delete the node as it will be fetched again\n // when navigating to the destination folder\n emit('files:node:deleted', node);\n }\n }\n catch (error) {\n if (error instanceof AxiosError) {\n if (error?.response?.status === 412) {\n throw new Error(t('files', 'A file or folder with that name already exists in this folder'));\n }\n else if (error?.response?.status === 423) {\n throw new Error(t('files', 'The files is locked'));\n }\n else if (error?.response?.status === 404) {\n throw new Error(t('files', 'The file does not exist anymore'));\n }\n else if (error.message) {\n throw new Error(error.message);\n }\n }\n throw new Error();\n }\n finally {\n Vue.set(node, 'status', undefined);\n }\n });\n};\n/**\n * Open a file picker for the given action\n * @param {MoveCopyAction} action The action to open the file picker for\n * @param {string} dir The directory to start the file picker in\n * @param {Node} node The node to move/copy\n * @return {Promise} A promise that resolves to true if the action was successful\n */\nconst openFilePickerForAction = async (action, dir = '/', node) => {\n const filePicker = getFilePickerBuilder(t('files', 'Chose destination'))\n .allowDirectories(true)\n .setFilter((n) => {\n // We only want to show folders that we can create nodes in\n return (n.permissions & Permission.CREATE) !== 0\n // We don't want to show the current node in the file picker\n && node.fileid !== n.fileid;\n })\n .setMimeTypeFilter([])\n .setMultiSelect(false)\n .startAt(dir);\n return new Promise((resolve, reject) => {\n filePicker.setButtonFactory((nodes, path) => {\n const buttons = [];\n const target = basename(path);\n if (node.dirname === path) {\n // This file/folder is already in that directory\n return buttons;\n }\n if (node.path === path) {\n // You cannot move a file/folder onto itself\n return buttons;\n }\n if (action === MoveCopyAction.COPY || action === MoveCopyAction.MOVE_OR_COPY) {\n buttons.push({\n label: target ? t('files', 'Copy to {target}', { target }) : t('files', 'Copy'),\n type: 'primary',\n icon: CopyIconSvg,\n async callback(destination) {\n try {\n await handleCopyMoveNodeTo(node, destination[0], MoveCopyAction.COPY);\n resolve(true);\n }\n catch (error) {\n reject(error);\n }\n },\n });\n }\n if (action === MoveCopyAction.MOVE || action === MoveCopyAction.MOVE_OR_COPY) {\n buttons.push({\n label: target ? t('files', 'Move to {target}', { target }) : t('files', 'Move'),\n type: action === MoveCopyAction.MOVE ? 'primary' : 'secondary',\n icon: FolderMoveSvg,\n async callback(destination) {\n try {\n await handleCopyMoveNodeTo(node, destination[0], MoveCopyAction.MOVE);\n resolve(true);\n }\n catch (error) {\n console.warn('got error', error);\n reject(error);\n }\n },\n });\n }\n return buttons;\n });\n const picker = filePicker.build();\n picker.pick().catch(() => {\n reject(new Error(t('files', 'Cancelled move or copy operation')));\n });\n });\n};\nexport const action = new FileAction({\n id: 'move-copy',\n displayName(nodes) {\n switch (getActionForNodes(nodes)) {\n case MoveCopyAction.MOVE:\n return t('files', 'Move');\n case MoveCopyAction.COPY:\n return t('files', 'Copy');\n case MoveCopyAction.MOVE_OR_COPY:\n return t('files', 'Move or copy');\n }\n },\n iconSvgInline: () => FolderMoveSvg,\n enabled(nodes) {\n // We only support moving/copying files within the user folder\n if (!nodes.every(node => node.root?.startsWith('/files/'))) {\n return false;\n }\n return nodes.length > 0 && (canMove(nodes) || canCopy(nodes));\n },\n async exec(node, view, dir) {\n const action = getActionForNodes([node]);\n try {\n await openFilePickerForAction(action, dir, node);\n return true;\n }\n catch (error) {\n if (error instanceof Error && !!error.message) {\n showError(error.message);\n // Silent action as we handle the toast\n return null;\n }\n return false;\n }\n },\n order: 15,\n});\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { join } from 'path';\nimport { Permission, Node, FileType, View, FileAction, DefaultType } from '@nextcloud/files';\nimport { translate as t } from '@nextcloud/l10n';\nimport FolderSvg from '@mdi/svg/svg/folder.svg?raw';\nexport const action = new FileAction({\n id: 'open-folder',\n displayName(files) {\n // Only works on single node\n const displayName = files[0].attributes.displayName || files[0].basename;\n return t('files', 'Open folder {displayName}', { displayName });\n },\n iconSvgInline: () => FolderSvg,\n enabled(nodes) {\n // Only works on single node\n if (nodes.length !== 1) {\n return false;\n }\n const node = nodes[0];\n if (!node.isDavRessource) {\n return false;\n }\n return node.type === FileType.Folder\n && (node.permissions & Permission.READ) !== 0;\n },\n async exec(node, view, dir) {\n if (!node || node.type !== FileType.Folder) {\n return false;\n }\n window.OCP.Files.Router.goToRoute(null, { view: view.id, fileid: node.fileid }, { dir: join(dir, node.basename) });\n return null;\n },\n // Main action if enabled, meaning folders only\n default: DefaultType.HIDDEN,\n order: -100,\n});\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { translate as t } from '@nextcloud/l10n';\nimport { FileType, FileAction, DefaultType } from '@nextcloud/files';\n/**\n * TODO: Move away from a redirect and handle\n * navigation straight out of the recent view\n */\nexport const action = new FileAction({\n id: 'open-in-files-recent',\n displayName: () => t('files', 'Open in Files'),\n iconSvgInline: () => '',\n enabled: (nodes, view) => view.id === 'recent',\n async exec(node) {\n let dir = node.dirname;\n if (node.type === FileType.Folder) {\n dir = dir + '/' + node.basename;\n }\n window.OCP.Files.Router.goToRoute(null, // use default route\n { view: 'files', fileid: node.fileid }, { dir });\n return null;\n },\n // Before openFolderAction\n order: -1000,\n default: DefaultType.HIDDEN,\n});\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { emit } from '@nextcloud/event-bus';\nimport { Permission, FileAction } from '@nextcloud/files';\nimport { translate as t } from '@nextcloud/l10n';\nimport PencilSvg from '@mdi/svg/svg/pencil.svg?raw';\nexport const ACTION_DETAILS = 'details';\nexport const action = new FileAction({\n id: 'rename',\n displayName: () => t('files', 'Rename'),\n iconSvgInline: () => PencilSvg,\n enabled: (nodes) => {\n return nodes.length > 0 && nodes\n .map(node => node.permissions)\n .every(permission => (permission & Permission.UPDATE) !== 0);\n },\n async exec(node) {\n // Renaming is a built-in feature of the files app\n emit('files:node:rename', node);\n return null;\n },\n order: 10,\n});\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { Permission, View, FileAction, FileType } from '@nextcloud/files';\nimport { translate as t } from '@nextcloud/l10n';\nimport InformationSvg from '@mdi/svg/svg/information-variant.svg?raw';\nimport logger from '../logger.js';\nexport const ACTION_DETAILS = 'details';\nexport const action = new FileAction({\n id: ACTION_DETAILS,\n displayName: () => t('files', 'Open details'),\n iconSvgInline: () => InformationSvg,\n // Sidebar currently supports user folder only, /files/USER\n enabled: (nodes) => {\n // Only works on single node\n if (nodes.length !== 1) {\n return false;\n }\n if (!nodes[0]) {\n return false;\n }\n // Only work if the sidebar is available\n if (!window?.OCA?.Files?.Sidebar) {\n return false;\n }\n return (nodes[0].root?.startsWith('/files/') && nodes[0].permissions !== Permission.NONE) ?? false;\n },\n async exec(node, view, dir) {\n try {\n // TODO: migrate Sidebar to use a Node instead\n await window.OCA.Files.Sidebar.open(node.path);\n // Silently update current fileid\n window.OCP.Files.Router.goToRoute(null, { view: view.id, fileid: node.fileid }, { dir }, true);\n return null;\n }\n catch (error) {\n logger.error('Error while opening sidebar', { error });\n return false;\n }\n },\n order: -50,\n});\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { Node, FileType, Permission, View, FileAction } from '@nextcloud/files';\nimport { translate as t } from '@nextcloud/l10n';\nimport FolderMoveSvg from '@mdi/svg/svg/folder-move.svg?raw';\nexport const action = new FileAction({\n id: 'view-in-folder',\n displayName() {\n return t('files', 'View in folder');\n },\n iconSvgInline: () => FolderMoveSvg,\n enabled(nodes) {\n // Only works on single node\n if (nodes.length !== 1) {\n return false;\n }\n const node = nodes[0];\n if (!node.isDavRessource) {\n return false;\n }\n if (node.permissions === Permission.NONE) {\n return false;\n }\n return node.type === FileType.File;\n },\n async exec(node, view, dir) {\n if (!node || node.type !== FileType.File) {\n return false;\n }\n window.OCP.Files.Router.goToRoute(null, { view: 'files', fileid: node.fileid }, { dir: node.dirname });\n return null;\n },\n order: 80,\n});\n","import { basename, extname } from 'path';\nimport { emit } from '@nextcloud/event-bus';\nimport { getCurrentUser } from '@nextcloud/auth';\nimport { Permission, Folder } from '@nextcloud/files';\nimport { showSuccess } from '@nextcloud/dialogs';\nimport { translate as t } from '@nextcloud/l10n';\nimport axios from '@nextcloud/axios';\nimport FolderPlusSvg from '@mdi/svg/svg/folder-plus.svg?raw';\nimport logger from '../logger';\nconst createNewFolder = async (root, name) => {\n const source = root.source + '/' + name;\n const encodedSource = root.encodedSource + '/' + encodeURIComponent(name);\n const response = await axios({\n method: 'MKCOL',\n url: encodedSource,\n headers: {\n Overwrite: 'F',\n },\n });\n return {\n fileid: parseInt(response.headers['oc-fileid']),\n source,\n };\n};\n// TODO: move to @nextcloud/files\nexport const getUniqueName = (name, names) => {\n let newName = name;\n let i = 1;\n while (names.includes(newName)) {\n const ext = extname(name);\n newName = `${basename(name, ext)} (${i++})${ext}`;\n }\n return newName;\n};\nexport const entry = {\n id: 'newFolder',\n displayName: t('files', 'New folder'),\n enabled: (context) => (context.permissions & Permission.CREATE) !== 0,\n iconSvgInline: FolderPlusSvg,\n order: 0,\n async handler(context, content) {\n const contentNames = content.map((node) => node.basename);\n const name = getUniqueName(t('files', 'New folder'), contentNames);\n const { fileid, source } = await createNewFolder(context, name);\n // Create the folder in the store\n const folder = new Folder({\n source,\n id: fileid,\n mtime: new Date(),\n owner: getCurrentUser()?.uid || null,\n permissions: Permission.ALL,\n root: context?.root || '/files/' + getCurrentUser()?.uid,\n });\n showSuccess(t('files', 'Created new folder \"{name}\"', { name: basename(source) }));\n logger.debug('Created new folder', { folder, source });\n emit('files:node:created', folder);\n emit('files:node:rename', folder);\n },\n};\n","const inWebWorker = typeof WorkerGlobalScope !== \"undefined\" &&\n self instanceof WorkerGlobalScope;\nconst root = inWebWorker\n ? self\n : typeof window !== \"undefined\"\n ? window\n : globalThis;\nexport const fetch = root.fetch.bind(root);\nexport const Headers = root.Headers;\nexport const Request = root.Request;\nexport const Response = root.Response;\n","import { sequence } from \"./functions.js\";\nconst HOT_PATCHER_TYPE = \"@@HOTPATCHER\";\nconst NOOP = () => { };\nfunction createNewItem(method) {\n return {\n original: method,\n methods: [method],\n final: false\n };\n}\n/**\n * Hot patching manager class\n */\nexport class HotPatcher {\n constructor() {\n this._configuration = {\n registry: {},\n getEmptyAction: \"null\"\n };\n this.__type__ = HOT_PATCHER_TYPE;\n }\n /**\n * Configuration object reference\n * @readonly\n */\n get configuration() {\n return this._configuration;\n }\n /**\n * The action to take when a non-set method is requested\n * Possible values: null/throw\n */\n get getEmptyAction() {\n return this.configuration.getEmptyAction;\n }\n set getEmptyAction(newAction) {\n this.configuration.getEmptyAction = newAction;\n }\n /**\n * Control another hot-patcher instance\n * Force the remote instance to use patched methods from calling instance\n * @param target The target instance to control\n * @param allowTargetOverrides Allow the target to override patched methods on\n * the controller (default is false)\n * @returns Returns self\n * @throws {Error} Throws if the target is invalid\n */\n control(target, allowTargetOverrides = false) {\n if (!target || target.__type__ !== HOT_PATCHER_TYPE) {\n throw new Error(\"Failed taking control of target HotPatcher instance: Invalid type or object\");\n }\n Object.keys(target.configuration.registry).forEach(foreignKey => {\n if (this.configuration.registry.hasOwnProperty(foreignKey)) {\n if (allowTargetOverrides) {\n this.configuration.registry[foreignKey] = Object.assign({}, target.configuration.registry[foreignKey]);\n }\n }\n else {\n this.configuration.registry[foreignKey] = Object.assign({}, target.configuration.registry[foreignKey]);\n }\n });\n target._configuration = this.configuration;\n return this;\n }\n /**\n * Execute a patched method\n * @param key The method key\n * @param args Arguments to pass to the method (optional)\n * @see HotPatcher#get\n * @returns The output of the called method\n */\n execute(key, ...args) {\n const method = this.get(key) || NOOP;\n return method(...args);\n }\n /**\n * Get a method for a key\n * @param key The method key\n * @returns Returns the requested function or null if the function\n * does not exist and the host is configured to return null (and not throw)\n * @throws {Error} Throws if the configuration specifies to throw and the method\n * does not exist\n * @throws {Error} Throws if the `getEmptyAction` value is invalid\n */\n get(key) {\n const item = this.configuration.registry[key];\n if (!item) {\n switch (this.getEmptyAction) {\n case \"null\":\n return null;\n case \"throw\":\n throw new Error(`Failed handling method request: No method provided for override: ${key}`);\n default:\n throw new Error(`Failed handling request which resulted in an empty method: Invalid empty-action specified: ${this.getEmptyAction}`);\n }\n }\n return sequence(...item.methods);\n }\n /**\n * Check if a method has been patched\n * @param key The function key\n * @returns True if already patched\n */\n isPatched(key) {\n return !!this.configuration.registry[key];\n }\n /**\n * Patch a method name\n * @param key The method key to patch\n * @param method The function to set\n * @param opts Patch options\n * @returns Returns self\n */\n patch(key, method, opts = {}) {\n const { chain = false } = opts;\n if (this.configuration.registry[key] && this.configuration.registry[key].final) {\n throw new Error(`Failed patching '${key}': Method marked as being final`);\n }\n if (typeof method !== \"function\") {\n throw new Error(`Failed patching '${key}': Provided method is not a function`);\n }\n if (chain) {\n // Add new method to the chain\n if (!this.configuration.registry[key]) {\n // New key, create item\n this.configuration.registry[key] = createNewItem(method);\n }\n else {\n // Existing, push the method\n this.configuration.registry[key].methods.push(method);\n }\n }\n else {\n // Replace the original\n if (this.isPatched(key)) {\n const { original } = this.configuration.registry[key];\n this.configuration.registry[key] = Object.assign(createNewItem(method), {\n original\n });\n }\n else {\n this.configuration.registry[key] = createNewItem(method);\n }\n }\n return this;\n }\n /**\n * Patch a method inline, execute it and return the value\n * Used for patching contents of functions. This method will not apply a patched\n * function if it has already been patched, allowing for external overrides to\n * function. It also means that the function is cached so that it is not\n * instantiated every time the outer function is invoked.\n * @param key The function key to use\n * @param method The function to patch (once, only if not patched)\n * @param args Arguments to pass to the function\n * @returns The output of the patched function\n * @example\n * function mySpecialFunction(a, b) {\n * return hotPatcher.patchInline(\"func\", (a, b) => {\n * return a + b;\n * }, a, b);\n * }\n */\n patchInline(key, method, ...args) {\n if (!this.isPatched(key)) {\n this.patch(key, method);\n }\n return this.execute(key, ...args);\n }\n /**\n * Patch a method (or methods) in sequential-mode\n * See `patch()` with the option `chain: true`\n * @see patch\n * @param key The key to patch\n * @param methods The methods to patch\n * @returns Returns self\n */\n plugin(key, ...methods) {\n methods.forEach(method => {\n this.patch(key, method, { chain: true });\n });\n return this;\n }\n /**\n * Restore a patched method if it has been overridden\n * @param key The method key\n * @returns Returns self\n */\n restore(key) {\n if (!this.isPatched(key)) {\n throw new Error(`Failed restoring method: No method present for key: ${key}`);\n }\n else if (typeof this.configuration.registry[key].original !== \"function\") {\n throw new Error(`Failed restoring method: Original method not found or of invalid type for key: ${key}`);\n }\n this.configuration.registry[key].methods = [this.configuration.registry[key].original];\n return this;\n }\n /**\n * Set a method as being final\n * This sets a method as having been finally overridden. Attempts at overriding\n * again will fail with an error.\n * @param key The key to make final\n * @returns Returns self\n */\n setFinal(key) {\n if (!this.configuration.registry.hasOwnProperty(key)) {\n throw new Error(`Failed marking '${key}' as final: No method found for key`);\n }\n this.configuration.registry[key].final = true;\n return this;\n }\n}\n","export function sequence(...methods) {\n if (methods.length === 0) {\n throw new Error(\"Failed creating sequence: No functions provided\");\n }\n return function __executeSequence(...args) {\n let result = args;\n const _this = this;\n while (methods.length > 0) {\n const method = methods.shift();\n result = [method.apply(_this, result)];\n }\n return result[0];\n };\n}\n","import { HotPatcher } from \"hot-patcher\";\nlet __patcher = null;\nexport function getPatcher() {\n if (!__patcher) {\n __patcher = new HotPatcher();\n }\n return __patcher;\n}\n","import md5 from \"md5\";\nimport { ha1Compute } from \"../tools/crypto.js\";\nconst NONCE_CHARS = \"abcdef0123456789\";\nconst NONCE_SIZE = 32;\nexport function createDigestContext(username, password, ha1) {\n return { username, password, ha1, nc: 0, algorithm: \"md5\", hasDigestAuth: false };\n}\nexport function generateDigestAuthHeader(options, digest) {\n const url = options.url.replace(\"//\", \"\");\n const uri = url.indexOf(\"/\") == -1 ? \"/\" : url.slice(url.indexOf(\"/\"));\n const method = options.method ? options.method.toUpperCase() : \"GET\";\n const qop = /(^|,)\\s*auth\\s*($|,)/.test(digest.qop) ? \"auth\" : false;\n const ncString = `00000000${digest.nc}`.slice(-8);\n const ha1 = ha1Compute(digest.algorithm, digest.username, digest.realm, digest.password, digest.nonce, digest.cnonce, digest.ha1);\n const ha2 = md5(`${method}:${uri}`);\n const digestResponse = qop\n ? md5(`${ha1}:${digest.nonce}:${ncString}:${digest.cnonce}:${qop}:${ha2}`)\n : md5(`${ha1}:${digest.nonce}:${ha2}`);\n const authValues = {\n username: digest.username,\n realm: digest.realm,\n nonce: digest.nonce,\n uri,\n qop,\n response: digestResponse,\n nc: ncString,\n cnonce: digest.cnonce,\n algorithm: digest.algorithm,\n opaque: digest.opaque\n };\n const authHeader = [];\n for (const k in authValues) {\n if (authValues[k]) {\n if (k === \"qop\" || k === \"nc\" || k === \"algorithm\") {\n authHeader.push(`${k}=${authValues[k]}`);\n }\n else {\n authHeader.push(`${k}=\"${authValues[k]}\"`);\n }\n }\n }\n return `Digest ${authHeader.join(\", \")}`;\n}\nfunction makeNonce() {\n let uid = \"\";\n for (let i = 0; i < NONCE_SIZE; ++i) {\n uid = `${uid}${NONCE_CHARS[Math.floor(Math.random() * NONCE_CHARS.length)]}`;\n }\n return uid;\n}\nexport function parseDigestAuth(response, _digest) {\n const authHeader = (response.headers && response.headers.get(\"www-authenticate\")) || \"\";\n if (authHeader.split(/\\s/)[0].toLowerCase() !== \"digest\") {\n return false;\n }\n const re = /([a-z0-9_-]+)=(?:\"([^\"]+)\"|([a-z0-9_-]+))/gi;\n for (;;) {\n const match = re.exec(authHeader);\n if (!match) {\n break;\n }\n _digest[match[1]] = match[2] || match[3];\n }\n _digest.nc += 1;\n _digest.cnonce = makeNonce();\n return true;\n}\n","import md5 from \"md5\";\nexport function ha1Compute(algorithm, user, realm, pass, nonce, cnonce, ha1) {\n const ha1Hash = ha1 || md5(`${user}:${realm}:${pass}`);\n if (algorithm && algorithm.toLowerCase() === \"md5-sess\") {\n return md5(`${ha1Hash}:${nonce}:${cnonce}`);\n }\n return ha1Hash;\n}\n","export function cloneShallow(obj) {\n return isPlainObject(obj)\n ? Object.assign({}, obj)\n : Object.setPrototypeOf(Object.assign({}, obj), Object.getPrototypeOf(obj));\n}\nfunction isPlainObject(obj) {\n if (typeof obj !== \"object\" ||\n obj === null ||\n Object.prototype.toString.call(obj) != \"[object Object]\") {\n // Not an object\n return false;\n }\n if (Object.getPrototypeOf(obj) === null) {\n return true;\n }\n let proto = obj;\n // Find the prototype\n while (Object.getPrototypeOf(proto) !== null) {\n proto = Object.getPrototypeOf(proto);\n }\n return Object.getPrototypeOf(obj) === proto;\n}\nexport function merge(...args) {\n let output = null, items = [...args];\n while (items.length > 0) {\n const nextItem = items.shift();\n if (!output) {\n output = cloneShallow(nextItem);\n }\n else {\n output = mergeObjects(output, nextItem);\n }\n }\n return output;\n}\nfunction mergeObjects(obj1, obj2) {\n const output = cloneShallow(obj1);\n Object.keys(obj2).forEach(key => {\n if (!output.hasOwnProperty(key)) {\n output[key] = obj2[key];\n return;\n }\n if (Array.isArray(obj2[key])) {\n output[key] = Array.isArray(output[key])\n ? [...output[key], ...obj2[key]]\n : [...obj2[key]];\n }\n else if (typeof obj2[key] === \"object\" && !!obj2[key]) {\n output[key] =\n typeof output[key] === \"object\" && !!output[key]\n ? mergeObjects(output[key], obj2[key])\n : cloneShallow(obj2[key]);\n }\n else {\n output[key] = obj2[key];\n }\n });\n return output;\n}\n","export function convertResponseHeaders(headers) {\n const output = {};\n for (const key of headers.keys()) {\n output[key] = headers.get(key);\n }\n return output;\n}\nexport function mergeHeaders(...headerPayloads) {\n if (headerPayloads.length === 0)\n return {};\n const headerKeys = {};\n return headerPayloads.reduce((output, headers) => {\n Object.keys(headers).forEach(header => {\n const lowerHeader = header.toLowerCase();\n if (headerKeys.hasOwnProperty(lowerHeader)) {\n output[headerKeys[lowerHeader]] = headers[header];\n }\n else {\n headerKeys[lowerHeader] = header;\n output[header] = headers[header];\n }\n });\n return output;\n }, {});\n}\n","const hasArrayBuffer = typeof ArrayBuffer === \"function\";\nconst { toString: objToString } = Object.prototype;\n// Taken from: https://github.com/fengyuanchen/is-array-buffer/blob/master/src/index.js\nexport function isArrayBuffer(value) {\n return (hasArrayBuffer &&\n (value instanceof ArrayBuffer || objToString.call(value) === \"[object ArrayBuffer]\"));\n}\n","import { Agent as HTTPAgent } from \"http\";\nimport { Agent as HTTPSAgent } from \"https\";\nimport { fetch } from \"@buttercup/fetch\";\nimport { getPatcher } from \"./compat/patcher.js\";\nimport { isWeb } from \"./compat/env.js\";\nimport { generateDigestAuthHeader, parseDigestAuth } from \"./auth/digest.js\";\nimport { cloneShallow, merge } from \"./tools/merge.js\";\nimport { mergeHeaders } from \"./tools/headers.js\";\nimport { requestDataToFetchBody } from \"./tools/body.js\";\nfunction _request(requestOptions) {\n const patcher = getPatcher();\n return patcher.patchInline(\"request\", (options) => patcher.patchInline(\"fetch\", fetch, options.url, getFetchOptions(options)), requestOptions);\n}\nfunction getFetchOptions(requestOptions) {\n let headers = {};\n // Handle standard options\n const opts = {\n method: requestOptions.method\n };\n if (requestOptions.headers) {\n headers = mergeHeaders(headers, requestOptions.headers);\n }\n if (typeof requestOptions.data !== \"undefined\") {\n const [body, newHeaders] = requestDataToFetchBody(requestOptions.data);\n opts.body = body;\n headers = mergeHeaders(headers, newHeaders);\n }\n if (requestOptions.signal) {\n opts.signal = requestOptions.signal;\n }\n if (requestOptions.withCredentials) {\n opts.credentials = \"include\";\n }\n // Check for node-specific options\n if (!isWeb()) {\n if (requestOptions.httpAgent || requestOptions.httpsAgent) {\n opts.agent = (parsedURL) => {\n if (parsedURL.protocol === \"http:\") {\n return requestOptions.httpAgent || new HTTPAgent();\n }\n return requestOptions.httpsAgent || new HTTPSAgent();\n };\n }\n }\n // Attach headers\n opts.headers = headers;\n return opts;\n}\nexport function prepareRequestOptions(requestOptions, context, userOptions) {\n const finalOptions = cloneShallow(requestOptions);\n finalOptions.headers = mergeHeaders(context.headers, finalOptions.headers || {}, userOptions.headers || {});\n if (typeof userOptions.data !== \"undefined\") {\n finalOptions.data = userOptions.data;\n }\n if (userOptions.signal) {\n finalOptions.signal = userOptions.signal;\n }\n if (context.httpAgent) {\n finalOptions.httpAgent = context.httpAgent;\n }\n if (context.httpsAgent) {\n finalOptions.httpsAgent = context.httpsAgent;\n }\n if (context.digest) {\n finalOptions._digest = context.digest;\n }\n if (typeof context.withCredentials === \"boolean\") {\n finalOptions.withCredentials = context.withCredentials;\n }\n return finalOptions;\n}\nexport async function request(requestOptions) {\n // Client not configured for digest authentication\n if (!requestOptions._digest) {\n return _request(requestOptions);\n }\n // Remove client's digest authentication object from request options\n const _digest = requestOptions._digest;\n delete requestOptions._digest;\n // If client is already using digest authentication, include the digest authorization header\n if (_digest.hasDigestAuth) {\n requestOptions = merge(requestOptions, {\n headers: {\n Authorization: generateDigestAuthHeader(requestOptions, _digest)\n }\n });\n }\n // Perform digest request + check\n const response = await _request(requestOptions);\n if (response.status == 401) {\n _digest.hasDigestAuth = parseDigestAuth(response, _digest);\n if (_digest.hasDigestAuth) {\n requestOptions = merge(requestOptions, {\n headers: {\n Authorization: generateDigestAuthHeader(requestOptions, _digest)\n }\n });\n const response2 = await _request(requestOptions);\n if (response2.status == 401) {\n _digest.hasDigestAuth = false;\n }\n else {\n _digest.nc++;\n }\n return response2;\n }\n }\n else {\n _digest.nc++;\n }\n return response;\n}\n","import Stream from \"stream\";\nimport { isArrayBuffer } from \"../compat/arrayBuffer.js\";\nimport { isBuffer } from \"../compat/buffer.js\";\nimport { isWeb } from \"../compat/env.js\";\nexport function requestDataToFetchBody(data) {\n if (!isWeb() && data instanceof Stream.Readable) {\n // @ts-ignore\n return [data, {}];\n }\n if (typeof data === \"string\") {\n return [data, {}];\n }\n else if (isBuffer(data)) {\n return [data, {}];\n }\n else if (isArrayBuffer(data)) {\n return [data, {}];\n }\n else if (data && typeof data === \"object\") {\n return [\n JSON.stringify(data),\n {\n \"content-type\": \"application/json\"\n }\n ];\n }\n throw new Error(`Unable to convert request body: Unexpected body type: ${typeof data}`);\n}\n","export function isBuffer(value) {\n return (value != null &&\n value.constructor != null &&\n typeof value.constructor.isBuffer === \"function\" &&\n value.constructor.isBuffer(value));\n}\n","import { createClient, getPatcher } from 'webdav';\nimport { generateRemoteUrl } from '@nextcloud/router';\nimport { getCurrentUser, getRequestToken } from '@nextcloud/auth';\nimport { request } from 'webdav/dist/node/request.js';\nexport const rootPath = `/files/${getCurrentUser()?.uid}`;\nexport const defaultRootUrl = generateRemoteUrl('dav' + rootPath);\nexport const getClient = (rootUrl = defaultRootUrl) => {\n const client = createClient(rootUrl, {\n headers: {\n requesttoken: getRequestToken() || '',\n },\n });\n /**\n * Allow to override the METHOD to support dav REPORT\n *\n * @see https://github.com/perry-mitchell/webdav-client/blob/8d9694613c978ce7404e26a401c39a41f125f87f/source/request.ts\n */\n const patcher = getPatcher();\n // eslint-disable-next-line @typescript-eslint/ban-ts-comment\n // @ts-ignore\n // https://github.com/perry-mitchell/hot-patcher/issues/6\n patcher.patch('request', (options) => {\n if (options.headers?.method) {\n options.method = options.headers.method;\n delete options.headers.method;\n }\n return request(options);\n });\n return client;\n};\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nexport const hashCode = function (str) {\n return str.split('').reduce(function (a, b) {\n a = ((a << 5) - a) + b.charCodeAt(0);\n return a & a;\n }, 0);\n};\n","import { CancelablePromise } from 'cancelable-promise';\nimport { File, Folder, davParsePermissions, davGetDefaultPropfind } from '@nextcloud/files';\nimport { generateRemoteUrl } from '@nextcloud/router';\nimport { getCurrentUser } from '@nextcloud/auth';\nimport { getClient, rootPath } from './WebdavClient';\nimport { hashCode } from '../utils/hashUtils';\nimport logger from '../logger';\nconst client = getClient();\nexport const resultToNode = function (node) {\n const props = node.props;\n const permissions = davParsePermissions(props?.permissions);\n const owner = getCurrentUser()?.uid;\n const source = generateRemoteUrl('dav' + rootPath + node.filename);\n const id = props?.fileid < 0\n ? hashCode(source)\n : props?.fileid || 0;\n const nodeData = {\n id,\n source,\n mtime: new Date(node.lastmod),\n mime: node.mime,\n size: props?.size || 0,\n permissions,\n owner,\n root: rootPath,\n attributes: {\n ...node,\n ...props,\n hasPreview: props?.['has-preview'],\n failed: props?.fileid < 0,\n },\n };\n delete nodeData.attributes.props;\n return node.type === 'file'\n ? new File(nodeData)\n : new Folder(nodeData);\n};\nexport const getContents = (path = '/') => {\n const controller = new AbortController();\n const propfindPayload = davGetDefaultPropfind();\n return new CancelablePromise(async (resolve, reject, onCancel) => {\n onCancel(() => controller.abort());\n try {\n const contentsResponse = await client.getDirectoryContents(path, {\n details: true,\n data: propfindPayload,\n includeSelf: true,\n signal: controller.signal,\n });\n const root = contentsResponse.data[0];\n const contents = contentsResponse.data.slice(1);\n if (root.filename !== path) {\n throw new Error('Root node does not match requested path');\n }\n resolve({\n folder: resultToNode(root),\n contents: contents.map(result => {\n try {\n return resultToNode(result);\n }\n catch (error) {\n logger.error(`Invalid node detected '${result.basename}'`, { error });\n return null;\n }\n }).filter(Boolean),\n });\n }\n catch (error) {\n reject(error);\n }\n });\n};\n","import { Folder, getDavNameSpaces, getDavProperties, davGetDefaultPropfind } from '@nextcloud/files';\nimport { getClient } from './WebdavClient';\nimport { resultToNode } from './Files';\nconst client = getClient();\nconst reportPayload = `\n\n\t\n\t\t${getDavProperties()}\n\t\n\t\n\t\t1\n\t\n`;\nexport const getContents = async (path = '/') => {\n const propfindPayload = davGetDefaultPropfind();\n // Get root folder\n let rootResponse;\n if (path === '/') {\n rootResponse = await client.stat(path, {\n details: true,\n data: propfindPayload,\n });\n }\n const contentsResponse = await client.getDirectoryContents(path, {\n details: true,\n // Only filter favorites if we're at the root\n data: path === '/' ? reportPayload : propfindPayload,\n headers: {\n // Patched in WebdavClient.ts\n method: path === '/' ? 'REPORT' : 'PROPFIND',\n },\n includeSelf: true,\n });\n const root = rootResponse?.data || contentsResponse.data[0];\n const contents = contentsResponse.data.filter(node => node.filename !== path);\n return {\n folder: resultToNode(root),\n contents: contents.map(resultToNode),\n };\n};\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { basename } from 'path';\nimport { getLanguage, translate as t } from '@nextcloud/l10n';\nimport { loadState } from '@nextcloud/initial-state';\nimport { Node, FileType, View, getNavigation } from '@nextcloud/files';\nimport { subscribe } from '@nextcloud/event-bus';\nimport FolderSvg from '@mdi/svg/svg/folder.svg?raw';\nimport StarSvg from '@mdi/svg/svg/star.svg?raw';\nimport { getContents } from '../services/Favorites';\nimport { hashCode } from '../utils/hashUtils';\nimport logger from '../logger';\nexport const generateFolderView = function (folder, index = 0) {\n return new View({\n id: generateIdFromPath(folder),\n name: basename(folder),\n icon: FolderSvg,\n order: index,\n params: {\n dir: folder,\n view: 'favorites',\n },\n parent: 'favorites',\n columns: [],\n getContents,\n });\n};\nexport const generateIdFromPath = function (path) {\n return `favorite-${hashCode(path)}`;\n};\nexport default () => {\n // Load state in function for mock testing purposes\n const favoriteFolders = loadState('files', 'favoriteFolders', []);\n const favoriteFoldersViews = favoriteFolders.map((folder, index) => generateFolderView(folder, index));\n const Navigation = getNavigation();\n Navigation.register(new View({\n id: 'favorites',\n name: t('files', 'Favorites'),\n caption: t('files', 'List of favorites files and folders.'),\n emptyTitle: t('files', 'No favorites yet'),\n emptyCaption: t('files', 'Files and folders you mark as favorite will show up here'),\n icon: StarSvg,\n order: 5,\n columns: [],\n getContents,\n }));\n favoriteFoldersViews.forEach(view => Navigation.register(view));\n /**\n * Update favourites navigation when a new folder is added\n */\n subscribe('files:favorites:added', (node) => {\n if (node.type !== FileType.Folder) {\n return;\n }\n // Sanity check\n if (node.path === null || !node.root?.startsWith('/files')) {\n logger.error('Favorite folder is not within user files root', { node });\n return;\n }\n addPathToFavorites(node.path);\n });\n /**\n * Remove favourites navigation when a folder is removed\n */\n subscribe('files:favorites:removed', (node) => {\n if (node.type !== FileType.Folder) {\n return;\n }\n // Sanity check\n if (node.path === null || !node.root?.startsWith('/files')) {\n logger.error('Favorite folder is not within user files root', { node });\n return;\n }\n removePathFromFavorites(node.path);\n });\n /**\n * Sort the favorites paths array and\n * update the order property of the existing views\n */\n const updateAndSortViews = function () {\n favoriteFolders.sort((a, b) => a.localeCompare(b, getLanguage(), { ignorePunctuation: true }));\n favoriteFolders.forEach((folder, index) => {\n const view = favoriteFoldersViews.find(view => view.id === generateIdFromPath(folder));\n if (view) {\n view.order = index;\n }\n });\n };\n // Add a folder to the favorites paths array and update the views\n const addPathToFavorites = function (path) {\n const view = generateFolderView(path);\n // Skip if already exists\n if (favoriteFolders.find(folder => folder === path)) {\n return;\n }\n // Update arrays\n favoriteFolders.push(path);\n favoriteFoldersViews.push(view);\n // Update and sort views\n updateAndSortViews();\n Navigation.register(view);\n };\n // Remove a folder from the favorites paths array and update the views\n const removePathFromFavorites = function (path) {\n const id = generateIdFromPath(path);\n const index = favoriteFolders.findIndex(folder => folder === path);\n // Skip if not exists\n if (index === -1) {\n return;\n }\n // Update arrays\n favoriteFolders.splice(index, 1);\n favoriteFoldersViews.splice(index, 1);\n // Update and sort views\n Navigation.remove(id);\n updateAndSortViews();\n };\n};\n","import { Folder, Permission, getDavNameSpaces, getDavProperties } from '@nextcloud/files';\nimport { generateRemoteUrl } from '@nextcloud/router';\nimport { getCurrentUser } from '@nextcloud/auth';\nimport { getClient, rootPath } from './WebdavClient';\nimport { resultToNode } from './Files';\nconst client = getClient(generateRemoteUrl('dav'));\nconst lastTwoWeeksTimestamp = Math.round((Date.now() / 1000) - (60 * 60 * 24 * 14));\nconst searchPayload = `\n\n\t\n\t\t\n\t\t\t\n\t\t\t\t${getDavProperties()}\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t/files/${getCurrentUser()?.uid}/\n\t\t\t\tinfinity\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\thttpd/unix-directory\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t0\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t${lastTwoWeeksTimestamp}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t100\n\t\t\t0\n\t\t\n\t\n`;\nexport const getContents = async (path = '/') => {\n const contentsResponse = await client.getDirectoryContents(path, {\n details: true,\n data: searchPayload,\n headers: {\n // Patched in WebdavClient.ts\n method: 'SEARCH',\n // Somehow it's needed to get the correct response\n 'Content-Type': 'application/xml; charset=utf-8',\n },\n deep: true,\n });\n const contents = contentsResponse.data;\n return {\n folder: new Folder({\n id: 0,\n source: generateRemoteUrl('dav' + rootPath),\n root: rootPath,\n owner: getCurrentUser()?.uid || null,\n permissions: Permission.READ,\n }),\n contents: contents.map(resultToNode),\n };\n};\n","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return (_vm.opened)?_c('NcModal',{staticClass:\"templates-picker\",attrs:{\"clear-view-delay\":-1,\"size\":\"large\"},on:{\"close\":_vm.close}},[_c('form',{staticClass:\"templates-picker__form\",style:(_vm.style),on:{\"submit\":function($event){$event.preventDefault();$event.stopPropagation();return _vm.onSubmit.apply(null, arguments)}}},[_c('h2',[_vm._v(_vm._s(_vm.t('files', 'Pick a template for {name}', { name: _vm.nameWithoutExt })))]),_vm._v(\" \"),_c('ul',{staticClass:\"templates-picker__list\"},[_c('TemplatePreview',_vm._b({attrs:{\"checked\":_vm.checked === _vm.emptyTemplate.fileid},on:{\"check\":_vm.onCheck}},'TemplatePreview',_vm.emptyTemplate,false)),_vm._v(\" \"),_vm._l((_vm.provider.templates),function(template){return _c('TemplatePreview',_vm._b({key:template.fileid,attrs:{\"checked\":_vm.checked === template.fileid,\"ratio\":_vm.provider.ratio},on:{\"check\":_vm.onCheck}},'TemplatePreview',template,false))})],2),_vm._v(\" \"),_c('div',{staticClass:\"templates-picker__buttons\"},[_c('input',{staticClass:\"primary\",attrs:{\"type\":\"submit\",\"aria-label\":_vm.t('files', 'Create a new file with the selected template')},domProps:{\"value\":_vm.t('files', 'Create')}})])]),_vm._v(\" \"),(_vm.loading)?_c('NcEmptyContent',{staticClass:\"templates-picker__loading\",attrs:{\"icon\":\"icon-loading\"}},[_vm._v(\"\\n\\t\\t\"+_vm._s(_vm.t('files', 'Creating file'))+\"\\n\\t\")]):_vm._e()],1):_vm._e()\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","/**\n * @copyright Copyright (c) 2021 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { FileType } from '@nextcloud/files';\nimport { translate as t, translatePlural as n } from '@nextcloud/l10n';\nexport const encodeFilePath = function (path) {\n const pathSections = (path.startsWith('/') ? path : `/${path}`).split('/');\n let relativePath = '';\n pathSections.forEach((section) => {\n if (section !== '') {\n relativePath += '/' + encodeURIComponent(section);\n }\n });\n return relativePath;\n};\n/**\n * Extract dir and name from file path\n *\n * @param {string} path the full path\n * @return {string[]} [dirPath, fileName]\n */\nexport const extractFilePaths = function (path) {\n const pathSections = path.split('/');\n const fileName = pathSections[pathSections.length - 1];\n const dirPath = pathSections.slice(0, pathSections.length - 1).join('/');\n return [dirPath, fileName];\n};\n/**\n * Generate a translated summary of an array of nodes\n * @param {Node[]} nodes the nodes to summarize\n * @return {string}\n */\nexport const getSummaryFor = (nodes) => {\n const fileCount = nodes.filter(node => node.type === FileType.File).length;\n const folderCount = nodes.filter(node => node.type === FileType.Folder).length;\n if (fileCount === 0) {\n return n('files', '{folderCount} folder', '{folderCount} folders', folderCount, { folderCount });\n }\n else if (folderCount === 0) {\n return n('files', '{fileCount} file', '{fileCount} files', fileCount, { fileCount });\n }\n if (fileCount === 1) {\n return n('files', '1 file and {folderCount} folder', '1 file and {folderCount} folders', folderCount, { folderCount });\n }\n if (folderCount === 1) {\n return n('files', '{fileCount} file and 1 folder', '{fileCount} files and 1 folder', fileCount, { fileCount });\n }\n return t('files', '{fileCount} files and {folderCount} folders', { fileCount, folderCount });\n};\n","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./TemplatePreview.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./TemplatePreview.vue?vue&type=script&lang=js\"","\n\n\n\n\n\n\n","/**\n * @copyright Copyright (c) 2019 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\n\nimport { generateRemoteUrl } from '@nextcloud/router'\nimport { getCurrentUser } from '@nextcloud/auth'\n\nexport const getRootPath = function() {\n\tif (getCurrentUser()) {\n\t\treturn generateRemoteUrl(`dav/files/${getCurrentUser().uid}`)\n\t} else {\n\t\treturn generateRemoteUrl('webdav').replace('/remote.php', '/public.php')\n\t}\n}\n\nexport const isPublic = function() {\n\treturn !getCurrentUser()\n}\n\nexport const getToken = function() {\n\treturn document.getElementById('sharingToken') && document.getElementById('sharingToken').value\n}\n","\n import API from \"!../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./TemplatePreview.vue?vue&type=style&index=0&id=0859a92c&prod&lang=scss&scoped=true\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./TemplatePreview.vue?vue&type=style&index=0&id=0859a92c&prod&lang=scss&scoped=true\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./TemplatePreview.vue?vue&type=template&id=0859a92c&scoped=true\"\nimport script from \"./TemplatePreview.vue?vue&type=script&lang=js\"\nexport * from \"./TemplatePreview.vue?vue&type=script&lang=js\"\nimport style0 from \"./TemplatePreview.vue?vue&type=style&index=0&id=0859a92c&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"0859a92c\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('li',{staticClass:\"template-picker__item\"},[_c('input',{staticClass:\"radio\",attrs:{\"id\":_vm.id,\"type\":\"radio\",\"name\":\"template-picker\"},domProps:{\"checked\":_vm.checked},on:{\"change\":_vm.onCheck}}),_vm._v(\" \"),_c('label',{staticClass:\"template-picker__label\",attrs:{\"for\":_vm.id}},[_c('div',{staticClass:\"template-picker__preview\",class:_vm.failedPreview ? 'template-picker__preview--failed' : ''},[_c('img',{staticClass:\"template-picker__image\",attrs:{\"src\":_vm.realPreviewUrl,\"alt\":\"\",\"draggable\":\"false\"},on:{\"error\":_vm.onFailure}})]),_vm._v(\" \"),_c('span',{staticClass:\"template-picker__title\"},[_vm._v(\"\\n\\t\\t\\t\"+_vm._s(_vm.nameWithoutExt)+\"\\n\\t\\t\")])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./TemplatePicker.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./TemplatePicker.vue?vue&type=script&lang=ts\"","/**\n * @copyright Copyright (c) 2021 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\n\nimport { generateOcsUrl } from '@nextcloud/router'\nimport axios from '@nextcloud/axios'\n\nexport const getTemplates = async function() {\n\tconst response = await axios.get(generateOcsUrl('apps/files/api/v1/templates'))\n\treturn response.data.ocs.data\n}\n\n/**\n * Create a new file from a specified template\n *\n * @param {string} filePath The new file destination path\n * @param {string} templatePath The template source path\n * @param {string} templateType The template type e.g 'user'\n */\nexport const createFromTemplate = async function(filePath, templatePath, templateType) {\n\tconst response = await axios.post(generateOcsUrl('apps/files/api/v1/templates/create'), {\n\t\tfilePath,\n\t\ttemplatePath,\n\t\ttemplateType,\n\t})\n\treturn response.data.ocs.data\n}\n","\n import API from \"!../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./TemplatePicker.vue?vue&type=style&index=0&id=48121b39&prod&lang=scss&scoped=true\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./TemplatePicker.vue?vue&type=style&index=0&id=48121b39&prod&lang=scss&scoped=true\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./TemplatePicker.vue?vue&type=template&id=48121b39&scoped=true\"\nimport script from \"./TemplatePicker.vue?vue&type=script&lang=ts\"\nexport * from \"./TemplatePicker.vue?vue&type=script&lang=ts\"\nimport style0 from \"./TemplatePicker.vue?vue&type=style&index=0&id=48121b39&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"48121b39\",\n null\n \n)\n\nexport default component.exports","import { Folder, Node, Permission, addNewFileMenuEntry, removeNewFileMenuEntry } from '@nextcloud/files';\nimport { generateOcsUrl } from '@nextcloud/router';\nimport { getLoggerBuilder } from '@nextcloud/logger';\nimport { join } from 'path';\nimport { loadState } from '@nextcloud/initial-state';\nimport { showError } from '@nextcloud/dialogs';\nimport { translate as t, translatePlural as n } from '@nextcloud/l10n';\nimport axios from '@nextcloud/axios';\nimport Vue from 'vue';\nimport PlusSvg from '@mdi/svg/svg/plus.svg?raw';\nimport TemplatePickerView from './views/TemplatePicker.vue';\nimport { getUniqueName } from './newMenu/newFolder';\nimport { getCurrentUser } from '@nextcloud/auth';\n// Set up logger\nconst logger = getLoggerBuilder()\n .setApp('files')\n .detectUser()\n .build();\n// Add translates functions\nVue.mixin({\n methods: {\n t,\n n,\n },\n});\n// Create document root\nconst TemplatePickerRoot = document.createElement('div');\nTemplatePickerRoot.id = 'template-picker';\ndocument.body.appendChild(TemplatePickerRoot);\n// Retrieve and init templates\nlet templates = loadState('files', 'templates', []);\nlet templatesPath = loadState('files', 'templates_path', false);\nlogger.debug('Templates providers', templates);\nlogger.debug('Templates folder', { templatesPath });\n// Init vue app\nconst View = Vue.extend(TemplatePickerView);\nconst TemplatePicker = new View({\n name: 'TemplatePicker',\n propsData: {\n logger,\n },\n});\nTemplatePicker.$mount('#template-picker');\nif (!templatesPath) {\n logger.debug('Templates folder not initialized');\n addNewFileMenuEntry({\n id: 'template-picker',\n displayName: t('files', 'Create new templates folder'),\n iconSvgInline: PlusSvg,\n order: 10,\n enabled(context) {\n // Allow creation on your own folders only\n if (context.owner !== getCurrentUser()?.uid) {\n return false;\n }\n return (context.permissions & Permission.CREATE) !== 0;\n },\n handler(context, content) {\n // Check for conflicts\n const contentNames = content.map((node) => node.basename);\n const name = getUniqueName(t('files', 'Templates'), contentNames);\n // Create the template folder\n initTemplatesFolder(context, name);\n // Remove the menu entry\n removeNewFileMenuEntry('template-picker');\n },\n });\n}\n// Init template files menu\ntemplates.forEach((provider, index) => {\n addNewFileMenuEntry({\n id: `template-new-${provider.app}-${index}`,\n displayName: provider.label,\n // TODO: migrate to inline svg\n iconClass: provider.iconClass || 'icon-file',\n enabled(context) {\n return (context.permissions & Permission.CREATE) !== 0;\n },\n order: 11,\n handler(context, content) {\n // Check for conflicts\n const contentNames = content.map((node) => node.basename);\n const name = getUniqueName(provider.label + provider.extension, contentNames);\n // Create the file\n TemplatePicker.open(name, provider);\n },\n });\n});\n// Init template folder\nconst initTemplatesFolder = async function (directory, name) {\n const templatePath = join(directory.path, name);\n try {\n logger.debug('Initializing the templates directory', { templatePath });\n const response = await axios.post(generateOcsUrl('apps/files/api/v1/templates/path'), {\n templatePath,\n copySystemTemplates: true,\n });\n // Go to template directory\n window.OCP.Files.Router.goToRoute(null, // use default route\n { view: 'files', fileid: undefined }, { dir: templatePath });\n templates = response.data.ocs.data.templates;\n templatesPath = response.data.ocs.data.template_path;\n }\n catch (error) {\n logger.error('Unable to initialize the templates directory');\n showError(t('files', 'Unable to initialize the templates directory'));\n }\n};\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport MenuIcon from '@mdi/svg/svg/sun-compass.svg?raw';\nimport { FileAction, addNewFileMenuEntry, registerDavProperty, registerFileAction } from '@nextcloud/files';\nimport { action as deleteAction } from './actions/deleteAction';\nimport { action as downloadAction } from './actions/downloadAction';\nimport { action as editLocallyAction } from './actions/editLocallyAction';\nimport { action as favoriteAction } from './actions/favoriteAction';\nimport { action as moveOrCopyAction } from './actions/moveOrCopyAction';\nimport { action as openFolderAction } from './actions/openFolderAction';\nimport { action as openInFilesAction } from './actions/openInFilesAction';\nimport { action as renameAction } from './actions/renameAction';\nimport { action as sidebarAction } from './actions/sidebarAction';\nimport { action as viewInFolderAction } from './actions/viewInFolderAction';\nimport { entry as newFolderEntry } from './newMenu/newFolder';\nimport registerFavoritesView from './views/favorites';\nimport registerRecentView from './views/recent';\nimport registerFilesView from './views/files';\nimport registerPreviewServiceWorker from './services/ServiceWorker.js';\nimport './init-templates';\nimport { initLivePhotos } from './services/LivePhotos';\n// Register file actions\nregisterFileAction(deleteAction);\nregisterFileAction(downloadAction);\nregisterFileAction(editLocallyAction);\nregisterFileAction(favoriteAction);\nregisterFileAction(moveOrCopyAction);\nregisterFileAction(openFolderAction);\nregisterFileAction(openInFilesAction);\nregisterFileAction(renameAction);\nregisterFileAction(sidebarAction);\nregisterFileAction(viewInFolderAction);\n// Register new menu entry\naddNewFileMenuEntry(newFolderEntry);\n// Register files views\nregisterFavoritesView();\nregisterFilesView();\nregisterRecentView();\n// Register preview service worker\nregisterPreviewServiceWorker();\nregisterDavProperty('nc:hidden', { nc: 'http://nextcloud.org/ns' });\ninitLivePhotos();\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { translate as t } from '@nextcloud/l10n';\nimport FolderSvg from '@mdi/svg/svg/folder.svg?raw';\nimport { getContents } from '../services/Files';\nimport { View, getNavigation } from '@nextcloud/files';\nexport default () => {\n const Navigation = getNavigation();\n Navigation.register(new View({\n id: 'files',\n name: t('files', 'All files'),\n caption: t('files', 'List of your files and folders.'),\n icon: FolderSvg,\n order: 0,\n getContents,\n }));\n};\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { translate as t } from '@nextcloud/l10n';\nimport HistorySvg from '@mdi/svg/svg/history.svg?raw';\nimport { getContents } from '../services/Recent';\nimport { View, getNavigation } from '@nextcloud/files';\nexport default () => {\n const Navigation = getNavigation();\n Navigation.register(new View({\n id: 'recent',\n name: t('files', 'Recent'),\n caption: t('files', 'List of recently modified files and folders.'),\n emptyTitle: t('files', 'No recently modified files'),\n emptyCaption: t('files', 'Files and folders you recently modified will show up here.'),\n icon: HistorySvg,\n order: 2,\n defaultSortKey: 'mtime',\n getContents,\n }));\n};\n","/**\n * @copyright Copyright (c) 2019 Gary Kim \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { generateUrl } from '@nextcloud/router'\nimport logger from '../logger.js'\n\nexport default () => {\n\tif ('serviceWorker' in navigator) {\n\t\t// Use the window load event to keep the page load performant\n\t\twindow.addEventListener('load', async () => {\n\t\t\ttry {\n\t\t\t\tconst url = generateUrl('/apps/files/preview-service-worker.js', {}, { noRewrite: true })\n\t\t\t\tconst registration = await navigator.serviceWorker.register(url, { scope: '/' })\n\t\t\t\tlogger.debug('SW registered: ', { registration })\n\t\t\t} catch (error) {\n\t\t\t\tlogger.error('SW registration failed: ', { error })\n\t\t\t}\n\t\t})\n\t} else {\n\t\tlogger.debug('Service Worker is not enabled on this browser.')\n\t}\n}\n","/**\n * @copyright Copyright (c) 2023 Louis Chmn \n *\n * @author Louis Chmn \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { Node, registerDavProperty } from '@nextcloud/files';\nexport function initLivePhotos() {\n registerDavProperty('nc:metadata-files-live-photo', { nc: 'http://nextcloud.org/ns' });\n}\n/**\n * @param {Node} node - The node\n */\nexport function isLivePhoto(node) {\n return node.attributes['metadata-files-live-photo'] !== undefined;\n}\n","module.exports = {\n \"100\": \"Continue\",\n \"101\": \"Switching Protocols\",\n \"102\": \"Processing\",\n \"200\": \"OK\",\n \"201\": \"Created\",\n \"202\": \"Accepted\",\n \"203\": \"Non-Authoritative Information\",\n \"204\": \"No Content\",\n \"205\": \"Reset Content\",\n \"206\": \"Partial Content\",\n \"207\": \"Multi-Status\",\n \"208\": \"Already Reported\",\n \"226\": \"IM Used\",\n \"300\": \"Multiple Choices\",\n \"301\": \"Moved Permanently\",\n \"302\": \"Found\",\n \"303\": \"See Other\",\n \"304\": \"Not Modified\",\n \"305\": \"Use Proxy\",\n \"307\": \"Temporary Redirect\",\n \"308\": \"Permanent Redirect\",\n \"400\": \"Bad Request\",\n \"401\": \"Unauthorized\",\n \"402\": \"Payment Required\",\n \"403\": \"Forbidden\",\n \"404\": \"Not Found\",\n \"405\": \"Method Not Allowed\",\n \"406\": \"Not Acceptable\",\n \"407\": \"Proxy Authentication Required\",\n \"408\": \"Request Timeout\",\n \"409\": \"Conflict\",\n \"410\": \"Gone\",\n \"411\": \"Length Required\",\n \"412\": \"Precondition Failed\",\n \"413\": \"Payload Too Large\",\n \"414\": \"URI Too Long\",\n \"415\": \"Unsupported Media Type\",\n \"416\": \"Range Not Satisfiable\",\n \"417\": \"Expectation Failed\",\n \"418\": \"I'm a teapot\",\n \"421\": \"Misdirected Request\",\n \"422\": \"Unprocessable Entity\",\n \"423\": \"Locked\",\n \"424\": \"Failed Dependency\",\n \"425\": \"Unordered Collection\",\n \"426\": \"Upgrade Required\",\n \"428\": \"Precondition Required\",\n \"429\": \"Too Many Requests\",\n \"431\": \"Request Header Fields Too Large\",\n \"451\": \"Unavailable For Legal Reasons\",\n \"500\": \"Internal Server Error\",\n \"501\": \"Not Implemented\",\n \"502\": \"Bad Gateway\",\n \"503\": \"Service Unavailable\",\n \"504\": \"Gateway Timeout\",\n \"505\": \"HTTP Version Not Supported\",\n \"506\": \"Variant Also Negotiates\",\n \"507\": \"Insufficient Storage\",\n \"508\": \"Loop Detected\",\n \"509\": \"Bandwidth Limit Exceeded\",\n \"510\": \"Not Extended\",\n \"511\": \"Network Authentication Required\"\n}\n","function _typeof(obj) { \"@babel/helpers - typeof\"; return _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && \"function\" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj; }, _typeof(obj); }\n\n(function (global, factory) {\n if (typeof define === \"function\" && define.amd) {\n define([\"exports\"], factory);\n } else if (typeof exports !== \"undefined\") {\n factory(exports);\n } else {\n var mod = {\n exports: {}\n };\n factory(mod.exports);\n global.CancelablePromise = mod.exports;\n }\n})(typeof globalThis !== \"undefined\" ? globalThis : typeof self !== \"undefined\" ? self : this, function (_exports) {\n \"use strict\";\n\n Object.defineProperty(_exports, \"__esModule\", {\n value: true\n });\n _exports.CancelablePromise = void 0;\n _exports.cancelable = cancelable;\n _exports.default = void 0;\n _exports.isCancelablePromise = isCancelablePromise;\n\n function _inherits(subClass, superClass) { if (typeof superClass !== \"function\" && superClass !== null) { throw new TypeError(\"Super expression must either be null or a function\"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, \"prototype\", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }\n\n function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }\n\n function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }\n\n function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === \"object\" || typeof call === \"function\")) { return call; } else if (call !== void 0) { throw new TypeError(\"Derived constructors may only return object or undefined\"); } return _assertThisInitialized(self); }\n\n function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\"); } return self; }\n\n function _isNativeReflectConstruct() { if (typeof Reflect === \"undefined\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \"function\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\n\n function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }\n\n function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== \"undefined\" && o[Symbol.iterator] || o[\"@@iterator\"]; if (!it) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === \"number\") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError(\"Invalid attempt to iterate non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it.return != null) it.return(); } finally { if (didErr) throw err; } } }; }\n\n function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === \"string\") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === \"Object\" && o.constructor) n = o.constructor.name; if (n === \"Map\" || n === \"Set\") return Array.from(o); if (n === \"Arguments\" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }\n\n function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }\n\n function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\n function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\n\n function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, \"prototype\", { writable: false }); return Constructor; }\n\n function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\n\n function _classPrivateFieldInitSpec(obj, privateMap, value) { _checkPrivateRedeclaration(obj, privateMap); privateMap.set(obj, value); }\n\n function _checkPrivateRedeclaration(obj, privateCollection) { if (privateCollection.has(obj)) { throw new TypeError(\"Cannot initialize the same private elements twice on an object\"); } }\n\n function _classPrivateFieldGet(receiver, privateMap) { var descriptor = _classExtractFieldDescriptor(receiver, privateMap, \"get\"); return _classApplyDescriptorGet(receiver, descriptor); }\n\n function _classApplyDescriptorGet(receiver, descriptor) { if (descriptor.get) { return descriptor.get.call(receiver); } return descriptor.value; }\n\n function _classPrivateFieldSet(receiver, privateMap, value) { var descriptor = _classExtractFieldDescriptor(receiver, privateMap, \"set\"); _classApplyDescriptorSet(receiver, descriptor, value); return value; }\n\n function _classExtractFieldDescriptor(receiver, privateMap, action) { if (!privateMap.has(receiver)) { throw new TypeError(\"attempted to \" + action + \" private field on non-instance\"); } return privateMap.get(receiver); }\n\n function _classApplyDescriptorSet(receiver, descriptor, value) { if (descriptor.set) { descriptor.set.call(receiver, value); } else { if (!descriptor.writable) { throw new TypeError(\"attempted to set read only private field\"); } descriptor.value = value; } }\n\n var toStringTag = typeof Symbol !== 'undefined' ? Symbol.toStringTag : '@@toStringTag';\n\n var _internals = /*#__PURE__*/new WeakMap();\n\n var _promise = /*#__PURE__*/new WeakMap();\n\n var CancelablePromiseInternal = /*#__PURE__*/function () {\n function CancelablePromiseInternal(_ref) {\n var _ref$executor = _ref.executor,\n executor = _ref$executor === void 0 ? function () {} : _ref$executor,\n _ref$internals = _ref.internals,\n internals = _ref$internals === void 0 ? defaultInternals() : _ref$internals,\n _ref$promise = _ref.promise,\n promise = _ref$promise === void 0 ? new Promise(function (resolve, reject) {\n return executor(resolve, reject, function (onCancel) {\n internals.onCancelList.push(onCancel);\n });\n }) : _ref$promise;\n\n _classCallCheck(this, CancelablePromiseInternal);\n\n _classPrivateFieldInitSpec(this, _internals, {\n writable: true,\n value: void 0\n });\n\n _classPrivateFieldInitSpec(this, _promise, {\n writable: true,\n value: void 0\n });\n\n _defineProperty(this, toStringTag, 'CancelablePromise');\n\n this.cancel = this.cancel.bind(this);\n\n _classPrivateFieldSet(this, _internals, internals);\n\n _classPrivateFieldSet(this, _promise, promise || new Promise(function (resolve, reject) {\n return executor(resolve, reject, function (onCancel) {\n internals.onCancelList.push(onCancel);\n });\n }));\n }\n\n _createClass(CancelablePromiseInternal, [{\n key: \"then\",\n value: function then(onfulfilled, onrejected) {\n return makeCancelable(_classPrivateFieldGet(this, _promise).then(createCallback(onfulfilled, _classPrivateFieldGet(this, _internals)), createCallback(onrejected, _classPrivateFieldGet(this, _internals))), _classPrivateFieldGet(this, _internals));\n }\n }, {\n key: \"catch\",\n value: function _catch(onrejected) {\n return makeCancelable(_classPrivateFieldGet(this, _promise).catch(createCallback(onrejected, _classPrivateFieldGet(this, _internals))), _classPrivateFieldGet(this, _internals));\n }\n }, {\n key: \"finally\",\n value: function _finally(onfinally, runWhenCanceled) {\n var _this = this;\n\n if (runWhenCanceled) {\n _classPrivateFieldGet(this, _internals).onCancelList.push(onfinally);\n }\n\n return makeCancelable(_classPrivateFieldGet(this, _promise).finally(createCallback(function () {\n if (onfinally) {\n if (runWhenCanceled) {\n _classPrivateFieldGet(_this, _internals).onCancelList = _classPrivateFieldGet(_this, _internals).onCancelList.filter(function (callback) {\n return callback !== onfinally;\n });\n }\n\n return onfinally();\n }\n }, _classPrivateFieldGet(this, _internals))), _classPrivateFieldGet(this, _internals));\n }\n }, {\n key: \"cancel\",\n value: function cancel() {\n _classPrivateFieldGet(this, _internals).isCanceled = true;\n\n var callbacks = _classPrivateFieldGet(this, _internals).onCancelList;\n\n _classPrivateFieldGet(this, _internals).onCancelList = [];\n\n var _iterator = _createForOfIteratorHelper(callbacks),\n _step;\n\n try {\n for (_iterator.s(); !(_step = _iterator.n()).done;) {\n var callback = _step.value;\n\n if (typeof callback === 'function') {\n try {\n callback();\n } catch (err) {\n console.error(err);\n }\n }\n }\n } catch (err) {\n _iterator.e(err);\n } finally {\n _iterator.f();\n }\n }\n }, {\n key: \"isCanceled\",\n value: function isCanceled() {\n return _classPrivateFieldGet(this, _internals).isCanceled === true;\n }\n }]);\n\n return CancelablePromiseInternal;\n }();\n\n var CancelablePromise = /*#__PURE__*/function (_CancelablePromiseInt) {\n _inherits(CancelablePromise, _CancelablePromiseInt);\n\n var _super = _createSuper(CancelablePromise);\n\n function CancelablePromise(executor) {\n _classCallCheck(this, CancelablePromise);\n\n return _super.call(this, {\n executor: executor\n });\n }\n\n return _createClass(CancelablePromise);\n }(CancelablePromiseInternal);\n\n _exports.CancelablePromise = CancelablePromise;\n\n _defineProperty(CancelablePromise, \"all\", function all(iterable) {\n return makeAllCancelable(iterable, Promise.all(iterable));\n });\n\n _defineProperty(CancelablePromise, \"allSettled\", function allSettled(iterable) {\n return makeAllCancelable(iterable, Promise.allSettled(iterable));\n });\n\n _defineProperty(CancelablePromise, \"any\", function any(iterable) {\n return makeAllCancelable(iterable, Promise.any(iterable));\n });\n\n _defineProperty(CancelablePromise, \"race\", function race(iterable) {\n return makeAllCancelable(iterable, Promise.race(iterable));\n });\n\n _defineProperty(CancelablePromise, \"resolve\", function resolve(value) {\n return cancelable(Promise.resolve(value));\n });\n\n _defineProperty(CancelablePromise, \"reject\", function reject(reason) {\n return cancelable(Promise.reject(reason));\n });\n\n _defineProperty(CancelablePromise, \"isCancelable\", isCancelablePromise);\n\n var _default = CancelablePromise;\n _exports.default = _default;\n\n function cancelable(promise) {\n return makeCancelable(promise, defaultInternals());\n }\n\n function isCancelablePromise(promise) {\n return promise instanceof CancelablePromise || promise instanceof CancelablePromiseInternal;\n }\n\n function createCallback(onResult, internals) {\n if (onResult) {\n return function (arg) {\n if (!internals.isCanceled) {\n var result = onResult(arg);\n\n if (isCancelablePromise(result)) {\n internals.onCancelList.push(result.cancel);\n }\n\n return result;\n }\n\n return arg;\n };\n }\n }\n\n function makeCancelable(promise, internals) {\n return new CancelablePromiseInternal({\n internals: internals,\n promise: promise\n });\n }\n\n function makeAllCancelable(iterable, promise) {\n var internals = defaultInternals();\n internals.onCancelList.push(function () {\n var _iterator2 = _createForOfIteratorHelper(iterable),\n _step2;\n\n try {\n for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {\n var resolvable = _step2.value;\n\n if (isCancelablePromise(resolvable)) {\n resolvable.cancel();\n }\n }\n } catch (err) {\n _iterator2.e(err);\n } finally {\n _iterator2.f();\n }\n });\n return new CancelablePromiseInternal({\n internals: internals,\n promise: promise\n });\n }\n\n function defaultInternals() {\n return {\n isCanceled: false,\n onCancelList: []\n };\n }\n});\n//# sourceMappingURL=CancelablePromise.js.map","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../css-loader/dist/runtime/api.js\";\nimport ___CSS_LOADER_GET_URL_IMPORT___ from \"../../../css-loader/dist/runtime/getUrl.js\";\nvar ___CSS_LOADER_URL_IMPORT_0___ = new URL(\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTYiIHdpZHRoPSIxNiI+CiAgPHBhdGggZD0iTTE0IDEyLjNMMTIuMyAxNCA4IDkuNyAzLjcgMTQgMiAxMi4zIDYuMyA4IDIgMy43IDMuNyAyIDggNi4zIDEyLjMgMiAxNCAzLjcgOS43IDh6Ii8+Cjwvc3ZnPgo=\", import.meta.url);\nvar ___CSS_LOADER_URL_IMPORT_1___ = new URL(\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTYiIHdpZHRoPSIxNiI+CiAgPHBhdGggZD0iTTE0IDEyLjNMMTIuMyAxNCA4IDkuNyAzLjcgMTQgMiAxMi4zIDYuMyA4IDIgMy43IDMuNyAyIDggNi4zIDEyLjMgMiAxNCAzLjcgOS43IDh6IiBzdHlsZT0iZmlsbC1vcGFjaXR5OjE7ZmlsbDojZmZmZmZmIi8+Cjwvc3ZnPgo=\", import.meta.url);\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\nvar ___CSS_LOADER_URL_REPLACEMENT_0___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_0___);\nvar ___CSS_LOADER_URL_REPLACEMENT_1___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_1___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `@charset \"UTF-8\";\n/**\n * @copyright Copyright (c) 2019 Julius Härtl \n *\n * @author Julius Härtl \n * @author John Molakvoæ \n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n */\n.toastify.dialogs {\n min-width: 200px;\n background: none;\n background-color: var(--color-main-background);\n color: var(--color-main-text);\n box-shadow: 0 0 6px 0 var(--color-box-shadow);\n padding: 0 12px;\n margin-top: 45px;\n position: fixed;\n z-index: 10100;\n border-radius: var(--border-radius);\n display: flex;\n align-items: center;\n}\n.toastify.dialogs .toast-undo-container {\n display: flex;\n align-items: center;\n}\n.toastify.dialogs .toast-undo-button,\n.toastify.dialogs .toast-close {\n position: static;\n overflow: hidden;\n box-sizing: border-box;\n min-width: 44px;\n height: 100%;\n padding: 12px;\n white-space: nowrap;\n background-repeat: no-repeat;\n background-position: center;\n background-color: transparent;\n min-height: 0;\n}\n.toastify.dialogs .toast-undo-button.toast-close,\n.toastify.dialogs .toast-close.toast-close {\n text-indent: 0;\n opacity: .4;\n border: none;\n min-height: 44px;\n margin-left: 10px;\n font-size: 0;\n}\n.toastify.dialogs .toast-undo-button.toast-close:before,\n.toastify.dialogs .toast-close.toast-close:before {\n background-image: url(${___CSS_LOADER_URL_REPLACEMENT_0___});\n content: \" \";\n filter: var(--background-invert-if-dark);\n display: inline-block;\n width: 16px;\n height: 16px;\n}\n.toastify.dialogs .toast-undo-button.toast-undo-button,\n.toastify.dialogs .toast-close.toast-undo-button {\n height: calc(100% - 6px);\n margin: 3px 3px 3px 12px;\n}\n.toastify.dialogs .toast-undo-button:hover,\n.toastify.dialogs .toast-undo-button:focus,\n.toastify.dialogs .toast-undo-button:active,\n.toastify.dialogs .toast-close:hover,\n.toastify.dialogs .toast-close:focus,\n.toastify.dialogs .toast-close:active {\n cursor: pointer;\n opacity: 1;\n}\n.toastify.dialogs.toastify-top {\n right: 10px;\n}\n.toastify.dialogs.toast-with-click {\n cursor: pointer;\n}\n.toastify.dialogs.toast-error {\n border-left: 3px solid var(--color-error);\n}\n.toastify.dialogs.toast-info {\n border-left: 3px solid var(--color-primary);\n}\n.toastify.dialogs.toast-warning {\n border-left: 3px solid var(--color-warning);\n}\n.toastify.dialogs.toast-success,\n.toastify.dialogs.toast-undo {\n border-left: 3px solid var(--color-success);\n}\n.theme--dark .toastify.dialogs .toast-close.toast-close:before {\n background-image: url(${___CSS_LOADER_URL_REPLACEMENT_1___});\n}\n._file-picker__file-icon_1vgv4_5 {\n width: 32px;\n height: 32px;\n min-width: 32px;\n min-height: 32px;\n background-repeat: no-repeat;\n background-size: contain;\n display: flex;\n justify-content: center;\n}\ntr.file-picker__row[data-v-6aded0d9] {\n height: var(--row-height, 50px);\n}\ntr.file-picker__row td[data-v-6aded0d9] {\n cursor: pointer;\n overflow: hidden;\n text-overflow: ellipsis;\n border-bottom: none;\n}\ntr.file-picker__row td[data-v-6aded0d9]:not(.row-checkbox) {\n padding-inline: 14px 0;\n}\ntr.file-picker__row td.row-size[data-v-6aded0d9] {\n text-align: end;\n padding-inline: 0 14px;\n}\ntr.file-picker__row td.row-name[data-v-6aded0d9] {\n padding-inline: 2px 0;\n}\n@keyframes gradient-6aded0d9 {\n 0% {\n background-position: 0% 50%;\n }\n 50% {\n background-position: 100% 50%;\n }\n to {\n background-position: 0% 50%;\n }\n}\n.loading-row .row-checkbox[data-v-6aded0d9] {\n text-align: center !important;\n}\n.loading-row span[data-v-6aded0d9] {\n display: inline-block;\n height: 24px;\n background: linear-gradient(to right, var(--color-background-darker), var(--color-text-maxcontrast), var(--color-background-darker));\n background-size: 600px 100%;\n border-radius: var(--border-radius);\n animation: gradient-6aded0d9 12s ease infinite;\n}\n.loading-row .row-wrapper[data-v-6aded0d9] {\n display: inline-flex;\n align-items: center;\n}\n.loading-row .row-checkbox span[data-v-6aded0d9] {\n width: 24px;\n}\n.loading-row .row-name span[data-v-6aded0d9]:last-of-type {\n margin-inline-start: 6px;\n width: 130px;\n}\n.loading-row .row-size span[data-v-6aded0d9] {\n width: 80px;\n}\n.loading-row .row-modified span[data-v-6aded0d9] {\n width: 90px;\n}\ntr.file-picker__row[data-v-ee6f34b5] {\n height: var(--row-height, 50px);\n}\ntr.file-picker__row td[data-v-ee6f34b5] {\n cursor: pointer;\n overflow: hidden;\n text-overflow: ellipsis;\n border-bottom: none;\n}\ntr.file-picker__row td[data-v-ee6f34b5]:not(.row-checkbox) {\n padding-inline: 14px 0;\n}\ntr.file-picker__row td.row-size[data-v-ee6f34b5] {\n text-align: end;\n padding-inline: 0 14px;\n}\ntr.file-picker__row td.row-name[data-v-ee6f34b5] {\n padding-inline: 2px 0;\n}\n.file-picker__row--selected[data-v-ee6f34b5] {\n background-color: var(--color-background-dark);\n}\n.file-picker__row[data-v-ee6f34b5]:hover {\n background-color: var(--color-background-hover);\n}\n.file-picker__name-container[data-v-ee6f34b5] {\n display: flex;\n justify-content: start;\n align-items: center;\n height: 100%;\n}\n.file-picker__file-name[data-v-ee6f34b5] {\n padding-inline-start: 6px;\n min-width: 0;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.file-picker__file-extension[data-v-ee6f34b5] {\n color: var(--color-text-maxcontrast);\n min-width: fit-content;\n}\n.file-picker__header-preview[data-v-4297db37] {\n width: 22px;\n height: 32px;\n flex: 0 0 auto;\n}\n.file-picker__files[data-v-4297db37] {\n margin: 2px;\n margin-inline-start: 12px;\n overflow: scroll auto;\n}\n.file-picker__files table[data-v-4297db37] {\n width: 100%;\n max-height: 100%;\n table-layout: fixed;\n}\n.file-picker__files th[data-v-4297db37] {\n position: -webkit-sticky;\n position: sticky;\n z-index: 1;\n top: 0;\n background-color: var(--color-main-background);\n padding: 2px;\n}\n.file-picker__files th .header-wrapper[data-v-4297db37] {\n display: flex;\n}\n.file-picker__files th.row-checkbox[data-v-4297db37] {\n width: 44px;\n}\n.file-picker__files th.row-name[data-v-4297db37] {\n width: 230px;\n}\n.file-picker__files th.row-size[data-v-4297db37] {\n width: 100px;\n}\n.file-picker__files th.row-modified[data-v-4297db37] {\n width: 120px;\n}\n.file-picker__files th[data-v-4297db37]:not(.row-size) .button-vue__wrapper {\n justify-content: start;\n flex-direction: row-reverse;\n}\n.file-picker__files th[data-v-4297db37]:not(.row-size) .button-vue {\n padding-inline: 16px 4px;\n}\n.file-picker__files th.row-size[data-v-4297db37] .button-vue__wrapper {\n justify-content: end;\n}\n.file-picker__files th[data-v-4297db37] .button-vue__wrapper {\n color: var(--color-text-maxcontrast);\n}\n.file-picker__files th[data-v-4297db37] .button-vue__wrapper .button-vue__text {\n font-weight: 400;\n}\n.file-picker__breadcrumbs[data-v-3bc9efa5] {\n flex-grow: 0 !important;\n}\n.file-picker__side[data-v-fcfd0f23] {\n display: flex;\n flex-direction: column;\n align-items: start;\n gap: .5rem;\n min-width: 200px;\n padding-block: 2px;\n overflow: auto;\n}\n.file-picker__side[data-v-fcfd0f23] .button-vue__wrapper {\n justify-content: start;\n}\n.file-picker__filter-input[data-v-fcfd0f23] {\n margin-block: 7px;\n max-width: 260px;\n}\n@media (max-width: 736px) {\n .file-picker__side[data-v-fcfd0f23] {\n flex-direction: row;\n min-width: unset;\n }\n}\n@media (max-width: 512px) {\n .file-picker__side[data-v-fcfd0f23] {\n flex-direction: row;\n min-width: unset;\n }\n .file-picker__filter-input[data-v-fcfd0f23] {\n max-width: unset;\n }\n}\n.file-picker__navigation {\n padding-inline: 2px;\n}\n.file-picker__navigation,\n.file-picker__navigation * {\n box-sizing: border-box;\n}\n.file-picker__navigation .v-select.select {\n min-width: 220px;\n}\n@media (min-width: 513px) and (max-width: 736px) {\n .file-picker__navigation {\n gap: 11px;\n }\n}\n@media (max-width: 512px) {\n .file-picker__navigation {\n flex-direction: column-reverse !important;\n }\n}\n.file-picker__view[data-v-86a13079] {\n height: 50px;\n display: flex;\n justify-content: start;\n align-items: center;\n}\n.file-picker__view h3[data-v-86a13079] {\n font-weight: 700;\n height: fit-content;\n margin: 0;\n}\n.file-picker__main[data-v-86a13079] {\n box-sizing: border-box;\n width: 100%;\n display: flex;\n flex-direction: column;\n min-height: 0;\n flex: 1;\n padding-inline: 2px;\n}\n.file-picker__main *[data-v-86a13079] {\n box-sizing: border-box;\n}\n[data-v-86a13079] .file-picker {\n height: min(80vh, 800px);\n}\n@media (max-width: 512px) {\n [data-v-86a13079] .file-picker {\n height: calc(100% - 16px - var(--default-clickable-area));\n }\n}\n[data-v-86a13079] .file-picker__content {\n display: flex;\n flex-direction: column;\n overflow: hidden;\n}\n`, \"\",{\"version\":3,\"sources\":[\"webpack://./node_modules/@nextcloud/dialogs/dist/style.css\"],\"names\":[],\"mappings\":\"AAAA,gBAAgB;AAChB;;;;;;;;;;;;;;;;;;;;EAoBE;AACF;EACE,gBAAgB;EAChB,gBAAgB;EAChB,8CAA8C;EAC9C,6BAA6B;EAC7B,6CAA6C;EAC7C,eAAe;EACf,gBAAgB;EAChB,eAAe;EACf,cAAc;EACd,mCAAmC;EACnC,aAAa;EACb,mBAAmB;AACrB;AACA;EACE,aAAa;EACb,mBAAmB;AACrB;AACA;;EAEE,gBAAgB;EAChB,gBAAgB;EAChB,sBAAsB;EACtB,eAAe;EACf,YAAY;EACZ,aAAa;EACb,mBAAmB;EACnB,4BAA4B;EAC5B,2BAA2B;EAC3B,6BAA6B;EAC7B,aAAa;AACf;AACA;;EAEE,cAAc;EACd,WAAW;EACX,YAAY;EACZ,gBAAgB;EAChB,iBAAiB;EACjB,YAAY;AACd;AACA;;EAEE,yDAAiR;EACjR,YAAY;EACZ,wCAAwC;EACxC,qBAAqB;EACrB,WAAW;EACX,YAAY;AACd;AACA;;EAEE,wBAAwB;EACxB,wBAAwB;AAC1B;AACA;;;;;;EAME,eAAe;EACf,UAAU;AACZ;AACA;EACE,WAAW;AACb;AACA;EACE,eAAe;AACjB;AACA;EACE,yCAAyC;AAC3C;AACA;EACE,2CAA2C;AAC7C;AACA;EACE,2CAA2C;AAC7C;AACA;;EAEE,2CAA2C;AAC7C;AACA;EACE,yDAAiU;AACnU;AACA;EACE,WAAW;EACX,YAAY;EACZ,eAAe;EACf,gBAAgB;EAChB,4BAA4B;EAC5B,wBAAwB;EACxB,aAAa;EACb,uBAAuB;AACzB;AACA;EACE,+BAA+B;AACjC;AACA;EACE,eAAe;EACf,gBAAgB;EAChB,uBAAuB;EACvB,mBAAmB;AACrB;AACA;EACE,sBAAsB;AACxB;AACA;EACE,eAAe;EACf,sBAAsB;AACxB;AACA;EACE,qBAAqB;AACvB;AACA;EACE;IACE,2BAA2B;EAC7B;EACA;IACE,6BAA6B;EAC/B;EACA;IACE,2BAA2B;EAC7B;AACF;AACA;EACE,6BAA6B;AAC/B;AACA;EACE,qBAAqB;EACrB,YAAY;EACZ,oIAAoI;EACpI,2BAA2B;EAC3B,mCAAmC;EACnC,8CAA8C;AAChD;AACA;EACE,oBAAoB;EACpB,mBAAmB;AACrB;AACA;EACE,WAAW;AACb;AACA;EACE,wBAAwB;EACxB,YAAY;AACd;AACA;EACE,WAAW;AACb;AACA;EACE,WAAW;AACb;AACA;EACE,+BAA+B;AACjC;AACA;EACE,eAAe;EACf,gBAAgB;EAChB,uBAAuB;EACvB,mBAAmB;AACrB;AACA;EACE,sBAAsB;AACxB;AACA;EACE,eAAe;EACf,sBAAsB;AACxB;AACA;EACE,qBAAqB;AACvB;AACA;EACE,8CAA8C;AAChD;AACA;EACE,+CAA+C;AACjD;AACA;EACE,aAAa;EACb,sBAAsB;EACtB,mBAAmB;EACnB,YAAY;AACd;AACA;EACE,yBAAyB;EACzB,YAAY;EACZ,gBAAgB;EAChB,uBAAuB;AACzB;AACA;EACE,oCAAoC;EACpC,sBAAsB;AACxB;AACA;EACE,WAAW;EACX,YAAY;EACZ,cAAc;AAChB;AACA;EACE,WAAW;EACX,yBAAyB;EACzB,qBAAqB;AACvB;AACA;EACE,WAAW;EACX,gBAAgB;EAChB,mBAAmB;AACrB;AACA;EACE,wBAAwB;EACxB,gBAAgB;EAChB,UAAU;EACV,MAAM;EACN,8CAA8C;EAC9C,YAAY;AACd;AACA;EACE,aAAa;AACf;AACA;EACE,WAAW;AACb;AACA;EACE,YAAY;AACd;AACA;EACE,YAAY;AACd;AACA;EACE,YAAY;AACd;AACA;EACE,sBAAsB;EACtB,2BAA2B;AAC7B;AACA;EACE,wBAAwB;AAC1B;AACA;EACE,oBAAoB;AACtB;AACA;EACE,oCAAoC;AACtC;AACA;EACE,gBAAgB;AAClB;AACA;EACE,uBAAuB;AACzB;AACA;EACE,aAAa;EACb,sBAAsB;EACtB,kBAAkB;EAClB,UAAU;EACV,gBAAgB;EAChB,kBAAkB;EAClB,cAAc;AAChB;AACA;EACE,sBAAsB;AACxB;AACA;EACE,iBAAiB;EACjB,gBAAgB;AAClB;AACA;EACE;IACE,mBAAmB;IACnB,gBAAgB;EAClB;AACF;AACA;EACE;IACE,mBAAmB;IACnB,gBAAgB;EAClB;EACA;IACE,gBAAgB;EAClB;AACF;AACA;EACE,mBAAmB;AACrB;AACA;;EAEE,sBAAsB;AACxB;AACA;EACE,gBAAgB;AAClB;AACA;EACE;IACE,SAAS;EACX;AACF;AACA;EACE;IACE,yCAAyC;EAC3C;AACF;AACA;EACE,YAAY;EACZ,aAAa;EACb,sBAAsB;EACtB,mBAAmB;AACrB;AACA;EACE,gBAAgB;EAChB,mBAAmB;EACnB,SAAS;AACX;AACA;EACE,sBAAsB;EACtB,WAAW;EACX,aAAa;EACb,sBAAsB;EACtB,aAAa;EACb,OAAO;EACP,mBAAmB;AACrB;AACA;EACE,sBAAsB;AACxB;AACA;EACE,wBAAwB;AAC1B;AACA;EACE;IACE,yDAAyD;EAC3D;AACF;AACA;EACE,aAAa;EACb,sBAAsB;EACtB,gBAAgB;AAClB\",\"sourcesContent\":[\"@charset \\\"UTF-8\\\";\\n/**\\n * @copyright Copyright (c) 2019 Julius Härtl \\n *\\n * @author Julius Härtl \\n * @author John Molakvoæ \\n *\\n * @license GNU AGPL version 3 or any later version\\n *\\n * This program is free software: you can redistribute it and/or modify\\n * it under the terms of the GNU Affero General Public License as\\n * published by the Free Software Foundation, either version 3 of the\\n * License, or (at your option) any later version.\\n *\\n * This program is distributed in the hope that it will be useful,\\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\\n * GNU Affero General Public License for more details.\\n *\\n * You should have received a copy of the GNU Affero General Public License\\n * along with this program. If not, see .\\n */\\n.toastify.dialogs {\\n min-width: 200px;\\n background: none;\\n background-color: var(--color-main-background);\\n color: var(--color-main-text);\\n box-shadow: 0 0 6px 0 var(--color-box-shadow);\\n padding: 0 12px;\\n margin-top: 45px;\\n position: fixed;\\n z-index: 10100;\\n border-radius: var(--border-radius);\\n display: flex;\\n align-items: center;\\n}\\n.toastify.dialogs .toast-undo-container {\\n display: flex;\\n align-items: center;\\n}\\n.toastify.dialogs .toast-undo-button,\\n.toastify.dialogs .toast-close {\\n position: static;\\n overflow: hidden;\\n box-sizing: border-box;\\n min-width: 44px;\\n height: 100%;\\n padding: 12px;\\n white-space: nowrap;\\n background-repeat: no-repeat;\\n background-position: center;\\n background-color: transparent;\\n min-height: 0;\\n}\\n.toastify.dialogs .toast-undo-button.toast-close,\\n.toastify.dialogs .toast-close.toast-close {\\n text-indent: 0;\\n opacity: .4;\\n border: none;\\n min-height: 44px;\\n margin-left: 10px;\\n font-size: 0;\\n}\\n.toastify.dialogs .toast-undo-button.toast-close:before,\\n.toastify.dialogs .toast-close.toast-close:before {\\n background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTYiIHdpZHRoPSIxNiI+CiAgPHBhdGggZD0iTTE0IDEyLjNMMTIuMyAxNCA4IDkuNyAzLjcgMTQgMiAxMi4zIDYuMyA4IDIgMy43IDMuNyAyIDggNi4zIDEyLjMgMiAxNCAzLjcgOS43IDh6Ii8+Cjwvc3ZnPgo=);\\n content: \\\" \\\";\\n filter: var(--background-invert-if-dark);\\n display: inline-block;\\n width: 16px;\\n height: 16px;\\n}\\n.toastify.dialogs .toast-undo-button.toast-undo-button,\\n.toastify.dialogs .toast-close.toast-undo-button {\\n height: calc(100% - 6px);\\n margin: 3px 3px 3px 12px;\\n}\\n.toastify.dialogs .toast-undo-button:hover,\\n.toastify.dialogs .toast-undo-button:focus,\\n.toastify.dialogs .toast-undo-button:active,\\n.toastify.dialogs .toast-close:hover,\\n.toastify.dialogs .toast-close:focus,\\n.toastify.dialogs .toast-close:active {\\n cursor: pointer;\\n opacity: 1;\\n}\\n.toastify.dialogs.toastify-top {\\n right: 10px;\\n}\\n.toastify.dialogs.toast-with-click {\\n cursor: pointer;\\n}\\n.toastify.dialogs.toast-error {\\n border-left: 3px solid var(--color-error);\\n}\\n.toastify.dialogs.toast-info {\\n border-left: 3px solid var(--color-primary);\\n}\\n.toastify.dialogs.toast-warning {\\n border-left: 3px solid var(--color-warning);\\n}\\n.toastify.dialogs.toast-success,\\n.toastify.dialogs.toast-undo {\\n border-left: 3px solid var(--color-success);\\n}\\n.theme--dark .toastify.dialogs .toast-close.toast-close:before {\\n background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTYiIHdpZHRoPSIxNiI+CiAgPHBhdGggZD0iTTE0IDEyLjNMMTIuMyAxNCA4IDkuNyAzLjcgMTQgMiAxMi4zIDYuMyA4IDIgMy43IDMuNyAyIDggNi4zIDEyLjMgMiAxNCAzLjcgOS43IDh6IiBzdHlsZT0iZmlsbC1vcGFjaXR5OjE7ZmlsbDojZmZmZmZmIi8+Cjwvc3ZnPgo=);\\n}\\n._file-picker__file-icon_1vgv4_5 {\\n width: 32px;\\n height: 32px;\\n min-width: 32px;\\n min-height: 32px;\\n background-repeat: no-repeat;\\n background-size: contain;\\n display: flex;\\n justify-content: center;\\n}\\ntr.file-picker__row[data-v-6aded0d9] {\\n height: var(--row-height, 50px);\\n}\\ntr.file-picker__row td[data-v-6aded0d9] {\\n cursor: pointer;\\n overflow: hidden;\\n text-overflow: ellipsis;\\n border-bottom: none;\\n}\\ntr.file-picker__row td[data-v-6aded0d9]:not(.row-checkbox) {\\n padding-inline: 14px 0;\\n}\\ntr.file-picker__row td.row-size[data-v-6aded0d9] {\\n text-align: end;\\n padding-inline: 0 14px;\\n}\\ntr.file-picker__row td.row-name[data-v-6aded0d9] {\\n padding-inline: 2px 0;\\n}\\n@keyframes gradient-6aded0d9 {\\n 0% {\\n background-position: 0% 50%;\\n }\\n 50% {\\n background-position: 100% 50%;\\n }\\n to {\\n background-position: 0% 50%;\\n }\\n}\\n.loading-row .row-checkbox[data-v-6aded0d9] {\\n text-align: center !important;\\n}\\n.loading-row span[data-v-6aded0d9] {\\n display: inline-block;\\n height: 24px;\\n background: linear-gradient(to right, var(--color-background-darker), var(--color-text-maxcontrast), var(--color-background-darker));\\n background-size: 600px 100%;\\n border-radius: var(--border-radius);\\n animation: gradient-6aded0d9 12s ease infinite;\\n}\\n.loading-row .row-wrapper[data-v-6aded0d9] {\\n display: inline-flex;\\n align-items: center;\\n}\\n.loading-row .row-checkbox span[data-v-6aded0d9] {\\n width: 24px;\\n}\\n.loading-row .row-name span[data-v-6aded0d9]:last-of-type {\\n margin-inline-start: 6px;\\n width: 130px;\\n}\\n.loading-row .row-size span[data-v-6aded0d9] {\\n width: 80px;\\n}\\n.loading-row .row-modified span[data-v-6aded0d9] {\\n width: 90px;\\n}\\ntr.file-picker__row[data-v-ee6f34b5] {\\n height: var(--row-height, 50px);\\n}\\ntr.file-picker__row td[data-v-ee6f34b5] {\\n cursor: pointer;\\n overflow: hidden;\\n text-overflow: ellipsis;\\n border-bottom: none;\\n}\\ntr.file-picker__row td[data-v-ee6f34b5]:not(.row-checkbox) {\\n padding-inline: 14px 0;\\n}\\ntr.file-picker__row td.row-size[data-v-ee6f34b5] {\\n text-align: end;\\n padding-inline: 0 14px;\\n}\\ntr.file-picker__row td.row-name[data-v-ee6f34b5] {\\n padding-inline: 2px 0;\\n}\\n.file-picker__row--selected[data-v-ee6f34b5] {\\n background-color: var(--color-background-dark);\\n}\\n.file-picker__row[data-v-ee6f34b5]:hover {\\n background-color: var(--color-background-hover);\\n}\\n.file-picker__name-container[data-v-ee6f34b5] {\\n display: flex;\\n justify-content: start;\\n align-items: center;\\n height: 100%;\\n}\\n.file-picker__file-name[data-v-ee6f34b5] {\\n padding-inline-start: 6px;\\n min-width: 0;\\n overflow: hidden;\\n text-overflow: ellipsis;\\n}\\n.file-picker__file-extension[data-v-ee6f34b5] {\\n color: var(--color-text-maxcontrast);\\n min-width: fit-content;\\n}\\n.file-picker__header-preview[data-v-4297db37] {\\n width: 22px;\\n height: 32px;\\n flex: 0 0 auto;\\n}\\n.file-picker__files[data-v-4297db37] {\\n margin: 2px;\\n margin-inline-start: 12px;\\n overflow: scroll auto;\\n}\\n.file-picker__files table[data-v-4297db37] {\\n width: 100%;\\n max-height: 100%;\\n table-layout: fixed;\\n}\\n.file-picker__files th[data-v-4297db37] {\\n position: -webkit-sticky;\\n position: sticky;\\n z-index: 1;\\n top: 0;\\n background-color: var(--color-main-background);\\n padding: 2px;\\n}\\n.file-picker__files th .header-wrapper[data-v-4297db37] {\\n display: flex;\\n}\\n.file-picker__files th.row-checkbox[data-v-4297db37] {\\n width: 44px;\\n}\\n.file-picker__files th.row-name[data-v-4297db37] {\\n width: 230px;\\n}\\n.file-picker__files th.row-size[data-v-4297db37] {\\n width: 100px;\\n}\\n.file-picker__files th.row-modified[data-v-4297db37] {\\n width: 120px;\\n}\\n.file-picker__files th[data-v-4297db37]:not(.row-size) .button-vue__wrapper {\\n justify-content: start;\\n flex-direction: row-reverse;\\n}\\n.file-picker__files th[data-v-4297db37]:not(.row-size) .button-vue {\\n padding-inline: 16px 4px;\\n}\\n.file-picker__files th.row-size[data-v-4297db37] .button-vue__wrapper {\\n justify-content: end;\\n}\\n.file-picker__files th[data-v-4297db37] .button-vue__wrapper {\\n color: var(--color-text-maxcontrast);\\n}\\n.file-picker__files th[data-v-4297db37] .button-vue__wrapper .button-vue__text {\\n font-weight: 400;\\n}\\n.file-picker__breadcrumbs[data-v-3bc9efa5] {\\n flex-grow: 0 !important;\\n}\\n.file-picker__side[data-v-fcfd0f23] {\\n display: flex;\\n flex-direction: column;\\n align-items: start;\\n gap: .5rem;\\n min-width: 200px;\\n padding-block: 2px;\\n overflow: auto;\\n}\\n.file-picker__side[data-v-fcfd0f23] .button-vue__wrapper {\\n justify-content: start;\\n}\\n.file-picker__filter-input[data-v-fcfd0f23] {\\n margin-block: 7px;\\n max-width: 260px;\\n}\\n@media (max-width: 736px) {\\n .file-picker__side[data-v-fcfd0f23] {\\n flex-direction: row;\\n min-width: unset;\\n }\\n}\\n@media (max-width: 512px) {\\n .file-picker__side[data-v-fcfd0f23] {\\n flex-direction: row;\\n min-width: unset;\\n }\\n .file-picker__filter-input[data-v-fcfd0f23] {\\n max-width: unset;\\n }\\n}\\n.file-picker__navigation {\\n padding-inline: 2px;\\n}\\n.file-picker__navigation,\\n.file-picker__navigation * {\\n box-sizing: border-box;\\n}\\n.file-picker__navigation .v-select.select {\\n min-width: 220px;\\n}\\n@media (min-width: 513px) and (max-width: 736px) {\\n .file-picker__navigation {\\n gap: 11px;\\n }\\n}\\n@media (max-width: 512px) {\\n .file-picker__navigation {\\n flex-direction: column-reverse !important;\\n }\\n}\\n.file-picker__view[data-v-86a13079] {\\n height: 50px;\\n display: flex;\\n justify-content: start;\\n align-items: center;\\n}\\n.file-picker__view h3[data-v-86a13079] {\\n font-weight: 700;\\n height: fit-content;\\n margin: 0;\\n}\\n.file-picker__main[data-v-86a13079] {\\n box-sizing: border-box;\\n width: 100%;\\n display: flex;\\n flex-direction: column;\\n min-height: 0;\\n flex: 1;\\n padding-inline: 2px;\\n}\\n.file-picker__main *[data-v-86a13079] {\\n box-sizing: border-box;\\n}\\n[data-v-86a13079] .file-picker {\\n height: min(80vh, 800px);\\n}\\n@media (max-width: 512px) {\\n [data-v-86a13079] .file-picker {\\n height: calc(100% - 16px - var(--default-clickable-area));\\n }\\n}\\n[data-v-86a13079] .file-picker__content {\\n display: flex;\\n flex-direction: column;\\n overflow: hidden;\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.template-picker__item[data-v-0859a92c]{display:flex}.template-picker__label[data-v-0859a92c]{display:flex;align-items:center;flex:1 1;flex-direction:column}.template-picker__label[data-v-0859a92c],.template-picker__label *[data-v-0859a92c]{cursor:pointer;user-select:none}.template-picker__label[data-v-0859a92c]::before{display:none !important}.template-picker__preview[data-v-0859a92c]{display:block;overflow:hidden;flex:1 1;width:var(--width);min-height:var(--height);max-height:var(--height);padding:0;border:var(--border) solid var(--color-border);border-radius:var(--border-radius-large)}input:checked+label>.template-picker__preview[data-v-0859a92c]{border-color:var(--color-primary-element)}.template-picker__preview--failed[data-v-0859a92c]{display:flex}.template-picker__image[data-v-0859a92c]{max-width:100%;background-color:var(--color-main-background);object-fit:cover}.template-picker__preview--failed .template-picker__image[data-v-0859a92c]{width:calc(var(--margin)*8);margin:auto;background-color:rgba(0,0,0,0) !important;object-fit:initial}.template-picker__title[data-v-0859a92c]{overflow:hidden;max-width:calc(var(--width) + 4px);padding:var(--margin);white-space:nowrap;text-overflow:ellipsis}`, \"\",{\"version\":3,\"sources\":[\"webpack://./apps/files/src/components/TemplatePreview.vue\"],\"names\":[],\"mappings\":\"AAGC,wCACC,YAAA,CAGD,yCACC,YAAA,CAEA,kBAAA,CACA,QAAA,CACA,qBAAA,CAEA,oFACC,cAAA,CACA,gBAAA,CAGD,iDACC,uBAAA,CAIF,2CACC,aAAA,CACA,eAAA,CAEA,QAAA,CACA,kBAAA,CACA,wBAAA,CACA,wBAAA,CACA,SAAA,CACA,8CAAA,CACA,wCAAA,CAEA,+DACC,yCAAA,CAGD,mDAEC,YAAA,CAIF,yCACC,cAAA,CACA,6CAAA,CAEA,gBAAA,CAID,2EACC,2BAAA,CAEA,WAAA,CACA,yCAAA,CAEA,kBAAA,CAGD,yCACC,eAAA,CAEA,kCAAA,CACA,qBAAA,CACA,kBAAA,CACA,sBAAA\",\"sourcesContent\":[\"\\n\\n.template-picker {\\n\\t&__item {\\n\\t\\tdisplay: flex;\\n\\t}\\n\\n\\t&__label {\\n\\t\\tdisplay: flex;\\n\\t\\t// Align in the middle of the grid\\n\\t\\talign-items: center;\\n\\t\\tflex: 1 1;\\n\\t\\tflex-direction: column;\\n\\n\\t\\t&, * {\\n\\t\\t\\tcursor: pointer;\\n\\t\\t\\tuser-select: none;\\n\\t\\t}\\n\\n\\t\\t&::before {\\n\\t\\t\\tdisplay: none !important;\\n\\t\\t}\\n\\t}\\n\\n\\t&__preview {\\n\\t\\tdisplay: block;\\n\\t\\toverflow: hidden;\\n\\t\\t// Stretch so all entries are the same width\\n\\t\\tflex: 1 1;\\n\\t\\twidth: var(--width);\\n\\t\\tmin-height: var(--height);\\n\\t\\tmax-height: var(--height);\\n\\t\\tpadding: 0;\\n\\t\\tborder: var(--border) solid var(--color-border);\\n\\t\\tborder-radius: var(--border-radius-large);\\n\\n\\t\\tinput:checked + label > & {\\n\\t\\t\\tborder-color: var(--color-primary-element);\\n\\t\\t}\\n\\n\\t\\t&--failed {\\n\\t\\t\\t// Make sure to properly center fallback icon\\n\\t\\t\\tdisplay: flex;\\n\\t\\t}\\n\\t}\\n\\n\\t&__image {\\n\\t\\tmax-width: 100%;\\n\\t\\tbackground-color: var(--color-main-background);\\n\\n\\t\\tobject-fit: cover;\\n\\t}\\n\\n\\t// Failed preview, fallback to mime icon\\n\\t&__preview--failed &__image {\\n\\t\\twidth: calc(var(--margin) * 8);\\n\\t\\t// Center mime icon\\n\\t\\tmargin: auto;\\n\\t\\tbackground-color: transparent !important;\\n\\n\\t\\tobject-fit: initial;\\n\\t}\\n\\n\\t&__title {\\n\\t\\toverflow: hidden;\\n\\t\\t// also count preview border\\n\\t\\tmax-width: calc(var(--width) + 2*2px);\\n\\t\\tpadding: var(--margin);\\n\\t\\twhite-space: nowrap;\\n\\t\\ttext-overflow: ellipsis;\\n\\t}\\n}\\n\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.templates-picker__form[data-v-48121b39]{padding:calc(var(--margin)*2);padding-bottom:0}.templates-picker__form h2[data-v-48121b39]{text-align:center;font-weight:bold;margin:var(--margin) 0 calc(var(--margin)*2)}.templates-picker__list[data-v-48121b39]{display:grid;grid-gap:calc(var(--margin)*2);grid-auto-columns:1fr;max-width:calc(var(--fullwidth)*6);grid-template-columns:repeat(auto-fit, var(--fullwidth));grid-auto-rows:1fr;justify-content:center}.templates-picker__buttons[data-v-48121b39]{display:flex;justify-content:end;padding:calc(var(--margin)*2) var(--margin);position:sticky;bottom:0;background-image:linear-gradient(0, var(--gradient-main-background))}.templates-picker__buttons button[data-v-48121b39],.templates-picker__buttons input[type=submit][data-v-48121b39]{height:44px}.templates-picker[data-v-48121b39] .modal-container{position:relative}.templates-picker__loading[data-v-48121b39]{position:absolute;top:0;left:0;justify-content:center;width:100%;height:100%;margin:0;background-color:var(--color-main-background-translucent)}`, \"\",{\"version\":3,\"sources\":[\"webpack://./apps/files/src/views/TemplatePicker.vue\"],\"names\":[],\"mappings\":\"AAEC,yCACC,6BAAA,CAEA,gBAAA,CAEA,4CACC,iBAAA,CACA,gBAAA,CACA,4CAAA,CAIF,yCACC,YAAA,CACA,8BAAA,CACA,qBAAA,CAEA,kCAAA,CACA,wDAAA,CAEA,kBAAA,CAEA,sBAAA,CAGD,4CACC,YAAA,CACA,mBAAA,CACA,2CAAA,CACA,eAAA,CACA,QAAA,CACA,oEAAA,CAEA,kHACC,WAAA,CAKF,oDACC,iBAAA,CAGD,4CACC,iBAAA,CACA,KAAA,CACA,MAAA,CACA,sBAAA,CACA,UAAA,CACA,WAAA,CACA,QAAA,CACA,yDAAA\",\"sourcesContent\":[\"\\n.templates-picker {\\n\\t&__form {\\n\\t\\tpadding: calc(var(--margin) * 2);\\n\\t\\t// Will be handled by the buttons\\n\\t\\tpadding-bottom: 0;\\n\\n\\t\\th2 {\\n\\t\\t\\ttext-align: center;\\n\\t\\t\\tfont-weight: bold;\\n\\t\\t\\tmargin: var(--margin) 0 calc(var(--margin) * 2);\\n\\t\\t}\\n\\t}\\n\\n\\t&__list {\\n\\t\\tdisplay: grid;\\n\\t\\tgrid-gap: calc(var(--margin) * 2);\\n\\t\\tgrid-auto-columns: 1fr;\\n\\t\\t// We want maximum 5 columns. Putting 6 as we don't count the grid gap. So it will always be lower than 6\\n\\t\\tmax-width: calc(var(--fullwidth) * 6);\\n\\t\\tgrid-template-columns: repeat(auto-fit, var(--fullwidth));\\n\\t\\t// Make sure all rows are the same height\\n\\t\\tgrid-auto-rows: 1fr;\\n\\t\\t// Center the columns set\\n\\t\\tjustify-content: center;\\n\\t}\\n\\n\\t&__buttons {\\n\\t\\tdisplay: flex;\\n\\t\\tjustify-content: end;\\n\\t\\tpadding: calc(var(--margin) * 2) var(--margin);\\n\\t\\tposition: sticky;\\n\\t\\tbottom: 0;\\n\\t\\tbackground-image: linear-gradient(0, var(--gradient-main-background));\\n\\n\\t\\tbutton, input[type='submit'] {\\n\\t\\t\\theight: 44px;\\n\\t\\t}\\n\\t}\\n\\n\\t// Make sure we're relative for the loading emptycontent on top\\n\\t::v-deep .modal-container {\\n\\t\\tposition: relative;\\n\\t}\\n\\n\\t&__loading {\\n\\t\\tposition: absolute;\\n\\t\\ttop: 0;\\n\\t\\tleft: 0;\\n\\t\\tjustify-content: center;\\n\\t\\twidth: 100%;\\n\\t\\theight: 100%;\\n\\t\\tmargin: 0;\\n\\t\\tbackground-color: var(--color-main-background-translucent);\\n\\t}\\n}\\n\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","var http = require('http')\nvar url = require('url')\n\nvar https = module.exports\n\nfor (var key in http) {\n if (http.hasOwnProperty(key)) https[key] = http[key]\n}\n\nhttps.request = function (params, cb) {\n params = validateParams(params)\n return http.request.call(this, params, cb)\n}\n\nhttps.get = function (params, cb) {\n params = validateParams(params)\n return http.get.call(this, params, cb)\n}\n\nfunction validateParams (params) {\n if (typeof params === 'string') {\n params = url.parse(params)\n }\n if (!params.protocol) {\n params.protocol = 'https:'\n }\n if (params.protocol !== 'https:') {\n throw new Error('Protocol \"' + params.protocol + '\" not supported. Expected \"https:\"')\n }\n return params\n}\n","exports = module.exports = require('./lib/_stream_readable.js');\nexports.Stream = exports;\nexports.Readable = exports;\nexports.Writable = require('./lib/_stream_writable.js');\nexports.Duplex = require('./lib/_stream_duplex.js');\nexports.Transform = require('./lib/_stream_transform.js');\nexports.PassThrough = require('./lib/_stream_passthrough.js');\nexports.finished = require('./lib/internal/streams/end-of-stream.js');\nexports.pipeline = require('./lib/internal/streams/pipeline.js');\n","var ClientRequest = require('./lib/request')\nvar response = require('./lib/response')\nvar extend = require('xtend')\nvar statusCodes = require('builtin-status-codes')\nvar url = require('url')\n\nvar http = exports\n\nhttp.request = function (opts, cb) {\n\tif (typeof opts === 'string')\n\t\topts = url.parse(opts)\n\telse\n\t\topts = extend(opts)\n\n\t// Normally, the page is loaded from http or https, so not specifying a protocol\n\t// will result in a (valid) protocol-relative url. However, this won't work if\n\t// the protocol is something else, like 'file:'\n\tvar defaultProtocol = global.location.protocol.search(/^https?:$/) === -1 ? 'http:' : ''\n\n\tvar protocol = opts.protocol || defaultProtocol\n\tvar host = opts.hostname || opts.host\n\tvar port = opts.port\n\tvar path = opts.path || '/'\n\n\t// Necessary for IPv6 addresses\n\tif (host && host.indexOf(':') !== -1)\n\t\thost = '[' + host + ']'\n\n\t// This may be a relative url. The browser should always be able to interpret it correctly.\n\topts.url = (host ? (protocol + '//' + host) : '') + (port ? ':' + port : '') + path\n\topts.method = (opts.method || 'GET').toUpperCase()\n\topts.headers = opts.headers || {}\n\n\t// Also valid opts.auth, opts.mode\n\n\tvar req = new ClientRequest(opts)\n\tif (cb)\n\t\treq.on('response', cb)\n\treturn req\n}\n\nhttp.get = function get (opts, cb) {\n\tvar req = http.request(opts, cb)\n\treq.end()\n\treturn req\n}\n\nhttp.ClientRequest = ClientRequest\nhttp.IncomingMessage = response.IncomingMessage\n\nhttp.Agent = function () {}\nhttp.Agent.defaultMaxSockets = 4\n\nhttp.globalAgent = new http.Agent()\n\nhttp.STATUS_CODES = statusCodes\n\nhttp.METHODS = [\n\t'CHECKOUT',\n\t'CONNECT',\n\t'COPY',\n\t'DELETE',\n\t'GET',\n\t'HEAD',\n\t'LOCK',\n\t'M-SEARCH',\n\t'MERGE',\n\t'MKACTIVITY',\n\t'MKCOL',\n\t'MOVE',\n\t'NOTIFY',\n\t'OPTIONS',\n\t'PATCH',\n\t'POST',\n\t'PROPFIND',\n\t'PROPPATCH',\n\t'PURGE',\n\t'PUT',\n\t'REPORT',\n\t'SEARCH',\n\t'SUBSCRIBE',\n\t'TRACE',\n\t'UNLOCK',\n\t'UNSUBSCRIBE'\n]","exports.fetch = isFunction(global.fetch) && isFunction(global.ReadableStream)\n\nexports.writableStream = isFunction(global.WritableStream)\n\nexports.abortController = isFunction(global.AbortController)\n\n// The xhr request to example.com may violate some restrictive CSP configurations,\n// so if we're running in a browser that supports `fetch`, avoid calling getXHR()\n// and assume support for certain features below.\nvar xhr\nfunction getXHR () {\n\t// Cache the xhr value\n\tif (xhr !== undefined) return xhr\n\n\tif (global.XMLHttpRequest) {\n\t\txhr = new global.XMLHttpRequest()\n\t\t// If XDomainRequest is available (ie only, where xhr might not work\n\t\t// cross domain), use the page location. Otherwise use example.com\n\t\t// Note: this doesn't actually make an http request.\n\t\ttry {\n\t\t\txhr.open('GET', global.XDomainRequest ? '/' : 'https://example.com')\n\t\t} catch(e) {\n\t\t\txhr = null\n\t\t}\n\t} else {\n\t\t// Service workers don't have XHR\n\t\txhr = null\n\t}\n\treturn xhr\n}\n\nfunction checkTypeSupport (type) {\n\tvar xhr = getXHR()\n\tif (!xhr) return false\n\ttry {\n\t\txhr.responseType = type\n\t\treturn xhr.responseType === type\n\t} catch (e) {}\n\treturn false\n}\n\n// If fetch is supported, then arraybuffer will be supported too. Skip calling\n// checkTypeSupport(), since that calls getXHR().\nexports.arraybuffer = exports.fetch || checkTypeSupport('arraybuffer')\n\n// These next two tests unavoidably show warnings in Chrome. Since fetch will always\n// be used if it's available, just return false for these to avoid the warnings.\nexports.msstream = !exports.fetch && checkTypeSupport('ms-stream')\nexports.mozchunkedarraybuffer = !exports.fetch && checkTypeSupport('moz-chunked-arraybuffer')\n\n// If fetch is supported, then overrideMimeType will be supported too. Skip calling\n// getXHR().\nexports.overrideMimeType = exports.fetch || (getXHR() ? isFunction(getXHR().overrideMimeType) : false)\n\nfunction isFunction (value) {\n\treturn typeof value === 'function'\n}\n\nxhr = null // Help gc\n","var capability = require('./capability')\nvar inherits = require('inherits')\nvar response = require('./response')\nvar stream = require('readable-stream')\n\nvar IncomingMessage = response.IncomingMessage\nvar rStates = response.readyStates\n\nfunction decideMode (preferBinary, useFetch) {\n\tif (capability.fetch && useFetch) {\n\t\treturn 'fetch'\n\t} else if (capability.mozchunkedarraybuffer) {\n\t\treturn 'moz-chunked-arraybuffer'\n\t} else if (capability.msstream) {\n\t\treturn 'ms-stream'\n\t} else if (capability.arraybuffer && preferBinary) {\n\t\treturn 'arraybuffer'\n\t} else {\n\t\treturn 'text'\n\t}\n}\n\nvar ClientRequest = module.exports = function (opts) {\n\tvar self = this\n\tstream.Writable.call(self)\n\n\tself._opts = opts\n\tself._body = []\n\tself._headers = {}\n\tif (opts.auth)\n\t\tself.setHeader('Authorization', 'Basic ' + Buffer.from(opts.auth).toString('base64'))\n\tObject.keys(opts.headers).forEach(function (name) {\n\t\tself.setHeader(name, opts.headers[name])\n\t})\n\n\tvar preferBinary\n\tvar useFetch = true\n\tif (opts.mode === 'disable-fetch' || ('requestTimeout' in opts && !capability.abortController)) {\n\t\t// If the use of XHR should be preferred. Not typically needed.\n\t\tuseFetch = false\n\t\tpreferBinary = true\n\t} else if (opts.mode === 'prefer-streaming') {\n\t\t// If streaming is a high priority but binary compatibility and\n\t\t// the accuracy of the 'content-type' header aren't\n\t\tpreferBinary = false\n\t} else if (opts.mode === 'allow-wrong-content-type') {\n\t\t// If streaming is more important than preserving the 'content-type' header\n\t\tpreferBinary = !capability.overrideMimeType\n\t} else if (!opts.mode || opts.mode === 'default' || opts.mode === 'prefer-fast') {\n\t\t// Use binary if text streaming may corrupt data or the content-type header, or for speed\n\t\tpreferBinary = true\n\t} else {\n\t\tthrow new Error('Invalid value for opts.mode')\n\t}\n\tself._mode = decideMode(preferBinary, useFetch)\n\tself._fetchTimer = null\n\tself._socketTimeout = null\n\tself._socketTimer = null\n\n\tself.on('finish', function () {\n\t\tself._onFinish()\n\t})\n}\n\ninherits(ClientRequest, stream.Writable)\n\nClientRequest.prototype.setHeader = function (name, value) {\n\tvar self = this\n\tvar lowerName = name.toLowerCase()\n\t// This check is not necessary, but it prevents warnings from browsers about setting unsafe\n\t// headers. To be honest I'm not entirely sure hiding these warnings is a good thing, but\n\t// http-browserify did it, so I will too.\n\tif (unsafeHeaders.indexOf(lowerName) !== -1)\n\t\treturn\n\n\tself._headers[lowerName] = {\n\t\tname: name,\n\t\tvalue: value\n\t}\n}\n\nClientRequest.prototype.getHeader = function (name) {\n\tvar header = this._headers[name.toLowerCase()]\n\tif (header)\n\t\treturn header.value\n\treturn null\n}\n\nClientRequest.prototype.removeHeader = function (name) {\n\tvar self = this\n\tdelete self._headers[name.toLowerCase()]\n}\n\nClientRequest.prototype._onFinish = function () {\n\tvar self = this\n\n\tif (self._destroyed)\n\t\treturn\n\tvar opts = self._opts\n\n\tif ('timeout' in opts && opts.timeout !== 0) {\n\t\tself.setTimeout(opts.timeout)\n\t}\n\n\tvar headersObj = self._headers\n\tvar body = null\n\tif (opts.method !== 'GET' && opts.method !== 'HEAD') {\n body = new Blob(self._body, {\n type: (headersObj['content-type'] || {}).value || ''\n });\n }\n\n\t// create flattened list of headers\n\tvar headersList = []\n\tObject.keys(headersObj).forEach(function (keyName) {\n\t\tvar name = headersObj[keyName].name\n\t\tvar value = headersObj[keyName].value\n\t\tif (Array.isArray(value)) {\n\t\t\tvalue.forEach(function (v) {\n\t\t\t\theadersList.push([name, v])\n\t\t\t})\n\t\t} else {\n\t\t\theadersList.push([name, value])\n\t\t}\n\t})\n\n\tif (self._mode === 'fetch') {\n\t\tvar signal = null\n\t\tif (capability.abortController) {\n\t\t\tvar controller = new AbortController()\n\t\t\tsignal = controller.signal\n\t\t\tself._fetchAbortController = controller\n\n\t\t\tif ('requestTimeout' in opts && opts.requestTimeout !== 0) {\n\t\t\t\tself._fetchTimer = global.setTimeout(function () {\n\t\t\t\t\tself.emit('requestTimeout')\n\t\t\t\t\tif (self._fetchAbortController)\n\t\t\t\t\t\tself._fetchAbortController.abort()\n\t\t\t\t}, opts.requestTimeout)\n\t\t\t}\n\t\t}\n\n\t\tglobal.fetch(self._opts.url, {\n\t\t\tmethod: self._opts.method,\n\t\t\theaders: headersList,\n\t\t\tbody: body || undefined,\n\t\t\tmode: 'cors',\n\t\t\tcredentials: opts.withCredentials ? 'include' : 'same-origin',\n\t\t\tsignal: signal\n\t\t}).then(function (response) {\n\t\t\tself._fetchResponse = response\n\t\t\tself._resetTimers(false)\n\t\t\tself._connect()\n\t\t}, function (reason) {\n\t\t\tself._resetTimers(true)\n\t\t\tif (!self._destroyed)\n\t\t\t\tself.emit('error', reason)\n\t\t})\n\t} else {\n\t\tvar xhr = self._xhr = new global.XMLHttpRequest()\n\t\ttry {\n\t\t\txhr.open(self._opts.method, self._opts.url, true)\n\t\t} catch (err) {\n\t\t\tprocess.nextTick(function () {\n\t\t\t\tself.emit('error', err)\n\t\t\t})\n\t\t\treturn\n\t\t}\n\n\t\t// Can't set responseType on really old browsers\n\t\tif ('responseType' in xhr)\n\t\t\txhr.responseType = self._mode\n\n\t\tif ('withCredentials' in xhr)\n\t\t\txhr.withCredentials = !!opts.withCredentials\n\n\t\tif (self._mode === 'text' && 'overrideMimeType' in xhr)\n\t\t\txhr.overrideMimeType('text/plain; charset=x-user-defined')\n\n\t\tif ('requestTimeout' in opts) {\n\t\t\txhr.timeout = opts.requestTimeout\n\t\t\txhr.ontimeout = function () {\n\t\t\t\tself.emit('requestTimeout')\n\t\t\t}\n\t\t}\n\n\t\theadersList.forEach(function (header) {\n\t\t\txhr.setRequestHeader(header[0], header[1])\n\t\t})\n\n\t\tself._response = null\n\t\txhr.onreadystatechange = function () {\n\t\t\tswitch (xhr.readyState) {\n\t\t\t\tcase rStates.LOADING:\n\t\t\t\tcase rStates.DONE:\n\t\t\t\t\tself._onXHRProgress()\n\t\t\t\t\tbreak\n\t\t\t}\n\t\t}\n\t\t// Necessary for streaming in Firefox, since xhr.response is ONLY defined\n\t\t// in onprogress, not in onreadystatechange with xhr.readyState = 3\n\t\tif (self._mode === 'moz-chunked-arraybuffer') {\n\t\t\txhr.onprogress = function () {\n\t\t\t\tself._onXHRProgress()\n\t\t\t}\n\t\t}\n\n\t\txhr.onerror = function () {\n\t\t\tif (self._destroyed)\n\t\t\t\treturn\n\t\t\tself._resetTimers(true)\n\t\t\tself.emit('error', new Error('XHR error'))\n\t\t}\n\n\t\ttry {\n\t\t\txhr.send(body)\n\t\t} catch (err) {\n\t\t\tprocess.nextTick(function () {\n\t\t\t\tself.emit('error', err)\n\t\t\t})\n\t\t\treturn\n\t\t}\n\t}\n}\n\n/**\n * Checks if xhr.status is readable and non-zero, indicating no error.\n * Even though the spec says it should be available in readyState 3,\n * accessing it throws an exception in IE8\n */\nfunction statusValid (xhr) {\n\ttry {\n\t\tvar status = xhr.status\n\t\treturn (status !== null && status !== 0)\n\t} catch (e) {\n\t\treturn false\n\t}\n}\n\nClientRequest.prototype._onXHRProgress = function () {\n\tvar self = this\n\n\tself._resetTimers(false)\n\n\tif (!statusValid(self._xhr) || self._destroyed)\n\t\treturn\n\n\tif (!self._response)\n\t\tself._connect()\n\n\tself._response._onXHRProgress(self._resetTimers.bind(self))\n}\n\nClientRequest.prototype._connect = function () {\n\tvar self = this\n\n\tif (self._destroyed)\n\t\treturn\n\n\tself._response = new IncomingMessage(self._xhr, self._fetchResponse, self._mode, self._resetTimers.bind(self))\n\tself._response.on('error', function(err) {\n\t\tself.emit('error', err)\n\t})\n\n\tself.emit('response', self._response)\n}\n\nClientRequest.prototype._write = function (chunk, encoding, cb) {\n\tvar self = this\n\n\tself._body.push(chunk)\n\tcb()\n}\n\nClientRequest.prototype._resetTimers = function (done) {\n\tvar self = this\n\n\tglobal.clearTimeout(self._socketTimer)\n\tself._socketTimer = null\n\n\tif (done) {\n\t\tglobal.clearTimeout(self._fetchTimer)\n\t\tself._fetchTimer = null\n\t} else if (self._socketTimeout) {\n\t\tself._socketTimer = global.setTimeout(function () {\n\t\t\tself.emit('timeout')\n\t\t}, self._socketTimeout)\n\t}\n}\n\nClientRequest.prototype.abort = ClientRequest.prototype.destroy = function (err) {\n\tvar self = this\n\tself._destroyed = true\n\tself._resetTimers(true)\n\tif (self._response)\n\t\tself._response._destroyed = true\n\tif (self._xhr)\n\t\tself._xhr.abort()\n\telse if (self._fetchAbortController)\n\t\tself._fetchAbortController.abort()\n\n\tif (err)\n\t\tself.emit('error', err)\n}\n\nClientRequest.prototype.end = function (data, encoding, cb) {\n\tvar self = this\n\tif (typeof data === 'function') {\n\t\tcb = data\n\t\tdata = undefined\n\t}\n\n\tstream.Writable.prototype.end.call(self, data, encoding, cb)\n}\n\nClientRequest.prototype.setTimeout = function (timeout, cb) {\n\tvar self = this\n\n\tif (cb)\n\t\tself.once('timeout', cb)\n\n\tself._socketTimeout = timeout\n\tself._resetTimers(false)\n}\n\nClientRequest.prototype.flushHeaders = function () {}\nClientRequest.prototype.setNoDelay = function () {}\nClientRequest.prototype.setSocketKeepAlive = function () {}\n\n// Taken from http://www.w3.org/TR/XMLHttpRequest/#the-setrequestheader%28%29-method\nvar unsafeHeaders = [\n\t'accept-charset',\n\t'accept-encoding',\n\t'access-control-request-headers',\n\t'access-control-request-method',\n\t'connection',\n\t'content-length',\n\t'cookie',\n\t'cookie2',\n\t'date',\n\t'dnt',\n\t'expect',\n\t'host',\n\t'keep-alive',\n\t'origin',\n\t'referer',\n\t'te',\n\t'trailer',\n\t'transfer-encoding',\n\t'upgrade',\n\t'via'\n]\n","var capability = require('./capability')\nvar inherits = require('inherits')\nvar stream = require('readable-stream')\n\nvar rStates = exports.readyStates = {\n\tUNSENT: 0,\n\tOPENED: 1,\n\tHEADERS_RECEIVED: 2,\n\tLOADING: 3,\n\tDONE: 4\n}\n\nvar IncomingMessage = exports.IncomingMessage = function (xhr, response, mode, resetTimers) {\n\tvar self = this\n\tstream.Readable.call(self)\n\n\tself._mode = mode\n\tself.headers = {}\n\tself.rawHeaders = []\n\tself.trailers = {}\n\tself.rawTrailers = []\n\n\t// Fake the 'close' event, but only once 'end' fires\n\tself.on('end', function () {\n\t\t// The nextTick is necessary to prevent the 'request' module from causing an infinite loop\n\t\tprocess.nextTick(function () {\n\t\t\tself.emit('close')\n\t\t})\n\t})\n\n\tif (mode === 'fetch') {\n\t\tself._fetchResponse = response\n\n\t\tself.url = response.url\n\t\tself.statusCode = response.status\n\t\tself.statusMessage = response.statusText\n\t\t\n\t\tresponse.headers.forEach(function (header, key){\n\t\t\tself.headers[key.toLowerCase()] = header\n\t\t\tself.rawHeaders.push(key, header)\n\t\t})\n\n\t\tif (capability.writableStream) {\n\t\t\tvar writable = new WritableStream({\n\t\t\t\twrite: function (chunk) {\n\t\t\t\t\tresetTimers(false)\n\t\t\t\t\treturn new Promise(function (resolve, reject) {\n\t\t\t\t\t\tif (self._destroyed) {\n\t\t\t\t\t\t\treject()\n\t\t\t\t\t\t} else if(self.push(Buffer.from(chunk))) {\n\t\t\t\t\t\t\tresolve()\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tself._resumeFetch = resolve\n\t\t\t\t\t\t}\n\t\t\t\t\t})\n\t\t\t\t},\n\t\t\t\tclose: function () {\n\t\t\t\t\tresetTimers(true)\n\t\t\t\t\tif (!self._destroyed)\n\t\t\t\t\t\tself.push(null)\n\t\t\t\t},\n\t\t\t\tabort: function (err) {\n\t\t\t\t\tresetTimers(true)\n\t\t\t\t\tif (!self._destroyed)\n\t\t\t\t\t\tself.emit('error', err)\n\t\t\t\t}\n\t\t\t})\n\n\t\t\ttry {\n\t\t\t\tresponse.body.pipeTo(writable).catch(function (err) {\n\t\t\t\t\tresetTimers(true)\n\t\t\t\t\tif (!self._destroyed)\n\t\t\t\t\t\tself.emit('error', err)\n\t\t\t\t})\n\t\t\t\treturn\n\t\t\t} catch (e) {} // pipeTo method isn't defined. Can't find a better way to feature test this\n\t\t}\n\t\t// fallback for when writableStream or pipeTo aren't available\n\t\tvar reader = response.body.getReader()\n\t\tfunction read () {\n\t\t\treader.read().then(function (result) {\n\t\t\t\tif (self._destroyed)\n\t\t\t\t\treturn\n\t\t\t\tresetTimers(result.done)\n\t\t\t\tif (result.done) {\n\t\t\t\t\tself.push(null)\n\t\t\t\t\treturn\n\t\t\t\t}\n\t\t\t\tself.push(Buffer.from(result.value))\n\t\t\t\tread()\n\t\t\t}).catch(function (err) {\n\t\t\t\tresetTimers(true)\n\t\t\t\tif (!self._destroyed)\n\t\t\t\t\tself.emit('error', err)\n\t\t\t})\n\t\t}\n\t\tread()\n\t} else {\n\t\tself._xhr = xhr\n\t\tself._pos = 0\n\n\t\tself.url = xhr.responseURL\n\t\tself.statusCode = xhr.status\n\t\tself.statusMessage = xhr.statusText\n\t\tvar headers = xhr.getAllResponseHeaders().split(/\\r?\\n/)\n\t\theaders.forEach(function (header) {\n\t\t\tvar matches = header.match(/^([^:]+):\\s*(.*)/)\n\t\t\tif (matches) {\n\t\t\t\tvar key = matches[1].toLowerCase()\n\t\t\t\tif (key === 'set-cookie') {\n\t\t\t\t\tif (self.headers[key] === undefined) {\n\t\t\t\t\t\tself.headers[key] = []\n\t\t\t\t\t}\n\t\t\t\t\tself.headers[key].push(matches[2])\n\t\t\t\t} else if (self.headers[key] !== undefined) {\n\t\t\t\t\tself.headers[key] += ', ' + matches[2]\n\t\t\t\t} else {\n\t\t\t\t\tself.headers[key] = matches[2]\n\t\t\t\t}\n\t\t\t\tself.rawHeaders.push(matches[1], matches[2])\n\t\t\t}\n\t\t})\n\n\t\tself._charset = 'x-user-defined'\n\t\tif (!capability.overrideMimeType) {\n\t\t\tvar mimeType = self.rawHeaders['mime-type']\n\t\t\tif (mimeType) {\n\t\t\t\tvar charsetMatch = mimeType.match(/;\\s*charset=([^;])(;|$)/)\n\t\t\t\tif (charsetMatch) {\n\t\t\t\t\tself._charset = charsetMatch[1].toLowerCase()\n\t\t\t\t}\n\t\t\t}\n\t\t\tif (!self._charset)\n\t\t\t\tself._charset = 'utf-8' // best guess\n\t\t}\n\t}\n}\n\ninherits(IncomingMessage, stream.Readable)\n\nIncomingMessage.prototype._read = function () {\n\tvar self = this\n\n\tvar resolve = self._resumeFetch\n\tif (resolve) {\n\t\tself._resumeFetch = null\n\t\tresolve()\n\t}\n}\n\nIncomingMessage.prototype._onXHRProgress = function (resetTimers) {\n\tvar self = this\n\n\tvar xhr = self._xhr\n\n\tvar response = null\n\tswitch (self._mode) {\n\t\tcase 'text':\n\t\t\tresponse = xhr.responseText\n\t\t\tif (response.length > self._pos) {\n\t\t\t\tvar newData = response.substr(self._pos)\n\t\t\t\tif (self._charset === 'x-user-defined') {\n\t\t\t\t\tvar buffer = Buffer.alloc(newData.length)\n\t\t\t\t\tfor (var i = 0; i < newData.length; i++)\n\t\t\t\t\t\tbuffer[i] = newData.charCodeAt(i) & 0xff\n\n\t\t\t\t\tself.push(buffer)\n\t\t\t\t} else {\n\t\t\t\t\tself.push(newData, self._charset)\n\t\t\t\t}\n\t\t\t\tself._pos = response.length\n\t\t\t}\n\t\t\tbreak\n\t\tcase 'arraybuffer':\n\t\t\tif (xhr.readyState !== rStates.DONE || !xhr.response)\n\t\t\t\tbreak\n\t\t\tresponse = xhr.response\n\t\t\tself.push(Buffer.from(new Uint8Array(response)))\n\t\t\tbreak\n\t\tcase 'moz-chunked-arraybuffer': // take whole\n\t\t\tresponse = xhr.response\n\t\t\tif (xhr.readyState !== rStates.LOADING || !response)\n\t\t\t\tbreak\n\t\t\tself.push(Buffer.from(new Uint8Array(response)))\n\t\t\tbreak\n\t\tcase 'ms-stream':\n\t\t\tresponse = xhr.response\n\t\t\tif (xhr.readyState !== rStates.LOADING)\n\t\t\t\tbreak\n\t\t\tvar reader = new global.MSStreamReader()\n\t\t\treader.onprogress = function () {\n\t\t\t\tif (reader.result.byteLength > self._pos) {\n\t\t\t\t\tself.push(Buffer.from(new Uint8Array(reader.result.slice(self._pos))))\n\t\t\t\t\tself._pos = reader.result.byteLength\n\t\t\t\t}\n\t\t\t}\n\t\t\treader.onload = function () {\n\t\t\t\tresetTimers(true)\n\t\t\t\tself.push(null)\n\t\t\t}\n\t\t\t// reader.onerror = ??? // TODO: this\n\t\t\treader.readAsArrayBuffer(response)\n\t\t\tbreak\n\t}\n\n\t// The ms-stream case handles end separately in reader.onload()\n\tif (self._xhr.readyState === rStates.DONE && self._mode !== 'ms-stream') {\n\t\tresetTimers(true)\n\t\tself.push(null)\n\t}\n}\n","module.exports = extend\n\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\n\nfunction extend() {\n var target = {}\n\n for (var i = 0; i < arguments.length; i++) {\n var source = arguments[i]\n\n for (var key in source) {\n if (hasOwnProperty.call(source, key)) {\n target[key] = source[key]\n }\n }\n }\n\n return target\n}\n","import { getCurrentUser as A, onRequestTokenUpdate as ue, getRequestToken as de } from \"@nextcloud/auth\";\nimport { getLoggerBuilder as q } from \"@nextcloud/logger\";\nimport { getCanonicalLocale as ae } from \"@nextcloud/l10n\";\nimport { join as le, basename as fe, extname as ce, dirname as I } from \"path\";\nimport { encodePath as he } from \"@nextcloud/paths\";\nimport { generateRemoteUrl as pe } from \"@nextcloud/router\";\nimport { createClient as ge, getPatcher as we } from \"webdav\";\n/**\n * @copyright 2019 Christoph Wurst \n *\n * @author Christoph Wurst \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nconst me = (e) => e === null ? q().setApp(\"files\").build() : q().setApp(\"files\").setUid(e.uid).build(), m = me(A());\n/**\n * @copyright Copyright (c) 2021 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nclass Ne {\n _entries = [];\n registerEntry(t) {\n this.validateEntry(t), this._entries.push(t);\n }\n unregisterEntry(t) {\n const r = typeof t == \"string\" ? this.getEntryIndex(t) : this.getEntryIndex(t.id);\n if (r === -1) {\n m.warn(\"Entry not found, nothing removed\", { entry: t, entries: this.getEntries() });\n return;\n }\n this._entries.splice(r, 1);\n }\n /**\n * Get the list of registered entries\n *\n * @param {Folder} context the creation context. Usually the current folder\n */\n getEntries(t) {\n return t ? this._entries.filter((r) => typeof r.enabled == \"function\" ? r.enabled(t) : !0) : this._entries;\n }\n getEntryIndex(t) {\n return this._entries.findIndex((r) => r.id === t);\n }\n validateEntry(t) {\n if (!t.id || !t.displayName || !(t.iconSvgInline || t.iconClass) || !t.handler)\n throw new Error(\"Invalid entry\");\n if (typeof t.id != \"string\" || typeof t.displayName != \"string\")\n throw new Error(\"Invalid id or displayName property\");\n if (t.iconClass && typeof t.iconClass != \"string\" || t.iconSvgInline && typeof t.iconSvgInline != \"string\")\n throw new Error(\"Invalid icon provided\");\n if (t.enabled !== void 0 && typeof t.enabled != \"function\")\n throw new Error(\"Invalid enabled property\");\n if (typeof t.handler != \"function\")\n throw new Error(\"Invalid handler property\");\n if (\"order\" in t && typeof t.order != \"number\")\n throw new Error(\"Invalid order property\");\n if (this.getEntryIndex(t.id) !== -1)\n throw new Error(\"Duplicate entry\");\n }\n}\nconst F = function() {\n return typeof window._nc_newfilemenu > \"u\" && (window._nc_newfilemenu = new Ne(), m.debug(\"NewFileMenu initialized\")), window._nc_newfilemenu;\n};\n/**\n * @copyright 2019 Christoph Wurst \n *\n * @author Christoph Wurst \n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nconst C = [\"B\", \"KB\", \"MB\", \"GB\", \"TB\", \"PB\"], P = [\"B\", \"KiB\", \"MiB\", \"GiB\", \"TiB\", \"PiB\"];\nfunction Yt(e, t = !1, r = !1, s = !1) {\n r = r && !s, typeof e == \"string\" && (e = Number(e));\n let n = e > 0 ? Math.floor(Math.log(e) / Math.log(s ? 1e3 : 1024)) : 0;\n n = Math.min((r ? P.length : C.length) - 1, n);\n const i = r ? P[n] : C[n];\n let d = (e / Math.pow(s ? 1e3 : 1024, n)).toFixed(1);\n return t === !0 && n === 0 ? (d !== \"0.0\" ? \"< 1 \" : \"0 \") + (r ? P[1] : C[1]) : (n < 2 ? d = parseFloat(d).toFixed(0) : d = parseFloat(d).toLocaleString(ae()), d + \" \" + i);\n}\nfunction Jt(e, t = !1) {\n try {\n e = `${e}`.toLocaleLowerCase().replaceAll(/\\s+/g, \"\").replaceAll(\",\", \".\");\n } catch {\n return null;\n }\n const r = e.match(/^([0-9]*(\\.[0-9]*)?)([kmgtp]?)(i?)b?$/);\n if (r === null || r[1] === \".\" || r[1] === \"\")\n return null;\n const s = {\n \"\": 0,\n k: 1,\n m: 2,\n g: 3,\n t: 4,\n p: 5,\n e: 6\n }, n = `${r[1]}`, i = r[4] === \"i\" || t ? 1024 : 1e3;\n return Math.round(Number.parseFloat(n) * i ** s[r[3]]);\n}\n/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nvar Z = /* @__PURE__ */ ((e) => (e.DEFAULT = \"default\", e.HIDDEN = \"hidden\", e))(Z || {});\nclass Qt {\n _action;\n constructor(t) {\n this.validateAction(t), this._action = t;\n }\n get id() {\n return this._action.id;\n }\n get displayName() {\n return this._action.displayName;\n }\n get title() {\n return this._action.title;\n }\n get iconSvgInline() {\n return this._action.iconSvgInline;\n }\n get enabled() {\n return this._action.enabled;\n }\n get exec() {\n return this._action.exec;\n }\n get execBatch() {\n return this._action.execBatch;\n }\n get order() {\n return this._action.order;\n }\n get parent() {\n return this._action.parent;\n }\n get default() {\n return this._action.default;\n }\n get inline() {\n return this._action.inline;\n }\n get renderInline() {\n return this._action.renderInline;\n }\n validateAction(t) {\n if (!t.id || typeof t.id != \"string\")\n throw new Error(\"Invalid id\");\n if (!t.displayName || typeof t.displayName != \"function\")\n throw new Error(\"Invalid displayName function\");\n if (\"title\" in t && typeof t.title != \"function\")\n throw new Error(\"Invalid title function\");\n if (!t.iconSvgInline || typeof t.iconSvgInline != \"function\")\n throw new Error(\"Invalid iconSvgInline function\");\n if (!t.exec || typeof t.exec != \"function\")\n throw new Error(\"Invalid exec function\");\n if (\"enabled\" in t && typeof t.enabled != \"function\")\n throw new Error(\"Invalid enabled function\");\n if (\"execBatch\" in t && typeof t.execBatch != \"function\")\n throw new Error(\"Invalid execBatch function\");\n if (\"order\" in t && typeof t.order != \"number\")\n throw new Error(\"Invalid order\");\n if (\"parent\" in t && typeof t.parent != \"string\")\n throw new Error(\"Invalid parent\");\n if (t.default && !Object.values(Z).includes(t.default))\n throw new Error(\"Invalid default\");\n if (\"inline\" in t && typeof t.inline != \"function\")\n throw new Error(\"Invalid inline function\");\n if (\"renderInline\" in t && typeof t.renderInline != \"function\")\n throw new Error(\"Invalid renderInline function\");\n }\n}\nconst Dt = function(e) {\n if (typeof window._nc_fileactions > \"u\" && (window._nc_fileactions = [], m.debug(\"FileActions initialized\")), window._nc_fileactions.find((t) => t.id === e.id)) {\n m.error(`FileAction ${e.id} already registered`, { action: e });\n return;\n }\n window._nc_fileactions.push(e);\n}, er = function() {\n return typeof window._nc_fileactions > \"u\" && (window._nc_fileactions = [], m.debug(\"FileActions initialized\")), window._nc_fileactions;\n};\n/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nclass tr {\n _header;\n constructor(t) {\n this.validateHeader(t), this._header = t;\n }\n get id() {\n return this._header.id;\n }\n get order() {\n return this._header.order;\n }\n get enabled() {\n return this._header.enabled;\n }\n get render() {\n return this._header.render;\n }\n get updated() {\n return this._header.updated;\n }\n validateHeader(t) {\n if (!t.id || !t.render || !t.updated)\n throw new Error(\"Invalid header: id, render and updated are required\");\n if (typeof t.id != \"string\")\n throw new Error(\"Invalid id property\");\n if (t.enabled !== void 0 && typeof t.enabled != \"function\")\n throw new Error(\"Invalid enabled property\");\n if (t.render && typeof t.render != \"function\")\n throw new Error(\"Invalid render property\");\n if (t.updated && typeof t.updated != \"function\")\n throw new Error(\"Invalid updated property\");\n }\n}\nconst rr = function(e) {\n if (typeof window._nc_filelistheader > \"u\" && (window._nc_filelistheader = [], m.debug(\"FileListHeaders initialized\")), window._nc_filelistheader.find((t) => t.id === e.id)) {\n m.error(`Header ${e.id} already registered`, { header: e });\n return;\n }\n window._nc_filelistheader.push(e);\n}, nr = function() {\n return typeof window._nc_filelistheader > \"u\" && (window._nc_filelistheader = [], m.debug(\"FileListHeaders initialized\")), window._nc_filelistheader;\n};\n/**\n * @copyright Copyright (c) 2022 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nvar N = /* @__PURE__ */ ((e) => (e[e.NONE = 0] = \"NONE\", e[e.CREATE = 4] = \"CREATE\", e[e.READ = 1] = \"READ\", e[e.UPDATE = 2] = \"UPDATE\", e[e.DELETE = 8] = \"DELETE\", e[e.SHARE = 16] = \"SHARE\", e[e.ALL = 31] = \"ALL\", e))(N || {});\n/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n * @author Ferdinand Thiessen \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nconst j = [\n \"d:getcontentlength\",\n \"d:getcontenttype\",\n \"d:getetag\",\n \"d:getlastmodified\",\n \"d:quota-available-bytes\",\n \"d:resourcetype\",\n \"nc:has-preview\",\n \"nc:is-encrypted\",\n \"nc:mount-type\",\n \"nc:share-attributes\",\n \"oc:comments-unread\",\n \"oc:favorite\",\n \"oc:fileid\",\n \"oc:owner-display-name\",\n \"oc:owner-id\",\n \"oc:permissions\",\n \"oc:share-types\",\n \"oc:size\",\n \"ocs:share-permissions\"\n], Y = {\n d: \"DAV:\",\n nc: \"http://nextcloud.org/ns\",\n oc: \"http://owncloud.org/ns\",\n ocs: \"http://open-collaboration-services.org/ns\"\n}, ir = function(e, t = { nc: \"http://nextcloud.org/ns\" }) {\n typeof window._nc_dav_properties > \"u\" && (window._nc_dav_properties = [...j], window._nc_dav_namespaces = { ...Y });\n const r = { ...window._nc_dav_namespaces, ...t };\n if (window._nc_dav_properties.find((n) => n === e))\n return m.error(`${e} already registered`, { prop: e }), !1;\n if (e.startsWith(\"<\") || e.split(\":\").length !== 2)\n return m.error(`${e} is not valid. See example: 'oc:fileid'`, { prop: e }), !1;\n const s = e.split(\":\")[0];\n return r[s] ? (window._nc_dav_properties.push(e), window._nc_dav_namespaces = r, !0) : (m.error(`${e} namespace unknown`, { prop: e, namespaces: r }), !1);\n}, V = function() {\n return typeof window._nc_dav_properties > \"u\" && (window._nc_dav_properties = [...j]), window._nc_dav_properties.map((e) => `<${e} />`).join(\" \");\n}, L = function() {\n return typeof window._nc_dav_namespaces > \"u\" && (window._nc_dav_namespaces = { ...Y }), Object.keys(window._nc_dav_namespaces).map((e) => `xmlns:${e}=\"${window._nc_dav_namespaces?.[e]}\"`).join(\" \");\n}, sr = function() {\n return `\n\t\t\n\t\t\t\n\t\t\t\t${V()}\n\t\t\t\n\t\t`;\n}, Ee = function() {\n return `\n\t\t\n\t\t\t\n\t\t\t\t${V()}\n\t\t\t\n\t\t\t\n\t\t\t\t1\n\t\t\t\n\t\t`;\n}, or = function(e) {\n return `\n\n\t\n\t\t\n\t\t\t\n\t\t\t\t${V()}\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t/files/${A()?.uid}/\n\t\t\t\tinfinity\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\thttpd/unix-directory\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t0\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t${e}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t100\n\t\t\t0\n\t\t\n\t\n`;\n};\n/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n * @author Ferdinand Thiessen \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nconst be = function(e = \"\") {\n let t = N.NONE;\n return e && ((e.includes(\"C\") || e.includes(\"K\")) && (t |= N.CREATE), e.includes(\"G\") && (t |= N.READ), (e.includes(\"W\") || e.includes(\"N\") || e.includes(\"V\")) && (t |= N.UPDATE), e.includes(\"D\") && (t |= N.DELETE), e.includes(\"R\") && (t |= N.SHARE)), t;\n};\n/**\n * @copyright Copyright (c) 2022 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nvar R = /* @__PURE__ */ ((e) => (e.Folder = \"folder\", e.File = \"file\", e))(R || {});\n/**\n * @copyright Copyright (c) 2022 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nconst J = function(e, t) {\n return e.match(t) !== null;\n}, X = (e, t) => {\n if (e.id && typeof e.id != \"number\")\n throw new Error(\"Invalid id type of value\");\n if (!e.source)\n throw new Error(\"Missing mandatory source\");\n try {\n new URL(e.source);\n } catch {\n throw new Error(\"Invalid source format, source must be a valid URL\");\n }\n if (!e.source.startsWith(\"http\"))\n throw new Error(\"Invalid source format, only http(s) is supported\");\n if (e.mtime && !(e.mtime instanceof Date))\n throw new Error(\"Invalid mtime type\");\n if (e.crtime && !(e.crtime instanceof Date))\n throw new Error(\"Invalid crtime type\");\n if (!e.mime || typeof e.mime != \"string\" || !e.mime.match(/^[-\\w.]+\\/[-+\\w.]+$/gi))\n throw new Error(\"Missing or invalid mandatory mime\");\n if (\"size\" in e && typeof e.size != \"number\" && e.size !== void 0)\n throw new Error(\"Invalid size type\");\n if (\"permissions\" in e && e.permissions !== void 0 && !(typeof e.permissions == \"number\" && e.permissions >= N.NONE && e.permissions <= N.ALL))\n throw new Error(\"Invalid permissions\");\n if (e.owner && e.owner !== null && typeof e.owner != \"string\")\n throw new Error(\"Invalid owner type\");\n if (e.attributes && typeof e.attributes != \"object\")\n throw new Error(\"Invalid attributes type\");\n if (e.root && typeof e.root != \"string\")\n throw new Error(\"Invalid root type\");\n if (e.root && !e.root.startsWith(\"/\"))\n throw new Error(\"Root must start with a leading slash\");\n if (e.root && !e.source.includes(e.root))\n throw new Error(\"Root must be part of the source\");\n if (e.root && J(e.source, t)) {\n const r = e.source.match(t)[0];\n if (!e.source.includes(le(r, e.root)))\n throw new Error(\"The root must be relative to the service. e.g /files/emma\");\n }\n if (e.status && !Object.values(Q).includes(e.status))\n throw new Error(\"Status must be a valid NodeStatus\");\n};\n/**\n * @copyright Copyright (c) 2022 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nvar Q = /* @__PURE__ */ ((e) => (e.NEW = \"new\", e.FAILED = \"failed\", e.LOADING = \"loading\", e.LOCKED = \"locked\", e))(Q || {});\nclass D {\n _data;\n _attributes;\n _knownDavService = /(remote|public)\\.php\\/(web)?dav/i;\n constructor(t, r) {\n X(t, r || this._knownDavService), this._data = t;\n const s = {\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n set: (n, i, d) => (this.updateMtime(), Reflect.set(n, i, d)),\n deleteProperty: (n, i) => (this.updateMtime(), Reflect.deleteProperty(n, i))\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n };\n this._attributes = new Proxy(t.attributes || {}, s), delete this._data.attributes, r && (this._knownDavService = r);\n }\n /**\n * Get the source url to this object\n */\n get source() {\n return this._data.source.replace(/\\/$/i, \"\");\n }\n /**\n * Get the encoded source url to this object for requests purposes\n */\n get encodedSource() {\n const { origin: t } = new URL(this.source);\n return t + he(this.source.slice(t.length));\n }\n /**\n * Get this object name\n */\n get basename() {\n return fe(this.source);\n }\n /**\n * Get this object's extension\n */\n get extension() {\n return ce(this.source);\n }\n /**\n * Get the directory path leading to this object\n * Will use the relative path to root if available\n */\n get dirname() {\n if (this.root) {\n const r = this.source.indexOf(this.root);\n return I(this.source.slice(r + this.root.length) || \"/\");\n }\n const t = new URL(this.source);\n return I(t.pathname);\n }\n /**\n * Get the file mime\n */\n get mime() {\n return this._data.mime;\n }\n /**\n * Get the file modification time\n */\n get mtime() {\n return this._data.mtime;\n }\n /**\n * Get the file creation time\n */\n get crtime() {\n return this._data.crtime;\n }\n /**\n * Get the file size\n */\n get size() {\n return this._data.size;\n }\n /**\n * Get the file attribute\n */\n get attributes() {\n return this._attributes;\n }\n /**\n * Get the file permissions\n */\n get permissions() {\n return this.owner === null && !this.isDavRessource ? N.READ : this._data.permissions !== void 0 ? this._data.permissions : N.NONE;\n }\n /**\n * Get the file owner\n */\n get owner() {\n return this.isDavRessource ? this._data.owner : null;\n }\n /**\n * Is this a dav-related ressource ?\n */\n get isDavRessource() {\n return J(this.source, this._knownDavService);\n }\n /**\n * Get the dav root of this object\n */\n get root() {\n return this._data.root ? this._data.root.replace(/^(.+)\\/$/, \"$1\") : this.isDavRessource && I(this.source).split(this._knownDavService).pop() || null;\n }\n /**\n * Get the absolute path of this object relative to the root\n */\n get path() {\n if (this.root) {\n const t = this.source.indexOf(this.root);\n return this.source.slice(t + this.root.length) || \"/\";\n }\n return (this.dirname + \"/\" + this.basename).replace(/\\/\\//g, \"/\");\n }\n /**\n * Get the node id if defined.\n * Will look for the fileid in attributes if undefined.\n */\n get fileid() {\n return this._data?.id || this.attributes?.fileid;\n }\n /**\n * Get the node status.\n */\n get status() {\n return this._data?.status;\n }\n /**\n * Set the node status.\n */\n set status(t) {\n this._data.status = t;\n }\n /**\n * Move the node to a new destination\n *\n * @param {string} destination the new source.\n * e.g. https://cloud.domain.com/remote.php/dav/files/emma/Photos/picture.jpg\n */\n move(t) {\n X({ ...this._data, source: t }, this._knownDavService), this._data.source = t, this.updateMtime();\n }\n /**\n * Rename the node\n * This aliases the move method for easier usage\n *\n * @param basename The new name of the node\n */\n rename(t) {\n if (t.includes(\"/\"))\n throw new Error(\"Invalid basename\");\n this.move(I(this.source) + \"/\" + t);\n }\n /**\n * Update the mtime if exists.\n */\n updateMtime() {\n this._data.mtime && (this._data.mtime = /* @__PURE__ */ new Date());\n }\n}\n/**\n * @copyright Copyright (c) 2022 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nclass ye extends D {\n get type() {\n return R.File;\n }\n}\n/**\n * @copyright Copyright (c) 2022 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nclass _e extends D {\n constructor(t) {\n super({\n ...t,\n mime: \"httpd/unix-directory\"\n });\n }\n get type() {\n return R.Folder;\n }\n get extension() {\n return null;\n }\n get mime() {\n return \"httpd/unix-directory\";\n }\n}\n/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n * @author Ferdinand Thiessen \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nconst ee = `/files/${A()?.uid}`, te = pe(\"dav\"), ur = function(e = te) {\n const t = ge(e);\n function r(n) {\n t.setHeaders({\n // Add this so the server knows it is an request from the browser\n \"X-Requested-With\": \"XMLHttpRequest\",\n // Inject user auth\n requesttoken: n ?? \"\"\n });\n }\n return ue(r), r(de()), we().patch(\"fetch\", (n, i) => {\n const d = i.headers;\n return d?.method && (i.method = d.method, delete d.method), fetch(n, i);\n }), t;\n}, dr = async (e, t = \"/\", r = ee) => (await e.getDirectoryContents(`${r}${t}`, {\n details: !0,\n data: Ee(),\n headers: {\n // see davGetClient for patched webdav client\n method: \"REPORT\"\n },\n includeSelf: !0\n})).data.filter((n) => n.filename !== t).map((n) => ve(n, r)), ve = function(e, t = ee, r = te) {\n const s = e.props, n = be(s?.permissions), i = A()?.uid, d = {\n id: s?.fileid || 0,\n source: `${r}${e.filename}`,\n mtime: new Date(Date.parse(e.lastmod)),\n mime: e.mime,\n size: s?.size || Number.parseInt(s.getcontentlength || \"0\"),\n permissions: n,\n owner: i,\n root: t,\n attributes: {\n ...e,\n ...s,\n hasPreview: s?.[\"has-preview\"]\n }\n };\n return delete d.attributes?.props, e.type === \"file\" ? new ye(d) : new _e(d);\n};\n/**\n * @copyright Copyright (c) 2022 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nclass Te {\n _views = [];\n _currentView = null;\n register(t) {\n if (this._views.find((r) => r.id === t.id))\n throw new Error(`View id ${t.id} is already registered`);\n this._views.push(t);\n }\n remove(t) {\n const r = this._views.findIndex((s) => s.id === t);\n r !== -1 && this._views.splice(r, 1);\n }\n get views() {\n return this._views;\n }\n setActive(t) {\n this._currentView = t;\n }\n get active() {\n return this._currentView;\n }\n}\nconst ar = function() {\n return typeof window._nc_navigation > \"u\" && (window._nc_navigation = new Te(), m.debug(\"Navigation service initialized\")), window._nc_navigation;\n};\n/**\n * @copyright Copyright (c) 2022 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nclass Ie {\n _column;\n constructor(t) {\n Ae(t), this._column = t;\n }\n get id() {\n return this._column.id;\n }\n get title() {\n return this._column.title;\n }\n get render() {\n return this._column.render;\n }\n get sort() {\n return this._column.sort;\n }\n get summary() {\n return this._column.summary;\n }\n}\nconst Ae = function(e) {\n if (!e.id || typeof e.id != \"string\")\n throw new Error(\"A column id is required\");\n if (!e.title || typeof e.title != \"string\")\n throw new Error(\"A column title is required\");\n if (!e.render || typeof e.render != \"function\")\n throw new Error(\"A render function is required\");\n if (e.sort && typeof e.sort != \"function\")\n throw new Error(\"Column sortFunction must be a function\");\n if (e.summary && typeof e.summary != \"function\")\n throw new Error(\"Column summary must be a function\");\n return !0;\n};\nvar S = {}, O = {};\n(function(e) {\n const t = \":A-Za-z_\\\\u00C0-\\\\u00D6\\\\u00D8-\\\\u00F6\\\\u00F8-\\\\u02FF\\\\u0370-\\\\u037D\\\\u037F-\\\\u1FFF\\\\u200C-\\\\u200D\\\\u2070-\\\\u218F\\\\u2C00-\\\\u2FEF\\\\u3001-\\\\uD7FF\\\\uF900-\\\\uFDCF\\\\uFDF0-\\\\uFFFD\", r = t + \"\\\\-.\\\\d\\\\u00B7\\\\u0300-\\\\u036F\\\\u203F-\\\\u2040\", s = \"[\" + t + \"][\" + r + \"]*\", n = new RegExp(\"^\" + s + \"$\"), i = function(u, o) {\n const a = [];\n let l = o.exec(u);\n for (; l; ) {\n const f = [];\n f.startIndex = o.lastIndex - l[0].length;\n const c = l.length;\n for (let g = 0; g < c; g++)\n f.push(l[g]);\n a.push(f), l = o.exec(u);\n }\n return a;\n }, d = function(u) {\n const o = n.exec(u);\n return !(o === null || typeof o > \"u\");\n };\n e.isExist = function(u) {\n return typeof u < \"u\";\n }, e.isEmptyObject = function(u) {\n return Object.keys(u).length === 0;\n }, e.merge = function(u, o, a) {\n if (o) {\n const l = Object.keys(o), f = l.length;\n for (let c = 0; c < f; c++)\n a === \"strict\" ? u[l[c]] = [o[l[c]]] : u[l[c]] = o[l[c]];\n }\n }, e.getValue = function(u) {\n return e.isExist(u) ? u : \"\";\n }, e.isName = d, e.getAllMatches = i, e.nameRegexp = s;\n})(O);\nconst M = O, Oe = {\n allowBooleanAttributes: !1,\n //A tag can have attributes without any value\n unpairedTags: []\n};\nS.validate = function(e, t) {\n t = Object.assign({}, Oe, t);\n const r = [];\n let s = !1, n = !1;\n e[0] === \"\\uFEFF\" && (e = e.substr(1));\n for (let i = 0; i < e.length; i++)\n if (e[i] === \"<\" && e[i + 1] === \"?\") {\n if (i += 2, i = G(e, i), i.err)\n return i;\n } else if (e[i] === \"<\") {\n let d = i;\n if (i++, e[i] === \"!\") {\n i = z(e, i);\n continue;\n } else {\n let u = !1;\n e[i] === \"/\" && (u = !0, i++);\n let o = \"\";\n for (; i < e.length && e[i] !== \">\" && e[i] !== \" \" && e[i] !== \"\t\" && e[i] !== `\n` && e[i] !== \"\\r\"; i++)\n o += e[i];\n if (o = o.trim(), o[o.length - 1] === \"/\" && (o = o.substring(0, o.length - 1), i--), !Re(o)) {\n let f;\n return o.trim().length === 0 ? f = \"Invalid space after '<'.\" : f = \"Tag '\" + o + \"' is an invalid name.\", p(\"InvalidTag\", f, w(e, i));\n }\n const a = xe(e, i);\n if (a === !1)\n return p(\"InvalidAttr\", \"Attributes for '\" + o + \"' have open quote.\", w(e, i));\n let l = a.value;\n if (i = a.index, l[l.length - 1] === \"/\") {\n const f = i - l.length;\n l = l.substring(0, l.length - 1);\n const c = H(l, t);\n if (c === !0)\n s = !0;\n else\n return p(c.err.code, c.err.msg, w(e, f + c.err.line));\n } else if (u)\n if (a.tagClosed) {\n if (l.trim().length > 0)\n return p(\"InvalidTag\", \"Closing tag '\" + o + \"' can't have attributes or invalid starting.\", w(e, d));\n {\n const f = r.pop();\n if (o !== f.tagName) {\n let c = w(e, f.tagStartPos);\n return p(\n \"InvalidTag\",\n \"Expected closing tag '\" + f.tagName + \"' (opened in line \" + c.line + \", col \" + c.col + \") instead of closing tag '\" + o + \"'.\",\n w(e, d)\n );\n }\n r.length == 0 && (n = !0);\n }\n } else\n return p(\"InvalidTag\", \"Closing tag '\" + o + \"' doesn't have proper closing.\", w(e, i));\n else {\n const f = H(l, t);\n if (f !== !0)\n return p(f.err.code, f.err.msg, w(e, i - l.length + f.err.line));\n if (n === !0)\n return p(\"InvalidXml\", \"Multiple possible root nodes found.\", w(e, i));\n t.unpairedTags.indexOf(o) !== -1 || r.push({ tagName: o, tagStartPos: d }), s = !0;\n }\n for (i++; i < e.length; i++)\n if (e[i] === \"<\")\n if (e[i + 1] === \"!\") {\n i++, i = z(e, i);\n continue;\n } else if (e[i + 1] === \"?\") {\n if (i = G(e, ++i), i.err)\n return i;\n } else\n break;\n else if (e[i] === \"&\") {\n const f = Ve(e, i);\n if (f == -1)\n return p(\"InvalidChar\", \"char '&' is not expected.\", w(e, i));\n i = f;\n } else if (n === !0 && !U(e[i]))\n return p(\"InvalidXml\", \"Extra text at the end\", w(e, i));\n e[i] === \"<\" && i--;\n }\n } else {\n if (U(e[i]))\n continue;\n return p(\"InvalidChar\", \"char '\" + e[i] + \"' is not expected.\", w(e, i));\n }\n if (s) {\n if (r.length == 1)\n return p(\"InvalidTag\", \"Unclosed tag '\" + r[0].tagName + \"'.\", w(e, r[0].tagStartPos));\n if (r.length > 0)\n return p(\"InvalidXml\", \"Invalid '\" + JSON.stringify(r.map((i) => i.tagName), null, 4).replace(/\\r?\\n/g, \"\") + \"' found.\", { line: 1, col: 1 });\n } else\n return p(\"InvalidXml\", \"Start tag expected.\", 1);\n return !0;\n};\nfunction U(e) {\n return e === \" \" || e === \"\t\" || e === `\n` || e === \"\\r\";\n}\nfunction G(e, t) {\n const r = t;\n for (; t < e.length; t++)\n if (e[t] == \"?\" || e[t] == \" \") {\n const s = e.substr(r, t - r);\n if (t > 5 && s === \"xml\")\n return p(\"InvalidXml\", \"XML declaration allowed only at the start of the document.\", w(e, t));\n if (e[t] == \"?\" && e[t + 1] == \">\") {\n t++;\n break;\n } else\n continue;\n }\n return t;\n}\nfunction z(e, t) {\n if (e.length > t + 5 && e[t + 1] === \"-\" && e[t + 2] === \"-\") {\n for (t += 3; t < e.length; t++)\n if (e[t] === \"-\" && e[t + 1] === \"-\" && e[t + 2] === \">\") {\n t += 2;\n break;\n }\n } else if (e.length > t + 8 && e[t + 1] === \"D\" && e[t + 2] === \"O\" && e[t + 3] === \"C\" && e[t + 4] === \"T\" && e[t + 5] === \"Y\" && e[t + 6] === \"P\" && e[t + 7] === \"E\") {\n let r = 1;\n for (t += 8; t < e.length; t++)\n if (e[t] === \"<\")\n r++;\n else if (e[t] === \">\" && (r--, r === 0))\n break;\n } else if (e.length > t + 9 && e[t + 1] === \"[\" && e[t + 2] === \"C\" && e[t + 3] === \"D\" && e[t + 4] === \"A\" && e[t + 5] === \"T\" && e[t + 6] === \"A\" && e[t + 7] === \"[\") {\n for (t += 8; t < e.length; t++)\n if (e[t] === \"]\" && e[t + 1] === \"]\" && e[t + 2] === \">\") {\n t += 2;\n break;\n }\n }\n return t;\n}\nconst Ce = '\"', Pe = \"'\";\nfunction xe(e, t) {\n let r = \"\", s = \"\", n = !1;\n for (; t < e.length; t++) {\n if (e[t] === Ce || e[t] === Pe)\n s === \"\" ? s = e[t] : s !== e[t] || (s = \"\");\n else if (e[t] === \">\" && s === \"\") {\n n = !0;\n break;\n }\n r += e[t];\n }\n return s !== \"\" ? !1 : {\n value: r,\n index: t,\n tagClosed: n\n };\n}\nconst $e = new RegExp(`(\\\\s*)([^\\\\s=]+)(\\\\s*=)?(\\\\s*(['\"])(([\\\\s\\\\S])*?)\\\\5)?`, \"g\");\nfunction H(e, t) {\n const r = M.getAllMatches(e, $e), s = {};\n for (let n = 0; n < r.length; n++) {\n if (r[n][1].length === 0)\n return p(\"InvalidAttr\", \"Attribute '\" + r[n][2] + \"' has no space in starting.\", v(r[n]));\n if (r[n][3] !== void 0 && r[n][4] === void 0)\n return p(\"InvalidAttr\", \"Attribute '\" + r[n][2] + \"' is without value.\", v(r[n]));\n if (r[n][3] === void 0 && !t.allowBooleanAttributes)\n return p(\"InvalidAttr\", \"boolean attribute '\" + r[n][2] + \"' is not allowed.\", v(r[n]));\n const i = r[n][2];\n if (!Le(i))\n return p(\"InvalidAttr\", \"Attribute '\" + i + \"' is an invalid name.\", v(r[n]));\n if (!s.hasOwnProperty(i))\n s[i] = 1;\n else\n return p(\"InvalidAttr\", \"Attribute '\" + i + \"' is repeated.\", v(r[n]));\n }\n return !0;\n}\nfunction Fe(e, t) {\n let r = /\\d/;\n for (e[t] === \"x\" && (t++, r = /[\\da-fA-F]/); t < e.length; t++) {\n if (e[t] === \";\")\n return t;\n if (!e[t].match(r))\n break;\n }\n return -1;\n}\nfunction Ve(e, t) {\n if (t++, e[t] === \";\")\n return -1;\n if (e[t] === \"#\")\n return t++, Fe(e, t);\n let r = 0;\n for (; t < e.length; t++, r++)\n if (!(e[t].match(/\\w/) && r < 20)) {\n if (e[t] === \";\")\n break;\n return -1;\n }\n return t;\n}\nfunction p(e, t, r) {\n return {\n err: {\n code: e,\n msg: t,\n line: r.line || r,\n col: r.col\n }\n };\n}\nfunction Le(e) {\n return M.isName(e);\n}\nfunction Re(e) {\n return M.isName(e);\n}\nfunction w(e, t) {\n const r = e.substring(0, t).split(/\\r?\\n/);\n return {\n line: r.length,\n // column number is last line's length + 1, because column numbering starts at 1:\n col: r[r.length - 1].length + 1\n };\n}\nfunction v(e) {\n return e.startIndex + e[1].length;\n}\nvar B = {};\nconst re = {\n preserveOrder: !1,\n attributeNamePrefix: \"@_\",\n attributesGroupName: !1,\n textNodeName: \"#text\",\n ignoreAttributes: !0,\n removeNSPrefix: !1,\n // remove NS from tag name or attribute name if true\n allowBooleanAttributes: !1,\n //a tag can have attributes without any value\n //ignoreRootElement : false,\n parseTagValue: !0,\n parseAttributeValue: !1,\n trimValues: !0,\n //Trim string values of tag and attributes\n cdataPropName: !1,\n numberParseOptions: {\n hex: !0,\n leadingZeros: !0,\n eNotation: !0\n },\n tagValueProcessor: function(e, t) {\n return t;\n },\n attributeValueProcessor: function(e, t) {\n return t;\n },\n stopNodes: [],\n //nested tags will not be parsed even for errors\n alwaysCreateTextNode: !1,\n isArray: () => !1,\n commentPropName: !1,\n unpairedTags: [],\n processEntities: !0,\n htmlEntities: !1,\n ignoreDeclaration: !1,\n ignorePiTags: !1,\n transformTagName: !1,\n transformAttributeName: !1,\n updateTag: function(e, t, r) {\n return e;\n }\n // skipEmptyListItem: false\n}, Se = function(e) {\n return Object.assign({}, re, e);\n};\nB.buildOptions = Se;\nB.defaultOptions = re;\nclass Me {\n constructor(t) {\n this.tagname = t, this.child = [], this[\":@\"] = {};\n }\n add(t, r) {\n t === \"__proto__\" && (t = \"#__proto__\"), this.child.push({ [t]: r });\n }\n addChild(t) {\n t.tagname === \"__proto__\" && (t.tagname = \"#__proto__\"), t[\":@\"] && Object.keys(t[\":@\"]).length > 0 ? this.child.push({ [t.tagname]: t.child, \":@\": t[\":@\"] }) : this.child.push({ [t.tagname]: t.child });\n }\n}\nvar Be = Me;\nconst ke = O;\nfunction qe(e, t) {\n const r = {};\n if (e[t + 3] === \"O\" && e[t + 4] === \"C\" && e[t + 5] === \"T\" && e[t + 6] === \"Y\" && e[t + 7] === \"P\" && e[t + 8] === \"E\") {\n t = t + 9;\n let s = 1, n = !1, i = !1, d = \"\";\n for (; t < e.length; t++)\n if (e[t] === \"<\" && !i) {\n if (n && Ge(e, t))\n t += 7, [entityName, val, t] = Xe(e, t + 1), val.indexOf(\"&\") === -1 && (r[We(entityName)] = {\n regx: RegExp(`&${entityName};`, \"g\"),\n val\n });\n else if (n && ze(e, t))\n t += 8;\n else if (n && He(e, t))\n t += 8;\n else if (n && Ke(e, t))\n t += 9;\n else if (Ue)\n i = !0;\n else\n throw new Error(\"Invalid DOCTYPE\");\n s++, d = \"\";\n } else if (e[t] === \">\") {\n if (i ? e[t - 1] === \"-\" && e[t - 2] === \"-\" && (i = !1, s--) : s--, s === 0)\n break;\n } else\n e[t] === \"[\" ? n = !0 : d += e[t];\n if (s !== 0)\n throw new Error(\"Unclosed DOCTYPE\");\n } else\n throw new Error(\"Invalid Tag instead of DOCTYPE\");\n return { entities: r, i: t };\n}\nfunction Xe(e, t) {\n let r = \"\";\n for (; t < e.length && e[t] !== \"'\" && e[t] !== '\"'; t++)\n r += e[t];\n if (r = r.trim(), r.indexOf(\" \") !== -1)\n throw new Error(\"External entites are not supported\");\n const s = e[t++];\n let n = \"\";\n for (; t < e.length && e[t] !== s; t++)\n n += e[t];\n return [r, n, t];\n}\nfunction Ue(e, t) {\n return e[t + 1] === \"!\" && e[t + 2] === \"-\" && e[t + 3] === \"-\";\n}\nfunction Ge(e, t) {\n return e[t + 1] === \"!\" && e[t + 2] === \"E\" && e[t + 3] === \"N\" && e[t + 4] === \"T\" && e[t + 5] === \"I\" && e[t + 6] === \"T\" && e[t + 7] === \"Y\";\n}\nfunction ze(e, t) {\n return e[t + 1] === \"!\" && e[t + 2] === \"E\" && e[t + 3] === \"L\" && e[t + 4] === \"E\" && e[t + 5] === \"M\" && e[t + 6] === \"E\" && e[t + 7] === \"N\" && e[t + 8] === \"T\";\n}\nfunction He(e, t) {\n return e[t + 1] === \"!\" && e[t + 2] === \"A\" && e[t + 3] === \"T\" && e[t + 4] === \"T\" && e[t + 5] === \"L\" && e[t + 6] === \"I\" && e[t + 7] === \"S\" && e[t + 8] === \"T\";\n}\nfunction Ke(e, t) {\n return e[t + 1] === \"!\" && e[t + 2] === \"N\" && e[t + 3] === \"O\" && e[t + 4] === \"T\" && e[t + 5] === \"A\" && e[t + 6] === \"T\" && e[t + 7] === \"I\" && e[t + 8] === \"O\" && e[t + 9] === \"N\";\n}\nfunction We(e) {\n if (ke.isName(e))\n return e;\n throw new Error(`Invalid entity name ${e}`);\n}\nvar Ze = qe;\nconst je = /^[-+]?0x[a-fA-F0-9]+$/, Ye = /^([\\-\\+])?(0*)(\\.[0-9]+([eE]\\-?[0-9]+)?|[0-9]+(\\.[0-9]+([eE]\\-?[0-9]+)?)?)$/;\n!Number.parseInt && window.parseInt && (Number.parseInt = window.parseInt);\n!Number.parseFloat && window.parseFloat && (Number.parseFloat = window.parseFloat);\nconst Je = {\n hex: !0,\n leadingZeros: !0,\n decimalPoint: \".\",\n eNotation: !0\n //skipLike: /regex/\n};\nfunction Qe(e, t = {}) {\n if (t = Object.assign({}, Je, t), !e || typeof e != \"string\")\n return e;\n let r = e.trim();\n if (t.skipLike !== void 0 && t.skipLike.test(r))\n return e;\n if (t.hex && je.test(r))\n return Number.parseInt(r, 16);\n {\n const s = Ye.exec(r);\n if (s) {\n const n = s[1], i = s[2];\n let d = De(s[3]);\n const u = s[4] || s[6];\n if (!t.leadingZeros && i.length > 0 && n && r[2] !== \".\")\n return e;\n if (!t.leadingZeros && i.length > 0 && !n && r[1] !== \".\")\n return e;\n {\n const o = Number(r), a = \"\" + o;\n return a.search(/[eE]/) !== -1 || u ? t.eNotation ? o : e : r.indexOf(\".\") !== -1 ? a === \"0\" && d === \"\" || a === d || n && a === \"-\" + d ? o : e : i ? d === a || n + d === a ? o : e : r === a || r === n + a ? o : e;\n }\n } else\n return e;\n }\n}\nfunction De(e) {\n return e && e.indexOf(\".\") !== -1 && (e = e.replace(/0+$/, \"\"), e === \".\" ? e = \"0\" : e[0] === \".\" ? e = \"0\" + e : e[e.length - 1] === \".\" && (e = e.substr(0, e.length - 1))), e;\n}\nvar et = Qe;\nconst k = O, T = Be, tt = Ze, rt = et;\n\"<((!\\\\[CDATA\\\\[([\\\\s\\\\S]*?)(]]>))|((NAME:)?(NAME))([^>]*)>|((\\\\/)(NAME)\\\\s*>))([^<]*)\".replace(/NAME/g, k.nameRegexp);\nlet nt = class {\n constructor(t) {\n this.options = t, this.currentNode = null, this.tagsNodeStack = [], this.docTypeEntities = {}, this.lastEntities = {\n apos: { regex: /&(apos|#39|#x27);/g, val: \"'\" },\n gt: { regex: /&(gt|#62|#x3E);/g, val: \">\" },\n lt: { regex: /&(lt|#60|#x3C);/g, val: \"<\" },\n quot: { regex: /&(quot|#34|#x22);/g, val: '\"' }\n }, this.ampEntity = { regex: /&(amp|#38|#x26);/g, val: \"&\" }, this.htmlEntities = {\n space: { regex: /&(nbsp|#160);/g, val: \" \" },\n // \"lt\" : { regex: /&(lt|#60);/g, val: \"<\" },\n // \"gt\" : { regex: /&(gt|#62);/g, val: \">\" },\n // \"amp\" : { regex: /&(amp|#38);/g, val: \"&\" },\n // \"quot\" : { regex: /&(quot|#34);/g, val: \"\\\"\" },\n // \"apos\" : { regex: /&(apos|#39);/g, val: \"'\" },\n cent: { regex: /&(cent|#162);/g, val: \"¢\" },\n pound: { regex: /&(pound|#163);/g, val: \"£\" },\n yen: { regex: /&(yen|#165);/g, val: \"¥\" },\n euro: { regex: /&(euro|#8364);/g, val: \"€\" },\n copyright: { regex: /&(copy|#169);/g, val: \"©\" },\n reg: { regex: /&(reg|#174);/g, val: \"®\" },\n inr: { regex: /&(inr|#8377);/g, val: \"₹\" }\n }, this.addExternalEntities = it, this.parseXml = at, this.parseTextData = st, this.resolveNameSpace = ot, this.buildAttributesMap = dt, this.isItStopNode = ht, this.replaceEntitiesValue = ft, this.readStopNodeData = gt, this.saveTextToParentTag = ct, this.addChild = lt;\n }\n};\nfunction it(e) {\n const t = Object.keys(e);\n for (let r = 0; r < t.length; r++) {\n const s = t[r];\n this.lastEntities[s] = {\n regex: new RegExp(\"&\" + s + \";\", \"g\"),\n val: e[s]\n };\n }\n}\nfunction st(e, t, r, s, n, i, d) {\n if (e !== void 0 && (this.options.trimValues && !s && (e = e.trim()), e.length > 0)) {\n d || (e = this.replaceEntitiesValue(e));\n const u = this.options.tagValueProcessor(t, e, r, n, i);\n return u == null ? e : typeof u != typeof e || u !== e ? u : this.options.trimValues ? $(e, this.options.parseTagValue, this.options.numberParseOptions) : e.trim() === e ? $(e, this.options.parseTagValue, this.options.numberParseOptions) : e;\n }\n}\nfunction ot(e) {\n if (this.options.removeNSPrefix) {\n const t = e.split(\":\"), r = e.charAt(0) === \"/\" ? \"/\" : \"\";\n if (t[0] === \"xmlns\")\n return \"\";\n t.length === 2 && (e = r + t[1]);\n }\n return e;\n}\nconst ut = new RegExp(`([^\\\\s=]+)\\\\s*(=\\\\s*(['\"])([\\\\s\\\\S]*?)\\\\3)?`, \"gm\");\nfunction dt(e, t, r) {\n if (!this.options.ignoreAttributes && typeof e == \"string\") {\n const s = k.getAllMatches(e, ut), n = s.length, i = {};\n for (let d = 0; d < n; d++) {\n const u = this.resolveNameSpace(s[d][1]);\n let o = s[d][4], a = this.options.attributeNamePrefix + u;\n if (u.length)\n if (this.options.transformAttributeName && (a = this.options.transformAttributeName(a)), a === \"__proto__\" && (a = \"#__proto__\"), o !== void 0) {\n this.options.trimValues && (o = o.trim()), o = this.replaceEntitiesValue(o);\n const l = this.options.attributeValueProcessor(u, o, t);\n l == null ? i[a] = o : typeof l != typeof o || l !== o ? i[a] = l : i[a] = $(\n o,\n this.options.parseAttributeValue,\n this.options.numberParseOptions\n );\n } else\n this.options.allowBooleanAttributes && (i[a] = !0);\n }\n if (!Object.keys(i).length)\n return;\n if (this.options.attributesGroupName) {\n const d = {};\n return d[this.options.attributesGroupName] = i, d;\n }\n return i;\n }\n}\nconst at = function(e) {\n e = e.replace(/\\r\\n?/g, `\n`);\n const t = new T(\"!xml\");\n let r = t, s = \"\", n = \"\";\n for (let i = 0; i < e.length; i++)\n if (e[i] === \"<\")\n if (e[i + 1] === \"/\") {\n const u = y(e, \">\", i, \"Closing Tag is not closed.\");\n let o = e.substring(i + 2, u).trim();\n if (this.options.removeNSPrefix) {\n const f = o.indexOf(\":\");\n f !== -1 && (o = o.substr(f + 1));\n }\n this.options.transformTagName && (o = this.options.transformTagName(o)), r && (s = this.saveTextToParentTag(s, r, n));\n const a = n.substring(n.lastIndexOf(\".\") + 1);\n if (o && this.options.unpairedTags.indexOf(o) !== -1)\n throw new Error(`Unpaired tag can not be used as closing tag: `);\n let l = 0;\n a && this.options.unpairedTags.indexOf(a) !== -1 ? (l = n.lastIndexOf(\".\", n.lastIndexOf(\".\") - 1), this.tagsNodeStack.pop()) : l = n.lastIndexOf(\".\"), n = n.substring(0, l), r = this.tagsNodeStack.pop(), s = \"\", i = u;\n } else if (e[i + 1] === \"?\") {\n let u = x(e, i, !1, \"?>\");\n if (!u)\n throw new Error(\"Pi Tag is not closed.\");\n if (s = this.saveTextToParentTag(s, r, n), !(this.options.ignoreDeclaration && u.tagName === \"?xml\" || this.options.ignorePiTags)) {\n const o = new T(u.tagName);\n o.add(this.options.textNodeName, \"\"), u.tagName !== u.tagExp && u.attrExpPresent && (o[\":@\"] = this.buildAttributesMap(u.tagExp, n, u.tagName)), this.addChild(r, o, n);\n }\n i = u.closeIndex + 1;\n } else if (e.substr(i + 1, 3) === \"!--\") {\n const u = y(e, \"-->\", i + 4, \"Comment is not closed.\");\n if (this.options.commentPropName) {\n const o = e.substring(i + 4, u - 2);\n s = this.saveTextToParentTag(s, r, n), r.add(this.options.commentPropName, [{ [this.options.textNodeName]: o }]);\n }\n i = u;\n } else if (e.substr(i + 1, 2) === \"!D\") {\n const u = tt(e, i);\n this.docTypeEntities = u.entities, i = u.i;\n } else if (e.substr(i + 1, 2) === \"![\") {\n const u = y(e, \"]]>\", i, \"CDATA is not closed.\") - 2, o = e.substring(i + 9, u);\n if (s = this.saveTextToParentTag(s, r, n), this.options.cdataPropName)\n r.add(this.options.cdataPropName, [{ [this.options.textNodeName]: o }]);\n else {\n let a = this.parseTextData(o, r.tagname, n, !0, !1, !0);\n a == null && (a = \"\"), r.add(this.options.textNodeName, a);\n }\n i = u + 2;\n } else {\n let u = x(e, i, this.options.removeNSPrefix), o = u.tagName;\n const a = u.rawTagName;\n let l = u.tagExp, f = u.attrExpPresent, c = u.closeIndex;\n this.options.transformTagName && (o = this.options.transformTagName(o)), r && s && r.tagname !== \"!xml\" && (s = this.saveTextToParentTag(s, r, n, !1));\n const g = r;\n if (g && this.options.unpairedTags.indexOf(g.tagname) !== -1 && (r = this.tagsNodeStack.pop(), n = n.substring(0, n.lastIndexOf(\".\"))), o !== t.tagname && (n += n ? \".\" + o : o), this.isItStopNode(this.options.stopNodes, n, o)) {\n let h = \"\";\n if (l.length > 0 && l.lastIndexOf(\"/\") === l.length - 1)\n i = u.closeIndex;\n else if (this.options.unpairedTags.indexOf(o) !== -1)\n i = u.closeIndex;\n else {\n const E = this.readStopNodeData(e, a, c + 1);\n if (!E)\n throw new Error(`Unexpected end of ${a}`);\n i = E.i, h = E.tagContent;\n }\n const _ = new T(o);\n o !== l && f && (_[\":@\"] = this.buildAttributesMap(l, n, o)), h && (h = this.parseTextData(h, o, n, !0, f, !0, !0)), n = n.substr(0, n.lastIndexOf(\".\")), _.add(this.options.textNodeName, h), this.addChild(r, _, n);\n } else {\n if (l.length > 0 && l.lastIndexOf(\"/\") === l.length - 1) {\n o[o.length - 1] === \"/\" ? (o = o.substr(0, o.length - 1), n = n.substr(0, n.length - 1), l = o) : l = l.substr(0, l.length - 1), this.options.transformTagName && (o = this.options.transformTagName(o));\n const h = new T(o);\n o !== l && f && (h[\":@\"] = this.buildAttributesMap(l, n, o)), this.addChild(r, h, n), n = n.substr(0, n.lastIndexOf(\".\"));\n } else {\n const h = new T(o);\n this.tagsNodeStack.push(r), o !== l && f && (h[\":@\"] = this.buildAttributesMap(l, n, o)), this.addChild(r, h, n), r = h;\n }\n s = \"\", i = c;\n }\n }\n else\n s += e[i];\n return t.child;\n};\nfunction lt(e, t, r) {\n const s = this.options.updateTag(t.tagname, r, t[\":@\"]);\n s === !1 || (typeof s == \"string\" && (t.tagname = s), e.addChild(t));\n}\nconst ft = function(e) {\n if (this.options.processEntities) {\n for (let t in this.docTypeEntities) {\n const r = this.docTypeEntities[t];\n e = e.replace(r.regx, r.val);\n }\n for (let t in this.lastEntities) {\n const r = this.lastEntities[t];\n e = e.replace(r.regex, r.val);\n }\n if (this.options.htmlEntities)\n for (let t in this.htmlEntities) {\n const r = this.htmlEntities[t];\n e = e.replace(r.regex, r.val);\n }\n e = e.replace(this.ampEntity.regex, this.ampEntity.val);\n }\n return e;\n};\nfunction ct(e, t, r, s) {\n return e && (s === void 0 && (s = Object.keys(t.child).length === 0), e = this.parseTextData(\n e,\n t.tagname,\n r,\n !1,\n t[\":@\"] ? Object.keys(t[\":@\"]).length !== 0 : !1,\n s\n ), e !== void 0 && e !== \"\" && t.add(this.options.textNodeName, e), e = \"\"), e;\n}\nfunction ht(e, t, r) {\n const s = \"*.\" + r;\n for (const n in e) {\n const i = e[n];\n if (s === i || t === i)\n return !0;\n }\n return !1;\n}\nfunction pt(e, t, r = \">\") {\n let s, n = \"\";\n for (let i = t; i < e.length; i++) {\n let d = e[i];\n if (s)\n d === s && (s = \"\");\n else if (d === '\"' || d === \"'\")\n s = d;\n else if (d === r[0])\n if (r[1]) {\n if (e[i + 1] === r[1])\n return {\n data: n,\n index: i\n };\n } else\n return {\n data: n,\n index: i\n };\n else\n d === \"\t\" && (d = \" \");\n n += d;\n }\n}\nfunction y(e, t, r, s) {\n const n = e.indexOf(t, r);\n if (n === -1)\n throw new Error(s);\n return n + t.length - 1;\n}\nfunction x(e, t, r, s = \">\") {\n const n = pt(e, t + 1, s);\n if (!n)\n return;\n let i = n.data;\n const d = n.index, u = i.search(/\\s/);\n let o = i, a = !0;\n u !== -1 && (o = i.substr(0, u).replace(/\\s\\s*$/, \"\"), i = i.substr(u + 1));\n const l = o;\n if (r) {\n const f = o.indexOf(\":\");\n f !== -1 && (o = o.substr(f + 1), a = o !== n.data.substr(f + 1));\n }\n return {\n tagName: o,\n tagExp: i,\n closeIndex: d,\n attrExpPresent: a,\n rawTagName: l\n };\n}\nfunction gt(e, t, r) {\n const s = r;\n let n = 1;\n for (; r < e.length; r++)\n if (e[r] === \"<\")\n if (e[r + 1] === \"/\") {\n const i = y(e, \">\", r, `${t} is not closed`);\n if (e.substring(r + 2, i).trim() === t && (n--, n === 0))\n return {\n tagContent: e.substring(s, r),\n i\n };\n r = i;\n } else if (e[r + 1] === \"?\")\n r = y(e, \"?>\", r + 1, \"StopNode is not closed.\");\n else if (e.substr(r + 1, 3) === \"!--\")\n r = y(e, \"-->\", r + 3, \"StopNode is not closed.\");\n else if (e.substr(r + 1, 2) === \"![\")\n r = y(e, \"]]>\", r, \"StopNode is not closed.\") - 2;\n else {\n const i = x(e, r, \">\");\n i && ((i && i.tagName) === t && i.tagExp[i.tagExp.length - 1] !== \"/\" && n++, r = i.closeIndex);\n }\n}\nfunction $(e, t, r) {\n if (t && typeof e == \"string\") {\n const s = e.trim();\n return s === \"true\" ? !0 : s === \"false\" ? !1 : rt(e, r);\n } else\n return k.isExist(e) ? e : \"\";\n}\nvar wt = nt, ne = {};\nfunction mt(e, t) {\n return ie(e, t);\n}\nfunction ie(e, t, r) {\n let s;\n const n = {};\n for (let i = 0; i < e.length; i++) {\n const d = e[i], u = Nt(d);\n let o = \"\";\n if (r === void 0 ? o = u : o = r + \".\" + u, u === t.textNodeName)\n s === void 0 ? s = d[u] : s += \"\" + d[u];\n else {\n if (u === void 0)\n continue;\n if (d[u]) {\n let a = ie(d[u], t, o);\n const l = bt(a, t);\n d[\":@\"] ? Et(a, d[\":@\"], o, t) : Object.keys(a).length === 1 && a[t.textNodeName] !== void 0 && !t.alwaysCreateTextNode ? a = a[t.textNodeName] : Object.keys(a).length === 0 && (t.alwaysCreateTextNode ? a[t.textNodeName] = \"\" : a = \"\"), n[u] !== void 0 && n.hasOwnProperty(u) ? (Array.isArray(n[u]) || (n[u] = [n[u]]), n[u].push(a)) : t.isArray(u, o, l) ? n[u] = [a] : n[u] = a;\n }\n }\n }\n return typeof s == \"string\" ? s.length > 0 && (n[t.textNodeName] = s) : s !== void 0 && (n[t.textNodeName] = s), n;\n}\nfunction Nt(e) {\n const t = Object.keys(e);\n for (let r = 0; r < t.length; r++) {\n const s = t[r];\n if (s !== \":@\")\n return s;\n }\n}\nfunction Et(e, t, r, s) {\n if (t) {\n const n = Object.keys(t), i = n.length;\n for (let d = 0; d < i; d++) {\n const u = n[d];\n s.isArray(u, r + \".\" + u, !0, !0) ? e[u] = [t[u]] : e[u] = t[u];\n }\n }\n}\nfunction bt(e, t) {\n const { textNodeName: r } = t, s = Object.keys(e).length;\n return !!(s === 0 || s === 1 && (e[r] || typeof e[r] == \"boolean\" || e[r] === 0));\n}\nne.prettify = mt;\nconst { buildOptions: yt } = B, _t = wt, { prettify: vt } = ne, Tt = S;\nlet It = class {\n constructor(t) {\n this.externalEntities = {}, this.options = yt(t);\n }\n /**\n * Parse XML dats to JS object \n * @param {string|Buffer} xmlData \n * @param {boolean|Object} validationOption \n */\n parse(t, r) {\n if (typeof t != \"string\")\n if (t.toString)\n t = t.toString();\n else\n throw new Error(\"XML data is accepted in String or Bytes[] form.\");\n if (r) {\n r === !0 && (r = {});\n const i = Tt.validate(t, r);\n if (i !== !0)\n throw Error(`${i.err.msg}:${i.err.line}:${i.err.col}`);\n }\n const s = new _t(this.options);\n s.addExternalEntities(this.externalEntities);\n const n = s.parseXml(t);\n return this.options.preserveOrder || n === void 0 ? n : vt(n, this.options);\n }\n /**\n * Add Entity which is not by default supported by this library\n * @param {string} key \n * @param {string} value \n */\n addEntity(t, r) {\n if (r.indexOf(\"&\") !== -1)\n throw new Error(\"Entity value can't have '&'\");\n if (t.indexOf(\"&\") !== -1 || t.indexOf(\";\") !== -1)\n throw new Error(\"An entity must be set without '&' and ';'. Eg. use '#xD' for ' '\");\n if (r === \"&\")\n throw new Error(\"An entity with value '&' is not permitted\");\n this.externalEntities[t] = r;\n }\n};\nvar At = It;\nconst Ot = `\n`;\nfunction Ct(e, t) {\n let r = \"\";\n return t.format && t.indentBy.length > 0 && (r = Ot), se(e, t, \"\", r);\n}\nfunction se(e, t, r, s) {\n let n = \"\", i = !1;\n for (let d = 0; d < e.length; d++) {\n const u = e[d], o = Pt(u);\n if (o === void 0)\n continue;\n let a = \"\";\n if (r.length === 0 ? a = o : a = `${r}.${o}`, o === t.textNodeName) {\n let h = u[o];\n xt(a, t) || (h = t.tagValueProcessor(o, h), h = oe(h, t)), i && (n += s), n += h, i = !1;\n continue;\n } else if (o === t.cdataPropName) {\n i && (n += s), n += ``, i = !1;\n continue;\n } else if (o === t.commentPropName) {\n n += s + ``, i = !0;\n continue;\n } else if (o[0] === \"?\") {\n const h = K(u[\":@\"], t), _ = o === \"?xml\" ? \"\" : s;\n let E = u[o][0][t.textNodeName];\n E = E.length !== 0 ? \" \" + E : \"\", n += _ + `<${o}${E}${h}?>`, i = !0;\n continue;\n }\n let l = s;\n l !== \"\" && (l += t.indentBy);\n const f = K(u[\":@\"], t), c = s + `<${o}${f}`, g = se(u[o], t, a, l);\n t.unpairedTags.indexOf(o) !== -1 ? t.suppressUnpairedNode ? n += c + \">\" : n += c + \"/>\" : (!g || g.length === 0) && t.suppressEmptyNode ? n += c + \"/>\" : g && g.endsWith(\">\") ? n += c + `>${g}${s}` : (n += c + \">\", g && s !== \"\" && (g.includes(\"/>\") || g.includes(\"`), i = !0;\n }\n return n;\n}\nfunction Pt(e) {\n const t = Object.keys(e);\n for (let r = 0; r < t.length; r++) {\n const s = t[r];\n if (e.hasOwnProperty(s) && s !== \":@\")\n return s;\n }\n}\nfunction K(e, t) {\n let r = \"\";\n if (e && !t.ignoreAttributes)\n for (let s in e) {\n if (!e.hasOwnProperty(s))\n continue;\n let n = t.attributeValueProcessor(s, e[s]);\n n = oe(n, t), n === !0 && t.suppressBooleanAttributes ? r += ` ${s.substr(t.attributeNamePrefix.length)}` : r += ` ${s.substr(t.attributeNamePrefix.length)}=\"${n}\"`;\n }\n return r;\n}\nfunction xt(e, t) {\n e = e.substr(0, e.length - t.textNodeName.length - 1);\n let r = e.substr(e.lastIndexOf(\".\") + 1);\n for (let s in t.stopNodes)\n if (t.stopNodes[s] === e || t.stopNodes[s] === \"*.\" + r)\n return !0;\n return !1;\n}\nfunction oe(e, t) {\n if (e && e.length > 0 && t.processEntities)\n for (let r = 0; r < t.entities.length; r++) {\n const s = t.entities[r];\n e = e.replace(s.regex, s.val);\n }\n return e;\n}\nvar $t = Ct;\nconst Ft = $t, Vt = {\n attributeNamePrefix: \"@_\",\n attributesGroupName: !1,\n textNodeName: \"#text\",\n ignoreAttributes: !0,\n cdataPropName: !1,\n format: !1,\n indentBy: \" \",\n suppressEmptyNode: !1,\n suppressUnpairedNode: !0,\n suppressBooleanAttributes: !0,\n tagValueProcessor: function(e, t) {\n return t;\n },\n attributeValueProcessor: function(e, t) {\n return t;\n },\n preserveOrder: !1,\n commentPropName: !1,\n unpairedTags: [],\n entities: [\n { regex: new RegExp(\"&\", \"g\"), val: \"&\" },\n //it must be on top\n { regex: new RegExp(\">\", \"g\"), val: \">\" },\n { regex: new RegExp(\"<\", \"g\"), val: \"<\" },\n { regex: new RegExp(\"'\", \"g\"), val: \"'\" },\n { regex: new RegExp('\"', \"g\"), val: \""\" }\n ],\n processEntities: !0,\n stopNodes: [],\n // transformTagName: false,\n // transformAttributeName: false,\n oneListGroup: !1\n};\nfunction b(e) {\n this.options = Object.assign({}, Vt, e), this.options.ignoreAttributes || this.options.attributesGroupName ? this.isAttribute = function() {\n return !1;\n } : (this.attrPrefixLen = this.options.attributeNamePrefix.length, this.isAttribute = St), this.processTextOrObjNode = Lt, this.options.format ? (this.indentate = Rt, this.tagEndChar = `>\n`, this.newLine = `\n`) : (this.indentate = function() {\n return \"\";\n }, this.tagEndChar = \">\", this.newLine = \"\");\n}\nb.prototype.build = function(e) {\n return this.options.preserveOrder ? Ft(e, this.options) : (Array.isArray(e) && this.options.arrayNodeName && this.options.arrayNodeName.length > 1 && (e = {\n [this.options.arrayNodeName]: e\n }), this.j2x(e, 0).val);\n};\nb.prototype.j2x = function(e, t) {\n let r = \"\", s = \"\";\n for (let n in e)\n if (Object.prototype.hasOwnProperty.call(e, n))\n if (typeof e[n] > \"u\")\n this.isAttribute(n) && (s += \"\");\n else if (e[n] === null)\n this.isAttribute(n) ? s += \"\" : n[0] === \"?\" ? s += this.indentate(t) + \"<\" + n + \"?\" + this.tagEndChar : s += this.indentate(t) + \"<\" + n + \"/\" + this.tagEndChar;\n else if (e[n] instanceof Date)\n s += this.buildTextValNode(e[n], n, \"\", t);\n else if (typeof e[n] != \"object\") {\n const i = this.isAttribute(n);\n if (i)\n r += this.buildAttrPairStr(i, \"\" + e[n]);\n else if (n === this.options.textNodeName) {\n let d = this.options.tagValueProcessor(n, \"\" + e[n]);\n s += this.replaceEntitiesValue(d);\n } else\n s += this.buildTextValNode(e[n], n, \"\", t);\n } else if (Array.isArray(e[n])) {\n const i = e[n].length;\n let d = \"\";\n for (let u = 0; u < i; u++) {\n const o = e[n][u];\n typeof o > \"u\" || (o === null ? n[0] === \"?\" ? s += this.indentate(t) + \"<\" + n + \"?\" + this.tagEndChar : s += this.indentate(t) + \"<\" + n + \"/\" + this.tagEndChar : typeof o == \"object\" ? this.options.oneListGroup ? d += this.j2x(o, t + 1).val : d += this.processTextOrObjNode(o, n, t) : d += this.buildTextValNode(o, n, \"\", t));\n }\n this.options.oneListGroup && (d = this.buildObjectNode(d, n, \"\", t)), s += d;\n } else if (this.options.attributesGroupName && n === this.options.attributesGroupName) {\n const i = Object.keys(e[n]), d = i.length;\n for (let u = 0; u < d; u++)\n r += this.buildAttrPairStr(i[u], \"\" + e[n][i[u]]);\n } else\n s += this.processTextOrObjNode(e[n], n, t);\n return { attrStr: r, val: s };\n};\nb.prototype.buildAttrPairStr = function(e, t) {\n return t = this.options.attributeValueProcessor(e, \"\" + t), t = this.replaceEntitiesValue(t), this.options.suppressBooleanAttributes && t === \"true\" ? \" \" + e : \" \" + e + '=\"' + t + '\"';\n};\nfunction Lt(e, t, r) {\n const s = this.j2x(e, r + 1);\n return e[this.options.textNodeName] !== void 0 && Object.keys(e).length === 1 ? this.buildTextValNode(e[this.options.textNodeName], t, s.attrStr, r) : this.buildObjectNode(s.val, t, s.attrStr, r);\n}\nb.prototype.buildObjectNode = function(e, t, r, s) {\n if (e === \"\")\n return t[0] === \"?\" ? this.indentate(s) + \"<\" + t + r + \"?\" + this.tagEndChar : this.indentate(s) + \"<\" + t + r + this.closeTag(t) + this.tagEndChar;\n {\n let n = \"\" + e + n : this.options.commentPropName !== !1 && t === this.options.commentPropName && i.length === 0 ? this.indentate(s) + `` + this.newLine : this.indentate(s) + \"<\" + t + r + i + this.tagEndChar + e + this.indentate(s) + n;\n }\n};\nb.prototype.closeTag = function(e) {\n let t = \"\";\n return this.options.unpairedTags.indexOf(e) !== -1 ? this.options.suppressUnpairedNode || (t = \"/\") : this.options.suppressEmptyNode ? t = \"/\" : t = `>` + this.newLine;\n if (this.options.commentPropName !== !1 && t === this.options.commentPropName)\n return this.indentate(s) + `` + this.newLine;\n if (t[0] === \"?\")\n return this.indentate(s) + \"<\" + t + r + \"?\" + this.tagEndChar;\n {\n let n = this.options.tagValueProcessor(t, e);\n return n = this.replaceEntitiesValue(n), n === \"\" ? this.indentate(s) + \"<\" + t + r + this.closeTag(t) + this.tagEndChar : this.indentate(s) + \"<\" + t + r + \">\" + n + \" 0 && this.options.processEntities)\n for (let t = 0; t < this.options.entities.length; t++) {\n const r = this.options.entities[t];\n e = e.replace(r.regex, r.val);\n }\n return e;\n};\nfunction Rt(e) {\n return this.options.indentBy.repeat(e);\n}\nfunction St(e) {\n return e.startsWith(this.options.attributeNamePrefix) && e !== this.options.textNodeName ? e.substr(this.attrPrefixLen) : !1;\n}\nvar Mt = b;\nconst Bt = S, kt = At, qt = Mt;\nvar W = {\n XMLParser: kt,\n XMLValidator: Bt,\n XMLBuilder: qt\n};\nfunction Xt(e) {\n if (typeof e != \"string\")\n throw new TypeError(`Expected a \\`string\\`, got \\`${typeof e}\\``);\n if (e = e.trim(), e.length === 0 || W.XMLValidator.validate(e) !== !0)\n return !1;\n let t;\n const r = new W.XMLParser();\n try {\n t = r.parse(e);\n } catch {\n return !1;\n }\n return !(!t || !(\"svg\" in t));\n}\n/**\n * @copyright Copyright (c) 2022 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nclass cr {\n _view;\n constructor(t) {\n Ut(t), this._view = t;\n }\n get id() {\n return this._view.id;\n }\n get name() {\n return this._view.name;\n }\n get caption() {\n return this._view.caption;\n }\n get emptyTitle() {\n return this._view.emptyTitle;\n }\n get emptyCaption() {\n return this._view.emptyCaption;\n }\n get getContents() {\n return this._view.getContents;\n }\n get icon() {\n return this._view.icon;\n }\n set icon(t) {\n this._view.icon = t;\n }\n get order() {\n return this._view.order;\n }\n set order(t) {\n this._view.order = t;\n }\n get params() {\n return this._view.params;\n }\n set params(t) {\n this._view.params = t;\n }\n get columns() {\n return this._view.columns;\n }\n get emptyView() {\n return this._view.emptyView;\n }\n get parent() {\n return this._view.parent;\n }\n get sticky() {\n return this._view.sticky;\n }\n get expanded() {\n return this._view.expanded;\n }\n set expanded(t) {\n this._view.expanded = t;\n }\n get defaultSortKey() {\n return this._view.defaultSortKey;\n }\n}\nconst Ut = function(e) {\n if (!e.id || typeof e.id != \"string\")\n throw new Error(\"View id is required and must be a string\");\n if (!e.name || typeof e.name != \"string\")\n throw new Error(\"View name is required and must be a string\");\n if (e.columns && e.columns.length > 0 && (!e.caption || typeof e.caption != \"string\"))\n throw new Error(\"View caption is required for top-level views and must be a string\");\n if (!e.getContents || typeof e.getContents != \"function\")\n throw new Error(\"View getContents is required and must be a function\");\n if (!e.icon || typeof e.icon != \"string\" || !Xt(e.icon))\n throw new Error(\"View icon is required and must be a valid svg string\");\n if (!(\"order\" in e) || typeof e.order != \"number\")\n throw new Error(\"View order is required and must be a number\");\n if (e.columns && e.columns.forEach((t) => {\n if (!(t instanceof Ie))\n throw new Error(\"View columns must be an array of Column. Invalid column found\");\n }), e.emptyView && typeof e.emptyView != \"function\")\n throw new Error(\"View emptyView must be a function\");\n if (e.parent && typeof e.parent != \"string\")\n throw new Error(\"View parent must be a string\");\n if (\"sticky\" in e && typeof e.sticky != \"boolean\")\n throw new Error(\"View sticky must be a boolean\");\n if (\"expanded\" in e && typeof e.expanded != \"boolean\")\n throw new Error(\"View expanded must be a boolean\");\n if (e.defaultSortKey && typeof e.defaultSortKey != \"string\")\n throw new Error(\"View defaultSortKey must be a string\");\n return !0;\n};\n/**\n * @copyright 2019 Christoph Wurst \n *\n * @author Christoph Wurst \n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nconst hr = function(e) {\n return F().registerEntry(e);\n}, pr = function(e) {\n return F().unregisterEntry(e);\n}, gr = function(e) {\n return F().getEntries(e).sort((r, s) => r.order !== void 0 && s.order !== void 0 && r.order !== s.order ? r.order - s.order : r.displayName.localeCompare(s.displayName, void 0, { numeric: !0, sensitivity: \"base\" }));\n};\nexport {\n Ie as Column,\n Z as DefaultType,\n ye as File,\n Qt as FileAction,\n R as FileType,\n _e as Folder,\n tr as Header,\n Te as Navigation,\n D as Node,\n Q as NodeStatus,\n N as Permission,\n cr as View,\n hr as addNewFileMenuEntry,\n ur as davGetClient,\n sr as davGetDefaultPropfind,\n Ee as davGetFavoritesReport,\n or as davGetRecentSearch,\n be as davParsePermissions,\n te as davRemoteURL,\n ve as davResultToNode,\n ee as davRootPath,\n Y as defaultDavNamespaces,\n j as defaultDavProperties,\n Yt as formatFileSize,\n L as getDavNameSpaces,\n V as getDavProperties,\n dr as getFavoriteNodes,\n er as getFileActions,\n nr as getFileListHeaders,\n ar as getNavigation,\n gr as getNewFileMenuEntries,\n Jt as parseFileSize,\n ir as registerDavProperty,\n Dt as registerFileAction,\n rr as registerFileListHeaders,\n pr as removeNewFileMenuEntry\n};\n","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\tid: moduleId,\n\t\tloaded: false,\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n\t// Flag the module as loaded\n\tmodule.loaded = true;\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n// expose the modules object (__webpack_modules__)\n__webpack_require__.m = __webpack_modules__;\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.f = {};\n// This file contains only the entry chunk.\n// The chunk loading function for additional chunks\n__webpack_require__.e = (chunkId) => {\n\treturn Promise.all(Object.keys(__webpack_require__.f).reduce((promises, key) => {\n\t\t__webpack_require__.f[key](chunkId, promises);\n\t\treturn promises;\n\t}, []));\n};","// This function allow to reference async chunks\n__webpack_require__.u = (chunkId) => {\n\t// return url for filenames based on template\n\treturn \"\" + chunkId + \"-\" + chunkId + \".js?v=\" + {\"923\":\"2686613ba9d88601b889\",\"8321\":\"1e9a8023ef8296a459a5\"}[chunkId] + \"\";\n};","__webpack_require__.g = (function() {\n\tif (typeof globalThis === 'object') return globalThis;\n\ttry {\n\t\treturn this || new Function('return this')();\n\t} catch (e) {\n\t\tif (typeof window === 'object') return window;\n\t}\n})();","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","__webpack_require__.nmd = (module) => {\n\tmodule.paths = [];\n\tif (!module.children) module.children = [];\n\treturn module;\n};","__webpack_require__.j = 9837;","var scriptUrl;\nif (__webpack_require__.g.importScripts) scriptUrl = __webpack_require__.g.location + \"\";\nvar document = __webpack_require__.g.document;\nif (!scriptUrl && document) {\n\tif (document.currentScript)\n\t\tscriptUrl = document.currentScript.src;\n\tif (!scriptUrl) {\n\t\tvar scripts = document.getElementsByTagName(\"script\");\n\t\tif(scripts.length) {\n\t\t\tvar i = scripts.length - 1;\n\t\t\twhile (i > -1 && !scriptUrl) scriptUrl = scripts[i--].src;\n\t\t}\n\t}\n}\n// When supporting browsers where an automatic publicPath is not supported you must specify an output.publicPath manually via configuration\n// or pass an empty string (\"\") and set the __webpack_public_path__ variable from your code to use your own logic.\nif (!scriptUrl) throw new Error(\"Automatic publicPath is not supported in this browser\");\nscriptUrl = scriptUrl.replace(/#.*$/, \"\").replace(/\\?.*$/, \"\").replace(/\\/[^\\/]+$/, \"/\");\n__webpack_require__.p = scriptUrl;","__webpack_require__.b = document.baseURI || self.location.href;\n\n// object to store loaded and loading chunks\n// undefined = chunk not loaded, null = chunk preloaded/prefetched\n// [resolve, reject, Promise] = chunk loading, 0 = chunk loaded\nvar installedChunks = {\n\t9837: 0\n};\n\n__webpack_require__.f.j = (chunkId, promises) => {\n\t\t// JSONP chunk loading for javascript\n\t\tvar installedChunkData = __webpack_require__.o(installedChunks, chunkId) ? installedChunks[chunkId] : undefined;\n\t\tif(installedChunkData !== 0) { // 0 means \"already installed\".\n\n\t\t\t// a Promise means \"currently loading\".\n\t\t\tif(installedChunkData) {\n\t\t\t\tpromises.push(installedChunkData[2]);\n\t\t\t} else {\n\t\t\t\tif(true) { // all chunks have JS\n\t\t\t\t\t// setup Promise in chunk cache\n\t\t\t\t\tvar promise = new Promise((resolve, reject) => (installedChunkData = installedChunks[chunkId] = [resolve, reject]));\n\t\t\t\t\tpromises.push(installedChunkData[2] = promise);\n\n\t\t\t\t\t// start chunk loading\n\t\t\t\t\tvar url = __webpack_require__.p + __webpack_require__.u(chunkId);\n\t\t\t\t\t// create error before stack unwound to get useful stacktrace later\n\t\t\t\t\tvar error = new Error();\n\t\t\t\t\tvar loadingEnded = (event) => {\n\t\t\t\t\t\tif(__webpack_require__.o(installedChunks, chunkId)) {\n\t\t\t\t\t\t\tinstalledChunkData = installedChunks[chunkId];\n\t\t\t\t\t\t\tif(installedChunkData !== 0) installedChunks[chunkId] = undefined;\n\t\t\t\t\t\t\tif(installedChunkData) {\n\t\t\t\t\t\t\t\tvar errorType = event && (event.type === 'load' ? 'missing' : event.type);\n\t\t\t\t\t\t\t\tvar realSrc = event && event.target && event.target.src;\n\t\t\t\t\t\t\t\terror.message = 'Loading chunk ' + chunkId + ' failed.\\n(' + errorType + ': ' + realSrc + ')';\n\t\t\t\t\t\t\t\terror.name = 'ChunkLoadError';\n\t\t\t\t\t\t\t\terror.type = errorType;\n\t\t\t\t\t\t\t\terror.request = realSrc;\n\t\t\t\t\t\t\t\tinstalledChunkData[1](error);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t\t__webpack_require__.l(url, loadingEnded, \"chunk-\" + chunkId, chunkId);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n};\n\n// no prefetching\n\n// no preloaded\n\n// no HMR\n\n// no HMR manifest\n\n__webpack_require__.O.j = (chunkId) => (installedChunks[chunkId] === 0);\n\n// install a JSONP callback for chunk loading\nvar webpackJsonpCallback = (parentChunkLoadingFunction, data) => {\n\tvar chunkIds = data[0];\n\tvar moreModules = data[1];\n\tvar runtime = data[2];\n\t// add \"moreModules\" to the modules object,\n\t// then flag all \"chunkIds\" as loaded and fire callback\n\tvar moduleId, chunkId, i = 0;\n\tif(chunkIds.some((id) => (installedChunks[id] !== 0))) {\n\t\tfor(moduleId in moreModules) {\n\t\t\tif(__webpack_require__.o(moreModules, moduleId)) {\n\t\t\t\t__webpack_require__.m[moduleId] = moreModules[moduleId];\n\t\t\t}\n\t\t}\n\t\tif(runtime) var result = runtime(__webpack_require__);\n\t}\n\tif(parentChunkLoadingFunction) parentChunkLoadingFunction(data);\n\tfor(;i < chunkIds.length; i++) {\n\t\tchunkId = chunkIds[i];\n\t\tif(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {\n\t\t\tinstalledChunks[chunkId][0]();\n\t\t}\n\t\tinstalledChunks[chunkId] = 0;\n\t}\n\treturn __webpack_require__.O(result);\n}\n\nvar chunkLoadingGlobal = self[\"webpackChunknextcloud\"] = self[\"webpackChunknextcloud\"] || [];\nchunkLoadingGlobal.forEach(webpackJsonpCallback.bind(null, 0));\nchunkLoadingGlobal.push = webpackJsonpCallback.bind(null, chunkLoadingGlobal.push.bind(chunkLoadingGlobal));","__webpack_require__.nc = undefined;","// startup\n// Load entry module and return exports\n// This entry module depends on other loaded chunks and execution need to be delayed\nvar __webpack_exports__ = __webpack_require__.O(undefined, [7874], () => (__webpack_require__(34507)))\n__webpack_exports__ = __webpack_require__.O(__webpack_exports__);\n"],"names":["deferred","inProgress","dataWebpackPrefix","getLoggerBuilder","setApp","detectUser","build","action","FileAction","id","displayName","nodes","view","t","iconSvgInline","enabled","length","map","node","permissions","every","permission","Permission","DELETE","exec","axios","delete","encodedSource","emit","error","logger","source","execBatch","dir","Promise","all","this","order","triggerDownload","url","hiddenElement","document","createElement","download","href","click","downloadNodes","secret","Math","random","toString","substring","generateUrl","files","JSON","stringify","basename","isDownloadable","READ","attributes","downloadAttribute","parse","find","attribute","scope","key","undefined","some","type","FileType","Folder","root","startsWith","async","Array","fill","UPDATE","path","link","generateOcsUrl","result","post","uid","getCurrentUser","window","location","host","encodePath","data","ocs","token","showError","openLocalClient","shouldFavorite","favorite","favoriteNode","willFavorite","tags","OC","TAG_FAVORITE","dirname","Vue","StarSvg","NONE","options","styleTagTransform","setAttributes","insert","domAPI","insertStyleElement","locals","Axios","AxiosError","CanceledError","isCancel","CancelToken","VERSION","Cancel","isAxiosError","spread","toFormData","AxiosHeaders","HttpStatusCode","formToJSON","getAdapter","mergeConfig","queue","getQueue","PQueue","concurrency","MoveCopyAction","canMove","reduce","min","ALL","canCopy","canDownload","getActionForNodes","MOVE_OR_COPY","MOVE","COPY","handleCopyMoveNodeTo","destination","method","overwrite","arguments","Error","relativePath","join","destinationUrl","generateRemoteUrl","debug","NodeStatus","LOADING","add","headers","Destination","encodeURI","Overwrite","response","status","message","FolderMoveSvg","filePicker","getFilePickerBuilder","allowDirectories","setFilter","n","CREATE","fileid","setMimeTypeFilter","setMultiSelect","startAt","resolve","reject","setButtonFactory","buttons","target","push","label","icon","CopyIconSvg","callback","console","warn","pick","catch","openFilePickerForAction","FolderSvg","isDavRessource","OCP","Files","Router","goToRoute","default","DefaultType","HIDDEN","InformationSvg","OCA","Sidebar","open","File","getUniqueName","name","names","newName","i","includes","ext","extname","entry","context","handler","content","contentNames","encodeURIComponent","parseInt","createNewFolder","folder","mtime","Date","owner","showSuccess","WorkerGlobalScope","self","globalThis","fetch","bind","Headers","Request","Response","HOT_PATCHER_TYPE","NOOP","createNewItem","original","methods","final","HotPatcher","constructor","_configuration","registry","getEmptyAction","__type__","configuration","newAction","control","allowTargetOverrides","Object","keys","forEach","foreignKey","hasOwnProperty","assign","execute","args","get","item","_this","shift","apply","sequence","isPatched","patch","opts","chain","patchInline","plugin","restore","setFinal","__patcher","NONCE_CHARS","generateDigestAuthHeader","digest","replace","uri","indexOf","slice","toUpperCase","qop","test","ncString","nc","ha1","algorithm","user","realm","pass","nonce","cnonce","ha1Hash","md5","toLowerCase","ha1Compute","username","password","ha2","digestResponse","authValues","opaque","authHeader","k","obj","prototype","call","getPrototypeOf","proto","isPlainObject","setPrototypeOf","merge","output","items","nextItem","mergeObjects","obj1","obj2","isArray","headerPayloads","headerKeys","header","lowerHeader","hasArrayBuffer","ArrayBuffer","objToString","_request","requestOptions","patcher","body","newHeaders","value","isBuffer","isArrayBuffer","requestDataToFetchBody","signal","withCredentials","credentials","httpAgent","httpsAgent","agent","parsedURL","protocol","getFetchOptions","rootPath","defaultRootUrl","getClient","rootUrl","client","createClient","requesttoken","getRequestToken","getPatcher","_digest","hasDigestAuth","Authorization","split","re","match","floor","makeNonce","parseDigestAuth","response2","request","hashCode","str","a","b","charCodeAt","resultToNode","props","davParsePermissions","filename","nodeData","lastmod","mime","size","hasPreview","failed","reportPayload","getDavNameSpaces","getDavProperties","getContents","propfindPayload","davGetDefaultPropfind","rootResponse","stat","details","contentsResponse","getDirectoryContents","includeSelf","contents","filter","generateFolderView","index","View","generateIdFromPath","params","parent","columns","lastTwoWeeksTimestamp","round","now","searchPayload","inheritAttrs","String","required","checked","Boolean","Number","previewUrl","ratio","failedPreview","computed","nameWithoutExt","realPreviewUrl","mimeIcon","getElementById","pathSections","section","encodeFilePath","MimeType","getIconUrl","onCheck","$emit","onFailure","_vm","_c","_self","staticClass","attrs","domProps","on","_v","class","_s","extend","components","NcEmptyContent","NcModal","TemplatePreview","loading","opened","provider","extension","emptyTemplate","mimetypes","selectedTemplate","templates","template","style","width","margin","border","fetchedProvider","getTemplates","app","onSubmit","close","currentDirectory","URL","searchParams","fileInfo","filePath","templatePath","templateType","createFromTemplate","normalize","openfile","_setupProxy","$event","preventDefault","stopPropagation","_b","_l","_e","mixin","TemplatePickerRoot","appendChild","loadState","templatesPath","TemplatePicker","TemplatePickerView","propsData","$mount","addNewFileMenuEntry","initTemplatesFolder","removeNewFileMenuEntry","iconClass","directory","copySystemTemplates","template_path","registerFileAction","deleteAction","downloadAction","editLocallyAction","favoriteAction","moveOrCopyAction","openFolderAction","openInFilesAction","renameAction","sidebarAction","viewInFolderAction","newFolderEntry","favoriteFolders","favoriteFoldersViews","Navigation","getNavigation","register","caption","emptyTitle","emptyCaption","subscribe","addPathToFavorites","removePathFromFavorites","updateAndSortViews","sort","localeCompare","getLanguage","ignorePunctuation","findIndex","splice","remove","registerFavoritesView","controller","AbortController","CancelablePromise","onCancel","abort","defaultSortKey","deep","navigator","addEventListener","noRewrite","registration","serviceWorker","registerDavProperty","module","exports","_typeof","Symbol","iterator","_exports","_setPrototypeOf","o","p","__proto__","_createSuper","Derived","hasNativeReflectConstruct","Reflect","construct","sham","Proxy","valueOf","e","_isNativeReflectConstruct","Super","_getPrototypeOf","NewTarget","TypeError","ReferenceError","_assertThisInitialized","_possibleConstructorReturn","_createForOfIteratorHelper","allowArrayLike","it","minLen","_arrayLikeToArray","from","_unsupportedIterableToArray","F","s","done","f","err","normalCompletion","didErr","step","next","_e2","return","arr","len","arr2","_classCallCheck","instance","Constructor","_defineProperties","descriptor","enumerable","configurable","writable","defineProperty","_createClass","protoProps","staticProps","_defineProperty","_classPrivateFieldInitSpec","privateMap","privateCollection","has","_checkPrivateRedeclaration","set","_classPrivateFieldGet","receiver","_classApplyDescriptorGet","_classExtractFieldDescriptor","_classPrivateFieldSet","_classApplyDescriptorSet","cancelable","isCancelablePromise","toStringTag","_internals","WeakMap","_promise","CancelablePromiseInternal","_ref","_ref$executor","executor","_ref$internals","internals","isCanceled","onCancelList","_ref$promise","promise","cancel","onfulfilled","onrejected","makeCancelable","then","createCallback","onfinally","runWhenCanceled","finally","callbacks","_step","_iterator","_CancelablePromiseInt","subClass","superClass","create","_inherits","_super","iterable","makeAllCancelable","allSettled","any","race","reason","_default","onResult","arg","_step2","_iterator2","resolvable","___CSS_LOADER_URL_IMPORT_0___","___CSS_LOADER_URL_IMPORT_1___","___CSS_LOADER_EXPORT___","___CSS_LOADER_URL_REPLACEMENT_0___","___CSS_LOADER_URL_REPLACEMENT_1___","http","https","validateParams","cb","Stream","Readable","Writable","Duplex","Transform","PassThrough","finished","pipeline","ClientRequest","statusCodes","defaultProtocol","g","search","hostname","port","req","end","IncomingMessage","Agent","defaultMaxSockets","globalAgent","STATUS_CODES","METHODS","xhr","getXHR","XMLHttpRequest","XDomainRequest","checkTypeSupport","responseType","isFunction","ReadableStream","writableStream","WritableStream","abortController","arraybuffer","msstream","mozchunkedarraybuffer","overrideMimeType","capability","inherits","stream","rStates","readyStates","preferBinary","_opts","_body","_headers","auth","setHeader","Buffer","useFetch","mode","_mode","decideMode","_fetchTimer","_socketTimeout","_socketTimer","_onFinish","lowerName","unsafeHeaders","getHeader","removeHeader","_destroyed","timeout","setTimeout","headersObj","Blob","headersList","keyName","v","_fetchAbortController","requestTimeout","_fetchResponse","_resetTimers","_connect","_xhr","process","nextTick","ontimeout","setRequestHeader","_response","onreadystatechange","readyState","DONE","_onXHRProgress","onprogress","onerror","send","statusValid","_write","chunk","encoding","clearTimeout","destroy","once","flushHeaders","setNoDelay","setSocketKeepAlive","UNSENT","OPENED","HEADERS_RECEIVED","resetTimers","rawHeaders","trailers","rawTrailers","statusCode","statusMessage","statusText","write","_resumeFetch","pipeTo","reader","getReader","read","_pos","responseURL","getAllResponseHeaders","matches","_charset","mimeType","charsetMatch","_read","responseText","newData","substr","buffer","alloc","Uint8Array","MSStreamReader","byteLength","onload","readAsArrayBuffer","m","setUid","Ne","_entries","registerEntry","validateEntry","unregisterEntry","r","getEntryIndex","entries","getEntries","_nc_newfilemenu","C","P","Yt","log","d","pow","toFixed","parseFloat","toLocaleString","Z","DEFAULT","Qt","_action","validateAction","title","inline","renderInline","values","Dt","_nc_fileactions","N","SHARE","j","Y","oc","ir","_nc_dav_properties","_nc_dav_namespaces","prop","namespaces","V","L","sr","or","be","R","J","X","crtime","Q","NEW","FAILED","LOCKED","D","_data","_attributes","_knownDavService","updateMtime","deleteProperty","origin","pathname","pop","move","rename","ye","super","ee","te","ur","setHeaders","dr","ve","getcontentlength","Te","_views","_currentView","views","setActive","active","ar","_nc_navigation","Ie","_column","Ae","render","summary","S","O","RegExp","isExist","u","isEmptyObject","l","c","getValue","isName","getAllMatches","startIndex","lastIndex","nameRegexp","M","Oe","allowBooleanAttributes","unpairedTags","U","G","w","z","validate","trim","Re","xe","H","code","msg","line","tagClosed","tagName","tagStartPos","col","Ve","Ce","Pe","$e","Le","Fe","B","preserveOrder","attributeNamePrefix","attributesGroupName","textNodeName","ignoreAttributes","removeNSPrefix","parseTagValue","parseAttributeValue","trimValues","cdataPropName","numberParseOptions","hex","leadingZeros","eNotation","tagValueProcessor","attributeValueProcessor","stopNodes","alwaysCreateTextNode","commentPropName","processEntities","htmlEntities","ignoreDeclaration","ignorePiTags","transformTagName","transformAttributeName","updateTag","buildOptions","defaultOptions","ke","Xe","Ue","Ge","ze","He","Ke","We","je","Ye","Je","decimalPoint","T","tagname","child","addChild","tt","entityName","val","regx","entities","rt","skipLike","De","lastEntities","regex","st","replaceEntitiesValue","$","ot","charAt","ut","dt","resolveNameSpace","at","y","saveTextToParentTag","lastIndexOf","tagsNodeStack","x","tagExp","attrExpPresent","buildAttributesMap","closeIndex","docTypeEntities","parseTextData","rawTagName","isItStopNode","h","E","readStopNodeData","tagContent","_","lt","ft","ampEntity","ct","ht","pt","gt","ne","ie","Nt","bt","Et","prettify","yt","_t","currentNode","apos","quot","space","cent","pound","yen","euro","copyright","reg","inr","addExternalEntities","parseXml","vt","Tt","se","Pt","xt","oe","K","indentBy","suppressUnpairedNode","suppressEmptyNode","endsWith","suppressBooleanAttributes","Ft","format","Vt","oneListGroup","isAttribute","attrPrefixLen","St","processTextOrObjNode","Lt","indentate","Rt","tagEndChar","newLine","j2x","buildTextValNode","attrStr","buildObjectNode","repeat","arrayNodeName","buildAttrPairStr","closeTag","W","XMLParser","externalEntities","addEntity","XMLValidator","XMLBuilder","cr","_view","Ut","emptyView","sticky","expanded","Xt","hr","pr","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","loaded","__webpack_modules__","chunkIds","fn","priority","notFulfilled","Infinity","fulfilled","getter","__esModule","definition","chunkId","promises","Function","script","needAttach","scripts","getElementsByTagName","getAttribute","charset","setAttribute","src","onScriptComplete","prev","event","doneFns","parentNode","removeChild","head","nmd","paths","children","scriptUrl","importScripts","currentScript","baseURI","installedChunks","installedChunkData","errorType","realSrc","webpackJsonpCallback","parentChunkLoadingFunction","moreModules","runtime","chunkLoadingGlobal","__webpack_exports__"],"sourceRoot":""} \ No newline at end of file +{"version":3,"file":"files-init.js?v=9a7fb435be349492bdee","mappings":"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","sources":["webpack:///nextcloud/webpack/runtime/chunk loaded","webpack:///nextcloud/webpack/runtime/load script","webpack:///nextcloud/apps/files/src/logger.js","webpack:///nextcloud/apps/files/src/actions/deleteAction.ts","webpack:///nextcloud/apps/files/src/actions/downloadAction.ts","webpack:///nextcloud/apps/files/src/actions/editLocallyAction.ts","webpack:///nextcloud/apps/files/src/actions/favoriteAction.ts","webpack://nextcloud/./node_modules/@nextcloud/dialogs/dist/style.css?d87c","webpack:///nextcloud/node_modules/axios/index.js","webpack:///nextcloud/apps/files/src/actions/moveOrCopyActionUtils.ts","webpack:///nextcloud/apps/files/src/actions/moveOrCopyAction.ts","webpack:///nextcloud/apps/files/src/actions/openFolderAction.ts","webpack:///nextcloud/apps/files/src/actions/openInFilesAction.ts","webpack:///nextcloud/apps/files/src/actions/renameAction.ts","webpack:///nextcloud/apps/files/src/actions/sidebarAction.ts","webpack:///nextcloud/apps/files/src/actions/viewInFolderAction.ts","webpack:///nextcloud/apps/files/src/newMenu/newFolder.ts","webpack:///nextcloud/node_modules/@buttercup/fetch/dist/index.browser.js","webpack:///nextcloud/node_modules/hot-patcher/dist/patcher.js","webpack:///nextcloud/node_modules/hot-patcher/dist/functions.js","webpack:///nextcloud/node_modules/webdav/dist/node/compat/patcher.js","webpack:///nextcloud/node_modules/webdav/dist/node/auth/digest.js","webpack:///nextcloud/node_modules/webdav/dist/node/tools/crypto.js","webpack:///nextcloud/node_modules/webdav/dist/node/tools/merge.js","webpack:///nextcloud/node_modules/webdav/dist/node/tools/headers.js","webpack:///nextcloud/node_modules/webdav/dist/node/compat/arrayBuffer.js","webpack:///nextcloud/node_modules/webdav/dist/node/request.js","webpack:///nextcloud/node_modules/webdav/dist/node/tools/body.js","webpack:///nextcloud/node_modules/webdav/dist/node/compat/buffer.js","webpack:///nextcloud/apps/files/src/services/WebdavClient.ts","webpack:///nextcloud/apps/files/src/utils/hashUtils.ts","webpack:///nextcloud/apps/files/src/services/Files.ts","webpack:///nextcloud/apps/files/src/services/Favorites.ts","webpack:///nextcloud/apps/files/src/views/favorites.ts","webpack:///nextcloud/apps/files/src/services/Recent.ts","webpack:///nextcloud/apps/files/src/views/TemplatePicker.vue","webpack:///nextcloud/apps/files/src/utils/fileUtils.ts","webpack:///nextcloud/apps/files/src/components/TemplatePreview.vue?vue&type=script&lang=js","webpack:///nextcloud/apps/files/src/components/TemplatePreview.vue","webpack:///nextcloud/apps/files/src/utils/davUtils.js","webpack://nextcloud/./apps/files/src/components/TemplatePreview.vue?af18","webpack://nextcloud/./apps/files/src/components/TemplatePreview.vue?81db","webpack://nextcloud/./apps/files/src/components/TemplatePreview.vue?c414","webpack:///nextcloud/apps/files/src/views/TemplatePicker.vue?vue&type=script&lang=ts","webpack:///nextcloud/apps/files/src/services/Templates.js","webpack://nextcloud/./apps/files/src/views/TemplatePicker.vue?0681","webpack://nextcloud/./apps/files/src/views/TemplatePicker.vue?afd8","webpack:///nextcloud/apps/files/src/init-templates.ts","webpack:///nextcloud/apps/files/src/init.ts","webpack:///nextcloud/apps/files/src/views/files.ts","webpack:///nextcloud/apps/files/src/views/recent.ts","webpack:///nextcloud/apps/files/src/services/ServiceWorker.js","webpack:///nextcloud/apps/files/src/services/LivePhotos.ts","webpack:///nextcloud/node_modules/builtin-status-codes/browser.js","webpack:///nextcloud/node_modules/cancelable-promise/umd/CancelablePromise.js","webpack:///nextcloud/node_modules/@nextcloud/dialogs/dist/style.css","webpack:///nextcloud/apps/files/src/components/TemplatePreview.vue?vue&type=style&index=0&id=0859a92c&prod&lang=scss&scoped=true","webpack:///nextcloud/apps/files/src/views/TemplatePicker.vue?vue&type=style&index=0&id=48121b39&prod&lang=scss&scoped=true","webpack:///nextcloud/node_modules/https-browserify/index.js","webpack:///nextcloud/node_modules/readable-stream/readable-browser.js","webpack:///nextcloud/node_modules/stream-http/index.js","webpack:///nextcloud/node_modules/stream-http/lib/capability.js","webpack:///nextcloud/node_modules/stream-http/lib/request.js","webpack:///nextcloud/node_modules/stream-http/lib/response.js","webpack:///nextcloud/node_modules/xtend/immutable.js","webpack:///nextcloud/node_modules/@nextcloud/files/dist/index.mjs","webpack:///nextcloud/webpack/bootstrap","webpack:///nextcloud/webpack/runtime/compat get default export","webpack:///nextcloud/webpack/runtime/define property getters","webpack:///nextcloud/webpack/runtime/ensure chunk","webpack:///nextcloud/webpack/runtime/get javascript chunk filename","webpack:///nextcloud/webpack/runtime/global","webpack:///nextcloud/webpack/runtime/hasOwnProperty shorthand","webpack:///nextcloud/webpack/runtime/make namespace object","webpack:///nextcloud/webpack/runtime/node module decorator","webpack:///nextcloud/webpack/runtime/runtimeId","webpack:///nextcloud/webpack/runtime/publicPath","webpack:///nextcloud/webpack/runtime/jsonp chunk loading","webpack:///nextcloud/webpack/runtime/nonce","webpack:///nextcloud/webpack/startup"],"sourcesContent":["var deferred = [];\n__webpack_require__.O = (result, chunkIds, fn, priority) => {\n\tif(chunkIds) {\n\t\tpriority = priority || 0;\n\t\tfor(var i = deferred.length; i > 0 && deferred[i - 1][2] > priority; i--) deferred[i] = deferred[i - 1];\n\t\tdeferred[i] = [chunkIds, fn, priority];\n\t\treturn;\n\t}\n\tvar notFulfilled = Infinity;\n\tfor (var i = 0; i < deferred.length; i++) {\n\t\tvar chunkIds = deferred[i][0];\n\t\tvar fn = deferred[i][1];\n\t\tvar priority = deferred[i][2];\n\t\tvar fulfilled = true;\n\t\tfor (var j = 0; j < chunkIds.length; j++) {\n\t\t\tif ((priority & 1 === 0 || notFulfilled >= priority) && Object.keys(__webpack_require__.O).every((key) => (__webpack_require__.O[key](chunkIds[j])))) {\n\t\t\t\tchunkIds.splice(j--, 1);\n\t\t\t} else {\n\t\t\t\tfulfilled = false;\n\t\t\t\tif(priority < notFulfilled) notFulfilled = priority;\n\t\t\t}\n\t\t}\n\t\tif(fulfilled) {\n\t\t\tdeferred.splice(i--, 1)\n\t\t\tvar r = fn();\n\t\t\tif (r !== undefined) result = r;\n\t\t}\n\t}\n\treturn result;\n};","var inProgress = {};\nvar dataWebpackPrefix = \"nextcloud:\";\n// loadScript function to load a script via script tag\n__webpack_require__.l = (url, done, key, chunkId) => {\n\tif(inProgress[url]) { inProgress[url].push(done); return; }\n\tvar script, needAttach;\n\tif(key !== undefined) {\n\t\tvar scripts = document.getElementsByTagName(\"script\");\n\t\tfor(var i = 0; i < scripts.length; i++) {\n\t\t\tvar s = scripts[i];\n\t\t\tif(s.getAttribute(\"src\") == url || s.getAttribute(\"data-webpack\") == dataWebpackPrefix + key) { script = s; break; }\n\t\t}\n\t}\n\tif(!script) {\n\t\tneedAttach = true;\n\t\tscript = document.createElement('script');\n\n\t\tscript.charset = 'utf-8';\n\t\tscript.timeout = 120;\n\t\tif (__webpack_require__.nc) {\n\t\t\tscript.setAttribute(\"nonce\", __webpack_require__.nc);\n\t\t}\n\t\tscript.setAttribute(\"data-webpack\", dataWebpackPrefix + key);\n\n\t\tscript.src = url;\n\t}\n\tinProgress[url] = [done];\n\tvar onScriptComplete = (prev, event) => {\n\t\t// avoid mem leaks in IE.\n\t\tscript.onerror = script.onload = null;\n\t\tclearTimeout(timeout);\n\t\tvar doneFns = inProgress[url];\n\t\tdelete inProgress[url];\n\t\tscript.parentNode && script.parentNode.removeChild(script);\n\t\tdoneFns && doneFns.forEach((fn) => (fn(event)));\n\t\tif(prev) return prev(event);\n\t}\n\tvar timeout = setTimeout(onScriptComplete.bind(null, undefined, { type: 'timeout', target: script }), 120000);\n\tscript.onerror = onScriptComplete.bind(null, script.onerror);\n\tscript.onload = onScriptComplete.bind(null, script.onload);\n\tneedAttach && document.head.appendChild(script);\n};","/**\n * @copyright Copyright (c) 2022 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { getLoggerBuilder } from '@nextcloud/logger'\n\nexport default getLoggerBuilder()\n\t.setApp('files')\n\t.detectUser()\n\t.build()\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { emit } from '@nextcloud/event-bus';\nimport { Permission, Node, View, FileAction } from '@nextcloud/files';\nimport { translate as t } from '@nextcloud/l10n';\nimport axios from '@nextcloud/axios';\nimport TrashCanSvg from '@mdi/svg/svg/trash-can.svg?raw';\nimport logger from '../logger.js';\nexport const action = new FileAction({\n id: 'delete',\n displayName(nodes, view) {\n return view.id === 'trashbin'\n ? t('files', 'Delete permanently')\n : t('files', 'Delete');\n },\n iconSvgInline: () => TrashCanSvg,\n enabled(nodes) {\n return nodes.length > 0 && nodes\n .map(node => node.permissions)\n .every(permission => (permission & Permission.DELETE) !== 0);\n },\n async exec(node) {\n try {\n await axios.delete(node.encodedSource);\n // Let's delete even if it's moved to the trashbin\n // since it has been removed from the current view\n // and changing the view will trigger a reload anyway.\n emit('files:node:deleted', node);\n return true;\n }\n catch (error) {\n logger.error('Error while deleting a file', { error, source: node.source, node });\n return false;\n }\n },\n async execBatch(nodes, view, dir) {\n return Promise.all(nodes.map(node => this.exec(node, view, dir)));\n },\n order: 100,\n});\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { generateUrl } from '@nextcloud/router';\nimport { FileAction, Permission, Node, FileType, View } from '@nextcloud/files';\nimport { translate as t } from '@nextcloud/l10n';\nimport ArrowDownSvg from '@mdi/svg/svg/arrow-down.svg?raw';\nconst triggerDownload = function (url) {\n const hiddenElement = document.createElement('a');\n hiddenElement.download = '';\n hiddenElement.href = url;\n hiddenElement.click();\n};\nconst downloadNodes = function (dir, nodes) {\n const secret = Math.random().toString(36).substring(2);\n const url = generateUrl('/apps/files/ajax/download.php?dir={dir}&files={files}&downloadStartSecret={secret}', {\n dir,\n secret,\n files: JSON.stringify(nodes.map(node => node.basename)),\n });\n triggerDownload(url);\n};\nconst isDownloadable = function (node) {\n if ((node.permissions & Permission.READ) === 0) {\n return false;\n }\n // If the mount type is a share, ensure it got download permissions.\n if (node.attributes['mount-type'] === 'shared') {\n const downloadAttribute = JSON.parse(node.attributes['share-attributes']).find((attribute) => attribute.scope === 'permissions' && attribute.key === 'download');\n if (downloadAttribute !== undefined && downloadAttribute.enabled === false) {\n return false;\n }\n }\n return true;\n};\nexport const action = new FileAction({\n id: 'download',\n displayName: () => t('files', 'Download'),\n iconSvgInline: () => ArrowDownSvg,\n enabled(nodes) {\n if (nodes.length === 0) {\n return false;\n }\n // We can download direct dav files. But if we have\n // some folders, we need to use the /apps/files/ajax/download.php\n // endpoint, which only supports user root folder.\n if (nodes.some(node => node.type === FileType.Folder)\n && nodes.some(node => !node.root?.startsWith('/files'))) {\n return false;\n }\n return nodes.every(isDownloadable);\n },\n async exec(node, view, dir) {\n if (node.type === FileType.Folder) {\n downloadNodes(dir, [node]);\n return null;\n }\n triggerDownload(node.source);\n return null;\n },\n async execBatch(nodes, view, dir) {\n if (nodes.length === 1) {\n this.exec(nodes[0], view, dir);\n return [null];\n }\n downloadNodes(dir, nodes);\n return new Array(nodes.length).fill(null);\n },\n order: 30,\n});\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { encodePath } from '@nextcloud/paths';\nimport { generateOcsUrl } from '@nextcloud/router';\nimport { getCurrentUser } from '@nextcloud/auth';\nimport { FileAction, Permission } from '@nextcloud/files';\nimport { showError } from '@nextcloud/dialogs';\nimport { translate as t } from '@nextcloud/l10n';\nimport axios from '@nextcloud/axios';\nimport LaptopSvg from '@mdi/svg/svg/laptop.svg?raw';\nconst openLocalClient = async function (path) {\n const link = generateOcsUrl('apps/files/api/v1') + '/openlocaleditor?format=json';\n try {\n const result = await axios.post(link, { path });\n const uid = getCurrentUser()?.uid;\n let url = `nc://open/${uid}@` + window.location.host + encodePath(path);\n url += '?token=' + result.data.ocs.data.token;\n window.location.href = url;\n }\n catch (error) {\n showError(t('files', 'Failed to redirect to client'));\n }\n};\nexport const action = new FileAction({\n id: 'edit-locally',\n displayName: () => t('files', 'Edit locally'),\n iconSvgInline: () => LaptopSvg,\n // Only works on single files\n enabled(nodes) {\n // Only works on single node\n if (nodes.length !== 1) {\n return false;\n }\n return (nodes[0].permissions & Permission.UPDATE) !== 0;\n },\n async exec(node) {\n openLocalClient(node.path);\n return null;\n },\n order: 25,\n});\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { emit } from '@nextcloud/event-bus';\nimport { generateUrl } from '@nextcloud/router';\nimport { Permission, View, FileAction } from '@nextcloud/files';\nimport { translate as t } from '@nextcloud/l10n';\nimport axios from '@nextcloud/axios';\nimport Vue from 'vue';\nimport StarOutlineSvg from '@mdi/svg/svg/star-outline.svg?raw';\nimport StarSvg from '@mdi/svg/svg/star.svg?raw';\nimport logger from '../logger.js';\nimport { encodePath } from '@nextcloud/paths';\n// If any of the nodes is not favorited, we display the favorite action.\nconst shouldFavorite = (nodes) => {\n return nodes.some(node => node.attributes.favorite !== 1);\n};\nexport const favoriteNode = async (node, view, willFavorite) => {\n try {\n // TODO: migrate to webdav tags plugin\n const url = generateUrl('/apps/files/api/v1/files') + encodePath(node.path);\n await axios.post(url, {\n tags: willFavorite\n ? [window.OC.TAG_FAVORITE]\n : [],\n });\n // Let's delete if we are in the favourites view\n // AND if it is removed from the user favorites\n // AND it's in the root of the favorites view\n if (view.id === 'favorites' && !willFavorite && node.dirname === '/') {\n emit('files:node:deleted', node);\n }\n // Update the node webdav attribute\n Vue.set(node.attributes, 'favorite', willFavorite ? 1 : 0);\n // Dispatch event to whoever is interested\n if (willFavorite) {\n emit('files:favorites:added', node);\n }\n else {\n emit('files:favorites:removed', node);\n }\n return true;\n }\n catch (error) {\n const action = willFavorite ? 'adding a file to favourites' : 'removing a file from favourites';\n logger.error('Error while ' + action, { error, source: node.source, node });\n return false;\n }\n};\nexport const action = new FileAction({\n id: 'favorite',\n displayName(nodes) {\n return shouldFavorite(nodes)\n ? t('files', 'Add to favorites')\n : t('files', 'Remove from favorites');\n },\n iconSvgInline: (nodes) => {\n return shouldFavorite(nodes)\n ? StarOutlineSvg\n : StarSvg;\n },\n enabled(nodes) {\n // We can only favorite nodes within files and with permissions\n return !nodes.some(node => !node.root?.startsWith?.('/files'))\n && nodes.every(node => node.permissions !== Permission.NONE);\n },\n async exec(node, view) {\n const willFavorite = shouldFavorite([node]);\n return await favoriteNode(node, view, willFavorite);\n },\n async execBatch(nodes, view) {\n const willFavorite = shouldFavorite(nodes);\n return Promise.all(nodes.map(async (node) => await favoriteNode(node, view, willFavorite)));\n },\n order: -50,\n});\n","\n import API from \"!../../../style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../css-loader/dist/cjs.js!./style.css\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../css-loader/dist/cjs.js!./style.css\";\n export default content && content.locals ? content.locals : undefined;\n","import axios from './lib/axios.js';\n\n// This module is intended to unwrap Axios default export as named.\n// Keep top-level export same with static properties\n// so that it can keep same with es module or cjs\nconst {\n Axios,\n AxiosError,\n CanceledError,\n isCancel,\n CancelToken,\n VERSION,\n all,\n Cancel,\n isAxiosError,\n spread,\n toFormData,\n AxiosHeaders,\n HttpStatusCode,\n formToJSON,\n getAdapter,\n mergeConfig\n} = axios;\n\nexport {\n axios as default,\n Axios,\n AxiosError,\n CanceledError,\n isCancel,\n CancelToken,\n VERSION,\n all,\n Cancel,\n isAxiosError,\n spread,\n toFormData,\n AxiosHeaders,\n HttpStatusCode,\n formToJSON,\n getAdapter,\n mergeConfig\n}\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport '@nextcloud/dialogs/style.css';\nimport { Permission } from '@nextcloud/files';\nimport PQueue from 'p-queue';\n// This is the processing queue. We only want to allow 3 concurrent requests\nlet queue;\n/**\n * Get the processing queue\n */\nexport const getQueue = () => {\n if (!queue) {\n queue = new PQueue({ concurrency: 3 });\n }\n return queue;\n};\nexport var MoveCopyAction;\n(function (MoveCopyAction) {\n MoveCopyAction[\"MOVE\"] = \"Move\";\n MoveCopyAction[\"COPY\"] = \"Copy\";\n MoveCopyAction[\"MOVE_OR_COPY\"] = \"move-or-copy\";\n})(MoveCopyAction || (MoveCopyAction = {}));\nexport const canMove = (nodes) => {\n const minPermission = nodes.reduce((min, node) => Math.min(min, node.permissions), Permission.ALL);\n return (minPermission & Permission.UPDATE) !== 0;\n};\nexport const canDownload = (nodes) => {\n return nodes.every(node => {\n const shareAttributes = JSON.parse(node.attributes?.['share-attributes'] ?? '[]');\n return !shareAttributes.some(attribute => attribute.scope === 'permissions' && attribute.enabled === false && attribute.key === 'download');\n });\n};\nexport const canCopy = (nodes) => {\n // For now the only restriction is that a shared file\n // cannot be copied if the download is disabled\n return canDownload(nodes);\n};\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport '@nextcloud/dialogs/style.css';\n// eslint-disable-next-line n/no-extraneous-import\nimport { AxiosError } from 'axios';\nimport { basename, join } from 'path';\nimport { emit } from '@nextcloud/event-bus';\nimport { generateRemoteUrl } from '@nextcloud/router';\nimport { getCurrentUser } from '@nextcloud/auth';\nimport { getFilePickerBuilder, showError } from '@nextcloud/dialogs';\nimport { Permission, FileAction, FileType, NodeStatus } from '@nextcloud/files';\nimport { translate as t } from '@nextcloud/l10n';\nimport axios from '@nextcloud/axios';\nimport Vue from 'vue';\nimport CopyIconSvg from '@mdi/svg/svg/folder-multiple.svg?raw';\nimport FolderMoveSvg from '@mdi/svg/svg/folder-move.svg?raw';\nimport { MoveCopyAction, canCopy, canMove, getQueue } from './moveOrCopyActionUtils';\nimport logger from '../logger';\n/**\n * Return the action that is possible for the given nodes\n * @param {Node[]} nodes The nodes to check against\n * @return {MoveCopyAction} The action that is possible for the given nodes\n */\nconst getActionForNodes = (nodes) => {\n if (canMove(nodes)) {\n if (canCopy(nodes)) {\n return MoveCopyAction.MOVE_OR_COPY;\n }\n return MoveCopyAction.MOVE;\n }\n // Assuming we can copy as the enabled checks for copy permissions\n return MoveCopyAction.COPY;\n};\n/**\n * Handle the copy/move of a node to a destination\n * This can be imported and used by other scripts/components on server\n * @param {Node} node The node to copy/move\n * @param {Folder} destination The destination to copy/move the node to\n * @param {MoveCopyAction} method The method to use for the copy/move\n * @param {boolean} overwrite Whether to overwrite the destination if it exists\n * @return {Promise} A promise that resolves when the copy/move is done\n */\nexport const handleCopyMoveNodeTo = async (node, destination, method, overwrite = false) => {\n if (!destination) {\n return;\n }\n if (destination.type !== FileType.Folder) {\n throw new Error(t('files', 'Destination is not a folder'));\n }\n if (node.dirname === destination.path) {\n throw new Error(t('files', 'This file/folder is already in that directory'));\n }\n /**\n * Example:\n * node: /foo/bar/file.txt -> path = /foo/bar\n * destination: /foo\n * Allow move of /foo does not start with /foo/bar so allow\n */\n if (destination.path.startsWith(node.path)) {\n throw new Error(t('files', 'You cannot move a file/folder onto itself or into a subfolder of itself'));\n }\n const relativePath = join(destination.path, node.basename);\n const destinationUrl = generateRemoteUrl(`dav/files/${getCurrentUser()?.uid}${relativePath}`);\n // Set loading state\n Vue.set(node, 'status', NodeStatus.LOADING);\n const queue = getQueue();\n return await queue.add(async () => {\n try {\n await axios({\n method: method === MoveCopyAction.COPY ? 'COPY' : 'MOVE',\n url: node.encodedSource,\n headers: {\n Destination: encodeURI(destinationUrl),\n Overwrite: overwrite ? undefined : 'F',\n },\n });\n // If we're moving, update the node\n // if we're copying, we don't need to update the node\n // the view will refresh itself\n if (method === MoveCopyAction.MOVE) {\n // Delete the node as it will be fetched again\n // when navigating to the destination folder\n emit('files:node:deleted', node);\n }\n }\n catch (error) {\n if (error instanceof AxiosError) {\n if (error?.response?.status === 412) {\n throw new Error(t('files', 'A file or folder with that name already exists in this folder'));\n }\n else if (error?.response?.status === 423) {\n throw new Error(t('files', 'The files is locked'));\n }\n else if (error?.response?.status === 404) {\n throw new Error(t('files', 'The file does not exist anymore'));\n }\n else if (error.message) {\n throw new Error(error.message);\n }\n }\n throw new Error();\n }\n finally {\n Vue.set(node, 'status', undefined);\n }\n });\n};\n/**\n * Open a file picker for the given action\n * @param {MoveCopyAction} action The action to open the file picker for\n * @param {string} dir The directory to start the file picker in\n * @param {Node[]} nodes The nodes to move/copy\n * @return {Promise} The picked destination\n */\nconst openFilePickerForAction = async (action, dir = '/', nodes) => {\n const fileIDs = nodes.map(node => node.fileid).filter(Boolean);\n const filePicker = getFilePickerBuilder(t('files', 'Chose destination'))\n .allowDirectories(true)\n .setFilter((n) => {\n // We only want to show folders that we can create nodes in\n return (n.permissions & Permission.CREATE) !== 0\n // We don't want to show the current nodes in the file picker\n && !fileIDs.includes(n.fileid);\n })\n .setMimeTypeFilter([])\n .setMultiSelect(false)\n .startAt(dir);\n return new Promise((resolve, reject) => {\n filePicker.setButtonFactory((_selection, path) => {\n const buttons = [];\n const target = basename(path);\n const dirnames = nodes.map(node => node.dirname);\n const paths = nodes.map(node => node.path);\n if (dirnames.includes(path)) {\n // This file/folder is already in that directory\n return buttons;\n }\n if (paths.includes(path)) {\n // You cannot move a file/folder onto itself\n return buttons;\n }\n if (action === MoveCopyAction.COPY || action === MoveCopyAction.MOVE_OR_COPY) {\n buttons.push({\n label: target ? t('files', 'Copy to {target}', { target }) : t('files', 'Copy'),\n type: 'primary',\n icon: CopyIconSvg,\n async callback(destination) {\n resolve({\n destination: destination[0],\n action: MoveCopyAction.COPY,\n });\n },\n });\n }\n if (action === MoveCopyAction.MOVE || action === MoveCopyAction.MOVE_OR_COPY) {\n buttons.push({\n label: target ? t('files', 'Move to {target}', { target }) : t('files', 'Move'),\n type: action === MoveCopyAction.MOVE ? 'primary' : 'secondary',\n icon: FolderMoveSvg,\n async callback(destination) {\n resolve({\n destination: destination[0],\n action: MoveCopyAction.MOVE,\n });\n },\n });\n }\n return buttons;\n });\n const picker = filePicker.build();\n picker.pick().catch(() => {\n reject(new Error(t('files', 'Cancelled move or copy operation')));\n });\n });\n};\nexport const action = new FileAction({\n id: 'move-copy',\n displayName(nodes) {\n switch (getActionForNodes(nodes)) {\n case MoveCopyAction.MOVE:\n return t('files', 'Move');\n case MoveCopyAction.COPY:\n return t('files', 'Copy');\n case MoveCopyAction.MOVE_OR_COPY:\n return t('files', 'Move or copy');\n }\n },\n iconSvgInline: () => FolderMoveSvg,\n enabled(nodes) {\n // We only support moving/copying files within the user folder\n if (!nodes.every(node => node.root?.startsWith('/files/'))) {\n return false;\n }\n return nodes.length > 0 && (canMove(nodes) || canCopy(nodes));\n },\n async exec(node, view, dir) {\n const action = getActionForNodes([node]);\n const result = await openFilePickerForAction(action, dir, [node]);\n try {\n await handleCopyMoveNodeTo(node, result.destination, result.action);\n return true;\n }\n catch (error) {\n if (error instanceof Error && !!error.message) {\n showError(error.message);\n // Silent action as we handle the toast\n return null;\n }\n return false;\n }\n },\n async execBatch(nodes, view, dir) {\n const action = getActionForNodes(nodes);\n const result = await openFilePickerForAction(action, dir, nodes);\n const promises = nodes.map(async (node) => {\n try {\n await handleCopyMoveNodeTo(node, result.destination, result.action);\n return true;\n }\n catch (error) {\n logger.error(`Failed to ${result.action} node`, { node, error });\n return false;\n }\n });\n // We need to keep the selection on error!\n // So we do not return null, and for batch action\n // we let the front handle the error.\n return await Promise.all(promises);\n },\n order: 15,\n});\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { join } from 'path';\nimport { Permission, Node, FileType, View, FileAction, DefaultType } from '@nextcloud/files';\nimport { translate as t } from '@nextcloud/l10n';\nimport FolderSvg from '@mdi/svg/svg/folder.svg?raw';\nexport const action = new FileAction({\n id: 'open-folder',\n displayName(files) {\n // Only works on single node\n const displayName = files[0].attributes.displayName || files[0].basename;\n return t('files', 'Open folder {displayName}', { displayName });\n },\n iconSvgInline: () => FolderSvg,\n enabled(nodes) {\n // Only works on single node\n if (nodes.length !== 1) {\n return false;\n }\n const node = nodes[0];\n if (!node.isDavRessource) {\n return false;\n }\n return node.type === FileType.Folder\n && (node.permissions & Permission.READ) !== 0;\n },\n async exec(node, view, dir) {\n if (!node || node.type !== FileType.Folder) {\n return false;\n }\n window.OCP.Files.Router.goToRoute(null, { view: view.id, fileid: node.fileid }, { dir: join(dir, node.basename) });\n return null;\n },\n // Main action if enabled, meaning folders only\n default: DefaultType.HIDDEN,\n order: -100,\n});\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { translate as t } from '@nextcloud/l10n';\nimport { FileType, FileAction, DefaultType } from '@nextcloud/files';\n/**\n * TODO: Move away from a redirect and handle\n * navigation straight out of the recent view\n */\nexport const action = new FileAction({\n id: 'open-in-files-recent',\n displayName: () => t('files', 'Open in Files'),\n iconSvgInline: () => '',\n enabled: (nodes, view) => view.id === 'recent',\n async exec(node) {\n let dir = node.dirname;\n if (node.type === FileType.Folder) {\n dir = dir + '/' + node.basename;\n }\n window.OCP.Files.Router.goToRoute(null, // use default route\n { view: 'files', fileid: node.fileid }, { dir });\n return null;\n },\n // Before openFolderAction\n order: -1000,\n default: DefaultType.HIDDEN,\n});\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { emit } from '@nextcloud/event-bus';\nimport { Permission, FileAction } from '@nextcloud/files';\nimport { translate as t } from '@nextcloud/l10n';\nimport PencilSvg from '@mdi/svg/svg/pencil.svg?raw';\nexport const ACTION_DETAILS = 'details';\nexport const action = new FileAction({\n id: 'rename',\n displayName: () => t('files', 'Rename'),\n iconSvgInline: () => PencilSvg,\n enabled: (nodes) => {\n return nodes.length > 0 && nodes\n .map(node => node.permissions)\n .every(permission => (permission & Permission.UPDATE) !== 0);\n },\n async exec(node) {\n // Renaming is a built-in feature of the files app\n emit('files:node:rename', node);\n return null;\n },\n order: 10,\n});\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { Permission, View, FileAction, FileType } from '@nextcloud/files';\nimport { translate as t } from '@nextcloud/l10n';\nimport InformationSvg from '@mdi/svg/svg/information-variant.svg?raw';\nimport logger from '../logger.js';\nexport const ACTION_DETAILS = 'details';\nexport const action = new FileAction({\n id: ACTION_DETAILS,\n displayName: () => t('files', 'Open details'),\n iconSvgInline: () => InformationSvg,\n // Sidebar currently supports user folder only, /files/USER\n enabled: (nodes) => {\n // Only works on single node\n if (nodes.length !== 1) {\n return false;\n }\n if (!nodes[0]) {\n return false;\n }\n // Only work if the sidebar is available\n if (!window?.OCA?.Files?.Sidebar) {\n return false;\n }\n return (nodes[0].root?.startsWith('/files/') && nodes[0].permissions !== Permission.NONE) ?? false;\n },\n async exec(node, view, dir) {\n try {\n // TODO: migrate Sidebar to use a Node instead\n await window.OCA.Files.Sidebar.open(node.path);\n // Silently update current fileid\n window.OCP.Files.Router.goToRoute(null, { view: view.id, fileid: node.fileid }, { dir }, true);\n return null;\n }\n catch (error) {\n logger.error('Error while opening sidebar', { error });\n return false;\n }\n },\n order: -50,\n});\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { Node, FileType, Permission, View, FileAction } from '@nextcloud/files';\nimport { translate as t } from '@nextcloud/l10n';\nimport FolderMoveSvg from '@mdi/svg/svg/folder-move.svg?raw';\nexport const action = new FileAction({\n id: 'view-in-folder',\n displayName() {\n return t('files', 'View in folder');\n },\n iconSvgInline: () => FolderMoveSvg,\n enabled(nodes) {\n // Only works on single node\n if (nodes.length !== 1) {\n return false;\n }\n const node = nodes[0];\n if (!node.isDavRessource) {\n return false;\n }\n if (node.permissions === Permission.NONE) {\n return false;\n }\n return node.type === FileType.File;\n },\n async exec(node, view, dir) {\n if (!node || node.type !== FileType.File) {\n return false;\n }\n window.OCP.Files.Router.goToRoute(null, { view: 'files', fileid: node.fileid }, { dir: node.dirname });\n return null;\n },\n order: 80,\n});\n","import { basename, extname } from 'path';\nimport { emit } from '@nextcloud/event-bus';\nimport { getCurrentUser } from '@nextcloud/auth';\nimport { Permission, Folder } from '@nextcloud/files';\nimport { showSuccess } from '@nextcloud/dialogs';\nimport { translate as t } from '@nextcloud/l10n';\nimport axios from '@nextcloud/axios';\nimport FolderPlusSvg from '@mdi/svg/svg/folder-plus.svg?raw';\nimport logger from '../logger';\nconst createNewFolder = async (root, name) => {\n const source = root.source + '/' + name;\n const encodedSource = root.encodedSource + '/' + encodeURIComponent(name);\n const response = await axios({\n method: 'MKCOL',\n url: encodedSource,\n headers: {\n Overwrite: 'F',\n },\n });\n return {\n fileid: parseInt(response.headers['oc-fileid']),\n source,\n };\n};\n// TODO: move to @nextcloud/files\nexport const getUniqueName = (name, names) => {\n let newName = name;\n let i = 1;\n while (names.includes(newName)) {\n const ext = extname(name);\n newName = `${basename(name, ext)} (${i++})${ext}`;\n }\n return newName;\n};\nexport const entry = {\n id: 'newFolder',\n displayName: t('files', 'New folder'),\n enabled: (context) => (context.permissions & Permission.CREATE) !== 0,\n iconSvgInline: FolderPlusSvg,\n order: 0,\n async handler(context, content) {\n const contentNames = content.map((node) => node.basename);\n const name = getUniqueName(t('files', 'New folder'), contentNames);\n const { fileid, source } = await createNewFolder(context, name);\n // Create the folder in the store\n const folder = new Folder({\n source,\n id: fileid,\n mtime: new Date(),\n owner: getCurrentUser()?.uid || null,\n permissions: Permission.ALL,\n root: context?.root || '/files/' + getCurrentUser()?.uid,\n });\n showSuccess(t('files', 'Created new folder \"{name}\"', { name: basename(source) }));\n logger.debug('Created new folder', { folder, source });\n emit('files:node:created', folder);\n emit('files:node:rename', folder);\n },\n};\n","const inWebWorker = typeof WorkerGlobalScope !== \"undefined\" &&\n self instanceof WorkerGlobalScope;\nconst root = inWebWorker\n ? self\n : typeof window !== \"undefined\"\n ? window\n : globalThis;\nexport const fetch = root.fetch.bind(root);\nexport const Headers = root.Headers;\nexport const Request = root.Request;\nexport const Response = root.Response;\n","import { sequence } from \"./functions.js\";\nconst HOT_PATCHER_TYPE = \"@@HOTPATCHER\";\nconst NOOP = () => { };\nfunction createNewItem(method) {\n return {\n original: method,\n methods: [method],\n final: false\n };\n}\n/**\n * Hot patching manager class\n */\nexport class HotPatcher {\n constructor() {\n this._configuration = {\n registry: {},\n getEmptyAction: \"null\"\n };\n this.__type__ = HOT_PATCHER_TYPE;\n }\n /**\n * Configuration object reference\n * @readonly\n */\n get configuration() {\n return this._configuration;\n }\n /**\n * The action to take when a non-set method is requested\n * Possible values: null/throw\n */\n get getEmptyAction() {\n return this.configuration.getEmptyAction;\n }\n set getEmptyAction(newAction) {\n this.configuration.getEmptyAction = newAction;\n }\n /**\n * Control another hot-patcher instance\n * Force the remote instance to use patched methods from calling instance\n * @param target The target instance to control\n * @param allowTargetOverrides Allow the target to override patched methods on\n * the controller (default is false)\n * @returns Returns self\n * @throws {Error} Throws if the target is invalid\n */\n control(target, allowTargetOverrides = false) {\n if (!target || target.__type__ !== HOT_PATCHER_TYPE) {\n throw new Error(\"Failed taking control of target HotPatcher instance: Invalid type or object\");\n }\n Object.keys(target.configuration.registry).forEach(foreignKey => {\n if (this.configuration.registry.hasOwnProperty(foreignKey)) {\n if (allowTargetOverrides) {\n this.configuration.registry[foreignKey] = Object.assign({}, target.configuration.registry[foreignKey]);\n }\n }\n else {\n this.configuration.registry[foreignKey] = Object.assign({}, target.configuration.registry[foreignKey]);\n }\n });\n target._configuration = this.configuration;\n return this;\n }\n /**\n * Execute a patched method\n * @param key The method key\n * @param args Arguments to pass to the method (optional)\n * @see HotPatcher#get\n * @returns The output of the called method\n */\n execute(key, ...args) {\n const method = this.get(key) || NOOP;\n return method(...args);\n }\n /**\n * Get a method for a key\n * @param key The method key\n * @returns Returns the requested function or null if the function\n * does not exist and the host is configured to return null (and not throw)\n * @throws {Error} Throws if the configuration specifies to throw and the method\n * does not exist\n * @throws {Error} Throws if the `getEmptyAction` value is invalid\n */\n get(key) {\n const item = this.configuration.registry[key];\n if (!item) {\n switch (this.getEmptyAction) {\n case \"null\":\n return null;\n case \"throw\":\n throw new Error(`Failed handling method request: No method provided for override: ${key}`);\n default:\n throw new Error(`Failed handling request which resulted in an empty method: Invalid empty-action specified: ${this.getEmptyAction}`);\n }\n }\n return sequence(...item.methods);\n }\n /**\n * Check if a method has been patched\n * @param key The function key\n * @returns True if already patched\n */\n isPatched(key) {\n return !!this.configuration.registry[key];\n }\n /**\n * Patch a method name\n * @param key The method key to patch\n * @param method The function to set\n * @param opts Patch options\n * @returns Returns self\n */\n patch(key, method, opts = {}) {\n const { chain = false } = opts;\n if (this.configuration.registry[key] && this.configuration.registry[key].final) {\n throw new Error(`Failed patching '${key}': Method marked as being final`);\n }\n if (typeof method !== \"function\") {\n throw new Error(`Failed patching '${key}': Provided method is not a function`);\n }\n if (chain) {\n // Add new method to the chain\n if (!this.configuration.registry[key]) {\n // New key, create item\n this.configuration.registry[key] = createNewItem(method);\n }\n else {\n // Existing, push the method\n this.configuration.registry[key].methods.push(method);\n }\n }\n else {\n // Replace the original\n if (this.isPatched(key)) {\n const { original } = this.configuration.registry[key];\n this.configuration.registry[key] = Object.assign(createNewItem(method), {\n original\n });\n }\n else {\n this.configuration.registry[key] = createNewItem(method);\n }\n }\n return this;\n }\n /**\n * Patch a method inline, execute it and return the value\n * Used for patching contents of functions. This method will not apply a patched\n * function if it has already been patched, allowing for external overrides to\n * function. It also means that the function is cached so that it is not\n * instantiated every time the outer function is invoked.\n * @param key The function key to use\n * @param method The function to patch (once, only if not patched)\n * @param args Arguments to pass to the function\n * @returns The output of the patched function\n * @example\n * function mySpecialFunction(a, b) {\n * return hotPatcher.patchInline(\"func\", (a, b) => {\n * return a + b;\n * }, a, b);\n * }\n */\n patchInline(key, method, ...args) {\n if (!this.isPatched(key)) {\n this.patch(key, method);\n }\n return this.execute(key, ...args);\n }\n /**\n * Patch a method (or methods) in sequential-mode\n * See `patch()` with the option `chain: true`\n * @see patch\n * @param key The key to patch\n * @param methods The methods to patch\n * @returns Returns self\n */\n plugin(key, ...methods) {\n methods.forEach(method => {\n this.patch(key, method, { chain: true });\n });\n return this;\n }\n /**\n * Restore a patched method if it has been overridden\n * @param key The method key\n * @returns Returns self\n */\n restore(key) {\n if (!this.isPatched(key)) {\n throw new Error(`Failed restoring method: No method present for key: ${key}`);\n }\n else if (typeof this.configuration.registry[key].original !== \"function\") {\n throw new Error(`Failed restoring method: Original method not found or of invalid type for key: ${key}`);\n }\n this.configuration.registry[key].methods = [this.configuration.registry[key].original];\n return this;\n }\n /**\n * Set a method as being final\n * This sets a method as having been finally overridden. Attempts at overriding\n * again will fail with an error.\n * @param key The key to make final\n * @returns Returns self\n */\n setFinal(key) {\n if (!this.configuration.registry.hasOwnProperty(key)) {\n throw new Error(`Failed marking '${key}' as final: No method found for key`);\n }\n this.configuration.registry[key].final = true;\n return this;\n }\n}\n","export function sequence(...methods) {\n if (methods.length === 0) {\n throw new Error(\"Failed creating sequence: No functions provided\");\n }\n return function __executeSequence(...args) {\n let result = args;\n const _this = this;\n while (methods.length > 0) {\n const method = methods.shift();\n result = [method.apply(_this, result)];\n }\n return result[0];\n };\n}\n","import { HotPatcher } from \"hot-patcher\";\nlet __patcher = null;\nexport function getPatcher() {\n if (!__patcher) {\n __patcher = new HotPatcher();\n }\n return __patcher;\n}\n","import md5 from \"md5\";\nimport { ha1Compute } from \"../tools/crypto.js\";\nconst NONCE_CHARS = \"abcdef0123456789\";\nconst NONCE_SIZE = 32;\nexport function createDigestContext(username, password, ha1) {\n return { username, password, ha1, nc: 0, algorithm: \"md5\", hasDigestAuth: false };\n}\nexport function generateDigestAuthHeader(options, digest) {\n const url = options.url.replace(\"//\", \"\");\n const uri = url.indexOf(\"/\") == -1 ? \"/\" : url.slice(url.indexOf(\"/\"));\n const method = options.method ? options.method.toUpperCase() : \"GET\";\n const qop = /(^|,)\\s*auth\\s*($|,)/.test(digest.qop) ? \"auth\" : false;\n const ncString = `00000000${digest.nc}`.slice(-8);\n const ha1 = ha1Compute(digest.algorithm, digest.username, digest.realm, digest.password, digest.nonce, digest.cnonce, digest.ha1);\n const ha2 = md5(`${method}:${uri}`);\n const digestResponse = qop\n ? md5(`${ha1}:${digest.nonce}:${ncString}:${digest.cnonce}:${qop}:${ha2}`)\n : md5(`${ha1}:${digest.nonce}:${ha2}`);\n const authValues = {\n username: digest.username,\n realm: digest.realm,\n nonce: digest.nonce,\n uri,\n qop,\n response: digestResponse,\n nc: ncString,\n cnonce: digest.cnonce,\n algorithm: digest.algorithm,\n opaque: digest.opaque\n };\n const authHeader = [];\n for (const k in authValues) {\n if (authValues[k]) {\n if (k === \"qop\" || k === \"nc\" || k === \"algorithm\") {\n authHeader.push(`${k}=${authValues[k]}`);\n }\n else {\n authHeader.push(`${k}=\"${authValues[k]}\"`);\n }\n }\n }\n return `Digest ${authHeader.join(\", \")}`;\n}\nfunction makeNonce() {\n let uid = \"\";\n for (let i = 0; i < NONCE_SIZE; ++i) {\n uid = `${uid}${NONCE_CHARS[Math.floor(Math.random() * NONCE_CHARS.length)]}`;\n }\n return uid;\n}\nexport function parseDigestAuth(response, _digest) {\n const authHeader = (response.headers && response.headers.get(\"www-authenticate\")) || \"\";\n if (authHeader.split(/\\s/)[0].toLowerCase() !== \"digest\") {\n return false;\n }\n const re = /([a-z0-9_-]+)=(?:\"([^\"]+)\"|([a-z0-9_-]+))/gi;\n for (;;) {\n const match = re.exec(authHeader);\n if (!match) {\n break;\n }\n _digest[match[1]] = match[2] || match[3];\n }\n _digest.nc += 1;\n _digest.cnonce = makeNonce();\n return true;\n}\n","import md5 from \"md5\";\nexport function ha1Compute(algorithm, user, realm, pass, nonce, cnonce, ha1) {\n const ha1Hash = ha1 || md5(`${user}:${realm}:${pass}`);\n if (algorithm && algorithm.toLowerCase() === \"md5-sess\") {\n return md5(`${ha1Hash}:${nonce}:${cnonce}`);\n }\n return ha1Hash;\n}\n","export function cloneShallow(obj) {\n return isPlainObject(obj)\n ? Object.assign({}, obj)\n : Object.setPrototypeOf(Object.assign({}, obj), Object.getPrototypeOf(obj));\n}\nfunction isPlainObject(obj) {\n if (typeof obj !== \"object\" ||\n obj === null ||\n Object.prototype.toString.call(obj) != \"[object Object]\") {\n // Not an object\n return false;\n }\n if (Object.getPrototypeOf(obj) === null) {\n return true;\n }\n let proto = obj;\n // Find the prototype\n while (Object.getPrototypeOf(proto) !== null) {\n proto = Object.getPrototypeOf(proto);\n }\n return Object.getPrototypeOf(obj) === proto;\n}\nexport function merge(...args) {\n let output = null, items = [...args];\n while (items.length > 0) {\n const nextItem = items.shift();\n if (!output) {\n output = cloneShallow(nextItem);\n }\n else {\n output = mergeObjects(output, nextItem);\n }\n }\n return output;\n}\nfunction mergeObjects(obj1, obj2) {\n const output = cloneShallow(obj1);\n Object.keys(obj2).forEach(key => {\n if (!output.hasOwnProperty(key)) {\n output[key] = obj2[key];\n return;\n }\n if (Array.isArray(obj2[key])) {\n output[key] = Array.isArray(output[key])\n ? [...output[key], ...obj2[key]]\n : [...obj2[key]];\n }\n else if (typeof obj2[key] === \"object\" && !!obj2[key]) {\n output[key] =\n typeof output[key] === \"object\" && !!output[key]\n ? mergeObjects(output[key], obj2[key])\n : cloneShallow(obj2[key]);\n }\n else {\n output[key] = obj2[key];\n }\n });\n return output;\n}\n","export function convertResponseHeaders(headers) {\n const output = {};\n for (const key of headers.keys()) {\n output[key] = headers.get(key);\n }\n return output;\n}\nexport function mergeHeaders(...headerPayloads) {\n if (headerPayloads.length === 0)\n return {};\n const headerKeys = {};\n return headerPayloads.reduce((output, headers) => {\n Object.keys(headers).forEach(header => {\n const lowerHeader = header.toLowerCase();\n if (headerKeys.hasOwnProperty(lowerHeader)) {\n output[headerKeys[lowerHeader]] = headers[header];\n }\n else {\n headerKeys[lowerHeader] = header;\n output[header] = headers[header];\n }\n });\n return output;\n }, {});\n}\n","const hasArrayBuffer = typeof ArrayBuffer === \"function\";\nconst { toString: objToString } = Object.prototype;\n// Taken from: https://github.com/fengyuanchen/is-array-buffer/blob/master/src/index.js\nexport function isArrayBuffer(value) {\n return (hasArrayBuffer &&\n (value instanceof ArrayBuffer || objToString.call(value) === \"[object ArrayBuffer]\"));\n}\n","import { Agent as HTTPAgent } from \"http\";\nimport { Agent as HTTPSAgent } from \"https\";\nimport { fetch } from \"@buttercup/fetch\";\nimport { getPatcher } from \"./compat/patcher.js\";\nimport { isWeb } from \"./compat/env.js\";\nimport { generateDigestAuthHeader, parseDigestAuth } from \"./auth/digest.js\";\nimport { cloneShallow, merge } from \"./tools/merge.js\";\nimport { mergeHeaders } from \"./tools/headers.js\";\nimport { requestDataToFetchBody } from \"./tools/body.js\";\nfunction _request(requestOptions) {\n const patcher = getPatcher();\n return patcher.patchInline(\"request\", (options) => patcher.patchInline(\"fetch\", fetch, options.url, getFetchOptions(options)), requestOptions);\n}\nfunction getFetchOptions(requestOptions) {\n let headers = {};\n // Handle standard options\n const opts = {\n method: requestOptions.method\n };\n if (requestOptions.headers) {\n headers = mergeHeaders(headers, requestOptions.headers);\n }\n if (typeof requestOptions.data !== \"undefined\") {\n const [body, newHeaders] = requestDataToFetchBody(requestOptions.data);\n opts.body = body;\n headers = mergeHeaders(headers, newHeaders);\n }\n if (requestOptions.signal) {\n opts.signal = requestOptions.signal;\n }\n if (requestOptions.withCredentials) {\n opts.credentials = \"include\";\n }\n // Check for node-specific options\n if (!isWeb()) {\n if (requestOptions.httpAgent || requestOptions.httpsAgent) {\n opts.agent = (parsedURL) => {\n if (parsedURL.protocol === \"http:\") {\n return requestOptions.httpAgent || new HTTPAgent();\n }\n return requestOptions.httpsAgent || new HTTPSAgent();\n };\n }\n }\n // Attach headers\n opts.headers = headers;\n return opts;\n}\nexport function prepareRequestOptions(requestOptions, context, userOptions) {\n const finalOptions = cloneShallow(requestOptions);\n finalOptions.headers = mergeHeaders(context.headers, finalOptions.headers || {}, userOptions.headers || {});\n if (typeof userOptions.data !== \"undefined\") {\n finalOptions.data = userOptions.data;\n }\n if (userOptions.signal) {\n finalOptions.signal = userOptions.signal;\n }\n if (context.httpAgent) {\n finalOptions.httpAgent = context.httpAgent;\n }\n if (context.httpsAgent) {\n finalOptions.httpsAgent = context.httpsAgent;\n }\n if (context.digest) {\n finalOptions._digest = context.digest;\n }\n if (typeof context.withCredentials === \"boolean\") {\n finalOptions.withCredentials = context.withCredentials;\n }\n return finalOptions;\n}\nexport async function request(requestOptions) {\n // Client not configured for digest authentication\n if (!requestOptions._digest) {\n return _request(requestOptions);\n }\n // Remove client's digest authentication object from request options\n const _digest = requestOptions._digest;\n delete requestOptions._digest;\n // If client is already using digest authentication, include the digest authorization header\n if (_digest.hasDigestAuth) {\n requestOptions = merge(requestOptions, {\n headers: {\n Authorization: generateDigestAuthHeader(requestOptions, _digest)\n }\n });\n }\n // Perform digest request + check\n const response = await _request(requestOptions);\n if (response.status == 401) {\n _digest.hasDigestAuth = parseDigestAuth(response, _digest);\n if (_digest.hasDigestAuth) {\n requestOptions = merge(requestOptions, {\n headers: {\n Authorization: generateDigestAuthHeader(requestOptions, _digest)\n }\n });\n const response2 = await _request(requestOptions);\n if (response2.status == 401) {\n _digest.hasDigestAuth = false;\n }\n else {\n _digest.nc++;\n }\n return response2;\n }\n }\n else {\n _digest.nc++;\n }\n return response;\n}\n","import Stream from \"stream\";\nimport { isArrayBuffer } from \"../compat/arrayBuffer.js\";\nimport { isBuffer } from \"../compat/buffer.js\";\nimport { isWeb } from \"../compat/env.js\";\nexport function requestDataToFetchBody(data) {\n if (!isWeb() && data instanceof Stream.Readable) {\n // @ts-ignore\n return [data, {}];\n }\n if (typeof data === \"string\") {\n return [data, {}];\n }\n else if (isBuffer(data)) {\n return [data, {}];\n }\n else if (isArrayBuffer(data)) {\n return [data, {}];\n }\n else if (data && typeof data === \"object\") {\n return [\n JSON.stringify(data),\n {\n \"content-type\": \"application/json\"\n }\n ];\n }\n throw new Error(`Unable to convert request body: Unexpected body type: ${typeof data}`);\n}\n","export function isBuffer(value) {\n return (value != null &&\n value.constructor != null &&\n typeof value.constructor.isBuffer === \"function\" &&\n value.constructor.isBuffer(value));\n}\n","import { createClient, getPatcher } from 'webdav';\nimport { generateRemoteUrl } from '@nextcloud/router';\nimport { getCurrentUser, getRequestToken } from '@nextcloud/auth';\nimport { request } from 'webdav/dist/node/request.js';\nexport const rootPath = `/files/${getCurrentUser()?.uid}`;\nexport const defaultRootUrl = generateRemoteUrl('dav' + rootPath);\nexport const getClient = (rootUrl = defaultRootUrl) => {\n const client = createClient(rootUrl, {\n headers: {\n requesttoken: getRequestToken() || '',\n },\n });\n /**\n * Allow to override the METHOD to support dav REPORT\n *\n * @see https://github.com/perry-mitchell/webdav-client/blob/8d9694613c978ce7404e26a401c39a41f125f87f/source/request.ts\n */\n const patcher = getPatcher();\n // eslint-disable-next-line @typescript-eslint/ban-ts-comment\n // @ts-ignore\n // https://github.com/perry-mitchell/hot-patcher/issues/6\n patcher.patch('request', (options) => {\n if (options.headers?.method) {\n options.method = options.headers.method;\n delete options.headers.method;\n }\n return request(options);\n });\n return client;\n};\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nexport const hashCode = function (str) {\n return str.split('').reduce(function (a, b) {\n a = ((a << 5) - a) + b.charCodeAt(0);\n return a & a;\n }, 0);\n};\n","import { CancelablePromise } from 'cancelable-promise';\nimport { File, Folder, davParsePermissions, davGetDefaultPropfind } from '@nextcloud/files';\nimport { generateRemoteUrl } from '@nextcloud/router';\nimport { getCurrentUser } from '@nextcloud/auth';\nimport { getClient, rootPath } from './WebdavClient';\nimport { hashCode } from '../utils/hashUtils';\nimport logger from '../logger';\nconst client = getClient();\nexport const resultToNode = function (node) {\n const props = node.props;\n const permissions = davParsePermissions(props?.permissions);\n const owner = getCurrentUser()?.uid;\n const source = generateRemoteUrl('dav' + rootPath + node.filename);\n const id = props?.fileid < 0\n ? hashCode(source)\n : props?.fileid || 0;\n const nodeData = {\n id,\n source,\n mtime: new Date(node.lastmod),\n mime: node.mime,\n size: props?.size || 0,\n permissions,\n owner,\n root: rootPath,\n attributes: {\n ...node,\n ...props,\n hasPreview: props?.['has-preview'],\n failed: props?.fileid < 0,\n },\n };\n delete nodeData.attributes.props;\n return node.type === 'file'\n ? new File(nodeData)\n : new Folder(nodeData);\n};\nexport const getContents = (path = '/') => {\n const controller = new AbortController();\n const propfindPayload = davGetDefaultPropfind();\n return new CancelablePromise(async (resolve, reject, onCancel) => {\n onCancel(() => controller.abort());\n try {\n const contentsResponse = await client.getDirectoryContents(path, {\n details: true,\n data: propfindPayload,\n includeSelf: true,\n signal: controller.signal,\n });\n const root = contentsResponse.data[0];\n const contents = contentsResponse.data.slice(1);\n if (root.filename !== path) {\n throw new Error('Root node does not match requested path');\n }\n resolve({\n folder: resultToNode(root),\n contents: contents.map(result => {\n try {\n return resultToNode(result);\n }\n catch (error) {\n logger.error(`Invalid node detected '${result.basename}'`, { error });\n return null;\n }\n }).filter(Boolean),\n });\n }\n catch (error) {\n reject(error);\n }\n });\n};\n","import { Folder, getDavNameSpaces, getDavProperties, davGetDefaultPropfind } from '@nextcloud/files';\nimport { getClient } from './WebdavClient';\nimport { resultToNode } from './Files';\nconst client = getClient();\nconst reportPayload = `\n\n\t\n\t\t${getDavProperties()}\n\t\n\t\n\t\t1\n\t\n`;\nexport const getContents = async (path = '/') => {\n const propfindPayload = davGetDefaultPropfind();\n // Get root folder\n let rootResponse;\n if (path === '/') {\n rootResponse = await client.stat(path, {\n details: true,\n data: propfindPayload,\n });\n }\n const contentsResponse = await client.getDirectoryContents(path, {\n details: true,\n // Only filter favorites if we're at the root\n data: path === '/' ? reportPayload : propfindPayload,\n headers: {\n // Patched in WebdavClient.ts\n method: path === '/' ? 'REPORT' : 'PROPFIND',\n },\n includeSelf: true,\n });\n const root = rootResponse?.data || contentsResponse.data[0];\n const contents = contentsResponse.data.filter(node => node.filename !== path);\n return {\n folder: resultToNode(root),\n contents: contents.map(resultToNode),\n };\n};\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { basename } from 'path';\nimport { getLanguage, translate as t } from '@nextcloud/l10n';\nimport { loadState } from '@nextcloud/initial-state';\nimport { Node, FileType, View, getNavigation } from '@nextcloud/files';\nimport { subscribe } from '@nextcloud/event-bus';\nimport FolderSvg from '@mdi/svg/svg/folder.svg?raw';\nimport StarSvg from '@mdi/svg/svg/star.svg?raw';\nimport { getContents } from '../services/Favorites';\nimport { hashCode } from '../utils/hashUtils';\nimport logger from '../logger';\nexport const generateFolderView = function (folder, index = 0) {\n return new View({\n id: generateIdFromPath(folder),\n name: basename(folder),\n icon: FolderSvg,\n order: index,\n params: {\n dir: folder,\n view: 'favorites',\n },\n parent: 'favorites',\n columns: [],\n getContents,\n });\n};\nexport const generateIdFromPath = function (path) {\n return `favorite-${hashCode(path)}`;\n};\nexport default () => {\n // Load state in function for mock testing purposes\n const favoriteFolders = loadState('files', 'favoriteFolders', []);\n const favoriteFoldersViews = favoriteFolders.map((folder, index) => generateFolderView(folder, index));\n const Navigation = getNavigation();\n Navigation.register(new View({\n id: 'favorites',\n name: t('files', 'Favorites'),\n caption: t('files', 'List of favorites files and folders.'),\n emptyTitle: t('files', 'No favorites yet'),\n emptyCaption: t('files', 'Files and folders you mark as favorite will show up here'),\n icon: StarSvg,\n order: 5,\n columns: [],\n getContents,\n }));\n favoriteFoldersViews.forEach(view => Navigation.register(view));\n /**\n * Update favourites navigation when a new folder is added\n */\n subscribe('files:favorites:added', (node) => {\n if (node.type !== FileType.Folder) {\n return;\n }\n // Sanity check\n if (node.path === null || !node.root?.startsWith('/files')) {\n logger.error('Favorite folder is not within user files root', { node });\n return;\n }\n addPathToFavorites(node.path);\n });\n /**\n * Remove favourites navigation when a folder is removed\n */\n subscribe('files:favorites:removed', (node) => {\n if (node.type !== FileType.Folder) {\n return;\n }\n // Sanity check\n if (node.path === null || !node.root?.startsWith('/files')) {\n logger.error('Favorite folder is not within user files root', { node });\n return;\n }\n removePathFromFavorites(node.path);\n });\n /**\n * Sort the favorites paths array and\n * update the order property of the existing views\n */\n const updateAndSortViews = function () {\n favoriteFolders.sort((a, b) => a.localeCompare(b, getLanguage(), { ignorePunctuation: true }));\n favoriteFolders.forEach((folder, index) => {\n const view = favoriteFoldersViews.find(view => view.id === generateIdFromPath(folder));\n if (view) {\n view.order = index;\n }\n });\n };\n // Add a folder to the favorites paths array and update the views\n const addPathToFavorites = function (path) {\n const view = generateFolderView(path);\n // Skip if already exists\n if (favoriteFolders.find(folder => folder === path)) {\n return;\n }\n // Update arrays\n favoriteFolders.push(path);\n favoriteFoldersViews.push(view);\n // Update and sort views\n updateAndSortViews();\n Navigation.register(view);\n };\n // Remove a folder from the favorites paths array and update the views\n const removePathFromFavorites = function (path) {\n const id = generateIdFromPath(path);\n const index = favoriteFolders.findIndex(folder => folder === path);\n // Skip if not exists\n if (index === -1) {\n return;\n }\n // Update arrays\n favoriteFolders.splice(index, 1);\n favoriteFoldersViews.splice(index, 1);\n // Update and sort views\n Navigation.remove(id);\n updateAndSortViews();\n };\n};\n","import { Folder, Permission, getDavNameSpaces, getDavProperties } from '@nextcloud/files';\nimport { generateRemoteUrl } from '@nextcloud/router';\nimport { getCurrentUser } from '@nextcloud/auth';\nimport { getClient, rootPath } from './WebdavClient';\nimport { resultToNode } from './Files';\nconst client = getClient(generateRemoteUrl('dav'));\nconst lastTwoWeeksTimestamp = Math.round((Date.now() / 1000) - (60 * 60 * 24 * 14));\nconst searchPayload = `\n\n\t\n\t\t\n\t\t\t\n\t\t\t\t${getDavProperties()}\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t/files/${getCurrentUser()?.uid}/\n\t\t\t\tinfinity\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\thttpd/unix-directory\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t0\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t${lastTwoWeeksTimestamp}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t100\n\t\t\t0\n\t\t\n\t\n`;\nexport const getContents = async (path = '/') => {\n const contentsResponse = await client.getDirectoryContents(path, {\n details: true,\n data: searchPayload,\n headers: {\n // Patched in WebdavClient.ts\n method: 'SEARCH',\n // Somehow it's needed to get the correct response\n 'Content-Type': 'application/xml; charset=utf-8',\n },\n deep: true,\n });\n const contents = contentsResponse.data;\n return {\n folder: new Folder({\n id: 0,\n source: generateRemoteUrl('dav' + rootPath),\n root: rootPath,\n owner: getCurrentUser()?.uid || null,\n permissions: Permission.READ,\n }),\n contents: contents.map(resultToNode),\n };\n};\n","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return (_vm.opened)?_c('NcModal',{staticClass:\"templates-picker\",attrs:{\"clear-view-delay\":-1,\"size\":\"large\"},on:{\"close\":_vm.close}},[_c('form',{staticClass:\"templates-picker__form\",style:(_vm.style),on:{\"submit\":function($event){$event.preventDefault();$event.stopPropagation();return _vm.onSubmit.apply(null, arguments)}}},[_c('h2',[_vm._v(_vm._s(_vm.t('files', 'Pick a template for {name}', { name: _vm.nameWithoutExt })))]),_vm._v(\" \"),_c('ul',{staticClass:\"templates-picker__list\"},[_c('TemplatePreview',_vm._b({attrs:{\"checked\":_vm.checked === _vm.emptyTemplate.fileid},on:{\"check\":_vm.onCheck}},'TemplatePreview',_vm.emptyTemplate,false)),_vm._v(\" \"),_vm._l((_vm.provider.templates),function(template){return _c('TemplatePreview',_vm._b({key:template.fileid,attrs:{\"checked\":_vm.checked === template.fileid,\"ratio\":_vm.provider.ratio},on:{\"check\":_vm.onCheck}},'TemplatePreview',template,false))})],2),_vm._v(\" \"),_c('div',{staticClass:\"templates-picker__buttons\"},[_c('input',{staticClass:\"primary\",attrs:{\"type\":\"submit\",\"aria-label\":_vm.t('files', 'Create a new file with the selected template')},domProps:{\"value\":_vm.t('files', 'Create')}})])]),_vm._v(\" \"),(_vm.loading)?_c('NcEmptyContent',{staticClass:\"templates-picker__loading\",attrs:{\"icon\":\"icon-loading\"}},[_vm._v(\"\\n\\t\\t\"+_vm._s(_vm.t('files', 'Creating file'))+\"\\n\\t\")]):_vm._e()],1):_vm._e()\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","/**\n * @copyright Copyright (c) 2021 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { FileType } from '@nextcloud/files';\nimport { translate as t, translatePlural as n } from '@nextcloud/l10n';\nexport const encodeFilePath = function (path) {\n const pathSections = (path.startsWith('/') ? path : `/${path}`).split('/');\n let relativePath = '';\n pathSections.forEach((section) => {\n if (section !== '') {\n relativePath += '/' + encodeURIComponent(section);\n }\n });\n return relativePath;\n};\n/**\n * Extract dir and name from file path\n *\n * @param {string} path the full path\n * @return {string[]} [dirPath, fileName]\n */\nexport const extractFilePaths = function (path) {\n const pathSections = path.split('/');\n const fileName = pathSections[pathSections.length - 1];\n const dirPath = pathSections.slice(0, pathSections.length - 1).join('/');\n return [dirPath, fileName];\n};\n/**\n * Generate a translated summary of an array of nodes\n * @param {Node[]} nodes the nodes to summarize\n * @return {string}\n */\nexport const getSummaryFor = (nodes) => {\n const fileCount = nodes.filter(node => node.type === FileType.File).length;\n const folderCount = nodes.filter(node => node.type === FileType.Folder).length;\n if (fileCount === 0) {\n return n('files', '{folderCount} folder', '{folderCount} folders', folderCount, { folderCount });\n }\n else if (folderCount === 0) {\n return n('files', '{fileCount} file', '{fileCount} files', fileCount, { fileCount });\n }\n if (fileCount === 1) {\n return n('files', '1 file and {folderCount} folder', '1 file and {folderCount} folders', folderCount, { folderCount });\n }\n if (folderCount === 1) {\n return n('files', '{fileCount} file and 1 folder', '{fileCount} files and 1 folder', fileCount, { fileCount });\n }\n return t('files', '{fileCount} files and {folderCount} folders', { fileCount, folderCount });\n};\n","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./TemplatePreview.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./TemplatePreview.vue?vue&type=script&lang=js\"","\n\n\n\n\n\n\n","/**\n * @copyright Copyright (c) 2019 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\n\nimport { generateRemoteUrl } from '@nextcloud/router'\nimport { getCurrentUser } from '@nextcloud/auth'\n\nexport const getRootPath = function() {\n\tif (getCurrentUser()) {\n\t\treturn generateRemoteUrl(`dav/files/${getCurrentUser().uid}`)\n\t} else {\n\t\treturn generateRemoteUrl('webdav').replace('/remote.php', '/public.php')\n\t}\n}\n\nexport const isPublic = function() {\n\treturn !getCurrentUser()\n}\n\nexport const getToken = function() {\n\treturn document.getElementById('sharingToken') && document.getElementById('sharingToken').value\n}\n","\n import API from \"!../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./TemplatePreview.vue?vue&type=style&index=0&id=0859a92c&prod&lang=scss&scoped=true\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./TemplatePreview.vue?vue&type=style&index=0&id=0859a92c&prod&lang=scss&scoped=true\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./TemplatePreview.vue?vue&type=template&id=0859a92c&scoped=true\"\nimport script from \"./TemplatePreview.vue?vue&type=script&lang=js\"\nexport * from \"./TemplatePreview.vue?vue&type=script&lang=js\"\nimport style0 from \"./TemplatePreview.vue?vue&type=style&index=0&id=0859a92c&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"0859a92c\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('li',{staticClass:\"template-picker__item\"},[_c('input',{staticClass:\"radio\",attrs:{\"id\":_vm.id,\"type\":\"radio\",\"name\":\"template-picker\"},domProps:{\"checked\":_vm.checked},on:{\"change\":_vm.onCheck}}),_vm._v(\" \"),_c('label',{staticClass:\"template-picker__label\",attrs:{\"for\":_vm.id}},[_c('div',{staticClass:\"template-picker__preview\",class:_vm.failedPreview ? 'template-picker__preview--failed' : ''},[_c('img',{staticClass:\"template-picker__image\",attrs:{\"src\":_vm.realPreviewUrl,\"alt\":\"\",\"draggable\":\"false\"},on:{\"error\":_vm.onFailure}})]),_vm._v(\" \"),_c('span',{staticClass:\"template-picker__title\"},[_vm._v(\"\\n\\t\\t\\t\"+_vm._s(_vm.nameWithoutExt)+\"\\n\\t\\t\")])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./TemplatePicker.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./TemplatePicker.vue?vue&type=script&lang=ts\"","/**\n * @copyright Copyright (c) 2021 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\n\nimport { generateOcsUrl } from '@nextcloud/router'\nimport axios from '@nextcloud/axios'\n\nexport const getTemplates = async function() {\n\tconst response = await axios.get(generateOcsUrl('apps/files/api/v1/templates'))\n\treturn response.data.ocs.data\n}\n\n/**\n * Create a new file from a specified template\n *\n * @param {string} filePath The new file destination path\n * @param {string} templatePath The template source path\n * @param {string} templateType The template type e.g 'user'\n */\nexport const createFromTemplate = async function(filePath, templatePath, templateType) {\n\tconst response = await axios.post(generateOcsUrl('apps/files/api/v1/templates/create'), {\n\t\tfilePath,\n\t\ttemplatePath,\n\t\ttemplateType,\n\t})\n\treturn response.data.ocs.data\n}\n","\n import API from \"!../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./TemplatePicker.vue?vue&type=style&index=0&id=48121b39&prod&lang=scss&scoped=true\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./TemplatePicker.vue?vue&type=style&index=0&id=48121b39&prod&lang=scss&scoped=true\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./TemplatePicker.vue?vue&type=template&id=48121b39&scoped=true\"\nimport script from \"./TemplatePicker.vue?vue&type=script&lang=ts\"\nexport * from \"./TemplatePicker.vue?vue&type=script&lang=ts\"\nimport style0 from \"./TemplatePicker.vue?vue&type=style&index=0&id=48121b39&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"48121b39\",\n null\n \n)\n\nexport default component.exports","import { Folder, Node, Permission, addNewFileMenuEntry, removeNewFileMenuEntry } from '@nextcloud/files';\nimport { generateOcsUrl } from '@nextcloud/router';\nimport { getLoggerBuilder } from '@nextcloud/logger';\nimport { join } from 'path';\nimport { loadState } from '@nextcloud/initial-state';\nimport { showError } from '@nextcloud/dialogs';\nimport { translate as t, translatePlural as n } from '@nextcloud/l10n';\nimport axios from '@nextcloud/axios';\nimport Vue from 'vue';\nimport PlusSvg from '@mdi/svg/svg/plus.svg?raw';\nimport TemplatePickerView from './views/TemplatePicker.vue';\nimport { getUniqueName } from './newMenu/newFolder';\nimport { getCurrentUser } from '@nextcloud/auth';\n// Set up logger\nconst logger = getLoggerBuilder()\n .setApp('files')\n .detectUser()\n .build();\n// Add translates functions\nVue.mixin({\n methods: {\n t,\n n,\n },\n});\n// Create document root\nconst TemplatePickerRoot = document.createElement('div');\nTemplatePickerRoot.id = 'template-picker';\ndocument.body.appendChild(TemplatePickerRoot);\n// Retrieve and init templates\nlet templates = loadState('files', 'templates', []);\nlet templatesPath = loadState('files', 'templates_path', false);\nlogger.debug('Templates providers', { templates });\nlogger.debug('Templates folder', { templatesPath });\n// Init vue app\nconst View = Vue.extend(TemplatePickerView);\nconst TemplatePicker = new View({\n name: 'TemplatePicker',\n propsData: {\n logger,\n },\n});\nTemplatePicker.$mount('#template-picker');\nif (!templatesPath) {\n logger.debug('Templates folder not initialized');\n addNewFileMenuEntry({\n id: 'template-picker',\n displayName: t('files', 'Create new templates folder'),\n iconSvgInline: PlusSvg,\n order: 10,\n enabled(context) {\n // Allow creation on your own folders only\n if (context.owner !== getCurrentUser()?.uid) {\n return false;\n }\n return (context.permissions & Permission.CREATE) !== 0;\n },\n handler(context, content) {\n // Check for conflicts\n const contentNames = content.map((node) => node.basename);\n const name = getUniqueName(t('files', 'Templates'), contentNames);\n // Create the template folder\n initTemplatesFolder(context, name);\n // Remove the menu entry\n removeNewFileMenuEntry('template-picker');\n },\n });\n}\n// Init template files menu\ntemplates.forEach((provider, index) => {\n addNewFileMenuEntry({\n id: `template-new-${provider.app}-${index}`,\n displayName: provider.label,\n // TODO: migrate to inline svg\n iconClass: provider.iconClass || 'icon-file',\n enabled(context) {\n return (context.permissions & Permission.CREATE) !== 0;\n },\n order: 11,\n handler(context, content) {\n // Check for conflicts\n const contentNames = content.map((node) => node.basename);\n const name = getUniqueName(provider.label + provider.extension, contentNames);\n // Create the file\n TemplatePicker.open(name, provider);\n },\n });\n});\n// Init template folder\nconst initTemplatesFolder = async function (directory, name) {\n const templatePath = join(directory.path, name);\n try {\n logger.debug('Initializing the templates directory', { templatePath });\n const response = await axios.post(generateOcsUrl('apps/files/api/v1/templates/path'), {\n templatePath,\n copySystemTemplates: true,\n });\n // Go to template directory\n window.OCP.Files.Router.goToRoute(null, // use default route\n { view: 'files', fileid: undefined }, { dir: templatePath });\n templates = response.data.ocs.data.templates;\n templatesPath = response.data.ocs.data.template_path;\n }\n catch (error) {\n logger.error('Unable to initialize the templates directory');\n showError(t('files', 'Unable to initialize the templates directory'));\n }\n};\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport MenuIcon from '@mdi/svg/svg/sun-compass.svg?raw';\nimport { FileAction, addNewFileMenuEntry, registerDavProperty, registerFileAction } from '@nextcloud/files';\nimport { action as deleteAction } from './actions/deleteAction';\nimport { action as downloadAction } from './actions/downloadAction';\nimport { action as editLocallyAction } from './actions/editLocallyAction';\nimport { action as favoriteAction } from './actions/favoriteAction';\nimport { action as moveOrCopyAction } from './actions/moveOrCopyAction';\nimport { action as openFolderAction } from './actions/openFolderAction';\nimport { action as openInFilesAction } from './actions/openInFilesAction';\nimport { action as renameAction } from './actions/renameAction';\nimport { action as sidebarAction } from './actions/sidebarAction';\nimport { action as viewInFolderAction } from './actions/viewInFolderAction';\nimport { entry as newFolderEntry } from './newMenu/newFolder';\nimport registerFavoritesView from './views/favorites';\nimport registerRecentView from './views/recent';\nimport registerFilesView from './views/files';\nimport registerPreviewServiceWorker from './services/ServiceWorker.js';\nimport './init-templates';\nimport { initLivePhotos } from './services/LivePhotos';\n// Register file actions\nregisterFileAction(deleteAction);\nregisterFileAction(downloadAction);\nregisterFileAction(editLocallyAction);\nregisterFileAction(favoriteAction);\nregisterFileAction(moveOrCopyAction);\nregisterFileAction(openFolderAction);\nregisterFileAction(openInFilesAction);\nregisterFileAction(renameAction);\nregisterFileAction(sidebarAction);\nregisterFileAction(viewInFolderAction);\n// Register new menu entry\naddNewFileMenuEntry(newFolderEntry);\n// Register files views\nregisterFavoritesView();\nregisterFilesView();\nregisterRecentView();\n// Register preview service worker\nregisterPreviewServiceWorker();\nregisterDavProperty('nc:hidden', { nc: 'http://nextcloud.org/ns' });\ninitLivePhotos();\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { translate as t } from '@nextcloud/l10n';\nimport FolderSvg from '@mdi/svg/svg/folder.svg?raw';\nimport { getContents } from '../services/Files';\nimport { View, getNavigation } from '@nextcloud/files';\nexport default () => {\n const Navigation = getNavigation();\n Navigation.register(new View({\n id: 'files',\n name: t('files', 'All files'),\n caption: t('files', 'List of your files and folders.'),\n icon: FolderSvg,\n order: 0,\n getContents,\n }));\n};\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { translate as t } from '@nextcloud/l10n';\nimport HistorySvg from '@mdi/svg/svg/history.svg?raw';\nimport { getContents } from '../services/Recent';\nimport { View, getNavigation } from '@nextcloud/files';\nexport default () => {\n const Navigation = getNavigation();\n Navigation.register(new View({\n id: 'recent',\n name: t('files', 'Recent'),\n caption: t('files', 'List of recently modified files and folders.'),\n emptyTitle: t('files', 'No recently modified files'),\n emptyCaption: t('files', 'Files and folders you recently modified will show up here.'),\n icon: HistorySvg,\n order: 2,\n defaultSortKey: 'mtime',\n getContents,\n }));\n};\n","/**\n * @copyright Copyright (c) 2019 Gary Kim \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { generateUrl } from '@nextcloud/router'\nimport logger from '../logger.js'\n\nexport default () => {\n\tif ('serviceWorker' in navigator) {\n\t\t// Use the window load event to keep the page load performant\n\t\twindow.addEventListener('load', async () => {\n\t\t\ttry {\n\t\t\t\tconst url = generateUrl('/apps/files/preview-service-worker.js', {}, { noRewrite: true })\n\t\t\t\tconst registration = await navigator.serviceWorker.register(url, { scope: '/' })\n\t\t\t\tlogger.debug('SW registered: ', { registration })\n\t\t\t} catch (error) {\n\t\t\t\tlogger.error('SW registration failed: ', { error })\n\t\t\t}\n\t\t})\n\t} else {\n\t\tlogger.debug('Service Worker is not enabled on this browser.')\n\t}\n}\n","/**\n * @copyright Copyright (c) 2023 Louis Chmn \n *\n * @author Louis Chmn \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { Node, registerDavProperty } from '@nextcloud/files';\nexport function initLivePhotos() {\n registerDavProperty('nc:metadata-files-live-photo', { nc: 'http://nextcloud.org/ns' });\n}\n/**\n * @param {Node} node - The node\n */\nexport function isLivePhoto(node) {\n return node.attributes['metadata-files-live-photo'] !== undefined;\n}\n","module.exports = {\n \"100\": \"Continue\",\n \"101\": \"Switching Protocols\",\n \"102\": \"Processing\",\n \"200\": \"OK\",\n \"201\": \"Created\",\n \"202\": \"Accepted\",\n \"203\": \"Non-Authoritative Information\",\n \"204\": \"No Content\",\n \"205\": \"Reset Content\",\n \"206\": \"Partial Content\",\n \"207\": \"Multi-Status\",\n \"208\": \"Already Reported\",\n \"226\": \"IM Used\",\n \"300\": \"Multiple Choices\",\n \"301\": \"Moved Permanently\",\n \"302\": \"Found\",\n \"303\": \"See Other\",\n \"304\": \"Not Modified\",\n \"305\": \"Use Proxy\",\n \"307\": \"Temporary Redirect\",\n \"308\": \"Permanent Redirect\",\n \"400\": \"Bad Request\",\n \"401\": \"Unauthorized\",\n \"402\": \"Payment Required\",\n \"403\": \"Forbidden\",\n \"404\": \"Not Found\",\n \"405\": \"Method Not Allowed\",\n \"406\": \"Not Acceptable\",\n \"407\": \"Proxy Authentication Required\",\n \"408\": \"Request Timeout\",\n \"409\": \"Conflict\",\n \"410\": \"Gone\",\n \"411\": \"Length Required\",\n \"412\": \"Precondition Failed\",\n \"413\": \"Payload Too Large\",\n \"414\": \"URI Too Long\",\n \"415\": \"Unsupported Media Type\",\n \"416\": \"Range Not Satisfiable\",\n \"417\": \"Expectation Failed\",\n \"418\": \"I'm a teapot\",\n \"421\": \"Misdirected Request\",\n \"422\": \"Unprocessable Entity\",\n \"423\": \"Locked\",\n \"424\": \"Failed Dependency\",\n \"425\": \"Unordered Collection\",\n \"426\": \"Upgrade Required\",\n \"428\": \"Precondition Required\",\n \"429\": \"Too Many Requests\",\n \"431\": \"Request Header Fields Too Large\",\n \"451\": \"Unavailable For Legal Reasons\",\n \"500\": \"Internal Server Error\",\n \"501\": \"Not Implemented\",\n \"502\": \"Bad Gateway\",\n \"503\": \"Service Unavailable\",\n \"504\": \"Gateway Timeout\",\n \"505\": \"HTTP Version Not Supported\",\n \"506\": \"Variant Also Negotiates\",\n \"507\": \"Insufficient Storage\",\n \"508\": \"Loop Detected\",\n \"509\": \"Bandwidth Limit Exceeded\",\n \"510\": \"Not Extended\",\n \"511\": \"Network Authentication Required\"\n}\n","function _typeof(obj) { \"@babel/helpers - typeof\"; return _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && \"function\" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj; }, _typeof(obj); }\n\n(function (global, factory) {\n if (typeof define === \"function\" && define.amd) {\n define([\"exports\"], factory);\n } else if (typeof exports !== \"undefined\") {\n factory(exports);\n } else {\n var mod = {\n exports: {}\n };\n factory(mod.exports);\n global.CancelablePromise = mod.exports;\n }\n})(typeof globalThis !== \"undefined\" ? globalThis : typeof self !== \"undefined\" ? self : this, function (_exports) {\n \"use strict\";\n\n Object.defineProperty(_exports, \"__esModule\", {\n value: true\n });\n _exports.CancelablePromise = void 0;\n _exports.cancelable = cancelable;\n _exports.default = void 0;\n _exports.isCancelablePromise = isCancelablePromise;\n\n function _inherits(subClass, superClass) { if (typeof superClass !== \"function\" && superClass !== null) { throw new TypeError(\"Super expression must either be null or a function\"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, \"prototype\", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }\n\n function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }\n\n function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }\n\n function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === \"object\" || typeof call === \"function\")) { return call; } else if (call !== void 0) { throw new TypeError(\"Derived constructors may only return object or undefined\"); } return _assertThisInitialized(self); }\n\n function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\"); } return self; }\n\n function _isNativeReflectConstruct() { if (typeof Reflect === \"undefined\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \"function\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\n\n function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }\n\n function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== \"undefined\" && o[Symbol.iterator] || o[\"@@iterator\"]; if (!it) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === \"number\") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError(\"Invalid attempt to iterate non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it.return != null) it.return(); } finally { if (didErr) throw err; } } }; }\n\n function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === \"string\") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === \"Object\" && o.constructor) n = o.constructor.name; if (n === \"Map\" || n === \"Set\") return Array.from(o); if (n === \"Arguments\" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }\n\n function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }\n\n function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\n function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\n\n function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, \"prototype\", { writable: false }); return Constructor; }\n\n function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\n\n function _classPrivateFieldInitSpec(obj, privateMap, value) { _checkPrivateRedeclaration(obj, privateMap); privateMap.set(obj, value); }\n\n function _checkPrivateRedeclaration(obj, privateCollection) { if (privateCollection.has(obj)) { throw new TypeError(\"Cannot initialize the same private elements twice on an object\"); } }\n\n function _classPrivateFieldGet(receiver, privateMap) { var descriptor = _classExtractFieldDescriptor(receiver, privateMap, \"get\"); return _classApplyDescriptorGet(receiver, descriptor); }\n\n function _classApplyDescriptorGet(receiver, descriptor) { if (descriptor.get) { return descriptor.get.call(receiver); } return descriptor.value; }\n\n function _classPrivateFieldSet(receiver, privateMap, value) { var descriptor = _classExtractFieldDescriptor(receiver, privateMap, \"set\"); _classApplyDescriptorSet(receiver, descriptor, value); return value; }\n\n function _classExtractFieldDescriptor(receiver, privateMap, action) { if (!privateMap.has(receiver)) { throw new TypeError(\"attempted to \" + action + \" private field on non-instance\"); } return privateMap.get(receiver); }\n\n function _classApplyDescriptorSet(receiver, descriptor, value) { if (descriptor.set) { descriptor.set.call(receiver, value); } else { if (!descriptor.writable) { throw new TypeError(\"attempted to set read only private field\"); } descriptor.value = value; } }\n\n var toStringTag = typeof Symbol !== 'undefined' ? Symbol.toStringTag : '@@toStringTag';\n\n var _internals = /*#__PURE__*/new WeakMap();\n\n var _promise = /*#__PURE__*/new WeakMap();\n\n var CancelablePromiseInternal = /*#__PURE__*/function () {\n function CancelablePromiseInternal(_ref) {\n var _ref$executor = _ref.executor,\n executor = _ref$executor === void 0 ? function () {} : _ref$executor,\n _ref$internals = _ref.internals,\n internals = _ref$internals === void 0 ? defaultInternals() : _ref$internals,\n _ref$promise = _ref.promise,\n promise = _ref$promise === void 0 ? new Promise(function (resolve, reject) {\n return executor(resolve, reject, function (onCancel) {\n internals.onCancelList.push(onCancel);\n });\n }) : _ref$promise;\n\n _classCallCheck(this, CancelablePromiseInternal);\n\n _classPrivateFieldInitSpec(this, _internals, {\n writable: true,\n value: void 0\n });\n\n _classPrivateFieldInitSpec(this, _promise, {\n writable: true,\n value: void 0\n });\n\n _defineProperty(this, toStringTag, 'CancelablePromise');\n\n this.cancel = this.cancel.bind(this);\n\n _classPrivateFieldSet(this, _internals, internals);\n\n _classPrivateFieldSet(this, _promise, promise || new Promise(function (resolve, reject) {\n return executor(resolve, reject, function (onCancel) {\n internals.onCancelList.push(onCancel);\n });\n }));\n }\n\n _createClass(CancelablePromiseInternal, [{\n key: \"then\",\n value: function then(onfulfilled, onrejected) {\n return makeCancelable(_classPrivateFieldGet(this, _promise).then(createCallback(onfulfilled, _classPrivateFieldGet(this, _internals)), createCallback(onrejected, _classPrivateFieldGet(this, _internals))), _classPrivateFieldGet(this, _internals));\n }\n }, {\n key: \"catch\",\n value: function _catch(onrejected) {\n return makeCancelable(_classPrivateFieldGet(this, _promise).catch(createCallback(onrejected, _classPrivateFieldGet(this, _internals))), _classPrivateFieldGet(this, _internals));\n }\n }, {\n key: \"finally\",\n value: function _finally(onfinally, runWhenCanceled) {\n var _this = this;\n\n if (runWhenCanceled) {\n _classPrivateFieldGet(this, _internals).onCancelList.push(onfinally);\n }\n\n return makeCancelable(_classPrivateFieldGet(this, _promise).finally(createCallback(function () {\n if (onfinally) {\n if (runWhenCanceled) {\n _classPrivateFieldGet(_this, _internals).onCancelList = _classPrivateFieldGet(_this, _internals).onCancelList.filter(function (callback) {\n return callback !== onfinally;\n });\n }\n\n return onfinally();\n }\n }, _classPrivateFieldGet(this, _internals))), _classPrivateFieldGet(this, _internals));\n }\n }, {\n key: \"cancel\",\n value: function cancel() {\n _classPrivateFieldGet(this, _internals).isCanceled = true;\n\n var callbacks = _classPrivateFieldGet(this, _internals).onCancelList;\n\n _classPrivateFieldGet(this, _internals).onCancelList = [];\n\n var _iterator = _createForOfIteratorHelper(callbacks),\n _step;\n\n try {\n for (_iterator.s(); !(_step = _iterator.n()).done;) {\n var callback = _step.value;\n\n if (typeof callback === 'function') {\n try {\n callback();\n } catch (err) {\n console.error(err);\n }\n }\n }\n } catch (err) {\n _iterator.e(err);\n } finally {\n _iterator.f();\n }\n }\n }, {\n key: \"isCanceled\",\n value: function isCanceled() {\n return _classPrivateFieldGet(this, _internals).isCanceled === true;\n }\n }]);\n\n return CancelablePromiseInternal;\n }();\n\n var CancelablePromise = /*#__PURE__*/function (_CancelablePromiseInt) {\n _inherits(CancelablePromise, _CancelablePromiseInt);\n\n var _super = _createSuper(CancelablePromise);\n\n function CancelablePromise(executor) {\n _classCallCheck(this, CancelablePromise);\n\n return _super.call(this, {\n executor: executor\n });\n }\n\n return _createClass(CancelablePromise);\n }(CancelablePromiseInternal);\n\n _exports.CancelablePromise = CancelablePromise;\n\n _defineProperty(CancelablePromise, \"all\", function all(iterable) {\n return makeAllCancelable(iterable, Promise.all(iterable));\n });\n\n _defineProperty(CancelablePromise, \"allSettled\", function allSettled(iterable) {\n return makeAllCancelable(iterable, Promise.allSettled(iterable));\n });\n\n _defineProperty(CancelablePromise, \"any\", function any(iterable) {\n return makeAllCancelable(iterable, Promise.any(iterable));\n });\n\n _defineProperty(CancelablePromise, \"race\", function race(iterable) {\n return makeAllCancelable(iterable, Promise.race(iterable));\n });\n\n _defineProperty(CancelablePromise, \"resolve\", function resolve(value) {\n return cancelable(Promise.resolve(value));\n });\n\n _defineProperty(CancelablePromise, \"reject\", function reject(reason) {\n return cancelable(Promise.reject(reason));\n });\n\n _defineProperty(CancelablePromise, \"isCancelable\", isCancelablePromise);\n\n var _default = CancelablePromise;\n _exports.default = _default;\n\n function cancelable(promise) {\n return makeCancelable(promise, defaultInternals());\n }\n\n function isCancelablePromise(promise) {\n return promise instanceof CancelablePromise || promise instanceof CancelablePromiseInternal;\n }\n\n function createCallback(onResult, internals) {\n if (onResult) {\n return function (arg) {\n if (!internals.isCanceled) {\n var result = onResult(arg);\n\n if (isCancelablePromise(result)) {\n internals.onCancelList.push(result.cancel);\n }\n\n return result;\n }\n\n return arg;\n };\n }\n }\n\n function makeCancelable(promise, internals) {\n return new CancelablePromiseInternal({\n internals: internals,\n promise: promise\n });\n }\n\n function makeAllCancelable(iterable, promise) {\n var internals = defaultInternals();\n internals.onCancelList.push(function () {\n var _iterator2 = _createForOfIteratorHelper(iterable),\n _step2;\n\n try {\n for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {\n var resolvable = _step2.value;\n\n if (isCancelablePromise(resolvable)) {\n resolvable.cancel();\n }\n }\n } catch (err) {\n _iterator2.e(err);\n } finally {\n _iterator2.f();\n }\n });\n return new CancelablePromiseInternal({\n internals: internals,\n promise: promise\n });\n }\n\n function defaultInternals() {\n return {\n isCanceled: false,\n onCancelList: []\n };\n }\n});\n//# sourceMappingURL=CancelablePromise.js.map","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../css-loader/dist/runtime/api.js\";\nimport ___CSS_LOADER_GET_URL_IMPORT___ from \"../../../css-loader/dist/runtime/getUrl.js\";\nvar ___CSS_LOADER_URL_IMPORT_0___ = new URL(\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTYiIHdpZHRoPSIxNiI+CiAgPHBhdGggZD0iTTE0IDEyLjNMMTIuMyAxNCA4IDkuNyAzLjcgMTQgMiAxMi4zIDYuMyA4IDIgMy43IDMuNyAyIDggNi4zIDEyLjMgMiAxNCAzLjcgOS43IDh6Ii8+Cjwvc3ZnPgo=\", import.meta.url);\nvar ___CSS_LOADER_URL_IMPORT_1___ = new URL(\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTYiIHdpZHRoPSIxNiI+CiAgPHBhdGggZD0iTTE0IDEyLjNMMTIuMyAxNCA4IDkuNyAzLjcgMTQgMiAxMi4zIDYuMyA4IDIgMy43IDMuNyAyIDggNi4zIDEyLjMgMiAxNCAzLjcgOS43IDh6IiBzdHlsZT0iZmlsbC1vcGFjaXR5OjE7ZmlsbDojZmZmZmZmIi8+Cjwvc3ZnPgo=\", import.meta.url);\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\nvar ___CSS_LOADER_URL_REPLACEMENT_0___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_0___);\nvar ___CSS_LOADER_URL_REPLACEMENT_1___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_1___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `@charset \"UTF-8\";\n/**\n * @copyright Copyright (c) 2019 Julius Härtl \n *\n * @author Julius Härtl \n * @author John Molakvoæ \n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n */\n.toastify.dialogs {\n min-width: 200px;\n background: none;\n background-color: var(--color-main-background);\n color: var(--color-main-text);\n box-shadow: 0 0 6px 0 var(--color-box-shadow);\n padding: 0 12px;\n margin-top: 45px;\n position: fixed;\n z-index: 10100;\n border-radius: var(--border-radius);\n display: flex;\n align-items: center;\n}\n.toastify.dialogs .toast-undo-container {\n display: flex;\n align-items: center;\n}\n.toastify.dialogs .toast-undo-button,\n.toastify.dialogs .toast-close {\n position: static;\n overflow: hidden;\n box-sizing: border-box;\n min-width: 44px;\n height: 100%;\n padding: 12px;\n white-space: nowrap;\n background-repeat: no-repeat;\n background-position: center;\n background-color: transparent;\n min-height: 0;\n}\n.toastify.dialogs .toast-undo-button.toast-close,\n.toastify.dialogs .toast-close.toast-close {\n text-indent: 0;\n opacity: .4;\n border: none;\n min-height: 44px;\n margin-left: 10px;\n font-size: 0;\n}\n.toastify.dialogs .toast-undo-button.toast-close:before,\n.toastify.dialogs .toast-close.toast-close:before {\n background-image: url(${___CSS_LOADER_URL_REPLACEMENT_0___});\n content: \" \";\n filter: var(--background-invert-if-dark);\n display: inline-block;\n width: 16px;\n height: 16px;\n}\n.toastify.dialogs .toast-undo-button.toast-undo-button,\n.toastify.dialogs .toast-close.toast-undo-button {\n height: calc(100% - 6px);\n margin: 3px 3px 3px 12px;\n}\n.toastify.dialogs .toast-undo-button:hover,\n.toastify.dialogs .toast-undo-button:focus,\n.toastify.dialogs .toast-undo-button:active,\n.toastify.dialogs .toast-close:hover,\n.toastify.dialogs .toast-close:focus,\n.toastify.dialogs .toast-close:active {\n cursor: pointer;\n opacity: 1;\n}\n.toastify.dialogs.toastify-top {\n right: 10px;\n}\n.toastify.dialogs.toast-with-click {\n cursor: pointer;\n}\n.toastify.dialogs.toast-error {\n border-left: 3px solid var(--color-error);\n}\n.toastify.dialogs.toast-info {\n border-left: 3px solid var(--color-primary);\n}\n.toastify.dialogs.toast-warning {\n border-left: 3px solid var(--color-warning);\n}\n.toastify.dialogs.toast-success,\n.toastify.dialogs.toast-undo {\n border-left: 3px solid var(--color-success);\n}\n.theme--dark .toastify.dialogs .toast-close.toast-close:before {\n background-image: url(${___CSS_LOADER_URL_REPLACEMENT_1___});\n}\n._file-picker__file-icon_1vgv4_5 {\n width: 32px;\n height: 32px;\n min-width: 32px;\n min-height: 32px;\n background-repeat: no-repeat;\n background-size: contain;\n display: flex;\n justify-content: center;\n}\ntr.file-picker__row[data-v-6aded0d9] {\n height: var(--row-height, 50px);\n}\ntr.file-picker__row td[data-v-6aded0d9] {\n cursor: pointer;\n overflow: hidden;\n text-overflow: ellipsis;\n border-bottom: none;\n}\ntr.file-picker__row td[data-v-6aded0d9]:not(.row-checkbox) {\n padding-inline: 14px 0;\n}\ntr.file-picker__row td.row-size[data-v-6aded0d9] {\n text-align: end;\n padding-inline: 0 14px;\n}\ntr.file-picker__row td.row-name[data-v-6aded0d9] {\n padding-inline: 2px 0;\n}\n@keyframes gradient-6aded0d9 {\n 0% {\n background-position: 0% 50%;\n }\n 50% {\n background-position: 100% 50%;\n }\n to {\n background-position: 0% 50%;\n }\n}\n.loading-row .row-checkbox[data-v-6aded0d9] {\n text-align: center !important;\n}\n.loading-row span[data-v-6aded0d9] {\n display: inline-block;\n height: 24px;\n background: linear-gradient(to right, var(--color-background-darker), var(--color-text-maxcontrast), var(--color-background-darker));\n background-size: 600px 100%;\n border-radius: var(--border-radius);\n animation: gradient-6aded0d9 12s ease infinite;\n}\n.loading-row .row-wrapper[data-v-6aded0d9] {\n display: inline-flex;\n align-items: center;\n}\n.loading-row .row-checkbox span[data-v-6aded0d9] {\n width: 24px;\n}\n.loading-row .row-name span[data-v-6aded0d9]:last-of-type {\n margin-inline-start: 6px;\n width: 130px;\n}\n.loading-row .row-size span[data-v-6aded0d9] {\n width: 80px;\n}\n.loading-row .row-modified span[data-v-6aded0d9] {\n width: 90px;\n}\ntr.file-picker__row[data-v-ee6f34b5] {\n height: var(--row-height, 50px);\n}\ntr.file-picker__row td[data-v-ee6f34b5] {\n cursor: pointer;\n overflow: hidden;\n text-overflow: ellipsis;\n border-bottom: none;\n}\ntr.file-picker__row td[data-v-ee6f34b5]:not(.row-checkbox) {\n padding-inline: 14px 0;\n}\ntr.file-picker__row td.row-size[data-v-ee6f34b5] {\n text-align: end;\n padding-inline: 0 14px;\n}\ntr.file-picker__row td.row-name[data-v-ee6f34b5] {\n padding-inline: 2px 0;\n}\n.file-picker__row--selected[data-v-ee6f34b5] {\n background-color: var(--color-background-dark);\n}\n.file-picker__row[data-v-ee6f34b5]:hover {\n background-color: var(--color-background-hover);\n}\n.file-picker__name-container[data-v-ee6f34b5] {\n display: flex;\n justify-content: start;\n align-items: center;\n height: 100%;\n}\n.file-picker__file-name[data-v-ee6f34b5] {\n padding-inline-start: 6px;\n min-width: 0;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.file-picker__file-extension[data-v-ee6f34b5] {\n color: var(--color-text-maxcontrast);\n min-width: fit-content;\n}\n.file-picker__header-preview[data-v-4297db37] {\n width: 22px;\n height: 32px;\n flex: 0 0 auto;\n}\n.file-picker__files[data-v-4297db37] {\n margin: 2px;\n margin-inline-start: 12px;\n overflow: scroll auto;\n}\n.file-picker__files table[data-v-4297db37] {\n width: 100%;\n max-height: 100%;\n table-layout: fixed;\n}\n.file-picker__files th[data-v-4297db37] {\n position: -webkit-sticky;\n position: sticky;\n z-index: 1;\n top: 0;\n background-color: var(--color-main-background);\n padding: 2px;\n}\n.file-picker__files th .header-wrapper[data-v-4297db37] {\n display: flex;\n}\n.file-picker__files th.row-checkbox[data-v-4297db37] {\n width: 44px;\n}\n.file-picker__files th.row-name[data-v-4297db37] {\n width: 230px;\n}\n.file-picker__files th.row-size[data-v-4297db37] {\n width: 100px;\n}\n.file-picker__files th.row-modified[data-v-4297db37] {\n width: 120px;\n}\n.file-picker__files th[data-v-4297db37]:not(.row-size) .button-vue__wrapper {\n justify-content: start;\n flex-direction: row-reverse;\n}\n.file-picker__files th[data-v-4297db37]:not(.row-size) .button-vue {\n padding-inline: 16px 4px;\n}\n.file-picker__files th.row-size[data-v-4297db37] .button-vue__wrapper {\n justify-content: end;\n}\n.file-picker__files th[data-v-4297db37] .button-vue__wrapper {\n color: var(--color-text-maxcontrast);\n}\n.file-picker__files th[data-v-4297db37] .button-vue__wrapper .button-vue__text {\n font-weight: 400;\n}\n.file-picker__breadcrumbs[data-v-3bc9efa5] {\n flex-grow: 0 !important;\n}\n.file-picker__side[data-v-fcfd0f23] {\n display: flex;\n flex-direction: column;\n align-items: start;\n gap: .5rem;\n min-width: 200px;\n padding-block: 2px;\n overflow: auto;\n}\n.file-picker__side[data-v-fcfd0f23] .button-vue__wrapper {\n justify-content: start;\n}\n.file-picker__filter-input[data-v-fcfd0f23] {\n margin-block: 7px;\n max-width: 260px;\n}\n@media (max-width: 736px) {\n .file-picker__side[data-v-fcfd0f23] {\n flex-direction: row;\n min-width: unset;\n }\n}\n@media (max-width: 512px) {\n .file-picker__side[data-v-fcfd0f23] {\n flex-direction: row;\n min-width: unset;\n }\n .file-picker__filter-input[data-v-fcfd0f23] {\n max-width: unset;\n }\n}\n.file-picker__navigation {\n padding-inline: 2px;\n}\n.file-picker__navigation,\n.file-picker__navigation * {\n box-sizing: border-box;\n}\n.file-picker__navigation .v-select.select {\n min-width: 220px;\n}\n@media (min-width: 513px) and (max-width: 736px) {\n .file-picker__navigation {\n gap: 11px;\n }\n}\n@media (max-width: 512px) {\n .file-picker__navigation {\n flex-direction: column-reverse !important;\n }\n}\n.file-picker__view[data-v-86a13079] {\n height: 50px;\n display: flex;\n justify-content: start;\n align-items: center;\n}\n.file-picker__view h3[data-v-86a13079] {\n font-weight: 700;\n height: fit-content;\n margin: 0;\n}\n.file-picker__main[data-v-86a13079] {\n box-sizing: border-box;\n width: 100%;\n display: flex;\n flex-direction: column;\n min-height: 0;\n flex: 1;\n padding-inline: 2px;\n}\n.file-picker__main *[data-v-86a13079] {\n box-sizing: border-box;\n}\n[data-v-86a13079] .file-picker {\n height: min(80vh, 800px);\n}\n@media (max-width: 512px) {\n [data-v-86a13079] .file-picker {\n height: calc(100% - 16px - var(--default-clickable-area));\n }\n}\n[data-v-86a13079] .file-picker__content {\n display: flex;\n flex-direction: column;\n overflow: hidden;\n}\n`, \"\",{\"version\":3,\"sources\":[\"webpack://./node_modules/@nextcloud/dialogs/dist/style.css\"],\"names\":[],\"mappings\":\"AAAA,gBAAgB;AAChB;;;;;;;;;;;;;;;;;;;;EAoBE;AACF;EACE,gBAAgB;EAChB,gBAAgB;EAChB,8CAA8C;EAC9C,6BAA6B;EAC7B,6CAA6C;EAC7C,eAAe;EACf,gBAAgB;EAChB,eAAe;EACf,cAAc;EACd,mCAAmC;EACnC,aAAa;EACb,mBAAmB;AACrB;AACA;EACE,aAAa;EACb,mBAAmB;AACrB;AACA;;EAEE,gBAAgB;EAChB,gBAAgB;EAChB,sBAAsB;EACtB,eAAe;EACf,YAAY;EACZ,aAAa;EACb,mBAAmB;EACnB,4BAA4B;EAC5B,2BAA2B;EAC3B,6BAA6B;EAC7B,aAAa;AACf;AACA;;EAEE,cAAc;EACd,WAAW;EACX,YAAY;EACZ,gBAAgB;EAChB,iBAAiB;EACjB,YAAY;AACd;AACA;;EAEE,yDAAiR;EACjR,YAAY;EACZ,wCAAwC;EACxC,qBAAqB;EACrB,WAAW;EACX,YAAY;AACd;AACA;;EAEE,wBAAwB;EACxB,wBAAwB;AAC1B;AACA;;;;;;EAME,eAAe;EACf,UAAU;AACZ;AACA;EACE,WAAW;AACb;AACA;EACE,eAAe;AACjB;AACA;EACE,yCAAyC;AAC3C;AACA;EACE,2CAA2C;AAC7C;AACA;EACE,2CAA2C;AAC7C;AACA;;EAEE,2CAA2C;AAC7C;AACA;EACE,yDAAiU;AACnU;AACA;EACE,WAAW;EACX,YAAY;EACZ,eAAe;EACf,gBAAgB;EAChB,4BAA4B;EAC5B,wBAAwB;EACxB,aAAa;EACb,uBAAuB;AACzB;AACA;EACE,+BAA+B;AACjC;AACA;EACE,eAAe;EACf,gBAAgB;EAChB,uBAAuB;EACvB,mBAAmB;AACrB;AACA;EACE,sBAAsB;AACxB;AACA;EACE,eAAe;EACf,sBAAsB;AACxB;AACA;EACE,qBAAqB;AACvB;AACA;EACE;IACE,2BAA2B;EAC7B;EACA;IACE,6BAA6B;EAC/B;EACA;IACE,2BAA2B;EAC7B;AACF;AACA;EACE,6BAA6B;AAC/B;AACA;EACE,qBAAqB;EACrB,YAAY;EACZ,oIAAoI;EACpI,2BAA2B;EAC3B,mCAAmC;EACnC,8CAA8C;AAChD;AACA;EACE,oBAAoB;EACpB,mBAAmB;AACrB;AACA;EACE,WAAW;AACb;AACA;EACE,wBAAwB;EACxB,YAAY;AACd;AACA;EACE,WAAW;AACb;AACA;EACE,WAAW;AACb;AACA;EACE,+BAA+B;AACjC;AACA;EACE,eAAe;EACf,gBAAgB;EAChB,uBAAuB;EACvB,mBAAmB;AACrB;AACA;EACE,sBAAsB;AACxB;AACA;EACE,eAAe;EACf,sBAAsB;AACxB;AACA;EACE,qBAAqB;AACvB;AACA;EACE,8CAA8C;AAChD;AACA;EACE,+CAA+C;AACjD;AACA;EACE,aAAa;EACb,sBAAsB;EACtB,mBAAmB;EACnB,YAAY;AACd;AACA;EACE,yBAAyB;EACzB,YAAY;EACZ,gBAAgB;EAChB,uBAAuB;AACzB;AACA;EACE,oCAAoC;EACpC,sBAAsB;AACxB;AACA;EACE,WAAW;EACX,YAAY;EACZ,cAAc;AAChB;AACA;EACE,WAAW;EACX,yBAAyB;EACzB,qBAAqB;AACvB;AACA;EACE,WAAW;EACX,gBAAgB;EAChB,mBAAmB;AACrB;AACA;EACE,wBAAwB;EACxB,gBAAgB;EAChB,UAAU;EACV,MAAM;EACN,8CAA8C;EAC9C,YAAY;AACd;AACA;EACE,aAAa;AACf;AACA;EACE,WAAW;AACb;AACA;EACE,YAAY;AACd;AACA;EACE,YAAY;AACd;AACA;EACE,YAAY;AACd;AACA;EACE,sBAAsB;EACtB,2BAA2B;AAC7B;AACA;EACE,wBAAwB;AAC1B;AACA;EACE,oBAAoB;AACtB;AACA;EACE,oCAAoC;AACtC;AACA;EACE,gBAAgB;AAClB;AACA;EACE,uBAAuB;AACzB;AACA;EACE,aAAa;EACb,sBAAsB;EACtB,kBAAkB;EAClB,UAAU;EACV,gBAAgB;EAChB,kBAAkB;EAClB,cAAc;AAChB;AACA;EACE,sBAAsB;AACxB;AACA;EACE,iBAAiB;EACjB,gBAAgB;AAClB;AACA;EACE;IACE,mBAAmB;IACnB,gBAAgB;EAClB;AACF;AACA;EACE;IACE,mBAAmB;IACnB,gBAAgB;EAClB;EACA;IACE,gBAAgB;EAClB;AACF;AACA;EACE,mBAAmB;AACrB;AACA;;EAEE,sBAAsB;AACxB;AACA;EACE,gBAAgB;AAClB;AACA;EACE;IACE,SAAS;EACX;AACF;AACA;EACE;IACE,yCAAyC;EAC3C;AACF;AACA;EACE,YAAY;EACZ,aAAa;EACb,sBAAsB;EACtB,mBAAmB;AACrB;AACA;EACE,gBAAgB;EAChB,mBAAmB;EACnB,SAAS;AACX;AACA;EACE,sBAAsB;EACtB,WAAW;EACX,aAAa;EACb,sBAAsB;EACtB,aAAa;EACb,OAAO;EACP,mBAAmB;AACrB;AACA;EACE,sBAAsB;AACxB;AACA;EACE,wBAAwB;AAC1B;AACA;EACE;IACE,yDAAyD;EAC3D;AACF;AACA;EACE,aAAa;EACb,sBAAsB;EACtB,gBAAgB;AAClB\",\"sourcesContent\":[\"@charset \\\"UTF-8\\\";\\n/**\\n * @copyright Copyright (c) 2019 Julius Härtl \\n *\\n * @author Julius Härtl \\n * @author John Molakvoæ \\n *\\n * @license GNU AGPL version 3 or any later version\\n *\\n * This program is free software: you can redistribute it and/or modify\\n * it under the terms of the GNU Affero General Public License as\\n * published by the Free Software Foundation, either version 3 of the\\n * License, or (at your option) any later version.\\n *\\n * This program is distributed in the hope that it will be useful,\\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\\n * GNU Affero General Public License for more details.\\n *\\n * You should have received a copy of the GNU Affero General Public License\\n * along with this program. If not, see .\\n */\\n.toastify.dialogs {\\n min-width: 200px;\\n background: none;\\n background-color: var(--color-main-background);\\n color: var(--color-main-text);\\n box-shadow: 0 0 6px 0 var(--color-box-shadow);\\n padding: 0 12px;\\n margin-top: 45px;\\n position: fixed;\\n z-index: 10100;\\n border-radius: var(--border-radius);\\n display: flex;\\n align-items: center;\\n}\\n.toastify.dialogs .toast-undo-container {\\n display: flex;\\n align-items: center;\\n}\\n.toastify.dialogs .toast-undo-button,\\n.toastify.dialogs .toast-close {\\n position: static;\\n overflow: hidden;\\n box-sizing: border-box;\\n min-width: 44px;\\n height: 100%;\\n padding: 12px;\\n white-space: nowrap;\\n background-repeat: no-repeat;\\n background-position: center;\\n background-color: transparent;\\n min-height: 0;\\n}\\n.toastify.dialogs .toast-undo-button.toast-close,\\n.toastify.dialogs .toast-close.toast-close {\\n text-indent: 0;\\n opacity: .4;\\n border: none;\\n min-height: 44px;\\n margin-left: 10px;\\n font-size: 0;\\n}\\n.toastify.dialogs .toast-undo-button.toast-close:before,\\n.toastify.dialogs .toast-close.toast-close:before {\\n background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTYiIHdpZHRoPSIxNiI+CiAgPHBhdGggZD0iTTE0IDEyLjNMMTIuMyAxNCA4IDkuNyAzLjcgMTQgMiAxMi4zIDYuMyA4IDIgMy43IDMuNyAyIDggNi4zIDEyLjMgMiAxNCAzLjcgOS43IDh6Ii8+Cjwvc3ZnPgo=);\\n content: \\\" \\\";\\n filter: var(--background-invert-if-dark);\\n display: inline-block;\\n width: 16px;\\n height: 16px;\\n}\\n.toastify.dialogs .toast-undo-button.toast-undo-button,\\n.toastify.dialogs .toast-close.toast-undo-button {\\n height: calc(100% - 6px);\\n margin: 3px 3px 3px 12px;\\n}\\n.toastify.dialogs .toast-undo-button:hover,\\n.toastify.dialogs .toast-undo-button:focus,\\n.toastify.dialogs .toast-undo-button:active,\\n.toastify.dialogs .toast-close:hover,\\n.toastify.dialogs .toast-close:focus,\\n.toastify.dialogs .toast-close:active {\\n cursor: pointer;\\n opacity: 1;\\n}\\n.toastify.dialogs.toastify-top {\\n right: 10px;\\n}\\n.toastify.dialogs.toast-with-click {\\n cursor: pointer;\\n}\\n.toastify.dialogs.toast-error {\\n border-left: 3px solid var(--color-error);\\n}\\n.toastify.dialogs.toast-info {\\n border-left: 3px solid var(--color-primary);\\n}\\n.toastify.dialogs.toast-warning {\\n border-left: 3px solid var(--color-warning);\\n}\\n.toastify.dialogs.toast-success,\\n.toastify.dialogs.toast-undo {\\n border-left: 3px solid var(--color-success);\\n}\\n.theme--dark .toastify.dialogs .toast-close.toast-close:before {\\n background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTYiIHdpZHRoPSIxNiI+CiAgPHBhdGggZD0iTTE0IDEyLjNMMTIuMyAxNCA4IDkuNyAzLjcgMTQgMiAxMi4zIDYuMyA4IDIgMy43IDMuNyAyIDggNi4zIDEyLjMgMiAxNCAzLjcgOS43IDh6IiBzdHlsZT0iZmlsbC1vcGFjaXR5OjE7ZmlsbDojZmZmZmZmIi8+Cjwvc3ZnPgo=);\\n}\\n._file-picker__file-icon_1vgv4_5 {\\n width: 32px;\\n height: 32px;\\n min-width: 32px;\\n min-height: 32px;\\n background-repeat: no-repeat;\\n background-size: contain;\\n display: flex;\\n justify-content: center;\\n}\\ntr.file-picker__row[data-v-6aded0d9] {\\n height: var(--row-height, 50px);\\n}\\ntr.file-picker__row td[data-v-6aded0d9] {\\n cursor: pointer;\\n overflow: hidden;\\n text-overflow: ellipsis;\\n border-bottom: none;\\n}\\ntr.file-picker__row td[data-v-6aded0d9]:not(.row-checkbox) {\\n padding-inline: 14px 0;\\n}\\ntr.file-picker__row td.row-size[data-v-6aded0d9] {\\n text-align: end;\\n padding-inline: 0 14px;\\n}\\ntr.file-picker__row td.row-name[data-v-6aded0d9] {\\n padding-inline: 2px 0;\\n}\\n@keyframes gradient-6aded0d9 {\\n 0% {\\n background-position: 0% 50%;\\n }\\n 50% {\\n background-position: 100% 50%;\\n }\\n to {\\n background-position: 0% 50%;\\n }\\n}\\n.loading-row .row-checkbox[data-v-6aded0d9] {\\n text-align: center !important;\\n}\\n.loading-row span[data-v-6aded0d9] {\\n display: inline-block;\\n height: 24px;\\n background: linear-gradient(to right, var(--color-background-darker), var(--color-text-maxcontrast), var(--color-background-darker));\\n background-size: 600px 100%;\\n border-radius: var(--border-radius);\\n animation: gradient-6aded0d9 12s ease infinite;\\n}\\n.loading-row .row-wrapper[data-v-6aded0d9] {\\n display: inline-flex;\\n align-items: center;\\n}\\n.loading-row .row-checkbox span[data-v-6aded0d9] {\\n width: 24px;\\n}\\n.loading-row .row-name span[data-v-6aded0d9]:last-of-type {\\n margin-inline-start: 6px;\\n width: 130px;\\n}\\n.loading-row .row-size span[data-v-6aded0d9] {\\n width: 80px;\\n}\\n.loading-row .row-modified span[data-v-6aded0d9] {\\n width: 90px;\\n}\\ntr.file-picker__row[data-v-ee6f34b5] {\\n height: var(--row-height, 50px);\\n}\\ntr.file-picker__row td[data-v-ee6f34b5] {\\n cursor: pointer;\\n overflow: hidden;\\n text-overflow: ellipsis;\\n border-bottom: none;\\n}\\ntr.file-picker__row td[data-v-ee6f34b5]:not(.row-checkbox) {\\n padding-inline: 14px 0;\\n}\\ntr.file-picker__row td.row-size[data-v-ee6f34b5] {\\n text-align: end;\\n padding-inline: 0 14px;\\n}\\ntr.file-picker__row td.row-name[data-v-ee6f34b5] {\\n padding-inline: 2px 0;\\n}\\n.file-picker__row--selected[data-v-ee6f34b5] {\\n background-color: var(--color-background-dark);\\n}\\n.file-picker__row[data-v-ee6f34b5]:hover {\\n background-color: var(--color-background-hover);\\n}\\n.file-picker__name-container[data-v-ee6f34b5] {\\n display: flex;\\n justify-content: start;\\n align-items: center;\\n height: 100%;\\n}\\n.file-picker__file-name[data-v-ee6f34b5] {\\n padding-inline-start: 6px;\\n min-width: 0;\\n overflow: hidden;\\n text-overflow: ellipsis;\\n}\\n.file-picker__file-extension[data-v-ee6f34b5] {\\n color: var(--color-text-maxcontrast);\\n min-width: fit-content;\\n}\\n.file-picker__header-preview[data-v-4297db37] {\\n width: 22px;\\n height: 32px;\\n flex: 0 0 auto;\\n}\\n.file-picker__files[data-v-4297db37] {\\n margin: 2px;\\n margin-inline-start: 12px;\\n overflow: scroll auto;\\n}\\n.file-picker__files table[data-v-4297db37] {\\n width: 100%;\\n max-height: 100%;\\n table-layout: fixed;\\n}\\n.file-picker__files th[data-v-4297db37] {\\n position: -webkit-sticky;\\n position: sticky;\\n z-index: 1;\\n top: 0;\\n background-color: var(--color-main-background);\\n padding: 2px;\\n}\\n.file-picker__files th .header-wrapper[data-v-4297db37] {\\n display: flex;\\n}\\n.file-picker__files th.row-checkbox[data-v-4297db37] {\\n width: 44px;\\n}\\n.file-picker__files th.row-name[data-v-4297db37] {\\n width: 230px;\\n}\\n.file-picker__files th.row-size[data-v-4297db37] {\\n width: 100px;\\n}\\n.file-picker__files th.row-modified[data-v-4297db37] {\\n width: 120px;\\n}\\n.file-picker__files th[data-v-4297db37]:not(.row-size) .button-vue__wrapper {\\n justify-content: start;\\n flex-direction: row-reverse;\\n}\\n.file-picker__files th[data-v-4297db37]:not(.row-size) .button-vue {\\n padding-inline: 16px 4px;\\n}\\n.file-picker__files th.row-size[data-v-4297db37] .button-vue__wrapper {\\n justify-content: end;\\n}\\n.file-picker__files th[data-v-4297db37] .button-vue__wrapper {\\n color: var(--color-text-maxcontrast);\\n}\\n.file-picker__files th[data-v-4297db37] .button-vue__wrapper .button-vue__text {\\n font-weight: 400;\\n}\\n.file-picker__breadcrumbs[data-v-3bc9efa5] {\\n flex-grow: 0 !important;\\n}\\n.file-picker__side[data-v-fcfd0f23] {\\n display: flex;\\n flex-direction: column;\\n align-items: start;\\n gap: .5rem;\\n min-width: 200px;\\n padding-block: 2px;\\n overflow: auto;\\n}\\n.file-picker__side[data-v-fcfd0f23] .button-vue__wrapper {\\n justify-content: start;\\n}\\n.file-picker__filter-input[data-v-fcfd0f23] {\\n margin-block: 7px;\\n max-width: 260px;\\n}\\n@media (max-width: 736px) {\\n .file-picker__side[data-v-fcfd0f23] {\\n flex-direction: row;\\n min-width: unset;\\n }\\n}\\n@media (max-width: 512px) {\\n .file-picker__side[data-v-fcfd0f23] {\\n flex-direction: row;\\n min-width: unset;\\n }\\n .file-picker__filter-input[data-v-fcfd0f23] {\\n max-width: unset;\\n }\\n}\\n.file-picker__navigation {\\n padding-inline: 2px;\\n}\\n.file-picker__navigation,\\n.file-picker__navigation * {\\n box-sizing: border-box;\\n}\\n.file-picker__navigation .v-select.select {\\n min-width: 220px;\\n}\\n@media (min-width: 513px) and (max-width: 736px) {\\n .file-picker__navigation {\\n gap: 11px;\\n }\\n}\\n@media (max-width: 512px) {\\n .file-picker__navigation {\\n flex-direction: column-reverse !important;\\n }\\n}\\n.file-picker__view[data-v-86a13079] {\\n height: 50px;\\n display: flex;\\n justify-content: start;\\n align-items: center;\\n}\\n.file-picker__view h3[data-v-86a13079] {\\n font-weight: 700;\\n height: fit-content;\\n margin: 0;\\n}\\n.file-picker__main[data-v-86a13079] {\\n box-sizing: border-box;\\n width: 100%;\\n display: flex;\\n flex-direction: column;\\n min-height: 0;\\n flex: 1;\\n padding-inline: 2px;\\n}\\n.file-picker__main *[data-v-86a13079] {\\n box-sizing: border-box;\\n}\\n[data-v-86a13079] .file-picker {\\n height: min(80vh, 800px);\\n}\\n@media (max-width: 512px) {\\n [data-v-86a13079] .file-picker {\\n height: calc(100% - 16px - var(--default-clickable-area));\\n }\\n}\\n[data-v-86a13079] .file-picker__content {\\n display: flex;\\n flex-direction: column;\\n overflow: hidden;\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.template-picker__item[data-v-0859a92c]{display:flex}.template-picker__label[data-v-0859a92c]{display:flex;align-items:center;flex:1 1;flex-direction:column}.template-picker__label[data-v-0859a92c],.template-picker__label *[data-v-0859a92c]{cursor:pointer;user-select:none}.template-picker__label[data-v-0859a92c]::before{display:none !important}.template-picker__preview[data-v-0859a92c]{display:block;overflow:hidden;flex:1 1;width:var(--width);min-height:var(--height);max-height:var(--height);padding:0;border:var(--border) solid var(--color-border);border-radius:var(--border-radius-large)}input:checked+label>.template-picker__preview[data-v-0859a92c]{border-color:var(--color-primary-element)}.template-picker__preview--failed[data-v-0859a92c]{display:flex}.template-picker__image[data-v-0859a92c]{max-width:100%;background-color:var(--color-main-background);object-fit:cover}.template-picker__preview--failed .template-picker__image[data-v-0859a92c]{width:calc(var(--margin)*8);margin:auto;background-color:rgba(0,0,0,0) !important;object-fit:initial}.template-picker__title[data-v-0859a92c]{overflow:hidden;max-width:calc(var(--width) + 4px);padding:var(--margin);white-space:nowrap;text-overflow:ellipsis}`, \"\",{\"version\":3,\"sources\":[\"webpack://./apps/files/src/components/TemplatePreview.vue\"],\"names\":[],\"mappings\":\"AAGC,wCACC,YAAA,CAGD,yCACC,YAAA,CAEA,kBAAA,CACA,QAAA,CACA,qBAAA,CAEA,oFACC,cAAA,CACA,gBAAA,CAGD,iDACC,uBAAA,CAIF,2CACC,aAAA,CACA,eAAA,CAEA,QAAA,CACA,kBAAA,CACA,wBAAA,CACA,wBAAA,CACA,SAAA,CACA,8CAAA,CACA,wCAAA,CAEA,+DACC,yCAAA,CAGD,mDAEC,YAAA,CAIF,yCACC,cAAA,CACA,6CAAA,CAEA,gBAAA,CAID,2EACC,2BAAA,CAEA,WAAA,CACA,yCAAA,CAEA,kBAAA,CAGD,yCACC,eAAA,CAEA,kCAAA,CACA,qBAAA,CACA,kBAAA,CACA,sBAAA\",\"sourcesContent\":[\"\\n\\n.template-picker {\\n\\t&__item {\\n\\t\\tdisplay: flex;\\n\\t}\\n\\n\\t&__label {\\n\\t\\tdisplay: flex;\\n\\t\\t// Align in the middle of the grid\\n\\t\\talign-items: center;\\n\\t\\tflex: 1 1;\\n\\t\\tflex-direction: column;\\n\\n\\t\\t&, * {\\n\\t\\t\\tcursor: pointer;\\n\\t\\t\\tuser-select: none;\\n\\t\\t}\\n\\n\\t\\t&::before {\\n\\t\\t\\tdisplay: none !important;\\n\\t\\t}\\n\\t}\\n\\n\\t&__preview {\\n\\t\\tdisplay: block;\\n\\t\\toverflow: hidden;\\n\\t\\t// Stretch so all entries are the same width\\n\\t\\tflex: 1 1;\\n\\t\\twidth: var(--width);\\n\\t\\tmin-height: var(--height);\\n\\t\\tmax-height: var(--height);\\n\\t\\tpadding: 0;\\n\\t\\tborder: var(--border) solid var(--color-border);\\n\\t\\tborder-radius: var(--border-radius-large);\\n\\n\\t\\tinput:checked + label > & {\\n\\t\\t\\tborder-color: var(--color-primary-element);\\n\\t\\t}\\n\\n\\t\\t&--failed {\\n\\t\\t\\t// Make sure to properly center fallback icon\\n\\t\\t\\tdisplay: flex;\\n\\t\\t}\\n\\t}\\n\\n\\t&__image {\\n\\t\\tmax-width: 100%;\\n\\t\\tbackground-color: var(--color-main-background);\\n\\n\\t\\tobject-fit: cover;\\n\\t}\\n\\n\\t// Failed preview, fallback to mime icon\\n\\t&__preview--failed &__image {\\n\\t\\twidth: calc(var(--margin) * 8);\\n\\t\\t// Center mime icon\\n\\t\\tmargin: auto;\\n\\t\\tbackground-color: transparent !important;\\n\\n\\t\\tobject-fit: initial;\\n\\t}\\n\\n\\t&__title {\\n\\t\\toverflow: hidden;\\n\\t\\t// also count preview border\\n\\t\\tmax-width: calc(var(--width) + 2*2px);\\n\\t\\tpadding: var(--margin);\\n\\t\\twhite-space: nowrap;\\n\\t\\ttext-overflow: ellipsis;\\n\\t}\\n}\\n\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.templates-picker__form[data-v-48121b39]{padding:calc(var(--margin)*2);padding-bottom:0}.templates-picker__form h2[data-v-48121b39]{text-align:center;font-weight:bold;margin:var(--margin) 0 calc(var(--margin)*2)}.templates-picker__list[data-v-48121b39]{display:grid;grid-gap:calc(var(--margin)*2);grid-auto-columns:1fr;max-width:calc(var(--fullwidth)*6);grid-template-columns:repeat(auto-fit, var(--fullwidth));grid-auto-rows:1fr;justify-content:center}.templates-picker__buttons[data-v-48121b39]{display:flex;justify-content:end;padding:calc(var(--margin)*2) var(--margin);position:sticky;bottom:0;background-image:linear-gradient(0, var(--gradient-main-background))}.templates-picker__buttons button[data-v-48121b39],.templates-picker__buttons input[type=submit][data-v-48121b39]{height:44px}.templates-picker[data-v-48121b39] .modal-container{position:relative}.templates-picker__loading[data-v-48121b39]{position:absolute;top:0;left:0;justify-content:center;width:100%;height:100%;margin:0;background-color:var(--color-main-background-translucent)}`, \"\",{\"version\":3,\"sources\":[\"webpack://./apps/files/src/views/TemplatePicker.vue\"],\"names\":[],\"mappings\":\"AAEC,yCACC,6BAAA,CAEA,gBAAA,CAEA,4CACC,iBAAA,CACA,gBAAA,CACA,4CAAA,CAIF,yCACC,YAAA,CACA,8BAAA,CACA,qBAAA,CAEA,kCAAA,CACA,wDAAA,CAEA,kBAAA,CAEA,sBAAA,CAGD,4CACC,YAAA,CACA,mBAAA,CACA,2CAAA,CACA,eAAA,CACA,QAAA,CACA,oEAAA,CAEA,kHACC,WAAA,CAKF,oDACC,iBAAA,CAGD,4CACC,iBAAA,CACA,KAAA,CACA,MAAA,CACA,sBAAA,CACA,UAAA,CACA,WAAA,CACA,QAAA,CACA,yDAAA\",\"sourcesContent\":[\"\\n.templates-picker {\\n\\t&__form {\\n\\t\\tpadding: calc(var(--margin) * 2);\\n\\t\\t// Will be handled by the buttons\\n\\t\\tpadding-bottom: 0;\\n\\n\\t\\th2 {\\n\\t\\t\\ttext-align: center;\\n\\t\\t\\tfont-weight: bold;\\n\\t\\t\\tmargin: var(--margin) 0 calc(var(--margin) * 2);\\n\\t\\t}\\n\\t}\\n\\n\\t&__list {\\n\\t\\tdisplay: grid;\\n\\t\\tgrid-gap: calc(var(--margin) * 2);\\n\\t\\tgrid-auto-columns: 1fr;\\n\\t\\t// We want maximum 5 columns. Putting 6 as we don't count the grid gap. So it will always be lower than 6\\n\\t\\tmax-width: calc(var(--fullwidth) * 6);\\n\\t\\tgrid-template-columns: repeat(auto-fit, var(--fullwidth));\\n\\t\\t// Make sure all rows are the same height\\n\\t\\tgrid-auto-rows: 1fr;\\n\\t\\t// Center the columns set\\n\\t\\tjustify-content: center;\\n\\t}\\n\\n\\t&__buttons {\\n\\t\\tdisplay: flex;\\n\\t\\tjustify-content: end;\\n\\t\\tpadding: calc(var(--margin) * 2) var(--margin);\\n\\t\\tposition: sticky;\\n\\t\\tbottom: 0;\\n\\t\\tbackground-image: linear-gradient(0, var(--gradient-main-background));\\n\\n\\t\\tbutton, input[type='submit'] {\\n\\t\\t\\theight: 44px;\\n\\t\\t}\\n\\t}\\n\\n\\t// Make sure we're relative for the loading emptycontent on top\\n\\t::v-deep .modal-container {\\n\\t\\tposition: relative;\\n\\t}\\n\\n\\t&__loading {\\n\\t\\tposition: absolute;\\n\\t\\ttop: 0;\\n\\t\\tleft: 0;\\n\\t\\tjustify-content: center;\\n\\t\\twidth: 100%;\\n\\t\\theight: 100%;\\n\\t\\tmargin: 0;\\n\\t\\tbackground-color: var(--color-main-background-translucent);\\n\\t}\\n}\\n\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","var http = require('http')\nvar url = require('url')\n\nvar https = module.exports\n\nfor (var key in http) {\n if (http.hasOwnProperty(key)) https[key] = http[key]\n}\n\nhttps.request = function (params, cb) {\n params = validateParams(params)\n return http.request.call(this, params, cb)\n}\n\nhttps.get = function (params, cb) {\n params = validateParams(params)\n return http.get.call(this, params, cb)\n}\n\nfunction validateParams (params) {\n if (typeof params === 'string') {\n params = url.parse(params)\n }\n if (!params.protocol) {\n params.protocol = 'https:'\n }\n if (params.protocol !== 'https:') {\n throw new Error('Protocol \"' + params.protocol + '\" not supported. Expected \"https:\"')\n }\n return params\n}\n","exports = module.exports = require('./lib/_stream_readable.js');\nexports.Stream = exports;\nexports.Readable = exports;\nexports.Writable = require('./lib/_stream_writable.js');\nexports.Duplex = require('./lib/_stream_duplex.js');\nexports.Transform = require('./lib/_stream_transform.js');\nexports.PassThrough = require('./lib/_stream_passthrough.js');\nexports.finished = require('./lib/internal/streams/end-of-stream.js');\nexports.pipeline = require('./lib/internal/streams/pipeline.js');\n","var ClientRequest = require('./lib/request')\nvar response = require('./lib/response')\nvar extend = require('xtend')\nvar statusCodes = require('builtin-status-codes')\nvar url = require('url')\n\nvar http = exports\n\nhttp.request = function (opts, cb) {\n\tif (typeof opts === 'string')\n\t\topts = url.parse(opts)\n\telse\n\t\topts = extend(opts)\n\n\t// Normally, the page is loaded from http or https, so not specifying a protocol\n\t// will result in a (valid) protocol-relative url. However, this won't work if\n\t// the protocol is something else, like 'file:'\n\tvar defaultProtocol = global.location.protocol.search(/^https?:$/) === -1 ? 'http:' : ''\n\n\tvar protocol = opts.protocol || defaultProtocol\n\tvar host = opts.hostname || opts.host\n\tvar port = opts.port\n\tvar path = opts.path || '/'\n\n\t// Necessary for IPv6 addresses\n\tif (host && host.indexOf(':') !== -1)\n\t\thost = '[' + host + ']'\n\n\t// This may be a relative url. The browser should always be able to interpret it correctly.\n\topts.url = (host ? (protocol + '//' + host) : '') + (port ? ':' + port : '') + path\n\topts.method = (opts.method || 'GET').toUpperCase()\n\topts.headers = opts.headers || {}\n\n\t// Also valid opts.auth, opts.mode\n\n\tvar req = new ClientRequest(opts)\n\tif (cb)\n\t\treq.on('response', cb)\n\treturn req\n}\n\nhttp.get = function get (opts, cb) {\n\tvar req = http.request(opts, cb)\n\treq.end()\n\treturn req\n}\n\nhttp.ClientRequest = ClientRequest\nhttp.IncomingMessage = response.IncomingMessage\n\nhttp.Agent = function () {}\nhttp.Agent.defaultMaxSockets = 4\n\nhttp.globalAgent = new http.Agent()\n\nhttp.STATUS_CODES = statusCodes\n\nhttp.METHODS = [\n\t'CHECKOUT',\n\t'CONNECT',\n\t'COPY',\n\t'DELETE',\n\t'GET',\n\t'HEAD',\n\t'LOCK',\n\t'M-SEARCH',\n\t'MERGE',\n\t'MKACTIVITY',\n\t'MKCOL',\n\t'MOVE',\n\t'NOTIFY',\n\t'OPTIONS',\n\t'PATCH',\n\t'POST',\n\t'PROPFIND',\n\t'PROPPATCH',\n\t'PURGE',\n\t'PUT',\n\t'REPORT',\n\t'SEARCH',\n\t'SUBSCRIBE',\n\t'TRACE',\n\t'UNLOCK',\n\t'UNSUBSCRIBE'\n]","exports.fetch = isFunction(global.fetch) && isFunction(global.ReadableStream)\n\nexports.writableStream = isFunction(global.WritableStream)\n\nexports.abortController = isFunction(global.AbortController)\n\n// The xhr request to example.com may violate some restrictive CSP configurations,\n// so if we're running in a browser that supports `fetch`, avoid calling getXHR()\n// and assume support for certain features below.\nvar xhr\nfunction getXHR () {\n\t// Cache the xhr value\n\tif (xhr !== undefined) return xhr\n\n\tif (global.XMLHttpRequest) {\n\t\txhr = new global.XMLHttpRequest()\n\t\t// If XDomainRequest is available (ie only, where xhr might not work\n\t\t// cross domain), use the page location. Otherwise use example.com\n\t\t// Note: this doesn't actually make an http request.\n\t\ttry {\n\t\t\txhr.open('GET', global.XDomainRequest ? '/' : 'https://example.com')\n\t\t} catch(e) {\n\t\t\txhr = null\n\t\t}\n\t} else {\n\t\t// Service workers don't have XHR\n\t\txhr = null\n\t}\n\treturn xhr\n}\n\nfunction checkTypeSupport (type) {\n\tvar xhr = getXHR()\n\tif (!xhr) return false\n\ttry {\n\t\txhr.responseType = type\n\t\treturn xhr.responseType === type\n\t} catch (e) {}\n\treturn false\n}\n\n// If fetch is supported, then arraybuffer will be supported too. Skip calling\n// checkTypeSupport(), since that calls getXHR().\nexports.arraybuffer = exports.fetch || checkTypeSupport('arraybuffer')\n\n// These next two tests unavoidably show warnings in Chrome. Since fetch will always\n// be used if it's available, just return false for these to avoid the warnings.\nexports.msstream = !exports.fetch && checkTypeSupport('ms-stream')\nexports.mozchunkedarraybuffer = !exports.fetch && checkTypeSupport('moz-chunked-arraybuffer')\n\n// If fetch is supported, then overrideMimeType will be supported too. Skip calling\n// getXHR().\nexports.overrideMimeType = exports.fetch || (getXHR() ? isFunction(getXHR().overrideMimeType) : false)\n\nfunction isFunction (value) {\n\treturn typeof value === 'function'\n}\n\nxhr = null // Help gc\n","var capability = require('./capability')\nvar inherits = require('inherits')\nvar response = require('./response')\nvar stream = require('readable-stream')\n\nvar IncomingMessage = response.IncomingMessage\nvar rStates = response.readyStates\n\nfunction decideMode (preferBinary, useFetch) {\n\tif (capability.fetch && useFetch) {\n\t\treturn 'fetch'\n\t} else if (capability.mozchunkedarraybuffer) {\n\t\treturn 'moz-chunked-arraybuffer'\n\t} else if (capability.msstream) {\n\t\treturn 'ms-stream'\n\t} else if (capability.arraybuffer && preferBinary) {\n\t\treturn 'arraybuffer'\n\t} else {\n\t\treturn 'text'\n\t}\n}\n\nvar ClientRequest = module.exports = function (opts) {\n\tvar self = this\n\tstream.Writable.call(self)\n\n\tself._opts = opts\n\tself._body = []\n\tself._headers = {}\n\tif (opts.auth)\n\t\tself.setHeader('Authorization', 'Basic ' + Buffer.from(opts.auth).toString('base64'))\n\tObject.keys(opts.headers).forEach(function (name) {\n\t\tself.setHeader(name, opts.headers[name])\n\t})\n\n\tvar preferBinary\n\tvar useFetch = true\n\tif (opts.mode === 'disable-fetch' || ('requestTimeout' in opts && !capability.abortController)) {\n\t\t// If the use of XHR should be preferred. Not typically needed.\n\t\tuseFetch = false\n\t\tpreferBinary = true\n\t} else if (opts.mode === 'prefer-streaming') {\n\t\t// If streaming is a high priority but binary compatibility and\n\t\t// the accuracy of the 'content-type' header aren't\n\t\tpreferBinary = false\n\t} else if (opts.mode === 'allow-wrong-content-type') {\n\t\t// If streaming is more important than preserving the 'content-type' header\n\t\tpreferBinary = !capability.overrideMimeType\n\t} else if (!opts.mode || opts.mode === 'default' || opts.mode === 'prefer-fast') {\n\t\t// Use binary if text streaming may corrupt data or the content-type header, or for speed\n\t\tpreferBinary = true\n\t} else {\n\t\tthrow new Error('Invalid value for opts.mode')\n\t}\n\tself._mode = decideMode(preferBinary, useFetch)\n\tself._fetchTimer = null\n\tself._socketTimeout = null\n\tself._socketTimer = null\n\n\tself.on('finish', function () {\n\t\tself._onFinish()\n\t})\n}\n\ninherits(ClientRequest, stream.Writable)\n\nClientRequest.prototype.setHeader = function (name, value) {\n\tvar self = this\n\tvar lowerName = name.toLowerCase()\n\t// This check is not necessary, but it prevents warnings from browsers about setting unsafe\n\t// headers. To be honest I'm not entirely sure hiding these warnings is a good thing, but\n\t// http-browserify did it, so I will too.\n\tif (unsafeHeaders.indexOf(lowerName) !== -1)\n\t\treturn\n\n\tself._headers[lowerName] = {\n\t\tname: name,\n\t\tvalue: value\n\t}\n}\n\nClientRequest.prototype.getHeader = function (name) {\n\tvar header = this._headers[name.toLowerCase()]\n\tif (header)\n\t\treturn header.value\n\treturn null\n}\n\nClientRequest.prototype.removeHeader = function (name) {\n\tvar self = this\n\tdelete self._headers[name.toLowerCase()]\n}\n\nClientRequest.prototype._onFinish = function () {\n\tvar self = this\n\n\tif (self._destroyed)\n\t\treturn\n\tvar opts = self._opts\n\n\tif ('timeout' in opts && opts.timeout !== 0) {\n\t\tself.setTimeout(opts.timeout)\n\t}\n\n\tvar headersObj = self._headers\n\tvar body = null\n\tif (opts.method !== 'GET' && opts.method !== 'HEAD') {\n body = new Blob(self._body, {\n type: (headersObj['content-type'] || {}).value || ''\n });\n }\n\n\t// create flattened list of headers\n\tvar headersList = []\n\tObject.keys(headersObj).forEach(function (keyName) {\n\t\tvar name = headersObj[keyName].name\n\t\tvar value = headersObj[keyName].value\n\t\tif (Array.isArray(value)) {\n\t\t\tvalue.forEach(function (v) {\n\t\t\t\theadersList.push([name, v])\n\t\t\t})\n\t\t} else {\n\t\t\theadersList.push([name, value])\n\t\t}\n\t})\n\n\tif (self._mode === 'fetch') {\n\t\tvar signal = null\n\t\tif (capability.abortController) {\n\t\t\tvar controller = new AbortController()\n\t\t\tsignal = controller.signal\n\t\t\tself._fetchAbortController = controller\n\n\t\t\tif ('requestTimeout' in opts && opts.requestTimeout !== 0) {\n\t\t\t\tself._fetchTimer = global.setTimeout(function () {\n\t\t\t\t\tself.emit('requestTimeout')\n\t\t\t\t\tif (self._fetchAbortController)\n\t\t\t\t\t\tself._fetchAbortController.abort()\n\t\t\t\t}, opts.requestTimeout)\n\t\t\t}\n\t\t}\n\n\t\tglobal.fetch(self._opts.url, {\n\t\t\tmethod: self._opts.method,\n\t\t\theaders: headersList,\n\t\t\tbody: body || undefined,\n\t\t\tmode: 'cors',\n\t\t\tcredentials: opts.withCredentials ? 'include' : 'same-origin',\n\t\t\tsignal: signal\n\t\t}).then(function (response) {\n\t\t\tself._fetchResponse = response\n\t\t\tself._resetTimers(false)\n\t\t\tself._connect()\n\t\t}, function (reason) {\n\t\t\tself._resetTimers(true)\n\t\t\tif (!self._destroyed)\n\t\t\t\tself.emit('error', reason)\n\t\t})\n\t} else {\n\t\tvar xhr = self._xhr = new global.XMLHttpRequest()\n\t\ttry {\n\t\t\txhr.open(self._opts.method, self._opts.url, true)\n\t\t} catch (err) {\n\t\t\tprocess.nextTick(function () {\n\t\t\t\tself.emit('error', err)\n\t\t\t})\n\t\t\treturn\n\t\t}\n\n\t\t// Can't set responseType on really old browsers\n\t\tif ('responseType' in xhr)\n\t\t\txhr.responseType = self._mode\n\n\t\tif ('withCredentials' in xhr)\n\t\t\txhr.withCredentials = !!opts.withCredentials\n\n\t\tif (self._mode === 'text' && 'overrideMimeType' in xhr)\n\t\t\txhr.overrideMimeType('text/plain; charset=x-user-defined')\n\n\t\tif ('requestTimeout' in opts) {\n\t\t\txhr.timeout = opts.requestTimeout\n\t\t\txhr.ontimeout = function () {\n\t\t\t\tself.emit('requestTimeout')\n\t\t\t}\n\t\t}\n\n\t\theadersList.forEach(function (header) {\n\t\t\txhr.setRequestHeader(header[0], header[1])\n\t\t})\n\n\t\tself._response = null\n\t\txhr.onreadystatechange = function () {\n\t\t\tswitch (xhr.readyState) {\n\t\t\t\tcase rStates.LOADING:\n\t\t\t\tcase rStates.DONE:\n\t\t\t\t\tself._onXHRProgress()\n\t\t\t\t\tbreak\n\t\t\t}\n\t\t}\n\t\t// Necessary for streaming in Firefox, since xhr.response is ONLY defined\n\t\t// in onprogress, not in onreadystatechange with xhr.readyState = 3\n\t\tif (self._mode === 'moz-chunked-arraybuffer') {\n\t\t\txhr.onprogress = function () {\n\t\t\t\tself._onXHRProgress()\n\t\t\t}\n\t\t}\n\n\t\txhr.onerror = function () {\n\t\t\tif (self._destroyed)\n\t\t\t\treturn\n\t\t\tself._resetTimers(true)\n\t\t\tself.emit('error', new Error('XHR error'))\n\t\t}\n\n\t\ttry {\n\t\t\txhr.send(body)\n\t\t} catch (err) {\n\t\t\tprocess.nextTick(function () {\n\t\t\t\tself.emit('error', err)\n\t\t\t})\n\t\t\treturn\n\t\t}\n\t}\n}\n\n/**\n * Checks if xhr.status is readable and non-zero, indicating no error.\n * Even though the spec says it should be available in readyState 3,\n * accessing it throws an exception in IE8\n */\nfunction statusValid (xhr) {\n\ttry {\n\t\tvar status = xhr.status\n\t\treturn (status !== null && status !== 0)\n\t} catch (e) {\n\t\treturn false\n\t}\n}\n\nClientRequest.prototype._onXHRProgress = function () {\n\tvar self = this\n\n\tself._resetTimers(false)\n\n\tif (!statusValid(self._xhr) || self._destroyed)\n\t\treturn\n\n\tif (!self._response)\n\t\tself._connect()\n\n\tself._response._onXHRProgress(self._resetTimers.bind(self))\n}\n\nClientRequest.prototype._connect = function () {\n\tvar self = this\n\n\tif (self._destroyed)\n\t\treturn\n\n\tself._response = new IncomingMessage(self._xhr, self._fetchResponse, self._mode, self._resetTimers.bind(self))\n\tself._response.on('error', function(err) {\n\t\tself.emit('error', err)\n\t})\n\n\tself.emit('response', self._response)\n}\n\nClientRequest.prototype._write = function (chunk, encoding, cb) {\n\tvar self = this\n\n\tself._body.push(chunk)\n\tcb()\n}\n\nClientRequest.prototype._resetTimers = function (done) {\n\tvar self = this\n\n\tglobal.clearTimeout(self._socketTimer)\n\tself._socketTimer = null\n\n\tif (done) {\n\t\tglobal.clearTimeout(self._fetchTimer)\n\t\tself._fetchTimer = null\n\t} else if (self._socketTimeout) {\n\t\tself._socketTimer = global.setTimeout(function () {\n\t\t\tself.emit('timeout')\n\t\t}, self._socketTimeout)\n\t}\n}\n\nClientRequest.prototype.abort = ClientRequest.prototype.destroy = function (err) {\n\tvar self = this\n\tself._destroyed = true\n\tself._resetTimers(true)\n\tif (self._response)\n\t\tself._response._destroyed = true\n\tif (self._xhr)\n\t\tself._xhr.abort()\n\telse if (self._fetchAbortController)\n\t\tself._fetchAbortController.abort()\n\n\tif (err)\n\t\tself.emit('error', err)\n}\n\nClientRequest.prototype.end = function (data, encoding, cb) {\n\tvar self = this\n\tif (typeof data === 'function') {\n\t\tcb = data\n\t\tdata = undefined\n\t}\n\n\tstream.Writable.prototype.end.call(self, data, encoding, cb)\n}\n\nClientRequest.prototype.setTimeout = function (timeout, cb) {\n\tvar self = this\n\n\tif (cb)\n\t\tself.once('timeout', cb)\n\n\tself._socketTimeout = timeout\n\tself._resetTimers(false)\n}\n\nClientRequest.prototype.flushHeaders = function () {}\nClientRequest.prototype.setNoDelay = function () {}\nClientRequest.prototype.setSocketKeepAlive = function () {}\n\n// Taken from http://www.w3.org/TR/XMLHttpRequest/#the-setrequestheader%28%29-method\nvar unsafeHeaders = [\n\t'accept-charset',\n\t'accept-encoding',\n\t'access-control-request-headers',\n\t'access-control-request-method',\n\t'connection',\n\t'content-length',\n\t'cookie',\n\t'cookie2',\n\t'date',\n\t'dnt',\n\t'expect',\n\t'host',\n\t'keep-alive',\n\t'origin',\n\t'referer',\n\t'te',\n\t'trailer',\n\t'transfer-encoding',\n\t'upgrade',\n\t'via'\n]\n","var capability = require('./capability')\nvar inherits = require('inherits')\nvar stream = require('readable-stream')\n\nvar rStates = exports.readyStates = {\n\tUNSENT: 0,\n\tOPENED: 1,\n\tHEADERS_RECEIVED: 2,\n\tLOADING: 3,\n\tDONE: 4\n}\n\nvar IncomingMessage = exports.IncomingMessage = function (xhr, response, mode, resetTimers) {\n\tvar self = this\n\tstream.Readable.call(self)\n\n\tself._mode = mode\n\tself.headers = {}\n\tself.rawHeaders = []\n\tself.trailers = {}\n\tself.rawTrailers = []\n\n\t// Fake the 'close' event, but only once 'end' fires\n\tself.on('end', function () {\n\t\t// The nextTick is necessary to prevent the 'request' module from causing an infinite loop\n\t\tprocess.nextTick(function () {\n\t\t\tself.emit('close')\n\t\t})\n\t})\n\n\tif (mode === 'fetch') {\n\t\tself._fetchResponse = response\n\n\t\tself.url = response.url\n\t\tself.statusCode = response.status\n\t\tself.statusMessage = response.statusText\n\t\t\n\t\tresponse.headers.forEach(function (header, key){\n\t\t\tself.headers[key.toLowerCase()] = header\n\t\t\tself.rawHeaders.push(key, header)\n\t\t})\n\n\t\tif (capability.writableStream) {\n\t\t\tvar writable = new WritableStream({\n\t\t\t\twrite: function (chunk) {\n\t\t\t\t\tresetTimers(false)\n\t\t\t\t\treturn new Promise(function (resolve, reject) {\n\t\t\t\t\t\tif (self._destroyed) {\n\t\t\t\t\t\t\treject()\n\t\t\t\t\t\t} else if(self.push(Buffer.from(chunk))) {\n\t\t\t\t\t\t\tresolve()\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tself._resumeFetch = resolve\n\t\t\t\t\t\t}\n\t\t\t\t\t})\n\t\t\t\t},\n\t\t\t\tclose: function () {\n\t\t\t\t\tresetTimers(true)\n\t\t\t\t\tif (!self._destroyed)\n\t\t\t\t\t\tself.push(null)\n\t\t\t\t},\n\t\t\t\tabort: function (err) {\n\t\t\t\t\tresetTimers(true)\n\t\t\t\t\tif (!self._destroyed)\n\t\t\t\t\t\tself.emit('error', err)\n\t\t\t\t}\n\t\t\t})\n\n\t\t\ttry {\n\t\t\t\tresponse.body.pipeTo(writable).catch(function (err) {\n\t\t\t\t\tresetTimers(true)\n\t\t\t\t\tif (!self._destroyed)\n\t\t\t\t\t\tself.emit('error', err)\n\t\t\t\t})\n\t\t\t\treturn\n\t\t\t} catch (e) {} // pipeTo method isn't defined. Can't find a better way to feature test this\n\t\t}\n\t\t// fallback for when writableStream or pipeTo aren't available\n\t\tvar reader = response.body.getReader()\n\t\tfunction read () {\n\t\t\treader.read().then(function (result) {\n\t\t\t\tif (self._destroyed)\n\t\t\t\t\treturn\n\t\t\t\tresetTimers(result.done)\n\t\t\t\tif (result.done) {\n\t\t\t\t\tself.push(null)\n\t\t\t\t\treturn\n\t\t\t\t}\n\t\t\t\tself.push(Buffer.from(result.value))\n\t\t\t\tread()\n\t\t\t}).catch(function (err) {\n\t\t\t\tresetTimers(true)\n\t\t\t\tif (!self._destroyed)\n\t\t\t\t\tself.emit('error', err)\n\t\t\t})\n\t\t}\n\t\tread()\n\t} else {\n\t\tself._xhr = xhr\n\t\tself._pos = 0\n\n\t\tself.url = xhr.responseURL\n\t\tself.statusCode = xhr.status\n\t\tself.statusMessage = xhr.statusText\n\t\tvar headers = xhr.getAllResponseHeaders().split(/\\r?\\n/)\n\t\theaders.forEach(function (header) {\n\t\t\tvar matches = header.match(/^([^:]+):\\s*(.*)/)\n\t\t\tif (matches) {\n\t\t\t\tvar key = matches[1].toLowerCase()\n\t\t\t\tif (key === 'set-cookie') {\n\t\t\t\t\tif (self.headers[key] === undefined) {\n\t\t\t\t\t\tself.headers[key] = []\n\t\t\t\t\t}\n\t\t\t\t\tself.headers[key].push(matches[2])\n\t\t\t\t} else if (self.headers[key] !== undefined) {\n\t\t\t\t\tself.headers[key] += ', ' + matches[2]\n\t\t\t\t} else {\n\t\t\t\t\tself.headers[key] = matches[2]\n\t\t\t\t}\n\t\t\t\tself.rawHeaders.push(matches[1], matches[2])\n\t\t\t}\n\t\t})\n\n\t\tself._charset = 'x-user-defined'\n\t\tif (!capability.overrideMimeType) {\n\t\t\tvar mimeType = self.rawHeaders['mime-type']\n\t\t\tif (mimeType) {\n\t\t\t\tvar charsetMatch = mimeType.match(/;\\s*charset=([^;])(;|$)/)\n\t\t\t\tif (charsetMatch) {\n\t\t\t\t\tself._charset = charsetMatch[1].toLowerCase()\n\t\t\t\t}\n\t\t\t}\n\t\t\tif (!self._charset)\n\t\t\t\tself._charset = 'utf-8' // best guess\n\t\t}\n\t}\n}\n\ninherits(IncomingMessage, stream.Readable)\n\nIncomingMessage.prototype._read = function () {\n\tvar self = this\n\n\tvar resolve = self._resumeFetch\n\tif (resolve) {\n\t\tself._resumeFetch = null\n\t\tresolve()\n\t}\n}\n\nIncomingMessage.prototype._onXHRProgress = function (resetTimers) {\n\tvar self = this\n\n\tvar xhr = self._xhr\n\n\tvar response = null\n\tswitch (self._mode) {\n\t\tcase 'text':\n\t\t\tresponse = xhr.responseText\n\t\t\tif (response.length > self._pos) {\n\t\t\t\tvar newData = response.substr(self._pos)\n\t\t\t\tif (self._charset === 'x-user-defined') {\n\t\t\t\t\tvar buffer = Buffer.alloc(newData.length)\n\t\t\t\t\tfor (var i = 0; i < newData.length; i++)\n\t\t\t\t\t\tbuffer[i] = newData.charCodeAt(i) & 0xff\n\n\t\t\t\t\tself.push(buffer)\n\t\t\t\t} else {\n\t\t\t\t\tself.push(newData, self._charset)\n\t\t\t\t}\n\t\t\t\tself._pos = response.length\n\t\t\t}\n\t\t\tbreak\n\t\tcase 'arraybuffer':\n\t\t\tif (xhr.readyState !== rStates.DONE || !xhr.response)\n\t\t\t\tbreak\n\t\t\tresponse = xhr.response\n\t\t\tself.push(Buffer.from(new Uint8Array(response)))\n\t\t\tbreak\n\t\tcase 'moz-chunked-arraybuffer': // take whole\n\t\t\tresponse = xhr.response\n\t\t\tif (xhr.readyState !== rStates.LOADING || !response)\n\t\t\t\tbreak\n\t\t\tself.push(Buffer.from(new Uint8Array(response)))\n\t\t\tbreak\n\t\tcase 'ms-stream':\n\t\t\tresponse = xhr.response\n\t\t\tif (xhr.readyState !== rStates.LOADING)\n\t\t\t\tbreak\n\t\t\tvar reader = new global.MSStreamReader()\n\t\t\treader.onprogress = function () {\n\t\t\t\tif (reader.result.byteLength > self._pos) {\n\t\t\t\t\tself.push(Buffer.from(new Uint8Array(reader.result.slice(self._pos))))\n\t\t\t\t\tself._pos = reader.result.byteLength\n\t\t\t\t}\n\t\t\t}\n\t\t\treader.onload = function () {\n\t\t\t\tresetTimers(true)\n\t\t\t\tself.push(null)\n\t\t\t}\n\t\t\t// reader.onerror = ??? // TODO: this\n\t\t\treader.readAsArrayBuffer(response)\n\t\t\tbreak\n\t}\n\n\t// The ms-stream case handles end separately in reader.onload()\n\tif (self._xhr.readyState === rStates.DONE && self._mode !== 'ms-stream') {\n\t\tresetTimers(true)\n\t\tself.push(null)\n\t}\n}\n","module.exports = extend\n\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\n\nfunction extend() {\n var target = {}\n\n for (var i = 0; i < arguments.length; i++) {\n var source = arguments[i]\n\n for (var key in source) {\n if (hasOwnProperty.call(source, key)) {\n target[key] = source[key]\n }\n }\n }\n\n return target\n}\n","import { getCurrentUser as A, onRequestTokenUpdate as ue, getRequestToken as de } from \"@nextcloud/auth\";\nimport { getLoggerBuilder as q } from \"@nextcloud/logger\";\nimport { getCanonicalLocale as ae } from \"@nextcloud/l10n\";\nimport { join as le, basename as fe, extname as ce, dirname as I } from \"path\";\nimport { encodePath as he } from \"@nextcloud/paths\";\nimport { generateRemoteUrl as pe } from \"@nextcloud/router\";\nimport { createClient as ge, getPatcher as we } from \"webdav\";\n/**\n * @copyright 2019 Christoph Wurst \n *\n * @author Christoph Wurst \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nconst me = (e) => e === null ? q().setApp(\"files\").build() : q().setApp(\"files\").setUid(e.uid).build(), m = me(A());\n/**\n * @copyright Copyright (c) 2021 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nclass Ne {\n _entries = [];\n registerEntry(t) {\n this.validateEntry(t), this._entries.push(t);\n }\n unregisterEntry(t) {\n const r = typeof t == \"string\" ? this.getEntryIndex(t) : this.getEntryIndex(t.id);\n if (r === -1) {\n m.warn(\"Entry not found, nothing removed\", { entry: t, entries: this.getEntries() });\n return;\n }\n this._entries.splice(r, 1);\n }\n /**\n * Get the list of registered entries\n *\n * @param {Folder} context the creation context. Usually the current folder\n */\n getEntries(t) {\n return t ? this._entries.filter((r) => typeof r.enabled == \"function\" ? r.enabled(t) : !0) : this._entries;\n }\n getEntryIndex(t) {\n return this._entries.findIndex((r) => r.id === t);\n }\n validateEntry(t) {\n if (!t.id || !t.displayName || !(t.iconSvgInline || t.iconClass) || !t.handler)\n throw new Error(\"Invalid entry\");\n if (typeof t.id != \"string\" || typeof t.displayName != \"string\")\n throw new Error(\"Invalid id or displayName property\");\n if (t.iconClass && typeof t.iconClass != \"string\" || t.iconSvgInline && typeof t.iconSvgInline != \"string\")\n throw new Error(\"Invalid icon provided\");\n if (t.enabled !== void 0 && typeof t.enabled != \"function\")\n throw new Error(\"Invalid enabled property\");\n if (typeof t.handler != \"function\")\n throw new Error(\"Invalid handler property\");\n if (\"order\" in t && typeof t.order != \"number\")\n throw new Error(\"Invalid order property\");\n if (this.getEntryIndex(t.id) !== -1)\n throw new Error(\"Duplicate entry\");\n }\n}\nconst F = function() {\n return typeof window._nc_newfilemenu > \"u\" && (window._nc_newfilemenu = new Ne(), m.debug(\"NewFileMenu initialized\")), window._nc_newfilemenu;\n};\n/**\n * @copyright 2019 Christoph Wurst \n *\n * @author Christoph Wurst \n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nconst C = [\"B\", \"KB\", \"MB\", \"GB\", \"TB\", \"PB\"], P = [\"B\", \"KiB\", \"MiB\", \"GiB\", \"TiB\", \"PiB\"];\nfunction Yt(e, t = !1, r = !1, s = !1) {\n r = r && !s, typeof e == \"string\" && (e = Number(e));\n let n = e > 0 ? Math.floor(Math.log(e) / Math.log(s ? 1e3 : 1024)) : 0;\n n = Math.min((r ? P.length : C.length) - 1, n);\n const i = r ? P[n] : C[n];\n let d = (e / Math.pow(s ? 1e3 : 1024, n)).toFixed(1);\n return t === !0 && n === 0 ? (d !== \"0.0\" ? \"< 1 \" : \"0 \") + (r ? P[1] : C[1]) : (n < 2 ? d = parseFloat(d).toFixed(0) : d = parseFloat(d).toLocaleString(ae()), d + \" \" + i);\n}\nfunction Jt(e, t = !1) {\n try {\n e = `${e}`.toLocaleLowerCase().replaceAll(/\\s+/g, \"\").replaceAll(\",\", \".\");\n } catch {\n return null;\n }\n const r = e.match(/^([0-9]*(\\.[0-9]*)?)([kmgtp]?)(i?)b?$/);\n if (r === null || r[1] === \".\" || r[1] === \"\")\n return null;\n const s = {\n \"\": 0,\n k: 1,\n m: 2,\n g: 3,\n t: 4,\n p: 5,\n e: 6\n }, n = `${r[1]}`, i = r[4] === \"i\" || t ? 1024 : 1e3;\n return Math.round(Number.parseFloat(n) * i ** s[r[3]]);\n}\n/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nvar Z = /* @__PURE__ */ ((e) => (e.DEFAULT = \"default\", e.HIDDEN = \"hidden\", e))(Z || {});\nclass Qt {\n _action;\n constructor(t) {\n this.validateAction(t), this._action = t;\n }\n get id() {\n return this._action.id;\n }\n get displayName() {\n return this._action.displayName;\n }\n get title() {\n return this._action.title;\n }\n get iconSvgInline() {\n return this._action.iconSvgInline;\n }\n get enabled() {\n return this._action.enabled;\n }\n get exec() {\n return this._action.exec;\n }\n get execBatch() {\n return this._action.execBatch;\n }\n get order() {\n return this._action.order;\n }\n get parent() {\n return this._action.parent;\n }\n get default() {\n return this._action.default;\n }\n get inline() {\n return this._action.inline;\n }\n get renderInline() {\n return this._action.renderInline;\n }\n validateAction(t) {\n if (!t.id || typeof t.id != \"string\")\n throw new Error(\"Invalid id\");\n if (!t.displayName || typeof t.displayName != \"function\")\n throw new Error(\"Invalid displayName function\");\n if (\"title\" in t && typeof t.title != \"function\")\n throw new Error(\"Invalid title function\");\n if (!t.iconSvgInline || typeof t.iconSvgInline != \"function\")\n throw new Error(\"Invalid iconSvgInline function\");\n if (!t.exec || typeof t.exec != \"function\")\n throw new Error(\"Invalid exec function\");\n if (\"enabled\" in t && typeof t.enabled != \"function\")\n throw new Error(\"Invalid enabled function\");\n if (\"execBatch\" in t && typeof t.execBatch != \"function\")\n throw new Error(\"Invalid execBatch function\");\n if (\"order\" in t && typeof t.order != \"number\")\n throw new Error(\"Invalid order\");\n if (\"parent\" in t && typeof t.parent != \"string\")\n throw new Error(\"Invalid parent\");\n if (t.default && !Object.values(Z).includes(t.default))\n throw new Error(\"Invalid default\");\n if (\"inline\" in t && typeof t.inline != \"function\")\n throw new Error(\"Invalid inline function\");\n if (\"renderInline\" in t && typeof t.renderInline != \"function\")\n throw new Error(\"Invalid renderInline function\");\n }\n}\nconst Dt = function(e) {\n if (typeof window._nc_fileactions > \"u\" && (window._nc_fileactions = [], m.debug(\"FileActions initialized\")), window._nc_fileactions.find((t) => t.id === e.id)) {\n m.error(`FileAction ${e.id} already registered`, { action: e });\n return;\n }\n window._nc_fileactions.push(e);\n}, er = function() {\n return typeof window._nc_fileactions > \"u\" && (window._nc_fileactions = [], m.debug(\"FileActions initialized\")), window._nc_fileactions;\n};\n/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nclass tr {\n _header;\n constructor(t) {\n this.validateHeader(t), this._header = t;\n }\n get id() {\n return this._header.id;\n }\n get order() {\n return this._header.order;\n }\n get enabled() {\n return this._header.enabled;\n }\n get render() {\n return this._header.render;\n }\n get updated() {\n return this._header.updated;\n }\n validateHeader(t) {\n if (!t.id || !t.render || !t.updated)\n throw new Error(\"Invalid header: id, render and updated are required\");\n if (typeof t.id != \"string\")\n throw new Error(\"Invalid id property\");\n if (t.enabled !== void 0 && typeof t.enabled != \"function\")\n throw new Error(\"Invalid enabled property\");\n if (t.render && typeof t.render != \"function\")\n throw new Error(\"Invalid render property\");\n if (t.updated && typeof t.updated != \"function\")\n throw new Error(\"Invalid updated property\");\n }\n}\nconst rr = function(e) {\n if (typeof window._nc_filelistheader > \"u\" && (window._nc_filelistheader = [], m.debug(\"FileListHeaders initialized\")), window._nc_filelistheader.find((t) => t.id === e.id)) {\n m.error(`Header ${e.id} already registered`, { header: e });\n return;\n }\n window._nc_filelistheader.push(e);\n}, nr = function() {\n return typeof window._nc_filelistheader > \"u\" && (window._nc_filelistheader = [], m.debug(\"FileListHeaders initialized\")), window._nc_filelistheader;\n};\n/**\n * @copyright Copyright (c) 2022 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nvar N = /* @__PURE__ */ ((e) => (e[e.NONE = 0] = \"NONE\", e[e.CREATE = 4] = \"CREATE\", e[e.READ = 1] = \"READ\", e[e.UPDATE = 2] = \"UPDATE\", e[e.DELETE = 8] = \"DELETE\", e[e.SHARE = 16] = \"SHARE\", e[e.ALL = 31] = \"ALL\", e))(N || {});\n/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n * @author Ferdinand Thiessen \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nconst j = [\n \"d:getcontentlength\",\n \"d:getcontenttype\",\n \"d:getetag\",\n \"d:getlastmodified\",\n \"d:quota-available-bytes\",\n \"d:resourcetype\",\n \"nc:has-preview\",\n \"nc:is-encrypted\",\n \"nc:mount-type\",\n \"nc:share-attributes\",\n \"oc:comments-unread\",\n \"oc:favorite\",\n \"oc:fileid\",\n \"oc:owner-display-name\",\n \"oc:owner-id\",\n \"oc:permissions\",\n \"oc:share-types\",\n \"oc:size\",\n \"ocs:share-permissions\"\n], Y = {\n d: \"DAV:\",\n nc: \"http://nextcloud.org/ns\",\n oc: \"http://owncloud.org/ns\",\n ocs: \"http://open-collaboration-services.org/ns\"\n}, ir = function(e, t = { nc: \"http://nextcloud.org/ns\" }) {\n typeof window._nc_dav_properties > \"u\" && (window._nc_dav_properties = [...j], window._nc_dav_namespaces = { ...Y });\n const r = { ...window._nc_dav_namespaces, ...t };\n if (window._nc_dav_properties.find((n) => n === e))\n return m.error(`${e} already registered`, { prop: e }), !1;\n if (e.startsWith(\"<\") || e.split(\":\").length !== 2)\n return m.error(`${e} is not valid. See example: 'oc:fileid'`, { prop: e }), !1;\n const s = e.split(\":\")[0];\n return r[s] ? (window._nc_dav_properties.push(e), window._nc_dav_namespaces = r, !0) : (m.error(`${e} namespace unknown`, { prop: e, namespaces: r }), !1);\n}, V = function() {\n return typeof window._nc_dav_properties > \"u\" && (window._nc_dav_properties = [...j]), window._nc_dav_properties.map((e) => `<${e} />`).join(\" \");\n}, L = function() {\n return typeof window._nc_dav_namespaces > \"u\" && (window._nc_dav_namespaces = { ...Y }), Object.keys(window._nc_dav_namespaces).map((e) => `xmlns:${e}=\"${window._nc_dav_namespaces?.[e]}\"`).join(\" \");\n}, sr = function() {\n return `\n\t\t\n\t\t\t\n\t\t\t\t${V()}\n\t\t\t\n\t\t`;\n}, Ee = function() {\n return `\n\t\t\n\t\t\t\n\t\t\t\t${V()}\n\t\t\t\n\t\t\t\n\t\t\t\t1\n\t\t\t\n\t\t`;\n}, or = function(e) {\n return `\n\n\t\n\t\t\n\t\t\t\n\t\t\t\t${V()}\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t/files/${A()?.uid}/\n\t\t\t\tinfinity\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\thttpd/unix-directory\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t0\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t${e}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t100\n\t\t\t0\n\t\t\n\t\n`;\n};\n/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n * @author Ferdinand Thiessen \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nconst be = function(e = \"\") {\n let t = N.NONE;\n return e && ((e.includes(\"C\") || e.includes(\"K\")) && (t |= N.CREATE), e.includes(\"G\") && (t |= N.READ), (e.includes(\"W\") || e.includes(\"N\") || e.includes(\"V\")) && (t |= N.UPDATE), e.includes(\"D\") && (t |= N.DELETE), e.includes(\"R\") && (t |= N.SHARE)), t;\n};\n/**\n * @copyright Copyright (c) 2022 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nvar R = /* @__PURE__ */ ((e) => (e.Folder = \"folder\", e.File = \"file\", e))(R || {});\n/**\n * @copyright Copyright (c) 2022 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nconst J = function(e, t) {\n return e.match(t) !== null;\n}, X = (e, t) => {\n if (e.id && typeof e.id != \"number\")\n throw new Error(\"Invalid id type of value\");\n if (!e.source)\n throw new Error(\"Missing mandatory source\");\n try {\n new URL(e.source);\n } catch {\n throw new Error(\"Invalid source format, source must be a valid URL\");\n }\n if (!e.source.startsWith(\"http\"))\n throw new Error(\"Invalid source format, only http(s) is supported\");\n if (e.mtime && !(e.mtime instanceof Date))\n throw new Error(\"Invalid mtime type\");\n if (e.crtime && !(e.crtime instanceof Date))\n throw new Error(\"Invalid crtime type\");\n if (!e.mime || typeof e.mime != \"string\" || !e.mime.match(/^[-\\w.]+\\/[-+\\w.]+$/gi))\n throw new Error(\"Missing or invalid mandatory mime\");\n if (\"size\" in e && typeof e.size != \"number\" && e.size !== void 0)\n throw new Error(\"Invalid size type\");\n if (\"permissions\" in e && e.permissions !== void 0 && !(typeof e.permissions == \"number\" && e.permissions >= N.NONE && e.permissions <= N.ALL))\n throw new Error(\"Invalid permissions\");\n if (e.owner && e.owner !== null && typeof e.owner != \"string\")\n throw new Error(\"Invalid owner type\");\n if (e.attributes && typeof e.attributes != \"object\")\n throw new Error(\"Invalid attributes type\");\n if (e.root && typeof e.root != \"string\")\n throw new Error(\"Invalid root type\");\n if (e.root && !e.root.startsWith(\"/\"))\n throw new Error(\"Root must start with a leading slash\");\n if (e.root && !e.source.includes(e.root))\n throw new Error(\"Root must be part of the source\");\n if (e.root && J(e.source, t)) {\n const r = e.source.match(t)[0];\n if (!e.source.includes(le(r, e.root)))\n throw new Error(\"The root must be relative to the service. e.g /files/emma\");\n }\n if (e.status && !Object.values(Q).includes(e.status))\n throw new Error(\"Status must be a valid NodeStatus\");\n};\n/**\n * @copyright Copyright (c) 2022 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nvar Q = /* @__PURE__ */ ((e) => (e.NEW = \"new\", e.FAILED = \"failed\", e.LOADING = \"loading\", e.LOCKED = \"locked\", e))(Q || {});\nclass D {\n _data;\n _attributes;\n _knownDavService = /(remote|public)\\.php\\/(web)?dav/i;\n constructor(t, r) {\n X(t, r || this._knownDavService), this._data = t;\n const s = {\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n set: (n, i, d) => (this.updateMtime(), Reflect.set(n, i, d)),\n deleteProperty: (n, i) => (this.updateMtime(), Reflect.deleteProperty(n, i))\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n };\n this._attributes = new Proxy(t.attributes || {}, s), delete this._data.attributes, r && (this._knownDavService = r);\n }\n /**\n * Get the source url to this object\n */\n get source() {\n return this._data.source.replace(/\\/$/i, \"\");\n }\n /**\n * Get the encoded source url to this object for requests purposes\n */\n get encodedSource() {\n const { origin: t } = new URL(this.source);\n return t + he(this.source.slice(t.length));\n }\n /**\n * Get this object name\n */\n get basename() {\n return fe(this.source);\n }\n /**\n * Get this object's extension\n */\n get extension() {\n return ce(this.source);\n }\n /**\n * Get the directory path leading to this object\n * Will use the relative path to root if available\n */\n get dirname() {\n if (this.root) {\n const r = this.source.indexOf(this.root);\n return I(this.source.slice(r + this.root.length) || \"/\");\n }\n const t = new URL(this.source);\n return I(t.pathname);\n }\n /**\n * Get the file mime\n */\n get mime() {\n return this._data.mime;\n }\n /**\n * Get the file modification time\n */\n get mtime() {\n return this._data.mtime;\n }\n /**\n * Get the file creation time\n */\n get crtime() {\n return this._data.crtime;\n }\n /**\n * Get the file size\n */\n get size() {\n return this._data.size;\n }\n /**\n * Get the file attribute\n */\n get attributes() {\n return this._attributes;\n }\n /**\n * Get the file permissions\n */\n get permissions() {\n return this.owner === null && !this.isDavRessource ? N.READ : this._data.permissions !== void 0 ? this._data.permissions : N.NONE;\n }\n /**\n * Get the file owner\n */\n get owner() {\n return this.isDavRessource ? this._data.owner : null;\n }\n /**\n * Is this a dav-related ressource ?\n */\n get isDavRessource() {\n return J(this.source, this._knownDavService);\n }\n /**\n * Get the dav root of this object\n */\n get root() {\n return this._data.root ? this._data.root.replace(/^(.+)\\/$/, \"$1\") : this.isDavRessource && I(this.source).split(this._knownDavService).pop() || null;\n }\n /**\n * Get the absolute path of this object relative to the root\n */\n get path() {\n if (this.root) {\n const t = this.source.indexOf(this.root);\n return this.source.slice(t + this.root.length) || \"/\";\n }\n return (this.dirname + \"/\" + this.basename).replace(/\\/\\//g, \"/\");\n }\n /**\n * Get the node id if defined.\n * Will look for the fileid in attributes if undefined.\n */\n get fileid() {\n return this._data?.id || this.attributes?.fileid;\n }\n /**\n * Get the node status.\n */\n get status() {\n return this._data?.status;\n }\n /**\n * Set the node status.\n */\n set status(t) {\n this._data.status = t;\n }\n /**\n * Move the node to a new destination\n *\n * @param {string} destination the new source.\n * e.g. https://cloud.domain.com/remote.php/dav/files/emma/Photos/picture.jpg\n */\n move(t) {\n X({ ...this._data, source: t }, this._knownDavService), this._data.source = t, this.updateMtime();\n }\n /**\n * Rename the node\n * This aliases the move method for easier usage\n *\n * @param basename The new name of the node\n */\n rename(t) {\n if (t.includes(\"/\"))\n throw new Error(\"Invalid basename\");\n this.move(I(this.source) + \"/\" + t);\n }\n /**\n * Update the mtime if exists.\n */\n updateMtime() {\n this._data.mtime && (this._data.mtime = /* @__PURE__ */ new Date());\n }\n}\n/**\n * @copyright Copyright (c) 2022 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nclass ye extends D {\n get type() {\n return R.File;\n }\n}\n/**\n * @copyright Copyright (c) 2022 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nclass _e extends D {\n constructor(t) {\n super({\n ...t,\n mime: \"httpd/unix-directory\"\n });\n }\n get type() {\n return R.Folder;\n }\n get extension() {\n return null;\n }\n get mime() {\n return \"httpd/unix-directory\";\n }\n}\n/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n * @author Ferdinand Thiessen \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nconst ee = `/files/${A()?.uid}`, te = pe(\"dav\"), ur = function(e = te) {\n const t = ge(e);\n function r(n) {\n t.setHeaders({\n // Add this so the server knows it is an request from the browser\n \"X-Requested-With\": \"XMLHttpRequest\",\n // Inject user auth\n requesttoken: n ?? \"\"\n });\n }\n return ue(r), r(de()), we().patch(\"fetch\", (n, i) => {\n const d = i.headers;\n return d?.method && (i.method = d.method, delete d.method), fetch(n, i);\n }), t;\n}, dr = async (e, t = \"/\", r = ee) => (await e.getDirectoryContents(`${r}${t}`, {\n details: !0,\n data: Ee(),\n headers: {\n // see davGetClient for patched webdav client\n method: \"REPORT\"\n },\n includeSelf: !0\n})).data.filter((n) => n.filename !== t).map((n) => ve(n, r)), ve = function(e, t = ee, r = te) {\n const s = e.props, n = be(s?.permissions), i = A()?.uid, d = {\n id: s?.fileid || 0,\n source: `${r}${e.filename}`,\n mtime: new Date(Date.parse(e.lastmod)),\n mime: e.mime,\n size: s?.size || Number.parseInt(s.getcontentlength || \"0\"),\n permissions: n,\n owner: i,\n root: t,\n attributes: {\n ...e,\n ...s,\n hasPreview: s?.[\"has-preview\"]\n }\n };\n return delete d.attributes?.props, e.type === \"file\" ? new ye(d) : new _e(d);\n};\n/**\n * @copyright Copyright (c) 2022 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nclass Te {\n _views = [];\n _currentView = null;\n register(t) {\n if (this._views.find((r) => r.id === t.id))\n throw new Error(`View id ${t.id} is already registered`);\n this._views.push(t);\n }\n remove(t) {\n const r = this._views.findIndex((s) => s.id === t);\n r !== -1 && this._views.splice(r, 1);\n }\n get views() {\n return this._views;\n }\n setActive(t) {\n this._currentView = t;\n }\n get active() {\n return this._currentView;\n }\n}\nconst ar = function() {\n return typeof window._nc_navigation > \"u\" && (window._nc_navigation = new Te(), m.debug(\"Navigation service initialized\")), window._nc_navigation;\n};\n/**\n * @copyright Copyright (c) 2022 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nclass Ie {\n _column;\n constructor(t) {\n Ae(t), this._column = t;\n }\n get id() {\n return this._column.id;\n }\n get title() {\n return this._column.title;\n }\n get render() {\n return this._column.render;\n }\n get sort() {\n return this._column.sort;\n }\n get summary() {\n return this._column.summary;\n }\n}\nconst Ae = function(e) {\n if (!e.id || typeof e.id != \"string\")\n throw new Error(\"A column id is required\");\n if (!e.title || typeof e.title != \"string\")\n throw new Error(\"A column title is required\");\n if (!e.render || typeof e.render != \"function\")\n throw new Error(\"A render function is required\");\n if (e.sort && typeof e.sort != \"function\")\n throw new Error(\"Column sortFunction must be a function\");\n if (e.summary && typeof e.summary != \"function\")\n throw new Error(\"Column summary must be a function\");\n return !0;\n};\nvar S = {}, O = {};\n(function(e) {\n const t = \":A-Za-z_\\\\u00C0-\\\\u00D6\\\\u00D8-\\\\u00F6\\\\u00F8-\\\\u02FF\\\\u0370-\\\\u037D\\\\u037F-\\\\u1FFF\\\\u200C-\\\\u200D\\\\u2070-\\\\u218F\\\\u2C00-\\\\u2FEF\\\\u3001-\\\\uD7FF\\\\uF900-\\\\uFDCF\\\\uFDF0-\\\\uFFFD\", r = t + \"\\\\-.\\\\d\\\\u00B7\\\\u0300-\\\\u036F\\\\u203F-\\\\u2040\", s = \"[\" + t + \"][\" + r + \"]*\", n = new RegExp(\"^\" + s + \"$\"), i = function(u, o) {\n const a = [];\n let l = o.exec(u);\n for (; l; ) {\n const f = [];\n f.startIndex = o.lastIndex - l[0].length;\n const c = l.length;\n for (let g = 0; g < c; g++)\n f.push(l[g]);\n a.push(f), l = o.exec(u);\n }\n return a;\n }, d = function(u) {\n const o = n.exec(u);\n return !(o === null || typeof o > \"u\");\n };\n e.isExist = function(u) {\n return typeof u < \"u\";\n }, e.isEmptyObject = function(u) {\n return Object.keys(u).length === 0;\n }, e.merge = function(u, o, a) {\n if (o) {\n const l = Object.keys(o), f = l.length;\n for (let c = 0; c < f; c++)\n a === \"strict\" ? u[l[c]] = [o[l[c]]] : u[l[c]] = o[l[c]];\n }\n }, e.getValue = function(u) {\n return e.isExist(u) ? u : \"\";\n }, e.isName = d, e.getAllMatches = i, e.nameRegexp = s;\n})(O);\nconst M = O, Oe = {\n allowBooleanAttributes: !1,\n //A tag can have attributes without any value\n unpairedTags: []\n};\nS.validate = function(e, t) {\n t = Object.assign({}, Oe, t);\n const r = [];\n let s = !1, n = !1;\n e[0] === \"\\uFEFF\" && (e = e.substr(1));\n for (let i = 0; i < e.length; i++)\n if (e[i] === \"<\" && e[i + 1] === \"?\") {\n if (i += 2, i = G(e, i), i.err)\n return i;\n } else if (e[i] === \"<\") {\n let d = i;\n if (i++, e[i] === \"!\") {\n i = z(e, i);\n continue;\n } else {\n let u = !1;\n e[i] === \"/\" && (u = !0, i++);\n let o = \"\";\n for (; i < e.length && e[i] !== \">\" && e[i] !== \" \" && e[i] !== \"\t\" && e[i] !== `\n` && e[i] !== \"\\r\"; i++)\n o += e[i];\n if (o = o.trim(), o[o.length - 1] === \"/\" && (o = o.substring(0, o.length - 1), i--), !Re(o)) {\n let f;\n return o.trim().length === 0 ? f = \"Invalid space after '<'.\" : f = \"Tag '\" + o + \"' is an invalid name.\", p(\"InvalidTag\", f, w(e, i));\n }\n const a = xe(e, i);\n if (a === !1)\n return p(\"InvalidAttr\", \"Attributes for '\" + o + \"' have open quote.\", w(e, i));\n let l = a.value;\n if (i = a.index, l[l.length - 1] === \"/\") {\n const f = i - l.length;\n l = l.substring(0, l.length - 1);\n const c = H(l, t);\n if (c === !0)\n s = !0;\n else\n return p(c.err.code, c.err.msg, w(e, f + c.err.line));\n } else if (u)\n if (a.tagClosed) {\n if (l.trim().length > 0)\n return p(\"InvalidTag\", \"Closing tag '\" + o + \"' can't have attributes or invalid starting.\", w(e, d));\n {\n const f = r.pop();\n if (o !== f.tagName) {\n let c = w(e, f.tagStartPos);\n return p(\n \"InvalidTag\",\n \"Expected closing tag '\" + f.tagName + \"' (opened in line \" + c.line + \", col \" + c.col + \") instead of closing tag '\" + o + \"'.\",\n w(e, d)\n );\n }\n r.length == 0 && (n = !0);\n }\n } else\n return p(\"InvalidTag\", \"Closing tag '\" + o + \"' doesn't have proper closing.\", w(e, i));\n else {\n const f = H(l, t);\n if (f !== !0)\n return p(f.err.code, f.err.msg, w(e, i - l.length + f.err.line));\n if (n === !0)\n return p(\"InvalidXml\", \"Multiple possible root nodes found.\", w(e, i));\n t.unpairedTags.indexOf(o) !== -1 || r.push({ tagName: o, tagStartPos: d }), s = !0;\n }\n for (i++; i < e.length; i++)\n if (e[i] === \"<\")\n if (e[i + 1] === \"!\") {\n i++, i = z(e, i);\n continue;\n } else if (e[i + 1] === \"?\") {\n if (i = G(e, ++i), i.err)\n return i;\n } else\n break;\n else if (e[i] === \"&\") {\n const f = Ve(e, i);\n if (f == -1)\n return p(\"InvalidChar\", \"char '&' is not expected.\", w(e, i));\n i = f;\n } else if (n === !0 && !U(e[i]))\n return p(\"InvalidXml\", \"Extra text at the end\", w(e, i));\n e[i] === \"<\" && i--;\n }\n } else {\n if (U(e[i]))\n continue;\n return p(\"InvalidChar\", \"char '\" + e[i] + \"' is not expected.\", w(e, i));\n }\n if (s) {\n if (r.length == 1)\n return p(\"InvalidTag\", \"Unclosed tag '\" + r[0].tagName + \"'.\", w(e, r[0].tagStartPos));\n if (r.length > 0)\n return p(\"InvalidXml\", \"Invalid '\" + JSON.stringify(r.map((i) => i.tagName), null, 4).replace(/\\r?\\n/g, \"\") + \"' found.\", { line: 1, col: 1 });\n } else\n return p(\"InvalidXml\", \"Start tag expected.\", 1);\n return !0;\n};\nfunction U(e) {\n return e === \" \" || e === \"\t\" || e === `\n` || e === \"\\r\";\n}\nfunction G(e, t) {\n const r = t;\n for (; t < e.length; t++)\n if (e[t] == \"?\" || e[t] == \" \") {\n const s = e.substr(r, t - r);\n if (t > 5 && s === \"xml\")\n return p(\"InvalidXml\", \"XML declaration allowed only at the start of the document.\", w(e, t));\n if (e[t] == \"?\" && e[t + 1] == \">\") {\n t++;\n break;\n } else\n continue;\n }\n return t;\n}\nfunction z(e, t) {\n if (e.length > t + 5 && e[t + 1] === \"-\" && e[t + 2] === \"-\") {\n for (t += 3; t < e.length; t++)\n if (e[t] === \"-\" && e[t + 1] === \"-\" && e[t + 2] === \">\") {\n t += 2;\n break;\n }\n } else if (e.length > t + 8 && e[t + 1] === \"D\" && e[t + 2] === \"O\" && e[t + 3] === \"C\" && e[t + 4] === \"T\" && e[t + 5] === \"Y\" && e[t + 6] === \"P\" && e[t + 7] === \"E\") {\n let r = 1;\n for (t += 8; t < e.length; t++)\n if (e[t] === \"<\")\n r++;\n else if (e[t] === \">\" && (r--, r === 0))\n break;\n } else if (e.length > t + 9 && e[t + 1] === \"[\" && e[t + 2] === \"C\" && e[t + 3] === \"D\" && e[t + 4] === \"A\" && e[t + 5] === \"T\" && e[t + 6] === \"A\" && e[t + 7] === \"[\") {\n for (t += 8; t < e.length; t++)\n if (e[t] === \"]\" && e[t + 1] === \"]\" && e[t + 2] === \">\") {\n t += 2;\n break;\n }\n }\n return t;\n}\nconst Ce = '\"', Pe = \"'\";\nfunction xe(e, t) {\n let r = \"\", s = \"\", n = !1;\n for (; t < e.length; t++) {\n if (e[t] === Ce || e[t] === Pe)\n s === \"\" ? s = e[t] : s !== e[t] || (s = \"\");\n else if (e[t] === \">\" && s === \"\") {\n n = !0;\n break;\n }\n r += e[t];\n }\n return s !== \"\" ? !1 : {\n value: r,\n index: t,\n tagClosed: n\n };\n}\nconst $e = new RegExp(`(\\\\s*)([^\\\\s=]+)(\\\\s*=)?(\\\\s*(['\"])(([\\\\s\\\\S])*?)\\\\5)?`, \"g\");\nfunction H(e, t) {\n const r = M.getAllMatches(e, $e), s = {};\n for (let n = 0; n < r.length; n++) {\n if (r[n][1].length === 0)\n return p(\"InvalidAttr\", \"Attribute '\" + r[n][2] + \"' has no space in starting.\", v(r[n]));\n if (r[n][3] !== void 0 && r[n][4] === void 0)\n return p(\"InvalidAttr\", \"Attribute '\" + r[n][2] + \"' is without value.\", v(r[n]));\n if (r[n][3] === void 0 && !t.allowBooleanAttributes)\n return p(\"InvalidAttr\", \"boolean attribute '\" + r[n][2] + \"' is not allowed.\", v(r[n]));\n const i = r[n][2];\n if (!Le(i))\n return p(\"InvalidAttr\", \"Attribute '\" + i + \"' is an invalid name.\", v(r[n]));\n if (!s.hasOwnProperty(i))\n s[i] = 1;\n else\n return p(\"InvalidAttr\", \"Attribute '\" + i + \"' is repeated.\", v(r[n]));\n }\n return !0;\n}\nfunction Fe(e, t) {\n let r = /\\d/;\n for (e[t] === \"x\" && (t++, r = /[\\da-fA-F]/); t < e.length; t++) {\n if (e[t] === \";\")\n return t;\n if (!e[t].match(r))\n break;\n }\n return -1;\n}\nfunction Ve(e, t) {\n if (t++, e[t] === \";\")\n return -1;\n if (e[t] === \"#\")\n return t++, Fe(e, t);\n let r = 0;\n for (; t < e.length; t++, r++)\n if (!(e[t].match(/\\w/) && r < 20)) {\n if (e[t] === \";\")\n break;\n return -1;\n }\n return t;\n}\nfunction p(e, t, r) {\n return {\n err: {\n code: e,\n msg: t,\n line: r.line || r,\n col: r.col\n }\n };\n}\nfunction Le(e) {\n return M.isName(e);\n}\nfunction Re(e) {\n return M.isName(e);\n}\nfunction w(e, t) {\n const r = e.substring(0, t).split(/\\r?\\n/);\n return {\n line: r.length,\n // column number is last line's length + 1, because column numbering starts at 1:\n col: r[r.length - 1].length + 1\n };\n}\nfunction v(e) {\n return e.startIndex + e[1].length;\n}\nvar B = {};\nconst re = {\n preserveOrder: !1,\n attributeNamePrefix: \"@_\",\n attributesGroupName: !1,\n textNodeName: \"#text\",\n ignoreAttributes: !0,\n removeNSPrefix: !1,\n // remove NS from tag name or attribute name if true\n allowBooleanAttributes: !1,\n //a tag can have attributes without any value\n //ignoreRootElement : false,\n parseTagValue: !0,\n parseAttributeValue: !1,\n trimValues: !0,\n //Trim string values of tag and attributes\n cdataPropName: !1,\n numberParseOptions: {\n hex: !0,\n leadingZeros: !0,\n eNotation: !0\n },\n tagValueProcessor: function(e, t) {\n return t;\n },\n attributeValueProcessor: function(e, t) {\n return t;\n },\n stopNodes: [],\n //nested tags will not be parsed even for errors\n alwaysCreateTextNode: !1,\n isArray: () => !1,\n commentPropName: !1,\n unpairedTags: [],\n processEntities: !0,\n htmlEntities: !1,\n ignoreDeclaration: !1,\n ignorePiTags: !1,\n transformTagName: !1,\n transformAttributeName: !1,\n updateTag: function(e, t, r) {\n return e;\n }\n // skipEmptyListItem: false\n}, Se = function(e) {\n return Object.assign({}, re, e);\n};\nB.buildOptions = Se;\nB.defaultOptions = re;\nclass Me {\n constructor(t) {\n this.tagname = t, this.child = [], this[\":@\"] = {};\n }\n add(t, r) {\n t === \"__proto__\" && (t = \"#__proto__\"), this.child.push({ [t]: r });\n }\n addChild(t) {\n t.tagname === \"__proto__\" && (t.tagname = \"#__proto__\"), t[\":@\"] && Object.keys(t[\":@\"]).length > 0 ? this.child.push({ [t.tagname]: t.child, \":@\": t[\":@\"] }) : this.child.push({ [t.tagname]: t.child });\n }\n}\nvar Be = Me;\nconst ke = O;\nfunction qe(e, t) {\n const r = {};\n if (e[t + 3] === \"O\" && e[t + 4] === \"C\" && e[t + 5] === \"T\" && e[t + 6] === \"Y\" && e[t + 7] === \"P\" && e[t + 8] === \"E\") {\n t = t + 9;\n let s = 1, n = !1, i = !1, d = \"\";\n for (; t < e.length; t++)\n if (e[t] === \"<\" && !i) {\n if (n && Ge(e, t))\n t += 7, [entityName, val, t] = Xe(e, t + 1), val.indexOf(\"&\") === -1 && (r[We(entityName)] = {\n regx: RegExp(`&${entityName};`, \"g\"),\n val\n });\n else if (n && ze(e, t))\n t += 8;\n else if (n && He(e, t))\n t += 8;\n else if (n && Ke(e, t))\n t += 9;\n else if (Ue)\n i = !0;\n else\n throw new Error(\"Invalid DOCTYPE\");\n s++, d = \"\";\n } else if (e[t] === \">\") {\n if (i ? e[t - 1] === \"-\" && e[t - 2] === \"-\" && (i = !1, s--) : s--, s === 0)\n break;\n } else\n e[t] === \"[\" ? n = !0 : d += e[t];\n if (s !== 0)\n throw new Error(\"Unclosed DOCTYPE\");\n } else\n throw new Error(\"Invalid Tag instead of DOCTYPE\");\n return { entities: r, i: t };\n}\nfunction Xe(e, t) {\n let r = \"\";\n for (; t < e.length && e[t] !== \"'\" && e[t] !== '\"'; t++)\n r += e[t];\n if (r = r.trim(), r.indexOf(\" \") !== -1)\n throw new Error(\"External entites are not supported\");\n const s = e[t++];\n let n = \"\";\n for (; t < e.length && e[t] !== s; t++)\n n += e[t];\n return [r, n, t];\n}\nfunction Ue(e, t) {\n return e[t + 1] === \"!\" && e[t + 2] === \"-\" && e[t + 3] === \"-\";\n}\nfunction Ge(e, t) {\n return e[t + 1] === \"!\" && e[t + 2] === \"E\" && e[t + 3] === \"N\" && e[t + 4] === \"T\" && e[t + 5] === \"I\" && e[t + 6] === \"T\" && e[t + 7] === \"Y\";\n}\nfunction ze(e, t) {\n return e[t + 1] === \"!\" && e[t + 2] === \"E\" && e[t + 3] === \"L\" && e[t + 4] === \"E\" && e[t + 5] === \"M\" && e[t + 6] === \"E\" && e[t + 7] === \"N\" && e[t + 8] === \"T\";\n}\nfunction He(e, t) {\n return e[t + 1] === \"!\" && e[t + 2] === \"A\" && e[t + 3] === \"T\" && e[t + 4] === \"T\" && e[t + 5] === \"L\" && e[t + 6] === \"I\" && e[t + 7] === \"S\" && e[t + 8] === \"T\";\n}\nfunction Ke(e, t) {\n return e[t + 1] === \"!\" && e[t + 2] === \"N\" && e[t + 3] === \"O\" && e[t + 4] === \"T\" && e[t + 5] === \"A\" && e[t + 6] === \"T\" && e[t + 7] === \"I\" && e[t + 8] === \"O\" && e[t + 9] === \"N\";\n}\nfunction We(e) {\n if (ke.isName(e))\n return e;\n throw new Error(`Invalid entity name ${e}`);\n}\nvar Ze = qe;\nconst je = /^[-+]?0x[a-fA-F0-9]+$/, Ye = /^([\\-\\+])?(0*)(\\.[0-9]+([eE]\\-?[0-9]+)?|[0-9]+(\\.[0-9]+([eE]\\-?[0-9]+)?)?)$/;\n!Number.parseInt && window.parseInt && (Number.parseInt = window.parseInt);\n!Number.parseFloat && window.parseFloat && (Number.parseFloat = window.parseFloat);\nconst Je = {\n hex: !0,\n leadingZeros: !0,\n decimalPoint: \".\",\n eNotation: !0\n //skipLike: /regex/\n};\nfunction Qe(e, t = {}) {\n if (t = Object.assign({}, Je, t), !e || typeof e != \"string\")\n return e;\n let r = e.trim();\n if (t.skipLike !== void 0 && t.skipLike.test(r))\n return e;\n if (t.hex && je.test(r))\n return Number.parseInt(r, 16);\n {\n const s = Ye.exec(r);\n if (s) {\n const n = s[1], i = s[2];\n let d = De(s[3]);\n const u = s[4] || s[6];\n if (!t.leadingZeros && i.length > 0 && n && r[2] !== \".\")\n return e;\n if (!t.leadingZeros && i.length > 0 && !n && r[1] !== \".\")\n return e;\n {\n const o = Number(r), a = \"\" + o;\n return a.search(/[eE]/) !== -1 || u ? t.eNotation ? o : e : r.indexOf(\".\") !== -1 ? a === \"0\" && d === \"\" || a === d || n && a === \"-\" + d ? o : e : i ? d === a || n + d === a ? o : e : r === a || r === n + a ? o : e;\n }\n } else\n return e;\n }\n}\nfunction De(e) {\n return e && e.indexOf(\".\") !== -1 && (e = e.replace(/0+$/, \"\"), e === \".\" ? e = \"0\" : e[0] === \".\" ? e = \"0\" + e : e[e.length - 1] === \".\" && (e = e.substr(0, e.length - 1))), e;\n}\nvar et = Qe;\nconst k = O, T = Be, tt = Ze, rt = et;\n\"<((!\\\\[CDATA\\\\[([\\\\s\\\\S]*?)(]]>))|((NAME:)?(NAME))([^>]*)>|((\\\\/)(NAME)\\\\s*>))([^<]*)\".replace(/NAME/g, k.nameRegexp);\nlet nt = class {\n constructor(t) {\n this.options = t, this.currentNode = null, this.tagsNodeStack = [], this.docTypeEntities = {}, this.lastEntities = {\n apos: { regex: /&(apos|#39|#x27);/g, val: \"'\" },\n gt: { regex: /&(gt|#62|#x3E);/g, val: \">\" },\n lt: { regex: /&(lt|#60|#x3C);/g, val: \"<\" },\n quot: { regex: /&(quot|#34|#x22);/g, val: '\"' }\n }, this.ampEntity = { regex: /&(amp|#38|#x26);/g, val: \"&\" }, this.htmlEntities = {\n space: { regex: /&(nbsp|#160);/g, val: \" \" },\n // \"lt\" : { regex: /&(lt|#60);/g, val: \"<\" },\n // \"gt\" : { regex: /&(gt|#62);/g, val: \">\" },\n // \"amp\" : { regex: /&(amp|#38);/g, val: \"&\" },\n // \"quot\" : { regex: /&(quot|#34);/g, val: \"\\\"\" },\n // \"apos\" : { regex: /&(apos|#39);/g, val: \"'\" },\n cent: { regex: /&(cent|#162);/g, val: \"¢\" },\n pound: { regex: /&(pound|#163);/g, val: \"£\" },\n yen: { regex: /&(yen|#165);/g, val: \"¥\" },\n euro: { regex: /&(euro|#8364);/g, val: \"€\" },\n copyright: { regex: /&(copy|#169);/g, val: \"©\" },\n reg: { regex: /&(reg|#174);/g, val: \"®\" },\n inr: { regex: /&(inr|#8377);/g, val: \"₹\" }\n }, this.addExternalEntities = it, this.parseXml = at, this.parseTextData = st, this.resolveNameSpace = ot, this.buildAttributesMap = dt, this.isItStopNode = ht, this.replaceEntitiesValue = ft, this.readStopNodeData = gt, this.saveTextToParentTag = ct, this.addChild = lt;\n }\n};\nfunction it(e) {\n const t = Object.keys(e);\n for (let r = 0; r < t.length; r++) {\n const s = t[r];\n this.lastEntities[s] = {\n regex: new RegExp(\"&\" + s + \";\", \"g\"),\n val: e[s]\n };\n }\n}\nfunction st(e, t, r, s, n, i, d) {\n if (e !== void 0 && (this.options.trimValues && !s && (e = e.trim()), e.length > 0)) {\n d || (e = this.replaceEntitiesValue(e));\n const u = this.options.tagValueProcessor(t, e, r, n, i);\n return u == null ? e : typeof u != typeof e || u !== e ? u : this.options.trimValues ? $(e, this.options.parseTagValue, this.options.numberParseOptions) : e.trim() === e ? $(e, this.options.parseTagValue, this.options.numberParseOptions) : e;\n }\n}\nfunction ot(e) {\n if (this.options.removeNSPrefix) {\n const t = e.split(\":\"), r = e.charAt(0) === \"/\" ? \"/\" : \"\";\n if (t[0] === \"xmlns\")\n return \"\";\n t.length === 2 && (e = r + t[1]);\n }\n return e;\n}\nconst ut = new RegExp(`([^\\\\s=]+)\\\\s*(=\\\\s*(['\"])([\\\\s\\\\S]*?)\\\\3)?`, \"gm\");\nfunction dt(e, t, r) {\n if (!this.options.ignoreAttributes && typeof e == \"string\") {\n const s = k.getAllMatches(e, ut), n = s.length, i = {};\n for (let d = 0; d < n; d++) {\n const u = this.resolveNameSpace(s[d][1]);\n let o = s[d][4], a = this.options.attributeNamePrefix + u;\n if (u.length)\n if (this.options.transformAttributeName && (a = this.options.transformAttributeName(a)), a === \"__proto__\" && (a = \"#__proto__\"), o !== void 0) {\n this.options.trimValues && (o = o.trim()), o = this.replaceEntitiesValue(o);\n const l = this.options.attributeValueProcessor(u, o, t);\n l == null ? i[a] = o : typeof l != typeof o || l !== o ? i[a] = l : i[a] = $(\n o,\n this.options.parseAttributeValue,\n this.options.numberParseOptions\n );\n } else\n this.options.allowBooleanAttributes && (i[a] = !0);\n }\n if (!Object.keys(i).length)\n return;\n if (this.options.attributesGroupName) {\n const d = {};\n return d[this.options.attributesGroupName] = i, d;\n }\n return i;\n }\n}\nconst at = function(e) {\n e = e.replace(/\\r\\n?/g, `\n`);\n const t = new T(\"!xml\");\n let r = t, s = \"\", n = \"\";\n for (let i = 0; i < e.length; i++)\n if (e[i] === \"<\")\n if (e[i + 1] === \"/\") {\n const u = y(e, \">\", i, \"Closing Tag is not closed.\");\n let o = e.substring(i + 2, u).trim();\n if (this.options.removeNSPrefix) {\n const f = o.indexOf(\":\");\n f !== -1 && (o = o.substr(f + 1));\n }\n this.options.transformTagName && (o = this.options.transformTagName(o)), r && (s = this.saveTextToParentTag(s, r, n));\n const a = n.substring(n.lastIndexOf(\".\") + 1);\n if (o && this.options.unpairedTags.indexOf(o) !== -1)\n throw new Error(`Unpaired tag can not be used as closing tag: `);\n let l = 0;\n a && this.options.unpairedTags.indexOf(a) !== -1 ? (l = n.lastIndexOf(\".\", n.lastIndexOf(\".\") - 1), this.tagsNodeStack.pop()) : l = n.lastIndexOf(\".\"), n = n.substring(0, l), r = this.tagsNodeStack.pop(), s = \"\", i = u;\n } else if (e[i + 1] === \"?\") {\n let u = x(e, i, !1, \"?>\");\n if (!u)\n throw new Error(\"Pi Tag is not closed.\");\n if (s = this.saveTextToParentTag(s, r, n), !(this.options.ignoreDeclaration && u.tagName === \"?xml\" || this.options.ignorePiTags)) {\n const o = new T(u.tagName);\n o.add(this.options.textNodeName, \"\"), u.tagName !== u.tagExp && u.attrExpPresent && (o[\":@\"] = this.buildAttributesMap(u.tagExp, n, u.tagName)), this.addChild(r, o, n);\n }\n i = u.closeIndex + 1;\n } else if (e.substr(i + 1, 3) === \"!--\") {\n const u = y(e, \"-->\", i + 4, \"Comment is not closed.\");\n if (this.options.commentPropName) {\n const o = e.substring(i + 4, u - 2);\n s = this.saveTextToParentTag(s, r, n), r.add(this.options.commentPropName, [{ [this.options.textNodeName]: o }]);\n }\n i = u;\n } else if (e.substr(i + 1, 2) === \"!D\") {\n const u = tt(e, i);\n this.docTypeEntities = u.entities, i = u.i;\n } else if (e.substr(i + 1, 2) === \"![\") {\n const u = y(e, \"]]>\", i, \"CDATA is not closed.\") - 2, o = e.substring(i + 9, u);\n if (s = this.saveTextToParentTag(s, r, n), this.options.cdataPropName)\n r.add(this.options.cdataPropName, [{ [this.options.textNodeName]: o }]);\n else {\n let a = this.parseTextData(o, r.tagname, n, !0, !1, !0);\n a == null && (a = \"\"), r.add(this.options.textNodeName, a);\n }\n i = u + 2;\n } else {\n let u = x(e, i, this.options.removeNSPrefix), o = u.tagName;\n const a = u.rawTagName;\n let l = u.tagExp, f = u.attrExpPresent, c = u.closeIndex;\n this.options.transformTagName && (o = this.options.transformTagName(o)), r && s && r.tagname !== \"!xml\" && (s = this.saveTextToParentTag(s, r, n, !1));\n const g = r;\n if (g && this.options.unpairedTags.indexOf(g.tagname) !== -1 && (r = this.tagsNodeStack.pop(), n = n.substring(0, n.lastIndexOf(\".\"))), o !== t.tagname && (n += n ? \".\" + o : o), this.isItStopNode(this.options.stopNodes, n, o)) {\n let h = \"\";\n if (l.length > 0 && l.lastIndexOf(\"/\") === l.length - 1)\n i = u.closeIndex;\n else if (this.options.unpairedTags.indexOf(o) !== -1)\n i = u.closeIndex;\n else {\n const E = this.readStopNodeData(e, a, c + 1);\n if (!E)\n throw new Error(`Unexpected end of ${a}`);\n i = E.i, h = E.tagContent;\n }\n const _ = new T(o);\n o !== l && f && (_[\":@\"] = this.buildAttributesMap(l, n, o)), h && (h = this.parseTextData(h, o, n, !0, f, !0, !0)), n = n.substr(0, n.lastIndexOf(\".\")), _.add(this.options.textNodeName, h), this.addChild(r, _, n);\n } else {\n if (l.length > 0 && l.lastIndexOf(\"/\") === l.length - 1) {\n o[o.length - 1] === \"/\" ? (o = o.substr(0, o.length - 1), n = n.substr(0, n.length - 1), l = o) : l = l.substr(0, l.length - 1), this.options.transformTagName && (o = this.options.transformTagName(o));\n const h = new T(o);\n o !== l && f && (h[\":@\"] = this.buildAttributesMap(l, n, o)), this.addChild(r, h, n), n = n.substr(0, n.lastIndexOf(\".\"));\n } else {\n const h = new T(o);\n this.tagsNodeStack.push(r), o !== l && f && (h[\":@\"] = this.buildAttributesMap(l, n, o)), this.addChild(r, h, n), r = h;\n }\n s = \"\", i = c;\n }\n }\n else\n s += e[i];\n return t.child;\n};\nfunction lt(e, t, r) {\n const s = this.options.updateTag(t.tagname, r, t[\":@\"]);\n s === !1 || (typeof s == \"string\" && (t.tagname = s), e.addChild(t));\n}\nconst ft = function(e) {\n if (this.options.processEntities) {\n for (let t in this.docTypeEntities) {\n const r = this.docTypeEntities[t];\n e = e.replace(r.regx, r.val);\n }\n for (let t in this.lastEntities) {\n const r = this.lastEntities[t];\n e = e.replace(r.regex, r.val);\n }\n if (this.options.htmlEntities)\n for (let t in this.htmlEntities) {\n const r = this.htmlEntities[t];\n e = e.replace(r.regex, r.val);\n }\n e = e.replace(this.ampEntity.regex, this.ampEntity.val);\n }\n return e;\n};\nfunction ct(e, t, r, s) {\n return e && (s === void 0 && (s = Object.keys(t.child).length === 0), e = this.parseTextData(\n e,\n t.tagname,\n r,\n !1,\n t[\":@\"] ? Object.keys(t[\":@\"]).length !== 0 : !1,\n s\n ), e !== void 0 && e !== \"\" && t.add(this.options.textNodeName, e), e = \"\"), e;\n}\nfunction ht(e, t, r) {\n const s = \"*.\" + r;\n for (const n in e) {\n const i = e[n];\n if (s === i || t === i)\n return !0;\n }\n return !1;\n}\nfunction pt(e, t, r = \">\") {\n let s, n = \"\";\n for (let i = t; i < e.length; i++) {\n let d = e[i];\n if (s)\n d === s && (s = \"\");\n else if (d === '\"' || d === \"'\")\n s = d;\n else if (d === r[0])\n if (r[1]) {\n if (e[i + 1] === r[1])\n return {\n data: n,\n index: i\n };\n } else\n return {\n data: n,\n index: i\n };\n else\n d === \"\t\" && (d = \" \");\n n += d;\n }\n}\nfunction y(e, t, r, s) {\n const n = e.indexOf(t, r);\n if (n === -1)\n throw new Error(s);\n return n + t.length - 1;\n}\nfunction x(e, t, r, s = \">\") {\n const n = pt(e, t + 1, s);\n if (!n)\n return;\n let i = n.data;\n const d = n.index, u = i.search(/\\s/);\n let o = i, a = !0;\n u !== -1 && (o = i.substr(0, u).replace(/\\s\\s*$/, \"\"), i = i.substr(u + 1));\n const l = o;\n if (r) {\n const f = o.indexOf(\":\");\n f !== -1 && (o = o.substr(f + 1), a = o !== n.data.substr(f + 1));\n }\n return {\n tagName: o,\n tagExp: i,\n closeIndex: d,\n attrExpPresent: a,\n rawTagName: l\n };\n}\nfunction gt(e, t, r) {\n const s = r;\n let n = 1;\n for (; r < e.length; r++)\n if (e[r] === \"<\")\n if (e[r + 1] === \"/\") {\n const i = y(e, \">\", r, `${t} is not closed`);\n if (e.substring(r + 2, i).trim() === t && (n--, n === 0))\n return {\n tagContent: e.substring(s, r),\n i\n };\n r = i;\n } else if (e[r + 1] === \"?\")\n r = y(e, \"?>\", r + 1, \"StopNode is not closed.\");\n else if (e.substr(r + 1, 3) === \"!--\")\n r = y(e, \"-->\", r + 3, \"StopNode is not closed.\");\n else if (e.substr(r + 1, 2) === \"![\")\n r = y(e, \"]]>\", r, \"StopNode is not closed.\") - 2;\n else {\n const i = x(e, r, \">\");\n i && ((i && i.tagName) === t && i.tagExp[i.tagExp.length - 1] !== \"/\" && n++, r = i.closeIndex);\n }\n}\nfunction $(e, t, r) {\n if (t && typeof e == \"string\") {\n const s = e.trim();\n return s === \"true\" ? !0 : s === \"false\" ? !1 : rt(e, r);\n } else\n return k.isExist(e) ? e : \"\";\n}\nvar wt = nt, ne = {};\nfunction mt(e, t) {\n return ie(e, t);\n}\nfunction ie(e, t, r) {\n let s;\n const n = {};\n for (let i = 0; i < e.length; i++) {\n const d = e[i], u = Nt(d);\n let o = \"\";\n if (r === void 0 ? o = u : o = r + \".\" + u, u === t.textNodeName)\n s === void 0 ? s = d[u] : s += \"\" + d[u];\n else {\n if (u === void 0)\n continue;\n if (d[u]) {\n let a = ie(d[u], t, o);\n const l = bt(a, t);\n d[\":@\"] ? Et(a, d[\":@\"], o, t) : Object.keys(a).length === 1 && a[t.textNodeName] !== void 0 && !t.alwaysCreateTextNode ? a = a[t.textNodeName] : Object.keys(a).length === 0 && (t.alwaysCreateTextNode ? a[t.textNodeName] = \"\" : a = \"\"), n[u] !== void 0 && n.hasOwnProperty(u) ? (Array.isArray(n[u]) || (n[u] = [n[u]]), n[u].push(a)) : t.isArray(u, o, l) ? n[u] = [a] : n[u] = a;\n }\n }\n }\n return typeof s == \"string\" ? s.length > 0 && (n[t.textNodeName] = s) : s !== void 0 && (n[t.textNodeName] = s), n;\n}\nfunction Nt(e) {\n const t = Object.keys(e);\n for (let r = 0; r < t.length; r++) {\n const s = t[r];\n if (s !== \":@\")\n return s;\n }\n}\nfunction Et(e, t, r, s) {\n if (t) {\n const n = Object.keys(t), i = n.length;\n for (let d = 0; d < i; d++) {\n const u = n[d];\n s.isArray(u, r + \".\" + u, !0, !0) ? e[u] = [t[u]] : e[u] = t[u];\n }\n }\n}\nfunction bt(e, t) {\n const { textNodeName: r } = t, s = Object.keys(e).length;\n return !!(s === 0 || s === 1 && (e[r] || typeof e[r] == \"boolean\" || e[r] === 0));\n}\nne.prettify = mt;\nconst { buildOptions: yt } = B, _t = wt, { prettify: vt } = ne, Tt = S;\nlet It = class {\n constructor(t) {\n this.externalEntities = {}, this.options = yt(t);\n }\n /**\n * Parse XML dats to JS object \n * @param {string|Buffer} xmlData \n * @param {boolean|Object} validationOption \n */\n parse(t, r) {\n if (typeof t != \"string\")\n if (t.toString)\n t = t.toString();\n else\n throw new Error(\"XML data is accepted in String or Bytes[] form.\");\n if (r) {\n r === !0 && (r = {});\n const i = Tt.validate(t, r);\n if (i !== !0)\n throw Error(`${i.err.msg}:${i.err.line}:${i.err.col}`);\n }\n const s = new _t(this.options);\n s.addExternalEntities(this.externalEntities);\n const n = s.parseXml(t);\n return this.options.preserveOrder || n === void 0 ? n : vt(n, this.options);\n }\n /**\n * Add Entity which is not by default supported by this library\n * @param {string} key \n * @param {string} value \n */\n addEntity(t, r) {\n if (r.indexOf(\"&\") !== -1)\n throw new Error(\"Entity value can't have '&'\");\n if (t.indexOf(\"&\") !== -1 || t.indexOf(\";\") !== -1)\n throw new Error(\"An entity must be set without '&' and ';'. Eg. use '#xD' for ' '\");\n if (r === \"&\")\n throw new Error(\"An entity with value '&' is not permitted\");\n this.externalEntities[t] = r;\n }\n};\nvar At = It;\nconst Ot = `\n`;\nfunction Ct(e, t) {\n let r = \"\";\n return t.format && t.indentBy.length > 0 && (r = Ot), se(e, t, \"\", r);\n}\nfunction se(e, t, r, s) {\n let n = \"\", i = !1;\n for (let d = 0; d < e.length; d++) {\n const u = e[d], o = Pt(u);\n if (o === void 0)\n continue;\n let a = \"\";\n if (r.length === 0 ? a = o : a = `${r}.${o}`, o === t.textNodeName) {\n let h = u[o];\n xt(a, t) || (h = t.tagValueProcessor(o, h), h = oe(h, t)), i && (n += s), n += h, i = !1;\n continue;\n } else if (o === t.cdataPropName) {\n i && (n += s), n += ``, i = !1;\n continue;\n } else if (o === t.commentPropName) {\n n += s + ``, i = !0;\n continue;\n } else if (o[0] === \"?\") {\n const h = K(u[\":@\"], t), _ = o === \"?xml\" ? \"\" : s;\n let E = u[o][0][t.textNodeName];\n E = E.length !== 0 ? \" \" + E : \"\", n += _ + `<${o}${E}${h}?>`, i = !0;\n continue;\n }\n let l = s;\n l !== \"\" && (l += t.indentBy);\n const f = K(u[\":@\"], t), c = s + `<${o}${f}`, g = se(u[o], t, a, l);\n t.unpairedTags.indexOf(o) !== -1 ? t.suppressUnpairedNode ? n += c + \">\" : n += c + \"/>\" : (!g || g.length === 0) && t.suppressEmptyNode ? n += c + \"/>\" : g && g.endsWith(\">\") ? n += c + `>${g}${s}` : (n += c + \">\", g && s !== \"\" && (g.includes(\"/>\") || g.includes(\"`), i = !0;\n }\n return n;\n}\nfunction Pt(e) {\n const t = Object.keys(e);\n for (let r = 0; r < t.length; r++) {\n const s = t[r];\n if (e.hasOwnProperty(s) && s !== \":@\")\n return s;\n }\n}\nfunction K(e, t) {\n let r = \"\";\n if (e && !t.ignoreAttributes)\n for (let s in e) {\n if (!e.hasOwnProperty(s))\n continue;\n let n = t.attributeValueProcessor(s, e[s]);\n n = oe(n, t), n === !0 && t.suppressBooleanAttributes ? r += ` ${s.substr(t.attributeNamePrefix.length)}` : r += ` ${s.substr(t.attributeNamePrefix.length)}=\"${n}\"`;\n }\n return r;\n}\nfunction xt(e, t) {\n e = e.substr(0, e.length - t.textNodeName.length - 1);\n let r = e.substr(e.lastIndexOf(\".\") + 1);\n for (let s in t.stopNodes)\n if (t.stopNodes[s] === e || t.stopNodes[s] === \"*.\" + r)\n return !0;\n return !1;\n}\nfunction oe(e, t) {\n if (e && e.length > 0 && t.processEntities)\n for (let r = 0; r < t.entities.length; r++) {\n const s = t.entities[r];\n e = e.replace(s.regex, s.val);\n }\n return e;\n}\nvar $t = Ct;\nconst Ft = $t, Vt = {\n attributeNamePrefix: \"@_\",\n attributesGroupName: !1,\n textNodeName: \"#text\",\n ignoreAttributes: !0,\n cdataPropName: !1,\n format: !1,\n indentBy: \" \",\n suppressEmptyNode: !1,\n suppressUnpairedNode: !0,\n suppressBooleanAttributes: !0,\n tagValueProcessor: function(e, t) {\n return t;\n },\n attributeValueProcessor: function(e, t) {\n return t;\n },\n preserveOrder: !1,\n commentPropName: !1,\n unpairedTags: [],\n entities: [\n { regex: new RegExp(\"&\", \"g\"), val: \"&\" },\n //it must be on top\n { regex: new RegExp(\">\", \"g\"), val: \">\" },\n { regex: new RegExp(\"<\", \"g\"), val: \"<\" },\n { regex: new RegExp(\"'\", \"g\"), val: \"'\" },\n { regex: new RegExp('\"', \"g\"), val: \""\" }\n ],\n processEntities: !0,\n stopNodes: [],\n // transformTagName: false,\n // transformAttributeName: false,\n oneListGroup: !1\n};\nfunction b(e) {\n this.options = Object.assign({}, Vt, e), this.options.ignoreAttributes || this.options.attributesGroupName ? this.isAttribute = function() {\n return !1;\n } : (this.attrPrefixLen = this.options.attributeNamePrefix.length, this.isAttribute = St), this.processTextOrObjNode = Lt, this.options.format ? (this.indentate = Rt, this.tagEndChar = `>\n`, this.newLine = `\n`) : (this.indentate = function() {\n return \"\";\n }, this.tagEndChar = \">\", this.newLine = \"\");\n}\nb.prototype.build = function(e) {\n return this.options.preserveOrder ? Ft(e, this.options) : (Array.isArray(e) && this.options.arrayNodeName && this.options.arrayNodeName.length > 1 && (e = {\n [this.options.arrayNodeName]: e\n }), this.j2x(e, 0).val);\n};\nb.prototype.j2x = function(e, t) {\n let r = \"\", s = \"\";\n for (let n in e)\n if (Object.prototype.hasOwnProperty.call(e, n))\n if (typeof e[n] > \"u\")\n this.isAttribute(n) && (s += \"\");\n else if (e[n] === null)\n this.isAttribute(n) ? s += \"\" : n[0] === \"?\" ? s += this.indentate(t) + \"<\" + n + \"?\" + this.tagEndChar : s += this.indentate(t) + \"<\" + n + \"/\" + this.tagEndChar;\n else if (e[n] instanceof Date)\n s += this.buildTextValNode(e[n], n, \"\", t);\n else if (typeof e[n] != \"object\") {\n const i = this.isAttribute(n);\n if (i)\n r += this.buildAttrPairStr(i, \"\" + e[n]);\n else if (n === this.options.textNodeName) {\n let d = this.options.tagValueProcessor(n, \"\" + e[n]);\n s += this.replaceEntitiesValue(d);\n } else\n s += this.buildTextValNode(e[n], n, \"\", t);\n } else if (Array.isArray(e[n])) {\n const i = e[n].length;\n let d = \"\";\n for (let u = 0; u < i; u++) {\n const o = e[n][u];\n typeof o > \"u\" || (o === null ? n[0] === \"?\" ? s += this.indentate(t) + \"<\" + n + \"?\" + this.tagEndChar : s += this.indentate(t) + \"<\" + n + \"/\" + this.tagEndChar : typeof o == \"object\" ? this.options.oneListGroup ? d += this.j2x(o, t + 1).val : d += this.processTextOrObjNode(o, n, t) : d += this.buildTextValNode(o, n, \"\", t));\n }\n this.options.oneListGroup && (d = this.buildObjectNode(d, n, \"\", t)), s += d;\n } else if (this.options.attributesGroupName && n === this.options.attributesGroupName) {\n const i = Object.keys(e[n]), d = i.length;\n for (let u = 0; u < d; u++)\n r += this.buildAttrPairStr(i[u], \"\" + e[n][i[u]]);\n } else\n s += this.processTextOrObjNode(e[n], n, t);\n return { attrStr: r, val: s };\n};\nb.prototype.buildAttrPairStr = function(e, t) {\n return t = this.options.attributeValueProcessor(e, \"\" + t), t = this.replaceEntitiesValue(t), this.options.suppressBooleanAttributes && t === \"true\" ? \" \" + e : \" \" + e + '=\"' + t + '\"';\n};\nfunction Lt(e, t, r) {\n const s = this.j2x(e, r + 1);\n return e[this.options.textNodeName] !== void 0 && Object.keys(e).length === 1 ? this.buildTextValNode(e[this.options.textNodeName], t, s.attrStr, r) : this.buildObjectNode(s.val, t, s.attrStr, r);\n}\nb.prototype.buildObjectNode = function(e, t, r, s) {\n if (e === \"\")\n return t[0] === \"?\" ? this.indentate(s) + \"<\" + t + r + \"?\" + this.tagEndChar : this.indentate(s) + \"<\" + t + r + this.closeTag(t) + this.tagEndChar;\n {\n let n = \"\" + e + n : this.options.commentPropName !== !1 && t === this.options.commentPropName && i.length === 0 ? this.indentate(s) + `` + this.newLine : this.indentate(s) + \"<\" + t + r + i + this.tagEndChar + e + this.indentate(s) + n;\n }\n};\nb.prototype.closeTag = function(e) {\n let t = \"\";\n return this.options.unpairedTags.indexOf(e) !== -1 ? this.options.suppressUnpairedNode || (t = \"/\") : this.options.suppressEmptyNode ? t = \"/\" : t = `>` + this.newLine;\n if (this.options.commentPropName !== !1 && t === this.options.commentPropName)\n return this.indentate(s) + `` + this.newLine;\n if (t[0] === \"?\")\n return this.indentate(s) + \"<\" + t + r + \"?\" + this.tagEndChar;\n {\n let n = this.options.tagValueProcessor(t, e);\n return n = this.replaceEntitiesValue(n), n === \"\" ? this.indentate(s) + \"<\" + t + r + this.closeTag(t) + this.tagEndChar : this.indentate(s) + \"<\" + t + r + \">\" + n + \" 0 && this.options.processEntities)\n for (let t = 0; t < this.options.entities.length; t++) {\n const r = this.options.entities[t];\n e = e.replace(r.regex, r.val);\n }\n return e;\n};\nfunction Rt(e) {\n return this.options.indentBy.repeat(e);\n}\nfunction St(e) {\n return e.startsWith(this.options.attributeNamePrefix) && e !== this.options.textNodeName ? e.substr(this.attrPrefixLen) : !1;\n}\nvar Mt = b;\nconst Bt = S, kt = At, qt = Mt;\nvar W = {\n XMLParser: kt,\n XMLValidator: Bt,\n XMLBuilder: qt\n};\nfunction Xt(e) {\n if (typeof e != \"string\")\n throw new TypeError(`Expected a \\`string\\`, got \\`${typeof e}\\``);\n if (e = e.trim(), e.length === 0 || W.XMLValidator.validate(e) !== !0)\n return !1;\n let t;\n const r = new W.XMLParser();\n try {\n t = r.parse(e);\n } catch {\n return !1;\n }\n return !(!t || !(\"svg\" in t));\n}\n/**\n * @copyright Copyright (c) 2022 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nclass cr {\n _view;\n constructor(t) {\n Ut(t), this._view = t;\n }\n get id() {\n return this._view.id;\n }\n get name() {\n return this._view.name;\n }\n get caption() {\n return this._view.caption;\n }\n get emptyTitle() {\n return this._view.emptyTitle;\n }\n get emptyCaption() {\n return this._view.emptyCaption;\n }\n get getContents() {\n return this._view.getContents;\n }\n get icon() {\n return this._view.icon;\n }\n set icon(t) {\n this._view.icon = t;\n }\n get order() {\n return this._view.order;\n }\n set order(t) {\n this._view.order = t;\n }\n get params() {\n return this._view.params;\n }\n set params(t) {\n this._view.params = t;\n }\n get columns() {\n return this._view.columns;\n }\n get emptyView() {\n return this._view.emptyView;\n }\n get parent() {\n return this._view.parent;\n }\n get sticky() {\n return this._view.sticky;\n }\n get expanded() {\n return this._view.expanded;\n }\n set expanded(t) {\n this._view.expanded = t;\n }\n get defaultSortKey() {\n return this._view.defaultSortKey;\n }\n}\nconst Ut = function(e) {\n if (!e.id || typeof e.id != \"string\")\n throw new Error(\"View id is required and must be a string\");\n if (!e.name || typeof e.name != \"string\")\n throw new Error(\"View name is required and must be a string\");\n if (e.columns && e.columns.length > 0 && (!e.caption || typeof e.caption != \"string\"))\n throw new Error(\"View caption is required for top-level views and must be a string\");\n if (!e.getContents || typeof e.getContents != \"function\")\n throw new Error(\"View getContents is required and must be a function\");\n if (!e.icon || typeof e.icon != \"string\" || !Xt(e.icon))\n throw new Error(\"View icon is required and must be a valid svg string\");\n if (!(\"order\" in e) || typeof e.order != \"number\")\n throw new Error(\"View order is required and must be a number\");\n if (e.columns && e.columns.forEach((t) => {\n if (!(t instanceof Ie))\n throw new Error(\"View columns must be an array of Column. Invalid column found\");\n }), e.emptyView && typeof e.emptyView != \"function\")\n throw new Error(\"View emptyView must be a function\");\n if (e.parent && typeof e.parent != \"string\")\n throw new Error(\"View parent must be a string\");\n if (\"sticky\" in e && typeof e.sticky != \"boolean\")\n throw new Error(\"View sticky must be a boolean\");\n if (\"expanded\" in e && typeof e.expanded != \"boolean\")\n throw new Error(\"View expanded must be a boolean\");\n if (e.defaultSortKey && typeof e.defaultSortKey != \"string\")\n throw new Error(\"View defaultSortKey must be a string\");\n return !0;\n};\n/**\n * @copyright 2019 Christoph Wurst \n *\n * @author Christoph Wurst \n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nconst hr = function(e) {\n return F().registerEntry(e);\n}, pr = function(e) {\n return F().unregisterEntry(e);\n}, gr = function(e) {\n return F().getEntries(e).sort((r, s) => r.order !== void 0 && s.order !== void 0 && r.order !== s.order ? r.order - s.order : r.displayName.localeCompare(s.displayName, void 0, { numeric: !0, sensitivity: \"base\" }));\n};\nexport {\n Ie as Column,\n Z as DefaultType,\n ye as File,\n Qt as FileAction,\n R as FileType,\n _e as Folder,\n tr as Header,\n Te as Navigation,\n D as Node,\n Q as NodeStatus,\n N as Permission,\n cr as View,\n hr as addNewFileMenuEntry,\n ur as davGetClient,\n sr as davGetDefaultPropfind,\n Ee as davGetFavoritesReport,\n or as davGetRecentSearch,\n be as davParsePermissions,\n te as davRemoteURL,\n ve as davResultToNode,\n ee as davRootPath,\n Y as defaultDavNamespaces,\n j as defaultDavProperties,\n Yt as formatFileSize,\n L as getDavNameSpaces,\n V as getDavProperties,\n dr as getFavoriteNodes,\n er as getFileActions,\n nr as getFileListHeaders,\n ar as getNavigation,\n gr as getNewFileMenuEntries,\n Jt as parseFileSize,\n ir as registerDavProperty,\n Dt as registerFileAction,\n rr as registerFileListHeaders,\n pr as removeNewFileMenuEntry\n};\n","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\tid: moduleId,\n\t\tloaded: false,\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n\t// Flag the module as loaded\n\tmodule.loaded = true;\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n// expose the modules object (__webpack_modules__)\n__webpack_require__.m = __webpack_modules__;\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.f = {};\n// This file contains only the entry chunk.\n// The chunk loading function for additional chunks\n__webpack_require__.e = (chunkId) => {\n\treturn Promise.all(Object.keys(__webpack_require__.f).reduce((promises, key) => {\n\t\t__webpack_require__.f[key](chunkId, promises);\n\t\treturn promises;\n\t}, []));\n};","// This function allow to reference async chunks\n__webpack_require__.u = (chunkId) => {\n\t// return url for filenames based on template\n\treturn \"\" + chunkId + \"-\" + chunkId + \".js?v=\" + {\"923\":\"2686613ba9d88601b889\",\"8321\":\"1e9a8023ef8296a459a5\"}[chunkId] + \"\";\n};","__webpack_require__.g = (function() {\n\tif (typeof globalThis === 'object') return globalThis;\n\ttry {\n\t\treturn this || new Function('return this')();\n\t} catch (e) {\n\t\tif (typeof window === 'object') return window;\n\t}\n})();","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","__webpack_require__.nmd = (module) => {\n\tmodule.paths = [];\n\tif (!module.children) module.children = [];\n\treturn module;\n};","__webpack_require__.j = 9837;","var scriptUrl;\nif (__webpack_require__.g.importScripts) scriptUrl = __webpack_require__.g.location + \"\";\nvar document = __webpack_require__.g.document;\nif (!scriptUrl && document) {\n\tif (document.currentScript)\n\t\tscriptUrl = document.currentScript.src;\n\tif (!scriptUrl) {\n\t\tvar scripts = document.getElementsByTagName(\"script\");\n\t\tif(scripts.length) {\n\t\t\tvar i = scripts.length - 1;\n\t\t\twhile (i > -1 && !scriptUrl) scriptUrl = scripts[i--].src;\n\t\t}\n\t}\n}\n// When supporting browsers where an automatic publicPath is not supported you must specify an output.publicPath manually via configuration\n// or pass an empty string (\"\") and set the __webpack_public_path__ variable from your code to use your own logic.\nif (!scriptUrl) throw new Error(\"Automatic publicPath is not supported in this browser\");\nscriptUrl = scriptUrl.replace(/#.*$/, \"\").replace(/\\?.*$/, \"\").replace(/\\/[^\\/]+$/, \"/\");\n__webpack_require__.p = scriptUrl;","__webpack_require__.b = document.baseURI || self.location.href;\n\n// object to store loaded and loading chunks\n// undefined = chunk not loaded, null = chunk preloaded/prefetched\n// [resolve, reject, Promise] = chunk loading, 0 = chunk loaded\nvar installedChunks = {\n\t9837: 0\n};\n\n__webpack_require__.f.j = (chunkId, promises) => {\n\t\t// JSONP chunk loading for javascript\n\t\tvar installedChunkData = __webpack_require__.o(installedChunks, chunkId) ? installedChunks[chunkId] : undefined;\n\t\tif(installedChunkData !== 0) { // 0 means \"already installed\".\n\n\t\t\t// a Promise means \"currently loading\".\n\t\t\tif(installedChunkData) {\n\t\t\t\tpromises.push(installedChunkData[2]);\n\t\t\t} else {\n\t\t\t\tif(true) { // all chunks have JS\n\t\t\t\t\t// setup Promise in chunk cache\n\t\t\t\t\tvar promise = new Promise((resolve, reject) => (installedChunkData = installedChunks[chunkId] = [resolve, reject]));\n\t\t\t\t\tpromises.push(installedChunkData[2] = promise);\n\n\t\t\t\t\t// start chunk loading\n\t\t\t\t\tvar url = __webpack_require__.p + __webpack_require__.u(chunkId);\n\t\t\t\t\t// create error before stack unwound to get useful stacktrace later\n\t\t\t\t\tvar error = new Error();\n\t\t\t\t\tvar loadingEnded = (event) => {\n\t\t\t\t\t\tif(__webpack_require__.o(installedChunks, chunkId)) {\n\t\t\t\t\t\t\tinstalledChunkData = installedChunks[chunkId];\n\t\t\t\t\t\t\tif(installedChunkData !== 0) installedChunks[chunkId] = undefined;\n\t\t\t\t\t\t\tif(installedChunkData) {\n\t\t\t\t\t\t\t\tvar errorType = event && (event.type === 'load' ? 'missing' : event.type);\n\t\t\t\t\t\t\t\tvar realSrc = event && event.target && event.target.src;\n\t\t\t\t\t\t\t\terror.message = 'Loading chunk ' + chunkId + ' failed.\\n(' + errorType + ': ' + realSrc + ')';\n\t\t\t\t\t\t\t\terror.name = 'ChunkLoadError';\n\t\t\t\t\t\t\t\terror.type = errorType;\n\t\t\t\t\t\t\t\terror.request = realSrc;\n\t\t\t\t\t\t\t\tinstalledChunkData[1](error);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t\t__webpack_require__.l(url, loadingEnded, \"chunk-\" + chunkId, chunkId);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n};\n\n// no prefetching\n\n// no preloaded\n\n// no HMR\n\n// no HMR manifest\n\n__webpack_require__.O.j = (chunkId) => (installedChunks[chunkId] === 0);\n\n// install a JSONP callback for chunk loading\nvar webpackJsonpCallback = (parentChunkLoadingFunction, data) => {\n\tvar chunkIds = data[0];\n\tvar moreModules = data[1];\n\tvar runtime = data[2];\n\t// add \"moreModules\" to the modules object,\n\t// then flag all \"chunkIds\" as loaded and fire callback\n\tvar moduleId, chunkId, i = 0;\n\tif(chunkIds.some((id) => (installedChunks[id] !== 0))) {\n\t\tfor(moduleId in moreModules) {\n\t\t\tif(__webpack_require__.o(moreModules, moduleId)) {\n\t\t\t\t__webpack_require__.m[moduleId] = moreModules[moduleId];\n\t\t\t}\n\t\t}\n\t\tif(runtime) var result = runtime(__webpack_require__);\n\t}\n\tif(parentChunkLoadingFunction) parentChunkLoadingFunction(data);\n\tfor(;i < chunkIds.length; i++) {\n\t\tchunkId = chunkIds[i];\n\t\tif(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {\n\t\t\tinstalledChunks[chunkId][0]();\n\t\t}\n\t\tinstalledChunks[chunkId] = 0;\n\t}\n\treturn __webpack_require__.O(result);\n}\n\nvar chunkLoadingGlobal = self[\"webpackChunknextcloud\"] = self[\"webpackChunknextcloud\"] || [];\nchunkLoadingGlobal.forEach(webpackJsonpCallback.bind(null, 0));\nchunkLoadingGlobal.push = webpackJsonpCallback.bind(null, chunkLoadingGlobal.push.bind(chunkLoadingGlobal));","__webpack_require__.nc = undefined;","// startup\n// Load entry module and return exports\n// This entry module depends on other loaded chunks and execution need to be delayed\nvar __webpack_exports__ = __webpack_require__.O(undefined, [7874], () => (__webpack_require__(34507)))\n__webpack_exports__ = __webpack_require__.O(__webpack_exports__);\n"],"names":["deferred","inProgress","dataWebpackPrefix","getLoggerBuilder","setApp","detectUser","build","action","FileAction","id","displayName","nodes","view","t","iconSvgInline","enabled","length","map","node","permissions","every","permission","Permission","DELETE","exec","axios","delete","encodedSource","emit","error","logger","source","execBatch","dir","Promise","all","this","order","triggerDownload","url","hiddenElement","document","createElement","download","href","click","downloadNodes","secret","Math","random","toString","substring","generateUrl","files","JSON","stringify","basename","isDownloadable","READ","attributes","downloadAttribute","parse","find","attribute","scope","key","undefined","some","type","FileType","Folder","root","startsWith","async","Array","fill","UPDATE","path","link","generateOcsUrl","result","post","uid","getCurrentUser","window","location","host","encodePath","data","ocs","token","showError","openLocalClient","shouldFavorite","favorite","favoriteNode","willFavorite","tags","OC","TAG_FAVORITE","dirname","Vue","StarSvg","NONE","options","styleTagTransform","setAttributes","insert","domAPI","insertStyleElement","locals","Axios","AxiosError","CanceledError","isCancel","CancelToken","VERSION","Cancel","isAxiosError","spread","toFormData","AxiosHeaders","HttpStatusCode","formToJSON","getAdapter","mergeConfig","queue","getQueue","PQueue","concurrency","MoveCopyAction","canMove","reduce","min","ALL","canCopy","canDownload","getActionForNodes","MOVE_OR_COPY","MOVE","COPY","handleCopyMoveNodeTo","destination","method","overwrite","arguments","Error","relativePath","join","destinationUrl","generateRemoteUrl","NodeStatus","LOADING","add","headers","Destination","encodeURI","Overwrite","response","status","message","openFilePickerForAction","fileIDs","fileid","filter","Boolean","filePicker","getFilePickerBuilder","allowDirectories","setFilter","n","CREATE","includes","setMimeTypeFilter","setMultiSelect","startAt","resolve","reject","setButtonFactory","_selection","buttons","target","dirnames","paths","push","label","icon","CopyIconSvg","callback","FolderMoveSvg","pick","catch","promises","FolderSvg","isDavRessource","OCP","Files","Router","goToRoute","default","DefaultType","HIDDEN","InformationSvg","OCA","Sidebar","open","File","getUniqueName","name","names","newName","i","ext","extname","entry","context","handler","content","contentNames","encodeURIComponent","parseInt","createNewFolder","folder","mtime","Date","owner","showSuccess","debug","WorkerGlobalScope","self","globalThis","fetch","bind","Headers","Request","Response","HOT_PATCHER_TYPE","NOOP","createNewItem","original","methods","final","HotPatcher","constructor","_configuration","registry","getEmptyAction","__type__","configuration","newAction","control","allowTargetOverrides","Object","keys","forEach","foreignKey","hasOwnProperty","assign","execute","args","get","item","_this","shift","apply","sequence","isPatched","patch","opts","chain","patchInline","plugin","restore","setFinal","__patcher","NONCE_CHARS","generateDigestAuthHeader","digest","replace","uri","indexOf","slice","toUpperCase","qop","test","ncString","nc","ha1","algorithm","user","realm","pass","nonce","cnonce","ha1Hash","md5","toLowerCase","ha1Compute","username","password","ha2","digestResponse","authValues","opaque","authHeader","k","obj","prototype","call","getPrototypeOf","proto","isPlainObject","setPrototypeOf","merge","output","items","nextItem","mergeObjects","obj1","obj2","isArray","headerPayloads","headerKeys","header","lowerHeader","hasArrayBuffer","ArrayBuffer","objToString","_request","requestOptions","patcher","body","newHeaders","value","isBuffer","isArrayBuffer","requestDataToFetchBody","signal","withCredentials","credentials","httpAgent","httpsAgent","agent","parsedURL","protocol","getFetchOptions","rootPath","defaultRootUrl","getClient","rootUrl","client","createClient","requesttoken","getRequestToken","getPatcher","_digest","hasDigestAuth","Authorization","split","re","match","floor","makeNonce","parseDigestAuth","response2","request","hashCode","str","a","b","charCodeAt","resultToNode","props","davParsePermissions","filename","nodeData","lastmod","mime","size","hasPreview","failed","reportPayload","getDavNameSpaces","getDavProperties","getContents","propfindPayload","davGetDefaultPropfind","rootResponse","stat","details","contentsResponse","getDirectoryContents","includeSelf","contents","generateFolderView","index","View","generateIdFromPath","params","parent","columns","lastTwoWeeksTimestamp","round","now","searchPayload","inheritAttrs","String","required","checked","Number","previewUrl","ratio","failedPreview","computed","nameWithoutExt","realPreviewUrl","mimeIcon","getElementById","pathSections","section","encodeFilePath","MimeType","getIconUrl","onCheck","$emit","onFailure","_vm","_c","_self","staticClass","attrs","domProps","on","_v","class","_s","extend","components","NcEmptyContent","NcModal","TemplatePreview","loading","opened","provider","extension","emptyTemplate","mimetypes","selectedTemplate","templates","template","style","width","margin","border","fetchedProvider","getTemplates","app","onSubmit","close","currentDirectory","URL","searchParams","warn","fileInfo","filePath","templatePath","templateType","createFromTemplate","normalize","openfile","_setupProxy","$event","preventDefault","stopPropagation","_b","_l","_e","mixin","TemplatePickerRoot","appendChild","loadState","templatesPath","TemplatePicker","TemplatePickerView","propsData","$mount","addNewFileMenuEntry","initTemplatesFolder","removeNewFileMenuEntry","iconClass","directory","copySystemTemplates","template_path","registerFileAction","deleteAction","downloadAction","editLocallyAction","favoriteAction","moveOrCopyAction","openFolderAction","openInFilesAction","renameAction","sidebarAction","viewInFolderAction","newFolderEntry","favoriteFolders","favoriteFoldersViews","Navigation","getNavigation","register","caption","emptyTitle","emptyCaption","subscribe","addPathToFavorites","removePathFromFavorites","updateAndSortViews","sort","localeCompare","getLanguage","ignorePunctuation","findIndex","splice","remove","registerFavoritesView","controller","AbortController","CancelablePromise","onCancel","abort","defaultSortKey","deep","navigator","addEventListener","noRewrite","registration","serviceWorker","registerDavProperty","module","exports","_typeof","Symbol","iterator","_exports","_setPrototypeOf","o","p","__proto__","_createSuper","Derived","hasNativeReflectConstruct","Reflect","construct","sham","Proxy","valueOf","e","_isNativeReflectConstruct","Super","_getPrototypeOf","NewTarget","TypeError","ReferenceError","_assertThisInitialized","_possibleConstructorReturn","_createForOfIteratorHelper","allowArrayLike","it","minLen","_arrayLikeToArray","from","_unsupportedIterableToArray","F","s","done","f","err","normalCompletion","didErr","step","next","_e2","return","arr","len","arr2","_classCallCheck","instance","Constructor","_defineProperties","descriptor","enumerable","configurable","writable","defineProperty","_createClass","protoProps","staticProps","_defineProperty","_classPrivateFieldInitSpec","privateMap","privateCollection","has","_checkPrivateRedeclaration","set","_classPrivateFieldGet","receiver","_classApplyDescriptorGet","_classExtractFieldDescriptor","_classPrivateFieldSet","_classApplyDescriptorSet","cancelable","isCancelablePromise","toStringTag","_internals","WeakMap","_promise","CancelablePromiseInternal","_ref","_ref$executor","executor","_ref$internals","internals","isCanceled","onCancelList","_ref$promise","promise","cancel","onfulfilled","onrejected","makeCancelable","then","createCallback","onfinally","runWhenCanceled","finally","callbacks","_step","_iterator","console","_CancelablePromiseInt","subClass","superClass","create","_inherits","_super","iterable","makeAllCancelable","allSettled","any","race","reason","_default","onResult","arg","_step2","_iterator2","resolvable","___CSS_LOADER_URL_IMPORT_0___","___CSS_LOADER_URL_IMPORT_1___","___CSS_LOADER_EXPORT___","___CSS_LOADER_URL_REPLACEMENT_0___","___CSS_LOADER_URL_REPLACEMENT_1___","http","https","validateParams","cb","Stream","Readable","Writable","Duplex","Transform","PassThrough","finished","pipeline","ClientRequest","statusCodes","defaultProtocol","g","search","hostname","port","req","end","IncomingMessage","Agent","defaultMaxSockets","globalAgent","STATUS_CODES","METHODS","xhr","getXHR","XMLHttpRequest","XDomainRequest","checkTypeSupport","responseType","isFunction","ReadableStream","writableStream","WritableStream","abortController","arraybuffer","msstream","mozchunkedarraybuffer","overrideMimeType","capability","inherits","stream","rStates","readyStates","preferBinary","_opts","_body","_headers","auth","setHeader","Buffer","useFetch","mode","_mode","decideMode","_fetchTimer","_socketTimeout","_socketTimer","_onFinish","lowerName","unsafeHeaders","getHeader","removeHeader","_destroyed","timeout","setTimeout","headersObj","Blob","headersList","keyName","v","_fetchAbortController","requestTimeout","_fetchResponse","_resetTimers","_connect","_xhr","process","nextTick","ontimeout","setRequestHeader","_response","onreadystatechange","readyState","DONE","_onXHRProgress","onprogress","onerror","send","statusValid","_write","chunk","encoding","clearTimeout","destroy","once","flushHeaders","setNoDelay","setSocketKeepAlive","UNSENT","OPENED","HEADERS_RECEIVED","resetTimers","rawHeaders","trailers","rawTrailers","statusCode","statusMessage","statusText","write","_resumeFetch","pipeTo","reader","getReader","read","_pos","responseURL","getAllResponseHeaders","matches","_charset","mimeType","charsetMatch","_read","responseText","newData","substr","buffer","alloc","Uint8Array","MSStreamReader","byteLength","onload","readAsArrayBuffer","m","setUid","Ne","_entries","registerEntry","validateEntry","unregisterEntry","r","getEntryIndex","entries","getEntries","_nc_newfilemenu","C","P","Yt","log","d","pow","toFixed","parseFloat","toLocaleString","Z","DEFAULT","Qt","_action","validateAction","title","inline","renderInline","values","Dt","_nc_fileactions","N","SHARE","j","Y","oc","ir","_nc_dav_properties","_nc_dav_namespaces","prop","namespaces","V","L","sr","or","be","R","J","X","crtime","Q","NEW","FAILED","LOCKED","D","_data","_attributes","_knownDavService","updateMtime","deleteProperty","origin","pathname","pop","move","rename","ye","super","ee","te","ur","setHeaders","dr","ve","getcontentlength","Te","_views","_currentView","views","setActive","active","ar","_nc_navigation","Ie","_column","Ae","render","summary","S","O","RegExp","isExist","u","isEmptyObject","l","c","getValue","isName","getAllMatches","startIndex","lastIndex","nameRegexp","M","Oe","allowBooleanAttributes","unpairedTags","U","G","w","z","validate","trim","Re","xe","H","code","msg","line","tagClosed","tagName","tagStartPos","col","Ve","Ce","Pe","$e","Le","Fe","B","preserveOrder","attributeNamePrefix","attributesGroupName","textNodeName","ignoreAttributes","removeNSPrefix","parseTagValue","parseAttributeValue","trimValues","cdataPropName","numberParseOptions","hex","leadingZeros","eNotation","tagValueProcessor","attributeValueProcessor","stopNodes","alwaysCreateTextNode","commentPropName","processEntities","htmlEntities","ignoreDeclaration","ignorePiTags","transformTagName","transformAttributeName","updateTag","buildOptions","defaultOptions","ke","Xe","Ue","Ge","ze","He","Ke","We","je","Ye","Je","decimalPoint","T","tagname","child","addChild","tt","entityName","val","regx","entities","rt","skipLike","De","lastEntities","regex","st","replaceEntitiesValue","$","ot","charAt","ut","dt","resolveNameSpace","at","y","saveTextToParentTag","lastIndexOf","tagsNodeStack","x","tagExp","attrExpPresent","buildAttributesMap","closeIndex","docTypeEntities","parseTextData","rawTagName","isItStopNode","h","E","readStopNodeData","tagContent","_","lt","ft","ampEntity","ct","ht","pt","gt","ne","ie","Nt","bt","Et","prettify","yt","_t","currentNode","apos","quot","space","cent","pound","yen","euro","copyright","reg","inr","addExternalEntities","parseXml","vt","Tt","se","Pt","xt","oe","K","indentBy","suppressUnpairedNode","suppressEmptyNode","endsWith","suppressBooleanAttributes","Ft","format","Vt","oneListGroup","isAttribute","attrPrefixLen","St","processTextOrObjNode","Lt","indentate","Rt","tagEndChar","newLine","j2x","buildTextValNode","attrStr","buildObjectNode","repeat","arrayNodeName","buildAttrPairStr","closeTag","W","XMLParser","externalEntities","addEntity","XMLValidator","XMLBuilder","cr","_view","Ut","emptyView","sticky","expanded","Xt","hr","pr","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","loaded","__webpack_modules__","chunkIds","fn","priority","notFulfilled","Infinity","fulfilled","getter","__esModule","definition","chunkId","Function","script","needAttach","scripts","getElementsByTagName","getAttribute","charset","setAttribute","src","onScriptComplete","prev","event","doneFns","parentNode","removeChild","head","nmd","children","scriptUrl","importScripts","currentScript","baseURI","installedChunks","installedChunkData","errorType","realSrc","webpackJsonpCallback","parentChunkLoadingFunction","moreModules","runtime","chunkLoadingGlobal","__webpack_exports__"],"sourceRoot":""} \ No newline at end of file diff --git a/dist/files-main.js b/dist/files-main.js index 0bc0e8c49f0..59e08e0c893 100644 --- a/dist/files-main.js +++ b/dist/files-main.js @@ -1,3 +1,3 @@ /*! For license information please see files-main.js.LICENSE.txt */ -(()=>{var e,n,s,i={29355:(e,n,s)=>{"use strict";var i={};s.r(i),s.d(i,{exclude:()=>kr,extract:()=>vr,parse:()=>br,parseUrl:()=>xr,pick:()=>Tr,stringify:()=>Cr,stringifyUrl:()=>_r});var r=s(20144),a=!0;function o(){return"undefined"!=typeof navigator&&"undefined"!=typeof window?window:void 0!==s.g?s.g:{}}r.default.util.warn;const l="function"==typeof Proxy,c="devtools-plugin:setup";let u,d;class m{constructor(t,e){this.target=null,this.targetQueue=[],this.onQueue=[],this.plugin=t,this.hook=e;const n={};if(t.settings)for(const e in t.settings){const s=t.settings[e];n[e]=s.defaultValue}const i=`__vue-devtools-plugin-settings__${t.id}`;let r=Object.assign({},n);try{const t=localStorage.getItem(i),e=JSON.parse(t);Object.assign(r,e)}catch(t){}this.fallbacks={getSettings:()=>r,setSettings(t){try{localStorage.setItem(i,JSON.stringify(t))}catch(t){}r=t},now:()=>{return void 0!==u||("undefined"!=typeof window&&window.performance?(u=!0,d=window.performance):void 0!==s.g&&(null===(t=s.g.perf_hooks)||void 0===t?void 0:t.performance)?(u=!0,d=s.g.perf_hooks.performance):u=!1),u?d.now():Date.now();var t}},e&&e.on("plugin:settings:set",((t,e)=>{t===this.plugin.id&&this.fallbacks.setSettings(e)})),this.proxiedOn=new Proxy({},{get:(t,e)=>this.target?this.target.on[e]:(...t)=>{this.onQueue.push({method:e,args:t})}}),this.proxiedTarget=new Proxy({},{get:(t,e)=>this.target?this.target[e]:"on"===e?this.proxiedOn:Object.keys(this.fallbacks).includes(e)?(...t)=>(this.targetQueue.push({method:e,args:t,resolve:()=>{}}),this.fallbacks[e](...t)):(...t)=>new Promise((n=>{this.targetQueue.push({method:e,args:t,resolve:n})}))})}async setRealTarget(t){this.target=t;for(const t of this.onQueue)this.target.on[t.method](...t.args);for(const t of this.targetQueue)t.resolve(await this.target[t.method](...t.args))}}function p(t,e){const n=t,s=o(),i=o().__VUE_DEVTOOLS_GLOBAL_HOOK__,r=l&&n.enableEarlyProxy;if(!i||!s.__VUE_DEVTOOLS_PLUGIN_API_AVAILABLE__&&r){const t=r?new m(n,i):null;(s.__VUE_DEVTOOLS_PLUGINS__=s.__VUE_DEVTOOLS_PLUGINS__||[]).push({pluginDescriptor:n,setupFn:e,proxy:t}),t&&e(t.proxiedTarget)}else i.emit(c,t,e)}var f=s(25108);let g;const h=t=>g=t,A=Symbol();function w(t){return t&&"object"==typeof t&&"[object Object]"===Object.prototype.toString.call(t)&&"function"!=typeof t.toJSON}var y;!function(t){t.direct="direct",t.patchObject="patch object",t.patchFunction="patch function"}(y||(y={}));const v="undefined"!=typeof window,b="undefined"!=typeof __VUE_PROD_DEVTOOLS__&&__VUE_PROD_DEVTOOLS__&&v,C=(()=>"object"==typeof window&&window.window===window?window:"object"==typeof self&&self.self===self?self:"object"==typeof global&&global.global===global?global:"object"==typeof globalThis?globalThis:{HTMLElement:null})();function x(t,e,n){const s=new XMLHttpRequest;s.open("GET",t),s.responseType="blob",s.onload=function(){S(s.response,e,n)},s.onerror=function(){f.error("could not download file")},s.send()}function _(t){const e=new XMLHttpRequest;e.open("HEAD",t,!1);try{e.send()}catch(t){}return e.status>=200&&e.status<=299}function T(t){try{t.dispatchEvent(new MouseEvent("click"))}catch(e){const n=document.createEvent("MouseEvents");n.initMouseEvent("click",!0,!0,window,0,0,0,80,20,!1,!1,!1,!1,0,null),t.dispatchEvent(n)}}const k="object"==typeof navigator?navigator:{userAgent:""},E=(()=>/Macintosh/.test(k.userAgent)&&/AppleWebKit/.test(k.userAgent)&&!/Safari/.test(k.userAgent))(),S=v?"undefined"!=typeof HTMLAnchorElement&&"download"in HTMLAnchorElement.prototype&&!E?function(t,e="download",n){const s=document.createElement("a");s.download=e,s.rel="noopener","string"==typeof t?(s.href=t,s.origin!==location.origin?_(s.href)?x(t,e,n):(s.target="_blank",T(s)):T(s)):(s.href=URL.createObjectURL(t),setTimeout((function(){URL.revokeObjectURL(s.href)}),4e4),setTimeout((function(){T(s)}),0))}:"msSaveOrOpenBlob"in k?function(t,e="download",n){if("string"==typeof t)if(_(t))x(t,e,n);else{const e=document.createElement("a");e.href=t,e.target="_blank",setTimeout((function(){T(e)}))}else navigator.msSaveOrOpenBlob(function(t,{autoBom:e=!1}={}){return e&&/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(t.type)?new Blob([String.fromCharCode(65279),t],{type:t.type}):t}(t,n),e)}:function(t,e,n,s){if((s=s||open("","_blank"))&&(s.document.title=s.document.body.innerText="downloading..."),"string"==typeof t)return x(t,e,n);const i="application/octet-stream"===t.type,r=/constructor/i.test(String(C.HTMLElement))||"safari"in C,a=/CriOS\/[\d]+/.test(navigator.userAgent);if((a||i&&r||E)&&"undefined"!=typeof FileReader){const e=new FileReader;e.onloadend=function(){let t=e.result;if("string"!=typeof t)throw s=null,new Error("Wrong reader.result type");t=a?t:t.replace(/^data:[^;]*;/,"data:attachment/file;"),s?s.location.href=t:location.assign(t),s=null},e.readAsDataURL(t)}else{const e=URL.createObjectURL(t);s?s.location.assign(e):location.href=e,s=null,setTimeout((function(){URL.revokeObjectURL(e)}),4e4)}}:()=>{};function L(t,e){const n="🍍 "+t;"function"==typeof __VUE_DEVTOOLS_TOAST__?__VUE_DEVTOOLS_TOAST__(n,e):"error"===e?f.error(n):"warn"===e?f.warn(n):f.log(n)}function N(t){return"_a"in t&&"install"in t}function I(){if(!("clipboard"in navigator))return L("Your browser doesn't support the Clipboard API","error"),!0}function F(t){return!!(t instanceof Error&&t.message.toLowerCase().includes("document is not focused"))&&(L('You need to activate the "Emulate a focused page" setting in the "Rendering" panel of devtools.',"warn"),!0)}let P;function O(t,e){for(const n in e){const s=t.state.value[n];s?Object.assign(s,e[n]):t.state.value[n]=e[n]}}function B(t){return{_custom:{display:t}}}const D="🍍 Pinia (root)",j="_root";function U(t){return N(t)?{id:j,label:D}:{id:t.$id,label:t.$id}}function R(t){return t?Array.isArray(t)?t.reduce(((t,e)=>(t.keys.push(e.key),t.operations.push(e.type),t.oldValue[e.key]=e.oldValue,t.newValue[e.key]=e.newValue,t)),{oldValue:{},keys:[],operations:[],newValue:{}}):{operation:B(t.type),key:B(t.key),oldValue:t.oldValue,newValue:t.newValue}:{}}function M(t){switch(t){case y.direct:return"mutation";case y.patchFunction:case y.patchObject:return"$patch";default:return"unknown"}}let z=!0;const V=[],$="pinia:mutations",H="pinia",{assign:q}=Object,Z=t=>"🍍 "+t;function G(t,e){p({id:"dev.esm.pinia",label:"Pinia 🍍",logo:"https://pinia.vuejs.org/logo.svg",packageName:"pinia",homepage:"https://pinia.vuejs.org",componentStateTypes:V,app:t},(n=>{"function"!=typeof n.now&&L("You seem to be using an outdated version of Vue Devtools. Are you still using the Beta release instead of the stable one? You can find the links at https://devtools.vuejs.org/guide/installation.html."),n.addTimelineLayer({id:$,label:"Pinia 🍍",color:15064968}),n.addInspector({id:H,label:"Pinia 🍍",icon:"storage",treeFilterPlaceholder:"Search stores",actions:[{icon:"content_copy",action:()=>{!async function(t){if(!I())try{await navigator.clipboard.writeText(JSON.stringify(t.state.value)),L("Global state copied to clipboard.")}catch(t){if(F(t))return;L("Failed to serialize the state. Check the console for more details.","error"),f.error(t)}}(e)},tooltip:"Serialize and copy the state"},{icon:"content_paste",action:async()=>{await async function(t){if(!I())try{O(t,JSON.parse(await navigator.clipboard.readText())),L("Global state pasted from clipboard.")}catch(t){if(F(t))return;L("Failed to deserialize the state from clipboard. Check the console for more details.","error"),f.error(t)}}(e),n.sendInspectorTree(H),n.sendInspectorState(H)},tooltip:"Replace the state with the content of your clipboard"},{icon:"save",action:()=>{!async function(t){try{S(new Blob([JSON.stringify(t.state.value)],{type:"text/plain;charset=utf-8"}),"pinia-state.json")}catch(t){L("Failed to export the state as JSON. Check the console for more details.","error"),f.error(t)}}(e)},tooltip:"Save the state as a JSON file"},{icon:"folder_open",action:async()=>{await async function(t){try{const e=(P||(P=document.createElement("input"),P.type="file",P.accept=".json"),function(){return new Promise(((t,e)=>{P.onchange=async()=>{const e=P.files;if(!e)return t(null);const n=e.item(0);return t(n?{text:await n.text(),file:n}:null)},P.oncancel=()=>t(null),P.onerror=e,P.click()}))}),n=await e();if(!n)return;const{text:s,file:i}=n;O(t,JSON.parse(s)),L(`Global state imported from "${i.name}".`)}catch(t){L("Failed to import the state from JSON. Check the console for more details.","error"),f.error(t)}}(e),n.sendInspectorTree(H),n.sendInspectorState(H)},tooltip:"Import the state from a JSON file"}],nodeActions:[{icon:"restore",tooltip:'Reset the state (with "$reset")',action:t=>{const n=e._s.get(t);n?"function"!=typeof n.$reset?L(`Cannot reset "${t}" store because it doesn't have a "$reset" method implemented.`,"warn"):(n.$reset(),L(`Store "${t}" reset.`)):L(`Cannot reset "${t}" store because it wasn't found.`,"warn")}}]}),n.on.inspectComponent(((t,e)=>{const n=t.componentInstance&&t.componentInstance.proxy;if(n&&n._pStores){const e=t.componentInstance.proxy._pStores;Object.values(e).forEach((e=>{t.instanceData.state.push({type:Z(e.$id),key:"state",editable:!0,value:e._isOptionsAPI?{_custom:{value:(0,r.toRaw)(e.$state),actions:[{icon:"restore",tooltip:"Reset the state of this store",action:()=>e.$reset()}]}}:Object.keys(e.$state).reduce(((t,n)=>(t[n]=e.$state[n],t)),{})}),e._getters&&e._getters.length&&t.instanceData.state.push({type:Z(e.$id),key:"getters",editable:!1,value:e._getters.reduce(((t,n)=>{try{t[n]=e[n]}catch(e){t[n]=e}return t}),{})})}))}})),n.on.getInspectorTree((n=>{if(n.app===t&&n.inspectorId===H){let t=[e];t=t.concat(Array.from(e._s.values())),n.rootNodes=(n.filter?t.filter((t=>"$id"in t?t.$id.toLowerCase().includes(n.filter.toLowerCase()):D.toLowerCase().includes(n.filter.toLowerCase()))):t).map(U)}})),n.on.getInspectorState((n=>{if(n.app===t&&n.inspectorId===H){const t=n.nodeId===j?e:e._s.get(n.nodeId);if(!t)return;t&&(n.state=function(t){if(N(t)){const e=Array.from(t._s.keys()),n=t._s,s={state:e.map((e=>({editable:!0,key:e,value:t.state.value[e]}))),getters:e.filter((t=>n.get(t)._getters)).map((t=>{const e=n.get(t);return{editable:!1,key:t,value:e._getters.reduce(((t,n)=>(t[n]=e[n],t)),{})}}))};return s}const e={state:Object.keys(t.$state).map((e=>({editable:!0,key:e,value:t.$state[e]})))};return t._getters&&t._getters.length&&(e.getters=t._getters.map((e=>({editable:!1,key:e,value:t[e]})))),t._customProperties.size&&(e.customProperties=Array.from(t._customProperties).map((e=>({editable:!0,key:e,value:t[e]})))),e}(t))}})),n.on.editInspectorState(((n,s)=>{if(n.app===t&&n.inspectorId===H){const t=n.nodeId===j?e:e._s.get(n.nodeId);if(!t)return L(`store "${n.nodeId}" not found`,"error");const{path:s}=n;N(t)?s.unshift("state"):1===s.length&&t._customProperties.has(s[0])&&!(s[0]in t.$state)||s.unshift("$state"),z=!1,n.set(t,s,n.state.value),z=!0}})),n.on.editComponentState((t=>{if(t.type.startsWith("🍍")){const n=t.type.replace(/^🍍\s*/,""),s=e._s.get(n);if(!s)return L(`store "${n}" not found`,"error");const{path:i}=t;if("state"!==i[0])return L(`Invalid path for store "${n}":\n${i}\nOnly state can be modified.`);i[0]="$state",z=!1,t.set(s,i,t.state.value),z=!0}}))}))}let W,Y=0;function K(t,e,n){const s=e.reduce(((e,n)=>(e[n]=(0,r.toRaw)(t)[n],e)),{});for(const e in s)t[e]=function(){const i=Y,r=n?new Proxy(t,{get:(...t)=>(W=i,Reflect.get(...t)),set:(...t)=>(W=i,Reflect.set(...t))}):t;W=i;const a=s[e].apply(r,arguments);return W=void 0,a}}function J({app:t,store:e,options:n}){if(e.$id.startsWith("__hot:"))return;e._isOptionsAPI=!!n.state,K(e,Object.keys(n.actions),e._isOptionsAPI);const s=e._hotUpdate;(0,r.toRaw)(e)._hotUpdate=function(t){s.apply(this,arguments),K(e,Object.keys(t._hmrPayload.actions),!!e._isOptionsAPI)},function(t,e){V.includes(Z(e.$id))||V.push(Z(e.$id)),p({id:"dev.esm.pinia",label:"Pinia 🍍",logo:"https://pinia.vuejs.org/logo.svg",packageName:"pinia",homepage:"https://pinia.vuejs.org",componentStateTypes:V,app:t,settings:{logStoreChanges:{label:"Notify about new/deleted stores",type:"boolean",defaultValue:!0}}},(t=>{const n="function"==typeof t.now?t.now.bind(t):Date.now;e.$onAction((({after:s,onError:i,name:r,args:a})=>{const o=Y++;t.addTimelineEvent({layerId:$,event:{time:n(),title:"🛫 "+r,subtitle:"start",data:{store:B(e.$id),action:B(r),args:a},groupId:o}}),s((s=>{W=void 0,t.addTimelineEvent({layerId:$,event:{time:n(),title:"🛬 "+r,subtitle:"end",data:{store:B(e.$id),action:B(r),args:a,result:s},groupId:o}})})),i((s=>{W=void 0,t.addTimelineEvent({layerId:$,event:{time:n(),logType:"error",title:"💥 "+r,subtitle:"end",data:{store:B(e.$id),action:B(r),args:a,error:s},groupId:o}})}))}),!0),e._customProperties.forEach((s=>{(0,r.watch)((()=>(0,r.unref)(e[s])),((e,i)=>{t.notifyComponentUpdate(),t.sendInspectorState(H),z&&t.addTimelineEvent({layerId:$,event:{time:n(),title:"Change",subtitle:s,data:{newValue:e,oldValue:i},groupId:W}})}),{deep:!0})})),e.$subscribe((({events:s,type:i},r)=>{if(t.notifyComponentUpdate(),t.sendInspectorState(H),!z)return;const a={time:n(),title:M(i),data:q({store:B(e.$id)},R(s)),groupId:W};i===y.patchFunction?a.subtitle="⤵️":i===y.patchObject?a.subtitle="🧩":s&&!Array.isArray(s)&&(a.subtitle=s.type),s&&(a.data["rawEvent(s)"]={_custom:{display:"DebuggerEvent",type:"object",tooltip:"raw DebuggerEvent[]",value:s}}),t.addTimelineEvent({layerId:$,event:a})}),{detached:!0,flush:"sync"});const s=e._hotUpdate;e._hotUpdate=(0,r.markRaw)((i=>{s(i),t.addTimelineEvent({layerId:$,event:{time:n(),title:"🔥 "+e.$id,subtitle:"HMR update",data:{store:B(e.$id),info:B("HMR update")}}}),t.notifyComponentUpdate(),t.sendInspectorTree(H),t.sendInspectorState(H)}));const{$dispose:i}=e;e.$dispose=()=>{i(),t.notifyComponentUpdate(),t.sendInspectorTree(H),t.sendInspectorState(H),t.getSettings().logStoreChanges&&L(`Disposed "${e.$id}" store 🗑`)},t.notifyComponentUpdate(),t.sendInspectorTree(H),t.sendInspectorState(H),t.getSettings().logStoreChanges&&L(`"${e.$id}" store installed 🆕`)}))}(t,e)}const Q=()=>{};function X(t,e,n,s=Q){t.push(e);const i=()=>{const n=t.indexOf(e);n>-1&&(t.splice(n,1),s())};return!n&&(0,r.getCurrentScope)()&&(0,r.onScopeDispose)(i),i}function tt(t,...e){t.slice().forEach((t=>{t(...e)}))}const et=t=>t();function nt(t,e){t instanceof Map&&e instanceof Map&&e.forEach(((e,n)=>t.set(n,e))),t instanceof Set&&e instanceof Set&&e.forEach(t.add,t);for(const n in e){if(!e.hasOwnProperty(n))continue;const s=e[n],i=t[n];w(i)&&w(s)&&t.hasOwnProperty(n)&&!(0,r.isRef)(s)&&!(0,r.isReactive)(s)?t[n]=nt(i,s):t[n]=s}return t}const st=Symbol(),it=new WeakMap,{assign:rt}=Object;function at(t,e,n={},s,i,o){let l;const c=rt({actions:{}},n),u={deep:!0};let d,m,p,f=[],g=[];const A=s.state.value[t];o||A||(a?(0,r.set)(s.state.value,t,{}):s.state.value[t]={});const v=(0,r.ref)({});let C;function x(e){let n;d=m=!1,"function"==typeof e?(e(s.state.value[t]),n={type:y.patchFunction,storeId:t,events:p}):(nt(s.state.value[t],e),n={type:y.patchObject,payload:e,storeId:t,events:p});const i=C=Symbol();(0,r.nextTick)().then((()=>{C===i&&(d=!0)})),m=!0,tt(f,n,s.state.value[t])}const _=o?function(){const{state:t}=n,e=t?t():{};this.$patch((t=>{rt(t,e)}))}:Q;function T(e,n){return function(){h(s);const i=Array.from(arguments),r=[],a=[];let o;tt(g,{args:i,name:e,store:S,after:function(t){r.push(t)},onError:function(t){a.push(t)}});try{o=n.apply(this&&this.$id===t?this:S,i)}catch(t){throw tt(a,t),t}return o instanceof Promise?o.then((t=>(tt(r,t),t))).catch((t=>(tt(a,t),Promise.reject(t)))):(tt(r,o),o)}}const k=(0,r.markRaw)({actions:{},getters:{},state:[],hotState:v}),E={_p:s,$id:t,$onAction:X.bind(null,g),$patch:x,$reset:_,$subscribe(e,n={}){const i=X(f,e,n.detached,(()=>a())),a=l.run((()=>(0,r.watch)((()=>s.state.value[t]),(s=>{("sync"===n.flush?m:d)&&e({storeId:t,type:y.direct,events:p},s)}),rt({},u,n))));return i},$dispose:function(){l.stop(),f=[],g=[],s._s.delete(t)}};a&&(E._r=!1);const S=(0,r.reactive)(b?rt({_hmrPayload:k,_customProperties:(0,r.markRaw)(new Set)},E):E);s._s.set(t,S);const L=(s._a&&s._a.runWithContext||et)((()=>s._e.run((()=>(l=(0,r.effectScope)()).run(e)))));for(const e in L){const n=L[e];if((0,r.isRef)(n)&&(I=n,!(0,r.isRef)(I)||!I.effect)||(0,r.isReactive)(n))o||(!A||(N=n,a?it.has(N):w(N)&&N.hasOwnProperty(st))||((0,r.isRef)(n)?n.value=A[e]:nt(n,A[e])),a?(0,r.set)(s.state.value[t],e,n):s.state.value[t][e]=n);else if("function"==typeof n){const t=T(e,n);a?(0,r.set)(L,e,t):L[e]=t,c.actions[e]=n}}var N,I;if(a?Object.keys(L).forEach((t=>{(0,r.set)(S,t,L[t])})):(rt(S,L),rt((0,r.toRaw)(S),L)),Object.defineProperty(S,"$state",{get:()=>s.state.value[t],set:t=>{x((e=>{rt(e,t)}))}}),b){const t={writable:!0,configurable:!0,enumerable:!1};["_p","_hmrPayload","_getters","_customProperties"].forEach((e=>{Object.defineProperty(S,e,rt({value:S[e]},t))}))}return a&&(S._r=!0),s._p.forEach((t=>{if(b){const e=l.run((()=>t({store:S,app:s._a,pinia:s,options:c})));Object.keys(e||{}).forEach((t=>S._customProperties.add(t))),rt(S,e)}else rt(S,l.run((()=>t({store:S,app:s._a,pinia:s,options:c}))))})),A&&o&&n.hydrate&&n.hydrate(S.$state,A),d=!0,m=!0,S}function ot(t,e,n){let s,i;const o="function"==typeof e;function l(t,n){const l=!!(0,r.getCurrentInstance)();return(t=t||(l?(0,r.inject)(A,null):null))&&h(t),(t=g)._s.has(s)||(o?at(s,e,i,t):function(t,e,n,s){const{state:i,actions:o,getters:l}=e,c=n.state.value[t];let u;u=at(t,(function(){c||(a?(0,r.set)(n.state.value,t,i?i():{}):n.state.value[t]=i?i():{});const e=(0,r.toRefs)(n.state.value[t]);return rt(e,o,Object.keys(l||{}).reduce(((e,s)=>(e[s]=(0,r.markRaw)((0,r.computed)((()=>{h(n);const e=n._s.get(t);if(!a||e._r)return l[s].call(e,e)}))),e)),{}))}),e,n,0,!0)}(s,i,t)),t._s.get(s)}return"string"==typeof t?(s=t,i=o?n:e):(i=t,s=t.id),l.$id=s,l}var lt=s(5656),ct=s(77958),ut=s(69183),dt=s(42515),mt=s(62520),pt=function(t,e){return te?1:0},ft=function(t,e){var n=t.localeCompare(e);return n?n/Math.abs(n):0},gt=/(^0x[\da-fA-F]+$|^([+-]?(?:\d+(?:\.\d*)?|\.\d+)(?:[eE][+-]?\d+)?(?!\.\d+)(?=\D|\s|$))|\d+)/g,ht=/^\s+|\s+$/g,At=/\s+/g,wt=/^[+-]?(?:\d+(?:\.\d*)?|\.\d+)(?:[eE][+-]?\d+)?$/,yt=/(^([\w ]+,?[\w ]+)?[\w ]+,?[\w ]+\d+:\d+(:\d+)?[\w ]?|^\d{1,4}[/-]\d{1,4}[/-]\d{1,4}|^\w+, \w+ \d+, \d{4})/,vt=/^0+[1-9]{1}[0-9]*$/,bt=/[^\x00-\x80]/,Ct=function(t,e){return te?1:0},xt=function(t){return t.replace(At," ").replace(ht,"")},_t=function(t){if(0!==t.length){var e=Number(t);if(!Number.isNaN(e))return e}},Tt=function(t,e,n){if(wt.test(t)&&(!vt.test(t)||0===e||"."!==n[e-1]))return _t(t)||0},kt=function(t,e,n){return{parsedNumber:Tt(t,e,n),normalizedString:xt(t)}},Et=function(t){var e=function(t){return t.replace(gt,"\0$1\0").replace(/\0$/,"").replace(/^\0/,"").split("\0")}(t).map(kt);return e},St=function(t){return"function"==typeof t},Lt=function(t){return Number.isNaN(t)||t instanceof Number&&Number.isNaN(t.valueOf())},Nt=function(t){return null===t},It=function(t){return!(null===t||"object"!=typeof t||Array.isArray(t)||t instanceof Number||t instanceof String||t instanceof Boolean||t instanceof Date)},Ft=function(t){return"symbol"==typeof t},Pt=function(t){return void 0===t},Ot=function(t){if("string"==typeof t||t instanceof String||("number"==typeof t||t instanceof Number)&&!Lt(t)||"boolean"==typeof t||t instanceof Boolean||t instanceof Date){var e=function(t){return"boolean"==typeof t||t instanceof Boolean?Number(t).toString():"number"==typeof t||t instanceof Number?t.toString():t instanceof Date?t.getTime().toString():"string"==typeof t||t instanceof String?t.toLowerCase().replace(ht,""):""}(t),n=function(t){var e=_t(t);return void 0!==e?e:function(t){try{var e=Date.parse(t);return!Number.isNaN(e)&&yt.test(t)?e:void 0}catch(t){return}}(t)}(e);return{parsedNumber:n,chunks:Et(n?""+n:e),value:t}}return{isArray:Array.isArray(t),isFunction:St(t),isNaN:Lt(t),isNull:Nt(t),isObject:It(t),isSymbol:Ft(t),isUndefined:Pt(t),value:t}},Bt=function(t){return"function"==typeof t?t:function(e){if(Array.isArray(e)){var n=Number(t);if(Number.isInteger(n))return e[n]}else if(e&&"object"==typeof e){var s=Object.getOwnPropertyDescriptor(e,t);return null==s?void 0:s.value}return e}};function Dt(t,e,n){if(!t||!Array.isArray(t))return[];var s=function(t){if(!t)return[];var e=Array.isArray(t)?[].concat(t):[t];return e.some((function(t){return"string"!=typeof t&&"number"!=typeof t&&"function"!=typeof t}))?[]:e}(e),i=function(t){if(!t)return[];var e=Array.isArray(t)?[].concat(t):[t];return e.some((function(t){return"asc"!==t&&"desc"!==t&&"function"!=typeof t}))?[]:e}(n);return function(t,e,n){var s=e.length?e.map(Bt):[function(t){return t}],i=t.map((function(t,e){return{index:e,values:s.map((function(e){return e(t)})).map(Ot)}}));return i.sort((function(t,e){return function(t,e,n){for(var s=t.index,i=t.values,r=e.index,a=e.values,o=i.length,l=n.length,c=0;ci||s>i?n<=i?-1:1:0}(p.chunks,f.chunks):function(t,e){return(t.chunks?!e.chunks:e.chunks)?t.chunks?-1:1:(t.isNaN?!e.isNaN:e.isNaN)?t.isNaN?-1:1:(t.isSymbol?!e.isSymbol:e.isSymbol)?t.isSymbol?-1:1:(t.isObject?!e.isObject:e.isObject)?t.isObject?-1:1:(t.isArray?!e.isArray:e.isArray)?t.isArray?-1:1:(t.isFunction?!e.isFunction:e.isFunction)?t.isFunction?-1:1:(t.isNull?!e.isNull:e.isNull)?t.isNull?-1:1:0}(p,f));if(m)return m*("desc"===u?-1:1)}}var p,f;return s-r}(t,e,n)})),i.map((function(e){return function(t,e){return t[e]}(t,e.index)}))}(t,s,i)}var jt=s(5055),Ut=s(64024),Rt=s(31352),Mt=s(41922),zt=s(76226),Vt=s(90207);const $t={name:"FormatListBulletedSquareIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}};var Ht=s(51900);const qt=(0,Ht.Z)($t,(function(){var t=this,e=t._self._c;return e("span",t._b({staticClass:"material-design-icon format-list-bulleted-square-icon",attrs:{"aria-hidden":!t.title,"aria-label":t.title,role:"img"},on:{click:function(e){return t.$emit("click",e)}}},"span",t.$attrs,!1),[e("svg",{staticClass:"material-design-icon__svg",attrs:{fill:t.fillColor,width:t.size,height:t.size,viewBox:"0 0 24 24"}},[e("path",{attrs:{d:"M3,4H7V8H3V4M9,5V7H21V5H9M3,10H7V14H3V10M9,11V13H21V11H9M3,16H7V20H3V16M9,17V19H21V17H9"}},[t.title?e("title",[t._v(t._s(t.title))]):t._e()])])])}),[],!1,null,null,null).exports;var Zt=s(40874),Gt=s(74628),Wt=s(22175),Yt=s(64865),Kt=s(20435),Jt=s(81755);const Qt={name:"ShareVariantIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},Xt=(0,Ht.Z)(Qt,(function(){var t=this,e=t._self._c;return e("span",t._b({staticClass:"material-design-icon share-variant-icon",attrs:{"aria-hidden":!t.title,"aria-label":t.title,role:"img"},on:{click:function(e){return t.$emit("click",e)}}},"span",t.$attrs,!1),[e("svg",{staticClass:"material-design-icon__svg",attrs:{fill:t.fillColor,width:t.size,height:t.size,viewBox:"0 0 24 24"}},[e("path",{attrs:{d:"M18,16.08C17.24,16.08 16.56,16.38 16.04,16.85L8.91,12.7C8.96,12.47 9,12.24 9,12C9,11.76 8.96,11.53 8.91,11.3L15.96,7.19C16.5,7.69 17.21,8 18,8A3,3 0 0,0 21,5A3,3 0 0,0 18,2A3,3 0 0,0 15,5C15,5.24 15.04,5.47 15.09,5.7L8.04,9.81C7.5,9.31 6.79,9 6,9A3,3 0 0,0 3,12A3,3 0 0,0 6,15C6.79,15 7.5,14.69 8.04,14.19L15.16,18.34C15.11,18.55 15.08,18.77 15.08,19C15.08,20.61 16.39,21.91 18,21.91C19.61,21.91 20.92,20.61 20.92,19A2.92,2.92 0 0,0 18,16.08Z"}},[t.title?e("title",[t._v(t._s(t.title))]):t._e()])])])}),[],!1,null,null,null).exports,te={name:"ViewGridIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},ee=(0,Ht.Z)(te,(function(){var t=this,e=t._self._c;return e("span",t._b({staticClass:"material-design-icon view-grid-icon",attrs:{"aria-hidden":!t.title,"aria-label":t.title,role:"img"},on:{click:function(e){return t.$emit("click",e)}}},"span",t.$attrs,!1),[e("svg",{staticClass:"material-design-icon__svg",attrs:{fill:t.fillColor,width:t.size,height:t.size,viewBox:"0 0 24 24"}},[e("path",{attrs:{d:"M3,11H11V3H3M3,21H11V13H3M13,21H21V13H13M13,3V11H21V3"}},[t.title?e("title",[t._v(t._s(t.title))]):t._e()])])])}),[],!1,null,null,null).exports;var ne=s(48250);const se=(0,s(17499).IY)().setApp("files").detectUser().build(),ie=new lt.p$({id:"details",displayName:()=>(0,Rt.Iu)("files","Open details"),iconSvgInline:()=>ne,enabled:t=>1===t.length&&!!t[0]&&!!window?.OCA?.Files?.Sidebar&&((t[0].root?.startsWith("/files/")&&t[0].permissions!==lt.y3.NONE)??!1),async exec(t,e,n){try{return await window.OCA.Files.Sidebar.open(t.path),window.OCP.Files.Router.goToRoute(null,{view:e.id,fileid:t.fileid},{dir:n},!0),null}catch(t){return se.error("Error while opening sidebar",{error:t}),!1}},order:-50}),re=function(){const t=ot("files",{state:()=>({files:{},roots:{}}),getters:{getNode:t=>e=>t.files[e],getNodes:t=>e=>e.map((e=>t.files[e])).filter(Boolean),getRoot:t=>e=>t.roots[e]},actions:{updateNodes(t){const e=t.reduce(((t,e)=>e.fileid?(t[e.fileid]=e,t):(se.error("Trying to update/set a node without fileid",e),t)),{});r.default.set(this,"files",{...this.files,...e})},deleteNodes(t){t.forEach((t=>{t.fileid&&r.default.delete(this.files,t.fileid)}))},setRoot(t){let{service:e,root:n}=t;r.default.set(this.roots,e,n)},onDeletedNode(t){this.deleteNodes([t])},onCreatedNode(t){this.updateNodes([t])},onUpdatedNode(t){this.updateNodes([t])}}})(...arguments);return t._initialized||((0,ut.Ld)("files:node:created",t.onCreatedNode),(0,ut.Ld)("files:node:deleted",t.onDeletedNode),(0,ut.Ld)("files:node:updated",t.onUpdatedNode),t._initialized=!0),t},ae=function(){const t=re(),e=ot("paths",{state:()=>({paths:{}}),getters:{getPath:t=>(e,n)=>{if(t.paths[e])return t.paths[e][n]}},actions:{addPath(t){this.paths[t.service]||r.default.set(this.paths,t.service,{}),r.default.set(this.paths[t.service],t.path,t.fileid)},onCreatedNode(e){const n=(0,lt.Ti)()?.active?.id||"files";if(e.fileid){if(e.type===lt.Tv.Folder&&this.addPath({service:n,path:e.path,fileid:e.fileid}),"/"===e.dirname){const s=t.getRoot(n);return s._children||r.default.set(s,"_children",[]),void s._children.push(e.fileid)}if(this.paths[n][e.dirname]){const s=this.paths[n][e.dirname],i=t.getNode(s);return se.debug("Path already exists, updating children",{parentFolder:i,node:e}),i?(i._children||r.default.set(i,"_children",[]),void i._children.push(e.fileid)):void se.error("Parent folder not found",{parentId:s})}se.debug("Parent path does not exists, skipping children update",{node:e})}else se.error("Node has no fileid",{node:e})}}})(...arguments);return e._initialized||((0,ut.Ld)("files:node:created",e.onCreatedNode),e._initialized=!0),e},oe=ot("selection",{state:()=>({selected:[],lastSelection:[],lastSelectedIndex:null}),actions:{set(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];r.default.set(this,"selected",[...new Set(t)])},setLastIndex(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;r.default.set(this,"lastSelection",t?this.selected:[]),r.default.set(this,"lastSelectedIndex",t)},reset(){r.default.set(this,"selected",[]),r.default.set(this,"lastSelection",[]),r.default.set(this,"lastSelectedIndex",null)}}});let le;var ce=s(79753),ue=s(43554),de=s(93664);const me=(0,ue.j)("files","config",{show_hidden:!1,crop_image_previews:!0,sort_favorites_first:!0,grid_view:!1}),pe=function(){const t=ot("userconfig",{state:()=>({userConfig:me}),actions:{onUpdate(t,e){r.default.set(this.userConfig,t,e)},async update(t,e){await de.Z.put((0,ce.generateUrl)("/apps/files/api/v1/config/"+t),{value:e}),(0,ut.j8)("files:config:updated",{key:t,value:e})}}})(...arguments);return t._initialized||((0,ut.Ld)("files:config:updated",(function(e){let{key:n,value:s}=e;t.onUpdate(n,s)})),t._initialized=!0),t},fe=(0,ue.j)("files","viewConfigs",{}),ge=function(){const t=ot("viewconfig",{state:()=>({viewConfig:fe}),getters:{getConfig:t=>e=>t.viewConfig[e]||{}},actions:{onUpdate(t,e,n){this.viewConfig[t]||r.default.set(this.viewConfig,t,{}),r.default.set(this.viewConfig[t],e,n)},async update(t,e,n){de.Z.put((0,ce.generateUrl)(`/apps/files/api/v1/views/${t}/${e}`),{value:n}),(0,ut.j8)("files:viewconfig:updated",{view:t,key:e,value:n})},setSortingBy(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"basename",e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"files";this.update(e,"sorting_mode",t),this.update(e,"sorting_direction","asc")},toggleSortingDirection(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"files";const e="asc"===(this.getConfig(t)||{sorting_direction:"asc"}).sorting_direction?"desc":"asc";this.update(t,"sorting_direction",e)}}}),e=t(...arguments);return e._initialized||((0,ut.Ld)("files:viewconfig:updated",(function(t){let{view:n,key:s,value:i}=t;e.onUpdate(n,s,i)})),e._initialized=!0),e},he={name:"HomeIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},Ae=(0,Ht.Z)(he,(function(){var t=this,e=t._self._c;return e("span",t._b({staticClass:"material-design-icon home-icon",attrs:{"aria-hidden":!t.title,"aria-label":t.title,role:"img"},on:{click:function(e){return t.$emit("click",e)}}},"span",t.$attrs,!1),[e("svg",{staticClass:"material-design-icon__svg",attrs:{fill:t.fillColor,width:t.size,height:t.size,viewBox:"0 0 24 24"}},[e("path",{attrs:{d:"M10,20V14H14V20H19V12H22L12,3L2,12H5V20H10Z"}},[t.title?e("title",[t._v(t._s(t.title))]):t._e()])])])}),[],!1,null,null,null).exports;var we=s(36402),ye=s(49231);const ve=r.default.extend({name:"BreadCrumbs",components:{Home:Ae,NcBreadcrumbs:ye.Z,NcBreadcrumb:we.Z},props:{path:{type:String,default:"/"}},setup:()=>({filesStore:re(),pathsStore:ae()}),computed:{currentView(){return this.$navigation.active},dirs(){var t;return["/",...this.path.split("/").filter(Boolean).map((t="/",e=>t+=`${e}/`)).map((t=>t.replace(/^(.+)\/$/,"$1")))]},sections(){return this.dirs.map((t=>{const e=this.getFileIdFromPath(t),n={...this.$route,params:{fileid:e},query:{dir:t}};return{dir:t,exact:!0,name:this.getDirDisplayName(t),to:n}}))}},methods:{getNodeFromId(t){return this.filesStore.getNode(t)},getFileIdFromPath(t){return this.pathsStore.getPath(this.currentView?.id,t)},getDirDisplayName(e){if("/"===e)return t("files","Home");const n=this.getFileIdFromPath(e),s=this.getNodeFromId(n);return s?.attributes?.displayName||(0,mt.basename)(e)},onClick(t){t?.query?.dir===this.$route.query.dir&&this.$emit("reload")},ariaLabel(e){return e?.to?.query?.dir===this.$route.query.dir?t("files","Reload current directory"):t("files",'Go to the "{dir}" directory',e)}}});var be=s(93379),Ce=s.n(be),xe=s(7795),_e=s.n(xe),Te=s(90569),ke=s.n(Te),Ee=s(3565),Se=s.n(Ee),Le=s(19216),Ne=s.n(Le),Ie=s(44589),Fe=s.n(Ie),Pe=s(64912),Oe={};Oe.styleTagTransform=Fe(),Oe.setAttributes=Se(),Oe.insert=ke().bind(null,"head"),Oe.domAPI=_e(),Oe.insertStyleElement=Ne(),Ce()(Pe.Z,Oe),Pe.Z&&Pe.Z.locals&&Pe.Z.locals;const Be=(0,Ht.Z)(ve,(function(){var t=this,e=t._self._c;return t._self._setupProxy,e("NcBreadcrumbs",{attrs:{"data-cy-files-content-breadcrumbs":""},scopedSlots:t._u([{key:"actions",fn:function(){return[t._t("actions")]},proxy:!0}],null,!0)},t._l(t.sections,(function(n,s){return e("NcBreadcrumb",t._b({key:n.dir,attrs:{"aria-label":t.ariaLabel(n),title:t.ariaLabel(n),dir:"auto",to:n.to},nativeOn:{click:function(e){return t.onClick(n.to)}},scopedSlots:t._u([0===s?{key:"icon",fn:function(){return[e("Home",{attrs:{size:20}})]},proxy:!0}:null],null,!0)},"NcBreadcrumb",n,!1))})),1)}),[],!1,null,"2af35352",null).exports;var De=s(52925),je=s(80351),Ue=s.n(je);const Re={name:"FileMultipleIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},Me=(0,Ht.Z)(Re,(function(){var t=this,e=t._self._c;return e("span",t._b({staticClass:"material-design-icon file-multiple-icon",attrs:{"aria-hidden":!t.title,"aria-label":t.title,role:"img"},on:{click:function(e){return t.$emit("click",e)}}},"span",t.$attrs,!1),[e("svg",{staticClass:"material-design-icon__svg",attrs:{fill:t.fillColor,width:t.size,height:t.size,viewBox:"0 0 24 24"}},[e("path",{attrs:{d:"M15,7H20.5L15,1.5V7M8,0H16L22,6V18A2,2 0 0,1 20,20H8C6.89,20 6,19.1 6,18V2A2,2 0 0,1 8,0M4,4V22H20V24H4A2,2 0 0,1 2,22V4H4Z"}},[t.title?e("title",[t._v(t._s(t.title))]):t._e()])])])}),[],!1,null,null,null).exports;var ze=s(81456),Ve=s(65720);const $e=(0,Ht.Z)(Ve.Z,ze.s,ze.x,!1,null,null,null).exports,He=r.default.extend({name:"DragAndDropPreview",components:{FileMultipleIcon:Me,FolderIcon:$e},data:()=>({nodes:[]}),computed:{isSingleNode(){return 1===this.nodes.length},isSingleFolder(){return this.isSingleNode&&this.nodes[0].type===lt.Tv.Folder},name(){return this.size?`${this.summary} – ${this.size}`:this.summary},size(){const t=this.nodes.reduce(((t,e)=>t+e.size||0),0),e=parseInt(t,10)||0;return"number"!=typeof e||e<0?null:(0,lt.sS)(e,!0)},summary(){if(this.isSingleNode){const t=this.nodes[0];return t.attributes?.displayName||t.basename}return(t=>{const e=t.filter((t=>t.type===lt.Tv.File)).length,n=t.filter((t=>t.type===lt.Tv.Folder)).length;return 0===e?(0,Rt.uN)("files","{folderCount} folder","{folderCount} folders",n,{folderCount:n}):0===n?(0,Rt.uN)("files","{fileCount} file","{fileCount} files",e,{fileCount:e}):1===e?(0,Rt.uN)("files","1 file and {folderCount} folder","1 file and {folderCount} folders",n,{folderCount:n}):1===n?(0,Rt.uN)("files","{fileCount} file and 1 folder","{fileCount} files and 1 folder",e,{fileCount:e}):(0,Rt.Iu)("files","{fileCount} files and {folderCount} folders",{fileCount:e,folderCount:n})})(this.nodes)}},methods:{update(t){this.nodes=t,this.$refs.previewImg.replaceChildren(),t.slice(0,3).forEach((t=>{const e=document.querySelector(`[data-cy-files-list-row-fileid="${t.fileid}"] .files-list__row-icon img`);e&&this.$refs.previewImg.appendChild(e.parentNode.cloneNode(!0))})),this.$nextTick((()=>{this.$emit("loaded",this.$el)}))}}}),qe=He;var Ze=s(50262),Ge={};Ge.styleTagTransform=Fe(),Ge.setAttributes=Se(),Ge.insert=ke().bind(null,"head"),Ge.domAPI=_e(),Ge.insertStyleElement=Ne(),Ce()(Ze.Z,Ge),Ze.Z&&Ze.Z.locals&&Ze.Z.locals;const We=(0,Ht.Z)(qe,(function(){var t=this,e=t._self._c;return t._self._setupProxy,e("div",{staticClass:"files-list-drag-image"},[e("span",{staticClass:"files-list-drag-image__icon"},[e("span",{ref:"previewImg"}),t._v(" "),t.isSingleFolder?e("FolderIcon"):e("FileMultipleIcon")],1),t._v(" "),e("span",{staticClass:"files-list-drag-image__name"},[t._v(t._s(t.name))])])}),[],!1,null,null,null).exports,Ye=r.default.extend(We);let Ke;const Je=async t=>new Promise((e=>{Ke||(Ke=(new Ye).$mount(),document.body.appendChild(Ke.$el)),Ke.update(t),Ke.$on("loaded",(()=>{e(Ke.$el),Ke.$off("loaded")}))}));var Qe=s(51473),Xe={};Xe.styleTagTransform=Fe(),Xe.setAttributes=Se(),Xe.insert=ke().bind(null,"head"),Xe.domAPI=_e(),Xe.insertStyleElement=Ne(),Ce()(Qe.Z,Xe),Qe.Z&&Qe.Z.locals&&Qe.Z.locals;var tn=s(51120);const{Axios:en,AxiosError:nn,CanceledError:sn,isCancel:rn,CancelToken:an,VERSION:on,all:ln,Cancel:cn,isAxiosError:un,spread:dn,toFormData:mn,AxiosHeaders:pn,HttpStatusCode:fn,formToJSON:gn,getAdapter:hn,mergeConfig:An}=tn.default;var wn=s(59546),yn=s(96384),vn=s(59440);let bn;const Cn=()=>(bn||(bn=new vn.Z({concurrency:3})),bn);var xn;!function(t){t.MOVE="Move",t.COPY="Copy",t.MOVE_OR_COPY="move-or-copy"}(xn||(xn={}));const _n=t=>0!=(t.reduce(((t,e)=>Math.min(t,e.permissions)),lt.y3.ALL)<.y3.UPDATE),Tn=t=>(t=>t.every((t=>!JSON.parse(t.attributes?.["share-attributes"]??"[]").some((t=>"permissions"===t.scope&&!1===t.enabled&&"download"===t.key)))))(t);var kn=s(25108);const En=t=>_n(t)?Tn(t)?xn.MOVE_OR_COPY:xn.MOVE:xn.COPY,Sn=async function(t,e,n){let s=arguments.length>3&&void 0!==arguments[3]&&arguments[3];if(!e)return;if(e.type!==lt.Tv.Folder)throw new Error((0,Rt.Iu)("files","Destination is not a folder"));if(t.dirname===e.path)throw new Error((0,Rt.Iu)("files","This file/folder is already in that directory"));if(e.path.startsWith(t.path))throw new Error((0,Rt.Iu)("files","You cannot move a file/folder onto itself or into a subfolder of itself"));const i=(0,mt.join)(e.path,t.basename),a=(0,ce.generateRemoteUrl)(`dav/files/${(0,ct.ts)()?.uid}${i}`);se.debug(`${n} ${t.basename} to ${a}`),r.default.set(t,"status",lt.e4.LOADING);const o=Cn();return await o.add((async()=>{try{await(0,de.Z)({method:n===xn.COPY?"COPY":"MOVE",url:t.encodedSource,headers:{Destination:encodeURI(a),Overwrite:s?void 0:"F"}}),n===xn.MOVE&&(0,ut.j8)("files:node:deleted",t)}catch(t){if(t instanceof nn){if(412===t?.response?.status)throw new Error((0,Rt.Iu)("files","A file or folder with that name already exists in this folder"));if(423===t?.response?.status)throw new Error((0,Rt.Iu)("files","The files is locked"));if(404===t?.response?.status)throw new Error((0,Rt.Iu)("files","The file does not exist anymore"));if(t.message)throw new Error(t.message)}throw new Error}finally{r.default.set(t,"status",void 0)}}))},Ln=(new lt.p$({id:"move-copy",displayName(t){switch(En(t)){case xn.MOVE:return(0,Rt.Iu)("files","Move");case xn.COPY:return(0,Rt.Iu)("files","Copy");case xn.MOVE_OR_COPY:return(0,Rt.Iu)("files","Move or copy")}},iconSvgInline:()=>yn,enabled:t=>!!t.every((t=>t.root?.startsWith("/files/")))&&t.length>0&&(_n(t)||Tn(t)),async exec(t,e,n){const s=En([t]);try{return await async function(t){let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"/",n=arguments.length>2?arguments[2]:void 0;const s=(0,Ut.fn)((0,Rt.Iu)("files","Chose destination")).allowDirectories(!0).setFilter((t=>0!=(t.permissions<.y3.CREATE)&&n.fileid!==t.fileid)).setMimeTypeFilter([]).setMultiSelect(!1).startAt(e);return new Promise(((e,i)=>{s.setButtonFactory(((s,r)=>{const a=[],o=(0,mt.basename)(r);return n.dirname===r||n.path===r||(t!==xn.COPY&&t!==xn.MOVE_OR_COPY||a.push({label:o?(0,Rt.Iu)("files","Copy to {target}",{target:o}):(0,Rt.Iu)("files","Copy"),type:"primary",icon:wn,async callback(t){try{await Sn(n,t[0],xn.COPY),e(!0)}catch(t){i(t)}}}),t!==xn.MOVE&&t!==xn.MOVE_OR_COPY||a.push({label:o?(0,Rt.Iu)("files","Move to {target}",{target:o}):(0,Rt.Iu)("files","Move"),type:t===xn.MOVE?"primary":"secondary",icon:yn,async callback(t){try{await Sn(n,t[0],xn.MOVE),e(!0)}catch(t){kn.warn("got error",t),i(t)}}})),a})),s.build().pick().catch((()=>{i(new Error((0,Rt.Iu)("files","Cancelled move or copy operation")))}))}))}(s,n,t),!0}catch(t){return!!(t instanceof Error&&t.message)&&((0,Ut.x2)(t.message),null)}},order:15}),function(t){return t.split("").reduce((function(t,e){return(t=(t<<5)-t+e.charCodeAt(0))&t}),0)}),Nn=ot("actionsmenu",{state:()=>({opened:null})}),In=ot("dragging",{state:()=>({dragging:[]}),actions:{set(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];r.default.set(this,"dragging",t)},reset(){r.default.set(this,"dragging",[])}}}),Fn=function(){const t=ot("renaming",{state:()=>({renamingNode:void 0,newName:""})})(...arguments);return t._initialized||((0,ut.Ld)("files:node:rename",(function(e){t.renamingNode=e,t.newName=e.basename})),t._initialized=!0),t};var Pn=s(97947);const On={name:"CustomElementRender",props:{source:{type:Object,required:!0},currentView:{type:Object,required:!0},render:{type:Function,required:!0}},watch:{source(){this.updateRootElement()},currentView(){this.updateRootElement()}},mounted(){this.updateRootElement()},methods:{async updateRootElement(){const t=await this.render(this.source,this.currentView);t?this.$el.replaceChildren(t):this.$el.replaceChildren()}}},Bn=(0,Ht.Z)(On,(function(){return(0,this._self._c)("span")}),[],!1,null,null,null).exports,Dn={name:"ArrowLeftIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},jn=(0,Ht.Z)(Dn,(function(){var t=this,e=t._self._c;return e("span",t._b({staticClass:"material-design-icon arrow-left-icon",attrs:{"aria-hidden":!t.title,"aria-label":t.title,role:"img"},on:{click:function(e){return t.$emit("click",e)}}},"span",t.$attrs,!1),[e("svg",{staticClass:"material-design-icon__svg",attrs:{fill:t.fillColor,width:t.size,height:t.size,viewBox:"0 0 24 24"}},[e("path",{attrs:{d:"M20,11V13H8L13.5,18.5L12.08,19.92L4.16,12L12.08,4.08L13.5,5.5L8,11H20Z"}},[t.title?e("title",[t._v(t._s(t.title))]):t._e()])])])}),[],!1,null,null,null).exports,Un={name:"ChevronRightIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},Rn=(0,Ht.Z)(Un,(function(){var t=this,e=t._self._c;return e("span",t._b({staticClass:"material-design-icon chevron-right-icon",attrs:{"aria-hidden":!t.title,"aria-label":t.title,role:"img"},on:{click:function(e){return t.$emit("click",e)}}},"span",t.$attrs,!1),[e("svg",{staticClass:"material-design-icon__svg",attrs:{fill:t.fillColor,width:t.size,height:t.size,viewBox:"0 0 24 24"}},[e("path",{attrs:{d:"M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z"}},[t.title?e("title",[t._v(t._s(t.title))]):t._e()])])])}),[],!1,null,null,null).exports;var Mn=s(72155),zn=s(55212),Vn=s(96204);const $n=(0,lt.Vn)(),Hn=r.default.extend({name:"FileEntryActions",components:{ArrowLeftIcon:jn,ChevronRightIcon:Rn,CustomElementRender:Bn,NcActionButton:Mn.Z,NcActions:zn.Z,NcActionSeparator:Vn.Z,NcIconSvgWrapper:Yt.Z,NcLoadingIcon:Kt.Z},props:{filesListWidth:{type:Number,required:!0},loading:{type:String,required:!0},opened:{type:Boolean,default:!1},source:{type:Object,required:!0},gridMode:{type:Boolean,default:!1}},data:()=>({openedSubmenu:null}),computed:{currentDir(){return(this.$route?.query?.dir?.toString()||"/").replace(/^(.+)\/$/,"$1")},currentView(){return this.$navigation.active},isLoading(){return this.source.status===lt.e4.LOADING},enabledActions(){return this.source.attributes.failed?[]:$n.filter((t=>!t.enabled||t.enabled([this.source],this.currentView))).sort(((t,e)=>(t.order||0)-(e.order||0)))},enabledInlineActions(){return this.filesListWidth<768||this.gridMode?[]:this.enabledActions.filter((t=>t?.inline?.(this.source,this.currentView)))},enabledRenderActions(){return this.gridMode?[]:this.enabledActions.filter((t=>"function"==typeof t.renderInline))},enabledDefaultActions(){return this.enabledActions.filter((t=>!!t?.default))},enabledMenuActions(){if(this.openedSubmenu)return this.enabledInlineActions;const t=[...this.enabledInlineActions,...this.enabledActions.filter((t=>t.default!==lt.DT.HIDDEN&&"function"!=typeof t.renderInline))].filter(((t,e,n)=>e===n.findIndex((e=>e.id===t.id)))),e=t.filter((t=>!t.parent)).map((t=>t.id));return t.filter((t=>!(t.parent&&e.includes(t.parent))))},enabledSubmenuActions(){return this.enabledActions.filter((t=>t.parent)).reduce(((t,e)=>(t[e.parent]||(t[e.parent]=[]),t[e.parent].push(e),t)),{})},openedMenu:{get(){return this.opened},set(t){this.$emit("update:opened",t)}},getBoundariesElement:()=>document.querySelector(".app-content > .files-list"),mountType(){return this.source._attributes["mount-type"]}},methods:{actionDisplayName(t){if((this.gridMode||this.filesListWidth<768&&t.inline)&&"function"==typeof t.title){const e=t.title([this.source],this.currentView);if(e)return e}return t.displayName([this.source],this.currentView)},async onActionClick(t){let e=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(this.enabledSubmenuActions[t.id])return void(this.openedSubmenu=t);const n=t.displayName([this.source],this.currentView);try{this.$emit("update:loading",t.id),r.default.set(this.source,"status",lt.e4.LOADING);const e=await t.exec(this.source,this.currentView,this.currentDir);if(null==e)return;if(e)return void(0,Ut.s$)((0,Rt.Iu)("files",'"{displayName}" action executed successfully',{displayName:n}));(0,Ut.x2)((0,Rt.Iu)("files",'"{displayName}" action failed',{displayName:n}))}catch(e){se.error("Error while executing action",{action:t,e}),(0,Ut.x2)((0,Rt.Iu)("files",'"{displayName}" action failed',{displayName:n}))}finally{this.$emit("update:loading",""),r.default.set(this.source,"status",void 0),e&&(this.openedSubmenu=null)}},execDefaultAction(t){this.enabledDefaultActions.length>0&&(t.preventDefault(),t.stopPropagation(),this.enabledDefaultActions[0].exec(this.source,this.currentView,this.currentDir))},isMenu(t){return this.enabledSubmenuActions[t]?.length>0},t:Rt.Iu}}),qn=Hn;var Zn=s(21367),Gn={};Gn.styleTagTransform=Fe(),Gn.setAttributes=Se(),Gn.insert=ke().bind(null,"head"),Gn.domAPI=_e(),Gn.insertStyleElement=Ne(),Ce()(Zn.Z,Gn),Zn.Z&&Zn.Z.locals&&Zn.Z.locals;var Wn=(0,Ht.Z)(qn,(function(){var t=this,e=t._self._c;return t._self._setupProxy,e("td",{staticClass:"files-list__row-actions",attrs:{"data-cy-files-list-row-actions":""}},[t._l(t.enabledRenderActions,(function(n){return e("CustomElementRender",{key:n.id,staticClass:"files-list__row-action--inline",class:"files-list__row-action-"+n.id,attrs:{"current-view":t.currentView,render:n.renderInline,source:t.source}})})),t._v(" "),e("NcActions",{ref:"actionsMenu",attrs:{"boundaries-element":t.getBoundariesElement,container:t.getBoundariesElement,disabled:t.isLoading||""!==t.loading,"force-name":!0,type:"tertiary","force-menu":0===t.enabledInlineActions.length,inline:t.enabledInlineActions.length,open:t.openedMenu},on:{"update:open":function(e){t.openedMenu=e},close:function(e){t.openedSubmenu=null}}},[t._l(t.enabledMenuActions,(function(n){return e("NcActionButton",{key:n.id,class:{[`files-list__row-action-${n.id}`]:!0,"files-list__row-action--menu":t.isMenu(n.id)},attrs:{"close-after-click":!t.isMenu(n.id),"data-cy-files-list-row-action":n.id,"is-menu":t.isMenu(n.id),title:n.title?.([t.source],t.currentView)},on:{click:function(e){return t.onActionClick(n)}},scopedSlots:t._u([{key:"icon",fn:function(){return[t.loading===n.id?e("NcLoadingIcon",{attrs:{size:18}}):e("NcIconSvgWrapper",{attrs:{svg:n.iconSvgInline([t.source],t.currentView)}})]},proxy:!0}],null,!0)},[t._v("\n\t\t\t"+t._s("shared"===t.mountType&&"sharing-status"===n.id?"":t.actionDisplayName(n))+"\n\t\t")])})),t._v(" "),t.openedSubmenu&&t.enabledSubmenuActions[t.openedSubmenu?.id]?[e("NcActionButton",{staticClass:"files-list__row-action-back",on:{click:function(e){t.openedSubmenu=null}},scopedSlots:t._u([{key:"icon",fn:function(){return[e("ArrowLeftIcon")]},proxy:!0}],null,!1,3001860362)},[t._v("\n\t\t\t\t"+t._s(t.actionDisplayName(t.openedSubmenu))+"\n\t\t\t")]),t._v(" "),e("NcActionSeparator"),t._v(" "),t._l(t.enabledSubmenuActions[t.openedSubmenu?.id],(function(n){return e("NcActionButton",{key:n.id,staticClass:"files-list__row-action--submenu",class:`files-list__row-action-${n.id}`,attrs:{"close-after-click":!1,"data-cy-files-list-row-action":n.id,title:n.title?.([t.source],t.currentView)},on:{click:function(e){return t.onActionClick(n)}},scopedSlots:t._u([{key:"icon",fn:function(){return[t.loading===n.id?e("NcLoadingIcon",{attrs:{size:18}}):e("NcIconSvgWrapper",{attrs:{svg:n.iconSvgInline([t.source],t.currentView)}})]},proxy:!0}],null,!0)},[t._v("\n\t\t\t\t"+t._s(t.actionDisplayName(n))+"\n\t\t\t")])}))]:t._e()],2)],2)}),[],!1,null,"6dd8d639",null);const Yn=Wn.exports;var Kn=s(34741);const Jn=r.default.extend({name:"FileEntryCheckbox",components:{NcCheckboxRadioSwitch:Kn.Z,NcLoadingIcon:Kt.Z},props:{displayName:{type:String,required:!0},fileid:{type:String,required:!0},isLoading:{type:Boolean,default:!1},nodes:{type:Array,required:!0}},setup(){const t=oe(),e=function(){const t=ot("keyboard",{state:()=>({altKey:!1,ctrlKey:!1,metaKey:!1,shiftKey:!1}),actions:{onEvent(t){t||(t=window.event),r.default.set(this,"altKey",!!t.altKey),r.default.set(this,"ctrlKey",!!t.ctrlKey),r.default.set(this,"metaKey",!!t.metaKey),r.default.set(this,"shiftKey",!!t.shiftKey)}}})(...arguments);return t._initialized||(window.addEventListener("keydown",t.onEvent),window.addEventListener("keyup",t.onEvent),window.addEventListener("mousemove",t.onEvent),t._initialized=!0),t}();return{keyboardStore:e,selectionStore:t}},computed:{selectedFiles(){return this.selectionStore.selected},isSelected(){return this.selectedFiles.includes(this.fileid)},index(){return this.nodes.findIndex((t=>t.fileid===parseInt(this.fileid)))}},methods:{onSelectionChange(t){const e=this.index,n=this.selectionStore.lastSelectedIndex;if(this.keyboardStore?.shiftKey&&null!==n){const t=this.selectedFiles.includes(this.fileid),s=Math.min(e,n),i=Math.max(n,e),r=this.selectionStore.lastSelection,a=this.nodes.map((t=>t.fileid?.toString?.())).slice(s,i+1),o=[...r,...a].filter((e=>!t||e!==this.fileid));return se.debug("Shift key pressed, selecting all files in between",{start:s,end:i,filesToSelect:a,isAlreadySelected:t}),void this.selectionStore.set(o)}const s=t?[...this.selectedFiles,this.fileid]:this.selectedFiles.filter((t=>t!==this.fileid));se.debug("Updating selection",{selection:s}),this.selectionStore.set(s),this.selectionStore.setLastIndex(e)},t:Rt.Iu}}),Qn=(0,Ht.Z)(Jn,(function(){var t=this,e=t._self._c;return t._self._setupProxy,e("td",{staticClass:"files-list__row-checkbox"},[t.isLoading?e("NcLoadingIcon"):e("NcCheckboxRadioSwitch",{attrs:{"aria-label":t.t("files","Select the row for {displayName}",{displayName:t.displayName}),checked:t.isSelected},on:{"update:checked":t.onSelectionChange}})],1)}),[],!1,null,null,null).exports;var Xn=s(49368);const ts=(0,ue.j)("files","forbiddenCharacters",""),es=r.default.extend({name:"FileEntryName",components:{NcTextField:Xn.Z},props:{displayName:{type:String,required:!0},extension:{type:String,required:!0},filesListWidth:{type:Number,required:!0},nodes:{type:Array,required:!0},source:{type:Object,required:!0},gridMode:{type:Boolean,default:!1}},setup:()=>({renamingStore:Fn()}),computed:{isRenaming(){return this.renamingStore.renamingNode===this.source},isRenamingSmallScreen(){return this.isRenaming&&this.filesListWidth<512},newName:{get(){return this.renamingStore.newName},set(t){this.renamingStore.newName=t}},renameLabel(){return{[lt.Tv.File]:(0,Rt.Iu)("files","File name"),[lt.Tv.Folder]:(0,Rt.Iu)("files","Folder name")}[this.source.type]},linkTo(){if(this.source.attributes.failed)return{is:"span",params:{title:(0,Rt.Iu)("files","This node is unavailable")}};const t=this.$parent?.$refs?.actions?.enabledDefaultActions;return t?.length>0?{is:"a",params:{title:t[0].displayName([this.source],this.currentView),role:"button",tabindex:"0"}}:this.source?.permissions<.y3.READ?{is:"a",params:{download:this.source.basename,href:this.source.source,title:(0,Rt.Iu)("files","Download file {name}",{name:this.displayName}),tabindex:"0"}}:{is:"span"}}},watch:{isRenaming(t){t&&this.startRenaming()}},methods:{checkInputValidity(t){const e=t.target,n=this.newName.trim?.()||"";se.debug("Checking input validity",{newName:n});try{this.isFileNameValid(n),e.setCustomValidity(""),e.title=""}catch(t){e.setCustomValidity(t.message),e.title=t.message}finally{e.reportValidity()}},isFileNameValid(t){const e=t.trim();if("."===e||".."===e)throw new Error((0,Rt.Iu)("files",'"{name}" is an invalid file name.',{name:t}));if(0===e.length)throw new Error((0,Rt.Iu)("files","File name cannot be empty."));if(-1!==e.indexOf("/"))throw new Error((0,Rt.Iu)("files",'"/" is not allowed inside a file name.'));if(e.match(OC.config.blacklist_files_regex))throw new Error((0,Rt.Iu)("files",'"{name}" is not an allowed filetype.',{name:t}));if(this.checkIfNodeExists(t))throw new Error((0,Rt.Iu)("files","{newName} already exists.",{newName:t}));return e.split("").forEach((t=>{if(-1!==ts.indexOf(t))throw new Error(this.t("files",'"{char}" is not allowed inside a file name.',{char:t}))})),!0},checkIfNodeExists(t){return this.nodes.find((e=>e.basename===t&&e!==this.source))},startRenaming(){this.$nextTick((()=>{const t=(this.source.extension||"").split("").length,e=this.source.basename.split("").length-t,n=this.$refs.renameInput?.$refs?.inputField?.$refs?.input;n?(n.setSelectionRange(0,e),n.focus(),n.dispatchEvent(new Event("keyup"))):se.error("Could not find the rename input")}))},stopRenaming(){this.isRenaming&&this.renamingStore.$reset()},async onRename(){const t=this.source.basename,e=this.source.encodedSource,n=this.newName.trim?.()||"";if(""!==n)if(t!==n)if(this.checkIfNodeExists(n))(0,Ut.x2)((0,Rt.Iu)("files","Another entry with the same name already exists"));else{this.loading="renaming",r.default.set(this.source,"status",lt.e4.LOADING),this.source.rename(n),se.debug("Moving file to",{destination:this.source.encodedSource,oldEncodedSource:e});try{await(0,de.Z)({method:"MOVE",url:e,headers:{Destination:this.source.encodedSource,Overwrite:"F"}}),(0,ut.j8)("files:node:updated",this.source),(0,ut.j8)("files:node:renamed",this.source),(0,Ut.s$)((0,Rt.Iu)("files",'Renamed "{oldName}" to "{newName}"',{oldName:t,newName:n})),this.stopRenaming(),this.$nextTick((()=>{this.$refs.basename.focus()}))}catch(e){if(se.error("Error while renaming file",{error:e}),this.source.rename(t),this.$refs.renameInput.focus(),404===e?.response?.status)return void(0,Ut.x2)((0,Rt.Iu)("files",'Could not rename "{oldName}", it does not exist any more',{oldName:t}));if(412===e?.response?.status)return void(0,Ut.x2)((0,Rt.Iu)("files",'The name "{newName}" is already used in the folder "{dir}". Please choose a different name.',{newName:n,dir:this.currentDir}));(0,Ut.x2)((0,Rt.Iu)("files",'Could not rename "{oldName}"',{oldName:t}))}finally{this.loading=!1,r.default.set(this.source,"status",void 0)}}else this.stopRenaming();else(0,Ut.x2)((0,Rt.Iu)("files","Name cannot be empty"))},t:Rt.Iu}}),ns=(0,Ht.Z)(es,(function(){var t=this,e=t._self._c;return t._self._setupProxy,t.isRenaming?e("form",{directives:[{name:"on-click-outside",rawName:"v-on-click-outside",value:t.stopRenaming,expression:"stopRenaming"}],staticClass:"files-list__row-rename",attrs:{"aria-label":t.t("files","Rename file")},on:{submit:function(e){return e.preventDefault(),e.stopPropagation(),t.onRename.apply(null,arguments)}}},[e("NcTextField",{ref:"renameInput",attrs:{label:t.renameLabel,autofocus:!0,minlength:1,required:!0,value:t.newName,enterkeyhint:"done"},on:{"update:value":function(e){t.newName=e},keyup:[t.checkInputValidity,function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"esc",27,e.key,["Esc","Escape"])?null:t.stopRenaming.apply(null,arguments)}]}})],1):e(t.linkTo.is,t._b({ref:"basename",tag:"component",staticClass:"files-list__row-name-link",attrs:{"aria-hidden":t.isRenaming,"data-cy-files-list-row-name-link":""},on:{click:function(e){return t.$emit("click",e)}}},"component",t.linkTo.params,!1),[e("span",{staticClass:"files-list__row-name-text"},[e("span",{staticClass:"files-list__row-name-",domProps:{textContent:t._s(t.displayName)}}),t._v(" "),e("span",{staticClass:"files-list__row-name-ext",domProps:{textContent:t._s(t.extension)}})])])}),[],!1,null,null,null).exports;var ss=s(60186);const is={name:"AccountPlusIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},rs=(0,Ht.Z)(is,(function(){var t=this,e=t._self._c;return e("span",t._b({staticClass:"material-design-icon account-plus-icon",attrs:{"aria-hidden":!t.title,"aria-label":t.title,role:"img"},on:{click:function(e){return t.$emit("click",e)}}},"span",t.$attrs,!1),[e("svg",{staticClass:"material-design-icon__svg",attrs:{fill:t.fillColor,width:t.size,height:t.size,viewBox:"0 0 24 24"}},[e("path",{attrs:{d:"M15,14C12.33,14 7,15.33 7,18V20H23V18C23,15.33 17.67,14 15,14M6,10V7H4V10H1V12H4V15H6V12H9V10M15,12A4,4 0 0,0 19,8A4,4 0 0,0 15,4A4,4 0 0,0 11,8A4,4 0 0,0 15,12Z"}},[t.title?e("title",[t._v(t._s(t.title))]):t._e()])])])}),[],!1,null,null,null).exports,as={name:"FileIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},os=(0,Ht.Z)(as,(function(){var t=this,e=t._self._c;return e("span",t._b({staticClass:"material-design-icon file-icon",attrs:{"aria-hidden":!t.title,"aria-label":t.title,role:"img"},on:{click:function(e){return t.$emit("click",e)}}},"span",t.$attrs,!1),[e("svg",{staticClass:"material-design-icon__svg",attrs:{fill:t.fillColor,width:t.size,height:t.size,viewBox:"0 0 24 24"}},[e("path",{attrs:{d:"M13,9V3.5L18.5,9M6,2C4.89,2 4,2.89 4,4V20A2,2 0 0,0 6,22H18A2,2 0 0,0 20,20V8L14,2H6Z"}},[t.title?e("title",[t._v(t._s(t.title))]):t._e()])])])}),[],!1,null,null,null).exports,ls={name:"FolderOpenIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},cs=(0,Ht.Z)(ls,(function(){var t=this,e=t._self._c;return e("span",t._b({staticClass:"material-design-icon folder-open-icon",attrs:{"aria-hidden":!t.title,"aria-label":t.title,role:"img"},on:{click:function(e){return t.$emit("click",e)}}},"span",t.$attrs,!1),[e("svg",{staticClass:"material-design-icon__svg",attrs:{fill:t.fillColor,width:t.size,height:t.size,viewBox:"0 0 24 24"}},[e("path",{attrs:{d:"M19,20H4C2.89,20 2,19.1 2,18V6C2,4.89 2.89,4 4,4H10L12,6H19A2,2 0 0,1 21,8H21L4,8V18L6.14,10H23.21L20.93,18.5C20.7,19.37 19.92,20 19,20Z"}},[t.title?e("title",[t._v(t._s(t.title))]):t._e()])])])}),[],!1,null,null,null).exports,us={name:"KeyIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},ds=(0,Ht.Z)(us,(function(){var t=this,e=t._self._c;return e("span",t._b({staticClass:"material-design-icon key-icon",attrs:{"aria-hidden":!t.title,"aria-label":t.title,role:"img"},on:{click:function(e){return t.$emit("click",e)}}},"span",t.$attrs,!1),[e("svg",{staticClass:"material-design-icon__svg",attrs:{fill:t.fillColor,width:t.size,height:t.size,viewBox:"0 0 24 24"}},[e("path",{attrs:{d:"M7 14C5.9 14 5 13.1 5 12S5.9 10 7 10 9 10.9 9 12 8.1 14 7 14M12.6 10C11.8 7.7 9.6 6 7 6C3.7 6 1 8.7 1 12S3.7 18 7 18C9.6 18 11.8 16.3 12.6 14H16V18H20V14H23V10H12.6Z"}},[t.title?e("title",[t._v(t._s(t.title))]):t._e()])])])}),[],!1,null,null,null).exports,ms={name:"NetworkIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},ps=(0,Ht.Z)(ms,(function(){var t=this,e=t._self._c;return e("span",t._b({staticClass:"material-design-icon network-icon",attrs:{"aria-hidden":!t.title,"aria-label":t.title,role:"img"},on:{click:function(e){return t.$emit("click",e)}}},"span",t.$attrs,!1),[e("svg",{staticClass:"material-design-icon__svg",attrs:{fill:t.fillColor,width:t.size,height:t.size,viewBox:"0 0 24 24"}},[e("path",{attrs:{d:"M17,3A2,2 0 0,1 19,5V15A2,2 0 0,1 17,17H13V19H14A1,1 0 0,1 15,20H22V22H15A1,1 0 0,1 14,23H10A1,1 0 0,1 9,22H2V20H9A1,1 0 0,1 10,19H11V17H7C5.89,17 5,16.1 5,15V5A2,2 0 0,1 7,3H17Z"}},[t.title?e("title",[t._v(t._s(t.title))]):t._e()])])])}),[],!1,null,null,null).exports,fs={name:"TagIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},gs=(0,Ht.Z)(fs,(function(){var t=this,e=t._self._c;return e("span",t._b({staticClass:"material-design-icon tag-icon",attrs:{"aria-hidden":!t.title,"aria-label":t.title,role:"img"},on:{click:function(e){return t.$emit("click",e)}}},"span",t.$attrs,!1),[e("svg",{staticClass:"material-design-icon__svg",attrs:{fill:t.fillColor,width:t.size,height:t.size,viewBox:"0 0 24 24"}},[e("path",{attrs:{d:"M5.5,7A1.5,1.5 0 0,1 4,5.5A1.5,1.5 0 0,1 5.5,4A1.5,1.5 0 0,1 7,5.5A1.5,1.5 0 0,1 5.5,7M21.41,11.58L12.41,2.58C12.05,2.22 11.55,2 11,2H4C2.89,2 2,2.89 2,4V11C2,11.55 2.22,12.05 2.59,12.41L11.58,21.41C11.95,21.77 12.45,22 13,22C13.55,22 14.05,21.77 14.41,21.41L21.41,14.41C21.78,14.05 22,13.55 22,13C22,12.44 21.77,11.94 21.41,11.58Z"}},[t.title?e("title",[t._v(t._s(t.title))]):t._e()])])])}),[],!1,null,null,null).exports,hs={name:"PlayCircleIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},As=(0,Ht.Z)(hs,(function(){var t=this,e=t._self._c;return e("span",t._b({staticClass:"material-design-icon play-circle-icon",attrs:{"aria-hidden":!t.title,"aria-label":t.title,role:"img"},on:{click:function(e){return t.$emit("click",e)}}},"span",t.$attrs,!1),[e("svg",{staticClass:"material-design-icon__svg",attrs:{fill:t.fillColor,width:t.size,height:t.size,viewBox:"0 0 24 24"}},[e("path",{attrs:{d:"M10,16.5V7.5L16,12M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z"}},[t.title?e("title",[t._v(t._s(t.title))]):t._e()])])])}),[],!1,null,null,null).exports,ws={name:"CollectivesIcon",props:{title:{type:String,default:""},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},ys=(0,Ht.Z)(ws,(function(){var t=this,e=t._self._c;return e("span",t._b({staticClass:"material-design-icon collectives-icon",attrs:{"aria-hidden":!t.title,"aria-label":t.title,role:"img"},on:{click:function(e){return t.$emit("click",e)}}},"span",t.$attrs,!1),[e("svg",{staticClass:"material-design-icon__svg",attrs:{fill:t.fillColor,width:t.size,height:t.size,viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M2.9,8.8c0-1.2,0.4-2.4,1.2-3.3L0.3,6c-0.2,0-0.3,0.3-0.1,0.4l2.7,2.6C2.9,9,2.9,8.9,2.9,8.8z"}}),t._v(" "),e("path",{attrs:{d:"M8,3.7c0.7,0,1.3,0.1,1.9,0.4L8.2,0.6c-0.1-0.2-0.3-0.2-0.4,0L6.1,4C6.7,3.8,7.3,3.7,8,3.7z"}}),t._v(" "),e("path",{attrs:{d:"M3.7,11.5L3,15.2c0,0.2,0.2,0.4,0.4,0.3l3.3-1.7C5.4,13.4,4.4,12.6,3.7,11.5z"}}),t._v(" "),e("path",{attrs:{d:"M15.7,6l-3.7-0.5c0.7,0.9,1.2,2,1.2,3.3c0,0.1,0,0.2,0,0.3l2.7-2.6C15.9,6.3,15.9,6.1,15.7,6z"}}),t._v(" "),e("path",{attrs:{d:"M12.3,11.5c-0.7,1.1-1.8,1.9-3,2.2l3.3,1.7c0.2,0.1,0.4-0.1,0.4-0.3L12.3,11.5z"}}),t._v(" "),e("path",{attrs:{d:"M9.6,10.1c-0.4,0.5-1,0.8-1.6,0.8c-1.1,0-2-0.9-2.1-2C5.9,7.7,6.8,6.7,8,6.7c0.6,0,1.1,0.3,1.5,0.7 c0.1,0.1,0.1,0.1,0.2,0.1h1.4c0.2,0,0.4-0.2,0.3-0.5c-0.7-1.3-2.1-2.2-3.8-2.1C5.8,5,4.3,6.6,4.1,8.5C4,10.8,5.8,12.7,8,12.7 c1.6,0,2.9-0.9,3.5-2.3c0.1-0.2-0.1-0.4-0.3-0.4H9.9C9.8,10,9.7,10,9.6,10.1z"}})])])}),[],!1,null,null,null).exports,vs=(0,r.defineComponent)({name:"FavoriteIcon",components:{NcIconSvgWrapper:Yt.Z},data:()=>({StarSvg:''}),async mounted(){await this.$nextTick();const t=this.$el.querySelector("svg");t?.setAttribute?.("viewBox","-4 -4 30 30")},methods:{t:Rt.Iu}});var bs=s(99292),Cs={};Cs.styleTagTransform=Fe(),Cs.setAttributes=Se(),Cs.insert=ke().bind(null,"head"),Cs.domAPI=_e(),Cs.insertStyleElement=Ne(),Ce()(bs.Z,Cs),bs.Z&&bs.Z.locals&&bs.Z.locals;const xs=(0,Ht.Z)(vs,(function(){var t=this,e=t._self._c;return t._self._setupProxy,e("NcIconSvgWrapper",{staticClass:"favorite-marker-icon",attrs:{name:t.t("files","Favorite"),svg:t.StarSvg}})}),[],!1,null,"04e52abc",null).exports,_s=r.default.extend({name:"FileEntryPreview",components:{AccountGroupIcon:ss.Z,AccountPlusIcon:rs,CollectivesIcon:ys,FavoriteIcon:xs,FileIcon:os,FolderIcon:$e,FolderOpenIcon:cs,KeyIcon:ds,LinkIcon:Vt.Z,NetworkIcon:ps,TagIcon:gs},props:{source:{type:Object,required:!0},dragover:{type:Boolean,default:!1},gridMode:{type:Boolean,default:!1}},setup:()=>({userConfigStore:pe()}),data:()=>({backgroundFailed:void 0}),computed:{fileid(){return this.source?.fileid?.toString?.()},isFavorite(){return 1===this.source.attributes.favorite},userConfig(){return this.userConfigStore.userConfig},cropPreviews(){return!0===this.userConfig.crop_image_previews},previewUrl(){if(this.source.type===lt.Tv.Folder)return null;if(!0===this.backgroundFailed)return null;try{const t=this.source.attributes.previewUrl||(0,ce.generateUrl)("/core/preview?fileId={fileid}",{fileid:this.fileid}),e=new URL(window.location.origin+t);return e.searchParams.set("x",this.gridMode?"128":"32"),e.searchParams.set("y",this.gridMode?"128":"32"),e.searchParams.set("mimeFallback","true"),e.searchParams.set("a",!0===this.cropPreviews?"0":"1"),e.href}catch(t){return null}},fileOverlay(){return void 0!==this.source.attributes["metadata-files-live-photo"]?As:null},folderOverlay(){if(this.source.type!==lt.Tv.Folder)return null;if(1===this.source?.attributes?.["is-encrypted"])return ds;if(this.source?.attributes?.["is-tag"])return gs;const t=Object.values(this.source?.attributes?.["share-types"]||{}).flat();if(t.some((t=>t===Mt.D.SHARE_TYPE_LINK||t===Mt.D.SHARE_TYPE_EMAIL)))return Vt.Z;if(t.length>0)return rs;switch(this.source?.attributes?.["mount-type"]){case"external":case"external-session":return ps;case"group":return ss.Z;case"collective":return ys}return null}},methods:{reset(){!0===this.backgroundFailed&&this.$refs.previewImg&&(this.$refs.previewImg.src=""),this.backgroundFailed=void 0},t:Rt.Iu}}),Ts=(0,Ht.Z)(_s,(function(){var t=this,e=t._self._c;return t._self._setupProxy,e("span",{staticClass:"files-list__row-icon"},["folder"===t.source.type?[t.dragover?t._m(0):[t._m(1),t._v(" "),t.folderOverlay?e(t.folderOverlay,{tag:"OverlayIcon",staticClass:"files-list__row-icon-overlay"}):t._e()]]:t.previewUrl&&!0!==t.backgroundFailed?e("img",{ref:"previewImg",staticClass:"files-list__row-icon-preview",class:{"files-list__row-icon-preview--loaded":!1===t.backgroundFailed},attrs:{alt:"",loading:"lazy",src:t.previewUrl},on:{error:function(e){t.backgroundFailed=!0},load:function(e){t.backgroundFailed=!1}}}):t._m(2),t._v(" "),t.isFavorite?e("span",{staticClass:"files-list__row-icon-favorite"},[t._m(3)],1):t._e(),t._v(" "),t.fileOverlay?e(t.fileOverlay,{tag:"OverlayIcon",staticClass:"files-list__row-icon-overlay files-list__row-icon-overlay--file"}):t._e()],2)}),[function(){var t=this._self._c;return this._self._setupProxy,t("FolderOpenIcon")},function(){var t=this._self._c;return this._self._setupProxy,t("FolderIcon")},function(){var t=this._self._c;return this._self._setupProxy,t("FileIcon")},function(){var t=this._self._c;return this._self._setupProxy,t("FavoriteIcon")}],!1,null,null,null).exports;r.default.directive("onClickOutside",De.hs);const ks=(0,r.defineComponent)({name:"FileEntry",components:{CustomElementRender:Bn,FileEntryActions:Yn,FileEntryCheckbox:Qn,FileEntryName:ns,FileEntryPreview:Ts,NcDateTime:Pn.Z},props:{isMtimeAvailable:{type:Boolean,default:!1},isSizeAvailable:{type:Boolean,default:!1},source:{type:[lt.gt,lt.$B,lt.NB],required:!0},nodes:{type:Array,required:!0},filesListWidth:{type:Number,default:0},compact:{type:Boolean,default:!1}},setup:()=>({actionsMenuStore:Nn(),draggingStore:In(),filesStore:re(),renamingStore:Fn(),selectionStore:oe()}),data:()=>({loading:"",dragover:!1}),computed:{rowListeners(){return{...this.isRenaming?{}:{dragstart:this.onDragStart,dragover:this.onDragOver},contextmenu:this.onRightClick,dragleave:this.onDragLeave,dragend:this.onDragEnd,drop:this.onDrop}},currentView(){return this.$navigation.active},columns(){return this.filesListWidth<512||this.compact?[]:this.currentView?.columns||[]},currentDir(){return(this.$route?.query?.dir?.toString()||"/").replace(/^(.+)\/$/,"$1")},currentFileId(){return this.$route.params?.fileid||this.$route.query?.fileid||null},fileid(){return this.source?.fileid?.toString?.()},uniqueId(){return Ln(this.source.source)},isLoading(){return this.source.status===lt.e4.LOADING},extension(){return this.source.attributes?.displayName?(0,mt.extname)(this.source.attributes.displayName):this.source.extension||""},displayName(){const t=this.extension,e=this.source.attributes.displayName||this.source.basename;return t?e.slice(0,0-t.length):e},size(){const t=parseInt(this.source.size,10)||0;return"number"!=typeof t||t<0?(0,Rt.Iu)("files","Pending"):(0,lt.sS)(t,!0)},sizeOpacity(){const t=parseInt(this.source.size,10)||0;return!t||t<0?{}:{color:`color-mix(in srgb, var(--color-main-text) ${Math.round(Math.min(100,100*Math.pow(this.source.size/10485760,2)))}%, var(--color-text-maxcontrast))`}},mtimeOpacity(){const t=26784e5,e=this.source.mtime?.getTime?.();if(!e)return{};const n=Math.round(Math.min(100,100*(t-(Date.now()-e))/t));return n<0?{}:{color:`color-mix(in srgb, var(--color-main-text) ${n}%, var(--color-text-maxcontrast))`}},mtimeTitle(){return this.source.mtime?Ue()(this.source.mtime).format("LLL"):""},draggingFiles(){return this.draggingStore.dragging},selectedFiles(){return this.selectionStore.selected},isSelected(){return this.selectedFiles.includes(this.fileid)},isRenaming(){return this.renamingStore.renamingNode===this.source},isRenamingSmallScreen(){return this.isRenaming&&this.filesListWidth<512},isActive(){return this.fileid===this.currentFileId?.toString?.()},canDrag(){if(this.isRenaming)return!1;const t=t=>0!=(t?.permissions<.y3.UPDATE);return this.selectedFiles.length>0?this.selectedFiles.map((t=>this.filesStore.getNode(t))).every(t):t(this.source)},canDrop(){return this.source.type===lt.Tv.Folder&&!this.draggingFiles.includes(this.fileid)&&0!=(this.source.permissions<.y3.CREATE)},openedMenu:{get(){return this.actionsMenuStore.opened===this.uniqueId},set(t){this.actionsMenuStore.opened=t?this.uniqueId:null}}},watch:{source(){this.resetState()}},beforeDestroy(){this.resetState()},methods:{resetState(){this.loading="",this.$refs.preview.reset(),this.openedMenu=!1},onRightClick(t){if(this.openedMenu)return;const e=this.selectedFiles.length>1;this.actionsMenuStore.opened=this.isSelected&&e?"global":this.uniqueId,t.preventDefault(),t.stopPropagation()},execDefaultAction(){this.$refs.actions.execDefaultAction(...arguments)},openDetailsIfAvailable(t){t.preventDefault(),t.stopPropagation(),ie?.enabled?.([this.source],this.currentView)&&ie.exec(this.source,this.currentView,this.currentDir)},onDragOver(t){this.dragover=this.canDrop,this.canDrop?t.ctrlKey?t.dataTransfer.dropEffect="copy":t.dataTransfer.dropEffect="move":t.dataTransfer.dropEffect="none"},onDragLeave(t){const e=t.currentTarget;e?.contains(t.relatedTarget)||(this.dragover=!1)},async onDragStart(t){if(t.stopPropagation(),!this.canDrag)return t.preventDefault(),void t.stopPropagation();se.debug("Drag started"),this.renamingStore.$reset(),this.selectedFiles.includes(this.fileid)?this.draggingStore.set(this.selectedFiles):this.draggingStore.set([this.fileid]);const e=this.draggingStore.dragging.map((t=>this.filesStore.getNode(t))),n=await Je(e);t.dataTransfer?.setDragImage(n,-10,-10)},onDragEnd(){this.draggingStore.reset(),this.dragover=!1,se.debug("Drag ended")},async onDrop(t){if(!this.draggingFiles&&!t.dataTransfer?.files?.length)return;if(t.preventDefault(),t.stopPropagation(),!this.canDrop||0!==t.button)return;const e=t.ctrlKey;if(this.dragover=!1,se.debug("Dropped",{event:t,selection:this.draggingFiles}),t.dataTransfer?.files?.length>0){const e=(0,zt.g)();return t.dataTransfer.files.forEach((t=>{e.upload((0,mt.join)(this.source.path,t.name),t)})),void se.debug(`Uploading files to ${this.source.path}`)}this.draggingFiles.map((t=>this.filesStore.getNode(t))).forEach((async t=>{r.default.set(t,"status",lt.e4.LOADING);try{await Sn(t,this.source,e?xn.COPY:xn.MOVE)}catch(n){se.error("Error while moving file",{error:n}),e?(0,Ut.x2)((0,Rt.Iu)("files","Could not copy {file}. {message}",{file:t.basename,message:n.message||""})):(0,Ut.x2)((0,Rt.Iu)("files","Could not move {file}. {message}",{file:t.basename,message:n.message||""}))}finally{r.default.set(t,"status",void 0)}})),this.draggingFiles.some((t=>this.selectedFiles.includes(t)))&&(se.debug("Dropped selection, resetting select store..."),this.selectionStore.reset())},t:Rt.Iu,formatFileSize:lt.sS}}),Es=ks,Ss=(0,Ht.Z)(Es,(function(){var t=this,e=t._self._c;return t._self._setupProxy,e("tr",t._g({staticClass:"files-list__row",class:{"files-list__row--dragover":t.dragover,"files-list__row--loading":t.isLoading},attrs:{"data-cy-files-list-row":"","data-cy-files-list-row-fileid":t.fileid,"data-cy-files-list-row-name":t.source.basename,draggable:t.canDrag}},t.rowListeners),[t.source.attributes.failed?e("span",{staticClass:"files-list__row--failed"}):t._e(),t._v(" "),e("FileEntryCheckbox",{attrs:{"display-name":t.displayName,fileid:t.fileid,"is-loading":t.isLoading,nodes:t.nodes}}),t._v(" "),e("td",{staticClass:"files-list__row-name",attrs:{"data-cy-files-list-row-name":""}},[e("FileEntryPreview",{ref:"preview",attrs:{source:t.source,dragover:t.dragover},nativeOn:{click:function(e){return t.execDefaultAction.apply(null,arguments)}}}),t._v(" "),e("FileEntryName",{ref:"name",attrs:{"display-name":t.displayName,extension:t.extension,"files-list-width":t.filesListWidth,nodes:t.nodes,source:t.source},on:{click:t.execDefaultAction}})],1),t._v(" "),e("FileEntryActions",{directives:[{name:"show",rawName:"v-show",value:!t.isRenamingSmallScreen,expression:"!isRenamingSmallScreen"}],ref:"actions",class:`files-list__row-actions-${t.uniqueId}`,attrs:{"files-list-width":t.filesListWidth,loading:t.loading,opened:t.openedMenu,source:t.source},on:{"update:loading":function(e){t.loading=e},"update:opened":function(e){t.openedMenu=e}}}),t._v(" "),!t.compact&&t.isSizeAvailable?e("td",{staticClass:"files-list__row-size",style:t.sizeOpacity,attrs:{"data-cy-files-list-row-size":""},on:{click:t.openDetailsIfAvailable}},[e("span",[t._v(t._s(t.size))])]):t._e(),t._v(" "),!t.compact&&t.isMtimeAvailable?e("td",{staticClass:"files-list__row-mtime",style:t.mtimeOpacity,attrs:{"data-cy-files-list-row-mtime":""},on:{click:t.openDetailsIfAvailable}},[e("NcDateTime",{attrs:{timestamp:t.source.mtime,"ignore-seconds":!0}})],1):t._e(),t._v(" "),t._l(t.columns,(function(n){return e("td",{key:n.id,staticClass:"files-list__row-column-custom",class:`files-list__row-${t.currentView?.id}-${n.id}`,attrs:{"data-cy-files-list-row-column-custom":n.id},on:{click:t.openDetailsIfAvailable}},[e("CustomElementRender",{attrs:{"current-view":t.currentView,render:n.render,source:t.source}})],1)}))],2)}),[],!1,null,null,null).exports;r.default.directive("onClickOutside",De.hs);const Ls=r.default.extend({name:"FileEntryGrid",components:{FileEntryActions:Yn,FileEntryCheckbox:Qn,FileEntryName:ns,FileEntryPreview:Ts},inheritAttrs:!1,props:{source:{type:[lt.gt,lt.$B,lt.NB],required:!0},nodes:{type:Array,required:!0},filesListWidth:{type:Number,default:0}},setup:()=>({actionsMenuStore:Nn(),draggingStore:In(),filesStore:re(),renamingStore:Fn(),selectionStore:oe()}),data:()=>({loading:"",dragover:!1}),computed:{currentView(){return this.$navigation.active},currentDir(){return(this.$route?.query?.dir?.toString()||"/").replace(/^(.+)\/$/,"$1")},currentFileId(){return this.$route.params?.fileid||this.$route.query?.fileid||null},fileid(){return this.source?.fileid?.toString?.()},uniqueId(){return Ln(this.source.source)},isLoading(){return this.source.status===lt.e4.LOADING},extension(){return this.source.attributes?.displayName?(0,mt.extname)(this.source.attributes.displayName):this.source.extension||""},displayName(){const t=this.extension,e=this.source.attributes.displayName||this.source.basename;return t?e.slice(0,0-t.length):e},draggingFiles(){return this.draggingStore.dragging},selectedFiles(){return this.selectionStore.selected},isSelected(){return this.selectedFiles.includes(this.fileid)},isRenaming(){return this.renamingStore.renamingNode===this.source},isActive(){return this.fileid===this.currentFileId?.toString?.()},canDrag(){const t=t=>0!=(t?.permissions<.y3.UPDATE);return this.selectedFiles.length>0?this.selectedFiles.map((t=>this.filesStore.getNode(t))).every(t):t(this.source)},canDrop(){return this.source.type===lt.Tv.Folder&&!this.draggingFiles.includes(this.fileid)&&0!=(this.source.permissions<.y3.CREATE)},openedMenu:{get(){return this.actionsMenuStore.opened===this.uniqueId},set(t){this.actionsMenuStore.opened=t?this.uniqueId:null}}},watch:{source(){this.resetState()}},beforeDestroy(){this.resetState()},methods:{resetState(){this.loading="",this.$refs.preview.reset(),this.openedMenu=!1},onRightClick(t){if(this.openedMenu)return;const e=this.selectedFiles.length>1;this.actionsMenuStore.opened=this.isSelected&&e?"global":this.uniqueId,t.preventDefault(),t.stopPropagation()},execDefaultAction(){this.$refs.actions.execDefaultAction(...arguments)},openDetailsIfAvailable(t){t.preventDefault(),t.stopPropagation(),ie?.enabled?.([this.source],this.currentView)&&ie.exec(this.source,this.currentView,this.currentDir)},onDragOver(t){this.dragover=this.canDrop,this.canDrop?t.ctrlKey?t.dataTransfer.dropEffect="copy":t.dataTransfer.dropEffect="move":t.dataTransfer.dropEffect="none"},onDragLeave(t){const e=t.currentTarget;e?.contains(t.relatedTarget)||(this.dragover=!1)},async onDragStart(t){if(t.stopPropagation(),!this.canDrag)return t.preventDefault(),void t.stopPropagation();se.debug("Drag started"),this.renamingStore.$reset(),this.selectedFiles.includes(this.fileid)?this.draggingStore.set(this.selectedFiles):this.draggingStore.set([this.fileid]);const e=this.draggingStore.dragging.map((t=>this.filesStore.getNode(t))),n=await Je(e);t.dataTransfer?.setDragImage(n,-10,-10)},onDragEnd(){this.draggingStore.reset(),this.dragover=!1,se.debug("Drag ended")},async onDrop(t){if(t.preventDefault(),t.stopPropagation(),!this.canDrop||0!==t.button)return;const e=t.ctrlKey;if(this.dragover=!1,se.debug("Dropped",{event:t,selection:this.draggingFiles}),t.dataTransfer?.files?.length>0){const e=(0,zt.g)();return t.dataTransfer.files.forEach((t=>{e.upload((0,mt.join)(this.source.path,t.name),t)})),void se.debug(`Uploading files to ${this.source.path}`)}this.draggingFiles.map((t=>this.filesStore.getNode(t))).forEach((async t=>{r.default.set(t,"status",lt.e4.LOADING);try{await Sn(t,this.source,e?xn.COPY:xn.MOVE)}catch(n){se.error("Error while moving file",{error:n}),e?(0,Ut.x2)((0,Rt.Iu)("files","Could not copy {file}. {message}",{file:t.basename,message:n.message||""})):(0,Ut.x2)((0,Rt.Iu)("files","Could not move {file}. {message}",{file:t.basename,message:n.message||""}))}finally{r.default.set(t,"status",void 0)}})),this.draggingFiles.some((t=>this.selectedFiles.includes(t)))&&(se.debug("Dropped selection, resetting select store..."),this.selectionStore.reset())},t:Rt.Iu}}),Ns=Ls,Is=(0,Ht.Z)(Ns,(function(){var t=this,e=t._self._c;return t._self._setupProxy,e("tr",{staticClass:"files-list__row",class:{"files-list__row--active":t.isActive,"files-list__row--dragover":t.dragover,"files-list__row--loading":t.isLoading},attrs:{"data-cy-files-list-row":"","data-cy-files-list-row-fileid":t.fileid,"data-cy-files-list-row-name":t.source.basename,draggable:t.canDrag},on:{contextmenu:t.onRightClick,dragover:t.onDragOver,dragleave:t.onDragLeave,dragstart:t.onDragStart,dragend:t.onDragEnd,drop:t.onDrop}},[t.source.attributes.failed?e("span",{staticClass:"files-list__row--failed"}):t._e(),t._v(" "),e("FileEntryCheckbox",{attrs:{"display-name":t.displayName,fileid:t.fileid,"is-loading":t.isLoading,nodes:t.nodes}}),t._v(" "),e("td",{staticClass:"files-list__row-name",attrs:{"data-cy-files-list-row-name":""}},[e("FileEntryPreview",{ref:"preview",attrs:{dragover:t.dragover,"grid-mode":!0,source:t.source},nativeOn:{click:function(e){return t.execDefaultAction.apply(null,arguments)}}}),t._v(" "),e("FileEntryName",{ref:"name",attrs:{"display-name":t.displayName,extension:t.extension,"files-list-width":t.filesListWidth,"grid-mode":!0,nodes:t.nodes,source:t.source},on:{click:t.execDefaultAction}})],1),t._v(" "),e("FileEntryActions",{ref:"actions",class:`files-list__row-actions-${t.uniqueId}`,attrs:{"files-list-width":t.filesListWidth,"grid-mode":!0,loading:t.loading,opened:t.openedMenu,source:t.source},on:{"update:loading":function(e){t.loading=e},"update:opened":function(e){t.openedMenu=e}}})],1)}),[],!1,null,null,null).exports;var Fs=s(25108);const Ps={name:"FilesListHeader",props:{header:{type:Object,required:!0},currentFolder:{type:Object,required:!0},currentView:{type:Object,required:!0}},computed:{enabled(){return this.header.enabled(this.currentFolder,this.currentView)}},watch:{enabled(t){t&&this.header.updated(this.currentFolder,this.currentView)},currentFolder(){this.header.updated(this.currentFolder,this.currentView)}},mounted(){Fs.debug("Mounted",this.header.id),this.header.render(this.$refs.mount,this.currentFolder,this.currentView)}},Os=(0,Ht.Z)(Ps,(function(){var t=this,e=t._self._c;return e("div",{directives:[{name:"show",rawName:"v-show",value:t.enabled,expression:"enabled"}],class:`files-list__header-${t.header.id}`},[e("span",{ref:"mount"})])}),[],!1,null,null,null).exports,Bs=r.default.extend({name:"FilesListTableFooter",components:{},props:{isMtimeAvailable:{type:Boolean,default:!1},isSizeAvailable:{type:Boolean,default:!1},nodes:{type:Array,required:!0},summary:{type:String,default:""},filesListWidth:{type:Number,default:0}},setup(){const t=ae();return{filesStore:re(),pathsStore:t}},computed:{currentView(){return this.$navigation.active},dir(){return(this.$route?.query?.dir||"/").replace(/^(.+)\/$/,"$1")},currentFolder(){if(!this.currentView?.id)return;if("/"===this.dir)return this.filesStore.getRoot(this.currentView.id);const t=this.pathsStore.getPath(this.currentView.id,this.dir);return this.filesStore.getNode(t)},columns(){return this.filesListWidth<512?[]:this.currentView?.columns||[]},totalSize(){return this.currentFolder?.size?(0,lt.sS)(this.currentFolder.size,!0):(0,lt.sS)(this.nodes.reduce(((t,e)=>t+e.size||0),0),!0)}},methods:{classForColumn(t){return{"files-list__row-column-custom":!0,[`files-list__row-${this.currentView.id}-${t.id}`]:!0}},t:Rt.Iu}});var Ds=s(68252),js={};js.styleTagTransform=Fe(),js.setAttributes=Se(),js.insert=ke().bind(null,"head"),js.domAPI=_e(),js.insertStyleElement=Ne(),Ce()(Ds.Z,js),Ds.Z&&Ds.Z.locals&&Ds.Z.locals;const Us=(0,Ht.Z)(Bs,(function(){var t=this,e=t._self._c;return t._self._setupProxy,e("tr",[e("th",{staticClass:"files-list__row-checkbox"},[e("span",{staticClass:"hidden-visually"},[t._v(t._s(t.t("files","Total rows summary")))])]),t._v(" "),e("td",{staticClass:"files-list__row-name"},[e("span",{staticClass:"files-list__row-icon"}),t._v(" "),e("span",[t._v(t._s(t.summary))])]),t._v(" "),e("td",{staticClass:"files-list__row-actions"}),t._v(" "),t.isSizeAvailable?e("td",{staticClass:"files-list__column files-list__row-size"},[e("span",[t._v(t._s(t.totalSize))])]):t._e(),t._v(" "),t.isMtimeAvailable?e("td",{staticClass:"files-list__column files-list__row-mtime"}):t._e(),t._v(" "),t._l(t.columns,(function(n){return e("th",{key:n.id,class:t.classForColumn(n)},[e("span",[t._v(t._s(n.summary?.(t.nodes,t.currentView)))])])}))],2)}),[],!1,null,"58f7b64d",null).exports,Rs=r.default.extend({data:()=>({filesListWidth:null}),mounted(){const t=document.querySelector("#app-content-vue");this.filesListWidth=t?.clientWidth??null,this.$resizeObserver=new ResizeObserver((e=>{e.length>0&&e[0].target===t&&(this.filesListWidth=e[0].contentRect.width)})),this.$resizeObserver.observe(t)},beforeDestroy(){this.$resizeObserver.disconnect()}}),Ms=(0,lt.Vn)(),zs=r.default.extend({name:"FilesListTableHeaderActions",components:{NcActions:zn.Z,NcActionButton:Mn.Z,NcIconSvgWrapper:Yt.Z,NcLoadingIcon:Kt.Z},mixins:[Rs],props:{currentView:{type:Object,required:!0},selectedNodes:{type:Array,default:()=>[]}},setup:()=>({actionsMenuStore:Nn(),filesStore:re(),selectionStore:oe()}),data:()=>({loading:null}),computed:{dir(){return(this.$route?.query?.dir||"/").replace(/^(.+)\/$/,"$1")},enabledActions(){return Ms.filter((t=>t.execBatch)).filter((t=>!t.enabled||t.enabled(this.nodes,this.currentView))).sort(((t,e)=>(t.order||0)-(e.order||0)))},nodes(){return this.selectedNodes.map((t=>this.getNode(t))).filter((t=>t))},areSomeNodesLoading(){return this.nodes.some((t=>t.status===lt.e4.LOADING))},openedMenu:{get(){return"global"===this.actionsMenuStore.opened},set(t){this.actionsMenuStore.opened=t?"global":null}},inlineActions(){return this.filesListWidth<512?0:this.filesListWidth<768?1:this.filesListWidth<1024?2:3}},methods:{getNode(t){return this.filesStore.getNode(t)},async onActionClick(t){const e=t.displayName(this.nodes,this.currentView),n=this.selectedNodes;try{this.loading=t.id,this.nodes.forEach((t=>{r.default.set(t,"status",lt.e4.LOADING)}));const s=await t.execBatch(this.nodes,this.currentView,this.dir);if(!s.some((t=>null!==t)))return void this.selectionStore.reset();if(s.some((t=>!1===t))){const t=n.filter(((t,e)=>!1===s[e]));return this.selectionStore.set(t),void(0,Ut.x2)(this.t("files",'"{displayName}" failed on some elements ',{displayName:e}))}(0,Ut.s$)(this.t("files",'"{displayName}" batch action executed successfully',{displayName:e})),this.selectionStore.reset()}catch(n){se.error("Error while executing action",{action:t,e:n}),(0,Ut.x2)(this.t("files",'"{displayName}" action failed',{displayName:e}))}finally{this.loading=null,this.nodes.forEach((t=>{r.default.set(t,"status",void 0)}))}},t:Rt.Iu}}),Vs=zs;var $s=s(65769),Hs={};Hs.styleTagTransform=Fe(),Hs.setAttributes=Se(),Hs.insert=ke().bind(null,"head"),Hs.domAPI=_e(),Hs.insertStyleElement=Ne(),Ce()($s.Z,Hs),$s.Z&&$s.Z.locals&&$s.Z.locals;var qs=(0,Ht.Z)(Vs,(function(){var t=this,e=t._self._c;return t._self._setupProxy,e("th",{staticClass:"files-list__column files-list__row-actions-batch",attrs:{colspan:"2"}},[e("NcActions",{ref:"actionsMenu",attrs:{disabled:!!t.loading||t.areSomeNodesLoading,"force-name":!0,inline:t.inlineActions,"menu-name":t.inlineActions<=1?t.t("files","Actions"):null,open:t.openedMenu},on:{"update:open":function(e){t.openedMenu=e}}},t._l(t.enabledActions,(function(n){return e("NcActionButton",{key:n.id,class:"files-list__row-actions-batch-"+n.id,on:{click:function(e){return t.onActionClick(n)}},scopedSlots:t._u([{key:"icon",fn:function(){return[t.loading===n.id?e("NcLoadingIcon",{attrs:{size:18}}):e("NcIconSvgWrapper",{attrs:{svg:n.iconSvgInline(t.nodes,t.currentView)}})]},proxy:!0}],null,!0)},[t._v("\n\t\t\t"+t._s(n.displayName(t.nodes,t.currentView))+"\n\t\t")])})),1)],1)}),[],!1,null,"72bacee0",null);const Zs=qs.exports;var Gs=s(63198),Ws=s(7290);const Ys=r.default.extend({computed:{...(Js=ge,Qs=["getConfig","setSortingBy","toggleSortingDirection"],Array.isArray(Qs)?Qs.reduce(((t,e)=>(t[e]=function(){return Js(this.$pinia)[e]},t)),{}):Object.keys(Qs).reduce(((t,e)=>(t[e]=function(){const t=Js(this.$pinia),n=Qs[e];return"function"==typeof n?n.call(this,t):t[n]},t)),{})),currentView(){return this.$navigation.active},sortingMode(){return this.getConfig(this.currentView.id)?.sorting_mode||this.currentView?.defaultSortKey||"basename"},isAscSorting(){const t=this.getConfig(this.currentView.id)?.sorting_direction;return"desc"!==t}},methods:{toggleSortBy(t){this.sortingMode!==t?this.setSortingBy(t,this.currentView.id):this.toggleSortingDirection(this.currentView.id)}}}),Ks=(0,r.defineComponent)({name:"FilesListTableHeaderButton",components:{MenuDown:Gs.Z,MenuUp:Ws.Z,NcButton:Gt.Z},mixins:[Ys],props:{name:{type:String,required:!0},mode:{type:String,required:!0}},methods:{t:Rt.Iu}});var Js,Qs,Xs=s(97704),ti={};ti.styleTagTransform=Fe(),ti.setAttributes=Se(),ti.insert=ke().bind(null,"head"),ti.domAPI=_e(),ti.insertStyleElement=Ne(),Ce()(Xs.Z,ti),Xs.Z&&Xs.Z.locals&&Xs.Z.locals;const ei=(0,Ht.Z)(Ks,(function(){var t=this,e=t._self._c;return t._self._setupProxy,e("NcButton",{class:["files-list__column-sort-button",{"files-list__column-sort-button--active":t.sortingMode===t.mode,"files-list__column-sort-button--size":"size"===t.sortingMode}],attrs:{alignment:"size"===t.mode?"end":"start-reverse",type:"tertiary"},on:{click:function(e){return t.toggleSortBy(t.mode)}},scopedSlots:t._u([{key:"icon",fn:function(){return[t.sortingMode!==t.mode||t.isAscSorting?e("MenuUp",{staticClass:"files-list__column-sort-button-icon"}):e("MenuDown",{staticClass:"files-list__column-sort-button-icon"})]},proxy:!0}])},[t._v(" "),e("span",{staticClass:"files-list__column-sort-button-text"},[t._v(t._s(t.name))])])}),[],!1,null,"2dd1845e",null).exports,ni=r.default.extend({name:"FilesListTableHeader",components:{FilesListTableHeaderButton:ei,NcCheckboxRadioSwitch:Kn.Z,FilesListTableHeaderActions:Zs},mixins:[Ys],props:{isMtimeAvailable:{type:Boolean,default:!1},isSizeAvailable:{type:Boolean,default:!1},nodes:{type:Array,required:!0},filesListWidth:{type:Number,default:0}},setup:()=>({filesStore:re(),selectionStore:oe()}),computed:{currentView(){return this.$navigation.active},columns(){return this.filesListWidth<512?[]:this.currentView?.columns||[]},dir(){return(this.$route?.query?.dir||"/").replace(/^(.+)\/$/,"$1")},selectAllBind(){const t=this.isNoneSelected||this.isSomeSelected?this.t("files","Select all"):this.t("files","Unselect all");return{"aria-label":t,checked:this.isAllSelected,indeterminate:this.isSomeSelected,title:t}},selectedNodes(){return this.selectionStore.selected},isAllSelected(){return this.selectedNodes.length===this.nodes.length},isNoneSelected(){return 0===this.selectedNodes.length},isSomeSelected(){return!this.isAllSelected&&!this.isNoneSelected}},methods:{ariaSortForMode(t){return this.sortingMode===t?this.isAscSorting?"ascending":"descending":null},classForColumn(t){return{"files-list__column":!0,"files-list__column--sortable":!!t.sort,"files-list__row-column-custom":!0,[`files-list__row-${this.currentView.id}-${t.id}`]:!0}},onToggleAll(t){if(t){const t=this.nodes.map((t=>t.fileid.toString()));se.debug("Added all nodes to selection",{selection:t}),this.selectionStore.setLastIndex(null),this.selectionStore.set(t)}else se.debug("Cleared selection"),this.selectionStore.reset()},t:Rt.Iu}});var si=s(41002),ii={};ii.styleTagTransform=Fe(),ii.setAttributes=Se(),ii.insert=ke().bind(null,"head"),ii.domAPI=_e(),ii.insertStyleElement=Ne(),Ce()(si.Z,ii),si.Z&&si.Z.locals&&si.Z.locals;const ri=(0,Ht.Z)(ni,(function(){var t=this,e=t._self._c;return t._self._setupProxy,e("tr",{staticClass:"files-list__row-head"},[e("th",{staticClass:"files-list__column files-list__row-checkbox"},[e("NcCheckboxRadioSwitch",t._b({on:{"update:checked":t.onToggleAll}},"NcCheckboxRadioSwitch",t.selectAllBind,!1))],1),t._v(" "),t.isNoneSelected?[e("th",{staticClass:"files-list__column files-list__row-name files-list__column--sortable",attrs:{"aria-sort":t.ariaSortForMode("basename")}},[e("span",{staticClass:"files-list__row-icon"}),t._v(" "),e("FilesListTableHeaderButton",{attrs:{name:t.t("files","Name"),mode:"basename"}})],1),t._v(" "),e("th",{staticClass:"files-list__row-actions"}),t._v(" "),t.isSizeAvailable?e("th",{staticClass:"files-list__column files-list__row-size",class:{"files-list__column--sortable":t.isSizeAvailable},attrs:{"aria-sort":t.ariaSortForMode("size")}},[e("FilesListTableHeaderButton",{attrs:{name:t.t("files","Size"),mode:"size"}})],1):t._e(),t._v(" "),t.isMtimeAvailable?e("th",{staticClass:"files-list__column files-list__row-mtime",class:{"files-list__column--sortable":t.isMtimeAvailable},attrs:{"aria-sort":t.ariaSortForMode("mtime")}},[e("FilesListTableHeaderButton",{attrs:{name:t.t("files","Modified"),mode:"mtime"}})],1):t._e(),t._v(" "),t._l(t.columns,(function(n){return e("th",{key:n.id,class:t.classForColumn(n),attrs:{"aria-sort":t.ariaSortForMode(n.id)}},[n.sort?e("FilesListTableHeaderButton",{attrs:{name:n.title,mode:n.id}}):e("span",[t._v("\n\t\t\t\t"+t._s(n.title)+"\n\t\t\t")])],1)}))]:e("FilesListTableHeaderActions",{attrs:{"current-view":t.currentView,"selected-nodes":t.selectedNodes}})],2)}),[],!1,null,"585fdb03",null).exports;var ai=s(20296),oi=s(25108);const li=r.default.extend({name:"VirtualList",mixins:[Rs],props:{dataComponent:{type:[Object,Function],required:!0},dataKey:{type:String,required:!0},dataSources:{type:Array,required:!0},extraProps:{type:Object,default:()=>({})},scrollToIndex:{type:Number,default:0},gridMode:{type:Boolean,default:!1},caption:{type:String,default:""}},data(){return{index:this.scrollToIndex,beforeHeight:0,headerHeight:0,tableHeight:0,resizeObserver:null}},computed:{isReady(){return this.tableHeight>0},bufferItems(){return this.gridMode?this.columnCount:3},itemHeight(){return this.gridMode?197:55},itemWidth:()=>175,rowCount(){return Math.ceil((this.tableHeight-this.headerHeight)/this.itemHeight)+this.bufferItems/this.columnCount*2+1},columnCount(){return this.gridMode?Math.floor(this.filesListWidth/this.itemWidth):1},startIndex(){return Math.max(0,this.index-this.bufferItems)},shownItems(){return this.gridMode?this.rowCount*this.columnCount:this.rowCount},renderedItems(){if(!this.isReady)return[];const t=this.dataSources.slice(this.startIndex,this.startIndex+this.shownItems),e=t.filter((t=>Object.values(this.$_recycledPool).includes(t[this.dataKey]))).map((t=>t[this.dataKey])),n=Object.keys(this.$_recycledPool).filter((t=>!e.includes(this.$_recycledPool[t])));return t.map((t=>{const e=Object.values(this.$_recycledPool).indexOf(t[this.dataKey]);if(-1!==e)return{key:Object.keys(this.$_recycledPool)[e],item:t};const s=n.pop()||Math.random().toString(36).substr(2);return this.$_recycledPool[s]=t[this.dataKey],{key:s,item:t}}))},tbodyStyle(){const t=this.startIndex+this.rowCount>this.dataSources.length,e=this.dataSources.length-this.startIndex-this.shownItems,n=Math.floor(Math.min(this.dataSources.length-this.startIndex,e)/this.columnCount);return{paddingTop:Math.floor(this.startIndex/this.columnCount)*this.itemHeight+"px",paddingBottom:t?0:n*this.itemHeight+"px"}}},watch:{scrollToIndex(t){this.scrollTo(t)},columnCount(t,e){0!==e?this.scrollTo(this.index):oi.debug("VirtualList: columnCount is 0, skipping scroll")}},mounted(){const t=this.$refs?.before,e=this.$el,n=this.$refs?.thead;this.resizeObserver=new ResizeObserver((0,ai.debounce)((()=>{this.beforeHeight=t?.clientHeight??0,this.headerHeight=n?.clientHeight??0,this.tableHeight=e?.clientHeight??0,se.debug("VirtualList: resizeObserver updated"),this.onScroll()}),100,!1)),this.resizeObserver.observe(t),this.resizeObserver.observe(e),this.resizeObserver.observe(n),this.scrollToIndex&&this.scrollTo(this.scrollToIndex),this.$el.addEventListener("scroll",this.onScroll,{passive:!0}),this.$_recycledPool={}},beforeDestroy(){this.resizeObserver&&this.resizeObserver.disconnect()},methods:{scrollTo(t){this.index=t;const e=(Math.floor(t/this.columnCount)-.5)*this.itemHeight+this.beforeHeight;se.debug("VirtualList: scrolling to index "+t,{scrollTop:e,columnCount:this.columnCount}),this.$el.scrollTop=e},onScroll(){this._onScrollHandle??=requestAnimationFrame((()=>{this._onScrollHandle=null;const t=this.$el.scrollTop-this.beforeHeight,e=Math.floor(t/this.itemHeight)*this.columnCount;this.index=Math.max(0,e),this.$emit("scroll")}))}}}),ci=(0,Ht.Z)(li,(function(){var t=this,e=t._self._c;return t._self._setupProxy,e("div",{staticClass:"files-list",attrs:{"data-cy-files-list":""}},[e("div",{ref:"before",staticClass:"files-list__before"},[t._t("before")],2),t._v(" "),e("table",{staticClass:"files-list__table"},[t.caption?e("caption",{staticClass:"hidden-visually"},[t._v("\n\t\t\t"+t._s(t.caption)+"\n\t\t")]):t._e(),t._v(" "),e("thead",{ref:"thead",staticClass:"files-list__thead",attrs:{"data-cy-files-list-thead":""}},[t._t("header")],2),t._v(" "),e("tbody",{staticClass:"files-list__tbody",class:t.gridMode?"files-list__tbody--grid":"files-list__tbody--list",style:t.tbodyStyle,attrs:{"data-cy-files-list-tbody":""}},t._l(t.renderedItems,(function(n,s){let{key:i,item:r}=n;return e(t.dataComponent,t._b({key:i,tag:"component",attrs:{source:r,index:s}},"component",t.extraProps,!1))})),1),t._v(" "),e("tfoot",{directives:[{name:"show",rawName:"v-show",value:t.isReady,expression:"isReady"}],staticClass:"files-list__tfoot",attrs:{"data-cy-files-list-tfoot":""}},[t._t("footer")],2)])])}),[],!1,null,null,null).exports,ui=(0,r.defineComponent)({name:"FilesListVirtual",components:{FilesListHeader:Os,FilesListTableFooter:Us,FilesListTableHeader:ri,VirtualList:ci},mixins:[Rs],props:{currentView:{type:lt.G7,required:!0},currentFolder:{type:lt.gt,required:!0},nodes:{type:Array,required:!0}},setup:()=>({userConfigStore:pe()}),data:()=>({FileEntry:Ss,FileEntryGrid:Is,headers:(0,lt.De)(),scrollToIndex:0,dndNoticeHeight:0}),computed:{userConfig(){return this.userConfigStore.userConfig},files(){return this.nodes.filter((t=>"file"===t.type))},fileId(){return parseInt(this.$route.params.fileid)||null},summaryFile(){const t=this.files.length;return(0,Rt.uN)("files","{count} file","{count} files",t,{count:t})},summaryFolder(){const t=this.nodes.length-this.files.length;return(0,Rt.uN)("files","{count} folder","{count} folders",t,{count:t})},summary(){return(0,Rt.Iu)("files","{summaryFile} and {summaryFolder}",this)},isMtimeAvailable(){return!(this.filesListWidth<768)&&this.nodes.some((t=>void 0!==t.mtime))},isSizeAvailable(){return!(this.filesListWidth<768)&&this.nodes.some((t=>void 0!==t.attributes.size))},sortedHeaders(){return this.currentFolder&&this.currentView?[...this.headers].sort(((t,e)=>t.order-e.order)):[]},caption(){const t=(0,Rt.Iu)("files","List of files and folders.");return`${this.currentView.caption||t}\n${(0,Rt.Iu)("files","Column headers with buttons are sortable.")}\n${(0,Rt.Iu)("files","This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list.")}`}},watch:{fileId(t){this.scrollToFile(t,!1)}},mounted(){window.document.querySelector("main.app-content").addEventListener("dragover",this.onDragOver),this.scrollToFile(this.fileId),this.openSidebarForFile(this.fileId),this.handleOpenFile()},beforeDestroy(){window.document.querySelector("main.app-content").removeEventListener("dragover",this.onDragOver)},methods:{openSidebarForFile(t){if(document.documentElement.clientWidth>1024&&this.currentFolder.fileid!==t){const e=this.nodes.find((e=>e.fileid===t));e&&ie?.enabled?.([e],this.currentView)&&(se.debug("Opening sidebar on file "+e.path,{node:e}),ie.exec(e,this.currentView,this.currentFolder.path))}},scrollToFile(t){let e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];if(t){const n=this.nodes.findIndex((e=>e.fileid===t));e&&-1===n&&t!==this.currentFolder.fileid&&(0,Ut.x2)(this.t("files","File not found")),this.scrollToIndex=Math.max(0,n)}},handleOpenFile(){const t=(0,ue.j)("files","openFileInfo",{});if(void 0===t)return;const e=this.nodes.find((e=>e.fileid===t.id));void 0!==e&&(se.debug("Opening file "+e.path,{node:e}),(0,lt.Vn)().filter((t=>!t.enabled||t.enabled([e],this.currentView))).sort(((t,e)=>(t.order||0)-(e.order||0))).filter((t=>!!t?.default))[0].exec(e,this.currentView,this.currentFolder.path))},getFileId:t=>t.fileid,onDragOver(t){const e=t.dataTransfer?.types.includes("Files");if(e)return;t.preventDefault(),t.stopPropagation();const n=this.$refs.table.$el.getBoundingClientRect().top,s=n+this.$refs.table.$el.getBoundingClientRect().height;t.clientYs-50&&(this.$refs.table.$el.scrollTop=this.$refs.table.$el.scrollTop+25)},t:Rt.Iu}});var di=s(54609),mi={};mi.styleTagTransform=Fe(),mi.setAttributes=Se(),mi.insert=ke().bind(null,"head"),mi.domAPI=_e(),mi.insertStyleElement=Ne(),Ce()(di.Z,mi),di.Z&&di.Z.locals&&di.Z.locals;var pi=s(7559),fi={};fi.styleTagTransform=Fe(),fi.setAttributes=Se(),fi.insert=ke().bind(null,"head"),fi.domAPI=_e(),fi.insertStyleElement=Ne(),Ce()(pi.Z,fi),pi.Z&&pi.Z.locals&&pi.Z.locals;const gi=(0,Ht.Z)(ui,(function(){var t=this,e=t._self._c;return t._self._setupProxy,e("VirtualList",{ref:"table",attrs:{"data-component":t.userConfig.grid_view?t.FileEntryGrid:t.FileEntry,"data-key":"source","data-sources":t.nodes,"grid-mode":t.userConfig.grid_view,"extra-props":{isMtimeAvailable:t.isMtimeAvailable,isSizeAvailable:t.isSizeAvailable,nodes:t.nodes,filesListWidth:t.filesListWidth},"scroll-to-index":t.scrollToIndex,caption:t.caption},scopedSlots:t._u([{key:"before",fn:function(){return t._l(t.sortedHeaders,(function(n){return e("FilesListHeader",{key:n.id,attrs:{"current-folder":t.currentFolder,"current-view":t.currentView,header:n}})}))},proxy:!0},{key:"header",fn:function(){return[e("FilesListTableHeader",{ref:"thead",attrs:{"files-list-width":t.filesListWidth,"is-mtime-available":t.isMtimeAvailable,"is-size-available":t.isSizeAvailable,nodes:t.nodes}})]},proxy:!0},{key:"footer",fn:function(){return[e("FilesListTableFooter",{attrs:{"files-list-width":t.filesListWidth,"is-mtime-available":t.isMtimeAvailable,"is-size-available":t.isSizeAvailable,nodes:t.nodes,summary:t.summary}})]},proxy:!0}])})}),[],!1,null,"e3bf0e42",null).exports,hi={name:"TrayArrowDownIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},Ai=(0,Ht.Z)(hi,(function(){var t=this,e=t._self._c;return e("span",t._b({staticClass:"material-design-icon tray-arrow-down-icon",attrs:{"aria-hidden":!t.title,"aria-label":t.title,role:"img"},on:{click:function(e){return t.$emit("click",e)}}},"span",t.$attrs,!1),[e("svg",{staticClass:"material-design-icon__svg",attrs:{fill:t.fillColor,width:t.size,height:t.size,viewBox:"0 0 24 24"}},[e("path",{attrs:{d:"M2 12H4V17H20V12H22V17C22 18.11 21.11 19 20 19H4C2.9 19 2 18.11 2 17V12M12 15L17.55 9.54L16.13 8.13L13 11.25V2H11V11.25L7.88 8.13L6.46 9.55L12 15Z"}},[t.title?e("title",[t._v(t._s(t.title))]):t._e()])])])}),[],!1,null,null,null).exports,wi=async function(t){let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";const n=(0,zt.g)();try{return await n.upload(`${e}${t.name}`,t)}catch(e){throw(0,Ut.x2)((0,Rt.Iu)("files",'Uploading "{filename}" failed',{filename:t.name})),e}},yi=async function(t){let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";if(t.isFile)return[await new Promise(((n,s)=>{t.file((async t=>n(await wi(t,e))),(t=>s(t)))}))];{const n=t;se.debug("Handle directory recursivly",{name:n.name});const s=`${lt._o}${(0,zt.g)().destination.path}${e}${n.name}`,i=(0,lt.rp)();if(!await i.exists(s)){se.debug("Directory does not exist, creating it",{absolutPath:s}),await i.createDirectory(s,{recursive:!0});const t=await i.stat(s,{details:!0,data:(0,lt.h7)()});(0,ut.j8)("files:node:created",(0,lt.RL)(t.data))}const r=await function(t){const e=t.createReader();return new Promise(((t,n)=>{const s=[],i=()=>{e.readEntries((e=>{e.length?(s.push(...e),i()):t(s)}),(t=>{n(t)}))};i()}))}(n),a=r.sort((t=>t.isFile?-1:1)).map((t=>yi(t,`${e}${n.name}/`)));return(await Promise.all(a)).flat()}},vi=(0,r.defineComponent)({name:"DragAndDropNotice",components:{TrayArrowDownIcon:Ai},props:{currentFolder:{type:Object,required:!0}},data:()=>({dragover:!1}),mounted(){const t=window.document.querySelector("main.app-content");t.addEventListener("dragover",this.onDragOver),t.addEventListener("dragleave",this.onDragLeave)},beforeDestroy(){const t=window.document.querySelector("main.app-content");t.removeEventListener("dragover",this.onDragOver),t.removeEventListener("dragleave",this.onDragLeave)},methods:{onDragOver(t){const e=t.dataTransfer?.types.includes("Files");e&&(this.dragover=!0)},onDragLeave(){this.dragover&&(this.dragover=!1)},onDrop(t){this.$el.querySelector("tbody")?.contains(t.target)||(t.preventDefault(),t.stopPropagation(),t.dataTransfer&&t.dataTransfer.items.length>0&&(se.debug(`Uploading files to ${this.currentFolder.path}`),(async t=>{const e=[];for(const n of t.items){if("file"!==n.kind){se.debug("Skipping dropped item",{kind:n.kind,type:n.type});continue}const t=n?.getAsEntry?.()??n.webkitGetAsEntry();if(null===t){se.debug("Could not get FilesystemEntry of item, falling back to file");const t=n.getAsFile();null===t?(se.warn("Could not process DataTransferItem",{type:n.type,kind:n.kind}),(0,Ut.x2)((0,Rt.Iu)("files","One of the dropped files could not be processed"))):e.push(await wi(t))}else se.debug("Handle recursive upload",{entry:t.name}),e.push(...await yi(t))}return e})(t.dataTransfer).then((t=>{se.debug("Upload terminated",{uploads:t}),(0,Ut.s$)((0,Rt.Iu)("files","Upload successful"));const e=t.findLast((t=>!t.file.webkitRelativePath.includes("/")&&t.response?.headers?.["oc-fileid"]));void 0!==e&&this.$router.push({...this.$route,params:{view:this.$route.params?.view??"files",fileid:parseInt(e.response.headers["oc-fileid"])}})}))),this.dragover=!1)},t:Rt.Iu}});var bi=s(81432),Ci={};Ci.styleTagTransform=Fe(),Ci.setAttributes=Se(),Ci.insert=ke().bind(null,"head"),Ci.domAPI=_e(),Ci.insertStyleElement=Ne(),Ce()(bi.Z,Ci),bi.Z&&bi.Z.locals&&bi.Z.locals;const xi=(0,Ht.Z)(vi,(function(){var t=this,e=t._self._c;return t._self._setupProxy,e("div",{directives:[{name:"show",rawName:"v-show",value:t.dragover,expression:"dragover"}],staticClass:"files-list__drag-drop-notice",on:{drop:t.onDrop}},[e("div",{staticClass:"files-list__drag-drop-notice-wrapper"},[e("TrayArrowDownIcon",{attrs:{size:48}}),t._v(" "),e("h3",{staticClass:"files-list-drag-drop-notice__title"},[t._v("\n\t\t\t"+t._s(t.t("files","Drag and drop files here to upload"))+"\n\t\t")])],1)])}),[],!1,null,"7e0e423e",null).exports,_i=void 0!==(0,dt.getCapabilities)()?.files_sharing,Ti=(0,r.defineComponent)({name:"FilesList",components:{BreadCrumbs:Be,DragAndDropNotice:xi,FilesListVirtual:gi,LinkIcon:Vt.Z,ListViewIcon:qt,NcAppContent:Zt.Z,NcButton:Gt.Z,NcEmptyContent:Wt.Z,NcIconSvgWrapper:Yt.Z,NcLoadingIcon:Kt.Z,PlusIcon:Jt.Z,ShareVariantIcon:Xt,UploadPicker:zt.U,ViewGridIcon:ee},mixins:[Rs,Ys],setup(){const t=re(),e=ae(),n=oe(),s=function(){return le=(0,zt.g)(),ot("uploader",{state:()=>({queue:le.queue})})(...arguments)}();return{filesStore:t,pathsStore:e,selectionStore:n,uploaderStore:s,userConfigStore:pe(),viewConfigStore:ge()}},data:()=>({loading:!0,promise:null,Type:Mt.D}),computed:{userConfig(){return this.userConfigStore.userConfig},currentView(){return this.$navigation.active||this.$navigation.views.find((t=>"files"===t.id))},dir(){return(this.$route?.query?.dir?.toString()||"/").replace(/^(.+)\/$/,"$1")},currentFolder(){if(!this.currentView?.id)return;if("/"===this.dir)return this.filesStore.getRoot(this.currentView.id);const t=this.pathsStore.getPath(this.currentView.id,this.dir);return this.filesStore.getNode(t)},sortingParameters(){return[[...this.userConfig.sort_favorites_first?[t=>1!==t.attributes?.favorite]:[],..."basename"===this.sortingMode?[t=>"folder"!==t.type]:[],..."basename"!==this.sortingMode?[t=>t[this.sortingMode]]:[],t=>t.attributes?.displayName||t.basename,t=>t.basename],[...this.userConfig.sort_favorites_first?["asc"]:[],..."basename"===this.sortingMode?["asc"]:[],..."mtime"===this.sortingMode?[this.isAscSorting?"desc":"asc"]:[],..."mtime"!==this.sortingMode&&"basename"!==this.sortingMode?[this.isAscSorting?"asc":"desc"]:[],this.isAscSorting?"asc":"desc",this.isAscSorting?"asc":"desc"]]},dirContentsSorted(){if(!this.currentView)return[];const t=(this.currentView?.columns||[]).find((t=>t.id===this.sortingMode));if(t?.sort&&"function"==typeof t.sort){const e=[...this.dirContents].sort(t.sort);return this.isAscSorting?e:e.reverse()}return Dt([...this.dirContents],...this.sortingParameters)},dirContents(){const t=this.userConfigStore?.userConfig.show_hidden;return(this.currentFolder?._children||[]).map(this.getNode).filter((e=>t?!!e:e&&!0!==e?.attributes?.hidden&&!e?.basename.startsWith(".")))},isEmptyDir(){return 0===this.dirContents.length},isRefreshing(){return void 0!==this.currentFolder&&!this.isEmptyDir&&this.loading},toPreviousDir(){const t=this.dir.split("/").slice(0,-1).join("/")||"/";return{...this.$route,query:{dir:t}}},shareAttributes(){if(this.currentFolder?.attributes?.["share-types"])return Object.values(this.currentFolder?.attributes?.["share-types"]||{}).flat()},shareButtonLabel(){return this.shareAttributes?this.shareButtonType===Mt.D.SHARE_TYPE_LINK?this.t("files","Shared by link"):this.t("files","Shared"):this.t("files","Share")},shareButtonType(){return this.shareAttributes?this.shareAttributes.some((t=>t===Mt.D.SHARE_TYPE_LINK))?Mt.D.SHARE_TYPE_LINK:Mt.D.SHARE_TYPE_USER:null},gridViewButtonLabel(){return this.userConfig.grid_view?this.t("files","Switch to list view"):this.t("files","Switch to grid view")},canUpload(){return this.currentFolder&&0!=(this.currentFolder.permissions<.y3.CREATE)},isQuotaExceeded(){return 0===this.currentFolder?.attributes?.["quota-available-bytes"]},cantUploadLabel(){return this.isQuotaExceeded?this.t("files","Your have used your space quota and cannot upload files anymore"):this.t("files","You don’t have permission to upload or create files here")},canShare(){return _i&&this.currentFolder&&0!=(this.currentFolder.permissions<.y3.SHARE)}},watch:{currentView(t,e){t?.id!==e?.id&&(se.debug("View changed",{newView:t,oldView:e}),this.selectionStore.reset(),this.fetchContent())},dir(t,e){se.debug("Directory changed",{newDir:t,oldDir:e}),this.selectionStore.reset(),this.fetchContent(),this.$refs?.filesListVirtual?.$el&&(this.$refs.filesListVirtual.$el.scrollTop=0)},dirContents(t){se.debug("Directory contents changed",{view:this.currentView,folder:this.currentFolder,contents:t}),(0,ut.j8)("files:list:updated",{view:this.currentView,folder:this.currentFolder,contents:t})}},mounted(){this.fetchContent()},methods:{async fetchContent(){this.loading=!0;const t=this.dir,e=this.currentView;if(e){"function"==typeof this.promise?.cancel&&(this.promise.cancel(),se.debug("Cancelled previous ongoing fetch")),this.promise=e.getContents(t);try{const{folder:n,contents:s}=await this.promise;se.debug("Fetched contents",{dir:t,folder:n,contents:s}),this.filesStore.updateNodes(s),this.$set(n,"_children",s.map((t=>t.fileid))),"/"===t?this.filesStore.setRoot({service:e.id,root:n}):n.fileid?(this.filesStore.updateNodes([n]),this.pathsStore.addPath({service:e.id,fileid:n.fileid,path:t})):se.error("Invalid root folder returned",{dir:t,folder:n,currentView:e}),s.filter((t=>"folder"===t.type)).forEach((n=>{this.pathsStore.addPath({service:e.id,fileid:n.fileid,path:(0,mt.join)(t,n.basename)})}))}catch(t){se.error("Error while fetching content",{error:t})}finally{this.loading=!1}}else se.debug("The current view doesn't exists or is not ready.",{currentView:e})},getNode(t){return this.filesStore.getNode(t)},onUpload(t){(0,mt.dirname)(t.source)===this.currentFolder?.source&&this.fetchContent()},async onUploadFail(t){const e=t.response?.status||0;if(507!==e)if(404!==e&&409!==e)if(403!==e)if(0===e){try{const e=new jt.Parser({trim:!0,explicitRoot:!1}),n=(await e.parseStringPromise(t.response?.data))["s:message"][0];if("string"==typeof n&&""!==n.trim())return void(0,Ut.x2)(this.t("files","Error during upload: {message}",{message:n}))}catch(t){}(0,Ut.x2)(this.t("files","Unknown error during upload"))}else(0,Ut.x2)(this.t("files","Error when assembling chunks, status code {status}",{status:e}));else(0,Ut.x2)(this.t("files","Operation is blocked by access control"));else(0,Ut.x2)(this.t("files","Target folder does not exist any more"));else(0,Ut.x2)(this.t("files","Not enough free space"))},openSharingSidebar(){window?.OCA?.Files?.Sidebar?.setActiveTab&&window.OCA.Files.Sidebar.setActiveTab("sharing"),ie.exec(this.currentFolder,this.currentView,this.currentFolder.path)},toggleGridView(){this.userConfigStore.update("grid_view",!this.userConfig.grid_view)},t:Rt.Iu,n:Rt.uN}});var ki=s(51641),Ei={};Ei.styleTagTransform=Fe(),Ei.setAttributes=Se(),Ei.insert=ke().bind(null,"head"),Ei.domAPI=_e(),Ei.insertStyleElement=Ne(),Ce()(ki.Z,Ei),ki.Z&&ki.Z.locals&&ki.Z.locals;const Si=(0,Ht.Z)(Ti,(function(){var t=this,e=t._self._c;return t._self._setupProxy,e("NcAppContent",{attrs:{"data-cy-files-content":""}},[e("div",{staticClass:"files-list__header"},[e("BreadCrumbs",{attrs:{path:t.dir},on:{reload:t.fetchContent},scopedSlots:t._u([{key:"actions",fn:function(){return[t.canShare&&t.filesListWidth>=512?e("NcButton",{staticClass:"files-list__header-share-button",class:{"files-list__header-share-button--shared":t.shareButtonType},attrs:{"aria-label":t.shareButtonLabel,title:t.shareButtonLabel,type:"tertiary"},on:{click:t.openSharingSidebar},scopedSlots:t._u([{key:"icon",fn:function(){return[t.shareButtonType===t.Type.SHARE_TYPE_LINK?e("LinkIcon"):e("ShareVariantIcon",{attrs:{size:20}})]},proxy:!0}],null,!1,2776780758)}):t._e(),t._v(" "),!t.canUpload||t.isQuotaExceeded?e("NcButton",{staticClass:"files-list__header-upload-button--disabled",attrs:{"aria-label":t.cantUploadLabel,title:t.cantUploadLabel,disabled:!0,type:"secondary"},scopedSlots:t._u([{key:"icon",fn:function(){return[e("PlusIcon",{attrs:{size:20}})]},proxy:!0}],null,!1,2953566425)},[t._v("\n\t\t\t\t\t"+t._s(t.t("files","Add"))+"\n\t\t\t\t")]):t.currentFolder?e("UploadPicker",{staticClass:"files-list__header-upload-button",attrs:{content:t.dirContents,destination:t.currentFolder,multiple:!0},on:{failed:t.onUploadFail,uploaded:t.onUpload}}):t._e()]},proxy:!0}])}),t._v(" "),t.filesListWidth>=512?e("NcButton",{staticClass:"files-list__header-grid-button",attrs:{"aria-label":t.gridViewButtonLabel,title:t.gridViewButtonLabel,type:"tertiary"},on:{click:t.toggleGridView},scopedSlots:t._u([{key:"icon",fn:function(){return[t.userConfig.grid_view?e("ListViewIcon"):e("ViewGridIcon")]},proxy:!0}],null,!1,1682960703)}):t._e(),t._v(" "),t.isRefreshing?e("NcLoadingIcon",{staticClass:"files-list__refresh-icon"}):t._e()],1),t._v(" "),!t.loading&&t.canUpload?e("DragAndDropNotice",{attrs:{"current-folder":t.currentFolder}}):t._e(),t._v(" "),t.loading&&!t.isRefreshing?e("NcLoadingIcon",{staticClass:"files-list__loading-icon",attrs:{size:38,name:t.t("files","Loading current folder")}}):!t.loading&&t.isEmptyDir?e("NcEmptyContent",{attrs:{name:t.currentView?.emptyTitle||t.t("files","No files in here"),description:t.currentView?.emptyCaption||t.t("files","Upload some content or sync with your devices!"),"data-cy-files-content-empty":""},scopedSlots:t._u([{key:"action",fn:function(){return["/"!==t.dir?e("NcButton",{attrs:{"aria-label":t.t("files","Go to the previous folder"),type:"primary",to:t.toPreviousDir}},[t._v("\n\t\t\t\t"+t._s(t.t("files","Go back"))+"\n\t\t\t")]):t._e()]},proxy:!0},{key:"icon",fn:function(){return[e("NcIconSvgWrapper",{attrs:{svg:t.currentView.icon}})]},proxy:!0}])}):e("FilesListVirtual",{ref:"filesListVirtual",attrs:{"current-folder":t.currentFolder,"current-view":t.currentView,nodes:t.dirContentsSorted}})],1)}),[],!1,null,"6a4c09d6",null).exports;var Li=s(69608),Ni=s(44792);const Ii=(0,Ht.Z)(Ni.Z,Li.s,Li.x,!1,null,null,null).exports;var Fi=s(92870),Pi=s(51235);function Oi(t,e,n){var s,i=n||{},r=i.noTrailing,a=void 0!==r&&r,o=i.noLeading,l=void 0!==o&&o,c=i.debounceMode,u=void 0===c?void 0:c,d=!1,m=0;function p(){s&&clearTimeout(s)}function f(){for(var n=arguments.length,i=new Array(n),r=0;rt?l?(m=Date.now(),a||(s=setTimeout(u?g:f,t))):f():!0!==a&&(s=setTimeout(u?g:f,void 0===u?t-c:t)))}return f.cancel=function(t){var e=(t||{}).upcomingOnly,n=void 0!==e&&e;p(),d=!n},f}const Bi={name:"ChartPieIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},Di=(0,Ht.Z)(Bi,(function(){var t=this,e=t._self._c;return e("span",t._b({staticClass:"material-design-icon chart-pie-icon",attrs:{"aria-hidden":!t.title,"aria-label":t.title,role:"img"},on:{click:function(e){return t.$emit("click",e)}}},"span",t.$attrs,!1),[e("svg",{staticClass:"material-design-icon__svg",attrs:{fill:t.fillColor,width:t.size,height:t.size,viewBox:"0 0 24 24"}},[e("path",{attrs:{d:"M11,2V22C5.9,21.5 2,17.2 2,12C2,6.8 5.9,2.5 11,2M13,2V11H22C21.5,6.2 17.8,2.5 13,2M13,13V22C17.7,21.5 21.5,17.8 22,13H13Z"}},[t.title?e("title",[t._v(t._s(t.title))]):t._e()])])])}),[],!1,null,null,null).exports;var ji=s(34854);const Ui={name:"NavigationQuota",components:{ChartPie:Di,NcAppNavigationItem:Pi.Z,NcProgressBar:ji.Z},data:()=>({loadingStorageStats:!1,storageStats:(0,ue.j)("files","storageStats",null)}),computed:{storageStatsTitle(){const t=(0,lt.sS)(this.storageStats?.used,!1,!1,!0),e=(0,lt.sS)(this.storageStats?.quota,!1,!1,!0);return this.storageStats?.quota<0?this.t("files","{usedQuotaByte} used",{usedQuotaByte:t}):this.t("files","{used} of {quota} used",{used:t,quota:e})},storageStatsTooltip(){return this.storageStats.relative?this.t("files","{relative}% used",this.storageStats):""}},beforeMount(){setInterval(this.throttleUpdateStorageStats,6e4),(0,ut.Ld)("files:node:created",this.throttleUpdateStorageStats),(0,ut.Ld)("files:node:deleted",this.throttleUpdateStorageStats),(0,ut.Ld)("files:node:moved",this.throttleUpdateStorageStats),(0,ut.Ld)("files:node:updated",this.throttleUpdateStorageStats)},mounted(){this.storageStats?.free<=0&&this.showStorageFullWarning()},methods:{debounceUpdateStorageStats:(Ri={}.atBegin,Oi(200,(function(t){this.updateStorageStats(t)}),{debounceMode:!1!==(void 0!==Ri&&Ri)})),throttleUpdateStorageStats:Oi(1e3,(function(t){this.updateStorageStats(t)})),async updateStorageStats(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;if(!this.loadingStorageStats){this.loadingStorageStats=!0;try{const t=await de.Z.get((0,ce.generateUrl)("/apps/files/api/v1/stats"));if(!t?.data?.data)throw new Error("Invalid storage stats");this.storageStats?.free>0&&t.data.data?.free<=0&&this.showStorageFullWarning(),this.storageStats=t.data.data}catch(n){se.error("Could not refresh storage stats",{error:n}),e&&(0,Ut.x2)(t("files","Could not refresh storage stats"))}finally{this.loadingStorageStats=!1}}},showStorageFullWarning(){(0,Ut.x2)(this.t("files","Your storage is full, files can not be updated or synced anymore!"))},t:Rt.Iu}};var Ri,Mi=s(83079),zi={};zi.styleTagTransform=Fe(),zi.setAttributes=Se(),zi.insert=ke().bind(null,"head"),zi.domAPI=_e(),zi.insertStyleElement=Ne(),Ce()(Mi.Z,zi),Mi.Z&&Mi.Z.locals&&Mi.Z.locals;const Vi=(0,Ht.Z)(Ui,(function(){var t=this,e=t._self._c;return t.storageStats?e("NcAppNavigationItem",{staticClass:"app-navigation-entry__settings-quota",class:{"app-navigation-entry__settings-quota--not-unlimited":t.storageStats.quota>=0},attrs:{"aria-label":t.t("files","Storage informations"),loading:t.loadingStorageStats,name:t.storageStatsTitle,title:t.storageStatsTooltip,"data-cy-files-navigation-settings-quota":""},on:{click:function(e){return e.stopPropagation(),e.preventDefault(),t.debounceUpdateStorageStats.apply(null,arguments)}}},[e("ChartPie",{attrs:{slot:"icon",size:20},slot:"icon"}),t._v(" "),t.storageStats.quota>=0?e("NcProgressBar",{attrs:{slot:"extra",error:t.storageStats.relative>80,value:Math.min(t.storageStats.relative,100)},slot:"extra"}):t._e()],1):t._e()}),[],!1,null,"34665d46",null).exports;var $i=s(33429),Hi=s(56956);const qi={name:"ClipboardIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},Zi=(0,Ht.Z)(qi,(function(){var t=this,e=t._self._c;return e("span",t._b({staticClass:"material-design-icon clipboard-icon",attrs:{"aria-hidden":!t.title,"aria-label":t.title,role:"img"},on:{click:function(e){return t.$emit("click",e)}}},"span",t.$attrs,!1),[e("svg",{staticClass:"material-design-icon__svg",attrs:{fill:t.fillColor,width:t.size,height:t.size,viewBox:"0 0 24 24"}},[e("path",{attrs:{d:"M19,3H14.82C14.4,1.84 13.3,1 12,1C10.7,1 9.6,1.84 9.18,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3M12,3A1,1 0 0,1 13,4A1,1 0 0,1 12,5A1,1 0 0,1 11,4A1,1 0 0,1 12,3"}},[t.title?e("title",[t._v(t._s(t.title))]):t._e()])])])}),[],!1,null,null,null).exports;var Gi=s(6905);const Wi={name:"Setting",props:{el:{type:Function,required:!0}},mounted(){this.$el.appendChild(this.el())}},Yi=(0,Ht.Z)(Wi,(function(){return(0,this._self._c)("div")}),[],!1,null,null,null).exports,Ki={name:"Settings",components:{Clipboard:Zi,NcAppSettingsDialog:$i.Z,NcAppSettingsSection:Hi.Z,NcCheckboxRadioSwitch:Kn.Z,NcInputField:Gi.Z,Setting:Yi},props:{open:{type:Boolean,default:!1}},setup:()=>({userConfigStore:pe()}),data:()=>({settings:window.OCA?.Files?.Settings?.settings||[],webdavUrl:(0,ce.generateRemoteUrl)("dav/files/"+encodeURIComponent((0,ct.ts)()?.uid)),webdavDocs:"https://docs.nextcloud.com/server/stable/go.php?to=user-webdav",appPasswordUrl:(0,ce.generateUrl)("/settings/user/security#generate-app-token-section"),webdavUrlCopied:!1}),computed:{userConfig(){return this.userConfigStore.userConfig}},beforeMount(){this.settings.forEach((t=>t.open()))},beforeDestroy(){this.settings.forEach((t=>t.close()))},methods:{onClose(){this.$emit("close")},setConfig(t,e){this.userConfigStore.update(t,e)},async copyCloudId(){document.querySelector("input#webdav-url-input").select(),navigator.clipboard?(await navigator.clipboard.writeText(this.webdavUrl),this.webdavUrlCopied=!0,(0,Ut.s$)(t("files","WebDAV URL copied to clipboard")),setTimeout((()=>{this.webdavUrlCopied=!1}),5e3)):(0,Ut.x2)(t("files","Clipboard is not available"))},t:Rt.Iu}};var Ji=s(85389),Qi={};Qi.styleTagTransform=Fe(),Qi.setAttributes=Se(),Qi.insert=ke().bind(null,"head"),Qi.domAPI=_e(),Qi.insertStyleElement=Ne(),Ce()(Ji.Z,Qi),Ji.Z&&Ji.Z.locals&&Ji.Z.locals;const Xi=(0,Ht.Z)(Ki,(function(){var t=this,e=t._self._c;return e("NcAppSettingsDialog",{attrs:{open:t.open,"show-navigation":!0,name:t.t("files","Files settings")},on:{"update:open":t.onClose}},[e("NcAppSettingsSection",{attrs:{id:"settings",name:t.t("files","Files settings")}},[e("NcCheckboxRadioSwitch",{attrs:{checked:t.userConfig.sort_favorites_first},on:{"update:checked":function(e){return t.setConfig("sort_favorites_first",e)}}},[t._v("\n\t\t\t"+t._s(t.t("files","Sort favorites first"))+"\n\t\t")]),t._v(" "),e("NcCheckboxRadioSwitch",{attrs:{checked:t.userConfig.show_hidden},on:{"update:checked":function(e){return t.setConfig("show_hidden",e)}}},[t._v("\n\t\t\t"+t._s(t.t("files","Show hidden files"))+"\n\t\t")]),t._v(" "),e("NcCheckboxRadioSwitch",{attrs:{checked:t.userConfig.crop_image_previews},on:{"update:checked":function(e){return t.setConfig("crop_image_previews",e)}}},[t._v("\n\t\t\t"+t._s(t.t("files","Crop image previews"))+"\n\t\t")]),t._v(" "),e("NcCheckboxRadioSwitch",{attrs:{checked:t.userConfig.grid_view},on:{"update:checked":function(e){return t.setConfig("grid_view",e)}}},[t._v("\n\t\t\t"+t._s(t.t("files","Enable the grid view"))+"\n\t\t")])],1),t._v(" "),0!==t.settings.length?e("NcAppSettingsSection",{attrs:{id:"more-settings",name:t.t("files","Additional settings")}},[t._l(t.settings,(function(t){return[e("Setting",{key:t.name,attrs:{el:t.el}})]}))],2):t._e(),t._v(" "),e("NcAppSettingsSection",{attrs:{id:"webdav",name:t.t("files","WebDAV")}},[e("NcInputField",{attrs:{id:"webdav-url-input",label:t.t("files","WebDAV URL"),"show-trailing-button":!0,success:t.webdavUrlCopied,"trailing-button-label":t.t("files","Copy to clipboard"),value:t.webdavUrl,readonly:"readonly",type:"url"},on:{focus:function(t){return t.target.select()},"trailing-button-click":t.copyCloudId},scopedSlots:t._u([{key:"trailing-button-icon",fn:function(){return[e("Clipboard",{attrs:{size:20}})]},proxy:!0}])}),t._v(" "),e("em",[e("a",{staticClass:"setting-link",attrs:{href:t.webdavDocs,target:"_blank",rel:"noreferrer noopener"}},[t._v("\n\t\t\t\t"+t._s(t.t("files","Use this address to access your Files via WebDAV"))+" ↗\n\t\t\t")])]),t._v(" "),e("br"),t._v(" "),e("em",[e("a",{staticClass:"setting-link",attrs:{href:t.appPasswordUrl}},[t._v("\n\t\t\t\t"+t._s(t.t("files","If you have enabled 2FA, you must create and use a new app password by clicking here."))+" ↗\n\t\t\t")])])],1)],1)}),[],!1,null,"7b7a3aa6",null).exports,tr={name:"Navigation",components:{Cog:Ii,NavigationQuota:Vi,NcAppNavigation:Fi.Z,NcAppNavigationItem:Pi.Z,NcIconSvgWrapper:Yt.Z,SettingsModal:Xi},props:{Navigation:{type:Object,required:!0}},setup:()=>({viewConfigStore:ge()}),data:()=>({settingsOpened:!1}),computed:{currentViewId(){return this.$route?.params?.view||"files"},currentView(){return this.views.find((t=>t.id===this.currentViewId))},views(){return this.Navigation.views},parentViews(){return this.views.filter((t=>!t.parent)).sort(((t,e)=>t.order-e.order))},childViews(){return this.views.filter((t=>!!t.parent)).reduce(((t,e)=>(t[e.parent]=[...t[e.parent]||[],e],t[e.parent].sort(((t,e)=>t.order-e.order)),t)),{})}},watch:{currentView(t,e){t.id!==e?.id&&(this.Navigation.setActive(t),se.debug("Navigation changed",{id:t.id,view:t}),this.showView(t))}},beforeMount(){this.currentView&&(se.debug("Navigation mounted. Showing requested view",{view:this.currentView}),this.showView(this.currentView))},methods:{showView(t){window?.OCA?.Files?.Sidebar?.close?.(),this.Navigation.setActive(t),function(t){const e=document.getElementById("page-heading-level-1");e&&(e.textContent=t)}(t.name),(0,ut.j8)("files:navigation:changed",t)},onToggleExpand(t){const e=this.isExpanded(t);t.expanded=!e,this.viewConfigStore.update(t.id,"expanded",!e)},isExpanded(t){return"boolean"==typeof this.viewConfigStore.getConfig(t.id)?.expanded?!0===this.viewConfigStore.getConfig(t.id).expanded:!0===t.expanded},generateToNavigation(t){if(t.params){const{dir:e,fileid:n}=t.params;return{name:"filelist",params:t.params,query:{dir:e,fileid:n}}}return{name:"filelist",params:{view:t.id}}},openSettings(){this.settingsOpened=!0},onSettingsClose(){this.settingsOpened=!1},t:Rt.Iu}};var er=s(76336),nr={};nr.styleTagTransform=Fe(),nr.setAttributes=Se(),nr.insert=ke().bind(null,"head"),nr.domAPI=_e(),nr.insertStyleElement=Ne(),Ce()(er.Z,nr),er.Z&&er.Z.locals&&er.Z.locals;const sr=(0,Ht.Z)(tr,(function(){var t=this,e=t._self._c;return e("NcAppNavigation",{attrs:{"data-cy-files-navigation":"","aria-label":t.t("files","Files")},scopedSlots:t._u([{key:"list",fn:function(){return t._l(t.parentViews,(function(n){return e("NcAppNavigationItem",{key:n.id,attrs:{"allow-collapse":!0,"data-cy-files-navigation-item":n.id,exact:!0,icon:n.iconClass,name:n.name,open:t.isExpanded(n),pinned:n.sticky,to:t.generateToNavigation(n)},on:{"update:open":function(e){return t.onToggleExpand(n)}}},[n.icon?e("NcIconSvgWrapper",{attrs:{slot:"icon",svg:n.icon},slot:"icon"}):t._e(),t._v(" "),t._l(t.childViews[n.id],(function(n){return e("NcAppNavigationItem",{key:n.id,attrs:{"data-cy-files-navigation-item":n.id,exact:!0,icon:n.iconClass,name:n.name,to:t.generateToNavigation(n)}},[n.icon?e("NcIconSvgWrapper",{attrs:{slot:"icon",svg:n.icon},slot:"icon"}):t._e()],1)}))],2)}))},proxy:!0},{key:"footer",fn:function(){return[e("ul",{staticClass:"app-navigation-entry__settings"},[e("NavigationQuota"),t._v(" "),e("NcAppNavigationItem",{attrs:{"aria-label":t.t("files","Open the files app settings"),name:t.t("files","Files settings"),"data-cy-files-navigation-settings-button":""},on:{click:function(e){return e.preventDefault(),e.stopPropagation(),t.openSettings.apply(null,arguments)}}},[e("Cog",{attrs:{slot:"icon",size:20},slot:"icon"})],1)],1)]},proxy:!0}])},[t._v(" "),t._v(" "),e("SettingsModal",{attrs:{open:t.settingsOpened,"data-cy-files-navigation-settings":""},on:{close:t.onSettingsClose}})],1)}),[],!1,null,"761b6079",null).exports,ir="%[a-f0-9]{2}",rr=new RegExp("("+ir+")|([^%]+?)","gi"),ar=new RegExp("("+ir+")+","gi");function or(t,e){try{return[decodeURIComponent(t.join(""))]}catch{}if(1===t.length)return t;e=e||1;const n=t.slice(0,e),s=t.slice(e);return Array.prototype.concat.call([],or(n),or(s))}function lr(t){try{return decodeURIComponent(t)}catch{let e=t.match(rr)||[];for(let n=1;nnull==t,mr=t=>encodeURIComponent(t).replace(/[!'()*]/g,(t=>`%${t.charCodeAt(0).toString(16).toUpperCase()}`)),pr=Symbol("encodeFragmentIdentifier");function fr(t){if("string"!=typeof t||1!==t.length)throw new TypeError("arrayFormatSeparator must be single character string")}function gr(t,e){return e.encode?e.strict?mr(t):encodeURIComponent(t):t}function hr(t,e){return e.decode?function(t){if("string"!=typeof t)throw new TypeError("Expected `encodedURI` to be of type `string`, got `"+typeof t+"`");try{return decodeURIComponent(t)}catch{return function(t){const e={"%FE%FF":"��","%FF%FE":"��"};let n=ar.exec(t);for(;n;){try{e[n[0]]=decodeURIComponent(n[0])}catch{const t=lr(n[0]);t!==n[0]&&(e[n[0]]=t)}n=ar.exec(t)}e["%C2"]="�";const s=Object.keys(e);for(const n of s)t=t.replace(new RegExp(n,"g"),e[n]);return t}(t)}}(t):t}function Ar(t){return Array.isArray(t)?t.sort():"object"==typeof t?Ar(Object.keys(t)).sort(((t,e)=>Number(t)-Number(e))).map((e=>t[e])):t}function wr(t){const e=t.indexOf("#");return-1!==e&&(t=t.slice(0,e)),t}function yr(t,e){return e.parseNumbers&&!Number.isNaN(Number(t))&&"string"==typeof t&&""!==t.trim()?t=Number(t):!e.parseBooleans||null===t||"true"!==t.toLowerCase()&&"false"!==t.toLowerCase()||(t="true"===t.toLowerCase()),t}function vr(t){const e=(t=wr(t)).indexOf("?");return-1===e?"":t.slice(e+1)}function br(t,e){fr((e={decode:!0,sort:!0,arrayFormat:"none",arrayFormatSeparator:",",parseNumbers:!1,parseBooleans:!1,...e}).arrayFormatSeparator);const n=function(t){let e;switch(t.arrayFormat){case"index":return(t,n,s)=>{e=/\[(\d*)]$/.exec(t),t=t.replace(/\[\d*]$/,""),e?(void 0===s[t]&&(s[t]={}),s[t][e[1]]=n):s[t]=n};case"bracket":return(t,n,s)=>{e=/(\[])$/.exec(t),t=t.replace(/\[]$/,""),e?void 0!==s[t]?s[t]=[...s[t],n]:s[t]=[n]:s[t]=n};case"colon-list-separator":return(t,n,s)=>{e=/(:list)$/.exec(t),t=t.replace(/:list$/,""),e?void 0!==s[t]?s[t]=[...s[t],n]:s[t]=[n]:s[t]=n};case"comma":case"separator":return(e,n,s)=>{const i="string"==typeof n&&n.includes(t.arrayFormatSeparator),r="string"==typeof n&&!i&&hr(n,t).includes(t.arrayFormatSeparator);n=r?hr(n,t):n;const a=i||r?n.split(t.arrayFormatSeparator).map((e=>hr(e,t))):null===n?n:hr(n,t);s[e]=a};case"bracket-separator":return(e,n,s)=>{const i=/(\[])$/.test(e);if(e=e.replace(/\[]$/,""),!i)return void(s[e]=n?hr(n,t):n);const r=null===n?[]:n.split(t.arrayFormatSeparator).map((e=>hr(e,t)));void 0!==s[e]?s[e]=[...s[e],...r]:s[e]=r};default:return(t,e,n)=>{void 0!==n[t]?n[t]=[...[n[t]].flat(),e]:n[t]=e}}}(e),s=Object.create(null);if("string"!=typeof t)return s;if(!(t=t.trim().replace(/^[?#&]/,"")))return s;for(const i of t.split("&")){if(""===i)continue;const t=e.decode?i.replace(/\+/g," "):i;let[r,a]=cr(t,"=");void 0===r&&(r=t),a=void 0===a?null:["comma","separator","bracket-separator"].includes(e.arrayFormat)?a:hr(a,e),n(hr(r,e),a,s)}for(const[t,n]of Object.entries(s))if("object"==typeof n&&null!==n)for(const[t,s]of Object.entries(n))n[t]=yr(s,e);else s[t]=yr(n,e);return!1===e.sort?s:(!0===e.sort?Object.keys(s).sort():Object.keys(s).sort(e.sort)).reduce(((t,e)=>{const n=s[e];return Boolean(n)&&"object"==typeof n&&!Array.isArray(n)?t[e]=Ar(n):t[e]=n,t}),Object.create(null))}function Cr(t,e){if(!t)return"";fr((e={encode:!0,strict:!0,arrayFormat:"none",arrayFormatSeparator:",",...e}).arrayFormatSeparator);const n=n=>e.skipNull&&dr(t[n])||e.skipEmptyString&&""===t[n],s=function(t){switch(t.arrayFormat){case"index":return e=>(n,s)=>{const i=n.length;return void 0===s||t.skipNull&&null===s||t.skipEmptyString&&""===s?n:null===s?[...n,[gr(e,t),"[",i,"]"].join("")]:[...n,[gr(e,t),"[",gr(i,t),"]=",gr(s,t)].join("")]};case"bracket":return e=>(n,s)=>void 0===s||t.skipNull&&null===s||t.skipEmptyString&&""===s?n:null===s?[...n,[gr(e,t),"[]"].join("")]:[...n,[gr(e,t),"[]=",gr(s,t)].join("")];case"colon-list-separator":return e=>(n,s)=>void 0===s||t.skipNull&&null===s||t.skipEmptyString&&""===s?n:null===s?[...n,[gr(e,t),":list="].join("")]:[...n,[gr(e,t),":list=",gr(s,t)].join("")];case"comma":case"separator":case"bracket-separator":{const e="bracket-separator"===t.arrayFormat?"[]=":"=";return n=>(s,i)=>void 0===i||t.skipNull&&null===i||t.skipEmptyString&&""===i?s:(i=null===i?"":i,0===s.length?[[gr(n,t),e,gr(i,t)].join("")]:[[s,gr(i,t)].join(t.arrayFormatSeparator)])}default:return e=>(n,s)=>void 0===s||t.skipNull&&null===s||t.skipEmptyString&&""===s?n:null===s?[...n,gr(e,t)]:[...n,[gr(e,t),"=",gr(s,t)].join("")]}}(e),i={};for(const[e,s]of Object.entries(t))n(e)||(i[e]=s);const r=Object.keys(i);return!1!==e.sort&&r.sort(e.sort),r.map((n=>{const i=t[n];return void 0===i?"":null===i?gr(n,e):Array.isArray(i)?0===i.length&&"bracket-separator"===e.arrayFormat?gr(n,e)+"[]":i.reduce(s(n),[]).join("&"):gr(n,e)+"="+gr(i,e)})).filter((t=>t.length>0)).join("&")}function xr(t,e){e={decode:!0,...e};let[n,s]=cr(t,"#");return void 0===n&&(n=t),{url:n?.split("?")?.[0]??"",query:br(vr(t),e),...e&&e.parseFragmentIdentifier&&s?{fragmentIdentifier:hr(s,e)}:{}}}function _r(t,e){e={encode:!0,strict:!0,[pr]:!0,...e};const n=wr(t.url).split("?")[0]||"";let s=Cr({...br(vr(t.url),{sort:!1}),...t.query},e);s&&(s=`?${s}`);let i=function(t){let e="";const n=t.indexOf("#");return-1!==n&&(e=t.slice(n)),e}(t.url);if(t.fragmentIdentifier){const s=new URL(n);s.hash=t.fragmentIdentifier,i=e[pr]?s.hash:`#${t.fragmentIdentifier}`}return`${n}${s}${i}`}function Tr(t,e,n){n={parseFragmentIdentifier:!0,[pr]:!1,...n};const{url:s,query:i,fragmentIdentifier:r}=xr(t,n);return _r({url:s,query:ur(i,e),fragmentIdentifier:r},n)}function kr(t,e,n){return Tr(t,Array.isArray(e)?t=>!e.includes(t):(t,n)=>!e(t,n),n)}const Er=i;var Sr=s(25108);function Lr(t,e){for(var n in e)t[n]=e[n];return t}var Nr=/[!'()*]/g,Ir=function(t){return"%"+t.charCodeAt(0).toString(16)},Fr=/%2C/g,Pr=function(t){return encodeURIComponent(t).replace(Nr,Ir).replace(Fr,",")};function Or(t){try{return decodeURIComponent(t)}catch(t){}return t}var Br=function(t){return null==t||"object"==typeof t?t:String(t)};function Dr(t){var e={};return(t=t.trim().replace(/^(\?|#|&)/,""))?(t.split("&").forEach((function(t){var n=t.replace(/\+/g," ").split("="),s=Or(n.shift()),i=n.length>0?Or(n.join("=")):null;void 0===e[s]?e[s]=i:Array.isArray(e[s])?e[s].push(i):e[s]=[e[s],i]})),e):e}function jr(t){var e=t?Object.keys(t).map((function(e){var n=t[e];if(void 0===n)return"";if(null===n)return Pr(e);if(Array.isArray(n)){var s=[];return n.forEach((function(t){void 0!==t&&(null===t?s.push(Pr(e)):s.push(Pr(e)+"="+Pr(t)))})),s.join("&")}return Pr(e)+"="+Pr(n)})).filter((function(t){return t.length>0})).join("&"):null;return e?"?"+e:""}var Ur=/\/?$/;function Rr(t,e,n,s){var i=s&&s.options.stringifyQuery,r=e.query||{};try{r=Mr(r)}catch(t){}var a={name:e.name||t&&t.name,meta:t&&t.meta||{},path:e.path||"/",hash:e.hash||"",query:r,params:e.params||{},fullPath:$r(e,i),matched:t?Vr(t):[]};return n&&(a.redirectedFrom=$r(n,i)),Object.freeze(a)}function Mr(t){if(Array.isArray(t))return t.map(Mr);if(t&&"object"==typeof t){var e={};for(var n in t)e[n]=Mr(t[n]);return e}return t}var zr=Rr(null,{path:"/"});function Vr(t){for(var e=[];t;)e.unshift(t),t=t.parent;return e}function $r(t,e){var n=t.path,s=t.query;void 0===s&&(s={});var i=t.hash;return void 0===i&&(i=""),(n||"/")+(e||jr)(s)+i}function Hr(t,e,n){return e===zr?t===e:!!e&&(t.path&&e.path?t.path.replace(Ur,"")===e.path.replace(Ur,"")&&(n||t.hash===e.hash&&qr(t.query,e.query)):!(!t.name||!e.name)&&t.name===e.name&&(n||t.hash===e.hash&&qr(t.query,e.query)&&qr(t.params,e.params)))}function qr(t,e){if(void 0===t&&(t={}),void 0===e&&(e={}),!t||!e)return t===e;var n=Object.keys(t).sort(),s=Object.keys(e).sort();return n.length===s.length&&n.every((function(n,i){var r=t[n];if(s[i]!==n)return!1;var a=e[n];return null==r||null==a?r===a:"object"==typeof r&&"object"==typeof a?qr(r,a):String(r)===String(a)}))}function Zr(t){for(var e=0;e=0&&(e=t.slice(s),t=t.slice(0,s));var i=t.indexOf("?");return i>=0&&(n=t.slice(i+1),t=t.slice(0,i)),{path:t,query:n,hash:e}}(i.path||""),c=e&&e.path||"/",u=l.path?Yr(l.path,c,n||i.append):c,d=function(t,e,n){void 0===e&&(e={});var s,i=n||Dr;try{s=i(t||"")}catch(t){s={}}for(var r in e){var a=e[r];s[r]=Array.isArray(a)?a.map(Br):Br(a)}return s}(l.query,i.query,s&&s.options.parseQuery),m=i.hash||l.hash;return m&&"#"!==m.charAt(0)&&(m="#"+m),{_normalized:!0,path:u,query:d,hash:m}}var fa,ga=function(){},ha={name:"RouterLink",props:{to:{type:[String,Object],required:!0},tag:{type:String,default:"a"},custom:Boolean,exact:Boolean,exactPath:Boolean,append:Boolean,replace:Boolean,activeClass:String,exactActiveClass:String,ariaCurrentValue:{type:String,default:"page"},event:{type:[String,Array],default:"click"}},render:function(t){var e=this,n=this.$router,s=this.$route,i=n.resolve(this.to,s,this.append),r=i.location,a=i.route,o=i.href,l={},c=n.options.linkActiveClass,u=n.options.linkExactActiveClass,d=null==c?"router-link-active":c,m=null==u?"router-link-exact-active":u,p=null==this.activeClass?d:this.activeClass,f=null==this.exactActiveClass?m:this.exactActiveClass,g=a.redirectedFrom?Rr(null,pa(a.redirectedFrom),null,n):a;l[f]=Hr(s,g,this.exactPath),l[p]=this.exact||this.exactPath?l[f]:function(t,e){return 0===t.path.replace(Ur,"/").indexOf(e.path.replace(Ur,"/"))&&(!e.hash||t.hash===e.hash)&&function(t,e){for(var n in e)if(!(n in t))return!1;return!0}(t.query,e.query)}(s,g);var h=l[f]?this.ariaCurrentValue:null,A=function(t){Aa(t)&&(e.replace?n.replace(r,ga):n.push(r,ga))},w={click:Aa};Array.isArray(this.event)?this.event.forEach((function(t){w[t]=A})):w[this.event]=A;var y={class:l},v=!this.$scopedSlots.$hasNormal&&this.$scopedSlots.default&&this.$scopedSlots.default({href:o,route:a,navigate:A,isActive:l[p],isExactActive:l[f]});if(v){if(1===v.length)return v[0];if(v.length>1||!v.length)return 0===v.length?t():t("span",{},v)}if("a"===this.tag)y.on=w,y.attrs={href:o,"aria-current":h};else{var b=wa(this.$slots.default);if(b){b.isStatic=!1;var C=b.data=Lr({},b.data);for(var x in C.on=C.on||{},C.on){var _=C.on[x];x in w&&(C.on[x]=Array.isArray(_)?_:[_])}for(var T in w)T in C.on?C.on[T].push(w[T]):C.on[T]=A;var k=b.data.attrs=Lr({},b.data.attrs);k.href=o,k["aria-current"]=h}else y.on=w}return t(this.tag,y,this.$slots.default)}};function Aa(t){if(!(t.metaKey||t.altKey||t.ctrlKey||t.shiftKey||t.defaultPrevented||void 0!==t.button&&0!==t.button)){if(t.currentTarget&&t.currentTarget.getAttribute){var e=t.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(e))return}return t.preventDefault&&t.preventDefault(),!0}}function wa(t){if(t)for(var e,n=0;n-1&&(l.params[m]=n.params[m]);return l.path=ma(u.path,l.params),o(u,l,a)}if(l.path){l.params={};for(var p=0;p-1}function Ya(t,e){return Wa(t)&&t._isRouter&&(null==e||t.type===e)}function Ka(t,e,n){var s=function(i){i>=t.length?n():t[i]?e(t[i],(function(){s(i+1)})):s(i+1)};s(0)}function Ja(t,e){return Qa(t.map((function(t){return Object.keys(t.components).map((function(n){return e(t.components[n],t.instances[n],t,n)}))})))}function Qa(t){return Array.prototype.concat.apply([],t)}var Xa="function"==typeof Symbol&&"symbol"==typeof Symbol.toStringTag;function to(t){var e=!1;return function(){for(var n=[],s=arguments.length;s--;)n[s]=arguments[s];if(!e)return e=!0,t.apply(this,n)}}var eo=function(t,e){this.router=t,this.base=function(t){if(!t)if(ya){var e=document.querySelector("base");t=(t=e&&e.getAttribute("href")||"/").replace(/^https?:\/\/[^\/]+/,"")}else t="/";return"/"!==t.charAt(0)&&(t="/"+t),t.replace(/\/$/,"")}(e),this.current=zr,this.pending=null,this.ready=!1,this.readyCbs=[],this.readyErrorCbs=[],this.errorCbs=[],this.listeners=[]};function no(t,e,n,s){var i=Ja(t,(function(t,s,i,r){var a=function(t,e){return"function"!=typeof t&&(t=fa.extend(t)),t.options[e]}(t,e);if(a)return Array.isArray(a)?a.map((function(t){return n(t,s,i,r)})):n(a,s,i,r)}));return Qa(s?i.reverse():i)}function so(t,e){if(e)return function(){return t.apply(e,arguments)}}eo.prototype.listen=function(t){this.cb=t},eo.prototype.onReady=function(t,e){this.ready?t():(this.readyCbs.push(t),e&&this.readyErrorCbs.push(e))},eo.prototype.onError=function(t){this.errorCbs.push(t)},eo.prototype.transitionTo=function(t,e,n){var s,i=this;try{s=this.router.match(t,this.current)}catch(t){throw this.errorCbs.forEach((function(e){e(t)})),t}var r=this.current;this.confirmTransition(s,(function(){i.updateRoute(s),e&&e(s),i.ensureURL(),i.router.afterHooks.forEach((function(t){t&&t(s,r)})),i.ready||(i.ready=!0,i.readyCbs.forEach((function(t){t(s)})))}),(function(t){n&&n(t),t&&!i.ready&&(Ya(t,Ha.redirected)&&r===zr||(i.ready=!0,i.readyErrorCbs.forEach((function(e){e(t)}))))}))},eo.prototype.confirmTransition=function(t,e,n){var s=this,i=this.current;this.pending=t;var r,a,o=function(t){!Ya(t)&&Wa(t)&&(s.errorCbs.length?s.errorCbs.forEach((function(e){e(t)})):Sr.error(t)),n&&n(t)},l=t.matched.length-1,c=i.matched.length-1;if(Hr(t,i)&&l===c&&t.matched[l]===i.matched[c])return this.ensureURL(),t.hash&&Fa(this.router,i,t,!1),o(((a=Za(r=i,t,Ha.duplicated,'Avoided redundant navigation to current location: "'+r.fullPath+'".')).name="NavigationDuplicated",a));var u,d=function(t,e){var n,s=Math.max(t.length,e.length);for(n=0;n0)){var e=this.router,n=e.options.scrollBehavior,s=za&&n;s&&this.listeners.push(Ia());var i=function(){var n=t.current,i=ro(t.base);t.current===zr&&i===t._startLocation||t.transitionTo(i,(function(t){s&&Fa(e,t,n,!0)}))};window.addEventListener("popstate",i),this.listeners.push((function(){window.removeEventListener("popstate",i)}))}},e.prototype.go=function(t){window.history.go(t)},e.prototype.push=function(t,e,n){var s=this,i=this.current;this.transitionTo(t,(function(t){Va(Kr(s.base+t.fullPath)),Fa(s.router,t,i,!1),e&&e(t)}),n)},e.prototype.replace=function(t,e,n){var s=this,i=this.current;this.transitionTo(t,(function(t){$a(Kr(s.base+t.fullPath)),Fa(s.router,t,i,!1),e&&e(t)}),n)},e.prototype.ensureURL=function(t){if(ro(this.base)!==this.current.fullPath){var e=Kr(this.base+this.current.fullPath);t?Va(e):$a(e)}},e.prototype.getCurrentLocation=function(){return ro(this.base)},e}(eo);function ro(t){var e=window.location.pathname,n=e.toLowerCase(),s=t.toLowerCase();return!t||n!==s&&0!==n.indexOf(Kr(s+"/"))||(e=e.slice(t.length)),(e||"/")+window.location.search+window.location.hash}var ao=function(t){function e(e,n,s){t.call(this,e,n),s&&function(t){var e=ro(t);if(!/^\/#/.test(e))return window.location.replace(Kr(t+"/#"+e)),!0}(this.base)||oo()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.setupListeners=function(){var t=this;if(!(this.listeners.length>0)){var e=this.router.options.scrollBehavior,n=za&&e;n&&this.listeners.push(Ia());var s=function(){var e=t.current;oo()&&t.transitionTo(lo(),(function(s){n&&Fa(t.router,s,e,!0),za||mo(s.fullPath)}))},i=za?"popstate":"hashchange";window.addEventListener(i,s),this.listeners.push((function(){window.removeEventListener(i,s)}))}},e.prototype.push=function(t,e,n){var s=this,i=this.current;this.transitionTo(t,(function(t){uo(t.fullPath),Fa(s.router,t,i,!1),e&&e(t)}),n)},e.prototype.replace=function(t,e,n){var s=this,i=this.current;this.transitionTo(t,(function(t){mo(t.fullPath),Fa(s.router,t,i,!1),e&&e(t)}),n)},e.prototype.go=function(t){window.history.go(t)},e.prototype.ensureURL=function(t){var e=this.current.fullPath;lo()!==e&&(t?uo(e):mo(e))},e.prototype.getCurrentLocation=function(){return lo()},e}(eo);function oo(){var t=lo();return"/"===t.charAt(0)||(mo("/"+t),!1)}function lo(){var t=window.location.href,e=t.indexOf("#");return e<0?"":t=t.slice(e+1)}function co(t){var e=window.location.href,n=e.indexOf("#");return(n>=0?e.slice(0,n):e)+"#"+t}function uo(t){za?Va(co(t)):window.location.hash=t}function mo(t){za?$a(co(t)):window.location.replace(co(t))}var po=function(t){function e(e,n){t.call(this,e,n),this.stack=[],this.index=-1}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.push=function(t,e,n){var s=this;this.transitionTo(t,(function(t){s.stack=s.stack.slice(0,s.index+1).concat(t),s.index++,e&&e(t)}),n)},e.prototype.replace=function(t,e,n){var s=this;this.transitionTo(t,(function(t){s.stack=s.stack.slice(0,s.index).concat(t),e&&e(t)}),n)},e.prototype.go=function(t){var e=this,n=this.index+t;if(!(n<0||n>=this.stack.length)){var s=this.stack[n];this.confirmTransition(s,(function(){var t=e.current;e.index=n,e.updateRoute(s),e.router.afterHooks.forEach((function(e){e&&e(s,t)}))}),(function(t){Ya(t,Ha.duplicated)&&(e.index=n)}))}},e.prototype.getCurrentLocation=function(){var t=this.stack[this.stack.length-1];return t?t.fullPath:"/"},e.prototype.ensureURL=function(){},e}(eo),fo=function(t){void 0===t&&(t={}),this.app=null,this.apps=[],this.options=t,this.beforeHooks=[],this.resolveHooks=[],this.afterHooks=[],this.matcher=xa(t.routes||[],this);var e=t.mode||"hash";switch(this.fallback="history"===e&&!za&&!1!==t.fallback,this.fallback&&(e="hash"),ya||(e="abstract"),this.mode=e,e){case"history":this.history=new io(this,t.base);break;case"hash":this.history=new ao(this,t.base,this.fallback);break;case"abstract":this.history=new po(this,t.base)}},go={currentRoute:{configurable:!0}};fo.prototype.match=function(t,e,n){return this.matcher.match(t,e,n)},go.currentRoute.get=function(){return this.history&&this.history.current},fo.prototype.init=function(t){var e=this;if(this.apps.push(t),t.$once("hook:destroyed",(function(){var n=e.apps.indexOf(t);n>-1&&e.apps.splice(n,1),e.app===t&&(e.app=e.apps[0]||null),e.app||e.history.teardown()})),!this.app){this.app=t;var n=this.history;if(n instanceof io||n instanceof ao){var s=function(t){n.setupListeners(),function(t){var s=n.current,i=e.options.scrollBehavior;za&&i&&"fullPath"in t&&Fa(e,t,s,!1)}(t)};n.transitionTo(n.getCurrentLocation(),s,s)}n.listen((function(t){e.apps.forEach((function(e){e._route=t}))}))}},fo.prototype.beforeEach=function(t){return Ao(this.beforeHooks,t)},fo.prototype.beforeResolve=function(t){return Ao(this.resolveHooks,t)},fo.prototype.afterEach=function(t){return Ao(this.afterHooks,t)},fo.prototype.onReady=function(t,e){this.history.onReady(t,e)},fo.prototype.onError=function(t){this.history.onError(t)},fo.prototype.push=function(t,e,n){var s=this;if(!e&&!n&&"undefined"!=typeof Promise)return new Promise((function(e,n){s.history.push(t,e,n)}));this.history.push(t,e,n)},fo.prototype.replace=function(t,e,n){var s=this;if(!e&&!n&&"undefined"!=typeof Promise)return new Promise((function(e,n){s.history.replace(t,e,n)}));this.history.replace(t,e,n)},fo.prototype.go=function(t){this.history.go(t)},fo.prototype.back=function(){this.go(-1)},fo.prototype.forward=function(){this.go(1)},fo.prototype.getMatchedComponents=function(t){var e=t?t.matched?t:this.resolve(t).route:this.currentRoute;return e?[].concat.apply([],e.matched.map((function(t){return Object.keys(t.components).map((function(e){return t.components[e]}))}))):[]},fo.prototype.resolve=function(t,e,n){var s=pa(t,e=e||this.history.current,n,this),i=this.match(s,e),r=i.redirectedFrom||i.fullPath,a=function(t,e,n){var s="hash"===n?"#"+e:e;return t?Kr(t+"/"+s):s}(this.history.base,r,this.mode);return{location:s,route:i,href:a,normalizedTo:s,resolved:i}},fo.prototype.getRoutes=function(){return this.matcher.getRoutes()},fo.prototype.addRoute=function(t,e){this.matcher.addRoute(t,e),this.history.current!==zr&&this.history.transitionTo(this.history.getCurrentLocation())},fo.prototype.addRoutes=function(t){this.matcher.addRoutes(t),this.history.current!==zr&&this.history.transitionTo(this.history.getCurrentLocation())},Object.defineProperties(fo.prototype,go);var ho=fo;function Ao(t,e){return t.push(e),function(){var n=t.indexOf(e);n>-1&&t.splice(n,1)}}fo.install=function t(e){if(!t.installed||fa!==e){t.installed=!0,fa=e;var n=function(t){return void 0!==t},s=function(t,e){var s=t.$options._parentVnode;n(s)&&n(s=s.data)&&n(s=s.registerRouteInstance)&&s(t,e)};e.mixin({beforeCreate:function(){n(this.$options.router)?(this._routerRoot=this,this._router=this.$options.router,this._router.init(this),e.util.defineReactive(this,"_route",this._router.history.current)):this._routerRoot=this.$parent&&this.$parent._routerRoot||this,s(this,this)},destroyed:function(){s(this)}}),Object.defineProperty(e.prototype,"$router",{get:function(){return this._routerRoot._router}}),Object.defineProperty(e.prototype,"$route",{get:function(){return this._routerRoot._route}}),e.component("RouterView",Gr),e.component("RouterLink",ha);var i=e.config.optionMergeStrategies;i.beforeRouteEnter=i.beforeRouteLeave=i.beforeRouteUpdate=i.created}},fo.version="3.6.5",fo.isNavigationFailure=Ya,fo.NavigationFailureType=Ha,fo.START_LOCATION=zr,ya&&window.Vue&&window.Vue.use(fo),r.default.use(ho);const wo=ho.prototype.push;ho.prototype.push=function(t,e,n){return e||n?wo.call(this,t,e,n):wo.call(this,t).catch((t=>t))};const yo=new ho({mode:"history",base:(0,ce.generateUrl)("/apps/files"),linkActiveClass:"active",routes:[{path:"/",redirect:{name:"filelist"}},{path:"/:view/:fileid?",name:"filelist",props:!0}],stringifyQuery(t){const e=Er.stringify(t).replace(/%2F/gim,"/");return e?"?"+e:""}});function vo(t,e,n){return(e=function(t){var e=function(t,e){if("object"!=typeof t||null===t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var s=n.call(t,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(t)}(t);return"symbol"==typeof e?e:String(e)}(e))in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var bo=s(25108);s.nc=btoa((0,ct.IH)()),window.OCA.Files=window.OCA.Files??{},window.OCP.Files=window.OCP.Files??{};const Co=new class{constructor(t){var e,n,s;e=this,s=void 0,(n=function(t){var e=function(t,e){if("object"!=typeof t||null===t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var s=n.call(t,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(t)}(t);return"symbol"==typeof e?e:String(e)}(n="_router"))in e?Object.defineProperty(e,n,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[n]=s,this._router=t}get name(){return this._router.currentRoute.name}get query(){return this._router.currentRoute.query||{}}get params(){return this._router.currentRoute.params||{}}goTo(t){let e=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return this._router.push({path:t,replace:e})}goToRoute(t,e,n,s){return this._router.push({name:t,query:n,params:e,replace:s})}}(yo);Object.assign(window.OCP.Files,{Router:Co}),r.default.use((function(t){t.mixin({beforeCreate(){const t=this.$options;if(t.pinia){const e=t.pinia;if(!this._provided){const t={};Object.defineProperty(this,"_provided",{get:()=>t,set:e=>Object.assign(t,e)})}this._provided[A]=e,this.$pinia||(this.$pinia=e),e._a=this,v&&h(e),b&&G(e._a,e)}else!this.$pinia&&t.parent&&t.parent.$pinia&&(this.$pinia=t.parent.$pinia)},destroyed(){delete this._pStores}})}));const xo=function(){const t=(0,r.effectScope)(!0),e=t.run((()=>(0,r.ref)({})));let n=[],s=[];const i=(0,r.markRaw)({install(t){h(i),a||(i._a=t,t.provide(A,i),t.config.globalProperties.$pinia=i,b&&G(t,i),s.forEach((t=>n.push(t))),s=[])},use(t){return this._a||a?n.push(t):s.push(t),this},_p:n,_a:null,_e:t,_s:new Map,state:e});return b&&"undefined"!=typeof Proxy&&i.use(J),i}(),_o=(0,lt.Ti)();r.default.prototype.$navigation=_o;const To=new class{constructor(){var t,e,n;t=this,n=void 0,(e=function(t){var e=function(t,e){if("object"!=typeof t||null===t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var s=n.call(t,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(t)}(t);return"symbol"==typeof e?e:String(e)}(e="_settings"))in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,this._settings=[],bo.debug("OCA.Files.Settings initialized")}register(t){return this._settings.filter((e=>e.name===t.name)).length>0?(bo.error("A setting with the same name is already registered"),!1):(this._settings.push(t),!0)}get settings(){return this._settings}};Object.assign(window.OCA.Files,{Settings:To}),Object.assign(window.OCA.Files.Settings,{Setting:class{constructor(t,e){let{el:n,open:s,close:i}=e;vo(this,"_close",void 0),vo(this,"_el",void 0),vo(this,"_name",void 0),vo(this,"_open",void 0),this._name=t,this._el=n,this._open=s,this._close=i,"function"!=typeof this._open&&(this._open=()=>{}),"function"!=typeof this._close&&(this._close=()=>{})}get name(){return this._name}get el(){return this._el}get open(){return this._open}get close(){return this._close}}}),new(r.default.extend(sr))({name:"FilesNavigationRoot",propsData:{Navigation:_o},router:yo,pinia:xo}).$mount("#app-navigation-files"),new(r.default.extend(Si))({name:"FilesListRoot",router:yo,pinia:xo}).$mount("#app-content-vue")},51473:(t,e,n)=>{"use strict";n.d(e,{Z:()=>f});var s=n(87537),i=n.n(s),r=n(23645),a=n.n(r),o=n(61667),l=n.n(o),c=new URL(n(81490),n.b),u=new URL(n(90888),n.b),d=a()(i()),m=l()(c),p=l()(u);d.push([t.id,`@charset "UTF-8";\n/**\n * @copyright Copyright (c) 2019 Julius Härtl \n *\n * @author Julius Härtl \n * @author John Molakvoæ \n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n */\n.toastify.dialogs {\n min-width: 200px;\n background: none;\n background-color: var(--color-main-background);\n color: var(--color-main-text);\n box-shadow: 0 0 6px 0 var(--color-box-shadow);\n padding: 0 12px;\n margin-top: 45px;\n position: fixed;\n z-index: 10100;\n border-radius: var(--border-radius);\n display: flex;\n align-items: center;\n}\n.toastify.dialogs .toast-undo-container {\n display: flex;\n align-items: center;\n}\n.toastify.dialogs .toast-undo-button,\n.toastify.dialogs .toast-close {\n position: static;\n overflow: hidden;\n box-sizing: border-box;\n min-width: 44px;\n height: 100%;\n padding: 12px;\n white-space: nowrap;\n background-repeat: no-repeat;\n background-position: center;\n background-color: transparent;\n min-height: 0;\n}\n.toastify.dialogs .toast-undo-button.toast-close,\n.toastify.dialogs .toast-close.toast-close {\n text-indent: 0;\n opacity: .4;\n border: none;\n min-height: 44px;\n margin-left: 10px;\n font-size: 0;\n}\n.toastify.dialogs .toast-undo-button.toast-close:before,\n.toastify.dialogs .toast-close.toast-close:before {\n background-image: url(${m});\n content: " ";\n filter: var(--background-invert-if-dark);\n display: inline-block;\n width: 16px;\n height: 16px;\n}\n.toastify.dialogs .toast-undo-button.toast-undo-button,\n.toastify.dialogs .toast-close.toast-undo-button {\n height: calc(100% - 6px);\n margin: 3px 3px 3px 12px;\n}\n.toastify.dialogs .toast-undo-button:hover,\n.toastify.dialogs .toast-undo-button:focus,\n.toastify.dialogs .toast-undo-button:active,\n.toastify.dialogs .toast-close:hover,\n.toastify.dialogs .toast-close:focus,\n.toastify.dialogs .toast-close:active {\n cursor: pointer;\n opacity: 1;\n}\n.toastify.dialogs.toastify-top {\n right: 10px;\n}\n.toastify.dialogs.toast-with-click {\n cursor: pointer;\n}\n.toastify.dialogs.toast-error {\n border-left: 3px solid var(--color-error);\n}\n.toastify.dialogs.toast-info {\n border-left: 3px solid var(--color-primary);\n}\n.toastify.dialogs.toast-warning {\n border-left: 3px solid var(--color-warning);\n}\n.toastify.dialogs.toast-success,\n.toastify.dialogs.toast-undo {\n border-left: 3px solid var(--color-success);\n}\n.theme--dark .toastify.dialogs .toast-close.toast-close:before {\n background-image: url(${p});\n}\n._file-picker__file-icon_1vgv4_5 {\n width: 32px;\n height: 32px;\n min-width: 32px;\n min-height: 32px;\n background-repeat: no-repeat;\n background-size: contain;\n display: flex;\n justify-content: center;\n}\ntr.file-picker__row[data-v-6aded0d9] {\n height: var(--row-height, 50px);\n}\ntr.file-picker__row td[data-v-6aded0d9] {\n cursor: pointer;\n overflow: hidden;\n text-overflow: ellipsis;\n border-bottom: none;\n}\ntr.file-picker__row td[data-v-6aded0d9]:not(.row-checkbox) {\n padding-inline: 14px 0;\n}\ntr.file-picker__row td.row-size[data-v-6aded0d9] {\n text-align: end;\n padding-inline: 0 14px;\n}\ntr.file-picker__row td.row-name[data-v-6aded0d9] {\n padding-inline: 2px 0;\n}\n@keyframes gradient-6aded0d9 {\n 0% {\n background-position: 0% 50%;\n }\n 50% {\n background-position: 100% 50%;\n }\n to {\n background-position: 0% 50%;\n }\n}\n.loading-row .row-checkbox[data-v-6aded0d9] {\n text-align: center !important;\n}\n.loading-row span[data-v-6aded0d9] {\n display: inline-block;\n height: 24px;\n background: linear-gradient(to right, var(--color-background-darker), var(--color-text-maxcontrast), var(--color-background-darker));\n background-size: 600px 100%;\n border-radius: var(--border-radius);\n animation: gradient-6aded0d9 12s ease infinite;\n}\n.loading-row .row-wrapper[data-v-6aded0d9] {\n display: inline-flex;\n align-items: center;\n}\n.loading-row .row-checkbox span[data-v-6aded0d9] {\n width: 24px;\n}\n.loading-row .row-name span[data-v-6aded0d9]:last-of-type {\n margin-inline-start: 6px;\n width: 130px;\n}\n.loading-row .row-size span[data-v-6aded0d9] {\n width: 80px;\n}\n.loading-row .row-modified span[data-v-6aded0d9] {\n width: 90px;\n}\ntr.file-picker__row[data-v-ee6f34b5] {\n height: var(--row-height, 50px);\n}\ntr.file-picker__row td[data-v-ee6f34b5] {\n cursor: pointer;\n overflow: hidden;\n text-overflow: ellipsis;\n border-bottom: none;\n}\ntr.file-picker__row td[data-v-ee6f34b5]:not(.row-checkbox) {\n padding-inline: 14px 0;\n}\ntr.file-picker__row td.row-size[data-v-ee6f34b5] {\n text-align: end;\n padding-inline: 0 14px;\n}\ntr.file-picker__row td.row-name[data-v-ee6f34b5] {\n padding-inline: 2px 0;\n}\n.file-picker__row--selected[data-v-ee6f34b5] {\n background-color: var(--color-background-dark);\n}\n.file-picker__row[data-v-ee6f34b5]:hover {\n background-color: var(--color-background-hover);\n}\n.file-picker__name-container[data-v-ee6f34b5] {\n display: flex;\n justify-content: start;\n align-items: center;\n height: 100%;\n}\n.file-picker__file-name[data-v-ee6f34b5] {\n padding-inline-start: 6px;\n min-width: 0;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.file-picker__file-extension[data-v-ee6f34b5] {\n color: var(--color-text-maxcontrast);\n min-width: fit-content;\n}\n.file-picker__header-preview[data-v-4297db37] {\n width: 22px;\n height: 32px;\n flex: 0 0 auto;\n}\n.file-picker__files[data-v-4297db37] {\n margin: 2px;\n margin-inline-start: 12px;\n overflow: scroll auto;\n}\n.file-picker__files table[data-v-4297db37] {\n width: 100%;\n max-height: 100%;\n table-layout: fixed;\n}\n.file-picker__files th[data-v-4297db37] {\n position: -webkit-sticky;\n position: sticky;\n z-index: 1;\n top: 0;\n background-color: var(--color-main-background);\n padding: 2px;\n}\n.file-picker__files th .header-wrapper[data-v-4297db37] {\n display: flex;\n}\n.file-picker__files th.row-checkbox[data-v-4297db37] {\n width: 44px;\n}\n.file-picker__files th.row-name[data-v-4297db37] {\n width: 230px;\n}\n.file-picker__files th.row-size[data-v-4297db37] {\n width: 100px;\n}\n.file-picker__files th.row-modified[data-v-4297db37] {\n width: 120px;\n}\n.file-picker__files th[data-v-4297db37]:not(.row-size) .button-vue__wrapper {\n justify-content: start;\n flex-direction: row-reverse;\n}\n.file-picker__files th[data-v-4297db37]:not(.row-size) .button-vue {\n padding-inline: 16px 4px;\n}\n.file-picker__files th.row-size[data-v-4297db37] .button-vue__wrapper {\n justify-content: end;\n}\n.file-picker__files th[data-v-4297db37] .button-vue__wrapper {\n color: var(--color-text-maxcontrast);\n}\n.file-picker__files th[data-v-4297db37] .button-vue__wrapper .button-vue__text {\n font-weight: 400;\n}\n.file-picker__breadcrumbs[data-v-3bc9efa5] {\n flex-grow: 0 !important;\n}\n.file-picker__side[data-v-fcfd0f23] {\n display: flex;\n flex-direction: column;\n align-items: start;\n gap: .5rem;\n min-width: 200px;\n padding-block: 2px;\n overflow: auto;\n}\n.file-picker__side[data-v-fcfd0f23] .button-vue__wrapper {\n justify-content: start;\n}\n.file-picker__filter-input[data-v-fcfd0f23] {\n margin-block: 7px;\n max-width: 260px;\n}\n@media (max-width: 736px) {\n .file-picker__side[data-v-fcfd0f23] {\n flex-direction: row;\n min-width: unset;\n }\n}\n@media (max-width: 512px) {\n .file-picker__side[data-v-fcfd0f23] {\n flex-direction: row;\n min-width: unset;\n }\n .file-picker__filter-input[data-v-fcfd0f23] {\n max-width: unset;\n }\n}\n.file-picker__navigation {\n padding-inline: 2px;\n}\n.file-picker__navigation,\n.file-picker__navigation * {\n box-sizing: border-box;\n}\n.file-picker__navigation .v-select.select {\n min-width: 220px;\n}\n@media (min-width: 513px) and (max-width: 736px) {\n .file-picker__navigation {\n gap: 11px;\n }\n}\n@media (max-width: 512px) {\n .file-picker__navigation {\n flex-direction: column-reverse !important;\n }\n}\n.file-picker__view[data-v-86a13079] {\n height: 50px;\n display: flex;\n justify-content: start;\n align-items: center;\n}\n.file-picker__view h3[data-v-86a13079] {\n font-weight: 700;\n height: fit-content;\n margin: 0;\n}\n.file-picker__main[data-v-86a13079] {\n box-sizing: border-box;\n width: 100%;\n display: flex;\n flex-direction: column;\n min-height: 0;\n flex: 1;\n padding-inline: 2px;\n}\n.file-picker__main *[data-v-86a13079] {\n box-sizing: border-box;\n}\n[data-v-86a13079] .file-picker {\n height: min(80vh, 800px);\n}\n@media (max-width: 512px) {\n [data-v-86a13079] .file-picker {\n height: calc(100% - 16px - var(--default-clickable-area));\n }\n}\n[data-v-86a13079] .file-picker__content {\n display: flex;\n flex-direction: column;\n overflow: hidden;\n}\n`,"",{version:3,sources:["webpack://./node_modules/@nextcloud/dialogs/dist/style.css"],names:[],mappings:"AAAA,gBAAgB;AAChB;;;;;;;;;;;;;;;;;;;;EAoBE;AACF;EACE,gBAAgB;EAChB,gBAAgB;EAChB,8CAA8C;EAC9C,6BAA6B;EAC7B,6CAA6C;EAC7C,eAAe;EACf,gBAAgB;EAChB,eAAe;EACf,cAAc;EACd,mCAAmC;EACnC,aAAa;EACb,mBAAmB;AACrB;AACA;EACE,aAAa;EACb,mBAAmB;AACrB;AACA;;EAEE,gBAAgB;EAChB,gBAAgB;EAChB,sBAAsB;EACtB,eAAe;EACf,YAAY;EACZ,aAAa;EACb,mBAAmB;EACnB,4BAA4B;EAC5B,2BAA2B;EAC3B,6BAA6B;EAC7B,aAAa;AACf;AACA;;EAEE,cAAc;EACd,WAAW;EACX,YAAY;EACZ,gBAAgB;EAChB,iBAAiB;EACjB,YAAY;AACd;AACA;;EAEE,yDAAiR;EACjR,YAAY;EACZ,wCAAwC;EACxC,qBAAqB;EACrB,WAAW;EACX,YAAY;AACd;AACA;;EAEE,wBAAwB;EACxB,wBAAwB;AAC1B;AACA;;;;;;EAME,eAAe;EACf,UAAU;AACZ;AACA;EACE,WAAW;AACb;AACA;EACE,eAAe;AACjB;AACA;EACE,yCAAyC;AAC3C;AACA;EACE,2CAA2C;AAC7C;AACA;EACE,2CAA2C;AAC7C;AACA;;EAEE,2CAA2C;AAC7C;AACA;EACE,yDAAiU;AACnU;AACA;EACE,WAAW;EACX,YAAY;EACZ,eAAe;EACf,gBAAgB;EAChB,4BAA4B;EAC5B,wBAAwB;EACxB,aAAa;EACb,uBAAuB;AACzB;AACA;EACE,+BAA+B;AACjC;AACA;EACE,eAAe;EACf,gBAAgB;EAChB,uBAAuB;EACvB,mBAAmB;AACrB;AACA;EACE,sBAAsB;AACxB;AACA;EACE,eAAe;EACf,sBAAsB;AACxB;AACA;EACE,qBAAqB;AACvB;AACA;EACE;IACE,2BAA2B;EAC7B;EACA;IACE,6BAA6B;EAC/B;EACA;IACE,2BAA2B;EAC7B;AACF;AACA;EACE,6BAA6B;AAC/B;AACA;EACE,qBAAqB;EACrB,YAAY;EACZ,oIAAoI;EACpI,2BAA2B;EAC3B,mCAAmC;EACnC,8CAA8C;AAChD;AACA;EACE,oBAAoB;EACpB,mBAAmB;AACrB;AACA;EACE,WAAW;AACb;AACA;EACE,wBAAwB;EACxB,YAAY;AACd;AACA;EACE,WAAW;AACb;AACA;EACE,WAAW;AACb;AACA;EACE,+BAA+B;AACjC;AACA;EACE,eAAe;EACf,gBAAgB;EAChB,uBAAuB;EACvB,mBAAmB;AACrB;AACA;EACE,sBAAsB;AACxB;AACA;EACE,eAAe;EACf,sBAAsB;AACxB;AACA;EACE,qBAAqB;AACvB;AACA;EACE,8CAA8C;AAChD;AACA;EACE,+CAA+C;AACjD;AACA;EACE,aAAa;EACb,sBAAsB;EACtB,mBAAmB;EACnB,YAAY;AACd;AACA;EACE,yBAAyB;EACzB,YAAY;EACZ,gBAAgB;EAChB,uBAAuB;AACzB;AACA;EACE,oCAAoC;EACpC,sBAAsB;AACxB;AACA;EACE,WAAW;EACX,YAAY;EACZ,cAAc;AAChB;AACA;EACE,WAAW;EACX,yBAAyB;EACzB,qBAAqB;AACvB;AACA;EACE,WAAW;EACX,gBAAgB;EAChB,mBAAmB;AACrB;AACA;EACE,wBAAwB;EACxB,gBAAgB;EAChB,UAAU;EACV,MAAM;EACN,8CAA8C;EAC9C,YAAY;AACd;AACA;EACE,aAAa;AACf;AACA;EACE,WAAW;AACb;AACA;EACE,YAAY;AACd;AACA;EACE,YAAY;AACd;AACA;EACE,YAAY;AACd;AACA;EACE,sBAAsB;EACtB,2BAA2B;AAC7B;AACA;EACE,wBAAwB;AAC1B;AACA;EACE,oBAAoB;AACtB;AACA;EACE,oCAAoC;AACtC;AACA;EACE,gBAAgB;AAClB;AACA;EACE,uBAAuB;AACzB;AACA;EACE,aAAa;EACb,sBAAsB;EACtB,kBAAkB;EAClB,UAAU;EACV,gBAAgB;EAChB,kBAAkB;EAClB,cAAc;AAChB;AACA;EACE,sBAAsB;AACxB;AACA;EACE,iBAAiB;EACjB,gBAAgB;AAClB;AACA;EACE;IACE,mBAAmB;IACnB,gBAAgB;EAClB;AACF;AACA;EACE;IACE,mBAAmB;IACnB,gBAAgB;EAClB;EACA;IACE,gBAAgB;EAClB;AACF;AACA;EACE,mBAAmB;AACrB;AACA;;EAEE,sBAAsB;AACxB;AACA;EACE,gBAAgB;AAClB;AACA;EACE;IACE,SAAS;EACX;AACF;AACA;EACE;IACE,yCAAyC;EAC3C;AACF;AACA;EACE,YAAY;EACZ,aAAa;EACb,sBAAsB;EACtB,mBAAmB;AACrB;AACA;EACE,gBAAgB;EAChB,mBAAmB;EACnB,SAAS;AACX;AACA;EACE,sBAAsB;EACtB,WAAW;EACX,aAAa;EACb,sBAAsB;EACtB,aAAa;EACb,OAAO;EACP,mBAAmB;AACrB;AACA;EACE,sBAAsB;AACxB;AACA;EACE,wBAAwB;AAC1B;AACA;EACE;IACE,yDAAyD;EAC3D;AACF;AACA;EACE,aAAa;EACb,sBAAsB;EACtB,gBAAgB;AAClB",sourcesContent:['@charset "UTF-8";\n/**\n * @copyright Copyright (c) 2019 Julius Härtl \n *\n * @author Julius Härtl \n * @author John Molakvoæ \n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n */\n.toastify.dialogs {\n min-width: 200px;\n background: none;\n background-color: var(--color-main-background);\n color: var(--color-main-text);\n box-shadow: 0 0 6px 0 var(--color-box-shadow);\n padding: 0 12px;\n margin-top: 45px;\n position: fixed;\n z-index: 10100;\n border-radius: var(--border-radius);\n display: flex;\n align-items: center;\n}\n.toastify.dialogs .toast-undo-container {\n display: flex;\n align-items: center;\n}\n.toastify.dialogs .toast-undo-button,\n.toastify.dialogs .toast-close {\n position: static;\n overflow: hidden;\n box-sizing: border-box;\n min-width: 44px;\n height: 100%;\n padding: 12px;\n white-space: nowrap;\n background-repeat: no-repeat;\n background-position: center;\n background-color: transparent;\n min-height: 0;\n}\n.toastify.dialogs .toast-undo-button.toast-close,\n.toastify.dialogs .toast-close.toast-close {\n text-indent: 0;\n opacity: .4;\n border: none;\n min-height: 44px;\n margin-left: 10px;\n font-size: 0;\n}\n.toastify.dialogs .toast-undo-button.toast-close:before,\n.toastify.dialogs .toast-close.toast-close:before {\n background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTYiIHdpZHRoPSIxNiI+CiAgPHBhdGggZD0iTTE0IDEyLjNMMTIuMyAxNCA4IDkuNyAzLjcgMTQgMiAxMi4zIDYuMyA4IDIgMy43IDMuNyAyIDggNi4zIDEyLjMgMiAxNCAzLjcgOS43IDh6Ii8+Cjwvc3ZnPgo=);\n content: " ";\n filter: var(--background-invert-if-dark);\n display: inline-block;\n width: 16px;\n height: 16px;\n}\n.toastify.dialogs .toast-undo-button.toast-undo-button,\n.toastify.dialogs .toast-close.toast-undo-button {\n height: calc(100% - 6px);\n margin: 3px 3px 3px 12px;\n}\n.toastify.dialogs .toast-undo-button:hover,\n.toastify.dialogs .toast-undo-button:focus,\n.toastify.dialogs .toast-undo-button:active,\n.toastify.dialogs .toast-close:hover,\n.toastify.dialogs .toast-close:focus,\n.toastify.dialogs .toast-close:active {\n cursor: pointer;\n opacity: 1;\n}\n.toastify.dialogs.toastify-top {\n right: 10px;\n}\n.toastify.dialogs.toast-with-click {\n cursor: pointer;\n}\n.toastify.dialogs.toast-error {\n border-left: 3px solid var(--color-error);\n}\n.toastify.dialogs.toast-info {\n border-left: 3px solid var(--color-primary);\n}\n.toastify.dialogs.toast-warning {\n border-left: 3px solid var(--color-warning);\n}\n.toastify.dialogs.toast-success,\n.toastify.dialogs.toast-undo {\n border-left: 3px solid var(--color-success);\n}\n.theme--dark .toastify.dialogs .toast-close.toast-close:before {\n background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTYiIHdpZHRoPSIxNiI+CiAgPHBhdGggZD0iTTE0IDEyLjNMMTIuMyAxNCA4IDkuNyAzLjcgMTQgMiAxMi4zIDYuMyA4IDIgMy43IDMuNyAyIDggNi4zIDEyLjMgMiAxNCAzLjcgOS43IDh6IiBzdHlsZT0iZmlsbC1vcGFjaXR5OjE7ZmlsbDojZmZmZmZmIi8+Cjwvc3ZnPgo=);\n}\n._file-picker__file-icon_1vgv4_5 {\n width: 32px;\n height: 32px;\n min-width: 32px;\n min-height: 32px;\n background-repeat: no-repeat;\n background-size: contain;\n display: flex;\n justify-content: center;\n}\ntr.file-picker__row[data-v-6aded0d9] {\n height: var(--row-height, 50px);\n}\ntr.file-picker__row td[data-v-6aded0d9] {\n cursor: pointer;\n overflow: hidden;\n text-overflow: ellipsis;\n border-bottom: none;\n}\ntr.file-picker__row td[data-v-6aded0d9]:not(.row-checkbox) {\n padding-inline: 14px 0;\n}\ntr.file-picker__row td.row-size[data-v-6aded0d9] {\n text-align: end;\n padding-inline: 0 14px;\n}\ntr.file-picker__row td.row-name[data-v-6aded0d9] {\n padding-inline: 2px 0;\n}\n@keyframes gradient-6aded0d9 {\n 0% {\n background-position: 0% 50%;\n }\n 50% {\n background-position: 100% 50%;\n }\n to {\n background-position: 0% 50%;\n }\n}\n.loading-row .row-checkbox[data-v-6aded0d9] {\n text-align: center !important;\n}\n.loading-row span[data-v-6aded0d9] {\n display: inline-block;\n height: 24px;\n background: linear-gradient(to right, var(--color-background-darker), var(--color-text-maxcontrast), var(--color-background-darker));\n background-size: 600px 100%;\n border-radius: var(--border-radius);\n animation: gradient-6aded0d9 12s ease infinite;\n}\n.loading-row .row-wrapper[data-v-6aded0d9] {\n display: inline-flex;\n align-items: center;\n}\n.loading-row .row-checkbox span[data-v-6aded0d9] {\n width: 24px;\n}\n.loading-row .row-name span[data-v-6aded0d9]:last-of-type {\n margin-inline-start: 6px;\n width: 130px;\n}\n.loading-row .row-size span[data-v-6aded0d9] {\n width: 80px;\n}\n.loading-row .row-modified span[data-v-6aded0d9] {\n width: 90px;\n}\ntr.file-picker__row[data-v-ee6f34b5] {\n height: var(--row-height, 50px);\n}\ntr.file-picker__row td[data-v-ee6f34b5] {\n cursor: pointer;\n overflow: hidden;\n text-overflow: ellipsis;\n border-bottom: none;\n}\ntr.file-picker__row td[data-v-ee6f34b5]:not(.row-checkbox) {\n padding-inline: 14px 0;\n}\ntr.file-picker__row td.row-size[data-v-ee6f34b5] {\n text-align: end;\n padding-inline: 0 14px;\n}\ntr.file-picker__row td.row-name[data-v-ee6f34b5] {\n padding-inline: 2px 0;\n}\n.file-picker__row--selected[data-v-ee6f34b5] {\n background-color: var(--color-background-dark);\n}\n.file-picker__row[data-v-ee6f34b5]:hover {\n background-color: var(--color-background-hover);\n}\n.file-picker__name-container[data-v-ee6f34b5] {\n display: flex;\n justify-content: start;\n align-items: center;\n height: 100%;\n}\n.file-picker__file-name[data-v-ee6f34b5] {\n padding-inline-start: 6px;\n min-width: 0;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.file-picker__file-extension[data-v-ee6f34b5] {\n color: var(--color-text-maxcontrast);\n min-width: fit-content;\n}\n.file-picker__header-preview[data-v-4297db37] {\n width: 22px;\n height: 32px;\n flex: 0 0 auto;\n}\n.file-picker__files[data-v-4297db37] {\n margin: 2px;\n margin-inline-start: 12px;\n overflow: scroll auto;\n}\n.file-picker__files table[data-v-4297db37] {\n width: 100%;\n max-height: 100%;\n table-layout: fixed;\n}\n.file-picker__files th[data-v-4297db37] {\n position: -webkit-sticky;\n position: sticky;\n z-index: 1;\n top: 0;\n background-color: var(--color-main-background);\n padding: 2px;\n}\n.file-picker__files th .header-wrapper[data-v-4297db37] {\n display: flex;\n}\n.file-picker__files th.row-checkbox[data-v-4297db37] {\n width: 44px;\n}\n.file-picker__files th.row-name[data-v-4297db37] {\n width: 230px;\n}\n.file-picker__files th.row-size[data-v-4297db37] {\n width: 100px;\n}\n.file-picker__files th.row-modified[data-v-4297db37] {\n width: 120px;\n}\n.file-picker__files th[data-v-4297db37]:not(.row-size) .button-vue__wrapper {\n justify-content: start;\n flex-direction: row-reverse;\n}\n.file-picker__files th[data-v-4297db37]:not(.row-size) .button-vue {\n padding-inline: 16px 4px;\n}\n.file-picker__files th.row-size[data-v-4297db37] .button-vue__wrapper {\n justify-content: end;\n}\n.file-picker__files th[data-v-4297db37] .button-vue__wrapper {\n color: var(--color-text-maxcontrast);\n}\n.file-picker__files th[data-v-4297db37] .button-vue__wrapper .button-vue__text {\n font-weight: 400;\n}\n.file-picker__breadcrumbs[data-v-3bc9efa5] {\n flex-grow: 0 !important;\n}\n.file-picker__side[data-v-fcfd0f23] {\n display: flex;\n flex-direction: column;\n align-items: start;\n gap: .5rem;\n min-width: 200px;\n padding-block: 2px;\n overflow: auto;\n}\n.file-picker__side[data-v-fcfd0f23] .button-vue__wrapper {\n justify-content: start;\n}\n.file-picker__filter-input[data-v-fcfd0f23] {\n margin-block: 7px;\n max-width: 260px;\n}\n@media (max-width: 736px) {\n .file-picker__side[data-v-fcfd0f23] {\n flex-direction: row;\n min-width: unset;\n }\n}\n@media (max-width: 512px) {\n .file-picker__side[data-v-fcfd0f23] {\n flex-direction: row;\n min-width: unset;\n }\n .file-picker__filter-input[data-v-fcfd0f23] {\n max-width: unset;\n }\n}\n.file-picker__navigation {\n padding-inline: 2px;\n}\n.file-picker__navigation,\n.file-picker__navigation * {\n box-sizing: border-box;\n}\n.file-picker__navigation .v-select.select {\n min-width: 220px;\n}\n@media (min-width: 513px) and (max-width: 736px) {\n .file-picker__navigation {\n gap: 11px;\n }\n}\n@media (max-width: 512px) {\n .file-picker__navigation {\n flex-direction: column-reverse !important;\n }\n}\n.file-picker__view[data-v-86a13079] {\n height: 50px;\n display: flex;\n justify-content: start;\n align-items: center;\n}\n.file-picker__view h3[data-v-86a13079] {\n font-weight: 700;\n height: fit-content;\n margin: 0;\n}\n.file-picker__main[data-v-86a13079] {\n box-sizing: border-box;\n width: 100%;\n display: flex;\n flex-direction: column;\n min-height: 0;\n flex: 1;\n padding-inline: 2px;\n}\n.file-picker__main *[data-v-86a13079] {\n box-sizing: border-box;\n}\n[data-v-86a13079] .file-picker {\n height: min(80vh, 800px);\n}\n@media (max-width: 512px) {\n [data-v-86a13079] .file-picker {\n height: calc(100% - 16px - var(--default-clickable-area));\n }\n}\n[data-v-86a13079] .file-picker__content {\n display: flex;\n flex-direction: column;\n overflow: hidden;\n}\n'],sourceRoot:""}]);const f=d},82396:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var s=n(87537),i=n.n(s),r=n(23645),a=n.n(r)()(i());a.push([t.id,".upload-picker[data-v-f09fb109] {\n display: inline-flex;\n align-items: center;\n height: 44px;\n}\n.upload-picker__progress[data-v-f09fb109] {\n width: 200px;\n max-width: 0;\n transition: max-width var(--animation-quick) ease-in-out;\n margin-top: 8px;\n}\n.upload-picker__progress p[data-v-f09fb109] {\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis;\n}\n.upload-picker--uploading .upload-picker__progress[data-v-f09fb109] {\n max-width: 200px;\n margin-right: 20px;\n margin-left: 8px;\n}\n.upload-picker--paused .upload-picker__progress[data-v-f09fb109] {\n animation: breathing-f09fb109 3s ease-out infinite normal;\n}\n@keyframes breathing-f09fb109 {\n 0% {\n opacity: .5;\n }\n 25% {\n opacity: 1;\n }\n 60% {\n opacity: .5;\n }\n to {\n opacity: .5;\n }\n}\n","",{version:3,sources:["webpack://./node_modules/@nextcloud/upload/dist/assets/index-f2495ce6.css"],names:[],mappings:"AAAA;EACE,oBAAoB;EACpB,mBAAmB;EACnB,YAAY;AACd;AACA;EACE,YAAY;EACZ,YAAY;EACZ,wDAAwD;EACxD,eAAe;AACjB;AACA;EACE,gBAAgB;EAChB,mBAAmB;EACnB,uBAAuB;AACzB;AACA;EACE,gBAAgB;EAChB,kBAAkB;EAClB,gBAAgB;AAClB;AACA;EACE,yDAAyD;AAC3D;AACA;EACE;IACE,WAAW;EACb;EACA;IACE,UAAU;EACZ;EACA;IACE,WAAW;EACb;EACA;IACE,WAAW;EACb;AACF",sourcesContent:[".upload-picker[data-v-f09fb109] {\n display: inline-flex;\n align-items: center;\n height: 44px;\n}\n.upload-picker__progress[data-v-f09fb109] {\n width: 200px;\n max-width: 0;\n transition: max-width var(--animation-quick) ease-in-out;\n margin-top: 8px;\n}\n.upload-picker__progress p[data-v-f09fb109] {\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis;\n}\n.upload-picker--uploading .upload-picker__progress[data-v-f09fb109] {\n max-width: 200px;\n margin-right: 20px;\n margin-left: 8px;\n}\n.upload-picker--paused .upload-picker__progress[data-v-f09fb109] {\n animation: breathing-f09fb109 3s ease-out infinite normal;\n}\n@keyframes breathing-f09fb109 {\n 0% {\n opacity: .5;\n }\n 25% {\n opacity: 1;\n }\n 60% {\n opacity: .5;\n }\n to {\n opacity: .5;\n }\n}\n"],sourceRoot:""}]);const o=a},64912:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var s=n(87537),i=n.n(s),r=n(23645),a=n.n(r)()(i());a.push([t.id,".breadcrumb[data-v-2af35352]{flex:1 1 100% !important;width:100%}.breadcrumb[data-v-2af35352] a{cursor:pointer !important}","",{version:3,sources:["webpack://./apps/files/src/components/BreadCrumbs.vue"],names:[],mappings:"AACA,6BAEC,wBAAA,CACA,UAAA,CAEA,+BACC,yBAAA",sourcesContent:["\n.breadcrumb {\n\t// Take as much space as possible\n\tflex: 1 1 100% !important;\n\twidth: 100%;\n\n\t::v-deep a {\n\t\tcursor: pointer !important;\n\t}\n}\n\n"],sourceRoot:""}]);const o=a},81432:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var s=n(87537),i=n.n(s),r=n(23645),a=n.n(r)()(i());a.push([t.id,".files-list__drag-drop-notice[data-v-7e0e423e]{display:flex;align-items:center;justify-content:center;width:100%;min-height:113px;margin:0;user-select:none;color:var(--color-text-maxcontrast);background-color:var(--color-main-background);border-color:#000}.files-list__drag-drop-notice h3[data-v-7e0e423e]{margin-left:16px;color:inherit}.files-list__drag-drop-notice-wrapper[data-v-7e0e423e]{display:flex;align-items:center;justify-content:center;height:15vh;max-height:70%;padding:0 5vw;border:2px var(--color-border-dark) dashed;border-radius:var(--border-radius-large)}","",{version:3,sources:["webpack://./apps/files/src/components/DragAndDropNotice.vue"],names:[],mappings:"AACA,+CACC,YAAA,CACA,kBAAA,CACA,sBAAA,CACA,UAAA,CAEA,gBAAA,CACA,QAAA,CACA,gBAAA,CACA,mCAAA,CACA,6CAAA,CACA,iBAAA,CAEA,kDACC,gBAAA,CACA,aAAA,CAGD,uDACC,YAAA,CACA,kBAAA,CACA,sBAAA,CACA,WAAA,CACA,cAAA,CACA,aAAA,CACA,0CAAA,CACA,wCAAA",sourcesContent:["\n.files-list__drag-drop-notice {\n\tdisplay: flex;\n\talign-items: center;\n\tjustify-content: center;\n\twidth: 100%;\n\t// Breadcrumbs height + row thead height\n\tmin-height: calc(58px + 55px);\n\tmargin: 0;\n\tuser-select: none;\n\tcolor: var(--color-text-maxcontrast);\n\tbackground-color: var(--color-main-background);\n\tborder-color: black;\n\n\th3 {\n\t\tmargin-left: 16px;\n\t\tcolor: inherit;\n\t}\n\n\t&-wrapper {\n\t\tdisplay: flex;\n\t\talign-items: center;\n\t\tjustify-content: center;\n\t\theight: 15vh;\n\t\tmax-height: 70%;\n\t\tpadding: 0 5vw;\n\t\tborder: 2px var(--color-border-dark) dashed;\n\t\tborder-radius: var(--border-radius-large);\n\t}\n}\n\n"],sourceRoot:""}]);const o=a},50262:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var s=n(87537),i=n.n(s),r=n(23645),a=n.n(r)()(i());a.push([t.id,".files-list-drag-image{position:absolute;top:-9999px;left:-9999px;display:flex;overflow:hidden;align-items:center;height:44px;padding:6px 12px;background:var(--color-main-background)}.files-list-drag-image__icon,.files-list-drag-image .files-list__row-icon{display:flex;overflow:hidden;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--border-radius)}.files-list-drag-image__icon{overflow:visible;margin-right:12px}.files-list-drag-image__icon img{max-width:100%;max-height:100%}.files-list-drag-image__icon .material-design-icon{color:var(--color-text-maxcontrast)}.files-list-drag-image__icon .material-design-icon.folder-icon{color:var(--color-primary-element)}.files-list-drag-image__icon>span{display:flex}.files-list-drag-image__icon>span .files-list__row-icon+.files-list__row-icon{margin-top:6px;margin-left:-26px}.files-list-drag-image__icon>span .files-list__row-icon+.files-list__row-icon+.files-list__row-icon{margin-top:12px}.files-list-drag-image__icon>span:not(:empty)+*{display:none}.files-list-drag-image__name{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}","",{version:3,sources:["webpack://./apps/files/src/components/DragAndDropPreview.vue"],names:[],mappings:"AAIA,uBACC,iBAAA,CACA,WAAA,CACA,YAAA,CACA,YAAA,CACA,eAAA,CACA,kBAAA,CACA,WAAA,CACA,gBAAA,CACA,uCAAA,CAEA,0EAEC,YAAA,CACA,eAAA,CACA,kBAAA,CACA,sBAAA,CACA,UAAA,CACA,WAAA,CACA,kCAAA,CAGD,6BACC,gBAAA,CACA,iBAAA,CAEA,iCACC,cAAA,CACA,eAAA,CAGD,mDACC,mCAAA,CACA,+DACC,kCAAA,CAKF,kCACC,YAAA,CAGA,8EACC,cA9CU,CA+CV,iBAAA,CACA,oGACC,eAAA,CAKF,gDACC,YAAA,CAKH,6BACC,eAAA,CACA,kBAAA,CACA,sBAAA",sourcesContent:["\n$size: 32px;\n$stack-shift: 6px;\n\n.files-list-drag-image {\n\tposition: absolute;\n\ttop: -9999px;\n\tleft: -9999px;\n\tdisplay: flex;\n\toverflow: hidden;\n\talign-items: center;\n\theight: 44px;\n\tpadding: 6px 12px;\n\tbackground: var(--color-main-background);\n\n\t&__icon,\n\t.files-list__row-icon {\n\t\tdisplay: flex;\n\t\toverflow: hidden;\n\t\talign-items: center;\n\t\tjustify-content: center;\n\t\twidth: 32px;\n\t\theight: 32px;\n\t\tborder-radius: var(--border-radius);\n\t}\n\n\t&__icon {\n\t\toverflow: visible;\n\t\tmargin-right: 12px;\n\n\t\timg {\n\t\t\tmax-width: 100%;\n\t\t\tmax-height: 100%;\n\t\t}\n\n\t\t.material-design-icon {\n\t\t\tcolor: var(--color-text-maxcontrast);\n\t\t\t&.folder-icon {\n\t\t\t\tcolor: var(--color-primary-element);\n\t\t\t}\n\t\t}\n\n\t\t// Previews container\n\t\t> span {\n\t\t\tdisplay: flex;\n\n\t\t\t// Stack effect if more than one element\n\t\t\t.files-list__row-icon + .files-list__row-icon {\n\t\t\t\tmargin-top: $stack-shift;\n\t\t\t\tmargin-left: $stack-shift - $size;\n\t\t\t\t& + .files-list__row-icon {\n\t\t\t\t\tmargin-top: $stack-shift * 2;\n\t\t\t\t}\n\t\t\t}\n\t\t\t// If we have manually clone the preview,\n\t\t\t// let's hide any fallback icons\n\t\t\t&:not(:empty) + * {\n\t\t\t\tdisplay: none;\n\t\t\t}\n\t\t}\n\t}\n\n\t&__name {\n\t\toverflow: hidden;\n\t\twhite-space: nowrap;\n\t\ttext-overflow: ellipsis;\n\t}\n}\n\n"],sourceRoot:""}]);const o=a},99292:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var s=n(87537),i=n.n(s),r=n(23645),a=n.n(r)()(i());a.push([t.id,".favorite-marker-icon[data-v-04e52abc]{color:#a08b00;min-width:unset !important;min-height:unset !important}.favorite-marker-icon[data-v-04e52abc] svg{width:26px !important;height:26px !important;max-width:unset !important;max-height:unset !important}.favorite-marker-icon[data-v-04e52abc] svg path{stroke:var(--color-main-background);stroke-width:8px;stroke-linejoin:round;paint-order:stroke}","",{version:3,sources:["webpack://./apps/files/src/components/FileEntry/FavoriteIcon.vue"],names:[],mappings:"AACA,uCACC,aAAA,CAEA,0BAAA,CACG,2BAAA,CAGF,4CAEC,qBAAA,CACA,sBAAA,CAGA,0BAAA,CACA,2BAAA,CAGA,iDACC,mCAAA,CACA,gBAAA,CACA,qBAAA,CACA,kBAAA",sourcesContent:["\n.favorite-marker-icon {\n\tcolor: #a08b00;\n\t// Override NcIconSvgWrapper defaults (clickable area)\n\tmin-width: unset !important;\n min-height: unset !important;\n\n\t:deep() {\n\t\tsvg {\n\t\t\t// We added a stroke for a11y so we must increase the size to include the stroke\n\t\t\twidth: 26px !important;\n\t\t\theight: 26px !important;\n\n\t\t\t// Override NcIconSvgWrapper defaults of 20px\n\t\t\tmax-width: unset !important;\n\t\t\tmax-height: unset !important;\n\n\t\t\t// Sow a border around the icon for better contrast\n\t\t\tpath {\n\t\t\t\tstroke: var(--color-main-background);\n\t\t\t\tstroke-width: 8px;\n\t\t\t\tstroke-linejoin: round;\n\t\t\t\tpaint-order: stroke;\n\t\t\t}\n\t\t}\n\t}\n}\n"],sourceRoot:""}]);const o=a},21367:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var s=n(87537),i=n.n(s),r=n(23645),a=n.n(r)()(i());a.push([t.id,"[data-v-6dd8d639] .button-vue--icon-and-text .button-vue__text{color:var(--color-primary-element)}[data-v-6dd8d639] .button-vue--icon-and-text .button-vue__icon{color:var(--color-primary-element)}","",{version:3,sources:["webpack://./apps/files/src/components/FileEntry/FileEntryActions.vue"],names:[],mappings:"AAGC,+DACC,kCAAA,CAED,+DACC,kCAAA",sourcesContent:["\n\n:deep(.button-vue--icon-and-text, .files-list__row-action-sharing-status) {\n\t.button-vue__text {\n\t\tcolor: var(--color-primary-element);\n\t}\n\t.button-vue__icon {\n\t\tcolor: var(--color-primary-element);\n\t}\n}\n"],sourceRoot:""}]);const o=a},68252:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var s=n(87537),i=n.n(s),r=n(23645),a=n.n(r)()(i());a.push([t.id,"tr[data-v-58f7b64d]{margin-bottom:300px;border-top:1px solid var(--color-border);background-color:rgba(0,0,0,0) !important;border-bottom:none !important}tr td[data-v-58f7b64d]{user-select:none;color:var(--color-text-maxcontrast) !important}","",{version:3,sources:["webpack://./apps/files/src/components/FilesListTableFooter.vue"],names:[],mappings:"AAEA,oBACC,mBAAA,CACA,wCAAA,CAEA,yCAAA,CACA,6BAAA,CAEA,uBACC,gBAAA,CAEA,8CAAA",sourcesContent:["\n// Scoped row\ntr {\n\tmargin-bottom: 300px;\n\tborder-top: 1px solid var(--color-border);\n\t// Prevent hover effect on the whole row\n\tbackground-color: transparent !important;\n\tborder-bottom: none !important;\n\n\ttd {\n\t\tuser-select: none;\n\t\t// Make sure the cell colors don't apply to column headers\n\t\tcolor: var(--color-text-maxcontrast) !important;\n\t}\n}\n"],sourceRoot:""}]);const o=a},41002:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var s=n(87537),i=n.n(s),r=n(23645),a=n.n(r)()(i());a.push([t.id,".files-list__column[data-v-585fdb03]{user-select:none;color:var(--color-text-maxcontrast) !important}.files-list__column--sortable[data-v-585fdb03]{cursor:pointer}","",{version:3,sources:["webpack://./apps/files/src/components/FilesListTableHeader.vue"],names:[],mappings:"AACA,qCACC,gBAAA,CAEA,8CAAA,CAEA,+CACC,cAAA",sourcesContent:["\n.files-list__column {\n\tuser-select: none;\n\t// Make sure the cell colors don't apply to column headers\n\tcolor: var(--color-text-maxcontrast) !important;\n\n\t&--sortable {\n\t\tcursor: pointer;\n\t}\n}\n\n"],sourceRoot:""}]);const o=a},65769:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var s=n(87537),i=n.n(s),r=n(23645),a=n.n(r)()(i());a.push([t.id,".files-list__row-actions-batch[data-v-72bacee0]{flex:1 1 100% !important}.files-list__row-actions-batch[data-v-72bacee0] .button-vue__wrapper{width:100%}.files-list__row-actions-batch[data-v-72bacee0] .button-vue__wrapper span.button-vue__text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}","",{version:3,sources:["webpack://./apps/files/src/components/FilesListTableHeaderActions.vue"],names:[],mappings:"AACA,gDACC,wBAAA,CAGA,qEACC,UAAA,CACA,2FACC,eAAA,CACA,sBAAA,CACA,kBAAA",sourcesContent:["\n.files-list__row-actions-batch {\n\tflex: 1 1 100% !important;\n\n\t// Remove when https://github.com/nextcloud/nextcloud-vue/pull/3936 is merged\n\t::v-deep .button-vue__wrapper {\n\t\twidth: 100%;\n\t\tspan.button-vue__text {\n\t\t\toverflow: hidden;\n\t\t\ttext-overflow: ellipsis;\n\t\t\twhite-space: nowrap;\n\t\t}\n\t}\n}\n"],sourceRoot:""}]);const o=a},97704:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var s=n(87537),i=n.n(s),r=n(23645),a=n.n(r)()(i());a.push([t.id,".files-list__column-sort-button[data-v-2dd1845e]{margin:0 calc(var(--cell-margin)*-1);min-width:calc(100% - 3*var(--cell-margin)) !important}.files-list__column-sort-button-text[data-v-2dd1845e]{color:var(--color-text-maxcontrast);font-weight:normal}.files-list__column-sort-button-icon[data-v-2dd1845e]{color:var(--color-text-maxcontrast);opacity:0;transition:opacity var(--animation-quick);inset-inline-start:-10px}.files-list__column-sort-button--size .files-list__column-sort-button-icon[data-v-2dd1845e]{inset-inline-start:10px}.files-list__column-sort-button--active .files-list__column-sort-button-icon[data-v-2dd1845e],.files-list__column-sort-button:hover .files-list__column-sort-button-icon[data-v-2dd1845e],.files-list__column-sort-button:focus .files-list__column-sort-button-icon[data-v-2dd1845e],.files-list__column-sort-button:active .files-list__column-sort-button-icon[data-v-2dd1845e]{opacity:1}","",{version:3,sources:["webpack://./apps/files/src/components/FilesListTableHeaderButton.vue"],names:[],mappings:"AACA,iDAEC,oCAAA,CACA,sDAAA,CAEA,sDACC,mCAAA,CACA,kBAAA,CAGD,sDACC,mCAAA,CACA,SAAA,CACA,yCAAA,CACA,wBAAA,CAGD,4FACC,uBAAA,CAGD,mXAIC,SAAA",sourcesContent:["\n.files-list__column-sort-button {\n\t// Compensate for cells margin\n\tmargin: 0 calc(var(--cell-margin) * -1);\n\tmin-width: calc(100% - 3 * var(--cell-margin))!important;\n\n\t&-text {\n\t\tcolor: var(--color-text-maxcontrast);\n\t\tfont-weight: normal;\n\t}\n\n\t&-icon {\n\t\tcolor: var(--color-text-maxcontrast);\n\t\topacity: 0;\n\t\ttransition: opacity var(--animation-quick);\n\t\tinset-inline-start: -10px;\n\t}\n\n\t&--size &-icon {\n\t\tinset-inline-start: 10px;\n\t}\n\n\t&--active &-icon,\n\t&:hover &-icon,\n\t&:focus &-icon,\n\t&:active &-icon {\n\t\topacity: 1;\n\t}\n}\n"],sourceRoot:""}]);const o=a},54609:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var s=n(87537),i=n.n(s),r=n(23645),a=n.n(r)()(i());a.push([t.id,".files-list[data-v-e3bf0e42]{--row-height: 55px;--cell-margin: 14px;--checkbox-padding: calc((var(--row-height) - var(--checkbox-size)) / 2);--checkbox-size: 24px;--clickable-area: 44px;--icon-preview-size: 32px;overflow:auto;height:100%;will-change:scroll-position}.files-list[data-v-e3bf0e42] tbody{will-change:padding;contain:layout paint style;display:flex;flex-direction:column;width:100%;position:relative}.files-list[data-v-e3bf0e42] tbody tr{contain:strict}.files-list[data-v-e3bf0e42] tbody tr:hover,.files-list[data-v-e3bf0e42] tbody tr:focus{background-color:var(--color-background-dark)}.files-list[data-v-e3bf0e42] .files-list__before{display:flex;flex-direction:column}.files-list[data-v-e3bf0e42] .files-list__table{display:block}.files-list[data-v-e3bf0e42] .files-list__thead,.files-list[data-v-e3bf0e42] .files-list__tfoot{display:flex;flex-direction:column;width:100%;background-color:var(--color-main-background)}.files-list[data-v-e3bf0e42] .files-list__thead{position:sticky;z-index:10;top:0}.files-list[data-v-e3bf0e42] .files-list__tfoot{min-height:300px}.files-list[data-v-e3bf0e42] tr{position:relative;display:flex;align-items:center;width:100%;user-select:none;border-bottom:1px solid var(--color-border);box-sizing:border-box;user-select:none;height:var(--row-height)}.files-list[data-v-e3bf0e42] td,.files-list[data-v-e3bf0e42] th{display:flex;align-items:center;flex:0 0 auto;justify-content:left;width:var(--row-height);height:var(--row-height);margin:0;padding:0;color:var(--color-text-maxcontrast);border:none}.files-list[data-v-e3bf0e42] td span,.files-list[data-v-e3bf0e42] th span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.files-list[data-v-e3bf0e42] .files-list__row--failed{position:absolute;display:block;top:0;left:0;right:0;bottom:0;opacity:.1;z-index:-1;background:var(--color-error)}.files-list[data-v-e3bf0e42] .files-list__row-checkbox{justify-content:center}.files-list[data-v-e3bf0e42] .files-list__row-checkbox .checkbox-radio-switch{display:flex;justify-content:center;--icon-size: var(--checkbox-size)}.files-list[data-v-e3bf0e42] .files-list__row-checkbox .checkbox-radio-switch label.checkbox-radio-switch__label{width:var(--clickable-area);height:var(--clickable-area);margin:0;padding:calc((var(--clickable-area) - var(--checkbox-size))/2)}.files-list[data-v-e3bf0e42] .files-list__row-checkbox .checkbox-radio-switch .checkbox-radio-switch__icon{margin:0 !important}.files-list[data-v-e3bf0e42] .files-list__row:hover,.files-list[data-v-e3bf0e42] .files-list__row:focus,.files-list[data-v-e3bf0e42] .files-list__row:active,.files-list[data-v-e3bf0e42] .files-list__row--active,.files-list[data-v-e3bf0e42] .files-list__row--dragover{background-color:var(--color-background-hover);--color-text-maxcontrast: var(--color-main-text)}.files-list[data-v-e3bf0e42] .files-list__row:hover>*,.files-list[data-v-e3bf0e42] .files-list__row:focus>*,.files-list[data-v-e3bf0e42] .files-list__row:active>*,.files-list[data-v-e3bf0e42] .files-list__row--active>*,.files-list[data-v-e3bf0e42] .files-list__row--dragover>*{--color-border: var(--color-border-dark)}.files-list[data-v-e3bf0e42] .files-list__row:hover .favorite-marker-icon svg path,.files-list[data-v-e3bf0e42] .files-list__row:focus .favorite-marker-icon svg path,.files-list[data-v-e3bf0e42] .files-list__row:active .favorite-marker-icon svg path,.files-list[data-v-e3bf0e42] .files-list__row--active .favorite-marker-icon svg path,.files-list[data-v-e3bf0e42] .files-list__row--dragover .favorite-marker-icon svg path{stroke:var(--color-background-hover)}.files-list[data-v-e3bf0e42] .files-list__row--dragover *{pointer-events:none}.files-list[data-v-e3bf0e42] .files-list__row-icon{position:relative;display:flex;overflow:visible;align-items:center;flex:0 0 var(--icon-preview-size);justify-content:center;width:var(--icon-preview-size);height:100%;margin-right:var(--checkbox-padding);color:var(--color-primary-element)}.files-list[data-v-e3bf0e42] .files-list__row-icon *{cursor:pointer}.files-list[data-v-e3bf0e42] .files-list__row-icon>span{justify-content:flex-start}.files-list[data-v-e3bf0e42] .files-list__row-icon>span:not(.files-list__row-icon-favorite) svg{width:var(--icon-preview-size);height:var(--icon-preview-size)}.files-list[data-v-e3bf0e42] .files-list__row-icon>span.folder-icon,.files-list[data-v-e3bf0e42] .files-list__row-icon>span.folder-open-icon{margin:-3px}.files-list[data-v-e3bf0e42] .files-list__row-icon>span.folder-icon svg,.files-list[data-v-e3bf0e42] .files-list__row-icon>span.folder-open-icon svg{width:calc(var(--icon-preview-size) + 6px);height:calc(var(--icon-preview-size) + 6px)}.files-list[data-v-e3bf0e42] .files-list__row-icon-preview{overflow:hidden;width:var(--icon-preview-size);height:var(--icon-preview-size);border-radius:var(--border-radius);object-fit:contain;object-position:center}.files-list[data-v-e3bf0e42] .files-list__row-icon-preview:not(.files-list__row-icon-preview--loaded){background:var(--color-loading-dark)}.files-list[data-v-e3bf0e42] .files-list__row-icon-favorite{position:absolute;top:0px;right:-10px}.files-list[data-v-e3bf0e42] .files-list__row-icon-overlay{position:absolute;max-height:calc(var(--icon-preview-size)*.5);max-width:calc(var(--icon-preview-size)*.5);color:var(--color-primary-element-text);margin-top:2px}.files-list[data-v-e3bf0e42] .files-list__row-icon-overlay--file{color:var(--color-main-text);background:var(--color-main-background);border-radius:100%}.files-list[data-v-e3bf0e42] .files-list__row-name{overflow:hidden;flex:1 1 auto}.files-list[data-v-e3bf0e42] .files-list__row-name a{display:flex;align-items:center;width:100%;height:100%;min-width:0}.files-list[data-v-e3bf0e42] .files-list__row-name a:focus-visible{outline:none}.files-list[data-v-e3bf0e42] .files-list__row-name a:focus .files-list__row-name-text{outline:2px solid var(--color-main-text) !important;border-radius:20px}.files-list[data-v-e3bf0e42] .files-list__row-name a:focus:not(:focus-visible) .files-list__row-name-text{outline:none !important}.files-list[data-v-e3bf0e42] .files-list__row-name .files-list__row-name-text{color:var(--color-main-text);padding:5px 10px;margin-left:-10px;display:inline-flex}.files-list[data-v-e3bf0e42] .files-list__row-name .files-list__row-name-ext{color:var(--color-text-maxcontrast);overflow:visible}.files-list[data-v-e3bf0e42] .files-list__row-rename{width:100%;max-width:600px}.files-list[data-v-e3bf0e42] .files-list__row-rename input{width:100%;margin-left:-8px;padding:2px 6px;border-width:2px}.files-list[data-v-e3bf0e42] .files-list__row-rename input:invalid{border-color:var(--color-error);color:red}.files-list[data-v-e3bf0e42] .files-list__row-actions{width:auto}.files-list[data-v-e3bf0e42] .files-list__row-actions~td,.files-list[data-v-e3bf0e42] .files-list__row-actions~th{margin:0 var(--cell-margin)}.files-list[data-v-e3bf0e42] .files-list__row-actions button .button-vue__text{font-weight:normal}.files-list[data-v-e3bf0e42] .files-list__row-action--inline{margin-right:7px}.files-list[data-v-e3bf0e42] .files-list__row-mtime,.files-list[data-v-e3bf0e42] .files-list__row-size{color:var(--color-text-maxcontrast)}.files-list[data-v-e3bf0e42] .files-list__row-size{width:calc(var(--row-height)*1.5);justify-content:flex-end}.files-list[data-v-e3bf0e42] .files-list__row-mtime{width:calc(var(--row-height)*2)}.files-list[data-v-e3bf0e42] .files-list__row-column-custom{width:calc(var(--row-height)*2)}","",{version:3,sources:["webpack://./apps/files/src/components/FilesListVirtual.vue"],names:[],mappings:"AACA,6BACC,kBAAA,CACA,mBAAA,CAEA,wEAAA,CACA,qBAAA,CACA,sBAAA,CACA,yBAAA,CAEA,aAAA,CACA,WAAA,CACA,2BAAA,CAIC,oCACC,mBAAA,CACA,0BAAA,CACA,YAAA,CACA,qBAAA,CACA,UAAA,CAEA,iBAAA,CAGA,uCACC,cAAA,CACA,0FAEC,6CAAA,CAMH,kDACC,YAAA,CACA,qBAAA,CAGD,iDACC,aAAA,CAGD,kGAEC,YAAA,CACA,qBAAA,CACA,UAAA,CACA,6CAAA,CAKD,iDAEC,eAAA,CACA,UAAA,CACA,KAAA,CAID,iDACC,gBAAA,CAGD,iCACC,iBAAA,CACA,YAAA,CACA,kBAAA,CACA,UAAA,CACA,gBAAA,CACA,2CAAA,CACA,qBAAA,CACA,gBAAA,CACA,wBAAA,CAGD,kEACC,YAAA,CACA,kBAAA,CACA,aAAA,CACA,oBAAA,CACA,uBAAA,CACA,wBAAA,CACA,QAAA,CACA,SAAA,CACA,mCAAA,CACA,WAAA,CAKA,4EACC,eAAA,CACA,kBAAA,CACA,sBAAA,CAIF,uDACC,iBAAA,CACA,aAAA,CACA,KAAA,CACA,MAAA,CACA,OAAA,CACA,QAAA,CACA,UAAA,CACA,UAAA,CACA,6BAAA,CAGD,wDACC,sBAAA,CAEA,+EACC,YAAA,CACA,sBAAA,CAEA,iCAAA,CAEA,kHACC,2BAAA,CACA,4BAAA,CACA,QAAA,CACA,8DAAA,CAGD,4GACC,mBAAA,CAMF,gRAEC,8CAAA,CAGA,gDAAA,CACA,0RACC,wCAAA,CAID,2aACC,oCAAA,CAIF,2DAEC,mBAAA,CAKF,oDACC,iBAAA,CACA,YAAA,CACA,gBAAA,CACA,kBAAA,CAEA,iCAAA,CACA,sBAAA,CACA,8BAAA,CACA,WAAA,CAEA,oCAAA,CACA,kCAAA,CAGA,sDACC,cAAA,CAGD,yDACC,0BAAA,CAEA,iGACC,8BAAA,CACA,+BAAA,CAID,+IAEC,WAAA,CACA,uJACC,0CAAA,CACA,2CAAA,CAKH,4DACC,eAAA,CACA,8BAAA,CACA,+BAAA,CACA,kCAAA,CAEA,kBAAA,CACA,sBAAA,CAGA,uGACC,oCAAA,CAKF,6DACC,iBAAA,CACA,OAAA,CACA,WAAA,CAID,4DACC,iBAAA,CACA,4CAAA,CACA,2CAAA,CACA,uCAAA,CAEA,cAAA,CAGA,kEACC,4BAAA,CACA,uCAAA,CACA,kBAAA,CAMH,oDAEC,eAAA,CAEA,aAAA,CAEA,sDACC,YAAA,CACA,kBAAA,CAEA,UAAA,CACA,WAAA,CAEA,WAAA,CAGA,oEACC,YAAA,CAID,uFACC,mDAAA,CACA,kBAAA,CAED,2GACC,uBAAA,CAIF,+EACC,4BAAA,CAEA,gBAAA,CACA,iBAAA,CAEA,mBAAA,CAGD,8EACC,mCAAA,CAEA,gBAAA,CAKF,sDACC,UAAA,CACA,eAAA,CACA,4DACC,UAAA,CAEA,gBAAA,CACA,eAAA,CACA,gBAAA,CAEA,oEAEC,+BAAA,CACA,SAAA,CAKH,uDAEC,UAAA,CAGA,oHAEC,2BAAA,CAIA,gFAEC,kBAAA,CAKH,8DACC,gBAAA,CAGD,yGAEC,mCAAA,CAED,oDACC,iCAAA,CAEA,wBAAA,CAGD,qDACC,+BAAA,CAGD,6DACC,+BAAA",sourcesContent:["\n.files-list {\n\t--row-height: 55px;\n\t--cell-margin: 14px;\n\n\t--checkbox-padding: calc((var(--row-height) - var(--checkbox-size)) / 2);\n\t--checkbox-size: 24px;\n\t--clickable-area: 44px;\n\t--icon-preview-size: 32px;\n\n\toverflow: auto;\n\theight: 100%;\n\twill-change: scroll-position;\n\n\t& :deep() {\n\t\t// Table head, body and footer\n\t\ttbody {\n\t\t\twill-change: padding;\n\t\t\tcontain: layout paint style;\n\t\t\tdisplay: flex;\n\t\t\tflex-direction: column;\n\t\t\twidth: 100%;\n\t\t\t// Necessary for virtual scrolling absolute\n\t\t\tposition: relative;\n\n\t\t\t/* Hover effect on tbody lines only */\n\t\t\ttr {\n\t\t\t\tcontain: strict;\n\t\t\t\t&:hover,\n\t\t\t\t&:focus {\n\t\t\t\t\tbackground-color: var(--color-background-dark);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Before table and thead\n\t\t.files-list__before {\n\t\t\tdisplay: flex;\n\t\t\tflex-direction: column;\n\t\t}\n\n\t\t.files-list__table {\n\t\t\tdisplay: block;\n\t\t}\n\n\t\t.files-list__thead,\n\t\t.files-list__tfoot {\n\t\t\tdisplay: flex;\n\t\t\tflex-direction: column;\n\t\t\twidth: 100%;\n\t\t\tbackground-color: var(--color-main-background);\n\n\t\t}\n\n\t\t// Table header\n\t\t.files-list__thead {\n\t\t\t// Pinned on top when scrolling\n\t\t\tposition: sticky;\n\t\t\tz-index: 10;\n\t\t\ttop: 0;\n\t\t}\n\n\t\t// Table footer\n\t\t.files-list__tfoot {\n\t\t\tmin-height: 300px;\n\t\t}\n\n\t\ttr {\n\t\t\tposition: relative;\n\t\t\tdisplay: flex;\n\t\t\talign-items: center;\n\t\t\twidth: 100%;\n\t\t\tuser-select: none;\n\t\t\tborder-bottom: 1px solid var(--color-border);\n\t\t\tbox-sizing: border-box;\n\t\t\tuser-select: none;\n\t\t\theight: var(--row-height);\n\t\t}\n\n\t\ttd, th {\n\t\t\tdisplay: flex;\n\t\t\talign-items: center;\n\t\t\tflex: 0 0 auto;\n\t\t\tjustify-content: left;\n\t\t\twidth: var(--row-height);\n\t\t\theight: var(--row-height);\n\t\t\tmargin: 0;\n\t\t\tpadding: 0;\n\t\t\tcolor: var(--color-text-maxcontrast);\n\t\t\tborder: none;\n\n\t\t\t// Columns should try to add any text\n\t\t\t// node wrapped in a span. That should help\n\t\t\t// with the ellipsis on overflow.\n\t\t\tspan {\n\t\t\t\toverflow: hidden;\n\t\t\t\twhite-space: nowrap;\n\t\t\t\ttext-overflow: ellipsis;\n\t\t\t}\n\t\t}\n\n\t\t.files-list__row--failed {\n\t\t\tposition: absolute;\n\t\t\tdisplay: block;\n\t\t\ttop: 0;\n\t\t\tleft: 0;\n\t\t\tright: 0;\n\t\t\tbottom: 0;\n\t\t\topacity: .1;\n\t\t\tz-index: -1;\n\t\t\tbackground: var(--color-error);\n\t\t}\n\n\t\t.files-list__row-checkbox {\n\t\t\tjustify-content: center;\n\n\t\t\t.checkbox-radio-switch {\n\t\t\t\tdisplay: flex;\n\t\t\t\tjustify-content: center;\n\n\t\t\t\t--icon-size: var(--checkbox-size);\n\n\t\t\t\tlabel.checkbox-radio-switch__label {\n\t\t\t\t\twidth: var(--clickable-area);\n\t\t\t\t\theight: var(--clickable-area);\n\t\t\t\t\tmargin: 0;\n\t\t\t\t\tpadding: calc((var(--clickable-area) - var(--checkbox-size)) / 2);\n\t\t\t\t}\n\n\t\t\t\t.checkbox-radio-switch__icon {\n\t\t\t\t\tmargin: 0 !important;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t.files-list__row {\n\t\t\t&:hover, &:focus, &:active, &--active, &--dragover {\n\t\t\t\t// WCAG AA compliant\n\t\t\t\tbackground-color: var(--color-background-hover);\n\t\t\t\t// text-maxcontrast have been designed to pass WCAG AA over\n\t\t\t\t// a white background, we need to adjust then.\n\t\t\t\t--color-text-maxcontrast: var(--color-main-text);\n\t\t\t\t> * {\n\t\t\t\t\t--color-border: var(--color-border-dark);\n\t\t\t\t}\n\n\t\t\t\t// Hover state of the row should also change the favorite markers background\n\t\t\t\t.favorite-marker-icon svg path {\n\t\t\t\t\tstroke: var(--color-background-hover);\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t&--dragover * {\n\t\t\t\t// Prevent dropping on row children\n\t\t\t\tpointer-events: none;\n\t\t\t}\n\t\t}\n\n\t\t// Entry preview or mime icon\n\t\t.files-list__row-icon {\n\t\t\tposition: relative;\n\t\t\tdisplay: flex;\n\t\t\toverflow: visible;\n\t\t\talign-items: center;\n\t\t\t// No shrinking or growing allowed\n\t\t\tflex: 0 0 var(--icon-preview-size);\n\t\t\tjustify-content: center;\n\t\t\twidth: var(--icon-preview-size);\n\t\t\theight: 100%;\n\t\t\t// Show same padding as the checkbox right padding for visual balance\n\t\t\tmargin-right: var(--checkbox-padding);\n\t\t\tcolor: var(--color-primary-element);\n\n\t\t\t// Icon is also clickable\n\t\t\t* {\n\t\t\t\tcursor: pointer;\n\t\t\t}\n\n\t\t\t& > span {\n\t\t\t\tjustify-content: flex-start;\n\n\t\t\t\t&:not(.files-list__row-icon-favorite) svg {\n\t\t\t\t\twidth: var(--icon-preview-size);\n\t\t\t\t\theight: var(--icon-preview-size);\n\t\t\t\t}\n\n\t\t\t\t// Slightly increase the size of the folder icon\n\t\t\t\t&.folder-icon,\n\t\t\t\t&.folder-open-icon {\n\t\t\t\t\tmargin: -3px;\n\t\t\t\t\tsvg {\n\t\t\t\t\t\twidth: calc(var(--icon-preview-size) + 6px);\n\t\t\t\t\t\theight: calc(var(--icon-preview-size) + 6px);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t&-preview {\n\t\t\t\toverflow: hidden;\n\t\t\t\twidth: var(--icon-preview-size);\n\t\t\t\theight: var(--icon-preview-size);\n\t\t\t\tborder-radius: var(--border-radius);\n\t\t\t\t// Center and contain the preview\n\t\t\t\tobject-fit: contain;\n\t\t\t\tobject-position: center;\n\n\t\t\t\t/* Preview not loaded animation effect */\n\t\t\t\t&:not(.files-list__row-icon-preview--loaded) {\n\t\t\t\t\tbackground: var(--color-loading-dark);\n\t\t\t\t\t// animation: preview-gradient-fade 1.2s ease-in-out infinite;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t&-favorite {\n\t\t\t\tposition: absolute;\n\t\t\t\ttop: 0px;\n\t\t\t\tright: -10px;\n\t\t\t}\n\n\t\t\t// File and folder overlay\n\t\t\t&-overlay {\n\t\t\t\tposition: absolute;\n\t\t\t\tmax-height: calc(var(--icon-preview-size) * 0.5);\n\t\t\t\tmax-width: calc(var(--icon-preview-size) * 0.5);\n\t\t\t\tcolor: var(--color-primary-element-text);\n\t\t\t\t// better alignment with the folder icon\n\t\t\t\tmargin-top: 2px;\n\n\t\t\t\t// Improve icon contrast with a background for files\n\t\t\t\t&--file {\n\t\t\t\t\tcolor: var(--color-main-text);\n\t\t\t\t\tbackground: var(--color-main-background);\n\t\t\t\t\tborder-radius: 100%;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Entry link\n\t\t.files-list__row-name {\n\t\t\t// Prevent link from overflowing\n\t\t\toverflow: hidden;\n\t\t\t// Take as much space as possible\n\t\t\tflex: 1 1 auto;\n\n\t\t\ta {\n\t\t\t\tdisplay: flex;\n\t\t\t\talign-items: center;\n\t\t\t\t// Fill cell height and width\n\t\t\t\twidth: 100%;\n\t\t\t\theight: 100%;\n\t\t\t\t// Necessary for flex grow to work\n\t\t\t\tmin-width: 0;\n\n\t\t\t\t// Already added to the inner text, see rule below\n\t\t\t\t&:focus-visible {\n\t\t\t\t\toutline: none;\n\t\t\t\t}\n\n\t\t\t\t// Keyboard indicator a11y\n\t\t\t\t&:focus .files-list__row-name-text {\n\t\t\t\t\toutline: 2px solid var(--color-main-text) !important;\n\t\t\t\t\tborder-radius: 20px;\n\t\t\t\t}\n\t\t\t\t&:focus:not(:focus-visible) .files-list__row-name-text {\n\t\t\t\t\toutline: none !important;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t.files-list__row-name-text {\n\t\t\t\tcolor: var(--color-main-text);\n\t\t\t\t// Make some space for the outline\n\t\t\t\tpadding: 5px 10px;\n\t\t\t\tmargin-left: -10px;\n\t\t\t\t// Align two name and ext\n\t\t\t\tdisplay: inline-flex;\n\t\t\t}\n\n\t\t\t.files-list__row-name-ext {\n\t\t\t\tcolor: var(--color-text-maxcontrast);\n\t\t\t\t// always show the extension\n\t\t\t\toverflow: visible;\n\t\t\t}\n\t\t}\n\n\t\t// Rename form\n\t\t.files-list__row-rename {\n\t\t\twidth: 100%;\n\t\t\tmax-width: 600px;\n\t\t\tinput {\n\t\t\t\twidth: 100%;\n\t\t\t\t// Align with text, 0 - padding - border\n\t\t\t\tmargin-left: -8px;\n\t\t\t\tpadding: 2px 6px;\n\t\t\t\tborder-width: 2px;\n\n\t\t\t\t&:invalid {\n\t\t\t\t\t// Show red border on invalid input\n\t\t\t\t\tborder-color: var(--color-error);\n\t\t\t\t\tcolor: red;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t.files-list__row-actions {\n\t\t\t// take as much space as necessary\n\t\t\twidth: auto;\n\n\t\t\t// Add margin to all cells after the actions\n\t\t\t& ~ td,\n\t\t\t& ~ th {\n\t\t\t\tmargin: 0 var(--cell-margin);\n\t\t\t}\n\n\t\t\tbutton {\n\t\t\t\t.button-vue__text {\n\t\t\t\t\t// Remove bold from default button styling\n\t\t\t\t\tfont-weight: normal;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t.files-list__row-action--inline {\n\t\t\tmargin-right: 7px;\n\t\t}\n\n\t\t.files-list__row-mtime,\n\t\t.files-list__row-size {\n\t\t\tcolor: var(--color-text-maxcontrast);\n\t\t}\n\t\t.files-list__row-size {\n\t\t\twidth: calc(var(--row-height) * 1.5);\n\t\t\t// Right align content/text\n\t\t\tjustify-content: flex-end;\n\t\t}\n\n\t\t.files-list__row-mtime {\n\t\t\twidth: calc(var(--row-height) * 2);\n\t\t}\n\n\t\t.files-list__row-column-custom {\n\t\t\twidth: calc(var(--row-height) * 2);\n\t\t}\n\t}\n}\n"],sourceRoot:""}]);const o=a},7559:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var s=n(87537),i=n.n(s),r=n(23645),a=n.n(r)()(i());a.push([t.id,"tbody.files-list__tbody.files-list__tbody--grid{--half-clickable-area: calc(var(--clickable-area) / 2);--row-width: 160px;--row-height: calc(var(--row-width) - var(--half-clickable-area));--icon-preview-size: calc(var(--row-width) - var(--clickable-area));--checkbox-padding: 0px;display:grid;grid-template-columns:repeat(auto-fill, var(--row-width));grid-gap:15px;row-gap:15px;align-content:center;align-items:center;justify-content:space-around;justify-items:center}tbody.files-list__tbody.files-list__tbody--grid tr{width:var(--row-width);height:calc(var(--row-height) + var(--clickable-area));border:none;border-radius:var(--border-radius)}tbody.files-list__tbody.files-list__tbody--grid .files-list__row-checkbox{position:absolute;z-index:9;top:0;left:0;overflow:hidden;width:var(--clickable-area);height:var(--clickable-area);border-radius:var(--half-clickable-area)}tbody.files-list__tbody.files-list__tbody--grid .files-list__row-icon-favorite{position:absolute;top:0;right:0;display:flex;align-items:center;justify-content:center;width:var(--clickable-area);height:var(--clickable-area)}tbody.files-list__tbody.files-list__tbody--grid .files-list__row-name{display:grid;justify-content:stretch;width:100%;height:100%;grid-auto-rows:var(--row-height) var(--clickable-area)}tbody.files-list__tbody.files-list__tbody--grid .files-list__row-name span.files-list__row-icon{width:100%;height:100%;padding-top:var(--half-clickable-area)}tbody.files-list__tbody.files-list__tbody--grid .files-list__row-name a.files-list__row-name-link{width:calc(100% - var(--clickable-area));height:var(--clickable-area)}tbody.files-list__tbody.files-list__tbody--grid .files-list__row-name .files-list__row-name-text{margin:0;padding-right:0}tbody.files-list__tbody.files-list__tbody--grid .files-list__row-actions{position:absolute;right:0;bottom:0;width:var(--clickable-area);height:var(--clickable-area)}","",{version:3,sources:["webpack://./apps/files/src/components/FilesListVirtual.vue"],names:[],mappings:"AAEA,gDACC,sDAAA,CACA,kBAAA,CAEA,iEAAA,CACA,mEAAA,CACA,uBAAA,CAEA,YAAA,CACA,yDAAA,CACA,aAAA,CACA,YAAA,CAEA,oBAAA,CACA,kBAAA,CACA,4BAAA,CACA,oBAAA,CAEA,mDACC,sBAAA,CACA,sDAAA,CACA,WAAA,CACA,kCAAA,CAID,0EACC,iBAAA,CACA,SAAA,CACA,KAAA,CACA,MAAA,CACA,eAAA,CACA,2BAAA,CACA,4BAAA,CACA,wCAAA,CAID,+EACC,iBAAA,CACA,KAAA,CACA,OAAA,CACA,YAAA,CACA,kBAAA,CACA,sBAAA,CACA,2BAAA,CACA,4BAAA,CAGD,sEACC,YAAA,CACA,uBAAA,CACA,UAAA,CACA,WAAA,CACA,sDAAA,CAEA,gGACC,UAAA,CACA,WAAA,CAGA,sCAAA,CAGD,kGAEC,wCAAA,CACA,4BAAA,CAGD,iGACC,QAAA,CACA,eAAA,CAIF,yEACC,iBAAA,CACA,OAAA,CACA,QAAA,CACA,2BAAA,CACA,4BAAA",sourcesContent:["\n// Grid mode\ntbody.files-list__tbody.files-list__tbody--grid {\n\t--half-clickable-area: calc(var(--clickable-area) / 2);\n\t--row-width: 160px;\n\t// We use half of the clickable area as visual balance margin\n\t--row-height: calc(var(--row-width) - var(--half-clickable-area));\n\t--icon-preview-size: calc(var(--row-width) - var(--clickable-area));\n\t--checkbox-padding: 0px;\n\n\tdisplay: grid;\n\tgrid-template-columns: repeat(auto-fill, var(--row-width));\n\tgrid-gap: 15px;\n\trow-gap: 15px;\n\n\talign-content: center;\n\talign-items: center;\n\tjustify-content: space-around;\n\tjustify-items: center;\n\n\ttr {\n\t\twidth: var(--row-width);\n\t\theight: calc(var(--row-height) + var(--clickable-area));\n\t\tborder: none;\n\t\tborder-radius: var(--border-radius);\n\t}\n\n\t// Checkbox in the top left\n\t.files-list__row-checkbox {\n\t\tposition: absolute;\n\t\tz-index: 9;\n\t\ttop: 0;\n\t\tleft: 0;\n\t\toverflow: hidden;\n\t\twidth: var(--clickable-area);\n\t\theight: var(--clickable-area);\n\t\tborder-radius: var(--half-clickable-area);\n\t}\n\n\t// Star icon in the top right\n\t.files-list__row-icon-favorite {\n\t\tposition: absolute;\n\t\ttop: 0;\n\t\tright: 0;\n\t\tdisplay: flex;\n\t\talign-items: center;\n\t\tjustify-content: center;\n\t\twidth: var(--clickable-area);\n\t\theight: var(--clickable-area);\n\t}\n\n\t.files-list__row-name {\n\t\tdisplay: grid;\n\t\tjustify-content: stretch;\n\t\twidth: 100%;\n\t\theight: 100%;\n\t\tgrid-auto-rows: var(--row-height) var(--clickable-area);\n\n\t\tspan.files-list__row-icon {\n\t\t\twidth: 100%;\n\t\t\theight: 100%;\n\t\t\t// Visual balance, we use half of the clickable area\n\t\t\t// as a margin around the preview\n\t\t\tpadding-top: var(--half-clickable-area);\n\t\t}\n\n\t\ta.files-list__row-name-link {\n\t\t\t// Minus action menu\n\t\t\twidth: calc(100% - var(--clickable-area));\n\t\t\theight: var(--clickable-area);\n\t\t}\n\n\t\t.files-list__row-name-text {\n\t\t\tmargin: 0;\n\t\t\tpadding-right: 0;\n\t\t}\n\t}\n\n\t.files-list__row-actions {\n\t\tposition: absolute;\n\t\tright: 0;\n\t\tbottom: 0;\n\t\twidth: var(--clickable-area);\n\t\theight: var(--clickable-area);\n\t}\n}\n"],sourceRoot:""}]);const o=a},83079:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var s=n(87537),i=n.n(s),r=n(23645),a=n.n(r)()(i());a.push([t.id,".app-navigation-entry__settings-quota--not-unlimited[data-v-34665d46] .app-navigation-entry__name{margin-top:-6px}.app-navigation-entry__settings-quota progress[data-v-34665d46]{position:absolute;bottom:12px;margin-left:44px;width:calc(100% - 44px - 22px)}","",{version:3,sources:["webpack://./apps/files/src/components/NavigationQuota.vue"],names:[],mappings:"AAIC,kGACC,eAAA,CAGD,gEACC,iBAAA,CACA,WAAA,CACA,gBAAA,CACA,8BAAA",sourcesContent:["\n// User storage stats display\n.app-navigation-entry__settings-quota {\n\t// Align title with progress and icon\n\t&--not-unlimited::v-deep .app-navigation-entry__name {\n\t\tmargin-top: -6px;\n\t}\n\n\tprogress {\n\t\tposition: absolute;\n\t\tbottom: 12px;\n\t\tmargin-left: 44px;\n\t\twidth: calc(100% - 44px - 22px);\n\t}\n}\n"],sourceRoot:""}]);const o=a},51641:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var s=n(87537),i=n.n(s),r=n(23645),a=n.n(r)()(i());a.push([t.id,".app-content[data-v-6a4c09d6]{display:flex;overflow:hidden;flex-direction:column;max-height:100%;position:relative}.files-list__header[data-v-6a4c09d6]{display:flex;align-items:center;flex:0 0;margin:4px 4px 4px 50px;max-width:100%}.files-list__header>*[data-v-6a4c09d6]{flex:0 0}.files-list__header-share-button[data-v-6a4c09d6]{opacity:.3}.files-list__header-share-button--shared[data-v-6a4c09d6]{opacity:1}.files-list__refresh-icon[data-v-6a4c09d6]{flex:0 0 44px;width:44px;height:44px}.files-list__loading-icon[data-v-6a4c09d6]{margin:auto}","",{version:3,sources:["webpack://./apps/files/src/views/FilesList.vue"],names:[],mappings:"AACA,8BAEC,YAAA,CACA,eAAA,CACA,qBAAA,CACA,eAAA,CACA,iBAAA,CAOA,qCACC,YAAA,CACA,kBAAA,CAEA,QAAA,CAEA,uBAAA,CACA,cAAA,CACA,uCAGC,QAAA,CAGD,kDACC,UAAA,CACA,0DACC,SAAA,CAKH,2CACC,aAAA,CACA,UAAA,CACA,WAAA,CAGD,2CACC,WAAA",sourcesContent:["\n.app-content {\n\t// Virtual list needs to be full height and is scrollable\n\tdisplay: flex;\n\toverflow: hidden;\n\tflex-direction: column;\n\tmax-height: 100%;\n\tposition: relative;\n}\n\n$margin: 4px;\n$navigationToggleSize: 50px;\n\n.files-list {\n\t&__header {\n\t\tdisplay: flex;\n\t\talign-items: center;\n\t\t// Do not grow or shrink (vertically)\n\t\tflex: 0 0;\n\t\t// Align with the navigation toggle icon\n\t\tmargin: $margin $margin $margin $navigationToggleSize;\n\t\tmax-width: 100%;\n\t\t> * {\n\t\t\t// Do not grow or shrink (horizontally)\n\t\t\t// Only the breadcrumbs shrinks\n\t\t\tflex: 0 0;\n\t\t}\n\n\t\t&-share-button {\n\t\t\topacity: .3;\n\t\t\t&--shared {\n\t\t\t\topacity: 1;\n\t\t\t}\n\t\t}\n\t}\n\n\t&__refresh-icon {\n\t\tflex: 0 0 44px;\n\t\twidth: 44px;\n\t\theight: 44px;\n\t}\n\n\t&__loading-icon {\n\t\tmargin: auto;\n\t}\n}\n\n"],sourceRoot:""}]);const o=a},76336:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var s=n(87537),i=n.n(s),r=n(23645),a=n.n(r)()(i());a.push([t.id,".app-navigation[data-v-761b6079] .app-navigation-entry-icon{background-repeat:no-repeat;background-position:center}.app-navigation[data-v-761b6079] .app-navigation-entry.active .button-vue.icon-collapse:not(:hover){color:var(--color-primary-element-text)}.app-navigation>ul.app-navigation__list[data-v-761b6079]{padding-bottom:var(--default-grid-baseline, 4px)}.app-navigation-entry__settings[data-v-761b6079]{height:auto !important;overflow:hidden !important;padding-top:0 !important;flex:0 0 auto}","",{version:3,sources:["webpack://./apps/files/src/views/Navigation.vue"],names:[],mappings:"AAEA,4DACC,2BAAA,CACA,0BAAA,CAGD,oGACC,uCAAA,CAGD,yDAEC,gDAAA,CAGD,iDACC,sBAAA,CACA,0BAAA,CACA,wBAAA,CAEA,aAAA",sourcesContent:["\n// TODO: remove when https://github.com/nextcloud/nextcloud-vue/pull/3539 is in\n.app-navigation::v-deep .app-navigation-entry-icon {\n\tbackground-repeat: no-repeat;\n\tbackground-position: center;\n}\n\n.app-navigation::v-deep .app-navigation-entry.active .button-vue.icon-collapse:not(:hover) {\n\tcolor: var(--color-primary-element-text);\n}\n\n.app-navigation > ul.app-navigation__list {\n\t// Use flex gap value for more elegant spacing\n\tpadding-bottom: var(--default-grid-baseline, 4px);\n}\n\n.app-navigation-entry__settings {\n\theight: auto !important;\n\toverflow: hidden !important;\n\tpadding-top: 0 !important;\n\t// Prevent shrinking or growing\n\tflex: 0 0 auto;\n}\n"],sourceRoot:""}]);const o=a},85389:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var s=n(87537),i=n.n(s),r=n(23645),a=n.n(r)()(i());a.push([t.id,".setting-link[data-v-7b7a3aa6]:hover{text-decoration:underline}","",{version:3,sources:["webpack://./apps/files/src/views/Settings.vue"],names:[],mappings:"AACA,qCACC,yBAAA",sourcesContent:["\n.setting-link:hover {\n\ttext-decoration: underline;\n}\n"],sourceRoot:""}]);const o=a},46700:(t,e,n)=>{var s={"./af":42786,"./af.js":42786,"./ar":30867,"./ar-dz":14130,"./ar-dz.js":14130,"./ar-kw":96135,"./ar-kw.js":96135,"./ar-ly":56440,"./ar-ly.js":56440,"./ar-ma":47702,"./ar-ma.js":47702,"./ar-sa":16040,"./ar-sa.js":16040,"./ar-tn":37100,"./ar-tn.js":37100,"./ar.js":30867,"./az":31083,"./az.js":31083,"./be":9808,"./be.js":9808,"./bg":68338,"./bg.js":68338,"./bm":67438,"./bm.js":67438,"./bn":8905,"./bn-bd":76225,"./bn-bd.js":76225,"./bn.js":8905,"./bo":11560,"./bo.js":11560,"./br":1278,"./br.js":1278,"./bs":80622,"./bs.js":80622,"./ca":2468,"./ca.js":2468,"./cs":5822,"./cs.js":5822,"./cv":50877,"./cv.js":50877,"./cy":47373,"./cy.js":47373,"./da":24780,"./da.js":24780,"./de":59740,"./de-at":60217,"./de-at.js":60217,"./de-ch":60894,"./de-ch.js":60894,"./de.js":59740,"./dv":5300,"./dv.js":5300,"./el":50837,"./el.js":50837,"./en-au":78348,"./en-au.js":78348,"./en-ca":77925,"./en-ca.js":77925,"./en-gb":22243,"./en-gb.js":22243,"./en-ie":46436,"./en-ie.js":46436,"./en-il":47207,"./en-il.js":47207,"./en-in":44175,"./en-in.js":44175,"./en-nz":76319,"./en-nz.js":76319,"./en-sg":31662,"./en-sg.js":31662,"./eo":92915,"./eo.js":92915,"./es":55655,"./es-do":55251,"./es-do.js":55251,"./es-mx":96112,"./es-mx.js":96112,"./es-us":71146,"./es-us.js":71146,"./es.js":55655,"./et":5603,"./et.js":5603,"./eu":77763,"./eu.js":77763,"./fa":76959,"./fa.js":76959,"./fi":11897,"./fi.js":11897,"./fil":42549,"./fil.js":42549,"./fo":94694,"./fo.js":94694,"./fr":94470,"./fr-ca":63049,"./fr-ca.js":63049,"./fr-ch":52330,"./fr-ch.js":52330,"./fr.js":94470,"./fy":5044,"./fy.js":5044,"./ga":29295,"./ga.js":29295,"./gd":2101,"./gd.js":2101,"./gl":38794,"./gl.js":38794,"./gom-deva":27884,"./gom-deva.js":27884,"./gom-latn":23168,"./gom-latn.js":23168,"./gu":95349,"./gu.js":95349,"./he":24206,"./he.js":24206,"./hi":30094,"./hi.js":30094,"./hr":30316,"./hr.js":30316,"./hu":22138,"./hu.js":22138,"./hy-am":11423,"./hy-am.js":11423,"./id":29218,"./id.js":29218,"./is":90135,"./is.js":90135,"./it":90626,"./it-ch":10150,"./it-ch.js":10150,"./it.js":90626,"./ja":39183,"./ja.js":39183,"./jv":24286,"./jv.js":24286,"./ka":12105,"./ka.js":12105,"./kk":47772,"./kk.js":47772,"./km":18758,"./km.js":18758,"./kn":79282,"./kn.js":79282,"./ko":33730,"./ko.js":33730,"./ku":1408,"./ku.js":1408,"./ky":33291,"./ky.js":33291,"./lb":36841,"./lb.js":36841,"./lo":55466,"./lo.js":55466,"./lt":57010,"./lt.js":57010,"./lv":37595,"./lv.js":37595,"./me":39861,"./me.js":39861,"./mi":35493,"./mi.js":35493,"./mk":95966,"./mk.js":95966,"./ml":87341,"./ml.js":87341,"./mn":5115,"./mn.js":5115,"./mr":10370,"./mr.js":10370,"./ms":9847,"./ms-my":41237,"./ms-my.js":41237,"./ms.js":9847,"./mt":72126,"./mt.js":72126,"./my":56165,"./my.js":56165,"./nb":64924,"./nb.js":64924,"./ne":16744,"./ne.js":16744,"./nl":93901,"./nl-be":59814,"./nl-be.js":59814,"./nl.js":93901,"./nn":83877,"./nn.js":83877,"./oc-lnc":92135,"./oc-lnc.js":92135,"./pa-in":15858,"./pa-in.js":15858,"./pl":64495,"./pl.js":64495,"./pt":89520,"./pt-br":57971,"./pt-br.js":57971,"./pt.js":89520,"./ro":96459,"./ro.js":96459,"./ru":21793,"./ru.js":21793,"./sd":40950,"./sd.js":40950,"./se":10490,"./se.js":10490,"./si":90124,"./si.js":90124,"./sk":64249,"./sk.js":64249,"./sl":14985,"./sl.js":14985,"./sq":51104,"./sq.js":51104,"./sr":49131,"./sr-cyrl":79915,"./sr-cyrl.js":79915,"./sr.js":49131,"./ss":85893,"./ss.js":85893,"./sv":98760,"./sv.js":98760,"./sw":91172,"./sw.js":91172,"./ta":27333,"./ta.js":27333,"./te":23110,"./te.js":23110,"./tet":52095,"./tet.js":52095,"./tg":27321,"./tg.js":27321,"./th":9041,"./th.js":9041,"./tk":19005,"./tk.js":19005,"./tl-ph":75768,"./tl-ph.js":75768,"./tlh":89444,"./tlh.js":89444,"./tr":72397,"./tr.js":72397,"./tzl":28254,"./tzl.js":28254,"./tzm":51106,"./tzm-latn":30699,"./tzm-latn.js":30699,"./tzm.js":51106,"./ug-cn":9288,"./ug-cn.js":9288,"./uk":67691,"./uk.js":67691,"./ur":13795,"./ur.js":13795,"./uz":6791,"./uz-latn":60588,"./uz-latn.js":60588,"./uz.js":6791,"./vi":65666,"./vi.js":65666,"./x-pseudo":14378,"./x-pseudo.js":14378,"./yo":75805,"./yo.js":75805,"./zh-cn":83839,"./zh-cn.js":83839,"./zh-hk":55726,"./zh-hk.js":55726,"./zh-mo":99807,"./zh-mo.js":99807,"./zh-tw":74152,"./zh-tw.js":74152};function i(t){var e=r(t);return n(e)}function r(t){if(!n.o(s,t)){var e=new Error("Cannot find module '"+t+"'");throw e.code="MODULE_NOT_FOUND",e}return s[t]}i.keys=function(){return Object.keys(s)},i.resolve=r,t.exports=i,i.id=46700},36099:(t,e,n)=>{var s=n(48764).Buffer;!function(t){t.parser=function(t,e){return new r(t,e)},t.SAXParser=r,t.SAXStream=o,t.createStream=function(t,e){return new o(t,e)},t.MAX_BUFFER_LENGTH=65536;var e,i=["comment","sgmlDecl","textNode","tagName","doctype","procInstName","procInstBody","entity","attribName","attribValue","cdata","script"];function r(e,n){if(!(this instanceof r))return new r(e,n);var s=this;!function(t){for(var e=0,n=i.length;e"===r?(S(n,"onsgmldeclaration",n.sgmlDecl),n.sgmlDecl="",n.state=T.TEXT):w(r)?(n.state=T.SGML_DECL_QUOTED,n.sgmlDecl+=r):n.sgmlDecl+=r;continue;case T.SGML_DECL_QUOTED:r===n.q&&(n.state=T.SGML_DECL,n.q=""),n.sgmlDecl+=r;continue;case T.DOCTYPE:">"===r?(n.state=T.TEXT,S(n,"ondoctype",n.doctype),n.doctype=!0):(n.doctype+=r,"["===r?n.state=T.DOCTYPE_DTD:w(r)&&(n.state=T.DOCTYPE_QUOTED,n.q=r));continue;case T.DOCTYPE_QUOTED:n.doctype+=r,r===n.q&&(n.q="",n.state=T.DOCTYPE);continue;case T.DOCTYPE_DTD:n.doctype+=r,"]"===r?n.state=T.DOCTYPE:w(r)&&(n.state=T.DOCTYPE_DTD_QUOTED,n.q=r);continue;case T.DOCTYPE_DTD_QUOTED:n.doctype+=r,r===n.q&&(n.state=T.DOCTYPE_DTD,n.q="");continue;case T.COMMENT:"-"===r?n.state=T.COMMENT_ENDING:n.comment+=r;continue;case T.COMMENT_ENDING:"-"===r?(n.state=T.COMMENT_ENDED,n.comment=N(n.opt,n.comment),n.comment&&S(n,"oncomment",n.comment),n.comment=""):(n.comment+="-"+r,n.state=T.COMMENT);continue;case T.COMMENT_ENDED:">"!==r?(P(n,"Malformed comment"),n.comment+="--"+r,n.state=T.COMMENT):n.state=T.TEXT;continue;case T.CDATA:"]"===r?n.state=T.CDATA_ENDING:n.cdata+=r;continue;case T.CDATA_ENDING:"]"===r?n.state=T.CDATA_ENDING_2:(n.cdata+="]"+r,n.state=T.CDATA);continue;case T.CDATA_ENDING_2:">"===r?(n.cdata&&S(n,"oncdata",n.cdata),S(n,"onclosecdata"),n.cdata="",n.state=T.TEXT):"]"===r?n.cdata+="]":(n.cdata+="]]"+r,n.state=T.CDATA);continue;case T.PROC_INST:"?"===r?n.state=T.PROC_INST_ENDING:A(r)?n.state=T.PROC_INST_BODY:n.procInstName+=r;continue;case T.PROC_INST_BODY:if(!n.procInstBody&&A(r))continue;"?"===r?n.state=T.PROC_INST_ENDING:n.procInstBody+=r;continue;case T.PROC_INST_ENDING:">"===r?(S(n,"onprocessinginstruction",{name:n.procInstName,body:n.procInstBody}),n.procInstName=n.procInstBody="",n.state=T.TEXT):(n.procInstBody+="?"+r,n.state=T.PROC_INST_BODY);continue;case T.OPEN_TAG:v(f,r)?n.tagName+=r:(O(n),">"===r?j(n):"/"===r?n.state=T.OPEN_TAG_SLASH:(A(r)||P(n,"Invalid character in tag name"),n.state=T.ATTRIB));continue;case T.OPEN_TAG_SLASH:">"===r?(j(n,!0),U(n)):(P(n,"Forward-slash in opening tag not followed by >"),n.state=T.ATTRIB);continue;case T.ATTRIB:if(A(r))continue;">"===r?j(n):"/"===r?n.state=T.OPEN_TAG_SLASH:v(p,r)?(n.attribName=r,n.attribValue="",n.state=T.ATTRIB_NAME):P(n,"Invalid attribute name");continue;case T.ATTRIB_NAME:"="===r?n.state=T.ATTRIB_VALUE:">"===r?(P(n,"Attribute without value"),n.attribValue=n.attribName,D(n),j(n)):A(r)?n.state=T.ATTRIB_NAME_SAW_WHITE:v(f,r)?n.attribName+=r:P(n,"Invalid attribute name");continue;case T.ATTRIB_NAME_SAW_WHITE:if("="===r)n.state=T.ATTRIB_VALUE;else{if(A(r))continue;P(n,"Attribute without value"),n.tag.attributes[n.attribName]="",n.attribValue="",S(n,"onattribute",{name:n.attribName,value:""}),n.attribName="",">"===r?j(n):v(p,r)?(n.attribName=r,n.state=T.ATTRIB_NAME):(P(n,"Invalid attribute name"),n.state=T.ATTRIB)}continue;case T.ATTRIB_VALUE:if(A(r))continue;w(r)?(n.q=r,n.state=T.ATTRIB_VALUE_QUOTED):(P(n,"Unquoted attribute value"),n.state=T.ATTRIB_VALUE_UNQUOTED,n.attribValue=r);continue;case T.ATTRIB_VALUE_QUOTED:if(r!==n.q){"&"===r?n.state=T.ATTRIB_VALUE_ENTITY_Q:n.attribValue+=r;continue}D(n),n.q="",n.state=T.ATTRIB_VALUE_CLOSED;continue;case T.ATTRIB_VALUE_CLOSED:A(r)?n.state=T.ATTRIB:">"===r?j(n):"/"===r?n.state=T.OPEN_TAG_SLASH:v(p,r)?(P(n,"No whitespace between attributes"),n.attribName=r,n.attribValue="",n.state=T.ATTRIB_NAME):P(n,"Invalid attribute name");continue;case T.ATTRIB_VALUE_UNQUOTED:if(!y(r)){"&"===r?n.state=T.ATTRIB_VALUE_ENTITY_U:n.attribValue+=r;continue}D(n),">"===r?j(n):n.state=T.ATTRIB;continue;case T.CLOSE_TAG:if(n.tagName)">"===r?U(n):v(f,r)?n.tagName+=r:n.script?(n.script+=""===r?U(n):P(n,"Invalid characters in closing tag");continue;case T.TEXT_ENTITY:case T.ATTRIB_VALUE_ENTITY_Q:case T.ATTRIB_VALUE_ENTITY_U:var u,d;switch(n.state){case T.TEXT_ENTITY:u=T.TEXT,d="textNode";break;case T.ATTRIB_VALUE_ENTITY_Q:u=T.ATTRIB_VALUE_QUOTED,d="attribValue";break;case T.ATTRIB_VALUE_ENTITY_U:u=T.ATTRIB_VALUE_UNQUOTED,d="attribValue"}if(";"===r)if(n.opt.unparsedEntities){var m=R(n);n.entity="",n.state=u,n.write(m)}else n[d]+=R(n),n.entity="",n.state=u;else v(n.entity.length?h:g,r)?n.entity+=r:(P(n,"Invalid character in entity name"),n[d]+="&"+n.entity+r,n.entity="",n.state=u);continue;default:throw new Error(n,"Unknown state: "+n.state)}return n.position>=n.bufferCheckPosition&&function(e){for(var n=Math.max(t.MAX_BUFFER_LENGTH,10),s=0,r=0,a=i.length;rn)switch(i[r]){case"textNode":L(e);break;case"cdata":S(e,"oncdata",e.cdata),e.cdata="";break;case"script":S(e,"onscript",e.script),e.script="";break;default:I(e,"Max buffer length exceeded: "+i[r])}s=Math.max(s,o)}var l=t.MAX_BUFFER_LENGTH-s;e.bufferCheckPosition=l+e.position}(n),n},resume:function(){return this.error=null,this},close:function(){return this.write(null)},flush:function(){var t;L(t=this),""!==t.cdata&&(S(t,"oncdata",t.cdata),t.cdata=""),""!==t.script&&(S(t,"onscript",t.script),t.script="")}};try{e=n(42830).Stream}catch(t){e=function(){}}e||(e=function(){});var a=t.EVENTS.filter((function(t){return"error"!==t&&"end"!==t}));function o(t,n){if(!(this instanceof o))return new o(t,n);e.apply(this),this._parser=new r(t,n),this.writable=!0,this.readable=!0;var s=this;this._parser.onend=function(){s.emit("end")},this._parser.onerror=function(t){s.emit("error",t),s._parser.error=null},this._decoder=null,a.forEach((function(t){Object.defineProperty(s,"on"+t,{get:function(){return s._parser["on"+t]},set:function(e){if(!e)return s.removeAllListeners(t),s._parser["on"+t]=e,e;s.on(t,e)},enumerable:!0,configurable:!1})}))}o.prototype=Object.create(e.prototype,{constructor:{value:o}}),o.prototype.write=function(t){if("function"==typeof s&&"function"==typeof s.isBuffer&&s.isBuffer(t)){if(!this._decoder){var e=n(32553).s;this._decoder=new e("utf8")}t=this._decoder.write(t)}return this._parser.write(t.toString()),this.emit("data",t),!0},o.prototype.end=function(t){return t&&t.length&&this.write(t),this._parser.end(),!0},o.prototype.on=function(t,n){var s=this;return s._parser["on"+t]||-1===a.indexOf(t)||(s._parser["on"+t]=function(){var e=1===arguments.length?[arguments[0]]:Array.apply(null,arguments);e.splice(0,0,t),s.emit.apply(s,e)}),e.prototype.on.call(s,t,n)};var l="[CDATA[",c="DOCTYPE",u="http://www.w3.org/XML/1998/namespace",d="http://www.w3.org/2000/xmlns/",m={xml:u,xmlns:d},p=/[:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]/,f=/[:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\u00B7\u0300-\u036F\u203F-\u2040.\d-]/,g=/[#:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]/,h=/[#:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\u00B7\u0300-\u036F\u203F-\u2040.\d-]/;function A(t){return" "===t||"\n"===t||"\r"===t||"\t"===t}function w(t){return'"'===t||"'"===t}function y(t){return">"===t||A(t)}function v(t,e){return t.test(e)}function b(t,e){return!v(t,e)}var C,x,_,T=0;for(var k in t.STATE={BEGIN:T++,BEGIN_WHITESPACE:T++,TEXT:T++,TEXT_ENTITY:T++,OPEN_WAKA:T++,SGML_DECL:T++,SGML_DECL_QUOTED:T++,DOCTYPE:T++,DOCTYPE_QUOTED:T++,DOCTYPE_DTD:T++,DOCTYPE_DTD_QUOTED:T++,COMMENT_STARTING:T++,COMMENT:T++,COMMENT_ENDING:T++,COMMENT_ENDED:T++,CDATA:T++,CDATA_ENDING:T++,CDATA_ENDING_2:T++,PROC_INST:T++,PROC_INST_BODY:T++,PROC_INST_ENDING:T++,OPEN_TAG:T++,OPEN_TAG_SLASH:T++,ATTRIB:T++,ATTRIB_NAME:T++,ATTRIB_NAME_SAW_WHITE:T++,ATTRIB_VALUE:T++,ATTRIB_VALUE_QUOTED:T++,ATTRIB_VALUE_CLOSED:T++,ATTRIB_VALUE_UNQUOTED:T++,ATTRIB_VALUE_ENTITY_Q:T++,ATTRIB_VALUE_ENTITY_U:T++,CLOSE_TAG:T++,CLOSE_TAG_SAW_WHITE:T++,SCRIPT:T++,SCRIPT_ENDING:T++},t.XML_ENTITIES={amp:"&",gt:">",lt:"<",quot:'"',apos:"'"},t.ENTITIES={amp:"&",gt:">",lt:"<",quot:'"',apos:"'",AElig:198,Aacute:193,Acirc:194,Agrave:192,Aring:197,Atilde:195,Auml:196,Ccedil:199,ETH:208,Eacute:201,Ecirc:202,Egrave:200,Euml:203,Iacute:205,Icirc:206,Igrave:204,Iuml:207,Ntilde:209,Oacute:211,Ocirc:212,Ograve:210,Oslash:216,Otilde:213,Ouml:214,THORN:222,Uacute:218,Ucirc:219,Ugrave:217,Uuml:220,Yacute:221,aacute:225,acirc:226,aelig:230,agrave:224,aring:229,atilde:227,auml:228,ccedil:231,eacute:233,ecirc:234,egrave:232,eth:240,euml:235,iacute:237,icirc:238,igrave:236,iuml:239,ntilde:241,oacute:243,ocirc:244,ograve:242,oslash:248,otilde:245,ouml:246,szlig:223,thorn:254,uacute:250,ucirc:251,ugrave:249,uuml:252,yacute:253,yuml:255,copy:169,reg:174,nbsp:160,iexcl:161,cent:162,pound:163,curren:164,yen:165,brvbar:166,sect:167,uml:168,ordf:170,laquo:171,not:172,shy:173,macr:175,deg:176,plusmn:177,sup1:185,sup2:178,sup3:179,acute:180,micro:181,para:182,middot:183,cedil:184,ordm:186,raquo:187,frac14:188,frac12:189,frac34:190,iquest:191,times:215,divide:247,OElig:338,oelig:339,Scaron:352,scaron:353,Yuml:376,fnof:402,circ:710,tilde:732,Alpha:913,Beta:914,Gamma:915,Delta:916,Epsilon:917,Zeta:918,Eta:919,Theta:920,Iota:921,Kappa:922,Lambda:923,Mu:924,Nu:925,Xi:926,Omicron:927,Pi:928,Rho:929,Sigma:931,Tau:932,Upsilon:933,Phi:934,Chi:935,Psi:936,Omega:937,alpha:945,beta:946,gamma:947,delta:948,epsilon:949,zeta:950,eta:951,theta:952,iota:953,kappa:954,lambda:955,mu:956,nu:957,xi:958,omicron:959,pi:960,rho:961,sigmaf:962,sigma:963,tau:964,upsilon:965,phi:966,chi:967,psi:968,omega:969,thetasym:977,upsih:978,piv:982,ensp:8194,emsp:8195,thinsp:8201,zwnj:8204,zwj:8205,lrm:8206,rlm:8207,ndash:8211,mdash:8212,lsquo:8216,rsquo:8217,sbquo:8218,ldquo:8220,rdquo:8221,bdquo:8222,dagger:8224,Dagger:8225,bull:8226,hellip:8230,permil:8240,prime:8242,Prime:8243,lsaquo:8249,rsaquo:8250,oline:8254,frasl:8260,euro:8364,image:8465,weierp:8472,real:8476,trade:8482,alefsym:8501,larr:8592,uarr:8593,rarr:8594,darr:8595,harr:8596,crarr:8629,lArr:8656,uArr:8657,rArr:8658,dArr:8659,hArr:8660,forall:8704,part:8706,exist:8707,empty:8709,nabla:8711,isin:8712,notin:8713,ni:8715,prod:8719,sum:8721,minus:8722,lowast:8727,radic:8730,prop:8733,infin:8734,ang:8736,and:8743,or:8744,cap:8745,cup:8746,int:8747,there4:8756,sim:8764,cong:8773,asymp:8776,ne:8800,equiv:8801,le:8804,ge:8805,sub:8834,sup:8835,nsub:8836,sube:8838,supe:8839,oplus:8853,otimes:8855,perp:8869,sdot:8901,lceil:8968,rceil:8969,lfloor:8970,rfloor:8971,lang:9001,rang:9002,loz:9674,spades:9824,clubs:9827,hearts:9829,diams:9830},Object.keys(t.ENTITIES).forEach((function(e){var n=t.ENTITIES[e],s="number"==typeof n?String.fromCharCode(n):n;t.ENTITIES[e]=s})),t.STATE)t.STATE[t.STATE[k]]=k;function E(t,e,n){t[e]&&t[e](n)}function S(t,e,n){t.textNode&&L(t),E(t,e,n)}function L(t){t.textNode=N(t.opt,t.textNode),t.textNode&&E(t,"ontext",t.textNode),t.textNode=""}function N(t,e){return t.trim&&(e=e.trim()),t.normalize&&(e=e.replace(/\s+/g," ")),e}function I(t,e){return L(t),t.trackPosition&&(e+="\nLine: "+t.line+"\nColumn: "+t.column+"\nChar: "+t.c),e=new Error(e),t.error=e,E(t,"onerror",e),t}function F(t){return t.sawRoot&&!t.closedRoot&&P(t,"Unclosed root tag"),t.state!==T.BEGIN&&t.state!==T.BEGIN_WHITESPACE&&t.state!==T.TEXT&&I(t,"Unexpected end"),L(t),t.c="",t.closed=!0,E(t,"onend"),r.call(t,t.strict,t.opt),t}function P(t,e){if("object"!=typeof t||!(t instanceof r))throw new Error("bad call to strictFail");t.strict&&I(t,e)}function O(t){t.strict||(t.tagName=t.tagName[t.looseCase]());var e=t.tags[t.tags.length-1]||t,n=t.tag={name:t.tagName,attributes:{}};t.opt.xmlns&&(n.ns=e.ns),t.attribList.length=0,S(t,"onopentagstart",n)}function B(t,e){var n=t.indexOf(":")<0?["",t]:t.split(":"),s=n[0],i=n[1];return e&&"xmlns"===t&&(s="xmlns",i=""),{prefix:s,local:i}}function D(t){if(t.strict||(t.attribName=t.attribName[t.looseCase]()),-1!==t.attribList.indexOf(t.attribName)||t.tag.attributes.hasOwnProperty(t.attribName))t.attribName=t.attribValue="";else{if(t.opt.xmlns){var e=B(t.attribName,!0),n=e.prefix,s=e.local;if("xmlns"===n)if("xml"===s&&t.attribValue!==u)P(t,"xml: prefix must be bound to "+u+"\nActual: "+t.attribValue);else if("xmlns"===s&&t.attribValue!==d)P(t,"xmlns: prefix must be bound to "+d+"\nActual: "+t.attribValue);else{var i=t.tag,r=t.tags[t.tags.length-1]||t;i.ns===r.ns&&(i.ns=Object.create(r.ns)),i.ns[s]=t.attribValue}t.attribList.push([t.attribName,t.attribValue])}else t.tag.attributes[t.attribName]=t.attribValue,S(t,"onattribute",{name:t.attribName,value:t.attribValue});t.attribName=t.attribValue=""}}function j(t,e){if(t.opt.xmlns){var n=t.tag,s=B(t.tagName);n.prefix=s.prefix,n.local=s.local,n.uri=n.ns[s.prefix]||"",n.prefix&&!n.uri&&(P(t,"Unbound namespace prefix: "+JSON.stringify(t.tagName)),n.uri=s.prefix);var i=t.tags[t.tags.length-1]||t;n.ns&&i.ns!==n.ns&&Object.keys(n.ns).forEach((function(e){S(t,"onopennamespace",{prefix:e,uri:n.ns[e]})}));for(var r=0,a=t.attribList.length;r",t.tagName="",void(t.state=T.SCRIPT);S(t,"onscript",t.script),t.script=""}var e=t.tags.length,n=t.tagName;t.strict||(n=n[t.looseCase]());for(var s=n;e--&&t.tags[e].name!==s;)P(t,"Unexpected close tag");if(e<0)return P(t,"Unmatched closing tag: "+t.tagName),t.textNode+="",void(t.state=T.TEXT);t.tagName=n;for(var i=t.tags.length;i-- >e;){var r=t.tag=t.tags.pop();t.tagName=t.tag.name,S(t,"onclosetag",t.tagName);var a={};for(var o in r.ns)a[o]=r.ns[o];var l=t.tags[t.tags.length-1]||t;t.opt.xmlns&&r.ns!==l.ns&&Object.keys(r.ns).forEach((function(e){var n=r.ns[e];S(t,"onclosenamespace",{prefix:e,uri:n})}))}0===e&&(t.closedRoot=!0),t.tagName=t.attribValue=t.attribName="",t.attribList.length=0,t.state=T.TEXT}function R(t){var e,n=t.entity,s=n.toLowerCase(),i="";return t.ENTITIES[n]?t.ENTITIES[n]:t.ENTITIES[s]?t.ENTITIES[s]:("#"===(n=s).charAt(0)&&("x"===n.charAt(1)?(n=n.slice(2),i=(e=parseInt(n,16)).toString(16)):(n=n.slice(1),i=(e=parseInt(n,10)).toString(10))),n=n.replace(/^0+/,""),isNaN(e)||i.toLowerCase()!==n?(P(t,"Invalid character entity"),"&"+t.entity+";"):String.fromCodePoint(e))}function M(t,e){"<"===e?(t.state=T.OPEN_WAKA,t.startTagPosition=t.position):A(e)||(P(t,"Non-whitespace before first tag."),t.textNode=e,t.state=T.TEXT)}function z(t,e){var n="";return e1114111||x(a)!==a)throw RangeError("Invalid code point: "+a);a<=65535?n.push(a):(t=55296+((a-=65536)>>10),e=a%1024+56320,n.push(t,e)),(s+1===i||n.length>16384)&&(r+=C.apply(null,n),n.length=0)}return r},Object.defineProperty?Object.defineProperty(String,"fromCodePoint",{value:_,configurable:!0,writable:!0}):String.fromCodePoint=_)}(e)},24889:function(t,e,n){var s=n(34155);!function(t,e){"use strict";if(!t.setImmediate){var n,i,r,a,o,l=1,c={},u=!1,d=t.document,m=Object.getPrototypeOf&&Object.getPrototypeOf(t);m=m&&m.setTimeout?m:t,"[object process]"==={}.toString.call(t.process)?n=function(t){s.nextTick((function(){f(t)}))}:function(){if(t.postMessage&&!t.importScripts){var e=!0,n=t.onmessage;return t.onmessage=function(){e=!1},t.postMessage("","*"),t.onmessage=n,e}}()?(a="setImmediate$"+Math.random()+"$",o=function(e){e.source===t&&"string"==typeof e.data&&0===e.data.indexOf(a)&&f(+e.data.slice(a.length))},t.addEventListener?t.addEventListener("message",o,!1):t.attachEvent("onmessage",o),n=function(e){t.postMessage(a+e,"*")}):t.MessageChannel?((r=new MessageChannel).port1.onmessage=function(t){f(t.data)},n=function(t){r.port2.postMessage(t)}):d&&"onreadystatechange"in d.createElement("script")?(i=d.documentElement,n=function(t){var e=d.createElement("script");e.onreadystatechange=function(){f(t),e.onreadystatechange=null,i.removeChild(e),e=null},i.appendChild(e)}):n=function(t){setTimeout(f,0,t)},m.setImmediate=function(t){"function"!=typeof t&&(t=new Function(""+t));for(var e=new Array(arguments.length-1),s=0;s{function e(t,e){return null==t?e:t}t.exports=function(t){var n,s=e((t=t||{}).max,1),i=e(t.min,0),r=e(t.autostart,!0),a=e(t.ignoreSameProgress,!1),o=null,l=null,c=null,u=(n=e(t.historyTimeConstant,2.5),function(t,e,s){return t+s/(s+n)*(e-t)});function d(){m(i)}function m(t,e){if("number"!=typeof e&&(e=Date.now()),l!==e&&(!a||c!==t)){if(null===l||null===c)return c=t,void(l=e);var n=.001*(e-l),s=(t-c)/n;o=null===o?s:u(o,s,n),c=t,l=e}}return{start:d,reset:function(){o=null,l=null,c=null,r&&d()},report:m,estimate:function(t){if(null===c)return 1/0;if(c>=s)return 0;if(null===o)return 1/0;var e=(s-c)/o;return"number"==typeof t&&"number"==typeof l&&(e-=.001*(t-l)),Math.max(0,e)},rate:function(){return null===o?0:o}}}},75475:function(t,e,n){var s=void 0!==n.g&&n.g||"undefined"!=typeof self&&self||window,i=Function.prototype.apply;function r(t,e){this._id=t,this._clearFn=e}e.setTimeout=function(){return new r(i.call(setTimeout,s,arguments),clearTimeout)},e.setInterval=function(){return new r(i.call(setInterval,s,arguments),clearInterval)},e.clearTimeout=e.clearInterval=function(t){t&&t.close()},r.prototype.unref=r.prototype.ref=function(){},r.prototype.close=function(){this._clearFn.call(s,this._id)},e.enroll=function(t,e){clearTimeout(t._idleTimeoutId),t._idleTimeout=e},e.unenroll=function(t){clearTimeout(t._idleTimeoutId),t._idleTimeout=-1},e._unrefActive=e.active=function(t){clearTimeout(t._idleTimeoutId);var e=t._idleTimeout;e>=0&&(t._idleTimeoutId=setTimeout((function(){t._onTimeout&&t._onTimeout()}),e))},n(24889),e.setImmediate="undefined"!=typeof self&&self.setImmediate||void 0!==n.g&&n.g.setImmediate||this&&this.setImmediate,e.clearImmediate="undefined"!=typeof self&&self.clearImmediate||void 0!==n.g&&n.g.clearImmediate||this&&this.clearImmediate},50306:function(t,e){(function(){"use strict";e.stripBOM=function(t){return"\ufeff"===t[0]?t.substring(1):t}}).call(this)},34096:function(t,e,n){(function(){"use strict";var t,s,i,r,a,o={}.hasOwnProperty;t=n(5532),s=n(38381).defaults,r=function(t){return"string"==typeof t&&(t.indexOf("&")>=0||t.indexOf(">")>=0||t.indexOf("<")>=0)},a=function(t){return""},i=function(t){return t.replace("]]>","]]]]>")},e.Builder=function(){function e(t){var e,n,i;for(e in this.options={},n=s[.2])o.call(n,e)&&(i=n[e],this.options[e]=i);for(e in t)o.call(t,e)&&(i=t[e],this.options[e]=i)}return e.prototype.buildObject=function(e){var n,i,l,c,u,d;return n=this.options.attrkey,i=this.options.charkey,1===Object.keys(e).length&&this.options.rootName===s[.2].rootName?e=e[u=Object.keys(e)[0]]:u=this.options.rootName,d=this,l=function(t,e){var s,c,u,m,p,f;if("object"!=typeof e)d.options.cdata&&r(e)?t.raw(a(e)):t.txt(e);else if(Array.isArray(e)){for(m in e)if(o.call(e,m))for(p in c=e[m])u=c[p],t=l(t.ele(p),u).up()}else for(p in e)if(o.call(e,p))if(c=e[p],p===n){if("object"==typeof c)for(s in c)f=c[s],t=t.att(s,f)}else if(p===i)t=d.options.cdata&&r(c)?t.raw(a(c)):t.txt(c);else if(Array.isArray(c))for(m in c)o.call(c,m)&&(t="string"==typeof(u=c[m])?d.options.cdata&&r(u)?t.ele(p).raw(a(u)).up():t.ele(p,u).up():l(t.ele(p),u).up());else"object"==typeof c?t=l(t.ele(p),c).up():"string"==typeof c&&d.options.cdata&&r(c)?t=t.ele(p).raw(a(c)).up():(null==c&&(c=""),t=t.ele(p,c.toString()).up());return t},c=t.create(u,this.options.xmldec,this.options.doctype,{headless:this.options.headless,allowSurrogateChars:this.options.allowSurrogateChars}),l(c,e).end(this.options.renderOpts)},e}()}).call(this)},38381:function(t,e){(function(){e.defaults={.1:{explicitCharkey:!1,trim:!0,normalize:!0,normalizeTags:!1,attrkey:"@",charkey:"#",explicitArray:!1,ignoreAttrs:!1,mergeAttrs:!1,explicitRoot:!1,validator:null,xmlns:!1,explicitChildren:!1,childkey:"@@",charsAsChildren:!1,includeWhiteChars:!1,async:!1,strict:!0,attrNameProcessors:null,attrValueProcessors:null,tagNameProcessors:null,valueProcessors:null,emptyTag:""},.2:{explicitCharkey:!1,trim:!1,normalize:!1,normalizeTags:!1,attrkey:"$",charkey:"_",explicitArray:!0,ignoreAttrs:!1,mergeAttrs:!1,explicitRoot:!0,validator:null,xmlns:!1,explicitChildren:!1,preserveChildrenOrder:!1,childkey:"$$",charsAsChildren:!1,includeWhiteChars:!1,async:!1,strict:!0,attrNameProcessors:null,attrValueProcessors:null,tagNameProcessors:null,valueProcessors:null,rootName:"root",xmldec:{version:"1.0",encoding:"UTF-8",standalone:!0},doctype:null,renderOpts:{pretty:!0,indent:" ",newline:"\n"},headless:!1,chunkSize:1e4,emptyTag:"",cdata:!1}}}).call(this)},99082:function(t,e,n){(function(){"use strict";var t,s,i,r,a,o,l,c,u,d=function(t,e){return function(){return t.apply(e,arguments)}},m={}.hasOwnProperty;c=n(36099),r=n(17187),t=n(50306),l=n(7526),u=n(75475).setImmediate,s=n(38381).defaults,a=function(t){return"object"==typeof t&&null!=t&&0===Object.keys(t).length},o=function(t,e,n){var s,i;for(s=0,i=t.length;s0&&(c[t.options.childkey]=d),d=c;return s.length>0?t.assignOrPush(g,u,d):(t.options.explicitRoot&&(f=d,i(d={},u,f)),t.resultObject=d,t.saxParser.ended=!0,t.emit("end",t.resultObject))}}(this),n=function(t){return function(n){var i,r;if(r=s[s.length-1])return r[e]+=n,t.options.explicitChildren&&t.options.preserveChildrenOrder&&t.options.charsAsChildren&&(t.options.includeWhiteChars||""!==n.replace(/\\n/g,"").trim())&&(r[t.options.childkey]=r[t.options.childkey]||[],(i={"#name":"__text__"})[e]=n,t.options.normalize&&(i[e]=i[e].replace(/\s{2,}/g," ").trim()),r[t.options.childkey].push(i)),r}}(this),this.saxParser.ontext=n,this.saxParser.oncdata=function(t){var e;if(e=n(t))return e.cdata=!0}},r.prototype.parseString=function(e,n){var s;null!=n&&"function"==typeof n&&(this.on("end",(function(t){return this.reset(),n(null,t)})),this.on("error",(function(t){return this.reset(),n(t)})));try{return""===(e=e.toString()).trim()?(this.emit("end",null),!0):(e=t.stripBOM(e),this.options.async?(this.remaining=e,u(this.processAsync),this.saxParser):this.saxParser.write(e).close())}catch(t){if(s=t,!this.saxParser.errThrown&&!this.saxParser.ended)return this.emit("error",s),this.saxParser.errThrown=!0;if(this.saxParser.ended)throw s}},r.prototype.parseStringPromise=function(t){return new Promise((e=this,function(n,s){return e.parseString(t,(function(t,e){return t?s(t):n(e)}))}));var e},r}(r),e.parseString=function(t,n,s){var i,r;return null!=s?("function"==typeof s&&(i=s),"object"==typeof n&&(r=n)):("function"==typeof n&&(i=n),r={}),new e.Parser(r).parseString(t,i)},e.parseStringPromise=function(t,n){var s;return"object"==typeof n&&(s=n),new e.Parser(s).parseStringPromise(t)}}).call(this)},7526:function(t,e){(function(){"use strict";var t;t=new RegExp(/(?!xmlns)^.*:/),e.normalize=function(t){return t.toLowerCase()},e.firstCharLowerCase=function(t){return t.charAt(0).toLowerCase()+t.slice(1)},e.stripPrefix=function(e){return e.replace(t,"")},e.parseNumbers=function(t){return isNaN(t)||(t=t%1==0?parseInt(t,10):parseFloat(t)),t},e.parseBooleans=function(t){return/^(?:true|false)$/i.test(t)&&(t="true"===t.toLowerCase()),t}}).call(this)},5055:function(t,e,n){(function(){"use strict";var t,s,i,r,a={}.hasOwnProperty;s=n(38381),t=n(34096),i=n(99082),r=n(7526),e.defaults=s.defaults,e.processors=r,e.ValidationError=function(t){function e(t){this.message=t}return function(t,e){for(var n in e)a.call(e,n)&&(t[n]=e[n]);function s(){this.constructor=t}s.prototype=e.prototype,t.prototype=new s,t.__super__=e.prototype}(e,Error),e}(),e.Builder=t.Builder,e.Parser=i.Parser,e.parseString=i.parseString,e.parseStringPromise=i.parseStringPromise}).call(this)},17557:function(t){(function(){t.exports={Disconnected:1,Preceding:2,Following:4,Contains:8,ContainedBy:16,ImplementationSpecific:32}}).call(this)},39335:function(t){(function(){t.exports={Element:1,Attribute:2,Text:3,CData:4,EntityReference:5,EntityDeclaration:6,ProcessingInstruction:7,Comment:8,Document:9,DocType:10,DocumentFragment:11,NotationDeclaration:12,Declaration:201,Raw:202,AttributeDeclaration:203,ElementDeclaration:204,Dummy:205}}).call(this)},78369:function(t){(function(){var e,n,s,i,r,a,o,l=[].slice,c={}.hasOwnProperty;e=function(){var t,e,n,s,i,a;if(a=arguments[0],i=2<=arguments.length?l.call(arguments,1):[],r(Object.assign))Object.assign.apply(null,arguments);else for(t=0,n=i.length;t":"attribute: {"+t+"}, parent: <"+this.parent.name+">"},t.prototype.isEqualNode=function(t){return t.namespaceURI===this.namespaceURI&&t.prefix===this.prefix&&t.localName===this.localName&&t.value===this.value},t}()}).call(this)},66170:function(t,e,n){(function(){var e,s,i={}.hasOwnProperty;e=n(39335),s=n(6488),t.exports=function(t){function n(t,s){if(n.__super__.constructor.call(this,t),null==s)throw new Error("Missing CDATA text. "+this.debugInfo());this.name="#cdata-section",this.type=e.CData,this.value=this.stringify.cdata(s)}return function(t,e){for(var n in e)i.call(e,n)&&(t[n]=e[n]);function s(){this.constructor=t}s.prototype=e.prototype,t.prototype=new s,t.__super__=e.prototype}(n,t),n.prototype.clone=function(){return Object.create(this)},n.prototype.toString=function(t){return this.options.writer.cdata(this,this.options.writer.filterOptions(t))},n}(s)}).call(this)},6488:function(t,e,n){(function(){var e,s={}.hasOwnProperty;e=n(32026),t.exports=function(t){function e(t){e.__super__.constructor.call(this,t),this.value=""}return function(t,e){for(var n in e)s.call(e,n)&&(t[n]=e[n]);function i(){this.constructor=t}i.prototype=e.prototype,t.prototype=new i,t.__super__=e.prototype}(e,t),Object.defineProperty(e.prototype,"data",{get:function(){return this.value},set:function(t){return this.value=t||""}}),Object.defineProperty(e.prototype,"length",{get:function(){return this.value.length}}),Object.defineProperty(e.prototype,"textContent",{get:function(){return this.value},set:function(t){return this.value=t||""}}),e.prototype.clone=function(){return Object.create(this)},e.prototype.substringData=function(t,e){throw new Error("This DOM method is not implemented."+this.debugInfo())},e.prototype.appendData=function(t){throw new Error("This DOM method is not implemented."+this.debugInfo())},e.prototype.insertData=function(t,e){throw new Error("This DOM method is not implemented."+this.debugInfo())},e.prototype.deleteData=function(t,e){throw new Error("This DOM method is not implemented."+this.debugInfo())},e.prototype.replaceData=function(t,e,n){throw new Error("This DOM method is not implemented."+this.debugInfo())},e.prototype.isEqualNode=function(t){return!!e.__super__.isEqualNode.apply(this,arguments).isEqualNode(t)&&t.data===this.data},e}(e)}).call(this)},62096:function(t,e,n){(function(){var e,s,i={}.hasOwnProperty;e=n(39335),s=n(6488),t.exports=function(t){function n(t,s){if(n.__super__.constructor.call(this,t),null==s)throw new Error("Missing comment text. "+this.debugInfo());this.name="#comment",this.type=e.Comment,this.value=this.stringify.comment(s)}return function(t,e){for(var n in e)i.call(e,n)&&(t[n]=e[n]);function s(){this.constructor=t}s.prototype=e.prototype,t.prototype=new s,t.__super__=e.prototype}(n,t),n.prototype.clone=function(){return Object.create(this)},n.prototype.toString=function(t){return this.options.writer.comment(this,this.options.writer.filterOptions(t))},n}(s)}).call(this)},30383:function(t,e,n){(function(){var e,s;e=n(93933),s=n(66210),t.exports=function(){function t(){this.defaultParams={"canonical-form":!1,"cdata-sections":!1,comments:!1,"datatype-normalization":!1,"element-content-whitespace":!0,entities:!0,"error-handler":new e,infoset:!0,"validate-if-schema":!1,namespaces:!0,"namespace-declarations":!0,"normalize-characters":!1,"schema-location":"","schema-type":"","split-cdata-sections":!0,validate:!1,"well-formed":!0},this.params=Object.create(this.defaultParams)}return Object.defineProperty(t.prototype,"parameterNames",{get:function(){return new s(Object.keys(this.defaultParams))}}),t.prototype.getParameter=function(t){return this.params.hasOwnProperty(t)?this.params[t]:null},t.prototype.canSetParameter=function(t,e){return!0},t.prototype.setParameter=function(t,e){return null!=e?this.params[t]=e:delete this.params[t]},t}()}).call(this)},93933:function(t){(function(){t.exports=function(){function t(){}return t.prototype.handleError=function(t){throw new Error(t)},t}()}).call(this)},91770:function(t){(function(){t.exports=function(){function t(){}return t.prototype.hasFeature=function(t,e){return!0},t.prototype.createDocumentType=function(t,e,n){throw new Error("This DOM method is not implemented.")},t.prototype.createDocument=function(t,e,n){throw new Error("This DOM method is not implemented.")},t.prototype.createHTMLDocument=function(t){throw new Error("This DOM method is not implemented.")},t.prototype.getFeature=function(t,e){throw new Error("This DOM method is not implemented.")},t}()}).call(this)},66210:function(t){(function(){t.exports=function(){function t(t){this.arr=t||[]}return Object.defineProperty(t.prototype,"length",{get:function(){return this.arr.length}}),t.prototype.item=function(t){return this.arr[t]||null},t.prototype.contains=function(t){return-1!==this.arr.indexOf(t)},t}()}).call(this)},51179:function(t,e,n){(function(){var e,s,i={}.hasOwnProperty;s=n(32026),e=n(39335),t.exports=function(t){function n(t,s,i,r,a,o){if(n.__super__.constructor.call(this,t),null==s)throw new Error("Missing DTD element name. "+this.debugInfo());if(null==i)throw new Error("Missing DTD attribute name. "+this.debugInfo(s));if(!r)throw new Error("Missing DTD attribute type. "+this.debugInfo(s));if(!a)throw new Error("Missing DTD attribute default. "+this.debugInfo(s));if(0!==a.indexOf("#")&&(a="#"+a),!a.match(/^(#REQUIRED|#IMPLIED|#FIXED|#DEFAULT)$/))throw new Error("Invalid default value type; expected: #REQUIRED, #IMPLIED, #FIXED or #DEFAULT. "+this.debugInfo(s));if(o&&!a.match(/^(#FIXED|#DEFAULT)$/))throw new Error("Default value only applies to #FIXED or #DEFAULT. "+this.debugInfo(s));this.elementName=this.stringify.name(s),this.type=e.AttributeDeclaration,this.attributeName=this.stringify.name(i),this.attributeType=this.stringify.dtdAttType(r),o&&(this.defaultValue=this.stringify.dtdAttDefault(o)),this.defaultValueType=a}return function(t,e){for(var n in e)i.call(e,n)&&(t[n]=e[n]);function s(){this.constructor=t}s.prototype=e.prototype,t.prototype=new s,t.__super__=e.prototype}(n,t),n.prototype.toString=function(t){return this.options.writer.dtdAttList(this,this.options.writer.filterOptions(t))},n}(s)}).call(this)},36347:function(t,e,n){(function(){var e,s,i={}.hasOwnProperty;s=n(32026),e=n(39335),t.exports=function(t){function n(t,s,i){if(n.__super__.constructor.call(this,t),null==s)throw new Error("Missing DTD element name. "+this.debugInfo());i||(i="(#PCDATA)"),Array.isArray(i)&&(i="("+i.join(",")+")"),this.name=this.stringify.name(s),this.type=e.ElementDeclaration,this.value=this.stringify.dtdElementValue(i)}return function(t,e){for(var n in e)i.call(e,n)&&(t[n]=e[n]);function s(){this.constructor=t}s.prototype=e.prototype,t.prototype=new s,t.__super__=e.prototype}(n,t),n.prototype.toString=function(t){return this.options.writer.dtdElement(this,this.options.writer.filterOptions(t))},n}(s)}).call(this)},99078:function(t,e,n){(function(){var e,s,i,r={}.hasOwnProperty;i=n(78369).isObject,s=n(32026),e=n(39335),t.exports=function(t){function n(t,s,r,a){if(n.__super__.constructor.call(this,t),null==r)throw new Error("Missing DTD entity name. "+this.debugInfo(r));if(null==a)throw new Error("Missing DTD entity value. "+this.debugInfo(r));if(this.pe=!!s,this.name=this.stringify.name(r),this.type=e.EntityDeclaration,i(a)){if(!a.pubID&&!a.sysID)throw new Error("Public and/or system identifiers are required for an external entity. "+this.debugInfo(r));if(a.pubID&&!a.sysID)throw new Error("System identifier is required for a public external entity. "+this.debugInfo(r));if(this.internal=!1,null!=a.pubID&&(this.pubID=this.stringify.dtdPubID(a.pubID)),null!=a.sysID&&(this.sysID=this.stringify.dtdSysID(a.sysID)),null!=a.nData&&(this.nData=this.stringify.dtdNData(a.nData)),this.pe&&this.nData)throw new Error("Notation declaration is not allowed in a parameter entity. "+this.debugInfo(r))}else this.value=this.stringify.dtdEntityValue(a),this.internal=!0}return function(t,e){for(var n in e)r.call(e,n)&&(t[n]=e[n]);function s(){this.constructor=t}s.prototype=e.prototype,t.prototype=new s,t.__super__=e.prototype}(n,t),Object.defineProperty(n.prototype,"publicId",{get:function(){return this.pubID}}),Object.defineProperty(n.prototype,"systemId",{get:function(){return this.sysID}}),Object.defineProperty(n.prototype,"notationName",{get:function(){return this.nData||null}}),Object.defineProperty(n.prototype,"inputEncoding",{get:function(){return null}}),Object.defineProperty(n.prototype,"xmlEncoding",{get:function(){return null}}),Object.defineProperty(n.prototype,"xmlVersion",{get:function(){return null}}),n.prototype.toString=function(t){return this.options.writer.dtdEntity(this,this.options.writer.filterOptions(t))},n}(s)}).call(this)},44777:function(t,e,n){(function(){var e,s,i={}.hasOwnProperty;s=n(32026),e=n(39335),t.exports=function(t){function n(t,s,i){if(n.__super__.constructor.call(this,t),null==s)throw new Error("Missing DTD notation name. "+this.debugInfo(s));if(!i.pubID&&!i.sysID)throw new Error("Public or system identifiers are required for an external entity. "+this.debugInfo(s));this.name=this.stringify.name(s),this.type=e.NotationDeclaration,null!=i.pubID&&(this.pubID=this.stringify.dtdPubID(i.pubID)),null!=i.sysID&&(this.sysID=this.stringify.dtdSysID(i.sysID))}return function(t,e){for(var n in e)i.call(e,n)&&(t[n]=e[n]);function s(){this.constructor=t}s.prototype=e.prototype,t.prototype=new s,t.__super__=e.prototype}(n,t),Object.defineProperty(n.prototype,"publicId",{get:function(){return this.pubID}}),Object.defineProperty(n.prototype,"systemId",{get:function(){return this.sysID}}),n.prototype.toString=function(t){return this.options.writer.dtdNotation(this,this.options.writer.filterOptions(t))},n}(s)}).call(this)},59077:function(t,e,n){(function(){var e,s,i,r={}.hasOwnProperty;i=n(78369).isObject,s=n(32026),e=n(39335),t.exports=function(t){function n(t,s,r,a){var o;n.__super__.constructor.call(this,t),i(s)&&(s=(o=s).version,r=o.encoding,a=o.standalone),s||(s="1.0"),this.type=e.Declaration,this.version=this.stringify.xmlVersion(s),null!=r&&(this.encoding=this.stringify.xmlEncoding(r)),null!=a&&(this.standalone=this.stringify.xmlStandalone(a))}return function(t,e){for(var n in e)r.call(e,n)&&(t[n]=e[n]);function s(){this.constructor=t}s.prototype=e.prototype,t.prototype=new s,t.__super__=e.prototype}(n,t),n.prototype.toString=function(t){return this.options.writer.declaration(this,this.options.writer.filterOptions(t))},n}(s)}).call(this)},8225:function(t,e,n){(function(){var e,s,i,r,a,o,l,c,u={}.hasOwnProperty;c=n(78369).isObject,l=n(32026),e=n(39335),s=n(51179),r=n(99078),i=n(36347),a=n(44777),o=n(40663),t.exports=function(t){function n(t,s,i){var r,a,o,l,u,d;if(n.__super__.constructor.call(this,t),this.type=e.DocType,t.children)for(a=0,o=(l=t.children).length;a=0;)this.up();return this.onEnd()},t.prototype.openCurrent=function(){if(this.currentNode)return this.currentNode.children=!0,this.openNode(this.currentNode)},t.prototype.openNode=function(t){var n,i,r,a;if(!t.isOpen){if(this.root||0!==this.currentLevel||t.type!==e.Element||(this.root=t),i="",t.type===e.Element){for(r in this.writerOptions.state=s.OpenTag,i=this.writer.indent(t,this.writerOptions,this.currentLevel)+"<"+t.name,a=t.attribs)T.call(a,r)&&(n=a[r],i+=this.writer.attribute(n,this.writerOptions,this.currentLevel));i+=(t.children?">":"/>")+this.writer.endline(t,this.writerOptions,this.currentLevel),this.writerOptions.state=s.InsideTag}else this.writerOptions.state=s.OpenTag,i=this.writer.indent(t,this.writerOptions,this.currentLevel)+""),i+=this.writer.endline(t,this.writerOptions,this.currentLevel);return this.onData(i,this.currentLevel),t.isOpen=!0}},t.prototype.closeNode=function(t){var n;if(!t.isClosed)return"",this.writerOptions.state=s.CloseTag,n=t.type===e.Element?this.writer.indent(t,this.writerOptions,this.currentLevel)+""+this.writer.endline(t,this.writerOptions,this.currentLevel):this.writer.indent(t,this.writerOptions,this.currentLevel)+"]>"+this.writer.endline(t,this.writerOptions,this.currentLevel),this.writerOptions.state=s.None,this.onData(n,this.currentLevel),t.isClosed=!0},t.prototype.onData=function(t,e){return this.documentStarted=!0,this.onDataCallback(t,e+1)},t.prototype.onEnd=function(){return this.documentCompleted=!0,this.onEndCallback()},t.prototype.debugInfo=function(t){return null==t?"":"node: <"+t+">"},t.prototype.ele=function(){return this.element.apply(this,arguments)},t.prototype.nod=function(t,e,n){return this.node(t,e,n)},t.prototype.txt=function(t){return this.text(t)},t.prototype.dat=function(t){return this.cdata(t)},t.prototype.com=function(t){return this.comment(t)},t.prototype.ins=function(t,e){return this.instruction(t,e)},t.prototype.dec=function(t,e,n){return this.declaration(t,e,n)},t.prototype.dtd=function(t,e,n){return this.doctype(t,e,n)},t.prototype.e=function(t,e,n){return this.element(t,e,n)},t.prototype.n=function(t,e,n){return this.node(t,e,n)},t.prototype.t=function(t){return this.text(t)},t.prototype.d=function(t){return this.cdata(t)},t.prototype.c=function(t){return this.comment(t)},t.prototype.r=function(t){return this.raw(t)},t.prototype.i=function(t,e){return this.instruction(t,e)},t.prototype.att=function(){return this.currentNode&&this.currentNode.type===e.DocType?this.attList.apply(this,arguments):this.attribute.apply(this,arguments)},t.prototype.a=function(){return this.currentNode&&this.currentNode.type===e.DocType?this.attList.apply(this,arguments):this.attribute.apply(this,arguments)},t.prototype.ent=function(t,e){return this.entity(t,e)},t.prototype.pent=function(t,e){return this.pEntity(t,e)},t.prototype.not=function(t,e){return this.notation(t,e)},t}()}).call(this)},78833:function(t,e,n){(function(){var e,s,i={}.hasOwnProperty;s=n(32026),e=n(39335),t.exports=function(t){function n(t){n.__super__.constructor.call(this,t),this.type=e.Dummy}return function(t,e){for(var n in e)i.call(e,n)&&(t[n]=e[n]);function s(){this.constructor=t}s.prototype=e.prototype,t.prototype=new s,t.__super__=e.prototype}(n,t),n.prototype.clone=function(){return Object.create(this)},n.prototype.toString=function(t){return""},n}(s)}).call(this)},32161:function(t,e,n){(function(){var e,s,i,r,a,o,l,c,u={}.hasOwnProperty;c=n(78369),l=c.isObject,o=c.isFunction,a=c.getValue,r=n(32026),e=n(39335),s=n(72750),i=n(40663),t.exports=function(t){function n(t,s,i){var r,a,o,l;if(n.__super__.constructor.call(this,t),null==s)throw new Error("Missing element name. "+this.debugInfo());if(this.name=this.stringify.name(s),this.type=e.Element,this.attribs={},this.schemaTypeInfo=null,null!=i&&this.attribute(i),t.type===e.Document&&(this.isRoot=!0,this.documentObject=t,t.rootObject=this,t.children))for(a=0,o=(l=t.children).length;a=i;e=0<=i?++s:--s)if(!this.attribs[e].isEqualNode(t.attribs[e]))return!1;return!0},n}(r)}).call(this)},40663:function(t){(function(){t.exports=function(){function t(t){this.nodes=t}return Object.defineProperty(t.prototype,"length",{get:function(){return Object.keys(this.nodes).length||0}}),t.prototype.clone=function(){return this.nodes=null},t.prototype.getNamedItem=function(t){return this.nodes[t]},t.prototype.setNamedItem=function(t){var e;return e=this.nodes[t.nodeName],this.nodes[t.nodeName]=t,e||null},t.prototype.removeNamedItem=function(t){var e;return e=this.nodes[t],delete this.nodes[t],e||null},t.prototype.item=function(t){return this.nodes[Object.keys(this.nodes)[t]]||null},t.prototype.getNamedItemNS=function(t,e){throw new Error("This DOM method is not implemented.")},t.prototype.setNamedItemNS=function(t){throw new Error("This DOM method is not implemented.")},t.prototype.removeNamedItemNS=function(t,e){throw new Error("This DOM method is not implemented.")},t}()}).call(this)},32026:function(t,e,n){(function(){var e,s,i,r,a,o,l,c,u,d,m,p,f,g,h,A,w,y={}.hasOwnProperty;w=n(78369),A=w.isObject,h=w.isFunction,g=w.isEmpty,f=w.getValue,c=null,i=null,r=null,a=null,o=null,m=null,p=null,d=null,l=null,s=null,u=null,e=null,t.exports=function(){function t(t){this.parent=t,this.parent&&(this.options=this.parent.options,this.stringify=this.parent.stringify),this.value=null,this.children=[],this.baseURI=null,c||(c=n(32161),i=n(66170),r=n(62096),a=n(59077),o=n(8225),m=n(79406),p=n(43595),d=n(19181),l=n(78833),s=n(39335),u=n(82390),n(40663),e=n(17557))}return Object.defineProperty(t.prototype,"nodeName",{get:function(){return this.name}}),Object.defineProperty(t.prototype,"nodeType",{get:function(){return this.type}}),Object.defineProperty(t.prototype,"nodeValue",{get:function(){return this.value}}),Object.defineProperty(t.prototype,"parentNode",{get:function(){return this.parent}}),Object.defineProperty(t.prototype,"childNodes",{get:function(){return this.childNodeList&&this.childNodeList.nodes||(this.childNodeList=new u(this.children)),this.childNodeList}}),Object.defineProperty(t.prototype,"firstChild",{get:function(){return this.children[0]||null}}),Object.defineProperty(t.prototype,"lastChild",{get:function(){return this.children[this.children.length-1]||null}}),Object.defineProperty(t.prototype,"previousSibling",{get:function(){var t;return t=this.parent.children.indexOf(this),this.parent.children[t-1]||null}}),Object.defineProperty(t.prototype,"nextSibling",{get:function(){var t;return t=this.parent.children.indexOf(this),this.parent.children[t+1]||null}}),Object.defineProperty(t.prototype,"ownerDocument",{get:function(){return this.document()||null}}),Object.defineProperty(t.prototype,"textContent",{get:function(){var t,e,n,i,r;if(this.nodeType===s.Element||this.nodeType===s.DocumentFragment){for(r="",e=0,n=(i=this.children).length;e":(null!=(n=this.parent)?n.name:void 0)?"node: <"+t+">, parent: <"+this.parent.name+">":"node: <"+t+">":""},t.prototype.ele=function(t,e,n){return this.element(t,e,n)},t.prototype.nod=function(t,e,n){return this.node(t,e,n)},t.prototype.txt=function(t){return this.text(t)},t.prototype.dat=function(t){return this.cdata(t)},t.prototype.com=function(t){return this.comment(t)},t.prototype.ins=function(t,e){return this.instruction(t,e)},t.prototype.doc=function(){return this.document()},t.prototype.dec=function(t,e,n){return this.declaration(t,e,n)},t.prototype.e=function(t,e,n){return this.element(t,e,n)},t.prototype.n=function(t,e,n){return this.node(t,e,n)},t.prototype.t=function(t){return this.text(t)},t.prototype.d=function(t){return this.cdata(t)},t.prototype.c=function(t){return this.comment(t)},t.prototype.r=function(t){return this.raw(t)},t.prototype.i=function(t,e){return this.instruction(t,e)},t.prototype.u=function(){return this.up()},t.prototype.importXMLBuilder=function(t){return this.importDocument(t)},t.prototype.replaceChild=function(t,e){throw new Error("This DOM method is not implemented."+this.debugInfo())},t.prototype.removeChild=function(t){throw new Error("This DOM method is not implemented."+this.debugInfo())},t.prototype.appendChild=function(t){throw new Error("This DOM method is not implemented."+this.debugInfo())},t.prototype.hasChildNodes=function(){return 0!==this.children.length},t.prototype.cloneNode=function(t){throw new Error("This DOM method is not implemented."+this.debugInfo())},t.prototype.normalize=function(){throw new Error("This DOM method is not implemented."+this.debugInfo())},t.prototype.isSupported=function(t,e){return!0},t.prototype.hasAttributes=function(){return 0!==this.attribs.length},t.prototype.compareDocumentPosition=function(t){var n,s;return(n=this)===t?0:this.document()!==t.document()?(s=e.Disconnected|e.ImplementationSpecific,Math.random()<.5?s|=e.Preceding:s|=e.Following,s):n.isAncestor(t)?e.Contains|e.Preceding:n.isDescendant(t)?e.Contains|e.Following:n.isPreceding(t)?e.Preceding:e.Following},t.prototype.isSameNode=function(t){throw new Error("This DOM method is not implemented."+this.debugInfo())},t.prototype.lookupPrefix=function(t){throw new Error("This DOM method is not implemented."+this.debugInfo())},t.prototype.isDefaultNamespace=function(t){throw new Error("This DOM method is not implemented."+this.debugInfo())},t.prototype.lookupNamespaceURI=function(t){throw new Error("This DOM method is not implemented."+this.debugInfo())},t.prototype.isEqualNode=function(t){var e,n,s;if(t.nodeType!==this.nodeType)return!1;if(t.children.length!==this.children.length)return!1;for(e=n=0,s=this.children.length-1;0<=s?n<=s:n>=s;e=0<=s?++n:--n)if(!this.children[e].isEqualNode(t.children[e]))return!1;return!0},t.prototype.getFeature=function(t,e){throw new Error("This DOM method is not implemented."+this.debugInfo())},t.prototype.setUserData=function(t,e,n){throw new Error("This DOM method is not implemented."+this.debugInfo())},t.prototype.getUserData=function(t){throw new Error("This DOM method is not implemented."+this.debugInfo())},t.prototype.contains=function(t){return!!t&&(t===this||this.isDescendant(t))},t.prototype.isDescendant=function(t){var e,n,s,i;for(n=0,s=(i=this.children).length;nn},t.prototype.treePosition=function(t){var e,n;return n=0,e=!1,this.foreachTreeNode(this.document(),(function(s){if(n++,!e&&s===t)return e=!0})),e?n:-1},t.prototype.foreachTreeNode=function(t,e){var n,s,i,r,a;for(t||(t=this.document()),s=0,i=(r=t.children).length;s0){for(this.stream.write(" ["),this.stream.write(this.endline(t,e,n)),e.state=s.InsideTag,r=0,a=(o=t.children).length;r"),this.stream.write(this.endline(t,e,n)),e.state=s.None,this.closeNode(t,e,n)},n.prototype.element=function(t,n,i){var a,o,l,c,u,d,m,p,f;for(m in i||(i=0),this.openNode(t,n,i),n.state=s.OpenTag,this.stream.write(this.indent(t,n,i)+"<"+t.name),p=t.attribs)r.call(p,m)&&(a=p[m],this.attribute(a,n,i));if(c=0===(l=t.children.length)?null:t.children[0],0===l||t.children.every((function(t){return(t.type===e.Text||t.type===e.Raw)&&""===t.value})))n.allowEmpty?(this.stream.write(">"),n.state=s.CloseTag,this.stream.write("")):(n.state=s.CloseTag,this.stream.write(n.spaceBeforeSlash+"/>"));else if(!n.pretty||1!==l||c.type!==e.Text&&c.type!==e.Raw||null==c.value){for(this.stream.write(">"+this.endline(t,n,i)),n.state=s.InsideTag,u=0,d=(f=t.children).length;u")}else this.stream.write(">"),n.state=s.InsideTag,n.suppressPrettyCount++,this.writeChildNode(c,n,i+1),n.suppressPrettyCount--,n.state=s.CloseTag,this.stream.write("");return this.stream.write(this.endline(t,n,i)),n.state=s.None,this.closeNode(t,n,i)},n.prototype.processingInstruction=function(t,e,s){return this.stream.write(n.__super__.processingInstruction.call(this,t,e,s))},n.prototype.raw=function(t,e,s){return this.stream.write(n.__super__.raw.call(this,t,e,s))},n.prototype.text=function(t,e,s){return this.stream.write(n.__super__.text.call(this,t,e,s))},n.prototype.dtdAttList=function(t,e,s){return this.stream.write(n.__super__.dtdAttList.call(this,t,e,s))},n.prototype.dtdElement=function(t,e,s){return this.stream.write(n.__super__.dtdElement.call(this,t,e,s))},n.prototype.dtdEntity=function(t,e,s){return this.stream.write(n.__super__.dtdEntity.call(this,t,e,s))},n.prototype.dtdNotation=function(t,e,s){return this.stream.write(n.__super__.dtdNotation.call(this,t,e,s))},n}(i)}).call(this)},26434:function(t,e,n){(function(){var e,s={}.hasOwnProperty;e=n(60751),t.exports=function(t){function e(t){e.__super__.constructor.call(this,t)}return function(t,e){for(var n in e)s.call(e,n)&&(t[n]=e[n]);function i(){this.constructor=t}i.prototype=e.prototype,t.prototype=new i,t.__super__=e.prototype}(e,t),e.prototype.document=function(t,e){var n,s,i,r,a;for(e=this.filterOptions(e),r="",s=0,i=(a=t.children).length;s","]]]]>"),this.assertLegalChar(t))},t.prototype.comment=function(t){if(this.options.noValidation)return t;if((t=""+t||"").match(/--/))throw new Error("Comment text cannot contain double-hypen: "+t);return this.assertLegalChar(t)},t.prototype.raw=function(t){return this.options.noValidation?t:""+t||""},t.prototype.attValue=function(t){return this.options.noValidation?t:this.assertLegalChar(this.attEscape(t=""+t||""))},t.prototype.insTarget=function(t){return this.options.noValidation?t:this.assertLegalChar(""+t||"")},t.prototype.insValue=function(t){if(this.options.noValidation)return t;if((t=""+t||"").match(/\?>/))throw new Error("Invalid processing instruction value: "+t);return this.assertLegalChar(t)},t.prototype.xmlVersion=function(t){if(this.options.noValidation)return t;if(!(t=""+t||"").match(/1\.[0-9]+/))throw new Error("Invalid version number: "+t);return t},t.prototype.xmlEncoding=function(t){if(this.options.noValidation)return t;if(!(t=""+t||"").match(/^[A-Za-z](?:[A-Za-z0-9._-])*$/))throw new Error("Invalid encoding: "+t);return this.assertLegalChar(t)},t.prototype.xmlStandalone=function(t){return this.options.noValidation?t:t?"yes":"no"},t.prototype.dtdPubID=function(t){return this.options.noValidation?t:this.assertLegalChar(""+t||"")},t.prototype.dtdSysID=function(t){return this.options.noValidation?t:this.assertLegalChar(""+t||"")},t.prototype.dtdElementValue=function(t){return this.options.noValidation?t:this.assertLegalChar(""+t||"")},t.prototype.dtdAttType=function(t){return this.options.noValidation?t:this.assertLegalChar(""+t||"")},t.prototype.dtdAttDefault=function(t){return this.options.noValidation?t:this.assertLegalChar(""+t||"")},t.prototype.dtdEntityValue=function(t){return this.options.noValidation?t:this.assertLegalChar(""+t||"")},t.prototype.dtdNData=function(t){return this.options.noValidation?t:this.assertLegalChar(""+t||"")},t.prototype.convertAttKey="@",t.prototype.convertPIKey="?",t.prototype.convertTextKey="#text",t.prototype.convertCDataKey="#cdata",t.prototype.convertCommentKey="#comment",t.prototype.convertRawKey="#raw",t.prototype.assertLegalChar=function(t){var e,n;if(this.options.noValidation)return t;if(e="","1.0"===this.options.version){if(e=/[\0-\x08\x0B\f\x0E-\x1F\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,n=t.match(e))throw new Error("Invalid character in string: "+t+" at index "+n.index)}else if("1.1"===this.options.version&&(e=/[\0\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,n=t.match(e)))throw new Error("Invalid character in string: "+t+" at index "+n.index);return t},t.prototype.assertLegalName=function(t){var e;if(this.options.noValidation)return t;if(this.assertLegalChar(t),e=/^([:A-Z_a-z\xC0-\xD6\xD8-\xF6\xF8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])([\x2D\.0-:A-Z_a-z\xB7\xC0-\xD6\xD8-\xF6\xF8-\u037D\u037F-\u1FFF\u200C\u200D\u203F\u2040\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])*$/,!t.match(e))throw new Error("Invalid character in name");return t},t.prototype.textEscape=function(t){var e;return this.options.noValidation?t:(e=this.options.noDoubleEncoding?/(?!&\S+;)&/g:/&/g,t.replace(e,"&").replace(//g,">").replace(/\r/g," "))},t.prototype.attEscape=function(t){var e;return this.options.noValidation?t:(e=this.options.noDoubleEncoding?/(?!&\S+;)&/g:/&/g,t.replace(e,"&").replace(/0?new Array(s).join(e.indent):""},t.prototype.endline=function(t,e,n){return!e.pretty||e.suppressPrettyCount?"":e.newline},t.prototype.attribute=function(t,e,n){var s;return this.openAttribute(t,e,n),s=" "+t.name+'="'+t.value+'"',this.closeAttribute(t,e,n),s},t.prototype.cdata=function(t,e,n){var i;return this.openNode(t,e,n),e.state=s.OpenTag,i=this.indent(t,e,n)+""+this.endline(t,e,n),e.state=s.None,this.closeNode(t,e,n),i},t.prototype.comment=function(t,e,n){var i;return this.openNode(t,e,n),e.state=s.OpenTag,i=this.indent(t,e,n)+"\x3c!-- ",e.state=s.InsideTag,i+=t.value,e.state=s.CloseTag,i+=" --\x3e"+this.endline(t,e,n),e.state=s.None,this.closeNode(t,e,n),i},t.prototype.declaration=function(t,e,n){var i;return this.openNode(t,e,n),e.state=s.OpenTag,i=this.indent(t,e,n)+"",i+=this.endline(t,e,n),e.state=s.None,this.closeNode(t,e,n),i},t.prototype.docType=function(t,e,n){var i,r,a,o,l;if(n||(n=0),this.openNode(t,e,n),e.state=s.OpenTag,o=this.indent(t,e,n),o+="0){for(o+=" [",o+=this.endline(t,e,n),e.state=s.InsideTag,r=0,a=(l=t.children).length;r",o+=this.endline(t,e,n),e.state=s.None,this.closeNode(t,e,n),o},t.prototype.element=function(t,n,i){var a,o,l,c,u,d,m,p,f,g,h,A,w,y;for(f in i||(i=0),g=!1,h="",this.openNode(t,n,i),n.state=s.OpenTag,h+=this.indent(t,n,i)+"<"+t.name,A=t.attribs)r.call(A,f)&&(a=A[f],h+=this.attribute(a,n,i));if(c=0===(l=t.children.length)?null:t.children[0],0===l||t.children.every((function(t){return(t.type===e.Text||t.type===e.Raw)&&""===t.value})))n.allowEmpty?(h+=">",n.state=s.CloseTag,h+=""+this.endline(t,n,i)):(n.state=s.CloseTag,h+=n.spaceBeforeSlash+"/>"+this.endline(t,n,i));else if(!n.pretty||1!==l||c.type!==e.Text&&c.type!==e.Raw||null==c.value){if(n.dontPrettyTextNodes)for(u=0,m=(w=t.children).length;u"+this.endline(t,n,i),n.state=s.InsideTag,d=0,p=(y=t.children).length;d",g&&n.suppressPrettyCount--,h+=this.endline(t,n,i),n.state=s.None}else h+=">",n.state=s.InsideTag,n.suppressPrettyCount++,g=!0,h+=this.writeChildNode(c,n,i+1),n.suppressPrettyCount--,g=!1,n.state=s.CloseTag,h+=""+this.endline(t,n,i);return this.closeNode(t,n,i),h},t.prototype.writeChildNode=function(t,n,s){switch(t.type){case e.CData:return this.cdata(t,n,s);case e.Comment:return this.comment(t,n,s);case e.Element:return this.element(t,n,s);case e.Raw:return this.raw(t,n,s);case e.Text:return this.text(t,n,s);case e.ProcessingInstruction:return this.processingInstruction(t,n,s);case e.Dummy:return"";case e.Declaration:return this.declaration(t,n,s);case e.DocType:return this.docType(t,n,s);case e.AttributeDeclaration:return this.dtdAttList(t,n,s);case e.ElementDeclaration:return this.dtdElement(t,n,s);case e.EntityDeclaration:return this.dtdEntity(t,n,s);case e.NotationDeclaration:return this.dtdNotation(t,n,s);default:throw new Error("Unknown XML node type: "+t.constructor.name)}},t.prototype.processingInstruction=function(t,e,n){var i;return this.openNode(t,e,n),e.state=s.OpenTag,i=this.indent(t,e,n)+"",i+=this.endline(t,e,n),e.state=s.None,this.closeNode(t,e,n),i},t.prototype.raw=function(t,e,n){var i;return this.openNode(t,e,n),e.state=s.OpenTag,i=this.indent(t,e,n),e.state=s.InsideTag,i+=t.value,e.state=s.CloseTag,i+=this.endline(t,e,n),e.state=s.None,this.closeNode(t,e,n),i},t.prototype.text=function(t,e,n){var i;return this.openNode(t,e,n),e.state=s.OpenTag,i=this.indent(t,e,n),e.state=s.InsideTag,i+=t.value,e.state=s.CloseTag,i+=this.endline(t,e,n),e.state=s.None,this.closeNode(t,e,n),i},t.prototype.dtdAttList=function(t,e,n){var i;return this.openNode(t,e,n),e.state=s.OpenTag,i=this.indent(t,e,n)+""+this.endline(t,e,n),e.state=s.None,this.closeNode(t,e,n),i},t.prototype.dtdElement=function(t,e,n){var i;return this.openNode(t,e,n),e.state=s.OpenTag,i=this.indent(t,e,n)+""+this.endline(t,e,n),e.state=s.None,this.closeNode(t,e,n),i},t.prototype.dtdEntity=function(t,e,n){var i;return this.openNode(t,e,n),e.state=s.OpenTag,i=this.indent(t,e,n)+""+this.endline(t,e,n),e.state=s.None,this.closeNode(t,e,n),i},t.prototype.dtdNotation=function(t,e,n){var i;return this.openNode(t,e,n),e.state=s.OpenTag,i=this.indent(t,e,n)+""+this.endline(t,e,n),e.state=s.None,this.closeNode(t,e,n),i},t.prototype.openNode=function(t,e,n){},t.prototype.closeNode=function(t,e,n){},t.prototype.openAttribute=function(t,e,n){},t.prototype.closeAttribute=function(t,e,n){},t}()}).call(this)},5532:function(t,e,n){(function(){var e,s,i,r,a,o,l,c,u,d;d=n(78369),c=d.assign,u=d.isFunction,i=n(91770),r=n(66934),a=n(79227),l=n(26434),o=n(81996),e=n(39335),s=n(30594),t.exports.create=function(t,e,n,s){var i,a;if(null==t)throw new Error("Root element needs a name.");return s=c({},e,n,s),a=(i=new r(s)).element(t),s.headless||(i.declaration(s),null==s.pubID&&null==s.sysID||i.dtd(s)),a},t.exports.begin=function(t,e,n){var s;return u(t)&&(e=(s=[t,e])[0],n=s[1],t={}),e?new a(t,e,n):new r(t)},t.exports.stringWriter=function(t){return new l(t)},t.exports.streamWriter=function(t,e){return new o(t,e)},t.exports.implementation=new i,t.exports.nodeType=e,t.exports.writerState=s}).call(this)},81490:t=>{"use strict";t.exports="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTYiIHdpZHRoPSIxNiI+CiAgPHBhdGggZD0iTTE0IDEyLjNMMTIuMyAxNCA4IDkuNyAzLjcgMTQgMiAxMi4zIDYuMyA4IDIgMy43IDMuNyAyIDggNi4zIDEyLjMgMiAxNCAzLjcgOS43IDh6Ii8+Cjwvc3ZnPgo="},90888:t=>{"use strict";t.exports="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTYiIHdpZHRoPSIxNiI+CiAgPHBhdGggZD0iTTE0IDEyLjNMMTIuMyAxNCA4IDkuNyAzLjcgMTQgMiAxMi4zIDYuMyA4IDIgMy43IDMuNyAyIDggNi4zIDEyLjMgMiAxNCAzLjcgOS43IDh6IiBzdHlsZT0iZmlsbC1vcGFjaXR5OjE7ZmlsbDojZmZmZmZmIi8+Cjwvc3ZnPgo="},52361:()=>{},94616:()=>{},5656:(t,e,n)=>{"use strict";n.d(e,{$B:()=>F,DT:()=>h,De:()=>y,G7:()=>re,Ir:()=>oe,NB:()=>I,RL:()=>U,Ti:()=>M,Tv:()=>E,Vn:()=>w,_o:()=>O,e4:()=>N,gt:()=>P,h7:()=>T,p$:()=>A,pC:()=>j,rp:()=>D,sS:()=>g,tB:()=>k,y3:()=>v});var s=n(77958),i=n(17499),r=n(31352),a=n(62520),o=n(65358),l=n(79753),c=n(14596);const u=null===(d=(0,s.ts)())?(0,i.IY)().setApp("files").build():(0,i.IY)().setApp("files").setUid(d.uid).build();var d;class m{_entries=[];registerEntry(t){this.validateEntry(t),this._entries.push(t)}unregisterEntry(t){const e="string"==typeof t?this.getEntryIndex(t):this.getEntryIndex(t.id);-1!==e?this._entries.splice(e,1):u.warn("Entry not found, nothing removed",{entry:t,entries:this.getEntries()})}getEntries(t){return t?this._entries.filter((e=>"function"!=typeof e.enabled||e.enabled(t))):this._entries}getEntryIndex(t){return this._entries.findIndex((e=>e.id===t))}validateEntry(t){if(!t.id||!t.displayName||!t.iconSvgInline&&!t.iconClass||!t.handler)throw new Error("Invalid entry");if("string"!=typeof t.id||"string"!=typeof t.displayName)throw new Error("Invalid id or displayName property");if(t.iconClass&&"string"!=typeof t.iconClass||t.iconSvgInline&&"string"!=typeof t.iconSvgInline)throw new Error("Invalid icon provided");if(void 0!==t.enabled&&"function"!=typeof t.enabled)throw new Error("Invalid enabled property");if("function"!=typeof t.handler)throw new Error("Invalid handler property");if("order"in t&&"number"!=typeof t.order)throw new Error("Invalid order property");if(-1!==this.getEntryIndex(t.id))throw new Error("Duplicate entry")}}const p=["B","KB","MB","GB","TB","PB"],f=["B","KiB","MiB","GiB","TiB","PiB"];function g(t,e=!1,n=!1,s=!1){n=n&&!s,"string"==typeof t&&(t=Number(t));let i=t>0?Math.floor(Math.log(t)/Math.log(s?1e3:1024)):0;i=Math.min((n?f.length:p.length)-1,i);const a=n?f[i]:p[i];let o=(t/Math.pow(s?1e3:1024,i)).toFixed(1);return!0===e&&0===i?("0.0"!==o?"< 1 ":"0 ")+(n?f[1]:p[1]):(o=i<2?parseFloat(o).toFixed(0):parseFloat(o).toLocaleString((0,r.aj)()),o+" "+a)}var h=(t=>(t.DEFAULT="default",t.HIDDEN="hidden",t))(h||{});class A{_action;constructor(t){this.validateAction(t),this._action=t}get id(){return this._action.id}get displayName(){return this._action.displayName}get title(){return this._action.title}get iconSvgInline(){return this._action.iconSvgInline}get enabled(){return this._action.enabled}get exec(){return this._action.exec}get execBatch(){return this._action.execBatch}get order(){return this._action.order}get parent(){return this._action.parent}get default(){return this._action.default}get inline(){return this._action.inline}get renderInline(){return this._action.renderInline}validateAction(t){if(!t.id||"string"!=typeof t.id)throw new Error("Invalid id");if(!t.displayName||"function"!=typeof t.displayName)throw new Error("Invalid displayName function");if("title"in t&&"function"!=typeof t.title)throw new Error("Invalid title function");if(!t.iconSvgInline||"function"!=typeof t.iconSvgInline)throw new Error("Invalid iconSvgInline function");if(!t.exec||"function"!=typeof t.exec)throw new Error("Invalid exec function");if("enabled"in t&&"function"!=typeof t.enabled)throw new Error("Invalid enabled function");if("execBatch"in t&&"function"!=typeof t.execBatch)throw new Error("Invalid execBatch function");if("order"in t&&"number"!=typeof t.order)throw new Error("Invalid order");if("parent"in t&&"string"!=typeof t.parent)throw new Error("Invalid parent");if(t.default&&!Object.values(h).includes(t.default))throw new Error("Invalid default");if("inline"in t&&"function"!=typeof t.inline)throw new Error("Invalid inline function");if("renderInline"in t&&"function"!=typeof t.renderInline)throw new Error("Invalid renderInline function")}}const w=function(){return typeof window._nc_fileactions>"u"&&(window._nc_fileactions=[],u.debug("FileActions initialized")),window._nc_fileactions},y=function(){return typeof window._nc_filelistheader>"u"&&(window._nc_filelistheader=[],u.debug("FileListHeaders initialized")),window._nc_filelistheader};var v=(t=>(t[t.NONE=0]="NONE",t[t.CREATE=4]="CREATE",t[t.READ=1]="READ",t[t.UPDATE=2]="UPDATE",t[t.DELETE=8]="DELETE",t[t.SHARE=16]="SHARE",t[t.ALL=31]="ALL",t))(v||{});const b=["d:getcontentlength","d:getcontenttype","d:getetag","d:getlastmodified","d:quota-available-bytes","d:resourcetype","nc:has-preview","nc:is-encrypted","nc:mount-type","nc:share-attributes","oc:comments-unread","oc:favorite","oc:fileid","oc:owner-display-name","oc:owner-id","oc:permissions","oc:share-types","oc:size","ocs:share-permissions"],C={d:"DAV:",nc:"http://nextcloud.org/ns",oc:"http://owncloud.org/ns",ocs:"http://open-collaboration-services.org/ns"},x=function(){return typeof window._nc_dav_properties>"u"&&(window._nc_dav_properties=[...b]),window._nc_dav_properties.map((t=>`<${t} />`)).join(" ")},_=function(){return typeof window._nc_dav_namespaces>"u"&&(window._nc_dav_namespaces={...C}),Object.keys(window._nc_dav_namespaces).map((t=>`xmlns:${t}="${window._nc_dav_namespaces?.[t]}"`)).join(" ")},T=function(){return`\n\t\t\n\t\t\t\n\t\t\t\t${x()}\n\t\t\t\n\t\t`},k=function(t){return`\n\n\t\n\t\t\n\t\t\t\n\t\t\t\t${x()}\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t/files/${(0,s.ts)()?.uid}/\n\t\t\t\tinfinity\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\thttpd/unix-directory\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t0\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t${t}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t100\n\t\t\t0\n\t\t\n\t\n`};var E=(t=>(t.Folder="folder",t.File="file",t))(E||{});const S=function(t,e){return null!==t.match(e)},L=(t,e)=>{if(t.id&&"number"!=typeof t.id)throw new Error("Invalid id type of value");if(!t.source)throw new Error("Missing mandatory source");try{new URL(t.source)}catch{throw new Error("Invalid source format, source must be a valid URL")}if(!t.source.startsWith("http"))throw new Error("Invalid source format, only http(s) is supported");if(t.mtime&&!(t.mtime instanceof Date))throw new Error("Invalid mtime type");if(t.crtime&&!(t.crtime instanceof Date))throw new Error("Invalid crtime type");if(!t.mime||"string"!=typeof t.mime||!t.mime.match(/^[-\w.]+\/[-+\w.]+$/gi))throw new Error("Missing or invalid mandatory mime");if("size"in t&&"number"!=typeof t.size&&void 0!==t.size)throw new Error("Invalid size type");if("permissions"in t&&void 0!==t.permissions&&!("number"==typeof t.permissions&&t.permissions>=v.NONE&&t.permissions<=v.ALL))throw new Error("Invalid permissions");if(t.owner&&null!==t.owner&&"string"!=typeof t.owner)throw new Error("Invalid owner type");if(t.attributes&&"object"!=typeof t.attributes)throw new Error("Invalid attributes type");if(t.root&&"string"!=typeof t.root)throw new Error("Invalid root type");if(t.root&&!t.root.startsWith("/"))throw new Error("Root must start with a leading slash");if(t.root&&!t.source.includes(t.root))throw new Error("Root must be part of the source");if(t.root&&S(t.source,e)){const n=t.source.match(e)[0];if(!t.source.includes((0,a.join)(n,t.root)))throw new Error("The root must be relative to the service. e.g /files/emma")}if(t.status&&!Object.values(N).includes(t.status))throw new Error("Status must be a valid NodeStatus")};var N=(t=>(t.NEW="new",t.FAILED="failed",t.LOADING="loading",t.LOCKED="locked",t))(N||{});class I{_data;_attributes;_knownDavService=/(remote|public)\.php\/(web)?dav/i;constructor(t,e){L(t,e||this._knownDavService),this._data=t;const n={set:(t,e,n)=>(this.updateMtime(),Reflect.set(t,e,n)),deleteProperty:(t,e)=>(this.updateMtime(),Reflect.deleteProperty(t,e))};this._attributes=new Proxy(t.attributes||{},n),delete this._data.attributes,e&&(this._knownDavService=e)}get source(){return this._data.source.replace(/\/$/i,"")}get encodedSource(){const{origin:t}=new URL(this.source);return t+(0,o.Ec)(this.source.slice(t.length))}get basename(){return(0,a.basename)(this.source)}get extension(){return(0,a.extname)(this.source)}get dirname(){if(this.root){const t=this.source.indexOf(this.root);return(0,a.dirname)(this.source.slice(t+this.root.length)||"/")}const t=new URL(this.source);return(0,a.dirname)(t.pathname)}get mime(){return this._data.mime}get mtime(){return this._data.mtime}get crtime(){return this._data.crtime}get size(){return this._data.size}get attributes(){return this._attributes}get permissions(){return null!==this.owner||this.isDavRessource?void 0!==this._data.permissions?this._data.permissions:v.NONE:v.READ}get owner(){return this.isDavRessource?this._data.owner:null}get isDavRessource(){return S(this.source,this._knownDavService)}get root(){return this._data.root?this._data.root.replace(/^(.+)\/$/,"$1"):this.isDavRessource&&(0,a.dirname)(this.source).split(this._knownDavService).pop()||null}get path(){if(this.root){const t=this.source.indexOf(this.root);return this.source.slice(t+this.root.length)||"/"}return(this.dirname+"/"+this.basename).replace(/\/\//g,"/")}get fileid(){return this._data?.id||this.attributes?.fileid}get status(){return this._data?.status}set status(t){this._data.status=t}move(t){L({...this._data,source:t},this._knownDavService),this._data.source=t,this.updateMtime()}rename(t){if(t.includes("/"))throw new Error("Invalid basename");this.move((0,a.dirname)(this.source)+"/"+t)}updateMtime(){this._data.mtime&&(this._data.mtime=new Date)}}class F extends I{get type(){return E.File}}class P extends I{constructor(t){super({...t,mime:"httpd/unix-directory"})}get type(){return E.Folder}get extension(){return null}get mime(){return"httpd/unix-directory"}}const O=`/files/${(0,s.ts)()?.uid}`,B=(0,l.generateRemoteUrl)("dav"),D=function(t=B){const e=(0,c.eI)(t);function n(t){e.setHeaders({"X-Requested-With":"XMLHttpRequest",requesttoken:t??""})}return(0,s._S)(n),n((0,s.IH)()),(0,c.lD)().patch("fetch",((t,e)=>{const n=e.headers;return n?.method&&(e.method=n.method,delete n.method),fetch(t,e)})),e},j=async(t,e="/",n=O)=>(await t.getDirectoryContents(`${n}${e}`,{details:!0,data:`\n\t\t\n\t\t\t\n\t\t\t\t${x()}\n\t\t\t\n\t\t\t\n\t\t\t\t1\n\t\t\t\n\t\t`,headers:{method:"REPORT"},includeSelf:!0})).data.filter((t=>t.filename!==e)).map((t=>U(t,n))),U=function(t,e=O,n=B){const i=t.props,r=function(t=""){let e=v.NONE;return t&&((t.includes("C")||t.includes("K"))&&(e|=v.CREATE),t.includes("G")&&(e|=v.READ),(t.includes("W")||t.includes("N")||t.includes("V"))&&(e|=v.UPDATE),t.includes("D")&&(e|=v.DELETE),t.includes("R")&&(e|=v.SHARE)),e}(i?.permissions),a=(0,s.ts)()?.uid,o={id:i?.fileid||0,source:`${n}${t.filename}`,mtime:new Date(Date.parse(t.lastmod)),mime:t.mime,size:i?.size||Number.parseInt(i.getcontentlength||"0"),permissions:r,owner:a,root:e,attributes:{...t,...i,hasPreview:i?.["has-preview"]}};return delete o.attributes?.props,"file"===t.type?new F(o):new P(o)};class R{_views=[];_currentView=null;register(t){if(this._views.find((e=>e.id===t.id)))throw new Error(`View id ${t.id} is already registered`);this._views.push(t)}remove(t){const e=this._views.findIndex((e=>e.id===t));-1!==e&&this._views.splice(e,1)}get views(){return this._views}setActive(t){this._currentView=t}get active(){return this._currentView}}const M=function(){return typeof window._nc_navigation>"u"&&(window._nc_navigation=new R,u.debug("Navigation service initialized")),window._nc_navigation};class z{_column;constructor(t){V(t),this._column=t}get id(){return this._column.id}get title(){return this._column.title}get render(){return this._column.render}get sort(){return this._column.sort}get summary(){return this._column.summary}}const V=function(t){if(!t.id||"string"!=typeof t.id)throw new Error("A column id is required");if(!t.title||"string"!=typeof t.title)throw new Error("A column title is required");if(!t.render||"function"!=typeof t.render)throw new Error("A render function is required");if(t.sort&&"function"!=typeof t.sort)throw new Error("Column sortFunction must be a function");if(t.summary&&"function"!=typeof t.summary)throw new Error("Column summary must be a function");return!0};var $={},H={};!function(t){const e=":A-Za-z_\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD",n="["+e+"]["+e+"\\-.\\d\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*",s=new RegExp("^"+n+"$");t.isExist=function(t){return typeof t<"u"},t.isEmptyObject=function(t){return 0===Object.keys(t).length},t.merge=function(t,e,n){if(e){const s=Object.keys(e),i=s.length;for(let r=0;r"u")},t.getAllMatches=function(t,e){const n=[];let s=e.exec(t);for(;s;){const i=[];i.startIndex=e.lastIndex-s[0].length;const r=s.length;for(let t=0;t5&&"xml"===s)return nt("InvalidXml","XML declaration allowed only at the start of the document.",rt(t,e));if("?"==t[e]&&">"==t[e+1]){e++;break}continue}return e}function Y(t,e){if(t.length>e+5&&"-"===t[e+1]&&"-"===t[e+2]){for(e+=3;e"===t[e+2]){e+=2;break}}else if(t.length>e+8&&"D"===t[e+1]&&"O"===t[e+2]&&"C"===t[e+3]&&"T"===t[e+4]&&"Y"===t[e+5]&&"P"===t[e+6]&&"E"===t[e+7]){let n=1;for(e+=8;e"===t[e]&&(n--,0===n))break}else if(t.length>e+9&&"["===t[e+1]&&"C"===t[e+2]&&"D"===t[e+3]&&"A"===t[e+4]&&"T"===t[e+5]&&"A"===t[e+6]&&"["===t[e+7])for(e+=8;e"===t[e+2]){e+=2;break}return e}$.validate=function(t,e){e=Object.assign({},Z,e);const n=[];let s=!1,i=!1;"\ufeff"===t[0]&&(t=t.substr(1));for(let r=0;r"!==t[r]&&" "!==t[r]&&"\t"!==t[r]&&"\n"!==t[r]&&"\r"!==t[r];r++)l+=t[r];if(l=l.trim(),"/"===l[l.length-1]&&(l=l.substring(0,l.length-1),r--),!it(l)){let e;return e=0===l.trim().length?"Invalid space after '<'.":"Tag '"+l+"' is an invalid name.",nt("InvalidTag",e,rt(t,r))}const c=Q(t,r);if(!1===c)return nt("InvalidAttr","Attributes for '"+l+"' have open quote.",rt(t,r));let u=c.value;if(r=c.index,"/"===u[u.length-1]){const n=r-u.length;u=u.substring(0,u.length-1);const i=tt(u,e);if(!0!==i)return nt(i.err.code,i.err.msg,rt(t,n+i.err.line));s=!0}else if(o){if(!c.tagClosed)return nt("InvalidTag","Closing tag '"+l+"' doesn't have proper closing.",rt(t,r));if(u.trim().length>0)return nt("InvalidTag","Closing tag '"+l+"' can't have attributes or invalid starting.",rt(t,a));{const e=n.pop();if(l!==e.tagName){let n=rt(t,e.tagStartPos);return nt("InvalidTag","Expected closing tag '"+e.tagName+"' (opened in line "+n.line+", col "+n.col+") instead of closing tag '"+l+"'.",rt(t,a))}0==n.length&&(i=!0)}}else{const o=tt(u,e);if(!0!==o)return nt(o.err.code,o.err.msg,rt(t,r-u.length+o.err.line));if(!0===i)return nt("InvalidXml","Multiple possible root nodes found.",rt(t,r));-1!==e.unpairedTags.indexOf(l)||n.push({tagName:l,tagStartPos:a}),s=!0}for(r++;r0)||nt("InvalidXml","Invalid '"+JSON.stringify(n.map((t=>t.tagName)),null,4).replace(/\r?\n/g,"")+"' found.",{line:1,col:1}):nt("InvalidXml","Start tag expected.",1)};const K='"',J="'";function Q(t,e){let n="",s="",i=!1;for(;e"===t[e]&&""===s){i=!0;break}n+=t[e]}return""===s&&{value:n,index:e,tagClosed:i}}const X=new RegExp("(\\s*)([^\\s=]+)(\\s*=)?(\\s*(['\"])(([\\s\\S])*?)\\5)?","g");function tt(t,e){const n=q.getAllMatches(t,X),s={};for(let t=0;t!1,commentPropName:!1,unpairedTags:[],processEntities:!0,htmlEntities:!1,ignoreDeclaration:!1,ignorePiTags:!1,transformTagName:!1,transformAttributeName:!1,updateTag:function(t,e,n){return t}};ot.buildOptions=function(t){return Object.assign({},lt,t)},ot.defaultOptions=lt;const ct=H;function ut(t,e){let n="";for(;e0?this.child.push({[t.tagname]:t.child,":@":t[":@"]}):this.child.push({[t.tagname]:t.child})}},Ct=function(t,e){const n={};if("O"!==t[e+3]||"C"!==t[e+4]||"T"!==t[e+5]||"Y"!==t[e+6]||"P"!==t[e+7]||"E"!==t[e+8])throw new Error("Invalid Tag instead of DOCTYPE");{e+=9;let s=1,i=!1,r=!1,a="";for(;e"===t[e]){if(r?"-"===t[e-1]&&"-"===t[e-2]&&(r=!1,s--):s--,0===s)break}else"["===t[e]?i=!0:a+=t[e];else{if(i&&mt(t,e))e+=7,[entityName,val,e]=ut(t,e+1),-1===val.indexOf("&")&&(n[ht(entityName)]={regx:RegExp(`&${entityName};`,"g"),val});else if(i&&pt(t,e))e+=8;else if(i&&ft(t,e))e+=8;else if(i&>(t,e))e+=9;else{if(!dt)throw new Error("Invalid DOCTYPE");r=!0}s++,a=""}if(0!==s)throw new Error("Unclosed DOCTYPE")}return{entities:n,i:e}},xt=function(t,e={}){if(e=Object.assign({},yt,e),!t||"string"!=typeof t)return t;let n=t.trim();if(void 0!==e.skipLike&&e.skipLike.test(n))return t;if(e.hex&&At.test(n))return Number.parseInt(n,16);{const s=wt.exec(n);if(s){const i=s[1],r=s[2];let a=function(t){return t&&-1!==t.indexOf(".")&&("."===(t=t.replace(/0+$/,""))?t="0":"."===t[0]?t="0"+t:"."===t[t.length-1]&&(t=t.substr(0,t.length-1))),t}(s[3]);const o=s[4]||s[6];if(!e.leadingZeros&&r.length>0&&i&&"."!==n[2])return t;if(!e.leadingZeros&&r.length>0&&!i&&"."!==n[1])return t;{const s=Number(n),l=""+s;return-1!==l.search(/[eE]/)||o?e.eNotation?s:t:-1!==n.indexOf(".")?"0"===l&&""===a||l===a||i&&l==="-"+a?s:t:r?a===l||i+a===l?s:t:n===l||n===i+l?s:t}}return t}};function _t(t){const e=Object.keys(t);for(let n=0;n0)){a||(t=this.replaceEntitiesValue(t));const s=this.options.tagValueProcessor(e,t,n,i,r);return null==s?t:typeof s!=typeof t||s!==t?s:this.options.trimValues||t.trim()===t?jt(t,this.options.parseTagValue,this.options.numberParseOptions):t}}function kt(t){if(this.options.removeNSPrefix){const e=t.split(":"),n="/"===t.charAt(0)?"/":"";if("xmlns"===e[0])return"";2===e.length&&(t=n+e[1])}return t}"<((!\\[CDATA\\[([\\s\\S]*?)(]]>))|((NAME:)?(NAME))([^>]*)>|((\\/)(NAME)\\s*>))([^<]*)".replace(/NAME/g,vt.nameRegexp);const Et=new RegExp("([^\\s=]+)\\s*(=\\s*(['\"])([\\s\\S]*?)\\3)?","gm");function St(t,e,n){if(!this.options.ignoreAttributes&&"string"==typeof t){const n=vt.getAllMatches(t,Et),s=n.length,i={};for(let t=0;t",r,"Closing Tag is not closed.");let a=t.substring(r+2,e).trim();if(this.options.removeNSPrefix){const t=a.indexOf(":");-1!==t&&(a=a.substr(t+1))}this.options.transformTagName&&(a=this.options.transformTagName(a)),n&&(s=this.saveTextToParentTag(s,n,i));const o=i.substring(i.lastIndexOf(".")+1);if(a&&-1!==this.options.unpairedTags.indexOf(a))throw new Error(`Unpaired tag can not be used as closing tag: `);let l=0;o&&-1!==this.options.unpairedTags.indexOf(o)?(l=i.lastIndexOf(".",i.lastIndexOf(".")-1),this.tagsNodeStack.pop()):l=i.lastIndexOf("."),i=i.substring(0,l),n=this.tagsNodeStack.pop(),s="",r=e}else if("?"===t[r+1]){let e=Bt(t,r,!1,"?>");if(!e)throw new Error("Pi Tag is not closed.");if(s=this.saveTextToParentTag(s,n,i),!(this.options.ignoreDeclaration&&"?xml"===e.tagName||this.options.ignorePiTags)){const t=new bt(e.tagName);t.add(this.options.textNodeName,""),e.tagName!==e.tagExp&&e.attrExpPresent&&(t[":@"]=this.buildAttributesMap(e.tagExp,i,e.tagName)),this.addChild(n,t,i)}r=e.closeIndex+1}else if("!--"===t.substr(r+1,3)){const e=Ot(t,"--\x3e",r+4,"Comment is not closed.");if(this.options.commentPropName){const a=t.substring(r+4,e-2);s=this.saveTextToParentTag(s,n,i),n.add(this.options.commentPropName,[{[this.options.textNodeName]:a}])}r=e}else if("!D"===t.substr(r+1,2)){const e=Ct(t,r);this.docTypeEntities=e.entities,r=e.i}else if("!["===t.substr(r+1,2)){const e=Ot(t,"]]>",r,"CDATA is not closed.")-2,a=t.substring(r+9,e);if(s=this.saveTextToParentTag(s,n,i),this.options.cdataPropName)n.add(this.options.cdataPropName,[{[this.options.textNodeName]:a}]);else{let t=this.parseTextData(a,n.tagname,i,!0,!1,!0);null==t&&(t=""),n.add(this.options.textNodeName,t)}r=e+2}else{let a=Bt(t,r,this.options.removeNSPrefix),o=a.tagName;const l=a.rawTagName;let c=a.tagExp,u=a.attrExpPresent,d=a.closeIndex;this.options.transformTagName&&(o=this.options.transformTagName(o)),n&&s&&"!xml"!==n.tagname&&(s=this.saveTextToParentTag(s,n,i,!1));const m=n;if(m&&-1!==this.options.unpairedTags.indexOf(m.tagname)&&(n=this.tagsNodeStack.pop(),i=i.substring(0,i.lastIndexOf("."))),o!==e.tagname&&(i+=i?"."+o:o),this.isItStopNode(this.options.stopNodes,i,o)){let e="";if(c.length>0&&c.lastIndexOf("/")===c.length-1)r=a.closeIndex;else if(-1!==this.options.unpairedTags.indexOf(o))r=a.closeIndex;else{const n=this.readStopNodeData(t,l,d+1);if(!n)throw new Error(`Unexpected end of ${l}`);r=n.i,e=n.tagContent}const s=new bt(o);o!==c&&u&&(s[":@"]=this.buildAttributesMap(c,i,o)),e&&(e=this.parseTextData(e,o,i,!0,u,!0,!0)),i=i.substr(0,i.lastIndexOf(".")),s.add(this.options.textNodeName,e),this.addChild(n,s,i)}else{if(c.length>0&&c.lastIndexOf("/")===c.length-1){"/"===o[o.length-1]?(o=o.substr(0,o.length-1),i=i.substr(0,i.length-1),c=o):c=c.substr(0,c.length-1),this.options.transformTagName&&(o=this.options.transformTagName(o));const t=new bt(o);o!==c&&u&&(t[":@"]=this.buildAttributesMap(c,i,o)),this.addChild(n,t,i),i=i.substr(0,i.lastIndexOf("."))}else{const t=new bt(o);this.tagsNodeStack.push(n),o!==c&&u&&(t[":@"]=this.buildAttributesMap(c,i,o)),this.addChild(n,t,i),n=t}s="",r=d}}else s+=t[r];return e.child};function Nt(t,e,n){const s=this.options.updateTag(e.tagname,n,e[":@"]);!1===s||("string"==typeof s&&(e.tagname=s),t.addChild(e))}const It=function(t){if(this.options.processEntities){for(let e in this.docTypeEntities){const n=this.docTypeEntities[e];t=t.replace(n.regx,n.val)}for(let e in this.lastEntities){const n=this.lastEntities[e];t=t.replace(n.regex,n.val)}if(this.options.htmlEntities)for(let e in this.htmlEntities){const n=this.htmlEntities[e];t=t.replace(n.regex,n.val)}t=t.replace(this.ampEntity.regex,this.ampEntity.val)}return t};function Ft(t,e,n,s){return t&&(void 0===s&&(s=0===Object.keys(e.child).length),void 0!==(t=this.parseTextData(t,e.tagname,n,!1,!!e[":@"]&&0!==Object.keys(e[":@"]).length,s))&&""!==t&&e.add(this.options.textNodeName,t),t=""),t}function Pt(t,e,n){const s="*."+n;for(const n in t){const i=t[n];if(s===i||e===i)return!0}return!1}function Ot(t,e,n,s){const i=t.indexOf(e,n);if(-1===i)throw new Error(s);return i+e.length-1}function Bt(t,e,n,s=">"){const i=function(t,e,n=">"){let s,i="";for(let r=e;r",n,`${e} is not closed`);if(t.substring(n+2,r).trim()===e&&(i--,0===i))return{tagContent:t.substring(s,n),i:r};n=r}else if("?"===t[n+1])n=Ot(t,"?>",n+1,"StopNode is not closed.");else if("!--"===t.substr(n+1,3))n=Ot(t,"--\x3e",n+3,"StopNode is not closed.");else if("!["===t.substr(n+1,2))n=Ot(t,"]]>",n,"StopNode is not closed.")-2;else{const s=Bt(t,n,">");s&&((s&&s.tagName)===e&&"/"!==s.tagExp[s.tagExp.length-1]&&i++,n=s.closeIndex)}}function jt(t,e,n){if(e&&"string"==typeof t){const e=t.trim();return"true"===e||"false"!==e&&xt(t,n)}return vt.isExist(t)?t:""}var Ut={};function Rt(t,e,n){let s;const i={};for(let r=0;r0&&(i[e.textNodeName]=s):void 0!==s&&(i[e.textNodeName]=s),i}function Mt(t){const e=Object.keys(t);for(let t=0;t"},lt:{regex:/&(lt|#60|#x3C);/g,val:"<"},quot:{regex:/&(quot|#34|#x22);/g,val:'"'}},this.ampEntity={regex:/&(amp|#38|#x26);/g,val:"&"},this.htmlEntities={space:{regex:/&(nbsp|#160);/g,val:" "},cent:{regex:/&(cent|#162);/g,val:"¢"},pound:{regex:/&(pound|#163);/g,val:"£"},yen:{regex:/&(yen|#165);/g,val:"¥"},euro:{regex:/&(euro|#8364);/g,val:"€"},copyright:{regex:/&(copy|#169);/g,val:"©"},reg:{regex:/&(reg|#174);/g,val:"®"},inr:{regex:/&(inr|#8377);/g,val:"₹"}},this.addExternalEntities=_t,this.parseXml=Lt,this.parseTextData=Tt,this.resolveNameSpace=kt,this.buildAttributesMap=St,this.isItStopNode=Pt,this.replaceEntitiesValue=It,this.readStopNodeData=Dt,this.saveTextToParentTag=Ft,this.addChild=Nt}},{prettify:qt}=Ut,Zt=$;function Gt(t,e,n,s){let i="",r=!1;for(let a=0;a`,r=!1;continue}if(l===e.commentPropName){i+=s+`\x3c!--${o[l][0][e.textNodeName]}--\x3e`,r=!0;continue}if("?"===l[0]){const t=Yt(o[":@"],e),n="?xml"===l?"":s;let a=o[l][0][e.textNodeName];a=0!==a.length?" "+a:"",i+=n+`<${l}${a}${t}?>`,r=!0;continue}let u=s;""!==u&&(u+=e.indentBy);const d=s+`<${l}${Yt(o[":@"],e)}`,m=Gt(o[l],e,c,u);-1!==e.unpairedTags.indexOf(l)?e.suppressUnpairedNode?i+=d+">":i+=d+"/>":m&&0!==m.length||!e.suppressEmptyNode?m&&m.endsWith(">")?i+=d+`>${m}${s}`:(i+=d+">",m&&""!==s&&(m.includes("/>")||m.includes("`):i+=d+"/>",r=!0}return i}function Wt(t){const e=Object.keys(t);for(let n=0;n0&&e.processEntities)for(let n=0;n0&&(n="\n"),Gt(t,e,"",n)},Xt={attributeNamePrefix:"@_",attributesGroupName:!1,textNodeName:"#text",ignoreAttributes:!0,cdataPropName:!1,format:!1,indentBy:" ",suppressEmptyNode:!1,suppressUnpairedNode:!0,suppressBooleanAttributes:!0,tagValueProcessor:function(t,e){return e},attributeValueProcessor:function(t,e){return e},preserveOrder:!1,commentPropName:!1,unpairedTags:[],entities:[{regex:new RegExp("&","g"),val:"&"},{regex:new RegExp(">","g"),val:">"},{regex:new RegExp("<","g"),val:"<"},{regex:new RegExp("'","g"),val:"'"},{regex:new RegExp('"',"g"),val:"""}],processEntities:!0,stopNodes:[],oneListGroup:!1};function te(t){this.options=Object.assign({},Xt,t),this.options.ignoreAttributes||this.options.attributesGroupName?this.isAttribute=function(){return!1}:(this.attrPrefixLen=this.options.attributeNamePrefix.length,this.isAttribute=se),this.processTextOrObjNode=ee,this.options.format?(this.indentate=ne,this.tagEndChar=">\n",this.newLine="\n"):(this.indentate=function(){return""},this.tagEndChar=">",this.newLine="")}function ee(t,e,n){const s=this.j2x(t,n+1);return void 0!==t[this.options.textNodeName]&&1===Object.keys(t).length?this.buildTextValNode(t[this.options.textNodeName],e,s.attrStr,n):this.buildObjectNode(s.val,e,s.attrStr,n)}function ne(t){return this.options.indentBy.repeat(t)}function se(t){return!(!t.startsWith(this.options.attributeNamePrefix)||t===this.options.textNodeName)&&t.substr(this.attrPrefixLen)}te.prototype.build=function(t){return this.options.preserveOrder?Qt(t,this.options):(Array.isArray(t)&&this.options.arrayNodeName&&this.options.arrayNodeName.length>1&&(t={[this.options.arrayNodeName]:t}),this.j2x(t,0).val)},te.prototype.j2x=function(t,e){let n="",s="";for(let i in t)if(Object.prototype.hasOwnProperty.call(t,i))if(typeof t[i]>"u")this.isAttribute(i)&&(s+="");else if(null===t[i])this.isAttribute(i)?s+="":"?"===i[0]?s+=this.indentate(e)+"<"+i+"?"+this.tagEndChar:s+=this.indentate(e)+"<"+i+"/"+this.tagEndChar;else if(t[i]instanceof Date)s+=this.buildTextValNode(t[i],i,"",e);else if("object"!=typeof t[i]){const r=this.isAttribute(i);if(r)n+=this.buildAttrPairStr(r,""+t[i]);else if(i===this.options.textNodeName){let e=this.options.tagValueProcessor(i,""+t[i]);s+=this.replaceEntitiesValue(e)}else s+=this.buildTextValNode(t[i],i,"",e)}else if(Array.isArray(t[i])){const n=t[i].length;let r="";for(let a=0;a"u"||(null===n?"?"===i[0]?s+=this.indentate(e)+"<"+i+"?"+this.tagEndChar:s+=this.indentate(e)+"<"+i+"/"+this.tagEndChar:"object"==typeof n?this.options.oneListGroup?r+=this.j2x(n,e+1).val:r+=this.processTextOrObjNode(n,i,e):r+=this.buildTextValNode(n,i,"",e))}this.options.oneListGroup&&(r=this.buildObjectNode(r,i,"",e)),s+=r}else if(this.options.attributesGroupName&&i===this.options.attributesGroupName){const e=Object.keys(t[i]),s=e.length;for(let r=0;r"+t+i}},te.prototype.closeTag=function(t){let e="";return-1!==this.options.unpairedTags.indexOf(t)?this.options.suppressUnpairedNode||(e="/"):e=this.options.suppressEmptyNode?"/":`>`+this.newLine;if(!1!==this.options.commentPropName&&e===this.options.commentPropName)return this.indentate(s)+`\x3c!--${t}--\x3e`+this.newLine;if("?"===e[0])return this.indentate(s)+"<"+e+n+"?"+this.tagEndChar;{let i=this.options.tagValueProcessor(e,t);return i=this.replaceEntitiesValue(i),""===i?this.indentate(s)+"<"+e+n+this.closeTag(e)+this.tagEndChar:this.indentate(s)+"<"+e+n+">"+i+"0&&this.options.processEntities)for(let e=0;e0&&(!t.caption||"string"!=typeof t.caption))throw new Error("View caption is required for top-level views and must be a string");if(!t.getContents||"function"!=typeof t.getContents)throw new Error("View getContents is required and must be a function");if(!t.icon||"string"!=typeof t.icon||!function(t){if("string"!=typeof t)throw new TypeError(`Expected a \`string\`, got \`${typeof t}\``);if(0===(t=t.trim()).length||!0!==ie.XMLValidator.validate(t))return!1;let e;const n=new ie.XMLParser;try{e=n.parse(t)}catch{return!1}return!(!e||!("svg"in e))}(t.icon))throw new Error("View icon is required and must be a valid svg string");if(!("order"in t)||"number"!=typeof t.order)throw new Error("View order is required and must be a number");if(t.columns&&t.columns.forEach((t=>{if(!(t instanceof z))throw new Error("View columns must be an array of Column. Invalid column found")})),t.emptyView&&"function"!=typeof t.emptyView)throw new Error("View emptyView must be a function");if(t.parent&&"string"!=typeof t.parent)throw new Error("View parent must be a string");if("sticky"in t&&"boolean"!=typeof t.sticky)throw new Error("View sticky must be a boolean");if("expanded"in t&&"boolean"!=typeof t.expanded)throw new Error("View expanded must be a boolean");if(t.defaultSortKey&&"string"!=typeof t.defaultSortKey)throw new Error("View defaultSortKey must be a string");return!0},oe=function(t){return(typeof window._nc_newfilemenu>"u"&&(window._nc_newfilemenu=new m,u.debug("NewFileMenu initialized")),window._nc_newfilemenu).getEntries(t).sort(((t,e)=>void 0!==t.order&&void 0!==e.order&&t.order!==e.order?t.order-e.order:t.displayName.localeCompare(e.displayName,void 0,{numeric:!0,sensitivity:"base"})))}},76226:(t,e,n)=>{"use strict";n.d(e,{U:()=>nn,a:()=>Xe,g:()=>rn,l:()=>He,n:()=>Ge,t:()=>tn});var s=n(93379),i=n.n(s),r=n(7795),a=n.n(r),o=n(90569),l=n.n(o),c=n(3565),u=n.n(c),d=n(19216),m=n.n(d),p=n(44589),f=n.n(p),g=n(82396),h={};h.styleTagTransform=f(),h.setAttributes=u(),h.insert=l().bind(null,"head"),h.domAPI=a(),h.insertStyleElement=m(),i()(g.Z,h),g.Z&&g.Z.locals&&g.Z.locals;var A=n(79753),w=n(77958),y=n(5656),v=n(93664);class b extends Error{constructor(t){super(t||"Promise was canceled"),this.name="CancelError"}get isCanceled(){return!0}}const C=Object.freeze({pending:Symbol("pending"),canceled:Symbol("canceled"),resolved:Symbol("resolved"),rejected:Symbol("rejected")});class x{static fn(t){return(...e)=>new x(((n,s,i)=>{e.push(i),t(...e).then(n,s)}))}#t=[];#e=!0;#n=C.pending;#s;#i;constructor(t){this.#s=new Promise(((e,n)=>{this.#i=n;const s=t=>{if(this.#n!==C.pending)throw new Error(`The \`onCancel\` handler was attached after the promise ${this.#n.description}.`);this.#t.push(t)};Object.defineProperties(s,{shouldReject:{get:()=>this.#e,set:t=>{this.#e=t}}}),t((t=>{this.#n===C.canceled&&s.shouldReject||(e(t),this.#r(C.resolved))}),(t=>{this.#n===C.canceled&&s.shouldReject||(n(t),this.#r(C.rejected))}),s)}))}then(t,e){return this.#s.then(t,e)}catch(t){return this.#s.catch(t)}finally(t){return this.#s.finally(t)}cancel(t){if(this.#n===C.pending){if(this.#r(C.canceled),this.#t.length>0)try{for(const t of this.#t)t()}catch(t){return void this.#i(t)}this.#e&&this.#i(new b(t))}}get isCanceled(){return this.#n===C.canceled}#r(t){this.#n===C.pending&&(this.#n=t)}}Object.setPrototypeOf(x.prototype,Promise.prototype);var _=n(59440),T=n(43452);const k=(t,e,n)=>t.bind(n);var E=n(17499),S=n(64024),L=n(69481),N=n(20144),I=n(72155),F=n(55212),P=n(74628),O=n(64865),B=n(34854),D=n(48264),j=n(48764).Buffer,U=n(25108);function R(t,e){return function(){return t.apply(e,arguments)}}const{toString:M}=Object.prototype,{getPrototypeOf:z}=Object,V=(G=Object.create(null),t=>{const e=M.call(t);return G[e]||(G[e]=e.slice(8,-1).toLowerCase())}),$=t=>(t=t.toLowerCase(),e=>V(e)===t),H=t=>e=>typeof e===t,{isArray:q}=Array,Z=H("undefined");var G;const W=$("ArrayBuffer"),Y=H("string"),K=H("function"),J=H("number"),Q=t=>null!==t&&"object"==typeof t,X=t=>{if("object"!==V(t))return!1;const e=z(t);return!(null!==e&&e!==Object.prototype&&null!==Object.getPrototypeOf(e)||Symbol.toStringTag in t||Symbol.iterator in t)},tt=$("Date"),et=$("File"),nt=$("Blob"),st=$("FileList"),it=$("URLSearchParams");function rt(t,e,{allOwnKeys:n=!1}={}){if(null===t||typeof t>"u")return;let s,i;if("object"!=typeof t&&(t=[t]),q(t))for(s=0,i=t.length;s0;)if(s=n[i],e===s.toLowerCase())return s;return null}const ot=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global,lt=t=>!Z(t)&&t!==ot,ct=(t=>e=>t&&e instanceof t)(typeof Uint8Array<"u"&&z(Uint8Array)),ut=$("HTMLFormElement"),dt=(({hasOwnProperty:t})=>(e,n)=>t.call(e,n))(Object.prototype),mt=$("RegExp"),pt=(t,e)=>{const n=Object.getOwnPropertyDescriptors(t),s={};rt(n,((n,i)=>{let r;!1!==(r=e(n,i,t))&&(s[i]=r||n)})),Object.defineProperties(t,s)},ft="abcdefghijklmnopqrstuvwxyz",gt="0123456789",ht={DIGIT:gt,ALPHA:ft,ALPHA_DIGIT:ft+ft.toUpperCase()+gt},At=$("AsyncFunction"),wt={isArray:q,isArrayBuffer:W,isBuffer:function(t){return null!==t&&!Z(t)&&null!==t.constructor&&!Z(t.constructor)&&K(t.constructor.isBuffer)&&t.constructor.isBuffer(t)},isFormData:t=>{let e;return t&&("function"==typeof FormData&&t instanceof FormData||K(t.append)&&("formdata"===(e=V(t))||"object"===e&&K(t.toString)&&"[object FormData]"===t.toString()))},isArrayBufferView:function(t){let e;return e=typeof ArrayBuffer<"u"&&ArrayBuffer.isView?ArrayBuffer.isView(t):t&&t.buffer&&W(t.buffer),e},isString:Y,isNumber:J,isBoolean:t=>!0===t||!1===t,isObject:Q,isPlainObject:X,isUndefined:Z,isDate:tt,isFile:et,isBlob:nt,isRegExp:mt,isFunction:K,isStream:t=>Q(t)&&K(t.pipe),isURLSearchParams:it,isTypedArray:ct,isFileList:st,forEach:rt,merge:function t(){const{caseless:e}=lt(this)&&this||{},n={},s=(s,i)=>{const r=e&&at(n,i)||i;X(n[r])&&X(s)?n[r]=t(n[r],s):X(s)?n[r]=t({},s):q(s)?n[r]=s.slice():n[r]=s};for(let t=0,e=arguments.length;t(rt(e,((e,s)=>{n&&K(e)?t[s]=R(e,n):t[s]=e}),{allOwnKeys:s}),t),trim:t=>t.trim?t.trim():t.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,""),stripBOM:t=>(65279===t.charCodeAt(0)&&(t=t.slice(1)),t),inherits:(t,e,n,s)=>{t.prototype=Object.create(e.prototype,s),t.prototype.constructor=t,Object.defineProperty(t,"super",{value:e.prototype}),n&&Object.assign(t.prototype,n)},toFlatObject:(t,e,n,s)=>{let i,r,a;const o={};if(e=e||{},null==t)return e;do{for(i=Object.getOwnPropertyNames(t),r=i.length;r-- >0;)a=i[r],(!s||s(a,t,e))&&!o[a]&&(e[a]=t[a],o[a]=!0);t=!1!==n&&z(t)}while(t&&(!n||n(t,e))&&t!==Object.prototype);return e},kindOf:V,kindOfTest:$,endsWith:(t,e,n)=>{t=String(t),(void 0===n||n>t.length)&&(n=t.length),n-=e.length;const s=t.indexOf(e,n);return-1!==s&&s===n},toArray:t=>{if(!t)return null;if(q(t))return t;let e=t.length;if(!J(e))return null;const n=new Array(e);for(;e-- >0;)n[e]=t[e];return n},forEachEntry:(t,e)=>{const n=(t&&t[Symbol.iterator]).call(t);let s;for(;(s=n.next())&&!s.done;){const n=s.value;e.call(t,n[0],n[1])}},matchAll:(t,e)=>{let n;const s=[];for(;null!==(n=t.exec(e));)s.push(n);return s},isHTMLForm:ut,hasOwnProperty:dt,hasOwnProp:dt,reduceDescriptors:pt,freezeMethods:t=>{pt(t,((e,n)=>{if(K(t)&&-1!==["arguments","caller","callee"].indexOf(n))return!1;const s=t[n];if(K(s)){if(e.enumerable=!1,"writable"in e)return void(e.writable=!1);e.set||(e.set=()=>{throw Error("Can not rewrite read-only method '"+n+"'")})}}))},toObjectSet:(t,e)=>{const n={},s=t=>{t.forEach((t=>{n[t]=!0}))};return q(t)?s(t):s(String(t).split(e)),n},toCamelCase:t=>t.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,(function(t,e,n){return e.toUpperCase()+n})),noop:()=>{},toFiniteNumber:(t,e)=>(t=+t,Number.isFinite(t)?t:e),findKey:at,global:ot,isContextDefined:lt,ALPHABET:ht,generateString:(t=16,e=ht.ALPHA_DIGIT)=>{let n="";const{length:s}=e;for(;t--;)n+=e[Math.random()*s|0];return n},isSpecCompliantForm:function(t){return!!(t&&K(t.append)&&"FormData"===t[Symbol.toStringTag]&&t[Symbol.iterator])},toJSONObject:t=>{const e=new Array(10),n=(t,s)=>{if(Q(t)){if(e.indexOf(t)>=0)return;if(!("toJSON"in t)){e[s]=t;const i=q(t)?[]:{};return rt(t,((t,e)=>{const r=n(t,s+1);!Z(r)&&(i[e]=r)})),e[s]=void 0,i}}return t};return n(t,0)},isAsyncFn:At,isThenable:t=>t&&(Q(t)||K(t))&&K(t.then)&&K(t.catch)};function yt(t,e,n,s,i){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=(new Error).stack,this.message=t,this.name="AxiosError",e&&(this.code=e),n&&(this.config=n),s&&(this.request=s),i&&(this.response=i)}wt.inherits(yt,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:wt.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const vt=yt.prototype,bt={};function Ct(t){return wt.isPlainObject(t)||wt.isArray(t)}function xt(t){return wt.endsWith(t,"[]")?t.slice(0,-2):t}function _t(t,e,n){return t?t.concat(e).map((function(t,e){return t=xt(t),!n&&e?"["+t+"]":t})).join(n?".":""):e}["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach((t=>{bt[t]={value:t}})),Object.defineProperties(yt,bt),Object.defineProperty(vt,"isAxiosError",{value:!0}),yt.from=(t,e,n,s,i,r)=>{const a=Object.create(vt);return wt.toFlatObject(t,a,(function(t){return t!==Error.prototype}),(t=>"isAxiosError"!==t)),yt.call(a,t.message,e,n,s,i),a.cause=t,a.name=t.name,r&&Object.assign(a,r),a};const Tt=wt.toFlatObject(wt,{},null,(function(t){return/^is[A-Z]/.test(t)}));function kt(t,e,n){if(!wt.isObject(t))throw new TypeError("target must be an object");e=e||new FormData;const s=(n=wt.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,(function(t,e){return!wt.isUndefined(e[t])}))).metaTokens,i=n.visitor||c,r=n.dots,a=n.indexes,o=(n.Blob||typeof Blob<"u"&&Blob)&&wt.isSpecCompliantForm(e);if(!wt.isFunction(i))throw new TypeError("visitor must be a function");function l(t){if(null===t)return"";if(wt.isDate(t))return t.toISOString();if(!o&&wt.isBlob(t))throw new yt("Blob is not supported. Use a Buffer instead.");return wt.isArrayBuffer(t)||wt.isTypedArray(t)?o&&"function"==typeof Blob?new Blob([t]):j.from(t):t}function c(t,n,i){let o=t;if(t&&!i&&"object"==typeof t)if(wt.endsWith(n,"{}"))n=s?n:n.slice(0,-2),t=JSON.stringify(t);else if(wt.isArray(t)&&function(t){return wt.isArray(t)&&!t.some(Ct)}(t)||(wt.isFileList(t)||wt.endsWith(n,"[]"))&&(o=wt.toArray(t)))return n=xt(n),o.forEach((function(t,s){!wt.isUndefined(t)&&null!==t&&e.append(!0===a?_t([n],s,r):null===a?n:n+"[]",l(t))})),!1;return!!Ct(t)||(e.append(_t(i,n,r),l(t)),!1)}const u=[],d=Object.assign(Tt,{defaultVisitor:c,convertValue:l,isVisitable:Ct});if(!wt.isObject(t))throw new TypeError("data must be an object");return function t(n,s){if(!wt.isUndefined(n)){if(-1!==u.indexOf(n))throw Error("Circular reference detected in "+s.join("."));u.push(n),wt.forEach(n,(function(n,r){!0===(!(wt.isUndefined(n)||null===n)&&i.call(e,n,wt.isString(r)?r.trim():r,s,d))&&t(n,s?s.concat(r):[r])})),u.pop()}}(t),e}function Et(t){const e={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(t).replace(/[!'()~]|%20|%00/g,(function(t){return e[t]}))}function St(t,e){this._pairs=[],t&&kt(t,this,e)}const Lt=St.prototype;function Nt(t){return encodeURIComponent(t).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function It(t,e,n){if(!e)return t;const s=n&&n.encode||Nt,i=n&&n.serialize;let r;if(r=i?i(e,n):wt.isURLSearchParams(e)?e.toString():new St(e,n).toString(s),r){const e=t.indexOf("#");-1!==e&&(t=t.slice(0,e)),t+=(-1===t.indexOf("?")?"?":"&")+r}return t}Lt.append=function(t,e){this._pairs.push([t,e])},Lt.toString=function(t){const e=t?function(e){return t.call(this,e,Et)}:Et;return this._pairs.map((function(t){return e(t[0])+"="+e(t[1])}),"").join("&")};const Ft=class{constructor(){this.handlers=[]}use(t,e,n){return this.handlers.push({fulfilled:t,rejected:e,synchronous:!!n&&n.synchronous,runWhen:n?n.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){wt.forEach(this.handlers,(function(e){null!==e&&t(e)}))}},Pt={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},Ot={isBrowser:!0,classes:{URLSearchParams:typeof URLSearchParams<"u"?URLSearchParams:St,FormData:typeof FormData<"u"?FormData:null,Blob:typeof Blob<"u"?Blob:null},protocols:["http","https","file","blob","url","data"]},Bt=typeof window<"u"&&typeof document<"u",Dt=(t=>Bt&&["ReactNative","NativeScript","NS"].indexOf(t)<0)(typeof navigator<"u"&&navigator.product),jt=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&"function"==typeof self.importScripts,Ut={...Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:Bt,hasStandardBrowserEnv:Dt,hasStandardBrowserWebWorkerEnv:jt},Symbol.toStringTag,{value:"Module"})),...Ot};function Rt(t){function e(t,n,s,i){let r=t[i++];const a=Number.isFinite(+r),o=i>=t.length;return r=!r&&wt.isArray(s)?s.length:r,o?(wt.hasOwnProp(s,r)?s[r]=[s[r],n]:s[r]=n,!a):((!s[r]||!wt.isObject(s[r]))&&(s[r]=[]),e(t,n,s[r],i)&&wt.isArray(s[r])&&(s[r]=function(t){const e={},n=Object.keys(t);let s;const i=n.length;let r;for(s=0;s{e(function(t){return wt.matchAll(/\w+|\[(\w*)]/g,t).map((t=>"[]"===t[0]?"":t[1]||t[0]))}(t),s,n,0)})),n}return null}const Mt={transitional:Pt,adapter:["xhr","http"],transformRequest:[function(t,e){const n=e.getContentType()||"",s=n.indexOf("application/json")>-1,i=wt.isObject(t);if(i&&wt.isHTMLForm(t)&&(t=new FormData(t)),wt.isFormData(t))return s&&s?JSON.stringify(Rt(t)):t;if(wt.isArrayBuffer(t)||wt.isBuffer(t)||wt.isStream(t)||wt.isFile(t)||wt.isBlob(t))return t;if(wt.isArrayBufferView(t))return t.buffer;if(wt.isURLSearchParams(t))return e.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let r;if(i){if(n.indexOf("application/x-www-form-urlencoded")>-1)return function(t,e){return kt(t,new Ut.classes.URLSearchParams,Object.assign({visitor:function(t,e,n,s){return Ut.isNode&&wt.isBuffer(t)?(this.append(e,t.toString("base64")),!1):s.defaultVisitor.apply(this,arguments)}},e))}(t,this.formSerializer).toString();if((r=wt.isFileList(t))||n.indexOf("multipart/form-data")>-1){const e=this.env&&this.env.FormData;return kt(r?{"files[]":t}:t,e&&new e,this.formSerializer)}}return i||s?(e.setContentType("application/json",!1),function(t,e,n){if(wt.isString(t))try{return(0,JSON.parse)(t),wt.trim(t)}catch(t){if("SyntaxError"!==t.name)throw t}return(0,JSON.stringify)(t)}(t)):t}],transformResponse:[function(t){const e=this.transitional||Mt.transitional,n=e&&e.forcedJSONParsing,s="json"===this.responseType;if(t&&wt.isString(t)&&(n&&!this.responseType||s)){const n=!(e&&e.silentJSONParsing)&&s;try{return JSON.parse(t)}catch(t){if(n)throw"SyntaxError"===t.name?yt.from(t,yt.ERR_BAD_RESPONSE,this,null,this.response):t}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:Ut.classes.FormData,Blob:Ut.classes.Blob},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};wt.forEach(["delete","get","head","post","put","patch"],(t=>{Mt.headers[t]={}}));const zt=Mt,Vt=wt.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),$t=Symbol("internals");function Ht(t){return t&&String(t).trim().toLowerCase()}function qt(t){return!1===t||null==t?t:wt.isArray(t)?t.map(qt):String(t)}function Zt(t,e,n,s,i){if(wt.isFunction(s))return s.call(this,e,n);if(i&&(e=n),wt.isString(e)){if(wt.isString(s))return-1!==e.indexOf(s);if(wt.isRegExp(s))return s.test(e)}}let Gt=class{constructor(t){t&&this.set(t)}set(t,e,n){const s=this;function i(t,e,n){const i=Ht(e);if(!i)throw new Error("header name must be a non-empty string");const r=wt.findKey(s,i);(!r||void 0===s[r]||!0===n||void 0===n&&!1!==s[r])&&(s[r||e]=qt(t))}const r=(t,e)=>wt.forEach(t,((t,n)=>i(t,n,e)));return wt.isPlainObject(t)||t instanceof this.constructor?r(t,e):wt.isString(t)&&(t=t.trim())&&!(t=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(t.trim()))(t)?r((t=>{const e={};let n,s,i;return t&&t.split("\n").forEach((function(t){i=t.indexOf(":"),n=t.substring(0,i).trim().toLowerCase(),s=t.substring(i+1).trim(),!(!n||e[n]&&Vt[n])&&("set-cookie"===n?e[n]?e[n].push(s):e[n]=[s]:e[n]=e[n]?e[n]+", "+s:s)})),e})(t),e):null!=t&&i(e,t,n),this}get(t,e){if(t=Ht(t)){const n=wt.findKey(this,t);if(n){const t=this[n];if(!e)return t;if(!0===e)return function(t){const e=Object.create(null),n=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let s;for(;s=n.exec(t);)e[s[1]]=s[2];return e}(t);if(wt.isFunction(e))return e.call(this,t,n);if(wt.isRegExp(e))return e.exec(t);throw new TypeError("parser must be boolean|regexp|function")}}}has(t,e){if(t=Ht(t)){const n=wt.findKey(this,t);return!(!n||void 0===this[n]||e&&!Zt(0,this[n],n,e))}return!1}delete(t,e){const n=this;let s=!1;function i(t){if(t=Ht(t)){const i=wt.findKey(n,t);i&&(!e||Zt(0,n[i],i,e))&&(delete n[i],s=!0)}}return wt.isArray(t)?t.forEach(i):i(t),s}clear(t){const e=Object.keys(this);let n=e.length,s=!1;for(;n--;){const i=e[n];(!t||Zt(0,this[i],i,t,!0))&&(delete this[i],s=!0)}return s}normalize(t){const e=this,n={};return wt.forEach(this,((s,i)=>{const r=wt.findKey(n,i);if(r)return e[r]=qt(s),void delete e[i];const a=t?function(t){return t.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,((t,e,n)=>e.toUpperCase()+n))}(i):String(i).trim();a!==i&&delete e[i],e[a]=qt(s),n[a]=!0})),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){const e=Object.create(null);return wt.forEach(this,((n,s)=>{null!=n&&!1!==n&&(e[s]=t&&wt.isArray(n)?n.join(", "):n)})),e}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map((([t,e])=>t+": "+e)).join("\n")}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...e){const n=new this(t);return e.forEach((t=>n.set(t))),n}static accessor(t){const e=(this[$t]=this[$t]={accessors:{}}).accessors,n=this.prototype;function s(t){const s=Ht(t);e[s]||(function(t,e){const n=wt.toCamelCase(" "+e);["get","set","has"].forEach((s=>{Object.defineProperty(t,s+n,{value:function(t,n,i){return this[s].call(this,e,t,n,i)},configurable:!0})}))}(n,t),e[s]=!0)}return wt.isArray(t)?t.forEach(s):s(t),this}};Gt.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),wt.reduceDescriptors(Gt.prototype,(({value:t},e)=>{let n=e[0].toUpperCase()+e.slice(1);return{get:()=>t,set(t){this[n]=t}}})),wt.freezeMethods(Gt);const Wt=Gt;function Yt(t,e){const n=this||zt,s=e||n,i=Wt.from(s.headers);let r=s.data;return wt.forEach(t,(function(t){r=t.call(n,r,i.normalize(),e?e.status:void 0)})),i.normalize(),r}function Kt(t){return!(!t||!t.__CANCEL__)}function Jt(t,e,n){yt.call(this,t??"canceled",yt.ERR_CANCELED,e,n),this.name="CanceledError"}wt.inherits(Jt,yt,{__CANCEL__:!0});const Qt=Ut.hasStandardBrowserEnv?{write:function(t,e,n,s,i,r){const a=[];a.push(t+"="+encodeURIComponent(e)),wt.isNumber(n)&&a.push("expires="+new Date(n).toGMTString()),wt.isString(s)&&a.push("path="+s),wt.isString(i)&&a.push("domain="+i),!0===r&&a.push("secure"),document.cookie=a.join("; ")},read:function(t){const e=document.cookie.match(new RegExp("(^|;\\s*)("+t+")=([^;]*)"));return e?decodeURIComponent(e[3]):null},remove:function(t){this.write(t,"",Date.now()-864e5)}}:{write:function(){},read:function(){return null},remove:function(){}};function Xt(t,e){return t&&!function(t){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(t)}(e)?function(t,e){return e?t.replace(/\/+$/,"")+"/"+e.replace(/^\/+/,""):t}(t,e):e}const te=Ut.hasStandardBrowserEnv?function(){const t=/(msie|trident)/i.test(navigator.userAgent),e=document.createElement("a");let n;function s(n){let s=n;return t&&(e.setAttribute("href",s),s=e.href),e.setAttribute("href",s),{href:e.href,protocol:e.protocol?e.protocol.replace(/:$/,""):"",host:e.host,search:e.search?e.search.replace(/^\?/,""):"",hash:e.hash?e.hash.replace(/^#/,""):"",hostname:e.hostname,port:e.port,pathname:"/"===e.pathname.charAt(0)?e.pathname:"/"+e.pathname}}return n=s(window.location.href),function(t){const e=wt.isString(t)?s(t):t;return e.protocol===n.protocol&&e.host===n.host}}():function(){return!0};function ee(t,e){let n=0;const s=function(t,e){t=t||10;const n=new Array(t),s=new Array(t);let i,r=0,a=0;return e=void 0!==e?e:1e3,function(o){const l=Date.now(),c=s[a];i||(i=l),n[r]=o,s[r]=l;let u=a,d=0;for(;u!==r;)d+=n[u++],u%=t;if(r=(r+1)%t,r===a&&(a=(a+1)%t),l-i{const r=i.loaded,a=i.lengthComputable?i.total:void 0,o=r-n,l=s(o);n=r;const c={loaded:r,total:a,progress:a?r/a:void 0,bytes:o,rate:l||void 0,estimated:l&&a&&r<=a?(a-r)/l:void 0,event:i};c[e?"download":"upload"]=!0,t(c)}}const ne=typeof XMLHttpRequest<"u"&&function(t){return new Promise((function(e,n){let s=t.data;const i=Wt.from(t.headers).normalize(),r=t.responseType;let a,o;function l(){t.cancelToken&&t.cancelToken.unsubscribe(a),t.signal&&t.signal.removeEventListener("abort",a)}if(wt.isFormData(s))if(Ut.hasStandardBrowserEnv||Ut.hasStandardBrowserWebWorkerEnv)i.setContentType(!1);else if(!1!==(o=i.getContentType())){const[t,...e]=o?o.split(";").map((t=>t.trim())).filter(Boolean):[];i.setContentType([t||"multipart/form-data",...e].join("; "))}let c=new XMLHttpRequest;if(t.auth){const e=t.auth.username||"",n=t.auth.password?unescape(encodeURIComponent(t.auth.password)):"";i.set("Authorization","Basic "+btoa(e+":"+n))}const u=Xt(t.baseURL,t.url);function d(){if(!c)return;const s=Wt.from("getAllResponseHeaders"in c&&c.getAllResponseHeaders());(function(t,e,n){const s=n.config.validateStatus;n.status&&s&&!s(n.status)?e(new yt("Request failed with status code "+n.status,[yt.ERR_BAD_REQUEST,yt.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n)):t(n)})((function(t){e(t),l()}),(function(t){n(t),l()}),{data:r&&"text"!==r&&"json"!==r?c.response:c.responseText,status:c.status,statusText:c.statusText,headers:s,config:t,request:c}),c=null}if(c.open(t.method.toUpperCase(),It(u,t.params,t.paramsSerializer),!0),c.timeout=t.timeout,"onloadend"in c?c.onloadend=d:c.onreadystatechange=function(){!c||4!==c.readyState||0===c.status&&(!c.responseURL||0!==c.responseURL.indexOf("file:"))||setTimeout(d)},c.onabort=function(){c&&(n(new yt("Request aborted",yt.ECONNABORTED,t,c)),c=null)},c.onerror=function(){n(new yt("Network Error",yt.ERR_NETWORK,t,c)),c=null},c.ontimeout=function(){let e=t.timeout?"timeout of "+t.timeout+"ms exceeded":"timeout exceeded";const s=t.transitional||Pt;t.timeoutErrorMessage&&(e=t.timeoutErrorMessage),n(new yt(e,s.clarifyTimeoutError?yt.ETIMEDOUT:yt.ECONNABORTED,t,c)),c=null},Ut.hasStandardBrowserEnv){const e=te(u)&&t.xsrfCookieName&&Qt.read(t.xsrfCookieName);e&&i.set(t.xsrfHeaderName,e)}void 0===s&&i.setContentType(null),"setRequestHeader"in c&&wt.forEach(i.toJSON(),(function(t,e){c.setRequestHeader(e,t)})),wt.isUndefined(t.withCredentials)||(c.withCredentials=!!t.withCredentials),r&&"json"!==r&&(c.responseType=t.responseType),"function"==typeof t.onDownloadProgress&&c.addEventListener("progress",ee(t.onDownloadProgress,!0)),"function"==typeof t.onUploadProgress&&c.upload&&c.upload.addEventListener("progress",ee(t.onUploadProgress)),(t.cancelToken||t.signal)&&(a=e=>{c&&(n(!e||e.type?new Jt(null,t,c):e),c.abort(),c=null)},t.cancelToken&&t.cancelToken.subscribe(a),t.signal&&(t.signal.aborted?a():t.signal.addEventListener("abort",a)));const m=function(t){const e=/^([-+\w]{1,25})(:?\/\/|:)/.exec(t);return e&&e[1]||""}(u);m&&-1===Ut.protocols.indexOf(m)?n(new yt("Unsupported protocol "+m+":",yt.ERR_BAD_REQUEST,t)):c.send(s||null)}))},se={http:null,xhr:ne};wt.forEach(se,((t,e)=>{if(t){try{Object.defineProperty(t,"name",{value:e})}catch{}Object.defineProperty(t,"adapterName",{value:e})}}));const ie=t=>`- ${t}`,re=t=>wt.isFunction(t)||null===t||!1===t,ae=t=>{t=wt.isArray(t)?t:[t];const{length:e}=t;let n,s;const i={};for(let r=0;r`adapter ${t} `+(!1===e?"is not supported by the environment":"is not available in the build")));throw new yt("There is no suitable adapter to dispatch the request "+(e?t.length>1?"since :\n"+t.map(ie).join("\n"):" "+ie(t[0]):"as no adapter specified"),"ERR_NOT_SUPPORT")}return s};function oe(t){if(t.cancelToken&&t.cancelToken.throwIfRequested(),t.signal&&t.signal.aborted)throw new Jt(null,t)}function le(t){return oe(t),t.headers=Wt.from(t.headers),t.data=Yt.call(t,t.transformRequest),-1!==["post","put","patch"].indexOf(t.method)&&t.headers.setContentType("application/x-www-form-urlencoded",!1),ae(t.adapter||zt.adapter)(t).then((function(e){return oe(t),e.data=Yt.call(t,t.transformResponse,e),e.headers=Wt.from(e.headers),e}),(function(e){return Kt(e)||(oe(t),e&&e.response&&(e.response.data=Yt.call(t,t.transformResponse,e.response),e.response.headers=Wt.from(e.response.headers))),Promise.reject(e)}))}const ce=t=>t instanceof Wt?t.toJSON():t;function ue(t,e){e=e||{};const n={};function s(t,e,n){return wt.isPlainObject(t)&&wt.isPlainObject(e)?wt.merge.call({caseless:n},t,e):wt.isPlainObject(e)?wt.merge({},e):wt.isArray(e)?e.slice():e}function i(t,e,n){return wt.isUndefined(e)?wt.isUndefined(t)?void 0:s(void 0,t,n):s(t,e,n)}function r(t,e){if(!wt.isUndefined(e))return s(void 0,e)}function a(t,e){return wt.isUndefined(e)?wt.isUndefined(t)?void 0:s(void 0,t):s(void 0,e)}function o(n,i,r){return r in e?s(n,i):r in t?s(void 0,n):void 0}const l={url:r,method:r,data:r,baseURL:a,transformRequest:a,transformResponse:a,paramsSerializer:a,timeout:a,timeoutMessage:a,withCredentials:a,adapter:a,responseType:a,xsrfCookieName:a,xsrfHeaderName:a,onUploadProgress:a,onDownloadProgress:a,decompress:a,maxContentLength:a,maxBodyLength:a,beforeRedirect:a,transport:a,httpAgent:a,httpsAgent:a,cancelToken:a,socketPath:a,responseEncoding:a,validateStatus:o,headers:(t,e)=>i(ce(t),ce(e),!0)};return wt.forEach(Object.keys(Object.assign({},t,e)),(function(s){const r=l[s]||i,a=r(t[s],e[s],s);wt.isUndefined(a)&&r!==o||(n[s]=a)})),n}const de={};["object","boolean","number","function","string","symbol"].forEach(((t,e)=>{de[t]=function(n){return typeof n===t||"a"+(e<1?"n ":" ")+t}}));const me={};de.transitional=function(t,e,n){function s(t,e){return"[Axios v1.6.1] Transitional option '"+t+"'"+e+(n?". "+n:"")}return(n,i,r)=>{if(!1===t)throw new yt(s(i," has been removed"+(e?" in "+e:"")),yt.ERR_DEPRECATED);return e&&!me[i]&&(me[i]=!0,U.warn(s(i," has been deprecated since v"+e+" and will be removed in the near future"))),!t||t(n,i,r)}};const pe={assertOptions:function(t,e,n){if("object"!=typeof t)throw new yt("options must be an object",yt.ERR_BAD_OPTION_VALUE);const s=Object.keys(t);let i=s.length;for(;i-- >0;){const r=s[i],a=e[r];if(a){const e=t[r],n=void 0===e||a(e,r,t);if(!0!==n)throw new yt("option "+r+" must be "+n,yt.ERR_BAD_OPTION_VALUE)}else if(!0!==n)throw new yt("Unknown option "+r,yt.ERR_BAD_OPTION)}},validators:de},fe=pe.validators;let ge=class{constructor(t){this.defaults=t,this.interceptors={request:new Ft,response:new Ft}}request(t,e){"string"==typeof t?(e=e||{}).url=t:e=t||{},e=ue(this.defaults,e);const{transitional:n,paramsSerializer:s,headers:i}=e;void 0!==n&&pe.assertOptions(n,{silentJSONParsing:fe.transitional(fe.boolean),forcedJSONParsing:fe.transitional(fe.boolean),clarifyTimeoutError:fe.transitional(fe.boolean)},!1),null!=s&&(wt.isFunction(s)?e.paramsSerializer={serialize:s}:pe.assertOptions(s,{encode:fe.function,serialize:fe.function},!0)),e.method=(e.method||this.defaults.method||"get").toLowerCase();let r=i&&wt.merge(i.common,i[e.method]);i&&wt.forEach(["delete","get","head","post","put","patch","common"],(t=>{delete i[t]})),e.headers=Wt.concat(r,i);const a=[];let o=!0;this.interceptors.request.forEach((function(t){"function"==typeof t.runWhen&&!1===t.runWhen(e)||(o=o&&t.synchronous,a.unshift(t.fulfilled,t.rejected))}));const l=[];this.interceptors.response.forEach((function(t){l.push(t.fulfilled,t.rejected)}));let c,u,d=0;if(!o){const t=[le.bind(this),void 0];for(t.unshift.apply(t,a),t.push.apply(t,l),u=t.length,c=Promise.resolve(e);d{Ae[e]=t}));const we=Ae,ye=function t(e){const n=new he(e),s=R(he.prototype.request,n);return wt.extend(s,he.prototype,n,{allOwnKeys:!0}),wt.extend(s,n,null,{allOwnKeys:!0}),s.create=function(n){return t(ue(e,n))},s}(zt);ye.Axios=he,ye.CanceledError=Jt,ye.CancelToken=class t{constructor(t){if("function"!=typeof t)throw new TypeError("executor must be a function.");let e;this.promise=new Promise((function(t){e=t}));const n=this;this.promise.then((t=>{if(!n._listeners)return;let e=n._listeners.length;for(;e-- >0;)n._listeners[e](t);n._listeners=null})),this.promise.then=t=>{let e;const s=new Promise((t=>{n.subscribe(t),e=t})).then(t);return s.cancel=function(){n.unsubscribe(e)},s},t((function(t,s,i){n.reason||(n.reason=new Jt(t,s,i),e(n.reason))}))}throwIfRequested(){if(this.reason)throw this.reason}subscribe(t){this.reason?t(this.reason):this._listeners?this._listeners.push(t):this._listeners=[t]}unsubscribe(t){if(!this._listeners)return;const e=this._listeners.indexOf(t);-1!==e&&this._listeners.splice(e,1)}static source(){let e;return{token:new t((function(t){e=t})),cancel:e}}},ye.isCancel=Kt,ye.VERSION="1.6.1",ye.toFormData=kt,ye.AxiosError=yt,ye.Cancel=ye.CanceledError,ye.all=function(t){return Promise.all(t)},ye.spread=function(t){return function(e){return t.apply(null,e)}},ye.isAxiosError=function(t){return wt.isObject(t)&&!0===t.isAxiosError},ye.mergeConfig=ue,ye.AxiosHeaders=Wt,ye.formToJSON=t=>Rt(wt.isHTMLForm(t)?new FormData(t):t),ye.getAdapter=ae,ye.HttpStatusCode=we,ye.default=ye;const ve=ye,{Axios:be,AxiosError:Ce,CanceledError:xe,isCancel:_e,CancelToken:Te,VERSION:ke,all:Ee,Cancel:Se,isAxiosError:Le,spread:Ne,toFormData:Ie,AxiosHeaders:Fe,HttpStatusCode:Pe,formToJSON:Oe,getAdapter:Be,mergeConfig:De}=ve,je=function(t){if(!Number.isInteger(1)&&1!==Number.POSITIVE_INFINITY)throw new TypeError("Expected `concurrency` to be a number from 1 and up");const e=new T.Z;let n=0;const s=async(t,s,i)=>{n++;const r=(async()=>t(...i))();s(r);try{await r}catch{}n--,e.size>0&&e.dequeue()()},i=(t,...i)=>new Promise((r=>{((t,i,r)=>{e.enqueue(k(s.bind(void 0,t,i,r))),(async()=>{await Promise.resolve(),n<1&&e.size>0&&e.dequeue()()})()})(t,r,i)}));return Object.defineProperties(i,{activeCount:{get:()=>n},pendingCount:{get:()=>e.size},clearQueue:{value(){e.clear()}}}),i}(),Ue=new FileReader,Re=async function(t,e,n,s=(()=>{}),i=void 0,r=void 0){let a;return a=e instanceof Blob?e:await e(),i&&(r??={},r.Destination=i),await v.Z.request({method:"PUT",url:t,data:a,signal:n,onUploadProgress:s,headers:r})},Me=function(t,e,n){return je((()=>new Promise(((s,i)=>{Ue.onload=()=>{null!==Ue.result&&s(new Blob([Ue.result],{type:"application/octet-stream"})),i(new Error("Error while reading the file"))},Ue.readAsArrayBuffer(t.slice(e,e+n))}))))},ze=function(t=void 0){const e=window.OC?.appConfig?.files?.max_chunk_size;if(e<=0)return 0;if(!Number(e))return 10485760;const n=Math.max(Number(e),5242880);return void 0===t?n:Math.max(n,Math.ceil(t/1e4))};var Ve=(t=>(t[t.INITIALIZED=0]="INITIALIZED",t[t.UPLOADING=1]="UPLOADING",t[t.ASSEMBLING=2]="ASSEMBLING",t[t.FINISHED=3]="FINISHED",t[t.CANCELLED=4]="CANCELLED",t[t.FAILED=5]="FAILED",t))(Ve||{});let $e=class{_source;_file;_isChunked;_chunks;_size;_uploaded=0;_startTime=0;_status=0;_controller;_response=null;constructor(t,e=!1,n,s){const i=Math.min(ze()>0?Math.ceil(n/ze()):1,1e4);this._source=t,this._isChunked=e&&ze()>0&&i>1,this._chunks=this._isChunked?i:1,this._size=n,this._file=s,this._controller=new AbortController}get source(){return this._source}get file(){return this._file}get isChunked(){return this._isChunked}get chunks(){return this._chunks}get size(){return this._size}get startTime(){return this._startTime}set response(t){this._response=t}get response(){return this._response}get uploaded(){return this._uploaded}set uploaded(t){if(t>=this._size)return this._status=this._isChunked?2:3,void(this._uploaded=this._size);this._status=1,this._uploaded=t,0===this._startTime&&(this._startTime=(new Date).getTime())}get status(){return this._status}set status(t){this._status=t}get signal(){return this._controller.signal}cancel(){this._controller.abort(),this._status=4}};const He=(t=>null===t?(0,E.IY)().setApp("uploader").build():(0,E.IY)().setApp("uploader").setUid(t.uid).build())((0,w.ts)());var qe=(t=>(t[t.IDLE=0]="IDLE",t[t.UPLOADING=1]="UPLOADING",t[t.PAUSED=2]="PAUSED",t))(qe||{});class Ze{_destinationFolder;_isPublic;_uploadQueue=[];_jobQueue=new _.Z({concurrency:3});_queueSize=0;_queueProgress=0;_queueStatus=0;_notifiers=[];constructor(t=!1,e){if(this._isPublic=t,!e){const t=(0,w.ts)()?.uid,n=(0,A.generateRemoteUrl)(`dav/files/${t}`);if(!t)throw new Error("User is not logged in");e=new y.gt({id:0,owner:t,permissions:y.y3.ALL,root:`/files/${t}`,source:n})}this.destination=e,He.debug("Upload workspace initialized",{destination:this.destination,root:this.root,isPublic:t,maxChunksSize:ze()})}get destination(){return this._destinationFolder}set destination(t){if(!t)throw new Error("Invalid destination folder");this._destinationFolder=t}get root(){return this._destinationFolder.source}get queue(){return this._uploadQueue}reset(){this._uploadQueue.splice(0,this._uploadQueue.length),this._jobQueue.clear(),this._queueSize=0,this._queueProgress=0,this._queueStatus=0}pause(){this._jobQueue.pause(),this._queueStatus=2}start(){this._jobQueue.start(),this._queueStatus=1,this.updateStats()}get info(){return{size:this._queueSize,progress:this._queueProgress,status:this._queueStatus}}updateStats(){const t=this._uploadQueue.map((t=>t.size)).reduce(((t,e)=>t+e),0),e=this._uploadQueue.map((t=>t.uploaded)).reduce(((t,e)=>t+e),0);this._queueSize=t,this._queueProgress=e,2!==this._queueStatus&&(this._queueStatus=this._jobQueue.size>0?1:0)}addNotifier(t){this._notifiers.push(t)}upload(t,e){const n=`${this.root}/${t.replace(/^\//,"")}`;He.debug(`Uploading ${e.name} to ${n}`);const s=ze(e.size),i=0===s||e.size{if(o(r.cancel),i){He.debug("Initializing regular upload",{file:e,upload:r});const s=await Me(e,0,r.size),i=async()=>{try{r.response=await Re(n,s,r.signal,(()=>this.updateStats()),void 0,{"X-OC-Mtime":e.lastModified/1e3}),r.uploaded=r.size,this.updateStats(),He.debug(`Successfully uploaded ${e.name}`,{file:e,upload:r}),t(r)}catch(t){if(t instanceof xe)return r.status=Ve.FAILED,void a("Upload has been cancelled");t?.response&&(r.response=t.response),r.status=Ve.FAILED,He.error(`Failed uploading ${e.name}`,{error:t,file:e,upload:r}),a("Failed uploading the file")}this._notifiers.forEach((t=>{try{t(r)}catch{}}))};this._jobQueue.add(i),this.updateStats()}else{He.debug("Initializing chunked upload",{file:e,upload:r});const i=await async function(t){const e=`${(0,A.generateRemoteUrl)(`dav/uploads/${(0,w.ts)()?.uid}`)}/web-file-upload-${[...Array(16)].map((()=>Math.floor(16*Math.random()).toString(16))).join("")}`,n=t?{Destination:t}:void 0;return await v.Z.request({method:"MKCOL",url:e,headers:n}),e}(n),o=[];for(let t=0;tMe(e,a,s),u=()=>Re(`${i}/${t+1}`,c,r.signal,(()=>this.updateStats()),n,{"X-OC-Mtime":e.lastModified/1e3,"OC-Total-Length":e.size}).then((()=>{r.uploaded=r.uploaded+s})).catch((e=>{throw e instanceof xe||(He.error(`Chunk ${t+1} ${a} - ${l} uploading failed`),r.status=Ve.FAILED),e}));o.push(this._jobQueue.add(u))}try{await Promise.all(o),this.updateStats(),r.response=await v.Z.request({method:"MOVE",url:`${i}/.file`,headers:{Destination:n}}),this.updateStats(),r.status=Ve.FINISHED,He.debug(`Successfully uploaded ${e.name}`,{file:e,upload:r}),t(r)}catch(t){t instanceof xe?(r.status=Ve.FAILED,a("Upload has been cancelled")):(r.status=Ve.FAILED,a("Failed assembling the chunks together")),v.Z.request({method:"DELETE",url:`${i}`})}this._notifiers.forEach((t=>{try{t(r)}catch{}}))}return this._jobQueue.onIdle().then((()=>this.reset())),r}))}}function Ge(t,e,n,s,i,r,a,o){var l,c="function"==typeof t?t.options:t;if(e&&(c.render=e,c.staticRenderFns=n,c._compiled=!0),s&&(c.functional=!0),r&&(c._scopeId="data-v-"+r),a?(l=function(t){!(t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)&&typeof __VUE_SSR_CONTEXT__<"u"&&(t=__VUE_SSR_CONTEXT__),i&&i.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(a)},c._ssrRegister=l):i&&(l=o?function(){i.call(this,(c.functional?this.parent:this).$root.$options.shadowRoot)}:i),l)if(c.functional){c._injectStyles=l;var u=c.render;c.render=function(t,e){return l.call(e),u(t,e)}}else{var d=c.beforeCreate;c.beforeCreate=d?[].concat(d,l):[l]}return{exports:t,options:c}}const We=Ge({name:"CancelIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},(function(){var t=this,e=t._self._c;return e("span",t._b({staticClass:"material-design-icon cancel-icon",attrs:{"aria-hidden":!t.title,"aria-label":t.title,role:"img"},on:{click:function(e){return t.$emit("click",e)}}},"span",t.$attrs,!1),[e("svg",{staticClass:"material-design-icon__svg",attrs:{fill:t.fillColor,width:t.size,height:t.size,viewBox:"0 0 24 24"}},[e("path",{attrs:{d:"M12 2C17.5 2 22 6.5 22 12S17.5 22 12 22 2 17.5 2 12 6.5 2 12 2M12 4C10.1 4 8.4 4.6 7.1 5.7L18.3 16.9C19.3 15.5 20 13.8 20 12C20 7.6 16.4 4 12 4M16.9 18.3L5.7 7.1C4.6 8.4 4 10.1 4 12C4 16.4 7.6 20 12 20C13.9 20 15.6 19.4 16.9 18.3Z"}},[t.title?e("title",[t._v(t._s(t.title))]):t._e()])])])}),[],!1,null,null,null,null).exports,Ye=Ge({name:"PlusIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},(function(){var t=this,e=t._self._c;return e("span",t._b({staticClass:"material-design-icon plus-icon",attrs:{"aria-hidden":!t.title,"aria-label":t.title,role:"img"},on:{click:function(e){return t.$emit("click",e)}}},"span",t.$attrs,!1),[e("svg",{staticClass:"material-design-icon__svg",attrs:{fill:t.fillColor,width:t.size,height:t.size,viewBox:"0 0 24 24"}},[e("path",{attrs:{d:"M19,13H13V19H11V13H5V11H11V5H13V11H19V13Z"}},[t.title?e("title",[t._v(t._s(t.title))]):t._e()])])])}),[],!1,null,null,null,null).exports,Ke=Ge({name:"UploadIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},(function(){var t=this,e=t._self._c;return e("span",t._b({staticClass:"material-design-icon upload-icon",attrs:{"aria-hidden":!t.title,"aria-label":t.title,role:"img"},on:{click:function(e){return t.$emit("click",e)}}},"span",t.$attrs,!1),[e("svg",{staticClass:"material-design-icon__svg",attrs:{fill:t.fillColor,width:t.size,height:t.size,viewBox:"0 0 24 24"}},[e("path",{attrs:{d:"M9,16V10H5L12,3L19,10H15V16H9M5,20V18H19V20H5Z"}},[t.title?e("title",[t._v(t._s(t.title))]):t._e()])])])}),[],!1,null,null,null,null).exports,Je=(0,D.H)().detectLocale();[{locale:"af",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Afrikaans (https://www.transifex.com/nextcloud/teams/64236/af/)","Content-Type":"text/plain; charset=UTF-8",Language:"af","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Afrikaans (https://www.transifex.com/nextcloud/teams/64236/af/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: af\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"ar",json:{charset:"utf-8",headers:{"Last-Translator":"Ali , 2023","Language-Team":"Arabic (https://app.transifex.com/nextcloud/teams/64236/ar/)","Content-Type":"text/plain; charset=UTF-8",Language:"ar","Plural-Forms":"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nAli , 2023\n"},msgstr:["Last-Translator: Ali , 2023\nLanguage-Team: Arabic (https://app.transifex.com/nextcloud/teams/64236/ar/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ar\nPlural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} ملف متعارض","{count} ملف متعارض","{count} ملفان متعارضان","{count} ملف متعارض","{count} ملفات متعارضة","{count} ملفات متعارضة"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{count} ملف متعارض في n {dirname}","{count} ملف متعارض في n {dirname}","{count} ملفان متعارضان في n {dirname}","{count} ملف متعارض في n {dirname}","{count} ملفات متعارضة في n {dirname}","{count} ملفات متعارضة في n {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} ثانية متبقية"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["{time} متبقية"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["باقٍ بضعُ ثوانٍ"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["إلغاء عمليات رفع الملفات"]},Continue:{msgid:"Continue",msgstr:["إستمر"]},"estimating time left":{msgid:"estimating time left",msgstr:["تقدير الوقت المتبقي"]},"Existing version":{msgid:"Existing version",msgstr:["الإصدار الحالي"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["إذا اخترت الإبقاء على النسختين معاً، فإن الملف المنسوخ سيتم إلحاق رقم تسلسلي في نهاية اسمه."]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["تاريخ آخر تعديل غير معلوم"]},New:{msgid:"New",msgstr:["جديد"]},"New version":{msgid:"New version",msgstr:["نسخة جديدة"]},paused:{msgid:"paused",msgstr:["مُجمَّد"]},"Preview image":{msgid:"Preview image",msgstr:["معاينة الصورة"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["حدِّد كل صناديق الخيارات"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["حدِّد كل الملفات الموجودة"]},"Select all new files":{msgid:"Select all new files",msgstr:["حدِّد كل الملفات الجديدة"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["تخطَّ {count} ملف","تخطَّ {count} ملف","تخطَّ {count} ملف","تخطَّ {count} ملف","تخطَّ {count} ملف","تخطَّ {count} ملف"]},"Unknown size":{msgid:"Unknown size",msgstr:["حجم غير معلوم"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["تمَّ إلغاء الرفع"]},"Upload files":{msgid:"Upload files",msgstr:["رفع ملفات"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["أيُّ الملفات ترغب في الإبقاء عليها؟"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["يجب أن تختار نسخة واحدة على الأقل من كل ملف للاستمرار."]}}}}},{locale:"ar_SA",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Arabic (Saudi Arabia) (https://www.transifex.com/nextcloud/teams/64236/ar_SA/)","Content-Type":"text/plain; charset=UTF-8",Language:"ar_SA","Plural-Forms":"nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Arabic (Saudi Arabia) (https://www.transifex.com/nextcloud/teams/64236/ar_SA/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ar_SA\nPlural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"ast",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Asturian (https://www.transifex.com/nextcloud/teams/64236/ast/)","Content-Type":"text/plain; charset=UTF-8",Language:"ast","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Asturian (https://www.transifex.com/nextcloud/teams/64236/ast/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ast\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"az",json:{charset:"utf-8",headers:{"Last-Translator":"Rashad Aliyev , 2023","Language-Team":"Azerbaijani (https://app.transifex.com/nextcloud/teams/64236/az/)","Content-Type":"text/plain; charset=UTF-8",Language:"az","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nRashad Aliyev , 2023\n"},msgstr:["Last-Translator: Rashad Aliyev , 2023\nLanguage-Team: Azerbaijani (https://app.transifex.com/nextcloud/teams/64236/az/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: az\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} saniyə qalıb"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["{time} qalıb"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["bir neçə saniyə qalıb"]},Add:{msgid:"Add",msgstr:["Əlavə et"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Yükləməni imtina et"]},"estimating time left":{msgid:"estimating time left",msgstr:["Təxmini qalan vaxt"]},paused:{msgid:"paused",msgstr:["pauzadadır"]},"Upload files":{msgid:"Upload files",msgstr:["Faylları yüklə"]}}}}},{locale:"be",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Belarusian (https://www.transifex.com/nextcloud/teams/64236/be/)","Content-Type":"text/plain; charset=UTF-8",Language:"be","Plural-Forms":"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Belarusian (https://www.transifex.com/nextcloud/teams/64236/be/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: be\nPlural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"bg_BG",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Bulgarian (Bulgaria) (https://www.transifex.com/nextcloud/teams/64236/bg_BG/)","Content-Type":"text/plain; charset=UTF-8",Language:"bg_BG","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Bulgarian (Bulgaria) (https://www.transifex.com/nextcloud/teams/64236/bg_BG/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: bg_BG\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"bn_BD",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Bengali (Bangladesh) (https://www.transifex.com/nextcloud/teams/64236/bn_BD/)","Content-Type":"text/plain; charset=UTF-8",Language:"bn_BD","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Bengali (Bangladesh) (https://www.transifex.com/nextcloud/teams/64236/bn_BD/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: bn_BD\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"br",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Breton (https://www.transifex.com/nextcloud/teams/64236/br/)","Content-Type":"text/plain; charset=UTF-8",Language:"br","Plural-Forms":"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Breton (https://www.transifex.com/nextcloud/teams/64236/br/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: br\nPlural-Forms: nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"bs",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Bosnian (https://www.transifex.com/nextcloud/teams/64236/bs/)","Content-Type":"text/plain; charset=UTF-8",Language:"bs","Plural-Forms":"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Bosnian (https://www.transifex.com/nextcloud/teams/64236/bs/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: bs\nPlural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"ca",json:{charset:"utf-8",headers:{"Last-Translator":"Toni Hermoso Pulido , 2022","Language-Team":"Catalan (https://www.transifex.com/nextcloud/teams/64236/ca/)","Content-Type":"text/plain; charset=UTF-8",Language:"ca","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nMarc Riera , 2022\nToni Hermoso Pulido , 2022\n"},msgstr:["Last-Translator: Toni Hermoso Pulido , 2022\nLanguage-Team: Catalan (https://www.transifex.com/nextcloud/teams/64236/ca/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ca\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["Queden {seconds} segons"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["Queden {time}"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["Queden uns segons"]},Add:{msgid:"Add",msgstr:["Afegeix"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Cancel·la les pujades"]},"estimating time left":{msgid:"estimating time left",msgstr:["S'està estimant el temps restant"]},paused:{msgid:"paused",msgstr:["En pausa"]},"Upload files":{msgid:"Upload files",msgstr:["Puja els fitxers"]}}}}},{locale:"cs",json:{charset:"utf-8",headers:{"Last-Translator":"Pavel Borecki , 2022","Language-Team":"Czech (https://www.transifex.com/nextcloud/teams/64236/cs/)","Content-Type":"text/plain; charset=UTF-8",Language:"cs","Plural-Forms":"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nPavel Borecki , 2022\n"},msgstr:["Last-Translator: Pavel Borecki , 2022\nLanguage-Team: Czech (https://www.transifex.com/nextcloud/teams/64236/cs/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: cs\nPlural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["zbývá {seconds}"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["zbývá {time}"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["zbývá několik sekund"]},Add:{msgid:"Add",msgstr:["Přidat"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Zrušit nahrávání"]},"estimating time left":{msgid:"estimating time left",msgstr:["odhadovaný zbývající čas"]},paused:{msgid:"paused",msgstr:["pozastaveno"]}}}}},{locale:"cs_CZ",json:{charset:"utf-8",headers:{"Last-Translator":"Pavel Borecki , 2023","Language-Team":"Czech (Czech Republic) (https://app.transifex.com/nextcloud/teams/64236/cs_CZ/)","Content-Type":"text/plain; charset=UTF-8",Language:"cs_CZ","Plural-Forms":"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nPavel Borecki , 2023\n"},msgstr:["Last-Translator: Pavel Borecki , 2023\nLanguage-Team: Czech (Czech Republic) (https://app.transifex.com/nextcloud/teams/64236/cs_CZ/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: cs_CZ\nPlural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} kolize souborů","{count} kolize souborů","{count} kolizí souborů","{count} kolize souborů"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{count} kolize souboru v {dirname}","{count} kolize souboru v {dirname}","{count} kolizí souborů v {dirname}","{count} kolize souboru v {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["zbývá {seconds}"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["zbývá {time}"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["zbývá několik sekund"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Zrušit nahrávání"]},Continue:{msgid:"Continue",msgstr:["Pokračovat"]},"estimating time left":{msgid:"estimating time left",msgstr:["odhaduje se zbývající čas"]},"Existing version":{msgid:"Existing version",msgstr:["Existující verze"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["Pokud vyberete obě verze, zkopírovaný soubor bude mít k názvu přidáno číslo."]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Neznámé datum poslední úpravy"]},New:{msgid:"New",msgstr:["Nové"]},"New version":{msgid:"New version",msgstr:["Nová verze"]},paused:{msgid:"paused",msgstr:["pozastaveno"]},"Preview image":{msgid:"Preview image",msgstr:["Náhled obrázku"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Označit všechny zaškrtávací kolonky"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Vybrat veškeré stávající soubory"]},"Select all new files":{msgid:"Select all new files",msgstr:["Vybrat veškeré nové soubory"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["Přeskočit tento soubor","Přeskočit {count} soubory","Přeskočit {count} souborů","Přeskočit {count} soubory"]},"Unknown size":{msgid:"Unknown size",msgstr:["Neznámá velikost"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Nahrávání zrušeno"]},"Upload files":{msgid:"Upload files",msgstr:["Nahrát soubory"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["Které soubory si přejete ponechat?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["Aby bylo možné pokračovat, je třeba vybrat alespoň jednu verzi od každého souboru."]}}}}},{locale:"cy_GB",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Welsh (United Kingdom) (https://www.transifex.com/nextcloud/teams/64236/cy_GB/)","Content-Type":"text/plain; charset=UTF-8",Language:"cy_GB","Plural-Forms":"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Welsh (United Kingdom) (https://www.transifex.com/nextcloud/teams/64236/cy_GB/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: cy_GB\nPlural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"da",json:{charset:"utf-8",headers:{"Last-Translator":"Simon T, 2023","Language-Team":"Danish (https://app.transifex.com/nextcloud/teams/64236/da/)","Content-Type":"text/plain; charset=UTF-8",Language:"da","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nSimon T, 2023\n"},msgstr:["Last-Translator: Simon T, 2023\nLanguage-Team: Danish (https://app.transifex.com/nextcloud/teams/64236/da/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: da\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} fil konflikt","{count} filer i konflikt"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{count} fil konflikt i {dirname}","{count} filer i konflikt i {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{sekunder} sekunder tilbage"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["{tid} tilbage"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["et par sekunder tilbage"]},Add:{msgid:"Add",msgstr:["Tilføj"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Annuller uploads"]},Continue:{msgid:"Continue",msgstr:["Fortsæt"]},"estimating time left":{msgid:"estimating time left",msgstr:["estimering af resterende tid"]},"Existing version":{msgid:"Existing version",msgstr:["Eksisterende version"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["Hvis du vælger begge versioner vil den kopierede fil få et nummer tilføjet til sit navn."]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Sidste modifikationsdato ukendt"]},"New version":{msgid:"New version",msgstr:["Ny version"]},paused:{msgid:"paused",msgstr:["pauset"]},"Preview image":{msgid:"Preview image",msgstr:["Forhåndsvisning af billede"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Vælg alle felter"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Vælg alle eksisterende filer"]},"Select all new files":{msgid:"Select all new files",msgstr:["Vælg alle nye filer"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["Spring denne fil over","Spring {count} filer over"]},"Unknown size":{msgid:"Unknown size",msgstr:["Ukendt størrelse"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Upload annulleret"]},"Upload files":{msgid:"Upload files",msgstr:["Upload filer"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["Hvilke filer ønsker du at beholde?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["Du skal vælge mindst én version af hver fil for at fortsætte."]}}}}},{locale:"de",json:{charset:"utf-8",headers:{"Last-Translator":"Mario Siegmann , 2023","Language-Team":"German (https://app.transifex.com/nextcloud/teams/64236/de/)","Content-Type":"text/plain; charset=UTF-8",Language:"de","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nMarkus Eckstein, 2023\nMario Siegmann , 2023\n"},msgstr:["Last-Translator: Mario Siegmann , 2023\nLanguage-Team: German (https://app.transifex.com/nextcloud/teams/64236/de/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: de\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} Datei-Konflikt","{count} Datei-Konflikte"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{count} Datei-Konflikt in {dirname}","{count} Datei-Konflikte in {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} Sekunden verbleibend"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["{time} verbleibend"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["noch ein paar Sekunden"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Hochladen abbrechen"]},Continue:{msgid:"Continue",msgstr:["Fortsetzen"]},"estimating time left":{msgid:"estimating time left",msgstr:["Geschätzte verbleibende Zeit"]},"Existing version":{msgid:"Existing version",msgstr:["Vorhandene Version"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["Wenn du beide Versionen auswählst, wird der kopierten Datei eine Nummer zum Namen hinzugefügt."]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Datum der letzten Änderung ist unbekannt."]},New:{msgid:"New",msgstr:["Neu"]},"New version":{msgid:"New version",msgstr:["Neue Version"]},paused:{msgid:"paused",msgstr:["Pausiert"]},"Preview image":{msgid:"Preview image",msgstr:["Vorschaubild"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Alle Kontrollkästchen aktivieren"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Alle vorhandenen Dateien auswählen"]},"Select all new files":{msgid:"Select all new files",msgstr:["Alle neuen Dateien auswählen"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["Diese Datei überspringen","{count} Dateien überspringen"]},"Unknown size":{msgid:"Unknown size",msgstr:["Unbekannte Größe"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Hochladen abgebrochen"]},"Upload files":{msgid:"Upload files",msgstr:["Dateien hochladen"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["Welche Dateien möchtest du behalten?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["Du musst mindestens eine Version jeder Datei auswählen, um fortzufahren."]}}}}},{locale:"de_DE",json:{charset:"utf-8",headers:{"Last-Translator":"Mario Siegmann , 2023","Language-Team":"German (Germany) (https://app.transifex.com/nextcloud/teams/64236/de_DE/)","Content-Type":"text/plain; charset=UTF-8",Language:"de_DE","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nMark Ziegler , 2023\nMario Siegmann , 2023\n"},msgstr:["Last-Translator: Mario Siegmann , 2023\nLanguage-Team: German (Germany) (https://app.transifex.com/nextcloud/teams/64236/de_DE/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: de_DE\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} Datei-Konflikt","{count} Datei-Konflikte"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{count} Datei-Konflikt in {dirname}","{count} Datei-Konflikte in {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} Sekunden verbleiben"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["{time} verbleibend"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["ein paar Sekunden verbleiben"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Hochladen abbrechen"]},Continue:{msgid:"Continue",msgstr:["Fortsetzen"]},"estimating time left":{msgid:"estimating time left",msgstr:["Geschätzte verbleibende Zeit"]},"Existing version":{msgid:"Existing version",msgstr:["Vorhandene Version"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["Wenn Sie beide Versionen auswählen, wird der kopierten Datei eine Nummer zum Namen hinzugefügt."]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Datum der letzten Änderung unbekannt"]},New:{msgid:"New",msgstr:["Neu"]},"New version":{msgid:"New version",msgstr:["Neue Version"]},paused:{msgid:"paused",msgstr:["Pausiert"]},"Preview image":{msgid:"Preview image",msgstr:["Vorschaubild"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Alle Kontrollkästchen aktivieren"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Alle vorhandenen Dateien auswählen"]},"Select all new files":{msgid:"Select all new files",msgstr:["Alle neuen Dateien auswählen"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["{count} Datei überspringen","{count} Dateien überspringen"]},"Unknown size":{msgid:"Unknown size",msgstr:["Unbekannte Größe"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Hochladen abgebrochen"]},"Upload files":{msgid:"Upload files",msgstr:["Dateien hochladen"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["Welche Dateien möchten Sie behalten?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["Sie müssen mindestens eine Version jeder Datei auswählen, um fortzufahren."]}}}}},{locale:"el",json:{charset:"utf-8",headers:{"Last-Translator":"Nik Pap, 2022","Language-Team":"Greek (https://www.transifex.com/nextcloud/teams/64236/el/)","Content-Type":"text/plain; charset=UTF-8",Language:"el","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nNik Pap, 2022\n"},msgstr:["Last-Translator: Nik Pap, 2022\nLanguage-Team: Greek (https://www.transifex.com/nextcloud/teams/64236/el/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: el\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["απομένουν {seconds} δευτερόλεπτα"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["απομένουν {time}"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["απομένουν λίγα δευτερόλεπτα"]},Add:{msgid:"Add",msgstr:["Προσθήκη"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Ακύρωση μεταφορτώσεων"]},"estimating time left":{msgid:"estimating time left",msgstr:["εκτίμηση του χρόνου που απομένει"]},paused:{msgid:"paused",msgstr:["σε παύση"]},"Upload files":{msgid:"Upload files",msgstr:["Μεταφόρτωση αρχείων"]}}}}},{locale:"el_GR",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Greek (Greece) (https://www.transifex.com/nextcloud/teams/64236/el_GR/)","Content-Type":"text/plain; charset=UTF-8",Language:"el_GR","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Greek (Greece) (https://www.transifex.com/nextcloud/teams/64236/el_GR/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: el_GR\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"en_GB",json:{charset:"utf-8",headers:{"Last-Translator":"Andi Chandler , 2023","Language-Team":"English (United Kingdom) (https://app.transifex.com/nextcloud/teams/64236/en_GB/)","Content-Type":"text/plain; charset=UTF-8",Language:"en_GB","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nAndi Chandler , 2023\n"},msgstr:["Last-Translator: Andi Chandler , 2023\nLanguage-Team: English (United Kingdom) (https://app.transifex.com/nextcloud/teams/64236/en_GB/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: en_GB\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} file conflict","{count} files conflict"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{count} file conflict in {dirname}","{count} file conflicts in {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} seconds left"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["{time} left"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["a few seconds left"]},Add:{msgid:"Add",msgstr:["Add"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Cancel uploads"]},Continue:{msgid:"Continue",msgstr:["Continue"]},"estimating time left":{msgid:"estimating time left",msgstr:["estimating time left"]},"Existing version":{msgid:"Existing version",msgstr:["Existing version"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["If you select both versions, the copied file will have a number added to its name."]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Last modified date unknown"]},"New version":{msgid:"New version",msgstr:["New version"]},paused:{msgid:"paused",msgstr:["paused"]},"Preview image":{msgid:"Preview image",msgstr:["Preview image"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Select all checkboxes"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Select all existing files"]},"Select all new files":{msgid:"Select all new files",msgstr:["Select all new files"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["Skip this file","Skip {count} files"]},"Unknown size":{msgid:"Unknown size",msgstr:["Unknown size"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Upload cancelled"]},"Upload files":{msgid:"Upload files",msgstr:["Upload files"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["Which files do you want to keep?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["You need to select at least one version of each file to continue."]}}}}},{locale:"eo",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Esperanto (https://www.transifex.com/nextcloud/teams/64236/eo/)","Content-Type":"text/plain; charset=UTF-8",Language:"eo","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Esperanto (https://www.transifex.com/nextcloud/teams/64236/eo/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: eo\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"es",json:{charset:"utf-8",headers:{"Last-Translator":"Next Cloud , 2023","Language-Team":"Spanish (https://app.transifex.com/nextcloud/teams/64236/es/)","Content-Type":"text/plain; charset=UTF-8",Language:"es","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nFranciscoFJ , 2023\nNext Cloud , 2023\n"},msgstr:["Last-Translator: Next Cloud , 2023\nLanguage-Team: Spanish (https://app.transifex.com/nextcloud/teams/64236/es/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} archivo en conflicto","{count} archivos en conflicto","{count} archivos en conflicto"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{count} archivo en conflicto en {dirname}","{count} archivos en conflicto en {dirname}","{count} archivos en conflicto en {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} segundos restantes"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["{time} restante"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["quedan unos segundos"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Cancelar subidas"]},Continue:{msgid:"Continue",msgstr:["Continuar"]},"estimating time left":{msgid:"estimating time left",msgstr:["estimación del tiempo restante"]},"Existing version":{msgid:"Existing version",msgstr:["Versión existente"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["Si selecciona ambas versiones, al archivo copiado se le añadirá un número en el nombre."]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Última fecha de modificación desconocida"]},New:{msgid:"New",msgstr:["Nuevo"]},"New version":{msgid:"New version",msgstr:["Nueva versión"]},paused:{msgid:"paused",msgstr:["pausado"]},"Preview image":{msgid:"Preview image",msgstr:["Previsualizar imagen"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Seleccionar todas las casillas de verificación"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Seleccionar todos los archivos existentes"]},"Select all new files":{msgid:"Select all new files",msgstr:["Seleccionar todos los archivos nuevos"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["Saltar este archivo","Saltar {count} archivos","Saltar {count} archivos"]},"Unknown size":{msgid:"Unknown size",msgstr:["Tamaño desconocido"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Subida cancelada"]},"Upload files":{msgid:"Upload files",msgstr:["Subir archivos"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["¿Qué archivos desea conservar?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["Debe seleccionar al menos una versión de cada archivo para continuar."]}}}}},{locale:"es_419",json:{charset:"utf-8",headers:{"Last-Translator":"ALEJANDRO CASTRO, 2022","Language-Team":"Spanish (Latin America) (https://www.transifex.com/nextcloud/teams/64236/es_419/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_419","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nALEJANDRO CASTRO, 2022\n"},msgstr:["Last-Translator: ALEJANDRO CASTRO, 2022\nLanguage-Team: Spanish (Latin America) (https://www.transifex.com/nextcloud/teams/64236/es_419/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_419\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} segundos restantes"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["{tiempo} restante"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["quedan pocos segundos"]},Add:{msgid:"Add",msgstr:["agregar"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Cancelar subidas"]},"estimating time left":{msgid:"estimating time left",msgstr:["estimando tiempo restante"]},paused:{msgid:"paused",msgstr:["pausado"]},"Upload files":{msgid:"Upload files",msgstr:["Subir archivos"]}}}}},{locale:"es_AR",json:{charset:"utf-8",headers:{"Last-Translator":"Matias Iglesias, 2022","Language-Team":"Spanish (Argentina) (https://www.transifex.com/nextcloud/teams/64236/es_AR/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_AR","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nMatias Iglesias, 2022\n"},msgstr:["Last-Translator: Matias Iglesias, 2022\nLanguage-Team: Spanish (Argentina) (https://www.transifex.com/nextcloud/teams/64236/es_AR/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_AR\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} segundos restantes"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["{time} restante"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["quedan unos segundos"]},Add:{msgid:"Add",msgstr:["Añadir"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Cancelar subidas"]},"estimating time left":{msgid:"estimating time left",msgstr:["estimando tiempo restante"]},paused:{msgid:"paused",msgstr:["pausado"]},"Upload files":{msgid:"Upload files",msgstr:["Subir archivos"]}}}}},{locale:"es_CL",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Spanish (Chile) (https://www.transifex.com/nextcloud/teams/64236/es_CL/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_CL","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Chile) (https://www.transifex.com/nextcloud/teams/64236/es_CL/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_CL\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"es_CO",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Spanish (Colombia) (https://www.transifex.com/nextcloud/teams/64236/es_CO/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_CO","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Colombia) (https://www.transifex.com/nextcloud/teams/64236/es_CO/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_CO\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"es_CR",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Spanish (Costa Rica) (https://www.transifex.com/nextcloud/teams/64236/es_CR/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_CR","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Costa Rica) (https://www.transifex.com/nextcloud/teams/64236/es_CR/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_CR\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"es_DO",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Spanish (Dominican Republic) (https://www.transifex.com/nextcloud/teams/64236/es_DO/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_DO","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Dominican Republic) (https://www.transifex.com/nextcloud/teams/64236/es_DO/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_DO\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"es_EC",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Spanish (Ecuador) (https://www.transifex.com/nextcloud/teams/64236/es_EC/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_EC","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Ecuador) (https://www.transifex.com/nextcloud/teams/64236/es_EC/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_EC\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"es_GT",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Spanish (Guatemala) (https://www.transifex.com/nextcloud/teams/64236/es_GT/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_GT","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Guatemala) (https://www.transifex.com/nextcloud/teams/64236/es_GT/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_GT\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"es_HN",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Spanish (Honduras) (https://www.transifex.com/nextcloud/teams/64236/es_HN/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_HN","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Honduras) (https://www.transifex.com/nextcloud/teams/64236/es_HN/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_HN\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"es_MX",json:{charset:"utf-8",headers:{"Last-Translator":"ALEJANDRO CASTRO, 2022","Language-Team":"Spanish (Mexico) (https://www.transifex.com/nextcloud/teams/64236/es_MX/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_MX","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nLuis Francisco Castro, 2022\nALEJANDRO CASTRO, 2022\n"},msgstr:["Last-Translator: ALEJANDRO CASTRO, 2022\nLanguage-Team: Spanish (Mexico) (https://www.transifex.com/nextcloud/teams/64236/es_MX/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_MX\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} segundos restantes"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["{tiempo} restante"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["quedan pocos segundos"]},Add:{msgid:"Add",msgstr:["agregar"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["cancelar las cargas"]},"estimating time left":{msgid:"estimating time left",msgstr:["estimando tiempo restante"]},paused:{msgid:"paused",msgstr:["en pausa"]},"Upload files":{msgid:"Upload files",msgstr:["cargar archivos"]}}}}},{locale:"es_NI",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Spanish (Nicaragua) (https://www.transifex.com/nextcloud/teams/64236/es_NI/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_NI","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Nicaragua) (https://www.transifex.com/nextcloud/teams/64236/es_NI/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_NI\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"es_PA",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Spanish (Panama) (https://www.transifex.com/nextcloud/teams/64236/es_PA/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_PA","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Panama) (https://www.transifex.com/nextcloud/teams/64236/es_PA/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_PA\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"es_PE",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Spanish (Peru) (https://www.transifex.com/nextcloud/teams/64236/es_PE/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_PE","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Peru) (https://www.transifex.com/nextcloud/teams/64236/es_PE/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_PE\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"es_PR",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Spanish (Puerto Rico) (https://www.transifex.com/nextcloud/teams/64236/es_PR/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_PR","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Puerto Rico) (https://www.transifex.com/nextcloud/teams/64236/es_PR/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_PR\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"es_PY",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Spanish (Paraguay) (https://www.transifex.com/nextcloud/teams/64236/es_PY/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_PY","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Paraguay) (https://www.transifex.com/nextcloud/teams/64236/es_PY/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_PY\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"es_SV",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Spanish (El Salvador) (https://www.transifex.com/nextcloud/teams/64236/es_SV/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_SV","Plural-Forms":"nplurals=2; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (El Salvador) (https://www.transifex.com/nextcloud/teams/64236/es_SV/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_SV\nPlural-Forms: nplurals=2; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"es_UY",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Spanish (Uruguay) (https://www.transifex.com/nextcloud/teams/64236/es_UY/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_UY","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Uruguay) (https://www.transifex.com/nextcloud/teams/64236/es_UY/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_UY\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"et_EE",json:{charset:"utf-8",headers:{"Last-Translator":"Taavo Roos, 2023","Language-Team":"Estonian (Estonia) (https://app.transifex.com/nextcloud/teams/64236/et_EE/)","Content-Type":"text/plain; charset=UTF-8",Language:"et_EE","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nMait R, 2022\nTaavo Roos, 2023\n"},msgstr:["Last-Translator: Taavo Roos, 2023\nLanguage-Team: Estonian (Estonia) (https://app.transifex.com/nextcloud/teams/64236/et_EE/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: et_EE\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} jäänud sekundid"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["{time} aega jäänud"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["jäänud mõni sekund"]},Add:{msgid:"Add",msgstr:["Lisa"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Tühista üleslaadimine"]},"estimating time left":{msgid:"estimating time left",msgstr:["hinnanguline järelejäänud aeg"]},paused:{msgid:"paused",msgstr:["pausil"]},"Upload files":{msgid:"Upload files",msgstr:["Lae failid üles"]}}}}},{locale:"eu",json:{charset:"utf-8",headers:{"Last-Translator":"Unai Tolosa Pontesta , 2022","Language-Team":"Basque (https://www.transifex.com/nextcloud/teams/64236/eu/)","Content-Type":"text/plain; charset=UTF-8",Language:"eu","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nUnai Tolosa Pontesta , 2022\n"},msgstr:["Last-Translator: Unai Tolosa Pontesta , 2022\nLanguage-Team: Basque (https://www.transifex.com/nextcloud/teams/64236/eu/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: eu\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} segundo geratzen dira"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["{time} geratzen da"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["segundo batzuk geratzen dira"]},Add:{msgid:"Add",msgstr:["Gehitu"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Ezeztatu igoerak"]},"estimating time left":{msgid:"estimating time left",msgstr:["kalkulatutako geratzen den denbora"]},paused:{msgid:"paused",msgstr:["geldituta"]},"Upload files":{msgid:"Upload files",msgstr:["Igo fitxategiak"]}}}}},{locale:"fa",json:{charset:"utf-8",headers:{"Last-Translator":"Fatemeh Komeily, 2023","Language-Team":"Persian (https://app.transifex.com/nextcloud/teams/64236/fa/)","Content-Type":"text/plain; charset=UTF-8",Language:"fa","Plural-Forms":"nplurals=2; plural=(n > 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nFatemeh Komeily, 2023\n"},msgstr:["Last-Translator: Fatemeh Komeily, 2023\nLanguage-Team: Persian (https://app.transifex.com/nextcloud/teams/64236/fa/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: fa\nPlural-Forms: nplurals=2; plural=(n > 1);\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["ثانیه های باقی مانده"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["باقی مانده"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["چند ثانیه مانده"]},Add:{msgid:"Add",msgstr:["اضافه کردن"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["کنسل کردن فایل های اپلود شده"]},"estimating time left":{msgid:"estimating time left",msgstr:["تخمین زمان باقی مانده"]},paused:{msgid:"paused",msgstr:["مکث کردن"]},"Upload files":{msgid:"Upload files",msgstr:["بارگذاری فایل ها"]}}}}},{locale:"fi_FI",json:{charset:"utf-8",headers:{"Last-Translator":"Jiri Grönroos , 2022","Language-Team":"Finnish (Finland) (https://www.transifex.com/nextcloud/teams/64236/fi_FI/)","Content-Type":"text/plain; charset=UTF-8",Language:"fi_FI","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJiri Grönroos , 2022\n"},msgstr:["Last-Translator: Jiri Grönroos , 2022\nLanguage-Team: Finnish (Finland) (https://www.transifex.com/nextcloud/teams/64236/fi_FI/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: fi_FI\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} sekuntia jäljellä"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["{time} jäljellä"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["muutama sekunti jäljellä"]},Add:{msgid:"Add",msgstr:["Lisää"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Peruuta lähetykset"]},"estimating time left":{msgid:"estimating time left",msgstr:["arvioidaan jäljellä olevaa aikaa"]},paused:{msgid:"paused",msgstr:["keskeytetty"]},"Upload files":{msgid:"Upload files",msgstr:["Lähetä tiedostoja"]}}}}},{locale:"fo",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Faroese (https://www.transifex.com/nextcloud/teams/64236/fo/)","Content-Type":"text/plain; charset=UTF-8",Language:"fo","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Faroese (https://www.transifex.com/nextcloud/teams/64236/fo/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: fo\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"fr",json:{charset:"utf-8",headers:{"Last-Translator":"John Molakvoæ , 2023","Language-Team":"French (https://app.transifex.com/nextcloud/teams/64236/fr/)","Content-Type":"text/plain; charset=UTF-8",Language:"fr","Plural-Forms":"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJean-Claude Richard , 2023\nClément Saccoccio, 2023\nJohn Molakvoæ , 2023\n"},msgstr:["Last-Translator: John Molakvoæ , 2023\nLanguage-Team: French (https://app.transifex.com/nextcloud/teams/64236/fr/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: fr\nPlural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} fichier en conflit","{count} fichiers en conflit","{count} fichiers en conflit"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{count} fichier en conflit dans {dirname}","{count} fichiers en conflit dans {dirname}","{count} fichiers en conflit dans {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} secondes restantes"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["{time} restant"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["quelques secondes restantes"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Annuler les envois"]},Continue:{msgid:"Continue",msgstr:["Continuer"]},"estimating time left":{msgid:"estimating time left",msgstr:["estimation du temps restant"]},"Existing version":{msgid:"Existing version",msgstr:["Version existante"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["Si vous sélectionnez les deux versions, un nombre sera postfixé au nom du fichier."]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Date de dernière modification inconnue"]},New:{msgid:"New",msgstr:["Nouveau"]},"New version":{msgid:"New version",msgstr:["Nouvelle version"]},paused:{msgid:"paused",msgstr:["en pause"]},"Preview image":{msgid:"Preview image",msgstr:["Image d'aperçu"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Sélectionner toutes les cases"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Sélectionner tous les fichiers existants"]},"Select all new files":{msgid:"Select all new files",msgstr:["Sélectionner tous les nouveaux fichiers"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["Ignorer ce fichier","Ignorer {count} fichiers","Ignorer {count} fichiers"]},"Unknown size":{msgid:"Unknown size",msgstr:["Taille inconnue"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Envoi annulé"]},"Upload files":{msgid:"Upload files",msgstr:["Téléverser des fichiers"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["Quels fichiers souhaitez-vous conserver ?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["Vous devez sélectionner au moins une version de chaque fichier pour continuer."]}}}}},{locale:"gd",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Gaelic, Scottish (https://www.transifex.com/nextcloud/teams/64236/gd/)","Content-Type":"text/plain; charset=UTF-8",Language:"gd","Plural-Forms":"nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n > 2 && n < 20) ? 2 : 3;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Gaelic, Scottish (https://www.transifex.com/nextcloud/teams/64236/gd/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: gd\nPlural-Forms: nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n > 2 && n < 20) ? 2 : 3;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"gl",json:{charset:"utf-8",headers:{"Last-Translator":"Miguel Anxo Bouzada , 2023","Language-Team":"Galician (https://app.transifex.com/nextcloud/teams/64236/gl/)","Content-Type":"text/plain; charset=UTF-8",Language:"gl","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nNacho , 2023\nMiguel Anxo Bouzada , 2023\n"},msgstr:["Last-Translator: Miguel Anxo Bouzada , 2023\nLanguage-Team: Galician (https://app.transifex.com/nextcloud/teams/64236/gl/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: gl\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} conflito de ficheiros","{count} conflitos de ficheiros"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{count} conflito de ficheiros en {dirname}","{count} conflitos de ficheiros en {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["faltan {seconds} segundos"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["falta {time}"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["faltan uns segundos"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Cancelar envíos"]},Continue:{msgid:"Continue",msgstr:["Continuar"]},"estimating time left":{msgid:"estimating time left",msgstr:["calculando canto tempo falta"]},"Existing version":{msgid:"Existing version",msgstr:["Versión existente"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["Se selecciona ambas as versións, o ficheiro copiado terá un número engadido ao seu nome."]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Data da última modificación descoñecida"]},New:{msgid:"New",msgstr:["Nova"]},"New version":{msgid:"New version",msgstr:["Nova versión"]},paused:{msgid:"paused",msgstr:["detido"]},"Preview image":{msgid:"Preview image",msgstr:["Vista previa da imaxe"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Marcar todas as caixas de selección"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Seleccionar todos os ficheiros existentes"]},"Select all new files":{msgid:"Select all new files",msgstr:["Seleccionar todos os ficheiros novos"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["Omita este ficheiro","Omitir {count} ficheiros"]},"Unknown size":{msgid:"Unknown size",msgstr:["Tamaño descoñecido"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Envío cancelado"]},"Upload files":{msgid:"Upload files",msgstr:["Enviar ficheiros"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["Que ficheiros quere conservar?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["Debe seleccionar polo menos unha versión de cada ficheiro para continuar."]}}}}},{locale:"he",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Hebrew (https://www.transifex.com/nextcloud/teams/64236/he/)","Content-Type":"text/plain; charset=UTF-8",Language:"he","Plural-Forms":"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Hebrew (https://www.transifex.com/nextcloud/teams/64236/he/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: he\nPlural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"hi_IN",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Hindi (India) (https://www.transifex.com/nextcloud/teams/64236/hi_IN/)","Content-Type":"text/plain; charset=UTF-8",Language:"hi_IN","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Hindi (India) (https://www.transifex.com/nextcloud/teams/64236/hi_IN/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: hi_IN\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"hr",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Croatian (https://www.transifex.com/nextcloud/teams/64236/hr/)","Content-Type":"text/plain; charset=UTF-8",Language:"hr","Plural-Forms":"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Croatian (https://www.transifex.com/nextcloud/teams/64236/hr/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: hr\nPlural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"hsb",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Upper Sorbian (https://www.transifex.com/nextcloud/teams/64236/hsb/)","Content-Type":"text/plain; charset=UTF-8",Language:"hsb","Plural-Forms":"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Upper Sorbian (https://www.transifex.com/nextcloud/teams/64236/hsb/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: hsb\nPlural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"hu",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Hungarian (https://www.transifex.com/nextcloud/teams/64236/hu/)","Content-Type":"text/plain; charset=UTF-8",Language:"hu","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Hungarian (https://www.transifex.com/nextcloud/teams/64236/hu/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: hu\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"hu_HU",json:{charset:"utf-8",headers:{"Last-Translator":"Balázs Úr, 2022","Language-Team":"Hungarian (Hungary) (https://www.transifex.com/nextcloud/teams/64236/hu_HU/)","Content-Type":"text/plain; charset=UTF-8",Language:"hu_HU","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nBalázs Meskó , 2022\nBalázs Úr, 2022\n"},msgstr:["Last-Translator: Balázs Úr, 2022\nLanguage-Team: Hungarian (Hungary) (https://www.transifex.com/nextcloud/teams/64236/hu_HU/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: hu_HU\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{} másodperc van hátra"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["{time} van hátra"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["pár másodperc van hátra"]},Add:{msgid:"Add",msgstr:["Hozzáadás"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Feltöltések megszakítása"]},"estimating time left":{msgid:"estimating time left",msgstr:["hátralévő idő becslése"]},paused:{msgid:"paused",msgstr:["szüneteltetve"]},"Upload files":{msgid:"Upload files",msgstr:["Fájlok feltöltése"]}}}}},{locale:"hy",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Armenian (https://www.transifex.com/nextcloud/teams/64236/hy/)","Content-Type":"text/plain; charset=UTF-8",Language:"hy","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Armenian (https://www.transifex.com/nextcloud/teams/64236/hy/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: hy\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"ia",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Interlingua (https://www.transifex.com/nextcloud/teams/64236/ia/)","Content-Type":"text/plain; charset=UTF-8",Language:"ia","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Interlingua (https://www.transifex.com/nextcloud/teams/64236/ia/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ia\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"id",json:{charset:"utf-8",headers:{"Last-Translator":"Linerly , 2023","Language-Team":"Indonesian (https://app.transifex.com/nextcloud/teams/64236/id/)","Content-Type":"text/plain; charset=UTF-8",Language:"id","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nEmpty Slot Filler, 2023\nLinerly , 2023\n"},msgstr:["Last-Translator: Linerly , 2023\nLanguage-Team: Indonesian (https://app.transifex.com/nextcloud/teams/64236/id/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: id\nPlural-Forms: nplurals=1; plural=0;\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} berkas berkonflik"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{count} berkas berkonflik dalam {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} detik tersisa"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["{time} tersisa"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["tinggal sebentar lagi"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Batalkan unggahan"]},Continue:{msgid:"Continue",msgstr:["Lanjutkan"]},"estimating time left":{msgid:"estimating time left",msgstr:["memperkirakan waktu yang tersisa"]},"Existing version":{msgid:"Existing version",msgstr:["Versi yang ada"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["Jika Anda memilih kedua versi, nama berkas yang disalin akan ditambahi angka."]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Tanggal perubahan terakhir tidak diketahui"]},New:{msgid:"New",msgstr:["Baru"]},"New version":{msgid:"New version",msgstr:["Versi baru"]},paused:{msgid:"paused",msgstr:["dijeda"]},"Preview image":{msgid:"Preview image",msgstr:["Gambar pratinjau"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Pilih semua kotak centang"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Pilih semua berkas yang ada"]},"Select all new files":{msgid:"Select all new files",msgstr:["Pilih semua berkas baru"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["Lewati {count} berkas"]},"Unknown size":{msgid:"Unknown size",msgstr:["Ukuran tidak diketahui"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Unggahan dibatalkan"]},"Upload files":{msgid:"Upload files",msgstr:["Unggah berkas"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["Berkas mana yang Anda ingin tetap simpan?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["Anda harus memilih setidaknya satu versi dari masing-masing berkas untuk melanjutkan."]}}}}},{locale:"ig",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Igbo (https://www.transifex.com/nextcloud/teams/64236/ig/)","Content-Type":"text/plain; charset=UTF-8",Language:"ig","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Igbo (https://www.transifex.com/nextcloud/teams/64236/ig/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ig\nPlural-Forms: nplurals=1; plural=0;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"is",json:{charset:"utf-8",headers:{"Last-Translator":"Sveinn í Felli , 2023","Language-Team":"Icelandic (https://app.transifex.com/nextcloud/teams/64236/is/)","Content-Type":"text/plain; charset=UTF-8",Language:"is","Plural-Forms":"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nSveinn í Felli , 2023\n"},msgstr:["Last-Translator: Sveinn í Felli , 2023\nLanguage-Team: Icelandic (https://app.transifex.com/nextcloud/teams/64236/is/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: is\nPlural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} árekstur skráa","{count} árekstrar skráa"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{count} árekstur skráa í {dirname}","{count} árekstrar skráa í {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} sekúndur eftir"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["{time} eftir"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["nokkrar sekúndur eftir"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Hætta við innsendingar"]},Continue:{msgid:"Continue",msgstr:["Halda áfram"]},"estimating time left":{msgid:"estimating time left",msgstr:["áætla tíma sem eftir er"]},"Existing version":{msgid:"Existing version",msgstr:["Fyrirliggjandi útgáfa"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["Ef þú velur báðar útgáfur, þá mun verða bætt tölustaf aftan við heiti afrituðu skrárinnar."]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Síðasta breytingadagsetning er óþekkt"]},New:{msgid:"New",msgstr:["Nýtt"]},"New version":{msgid:"New version",msgstr:["Ný útgáfa"]},paused:{msgid:"paused",msgstr:["í bið"]},"Preview image":{msgid:"Preview image",msgstr:["Forskoðun myndar"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Velja gátreiti"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Velja allar fyrirliggjandi skrár"]},"Select all new files":{msgid:"Select all new files",msgstr:["Velja allar nýjar skrár"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["Sleppa þessari skrá","Sleppa {count} skrám"]},"Unknown size":{msgid:"Unknown size",msgstr:["Óþekkt stærð"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Hætt við innsendingu"]},"Upload files":{msgid:"Upload files",msgstr:["Senda inn skrár"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["Hvaða skrám vilt þú vilt halda eftir?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["Þú verður að velja að minnsta kosti eina útgáfu af hverri skrá til að halda áfram."]}}}}},{locale:"it",json:{charset:"utf-8",headers:{"Last-Translator":"Random_R, 2023","Language-Team":"Italian (https://app.transifex.com/nextcloud/teams/64236/it/)","Content-Type":"text/plain; charset=UTF-8",Language:"it","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nLep Lep, 2023\nRandom_R, 2023\n"},msgstr:["Last-Translator: Random_R, 2023\nLanguage-Team: Italian (https://app.transifex.com/nextcloud/teams/64236/it/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: it\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} file in conflitto","{count} file in conflitto","{count} file in conflitto"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{count} file in conflitto in {dirname}","{count} file in conflitto in {dirname}","{count} file in conflitto in {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} secondi rimanenti "]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["{time} rimanente"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["alcuni secondi rimanenti"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Annulla i caricamenti"]},Continue:{msgid:"Continue",msgstr:["Continua"]},"estimating time left":{msgid:"estimating time left",msgstr:["calcolo il tempo rimanente"]},"Existing version":{msgid:"Existing version",msgstr:["Versione esistente"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["Se selezioni entrambe le versioni, nel nome del file copiato verrà aggiunto un numero "]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Ultima modifica sconosciuta"]},New:{msgid:"New",msgstr:["Nuovo"]},"New version":{msgid:"New version",msgstr:["Nuova versione"]},paused:{msgid:"paused",msgstr:["pausa"]},"Preview image":{msgid:"Preview image",msgstr:["Anteprima immagine"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Seleziona tutte le caselle"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Seleziona tutti i file esistenti"]},"Select all new files":{msgid:"Select all new files",msgstr:["Seleziona tutti i nuovi file"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["Salta questo file","Salta {count} file","Salta {count} file"]},"Unknown size":{msgid:"Unknown size",msgstr:["Dimensione sconosciuta"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Caricamento cancellato"]},"Upload files":{msgid:"Upload files",msgstr:["Carica i file"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["Quali file vuoi mantenere?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["Devi selezionare almeno una versione di ogni file per continuare"]}}}}},{locale:"it_IT",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Italian (Italy) (https://www.transifex.com/nextcloud/teams/64236/it_IT/)","Content-Type":"text/plain; charset=UTF-8",Language:"it_IT","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Italian (Italy) (https://www.transifex.com/nextcloud/teams/64236/it_IT/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: it_IT\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"ja_JP",json:{charset:"utf-8",headers:{"Last-Translator":"かたかめ, 2022","Language-Team":"Japanese (Japan) (https://www.transifex.com/nextcloud/teams/64236/ja_JP/)","Content-Type":"text/plain; charset=UTF-8",Language:"ja_JP","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nT.S, 2022\nかたかめ, 2022\n"},msgstr:["Last-Translator: かたかめ, 2022\nLanguage-Team: Japanese (Japan) (https://www.transifex.com/nextcloud/teams/64236/ja_JP/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ja_JP\nPlural-Forms: nplurals=1; plural=0;\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["残り {seconds} 秒"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["残り {time}"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["残り数秒"]},Add:{msgid:"Add",msgstr:["追加"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["アップロードをキャンセル"]},"estimating time left":{msgid:"estimating time left",msgstr:["概算残り時間"]},paused:{msgid:"paused",msgstr:["一時停止中"]},"Upload files":{msgid:"Upload files",msgstr:["ファイルをアップデート"]}}}}},{locale:"ka",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Georgian (https://www.transifex.com/nextcloud/teams/64236/ka/)","Content-Type":"text/plain; charset=UTF-8",Language:"ka","Plural-Forms":"nplurals=2; plural=(n!=1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Georgian (https://www.transifex.com/nextcloud/teams/64236/ka/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ka\nPlural-Forms: nplurals=2; plural=(n!=1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"ka_GE",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Georgian (Georgia) (https://www.transifex.com/nextcloud/teams/64236/ka_GE/)","Content-Type":"text/plain; charset=UTF-8",Language:"ka_GE","Plural-Forms":"nplurals=2; plural=(n!=1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Georgian (Georgia) (https://www.transifex.com/nextcloud/teams/64236/ka_GE/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ka_GE\nPlural-Forms: nplurals=2; plural=(n!=1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"kab",json:{charset:"utf-8",headers:{"Last-Translator":"ZiriSut, 2023","Language-Team":"Kabyle (https://app.transifex.com/nextcloud/teams/64236/kab/)","Content-Type":"text/plain; charset=UTF-8",Language:"kab","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nZiriSut, 2023\n"},msgstr:["Last-Translator: ZiriSut, 2023\nLanguage-Team: Kabyle (https://app.transifex.com/nextcloud/teams/64236/kab/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: kab\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} tesdatin i d-yeqqimen"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["{time} i d-yeqqimen"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["qqiment-d kra n tesdatin kan"]},Add:{msgid:"Add",msgstr:["Rnu"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Sefsex asali"]},"estimating time left":{msgid:"estimating time left",msgstr:["asizel n wakud i d-yeqqimen"]},paused:{msgid:"paused",msgstr:["yeḥbes"]},"Upload files":{msgid:"Upload files",msgstr:["Sali-d ifuyla"]}}}}},{locale:"kk",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Kazakh (https://www.transifex.com/nextcloud/teams/64236/kk/)","Content-Type":"text/plain; charset=UTF-8",Language:"kk","Plural-Forms":"nplurals=2; plural=(n!=1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Kazakh (https://www.transifex.com/nextcloud/teams/64236/kk/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: kk\nPlural-Forms: nplurals=2; plural=(n!=1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"km",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Khmer (https://www.transifex.com/nextcloud/teams/64236/km/)","Content-Type":"text/plain; charset=UTF-8",Language:"km","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Khmer (https://www.transifex.com/nextcloud/teams/64236/km/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: km\nPlural-Forms: nplurals=1; plural=0;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"kn",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Kannada (https://www.transifex.com/nextcloud/teams/64236/kn/)","Content-Type":"text/plain; charset=UTF-8",Language:"kn","Plural-Forms":"nplurals=2; plural=(n > 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Kannada (https://www.transifex.com/nextcloud/teams/64236/kn/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: kn\nPlural-Forms: nplurals=2; plural=(n > 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"ko",json:{charset:"utf-8",headers:{"Last-Translator":"Brandon Han, 2022","Language-Team":"Korean (https://www.transifex.com/nextcloud/teams/64236/ko/)","Content-Type":"text/plain; charset=UTF-8",Language:"ko","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nBrandon Han, 2022\n"},msgstr:["Last-Translator: Brandon Han, 2022\nLanguage-Team: Korean (https://www.transifex.com/nextcloud/teams/64236/ko/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ko\nPlural-Forms: nplurals=1; plural=0;\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} 남음"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["{time} 남음"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["곧 완료"]},Add:{msgid:"Add",msgstr:["추가"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["업로드 취소"]},"estimating time left":{msgid:"estimating time left",msgstr:["남은 시간 계산중"]},paused:{msgid:"paused",msgstr:["일시정지됨"]},"Upload files":{msgid:"Upload files",msgstr:["파일 업로드"]}}}}},{locale:"la",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Latin (https://www.transifex.com/nextcloud/teams/64236/la/)","Content-Type":"text/plain; charset=UTF-8",Language:"la","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Latin (https://www.transifex.com/nextcloud/teams/64236/la/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: la\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"lb",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Luxembourgish (https://www.transifex.com/nextcloud/teams/64236/lb/)","Content-Type":"text/plain; charset=UTF-8",Language:"lb","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Luxembourgish (https://www.transifex.com/nextcloud/teams/64236/lb/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: lb\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"lo",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Lao (https://www.transifex.com/nextcloud/teams/64236/lo/)","Content-Type":"text/plain; charset=UTF-8",Language:"lo","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Lao (https://www.transifex.com/nextcloud/teams/64236/lo/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: lo\nPlural-Forms: nplurals=1; plural=0;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"lt_LT",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Lithuanian (Lithuania) (https://www.transifex.com/nextcloud/teams/64236/lt_LT/)","Content-Type":"text/plain; charset=UTF-8",Language:"lt_LT","Plural-Forms":"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Lithuanian (Lithuania) (https://www.transifex.com/nextcloud/teams/64236/lt_LT/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: lt_LT\nPlural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"lv",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Latvian (https://www.transifex.com/nextcloud/teams/64236/lv/)","Content-Type":"text/plain; charset=UTF-8",Language:"lv","Plural-Forms":"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Latvian (https://www.transifex.com/nextcloud/teams/64236/lv/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: lv\nPlural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"mk",json:{charset:"utf-8",headers:{"Last-Translator":"Сашко Тодоров , 2022","Language-Team":"Macedonian (https://www.transifex.com/nextcloud/teams/64236/mk/)","Content-Type":"text/plain; charset=UTF-8",Language:"mk","Plural-Forms":"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nСашко Тодоров , 2022\n"},msgstr:["Last-Translator: Сашко Тодоров , 2022\nLanguage-Team: Macedonian (https://www.transifex.com/nextcloud/teams/64236/mk/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: mk\nPlural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["преостануваат {seconds} секунди"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["преостанува {time}"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["уште неколку секунди"]},Add:{msgid:"Add",msgstr:["Додади"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Прекини прикачување"]},"estimating time left":{msgid:"estimating time left",msgstr:["приближно преостанато време"]},paused:{msgid:"paused",msgstr:["паузирано"]},"Upload files":{msgid:"Upload files",msgstr:["Прикачување датотеки"]}}}}},{locale:"mn",json:{charset:"utf-8",headers:{"Last-Translator":"BATKHUYAG Ganbold, 2023","Language-Team":"Mongolian (https://app.transifex.com/nextcloud/teams/64236/mn/)","Content-Type":"text/plain; charset=UTF-8",Language:"mn","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nBATKHUYAG Ganbold, 2023\n"},msgstr:["Last-Translator: BATKHUYAG Ganbold, 2023\nLanguage-Team: Mongolian (https://app.transifex.com/nextcloud/teams/64236/mn/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: mn\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} секунд үлдсэн"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["{time} үлдсэн"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["хэдхэн секунд үлдсэн"]},Add:{msgid:"Add",msgstr:["Нэмэх"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Илгээлтийг цуцлах"]},"estimating time left":{msgid:"estimating time left",msgstr:["Үлдсэн хугацааг тооцоолж байна"]},paused:{msgid:"paused",msgstr:["түр зогсоосон"]},"Upload files":{msgid:"Upload files",msgstr:["Файл илгээх"]}}}}},{locale:"mr",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Marathi (https://www.transifex.com/nextcloud/teams/64236/mr/)","Content-Type":"text/plain; charset=UTF-8",Language:"mr","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Marathi (https://www.transifex.com/nextcloud/teams/64236/mr/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: mr\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"ms_MY",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Malay (Malaysia) (https://www.transifex.com/nextcloud/teams/64236/ms_MY/)","Content-Type":"text/plain; charset=UTF-8",Language:"ms_MY","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Malay (Malaysia) (https://www.transifex.com/nextcloud/teams/64236/ms_MY/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ms_MY\nPlural-Forms: nplurals=1; plural=0;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"my",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Burmese (https://www.transifex.com/nextcloud/teams/64236/my/)","Content-Type":"text/plain; charset=UTF-8",Language:"my","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Burmese (https://www.transifex.com/nextcloud/teams/64236/my/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: my\nPlural-Forms: nplurals=1; plural=0;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"nb_NO",json:{charset:"utf-8",headers:{"Last-Translator":"Ari Selseng , 2022","Language-Team":"Norwegian Bokmål (Norway) (https://www.transifex.com/nextcloud/teams/64236/nb_NO/)","Content-Type":"text/plain; charset=UTF-8",Language:"nb_NO","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nAri Selseng , 2022\n"},msgstr:["Last-Translator: Ari Selseng , 2022\nLanguage-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/nextcloud/teams/64236/nb_NO/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: nb_NO\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} sekunder igjen"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["{time} igjen"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["noen få sekunder igjen"]},Add:{msgid:"Add",msgstr:["Legg til"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Avbryt opplastninger"]},"estimating time left":{msgid:"estimating time left",msgstr:["Estimerer tid igjen"]},paused:{msgid:"paused",msgstr:["pauset"]},"Upload files":{msgid:"Upload files",msgstr:["Last opp filer"]}}}}},{locale:"ne",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Nepali (https://www.transifex.com/nextcloud/teams/64236/ne/)","Content-Type":"text/plain; charset=UTF-8",Language:"ne","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Nepali (https://www.transifex.com/nextcloud/teams/64236/ne/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ne\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"nl",json:{charset:"utf-8",headers:{"Last-Translator":"Rico , 2023","Language-Team":"Dutch (https://app.transifex.com/nextcloud/teams/64236/nl/)","Content-Type":"text/plain; charset=UTF-8",Language:"nl","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nRico , 2023\n"},msgstr:["Last-Translator: Rico , 2023\nLanguage-Team: Dutch (https://app.transifex.com/nextcloud/teams/64236/nl/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: nl\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["Nog {seconds} seconden"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["{seconds} over"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["Nog een paar seconden"]},Add:{msgid:"Add",msgstr:["Voeg toe"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Uploads annuleren"]},"estimating time left":{msgid:"estimating time left",msgstr:["Schatting van de resterende tijd"]},paused:{msgid:"paused",msgstr:["Gepauzeerd"]},"Upload files":{msgid:"Upload files",msgstr:["Upload bestanden"]}}}}},{locale:"nn",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Norwegian Nynorsk (https://www.transifex.com/nextcloud/teams/64236/nn/)","Content-Type":"text/plain; charset=UTF-8",Language:"nn","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Norwegian Nynorsk (https://www.transifex.com/nextcloud/teams/64236/nn/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: nn\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"nn_NO",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Norwegian Nynorsk (Norway) (https://www.transifex.com/nextcloud/teams/64236/nn_NO/)","Content-Type":"text/plain; charset=UTF-8",Language:"nn_NO","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Norwegian Nynorsk (Norway) (https://www.transifex.com/nextcloud/teams/64236/nn_NO/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: nn_NO\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"oc",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Occitan (post 1500) (https://www.transifex.com/nextcloud/teams/64236/oc/)","Content-Type":"text/plain; charset=UTF-8",Language:"oc","Plural-Forms":"nplurals=2; plural=(n > 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Occitan (post 1500) (https://www.transifex.com/nextcloud/teams/64236/oc/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: oc\nPlural-Forms: nplurals=2; plural=(n > 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"pl",json:{charset:"utf-8",headers:{"Last-Translator":"M H , 2023","Language-Team":"Polish (https://app.transifex.com/nextcloud/teams/64236/pl/)","Content-Type":"text/plain; charset=UTF-8",Language:"pl","Plural-Forms":"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nM H , 2023\n"},msgstr:["Last-Translator: M H , 2023\nLanguage-Team: Polish (https://app.transifex.com/nextcloud/teams/64236/pl/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: pl\nPlural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["konflikt 1 pliku","{count} konfliktów plików","{count} konfliktów plików","{count} konfliktów plików"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{count} konfliktowy plik w {dirname}","{count} konfliktowych plików w {dirname}","{count} konfliktowych plików w {dirname}","{count} konfliktowych plików w {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["Pozostało {seconds} sekund"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["Pozostało {time}"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["Pozostało kilka sekund"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Anuluj wysyłanie"]},Continue:{msgid:"Continue",msgstr:["Kontynuuj"]},"estimating time left":{msgid:"estimating time left",msgstr:["Szacowanie pozostałego czasu"]},"Existing version":{msgid:"Existing version",msgstr:["Istniejąca wersja"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["Jeżeli wybierzesz obie wersje to do nazw skopiowanych plików zostanie dodany numer"]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Nieznana data ostatniej modyfikacji"]},New:{msgid:"New",msgstr:["Nowy"]},"New version":{msgid:"New version",msgstr:["Nowa wersja"]},paused:{msgid:"paused",msgstr:["Wstrzymane"]},"Preview image":{msgid:"Preview image",msgstr:["Podgląd obrazu"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Zaznacz wszystkie boxy"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Zaznacz wszystkie istniejące pliki"]},"Select all new files":{msgid:"Select all new files",msgstr:["Zaznacz wszystkie nowe pliki"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["Pomiń 1 plik","Pomiń {count} plików","Pomiń {count} plików","Pomiń {count} plików"]},"Unknown size":{msgid:"Unknown size",msgstr:["Nieznany rozmiar"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Anulowano wysyłanie"]},"Upload files":{msgid:"Upload files",msgstr:["Wyślij pliki"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["Które pliki chcesz zachować"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["Aby kontynuować, musisz wybrać co najmniej jedną wersję każdego pliku."]}}}}},{locale:"ps",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Pashto (https://www.transifex.com/nextcloud/teams/64236/ps/)","Content-Type":"text/plain; charset=UTF-8",Language:"ps","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Pashto (https://www.transifex.com/nextcloud/teams/64236/ps/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ps\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"pt_BR",json:{charset:"utf-8",headers:{"Last-Translator":"Flávio Veras , 2022","Language-Team":"Portuguese (Brazil) (https://www.transifex.com/nextcloud/teams/64236/pt_BR/)","Content-Type":"text/plain; charset=UTF-8",Language:"pt_BR","Plural-Forms":"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nLeonardo Colman , 2022\nJeann Cavalcante , 2022\nFlávio Veras , 2022\n"},msgstr:["Last-Translator: Flávio Veras , 2022\nLanguage-Team: Portuguese (Brazil) (https://www.transifex.com/nextcloud/teams/64236/pt_BR/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: pt_BR\nPlural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} segundos restantes"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["{time} restante"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["alguns segundos restantes"]},Add:{msgid:"Add",msgstr:["Adicionar"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Cancelar uploads"]},"estimating time left":{msgid:"estimating time left",msgstr:["estimando tempo restante"]},paused:{msgid:"paused",msgstr:["pausado"]},"Upload files":{msgid:"Upload files",msgstr:["Enviar arquivos"]}}}}},{locale:"pt_PT",json:{charset:"utf-8",headers:{"Last-Translator":"Manuela Silva , 2022","Language-Team":"Portuguese (Portugal) (https://www.transifex.com/nextcloud/teams/64236/pt_PT/)","Content-Type":"text/plain; charset=UTF-8",Language:"pt_PT","Plural-Forms":"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nManuela Silva , 2022\n"},msgstr:["Last-Translator: Manuela Silva , 2022\nLanguage-Team: Portuguese (Portugal) (https://www.transifex.com/nextcloud/teams/64236/pt_PT/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: pt_PT\nPlural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["faltam {seconds} segundo(s)"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["faltam {time}"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["faltam uns segundos"]},Add:{msgid:"Add",msgstr:["Adicionar"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Cancelar envios"]},"estimating time left":{msgid:"estimating time left",msgstr:["tempo em falta estimado"]},paused:{msgid:"paused",msgstr:["pausado"]},"Upload files":{msgid:"Upload files",msgstr:["Enviar ficheiros"]}}}}},{locale:"ro",json:{charset:"utf-8",headers:{"Last-Translator":"Mădălin Vasiliu , 2022","Language-Team":"Romanian (https://www.transifex.com/nextcloud/teams/64236/ro/)","Content-Type":"text/plain; charset=UTF-8",Language:"ro","Plural-Forms":"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nMădălin Vasiliu , 2022\n"},msgstr:["Last-Translator: Mădălin Vasiliu , 2022\nLanguage-Team: Romanian (https://www.transifex.com/nextcloud/teams/64236/ro/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ro\nPlural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} secunde rămase"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["{time} rămas"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["câteva secunde rămase"]},Add:{msgid:"Add",msgstr:["Adaugă"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Anulați încărcările"]},"estimating time left":{msgid:"estimating time left",msgstr:["estimarea timpului rămas"]},paused:{msgid:"paused",msgstr:["pus pe pauză"]},"Upload files":{msgid:"Upload files",msgstr:["Încarcă fișiere"]}}}}},{locale:"ru",json:{charset:"utf-8",headers:{"Last-Translator":"Александр, 2023","Language-Team":"Russian (https://app.transifex.com/nextcloud/teams/64236/ru/)","Content-Type":"text/plain; charset=UTF-8",Language:"ru","Plural-Forms":"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nMax Smith , 2023\nАлександр, 2023\n"},msgstr:["Last-Translator: Александр, 2023\nLanguage-Team: Russian (https://app.transifex.com/nextcloud/teams/64236/ru/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ru\nPlural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["конфликт {count} файла","конфликт {count} файлов","конфликт {count} файлов","конфликт {count} файлов"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["конфликт {count} файла в {dirname}","конфликт {count} файлов в {dirname}","конфликт {count} файлов в {dirname}","конфликт {count} файлов в {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["осталось {seconds} секунд"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["осталось {time}"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["осталось несколько секунд"]},Add:{msgid:"Add",msgstr:["Добавить"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Отменить загрузки"]},Continue:{msgid:"Continue",msgstr:["Продолжить"]},"estimating time left":{msgid:"estimating time left",msgstr:["оценка оставшегося времени"]},"Existing version":{msgid:"Existing version",msgstr:["Текущая версия"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["Если вы выберете обе версии, к имени скопированного файла будет добавлен номер."]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Дата последнего изменения неизвестна"]},"New version":{msgid:"New version",msgstr:["Новая версия"]},paused:{msgid:"paused",msgstr:["приостановлено"]},"Preview image":{msgid:"Preview image",msgstr:["Предварительный просмотр"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Установить все флажки"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Выбрать все существующие файлы"]},"Select all new files":{msgid:"Select all new files",msgstr:["Выбрать все новые файлы"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["Пропустить файл","Пропустить {count} файла","Пропустить {count} файлов","Пропустить {count} файлов"]},"Unknown size":{msgid:"Unknown size",msgstr:["Неизвестный размер"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Загрузка отменена"]},"Upload files":{msgid:"Upload files",msgstr:["Загрузка файлов"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["Какие файлы вы хотите сохранить?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["Для продолжения вам нужно выбрать по крайней мере одну версию каждого файла."]}}}}},{locale:"ru_RU",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Russian (Russia) (https://www.transifex.com/nextcloud/teams/64236/ru_RU/)","Content-Type":"text/plain; charset=UTF-8",Language:"ru_RU","Plural-Forms":"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Russian (Russia) (https://www.transifex.com/nextcloud/teams/64236/ru_RU/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ru_RU\nPlural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"sc",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Sardinian (https://www.transifex.com/nextcloud/teams/64236/sc/)","Content-Type":"text/plain; charset=UTF-8",Language:"sc","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Sardinian (https://www.transifex.com/nextcloud/teams/64236/sc/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: sc\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"si",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Sinhala (https://www.transifex.com/nextcloud/teams/64236/si/)","Content-Type":"text/plain; charset=UTF-8",Language:"si","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Sinhala (https://www.transifex.com/nextcloud/teams/64236/si/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: si\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"si_LK",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Sinhala (Sri Lanka) (https://www.transifex.com/nextcloud/teams/64236/si_LK/)","Content-Type":"text/plain; charset=UTF-8",Language:"si_LK","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Sinhala (Sri Lanka) (https://www.transifex.com/nextcloud/teams/64236/si_LK/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: si_LK\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"sk_SK",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Slovak (Slovakia) (https://www.transifex.com/nextcloud/teams/64236/sk_SK/)","Content-Type":"text/plain; charset=UTF-8",Language:"sk_SK","Plural-Forms":"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Slovak (Slovakia) (https://www.transifex.com/nextcloud/teams/64236/sk_SK/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: sk_SK\nPlural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"sl",json:{charset:"utf-8",headers:{"Last-Translator":"Matej Urbančič <>, 2022","Language-Team":"Slovenian (https://www.transifex.com/nextcloud/teams/64236/sl/)","Content-Type":"text/plain; charset=UTF-8",Language:"sl","Plural-Forms":"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nMatej Urbančič <>, 2022\n"},msgstr:["Last-Translator: Matej Urbančič <>, 2022\nLanguage-Team: Slovenian (https://www.transifex.com/nextcloud/teams/64236/sl/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: sl\nPlural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["še {seconds} sekund"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["še {time}"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["še nekaj sekund"]},Add:{msgid:"Add",msgstr:["Dodaj"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Prekliči pošiljanje"]},"estimating time left":{msgid:"estimating time left",msgstr:["ocenjen čas do konca"]},paused:{msgid:"paused",msgstr:["v premoru"]},"Upload files":{msgid:"Upload files",msgstr:["Pošlji datoteke"]}}}}},{locale:"sl_SI",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Slovenian (Slovenia) (https://www.transifex.com/nextcloud/teams/64236/sl_SI/)","Content-Type":"text/plain; charset=UTF-8",Language:"sl_SI","Plural-Forms":"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Slovenian (Slovenia) (https://www.transifex.com/nextcloud/teams/64236/sl_SI/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: sl_SI\nPlural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"sq",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Albanian (https://www.transifex.com/nextcloud/teams/64236/sq/)","Content-Type":"text/plain; charset=UTF-8",Language:"sq","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Albanian (https://www.transifex.com/nextcloud/teams/64236/sq/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: sq\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"sr",json:{charset:"utf-8",headers:{"Last-Translator":"Иван Пешић, 2023","Language-Team":"Serbian (https://app.transifex.com/nextcloud/teams/64236/sr/)","Content-Type":"text/plain; charset=UTF-8",Language:"sr","Plural-Forms":"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nИван Пешић, 2023\n"},msgstr:["Last-Translator: Иван Пешић, 2023\nLanguage-Team: Serbian (https://app.transifex.com/nextcloud/teams/64236/sr/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: sr\nPlural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} фајл конфликт","{count} фајл конфликта","{count} фајл конфликта"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{count} фајл конфликт у {dirname}","{count} фајл конфликта у {dirname}","{count} фајл конфликта у {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["преостало је {seconds} секунди"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["{time} преостало"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["преостало је неколико секунди"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Обустави отпремања"]},Continue:{msgid:"Continue",msgstr:["Настави"]},"estimating time left":{msgid:"estimating time left",msgstr:["процена преосталог времена"]},"Existing version":{msgid:"Existing version",msgstr:["Постојећа верзија"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["Ако изаберете обе верзије, на име копираног фајла ће се додати број."]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Није познат датум последње измене"]},New:{msgid:"New",msgstr:["Ново"]},"New version":{msgid:"New version",msgstr:["Нова верзија"]},paused:{msgid:"paused",msgstr:["паузирано"]},"Preview image":{msgid:"Preview image",msgstr:["Слика прегледа"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Штиклирај сва поља за штиклирање"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Изабери све постојеће фајлове"]},"Select all new files":{msgid:"Select all new files",msgstr:["Изабери све нове фајлове"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["Прескочи овај фајл","Прескочи {count} фајла","Прескочи {count} фајлова"]},"Unknown size":{msgid:"Unknown size",msgstr:["Непозната величина"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Отпремање је отказано"]},"Upload files":{msgid:"Upload files",msgstr:["Отпреми фајлове"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["Које фајлове желите да задржите?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["Морате да изаберете барем једну верзију сваког фајла да наставите."]}}}}},{locale:"sr@latin",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Serbian (Latin) (https://www.transifex.com/nextcloud/teams/64236/sr@latin/)","Content-Type":"text/plain; charset=UTF-8",Language:"sr@latin","Plural-Forms":"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Serbian (Latin) (https://www.transifex.com/nextcloud/teams/64236/sr@latin/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: sr@latin\nPlural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"sv",json:{charset:"utf-8",headers:{"Last-Translator":"Magnus Höglund, 2023","Language-Team":"Swedish (https://app.transifex.com/nextcloud/teams/64236/sv/)","Content-Type":"text/plain; charset=UTF-8",Language:"sv","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nMagnus Höglund, 2023\n"},msgstr:["Last-Translator: Magnus Höglund, 2023\nLanguage-Team: Swedish (https://app.transifex.com/nextcloud/teams/64236/sv/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: sv\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} filkonflikt","{count} filkonflikter"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{count} filkonflikt i {dirname}","{count} filkonflikter i {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} sekunder kvarstår"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["{time} kvarstår"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["några sekunder kvar"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Avbryt uppladdningar"]},Continue:{msgid:"Continue",msgstr:["Fortsätt"]},"estimating time left":{msgid:"estimating time left",msgstr:["uppskattar kvarstående tid"]},"Existing version":{msgid:"Existing version",msgstr:["Nuvarande version"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["Om du väljer båda versionerna kommer den kopierade filen att få ett nummer tillagt i namnet."]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Senaste ändringsdatum okänt"]},New:{msgid:"New",msgstr:["Ny"]},"New version":{msgid:"New version",msgstr:["Ny version"]},paused:{msgid:"paused",msgstr:["pausad"]},"Preview image":{msgid:"Preview image",msgstr:["Förhandsgranska bild"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Markera alla kryssrutor"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Välj alla befintliga filer"]},"Select all new files":{msgid:"Select all new files",msgstr:["Välj alla nya filer"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["Hoppa över denna fil","Hoppa över {count} filer"]},"Unknown size":{msgid:"Unknown size",msgstr:["Okänd storlek"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Uppladdningen avbröts"]},"Upload files":{msgid:"Upload files",msgstr:["Ladda upp filer"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["Vilka filer vill du behålla?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["Du måste välja minst en version av varje fil för att fortsätta."]}}}}},{locale:"sw",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Swahili (https://www.transifex.com/nextcloud/teams/64236/sw/)","Content-Type":"text/plain; charset=UTF-8",Language:"sw","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Swahili (https://www.transifex.com/nextcloud/teams/64236/sw/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: sw\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"ta",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Tamil (https://www.transifex.com/nextcloud/teams/64236/ta/)","Content-Type":"text/plain; charset=UTF-8",Language:"ta","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Tamil (https://www.transifex.com/nextcloud/teams/64236/ta/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ta\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"ta_LK",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Tamil (Sri-Lanka) (https://www.transifex.com/nextcloud/teams/64236/ta_LK/)","Content-Type":"text/plain; charset=UTF-8",Language:"ta_LK","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Tamil (Sri-Lanka) (https://www.transifex.com/nextcloud/teams/64236/ta_LK/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ta_LK\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"th",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Thai (https://www.transifex.com/nextcloud/teams/64236/th/)","Content-Type":"text/plain; charset=UTF-8",Language:"th","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Thai (https://www.transifex.com/nextcloud/teams/64236/th/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: th\nPlural-Forms: nplurals=1; plural=0;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"th_TH",json:{charset:"utf-8",headers:{"Last-Translator":"Phongpanot Phairat , 2022","Language-Team":"Thai (Thailand) (https://www.transifex.com/nextcloud/teams/64236/th_TH/)","Content-Type":"text/plain; charset=UTF-8",Language:"th_TH","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nPhongpanot Phairat , 2022\n"},msgstr:["Last-Translator: Phongpanot Phairat , 2022\nLanguage-Team: Thai (Thailand) (https://www.transifex.com/nextcloud/teams/64236/th_TH/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: th_TH\nPlural-Forms: nplurals=1; plural=0;\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["เหลืออีก {seconds} วินาที"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["เหลืออีก {time}"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["เหลืออีกไม่กี่วินาที"]},Add:{msgid:"Add",msgstr:["เพิ่ม"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["ยกเลิกการอัปโหลด"]},"estimating time left":{msgid:"estimating time left",msgstr:["กำลังคำนวณเวลาที่เหลือ"]},paused:{msgid:"paused",msgstr:["หยุดชั่วคราว"]},"Upload files":{msgid:"Upload files",msgstr:["อัปโหลดไฟล์"]}}}}},{locale:"tk",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Turkmen (https://www.transifex.com/nextcloud/teams/64236/tk/)","Content-Type":"text/plain; charset=UTF-8",Language:"tk","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Turkmen (https://www.transifex.com/nextcloud/teams/64236/tk/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: tk\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"tr",json:{charset:"utf-8",headers:{"Last-Translator":"Kaya Zeren , 2023","Language-Team":"Turkish (https://app.transifex.com/nextcloud/teams/64236/tr/)","Content-Type":"text/plain; charset=UTF-8",Language:"tr","Plural-Forms":"nplurals=2; plural=(n > 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nKaya Zeren , 2023\n"},msgstr:["Last-Translator: Kaya Zeren , 2023\nLanguage-Team: Turkish (https://app.transifex.com/nextcloud/teams/64236/tr/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: tr\nPlural-Forms: nplurals=2; plural=(n > 1);\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} dosya çakışması var","{count} dosya çakışması var"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{dirname} klasöründe {count} dosya çakışması var","{dirname} klasöründe {count} dosya çakışması var"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} saniye kaldı"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["{time} kaldı"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["bir kaç saniye kaldı"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Yüklemeleri iptal et"]},Continue:{msgid:"Continue",msgstr:["İlerle"]},"estimating time left":{msgid:"estimating time left",msgstr:["öngörülen kalan süre"]},"Existing version":{msgid:"Existing version",msgstr:["Var olan sürüm"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["İki sürümü de seçerseniz, kopyalanan dosyanın adına bir sayı eklenir."]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Son değiştirilme tarihi bilinmiyor"]},New:{msgid:"New",msgstr:["Yeni"]},"New version":{msgid:"New version",msgstr:["Yeni sürüm"]},paused:{msgid:"paused",msgstr:["duraklatıldı"]},"Preview image":{msgid:"Preview image",msgstr:["Görsel ön izlemesi"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Tüm kutuları işaretle"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Tüm var olan dosyaları seç"]},"Select all new files":{msgid:"Select all new files",msgstr:["Tüm yeni dosyaları seç"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["Bu dosyayı atla","{count} dosyayı atla"]},"Unknown size":{msgid:"Unknown size",msgstr:["Boyut bilinmiyor"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Yükleme iptal edildi"]},"Upload files":{msgid:"Upload files",msgstr:["Dosyaları yükle"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["Hangi dosyaları tutmak istiyorsunuz?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["İlerlemek için her dosyanın en az bir sürümünü seçmelisiniz."]}}}}},{locale:"ug",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Uyghur (https://www.transifex.com/nextcloud/teams/64236/ug/)","Content-Type":"text/plain; charset=UTF-8",Language:"ug","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Uyghur (https://www.transifex.com/nextcloud/teams/64236/ug/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ug\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"uk",json:{charset:"utf-8",headers:{"Last-Translator":"O St , 2023","Language-Team":"Ukrainian (https://app.transifex.com/nextcloud/teams/64236/uk/)","Content-Type":"text/plain; charset=UTF-8",Language:"uk","Plural-Forms":"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nMehi Loki, 2023\nO St , 2023\n"},msgstr:["Last-Translator: O St , 2023\nLanguage-Team: Ukrainian (https://app.transifex.com/nextcloud/teams/64236/uk/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: uk\nPlural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} конфліктний файл","{count} конфліктних файли","{count} конфліктних файлів","{count} конфліктних файлів"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{count} конфліктний файл у каталозі {dirname}","{count} конфліктних файли у каталозі {dirname}","{count} конфліктних файлів у каталозі {dirname}","{count} конфліктних файлів у каталозі {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["Залишилося {seconds} секунд"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["Залишилося {time}"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["залишилося кілька секунд"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Скасувати завантаження"]},Continue:{msgid:"Continue",msgstr:["Продовжити"]},"estimating time left":{msgid:"estimating time left",msgstr:["оцінка часу, що залишився"]},"Existing version":{msgid:"Existing version",msgstr:["Присутня версія"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["Якщо ви виберете обидві версії, буде створено копію файлу до назви якої буде додано цифру."]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Дата останньої зміни невідома"]},New:{msgid:"New",msgstr:["Нове"]},"New version":{msgid:"New version",msgstr:["Нова версія"]},paused:{msgid:"paused",msgstr:["призупинено"]},"Preview image":{msgid:"Preview image",msgstr:["Попередній перегляд"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Вибрати все"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Вибрати всі присутні файли"]},"Select all new files":{msgid:"Select all new files",msgstr:["Виберіть усі нові файли"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["Пропустити файл","Пропустити {count} файли","Пропустити {count} файлів","Пропустити {count} файлів"]},"Unknown size":{msgid:"Unknown size",msgstr:["Невідомий розмір"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Завантаження скасовано"]},"Upload files":{msgid:"Upload files",msgstr:["Завантажте файли"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["Які файли залишити?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["Для продовження потрібно вибрати принаймні одну версію для кожного файлу."]}}}}},{locale:"ur_PK",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Urdu (Pakistan) (https://www.transifex.com/nextcloud/teams/64236/ur_PK/)","Content-Type":"text/plain; charset=UTF-8",Language:"ur_PK","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Urdu (Pakistan) (https://www.transifex.com/nextcloud/teams/64236/ur_PK/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ur_PK\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"uz",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Uzbek (https://www.transifex.com/nextcloud/teams/64236/uz/)","Content-Type":"text/plain; charset=UTF-8",Language:"uz","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Uzbek (https://www.transifex.com/nextcloud/teams/64236/uz/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: uz\nPlural-Forms: nplurals=1; plural=0;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"vi",json:{charset:"utf-8",headers:{"Last-Translator":"blakduk, 2023","Language-Team":"Vietnamese (https://www.transifex.com/nextcloud/teams/64236/vi/)","Content-Type":"text/plain; charset=UTF-8",Language:"vi","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nblakduk, 2023\n"},msgstr:["Last-Translator: blakduk, 2023\nLanguage-Team: Vietnamese (https://www.transifex.com/nextcloud/teams/64236/vi/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: vi\nPlural-Forms: nplurals=1; plural=0;\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["Còn {second} giây"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["Còn lại {time}"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["Còn lại một vài giây"]},Add:{msgid:"Add",msgstr:["Thêm"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Huỷ tải lên"]},"estimating time left":{msgid:"estimating time left",msgstr:["Thời gian còn lại dự kiến"]},paused:{msgid:"paused",msgstr:["đã tạm dừng"]},"Upload files":{msgid:"Upload files",msgstr:["Tập tin tải lên"]}}}}},{locale:"zh_CN",json:{charset:"utf-8",headers:{"Last-Translator":"Hongbo Chen, 2023","Language-Team":"Chinese (China) (https://app.transifex.com/nextcloud/teams/64236/zh_CN/)","Content-Type":"text/plain; charset=UTF-8",Language:"zh_CN","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nHongbo Chen, 2023\n"},msgstr:["Last-Translator: Hongbo Chen, 2023\nLanguage-Team: Chinese (China) (https://app.transifex.com/nextcloud/teams/64236/zh_CN/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: zh_CN\nPlural-Forms: nplurals=1; plural=0;\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count}文件冲突"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["在{dirname}目录下有{count}个文件冲突"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["剩余 {seconds} 秒"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["剩余 {time}"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["还剩几秒"]},Add:{msgid:"Add",msgstr:["添加"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["取消上传"]},Continue:{msgid:"Continue",msgstr:["继续"]},"estimating time left":{msgid:"estimating time left",msgstr:["估计剩余时间"]},"Existing version":{msgid:"Existing version",msgstr:["版本已存在"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["如果选择所有的版本,新增版本的文件名为原文件名加数字"]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["文件最后修改日期未知"]},"New version":{msgid:"New version",msgstr:["新版本"]},paused:{msgid:"paused",msgstr:["已暂停"]},"Preview image":{msgid:"Preview image",msgstr:["图片预览"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["选择所有的选择框"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["选择所有存在的文件"]},"Select all new files":{msgid:"Select all new files",msgstr:["选择所有的新文件"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["跳过{count}个文件"]},"Unknown size":{msgid:"Unknown size",msgstr:["文件大小未知"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["取消上传"]},"Upload files":{msgid:"Upload files",msgstr:["上传文件"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["你要保留哪些文件?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["每个文件至少选择一个版本"]}}}}},{locale:"zh_HK",json:{charset:"utf-8",headers:{"Last-Translator":"Café Tango, 2023","Language-Team":"Chinese (Hong Kong) (https://app.transifex.com/nextcloud/teams/64236/zh_HK/)","Content-Type":"text/plain; charset=UTF-8",Language:"zh_HK","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nCafé Tango, 2023\n"},msgstr:["Last-Translator: Café Tango, 2023\nLanguage-Team: Chinese (Hong Kong) (https://app.transifex.com/nextcloud/teams/64236/zh_HK/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: zh_HK\nPlural-Forms: nplurals=1; plural=0;\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} 個檔案衝突"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{dirname} 中有 {count} 個檔案衝突"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["剩餘 {seconds} 秒"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["剩餘 {time}"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["還剩幾秒"]},Add:{msgid:"Add",msgstr:["添加"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["取消上傳"]},Continue:{msgid:"Continue",msgstr:["繼續"]},"estimating time left":{msgid:"estimating time left",msgstr:["估計剩餘時間"]},"Existing version":{msgid:"Existing version",msgstr:["既有版本"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["若您選取兩個版本,複製的檔案的名稱將會新增編號。"]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["最後修改日期不詳"]},"New version":{msgid:"New version",msgstr:["新版本 "]},paused:{msgid:"paused",msgstr:["已暫停"]},"Preview image":{msgid:"Preview image",msgstr:["預覽圖片"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["選取所有核取方塊"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["選取所有既有檔案"]},"Select all new files":{msgid:"Select all new files",msgstr:["選取所有新檔案"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["略過 {count} 個檔案"]},"Unknown size":{msgid:"Unknown size",msgstr:["大小不詳"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["已取消上傳"]},"Upload files":{msgid:"Upload files",msgstr:["上傳檔案"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["您想保留哪些檔案?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["您必須為每個檔案都至少選取一個版本以繼續。"]}}}}},{locale:"zh_TW",json:{charset:"utf-8",headers:{"Last-Translator":"黃柏諺 , 2023","Language-Team":"Chinese (Taiwan) (https://app.transifex.com/nextcloud/teams/64236/zh_TW/)","Content-Type":"text/plain; charset=UTF-8",Language:"zh_TW","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\n黃柏諺 , 2023\n"},msgstr:["Last-Translator: 黃柏諺 , 2023\nLanguage-Team: Chinese (Taiwan) (https://app.transifex.com/nextcloud/teams/64236/zh_TW/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: zh_TW\nPlural-Forms: nplurals=1; plural=0;\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} 個檔案衝突"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{dirname} 中有 {count} 個檔案衝突"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["剩餘 {seconds} 秒"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["剩餘 {time}"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["還剩幾秒"]},Add:{msgid:"Add",msgstr:["新增"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["取消上傳"]},Continue:{msgid:"Continue",msgstr:["繼續"]},"estimating time left":{msgid:"estimating time left",msgstr:["估計剩餘時間"]},"Existing version":{msgid:"Existing version",msgstr:["既有版本"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["若您選取兩個版本,複製的檔案的名稱將會新增編號。"]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["最後修改日期未知"]},"New version":{msgid:"New version",msgstr:["新版本"]},paused:{msgid:"paused",msgstr:["已暫停"]},"Preview image":{msgid:"Preview image",msgstr:["預覽圖片"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["選取所有核取方塊"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["選取所有既有檔案"]},"Select all new files":{msgid:"Select all new files",msgstr:["選取所有新檔案"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["略過 {count} 檔案"]},"Unknown size":{msgid:"Unknown size",msgstr:["未知大小"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["已取消上傳"]},"Upload files":{msgid:"Upload files",msgstr:["上傳檔案"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["您想保留哪些檔案?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["您必須為每個檔案都至少選取一個版本以繼續。"]}}}}}].map((t=>Je.addTranslation(t.locale,t.json)));const Qe=Je.build(),Xe=Qe.ngettext.bind(Qe),tn=Qe.gettext.bind(Qe),en=N.default.extend({name:"UploadPicker",components:{Cancel:We,NcActionButton:I.Z,NcActions:F.Z,NcButton:P.Z,NcIconSvgWrapper:O.Z,NcProgressBar:B.Z,Plus:Ye,Upload:Ke},props:{accept:{type:Array,default:null},disabled:{type:Boolean,default:!1},multiple:{type:Boolean,default:!1},destination:{type:y.gt,default:void 0},content:{type:Array,default:()=>[]}},data:()=>({addLabel:tn("New"),cancelLabel:tn("Cancel uploads"),uploadLabel:tn("Upload files"),eta:null,timeLeft:"",newFileMenuEntries:[],uploadManager:rn()}),computed:{totalQueueSize(){return this.uploadManager.info?.size||0},uploadedQueueSize(){return this.uploadManager.info?.progress||0},progress(){return Math.round(this.uploadedQueueSize/this.totalQueueSize*100)||0},queue(){return this.uploadManager.queue},hasFailure(){return 0!==this.queue?.filter((t=>t.status===Ve.FAILED)).length},isUploading(){return this.queue?.length>0},isAssembling(){return 0!==this.queue?.filter((t=>t.status===Ve.ASSEMBLING)).length},isPaused(){return this.uploadManager.info?.status===qe.PAUSED},buttonName(){if(!this.isUploading)return this.addLabel}},watch:{destination(t){this.setDestination(t)},totalQueueSize(t){this.eta=L({min:0,max:t}),this.updateStatus()},uploadedQueueSize(t){this.eta?.report?.(t),this.updateStatus()},isPaused(t){t?this.$emit("paused",this.queue):this.$emit("resumed",this.queue)}},beforeMount(){this.destination&&this.setDestination(this.destination),this.uploadManager.addNotifier(this.onUploadCompletion),He.debug("UploadPicker initialised")},methods:{onClick(){this.$refs.input.click()},async onPick(){let t=[...this.$refs.input.files];if(function(t,e){const n=e.map((t=>t.basename));return t.filter((t=>{const e=t instanceof File?t.name:t.basename;return-1!==n.indexOf(e)})).length>0}(t,this.content)){const e=t.filter((t=>this.content.find((e=>e.basename===t.name)))).filter(Boolean),s=t.filter((t=>!e.includes(t)));try{const{selected:i,renamed:r}=await async function(t,e,s){const{default:i}=await n.e(6713).then(n.bind(n,66713));return new Promise(((n,r)=>{const a=new i({propsData:{dirname:t,conflicts:e,content:s}});a.$on("submit",(t=>{n(t),a.$destroy(),a.$el?.parentNode?.removeChild(a.$el)})),a.$on("cancel",(t=>{r(t??new Error("Canceled")),a.$destroy(),a.$el?.parentNode?.removeChild(a.$el)})),a.$mount(),document.body.appendChild(a.$el)}))}(this.destination.basename,e,this.content);t=[...s,...i,...r]}catch{return void(0,S.x2)(tn("Upload cancelled"))}}t.forEach((t=>{this.uploadManager.upload(t.name,t).catch((()=>{}))})),this.$refs.form.reset()},onCancel(){this.uploadManager.queue.forEach((t=>{t.cancel()})),this.$refs.form.reset()},updateStatus(){if(this.isPaused)return void(this.timeLeft=tn("paused"));const t=Math.round(this.eta.estimate());if(t!==1/0)if(t<10)this.timeLeft=tn("a few seconds left");else if(t>60){const e=new Date(0);e.setSeconds(t);const n=e.toISOString().slice(11,19);this.timeLeft=tn("{time} left",{time:n})}else this.timeLeft=tn("{seconds} seconds left",{seconds:t});else this.timeLeft=tn("estimating time left")},setDestination(t){this.destination?(He.debug("Destination set",{destination:t}),this.uploadManager.destination=t,this.newFileMenuEntries=(0,y.Ir)(t)):He.debug("Invalid destination")},onUploadCompletion(t){t.status===Ve.FAILED?this.$emit("failed",t):this.$emit("uploaded",t)}}}),nn=Ge(en,(function(){var t=this,e=t._self._c;return t._self._setupProxy,t.destination?e("form",{ref:"form",staticClass:"upload-picker",class:{"upload-picker--uploading":t.isUploading,"upload-picker--paused":t.isPaused},attrs:{"data-cy-upload-picker":""}},[t.newFileMenuEntries&&0===t.newFileMenuEntries.length?e("NcButton",{attrs:{disabled:t.disabled,"data-cy-upload-picker-add":"",type:"secondary"},on:{click:t.onClick},scopedSlots:t._u([{key:"icon",fn:function(){return[e("Plus",{attrs:{title:"",size:20,decorative:""}})]},proxy:!0}],null,!1,2954875042)},[t._v(" "+t._s(t.buttonName)+" ")]):e("NcActions",{attrs:{"menu-name":t.buttonName,"menu-title":t.addLabel,type:"secondary"},scopedSlots:t._u([{key:"icon",fn:function(){return[e("Plus",{attrs:{title:"",size:20,decorative:""}})]},proxy:!0}],null,!1,2954875042)},[e("NcActionButton",{attrs:{"data-cy-upload-picker-add":"","close-after-click":!0},on:{click:t.onClick},scopedSlots:t._u([{key:"icon",fn:function(){return[e("Upload",{attrs:{title:"",size:20,decorative:""}})]},proxy:!0}],null,!1,3606034491)},[t._v(" "+t._s(t.uploadLabel)+" ")]),t._l(t.newFileMenuEntries,(function(n){return e("NcActionButton",{key:n.id,staticClass:"upload-picker__menu-entry",attrs:{icon:n.iconClass,"close-after-click":!0},on:{click:function(e){return n.handler(t.destination,t.content)}},scopedSlots:t._u([n.iconSvgInline?{key:"icon",fn:function(){return[e("NcIconSvgWrapper",{attrs:{svg:n.iconSvgInline}})]},proxy:!0}:null],null,!0)},[t._v(" "+t._s(n.displayName)+" ")])}))],2),e("div",{staticClass:"upload-picker__progress"},[e("NcProgressBar",{attrs:{error:t.hasFailure,value:t.progress,size:"medium"}}),e("p",[t._v(t._s(t.timeLeft))])],1),t.isUploading?e("NcButton",{staticClass:"upload-picker__cancel",attrs:{type:"tertiary","aria-label":t.cancelLabel,"data-cy-upload-picker-cancel":""},on:{click:t.onCancel},scopedSlots:t._u([{key:"icon",fn:function(){return[e("Cancel",{attrs:{title:"",size:20}})]},proxy:!0}],null,!1,4076886712)}):t._e(),e("input",{directives:[{name:"show",rawName:"v-show",value:!1,expression:"false"}],ref:"input",attrs:{type:"file",accept:t.accept?.join?.(", "),multiple:t.multiple,"data-cy-upload-picker-input":""},on:{change:t.onPick}})],1):t._e()}),[],!1,null,"f09fb109",null,null).exports;let sn=null;function rn(){const t=null!==document.querySelector('input[name="isPublic"][value="1"]');return sn instanceof Ze||(sn=new Ze(t)),sn}}},r={};function a(t){var e=r[t];if(void 0!==e)return e.exports;var n=r[t]={id:t,loaded:!1,exports:{}};return i[t].call(n.exports,n,n.exports,a),n.loaded=!0,n.exports}a.m=i,e=[],a.O=(t,n,s,i)=>{if(!n){var r=1/0;for(u=0;u=i)&&Object.keys(a.O).every((t=>a.O[t](n[l])))?n.splice(l--,1):(o=!1,i0&&e[u-1][2]>i;u--)e[u]=e[u-1];e[u]=[n,s,i]},a.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return a.d(e,{a:e}),e},a.d=(t,e)=>{for(var n in e)a.o(e,n)&&!a.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},a.f={},a.e=t=>Promise.all(Object.keys(a.f).reduce(((e,n)=>(a.f[n](t,e),e)),[])),a.u=t=>t+"-"+t+".js?v="+{923:"2686613ba9d88601b889",6713:"e2bb173cfad79fdb3fa0",8321:"1e9a8023ef8296a459a5"}[t],a.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),a.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n={},s="nextcloud:",a.l=(t,e,i,r)=>{if(n[t])n[t].push(e);else{var o,l;if(void 0!==i)for(var c=document.getElementsByTagName("script"),u=0;u{o.onerror=o.onload=null,clearTimeout(p);var i=n[t];if(delete n[t],o.parentNode&&o.parentNode.removeChild(o),i&&i.forEach((t=>t(s))),e)return e(s)},p=setTimeout(m.bind(null,void 0,{type:"timeout",target:o}),12e4);o.onerror=m.bind(null,o.onerror),o.onload=m.bind(null,o.onload),l&&document.head.appendChild(o)}},a.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},a.nmd=t=>(t.paths=[],t.children||(t.children=[]),t),a.j=2181,(()=>{var t;a.g.importScripts&&(t=a.g.location+"");var e=a.g.document;if(!t&&e&&(e.currentScript&&(t=e.currentScript.src),!t)){var n=e.getElementsByTagName("script");if(n.length)for(var s=n.length-1;s>-1&&!t;)t=n[s--].src}if(!t)throw new Error("Automatic publicPath is not supported in this browser");t=t.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),a.p=t})(),(()=>{a.b=document.baseURI||self.location.href;var t={2181:0};a.f.j=(e,n)=>{var s=a.o(t,e)?t[e]:void 0;if(0!==s)if(s)n.push(s[2]);else{var i=new Promise(((n,i)=>s=t[e]=[n,i]));n.push(s[2]=i);var r=a.p+a.u(e),o=new Error;a.l(r,(n=>{if(a.o(t,e)&&(0!==(s=t[e])&&(t[e]=void 0),s)){var i=n&&("load"===n.type?"missing":n.type),r=n&&n.target&&n.target.src;o.message="Loading chunk "+e+" failed.\n("+i+": "+r+")",o.name="ChunkLoadError",o.type=i,o.request=r,s[1](o)}}),"chunk-"+e,e)}},a.O.j=e=>0===t[e];var e=(e,n)=>{var s,i,r=n[0],o=n[1],l=n[2],c=0;if(r.some((e=>0!==t[e]))){for(s in o)a.o(o,s)&&(a.m[s]=o[s]);if(l)var u=l(a)}for(e&&e(n);ca(29355)));o=a.O(o)})(); -//# sourceMappingURL=files-main.js.map?v=3dbd4b66aad84512fe1f \ No newline at end of file +(()=>{var e,n,s,i={29355:(e,n,s)=>{"use strict";var i={};s.r(i),s.d(i,{exclude:()=>kr,extract:()=>vr,parse:()=>br,parseUrl:()=>xr,pick:()=>Tr,stringify:()=>Cr,stringifyUrl:()=>_r});var r=s(20144),a=!0;function o(){return"undefined"!=typeof navigator&&"undefined"!=typeof window?window:void 0!==s.g?s.g:{}}r.default.util.warn;const l="function"==typeof Proxy,c="devtools-plugin:setup";let u,d;class m{constructor(t,e){this.target=null,this.targetQueue=[],this.onQueue=[],this.plugin=t,this.hook=e;const n={};if(t.settings)for(const e in t.settings){const s=t.settings[e];n[e]=s.defaultValue}const i=`__vue-devtools-plugin-settings__${t.id}`;let r=Object.assign({},n);try{const t=localStorage.getItem(i),e=JSON.parse(t);Object.assign(r,e)}catch(t){}this.fallbacks={getSettings:()=>r,setSettings(t){try{localStorage.setItem(i,JSON.stringify(t))}catch(t){}r=t},now:()=>{return void 0!==u||("undefined"!=typeof window&&window.performance?(u=!0,d=window.performance):void 0!==s.g&&(null===(t=s.g.perf_hooks)||void 0===t?void 0:t.performance)?(u=!0,d=s.g.perf_hooks.performance):u=!1),u?d.now():Date.now();var t}},e&&e.on("plugin:settings:set",((t,e)=>{t===this.plugin.id&&this.fallbacks.setSettings(e)})),this.proxiedOn=new Proxy({},{get:(t,e)=>this.target?this.target.on[e]:(...t)=>{this.onQueue.push({method:e,args:t})}}),this.proxiedTarget=new Proxy({},{get:(t,e)=>this.target?this.target[e]:"on"===e?this.proxiedOn:Object.keys(this.fallbacks).includes(e)?(...t)=>(this.targetQueue.push({method:e,args:t,resolve:()=>{}}),this.fallbacks[e](...t)):(...t)=>new Promise((n=>{this.targetQueue.push({method:e,args:t,resolve:n})}))})}async setRealTarget(t){this.target=t;for(const t of this.onQueue)this.target.on[t.method](...t.args);for(const t of this.targetQueue)t.resolve(await this.target[t.method](...t.args))}}function p(t,e){const n=t,s=o(),i=o().__VUE_DEVTOOLS_GLOBAL_HOOK__,r=l&&n.enableEarlyProxy;if(!i||!s.__VUE_DEVTOOLS_PLUGIN_API_AVAILABLE__&&r){const t=r?new m(n,i):null;(s.__VUE_DEVTOOLS_PLUGINS__=s.__VUE_DEVTOOLS_PLUGINS__||[]).push({pluginDescriptor:n,setupFn:e,proxy:t}),t&&e(t.proxiedTarget)}else i.emit(c,t,e)}var f=s(25108);let g;const h=t=>g=t,A=Symbol();function w(t){return t&&"object"==typeof t&&"[object Object]"===Object.prototype.toString.call(t)&&"function"!=typeof t.toJSON}var y;!function(t){t.direct="direct",t.patchObject="patch object",t.patchFunction="patch function"}(y||(y={}));const v="undefined"!=typeof window,b="undefined"!=typeof __VUE_PROD_DEVTOOLS__&&__VUE_PROD_DEVTOOLS__&&v,C=(()=>"object"==typeof window&&window.window===window?window:"object"==typeof self&&self.self===self?self:"object"==typeof global&&global.global===global?global:"object"==typeof globalThis?globalThis:{HTMLElement:null})();function x(t,e,n){const s=new XMLHttpRequest;s.open("GET",t),s.responseType="blob",s.onload=function(){S(s.response,e,n)},s.onerror=function(){f.error("could not download file")},s.send()}function _(t){const e=new XMLHttpRequest;e.open("HEAD",t,!1);try{e.send()}catch(t){}return e.status>=200&&e.status<=299}function T(t){try{t.dispatchEvent(new MouseEvent("click"))}catch(e){const n=document.createEvent("MouseEvents");n.initMouseEvent("click",!0,!0,window,0,0,0,80,20,!1,!1,!1,!1,0,null),t.dispatchEvent(n)}}const k="object"==typeof navigator?navigator:{userAgent:""},E=(()=>/Macintosh/.test(k.userAgent)&&/AppleWebKit/.test(k.userAgent)&&!/Safari/.test(k.userAgent))(),S=v?"undefined"!=typeof HTMLAnchorElement&&"download"in HTMLAnchorElement.prototype&&!E?function(t,e="download",n){const s=document.createElement("a");s.download=e,s.rel="noopener","string"==typeof t?(s.href=t,s.origin!==location.origin?_(s.href)?x(t,e,n):(s.target="_blank",T(s)):T(s)):(s.href=URL.createObjectURL(t),setTimeout((function(){URL.revokeObjectURL(s.href)}),4e4),setTimeout((function(){T(s)}),0))}:"msSaveOrOpenBlob"in k?function(t,e="download",n){if("string"==typeof t)if(_(t))x(t,e,n);else{const e=document.createElement("a");e.href=t,e.target="_blank",setTimeout((function(){T(e)}))}else navigator.msSaveOrOpenBlob(function(t,{autoBom:e=!1}={}){return e&&/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(t.type)?new Blob([String.fromCharCode(65279),t],{type:t.type}):t}(t,n),e)}:function(t,e,n,s){if((s=s||open("","_blank"))&&(s.document.title=s.document.body.innerText="downloading..."),"string"==typeof t)return x(t,e,n);const i="application/octet-stream"===t.type,r=/constructor/i.test(String(C.HTMLElement))||"safari"in C,a=/CriOS\/[\d]+/.test(navigator.userAgent);if((a||i&&r||E)&&"undefined"!=typeof FileReader){const e=new FileReader;e.onloadend=function(){let t=e.result;if("string"!=typeof t)throw s=null,new Error("Wrong reader.result type");t=a?t:t.replace(/^data:[^;]*;/,"data:attachment/file;"),s?s.location.href=t:location.assign(t),s=null},e.readAsDataURL(t)}else{const e=URL.createObjectURL(t);s?s.location.assign(e):location.href=e,s=null,setTimeout((function(){URL.revokeObjectURL(e)}),4e4)}}:()=>{};function L(t,e){const n="🍍 "+t;"function"==typeof __VUE_DEVTOOLS_TOAST__?__VUE_DEVTOOLS_TOAST__(n,e):"error"===e?f.error(n):"warn"===e?f.warn(n):f.log(n)}function N(t){return"_a"in t&&"install"in t}function I(){if(!("clipboard"in navigator))return L("Your browser doesn't support the Clipboard API","error"),!0}function F(t){return!!(t instanceof Error&&t.message.toLowerCase().includes("document is not focused"))&&(L('You need to activate the "Emulate a focused page" setting in the "Rendering" panel of devtools.',"warn"),!0)}let P;function O(t,e){for(const n in e){const s=t.state.value[n];s?Object.assign(s,e[n]):t.state.value[n]=e[n]}}function B(t){return{_custom:{display:t}}}const D="🍍 Pinia (root)",j="_root";function U(t){return N(t)?{id:j,label:D}:{id:t.$id,label:t.$id}}function R(t){return t?Array.isArray(t)?t.reduce(((t,e)=>(t.keys.push(e.key),t.operations.push(e.type),t.oldValue[e.key]=e.oldValue,t.newValue[e.key]=e.newValue,t)),{oldValue:{},keys:[],operations:[],newValue:{}}):{operation:B(t.type),key:B(t.key),oldValue:t.oldValue,newValue:t.newValue}:{}}function M(t){switch(t){case y.direct:return"mutation";case y.patchFunction:case y.patchObject:return"$patch";default:return"unknown"}}let z=!0;const V=[],$="pinia:mutations",H="pinia",{assign:q}=Object,Z=t=>"🍍 "+t;function G(t,e){p({id:"dev.esm.pinia",label:"Pinia 🍍",logo:"https://pinia.vuejs.org/logo.svg",packageName:"pinia",homepage:"https://pinia.vuejs.org",componentStateTypes:V,app:t},(n=>{"function"!=typeof n.now&&L("You seem to be using an outdated version of Vue Devtools. Are you still using the Beta release instead of the stable one? You can find the links at https://devtools.vuejs.org/guide/installation.html."),n.addTimelineLayer({id:$,label:"Pinia 🍍",color:15064968}),n.addInspector({id:H,label:"Pinia 🍍",icon:"storage",treeFilterPlaceholder:"Search stores",actions:[{icon:"content_copy",action:()=>{!async function(t){if(!I())try{await navigator.clipboard.writeText(JSON.stringify(t.state.value)),L("Global state copied to clipboard.")}catch(t){if(F(t))return;L("Failed to serialize the state. Check the console for more details.","error"),f.error(t)}}(e)},tooltip:"Serialize and copy the state"},{icon:"content_paste",action:async()=>{await async function(t){if(!I())try{O(t,JSON.parse(await navigator.clipboard.readText())),L("Global state pasted from clipboard.")}catch(t){if(F(t))return;L("Failed to deserialize the state from clipboard. Check the console for more details.","error"),f.error(t)}}(e),n.sendInspectorTree(H),n.sendInspectorState(H)},tooltip:"Replace the state with the content of your clipboard"},{icon:"save",action:()=>{!async function(t){try{S(new Blob([JSON.stringify(t.state.value)],{type:"text/plain;charset=utf-8"}),"pinia-state.json")}catch(t){L("Failed to export the state as JSON. Check the console for more details.","error"),f.error(t)}}(e)},tooltip:"Save the state as a JSON file"},{icon:"folder_open",action:async()=>{await async function(t){try{const e=(P||(P=document.createElement("input"),P.type="file",P.accept=".json"),function(){return new Promise(((t,e)=>{P.onchange=async()=>{const e=P.files;if(!e)return t(null);const n=e.item(0);return t(n?{text:await n.text(),file:n}:null)},P.oncancel=()=>t(null),P.onerror=e,P.click()}))}),n=await e();if(!n)return;const{text:s,file:i}=n;O(t,JSON.parse(s)),L(`Global state imported from "${i.name}".`)}catch(t){L("Failed to import the state from JSON. Check the console for more details.","error"),f.error(t)}}(e),n.sendInspectorTree(H),n.sendInspectorState(H)},tooltip:"Import the state from a JSON file"}],nodeActions:[{icon:"restore",tooltip:'Reset the state (with "$reset")',action:t=>{const n=e._s.get(t);n?"function"!=typeof n.$reset?L(`Cannot reset "${t}" store because it doesn't have a "$reset" method implemented.`,"warn"):(n.$reset(),L(`Store "${t}" reset.`)):L(`Cannot reset "${t}" store because it wasn't found.`,"warn")}}]}),n.on.inspectComponent(((t,e)=>{const n=t.componentInstance&&t.componentInstance.proxy;if(n&&n._pStores){const e=t.componentInstance.proxy._pStores;Object.values(e).forEach((e=>{t.instanceData.state.push({type:Z(e.$id),key:"state",editable:!0,value:e._isOptionsAPI?{_custom:{value:(0,r.toRaw)(e.$state),actions:[{icon:"restore",tooltip:"Reset the state of this store",action:()=>e.$reset()}]}}:Object.keys(e.$state).reduce(((t,n)=>(t[n]=e.$state[n],t)),{})}),e._getters&&e._getters.length&&t.instanceData.state.push({type:Z(e.$id),key:"getters",editable:!1,value:e._getters.reduce(((t,n)=>{try{t[n]=e[n]}catch(e){t[n]=e}return t}),{})})}))}})),n.on.getInspectorTree((n=>{if(n.app===t&&n.inspectorId===H){let t=[e];t=t.concat(Array.from(e._s.values())),n.rootNodes=(n.filter?t.filter((t=>"$id"in t?t.$id.toLowerCase().includes(n.filter.toLowerCase()):D.toLowerCase().includes(n.filter.toLowerCase()))):t).map(U)}})),n.on.getInspectorState((n=>{if(n.app===t&&n.inspectorId===H){const t=n.nodeId===j?e:e._s.get(n.nodeId);if(!t)return;t&&(n.state=function(t){if(N(t)){const e=Array.from(t._s.keys()),n=t._s,s={state:e.map((e=>({editable:!0,key:e,value:t.state.value[e]}))),getters:e.filter((t=>n.get(t)._getters)).map((t=>{const e=n.get(t);return{editable:!1,key:t,value:e._getters.reduce(((t,n)=>(t[n]=e[n],t)),{})}}))};return s}const e={state:Object.keys(t.$state).map((e=>({editable:!0,key:e,value:t.$state[e]})))};return t._getters&&t._getters.length&&(e.getters=t._getters.map((e=>({editable:!1,key:e,value:t[e]})))),t._customProperties.size&&(e.customProperties=Array.from(t._customProperties).map((e=>({editable:!0,key:e,value:t[e]})))),e}(t))}})),n.on.editInspectorState(((n,s)=>{if(n.app===t&&n.inspectorId===H){const t=n.nodeId===j?e:e._s.get(n.nodeId);if(!t)return L(`store "${n.nodeId}" not found`,"error");const{path:s}=n;N(t)?s.unshift("state"):1===s.length&&t._customProperties.has(s[0])&&!(s[0]in t.$state)||s.unshift("$state"),z=!1,n.set(t,s,n.state.value),z=!0}})),n.on.editComponentState((t=>{if(t.type.startsWith("🍍")){const n=t.type.replace(/^🍍\s*/,""),s=e._s.get(n);if(!s)return L(`store "${n}" not found`,"error");const{path:i}=t;if("state"!==i[0])return L(`Invalid path for store "${n}":\n${i}\nOnly state can be modified.`);i[0]="$state",z=!1,t.set(s,i,t.state.value),z=!0}}))}))}let W,Y=0;function K(t,e,n){const s=e.reduce(((e,n)=>(e[n]=(0,r.toRaw)(t)[n],e)),{});for(const e in s)t[e]=function(){const i=Y,r=n?new Proxy(t,{get:(...t)=>(W=i,Reflect.get(...t)),set:(...t)=>(W=i,Reflect.set(...t))}):t;W=i;const a=s[e].apply(r,arguments);return W=void 0,a}}function J({app:t,store:e,options:n}){if(e.$id.startsWith("__hot:"))return;e._isOptionsAPI=!!n.state,K(e,Object.keys(n.actions),e._isOptionsAPI);const s=e._hotUpdate;(0,r.toRaw)(e)._hotUpdate=function(t){s.apply(this,arguments),K(e,Object.keys(t._hmrPayload.actions),!!e._isOptionsAPI)},function(t,e){V.includes(Z(e.$id))||V.push(Z(e.$id)),p({id:"dev.esm.pinia",label:"Pinia 🍍",logo:"https://pinia.vuejs.org/logo.svg",packageName:"pinia",homepage:"https://pinia.vuejs.org",componentStateTypes:V,app:t,settings:{logStoreChanges:{label:"Notify about new/deleted stores",type:"boolean",defaultValue:!0}}},(t=>{const n="function"==typeof t.now?t.now.bind(t):Date.now;e.$onAction((({after:s,onError:i,name:r,args:a})=>{const o=Y++;t.addTimelineEvent({layerId:$,event:{time:n(),title:"🛫 "+r,subtitle:"start",data:{store:B(e.$id),action:B(r),args:a},groupId:o}}),s((s=>{W=void 0,t.addTimelineEvent({layerId:$,event:{time:n(),title:"🛬 "+r,subtitle:"end",data:{store:B(e.$id),action:B(r),args:a,result:s},groupId:o}})})),i((s=>{W=void 0,t.addTimelineEvent({layerId:$,event:{time:n(),logType:"error",title:"💥 "+r,subtitle:"end",data:{store:B(e.$id),action:B(r),args:a,error:s},groupId:o}})}))}),!0),e._customProperties.forEach((s=>{(0,r.watch)((()=>(0,r.unref)(e[s])),((e,i)=>{t.notifyComponentUpdate(),t.sendInspectorState(H),z&&t.addTimelineEvent({layerId:$,event:{time:n(),title:"Change",subtitle:s,data:{newValue:e,oldValue:i},groupId:W}})}),{deep:!0})})),e.$subscribe((({events:s,type:i},r)=>{if(t.notifyComponentUpdate(),t.sendInspectorState(H),!z)return;const a={time:n(),title:M(i),data:q({store:B(e.$id)},R(s)),groupId:W};i===y.patchFunction?a.subtitle="⤵️":i===y.patchObject?a.subtitle="🧩":s&&!Array.isArray(s)&&(a.subtitle=s.type),s&&(a.data["rawEvent(s)"]={_custom:{display:"DebuggerEvent",type:"object",tooltip:"raw DebuggerEvent[]",value:s}}),t.addTimelineEvent({layerId:$,event:a})}),{detached:!0,flush:"sync"});const s=e._hotUpdate;e._hotUpdate=(0,r.markRaw)((i=>{s(i),t.addTimelineEvent({layerId:$,event:{time:n(),title:"🔥 "+e.$id,subtitle:"HMR update",data:{store:B(e.$id),info:B("HMR update")}}}),t.notifyComponentUpdate(),t.sendInspectorTree(H),t.sendInspectorState(H)}));const{$dispose:i}=e;e.$dispose=()=>{i(),t.notifyComponentUpdate(),t.sendInspectorTree(H),t.sendInspectorState(H),t.getSettings().logStoreChanges&&L(`Disposed "${e.$id}" store 🗑`)},t.notifyComponentUpdate(),t.sendInspectorTree(H),t.sendInspectorState(H),t.getSettings().logStoreChanges&&L(`"${e.$id}" store installed 🆕`)}))}(t,e)}const Q=()=>{};function X(t,e,n,s=Q){t.push(e);const i=()=>{const n=t.indexOf(e);n>-1&&(t.splice(n,1),s())};return!n&&(0,r.getCurrentScope)()&&(0,r.onScopeDispose)(i),i}function tt(t,...e){t.slice().forEach((t=>{t(...e)}))}const et=t=>t();function nt(t,e){t instanceof Map&&e instanceof Map&&e.forEach(((e,n)=>t.set(n,e))),t instanceof Set&&e instanceof Set&&e.forEach(t.add,t);for(const n in e){if(!e.hasOwnProperty(n))continue;const s=e[n],i=t[n];w(i)&&w(s)&&t.hasOwnProperty(n)&&!(0,r.isRef)(s)&&!(0,r.isReactive)(s)?t[n]=nt(i,s):t[n]=s}return t}const st=Symbol(),it=new WeakMap,{assign:rt}=Object;function at(t,e,n={},s,i,o){let l;const c=rt({actions:{}},n),u={deep:!0};let d,m,p,f=[],g=[];const A=s.state.value[t];o||A||(a?(0,r.set)(s.state.value,t,{}):s.state.value[t]={});const v=(0,r.ref)({});let C;function x(e){let n;d=m=!1,"function"==typeof e?(e(s.state.value[t]),n={type:y.patchFunction,storeId:t,events:p}):(nt(s.state.value[t],e),n={type:y.patchObject,payload:e,storeId:t,events:p});const i=C=Symbol();(0,r.nextTick)().then((()=>{C===i&&(d=!0)})),m=!0,tt(f,n,s.state.value[t])}const _=o?function(){const{state:t}=n,e=t?t():{};this.$patch((t=>{rt(t,e)}))}:Q;function T(e,n){return function(){h(s);const i=Array.from(arguments),r=[],a=[];let o;tt(g,{args:i,name:e,store:S,after:function(t){r.push(t)},onError:function(t){a.push(t)}});try{o=n.apply(this&&this.$id===t?this:S,i)}catch(t){throw tt(a,t),t}return o instanceof Promise?o.then((t=>(tt(r,t),t))).catch((t=>(tt(a,t),Promise.reject(t)))):(tt(r,o),o)}}const k=(0,r.markRaw)({actions:{},getters:{},state:[],hotState:v}),E={_p:s,$id:t,$onAction:X.bind(null,g),$patch:x,$reset:_,$subscribe(e,n={}){const i=X(f,e,n.detached,(()=>a())),a=l.run((()=>(0,r.watch)((()=>s.state.value[t]),(s=>{("sync"===n.flush?m:d)&&e({storeId:t,type:y.direct,events:p},s)}),rt({},u,n))));return i},$dispose:function(){l.stop(),f=[],g=[],s._s.delete(t)}};a&&(E._r=!1);const S=(0,r.reactive)(b?rt({_hmrPayload:k,_customProperties:(0,r.markRaw)(new Set)},E):E);s._s.set(t,S);const L=(s._a&&s._a.runWithContext||et)((()=>s._e.run((()=>(l=(0,r.effectScope)()).run(e)))));for(const e in L){const n=L[e];if((0,r.isRef)(n)&&(I=n,!(0,r.isRef)(I)||!I.effect)||(0,r.isReactive)(n))o||(!A||(N=n,a?it.has(N):w(N)&&N.hasOwnProperty(st))||((0,r.isRef)(n)?n.value=A[e]:nt(n,A[e])),a?(0,r.set)(s.state.value[t],e,n):s.state.value[t][e]=n);else if("function"==typeof n){const t=T(e,n);a?(0,r.set)(L,e,t):L[e]=t,c.actions[e]=n}}var N,I;if(a?Object.keys(L).forEach((t=>{(0,r.set)(S,t,L[t])})):(rt(S,L),rt((0,r.toRaw)(S),L)),Object.defineProperty(S,"$state",{get:()=>s.state.value[t],set:t=>{x((e=>{rt(e,t)}))}}),b){const t={writable:!0,configurable:!0,enumerable:!1};["_p","_hmrPayload","_getters","_customProperties"].forEach((e=>{Object.defineProperty(S,e,rt({value:S[e]},t))}))}return a&&(S._r=!0),s._p.forEach((t=>{if(b){const e=l.run((()=>t({store:S,app:s._a,pinia:s,options:c})));Object.keys(e||{}).forEach((t=>S._customProperties.add(t))),rt(S,e)}else rt(S,l.run((()=>t({store:S,app:s._a,pinia:s,options:c}))))})),A&&o&&n.hydrate&&n.hydrate(S.$state,A),d=!0,m=!0,S}function ot(t,e,n){let s,i;const o="function"==typeof e;function l(t,n){const l=!!(0,r.getCurrentInstance)();return(t=t||(l?(0,r.inject)(A,null):null))&&h(t),(t=g)._s.has(s)||(o?at(s,e,i,t):function(t,e,n,s){const{state:i,actions:o,getters:l}=e,c=n.state.value[t];let u;u=at(t,(function(){c||(a?(0,r.set)(n.state.value,t,i?i():{}):n.state.value[t]=i?i():{});const e=(0,r.toRefs)(n.state.value[t]);return rt(e,o,Object.keys(l||{}).reduce(((e,s)=>(e[s]=(0,r.markRaw)((0,r.computed)((()=>{h(n);const e=n._s.get(t);if(!a||e._r)return l[s].call(e,e)}))),e)),{}))}),e,n,0,!0)}(s,i,t)),t._s.get(s)}return"string"==typeof t?(s=t,i=o?n:e):(i=t,s=t.id),l.$id=s,l}var lt=s(5656),ct=s(77958),ut=s(69183),dt=s(42515),mt=s(62520),pt=function(t,e){return te?1:0},ft=function(t,e){var n=t.localeCompare(e);return n?n/Math.abs(n):0},gt=/(^0x[\da-fA-F]+$|^([+-]?(?:\d+(?:\.\d*)?|\.\d+)(?:[eE][+-]?\d+)?(?!\.\d+)(?=\D|\s|$))|\d+)/g,ht=/^\s+|\s+$/g,At=/\s+/g,wt=/^[+-]?(?:\d+(?:\.\d*)?|\.\d+)(?:[eE][+-]?\d+)?$/,yt=/(^([\w ]+,?[\w ]+)?[\w ]+,?[\w ]+\d+:\d+(:\d+)?[\w ]?|^\d{1,4}[/-]\d{1,4}[/-]\d{1,4}|^\w+, \w+ \d+, \d{4})/,vt=/^0+[1-9]{1}[0-9]*$/,bt=/[^\x00-\x80]/,Ct=function(t,e){return te?1:0},xt=function(t){return t.replace(At," ").replace(ht,"")},_t=function(t){if(0!==t.length){var e=Number(t);if(!Number.isNaN(e))return e}},Tt=function(t,e,n){if(wt.test(t)&&(!vt.test(t)||0===e||"."!==n[e-1]))return _t(t)||0},kt=function(t,e,n){return{parsedNumber:Tt(t,e,n),normalizedString:xt(t)}},Et=function(t){var e=function(t){return t.replace(gt,"\0$1\0").replace(/\0$/,"").replace(/^\0/,"").split("\0")}(t).map(kt);return e},St=function(t){return"function"==typeof t},Lt=function(t){return Number.isNaN(t)||t instanceof Number&&Number.isNaN(t.valueOf())},Nt=function(t){return null===t},It=function(t){return!(null===t||"object"!=typeof t||Array.isArray(t)||t instanceof Number||t instanceof String||t instanceof Boolean||t instanceof Date)},Ft=function(t){return"symbol"==typeof t},Pt=function(t){return void 0===t},Ot=function(t){if("string"==typeof t||t instanceof String||("number"==typeof t||t instanceof Number)&&!Lt(t)||"boolean"==typeof t||t instanceof Boolean||t instanceof Date){var e=function(t){return"boolean"==typeof t||t instanceof Boolean?Number(t).toString():"number"==typeof t||t instanceof Number?t.toString():t instanceof Date?t.getTime().toString():"string"==typeof t||t instanceof String?t.toLowerCase().replace(ht,""):""}(t),n=function(t){var e=_t(t);return void 0!==e?e:function(t){try{var e=Date.parse(t);return!Number.isNaN(e)&&yt.test(t)?e:void 0}catch(t){return}}(t)}(e);return{parsedNumber:n,chunks:Et(n?""+n:e),value:t}}return{isArray:Array.isArray(t),isFunction:St(t),isNaN:Lt(t),isNull:Nt(t),isObject:It(t),isSymbol:Ft(t),isUndefined:Pt(t),value:t}},Bt=function(t){return"function"==typeof t?t:function(e){if(Array.isArray(e)){var n=Number(t);if(Number.isInteger(n))return e[n]}else if(e&&"object"==typeof e){var s=Object.getOwnPropertyDescriptor(e,t);return null==s?void 0:s.value}return e}};function Dt(t,e,n){if(!t||!Array.isArray(t))return[];var s=function(t){if(!t)return[];var e=Array.isArray(t)?[].concat(t):[t];return e.some((function(t){return"string"!=typeof t&&"number"!=typeof t&&"function"!=typeof t}))?[]:e}(e),i=function(t){if(!t)return[];var e=Array.isArray(t)?[].concat(t):[t];return e.some((function(t){return"asc"!==t&&"desc"!==t&&"function"!=typeof t}))?[]:e}(n);return function(t,e,n){var s=e.length?e.map(Bt):[function(t){return t}],i=t.map((function(t,e){return{index:e,values:s.map((function(e){return e(t)})).map(Ot)}}));return i.sort((function(t,e){return function(t,e,n){for(var s=t.index,i=t.values,r=e.index,a=e.values,o=i.length,l=n.length,c=0;ci||s>i?n<=i?-1:1:0}(p.chunks,f.chunks):function(t,e){return(t.chunks?!e.chunks:e.chunks)?t.chunks?-1:1:(t.isNaN?!e.isNaN:e.isNaN)?t.isNaN?-1:1:(t.isSymbol?!e.isSymbol:e.isSymbol)?t.isSymbol?-1:1:(t.isObject?!e.isObject:e.isObject)?t.isObject?-1:1:(t.isArray?!e.isArray:e.isArray)?t.isArray?-1:1:(t.isFunction?!e.isFunction:e.isFunction)?t.isFunction?-1:1:(t.isNull?!e.isNull:e.isNull)?t.isNull?-1:1:0}(p,f));if(m)return m*("desc"===u?-1:1)}}var p,f;return s-r}(t,e,n)})),i.map((function(e){return function(t,e){return t[e]}(t,e.index)}))}(t,s,i)}var jt=s(5055),Ut=s(64024),Rt=s(31352),Mt=s(41922),zt=s(76226),Vt=s(90207);const $t={name:"FormatListBulletedSquareIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}};var Ht=s(51900);const qt=(0,Ht.Z)($t,(function(){var t=this,e=t._self._c;return e("span",t._b({staticClass:"material-design-icon format-list-bulleted-square-icon",attrs:{"aria-hidden":!t.title,"aria-label":t.title,role:"img"},on:{click:function(e){return t.$emit("click",e)}}},"span",t.$attrs,!1),[e("svg",{staticClass:"material-design-icon__svg",attrs:{fill:t.fillColor,width:t.size,height:t.size,viewBox:"0 0 24 24"}},[e("path",{attrs:{d:"M3,4H7V8H3V4M9,5V7H21V5H9M3,10H7V14H3V10M9,11V13H21V11H9M3,16H7V20H3V16M9,17V19H21V17H9"}},[t.title?e("title",[t._v(t._s(t.title))]):t._e()])])])}),[],!1,null,null,null).exports;var Zt=s(40874),Gt=s(74628),Wt=s(22175),Yt=s(64865),Kt=s(20435),Jt=s(81755);const Qt={name:"ShareVariantIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},Xt=(0,Ht.Z)(Qt,(function(){var t=this,e=t._self._c;return e("span",t._b({staticClass:"material-design-icon share-variant-icon",attrs:{"aria-hidden":!t.title,"aria-label":t.title,role:"img"},on:{click:function(e){return t.$emit("click",e)}}},"span",t.$attrs,!1),[e("svg",{staticClass:"material-design-icon__svg",attrs:{fill:t.fillColor,width:t.size,height:t.size,viewBox:"0 0 24 24"}},[e("path",{attrs:{d:"M18,16.08C17.24,16.08 16.56,16.38 16.04,16.85L8.91,12.7C8.96,12.47 9,12.24 9,12C9,11.76 8.96,11.53 8.91,11.3L15.96,7.19C16.5,7.69 17.21,8 18,8A3,3 0 0,0 21,5A3,3 0 0,0 18,2A3,3 0 0,0 15,5C15,5.24 15.04,5.47 15.09,5.7L8.04,9.81C7.5,9.31 6.79,9 6,9A3,3 0 0,0 3,12A3,3 0 0,0 6,15C6.79,15 7.5,14.69 8.04,14.19L15.16,18.34C15.11,18.55 15.08,18.77 15.08,19C15.08,20.61 16.39,21.91 18,21.91C19.61,21.91 20.92,20.61 20.92,19A2.92,2.92 0 0,0 18,16.08Z"}},[t.title?e("title",[t._v(t._s(t.title))]):t._e()])])])}),[],!1,null,null,null).exports,te={name:"ViewGridIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},ee=(0,Ht.Z)(te,(function(){var t=this,e=t._self._c;return e("span",t._b({staticClass:"material-design-icon view-grid-icon",attrs:{"aria-hidden":!t.title,"aria-label":t.title,role:"img"},on:{click:function(e){return t.$emit("click",e)}}},"span",t.$attrs,!1),[e("svg",{staticClass:"material-design-icon__svg",attrs:{fill:t.fillColor,width:t.size,height:t.size,viewBox:"0 0 24 24"}},[e("path",{attrs:{d:"M3,11H11V3H3M3,21H11V13H3M13,21H21V13H13M13,3V11H21V3"}},[t.title?e("title",[t._v(t._s(t.title))]):t._e()])])])}),[],!1,null,null,null).exports;var ne=s(48250);const se=(0,s(17499).IY)().setApp("files").detectUser().build(),ie=new lt.p$({id:"details",displayName:()=>(0,Rt.Iu)("files","Open details"),iconSvgInline:()=>ne,enabled:t=>1===t.length&&!!t[0]&&!!window?.OCA?.Files?.Sidebar&&((t[0].root?.startsWith("/files/")&&t[0].permissions!==lt.y3.NONE)??!1),async exec(t,e,n){try{return await window.OCA.Files.Sidebar.open(t.path),window.OCP.Files.Router.goToRoute(null,{view:e.id,fileid:t.fileid},{dir:n},!0),null}catch(t){return se.error("Error while opening sidebar",{error:t}),!1}},order:-50}),re=function(){const t=ot("files",{state:()=>({files:{},roots:{}}),getters:{getNode:t=>e=>t.files[e],getNodes:t=>e=>e.map((e=>t.files[e])).filter(Boolean),getRoot:t=>e=>t.roots[e]},actions:{updateNodes(t){const e=t.reduce(((t,e)=>e.fileid?(t[e.fileid]=e,t):(se.error("Trying to update/set a node without fileid",e),t)),{});r.default.set(this,"files",{...this.files,...e})},deleteNodes(t){t.forEach((t=>{t.fileid&&r.default.delete(this.files,t.fileid)}))},setRoot(t){let{service:e,root:n}=t;r.default.set(this.roots,e,n)},onDeletedNode(t){this.deleteNodes([t])},onCreatedNode(t){this.updateNodes([t])},onUpdatedNode(t){this.updateNodes([t])}}})(...arguments);return t._initialized||((0,ut.Ld)("files:node:created",t.onCreatedNode),(0,ut.Ld)("files:node:deleted",t.onDeletedNode),(0,ut.Ld)("files:node:updated",t.onUpdatedNode),t._initialized=!0),t},ae=function(){const t=re(),e=ot("paths",{state:()=>({paths:{}}),getters:{getPath:t=>(e,n)=>{if(t.paths[e])return t.paths[e][n]}},actions:{addPath(t){this.paths[t.service]||r.default.set(this.paths,t.service,{}),r.default.set(this.paths[t.service],t.path,t.fileid)},onCreatedNode(e){const n=(0,lt.Ti)()?.active?.id||"files";if(e.fileid){if(e.type===lt.Tv.Folder&&this.addPath({service:n,path:e.path,fileid:e.fileid}),"/"===e.dirname){const s=t.getRoot(n);return s._children||r.default.set(s,"_children",[]),void s._children.push(e.fileid)}if(this.paths[n][e.dirname]){const s=this.paths[n][e.dirname],i=t.getNode(s);return se.debug("Path already exists, updating children",{parentFolder:i,node:e}),i?(i._children||r.default.set(i,"_children",[]),void i._children.push(e.fileid)):void se.error("Parent folder not found",{parentId:s})}se.debug("Parent path does not exists, skipping children update",{node:e})}else se.error("Node has no fileid",{node:e})}}})(...arguments);return e._initialized||((0,ut.Ld)("files:node:created",e.onCreatedNode),e._initialized=!0),e},oe=ot("selection",{state:()=>({selected:[],lastSelection:[],lastSelectedIndex:null}),actions:{set(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];r.default.set(this,"selected",[...new Set(t)])},setLastIndex(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;r.default.set(this,"lastSelection",t?this.selected:[]),r.default.set(this,"lastSelectedIndex",t)},reset(){r.default.set(this,"selected",[]),r.default.set(this,"lastSelection",[]),r.default.set(this,"lastSelectedIndex",null)}}});let le;var ce=s(79753),ue=s(43554),de=s(93664);const me=(0,ue.j)("files","config",{show_hidden:!1,crop_image_previews:!0,sort_favorites_first:!0,grid_view:!1}),pe=function(){const t=ot("userconfig",{state:()=>({userConfig:me}),actions:{onUpdate(t,e){r.default.set(this.userConfig,t,e)},async update(t,e){await de.Z.put((0,ce.generateUrl)("/apps/files/api/v1/config/"+t),{value:e}),(0,ut.j8)("files:config:updated",{key:t,value:e})}}})(...arguments);return t._initialized||((0,ut.Ld)("files:config:updated",(function(e){let{key:n,value:s}=e;t.onUpdate(n,s)})),t._initialized=!0),t},fe=(0,ue.j)("files","viewConfigs",{}),ge=function(){const t=ot("viewconfig",{state:()=>({viewConfig:fe}),getters:{getConfig:t=>e=>t.viewConfig[e]||{}},actions:{onUpdate(t,e,n){this.viewConfig[t]||r.default.set(this.viewConfig,t,{}),r.default.set(this.viewConfig[t],e,n)},async update(t,e,n){de.Z.put((0,ce.generateUrl)(`/apps/files/api/v1/views/${t}/${e}`),{value:n}),(0,ut.j8)("files:viewconfig:updated",{view:t,key:e,value:n})},setSortingBy(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"basename",e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"files";this.update(e,"sorting_mode",t),this.update(e,"sorting_direction","asc")},toggleSortingDirection(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"files";const e="asc"===(this.getConfig(t)||{sorting_direction:"asc"}).sorting_direction?"desc":"asc";this.update(t,"sorting_direction",e)}}}),e=t(...arguments);return e._initialized||((0,ut.Ld)("files:viewconfig:updated",(function(t){let{view:n,key:s,value:i}=t;e.onUpdate(n,s,i)})),e._initialized=!0),e},he={name:"HomeIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},Ae=(0,Ht.Z)(he,(function(){var t=this,e=t._self._c;return e("span",t._b({staticClass:"material-design-icon home-icon",attrs:{"aria-hidden":!t.title,"aria-label":t.title,role:"img"},on:{click:function(e){return t.$emit("click",e)}}},"span",t.$attrs,!1),[e("svg",{staticClass:"material-design-icon__svg",attrs:{fill:t.fillColor,width:t.size,height:t.size,viewBox:"0 0 24 24"}},[e("path",{attrs:{d:"M10,20V14H14V20H19V12H22L12,3L2,12H5V20H10Z"}},[t.title?e("title",[t._v(t._s(t.title))]):t._e()])])])}),[],!1,null,null,null).exports;var we=s(36402),ye=s(49231);const ve=r.default.extend({name:"BreadCrumbs",components:{Home:Ae,NcBreadcrumbs:ye.Z,NcBreadcrumb:we.Z},props:{path:{type:String,default:"/"}},setup:()=>({filesStore:re(),pathsStore:ae()}),computed:{currentView(){return this.$navigation.active},dirs(){var t;return["/",...this.path.split("/").filter(Boolean).map((t="/",e=>t+=`${e}/`)).map((t=>t.replace(/^(.+)\/$/,"$1")))]},sections(){return this.dirs.map((t=>{const e=this.getFileIdFromPath(t),n={...this.$route,params:{fileid:e},query:{dir:t}};return{dir:t,exact:!0,name:this.getDirDisplayName(t),to:n}}))}},methods:{getNodeFromId(t){return this.filesStore.getNode(t)},getFileIdFromPath(t){return this.pathsStore.getPath(this.currentView?.id,t)},getDirDisplayName(e){if("/"===e)return t("files","Home");const n=this.getFileIdFromPath(e),s=this.getNodeFromId(n);return s?.attributes?.displayName||(0,mt.basename)(e)},onClick(t){t?.query?.dir===this.$route.query.dir&&this.$emit("reload")},ariaLabel(e){return e?.to?.query?.dir===this.$route.query.dir?t("files","Reload current directory"):t("files",'Go to the "{dir}" directory',e)}}});var be=s(93379),Ce=s.n(be),xe=s(7795),_e=s.n(xe),Te=s(90569),ke=s.n(Te),Ee=s(3565),Se=s.n(Ee),Le=s(19216),Ne=s.n(Le),Ie=s(44589),Fe=s.n(Ie),Pe=s(64912),Oe={};Oe.styleTagTransform=Fe(),Oe.setAttributes=Se(),Oe.insert=ke().bind(null,"head"),Oe.domAPI=_e(),Oe.insertStyleElement=Ne(),Ce()(Pe.Z,Oe),Pe.Z&&Pe.Z.locals&&Pe.Z.locals;const Be=(0,Ht.Z)(ve,(function(){var t=this,e=t._self._c;return t._self._setupProxy,e("NcBreadcrumbs",{attrs:{"data-cy-files-content-breadcrumbs":""},scopedSlots:t._u([{key:"actions",fn:function(){return[t._t("actions")]},proxy:!0}],null,!0)},t._l(t.sections,(function(n,s){return e("NcBreadcrumb",t._b({key:n.dir,attrs:{"aria-label":t.ariaLabel(n),title:t.ariaLabel(n),dir:"auto",to:n.to},nativeOn:{click:function(e){return t.onClick(n.to)}},scopedSlots:t._u([0===s?{key:"icon",fn:function(){return[e("Home",{attrs:{size:20}})]},proxy:!0}:null],null,!0)},"NcBreadcrumb",n,!1))})),1)}),[],!1,null,"2af35352",null).exports;var De=s(52925),je=s(80351),Ue=s.n(je);const Re={name:"FileMultipleIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},Me=(0,Ht.Z)(Re,(function(){var t=this,e=t._self._c;return e("span",t._b({staticClass:"material-design-icon file-multiple-icon",attrs:{"aria-hidden":!t.title,"aria-label":t.title,role:"img"},on:{click:function(e){return t.$emit("click",e)}}},"span",t.$attrs,!1),[e("svg",{staticClass:"material-design-icon__svg",attrs:{fill:t.fillColor,width:t.size,height:t.size,viewBox:"0 0 24 24"}},[e("path",{attrs:{d:"M15,7H20.5L15,1.5V7M8,0H16L22,6V18A2,2 0 0,1 20,20H8C6.89,20 6,19.1 6,18V2A2,2 0 0,1 8,0M4,4V22H20V24H4A2,2 0 0,1 2,22V4H4Z"}},[t.title?e("title",[t._v(t._s(t.title))]):t._e()])])])}),[],!1,null,null,null).exports;var ze=s(81456),Ve=s(65720);const $e=(0,Ht.Z)(Ve.Z,ze.s,ze.x,!1,null,null,null).exports,He=r.default.extend({name:"DragAndDropPreview",components:{FileMultipleIcon:Me,FolderIcon:$e},data:()=>({nodes:[]}),computed:{isSingleNode(){return 1===this.nodes.length},isSingleFolder(){return this.isSingleNode&&this.nodes[0].type===lt.Tv.Folder},name(){return this.size?`${this.summary} – ${this.size}`:this.summary},size(){const t=this.nodes.reduce(((t,e)=>t+e.size||0),0),e=parseInt(t,10)||0;return"number"!=typeof e||e<0?null:(0,lt.sS)(e,!0)},summary(){if(this.isSingleNode){const t=this.nodes[0];return t.attributes?.displayName||t.basename}return(t=>{const e=t.filter((t=>t.type===lt.Tv.File)).length,n=t.filter((t=>t.type===lt.Tv.Folder)).length;return 0===e?(0,Rt.uN)("files","{folderCount} folder","{folderCount} folders",n,{folderCount:n}):0===n?(0,Rt.uN)("files","{fileCount} file","{fileCount} files",e,{fileCount:e}):1===e?(0,Rt.uN)("files","1 file and {folderCount} folder","1 file and {folderCount} folders",n,{folderCount:n}):1===n?(0,Rt.uN)("files","{fileCount} file and 1 folder","{fileCount} files and 1 folder",e,{fileCount:e}):(0,Rt.Iu)("files","{fileCount} files and {folderCount} folders",{fileCount:e,folderCount:n})})(this.nodes)}},methods:{update(t){this.nodes=t,this.$refs.previewImg.replaceChildren(),t.slice(0,3).forEach((t=>{const e=document.querySelector(`[data-cy-files-list-row-fileid="${t.fileid}"] .files-list__row-icon img`);e&&this.$refs.previewImg.appendChild(e.parentNode.cloneNode(!0))})),this.$nextTick((()=>{this.$emit("loaded",this.$el)}))}}}),qe=He;var Ze=s(50262),Ge={};Ge.styleTagTransform=Fe(),Ge.setAttributes=Se(),Ge.insert=ke().bind(null,"head"),Ge.domAPI=_e(),Ge.insertStyleElement=Ne(),Ce()(Ze.Z,Ge),Ze.Z&&Ze.Z.locals&&Ze.Z.locals;const We=(0,Ht.Z)(qe,(function(){var t=this,e=t._self._c;return t._self._setupProxy,e("div",{staticClass:"files-list-drag-image"},[e("span",{staticClass:"files-list-drag-image__icon"},[e("span",{ref:"previewImg"}),t._v(" "),t.isSingleFolder?e("FolderIcon"):e("FileMultipleIcon")],1),t._v(" "),e("span",{staticClass:"files-list-drag-image__name"},[t._v(t._s(t.name))])])}),[],!1,null,null,null).exports,Ye=r.default.extend(We);let Ke;const Je=async t=>new Promise((e=>{Ke||(Ke=(new Ye).$mount(),document.body.appendChild(Ke.$el)),Ke.update(t),Ke.$on("loaded",(()=>{e(Ke.$el),Ke.$off("loaded")}))}));var Qe=s(51473),Xe={};Xe.styleTagTransform=Fe(),Xe.setAttributes=Se(),Xe.insert=ke().bind(null,"head"),Xe.domAPI=_e(),Xe.insertStyleElement=Ne(),Ce()(Qe.Z,Xe),Qe.Z&&Qe.Z.locals&&Qe.Z.locals;var tn=s(51120);const{Axios:en,AxiosError:nn,CanceledError:sn,isCancel:rn,CancelToken:an,VERSION:on,all:ln,Cancel:cn,isAxiosError:un,spread:dn,toFormData:mn,AxiosHeaders:pn,HttpStatusCode:fn,formToJSON:gn,getAdapter:hn,mergeConfig:An}=tn.default;var wn=s(59546),yn=s(96384),vn=s(59440);let bn;const Cn=()=>(bn||(bn=new vn.Z({concurrency:3})),bn);var xn;!function(t){t.MOVE="Move",t.COPY="Copy",t.MOVE_OR_COPY="move-or-copy"}(xn||(xn={}));const _n=t=>0!=(t.reduce(((t,e)=>Math.min(t,e.permissions)),lt.y3.ALL)<.y3.UPDATE),Tn=t=>(t=>t.every((t=>!JSON.parse(t.attributes?.["share-attributes"]??"[]").some((t=>"permissions"===t.scope&&!1===t.enabled&&"download"===t.key)))))(t),kn=t=>_n(t)?Tn(t)?xn.MOVE_OR_COPY:xn.MOVE:xn.COPY,En=async function(t,e,n){let s=arguments.length>3&&void 0!==arguments[3]&&arguments[3];if(!e)return;if(e.type!==lt.Tv.Folder)throw new Error((0,Rt.Iu)("files","Destination is not a folder"));if(t.dirname===e.path)throw new Error((0,Rt.Iu)("files","This file/folder is already in that directory"));if(e.path.startsWith(t.path))throw new Error((0,Rt.Iu)("files","You cannot move a file/folder onto itself or into a subfolder of itself"));const i=(0,mt.join)(e.path,t.basename),a=(0,ce.generateRemoteUrl)(`dav/files/${(0,ct.ts)()?.uid}${i}`);r.default.set(t,"status",lt.e4.LOADING);const o=Cn();return await o.add((async()=>{try{await(0,de.Z)({method:n===xn.COPY?"COPY":"MOVE",url:t.encodedSource,headers:{Destination:encodeURI(a),Overwrite:s?void 0:"F"}}),n===xn.MOVE&&(0,ut.j8)("files:node:deleted",t)}catch(t){if(t instanceof nn){if(412===t?.response?.status)throw new Error((0,Rt.Iu)("files","A file or folder with that name already exists in this folder"));if(423===t?.response?.status)throw new Error((0,Rt.Iu)("files","The files is locked"));if(404===t?.response?.status)throw new Error((0,Rt.Iu)("files","The file does not exist anymore"));if(t.message)throw new Error(t.message)}throw new Error}finally{r.default.set(t,"status",void 0)}}))},Sn=async function(t){let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"/",n=arguments.length>2?arguments[2]:void 0;const s=n.map((t=>t.fileid)).filter(Boolean),i=(0,Ut.fn)((0,Rt.Iu)("files","Chose destination")).allowDirectories(!0).setFilter((t=>0!=(t.permissions<.y3.CREATE)&&!s.includes(t.fileid))).setMimeTypeFilter([]).setMultiSelect(!1).startAt(e);return new Promise(((e,s)=>{i.setButtonFactory(((s,i)=>{const r=[],a=(0,mt.basename)(i),o=n.map((t=>t.dirname)),l=n.map((t=>t.path));return o.includes(i)||l.includes(i)||(t!==xn.COPY&&t!==xn.MOVE_OR_COPY||r.push({label:a?(0,Rt.Iu)("files","Copy to {target}",{target:a}):(0,Rt.Iu)("files","Copy"),type:"primary",icon:wn,async callback(t){e({destination:t[0],action:xn.COPY})}}),t!==xn.MOVE&&t!==xn.MOVE_OR_COPY||r.push({label:a?(0,Rt.Iu)("files","Move to {target}",{target:a}):(0,Rt.Iu)("files","Move"),type:t===xn.MOVE?"primary":"secondary",icon:yn,async callback(t){e({destination:t[0],action:xn.MOVE})}})),r})),i.build().pick().catch((()=>{s(new Error((0,Rt.Iu)("files","Cancelled move or copy operation")))}))}))},Ln=(new lt.p$({id:"move-copy",displayName(t){switch(kn(t)){case xn.MOVE:return(0,Rt.Iu)("files","Move");case xn.COPY:return(0,Rt.Iu)("files","Copy");case xn.MOVE_OR_COPY:return(0,Rt.Iu)("files","Move or copy")}},iconSvgInline:()=>yn,enabled:t=>!!t.every((t=>t.root?.startsWith("/files/")))&&t.length>0&&(_n(t)||Tn(t)),async exec(t,e,n){const s=kn([t]),i=await Sn(s,n,[t]);try{return await En(t,i.destination,i.action),!0}catch(t){return!!(t instanceof Error&&t.message)&&((0,Ut.x2)(t.message),null)}},async execBatch(t,e,n){const s=kn(t),i=await Sn(s,n,t),r=t.map((async t=>{try{return await En(t,i.destination,i.action),!0}catch(e){return se.error(`Failed to ${i.action} node`,{node:t,error:e}),!1}}));return await Promise.all(r)},order:15}),function(t){return t.split("").reduce((function(t,e){return(t=(t<<5)-t+e.charCodeAt(0))&t}),0)}),Nn=ot("actionsmenu",{state:()=>({opened:null})}),In=ot("dragging",{state:()=>({dragging:[]}),actions:{set(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];r.default.set(this,"dragging",t)},reset(){r.default.set(this,"dragging",[])}}}),Fn=function(){const t=ot("renaming",{state:()=>({renamingNode:void 0,newName:""})})(...arguments);return t._initialized||((0,ut.Ld)("files:node:rename",(function(e){t.renamingNode=e,t.newName=e.basename})),t._initialized=!0),t};var Pn=s(97947);const On={name:"CustomElementRender",props:{source:{type:Object,required:!0},currentView:{type:Object,required:!0},render:{type:Function,required:!0}},watch:{source(){this.updateRootElement()},currentView(){this.updateRootElement()}},mounted(){this.updateRootElement()},methods:{async updateRootElement(){const t=await this.render(this.source,this.currentView);t?this.$el.replaceChildren(t):this.$el.replaceChildren()}}},Bn=(0,Ht.Z)(On,(function(){return(0,this._self._c)("span")}),[],!1,null,null,null).exports,Dn={name:"ArrowLeftIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},jn=(0,Ht.Z)(Dn,(function(){var t=this,e=t._self._c;return e("span",t._b({staticClass:"material-design-icon arrow-left-icon",attrs:{"aria-hidden":!t.title,"aria-label":t.title,role:"img"},on:{click:function(e){return t.$emit("click",e)}}},"span",t.$attrs,!1),[e("svg",{staticClass:"material-design-icon__svg",attrs:{fill:t.fillColor,width:t.size,height:t.size,viewBox:"0 0 24 24"}},[e("path",{attrs:{d:"M20,11V13H8L13.5,18.5L12.08,19.92L4.16,12L12.08,4.08L13.5,5.5L8,11H20Z"}},[t.title?e("title",[t._v(t._s(t.title))]):t._e()])])])}),[],!1,null,null,null).exports,Un={name:"ChevronRightIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},Rn=(0,Ht.Z)(Un,(function(){var t=this,e=t._self._c;return e("span",t._b({staticClass:"material-design-icon chevron-right-icon",attrs:{"aria-hidden":!t.title,"aria-label":t.title,role:"img"},on:{click:function(e){return t.$emit("click",e)}}},"span",t.$attrs,!1),[e("svg",{staticClass:"material-design-icon__svg",attrs:{fill:t.fillColor,width:t.size,height:t.size,viewBox:"0 0 24 24"}},[e("path",{attrs:{d:"M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z"}},[t.title?e("title",[t._v(t._s(t.title))]):t._e()])])])}),[],!1,null,null,null).exports;var Mn=s(72155),zn=s(55212),Vn=s(96204);const $n=(0,lt.Vn)(),Hn=r.default.extend({name:"FileEntryActions",components:{ArrowLeftIcon:jn,ChevronRightIcon:Rn,CustomElementRender:Bn,NcActionButton:Mn.Z,NcActions:zn.Z,NcActionSeparator:Vn.Z,NcIconSvgWrapper:Yt.Z,NcLoadingIcon:Kt.Z},props:{filesListWidth:{type:Number,required:!0},loading:{type:String,required:!0},opened:{type:Boolean,default:!1},source:{type:Object,required:!0},gridMode:{type:Boolean,default:!1}},data:()=>({openedSubmenu:null}),computed:{currentDir(){return(this.$route?.query?.dir?.toString()||"/").replace(/^(.+)\/$/,"$1")},currentView(){return this.$navigation.active},isLoading(){return this.source.status===lt.e4.LOADING},enabledActions(){return this.source.attributes.failed?[]:$n.filter((t=>!t.enabled||t.enabled([this.source],this.currentView))).sort(((t,e)=>(t.order||0)-(e.order||0)))},enabledInlineActions(){return this.filesListWidth<768||this.gridMode?[]:this.enabledActions.filter((t=>t?.inline?.(this.source,this.currentView)))},enabledRenderActions(){return this.gridMode?[]:this.enabledActions.filter((t=>"function"==typeof t.renderInline))},enabledDefaultActions(){return this.enabledActions.filter((t=>!!t?.default))},enabledMenuActions(){if(this.openedSubmenu)return this.enabledInlineActions;const t=[...this.enabledInlineActions,...this.enabledActions.filter((t=>t.default!==lt.DT.HIDDEN&&"function"!=typeof t.renderInline))].filter(((t,e,n)=>e===n.findIndex((e=>e.id===t.id)))),e=t.filter((t=>!t.parent)).map((t=>t.id));return t.filter((t=>!(t.parent&&e.includes(t.parent))))},enabledSubmenuActions(){return this.enabledActions.filter((t=>t.parent)).reduce(((t,e)=>(t[e.parent]||(t[e.parent]=[]),t[e.parent].push(e),t)),{})},openedMenu:{get(){return this.opened},set(t){this.$emit("update:opened",t)}},getBoundariesElement:()=>document.querySelector(".app-content > .files-list"),mountType(){return this.source._attributes["mount-type"]}},methods:{actionDisplayName(t){if((this.gridMode||this.filesListWidth<768&&t.inline)&&"function"==typeof t.title){const e=t.title([this.source],this.currentView);if(e)return e}return t.displayName([this.source],this.currentView)},async onActionClick(t){let e=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(this.enabledSubmenuActions[t.id])return void(this.openedSubmenu=t);const n=t.displayName([this.source],this.currentView);try{this.$emit("update:loading",t.id),r.default.set(this.source,"status",lt.e4.LOADING);const e=await t.exec(this.source,this.currentView,this.currentDir);if(null==e)return;if(e)return void(0,Ut.s$)((0,Rt.Iu)("files",'"{displayName}" action executed successfully',{displayName:n}));(0,Ut.x2)((0,Rt.Iu)("files",'"{displayName}" action failed',{displayName:n}))}catch(e){se.error("Error while executing action",{action:t,e}),(0,Ut.x2)((0,Rt.Iu)("files",'"{displayName}" action failed',{displayName:n}))}finally{this.$emit("update:loading",""),r.default.set(this.source,"status",void 0),e&&(this.openedSubmenu=null)}},execDefaultAction(t){this.enabledDefaultActions.length>0&&(t.preventDefault(),t.stopPropagation(),this.enabledDefaultActions[0].exec(this.source,this.currentView,this.currentDir))},isMenu(t){return this.enabledSubmenuActions[t]?.length>0},t:Rt.Iu}}),qn=Hn;var Zn=s(21367),Gn={};Gn.styleTagTransform=Fe(),Gn.setAttributes=Se(),Gn.insert=ke().bind(null,"head"),Gn.domAPI=_e(),Gn.insertStyleElement=Ne(),Ce()(Zn.Z,Gn),Zn.Z&&Zn.Z.locals&&Zn.Z.locals;var Wn=(0,Ht.Z)(qn,(function(){var t=this,e=t._self._c;return t._self._setupProxy,e("td",{staticClass:"files-list__row-actions",attrs:{"data-cy-files-list-row-actions":""}},[t._l(t.enabledRenderActions,(function(n){return e("CustomElementRender",{key:n.id,staticClass:"files-list__row-action--inline",class:"files-list__row-action-"+n.id,attrs:{"current-view":t.currentView,render:n.renderInline,source:t.source}})})),t._v(" "),e("NcActions",{ref:"actionsMenu",attrs:{"boundaries-element":t.getBoundariesElement,container:t.getBoundariesElement,disabled:t.isLoading||""!==t.loading,"force-name":!0,type:"tertiary","force-menu":0===t.enabledInlineActions.length,inline:t.enabledInlineActions.length,open:t.openedMenu},on:{"update:open":function(e){t.openedMenu=e},close:function(e){t.openedSubmenu=null}}},[t._l(t.enabledMenuActions,(function(n){return e("NcActionButton",{key:n.id,class:{[`files-list__row-action-${n.id}`]:!0,"files-list__row-action--menu":t.isMenu(n.id)},attrs:{"close-after-click":!t.isMenu(n.id),"data-cy-files-list-row-action":n.id,"is-menu":t.isMenu(n.id),title:n.title?.([t.source],t.currentView)},on:{click:function(e){return t.onActionClick(n)}},scopedSlots:t._u([{key:"icon",fn:function(){return[t.loading===n.id?e("NcLoadingIcon",{attrs:{size:18}}):e("NcIconSvgWrapper",{attrs:{svg:n.iconSvgInline([t.source],t.currentView)}})]},proxy:!0}],null,!0)},[t._v("\n\t\t\t"+t._s("shared"===t.mountType&&"sharing-status"===n.id?"":t.actionDisplayName(n))+"\n\t\t")])})),t._v(" "),t.openedSubmenu&&t.enabledSubmenuActions[t.openedSubmenu?.id]?[e("NcActionButton",{staticClass:"files-list__row-action-back",on:{click:function(e){t.openedSubmenu=null}},scopedSlots:t._u([{key:"icon",fn:function(){return[e("ArrowLeftIcon")]},proxy:!0}],null,!1,3001860362)},[t._v("\n\t\t\t\t"+t._s(t.actionDisplayName(t.openedSubmenu))+"\n\t\t\t")]),t._v(" "),e("NcActionSeparator"),t._v(" "),t._l(t.enabledSubmenuActions[t.openedSubmenu?.id],(function(n){return e("NcActionButton",{key:n.id,staticClass:"files-list__row-action--submenu",class:`files-list__row-action-${n.id}`,attrs:{"close-after-click":!1,"data-cy-files-list-row-action":n.id,title:n.title?.([t.source],t.currentView)},on:{click:function(e){return t.onActionClick(n)}},scopedSlots:t._u([{key:"icon",fn:function(){return[t.loading===n.id?e("NcLoadingIcon",{attrs:{size:18}}):e("NcIconSvgWrapper",{attrs:{svg:n.iconSvgInline([t.source],t.currentView)}})]},proxy:!0}],null,!0)},[t._v("\n\t\t\t\t"+t._s(t.actionDisplayName(n))+"\n\t\t\t")])}))]:t._e()],2)],2)}),[],!1,null,"6dd8d639",null);const Yn=Wn.exports;var Kn=s(34741);const Jn=r.default.extend({name:"FileEntryCheckbox",components:{NcCheckboxRadioSwitch:Kn.Z,NcLoadingIcon:Kt.Z},props:{displayName:{type:String,required:!0},fileid:{type:String,required:!0},isLoading:{type:Boolean,default:!1},nodes:{type:Array,required:!0}},setup(){const t=oe(),e=function(){const t=ot("keyboard",{state:()=>({altKey:!1,ctrlKey:!1,metaKey:!1,shiftKey:!1}),actions:{onEvent(t){t||(t=window.event),r.default.set(this,"altKey",!!t.altKey),r.default.set(this,"ctrlKey",!!t.ctrlKey),r.default.set(this,"metaKey",!!t.metaKey),r.default.set(this,"shiftKey",!!t.shiftKey)}}})(...arguments);return t._initialized||(window.addEventListener("keydown",t.onEvent),window.addEventListener("keyup",t.onEvent),window.addEventListener("mousemove",t.onEvent),t._initialized=!0),t}();return{keyboardStore:e,selectionStore:t}},computed:{selectedFiles(){return this.selectionStore.selected},isSelected(){return this.selectedFiles.includes(this.fileid)},index(){return this.nodes.findIndex((t=>t.fileid===parseInt(this.fileid)))}},methods:{onSelectionChange(t){const e=this.index,n=this.selectionStore.lastSelectedIndex;if(this.keyboardStore?.shiftKey&&null!==n){const t=this.selectedFiles.includes(this.fileid),s=Math.min(e,n),i=Math.max(n,e),r=this.selectionStore.lastSelection,a=this.nodes.map((t=>t.fileid?.toString?.())).slice(s,i+1),o=[...r,...a].filter((e=>!t||e!==this.fileid));return se.debug("Shift key pressed, selecting all files in between",{start:s,end:i,filesToSelect:a,isAlreadySelected:t}),void this.selectionStore.set(o)}const s=t?[...this.selectedFiles,this.fileid]:this.selectedFiles.filter((t=>t!==this.fileid));se.debug("Updating selection",{selection:s}),this.selectionStore.set(s),this.selectionStore.setLastIndex(e)},t:Rt.Iu}}),Qn=(0,Ht.Z)(Jn,(function(){var t=this,e=t._self._c;return t._self._setupProxy,e("td",{staticClass:"files-list__row-checkbox"},[t.isLoading?e("NcLoadingIcon"):e("NcCheckboxRadioSwitch",{attrs:{"aria-label":t.t("files","Select the row for {displayName}",{displayName:t.displayName}),checked:t.isSelected},on:{"update:checked":t.onSelectionChange}})],1)}),[],!1,null,null,null).exports;var Xn=s(49368);const ts=(0,ue.j)("files","forbiddenCharacters",""),es=r.default.extend({name:"FileEntryName",components:{NcTextField:Xn.Z},props:{displayName:{type:String,required:!0},extension:{type:String,required:!0},filesListWidth:{type:Number,required:!0},nodes:{type:Array,required:!0},source:{type:Object,required:!0},gridMode:{type:Boolean,default:!1}},setup:()=>({renamingStore:Fn()}),computed:{isRenaming(){return this.renamingStore.renamingNode===this.source},isRenamingSmallScreen(){return this.isRenaming&&this.filesListWidth<512},newName:{get(){return this.renamingStore.newName},set(t){this.renamingStore.newName=t}},renameLabel(){return{[lt.Tv.File]:(0,Rt.Iu)("files","File name"),[lt.Tv.Folder]:(0,Rt.Iu)("files","Folder name")}[this.source.type]},linkTo(){if(this.source.attributes.failed)return{is:"span",params:{title:(0,Rt.Iu)("files","This node is unavailable")}};const t=this.$parent?.$refs?.actions?.enabledDefaultActions;return t?.length>0?{is:"a",params:{title:t[0].displayName([this.source],this.currentView),role:"button",tabindex:"0"}}:this.source?.permissions<.y3.READ?{is:"a",params:{download:this.source.basename,href:this.source.source,title:(0,Rt.Iu)("files","Download file {name}",{name:this.displayName}),tabindex:"0"}}:{is:"span"}}},watch:{isRenaming(t){t&&this.startRenaming()}},methods:{checkInputValidity(t){const e=t.target,n=this.newName.trim?.()||"";se.debug("Checking input validity",{newName:n});try{this.isFileNameValid(n),e.setCustomValidity(""),e.title=""}catch(t){e.setCustomValidity(t.message),e.title=t.message}finally{e.reportValidity()}},isFileNameValid(t){const e=t.trim();if("."===e||".."===e)throw new Error((0,Rt.Iu)("files",'"{name}" is an invalid file name.',{name:t}));if(0===e.length)throw new Error((0,Rt.Iu)("files","File name cannot be empty."));if(-1!==e.indexOf("/"))throw new Error((0,Rt.Iu)("files",'"/" is not allowed inside a file name.'));if(e.match(OC.config.blacklist_files_regex))throw new Error((0,Rt.Iu)("files",'"{name}" is not an allowed filetype.',{name:t}));if(this.checkIfNodeExists(t))throw new Error((0,Rt.Iu)("files","{newName} already exists.",{newName:t}));return e.split("").forEach((t=>{if(-1!==ts.indexOf(t))throw new Error(this.t("files",'"{char}" is not allowed inside a file name.',{char:t}))})),!0},checkIfNodeExists(t){return this.nodes.find((e=>e.basename===t&&e!==this.source))},startRenaming(){this.$nextTick((()=>{const t=(this.source.extension||"").split("").length,e=this.source.basename.split("").length-t,n=this.$refs.renameInput?.$refs?.inputField?.$refs?.input;n?(n.setSelectionRange(0,e),n.focus(),n.dispatchEvent(new Event("keyup"))):se.error("Could not find the rename input")}))},stopRenaming(){this.isRenaming&&this.renamingStore.$reset()},async onRename(){const t=this.source.basename,e=this.source.encodedSource,n=this.newName.trim?.()||"";if(""!==n)if(t!==n)if(this.checkIfNodeExists(n))(0,Ut.x2)((0,Rt.Iu)("files","Another entry with the same name already exists"));else{this.loading="renaming",r.default.set(this.source,"status",lt.e4.LOADING),this.source.rename(n),se.debug("Moving file to",{destination:this.source.encodedSource,oldEncodedSource:e});try{await(0,de.Z)({method:"MOVE",url:e,headers:{Destination:this.source.encodedSource,Overwrite:"F"}}),(0,ut.j8)("files:node:updated",this.source),(0,ut.j8)("files:node:renamed",this.source),(0,Ut.s$)((0,Rt.Iu)("files",'Renamed "{oldName}" to "{newName}"',{oldName:t,newName:n})),this.stopRenaming(),this.$nextTick((()=>{this.$refs.basename.focus()}))}catch(e){if(se.error("Error while renaming file",{error:e}),this.source.rename(t),this.$refs.renameInput.focus(),404===e?.response?.status)return void(0,Ut.x2)((0,Rt.Iu)("files",'Could not rename "{oldName}", it does not exist any more',{oldName:t}));if(412===e?.response?.status)return void(0,Ut.x2)((0,Rt.Iu)("files",'The name "{newName}" is already used in the folder "{dir}". Please choose a different name.',{newName:n,dir:this.currentDir}));(0,Ut.x2)((0,Rt.Iu)("files",'Could not rename "{oldName}"',{oldName:t}))}finally{this.loading=!1,r.default.set(this.source,"status",void 0)}}else this.stopRenaming();else(0,Ut.x2)((0,Rt.Iu)("files","Name cannot be empty"))},t:Rt.Iu}}),ns=(0,Ht.Z)(es,(function(){var t=this,e=t._self._c;return t._self._setupProxy,t.isRenaming?e("form",{directives:[{name:"on-click-outside",rawName:"v-on-click-outside",value:t.stopRenaming,expression:"stopRenaming"}],staticClass:"files-list__row-rename",attrs:{"aria-label":t.t("files","Rename file")},on:{submit:function(e){return e.preventDefault(),e.stopPropagation(),t.onRename.apply(null,arguments)}}},[e("NcTextField",{ref:"renameInput",attrs:{label:t.renameLabel,autofocus:!0,minlength:1,required:!0,value:t.newName,enterkeyhint:"done"},on:{"update:value":function(e){t.newName=e},keyup:[t.checkInputValidity,function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"esc",27,e.key,["Esc","Escape"])?null:t.stopRenaming.apply(null,arguments)}]}})],1):e(t.linkTo.is,t._b({ref:"basename",tag:"component",staticClass:"files-list__row-name-link",attrs:{"aria-hidden":t.isRenaming,"data-cy-files-list-row-name-link":""},on:{click:function(e){return t.$emit("click",e)}}},"component",t.linkTo.params,!1),[e("span",{staticClass:"files-list__row-name-text"},[e("span",{staticClass:"files-list__row-name-",domProps:{textContent:t._s(t.displayName)}}),t._v(" "),e("span",{staticClass:"files-list__row-name-ext",domProps:{textContent:t._s(t.extension)}})])])}),[],!1,null,null,null).exports;var ss=s(60186);const is={name:"AccountPlusIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},rs=(0,Ht.Z)(is,(function(){var t=this,e=t._self._c;return e("span",t._b({staticClass:"material-design-icon account-plus-icon",attrs:{"aria-hidden":!t.title,"aria-label":t.title,role:"img"},on:{click:function(e){return t.$emit("click",e)}}},"span",t.$attrs,!1),[e("svg",{staticClass:"material-design-icon__svg",attrs:{fill:t.fillColor,width:t.size,height:t.size,viewBox:"0 0 24 24"}},[e("path",{attrs:{d:"M15,14C12.33,14 7,15.33 7,18V20H23V18C23,15.33 17.67,14 15,14M6,10V7H4V10H1V12H4V15H6V12H9V10M15,12A4,4 0 0,0 19,8A4,4 0 0,0 15,4A4,4 0 0,0 11,8A4,4 0 0,0 15,12Z"}},[t.title?e("title",[t._v(t._s(t.title))]):t._e()])])])}),[],!1,null,null,null).exports,as={name:"FileIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},os=(0,Ht.Z)(as,(function(){var t=this,e=t._self._c;return e("span",t._b({staticClass:"material-design-icon file-icon",attrs:{"aria-hidden":!t.title,"aria-label":t.title,role:"img"},on:{click:function(e){return t.$emit("click",e)}}},"span",t.$attrs,!1),[e("svg",{staticClass:"material-design-icon__svg",attrs:{fill:t.fillColor,width:t.size,height:t.size,viewBox:"0 0 24 24"}},[e("path",{attrs:{d:"M13,9V3.5L18.5,9M6,2C4.89,2 4,2.89 4,4V20A2,2 0 0,0 6,22H18A2,2 0 0,0 20,20V8L14,2H6Z"}},[t.title?e("title",[t._v(t._s(t.title))]):t._e()])])])}),[],!1,null,null,null).exports,ls={name:"FolderOpenIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},cs=(0,Ht.Z)(ls,(function(){var t=this,e=t._self._c;return e("span",t._b({staticClass:"material-design-icon folder-open-icon",attrs:{"aria-hidden":!t.title,"aria-label":t.title,role:"img"},on:{click:function(e){return t.$emit("click",e)}}},"span",t.$attrs,!1),[e("svg",{staticClass:"material-design-icon__svg",attrs:{fill:t.fillColor,width:t.size,height:t.size,viewBox:"0 0 24 24"}},[e("path",{attrs:{d:"M19,20H4C2.89,20 2,19.1 2,18V6C2,4.89 2.89,4 4,4H10L12,6H19A2,2 0 0,1 21,8H21L4,8V18L6.14,10H23.21L20.93,18.5C20.7,19.37 19.92,20 19,20Z"}},[t.title?e("title",[t._v(t._s(t.title))]):t._e()])])])}),[],!1,null,null,null).exports,us={name:"KeyIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},ds=(0,Ht.Z)(us,(function(){var t=this,e=t._self._c;return e("span",t._b({staticClass:"material-design-icon key-icon",attrs:{"aria-hidden":!t.title,"aria-label":t.title,role:"img"},on:{click:function(e){return t.$emit("click",e)}}},"span",t.$attrs,!1),[e("svg",{staticClass:"material-design-icon__svg",attrs:{fill:t.fillColor,width:t.size,height:t.size,viewBox:"0 0 24 24"}},[e("path",{attrs:{d:"M7 14C5.9 14 5 13.1 5 12S5.9 10 7 10 9 10.9 9 12 8.1 14 7 14M12.6 10C11.8 7.7 9.6 6 7 6C3.7 6 1 8.7 1 12S3.7 18 7 18C9.6 18 11.8 16.3 12.6 14H16V18H20V14H23V10H12.6Z"}},[t.title?e("title",[t._v(t._s(t.title))]):t._e()])])])}),[],!1,null,null,null).exports,ms={name:"NetworkIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},ps=(0,Ht.Z)(ms,(function(){var t=this,e=t._self._c;return e("span",t._b({staticClass:"material-design-icon network-icon",attrs:{"aria-hidden":!t.title,"aria-label":t.title,role:"img"},on:{click:function(e){return t.$emit("click",e)}}},"span",t.$attrs,!1),[e("svg",{staticClass:"material-design-icon__svg",attrs:{fill:t.fillColor,width:t.size,height:t.size,viewBox:"0 0 24 24"}},[e("path",{attrs:{d:"M17,3A2,2 0 0,1 19,5V15A2,2 0 0,1 17,17H13V19H14A1,1 0 0,1 15,20H22V22H15A1,1 0 0,1 14,23H10A1,1 0 0,1 9,22H2V20H9A1,1 0 0,1 10,19H11V17H7C5.89,17 5,16.1 5,15V5A2,2 0 0,1 7,3H17Z"}},[t.title?e("title",[t._v(t._s(t.title))]):t._e()])])])}),[],!1,null,null,null).exports,fs={name:"TagIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},gs=(0,Ht.Z)(fs,(function(){var t=this,e=t._self._c;return e("span",t._b({staticClass:"material-design-icon tag-icon",attrs:{"aria-hidden":!t.title,"aria-label":t.title,role:"img"},on:{click:function(e){return t.$emit("click",e)}}},"span",t.$attrs,!1),[e("svg",{staticClass:"material-design-icon__svg",attrs:{fill:t.fillColor,width:t.size,height:t.size,viewBox:"0 0 24 24"}},[e("path",{attrs:{d:"M5.5,7A1.5,1.5 0 0,1 4,5.5A1.5,1.5 0 0,1 5.5,4A1.5,1.5 0 0,1 7,5.5A1.5,1.5 0 0,1 5.5,7M21.41,11.58L12.41,2.58C12.05,2.22 11.55,2 11,2H4C2.89,2 2,2.89 2,4V11C2,11.55 2.22,12.05 2.59,12.41L11.58,21.41C11.95,21.77 12.45,22 13,22C13.55,22 14.05,21.77 14.41,21.41L21.41,14.41C21.78,14.05 22,13.55 22,13C22,12.44 21.77,11.94 21.41,11.58Z"}},[t.title?e("title",[t._v(t._s(t.title))]):t._e()])])])}),[],!1,null,null,null).exports,hs={name:"PlayCircleIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},As=(0,Ht.Z)(hs,(function(){var t=this,e=t._self._c;return e("span",t._b({staticClass:"material-design-icon play-circle-icon",attrs:{"aria-hidden":!t.title,"aria-label":t.title,role:"img"},on:{click:function(e){return t.$emit("click",e)}}},"span",t.$attrs,!1),[e("svg",{staticClass:"material-design-icon__svg",attrs:{fill:t.fillColor,width:t.size,height:t.size,viewBox:"0 0 24 24"}},[e("path",{attrs:{d:"M10,16.5V7.5L16,12M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z"}},[t.title?e("title",[t._v(t._s(t.title))]):t._e()])])])}),[],!1,null,null,null).exports,ws={name:"CollectivesIcon",props:{title:{type:String,default:""},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},ys=(0,Ht.Z)(ws,(function(){var t=this,e=t._self._c;return e("span",t._b({staticClass:"material-design-icon collectives-icon",attrs:{"aria-hidden":!t.title,"aria-label":t.title,role:"img"},on:{click:function(e){return t.$emit("click",e)}}},"span",t.$attrs,!1),[e("svg",{staticClass:"material-design-icon__svg",attrs:{fill:t.fillColor,width:t.size,height:t.size,viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M2.9,8.8c0-1.2,0.4-2.4,1.2-3.3L0.3,6c-0.2,0-0.3,0.3-0.1,0.4l2.7,2.6C2.9,9,2.9,8.9,2.9,8.8z"}}),t._v(" "),e("path",{attrs:{d:"M8,3.7c0.7,0,1.3,0.1,1.9,0.4L8.2,0.6c-0.1-0.2-0.3-0.2-0.4,0L6.1,4C6.7,3.8,7.3,3.7,8,3.7z"}}),t._v(" "),e("path",{attrs:{d:"M3.7,11.5L3,15.2c0,0.2,0.2,0.4,0.4,0.3l3.3-1.7C5.4,13.4,4.4,12.6,3.7,11.5z"}}),t._v(" "),e("path",{attrs:{d:"M15.7,6l-3.7-0.5c0.7,0.9,1.2,2,1.2,3.3c0,0.1,0,0.2,0,0.3l2.7-2.6C15.9,6.3,15.9,6.1,15.7,6z"}}),t._v(" "),e("path",{attrs:{d:"M12.3,11.5c-0.7,1.1-1.8,1.9-3,2.2l3.3,1.7c0.2,0.1,0.4-0.1,0.4-0.3L12.3,11.5z"}}),t._v(" "),e("path",{attrs:{d:"M9.6,10.1c-0.4,0.5-1,0.8-1.6,0.8c-1.1,0-2-0.9-2.1-2C5.9,7.7,6.8,6.7,8,6.7c0.6,0,1.1,0.3,1.5,0.7 c0.1,0.1,0.1,0.1,0.2,0.1h1.4c0.2,0,0.4-0.2,0.3-0.5c-0.7-1.3-2.1-2.2-3.8-2.1C5.8,5,4.3,6.6,4.1,8.5C4,10.8,5.8,12.7,8,12.7 c1.6,0,2.9-0.9,3.5-2.3c0.1-0.2-0.1-0.4-0.3-0.4H9.9C9.8,10,9.7,10,9.6,10.1z"}})])])}),[],!1,null,null,null).exports,vs=(0,r.defineComponent)({name:"FavoriteIcon",components:{NcIconSvgWrapper:Yt.Z},data:()=>({StarSvg:''}),async mounted(){await this.$nextTick();const t=this.$el.querySelector("svg");t?.setAttribute?.("viewBox","-4 -4 30 30")},methods:{t:Rt.Iu}});var bs=s(99292),Cs={};Cs.styleTagTransform=Fe(),Cs.setAttributes=Se(),Cs.insert=ke().bind(null,"head"),Cs.domAPI=_e(),Cs.insertStyleElement=Ne(),Ce()(bs.Z,Cs),bs.Z&&bs.Z.locals&&bs.Z.locals;const xs=(0,Ht.Z)(vs,(function(){var t=this,e=t._self._c;return t._self._setupProxy,e("NcIconSvgWrapper",{staticClass:"favorite-marker-icon",attrs:{name:t.t("files","Favorite"),svg:t.StarSvg}})}),[],!1,null,"04e52abc",null).exports,_s=r.default.extend({name:"FileEntryPreview",components:{AccountGroupIcon:ss.Z,AccountPlusIcon:rs,CollectivesIcon:ys,FavoriteIcon:xs,FileIcon:os,FolderIcon:$e,FolderOpenIcon:cs,KeyIcon:ds,LinkIcon:Vt.Z,NetworkIcon:ps,TagIcon:gs},props:{source:{type:Object,required:!0},dragover:{type:Boolean,default:!1},gridMode:{type:Boolean,default:!1}},setup:()=>({userConfigStore:pe()}),data:()=>({backgroundFailed:void 0}),computed:{fileid(){return this.source?.fileid?.toString?.()},isFavorite(){return 1===this.source.attributes.favorite},userConfig(){return this.userConfigStore.userConfig},cropPreviews(){return!0===this.userConfig.crop_image_previews},previewUrl(){if(this.source.type===lt.Tv.Folder)return null;if(!0===this.backgroundFailed)return null;try{const t=this.source.attributes.previewUrl||(0,ce.generateUrl)("/core/preview?fileId={fileid}",{fileid:this.fileid}),e=new URL(window.location.origin+t);return e.searchParams.set("x",this.gridMode?"128":"32"),e.searchParams.set("y",this.gridMode?"128":"32"),e.searchParams.set("mimeFallback","true"),e.searchParams.set("a",!0===this.cropPreviews?"0":"1"),e.href}catch(t){return null}},fileOverlay(){return void 0!==this.source.attributes["metadata-files-live-photo"]?As:null},folderOverlay(){if(this.source.type!==lt.Tv.Folder)return null;if(1===this.source?.attributes?.["is-encrypted"])return ds;if(this.source?.attributes?.["is-tag"])return gs;const t=Object.values(this.source?.attributes?.["share-types"]||{}).flat();if(t.some((t=>t===Mt.D.SHARE_TYPE_LINK||t===Mt.D.SHARE_TYPE_EMAIL)))return Vt.Z;if(t.length>0)return rs;switch(this.source?.attributes?.["mount-type"]){case"external":case"external-session":return ps;case"group":return ss.Z;case"collective":return ys}return null}},methods:{reset(){!0===this.backgroundFailed&&this.$refs.previewImg&&(this.$refs.previewImg.src=""),this.backgroundFailed=void 0},t:Rt.Iu}}),Ts=(0,Ht.Z)(_s,(function(){var t=this,e=t._self._c;return t._self._setupProxy,e("span",{staticClass:"files-list__row-icon"},["folder"===t.source.type?[t.dragover?t._m(0):[t._m(1),t._v(" "),t.folderOverlay?e(t.folderOverlay,{tag:"OverlayIcon",staticClass:"files-list__row-icon-overlay"}):t._e()]]:t.previewUrl&&!0!==t.backgroundFailed?e("img",{ref:"previewImg",staticClass:"files-list__row-icon-preview",class:{"files-list__row-icon-preview--loaded":!1===t.backgroundFailed},attrs:{alt:"",loading:"lazy",src:t.previewUrl},on:{error:function(e){t.backgroundFailed=!0},load:function(e){t.backgroundFailed=!1}}}):t._m(2),t._v(" "),t.isFavorite?e("span",{staticClass:"files-list__row-icon-favorite"},[t._m(3)],1):t._e(),t._v(" "),t.fileOverlay?e(t.fileOverlay,{tag:"OverlayIcon",staticClass:"files-list__row-icon-overlay files-list__row-icon-overlay--file"}):t._e()],2)}),[function(){var t=this._self._c;return this._self._setupProxy,t("FolderOpenIcon")},function(){var t=this._self._c;return this._self._setupProxy,t("FolderIcon")},function(){var t=this._self._c;return this._self._setupProxy,t("FileIcon")},function(){var t=this._self._c;return this._self._setupProxy,t("FavoriteIcon")}],!1,null,null,null).exports;r.default.directive("onClickOutside",De.hs);const ks=(0,r.defineComponent)({name:"FileEntry",components:{CustomElementRender:Bn,FileEntryActions:Yn,FileEntryCheckbox:Qn,FileEntryName:ns,FileEntryPreview:Ts,NcDateTime:Pn.Z},props:{isMtimeAvailable:{type:Boolean,default:!1},isSizeAvailable:{type:Boolean,default:!1},source:{type:[lt.gt,lt.$B,lt.NB],required:!0},nodes:{type:Array,required:!0},filesListWidth:{type:Number,default:0},compact:{type:Boolean,default:!1}},setup:()=>({actionsMenuStore:Nn(),draggingStore:In(),filesStore:re(),renamingStore:Fn(),selectionStore:oe()}),data:()=>({loading:"",dragover:!1}),computed:{rowListeners(){return{...this.isRenaming?{}:{dragstart:this.onDragStart,dragover:this.onDragOver},contextmenu:this.onRightClick,dragleave:this.onDragLeave,dragend:this.onDragEnd,drop:this.onDrop}},currentView(){return this.$navigation.active},columns(){return this.filesListWidth<512||this.compact?[]:this.currentView?.columns||[]},currentDir(){return(this.$route?.query?.dir?.toString()||"/").replace(/^(.+)\/$/,"$1")},currentFileId(){return this.$route.params?.fileid||this.$route.query?.fileid||null},fileid(){return this.source?.fileid?.toString?.()},uniqueId(){return Ln(this.source.source)},isLoading(){return this.source.status===lt.e4.LOADING},extension(){return this.source.attributes?.displayName?(0,mt.extname)(this.source.attributes.displayName):this.source.extension||""},displayName(){const t=this.extension,e=this.source.attributes.displayName||this.source.basename;return t?e.slice(0,0-t.length):e},size(){const t=parseInt(this.source.size,10)||0;return"number"!=typeof t||t<0?(0,Rt.Iu)("files","Pending"):(0,lt.sS)(t,!0)},sizeOpacity(){const t=parseInt(this.source.size,10)||0;return!t||t<0?{}:{color:`color-mix(in srgb, var(--color-main-text) ${Math.round(Math.min(100,100*Math.pow(this.source.size/10485760,2)))}%, var(--color-text-maxcontrast))`}},mtimeOpacity(){const t=26784e5,e=this.source.mtime?.getTime?.();if(!e)return{};const n=Math.round(Math.min(100,100*(t-(Date.now()-e))/t));return n<0?{}:{color:`color-mix(in srgb, var(--color-main-text) ${n}%, var(--color-text-maxcontrast))`}},mtimeTitle(){return this.source.mtime?Ue()(this.source.mtime).format("LLL"):""},draggingFiles(){return this.draggingStore.dragging},selectedFiles(){return this.selectionStore.selected},isSelected(){return this.selectedFiles.includes(this.fileid)},isRenaming(){return this.renamingStore.renamingNode===this.source},isRenamingSmallScreen(){return this.isRenaming&&this.filesListWidth<512},isActive(){return this.fileid===this.currentFileId?.toString?.()},canDrag(){if(this.isRenaming)return!1;const t=t=>0!=(t?.permissions<.y3.UPDATE);return this.selectedFiles.length>0?this.selectedFiles.map((t=>this.filesStore.getNode(t))).every(t):t(this.source)},canDrop(){return this.source.type===lt.Tv.Folder&&!this.draggingFiles.includes(this.fileid)&&0!=(this.source.permissions<.y3.CREATE)},openedMenu:{get(){return this.actionsMenuStore.opened===this.uniqueId},set(t){this.actionsMenuStore.opened=t?this.uniqueId:null}}},watch:{source(){this.resetState()}},beforeDestroy(){this.resetState()},methods:{resetState(){this.loading="",this.$refs.preview.reset(),this.openedMenu=!1},onRightClick(t){if(this.openedMenu)return;const e=this.selectedFiles.length>1;this.actionsMenuStore.opened=this.isSelected&&e?"global":this.uniqueId,t.preventDefault(),t.stopPropagation()},execDefaultAction(){this.$refs.actions.execDefaultAction(...arguments)},openDetailsIfAvailable(t){t.preventDefault(),t.stopPropagation(),ie?.enabled?.([this.source],this.currentView)&&ie.exec(this.source,this.currentView,this.currentDir)},onDragOver(t){this.dragover=this.canDrop,this.canDrop?t.ctrlKey?t.dataTransfer.dropEffect="copy":t.dataTransfer.dropEffect="move":t.dataTransfer.dropEffect="none"},onDragLeave(t){const e=t.currentTarget;e?.contains(t.relatedTarget)||(this.dragover=!1)},async onDragStart(t){if(t.stopPropagation(),!this.canDrag)return t.preventDefault(),void t.stopPropagation();se.debug("Drag started"),this.renamingStore.$reset(),this.selectedFiles.includes(this.fileid)?this.draggingStore.set(this.selectedFiles):this.draggingStore.set([this.fileid]);const e=this.draggingStore.dragging.map((t=>this.filesStore.getNode(t))),n=await Je(e);t.dataTransfer?.setDragImage(n,-10,-10)},onDragEnd(){this.draggingStore.reset(),this.dragover=!1,se.debug("Drag ended")},async onDrop(t){if(!this.draggingFiles&&!t.dataTransfer?.files?.length)return;if(t.preventDefault(),t.stopPropagation(),!this.canDrop||0!==t.button)return;const e=t.ctrlKey;if(this.dragover=!1,se.debug("Dropped",{event:t,selection:this.draggingFiles}),t.dataTransfer?.files?.length>0){const e=(0,zt.g)();return t.dataTransfer.files.forEach((t=>{e.upload((0,mt.join)(this.source.path,t.name),t)})),void se.debug(`Uploading files to ${this.source.path}`)}this.draggingFiles.map((t=>this.filesStore.getNode(t))).forEach((async t=>{r.default.set(t,"status",lt.e4.LOADING);try{await En(t,this.source,e?xn.COPY:xn.MOVE)}catch(n){se.error("Error while moving file",{error:n}),e?(0,Ut.x2)((0,Rt.Iu)("files","Could not copy {file}. {message}",{file:t.basename,message:n.message||""})):(0,Ut.x2)((0,Rt.Iu)("files","Could not move {file}. {message}",{file:t.basename,message:n.message||""}))}finally{r.default.set(t,"status",void 0)}})),this.draggingFiles.some((t=>this.selectedFiles.includes(t)))&&(se.debug("Dropped selection, resetting select store..."),this.selectionStore.reset())},t:Rt.Iu,formatFileSize:lt.sS}}),Es=ks,Ss=(0,Ht.Z)(Es,(function(){var t=this,e=t._self._c;return t._self._setupProxy,e("tr",t._g({staticClass:"files-list__row",class:{"files-list__row--dragover":t.dragover,"files-list__row--loading":t.isLoading},attrs:{"data-cy-files-list-row":"","data-cy-files-list-row-fileid":t.fileid,"data-cy-files-list-row-name":t.source.basename,draggable:t.canDrag}},t.rowListeners),[t.source.attributes.failed?e("span",{staticClass:"files-list__row--failed"}):t._e(),t._v(" "),e("FileEntryCheckbox",{attrs:{"display-name":t.displayName,fileid:t.fileid,"is-loading":t.isLoading,nodes:t.nodes}}),t._v(" "),e("td",{staticClass:"files-list__row-name",attrs:{"data-cy-files-list-row-name":""}},[e("FileEntryPreview",{ref:"preview",attrs:{source:t.source,dragover:t.dragover},nativeOn:{click:function(e){return t.execDefaultAction.apply(null,arguments)}}}),t._v(" "),e("FileEntryName",{ref:"name",attrs:{"display-name":t.displayName,extension:t.extension,"files-list-width":t.filesListWidth,nodes:t.nodes,source:t.source},on:{click:t.execDefaultAction}})],1),t._v(" "),e("FileEntryActions",{directives:[{name:"show",rawName:"v-show",value:!t.isRenamingSmallScreen,expression:"!isRenamingSmallScreen"}],ref:"actions",class:`files-list__row-actions-${t.uniqueId}`,attrs:{"files-list-width":t.filesListWidth,loading:t.loading,opened:t.openedMenu,source:t.source},on:{"update:loading":function(e){t.loading=e},"update:opened":function(e){t.openedMenu=e}}}),t._v(" "),!t.compact&&t.isSizeAvailable?e("td",{staticClass:"files-list__row-size",style:t.sizeOpacity,attrs:{"data-cy-files-list-row-size":""},on:{click:t.openDetailsIfAvailable}},[e("span",[t._v(t._s(t.size))])]):t._e(),t._v(" "),!t.compact&&t.isMtimeAvailable?e("td",{staticClass:"files-list__row-mtime",style:t.mtimeOpacity,attrs:{"data-cy-files-list-row-mtime":""},on:{click:t.openDetailsIfAvailable}},[e("NcDateTime",{attrs:{timestamp:t.source.mtime,"ignore-seconds":!0}})],1):t._e(),t._v(" "),t._l(t.columns,(function(n){return e("td",{key:n.id,staticClass:"files-list__row-column-custom",class:`files-list__row-${t.currentView?.id}-${n.id}`,attrs:{"data-cy-files-list-row-column-custom":n.id},on:{click:t.openDetailsIfAvailable}},[e("CustomElementRender",{attrs:{"current-view":t.currentView,render:n.render,source:t.source}})],1)}))],2)}),[],!1,null,null,null).exports;r.default.directive("onClickOutside",De.hs);const Ls=r.default.extend({name:"FileEntryGrid",components:{FileEntryActions:Yn,FileEntryCheckbox:Qn,FileEntryName:ns,FileEntryPreview:Ts},inheritAttrs:!1,props:{source:{type:[lt.gt,lt.$B,lt.NB],required:!0},nodes:{type:Array,required:!0},filesListWidth:{type:Number,default:0}},setup:()=>({actionsMenuStore:Nn(),draggingStore:In(),filesStore:re(),renamingStore:Fn(),selectionStore:oe()}),data:()=>({loading:"",dragover:!1}),computed:{currentView(){return this.$navigation.active},currentDir(){return(this.$route?.query?.dir?.toString()||"/").replace(/^(.+)\/$/,"$1")},currentFileId(){return this.$route.params?.fileid||this.$route.query?.fileid||null},fileid(){return this.source?.fileid?.toString?.()},uniqueId(){return Ln(this.source.source)},isLoading(){return this.source.status===lt.e4.LOADING},extension(){return this.source.attributes?.displayName?(0,mt.extname)(this.source.attributes.displayName):this.source.extension||""},displayName(){const t=this.extension,e=this.source.attributes.displayName||this.source.basename;return t?e.slice(0,0-t.length):e},draggingFiles(){return this.draggingStore.dragging},selectedFiles(){return this.selectionStore.selected},isSelected(){return this.selectedFiles.includes(this.fileid)},isRenaming(){return this.renamingStore.renamingNode===this.source},isActive(){return this.fileid===this.currentFileId?.toString?.()},canDrag(){const t=t=>0!=(t?.permissions<.y3.UPDATE);return this.selectedFiles.length>0?this.selectedFiles.map((t=>this.filesStore.getNode(t))).every(t):t(this.source)},canDrop(){return this.source.type===lt.Tv.Folder&&!this.draggingFiles.includes(this.fileid)&&0!=(this.source.permissions<.y3.CREATE)},openedMenu:{get(){return this.actionsMenuStore.opened===this.uniqueId},set(t){this.actionsMenuStore.opened=t?this.uniqueId:null}}},watch:{source(){this.resetState()}},beforeDestroy(){this.resetState()},methods:{resetState(){this.loading="",this.$refs.preview.reset(),this.openedMenu=!1},onRightClick(t){if(this.openedMenu)return;const e=this.selectedFiles.length>1;this.actionsMenuStore.opened=this.isSelected&&e?"global":this.uniqueId,t.preventDefault(),t.stopPropagation()},execDefaultAction(){this.$refs.actions.execDefaultAction(...arguments)},openDetailsIfAvailable(t){t.preventDefault(),t.stopPropagation(),ie?.enabled?.([this.source],this.currentView)&&ie.exec(this.source,this.currentView,this.currentDir)},onDragOver(t){this.dragover=this.canDrop,this.canDrop?t.ctrlKey?t.dataTransfer.dropEffect="copy":t.dataTransfer.dropEffect="move":t.dataTransfer.dropEffect="none"},onDragLeave(t){const e=t.currentTarget;e?.contains(t.relatedTarget)||(this.dragover=!1)},async onDragStart(t){if(t.stopPropagation(),!this.canDrag)return t.preventDefault(),void t.stopPropagation();se.debug("Drag started"),this.renamingStore.$reset(),this.selectedFiles.includes(this.fileid)?this.draggingStore.set(this.selectedFiles):this.draggingStore.set([this.fileid]);const e=this.draggingStore.dragging.map((t=>this.filesStore.getNode(t))),n=await Je(e);t.dataTransfer?.setDragImage(n,-10,-10)},onDragEnd(){this.draggingStore.reset(),this.dragover=!1,se.debug("Drag ended")},async onDrop(t){if(t.preventDefault(),t.stopPropagation(),!this.canDrop||0!==t.button)return;const e=t.ctrlKey;if(this.dragover=!1,se.debug("Dropped",{event:t,selection:this.draggingFiles}),t.dataTransfer?.files?.length>0){const e=(0,zt.g)();return t.dataTransfer.files.forEach((t=>{e.upload((0,mt.join)(this.source.path,t.name),t)})),void se.debug(`Uploading files to ${this.source.path}`)}this.draggingFiles.map((t=>this.filesStore.getNode(t))).forEach((async t=>{r.default.set(t,"status",lt.e4.LOADING);try{await En(t,this.source,e?xn.COPY:xn.MOVE)}catch(n){se.error("Error while moving file",{error:n}),e?(0,Ut.x2)((0,Rt.Iu)("files","Could not copy {file}. {message}",{file:t.basename,message:n.message||""})):(0,Ut.x2)((0,Rt.Iu)("files","Could not move {file}. {message}",{file:t.basename,message:n.message||""}))}finally{r.default.set(t,"status",void 0)}})),this.draggingFiles.some((t=>this.selectedFiles.includes(t)))&&(se.debug("Dropped selection, resetting select store..."),this.selectionStore.reset())},t:Rt.Iu}}),Ns=Ls,Is=(0,Ht.Z)(Ns,(function(){var t=this,e=t._self._c;return t._self._setupProxy,e("tr",{staticClass:"files-list__row",class:{"files-list__row--active":t.isActive,"files-list__row--dragover":t.dragover,"files-list__row--loading":t.isLoading},attrs:{"data-cy-files-list-row":"","data-cy-files-list-row-fileid":t.fileid,"data-cy-files-list-row-name":t.source.basename,draggable:t.canDrag},on:{contextmenu:t.onRightClick,dragover:t.onDragOver,dragleave:t.onDragLeave,dragstart:t.onDragStart,dragend:t.onDragEnd,drop:t.onDrop}},[t.source.attributes.failed?e("span",{staticClass:"files-list__row--failed"}):t._e(),t._v(" "),e("FileEntryCheckbox",{attrs:{"display-name":t.displayName,fileid:t.fileid,"is-loading":t.isLoading,nodes:t.nodes}}),t._v(" "),e("td",{staticClass:"files-list__row-name",attrs:{"data-cy-files-list-row-name":""}},[e("FileEntryPreview",{ref:"preview",attrs:{dragover:t.dragover,"grid-mode":!0,source:t.source},nativeOn:{click:function(e){return t.execDefaultAction.apply(null,arguments)}}}),t._v(" "),e("FileEntryName",{ref:"name",attrs:{"display-name":t.displayName,extension:t.extension,"files-list-width":t.filesListWidth,"grid-mode":!0,nodes:t.nodes,source:t.source},on:{click:t.execDefaultAction}})],1),t._v(" "),e("FileEntryActions",{ref:"actions",class:`files-list__row-actions-${t.uniqueId}`,attrs:{"files-list-width":t.filesListWidth,"grid-mode":!0,loading:t.loading,opened:t.openedMenu,source:t.source},on:{"update:loading":function(e){t.loading=e},"update:opened":function(e){t.openedMenu=e}}})],1)}),[],!1,null,null,null).exports;var Fs=s(25108);const Ps={name:"FilesListHeader",props:{header:{type:Object,required:!0},currentFolder:{type:Object,required:!0},currentView:{type:Object,required:!0}},computed:{enabled(){return this.header.enabled(this.currentFolder,this.currentView)}},watch:{enabled(t){t&&this.header.updated(this.currentFolder,this.currentView)},currentFolder(){this.header.updated(this.currentFolder,this.currentView)}},mounted(){Fs.debug("Mounted",this.header.id),this.header.render(this.$refs.mount,this.currentFolder,this.currentView)}},Os=(0,Ht.Z)(Ps,(function(){var t=this,e=t._self._c;return e("div",{directives:[{name:"show",rawName:"v-show",value:t.enabled,expression:"enabled"}],class:`files-list__header-${t.header.id}`},[e("span",{ref:"mount"})])}),[],!1,null,null,null).exports,Bs=r.default.extend({name:"FilesListTableFooter",components:{},props:{isMtimeAvailable:{type:Boolean,default:!1},isSizeAvailable:{type:Boolean,default:!1},nodes:{type:Array,required:!0},summary:{type:String,default:""},filesListWidth:{type:Number,default:0}},setup(){const t=ae();return{filesStore:re(),pathsStore:t}},computed:{currentView(){return this.$navigation.active},dir(){return(this.$route?.query?.dir||"/").replace(/^(.+)\/$/,"$1")},currentFolder(){if(!this.currentView?.id)return;if("/"===this.dir)return this.filesStore.getRoot(this.currentView.id);const t=this.pathsStore.getPath(this.currentView.id,this.dir);return this.filesStore.getNode(t)},columns(){return this.filesListWidth<512?[]:this.currentView?.columns||[]},totalSize(){return this.currentFolder?.size?(0,lt.sS)(this.currentFolder.size,!0):(0,lt.sS)(this.nodes.reduce(((t,e)=>t+e.size||0),0),!0)}},methods:{classForColumn(t){return{"files-list__row-column-custom":!0,[`files-list__row-${this.currentView.id}-${t.id}`]:!0}},t:Rt.Iu}});var Ds=s(68252),js={};js.styleTagTransform=Fe(),js.setAttributes=Se(),js.insert=ke().bind(null,"head"),js.domAPI=_e(),js.insertStyleElement=Ne(),Ce()(Ds.Z,js),Ds.Z&&Ds.Z.locals&&Ds.Z.locals;const Us=(0,Ht.Z)(Bs,(function(){var t=this,e=t._self._c;return t._self._setupProxy,e("tr",[e("th",{staticClass:"files-list__row-checkbox"},[e("span",{staticClass:"hidden-visually"},[t._v(t._s(t.t("files","Total rows summary")))])]),t._v(" "),e("td",{staticClass:"files-list__row-name"},[e("span",{staticClass:"files-list__row-icon"}),t._v(" "),e("span",[t._v(t._s(t.summary))])]),t._v(" "),e("td",{staticClass:"files-list__row-actions"}),t._v(" "),t.isSizeAvailable?e("td",{staticClass:"files-list__column files-list__row-size"},[e("span",[t._v(t._s(t.totalSize))])]):t._e(),t._v(" "),t.isMtimeAvailable?e("td",{staticClass:"files-list__column files-list__row-mtime"}):t._e(),t._v(" "),t._l(t.columns,(function(n){return e("th",{key:n.id,class:t.classForColumn(n)},[e("span",[t._v(t._s(n.summary?.(t.nodes,t.currentView)))])])}))],2)}),[],!1,null,"58f7b64d",null).exports,Rs=r.default.extend({data:()=>({filesListWidth:null}),mounted(){const t=document.querySelector("#app-content-vue");this.filesListWidth=t?.clientWidth??null,this.$resizeObserver=new ResizeObserver((e=>{e.length>0&&e[0].target===t&&(this.filesListWidth=e[0].contentRect.width)})),this.$resizeObserver.observe(t)},beforeDestroy(){this.$resizeObserver.disconnect()}}),Ms=(0,lt.Vn)(),zs=r.default.extend({name:"FilesListTableHeaderActions",components:{NcActions:zn.Z,NcActionButton:Mn.Z,NcIconSvgWrapper:Yt.Z,NcLoadingIcon:Kt.Z},mixins:[Rs],props:{currentView:{type:Object,required:!0},selectedNodes:{type:Array,default:()=>[]}},setup:()=>({actionsMenuStore:Nn(),filesStore:re(),selectionStore:oe()}),data:()=>({loading:null}),computed:{dir(){return(this.$route?.query?.dir||"/").replace(/^(.+)\/$/,"$1")},enabledActions(){return Ms.filter((t=>t.execBatch)).filter((t=>!t.enabled||t.enabled(this.nodes,this.currentView))).sort(((t,e)=>(t.order||0)-(e.order||0)))},nodes(){return this.selectedNodes.map((t=>this.getNode(t))).filter((t=>t))},areSomeNodesLoading(){return this.nodes.some((t=>t.status===lt.e4.LOADING))},openedMenu:{get(){return"global"===this.actionsMenuStore.opened},set(t){this.actionsMenuStore.opened=t?"global":null}},inlineActions(){return this.filesListWidth<512?0:this.filesListWidth<768?1:this.filesListWidth<1024?2:3}},methods:{getNode(t){return this.filesStore.getNode(t)},async onActionClick(t){const e=t.displayName(this.nodes,this.currentView),n=this.selectedNodes;try{this.loading=t.id,this.nodes.forEach((t=>{r.default.set(t,"status",lt.e4.LOADING)}));const s=await t.execBatch(this.nodes,this.currentView,this.dir);if(!s.some((t=>null!==t)))return void this.selectionStore.reset();if(s.some((t=>!1===t))){const t=n.filter(((t,e)=>!1===s[e]));return this.selectionStore.set(t),void(0,Ut.x2)(this.t("files",'"{displayName}" failed on some elements ',{displayName:e}))}(0,Ut.s$)(this.t("files",'"{displayName}" batch action executed successfully',{displayName:e})),this.selectionStore.reset()}catch(n){se.error("Error while executing action",{action:t,e:n}),(0,Ut.x2)(this.t("files",'"{displayName}" action failed',{displayName:e}))}finally{this.loading=null,this.nodes.forEach((t=>{r.default.set(t,"status",void 0)}))}},t:Rt.Iu}}),Vs=zs;var $s=s(65769),Hs={};Hs.styleTagTransform=Fe(),Hs.setAttributes=Se(),Hs.insert=ke().bind(null,"head"),Hs.domAPI=_e(),Hs.insertStyleElement=Ne(),Ce()($s.Z,Hs),$s.Z&&$s.Z.locals&&$s.Z.locals;var qs=(0,Ht.Z)(Vs,(function(){var t=this,e=t._self._c;return t._self._setupProxy,e("th",{staticClass:"files-list__column files-list__row-actions-batch",attrs:{colspan:"2"}},[e("NcActions",{ref:"actionsMenu",attrs:{disabled:!!t.loading||t.areSomeNodesLoading,"force-name":!0,inline:t.inlineActions,"menu-name":t.inlineActions<=1?t.t("files","Actions"):null,open:t.openedMenu},on:{"update:open":function(e){t.openedMenu=e}}},t._l(t.enabledActions,(function(n){return e("NcActionButton",{key:n.id,class:"files-list__row-actions-batch-"+n.id,on:{click:function(e){return t.onActionClick(n)}},scopedSlots:t._u([{key:"icon",fn:function(){return[t.loading===n.id?e("NcLoadingIcon",{attrs:{size:18}}):e("NcIconSvgWrapper",{attrs:{svg:n.iconSvgInline(t.nodes,t.currentView)}})]},proxy:!0}],null,!0)},[t._v("\n\t\t\t"+t._s(n.displayName(t.nodes,t.currentView))+"\n\t\t")])})),1)],1)}),[],!1,null,"72bacee0",null);const Zs=qs.exports;var Gs=s(63198),Ws=s(7290);const Ys=r.default.extend({computed:{...(Js=ge,Qs=["getConfig","setSortingBy","toggleSortingDirection"],Array.isArray(Qs)?Qs.reduce(((t,e)=>(t[e]=function(){return Js(this.$pinia)[e]},t)),{}):Object.keys(Qs).reduce(((t,e)=>(t[e]=function(){const t=Js(this.$pinia),n=Qs[e];return"function"==typeof n?n.call(this,t):t[n]},t)),{})),currentView(){return this.$navigation.active},sortingMode(){return this.getConfig(this.currentView.id)?.sorting_mode||this.currentView?.defaultSortKey||"basename"},isAscSorting(){const t=this.getConfig(this.currentView.id)?.sorting_direction;return"desc"!==t}},methods:{toggleSortBy(t){this.sortingMode!==t?this.setSortingBy(t,this.currentView.id):this.toggleSortingDirection(this.currentView.id)}}}),Ks=(0,r.defineComponent)({name:"FilesListTableHeaderButton",components:{MenuDown:Gs.Z,MenuUp:Ws.Z,NcButton:Gt.Z},mixins:[Ys],props:{name:{type:String,required:!0},mode:{type:String,required:!0}},methods:{t:Rt.Iu}});var Js,Qs,Xs=s(97704),ti={};ti.styleTagTransform=Fe(),ti.setAttributes=Se(),ti.insert=ke().bind(null,"head"),ti.domAPI=_e(),ti.insertStyleElement=Ne(),Ce()(Xs.Z,ti),Xs.Z&&Xs.Z.locals&&Xs.Z.locals;const ei=(0,Ht.Z)(Ks,(function(){var t=this,e=t._self._c;return t._self._setupProxy,e("NcButton",{class:["files-list__column-sort-button",{"files-list__column-sort-button--active":t.sortingMode===t.mode,"files-list__column-sort-button--size":"size"===t.sortingMode}],attrs:{alignment:"size"===t.mode?"end":"start-reverse",type:"tertiary"},on:{click:function(e){return t.toggleSortBy(t.mode)}},scopedSlots:t._u([{key:"icon",fn:function(){return[t.sortingMode!==t.mode||t.isAscSorting?e("MenuUp",{staticClass:"files-list__column-sort-button-icon"}):e("MenuDown",{staticClass:"files-list__column-sort-button-icon"})]},proxy:!0}])},[t._v(" "),e("span",{staticClass:"files-list__column-sort-button-text"},[t._v(t._s(t.name))])])}),[],!1,null,"2dd1845e",null).exports,ni=r.default.extend({name:"FilesListTableHeader",components:{FilesListTableHeaderButton:ei,NcCheckboxRadioSwitch:Kn.Z,FilesListTableHeaderActions:Zs},mixins:[Ys],props:{isMtimeAvailable:{type:Boolean,default:!1},isSizeAvailable:{type:Boolean,default:!1},nodes:{type:Array,required:!0},filesListWidth:{type:Number,default:0}},setup:()=>({filesStore:re(),selectionStore:oe()}),computed:{currentView(){return this.$navigation.active},columns(){return this.filesListWidth<512?[]:this.currentView?.columns||[]},dir(){return(this.$route?.query?.dir||"/").replace(/^(.+)\/$/,"$1")},selectAllBind(){const t=this.isNoneSelected||this.isSomeSelected?this.t("files","Select all"):this.t("files","Unselect all");return{"aria-label":t,checked:this.isAllSelected,indeterminate:this.isSomeSelected,title:t}},selectedNodes(){return this.selectionStore.selected},isAllSelected(){return this.selectedNodes.length===this.nodes.length},isNoneSelected(){return 0===this.selectedNodes.length},isSomeSelected(){return!this.isAllSelected&&!this.isNoneSelected}},methods:{ariaSortForMode(t){return this.sortingMode===t?this.isAscSorting?"ascending":"descending":null},classForColumn(t){return{"files-list__column":!0,"files-list__column--sortable":!!t.sort,"files-list__row-column-custom":!0,[`files-list__row-${this.currentView.id}-${t.id}`]:!0}},onToggleAll(t){if(t){const t=this.nodes.map((t=>t.fileid.toString()));se.debug("Added all nodes to selection",{selection:t}),this.selectionStore.setLastIndex(null),this.selectionStore.set(t)}else se.debug("Cleared selection"),this.selectionStore.reset()},t:Rt.Iu}});var si=s(41002),ii={};ii.styleTagTransform=Fe(),ii.setAttributes=Se(),ii.insert=ke().bind(null,"head"),ii.domAPI=_e(),ii.insertStyleElement=Ne(),Ce()(si.Z,ii),si.Z&&si.Z.locals&&si.Z.locals;const ri=(0,Ht.Z)(ni,(function(){var t=this,e=t._self._c;return t._self._setupProxy,e("tr",{staticClass:"files-list__row-head"},[e("th",{staticClass:"files-list__column files-list__row-checkbox"},[e("NcCheckboxRadioSwitch",t._b({on:{"update:checked":t.onToggleAll}},"NcCheckboxRadioSwitch",t.selectAllBind,!1))],1),t._v(" "),t.isNoneSelected?[e("th",{staticClass:"files-list__column files-list__row-name files-list__column--sortable",attrs:{"aria-sort":t.ariaSortForMode("basename")}},[e("span",{staticClass:"files-list__row-icon"}),t._v(" "),e("FilesListTableHeaderButton",{attrs:{name:t.t("files","Name"),mode:"basename"}})],1),t._v(" "),e("th",{staticClass:"files-list__row-actions"}),t._v(" "),t.isSizeAvailable?e("th",{staticClass:"files-list__column files-list__row-size",class:{"files-list__column--sortable":t.isSizeAvailable},attrs:{"aria-sort":t.ariaSortForMode("size")}},[e("FilesListTableHeaderButton",{attrs:{name:t.t("files","Size"),mode:"size"}})],1):t._e(),t._v(" "),t.isMtimeAvailable?e("th",{staticClass:"files-list__column files-list__row-mtime",class:{"files-list__column--sortable":t.isMtimeAvailable},attrs:{"aria-sort":t.ariaSortForMode("mtime")}},[e("FilesListTableHeaderButton",{attrs:{name:t.t("files","Modified"),mode:"mtime"}})],1):t._e(),t._v(" "),t._l(t.columns,(function(n){return e("th",{key:n.id,class:t.classForColumn(n),attrs:{"aria-sort":t.ariaSortForMode(n.id)}},[n.sort?e("FilesListTableHeaderButton",{attrs:{name:n.title,mode:n.id}}):e("span",[t._v("\n\t\t\t\t"+t._s(n.title)+"\n\t\t\t")])],1)}))]:e("FilesListTableHeaderActions",{attrs:{"current-view":t.currentView,"selected-nodes":t.selectedNodes}})],2)}),[],!1,null,"585fdb03",null).exports;var ai=s(20296),oi=s(25108);const li=r.default.extend({name:"VirtualList",mixins:[Rs],props:{dataComponent:{type:[Object,Function],required:!0},dataKey:{type:String,required:!0},dataSources:{type:Array,required:!0},extraProps:{type:Object,default:()=>({})},scrollToIndex:{type:Number,default:0},gridMode:{type:Boolean,default:!1},caption:{type:String,default:""}},data(){return{index:this.scrollToIndex,beforeHeight:0,headerHeight:0,tableHeight:0,resizeObserver:null}},computed:{isReady(){return this.tableHeight>0},bufferItems(){return this.gridMode?this.columnCount:3},itemHeight(){return this.gridMode?197:55},itemWidth:()=>175,rowCount(){return Math.ceil((this.tableHeight-this.headerHeight)/this.itemHeight)+this.bufferItems/this.columnCount*2+1},columnCount(){return this.gridMode?Math.floor(this.filesListWidth/this.itemWidth):1},startIndex(){return Math.max(0,this.index-this.bufferItems)},shownItems(){return this.gridMode?this.rowCount*this.columnCount:this.rowCount},renderedItems(){if(!this.isReady)return[];const t=this.dataSources.slice(this.startIndex,this.startIndex+this.shownItems),e=t.filter((t=>Object.values(this.$_recycledPool).includes(t[this.dataKey]))).map((t=>t[this.dataKey])),n=Object.keys(this.$_recycledPool).filter((t=>!e.includes(this.$_recycledPool[t])));return t.map((t=>{const e=Object.values(this.$_recycledPool).indexOf(t[this.dataKey]);if(-1!==e)return{key:Object.keys(this.$_recycledPool)[e],item:t};const s=n.pop()||Math.random().toString(36).substr(2);return this.$_recycledPool[s]=t[this.dataKey],{key:s,item:t}}))},tbodyStyle(){const t=this.startIndex+this.rowCount>this.dataSources.length,e=this.dataSources.length-this.startIndex-this.shownItems,n=Math.floor(Math.min(this.dataSources.length-this.startIndex,e)/this.columnCount);return{paddingTop:Math.floor(this.startIndex/this.columnCount)*this.itemHeight+"px",paddingBottom:t?0:n*this.itemHeight+"px"}}},watch:{scrollToIndex(t){this.scrollTo(t)},columnCount(t,e){0!==e?this.scrollTo(this.index):oi.debug("VirtualList: columnCount is 0, skipping scroll")}},mounted(){const t=this.$refs?.before,e=this.$el,n=this.$refs?.thead;this.resizeObserver=new ResizeObserver((0,ai.debounce)((()=>{this.beforeHeight=t?.clientHeight??0,this.headerHeight=n?.clientHeight??0,this.tableHeight=e?.clientHeight??0,se.debug("VirtualList: resizeObserver updated"),this.onScroll()}),100,!1)),this.resizeObserver.observe(t),this.resizeObserver.observe(e),this.resizeObserver.observe(n),this.scrollToIndex&&this.scrollTo(this.scrollToIndex),this.$el.addEventListener("scroll",this.onScroll,{passive:!0}),this.$_recycledPool={}},beforeDestroy(){this.resizeObserver&&this.resizeObserver.disconnect()},methods:{scrollTo(t){this.index=t;const e=(Math.floor(t/this.columnCount)-.5)*this.itemHeight+this.beforeHeight;se.debug("VirtualList: scrolling to index "+t,{scrollTop:e,columnCount:this.columnCount}),this.$el.scrollTop=e},onScroll(){this._onScrollHandle??=requestAnimationFrame((()=>{this._onScrollHandle=null;const t=this.$el.scrollTop-this.beforeHeight,e=Math.floor(t/this.itemHeight)*this.columnCount;this.index=Math.max(0,e),this.$emit("scroll")}))}}}),ci=(0,Ht.Z)(li,(function(){var t=this,e=t._self._c;return t._self._setupProxy,e("div",{staticClass:"files-list",attrs:{"data-cy-files-list":""}},[e("div",{ref:"before",staticClass:"files-list__before"},[t._t("before")],2),t._v(" "),e("table",{staticClass:"files-list__table"},[t.caption?e("caption",{staticClass:"hidden-visually"},[t._v("\n\t\t\t"+t._s(t.caption)+"\n\t\t")]):t._e(),t._v(" "),e("thead",{ref:"thead",staticClass:"files-list__thead",attrs:{"data-cy-files-list-thead":""}},[t._t("header")],2),t._v(" "),e("tbody",{staticClass:"files-list__tbody",class:t.gridMode?"files-list__tbody--grid":"files-list__tbody--list",style:t.tbodyStyle,attrs:{"data-cy-files-list-tbody":""}},t._l(t.renderedItems,(function(n,s){let{key:i,item:r}=n;return e(t.dataComponent,t._b({key:i,tag:"component",attrs:{source:r,index:s}},"component",t.extraProps,!1))})),1),t._v(" "),e("tfoot",{directives:[{name:"show",rawName:"v-show",value:t.isReady,expression:"isReady"}],staticClass:"files-list__tfoot",attrs:{"data-cy-files-list-tfoot":""}},[t._t("footer")],2)])])}),[],!1,null,null,null).exports,ui=(0,r.defineComponent)({name:"FilesListVirtual",components:{FilesListHeader:Os,FilesListTableFooter:Us,FilesListTableHeader:ri,VirtualList:ci},mixins:[Rs],props:{currentView:{type:lt.G7,required:!0},currentFolder:{type:lt.gt,required:!0},nodes:{type:Array,required:!0}},setup:()=>({userConfigStore:pe()}),data:()=>({FileEntry:Ss,FileEntryGrid:Is,headers:(0,lt.De)(),scrollToIndex:0,dndNoticeHeight:0}),computed:{userConfig(){return this.userConfigStore.userConfig},files(){return this.nodes.filter((t=>"file"===t.type))},fileId(){return parseInt(this.$route.params.fileid)||null},summaryFile(){const t=this.files.length;return(0,Rt.uN)("files","{count} file","{count} files",t,{count:t})},summaryFolder(){const t=this.nodes.length-this.files.length;return(0,Rt.uN)("files","{count} folder","{count} folders",t,{count:t})},summary(){return(0,Rt.Iu)("files","{summaryFile} and {summaryFolder}",this)},isMtimeAvailable(){return!(this.filesListWidth<768)&&this.nodes.some((t=>void 0!==t.mtime))},isSizeAvailable(){return!(this.filesListWidth<768)&&this.nodes.some((t=>void 0!==t.attributes.size))},sortedHeaders(){return this.currentFolder&&this.currentView?[...this.headers].sort(((t,e)=>t.order-e.order)):[]},caption(){const t=(0,Rt.Iu)("files","List of files and folders.");return`${this.currentView.caption||t}\n${(0,Rt.Iu)("files","Column headers with buttons are sortable.")}\n${(0,Rt.Iu)("files","This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list.")}`}},watch:{fileId(t){this.scrollToFile(t,!1)}},mounted(){window.document.querySelector("main.app-content").addEventListener("dragover",this.onDragOver),this.scrollToFile(this.fileId),this.openSidebarForFile(this.fileId),this.handleOpenFile()},beforeDestroy(){window.document.querySelector("main.app-content").removeEventListener("dragover",this.onDragOver)},methods:{openSidebarForFile(t){if(document.documentElement.clientWidth>1024&&this.currentFolder.fileid!==t){const e=this.nodes.find((e=>e.fileid===t));e&&ie?.enabled?.([e],this.currentView)&&(se.debug("Opening sidebar on file "+e.path,{node:e}),ie.exec(e,this.currentView,this.currentFolder.path))}},scrollToFile(t){let e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];if(t){const n=this.nodes.findIndex((e=>e.fileid===t));e&&-1===n&&t!==this.currentFolder.fileid&&(0,Ut.x2)(this.t("files","File not found")),this.scrollToIndex=Math.max(0,n)}},handleOpenFile(){const t=(0,ue.j)("files","openFileInfo",{});if(void 0===t)return;const e=this.nodes.find((e=>e.fileid===t.id));void 0!==e&&(se.debug("Opening file "+e.path,{node:e}),(0,lt.Vn)().filter((t=>!t.enabled||t.enabled([e],this.currentView))).sort(((t,e)=>(t.order||0)-(e.order||0))).filter((t=>!!t?.default))[0].exec(e,this.currentView,this.currentFolder.path))},getFileId:t=>t.fileid,onDragOver(t){const e=t.dataTransfer?.types.includes("Files");if(e)return;t.preventDefault(),t.stopPropagation();const n=this.$refs.table.$el.getBoundingClientRect().top,s=n+this.$refs.table.$el.getBoundingClientRect().height;t.clientYs-50&&(this.$refs.table.$el.scrollTop=this.$refs.table.$el.scrollTop+25)},t:Rt.Iu}});var di=s(54609),mi={};mi.styleTagTransform=Fe(),mi.setAttributes=Se(),mi.insert=ke().bind(null,"head"),mi.domAPI=_e(),mi.insertStyleElement=Ne(),Ce()(di.Z,mi),di.Z&&di.Z.locals&&di.Z.locals;var pi=s(7559),fi={};fi.styleTagTransform=Fe(),fi.setAttributes=Se(),fi.insert=ke().bind(null,"head"),fi.domAPI=_e(),fi.insertStyleElement=Ne(),Ce()(pi.Z,fi),pi.Z&&pi.Z.locals&&pi.Z.locals;const gi=(0,Ht.Z)(ui,(function(){var t=this,e=t._self._c;return t._self._setupProxy,e("VirtualList",{ref:"table",attrs:{"data-component":t.userConfig.grid_view?t.FileEntryGrid:t.FileEntry,"data-key":"source","data-sources":t.nodes,"grid-mode":t.userConfig.grid_view,"extra-props":{isMtimeAvailable:t.isMtimeAvailable,isSizeAvailable:t.isSizeAvailable,nodes:t.nodes,filesListWidth:t.filesListWidth},"scroll-to-index":t.scrollToIndex,caption:t.caption},scopedSlots:t._u([{key:"before",fn:function(){return t._l(t.sortedHeaders,(function(n){return e("FilesListHeader",{key:n.id,attrs:{"current-folder":t.currentFolder,"current-view":t.currentView,header:n}})}))},proxy:!0},{key:"header",fn:function(){return[e("FilesListTableHeader",{ref:"thead",attrs:{"files-list-width":t.filesListWidth,"is-mtime-available":t.isMtimeAvailable,"is-size-available":t.isSizeAvailable,nodes:t.nodes}})]},proxy:!0},{key:"footer",fn:function(){return[e("FilesListTableFooter",{attrs:{"files-list-width":t.filesListWidth,"is-mtime-available":t.isMtimeAvailable,"is-size-available":t.isSizeAvailable,nodes:t.nodes,summary:t.summary}})]},proxy:!0}])})}),[],!1,null,"e3bf0e42",null).exports,hi={name:"TrayArrowDownIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},Ai=(0,Ht.Z)(hi,(function(){var t=this,e=t._self._c;return e("span",t._b({staticClass:"material-design-icon tray-arrow-down-icon",attrs:{"aria-hidden":!t.title,"aria-label":t.title,role:"img"},on:{click:function(e){return t.$emit("click",e)}}},"span",t.$attrs,!1),[e("svg",{staticClass:"material-design-icon__svg",attrs:{fill:t.fillColor,width:t.size,height:t.size,viewBox:"0 0 24 24"}},[e("path",{attrs:{d:"M2 12H4V17H20V12H22V17C22 18.11 21.11 19 20 19H4C2.9 19 2 18.11 2 17V12M12 15L17.55 9.54L16.13 8.13L13 11.25V2H11V11.25L7.88 8.13L6.46 9.55L12 15Z"}},[t.title?e("title",[t._v(t._s(t.title))]):t._e()])])])}),[],!1,null,null,null).exports,wi=async function(t){let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";const n=(0,zt.g)();try{return await n.upload(`${e}${t.name}`,t)}catch(e){throw(0,Ut.x2)((0,Rt.Iu)("files",'Uploading "{filename}" failed',{filename:t.name})),e}},yi=async function(t){let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";if(t.isFile)return[await new Promise(((n,s)=>{t.file((async t=>n(await wi(t,e))),(t=>s(t)))}))];{const n=t;se.debug("Handle directory recursivly",{name:n.name});const s=`${lt._o}${(0,zt.g)().destination.path}${e}${n.name}`,i=(0,lt.rp)();if(!await i.exists(s)){se.debug("Directory does not exist, creating it",{absolutPath:s}),await i.createDirectory(s,{recursive:!0});const t=await i.stat(s,{details:!0,data:(0,lt.h7)()});(0,ut.j8)("files:node:created",(0,lt.RL)(t.data))}const r=await function(t){const e=t.createReader();return new Promise(((t,n)=>{const s=[],i=()=>{e.readEntries((e=>{e.length?(s.push(...e),i()):t(s)}),(t=>{n(t)}))};i()}))}(n),a=r.sort((t=>t.isFile?-1:1)).map((t=>yi(t,`${e}${n.name}/`)));return(await Promise.all(a)).flat()}},vi=(0,r.defineComponent)({name:"DragAndDropNotice",components:{TrayArrowDownIcon:Ai},props:{currentFolder:{type:Object,required:!0}},data:()=>({dragover:!1}),mounted(){const t=window.document.querySelector("main.app-content");t.addEventListener("dragover",this.onDragOver),t.addEventListener("dragleave",this.onDragLeave)},beforeDestroy(){const t=window.document.querySelector("main.app-content");t.removeEventListener("dragover",this.onDragOver),t.removeEventListener("dragleave",this.onDragLeave)},methods:{onDragOver(t){const e=t.dataTransfer?.types.includes("Files");e&&(this.dragover=!0)},onDragLeave(){this.dragover&&(this.dragover=!1)},onDrop(t){this.$el.querySelector("tbody")?.contains(t.target)||(t.preventDefault(),t.stopPropagation(),t.dataTransfer&&t.dataTransfer.items.length>0&&(se.debug(`Uploading files to ${this.currentFolder.path}`),(async t=>{const e=[];for(const n of t.items){if("file"!==n.kind){se.debug("Skipping dropped item",{kind:n.kind,type:n.type});continue}const t=n?.getAsEntry?.()??n.webkitGetAsEntry();if(null===t){se.debug("Could not get FilesystemEntry of item, falling back to file");const t=n.getAsFile();null===t?(se.warn("Could not process DataTransferItem",{type:n.type,kind:n.kind}),(0,Ut.x2)((0,Rt.Iu)("files","One of the dropped files could not be processed"))):e.push(await wi(t))}else se.debug("Handle recursive upload",{entry:t.name}),e.push(...await yi(t))}return e})(t.dataTransfer).then((t=>{se.debug("Upload terminated",{uploads:t}),(0,Ut.s$)((0,Rt.Iu)("files","Upload successful"));const e=t.findLast((t=>!t.file.webkitRelativePath.includes("/")&&t.response?.headers?.["oc-fileid"]));void 0!==e&&this.$router.push({...this.$route,params:{view:this.$route.params?.view??"files",fileid:parseInt(e.response.headers["oc-fileid"])}})}))),this.dragover=!1)},t:Rt.Iu}});var bi=s(81432),Ci={};Ci.styleTagTransform=Fe(),Ci.setAttributes=Se(),Ci.insert=ke().bind(null,"head"),Ci.domAPI=_e(),Ci.insertStyleElement=Ne(),Ce()(bi.Z,Ci),bi.Z&&bi.Z.locals&&bi.Z.locals;const xi=(0,Ht.Z)(vi,(function(){var t=this,e=t._self._c;return t._self._setupProxy,e("div",{directives:[{name:"show",rawName:"v-show",value:t.dragover,expression:"dragover"}],staticClass:"files-list__drag-drop-notice",on:{drop:t.onDrop}},[e("div",{staticClass:"files-list__drag-drop-notice-wrapper"},[e("TrayArrowDownIcon",{attrs:{size:48}}),t._v(" "),e("h3",{staticClass:"files-list-drag-drop-notice__title"},[t._v("\n\t\t\t"+t._s(t.t("files","Drag and drop files here to upload"))+"\n\t\t")])],1)])}),[],!1,null,"7e0e423e",null).exports,_i=void 0!==(0,dt.getCapabilities)()?.files_sharing,Ti=(0,r.defineComponent)({name:"FilesList",components:{BreadCrumbs:Be,DragAndDropNotice:xi,FilesListVirtual:gi,LinkIcon:Vt.Z,ListViewIcon:qt,NcAppContent:Zt.Z,NcButton:Gt.Z,NcEmptyContent:Wt.Z,NcIconSvgWrapper:Yt.Z,NcLoadingIcon:Kt.Z,PlusIcon:Jt.Z,ShareVariantIcon:Xt,UploadPicker:zt.U,ViewGridIcon:ee},mixins:[Rs,Ys],setup(){const t=re(),e=ae(),n=oe(),s=function(){return le=(0,zt.g)(),ot("uploader",{state:()=>({queue:le.queue})})(...arguments)}();return{filesStore:t,pathsStore:e,selectionStore:n,uploaderStore:s,userConfigStore:pe(),viewConfigStore:ge()}},data:()=>({loading:!0,promise:null,Type:Mt.D}),computed:{userConfig(){return this.userConfigStore.userConfig},currentView(){return this.$navigation.active||this.$navigation.views.find((t=>"files"===t.id))},dir(){return(this.$route?.query?.dir?.toString()||"/").replace(/^(.+)\/$/,"$1")},currentFolder(){if(!this.currentView?.id)return;if("/"===this.dir)return this.filesStore.getRoot(this.currentView.id);const t=this.pathsStore.getPath(this.currentView.id,this.dir);return this.filesStore.getNode(t)},sortingParameters(){return[[...this.userConfig.sort_favorites_first?[t=>1!==t.attributes?.favorite]:[],..."basename"===this.sortingMode?[t=>"folder"!==t.type]:[],..."basename"!==this.sortingMode?[t=>t[this.sortingMode]]:[],t=>t.attributes?.displayName||t.basename,t=>t.basename],[...this.userConfig.sort_favorites_first?["asc"]:[],..."basename"===this.sortingMode?["asc"]:[],..."mtime"===this.sortingMode?[this.isAscSorting?"desc":"asc"]:[],..."mtime"!==this.sortingMode&&"basename"!==this.sortingMode?[this.isAscSorting?"asc":"desc"]:[],this.isAscSorting?"asc":"desc",this.isAscSorting?"asc":"desc"]]},dirContentsSorted(){if(!this.currentView)return[];const t=(this.currentView?.columns||[]).find((t=>t.id===this.sortingMode));if(t?.sort&&"function"==typeof t.sort){const e=[...this.dirContents].sort(t.sort);return this.isAscSorting?e:e.reverse()}return Dt([...this.dirContents],...this.sortingParameters)},dirContents(){const t=this.userConfigStore?.userConfig.show_hidden;return(this.currentFolder?._children||[]).map(this.getNode).filter((e=>t?!!e:e&&!0!==e?.attributes?.hidden&&!e?.basename.startsWith(".")))},isEmptyDir(){return 0===this.dirContents.length},isRefreshing(){return void 0!==this.currentFolder&&!this.isEmptyDir&&this.loading},toPreviousDir(){const t=this.dir.split("/").slice(0,-1).join("/")||"/";return{...this.$route,query:{dir:t}}},shareAttributes(){if(this.currentFolder?.attributes?.["share-types"])return Object.values(this.currentFolder?.attributes?.["share-types"]||{}).flat()},shareButtonLabel(){return this.shareAttributes?this.shareButtonType===Mt.D.SHARE_TYPE_LINK?this.t("files","Shared by link"):this.t("files","Shared"):this.t("files","Share")},shareButtonType(){return this.shareAttributes?this.shareAttributes.some((t=>t===Mt.D.SHARE_TYPE_LINK))?Mt.D.SHARE_TYPE_LINK:Mt.D.SHARE_TYPE_USER:null},gridViewButtonLabel(){return this.userConfig.grid_view?this.t("files","Switch to list view"):this.t("files","Switch to grid view")},canUpload(){return this.currentFolder&&0!=(this.currentFolder.permissions<.y3.CREATE)},isQuotaExceeded(){return 0===this.currentFolder?.attributes?.["quota-available-bytes"]},cantUploadLabel(){return this.isQuotaExceeded?this.t("files","Your have used your space quota and cannot upload files anymore"):this.t("files","You don’t have permission to upload or create files here")},canShare(){return _i&&this.currentFolder&&0!=(this.currentFolder.permissions<.y3.SHARE)}},watch:{currentView(t,e){t?.id!==e?.id&&(se.debug("View changed",{newView:t,oldView:e}),this.selectionStore.reset(),this.fetchContent())},dir(t,e){se.debug("Directory changed",{newDir:t,oldDir:e}),this.selectionStore.reset(),this.fetchContent(),this.$refs?.filesListVirtual?.$el&&(this.$refs.filesListVirtual.$el.scrollTop=0)},dirContents(t){se.debug("Directory contents changed",{view:this.currentView,folder:this.currentFolder,contents:t}),(0,ut.j8)("files:list:updated",{view:this.currentView,folder:this.currentFolder,contents:t})}},mounted(){this.fetchContent()},methods:{async fetchContent(){this.loading=!0;const t=this.dir,e=this.currentView;if(e){"function"==typeof this.promise?.cancel&&(this.promise.cancel(),se.debug("Cancelled previous ongoing fetch")),this.promise=e.getContents(t);try{const{folder:n,contents:s}=await this.promise;se.debug("Fetched contents",{dir:t,folder:n,contents:s}),this.filesStore.updateNodes(s),this.$set(n,"_children",s.map((t=>t.fileid))),"/"===t?this.filesStore.setRoot({service:e.id,root:n}):n.fileid?(this.filesStore.updateNodes([n]),this.pathsStore.addPath({service:e.id,fileid:n.fileid,path:t})):se.error("Invalid root folder returned",{dir:t,folder:n,currentView:e}),s.filter((t=>"folder"===t.type)).forEach((n=>{this.pathsStore.addPath({service:e.id,fileid:n.fileid,path:(0,mt.join)(t,n.basename)})}))}catch(t){se.error("Error while fetching content",{error:t})}finally{this.loading=!1}}else se.debug("The current view doesn't exists or is not ready.",{currentView:e})},getNode(t){return this.filesStore.getNode(t)},onUpload(t){(0,mt.dirname)(t.source)===this.currentFolder?.source&&this.fetchContent()},async onUploadFail(t){const e=t.response?.status||0;if(507!==e)if(404!==e&&409!==e)if(403!==e)if(0===e){try{const e=new jt.Parser({trim:!0,explicitRoot:!1}),n=(await e.parseStringPromise(t.response?.data))["s:message"][0];if("string"==typeof n&&""!==n.trim())return void(0,Ut.x2)(this.t("files","Error during upload: {message}",{message:n}))}catch(t){}(0,Ut.x2)(this.t("files","Unknown error during upload"))}else(0,Ut.x2)(this.t("files","Error when assembling chunks, status code {status}",{status:e}));else(0,Ut.x2)(this.t("files","Operation is blocked by access control"));else(0,Ut.x2)(this.t("files","Target folder does not exist any more"));else(0,Ut.x2)(this.t("files","Not enough free space"))},openSharingSidebar(){window?.OCA?.Files?.Sidebar?.setActiveTab&&window.OCA.Files.Sidebar.setActiveTab("sharing"),ie.exec(this.currentFolder,this.currentView,this.currentFolder.path)},toggleGridView(){this.userConfigStore.update("grid_view",!this.userConfig.grid_view)},t:Rt.Iu,n:Rt.uN}});var ki=s(51641),Ei={};Ei.styleTagTransform=Fe(),Ei.setAttributes=Se(),Ei.insert=ke().bind(null,"head"),Ei.domAPI=_e(),Ei.insertStyleElement=Ne(),Ce()(ki.Z,Ei),ki.Z&&ki.Z.locals&&ki.Z.locals;const Si=(0,Ht.Z)(Ti,(function(){var t=this,e=t._self._c;return t._self._setupProxy,e("NcAppContent",{attrs:{"data-cy-files-content":""}},[e("div",{staticClass:"files-list__header"},[e("BreadCrumbs",{attrs:{path:t.dir},on:{reload:t.fetchContent},scopedSlots:t._u([{key:"actions",fn:function(){return[t.canShare&&t.filesListWidth>=512?e("NcButton",{staticClass:"files-list__header-share-button",class:{"files-list__header-share-button--shared":t.shareButtonType},attrs:{"aria-label":t.shareButtonLabel,title:t.shareButtonLabel,type:"tertiary"},on:{click:t.openSharingSidebar},scopedSlots:t._u([{key:"icon",fn:function(){return[t.shareButtonType===t.Type.SHARE_TYPE_LINK?e("LinkIcon"):e("ShareVariantIcon",{attrs:{size:20}})]},proxy:!0}],null,!1,2776780758)}):t._e(),t._v(" "),!t.canUpload||t.isQuotaExceeded?e("NcButton",{staticClass:"files-list__header-upload-button--disabled",attrs:{"aria-label":t.cantUploadLabel,title:t.cantUploadLabel,disabled:!0,type:"secondary"},scopedSlots:t._u([{key:"icon",fn:function(){return[e("PlusIcon",{attrs:{size:20}})]},proxy:!0}],null,!1,2953566425)},[t._v("\n\t\t\t\t\t"+t._s(t.t("files","Add"))+"\n\t\t\t\t")]):t.currentFolder?e("UploadPicker",{staticClass:"files-list__header-upload-button",attrs:{content:t.dirContents,destination:t.currentFolder,multiple:!0},on:{failed:t.onUploadFail,uploaded:t.onUpload}}):t._e()]},proxy:!0}])}),t._v(" "),t.filesListWidth>=512?e("NcButton",{staticClass:"files-list__header-grid-button",attrs:{"aria-label":t.gridViewButtonLabel,title:t.gridViewButtonLabel,type:"tertiary"},on:{click:t.toggleGridView},scopedSlots:t._u([{key:"icon",fn:function(){return[t.userConfig.grid_view?e("ListViewIcon"):e("ViewGridIcon")]},proxy:!0}],null,!1,1682960703)}):t._e(),t._v(" "),t.isRefreshing?e("NcLoadingIcon",{staticClass:"files-list__refresh-icon"}):t._e()],1),t._v(" "),!t.loading&&t.canUpload?e("DragAndDropNotice",{attrs:{"current-folder":t.currentFolder}}):t._e(),t._v(" "),t.loading&&!t.isRefreshing?e("NcLoadingIcon",{staticClass:"files-list__loading-icon",attrs:{size:38,name:t.t("files","Loading current folder")}}):!t.loading&&t.isEmptyDir?e("NcEmptyContent",{attrs:{name:t.currentView?.emptyTitle||t.t("files","No files in here"),description:t.currentView?.emptyCaption||t.t("files","Upload some content or sync with your devices!"),"data-cy-files-content-empty":""},scopedSlots:t._u([{key:"action",fn:function(){return["/"!==t.dir?e("NcButton",{attrs:{"aria-label":t.t("files","Go to the previous folder"),type:"primary",to:t.toPreviousDir}},[t._v("\n\t\t\t\t"+t._s(t.t("files","Go back"))+"\n\t\t\t")]):t._e()]},proxy:!0},{key:"icon",fn:function(){return[e("NcIconSvgWrapper",{attrs:{svg:t.currentView.icon}})]},proxy:!0}])}):e("FilesListVirtual",{ref:"filesListVirtual",attrs:{"current-folder":t.currentFolder,"current-view":t.currentView,nodes:t.dirContentsSorted}})],1)}),[],!1,null,"6a4c09d6",null).exports;var Li=s(69608),Ni=s(44792);const Ii=(0,Ht.Z)(Ni.Z,Li.s,Li.x,!1,null,null,null).exports;var Fi=s(92870),Pi=s(51235);function Oi(t,e,n){var s,i=n||{},r=i.noTrailing,a=void 0!==r&&r,o=i.noLeading,l=void 0!==o&&o,c=i.debounceMode,u=void 0===c?void 0:c,d=!1,m=0;function p(){s&&clearTimeout(s)}function f(){for(var n=arguments.length,i=new Array(n),r=0;rt?l?(m=Date.now(),a||(s=setTimeout(u?g:f,t))):f():!0!==a&&(s=setTimeout(u?g:f,void 0===u?t-c:t)))}return f.cancel=function(t){var e=(t||{}).upcomingOnly,n=void 0!==e&&e;p(),d=!n},f}const Bi={name:"ChartPieIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},Di=(0,Ht.Z)(Bi,(function(){var t=this,e=t._self._c;return e("span",t._b({staticClass:"material-design-icon chart-pie-icon",attrs:{"aria-hidden":!t.title,"aria-label":t.title,role:"img"},on:{click:function(e){return t.$emit("click",e)}}},"span",t.$attrs,!1),[e("svg",{staticClass:"material-design-icon__svg",attrs:{fill:t.fillColor,width:t.size,height:t.size,viewBox:"0 0 24 24"}},[e("path",{attrs:{d:"M11,2V22C5.9,21.5 2,17.2 2,12C2,6.8 5.9,2.5 11,2M13,2V11H22C21.5,6.2 17.8,2.5 13,2M13,13V22C17.7,21.5 21.5,17.8 22,13H13Z"}},[t.title?e("title",[t._v(t._s(t.title))]):t._e()])])])}),[],!1,null,null,null).exports;var ji=s(34854);const Ui={name:"NavigationQuota",components:{ChartPie:Di,NcAppNavigationItem:Pi.Z,NcProgressBar:ji.Z},data:()=>({loadingStorageStats:!1,storageStats:(0,ue.j)("files","storageStats",null)}),computed:{storageStatsTitle(){const t=(0,lt.sS)(this.storageStats?.used,!1,!1,!0),e=(0,lt.sS)(this.storageStats?.quota,!1,!1,!0);return this.storageStats?.quota<0?this.t("files","{usedQuotaByte} used",{usedQuotaByte:t}):this.t("files","{used} of {quota} used",{used:t,quota:e})},storageStatsTooltip(){return this.storageStats.relative?this.t("files","{relative}% used",this.storageStats):""}},beforeMount(){setInterval(this.throttleUpdateStorageStats,6e4),(0,ut.Ld)("files:node:created",this.throttleUpdateStorageStats),(0,ut.Ld)("files:node:deleted",this.throttleUpdateStorageStats),(0,ut.Ld)("files:node:moved",this.throttleUpdateStorageStats),(0,ut.Ld)("files:node:updated",this.throttleUpdateStorageStats)},mounted(){this.storageStats?.free<=0&&this.showStorageFullWarning()},methods:{debounceUpdateStorageStats:(Ri={}.atBegin,Oi(200,(function(t){this.updateStorageStats(t)}),{debounceMode:!1!==(void 0!==Ri&&Ri)})),throttleUpdateStorageStats:Oi(1e3,(function(t){this.updateStorageStats(t)})),async updateStorageStats(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;if(!this.loadingStorageStats){this.loadingStorageStats=!0;try{const t=await de.Z.get((0,ce.generateUrl)("/apps/files/api/v1/stats"));if(!t?.data?.data)throw new Error("Invalid storage stats");this.storageStats?.free>0&&t.data.data?.free<=0&&this.showStorageFullWarning(),this.storageStats=t.data.data}catch(n){se.error("Could not refresh storage stats",{error:n}),e&&(0,Ut.x2)(t("files","Could not refresh storage stats"))}finally{this.loadingStorageStats=!1}}},showStorageFullWarning(){(0,Ut.x2)(this.t("files","Your storage is full, files can not be updated or synced anymore!"))},t:Rt.Iu}};var Ri,Mi=s(83079),zi={};zi.styleTagTransform=Fe(),zi.setAttributes=Se(),zi.insert=ke().bind(null,"head"),zi.domAPI=_e(),zi.insertStyleElement=Ne(),Ce()(Mi.Z,zi),Mi.Z&&Mi.Z.locals&&Mi.Z.locals;const Vi=(0,Ht.Z)(Ui,(function(){var t=this,e=t._self._c;return t.storageStats?e("NcAppNavigationItem",{staticClass:"app-navigation-entry__settings-quota",class:{"app-navigation-entry__settings-quota--not-unlimited":t.storageStats.quota>=0},attrs:{"aria-label":t.t("files","Storage informations"),loading:t.loadingStorageStats,name:t.storageStatsTitle,title:t.storageStatsTooltip,"data-cy-files-navigation-settings-quota":""},on:{click:function(e){return e.stopPropagation(),e.preventDefault(),t.debounceUpdateStorageStats.apply(null,arguments)}}},[e("ChartPie",{attrs:{slot:"icon",size:20},slot:"icon"}),t._v(" "),t.storageStats.quota>=0?e("NcProgressBar",{attrs:{slot:"extra",error:t.storageStats.relative>80,value:Math.min(t.storageStats.relative,100)},slot:"extra"}):t._e()],1):t._e()}),[],!1,null,"34665d46",null).exports;var $i=s(33429),Hi=s(56956);const qi={name:"ClipboardIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},Zi=(0,Ht.Z)(qi,(function(){var t=this,e=t._self._c;return e("span",t._b({staticClass:"material-design-icon clipboard-icon",attrs:{"aria-hidden":!t.title,"aria-label":t.title,role:"img"},on:{click:function(e){return t.$emit("click",e)}}},"span",t.$attrs,!1),[e("svg",{staticClass:"material-design-icon__svg",attrs:{fill:t.fillColor,width:t.size,height:t.size,viewBox:"0 0 24 24"}},[e("path",{attrs:{d:"M19,3H14.82C14.4,1.84 13.3,1 12,1C10.7,1 9.6,1.84 9.18,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3M12,3A1,1 0 0,1 13,4A1,1 0 0,1 12,5A1,1 0 0,1 11,4A1,1 0 0,1 12,3"}},[t.title?e("title",[t._v(t._s(t.title))]):t._e()])])])}),[],!1,null,null,null).exports;var Gi=s(6905);const Wi={name:"Setting",props:{el:{type:Function,required:!0}},mounted(){this.$el.appendChild(this.el())}},Yi=(0,Ht.Z)(Wi,(function(){return(0,this._self._c)("div")}),[],!1,null,null,null).exports,Ki={name:"Settings",components:{Clipboard:Zi,NcAppSettingsDialog:$i.Z,NcAppSettingsSection:Hi.Z,NcCheckboxRadioSwitch:Kn.Z,NcInputField:Gi.Z,Setting:Yi},props:{open:{type:Boolean,default:!1}},setup:()=>({userConfigStore:pe()}),data:()=>({settings:window.OCA?.Files?.Settings?.settings||[],webdavUrl:(0,ce.generateRemoteUrl)("dav/files/"+encodeURIComponent((0,ct.ts)()?.uid)),webdavDocs:"https://docs.nextcloud.com/server/stable/go.php?to=user-webdav",appPasswordUrl:(0,ce.generateUrl)("/settings/user/security#generate-app-token-section"),webdavUrlCopied:!1}),computed:{userConfig(){return this.userConfigStore.userConfig}},beforeMount(){this.settings.forEach((t=>t.open()))},beforeDestroy(){this.settings.forEach((t=>t.close()))},methods:{onClose(){this.$emit("close")},setConfig(t,e){this.userConfigStore.update(t,e)},async copyCloudId(){document.querySelector("input#webdav-url-input").select(),navigator.clipboard?(await navigator.clipboard.writeText(this.webdavUrl),this.webdavUrlCopied=!0,(0,Ut.s$)(t("files","WebDAV URL copied to clipboard")),setTimeout((()=>{this.webdavUrlCopied=!1}),5e3)):(0,Ut.x2)(t("files","Clipboard is not available"))},t:Rt.Iu}};var Ji=s(85389),Qi={};Qi.styleTagTransform=Fe(),Qi.setAttributes=Se(),Qi.insert=ke().bind(null,"head"),Qi.domAPI=_e(),Qi.insertStyleElement=Ne(),Ce()(Ji.Z,Qi),Ji.Z&&Ji.Z.locals&&Ji.Z.locals;const Xi=(0,Ht.Z)(Ki,(function(){var t=this,e=t._self._c;return e("NcAppSettingsDialog",{attrs:{open:t.open,"show-navigation":!0,name:t.t("files","Files settings")},on:{"update:open":t.onClose}},[e("NcAppSettingsSection",{attrs:{id:"settings",name:t.t("files","Files settings")}},[e("NcCheckboxRadioSwitch",{attrs:{checked:t.userConfig.sort_favorites_first},on:{"update:checked":function(e){return t.setConfig("sort_favorites_first",e)}}},[t._v("\n\t\t\t"+t._s(t.t("files","Sort favorites first"))+"\n\t\t")]),t._v(" "),e("NcCheckboxRadioSwitch",{attrs:{checked:t.userConfig.show_hidden},on:{"update:checked":function(e){return t.setConfig("show_hidden",e)}}},[t._v("\n\t\t\t"+t._s(t.t("files","Show hidden files"))+"\n\t\t")]),t._v(" "),e("NcCheckboxRadioSwitch",{attrs:{checked:t.userConfig.crop_image_previews},on:{"update:checked":function(e){return t.setConfig("crop_image_previews",e)}}},[t._v("\n\t\t\t"+t._s(t.t("files","Crop image previews"))+"\n\t\t")]),t._v(" "),e("NcCheckboxRadioSwitch",{attrs:{checked:t.userConfig.grid_view},on:{"update:checked":function(e){return t.setConfig("grid_view",e)}}},[t._v("\n\t\t\t"+t._s(t.t("files","Enable the grid view"))+"\n\t\t")])],1),t._v(" "),0!==t.settings.length?e("NcAppSettingsSection",{attrs:{id:"more-settings",name:t.t("files","Additional settings")}},[t._l(t.settings,(function(t){return[e("Setting",{key:t.name,attrs:{el:t.el}})]}))],2):t._e(),t._v(" "),e("NcAppSettingsSection",{attrs:{id:"webdav",name:t.t("files","WebDAV")}},[e("NcInputField",{attrs:{id:"webdav-url-input",label:t.t("files","WebDAV URL"),"show-trailing-button":!0,success:t.webdavUrlCopied,"trailing-button-label":t.t("files","Copy to clipboard"),value:t.webdavUrl,readonly:"readonly",type:"url"},on:{focus:function(t){return t.target.select()},"trailing-button-click":t.copyCloudId},scopedSlots:t._u([{key:"trailing-button-icon",fn:function(){return[e("Clipboard",{attrs:{size:20}})]},proxy:!0}])}),t._v(" "),e("em",[e("a",{staticClass:"setting-link",attrs:{href:t.webdavDocs,target:"_blank",rel:"noreferrer noopener"}},[t._v("\n\t\t\t\t"+t._s(t.t("files","Use this address to access your Files via WebDAV"))+" ↗\n\t\t\t")])]),t._v(" "),e("br"),t._v(" "),e("em",[e("a",{staticClass:"setting-link",attrs:{href:t.appPasswordUrl}},[t._v("\n\t\t\t\t"+t._s(t.t("files","If you have enabled 2FA, you must create and use a new app password by clicking here."))+" ↗\n\t\t\t")])])],1)],1)}),[],!1,null,"7b7a3aa6",null).exports,tr={name:"Navigation",components:{Cog:Ii,NavigationQuota:Vi,NcAppNavigation:Fi.Z,NcAppNavigationItem:Pi.Z,NcIconSvgWrapper:Yt.Z,SettingsModal:Xi},props:{Navigation:{type:Object,required:!0}},setup:()=>({viewConfigStore:ge()}),data:()=>({settingsOpened:!1}),computed:{currentViewId(){return this.$route?.params?.view||"files"},currentView(){return this.views.find((t=>t.id===this.currentViewId))},views(){return this.Navigation.views},parentViews(){return this.views.filter((t=>!t.parent)).sort(((t,e)=>t.order-e.order))},childViews(){return this.views.filter((t=>!!t.parent)).reduce(((t,e)=>(t[e.parent]=[...t[e.parent]||[],e],t[e.parent].sort(((t,e)=>t.order-e.order)),t)),{})}},watch:{currentView(t,e){t.id!==e?.id&&(this.Navigation.setActive(t),se.debug("Navigation changed",{id:t.id,view:t}),this.showView(t))}},beforeMount(){this.currentView&&(se.debug("Navigation mounted. Showing requested view",{view:this.currentView}),this.showView(this.currentView))},methods:{showView(t){window?.OCA?.Files?.Sidebar?.close?.(),this.Navigation.setActive(t),function(t){const e=document.getElementById("page-heading-level-1");e&&(e.textContent=t)}(t.name),(0,ut.j8)("files:navigation:changed",t)},onToggleExpand(t){const e=this.isExpanded(t);t.expanded=!e,this.viewConfigStore.update(t.id,"expanded",!e)},isExpanded(t){return"boolean"==typeof this.viewConfigStore.getConfig(t.id)?.expanded?!0===this.viewConfigStore.getConfig(t.id).expanded:!0===t.expanded},generateToNavigation(t){if(t.params){const{dir:e,fileid:n}=t.params;return{name:"filelist",params:t.params,query:{dir:e,fileid:n}}}return{name:"filelist",params:{view:t.id}}},openSettings(){this.settingsOpened=!0},onSettingsClose(){this.settingsOpened=!1},t:Rt.Iu}};var er=s(76336),nr={};nr.styleTagTransform=Fe(),nr.setAttributes=Se(),nr.insert=ke().bind(null,"head"),nr.domAPI=_e(),nr.insertStyleElement=Ne(),Ce()(er.Z,nr),er.Z&&er.Z.locals&&er.Z.locals;const sr=(0,Ht.Z)(tr,(function(){var t=this,e=t._self._c;return e("NcAppNavigation",{attrs:{"data-cy-files-navigation":"","aria-label":t.t("files","Files")},scopedSlots:t._u([{key:"list",fn:function(){return t._l(t.parentViews,(function(n){return e("NcAppNavigationItem",{key:n.id,attrs:{"allow-collapse":!0,"data-cy-files-navigation-item":n.id,exact:!0,icon:n.iconClass,name:n.name,open:t.isExpanded(n),pinned:n.sticky,to:t.generateToNavigation(n)},on:{"update:open":function(e){return t.onToggleExpand(n)}}},[n.icon?e("NcIconSvgWrapper",{attrs:{slot:"icon",svg:n.icon},slot:"icon"}):t._e(),t._v(" "),t._l(t.childViews[n.id],(function(n){return e("NcAppNavigationItem",{key:n.id,attrs:{"data-cy-files-navigation-item":n.id,exact:!0,icon:n.iconClass,name:n.name,to:t.generateToNavigation(n)}},[n.icon?e("NcIconSvgWrapper",{attrs:{slot:"icon",svg:n.icon},slot:"icon"}):t._e()],1)}))],2)}))},proxy:!0},{key:"footer",fn:function(){return[e("ul",{staticClass:"app-navigation-entry__settings"},[e("NavigationQuota"),t._v(" "),e("NcAppNavigationItem",{attrs:{"aria-label":t.t("files","Open the files app settings"),name:t.t("files","Files settings"),"data-cy-files-navigation-settings-button":""},on:{click:function(e){return e.preventDefault(),e.stopPropagation(),t.openSettings.apply(null,arguments)}}},[e("Cog",{attrs:{slot:"icon",size:20},slot:"icon"})],1)],1)]},proxy:!0}])},[t._v(" "),t._v(" "),e("SettingsModal",{attrs:{open:t.settingsOpened,"data-cy-files-navigation-settings":""},on:{close:t.onSettingsClose}})],1)}),[],!1,null,"761b6079",null).exports,ir="%[a-f0-9]{2}",rr=new RegExp("("+ir+")|([^%]+?)","gi"),ar=new RegExp("("+ir+")+","gi");function or(t,e){try{return[decodeURIComponent(t.join(""))]}catch{}if(1===t.length)return t;e=e||1;const n=t.slice(0,e),s=t.slice(e);return Array.prototype.concat.call([],or(n),or(s))}function lr(t){try{return decodeURIComponent(t)}catch{let e=t.match(rr)||[];for(let n=1;nnull==t,mr=t=>encodeURIComponent(t).replace(/[!'()*]/g,(t=>`%${t.charCodeAt(0).toString(16).toUpperCase()}`)),pr=Symbol("encodeFragmentIdentifier");function fr(t){if("string"!=typeof t||1!==t.length)throw new TypeError("arrayFormatSeparator must be single character string")}function gr(t,e){return e.encode?e.strict?mr(t):encodeURIComponent(t):t}function hr(t,e){return e.decode?function(t){if("string"!=typeof t)throw new TypeError("Expected `encodedURI` to be of type `string`, got `"+typeof t+"`");try{return decodeURIComponent(t)}catch{return function(t){const e={"%FE%FF":"��","%FF%FE":"��"};let n=ar.exec(t);for(;n;){try{e[n[0]]=decodeURIComponent(n[0])}catch{const t=lr(n[0]);t!==n[0]&&(e[n[0]]=t)}n=ar.exec(t)}e["%C2"]="�";const s=Object.keys(e);for(const n of s)t=t.replace(new RegExp(n,"g"),e[n]);return t}(t)}}(t):t}function Ar(t){return Array.isArray(t)?t.sort():"object"==typeof t?Ar(Object.keys(t)).sort(((t,e)=>Number(t)-Number(e))).map((e=>t[e])):t}function wr(t){const e=t.indexOf("#");return-1!==e&&(t=t.slice(0,e)),t}function yr(t,e){return e.parseNumbers&&!Number.isNaN(Number(t))&&"string"==typeof t&&""!==t.trim()?t=Number(t):!e.parseBooleans||null===t||"true"!==t.toLowerCase()&&"false"!==t.toLowerCase()||(t="true"===t.toLowerCase()),t}function vr(t){const e=(t=wr(t)).indexOf("?");return-1===e?"":t.slice(e+1)}function br(t,e){fr((e={decode:!0,sort:!0,arrayFormat:"none",arrayFormatSeparator:",",parseNumbers:!1,parseBooleans:!1,...e}).arrayFormatSeparator);const n=function(t){let e;switch(t.arrayFormat){case"index":return(t,n,s)=>{e=/\[(\d*)]$/.exec(t),t=t.replace(/\[\d*]$/,""),e?(void 0===s[t]&&(s[t]={}),s[t][e[1]]=n):s[t]=n};case"bracket":return(t,n,s)=>{e=/(\[])$/.exec(t),t=t.replace(/\[]$/,""),e?void 0!==s[t]?s[t]=[...s[t],n]:s[t]=[n]:s[t]=n};case"colon-list-separator":return(t,n,s)=>{e=/(:list)$/.exec(t),t=t.replace(/:list$/,""),e?void 0!==s[t]?s[t]=[...s[t],n]:s[t]=[n]:s[t]=n};case"comma":case"separator":return(e,n,s)=>{const i="string"==typeof n&&n.includes(t.arrayFormatSeparator),r="string"==typeof n&&!i&&hr(n,t).includes(t.arrayFormatSeparator);n=r?hr(n,t):n;const a=i||r?n.split(t.arrayFormatSeparator).map((e=>hr(e,t))):null===n?n:hr(n,t);s[e]=a};case"bracket-separator":return(e,n,s)=>{const i=/(\[])$/.test(e);if(e=e.replace(/\[]$/,""),!i)return void(s[e]=n?hr(n,t):n);const r=null===n?[]:n.split(t.arrayFormatSeparator).map((e=>hr(e,t)));void 0!==s[e]?s[e]=[...s[e],...r]:s[e]=r};default:return(t,e,n)=>{void 0!==n[t]?n[t]=[...[n[t]].flat(),e]:n[t]=e}}}(e),s=Object.create(null);if("string"!=typeof t)return s;if(!(t=t.trim().replace(/^[?#&]/,"")))return s;for(const i of t.split("&")){if(""===i)continue;const t=e.decode?i.replace(/\+/g," "):i;let[r,a]=cr(t,"=");void 0===r&&(r=t),a=void 0===a?null:["comma","separator","bracket-separator"].includes(e.arrayFormat)?a:hr(a,e),n(hr(r,e),a,s)}for(const[t,n]of Object.entries(s))if("object"==typeof n&&null!==n)for(const[t,s]of Object.entries(n))n[t]=yr(s,e);else s[t]=yr(n,e);return!1===e.sort?s:(!0===e.sort?Object.keys(s).sort():Object.keys(s).sort(e.sort)).reduce(((t,e)=>{const n=s[e];return Boolean(n)&&"object"==typeof n&&!Array.isArray(n)?t[e]=Ar(n):t[e]=n,t}),Object.create(null))}function Cr(t,e){if(!t)return"";fr((e={encode:!0,strict:!0,arrayFormat:"none",arrayFormatSeparator:",",...e}).arrayFormatSeparator);const n=n=>e.skipNull&&dr(t[n])||e.skipEmptyString&&""===t[n],s=function(t){switch(t.arrayFormat){case"index":return e=>(n,s)=>{const i=n.length;return void 0===s||t.skipNull&&null===s||t.skipEmptyString&&""===s?n:null===s?[...n,[gr(e,t),"[",i,"]"].join("")]:[...n,[gr(e,t),"[",gr(i,t),"]=",gr(s,t)].join("")]};case"bracket":return e=>(n,s)=>void 0===s||t.skipNull&&null===s||t.skipEmptyString&&""===s?n:null===s?[...n,[gr(e,t),"[]"].join("")]:[...n,[gr(e,t),"[]=",gr(s,t)].join("")];case"colon-list-separator":return e=>(n,s)=>void 0===s||t.skipNull&&null===s||t.skipEmptyString&&""===s?n:null===s?[...n,[gr(e,t),":list="].join("")]:[...n,[gr(e,t),":list=",gr(s,t)].join("")];case"comma":case"separator":case"bracket-separator":{const e="bracket-separator"===t.arrayFormat?"[]=":"=";return n=>(s,i)=>void 0===i||t.skipNull&&null===i||t.skipEmptyString&&""===i?s:(i=null===i?"":i,0===s.length?[[gr(n,t),e,gr(i,t)].join("")]:[[s,gr(i,t)].join(t.arrayFormatSeparator)])}default:return e=>(n,s)=>void 0===s||t.skipNull&&null===s||t.skipEmptyString&&""===s?n:null===s?[...n,gr(e,t)]:[...n,[gr(e,t),"=",gr(s,t)].join("")]}}(e),i={};for(const[e,s]of Object.entries(t))n(e)||(i[e]=s);const r=Object.keys(i);return!1!==e.sort&&r.sort(e.sort),r.map((n=>{const i=t[n];return void 0===i?"":null===i?gr(n,e):Array.isArray(i)?0===i.length&&"bracket-separator"===e.arrayFormat?gr(n,e)+"[]":i.reduce(s(n),[]).join("&"):gr(n,e)+"="+gr(i,e)})).filter((t=>t.length>0)).join("&")}function xr(t,e){e={decode:!0,...e};let[n,s]=cr(t,"#");return void 0===n&&(n=t),{url:n?.split("?")?.[0]??"",query:br(vr(t),e),...e&&e.parseFragmentIdentifier&&s?{fragmentIdentifier:hr(s,e)}:{}}}function _r(t,e){e={encode:!0,strict:!0,[pr]:!0,...e};const n=wr(t.url).split("?")[0]||"";let s=Cr({...br(vr(t.url),{sort:!1}),...t.query},e);s&&(s=`?${s}`);let i=function(t){let e="";const n=t.indexOf("#");return-1!==n&&(e=t.slice(n)),e}(t.url);if(t.fragmentIdentifier){const s=new URL(n);s.hash=t.fragmentIdentifier,i=e[pr]?s.hash:`#${t.fragmentIdentifier}`}return`${n}${s}${i}`}function Tr(t,e,n){n={parseFragmentIdentifier:!0,[pr]:!1,...n};const{url:s,query:i,fragmentIdentifier:r}=xr(t,n);return _r({url:s,query:ur(i,e),fragmentIdentifier:r},n)}function kr(t,e,n){return Tr(t,Array.isArray(e)?t=>!e.includes(t):(t,n)=>!e(t,n),n)}const Er=i;var Sr=s(25108);function Lr(t,e){for(var n in e)t[n]=e[n];return t}var Nr=/[!'()*]/g,Ir=function(t){return"%"+t.charCodeAt(0).toString(16)},Fr=/%2C/g,Pr=function(t){return encodeURIComponent(t).replace(Nr,Ir).replace(Fr,",")};function Or(t){try{return decodeURIComponent(t)}catch(t){}return t}var Br=function(t){return null==t||"object"==typeof t?t:String(t)};function Dr(t){var e={};return(t=t.trim().replace(/^(\?|#|&)/,""))?(t.split("&").forEach((function(t){var n=t.replace(/\+/g," ").split("="),s=Or(n.shift()),i=n.length>0?Or(n.join("=")):null;void 0===e[s]?e[s]=i:Array.isArray(e[s])?e[s].push(i):e[s]=[e[s],i]})),e):e}function jr(t){var e=t?Object.keys(t).map((function(e){var n=t[e];if(void 0===n)return"";if(null===n)return Pr(e);if(Array.isArray(n)){var s=[];return n.forEach((function(t){void 0!==t&&(null===t?s.push(Pr(e)):s.push(Pr(e)+"="+Pr(t)))})),s.join("&")}return Pr(e)+"="+Pr(n)})).filter((function(t){return t.length>0})).join("&"):null;return e?"?"+e:""}var Ur=/\/?$/;function Rr(t,e,n,s){var i=s&&s.options.stringifyQuery,r=e.query||{};try{r=Mr(r)}catch(t){}var a={name:e.name||t&&t.name,meta:t&&t.meta||{},path:e.path||"/",hash:e.hash||"",query:r,params:e.params||{},fullPath:$r(e,i),matched:t?Vr(t):[]};return n&&(a.redirectedFrom=$r(n,i)),Object.freeze(a)}function Mr(t){if(Array.isArray(t))return t.map(Mr);if(t&&"object"==typeof t){var e={};for(var n in t)e[n]=Mr(t[n]);return e}return t}var zr=Rr(null,{path:"/"});function Vr(t){for(var e=[];t;)e.unshift(t),t=t.parent;return e}function $r(t,e){var n=t.path,s=t.query;void 0===s&&(s={});var i=t.hash;return void 0===i&&(i=""),(n||"/")+(e||jr)(s)+i}function Hr(t,e,n){return e===zr?t===e:!!e&&(t.path&&e.path?t.path.replace(Ur,"")===e.path.replace(Ur,"")&&(n||t.hash===e.hash&&qr(t.query,e.query)):!(!t.name||!e.name)&&t.name===e.name&&(n||t.hash===e.hash&&qr(t.query,e.query)&&qr(t.params,e.params)))}function qr(t,e){if(void 0===t&&(t={}),void 0===e&&(e={}),!t||!e)return t===e;var n=Object.keys(t).sort(),s=Object.keys(e).sort();return n.length===s.length&&n.every((function(n,i){var r=t[n];if(s[i]!==n)return!1;var a=e[n];return null==r||null==a?r===a:"object"==typeof r&&"object"==typeof a?qr(r,a):String(r)===String(a)}))}function Zr(t){for(var e=0;e=0&&(e=t.slice(s),t=t.slice(0,s));var i=t.indexOf("?");return i>=0&&(n=t.slice(i+1),t=t.slice(0,i)),{path:t,query:n,hash:e}}(i.path||""),c=e&&e.path||"/",u=l.path?Yr(l.path,c,n||i.append):c,d=function(t,e,n){void 0===e&&(e={});var s,i=n||Dr;try{s=i(t||"")}catch(t){s={}}for(var r in e){var a=e[r];s[r]=Array.isArray(a)?a.map(Br):Br(a)}return s}(l.query,i.query,s&&s.options.parseQuery),m=i.hash||l.hash;return m&&"#"!==m.charAt(0)&&(m="#"+m),{_normalized:!0,path:u,query:d,hash:m}}var fa,ga=function(){},ha={name:"RouterLink",props:{to:{type:[String,Object],required:!0},tag:{type:String,default:"a"},custom:Boolean,exact:Boolean,exactPath:Boolean,append:Boolean,replace:Boolean,activeClass:String,exactActiveClass:String,ariaCurrentValue:{type:String,default:"page"},event:{type:[String,Array],default:"click"}},render:function(t){var e=this,n=this.$router,s=this.$route,i=n.resolve(this.to,s,this.append),r=i.location,a=i.route,o=i.href,l={},c=n.options.linkActiveClass,u=n.options.linkExactActiveClass,d=null==c?"router-link-active":c,m=null==u?"router-link-exact-active":u,p=null==this.activeClass?d:this.activeClass,f=null==this.exactActiveClass?m:this.exactActiveClass,g=a.redirectedFrom?Rr(null,pa(a.redirectedFrom),null,n):a;l[f]=Hr(s,g,this.exactPath),l[p]=this.exact||this.exactPath?l[f]:function(t,e){return 0===t.path.replace(Ur,"/").indexOf(e.path.replace(Ur,"/"))&&(!e.hash||t.hash===e.hash)&&function(t,e){for(var n in e)if(!(n in t))return!1;return!0}(t.query,e.query)}(s,g);var h=l[f]?this.ariaCurrentValue:null,A=function(t){Aa(t)&&(e.replace?n.replace(r,ga):n.push(r,ga))},w={click:Aa};Array.isArray(this.event)?this.event.forEach((function(t){w[t]=A})):w[this.event]=A;var y={class:l},v=!this.$scopedSlots.$hasNormal&&this.$scopedSlots.default&&this.$scopedSlots.default({href:o,route:a,navigate:A,isActive:l[p],isExactActive:l[f]});if(v){if(1===v.length)return v[0];if(v.length>1||!v.length)return 0===v.length?t():t("span",{},v)}if("a"===this.tag)y.on=w,y.attrs={href:o,"aria-current":h};else{var b=wa(this.$slots.default);if(b){b.isStatic=!1;var C=b.data=Lr({},b.data);for(var x in C.on=C.on||{},C.on){var _=C.on[x];x in w&&(C.on[x]=Array.isArray(_)?_:[_])}for(var T in w)T in C.on?C.on[T].push(w[T]):C.on[T]=A;var k=b.data.attrs=Lr({},b.data.attrs);k.href=o,k["aria-current"]=h}else y.on=w}return t(this.tag,y,this.$slots.default)}};function Aa(t){if(!(t.metaKey||t.altKey||t.ctrlKey||t.shiftKey||t.defaultPrevented||void 0!==t.button&&0!==t.button)){if(t.currentTarget&&t.currentTarget.getAttribute){var e=t.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(e))return}return t.preventDefault&&t.preventDefault(),!0}}function wa(t){if(t)for(var e,n=0;n-1&&(l.params[m]=n.params[m]);return l.path=ma(u.path,l.params),o(u,l,a)}if(l.path){l.params={};for(var p=0;p-1}function Ya(t,e){return Wa(t)&&t._isRouter&&(null==e||t.type===e)}function Ka(t,e,n){var s=function(i){i>=t.length?n():t[i]?e(t[i],(function(){s(i+1)})):s(i+1)};s(0)}function Ja(t,e){return Qa(t.map((function(t){return Object.keys(t.components).map((function(n){return e(t.components[n],t.instances[n],t,n)}))})))}function Qa(t){return Array.prototype.concat.apply([],t)}var Xa="function"==typeof Symbol&&"symbol"==typeof Symbol.toStringTag;function to(t){var e=!1;return function(){for(var n=[],s=arguments.length;s--;)n[s]=arguments[s];if(!e)return e=!0,t.apply(this,n)}}var eo=function(t,e){this.router=t,this.base=function(t){if(!t)if(ya){var e=document.querySelector("base");t=(t=e&&e.getAttribute("href")||"/").replace(/^https?:\/\/[^\/]+/,"")}else t="/";return"/"!==t.charAt(0)&&(t="/"+t),t.replace(/\/$/,"")}(e),this.current=zr,this.pending=null,this.ready=!1,this.readyCbs=[],this.readyErrorCbs=[],this.errorCbs=[],this.listeners=[]};function no(t,e,n,s){var i=Ja(t,(function(t,s,i,r){var a=function(t,e){return"function"!=typeof t&&(t=fa.extend(t)),t.options[e]}(t,e);if(a)return Array.isArray(a)?a.map((function(t){return n(t,s,i,r)})):n(a,s,i,r)}));return Qa(s?i.reverse():i)}function so(t,e){if(e)return function(){return t.apply(e,arguments)}}eo.prototype.listen=function(t){this.cb=t},eo.prototype.onReady=function(t,e){this.ready?t():(this.readyCbs.push(t),e&&this.readyErrorCbs.push(e))},eo.prototype.onError=function(t){this.errorCbs.push(t)},eo.prototype.transitionTo=function(t,e,n){var s,i=this;try{s=this.router.match(t,this.current)}catch(t){throw this.errorCbs.forEach((function(e){e(t)})),t}var r=this.current;this.confirmTransition(s,(function(){i.updateRoute(s),e&&e(s),i.ensureURL(),i.router.afterHooks.forEach((function(t){t&&t(s,r)})),i.ready||(i.ready=!0,i.readyCbs.forEach((function(t){t(s)})))}),(function(t){n&&n(t),t&&!i.ready&&(Ya(t,Ha.redirected)&&r===zr||(i.ready=!0,i.readyErrorCbs.forEach((function(e){e(t)}))))}))},eo.prototype.confirmTransition=function(t,e,n){var s=this,i=this.current;this.pending=t;var r,a,o=function(t){!Ya(t)&&Wa(t)&&(s.errorCbs.length?s.errorCbs.forEach((function(e){e(t)})):Sr.error(t)),n&&n(t)},l=t.matched.length-1,c=i.matched.length-1;if(Hr(t,i)&&l===c&&t.matched[l]===i.matched[c])return this.ensureURL(),t.hash&&Fa(this.router,i,t,!1),o(((a=Za(r=i,t,Ha.duplicated,'Avoided redundant navigation to current location: "'+r.fullPath+'".')).name="NavigationDuplicated",a));var u,d=function(t,e){var n,s=Math.max(t.length,e.length);for(n=0;n0)){var e=this.router,n=e.options.scrollBehavior,s=za&&n;s&&this.listeners.push(Ia());var i=function(){var n=t.current,i=ro(t.base);t.current===zr&&i===t._startLocation||t.transitionTo(i,(function(t){s&&Fa(e,t,n,!0)}))};window.addEventListener("popstate",i),this.listeners.push((function(){window.removeEventListener("popstate",i)}))}},e.prototype.go=function(t){window.history.go(t)},e.prototype.push=function(t,e,n){var s=this,i=this.current;this.transitionTo(t,(function(t){Va(Kr(s.base+t.fullPath)),Fa(s.router,t,i,!1),e&&e(t)}),n)},e.prototype.replace=function(t,e,n){var s=this,i=this.current;this.transitionTo(t,(function(t){$a(Kr(s.base+t.fullPath)),Fa(s.router,t,i,!1),e&&e(t)}),n)},e.prototype.ensureURL=function(t){if(ro(this.base)!==this.current.fullPath){var e=Kr(this.base+this.current.fullPath);t?Va(e):$a(e)}},e.prototype.getCurrentLocation=function(){return ro(this.base)},e}(eo);function ro(t){var e=window.location.pathname,n=e.toLowerCase(),s=t.toLowerCase();return!t||n!==s&&0!==n.indexOf(Kr(s+"/"))||(e=e.slice(t.length)),(e||"/")+window.location.search+window.location.hash}var ao=function(t){function e(e,n,s){t.call(this,e,n),s&&function(t){var e=ro(t);if(!/^\/#/.test(e))return window.location.replace(Kr(t+"/#"+e)),!0}(this.base)||oo()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.setupListeners=function(){var t=this;if(!(this.listeners.length>0)){var e=this.router.options.scrollBehavior,n=za&&e;n&&this.listeners.push(Ia());var s=function(){var e=t.current;oo()&&t.transitionTo(lo(),(function(s){n&&Fa(t.router,s,e,!0),za||mo(s.fullPath)}))},i=za?"popstate":"hashchange";window.addEventListener(i,s),this.listeners.push((function(){window.removeEventListener(i,s)}))}},e.prototype.push=function(t,e,n){var s=this,i=this.current;this.transitionTo(t,(function(t){uo(t.fullPath),Fa(s.router,t,i,!1),e&&e(t)}),n)},e.prototype.replace=function(t,e,n){var s=this,i=this.current;this.transitionTo(t,(function(t){mo(t.fullPath),Fa(s.router,t,i,!1),e&&e(t)}),n)},e.prototype.go=function(t){window.history.go(t)},e.prototype.ensureURL=function(t){var e=this.current.fullPath;lo()!==e&&(t?uo(e):mo(e))},e.prototype.getCurrentLocation=function(){return lo()},e}(eo);function oo(){var t=lo();return"/"===t.charAt(0)||(mo("/"+t),!1)}function lo(){var t=window.location.href,e=t.indexOf("#");return e<0?"":t=t.slice(e+1)}function co(t){var e=window.location.href,n=e.indexOf("#");return(n>=0?e.slice(0,n):e)+"#"+t}function uo(t){za?Va(co(t)):window.location.hash=t}function mo(t){za?$a(co(t)):window.location.replace(co(t))}var po=function(t){function e(e,n){t.call(this,e,n),this.stack=[],this.index=-1}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.push=function(t,e,n){var s=this;this.transitionTo(t,(function(t){s.stack=s.stack.slice(0,s.index+1).concat(t),s.index++,e&&e(t)}),n)},e.prototype.replace=function(t,e,n){var s=this;this.transitionTo(t,(function(t){s.stack=s.stack.slice(0,s.index).concat(t),e&&e(t)}),n)},e.prototype.go=function(t){var e=this,n=this.index+t;if(!(n<0||n>=this.stack.length)){var s=this.stack[n];this.confirmTransition(s,(function(){var t=e.current;e.index=n,e.updateRoute(s),e.router.afterHooks.forEach((function(e){e&&e(s,t)}))}),(function(t){Ya(t,Ha.duplicated)&&(e.index=n)}))}},e.prototype.getCurrentLocation=function(){var t=this.stack[this.stack.length-1];return t?t.fullPath:"/"},e.prototype.ensureURL=function(){},e}(eo),fo=function(t){void 0===t&&(t={}),this.app=null,this.apps=[],this.options=t,this.beforeHooks=[],this.resolveHooks=[],this.afterHooks=[],this.matcher=xa(t.routes||[],this);var e=t.mode||"hash";switch(this.fallback="history"===e&&!za&&!1!==t.fallback,this.fallback&&(e="hash"),ya||(e="abstract"),this.mode=e,e){case"history":this.history=new io(this,t.base);break;case"hash":this.history=new ao(this,t.base,this.fallback);break;case"abstract":this.history=new po(this,t.base)}},go={currentRoute:{configurable:!0}};fo.prototype.match=function(t,e,n){return this.matcher.match(t,e,n)},go.currentRoute.get=function(){return this.history&&this.history.current},fo.prototype.init=function(t){var e=this;if(this.apps.push(t),t.$once("hook:destroyed",(function(){var n=e.apps.indexOf(t);n>-1&&e.apps.splice(n,1),e.app===t&&(e.app=e.apps[0]||null),e.app||e.history.teardown()})),!this.app){this.app=t;var n=this.history;if(n instanceof io||n instanceof ao){var s=function(t){n.setupListeners(),function(t){var s=n.current,i=e.options.scrollBehavior;za&&i&&"fullPath"in t&&Fa(e,t,s,!1)}(t)};n.transitionTo(n.getCurrentLocation(),s,s)}n.listen((function(t){e.apps.forEach((function(e){e._route=t}))}))}},fo.prototype.beforeEach=function(t){return Ao(this.beforeHooks,t)},fo.prototype.beforeResolve=function(t){return Ao(this.resolveHooks,t)},fo.prototype.afterEach=function(t){return Ao(this.afterHooks,t)},fo.prototype.onReady=function(t,e){this.history.onReady(t,e)},fo.prototype.onError=function(t){this.history.onError(t)},fo.prototype.push=function(t,e,n){var s=this;if(!e&&!n&&"undefined"!=typeof Promise)return new Promise((function(e,n){s.history.push(t,e,n)}));this.history.push(t,e,n)},fo.prototype.replace=function(t,e,n){var s=this;if(!e&&!n&&"undefined"!=typeof Promise)return new Promise((function(e,n){s.history.replace(t,e,n)}));this.history.replace(t,e,n)},fo.prototype.go=function(t){this.history.go(t)},fo.prototype.back=function(){this.go(-1)},fo.prototype.forward=function(){this.go(1)},fo.prototype.getMatchedComponents=function(t){var e=t?t.matched?t:this.resolve(t).route:this.currentRoute;return e?[].concat.apply([],e.matched.map((function(t){return Object.keys(t.components).map((function(e){return t.components[e]}))}))):[]},fo.prototype.resolve=function(t,e,n){var s=pa(t,e=e||this.history.current,n,this),i=this.match(s,e),r=i.redirectedFrom||i.fullPath,a=function(t,e,n){var s="hash"===n?"#"+e:e;return t?Kr(t+"/"+s):s}(this.history.base,r,this.mode);return{location:s,route:i,href:a,normalizedTo:s,resolved:i}},fo.prototype.getRoutes=function(){return this.matcher.getRoutes()},fo.prototype.addRoute=function(t,e){this.matcher.addRoute(t,e),this.history.current!==zr&&this.history.transitionTo(this.history.getCurrentLocation())},fo.prototype.addRoutes=function(t){this.matcher.addRoutes(t),this.history.current!==zr&&this.history.transitionTo(this.history.getCurrentLocation())},Object.defineProperties(fo.prototype,go);var ho=fo;function Ao(t,e){return t.push(e),function(){var n=t.indexOf(e);n>-1&&t.splice(n,1)}}fo.install=function t(e){if(!t.installed||fa!==e){t.installed=!0,fa=e;var n=function(t){return void 0!==t},s=function(t,e){var s=t.$options._parentVnode;n(s)&&n(s=s.data)&&n(s=s.registerRouteInstance)&&s(t,e)};e.mixin({beforeCreate:function(){n(this.$options.router)?(this._routerRoot=this,this._router=this.$options.router,this._router.init(this),e.util.defineReactive(this,"_route",this._router.history.current)):this._routerRoot=this.$parent&&this.$parent._routerRoot||this,s(this,this)},destroyed:function(){s(this)}}),Object.defineProperty(e.prototype,"$router",{get:function(){return this._routerRoot._router}}),Object.defineProperty(e.prototype,"$route",{get:function(){return this._routerRoot._route}}),e.component("RouterView",Gr),e.component("RouterLink",ha);var i=e.config.optionMergeStrategies;i.beforeRouteEnter=i.beforeRouteLeave=i.beforeRouteUpdate=i.created}},fo.version="3.6.5",fo.isNavigationFailure=Ya,fo.NavigationFailureType=Ha,fo.START_LOCATION=zr,ya&&window.Vue&&window.Vue.use(fo),r.default.use(ho);const wo=ho.prototype.push;ho.prototype.push=function(t,e,n){return e||n?wo.call(this,t,e,n):wo.call(this,t).catch((t=>t))};const yo=new ho({mode:"history",base:(0,ce.generateUrl)("/apps/files"),linkActiveClass:"active",routes:[{path:"/",redirect:{name:"filelist"}},{path:"/:view/:fileid?",name:"filelist",props:!0}],stringifyQuery(t){const e=Er.stringify(t).replace(/%2F/gim,"/");return e?"?"+e:""}});function vo(t,e,n){return(e=function(t){var e=function(t,e){if("object"!=typeof t||null===t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var s=n.call(t,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(t)}(t);return"symbol"==typeof e?e:String(e)}(e))in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var bo=s(25108);s.nc=btoa((0,ct.IH)()),window.OCA.Files=window.OCA.Files??{},window.OCP.Files=window.OCP.Files??{};const Co=new class{constructor(t){var e,n,s;e=this,s=void 0,(n=function(t){var e=function(t,e){if("object"!=typeof t||null===t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var s=n.call(t,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(t)}(t);return"symbol"==typeof e?e:String(e)}(n="_router"))in e?Object.defineProperty(e,n,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[n]=s,this._router=t}get name(){return this._router.currentRoute.name}get query(){return this._router.currentRoute.query||{}}get params(){return this._router.currentRoute.params||{}}goTo(t){let e=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return this._router.push({path:t,replace:e})}goToRoute(t,e,n,s){return this._router.push({name:t,query:n,params:e,replace:s})}}(yo);Object.assign(window.OCP.Files,{Router:Co}),r.default.use((function(t){t.mixin({beforeCreate(){const t=this.$options;if(t.pinia){const e=t.pinia;if(!this._provided){const t={};Object.defineProperty(this,"_provided",{get:()=>t,set:e=>Object.assign(t,e)})}this._provided[A]=e,this.$pinia||(this.$pinia=e),e._a=this,v&&h(e),b&&G(e._a,e)}else!this.$pinia&&t.parent&&t.parent.$pinia&&(this.$pinia=t.parent.$pinia)},destroyed(){delete this._pStores}})}));const xo=function(){const t=(0,r.effectScope)(!0),e=t.run((()=>(0,r.ref)({})));let n=[],s=[];const i=(0,r.markRaw)({install(t){h(i),a||(i._a=t,t.provide(A,i),t.config.globalProperties.$pinia=i,b&&G(t,i),s.forEach((t=>n.push(t))),s=[])},use(t){return this._a||a?n.push(t):s.push(t),this},_p:n,_a:null,_e:t,_s:new Map,state:e});return b&&"undefined"!=typeof Proxy&&i.use(J),i}(),_o=(0,lt.Ti)();r.default.prototype.$navigation=_o;const To=new class{constructor(){var t,e,n;t=this,n=void 0,(e=function(t){var e=function(t,e){if("object"!=typeof t||null===t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var s=n.call(t,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(t)}(t);return"symbol"==typeof e?e:String(e)}(e="_settings"))in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,this._settings=[],bo.debug("OCA.Files.Settings initialized")}register(t){return this._settings.filter((e=>e.name===t.name)).length>0?(bo.error("A setting with the same name is already registered"),!1):(this._settings.push(t),!0)}get settings(){return this._settings}};Object.assign(window.OCA.Files,{Settings:To}),Object.assign(window.OCA.Files.Settings,{Setting:class{constructor(t,e){let{el:n,open:s,close:i}=e;vo(this,"_close",void 0),vo(this,"_el",void 0),vo(this,"_name",void 0),vo(this,"_open",void 0),this._name=t,this._el=n,this._open=s,this._close=i,"function"!=typeof this._open&&(this._open=()=>{}),"function"!=typeof this._close&&(this._close=()=>{})}get name(){return this._name}get el(){return this._el}get open(){return this._open}get close(){return this._close}}}),new(r.default.extend(sr))({name:"FilesNavigationRoot",propsData:{Navigation:_o},router:yo,pinia:xo}).$mount("#app-navigation-files"),new(r.default.extend(Si))({name:"FilesListRoot",router:yo,pinia:xo}).$mount("#app-content-vue")},51473:(t,e,n)=>{"use strict";n.d(e,{Z:()=>f});var s=n(87537),i=n.n(s),r=n(23645),a=n.n(r),o=n(61667),l=n.n(o),c=new URL(n(81490),n.b),u=new URL(n(90888),n.b),d=a()(i()),m=l()(c),p=l()(u);d.push([t.id,`@charset "UTF-8";\n/**\n * @copyright Copyright (c) 2019 Julius Härtl \n *\n * @author Julius Härtl \n * @author John Molakvoæ \n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n */\n.toastify.dialogs {\n min-width: 200px;\n background: none;\n background-color: var(--color-main-background);\n color: var(--color-main-text);\n box-shadow: 0 0 6px 0 var(--color-box-shadow);\n padding: 0 12px;\n margin-top: 45px;\n position: fixed;\n z-index: 10100;\n border-radius: var(--border-radius);\n display: flex;\n align-items: center;\n}\n.toastify.dialogs .toast-undo-container {\n display: flex;\n align-items: center;\n}\n.toastify.dialogs .toast-undo-button,\n.toastify.dialogs .toast-close {\n position: static;\n overflow: hidden;\n box-sizing: border-box;\n min-width: 44px;\n height: 100%;\n padding: 12px;\n white-space: nowrap;\n background-repeat: no-repeat;\n background-position: center;\n background-color: transparent;\n min-height: 0;\n}\n.toastify.dialogs .toast-undo-button.toast-close,\n.toastify.dialogs .toast-close.toast-close {\n text-indent: 0;\n opacity: .4;\n border: none;\n min-height: 44px;\n margin-left: 10px;\n font-size: 0;\n}\n.toastify.dialogs .toast-undo-button.toast-close:before,\n.toastify.dialogs .toast-close.toast-close:before {\n background-image: url(${m});\n content: " ";\n filter: var(--background-invert-if-dark);\n display: inline-block;\n width: 16px;\n height: 16px;\n}\n.toastify.dialogs .toast-undo-button.toast-undo-button,\n.toastify.dialogs .toast-close.toast-undo-button {\n height: calc(100% - 6px);\n margin: 3px 3px 3px 12px;\n}\n.toastify.dialogs .toast-undo-button:hover,\n.toastify.dialogs .toast-undo-button:focus,\n.toastify.dialogs .toast-undo-button:active,\n.toastify.dialogs .toast-close:hover,\n.toastify.dialogs .toast-close:focus,\n.toastify.dialogs .toast-close:active {\n cursor: pointer;\n opacity: 1;\n}\n.toastify.dialogs.toastify-top {\n right: 10px;\n}\n.toastify.dialogs.toast-with-click {\n cursor: pointer;\n}\n.toastify.dialogs.toast-error {\n border-left: 3px solid var(--color-error);\n}\n.toastify.dialogs.toast-info {\n border-left: 3px solid var(--color-primary);\n}\n.toastify.dialogs.toast-warning {\n border-left: 3px solid var(--color-warning);\n}\n.toastify.dialogs.toast-success,\n.toastify.dialogs.toast-undo {\n border-left: 3px solid var(--color-success);\n}\n.theme--dark .toastify.dialogs .toast-close.toast-close:before {\n background-image: url(${p});\n}\n._file-picker__file-icon_1vgv4_5 {\n width: 32px;\n height: 32px;\n min-width: 32px;\n min-height: 32px;\n background-repeat: no-repeat;\n background-size: contain;\n display: flex;\n justify-content: center;\n}\ntr.file-picker__row[data-v-6aded0d9] {\n height: var(--row-height, 50px);\n}\ntr.file-picker__row td[data-v-6aded0d9] {\n cursor: pointer;\n overflow: hidden;\n text-overflow: ellipsis;\n border-bottom: none;\n}\ntr.file-picker__row td[data-v-6aded0d9]:not(.row-checkbox) {\n padding-inline: 14px 0;\n}\ntr.file-picker__row td.row-size[data-v-6aded0d9] {\n text-align: end;\n padding-inline: 0 14px;\n}\ntr.file-picker__row td.row-name[data-v-6aded0d9] {\n padding-inline: 2px 0;\n}\n@keyframes gradient-6aded0d9 {\n 0% {\n background-position: 0% 50%;\n }\n 50% {\n background-position: 100% 50%;\n }\n to {\n background-position: 0% 50%;\n }\n}\n.loading-row .row-checkbox[data-v-6aded0d9] {\n text-align: center !important;\n}\n.loading-row span[data-v-6aded0d9] {\n display: inline-block;\n height: 24px;\n background: linear-gradient(to right, var(--color-background-darker), var(--color-text-maxcontrast), var(--color-background-darker));\n background-size: 600px 100%;\n border-radius: var(--border-radius);\n animation: gradient-6aded0d9 12s ease infinite;\n}\n.loading-row .row-wrapper[data-v-6aded0d9] {\n display: inline-flex;\n align-items: center;\n}\n.loading-row .row-checkbox span[data-v-6aded0d9] {\n width: 24px;\n}\n.loading-row .row-name span[data-v-6aded0d9]:last-of-type {\n margin-inline-start: 6px;\n width: 130px;\n}\n.loading-row .row-size span[data-v-6aded0d9] {\n width: 80px;\n}\n.loading-row .row-modified span[data-v-6aded0d9] {\n width: 90px;\n}\ntr.file-picker__row[data-v-ee6f34b5] {\n height: var(--row-height, 50px);\n}\ntr.file-picker__row td[data-v-ee6f34b5] {\n cursor: pointer;\n overflow: hidden;\n text-overflow: ellipsis;\n border-bottom: none;\n}\ntr.file-picker__row td[data-v-ee6f34b5]:not(.row-checkbox) {\n padding-inline: 14px 0;\n}\ntr.file-picker__row td.row-size[data-v-ee6f34b5] {\n text-align: end;\n padding-inline: 0 14px;\n}\ntr.file-picker__row td.row-name[data-v-ee6f34b5] {\n padding-inline: 2px 0;\n}\n.file-picker__row--selected[data-v-ee6f34b5] {\n background-color: var(--color-background-dark);\n}\n.file-picker__row[data-v-ee6f34b5]:hover {\n background-color: var(--color-background-hover);\n}\n.file-picker__name-container[data-v-ee6f34b5] {\n display: flex;\n justify-content: start;\n align-items: center;\n height: 100%;\n}\n.file-picker__file-name[data-v-ee6f34b5] {\n padding-inline-start: 6px;\n min-width: 0;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.file-picker__file-extension[data-v-ee6f34b5] {\n color: var(--color-text-maxcontrast);\n min-width: fit-content;\n}\n.file-picker__header-preview[data-v-4297db37] {\n width: 22px;\n height: 32px;\n flex: 0 0 auto;\n}\n.file-picker__files[data-v-4297db37] {\n margin: 2px;\n margin-inline-start: 12px;\n overflow: scroll auto;\n}\n.file-picker__files table[data-v-4297db37] {\n width: 100%;\n max-height: 100%;\n table-layout: fixed;\n}\n.file-picker__files th[data-v-4297db37] {\n position: -webkit-sticky;\n position: sticky;\n z-index: 1;\n top: 0;\n background-color: var(--color-main-background);\n padding: 2px;\n}\n.file-picker__files th .header-wrapper[data-v-4297db37] {\n display: flex;\n}\n.file-picker__files th.row-checkbox[data-v-4297db37] {\n width: 44px;\n}\n.file-picker__files th.row-name[data-v-4297db37] {\n width: 230px;\n}\n.file-picker__files th.row-size[data-v-4297db37] {\n width: 100px;\n}\n.file-picker__files th.row-modified[data-v-4297db37] {\n width: 120px;\n}\n.file-picker__files th[data-v-4297db37]:not(.row-size) .button-vue__wrapper {\n justify-content: start;\n flex-direction: row-reverse;\n}\n.file-picker__files th[data-v-4297db37]:not(.row-size) .button-vue {\n padding-inline: 16px 4px;\n}\n.file-picker__files th.row-size[data-v-4297db37] .button-vue__wrapper {\n justify-content: end;\n}\n.file-picker__files th[data-v-4297db37] .button-vue__wrapper {\n color: var(--color-text-maxcontrast);\n}\n.file-picker__files th[data-v-4297db37] .button-vue__wrapper .button-vue__text {\n font-weight: 400;\n}\n.file-picker__breadcrumbs[data-v-3bc9efa5] {\n flex-grow: 0 !important;\n}\n.file-picker__side[data-v-fcfd0f23] {\n display: flex;\n flex-direction: column;\n align-items: start;\n gap: .5rem;\n min-width: 200px;\n padding-block: 2px;\n overflow: auto;\n}\n.file-picker__side[data-v-fcfd0f23] .button-vue__wrapper {\n justify-content: start;\n}\n.file-picker__filter-input[data-v-fcfd0f23] {\n margin-block: 7px;\n max-width: 260px;\n}\n@media (max-width: 736px) {\n .file-picker__side[data-v-fcfd0f23] {\n flex-direction: row;\n min-width: unset;\n }\n}\n@media (max-width: 512px) {\n .file-picker__side[data-v-fcfd0f23] {\n flex-direction: row;\n min-width: unset;\n }\n .file-picker__filter-input[data-v-fcfd0f23] {\n max-width: unset;\n }\n}\n.file-picker__navigation {\n padding-inline: 2px;\n}\n.file-picker__navigation,\n.file-picker__navigation * {\n box-sizing: border-box;\n}\n.file-picker__navigation .v-select.select {\n min-width: 220px;\n}\n@media (min-width: 513px) and (max-width: 736px) {\n .file-picker__navigation {\n gap: 11px;\n }\n}\n@media (max-width: 512px) {\n .file-picker__navigation {\n flex-direction: column-reverse !important;\n }\n}\n.file-picker__view[data-v-86a13079] {\n height: 50px;\n display: flex;\n justify-content: start;\n align-items: center;\n}\n.file-picker__view h3[data-v-86a13079] {\n font-weight: 700;\n height: fit-content;\n margin: 0;\n}\n.file-picker__main[data-v-86a13079] {\n box-sizing: border-box;\n width: 100%;\n display: flex;\n flex-direction: column;\n min-height: 0;\n flex: 1;\n padding-inline: 2px;\n}\n.file-picker__main *[data-v-86a13079] {\n box-sizing: border-box;\n}\n[data-v-86a13079] .file-picker {\n height: min(80vh, 800px);\n}\n@media (max-width: 512px) {\n [data-v-86a13079] .file-picker {\n height: calc(100% - 16px - var(--default-clickable-area));\n }\n}\n[data-v-86a13079] .file-picker__content {\n display: flex;\n flex-direction: column;\n overflow: hidden;\n}\n`,"",{version:3,sources:["webpack://./node_modules/@nextcloud/dialogs/dist/style.css"],names:[],mappings:"AAAA,gBAAgB;AAChB;;;;;;;;;;;;;;;;;;;;EAoBE;AACF;EACE,gBAAgB;EAChB,gBAAgB;EAChB,8CAA8C;EAC9C,6BAA6B;EAC7B,6CAA6C;EAC7C,eAAe;EACf,gBAAgB;EAChB,eAAe;EACf,cAAc;EACd,mCAAmC;EACnC,aAAa;EACb,mBAAmB;AACrB;AACA;EACE,aAAa;EACb,mBAAmB;AACrB;AACA;;EAEE,gBAAgB;EAChB,gBAAgB;EAChB,sBAAsB;EACtB,eAAe;EACf,YAAY;EACZ,aAAa;EACb,mBAAmB;EACnB,4BAA4B;EAC5B,2BAA2B;EAC3B,6BAA6B;EAC7B,aAAa;AACf;AACA;;EAEE,cAAc;EACd,WAAW;EACX,YAAY;EACZ,gBAAgB;EAChB,iBAAiB;EACjB,YAAY;AACd;AACA;;EAEE,yDAAiR;EACjR,YAAY;EACZ,wCAAwC;EACxC,qBAAqB;EACrB,WAAW;EACX,YAAY;AACd;AACA;;EAEE,wBAAwB;EACxB,wBAAwB;AAC1B;AACA;;;;;;EAME,eAAe;EACf,UAAU;AACZ;AACA;EACE,WAAW;AACb;AACA;EACE,eAAe;AACjB;AACA;EACE,yCAAyC;AAC3C;AACA;EACE,2CAA2C;AAC7C;AACA;EACE,2CAA2C;AAC7C;AACA;;EAEE,2CAA2C;AAC7C;AACA;EACE,yDAAiU;AACnU;AACA;EACE,WAAW;EACX,YAAY;EACZ,eAAe;EACf,gBAAgB;EAChB,4BAA4B;EAC5B,wBAAwB;EACxB,aAAa;EACb,uBAAuB;AACzB;AACA;EACE,+BAA+B;AACjC;AACA;EACE,eAAe;EACf,gBAAgB;EAChB,uBAAuB;EACvB,mBAAmB;AACrB;AACA;EACE,sBAAsB;AACxB;AACA;EACE,eAAe;EACf,sBAAsB;AACxB;AACA;EACE,qBAAqB;AACvB;AACA;EACE;IACE,2BAA2B;EAC7B;EACA;IACE,6BAA6B;EAC/B;EACA;IACE,2BAA2B;EAC7B;AACF;AACA;EACE,6BAA6B;AAC/B;AACA;EACE,qBAAqB;EACrB,YAAY;EACZ,oIAAoI;EACpI,2BAA2B;EAC3B,mCAAmC;EACnC,8CAA8C;AAChD;AACA;EACE,oBAAoB;EACpB,mBAAmB;AACrB;AACA;EACE,WAAW;AACb;AACA;EACE,wBAAwB;EACxB,YAAY;AACd;AACA;EACE,WAAW;AACb;AACA;EACE,WAAW;AACb;AACA;EACE,+BAA+B;AACjC;AACA;EACE,eAAe;EACf,gBAAgB;EAChB,uBAAuB;EACvB,mBAAmB;AACrB;AACA;EACE,sBAAsB;AACxB;AACA;EACE,eAAe;EACf,sBAAsB;AACxB;AACA;EACE,qBAAqB;AACvB;AACA;EACE,8CAA8C;AAChD;AACA;EACE,+CAA+C;AACjD;AACA;EACE,aAAa;EACb,sBAAsB;EACtB,mBAAmB;EACnB,YAAY;AACd;AACA;EACE,yBAAyB;EACzB,YAAY;EACZ,gBAAgB;EAChB,uBAAuB;AACzB;AACA;EACE,oCAAoC;EACpC,sBAAsB;AACxB;AACA;EACE,WAAW;EACX,YAAY;EACZ,cAAc;AAChB;AACA;EACE,WAAW;EACX,yBAAyB;EACzB,qBAAqB;AACvB;AACA;EACE,WAAW;EACX,gBAAgB;EAChB,mBAAmB;AACrB;AACA;EACE,wBAAwB;EACxB,gBAAgB;EAChB,UAAU;EACV,MAAM;EACN,8CAA8C;EAC9C,YAAY;AACd;AACA;EACE,aAAa;AACf;AACA;EACE,WAAW;AACb;AACA;EACE,YAAY;AACd;AACA;EACE,YAAY;AACd;AACA;EACE,YAAY;AACd;AACA;EACE,sBAAsB;EACtB,2BAA2B;AAC7B;AACA;EACE,wBAAwB;AAC1B;AACA;EACE,oBAAoB;AACtB;AACA;EACE,oCAAoC;AACtC;AACA;EACE,gBAAgB;AAClB;AACA;EACE,uBAAuB;AACzB;AACA;EACE,aAAa;EACb,sBAAsB;EACtB,kBAAkB;EAClB,UAAU;EACV,gBAAgB;EAChB,kBAAkB;EAClB,cAAc;AAChB;AACA;EACE,sBAAsB;AACxB;AACA;EACE,iBAAiB;EACjB,gBAAgB;AAClB;AACA;EACE;IACE,mBAAmB;IACnB,gBAAgB;EAClB;AACF;AACA;EACE;IACE,mBAAmB;IACnB,gBAAgB;EAClB;EACA;IACE,gBAAgB;EAClB;AACF;AACA;EACE,mBAAmB;AACrB;AACA;;EAEE,sBAAsB;AACxB;AACA;EACE,gBAAgB;AAClB;AACA;EACE;IACE,SAAS;EACX;AACF;AACA;EACE;IACE,yCAAyC;EAC3C;AACF;AACA;EACE,YAAY;EACZ,aAAa;EACb,sBAAsB;EACtB,mBAAmB;AACrB;AACA;EACE,gBAAgB;EAChB,mBAAmB;EACnB,SAAS;AACX;AACA;EACE,sBAAsB;EACtB,WAAW;EACX,aAAa;EACb,sBAAsB;EACtB,aAAa;EACb,OAAO;EACP,mBAAmB;AACrB;AACA;EACE,sBAAsB;AACxB;AACA;EACE,wBAAwB;AAC1B;AACA;EACE;IACE,yDAAyD;EAC3D;AACF;AACA;EACE,aAAa;EACb,sBAAsB;EACtB,gBAAgB;AAClB",sourcesContent:['@charset "UTF-8";\n/**\n * @copyright Copyright (c) 2019 Julius Härtl \n *\n * @author Julius Härtl \n * @author John Molakvoæ \n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n */\n.toastify.dialogs {\n min-width: 200px;\n background: none;\n background-color: var(--color-main-background);\n color: var(--color-main-text);\n box-shadow: 0 0 6px 0 var(--color-box-shadow);\n padding: 0 12px;\n margin-top: 45px;\n position: fixed;\n z-index: 10100;\n border-radius: var(--border-radius);\n display: flex;\n align-items: center;\n}\n.toastify.dialogs .toast-undo-container {\n display: flex;\n align-items: center;\n}\n.toastify.dialogs .toast-undo-button,\n.toastify.dialogs .toast-close {\n position: static;\n overflow: hidden;\n box-sizing: border-box;\n min-width: 44px;\n height: 100%;\n padding: 12px;\n white-space: nowrap;\n background-repeat: no-repeat;\n background-position: center;\n background-color: transparent;\n min-height: 0;\n}\n.toastify.dialogs .toast-undo-button.toast-close,\n.toastify.dialogs .toast-close.toast-close {\n text-indent: 0;\n opacity: .4;\n border: none;\n min-height: 44px;\n margin-left: 10px;\n font-size: 0;\n}\n.toastify.dialogs .toast-undo-button.toast-close:before,\n.toastify.dialogs .toast-close.toast-close:before {\n background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTYiIHdpZHRoPSIxNiI+CiAgPHBhdGggZD0iTTE0IDEyLjNMMTIuMyAxNCA4IDkuNyAzLjcgMTQgMiAxMi4zIDYuMyA4IDIgMy43IDMuNyAyIDggNi4zIDEyLjMgMiAxNCAzLjcgOS43IDh6Ii8+Cjwvc3ZnPgo=);\n content: " ";\n filter: var(--background-invert-if-dark);\n display: inline-block;\n width: 16px;\n height: 16px;\n}\n.toastify.dialogs .toast-undo-button.toast-undo-button,\n.toastify.dialogs .toast-close.toast-undo-button {\n height: calc(100% - 6px);\n margin: 3px 3px 3px 12px;\n}\n.toastify.dialogs .toast-undo-button:hover,\n.toastify.dialogs .toast-undo-button:focus,\n.toastify.dialogs .toast-undo-button:active,\n.toastify.dialogs .toast-close:hover,\n.toastify.dialogs .toast-close:focus,\n.toastify.dialogs .toast-close:active {\n cursor: pointer;\n opacity: 1;\n}\n.toastify.dialogs.toastify-top {\n right: 10px;\n}\n.toastify.dialogs.toast-with-click {\n cursor: pointer;\n}\n.toastify.dialogs.toast-error {\n border-left: 3px solid var(--color-error);\n}\n.toastify.dialogs.toast-info {\n border-left: 3px solid var(--color-primary);\n}\n.toastify.dialogs.toast-warning {\n border-left: 3px solid var(--color-warning);\n}\n.toastify.dialogs.toast-success,\n.toastify.dialogs.toast-undo {\n border-left: 3px solid var(--color-success);\n}\n.theme--dark .toastify.dialogs .toast-close.toast-close:before {\n background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTYiIHdpZHRoPSIxNiI+CiAgPHBhdGggZD0iTTE0IDEyLjNMMTIuMyAxNCA4IDkuNyAzLjcgMTQgMiAxMi4zIDYuMyA4IDIgMy43IDMuNyAyIDggNi4zIDEyLjMgMiAxNCAzLjcgOS43IDh6IiBzdHlsZT0iZmlsbC1vcGFjaXR5OjE7ZmlsbDojZmZmZmZmIi8+Cjwvc3ZnPgo=);\n}\n._file-picker__file-icon_1vgv4_5 {\n width: 32px;\n height: 32px;\n min-width: 32px;\n min-height: 32px;\n background-repeat: no-repeat;\n background-size: contain;\n display: flex;\n justify-content: center;\n}\ntr.file-picker__row[data-v-6aded0d9] {\n height: var(--row-height, 50px);\n}\ntr.file-picker__row td[data-v-6aded0d9] {\n cursor: pointer;\n overflow: hidden;\n text-overflow: ellipsis;\n border-bottom: none;\n}\ntr.file-picker__row td[data-v-6aded0d9]:not(.row-checkbox) {\n padding-inline: 14px 0;\n}\ntr.file-picker__row td.row-size[data-v-6aded0d9] {\n text-align: end;\n padding-inline: 0 14px;\n}\ntr.file-picker__row td.row-name[data-v-6aded0d9] {\n padding-inline: 2px 0;\n}\n@keyframes gradient-6aded0d9 {\n 0% {\n background-position: 0% 50%;\n }\n 50% {\n background-position: 100% 50%;\n }\n to {\n background-position: 0% 50%;\n }\n}\n.loading-row .row-checkbox[data-v-6aded0d9] {\n text-align: center !important;\n}\n.loading-row span[data-v-6aded0d9] {\n display: inline-block;\n height: 24px;\n background: linear-gradient(to right, var(--color-background-darker), var(--color-text-maxcontrast), var(--color-background-darker));\n background-size: 600px 100%;\n border-radius: var(--border-radius);\n animation: gradient-6aded0d9 12s ease infinite;\n}\n.loading-row .row-wrapper[data-v-6aded0d9] {\n display: inline-flex;\n align-items: center;\n}\n.loading-row .row-checkbox span[data-v-6aded0d9] {\n width: 24px;\n}\n.loading-row .row-name span[data-v-6aded0d9]:last-of-type {\n margin-inline-start: 6px;\n width: 130px;\n}\n.loading-row .row-size span[data-v-6aded0d9] {\n width: 80px;\n}\n.loading-row .row-modified span[data-v-6aded0d9] {\n width: 90px;\n}\ntr.file-picker__row[data-v-ee6f34b5] {\n height: var(--row-height, 50px);\n}\ntr.file-picker__row td[data-v-ee6f34b5] {\n cursor: pointer;\n overflow: hidden;\n text-overflow: ellipsis;\n border-bottom: none;\n}\ntr.file-picker__row td[data-v-ee6f34b5]:not(.row-checkbox) {\n padding-inline: 14px 0;\n}\ntr.file-picker__row td.row-size[data-v-ee6f34b5] {\n text-align: end;\n padding-inline: 0 14px;\n}\ntr.file-picker__row td.row-name[data-v-ee6f34b5] {\n padding-inline: 2px 0;\n}\n.file-picker__row--selected[data-v-ee6f34b5] {\n background-color: var(--color-background-dark);\n}\n.file-picker__row[data-v-ee6f34b5]:hover {\n background-color: var(--color-background-hover);\n}\n.file-picker__name-container[data-v-ee6f34b5] {\n display: flex;\n justify-content: start;\n align-items: center;\n height: 100%;\n}\n.file-picker__file-name[data-v-ee6f34b5] {\n padding-inline-start: 6px;\n min-width: 0;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.file-picker__file-extension[data-v-ee6f34b5] {\n color: var(--color-text-maxcontrast);\n min-width: fit-content;\n}\n.file-picker__header-preview[data-v-4297db37] {\n width: 22px;\n height: 32px;\n flex: 0 0 auto;\n}\n.file-picker__files[data-v-4297db37] {\n margin: 2px;\n margin-inline-start: 12px;\n overflow: scroll auto;\n}\n.file-picker__files table[data-v-4297db37] {\n width: 100%;\n max-height: 100%;\n table-layout: fixed;\n}\n.file-picker__files th[data-v-4297db37] {\n position: -webkit-sticky;\n position: sticky;\n z-index: 1;\n top: 0;\n background-color: var(--color-main-background);\n padding: 2px;\n}\n.file-picker__files th .header-wrapper[data-v-4297db37] {\n display: flex;\n}\n.file-picker__files th.row-checkbox[data-v-4297db37] {\n width: 44px;\n}\n.file-picker__files th.row-name[data-v-4297db37] {\n width: 230px;\n}\n.file-picker__files th.row-size[data-v-4297db37] {\n width: 100px;\n}\n.file-picker__files th.row-modified[data-v-4297db37] {\n width: 120px;\n}\n.file-picker__files th[data-v-4297db37]:not(.row-size) .button-vue__wrapper {\n justify-content: start;\n flex-direction: row-reverse;\n}\n.file-picker__files th[data-v-4297db37]:not(.row-size) .button-vue {\n padding-inline: 16px 4px;\n}\n.file-picker__files th.row-size[data-v-4297db37] .button-vue__wrapper {\n justify-content: end;\n}\n.file-picker__files th[data-v-4297db37] .button-vue__wrapper {\n color: var(--color-text-maxcontrast);\n}\n.file-picker__files th[data-v-4297db37] .button-vue__wrapper .button-vue__text {\n font-weight: 400;\n}\n.file-picker__breadcrumbs[data-v-3bc9efa5] {\n flex-grow: 0 !important;\n}\n.file-picker__side[data-v-fcfd0f23] {\n display: flex;\n flex-direction: column;\n align-items: start;\n gap: .5rem;\n min-width: 200px;\n padding-block: 2px;\n overflow: auto;\n}\n.file-picker__side[data-v-fcfd0f23] .button-vue__wrapper {\n justify-content: start;\n}\n.file-picker__filter-input[data-v-fcfd0f23] {\n margin-block: 7px;\n max-width: 260px;\n}\n@media (max-width: 736px) {\n .file-picker__side[data-v-fcfd0f23] {\n flex-direction: row;\n min-width: unset;\n }\n}\n@media (max-width: 512px) {\n .file-picker__side[data-v-fcfd0f23] {\n flex-direction: row;\n min-width: unset;\n }\n .file-picker__filter-input[data-v-fcfd0f23] {\n max-width: unset;\n }\n}\n.file-picker__navigation {\n padding-inline: 2px;\n}\n.file-picker__navigation,\n.file-picker__navigation * {\n box-sizing: border-box;\n}\n.file-picker__navigation .v-select.select {\n min-width: 220px;\n}\n@media (min-width: 513px) and (max-width: 736px) {\n .file-picker__navigation {\n gap: 11px;\n }\n}\n@media (max-width: 512px) {\n .file-picker__navigation {\n flex-direction: column-reverse !important;\n }\n}\n.file-picker__view[data-v-86a13079] {\n height: 50px;\n display: flex;\n justify-content: start;\n align-items: center;\n}\n.file-picker__view h3[data-v-86a13079] {\n font-weight: 700;\n height: fit-content;\n margin: 0;\n}\n.file-picker__main[data-v-86a13079] {\n box-sizing: border-box;\n width: 100%;\n display: flex;\n flex-direction: column;\n min-height: 0;\n flex: 1;\n padding-inline: 2px;\n}\n.file-picker__main *[data-v-86a13079] {\n box-sizing: border-box;\n}\n[data-v-86a13079] .file-picker {\n height: min(80vh, 800px);\n}\n@media (max-width: 512px) {\n [data-v-86a13079] .file-picker {\n height: calc(100% - 16px - var(--default-clickable-area));\n }\n}\n[data-v-86a13079] .file-picker__content {\n display: flex;\n flex-direction: column;\n overflow: hidden;\n}\n'],sourceRoot:""}]);const f=d},82396:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var s=n(87537),i=n.n(s),r=n(23645),a=n.n(r)()(i());a.push([t.id,".upload-picker[data-v-f09fb109] {\n display: inline-flex;\n align-items: center;\n height: 44px;\n}\n.upload-picker__progress[data-v-f09fb109] {\n width: 200px;\n max-width: 0;\n transition: max-width var(--animation-quick) ease-in-out;\n margin-top: 8px;\n}\n.upload-picker__progress p[data-v-f09fb109] {\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis;\n}\n.upload-picker--uploading .upload-picker__progress[data-v-f09fb109] {\n max-width: 200px;\n margin-right: 20px;\n margin-left: 8px;\n}\n.upload-picker--paused .upload-picker__progress[data-v-f09fb109] {\n animation: breathing-f09fb109 3s ease-out infinite normal;\n}\n@keyframes breathing-f09fb109 {\n 0% {\n opacity: .5;\n }\n 25% {\n opacity: 1;\n }\n 60% {\n opacity: .5;\n }\n to {\n opacity: .5;\n }\n}\n","",{version:3,sources:["webpack://./node_modules/@nextcloud/upload/dist/assets/index-f2495ce6.css"],names:[],mappings:"AAAA;EACE,oBAAoB;EACpB,mBAAmB;EACnB,YAAY;AACd;AACA;EACE,YAAY;EACZ,YAAY;EACZ,wDAAwD;EACxD,eAAe;AACjB;AACA;EACE,gBAAgB;EAChB,mBAAmB;EACnB,uBAAuB;AACzB;AACA;EACE,gBAAgB;EAChB,kBAAkB;EAClB,gBAAgB;AAClB;AACA;EACE,yDAAyD;AAC3D;AACA;EACE;IACE,WAAW;EACb;EACA;IACE,UAAU;EACZ;EACA;IACE,WAAW;EACb;EACA;IACE,WAAW;EACb;AACF",sourcesContent:[".upload-picker[data-v-f09fb109] {\n display: inline-flex;\n align-items: center;\n height: 44px;\n}\n.upload-picker__progress[data-v-f09fb109] {\n width: 200px;\n max-width: 0;\n transition: max-width var(--animation-quick) ease-in-out;\n margin-top: 8px;\n}\n.upload-picker__progress p[data-v-f09fb109] {\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis;\n}\n.upload-picker--uploading .upload-picker__progress[data-v-f09fb109] {\n max-width: 200px;\n margin-right: 20px;\n margin-left: 8px;\n}\n.upload-picker--paused .upload-picker__progress[data-v-f09fb109] {\n animation: breathing-f09fb109 3s ease-out infinite normal;\n}\n@keyframes breathing-f09fb109 {\n 0% {\n opacity: .5;\n }\n 25% {\n opacity: 1;\n }\n 60% {\n opacity: .5;\n }\n to {\n opacity: .5;\n }\n}\n"],sourceRoot:""}]);const o=a},64912:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var s=n(87537),i=n.n(s),r=n(23645),a=n.n(r)()(i());a.push([t.id,".breadcrumb[data-v-2af35352]{flex:1 1 100% !important;width:100%}.breadcrumb[data-v-2af35352] a{cursor:pointer !important}","",{version:3,sources:["webpack://./apps/files/src/components/BreadCrumbs.vue"],names:[],mappings:"AACA,6BAEC,wBAAA,CACA,UAAA,CAEA,+BACC,yBAAA",sourcesContent:["\n.breadcrumb {\n\t// Take as much space as possible\n\tflex: 1 1 100% !important;\n\twidth: 100%;\n\n\t::v-deep a {\n\t\tcursor: pointer !important;\n\t}\n}\n\n"],sourceRoot:""}]);const o=a},81432:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var s=n(87537),i=n.n(s),r=n(23645),a=n.n(r)()(i());a.push([t.id,".files-list__drag-drop-notice[data-v-7e0e423e]{display:flex;align-items:center;justify-content:center;width:100%;min-height:113px;margin:0;user-select:none;color:var(--color-text-maxcontrast);background-color:var(--color-main-background);border-color:#000}.files-list__drag-drop-notice h3[data-v-7e0e423e]{margin-left:16px;color:inherit}.files-list__drag-drop-notice-wrapper[data-v-7e0e423e]{display:flex;align-items:center;justify-content:center;height:15vh;max-height:70%;padding:0 5vw;border:2px var(--color-border-dark) dashed;border-radius:var(--border-radius-large)}","",{version:3,sources:["webpack://./apps/files/src/components/DragAndDropNotice.vue"],names:[],mappings:"AACA,+CACC,YAAA,CACA,kBAAA,CACA,sBAAA,CACA,UAAA,CAEA,gBAAA,CACA,QAAA,CACA,gBAAA,CACA,mCAAA,CACA,6CAAA,CACA,iBAAA,CAEA,kDACC,gBAAA,CACA,aAAA,CAGD,uDACC,YAAA,CACA,kBAAA,CACA,sBAAA,CACA,WAAA,CACA,cAAA,CACA,aAAA,CACA,0CAAA,CACA,wCAAA",sourcesContent:["\n.files-list__drag-drop-notice {\n\tdisplay: flex;\n\talign-items: center;\n\tjustify-content: center;\n\twidth: 100%;\n\t// Breadcrumbs height + row thead height\n\tmin-height: calc(58px + 55px);\n\tmargin: 0;\n\tuser-select: none;\n\tcolor: var(--color-text-maxcontrast);\n\tbackground-color: var(--color-main-background);\n\tborder-color: black;\n\n\th3 {\n\t\tmargin-left: 16px;\n\t\tcolor: inherit;\n\t}\n\n\t&-wrapper {\n\t\tdisplay: flex;\n\t\talign-items: center;\n\t\tjustify-content: center;\n\t\theight: 15vh;\n\t\tmax-height: 70%;\n\t\tpadding: 0 5vw;\n\t\tborder: 2px var(--color-border-dark) dashed;\n\t\tborder-radius: var(--border-radius-large);\n\t}\n}\n\n"],sourceRoot:""}]);const o=a},50262:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var s=n(87537),i=n.n(s),r=n(23645),a=n.n(r)()(i());a.push([t.id,".files-list-drag-image{position:absolute;top:-9999px;left:-9999px;display:flex;overflow:hidden;align-items:center;height:44px;padding:6px 12px;background:var(--color-main-background)}.files-list-drag-image__icon,.files-list-drag-image .files-list__row-icon{display:flex;overflow:hidden;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--border-radius)}.files-list-drag-image__icon{overflow:visible;margin-right:12px}.files-list-drag-image__icon img{max-width:100%;max-height:100%}.files-list-drag-image__icon .material-design-icon{color:var(--color-text-maxcontrast)}.files-list-drag-image__icon .material-design-icon.folder-icon{color:var(--color-primary-element)}.files-list-drag-image__icon>span{display:flex}.files-list-drag-image__icon>span .files-list__row-icon+.files-list__row-icon{margin-top:6px;margin-left:-26px}.files-list-drag-image__icon>span .files-list__row-icon+.files-list__row-icon+.files-list__row-icon{margin-top:12px}.files-list-drag-image__icon>span:not(:empty)+*{display:none}.files-list-drag-image__name{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}","",{version:3,sources:["webpack://./apps/files/src/components/DragAndDropPreview.vue"],names:[],mappings:"AAIA,uBACC,iBAAA,CACA,WAAA,CACA,YAAA,CACA,YAAA,CACA,eAAA,CACA,kBAAA,CACA,WAAA,CACA,gBAAA,CACA,uCAAA,CAEA,0EAEC,YAAA,CACA,eAAA,CACA,kBAAA,CACA,sBAAA,CACA,UAAA,CACA,WAAA,CACA,kCAAA,CAGD,6BACC,gBAAA,CACA,iBAAA,CAEA,iCACC,cAAA,CACA,eAAA,CAGD,mDACC,mCAAA,CACA,+DACC,kCAAA,CAKF,kCACC,YAAA,CAGA,8EACC,cA9CU,CA+CV,iBAAA,CACA,oGACC,eAAA,CAKF,gDACC,YAAA,CAKH,6BACC,eAAA,CACA,kBAAA,CACA,sBAAA",sourcesContent:["\n$size: 32px;\n$stack-shift: 6px;\n\n.files-list-drag-image {\n\tposition: absolute;\n\ttop: -9999px;\n\tleft: -9999px;\n\tdisplay: flex;\n\toverflow: hidden;\n\talign-items: center;\n\theight: 44px;\n\tpadding: 6px 12px;\n\tbackground: var(--color-main-background);\n\n\t&__icon,\n\t.files-list__row-icon {\n\t\tdisplay: flex;\n\t\toverflow: hidden;\n\t\talign-items: center;\n\t\tjustify-content: center;\n\t\twidth: 32px;\n\t\theight: 32px;\n\t\tborder-radius: var(--border-radius);\n\t}\n\n\t&__icon {\n\t\toverflow: visible;\n\t\tmargin-right: 12px;\n\n\t\timg {\n\t\t\tmax-width: 100%;\n\t\t\tmax-height: 100%;\n\t\t}\n\n\t\t.material-design-icon {\n\t\t\tcolor: var(--color-text-maxcontrast);\n\t\t\t&.folder-icon {\n\t\t\t\tcolor: var(--color-primary-element);\n\t\t\t}\n\t\t}\n\n\t\t// Previews container\n\t\t> span {\n\t\t\tdisplay: flex;\n\n\t\t\t// Stack effect if more than one element\n\t\t\t.files-list__row-icon + .files-list__row-icon {\n\t\t\t\tmargin-top: $stack-shift;\n\t\t\t\tmargin-left: $stack-shift - $size;\n\t\t\t\t& + .files-list__row-icon {\n\t\t\t\t\tmargin-top: $stack-shift * 2;\n\t\t\t\t}\n\t\t\t}\n\t\t\t// If we have manually clone the preview,\n\t\t\t// let's hide any fallback icons\n\t\t\t&:not(:empty) + * {\n\t\t\t\tdisplay: none;\n\t\t\t}\n\t\t}\n\t}\n\n\t&__name {\n\t\toverflow: hidden;\n\t\twhite-space: nowrap;\n\t\ttext-overflow: ellipsis;\n\t}\n}\n\n"],sourceRoot:""}]);const o=a},99292:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var s=n(87537),i=n.n(s),r=n(23645),a=n.n(r)()(i());a.push([t.id,".favorite-marker-icon[data-v-04e52abc]{color:#a08b00;min-width:unset !important;min-height:unset !important}.favorite-marker-icon[data-v-04e52abc] svg{width:26px !important;height:26px !important;max-width:unset !important;max-height:unset !important}.favorite-marker-icon[data-v-04e52abc] svg path{stroke:var(--color-main-background);stroke-width:8px;stroke-linejoin:round;paint-order:stroke}","",{version:3,sources:["webpack://./apps/files/src/components/FileEntry/FavoriteIcon.vue"],names:[],mappings:"AACA,uCACC,aAAA,CAEA,0BAAA,CACG,2BAAA,CAGF,4CAEC,qBAAA,CACA,sBAAA,CAGA,0BAAA,CACA,2BAAA,CAGA,iDACC,mCAAA,CACA,gBAAA,CACA,qBAAA,CACA,kBAAA",sourcesContent:["\n.favorite-marker-icon {\n\tcolor: #a08b00;\n\t// Override NcIconSvgWrapper defaults (clickable area)\n\tmin-width: unset !important;\n min-height: unset !important;\n\n\t:deep() {\n\t\tsvg {\n\t\t\t// We added a stroke for a11y so we must increase the size to include the stroke\n\t\t\twidth: 26px !important;\n\t\t\theight: 26px !important;\n\n\t\t\t// Override NcIconSvgWrapper defaults of 20px\n\t\t\tmax-width: unset !important;\n\t\t\tmax-height: unset !important;\n\n\t\t\t// Sow a border around the icon for better contrast\n\t\t\tpath {\n\t\t\t\tstroke: var(--color-main-background);\n\t\t\t\tstroke-width: 8px;\n\t\t\t\tstroke-linejoin: round;\n\t\t\t\tpaint-order: stroke;\n\t\t\t}\n\t\t}\n\t}\n}\n"],sourceRoot:""}]);const o=a},21367:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var s=n(87537),i=n.n(s),r=n(23645),a=n.n(r)()(i());a.push([t.id,"[data-v-6dd8d639] .button-vue--icon-and-text .button-vue__text{color:var(--color-primary-element)}[data-v-6dd8d639] .button-vue--icon-and-text .button-vue__icon{color:var(--color-primary-element)}","",{version:3,sources:["webpack://./apps/files/src/components/FileEntry/FileEntryActions.vue"],names:[],mappings:"AAGC,+DACC,kCAAA,CAED,+DACC,kCAAA",sourcesContent:["\n\n:deep(.button-vue--icon-and-text, .files-list__row-action-sharing-status) {\n\t.button-vue__text {\n\t\tcolor: var(--color-primary-element);\n\t}\n\t.button-vue__icon {\n\t\tcolor: var(--color-primary-element);\n\t}\n}\n"],sourceRoot:""}]);const o=a},68252:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var s=n(87537),i=n.n(s),r=n(23645),a=n.n(r)()(i());a.push([t.id,"tr[data-v-58f7b64d]{margin-bottom:300px;border-top:1px solid var(--color-border);background-color:rgba(0,0,0,0) !important;border-bottom:none !important}tr td[data-v-58f7b64d]{user-select:none;color:var(--color-text-maxcontrast) !important}","",{version:3,sources:["webpack://./apps/files/src/components/FilesListTableFooter.vue"],names:[],mappings:"AAEA,oBACC,mBAAA,CACA,wCAAA,CAEA,yCAAA,CACA,6BAAA,CAEA,uBACC,gBAAA,CAEA,8CAAA",sourcesContent:["\n// Scoped row\ntr {\n\tmargin-bottom: 300px;\n\tborder-top: 1px solid var(--color-border);\n\t// Prevent hover effect on the whole row\n\tbackground-color: transparent !important;\n\tborder-bottom: none !important;\n\n\ttd {\n\t\tuser-select: none;\n\t\t// Make sure the cell colors don't apply to column headers\n\t\tcolor: var(--color-text-maxcontrast) !important;\n\t}\n}\n"],sourceRoot:""}]);const o=a},41002:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var s=n(87537),i=n.n(s),r=n(23645),a=n.n(r)()(i());a.push([t.id,".files-list__column[data-v-585fdb03]{user-select:none;color:var(--color-text-maxcontrast) !important}.files-list__column--sortable[data-v-585fdb03]{cursor:pointer}","",{version:3,sources:["webpack://./apps/files/src/components/FilesListTableHeader.vue"],names:[],mappings:"AACA,qCACC,gBAAA,CAEA,8CAAA,CAEA,+CACC,cAAA",sourcesContent:["\n.files-list__column {\n\tuser-select: none;\n\t// Make sure the cell colors don't apply to column headers\n\tcolor: var(--color-text-maxcontrast) !important;\n\n\t&--sortable {\n\t\tcursor: pointer;\n\t}\n}\n\n"],sourceRoot:""}]);const o=a},65769:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var s=n(87537),i=n.n(s),r=n(23645),a=n.n(r)()(i());a.push([t.id,".files-list__row-actions-batch[data-v-72bacee0]{flex:1 1 100% !important}.files-list__row-actions-batch[data-v-72bacee0] .button-vue__wrapper{width:100%}.files-list__row-actions-batch[data-v-72bacee0] .button-vue__wrapper span.button-vue__text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}","",{version:3,sources:["webpack://./apps/files/src/components/FilesListTableHeaderActions.vue"],names:[],mappings:"AACA,gDACC,wBAAA,CAGA,qEACC,UAAA,CACA,2FACC,eAAA,CACA,sBAAA,CACA,kBAAA",sourcesContent:["\n.files-list__row-actions-batch {\n\tflex: 1 1 100% !important;\n\n\t// Remove when https://github.com/nextcloud/nextcloud-vue/pull/3936 is merged\n\t::v-deep .button-vue__wrapper {\n\t\twidth: 100%;\n\t\tspan.button-vue__text {\n\t\t\toverflow: hidden;\n\t\t\ttext-overflow: ellipsis;\n\t\t\twhite-space: nowrap;\n\t\t}\n\t}\n}\n"],sourceRoot:""}]);const o=a},97704:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var s=n(87537),i=n.n(s),r=n(23645),a=n.n(r)()(i());a.push([t.id,".files-list__column-sort-button[data-v-2dd1845e]{margin:0 calc(var(--cell-margin)*-1);min-width:calc(100% - 3*var(--cell-margin)) !important}.files-list__column-sort-button-text[data-v-2dd1845e]{color:var(--color-text-maxcontrast);font-weight:normal}.files-list__column-sort-button-icon[data-v-2dd1845e]{color:var(--color-text-maxcontrast);opacity:0;transition:opacity var(--animation-quick);inset-inline-start:-10px}.files-list__column-sort-button--size .files-list__column-sort-button-icon[data-v-2dd1845e]{inset-inline-start:10px}.files-list__column-sort-button--active .files-list__column-sort-button-icon[data-v-2dd1845e],.files-list__column-sort-button:hover .files-list__column-sort-button-icon[data-v-2dd1845e],.files-list__column-sort-button:focus .files-list__column-sort-button-icon[data-v-2dd1845e],.files-list__column-sort-button:active .files-list__column-sort-button-icon[data-v-2dd1845e]{opacity:1}","",{version:3,sources:["webpack://./apps/files/src/components/FilesListTableHeaderButton.vue"],names:[],mappings:"AACA,iDAEC,oCAAA,CACA,sDAAA,CAEA,sDACC,mCAAA,CACA,kBAAA,CAGD,sDACC,mCAAA,CACA,SAAA,CACA,yCAAA,CACA,wBAAA,CAGD,4FACC,uBAAA,CAGD,mXAIC,SAAA",sourcesContent:["\n.files-list__column-sort-button {\n\t// Compensate for cells margin\n\tmargin: 0 calc(var(--cell-margin) * -1);\n\tmin-width: calc(100% - 3 * var(--cell-margin))!important;\n\n\t&-text {\n\t\tcolor: var(--color-text-maxcontrast);\n\t\tfont-weight: normal;\n\t}\n\n\t&-icon {\n\t\tcolor: var(--color-text-maxcontrast);\n\t\topacity: 0;\n\t\ttransition: opacity var(--animation-quick);\n\t\tinset-inline-start: -10px;\n\t}\n\n\t&--size &-icon {\n\t\tinset-inline-start: 10px;\n\t}\n\n\t&--active &-icon,\n\t&:hover &-icon,\n\t&:focus &-icon,\n\t&:active &-icon {\n\t\topacity: 1;\n\t}\n}\n"],sourceRoot:""}]);const o=a},54609:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var s=n(87537),i=n.n(s),r=n(23645),a=n.n(r)()(i());a.push([t.id,".files-list[data-v-e3bf0e42]{--row-height: 55px;--cell-margin: 14px;--checkbox-padding: calc((var(--row-height) - var(--checkbox-size)) / 2);--checkbox-size: 24px;--clickable-area: 44px;--icon-preview-size: 32px;overflow:auto;height:100%;will-change:scroll-position}.files-list[data-v-e3bf0e42] tbody{will-change:padding;contain:layout paint style;display:flex;flex-direction:column;width:100%;position:relative}.files-list[data-v-e3bf0e42] tbody tr{contain:strict}.files-list[data-v-e3bf0e42] tbody tr:hover,.files-list[data-v-e3bf0e42] tbody tr:focus{background-color:var(--color-background-dark)}.files-list[data-v-e3bf0e42] .files-list__before{display:flex;flex-direction:column}.files-list[data-v-e3bf0e42] .files-list__table{display:block}.files-list[data-v-e3bf0e42] .files-list__thead,.files-list[data-v-e3bf0e42] .files-list__tfoot{display:flex;flex-direction:column;width:100%;background-color:var(--color-main-background)}.files-list[data-v-e3bf0e42] .files-list__thead{position:sticky;z-index:10;top:0}.files-list[data-v-e3bf0e42] .files-list__tfoot{min-height:300px}.files-list[data-v-e3bf0e42] tr{position:relative;display:flex;align-items:center;width:100%;user-select:none;border-bottom:1px solid var(--color-border);box-sizing:border-box;user-select:none;height:var(--row-height)}.files-list[data-v-e3bf0e42] td,.files-list[data-v-e3bf0e42] th{display:flex;align-items:center;flex:0 0 auto;justify-content:left;width:var(--row-height);height:var(--row-height);margin:0;padding:0;color:var(--color-text-maxcontrast);border:none}.files-list[data-v-e3bf0e42] td span,.files-list[data-v-e3bf0e42] th span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.files-list[data-v-e3bf0e42] .files-list__row--failed{position:absolute;display:block;top:0;left:0;right:0;bottom:0;opacity:.1;z-index:-1;background:var(--color-error)}.files-list[data-v-e3bf0e42] .files-list__row-checkbox{justify-content:center}.files-list[data-v-e3bf0e42] .files-list__row-checkbox .checkbox-radio-switch{display:flex;justify-content:center;--icon-size: var(--checkbox-size)}.files-list[data-v-e3bf0e42] .files-list__row-checkbox .checkbox-radio-switch label.checkbox-radio-switch__label{width:var(--clickable-area);height:var(--clickable-area);margin:0;padding:calc((var(--clickable-area) - var(--checkbox-size))/2)}.files-list[data-v-e3bf0e42] .files-list__row-checkbox .checkbox-radio-switch .checkbox-radio-switch__icon{margin:0 !important}.files-list[data-v-e3bf0e42] .files-list__row:hover,.files-list[data-v-e3bf0e42] .files-list__row:focus,.files-list[data-v-e3bf0e42] .files-list__row:active,.files-list[data-v-e3bf0e42] .files-list__row--active,.files-list[data-v-e3bf0e42] .files-list__row--dragover{background-color:var(--color-background-hover);--color-text-maxcontrast: var(--color-main-text)}.files-list[data-v-e3bf0e42] .files-list__row:hover>*,.files-list[data-v-e3bf0e42] .files-list__row:focus>*,.files-list[data-v-e3bf0e42] .files-list__row:active>*,.files-list[data-v-e3bf0e42] .files-list__row--active>*,.files-list[data-v-e3bf0e42] .files-list__row--dragover>*{--color-border: var(--color-border-dark)}.files-list[data-v-e3bf0e42] .files-list__row:hover .favorite-marker-icon svg path,.files-list[data-v-e3bf0e42] .files-list__row:focus .favorite-marker-icon svg path,.files-list[data-v-e3bf0e42] .files-list__row:active .favorite-marker-icon svg path,.files-list[data-v-e3bf0e42] .files-list__row--active .favorite-marker-icon svg path,.files-list[data-v-e3bf0e42] .files-list__row--dragover .favorite-marker-icon svg path{stroke:var(--color-background-hover)}.files-list[data-v-e3bf0e42] .files-list__row--dragover *{pointer-events:none}.files-list[data-v-e3bf0e42] .files-list__row-icon{position:relative;display:flex;overflow:visible;align-items:center;flex:0 0 var(--icon-preview-size);justify-content:center;width:var(--icon-preview-size);height:100%;margin-right:var(--checkbox-padding);color:var(--color-primary-element)}.files-list[data-v-e3bf0e42] .files-list__row-icon *{cursor:pointer}.files-list[data-v-e3bf0e42] .files-list__row-icon>span{justify-content:flex-start}.files-list[data-v-e3bf0e42] .files-list__row-icon>span:not(.files-list__row-icon-favorite) svg{width:var(--icon-preview-size);height:var(--icon-preview-size)}.files-list[data-v-e3bf0e42] .files-list__row-icon>span.folder-icon,.files-list[data-v-e3bf0e42] .files-list__row-icon>span.folder-open-icon{margin:-3px}.files-list[data-v-e3bf0e42] .files-list__row-icon>span.folder-icon svg,.files-list[data-v-e3bf0e42] .files-list__row-icon>span.folder-open-icon svg{width:calc(var(--icon-preview-size) + 6px);height:calc(var(--icon-preview-size) + 6px)}.files-list[data-v-e3bf0e42] .files-list__row-icon-preview{overflow:hidden;width:var(--icon-preview-size);height:var(--icon-preview-size);border-radius:var(--border-radius);object-fit:contain;object-position:center}.files-list[data-v-e3bf0e42] .files-list__row-icon-preview:not(.files-list__row-icon-preview--loaded){background:var(--color-loading-dark)}.files-list[data-v-e3bf0e42] .files-list__row-icon-favorite{position:absolute;top:0px;right:-10px}.files-list[data-v-e3bf0e42] .files-list__row-icon-overlay{position:absolute;max-height:calc(var(--icon-preview-size)*.5);max-width:calc(var(--icon-preview-size)*.5);color:var(--color-primary-element-text);margin-top:2px}.files-list[data-v-e3bf0e42] .files-list__row-icon-overlay--file{color:var(--color-main-text);background:var(--color-main-background);border-radius:100%}.files-list[data-v-e3bf0e42] .files-list__row-name{overflow:hidden;flex:1 1 auto}.files-list[data-v-e3bf0e42] .files-list__row-name a{display:flex;align-items:center;width:100%;height:100%;min-width:0}.files-list[data-v-e3bf0e42] .files-list__row-name a:focus-visible{outline:none}.files-list[data-v-e3bf0e42] .files-list__row-name a:focus .files-list__row-name-text{outline:2px solid var(--color-main-text) !important;border-radius:20px}.files-list[data-v-e3bf0e42] .files-list__row-name a:focus:not(:focus-visible) .files-list__row-name-text{outline:none !important}.files-list[data-v-e3bf0e42] .files-list__row-name .files-list__row-name-text{color:var(--color-main-text);padding:5px 10px;margin-left:-10px;display:inline-flex}.files-list[data-v-e3bf0e42] .files-list__row-name .files-list__row-name-ext{color:var(--color-text-maxcontrast);overflow:visible}.files-list[data-v-e3bf0e42] .files-list__row-rename{width:100%;max-width:600px}.files-list[data-v-e3bf0e42] .files-list__row-rename input{width:100%;margin-left:-8px;padding:2px 6px;border-width:2px}.files-list[data-v-e3bf0e42] .files-list__row-rename input:invalid{border-color:var(--color-error);color:red}.files-list[data-v-e3bf0e42] .files-list__row-actions{width:auto}.files-list[data-v-e3bf0e42] .files-list__row-actions~td,.files-list[data-v-e3bf0e42] .files-list__row-actions~th{margin:0 var(--cell-margin)}.files-list[data-v-e3bf0e42] .files-list__row-actions button .button-vue__text{font-weight:normal}.files-list[data-v-e3bf0e42] .files-list__row-action--inline{margin-right:7px}.files-list[data-v-e3bf0e42] .files-list__row-mtime,.files-list[data-v-e3bf0e42] .files-list__row-size{color:var(--color-text-maxcontrast)}.files-list[data-v-e3bf0e42] .files-list__row-size{width:calc(var(--row-height)*1.5);justify-content:flex-end}.files-list[data-v-e3bf0e42] .files-list__row-mtime{width:calc(var(--row-height)*2)}.files-list[data-v-e3bf0e42] .files-list__row-column-custom{width:calc(var(--row-height)*2)}","",{version:3,sources:["webpack://./apps/files/src/components/FilesListVirtual.vue"],names:[],mappings:"AACA,6BACC,kBAAA,CACA,mBAAA,CAEA,wEAAA,CACA,qBAAA,CACA,sBAAA,CACA,yBAAA,CAEA,aAAA,CACA,WAAA,CACA,2BAAA,CAIC,oCACC,mBAAA,CACA,0BAAA,CACA,YAAA,CACA,qBAAA,CACA,UAAA,CAEA,iBAAA,CAGA,uCACC,cAAA,CACA,0FAEC,6CAAA,CAMH,kDACC,YAAA,CACA,qBAAA,CAGD,iDACC,aAAA,CAGD,kGAEC,YAAA,CACA,qBAAA,CACA,UAAA,CACA,6CAAA,CAKD,iDAEC,eAAA,CACA,UAAA,CACA,KAAA,CAID,iDACC,gBAAA,CAGD,iCACC,iBAAA,CACA,YAAA,CACA,kBAAA,CACA,UAAA,CACA,gBAAA,CACA,2CAAA,CACA,qBAAA,CACA,gBAAA,CACA,wBAAA,CAGD,kEACC,YAAA,CACA,kBAAA,CACA,aAAA,CACA,oBAAA,CACA,uBAAA,CACA,wBAAA,CACA,QAAA,CACA,SAAA,CACA,mCAAA,CACA,WAAA,CAKA,4EACC,eAAA,CACA,kBAAA,CACA,sBAAA,CAIF,uDACC,iBAAA,CACA,aAAA,CACA,KAAA,CACA,MAAA,CACA,OAAA,CACA,QAAA,CACA,UAAA,CACA,UAAA,CACA,6BAAA,CAGD,wDACC,sBAAA,CAEA,+EACC,YAAA,CACA,sBAAA,CAEA,iCAAA,CAEA,kHACC,2BAAA,CACA,4BAAA,CACA,QAAA,CACA,8DAAA,CAGD,4GACC,mBAAA,CAMF,gRAEC,8CAAA,CAGA,gDAAA,CACA,0RACC,wCAAA,CAID,2aACC,oCAAA,CAIF,2DAEC,mBAAA,CAKF,oDACC,iBAAA,CACA,YAAA,CACA,gBAAA,CACA,kBAAA,CAEA,iCAAA,CACA,sBAAA,CACA,8BAAA,CACA,WAAA,CAEA,oCAAA,CACA,kCAAA,CAGA,sDACC,cAAA,CAGD,yDACC,0BAAA,CAEA,iGACC,8BAAA,CACA,+BAAA,CAID,+IAEC,WAAA,CACA,uJACC,0CAAA,CACA,2CAAA,CAKH,4DACC,eAAA,CACA,8BAAA,CACA,+BAAA,CACA,kCAAA,CAEA,kBAAA,CACA,sBAAA,CAGA,uGACC,oCAAA,CAKF,6DACC,iBAAA,CACA,OAAA,CACA,WAAA,CAID,4DACC,iBAAA,CACA,4CAAA,CACA,2CAAA,CACA,uCAAA,CAEA,cAAA,CAGA,kEACC,4BAAA,CACA,uCAAA,CACA,kBAAA,CAMH,oDAEC,eAAA,CAEA,aAAA,CAEA,sDACC,YAAA,CACA,kBAAA,CAEA,UAAA,CACA,WAAA,CAEA,WAAA,CAGA,oEACC,YAAA,CAID,uFACC,mDAAA,CACA,kBAAA,CAED,2GACC,uBAAA,CAIF,+EACC,4BAAA,CAEA,gBAAA,CACA,iBAAA,CAEA,mBAAA,CAGD,8EACC,mCAAA,CAEA,gBAAA,CAKF,sDACC,UAAA,CACA,eAAA,CACA,4DACC,UAAA,CAEA,gBAAA,CACA,eAAA,CACA,gBAAA,CAEA,oEAEC,+BAAA,CACA,SAAA,CAKH,uDAEC,UAAA,CAGA,oHAEC,2BAAA,CAIA,gFAEC,kBAAA,CAKH,8DACC,gBAAA,CAGD,yGAEC,mCAAA,CAED,oDACC,iCAAA,CAEA,wBAAA,CAGD,qDACC,+BAAA,CAGD,6DACC,+BAAA",sourcesContent:["\n.files-list {\n\t--row-height: 55px;\n\t--cell-margin: 14px;\n\n\t--checkbox-padding: calc((var(--row-height) - var(--checkbox-size)) / 2);\n\t--checkbox-size: 24px;\n\t--clickable-area: 44px;\n\t--icon-preview-size: 32px;\n\n\toverflow: auto;\n\theight: 100%;\n\twill-change: scroll-position;\n\n\t& :deep() {\n\t\t// Table head, body and footer\n\t\ttbody {\n\t\t\twill-change: padding;\n\t\t\tcontain: layout paint style;\n\t\t\tdisplay: flex;\n\t\t\tflex-direction: column;\n\t\t\twidth: 100%;\n\t\t\t// Necessary for virtual scrolling absolute\n\t\t\tposition: relative;\n\n\t\t\t/* Hover effect on tbody lines only */\n\t\t\ttr {\n\t\t\t\tcontain: strict;\n\t\t\t\t&:hover,\n\t\t\t\t&:focus {\n\t\t\t\t\tbackground-color: var(--color-background-dark);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Before table and thead\n\t\t.files-list__before {\n\t\t\tdisplay: flex;\n\t\t\tflex-direction: column;\n\t\t}\n\n\t\t.files-list__table {\n\t\t\tdisplay: block;\n\t\t}\n\n\t\t.files-list__thead,\n\t\t.files-list__tfoot {\n\t\t\tdisplay: flex;\n\t\t\tflex-direction: column;\n\t\t\twidth: 100%;\n\t\t\tbackground-color: var(--color-main-background);\n\n\t\t}\n\n\t\t// Table header\n\t\t.files-list__thead {\n\t\t\t// Pinned on top when scrolling\n\t\t\tposition: sticky;\n\t\t\tz-index: 10;\n\t\t\ttop: 0;\n\t\t}\n\n\t\t// Table footer\n\t\t.files-list__tfoot {\n\t\t\tmin-height: 300px;\n\t\t}\n\n\t\ttr {\n\t\t\tposition: relative;\n\t\t\tdisplay: flex;\n\t\t\talign-items: center;\n\t\t\twidth: 100%;\n\t\t\tuser-select: none;\n\t\t\tborder-bottom: 1px solid var(--color-border);\n\t\t\tbox-sizing: border-box;\n\t\t\tuser-select: none;\n\t\t\theight: var(--row-height);\n\t\t}\n\n\t\ttd, th {\n\t\t\tdisplay: flex;\n\t\t\talign-items: center;\n\t\t\tflex: 0 0 auto;\n\t\t\tjustify-content: left;\n\t\t\twidth: var(--row-height);\n\t\t\theight: var(--row-height);\n\t\t\tmargin: 0;\n\t\t\tpadding: 0;\n\t\t\tcolor: var(--color-text-maxcontrast);\n\t\t\tborder: none;\n\n\t\t\t// Columns should try to add any text\n\t\t\t// node wrapped in a span. That should help\n\t\t\t// with the ellipsis on overflow.\n\t\t\tspan {\n\t\t\t\toverflow: hidden;\n\t\t\t\twhite-space: nowrap;\n\t\t\t\ttext-overflow: ellipsis;\n\t\t\t}\n\t\t}\n\n\t\t.files-list__row--failed {\n\t\t\tposition: absolute;\n\t\t\tdisplay: block;\n\t\t\ttop: 0;\n\t\t\tleft: 0;\n\t\t\tright: 0;\n\t\t\tbottom: 0;\n\t\t\topacity: .1;\n\t\t\tz-index: -1;\n\t\t\tbackground: var(--color-error);\n\t\t}\n\n\t\t.files-list__row-checkbox {\n\t\t\tjustify-content: center;\n\n\t\t\t.checkbox-radio-switch {\n\t\t\t\tdisplay: flex;\n\t\t\t\tjustify-content: center;\n\n\t\t\t\t--icon-size: var(--checkbox-size);\n\n\t\t\t\tlabel.checkbox-radio-switch__label {\n\t\t\t\t\twidth: var(--clickable-area);\n\t\t\t\t\theight: var(--clickable-area);\n\t\t\t\t\tmargin: 0;\n\t\t\t\t\tpadding: calc((var(--clickable-area) - var(--checkbox-size)) / 2);\n\t\t\t\t}\n\n\t\t\t\t.checkbox-radio-switch__icon {\n\t\t\t\t\tmargin: 0 !important;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t.files-list__row {\n\t\t\t&:hover, &:focus, &:active, &--active, &--dragover {\n\t\t\t\t// WCAG AA compliant\n\t\t\t\tbackground-color: var(--color-background-hover);\n\t\t\t\t// text-maxcontrast have been designed to pass WCAG AA over\n\t\t\t\t// a white background, we need to adjust then.\n\t\t\t\t--color-text-maxcontrast: var(--color-main-text);\n\t\t\t\t> * {\n\t\t\t\t\t--color-border: var(--color-border-dark);\n\t\t\t\t}\n\n\t\t\t\t// Hover state of the row should also change the favorite markers background\n\t\t\t\t.favorite-marker-icon svg path {\n\t\t\t\t\tstroke: var(--color-background-hover);\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t&--dragover * {\n\t\t\t\t// Prevent dropping on row children\n\t\t\t\tpointer-events: none;\n\t\t\t}\n\t\t}\n\n\t\t// Entry preview or mime icon\n\t\t.files-list__row-icon {\n\t\t\tposition: relative;\n\t\t\tdisplay: flex;\n\t\t\toverflow: visible;\n\t\t\talign-items: center;\n\t\t\t// No shrinking or growing allowed\n\t\t\tflex: 0 0 var(--icon-preview-size);\n\t\t\tjustify-content: center;\n\t\t\twidth: var(--icon-preview-size);\n\t\t\theight: 100%;\n\t\t\t// Show same padding as the checkbox right padding for visual balance\n\t\t\tmargin-right: var(--checkbox-padding);\n\t\t\tcolor: var(--color-primary-element);\n\n\t\t\t// Icon is also clickable\n\t\t\t* {\n\t\t\t\tcursor: pointer;\n\t\t\t}\n\n\t\t\t& > span {\n\t\t\t\tjustify-content: flex-start;\n\n\t\t\t\t&:not(.files-list__row-icon-favorite) svg {\n\t\t\t\t\twidth: var(--icon-preview-size);\n\t\t\t\t\theight: var(--icon-preview-size);\n\t\t\t\t}\n\n\t\t\t\t// Slightly increase the size of the folder icon\n\t\t\t\t&.folder-icon,\n\t\t\t\t&.folder-open-icon {\n\t\t\t\t\tmargin: -3px;\n\t\t\t\t\tsvg {\n\t\t\t\t\t\twidth: calc(var(--icon-preview-size) + 6px);\n\t\t\t\t\t\theight: calc(var(--icon-preview-size) + 6px);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t&-preview {\n\t\t\t\toverflow: hidden;\n\t\t\t\twidth: var(--icon-preview-size);\n\t\t\t\theight: var(--icon-preview-size);\n\t\t\t\tborder-radius: var(--border-radius);\n\t\t\t\t// Center and contain the preview\n\t\t\t\tobject-fit: contain;\n\t\t\t\tobject-position: center;\n\n\t\t\t\t/* Preview not loaded animation effect */\n\t\t\t\t&:not(.files-list__row-icon-preview--loaded) {\n\t\t\t\t\tbackground: var(--color-loading-dark);\n\t\t\t\t\t// animation: preview-gradient-fade 1.2s ease-in-out infinite;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t&-favorite {\n\t\t\t\tposition: absolute;\n\t\t\t\ttop: 0px;\n\t\t\t\tright: -10px;\n\t\t\t}\n\n\t\t\t// File and folder overlay\n\t\t\t&-overlay {\n\t\t\t\tposition: absolute;\n\t\t\t\tmax-height: calc(var(--icon-preview-size) * 0.5);\n\t\t\t\tmax-width: calc(var(--icon-preview-size) * 0.5);\n\t\t\t\tcolor: var(--color-primary-element-text);\n\t\t\t\t// better alignment with the folder icon\n\t\t\t\tmargin-top: 2px;\n\n\t\t\t\t// Improve icon contrast with a background for files\n\t\t\t\t&--file {\n\t\t\t\t\tcolor: var(--color-main-text);\n\t\t\t\t\tbackground: var(--color-main-background);\n\t\t\t\t\tborder-radius: 100%;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Entry link\n\t\t.files-list__row-name {\n\t\t\t// Prevent link from overflowing\n\t\t\toverflow: hidden;\n\t\t\t// Take as much space as possible\n\t\t\tflex: 1 1 auto;\n\n\t\t\ta {\n\t\t\t\tdisplay: flex;\n\t\t\t\talign-items: center;\n\t\t\t\t// Fill cell height and width\n\t\t\t\twidth: 100%;\n\t\t\t\theight: 100%;\n\t\t\t\t// Necessary for flex grow to work\n\t\t\t\tmin-width: 0;\n\n\t\t\t\t// Already added to the inner text, see rule below\n\t\t\t\t&:focus-visible {\n\t\t\t\t\toutline: none;\n\t\t\t\t}\n\n\t\t\t\t// Keyboard indicator a11y\n\t\t\t\t&:focus .files-list__row-name-text {\n\t\t\t\t\toutline: 2px solid var(--color-main-text) !important;\n\t\t\t\t\tborder-radius: 20px;\n\t\t\t\t}\n\t\t\t\t&:focus:not(:focus-visible) .files-list__row-name-text {\n\t\t\t\t\toutline: none !important;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t.files-list__row-name-text {\n\t\t\t\tcolor: var(--color-main-text);\n\t\t\t\t// Make some space for the outline\n\t\t\t\tpadding: 5px 10px;\n\t\t\t\tmargin-left: -10px;\n\t\t\t\t// Align two name and ext\n\t\t\t\tdisplay: inline-flex;\n\t\t\t}\n\n\t\t\t.files-list__row-name-ext {\n\t\t\t\tcolor: var(--color-text-maxcontrast);\n\t\t\t\t// always show the extension\n\t\t\t\toverflow: visible;\n\t\t\t}\n\t\t}\n\n\t\t// Rename form\n\t\t.files-list__row-rename {\n\t\t\twidth: 100%;\n\t\t\tmax-width: 600px;\n\t\t\tinput {\n\t\t\t\twidth: 100%;\n\t\t\t\t// Align with text, 0 - padding - border\n\t\t\t\tmargin-left: -8px;\n\t\t\t\tpadding: 2px 6px;\n\t\t\t\tborder-width: 2px;\n\n\t\t\t\t&:invalid {\n\t\t\t\t\t// Show red border on invalid input\n\t\t\t\t\tborder-color: var(--color-error);\n\t\t\t\t\tcolor: red;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t.files-list__row-actions {\n\t\t\t// take as much space as necessary\n\t\t\twidth: auto;\n\n\t\t\t// Add margin to all cells after the actions\n\t\t\t& ~ td,\n\t\t\t& ~ th {\n\t\t\t\tmargin: 0 var(--cell-margin);\n\t\t\t}\n\n\t\t\tbutton {\n\t\t\t\t.button-vue__text {\n\t\t\t\t\t// Remove bold from default button styling\n\t\t\t\t\tfont-weight: normal;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t.files-list__row-action--inline {\n\t\t\tmargin-right: 7px;\n\t\t}\n\n\t\t.files-list__row-mtime,\n\t\t.files-list__row-size {\n\t\t\tcolor: var(--color-text-maxcontrast);\n\t\t}\n\t\t.files-list__row-size {\n\t\t\twidth: calc(var(--row-height) * 1.5);\n\t\t\t// Right align content/text\n\t\t\tjustify-content: flex-end;\n\t\t}\n\n\t\t.files-list__row-mtime {\n\t\t\twidth: calc(var(--row-height) * 2);\n\t\t}\n\n\t\t.files-list__row-column-custom {\n\t\t\twidth: calc(var(--row-height) * 2);\n\t\t}\n\t}\n}\n"],sourceRoot:""}]);const o=a},7559:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var s=n(87537),i=n.n(s),r=n(23645),a=n.n(r)()(i());a.push([t.id,"tbody.files-list__tbody.files-list__tbody--grid{--half-clickable-area: calc(var(--clickable-area) / 2);--row-width: 160px;--row-height: calc(var(--row-width) - var(--half-clickable-area));--icon-preview-size: calc(var(--row-width) - var(--clickable-area));--checkbox-padding: 0px;display:grid;grid-template-columns:repeat(auto-fill, var(--row-width));grid-gap:15px;row-gap:15px;align-content:center;align-items:center;justify-content:space-around;justify-items:center}tbody.files-list__tbody.files-list__tbody--grid tr{width:var(--row-width);height:calc(var(--row-height) + var(--clickable-area));border:none;border-radius:var(--border-radius)}tbody.files-list__tbody.files-list__tbody--grid .files-list__row-checkbox{position:absolute;z-index:9;top:0;left:0;overflow:hidden;width:var(--clickable-area);height:var(--clickable-area);border-radius:var(--half-clickable-area)}tbody.files-list__tbody.files-list__tbody--grid .files-list__row-icon-favorite{position:absolute;top:0;right:0;display:flex;align-items:center;justify-content:center;width:var(--clickable-area);height:var(--clickable-area)}tbody.files-list__tbody.files-list__tbody--grid .files-list__row-name{display:grid;justify-content:stretch;width:100%;height:100%;grid-auto-rows:var(--row-height) var(--clickable-area)}tbody.files-list__tbody.files-list__tbody--grid .files-list__row-name span.files-list__row-icon{width:100%;height:100%;padding-top:var(--half-clickable-area)}tbody.files-list__tbody.files-list__tbody--grid .files-list__row-name a.files-list__row-name-link{width:calc(100% - var(--clickable-area));height:var(--clickable-area)}tbody.files-list__tbody.files-list__tbody--grid .files-list__row-name .files-list__row-name-text{margin:0;padding-right:0}tbody.files-list__tbody.files-list__tbody--grid .files-list__row-actions{position:absolute;right:0;bottom:0;width:var(--clickable-area);height:var(--clickable-area)}","",{version:3,sources:["webpack://./apps/files/src/components/FilesListVirtual.vue"],names:[],mappings:"AAEA,gDACC,sDAAA,CACA,kBAAA,CAEA,iEAAA,CACA,mEAAA,CACA,uBAAA,CAEA,YAAA,CACA,yDAAA,CACA,aAAA,CACA,YAAA,CAEA,oBAAA,CACA,kBAAA,CACA,4BAAA,CACA,oBAAA,CAEA,mDACC,sBAAA,CACA,sDAAA,CACA,WAAA,CACA,kCAAA,CAID,0EACC,iBAAA,CACA,SAAA,CACA,KAAA,CACA,MAAA,CACA,eAAA,CACA,2BAAA,CACA,4BAAA,CACA,wCAAA,CAID,+EACC,iBAAA,CACA,KAAA,CACA,OAAA,CACA,YAAA,CACA,kBAAA,CACA,sBAAA,CACA,2BAAA,CACA,4BAAA,CAGD,sEACC,YAAA,CACA,uBAAA,CACA,UAAA,CACA,WAAA,CACA,sDAAA,CAEA,gGACC,UAAA,CACA,WAAA,CAGA,sCAAA,CAGD,kGAEC,wCAAA,CACA,4BAAA,CAGD,iGACC,QAAA,CACA,eAAA,CAIF,yEACC,iBAAA,CACA,OAAA,CACA,QAAA,CACA,2BAAA,CACA,4BAAA",sourcesContent:["\n// Grid mode\ntbody.files-list__tbody.files-list__tbody--grid {\n\t--half-clickable-area: calc(var(--clickable-area) / 2);\n\t--row-width: 160px;\n\t// We use half of the clickable area as visual balance margin\n\t--row-height: calc(var(--row-width) - var(--half-clickable-area));\n\t--icon-preview-size: calc(var(--row-width) - var(--clickable-area));\n\t--checkbox-padding: 0px;\n\n\tdisplay: grid;\n\tgrid-template-columns: repeat(auto-fill, var(--row-width));\n\tgrid-gap: 15px;\n\trow-gap: 15px;\n\n\talign-content: center;\n\talign-items: center;\n\tjustify-content: space-around;\n\tjustify-items: center;\n\n\ttr {\n\t\twidth: var(--row-width);\n\t\theight: calc(var(--row-height) + var(--clickable-area));\n\t\tborder: none;\n\t\tborder-radius: var(--border-radius);\n\t}\n\n\t// Checkbox in the top left\n\t.files-list__row-checkbox {\n\t\tposition: absolute;\n\t\tz-index: 9;\n\t\ttop: 0;\n\t\tleft: 0;\n\t\toverflow: hidden;\n\t\twidth: var(--clickable-area);\n\t\theight: var(--clickable-area);\n\t\tborder-radius: var(--half-clickable-area);\n\t}\n\n\t// Star icon in the top right\n\t.files-list__row-icon-favorite {\n\t\tposition: absolute;\n\t\ttop: 0;\n\t\tright: 0;\n\t\tdisplay: flex;\n\t\talign-items: center;\n\t\tjustify-content: center;\n\t\twidth: var(--clickable-area);\n\t\theight: var(--clickable-area);\n\t}\n\n\t.files-list__row-name {\n\t\tdisplay: grid;\n\t\tjustify-content: stretch;\n\t\twidth: 100%;\n\t\theight: 100%;\n\t\tgrid-auto-rows: var(--row-height) var(--clickable-area);\n\n\t\tspan.files-list__row-icon {\n\t\t\twidth: 100%;\n\t\t\theight: 100%;\n\t\t\t// Visual balance, we use half of the clickable area\n\t\t\t// as a margin around the preview\n\t\t\tpadding-top: var(--half-clickable-area);\n\t\t}\n\n\t\ta.files-list__row-name-link {\n\t\t\t// Minus action menu\n\t\t\twidth: calc(100% - var(--clickable-area));\n\t\t\theight: var(--clickable-area);\n\t\t}\n\n\t\t.files-list__row-name-text {\n\t\t\tmargin: 0;\n\t\t\tpadding-right: 0;\n\t\t}\n\t}\n\n\t.files-list__row-actions {\n\t\tposition: absolute;\n\t\tright: 0;\n\t\tbottom: 0;\n\t\twidth: var(--clickable-area);\n\t\theight: var(--clickable-area);\n\t}\n}\n"],sourceRoot:""}]);const o=a},83079:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var s=n(87537),i=n.n(s),r=n(23645),a=n.n(r)()(i());a.push([t.id,".app-navigation-entry__settings-quota--not-unlimited[data-v-34665d46] .app-navigation-entry__name{margin-top:-6px}.app-navigation-entry__settings-quota progress[data-v-34665d46]{position:absolute;bottom:12px;margin-left:44px;width:calc(100% - 44px - 22px)}","",{version:3,sources:["webpack://./apps/files/src/components/NavigationQuota.vue"],names:[],mappings:"AAIC,kGACC,eAAA,CAGD,gEACC,iBAAA,CACA,WAAA,CACA,gBAAA,CACA,8BAAA",sourcesContent:["\n// User storage stats display\n.app-navigation-entry__settings-quota {\n\t// Align title with progress and icon\n\t&--not-unlimited::v-deep .app-navigation-entry__name {\n\t\tmargin-top: -6px;\n\t}\n\n\tprogress {\n\t\tposition: absolute;\n\t\tbottom: 12px;\n\t\tmargin-left: 44px;\n\t\twidth: calc(100% - 44px - 22px);\n\t}\n}\n"],sourceRoot:""}]);const o=a},51641:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var s=n(87537),i=n.n(s),r=n(23645),a=n.n(r)()(i());a.push([t.id,".app-content[data-v-6a4c09d6]{display:flex;overflow:hidden;flex-direction:column;max-height:100%;position:relative}.files-list__header[data-v-6a4c09d6]{display:flex;align-items:center;flex:0 0;margin:4px 4px 4px 50px;max-width:100%}.files-list__header>*[data-v-6a4c09d6]{flex:0 0}.files-list__header-share-button[data-v-6a4c09d6]{opacity:.3}.files-list__header-share-button--shared[data-v-6a4c09d6]{opacity:1}.files-list__refresh-icon[data-v-6a4c09d6]{flex:0 0 44px;width:44px;height:44px}.files-list__loading-icon[data-v-6a4c09d6]{margin:auto}","",{version:3,sources:["webpack://./apps/files/src/views/FilesList.vue"],names:[],mappings:"AACA,8BAEC,YAAA,CACA,eAAA,CACA,qBAAA,CACA,eAAA,CACA,iBAAA,CAOA,qCACC,YAAA,CACA,kBAAA,CAEA,QAAA,CAEA,uBAAA,CACA,cAAA,CACA,uCAGC,QAAA,CAGD,kDACC,UAAA,CACA,0DACC,SAAA,CAKH,2CACC,aAAA,CACA,UAAA,CACA,WAAA,CAGD,2CACC,WAAA",sourcesContent:["\n.app-content {\n\t// Virtual list needs to be full height and is scrollable\n\tdisplay: flex;\n\toverflow: hidden;\n\tflex-direction: column;\n\tmax-height: 100%;\n\tposition: relative;\n}\n\n$margin: 4px;\n$navigationToggleSize: 50px;\n\n.files-list {\n\t&__header {\n\t\tdisplay: flex;\n\t\talign-items: center;\n\t\t// Do not grow or shrink (vertically)\n\t\tflex: 0 0;\n\t\t// Align with the navigation toggle icon\n\t\tmargin: $margin $margin $margin $navigationToggleSize;\n\t\tmax-width: 100%;\n\t\t> * {\n\t\t\t// Do not grow or shrink (horizontally)\n\t\t\t// Only the breadcrumbs shrinks\n\t\t\tflex: 0 0;\n\t\t}\n\n\t\t&-share-button {\n\t\t\topacity: .3;\n\t\t\t&--shared {\n\t\t\t\topacity: 1;\n\t\t\t}\n\t\t}\n\t}\n\n\t&__refresh-icon {\n\t\tflex: 0 0 44px;\n\t\twidth: 44px;\n\t\theight: 44px;\n\t}\n\n\t&__loading-icon {\n\t\tmargin: auto;\n\t}\n}\n\n"],sourceRoot:""}]);const o=a},76336:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var s=n(87537),i=n.n(s),r=n(23645),a=n.n(r)()(i());a.push([t.id,".app-navigation[data-v-761b6079] .app-navigation-entry-icon{background-repeat:no-repeat;background-position:center}.app-navigation[data-v-761b6079] .app-navigation-entry.active .button-vue.icon-collapse:not(:hover){color:var(--color-primary-element-text)}.app-navigation>ul.app-navigation__list[data-v-761b6079]{padding-bottom:var(--default-grid-baseline, 4px)}.app-navigation-entry__settings[data-v-761b6079]{height:auto !important;overflow:hidden !important;padding-top:0 !important;flex:0 0 auto}","",{version:3,sources:["webpack://./apps/files/src/views/Navigation.vue"],names:[],mappings:"AAEA,4DACC,2BAAA,CACA,0BAAA,CAGD,oGACC,uCAAA,CAGD,yDAEC,gDAAA,CAGD,iDACC,sBAAA,CACA,0BAAA,CACA,wBAAA,CAEA,aAAA",sourcesContent:["\n// TODO: remove when https://github.com/nextcloud/nextcloud-vue/pull/3539 is in\n.app-navigation::v-deep .app-navigation-entry-icon {\n\tbackground-repeat: no-repeat;\n\tbackground-position: center;\n}\n\n.app-navigation::v-deep .app-navigation-entry.active .button-vue.icon-collapse:not(:hover) {\n\tcolor: var(--color-primary-element-text);\n}\n\n.app-navigation > ul.app-navigation__list {\n\t// Use flex gap value for more elegant spacing\n\tpadding-bottom: var(--default-grid-baseline, 4px);\n}\n\n.app-navigation-entry__settings {\n\theight: auto !important;\n\toverflow: hidden !important;\n\tpadding-top: 0 !important;\n\t// Prevent shrinking or growing\n\tflex: 0 0 auto;\n}\n"],sourceRoot:""}]);const o=a},85389:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var s=n(87537),i=n.n(s),r=n(23645),a=n.n(r)()(i());a.push([t.id,".setting-link[data-v-7b7a3aa6]:hover{text-decoration:underline}","",{version:3,sources:["webpack://./apps/files/src/views/Settings.vue"],names:[],mappings:"AACA,qCACC,yBAAA",sourcesContent:["\n.setting-link:hover {\n\ttext-decoration: underline;\n}\n"],sourceRoot:""}]);const o=a},46700:(t,e,n)=>{var s={"./af":42786,"./af.js":42786,"./ar":30867,"./ar-dz":14130,"./ar-dz.js":14130,"./ar-kw":96135,"./ar-kw.js":96135,"./ar-ly":56440,"./ar-ly.js":56440,"./ar-ma":47702,"./ar-ma.js":47702,"./ar-sa":16040,"./ar-sa.js":16040,"./ar-tn":37100,"./ar-tn.js":37100,"./ar.js":30867,"./az":31083,"./az.js":31083,"./be":9808,"./be.js":9808,"./bg":68338,"./bg.js":68338,"./bm":67438,"./bm.js":67438,"./bn":8905,"./bn-bd":76225,"./bn-bd.js":76225,"./bn.js":8905,"./bo":11560,"./bo.js":11560,"./br":1278,"./br.js":1278,"./bs":80622,"./bs.js":80622,"./ca":2468,"./ca.js":2468,"./cs":5822,"./cs.js":5822,"./cv":50877,"./cv.js":50877,"./cy":47373,"./cy.js":47373,"./da":24780,"./da.js":24780,"./de":59740,"./de-at":60217,"./de-at.js":60217,"./de-ch":60894,"./de-ch.js":60894,"./de.js":59740,"./dv":5300,"./dv.js":5300,"./el":50837,"./el.js":50837,"./en-au":78348,"./en-au.js":78348,"./en-ca":77925,"./en-ca.js":77925,"./en-gb":22243,"./en-gb.js":22243,"./en-ie":46436,"./en-ie.js":46436,"./en-il":47207,"./en-il.js":47207,"./en-in":44175,"./en-in.js":44175,"./en-nz":76319,"./en-nz.js":76319,"./en-sg":31662,"./en-sg.js":31662,"./eo":92915,"./eo.js":92915,"./es":55655,"./es-do":55251,"./es-do.js":55251,"./es-mx":96112,"./es-mx.js":96112,"./es-us":71146,"./es-us.js":71146,"./es.js":55655,"./et":5603,"./et.js":5603,"./eu":77763,"./eu.js":77763,"./fa":76959,"./fa.js":76959,"./fi":11897,"./fi.js":11897,"./fil":42549,"./fil.js":42549,"./fo":94694,"./fo.js":94694,"./fr":94470,"./fr-ca":63049,"./fr-ca.js":63049,"./fr-ch":52330,"./fr-ch.js":52330,"./fr.js":94470,"./fy":5044,"./fy.js":5044,"./ga":29295,"./ga.js":29295,"./gd":2101,"./gd.js":2101,"./gl":38794,"./gl.js":38794,"./gom-deva":27884,"./gom-deva.js":27884,"./gom-latn":23168,"./gom-latn.js":23168,"./gu":95349,"./gu.js":95349,"./he":24206,"./he.js":24206,"./hi":30094,"./hi.js":30094,"./hr":30316,"./hr.js":30316,"./hu":22138,"./hu.js":22138,"./hy-am":11423,"./hy-am.js":11423,"./id":29218,"./id.js":29218,"./is":90135,"./is.js":90135,"./it":90626,"./it-ch":10150,"./it-ch.js":10150,"./it.js":90626,"./ja":39183,"./ja.js":39183,"./jv":24286,"./jv.js":24286,"./ka":12105,"./ka.js":12105,"./kk":47772,"./kk.js":47772,"./km":18758,"./km.js":18758,"./kn":79282,"./kn.js":79282,"./ko":33730,"./ko.js":33730,"./ku":1408,"./ku.js":1408,"./ky":33291,"./ky.js":33291,"./lb":36841,"./lb.js":36841,"./lo":55466,"./lo.js":55466,"./lt":57010,"./lt.js":57010,"./lv":37595,"./lv.js":37595,"./me":39861,"./me.js":39861,"./mi":35493,"./mi.js":35493,"./mk":95966,"./mk.js":95966,"./ml":87341,"./ml.js":87341,"./mn":5115,"./mn.js":5115,"./mr":10370,"./mr.js":10370,"./ms":9847,"./ms-my":41237,"./ms-my.js":41237,"./ms.js":9847,"./mt":72126,"./mt.js":72126,"./my":56165,"./my.js":56165,"./nb":64924,"./nb.js":64924,"./ne":16744,"./ne.js":16744,"./nl":93901,"./nl-be":59814,"./nl-be.js":59814,"./nl.js":93901,"./nn":83877,"./nn.js":83877,"./oc-lnc":92135,"./oc-lnc.js":92135,"./pa-in":15858,"./pa-in.js":15858,"./pl":64495,"./pl.js":64495,"./pt":89520,"./pt-br":57971,"./pt-br.js":57971,"./pt.js":89520,"./ro":96459,"./ro.js":96459,"./ru":21793,"./ru.js":21793,"./sd":40950,"./sd.js":40950,"./se":10490,"./se.js":10490,"./si":90124,"./si.js":90124,"./sk":64249,"./sk.js":64249,"./sl":14985,"./sl.js":14985,"./sq":51104,"./sq.js":51104,"./sr":49131,"./sr-cyrl":79915,"./sr-cyrl.js":79915,"./sr.js":49131,"./ss":85893,"./ss.js":85893,"./sv":98760,"./sv.js":98760,"./sw":91172,"./sw.js":91172,"./ta":27333,"./ta.js":27333,"./te":23110,"./te.js":23110,"./tet":52095,"./tet.js":52095,"./tg":27321,"./tg.js":27321,"./th":9041,"./th.js":9041,"./tk":19005,"./tk.js":19005,"./tl-ph":75768,"./tl-ph.js":75768,"./tlh":89444,"./tlh.js":89444,"./tr":72397,"./tr.js":72397,"./tzl":28254,"./tzl.js":28254,"./tzm":51106,"./tzm-latn":30699,"./tzm-latn.js":30699,"./tzm.js":51106,"./ug-cn":9288,"./ug-cn.js":9288,"./uk":67691,"./uk.js":67691,"./ur":13795,"./ur.js":13795,"./uz":6791,"./uz-latn":60588,"./uz-latn.js":60588,"./uz.js":6791,"./vi":65666,"./vi.js":65666,"./x-pseudo":14378,"./x-pseudo.js":14378,"./yo":75805,"./yo.js":75805,"./zh-cn":83839,"./zh-cn.js":83839,"./zh-hk":55726,"./zh-hk.js":55726,"./zh-mo":99807,"./zh-mo.js":99807,"./zh-tw":74152,"./zh-tw.js":74152};function i(t){var e=r(t);return n(e)}function r(t){if(!n.o(s,t)){var e=new Error("Cannot find module '"+t+"'");throw e.code="MODULE_NOT_FOUND",e}return s[t]}i.keys=function(){return Object.keys(s)},i.resolve=r,t.exports=i,i.id=46700},36099:(t,e,n)=>{var s=n(48764).Buffer;!function(t){t.parser=function(t,e){return new r(t,e)},t.SAXParser=r,t.SAXStream=o,t.createStream=function(t,e){return new o(t,e)},t.MAX_BUFFER_LENGTH=65536;var e,i=["comment","sgmlDecl","textNode","tagName","doctype","procInstName","procInstBody","entity","attribName","attribValue","cdata","script"];function r(e,n){if(!(this instanceof r))return new r(e,n);var s=this;!function(t){for(var e=0,n=i.length;e"===r?(S(n,"onsgmldeclaration",n.sgmlDecl),n.sgmlDecl="",n.state=T.TEXT):w(r)?(n.state=T.SGML_DECL_QUOTED,n.sgmlDecl+=r):n.sgmlDecl+=r;continue;case T.SGML_DECL_QUOTED:r===n.q&&(n.state=T.SGML_DECL,n.q=""),n.sgmlDecl+=r;continue;case T.DOCTYPE:">"===r?(n.state=T.TEXT,S(n,"ondoctype",n.doctype),n.doctype=!0):(n.doctype+=r,"["===r?n.state=T.DOCTYPE_DTD:w(r)&&(n.state=T.DOCTYPE_QUOTED,n.q=r));continue;case T.DOCTYPE_QUOTED:n.doctype+=r,r===n.q&&(n.q="",n.state=T.DOCTYPE);continue;case T.DOCTYPE_DTD:n.doctype+=r,"]"===r?n.state=T.DOCTYPE:w(r)&&(n.state=T.DOCTYPE_DTD_QUOTED,n.q=r);continue;case T.DOCTYPE_DTD_QUOTED:n.doctype+=r,r===n.q&&(n.state=T.DOCTYPE_DTD,n.q="");continue;case T.COMMENT:"-"===r?n.state=T.COMMENT_ENDING:n.comment+=r;continue;case T.COMMENT_ENDING:"-"===r?(n.state=T.COMMENT_ENDED,n.comment=N(n.opt,n.comment),n.comment&&S(n,"oncomment",n.comment),n.comment=""):(n.comment+="-"+r,n.state=T.COMMENT);continue;case T.COMMENT_ENDED:">"!==r?(P(n,"Malformed comment"),n.comment+="--"+r,n.state=T.COMMENT):n.state=T.TEXT;continue;case T.CDATA:"]"===r?n.state=T.CDATA_ENDING:n.cdata+=r;continue;case T.CDATA_ENDING:"]"===r?n.state=T.CDATA_ENDING_2:(n.cdata+="]"+r,n.state=T.CDATA);continue;case T.CDATA_ENDING_2:">"===r?(n.cdata&&S(n,"oncdata",n.cdata),S(n,"onclosecdata"),n.cdata="",n.state=T.TEXT):"]"===r?n.cdata+="]":(n.cdata+="]]"+r,n.state=T.CDATA);continue;case T.PROC_INST:"?"===r?n.state=T.PROC_INST_ENDING:A(r)?n.state=T.PROC_INST_BODY:n.procInstName+=r;continue;case T.PROC_INST_BODY:if(!n.procInstBody&&A(r))continue;"?"===r?n.state=T.PROC_INST_ENDING:n.procInstBody+=r;continue;case T.PROC_INST_ENDING:">"===r?(S(n,"onprocessinginstruction",{name:n.procInstName,body:n.procInstBody}),n.procInstName=n.procInstBody="",n.state=T.TEXT):(n.procInstBody+="?"+r,n.state=T.PROC_INST_BODY);continue;case T.OPEN_TAG:v(f,r)?n.tagName+=r:(O(n),">"===r?j(n):"/"===r?n.state=T.OPEN_TAG_SLASH:(A(r)||P(n,"Invalid character in tag name"),n.state=T.ATTRIB));continue;case T.OPEN_TAG_SLASH:">"===r?(j(n,!0),U(n)):(P(n,"Forward-slash in opening tag not followed by >"),n.state=T.ATTRIB);continue;case T.ATTRIB:if(A(r))continue;">"===r?j(n):"/"===r?n.state=T.OPEN_TAG_SLASH:v(p,r)?(n.attribName=r,n.attribValue="",n.state=T.ATTRIB_NAME):P(n,"Invalid attribute name");continue;case T.ATTRIB_NAME:"="===r?n.state=T.ATTRIB_VALUE:">"===r?(P(n,"Attribute without value"),n.attribValue=n.attribName,D(n),j(n)):A(r)?n.state=T.ATTRIB_NAME_SAW_WHITE:v(f,r)?n.attribName+=r:P(n,"Invalid attribute name");continue;case T.ATTRIB_NAME_SAW_WHITE:if("="===r)n.state=T.ATTRIB_VALUE;else{if(A(r))continue;P(n,"Attribute without value"),n.tag.attributes[n.attribName]="",n.attribValue="",S(n,"onattribute",{name:n.attribName,value:""}),n.attribName="",">"===r?j(n):v(p,r)?(n.attribName=r,n.state=T.ATTRIB_NAME):(P(n,"Invalid attribute name"),n.state=T.ATTRIB)}continue;case T.ATTRIB_VALUE:if(A(r))continue;w(r)?(n.q=r,n.state=T.ATTRIB_VALUE_QUOTED):(P(n,"Unquoted attribute value"),n.state=T.ATTRIB_VALUE_UNQUOTED,n.attribValue=r);continue;case T.ATTRIB_VALUE_QUOTED:if(r!==n.q){"&"===r?n.state=T.ATTRIB_VALUE_ENTITY_Q:n.attribValue+=r;continue}D(n),n.q="",n.state=T.ATTRIB_VALUE_CLOSED;continue;case T.ATTRIB_VALUE_CLOSED:A(r)?n.state=T.ATTRIB:">"===r?j(n):"/"===r?n.state=T.OPEN_TAG_SLASH:v(p,r)?(P(n,"No whitespace between attributes"),n.attribName=r,n.attribValue="",n.state=T.ATTRIB_NAME):P(n,"Invalid attribute name");continue;case T.ATTRIB_VALUE_UNQUOTED:if(!y(r)){"&"===r?n.state=T.ATTRIB_VALUE_ENTITY_U:n.attribValue+=r;continue}D(n),">"===r?j(n):n.state=T.ATTRIB;continue;case T.CLOSE_TAG:if(n.tagName)">"===r?U(n):v(f,r)?n.tagName+=r:n.script?(n.script+=""===r?U(n):P(n,"Invalid characters in closing tag");continue;case T.TEXT_ENTITY:case T.ATTRIB_VALUE_ENTITY_Q:case T.ATTRIB_VALUE_ENTITY_U:var u,d;switch(n.state){case T.TEXT_ENTITY:u=T.TEXT,d="textNode";break;case T.ATTRIB_VALUE_ENTITY_Q:u=T.ATTRIB_VALUE_QUOTED,d="attribValue";break;case T.ATTRIB_VALUE_ENTITY_U:u=T.ATTRIB_VALUE_UNQUOTED,d="attribValue"}if(";"===r)if(n.opt.unparsedEntities){var m=R(n);n.entity="",n.state=u,n.write(m)}else n[d]+=R(n),n.entity="",n.state=u;else v(n.entity.length?h:g,r)?n.entity+=r:(P(n,"Invalid character in entity name"),n[d]+="&"+n.entity+r,n.entity="",n.state=u);continue;default:throw new Error(n,"Unknown state: "+n.state)}return n.position>=n.bufferCheckPosition&&function(e){for(var n=Math.max(t.MAX_BUFFER_LENGTH,10),s=0,r=0,a=i.length;rn)switch(i[r]){case"textNode":L(e);break;case"cdata":S(e,"oncdata",e.cdata),e.cdata="";break;case"script":S(e,"onscript",e.script),e.script="";break;default:I(e,"Max buffer length exceeded: "+i[r])}s=Math.max(s,o)}var l=t.MAX_BUFFER_LENGTH-s;e.bufferCheckPosition=l+e.position}(n),n},resume:function(){return this.error=null,this},close:function(){return this.write(null)},flush:function(){var t;L(t=this),""!==t.cdata&&(S(t,"oncdata",t.cdata),t.cdata=""),""!==t.script&&(S(t,"onscript",t.script),t.script="")}};try{e=n(42830).Stream}catch(t){e=function(){}}e||(e=function(){});var a=t.EVENTS.filter((function(t){return"error"!==t&&"end"!==t}));function o(t,n){if(!(this instanceof o))return new o(t,n);e.apply(this),this._parser=new r(t,n),this.writable=!0,this.readable=!0;var s=this;this._parser.onend=function(){s.emit("end")},this._parser.onerror=function(t){s.emit("error",t),s._parser.error=null},this._decoder=null,a.forEach((function(t){Object.defineProperty(s,"on"+t,{get:function(){return s._parser["on"+t]},set:function(e){if(!e)return s.removeAllListeners(t),s._parser["on"+t]=e,e;s.on(t,e)},enumerable:!0,configurable:!1})}))}o.prototype=Object.create(e.prototype,{constructor:{value:o}}),o.prototype.write=function(t){if("function"==typeof s&&"function"==typeof s.isBuffer&&s.isBuffer(t)){if(!this._decoder){var e=n(32553).s;this._decoder=new e("utf8")}t=this._decoder.write(t)}return this._parser.write(t.toString()),this.emit("data",t),!0},o.prototype.end=function(t){return t&&t.length&&this.write(t),this._parser.end(),!0},o.prototype.on=function(t,n){var s=this;return s._parser["on"+t]||-1===a.indexOf(t)||(s._parser["on"+t]=function(){var e=1===arguments.length?[arguments[0]]:Array.apply(null,arguments);e.splice(0,0,t),s.emit.apply(s,e)}),e.prototype.on.call(s,t,n)};var l="[CDATA[",c="DOCTYPE",u="http://www.w3.org/XML/1998/namespace",d="http://www.w3.org/2000/xmlns/",m={xml:u,xmlns:d},p=/[:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]/,f=/[:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\u00B7\u0300-\u036F\u203F-\u2040.\d-]/,g=/[#:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]/,h=/[#:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\u00B7\u0300-\u036F\u203F-\u2040.\d-]/;function A(t){return" "===t||"\n"===t||"\r"===t||"\t"===t}function w(t){return'"'===t||"'"===t}function y(t){return">"===t||A(t)}function v(t,e){return t.test(e)}function b(t,e){return!v(t,e)}var C,x,_,T=0;for(var k in t.STATE={BEGIN:T++,BEGIN_WHITESPACE:T++,TEXT:T++,TEXT_ENTITY:T++,OPEN_WAKA:T++,SGML_DECL:T++,SGML_DECL_QUOTED:T++,DOCTYPE:T++,DOCTYPE_QUOTED:T++,DOCTYPE_DTD:T++,DOCTYPE_DTD_QUOTED:T++,COMMENT_STARTING:T++,COMMENT:T++,COMMENT_ENDING:T++,COMMENT_ENDED:T++,CDATA:T++,CDATA_ENDING:T++,CDATA_ENDING_2:T++,PROC_INST:T++,PROC_INST_BODY:T++,PROC_INST_ENDING:T++,OPEN_TAG:T++,OPEN_TAG_SLASH:T++,ATTRIB:T++,ATTRIB_NAME:T++,ATTRIB_NAME_SAW_WHITE:T++,ATTRIB_VALUE:T++,ATTRIB_VALUE_QUOTED:T++,ATTRIB_VALUE_CLOSED:T++,ATTRIB_VALUE_UNQUOTED:T++,ATTRIB_VALUE_ENTITY_Q:T++,ATTRIB_VALUE_ENTITY_U:T++,CLOSE_TAG:T++,CLOSE_TAG_SAW_WHITE:T++,SCRIPT:T++,SCRIPT_ENDING:T++},t.XML_ENTITIES={amp:"&",gt:">",lt:"<",quot:'"',apos:"'"},t.ENTITIES={amp:"&",gt:">",lt:"<",quot:'"',apos:"'",AElig:198,Aacute:193,Acirc:194,Agrave:192,Aring:197,Atilde:195,Auml:196,Ccedil:199,ETH:208,Eacute:201,Ecirc:202,Egrave:200,Euml:203,Iacute:205,Icirc:206,Igrave:204,Iuml:207,Ntilde:209,Oacute:211,Ocirc:212,Ograve:210,Oslash:216,Otilde:213,Ouml:214,THORN:222,Uacute:218,Ucirc:219,Ugrave:217,Uuml:220,Yacute:221,aacute:225,acirc:226,aelig:230,agrave:224,aring:229,atilde:227,auml:228,ccedil:231,eacute:233,ecirc:234,egrave:232,eth:240,euml:235,iacute:237,icirc:238,igrave:236,iuml:239,ntilde:241,oacute:243,ocirc:244,ograve:242,oslash:248,otilde:245,ouml:246,szlig:223,thorn:254,uacute:250,ucirc:251,ugrave:249,uuml:252,yacute:253,yuml:255,copy:169,reg:174,nbsp:160,iexcl:161,cent:162,pound:163,curren:164,yen:165,brvbar:166,sect:167,uml:168,ordf:170,laquo:171,not:172,shy:173,macr:175,deg:176,plusmn:177,sup1:185,sup2:178,sup3:179,acute:180,micro:181,para:182,middot:183,cedil:184,ordm:186,raquo:187,frac14:188,frac12:189,frac34:190,iquest:191,times:215,divide:247,OElig:338,oelig:339,Scaron:352,scaron:353,Yuml:376,fnof:402,circ:710,tilde:732,Alpha:913,Beta:914,Gamma:915,Delta:916,Epsilon:917,Zeta:918,Eta:919,Theta:920,Iota:921,Kappa:922,Lambda:923,Mu:924,Nu:925,Xi:926,Omicron:927,Pi:928,Rho:929,Sigma:931,Tau:932,Upsilon:933,Phi:934,Chi:935,Psi:936,Omega:937,alpha:945,beta:946,gamma:947,delta:948,epsilon:949,zeta:950,eta:951,theta:952,iota:953,kappa:954,lambda:955,mu:956,nu:957,xi:958,omicron:959,pi:960,rho:961,sigmaf:962,sigma:963,tau:964,upsilon:965,phi:966,chi:967,psi:968,omega:969,thetasym:977,upsih:978,piv:982,ensp:8194,emsp:8195,thinsp:8201,zwnj:8204,zwj:8205,lrm:8206,rlm:8207,ndash:8211,mdash:8212,lsquo:8216,rsquo:8217,sbquo:8218,ldquo:8220,rdquo:8221,bdquo:8222,dagger:8224,Dagger:8225,bull:8226,hellip:8230,permil:8240,prime:8242,Prime:8243,lsaquo:8249,rsaquo:8250,oline:8254,frasl:8260,euro:8364,image:8465,weierp:8472,real:8476,trade:8482,alefsym:8501,larr:8592,uarr:8593,rarr:8594,darr:8595,harr:8596,crarr:8629,lArr:8656,uArr:8657,rArr:8658,dArr:8659,hArr:8660,forall:8704,part:8706,exist:8707,empty:8709,nabla:8711,isin:8712,notin:8713,ni:8715,prod:8719,sum:8721,minus:8722,lowast:8727,radic:8730,prop:8733,infin:8734,ang:8736,and:8743,or:8744,cap:8745,cup:8746,int:8747,there4:8756,sim:8764,cong:8773,asymp:8776,ne:8800,equiv:8801,le:8804,ge:8805,sub:8834,sup:8835,nsub:8836,sube:8838,supe:8839,oplus:8853,otimes:8855,perp:8869,sdot:8901,lceil:8968,rceil:8969,lfloor:8970,rfloor:8971,lang:9001,rang:9002,loz:9674,spades:9824,clubs:9827,hearts:9829,diams:9830},Object.keys(t.ENTITIES).forEach((function(e){var n=t.ENTITIES[e],s="number"==typeof n?String.fromCharCode(n):n;t.ENTITIES[e]=s})),t.STATE)t.STATE[t.STATE[k]]=k;function E(t,e,n){t[e]&&t[e](n)}function S(t,e,n){t.textNode&&L(t),E(t,e,n)}function L(t){t.textNode=N(t.opt,t.textNode),t.textNode&&E(t,"ontext",t.textNode),t.textNode=""}function N(t,e){return t.trim&&(e=e.trim()),t.normalize&&(e=e.replace(/\s+/g," ")),e}function I(t,e){return L(t),t.trackPosition&&(e+="\nLine: "+t.line+"\nColumn: "+t.column+"\nChar: "+t.c),e=new Error(e),t.error=e,E(t,"onerror",e),t}function F(t){return t.sawRoot&&!t.closedRoot&&P(t,"Unclosed root tag"),t.state!==T.BEGIN&&t.state!==T.BEGIN_WHITESPACE&&t.state!==T.TEXT&&I(t,"Unexpected end"),L(t),t.c="",t.closed=!0,E(t,"onend"),r.call(t,t.strict,t.opt),t}function P(t,e){if("object"!=typeof t||!(t instanceof r))throw new Error("bad call to strictFail");t.strict&&I(t,e)}function O(t){t.strict||(t.tagName=t.tagName[t.looseCase]());var e=t.tags[t.tags.length-1]||t,n=t.tag={name:t.tagName,attributes:{}};t.opt.xmlns&&(n.ns=e.ns),t.attribList.length=0,S(t,"onopentagstart",n)}function B(t,e){var n=t.indexOf(":")<0?["",t]:t.split(":"),s=n[0],i=n[1];return e&&"xmlns"===t&&(s="xmlns",i=""),{prefix:s,local:i}}function D(t){if(t.strict||(t.attribName=t.attribName[t.looseCase]()),-1!==t.attribList.indexOf(t.attribName)||t.tag.attributes.hasOwnProperty(t.attribName))t.attribName=t.attribValue="";else{if(t.opt.xmlns){var e=B(t.attribName,!0),n=e.prefix,s=e.local;if("xmlns"===n)if("xml"===s&&t.attribValue!==u)P(t,"xml: prefix must be bound to "+u+"\nActual: "+t.attribValue);else if("xmlns"===s&&t.attribValue!==d)P(t,"xmlns: prefix must be bound to "+d+"\nActual: "+t.attribValue);else{var i=t.tag,r=t.tags[t.tags.length-1]||t;i.ns===r.ns&&(i.ns=Object.create(r.ns)),i.ns[s]=t.attribValue}t.attribList.push([t.attribName,t.attribValue])}else t.tag.attributes[t.attribName]=t.attribValue,S(t,"onattribute",{name:t.attribName,value:t.attribValue});t.attribName=t.attribValue=""}}function j(t,e){if(t.opt.xmlns){var n=t.tag,s=B(t.tagName);n.prefix=s.prefix,n.local=s.local,n.uri=n.ns[s.prefix]||"",n.prefix&&!n.uri&&(P(t,"Unbound namespace prefix: "+JSON.stringify(t.tagName)),n.uri=s.prefix);var i=t.tags[t.tags.length-1]||t;n.ns&&i.ns!==n.ns&&Object.keys(n.ns).forEach((function(e){S(t,"onopennamespace",{prefix:e,uri:n.ns[e]})}));for(var r=0,a=t.attribList.length;r",t.tagName="",void(t.state=T.SCRIPT);S(t,"onscript",t.script),t.script=""}var e=t.tags.length,n=t.tagName;t.strict||(n=n[t.looseCase]());for(var s=n;e--&&t.tags[e].name!==s;)P(t,"Unexpected close tag");if(e<0)return P(t,"Unmatched closing tag: "+t.tagName),t.textNode+="",void(t.state=T.TEXT);t.tagName=n;for(var i=t.tags.length;i-- >e;){var r=t.tag=t.tags.pop();t.tagName=t.tag.name,S(t,"onclosetag",t.tagName);var a={};for(var o in r.ns)a[o]=r.ns[o];var l=t.tags[t.tags.length-1]||t;t.opt.xmlns&&r.ns!==l.ns&&Object.keys(r.ns).forEach((function(e){var n=r.ns[e];S(t,"onclosenamespace",{prefix:e,uri:n})}))}0===e&&(t.closedRoot=!0),t.tagName=t.attribValue=t.attribName="",t.attribList.length=0,t.state=T.TEXT}function R(t){var e,n=t.entity,s=n.toLowerCase(),i="";return t.ENTITIES[n]?t.ENTITIES[n]:t.ENTITIES[s]?t.ENTITIES[s]:("#"===(n=s).charAt(0)&&("x"===n.charAt(1)?(n=n.slice(2),i=(e=parseInt(n,16)).toString(16)):(n=n.slice(1),i=(e=parseInt(n,10)).toString(10))),n=n.replace(/^0+/,""),isNaN(e)||i.toLowerCase()!==n?(P(t,"Invalid character entity"),"&"+t.entity+";"):String.fromCodePoint(e))}function M(t,e){"<"===e?(t.state=T.OPEN_WAKA,t.startTagPosition=t.position):A(e)||(P(t,"Non-whitespace before first tag."),t.textNode=e,t.state=T.TEXT)}function z(t,e){var n="";return e1114111||x(a)!==a)throw RangeError("Invalid code point: "+a);a<=65535?n.push(a):(t=55296+((a-=65536)>>10),e=a%1024+56320,n.push(t,e)),(s+1===i||n.length>16384)&&(r+=C.apply(null,n),n.length=0)}return r},Object.defineProperty?Object.defineProperty(String,"fromCodePoint",{value:_,configurable:!0,writable:!0}):String.fromCodePoint=_)}(e)},24889:function(t,e,n){var s=n(34155);!function(t,e){"use strict";if(!t.setImmediate){var n,i,r,a,o,l=1,c={},u=!1,d=t.document,m=Object.getPrototypeOf&&Object.getPrototypeOf(t);m=m&&m.setTimeout?m:t,"[object process]"==={}.toString.call(t.process)?n=function(t){s.nextTick((function(){f(t)}))}:function(){if(t.postMessage&&!t.importScripts){var e=!0,n=t.onmessage;return t.onmessage=function(){e=!1},t.postMessage("","*"),t.onmessage=n,e}}()?(a="setImmediate$"+Math.random()+"$",o=function(e){e.source===t&&"string"==typeof e.data&&0===e.data.indexOf(a)&&f(+e.data.slice(a.length))},t.addEventListener?t.addEventListener("message",o,!1):t.attachEvent("onmessage",o),n=function(e){t.postMessage(a+e,"*")}):t.MessageChannel?((r=new MessageChannel).port1.onmessage=function(t){f(t.data)},n=function(t){r.port2.postMessage(t)}):d&&"onreadystatechange"in d.createElement("script")?(i=d.documentElement,n=function(t){var e=d.createElement("script");e.onreadystatechange=function(){f(t),e.onreadystatechange=null,i.removeChild(e),e=null},i.appendChild(e)}):n=function(t){setTimeout(f,0,t)},m.setImmediate=function(t){"function"!=typeof t&&(t=new Function(""+t));for(var e=new Array(arguments.length-1),s=0;s{function e(t,e){return null==t?e:t}t.exports=function(t){var n,s=e((t=t||{}).max,1),i=e(t.min,0),r=e(t.autostart,!0),a=e(t.ignoreSameProgress,!1),o=null,l=null,c=null,u=(n=e(t.historyTimeConstant,2.5),function(t,e,s){return t+s/(s+n)*(e-t)});function d(){m(i)}function m(t,e){if("number"!=typeof e&&(e=Date.now()),l!==e&&(!a||c!==t)){if(null===l||null===c)return c=t,void(l=e);var n=.001*(e-l),s=(t-c)/n;o=null===o?s:u(o,s,n),c=t,l=e}}return{start:d,reset:function(){o=null,l=null,c=null,r&&d()},report:m,estimate:function(t){if(null===c)return 1/0;if(c>=s)return 0;if(null===o)return 1/0;var e=(s-c)/o;return"number"==typeof t&&"number"==typeof l&&(e-=.001*(t-l)),Math.max(0,e)},rate:function(){return null===o?0:o}}}},75475:function(t,e,n){var s=void 0!==n.g&&n.g||"undefined"!=typeof self&&self||window,i=Function.prototype.apply;function r(t,e){this._id=t,this._clearFn=e}e.setTimeout=function(){return new r(i.call(setTimeout,s,arguments),clearTimeout)},e.setInterval=function(){return new r(i.call(setInterval,s,arguments),clearInterval)},e.clearTimeout=e.clearInterval=function(t){t&&t.close()},r.prototype.unref=r.prototype.ref=function(){},r.prototype.close=function(){this._clearFn.call(s,this._id)},e.enroll=function(t,e){clearTimeout(t._idleTimeoutId),t._idleTimeout=e},e.unenroll=function(t){clearTimeout(t._idleTimeoutId),t._idleTimeout=-1},e._unrefActive=e.active=function(t){clearTimeout(t._idleTimeoutId);var e=t._idleTimeout;e>=0&&(t._idleTimeoutId=setTimeout((function(){t._onTimeout&&t._onTimeout()}),e))},n(24889),e.setImmediate="undefined"!=typeof self&&self.setImmediate||void 0!==n.g&&n.g.setImmediate||this&&this.setImmediate,e.clearImmediate="undefined"!=typeof self&&self.clearImmediate||void 0!==n.g&&n.g.clearImmediate||this&&this.clearImmediate},50306:function(t,e){(function(){"use strict";e.stripBOM=function(t){return"\ufeff"===t[0]?t.substring(1):t}}).call(this)},34096:function(t,e,n){(function(){"use strict";var t,s,i,r,a,o={}.hasOwnProperty;t=n(5532),s=n(38381).defaults,r=function(t){return"string"==typeof t&&(t.indexOf("&")>=0||t.indexOf(">")>=0||t.indexOf("<")>=0)},a=function(t){return""},i=function(t){return t.replace("]]>","]]]]>")},e.Builder=function(){function e(t){var e,n,i;for(e in this.options={},n=s[.2])o.call(n,e)&&(i=n[e],this.options[e]=i);for(e in t)o.call(t,e)&&(i=t[e],this.options[e]=i)}return e.prototype.buildObject=function(e){var n,i,l,c,u,d;return n=this.options.attrkey,i=this.options.charkey,1===Object.keys(e).length&&this.options.rootName===s[.2].rootName?e=e[u=Object.keys(e)[0]]:u=this.options.rootName,d=this,l=function(t,e){var s,c,u,m,p,f;if("object"!=typeof e)d.options.cdata&&r(e)?t.raw(a(e)):t.txt(e);else if(Array.isArray(e)){for(m in e)if(o.call(e,m))for(p in c=e[m])u=c[p],t=l(t.ele(p),u).up()}else for(p in e)if(o.call(e,p))if(c=e[p],p===n){if("object"==typeof c)for(s in c)f=c[s],t=t.att(s,f)}else if(p===i)t=d.options.cdata&&r(c)?t.raw(a(c)):t.txt(c);else if(Array.isArray(c))for(m in c)o.call(c,m)&&(t="string"==typeof(u=c[m])?d.options.cdata&&r(u)?t.ele(p).raw(a(u)).up():t.ele(p,u).up():l(t.ele(p),u).up());else"object"==typeof c?t=l(t.ele(p),c).up():"string"==typeof c&&d.options.cdata&&r(c)?t=t.ele(p).raw(a(c)).up():(null==c&&(c=""),t=t.ele(p,c.toString()).up());return t},c=t.create(u,this.options.xmldec,this.options.doctype,{headless:this.options.headless,allowSurrogateChars:this.options.allowSurrogateChars}),l(c,e).end(this.options.renderOpts)},e}()}).call(this)},38381:function(t,e){(function(){e.defaults={.1:{explicitCharkey:!1,trim:!0,normalize:!0,normalizeTags:!1,attrkey:"@",charkey:"#",explicitArray:!1,ignoreAttrs:!1,mergeAttrs:!1,explicitRoot:!1,validator:null,xmlns:!1,explicitChildren:!1,childkey:"@@",charsAsChildren:!1,includeWhiteChars:!1,async:!1,strict:!0,attrNameProcessors:null,attrValueProcessors:null,tagNameProcessors:null,valueProcessors:null,emptyTag:""},.2:{explicitCharkey:!1,trim:!1,normalize:!1,normalizeTags:!1,attrkey:"$",charkey:"_",explicitArray:!0,ignoreAttrs:!1,mergeAttrs:!1,explicitRoot:!0,validator:null,xmlns:!1,explicitChildren:!1,preserveChildrenOrder:!1,childkey:"$$",charsAsChildren:!1,includeWhiteChars:!1,async:!1,strict:!0,attrNameProcessors:null,attrValueProcessors:null,tagNameProcessors:null,valueProcessors:null,rootName:"root",xmldec:{version:"1.0",encoding:"UTF-8",standalone:!0},doctype:null,renderOpts:{pretty:!0,indent:" ",newline:"\n"},headless:!1,chunkSize:1e4,emptyTag:"",cdata:!1}}}).call(this)},99082:function(t,e,n){(function(){"use strict";var t,s,i,r,a,o,l,c,u,d=function(t,e){return function(){return t.apply(e,arguments)}},m={}.hasOwnProperty;c=n(36099),r=n(17187),t=n(50306),l=n(7526),u=n(75475).setImmediate,s=n(38381).defaults,a=function(t){return"object"==typeof t&&null!=t&&0===Object.keys(t).length},o=function(t,e,n){var s,i;for(s=0,i=t.length;s0&&(c[t.options.childkey]=d),d=c;return s.length>0?t.assignOrPush(g,u,d):(t.options.explicitRoot&&(f=d,i(d={},u,f)),t.resultObject=d,t.saxParser.ended=!0,t.emit("end",t.resultObject))}}(this),n=function(t){return function(n){var i,r;if(r=s[s.length-1])return r[e]+=n,t.options.explicitChildren&&t.options.preserveChildrenOrder&&t.options.charsAsChildren&&(t.options.includeWhiteChars||""!==n.replace(/\\n/g,"").trim())&&(r[t.options.childkey]=r[t.options.childkey]||[],(i={"#name":"__text__"})[e]=n,t.options.normalize&&(i[e]=i[e].replace(/\s{2,}/g," ").trim()),r[t.options.childkey].push(i)),r}}(this),this.saxParser.ontext=n,this.saxParser.oncdata=function(t){var e;if(e=n(t))return e.cdata=!0}},r.prototype.parseString=function(e,n){var s;null!=n&&"function"==typeof n&&(this.on("end",(function(t){return this.reset(),n(null,t)})),this.on("error",(function(t){return this.reset(),n(t)})));try{return""===(e=e.toString()).trim()?(this.emit("end",null),!0):(e=t.stripBOM(e),this.options.async?(this.remaining=e,u(this.processAsync),this.saxParser):this.saxParser.write(e).close())}catch(t){if(s=t,!this.saxParser.errThrown&&!this.saxParser.ended)return this.emit("error",s),this.saxParser.errThrown=!0;if(this.saxParser.ended)throw s}},r.prototype.parseStringPromise=function(t){return new Promise((e=this,function(n,s){return e.parseString(t,(function(t,e){return t?s(t):n(e)}))}));var e},r}(r),e.parseString=function(t,n,s){var i,r;return null!=s?("function"==typeof s&&(i=s),"object"==typeof n&&(r=n)):("function"==typeof n&&(i=n),r={}),new e.Parser(r).parseString(t,i)},e.parseStringPromise=function(t,n){var s;return"object"==typeof n&&(s=n),new e.Parser(s).parseStringPromise(t)}}).call(this)},7526:function(t,e){(function(){"use strict";var t;t=new RegExp(/(?!xmlns)^.*:/),e.normalize=function(t){return t.toLowerCase()},e.firstCharLowerCase=function(t){return t.charAt(0).toLowerCase()+t.slice(1)},e.stripPrefix=function(e){return e.replace(t,"")},e.parseNumbers=function(t){return isNaN(t)||(t=t%1==0?parseInt(t,10):parseFloat(t)),t},e.parseBooleans=function(t){return/^(?:true|false)$/i.test(t)&&(t="true"===t.toLowerCase()),t}}).call(this)},5055:function(t,e,n){(function(){"use strict";var t,s,i,r,a={}.hasOwnProperty;s=n(38381),t=n(34096),i=n(99082),r=n(7526),e.defaults=s.defaults,e.processors=r,e.ValidationError=function(t){function e(t){this.message=t}return function(t,e){for(var n in e)a.call(e,n)&&(t[n]=e[n]);function s(){this.constructor=t}s.prototype=e.prototype,t.prototype=new s,t.__super__=e.prototype}(e,Error),e}(),e.Builder=t.Builder,e.Parser=i.Parser,e.parseString=i.parseString,e.parseStringPromise=i.parseStringPromise}).call(this)},17557:function(t){(function(){t.exports={Disconnected:1,Preceding:2,Following:4,Contains:8,ContainedBy:16,ImplementationSpecific:32}}).call(this)},39335:function(t){(function(){t.exports={Element:1,Attribute:2,Text:3,CData:4,EntityReference:5,EntityDeclaration:6,ProcessingInstruction:7,Comment:8,Document:9,DocType:10,DocumentFragment:11,NotationDeclaration:12,Declaration:201,Raw:202,AttributeDeclaration:203,ElementDeclaration:204,Dummy:205}}).call(this)},78369:function(t){(function(){var e,n,s,i,r,a,o,l=[].slice,c={}.hasOwnProperty;e=function(){var t,e,n,s,i,a;if(a=arguments[0],i=2<=arguments.length?l.call(arguments,1):[],r(Object.assign))Object.assign.apply(null,arguments);else for(t=0,n=i.length;t":"attribute: {"+t+"}, parent: <"+this.parent.name+">"},t.prototype.isEqualNode=function(t){return t.namespaceURI===this.namespaceURI&&t.prefix===this.prefix&&t.localName===this.localName&&t.value===this.value},t}()}).call(this)},66170:function(t,e,n){(function(){var e,s,i={}.hasOwnProperty;e=n(39335),s=n(6488),t.exports=function(t){function n(t,s){if(n.__super__.constructor.call(this,t),null==s)throw new Error("Missing CDATA text. "+this.debugInfo());this.name="#cdata-section",this.type=e.CData,this.value=this.stringify.cdata(s)}return function(t,e){for(var n in e)i.call(e,n)&&(t[n]=e[n]);function s(){this.constructor=t}s.prototype=e.prototype,t.prototype=new s,t.__super__=e.prototype}(n,t),n.prototype.clone=function(){return Object.create(this)},n.prototype.toString=function(t){return this.options.writer.cdata(this,this.options.writer.filterOptions(t))},n}(s)}).call(this)},6488:function(t,e,n){(function(){var e,s={}.hasOwnProperty;e=n(32026),t.exports=function(t){function e(t){e.__super__.constructor.call(this,t),this.value=""}return function(t,e){for(var n in e)s.call(e,n)&&(t[n]=e[n]);function i(){this.constructor=t}i.prototype=e.prototype,t.prototype=new i,t.__super__=e.prototype}(e,t),Object.defineProperty(e.prototype,"data",{get:function(){return this.value},set:function(t){return this.value=t||""}}),Object.defineProperty(e.prototype,"length",{get:function(){return this.value.length}}),Object.defineProperty(e.prototype,"textContent",{get:function(){return this.value},set:function(t){return this.value=t||""}}),e.prototype.clone=function(){return Object.create(this)},e.prototype.substringData=function(t,e){throw new Error("This DOM method is not implemented."+this.debugInfo())},e.prototype.appendData=function(t){throw new Error("This DOM method is not implemented."+this.debugInfo())},e.prototype.insertData=function(t,e){throw new Error("This DOM method is not implemented."+this.debugInfo())},e.prototype.deleteData=function(t,e){throw new Error("This DOM method is not implemented."+this.debugInfo())},e.prototype.replaceData=function(t,e,n){throw new Error("This DOM method is not implemented."+this.debugInfo())},e.prototype.isEqualNode=function(t){return!!e.__super__.isEqualNode.apply(this,arguments).isEqualNode(t)&&t.data===this.data},e}(e)}).call(this)},62096:function(t,e,n){(function(){var e,s,i={}.hasOwnProperty;e=n(39335),s=n(6488),t.exports=function(t){function n(t,s){if(n.__super__.constructor.call(this,t),null==s)throw new Error("Missing comment text. "+this.debugInfo());this.name="#comment",this.type=e.Comment,this.value=this.stringify.comment(s)}return function(t,e){for(var n in e)i.call(e,n)&&(t[n]=e[n]);function s(){this.constructor=t}s.prototype=e.prototype,t.prototype=new s,t.__super__=e.prototype}(n,t),n.prototype.clone=function(){return Object.create(this)},n.prototype.toString=function(t){return this.options.writer.comment(this,this.options.writer.filterOptions(t))},n}(s)}).call(this)},30383:function(t,e,n){(function(){var e,s;e=n(93933),s=n(66210),t.exports=function(){function t(){this.defaultParams={"canonical-form":!1,"cdata-sections":!1,comments:!1,"datatype-normalization":!1,"element-content-whitespace":!0,entities:!0,"error-handler":new e,infoset:!0,"validate-if-schema":!1,namespaces:!0,"namespace-declarations":!0,"normalize-characters":!1,"schema-location":"","schema-type":"","split-cdata-sections":!0,validate:!1,"well-formed":!0},this.params=Object.create(this.defaultParams)}return Object.defineProperty(t.prototype,"parameterNames",{get:function(){return new s(Object.keys(this.defaultParams))}}),t.prototype.getParameter=function(t){return this.params.hasOwnProperty(t)?this.params[t]:null},t.prototype.canSetParameter=function(t,e){return!0},t.prototype.setParameter=function(t,e){return null!=e?this.params[t]=e:delete this.params[t]},t}()}).call(this)},93933:function(t){(function(){t.exports=function(){function t(){}return t.prototype.handleError=function(t){throw new Error(t)},t}()}).call(this)},91770:function(t){(function(){t.exports=function(){function t(){}return t.prototype.hasFeature=function(t,e){return!0},t.prototype.createDocumentType=function(t,e,n){throw new Error("This DOM method is not implemented.")},t.prototype.createDocument=function(t,e,n){throw new Error("This DOM method is not implemented.")},t.prototype.createHTMLDocument=function(t){throw new Error("This DOM method is not implemented.")},t.prototype.getFeature=function(t,e){throw new Error("This DOM method is not implemented.")},t}()}).call(this)},66210:function(t){(function(){t.exports=function(){function t(t){this.arr=t||[]}return Object.defineProperty(t.prototype,"length",{get:function(){return this.arr.length}}),t.prototype.item=function(t){return this.arr[t]||null},t.prototype.contains=function(t){return-1!==this.arr.indexOf(t)},t}()}).call(this)},51179:function(t,e,n){(function(){var e,s,i={}.hasOwnProperty;s=n(32026),e=n(39335),t.exports=function(t){function n(t,s,i,r,a,o){if(n.__super__.constructor.call(this,t),null==s)throw new Error("Missing DTD element name. "+this.debugInfo());if(null==i)throw new Error("Missing DTD attribute name. "+this.debugInfo(s));if(!r)throw new Error("Missing DTD attribute type. "+this.debugInfo(s));if(!a)throw new Error("Missing DTD attribute default. "+this.debugInfo(s));if(0!==a.indexOf("#")&&(a="#"+a),!a.match(/^(#REQUIRED|#IMPLIED|#FIXED|#DEFAULT)$/))throw new Error("Invalid default value type; expected: #REQUIRED, #IMPLIED, #FIXED or #DEFAULT. "+this.debugInfo(s));if(o&&!a.match(/^(#FIXED|#DEFAULT)$/))throw new Error("Default value only applies to #FIXED or #DEFAULT. "+this.debugInfo(s));this.elementName=this.stringify.name(s),this.type=e.AttributeDeclaration,this.attributeName=this.stringify.name(i),this.attributeType=this.stringify.dtdAttType(r),o&&(this.defaultValue=this.stringify.dtdAttDefault(o)),this.defaultValueType=a}return function(t,e){for(var n in e)i.call(e,n)&&(t[n]=e[n]);function s(){this.constructor=t}s.prototype=e.prototype,t.prototype=new s,t.__super__=e.prototype}(n,t),n.prototype.toString=function(t){return this.options.writer.dtdAttList(this,this.options.writer.filterOptions(t))},n}(s)}).call(this)},36347:function(t,e,n){(function(){var e,s,i={}.hasOwnProperty;s=n(32026),e=n(39335),t.exports=function(t){function n(t,s,i){if(n.__super__.constructor.call(this,t),null==s)throw new Error("Missing DTD element name. "+this.debugInfo());i||(i="(#PCDATA)"),Array.isArray(i)&&(i="("+i.join(",")+")"),this.name=this.stringify.name(s),this.type=e.ElementDeclaration,this.value=this.stringify.dtdElementValue(i)}return function(t,e){for(var n in e)i.call(e,n)&&(t[n]=e[n]);function s(){this.constructor=t}s.prototype=e.prototype,t.prototype=new s,t.__super__=e.prototype}(n,t),n.prototype.toString=function(t){return this.options.writer.dtdElement(this,this.options.writer.filterOptions(t))},n}(s)}).call(this)},99078:function(t,e,n){(function(){var e,s,i,r={}.hasOwnProperty;i=n(78369).isObject,s=n(32026),e=n(39335),t.exports=function(t){function n(t,s,r,a){if(n.__super__.constructor.call(this,t),null==r)throw new Error("Missing DTD entity name. "+this.debugInfo(r));if(null==a)throw new Error("Missing DTD entity value. "+this.debugInfo(r));if(this.pe=!!s,this.name=this.stringify.name(r),this.type=e.EntityDeclaration,i(a)){if(!a.pubID&&!a.sysID)throw new Error("Public and/or system identifiers are required for an external entity. "+this.debugInfo(r));if(a.pubID&&!a.sysID)throw new Error("System identifier is required for a public external entity. "+this.debugInfo(r));if(this.internal=!1,null!=a.pubID&&(this.pubID=this.stringify.dtdPubID(a.pubID)),null!=a.sysID&&(this.sysID=this.stringify.dtdSysID(a.sysID)),null!=a.nData&&(this.nData=this.stringify.dtdNData(a.nData)),this.pe&&this.nData)throw new Error("Notation declaration is not allowed in a parameter entity. "+this.debugInfo(r))}else this.value=this.stringify.dtdEntityValue(a),this.internal=!0}return function(t,e){for(var n in e)r.call(e,n)&&(t[n]=e[n]);function s(){this.constructor=t}s.prototype=e.prototype,t.prototype=new s,t.__super__=e.prototype}(n,t),Object.defineProperty(n.prototype,"publicId",{get:function(){return this.pubID}}),Object.defineProperty(n.prototype,"systemId",{get:function(){return this.sysID}}),Object.defineProperty(n.prototype,"notationName",{get:function(){return this.nData||null}}),Object.defineProperty(n.prototype,"inputEncoding",{get:function(){return null}}),Object.defineProperty(n.prototype,"xmlEncoding",{get:function(){return null}}),Object.defineProperty(n.prototype,"xmlVersion",{get:function(){return null}}),n.prototype.toString=function(t){return this.options.writer.dtdEntity(this,this.options.writer.filterOptions(t))},n}(s)}).call(this)},44777:function(t,e,n){(function(){var e,s,i={}.hasOwnProperty;s=n(32026),e=n(39335),t.exports=function(t){function n(t,s,i){if(n.__super__.constructor.call(this,t),null==s)throw new Error("Missing DTD notation name. "+this.debugInfo(s));if(!i.pubID&&!i.sysID)throw new Error("Public or system identifiers are required for an external entity. "+this.debugInfo(s));this.name=this.stringify.name(s),this.type=e.NotationDeclaration,null!=i.pubID&&(this.pubID=this.stringify.dtdPubID(i.pubID)),null!=i.sysID&&(this.sysID=this.stringify.dtdSysID(i.sysID))}return function(t,e){for(var n in e)i.call(e,n)&&(t[n]=e[n]);function s(){this.constructor=t}s.prototype=e.prototype,t.prototype=new s,t.__super__=e.prototype}(n,t),Object.defineProperty(n.prototype,"publicId",{get:function(){return this.pubID}}),Object.defineProperty(n.prototype,"systemId",{get:function(){return this.sysID}}),n.prototype.toString=function(t){return this.options.writer.dtdNotation(this,this.options.writer.filterOptions(t))},n}(s)}).call(this)},59077:function(t,e,n){(function(){var e,s,i,r={}.hasOwnProperty;i=n(78369).isObject,s=n(32026),e=n(39335),t.exports=function(t){function n(t,s,r,a){var o;n.__super__.constructor.call(this,t),i(s)&&(s=(o=s).version,r=o.encoding,a=o.standalone),s||(s="1.0"),this.type=e.Declaration,this.version=this.stringify.xmlVersion(s),null!=r&&(this.encoding=this.stringify.xmlEncoding(r)),null!=a&&(this.standalone=this.stringify.xmlStandalone(a))}return function(t,e){for(var n in e)r.call(e,n)&&(t[n]=e[n]);function s(){this.constructor=t}s.prototype=e.prototype,t.prototype=new s,t.__super__=e.prototype}(n,t),n.prototype.toString=function(t){return this.options.writer.declaration(this,this.options.writer.filterOptions(t))},n}(s)}).call(this)},8225:function(t,e,n){(function(){var e,s,i,r,a,o,l,c,u={}.hasOwnProperty;c=n(78369).isObject,l=n(32026),e=n(39335),s=n(51179),r=n(99078),i=n(36347),a=n(44777),o=n(40663),t.exports=function(t){function n(t,s,i){var r,a,o,l,u,d;if(n.__super__.constructor.call(this,t),this.type=e.DocType,t.children)for(a=0,o=(l=t.children).length;a=0;)this.up();return this.onEnd()},t.prototype.openCurrent=function(){if(this.currentNode)return this.currentNode.children=!0,this.openNode(this.currentNode)},t.prototype.openNode=function(t){var n,i,r,a;if(!t.isOpen){if(this.root||0!==this.currentLevel||t.type!==e.Element||(this.root=t),i="",t.type===e.Element){for(r in this.writerOptions.state=s.OpenTag,i=this.writer.indent(t,this.writerOptions,this.currentLevel)+"<"+t.name,a=t.attribs)T.call(a,r)&&(n=a[r],i+=this.writer.attribute(n,this.writerOptions,this.currentLevel));i+=(t.children?">":"/>")+this.writer.endline(t,this.writerOptions,this.currentLevel),this.writerOptions.state=s.InsideTag}else this.writerOptions.state=s.OpenTag,i=this.writer.indent(t,this.writerOptions,this.currentLevel)+""),i+=this.writer.endline(t,this.writerOptions,this.currentLevel);return this.onData(i,this.currentLevel),t.isOpen=!0}},t.prototype.closeNode=function(t){var n;if(!t.isClosed)return"",this.writerOptions.state=s.CloseTag,n=t.type===e.Element?this.writer.indent(t,this.writerOptions,this.currentLevel)+""+this.writer.endline(t,this.writerOptions,this.currentLevel):this.writer.indent(t,this.writerOptions,this.currentLevel)+"]>"+this.writer.endline(t,this.writerOptions,this.currentLevel),this.writerOptions.state=s.None,this.onData(n,this.currentLevel),t.isClosed=!0},t.prototype.onData=function(t,e){return this.documentStarted=!0,this.onDataCallback(t,e+1)},t.prototype.onEnd=function(){return this.documentCompleted=!0,this.onEndCallback()},t.prototype.debugInfo=function(t){return null==t?"":"node: <"+t+">"},t.prototype.ele=function(){return this.element.apply(this,arguments)},t.prototype.nod=function(t,e,n){return this.node(t,e,n)},t.prototype.txt=function(t){return this.text(t)},t.prototype.dat=function(t){return this.cdata(t)},t.prototype.com=function(t){return this.comment(t)},t.prototype.ins=function(t,e){return this.instruction(t,e)},t.prototype.dec=function(t,e,n){return this.declaration(t,e,n)},t.prototype.dtd=function(t,e,n){return this.doctype(t,e,n)},t.prototype.e=function(t,e,n){return this.element(t,e,n)},t.prototype.n=function(t,e,n){return this.node(t,e,n)},t.prototype.t=function(t){return this.text(t)},t.prototype.d=function(t){return this.cdata(t)},t.prototype.c=function(t){return this.comment(t)},t.prototype.r=function(t){return this.raw(t)},t.prototype.i=function(t,e){return this.instruction(t,e)},t.prototype.att=function(){return this.currentNode&&this.currentNode.type===e.DocType?this.attList.apply(this,arguments):this.attribute.apply(this,arguments)},t.prototype.a=function(){return this.currentNode&&this.currentNode.type===e.DocType?this.attList.apply(this,arguments):this.attribute.apply(this,arguments)},t.prototype.ent=function(t,e){return this.entity(t,e)},t.prototype.pent=function(t,e){return this.pEntity(t,e)},t.prototype.not=function(t,e){return this.notation(t,e)},t}()}).call(this)},78833:function(t,e,n){(function(){var e,s,i={}.hasOwnProperty;s=n(32026),e=n(39335),t.exports=function(t){function n(t){n.__super__.constructor.call(this,t),this.type=e.Dummy}return function(t,e){for(var n in e)i.call(e,n)&&(t[n]=e[n]);function s(){this.constructor=t}s.prototype=e.prototype,t.prototype=new s,t.__super__=e.prototype}(n,t),n.prototype.clone=function(){return Object.create(this)},n.prototype.toString=function(t){return""},n}(s)}).call(this)},32161:function(t,e,n){(function(){var e,s,i,r,a,o,l,c,u={}.hasOwnProperty;c=n(78369),l=c.isObject,o=c.isFunction,a=c.getValue,r=n(32026),e=n(39335),s=n(72750),i=n(40663),t.exports=function(t){function n(t,s,i){var r,a,o,l;if(n.__super__.constructor.call(this,t),null==s)throw new Error("Missing element name. "+this.debugInfo());if(this.name=this.stringify.name(s),this.type=e.Element,this.attribs={},this.schemaTypeInfo=null,null!=i&&this.attribute(i),t.type===e.Document&&(this.isRoot=!0,this.documentObject=t,t.rootObject=this,t.children))for(a=0,o=(l=t.children).length;a=i;e=0<=i?++s:--s)if(!this.attribs[e].isEqualNode(t.attribs[e]))return!1;return!0},n}(r)}).call(this)},40663:function(t){(function(){t.exports=function(){function t(t){this.nodes=t}return Object.defineProperty(t.prototype,"length",{get:function(){return Object.keys(this.nodes).length||0}}),t.prototype.clone=function(){return this.nodes=null},t.prototype.getNamedItem=function(t){return this.nodes[t]},t.prototype.setNamedItem=function(t){var e;return e=this.nodes[t.nodeName],this.nodes[t.nodeName]=t,e||null},t.prototype.removeNamedItem=function(t){var e;return e=this.nodes[t],delete this.nodes[t],e||null},t.prototype.item=function(t){return this.nodes[Object.keys(this.nodes)[t]]||null},t.prototype.getNamedItemNS=function(t,e){throw new Error("This DOM method is not implemented.")},t.prototype.setNamedItemNS=function(t){throw new Error("This DOM method is not implemented.")},t.prototype.removeNamedItemNS=function(t,e){throw new Error("This DOM method is not implemented.")},t}()}).call(this)},32026:function(t,e,n){(function(){var e,s,i,r,a,o,l,c,u,d,m,p,f,g,h,A,w,y={}.hasOwnProperty;w=n(78369),A=w.isObject,h=w.isFunction,g=w.isEmpty,f=w.getValue,c=null,i=null,r=null,a=null,o=null,m=null,p=null,d=null,l=null,s=null,u=null,e=null,t.exports=function(){function t(t){this.parent=t,this.parent&&(this.options=this.parent.options,this.stringify=this.parent.stringify),this.value=null,this.children=[],this.baseURI=null,c||(c=n(32161),i=n(66170),r=n(62096),a=n(59077),o=n(8225),m=n(79406),p=n(43595),d=n(19181),l=n(78833),s=n(39335),u=n(82390),n(40663),e=n(17557))}return Object.defineProperty(t.prototype,"nodeName",{get:function(){return this.name}}),Object.defineProperty(t.prototype,"nodeType",{get:function(){return this.type}}),Object.defineProperty(t.prototype,"nodeValue",{get:function(){return this.value}}),Object.defineProperty(t.prototype,"parentNode",{get:function(){return this.parent}}),Object.defineProperty(t.prototype,"childNodes",{get:function(){return this.childNodeList&&this.childNodeList.nodes||(this.childNodeList=new u(this.children)),this.childNodeList}}),Object.defineProperty(t.prototype,"firstChild",{get:function(){return this.children[0]||null}}),Object.defineProperty(t.prototype,"lastChild",{get:function(){return this.children[this.children.length-1]||null}}),Object.defineProperty(t.prototype,"previousSibling",{get:function(){var t;return t=this.parent.children.indexOf(this),this.parent.children[t-1]||null}}),Object.defineProperty(t.prototype,"nextSibling",{get:function(){var t;return t=this.parent.children.indexOf(this),this.parent.children[t+1]||null}}),Object.defineProperty(t.prototype,"ownerDocument",{get:function(){return this.document()||null}}),Object.defineProperty(t.prototype,"textContent",{get:function(){var t,e,n,i,r;if(this.nodeType===s.Element||this.nodeType===s.DocumentFragment){for(r="",e=0,n=(i=this.children).length;e":(null!=(n=this.parent)?n.name:void 0)?"node: <"+t+">, parent: <"+this.parent.name+">":"node: <"+t+">":""},t.prototype.ele=function(t,e,n){return this.element(t,e,n)},t.prototype.nod=function(t,e,n){return this.node(t,e,n)},t.prototype.txt=function(t){return this.text(t)},t.prototype.dat=function(t){return this.cdata(t)},t.prototype.com=function(t){return this.comment(t)},t.prototype.ins=function(t,e){return this.instruction(t,e)},t.prototype.doc=function(){return this.document()},t.prototype.dec=function(t,e,n){return this.declaration(t,e,n)},t.prototype.e=function(t,e,n){return this.element(t,e,n)},t.prototype.n=function(t,e,n){return this.node(t,e,n)},t.prototype.t=function(t){return this.text(t)},t.prototype.d=function(t){return this.cdata(t)},t.prototype.c=function(t){return this.comment(t)},t.prototype.r=function(t){return this.raw(t)},t.prototype.i=function(t,e){return this.instruction(t,e)},t.prototype.u=function(){return this.up()},t.prototype.importXMLBuilder=function(t){return this.importDocument(t)},t.prototype.replaceChild=function(t,e){throw new Error("This DOM method is not implemented."+this.debugInfo())},t.prototype.removeChild=function(t){throw new Error("This DOM method is not implemented."+this.debugInfo())},t.prototype.appendChild=function(t){throw new Error("This DOM method is not implemented."+this.debugInfo())},t.prototype.hasChildNodes=function(){return 0!==this.children.length},t.prototype.cloneNode=function(t){throw new Error("This DOM method is not implemented."+this.debugInfo())},t.prototype.normalize=function(){throw new Error("This DOM method is not implemented."+this.debugInfo())},t.prototype.isSupported=function(t,e){return!0},t.prototype.hasAttributes=function(){return 0!==this.attribs.length},t.prototype.compareDocumentPosition=function(t){var n,s;return(n=this)===t?0:this.document()!==t.document()?(s=e.Disconnected|e.ImplementationSpecific,Math.random()<.5?s|=e.Preceding:s|=e.Following,s):n.isAncestor(t)?e.Contains|e.Preceding:n.isDescendant(t)?e.Contains|e.Following:n.isPreceding(t)?e.Preceding:e.Following},t.prototype.isSameNode=function(t){throw new Error("This DOM method is not implemented."+this.debugInfo())},t.prototype.lookupPrefix=function(t){throw new Error("This DOM method is not implemented."+this.debugInfo())},t.prototype.isDefaultNamespace=function(t){throw new Error("This DOM method is not implemented."+this.debugInfo())},t.prototype.lookupNamespaceURI=function(t){throw new Error("This DOM method is not implemented."+this.debugInfo())},t.prototype.isEqualNode=function(t){var e,n,s;if(t.nodeType!==this.nodeType)return!1;if(t.children.length!==this.children.length)return!1;for(e=n=0,s=this.children.length-1;0<=s?n<=s:n>=s;e=0<=s?++n:--n)if(!this.children[e].isEqualNode(t.children[e]))return!1;return!0},t.prototype.getFeature=function(t,e){throw new Error("This DOM method is not implemented."+this.debugInfo())},t.prototype.setUserData=function(t,e,n){throw new Error("This DOM method is not implemented."+this.debugInfo())},t.prototype.getUserData=function(t){throw new Error("This DOM method is not implemented."+this.debugInfo())},t.prototype.contains=function(t){return!!t&&(t===this||this.isDescendant(t))},t.prototype.isDescendant=function(t){var e,n,s,i;for(n=0,s=(i=this.children).length;nn},t.prototype.treePosition=function(t){var e,n;return n=0,e=!1,this.foreachTreeNode(this.document(),(function(s){if(n++,!e&&s===t)return e=!0})),e?n:-1},t.prototype.foreachTreeNode=function(t,e){var n,s,i,r,a;for(t||(t=this.document()),s=0,i=(r=t.children).length;s0){for(this.stream.write(" ["),this.stream.write(this.endline(t,e,n)),e.state=s.InsideTag,r=0,a=(o=t.children).length;r"),this.stream.write(this.endline(t,e,n)),e.state=s.None,this.closeNode(t,e,n)},n.prototype.element=function(t,n,i){var a,o,l,c,u,d,m,p,f;for(m in i||(i=0),this.openNode(t,n,i),n.state=s.OpenTag,this.stream.write(this.indent(t,n,i)+"<"+t.name),p=t.attribs)r.call(p,m)&&(a=p[m],this.attribute(a,n,i));if(c=0===(l=t.children.length)?null:t.children[0],0===l||t.children.every((function(t){return(t.type===e.Text||t.type===e.Raw)&&""===t.value})))n.allowEmpty?(this.stream.write(">"),n.state=s.CloseTag,this.stream.write("")):(n.state=s.CloseTag,this.stream.write(n.spaceBeforeSlash+"/>"));else if(!n.pretty||1!==l||c.type!==e.Text&&c.type!==e.Raw||null==c.value){for(this.stream.write(">"+this.endline(t,n,i)),n.state=s.InsideTag,u=0,d=(f=t.children).length;u")}else this.stream.write(">"),n.state=s.InsideTag,n.suppressPrettyCount++,this.writeChildNode(c,n,i+1),n.suppressPrettyCount--,n.state=s.CloseTag,this.stream.write("");return this.stream.write(this.endline(t,n,i)),n.state=s.None,this.closeNode(t,n,i)},n.prototype.processingInstruction=function(t,e,s){return this.stream.write(n.__super__.processingInstruction.call(this,t,e,s))},n.prototype.raw=function(t,e,s){return this.stream.write(n.__super__.raw.call(this,t,e,s))},n.prototype.text=function(t,e,s){return this.stream.write(n.__super__.text.call(this,t,e,s))},n.prototype.dtdAttList=function(t,e,s){return this.stream.write(n.__super__.dtdAttList.call(this,t,e,s))},n.prototype.dtdElement=function(t,e,s){return this.stream.write(n.__super__.dtdElement.call(this,t,e,s))},n.prototype.dtdEntity=function(t,e,s){return this.stream.write(n.__super__.dtdEntity.call(this,t,e,s))},n.prototype.dtdNotation=function(t,e,s){return this.stream.write(n.__super__.dtdNotation.call(this,t,e,s))},n}(i)}).call(this)},26434:function(t,e,n){(function(){var e,s={}.hasOwnProperty;e=n(60751),t.exports=function(t){function e(t){e.__super__.constructor.call(this,t)}return function(t,e){for(var n in e)s.call(e,n)&&(t[n]=e[n]);function i(){this.constructor=t}i.prototype=e.prototype,t.prototype=new i,t.__super__=e.prototype}(e,t),e.prototype.document=function(t,e){var n,s,i,r,a;for(e=this.filterOptions(e),r="",s=0,i=(a=t.children).length;s","]]]]>"),this.assertLegalChar(t))},t.prototype.comment=function(t){if(this.options.noValidation)return t;if((t=""+t||"").match(/--/))throw new Error("Comment text cannot contain double-hypen: "+t);return this.assertLegalChar(t)},t.prototype.raw=function(t){return this.options.noValidation?t:""+t||""},t.prototype.attValue=function(t){return this.options.noValidation?t:this.assertLegalChar(this.attEscape(t=""+t||""))},t.prototype.insTarget=function(t){return this.options.noValidation?t:this.assertLegalChar(""+t||"")},t.prototype.insValue=function(t){if(this.options.noValidation)return t;if((t=""+t||"").match(/\?>/))throw new Error("Invalid processing instruction value: "+t);return this.assertLegalChar(t)},t.prototype.xmlVersion=function(t){if(this.options.noValidation)return t;if(!(t=""+t||"").match(/1\.[0-9]+/))throw new Error("Invalid version number: "+t);return t},t.prototype.xmlEncoding=function(t){if(this.options.noValidation)return t;if(!(t=""+t||"").match(/^[A-Za-z](?:[A-Za-z0-9._-])*$/))throw new Error("Invalid encoding: "+t);return this.assertLegalChar(t)},t.prototype.xmlStandalone=function(t){return this.options.noValidation?t:t?"yes":"no"},t.prototype.dtdPubID=function(t){return this.options.noValidation?t:this.assertLegalChar(""+t||"")},t.prototype.dtdSysID=function(t){return this.options.noValidation?t:this.assertLegalChar(""+t||"")},t.prototype.dtdElementValue=function(t){return this.options.noValidation?t:this.assertLegalChar(""+t||"")},t.prototype.dtdAttType=function(t){return this.options.noValidation?t:this.assertLegalChar(""+t||"")},t.prototype.dtdAttDefault=function(t){return this.options.noValidation?t:this.assertLegalChar(""+t||"")},t.prototype.dtdEntityValue=function(t){return this.options.noValidation?t:this.assertLegalChar(""+t||"")},t.prototype.dtdNData=function(t){return this.options.noValidation?t:this.assertLegalChar(""+t||"")},t.prototype.convertAttKey="@",t.prototype.convertPIKey="?",t.prototype.convertTextKey="#text",t.prototype.convertCDataKey="#cdata",t.prototype.convertCommentKey="#comment",t.prototype.convertRawKey="#raw",t.prototype.assertLegalChar=function(t){var e,n;if(this.options.noValidation)return t;if(e="","1.0"===this.options.version){if(e=/[\0-\x08\x0B\f\x0E-\x1F\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,n=t.match(e))throw new Error("Invalid character in string: "+t+" at index "+n.index)}else if("1.1"===this.options.version&&(e=/[\0\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,n=t.match(e)))throw new Error("Invalid character in string: "+t+" at index "+n.index);return t},t.prototype.assertLegalName=function(t){var e;if(this.options.noValidation)return t;if(this.assertLegalChar(t),e=/^([:A-Z_a-z\xC0-\xD6\xD8-\xF6\xF8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])([\x2D\.0-:A-Z_a-z\xB7\xC0-\xD6\xD8-\xF6\xF8-\u037D\u037F-\u1FFF\u200C\u200D\u203F\u2040\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])*$/,!t.match(e))throw new Error("Invalid character in name");return t},t.prototype.textEscape=function(t){var e;return this.options.noValidation?t:(e=this.options.noDoubleEncoding?/(?!&\S+;)&/g:/&/g,t.replace(e,"&").replace(//g,">").replace(/\r/g," "))},t.prototype.attEscape=function(t){var e;return this.options.noValidation?t:(e=this.options.noDoubleEncoding?/(?!&\S+;)&/g:/&/g,t.replace(e,"&").replace(/0?new Array(s).join(e.indent):""},t.prototype.endline=function(t,e,n){return!e.pretty||e.suppressPrettyCount?"":e.newline},t.prototype.attribute=function(t,e,n){var s;return this.openAttribute(t,e,n),s=" "+t.name+'="'+t.value+'"',this.closeAttribute(t,e,n),s},t.prototype.cdata=function(t,e,n){var i;return this.openNode(t,e,n),e.state=s.OpenTag,i=this.indent(t,e,n)+""+this.endline(t,e,n),e.state=s.None,this.closeNode(t,e,n),i},t.prototype.comment=function(t,e,n){var i;return this.openNode(t,e,n),e.state=s.OpenTag,i=this.indent(t,e,n)+"\x3c!-- ",e.state=s.InsideTag,i+=t.value,e.state=s.CloseTag,i+=" --\x3e"+this.endline(t,e,n),e.state=s.None,this.closeNode(t,e,n),i},t.prototype.declaration=function(t,e,n){var i;return this.openNode(t,e,n),e.state=s.OpenTag,i=this.indent(t,e,n)+"",i+=this.endline(t,e,n),e.state=s.None,this.closeNode(t,e,n),i},t.prototype.docType=function(t,e,n){var i,r,a,o,l;if(n||(n=0),this.openNode(t,e,n),e.state=s.OpenTag,o=this.indent(t,e,n),o+="0){for(o+=" [",o+=this.endline(t,e,n),e.state=s.InsideTag,r=0,a=(l=t.children).length;r",o+=this.endline(t,e,n),e.state=s.None,this.closeNode(t,e,n),o},t.prototype.element=function(t,n,i){var a,o,l,c,u,d,m,p,f,g,h,A,w,y;for(f in i||(i=0),g=!1,h="",this.openNode(t,n,i),n.state=s.OpenTag,h+=this.indent(t,n,i)+"<"+t.name,A=t.attribs)r.call(A,f)&&(a=A[f],h+=this.attribute(a,n,i));if(c=0===(l=t.children.length)?null:t.children[0],0===l||t.children.every((function(t){return(t.type===e.Text||t.type===e.Raw)&&""===t.value})))n.allowEmpty?(h+=">",n.state=s.CloseTag,h+=""+this.endline(t,n,i)):(n.state=s.CloseTag,h+=n.spaceBeforeSlash+"/>"+this.endline(t,n,i));else if(!n.pretty||1!==l||c.type!==e.Text&&c.type!==e.Raw||null==c.value){if(n.dontPrettyTextNodes)for(u=0,m=(w=t.children).length;u"+this.endline(t,n,i),n.state=s.InsideTag,d=0,p=(y=t.children).length;d",g&&n.suppressPrettyCount--,h+=this.endline(t,n,i),n.state=s.None}else h+=">",n.state=s.InsideTag,n.suppressPrettyCount++,g=!0,h+=this.writeChildNode(c,n,i+1),n.suppressPrettyCount--,g=!1,n.state=s.CloseTag,h+=""+this.endline(t,n,i);return this.closeNode(t,n,i),h},t.prototype.writeChildNode=function(t,n,s){switch(t.type){case e.CData:return this.cdata(t,n,s);case e.Comment:return this.comment(t,n,s);case e.Element:return this.element(t,n,s);case e.Raw:return this.raw(t,n,s);case e.Text:return this.text(t,n,s);case e.ProcessingInstruction:return this.processingInstruction(t,n,s);case e.Dummy:return"";case e.Declaration:return this.declaration(t,n,s);case e.DocType:return this.docType(t,n,s);case e.AttributeDeclaration:return this.dtdAttList(t,n,s);case e.ElementDeclaration:return this.dtdElement(t,n,s);case e.EntityDeclaration:return this.dtdEntity(t,n,s);case e.NotationDeclaration:return this.dtdNotation(t,n,s);default:throw new Error("Unknown XML node type: "+t.constructor.name)}},t.prototype.processingInstruction=function(t,e,n){var i;return this.openNode(t,e,n),e.state=s.OpenTag,i=this.indent(t,e,n)+"",i+=this.endline(t,e,n),e.state=s.None,this.closeNode(t,e,n),i},t.prototype.raw=function(t,e,n){var i;return this.openNode(t,e,n),e.state=s.OpenTag,i=this.indent(t,e,n),e.state=s.InsideTag,i+=t.value,e.state=s.CloseTag,i+=this.endline(t,e,n),e.state=s.None,this.closeNode(t,e,n),i},t.prototype.text=function(t,e,n){var i;return this.openNode(t,e,n),e.state=s.OpenTag,i=this.indent(t,e,n),e.state=s.InsideTag,i+=t.value,e.state=s.CloseTag,i+=this.endline(t,e,n),e.state=s.None,this.closeNode(t,e,n),i},t.prototype.dtdAttList=function(t,e,n){var i;return this.openNode(t,e,n),e.state=s.OpenTag,i=this.indent(t,e,n)+""+this.endline(t,e,n),e.state=s.None,this.closeNode(t,e,n),i},t.prototype.dtdElement=function(t,e,n){var i;return this.openNode(t,e,n),e.state=s.OpenTag,i=this.indent(t,e,n)+""+this.endline(t,e,n),e.state=s.None,this.closeNode(t,e,n),i},t.prototype.dtdEntity=function(t,e,n){var i;return this.openNode(t,e,n),e.state=s.OpenTag,i=this.indent(t,e,n)+""+this.endline(t,e,n),e.state=s.None,this.closeNode(t,e,n),i},t.prototype.dtdNotation=function(t,e,n){var i;return this.openNode(t,e,n),e.state=s.OpenTag,i=this.indent(t,e,n)+""+this.endline(t,e,n),e.state=s.None,this.closeNode(t,e,n),i},t.prototype.openNode=function(t,e,n){},t.prototype.closeNode=function(t,e,n){},t.prototype.openAttribute=function(t,e,n){},t.prototype.closeAttribute=function(t,e,n){},t}()}).call(this)},5532:function(t,e,n){(function(){var e,s,i,r,a,o,l,c,u,d;d=n(78369),c=d.assign,u=d.isFunction,i=n(91770),r=n(66934),a=n(79227),l=n(26434),o=n(81996),e=n(39335),s=n(30594),t.exports.create=function(t,e,n,s){var i,a;if(null==t)throw new Error("Root element needs a name.");return s=c({},e,n,s),a=(i=new r(s)).element(t),s.headless||(i.declaration(s),null==s.pubID&&null==s.sysID||i.dtd(s)),a},t.exports.begin=function(t,e,n){var s;return u(t)&&(e=(s=[t,e])[0],n=s[1],t={}),e?new a(t,e,n):new r(t)},t.exports.stringWriter=function(t){return new l(t)},t.exports.streamWriter=function(t,e){return new o(t,e)},t.exports.implementation=new i,t.exports.nodeType=e,t.exports.writerState=s}).call(this)},81490:t=>{"use strict";t.exports="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTYiIHdpZHRoPSIxNiI+CiAgPHBhdGggZD0iTTE0IDEyLjNMMTIuMyAxNCA4IDkuNyAzLjcgMTQgMiAxMi4zIDYuMyA4IDIgMy43IDMuNyAyIDggNi4zIDEyLjMgMiAxNCAzLjcgOS43IDh6Ii8+Cjwvc3ZnPgo="},90888:t=>{"use strict";t.exports="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTYiIHdpZHRoPSIxNiI+CiAgPHBhdGggZD0iTTE0IDEyLjNMMTIuMyAxNCA4IDkuNyAzLjcgMTQgMiAxMi4zIDYuMyA4IDIgMy43IDMuNyAyIDggNi4zIDEyLjMgMiAxNCAzLjcgOS43IDh6IiBzdHlsZT0iZmlsbC1vcGFjaXR5OjE7ZmlsbDojZmZmZmZmIi8+Cjwvc3ZnPgo="},52361:()=>{},94616:()=>{},5656:(t,e,n)=>{"use strict";n.d(e,{$B:()=>F,DT:()=>h,De:()=>y,G7:()=>re,Ir:()=>oe,NB:()=>I,RL:()=>U,Ti:()=>M,Tv:()=>E,Vn:()=>w,_o:()=>O,e4:()=>N,gt:()=>P,h7:()=>T,p$:()=>A,pC:()=>j,rp:()=>D,sS:()=>g,tB:()=>k,y3:()=>v});var s=n(77958),i=n(17499),r=n(31352),a=n(62520),o=n(65358),l=n(79753),c=n(14596);const u=null===(d=(0,s.ts)())?(0,i.IY)().setApp("files").build():(0,i.IY)().setApp("files").setUid(d.uid).build();var d;class m{_entries=[];registerEntry(t){this.validateEntry(t),this._entries.push(t)}unregisterEntry(t){const e="string"==typeof t?this.getEntryIndex(t):this.getEntryIndex(t.id);-1!==e?this._entries.splice(e,1):u.warn("Entry not found, nothing removed",{entry:t,entries:this.getEntries()})}getEntries(t){return t?this._entries.filter((e=>"function"!=typeof e.enabled||e.enabled(t))):this._entries}getEntryIndex(t){return this._entries.findIndex((e=>e.id===t))}validateEntry(t){if(!t.id||!t.displayName||!t.iconSvgInline&&!t.iconClass||!t.handler)throw new Error("Invalid entry");if("string"!=typeof t.id||"string"!=typeof t.displayName)throw new Error("Invalid id or displayName property");if(t.iconClass&&"string"!=typeof t.iconClass||t.iconSvgInline&&"string"!=typeof t.iconSvgInline)throw new Error("Invalid icon provided");if(void 0!==t.enabled&&"function"!=typeof t.enabled)throw new Error("Invalid enabled property");if("function"!=typeof t.handler)throw new Error("Invalid handler property");if("order"in t&&"number"!=typeof t.order)throw new Error("Invalid order property");if(-1!==this.getEntryIndex(t.id))throw new Error("Duplicate entry")}}const p=["B","KB","MB","GB","TB","PB"],f=["B","KiB","MiB","GiB","TiB","PiB"];function g(t,e=!1,n=!1,s=!1){n=n&&!s,"string"==typeof t&&(t=Number(t));let i=t>0?Math.floor(Math.log(t)/Math.log(s?1e3:1024)):0;i=Math.min((n?f.length:p.length)-1,i);const a=n?f[i]:p[i];let o=(t/Math.pow(s?1e3:1024,i)).toFixed(1);return!0===e&&0===i?("0.0"!==o?"< 1 ":"0 ")+(n?f[1]:p[1]):(o=i<2?parseFloat(o).toFixed(0):parseFloat(o).toLocaleString((0,r.aj)()),o+" "+a)}var h=(t=>(t.DEFAULT="default",t.HIDDEN="hidden",t))(h||{});class A{_action;constructor(t){this.validateAction(t),this._action=t}get id(){return this._action.id}get displayName(){return this._action.displayName}get title(){return this._action.title}get iconSvgInline(){return this._action.iconSvgInline}get enabled(){return this._action.enabled}get exec(){return this._action.exec}get execBatch(){return this._action.execBatch}get order(){return this._action.order}get parent(){return this._action.parent}get default(){return this._action.default}get inline(){return this._action.inline}get renderInline(){return this._action.renderInline}validateAction(t){if(!t.id||"string"!=typeof t.id)throw new Error("Invalid id");if(!t.displayName||"function"!=typeof t.displayName)throw new Error("Invalid displayName function");if("title"in t&&"function"!=typeof t.title)throw new Error("Invalid title function");if(!t.iconSvgInline||"function"!=typeof t.iconSvgInline)throw new Error("Invalid iconSvgInline function");if(!t.exec||"function"!=typeof t.exec)throw new Error("Invalid exec function");if("enabled"in t&&"function"!=typeof t.enabled)throw new Error("Invalid enabled function");if("execBatch"in t&&"function"!=typeof t.execBatch)throw new Error("Invalid execBatch function");if("order"in t&&"number"!=typeof t.order)throw new Error("Invalid order");if("parent"in t&&"string"!=typeof t.parent)throw new Error("Invalid parent");if(t.default&&!Object.values(h).includes(t.default))throw new Error("Invalid default");if("inline"in t&&"function"!=typeof t.inline)throw new Error("Invalid inline function");if("renderInline"in t&&"function"!=typeof t.renderInline)throw new Error("Invalid renderInline function")}}const w=function(){return typeof window._nc_fileactions>"u"&&(window._nc_fileactions=[],u.debug("FileActions initialized")),window._nc_fileactions},y=function(){return typeof window._nc_filelistheader>"u"&&(window._nc_filelistheader=[],u.debug("FileListHeaders initialized")),window._nc_filelistheader};var v=(t=>(t[t.NONE=0]="NONE",t[t.CREATE=4]="CREATE",t[t.READ=1]="READ",t[t.UPDATE=2]="UPDATE",t[t.DELETE=8]="DELETE",t[t.SHARE=16]="SHARE",t[t.ALL=31]="ALL",t))(v||{});const b=["d:getcontentlength","d:getcontenttype","d:getetag","d:getlastmodified","d:quota-available-bytes","d:resourcetype","nc:has-preview","nc:is-encrypted","nc:mount-type","nc:share-attributes","oc:comments-unread","oc:favorite","oc:fileid","oc:owner-display-name","oc:owner-id","oc:permissions","oc:share-types","oc:size","ocs:share-permissions"],C={d:"DAV:",nc:"http://nextcloud.org/ns",oc:"http://owncloud.org/ns",ocs:"http://open-collaboration-services.org/ns"},x=function(){return typeof window._nc_dav_properties>"u"&&(window._nc_dav_properties=[...b]),window._nc_dav_properties.map((t=>`<${t} />`)).join(" ")},_=function(){return typeof window._nc_dav_namespaces>"u"&&(window._nc_dav_namespaces={...C}),Object.keys(window._nc_dav_namespaces).map((t=>`xmlns:${t}="${window._nc_dav_namespaces?.[t]}"`)).join(" ")},T=function(){return`\n\t\t\n\t\t\t\n\t\t\t\t${x()}\n\t\t\t\n\t\t`},k=function(t){return`\n\n\t\n\t\t\n\t\t\t\n\t\t\t\t${x()}\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t/files/${(0,s.ts)()?.uid}/\n\t\t\t\tinfinity\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\thttpd/unix-directory\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t0\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t${t}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t100\n\t\t\t0\n\t\t\n\t\n`};var E=(t=>(t.Folder="folder",t.File="file",t))(E||{});const S=function(t,e){return null!==t.match(e)},L=(t,e)=>{if(t.id&&"number"!=typeof t.id)throw new Error("Invalid id type of value");if(!t.source)throw new Error("Missing mandatory source");try{new URL(t.source)}catch{throw new Error("Invalid source format, source must be a valid URL")}if(!t.source.startsWith("http"))throw new Error("Invalid source format, only http(s) is supported");if(t.mtime&&!(t.mtime instanceof Date))throw new Error("Invalid mtime type");if(t.crtime&&!(t.crtime instanceof Date))throw new Error("Invalid crtime type");if(!t.mime||"string"!=typeof t.mime||!t.mime.match(/^[-\w.]+\/[-+\w.]+$/gi))throw new Error("Missing or invalid mandatory mime");if("size"in t&&"number"!=typeof t.size&&void 0!==t.size)throw new Error("Invalid size type");if("permissions"in t&&void 0!==t.permissions&&!("number"==typeof t.permissions&&t.permissions>=v.NONE&&t.permissions<=v.ALL))throw new Error("Invalid permissions");if(t.owner&&null!==t.owner&&"string"!=typeof t.owner)throw new Error("Invalid owner type");if(t.attributes&&"object"!=typeof t.attributes)throw new Error("Invalid attributes type");if(t.root&&"string"!=typeof t.root)throw new Error("Invalid root type");if(t.root&&!t.root.startsWith("/"))throw new Error("Root must start with a leading slash");if(t.root&&!t.source.includes(t.root))throw new Error("Root must be part of the source");if(t.root&&S(t.source,e)){const n=t.source.match(e)[0];if(!t.source.includes((0,a.join)(n,t.root)))throw new Error("The root must be relative to the service. e.g /files/emma")}if(t.status&&!Object.values(N).includes(t.status))throw new Error("Status must be a valid NodeStatus")};var N=(t=>(t.NEW="new",t.FAILED="failed",t.LOADING="loading",t.LOCKED="locked",t))(N||{});class I{_data;_attributes;_knownDavService=/(remote|public)\.php\/(web)?dav/i;constructor(t,e){L(t,e||this._knownDavService),this._data=t;const n={set:(t,e,n)=>(this.updateMtime(),Reflect.set(t,e,n)),deleteProperty:(t,e)=>(this.updateMtime(),Reflect.deleteProperty(t,e))};this._attributes=new Proxy(t.attributes||{},n),delete this._data.attributes,e&&(this._knownDavService=e)}get source(){return this._data.source.replace(/\/$/i,"")}get encodedSource(){const{origin:t}=new URL(this.source);return t+(0,o.Ec)(this.source.slice(t.length))}get basename(){return(0,a.basename)(this.source)}get extension(){return(0,a.extname)(this.source)}get dirname(){if(this.root){const t=this.source.indexOf(this.root);return(0,a.dirname)(this.source.slice(t+this.root.length)||"/")}const t=new URL(this.source);return(0,a.dirname)(t.pathname)}get mime(){return this._data.mime}get mtime(){return this._data.mtime}get crtime(){return this._data.crtime}get size(){return this._data.size}get attributes(){return this._attributes}get permissions(){return null!==this.owner||this.isDavRessource?void 0!==this._data.permissions?this._data.permissions:v.NONE:v.READ}get owner(){return this.isDavRessource?this._data.owner:null}get isDavRessource(){return S(this.source,this._knownDavService)}get root(){return this._data.root?this._data.root.replace(/^(.+)\/$/,"$1"):this.isDavRessource&&(0,a.dirname)(this.source).split(this._knownDavService).pop()||null}get path(){if(this.root){const t=this.source.indexOf(this.root);return this.source.slice(t+this.root.length)||"/"}return(this.dirname+"/"+this.basename).replace(/\/\//g,"/")}get fileid(){return this._data?.id||this.attributes?.fileid}get status(){return this._data?.status}set status(t){this._data.status=t}move(t){L({...this._data,source:t},this._knownDavService),this._data.source=t,this.updateMtime()}rename(t){if(t.includes("/"))throw new Error("Invalid basename");this.move((0,a.dirname)(this.source)+"/"+t)}updateMtime(){this._data.mtime&&(this._data.mtime=new Date)}}class F extends I{get type(){return E.File}}class P extends I{constructor(t){super({...t,mime:"httpd/unix-directory"})}get type(){return E.Folder}get extension(){return null}get mime(){return"httpd/unix-directory"}}const O=`/files/${(0,s.ts)()?.uid}`,B=(0,l.generateRemoteUrl)("dav"),D=function(t=B){const e=(0,c.eI)(t);function n(t){e.setHeaders({"X-Requested-With":"XMLHttpRequest",requesttoken:t??""})}return(0,s._S)(n),n((0,s.IH)()),(0,c.lD)().patch("fetch",((t,e)=>{const n=e.headers;return n?.method&&(e.method=n.method,delete n.method),fetch(t,e)})),e},j=async(t,e="/",n=O)=>(await t.getDirectoryContents(`${n}${e}`,{details:!0,data:`\n\t\t\n\t\t\t\n\t\t\t\t${x()}\n\t\t\t\n\t\t\t\n\t\t\t\t1\n\t\t\t\n\t\t`,headers:{method:"REPORT"},includeSelf:!0})).data.filter((t=>t.filename!==e)).map((t=>U(t,n))),U=function(t,e=O,n=B){const i=t.props,r=function(t=""){let e=v.NONE;return t&&((t.includes("C")||t.includes("K"))&&(e|=v.CREATE),t.includes("G")&&(e|=v.READ),(t.includes("W")||t.includes("N")||t.includes("V"))&&(e|=v.UPDATE),t.includes("D")&&(e|=v.DELETE),t.includes("R")&&(e|=v.SHARE)),e}(i?.permissions),a=(0,s.ts)()?.uid,o={id:i?.fileid||0,source:`${n}${t.filename}`,mtime:new Date(Date.parse(t.lastmod)),mime:t.mime,size:i?.size||Number.parseInt(i.getcontentlength||"0"),permissions:r,owner:a,root:e,attributes:{...t,...i,hasPreview:i?.["has-preview"]}};return delete o.attributes?.props,"file"===t.type?new F(o):new P(o)};class R{_views=[];_currentView=null;register(t){if(this._views.find((e=>e.id===t.id)))throw new Error(`View id ${t.id} is already registered`);this._views.push(t)}remove(t){const e=this._views.findIndex((e=>e.id===t));-1!==e&&this._views.splice(e,1)}get views(){return this._views}setActive(t){this._currentView=t}get active(){return this._currentView}}const M=function(){return typeof window._nc_navigation>"u"&&(window._nc_navigation=new R,u.debug("Navigation service initialized")),window._nc_navigation};class z{_column;constructor(t){V(t),this._column=t}get id(){return this._column.id}get title(){return this._column.title}get render(){return this._column.render}get sort(){return this._column.sort}get summary(){return this._column.summary}}const V=function(t){if(!t.id||"string"!=typeof t.id)throw new Error("A column id is required");if(!t.title||"string"!=typeof t.title)throw new Error("A column title is required");if(!t.render||"function"!=typeof t.render)throw new Error("A render function is required");if(t.sort&&"function"!=typeof t.sort)throw new Error("Column sortFunction must be a function");if(t.summary&&"function"!=typeof t.summary)throw new Error("Column summary must be a function");return!0};var $={},H={};!function(t){const e=":A-Za-z_\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD",n="["+e+"]["+e+"\\-.\\d\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*",s=new RegExp("^"+n+"$");t.isExist=function(t){return typeof t<"u"},t.isEmptyObject=function(t){return 0===Object.keys(t).length},t.merge=function(t,e,n){if(e){const s=Object.keys(e),i=s.length;for(let r=0;r"u")},t.getAllMatches=function(t,e){const n=[];let s=e.exec(t);for(;s;){const i=[];i.startIndex=e.lastIndex-s[0].length;const r=s.length;for(let t=0;t5&&"xml"===s)return nt("InvalidXml","XML declaration allowed only at the start of the document.",rt(t,e));if("?"==t[e]&&">"==t[e+1]){e++;break}continue}return e}function Y(t,e){if(t.length>e+5&&"-"===t[e+1]&&"-"===t[e+2]){for(e+=3;e"===t[e+2]){e+=2;break}}else if(t.length>e+8&&"D"===t[e+1]&&"O"===t[e+2]&&"C"===t[e+3]&&"T"===t[e+4]&&"Y"===t[e+5]&&"P"===t[e+6]&&"E"===t[e+7]){let n=1;for(e+=8;e"===t[e]&&(n--,0===n))break}else if(t.length>e+9&&"["===t[e+1]&&"C"===t[e+2]&&"D"===t[e+3]&&"A"===t[e+4]&&"T"===t[e+5]&&"A"===t[e+6]&&"["===t[e+7])for(e+=8;e"===t[e+2]){e+=2;break}return e}$.validate=function(t,e){e=Object.assign({},Z,e);const n=[];let s=!1,i=!1;"\ufeff"===t[0]&&(t=t.substr(1));for(let r=0;r"!==t[r]&&" "!==t[r]&&"\t"!==t[r]&&"\n"!==t[r]&&"\r"!==t[r];r++)l+=t[r];if(l=l.trim(),"/"===l[l.length-1]&&(l=l.substring(0,l.length-1),r--),!it(l)){let e;return e=0===l.trim().length?"Invalid space after '<'.":"Tag '"+l+"' is an invalid name.",nt("InvalidTag",e,rt(t,r))}const c=Q(t,r);if(!1===c)return nt("InvalidAttr","Attributes for '"+l+"' have open quote.",rt(t,r));let u=c.value;if(r=c.index,"/"===u[u.length-1]){const n=r-u.length;u=u.substring(0,u.length-1);const i=tt(u,e);if(!0!==i)return nt(i.err.code,i.err.msg,rt(t,n+i.err.line));s=!0}else if(o){if(!c.tagClosed)return nt("InvalidTag","Closing tag '"+l+"' doesn't have proper closing.",rt(t,r));if(u.trim().length>0)return nt("InvalidTag","Closing tag '"+l+"' can't have attributes or invalid starting.",rt(t,a));{const e=n.pop();if(l!==e.tagName){let n=rt(t,e.tagStartPos);return nt("InvalidTag","Expected closing tag '"+e.tagName+"' (opened in line "+n.line+", col "+n.col+") instead of closing tag '"+l+"'.",rt(t,a))}0==n.length&&(i=!0)}}else{const o=tt(u,e);if(!0!==o)return nt(o.err.code,o.err.msg,rt(t,r-u.length+o.err.line));if(!0===i)return nt("InvalidXml","Multiple possible root nodes found.",rt(t,r));-1!==e.unpairedTags.indexOf(l)||n.push({tagName:l,tagStartPos:a}),s=!0}for(r++;r0)||nt("InvalidXml","Invalid '"+JSON.stringify(n.map((t=>t.tagName)),null,4).replace(/\r?\n/g,"")+"' found.",{line:1,col:1}):nt("InvalidXml","Start tag expected.",1)};const K='"',J="'";function Q(t,e){let n="",s="",i=!1;for(;e"===t[e]&&""===s){i=!0;break}n+=t[e]}return""===s&&{value:n,index:e,tagClosed:i}}const X=new RegExp("(\\s*)([^\\s=]+)(\\s*=)?(\\s*(['\"])(([\\s\\S])*?)\\5)?","g");function tt(t,e){const n=q.getAllMatches(t,X),s={};for(let t=0;t!1,commentPropName:!1,unpairedTags:[],processEntities:!0,htmlEntities:!1,ignoreDeclaration:!1,ignorePiTags:!1,transformTagName:!1,transformAttributeName:!1,updateTag:function(t,e,n){return t}};ot.buildOptions=function(t){return Object.assign({},lt,t)},ot.defaultOptions=lt;const ct=H;function ut(t,e){let n="";for(;e0?this.child.push({[t.tagname]:t.child,":@":t[":@"]}):this.child.push({[t.tagname]:t.child})}},Ct=function(t,e){const n={};if("O"!==t[e+3]||"C"!==t[e+4]||"T"!==t[e+5]||"Y"!==t[e+6]||"P"!==t[e+7]||"E"!==t[e+8])throw new Error("Invalid Tag instead of DOCTYPE");{e+=9;let s=1,i=!1,r=!1,a="";for(;e"===t[e]){if(r?"-"===t[e-1]&&"-"===t[e-2]&&(r=!1,s--):s--,0===s)break}else"["===t[e]?i=!0:a+=t[e];else{if(i&&mt(t,e))e+=7,[entityName,val,e]=ut(t,e+1),-1===val.indexOf("&")&&(n[ht(entityName)]={regx:RegExp(`&${entityName};`,"g"),val});else if(i&&pt(t,e))e+=8;else if(i&&ft(t,e))e+=8;else if(i&>(t,e))e+=9;else{if(!dt)throw new Error("Invalid DOCTYPE");r=!0}s++,a=""}if(0!==s)throw new Error("Unclosed DOCTYPE")}return{entities:n,i:e}},xt=function(t,e={}){if(e=Object.assign({},yt,e),!t||"string"!=typeof t)return t;let n=t.trim();if(void 0!==e.skipLike&&e.skipLike.test(n))return t;if(e.hex&&At.test(n))return Number.parseInt(n,16);{const s=wt.exec(n);if(s){const i=s[1],r=s[2];let a=function(t){return t&&-1!==t.indexOf(".")&&("."===(t=t.replace(/0+$/,""))?t="0":"."===t[0]?t="0"+t:"."===t[t.length-1]&&(t=t.substr(0,t.length-1))),t}(s[3]);const o=s[4]||s[6];if(!e.leadingZeros&&r.length>0&&i&&"."!==n[2])return t;if(!e.leadingZeros&&r.length>0&&!i&&"."!==n[1])return t;{const s=Number(n),l=""+s;return-1!==l.search(/[eE]/)||o?e.eNotation?s:t:-1!==n.indexOf(".")?"0"===l&&""===a||l===a||i&&l==="-"+a?s:t:r?a===l||i+a===l?s:t:n===l||n===i+l?s:t}}return t}};function _t(t){const e=Object.keys(t);for(let n=0;n0)){a||(t=this.replaceEntitiesValue(t));const s=this.options.tagValueProcessor(e,t,n,i,r);return null==s?t:typeof s!=typeof t||s!==t?s:this.options.trimValues||t.trim()===t?jt(t,this.options.parseTagValue,this.options.numberParseOptions):t}}function kt(t){if(this.options.removeNSPrefix){const e=t.split(":"),n="/"===t.charAt(0)?"/":"";if("xmlns"===e[0])return"";2===e.length&&(t=n+e[1])}return t}"<((!\\[CDATA\\[([\\s\\S]*?)(]]>))|((NAME:)?(NAME))([^>]*)>|((\\/)(NAME)\\s*>))([^<]*)".replace(/NAME/g,vt.nameRegexp);const Et=new RegExp("([^\\s=]+)\\s*(=\\s*(['\"])([\\s\\S]*?)\\3)?","gm");function St(t,e,n){if(!this.options.ignoreAttributes&&"string"==typeof t){const n=vt.getAllMatches(t,Et),s=n.length,i={};for(let t=0;t",r,"Closing Tag is not closed.");let a=t.substring(r+2,e).trim();if(this.options.removeNSPrefix){const t=a.indexOf(":");-1!==t&&(a=a.substr(t+1))}this.options.transformTagName&&(a=this.options.transformTagName(a)),n&&(s=this.saveTextToParentTag(s,n,i));const o=i.substring(i.lastIndexOf(".")+1);if(a&&-1!==this.options.unpairedTags.indexOf(a))throw new Error(`Unpaired tag can not be used as closing tag: `);let l=0;o&&-1!==this.options.unpairedTags.indexOf(o)?(l=i.lastIndexOf(".",i.lastIndexOf(".")-1),this.tagsNodeStack.pop()):l=i.lastIndexOf("."),i=i.substring(0,l),n=this.tagsNodeStack.pop(),s="",r=e}else if("?"===t[r+1]){let e=Bt(t,r,!1,"?>");if(!e)throw new Error("Pi Tag is not closed.");if(s=this.saveTextToParentTag(s,n,i),!(this.options.ignoreDeclaration&&"?xml"===e.tagName||this.options.ignorePiTags)){const t=new bt(e.tagName);t.add(this.options.textNodeName,""),e.tagName!==e.tagExp&&e.attrExpPresent&&(t[":@"]=this.buildAttributesMap(e.tagExp,i,e.tagName)),this.addChild(n,t,i)}r=e.closeIndex+1}else if("!--"===t.substr(r+1,3)){const e=Ot(t,"--\x3e",r+4,"Comment is not closed.");if(this.options.commentPropName){const a=t.substring(r+4,e-2);s=this.saveTextToParentTag(s,n,i),n.add(this.options.commentPropName,[{[this.options.textNodeName]:a}])}r=e}else if("!D"===t.substr(r+1,2)){const e=Ct(t,r);this.docTypeEntities=e.entities,r=e.i}else if("!["===t.substr(r+1,2)){const e=Ot(t,"]]>",r,"CDATA is not closed.")-2,a=t.substring(r+9,e);if(s=this.saveTextToParentTag(s,n,i),this.options.cdataPropName)n.add(this.options.cdataPropName,[{[this.options.textNodeName]:a}]);else{let t=this.parseTextData(a,n.tagname,i,!0,!1,!0);null==t&&(t=""),n.add(this.options.textNodeName,t)}r=e+2}else{let a=Bt(t,r,this.options.removeNSPrefix),o=a.tagName;const l=a.rawTagName;let c=a.tagExp,u=a.attrExpPresent,d=a.closeIndex;this.options.transformTagName&&(o=this.options.transformTagName(o)),n&&s&&"!xml"!==n.tagname&&(s=this.saveTextToParentTag(s,n,i,!1));const m=n;if(m&&-1!==this.options.unpairedTags.indexOf(m.tagname)&&(n=this.tagsNodeStack.pop(),i=i.substring(0,i.lastIndexOf("."))),o!==e.tagname&&(i+=i?"."+o:o),this.isItStopNode(this.options.stopNodes,i,o)){let e="";if(c.length>0&&c.lastIndexOf("/")===c.length-1)r=a.closeIndex;else if(-1!==this.options.unpairedTags.indexOf(o))r=a.closeIndex;else{const n=this.readStopNodeData(t,l,d+1);if(!n)throw new Error(`Unexpected end of ${l}`);r=n.i,e=n.tagContent}const s=new bt(o);o!==c&&u&&(s[":@"]=this.buildAttributesMap(c,i,o)),e&&(e=this.parseTextData(e,o,i,!0,u,!0,!0)),i=i.substr(0,i.lastIndexOf(".")),s.add(this.options.textNodeName,e),this.addChild(n,s,i)}else{if(c.length>0&&c.lastIndexOf("/")===c.length-1){"/"===o[o.length-1]?(o=o.substr(0,o.length-1),i=i.substr(0,i.length-1),c=o):c=c.substr(0,c.length-1),this.options.transformTagName&&(o=this.options.transformTagName(o));const t=new bt(o);o!==c&&u&&(t[":@"]=this.buildAttributesMap(c,i,o)),this.addChild(n,t,i),i=i.substr(0,i.lastIndexOf("."))}else{const t=new bt(o);this.tagsNodeStack.push(n),o!==c&&u&&(t[":@"]=this.buildAttributesMap(c,i,o)),this.addChild(n,t,i),n=t}s="",r=d}}else s+=t[r];return e.child};function Nt(t,e,n){const s=this.options.updateTag(e.tagname,n,e[":@"]);!1===s||("string"==typeof s&&(e.tagname=s),t.addChild(e))}const It=function(t){if(this.options.processEntities){for(let e in this.docTypeEntities){const n=this.docTypeEntities[e];t=t.replace(n.regx,n.val)}for(let e in this.lastEntities){const n=this.lastEntities[e];t=t.replace(n.regex,n.val)}if(this.options.htmlEntities)for(let e in this.htmlEntities){const n=this.htmlEntities[e];t=t.replace(n.regex,n.val)}t=t.replace(this.ampEntity.regex,this.ampEntity.val)}return t};function Ft(t,e,n,s){return t&&(void 0===s&&(s=0===Object.keys(e.child).length),void 0!==(t=this.parseTextData(t,e.tagname,n,!1,!!e[":@"]&&0!==Object.keys(e[":@"]).length,s))&&""!==t&&e.add(this.options.textNodeName,t),t=""),t}function Pt(t,e,n){const s="*."+n;for(const n in t){const i=t[n];if(s===i||e===i)return!0}return!1}function Ot(t,e,n,s){const i=t.indexOf(e,n);if(-1===i)throw new Error(s);return i+e.length-1}function Bt(t,e,n,s=">"){const i=function(t,e,n=">"){let s,i="";for(let r=e;r",n,`${e} is not closed`);if(t.substring(n+2,r).trim()===e&&(i--,0===i))return{tagContent:t.substring(s,n),i:r};n=r}else if("?"===t[n+1])n=Ot(t,"?>",n+1,"StopNode is not closed.");else if("!--"===t.substr(n+1,3))n=Ot(t,"--\x3e",n+3,"StopNode is not closed.");else if("!["===t.substr(n+1,2))n=Ot(t,"]]>",n,"StopNode is not closed.")-2;else{const s=Bt(t,n,">");s&&((s&&s.tagName)===e&&"/"!==s.tagExp[s.tagExp.length-1]&&i++,n=s.closeIndex)}}function jt(t,e,n){if(e&&"string"==typeof t){const e=t.trim();return"true"===e||"false"!==e&&xt(t,n)}return vt.isExist(t)?t:""}var Ut={};function Rt(t,e,n){let s;const i={};for(let r=0;r0&&(i[e.textNodeName]=s):void 0!==s&&(i[e.textNodeName]=s),i}function Mt(t){const e=Object.keys(t);for(let t=0;t"},lt:{regex:/&(lt|#60|#x3C);/g,val:"<"},quot:{regex:/&(quot|#34|#x22);/g,val:'"'}},this.ampEntity={regex:/&(amp|#38|#x26);/g,val:"&"},this.htmlEntities={space:{regex:/&(nbsp|#160);/g,val:" "},cent:{regex:/&(cent|#162);/g,val:"¢"},pound:{regex:/&(pound|#163);/g,val:"£"},yen:{regex:/&(yen|#165);/g,val:"¥"},euro:{regex:/&(euro|#8364);/g,val:"€"},copyright:{regex:/&(copy|#169);/g,val:"©"},reg:{regex:/&(reg|#174);/g,val:"®"},inr:{regex:/&(inr|#8377);/g,val:"₹"}},this.addExternalEntities=_t,this.parseXml=Lt,this.parseTextData=Tt,this.resolveNameSpace=kt,this.buildAttributesMap=St,this.isItStopNode=Pt,this.replaceEntitiesValue=It,this.readStopNodeData=Dt,this.saveTextToParentTag=Ft,this.addChild=Nt}},{prettify:qt}=Ut,Zt=$;function Gt(t,e,n,s){let i="",r=!1;for(let a=0;a`,r=!1;continue}if(l===e.commentPropName){i+=s+`\x3c!--${o[l][0][e.textNodeName]}--\x3e`,r=!0;continue}if("?"===l[0]){const t=Yt(o[":@"],e),n="?xml"===l?"":s;let a=o[l][0][e.textNodeName];a=0!==a.length?" "+a:"",i+=n+`<${l}${a}${t}?>`,r=!0;continue}let u=s;""!==u&&(u+=e.indentBy);const d=s+`<${l}${Yt(o[":@"],e)}`,m=Gt(o[l],e,c,u);-1!==e.unpairedTags.indexOf(l)?e.suppressUnpairedNode?i+=d+">":i+=d+"/>":m&&0!==m.length||!e.suppressEmptyNode?m&&m.endsWith(">")?i+=d+`>${m}${s}`:(i+=d+">",m&&""!==s&&(m.includes("/>")||m.includes("`):i+=d+"/>",r=!0}return i}function Wt(t){const e=Object.keys(t);for(let n=0;n0&&e.processEntities)for(let n=0;n0&&(n="\n"),Gt(t,e,"",n)},Xt={attributeNamePrefix:"@_",attributesGroupName:!1,textNodeName:"#text",ignoreAttributes:!0,cdataPropName:!1,format:!1,indentBy:" ",suppressEmptyNode:!1,suppressUnpairedNode:!0,suppressBooleanAttributes:!0,tagValueProcessor:function(t,e){return e},attributeValueProcessor:function(t,e){return e},preserveOrder:!1,commentPropName:!1,unpairedTags:[],entities:[{regex:new RegExp("&","g"),val:"&"},{regex:new RegExp(">","g"),val:">"},{regex:new RegExp("<","g"),val:"<"},{regex:new RegExp("'","g"),val:"'"},{regex:new RegExp('"',"g"),val:"""}],processEntities:!0,stopNodes:[],oneListGroup:!1};function te(t){this.options=Object.assign({},Xt,t),this.options.ignoreAttributes||this.options.attributesGroupName?this.isAttribute=function(){return!1}:(this.attrPrefixLen=this.options.attributeNamePrefix.length,this.isAttribute=se),this.processTextOrObjNode=ee,this.options.format?(this.indentate=ne,this.tagEndChar=">\n",this.newLine="\n"):(this.indentate=function(){return""},this.tagEndChar=">",this.newLine="")}function ee(t,e,n){const s=this.j2x(t,n+1);return void 0!==t[this.options.textNodeName]&&1===Object.keys(t).length?this.buildTextValNode(t[this.options.textNodeName],e,s.attrStr,n):this.buildObjectNode(s.val,e,s.attrStr,n)}function ne(t){return this.options.indentBy.repeat(t)}function se(t){return!(!t.startsWith(this.options.attributeNamePrefix)||t===this.options.textNodeName)&&t.substr(this.attrPrefixLen)}te.prototype.build=function(t){return this.options.preserveOrder?Qt(t,this.options):(Array.isArray(t)&&this.options.arrayNodeName&&this.options.arrayNodeName.length>1&&(t={[this.options.arrayNodeName]:t}),this.j2x(t,0).val)},te.prototype.j2x=function(t,e){let n="",s="";for(let i in t)if(Object.prototype.hasOwnProperty.call(t,i))if(typeof t[i]>"u")this.isAttribute(i)&&(s+="");else if(null===t[i])this.isAttribute(i)?s+="":"?"===i[0]?s+=this.indentate(e)+"<"+i+"?"+this.tagEndChar:s+=this.indentate(e)+"<"+i+"/"+this.tagEndChar;else if(t[i]instanceof Date)s+=this.buildTextValNode(t[i],i,"",e);else if("object"!=typeof t[i]){const r=this.isAttribute(i);if(r)n+=this.buildAttrPairStr(r,""+t[i]);else if(i===this.options.textNodeName){let e=this.options.tagValueProcessor(i,""+t[i]);s+=this.replaceEntitiesValue(e)}else s+=this.buildTextValNode(t[i],i,"",e)}else if(Array.isArray(t[i])){const n=t[i].length;let r="";for(let a=0;a"u"||(null===n?"?"===i[0]?s+=this.indentate(e)+"<"+i+"?"+this.tagEndChar:s+=this.indentate(e)+"<"+i+"/"+this.tagEndChar:"object"==typeof n?this.options.oneListGroup?r+=this.j2x(n,e+1).val:r+=this.processTextOrObjNode(n,i,e):r+=this.buildTextValNode(n,i,"",e))}this.options.oneListGroup&&(r=this.buildObjectNode(r,i,"",e)),s+=r}else if(this.options.attributesGroupName&&i===this.options.attributesGroupName){const e=Object.keys(t[i]),s=e.length;for(let r=0;r"+t+i}},te.prototype.closeTag=function(t){let e="";return-1!==this.options.unpairedTags.indexOf(t)?this.options.suppressUnpairedNode||(e="/"):e=this.options.suppressEmptyNode?"/":`>`+this.newLine;if(!1!==this.options.commentPropName&&e===this.options.commentPropName)return this.indentate(s)+`\x3c!--${t}--\x3e`+this.newLine;if("?"===e[0])return this.indentate(s)+"<"+e+n+"?"+this.tagEndChar;{let i=this.options.tagValueProcessor(e,t);return i=this.replaceEntitiesValue(i),""===i?this.indentate(s)+"<"+e+n+this.closeTag(e)+this.tagEndChar:this.indentate(s)+"<"+e+n+">"+i+"0&&this.options.processEntities)for(let e=0;e0&&(!t.caption||"string"!=typeof t.caption))throw new Error("View caption is required for top-level views and must be a string");if(!t.getContents||"function"!=typeof t.getContents)throw new Error("View getContents is required and must be a function");if(!t.icon||"string"!=typeof t.icon||!function(t){if("string"!=typeof t)throw new TypeError(`Expected a \`string\`, got \`${typeof t}\``);if(0===(t=t.trim()).length||!0!==ie.XMLValidator.validate(t))return!1;let e;const n=new ie.XMLParser;try{e=n.parse(t)}catch{return!1}return!(!e||!("svg"in e))}(t.icon))throw new Error("View icon is required and must be a valid svg string");if(!("order"in t)||"number"!=typeof t.order)throw new Error("View order is required and must be a number");if(t.columns&&t.columns.forEach((t=>{if(!(t instanceof z))throw new Error("View columns must be an array of Column. Invalid column found")})),t.emptyView&&"function"!=typeof t.emptyView)throw new Error("View emptyView must be a function");if(t.parent&&"string"!=typeof t.parent)throw new Error("View parent must be a string");if("sticky"in t&&"boolean"!=typeof t.sticky)throw new Error("View sticky must be a boolean");if("expanded"in t&&"boolean"!=typeof t.expanded)throw new Error("View expanded must be a boolean");if(t.defaultSortKey&&"string"!=typeof t.defaultSortKey)throw new Error("View defaultSortKey must be a string");return!0},oe=function(t){return(typeof window._nc_newfilemenu>"u"&&(window._nc_newfilemenu=new m,u.debug("NewFileMenu initialized")),window._nc_newfilemenu).getEntries(t).sort(((t,e)=>void 0!==t.order&&void 0!==e.order&&t.order!==e.order?t.order-e.order:t.displayName.localeCompare(e.displayName,void 0,{numeric:!0,sensitivity:"base"})))}},76226:(t,e,n)=>{"use strict";n.d(e,{U:()=>nn,a:()=>Xe,g:()=>rn,l:()=>He,n:()=>Ge,t:()=>tn});var s=n(93379),i=n.n(s),r=n(7795),a=n.n(r),o=n(90569),l=n.n(o),c=n(3565),u=n.n(c),d=n(19216),m=n.n(d),p=n(44589),f=n.n(p),g=n(82396),h={};h.styleTagTransform=f(),h.setAttributes=u(),h.insert=l().bind(null,"head"),h.domAPI=a(),h.insertStyleElement=m(),i()(g.Z,h),g.Z&&g.Z.locals&&g.Z.locals;var A=n(79753),w=n(77958),y=n(5656),v=n(93664);class b extends Error{constructor(t){super(t||"Promise was canceled"),this.name="CancelError"}get isCanceled(){return!0}}const C=Object.freeze({pending:Symbol("pending"),canceled:Symbol("canceled"),resolved:Symbol("resolved"),rejected:Symbol("rejected")});class x{static fn(t){return(...e)=>new x(((n,s,i)=>{e.push(i),t(...e).then(n,s)}))}#t=[];#e=!0;#n=C.pending;#s;#i;constructor(t){this.#s=new Promise(((e,n)=>{this.#i=n;const s=t=>{if(this.#n!==C.pending)throw new Error(`The \`onCancel\` handler was attached after the promise ${this.#n.description}.`);this.#t.push(t)};Object.defineProperties(s,{shouldReject:{get:()=>this.#e,set:t=>{this.#e=t}}}),t((t=>{this.#n===C.canceled&&s.shouldReject||(e(t),this.#r(C.resolved))}),(t=>{this.#n===C.canceled&&s.shouldReject||(n(t),this.#r(C.rejected))}),s)}))}then(t,e){return this.#s.then(t,e)}catch(t){return this.#s.catch(t)}finally(t){return this.#s.finally(t)}cancel(t){if(this.#n===C.pending){if(this.#r(C.canceled),this.#t.length>0)try{for(const t of this.#t)t()}catch(t){return void this.#i(t)}this.#e&&this.#i(new b(t))}}get isCanceled(){return this.#n===C.canceled}#r(t){this.#n===C.pending&&(this.#n=t)}}Object.setPrototypeOf(x.prototype,Promise.prototype);var _=n(59440),T=n(43452);const k=(t,e,n)=>t.bind(n);var E=n(17499),S=n(64024),L=n(69481),N=n(20144),I=n(72155),F=n(55212),P=n(74628),O=n(64865),B=n(34854),D=n(48264),j=n(48764).Buffer,U=n(25108);function R(t,e){return function(){return t.apply(e,arguments)}}const{toString:M}=Object.prototype,{getPrototypeOf:z}=Object,V=(G=Object.create(null),t=>{const e=M.call(t);return G[e]||(G[e]=e.slice(8,-1).toLowerCase())}),$=t=>(t=t.toLowerCase(),e=>V(e)===t),H=t=>e=>typeof e===t,{isArray:q}=Array,Z=H("undefined");var G;const W=$("ArrayBuffer"),Y=H("string"),K=H("function"),J=H("number"),Q=t=>null!==t&&"object"==typeof t,X=t=>{if("object"!==V(t))return!1;const e=z(t);return!(null!==e&&e!==Object.prototype&&null!==Object.getPrototypeOf(e)||Symbol.toStringTag in t||Symbol.iterator in t)},tt=$("Date"),et=$("File"),nt=$("Blob"),st=$("FileList"),it=$("URLSearchParams");function rt(t,e,{allOwnKeys:n=!1}={}){if(null===t||typeof t>"u")return;let s,i;if("object"!=typeof t&&(t=[t]),q(t))for(s=0,i=t.length;s0;)if(s=n[i],e===s.toLowerCase())return s;return null}const ot=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global,lt=t=>!Z(t)&&t!==ot,ct=(t=>e=>t&&e instanceof t)(typeof Uint8Array<"u"&&z(Uint8Array)),ut=$("HTMLFormElement"),dt=(({hasOwnProperty:t})=>(e,n)=>t.call(e,n))(Object.prototype),mt=$("RegExp"),pt=(t,e)=>{const n=Object.getOwnPropertyDescriptors(t),s={};rt(n,((n,i)=>{let r;!1!==(r=e(n,i,t))&&(s[i]=r||n)})),Object.defineProperties(t,s)},ft="abcdefghijklmnopqrstuvwxyz",gt="0123456789",ht={DIGIT:gt,ALPHA:ft,ALPHA_DIGIT:ft+ft.toUpperCase()+gt},At=$("AsyncFunction"),wt={isArray:q,isArrayBuffer:W,isBuffer:function(t){return null!==t&&!Z(t)&&null!==t.constructor&&!Z(t.constructor)&&K(t.constructor.isBuffer)&&t.constructor.isBuffer(t)},isFormData:t=>{let e;return t&&("function"==typeof FormData&&t instanceof FormData||K(t.append)&&("formdata"===(e=V(t))||"object"===e&&K(t.toString)&&"[object FormData]"===t.toString()))},isArrayBufferView:function(t){let e;return e=typeof ArrayBuffer<"u"&&ArrayBuffer.isView?ArrayBuffer.isView(t):t&&t.buffer&&W(t.buffer),e},isString:Y,isNumber:J,isBoolean:t=>!0===t||!1===t,isObject:Q,isPlainObject:X,isUndefined:Z,isDate:tt,isFile:et,isBlob:nt,isRegExp:mt,isFunction:K,isStream:t=>Q(t)&&K(t.pipe),isURLSearchParams:it,isTypedArray:ct,isFileList:st,forEach:rt,merge:function t(){const{caseless:e}=lt(this)&&this||{},n={},s=(s,i)=>{const r=e&&at(n,i)||i;X(n[r])&&X(s)?n[r]=t(n[r],s):X(s)?n[r]=t({},s):q(s)?n[r]=s.slice():n[r]=s};for(let t=0,e=arguments.length;t(rt(e,((e,s)=>{n&&K(e)?t[s]=R(e,n):t[s]=e}),{allOwnKeys:s}),t),trim:t=>t.trim?t.trim():t.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,""),stripBOM:t=>(65279===t.charCodeAt(0)&&(t=t.slice(1)),t),inherits:(t,e,n,s)=>{t.prototype=Object.create(e.prototype,s),t.prototype.constructor=t,Object.defineProperty(t,"super",{value:e.prototype}),n&&Object.assign(t.prototype,n)},toFlatObject:(t,e,n,s)=>{let i,r,a;const o={};if(e=e||{},null==t)return e;do{for(i=Object.getOwnPropertyNames(t),r=i.length;r-- >0;)a=i[r],(!s||s(a,t,e))&&!o[a]&&(e[a]=t[a],o[a]=!0);t=!1!==n&&z(t)}while(t&&(!n||n(t,e))&&t!==Object.prototype);return e},kindOf:V,kindOfTest:$,endsWith:(t,e,n)=>{t=String(t),(void 0===n||n>t.length)&&(n=t.length),n-=e.length;const s=t.indexOf(e,n);return-1!==s&&s===n},toArray:t=>{if(!t)return null;if(q(t))return t;let e=t.length;if(!J(e))return null;const n=new Array(e);for(;e-- >0;)n[e]=t[e];return n},forEachEntry:(t,e)=>{const n=(t&&t[Symbol.iterator]).call(t);let s;for(;(s=n.next())&&!s.done;){const n=s.value;e.call(t,n[0],n[1])}},matchAll:(t,e)=>{let n;const s=[];for(;null!==(n=t.exec(e));)s.push(n);return s},isHTMLForm:ut,hasOwnProperty:dt,hasOwnProp:dt,reduceDescriptors:pt,freezeMethods:t=>{pt(t,((e,n)=>{if(K(t)&&-1!==["arguments","caller","callee"].indexOf(n))return!1;const s=t[n];if(K(s)){if(e.enumerable=!1,"writable"in e)return void(e.writable=!1);e.set||(e.set=()=>{throw Error("Can not rewrite read-only method '"+n+"'")})}}))},toObjectSet:(t,e)=>{const n={},s=t=>{t.forEach((t=>{n[t]=!0}))};return q(t)?s(t):s(String(t).split(e)),n},toCamelCase:t=>t.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,(function(t,e,n){return e.toUpperCase()+n})),noop:()=>{},toFiniteNumber:(t,e)=>(t=+t,Number.isFinite(t)?t:e),findKey:at,global:ot,isContextDefined:lt,ALPHABET:ht,generateString:(t=16,e=ht.ALPHA_DIGIT)=>{let n="";const{length:s}=e;for(;t--;)n+=e[Math.random()*s|0];return n},isSpecCompliantForm:function(t){return!!(t&&K(t.append)&&"FormData"===t[Symbol.toStringTag]&&t[Symbol.iterator])},toJSONObject:t=>{const e=new Array(10),n=(t,s)=>{if(Q(t)){if(e.indexOf(t)>=0)return;if(!("toJSON"in t)){e[s]=t;const i=q(t)?[]:{};return rt(t,((t,e)=>{const r=n(t,s+1);!Z(r)&&(i[e]=r)})),e[s]=void 0,i}}return t};return n(t,0)},isAsyncFn:At,isThenable:t=>t&&(Q(t)||K(t))&&K(t.then)&&K(t.catch)};function yt(t,e,n,s,i){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=(new Error).stack,this.message=t,this.name="AxiosError",e&&(this.code=e),n&&(this.config=n),s&&(this.request=s),i&&(this.response=i)}wt.inherits(yt,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:wt.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const vt=yt.prototype,bt={};function Ct(t){return wt.isPlainObject(t)||wt.isArray(t)}function xt(t){return wt.endsWith(t,"[]")?t.slice(0,-2):t}function _t(t,e,n){return t?t.concat(e).map((function(t,e){return t=xt(t),!n&&e?"["+t+"]":t})).join(n?".":""):e}["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach((t=>{bt[t]={value:t}})),Object.defineProperties(yt,bt),Object.defineProperty(vt,"isAxiosError",{value:!0}),yt.from=(t,e,n,s,i,r)=>{const a=Object.create(vt);return wt.toFlatObject(t,a,(function(t){return t!==Error.prototype}),(t=>"isAxiosError"!==t)),yt.call(a,t.message,e,n,s,i),a.cause=t,a.name=t.name,r&&Object.assign(a,r),a};const Tt=wt.toFlatObject(wt,{},null,(function(t){return/^is[A-Z]/.test(t)}));function kt(t,e,n){if(!wt.isObject(t))throw new TypeError("target must be an object");e=e||new FormData;const s=(n=wt.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,(function(t,e){return!wt.isUndefined(e[t])}))).metaTokens,i=n.visitor||c,r=n.dots,a=n.indexes,o=(n.Blob||typeof Blob<"u"&&Blob)&&wt.isSpecCompliantForm(e);if(!wt.isFunction(i))throw new TypeError("visitor must be a function");function l(t){if(null===t)return"";if(wt.isDate(t))return t.toISOString();if(!o&&wt.isBlob(t))throw new yt("Blob is not supported. Use a Buffer instead.");return wt.isArrayBuffer(t)||wt.isTypedArray(t)?o&&"function"==typeof Blob?new Blob([t]):j.from(t):t}function c(t,n,i){let o=t;if(t&&!i&&"object"==typeof t)if(wt.endsWith(n,"{}"))n=s?n:n.slice(0,-2),t=JSON.stringify(t);else if(wt.isArray(t)&&function(t){return wt.isArray(t)&&!t.some(Ct)}(t)||(wt.isFileList(t)||wt.endsWith(n,"[]"))&&(o=wt.toArray(t)))return n=xt(n),o.forEach((function(t,s){!wt.isUndefined(t)&&null!==t&&e.append(!0===a?_t([n],s,r):null===a?n:n+"[]",l(t))})),!1;return!!Ct(t)||(e.append(_t(i,n,r),l(t)),!1)}const u=[],d=Object.assign(Tt,{defaultVisitor:c,convertValue:l,isVisitable:Ct});if(!wt.isObject(t))throw new TypeError("data must be an object");return function t(n,s){if(!wt.isUndefined(n)){if(-1!==u.indexOf(n))throw Error("Circular reference detected in "+s.join("."));u.push(n),wt.forEach(n,(function(n,r){!0===(!(wt.isUndefined(n)||null===n)&&i.call(e,n,wt.isString(r)?r.trim():r,s,d))&&t(n,s?s.concat(r):[r])})),u.pop()}}(t),e}function Et(t){const e={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(t).replace(/[!'()~]|%20|%00/g,(function(t){return e[t]}))}function St(t,e){this._pairs=[],t&&kt(t,this,e)}const Lt=St.prototype;function Nt(t){return encodeURIComponent(t).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function It(t,e,n){if(!e)return t;const s=n&&n.encode||Nt,i=n&&n.serialize;let r;if(r=i?i(e,n):wt.isURLSearchParams(e)?e.toString():new St(e,n).toString(s),r){const e=t.indexOf("#");-1!==e&&(t=t.slice(0,e)),t+=(-1===t.indexOf("?")?"?":"&")+r}return t}Lt.append=function(t,e){this._pairs.push([t,e])},Lt.toString=function(t){const e=t?function(e){return t.call(this,e,Et)}:Et;return this._pairs.map((function(t){return e(t[0])+"="+e(t[1])}),"").join("&")};const Ft=class{constructor(){this.handlers=[]}use(t,e,n){return this.handlers.push({fulfilled:t,rejected:e,synchronous:!!n&&n.synchronous,runWhen:n?n.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){wt.forEach(this.handlers,(function(e){null!==e&&t(e)}))}},Pt={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},Ot={isBrowser:!0,classes:{URLSearchParams:typeof URLSearchParams<"u"?URLSearchParams:St,FormData:typeof FormData<"u"?FormData:null,Blob:typeof Blob<"u"?Blob:null},protocols:["http","https","file","blob","url","data"]},Bt=typeof window<"u"&&typeof document<"u",Dt=(t=>Bt&&["ReactNative","NativeScript","NS"].indexOf(t)<0)(typeof navigator<"u"&&navigator.product),jt=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&"function"==typeof self.importScripts,Ut={...Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:Bt,hasStandardBrowserEnv:Dt,hasStandardBrowserWebWorkerEnv:jt},Symbol.toStringTag,{value:"Module"})),...Ot};function Rt(t){function e(t,n,s,i){let r=t[i++];const a=Number.isFinite(+r),o=i>=t.length;return r=!r&&wt.isArray(s)?s.length:r,o?(wt.hasOwnProp(s,r)?s[r]=[s[r],n]:s[r]=n,!a):((!s[r]||!wt.isObject(s[r]))&&(s[r]=[]),e(t,n,s[r],i)&&wt.isArray(s[r])&&(s[r]=function(t){const e={},n=Object.keys(t);let s;const i=n.length;let r;for(s=0;s{e(function(t){return wt.matchAll(/\w+|\[(\w*)]/g,t).map((t=>"[]"===t[0]?"":t[1]||t[0]))}(t),s,n,0)})),n}return null}const Mt={transitional:Pt,adapter:["xhr","http"],transformRequest:[function(t,e){const n=e.getContentType()||"",s=n.indexOf("application/json")>-1,i=wt.isObject(t);if(i&&wt.isHTMLForm(t)&&(t=new FormData(t)),wt.isFormData(t))return s&&s?JSON.stringify(Rt(t)):t;if(wt.isArrayBuffer(t)||wt.isBuffer(t)||wt.isStream(t)||wt.isFile(t)||wt.isBlob(t))return t;if(wt.isArrayBufferView(t))return t.buffer;if(wt.isURLSearchParams(t))return e.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let r;if(i){if(n.indexOf("application/x-www-form-urlencoded")>-1)return function(t,e){return kt(t,new Ut.classes.URLSearchParams,Object.assign({visitor:function(t,e,n,s){return Ut.isNode&&wt.isBuffer(t)?(this.append(e,t.toString("base64")),!1):s.defaultVisitor.apply(this,arguments)}},e))}(t,this.formSerializer).toString();if((r=wt.isFileList(t))||n.indexOf("multipart/form-data")>-1){const e=this.env&&this.env.FormData;return kt(r?{"files[]":t}:t,e&&new e,this.formSerializer)}}return i||s?(e.setContentType("application/json",!1),function(t,e,n){if(wt.isString(t))try{return(0,JSON.parse)(t),wt.trim(t)}catch(t){if("SyntaxError"!==t.name)throw t}return(0,JSON.stringify)(t)}(t)):t}],transformResponse:[function(t){const e=this.transitional||Mt.transitional,n=e&&e.forcedJSONParsing,s="json"===this.responseType;if(t&&wt.isString(t)&&(n&&!this.responseType||s)){const n=!(e&&e.silentJSONParsing)&&s;try{return JSON.parse(t)}catch(t){if(n)throw"SyntaxError"===t.name?yt.from(t,yt.ERR_BAD_RESPONSE,this,null,this.response):t}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:Ut.classes.FormData,Blob:Ut.classes.Blob},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};wt.forEach(["delete","get","head","post","put","patch"],(t=>{Mt.headers[t]={}}));const zt=Mt,Vt=wt.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),$t=Symbol("internals");function Ht(t){return t&&String(t).trim().toLowerCase()}function qt(t){return!1===t||null==t?t:wt.isArray(t)?t.map(qt):String(t)}function Zt(t,e,n,s,i){if(wt.isFunction(s))return s.call(this,e,n);if(i&&(e=n),wt.isString(e)){if(wt.isString(s))return-1!==e.indexOf(s);if(wt.isRegExp(s))return s.test(e)}}let Gt=class{constructor(t){t&&this.set(t)}set(t,e,n){const s=this;function i(t,e,n){const i=Ht(e);if(!i)throw new Error("header name must be a non-empty string");const r=wt.findKey(s,i);(!r||void 0===s[r]||!0===n||void 0===n&&!1!==s[r])&&(s[r||e]=qt(t))}const r=(t,e)=>wt.forEach(t,((t,n)=>i(t,n,e)));return wt.isPlainObject(t)||t instanceof this.constructor?r(t,e):wt.isString(t)&&(t=t.trim())&&!(t=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(t.trim()))(t)?r((t=>{const e={};let n,s,i;return t&&t.split("\n").forEach((function(t){i=t.indexOf(":"),n=t.substring(0,i).trim().toLowerCase(),s=t.substring(i+1).trim(),!(!n||e[n]&&Vt[n])&&("set-cookie"===n?e[n]?e[n].push(s):e[n]=[s]:e[n]=e[n]?e[n]+", "+s:s)})),e})(t),e):null!=t&&i(e,t,n),this}get(t,e){if(t=Ht(t)){const n=wt.findKey(this,t);if(n){const t=this[n];if(!e)return t;if(!0===e)return function(t){const e=Object.create(null),n=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let s;for(;s=n.exec(t);)e[s[1]]=s[2];return e}(t);if(wt.isFunction(e))return e.call(this,t,n);if(wt.isRegExp(e))return e.exec(t);throw new TypeError("parser must be boolean|regexp|function")}}}has(t,e){if(t=Ht(t)){const n=wt.findKey(this,t);return!(!n||void 0===this[n]||e&&!Zt(0,this[n],n,e))}return!1}delete(t,e){const n=this;let s=!1;function i(t){if(t=Ht(t)){const i=wt.findKey(n,t);i&&(!e||Zt(0,n[i],i,e))&&(delete n[i],s=!0)}}return wt.isArray(t)?t.forEach(i):i(t),s}clear(t){const e=Object.keys(this);let n=e.length,s=!1;for(;n--;){const i=e[n];(!t||Zt(0,this[i],i,t,!0))&&(delete this[i],s=!0)}return s}normalize(t){const e=this,n={};return wt.forEach(this,((s,i)=>{const r=wt.findKey(n,i);if(r)return e[r]=qt(s),void delete e[i];const a=t?function(t){return t.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,((t,e,n)=>e.toUpperCase()+n))}(i):String(i).trim();a!==i&&delete e[i],e[a]=qt(s),n[a]=!0})),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){const e=Object.create(null);return wt.forEach(this,((n,s)=>{null!=n&&!1!==n&&(e[s]=t&&wt.isArray(n)?n.join(", "):n)})),e}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map((([t,e])=>t+": "+e)).join("\n")}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...e){const n=new this(t);return e.forEach((t=>n.set(t))),n}static accessor(t){const e=(this[$t]=this[$t]={accessors:{}}).accessors,n=this.prototype;function s(t){const s=Ht(t);e[s]||(function(t,e){const n=wt.toCamelCase(" "+e);["get","set","has"].forEach((s=>{Object.defineProperty(t,s+n,{value:function(t,n,i){return this[s].call(this,e,t,n,i)},configurable:!0})}))}(n,t),e[s]=!0)}return wt.isArray(t)?t.forEach(s):s(t),this}};Gt.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),wt.reduceDescriptors(Gt.prototype,(({value:t},e)=>{let n=e[0].toUpperCase()+e.slice(1);return{get:()=>t,set(t){this[n]=t}}})),wt.freezeMethods(Gt);const Wt=Gt;function Yt(t,e){const n=this||zt,s=e||n,i=Wt.from(s.headers);let r=s.data;return wt.forEach(t,(function(t){r=t.call(n,r,i.normalize(),e?e.status:void 0)})),i.normalize(),r}function Kt(t){return!(!t||!t.__CANCEL__)}function Jt(t,e,n){yt.call(this,t??"canceled",yt.ERR_CANCELED,e,n),this.name="CanceledError"}wt.inherits(Jt,yt,{__CANCEL__:!0});const Qt=Ut.hasStandardBrowserEnv?{write:function(t,e,n,s,i,r){const a=[];a.push(t+"="+encodeURIComponent(e)),wt.isNumber(n)&&a.push("expires="+new Date(n).toGMTString()),wt.isString(s)&&a.push("path="+s),wt.isString(i)&&a.push("domain="+i),!0===r&&a.push("secure"),document.cookie=a.join("; ")},read:function(t){const e=document.cookie.match(new RegExp("(^|;\\s*)("+t+")=([^;]*)"));return e?decodeURIComponent(e[3]):null},remove:function(t){this.write(t,"",Date.now()-864e5)}}:{write:function(){},read:function(){return null},remove:function(){}};function Xt(t,e){return t&&!function(t){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(t)}(e)?function(t,e){return e?t.replace(/\/+$/,"")+"/"+e.replace(/^\/+/,""):t}(t,e):e}const te=Ut.hasStandardBrowserEnv?function(){const t=/(msie|trident)/i.test(navigator.userAgent),e=document.createElement("a");let n;function s(n){let s=n;return t&&(e.setAttribute("href",s),s=e.href),e.setAttribute("href",s),{href:e.href,protocol:e.protocol?e.protocol.replace(/:$/,""):"",host:e.host,search:e.search?e.search.replace(/^\?/,""):"",hash:e.hash?e.hash.replace(/^#/,""):"",hostname:e.hostname,port:e.port,pathname:"/"===e.pathname.charAt(0)?e.pathname:"/"+e.pathname}}return n=s(window.location.href),function(t){const e=wt.isString(t)?s(t):t;return e.protocol===n.protocol&&e.host===n.host}}():function(){return!0};function ee(t,e){let n=0;const s=function(t,e){t=t||10;const n=new Array(t),s=new Array(t);let i,r=0,a=0;return e=void 0!==e?e:1e3,function(o){const l=Date.now(),c=s[a];i||(i=l),n[r]=o,s[r]=l;let u=a,d=0;for(;u!==r;)d+=n[u++],u%=t;if(r=(r+1)%t,r===a&&(a=(a+1)%t),l-i{const r=i.loaded,a=i.lengthComputable?i.total:void 0,o=r-n,l=s(o);n=r;const c={loaded:r,total:a,progress:a?r/a:void 0,bytes:o,rate:l||void 0,estimated:l&&a&&r<=a?(a-r)/l:void 0,event:i};c[e?"download":"upload"]=!0,t(c)}}const ne=typeof XMLHttpRequest<"u"&&function(t){return new Promise((function(e,n){let s=t.data;const i=Wt.from(t.headers).normalize(),r=t.responseType;let a,o;function l(){t.cancelToken&&t.cancelToken.unsubscribe(a),t.signal&&t.signal.removeEventListener("abort",a)}if(wt.isFormData(s))if(Ut.hasStandardBrowserEnv||Ut.hasStandardBrowserWebWorkerEnv)i.setContentType(!1);else if(!1!==(o=i.getContentType())){const[t,...e]=o?o.split(";").map((t=>t.trim())).filter(Boolean):[];i.setContentType([t||"multipart/form-data",...e].join("; "))}let c=new XMLHttpRequest;if(t.auth){const e=t.auth.username||"",n=t.auth.password?unescape(encodeURIComponent(t.auth.password)):"";i.set("Authorization","Basic "+btoa(e+":"+n))}const u=Xt(t.baseURL,t.url);function d(){if(!c)return;const s=Wt.from("getAllResponseHeaders"in c&&c.getAllResponseHeaders());(function(t,e,n){const s=n.config.validateStatus;n.status&&s&&!s(n.status)?e(new yt("Request failed with status code "+n.status,[yt.ERR_BAD_REQUEST,yt.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n)):t(n)})((function(t){e(t),l()}),(function(t){n(t),l()}),{data:r&&"text"!==r&&"json"!==r?c.response:c.responseText,status:c.status,statusText:c.statusText,headers:s,config:t,request:c}),c=null}if(c.open(t.method.toUpperCase(),It(u,t.params,t.paramsSerializer),!0),c.timeout=t.timeout,"onloadend"in c?c.onloadend=d:c.onreadystatechange=function(){!c||4!==c.readyState||0===c.status&&(!c.responseURL||0!==c.responseURL.indexOf("file:"))||setTimeout(d)},c.onabort=function(){c&&(n(new yt("Request aborted",yt.ECONNABORTED,t,c)),c=null)},c.onerror=function(){n(new yt("Network Error",yt.ERR_NETWORK,t,c)),c=null},c.ontimeout=function(){let e=t.timeout?"timeout of "+t.timeout+"ms exceeded":"timeout exceeded";const s=t.transitional||Pt;t.timeoutErrorMessage&&(e=t.timeoutErrorMessage),n(new yt(e,s.clarifyTimeoutError?yt.ETIMEDOUT:yt.ECONNABORTED,t,c)),c=null},Ut.hasStandardBrowserEnv){const e=te(u)&&t.xsrfCookieName&&Qt.read(t.xsrfCookieName);e&&i.set(t.xsrfHeaderName,e)}void 0===s&&i.setContentType(null),"setRequestHeader"in c&&wt.forEach(i.toJSON(),(function(t,e){c.setRequestHeader(e,t)})),wt.isUndefined(t.withCredentials)||(c.withCredentials=!!t.withCredentials),r&&"json"!==r&&(c.responseType=t.responseType),"function"==typeof t.onDownloadProgress&&c.addEventListener("progress",ee(t.onDownloadProgress,!0)),"function"==typeof t.onUploadProgress&&c.upload&&c.upload.addEventListener("progress",ee(t.onUploadProgress)),(t.cancelToken||t.signal)&&(a=e=>{c&&(n(!e||e.type?new Jt(null,t,c):e),c.abort(),c=null)},t.cancelToken&&t.cancelToken.subscribe(a),t.signal&&(t.signal.aborted?a():t.signal.addEventListener("abort",a)));const m=function(t){const e=/^([-+\w]{1,25})(:?\/\/|:)/.exec(t);return e&&e[1]||""}(u);m&&-1===Ut.protocols.indexOf(m)?n(new yt("Unsupported protocol "+m+":",yt.ERR_BAD_REQUEST,t)):c.send(s||null)}))},se={http:null,xhr:ne};wt.forEach(se,((t,e)=>{if(t){try{Object.defineProperty(t,"name",{value:e})}catch{}Object.defineProperty(t,"adapterName",{value:e})}}));const ie=t=>`- ${t}`,re=t=>wt.isFunction(t)||null===t||!1===t,ae=t=>{t=wt.isArray(t)?t:[t];const{length:e}=t;let n,s;const i={};for(let r=0;r`adapter ${t} `+(!1===e?"is not supported by the environment":"is not available in the build")));throw new yt("There is no suitable adapter to dispatch the request "+(e?t.length>1?"since :\n"+t.map(ie).join("\n"):" "+ie(t[0]):"as no adapter specified"),"ERR_NOT_SUPPORT")}return s};function oe(t){if(t.cancelToken&&t.cancelToken.throwIfRequested(),t.signal&&t.signal.aborted)throw new Jt(null,t)}function le(t){return oe(t),t.headers=Wt.from(t.headers),t.data=Yt.call(t,t.transformRequest),-1!==["post","put","patch"].indexOf(t.method)&&t.headers.setContentType("application/x-www-form-urlencoded",!1),ae(t.adapter||zt.adapter)(t).then((function(e){return oe(t),e.data=Yt.call(t,t.transformResponse,e),e.headers=Wt.from(e.headers),e}),(function(e){return Kt(e)||(oe(t),e&&e.response&&(e.response.data=Yt.call(t,t.transformResponse,e.response),e.response.headers=Wt.from(e.response.headers))),Promise.reject(e)}))}const ce=t=>t instanceof Wt?t.toJSON():t;function ue(t,e){e=e||{};const n={};function s(t,e,n){return wt.isPlainObject(t)&&wt.isPlainObject(e)?wt.merge.call({caseless:n},t,e):wt.isPlainObject(e)?wt.merge({},e):wt.isArray(e)?e.slice():e}function i(t,e,n){return wt.isUndefined(e)?wt.isUndefined(t)?void 0:s(void 0,t,n):s(t,e,n)}function r(t,e){if(!wt.isUndefined(e))return s(void 0,e)}function a(t,e){return wt.isUndefined(e)?wt.isUndefined(t)?void 0:s(void 0,t):s(void 0,e)}function o(n,i,r){return r in e?s(n,i):r in t?s(void 0,n):void 0}const l={url:r,method:r,data:r,baseURL:a,transformRequest:a,transformResponse:a,paramsSerializer:a,timeout:a,timeoutMessage:a,withCredentials:a,adapter:a,responseType:a,xsrfCookieName:a,xsrfHeaderName:a,onUploadProgress:a,onDownloadProgress:a,decompress:a,maxContentLength:a,maxBodyLength:a,beforeRedirect:a,transport:a,httpAgent:a,httpsAgent:a,cancelToken:a,socketPath:a,responseEncoding:a,validateStatus:o,headers:(t,e)=>i(ce(t),ce(e),!0)};return wt.forEach(Object.keys(Object.assign({},t,e)),(function(s){const r=l[s]||i,a=r(t[s],e[s],s);wt.isUndefined(a)&&r!==o||(n[s]=a)})),n}const de={};["object","boolean","number","function","string","symbol"].forEach(((t,e)=>{de[t]=function(n){return typeof n===t||"a"+(e<1?"n ":" ")+t}}));const me={};de.transitional=function(t,e,n){function s(t,e){return"[Axios v1.6.1] Transitional option '"+t+"'"+e+(n?". "+n:"")}return(n,i,r)=>{if(!1===t)throw new yt(s(i," has been removed"+(e?" in "+e:"")),yt.ERR_DEPRECATED);return e&&!me[i]&&(me[i]=!0,U.warn(s(i," has been deprecated since v"+e+" and will be removed in the near future"))),!t||t(n,i,r)}};const pe={assertOptions:function(t,e,n){if("object"!=typeof t)throw new yt("options must be an object",yt.ERR_BAD_OPTION_VALUE);const s=Object.keys(t);let i=s.length;for(;i-- >0;){const r=s[i],a=e[r];if(a){const e=t[r],n=void 0===e||a(e,r,t);if(!0!==n)throw new yt("option "+r+" must be "+n,yt.ERR_BAD_OPTION_VALUE)}else if(!0!==n)throw new yt("Unknown option "+r,yt.ERR_BAD_OPTION)}},validators:de},fe=pe.validators;let ge=class{constructor(t){this.defaults=t,this.interceptors={request:new Ft,response:new Ft}}request(t,e){"string"==typeof t?(e=e||{}).url=t:e=t||{},e=ue(this.defaults,e);const{transitional:n,paramsSerializer:s,headers:i}=e;void 0!==n&&pe.assertOptions(n,{silentJSONParsing:fe.transitional(fe.boolean),forcedJSONParsing:fe.transitional(fe.boolean),clarifyTimeoutError:fe.transitional(fe.boolean)},!1),null!=s&&(wt.isFunction(s)?e.paramsSerializer={serialize:s}:pe.assertOptions(s,{encode:fe.function,serialize:fe.function},!0)),e.method=(e.method||this.defaults.method||"get").toLowerCase();let r=i&&wt.merge(i.common,i[e.method]);i&&wt.forEach(["delete","get","head","post","put","patch","common"],(t=>{delete i[t]})),e.headers=Wt.concat(r,i);const a=[];let o=!0;this.interceptors.request.forEach((function(t){"function"==typeof t.runWhen&&!1===t.runWhen(e)||(o=o&&t.synchronous,a.unshift(t.fulfilled,t.rejected))}));const l=[];this.interceptors.response.forEach((function(t){l.push(t.fulfilled,t.rejected)}));let c,u,d=0;if(!o){const t=[le.bind(this),void 0];for(t.unshift.apply(t,a),t.push.apply(t,l),u=t.length,c=Promise.resolve(e);d{Ae[e]=t}));const we=Ae,ye=function t(e){const n=new he(e),s=R(he.prototype.request,n);return wt.extend(s,he.prototype,n,{allOwnKeys:!0}),wt.extend(s,n,null,{allOwnKeys:!0}),s.create=function(n){return t(ue(e,n))},s}(zt);ye.Axios=he,ye.CanceledError=Jt,ye.CancelToken=class t{constructor(t){if("function"!=typeof t)throw new TypeError("executor must be a function.");let e;this.promise=new Promise((function(t){e=t}));const n=this;this.promise.then((t=>{if(!n._listeners)return;let e=n._listeners.length;for(;e-- >0;)n._listeners[e](t);n._listeners=null})),this.promise.then=t=>{let e;const s=new Promise((t=>{n.subscribe(t),e=t})).then(t);return s.cancel=function(){n.unsubscribe(e)},s},t((function(t,s,i){n.reason||(n.reason=new Jt(t,s,i),e(n.reason))}))}throwIfRequested(){if(this.reason)throw this.reason}subscribe(t){this.reason?t(this.reason):this._listeners?this._listeners.push(t):this._listeners=[t]}unsubscribe(t){if(!this._listeners)return;const e=this._listeners.indexOf(t);-1!==e&&this._listeners.splice(e,1)}static source(){let e;return{token:new t((function(t){e=t})),cancel:e}}},ye.isCancel=Kt,ye.VERSION="1.6.1",ye.toFormData=kt,ye.AxiosError=yt,ye.Cancel=ye.CanceledError,ye.all=function(t){return Promise.all(t)},ye.spread=function(t){return function(e){return t.apply(null,e)}},ye.isAxiosError=function(t){return wt.isObject(t)&&!0===t.isAxiosError},ye.mergeConfig=ue,ye.AxiosHeaders=Wt,ye.formToJSON=t=>Rt(wt.isHTMLForm(t)?new FormData(t):t),ye.getAdapter=ae,ye.HttpStatusCode=we,ye.default=ye;const ve=ye,{Axios:be,AxiosError:Ce,CanceledError:xe,isCancel:_e,CancelToken:Te,VERSION:ke,all:Ee,Cancel:Se,isAxiosError:Le,spread:Ne,toFormData:Ie,AxiosHeaders:Fe,HttpStatusCode:Pe,formToJSON:Oe,getAdapter:Be,mergeConfig:De}=ve,je=function(t){if(!Number.isInteger(1)&&1!==Number.POSITIVE_INFINITY)throw new TypeError("Expected `concurrency` to be a number from 1 and up");const e=new T.Z;let n=0;const s=async(t,s,i)=>{n++;const r=(async()=>t(...i))();s(r);try{await r}catch{}n--,e.size>0&&e.dequeue()()},i=(t,...i)=>new Promise((r=>{((t,i,r)=>{e.enqueue(k(s.bind(void 0,t,i,r))),(async()=>{await Promise.resolve(),n<1&&e.size>0&&e.dequeue()()})()})(t,r,i)}));return Object.defineProperties(i,{activeCount:{get:()=>n},pendingCount:{get:()=>e.size},clearQueue:{value(){e.clear()}}}),i}(),Ue=new FileReader,Re=async function(t,e,n,s=(()=>{}),i=void 0,r=void 0){let a;return a=e instanceof Blob?e:await e(),i&&(r??={},r.Destination=i),await v.Z.request({method:"PUT",url:t,data:a,signal:n,onUploadProgress:s,headers:r})},Me=function(t,e,n){return je((()=>new Promise(((s,i)=>{Ue.onload=()=>{null!==Ue.result&&s(new Blob([Ue.result],{type:"application/octet-stream"})),i(new Error("Error while reading the file"))},Ue.readAsArrayBuffer(t.slice(e,e+n))}))))},ze=function(t=void 0){const e=window.OC?.appConfig?.files?.max_chunk_size;if(e<=0)return 0;if(!Number(e))return 10485760;const n=Math.max(Number(e),5242880);return void 0===t?n:Math.max(n,Math.ceil(t/1e4))};var Ve=(t=>(t[t.INITIALIZED=0]="INITIALIZED",t[t.UPLOADING=1]="UPLOADING",t[t.ASSEMBLING=2]="ASSEMBLING",t[t.FINISHED=3]="FINISHED",t[t.CANCELLED=4]="CANCELLED",t[t.FAILED=5]="FAILED",t))(Ve||{});let $e=class{_source;_file;_isChunked;_chunks;_size;_uploaded=0;_startTime=0;_status=0;_controller;_response=null;constructor(t,e=!1,n,s){const i=Math.min(ze()>0?Math.ceil(n/ze()):1,1e4);this._source=t,this._isChunked=e&&ze()>0&&i>1,this._chunks=this._isChunked?i:1,this._size=n,this._file=s,this._controller=new AbortController}get source(){return this._source}get file(){return this._file}get isChunked(){return this._isChunked}get chunks(){return this._chunks}get size(){return this._size}get startTime(){return this._startTime}set response(t){this._response=t}get response(){return this._response}get uploaded(){return this._uploaded}set uploaded(t){if(t>=this._size)return this._status=this._isChunked?2:3,void(this._uploaded=this._size);this._status=1,this._uploaded=t,0===this._startTime&&(this._startTime=(new Date).getTime())}get status(){return this._status}set status(t){this._status=t}get signal(){return this._controller.signal}cancel(){this._controller.abort(),this._status=4}};const He=(t=>null===t?(0,E.IY)().setApp("uploader").build():(0,E.IY)().setApp("uploader").setUid(t.uid).build())((0,w.ts)());var qe=(t=>(t[t.IDLE=0]="IDLE",t[t.UPLOADING=1]="UPLOADING",t[t.PAUSED=2]="PAUSED",t))(qe||{});class Ze{_destinationFolder;_isPublic;_uploadQueue=[];_jobQueue=new _.Z({concurrency:3});_queueSize=0;_queueProgress=0;_queueStatus=0;_notifiers=[];constructor(t=!1,e){if(this._isPublic=t,!e){const t=(0,w.ts)()?.uid,n=(0,A.generateRemoteUrl)(`dav/files/${t}`);if(!t)throw new Error("User is not logged in");e=new y.gt({id:0,owner:t,permissions:y.y3.ALL,root:`/files/${t}`,source:n})}this.destination=e,He.debug("Upload workspace initialized",{destination:this.destination,root:this.root,isPublic:t,maxChunksSize:ze()})}get destination(){return this._destinationFolder}set destination(t){if(!t)throw new Error("Invalid destination folder");this._destinationFolder=t}get root(){return this._destinationFolder.source}get queue(){return this._uploadQueue}reset(){this._uploadQueue.splice(0,this._uploadQueue.length),this._jobQueue.clear(),this._queueSize=0,this._queueProgress=0,this._queueStatus=0}pause(){this._jobQueue.pause(),this._queueStatus=2}start(){this._jobQueue.start(),this._queueStatus=1,this.updateStats()}get info(){return{size:this._queueSize,progress:this._queueProgress,status:this._queueStatus}}updateStats(){const t=this._uploadQueue.map((t=>t.size)).reduce(((t,e)=>t+e),0),e=this._uploadQueue.map((t=>t.uploaded)).reduce(((t,e)=>t+e),0);this._queueSize=t,this._queueProgress=e,2!==this._queueStatus&&(this._queueStatus=this._jobQueue.size>0?1:0)}addNotifier(t){this._notifiers.push(t)}upload(t,e){const n=`${this.root}/${t.replace(/^\//,"")}`;He.debug(`Uploading ${e.name} to ${n}`);const s=ze(e.size),i=0===s||e.size{if(o(r.cancel),i){He.debug("Initializing regular upload",{file:e,upload:r});const s=await Me(e,0,r.size),i=async()=>{try{r.response=await Re(n,s,r.signal,(()=>this.updateStats()),void 0,{"X-OC-Mtime":e.lastModified/1e3}),r.uploaded=r.size,this.updateStats(),He.debug(`Successfully uploaded ${e.name}`,{file:e,upload:r}),t(r)}catch(t){if(t instanceof xe)return r.status=Ve.FAILED,void a("Upload has been cancelled");t?.response&&(r.response=t.response),r.status=Ve.FAILED,He.error(`Failed uploading ${e.name}`,{error:t,file:e,upload:r}),a("Failed uploading the file")}this._notifiers.forEach((t=>{try{t(r)}catch{}}))};this._jobQueue.add(i),this.updateStats()}else{He.debug("Initializing chunked upload",{file:e,upload:r});const i=await async function(t){const e=`${(0,A.generateRemoteUrl)(`dav/uploads/${(0,w.ts)()?.uid}`)}/web-file-upload-${[...Array(16)].map((()=>Math.floor(16*Math.random()).toString(16))).join("")}`,n=t?{Destination:t}:void 0;return await v.Z.request({method:"MKCOL",url:e,headers:n}),e}(n),o=[];for(let t=0;tMe(e,a,s),u=()=>Re(`${i}/${t+1}`,c,r.signal,(()=>this.updateStats()),n,{"X-OC-Mtime":e.lastModified/1e3,"OC-Total-Length":e.size}).then((()=>{r.uploaded=r.uploaded+s})).catch((e=>{throw e instanceof xe||(He.error(`Chunk ${t+1} ${a} - ${l} uploading failed`),r.status=Ve.FAILED),e}));o.push(this._jobQueue.add(u))}try{await Promise.all(o),this.updateStats(),r.response=await v.Z.request({method:"MOVE",url:`${i}/.file`,headers:{Destination:n}}),this.updateStats(),r.status=Ve.FINISHED,He.debug(`Successfully uploaded ${e.name}`,{file:e,upload:r}),t(r)}catch(t){t instanceof xe?(r.status=Ve.FAILED,a("Upload has been cancelled")):(r.status=Ve.FAILED,a("Failed assembling the chunks together")),v.Z.request({method:"DELETE",url:`${i}`})}this._notifiers.forEach((t=>{try{t(r)}catch{}}))}return this._jobQueue.onIdle().then((()=>this.reset())),r}))}}function Ge(t,e,n,s,i,r,a,o){var l,c="function"==typeof t?t.options:t;if(e&&(c.render=e,c.staticRenderFns=n,c._compiled=!0),s&&(c.functional=!0),r&&(c._scopeId="data-v-"+r),a?(l=function(t){!(t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)&&typeof __VUE_SSR_CONTEXT__<"u"&&(t=__VUE_SSR_CONTEXT__),i&&i.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(a)},c._ssrRegister=l):i&&(l=o?function(){i.call(this,(c.functional?this.parent:this).$root.$options.shadowRoot)}:i),l)if(c.functional){c._injectStyles=l;var u=c.render;c.render=function(t,e){return l.call(e),u(t,e)}}else{var d=c.beforeCreate;c.beforeCreate=d?[].concat(d,l):[l]}return{exports:t,options:c}}const We=Ge({name:"CancelIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},(function(){var t=this,e=t._self._c;return e("span",t._b({staticClass:"material-design-icon cancel-icon",attrs:{"aria-hidden":!t.title,"aria-label":t.title,role:"img"},on:{click:function(e){return t.$emit("click",e)}}},"span",t.$attrs,!1),[e("svg",{staticClass:"material-design-icon__svg",attrs:{fill:t.fillColor,width:t.size,height:t.size,viewBox:"0 0 24 24"}},[e("path",{attrs:{d:"M12 2C17.5 2 22 6.5 22 12S17.5 22 12 22 2 17.5 2 12 6.5 2 12 2M12 4C10.1 4 8.4 4.6 7.1 5.7L18.3 16.9C19.3 15.5 20 13.8 20 12C20 7.6 16.4 4 12 4M16.9 18.3L5.7 7.1C4.6 8.4 4 10.1 4 12C4 16.4 7.6 20 12 20C13.9 20 15.6 19.4 16.9 18.3Z"}},[t.title?e("title",[t._v(t._s(t.title))]):t._e()])])])}),[],!1,null,null,null,null).exports,Ye=Ge({name:"PlusIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},(function(){var t=this,e=t._self._c;return e("span",t._b({staticClass:"material-design-icon plus-icon",attrs:{"aria-hidden":!t.title,"aria-label":t.title,role:"img"},on:{click:function(e){return t.$emit("click",e)}}},"span",t.$attrs,!1),[e("svg",{staticClass:"material-design-icon__svg",attrs:{fill:t.fillColor,width:t.size,height:t.size,viewBox:"0 0 24 24"}},[e("path",{attrs:{d:"M19,13H13V19H11V13H5V11H11V5H13V11H19V13Z"}},[t.title?e("title",[t._v(t._s(t.title))]):t._e()])])])}),[],!1,null,null,null,null).exports,Ke=Ge({name:"UploadIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},(function(){var t=this,e=t._self._c;return e("span",t._b({staticClass:"material-design-icon upload-icon",attrs:{"aria-hidden":!t.title,"aria-label":t.title,role:"img"},on:{click:function(e){return t.$emit("click",e)}}},"span",t.$attrs,!1),[e("svg",{staticClass:"material-design-icon__svg",attrs:{fill:t.fillColor,width:t.size,height:t.size,viewBox:"0 0 24 24"}},[e("path",{attrs:{d:"M9,16V10H5L12,3L19,10H15V16H9M5,20V18H19V20H5Z"}},[t.title?e("title",[t._v(t._s(t.title))]):t._e()])])])}),[],!1,null,null,null,null).exports,Je=(0,D.H)().detectLocale();[{locale:"af",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Afrikaans (https://www.transifex.com/nextcloud/teams/64236/af/)","Content-Type":"text/plain; charset=UTF-8",Language:"af","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Afrikaans (https://www.transifex.com/nextcloud/teams/64236/af/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: af\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"ar",json:{charset:"utf-8",headers:{"Last-Translator":"Ali , 2023","Language-Team":"Arabic (https://app.transifex.com/nextcloud/teams/64236/ar/)","Content-Type":"text/plain; charset=UTF-8",Language:"ar","Plural-Forms":"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nAli , 2023\n"},msgstr:["Last-Translator: Ali , 2023\nLanguage-Team: Arabic (https://app.transifex.com/nextcloud/teams/64236/ar/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ar\nPlural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} ملف متعارض","{count} ملف متعارض","{count} ملفان متعارضان","{count} ملف متعارض","{count} ملفات متعارضة","{count} ملفات متعارضة"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{count} ملف متعارض في n {dirname}","{count} ملف متعارض في n {dirname}","{count} ملفان متعارضان في n {dirname}","{count} ملف متعارض في n {dirname}","{count} ملفات متعارضة في n {dirname}","{count} ملفات متعارضة في n {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} ثانية متبقية"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["{time} متبقية"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["باقٍ بضعُ ثوانٍ"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["إلغاء عمليات رفع الملفات"]},Continue:{msgid:"Continue",msgstr:["إستمر"]},"estimating time left":{msgid:"estimating time left",msgstr:["تقدير الوقت المتبقي"]},"Existing version":{msgid:"Existing version",msgstr:["الإصدار الحالي"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["إذا اخترت الإبقاء على النسختين معاً، فإن الملف المنسوخ سيتم إلحاق رقم تسلسلي في نهاية اسمه."]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["تاريخ آخر تعديل غير معلوم"]},New:{msgid:"New",msgstr:["جديد"]},"New version":{msgid:"New version",msgstr:["نسخة جديدة"]},paused:{msgid:"paused",msgstr:["مُجمَّد"]},"Preview image":{msgid:"Preview image",msgstr:["معاينة الصورة"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["حدِّد كل صناديق الخيارات"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["حدِّد كل الملفات الموجودة"]},"Select all new files":{msgid:"Select all new files",msgstr:["حدِّد كل الملفات الجديدة"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["تخطَّ {count} ملف","تخطَّ {count} ملف","تخطَّ {count} ملف","تخطَّ {count} ملف","تخطَّ {count} ملف","تخطَّ {count} ملف"]},"Unknown size":{msgid:"Unknown size",msgstr:["حجم غير معلوم"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["تمَّ إلغاء الرفع"]},"Upload files":{msgid:"Upload files",msgstr:["رفع ملفات"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["أيُّ الملفات ترغب في الإبقاء عليها؟"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["يجب أن تختار نسخة واحدة على الأقل من كل ملف للاستمرار."]}}}}},{locale:"ar_SA",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Arabic (Saudi Arabia) (https://www.transifex.com/nextcloud/teams/64236/ar_SA/)","Content-Type":"text/plain; charset=UTF-8",Language:"ar_SA","Plural-Forms":"nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Arabic (Saudi Arabia) (https://www.transifex.com/nextcloud/teams/64236/ar_SA/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ar_SA\nPlural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"ast",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Asturian (https://www.transifex.com/nextcloud/teams/64236/ast/)","Content-Type":"text/plain; charset=UTF-8",Language:"ast","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Asturian (https://www.transifex.com/nextcloud/teams/64236/ast/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ast\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"az",json:{charset:"utf-8",headers:{"Last-Translator":"Rashad Aliyev , 2023","Language-Team":"Azerbaijani (https://app.transifex.com/nextcloud/teams/64236/az/)","Content-Type":"text/plain; charset=UTF-8",Language:"az","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nRashad Aliyev , 2023\n"},msgstr:["Last-Translator: Rashad Aliyev , 2023\nLanguage-Team: Azerbaijani (https://app.transifex.com/nextcloud/teams/64236/az/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: az\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} saniyə qalıb"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["{time} qalıb"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["bir neçə saniyə qalıb"]},Add:{msgid:"Add",msgstr:["Əlavə et"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Yükləməni imtina et"]},"estimating time left":{msgid:"estimating time left",msgstr:["Təxmini qalan vaxt"]},paused:{msgid:"paused",msgstr:["pauzadadır"]},"Upload files":{msgid:"Upload files",msgstr:["Faylları yüklə"]}}}}},{locale:"be",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Belarusian (https://www.transifex.com/nextcloud/teams/64236/be/)","Content-Type":"text/plain; charset=UTF-8",Language:"be","Plural-Forms":"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Belarusian (https://www.transifex.com/nextcloud/teams/64236/be/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: be\nPlural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"bg_BG",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Bulgarian (Bulgaria) (https://www.transifex.com/nextcloud/teams/64236/bg_BG/)","Content-Type":"text/plain; charset=UTF-8",Language:"bg_BG","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Bulgarian (Bulgaria) (https://www.transifex.com/nextcloud/teams/64236/bg_BG/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: bg_BG\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"bn_BD",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Bengali (Bangladesh) (https://www.transifex.com/nextcloud/teams/64236/bn_BD/)","Content-Type":"text/plain; charset=UTF-8",Language:"bn_BD","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Bengali (Bangladesh) (https://www.transifex.com/nextcloud/teams/64236/bn_BD/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: bn_BD\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"br",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Breton (https://www.transifex.com/nextcloud/teams/64236/br/)","Content-Type":"text/plain; charset=UTF-8",Language:"br","Plural-Forms":"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Breton (https://www.transifex.com/nextcloud/teams/64236/br/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: br\nPlural-Forms: nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"bs",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Bosnian (https://www.transifex.com/nextcloud/teams/64236/bs/)","Content-Type":"text/plain; charset=UTF-8",Language:"bs","Plural-Forms":"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Bosnian (https://www.transifex.com/nextcloud/teams/64236/bs/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: bs\nPlural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"ca",json:{charset:"utf-8",headers:{"Last-Translator":"Toni Hermoso Pulido , 2022","Language-Team":"Catalan (https://www.transifex.com/nextcloud/teams/64236/ca/)","Content-Type":"text/plain; charset=UTF-8",Language:"ca","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nMarc Riera , 2022\nToni Hermoso Pulido , 2022\n"},msgstr:["Last-Translator: Toni Hermoso Pulido , 2022\nLanguage-Team: Catalan (https://www.transifex.com/nextcloud/teams/64236/ca/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ca\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["Queden {seconds} segons"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["Queden {time}"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["Queden uns segons"]},Add:{msgid:"Add",msgstr:["Afegeix"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Cancel·la les pujades"]},"estimating time left":{msgid:"estimating time left",msgstr:["S'està estimant el temps restant"]},paused:{msgid:"paused",msgstr:["En pausa"]},"Upload files":{msgid:"Upload files",msgstr:["Puja els fitxers"]}}}}},{locale:"cs",json:{charset:"utf-8",headers:{"Last-Translator":"Pavel Borecki , 2022","Language-Team":"Czech (https://www.transifex.com/nextcloud/teams/64236/cs/)","Content-Type":"text/plain; charset=UTF-8",Language:"cs","Plural-Forms":"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nPavel Borecki , 2022\n"},msgstr:["Last-Translator: Pavel Borecki , 2022\nLanguage-Team: Czech (https://www.transifex.com/nextcloud/teams/64236/cs/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: cs\nPlural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["zbývá {seconds}"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["zbývá {time}"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["zbývá několik sekund"]},Add:{msgid:"Add",msgstr:["Přidat"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Zrušit nahrávání"]},"estimating time left":{msgid:"estimating time left",msgstr:["odhadovaný zbývající čas"]},paused:{msgid:"paused",msgstr:["pozastaveno"]}}}}},{locale:"cs_CZ",json:{charset:"utf-8",headers:{"Last-Translator":"Pavel Borecki , 2023","Language-Team":"Czech (Czech Republic) (https://app.transifex.com/nextcloud/teams/64236/cs_CZ/)","Content-Type":"text/plain; charset=UTF-8",Language:"cs_CZ","Plural-Forms":"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nPavel Borecki , 2023\n"},msgstr:["Last-Translator: Pavel Borecki , 2023\nLanguage-Team: Czech (Czech Republic) (https://app.transifex.com/nextcloud/teams/64236/cs_CZ/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: cs_CZ\nPlural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} kolize souborů","{count} kolize souborů","{count} kolizí souborů","{count} kolize souborů"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{count} kolize souboru v {dirname}","{count} kolize souboru v {dirname}","{count} kolizí souborů v {dirname}","{count} kolize souboru v {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["zbývá {seconds}"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["zbývá {time}"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["zbývá několik sekund"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Zrušit nahrávání"]},Continue:{msgid:"Continue",msgstr:["Pokračovat"]},"estimating time left":{msgid:"estimating time left",msgstr:["odhaduje se zbývající čas"]},"Existing version":{msgid:"Existing version",msgstr:["Existující verze"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["Pokud vyberete obě verze, zkopírovaný soubor bude mít k názvu přidáno číslo."]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Neznámé datum poslední úpravy"]},New:{msgid:"New",msgstr:["Nové"]},"New version":{msgid:"New version",msgstr:["Nová verze"]},paused:{msgid:"paused",msgstr:["pozastaveno"]},"Preview image":{msgid:"Preview image",msgstr:["Náhled obrázku"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Označit všechny zaškrtávací kolonky"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Vybrat veškeré stávající soubory"]},"Select all new files":{msgid:"Select all new files",msgstr:["Vybrat veškeré nové soubory"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["Přeskočit tento soubor","Přeskočit {count} soubory","Přeskočit {count} souborů","Přeskočit {count} soubory"]},"Unknown size":{msgid:"Unknown size",msgstr:["Neznámá velikost"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Nahrávání zrušeno"]},"Upload files":{msgid:"Upload files",msgstr:["Nahrát soubory"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["Které soubory si přejete ponechat?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["Aby bylo možné pokračovat, je třeba vybrat alespoň jednu verzi od každého souboru."]}}}}},{locale:"cy_GB",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Welsh (United Kingdom) (https://www.transifex.com/nextcloud/teams/64236/cy_GB/)","Content-Type":"text/plain; charset=UTF-8",Language:"cy_GB","Plural-Forms":"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Welsh (United Kingdom) (https://www.transifex.com/nextcloud/teams/64236/cy_GB/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: cy_GB\nPlural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"da",json:{charset:"utf-8",headers:{"Last-Translator":"Simon T, 2023","Language-Team":"Danish (https://app.transifex.com/nextcloud/teams/64236/da/)","Content-Type":"text/plain; charset=UTF-8",Language:"da","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nSimon T, 2023\n"},msgstr:["Last-Translator: Simon T, 2023\nLanguage-Team: Danish (https://app.transifex.com/nextcloud/teams/64236/da/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: da\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} fil konflikt","{count} filer i konflikt"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{count} fil konflikt i {dirname}","{count} filer i konflikt i {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{sekunder} sekunder tilbage"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["{tid} tilbage"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["et par sekunder tilbage"]},Add:{msgid:"Add",msgstr:["Tilføj"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Annuller uploads"]},Continue:{msgid:"Continue",msgstr:["Fortsæt"]},"estimating time left":{msgid:"estimating time left",msgstr:["estimering af resterende tid"]},"Existing version":{msgid:"Existing version",msgstr:["Eksisterende version"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["Hvis du vælger begge versioner vil den kopierede fil få et nummer tilføjet til sit navn."]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Sidste modifikationsdato ukendt"]},"New version":{msgid:"New version",msgstr:["Ny version"]},paused:{msgid:"paused",msgstr:["pauset"]},"Preview image":{msgid:"Preview image",msgstr:["Forhåndsvisning af billede"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Vælg alle felter"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Vælg alle eksisterende filer"]},"Select all new files":{msgid:"Select all new files",msgstr:["Vælg alle nye filer"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["Spring denne fil over","Spring {count} filer over"]},"Unknown size":{msgid:"Unknown size",msgstr:["Ukendt størrelse"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Upload annulleret"]},"Upload files":{msgid:"Upload files",msgstr:["Upload filer"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["Hvilke filer ønsker du at beholde?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["Du skal vælge mindst én version af hver fil for at fortsætte."]}}}}},{locale:"de",json:{charset:"utf-8",headers:{"Last-Translator":"Mario Siegmann , 2023","Language-Team":"German (https://app.transifex.com/nextcloud/teams/64236/de/)","Content-Type":"text/plain; charset=UTF-8",Language:"de","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nMarkus Eckstein, 2023\nMario Siegmann , 2023\n"},msgstr:["Last-Translator: Mario Siegmann , 2023\nLanguage-Team: German (https://app.transifex.com/nextcloud/teams/64236/de/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: de\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} Datei-Konflikt","{count} Datei-Konflikte"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{count} Datei-Konflikt in {dirname}","{count} Datei-Konflikte in {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} Sekunden verbleibend"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["{time} verbleibend"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["noch ein paar Sekunden"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Hochladen abbrechen"]},Continue:{msgid:"Continue",msgstr:["Fortsetzen"]},"estimating time left":{msgid:"estimating time left",msgstr:["Geschätzte verbleibende Zeit"]},"Existing version":{msgid:"Existing version",msgstr:["Vorhandene Version"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["Wenn du beide Versionen auswählst, wird der kopierten Datei eine Nummer zum Namen hinzugefügt."]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Datum der letzten Änderung ist unbekannt."]},New:{msgid:"New",msgstr:["Neu"]},"New version":{msgid:"New version",msgstr:["Neue Version"]},paused:{msgid:"paused",msgstr:["Pausiert"]},"Preview image":{msgid:"Preview image",msgstr:["Vorschaubild"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Alle Kontrollkästchen aktivieren"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Alle vorhandenen Dateien auswählen"]},"Select all new files":{msgid:"Select all new files",msgstr:["Alle neuen Dateien auswählen"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["Diese Datei überspringen","{count} Dateien überspringen"]},"Unknown size":{msgid:"Unknown size",msgstr:["Unbekannte Größe"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Hochladen abgebrochen"]},"Upload files":{msgid:"Upload files",msgstr:["Dateien hochladen"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["Welche Dateien möchtest du behalten?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["Du musst mindestens eine Version jeder Datei auswählen, um fortzufahren."]}}}}},{locale:"de_DE",json:{charset:"utf-8",headers:{"Last-Translator":"Mario Siegmann , 2023","Language-Team":"German (Germany) (https://app.transifex.com/nextcloud/teams/64236/de_DE/)","Content-Type":"text/plain; charset=UTF-8",Language:"de_DE","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nMark Ziegler , 2023\nMario Siegmann , 2023\n"},msgstr:["Last-Translator: Mario Siegmann , 2023\nLanguage-Team: German (Germany) (https://app.transifex.com/nextcloud/teams/64236/de_DE/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: de_DE\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} Datei-Konflikt","{count} Datei-Konflikte"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{count} Datei-Konflikt in {dirname}","{count} Datei-Konflikte in {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} Sekunden verbleiben"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["{time} verbleibend"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["ein paar Sekunden verbleiben"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Hochladen abbrechen"]},Continue:{msgid:"Continue",msgstr:["Fortsetzen"]},"estimating time left":{msgid:"estimating time left",msgstr:["Geschätzte verbleibende Zeit"]},"Existing version":{msgid:"Existing version",msgstr:["Vorhandene Version"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["Wenn Sie beide Versionen auswählen, wird der kopierten Datei eine Nummer zum Namen hinzugefügt."]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Datum der letzten Änderung unbekannt"]},New:{msgid:"New",msgstr:["Neu"]},"New version":{msgid:"New version",msgstr:["Neue Version"]},paused:{msgid:"paused",msgstr:["Pausiert"]},"Preview image":{msgid:"Preview image",msgstr:["Vorschaubild"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Alle Kontrollkästchen aktivieren"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Alle vorhandenen Dateien auswählen"]},"Select all new files":{msgid:"Select all new files",msgstr:["Alle neuen Dateien auswählen"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["{count} Datei überspringen","{count} Dateien überspringen"]},"Unknown size":{msgid:"Unknown size",msgstr:["Unbekannte Größe"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Hochladen abgebrochen"]},"Upload files":{msgid:"Upload files",msgstr:["Dateien hochladen"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["Welche Dateien möchten Sie behalten?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["Sie müssen mindestens eine Version jeder Datei auswählen, um fortzufahren."]}}}}},{locale:"el",json:{charset:"utf-8",headers:{"Last-Translator":"Nik Pap, 2022","Language-Team":"Greek (https://www.transifex.com/nextcloud/teams/64236/el/)","Content-Type":"text/plain; charset=UTF-8",Language:"el","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nNik Pap, 2022\n"},msgstr:["Last-Translator: Nik Pap, 2022\nLanguage-Team: Greek (https://www.transifex.com/nextcloud/teams/64236/el/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: el\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["απομένουν {seconds} δευτερόλεπτα"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["απομένουν {time}"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["απομένουν λίγα δευτερόλεπτα"]},Add:{msgid:"Add",msgstr:["Προσθήκη"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Ακύρωση μεταφορτώσεων"]},"estimating time left":{msgid:"estimating time left",msgstr:["εκτίμηση του χρόνου που απομένει"]},paused:{msgid:"paused",msgstr:["σε παύση"]},"Upload files":{msgid:"Upload files",msgstr:["Μεταφόρτωση αρχείων"]}}}}},{locale:"el_GR",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Greek (Greece) (https://www.transifex.com/nextcloud/teams/64236/el_GR/)","Content-Type":"text/plain; charset=UTF-8",Language:"el_GR","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Greek (Greece) (https://www.transifex.com/nextcloud/teams/64236/el_GR/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: el_GR\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"en_GB",json:{charset:"utf-8",headers:{"Last-Translator":"Andi Chandler , 2023","Language-Team":"English (United Kingdom) (https://app.transifex.com/nextcloud/teams/64236/en_GB/)","Content-Type":"text/plain; charset=UTF-8",Language:"en_GB","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nAndi Chandler , 2023\n"},msgstr:["Last-Translator: Andi Chandler , 2023\nLanguage-Team: English (United Kingdom) (https://app.transifex.com/nextcloud/teams/64236/en_GB/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: en_GB\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} file conflict","{count} files conflict"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{count} file conflict in {dirname}","{count} file conflicts in {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} seconds left"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["{time} left"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["a few seconds left"]},Add:{msgid:"Add",msgstr:["Add"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Cancel uploads"]},Continue:{msgid:"Continue",msgstr:["Continue"]},"estimating time left":{msgid:"estimating time left",msgstr:["estimating time left"]},"Existing version":{msgid:"Existing version",msgstr:["Existing version"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["If you select both versions, the copied file will have a number added to its name."]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Last modified date unknown"]},"New version":{msgid:"New version",msgstr:["New version"]},paused:{msgid:"paused",msgstr:["paused"]},"Preview image":{msgid:"Preview image",msgstr:["Preview image"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Select all checkboxes"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Select all existing files"]},"Select all new files":{msgid:"Select all new files",msgstr:["Select all new files"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["Skip this file","Skip {count} files"]},"Unknown size":{msgid:"Unknown size",msgstr:["Unknown size"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Upload cancelled"]},"Upload files":{msgid:"Upload files",msgstr:["Upload files"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["Which files do you want to keep?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["You need to select at least one version of each file to continue."]}}}}},{locale:"eo",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Esperanto (https://www.transifex.com/nextcloud/teams/64236/eo/)","Content-Type":"text/plain; charset=UTF-8",Language:"eo","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Esperanto (https://www.transifex.com/nextcloud/teams/64236/eo/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: eo\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"es",json:{charset:"utf-8",headers:{"Last-Translator":"Next Cloud , 2023","Language-Team":"Spanish (https://app.transifex.com/nextcloud/teams/64236/es/)","Content-Type":"text/plain; charset=UTF-8",Language:"es","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nFranciscoFJ , 2023\nNext Cloud , 2023\n"},msgstr:["Last-Translator: Next Cloud , 2023\nLanguage-Team: Spanish (https://app.transifex.com/nextcloud/teams/64236/es/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} archivo en conflicto","{count} archivos en conflicto","{count} archivos en conflicto"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{count} archivo en conflicto en {dirname}","{count} archivos en conflicto en {dirname}","{count} archivos en conflicto en {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} segundos restantes"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["{time} restante"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["quedan unos segundos"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Cancelar subidas"]},Continue:{msgid:"Continue",msgstr:["Continuar"]},"estimating time left":{msgid:"estimating time left",msgstr:["estimación del tiempo restante"]},"Existing version":{msgid:"Existing version",msgstr:["Versión existente"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["Si selecciona ambas versiones, al archivo copiado se le añadirá un número en el nombre."]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Última fecha de modificación desconocida"]},New:{msgid:"New",msgstr:["Nuevo"]},"New version":{msgid:"New version",msgstr:["Nueva versión"]},paused:{msgid:"paused",msgstr:["pausado"]},"Preview image":{msgid:"Preview image",msgstr:["Previsualizar imagen"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Seleccionar todas las casillas de verificación"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Seleccionar todos los archivos existentes"]},"Select all new files":{msgid:"Select all new files",msgstr:["Seleccionar todos los archivos nuevos"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["Saltar este archivo","Saltar {count} archivos","Saltar {count} archivos"]},"Unknown size":{msgid:"Unknown size",msgstr:["Tamaño desconocido"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Subida cancelada"]},"Upload files":{msgid:"Upload files",msgstr:["Subir archivos"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["¿Qué archivos desea conservar?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["Debe seleccionar al menos una versión de cada archivo para continuar."]}}}}},{locale:"es_419",json:{charset:"utf-8",headers:{"Last-Translator":"ALEJANDRO CASTRO, 2022","Language-Team":"Spanish (Latin America) (https://www.transifex.com/nextcloud/teams/64236/es_419/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_419","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nALEJANDRO CASTRO, 2022\n"},msgstr:["Last-Translator: ALEJANDRO CASTRO, 2022\nLanguage-Team: Spanish (Latin America) (https://www.transifex.com/nextcloud/teams/64236/es_419/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_419\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} segundos restantes"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["{tiempo} restante"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["quedan pocos segundos"]},Add:{msgid:"Add",msgstr:["agregar"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Cancelar subidas"]},"estimating time left":{msgid:"estimating time left",msgstr:["estimando tiempo restante"]},paused:{msgid:"paused",msgstr:["pausado"]},"Upload files":{msgid:"Upload files",msgstr:["Subir archivos"]}}}}},{locale:"es_AR",json:{charset:"utf-8",headers:{"Last-Translator":"Matias Iglesias, 2022","Language-Team":"Spanish (Argentina) (https://www.transifex.com/nextcloud/teams/64236/es_AR/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_AR","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nMatias Iglesias, 2022\n"},msgstr:["Last-Translator: Matias Iglesias, 2022\nLanguage-Team: Spanish (Argentina) (https://www.transifex.com/nextcloud/teams/64236/es_AR/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_AR\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} segundos restantes"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["{time} restante"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["quedan unos segundos"]},Add:{msgid:"Add",msgstr:["Añadir"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Cancelar subidas"]},"estimating time left":{msgid:"estimating time left",msgstr:["estimando tiempo restante"]},paused:{msgid:"paused",msgstr:["pausado"]},"Upload files":{msgid:"Upload files",msgstr:["Subir archivos"]}}}}},{locale:"es_CL",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Spanish (Chile) (https://www.transifex.com/nextcloud/teams/64236/es_CL/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_CL","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Chile) (https://www.transifex.com/nextcloud/teams/64236/es_CL/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_CL\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"es_CO",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Spanish (Colombia) (https://www.transifex.com/nextcloud/teams/64236/es_CO/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_CO","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Colombia) (https://www.transifex.com/nextcloud/teams/64236/es_CO/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_CO\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"es_CR",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Spanish (Costa Rica) (https://www.transifex.com/nextcloud/teams/64236/es_CR/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_CR","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Costa Rica) (https://www.transifex.com/nextcloud/teams/64236/es_CR/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_CR\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"es_DO",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Spanish (Dominican Republic) (https://www.transifex.com/nextcloud/teams/64236/es_DO/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_DO","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Dominican Republic) (https://www.transifex.com/nextcloud/teams/64236/es_DO/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_DO\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"es_EC",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Spanish (Ecuador) (https://www.transifex.com/nextcloud/teams/64236/es_EC/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_EC","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Ecuador) (https://www.transifex.com/nextcloud/teams/64236/es_EC/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_EC\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"es_GT",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Spanish (Guatemala) (https://www.transifex.com/nextcloud/teams/64236/es_GT/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_GT","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Guatemala) (https://www.transifex.com/nextcloud/teams/64236/es_GT/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_GT\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"es_HN",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Spanish (Honduras) (https://www.transifex.com/nextcloud/teams/64236/es_HN/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_HN","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Honduras) (https://www.transifex.com/nextcloud/teams/64236/es_HN/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_HN\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"es_MX",json:{charset:"utf-8",headers:{"Last-Translator":"ALEJANDRO CASTRO, 2022","Language-Team":"Spanish (Mexico) (https://www.transifex.com/nextcloud/teams/64236/es_MX/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_MX","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nLuis Francisco Castro, 2022\nALEJANDRO CASTRO, 2022\n"},msgstr:["Last-Translator: ALEJANDRO CASTRO, 2022\nLanguage-Team: Spanish (Mexico) (https://www.transifex.com/nextcloud/teams/64236/es_MX/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_MX\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} segundos restantes"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["{tiempo} restante"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["quedan pocos segundos"]},Add:{msgid:"Add",msgstr:["agregar"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["cancelar las cargas"]},"estimating time left":{msgid:"estimating time left",msgstr:["estimando tiempo restante"]},paused:{msgid:"paused",msgstr:["en pausa"]},"Upload files":{msgid:"Upload files",msgstr:["cargar archivos"]}}}}},{locale:"es_NI",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Spanish (Nicaragua) (https://www.transifex.com/nextcloud/teams/64236/es_NI/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_NI","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Nicaragua) (https://www.transifex.com/nextcloud/teams/64236/es_NI/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_NI\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"es_PA",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Spanish (Panama) (https://www.transifex.com/nextcloud/teams/64236/es_PA/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_PA","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Panama) (https://www.transifex.com/nextcloud/teams/64236/es_PA/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_PA\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"es_PE",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Spanish (Peru) (https://www.transifex.com/nextcloud/teams/64236/es_PE/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_PE","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Peru) (https://www.transifex.com/nextcloud/teams/64236/es_PE/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_PE\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"es_PR",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Spanish (Puerto Rico) (https://www.transifex.com/nextcloud/teams/64236/es_PR/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_PR","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Puerto Rico) (https://www.transifex.com/nextcloud/teams/64236/es_PR/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_PR\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"es_PY",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Spanish (Paraguay) (https://www.transifex.com/nextcloud/teams/64236/es_PY/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_PY","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Paraguay) (https://www.transifex.com/nextcloud/teams/64236/es_PY/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_PY\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"es_SV",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Spanish (El Salvador) (https://www.transifex.com/nextcloud/teams/64236/es_SV/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_SV","Plural-Forms":"nplurals=2; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (El Salvador) (https://www.transifex.com/nextcloud/teams/64236/es_SV/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_SV\nPlural-Forms: nplurals=2; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"es_UY",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Spanish (Uruguay) (https://www.transifex.com/nextcloud/teams/64236/es_UY/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_UY","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Uruguay) (https://www.transifex.com/nextcloud/teams/64236/es_UY/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_UY\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"et_EE",json:{charset:"utf-8",headers:{"Last-Translator":"Taavo Roos, 2023","Language-Team":"Estonian (Estonia) (https://app.transifex.com/nextcloud/teams/64236/et_EE/)","Content-Type":"text/plain; charset=UTF-8",Language:"et_EE","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nMait R, 2022\nTaavo Roos, 2023\n"},msgstr:["Last-Translator: Taavo Roos, 2023\nLanguage-Team: Estonian (Estonia) (https://app.transifex.com/nextcloud/teams/64236/et_EE/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: et_EE\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} jäänud sekundid"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["{time} aega jäänud"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["jäänud mõni sekund"]},Add:{msgid:"Add",msgstr:["Lisa"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Tühista üleslaadimine"]},"estimating time left":{msgid:"estimating time left",msgstr:["hinnanguline järelejäänud aeg"]},paused:{msgid:"paused",msgstr:["pausil"]},"Upload files":{msgid:"Upload files",msgstr:["Lae failid üles"]}}}}},{locale:"eu",json:{charset:"utf-8",headers:{"Last-Translator":"Unai Tolosa Pontesta , 2022","Language-Team":"Basque (https://www.transifex.com/nextcloud/teams/64236/eu/)","Content-Type":"text/plain; charset=UTF-8",Language:"eu","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nUnai Tolosa Pontesta , 2022\n"},msgstr:["Last-Translator: Unai Tolosa Pontesta , 2022\nLanguage-Team: Basque (https://www.transifex.com/nextcloud/teams/64236/eu/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: eu\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} segundo geratzen dira"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["{time} geratzen da"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["segundo batzuk geratzen dira"]},Add:{msgid:"Add",msgstr:["Gehitu"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Ezeztatu igoerak"]},"estimating time left":{msgid:"estimating time left",msgstr:["kalkulatutako geratzen den denbora"]},paused:{msgid:"paused",msgstr:["geldituta"]},"Upload files":{msgid:"Upload files",msgstr:["Igo fitxategiak"]}}}}},{locale:"fa",json:{charset:"utf-8",headers:{"Last-Translator":"Fatemeh Komeily, 2023","Language-Team":"Persian (https://app.transifex.com/nextcloud/teams/64236/fa/)","Content-Type":"text/plain; charset=UTF-8",Language:"fa","Plural-Forms":"nplurals=2; plural=(n > 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nFatemeh Komeily, 2023\n"},msgstr:["Last-Translator: Fatemeh Komeily, 2023\nLanguage-Team: Persian (https://app.transifex.com/nextcloud/teams/64236/fa/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: fa\nPlural-Forms: nplurals=2; plural=(n > 1);\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["ثانیه های باقی مانده"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["باقی مانده"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["چند ثانیه مانده"]},Add:{msgid:"Add",msgstr:["اضافه کردن"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["کنسل کردن فایل های اپلود شده"]},"estimating time left":{msgid:"estimating time left",msgstr:["تخمین زمان باقی مانده"]},paused:{msgid:"paused",msgstr:["مکث کردن"]},"Upload files":{msgid:"Upload files",msgstr:["بارگذاری فایل ها"]}}}}},{locale:"fi_FI",json:{charset:"utf-8",headers:{"Last-Translator":"Jiri Grönroos , 2022","Language-Team":"Finnish (Finland) (https://www.transifex.com/nextcloud/teams/64236/fi_FI/)","Content-Type":"text/plain; charset=UTF-8",Language:"fi_FI","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJiri Grönroos , 2022\n"},msgstr:["Last-Translator: Jiri Grönroos , 2022\nLanguage-Team: Finnish (Finland) (https://www.transifex.com/nextcloud/teams/64236/fi_FI/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: fi_FI\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} sekuntia jäljellä"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["{time} jäljellä"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["muutama sekunti jäljellä"]},Add:{msgid:"Add",msgstr:["Lisää"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Peruuta lähetykset"]},"estimating time left":{msgid:"estimating time left",msgstr:["arvioidaan jäljellä olevaa aikaa"]},paused:{msgid:"paused",msgstr:["keskeytetty"]},"Upload files":{msgid:"Upload files",msgstr:["Lähetä tiedostoja"]}}}}},{locale:"fo",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Faroese (https://www.transifex.com/nextcloud/teams/64236/fo/)","Content-Type":"text/plain; charset=UTF-8",Language:"fo","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Faroese (https://www.transifex.com/nextcloud/teams/64236/fo/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: fo\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"fr",json:{charset:"utf-8",headers:{"Last-Translator":"John Molakvoæ , 2023","Language-Team":"French (https://app.transifex.com/nextcloud/teams/64236/fr/)","Content-Type":"text/plain; charset=UTF-8",Language:"fr","Plural-Forms":"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJean-Claude Richard , 2023\nClément Saccoccio, 2023\nJohn Molakvoæ , 2023\n"},msgstr:["Last-Translator: John Molakvoæ , 2023\nLanguage-Team: French (https://app.transifex.com/nextcloud/teams/64236/fr/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: fr\nPlural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} fichier en conflit","{count} fichiers en conflit","{count} fichiers en conflit"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{count} fichier en conflit dans {dirname}","{count} fichiers en conflit dans {dirname}","{count} fichiers en conflit dans {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} secondes restantes"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["{time} restant"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["quelques secondes restantes"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Annuler les envois"]},Continue:{msgid:"Continue",msgstr:["Continuer"]},"estimating time left":{msgid:"estimating time left",msgstr:["estimation du temps restant"]},"Existing version":{msgid:"Existing version",msgstr:["Version existante"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["Si vous sélectionnez les deux versions, un nombre sera postfixé au nom du fichier."]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Date de dernière modification inconnue"]},New:{msgid:"New",msgstr:["Nouveau"]},"New version":{msgid:"New version",msgstr:["Nouvelle version"]},paused:{msgid:"paused",msgstr:["en pause"]},"Preview image":{msgid:"Preview image",msgstr:["Image d'aperçu"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Sélectionner toutes les cases"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Sélectionner tous les fichiers existants"]},"Select all new files":{msgid:"Select all new files",msgstr:["Sélectionner tous les nouveaux fichiers"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["Ignorer ce fichier","Ignorer {count} fichiers","Ignorer {count} fichiers"]},"Unknown size":{msgid:"Unknown size",msgstr:["Taille inconnue"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Envoi annulé"]},"Upload files":{msgid:"Upload files",msgstr:["Téléverser des fichiers"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["Quels fichiers souhaitez-vous conserver ?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["Vous devez sélectionner au moins une version de chaque fichier pour continuer."]}}}}},{locale:"gd",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Gaelic, Scottish (https://www.transifex.com/nextcloud/teams/64236/gd/)","Content-Type":"text/plain; charset=UTF-8",Language:"gd","Plural-Forms":"nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n > 2 && n < 20) ? 2 : 3;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Gaelic, Scottish (https://www.transifex.com/nextcloud/teams/64236/gd/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: gd\nPlural-Forms: nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n > 2 && n < 20) ? 2 : 3;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"gl",json:{charset:"utf-8",headers:{"Last-Translator":"Miguel Anxo Bouzada , 2023","Language-Team":"Galician (https://app.transifex.com/nextcloud/teams/64236/gl/)","Content-Type":"text/plain; charset=UTF-8",Language:"gl","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nNacho , 2023\nMiguel Anxo Bouzada , 2023\n"},msgstr:["Last-Translator: Miguel Anxo Bouzada , 2023\nLanguage-Team: Galician (https://app.transifex.com/nextcloud/teams/64236/gl/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: gl\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} conflito de ficheiros","{count} conflitos de ficheiros"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{count} conflito de ficheiros en {dirname}","{count} conflitos de ficheiros en {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["faltan {seconds} segundos"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["falta {time}"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["faltan uns segundos"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Cancelar envíos"]},Continue:{msgid:"Continue",msgstr:["Continuar"]},"estimating time left":{msgid:"estimating time left",msgstr:["calculando canto tempo falta"]},"Existing version":{msgid:"Existing version",msgstr:["Versión existente"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["Se selecciona ambas as versións, o ficheiro copiado terá un número engadido ao seu nome."]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Data da última modificación descoñecida"]},New:{msgid:"New",msgstr:["Nova"]},"New version":{msgid:"New version",msgstr:["Nova versión"]},paused:{msgid:"paused",msgstr:["detido"]},"Preview image":{msgid:"Preview image",msgstr:["Vista previa da imaxe"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Marcar todas as caixas de selección"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Seleccionar todos os ficheiros existentes"]},"Select all new files":{msgid:"Select all new files",msgstr:["Seleccionar todos os ficheiros novos"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["Omita este ficheiro","Omitir {count} ficheiros"]},"Unknown size":{msgid:"Unknown size",msgstr:["Tamaño descoñecido"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Envío cancelado"]},"Upload files":{msgid:"Upload files",msgstr:["Enviar ficheiros"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["Que ficheiros quere conservar?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["Debe seleccionar polo menos unha versión de cada ficheiro para continuar."]}}}}},{locale:"he",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Hebrew (https://www.transifex.com/nextcloud/teams/64236/he/)","Content-Type":"text/plain; charset=UTF-8",Language:"he","Plural-Forms":"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Hebrew (https://www.transifex.com/nextcloud/teams/64236/he/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: he\nPlural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"hi_IN",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Hindi (India) (https://www.transifex.com/nextcloud/teams/64236/hi_IN/)","Content-Type":"text/plain; charset=UTF-8",Language:"hi_IN","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Hindi (India) (https://www.transifex.com/nextcloud/teams/64236/hi_IN/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: hi_IN\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"hr",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Croatian (https://www.transifex.com/nextcloud/teams/64236/hr/)","Content-Type":"text/plain; charset=UTF-8",Language:"hr","Plural-Forms":"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Croatian (https://www.transifex.com/nextcloud/teams/64236/hr/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: hr\nPlural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"hsb",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Upper Sorbian (https://www.transifex.com/nextcloud/teams/64236/hsb/)","Content-Type":"text/plain; charset=UTF-8",Language:"hsb","Plural-Forms":"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Upper Sorbian (https://www.transifex.com/nextcloud/teams/64236/hsb/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: hsb\nPlural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"hu",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Hungarian (https://www.transifex.com/nextcloud/teams/64236/hu/)","Content-Type":"text/plain; charset=UTF-8",Language:"hu","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Hungarian (https://www.transifex.com/nextcloud/teams/64236/hu/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: hu\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"hu_HU",json:{charset:"utf-8",headers:{"Last-Translator":"Balázs Úr, 2022","Language-Team":"Hungarian (Hungary) (https://www.transifex.com/nextcloud/teams/64236/hu_HU/)","Content-Type":"text/plain; charset=UTF-8",Language:"hu_HU","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nBalázs Meskó , 2022\nBalázs Úr, 2022\n"},msgstr:["Last-Translator: Balázs Úr, 2022\nLanguage-Team: Hungarian (Hungary) (https://www.transifex.com/nextcloud/teams/64236/hu_HU/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: hu_HU\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{} másodperc van hátra"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["{time} van hátra"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["pár másodperc van hátra"]},Add:{msgid:"Add",msgstr:["Hozzáadás"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Feltöltések megszakítása"]},"estimating time left":{msgid:"estimating time left",msgstr:["hátralévő idő becslése"]},paused:{msgid:"paused",msgstr:["szüneteltetve"]},"Upload files":{msgid:"Upload files",msgstr:["Fájlok feltöltése"]}}}}},{locale:"hy",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Armenian (https://www.transifex.com/nextcloud/teams/64236/hy/)","Content-Type":"text/plain; charset=UTF-8",Language:"hy","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Armenian (https://www.transifex.com/nextcloud/teams/64236/hy/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: hy\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"ia",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Interlingua (https://www.transifex.com/nextcloud/teams/64236/ia/)","Content-Type":"text/plain; charset=UTF-8",Language:"ia","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Interlingua (https://www.transifex.com/nextcloud/teams/64236/ia/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ia\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"id",json:{charset:"utf-8",headers:{"Last-Translator":"Linerly , 2023","Language-Team":"Indonesian (https://app.transifex.com/nextcloud/teams/64236/id/)","Content-Type":"text/plain; charset=UTF-8",Language:"id","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nEmpty Slot Filler, 2023\nLinerly , 2023\n"},msgstr:["Last-Translator: Linerly , 2023\nLanguage-Team: Indonesian (https://app.transifex.com/nextcloud/teams/64236/id/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: id\nPlural-Forms: nplurals=1; plural=0;\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} berkas berkonflik"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{count} berkas berkonflik dalam {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} detik tersisa"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["{time} tersisa"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["tinggal sebentar lagi"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Batalkan unggahan"]},Continue:{msgid:"Continue",msgstr:["Lanjutkan"]},"estimating time left":{msgid:"estimating time left",msgstr:["memperkirakan waktu yang tersisa"]},"Existing version":{msgid:"Existing version",msgstr:["Versi yang ada"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["Jika Anda memilih kedua versi, nama berkas yang disalin akan ditambahi angka."]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Tanggal perubahan terakhir tidak diketahui"]},New:{msgid:"New",msgstr:["Baru"]},"New version":{msgid:"New version",msgstr:["Versi baru"]},paused:{msgid:"paused",msgstr:["dijeda"]},"Preview image":{msgid:"Preview image",msgstr:["Gambar pratinjau"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Pilih semua kotak centang"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Pilih semua berkas yang ada"]},"Select all new files":{msgid:"Select all new files",msgstr:["Pilih semua berkas baru"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["Lewati {count} berkas"]},"Unknown size":{msgid:"Unknown size",msgstr:["Ukuran tidak diketahui"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Unggahan dibatalkan"]},"Upload files":{msgid:"Upload files",msgstr:["Unggah berkas"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["Berkas mana yang Anda ingin tetap simpan?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["Anda harus memilih setidaknya satu versi dari masing-masing berkas untuk melanjutkan."]}}}}},{locale:"ig",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Igbo (https://www.transifex.com/nextcloud/teams/64236/ig/)","Content-Type":"text/plain; charset=UTF-8",Language:"ig","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Igbo (https://www.transifex.com/nextcloud/teams/64236/ig/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ig\nPlural-Forms: nplurals=1; plural=0;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"is",json:{charset:"utf-8",headers:{"Last-Translator":"Sveinn í Felli , 2023","Language-Team":"Icelandic (https://app.transifex.com/nextcloud/teams/64236/is/)","Content-Type":"text/plain; charset=UTF-8",Language:"is","Plural-Forms":"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nSveinn í Felli , 2023\n"},msgstr:["Last-Translator: Sveinn í Felli , 2023\nLanguage-Team: Icelandic (https://app.transifex.com/nextcloud/teams/64236/is/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: is\nPlural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} árekstur skráa","{count} árekstrar skráa"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{count} árekstur skráa í {dirname}","{count} árekstrar skráa í {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} sekúndur eftir"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["{time} eftir"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["nokkrar sekúndur eftir"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Hætta við innsendingar"]},Continue:{msgid:"Continue",msgstr:["Halda áfram"]},"estimating time left":{msgid:"estimating time left",msgstr:["áætla tíma sem eftir er"]},"Existing version":{msgid:"Existing version",msgstr:["Fyrirliggjandi útgáfa"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["Ef þú velur báðar útgáfur, þá mun verða bætt tölustaf aftan við heiti afrituðu skrárinnar."]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Síðasta breytingadagsetning er óþekkt"]},New:{msgid:"New",msgstr:["Nýtt"]},"New version":{msgid:"New version",msgstr:["Ný útgáfa"]},paused:{msgid:"paused",msgstr:["í bið"]},"Preview image":{msgid:"Preview image",msgstr:["Forskoðun myndar"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Velja gátreiti"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Velja allar fyrirliggjandi skrár"]},"Select all new files":{msgid:"Select all new files",msgstr:["Velja allar nýjar skrár"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["Sleppa þessari skrá","Sleppa {count} skrám"]},"Unknown size":{msgid:"Unknown size",msgstr:["Óþekkt stærð"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Hætt við innsendingu"]},"Upload files":{msgid:"Upload files",msgstr:["Senda inn skrár"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["Hvaða skrám vilt þú vilt halda eftir?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["Þú verður að velja að minnsta kosti eina útgáfu af hverri skrá til að halda áfram."]}}}}},{locale:"it",json:{charset:"utf-8",headers:{"Last-Translator":"Random_R, 2023","Language-Team":"Italian (https://app.transifex.com/nextcloud/teams/64236/it/)","Content-Type":"text/plain; charset=UTF-8",Language:"it","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nLep Lep, 2023\nRandom_R, 2023\n"},msgstr:["Last-Translator: Random_R, 2023\nLanguage-Team: Italian (https://app.transifex.com/nextcloud/teams/64236/it/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: it\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} file in conflitto","{count} file in conflitto","{count} file in conflitto"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{count} file in conflitto in {dirname}","{count} file in conflitto in {dirname}","{count} file in conflitto in {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} secondi rimanenti "]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["{time} rimanente"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["alcuni secondi rimanenti"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Annulla i caricamenti"]},Continue:{msgid:"Continue",msgstr:["Continua"]},"estimating time left":{msgid:"estimating time left",msgstr:["calcolo il tempo rimanente"]},"Existing version":{msgid:"Existing version",msgstr:["Versione esistente"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["Se selezioni entrambe le versioni, nel nome del file copiato verrà aggiunto un numero "]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Ultima modifica sconosciuta"]},New:{msgid:"New",msgstr:["Nuovo"]},"New version":{msgid:"New version",msgstr:["Nuova versione"]},paused:{msgid:"paused",msgstr:["pausa"]},"Preview image":{msgid:"Preview image",msgstr:["Anteprima immagine"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Seleziona tutte le caselle"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Seleziona tutti i file esistenti"]},"Select all new files":{msgid:"Select all new files",msgstr:["Seleziona tutti i nuovi file"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["Salta questo file","Salta {count} file","Salta {count} file"]},"Unknown size":{msgid:"Unknown size",msgstr:["Dimensione sconosciuta"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Caricamento cancellato"]},"Upload files":{msgid:"Upload files",msgstr:["Carica i file"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["Quali file vuoi mantenere?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["Devi selezionare almeno una versione di ogni file per continuare"]}}}}},{locale:"it_IT",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Italian (Italy) (https://www.transifex.com/nextcloud/teams/64236/it_IT/)","Content-Type":"text/plain; charset=UTF-8",Language:"it_IT","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Italian (Italy) (https://www.transifex.com/nextcloud/teams/64236/it_IT/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: it_IT\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"ja_JP",json:{charset:"utf-8",headers:{"Last-Translator":"かたかめ, 2022","Language-Team":"Japanese (Japan) (https://www.transifex.com/nextcloud/teams/64236/ja_JP/)","Content-Type":"text/plain; charset=UTF-8",Language:"ja_JP","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nT.S, 2022\nかたかめ, 2022\n"},msgstr:["Last-Translator: かたかめ, 2022\nLanguage-Team: Japanese (Japan) (https://www.transifex.com/nextcloud/teams/64236/ja_JP/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ja_JP\nPlural-Forms: nplurals=1; plural=0;\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["残り {seconds} 秒"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["残り {time}"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["残り数秒"]},Add:{msgid:"Add",msgstr:["追加"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["アップロードをキャンセル"]},"estimating time left":{msgid:"estimating time left",msgstr:["概算残り時間"]},paused:{msgid:"paused",msgstr:["一時停止中"]},"Upload files":{msgid:"Upload files",msgstr:["ファイルをアップデート"]}}}}},{locale:"ka",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Georgian (https://www.transifex.com/nextcloud/teams/64236/ka/)","Content-Type":"text/plain; charset=UTF-8",Language:"ka","Plural-Forms":"nplurals=2; plural=(n!=1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Georgian (https://www.transifex.com/nextcloud/teams/64236/ka/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ka\nPlural-Forms: nplurals=2; plural=(n!=1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"ka_GE",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Georgian (Georgia) (https://www.transifex.com/nextcloud/teams/64236/ka_GE/)","Content-Type":"text/plain; charset=UTF-8",Language:"ka_GE","Plural-Forms":"nplurals=2; plural=(n!=1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Georgian (Georgia) (https://www.transifex.com/nextcloud/teams/64236/ka_GE/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ka_GE\nPlural-Forms: nplurals=2; plural=(n!=1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"kab",json:{charset:"utf-8",headers:{"Last-Translator":"ZiriSut, 2023","Language-Team":"Kabyle (https://app.transifex.com/nextcloud/teams/64236/kab/)","Content-Type":"text/plain; charset=UTF-8",Language:"kab","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nZiriSut, 2023\n"},msgstr:["Last-Translator: ZiriSut, 2023\nLanguage-Team: Kabyle (https://app.transifex.com/nextcloud/teams/64236/kab/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: kab\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} tesdatin i d-yeqqimen"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["{time} i d-yeqqimen"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["qqiment-d kra n tesdatin kan"]},Add:{msgid:"Add",msgstr:["Rnu"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Sefsex asali"]},"estimating time left":{msgid:"estimating time left",msgstr:["asizel n wakud i d-yeqqimen"]},paused:{msgid:"paused",msgstr:["yeḥbes"]},"Upload files":{msgid:"Upload files",msgstr:["Sali-d ifuyla"]}}}}},{locale:"kk",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Kazakh (https://www.transifex.com/nextcloud/teams/64236/kk/)","Content-Type":"text/plain; charset=UTF-8",Language:"kk","Plural-Forms":"nplurals=2; plural=(n!=1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Kazakh (https://www.transifex.com/nextcloud/teams/64236/kk/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: kk\nPlural-Forms: nplurals=2; plural=(n!=1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"km",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Khmer (https://www.transifex.com/nextcloud/teams/64236/km/)","Content-Type":"text/plain; charset=UTF-8",Language:"km","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Khmer (https://www.transifex.com/nextcloud/teams/64236/km/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: km\nPlural-Forms: nplurals=1; plural=0;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"kn",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Kannada (https://www.transifex.com/nextcloud/teams/64236/kn/)","Content-Type":"text/plain; charset=UTF-8",Language:"kn","Plural-Forms":"nplurals=2; plural=(n > 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Kannada (https://www.transifex.com/nextcloud/teams/64236/kn/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: kn\nPlural-Forms: nplurals=2; plural=(n > 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"ko",json:{charset:"utf-8",headers:{"Last-Translator":"Brandon Han, 2022","Language-Team":"Korean (https://www.transifex.com/nextcloud/teams/64236/ko/)","Content-Type":"text/plain; charset=UTF-8",Language:"ko","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nBrandon Han, 2022\n"},msgstr:["Last-Translator: Brandon Han, 2022\nLanguage-Team: Korean (https://www.transifex.com/nextcloud/teams/64236/ko/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ko\nPlural-Forms: nplurals=1; plural=0;\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} 남음"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["{time} 남음"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["곧 완료"]},Add:{msgid:"Add",msgstr:["추가"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["업로드 취소"]},"estimating time left":{msgid:"estimating time left",msgstr:["남은 시간 계산중"]},paused:{msgid:"paused",msgstr:["일시정지됨"]},"Upload files":{msgid:"Upload files",msgstr:["파일 업로드"]}}}}},{locale:"la",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Latin (https://www.transifex.com/nextcloud/teams/64236/la/)","Content-Type":"text/plain; charset=UTF-8",Language:"la","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Latin (https://www.transifex.com/nextcloud/teams/64236/la/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: la\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"lb",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Luxembourgish (https://www.transifex.com/nextcloud/teams/64236/lb/)","Content-Type":"text/plain; charset=UTF-8",Language:"lb","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Luxembourgish (https://www.transifex.com/nextcloud/teams/64236/lb/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: lb\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"lo",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Lao (https://www.transifex.com/nextcloud/teams/64236/lo/)","Content-Type":"text/plain; charset=UTF-8",Language:"lo","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Lao (https://www.transifex.com/nextcloud/teams/64236/lo/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: lo\nPlural-Forms: nplurals=1; plural=0;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"lt_LT",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Lithuanian (Lithuania) (https://www.transifex.com/nextcloud/teams/64236/lt_LT/)","Content-Type":"text/plain; charset=UTF-8",Language:"lt_LT","Plural-Forms":"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Lithuanian (Lithuania) (https://www.transifex.com/nextcloud/teams/64236/lt_LT/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: lt_LT\nPlural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"lv",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Latvian (https://www.transifex.com/nextcloud/teams/64236/lv/)","Content-Type":"text/plain; charset=UTF-8",Language:"lv","Plural-Forms":"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Latvian (https://www.transifex.com/nextcloud/teams/64236/lv/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: lv\nPlural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"mk",json:{charset:"utf-8",headers:{"Last-Translator":"Сашко Тодоров , 2022","Language-Team":"Macedonian (https://www.transifex.com/nextcloud/teams/64236/mk/)","Content-Type":"text/plain; charset=UTF-8",Language:"mk","Plural-Forms":"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nСашко Тодоров , 2022\n"},msgstr:["Last-Translator: Сашко Тодоров , 2022\nLanguage-Team: Macedonian (https://www.transifex.com/nextcloud/teams/64236/mk/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: mk\nPlural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["преостануваат {seconds} секунди"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["преостанува {time}"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["уште неколку секунди"]},Add:{msgid:"Add",msgstr:["Додади"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Прекини прикачување"]},"estimating time left":{msgid:"estimating time left",msgstr:["приближно преостанато време"]},paused:{msgid:"paused",msgstr:["паузирано"]},"Upload files":{msgid:"Upload files",msgstr:["Прикачување датотеки"]}}}}},{locale:"mn",json:{charset:"utf-8",headers:{"Last-Translator":"BATKHUYAG Ganbold, 2023","Language-Team":"Mongolian (https://app.transifex.com/nextcloud/teams/64236/mn/)","Content-Type":"text/plain; charset=UTF-8",Language:"mn","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nBATKHUYAG Ganbold, 2023\n"},msgstr:["Last-Translator: BATKHUYAG Ganbold, 2023\nLanguage-Team: Mongolian (https://app.transifex.com/nextcloud/teams/64236/mn/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: mn\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} секунд үлдсэн"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["{time} үлдсэн"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["хэдхэн секунд үлдсэн"]},Add:{msgid:"Add",msgstr:["Нэмэх"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Илгээлтийг цуцлах"]},"estimating time left":{msgid:"estimating time left",msgstr:["Үлдсэн хугацааг тооцоолж байна"]},paused:{msgid:"paused",msgstr:["түр зогсоосон"]},"Upload files":{msgid:"Upload files",msgstr:["Файл илгээх"]}}}}},{locale:"mr",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Marathi (https://www.transifex.com/nextcloud/teams/64236/mr/)","Content-Type":"text/plain; charset=UTF-8",Language:"mr","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Marathi (https://www.transifex.com/nextcloud/teams/64236/mr/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: mr\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"ms_MY",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Malay (Malaysia) (https://www.transifex.com/nextcloud/teams/64236/ms_MY/)","Content-Type":"text/plain; charset=UTF-8",Language:"ms_MY","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Malay (Malaysia) (https://www.transifex.com/nextcloud/teams/64236/ms_MY/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ms_MY\nPlural-Forms: nplurals=1; plural=0;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"my",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Burmese (https://www.transifex.com/nextcloud/teams/64236/my/)","Content-Type":"text/plain; charset=UTF-8",Language:"my","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Burmese (https://www.transifex.com/nextcloud/teams/64236/my/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: my\nPlural-Forms: nplurals=1; plural=0;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"nb_NO",json:{charset:"utf-8",headers:{"Last-Translator":"Ari Selseng , 2022","Language-Team":"Norwegian Bokmål (Norway) (https://www.transifex.com/nextcloud/teams/64236/nb_NO/)","Content-Type":"text/plain; charset=UTF-8",Language:"nb_NO","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nAri Selseng , 2022\n"},msgstr:["Last-Translator: Ari Selseng , 2022\nLanguage-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/nextcloud/teams/64236/nb_NO/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: nb_NO\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} sekunder igjen"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["{time} igjen"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["noen få sekunder igjen"]},Add:{msgid:"Add",msgstr:["Legg til"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Avbryt opplastninger"]},"estimating time left":{msgid:"estimating time left",msgstr:["Estimerer tid igjen"]},paused:{msgid:"paused",msgstr:["pauset"]},"Upload files":{msgid:"Upload files",msgstr:["Last opp filer"]}}}}},{locale:"ne",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Nepali (https://www.transifex.com/nextcloud/teams/64236/ne/)","Content-Type":"text/plain; charset=UTF-8",Language:"ne","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Nepali (https://www.transifex.com/nextcloud/teams/64236/ne/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ne\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"nl",json:{charset:"utf-8",headers:{"Last-Translator":"Rico , 2023","Language-Team":"Dutch (https://app.transifex.com/nextcloud/teams/64236/nl/)","Content-Type":"text/plain; charset=UTF-8",Language:"nl","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nRico , 2023\n"},msgstr:["Last-Translator: Rico , 2023\nLanguage-Team: Dutch (https://app.transifex.com/nextcloud/teams/64236/nl/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: nl\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["Nog {seconds} seconden"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["{seconds} over"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["Nog een paar seconden"]},Add:{msgid:"Add",msgstr:["Voeg toe"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Uploads annuleren"]},"estimating time left":{msgid:"estimating time left",msgstr:["Schatting van de resterende tijd"]},paused:{msgid:"paused",msgstr:["Gepauzeerd"]},"Upload files":{msgid:"Upload files",msgstr:["Upload bestanden"]}}}}},{locale:"nn",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Norwegian Nynorsk (https://www.transifex.com/nextcloud/teams/64236/nn/)","Content-Type":"text/plain; charset=UTF-8",Language:"nn","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Norwegian Nynorsk (https://www.transifex.com/nextcloud/teams/64236/nn/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: nn\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"nn_NO",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Norwegian Nynorsk (Norway) (https://www.transifex.com/nextcloud/teams/64236/nn_NO/)","Content-Type":"text/plain; charset=UTF-8",Language:"nn_NO","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Norwegian Nynorsk (Norway) (https://www.transifex.com/nextcloud/teams/64236/nn_NO/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: nn_NO\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"oc",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Occitan (post 1500) (https://www.transifex.com/nextcloud/teams/64236/oc/)","Content-Type":"text/plain; charset=UTF-8",Language:"oc","Plural-Forms":"nplurals=2; plural=(n > 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Occitan (post 1500) (https://www.transifex.com/nextcloud/teams/64236/oc/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: oc\nPlural-Forms: nplurals=2; plural=(n > 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"pl",json:{charset:"utf-8",headers:{"Last-Translator":"M H , 2023","Language-Team":"Polish (https://app.transifex.com/nextcloud/teams/64236/pl/)","Content-Type":"text/plain; charset=UTF-8",Language:"pl","Plural-Forms":"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nM H , 2023\n"},msgstr:["Last-Translator: M H , 2023\nLanguage-Team: Polish (https://app.transifex.com/nextcloud/teams/64236/pl/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: pl\nPlural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["konflikt 1 pliku","{count} konfliktów plików","{count} konfliktów plików","{count} konfliktów plików"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{count} konfliktowy plik w {dirname}","{count} konfliktowych plików w {dirname}","{count} konfliktowych plików w {dirname}","{count} konfliktowych plików w {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["Pozostało {seconds} sekund"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["Pozostało {time}"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["Pozostało kilka sekund"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Anuluj wysyłanie"]},Continue:{msgid:"Continue",msgstr:["Kontynuuj"]},"estimating time left":{msgid:"estimating time left",msgstr:["Szacowanie pozostałego czasu"]},"Existing version":{msgid:"Existing version",msgstr:["Istniejąca wersja"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["Jeżeli wybierzesz obie wersje to do nazw skopiowanych plików zostanie dodany numer"]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Nieznana data ostatniej modyfikacji"]},New:{msgid:"New",msgstr:["Nowy"]},"New version":{msgid:"New version",msgstr:["Nowa wersja"]},paused:{msgid:"paused",msgstr:["Wstrzymane"]},"Preview image":{msgid:"Preview image",msgstr:["Podgląd obrazu"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Zaznacz wszystkie boxy"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Zaznacz wszystkie istniejące pliki"]},"Select all new files":{msgid:"Select all new files",msgstr:["Zaznacz wszystkie nowe pliki"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["Pomiń 1 plik","Pomiń {count} plików","Pomiń {count} plików","Pomiń {count} plików"]},"Unknown size":{msgid:"Unknown size",msgstr:["Nieznany rozmiar"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Anulowano wysyłanie"]},"Upload files":{msgid:"Upload files",msgstr:["Wyślij pliki"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["Które pliki chcesz zachować"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["Aby kontynuować, musisz wybrać co najmniej jedną wersję każdego pliku."]}}}}},{locale:"ps",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Pashto (https://www.transifex.com/nextcloud/teams/64236/ps/)","Content-Type":"text/plain; charset=UTF-8",Language:"ps","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Pashto (https://www.transifex.com/nextcloud/teams/64236/ps/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ps\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"pt_BR",json:{charset:"utf-8",headers:{"Last-Translator":"Flávio Veras , 2022","Language-Team":"Portuguese (Brazil) (https://www.transifex.com/nextcloud/teams/64236/pt_BR/)","Content-Type":"text/plain; charset=UTF-8",Language:"pt_BR","Plural-Forms":"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nLeonardo Colman , 2022\nJeann Cavalcante , 2022\nFlávio Veras , 2022\n"},msgstr:["Last-Translator: Flávio Veras , 2022\nLanguage-Team: Portuguese (Brazil) (https://www.transifex.com/nextcloud/teams/64236/pt_BR/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: pt_BR\nPlural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} segundos restantes"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["{time} restante"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["alguns segundos restantes"]},Add:{msgid:"Add",msgstr:["Adicionar"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Cancelar uploads"]},"estimating time left":{msgid:"estimating time left",msgstr:["estimando tempo restante"]},paused:{msgid:"paused",msgstr:["pausado"]},"Upload files":{msgid:"Upload files",msgstr:["Enviar arquivos"]}}}}},{locale:"pt_PT",json:{charset:"utf-8",headers:{"Last-Translator":"Manuela Silva , 2022","Language-Team":"Portuguese (Portugal) (https://www.transifex.com/nextcloud/teams/64236/pt_PT/)","Content-Type":"text/plain; charset=UTF-8",Language:"pt_PT","Plural-Forms":"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nManuela Silva , 2022\n"},msgstr:["Last-Translator: Manuela Silva , 2022\nLanguage-Team: Portuguese (Portugal) (https://www.transifex.com/nextcloud/teams/64236/pt_PT/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: pt_PT\nPlural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["faltam {seconds} segundo(s)"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["faltam {time}"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["faltam uns segundos"]},Add:{msgid:"Add",msgstr:["Adicionar"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Cancelar envios"]},"estimating time left":{msgid:"estimating time left",msgstr:["tempo em falta estimado"]},paused:{msgid:"paused",msgstr:["pausado"]},"Upload files":{msgid:"Upload files",msgstr:["Enviar ficheiros"]}}}}},{locale:"ro",json:{charset:"utf-8",headers:{"Last-Translator":"Mădălin Vasiliu , 2022","Language-Team":"Romanian (https://www.transifex.com/nextcloud/teams/64236/ro/)","Content-Type":"text/plain; charset=UTF-8",Language:"ro","Plural-Forms":"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nMădălin Vasiliu , 2022\n"},msgstr:["Last-Translator: Mădălin Vasiliu , 2022\nLanguage-Team: Romanian (https://www.transifex.com/nextcloud/teams/64236/ro/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ro\nPlural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} secunde rămase"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["{time} rămas"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["câteva secunde rămase"]},Add:{msgid:"Add",msgstr:["Adaugă"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Anulați încărcările"]},"estimating time left":{msgid:"estimating time left",msgstr:["estimarea timpului rămas"]},paused:{msgid:"paused",msgstr:["pus pe pauză"]},"Upload files":{msgid:"Upload files",msgstr:["Încarcă fișiere"]}}}}},{locale:"ru",json:{charset:"utf-8",headers:{"Last-Translator":"Александр, 2023","Language-Team":"Russian (https://app.transifex.com/nextcloud/teams/64236/ru/)","Content-Type":"text/plain; charset=UTF-8",Language:"ru","Plural-Forms":"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nMax Smith , 2023\nАлександр, 2023\n"},msgstr:["Last-Translator: Александр, 2023\nLanguage-Team: Russian (https://app.transifex.com/nextcloud/teams/64236/ru/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ru\nPlural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["конфликт {count} файла","конфликт {count} файлов","конфликт {count} файлов","конфликт {count} файлов"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["конфликт {count} файла в {dirname}","конфликт {count} файлов в {dirname}","конфликт {count} файлов в {dirname}","конфликт {count} файлов в {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["осталось {seconds} секунд"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["осталось {time}"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["осталось несколько секунд"]},Add:{msgid:"Add",msgstr:["Добавить"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Отменить загрузки"]},Continue:{msgid:"Continue",msgstr:["Продолжить"]},"estimating time left":{msgid:"estimating time left",msgstr:["оценка оставшегося времени"]},"Existing version":{msgid:"Existing version",msgstr:["Текущая версия"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["Если вы выберете обе версии, к имени скопированного файла будет добавлен номер."]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Дата последнего изменения неизвестна"]},"New version":{msgid:"New version",msgstr:["Новая версия"]},paused:{msgid:"paused",msgstr:["приостановлено"]},"Preview image":{msgid:"Preview image",msgstr:["Предварительный просмотр"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Установить все флажки"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Выбрать все существующие файлы"]},"Select all new files":{msgid:"Select all new files",msgstr:["Выбрать все новые файлы"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["Пропустить файл","Пропустить {count} файла","Пропустить {count} файлов","Пропустить {count} файлов"]},"Unknown size":{msgid:"Unknown size",msgstr:["Неизвестный размер"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Загрузка отменена"]},"Upload files":{msgid:"Upload files",msgstr:["Загрузка файлов"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["Какие файлы вы хотите сохранить?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["Для продолжения вам нужно выбрать по крайней мере одну версию каждого файла."]}}}}},{locale:"ru_RU",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Russian (Russia) (https://www.transifex.com/nextcloud/teams/64236/ru_RU/)","Content-Type":"text/plain; charset=UTF-8",Language:"ru_RU","Plural-Forms":"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Russian (Russia) (https://www.transifex.com/nextcloud/teams/64236/ru_RU/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ru_RU\nPlural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"sc",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Sardinian (https://www.transifex.com/nextcloud/teams/64236/sc/)","Content-Type":"text/plain; charset=UTF-8",Language:"sc","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Sardinian (https://www.transifex.com/nextcloud/teams/64236/sc/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: sc\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"si",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Sinhala (https://www.transifex.com/nextcloud/teams/64236/si/)","Content-Type":"text/plain; charset=UTF-8",Language:"si","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Sinhala (https://www.transifex.com/nextcloud/teams/64236/si/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: si\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"si_LK",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Sinhala (Sri Lanka) (https://www.transifex.com/nextcloud/teams/64236/si_LK/)","Content-Type":"text/plain; charset=UTF-8",Language:"si_LK","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Sinhala (Sri Lanka) (https://www.transifex.com/nextcloud/teams/64236/si_LK/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: si_LK\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"sk_SK",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Slovak (Slovakia) (https://www.transifex.com/nextcloud/teams/64236/sk_SK/)","Content-Type":"text/plain; charset=UTF-8",Language:"sk_SK","Plural-Forms":"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Slovak (Slovakia) (https://www.transifex.com/nextcloud/teams/64236/sk_SK/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: sk_SK\nPlural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"sl",json:{charset:"utf-8",headers:{"Last-Translator":"Matej Urbančič <>, 2022","Language-Team":"Slovenian (https://www.transifex.com/nextcloud/teams/64236/sl/)","Content-Type":"text/plain; charset=UTF-8",Language:"sl","Plural-Forms":"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nMatej Urbančič <>, 2022\n"},msgstr:["Last-Translator: Matej Urbančič <>, 2022\nLanguage-Team: Slovenian (https://www.transifex.com/nextcloud/teams/64236/sl/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: sl\nPlural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["še {seconds} sekund"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["še {time}"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["še nekaj sekund"]},Add:{msgid:"Add",msgstr:["Dodaj"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Prekliči pošiljanje"]},"estimating time left":{msgid:"estimating time left",msgstr:["ocenjen čas do konca"]},paused:{msgid:"paused",msgstr:["v premoru"]},"Upload files":{msgid:"Upload files",msgstr:["Pošlji datoteke"]}}}}},{locale:"sl_SI",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Slovenian (Slovenia) (https://www.transifex.com/nextcloud/teams/64236/sl_SI/)","Content-Type":"text/plain; charset=UTF-8",Language:"sl_SI","Plural-Forms":"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Slovenian (Slovenia) (https://www.transifex.com/nextcloud/teams/64236/sl_SI/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: sl_SI\nPlural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"sq",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Albanian (https://www.transifex.com/nextcloud/teams/64236/sq/)","Content-Type":"text/plain; charset=UTF-8",Language:"sq","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Albanian (https://www.transifex.com/nextcloud/teams/64236/sq/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: sq\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"sr",json:{charset:"utf-8",headers:{"Last-Translator":"Иван Пешић, 2023","Language-Team":"Serbian (https://app.transifex.com/nextcloud/teams/64236/sr/)","Content-Type":"text/plain; charset=UTF-8",Language:"sr","Plural-Forms":"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nИван Пешић, 2023\n"},msgstr:["Last-Translator: Иван Пешић, 2023\nLanguage-Team: Serbian (https://app.transifex.com/nextcloud/teams/64236/sr/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: sr\nPlural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} фајл конфликт","{count} фајл конфликта","{count} фајл конфликта"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{count} фајл конфликт у {dirname}","{count} фајл конфликта у {dirname}","{count} фајл конфликта у {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["преостало је {seconds} секунди"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["{time} преостало"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["преостало је неколико секунди"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Обустави отпремања"]},Continue:{msgid:"Continue",msgstr:["Настави"]},"estimating time left":{msgid:"estimating time left",msgstr:["процена преосталог времена"]},"Existing version":{msgid:"Existing version",msgstr:["Постојећа верзија"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["Ако изаберете обе верзије, на име копираног фајла ће се додати број."]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Није познат датум последње измене"]},New:{msgid:"New",msgstr:["Ново"]},"New version":{msgid:"New version",msgstr:["Нова верзија"]},paused:{msgid:"paused",msgstr:["паузирано"]},"Preview image":{msgid:"Preview image",msgstr:["Слика прегледа"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Штиклирај сва поља за штиклирање"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Изабери све постојеће фајлове"]},"Select all new files":{msgid:"Select all new files",msgstr:["Изабери све нове фајлове"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["Прескочи овај фајл","Прескочи {count} фајла","Прескочи {count} фајлова"]},"Unknown size":{msgid:"Unknown size",msgstr:["Непозната величина"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Отпремање је отказано"]},"Upload files":{msgid:"Upload files",msgstr:["Отпреми фајлове"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["Које фајлове желите да задржите?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["Морате да изаберете барем једну верзију сваког фајла да наставите."]}}}}},{locale:"sr@latin",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Serbian (Latin) (https://www.transifex.com/nextcloud/teams/64236/sr@latin/)","Content-Type":"text/plain; charset=UTF-8",Language:"sr@latin","Plural-Forms":"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Serbian (Latin) (https://www.transifex.com/nextcloud/teams/64236/sr@latin/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: sr@latin\nPlural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"sv",json:{charset:"utf-8",headers:{"Last-Translator":"Magnus Höglund, 2023","Language-Team":"Swedish (https://app.transifex.com/nextcloud/teams/64236/sv/)","Content-Type":"text/plain; charset=UTF-8",Language:"sv","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nMagnus Höglund, 2023\n"},msgstr:["Last-Translator: Magnus Höglund, 2023\nLanguage-Team: Swedish (https://app.transifex.com/nextcloud/teams/64236/sv/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: sv\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} filkonflikt","{count} filkonflikter"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{count} filkonflikt i {dirname}","{count} filkonflikter i {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} sekunder kvarstår"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["{time} kvarstår"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["några sekunder kvar"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Avbryt uppladdningar"]},Continue:{msgid:"Continue",msgstr:["Fortsätt"]},"estimating time left":{msgid:"estimating time left",msgstr:["uppskattar kvarstående tid"]},"Existing version":{msgid:"Existing version",msgstr:["Nuvarande version"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["Om du väljer båda versionerna kommer den kopierade filen att få ett nummer tillagt i namnet."]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Senaste ändringsdatum okänt"]},New:{msgid:"New",msgstr:["Ny"]},"New version":{msgid:"New version",msgstr:["Ny version"]},paused:{msgid:"paused",msgstr:["pausad"]},"Preview image":{msgid:"Preview image",msgstr:["Förhandsgranska bild"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Markera alla kryssrutor"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Välj alla befintliga filer"]},"Select all new files":{msgid:"Select all new files",msgstr:["Välj alla nya filer"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["Hoppa över denna fil","Hoppa över {count} filer"]},"Unknown size":{msgid:"Unknown size",msgstr:["Okänd storlek"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Uppladdningen avbröts"]},"Upload files":{msgid:"Upload files",msgstr:["Ladda upp filer"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["Vilka filer vill du behålla?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["Du måste välja minst en version av varje fil för att fortsätta."]}}}}},{locale:"sw",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Swahili (https://www.transifex.com/nextcloud/teams/64236/sw/)","Content-Type":"text/plain; charset=UTF-8",Language:"sw","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Swahili (https://www.transifex.com/nextcloud/teams/64236/sw/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: sw\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"ta",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Tamil (https://www.transifex.com/nextcloud/teams/64236/ta/)","Content-Type":"text/plain; charset=UTF-8",Language:"ta","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Tamil (https://www.transifex.com/nextcloud/teams/64236/ta/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ta\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"ta_LK",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Tamil (Sri-Lanka) (https://www.transifex.com/nextcloud/teams/64236/ta_LK/)","Content-Type":"text/plain; charset=UTF-8",Language:"ta_LK","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Tamil (Sri-Lanka) (https://www.transifex.com/nextcloud/teams/64236/ta_LK/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ta_LK\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"th",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Thai (https://www.transifex.com/nextcloud/teams/64236/th/)","Content-Type":"text/plain; charset=UTF-8",Language:"th","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Thai (https://www.transifex.com/nextcloud/teams/64236/th/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: th\nPlural-Forms: nplurals=1; plural=0;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"th_TH",json:{charset:"utf-8",headers:{"Last-Translator":"Phongpanot Phairat , 2022","Language-Team":"Thai (Thailand) (https://www.transifex.com/nextcloud/teams/64236/th_TH/)","Content-Type":"text/plain; charset=UTF-8",Language:"th_TH","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nPhongpanot Phairat , 2022\n"},msgstr:["Last-Translator: Phongpanot Phairat , 2022\nLanguage-Team: Thai (Thailand) (https://www.transifex.com/nextcloud/teams/64236/th_TH/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: th_TH\nPlural-Forms: nplurals=1; plural=0;\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["เหลืออีก {seconds} วินาที"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["เหลืออีก {time}"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["เหลืออีกไม่กี่วินาที"]},Add:{msgid:"Add",msgstr:["เพิ่ม"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["ยกเลิกการอัปโหลด"]},"estimating time left":{msgid:"estimating time left",msgstr:["กำลังคำนวณเวลาที่เหลือ"]},paused:{msgid:"paused",msgstr:["หยุดชั่วคราว"]},"Upload files":{msgid:"Upload files",msgstr:["อัปโหลดไฟล์"]}}}}},{locale:"tk",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Turkmen (https://www.transifex.com/nextcloud/teams/64236/tk/)","Content-Type":"text/plain; charset=UTF-8",Language:"tk","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Turkmen (https://www.transifex.com/nextcloud/teams/64236/tk/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: tk\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"tr",json:{charset:"utf-8",headers:{"Last-Translator":"Kaya Zeren , 2023","Language-Team":"Turkish (https://app.transifex.com/nextcloud/teams/64236/tr/)","Content-Type":"text/plain; charset=UTF-8",Language:"tr","Plural-Forms":"nplurals=2; plural=(n > 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nKaya Zeren , 2023\n"},msgstr:["Last-Translator: Kaya Zeren , 2023\nLanguage-Team: Turkish (https://app.transifex.com/nextcloud/teams/64236/tr/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: tr\nPlural-Forms: nplurals=2; plural=(n > 1);\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} dosya çakışması var","{count} dosya çakışması var"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{dirname} klasöründe {count} dosya çakışması var","{dirname} klasöründe {count} dosya çakışması var"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} saniye kaldı"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["{time} kaldı"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["bir kaç saniye kaldı"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Yüklemeleri iptal et"]},Continue:{msgid:"Continue",msgstr:["İlerle"]},"estimating time left":{msgid:"estimating time left",msgstr:["öngörülen kalan süre"]},"Existing version":{msgid:"Existing version",msgstr:["Var olan sürüm"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["İki sürümü de seçerseniz, kopyalanan dosyanın adına bir sayı eklenir."]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Son değiştirilme tarihi bilinmiyor"]},New:{msgid:"New",msgstr:["Yeni"]},"New version":{msgid:"New version",msgstr:["Yeni sürüm"]},paused:{msgid:"paused",msgstr:["duraklatıldı"]},"Preview image":{msgid:"Preview image",msgstr:["Görsel ön izlemesi"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Tüm kutuları işaretle"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Tüm var olan dosyaları seç"]},"Select all new files":{msgid:"Select all new files",msgstr:["Tüm yeni dosyaları seç"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["Bu dosyayı atla","{count} dosyayı atla"]},"Unknown size":{msgid:"Unknown size",msgstr:["Boyut bilinmiyor"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Yükleme iptal edildi"]},"Upload files":{msgid:"Upload files",msgstr:["Dosyaları yükle"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["Hangi dosyaları tutmak istiyorsunuz?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["İlerlemek için her dosyanın en az bir sürümünü seçmelisiniz."]}}}}},{locale:"ug",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Uyghur (https://www.transifex.com/nextcloud/teams/64236/ug/)","Content-Type":"text/plain; charset=UTF-8",Language:"ug","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Uyghur (https://www.transifex.com/nextcloud/teams/64236/ug/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ug\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"uk",json:{charset:"utf-8",headers:{"Last-Translator":"O St , 2023","Language-Team":"Ukrainian (https://app.transifex.com/nextcloud/teams/64236/uk/)","Content-Type":"text/plain; charset=UTF-8",Language:"uk","Plural-Forms":"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nMehi Loki, 2023\nO St , 2023\n"},msgstr:["Last-Translator: O St , 2023\nLanguage-Team: Ukrainian (https://app.transifex.com/nextcloud/teams/64236/uk/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: uk\nPlural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} конфліктний файл","{count} конфліктних файли","{count} конфліктних файлів","{count} конфліктних файлів"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{count} конфліктний файл у каталозі {dirname}","{count} конфліктних файли у каталозі {dirname}","{count} конфліктних файлів у каталозі {dirname}","{count} конфліктних файлів у каталозі {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["Залишилося {seconds} секунд"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["Залишилося {time}"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["залишилося кілька секунд"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Скасувати завантаження"]},Continue:{msgid:"Continue",msgstr:["Продовжити"]},"estimating time left":{msgid:"estimating time left",msgstr:["оцінка часу, що залишився"]},"Existing version":{msgid:"Existing version",msgstr:["Присутня версія"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["Якщо ви виберете обидві версії, буде створено копію файлу до назви якої буде додано цифру."]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Дата останньої зміни невідома"]},New:{msgid:"New",msgstr:["Нове"]},"New version":{msgid:"New version",msgstr:["Нова версія"]},paused:{msgid:"paused",msgstr:["призупинено"]},"Preview image":{msgid:"Preview image",msgstr:["Попередній перегляд"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Вибрати все"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Вибрати всі присутні файли"]},"Select all new files":{msgid:"Select all new files",msgstr:["Виберіть усі нові файли"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["Пропустити файл","Пропустити {count} файли","Пропустити {count} файлів","Пропустити {count} файлів"]},"Unknown size":{msgid:"Unknown size",msgstr:["Невідомий розмір"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Завантаження скасовано"]},"Upload files":{msgid:"Upload files",msgstr:["Завантажте файли"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["Які файли залишити?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["Для продовження потрібно вибрати принаймні одну версію для кожного файлу."]}}}}},{locale:"ur_PK",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Urdu (Pakistan) (https://www.transifex.com/nextcloud/teams/64236/ur_PK/)","Content-Type":"text/plain; charset=UTF-8",Language:"ur_PK","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Urdu (Pakistan) (https://www.transifex.com/nextcloud/teams/64236/ur_PK/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ur_PK\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"uz",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Uzbek (https://www.transifex.com/nextcloud/teams/64236/uz/)","Content-Type":"text/plain; charset=UTF-8",Language:"uz","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Uzbek (https://www.transifex.com/nextcloud/teams/64236/uz/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: uz\nPlural-Forms: nplurals=1; plural=0;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"vi",json:{charset:"utf-8",headers:{"Last-Translator":"blakduk, 2023","Language-Team":"Vietnamese (https://www.transifex.com/nextcloud/teams/64236/vi/)","Content-Type":"text/plain; charset=UTF-8",Language:"vi","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nblakduk, 2023\n"},msgstr:["Last-Translator: blakduk, 2023\nLanguage-Team: Vietnamese (https://www.transifex.com/nextcloud/teams/64236/vi/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: vi\nPlural-Forms: nplurals=1; plural=0;\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["Còn {second} giây"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["Còn lại {time}"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["Còn lại một vài giây"]},Add:{msgid:"Add",msgstr:["Thêm"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Huỷ tải lên"]},"estimating time left":{msgid:"estimating time left",msgstr:["Thời gian còn lại dự kiến"]},paused:{msgid:"paused",msgstr:["đã tạm dừng"]},"Upload files":{msgid:"Upload files",msgstr:["Tập tin tải lên"]}}}}},{locale:"zh_CN",json:{charset:"utf-8",headers:{"Last-Translator":"Hongbo Chen, 2023","Language-Team":"Chinese (China) (https://app.transifex.com/nextcloud/teams/64236/zh_CN/)","Content-Type":"text/plain; charset=UTF-8",Language:"zh_CN","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nHongbo Chen, 2023\n"},msgstr:["Last-Translator: Hongbo Chen, 2023\nLanguage-Team: Chinese (China) (https://app.transifex.com/nextcloud/teams/64236/zh_CN/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: zh_CN\nPlural-Forms: nplurals=1; plural=0;\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count}文件冲突"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["在{dirname}目录下有{count}个文件冲突"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["剩余 {seconds} 秒"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["剩余 {time}"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["还剩几秒"]},Add:{msgid:"Add",msgstr:["添加"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["取消上传"]},Continue:{msgid:"Continue",msgstr:["继续"]},"estimating time left":{msgid:"estimating time left",msgstr:["估计剩余时间"]},"Existing version":{msgid:"Existing version",msgstr:["版本已存在"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["如果选择所有的版本,新增版本的文件名为原文件名加数字"]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["文件最后修改日期未知"]},"New version":{msgid:"New version",msgstr:["新版本"]},paused:{msgid:"paused",msgstr:["已暂停"]},"Preview image":{msgid:"Preview image",msgstr:["图片预览"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["选择所有的选择框"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["选择所有存在的文件"]},"Select all new files":{msgid:"Select all new files",msgstr:["选择所有的新文件"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["跳过{count}个文件"]},"Unknown size":{msgid:"Unknown size",msgstr:["文件大小未知"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["取消上传"]},"Upload files":{msgid:"Upload files",msgstr:["上传文件"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["你要保留哪些文件?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["每个文件至少选择一个版本"]}}}}},{locale:"zh_HK",json:{charset:"utf-8",headers:{"Last-Translator":"Café Tango, 2023","Language-Team":"Chinese (Hong Kong) (https://app.transifex.com/nextcloud/teams/64236/zh_HK/)","Content-Type":"text/plain; charset=UTF-8",Language:"zh_HK","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nCafé Tango, 2023\n"},msgstr:["Last-Translator: Café Tango, 2023\nLanguage-Team: Chinese (Hong Kong) (https://app.transifex.com/nextcloud/teams/64236/zh_HK/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: zh_HK\nPlural-Forms: nplurals=1; plural=0;\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} 個檔案衝突"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{dirname} 中有 {count} 個檔案衝突"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["剩餘 {seconds} 秒"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["剩餘 {time}"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["還剩幾秒"]},Add:{msgid:"Add",msgstr:["添加"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["取消上傳"]},Continue:{msgid:"Continue",msgstr:["繼續"]},"estimating time left":{msgid:"estimating time left",msgstr:["估計剩餘時間"]},"Existing version":{msgid:"Existing version",msgstr:["既有版本"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["若您選取兩個版本,複製的檔案的名稱將會新增編號。"]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["最後修改日期不詳"]},"New version":{msgid:"New version",msgstr:["新版本 "]},paused:{msgid:"paused",msgstr:["已暫停"]},"Preview image":{msgid:"Preview image",msgstr:["預覽圖片"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["選取所有核取方塊"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["選取所有既有檔案"]},"Select all new files":{msgid:"Select all new files",msgstr:["選取所有新檔案"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["略過 {count} 個檔案"]},"Unknown size":{msgid:"Unknown size",msgstr:["大小不詳"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["已取消上傳"]},"Upload files":{msgid:"Upload files",msgstr:["上傳檔案"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["您想保留哪些檔案?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["您必須為每個檔案都至少選取一個版本以繼續。"]}}}}},{locale:"zh_TW",json:{charset:"utf-8",headers:{"Last-Translator":"黃柏諺 , 2023","Language-Team":"Chinese (Taiwan) (https://app.transifex.com/nextcloud/teams/64236/zh_TW/)","Content-Type":"text/plain; charset=UTF-8",Language:"zh_TW","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\n黃柏諺 , 2023\n"},msgstr:["Last-Translator: 黃柏諺 , 2023\nLanguage-Team: Chinese (Taiwan) (https://app.transifex.com/nextcloud/teams/64236/zh_TW/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: zh_TW\nPlural-Forms: nplurals=1; plural=0;\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} 個檔案衝突"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{dirname} 中有 {count} 個檔案衝突"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["剩餘 {seconds} 秒"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["剩餘 {time}"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["還剩幾秒"]},Add:{msgid:"Add",msgstr:["新增"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["取消上傳"]},Continue:{msgid:"Continue",msgstr:["繼續"]},"estimating time left":{msgid:"estimating time left",msgstr:["估計剩餘時間"]},"Existing version":{msgid:"Existing version",msgstr:["既有版本"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["若您選取兩個版本,複製的檔案的名稱將會新增編號。"]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["最後修改日期未知"]},"New version":{msgid:"New version",msgstr:["新版本"]},paused:{msgid:"paused",msgstr:["已暫停"]},"Preview image":{msgid:"Preview image",msgstr:["預覽圖片"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["選取所有核取方塊"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["選取所有既有檔案"]},"Select all new files":{msgid:"Select all new files",msgstr:["選取所有新檔案"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["略過 {count} 檔案"]},"Unknown size":{msgid:"Unknown size",msgstr:["未知大小"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["已取消上傳"]},"Upload files":{msgid:"Upload files",msgstr:["上傳檔案"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["您想保留哪些檔案?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["您必須為每個檔案都至少選取一個版本以繼續。"]}}}}}].map((t=>Je.addTranslation(t.locale,t.json)));const Qe=Je.build(),Xe=Qe.ngettext.bind(Qe),tn=Qe.gettext.bind(Qe),en=N.default.extend({name:"UploadPicker",components:{Cancel:We,NcActionButton:I.Z,NcActions:F.Z,NcButton:P.Z,NcIconSvgWrapper:O.Z,NcProgressBar:B.Z,Plus:Ye,Upload:Ke},props:{accept:{type:Array,default:null},disabled:{type:Boolean,default:!1},multiple:{type:Boolean,default:!1},destination:{type:y.gt,default:void 0},content:{type:Array,default:()=>[]}},data:()=>({addLabel:tn("New"),cancelLabel:tn("Cancel uploads"),uploadLabel:tn("Upload files"),eta:null,timeLeft:"",newFileMenuEntries:[],uploadManager:rn()}),computed:{totalQueueSize(){return this.uploadManager.info?.size||0},uploadedQueueSize(){return this.uploadManager.info?.progress||0},progress(){return Math.round(this.uploadedQueueSize/this.totalQueueSize*100)||0},queue(){return this.uploadManager.queue},hasFailure(){return 0!==this.queue?.filter((t=>t.status===Ve.FAILED)).length},isUploading(){return this.queue?.length>0},isAssembling(){return 0!==this.queue?.filter((t=>t.status===Ve.ASSEMBLING)).length},isPaused(){return this.uploadManager.info?.status===qe.PAUSED},buttonName(){if(!this.isUploading)return this.addLabel}},watch:{destination(t){this.setDestination(t)},totalQueueSize(t){this.eta=L({min:0,max:t}),this.updateStatus()},uploadedQueueSize(t){this.eta?.report?.(t),this.updateStatus()},isPaused(t){t?this.$emit("paused",this.queue):this.$emit("resumed",this.queue)}},beforeMount(){this.destination&&this.setDestination(this.destination),this.uploadManager.addNotifier(this.onUploadCompletion),He.debug("UploadPicker initialised")},methods:{onClick(){this.$refs.input.click()},async onPick(){let t=[...this.$refs.input.files];if(function(t,e){const n=e.map((t=>t.basename));return t.filter((t=>{const e=t instanceof File?t.name:t.basename;return-1!==n.indexOf(e)})).length>0}(t,this.content)){const e=t.filter((t=>this.content.find((e=>e.basename===t.name)))).filter(Boolean),s=t.filter((t=>!e.includes(t)));try{const{selected:i,renamed:r}=await async function(t,e,s){const{default:i}=await n.e(6713).then(n.bind(n,66713));return new Promise(((n,r)=>{const a=new i({propsData:{dirname:t,conflicts:e,content:s}});a.$on("submit",(t=>{n(t),a.$destroy(),a.$el?.parentNode?.removeChild(a.$el)})),a.$on("cancel",(t=>{r(t??new Error("Canceled")),a.$destroy(),a.$el?.parentNode?.removeChild(a.$el)})),a.$mount(),document.body.appendChild(a.$el)}))}(this.destination.basename,e,this.content);t=[...s,...i,...r]}catch{return void(0,S.x2)(tn("Upload cancelled"))}}t.forEach((t=>{this.uploadManager.upload(t.name,t).catch((()=>{}))})),this.$refs.form.reset()},onCancel(){this.uploadManager.queue.forEach((t=>{t.cancel()})),this.$refs.form.reset()},updateStatus(){if(this.isPaused)return void(this.timeLeft=tn("paused"));const t=Math.round(this.eta.estimate());if(t!==1/0)if(t<10)this.timeLeft=tn("a few seconds left");else if(t>60){const e=new Date(0);e.setSeconds(t);const n=e.toISOString().slice(11,19);this.timeLeft=tn("{time} left",{time:n})}else this.timeLeft=tn("{seconds} seconds left",{seconds:t});else this.timeLeft=tn("estimating time left")},setDestination(t){this.destination?(He.debug("Destination set",{destination:t}),this.uploadManager.destination=t,this.newFileMenuEntries=(0,y.Ir)(t)):He.debug("Invalid destination")},onUploadCompletion(t){t.status===Ve.FAILED?this.$emit("failed",t):this.$emit("uploaded",t)}}}),nn=Ge(en,(function(){var t=this,e=t._self._c;return t._self._setupProxy,t.destination?e("form",{ref:"form",staticClass:"upload-picker",class:{"upload-picker--uploading":t.isUploading,"upload-picker--paused":t.isPaused},attrs:{"data-cy-upload-picker":""}},[t.newFileMenuEntries&&0===t.newFileMenuEntries.length?e("NcButton",{attrs:{disabled:t.disabled,"data-cy-upload-picker-add":"",type:"secondary"},on:{click:t.onClick},scopedSlots:t._u([{key:"icon",fn:function(){return[e("Plus",{attrs:{title:"",size:20,decorative:""}})]},proxy:!0}],null,!1,2954875042)},[t._v(" "+t._s(t.buttonName)+" ")]):e("NcActions",{attrs:{"menu-name":t.buttonName,"menu-title":t.addLabel,type:"secondary"},scopedSlots:t._u([{key:"icon",fn:function(){return[e("Plus",{attrs:{title:"",size:20,decorative:""}})]},proxy:!0}],null,!1,2954875042)},[e("NcActionButton",{attrs:{"data-cy-upload-picker-add":"","close-after-click":!0},on:{click:t.onClick},scopedSlots:t._u([{key:"icon",fn:function(){return[e("Upload",{attrs:{title:"",size:20,decorative:""}})]},proxy:!0}],null,!1,3606034491)},[t._v(" "+t._s(t.uploadLabel)+" ")]),t._l(t.newFileMenuEntries,(function(n){return e("NcActionButton",{key:n.id,staticClass:"upload-picker__menu-entry",attrs:{icon:n.iconClass,"close-after-click":!0},on:{click:function(e){return n.handler(t.destination,t.content)}},scopedSlots:t._u([n.iconSvgInline?{key:"icon",fn:function(){return[e("NcIconSvgWrapper",{attrs:{svg:n.iconSvgInline}})]},proxy:!0}:null],null,!0)},[t._v(" "+t._s(n.displayName)+" ")])}))],2),e("div",{staticClass:"upload-picker__progress"},[e("NcProgressBar",{attrs:{error:t.hasFailure,value:t.progress,size:"medium"}}),e("p",[t._v(t._s(t.timeLeft))])],1),t.isUploading?e("NcButton",{staticClass:"upload-picker__cancel",attrs:{type:"tertiary","aria-label":t.cancelLabel,"data-cy-upload-picker-cancel":""},on:{click:t.onCancel},scopedSlots:t._u([{key:"icon",fn:function(){return[e("Cancel",{attrs:{title:"",size:20}})]},proxy:!0}],null,!1,4076886712)}):t._e(),e("input",{directives:[{name:"show",rawName:"v-show",value:!1,expression:"false"}],ref:"input",attrs:{type:"file",accept:t.accept?.join?.(", "),multiple:t.multiple,"data-cy-upload-picker-input":""},on:{change:t.onPick}})],1):t._e()}),[],!1,null,"f09fb109",null,null).exports;let sn=null;function rn(){const t=null!==document.querySelector('input[name="isPublic"][value="1"]');return sn instanceof Ze||(sn=new Ze(t)),sn}}},r={};function a(t){var e=r[t];if(void 0!==e)return e.exports;var n=r[t]={id:t,loaded:!1,exports:{}};return i[t].call(n.exports,n,n.exports,a),n.loaded=!0,n.exports}a.m=i,e=[],a.O=(t,n,s,i)=>{if(!n){var r=1/0;for(u=0;u=i)&&Object.keys(a.O).every((t=>a.O[t](n[l])))?n.splice(l--,1):(o=!1,i0&&e[u-1][2]>i;u--)e[u]=e[u-1];e[u]=[n,s,i]},a.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return a.d(e,{a:e}),e},a.d=(t,e)=>{for(var n in e)a.o(e,n)&&!a.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},a.f={},a.e=t=>Promise.all(Object.keys(a.f).reduce(((e,n)=>(a.f[n](t,e),e)),[])),a.u=t=>t+"-"+t+".js?v="+{923:"2686613ba9d88601b889",6713:"e2bb173cfad79fdb3fa0",8321:"1e9a8023ef8296a459a5"}[t],a.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),a.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n={},s="nextcloud:",a.l=(t,e,i,r)=>{if(n[t])n[t].push(e);else{var o,l;if(void 0!==i)for(var c=document.getElementsByTagName("script"),u=0;u{o.onerror=o.onload=null,clearTimeout(p);var i=n[t];if(delete n[t],o.parentNode&&o.parentNode.removeChild(o),i&&i.forEach((t=>t(s))),e)return e(s)},p=setTimeout(m.bind(null,void 0,{type:"timeout",target:o}),12e4);o.onerror=m.bind(null,o.onerror),o.onload=m.bind(null,o.onload),l&&document.head.appendChild(o)}},a.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},a.nmd=t=>(t.paths=[],t.children||(t.children=[]),t),a.j=2181,(()=>{var t;a.g.importScripts&&(t=a.g.location+"");var e=a.g.document;if(!t&&e&&(e.currentScript&&(t=e.currentScript.src),!t)){var n=e.getElementsByTagName("script");if(n.length)for(var s=n.length-1;s>-1&&!t;)t=n[s--].src}if(!t)throw new Error("Automatic publicPath is not supported in this browser");t=t.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),a.p=t})(),(()=>{a.b=document.baseURI||self.location.href;var t={2181:0};a.f.j=(e,n)=>{var s=a.o(t,e)?t[e]:void 0;if(0!==s)if(s)n.push(s[2]);else{var i=new Promise(((n,i)=>s=t[e]=[n,i]));n.push(s[2]=i);var r=a.p+a.u(e),o=new Error;a.l(r,(n=>{if(a.o(t,e)&&(0!==(s=t[e])&&(t[e]=void 0),s)){var i=n&&("load"===n.type?"missing":n.type),r=n&&n.target&&n.target.src;o.message="Loading chunk "+e+" failed.\n("+i+": "+r+")",o.name="ChunkLoadError",o.type=i,o.request=r,s[1](o)}}),"chunk-"+e,e)}},a.O.j=e=>0===t[e];var e=(e,n)=>{var s,i,r=n[0],o=n[1],l=n[2],c=0;if(r.some((e=>0!==t[e]))){for(s in o)a.o(o,s)&&(a.m[s]=o[s]);if(l)var u=l(a)}for(e&&e(n);ca(29355)));o=a.O(o)})(); +//# sourceMappingURL=files-main.js.map?v=1cfee79b6dcd57597a2c \ No newline at end of file diff --git a/dist/files-main.js.map b/dist/files-main.js.map index b8fb1419492..668bfba1ed6 100644 --- a/dist/files-main.js.map +++ b/dist/files-main.js.map @@ -1 +1 @@ -{"version":3,"file":"files-main.js?v=3dbd4b66aad84512fe1f","mappings":"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","sources":["webpack:///nextcloud/webpack/runtime/chunk loaded","webpack:///nextcloud/webpack/runtime/load script","webpack:///nextcloud/node_modules/pinia/node_modules/vue-demi/lib/index.mjs","webpack:///nextcloud/node_modules/@vue/devtools-api/lib/esm/env.js","webpack:///nextcloud/node_modules/@vue/devtools-api/lib/esm/const.js","webpack:///nextcloud/node_modules/@vue/devtools-api/lib/esm/time.js","webpack:///nextcloud/node_modules/@vue/devtools-api/lib/esm/proxy.js","webpack:///nextcloud/node_modules/@vue/devtools-api/lib/esm/index.js","webpack:///nextcloud/node_modules/pinia/dist/pinia.mjs","webpack:///nextcloud/node_modules/natural-orderby/dist/index.js","webpack:///nextcloud/node_modules/vue-material-design-icons/FormatListBulletedSquare.vue","webpack:///nextcloud/node_modules/vue-material-design-icons/FormatListBulletedSquare.vue?vue&type=script&lang=js","webpack://nextcloud/./node_modules/vue-material-design-icons/FormatListBulletedSquare.vue?5dae","webpack:///nextcloud/node_modules/vue-material-design-icons/FormatListBulletedSquare.vue?vue&type=template&id=03d22f04","webpack:///nextcloud/node_modules/vue-material-design-icons/ShareVariant.vue","webpack:///nextcloud/node_modules/vue-material-design-icons/ShareVariant.vue?vue&type=script&lang=js","webpack://nextcloud/./node_modules/vue-material-design-icons/ShareVariant.vue?0b71","webpack:///nextcloud/node_modules/vue-material-design-icons/ShareVariant.vue?vue&type=template&id=1f144a5c","webpack:///nextcloud/node_modules/vue-material-design-icons/ViewGrid.vue?vue&type=script&lang=js","webpack:///nextcloud/node_modules/vue-material-design-icons/ViewGrid.vue","webpack://nextcloud/./node_modules/vue-material-design-icons/ViewGrid.vue?4e55","webpack:///nextcloud/node_modules/vue-material-design-icons/ViewGrid.vue?vue&type=template&id=6ca550f9","webpack:///nextcloud/apps/files/src/logger.js","webpack:///nextcloud/apps/files/src/actions/sidebarAction.ts","webpack:///nextcloud/apps/files/src/store/files.ts","webpack:///nextcloud/apps/files/src/store/paths.ts","webpack:///nextcloud/apps/files/src/store/selection.ts","webpack:///nextcloud/apps/files/src/store/uploader.ts","webpack:///nextcloud/apps/files/src/store/userconfig.ts","webpack:///nextcloud/apps/files/src/store/viewConfig.ts","webpack:///nextcloud/node_modules/vue-material-design-icons/Home.vue?vue&type=script&lang=js","webpack:///nextcloud/node_modules/vue-material-design-icons/Home.vue","webpack://nextcloud/./node_modules/vue-material-design-icons/Home.vue?e73b","webpack:///nextcloud/node_modules/vue-material-design-icons/Home.vue?vue&type=template&id=69a49b0f","webpack:///nextcloud/apps/files/src/components/BreadCrumbs.vue","webpack:///nextcloud/apps/files/src/components/BreadCrumbs.vue?vue&type=script&lang=js","webpack://nextcloud/./apps/files/src/components/BreadCrumbs.vue?d656","webpack://nextcloud/./apps/files/src/components/BreadCrumbs.vue?d357","webpack://nextcloud/./apps/files/src/components/BreadCrumbs.vue?e906","webpack:///nextcloud/apps/files/src/components/FilesListVirtual.vue","webpack:///nextcloud/node_modules/vue-material-design-icons/FileMultiple.vue","webpack:///nextcloud/node_modules/vue-material-design-icons/FileMultiple.vue?vue&type=script&lang=js","webpack://nextcloud/./node_modules/vue-material-design-icons/FileMultiple.vue?6e9d","webpack:///nextcloud/node_modules/vue-material-design-icons/FileMultiple.vue?vue&type=template&id=065722db","webpack://nextcloud/./node_modules/vue-material-design-icons/Folder.vue?b60e","webpack:///nextcloud/apps/files/src/components/DragAndDropPreview.vue","webpack:///nextcloud/apps/files/src/utils/fileUtils.ts","webpack:///nextcloud/apps/files/src/components/DragAndDropPreview.vue?vue&type=script&lang=ts","webpack://nextcloud/./apps/files/src/components/DragAndDropPreview.vue?3906","webpack://nextcloud/./apps/files/src/components/DragAndDropPreview.vue?36f6","webpack:///nextcloud/apps/files/src/utils/dragUtils.ts","webpack://nextcloud/./node_modules/@nextcloud/dialogs/dist/style.css?d87c","webpack:///nextcloud/node_modules/axios/index.js","webpack:///nextcloud/apps/files/src/actions/moveOrCopyActionUtils.ts","webpack:///nextcloud/apps/files/src/actions/moveOrCopyAction.ts","webpack:///nextcloud/apps/files/src/utils/hashUtils.ts","webpack:///nextcloud/apps/files/src/store/actionsmenu.ts","webpack:///nextcloud/apps/files/src/store/dragging.ts","webpack:///nextcloud/apps/files/src/store/renaming.ts","webpack:///nextcloud/apps/files/src/components/CustomElementRender.vue","webpack:///nextcloud/apps/files/src/components/CustomElementRender.vue?vue&type=script&lang=ts","webpack://nextcloud/./apps/files/src/components/CustomElementRender.vue?5f5c","webpack:///nextcloud/node_modules/vue-material-design-icons/ArrowLeft.vue?vue&type=script&lang=js","webpack:///nextcloud/node_modules/vue-material-design-icons/ArrowLeft.vue","webpack://nextcloud/./node_modules/vue-material-design-icons/ArrowLeft.vue?f857","webpack:///nextcloud/node_modules/vue-material-design-icons/ArrowLeft.vue?vue&type=template&id=187c55d7","webpack:///nextcloud/node_modules/vue-material-design-icons/ChevronRight.vue?vue&type=script&lang=js","webpack:///nextcloud/node_modules/vue-material-design-icons/ChevronRight.vue","webpack://nextcloud/./node_modules/vue-material-design-icons/ChevronRight.vue?621b","webpack:///nextcloud/node_modules/vue-material-design-icons/ChevronRight.vue?vue&type=template&id=750bcc07","webpack:///nextcloud/apps/files/src/components/FileEntry/FileEntryActions.vue","webpack:///nextcloud/apps/files/src/components/FileEntry/FileEntryActions.vue?vue&type=script&lang=ts","webpack://nextcloud/./apps/files/src/components/FileEntry/FileEntryActions.vue?96ce","webpack://nextcloud/./apps/files/src/components/FileEntry/FileEntryActions.vue?7b52","webpack:///nextcloud/apps/files/src/components/FileEntry/FileEntryCheckbox.vue","webpack:///nextcloud/apps/files/src/store/keyboard.ts","webpack:///nextcloud/apps/files/src/components/FileEntry/FileEntryCheckbox.vue?vue&type=script&lang=ts","webpack://nextcloud/./apps/files/src/components/FileEntry/FileEntryCheckbox.vue?a18b","webpack:///nextcloud/apps/files/src/components/FileEntry/FileEntryName.vue","webpack:///nextcloud/apps/files/src/components/FileEntry/FileEntryName.vue?vue&type=script&lang=ts","webpack://nextcloud/./apps/files/src/components/FileEntry/FileEntryName.vue?98a4","webpack:///nextcloud/apps/files/src/components/FileEntry/FileEntryPreview.vue","webpack:///nextcloud/node_modules/vue-material-design-icons/AccountPlus.vue","webpack:///nextcloud/node_modules/vue-material-design-icons/AccountPlus.vue?vue&type=script&lang=js","webpack://nextcloud/./node_modules/vue-material-design-icons/AccountPlus.vue?2818","webpack:///nextcloud/node_modules/vue-material-design-icons/AccountPlus.vue?vue&type=template&id=98f97aee","webpack:///nextcloud/node_modules/vue-material-design-icons/File.vue?vue&type=script&lang=js","webpack:///nextcloud/node_modules/vue-material-design-icons/File.vue","webpack://nextcloud/./node_modules/vue-material-design-icons/File.vue?245d","webpack:///nextcloud/node_modules/vue-material-design-icons/File.vue?vue&type=template&id=5c8d96c6","webpack:///nextcloud/node_modules/vue-material-design-icons/FolderOpen.vue?vue&type=script&lang=js","webpack:///nextcloud/node_modules/vue-material-design-icons/FolderOpen.vue","webpack://nextcloud/./node_modules/vue-material-design-icons/FolderOpen.vue?6818","webpack:///nextcloud/node_modules/vue-material-design-icons/FolderOpen.vue?vue&type=template&id=3b29b1d5","webpack:///nextcloud/node_modules/vue-material-design-icons/Key.vue?vue&type=script&lang=js","webpack:///nextcloud/node_modules/vue-material-design-icons/Key.vue","webpack://nextcloud/./node_modules/vue-material-design-icons/Key.vue?157c","webpack:///nextcloud/node_modules/vue-material-design-icons/Key.vue?vue&type=template&id=aa295eae","webpack:///nextcloud/node_modules/vue-material-design-icons/Network.vue?vue&type=script&lang=js","webpack:///nextcloud/node_modules/vue-material-design-icons/Network.vue","webpack://nextcloud/./node_modules/vue-material-design-icons/Network.vue?11eb","webpack:///nextcloud/node_modules/vue-material-design-icons/Network.vue?vue&type=template&id=7c7d2907","webpack:///nextcloud/node_modules/vue-material-design-icons/Tag.vue?vue&type=script&lang=js","webpack:///nextcloud/node_modules/vue-material-design-icons/Tag.vue","webpack://nextcloud/./node_modules/vue-material-design-icons/Tag.vue?6116","webpack:///nextcloud/node_modules/vue-material-design-icons/Tag.vue?vue&type=template&id=4d7171be","webpack:///nextcloud/node_modules/vue-material-design-icons/PlayCircle.vue?vue&type=script&lang=js","webpack:///nextcloud/node_modules/vue-material-design-icons/PlayCircle.vue","webpack://nextcloud/./node_modules/vue-material-design-icons/PlayCircle.vue?0c26","webpack:///nextcloud/node_modules/vue-material-design-icons/PlayCircle.vue?vue&type=template&id=34d1e782","webpack:///nextcloud/apps/files/src/components/FileEntry/CollectivesIcon.vue?vue&type=script&lang=js","webpack:///nextcloud/apps/files/src/components/FileEntry/CollectivesIcon.vue","webpack://nextcloud/./apps/files/src/components/FileEntry/CollectivesIcon.vue?1937","webpack://nextcloud/./apps/files/src/components/FileEntry/CollectivesIcon.vue?949d","webpack:///nextcloud/apps/files/src/components/FileEntry/FavoriteIcon.vue?vue&type=script&lang=ts","webpack:///nextcloud/apps/files/src/components/FileEntry/FavoriteIcon.vue","webpack://nextcloud/./apps/files/src/components/FileEntry/FavoriteIcon.vue?6d98","webpack://nextcloud/./apps/files/src/components/FileEntry/FavoriteIcon.vue?62c6","webpack:///nextcloud/apps/files/src/components/FileEntry/FileEntryPreview.vue?vue&type=script&lang=ts","webpack:///nextcloud/apps/files/src/services/LivePhotos.ts","webpack://nextcloud/./apps/files/src/components/FileEntry/FileEntryPreview.vue?8c1f","webpack:///nextcloud/apps/files/src/components/FileEntry.vue","webpack:///nextcloud/apps/files/src/components/FileEntry.vue?vue&type=script&lang=ts","webpack://nextcloud/./apps/files/src/components/FileEntry.vue?da7c","webpack:///nextcloud/apps/files/src/components/FileEntryGrid.vue","webpack:///nextcloud/apps/files/src/components/FileEntryGrid.vue?vue&type=script&lang=ts","webpack://nextcloud/./apps/files/src/components/FileEntryGrid.vue?bb8e","webpack:///nextcloud/apps/files/src/components/FilesListHeader.vue","webpack:///nextcloud/apps/files/src/components/FilesListHeader.vue?vue&type=script&lang=ts","webpack://nextcloud/./apps/files/src/components/FilesListHeader.vue?349b","webpack:///nextcloud/apps/files/src/components/FilesListTableFooter.vue?vue&type=script&lang=ts","webpack:///nextcloud/apps/files/src/components/FilesListTableFooter.vue","webpack://nextcloud/./apps/files/src/components/FilesListTableFooter.vue?4abf","webpack://nextcloud/./apps/files/src/components/FilesListTableFooter.vue?fa4c","webpack:///nextcloud/apps/files/src/mixins/filesListWidth.ts","webpack:///nextcloud/apps/files/src/components/FilesListTableHeaderActions.vue","webpack:///nextcloud/apps/files/src/components/FilesListTableHeaderActions.vue?vue&type=script&lang=ts","webpack://nextcloud/./apps/files/src/components/FilesListTableHeaderActions.vue?6e2b","webpack://nextcloud/./apps/files/src/components/FilesListTableHeaderActions.vue?9494","webpack:///nextcloud/apps/files/src/components/FilesListTableHeaderButton.vue","webpack:///nextcloud/apps/files/src/mixins/filesSorting.ts","webpack:///nextcloud/apps/files/src/components/FilesListTableHeaderButton.vue?vue&type=script&lang=ts","webpack://nextcloud/./apps/files/src/components/FilesListTableHeaderButton.vue?39b1","webpack://nextcloud/./apps/files/src/components/FilesListTableHeaderButton.vue?e364","webpack:///nextcloud/apps/files/src/components/FilesListTableHeader.vue?vue&type=script&lang=ts","webpack:///nextcloud/apps/files/src/components/FilesListTableHeader.vue","webpack://nextcloud/./apps/files/src/components/FilesListTableHeader.vue?66bd","webpack://nextcloud/./apps/files/src/components/FilesListTableHeader.vue?b1c9","webpack:///nextcloud/apps/files/src/components/VirtualList.vue","webpack:///nextcloud/apps/files/src/components/VirtualList.vue?vue&type=script&lang=ts","webpack://nextcloud/./apps/files/src/components/VirtualList.vue?37fa","webpack:///nextcloud/apps/files/src/components/FilesListVirtual.vue?vue&type=script&lang=ts","webpack://nextcloud/./apps/files/src/components/FilesListVirtual.vue?1cdb","webpack://nextcloud/./apps/files/src/components/FilesListVirtual.vue?d9c1","webpack://nextcloud/./apps/files/src/components/FilesListVirtual.vue?3555","webpack:///nextcloud/node_modules/vue-material-design-icons/TrayArrowDown.vue?vue&type=script&lang=js","webpack:///nextcloud/node_modules/vue-material-design-icons/TrayArrowDown.vue","webpack://nextcloud/./node_modules/vue-material-design-icons/TrayArrowDown.vue?a897","webpack:///nextcloud/node_modules/vue-material-design-icons/TrayArrowDown.vue?vue&type=template&id=547c388d","webpack:///nextcloud/apps/files/src/services/DropService.ts","webpack:///nextcloud/apps/files/src/components/DragAndDropNotice.vue?vue&type=script&lang=ts","webpack:///nextcloud/apps/files/src/components/DragAndDropNotice.vue","webpack://nextcloud/./apps/files/src/components/DragAndDropNotice.vue?393a","webpack://nextcloud/./apps/files/src/components/DragAndDropNotice.vue?a2e0","webpack:///nextcloud/apps/files/src/views/FilesList.vue","webpack:///nextcloud/apps/files/src/views/FilesList.vue?vue&type=script&lang=ts","webpack://nextcloud/./apps/files/src/views/FilesList.vue?c8bc","webpack://nextcloud/./apps/files/src/views/FilesList.vue?1e5b","webpack:///nextcloud/apps/files/src/views/Navigation.vue","webpack://nextcloud/./node_modules/vue-material-design-icons/Cog.vue?4d6d","webpack:///nextcloud/node_modules/throttle-debounce/esm/index.js","webpack:///nextcloud/node_modules/vue-material-design-icons/ChartPie.vue","webpack:///nextcloud/node_modules/vue-material-design-icons/ChartPie.vue?vue&type=script&lang=js","webpack://nextcloud/./node_modules/vue-material-design-icons/ChartPie.vue?421f","webpack:///nextcloud/node_modules/vue-material-design-icons/ChartPie.vue?vue&type=template&id=44de6464","webpack:///nextcloud/apps/files/src/components/NavigationQuota.vue","webpack:///nextcloud/apps/files/src/components/NavigationQuota.vue?vue&type=script&lang=js","webpack://nextcloud/./apps/files/src/components/NavigationQuota.vue?3edb","webpack://nextcloud/./apps/files/src/components/NavigationQuota.vue?2966","webpack://nextcloud/./apps/files/src/components/NavigationQuota.vue?08cb","webpack://nextcloud/./apps/files/src/views/Settings.vue?84f7","webpack:///nextcloud/node_modules/vue-material-design-icons/Clipboard.vue","webpack:///nextcloud/node_modules/vue-material-design-icons/Clipboard.vue?vue&type=script&lang=js","webpack://nextcloud/./node_modules/vue-material-design-icons/Clipboard.vue?68c7","webpack:///nextcloud/node_modules/vue-material-design-icons/Clipboard.vue?vue&type=template&id=0e008e34","webpack:///nextcloud/apps/files/src/components/Setting.vue","webpack:///nextcloud/apps/files/src/components/Setting.vue?vue&type=script&lang=js","webpack://nextcloud/./apps/files/src/components/Setting.vue?98ea","webpack://nextcloud/./apps/files/src/components/Setting.vue?8d57","webpack:///nextcloud/apps/files/src/views/Settings.vue?vue&type=script&lang=js","webpack:///nextcloud/apps/files/src/views/Settings.vue","webpack://nextcloud/./apps/files/src/views/Settings.vue?847c","webpack://nextcloud/./apps/files/src/views/Settings.vue?b81b","webpack:///nextcloud/apps/files/src/views/Navigation.vue?vue&type=script&lang=ts","webpack:///nextcloud/core/src/OCP/accessibility.js","webpack://nextcloud/./apps/files/src/views/Navigation.vue?9b58","webpack://nextcloud/./apps/files/src/views/Navigation.vue?74b9","webpack:///nextcloud/node_modules/decode-uri-component/index.js","webpack:///nextcloud/node_modules/split-on-first/index.js","webpack:///nextcloud/node_modules/query-string/node_modules/filter-obj/index.js","webpack:///nextcloud/node_modules/query-string/base.js","webpack:///nextcloud/node_modules/query-string/index.js","webpack:///nextcloud/node_modules/vue-router/dist/vue-router.esm.js","webpack:///nextcloud/apps/files/src/router/router.ts","webpack:///nextcloud/apps/files/src/main.ts","webpack:///nextcloud/apps/files/src/services/RouterService.ts","webpack:///nextcloud/apps/files/src/services/Settings.js","webpack:///nextcloud/apps/files/src/models/Setting.js","webpack:///nextcloud/node_modules/@nextcloud/dialogs/dist/style.css","webpack:///nextcloud/node_modules/@nextcloud/upload/dist/assets/index-f2495ce6.css","webpack:///nextcloud/apps/files/src/components/BreadCrumbs.vue?vue&type=style&index=0&id=2af35352&prod&lang=scss&scoped=true","webpack:///nextcloud/apps/files/src/components/DragAndDropNotice.vue?vue&type=style&index=0&id=7e0e423e&prod&lang=scss&scoped=true","webpack:///nextcloud/apps/files/src/components/DragAndDropPreview.vue?vue&type=style&index=0&id=578d5cf6&prod&lang=scss","webpack:///nextcloud/apps/files/src/components/FileEntry/FavoriteIcon.vue?vue&type=style&index=0&id=04e52abc&prod&lang=scss&scoped=true","webpack:///nextcloud/apps/files/src/components/FileEntry/FileEntryActions.vue?vue&type=style&index=0&id=6dd8d639&prod&lang=scss&scoped=true","webpack:///nextcloud/apps/files/src/components/FilesListTableFooter.vue?vue&type=style&index=0&id=58f7b64d&prod&scoped=true&lang=scss","webpack:///nextcloud/apps/files/src/components/FilesListTableHeader.vue?vue&type=style&index=0&id=585fdb03&prod&scoped=true&lang=scss","webpack:///nextcloud/apps/files/src/components/FilesListTableHeaderActions.vue?vue&type=style&index=0&id=72bacee0&prod&scoped=true&lang=scss","webpack:///nextcloud/apps/files/src/components/FilesListTableHeaderButton.vue?vue&type=style&index=0&id=2dd1845e&prod&scoped=true&lang=scss","webpack:///nextcloud/apps/files/src/components/FilesListVirtual.vue?vue&type=style&index=0&id=e3bf0e42&prod&scoped=true&lang=scss","webpack:///nextcloud/apps/files/src/components/FilesListVirtual.vue?vue&type=style&index=1&id=e3bf0e42&prod&lang=scss","webpack:///nextcloud/apps/files/src/components/NavigationQuota.vue?vue&type=style&index=0&id=34665d46&prod&lang=scss&scoped=true","webpack:///nextcloud/apps/files/src/views/FilesList.vue?vue&type=style&index=0&id=6a4c09d6&prod&scoped=true&lang=scss","webpack:///nextcloud/apps/files/src/views/Navigation.vue?vue&type=style&index=0&id=761b6079&prod&scoped=true&lang=scss","webpack:///nextcloud/apps/files/src/views/Settings.vue?vue&type=style&index=0&id=7b7a3aa6&prod&lang=scss&scoped=true","webpack:///nextcloud/node_modules/moment/locale|sync|/^\\.\\/.*$","webpack:///nextcloud/node_modules/sax/lib/sax.js","webpack:///nextcloud/node_modules/setimmediate/setImmediate.js","webpack:///nextcloud/node_modules/simple-eta/index.js","webpack:///nextcloud/node_modules/timers-browserify/main.js","webpack:///nextcloud/node_modules/xml2js/lib/bom.js","webpack:///nextcloud/node_modules/xml2js/lib/builder.js","webpack:///nextcloud/node_modules/xml2js/lib/defaults.js","webpack:///nextcloud/node_modules/xml2js/lib/parser.js","webpack:///nextcloud/node_modules/xml2js/lib/processors.js","webpack:///nextcloud/node_modules/xml2js/lib/xml2js.js","webpack:///nextcloud/node_modules/xmlbuilder/lib/DocumentPosition.js","webpack:///nextcloud/node_modules/xmlbuilder/lib/NodeType.js","webpack:///nextcloud/node_modules/xmlbuilder/lib/Utility.js","webpack:///nextcloud/node_modules/xmlbuilder/lib/WriterState.js","webpack:///nextcloud/node_modules/xmlbuilder/lib/XMLAttribute.js","webpack:///nextcloud/node_modules/xmlbuilder/lib/XMLCData.js","webpack:///nextcloud/node_modules/xmlbuilder/lib/XMLCharacterData.js","webpack:///nextcloud/node_modules/xmlbuilder/lib/XMLComment.js","webpack:///nextcloud/node_modules/xmlbuilder/lib/XMLDOMConfiguration.js","webpack:///nextcloud/node_modules/xmlbuilder/lib/XMLDOMErrorHandler.js","webpack:///nextcloud/node_modules/xmlbuilder/lib/XMLDOMImplementation.js","webpack:///nextcloud/node_modules/xmlbuilder/lib/XMLDOMStringList.js","webpack:///nextcloud/node_modules/xmlbuilder/lib/XMLDTDAttList.js","webpack:///nextcloud/node_modules/xmlbuilder/lib/XMLDTDElement.js","webpack:///nextcloud/node_modules/xmlbuilder/lib/XMLDTDEntity.js","webpack:///nextcloud/node_modules/xmlbuilder/lib/XMLDTDNotation.js","webpack:///nextcloud/node_modules/xmlbuilder/lib/XMLDeclaration.js","webpack:///nextcloud/node_modules/xmlbuilder/lib/XMLDocType.js","webpack:///nextcloud/node_modules/xmlbuilder/lib/XMLDocument.js","webpack:///nextcloud/node_modules/xmlbuilder/lib/XMLDocumentCB.js","webpack:///nextcloud/node_modules/xmlbuilder/lib/XMLDummy.js","webpack:///nextcloud/node_modules/xmlbuilder/lib/XMLElement.js","webpack:///nextcloud/node_modules/xmlbuilder/lib/XMLNamedNodeMap.js","webpack:///nextcloud/node_modules/xmlbuilder/lib/XMLNode.js","webpack:///nextcloud/node_modules/xmlbuilder/lib/XMLNodeList.js","webpack:///nextcloud/node_modules/xmlbuilder/lib/XMLProcessingInstruction.js","webpack:///nextcloud/node_modules/xmlbuilder/lib/XMLRaw.js","webpack:///nextcloud/node_modules/xmlbuilder/lib/XMLStreamWriter.js","webpack:///nextcloud/node_modules/xmlbuilder/lib/XMLStringWriter.js","webpack:///nextcloud/node_modules/xmlbuilder/lib/XMLStringifier.js","webpack:///nextcloud/node_modules/xmlbuilder/lib/XMLText.js","webpack:///nextcloud/node_modules/xmlbuilder/lib/XMLWriterBase.js","webpack:///nextcloud/node_modules/xmlbuilder/lib/index.js","webpack:///nextcloud/node_modules/@nextcloud/files/dist/index.mjs","webpack://nextcloud/./node_modules/@nextcloud/upload/dist/assets/index-f2495ce6.css?6708","webpack:///nextcloud/node_modules/p-cancelable/index.js","webpack:///nextcloud/node_modules/@nextcloud/upload/node_modules/p-limit/async-hooks-stub.js","webpack:///nextcloud/node_modules/@nextcloud/upload/dist/chunks/index-615a3ef1.mjs","webpack:///nextcloud/node_modules/@nextcloud/upload/node_modules/p-limit/index.js","webpack:///nextcloud/webpack/bootstrap","webpack:///nextcloud/webpack/runtime/compat get default export","webpack:///nextcloud/webpack/runtime/define property getters","webpack:///nextcloud/webpack/runtime/ensure chunk","webpack:///nextcloud/webpack/runtime/get javascript chunk filename","webpack:///nextcloud/webpack/runtime/global","webpack:///nextcloud/webpack/runtime/hasOwnProperty shorthand","webpack:///nextcloud/webpack/runtime/make namespace object","webpack:///nextcloud/webpack/runtime/node module decorator","webpack:///nextcloud/webpack/runtime/runtimeId","webpack:///nextcloud/webpack/runtime/publicPath","webpack:///nextcloud/webpack/runtime/jsonp chunk loading","webpack:///nextcloud/webpack/runtime/nonce","webpack:///nextcloud/webpack/startup"],"sourcesContent":["var deferred = [];\n__webpack_require__.O = (result, chunkIds, fn, priority) => {\n\tif(chunkIds) {\n\t\tpriority = priority || 0;\n\t\tfor(var i = deferred.length; i > 0 && deferred[i - 1][2] > priority; i--) deferred[i] = deferred[i - 1];\n\t\tdeferred[i] = [chunkIds, fn, priority];\n\t\treturn;\n\t}\n\tvar notFulfilled = Infinity;\n\tfor (var i = 0; i < deferred.length; i++) {\n\t\tvar chunkIds = deferred[i][0];\n\t\tvar fn = deferred[i][1];\n\t\tvar priority = deferred[i][2];\n\t\tvar fulfilled = true;\n\t\tfor (var j = 0; j < chunkIds.length; j++) {\n\t\t\tif ((priority & 1 === 0 || notFulfilled >= priority) && Object.keys(__webpack_require__.O).every((key) => (__webpack_require__.O[key](chunkIds[j])))) {\n\t\t\t\tchunkIds.splice(j--, 1);\n\t\t\t} else {\n\t\t\t\tfulfilled = false;\n\t\t\t\tif(priority < notFulfilled) notFulfilled = priority;\n\t\t\t}\n\t\t}\n\t\tif(fulfilled) {\n\t\t\tdeferred.splice(i--, 1)\n\t\t\tvar r = fn();\n\t\t\tif (r !== undefined) result = r;\n\t\t}\n\t}\n\treturn result;\n};","var inProgress = {};\nvar dataWebpackPrefix = \"nextcloud:\";\n// loadScript function to load a script via script tag\n__webpack_require__.l = (url, done, key, chunkId) => {\n\tif(inProgress[url]) { inProgress[url].push(done); return; }\n\tvar script, needAttach;\n\tif(key !== undefined) {\n\t\tvar scripts = document.getElementsByTagName(\"script\");\n\t\tfor(var i = 0; i < scripts.length; i++) {\n\t\t\tvar s = scripts[i];\n\t\t\tif(s.getAttribute(\"src\") == url || s.getAttribute(\"data-webpack\") == dataWebpackPrefix + key) { script = s; break; }\n\t\t}\n\t}\n\tif(!script) {\n\t\tneedAttach = true;\n\t\tscript = document.createElement('script');\n\n\t\tscript.charset = 'utf-8';\n\t\tscript.timeout = 120;\n\t\tif (__webpack_require__.nc) {\n\t\t\tscript.setAttribute(\"nonce\", __webpack_require__.nc);\n\t\t}\n\t\tscript.setAttribute(\"data-webpack\", dataWebpackPrefix + key);\n\n\t\tscript.src = url;\n\t}\n\tinProgress[url] = [done];\n\tvar onScriptComplete = (prev, event) => {\n\t\t// avoid mem leaks in IE.\n\t\tscript.onerror = script.onload = null;\n\t\tclearTimeout(timeout);\n\t\tvar doneFns = inProgress[url];\n\t\tdelete inProgress[url];\n\t\tscript.parentNode && script.parentNode.removeChild(script);\n\t\tdoneFns && doneFns.forEach((fn) => (fn(event)));\n\t\tif(prev) return prev(event);\n\t}\n\tvar timeout = setTimeout(onScriptComplete.bind(null, undefined, { type: 'timeout', target: script }), 120000);\n\tscript.onerror = onScriptComplete.bind(null, script.onerror);\n\tscript.onload = onScriptComplete.bind(null, script.onload);\n\tneedAttach && document.head.appendChild(script);\n};","import Vue from 'vue'\nimport { getCurrentInstance } from 'vue'\n\nvar isVue2 = true\nvar isVue3 = false\nvar Vue2 = Vue\nvar warn = Vue.util.warn\n\nfunction install() {}\n\n// createApp polyfill\nexport function createApp(rootComponent, rootProps) {\n var vm\n var provide = {}\n var app = {\n config: Vue.config,\n use: Vue.use.bind(Vue),\n mixin: Vue.mixin.bind(Vue),\n component: Vue.component.bind(Vue),\n provide: function (key, value) {\n provide[key] = value\n return this\n },\n directive: function (name, dir) {\n if (dir) {\n Vue.directive(name, dir)\n return app\n } else {\n return Vue.directive(name)\n }\n },\n mount: function (el, hydrating) {\n if (!vm) {\n vm = new Vue(Object.assign({ propsData: rootProps }, rootComponent, { provide: Object.assign(provide, rootComponent.provide) }))\n vm.$mount(el, hydrating)\n return vm\n } else {\n return vm\n }\n },\n unmount: function () {\n if (vm) {\n vm.$destroy()\n vm = undefined\n }\n },\n }\n return app\n}\n\nexport {\n Vue,\n Vue2,\n isVue2,\n isVue3,\n install,\n warn\n}\n\n// Vue 3 components mock\nfunction createMockComponent(name) {\n return {\n setup() {\n throw new Error('[vue-demi] ' + name + ' is not supported in Vue 2. It\\'s provided to avoid compiler errors.')\n }\n }\n}\nexport var Fragment = /*#__PURE__*/ createMockComponent('Fragment')\nexport var Transition = /*#__PURE__*/ createMockComponent('Transition')\nexport var TransitionGroup = /*#__PURE__*/ createMockComponent('TransitionGroup')\nexport var Teleport = /*#__PURE__*/ createMockComponent('Teleport')\nexport var Suspense = /*#__PURE__*/ createMockComponent('Suspense')\nexport var KeepAlive = /*#__PURE__*/ createMockComponent('KeepAlive')\n\nexport * from 'vue'\n\n// Not implemented https://github.com/vuejs/core/pull/8111, falls back to getCurrentInstance()\nexport function hasInjectionContext() {\n return !!getCurrentInstance()\n}\n","export function getDevtoolsGlobalHook() {\n return getTarget().__VUE_DEVTOOLS_GLOBAL_HOOK__;\n}\nexport function getTarget() {\n // @ts-ignore\n return (typeof navigator !== 'undefined' && typeof window !== 'undefined')\n ? window\n : typeof global !== 'undefined'\n ? global\n : {};\n}\nexport const isProxyAvailable = typeof Proxy === 'function';\n","export const HOOK_SETUP = 'devtools-plugin:setup';\nexport const HOOK_PLUGIN_SETTINGS_SET = 'plugin:settings:set';\n","let supported;\nlet perf;\nexport function isPerformanceSupported() {\n var _a;\n if (supported !== undefined) {\n return supported;\n }\n if (typeof window !== 'undefined' && window.performance) {\n supported = true;\n perf = window.performance;\n }\n else if (typeof global !== 'undefined' && ((_a = global.perf_hooks) === null || _a === void 0 ? void 0 : _a.performance)) {\n supported = true;\n perf = global.perf_hooks.performance;\n }\n else {\n supported = false;\n }\n return supported;\n}\nexport function now() {\n return isPerformanceSupported() ? perf.now() : Date.now();\n}\n","import { HOOK_PLUGIN_SETTINGS_SET } from './const.js';\nimport { now } from './time.js';\nexport class ApiProxy {\n constructor(plugin, hook) {\n this.target = null;\n this.targetQueue = [];\n this.onQueue = [];\n this.plugin = plugin;\n this.hook = hook;\n const defaultSettings = {};\n if (plugin.settings) {\n for (const id in plugin.settings) {\n const item = plugin.settings[id];\n defaultSettings[id] = item.defaultValue;\n }\n }\n const localSettingsSaveId = `__vue-devtools-plugin-settings__${plugin.id}`;\n let currentSettings = Object.assign({}, defaultSettings);\n try {\n const raw = localStorage.getItem(localSettingsSaveId);\n const data = JSON.parse(raw);\n Object.assign(currentSettings, data);\n }\n catch (e) {\n // noop\n }\n this.fallbacks = {\n getSettings() {\n return currentSettings;\n },\n setSettings(value) {\n try {\n localStorage.setItem(localSettingsSaveId, JSON.stringify(value));\n }\n catch (e) {\n // noop\n }\n currentSettings = value;\n },\n now() {\n return now();\n },\n };\n if (hook) {\n hook.on(HOOK_PLUGIN_SETTINGS_SET, (pluginId, value) => {\n if (pluginId === this.plugin.id) {\n this.fallbacks.setSettings(value);\n }\n });\n }\n this.proxiedOn = new Proxy({}, {\n get: (_target, prop) => {\n if (this.target) {\n return this.target.on[prop];\n }\n else {\n return (...args) => {\n this.onQueue.push({\n method: prop,\n args,\n });\n };\n }\n },\n });\n this.proxiedTarget = new Proxy({}, {\n get: (_target, prop) => {\n if (this.target) {\n return this.target[prop];\n }\n else if (prop === 'on') {\n return this.proxiedOn;\n }\n else if (Object.keys(this.fallbacks).includes(prop)) {\n return (...args) => {\n this.targetQueue.push({\n method: prop,\n args,\n resolve: () => { },\n });\n return this.fallbacks[prop](...args);\n };\n }\n else {\n return (...args) => {\n return new Promise(resolve => {\n this.targetQueue.push({\n method: prop,\n args,\n resolve,\n });\n });\n };\n }\n },\n });\n }\n async setRealTarget(target) {\n this.target = target;\n for (const item of this.onQueue) {\n this.target.on[item.method](...item.args);\n }\n for (const item of this.targetQueue) {\n item.resolve(await this.target[item.method](...item.args));\n }\n }\n}\n","import { getTarget, getDevtoolsGlobalHook, isProxyAvailable } from './env.js';\nimport { HOOK_SETUP } from './const.js';\nimport { ApiProxy } from './proxy.js';\nexport * from './api/index.js';\nexport * from './plugin.js';\nexport * from './time.js';\nexport function setupDevtoolsPlugin(pluginDescriptor, setupFn) {\n const descriptor = pluginDescriptor;\n const target = getTarget();\n const hook = getDevtoolsGlobalHook();\n const enableProxy = isProxyAvailable && descriptor.enableEarlyProxy;\n if (hook && (target.__VUE_DEVTOOLS_PLUGIN_API_AVAILABLE__ || !enableProxy)) {\n hook.emit(HOOK_SETUP, pluginDescriptor, setupFn);\n }\n else {\n const proxy = enableProxy ? new ApiProxy(descriptor, hook) : null;\n const list = target.__VUE_DEVTOOLS_PLUGINS__ = target.__VUE_DEVTOOLS_PLUGINS__ || [];\n list.push({\n pluginDescriptor: descriptor,\n setupFn,\n proxy,\n });\n if (proxy)\n setupFn(proxy.proxiedTarget);\n }\n}\n","/*!\n * pinia v2.1.7\n * (c) 2023 Eduardo San Martin Morote\n * @license MIT\n */\nimport { hasInjectionContext, inject, toRaw, watch, unref, markRaw, effectScope, ref, isVue2, isRef, isReactive, set, getCurrentScope, onScopeDispose, getCurrentInstance, reactive, toRef, del, nextTick, computed, toRefs } from 'vue-demi';\nimport { setupDevtoolsPlugin } from '@vue/devtools-api';\n\n/**\n * setActivePinia must be called to handle SSR at the top of functions like\n * `fetch`, `setup`, `serverPrefetch` and others\n */\nlet activePinia;\n/**\n * Sets or unsets the active pinia. Used in SSR and internally when calling\n * actions and getters\n *\n * @param pinia - Pinia instance\n */\n// @ts-expect-error: cannot constrain the type of the return\nconst setActivePinia = (pinia) => (activePinia = pinia);\n/**\n * Get the currently active pinia if there is any.\n */\nconst getActivePinia = () => (hasInjectionContext() && inject(piniaSymbol)) || activePinia;\nconst piniaSymbol = ((process.env.NODE_ENV !== 'production') ? Symbol('pinia') : /* istanbul ignore next */ Symbol());\n\nfunction isPlainObject(\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\no) {\n return (o &&\n typeof o === 'object' &&\n Object.prototype.toString.call(o) === '[object Object]' &&\n typeof o.toJSON !== 'function');\n}\n// type DeepReadonly = { readonly [P in keyof T]: DeepReadonly }\n// TODO: can we change these to numbers?\n/**\n * Possible types for SubscriptionCallback\n */\nvar MutationType;\n(function (MutationType) {\n /**\n * Direct mutation of the state:\n *\n * - `store.name = 'new name'`\n * - `store.$state.name = 'new name'`\n * - `store.list.push('new item')`\n */\n MutationType[\"direct\"] = \"direct\";\n /**\n * Mutated the state with `$patch` and an object\n *\n * - `store.$patch({ name: 'newName' })`\n */\n MutationType[\"patchObject\"] = \"patch object\";\n /**\n * Mutated the state with `$patch` and a function\n *\n * - `store.$patch(state => state.name = 'newName')`\n */\n MutationType[\"patchFunction\"] = \"patch function\";\n // maybe reset? for $state = {} and $reset\n})(MutationType || (MutationType = {}));\n\nconst IS_CLIENT = typeof window !== 'undefined';\n/**\n * Should we add the devtools plugins.\n * - only if dev mode or forced through the prod devtools flag\n * - not in test\n * - only if window exists (could change in the future)\n */\nconst USE_DEVTOOLS = ((process.env.NODE_ENV !== 'production') || (typeof __VUE_PROD_DEVTOOLS__ !== 'undefined' && __VUE_PROD_DEVTOOLS__)) && !(process.env.NODE_ENV === 'test') && IS_CLIENT;\n\n/*\n * FileSaver.js A saveAs() FileSaver implementation.\n *\n * Originally by Eli Grey, adapted as an ESM module by Eduardo San Martin\n * Morote.\n *\n * License : MIT\n */\n// The one and only way of getting global scope in all environments\n// https://stackoverflow.com/q/3277182/1008999\nconst _global = /*#__PURE__*/ (() => typeof window === 'object' && window.window === window\n ? window\n : typeof self === 'object' && self.self === self\n ? self\n : typeof global === 'object' && global.global === global\n ? global\n : typeof globalThis === 'object'\n ? globalThis\n : { HTMLElement: null })();\nfunction bom(blob, { autoBom = false } = {}) {\n // prepend BOM for UTF-8 XML and text/* types (including HTML)\n // note: your browser will automatically convert UTF-16 U+FEFF to EF BB BF\n if (autoBom &&\n /^\\s*(?:text\\/\\S*|application\\/xml|\\S*\\/\\S*\\+xml)\\s*;.*charset\\s*=\\s*utf-8/i.test(blob.type)) {\n return new Blob([String.fromCharCode(0xfeff), blob], { type: blob.type });\n }\n return blob;\n}\nfunction download(url, name, opts) {\n const xhr = new XMLHttpRequest();\n xhr.open('GET', url);\n xhr.responseType = 'blob';\n xhr.onload = function () {\n saveAs(xhr.response, name, opts);\n };\n xhr.onerror = function () {\n console.error('could not download file');\n };\n xhr.send();\n}\nfunction corsEnabled(url) {\n const xhr = new XMLHttpRequest();\n // use sync to avoid popup blocker\n xhr.open('HEAD', url, false);\n try {\n xhr.send();\n }\n catch (e) { }\n return xhr.status >= 200 && xhr.status <= 299;\n}\n// `a.click()` doesn't work for all browsers (#465)\nfunction click(node) {\n try {\n node.dispatchEvent(new MouseEvent('click'));\n }\n catch (e) {\n const evt = document.createEvent('MouseEvents');\n evt.initMouseEvent('click', true, true, window, 0, 0, 0, 80, 20, false, false, false, false, 0, null);\n node.dispatchEvent(evt);\n }\n}\nconst _navigator = \n typeof navigator === 'object' ? navigator : { userAgent: '' };\n// Detect WebView inside a native macOS app by ruling out all browsers\n// We just need to check for 'Safari' because all other browsers (besides Firefox) include that too\n// https://www.whatismybrowser.com/guides/the-latest-user-agent/macos\nconst isMacOSWebView = /*#__PURE__*/ (() => /Macintosh/.test(_navigator.userAgent) &&\n /AppleWebKit/.test(_navigator.userAgent) &&\n !/Safari/.test(_navigator.userAgent))();\nconst saveAs = !IS_CLIENT\n ? () => { } // noop\n : // Use download attribute first if possible (#193 Lumia mobile) unless this is a macOS WebView or mini program\n typeof HTMLAnchorElement !== 'undefined' &&\n 'download' in HTMLAnchorElement.prototype &&\n !isMacOSWebView\n ? downloadSaveAs\n : // Use msSaveOrOpenBlob as a second approach\n 'msSaveOrOpenBlob' in _navigator\n ? msSaveAs\n : // Fallback to using FileReader and a popup\n fileSaverSaveAs;\nfunction downloadSaveAs(blob, name = 'download', opts) {\n const a = document.createElement('a');\n a.download = name;\n a.rel = 'noopener'; // tabnabbing\n // TODO: detect chrome extensions & packaged apps\n // a.target = '_blank'\n if (typeof blob === 'string') {\n // Support regular links\n a.href = blob;\n if (a.origin !== location.origin) {\n if (corsEnabled(a.href)) {\n download(blob, name, opts);\n }\n else {\n a.target = '_blank';\n click(a);\n }\n }\n else {\n click(a);\n }\n }\n else {\n // Support blobs\n a.href = URL.createObjectURL(blob);\n setTimeout(function () {\n URL.revokeObjectURL(a.href);\n }, 4e4); // 40s\n setTimeout(function () {\n click(a);\n }, 0);\n }\n}\nfunction msSaveAs(blob, name = 'download', opts) {\n if (typeof blob === 'string') {\n if (corsEnabled(blob)) {\n download(blob, name, opts);\n }\n else {\n const a = document.createElement('a');\n a.href = blob;\n a.target = '_blank';\n setTimeout(function () {\n click(a);\n });\n }\n }\n else {\n // @ts-ignore: works on windows\n navigator.msSaveOrOpenBlob(bom(blob, opts), name);\n }\n}\nfunction fileSaverSaveAs(blob, name, opts, popup) {\n // Open a popup immediately do go around popup blocker\n // Mostly only available on user interaction and the fileReader is async so...\n popup = popup || open('', '_blank');\n if (popup) {\n popup.document.title = popup.document.body.innerText = 'downloading...';\n }\n if (typeof blob === 'string')\n return download(blob, name, opts);\n const force = blob.type === 'application/octet-stream';\n const isSafari = /constructor/i.test(String(_global.HTMLElement)) || 'safari' in _global;\n const isChromeIOS = /CriOS\\/[\\d]+/.test(navigator.userAgent);\n if ((isChromeIOS || (force && isSafari) || isMacOSWebView) &&\n typeof FileReader !== 'undefined') {\n // Safari doesn't allow downloading of blob URLs\n const reader = new FileReader();\n reader.onloadend = function () {\n let url = reader.result;\n if (typeof url !== 'string') {\n popup = null;\n throw new Error('Wrong reader.result type');\n }\n url = isChromeIOS\n ? url\n : url.replace(/^data:[^;]*;/, 'data:attachment/file;');\n if (popup) {\n popup.location.href = url;\n }\n else {\n location.assign(url);\n }\n popup = null; // reverse-tabnabbing #460\n };\n reader.readAsDataURL(blob);\n }\n else {\n const url = URL.createObjectURL(blob);\n if (popup)\n popup.location.assign(url);\n else\n location.href = url;\n popup = null; // reverse-tabnabbing #460\n setTimeout(function () {\n URL.revokeObjectURL(url);\n }, 4e4); // 40s\n }\n}\n\n/**\n * Shows a toast or console.log\n *\n * @param message - message to log\n * @param type - different color of the tooltip\n */\nfunction toastMessage(message, type) {\n const piniaMessage = '🍍 ' + message;\n if (typeof __VUE_DEVTOOLS_TOAST__ === 'function') {\n // No longer available :(\n __VUE_DEVTOOLS_TOAST__(piniaMessage, type);\n }\n else if (type === 'error') {\n console.error(piniaMessage);\n }\n else if (type === 'warn') {\n console.warn(piniaMessage);\n }\n else {\n console.log(piniaMessage);\n }\n}\nfunction isPinia(o) {\n return '_a' in o && 'install' in o;\n}\n\n/**\n * This file contain devtools actions, they are not Pinia actions.\n */\n// ---\nfunction checkClipboardAccess() {\n if (!('clipboard' in navigator)) {\n toastMessage(`Your browser doesn't support the Clipboard API`, 'error');\n return true;\n }\n}\nfunction checkNotFocusedError(error) {\n if (error instanceof Error &&\n error.message.toLowerCase().includes('document is not focused')) {\n toastMessage('You need to activate the \"Emulate a focused page\" setting in the \"Rendering\" panel of devtools.', 'warn');\n return true;\n }\n return false;\n}\nasync function actionGlobalCopyState(pinia) {\n if (checkClipboardAccess())\n return;\n try {\n await navigator.clipboard.writeText(JSON.stringify(pinia.state.value));\n toastMessage('Global state copied to clipboard.');\n }\n catch (error) {\n if (checkNotFocusedError(error))\n return;\n toastMessage(`Failed to serialize the state. Check the console for more details.`, 'error');\n console.error(error);\n }\n}\nasync function actionGlobalPasteState(pinia) {\n if (checkClipboardAccess())\n return;\n try {\n loadStoresState(pinia, JSON.parse(await navigator.clipboard.readText()));\n toastMessage('Global state pasted from clipboard.');\n }\n catch (error) {\n if (checkNotFocusedError(error))\n return;\n toastMessage(`Failed to deserialize the state from clipboard. Check the console for more details.`, 'error');\n console.error(error);\n }\n}\nasync function actionGlobalSaveState(pinia) {\n try {\n saveAs(new Blob([JSON.stringify(pinia.state.value)], {\n type: 'text/plain;charset=utf-8',\n }), 'pinia-state.json');\n }\n catch (error) {\n toastMessage(`Failed to export the state as JSON. Check the console for more details.`, 'error');\n console.error(error);\n }\n}\nlet fileInput;\nfunction getFileOpener() {\n if (!fileInput) {\n fileInput = document.createElement('input');\n fileInput.type = 'file';\n fileInput.accept = '.json';\n }\n function openFile() {\n return new Promise((resolve, reject) => {\n fileInput.onchange = async () => {\n const files = fileInput.files;\n if (!files)\n return resolve(null);\n const file = files.item(0);\n if (!file)\n return resolve(null);\n return resolve({ text: await file.text(), file });\n };\n // @ts-ignore: TODO: changed from 4.3 to 4.4\n fileInput.oncancel = () => resolve(null);\n fileInput.onerror = reject;\n fileInput.click();\n });\n }\n return openFile;\n}\nasync function actionGlobalOpenStateFile(pinia) {\n try {\n const open = getFileOpener();\n const result = await open();\n if (!result)\n return;\n const { text, file } = result;\n loadStoresState(pinia, JSON.parse(text));\n toastMessage(`Global state imported from \"${file.name}\".`);\n }\n catch (error) {\n toastMessage(`Failed to import the state from JSON. Check the console for more details.`, 'error');\n console.error(error);\n }\n}\nfunction loadStoresState(pinia, state) {\n for (const key in state) {\n const storeState = pinia.state.value[key];\n // store is already instantiated, patch it\n if (storeState) {\n Object.assign(storeState, state[key]);\n }\n else {\n // store is not instantiated, set the initial state\n pinia.state.value[key] = state[key];\n }\n }\n}\n\nfunction formatDisplay(display) {\n return {\n _custom: {\n display,\n },\n };\n}\nconst PINIA_ROOT_LABEL = '🍍 Pinia (root)';\nconst PINIA_ROOT_ID = '_root';\nfunction formatStoreForInspectorTree(store) {\n return isPinia(store)\n ? {\n id: PINIA_ROOT_ID,\n label: PINIA_ROOT_LABEL,\n }\n : {\n id: store.$id,\n label: store.$id,\n };\n}\nfunction formatStoreForInspectorState(store) {\n if (isPinia(store)) {\n const storeNames = Array.from(store._s.keys());\n const storeMap = store._s;\n const state = {\n state: storeNames.map((storeId) => ({\n editable: true,\n key: storeId,\n value: store.state.value[storeId],\n })),\n getters: storeNames\n .filter((id) => storeMap.get(id)._getters)\n .map((id) => {\n const store = storeMap.get(id);\n return {\n editable: false,\n key: id,\n value: store._getters.reduce((getters, key) => {\n getters[key] = store[key];\n return getters;\n }, {}),\n };\n }),\n };\n return state;\n }\n const state = {\n state: Object.keys(store.$state).map((key) => ({\n editable: true,\n key,\n value: store.$state[key],\n })),\n };\n // avoid adding empty getters\n if (store._getters && store._getters.length) {\n state.getters = store._getters.map((getterName) => ({\n editable: false,\n key: getterName,\n value: store[getterName],\n }));\n }\n if (store._customProperties.size) {\n state.customProperties = Array.from(store._customProperties).map((key) => ({\n editable: true,\n key,\n value: store[key],\n }));\n }\n return state;\n}\nfunction formatEventData(events) {\n if (!events)\n return {};\n if (Array.isArray(events)) {\n // TODO: handle add and delete for arrays and objects\n return events.reduce((data, event) => {\n data.keys.push(event.key);\n data.operations.push(event.type);\n data.oldValue[event.key] = event.oldValue;\n data.newValue[event.key] = event.newValue;\n return data;\n }, {\n oldValue: {},\n keys: [],\n operations: [],\n newValue: {},\n });\n }\n else {\n return {\n operation: formatDisplay(events.type),\n key: formatDisplay(events.key),\n oldValue: events.oldValue,\n newValue: events.newValue,\n };\n }\n}\nfunction formatMutationType(type) {\n switch (type) {\n case MutationType.direct:\n return 'mutation';\n case MutationType.patchFunction:\n return '$patch';\n case MutationType.patchObject:\n return '$patch';\n default:\n return 'unknown';\n }\n}\n\n// timeline can be paused when directly changing the state\nlet isTimelineActive = true;\nconst componentStateTypes = [];\nconst MUTATIONS_LAYER_ID = 'pinia:mutations';\nconst INSPECTOR_ID = 'pinia';\nconst { assign: assign$1 } = Object;\n/**\n * Gets the displayed name of a store in devtools\n *\n * @param id - id of the store\n * @returns a formatted string\n */\nconst getStoreType = (id) => '🍍 ' + id;\n/**\n * Add the pinia plugin without any store. Allows displaying a Pinia plugin tab\n * as soon as it is added to the application.\n *\n * @param app - Vue application\n * @param pinia - pinia instance\n */\nfunction registerPiniaDevtools(app, pinia) {\n setupDevtoolsPlugin({\n id: 'dev.esm.pinia',\n label: 'Pinia 🍍',\n logo: 'https://pinia.vuejs.org/logo.svg',\n packageName: 'pinia',\n homepage: 'https://pinia.vuejs.org',\n componentStateTypes,\n app,\n }, (api) => {\n if (typeof api.now !== 'function') {\n toastMessage('You seem to be using an outdated version of Vue Devtools. Are you still using the Beta release instead of the stable one? You can find the links at https://devtools.vuejs.org/guide/installation.html.');\n }\n api.addTimelineLayer({\n id: MUTATIONS_LAYER_ID,\n label: `Pinia 🍍`,\n color: 0xe5df88,\n });\n api.addInspector({\n id: INSPECTOR_ID,\n label: 'Pinia 🍍',\n icon: 'storage',\n treeFilterPlaceholder: 'Search stores',\n actions: [\n {\n icon: 'content_copy',\n action: () => {\n actionGlobalCopyState(pinia);\n },\n tooltip: 'Serialize and copy the state',\n },\n {\n icon: 'content_paste',\n action: async () => {\n await actionGlobalPasteState(pinia);\n api.sendInspectorTree(INSPECTOR_ID);\n api.sendInspectorState(INSPECTOR_ID);\n },\n tooltip: 'Replace the state with the content of your clipboard',\n },\n {\n icon: 'save',\n action: () => {\n actionGlobalSaveState(pinia);\n },\n tooltip: 'Save the state as a JSON file',\n },\n {\n icon: 'folder_open',\n action: async () => {\n await actionGlobalOpenStateFile(pinia);\n api.sendInspectorTree(INSPECTOR_ID);\n api.sendInspectorState(INSPECTOR_ID);\n },\n tooltip: 'Import the state from a JSON file',\n },\n ],\n nodeActions: [\n {\n icon: 'restore',\n tooltip: 'Reset the state (with \"$reset\")',\n action: (nodeId) => {\n const store = pinia._s.get(nodeId);\n if (!store) {\n toastMessage(`Cannot reset \"${nodeId}\" store because it wasn't found.`, 'warn');\n }\n else if (typeof store.$reset !== 'function') {\n toastMessage(`Cannot reset \"${nodeId}\" store because it doesn't have a \"$reset\" method implemented.`, 'warn');\n }\n else {\n store.$reset();\n toastMessage(`Store \"${nodeId}\" reset.`);\n }\n },\n },\n ],\n });\n api.on.inspectComponent((payload, ctx) => {\n const proxy = (payload.componentInstance &&\n payload.componentInstance.proxy);\n if (proxy && proxy._pStores) {\n const piniaStores = payload.componentInstance.proxy._pStores;\n Object.values(piniaStores).forEach((store) => {\n payload.instanceData.state.push({\n type: getStoreType(store.$id),\n key: 'state',\n editable: true,\n value: store._isOptionsAPI\n ? {\n _custom: {\n value: toRaw(store.$state),\n actions: [\n {\n icon: 'restore',\n tooltip: 'Reset the state of this store',\n action: () => store.$reset(),\n },\n ],\n },\n }\n : // NOTE: workaround to unwrap transferred refs\n Object.keys(store.$state).reduce((state, key) => {\n state[key] = store.$state[key];\n return state;\n }, {}),\n });\n if (store._getters && store._getters.length) {\n payload.instanceData.state.push({\n type: getStoreType(store.$id),\n key: 'getters',\n editable: false,\n value: store._getters.reduce((getters, key) => {\n try {\n getters[key] = store[key];\n }\n catch (error) {\n // @ts-expect-error: we just want to show it in devtools\n getters[key] = error;\n }\n return getters;\n }, {}),\n });\n }\n });\n }\n });\n api.on.getInspectorTree((payload) => {\n if (payload.app === app && payload.inspectorId === INSPECTOR_ID) {\n let stores = [pinia];\n stores = stores.concat(Array.from(pinia._s.values()));\n payload.rootNodes = (payload.filter\n ? stores.filter((store) => '$id' in store\n ? store.$id\n .toLowerCase()\n .includes(payload.filter.toLowerCase())\n : PINIA_ROOT_LABEL.toLowerCase().includes(payload.filter.toLowerCase()))\n : stores).map(formatStoreForInspectorTree);\n }\n });\n api.on.getInspectorState((payload) => {\n if (payload.app === app && payload.inspectorId === INSPECTOR_ID) {\n const inspectedStore = payload.nodeId === PINIA_ROOT_ID\n ? pinia\n : pinia._s.get(payload.nodeId);\n if (!inspectedStore) {\n // this could be the selected store restored for a different project\n // so it's better not to say anything here\n return;\n }\n if (inspectedStore) {\n payload.state = formatStoreForInspectorState(inspectedStore);\n }\n }\n });\n api.on.editInspectorState((payload, ctx) => {\n if (payload.app === app && payload.inspectorId === INSPECTOR_ID) {\n const inspectedStore = payload.nodeId === PINIA_ROOT_ID\n ? pinia\n : pinia._s.get(payload.nodeId);\n if (!inspectedStore) {\n return toastMessage(`store \"${payload.nodeId}\" not found`, 'error');\n }\n const { path } = payload;\n if (!isPinia(inspectedStore)) {\n // access only the state\n if (path.length !== 1 ||\n !inspectedStore._customProperties.has(path[0]) ||\n path[0] in inspectedStore.$state) {\n path.unshift('$state');\n }\n }\n else {\n // Root access, we can omit the `.value` because the devtools API does it for us\n path.unshift('state');\n }\n isTimelineActive = false;\n payload.set(inspectedStore, path, payload.state.value);\n isTimelineActive = true;\n }\n });\n api.on.editComponentState((payload) => {\n if (payload.type.startsWith('🍍')) {\n const storeId = payload.type.replace(/^🍍\\s*/, '');\n const store = pinia._s.get(storeId);\n if (!store) {\n return toastMessage(`store \"${storeId}\" not found`, 'error');\n }\n const { path } = payload;\n if (path[0] !== 'state') {\n return toastMessage(`Invalid path for store \"${storeId}\":\\n${path}\\nOnly state can be modified.`);\n }\n // rewrite the first entry to be able to directly set the state as\n // well as any other path\n path[0] = '$state';\n isTimelineActive = false;\n payload.set(store, path, payload.state.value);\n isTimelineActive = true;\n }\n });\n });\n}\nfunction addStoreToDevtools(app, store) {\n if (!componentStateTypes.includes(getStoreType(store.$id))) {\n componentStateTypes.push(getStoreType(store.$id));\n }\n setupDevtoolsPlugin({\n id: 'dev.esm.pinia',\n label: 'Pinia 🍍',\n logo: 'https://pinia.vuejs.org/logo.svg',\n packageName: 'pinia',\n homepage: 'https://pinia.vuejs.org',\n componentStateTypes,\n app,\n settings: {\n logStoreChanges: {\n label: 'Notify about new/deleted stores',\n type: 'boolean',\n defaultValue: true,\n },\n // useEmojis: {\n // label: 'Use emojis in messages ⚡️',\n // type: 'boolean',\n // defaultValue: true,\n // },\n },\n }, (api) => {\n // gracefully handle errors\n const now = typeof api.now === 'function' ? api.now.bind(api) : Date.now;\n store.$onAction(({ after, onError, name, args }) => {\n const groupId = runningActionId++;\n api.addTimelineEvent({\n layerId: MUTATIONS_LAYER_ID,\n event: {\n time: now(),\n title: '🛫 ' + name,\n subtitle: 'start',\n data: {\n store: formatDisplay(store.$id),\n action: formatDisplay(name),\n args,\n },\n groupId,\n },\n });\n after((result) => {\n activeAction = undefined;\n api.addTimelineEvent({\n layerId: MUTATIONS_LAYER_ID,\n event: {\n time: now(),\n title: '🛬 ' + name,\n subtitle: 'end',\n data: {\n store: formatDisplay(store.$id),\n action: formatDisplay(name),\n args,\n result,\n },\n groupId,\n },\n });\n });\n onError((error) => {\n activeAction = undefined;\n api.addTimelineEvent({\n layerId: MUTATIONS_LAYER_ID,\n event: {\n time: now(),\n logType: 'error',\n title: '💥 ' + name,\n subtitle: 'end',\n data: {\n store: formatDisplay(store.$id),\n action: formatDisplay(name),\n args,\n error,\n },\n groupId,\n },\n });\n });\n }, true);\n store._customProperties.forEach((name) => {\n watch(() => unref(store[name]), (newValue, oldValue) => {\n api.notifyComponentUpdate();\n api.sendInspectorState(INSPECTOR_ID);\n if (isTimelineActive) {\n api.addTimelineEvent({\n layerId: MUTATIONS_LAYER_ID,\n event: {\n time: now(),\n title: 'Change',\n subtitle: name,\n data: {\n newValue,\n oldValue,\n },\n groupId: activeAction,\n },\n });\n }\n }, { deep: true });\n });\n store.$subscribe(({ events, type }, state) => {\n api.notifyComponentUpdate();\n api.sendInspectorState(INSPECTOR_ID);\n if (!isTimelineActive)\n return;\n // rootStore.state[store.id] = state\n const eventData = {\n time: now(),\n title: formatMutationType(type),\n data: assign$1({ store: formatDisplay(store.$id) }, formatEventData(events)),\n groupId: activeAction,\n };\n if (type === MutationType.patchFunction) {\n eventData.subtitle = '⤵️';\n }\n else if (type === MutationType.patchObject) {\n eventData.subtitle = '🧩';\n }\n else if (events && !Array.isArray(events)) {\n eventData.subtitle = events.type;\n }\n if (events) {\n eventData.data['rawEvent(s)'] = {\n _custom: {\n display: 'DebuggerEvent',\n type: 'object',\n tooltip: 'raw DebuggerEvent[]',\n value: events,\n },\n };\n }\n api.addTimelineEvent({\n layerId: MUTATIONS_LAYER_ID,\n event: eventData,\n });\n }, { detached: true, flush: 'sync' });\n const hotUpdate = store._hotUpdate;\n store._hotUpdate = markRaw((newStore) => {\n hotUpdate(newStore);\n api.addTimelineEvent({\n layerId: MUTATIONS_LAYER_ID,\n event: {\n time: now(),\n title: '🔥 ' + store.$id,\n subtitle: 'HMR update',\n data: {\n store: formatDisplay(store.$id),\n info: formatDisplay(`HMR update`),\n },\n },\n });\n // update the devtools too\n api.notifyComponentUpdate();\n api.sendInspectorTree(INSPECTOR_ID);\n api.sendInspectorState(INSPECTOR_ID);\n });\n const { $dispose } = store;\n store.$dispose = () => {\n $dispose();\n api.notifyComponentUpdate();\n api.sendInspectorTree(INSPECTOR_ID);\n api.sendInspectorState(INSPECTOR_ID);\n api.getSettings().logStoreChanges &&\n toastMessage(`Disposed \"${store.$id}\" store 🗑`);\n };\n // trigger an update so it can display new registered stores\n api.notifyComponentUpdate();\n api.sendInspectorTree(INSPECTOR_ID);\n api.sendInspectorState(INSPECTOR_ID);\n api.getSettings().logStoreChanges &&\n toastMessage(`\"${store.$id}\" store installed 🆕`);\n });\n}\nlet runningActionId = 0;\nlet activeAction;\n/**\n * Patches a store to enable action grouping in devtools by wrapping the store with a Proxy that is passed as the\n * context of all actions, allowing us to set `runningAction` on each access and effectively associating any state\n * mutation to the action.\n *\n * @param store - store to patch\n * @param actionNames - list of actionst to patch\n */\nfunction patchActionForGrouping(store, actionNames, wrapWithProxy) {\n // original actions of the store as they are given by pinia. We are going to override them\n const actions = actionNames.reduce((storeActions, actionName) => {\n // use toRaw to avoid tracking #541\n storeActions[actionName] = toRaw(store)[actionName];\n return storeActions;\n }, {});\n for (const actionName in actions) {\n store[actionName] = function () {\n // the running action id is incremented in a before action hook\n const _actionId = runningActionId;\n const trackedStore = wrapWithProxy\n ? new Proxy(store, {\n get(...args) {\n activeAction = _actionId;\n return Reflect.get(...args);\n },\n set(...args) {\n activeAction = _actionId;\n return Reflect.set(...args);\n },\n })\n : store;\n // For Setup Stores we need https://github.com/tc39/proposal-async-context\n activeAction = _actionId;\n const retValue = actions[actionName].apply(trackedStore, arguments);\n // this is safer as async actions in Setup Stores would associate mutations done outside of the action\n activeAction = undefined;\n return retValue;\n };\n }\n}\n/**\n * pinia.use(devtoolsPlugin)\n */\nfunction devtoolsPlugin({ app, store, options }) {\n // HMR module\n if (store.$id.startsWith('__hot:')) {\n return;\n }\n // detect option api vs setup api\n store._isOptionsAPI = !!options.state;\n patchActionForGrouping(store, Object.keys(options.actions), store._isOptionsAPI);\n // Upgrade the HMR to also update the new actions\n const originalHotUpdate = store._hotUpdate;\n toRaw(store)._hotUpdate = function (newStore) {\n originalHotUpdate.apply(this, arguments);\n patchActionForGrouping(store, Object.keys(newStore._hmrPayload.actions), !!store._isOptionsAPI);\n };\n addStoreToDevtools(app, \n // FIXME: is there a way to allow the assignment from Store to StoreGeneric?\n store);\n}\n\n/**\n * Creates a Pinia instance to be used by the application\n */\nfunction createPinia() {\n const scope = effectScope(true);\n // NOTE: here we could check the window object for a state and directly set it\n // if there is anything like it with Vue 3 SSR\n const state = scope.run(() => ref({}));\n let _p = [];\n // plugins added before calling app.use(pinia)\n let toBeInstalled = [];\n const pinia = markRaw({\n install(app) {\n // this allows calling useStore() outside of a component setup after\n // installing pinia's plugin\n setActivePinia(pinia);\n if (!isVue2) {\n pinia._a = app;\n app.provide(piniaSymbol, pinia);\n app.config.globalProperties.$pinia = pinia;\n /* istanbul ignore else */\n if (USE_DEVTOOLS) {\n registerPiniaDevtools(app, pinia);\n }\n toBeInstalled.forEach((plugin) => _p.push(plugin));\n toBeInstalled = [];\n }\n },\n use(plugin) {\n if (!this._a && !isVue2) {\n toBeInstalled.push(plugin);\n }\n else {\n _p.push(plugin);\n }\n return this;\n },\n _p,\n // it's actually undefined here\n // @ts-expect-error\n _a: null,\n _e: scope,\n _s: new Map(),\n state,\n });\n // pinia devtools rely on dev only features so they cannot be forced unless\n // the dev build of Vue is used. Avoid old browsers like IE11.\n if (USE_DEVTOOLS && typeof Proxy !== 'undefined') {\n pinia.use(devtoolsPlugin);\n }\n return pinia;\n}\n\n/**\n * Checks if a function is a `StoreDefinition`.\n *\n * @param fn - object to test\n * @returns true if `fn` is a StoreDefinition\n */\nconst isUseStore = (fn) => {\n return typeof fn === 'function' && typeof fn.$id === 'string';\n};\n/**\n * Mutates in place `newState` with `oldState` to _hot update_ it. It will\n * remove any key not existing in `newState` and recursively merge plain\n * objects.\n *\n * @param newState - new state object to be patched\n * @param oldState - old state that should be used to patch newState\n * @returns - newState\n */\nfunction patchObject(newState, oldState) {\n // no need to go through symbols because they cannot be serialized anyway\n for (const key in oldState) {\n const subPatch = oldState[key];\n // skip the whole sub tree\n if (!(key in newState)) {\n continue;\n }\n const targetValue = newState[key];\n if (isPlainObject(targetValue) &&\n isPlainObject(subPatch) &&\n !isRef(subPatch) &&\n !isReactive(subPatch)) {\n newState[key] = patchObject(targetValue, subPatch);\n }\n else {\n // objects are either a bit more complex (e.g. refs) or primitives, so we\n // just set the whole thing\n if (isVue2) {\n set(newState, key, subPatch);\n }\n else {\n newState[key] = subPatch;\n }\n }\n }\n return newState;\n}\n/**\n * Creates an _accept_ function to pass to `import.meta.hot` in Vite applications.\n *\n * @example\n * ```js\n * const useUser = defineStore(...)\n * if (import.meta.hot) {\n * import.meta.hot.accept(acceptHMRUpdate(useUser, import.meta.hot))\n * }\n * ```\n *\n * @param initialUseStore - return of the defineStore to hot update\n * @param hot - `import.meta.hot`\n */\nfunction acceptHMRUpdate(initialUseStore, hot) {\n // strip as much as possible from iife.prod\n if (!(process.env.NODE_ENV !== 'production')) {\n return () => { };\n }\n return (newModule) => {\n const pinia = hot.data.pinia || initialUseStore._pinia;\n if (!pinia) {\n // this store is still not used\n return;\n }\n // preserve the pinia instance across loads\n hot.data.pinia = pinia;\n // console.log('got data', newStore)\n for (const exportName in newModule) {\n const useStore = newModule[exportName];\n // console.log('checking for', exportName)\n if (isUseStore(useStore) && pinia._s.has(useStore.$id)) {\n // console.log('Accepting update for', useStore.$id)\n const id = useStore.$id;\n if (id !== initialUseStore.$id) {\n console.warn(`The id of the store changed from \"${initialUseStore.$id}\" to \"${id}\". Reloading.`);\n // return import.meta.hot.invalidate()\n return hot.invalidate();\n }\n const existingStore = pinia._s.get(id);\n if (!existingStore) {\n console.log(`[Pinia]: skipping hmr because store doesn't exist yet`);\n return;\n }\n useStore(pinia, existingStore);\n }\n }\n };\n}\n\nconst noop = () => { };\nfunction addSubscription(subscriptions, callback, detached, onCleanup = noop) {\n subscriptions.push(callback);\n const removeSubscription = () => {\n const idx = subscriptions.indexOf(callback);\n if (idx > -1) {\n subscriptions.splice(idx, 1);\n onCleanup();\n }\n };\n if (!detached && getCurrentScope()) {\n onScopeDispose(removeSubscription);\n }\n return removeSubscription;\n}\nfunction triggerSubscriptions(subscriptions, ...args) {\n subscriptions.slice().forEach((callback) => {\n callback(...args);\n });\n}\n\nconst fallbackRunWithContext = (fn) => fn();\nfunction mergeReactiveObjects(target, patchToApply) {\n // Handle Map instances\n if (target instanceof Map && patchToApply instanceof Map) {\n patchToApply.forEach((value, key) => target.set(key, value));\n }\n // Handle Set instances\n if (target instanceof Set && patchToApply instanceof Set) {\n patchToApply.forEach(target.add, target);\n }\n // no need to go through symbols because they cannot be serialized anyway\n for (const key in patchToApply) {\n if (!patchToApply.hasOwnProperty(key))\n continue;\n const subPatch = patchToApply[key];\n const targetValue = target[key];\n if (isPlainObject(targetValue) &&\n isPlainObject(subPatch) &&\n target.hasOwnProperty(key) &&\n !isRef(subPatch) &&\n !isReactive(subPatch)) {\n // NOTE: here I wanted to warn about inconsistent types but it's not possible because in setup stores one might\n // start the value of a property as a certain type e.g. a Map, and then for some reason, during SSR, change that\n // to `undefined`. When trying to hydrate, we want to override the Map with `undefined`.\n target[key] = mergeReactiveObjects(targetValue, subPatch);\n }\n else {\n // @ts-expect-error: subPatch is a valid value\n target[key] = subPatch;\n }\n }\n return target;\n}\nconst skipHydrateSymbol = (process.env.NODE_ENV !== 'production')\n ? Symbol('pinia:skipHydration')\n : /* istanbul ignore next */ Symbol();\nconst skipHydrateMap = /*#__PURE__*/ new WeakMap();\n/**\n * Tells Pinia to skip the hydration process of a given object. This is useful in setup stores (only) when you return a\n * stateful object in the store but it isn't really state. e.g. returning a router instance in a setup store.\n *\n * @param obj - target object\n * @returns obj\n */\nfunction skipHydrate(obj) {\n return isVue2\n ? // in @vue/composition-api, the refs are sealed so defineProperty doesn't work...\n /* istanbul ignore next */ skipHydrateMap.set(obj, 1) && obj\n : Object.defineProperty(obj, skipHydrateSymbol, {});\n}\n/**\n * Returns whether a value should be hydrated\n *\n * @param obj - target variable\n * @returns true if `obj` should be hydrated\n */\nfunction shouldHydrate(obj) {\n return isVue2\n ? /* istanbul ignore next */ !skipHydrateMap.has(obj)\n : !isPlainObject(obj) || !obj.hasOwnProperty(skipHydrateSymbol);\n}\nconst { assign } = Object;\nfunction isComputed(o) {\n return !!(isRef(o) && o.effect);\n}\nfunction createOptionsStore(id, options, pinia, hot) {\n const { state, actions, getters } = options;\n const initialState = pinia.state.value[id];\n let store;\n function setup() {\n if (!initialState && (!(process.env.NODE_ENV !== 'production') || !hot)) {\n /* istanbul ignore if */\n if (isVue2) {\n set(pinia.state.value, id, state ? state() : {});\n }\n else {\n pinia.state.value[id] = state ? state() : {};\n }\n }\n // avoid creating a state in pinia.state.value\n const localState = (process.env.NODE_ENV !== 'production') && hot\n ? // use ref() to unwrap refs inside state TODO: check if this is still necessary\n toRefs(ref(state ? state() : {}).value)\n : toRefs(pinia.state.value[id]);\n return assign(localState, actions, Object.keys(getters || {}).reduce((computedGetters, name) => {\n if ((process.env.NODE_ENV !== 'production') && name in localState) {\n console.warn(`[🍍]: A getter cannot have the same name as another state property. Rename one of them. Found with \"${name}\" in store \"${id}\".`);\n }\n computedGetters[name] = markRaw(computed(() => {\n setActivePinia(pinia);\n // it was created just before\n const store = pinia._s.get(id);\n // allow cross using stores\n /* istanbul ignore next */\n if (isVue2 && !store._r)\n return;\n // @ts-expect-error\n // return getters![name].call(context, context)\n // TODO: avoid reading the getter while assigning with a global variable\n return getters[name].call(store, store);\n }));\n return computedGetters;\n }, {}));\n }\n store = createSetupStore(id, setup, options, pinia, hot, true);\n return store;\n}\nfunction createSetupStore($id, setup, options = {}, pinia, hot, isOptionsStore) {\n let scope;\n const optionsForPlugin = assign({ actions: {} }, options);\n /* istanbul ignore if */\n if ((process.env.NODE_ENV !== 'production') && !pinia._e.active) {\n throw new Error('Pinia destroyed');\n }\n // watcher options for $subscribe\n const $subscribeOptions = {\n deep: true,\n // flush: 'post',\n };\n /* istanbul ignore else */\n if ((process.env.NODE_ENV !== 'production') && !isVue2) {\n $subscribeOptions.onTrigger = (event) => {\n /* istanbul ignore else */\n if (isListening) {\n debuggerEvents = event;\n // avoid triggering this while the store is being built and the state is being set in pinia\n }\n else if (isListening == false && !store._hotUpdating) {\n // let patch send all the events together later\n /* istanbul ignore else */\n if (Array.isArray(debuggerEvents)) {\n debuggerEvents.push(event);\n }\n else {\n console.error('🍍 debuggerEvents should be an array. This is most likely an internal Pinia bug.');\n }\n }\n };\n }\n // internal state\n let isListening; // set to true at the end\n let isSyncListening; // set to true at the end\n let subscriptions = [];\n let actionSubscriptions = [];\n let debuggerEvents;\n const initialState = pinia.state.value[$id];\n // avoid setting the state for option stores if it is set\n // by the setup\n if (!isOptionsStore && !initialState && (!(process.env.NODE_ENV !== 'production') || !hot)) {\n /* istanbul ignore if */\n if (isVue2) {\n set(pinia.state.value, $id, {});\n }\n else {\n pinia.state.value[$id] = {};\n }\n }\n const hotState = ref({});\n // avoid triggering too many listeners\n // https://github.com/vuejs/pinia/issues/1129\n let activeListener;\n function $patch(partialStateOrMutator) {\n let subscriptionMutation;\n isListening = isSyncListening = false;\n // reset the debugger events since patches are sync\n /* istanbul ignore else */\n if ((process.env.NODE_ENV !== 'production')) {\n debuggerEvents = [];\n }\n if (typeof partialStateOrMutator === 'function') {\n partialStateOrMutator(pinia.state.value[$id]);\n subscriptionMutation = {\n type: MutationType.patchFunction,\n storeId: $id,\n events: debuggerEvents,\n };\n }\n else {\n mergeReactiveObjects(pinia.state.value[$id], partialStateOrMutator);\n subscriptionMutation = {\n type: MutationType.patchObject,\n payload: partialStateOrMutator,\n storeId: $id,\n events: debuggerEvents,\n };\n }\n const myListenerId = (activeListener = Symbol());\n nextTick().then(() => {\n if (activeListener === myListenerId) {\n isListening = true;\n }\n });\n isSyncListening = true;\n // because we paused the watcher, we need to manually call the subscriptions\n triggerSubscriptions(subscriptions, subscriptionMutation, pinia.state.value[$id]);\n }\n const $reset = isOptionsStore\n ? function $reset() {\n const { state } = options;\n const newState = state ? state() : {};\n // we use a patch to group all changes into one single subscription\n this.$patch(($state) => {\n assign($state, newState);\n });\n }\n : /* istanbul ignore next */\n (process.env.NODE_ENV !== 'production')\n ? () => {\n throw new Error(`🍍: Store \"${$id}\" is built using the setup syntax and does not implement $reset().`);\n }\n : noop;\n function $dispose() {\n scope.stop();\n subscriptions = [];\n actionSubscriptions = [];\n pinia._s.delete($id);\n }\n /**\n * Wraps an action to handle subscriptions.\n *\n * @param name - name of the action\n * @param action - action to wrap\n * @returns a wrapped action to handle subscriptions\n */\n function wrapAction(name, action) {\n return function () {\n setActivePinia(pinia);\n const args = Array.from(arguments);\n const afterCallbackList = [];\n const onErrorCallbackList = [];\n function after(callback) {\n afterCallbackList.push(callback);\n }\n function onError(callback) {\n onErrorCallbackList.push(callback);\n }\n // @ts-expect-error\n triggerSubscriptions(actionSubscriptions, {\n args,\n name,\n store,\n after,\n onError,\n });\n let ret;\n try {\n ret = action.apply(this && this.$id === $id ? this : store, args);\n // handle sync errors\n }\n catch (error) {\n triggerSubscriptions(onErrorCallbackList, error);\n throw error;\n }\n if (ret instanceof Promise) {\n return ret\n .then((value) => {\n triggerSubscriptions(afterCallbackList, value);\n return value;\n })\n .catch((error) => {\n triggerSubscriptions(onErrorCallbackList, error);\n return Promise.reject(error);\n });\n }\n // trigger after callbacks\n triggerSubscriptions(afterCallbackList, ret);\n return ret;\n };\n }\n const _hmrPayload = /*#__PURE__*/ markRaw({\n actions: {},\n getters: {},\n state: [],\n hotState,\n });\n const partialStore = {\n _p: pinia,\n // _s: scope,\n $id,\n $onAction: addSubscription.bind(null, actionSubscriptions),\n $patch,\n $reset,\n $subscribe(callback, options = {}) {\n const removeSubscription = addSubscription(subscriptions, callback, options.detached, () => stopWatcher());\n const stopWatcher = scope.run(() => watch(() => pinia.state.value[$id], (state) => {\n if (options.flush === 'sync' ? isSyncListening : isListening) {\n callback({\n storeId: $id,\n type: MutationType.direct,\n events: debuggerEvents,\n }, state);\n }\n }, assign({}, $subscribeOptions, options)));\n return removeSubscription;\n },\n $dispose,\n };\n /* istanbul ignore if */\n if (isVue2) {\n // start as non ready\n partialStore._r = false;\n }\n const store = reactive((process.env.NODE_ENV !== 'production') || USE_DEVTOOLS\n ? assign({\n _hmrPayload,\n _customProperties: markRaw(new Set()), // devtools custom properties\n }, partialStore\n // must be added later\n // setupStore\n )\n : partialStore);\n // store the partial store now so the setup of stores can instantiate each other before they are finished without\n // creating infinite loops.\n pinia._s.set($id, store);\n const runWithContext = (pinia._a && pinia._a.runWithContext) || fallbackRunWithContext;\n // TODO: idea create skipSerialize that marks properties as non serializable and they are skipped\n const setupStore = runWithContext(() => pinia._e.run(() => (scope = effectScope()).run(setup)));\n // overwrite existing actions to support $onAction\n for (const key in setupStore) {\n const prop = setupStore[key];\n if ((isRef(prop) && !isComputed(prop)) || isReactive(prop)) {\n // mark it as a piece of state to be serialized\n if ((process.env.NODE_ENV !== 'production') && hot) {\n set(hotState.value, key, toRef(setupStore, key));\n // createOptionStore directly sets the state in pinia.state.value so we\n // can just skip that\n }\n else if (!isOptionsStore) {\n // in setup stores we must hydrate the state and sync pinia state tree with the refs the user just created\n if (initialState && shouldHydrate(prop)) {\n if (isRef(prop)) {\n prop.value = initialState[key];\n }\n else {\n // probably a reactive object, lets recursively assign\n // @ts-expect-error: prop is unknown\n mergeReactiveObjects(prop, initialState[key]);\n }\n }\n // transfer the ref to the pinia state to keep everything in sync\n /* istanbul ignore if */\n if (isVue2) {\n set(pinia.state.value[$id], key, prop);\n }\n else {\n pinia.state.value[$id][key] = prop;\n }\n }\n /* istanbul ignore else */\n if ((process.env.NODE_ENV !== 'production')) {\n _hmrPayload.state.push(key);\n }\n // action\n }\n else if (typeof prop === 'function') {\n // @ts-expect-error: we are overriding the function we avoid wrapping if\n const actionValue = (process.env.NODE_ENV !== 'production') && hot ? prop : wrapAction(key, prop);\n // this a hot module replacement store because the hotUpdate method needs\n // to do it with the right context\n /* istanbul ignore if */\n if (isVue2) {\n set(setupStore, key, actionValue);\n }\n else {\n // @ts-expect-error\n setupStore[key] = actionValue;\n }\n /* istanbul ignore else */\n if ((process.env.NODE_ENV !== 'production')) {\n _hmrPayload.actions[key] = prop;\n }\n // list actions so they can be used in plugins\n // @ts-expect-error\n optionsForPlugin.actions[key] = prop;\n }\n else if ((process.env.NODE_ENV !== 'production')) {\n // add getters for devtools\n if (isComputed(prop)) {\n _hmrPayload.getters[key] = isOptionsStore\n ? // @ts-expect-error\n options.getters[key]\n : prop;\n if (IS_CLIENT) {\n const getters = setupStore._getters ||\n // @ts-expect-error: same\n (setupStore._getters = markRaw([]));\n getters.push(key);\n }\n }\n }\n }\n // add the state, getters, and action properties\n /* istanbul ignore if */\n if (isVue2) {\n Object.keys(setupStore).forEach((key) => {\n set(store, key, setupStore[key]);\n });\n }\n else {\n assign(store, setupStore);\n // allows retrieving reactive objects with `storeToRefs()`. Must be called after assigning to the reactive object.\n // Make `storeToRefs()` work with `reactive()` #799\n assign(toRaw(store), setupStore);\n }\n // use this instead of a computed with setter to be able to create it anywhere\n // without linking the computed lifespan to wherever the store is first\n // created.\n Object.defineProperty(store, '$state', {\n get: () => ((process.env.NODE_ENV !== 'production') && hot ? hotState.value : pinia.state.value[$id]),\n set: (state) => {\n /* istanbul ignore if */\n if ((process.env.NODE_ENV !== 'production') && hot) {\n throw new Error('cannot set hotState');\n }\n $patch(($state) => {\n assign($state, state);\n });\n },\n });\n // add the hotUpdate before plugins to allow them to override it\n /* istanbul ignore else */\n if ((process.env.NODE_ENV !== 'production')) {\n store._hotUpdate = markRaw((newStore) => {\n store._hotUpdating = true;\n newStore._hmrPayload.state.forEach((stateKey) => {\n if (stateKey in store.$state) {\n const newStateTarget = newStore.$state[stateKey];\n const oldStateSource = store.$state[stateKey];\n if (typeof newStateTarget === 'object' &&\n isPlainObject(newStateTarget) &&\n isPlainObject(oldStateSource)) {\n patchObject(newStateTarget, oldStateSource);\n }\n else {\n // transfer the ref\n newStore.$state[stateKey] = oldStateSource;\n }\n }\n // patch direct access properties to allow store.stateProperty to work as\n // store.$state.stateProperty\n set(store, stateKey, toRef(newStore.$state, stateKey));\n });\n // remove deleted state properties\n Object.keys(store.$state).forEach((stateKey) => {\n if (!(stateKey in newStore.$state)) {\n del(store, stateKey);\n }\n });\n // avoid devtools logging this as a mutation\n isListening = false;\n isSyncListening = false;\n pinia.state.value[$id] = toRef(newStore._hmrPayload, 'hotState');\n isSyncListening = true;\n nextTick().then(() => {\n isListening = true;\n });\n for (const actionName in newStore._hmrPayload.actions) {\n const action = newStore[actionName];\n set(store, actionName, wrapAction(actionName, action));\n }\n // TODO: does this work in both setup and option store?\n for (const getterName in newStore._hmrPayload.getters) {\n const getter = newStore._hmrPayload.getters[getterName];\n const getterValue = isOptionsStore\n ? // special handling of options api\n computed(() => {\n setActivePinia(pinia);\n return getter.call(store, store);\n })\n : getter;\n set(store, getterName, getterValue);\n }\n // remove deleted getters\n Object.keys(store._hmrPayload.getters).forEach((key) => {\n if (!(key in newStore._hmrPayload.getters)) {\n del(store, key);\n }\n });\n // remove old actions\n Object.keys(store._hmrPayload.actions).forEach((key) => {\n if (!(key in newStore._hmrPayload.actions)) {\n del(store, key);\n }\n });\n // update the values used in devtools and to allow deleting new properties later on\n store._hmrPayload = newStore._hmrPayload;\n store._getters = newStore._getters;\n store._hotUpdating = false;\n });\n }\n if (USE_DEVTOOLS) {\n const nonEnumerable = {\n writable: true,\n configurable: true,\n // avoid warning on devtools trying to display this property\n enumerable: false,\n };\n ['_p', '_hmrPayload', '_getters', '_customProperties'].forEach((p) => {\n Object.defineProperty(store, p, assign({ value: store[p] }, nonEnumerable));\n });\n }\n /* istanbul ignore if */\n if (isVue2) {\n // mark the store as ready before plugins\n store._r = true;\n }\n // apply all plugins\n pinia._p.forEach((extender) => {\n /* istanbul ignore else */\n if (USE_DEVTOOLS) {\n const extensions = scope.run(() => extender({\n store,\n app: pinia._a,\n pinia,\n options: optionsForPlugin,\n }));\n Object.keys(extensions || {}).forEach((key) => store._customProperties.add(key));\n assign(store, extensions);\n }\n else {\n assign(store, scope.run(() => extender({\n store,\n app: pinia._a,\n pinia,\n options: optionsForPlugin,\n })));\n }\n });\n if ((process.env.NODE_ENV !== 'production') &&\n store.$state &&\n typeof store.$state === 'object' &&\n typeof store.$state.constructor === 'function' &&\n !store.$state.constructor.toString().includes('[native code]')) {\n console.warn(`[🍍]: The \"state\" must be a plain object. It cannot be\\n` +\n `\\tstate: () => new MyClass()\\n` +\n `Found in store \"${store.$id}\".`);\n }\n // only apply hydrate to option stores with an initial state in pinia\n if (initialState &&\n isOptionsStore &&\n options.hydrate) {\n options.hydrate(store.$state, initialState);\n }\n isListening = true;\n isSyncListening = true;\n return store;\n}\nfunction defineStore(\n// TODO: add proper types from above\nidOrOptions, setup, setupOptions) {\n let id;\n let options;\n const isSetupStore = typeof setup === 'function';\n if (typeof idOrOptions === 'string') {\n id = idOrOptions;\n // the option store setup will contain the actual options in this case\n options = isSetupStore ? setupOptions : setup;\n }\n else {\n options = idOrOptions;\n id = idOrOptions.id;\n if ((process.env.NODE_ENV !== 'production') && typeof id !== 'string') {\n throw new Error(`[🍍]: \"defineStore()\" must be passed a store id as its first argument.`);\n }\n }\n function useStore(pinia, hot) {\n const hasContext = hasInjectionContext();\n pinia =\n // in test mode, ignore the argument provided as we can always retrieve a\n // pinia instance with getActivePinia()\n ((process.env.NODE_ENV === 'test') && activePinia && activePinia._testing ? null : pinia) ||\n (hasContext ? inject(piniaSymbol, null) : null);\n if (pinia)\n setActivePinia(pinia);\n if ((process.env.NODE_ENV !== 'production') && !activePinia) {\n throw new Error(`[🍍]: \"getActivePinia()\" was called but there was no active Pinia. Are you trying to use a store before calling \"app.use(pinia)\"?\\n` +\n `See https://pinia.vuejs.org/core-concepts/outside-component-usage.html for help.\\n` +\n `This will fail in production.`);\n }\n pinia = activePinia;\n if (!pinia._s.has(id)) {\n // creating the store registers it in `pinia._s`\n if (isSetupStore) {\n createSetupStore(id, setup, options, pinia);\n }\n else {\n createOptionsStore(id, options, pinia);\n }\n /* istanbul ignore else */\n if ((process.env.NODE_ENV !== 'production')) {\n // @ts-expect-error: not the right inferred type\n useStore._pinia = pinia;\n }\n }\n const store = pinia._s.get(id);\n if ((process.env.NODE_ENV !== 'production') && hot) {\n const hotId = '__hot:' + id;\n const newStore = isSetupStore\n ? createSetupStore(hotId, setup, options, pinia, true)\n : createOptionsStore(hotId, assign({}, options), pinia, true);\n hot._hotUpdate(newStore);\n // cleanup the state properties and the store from the cache\n delete pinia.state.value[hotId];\n pinia._s.delete(hotId);\n }\n if ((process.env.NODE_ENV !== 'production') && IS_CLIENT) {\n const currentInstance = getCurrentInstance();\n // save stores in instances to access them devtools\n if (currentInstance &&\n currentInstance.proxy &&\n // avoid adding stores that are just built for hot module replacement\n !hot) {\n const vm = currentInstance.proxy;\n const cache = '_pStores' in vm ? vm._pStores : (vm._pStores = {});\n cache[id] = store;\n }\n }\n // StoreGeneric cannot be casted towards Store\n return store;\n }\n useStore.$id = id;\n return useStore;\n}\n\nlet mapStoreSuffix = 'Store';\n/**\n * Changes the suffix added by `mapStores()`. Can be set to an empty string.\n * Defaults to `\"Store\"`. Make sure to extend the MapStoresCustomization\n * interface if you are using TypeScript.\n *\n * @param suffix - new suffix\n */\nfunction setMapStoreSuffix(suffix // could be 'Store' but that would be annoying for JS\n) {\n mapStoreSuffix = suffix;\n}\n/**\n * Allows using stores without the composition API (`setup()`) by generating an\n * object to be spread in the `computed` field of a component. It accepts a list\n * of store definitions.\n *\n * @example\n * ```js\n * export default {\n * computed: {\n * // other computed properties\n * ...mapStores(useUserStore, useCartStore)\n * },\n *\n * created() {\n * this.userStore // store with id \"user\"\n * this.cartStore // store with id \"cart\"\n * }\n * }\n * ```\n *\n * @param stores - list of stores to map to an object\n */\nfunction mapStores(...stores) {\n if ((process.env.NODE_ENV !== 'production') && Array.isArray(stores[0])) {\n console.warn(`[🍍]: Directly pass all stores to \"mapStores()\" without putting them in an array:\\n` +\n `Replace\\n` +\n `\\tmapStores([useAuthStore, useCartStore])\\n` +\n `with\\n` +\n `\\tmapStores(useAuthStore, useCartStore)\\n` +\n `This will fail in production if not fixed.`);\n stores = stores[0];\n }\n return stores.reduce((reduced, useStore) => {\n // @ts-expect-error: $id is added by defineStore\n reduced[useStore.$id + mapStoreSuffix] = function () {\n return useStore(this.$pinia);\n };\n return reduced;\n }, {});\n}\n/**\n * Allows using state and getters from one store without using the composition\n * API (`setup()`) by generating an object to be spread in the `computed` field\n * of a component.\n *\n * @param useStore - store to map from\n * @param keysOrMapper - array or object\n */\nfunction mapState(useStore, keysOrMapper) {\n return Array.isArray(keysOrMapper)\n ? keysOrMapper.reduce((reduced, key) => {\n reduced[key] = function () {\n return useStore(this.$pinia)[key];\n };\n return reduced;\n }, {})\n : Object.keys(keysOrMapper).reduce((reduced, key) => {\n // @ts-expect-error\n reduced[key] = function () {\n const store = useStore(this.$pinia);\n const storeKey = keysOrMapper[key];\n // for some reason TS is unable to infer the type of storeKey to be a\n // function\n return typeof storeKey === 'function'\n ? storeKey.call(this, store)\n : store[storeKey];\n };\n return reduced;\n }, {});\n}\n/**\n * Alias for `mapState()`. You should use `mapState()` instead.\n * @deprecated use `mapState()` instead.\n */\nconst mapGetters = mapState;\n/**\n * Allows directly using actions from your store without using the composition\n * API (`setup()`) by generating an object to be spread in the `methods` field\n * of a component.\n *\n * @param useStore - store to map from\n * @param keysOrMapper - array or object\n */\nfunction mapActions(useStore, keysOrMapper) {\n return Array.isArray(keysOrMapper)\n ? keysOrMapper.reduce((reduced, key) => {\n // @ts-expect-error\n reduced[key] = function (...args) {\n return useStore(this.$pinia)[key](...args);\n };\n return reduced;\n }, {})\n : Object.keys(keysOrMapper).reduce((reduced, key) => {\n // @ts-expect-error\n reduced[key] = function (...args) {\n return useStore(this.$pinia)[keysOrMapper[key]](...args);\n };\n return reduced;\n }, {});\n}\n/**\n * Allows using state and getters from one store without using the composition\n * API (`setup()`) by generating an object to be spread in the `computed` field\n * of a component.\n *\n * @param useStore - store to map from\n * @param keysOrMapper - array or object\n */\nfunction mapWritableState(useStore, keysOrMapper) {\n return Array.isArray(keysOrMapper)\n ? keysOrMapper.reduce((reduced, key) => {\n // @ts-ignore\n reduced[key] = {\n get() {\n return useStore(this.$pinia)[key];\n },\n set(value) {\n // it's easier to type it here as any\n return (useStore(this.$pinia)[key] = value);\n },\n };\n return reduced;\n }, {})\n : Object.keys(keysOrMapper).reduce((reduced, key) => {\n // @ts-ignore\n reduced[key] = {\n get() {\n return useStore(this.$pinia)[keysOrMapper[key]];\n },\n set(value) {\n // it's easier to type it here as any\n return (useStore(this.$pinia)[keysOrMapper[key]] = value);\n },\n };\n return reduced;\n }, {});\n}\n\n/**\n * Creates an object of references with all the state, getters, and plugin-added\n * state properties of the store. Similar to `toRefs()` but specifically\n * designed for Pinia stores so methods and non reactive properties are\n * completely ignored.\n *\n * @param store - store to extract the refs from\n */\nfunction storeToRefs(store) {\n // See https://github.com/vuejs/pinia/issues/852\n // It's easier to just use toRefs() even if it includes more stuff\n if (isVue2) {\n // @ts-expect-error: toRefs include methods and others\n return toRefs(store);\n }\n else {\n store = toRaw(store);\n const refs = {};\n for (const key in store) {\n const value = store[key];\n if (isRef(value) || isReactive(value)) {\n // @ts-expect-error: the key is state or getter\n refs[key] =\n // ---\n toRef(store, key);\n }\n }\n return refs;\n }\n}\n\n/**\n * Vue 2 Plugin that must be installed for pinia to work. Note **you don't need\n * this plugin if you are using Nuxt.js**. Use the `buildModule` instead:\n * https://pinia.vuejs.org/ssr/nuxt.html.\n *\n * @example\n * ```js\n * import Vue from 'vue'\n * import { PiniaVuePlugin, createPinia } from 'pinia'\n *\n * Vue.use(PiniaVuePlugin)\n * const pinia = createPinia()\n *\n * new Vue({\n * el: '#app',\n * // ...\n * pinia,\n * })\n * ```\n *\n * @param _Vue - `Vue` imported from 'vue'.\n */\nconst PiniaVuePlugin = function (_Vue) {\n // Equivalent of\n // app.config.globalProperties.$pinia = pinia\n _Vue.mixin({\n beforeCreate() {\n const options = this.$options;\n if (options.pinia) {\n const pinia = options.pinia;\n // HACK: taken from provide(): https://github.com/vuejs/composition-api/blob/main/src/apis/inject.ts#L31\n /* istanbul ignore else */\n if (!this._provided) {\n const provideCache = {};\n Object.defineProperty(this, '_provided', {\n get: () => provideCache,\n set: (v) => Object.assign(provideCache, v),\n });\n }\n this._provided[piniaSymbol] = pinia;\n // propagate the pinia instance in an SSR friendly way\n // avoid adding it to nuxt twice\n /* istanbul ignore else */\n if (!this.$pinia) {\n this.$pinia = pinia;\n }\n pinia._a = this;\n if (IS_CLIENT) {\n // this allows calling useStore() outside of a component setup after\n // installing pinia's plugin\n setActivePinia(pinia);\n }\n if (USE_DEVTOOLS) {\n registerPiniaDevtools(pinia._a, pinia);\n }\n }\n else if (!this.$pinia && options.parent && options.parent.$pinia) {\n this.$pinia = options.parent.$pinia;\n }\n },\n destroyed() {\n delete this._pStores;\n },\n });\n};\n\nexport { MutationType, PiniaVuePlugin, acceptHMRUpdate, createPinia, defineStore, getActivePinia, mapActions, mapGetters, mapState, mapStores, mapWritableState, setActivePinia, setMapStoreSuffix, skipHydrate, storeToRefs };\n","/**\n * natural-orderby v3.0.2\n *\n * Copyright (c) Olaf Ennen\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE.md file in the root directory of this source tree.\n *\n * @license MIT\n */\nvar compareNumbers = function compareNumbers(numberA, numberB) {\n if (numberA < numberB) {\n return -1;\n }\n if (numberA > numberB) {\n return 1;\n }\n return 0;\n};\n\nvar compareUnicode = function compareUnicode(stringA, stringB) {\n var result = stringA.localeCompare(stringB);\n return result ? result / Math.abs(result) : 0;\n};\n\nvar RE_NUMBERS = /(^0x[\\da-fA-F]+$|^([+-]?(?:\\d+(?:\\.\\d*)?|\\.\\d+)(?:[eE][+-]?\\d+)?(?!\\.\\d+)(?=\\D|\\s|$))|\\d+)/g;\nvar RE_LEADING_OR_TRAILING_WHITESPACES = /^\\s+|\\s+$/g; // trim pre-post whitespace\nvar RE_WHITESPACES = /\\s+/g; // normalize all whitespace to single ' ' character\nvar RE_INT_OR_FLOAT = /^[+-]?(?:\\d+(?:\\.\\d*)?|\\.\\d+)(?:[eE][+-]?\\d+)?$/; // identify integers and floats\nvar RE_DATE = /(^([\\w ]+,?[\\w ]+)?[\\w ]+,?[\\w ]+\\d+:\\d+(:\\d+)?[\\w ]?|^\\d{1,4}[/-]\\d{1,4}[/-]\\d{1,4}|^\\w+, \\w+ \\d+, \\d{4})/; // identify date strings\nvar RE_LEADING_ZERO = /^0+[1-9]{1}[0-9]*$/;\n// eslint-disable-next-line no-control-regex\nvar RE_UNICODE_CHARACTERS = /[^\\x00-\\x80]/;\n\nvar stringCompare = function stringCompare(stringA, stringB) {\n if (stringA < stringB) {\n return -1;\n }\n if (stringA > stringB) {\n return 1;\n }\n return 0;\n};\n\nvar compareChunks = function compareChunks(chunksA, chunksB) {\n var lengthA = chunksA.length;\n var lengthB = chunksB.length;\n var size = Math.min(lengthA, lengthB);\n for (var i = 0; i < size; i++) {\n var chunkA = chunksA[i];\n var chunkB = chunksB[i];\n if (chunkA.normalizedString !== chunkB.normalizedString) {\n if (chunkA.normalizedString === '' !== (chunkB.normalizedString === '')) {\n // empty strings have lowest value\n return chunkA.normalizedString === '' ? -1 : 1;\n }\n if (chunkA.parsedNumber !== undefined && chunkB.parsedNumber !== undefined) {\n // compare numbers\n var result = compareNumbers(chunkA.parsedNumber, chunkB.parsedNumber);\n if (result === 0) {\n // compare string value, if parsed numbers are equal\n // Example:\n // chunkA = { parsedNumber: 1, normalizedString: \"001\" }\n // chunkB = { parsedNumber: 1, normalizedString: \"01\" }\n // chunkA.parsedNumber === chunkB.parsedNumber\n // chunkA.normalizedString < chunkB.normalizedString\n return stringCompare(chunkA.normalizedString, chunkB.normalizedString);\n }\n return result;\n } else if (chunkA.parsedNumber !== undefined || chunkB.parsedNumber !== undefined) {\n // number < string\n return chunkA.parsedNumber !== undefined ? -1 : 1;\n } else if (RE_UNICODE_CHARACTERS.test(chunkA.normalizedString + chunkB.normalizedString)) {\n // use locale comparison only if one of the chunks contains unicode characters\n return compareUnicode(chunkA.normalizedString, chunkB.normalizedString);\n } else {\n // use common string comparison for performance reason\n return stringCompare(chunkA.normalizedString, chunkB.normalizedString);\n }\n }\n }\n // if the chunks are equal so far, the one which has more chunks is greater than the other one\n if (lengthA > size || lengthB > size) {\n return lengthA <= size ? -1 : 1;\n }\n return 0;\n};\n\nvar compareOtherTypes = function compareOtherTypes(valueA, valueB) {\n if (!valueA.chunks ? valueB.chunks : !valueB.chunks) {\n return !valueA.chunks ? 1 : -1;\n }\n if (valueA.isNaN ? !valueB.isNaN : valueB.isNaN) {\n return valueA.isNaN ? -1 : 1;\n }\n if (valueA.isSymbol ? !valueB.isSymbol : valueB.isSymbol) {\n return valueA.isSymbol ? -1 : 1;\n }\n if (valueA.isObject ? !valueB.isObject : valueB.isObject) {\n return valueA.isObject ? -1 : 1;\n }\n if (valueA.isArray ? !valueB.isArray : valueB.isArray) {\n return valueA.isArray ? -1 : 1;\n }\n if (valueA.isFunction ? !valueB.isFunction : valueB.isFunction) {\n return valueA.isFunction ? -1 : 1;\n }\n if (valueA.isNull ? !valueB.isNull : valueB.isNull) {\n return valueA.isNull ? -1 : 1;\n }\n return 0;\n};\n\nvar compareValues = function compareValues(valueA, valueB) {\n if (valueA.value === valueB.value) {\n return 0;\n }\n if (valueA.parsedNumber !== undefined && valueB.parsedNumber !== undefined) {\n return compareNumbers(valueA.parsedNumber, valueB.parsedNumber);\n }\n if (valueA.chunks && valueB.chunks) {\n return compareChunks(valueA.chunks, valueB.chunks);\n }\n return compareOtherTypes(valueA, valueB);\n};\n\nvar normalizeAlphaChunk = function normalizeAlphaChunk(chunk) {\n return chunk.replace(RE_WHITESPACES, ' ').replace(RE_LEADING_OR_TRAILING_WHITESPACES, '');\n};\n\nvar parseNumber = function parseNumber(value) {\n if (value.length !== 0) {\n var parsedNumber = Number(value);\n if (!Number.isNaN(parsedNumber)) {\n return parsedNumber;\n }\n }\n return undefined;\n};\n\nvar normalizeNumericChunk = function normalizeNumericChunk(chunk, index, chunks) {\n if (RE_INT_OR_FLOAT.test(chunk)) {\n // don´t parse a number, if there´s a preceding decimal point\n // to keep significance\n // e.g. 1.0020, 1.020\n if (!RE_LEADING_ZERO.test(chunk) || index === 0 || chunks[index - 1] !== '.') {\n return parseNumber(chunk) || 0;\n }\n }\n return undefined;\n};\n\nvar createChunkMap = function createChunkMap(chunk, index, chunks) {\n return {\n parsedNumber: normalizeNumericChunk(chunk, index, chunks),\n normalizedString: normalizeAlphaChunk(chunk)\n };\n};\n\nvar createChunks = function createChunks(value) {\n return value.replace(RE_NUMBERS, '\\0$1\\0').replace(/\\0$/, '').replace(/^\\0/, '').split('\\0');\n};\n\nvar createChunkMaps = function createChunkMaps(value) {\n var chunksMaps = createChunks(value).map(createChunkMap);\n return chunksMaps;\n};\n\nvar isFunction = function isFunction(value) {\n return typeof value === 'function';\n};\n\nvar isNaN = function isNaN(value) {\n return Number.isNaN(value) || value instanceof Number && Number.isNaN(value.valueOf());\n};\n\nvar isNull = function isNull(value) {\n return value === null;\n};\n\nvar isObject = function isObject(value) {\n return value !== null && typeof value === 'object' && !Array.isArray(value) && !(value instanceof Number) && !(value instanceof String) && !(value instanceof Boolean) && !(value instanceof Date);\n};\n\nvar isSymbol = function isSymbol(value) {\n return typeof value === 'symbol';\n};\n\nvar isUndefined = function isUndefined(value) {\n return value === undefined;\n};\n\nvar parseDate = function parseDate(value) {\n try {\n var parsedDate = Date.parse(value);\n if (!Number.isNaN(parsedDate)) {\n if (RE_DATE.test(value)) {\n return parsedDate;\n }\n }\n return undefined;\n } catch (_unused) {\n return undefined;\n }\n};\n\nvar numberify = function numberify(value) {\n var parsedNumber = parseNumber(value);\n if (parsedNumber !== undefined) {\n return parsedNumber;\n }\n return parseDate(value);\n};\n\nvar stringify = function stringify(value) {\n if (typeof value === 'boolean' || value instanceof Boolean) {\n return Number(value).toString();\n }\n if (typeof value === 'number' || value instanceof Number) {\n return value.toString();\n }\n if (value instanceof Date) {\n return value.getTime().toString();\n }\n if (typeof value === 'string' || value instanceof String) {\n return value.toLowerCase().replace(RE_LEADING_OR_TRAILING_WHITESPACES, '');\n }\n return '';\n};\n\nvar getMappedValueRecord = function getMappedValueRecord(value) {\n if (typeof value === 'string' || value instanceof String || (typeof value === 'number' || value instanceof Number) && !isNaN(value) || typeof value === 'boolean' || value instanceof Boolean || value instanceof Date) {\n var stringValue = stringify(value);\n var parsedNumber = numberify(stringValue);\n var chunks = createChunkMaps(parsedNumber ? \"\" + parsedNumber : stringValue);\n return {\n parsedNumber: parsedNumber,\n chunks: chunks,\n value: value\n };\n }\n return {\n isArray: Array.isArray(value),\n isFunction: isFunction(value),\n isNaN: isNaN(value),\n isNull: isNull(value),\n isObject: isObject(value),\n isSymbol: isSymbol(value),\n isUndefined: isUndefined(value),\n value: value\n };\n};\n\nvar baseCompare = function baseCompare(options) {\n return function (valueA, valueB) {\n var a = getMappedValueRecord(valueA);\n var b = getMappedValueRecord(valueB);\n var result = compareValues(a, b);\n return result * (options.order === 'desc' ? -1 : 1);\n };\n};\n\nvar isValidOrder = function isValidOrder(value) {\n return typeof value === 'string' && (value === 'asc' || value === 'desc');\n};\nvar getOptions = function getOptions(customOptions) {\n var order = 'asc';\n if (typeof customOptions === 'string' && isValidOrder(customOptions)) {\n order = customOptions;\n } else if (customOptions && typeof customOptions === 'object' && customOptions.order && isValidOrder(customOptions.order)) {\n order = customOptions.order;\n }\n return {\n order: order\n };\n};\n\n/**\n * Creates a compare function that defines the natural sort order considering\n * the given `options` which may be passed to [`Array.prototype.sort()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort).\n */\nfunction compare(options) {\n var validatedOptions = getOptions(options);\n return baseCompare(validatedOptions);\n}\n\nvar compareMultiple = function compareMultiple(recordA, recordB, orders) {\n var indexA = recordA.index,\n valuesA = recordA.values;\n var indexB = recordB.index,\n valuesB = recordB.values;\n var length = valuesA.length;\n var ordersLength = orders.length;\n for (var i = 0; i < length; i++) {\n var order = i < ordersLength ? orders[i] : null;\n if (order && typeof order === 'function') {\n var result = order(valuesA[i].value, valuesB[i].value);\n if (result) {\n return result;\n }\n } else {\n var _result = compareValues(valuesA[i], valuesB[i]);\n if (_result) {\n return _result * (order === 'desc' ? -1 : 1);\n }\n }\n }\n return indexA - indexB;\n};\n\nvar createIdentifierFn = function createIdentifierFn(identifier) {\n if (typeof identifier === 'function') {\n // identifier is already a lookup function\n return identifier;\n }\n return function (value) {\n if (Array.isArray(value)) {\n var index = Number(identifier);\n if (Number.isInteger(index)) {\n return value[index];\n }\n } else if (value && typeof value === 'object') {\n var result = Object.getOwnPropertyDescriptor(value, identifier);\n return result == null ? void 0 : result.value;\n }\n return value;\n };\n};\n\nvar getElementByIndex = function getElementByIndex(collection, index) {\n return collection[index];\n};\n\nvar getValueByIdentifier = function getValueByIdentifier(value, getValue) {\n return getValue(value);\n};\n\nvar baseOrderBy = function baseOrderBy(collection, identifiers, orders) {\n var identifierFns = identifiers.length ? identifiers.map(createIdentifierFn) : [function (value) {\n return value;\n }];\n\n // temporary array holds elements with position and sort-values\n var mappedCollection = collection.map(function (element, index) {\n var values = identifierFns.map(function (identifier) {\n return getValueByIdentifier(element, identifier);\n }).map(getMappedValueRecord);\n return {\n index: index,\n values: values\n };\n });\n\n // iterate over values and compare values until a != b or last value reached\n mappedCollection.sort(function (recordA, recordB) {\n return compareMultiple(recordA, recordB, orders);\n });\n return mappedCollection.map(function (element) {\n return getElementByIndex(collection, element.index);\n });\n};\n\nvar getIdentifiers = function getIdentifiers(identifiers) {\n if (!identifiers) {\n return [];\n }\n var identifierList = !Array.isArray(identifiers) ? [identifiers] : [].concat(identifiers);\n if (identifierList.some(function (identifier) {\n return typeof identifier !== 'string' && typeof identifier !== 'number' && typeof identifier !== 'function';\n })) {\n return [];\n }\n return identifierList;\n};\n\nvar getOrders = function getOrders(orders) {\n if (!orders) {\n return [];\n }\n var orderList = !Array.isArray(orders) ? [orders] : [].concat(orders);\n if (orderList.some(function (order) {\n return order !== 'asc' && order !== 'desc' && typeof order !== 'function';\n })) {\n return [];\n }\n return orderList;\n};\n\n/**\n * Creates an array of elements, natural sorted by specified identifiers and\n * the corresponding sort orders. This method implements a stable sort\n * algorithm, which means the original sort order of equal elements is\n * preserved.\n */\nfunction orderBy(collection, identifiers, orders) {\n if (!collection || !Array.isArray(collection)) {\n return [];\n }\n var validatedIdentifiers = getIdentifiers(identifiers);\n var validatedOrders = getOrders(orders);\n return baseOrderBy(collection, validatedIdentifiers, validatedOrders);\n}\n\nexport { compare, orderBy };\n","\n\n","import mod from \"-!../vue-loader/lib/index.js??vue-loader-options!./FormatListBulletedSquare.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../vue-loader/lib/index.js??vue-loader-options!./FormatListBulletedSquare.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./FormatListBulletedSquare.vue?vue&type=template&id=03d22f04\"\nimport script from \"./FormatListBulletedSquare.vue?vue&type=script&lang=js\"\nexport * from \"./FormatListBulletedSquare.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('span',_vm._b({staticClass:\"material-design-icon format-list-bulleted-square-icon\",attrs:{\"aria-hidden\":!_vm.title,\"aria-label\":_vm.title,\"role\":\"img\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'span',_vm.$attrs,false),[_c('svg',{staticClass:\"material-design-icon__svg\",attrs:{\"fill\":_vm.fillColor,\"width\":_vm.size,\"height\":_vm.size,\"viewBox\":\"0 0 24 24\"}},[_c('path',{attrs:{\"d\":\"M3,4H7V8H3V4M9,5V7H21V5H9M3,10H7V14H3V10M9,11V13H21V11H9M3,16H7V20H3V16M9,17V19H21V17H9\"}},[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e()])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n\n","import mod from \"-!../vue-loader/lib/index.js??vue-loader-options!./ShareVariant.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../vue-loader/lib/index.js??vue-loader-options!./ShareVariant.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./ShareVariant.vue?vue&type=template&id=1f144a5c\"\nimport script from \"./ShareVariant.vue?vue&type=script&lang=js\"\nexport * from \"./ShareVariant.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('span',_vm._b({staticClass:\"material-design-icon share-variant-icon\",attrs:{\"aria-hidden\":!_vm.title,\"aria-label\":_vm.title,\"role\":\"img\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'span',_vm.$attrs,false),[_c('svg',{staticClass:\"material-design-icon__svg\",attrs:{\"fill\":_vm.fillColor,\"width\":_vm.size,\"height\":_vm.size,\"viewBox\":\"0 0 24 24\"}},[_c('path',{attrs:{\"d\":\"M18,16.08C17.24,16.08 16.56,16.38 16.04,16.85L8.91,12.7C8.96,12.47 9,12.24 9,12C9,11.76 8.96,11.53 8.91,11.3L15.96,7.19C16.5,7.69 17.21,8 18,8A3,3 0 0,0 21,5A3,3 0 0,0 18,2A3,3 0 0,0 15,5C15,5.24 15.04,5.47 15.09,5.7L8.04,9.81C7.5,9.31 6.79,9 6,9A3,3 0 0,0 3,12A3,3 0 0,0 6,15C6.79,15 7.5,14.69 8.04,14.19L15.16,18.34C15.11,18.55 15.08,18.77 15.08,19C15.08,20.61 16.39,21.91 18,21.91C19.61,21.91 20.92,20.61 20.92,19A2.92,2.92 0 0,0 18,16.08Z\"}},[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e()])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../vue-loader/lib/index.js??vue-loader-options!./ViewGrid.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../vue-loader/lib/index.js??vue-loader-options!./ViewGrid.vue?vue&type=script&lang=js\"","\n\n","import { render, staticRenderFns } from \"./ViewGrid.vue?vue&type=template&id=6ca550f9\"\nimport script from \"./ViewGrid.vue?vue&type=script&lang=js\"\nexport * from \"./ViewGrid.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('span',_vm._b({staticClass:\"material-design-icon view-grid-icon\",attrs:{\"aria-hidden\":!_vm.title,\"aria-label\":_vm.title,\"role\":\"img\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'span',_vm.$attrs,false),[_c('svg',{staticClass:\"material-design-icon__svg\",attrs:{\"fill\":_vm.fillColor,\"width\":_vm.size,\"height\":_vm.size,\"viewBox\":\"0 0 24 24\"}},[_c('path',{attrs:{\"d\":\"M3,11H11V3H3M3,21H11V13H3M13,21H21V13H13M13,3V11H21V3\"}},[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e()])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","/**\n * @copyright Copyright (c) 2022 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { getLoggerBuilder } from '@nextcloud/logger'\n\nexport default getLoggerBuilder()\n\t.setApp('files')\n\t.detectUser()\n\t.build()\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { Permission, View, FileAction, FileType } from '@nextcloud/files';\nimport { translate as t } from '@nextcloud/l10n';\nimport InformationSvg from '@mdi/svg/svg/information-variant.svg?raw';\nimport logger from '../logger.js';\nexport const ACTION_DETAILS = 'details';\nexport const action = new FileAction({\n id: ACTION_DETAILS,\n displayName: () => t('files', 'Open details'),\n iconSvgInline: () => InformationSvg,\n // Sidebar currently supports user folder only, /files/USER\n enabled: (nodes) => {\n // Only works on single node\n if (nodes.length !== 1) {\n return false;\n }\n if (!nodes[0]) {\n return false;\n }\n // Only work if the sidebar is available\n if (!window?.OCA?.Files?.Sidebar) {\n return false;\n }\n return (nodes[0].root?.startsWith('/files/') && nodes[0].permissions !== Permission.NONE) ?? false;\n },\n async exec(node, view, dir) {\n try {\n // TODO: migrate Sidebar to use a Node instead\n await window.OCA.Files.Sidebar.open(node.path);\n // Silently update current fileid\n window.OCP.Files.Router.goToRoute(null, { view: view.id, fileid: node.fileid }, { dir }, true);\n return null;\n }\n catch (error) {\n logger.error('Error while opening sidebar', { error });\n return false;\n }\n },\n order: -50,\n});\n","import { defineStore } from 'pinia';\nimport { subscribe } from '@nextcloud/event-bus';\nimport logger from '../logger';\nimport Vue from 'vue';\nexport const useFilesStore = function (...args) {\n const store = defineStore('files', {\n state: () => ({\n files: {},\n roots: {},\n }),\n getters: {\n /**\n * Get a file or folder by id\n */\n getNode: (state) => (id) => state.files[id],\n /**\n * Get a list of files or folders by their IDs\n * Does not return undefined values\n */\n getNodes: (state) => (ids) => ids\n .map(id => state.files[id])\n .filter(Boolean),\n /**\n * Get a file or folder by id\n */\n getRoot: (state) => (service) => state.roots[service],\n },\n actions: {\n updateNodes(nodes) {\n // Update the store all at once\n const files = nodes.reduce((acc, node) => {\n if (!node.fileid) {\n logger.error('Trying to update/set a node without fileid', node);\n return acc;\n }\n acc[node.fileid] = node;\n return acc;\n }, {});\n Vue.set(this, 'files', { ...this.files, ...files });\n },\n deleteNodes(nodes) {\n nodes.forEach(node => {\n if (node.fileid) {\n Vue.delete(this.files, node.fileid);\n }\n });\n },\n setRoot({ service, root }) {\n Vue.set(this.roots, service, root);\n },\n onDeletedNode(node) {\n this.deleteNodes([node]);\n },\n onCreatedNode(node) {\n this.updateNodes([node]);\n },\n onUpdatedNode(node) {\n this.updateNodes([node]);\n },\n },\n });\n const fileStore = store(...args);\n // Make sure we only register the listeners once\n if (!fileStore._initialized) {\n subscribe('files:node:created', fileStore.onCreatedNode);\n subscribe('files:node:deleted', fileStore.onDeletedNode);\n subscribe('files:node:updated', fileStore.onUpdatedNode);\n fileStore._initialized = true;\n }\n return fileStore;\n};\n","import { defineStore } from 'pinia';\nimport { FileType, Folder, Node, getNavigation } from '@nextcloud/files';\nimport { subscribe } from '@nextcloud/event-bus';\nimport Vue from 'vue';\nimport logger from '../logger';\nimport { useFilesStore } from './files';\nexport const usePathsStore = function (...args) {\n const files = useFilesStore();\n const store = defineStore('paths', {\n state: () => ({\n paths: {},\n }),\n getters: {\n getPath: (state) => {\n return (service, path) => {\n if (!state.paths[service]) {\n return undefined;\n }\n return state.paths[service][path];\n };\n },\n },\n actions: {\n addPath(payload) {\n // If it doesn't exists, init the service state\n if (!this.paths[payload.service]) {\n Vue.set(this.paths, payload.service, {});\n }\n // Now we can set the provided path\n Vue.set(this.paths[payload.service], payload.path, payload.fileid);\n },\n onCreatedNode(node) {\n const service = getNavigation()?.active?.id || 'files';\n if (!node.fileid) {\n logger.error('Node has no fileid', { node });\n return;\n }\n // Only add path if it's a folder\n if (node.type === FileType.Folder) {\n this.addPath({\n service,\n path: node.path,\n fileid: node.fileid,\n });\n }\n // Update parent folder children if exists\n // If the folder is the root, get it and update it\n if (node.dirname === '/') {\n const root = files.getRoot(service);\n if (!root._children) {\n Vue.set(root, '_children', []);\n }\n root._children.push(node.fileid);\n return;\n }\n // If the folder doesn't exists yet, it will be\n // fetched later and its children updated anyway.\n if (this.paths[service][node.dirname]) {\n const parentId = this.paths[service][node.dirname];\n const parentFolder = files.getNode(parentId);\n logger.debug('Path already exists, updating children', { parentFolder, node });\n if (!parentFolder) {\n logger.error('Parent folder not found', { parentId });\n return;\n }\n if (!parentFolder._children) {\n Vue.set(parentFolder, '_children', []);\n }\n parentFolder._children.push(node.fileid);\n return;\n }\n logger.debug('Parent path does not exists, skipping children update', { node });\n },\n },\n });\n const pathsStore = store(...args);\n // Make sure we only register the listeners once\n if (!pathsStore._initialized) {\n // TODO: watch folders to update paths?\n subscribe('files:node:created', pathsStore.onCreatedNode);\n // subscribe('files:node:deleted', pathsStore.onDeletedNode)\n // subscribe('files:node:moved', pathsStore.onMovedNode)\n pathsStore._initialized = true;\n }\n return pathsStore;\n};\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { defineStore } from 'pinia';\nimport Vue from 'vue';\nimport { FileId, SelectionStore } from '../types';\nexport const useSelectionStore = defineStore('selection', {\n state: () => ({\n selected: [],\n lastSelection: [],\n lastSelectedIndex: null,\n }),\n actions: {\n /**\n * Set the selection of fileIds\n */\n set(selection = []) {\n Vue.set(this, 'selected', [...new Set(selection)]);\n },\n /**\n * Set the last selected index\n */\n setLastIndex(lastSelectedIndex = null) {\n // Update the last selection if we provided a new selection starting point\n Vue.set(this, 'lastSelection', lastSelectedIndex ? this.selected : []);\n Vue.set(this, 'lastSelectedIndex', lastSelectedIndex);\n },\n /**\n * Reset the selection\n */\n reset() {\n Vue.set(this, 'selected', []);\n Vue.set(this, 'lastSelection', []);\n Vue.set(this, 'lastSelectedIndex', null);\n },\n },\n});\n","import { defineStore } from 'pinia';\nimport { getUploader } from '@nextcloud/upload';\nlet uploader;\nexport const useUploaderStore = function (...args) {\n // Only init on runtime\n uploader = getUploader();\n const store = defineStore('uploader', {\n state: () => ({\n queue: uploader.queue,\n }),\n });\n return store(...args);\n};\n","import { defineStore } from 'pinia';\nimport { emit, subscribe } from '@nextcloud/event-bus';\nimport { generateUrl } from '@nextcloud/router';\nimport { loadState } from '@nextcloud/initial-state';\nimport axios from '@nextcloud/axios';\nimport Vue from 'vue';\nconst userConfig = loadState('files', 'config', {\n show_hidden: false,\n crop_image_previews: true,\n sort_favorites_first: true,\n grid_view: false,\n});\nexport const useUserConfigStore = function (...args) {\n const store = defineStore('userconfig', {\n state: () => ({\n userConfig,\n }),\n actions: {\n /**\n * Update the user config local store\n */\n onUpdate(key, value) {\n Vue.set(this.userConfig, key, value);\n },\n /**\n * Update the user config local store AND on server side\n */\n async update(key, value) {\n await axios.put(generateUrl('/apps/files/api/v1/config/' + key), {\n value,\n });\n emit('files:config:updated', { key, value });\n },\n },\n });\n const userConfigStore = store(...args);\n // Make sure we only register the listeners once\n if (!userConfigStore._initialized) {\n subscribe('files:config:updated', function ({ key, value }) {\n userConfigStore.onUpdate(key, value);\n });\n userConfigStore._initialized = true;\n }\n return userConfigStore;\n};\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { defineStore } from 'pinia';\nimport { emit, subscribe } from '@nextcloud/event-bus';\nimport { generateUrl } from '@nextcloud/router';\nimport { loadState } from '@nextcloud/initial-state';\nimport axios from '@nextcloud/axios';\nimport Vue from 'vue';\nconst viewConfig = loadState('files', 'viewConfigs', {});\nexport const useViewConfigStore = function (...args) {\n const store = defineStore('viewconfig', {\n state: () => ({\n viewConfig,\n }),\n getters: {\n getConfig: (state) => (view) => state.viewConfig[view] || {},\n },\n actions: {\n /**\n * Update the view config local store\n */\n onUpdate(view, key, value) {\n if (!this.viewConfig[view]) {\n Vue.set(this.viewConfig, view, {});\n }\n Vue.set(this.viewConfig[view], key, value);\n },\n /**\n * Update the view config local store AND on server side\n */\n async update(view, key, value) {\n axios.put(generateUrl(`/apps/files/api/v1/views/${view}/${key}`), {\n value,\n });\n emit('files:viewconfig:updated', { view, key, value });\n },\n /**\n * Set the sorting key AND sort by ASC\n * The key param must be a valid key of a File object\n * If not found, will be searched within the File attributes\n */\n setSortingBy(key = 'basename', view = 'files') {\n // Save new config\n this.update(view, 'sorting_mode', key);\n this.update(view, 'sorting_direction', 'asc');\n },\n /**\n * Toggle the sorting direction\n */\n toggleSortingDirection(view = 'files') {\n const config = this.getConfig(view) || { sorting_direction: 'asc' };\n const newDirection = config.sorting_direction === 'asc' ? 'desc' : 'asc';\n // Save new config\n this.update(view, 'sorting_direction', newDirection);\n },\n },\n });\n const viewConfigStore = store(...args);\n // Make sure we only register the listeners once\n if (!viewConfigStore._initialized) {\n subscribe('files:viewconfig:updated', function ({ view, key, value }) {\n viewConfigStore.onUpdate(view, key, value);\n });\n viewConfigStore._initialized = true;\n }\n return viewConfigStore;\n};\n","import mod from \"-!../vue-loader/lib/index.js??vue-loader-options!./Home.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../vue-loader/lib/index.js??vue-loader-options!./Home.vue?vue&type=script&lang=js\"","\n\n","import { render, staticRenderFns } from \"./Home.vue?vue&type=template&id=69a49b0f\"\nimport script from \"./Home.vue?vue&type=script&lang=js\"\nexport * from \"./Home.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('span',_vm._b({staticClass:\"material-design-icon home-icon\",attrs:{\"aria-hidden\":!_vm.title,\"aria-label\":_vm.title,\"role\":\"img\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'span',_vm.$attrs,false),[_c('svg',{staticClass:\"material-design-icon__svg\",attrs:{\"fill\":_vm.fillColor,\"width\":_vm.size,\"height\":_vm.size,\"viewBox\":\"0 0 24 24\"}},[_c('path',{attrs:{\"d\":\"M10,20V14H14V20H19V12H22L12,3L2,12H5V20H10Z\"}},[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e()])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n\n\n\n\n","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./BreadCrumbs.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./BreadCrumbs.vue?vue&type=script&lang=js\"","\n import API from \"!../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./BreadCrumbs.vue?vue&type=style&index=0&id=2af35352&prod&lang=scss&scoped=true\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./BreadCrumbs.vue?vue&type=style&index=0&id=2af35352&prod&lang=scss&scoped=true\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./BreadCrumbs.vue?vue&type=template&id=2af35352&scoped=true\"\nimport script from \"./BreadCrumbs.vue?vue&type=script&lang=js\"\nexport * from \"./BreadCrumbs.vue?vue&type=script&lang=js\"\nimport style0 from \"./BreadCrumbs.vue?vue&type=style&index=0&id=2af35352&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"2af35352\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('NcBreadcrumbs',{attrs:{\"data-cy-files-content-breadcrumbs\":\"\"},scopedSlots:_vm._u([{key:\"actions\",fn:function(){return [_vm._t(\"actions\")]},proxy:true}],null,true)},_vm._l((_vm.sections),function(section,index){return _c('NcBreadcrumb',_vm._b({key:section.dir,attrs:{\"aria-label\":_vm.ariaLabel(section),\"title\":_vm.ariaLabel(section),\"dir\":\"auto\",\"to\":section.to},nativeOn:{\"click\":function($event){return _vm.onClick(section.to)}},scopedSlots:_vm._u([(index === 0)?{key:\"icon\",fn:function(){return [_c('Home',{attrs:{\"size\":20}})]},proxy:true}:null],null,true)},'NcBreadcrumb',section,false))}),1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('VirtualList',{ref:\"table\",attrs:{\"data-component\":_vm.userConfig.grid_view ? _vm.FileEntryGrid : _vm.FileEntry,\"data-key\":'source',\"data-sources\":_vm.nodes,\"grid-mode\":_vm.userConfig.grid_view,\"extra-props\":{\n\t\tisMtimeAvailable: _vm.isMtimeAvailable,\n\t\tisSizeAvailable: _vm.isSizeAvailable,\n\t\tnodes: _vm.nodes,\n\t\tfilesListWidth: _vm.filesListWidth,\n\t},\"scroll-to-index\":_vm.scrollToIndex,\"caption\":_vm.caption},scopedSlots:_vm._u([{key:\"before\",fn:function(){return _vm._l((_vm.sortedHeaders),function(header){return _c('FilesListHeader',{key:header.id,attrs:{\"current-folder\":_vm.currentFolder,\"current-view\":_vm.currentView,\"header\":header}})})},proxy:true},{key:\"header\",fn:function(){return [_c('FilesListTableHeader',{ref:\"thead\",attrs:{\"files-list-width\":_vm.filesListWidth,\"is-mtime-available\":_vm.isMtimeAvailable,\"is-size-available\":_vm.isSizeAvailable,\"nodes\":_vm.nodes}})]},proxy:true},{key:\"footer\",fn:function(){return [_c('FilesListTableFooter',{attrs:{\"files-list-width\":_vm.filesListWidth,\"is-mtime-available\":_vm.isMtimeAvailable,\"is-size-available\":_vm.isSizeAvailable,\"nodes\":_vm.nodes,\"summary\":_vm.summary}})]},proxy:true}])})\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n\n","import mod from \"-!../vue-loader/lib/index.js??vue-loader-options!./FileMultiple.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../vue-loader/lib/index.js??vue-loader-options!./FileMultiple.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./FileMultiple.vue?vue&type=template&id=065722db\"\nimport script from \"./FileMultiple.vue?vue&type=script&lang=js\"\nexport * from \"./FileMultiple.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('span',_vm._b({staticClass:\"material-design-icon file-multiple-icon\",attrs:{\"aria-hidden\":!_vm.title,\"aria-label\":_vm.title,\"role\":\"img\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'span',_vm.$attrs,false),[_c('svg',{staticClass:\"material-design-icon__svg\",attrs:{\"fill\":_vm.fillColor,\"width\":_vm.size,\"height\":_vm.size,\"viewBox\":\"0 0 24 24\"}},[_c('path',{attrs:{\"d\":\"M15,7H20.5L15,1.5V7M8,0H16L22,6V18A2,2 0 0,1 20,20H8C6.89,20 6,19.1 6,18V2A2,2 0 0,1 8,0M4,4V22H20V24H4A2,2 0 0,1 2,22V4H4Z\"}},[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e()])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import { render, staticRenderFns } from \"./Folder.vue?vue&type=template&id=5c04f969\"\nimport script from \"./Folder.vue?vue&type=script&lang=js\"\nexport * from \"./Folder.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('div',{staticClass:\"files-list-drag-image\"},[_c('span',{staticClass:\"files-list-drag-image__icon\"},[_c('span',{ref:\"previewImg\"}),_vm._v(\" \"),(_vm.isSingleFolder)?_c('FolderIcon'):_c('FileMultipleIcon')],1),_vm._v(\" \"),_c('span',{staticClass:\"files-list-drag-image__name\"},[_vm._v(_vm._s(_vm.name))])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","/**\n * @copyright Copyright (c) 2021 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { FileType } from '@nextcloud/files';\nimport { translate as t, translatePlural as n } from '@nextcloud/l10n';\nexport const encodeFilePath = function (path) {\n const pathSections = (path.startsWith('/') ? path : `/${path}`).split('/');\n let relativePath = '';\n pathSections.forEach((section) => {\n if (section !== '') {\n relativePath += '/' + encodeURIComponent(section);\n }\n });\n return relativePath;\n};\n/**\n * Extract dir and name from file path\n *\n * @param {string} path the full path\n * @return {string[]} [dirPath, fileName]\n */\nexport const extractFilePaths = function (path) {\n const pathSections = path.split('/');\n const fileName = pathSections[pathSections.length - 1];\n const dirPath = pathSections.slice(0, pathSections.length - 1).join('/');\n return [dirPath, fileName];\n};\n/**\n * Generate a translated summary of an array of nodes\n * @param {Node[]} nodes the nodes to summarize\n * @return {string}\n */\nexport const getSummaryFor = (nodes) => {\n const fileCount = nodes.filter(node => node.type === FileType.File).length;\n const folderCount = nodes.filter(node => node.type === FileType.Folder).length;\n if (fileCount === 0) {\n return n('files', '{folderCount} folder', '{folderCount} folders', folderCount, { folderCount });\n }\n else if (folderCount === 0) {\n return n('files', '{fileCount} file', '{fileCount} files', fileCount, { fileCount });\n }\n if (fileCount === 1) {\n return n('files', '1 file and {folderCount} folder', '1 file and {folderCount} folders', folderCount, { folderCount });\n }\n if (folderCount === 1) {\n return n('files', '{fileCount} file and 1 folder', '{fileCount} files and 1 folder', fileCount, { fileCount });\n }\n return t('files', '{fileCount} files and {folderCount} folders', { fileCount, folderCount });\n};\n","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./DragAndDropPreview.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./DragAndDropPreview.vue?vue&type=script&lang=ts\"","\n import API from \"!../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./DragAndDropPreview.vue?vue&type=style&index=0&id=578d5cf6&prod&lang=scss\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./DragAndDropPreview.vue?vue&type=style&index=0&id=578d5cf6&prod&lang=scss\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./DragAndDropPreview.vue?vue&type=template&id=578d5cf6\"\nimport script from \"./DragAndDropPreview.vue?vue&type=script&lang=ts\"\nexport * from \"./DragAndDropPreview.vue?vue&type=script&lang=ts\"\nimport style0 from \"./DragAndDropPreview.vue?vue&type=style&index=0&id=578d5cf6&prod&lang=scss\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","import DragAndDropPreview from '../components/DragAndDropPreview.vue';\nimport Vue from 'vue';\nconst Preview = Vue.extend(DragAndDropPreview);\nlet preview;\nexport const getDragAndDropPreview = async (nodes) => {\n return new Promise((resolve) => {\n if (!preview) {\n preview = new Preview().$mount();\n document.body.appendChild(preview.$el);\n }\n preview.update(nodes);\n preview.$on('loaded', () => {\n resolve(preview.$el);\n preview.$off('loaded');\n });\n });\n};\n","\n import API from \"!../../../style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../css-loader/dist/cjs.js!./style.css\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../css-loader/dist/cjs.js!./style.css\";\n export default content && content.locals ? content.locals : undefined;\n","import axios from './lib/axios.js';\n\n// This module is intended to unwrap Axios default export as named.\n// Keep top-level export same with static properties\n// so that it can keep same with es module or cjs\nconst {\n Axios,\n AxiosError,\n CanceledError,\n isCancel,\n CancelToken,\n VERSION,\n all,\n Cancel,\n isAxiosError,\n spread,\n toFormData,\n AxiosHeaders,\n HttpStatusCode,\n formToJSON,\n getAdapter,\n mergeConfig\n} = axios;\n\nexport {\n axios as default,\n Axios,\n AxiosError,\n CanceledError,\n isCancel,\n CancelToken,\n VERSION,\n all,\n Cancel,\n isAxiosError,\n spread,\n toFormData,\n AxiosHeaders,\n HttpStatusCode,\n formToJSON,\n getAdapter,\n mergeConfig\n}\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport '@nextcloud/dialogs/style.css';\nimport { Permission } from '@nextcloud/files';\nimport PQueue from 'p-queue';\n// This is the processing queue. We only want to allow 3 concurrent requests\nlet queue;\n/**\n * Get the processing queue\n */\nexport const getQueue = () => {\n if (!queue) {\n queue = new PQueue({ concurrency: 3 });\n }\n return queue;\n};\nexport var MoveCopyAction;\n(function (MoveCopyAction) {\n MoveCopyAction[\"MOVE\"] = \"Move\";\n MoveCopyAction[\"COPY\"] = \"Copy\";\n MoveCopyAction[\"MOVE_OR_COPY\"] = \"move-or-copy\";\n})(MoveCopyAction || (MoveCopyAction = {}));\nexport const canMove = (nodes) => {\n const minPermission = nodes.reduce((min, node) => Math.min(min, node.permissions), Permission.ALL);\n return (minPermission & Permission.UPDATE) !== 0;\n};\nexport const canDownload = (nodes) => {\n return nodes.every(node => {\n const shareAttributes = JSON.parse(node.attributes?.['share-attributes'] ?? '[]');\n return !shareAttributes.some(attribute => attribute.scope === 'permissions' && attribute.enabled === false && attribute.key === 'download');\n });\n};\nexport const canCopy = (nodes) => {\n // For now the only restriction is that a shared file\n // cannot be copied if the download is disabled\n return canDownload(nodes);\n};\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport '@nextcloud/dialogs/style.css';\n// eslint-disable-next-line n/no-extraneous-import\nimport { AxiosError } from 'axios';\nimport { basename, join } from 'path';\nimport { emit } from '@nextcloud/event-bus';\nimport { generateRemoteUrl } from '@nextcloud/router';\nimport { getCurrentUser } from '@nextcloud/auth';\nimport { getFilePickerBuilder, showError } from '@nextcloud/dialogs';\nimport { Permission, FileAction, FileType, NodeStatus } from '@nextcloud/files';\nimport { translate as t } from '@nextcloud/l10n';\nimport axios from '@nextcloud/axios';\nimport Vue from 'vue';\nimport CopyIconSvg from '@mdi/svg/svg/folder-multiple.svg?raw';\nimport FolderMoveSvg from '@mdi/svg/svg/folder-move.svg?raw';\nimport { MoveCopyAction, canCopy, canMove, getQueue } from './moveOrCopyActionUtils';\nimport logger from '../logger';\n/**\n * Return the action that is possible for the given nodes\n * @param {Node[]} nodes The nodes to check against\n * @return {MoveCopyAction} The action that is possible for the given nodes\n */\nconst getActionForNodes = (nodes) => {\n if (canMove(nodes)) {\n if (canCopy(nodes)) {\n return MoveCopyAction.MOVE_OR_COPY;\n }\n return MoveCopyAction.MOVE;\n }\n // Assuming we can copy as the enabled checks for copy permissions\n return MoveCopyAction.COPY;\n};\n/**\n * Handle the copy/move of a node to a destination\n * This can be imported and used by other scripts/components on server\n * @param {Node} node The node to copy/move\n * @param {Folder} destination The destination to copy/move the node to\n * @param {MoveCopyAction} method The method to use for the copy/move\n * @param {boolean} overwrite Whether to overwrite the destination if it exists\n * @return {Promise} A promise that resolves when the copy/move is done\n */\nexport const handleCopyMoveNodeTo = async (node, destination, method, overwrite = false) => {\n if (!destination) {\n return;\n }\n if (destination.type !== FileType.Folder) {\n throw new Error(t('files', 'Destination is not a folder'));\n }\n if (node.dirname === destination.path) {\n throw new Error(t('files', 'This file/folder is already in that directory'));\n }\n /**\n * Example:\n * node: /foo/bar/file.txt -> path = /foo/bar\n * destination: /foo\n * Allow move of /foo does not start with /foo/bar so allow\n */\n if (destination.path.startsWith(node.path)) {\n throw new Error(t('files', 'You cannot move a file/folder onto itself or into a subfolder of itself'));\n }\n const relativePath = join(destination.path, node.basename);\n const destinationUrl = generateRemoteUrl(`dav/files/${getCurrentUser()?.uid}${relativePath}`);\n logger.debug(`${method} ${node.basename} to ${destinationUrl}`);\n // Set loading state\n Vue.set(node, 'status', NodeStatus.LOADING);\n const queue = getQueue();\n return await queue.add(async () => {\n try {\n await axios({\n method: method === MoveCopyAction.COPY ? 'COPY' : 'MOVE',\n url: node.encodedSource,\n headers: {\n Destination: encodeURI(destinationUrl),\n Overwrite: overwrite ? undefined : 'F',\n },\n });\n // If we're moving, update the node\n // if we're copying, we don't need to update the node\n // the view will refresh itself\n if (method === MoveCopyAction.MOVE) {\n // Delete the node as it will be fetched again\n // when navigating to the destination folder\n emit('files:node:deleted', node);\n }\n }\n catch (error) {\n if (error instanceof AxiosError) {\n if (error?.response?.status === 412) {\n throw new Error(t('files', 'A file or folder with that name already exists in this folder'));\n }\n else if (error?.response?.status === 423) {\n throw new Error(t('files', 'The files is locked'));\n }\n else if (error?.response?.status === 404) {\n throw new Error(t('files', 'The file does not exist anymore'));\n }\n else if (error.message) {\n throw new Error(error.message);\n }\n }\n throw new Error();\n }\n finally {\n Vue.set(node, 'status', undefined);\n }\n });\n};\n/**\n * Open a file picker for the given action\n * @param {MoveCopyAction} action The action to open the file picker for\n * @param {string} dir The directory to start the file picker in\n * @param {Node} node The node to move/copy\n * @return {Promise} A promise that resolves to true if the action was successful\n */\nconst openFilePickerForAction = async (action, dir = '/', node) => {\n const filePicker = getFilePickerBuilder(t('files', 'Chose destination'))\n .allowDirectories(true)\n .setFilter((n) => {\n // We only want to show folders that we can create nodes in\n return (n.permissions & Permission.CREATE) !== 0\n // We don't want to show the current node in the file picker\n && node.fileid !== n.fileid;\n })\n .setMimeTypeFilter([])\n .setMultiSelect(false)\n .startAt(dir);\n return new Promise((resolve, reject) => {\n filePicker.setButtonFactory((nodes, path) => {\n const buttons = [];\n const target = basename(path);\n if (node.dirname === path) {\n // This file/folder is already in that directory\n return buttons;\n }\n if (node.path === path) {\n // You cannot move a file/folder onto itself\n return buttons;\n }\n if (action === MoveCopyAction.COPY || action === MoveCopyAction.MOVE_OR_COPY) {\n buttons.push({\n label: target ? t('files', 'Copy to {target}', { target }) : t('files', 'Copy'),\n type: 'primary',\n icon: CopyIconSvg,\n async callback(destination) {\n try {\n await handleCopyMoveNodeTo(node, destination[0], MoveCopyAction.COPY);\n resolve(true);\n }\n catch (error) {\n reject(error);\n }\n },\n });\n }\n if (action === MoveCopyAction.MOVE || action === MoveCopyAction.MOVE_OR_COPY) {\n buttons.push({\n label: target ? t('files', 'Move to {target}', { target }) : t('files', 'Move'),\n type: action === MoveCopyAction.MOVE ? 'primary' : 'secondary',\n icon: FolderMoveSvg,\n async callback(destination) {\n try {\n await handleCopyMoveNodeTo(node, destination[0], MoveCopyAction.MOVE);\n resolve(true);\n }\n catch (error) {\n console.warn('got error', error);\n reject(error);\n }\n },\n });\n }\n return buttons;\n });\n const picker = filePicker.build();\n picker.pick().catch(() => {\n reject(new Error(t('files', 'Cancelled move or copy operation')));\n });\n });\n};\nexport const action = new FileAction({\n id: 'move-copy',\n displayName(nodes) {\n switch (getActionForNodes(nodes)) {\n case MoveCopyAction.MOVE:\n return t('files', 'Move');\n case MoveCopyAction.COPY:\n return t('files', 'Copy');\n case MoveCopyAction.MOVE_OR_COPY:\n return t('files', 'Move or copy');\n }\n },\n iconSvgInline: () => FolderMoveSvg,\n enabled(nodes) {\n // We only support moving/copying files within the user folder\n if (!nodes.every(node => node.root?.startsWith('/files/'))) {\n return false;\n }\n return nodes.length > 0 && (canMove(nodes) || canCopy(nodes));\n },\n async exec(node, view, dir) {\n const action = getActionForNodes([node]);\n try {\n await openFilePickerForAction(action, dir, node);\n return true;\n }\n catch (error) {\n if (error instanceof Error && !!error.message) {\n showError(error.message);\n // Silent action as we handle the toast\n return null;\n }\n return false;\n }\n },\n order: 15,\n});\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nexport const hashCode = function (str) {\n return str.split('').reduce(function (a, b) {\n a = ((a << 5) - a) + b.charCodeAt(0);\n return a & a;\n }, 0);\n};\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { defineStore } from 'pinia';\nexport const useActionsMenuStore = defineStore('actionsmenu', {\n state: () => ({\n opened: null,\n }),\n});\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { defineStore } from 'pinia';\nimport Vue from 'vue';\nexport const useDragAndDropStore = defineStore('dragging', {\n state: () => ({\n dragging: [],\n }),\n actions: {\n /**\n * Set the selection of fileIds\n */\n set(selection = []) {\n Vue.set(this, 'dragging', selection);\n },\n /**\n * Reset the selection\n */\n reset() {\n Vue.set(this, 'dragging', []);\n },\n },\n});\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { defineStore } from 'pinia';\nimport { subscribe } from '@nextcloud/event-bus';\nexport const useRenamingStore = function (...args) {\n const store = defineStore('renaming', {\n state: () => ({\n renamingNode: undefined,\n newName: '',\n }),\n });\n const renamingStore = store(...args);\n // Make sure we only register the listeners once\n if (!renamingStore._initialized) {\n subscribe('files:node:rename', function (node) {\n renamingStore.renamingNode = node;\n renamingStore.newName = node.basename;\n });\n renamingStore._initialized = true;\n }\n return renamingStore;\n};\n","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('span')\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./CustomElementRender.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./CustomElementRender.vue?vue&type=script&lang=ts\"","import { render, staticRenderFns } from \"./CustomElementRender.vue?vue&type=template&id=08a118c6\"\nimport script from \"./CustomElementRender.vue?vue&type=script&lang=ts\"\nexport * from \"./CustomElementRender.vue?vue&type=script&lang=ts\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","import mod from \"-!../vue-loader/lib/index.js??vue-loader-options!./ArrowLeft.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../vue-loader/lib/index.js??vue-loader-options!./ArrowLeft.vue?vue&type=script&lang=js\"","\n\n","import { render, staticRenderFns } from \"./ArrowLeft.vue?vue&type=template&id=187c55d7\"\nimport script from \"./ArrowLeft.vue?vue&type=script&lang=js\"\nexport * from \"./ArrowLeft.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('span',_vm._b({staticClass:\"material-design-icon arrow-left-icon\",attrs:{\"aria-hidden\":!_vm.title,\"aria-label\":_vm.title,\"role\":\"img\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'span',_vm.$attrs,false),[_c('svg',{staticClass:\"material-design-icon__svg\",attrs:{\"fill\":_vm.fillColor,\"width\":_vm.size,\"height\":_vm.size,\"viewBox\":\"0 0 24 24\"}},[_c('path',{attrs:{\"d\":\"M20,11V13H8L13.5,18.5L12.08,19.92L4.16,12L12.08,4.08L13.5,5.5L8,11H20Z\"}},[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e()])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../vue-loader/lib/index.js??vue-loader-options!./ChevronRight.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../vue-loader/lib/index.js??vue-loader-options!./ChevronRight.vue?vue&type=script&lang=js\"","\n\n","import { render, staticRenderFns } from \"./ChevronRight.vue?vue&type=template&id=750bcc07\"\nimport script from \"./ChevronRight.vue?vue&type=script&lang=js\"\nexport * from \"./ChevronRight.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('span',_vm._b({staticClass:\"material-design-icon chevron-right-icon\",attrs:{\"aria-hidden\":!_vm.title,\"aria-label\":_vm.title,\"role\":\"img\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'span',_vm.$attrs,false),[_c('svg',{staticClass:\"material-design-icon__svg\",attrs:{\"fill\":_vm.fillColor,\"width\":_vm.size,\"height\":_vm.size,\"viewBox\":\"0 0 24 24\"}},[_c('path',{attrs:{\"d\":\"M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z\"}},[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e()])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('td',{staticClass:\"files-list__row-actions\",attrs:{\"data-cy-files-list-row-actions\":\"\"}},[_vm._l((_vm.enabledRenderActions),function(action){return _c('CustomElementRender',{key:action.id,staticClass:\"files-list__row-action--inline\",class:'files-list__row-action-' + action.id,attrs:{\"current-view\":_vm.currentView,\"render\":action.renderInline,\"source\":_vm.source}})}),_vm._v(\" \"),_c('NcActions',{ref:\"actionsMenu\",attrs:{\"boundaries-element\":_vm.getBoundariesElement,\"container\":_vm.getBoundariesElement,\"disabled\":_vm.isLoading || _vm.loading !== '',\"force-name\":true,\"type\":\"tertiary\",\"force-menu\":_vm.enabledInlineActions.length === 0 /* forceMenu only if no inline actions */,\"inline\":_vm.enabledInlineActions.length,\"open\":_vm.openedMenu},on:{\"update:open\":function($event){_vm.openedMenu=$event},\"close\":function($event){_vm.openedSubmenu = null}}},[_vm._l((_vm.enabledMenuActions),function(action){return _c('NcActionButton',{key:action.id,class:{\n\t\t\t\t[`files-list__row-action-${action.id}`]: true,\n\t\t\t\t[`files-list__row-action--menu`]: _vm.isMenu(action.id)\n\t\t\t},attrs:{\"close-after-click\":!_vm.isMenu(action.id),\"data-cy-files-list-row-action\":action.id,\"is-menu\":_vm.isMenu(action.id),\"title\":action.title?.([_vm.source], _vm.currentView)},on:{\"click\":function($event){return _vm.onActionClick(action)}},scopedSlots:_vm._u([{key:\"icon\",fn:function(){return [(_vm.loading === action.id)?_c('NcLoadingIcon',{attrs:{\"size\":18}}):_c('NcIconSvgWrapper',{attrs:{\"svg\":action.iconSvgInline([_vm.source], _vm.currentView)}})]},proxy:true}],null,true)},[_vm._v(\"\\n\\t\\t\\t\"+_vm._s(_vm.mountType === 'shared' && action.id === 'sharing-status' ? '' : _vm.actionDisplayName(action))+\"\\n\\t\\t\")])}),_vm._v(\" \"),(_vm.openedSubmenu && _vm.enabledSubmenuActions[_vm.openedSubmenu?.id])?[_c('NcActionButton',{staticClass:\"files-list__row-action-back\",on:{\"click\":function($event){_vm.openedSubmenu = null}},scopedSlots:_vm._u([{key:\"icon\",fn:function(){return [_c('ArrowLeftIcon')]},proxy:true}],null,false,3001860362)},[_vm._v(\"\\n\\t\\t\\t\\t\"+_vm._s(_vm.actionDisplayName(_vm.openedSubmenu))+\"\\n\\t\\t\\t\")]),_vm._v(\" \"),_c('NcActionSeparator'),_vm._v(\" \"),_vm._l((_vm.enabledSubmenuActions[_vm.openedSubmenu?.id]),function(action){return _c('NcActionButton',{key:action.id,staticClass:\"files-list__row-action--submenu\",class:`files-list__row-action-${action.id}`,attrs:{\"close-after-click\":false /* never close submenu, just go back */,\"data-cy-files-list-row-action\":action.id,\"title\":action.title?.([_vm.source], _vm.currentView)},on:{\"click\":function($event){return _vm.onActionClick(action)}},scopedSlots:_vm._u([{key:\"icon\",fn:function(){return [(_vm.loading === action.id)?_c('NcLoadingIcon',{attrs:{\"size\":18}}):_c('NcIconSvgWrapper',{attrs:{\"svg\":action.iconSvgInline([_vm.source], _vm.currentView)}})]},proxy:true}],null,true)},[_vm._v(\"\\n\\t\\t\\t\\t\"+_vm._s(_vm.actionDisplayName(action))+\"\\n\\t\\t\\t\")])})]:_vm._e()],2)],2)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../../../../../node_modules/babel-loader/lib/index.js!../../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FileEntryActions.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../../node_modules/babel-loader/lib/index.js!../../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FileEntryActions.vue?vue&type=script&lang=ts\"","\n import API from \"!../../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../../../node_modules/css-loader/dist/cjs.js!../../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../../node_modules/sass-loader/dist/cjs.js!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FileEntryActions.vue?vue&type=style&index=0&id=6dd8d639&prod&lang=scss&scoped=true\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../../../node_modules/css-loader/dist/cjs.js!../../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../../node_modules/sass-loader/dist/cjs.js!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FileEntryActions.vue?vue&type=style&index=0&id=6dd8d639&prod&lang=scss&scoped=true\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./FileEntryActions.vue?vue&type=template&id=6dd8d639&scoped=true\"\nimport script from \"./FileEntryActions.vue?vue&type=script&lang=ts\"\nexport * from \"./FileEntryActions.vue?vue&type=script&lang=ts\"\nimport style0 from \"./FileEntryActions.vue?vue&type=style&index=0&id=6dd8d639&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"6dd8d639\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('td',{staticClass:\"files-list__row-checkbox\"},[(_vm.isLoading)?_c('NcLoadingIcon'):_c('NcCheckboxRadioSwitch',{attrs:{\"aria-label\":_vm.t('files', 'Select the row for {displayName}', { displayName: _vm.displayName }),\"checked\":_vm.isSelected},on:{\"update:checked\":_vm.onSelectionChange}})],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { defineStore } from 'pinia';\nimport Vue from 'vue';\n/**\n * Observe various events and save the current\n * special keys states. Useful for checking the\n * current status of a key when executing a method.\n */\nexport const useKeyboardStore = function (...args) {\n const store = defineStore('keyboard', {\n state: () => ({\n altKey: false,\n ctrlKey: false,\n metaKey: false,\n shiftKey: false,\n }),\n actions: {\n onEvent(event) {\n if (!event) {\n event = window.event;\n }\n Vue.set(this, 'altKey', !!event.altKey);\n Vue.set(this, 'ctrlKey', !!event.ctrlKey);\n Vue.set(this, 'metaKey', !!event.metaKey);\n Vue.set(this, 'shiftKey', !!event.shiftKey);\n },\n },\n });\n const keyboardStore = store(...args);\n // Make sure we only register the listeners once\n if (!keyboardStore._initialized) {\n window.addEventListener('keydown', keyboardStore.onEvent);\n window.addEventListener('keyup', keyboardStore.onEvent);\n window.addEventListener('mousemove', keyboardStore.onEvent);\n keyboardStore._initialized = true;\n }\n return keyboardStore;\n};\n","import mod from \"-!../../../../../node_modules/babel-loader/lib/index.js!../../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FileEntryCheckbox.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../../node_modules/babel-loader/lib/index.js!../../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FileEntryCheckbox.vue?vue&type=script&lang=ts\"","import { render, staticRenderFns } from \"./FileEntryCheckbox.vue?vue&type=template&id=f1e33696\"\nimport script from \"./FileEntryCheckbox.vue?vue&type=script&lang=ts\"\nexport * from \"./FileEntryCheckbox.vue?vue&type=script&lang=ts\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return (_vm.isRenaming)?_c('form',{directives:[{name:\"on-click-outside\",rawName:\"v-on-click-outside\",value:(_vm.stopRenaming),expression:\"stopRenaming\"}],staticClass:\"files-list__row-rename\",attrs:{\"aria-label\":_vm.t('files', 'Rename file')},on:{\"submit\":function($event){$event.preventDefault();$event.stopPropagation();return _vm.onRename.apply(null, arguments)}}},[_c('NcTextField',{ref:\"renameInput\",attrs:{\"label\":_vm.renameLabel,\"autofocus\":true,\"minlength\":1,\"required\":true,\"value\":_vm.newName,\"enterkeyhint\":\"done\"},on:{\"update:value\":function($event){_vm.newName=$event},\"keyup\":[_vm.checkInputValidity,function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,\"esc\",27,$event.key,[\"Esc\",\"Escape\"]))return null;return _vm.stopRenaming.apply(null, arguments)}]}})],1):_c(_vm.linkTo.is,_vm._b({ref:\"basename\",tag:\"component\",staticClass:\"files-list__row-name-link\",attrs:{\"aria-hidden\":_vm.isRenaming,\"data-cy-files-list-row-name-link\":\"\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'component',_vm.linkTo.params,false),[_c('span',{staticClass:\"files-list__row-name-text\"},[_c('span',{staticClass:\"files-list__row-name-\",domProps:{\"textContent\":_vm._s(_vm.displayName)}}),_vm._v(\" \"),_c('span',{staticClass:\"files-list__row-name-ext\",domProps:{\"textContent\":_vm._s(_vm.extension)}})])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../../../../../node_modules/babel-loader/lib/index.js!../../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FileEntryName.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../../node_modules/babel-loader/lib/index.js!../../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FileEntryName.vue?vue&type=script&lang=ts\"","import { render, staticRenderFns } from \"./FileEntryName.vue?vue&type=template&id=111fd7bb\"\nimport script from \"./FileEntryName.vue?vue&type=script&lang=ts\"\nexport * from \"./FileEntryName.vue?vue&type=script&lang=ts\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('span',{staticClass:\"files-list__row-icon\"},[(_vm.source.type === 'folder')?[(_vm.dragover)?_vm._m(0):[_vm._m(1),_vm._v(\" \"),(_vm.folderOverlay)?_c(_vm.folderOverlay,{tag:\"OverlayIcon\",staticClass:\"files-list__row-icon-overlay\"}):_vm._e()]]:(_vm.previewUrl && _vm.backgroundFailed !== true)?_c('img',{ref:\"previewImg\",staticClass:\"files-list__row-icon-preview\",class:{'files-list__row-icon-preview--loaded': _vm.backgroundFailed === false},attrs:{\"alt\":\"\",\"loading\":\"lazy\",\"src\":_vm.previewUrl},on:{\"error\":function($event){_vm.backgroundFailed = true},\"load\":function($event){_vm.backgroundFailed = false}}}):_vm._m(2),_vm._v(\" \"),(_vm.isFavorite)?_c('span',{staticClass:\"files-list__row-icon-favorite\"},[_vm._m(3)],1):_vm._e(),_vm._v(\" \"),(_vm.fileOverlay)?_c(_vm.fileOverlay,{tag:\"OverlayIcon\",staticClass:\"files-list__row-icon-overlay files-list__row-icon-overlay--file\"}):_vm._e()],2)\n}\nvar staticRenderFns = [function (){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('FolderOpenIcon')\n},function (){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('FolderIcon')\n},function (){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('FileIcon')\n},function (){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('FavoriteIcon')\n}]\n\nexport { render, staticRenderFns }","\n\n","import mod from \"-!../vue-loader/lib/index.js??vue-loader-options!./AccountPlus.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../vue-loader/lib/index.js??vue-loader-options!./AccountPlus.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./AccountPlus.vue?vue&type=template&id=98f97aee\"\nimport script from \"./AccountPlus.vue?vue&type=script&lang=js\"\nexport * from \"./AccountPlus.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('span',_vm._b({staticClass:\"material-design-icon account-plus-icon\",attrs:{\"aria-hidden\":!_vm.title,\"aria-label\":_vm.title,\"role\":\"img\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'span',_vm.$attrs,false),[_c('svg',{staticClass:\"material-design-icon__svg\",attrs:{\"fill\":_vm.fillColor,\"width\":_vm.size,\"height\":_vm.size,\"viewBox\":\"0 0 24 24\"}},[_c('path',{attrs:{\"d\":\"M15,14C12.33,14 7,15.33 7,18V20H23V18C23,15.33 17.67,14 15,14M6,10V7H4V10H1V12H4V15H6V12H9V10M15,12A4,4 0 0,0 19,8A4,4 0 0,0 15,4A4,4 0 0,0 11,8A4,4 0 0,0 15,12Z\"}},[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e()])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../vue-loader/lib/index.js??vue-loader-options!./File.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../vue-loader/lib/index.js??vue-loader-options!./File.vue?vue&type=script&lang=js\"","\n\n","import { render, staticRenderFns } from \"./File.vue?vue&type=template&id=5c8d96c6\"\nimport script from \"./File.vue?vue&type=script&lang=js\"\nexport * from \"./File.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('span',_vm._b({staticClass:\"material-design-icon file-icon\",attrs:{\"aria-hidden\":!_vm.title,\"aria-label\":_vm.title,\"role\":\"img\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'span',_vm.$attrs,false),[_c('svg',{staticClass:\"material-design-icon__svg\",attrs:{\"fill\":_vm.fillColor,\"width\":_vm.size,\"height\":_vm.size,\"viewBox\":\"0 0 24 24\"}},[_c('path',{attrs:{\"d\":\"M13,9V3.5L18.5,9M6,2C4.89,2 4,2.89 4,4V20A2,2 0 0,0 6,22H18A2,2 0 0,0 20,20V8L14,2H6Z\"}},[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e()])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../vue-loader/lib/index.js??vue-loader-options!./FolderOpen.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../vue-loader/lib/index.js??vue-loader-options!./FolderOpen.vue?vue&type=script&lang=js\"","\n\n","import { render, staticRenderFns } from \"./FolderOpen.vue?vue&type=template&id=3b29b1d5\"\nimport script from \"./FolderOpen.vue?vue&type=script&lang=js\"\nexport * from \"./FolderOpen.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('span',_vm._b({staticClass:\"material-design-icon folder-open-icon\",attrs:{\"aria-hidden\":!_vm.title,\"aria-label\":_vm.title,\"role\":\"img\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'span',_vm.$attrs,false),[_c('svg',{staticClass:\"material-design-icon__svg\",attrs:{\"fill\":_vm.fillColor,\"width\":_vm.size,\"height\":_vm.size,\"viewBox\":\"0 0 24 24\"}},[_c('path',{attrs:{\"d\":\"M19,20H4C2.89,20 2,19.1 2,18V6C2,4.89 2.89,4 4,4H10L12,6H19A2,2 0 0,1 21,8H21L4,8V18L6.14,10H23.21L20.93,18.5C20.7,19.37 19.92,20 19,20Z\"}},[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e()])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../vue-loader/lib/index.js??vue-loader-options!./Key.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../vue-loader/lib/index.js??vue-loader-options!./Key.vue?vue&type=script&lang=js\"","\n\n","import { render, staticRenderFns } from \"./Key.vue?vue&type=template&id=aa295eae\"\nimport script from \"./Key.vue?vue&type=script&lang=js\"\nexport * from \"./Key.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('span',_vm._b({staticClass:\"material-design-icon key-icon\",attrs:{\"aria-hidden\":!_vm.title,\"aria-label\":_vm.title,\"role\":\"img\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'span',_vm.$attrs,false),[_c('svg',{staticClass:\"material-design-icon__svg\",attrs:{\"fill\":_vm.fillColor,\"width\":_vm.size,\"height\":_vm.size,\"viewBox\":\"0 0 24 24\"}},[_c('path',{attrs:{\"d\":\"M7 14C5.9 14 5 13.1 5 12S5.9 10 7 10 9 10.9 9 12 8.1 14 7 14M12.6 10C11.8 7.7 9.6 6 7 6C3.7 6 1 8.7 1 12S3.7 18 7 18C9.6 18 11.8 16.3 12.6 14H16V18H20V14H23V10H12.6Z\"}},[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e()])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../vue-loader/lib/index.js??vue-loader-options!./Network.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../vue-loader/lib/index.js??vue-loader-options!./Network.vue?vue&type=script&lang=js\"","\n\n","import { render, staticRenderFns } from \"./Network.vue?vue&type=template&id=7c7d2907\"\nimport script from \"./Network.vue?vue&type=script&lang=js\"\nexport * from \"./Network.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('span',_vm._b({staticClass:\"material-design-icon network-icon\",attrs:{\"aria-hidden\":!_vm.title,\"aria-label\":_vm.title,\"role\":\"img\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'span',_vm.$attrs,false),[_c('svg',{staticClass:\"material-design-icon__svg\",attrs:{\"fill\":_vm.fillColor,\"width\":_vm.size,\"height\":_vm.size,\"viewBox\":\"0 0 24 24\"}},[_c('path',{attrs:{\"d\":\"M17,3A2,2 0 0,1 19,5V15A2,2 0 0,1 17,17H13V19H14A1,1 0 0,1 15,20H22V22H15A1,1 0 0,1 14,23H10A1,1 0 0,1 9,22H2V20H9A1,1 0 0,1 10,19H11V17H7C5.89,17 5,16.1 5,15V5A2,2 0 0,1 7,3H17Z\"}},[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e()])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../vue-loader/lib/index.js??vue-loader-options!./Tag.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../vue-loader/lib/index.js??vue-loader-options!./Tag.vue?vue&type=script&lang=js\"","\n\n","import { render, staticRenderFns } from \"./Tag.vue?vue&type=template&id=4d7171be\"\nimport script from \"./Tag.vue?vue&type=script&lang=js\"\nexport * from \"./Tag.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('span',_vm._b({staticClass:\"material-design-icon tag-icon\",attrs:{\"aria-hidden\":!_vm.title,\"aria-label\":_vm.title,\"role\":\"img\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'span',_vm.$attrs,false),[_c('svg',{staticClass:\"material-design-icon__svg\",attrs:{\"fill\":_vm.fillColor,\"width\":_vm.size,\"height\":_vm.size,\"viewBox\":\"0 0 24 24\"}},[_c('path',{attrs:{\"d\":\"M5.5,7A1.5,1.5 0 0,1 4,5.5A1.5,1.5 0 0,1 5.5,4A1.5,1.5 0 0,1 7,5.5A1.5,1.5 0 0,1 5.5,7M21.41,11.58L12.41,2.58C12.05,2.22 11.55,2 11,2H4C2.89,2 2,2.89 2,4V11C2,11.55 2.22,12.05 2.59,12.41L11.58,21.41C11.95,21.77 12.45,22 13,22C13.55,22 14.05,21.77 14.41,21.41L21.41,14.41C21.78,14.05 22,13.55 22,13C22,12.44 21.77,11.94 21.41,11.58Z\"}},[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e()])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../vue-loader/lib/index.js??vue-loader-options!./PlayCircle.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../vue-loader/lib/index.js??vue-loader-options!./PlayCircle.vue?vue&type=script&lang=js\"","\n\n","import { render, staticRenderFns } from \"./PlayCircle.vue?vue&type=template&id=34d1e782\"\nimport script from \"./PlayCircle.vue?vue&type=script&lang=js\"\nexport * from \"./PlayCircle.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('span',_vm._b({staticClass:\"material-design-icon play-circle-icon\",attrs:{\"aria-hidden\":!_vm.title,\"aria-label\":_vm.title,\"role\":\"img\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'span',_vm.$attrs,false),[_c('svg',{staticClass:\"material-design-icon__svg\",attrs:{\"fill\":_vm.fillColor,\"width\":_vm.size,\"height\":_vm.size,\"viewBox\":\"0 0 24 24\"}},[_c('path',{attrs:{\"d\":\"M10,16.5V7.5L16,12M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z\"}},[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e()])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../../../../../node_modules/babel-loader/lib/index.js!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./CollectivesIcon.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../node_modules/babel-loader/lib/index.js!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./CollectivesIcon.vue?vue&type=script&lang=js\"","\n\n\n","import { render, staticRenderFns } from \"./CollectivesIcon.vue?vue&type=template&id=18541dcc\"\nimport script from \"./CollectivesIcon.vue?vue&type=script&lang=js\"\nexport * from \"./CollectivesIcon.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('span',_vm._b({staticClass:\"material-design-icon collectives-icon\",attrs:{\"aria-hidden\":!_vm.title,\"aria-label\":_vm.title,\"role\":\"img\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'span',_vm.$attrs,false),[_c('svg',{staticClass:\"material-design-icon__svg\",attrs:{\"fill\":_vm.fillColor,\"width\":_vm.size,\"height\":_vm.size,\"viewBox\":\"0 0 16 16\"}},[_c('path',{attrs:{\"d\":\"M2.9,8.8c0-1.2,0.4-2.4,1.2-3.3L0.3,6c-0.2,0-0.3,0.3-0.1,0.4l2.7,2.6C2.9,9,2.9,8.9,2.9,8.8z\"}}),_vm._v(\" \"),_c('path',{attrs:{\"d\":\"M8,3.7c0.7,0,1.3,0.1,1.9,0.4L8.2,0.6c-0.1-0.2-0.3-0.2-0.4,0L6.1,4C6.7,3.8,7.3,3.7,8,3.7z\"}}),_vm._v(\" \"),_c('path',{attrs:{\"d\":\"M3.7,11.5L3,15.2c0,0.2,0.2,0.4,0.4,0.3l3.3-1.7C5.4,13.4,4.4,12.6,3.7,11.5z\"}}),_vm._v(\" \"),_c('path',{attrs:{\"d\":\"M15.7,6l-3.7-0.5c0.7,0.9,1.2,2,1.2,3.3c0,0.1,0,0.2,0,0.3l2.7-2.6C15.9,6.3,15.9,6.1,15.7,6z\"}}),_vm._v(\" \"),_c('path',{attrs:{\"d\":\"M12.3,11.5c-0.7,1.1-1.8,1.9-3,2.2l3.3,1.7c0.2,0.1,0.4-0.1,0.4-0.3L12.3,11.5z\"}}),_vm._v(\" \"),_c('path',{attrs:{\"d\":\"M9.6,10.1c-0.4,0.5-1,0.8-1.6,0.8c-1.1,0-2-0.9-2.1-2C5.9,7.7,6.8,6.7,8,6.7c0.6,0,1.1,0.3,1.5,0.7 c0.1,0.1,0.1,0.1,0.2,0.1h1.4c0.2,0,0.4-0.2,0.3-0.5c-0.7-1.3-2.1-2.2-3.8-2.1C5.8,5,4.3,6.6,4.1,8.5C4,10.8,5.8,12.7,8,12.7 c1.6,0,2.9-0.9,3.5-2.3c0.1-0.2-0.1-0.4-0.3-0.4H9.9C9.8,10,9.7,10,9.6,10.1z\"}})])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../../../../../node_modules/babel-loader/lib/index.js!../../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FavoriteIcon.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../../node_modules/babel-loader/lib/index.js!../../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FavoriteIcon.vue?vue&type=script&lang=ts\"","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('NcIconSvgWrapper',{staticClass:\"favorite-marker-icon\",attrs:{\"name\":_vm.t('files', 'Favorite'),\"svg\":_vm.StarSvg}})\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n import API from \"!../../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../../../node_modules/css-loader/dist/cjs.js!../../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../../node_modules/sass-loader/dist/cjs.js!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FavoriteIcon.vue?vue&type=style&index=0&id=04e52abc&prod&lang=scss&scoped=true\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../../../node_modules/css-loader/dist/cjs.js!../../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../../node_modules/sass-loader/dist/cjs.js!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FavoriteIcon.vue?vue&type=style&index=0&id=04e52abc&prod&lang=scss&scoped=true\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./FavoriteIcon.vue?vue&type=template&id=04e52abc&scoped=true\"\nimport script from \"./FavoriteIcon.vue?vue&type=script&lang=ts\"\nexport * from \"./FavoriteIcon.vue?vue&type=script&lang=ts\"\nimport style0 from \"./FavoriteIcon.vue?vue&type=style&index=0&id=04e52abc&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"04e52abc\",\n null\n \n)\n\nexport default component.exports","import mod from \"-!../../../../../node_modules/babel-loader/lib/index.js!../../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FileEntryPreview.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../../node_modules/babel-loader/lib/index.js!../../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FileEntryPreview.vue?vue&type=script&lang=ts\"","/**\n * @copyright Copyright (c) 2023 Louis Chmn \n *\n * @author Louis Chmn \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { Node, registerDavProperty } from '@nextcloud/files';\nexport function initLivePhotos() {\n registerDavProperty('nc:metadata-files-live-photo', { nc: 'http://nextcloud.org/ns' });\n}\n/**\n * @param {Node} node - The node\n */\nexport function isLivePhoto(node) {\n return node.attributes['metadata-files-live-photo'] !== undefined;\n}\n","import { render, staticRenderFns } from \"./FileEntryPreview.vue?vue&type=template&id=3c23da48\"\nimport script from \"./FileEntryPreview.vue?vue&type=script&lang=ts\"\nexport * from \"./FileEntryPreview.vue?vue&type=script&lang=ts\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('tr',_vm._g({staticClass:\"files-list__row\",class:{'files-list__row--dragover': _vm.dragover, 'files-list__row--loading': _vm.isLoading},attrs:{\"data-cy-files-list-row\":\"\",\"data-cy-files-list-row-fileid\":_vm.fileid,\"data-cy-files-list-row-name\":_vm.source.basename,\"draggable\":_vm.canDrag}},_vm.rowListeners),[(_vm.source.attributes.failed)?_c('span',{staticClass:\"files-list__row--failed\"}):_vm._e(),_vm._v(\" \"),_c('FileEntryCheckbox',{attrs:{\"display-name\":_vm.displayName,\"fileid\":_vm.fileid,\"is-loading\":_vm.isLoading,\"nodes\":_vm.nodes}}),_vm._v(\" \"),_c('td',{staticClass:\"files-list__row-name\",attrs:{\"data-cy-files-list-row-name\":\"\"}},[_c('FileEntryPreview',{ref:\"preview\",attrs:{\"source\":_vm.source,\"dragover\":_vm.dragover},nativeOn:{\"click\":function($event){return _vm.execDefaultAction.apply(null, arguments)}}}),_vm._v(\" \"),_c('FileEntryName',{ref:\"name\",attrs:{\"display-name\":_vm.displayName,\"extension\":_vm.extension,\"files-list-width\":_vm.filesListWidth,\"nodes\":_vm.nodes,\"source\":_vm.source},on:{\"click\":_vm.execDefaultAction}})],1),_vm._v(\" \"),_c('FileEntryActions',{directives:[{name:\"show\",rawName:\"v-show\",value:(!_vm.isRenamingSmallScreen),expression:\"!isRenamingSmallScreen\"}],ref:\"actions\",class:`files-list__row-actions-${_vm.uniqueId}`,attrs:{\"files-list-width\":_vm.filesListWidth,\"loading\":_vm.loading,\"opened\":_vm.openedMenu,\"source\":_vm.source},on:{\"update:loading\":function($event){_vm.loading=$event},\"update:opened\":function($event){_vm.openedMenu=$event}}}),_vm._v(\" \"),(!_vm.compact && _vm.isSizeAvailable)?_c('td',{staticClass:\"files-list__row-size\",style:(_vm.sizeOpacity),attrs:{\"data-cy-files-list-row-size\":\"\"},on:{\"click\":_vm.openDetailsIfAvailable}},[_c('span',[_vm._v(_vm._s(_vm.size))])]):_vm._e(),_vm._v(\" \"),(!_vm.compact && _vm.isMtimeAvailable)?_c('td',{staticClass:\"files-list__row-mtime\",style:(_vm.mtimeOpacity),attrs:{\"data-cy-files-list-row-mtime\":\"\"},on:{\"click\":_vm.openDetailsIfAvailable}},[_c('NcDateTime',{attrs:{\"timestamp\":_vm.source.mtime,\"ignore-seconds\":true}})],1):_vm._e(),_vm._v(\" \"),_vm._l((_vm.columns),function(column){return _c('td',{key:column.id,staticClass:\"files-list__row-column-custom\",class:`files-list__row-${_vm.currentView?.id}-${column.id}`,attrs:{\"data-cy-files-list-row-column-custom\":column.id},on:{\"click\":_vm.openDetailsIfAvailable}},[_c('CustomElementRender',{attrs:{\"current-view\":_vm.currentView,\"render\":column.render,\"source\":_vm.source}})],1)})],2)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FileEntry.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FileEntry.vue?vue&type=script&lang=ts\"","import { render, staticRenderFns } from \"./FileEntry.vue?vue&type=template&id=6c7baead\"\nimport script from \"./FileEntry.vue?vue&type=script&lang=ts\"\nexport * from \"./FileEntry.vue?vue&type=script&lang=ts\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('tr',{staticClass:\"files-list__row\",class:{'files-list__row--active': _vm.isActive, 'files-list__row--dragover': _vm.dragover, 'files-list__row--loading': _vm.isLoading},attrs:{\"data-cy-files-list-row\":\"\",\"data-cy-files-list-row-fileid\":_vm.fileid,\"data-cy-files-list-row-name\":_vm.source.basename,\"draggable\":_vm.canDrag},on:{\"contextmenu\":_vm.onRightClick,\"dragover\":_vm.onDragOver,\"dragleave\":_vm.onDragLeave,\"dragstart\":_vm.onDragStart,\"dragend\":_vm.onDragEnd,\"drop\":_vm.onDrop}},[(_vm.source.attributes.failed)?_c('span',{staticClass:\"files-list__row--failed\"}):_vm._e(),_vm._v(\" \"),_c('FileEntryCheckbox',{attrs:{\"display-name\":_vm.displayName,\"fileid\":_vm.fileid,\"is-loading\":_vm.isLoading,\"nodes\":_vm.nodes}}),_vm._v(\" \"),_c('td',{staticClass:\"files-list__row-name\",attrs:{\"data-cy-files-list-row-name\":\"\"}},[_c('FileEntryPreview',{ref:\"preview\",attrs:{\"dragover\":_vm.dragover,\"grid-mode\":true,\"source\":_vm.source},nativeOn:{\"click\":function($event){return _vm.execDefaultAction.apply(null, arguments)}}}),_vm._v(\" \"),_c('FileEntryName',{ref:\"name\",attrs:{\"display-name\":_vm.displayName,\"extension\":_vm.extension,\"files-list-width\":_vm.filesListWidth,\"grid-mode\":true,\"nodes\":_vm.nodes,\"source\":_vm.source},on:{\"click\":_vm.execDefaultAction}})],1),_vm._v(\" \"),_c('FileEntryActions',{ref:\"actions\",class:`files-list__row-actions-${_vm.uniqueId}`,attrs:{\"files-list-width\":_vm.filesListWidth,\"grid-mode\":true,\"loading\":_vm.loading,\"opened\":_vm.openedMenu,\"source\":_vm.source},on:{\"update:loading\":function($event){_vm.loading=$event},\"update:opened\":function($event){_vm.openedMenu=$event}}})],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FileEntryGrid.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FileEntryGrid.vue?vue&type=script&lang=ts\"","import { render, staticRenderFns } from \"./FileEntryGrid.vue?vue&type=template&id=32093622\"\nimport script from \"./FileEntryGrid.vue?vue&type=script&lang=ts\"\nexport * from \"./FileEntryGrid.vue?vue&type=script&lang=ts\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{directives:[{name:\"show\",rawName:\"v-show\",value:(_vm.enabled),expression:\"enabled\"}],class:`files-list__header-${_vm.header.id}`},[_c('span',{ref:\"mount\"})])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListHeader.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListHeader.vue?vue&type=script&lang=ts\"","import { render, staticRenderFns } from \"./FilesListHeader.vue?vue&type=template&id=0434f153\"\nimport script from \"./FilesListHeader.vue?vue&type=script&lang=ts\"\nexport * from \"./FilesListHeader.vue?vue&type=script&lang=ts\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListTableFooter.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListTableFooter.vue?vue&type=script&lang=ts\"","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('tr',[_c('th',{staticClass:\"files-list__row-checkbox\"},[_c('span',{staticClass:\"hidden-visually\"},[_vm._v(_vm._s(_vm.t('files', 'Total rows summary')))])]),_vm._v(\" \"),_c('td',{staticClass:\"files-list__row-name\"},[_c('span',{staticClass:\"files-list__row-icon\"}),_vm._v(\" \"),_c('span',[_vm._v(_vm._s(_vm.summary))])]),_vm._v(\" \"),_c('td',{staticClass:\"files-list__row-actions\"}),_vm._v(\" \"),(_vm.isSizeAvailable)?_c('td',{staticClass:\"files-list__column files-list__row-size\"},[_c('span',[_vm._v(_vm._s(_vm.totalSize))])]):_vm._e(),_vm._v(\" \"),(_vm.isMtimeAvailable)?_c('td',{staticClass:\"files-list__column files-list__row-mtime\"}):_vm._e(),_vm._v(\" \"),_vm._l((_vm.columns),function(column){return _c('th',{key:column.id,class:_vm.classForColumn(column)},[_c('span',[_vm._v(_vm._s(column.summary?.(_vm.nodes, _vm.currentView)))])])})],2)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n import API from \"!../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListTableFooter.vue?vue&type=style&index=0&id=58f7b64d&prod&scoped=true&lang=scss\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListTableFooter.vue?vue&type=style&index=0&id=58f7b64d&prod&scoped=true&lang=scss\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./FilesListTableFooter.vue?vue&type=template&id=58f7b64d&scoped=true\"\nimport script from \"./FilesListTableFooter.vue?vue&type=script&lang=ts\"\nexport * from \"./FilesListTableFooter.vue?vue&type=script&lang=ts\"\nimport style0 from \"./FilesListTableFooter.vue?vue&type=style&index=0&id=58f7b64d&prod&scoped=true&lang=scss\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"58f7b64d\",\n null\n \n)\n\nexport default component.exports","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport Vue from 'vue';\nexport default Vue.extend({\n data() {\n return {\n filesListWidth: null,\n };\n },\n mounted() {\n const fileListEl = document.querySelector('#app-content-vue');\n this.filesListWidth = fileListEl?.clientWidth ?? null;\n this.$resizeObserver = new ResizeObserver((entries) => {\n if (entries.length > 0 && entries[0].target === fileListEl) {\n this.filesListWidth = entries[0].contentRect.width;\n }\n });\n this.$resizeObserver.observe(fileListEl);\n },\n beforeDestroy() {\n this.$resizeObserver.disconnect();\n },\n});\n","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('th',{staticClass:\"files-list__column files-list__row-actions-batch\",attrs:{\"colspan\":\"2\"}},[_c('NcActions',{ref:\"actionsMenu\",attrs:{\"disabled\":!!_vm.loading || _vm.areSomeNodesLoading,\"force-name\":true,\"inline\":_vm.inlineActions,\"menu-name\":_vm.inlineActions <= 1 ? _vm.t('files', 'Actions') : null,\"open\":_vm.openedMenu},on:{\"update:open\":function($event){_vm.openedMenu=$event}}},_vm._l((_vm.enabledActions),function(action){return _c('NcActionButton',{key:action.id,class:'files-list__row-actions-batch-' + action.id,on:{\"click\":function($event){return _vm.onActionClick(action)}},scopedSlots:_vm._u([{key:\"icon\",fn:function(){return [(_vm.loading === action.id)?_c('NcLoadingIcon',{attrs:{\"size\":18}}):_c('NcIconSvgWrapper',{attrs:{\"svg\":action.iconSvgInline(_vm.nodes, _vm.currentView)}})]},proxy:true}],null,true)},[_vm._v(\"\\n\\t\\t\\t\"+_vm._s(action.displayName(_vm.nodes, _vm.currentView))+\"\\n\\t\\t\")])}),1)],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListTableHeaderActions.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListTableHeaderActions.vue?vue&type=script&lang=ts\"","\n import API from \"!../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListTableHeaderActions.vue?vue&type=style&index=0&id=72bacee0&prod&scoped=true&lang=scss\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListTableHeaderActions.vue?vue&type=style&index=0&id=72bacee0&prod&scoped=true&lang=scss\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./FilesListTableHeaderActions.vue?vue&type=template&id=72bacee0&scoped=true\"\nimport script from \"./FilesListTableHeaderActions.vue?vue&type=script&lang=ts\"\nexport * from \"./FilesListTableHeaderActions.vue?vue&type=script&lang=ts\"\nimport style0 from \"./FilesListTableHeaderActions.vue?vue&type=style&index=0&id=72bacee0&prod&scoped=true&lang=scss\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"72bacee0\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('NcButton',{class:['files-list__column-sort-button', {\n\t\t'files-list__column-sort-button--active': _vm.sortingMode === _vm.mode,\n\t\t'files-list__column-sort-button--size': _vm.sortingMode === 'size',\n\t}],attrs:{\"alignment\":_vm.mode === 'size' ? 'end' : 'start-reverse',\"type\":\"tertiary\"},on:{\"click\":function($event){return _vm.toggleSortBy(_vm.mode)}},scopedSlots:_vm._u([{key:\"icon\",fn:function(){return [(_vm.sortingMode !== _vm.mode || _vm.isAscSorting)?_c('MenuUp',{staticClass:\"files-list__column-sort-button-icon\"}):_c('MenuDown',{staticClass:\"files-list__column-sort-button-icon\"})]},proxy:true}])},[_vm._v(\" \"),_c('span',{staticClass:\"files-list__column-sort-button-text\"},[_vm._v(_vm._s(_vm.name))])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport Vue from 'vue';\nimport { mapState } from 'pinia';\nimport { useViewConfigStore } from '../store/viewConfig';\nimport { Navigation, View } from '@nextcloud/files';\nexport default Vue.extend({\n computed: {\n ...mapState(useViewConfigStore, ['getConfig', 'setSortingBy', 'toggleSortingDirection']),\n currentView() {\n return this.$navigation.active;\n },\n /**\n * Get the sorting mode for the current view\n */\n sortingMode() {\n return this.getConfig(this.currentView.id)?.sorting_mode\n || this.currentView?.defaultSortKey\n || 'basename';\n },\n /**\n * Get the sorting direction for the current view\n */\n isAscSorting() {\n const sortingDirection = this.getConfig(this.currentView.id)?.sorting_direction;\n return sortingDirection !== 'desc';\n },\n },\n methods: {\n toggleSortBy(key) {\n // If we're already sorting by this key, flip the direction\n if (this.sortingMode === key) {\n this.toggleSortingDirection(this.currentView.id);\n return;\n }\n // else sort ASC by this new key\n this.setSortingBy(key, this.currentView.id);\n },\n },\n});\n","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListTableHeaderButton.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListTableHeaderButton.vue?vue&type=script&lang=ts\"","\n import API from \"!../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListTableHeaderButton.vue?vue&type=style&index=0&id=2dd1845e&prod&scoped=true&lang=scss\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListTableHeaderButton.vue?vue&type=style&index=0&id=2dd1845e&prod&scoped=true&lang=scss\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./FilesListTableHeaderButton.vue?vue&type=template&id=2dd1845e&scoped=true\"\nimport script from \"./FilesListTableHeaderButton.vue?vue&type=script&lang=ts\"\nexport * from \"./FilesListTableHeaderButton.vue?vue&type=script&lang=ts\"\nimport style0 from \"./FilesListTableHeaderButton.vue?vue&type=style&index=0&id=2dd1845e&prod&scoped=true&lang=scss\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"2dd1845e\",\n null\n \n)\n\nexport default component.exports","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListTableHeader.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListTableHeader.vue?vue&type=script&lang=ts\"","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('tr',{staticClass:\"files-list__row-head\"},[_c('th',{staticClass:\"files-list__column files-list__row-checkbox\"},[_c('NcCheckboxRadioSwitch',_vm._b({on:{\"update:checked\":_vm.onToggleAll}},'NcCheckboxRadioSwitch',_vm.selectAllBind,false))],1),_vm._v(\" \"),(!_vm.isNoneSelected)?_c('FilesListTableHeaderActions',{attrs:{\"current-view\":_vm.currentView,\"selected-nodes\":_vm.selectedNodes}}):[_c('th',{staticClass:\"files-list__column files-list__row-name files-list__column--sortable\",attrs:{\"aria-sort\":_vm.ariaSortForMode('basename')}},[_c('span',{staticClass:\"files-list__row-icon\"}),_vm._v(\" \"),_c('FilesListTableHeaderButton',{attrs:{\"name\":_vm.t('files', 'Name'),\"mode\":\"basename\"}})],1),_vm._v(\" \"),_c('th',{staticClass:\"files-list__row-actions\"}),_vm._v(\" \"),(_vm.isSizeAvailable)?_c('th',{staticClass:\"files-list__column files-list__row-size\",class:{'files-list__column--sortable': _vm.isSizeAvailable},attrs:{\"aria-sort\":_vm.ariaSortForMode('size')}},[_c('FilesListTableHeaderButton',{attrs:{\"name\":_vm.t('files', 'Size'),\"mode\":\"size\"}})],1):_vm._e(),_vm._v(\" \"),(_vm.isMtimeAvailable)?_c('th',{staticClass:\"files-list__column files-list__row-mtime\",class:{'files-list__column--sortable': _vm.isMtimeAvailable},attrs:{\"aria-sort\":_vm.ariaSortForMode('mtime')}},[_c('FilesListTableHeaderButton',{attrs:{\"name\":_vm.t('files', 'Modified'),\"mode\":\"mtime\"}})],1):_vm._e(),_vm._v(\" \"),_vm._l((_vm.columns),function(column){return _c('th',{key:column.id,class:_vm.classForColumn(column),attrs:{\"aria-sort\":_vm.ariaSortForMode(column.id)}},[(!!column.sort)?_c('FilesListTableHeaderButton',{attrs:{\"name\":column.title,\"mode\":column.id}}):_c('span',[_vm._v(\"\\n\\t\\t\\t\\t\"+_vm._s(column.title)+\"\\n\\t\\t\\t\")])],1)})]],2)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n import API from \"!../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListTableHeader.vue?vue&type=style&index=0&id=585fdb03&prod&scoped=true&lang=scss\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListTableHeader.vue?vue&type=style&index=0&id=585fdb03&prod&scoped=true&lang=scss\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./FilesListTableHeader.vue?vue&type=template&id=585fdb03&scoped=true\"\nimport script from \"./FilesListTableHeader.vue?vue&type=script&lang=ts\"\nexport * from \"./FilesListTableHeader.vue?vue&type=script&lang=ts\"\nimport style0 from \"./FilesListTableHeader.vue?vue&type=style&index=0&id=585fdb03&prod&scoped=true&lang=scss\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"585fdb03\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('div',{staticClass:\"files-list\",attrs:{\"data-cy-files-list\":\"\"}},[_c('div',{ref:\"before\",staticClass:\"files-list__before\"},[_vm._t(\"before\")],2),_vm._v(\" \"),_c('table',{staticClass:\"files-list__table\"},[(_vm.caption)?_c('caption',{staticClass:\"hidden-visually\"},[_vm._v(\"\\n\\t\\t\\t\"+_vm._s(_vm.caption)+\"\\n\\t\\t\")]):_vm._e(),_vm._v(\" \"),_c('thead',{ref:\"thead\",staticClass:\"files-list__thead\",attrs:{\"data-cy-files-list-thead\":\"\"}},[_vm._t(\"header\")],2),_vm._v(\" \"),_c('tbody',{staticClass:\"files-list__tbody\",class:_vm.gridMode ? 'files-list__tbody--grid' : 'files-list__tbody--list',style:(_vm.tbodyStyle),attrs:{\"data-cy-files-list-tbody\":\"\"}},_vm._l((_vm.renderedItems),function({key, item},i){return _c(_vm.dataComponent,_vm._b({key:key,tag:\"component\",attrs:{\"source\":item,\"index\":i}},'component',_vm.extraProps,false))}),1),_vm._v(\" \"),_c('tfoot',{directives:[{name:\"show\",rawName:\"v-show\",value:(_vm.isReady),expression:\"isReady\"}],staticClass:\"files-list__tfoot\",attrs:{\"data-cy-files-list-tfoot\":\"\"}},[_vm._t(\"footer\")],2)])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./VirtualList.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./VirtualList.vue?vue&type=script&lang=ts\"","import { render, staticRenderFns } from \"./VirtualList.vue?vue&type=template&id=201bd593\"\nimport script from \"./VirtualList.vue?vue&type=script&lang=ts\"\nexport * from \"./VirtualList.vue?vue&type=script&lang=ts\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListVirtual.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListVirtual.vue?vue&type=script&lang=ts\"","\n import API from \"!../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListVirtual.vue?vue&type=style&index=0&id=e3bf0e42&prod&scoped=true&lang=scss\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListVirtual.vue?vue&type=style&index=0&id=e3bf0e42&prod&scoped=true&lang=scss\";\n export default content && content.locals ? content.locals : undefined;\n","\n import API from \"!../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListVirtual.vue?vue&type=style&index=1&id=e3bf0e42&prod&lang=scss\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListVirtual.vue?vue&type=style&index=1&id=e3bf0e42&prod&lang=scss\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./FilesListVirtual.vue?vue&type=template&id=e3bf0e42&scoped=true\"\nimport script from \"./FilesListVirtual.vue?vue&type=script&lang=ts\"\nexport * from \"./FilesListVirtual.vue?vue&type=script&lang=ts\"\nimport style0 from \"./FilesListVirtual.vue?vue&type=style&index=0&id=e3bf0e42&prod&scoped=true&lang=scss\"\nimport style1 from \"./FilesListVirtual.vue?vue&type=style&index=1&id=e3bf0e42&prod&lang=scss\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"e3bf0e42\",\n null\n \n)\n\nexport default component.exports","import mod from \"-!../vue-loader/lib/index.js??vue-loader-options!./TrayArrowDown.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../vue-loader/lib/index.js??vue-loader-options!./TrayArrowDown.vue?vue&type=script&lang=js\"","\n\n","import { render, staticRenderFns } from \"./TrayArrowDown.vue?vue&type=template&id=547c388d\"\nimport script from \"./TrayArrowDown.vue?vue&type=script&lang=js\"\nexport * from \"./TrayArrowDown.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('span',_vm._b({staticClass:\"material-design-icon tray-arrow-down-icon\",attrs:{\"aria-hidden\":!_vm.title,\"aria-label\":_vm.title,\"role\":\"img\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'span',_vm.$attrs,false),[_c('svg',{staticClass:\"material-design-icon__svg\",attrs:{\"fill\":_vm.fillColor,\"width\":_vm.size,\"height\":_vm.size,\"viewBox\":\"0 0 24 24\"}},[_c('path',{attrs:{\"d\":\"M2 12H4V17H20V12H22V17C22 18.11 21.11 19 20 19H4C2.9 19 2 18.11 2 17V12M12 15L17.55 9.54L16.13 8.13L13 11.25V2H11V11.25L7.88 8.13L6.46 9.55L12 15Z\"}},[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e()])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","/**\n * @copyright Copyright (c) 2023 Ferdinand Thiessen \n *\n * @author Ferdinand Thiessen \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { showError } from '@nextcloud/dialogs';\nimport { emit } from '@nextcloud/event-bus';\nimport { davGetClient, davGetDefaultPropfind, davResultToNode, davRootPath } from '@nextcloud/files';\nimport { translate as t } from '@nextcloud/l10n';\nimport { getUploader } from '@nextcloud/upload';\nimport logger from '../logger.js';\nexport const handleDrop = async (data) => {\n // TODO: Maybe handle `getAsFileSystemHandle()` in the future\n const uploads = [];\n for (const item of data.items) {\n if (item.kind !== 'file') {\n logger.debug('Skipping dropped item', { kind: item.kind, type: item.type });\n continue;\n }\n // MDN recommends to try both, as it might be renamed in the future\n const entry = item?.getAsEntry?.() ?? item.webkitGetAsEntry();\n // Handle browser issues if Filesystem API is not available. Fallback to File API\n if (entry === null) {\n logger.debug('Could not get FilesystemEntry of item, falling back to file');\n const file = item.getAsFile();\n if (file === null) {\n logger.warn('Could not process DataTransferItem', { type: item.type, kind: item.kind });\n showError(t('files', 'One of the dropped files could not be processed'));\n }\n else {\n uploads.push(await handleFileUpload(file));\n }\n }\n else {\n logger.debug('Handle recursive upload', { entry: entry.name });\n // Use Filesystem API\n uploads.push(...await handleRecursiveUpload(entry));\n }\n }\n return uploads;\n};\nconst handleFileUpload = async (file, path = '') => {\n const uploader = getUploader();\n try {\n return await uploader.upload(`${path}${file.name}`, file);\n }\n catch (e) {\n showError(t('files', 'Uploading \"{filename}\" failed', { filename: file.name }));\n throw e;\n }\n};\nconst handleRecursiveUpload = async (entry, path = '') => {\n if (entry.isFile) {\n return [\n await new Promise((resolve, reject) => {\n entry.file(async (file) => resolve(await handleFileUpload(file, path)), (error) => reject(error));\n }),\n ];\n }\n else {\n const directory = entry;\n logger.debug('Handle directory recursivly', { name: directory.name });\n // TODO: Implement this on `@nextcloud/upload`\n const absolutPath = `${davRootPath}${getUploader().destination.path}${path}${directory.name}`;\n const davClient = davGetClient();\n const dirExists = await davClient.exists(absolutPath);\n if (!dirExists) {\n logger.debug('Directory does not exist, creating it', { absolutPath });\n await davClient.createDirectory(absolutPath, { recursive: true });\n const stat = await davClient.stat(absolutPath, { details: true, data: davGetDefaultPropfind() });\n emit('files:node:created', davResultToNode(stat.data));\n }\n const entries = await readDirectory(directory);\n // sorted so we upload files first before starting next level\n const promises = entries.sort((a) => a.isFile ? -1 : 1)\n .map((file) => handleRecursiveUpload(file, `${path}${directory.name}/`));\n return (await Promise.all(promises)).flat();\n }\n};\n/**\n * Read a directory using Filesystem API\n * @param directory the directory to read\n */\nfunction readDirectory(directory) {\n const dirReader = directory.createReader();\n return new Promise((resolve, reject) => {\n const entries = [];\n const getEntries = () => {\n dirReader.readEntries((results) => {\n if (results.length) {\n entries.push(...results);\n getEntries();\n }\n else {\n resolve(entries);\n }\n }, (error) => {\n reject(error);\n });\n };\n getEntries();\n });\n}\n","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./DragAndDropNotice.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./DragAndDropNotice.vue?vue&type=script&lang=ts\"","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('div',{directives:[{name:\"show\",rawName:\"v-show\",value:(_vm.dragover),expression:\"dragover\"}],staticClass:\"files-list__drag-drop-notice\",on:{\"drop\":_vm.onDrop}},[_c('div',{staticClass:\"files-list__drag-drop-notice-wrapper\"},[_c('TrayArrowDownIcon',{attrs:{\"size\":48}}),_vm._v(\" \"),_c('h3',{staticClass:\"files-list-drag-drop-notice__title\"},[_vm._v(\"\\n\\t\\t\\t\"+_vm._s(_vm.t('files', 'Drag and drop files here to upload'))+\"\\n\\t\\t\")])],1)])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n import API from \"!../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./DragAndDropNotice.vue?vue&type=style&index=0&id=7e0e423e&prod&lang=scss&scoped=true\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./DragAndDropNotice.vue?vue&type=style&index=0&id=7e0e423e&prod&lang=scss&scoped=true\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./DragAndDropNotice.vue?vue&type=template&id=7e0e423e&scoped=true\"\nimport script from \"./DragAndDropNotice.vue?vue&type=script&lang=ts\"\nexport * from \"./DragAndDropNotice.vue?vue&type=script&lang=ts\"\nimport style0 from \"./DragAndDropNotice.vue?vue&type=style&index=0&id=7e0e423e&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"7e0e423e\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('NcAppContent',{attrs:{\"data-cy-files-content\":\"\"}},[_c('div',{staticClass:\"files-list__header\"},[_c('BreadCrumbs',{attrs:{\"path\":_vm.dir},on:{\"reload\":_vm.fetchContent},scopedSlots:_vm._u([{key:\"actions\",fn:function(){return [(_vm.canShare && _vm.filesListWidth >= 512)?_c('NcButton',{staticClass:\"files-list__header-share-button\",class:{ 'files-list__header-share-button--shared': _vm.shareButtonType },attrs:{\"aria-label\":_vm.shareButtonLabel,\"title\":_vm.shareButtonLabel,\"type\":\"tertiary\"},on:{\"click\":_vm.openSharingSidebar},scopedSlots:_vm._u([{key:\"icon\",fn:function(){return [(_vm.shareButtonType === _vm.Type.SHARE_TYPE_LINK)?_c('LinkIcon'):_c('ShareVariantIcon',{attrs:{\"size\":20}})]},proxy:true}],null,false,2776780758)}):_vm._e(),_vm._v(\" \"),(!_vm.canUpload || _vm.isQuotaExceeded)?_c('NcButton',{staticClass:\"files-list__header-upload-button--disabled\",attrs:{\"aria-label\":_vm.cantUploadLabel,\"title\":_vm.cantUploadLabel,\"disabled\":true,\"type\":\"secondary\"},scopedSlots:_vm._u([{key:\"icon\",fn:function(){return [_c('PlusIcon',{attrs:{\"size\":20}})]},proxy:true}],null,false,2953566425)},[_vm._v(\"\\n\\t\\t\\t\\t\\t\"+_vm._s(_vm.t('files', 'Add'))+\"\\n\\t\\t\\t\\t\")]):(_vm.currentFolder)?_c('UploadPicker',{staticClass:\"files-list__header-upload-button\",attrs:{\"content\":_vm.dirContents,\"destination\":_vm.currentFolder,\"multiple\":true},on:{\"failed\":_vm.onUploadFail,\"uploaded\":_vm.onUpload}}):_vm._e()]},proxy:true}])}),_vm._v(\" \"),(_vm.filesListWidth >= 512)?_c('NcButton',{staticClass:\"files-list__header-grid-button\",attrs:{\"aria-label\":_vm.gridViewButtonLabel,\"title\":_vm.gridViewButtonLabel,\"type\":\"tertiary\"},on:{\"click\":_vm.toggleGridView},scopedSlots:_vm._u([{key:\"icon\",fn:function(){return [(_vm.userConfig.grid_view)?_c('ListViewIcon'):_c('ViewGridIcon')]},proxy:true}],null,false,1682960703)}):_vm._e(),_vm._v(\" \"),(_vm.isRefreshing)?_c('NcLoadingIcon',{staticClass:\"files-list__refresh-icon\"}):_vm._e()],1),_vm._v(\" \"),(!_vm.loading && _vm.canUpload)?_c('DragAndDropNotice',{attrs:{\"current-folder\":_vm.currentFolder}}):_vm._e(),_vm._v(\" \"),(_vm.loading && !_vm.isRefreshing)?_c('NcLoadingIcon',{staticClass:\"files-list__loading-icon\",attrs:{\"size\":38,\"name\":_vm.t('files', 'Loading current folder')}}):(!_vm.loading && _vm.isEmptyDir)?_c('NcEmptyContent',{attrs:{\"name\":_vm.currentView?.emptyTitle || _vm.t('files', 'No files in here'),\"description\":_vm.currentView?.emptyCaption || _vm.t('files', 'Upload some content or sync with your devices!'),\"data-cy-files-content-empty\":\"\"},scopedSlots:_vm._u([{key:\"action\",fn:function(){return [(_vm.dir !== '/')?_c('NcButton',{attrs:{\"aria-label\":_vm.t('files', 'Go to the previous folder'),\"type\":\"primary\",\"to\":_vm.toPreviousDir}},[_vm._v(\"\\n\\t\\t\\t\\t\"+_vm._s(_vm.t('files', 'Go back'))+\"\\n\\t\\t\\t\")]):_vm._e()]},proxy:true},{key:\"icon\",fn:function(){return [_c('NcIconSvgWrapper',{attrs:{\"svg\":_vm.currentView.icon}})]},proxy:true}])}):_c('FilesListVirtual',{ref:\"filesListVirtual\",attrs:{\"current-folder\":_vm.currentFolder,\"current-view\":_vm.currentView,\"nodes\":_vm.dirContentsSorted}})],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesList.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesList.vue?vue&type=script&lang=ts\"","\n import API from \"!../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesList.vue?vue&type=style&index=0&id=6a4c09d6&prod&scoped=true&lang=scss\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesList.vue?vue&type=style&index=0&id=6a4c09d6&prod&scoped=true&lang=scss\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./FilesList.vue?vue&type=template&id=6a4c09d6&scoped=true\"\nimport script from \"./FilesList.vue?vue&type=script&lang=ts\"\nexport * from \"./FilesList.vue?vue&type=script&lang=ts\"\nimport style0 from \"./FilesList.vue?vue&type=style&index=0&id=6a4c09d6&prod&scoped=true&lang=scss\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"6a4c09d6\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('NcAppNavigation',{attrs:{\"data-cy-files-navigation\":\"\",\"aria-label\":_vm.t('files', 'Files')},scopedSlots:_vm._u([{key:\"list\",fn:function(){return _vm._l((_vm.parentViews),function(view){return _c('NcAppNavigationItem',{key:view.id,attrs:{\"allow-collapse\":true,\"data-cy-files-navigation-item\":view.id,\"exact\":true,\"icon\":view.iconClass,\"name\":view.name,\"open\":_vm.isExpanded(view),\"pinned\":view.sticky,\"to\":_vm.generateToNavigation(view)},on:{\"update:open\":function($event){return _vm.onToggleExpand(view)}}},[(view.icon)?_c('NcIconSvgWrapper',{attrs:{\"slot\":\"icon\",\"svg\":view.icon},slot:\"icon\"}):_vm._e(),_vm._v(\" \"),_vm._l((_vm.childViews[view.id]),function(child){return _c('NcAppNavigationItem',{key:child.id,attrs:{\"data-cy-files-navigation-item\":child.id,\"exact\":true,\"icon\":child.iconClass,\"name\":child.name,\"to\":_vm.generateToNavigation(child)}},[(child.icon)?_c('NcIconSvgWrapper',{attrs:{\"slot\":\"icon\",\"svg\":child.icon},slot:\"icon\"}):_vm._e()],1)})],2)})},proxy:true},{key:\"footer\",fn:function(){return [_c('ul',{staticClass:\"app-navigation-entry__settings\"},[_c('NavigationQuota'),_vm._v(\" \"),_c('NcAppNavigationItem',{attrs:{\"aria-label\":_vm.t('files', 'Open the files app settings'),\"name\":_vm.t('files', 'Files settings'),\"data-cy-files-navigation-settings-button\":\"\"},on:{\"click\":function($event){$event.preventDefault();$event.stopPropagation();return _vm.openSettings.apply(null, arguments)}}},[_c('Cog',{attrs:{\"slot\":\"icon\",\"size\":20},slot:\"icon\"})],1)],1)]},proxy:true}])},[_vm._v(\" \"),_vm._v(\" \"),_c('SettingsModal',{attrs:{\"open\":_vm.settingsOpened,\"data-cy-files-navigation-settings\":\"\"},on:{\"close\":_vm.onSettingsClose}})],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import { render, staticRenderFns } from \"./Cog.vue?vue&type=template&id=bcf30078\"\nimport script from \"./Cog.vue?vue&type=script&lang=js\"\nexport * from \"./Cog.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","/* eslint-disable no-undefined,no-param-reassign,no-shadow */\n\n/**\n * Throttle execution of a function. Especially useful for rate limiting\n * execution of handlers on events like resize and scroll.\n *\n * @param {number} delay - A zero-or-greater delay in milliseconds. For event callbacks, values around 100 or 250 (or even higher)\n * are most useful.\n * @param {Function} callback - A function to be executed after delay milliseconds. The `this` context and all arguments are passed through,\n * as-is, to `callback` when the throttled-function is executed.\n * @param {object} [options] - An object to configure options.\n * @param {boolean} [options.noTrailing] - Optional, defaults to false. If noTrailing is true, callback will only execute every `delay` milliseconds\n * while the throttled-function is being called. If noTrailing is false or unspecified, callback will be executed\n * one final time after the last throttled-function call. (After the throttled-function has not been called for\n * `delay` milliseconds, the internal counter is reset).\n * @param {boolean} [options.noLeading] - Optional, defaults to false. If noLeading is false, the first throttled-function call will execute callback\n * immediately. If noLeading is true, the first the callback execution will be skipped. It should be noted that\n * callback will never executed if both noLeading = true and noTrailing = true.\n * @param {boolean} [options.debounceMode] - If `debounceMode` is true (at begin), schedule `clear` to execute after `delay` ms. If `debounceMode` is\n * false (at end), schedule `callback` to execute after `delay` ms.\n *\n * @returns {Function} A new, throttled, function.\n */\nfunction throttle (delay, callback, options) {\n var _ref = options || {},\n _ref$noTrailing = _ref.noTrailing,\n noTrailing = _ref$noTrailing === void 0 ? false : _ref$noTrailing,\n _ref$noLeading = _ref.noLeading,\n noLeading = _ref$noLeading === void 0 ? false : _ref$noLeading,\n _ref$debounceMode = _ref.debounceMode,\n debounceMode = _ref$debounceMode === void 0 ? undefined : _ref$debounceMode;\n /*\n * After wrapper has stopped being called, this timeout ensures that\n * `callback` is executed at the proper times in `throttle` and `end`\n * debounce modes.\n */\n\n\n var timeoutID;\n var cancelled = false; // Keep track of the last time `callback` was executed.\n\n var lastExec = 0; // Function to clear existing timeout\n\n function clearExistingTimeout() {\n if (timeoutID) {\n clearTimeout(timeoutID);\n }\n } // Function to cancel next exec\n\n\n function cancel(options) {\n var _ref2 = options || {},\n _ref2$upcomingOnly = _ref2.upcomingOnly,\n upcomingOnly = _ref2$upcomingOnly === void 0 ? false : _ref2$upcomingOnly;\n\n clearExistingTimeout();\n cancelled = !upcomingOnly;\n }\n /*\n * The `wrapper` function encapsulates all of the throttling / debouncing\n * functionality and when executed will limit the rate at which `callback`\n * is executed.\n */\n\n\n function wrapper() {\n for (var _len = arguments.length, arguments_ = new Array(_len), _key = 0; _key < _len; _key++) {\n arguments_[_key] = arguments[_key];\n }\n\n var self = this;\n var elapsed = Date.now() - lastExec;\n\n if (cancelled) {\n return;\n } // Execute `callback` and update the `lastExec` timestamp.\n\n\n function exec() {\n lastExec = Date.now();\n callback.apply(self, arguments_);\n }\n /*\n * If `debounceMode` is true (at begin) this is used to clear the flag\n * to allow future `callback` executions.\n */\n\n\n function clear() {\n timeoutID = undefined;\n }\n\n if (!noLeading && debounceMode && !timeoutID) {\n /*\n * Since `wrapper` is being called for the first time and\n * `debounceMode` is true (at begin), execute `callback`\n * and noLeading != true.\n */\n exec();\n }\n\n clearExistingTimeout();\n\n if (debounceMode === undefined && elapsed > delay) {\n if (noLeading) {\n /*\n * In throttle mode with noLeading, if `delay` time has\n * been exceeded, update `lastExec` and schedule `callback`\n * to execute after `delay` ms.\n */\n lastExec = Date.now();\n\n if (!noTrailing) {\n timeoutID = setTimeout(debounceMode ? clear : exec, delay);\n }\n } else {\n /*\n * In throttle mode without noLeading, if `delay` time has been exceeded, execute\n * `callback`.\n */\n exec();\n }\n } else if (noTrailing !== true) {\n /*\n * In trailing throttle mode, since `delay` time has not been\n * exceeded, schedule `callback` to execute `delay` ms after most\n * recent execution.\n *\n * If `debounceMode` is true (at begin), schedule `clear` to execute\n * after `delay` ms.\n *\n * If `debounceMode` is false (at end), schedule `callback` to\n * execute after `delay` ms.\n */\n timeoutID = setTimeout(debounceMode ? clear : exec, debounceMode === undefined ? delay - elapsed : delay);\n }\n }\n\n wrapper.cancel = cancel; // Return the wrapper function.\n\n return wrapper;\n}\n\n/* eslint-disable no-undefined */\n/**\n * Debounce execution of a function. Debouncing, unlike throttling,\n * guarantees that a function is only executed a single time, either at the\n * very beginning of a series of calls, or at the very end.\n *\n * @param {number} delay - A zero-or-greater delay in milliseconds. For event callbacks, values around 100 or 250 (or even higher) are most useful.\n * @param {Function} callback - A function to be executed after delay milliseconds. The `this` context and all arguments are passed through, as-is,\n * to `callback` when the debounced-function is executed.\n * @param {object} [options] - An object to configure options.\n * @param {boolean} [options.atBegin] - Optional, defaults to false. If atBegin is false or unspecified, callback will only be executed `delay` milliseconds\n * after the last debounced-function call. If atBegin is true, callback will be executed only at the first debounced-function call.\n * (After the throttled-function has not been called for `delay` milliseconds, the internal counter is reset).\n *\n * @returns {Function} A new, debounced function.\n */\n\nfunction debounce (delay, callback, options) {\n var _ref = options || {},\n _ref$atBegin = _ref.atBegin,\n atBegin = _ref$atBegin === void 0 ? false : _ref$atBegin;\n\n return throttle(delay, callback, {\n debounceMode: atBegin !== false\n });\n}\n\nexport { debounce, throttle };\n//# sourceMappingURL=index.js.map\n","\n\n","import mod from \"-!../vue-loader/lib/index.js??vue-loader-options!./ChartPie.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../vue-loader/lib/index.js??vue-loader-options!./ChartPie.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./ChartPie.vue?vue&type=template&id=44de6464\"\nimport script from \"./ChartPie.vue?vue&type=script&lang=js\"\nexport * from \"./ChartPie.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('span',_vm._b({staticClass:\"material-design-icon chart-pie-icon\",attrs:{\"aria-hidden\":!_vm.title,\"aria-label\":_vm.title,\"role\":\"img\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'span',_vm.$attrs,false),[_c('svg',{staticClass:\"material-design-icon__svg\",attrs:{\"fill\":_vm.fillColor,\"width\":_vm.size,\"height\":_vm.size,\"viewBox\":\"0 0 24 24\"}},[_c('path',{attrs:{\"d\":\"M11,2V22C5.9,21.5 2,17.2 2,12C2,6.8 5.9,2.5 11,2M13,2V11H22C21.5,6.2 17.8,2.5 13,2M13,13V22C17.7,21.5 21.5,17.8 22,13H13Z\"}},[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e()])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n\n\n\n\n","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./NavigationQuota.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./NavigationQuota.vue?vue&type=script&lang=js\"","\n import API from \"!../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./NavigationQuota.vue?vue&type=style&index=0&id=34665d46&prod&lang=scss&scoped=true\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./NavigationQuota.vue?vue&type=style&index=0&id=34665d46&prod&lang=scss&scoped=true\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./NavigationQuota.vue?vue&type=template&id=34665d46&scoped=true\"\nimport script from \"./NavigationQuota.vue?vue&type=script&lang=js\"\nexport * from \"./NavigationQuota.vue?vue&type=script&lang=js\"\nimport style0 from \"./NavigationQuota.vue?vue&type=style&index=0&id=34665d46&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"34665d46\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return (_vm.storageStats)?_c('NcAppNavigationItem',{staticClass:\"app-navigation-entry__settings-quota\",class:{ 'app-navigation-entry__settings-quota--not-unlimited': _vm.storageStats.quota >= 0},attrs:{\"aria-label\":_vm.t('files', 'Storage informations'),\"loading\":_vm.loadingStorageStats,\"name\":_vm.storageStatsTitle,\"title\":_vm.storageStatsTooltip,\"data-cy-files-navigation-settings-quota\":\"\"},on:{\"click\":function($event){$event.stopPropagation();$event.preventDefault();return _vm.debounceUpdateStorageStats.apply(null, arguments)}}},[_c('ChartPie',{attrs:{\"slot\":\"icon\",\"size\":20},slot:\"icon\"}),_vm._v(\" \"),(_vm.storageStats.quota >= 0)?_c('NcProgressBar',{attrs:{\"slot\":\"extra\",\"error\":_vm.storageStats.relative > 80,\"value\":Math.min(_vm.storageStats.relative, 100)},slot:\"extra\"}):_vm._e()],1):_vm._e()\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('NcAppSettingsDialog',{attrs:{\"open\":_vm.open,\"show-navigation\":true,\"name\":_vm.t('files', 'Files settings')},on:{\"update:open\":_vm.onClose}},[_c('NcAppSettingsSection',{attrs:{\"id\":\"settings\",\"name\":_vm.t('files', 'Files settings')}},[_c('NcCheckboxRadioSwitch',{attrs:{\"checked\":_vm.userConfig.sort_favorites_first},on:{\"update:checked\":function($event){return _vm.setConfig('sort_favorites_first', $event)}}},[_vm._v(\"\\n\\t\\t\\t\"+_vm._s(_vm.t('files', 'Sort favorites first'))+\"\\n\\t\\t\")]),_vm._v(\" \"),_c('NcCheckboxRadioSwitch',{attrs:{\"checked\":_vm.userConfig.show_hidden},on:{\"update:checked\":function($event){return _vm.setConfig('show_hidden', $event)}}},[_vm._v(\"\\n\\t\\t\\t\"+_vm._s(_vm.t('files', 'Show hidden files'))+\"\\n\\t\\t\")]),_vm._v(\" \"),_c('NcCheckboxRadioSwitch',{attrs:{\"checked\":_vm.userConfig.crop_image_previews},on:{\"update:checked\":function($event){return _vm.setConfig('crop_image_previews', $event)}}},[_vm._v(\"\\n\\t\\t\\t\"+_vm._s(_vm.t('files', 'Crop image previews'))+\"\\n\\t\\t\")]),_vm._v(\" \"),_c('NcCheckboxRadioSwitch',{attrs:{\"checked\":_vm.userConfig.grid_view},on:{\"update:checked\":function($event){return _vm.setConfig('grid_view', $event)}}},[_vm._v(\"\\n\\t\\t\\t\"+_vm._s(_vm.t('files', 'Enable the grid view'))+\"\\n\\t\\t\")])],1),_vm._v(\" \"),(_vm.settings.length !== 0)?_c('NcAppSettingsSection',{attrs:{\"id\":\"more-settings\",\"name\":_vm.t('files', 'Additional settings')}},[_vm._l((_vm.settings),function(setting){return [_c('Setting',{key:setting.name,attrs:{\"el\":setting.el}})]})],2):_vm._e(),_vm._v(\" \"),_c('NcAppSettingsSection',{attrs:{\"id\":\"webdav\",\"name\":_vm.t('files', 'WebDAV')}},[_c('NcInputField',{attrs:{\"id\":\"webdav-url-input\",\"label\":_vm.t('files', 'WebDAV URL'),\"show-trailing-button\":true,\"success\":_vm.webdavUrlCopied,\"trailing-button-label\":_vm.t('files', 'Copy to clipboard'),\"value\":_vm.webdavUrl,\"readonly\":\"readonly\",\"type\":\"url\"},on:{\"focus\":function($event){return $event.target.select()},\"trailing-button-click\":_vm.copyCloudId},scopedSlots:_vm._u([{key:\"trailing-button-icon\",fn:function(){return [_c('Clipboard',{attrs:{\"size\":20}})]},proxy:true}])}),_vm._v(\" \"),_c('em',[_c('a',{staticClass:\"setting-link\",attrs:{\"href\":_vm.webdavDocs,\"target\":\"_blank\",\"rel\":\"noreferrer noopener\"}},[_vm._v(\"\\n\\t\\t\\t\\t\"+_vm._s(_vm.t('files', 'Use this address to access your Files via WebDAV'))+\" ↗\\n\\t\\t\\t\")])]),_vm._v(\" \"),_c('br'),_vm._v(\" \"),_c('em',[_c('a',{staticClass:\"setting-link\",attrs:{\"href\":_vm.appPasswordUrl}},[_vm._v(\"\\n\\t\\t\\t\\t\"+_vm._s(_vm.t('files', 'If you have enabled 2FA, you must create and use a new app password by clicking here.'))+\" ↗\\n\\t\\t\\t\")])])],1)],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n\n","import mod from \"-!../vue-loader/lib/index.js??vue-loader-options!./Clipboard.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../vue-loader/lib/index.js??vue-loader-options!./Clipboard.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./Clipboard.vue?vue&type=template&id=0e008e34\"\nimport script from \"./Clipboard.vue?vue&type=script&lang=js\"\nexport * from \"./Clipboard.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('span',_vm._b({staticClass:\"material-design-icon clipboard-icon\",attrs:{\"aria-hidden\":!_vm.title,\"aria-label\":_vm.title,\"role\":\"img\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'span',_vm.$attrs,false),[_c('svg',{staticClass:\"material-design-icon__svg\",attrs:{\"fill\":_vm.fillColor,\"width\":_vm.size,\"height\":_vm.size,\"viewBox\":\"0 0 24 24\"}},[_c('path',{attrs:{\"d\":\"M19,3H14.82C14.4,1.84 13.3,1 12,1C10.7,1 9.6,1.84 9.18,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3M12,3A1,1 0 0,1 13,4A1,1 0 0,1 12,5A1,1 0 0,1 11,4A1,1 0 0,1 12,3\"}},[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e()])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n\n\n\n","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Setting.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Setting.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./Setting.vue?vue&type=template&id=61d69eae\"\nimport script from \"./Setting.vue?vue&type=script&lang=js\"\nexport * from \"./Setting.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div')\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Settings.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Settings.vue?vue&type=script&lang=js\"","\n\n\n\n\n\n","\n import API from \"!../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Settings.vue?vue&type=style&index=0&id=7b7a3aa6&prod&lang=scss&scoped=true\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Settings.vue?vue&type=style&index=0&id=7b7a3aa6&prod&lang=scss&scoped=true\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./Settings.vue?vue&type=template&id=7b7a3aa6&scoped=true\"\nimport script from \"./Settings.vue?vue&type=script&lang=js\"\nexport * from \"./Settings.vue?vue&type=script&lang=js\"\nimport style0 from \"./Settings.vue?vue&type=style&index=0&id=7b7a3aa6&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"7b7a3aa6\",\n null\n \n)\n\nexport default component.exports","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Navigation.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Navigation.vue?vue&type=script&lang=ts\"","/**\n * @copyright Copyright (c) 2022 Joas Schilling \n *\n * @author Joas Schilling \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\n\nimport { loadState } from '@nextcloud/initial-state'\n\n/**\n * Set the page heading\n *\n * @param {string} heading page title from the history api\n * @since 27.0.0\n */\nexport function setPageHeading(heading) {\n\tconst headingEl = document.getElementById('page-heading-level-1')\n\tif (headingEl) {\n\t\theadingEl.textContent = heading\n\t}\n}\nexport default {\n\t/**\n\t * @return {boolean} Whether the user opted-out of shortcuts so that they should not be registered\n\t */\n\tdisableKeyboardShortcuts() {\n\t\treturn loadState('theming', 'shortcutsDisabled', false)\n\t},\n\tsetPageHeading,\n}\n","\n import API from \"!../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Navigation.vue?vue&type=style&index=0&id=761b6079&prod&scoped=true&lang=scss\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Navigation.vue?vue&type=style&index=0&id=761b6079&prod&scoped=true&lang=scss\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./Navigation.vue?vue&type=template&id=761b6079&scoped=true\"\nimport script from \"./Navigation.vue?vue&type=script&lang=ts\"\nexport * from \"./Navigation.vue?vue&type=script&lang=ts\"\nimport style0 from \"./Navigation.vue?vue&type=style&index=0&id=761b6079&prod&scoped=true&lang=scss\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"761b6079\",\n null\n \n)\n\nexport default component.exports","const token = '%[a-f0-9]{2}';\nconst singleMatcher = new RegExp('(' + token + ')|([^%]+?)', 'gi');\nconst multiMatcher = new RegExp('(' + token + ')+', 'gi');\n\nfunction decodeComponents(components, split) {\n\ttry {\n\t\t// Try to decode the entire string first\n\t\treturn [decodeURIComponent(components.join(''))];\n\t} catch {\n\t\t// Do nothing\n\t}\n\n\tif (components.length === 1) {\n\t\treturn components;\n\t}\n\n\tsplit = split || 1;\n\n\t// Split the array in 2 parts\n\tconst left = components.slice(0, split);\n\tconst right = components.slice(split);\n\n\treturn Array.prototype.concat.call([], decodeComponents(left), decodeComponents(right));\n}\n\nfunction decode(input) {\n\ttry {\n\t\treturn decodeURIComponent(input);\n\t} catch {\n\t\tlet tokens = input.match(singleMatcher) || [];\n\n\t\tfor (let i = 1; i < tokens.length; i++) {\n\t\t\tinput = decodeComponents(tokens, i).join('');\n\n\t\t\ttokens = input.match(singleMatcher) || [];\n\t\t}\n\n\t\treturn input;\n\t}\n}\n\nfunction customDecodeURIComponent(input) {\n\t// Keep track of all the replacements and prefill the map with the `BOM`\n\tconst replaceMap = {\n\t\t'%FE%FF': '\\uFFFD\\uFFFD',\n\t\t'%FF%FE': '\\uFFFD\\uFFFD',\n\t};\n\n\tlet match = multiMatcher.exec(input);\n\twhile (match) {\n\t\ttry {\n\t\t\t// Decode as big chunks as possible\n\t\t\treplaceMap[match[0]] = decodeURIComponent(match[0]);\n\t\t} catch {\n\t\t\tconst result = decode(match[0]);\n\n\t\t\tif (result !== match[0]) {\n\t\t\t\treplaceMap[match[0]] = result;\n\t\t\t}\n\t\t}\n\n\t\tmatch = multiMatcher.exec(input);\n\t}\n\n\t// Add `%C2` at the end of the map to make sure it does not replace the combinator before everything else\n\treplaceMap['%C2'] = '\\uFFFD';\n\n\tconst entries = Object.keys(replaceMap);\n\n\tfor (const key of entries) {\n\t\t// Replace all decoded components\n\t\tinput = input.replace(new RegExp(key, 'g'), replaceMap[key]);\n\t}\n\n\treturn input;\n}\n\nexport default function decodeUriComponent(encodedURI) {\n\tif (typeof encodedURI !== 'string') {\n\t\tthrow new TypeError('Expected `encodedURI` to be of type `string`, got `' + typeof encodedURI + '`');\n\t}\n\n\ttry {\n\t\t// Try the built in decoder first\n\t\treturn decodeURIComponent(encodedURI);\n\t} catch {\n\t\t// Fallback to a more advanced decoder\n\t\treturn customDecodeURIComponent(encodedURI);\n\t}\n}\n","export default function splitOnFirst(string, separator) {\n\tif (!(typeof string === 'string' && typeof separator === 'string')) {\n\t\tthrow new TypeError('Expected the arguments to be of type `string`');\n\t}\n\n\tif (string === '' || separator === '') {\n\t\treturn [];\n\t}\n\n\tconst separatorIndex = string.indexOf(separator);\n\n\tif (separatorIndex === -1) {\n\t\treturn [];\n\t}\n\n\treturn [\n\t\tstring.slice(0, separatorIndex),\n\t\tstring.slice(separatorIndex + separator.length)\n\t];\n}\n","export function includeKeys(object, predicate) {\n\tconst result = {};\n\n\tif (Array.isArray(predicate)) {\n\t\tfor (const key of predicate) {\n\t\t\tconst descriptor = Object.getOwnPropertyDescriptor(object, key);\n\t\t\tif (descriptor?.enumerable) {\n\t\t\t\tObject.defineProperty(result, key, descriptor);\n\t\t\t}\n\t\t}\n\t} else {\n\t\t// `Reflect.ownKeys()` is required to retrieve symbol properties\n\t\tfor (const key of Reflect.ownKeys(object)) {\n\t\t\tconst descriptor = Object.getOwnPropertyDescriptor(object, key);\n\t\t\tif (descriptor.enumerable) {\n\t\t\t\tconst value = object[key];\n\t\t\t\tif (predicate(key, value, object)) {\n\t\t\t\t\tObject.defineProperty(result, key, descriptor);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn result;\n}\n\nexport function excludeKeys(object, predicate) {\n\tif (Array.isArray(predicate)) {\n\t\tconst set = new Set(predicate);\n\t\treturn includeKeys(object, key => !set.has(key));\n\t}\n\n\treturn includeKeys(object, (key, value, object) => !predicate(key, value, object));\n}\n","import decodeComponent from 'decode-uri-component';\nimport splitOnFirst from 'split-on-first';\nimport {includeKeys} from 'filter-obj';\n\nconst isNullOrUndefined = value => value === null || value === undefined;\n\n// eslint-disable-next-line unicorn/prefer-code-point\nconst strictUriEncode = string => encodeURIComponent(string).replace(/[!'()*]/g, x => `%${x.charCodeAt(0).toString(16).toUpperCase()}`);\n\nconst encodeFragmentIdentifier = Symbol('encodeFragmentIdentifier');\n\nfunction encoderForArrayFormat(options) {\n\tswitch (options.arrayFormat) {\n\t\tcase 'index': {\n\t\t\treturn key => (result, value) => {\n\t\t\t\tconst index = result.length;\n\n\t\t\t\tif (\n\t\t\t\t\tvalue === undefined\n\t\t\t\t\t|| (options.skipNull && value === null)\n\t\t\t\t\t|| (options.skipEmptyString && value === '')\n\t\t\t\t) {\n\t\t\t\t\treturn result;\n\t\t\t\t}\n\n\t\t\t\tif (value === null) {\n\t\t\t\t\treturn [\n\t\t\t\t\t\t...result, [encode(key, options), '[', index, ']'].join(''),\n\t\t\t\t\t];\n\t\t\t\t}\n\n\t\t\t\treturn [\n\t\t\t\t\t...result,\n\t\t\t\t\t[encode(key, options), '[', encode(index, options), ']=', encode(value, options)].join(''),\n\t\t\t\t];\n\t\t\t};\n\t\t}\n\n\t\tcase 'bracket': {\n\t\t\treturn key => (result, value) => {\n\t\t\t\tif (\n\t\t\t\t\tvalue === undefined\n\t\t\t\t\t|| (options.skipNull && value === null)\n\t\t\t\t\t|| (options.skipEmptyString && value === '')\n\t\t\t\t) {\n\t\t\t\t\treturn result;\n\t\t\t\t}\n\n\t\t\t\tif (value === null) {\n\t\t\t\t\treturn [\n\t\t\t\t\t\t...result,\n\t\t\t\t\t\t[encode(key, options), '[]'].join(''),\n\t\t\t\t\t];\n\t\t\t\t}\n\n\t\t\t\treturn [\n\t\t\t\t\t...result,\n\t\t\t\t\t[encode(key, options), '[]=', encode(value, options)].join(''),\n\t\t\t\t];\n\t\t\t};\n\t\t}\n\n\t\tcase 'colon-list-separator': {\n\t\t\treturn key => (result, value) => {\n\t\t\t\tif (\n\t\t\t\t\tvalue === undefined\n\t\t\t\t\t|| (options.skipNull && value === null)\n\t\t\t\t\t|| (options.skipEmptyString && value === '')\n\t\t\t\t) {\n\t\t\t\t\treturn result;\n\t\t\t\t}\n\n\t\t\t\tif (value === null) {\n\t\t\t\t\treturn [\n\t\t\t\t\t\t...result,\n\t\t\t\t\t\t[encode(key, options), ':list='].join(''),\n\t\t\t\t\t];\n\t\t\t\t}\n\n\t\t\t\treturn [\n\t\t\t\t\t...result,\n\t\t\t\t\t[encode(key, options), ':list=', encode(value, options)].join(''),\n\t\t\t\t];\n\t\t\t};\n\t\t}\n\n\t\tcase 'comma':\n\t\tcase 'separator':\n\t\tcase 'bracket-separator': {\n\t\t\tconst keyValueSep = options.arrayFormat === 'bracket-separator'\n\t\t\t\t? '[]='\n\t\t\t\t: '=';\n\n\t\t\treturn key => (result, value) => {\n\t\t\t\tif (\n\t\t\t\t\tvalue === undefined\n\t\t\t\t\t|| (options.skipNull && value === null)\n\t\t\t\t\t|| (options.skipEmptyString && value === '')\n\t\t\t\t) {\n\t\t\t\t\treturn result;\n\t\t\t\t}\n\n\t\t\t\t// Translate null to an empty string so that it doesn't serialize as 'null'\n\t\t\t\tvalue = value === null ? '' : value;\n\n\t\t\t\tif (result.length === 0) {\n\t\t\t\t\treturn [[encode(key, options), keyValueSep, encode(value, options)].join('')];\n\t\t\t\t}\n\n\t\t\t\treturn [[result, encode(value, options)].join(options.arrayFormatSeparator)];\n\t\t\t};\n\t\t}\n\n\t\tdefault: {\n\t\t\treturn key => (result, value) => {\n\t\t\t\tif (\n\t\t\t\t\tvalue === undefined\n\t\t\t\t\t|| (options.skipNull && value === null)\n\t\t\t\t\t|| (options.skipEmptyString && value === '')\n\t\t\t\t) {\n\t\t\t\t\treturn result;\n\t\t\t\t}\n\n\t\t\t\tif (value === null) {\n\t\t\t\t\treturn [\n\t\t\t\t\t\t...result,\n\t\t\t\t\t\tencode(key, options),\n\t\t\t\t\t];\n\t\t\t\t}\n\n\t\t\t\treturn [\n\t\t\t\t\t...result,\n\t\t\t\t\t[encode(key, options), '=', encode(value, options)].join(''),\n\t\t\t\t];\n\t\t\t};\n\t\t}\n\t}\n}\n\nfunction parserForArrayFormat(options) {\n\tlet result;\n\n\tswitch (options.arrayFormat) {\n\t\tcase 'index': {\n\t\t\treturn (key, value, accumulator) => {\n\t\t\t\tresult = /\\[(\\d*)]$/.exec(key);\n\n\t\t\t\tkey = key.replace(/\\[\\d*]$/, '');\n\n\t\t\t\tif (!result) {\n\t\t\t\t\taccumulator[key] = value;\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\tif (accumulator[key] === undefined) {\n\t\t\t\t\taccumulator[key] = {};\n\t\t\t\t}\n\n\t\t\t\taccumulator[key][result[1]] = value;\n\t\t\t};\n\t\t}\n\n\t\tcase 'bracket': {\n\t\t\treturn (key, value, accumulator) => {\n\t\t\t\tresult = /(\\[])$/.exec(key);\n\t\t\t\tkey = key.replace(/\\[]$/, '');\n\n\t\t\t\tif (!result) {\n\t\t\t\t\taccumulator[key] = value;\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\tif (accumulator[key] === undefined) {\n\t\t\t\t\taccumulator[key] = [value];\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\taccumulator[key] = [...accumulator[key], value];\n\t\t\t};\n\t\t}\n\n\t\tcase 'colon-list-separator': {\n\t\t\treturn (key, value, accumulator) => {\n\t\t\t\tresult = /(:list)$/.exec(key);\n\t\t\t\tkey = key.replace(/:list$/, '');\n\n\t\t\t\tif (!result) {\n\t\t\t\t\taccumulator[key] = value;\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\tif (accumulator[key] === undefined) {\n\t\t\t\t\taccumulator[key] = [value];\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\taccumulator[key] = [...accumulator[key], value];\n\t\t\t};\n\t\t}\n\n\t\tcase 'comma':\n\t\tcase 'separator': {\n\t\t\treturn (key, value, accumulator) => {\n\t\t\t\tconst isArray = typeof value === 'string' && value.includes(options.arrayFormatSeparator);\n\t\t\t\tconst isEncodedArray = (typeof value === 'string' && !isArray && decode(value, options).includes(options.arrayFormatSeparator));\n\t\t\t\tvalue = isEncodedArray ? decode(value, options) : value;\n\t\t\t\tconst newValue = isArray || isEncodedArray ? value.split(options.arrayFormatSeparator).map(item => decode(item, options)) : (value === null ? value : decode(value, options));\n\t\t\t\taccumulator[key] = newValue;\n\t\t\t};\n\t\t}\n\n\t\tcase 'bracket-separator': {\n\t\t\treturn (key, value, accumulator) => {\n\t\t\t\tconst isArray = /(\\[])$/.test(key);\n\t\t\t\tkey = key.replace(/\\[]$/, '');\n\n\t\t\t\tif (!isArray) {\n\t\t\t\t\taccumulator[key] = value ? decode(value, options) : value;\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\tconst arrayValue = value === null\n\t\t\t\t\t? []\n\t\t\t\t\t: value.split(options.arrayFormatSeparator).map(item => decode(item, options));\n\n\t\t\t\tif (accumulator[key] === undefined) {\n\t\t\t\t\taccumulator[key] = arrayValue;\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\taccumulator[key] = [...accumulator[key], ...arrayValue];\n\t\t\t};\n\t\t}\n\n\t\tdefault: {\n\t\t\treturn (key, value, accumulator) => {\n\t\t\t\tif (accumulator[key] === undefined) {\n\t\t\t\t\taccumulator[key] = value;\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\taccumulator[key] = [...[accumulator[key]].flat(), value];\n\t\t\t};\n\t\t}\n\t}\n}\n\nfunction validateArrayFormatSeparator(value) {\n\tif (typeof value !== 'string' || value.length !== 1) {\n\t\tthrow new TypeError('arrayFormatSeparator must be single character string');\n\t}\n}\n\nfunction encode(value, options) {\n\tif (options.encode) {\n\t\treturn options.strict ? strictUriEncode(value) : encodeURIComponent(value);\n\t}\n\n\treturn value;\n}\n\nfunction decode(value, options) {\n\tif (options.decode) {\n\t\treturn decodeComponent(value);\n\t}\n\n\treturn value;\n}\n\nfunction keysSorter(input) {\n\tif (Array.isArray(input)) {\n\t\treturn input.sort();\n\t}\n\n\tif (typeof input === 'object') {\n\t\treturn keysSorter(Object.keys(input))\n\t\t\t.sort((a, b) => Number(a) - Number(b))\n\t\t\t.map(key => input[key]);\n\t}\n\n\treturn input;\n}\n\nfunction removeHash(input) {\n\tconst hashStart = input.indexOf('#');\n\tif (hashStart !== -1) {\n\t\tinput = input.slice(0, hashStart);\n\t}\n\n\treturn input;\n}\n\nfunction getHash(url) {\n\tlet hash = '';\n\tconst hashStart = url.indexOf('#');\n\tif (hashStart !== -1) {\n\t\thash = url.slice(hashStart);\n\t}\n\n\treturn hash;\n}\n\nfunction parseValue(value, options) {\n\tif (options.parseNumbers && !Number.isNaN(Number(value)) && (typeof value === 'string' && value.trim() !== '')) {\n\t\tvalue = Number(value);\n\t} else if (options.parseBooleans && value !== null && (value.toLowerCase() === 'true' || value.toLowerCase() === 'false')) {\n\t\tvalue = value.toLowerCase() === 'true';\n\t}\n\n\treturn value;\n}\n\nexport function extract(input) {\n\tinput = removeHash(input);\n\tconst queryStart = input.indexOf('?');\n\tif (queryStart === -1) {\n\t\treturn '';\n\t}\n\n\treturn input.slice(queryStart + 1);\n}\n\nexport function parse(query, options) {\n\toptions = {\n\t\tdecode: true,\n\t\tsort: true,\n\t\tarrayFormat: 'none',\n\t\tarrayFormatSeparator: ',',\n\t\tparseNumbers: false,\n\t\tparseBooleans: false,\n\t\t...options,\n\t};\n\n\tvalidateArrayFormatSeparator(options.arrayFormatSeparator);\n\n\tconst formatter = parserForArrayFormat(options);\n\n\t// Create an object with no prototype\n\tconst returnValue = Object.create(null);\n\n\tif (typeof query !== 'string') {\n\t\treturn returnValue;\n\t}\n\n\tquery = query.trim().replace(/^[?#&]/, '');\n\n\tif (!query) {\n\t\treturn returnValue;\n\t}\n\n\tfor (const parameter of query.split('&')) {\n\t\tif (parameter === '') {\n\t\t\tcontinue;\n\t\t}\n\n\t\tconst parameter_ = options.decode ? parameter.replace(/\\+/g, ' ') : parameter;\n\n\t\tlet [key, value] = splitOnFirst(parameter_, '=');\n\n\t\tif (key === undefined) {\n\t\t\tkey = parameter_;\n\t\t}\n\n\t\t// Missing `=` should be `null`:\n\t\t// http://w3.org/TR/2012/WD-url-20120524/#collect-url-parameters\n\t\tvalue = value === undefined ? null : (['comma', 'separator', 'bracket-separator'].includes(options.arrayFormat) ? value : decode(value, options));\n\t\tformatter(decode(key, options), value, returnValue);\n\t}\n\n\tfor (const [key, value] of Object.entries(returnValue)) {\n\t\tif (typeof value === 'object' && value !== null) {\n\t\t\tfor (const [key2, value2] of Object.entries(value)) {\n\t\t\t\tvalue[key2] = parseValue(value2, options);\n\t\t\t}\n\t\t} else {\n\t\t\treturnValue[key] = parseValue(value, options);\n\t\t}\n\t}\n\n\tif (options.sort === false) {\n\t\treturn returnValue;\n\t}\n\n\t// TODO: Remove the use of `reduce`.\n\t// eslint-disable-next-line unicorn/no-array-reduce\n\treturn (options.sort === true ? Object.keys(returnValue).sort() : Object.keys(returnValue).sort(options.sort)).reduce((result, key) => {\n\t\tconst value = returnValue[key];\n\t\tif (Boolean(value) && typeof value === 'object' && !Array.isArray(value)) {\n\t\t\t// Sort object keys, not values\n\t\t\tresult[key] = keysSorter(value);\n\t\t} else {\n\t\t\tresult[key] = value;\n\t\t}\n\n\t\treturn result;\n\t}, Object.create(null));\n}\n\nexport function stringify(object, options) {\n\tif (!object) {\n\t\treturn '';\n\t}\n\n\toptions = {encode: true,\n\t\tstrict: true,\n\t\tarrayFormat: 'none',\n\t\tarrayFormatSeparator: ',', ...options};\n\n\tvalidateArrayFormatSeparator(options.arrayFormatSeparator);\n\n\tconst shouldFilter = key => (\n\t\t(options.skipNull && isNullOrUndefined(object[key]))\n\t\t|| (options.skipEmptyString && object[key] === '')\n\t);\n\n\tconst formatter = encoderForArrayFormat(options);\n\n\tconst objectCopy = {};\n\n\tfor (const [key, value] of Object.entries(object)) {\n\t\tif (!shouldFilter(key)) {\n\t\t\tobjectCopy[key] = value;\n\t\t}\n\t}\n\n\tconst keys = Object.keys(objectCopy);\n\n\tif (options.sort !== false) {\n\t\tkeys.sort(options.sort);\n\t}\n\n\treturn keys.map(key => {\n\t\tconst value = object[key];\n\n\t\tif (value === undefined) {\n\t\t\treturn '';\n\t\t}\n\n\t\tif (value === null) {\n\t\t\treturn encode(key, options);\n\t\t}\n\n\t\tif (Array.isArray(value)) {\n\t\t\tif (value.length === 0 && options.arrayFormat === 'bracket-separator') {\n\t\t\t\treturn encode(key, options) + '[]';\n\t\t\t}\n\n\t\t\treturn value\n\t\t\t\t.reduce(formatter(key), [])\n\t\t\t\t.join('&');\n\t\t}\n\n\t\treturn encode(key, options) + '=' + encode(value, options);\n\t}).filter(x => x.length > 0).join('&');\n}\n\nexport function parseUrl(url, options) {\n\toptions = {\n\t\tdecode: true,\n\t\t...options,\n\t};\n\n\tlet [url_, hash] = splitOnFirst(url, '#');\n\n\tif (url_ === undefined) {\n\t\turl_ = url;\n\t}\n\n\treturn {\n\t\turl: url_?.split('?')?.[0] ?? '',\n\t\tquery: parse(extract(url), options),\n\t\t...(options && options.parseFragmentIdentifier && hash ? {fragmentIdentifier: decode(hash, options)} : {}),\n\t};\n}\n\nexport function stringifyUrl(object, options) {\n\toptions = {\n\t\tencode: true,\n\t\tstrict: true,\n\t\t[encodeFragmentIdentifier]: true,\n\t\t...options,\n\t};\n\n\tconst url = removeHash(object.url).split('?')[0] || '';\n\tconst queryFromUrl = extract(object.url);\n\n\tconst query = {\n\t\t...parse(queryFromUrl, {sort: false}),\n\t\t...object.query,\n\t};\n\n\tlet queryString = stringify(query, options);\n\tif (queryString) {\n\t\tqueryString = `?${queryString}`;\n\t}\n\n\tlet hash = getHash(object.url);\n\tif (object.fragmentIdentifier) {\n\t\tconst urlObjectForFragmentEncode = new URL(url);\n\t\turlObjectForFragmentEncode.hash = object.fragmentIdentifier;\n\t\thash = options[encodeFragmentIdentifier] ? urlObjectForFragmentEncode.hash : `#${object.fragmentIdentifier}`;\n\t}\n\n\treturn `${url}${queryString}${hash}`;\n}\n\nexport function pick(input, filter, options) {\n\toptions = {\n\t\tparseFragmentIdentifier: true,\n\t\t[encodeFragmentIdentifier]: false,\n\t\t...options,\n\t};\n\n\tconst {url, query, fragmentIdentifier} = parseUrl(input, options);\n\n\treturn stringifyUrl({\n\t\turl,\n\t\tquery: includeKeys(query, filter),\n\t\tfragmentIdentifier,\n\t}, options);\n}\n\nexport function exclude(input, filter, options) {\n\tconst exclusionFilter = Array.isArray(filter) ? key => !filter.includes(key) : (key, value) => !filter(key, value);\n\n\treturn pick(input, exclusionFilter, options);\n}\n","import * as queryString from './base.js';\n\nexport default queryString;\n","/*!\n * vue-router v3.6.5\n * (c) 2022 Evan You\n * @license MIT\n */\n/* */\n\nfunction assert (condition, message) {\n if (!condition) {\n throw new Error((\"[vue-router] \" + message))\n }\n}\n\nfunction warn (condition, message) {\n if (!condition) {\n typeof console !== 'undefined' && console.warn((\"[vue-router] \" + message));\n }\n}\n\nfunction extend (a, b) {\n for (var key in b) {\n a[key] = b[key];\n }\n return a\n}\n\n/* */\n\nvar encodeReserveRE = /[!'()*]/g;\nvar encodeReserveReplacer = function (c) { return '%' + c.charCodeAt(0).toString(16); };\nvar commaRE = /%2C/g;\n\n// fixed encodeURIComponent which is more conformant to RFC3986:\n// - escapes [!'()*]\n// - preserve commas\nvar encode = function (str) { return encodeURIComponent(str)\n .replace(encodeReserveRE, encodeReserveReplacer)\n .replace(commaRE, ','); };\n\nfunction decode (str) {\n try {\n return decodeURIComponent(str)\n } catch (err) {\n if (process.env.NODE_ENV !== 'production') {\n warn(false, (\"Error decoding \\\"\" + str + \"\\\". Leaving it intact.\"));\n }\n }\n return str\n}\n\nfunction resolveQuery (\n query,\n extraQuery,\n _parseQuery\n) {\n if ( extraQuery === void 0 ) extraQuery = {};\n\n var parse = _parseQuery || parseQuery;\n var parsedQuery;\n try {\n parsedQuery = parse(query || '');\n } catch (e) {\n process.env.NODE_ENV !== 'production' && warn(false, e.message);\n parsedQuery = {};\n }\n for (var key in extraQuery) {\n var value = extraQuery[key];\n parsedQuery[key] = Array.isArray(value)\n ? value.map(castQueryParamValue)\n : castQueryParamValue(value);\n }\n return parsedQuery\n}\n\nvar castQueryParamValue = function (value) { return (value == null || typeof value === 'object' ? value : String(value)); };\n\nfunction parseQuery (query) {\n var res = {};\n\n query = query.trim().replace(/^(\\?|#|&)/, '');\n\n if (!query) {\n return res\n }\n\n query.split('&').forEach(function (param) {\n var parts = param.replace(/\\+/g, ' ').split('=');\n var key = decode(parts.shift());\n var val = parts.length > 0 ? decode(parts.join('=')) : null;\n\n if (res[key] === undefined) {\n res[key] = val;\n } else if (Array.isArray(res[key])) {\n res[key].push(val);\n } else {\n res[key] = [res[key], val];\n }\n });\n\n return res\n}\n\nfunction stringifyQuery (obj) {\n var res = obj\n ? Object.keys(obj)\n .map(function (key) {\n var val = obj[key];\n\n if (val === undefined) {\n return ''\n }\n\n if (val === null) {\n return encode(key)\n }\n\n if (Array.isArray(val)) {\n var result = [];\n val.forEach(function (val2) {\n if (val2 === undefined) {\n return\n }\n if (val2 === null) {\n result.push(encode(key));\n } else {\n result.push(encode(key) + '=' + encode(val2));\n }\n });\n return result.join('&')\n }\n\n return encode(key) + '=' + encode(val)\n })\n .filter(function (x) { return x.length > 0; })\n .join('&')\n : null;\n return res ? (\"?\" + res) : ''\n}\n\n/* */\n\nvar trailingSlashRE = /\\/?$/;\n\nfunction createRoute (\n record,\n location,\n redirectedFrom,\n router\n) {\n var stringifyQuery = router && router.options.stringifyQuery;\n\n var query = location.query || {};\n try {\n query = clone(query);\n } catch (e) {}\n\n var route = {\n name: location.name || (record && record.name),\n meta: (record && record.meta) || {},\n path: location.path || '/',\n hash: location.hash || '',\n query: query,\n params: location.params || {},\n fullPath: getFullPath(location, stringifyQuery),\n matched: record ? formatMatch(record) : []\n };\n if (redirectedFrom) {\n route.redirectedFrom = getFullPath(redirectedFrom, stringifyQuery);\n }\n return Object.freeze(route)\n}\n\nfunction clone (value) {\n if (Array.isArray(value)) {\n return value.map(clone)\n } else if (value && typeof value === 'object') {\n var res = {};\n for (var key in value) {\n res[key] = clone(value[key]);\n }\n return res\n } else {\n return value\n }\n}\n\n// the starting route that represents the initial state\nvar START = createRoute(null, {\n path: '/'\n});\n\nfunction formatMatch (record) {\n var res = [];\n while (record) {\n res.unshift(record);\n record = record.parent;\n }\n return res\n}\n\nfunction getFullPath (\n ref,\n _stringifyQuery\n) {\n var path = ref.path;\n var query = ref.query; if ( query === void 0 ) query = {};\n var hash = ref.hash; if ( hash === void 0 ) hash = '';\n\n var stringify = _stringifyQuery || stringifyQuery;\n return (path || '/') + stringify(query) + hash\n}\n\nfunction isSameRoute (a, b, onlyPath) {\n if (b === START) {\n return a === b\n } else if (!b) {\n return false\n } else if (a.path && b.path) {\n return a.path.replace(trailingSlashRE, '') === b.path.replace(trailingSlashRE, '') && (onlyPath ||\n a.hash === b.hash &&\n isObjectEqual(a.query, b.query))\n } else if (a.name && b.name) {\n return (\n a.name === b.name &&\n (onlyPath || (\n a.hash === b.hash &&\n isObjectEqual(a.query, b.query) &&\n isObjectEqual(a.params, b.params))\n )\n )\n } else {\n return false\n }\n}\n\nfunction isObjectEqual (a, b) {\n if ( a === void 0 ) a = {};\n if ( b === void 0 ) b = {};\n\n // handle null value #1566\n if (!a || !b) { return a === b }\n var aKeys = Object.keys(a).sort();\n var bKeys = Object.keys(b).sort();\n if (aKeys.length !== bKeys.length) {\n return false\n }\n return aKeys.every(function (key, i) {\n var aVal = a[key];\n var bKey = bKeys[i];\n if (bKey !== key) { return false }\n var bVal = b[key];\n // query values can be null and undefined\n if (aVal == null || bVal == null) { return aVal === bVal }\n // check nested equality\n if (typeof aVal === 'object' && typeof bVal === 'object') {\n return isObjectEqual(aVal, bVal)\n }\n return String(aVal) === String(bVal)\n })\n}\n\nfunction isIncludedRoute (current, target) {\n return (\n current.path.replace(trailingSlashRE, '/').indexOf(\n target.path.replace(trailingSlashRE, '/')\n ) === 0 &&\n (!target.hash || current.hash === target.hash) &&\n queryIncludes(current.query, target.query)\n )\n}\n\nfunction queryIncludes (current, target) {\n for (var key in target) {\n if (!(key in current)) {\n return false\n }\n }\n return true\n}\n\nfunction handleRouteEntered (route) {\n for (var i = 0; i < route.matched.length; i++) {\n var record = route.matched[i];\n for (var name in record.instances) {\n var instance = record.instances[name];\n var cbs = record.enteredCbs[name];\n if (!instance || !cbs) { continue }\n delete record.enteredCbs[name];\n for (var i$1 = 0; i$1 < cbs.length; i$1++) {\n if (!instance._isBeingDestroyed) { cbs[i$1](instance); }\n }\n }\n }\n}\n\nvar View = {\n name: 'RouterView',\n functional: true,\n props: {\n name: {\n type: String,\n default: 'default'\n }\n },\n render: function render (_, ref) {\n var props = ref.props;\n var children = ref.children;\n var parent = ref.parent;\n var data = ref.data;\n\n // used by devtools to display a router-view badge\n data.routerView = true;\n\n // directly use parent context's createElement() function\n // so that components rendered by router-view can resolve named slots\n var h = parent.$createElement;\n var name = props.name;\n var route = parent.$route;\n var cache = parent._routerViewCache || (parent._routerViewCache = {});\n\n // determine current view depth, also check to see if the tree\n // has been toggled inactive but kept-alive.\n var depth = 0;\n var inactive = false;\n while (parent && parent._routerRoot !== parent) {\n var vnodeData = parent.$vnode ? parent.$vnode.data : {};\n if (vnodeData.routerView) {\n depth++;\n }\n if (vnodeData.keepAlive && parent._directInactive && parent._inactive) {\n inactive = true;\n }\n parent = parent.$parent;\n }\n data.routerViewDepth = depth;\n\n // render previous view if the tree is inactive and kept-alive\n if (inactive) {\n var cachedData = cache[name];\n var cachedComponent = cachedData && cachedData.component;\n if (cachedComponent) {\n // #2301\n // pass props\n if (cachedData.configProps) {\n fillPropsinData(cachedComponent, data, cachedData.route, cachedData.configProps);\n }\n return h(cachedComponent, data, children)\n } else {\n // render previous empty view\n return h()\n }\n }\n\n var matched = route.matched[depth];\n var component = matched && matched.components[name];\n\n // render empty node if no matched route or no config component\n if (!matched || !component) {\n cache[name] = null;\n return h()\n }\n\n // cache component\n cache[name] = { component: component };\n\n // attach instance registration hook\n // this will be called in the instance's injected lifecycle hooks\n data.registerRouteInstance = function (vm, val) {\n // val could be undefined for unregistration\n var current = matched.instances[name];\n if (\n (val && current !== vm) ||\n (!val && current === vm)\n ) {\n matched.instances[name] = val;\n }\n }\n\n // also register instance in prepatch hook\n // in case the same component instance is reused across different routes\n ;(data.hook || (data.hook = {})).prepatch = function (_, vnode) {\n matched.instances[name] = vnode.componentInstance;\n };\n\n // register instance in init hook\n // in case kept-alive component be actived when routes changed\n data.hook.init = function (vnode) {\n if (vnode.data.keepAlive &&\n vnode.componentInstance &&\n vnode.componentInstance !== matched.instances[name]\n ) {\n matched.instances[name] = vnode.componentInstance;\n }\n\n // if the route transition has already been confirmed then we weren't\n // able to call the cbs during confirmation as the component was not\n // registered yet, so we call it here.\n handleRouteEntered(route);\n };\n\n var configProps = matched.props && matched.props[name];\n // save route and configProps in cache\n if (configProps) {\n extend(cache[name], {\n route: route,\n configProps: configProps\n });\n fillPropsinData(component, data, route, configProps);\n }\n\n return h(component, data, children)\n }\n};\n\nfunction fillPropsinData (component, data, route, configProps) {\n // resolve props\n var propsToPass = data.props = resolveProps(route, configProps);\n if (propsToPass) {\n // clone to prevent mutation\n propsToPass = data.props = extend({}, propsToPass);\n // pass non-declared props as attrs\n var attrs = data.attrs = data.attrs || {};\n for (var key in propsToPass) {\n if (!component.props || !(key in component.props)) {\n attrs[key] = propsToPass[key];\n delete propsToPass[key];\n }\n }\n }\n}\n\nfunction resolveProps (route, config) {\n switch (typeof config) {\n case 'undefined':\n return\n case 'object':\n return config\n case 'function':\n return config(route)\n case 'boolean':\n return config ? route.params : undefined\n default:\n if (process.env.NODE_ENV !== 'production') {\n warn(\n false,\n \"props in \\\"\" + (route.path) + \"\\\" is a \" + (typeof config) + \", \" +\n \"expecting an object, function or boolean.\"\n );\n }\n }\n}\n\n/* */\n\nfunction resolvePath (\n relative,\n base,\n append\n) {\n var firstChar = relative.charAt(0);\n if (firstChar === '/') {\n return relative\n }\n\n if (firstChar === '?' || firstChar === '#') {\n return base + relative\n }\n\n var stack = base.split('/');\n\n // remove trailing segment if:\n // - not appending\n // - appending to trailing slash (last segment is empty)\n if (!append || !stack[stack.length - 1]) {\n stack.pop();\n }\n\n // resolve relative path\n var segments = relative.replace(/^\\//, '').split('/');\n for (var i = 0; i < segments.length; i++) {\n var segment = segments[i];\n if (segment === '..') {\n stack.pop();\n } else if (segment !== '.') {\n stack.push(segment);\n }\n }\n\n // ensure leading slash\n if (stack[0] !== '') {\n stack.unshift('');\n }\n\n return stack.join('/')\n}\n\nfunction parsePath (path) {\n var hash = '';\n var query = '';\n\n var hashIndex = path.indexOf('#');\n if (hashIndex >= 0) {\n hash = path.slice(hashIndex);\n path = path.slice(0, hashIndex);\n }\n\n var queryIndex = path.indexOf('?');\n if (queryIndex >= 0) {\n query = path.slice(queryIndex + 1);\n path = path.slice(0, queryIndex);\n }\n\n return {\n path: path,\n query: query,\n hash: hash\n }\n}\n\nfunction cleanPath (path) {\n return path.replace(/\\/(?:\\s*\\/)+/g, '/')\n}\n\nvar isarray = Array.isArray || function (arr) {\n return Object.prototype.toString.call(arr) == '[object Array]';\n};\n\n/**\n * Expose `pathToRegexp`.\n */\nvar pathToRegexp_1 = pathToRegexp;\nvar parse_1 = parse;\nvar compile_1 = compile;\nvar tokensToFunction_1 = tokensToFunction;\nvar tokensToRegExp_1 = tokensToRegExp;\n\n/**\n * The main path matching regexp utility.\n *\n * @type {RegExp}\n */\nvar PATH_REGEXP = new RegExp([\n // Match escaped characters that would otherwise appear in future matches.\n // This allows the user to escape special characters that won't transform.\n '(\\\\\\\\.)',\n // Match Express-style parameters and un-named parameters with a prefix\n // and optional suffixes. Matches appear as:\n //\n // \"/:test(\\\\d+)?\" => [\"/\", \"test\", \"\\d+\", undefined, \"?\", undefined]\n // \"/route(\\\\d+)\" => [undefined, undefined, undefined, \"\\d+\", undefined, undefined]\n // \"/*\" => [\"/\", undefined, undefined, undefined, undefined, \"*\"]\n '([\\\\/.])?(?:(?:\\\\:(\\\\w+)(?:\\\\(((?:\\\\\\\\.|[^\\\\\\\\()])+)\\\\))?|\\\\(((?:\\\\\\\\.|[^\\\\\\\\()])+)\\\\))([+*?])?|(\\\\*))'\n].join('|'), 'g');\n\n/**\n * Parse a string for the raw tokens.\n *\n * @param {string} str\n * @param {Object=} options\n * @return {!Array}\n */\nfunction parse (str, options) {\n var tokens = [];\n var key = 0;\n var index = 0;\n var path = '';\n var defaultDelimiter = options && options.delimiter || '/';\n var res;\n\n while ((res = PATH_REGEXP.exec(str)) != null) {\n var m = res[0];\n var escaped = res[1];\n var offset = res.index;\n path += str.slice(index, offset);\n index = offset + m.length;\n\n // Ignore already escaped sequences.\n if (escaped) {\n path += escaped[1];\n continue\n }\n\n var next = str[index];\n var prefix = res[2];\n var name = res[3];\n var capture = res[4];\n var group = res[5];\n var modifier = res[6];\n var asterisk = res[7];\n\n // Push the current path onto the tokens.\n if (path) {\n tokens.push(path);\n path = '';\n }\n\n var partial = prefix != null && next != null && next !== prefix;\n var repeat = modifier === '+' || modifier === '*';\n var optional = modifier === '?' || modifier === '*';\n var delimiter = res[2] || defaultDelimiter;\n var pattern = capture || group;\n\n tokens.push({\n name: name || key++,\n prefix: prefix || '',\n delimiter: delimiter,\n optional: optional,\n repeat: repeat,\n partial: partial,\n asterisk: !!asterisk,\n pattern: pattern ? escapeGroup(pattern) : (asterisk ? '.*' : '[^' + escapeString(delimiter) + ']+?')\n });\n }\n\n // Match any characters still remaining.\n if (index < str.length) {\n path += str.substr(index);\n }\n\n // If the path exists, push it onto the end.\n if (path) {\n tokens.push(path);\n }\n\n return tokens\n}\n\n/**\n * Compile a string to a template function for the path.\n *\n * @param {string} str\n * @param {Object=} options\n * @return {!function(Object=, Object=)}\n */\nfunction compile (str, options) {\n return tokensToFunction(parse(str, options), options)\n}\n\n/**\n * Prettier encoding of URI path segments.\n *\n * @param {string}\n * @return {string}\n */\nfunction encodeURIComponentPretty (str) {\n return encodeURI(str).replace(/[\\/?#]/g, function (c) {\n return '%' + c.charCodeAt(0).toString(16).toUpperCase()\n })\n}\n\n/**\n * Encode the asterisk parameter. Similar to `pretty`, but allows slashes.\n *\n * @param {string}\n * @return {string}\n */\nfunction encodeAsterisk (str) {\n return encodeURI(str).replace(/[?#]/g, function (c) {\n return '%' + c.charCodeAt(0).toString(16).toUpperCase()\n })\n}\n\n/**\n * Expose a method for transforming tokens into the path function.\n */\nfunction tokensToFunction (tokens, options) {\n // Compile all the tokens into regexps.\n var matches = new Array(tokens.length);\n\n // Compile all the patterns before compilation.\n for (var i = 0; i < tokens.length; i++) {\n if (typeof tokens[i] === 'object') {\n matches[i] = new RegExp('^(?:' + tokens[i].pattern + ')$', flags(options));\n }\n }\n\n return function (obj, opts) {\n var path = '';\n var data = obj || {};\n var options = opts || {};\n var encode = options.pretty ? encodeURIComponentPretty : encodeURIComponent;\n\n for (var i = 0; i < tokens.length; i++) {\n var token = tokens[i];\n\n if (typeof token === 'string') {\n path += token;\n\n continue\n }\n\n var value = data[token.name];\n var segment;\n\n if (value == null) {\n if (token.optional) {\n // Prepend partial segment prefixes.\n if (token.partial) {\n path += token.prefix;\n }\n\n continue\n } else {\n throw new TypeError('Expected \"' + token.name + '\" to be defined')\n }\n }\n\n if (isarray(value)) {\n if (!token.repeat) {\n throw new TypeError('Expected \"' + token.name + '\" to not repeat, but received `' + JSON.stringify(value) + '`')\n }\n\n if (value.length === 0) {\n if (token.optional) {\n continue\n } else {\n throw new TypeError('Expected \"' + token.name + '\" to not be empty')\n }\n }\n\n for (var j = 0; j < value.length; j++) {\n segment = encode(value[j]);\n\n if (!matches[i].test(segment)) {\n throw new TypeError('Expected all \"' + token.name + '\" to match \"' + token.pattern + '\", but received `' + JSON.stringify(segment) + '`')\n }\n\n path += (j === 0 ? token.prefix : token.delimiter) + segment;\n }\n\n continue\n }\n\n segment = token.asterisk ? encodeAsterisk(value) : encode(value);\n\n if (!matches[i].test(segment)) {\n throw new TypeError('Expected \"' + token.name + '\" to match \"' + token.pattern + '\", but received \"' + segment + '\"')\n }\n\n path += token.prefix + segment;\n }\n\n return path\n }\n}\n\n/**\n * Escape a regular expression string.\n *\n * @param {string} str\n * @return {string}\n */\nfunction escapeString (str) {\n return str.replace(/([.+*?=^!:${}()[\\]|\\/\\\\])/g, '\\\\$1')\n}\n\n/**\n * Escape the capturing group by escaping special characters and meaning.\n *\n * @param {string} group\n * @return {string}\n */\nfunction escapeGroup (group) {\n return group.replace(/([=!:$\\/()])/g, '\\\\$1')\n}\n\n/**\n * Attach the keys as a property of the regexp.\n *\n * @param {!RegExp} re\n * @param {Array} keys\n * @return {!RegExp}\n */\nfunction attachKeys (re, keys) {\n re.keys = keys;\n return re\n}\n\n/**\n * Get the flags for a regexp from the options.\n *\n * @param {Object} options\n * @return {string}\n */\nfunction flags (options) {\n return options && options.sensitive ? '' : 'i'\n}\n\n/**\n * Pull out keys from a regexp.\n *\n * @param {!RegExp} path\n * @param {!Array} keys\n * @return {!RegExp}\n */\nfunction regexpToRegexp (path, keys) {\n // Use a negative lookahead to match only capturing groups.\n var groups = path.source.match(/\\((?!\\?)/g);\n\n if (groups) {\n for (var i = 0; i < groups.length; i++) {\n keys.push({\n name: i,\n prefix: null,\n delimiter: null,\n optional: false,\n repeat: false,\n partial: false,\n asterisk: false,\n pattern: null\n });\n }\n }\n\n return attachKeys(path, keys)\n}\n\n/**\n * Transform an array into a regexp.\n *\n * @param {!Array} path\n * @param {Array} keys\n * @param {!Object} options\n * @return {!RegExp}\n */\nfunction arrayToRegexp (path, keys, options) {\n var parts = [];\n\n for (var i = 0; i < path.length; i++) {\n parts.push(pathToRegexp(path[i], keys, options).source);\n }\n\n var regexp = new RegExp('(?:' + parts.join('|') + ')', flags(options));\n\n return attachKeys(regexp, keys)\n}\n\n/**\n * Create a path regexp from string input.\n *\n * @param {string} path\n * @param {!Array} keys\n * @param {!Object} options\n * @return {!RegExp}\n */\nfunction stringToRegexp (path, keys, options) {\n return tokensToRegExp(parse(path, options), keys, options)\n}\n\n/**\n * Expose a function for taking tokens and returning a RegExp.\n *\n * @param {!Array} tokens\n * @param {(Array|Object)=} keys\n * @param {Object=} options\n * @return {!RegExp}\n */\nfunction tokensToRegExp (tokens, keys, options) {\n if (!isarray(keys)) {\n options = /** @type {!Object} */ (keys || options);\n keys = [];\n }\n\n options = options || {};\n\n var strict = options.strict;\n var end = options.end !== false;\n var route = '';\n\n // Iterate over the tokens and create our regexp string.\n for (var i = 0; i < tokens.length; i++) {\n var token = tokens[i];\n\n if (typeof token === 'string') {\n route += escapeString(token);\n } else {\n var prefix = escapeString(token.prefix);\n var capture = '(?:' + token.pattern + ')';\n\n keys.push(token);\n\n if (token.repeat) {\n capture += '(?:' + prefix + capture + ')*';\n }\n\n if (token.optional) {\n if (!token.partial) {\n capture = '(?:' + prefix + '(' + capture + '))?';\n } else {\n capture = prefix + '(' + capture + ')?';\n }\n } else {\n capture = prefix + '(' + capture + ')';\n }\n\n route += capture;\n }\n }\n\n var delimiter = escapeString(options.delimiter || '/');\n var endsWithDelimiter = route.slice(-delimiter.length) === delimiter;\n\n // In non-strict mode we allow a slash at the end of match. If the path to\n // match already ends with a slash, we remove it for consistency. The slash\n // is valid at the end of a path match, not in the middle. This is important\n // in non-ending mode, where \"/test/\" shouldn't match \"/test//route\".\n if (!strict) {\n route = (endsWithDelimiter ? route.slice(0, -delimiter.length) : route) + '(?:' + delimiter + '(?=$))?';\n }\n\n if (end) {\n route += '$';\n } else {\n // In non-ending mode, we need the capturing groups to match as much as\n // possible by using a positive lookahead to the end or next path segment.\n route += strict && endsWithDelimiter ? '' : '(?=' + delimiter + '|$)';\n }\n\n return attachKeys(new RegExp('^' + route, flags(options)), keys)\n}\n\n/**\n * Normalize the given path string, returning a regular expression.\n *\n * An empty array can be passed in for the keys, which will hold the\n * placeholder key descriptions. For example, using `/user/:id`, `keys` will\n * contain `[{ name: 'id', delimiter: '/', optional: false, repeat: false }]`.\n *\n * @param {(string|RegExp|Array)} path\n * @param {(Array|Object)=} keys\n * @param {Object=} options\n * @return {!RegExp}\n */\nfunction pathToRegexp (path, keys, options) {\n if (!isarray(keys)) {\n options = /** @type {!Object} */ (keys || options);\n keys = [];\n }\n\n options = options || {};\n\n if (path instanceof RegExp) {\n return regexpToRegexp(path, /** @type {!Array} */ (keys))\n }\n\n if (isarray(path)) {\n return arrayToRegexp(/** @type {!Array} */ (path), /** @type {!Array} */ (keys), options)\n }\n\n return stringToRegexp(/** @type {string} */ (path), /** @type {!Array} */ (keys), options)\n}\npathToRegexp_1.parse = parse_1;\npathToRegexp_1.compile = compile_1;\npathToRegexp_1.tokensToFunction = tokensToFunction_1;\npathToRegexp_1.tokensToRegExp = tokensToRegExp_1;\n\n/* */\n\n// $flow-disable-line\nvar regexpCompileCache = Object.create(null);\n\nfunction fillParams (\n path,\n params,\n routeMsg\n) {\n params = params || {};\n try {\n var filler =\n regexpCompileCache[path] ||\n (regexpCompileCache[path] = pathToRegexp_1.compile(path));\n\n // Fix #2505 resolving asterisk routes { name: 'not-found', params: { pathMatch: '/not-found' }}\n // and fix #3106 so that you can work with location descriptor object having params.pathMatch equal to empty string\n if (typeof params.pathMatch === 'string') { params[0] = params.pathMatch; }\n\n return filler(params, { pretty: true })\n } catch (e) {\n if (process.env.NODE_ENV !== 'production') {\n // Fix #3072 no warn if `pathMatch` is string\n warn(typeof params.pathMatch === 'string', (\"missing param for \" + routeMsg + \": \" + (e.message)));\n }\n return ''\n } finally {\n // delete the 0 if it was added\n delete params[0];\n }\n}\n\n/* */\n\nfunction normalizeLocation (\n raw,\n current,\n append,\n router\n) {\n var next = typeof raw === 'string' ? { path: raw } : raw;\n // named target\n if (next._normalized) {\n return next\n } else if (next.name) {\n next = extend({}, raw);\n var params = next.params;\n if (params && typeof params === 'object') {\n next.params = extend({}, params);\n }\n return next\n }\n\n // relative params\n if (!next.path && next.params && current) {\n next = extend({}, next);\n next._normalized = true;\n var params$1 = extend(extend({}, current.params), next.params);\n if (current.name) {\n next.name = current.name;\n next.params = params$1;\n } else if (current.matched.length) {\n var rawPath = current.matched[current.matched.length - 1].path;\n next.path = fillParams(rawPath, params$1, (\"path \" + (current.path)));\n } else if (process.env.NODE_ENV !== 'production') {\n warn(false, \"relative params navigation requires a current route.\");\n }\n return next\n }\n\n var parsedPath = parsePath(next.path || '');\n var basePath = (current && current.path) || '/';\n var path = parsedPath.path\n ? resolvePath(parsedPath.path, basePath, append || next.append)\n : basePath;\n\n var query = resolveQuery(\n parsedPath.query,\n next.query,\n router && router.options.parseQuery\n );\n\n var hash = next.hash || parsedPath.hash;\n if (hash && hash.charAt(0) !== '#') {\n hash = \"#\" + hash;\n }\n\n return {\n _normalized: true,\n path: path,\n query: query,\n hash: hash\n }\n}\n\n/* */\n\n// work around weird flow bug\nvar toTypes = [String, Object];\nvar eventTypes = [String, Array];\n\nvar noop = function () {};\n\nvar warnedCustomSlot;\nvar warnedTagProp;\nvar warnedEventProp;\n\nvar Link = {\n name: 'RouterLink',\n props: {\n to: {\n type: toTypes,\n required: true\n },\n tag: {\n type: String,\n default: 'a'\n },\n custom: Boolean,\n exact: Boolean,\n exactPath: Boolean,\n append: Boolean,\n replace: Boolean,\n activeClass: String,\n exactActiveClass: String,\n ariaCurrentValue: {\n type: String,\n default: 'page'\n },\n event: {\n type: eventTypes,\n default: 'click'\n }\n },\n render: function render (h) {\n var this$1$1 = this;\n\n var router = this.$router;\n var current = this.$route;\n var ref = router.resolve(\n this.to,\n current,\n this.append\n );\n var location = ref.location;\n var route = ref.route;\n var href = ref.href;\n\n var classes = {};\n var globalActiveClass = router.options.linkActiveClass;\n var globalExactActiveClass = router.options.linkExactActiveClass;\n // Support global empty active class\n var activeClassFallback =\n globalActiveClass == null ? 'router-link-active' : globalActiveClass;\n var exactActiveClassFallback =\n globalExactActiveClass == null\n ? 'router-link-exact-active'\n : globalExactActiveClass;\n var activeClass =\n this.activeClass == null ? activeClassFallback : this.activeClass;\n var exactActiveClass =\n this.exactActiveClass == null\n ? exactActiveClassFallback\n : this.exactActiveClass;\n\n var compareTarget = route.redirectedFrom\n ? createRoute(null, normalizeLocation(route.redirectedFrom), null, router)\n : route;\n\n classes[exactActiveClass] = isSameRoute(current, compareTarget, this.exactPath);\n classes[activeClass] = this.exact || this.exactPath\n ? classes[exactActiveClass]\n : isIncludedRoute(current, compareTarget);\n\n var ariaCurrentValue = classes[exactActiveClass] ? this.ariaCurrentValue : null;\n\n var handler = function (e) {\n if (guardEvent(e)) {\n if (this$1$1.replace) {\n router.replace(location, noop);\n } else {\n router.push(location, noop);\n }\n }\n };\n\n var on = { click: guardEvent };\n if (Array.isArray(this.event)) {\n this.event.forEach(function (e) {\n on[e] = handler;\n });\n } else {\n on[this.event] = handler;\n }\n\n var data = { class: classes };\n\n var scopedSlot =\n !this.$scopedSlots.$hasNormal &&\n this.$scopedSlots.default &&\n this.$scopedSlots.default({\n href: href,\n route: route,\n navigate: handler,\n isActive: classes[activeClass],\n isExactActive: classes[exactActiveClass]\n });\n\n if (scopedSlot) {\n if (process.env.NODE_ENV !== 'production' && !this.custom) {\n !warnedCustomSlot && warn(false, 'In Vue Router 4, the v-slot API will by default wrap its content with an element. Use the custom prop to remove this warning:\\n\\n');\n warnedCustomSlot = true;\n }\n if (scopedSlot.length === 1) {\n return scopedSlot[0]\n } else if (scopedSlot.length > 1 || !scopedSlot.length) {\n if (process.env.NODE_ENV !== 'production') {\n warn(\n false,\n (\" with to=\\\"\" + (this.to) + \"\\\" is trying to use a scoped slot but it didn't provide exactly one child. Wrapping the content with a span element.\")\n );\n }\n return scopedSlot.length === 0 ? h() : h('span', {}, scopedSlot)\n }\n }\n\n if (process.env.NODE_ENV !== 'production') {\n if ('tag' in this.$options.propsData && !warnedTagProp) {\n warn(\n false,\n \"'s tag prop is deprecated and has been removed in Vue Router 4. Use the v-slot API to remove this warning: https://next.router.vuejs.org/guide/migration/#removal-of-event-and-tag-props-in-router-link.\"\n );\n warnedTagProp = true;\n }\n if ('event' in this.$options.propsData && !warnedEventProp) {\n warn(\n false,\n \"'s event prop is deprecated and has been removed in Vue Router 4. Use the v-slot API to remove this warning: https://next.router.vuejs.org/guide/migration/#removal-of-event-and-tag-props-in-router-link.\"\n );\n warnedEventProp = true;\n }\n }\n\n if (this.tag === 'a') {\n data.on = on;\n data.attrs = { href: href, 'aria-current': ariaCurrentValue };\n } else {\n // find the first child and apply listener and href\n var a = findAnchor(this.$slots.default);\n if (a) {\n // in case the is a static node\n a.isStatic = false;\n var aData = (a.data = extend({}, a.data));\n aData.on = aData.on || {};\n // transform existing events in both objects into arrays so we can push later\n for (var event in aData.on) {\n var handler$1 = aData.on[event];\n if (event in on) {\n aData.on[event] = Array.isArray(handler$1) ? handler$1 : [handler$1];\n }\n }\n // append new listeners for router-link\n for (var event$1 in on) {\n if (event$1 in aData.on) {\n // on[event] is always a function\n aData.on[event$1].push(on[event$1]);\n } else {\n aData.on[event$1] = handler;\n }\n }\n\n var aAttrs = (a.data.attrs = extend({}, a.data.attrs));\n aAttrs.href = href;\n aAttrs['aria-current'] = ariaCurrentValue;\n } else {\n // doesn't have child, apply listener to self\n data.on = on;\n }\n }\n\n return h(this.tag, data, this.$slots.default)\n }\n};\n\nfunction guardEvent (e) {\n // don't redirect with control keys\n if (e.metaKey || e.altKey || e.ctrlKey || e.shiftKey) { return }\n // don't redirect when preventDefault called\n if (e.defaultPrevented) { return }\n // don't redirect on right click\n if (e.button !== undefined && e.button !== 0) { return }\n // don't redirect if `target=\"_blank\"`\n if (e.currentTarget && e.currentTarget.getAttribute) {\n var target = e.currentTarget.getAttribute('target');\n if (/\\b_blank\\b/i.test(target)) { return }\n }\n // this may be a Weex event which doesn't have this method\n if (e.preventDefault) {\n e.preventDefault();\n }\n return true\n}\n\nfunction findAnchor (children) {\n if (children) {\n var child;\n for (var i = 0; i < children.length; i++) {\n child = children[i];\n if (child.tag === 'a') {\n return child\n }\n if (child.children && (child = findAnchor(child.children))) {\n return child\n }\n }\n }\n}\n\nvar _Vue;\n\nfunction install (Vue) {\n if (install.installed && _Vue === Vue) { return }\n install.installed = true;\n\n _Vue = Vue;\n\n var isDef = function (v) { return v !== undefined; };\n\n var registerInstance = function (vm, callVal) {\n var i = vm.$options._parentVnode;\n if (isDef(i) && isDef(i = i.data) && isDef(i = i.registerRouteInstance)) {\n i(vm, callVal);\n }\n };\n\n Vue.mixin({\n beforeCreate: function beforeCreate () {\n if (isDef(this.$options.router)) {\n this._routerRoot = this;\n this._router = this.$options.router;\n this._router.init(this);\n Vue.util.defineReactive(this, '_route', this._router.history.current);\n } else {\n this._routerRoot = (this.$parent && this.$parent._routerRoot) || this;\n }\n registerInstance(this, this);\n },\n destroyed: function destroyed () {\n registerInstance(this);\n }\n });\n\n Object.defineProperty(Vue.prototype, '$router', {\n get: function get () { return this._routerRoot._router }\n });\n\n Object.defineProperty(Vue.prototype, '$route', {\n get: function get () { return this._routerRoot._route }\n });\n\n Vue.component('RouterView', View);\n Vue.component('RouterLink', Link);\n\n var strats = Vue.config.optionMergeStrategies;\n // use the same hook merging strategy for route hooks\n strats.beforeRouteEnter = strats.beforeRouteLeave = strats.beforeRouteUpdate = strats.created;\n}\n\n/* */\n\nvar inBrowser = typeof window !== 'undefined';\n\n/* */\n\nfunction createRouteMap (\n routes,\n oldPathList,\n oldPathMap,\n oldNameMap,\n parentRoute\n) {\n // the path list is used to control path matching priority\n var pathList = oldPathList || [];\n // $flow-disable-line\n var pathMap = oldPathMap || Object.create(null);\n // $flow-disable-line\n var nameMap = oldNameMap || Object.create(null);\n\n routes.forEach(function (route) {\n addRouteRecord(pathList, pathMap, nameMap, route, parentRoute);\n });\n\n // ensure wildcard routes are always at the end\n for (var i = 0, l = pathList.length; i < l; i++) {\n if (pathList[i] === '*') {\n pathList.push(pathList.splice(i, 1)[0]);\n l--;\n i--;\n }\n }\n\n if (process.env.NODE_ENV === 'development') {\n // warn if routes do not include leading slashes\n var found = pathList\n // check for missing leading slash\n .filter(function (path) { return path && path.charAt(0) !== '*' && path.charAt(0) !== '/'; });\n\n if (found.length > 0) {\n var pathNames = found.map(function (path) { return (\"- \" + path); }).join('\\n');\n warn(false, (\"Non-nested routes must include a leading slash character. Fix the following routes: \\n\" + pathNames));\n }\n }\n\n return {\n pathList: pathList,\n pathMap: pathMap,\n nameMap: nameMap\n }\n}\n\nfunction addRouteRecord (\n pathList,\n pathMap,\n nameMap,\n route,\n parent,\n matchAs\n) {\n var path = route.path;\n var name = route.name;\n if (process.env.NODE_ENV !== 'production') {\n assert(path != null, \"\\\"path\\\" is required in a route configuration.\");\n assert(\n typeof route.component !== 'string',\n \"route config \\\"component\\\" for path: \" + (String(\n path || name\n )) + \" cannot be a \" + \"string id. Use an actual component instead.\"\n );\n\n warn(\n // eslint-disable-next-line no-control-regex\n !/[^\\u0000-\\u007F]+/.test(path),\n \"Route with path \\\"\" + path + \"\\\" contains unencoded characters, make sure \" +\n \"your path is correctly encoded before passing it to the router. Use \" +\n \"encodeURI to encode static segments of your path.\"\n );\n }\n\n var pathToRegexpOptions =\n route.pathToRegexpOptions || {};\n var normalizedPath = normalizePath(path, parent, pathToRegexpOptions.strict);\n\n if (typeof route.caseSensitive === 'boolean') {\n pathToRegexpOptions.sensitive = route.caseSensitive;\n }\n\n var record = {\n path: normalizedPath,\n regex: compileRouteRegex(normalizedPath, pathToRegexpOptions),\n components: route.components || { default: route.component },\n alias: route.alias\n ? typeof route.alias === 'string'\n ? [route.alias]\n : route.alias\n : [],\n instances: {},\n enteredCbs: {},\n name: name,\n parent: parent,\n matchAs: matchAs,\n redirect: route.redirect,\n beforeEnter: route.beforeEnter,\n meta: route.meta || {},\n props:\n route.props == null\n ? {}\n : route.components\n ? route.props\n : { default: route.props }\n };\n\n if (route.children) {\n // Warn if route is named, does not redirect and has a default child route.\n // If users navigate to this route by name, the default child will\n // not be rendered (GH Issue #629)\n if (process.env.NODE_ENV !== 'production') {\n if (\n route.name &&\n !route.redirect &&\n route.children.some(function (child) { return /^\\/?$/.test(child.path); })\n ) {\n warn(\n false,\n \"Named Route '\" + (route.name) + \"' has a default child route. \" +\n \"When navigating to this named route (:to=\\\"{name: '\" + (route.name) + \"'}\\\"), \" +\n \"the default child route will not be rendered. Remove the name from \" +\n \"this route and use the name of the default child route for named \" +\n \"links instead.\"\n );\n }\n }\n route.children.forEach(function (child) {\n var childMatchAs = matchAs\n ? cleanPath((matchAs + \"/\" + (child.path)))\n : undefined;\n addRouteRecord(pathList, pathMap, nameMap, child, record, childMatchAs);\n });\n }\n\n if (!pathMap[record.path]) {\n pathList.push(record.path);\n pathMap[record.path] = record;\n }\n\n if (route.alias !== undefined) {\n var aliases = Array.isArray(route.alias) ? route.alias : [route.alias];\n for (var i = 0; i < aliases.length; ++i) {\n var alias = aliases[i];\n if (process.env.NODE_ENV !== 'production' && alias === path) {\n warn(\n false,\n (\"Found an alias with the same value as the path: \\\"\" + path + \"\\\". You have to remove that alias. It will be ignored in development.\")\n );\n // skip in dev to make it work\n continue\n }\n\n var aliasRoute = {\n path: alias,\n children: route.children\n };\n addRouteRecord(\n pathList,\n pathMap,\n nameMap,\n aliasRoute,\n parent,\n record.path || '/' // matchAs\n );\n }\n }\n\n if (name) {\n if (!nameMap[name]) {\n nameMap[name] = record;\n } else if (process.env.NODE_ENV !== 'production' && !matchAs) {\n warn(\n false,\n \"Duplicate named routes definition: \" +\n \"{ name: \\\"\" + name + \"\\\", path: \\\"\" + (record.path) + \"\\\" }\"\n );\n }\n }\n}\n\nfunction compileRouteRegex (\n path,\n pathToRegexpOptions\n) {\n var regex = pathToRegexp_1(path, [], pathToRegexpOptions);\n if (process.env.NODE_ENV !== 'production') {\n var keys = Object.create(null);\n regex.keys.forEach(function (key) {\n warn(\n !keys[key.name],\n (\"Duplicate param keys in route with path: \\\"\" + path + \"\\\"\")\n );\n keys[key.name] = true;\n });\n }\n return regex\n}\n\nfunction normalizePath (\n path,\n parent,\n strict\n) {\n if (!strict) { path = path.replace(/\\/$/, ''); }\n if (path[0] === '/') { return path }\n if (parent == null) { return path }\n return cleanPath(((parent.path) + \"/\" + path))\n}\n\n/* */\n\n\n\nfunction createMatcher (\n routes,\n router\n) {\n var ref = createRouteMap(routes);\n var pathList = ref.pathList;\n var pathMap = ref.pathMap;\n var nameMap = ref.nameMap;\n\n function addRoutes (routes) {\n createRouteMap(routes, pathList, pathMap, nameMap);\n }\n\n function addRoute (parentOrRoute, route) {\n var parent = (typeof parentOrRoute !== 'object') ? nameMap[parentOrRoute] : undefined;\n // $flow-disable-line\n createRouteMap([route || parentOrRoute], pathList, pathMap, nameMap, parent);\n\n // add aliases of parent\n if (parent && parent.alias.length) {\n createRouteMap(\n // $flow-disable-line route is defined if parent is\n parent.alias.map(function (alias) { return ({ path: alias, children: [route] }); }),\n pathList,\n pathMap,\n nameMap,\n parent\n );\n }\n }\n\n function getRoutes () {\n return pathList.map(function (path) { return pathMap[path]; })\n }\n\n function match (\n raw,\n currentRoute,\n redirectedFrom\n ) {\n var location = normalizeLocation(raw, currentRoute, false, router);\n var name = location.name;\n\n if (name) {\n var record = nameMap[name];\n if (process.env.NODE_ENV !== 'production') {\n warn(record, (\"Route with name '\" + name + \"' does not exist\"));\n }\n if (!record) { return _createRoute(null, location) }\n var paramNames = record.regex.keys\n .filter(function (key) { return !key.optional; })\n .map(function (key) { return key.name; });\n\n if (typeof location.params !== 'object') {\n location.params = {};\n }\n\n if (currentRoute && typeof currentRoute.params === 'object') {\n for (var key in currentRoute.params) {\n if (!(key in location.params) && paramNames.indexOf(key) > -1) {\n location.params[key] = currentRoute.params[key];\n }\n }\n }\n\n location.path = fillParams(record.path, location.params, (\"named route \\\"\" + name + \"\\\"\"));\n return _createRoute(record, location, redirectedFrom)\n } else if (location.path) {\n location.params = {};\n for (var i = 0; i < pathList.length; i++) {\n var path = pathList[i];\n var record$1 = pathMap[path];\n if (matchRoute(record$1.regex, location.path, location.params)) {\n return _createRoute(record$1, location, redirectedFrom)\n }\n }\n }\n // no match\n return _createRoute(null, location)\n }\n\n function redirect (\n record,\n location\n ) {\n var originalRedirect = record.redirect;\n var redirect = typeof originalRedirect === 'function'\n ? originalRedirect(createRoute(record, location, null, router))\n : originalRedirect;\n\n if (typeof redirect === 'string') {\n redirect = { path: redirect };\n }\n\n if (!redirect || typeof redirect !== 'object') {\n if (process.env.NODE_ENV !== 'production') {\n warn(\n false, (\"invalid redirect option: \" + (JSON.stringify(redirect)))\n );\n }\n return _createRoute(null, location)\n }\n\n var re = redirect;\n var name = re.name;\n var path = re.path;\n var query = location.query;\n var hash = location.hash;\n var params = location.params;\n query = re.hasOwnProperty('query') ? re.query : query;\n hash = re.hasOwnProperty('hash') ? re.hash : hash;\n params = re.hasOwnProperty('params') ? re.params : params;\n\n if (name) {\n // resolved named direct\n var targetRecord = nameMap[name];\n if (process.env.NODE_ENV !== 'production') {\n assert(targetRecord, (\"redirect failed: named route \\\"\" + name + \"\\\" not found.\"));\n }\n return match({\n _normalized: true,\n name: name,\n query: query,\n hash: hash,\n params: params\n }, undefined, location)\n } else if (path) {\n // 1. resolve relative redirect\n var rawPath = resolveRecordPath(path, record);\n // 2. resolve params\n var resolvedPath = fillParams(rawPath, params, (\"redirect route with path \\\"\" + rawPath + \"\\\"\"));\n // 3. rematch with existing query and hash\n return match({\n _normalized: true,\n path: resolvedPath,\n query: query,\n hash: hash\n }, undefined, location)\n } else {\n if (process.env.NODE_ENV !== 'production') {\n warn(false, (\"invalid redirect option: \" + (JSON.stringify(redirect))));\n }\n return _createRoute(null, location)\n }\n }\n\n function alias (\n record,\n location,\n matchAs\n ) {\n var aliasedPath = fillParams(matchAs, location.params, (\"aliased route with path \\\"\" + matchAs + \"\\\"\"));\n var aliasedMatch = match({\n _normalized: true,\n path: aliasedPath\n });\n if (aliasedMatch) {\n var matched = aliasedMatch.matched;\n var aliasedRecord = matched[matched.length - 1];\n location.params = aliasedMatch.params;\n return _createRoute(aliasedRecord, location)\n }\n return _createRoute(null, location)\n }\n\n function _createRoute (\n record,\n location,\n redirectedFrom\n ) {\n if (record && record.redirect) {\n return redirect(record, redirectedFrom || location)\n }\n if (record && record.matchAs) {\n return alias(record, location, record.matchAs)\n }\n return createRoute(record, location, redirectedFrom, router)\n }\n\n return {\n match: match,\n addRoute: addRoute,\n getRoutes: getRoutes,\n addRoutes: addRoutes\n }\n}\n\nfunction matchRoute (\n regex,\n path,\n params\n) {\n var m = path.match(regex);\n\n if (!m) {\n return false\n } else if (!params) {\n return true\n }\n\n for (var i = 1, len = m.length; i < len; ++i) {\n var key = regex.keys[i - 1];\n if (key) {\n // Fix #1994: using * with props: true generates a param named 0\n params[key.name || 'pathMatch'] = typeof m[i] === 'string' ? decode(m[i]) : m[i];\n }\n }\n\n return true\n}\n\nfunction resolveRecordPath (path, record) {\n return resolvePath(path, record.parent ? record.parent.path : '/', true)\n}\n\n/* */\n\n// use User Timing api (if present) for more accurate key precision\nvar Time =\n inBrowser && window.performance && window.performance.now\n ? window.performance\n : Date;\n\nfunction genStateKey () {\n return Time.now().toFixed(3)\n}\n\nvar _key = genStateKey();\n\nfunction getStateKey () {\n return _key\n}\n\nfunction setStateKey (key) {\n return (_key = key)\n}\n\n/* */\n\nvar positionStore = Object.create(null);\n\nfunction setupScroll () {\n // Prevent browser scroll behavior on History popstate\n if ('scrollRestoration' in window.history) {\n window.history.scrollRestoration = 'manual';\n }\n // Fix for #1585 for Firefox\n // Fix for #2195 Add optional third attribute to workaround a bug in safari https://bugs.webkit.org/show_bug.cgi?id=182678\n // Fix for #2774 Support for apps loaded from Windows file shares not mapped to network drives: replaced location.origin with\n // window.location.protocol + '//' + window.location.host\n // location.host contains the port and location.hostname doesn't\n var protocolAndPath = window.location.protocol + '//' + window.location.host;\n var absolutePath = window.location.href.replace(protocolAndPath, '');\n // preserve existing history state as it could be overriden by the user\n var stateCopy = extend({}, window.history.state);\n stateCopy.key = getStateKey();\n window.history.replaceState(stateCopy, '', absolutePath);\n window.addEventListener('popstate', handlePopState);\n return function () {\n window.removeEventListener('popstate', handlePopState);\n }\n}\n\nfunction handleScroll (\n router,\n to,\n from,\n isPop\n) {\n if (!router.app) {\n return\n }\n\n var behavior = router.options.scrollBehavior;\n if (!behavior) {\n return\n }\n\n if (process.env.NODE_ENV !== 'production') {\n assert(typeof behavior === 'function', \"scrollBehavior must be a function\");\n }\n\n // wait until re-render finishes before scrolling\n router.app.$nextTick(function () {\n var position = getScrollPosition();\n var shouldScroll = behavior.call(\n router,\n to,\n from,\n isPop ? position : null\n );\n\n if (!shouldScroll) {\n return\n }\n\n if (typeof shouldScroll.then === 'function') {\n shouldScroll\n .then(function (shouldScroll) {\n scrollToPosition((shouldScroll), position);\n })\n .catch(function (err) {\n if (process.env.NODE_ENV !== 'production') {\n assert(false, err.toString());\n }\n });\n } else {\n scrollToPosition(shouldScroll, position);\n }\n });\n}\n\nfunction saveScrollPosition () {\n var key = getStateKey();\n if (key) {\n positionStore[key] = {\n x: window.pageXOffset,\n y: window.pageYOffset\n };\n }\n}\n\nfunction handlePopState (e) {\n saveScrollPosition();\n if (e.state && e.state.key) {\n setStateKey(e.state.key);\n }\n}\n\nfunction getScrollPosition () {\n var key = getStateKey();\n if (key) {\n return positionStore[key]\n }\n}\n\nfunction getElementPosition (el, offset) {\n var docEl = document.documentElement;\n var docRect = docEl.getBoundingClientRect();\n var elRect = el.getBoundingClientRect();\n return {\n x: elRect.left - docRect.left - offset.x,\n y: elRect.top - docRect.top - offset.y\n }\n}\n\nfunction isValidPosition (obj) {\n return isNumber(obj.x) || isNumber(obj.y)\n}\n\nfunction normalizePosition (obj) {\n return {\n x: isNumber(obj.x) ? obj.x : window.pageXOffset,\n y: isNumber(obj.y) ? obj.y : window.pageYOffset\n }\n}\n\nfunction normalizeOffset (obj) {\n return {\n x: isNumber(obj.x) ? obj.x : 0,\n y: isNumber(obj.y) ? obj.y : 0\n }\n}\n\nfunction isNumber (v) {\n return typeof v === 'number'\n}\n\nvar hashStartsWithNumberRE = /^#\\d/;\n\nfunction scrollToPosition (shouldScroll, position) {\n var isObject = typeof shouldScroll === 'object';\n if (isObject && typeof shouldScroll.selector === 'string') {\n // getElementById would still fail if the selector contains a more complicated query like #main[data-attr]\n // but at the same time, it doesn't make much sense to select an element with an id and an extra selector\n var el = hashStartsWithNumberRE.test(shouldScroll.selector) // $flow-disable-line\n ? document.getElementById(shouldScroll.selector.slice(1)) // $flow-disable-line\n : document.querySelector(shouldScroll.selector);\n\n if (el) {\n var offset =\n shouldScroll.offset && typeof shouldScroll.offset === 'object'\n ? shouldScroll.offset\n : {};\n offset = normalizeOffset(offset);\n position = getElementPosition(el, offset);\n } else if (isValidPosition(shouldScroll)) {\n position = normalizePosition(shouldScroll);\n }\n } else if (isObject && isValidPosition(shouldScroll)) {\n position = normalizePosition(shouldScroll);\n }\n\n if (position) {\n // $flow-disable-line\n if ('scrollBehavior' in document.documentElement.style) {\n window.scrollTo({\n left: position.x,\n top: position.y,\n // $flow-disable-line\n behavior: shouldScroll.behavior\n });\n } else {\n window.scrollTo(position.x, position.y);\n }\n }\n}\n\n/* */\n\nvar supportsPushState =\n inBrowser &&\n (function () {\n var ua = window.navigator.userAgent;\n\n if (\n (ua.indexOf('Android 2.') !== -1 || ua.indexOf('Android 4.0') !== -1) &&\n ua.indexOf('Mobile Safari') !== -1 &&\n ua.indexOf('Chrome') === -1 &&\n ua.indexOf('Windows Phone') === -1\n ) {\n return false\n }\n\n return window.history && typeof window.history.pushState === 'function'\n })();\n\nfunction pushState (url, replace) {\n saveScrollPosition();\n // try...catch the pushState call to get around Safari\n // DOM Exception 18 where it limits to 100 pushState calls\n var history = window.history;\n try {\n if (replace) {\n // preserve existing history state as it could be overriden by the user\n var stateCopy = extend({}, history.state);\n stateCopy.key = getStateKey();\n history.replaceState(stateCopy, '', url);\n } else {\n history.pushState({ key: setStateKey(genStateKey()) }, '', url);\n }\n } catch (e) {\n window.location[replace ? 'replace' : 'assign'](url);\n }\n}\n\nfunction replaceState (url) {\n pushState(url, true);\n}\n\n// When changing thing, also edit router.d.ts\nvar NavigationFailureType = {\n redirected: 2,\n aborted: 4,\n cancelled: 8,\n duplicated: 16\n};\n\nfunction createNavigationRedirectedError (from, to) {\n return createRouterError(\n from,\n to,\n NavigationFailureType.redirected,\n (\"Redirected when going from \\\"\" + (from.fullPath) + \"\\\" to \\\"\" + (stringifyRoute(\n to\n )) + \"\\\" via a navigation guard.\")\n )\n}\n\nfunction createNavigationDuplicatedError (from, to) {\n var error = createRouterError(\n from,\n to,\n NavigationFailureType.duplicated,\n (\"Avoided redundant navigation to current location: \\\"\" + (from.fullPath) + \"\\\".\")\n );\n // backwards compatible with the first introduction of Errors\n error.name = 'NavigationDuplicated';\n return error\n}\n\nfunction createNavigationCancelledError (from, to) {\n return createRouterError(\n from,\n to,\n NavigationFailureType.cancelled,\n (\"Navigation cancelled from \\\"\" + (from.fullPath) + \"\\\" to \\\"\" + (to.fullPath) + \"\\\" with a new navigation.\")\n )\n}\n\nfunction createNavigationAbortedError (from, to) {\n return createRouterError(\n from,\n to,\n NavigationFailureType.aborted,\n (\"Navigation aborted from \\\"\" + (from.fullPath) + \"\\\" to \\\"\" + (to.fullPath) + \"\\\" via a navigation guard.\")\n )\n}\n\nfunction createRouterError (from, to, type, message) {\n var error = new Error(message);\n error._isRouter = true;\n error.from = from;\n error.to = to;\n error.type = type;\n\n return error\n}\n\nvar propertiesToLog = ['params', 'query', 'hash'];\n\nfunction stringifyRoute (to) {\n if (typeof to === 'string') { return to }\n if ('path' in to) { return to.path }\n var location = {};\n propertiesToLog.forEach(function (key) {\n if (key in to) { location[key] = to[key]; }\n });\n return JSON.stringify(location, null, 2)\n}\n\nfunction isError (err) {\n return Object.prototype.toString.call(err).indexOf('Error') > -1\n}\n\nfunction isNavigationFailure (err, errorType) {\n return (\n isError(err) &&\n err._isRouter &&\n (errorType == null || err.type === errorType)\n )\n}\n\n/* */\n\nfunction runQueue (queue, fn, cb) {\n var step = function (index) {\n if (index >= queue.length) {\n cb();\n } else {\n if (queue[index]) {\n fn(queue[index], function () {\n step(index + 1);\n });\n } else {\n step(index + 1);\n }\n }\n };\n step(0);\n}\n\n/* */\n\nfunction resolveAsyncComponents (matched) {\n return function (to, from, next) {\n var hasAsync = false;\n var pending = 0;\n var error = null;\n\n flatMapComponents(matched, function (def, _, match, key) {\n // if it's a function and doesn't have cid attached,\n // assume it's an async component resolve function.\n // we are not using Vue's default async resolving mechanism because\n // we want to halt the navigation until the incoming component has been\n // resolved.\n if (typeof def === 'function' && def.cid === undefined) {\n hasAsync = true;\n pending++;\n\n var resolve = once(function (resolvedDef) {\n if (isESModule(resolvedDef)) {\n resolvedDef = resolvedDef.default;\n }\n // save resolved on async factory in case it's used elsewhere\n def.resolved = typeof resolvedDef === 'function'\n ? resolvedDef\n : _Vue.extend(resolvedDef);\n match.components[key] = resolvedDef;\n pending--;\n if (pending <= 0) {\n next();\n }\n });\n\n var reject = once(function (reason) {\n var msg = \"Failed to resolve async component \" + key + \": \" + reason;\n process.env.NODE_ENV !== 'production' && warn(false, msg);\n if (!error) {\n error = isError(reason)\n ? reason\n : new Error(msg);\n next(error);\n }\n });\n\n var res;\n try {\n res = def(resolve, reject);\n } catch (e) {\n reject(e);\n }\n if (res) {\n if (typeof res.then === 'function') {\n res.then(resolve, reject);\n } else {\n // new syntax in Vue 2.3\n var comp = res.component;\n if (comp && typeof comp.then === 'function') {\n comp.then(resolve, reject);\n }\n }\n }\n }\n });\n\n if (!hasAsync) { next(); }\n }\n}\n\nfunction flatMapComponents (\n matched,\n fn\n) {\n return flatten(matched.map(function (m) {\n return Object.keys(m.components).map(function (key) { return fn(\n m.components[key],\n m.instances[key],\n m, key\n ); })\n }))\n}\n\nfunction flatten (arr) {\n return Array.prototype.concat.apply([], arr)\n}\n\nvar hasSymbol =\n typeof Symbol === 'function' &&\n typeof Symbol.toStringTag === 'symbol';\n\nfunction isESModule (obj) {\n return obj.__esModule || (hasSymbol && obj[Symbol.toStringTag] === 'Module')\n}\n\n// in Webpack 2, require.ensure now also returns a Promise\n// so the resolve/reject functions may get called an extra time\n// if the user uses an arrow function shorthand that happens to\n// return that Promise.\nfunction once (fn) {\n var called = false;\n return function () {\n var args = [], len = arguments.length;\n while ( len-- ) args[ len ] = arguments[ len ];\n\n if (called) { return }\n called = true;\n return fn.apply(this, args)\n }\n}\n\n/* */\n\nvar History = function History (router, base) {\n this.router = router;\n this.base = normalizeBase(base);\n // start with a route object that stands for \"nowhere\"\n this.current = START;\n this.pending = null;\n this.ready = false;\n this.readyCbs = [];\n this.readyErrorCbs = [];\n this.errorCbs = [];\n this.listeners = [];\n};\n\nHistory.prototype.listen = function listen (cb) {\n this.cb = cb;\n};\n\nHistory.prototype.onReady = function onReady (cb, errorCb) {\n if (this.ready) {\n cb();\n } else {\n this.readyCbs.push(cb);\n if (errorCb) {\n this.readyErrorCbs.push(errorCb);\n }\n }\n};\n\nHistory.prototype.onError = function onError (errorCb) {\n this.errorCbs.push(errorCb);\n};\n\nHistory.prototype.transitionTo = function transitionTo (\n location,\n onComplete,\n onAbort\n) {\n var this$1$1 = this;\n\n var route;\n // catch redirect option https://github.com/vuejs/vue-router/issues/3201\n try {\n route = this.router.match(location, this.current);\n } catch (e) {\n this.errorCbs.forEach(function (cb) {\n cb(e);\n });\n // Exception should still be thrown\n throw e\n }\n var prev = this.current;\n this.confirmTransition(\n route,\n function () {\n this$1$1.updateRoute(route);\n onComplete && onComplete(route);\n this$1$1.ensureURL();\n this$1$1.router.afterHooks.forEach(function (hook) {\n hook && hook(route, prev);\n });\n\n // fire ready cbs once\n if (!this$1$1.ready) {\n this$1$1.ready = true;\n this$1$1.readyCbs.forEach(function (cb) {\n cb(route);\n });\n }\n },\n function (err) {\n if (onAbort) {\n onAbort(err);\n }\n if (err && !this$1$1.ready) {\n // Initial redirection should not mark the history as ready yet\n // because it's triggered by the redirection instead\n // https://github.com/vuejs/vue-router/issues/3225\n // https://github.com/vuejs/vue-router/issues/3331\n if (!isNavigationFailure(err, NavigationFailureType.redirected) || prev !== START) {\n this$1$1.ready = true;\n this$1$1.readyErrorCbs.forEach(function (cb) {\n cb(err);\n });\n }\n }\n }\n );\n};\n\nHistory.prototype.confirmTransition = function confirmTransition (route, onComplete, onAbort) {\n var this$1$1 = this;\n\n var current = this.current;\n this.pending = route;\n var abort = function (err) {\n // changed after adding errors with\n // https://github.com/vuejs/vue-router/pull/3047 before that change,\n // redirect and aborted navigation would produce an err == null\n if (!isNavigationFailure(err) && isError(err)) {\n if (this$1$1.errorCbs.length) {\n this$1$1.errorCbs.forEach(function (cb) {\n cb(err);\n });\n } else {\n if (process.env.NODE_ENV !== 'production') {\n warn(false, 'uncaught error during route navigation:');\n }\n console.error(err);\n }\n }\n onAbort && onAbort(err);\n };\n var lastRouteIndex = route.matched.length - 1;\n var lastCurrentIndex = current.matched.length - 1;\n if (\n isSameRoute(route, current) &&\n // in the case the route map has been dynamically appended to\n lastRouteIndex === lastCurrentIndex &&\n route.matched[lastRouteIndex] === current.matched[lastCurrentIndex]\n ) {\n this.ensureURL();\n if (route.hash) {\n handleScroll(this.router, current, route, false);\n }\n return abort(createNavigationDuplicatedError(current, route))\n }\n\n var ref = resolveQueue(\n this.current.matched,\n route.matched\n );\n var updated = ref.updated;\n var deactivated = ref.deactivated;\n var activated = ref.activated;\n\n var queue = [].concat(\n // in-component leave guards\n extractLeaveGuards(deactivated),\n // global before hooks\n this.router.beforeHooks,\n // in-component update hooks\n extractUpdateHooks(updated),\n // in-config enter guards\n activated.map(function (m) { return m.beforeEnter; }),\n // async components\n resolveAsyncComponents(activated)\n );\n\n var iterator = function (hook, next) {\n if (this$1$1.pending !== route) {\n return abort(createNavigationCancelledError(current, route))\n }\n try {\n hook(route, current, function (to) {\n if (to === false) {\n // next(false) -> abort navigation, ensure current URL\n this$1$1.ensureURL(true);\n abort(createNavigationAbortedError(current, route));\n } else if (isError(to)) {\n this$1$1.ensureURL(true);\n abort(to);\n } else if (\n typeof to === 'string' ||\n (typeof to === 'object' &&\n (typeof to.path === 'string' || typeof to.name === 'string'))\n ) {\n // next('/') or next({ path: '/' }) -> redirect\n abort(createNavigationRedirectedError(current, route));\n if (typeof to === 'object' && to.replace) {\n this$1$1.replace(to);\n } else {\n this$1$1.push(to);\n }\n } else {\n // confirm transition and pass on the value\n next(to);\n }\n });\n } catch (e) {\n abort(e);\n }\n };\n\n runQueue(queue, iterator, function () {\n // wait until async components are resolved before\n // extracting in-component enter guards\n var enterGuards = extractEnterGuards(activated);\n var queue = enterGuards.concat(this$1$1.router.resolveHooks);\n runQueue(queue, iterator, function () {\n if (this$1$1.pending !== route) {\n return abort(createNavigationCancelledError(current, route))\n }\n this$1$1.pending = null;\n onComplete(route);\n if (this$1$1.router.app) {\n this$1$1.router.app.$nextTick(function () {\n handleRouteEntered(route);\n });\n }\n });\n });\n};\n\nHistory.prototype.updateRoute = function updateRoute (route) {\n this.current = route;\n this.cb && this.cb(route);\n};\n\nHistory.prototype.setupListeners = function setupListeners () {\n // Default implementation is empty\n};\n\nHistory.prototype.teardown = function teardown () {\n // clean up event listeners\n // https://github.com/vuejs/vue-router/issues/2341\n this.listeners.forEach(function (cleanupListener) {\n cleanupListener();\n });\n this.listeners = [];\n\n // reset current history route\n // https://github.com/vuejs/vue-router/issues/3294\n this.current = START;\n this.pending = null;\n};\n\nfunction normalizeBase (base) {\n if (!base) {\n if (inBrowser) {\n // respect tag\n var baseEl = document.querySelector('base');\n base = (baseEl && baseEl.getAttribute('href')) || '/';\n // strip full URL origin\n base = base.replace(/^https?:\\/\\/[^\\/]+/, '');\n } else {\n base = '/';\n }\n }\n // make sure there's the starting slash\n if (base.charAt(0) !== '/') {\n base = '/' + base;\n }\n // remove trailing slash\n return base.replace(/\\/$/, '')\n}\n\nfunction resolveQueue (\n current,\n next\n) {\n var i;\n var max = Math.max(current.length, next.length);\n for (i = 0; i < max; i++) {\n if (current[i] !== next[i]) {\n break\n }\n }\n return {\n updated: next.slice(0, i),\n activated: next.slice(i),\n deactivated: current.slice(i)\n }\n}\n\nfunction extractGuards (\n records,\n name,\n bind,\n reverse\n) {\n var guards = flatMapComponents(records, function (def, instance, match, key) {\n var guard = extractGuard(def, name);\n if (guard) {\n return Array.isArray(guard)\n ? guard.map(function (guard) { return bind(guard, instance, match, key); })\n : bind(guard, instance, match, key)\n }\n });\n return flatten(reverse ? guards.reverse() : guards)\n}\n\nfunction extractGuard (\n def,\n key\n) {\n if (typeof def !== 'function') {\n // extend now so that global mixins are applied.\n def = _Vue.extend(def);\n }\n return def.options[key]\n}\n\nfunction extractLeaveGuards (deactivated) {\n return extractGuards(deactivated, 'beforeRouteLeave', bindGuard, true)\n}\n\nfunction extractUpdateHooks (updated) {\n return extractGuards(updated, 'beforeRouteUpdate', bindGuard)\n}\n\nfunction bindGuard (guard, instance) {\n if (instance) {\n return function boundRouteGuard () {\n return guard.apply(instance, arguments)\n }\n }\n}\n\nfunction extractEnterGuards (\n activated\n) {\n return extractGuards(\n activated,\n 'beforeRouteEnter',\n function (guard, _, match, key) {\n return bindEnterGuard(guard, match, key)\n }\n )\n}\n\nfunction bindEnterGuard (\n guard,\n match,\n key\n) {\n return function routeEnterGuard (to, from, next) {\n return guard(to, from, function (cb) {\n if (typeof cb === 'function') {\n if (!match.enteredCbs[key]) {\n match.enteredCbs[key] = [];\n }\n match.enteredCbs[key].push(cb);\n }\n next(cb);\n })\n }\n}\n\n/* */\n\nvar HTML5History = /*@__PURE__*/(function (History) {\n function HTML5History (router, base) {\n History.call(this, router, base);\n\n this._startLocation = getLocation(this.base);\n }\n\n if ( History ) HTML5History.__proto__ = History;\n HTML5History.prototype = Object.create( History && History.prototype );\n HTML5History.prototype.constructor = HTML5History;\n\n HTML5History.prototype.setupListeners = function setupListeners () {\n var this$1$1 = this;\n\n if (this.listeners.length > 0) {\n return\n }\n\n var router = this.router;\n var expectScroll = router.options.scrollBehavior;\n var supportsScroll = supportsPushState && expectScroll;\n\n if (supportsScroll) {\n this.listeners.push(setupScroll());\n }\n\n var handleRoutingEvent = function () {\n var current = this$1$1.current;\n\n // Avoiding first `popstate` event dispatched in some browsers but first\n // history route not updated since async guard at the same time.\n var location = getLocation(this$1$1.base);\n if (this$1$1.current === START && location === this$1$1._startLocation) {\n return\n }\n\n this$1$1.transitionTo(location, function (route) {\n if (supportsScroll) {\n handleScroll(router, route, current, true);\n }\n });\n };\n window.addEventListener('popstate', handleRoutingEvent);\n this.listeners.push(function () {\n window.removeEventListener('popstate', handleRoutingEvent);\n });\n };\n\n HTML5History.prototype.go = function go (n) {\n window.history.go(n);\n };\n\n HTML5History.prototype.push = function push (location, onComplete, onAbort) {\n var this$1$1 = this;\n\n var ref = this;\n var fromRoute = ref.current;\n this.transitionTo(location, function (route) {\n pushState(cleanPath(this$1$1.base + route.fullPath));\n handleScroll(this$1$1.router, route, fromRoute, false);\n onComplete && onComplete(route);\n }, onAbort);\n };\n\n HTML5History.prototype.replace = function replace (location, onComplete, onAbort) {\n var this$1$1 = this;\n\n var ref = this;\n var fromRoute = ref.current;\n this.transitionTo(location, function (route) {\n replaceState(cleanPath(this$1$1.base + route.fullPath));\n handleScroll(this$1$1.router, route, fromRoute, false);\n onComplete && onComplete(route);\n }, onAbort);\n };\n\n HTML5History.prototype.ensureURL = function ensureURL (push) {\n if (getLocation(this.base) !== this.current.fullPath) {\n var current = cleanPath(this.base + this.current.fullPath);\n push ? pushState(current) : replaceState(current);\n }\n };\n\n HTML5History.prototype.getCurrentLocation = function getCurrentLocation () {\n return getLocation(this.base)\n };\n\n return HTML5History;\n}(History));\n\nfunction getLocation (base) {\n var path = window.location.pathname;\n var pathLowerCase = path.toLowerCase();\n var baseLowerCase = base.toLowerCase();\n // base=\"/a\" shouldn't turn path=\"/app\" into \"/a/pp\"\n // https://github.com/vuejs/vue-router/issues/3555\n // so we ensure the trailing slash in the base\n if (base && ((pathLowerCase === baseLowerCase) ||\n (pathLowerCase.indexOf(cleanPath(baseLowerCase + '/')) === 0))) {\n path = path.slice(base.length);\n }\n return (path || '/') + window.location.search + window.location.hash\n}\n\n/* */\n\nvar HashHistory = /*@__PURE__*/(function (History) {\n function HashHistory (router, base, fallback) {\n History.call(this, router, base);\n // check history fallback deeplinking\n if (fallback && checkFallback(this.base)) {\n return\n }\n ensureSlash();\n }\n\n if ( History ) HashHistory.__proto__ = History;\n HashHistory.prototype = Object.create( History && History.prototype );\n HashHistory.prototype.constructor = HashHistory;\n\n // this is delayed until the app mounts\n // to avoid the hashchange listener being fired too early\n HashHistory.prototype.setupListeners = function setupListeners () {\n var this$1$1 = this;\n\n if (this.listeners.length > 0) {\n return\n }\n\n var router = this.router;\n var expectScroll = router.options.scrollBehavior;\n var supportsScroll = supportsPushState && expectScroll;\n\n if (supportsScroll) {\n this.listeners.push(setupScroll());\n }\n\n var handleRoutingEvent = function () {\n var current = this$1$1.current;\n if (!ensureSlash()) {\n return\n }\n this$1$1.transitionTo(getHash(), function (route) {\n if (supportsScroll) {\n handleScroll(this$1$1.router, route, current, true);\n }\n if (!supportsPushState) {\n replaceHash(route.fullPath);\n }\n });\n };\n var eventType = supportsPushState ? 'popstate' : 'hashchange';\n window.addEventListener(\n eventType,\n handleRoutingEvent\n );\n this.listeners.push(function () {\n window.removeEventListener(eventType, handleRoutingEvent);\n });\n };\n\n HashHistory.prototype.push = function push (location, onComplete, onAbort) {\n var this$1$1 = this;\n\n var ref = this;\n var fromRoute = ref.current;\n this.transitionTo(\n location,\n function (route) {\n pushHash(route.fullPath);\n handleScroll(this$1$1.router, route, fromRoute, false);\n onComplete && onComplete(route);\n },\n onAbort\n );\n };\n\n HashHistory.prototype.replace = function replace (location, onComplete, onAbort) {\n var this$1$1 = this;\n\n var ref = this;\n var fromRoute = ref.current;\n this.transitionTo(\n location,\n function (route) {\n replaceHash(route.fullPath);\n handleScroll(this$1$1.router, route, fromRoute, false);\n onComplete && onComplete(route);\n },\n onAbort\n );\n };\n\n HashHistory.prototype.go = function go (n) {\n window.history.go(n);\n };\n\n HashHistory.prototype.ensureURL = function ensureURL (push) {\n var current = this.current.fullPath;\n if (getHash() !== current) {\n push ? pushHash(current) : replaceHash(current);\n }\n };\n\n HashHistory.prototype.getCurrentLocation = function getCurrentLocation () {\n return getHash()\n };\n\n return HashHistory;\n}(History));\n\nfunction checkFallback (base) {\n var location = getLocation(base);\n if (!/^\\/#/.test(location)) {\n window.location.replace(cleanPath(base + '/#' + location));\n return true\n }\n}\n\nfunction ensureSlash () {\n var path = getHash();\n if (path.charAt(0) === '/') {\n return true\n }\n replaceHash('/' + path);\n return false\n}\n\nfunction getHash () {\n // We can't use window.location.hash here because it's not\n // consistent across browsers - Firefox will pre-decode it!\n var href = window.location.href;\n var index = href.indexOf('#');\n // empty path\n if (index < 0) { return '' }\n\n href = href.slice(index + 1);\n\n return href\n}\n\nfunction getUrl (path) {\n var href = window.location.href;\n var i = href.indexOf('#');\n var base = i >= 0 ? href.slice(0, i) : href;\n return (base + \"#\" + path)\n}\n\nfunction pushHash (path) {\n if (supportsPushState) {\n pushState(getUrl(path));\n } else {\n window.location.hash = path;\n }\n}\n\nfunction replaceHash (path) {\n if (supportsPushState) {\n replaceState(getUrl(path));\n } else {\n window.location.replace(getUrl(path));\n }\n}\n\n/* */\n\nvar AbstractHistory = /*@__PURE__*/(function (History) {\n function AbstractHistory (router, base) {\n History.call(this, router, base);\n this.stack = [];\n this.index = -1;\n }\n\n if ( History ) AbstractHistory.__proto__ = History;\n AbstractHistory.prototype = Object.create( History && History.prototype );\n AbstractHistory.prototype.constructor = AbstractHistory;\n\n AbstractHistory.prototype.push = function push (location, onComplete, onAbort) {\n var this$1$1 = this;\n\n this.transitionTo(\n location,\n function (route) {\n this$1$1.stack = this$1$1.stack.slice(0, this$1$1.index + 1).concat(route);\n this$1$1.index++;\n onComplete && onComplete(route);\n },\n onAbort\n );\n };\n\n AbstractHistory.prototype.replace = function replace (location, onComplete, onAbort) {\n var this$1$1 = this;\n\n this.transitionTo(\n location,\n function (route) {\n this$1$1.stack = this$1$1.stack.slice(0, this$1$1.index).concat(route);\n onComplete && onComplete(route);\n },\n onAbort\n );\n };\n\n AbstractHistory.prototype.go = function go (n) {\n var this$1$1 = this;\n\n var targetIndex = this.index + n;\n if (targetIndex < 0 || targetIndex >= this.stack.length) {\n return\n }\n var route = this.stack[targetIndex];\n this.confirmTransition(\n route,\n function () {\n var prev = this$1$1.current;\n this$1$1.index = targetIndex;\n this$1$1.updateRoute(route);\n this$1$1.router.afterHooks.forEach(function (hook) {\n hook && hook(route, prev);\n });\n },\n function (err) {\n if (isNavigationFailure(err, NavigationFailureType.duplicated)) {\n this$1$1.index = targetIndex;\n }\n }\n );\n };\n\n AbstractHistory.prototype.getCurrentLocation = function getCurrentLocation () {\n var current = this.stack[this.stack.length - 1];\n return current ? current.fullPath : '/'\n };\n\n AbstractHistory.prototype.ensureURL = function ensureURL () {\n // noop\n };\n\n return AbstractHistory;\n}(History));\n\n/* */\n\n\n\nvar VueRouter = function VueRouter (options) {\n if ( options === void 0 ) options = {};\n\n if (process.env.NODE_ENV !== 'production') {\n warn(this instanceof VueRouter, \"Router must be called with the new operator.\");\n }\n this.app = null;\n this.apps = [];\n this.options = options;\n this.beforeHooks = [];\n this.resolveHooks = [];\n this.afterHooks = [];\n this.matcher = createMatcher(options.routes || [], this);\n\n var mode = options.mode || 'hash';\n this.fallback =\n mode === 'history' && !supportsPushState && options.fallback !== false;\n if (this.fallback) {\n mode = 'hash';\n }\n if (!inBrowser) {\n mode = 'abstract';\n }\n this.mode = mode;\n\n switch (mode) {\n case 'history':\n this.history = new HTML5History(this, options.base);\n break\n case 'hash':\n this.history = new HashHistory(this, options.base, this.fallback);\n break\n case 'abstract':\n this.history = new AbstractHistory(this, options.base);\n break\n default:\n if (process.env.NODE_ENV !== 'production') {\n assert(false, (\"invalid mode: \" + mode));\n }\n }\n};\n\nvar prototypeAccessors = { currentRoute: { configurable: true } };\n\nVueRouter.prototype.match = function match (raw, current, redirectedFrom) {\n return this.matcher.match(raw, current, redirectedFrom)\n};\n\nprototypeAccessors.currentRoute.get = function () {\n return this.history && this.history.current\n};\n\nVueRouter.prototype.init = function init (app /* Vue component instance */) {\n var this$1$1 = this;\n\n process.env.NODE_ENV !== 'production' &&\n assert(\n install.installed,\n \"not installed. Make sure to call `Vue.use(VueRouter)` \" +\n \"before creating root instance.\"\n );\n\n this.apps.push(app);\n\n // set up app destroyed handler\n // https://github.com/vuejs/vue-router/issues/2639\n app.$once('hook:destroyed', function () {\n // clean out app from this.apps array once destroyed\n var index = this$1$1.apps.indexOf(app);\n if (index > -1) { this$1$1.apps.splice(index, 1); }\n // ensure we still have a main app or null if no apps\n // we do not release the router so it can be reused\n if (this$1$1.app === app) { this$1$1.app = this$1$1.apps[0] || null; }\n\n if (!this$1$1.app) { this$1$1.history.teardown(); }\n });\n\n // main app previously initialized\n // return as we don't need to set up new history listener\n if (this.app) {\n return\n }\n\n this.app = app;\n\n var history = this.history;\n\n if (history instanceof HTML5History || history instanceof HashHistory) {\n var handleInitialScroll = function (routeOrError) {\n var from = history.current;\n var expectScroll = this$1$1.options.scrollBehavior;\n var supportsScroll = supportsPushState && expectScroll;\n\n if (supportsScroll && 'fullPath' in routeOrError) {\n handleScroll(this$1$1, routeOrError, from, false);\n }\n };\n var setupListeners = function (routeOrError) {\n history.setupListeners();\n handleInitialScroll(routeOrError);\n };\n history.transitionTo(\n history.getCurrentLocation(),\n setupListeners,\n setupListeners\n );\n }\n\n history.listen(function (route) {\n this$1$1.apps.forEach(function (app) {\n app._route = route;\n });\n });\n};\n\nVueRouter.prototype.beforeEach = function beforeEach (fn) {\n return registerHook(this.beforeHooks, fn)\n};\n\nVueRouter.prototype.beforeResolve = function beforeResolve (fn) {\n return registerHook(this.resolveHooks, fn)\n};\n\nVueRouter.prototype.afterEach = function afterEach (fn) {\n return registerHook(this.afterHooks, fn)\n};\n\nVueRouter.prototype.onReady = function onReady (cb, errorCb) {\n this.history.onReady(cb, errorCb);\n};\n\nVueRouter.prototype.onError = function onError (errorCb) {\n this.history.onError(errorCb);\n};\n\nVueRouter.prototype.push = function push (location, onComplete, onAbort) {\n var this$1$1 = this;\n\n // $flow-disable-line\n if (!onComplete && !onAbort && typeof Promise !== 'undefined') {\n return new Promise(function (resolve, reject) {\n this$1$1.history.push(location, resolve, reject);\n })\n } else {\n this.history.push(location, onComplete, onAbort);\n }\n};\n\nVueRouter.prototype.replace = function replace (location, onComplete, onAbort) {\n var this$1$1 = this;\n\n // $flow-disable-line\n if (!onComplete && !onAbort && typeof Promise !== 'undefined') {\n return new Promise(function (resolve, reject) {\n this$1$1.history.replace(location, resolve, reject);\n })\n } else {\n this.history.replace(location, onComplete, onAbort);\n }\n};\n\nVueRouter.prototype.go = function go (n) {\n this.history.go(n);\n};\n\nVueRouter.prototype.back = function back () {\n this.go(-1);\n};\n\nVueRouter.prototype.forward = function forward () {\n this.go(1);\n};\n\nVueRouter.prototype.getMatchedComponents = function getMatchedComponents (to) {\n var route = to\n ? to.matched\n ? to\n : this.resolve(to).route\n : this.currentRoute;\n if (!route) {\n return []\n }\n return [].concat.apply(\n [],\n route.matched.map(function (m) {\n return Object.keys(m.components).map(function (key) {\n return m.components[key]\n })\n })\n )\n};\n\nVueRouter.prototype.resolve = function resolve (\n to,\n current,\n append\n) {\n current = current || this.history.current;\n var location = normalizeLocation(to, current, append, this);\n var route = this.match(location, current);\n var fullPath = route.redirectedFrom || route.fullPath;\n var base = this.history.base;\n var href = createHref(base, fullPath, this.mode);\n return {\n location: location,\n route: route,\n href: href,\n // for backwards compat\n normalizedTo: location,\n resolved: route\n }\n};\n\nVueRouter.prototype.getRoutes = function getRoutes () {\n return this.matcher.getRoutes()\n};\n\nVueRouter.prototype.addRoute = function addRoute (parentOrRoute, route) {\n this.matcher.addRoute(parentOrRoute, route);\n if (this.history.current !== START) {\n this.history.transitionTo(this.history.getCurrentLocation());\n }\n};\n\nVueRouter.prototype.addRoutes = function addRoutes (routes) {\n if (process.env.NODE_ENV !== 'production') {\n warn(false, 'router.addRoutes() is deprecated and has been removed in Vue Router 4. Use router.addRoute() instead.');\n }\n this.matcher.addRoutes(routes);\n if (this.history.current !== START) {\n this.history.transitionTo(this.history.getCurrentLocation());\n }\n};\n\nObject.defineProperties( VueRouter.prototype, prototypeAccessors );\n\nvar VueRouter$1 = VueRouter;\n\nfunction registerHook (list, fn) {\n list.push(fn);\n return function () {\n var i = list.indexOf(fn);\n if (i > -1) { list.splice(i, 1); }\n }\n}\n\nfunction createHref (base, fullPath, mode) {\n var path = mode === 'hash' ? '#' + fullPath : fullPath;\n return base ? cleanPath(base + '/' + path) : path\n}\n\n// We cannot remove this as it would be a breaking change\nVueRouter.install = install;\nVueRouter.version = '3.6.5';\nVueRouter.isNavigationFailure = isNavigationFailure;\nVueRouter.NavigationFailureType = NavigationFailureType;\nVueRouter.START_LOCATION = START;\n\nif (inBrowser && window.Vue) {\n window.Vue.use(VueRouter);\n}\n\nvar version = '3.6.5';\n\nexport { NavigationFailureType, Link as RouterLink, View as RouterView, START as START_LOCATION, VueRouter$1 as default, isNavigationFailure, version };\n","/**\n * @copyright Copyright (c) 2022 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { generateUrl } from '@nextcloud/router';\nimport queryString from 'query-string';\nimport Router, { RawLocation, Route } from 'vue-router';\nimport Vue from 'vue';\nimport { ErrorHandler } from 'vue-router/types/router';\nVue.use(Router);\n// Prevent router from throwing errors when we're already on the page we're trying to go to\nconst originalPush = Router.prototype.push;\nRouter.prototype.push = function push(to, onComplete, onAbort) {\n if (onComplete || onAbort)\n return originalPush.call(this, to, onComplete, onAbort);\n return originalPush.call(this, to).catch(err => err);\n};\nconst router = new Router({\n mode: 'history',\n // if index.php is in the url AND we got this far, then it's working:\n // let's keep using index.php in the url\n base: generateUrl('/apps/files'),\n linkActiveClass: 'active',\n routes: [\n {\n path: '/',\n // Pretending we're using the default view\n redirect: { name: 'filelist' },\n },\n {\n path: '/:view/:fileid?',\n name: 'filelist',\n props: true,\n },\n ],\n // Custom stringifyQuery to prevent encoding of slashes in the url\n stringifyQuery(query) {\n const result = queryString.stringify(query).replace(/%2F/gmi, '/');\n return result ? ('?' + result) : '';\n },\n});\nexport default router;\n","import Vue from 'vue';\nimport { createPinia, PiniaVuePlugin } from 'pinia';\nimport { getNavigation } from '@nextcloud/files';\nimport { getRequestToken } from '@nextcloud/auth';\nimport FilesListView from './views/FilesList.vue';\nimport NavigationView from './views/Navigation.vue';\nimport router from './router/router';\nimport RouterService from './services/RouterService';\nimport SettingsModel from './models/Setting.js';\nimport SettingsService from './services/Settings.js';\n// @ts-expect-error __webpack_nonce__ is injected by webpack\n__webpack_nonce__ = btoa(getRequestToken());\n// Init private and public Files namespace\nwindow.OCA.Files = window.OCA.Files ?? {};\nwindow.OCP.Files = window.OCP.Files ?? {};\n// Expose router\nconst Router = new RouterService(router);\nObject.assign(window.OCP.Files, { Router });\n// Init Pinia store\nVue.use(PiniaVuePlugin);\nconst pinia = createPinia();\n// Init Navigation Service\nconst Navigation = getNavigation();\nVue.prototype.$navigation = Navigation;\n// Init Files App Settings Service\nconst Settings = new SettingsService();\nObject.assign(window.OCA.Files, { Settings });\nObject.assign(window.OCA.Files.Settings, { Setting: SettingsModel });\n// Init Navigation View\nconst View = Vue.extend(NavigationView);\nconst FilesNavigationRoot = new View({\n name: 'FilesNavigationRoot',\n propsData: {\n Navigation,\n },\n router,\n pinia,\n});\nFilesNavigationRoot.$mount('#app-navigation-files');\n// Init content list view\nconst ListView = Vue.extend(FilesListView);\nconst FilesList = new ListView({\n name: 'FilesListRoot',\n router,\n pinia,\n});\nFilesList.$mount('#app-content-vue');\n","export default class RouterService {\n _router;\n constructor(router) {\n this._router = router;\n }\n get name() {\n return this._router.currentRoute.name;\n }\n get query() {\n return this._router.currentRoute.query || {};\n }\n get params() {\n return this._router.currentRoute.params || {};\n }\n /**\n * Trigger a route change on the files app\n *\n * @param path the url path, eg: '/trashbin?dir=/Deleted'\n * @param replace replace the current history\n * @see https://router.vuejs.org/guide/essentials/navigation.html#navigate-to-a-different-location\n */\n goTo(path, replace = false) {\n return this._router.push({\n path,\n replace,\n });\n }\n /**\n * Trigger a route change on the files App\n *\n * @param name the route name\n * @param params the route parameters\n * @param query the url query parameters\n * @param replace replace the current history\n * @see https://router.vuejs.org/guide/essentials/navigation.html#navigate-to-a-different-location\n */\n goToRoute(name, params, query, replace) {\n return this._router.push({\n name,\n query,\n params,\n replace,\n });\n }\n}\n","/**\n * @copyright Copyright (c) 2019 Gary Kim \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\n\nexport default class Settings {\n\n\t_settings\n\n\tconstructor() {\n\t\tthis._settings = []\n\t\tconsole.debug('OCA.Files.Settings initialized')\n\t}\n\n\t/**\n\t * Register a new setting\n\t *\n\t * @since 19.0.0\n\t * @param {OCA.Files.Settings.Setting} view element to add to settings\n\t * @return {boolean} whether registering was successful\n\t */\n\tregister(view) {\n\t\tif (this._settings.filter(e => e.name === view.name).length > 0) {\n\t\t\tconsole.error('A setting with the same name is already registered')\n\t\t\treturn false\n\t\t}\n\t\tthis._settings.push(view)\n\t\treturn true\n\t}\n\n\t/**\n\t * All settings elements\n\t *\n\t * @return {OCA.Files.Settings.Setting[]} All currently registered settings\n\t */\n\tget settings() {\n\t\treturn this._settings\n\t}\n\n}\n","/**\n * @copyright Copyright (c) 2019 Gary Kim \n * @copyright Copyright (c) 2019 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\n\nexport default class Setting {\n\n\t_close\n\t_el\n\t_name\n\t_open\n\n\t/**\n\t * Create a new files app setting\n\t *\n\t * @since 19.0.0\n\t * @param {string} name the name of this setting\n\t * @param {object} component the component\n\t * @param {Function} component.el function that returns an unmounted dom element to be added\n\t * @param {Function} [component.open] callback for when setting is added\n\t * @param {Function} [component.close] callback for when setting is closed\n\t */\n\tconstructor(name, { el, open, close }) {\n\t\tthis._name = name\n\t\tthis._el = el\n\t\tthis._open = open\n\t\tthis._close = close\n\n\t\tif (typeof this._open !== 'function') {\n\t\t\tthis._open = () => {}\n\t\t}\n\n\t\tif (typeof this._close !== 'function') {\n\t\t\tthis._close = () => {}\n\t\t}\n\t}\n\n\tget name() {\n\t\treturn this._name\n\t}\n\n\tget el() {\n\t\treturn this._el\n\t}\n\n\tget open() {\n\t\treturn this._open\n\t}\n\n\tget close() {\n\t\treturn this._close\n\t}\n\n}\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../css-loader/dist/runtime/api.js\";\nimport ___CSS_LOADER_GET_URL_IMPORT___ from \"../../../css-loader/dist/runtime/getUrl.js\";\nvar ___CSS_LOADER_URL_IMPORT_0___ = new URL(\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTYiIHdpZHRoPSIxNiI+CiAgPHBhdGggZD0iTTE0IDEyLjNMMTIuMyAxNCA4IDkuNyAzLjcgMTQgMiAxMi4zIDYuMyA4IDIgMy43IDMuNyAyIDggNi4zIDEyLjMgMiAxNCAzLjcgOS43IDh6Ii8+Cjwvc3ZnPgo=\", import.meta.url);\nvar ___CSS_LOADER_URL_IMPORT_1___ = new URL(\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTYiIHdpZHRoPSIxNiI+CiAgPHBhdGggZD0iTTE0IDEyLjNMMTIuMyAxNCA4IDkuNyAzLjcgMTQgMiAxMi4zIDYuMyA4IDIgMy43IDMuNyAyIDggNi4zIDEyLjMgMiAxNCAzLjcgOS43IDh6IiBzdHlsZT0iZmlsbC1vcGFjaXR5OjE7ZmlsbDojZmZmZmZmIi8+Cjwvc3ZnPgo=\", import.meta.url);\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\nvar ___CSS_LOADER_URL_REPLACEMENT_0___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_0___);\nvar ___CSS_LOADER_URL_REPLACEMENT_1___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_1___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `@charset \"UTF-8\";\n/**\n * @copyright Copyright (c) 2019 Julius Härtl \n *\n * @author Julius Härtl \n * @author John Molakvoæ \n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n */\n.toastify.dialogs {\n min-width: 200px;\n background: none;\n background-color: var(--color-main-background);\n color: var(--color-main-text);\n box-shadow: 0 0 6px 0 var(--color-box-shadow);\n padding: 0 12px;\n margin-top: 45px;\n position: fixed;\n z-index: 10100;\n border-radius: var(--border-radius);\n display: flex;\n align-items: center;\n}\n.toastify.dialogs .toast-undo-container {\n display: flex;\n align-items: center;\n}\n.toastify.dialogs .toast-undo-button,\n.toastify.dialogs .toast-close {\n position: static;\n overflow: hidden;\n box-sizing: border-box;\n min-width: 44px;\n height: 100%;\n padding: 12px;\n white-space: nowrap;\n background-repeat: no-repeat;\n background-position: center;\n background-color: transparent;\n min-height: 0;\n}\n.toastify.dialogs .toast-undo-button.toast-close,\n.toastify.dialogs .toast-close.toast-close {\n text-indent: 0;\n opacity: .4;\n border: none;\n min-height: 44px;\n margin-left: 10px;\n font-size: 0;\n}\n.toastify.dialogs .toast-undo-button.toast-close:before,\n.toastify.dialogs .toast-close.toast-close:before {\n background-image: url(${___CSS_LOADER_URL_REPLACEMENT_0___});\n content: \" \";\n filter: var(--background-invert-if-dark);\n display: inline-block;\n width: 16px;\n height: 16px;\n}\n.toastify.dialogs .toast-undo-button.toast-undo-button,\n.toastify.dialogs .toast-close.toast-undo-button {\n height: calc(100% - 6px);\n margin: 3px 3px 3px 12px;\n}\n.toastify.dialogs .toast-undo-button:hover,\n.toastify.dialogs .toast-undo-button:focus,\n.toastify.dialogs .toast-undo-button:active,\n.toastify.dialogs .toast-close:hover,\n.toastify.dialogs .toast-close:focus,\n.toastify.dialogs .toast-close:active {\n cursor: pointer;\n opacity: 1;\n}\n.toastify.dialogs.toastify-top {\n right: 10px;\n}\n.toastify.dialogs.toast-with-click {\n cursor: pointer;\n}\n.toastify.dialogs.toast-error {\n border-left: 3px solid var(--color-error);\n}\n.toastify.dialogs.toast-info {\n border-left: 3px solid var(--color-primary);\n}\n.toastify.dialogs.toast-warning {\n border-left: 3px solid var(--color-warning);\n}\n.toastify.dialogs.toast-success,\n.toastify.dialogs.toast-undo {\n border-left: 3px solid var(--color-success);\n}\n.theme--dark .toastify.dialogs .toast-close.toast-close:before {\n background-image: url(${___CSS_LOADER_URL_REPLACEMENT_1___});\n}\n._file-picker__file-icon_1vgv4_5 {\n width: 32px;\n height: 32px;\n min-width: 32px;\n min-height: 32px;\n background-repeat: no-repeat;\n background-size: contain;\n display: flex;\n justify-content: center;\n}\ntr.file-picker__row[data-v-6aded0d9] {\n height: var(--row-height, 50px);\n}\ntr.file-picker__row td[data-v-6aded0d9] {\n cursor: pointer;\n overflow: hidden;\n text-overflow: ellipsis;\n border-bottom: none;\n}\ntr.file-picker__row td[data-v-6aded0d9]:not(.row-checkbox) {\n padding-inline: 14px 0;\n}\ntr.file-picker__row td.row-size[data-v-6aded0d9] {\n text-align: end;\n padding-inline: 0 14px;\n}\ntr.file-picker__row td.row-name[data-v-6aded0d9] {\n padding-inline: 2px 0;\n}\n@keyframes gradient-6aded0d9 {\n 0% {\n background-position: 0% 50%;\n }\n 50% {\n background-position: 100% 50%;\n }\n to {\n background-position: 0% 50%;\n }\n}\n.loading-row .row-checkbox[data-v-6aded0d9] {\n text-align: center !important;\n}\n.loading-row span[data-v-6aded0d9] {\n display: inline-block;\n height: 24px;\n background: linear-gradient(to right, var(--color-background-darker), var(--color-text-maxcontrast), var(--color-background-darker));\n background-size: 600px 100%;\n border-radius: var(--border-radius);\n animation: gradient-6aded0d9 12s ease infinite;\n}\n.loading-row .row-wrapper[data-v-6aded0d9] {\n display: inline-flex;\n align-items: center;\n}\n.loading-row .row-checkbox span[data-v-6aded0d9] {\n width: 24px;\n}\n.loading-row .row-name span[data-v-6aded0d9]:last-of-type {\n margin-inline-start: 6px;\n width: 130px;\n}\n.loading-row .row-size span[data-v-6aded0d9] {\n width: 80px;\n}\n.loading-row .row-modified span[data-v-6aded0d9] {\n width: 90px;\n}\ntr.file-picker__row[data-v-ee6f34b5] {\n height: var(--row-height, 50px);\n}\ntr.file-picker__row td[data-v-ee6f34b5] {\n cursor: pointer;\n overflow: hidden;\n text-overflow: ellipsis;\n border-bottom: none;\n}\ntr.file-picker__row td[data-v-ee6f34b5]:not(.row-checkbox) {\n padding-inline: 14px 0;\n}\ntr.file-picker__row td.row-size[data-v-ee6f34b5] {\n text-align: end;\n padding-inline: 0 14px;\n}\ntr.file-picker__row td.row-name[data-v-ee6f34b5] {\n padding-inline: 2px 0;\n}\n.file-picker__row--selected[data-v-ee6f34b5] {\n background-color: var(--color-background-dark);\n}\n.file-picker__row[data-v-ee6f34b5]:hover {\n background-color: var(--color-background-hover);\n}\n.file-picker__name-container[data-v-ee6f34b5] {\n display: flex;\n justify-content: start;\n align-items: center;\n height: 100%;\n}\n.file-picker__file-name[data-v-ee6f34b5] {\n padding-inline-start: 6px;\n min-width: 0;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.file-picker__file-extension[data-v-ee6f34b5] {\n color: var(--color-text-maxcontrast);\n min-width: fit-content;\n}\n.file-picker__header-preview[data-v-4297db37] {\n width: 22px;\n height: 32px;\n flex: 0 0 auto;\n}\n.file-picker__files[data-v-4297db37] {\n margin: 2px;\n margin-inline-start: 12px;\n overflow: scroll auto;\n}\n.file-picker__files table[data-v-4297db37] {\n width: 100%;\n max-height: 100%;\n table-layout: fixed;\n}\n.file-picker__files th[data-v-4297db37] {\n position: -webkit-sticky;\n position: sticky;\n z-index: 1;\n top: 0;\n background-color: var(--color-main-background);\n padding: 2px;\n}\n.file-picker__files th .header-wrapper[data-v-4297db37] {\n display: flex;\n}\n.file-picker__files th.row-checkbox[data-v-4297db37] {\n width: 44px;\n}\n.file-picker__files th.row-name[data-v-4297db37] {\n width: 230px;\n}\n.file-picker__files th.row-size[data-v-4297db37] {\n width: 100px;\n}\n.file-picker__files th.row-modified[data-v-4297db37] {\n width: 120px;\n}\n.file-picker__files th[data-v-4297db37]:not(.row-size) .button-vue__wrapper {\n justify-content: start;\n flex-direction: row-reverse;\n}\n.file-picker__files th[data-v-4297db37]:not(.row-size) .button-vue {\n padding-inline: 16px 4px;\n}\n.file-picker__files th.row-size[data-v-4297db37] .button-vue__wrapper {\n justify-content: end;\n}\n.file-picker__files th[data-v-4297db37] .button-vue__wrapper {\n color: var(--color-text-maxcontrast);\n}\n.file-picker__files th[data-v-4297db37] .button-vue__wrapper .button-vue__text {\n font-weight: 400;\n}\n.file-picker__breadcrumbs[data-v-3bc9efa5] {\n flex-grow: 0 !important;\n}\n.file-picker__side[data-v-fcfd0f23] {\n display: flex;\n flex-direction: column;\n align-items: start;\n gap: .5rem;\n min-width: 200px;\n padding-block: 2px;\n overflow: auto;\n}\n.file-picker__side[data-v-fcfd0f23] .button-vue__wrapper {\n justify-content: start;\n}\n.file-picker__filter-input[data-v-fcfd0f23] {\n margin-block: 7px;\n max-width: 260px;\n}\n@media (max-width: 736px) {\n .file-picker__side[data-v-fcfd0f23] {\n flex-direction: row;\n min-width: unset;\n }\n}\n@media (max-width: 512px) {\n .file-picker__side[data-v-fcfd0f23] {\n flex-direction: row;\n min-width: unset;\n }\n .file-picker__filter-input[data-v-fcfd0f23] {\n max-width: unset;\n }\n}\n.file-picker__navigation {\n padding-inline: 2px;\n}\n.file-picker__navigation,\n.file-picker__navigation * {\n box-sizing: border-box;\n}\n.file-picker__navigation .v-select.select {\n min-width: 220px;\n}\n@media (min-width: 513px) and (max-width: 736px) {\n .file-picker__navigation {\n gap: 11px;\n }\n}\n@media (max-width: 512px) {\n .file-picker__navigation {\n flex-direction: column-reverse !important;\n }\n}\n.file-picker__view[data-v-86a13079] {\n height: 50px;\n display: flex;\n justify-content: start;\n align-items: center;\n}\n.file-picker__view h3[data-v-86a13079] {\n font-weight: 700;\n height: fit-content;\n margin: 0;\n}\n.file-picker__main[data-v-86a13079] {\n box-sizing: border-box;\n width: 100%;\n display: flex;\n flex-direction: column;\n min-height: 0;\n flex: 1;\n padding-inline: 2px;\n}\n.file-picker__main *[data-v-86a13079] {\n box-sizing: border-box;\n}\n[data-v-86a13079] .file-picker {\n height: min(80vh, 800px);\n}\n@media (max-width: 512px) {\n [data-v-86a13079] .file-picker {\n height: calc(100% - 16px - var(--default-clickable-area));\n }\n}\n[data-v-86a13079] .file-picker__content {\n display: flex;\n flex-direction: column;\n overflow: hidden;\n}\n`, \"\",{\"version\":3,\"sources\":[\"webpack://./node_modules/@nextcloud/dialogs/dist/style.css\"],\"names\":[],\"mappings\":\"AAAA,gBAAgB;AAChB;;;;;;;;;;;;;;;;;;;;EAoBE;AACF;EACE,gBAAgB;EAChB,gBAAgB;EAChB,8CAA8C;EAC9C,6BAA6B;EAC7B,6CAA6C;EAC7C,eAAe;EACf,gBAAgB;EAChB,eAAe;EACf,cAAc;EACd,mCAAmC;EACnC,aAAa;EACb,mBAAmB;AACrB;AACA;EACE,aAAa;EACb,mBAAmB;AACrB;AACA;;EAEE,gBAAgB;EAChB,gBAAgB;EAChB,sBAAsB;EACtB,eAAe;EACf,YAAY;EACZ,aAAa;EACb,mBAAmB;EACnB,4BAA4B;EAC5B,2BAA2B;EAC3B,6BAA6B;EAC7B,aAAa;AACf;AACA;;EAEE,cAAc;EACd,WAAW;EACX,YAAY;EACZ,gBAAgB;EAChB,iBAAiB;EACjB,YAAY;AACd;AACA;;EAEE,yDAAiR;EACjR,YAAY;EACZ,wCAAwC;EACxC,qBAAqB;EACrB,WAAW;EACX,YAAY;AACd;AACA;;EAEE,wBAAwB;EACxB,wBAAwB;AAC1B;AACA;;;;;;EAME,eAAe;EACf,UAAU;AACZ;AACA;EACE,WAAW;AACb;AACA;EACE,eAAe;AACjB;AACA;EACE,yCAAyC;AAC3C;AACA;EACE,2CAA2C;AAC7C;AACA;EACE,2CAA2C;AAC7C;AACA;;EAEE,2CAA2C;AAC7C;AACA;EACE,yDAAiU;AACnU;AACA;EACE,WAAW;EACX,YAAY;EACZ,eAAe;EACf,gBAAgB;EAChB,4BAA4B;EAC5B,wBAAwB;EACxB,aAAa;EACb,uBAAuB;AACzB;AACA;EACE,+BAA+B;AACjC;AACA;EACE,eAAe;EACf,gBAAgB;EAChB,uBAAuB;EACvB,mBAAmB;AACrB;AACA;EACE,sBAAsB;AACxB;AACA;EACE,eAAe;EACf,sBAAsB;AACxB;AACA;EACE,qBAAqB;AACvB;AACA;EACE;IACE,2BAA2B;EAC7B;EACA;IACE,6BAA6B;EAC/B;EACA;IACE,2BAA2B;EAC7B;AACF;AACA;EACE,6BAA6B;AAC/B;AACA;EACE,qBAAqB;EACrB,YAAY;EACZ,oIAAoI;EACpI,2BAA2B;EAC3B,mCAAmC;EACnC,8CAA8C;AAChD;AACA;EACE,oBAAoB;EACpB,mBAAmB;AACrB;AACA;EACE,WAAW;AACb;AACA;EACE,wBAAwB;EACxB,YAAY;AACd;AACA;EACE,WAAW;AACb;AACA;EACE,WAAW;AACb;AACA;EACE,+BAA+B;AACjC;AACA;EACE,eAAe;EACf,gBAAgB;EAChB,uBAAuB;EACvB,mBAAmB;AACrB;AACA;EACE,sBAAsB;AACxB;AACA;EACE,eAAe;EACf,sBAAsB;AACxB;AACA;EACE,qBAAqB;AACvB;AACA;EACE,8CAA8C;AAChD;AACA;EACE,+CAA+C;AACjD;AACA;EACE,aAAa;EACb,sBAAsB;EACtB,mBAAmB;EACnB,YAAY;AACd;AACA;EACE,yBAAyB;EACzB,YAAY;EACZ,gBAAgB;EAChB,uBAAuB;AACzB;AACA;EACE,oCAAoC;EACpC,sBAAsB;AACxB;AACA;EACE,WAAW;EACX,YAAY;EACZ,cAAc;AAChB;AACA;EACE,WAAW;EACX,yBAAyB;EACzB,qBAAqB;AACvB;AACA;EACE,WAAW;EACX,gBAAgB;EAChB,mBAAmB;AACrB;AACA;EACE,wBAAwB;EACxB,gBAAgB;EAChB,UAAU;EACV,MAAM;EACN,8CAA8C;EAC9C,YAAY;AACd;AACA;EACE,aAAa;AACf;AACA;EACE,WAAW;AACb;AACA;EACE,YAAY;AACd;AACA;EACE,YAAY;AACd;AACA;EACE,YAAY;AACd;AACA;EACE,sBAAsB;EACtB,2BAA2B;AAC7B;AACA;EACE,wBAAwB;AAC1B;AACA;EACE,oBAAoB;AACtB;AACA;EACE,oCAAoC;AACtC;AACA;EACE,gBAAgB;AAClB;AACA;EACE,uBAAuB;AACzB;AACA;EACE,aAAa;EACb,sBAAsB;EACtB,kBAAkB;EAClB,UAAU;EACV,gBAAgB;EAChB,kBAAkB;EAClB,cAAc;AAChB;AACA;EACE,sBAAsB;AACxB;AACA;EACE,iBAAiB;EACjB,gBAAgB;AAClB;AACA;EACE;IACE,mBAAmB;IACnB,gBAAgB;EAClB;AACF;AACA;EACE;IACE,mBAAmB;IACnB,gBAAgB;EAClB;EACA;IACE,gBAAgB;EAClB;AACF;AACA;EACE,mBAAmB;AACrB;AACA;;EAEE,sBAAsB;AACxB;AACA;EACE,gBAAgB;AAClB;AACA;EACE;IACE,SAAS;EACX;AACF;AACA;EACE;IACE,yCAAyC;EAC3C;AACF;AACA;EACE,YAAY;EACZ,aAAa;EACb,sBAAsB;EACtB,mBAAmB;AACrB;AACA;EACE,gBAAgB;EAChB,mBAAmB;EACnB,SAAS;AACX;AACA;EACE,sBAAsB;EACtB,WAAW;EACX,aAAa;EACb,sBAAsB;EACtB,aAAa;EACb,OAAO;EACP,mBAAmB;AACrB;AACA;EACE,sBAAsB;AACxB;AACA;EACE,wBAAwB;AAC1B;AACA;EACE;IACE,yDAAyD;EAC3D;AACF;AACA;EACE,aAAa;EACb,sBAAsB;EACtB,gBAAgB;AAClB\",\"sourcesContent\":[\"@charset \\\"UTF-8\\\";\\n/**\\n * @copyright Copyright (c) 2019 Julius Härtl \\n *\\n * @author Julius Härtl \\n * @author John Molakvoæ \\n *\\n * @license GNU AGPL version 3 or any later version\\n *\\n * This program is free software: you can redistribute it and/or modify\\n * it under the terms of the GNU Affero General Public License as\\n * published by the Free Software Foundation, either version 3 of the\\n * License, or (at your option) any later version.\\n *\\n * This program is distributed in the hope that it will be useful,\\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\\n * GNU Affero General Public License for more details.\\n *\\n * You should have received a copy of the GNU Affero General Public License\\n * along with this program. If not, see .\\n */\\n.toastify.dialogs {\\n min-width: 200px;\\n background: none;\\n background-color: var(--color-main-background);\\n color: var(--color-main-text);\\n box-shadow: 0 0 6px 0 var(--color-box-shadow);\\n padding: 0 12px;\\n margin-top: 45px;\\n position: fixed;\\n z-index: 10100;\\n border-radius: var(--border-radius);\\n display: flex;\\n align-items: center;\\n}\\n.toastify.dialogs .toast-undo-container {\\n display: flex;\\n align-items: center;\\n}\\n.toastify.dialogs .toast-undo-button,\\n.toastify.dialogs .toast-close {\\n position: static;\\n overflow: hidden;\\n box-sizing: border-box;\\n min-width: 44px;\\n height: 100%;\\n padding: 12px;\\n white-space: nowrap;\\n background-repeat: no-repeat;\\n background-position: center;\\n background-color: transparent;\\n min-height: 0;\\n}\\n.toastify.dialogs .toast-undo-button.toast-close,\\n.toastify.dialogs .toast-close.toast-close {\\n text-indent: 0;\\n opacity: .4;\\n border: none;\\n min-height: 44px;\\n margin-left: 10px;\\n font-size: 0;\\n}\\n.toastify.dialogs .toast-undo-button.toast-close:before,\\n.toastify.dialogs .toast-close.toast-close:before {\\n background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTYiIHdpZHRoPSIxNiI+CiAgPHBhdGggZD0iTTE0IDEyLjNMMTIuMyAxNCA4IDkuNyAzLjcgMTQgMiAxMi4zIDYuMyA4IDIgMy43IDMuNyAyIDggNi4zIDEyLjMgMiAxNCAzLjcgOS43IDh6Ii8+Cjwvc3ZnPgo=);\\n content: \\\" \\\";\\n filter: var(--background-invert-if-dark);\\n display: inline-block;\\n width: 16px;\\n height: 16px;\\n}\\n.toastify.dialogs .toast-undo-button.toast-undo-button,\\n.toastify.dialogs .toast-close.toast-undo-button {\\n height: calc(100% - 6px);\\n margin: 3px 3px 3px 12px;\\n}\\n.toastify.dialogs .toast-undo-button:hover,\\n.toastify.dialogs .toast-undo-button:focus,\\n.toastify.dialogs .toast-undo-button:active,\\n.toastify.dialogs .toast-close:hover,\\n.toastify.dialogs .toast-close:focus,\\n.toastify.dialogs .toast-close:active {\\n cursor: pointer;\\n opacity: 1;\\n}\\n.toastify.dialogs.toastify-top {\\n right: 10px;\\n}\\n.toastify.dialogs.toast-with-click {\\n cursor: pointer;\\n}\\n.toastify.dialogs.toast-error {\\n border-left: 3px solid var(--color-error);\\n}\\n.toastify.dialogs.toast-info {\\n border-left: 3px solid var(--color-primary);\\n}\\n.toastify.dialogs.toast-warning {\\n border-left: 3px solid var(--color-warning);\\n}\\n.toastify.dialogs.toast-success,\\n.toastify.dialogs.toast-undo {\\n border-left: 3px solid var(--color-success);\\n}\\n.theme--dark .toastify.dialogs .toast-close.toast-close:before {\\n background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTYiIHdpZHRoPSIxNiI+CiAgPHBhdGggZD0iTTE0IDEyLjNMMTIuMyAxNCA4IDkuNyAzLjcgMTQgMiAxMi4zIDYuMyA4IDIgMy43IDMuNyAyIDggNi4zIDEyLjMgMiAxNCAzLjcgOS43IDh6IiBzdHlsZT0iZmlsbC1vcGFjaXR5OjE7ZmlsbDojZmZmZmZmIi8+Cjwvc3ZnPgo=);\\n}\\n._file-picker__file-icon_1vgv4_5 {\\n width: 32px;\\n height: 32px;\\n min-width: 32px;\\n min-height: 32px;\\n background-repeat: no-repeat;\\n background-size: contain;\\n display: flex;\\n justify-content: center;\\n}\\ntr.file-picker__row[data-v-6aded0d9] {\\n height: var(--row-height, 50px);\\n}\\ntr.file-picker__row td[data-v-6aded0d9] {\\n cursor: pointer;\\n overflow: hidden;\\n text-overflow: ellipsis;\\n border-bottom: none;\\n}\\ntr.file-picker__row td[data-v-6aded0d9]:not(.row-checkbox) {\\n padding-inline: 14px 0;\\n}\\ntr.file-picker__row td.row-size[data-v-6aded0d9] {\\n text-align: end;\\n padding-inline: 0 14px;\\n}\\ntr.file-picker__row td.row-name[data-v-6aded0d9] {\\n padding-inline: 2px 0;\\n}\\n@keyframes gradient-6aded0d9 {\\n 0% {\\n background-position: 0% 50%;\\n }\\n 50% {\\n background-position: 100% 50%;\\n }\\n to {\\n background-position: 0% 50%;\\n }\\n}\\n.loading-row .row-checkbox[data-v-6aded0d9] {\\n text-align: center !important;\\n}\\n.loading-row span[data-v-6aded0d9] {\\n display: inline-block;\\n height: 24px;\\n background: linear-gradient(to right, var(--color-background-darker), var(--color-text-maxcontrast), var(--color-background-darker));\\n background-size: 600px 100%;\\n border-radius: var(--border-radius);\\n animation: gradient-6aded0d9 12s ease infinite;\\n}\\n.loading-row .row-wrapper[data-v-6aded0d9] {\\n display: inline-flex;\\n align-items: center;\\n}\\n.loading-row .row-checkbox span[data-v-6aded0d9] {\\n width: 24px;\\n}\\n.loading-row .row-name span[data-v-6aded0d9]:last-of-type {\\n margin-inline-start: 6px;\\n width: 130px;\\n}\\n.loading-row .row-size span[data-v-6aded0d9] {\\n width: 80px;\\n}\\n.loading-row .row-modified span[data-v-6aded0d9] {\\n width: 90px;\\n}\\ntr.file-picker__row[data-v-ee6f34b5] {\\n height: var(--row-height, 50px);\\n}\\ntr.file-picker__row td[data-v-ee6f34b5] {\\n cursor: pointer;\\n overflow: hidden;\\n text-overflow: ellipsis;\\n border-bottom: none;\\n}\\ntr.file-picker__row td[data-v-ee6f34b5]:not(.row-checkbox) {\\n padding-inline: 14px 0;\\n}\\ntr.file-picker__row td.row-size[data-v-ee6f34b5] {\\n text-align: end;\\n padding-inline: 0 14px;\\n}\\ntr.file-picker__row td.row-name[data-v-ee6f34b5] {\\n padding-inline: 2px 0;\\n}\\n.file-picker__row--selected[data-v-ee6f34b5] {\\n background-color: var(--color-background-dark);\\n}\\n.file-picker__row[data-v-ee6f34b5]:hover {\\n background-color: var(--color-background-hover);\\n}\\n.file-picker__name-container[data-v-ee6f34b5] {\\n display: flex;\\n justify-content: start;\\n align-items: center;\\n height: 100%;\\n}\\n.file-picker__file-name[data-v-ee6f34b5] {\\n padding-inline-start: 6px;\\n min-width: 0;\\n overflow: hidden;\\n text-overflow: ellipsis;\\n}\\n.file-picker__file-extension[data-v-ee6f34b5] {\\n color: var(--color-text-maxcontrast);\\n min-width: fit-content;\\n}\\n.file-picker__header-preview[data-v-4297db37] {\\n width: 22px;\\n height: 32px;\\n flex: 0 0 auto;\\n}\\n.file-picker__files[data-v-4297db37] {\\n margin: 2px;\\n margin-inline-start: 12px;\\n overflow: scroll auto;\\n}\\n.file-picker__files table[data-v-4297db37] {\\n width: 100%;\\n max-height: 100%;\\n table-layout: fixed;\\n}\\n.file-picker__files th[data-v-4297db37] {\\n position: -webkit-sticky;\\n position: sticky;\\n z-index: 1;\\n top: 0;\\n background-color: var(--color-main-background);\\n padding: 2px;\\n}\\n.file-picker__files th .header-wrapper[data-v-4297db37] {\\n display: flex;\\n}\\n.file-picker__files th.row-checkbox[data-v-4297db37] {\\n width: 44px;\\n}\\n.file-picker__files th.row-name[data-v-4297db37] {\\n width: 230px;\\n}\\n.file-picker__files th.row-size[data-v-4297db37] {\\n width: 100px;\\n}\\n.file-picker__files th.row-modified[data-v-4297db37] {\\n width: 120px;\\n}\\n.file-picker__files th[data-v-4297db37]:not(.row-size) .button-vue__wrapper {\\n justify-content: start;\\n flex-direction: row-reverse;\\n}\\n.file-picker__files th[data-v-4297db37]:not(.row-size) .button-vue {\\n padding-inline: 16px 4px;\\n}\\n.file-picker__files th.row-size[data-v-4297db37] .button-vue__wrapper {\\n justify-content: end;\\n}\\n.file-picker__files th[data-v-4297db37] .button-vue__wrapper {\\n color: var(--color-text-maxcontrast);\\n}\\n.file-picker__files th[data-v-4297db37] .button-vue__wrapper .button-vue__text {\\n font-weight: 400;\\n}\\n.file-picker__breadcrumbs[data-v-3bc9efa5] {\\n flex-grow: 0 !important;\\n}\\n.file-picker__side[data-v-fcfd0f23] {\\n display: flex;\\n flex-direction: column;\\n align-items: start;\\n gap: .5rem;\\n min-width: 200px;\\n padding-block: 2px;\\n overflow: auto;\\n}\\n.file-picker__side[data-v-fcfd0f23] .button-vue__wrapper {\\n justify-content: start;\\n}\\n.file-picker__filter-input[data-v-fcfd0f23] {\\n margin-block: 7px;\\n max-width: 260px;\\n}\\n@media (max-width: 736px) {\\n .file-picker__side[data-v-fcfd0f23] {\\n flex-direction: row;\\n min-width: unset;\\n }\\n}\\n@media (max-width: 512px) {\\n .file-picker__side[data-v-fcfd0f23] {\\n flex-direction: row;\\n min-width: unset;\\n }\\n .file-picker__filter-input[data-v-fcfd0f23] {\\n max-width: unset;\\n }\\n}\\n.file-picker__navigation {\\n padding-inline: 2px;\\n}\\n.file-picker__navigation,\\n.file-picker__navigation * {\\n box-sizing: border-box;\\n}\\n.file-picker__navigation .v-select.select {\\n min-width: 220px;\\n}\\n@media (min-width: 513px) and (max-width: 736px) {\\n .file-picker__navigation {\\n gap: 11px;\\n }\\n}\\n@media (max-width: 512px) {\\n .file-picker__navigation {\\n flex-direction: column-reverse !important;\\n }\\n}\\n.file-picker__view[data-v-86a13079] {\\n height: 50px;\\n display: flex;\\n justify-content: start;\\n align-items: center;\\n}\\n.file-picker__view h3[data-v-86a13079] {\\n font-weight: 700;\\n height: fit-content;\\n margin: 0;\\n}\\n.file-picker__main[data-v-86a13079] {\\n box-sizing: border-box;\\n width: 100%;\\n display: flex;\\n flex-direction: column;\\n min-height: 0;\\n flex: 1;\\n padding-inline: 2px;\\n}\\n.file-picker__main *[data-v-86a13079] {\\n box-sizing: border-box;\\n}\\n[data-v-86a13079] .file-picker {\\n height: min(80vh, 800px);\\n}\\n@media (max-width: 512px) {\\n [data-v-86a13079] .file-picker {\\n height: calc(100% - 16px - var(--default-clickable-area));\\n }\\n}\\n[data-v-86a13079] .file-picker__content {\\n display: flex;\\n flex-direction: column;\\n overflow: hidden;\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.upload-picker[data-v-f09fb109] {\n display: inline-flex;\n align-items: center;\n height: 44px;\n}\n.upload-picker__progress[data-v-f09fb109] {\n width: 200px;\n max-width: 0;\n transition: max-width var(--animation-quick) ease-in-out;\n margin-top: 8px;\n}\n.upload-picker__progress p[data-v-f09fb109] {\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis;\n}\n.upload-picker--uploading .upload-picker__progress[data-v-f09fb109] {\n max-width: 200px;\n margin-right: 20px;\n margin-left: 8px;\n}\n.upload-picker--paused .upload-picker__progress[data-v-f09fb109] {\n animation: breathing-f09fb109 3s ease-out infinite normal;\n}\n@keyframes breathing-f09fb109 {\n 0% {\n opacity: .5;\n }\n 25% {\n opacity: 1;\n }\n 60% {\n opacity: .5;\n }\n to {\n opacity: .5;\n }\n}\n`, \"\",{\"version\":3,\"sources\":[\"webpack://./node_modules/@nextcloud/upload/dist/assets/index-f2495ce6.css\"],\"names\":[],\"mappings\":\"AAAA;EACE,oBAAoB;EACpB,mBAAmB;EACnB,YAAY;AACd;AACA;EACE,YAAY;EACZ,YAAY;EACZ,wDAAwD;EACxD,eAAe;AACjB;AACA;EACE,gBAAgB;EAChB,mBAAmB;EACnB,uBAAuB;AACzB;AACA;EACE,gBAAgB;EAChB,kBAAkB;EAClB,gBAAgB;AAClB;AACA;EACE,yDAAyD;AAC3D;AACA;EACE;IACE,WAAW;EACb;EACA;IACE,UAAU;EACZ;EACA;IACE,WAAW;EACb;EACA;IACE,WAAW;EACb;AACF\",\"sourcesContent\":[\".upload-picker[data-v-f09fb109] {\\n display: inline-flex;\\n align-items: center;\\n height: 44px;\\n}\\n.upload-picker__progress[data-v-f09fb109] {\\n width: 200px;\\n max-width: 0;\\n transition: max-width var(--animation-quick) ease-in-out;\\n margin-top: 8px;\\n}\\n.upload-picker__progress p[data-v-f09fb109] {\\n overflow: hidden;\\n white-space: nowrap;\\n text-overflow: ellipsis;\\n}\\n.upload-picker--uploading .upload-picker__progress[data-v-f09fb109] {\\n max-width: 200px;\\n margin-right: 20px;\\n margin-left: 8px;\\n}\\n.upload-picker--paused .upload-picker__progress[data-v-f09fb109] {\\n animation: breathing-f09fb109 3s ease-out infinite normal;\\n}\\n@keyframes breathing-f09fb109 {\\n 0% {\\n opacity: .5;\\n }\\n 25% {\\n opacity: 1;\\n }\\n 60% {\\n opacity: .5;\\n }\\n to {\\n opacity: .5;\\n }\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.breadcrumb[data-v-2af35352]{flex:1 1 100% !important;width:100%}.breadcrumb[data-v-2af35352] a{cursor:pointer !important}`, \"\",{\"version\":3,\"sources\":[\"webpack://./apps/files/src/components/BreadCrumbs.vue\"],\"names\":[],\"mappings\":\"AACA,6BAEC,wBAAA,CACA,UAAA,CAEA,+BACC,yBAAA\",\"sourcesContent\":[\"\\n.breadcrumb {\\n\\t// Take as much space as possible\\n\\tflex: 1 1 100% !important;\\n\\twidth: 100%;\\n\\n\\t::v-deep a {\\n\\t\\tcursor: pointer !important;\\n\\t}\\n}\\n\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.files-list__drag-drop-notice[data-v-7e0e423e]{display:flex;align-items:center;justify-content:center;width:100%;min-height:113px;margin:0;user-select:none;color:var(--color-text-maxcontrast);background-color:var(--color-main-background);border-color:#000}.files-list__drag-drop-notice h3[data-v-7e0e423e]{margin-left:16px;color:inherit}.files-list__drag-drop-notice-wrapper[data-v-7e0e423e]{display:flex;align-items:center;justify-content:center;height:15vh;max-height:70%;padding:0 5vw;border:2px var(--color-border-dark) dashed;border-radius:var(--border-radius-large)}`, \"\",{\"version\":3,\"sources\":[\"webpack://./apps/files/src/components/DragAndDropNotice.vue\"],\"names\":[],\"mappings\":\"AACA,+CACC,YAAA,CACA,kBAAA,CACA,sBAAA,CACA,UAAA,CAEA,gBAAA,CACA,QAAA,CACA,gBAAA,CACA,mCAAA,CACA,6CAAA,CACA,iBAAA,CAEA,kDACC,gBAAA,CACA,aAAA,CAGD,uDACC,YAAA,CACA,kBAAA,CACA,sBAAA,CACA,WAAA,CACA,cAAA,CACA,aAAA,CACA,0CAAA,CACA,wCAAA\",\"sourcesContent\":[\"\\n.files-list__drag-drop-notice {\\n\\tdisplay: flex;\\n\\talign-items: center;\\n\\tjustify-content: center;\\n\\twidth: 100%;\\n\\t// Breadcrumbs height + row thead height\\n\\tmin-height: calc(58px + 55px);\\n\\tmargin: 0;\\n\\tuser-select: none;\\n\\tcolor: var(--color-text-maxcontrast);\\n\\tbackground-color: var(--color-main-background);\\n\\tborder-color: black;\\n\\n\\th3 {\\n\\t\\tmargin-left: 16px;\\n\\t\\tcolor: inherit;\\n\\t}\\n\\n\\t&-wrapper {\\n\\t\\tdisplay: flex;\\n\\t\\talign-items: center;\\n\\t\\tjustify-content: center;\\n\\t\\theight: 15vh;\\n\\t\\tmax-height: 70%;\\n\\t\\tpadding: 0 5vw;\\n\\t\\tborder: 2px var(--color-border-dark) dashed;\\n\\t\\tborder-radius: var(--border-radius-large);\\n\\t}\\n}\\n\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.files-list-drag-image{position:absolute;top:-9999px;left:-9999px;display:flex;overflow:hidden;align-items:center;height:44px;padding:6px 12px;background:var(--color-main-background)}.files-list-drag-image__icon,.files-list-drag-image .files-list__row-icon{display:flex;overflow:hidden;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--border-radius)}.files-list-drag-image__icon{overflow:visible;margin-right:12px}.files-list-drag-image__icon img{max-width:100%;max-height:100%}.files-list-drag-image__icon .material-design-icon{color:var(--color-text-maxcontrast)}.files-list-drag-image__icon .material-design-icon.folder-icon{color:var(--color-primary-element)}.files-list-drag-image__icon>span{display:flex}.files-list-drag-image__icon>span .files-list__row-icon+.files-list__row-icon{margin-top:6px;margin-left:-26px}.files-list-drag-image__icon>span .files-list__row-icon+.files-list__row-icon+.files-list__row-icon{margin-top:12px}.files-list-drag-image__icon>span:not(:empty)+*{display:none}.files-list-drag-image__name{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}`, \"\",{\"version\":3,\"sources\":[\"webpack://./apps/files/src/components/DragAndDropPreview.vue\"],\"names\":[],\"mappings\":\"AAIA,uBACC,iBAAA,CACA,WAAA,CACA,YAAA,CACA,YAAA,CACA,eAAA,CACA,kBAAA,CACA,WAAA,CACA,gBAAA,CACA,uCAAA,CAEA,0EAEC,YAAA,CACA,eAAA,CACA,kBAAA,CACA,sBAAA,CACA,UAAA,CACA,WAAA,CACA,kCAAA,CAGD,6BACC,gBAAA,CACA,iBAAA,CAEA,iCACC,cAAA,CACA,eAAA,CAGD,mDACC,mCAAA,CACA,+DACC,kCAAA,CAKF,kCACC,YAAA,CAGA,8EACC,cA9CU,CA+CV,iBAAA,CACA,oGACC,eAAA,CAKF,gDACC,YAAA,CAKH,6BACC,eAAA,CACA,kBAAA,CACA,sBAAA\",\"sourcesContent\":[\"\\n$size: 32px;\\n$stack-shift: 6px;\\n\\n.files-list-drag-image {\\n\\tposition: absolute;\\n\\ttop: -9999px;\\n\\tleft: -9999px;\\n\\tdisplay: flex;\\n\\toverflow: hidden;\\n\\talign-items: center;\\n\\theight: 44px;\\n\\tpadding: 6px 12px;\\n\\tbackground: var(--color-main-background);\\n\\n\\t&__icon,\\n\\t.files-list__row-icon {\\n\\t\\tdisplay: flex;\\n\\t\\toverflow: hidden;\\n\\t\\talign-items: center;\\n\\t\\tjustify-content: center;\\n\\t\\twidth: 32px;\\n\\t\\theight: 32px;\\n\\t\\tborder-radius: var(--border-radius);\\n\\t}\\n\\n\\t&__icon {\\n\\t\\toverflow: visible;\\n\\t\\tmargin-right: 12px;\\n\\n\\t\\timg {\\n\\t\\t\\tmax-width: 100%;\\n\\t\\t\\tmax-height: 100%;\\n\\t\\t}\\n\\n\\t\\t.material-design-icon {\\n\\t\\t\\tcolor: var(--color-text-maxcontrast);\\n\\t\\t\\t&.folder-icon {\\n\\t\\t\\t\\tcolor: var(--color-primary-element);\\n\\t\\t\\t}\\n\\t\\t}\\n\\n\\t\\t// Previews container\\n\\t\\t> span {\\n\\t\\t\\tdisplay: flex;\\n\\n\\t\\t\\t// Stack effect if more than one element\\n\\t\\t\\t.files-list__row-icon + .files-list__row-icon {\\n\\t\\t\\t\\tmargin-top: $stack-shift;\\n\\t\\t\\t\\tmargin-left: $stack-shift - $size;\\n\\t\\t\\t\\t& + .files-list__row-icon {\\n\\t\\t\\t\\t\\tmargin-top: $stack-shift * 2;\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t\\t// If we have manually clone the preview,\\n\\t\\t\\t// let's hide any fallback icons\\n\\t\\t\\t&:not(:empty) + * {\\n\\t\\t\\t\\tdisplay: none;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n\\n\\t&__name {\\n\\t\\toverflow: hidden;\\n\\t\\twhite-space: nowrap;\\n\\t\\ttext-overflow: ellipsis;\\n\\t}\\n}\\n\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.favorite-marker-icon[data-v-04e52abc]{color:#a08b00;min-width:unset !important;min-height:unset !important}.favorite-marker-icon[data-v-04e52abc] svg{width:26px !important;height:26px !important;max-width:unset !important;max-height:unset !important}.favorite-marker-icon[data-v-04e52abc] svg path{stroke:var(--color-main-background);stroke-width:8px;stroke-linejoin:round;paint-order:stroke}`, \"\",{\"version\":3,\"sources\":[\"webpack://./apps/files/src/components/FileEntry/FavoriteIcon.vue\"],\"names\":[],\"mappings\":\"AACA,uCACC,aAAA,CAEA,0BAAA,CACG,2BAAA,CAGF,4CAEC,qBAAA,CACA,sBAAA,CAGA,0BAAA,CACA,2BAAA,CAGA,iDACC,mCAAA,CACA,gBAAA,CACA,qBAAA,CACA,kBAAA\",\"sourcesContent\":[\"\\n.favorite-marker-icon {\\n\\tcolor: #a08b00;\\n\\t// Override NcIconSvgWrapper defaults (clickable area)\\n\\tmin-width: unset !important;\\n min-height: unset !important;\\n\\n\\t:deep() {\\n\\t\\tsvg {\\n\\t\\t\\t// We added a stroke for a11y so we must increase the size to include the stroke\\n\\t\\t\\twidth: 26px !important;\\n\\t\\t\\theight: 26px !important;\\n\\n\\t\\t\\t// Override NcIconSvgWrapper defaults of 20px\\n\\t\\t\\tmax-width: unset !important;\\n\\t\\t\\tmax-height: unset !important;\\n\\n\\t\\t\\t// Sow a border around the icon for better contrast\\n\\t\\t\\tpath {\\n\\t\\t\\t\\tstroke: var(--color-main-background);\\n\\t\\t\\t\\tstroke-width: 8px;\\n\\t\\t\\t\\tstroke-linejoin: round;\\n\\t\\t\\t\\tpaint-order: stroke;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `[data-v-6dd8d639] .button-vue--icon-and-text .button-vue__text{color:var(--color-primary-element)}[data-v-6dd8d639] .button-vue--icon-and-text .button-vue__icon{color:var(--color-primary-element)}`, \"\",{\"version\":3,\"sources\":[\"webpack://./apps/files/src/components/FileEntry/FileEntryActions.vue\"],\"names\":[],\"mappings\":\"AAGC,+DACC,kCAAA,CAED,+DACC,kCAAA\",\"sourcesContent\":[\"\\n\\n:deep(.button-vue--icon-and-text, .files-list__row-action-sharing-status) {\\n\\t.button-vue__text {\\n\\t\\tcolor: var(--color-primary-element);\\n\\t}\\n\\t.button-vue__icon {\\n\\t\\tcolor: var(--color-primary-element);\\n\\t}\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `tr[data-v-58f7b64d]{margin-bottom:300px;border-top:1px solid var(--color-border);background-color:rgba(0,0,0,0) !important;border-bottom:none !important}tr td[data-v-58f7b64d]{user-select:none;color:var(--color-text-maxcontrast) !important}`, \"\",{\"version\":3,\"sources\":[\"webpack://./apps/files/src/components/FilesListTableFooter.vue\"],\"names\":[],\"mappings\":\"AAEA,oBACC,mBAAA,CACA,wCAAA,CAEA,yCAAA,CACA,6BAAA,CAEA,uBACC,gBAAA,CAEA,8CAAA\",\"sourcesContent\":[\"\\n// Scoped row\\ntr {\\n\\tmargin-bottom: 300px;\\n\\tborder-top: 1px solid var(--color-border);\\n\\t// Prevent hover effect on the whole row\\n\\tbackground-color: transparent !important;\\n\\tborder-bottom: none !important;\\n\\n\\ttd {\\n\\t\\tuser-select: none;\\n\\t\\t// Make sure the cell colors don't apply to column headers\\n\\t\\tcolor: var(--color-text-maxcontrast) !important;\\n\\t}\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.files-list__column[data-v-585fdb03]{user-select:none;color:var(--color-text-maxcontrast) !important}.files-list__column--sortable[data-v-585fdb03]{cursor:pointer}`, \"\",{\"version\":3,\"sources\":[\"webpack://./apps/files/src/components/FilesListTableHeader.vue\"],\"names\":[],\"mappings\":\"AACA,qCACC,gBAAA,CAEA,8CAAA,CAEA,+CACC,cAAA\",\"sourcesContent\":[\"\\n.files-list__column {\\n\\tuser-select: none;\\n\\t// Make sure the cell colors don't apply to column headers\\n\\tcolor: var(--color-text-maxcontrast) !important;\\n\\n\\t&--sortable {\\n\\t\\tcursor: pointer;\\n\\t}\\n}\\n\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.files-list__row-actions-batch[data-v-72bacee0]{flex:1 1 100% !important}.files-list__row-actions-batch[data-v-72bacee0] .button-vue__wrapper{width:100%}.files-list__row-actions-batch[data-v-72bacee0] .button-vue__wrapper span.button-vue__text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}`, \"\",{\"version\":3,\"sources\":[\"webpack://./apps/files/src/components/FilesListTableHeaderActions.vue\"],\"names\":[],\"mappings\":\"AACA,gDACC,wBAAA,CAGA,qEACC,UAAA,CACA,2FACC,eAAA,CACA,sBAAA,CACA,kBAAA\",\"sourcesContent\":[\"\\n.files-list__row-actions-batch {\\n\\tflex: 1 1 100% !important;\\n\\n\\t// Remove when https://github.com/nextcloud/nextcloud-vue/pull/3936 is merged\\n\\t::v-deep .button-vue__wrapper {\\n\\t\\twidth: 100%;\\n\\t\\tspan.button-vue__text {\\n\\t\\t\\toverflow: hidden;\\n\\t\\t\\ttext-overflow: ellipsis;\\n\\t\\t\\twhite-space: nowrap;\\n\\t\\t}\\n\\t}\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.files-list__column-sort-button[data-v-2dd1845e]{margin:0 calc(var(--cell-margin)*-1);min-width:calc(100% - 3*var(--cell-margin)) !important}.files-list__column-sort-button-text[data-v-2dd1845e]{color:var(--color-text-maxcontrast);font-weight:normal}.files-list__column-sort-button-icon[data-v-2dd1845e]{color:var(--color-text-maxcontrast);opacity:0;transition:opacity var(--animation-quick);inset-inline-start:-10px}.files-list__column-sort-button--size .files-list__column-sort-button-icon[data-v-2dd1845e]{inset-inline-start:10px}.files-list__column-sort-button--active .files-list__column-sort-button-icon[data-v-2dd1845e],.files-list__column-sort-button:hover .files-list__column-sort-button-icon[data-v-2dd1845e],.files-list__column-sort-button:focus .files-list__column-sort-button-icon[data-v-2dd1845e],.files-list__column-sort-button:active .files-list__column-sort-button-icon[data-v-2dd1845e]{opacity:1}`, \"\",{\"version\":3,\"sources\":[\"webpack://./apps/files/src/components/FilesListTableHeaderButton.vue\"],\"names\":[],\"mappings\":\"AACA,iDAEC,oCAAA,CACA,sDAAA,CAEA,sDACC,mCAAA,CACA,kBAAA,CAGD,sDACC,mCAAA,CACA,SAAA,CACA,yCAAA,CACA,wBAAA,CAGD,4FACC,uBAAA,CAGD,mXAIC,SAAA\",\"sourcesContent\":[\"\\n.files-list__column-sort-button {\\n\\t// Compensate for cells margin\\n\\tmargin: 0 calc(var(--cell-margin) * -1);\\n\\tmin-width: calc(100% - 3 * var(--cell-margin))!important;\\n\\n\\t&-text {\\n\\t\\tcolor: var(--color-text-maxcontrast);\\n\\t\\tfont-weight: normal;\\n\\t}\\n\\n\\t&-icon {\\n\\t\\tcolor: var(--color-text-maxcontrast);\\n\\t\\topacity: 0;\\n\\t\\ttransition: opacity var(--animation-quick);\\n\\t\\tinset-inline-start: -10px;\\n\\t}\\n\\n\\t&--size &-icon {\\n\\t\\tinset-inline-start: 10px;\\n\\t}\\n\\n\\t&--active &-icon,\\n\\t&:hover &-icon,\\n\\t&:focus &-icon,\\n\\t&:active &-icon {\\n\\t\\topacity: 1;\\n\\t}\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.files-list[data-v-e3bf0e42]{--row-height: 55px;--cell-margin: 14px;--checkbox-padding: calc((var(--row-height) - var(--checkbox-size)) / 2);--checkbox-size: 24px;--clickable-area: 44px;--icon-preview-size: 32px;overflow:auto;height:100%;will-change:scroll-position}.files-list[data-v-e3bf0e42] tbody{will-change:padding;contain:layout paint style;display:flex;flex-direction:column;width:100%;position:relative}.files-list[data-v-e3bf0e42] tbody tr{contain:strict}.files-list[data-v-e3bf0e42] tbody tr:hover,.files-list[data-v-e3bf0e42] tbody tr:focus{background-color:var(--color-background-dark)}.files-list[data-v-e3bf0e42] .files-list__before{display:flex;flex-direction:column}.files-list[data-v-e3bf0e42] .files-list__table{display:block}.files-list[data-v-e3bf0e42] .files-list__thead,.files-list[data-v-e3bf0e42] .files-list__tfoot{display:flex;flex-direction:column;width:100%;background-color:var(--color-main-background)}.files-list[data-v-e3bf0e42] .files-list__thead{position:sticky;z-index:10;top:0}.files-list[data-v-e3bf0e42] .files-list__tfoot{min-height:300px}.files-list[data-v-e3bf0e42] tr{position:relative;display:flex;align-items:center;width:100%;user-select:none;border-bottom:1px solid var(--color-border);box-sizing:border-box;user-select:none;height:var(--row-height)}.files-list[data-v-e3bf0e42] td,.files-list[data-v-e3bf0e42] th{display:flex;align-items:center;flex:0 0 auto;justify-content:left;width:var(--row-height);height:var(--row-height);margin:0;padding:0;color:var(--color-text-maxcontrast);border:none}.files-list[data-v-e3bf0e42] td span,.files-list[data-v-e3bf0e42] th span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.files-list[data-v-e3bf0e42] .files-list__row--failed{position:absolute;display:block;top:0;left:0;right:0;bottom:0;opacity:.1;z-index:-1;background:var(--color-error)}.files-list[data-v-e3bf0e42] .files-list__row-checkbox{justify-content:center}.files-list[data-v-e3bf0e42] .files-list__row-checkbox .checkbox-radio-switch{display:flex;justify-content:center;--icon-size: var(--checkbox-size)}.files-list[data-v-e3bf0e42] .files-list__row-checkbox .checkbox-radio-switch label.checkbox-radio-switch__label{width:var(--clickable-area);height:var(--clickable-area);margin:0;padding:calc((var(--clickable-area) - var(--checkbox-size))/2)}.files-list[data-v-e3bf0e42] .files-list__row-checkbox .checkbox-radio-switch .checkbox-radio-switch__icon{margin:0 !important}.files-list[data-v-e3bf0e42] .files-list__row:hover,.files-list[data-v-e3bf0e42] .files-list__row:focus,.files-list[data-v-e3bf0e42] .files-list__row:active,.files-list[data-v-e3bf0e42] .files-list__row--active,.files-list[data-v-e3bf0e42] .files-list__row--dragover{background-color:var(--color-background-hover);--color-text-maxcontrast: var(--color-main-text)}.files-list[data-v-e3bf0e42] .files-list__row:hover>*,.files-list[data-v-e3bf0e42] .files-list__row:focus>*,.files-list[data-v-e3bf0e42] .files-list__row:active>*,.files-list[data-v-e3bf0e42] .files-list__row--active>*,.files-list[data-v-e3bf0e42] .files-list__row--dragover>*{--color-border: var(--color-border-dark)}.files-list[data-v-e3bf0e42] .files-list__row:hover .favorite-marker-icon svg path,.files-list[data-v-e3bf0e42] .files-list__row:focus .favorite-marker-icon svg path,.files-list[data-v-e3bf0e42] .files-list__row:active .favorite-marker-icon svg path,.files-list[data-v-e3bf0e42] .files-list__row--active .favorite-marker-icon svg path,.files-list[data-v-e3bf0e42] .files-list__row--dragover .favorite-marker-icon svg path{stroke:var(--color-background-hover)}.files-list[data-v-e3bf0e42] .files-list__row--dragover *{pointer-events:none}.files-list[data-v-e3bf0e42] .files-list__row-icon{position:relative;display:flex;overflow:visible;align-items:center;flex:0 0 var(--icon-preview-size);justify-content:center;width:var(--icon-preview-size);height:100%;margin-right:var(--checkbox-padding);color:var(--color-primary-element)}.files-list[data-v-e3bf0e42] .files-list__row-icon *{cursor:pointer}.files-list[data-v-e3bf0e42] .files-list__row-icon>span{justify-content:flex-start}.files-list[data-v-e3bf0e42] .files-list__row-icon>span:not(.files-list__row-icon-favorite) svg{width:var(--icon-preview-size);height:var(--icon-preview-size)}.files-list[data-v-e3bf0e42] .files-list__row-icon>span.folder-icon,.files-list[data-v-e3bf0e42] .files-list__row-icon>span.folder-open-icon{margin:-3px}.files-list[data-v-e3bf0e42] .files-list__row-icon>span.folder-icon svg,.files-list[data-v-e3bf0e42] .files-list__row-icon>span.folder-open-icon svg{width:calc(var(--icon-preview-size) + 6px);height:calc(var(--icon-preview-size) + 6px)}.files-list[data-v-e3bf0e42] .files-list__row-icon-preview{overflow:hidden;width:var(--icon-preview-size);height:var(--icon-preview-size);border-radius:var(--border-radius);object-fit:contain;object-position:center}.files-list[data-v-e3bf0e42] .files-list__row-icon-preview:not(.files-list__row-icon-preview--loaded){background:var(--color-loading-dark)}.files-list[data-v-e3bf0e42] .files-list__row-icon-favorite{position:absolute;top:0px;right:-10px}.files-list[data-v-e3bf0e42] .files-list__row-icon-overlay{position:absolute;max-height:calc(var(--icon-preview-size)*.5);max-width:calc(var(--icon-preview-size)*.5);color:var(--color-primary-element-text);margin-top:2px}.files-list[data-v-e3bf0e42] .files-list__row-icon-overlay--file{color:var(--color-main-text);background:var(--color-main-background);border-radius:100%}.files-list[data-v-e3bf0e42] .files-list__row-name{overflow:hidden;flex:1 1 auto}.files-list[data-v-e3bf0e42] .files-list__row-name a{display:flex;align-items:center;width:100%;height:100%;min-width:0}.files-list[data-v-e3bf0e42] .files-list__row-name a:focus-visible{outline:none}.files-list[data-v-e3bf0e42] .files-list__row-name a:focus .files-list__row-name-text{outline:2px solid var(--color-main-text) !important;border-radius:20px}.files-list[data-v-e3bf0e42] .files-list__row-name a:focus:not(:focus-visible) .files-list__row-name-text{outline:none !important}.files-list[data-v-e3bf0e42] .files-list__row-name .files-list__row-name-text{color:var(--color-main-text);padding:5px 10px;margin-left:-10px;display:inline-flex}.files-list[data-v-e3bf0e42] .files-list__row-name .files-list__row-name-ext{color:var(--color-text-maxcontrast);overflow:visible}.files-list[data-v-e3bf0e42] .files-list__row-rename{width:100%;max-width:600px}.files-list[data-v-e3bf0e42] .files-list__row-rename input{width:100%;margin-left:-8px;padding:2px 6px;border-width:2px}.files-list[data-v-e3bf0e42] .files-list__row-rename input:invalid{border-color:var(--color-error);color:red}.files-list[data-v-e3bf0e42] .files-list__row-actions{width:auto}.files-list[data-v-e3bf0e42] .files-list__row-actions~td,.files-list[data-v-e3bf0e42] .files-list__row-actions~th{margin:0 var(--cell-margin)}.files-list[data-v-e3bf0e42] .files-list__row-actions button .button-vue__text{font-weight:normal}.files-list[data-v-e3bf0e42] .files-list__row-action--inline{margin-right:7px}.files-list[data-v-e3bf0e42] .files-list__row-mtime,.files-list[data-v-e3bf0e42] .files-list__row-size{color:var(--color-text-maxcontrast)}.files-list[data-v-e3bf0e42] .files-list__row-size{width:calc(var(--row-height)*1.5);justify-content:flex-end}.files-list[data-v-e3bf0e42] .files-list__row-mtime{width:calc(var(--row-height)*2)}.files-list[data-v-e3bf0e42] .files-list__row-column-custom{width:calc(var(--row-height)*2)}`, \"\",{\"version\":3,\"sources\":[\"webpack://./apps/files/src/components/FilesListVirtual.vue\"],\"names\":[],\"mappings\":\"AACA,6BACC,kBAAA,CACA,mBAAA,CAEA,wEAAA,CACA,qBAAA,CACA,sBAAA,CACA,yBAAA,CAEA,aAAA,CACA,WAAA,CACA,2BAAA,CAIC,oCACC,mBAAA,CACA,0BAAA,CACA,YAAA,CACA,qBAAA,CACA,UAAA,CAEA,iBAAA,CAGA,uCACC,cAAA,CACA,0FAEC,6CAAA,CAMH,kDACC,YAAA,CACA,qBAAA,CAGD,iDACC,aAAA,CAGD,kGAEC,YAAA,CACA,qBAAA,CACA,UAAA,CACA,6CAAA,CAKD,iDAEC,eAAA,CACA,UAAA,CACA,KAAA,CAID,iDACC,gBAAA,CAGD,iCACC,iBAAA,CACA,YAAA,CACA,kBAAA,CACA,UAAA,CACA,gBAAA,CACA,2CAAA,CACA,qBAAA,CACA,gBAAA,CACA,wBAAA,CAGD,kEACC,YAAA,CACA,kBAAA,CACA,aAAA,CACA,oBAAA,CACA,uBAAA,CACA,wBAAA,CACA,QAAA,CACA,SAAA,CACA,mCAAA,CACA,WAAA,CAKA,4EACC,eAAA,CACA,kBAAA,CACA,sBAAA,CAIF,uDACC,iBAAA,CACA,aAAA,CACA,KAAA,CACA,MAAA,CACA,OAAA,CACA,QAAA,CACA,UAAA,CACA,UAAA,CACA,6BAAA,CAGD,wDACC,sBAAA,CAEA,+EACC,YAAA,CACA,sBAAA,CAEA,iCAAA,CAEA,kHACC,2BAAA,CACA,4BAAA,CACA,QAAA,CACA,8DAAA,CAGD,4GACC,mBAAA,CAMF,gRAEC,8CAAA,CAGA,gDAAA,CACA,0RACC,wCAAA,CAID,2aACC,oCAAA,CAIF,2DAEC,mBAAA,CAKF,oDACC,iBAAA,CACA,YAAA,CACA,gBAAA,CACA,kBAAA,CAEA,iCAAA,CACA,sBAAA,CACA,8BAAA,CACA,WAAA,CAEA,oCAAA,CACA,kCAAA,CAGA,sDACC,cAAA,CAGD,yDACC,0BAAA,CAEA,iGACC,8BAAA,CACA,+BAAA,CAID,+IAEC,WAAA,CACA,uJACC,0CAAA,CACA,2CAAA,CAKH,4DACC,eAAA,CACA,8BAAA,CACA,+BAAA,CACA,kCAAA,CAEA,kBAAA,CACA,sBAAA,CAGA,uGACC,oCAAA,CAKF,6DACC,iBAAA,CACA,OAAA,CACA,WAAA,CAID,4DACC,iBAAA,CACA,4CAAA,CACA,2CAAA,CACA,uCAAA,CAEA,cAAA,CAGA,kEACC,4BAAA,CACA,uCAAA,CACA,kBAAA,CAMH,oDAEC,eAAA,CAEA,aAAA,CAEA,sDACC,YAAA,CACA,kBAAA,CAEA,UAAA,CACA,WAAA,CAEA,WAAA,CAGA,oEACC,YAAA,CAID,uFACC,mDAAA,CACA,kBAAA,CAED,2GACC,uBAAA,CAIF,+EACC,4BAAA,CAEA,gBAAA,CACA,iBAAA,CAEA,mBAAA,CAGD,8EACC,mCAAA,CAEA,gBAAA,CAKF,sDACC,UAAA,CACA,eAAA,CACA,4DACC,UAAA,CAEA,gBAAA,CACA,eAAA,CACA,gBAAA,CAEA,oEAEC,+BAAA,CACA,SAAA,CAKH,uDAEC,UAAA,CAGA,oHAEC,2BAAA,CAIA,gFAEC,kBAAA,CAKH,8DACC,gBAAA,CAGD,yGAEC,mCAAA,CAED,oDACC,iCAAA,CAEA,wBAAA,CAGD,qDACC,+BAAA,CAGD,6DACC,+BAAA\",\"sourcesContent\":[\"\\n.files-list {\\n\\t--row-height: 55px;\\n\\t--cell-margin: 14px;\\n\\n\\t--checkbox-padding: calc((var(--row-height) - var(--checkbox-size)) / 2);\\n\\t--checkbox-size: 24px;\\n\\t--clickable-area: 44px;\\n\\t--icon-preview-size: 32px;\\n\\n\\toverflow: auto;\\n\\theight: 100%;\\n\\twill-change: scroll-position;\\n\\n\\t& :deep() {\\n\\t\\t// Table head, body and footer\\n\\t\\ttbody {\\n\\t\\t\\twill-change: padding;\\n\\t\\t\\tcontain: layout paint style;\\n\\t\\t\\tdisplay: flex;\\n\\t\\t\\tflex-direction: column;\\n\\t\\t\\twidth: 100%;\\n\\t\\t\\t// Necessary for virtual scrolling absolute\\n\\t\\t\\tposition: relative;\\n\\n\\t\\t\\t/* Hover effect on tbody lines only */\\n\\t\\t\\ttr {\\n\\t\\t\\t\\tcontain: strict;\\n\\t\\t\\t\\t&:hover,\\n\\t\\t\\t\\t&:focus {\\n\\t\\t\\t\\t\\tbackground-color: var(--color-background-dark);\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t}\\n\\n\\t\\t// Before table and thead\\n\\t\\t.files-list__before {\\n\\t\\t\\tdisplay: flex;\\n\\t\\t\\tflex-direction: column;\\n\\t\\t}\\n\\n\\t\\t.files-list__table {\\n\\t\\t\\tdisplay: block;\\n\\t\\t}\\n\\n\\t\\t.files-list__thead,\\n\\t\\t.files-list__tfoot {\\n\\t\\t\\tdisplay: flex;\\n\\t\\t\\tflex-direction: column;\\n\\t\\t\\twidth: 100%;\\n\\t\\t\\tbackground-color: var(--color-main-background);\\n\\n\\t\\t}\\n\\n\\t\\t// Table header\\n\\t\\t.files-list__thead {\\n\\t\\t\\t// Pinned on top when scrolling\\n\\t\\t\\tposition: sticky;\\n\\t\\t\\tz-index: 10;\\n\\t\\t\\ttop: 0;\\n\\t\\t}\\n\\n\\t\\t// Table footer\\n\\t\\t.files-list__tfoot {\\n\\t\\t\\tmin-height: 300px;\\n\\t\\t}\\n\\n\\t\\ttr {\\n\\t\\t\\tposition: relative;\\n\\t\\t\\tdisplay: flex;\\n\\t\\t\\talign-items: center;\\n\\t\\t\\twidth: 100%;\\n\\t\\t\\tuser-select: none;\\n\\t\\t\\tborder-bottom: 1px solid var(--color-border);\\n\\t\\t\\tbox-sizing: border-box;\\n\\t\\t\\tuser-select: none;\\n\\t\\t\\theight: var(--row-height);\\n\\t\\t}\\n\\n\\t\\ttd, th {\\n\\t\\t\\tdisplay: flex;\\n\\t\\t\\talign-items: center;\\n\\t\\t\\tflex: 0 0 auto;\\n\\t\\t\\tjustify-content: left;\\n\\t\\t\\twidth: var(--row-height);\\n\\t\\t\\theight: var(--row-height);\\n\\t\\t\\tmargin: 0;\\n\\t\\t\\tpadding: 0;\\n\\t\\t\\tcolor: var(--color-text-maxcontrast);\\n\\t\\t\\tborder: none;\\n\\n\\t\\t\\t// Columns should try to add any text\\n\\t\\t\\t// node wrapped in a span. That should help\\n\\t\\t\\t// with the ellipsis on overflow.\\n\\t\\t\\tspan {\\n\\t\\t\\t\\toverflow: hidden;\\n\\t\\t\\t\\twhite-space: nowrap;\\n\\t\\t\\t\\ttext-overflow: ellipsis;\\n\\t\\t\\t}\\n\\t\\t}\\n\\n\\t\\t.files-list__row--failed {\\n\\t\\t\\tposition: absolute;\\n\\t\\t\\tdisplay: block;\\n\\t\\t\\ttop: 0;\\n\\t\\t\\tleft: 0;\\n\\t\\t\\tright: 0;\\n\\t\\t\\tbottom: 0;\\n\\t\\t\\topacity: .1;\\n\\t\\t\\tz-index: -1;\\n\\t\\t\\tbackground: var(--color-error);\\n\\t\\t}\\n\\n\\t\\t.files-list__row-checkbox {\\n\\t\\t\\tjustify-content: center;\\n\\n\\t\\t\\t.checkbox-radio-switch {\\n\\t\\t\\t\\tdisplay: flex;\\n\\t\\t\\t\\tjustify-content: center;\\n\\n\\t\\t\\t\\t--icon-size: var(--checkbox-size);\\n\\n\\t\\t\\t\\tlabel.checkbox-radio-switch__label {\\n\\t\\t\\t\\t\\twidth: var(--clickable-area);\\n\\t\\t\\t\\t\\theight: var(--clickable-area);\\n\\t\\t\\t\\t\\tmargin: 0;\\n\\t\\t\\t\\t\\tpadding: calc((var(--clickable-area) - var(--checkbox-size)) / 2);\\n\\t\\t\\t\\t}\\n\\n\\t\\t\\t\\t.checkbox-radio-switch__icon {\\n\\t\\t\\t\\t\\tmargin: 0 !important;\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t}\\n\\n\\t\\t.files-list__row {\\n\\t\\t\\t&:hover, &:focus, &:active, &--active, &--dragover {\\n\\t\\t\\t\\t// WCAG AA compliant\\n\\t\\t\\t\\tbackground-color: var(--color-background-hover);\\n\\t\\t\\t\\t// text-maxcontrast have been designed to pass WCAG AA over\\n\\t\\t\\t\\t// a white background, we need to adjust then.\\n\\t\\t\\t\\t--color-text-maxcontrast: var(--color-main-text);\\n\\t\\t\\t\\t> * {\\n\\t\\t\\t\\t\\t--color-border: var(--color-border-dark);\\n\\t\\t\\t\\t}\\n\\n\\t\\t\\t\\t// Hover state of the row should also change the favorite markers background\\n\\t\\t\\t\\t.favorite-marker-icon svg path {\\n\\t\\t\\t\\t\\tstroke: var(--color-background-hover);\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\n\\t\\t\\t&--dragover * {\\n\\t\\t\\t\\t// Prevent dropping on row children\\n\\t\\t\\t\\tpointer-events: none;\\n\\t\\t\\t}\\n\\t\\t}\\n\\n\\t\\t// Entry preview or mime icon\\n\\t\\t.files-list__row-icon {\\n\\t\\t\\tposition: relative;\\n\\t\\t\\tdisplay: flex;\\n\\t\\t\\toverflow: visible;\\n\\t\\t\\talign-items: center;\\n\\t\\t\\t// No shrinking or growing allowed\\n\\t\\t\\tflex: 0 0 var(--icon-preview-size);\\n\\t\\t\\tjustify-content: center;\\n\\t\\t\\twidth: var(--icon-preview-size);\\n\\t\\t\\theight: 100%;\\n\\t\\t\\t// Show same padding as the checkbox right padding for visual balance\\n\\t\\t\\tmargin-right: var(--checkbox-padding);\\n\\t\\t\\tcolor: var(--color-primary-element);\\n\\n\\t\\t\\t// Icon is also clickable\\n\\t\\t\\t* {\\n\\t\\t\\t\\tcursor: pointer;\\n\\t\\t\\t}\\n\\n\\t\\t\\t& > span {\\n\\t\\t\\t\\tjustify-content: flex-start;\\n\\n\\t\\t\\t\\t&:not(.files-list__row-icon-favorite) svg {\\n\\t\\t\\t\\t\\twidth: var(--icon-preview-size);\\n\\t\\t\\t\\t\\theight: var(--icon-preview-size);\\n\\t\\t\\t\\t}\\n\\n\\t\\t\\t\\t// Slightly increase the size of the folder icon\\n\\t\\t\\t\\t&.folder-icon,\\n\\t\\t\\t\\t&.folder-open-icon {\\n\\t\\t\\t\\t\\tmargin: -3px;\\n\\t\\t\\t\\t\\tsvg {\\n\\t\\t\\t\\t\\t\\twidth: calc(var(--icon-preview-size) + 6px);\\n\\t\\t\\t\\t\\t\\theight: calc(var(--icon-preview-size) + 6px);\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\n\\t\\t\\t&-preview {\\n\\t\\t\\t\\toverflow: hidden;\\n\\t\\t\\t\\twidth: var(--icon-preview-size);\\n\\t\\t\\t\\theight: var(--icon-preview-size);\\n\\t\\t\\t\\tborder-radius: var(--border-radius);\\n\\t\\t\\t\\t// Center and contain the preview\\n\\t\\t\\t\\tobject-fit: contain;\\n\\t\\t\\t\\tobject-position: center;\\n\\n\\t\\t\\t\\t/* Preview not loaded animation effect */\\n\\t\\t\\t\\t&:not(.files-list__row-icon-preview--loaded) {\\n\\t\\t\\t\\t\\tbackground: var(--color-loading-dark);\\n\\t\\t\\t\\t\\t// animation: preview-gradient-fade 1.2s ease-in-out infinite;\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\n\\t\\t\\t&-favorite {\\n\\t\\t\\t\\tposition: absolute;\\n\\t\\t\\t\\ttop: 0px;\\n\\t\\t\\t\\tright: -10px;\\n\\t\\t\\t}\\n\\n\\t\\t\\t// File and folder overlay\\n\\t\\t\\t&-overlay {\\n\\t\\t\\t\\tposition: absolute;\\n\\t\\t\\t\\tmax-height: calc(var(--icon-preview-size) * 0.5);\\n\\t\\t\\t\\tmax-width: calc(var(--icon-preview-size) * 0.5);\\n\\t\\t\\t\\tcolor: var(--color-primary-element-text);\\n\\t\\t\\t\\t// better alignment with the folder icon\\n\\t\\t\\t\\tmargin-top: 2px;\\n\\n\\t\\t\\t\\t// Improve icon contrast with a background for files\\n\\t\\t\\t\\t&--file {\\n\\t\\t\\t\\t\\tcolor: var(--color-main-text);\\n\\t\\t\\t\\t\\tbackground: var(--color-main-background);\\n\\t\\t\\t\\t\\tborder-radius: 100%;\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t}\\n\\n\\t\\t// Entry link\\n\\t\\t.files-list__row-name {\\n\\t\\t\\t// Prevent link from overflowing\\n\\t\\t\\toverflow: hidden;\\n\\t\\t\\t// Take as much space as possible\\n\\t\\t\\tflex: 1 1 auto;\\n\\n\\t\\t\\ta {\\n\\t\\t\\t\\tdisplay: flex;\\n\\t\\t\\t\\talign-items: center;\\n\\t\\t\\t\\t// Fill cell height and width\\n\\t\\t\\t\\twidth: 100%;\\n\\t\\t\\t\\theight: 100%;\\n\\t\\t\\t\\t// Necessary for flex grow to work\\n\\t\\t\\t\\tmin-width: 0;\\n\\n\\t\\t\\t\\t// Already added to the inner text, see rule below\\n\\t\\t\\t\\t&:focus-visible {\\n\\t\\t\\t\\t\\toutline: none;\\n\\t\\t\\t\\t}\\n\\n\\t\\t\\t\\t// Keyboard indicator a11y\\n\\t\\t\\t\\t&:focus .files-list__row-name-text {\\n\\t\\t\\t\\t\\toutline: 2px solid var(--color-main-text) !important;\\n\\t\\t\\t\\t\\tborder-radius: 20px;\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\t&:focus:not(:focus-visible) .files-list__row-name-text {\\n\\t\\t\\t\\t\\toutline: none !important;\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\n\\t\\t\\t.files-list__row-name-text {\\n\\t\\t\\t\\tcolor: var(--color-main-text);\\n\\t\\t\\t\\t// Make some space for the outline\\n\\t\\t\\t\\tpadding: 5px 10px;\\n\\t\\t\\t\\tmargin-left: -10px;\\n\\t\\t\\t\\t// Align two name and ext\\n\\t\\t\\t\\tdisplay: inline-flex;\\n\\t\\t\\t}\\n\\n\\t\\t\\t.files-list__row-name-ext {\\n\\t\\t\\t\\tcolor: var(--color-text-maxcontrast);\\n\\t\\t\\t\\t// always show the extension\\n\\t\\t\\t\\toverflow: visible;\\n\\t\\t\\t}\\n\\t\\t}\\n\\n\\t\\t// Rename form\\n\\t\\t.files-list__row-rename {\\n\\t\\t\\twidth: 100%;\\n\\t\\t\\tmax-width: 600px;\\n\\t\\t\\tinput {\\n\\t\\t\\t\\twidth: 100%;\\n\\t\\t\\t\\t// Align with text, 0 - padding - border\\n\\t\\t\\t\\tmargin-left: -8px;\\n\\t\\t\\t\\tpadding: 2px 6px;\\n\\t\\t\\t\\tborder-width: 2px;\\n\\n\\t\\t\\t\\t&:invalid {\\n\\t\\t\\t\\t\\t// Show red border on invalid input\\n\\t\\t\\t\\t\\tborder-color: var(--color-error);\\n\\t\\t\\t\\t\\tcolor: red;\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t}\\n\\n\\t\\t.files-list__row-actions {\\n\\t\\t\\t// take as much space as necessary\\n\\t\\t\\twidth: auto;\\n\\n\\t\\t\\t// Add margin to all cells after the actions\\n\\t\\t\\t& ~ td,\\n\\t\\t\\t& ~ th {\\n\\t\\t\\t\\tmargin: 0 var(--cell-margin);\\n\\t\\t\\t}\\n\\n\\t\\t\\tbutton {\\n\\t\\t\\t\\t.button-vue__text {\\n\\t\\t\\t\\t\\t// Remove bold from default button styling\\n\\t\\t\\t\\t\\tfont-weight: normal;\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t}\\n\\n\\t\\t.files-list__row-action--inline {\\n\\t\\t\\tmargin-right: 7px;\\n\\t\\t}\\n\\n\\t\\t.files-list__row-mtime,\\n\\t\\t.files-list__row-size {\\n\\t\\t\\tcolor: var(--color-text-maxcontrast);\\n\\t\\t}\\n\\t\\t.files-list__row-size {\\n\\t\\t\\twidth: calc(var(--row-height) * 1.5);\\n\\t\\t\\t// Right align content/text\\n\\t\\t\\tjustify-content: flex-end;\\n\\t\\t}\\n\\n\\t\\t.files-list__row-mtime {\\n\\t\\t\\twidth: calc(var(--row-height) * 2);\\n\\t\\t}\\n\\n\\t\\t.files-list__row-column-custom {\\n\\t\\t\\twidth: calc(var(--row-height) * 2);\\n\\t\\t}\\n\\t}\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `tbody.files-list__tbody.files-list__tbody--grid{--half-clickable-area: calc(var(--clickable-area) / 2);--row-width: 160px;--row-height: calc(var(--row-width) - var(--half-clickable-area));--icon-preview-size: calc(var(--row-width) - var(--clickable-area));--checkbox-padding: 0px;display:grid;grid-template-columns:repeat(auto-fill, var(--row-width));grid-gap:15px;row-gap:15px;align-content:center;align-items:center;justify-content:space-around;justify-items:center}tbody.files-list__tbody.files-list__tbody--grid tr{width:var(--row-width);height:calc(var(--row-height) + var(--clickable-area));border:none;border-radius:var(--border-radius)}tbody.files-list__tbody.files-list__tbody--grid .files-list__row-checkbox{position:absolute;z-index:9;top:0;left:0;overflow:hidden;width:var(--clickable-area);height:var(--clickable-area);border-radius:var(--half-clickable-area)}tbody.files-list__tbody.files-list__tbody--grid .files-list__row-icon-favorite{position:absolute;top:0;right:0;display:flex;align-items:center;justify-content:center;width:var(--clickable-area);height:var(--clickable-area)}tbody.files-list__tbody.files-list__tbody--grid .files-list__row-name{display:grid;justify-content:stretch;width:100%;height:100%;grid-auto-rows:var(--row-height) var(--clickable-area)}tbody.files-list__tbody.files-list__tbody--grid .files-list__row-name span.files-list__row-icon{width:100%;height:100%;padding-top:var(--half-clickable-area)}tbody.files-list__tbody.files-list__tbody--grid .files-list__row-name a.files-list__row-name-link{width:calc(100% - var(--clickable-area));height:var(--clickable-area)}tbody.files-list__tbody.files-list__tbody--grid .files-list__row-name .files-list__row-name-text{margin:0;padding-right:0}tbody.files-list__tbody.files-list__tbody--grid .files-list__row-actions{position:absolute;right:0;bottom:0;width:var(--clickable-area);height:var(--clickable-area)}`, \"\",{\"version\":3,\"sources\":[\"webpack://./apps/files/src/components/FilesListVirtual.vue\"],\"names\":[],\"mappings\":\"AAEA,gDACC,sDAAA,CACA,kBAAA,CAEA,iEAAA,CACA,mEAAA,CACA,uBAAA,CAEA,YAAA,CACA,yDAAA,CACA,aAAA,CACA,YAAA,CAEA,oBAAA,CACA,kBAAA,CACA,4BAAA,CACA,oBAAA,CAEA,mDACC,sBAAA,CACA,sDAAA,CACA,WAAA,CACA,kCAAA,CAID,0EACC,iBAAA,CACA,SAAA,CACA,KAAA,CACA,MAAA,CACA,eAAA,CACA,2BAAA,CACA,4BAAA,CACA,wCAAA,CAID,+EACC,iBAAA,CACA,KAAA,CACA,OAAA,CACA,YAAA,CACA,kBAAA,CACA,sBAAA,CACA,2BAAA,CACA,4BAAA,CAGD,sEACC,YAAA,CACA,uBAAA,CACA,UAAA,CACA,WAAA,CACA,sDAAA,CAEA,gGACC,UAAA,CACA,WAAA,CAGA,sCAAA,CAGD,kGAEC,wCAAA,CACA,4BAAA,CAGD,iGACC,QAAA,CACA,eAAA,CAIF,yEACC,iBAAA,CACA,OAAA,CACA,QAAA,CACA,2BAAA,CACA,4BAAA\",\"sourcesContent\":[\"\\n// Grid mode\\ntbody.files-list__tbody.files-list__tbody--grid {\\n\\t--half-clickable-area: calc(var(--clickable-area) / 2);\\n\\t--row-width: 160px;\\n\\t// We use half of the clickable area as visual balance margin\\n\\t--row-height: calc(var(--row-width) - var(--half-clickable-area));\\n\\t--icon-preview-size: calc(var(--row-width) - var(--clickable-area));\\n\\t--checkbox-padding: 0px;\\n\\n\\tdisplay: grid;\\n\\tgrid-template-columns: repeat(auto-fill, var(--row-width));\\n\\tgrid-gap: 15px;\\n\\trow-gap: 15px;\\n\\n\\talign-content: center;\\n\\talign-items: center;\\n\\tjustify-content: space-around;\\n\\tjustify-items: center;\\n\\n\\ttr {\\n\\t\\twidth: var(--row-width);\\n\\t\\theight: calc(var(--row-height) + var(--clickable-area));\\n\\t\\tborder: none;\\n\\t\\tborder-radius: var(--border-radius);\\n\\t}\\n\\n\\t// Checkbox in the top left\\n\\t.files-list__row-checkbox {\\n\\t\\tposition: absolute;\\n\\t\\tz-index: 9;\\n\\t\\ttop: 0;\\n\\t\\tleft: 0;\\n\\t\\toverflow: hidden;\\n\\t\\twidth: var(--clickable-area);\\n\\t\\theight: var(--clickable-area);\\n\\t\\tborder-radius: var(--half-clickable-area);\\n\\t}\\n\\n\\t// Star icon in the top right\\n\\t.files-list__row-icon-favorite {\\n\\t\\tposition: absolute;\\n\\t\\ttop: 0;\\n\\t\\tright: 0;\\n\\t\\tdisplay: flex;\\n\\t\\talign-items: center;\\n\\t\\tjustify-content: center;\\n\\t\\twidth: var(--clickable-area);\\n\\t\\theight: var(--clickable-area);\\n\\t}\\n\\n\\t.files-list__row-name {\\n\\t\\tdisplay: grid;\\n\\t\\tjustify-content: stretch;\\n\\t\\twidth: 100%;\\n\\t\\theight: 100%;\\n\\t\\tgrid-auto-rows: var(--row-height) var(--clickable-area);\\n\\n\\t\\tspan.files-list__row-icon {\\n\\t\\t\\twidth: 100%;\\n\\t\\t\\theight: 100%;\\n\\t\\t\\t// Visual balance, we use half of the clickable area\\n\\t\\t\\t// as a margin around the preview\\n\\t\\t\\tpadding-top: var(--half-clickable-area);\\n\\t\\t}\\n\\n\\t\\ta.files-list__row-name-link {\\n\\t\\t\\t// Minus action menu\\n\\t\\t\\twidth: calc(100% - var(--clickable-area));\\n\\t\\t\\theight: var(--clickable-area);\\n\\t\\t}\\n\\n\\t\\t.files-list__row-name-text {\\n\\t\\t\\tmargin: 0;\\n\\t\\t\\tpadding-right: 0;\\n\\t\\t}\\n\\t}\\n\\n\\t.files-list__row-actions {\\n\\t\\tposition: absolute;\\n\\t\\tright: 0;\\n\\t\\tbottom: 0;\\n\\t\\twidth: var(--clickable-area);\\n\\t\\theight: var(--clickable-area);\\n\\t}\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.app-navigation-entry__settings-quota--not-unlimited[data-v-34665d46] .app-navigation-entry__name{margin-top:-6px}.app-navigation-entry__settings-quota progress[data-v-34665d46]{position:absolute;bottom:12px;margin-left:44px;width:calc(100% - 44px - 22px)}`, \"\",{\"version\":3,\"sources\":[\"webpack://./apps/files/src/components/NavigationQuota.vue\"],\"names\":[],\"mappings\":\"AAIC,kGACC,eAAA,CAGD,gEACC,iBAAA,CACA,WAAA,CACA,gBAAA,CACA,8BAAA\",\"sourcesContent\":[\"\\n// User storage stats display\\n.app-navigation-entry__settings-quota {\\n\\t// Align title with progress and icon\\n\\t&--not-unlimited::v-deep .app-navigation-entry__name {\\n\\t\\tmargin-top: -6px;\\n\\t}\\n\\n\\tprogress {\\n\\t\\tposition: absolute;\\n\\t\\tbottom: 12px;\\n\\t\\tmargin-left: 44px;\\n\\t\\twidth: calc(100% - 44px - 22px);\\n\\t}\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.app-content[data-v-6a4c09d6]{display:flex;overflow:hidden;flex-direction:column;max-height:100%;position:relative}.files-list__header[data-v-6a4c09d6]{display:flex;align-items:center;flex:0 0;margin:4px 4px 4px 50px;max-width:100%}.files-list__header>*[data-v-6a4c09d6]{flex:0 0}.files-list__header-share-button[data-v-6a4c09d6]{opacity:.3}.files-list__header-share-button--shared[data-v-6a4c09d6]{opacity:1}.files-list__refresh-icon[data-v-6a4c09d6]{flex:0 0 44px;width:44px;height:44px}.files-list__loading-icon[data-v-6a4c09d6]{margin:auto}`, \"\",{\"version\":3,\"sources\":[\"webpack://./apps/files/src/views/FilesList.vue\"],\"names\":[],\"mappings\":\"AACA,8BAEC,YAAA,CACA,eAAA,CACA,qBAAA,CACA,eAAA,CACA,iBAAA,CAOA,qCACC,YAAA,CACA,kBAAA,CAEA,QAAA,CAEA,uBAAA,CACA,cAAA,CACA,uCAGC,QAAA,CAGD,kDACC,UAAA,CACA,0DACC,SAAA,CAKH,2CACC,aAAA,CACA,UAAA,CACA,WAAA,CAGD,2CACC,WAAA\",\"sourcesContent\":[\"\\n.app-content {\\n\\t// Virtual list needs to be full height and is scrollable\\n\\tdisplay: flex;\\n\\toverflow: hidden;\\n\\tflex-direction: column;\\n\\tmax-height: 100%;\\n\\tposition: relative;\\n}\\n\\n$margin: 4px;\\n$navigationToggleSize: 50px;\\n\\n.files-list {\\n\\t&__header {\\n\\t\\tdisplay: flex;\\n\\t\\talign-items: center;\\n\\t\\t// Do not grow or shrink (vertically)\\n\\t\\tflex: 0 0;\\n\\t\\t// Align with the navigation toggle icon\\n\\t\\tmargin: $margin $margin $margin $navigationToggleSize;\\n\\t\\tmax-width: 100%;\\n\\t\\t> * {\\n\\t\\t\\t// Do not grow or shrink (horizontally)\\n\\t\\t\\t// Only the breadcrumbs shrinks\\n\\t\\t\\tflex: 0 0;\\n\\t\\t}\\n\\n\\t\\t&-share-button {\\n\\t\\t\\topacity: .3;\\n\\t\\t\\t&--shared {\\n\\t\\t\\t\\topacity: 1;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n\\n\\t&__refresh-icon {\\n\\t\\tflex: 0 0 44px;\\n\\t\\twidth: 44px;\\n\\t\\theight: 44px;\\n\\t}\\n\\n\\t&__loading-icon {\\n\\t\\tmargin: auto;\\n\\t}\\n}\\n\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.app-navigation[data-v-761b6079] .app-navigation-entry-icon{background-repeat:no-repeat;background-position:center}.app-navigation[data-v-761b6079] .app-navigation-entry.active .button-vue.icon-collapse:not(:hover){color:var(--color-primary-element-text)}.app-navigation>ul.app-navigation__list[data-v-761b6079]{padding-bottom:var(--default-grid-baseline, 4px)}.app-navigation-entry__settings[data-v-761b6079]{height:auto !important;overflow:hidden !important;padding-top:0 !important;flex:0 0 auto}`, \"\",{\"version\":3,\"sources\":[\"webpack://./apps/files/src/views/Navigation.vue\"],\"names\":[],\"mappings\":\"AAEA,4DACC,2BAAA,CACA,0BAAA,CAGD,oGACC,uCAAA,CAGD,yDAEC,gDAAA,CAGD,iDACC,sBAAA,CACA,0BAAA,CACA,wBAAA,CAEA,aAAA\",\"sourcesContent\":[\"\\n// TODO: remove when https://github.com/nextcloud/nextcloud-vue/pull/3539 is in\\n.app-navigation::v-deep .app-navigation-entry-icon {\\n\\tbackground-repeat: no-repeat;\\n\\tbackground-position: center;\\n}\\n\\n.app-navigation::v-deep .app-navigation-entry.active .button-vue.icon-collapse:not(:hover) {\\n\\tcolor: var(--color-primary-element-text);\\n}\\n\\n.app-navigation > ul.app-navigation__list {\\n\\t// Use flex gap value for more elegant spacing\\n\\tpadding-bottom: var(--default-grid-baseline, 4px);\\n}\\n\\n.app-navigation-entry__settings {\\n\\theight: auto !important;\\n\\toverflow: hidden !important;\\n\\tpadding-top: 0 !important;\\n\\t// Prevent shrinking or growing\\n\\tflex: 0 0 auto;\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.setting-link[data-v-7b7a3aa6]:hover{text-decoration:underline}`, \"\",{\"version\":3,\"sources\":[\"webpack://./apps/files/src/views/Settings.vue\"],\"names\":[],\"mappings\":\"AACA,qCACC,yBAAA\",\"sourcesContent\":[\"\\n.setting-link:hover {\\n\\ttext-decoration: underline;\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","var map = {\n\t\"./af\": 42786,\n\t\"./af.js\": 42786,\n\t\"./ar\": 30867,\n\t\"./ar-dz\": 14130,\n\t\"./ar-dz.js\": 14130,\n\t\"./ar-kw\": 96135,\n\t\"./ar-kw.js\": 96135,\n\t\"./ar-ly\": 56440,\n\t\"./ar-ly.js\": 56440,\n\t\"./ar-ma\": 47702,\n\t\"./ar-ma.js\": 47702,\n\t\"./ar-sa\": 16040,\n\t\"./ar-sa.js\": 16040,\n\t\"./ar-tn\": 37100,\n\t\"./ar-tn.js\": 37100,\n\t\"./ar.js\": 30867,\n\t\"./az\": 31083,\n\t\"./az.js\": 31083,\n\t\"./be\": 9808,\n\t\"./be.js\": 9808,\n\t\"./bg\": 68338,\n\t\"./bg.js\": 68338,\n\t\"./bm\": 67438,\n\t\"./bm.js\": 67438,\n\t\"./bn\": 8905,\n\t\"./bn-bd\": 76225,\n\t\"./bn-bd.js\": 76225,\n\t\"./bn.js\": 8905,\n\t\"./bo\": 11560,\n\t\"./bo.js\": 11560,\n\t\"./br\": 1278,\n\t\"./br.js\": 1278,\n\t\"./bs\": 80622,\n\t\"./bs.js\": 80622,\n\t\"./ca\": 2468,\n\t\"./ca.js\": 2468,\n\t\"./cs\": 5822,\n\t\"./cs.js\": 5822,\n\t\"./cv\": 50877,\n\t\"./cv.js\": 50877,\n\t\"./cy\": 47373,\n\t\"./cy.js\": 47373,\n\t\"./da\": 24780,\n\t\"./da.js\": 24780,\n\t\"./de\": 59740,\n\t\"./de-at\": 60217,\n\t\"./de-at.js\": 60217,\n\t\"./de-ch\": 60894,\n\t\"./de-ch.js\": 60894,\n\t\"./de.js\": 59740,\n\t\"./dv\": 5300,\n\t\"./dv.js\": 5300,\n\t\"./el\": 50837,\n\t\"./el.js\": 50837,\n\t\"./en-au\": 78348,\n\t\"./en-au.js\": 78348,\n\t\"./en-ca\": 77925,\n\t\"./en-ca.js\": 77925,\n\t\"./en-gb\": 22243,\n\t\"./en-gb.js\": 22243,\n\t\"./en-ie\": 46436,\n\t\"./en-ie.js\": 46436,\n\t\"./en-il\": 47207,\n\t\"./en-il.js\": 47207,\n\t\"./en-in\": 44175,\n\t\"./en-in.js\": 44175,\n\t\"./en-nz\": 76319,\n\t\"./en-nz.js\": 76319,\n\t\"./en-sg\": 31662,\n\t\"./en-sg.js\": 31662,\n\t\"./eo\": 92915,\n\t\"./eo.js\": 92915,\n\t\"./es\": 55655,\n\t\"./es-do\": 55251,\n\t\"./es-do.js\": 55251,\n\t\"./es-mx\": 96112,\n\t\"./es-mx.js\": 96112,\n\t\"./es-us\": 71146,\n\t\"./es-us.js\": 71146,\n\t\"./es.js\": 55655,\n\t\"./et\": 5603,\n\t\"./et.js\": 5603,\n\t\"./eu\": 77763,\n\t\"./eu.js\": 77763,\n\t\"./fa\": 76959,\n\t\"./fa.js\": 76959,\n\t\"./fi\": 11897,\n\t\"./fi.js\": 11897,\n\t\"./fil\": 42549,\n\t\"./fil.js\": 42549,\n\t\"./fo\": 94694,\n\t\"./fo.js\": 94694,\n\t\"./fr\": 94470,\n\t\"./fr-ca\": 63049,\n\t\"./fr-ca.js\": 63049,\n\t\"./fr-ch\": 52330,\n\t\"./fr-ch.js\": 52330,\n\t\"./fr.js\": 94470,\n\t\"./fy\": 5044,\n\t\"./fy.js\": 5044,\n\t\"./ga\": 29295,\n\t\"./ga.js\": 29295,\n\t\"./gd\": 2101,\n\t\"./gd.js\": 2101,\n\t\"./gl\": 38794,\n\t\"./gl.js\": 38794,\n\t\"./gom-deva\": 27884,\n\t\"./gom-deva.js\": 27884,\n\t\"./gom-latn\": 23168,\n\t\"./gom-latn.js\": 23168,\n\t\"./gu\": 95349,\n\t\"./gu.js\": 95349,\n\t\"./he\": 24206,\n\t\"./he.js\": 24206,\n\t\"./hi\": 30094,\n\t\"./hi.js\": 30094,\n\t\"./hr\": 30316,\n\t\"./hr.js\": 30316,\n\t\"./hu\": 22138,\n\t\"./hu.js\": 22138,\n\t\"./hy-am\": 11423,\n\t\"./hy-am.js\": 11423,\n\t\"./id\": 29218,\n\t\"./id.js\": 29218,\n\t\"./is\": 90135,\n\t\"./is.js\": 90135,\n\t\"./it\": 90626,\n\t\"./it-ch\": 10150,\n\t\"./it-ch.js\": 10150,\n\t\"./it.js\": 90626,\n\t\"./ja\": 39183,\n\t\"./ja.js\": 39183,\n\t\"./jv\": 24286,\n\t\"./jv.js\": 24286,\n\t\"./ka\": 12105,\n\t\"./ka.js\": 12105,\n\t\"./kk\": 47772,\n\t\"./kk.js\": 47772,\n\t\"./km\": 18758,\n\t\"./km.js\": 18758,\n\t\"./kn\": 79282,\n\t\"./kn.js\": 79282,\n\t\"./ko\": 33730,\n\t\"./ko.js\": 33730,\n\t\"./ku\": 1408,\n\t\"./ku.js\": 1408,\n\t\"./ky\": 33291,\n\t\"./ky.js\": 33291,\n\t\"./lb\": 36841,\n\t\"./lb.js\": 36841,\n\t\"./lo\": 55466,\n\t\"./lo.js\": 55466,\n\t\"./lt\": 57010,\n\t\"./lt.js\": 57010,\n\t\"./lv\": 37595,\n\t\"./lv.js\": 37595,\n\t\"./me\": 39861,\n\t\"./me.js\": 39861,\n\t\"./mi\": 35493,\n\t\"./mi.js\": 35493,\n\t\"./mk\": 95966,\n\t\"./mk.js\": 95966,\n\t\"./ml\": 87341,\n\t\"./ml.js\": 87341,\n\t\"./mn\": 5115,\n\t\"./mn.js\": 5115,\n\t\"./mr\": 10370,\n\t\"./mr.js\": 10370,\n\t\"./ms\": 9847,\n\t\"./ms-my\": 41237,\n\t\"./ms-my.js\": 41237,\n\t\"./ms.js\": 9847,\n\t\"./mt\": 72126,\n\t\"./mt.js\": 72126,\n\t\"./my\": 56165,\n\t\"./my.js\": 56165,\n\t\"./nb\": 64924,\n\t\"./nb.js\": 64924,\n\t\"./ne\": 16744,\n\t\"./ne.js\": 16744,\n\t\"./nl\": 93901,\n\t\"./nl-be\": 59814,\n\t\"./nl-be.js\": 59814,\n\t\"./nl.js\": 93901,\n\t\"./nn\": 83877,\n\t\"./nn.js\": 83877,\n\t\"./oc-lnc\": 92135,\n\t\"./oc-lnc.js\": 92135,\n\t\"./pa-in\": 15858,\n\t\"./pa-in.js\": 15858,\n\t\"./pl\": 64495,\n\t\"./pl.js\": 64495,\n\t\"./pt\": 89520,\n\t\"./pt-br\": 57971,\n\t\"./pt-br.js\": 57971,\n\t\"./pt.js\": 89520,\n\t\"./ro\": 96459,\n\t\"./ro.js\": 96459,\n\t\"./ru\": 21793,\n\t\"./ru.js\": 21793,\n\t\"./sd\": 40950,\n\t\"./sd.js\": 40950,\n\t\"./se\": 10490,\n\t\"./se.js\": 10490,\n\t\"./si\": 90124,\n\t\"./si.js\": 90124,\n\t\"./sk\": 64249,\n\t\"./sk.js\": 64249,\n\t\"./sl\": 14985,\n\t\"./sl.js\": 14985,\n\t\"./sq\": 51104,\n\t\"./sq.js\": 51104,\n\t\"./sr\": 49131,\n\t\"./sr-cyrl\": 79915,\n\t\"./sr-cyrl.js\": 79915,\n\t\"./sr.js\": 49131,\n\t\"./ss\": 85893,\n\t\"./ss.js\": 85893,\n\t\"./sv\": 98760,\n\t\"./sv.js\": 98760,\n\t\"./sw\": 91172,\n\t\"./sw.js\": 91172,\n\t\"./ta\": 27333,\n\t\"./ta.js\": 27333,\n\t\"./te\": 23110,\n\t\"./te.js\": 23110,\n\t\"./tet\": 52095,\n\t\"./tet.js\": 52095,\n\t\"./tg\": 27321,\n\t\"./tg.js\": 27321,\n\t\"./th\": 9041,\n\t\"./th.js\": 9041,\n\t\"./tk\": 19005,\n\t\"./tk.js\": 19005,\n\t\"./tl-ph\": 75768,\n\t\"./tl-ph.js\": 75768,\n\t\"./tlh\": 89444,\n\t\"./tlh.js\": 89444,\n\t\"./tr\": 72397,\n\t\"./tr.js\": 72397,\n\t\"./tzl\": 28254,\n\t\"./tzl.js\": 28254,\n\t\"./tzm\": 51106,\n\t\"./tzm-latn\": 30699,\n\t\"./tzm-latn.js\": 30699,\n\t\"./tzm.js\": 51106,\n\t\"./ug-cn\": 9288,\n\t\"./ug-cn.js\": 9288,\n\t\"./uk\": 67691,\n\t\"./uk.js\": 67691,\n\t\"./ur\": 13795,\n\t\"./ur.js\": 13795,\n\t\"./uz\": 6791,\n\t\"./uz-latn\": 60588,\n\t\"./uz-latn.js\": 60588,\n\t\"./uz.js\": 6791,\n\t\"./vi\": 65666,\n\t\"./vi.js\": 65666,\n\t\"./x-pseudo\": 14378,\n\t\"./x-pseudo.js\": 14378,\n\t\"./yo\": 75805,\n\t\"./yo.js\": 75805,\n\t\"./zh-cn\": 83839,\n\t\"./zh-cn.js\": 83839,\n\t\"./zh-hk\": 55726,\n\t\"./zh-hk.js\": 55726,\n\t\"./zh-mo\": 99807,\n\t\"./zh-mo.js\": 99807,\n\t\"./zh-tw\": 74152,\n\t\"./zh-tw.js\": 74152\n};\n\n\nfunction webpackContext(req) {\n\tvar id = webpackContextResolve(req);\n\treturn __webpack_require__(id);\n}\nfunction webpackContextResolve(req) {\n\tif(!__webpack_require__.o(map, req)) {\n\t\tvar e = new Error(\"Cannot find module '\" + req + \"'\");\n\t\te.code = 'MODULE_NOT_FOUND';\n\t\tthrow e;\n\t}\n\treturn map[req];\n}\nwebpackContext.keys = function webpackContextKeys() {\n\treturn Object.keys(map);\n};\nwebpackContext.resolve = webpackContextResolve;\nmodule.exports = webpackContext;\nwebpackContext.id = 46700;",";(function (sax) { // wrapper for non-node envs\n sax.parser = function (strict, opt) { return new SAXParser(strict, opt) }\n sax.SAXParser = SAXParser\n sax.SAXStream = SAXStream\n sax.createStream = createStream\n\n // When we pass the MAX_BUFFER_LENGTH position, start checking for buffer overruns.\n // When we check, schedule the next check for MAX_BUFFER_LENGTH - (max(buffer lengths)),\n // since that's the earliest that a buffer overrun could occur. This way, checks are\n // as rare as required, but as often as necessary to ensure never crossing this bound.\n // Furthermore, buffers are only tested at most once per write(), so passing a very\n // large string into write() might have undesirable effects, but this is manageable by\n // the caller, so it is assumed to be safe. Thus, a call to write() may, in the extreme\n // edge case, result in creating at most one complete copy of the string passed in.\n // Set to Infinity to have unlimited buffers.\n sax.MAX_BUFFER_LENGTH = 64 * 1024\n\n var buffers = [\n 'comment', 'sgmlDecl', 'textNode', 'tagName', 'doctype',\n 'procInstName', 'procInstBody', 'entity', 'attribName',\n 'attribValue', 'cdata', 'script'\n ]\n\n sax.EVENTS = [\n 'text',\n 'processinginstruction',\n 'sgmldeclaration',\n 'doctype',\n 'comment',\n 'opentagstart',\n 'attribute',\n 'opentag',\n 'closetag',\n 'opencdata',\n 'cdata',\n 'closecdata',\n 'error',\n 'end',\n 'ready',\n 'script',\n 'opennamespace',\n 'closenamespace'\n ]\n\n function SAXParser (strict, opt) {\n if (!(this instanceof SAXParser)) {\n return new SAXParser(strict, opt)\n }\n\n var parser = this\n clearBuffers(parser)\n parser.q = parser.c = ''\n parser.bufferCheckPosition = sax.MAX_BUFFER_LENGTH\n parser.opt = opt || {}\n parser.opt.lowercase = parser.opt.lowercase || parser.opt.lowercasetags\n parser.looseCase = parser.opt.lowercase ? 'toLowerCase' : 'toUpperCase'\n parser.tags = []\n parser.closed = parser.closedRoot = parser.sawRoot = false\n parser.tag = parser.error = null\n parser.strict = !!strict\n parser.noscript = !!(strict || parser.opt.noscript)\n parser.state = S.BEGIN\n parser.strictEntities = parser.opt.strictEntities\n parser.ENTITIES = parser.strictEntities ? Object.create(sax.XML_ENTITIES) : Object.create(sax.ENTITIES)\n parser.attribList = []\n\n // namespaces form a prototype chain.\n // it always points at the current tag,\n // which protos to its parent tag.\n if (parser.opt.xmlns) {\n parser.ns = Object.create(rootNS)\n }\n\n // mostly just for error reporting\n parser.trackPosition = parser.opt.position !== false\n if (parser.trackPosition) {\n parser.position = parser.line = parser.column = 0\n }\n emit(parser, 'onready')\n }\n\n if (!Object.create) {\n Object.create = function (o) {\n function F () {}\n F.prototype = o\n var newf = new F()\n return newf\n }\n }\n\n if (!Object.keys) {\n Object.keys = function (o) {\n var a = []\n for (var i in o) if (o.hasOwnProperty(i)) a.push(i)\n return a\n }\n }\n\n function checkBufferLength (parser) {\n var maxAllowed = Math.max(sax.MAX_BUFFER_LENGTH, 10)\n var maxActual = 0\n for (var i = 0, l = buffers.length; i < l; i++) {\n var len = parser[buffers[i]].length\n if (len > maxAllowed) {\n // Text/cdata nodes can get big, and since they're buffered,\n // we can get here under normal conditions.\n // Avoid issues by emitting the text node now,\n // so at least it won't get any bigger.\n switch (buffers[i]) {\n case 'textNode':\n closeText(parser)\n break\n\n case 'cdata':\n emitNode(parser, 'oncdata', parser.cdata)\n parser.cdata = ''\n break\n\n case 'script':\n emitNode(parser, 'onscript', parser.script)\n parser.script = ''\n break\n\n default:\n error(parser, 'Max buffer length exceeded: ' + buffers[i])\n }\n }\n maxActual = Math.max(maxActual, len)\n }\n // schedule the next check for the earliest possible buffer overrun.\n var m = sax.MAX_BUFFER_LENGTH - maxActual\n parser.bufferCheckPosition = m + parser.position\n }\n\n function clearBuffers (parser) {\n for (var i = 0, l = buffers.length; i < l; i++) {\n parser[buffers[i]] = ''\n }\n }\n\n function flushBuffers (parser) {\n closeText(parser)\n if (parser.cdata !== '') {\n emitNode(parser, 'oncdata', parser.cdata)\n parser.cdata = ''\n }\n if (parser.script !== '') {\n emitNode(parser, 'onscript', parser.script)\n parser.script = ''\n }\n }\n\n SAXParser.prototype = {\n end: function () { end(this) },\n write: write,\n resume: function () { this.error = null; return this },\n close: function () { return this.write(null) },\n flush: function () { flushBuffers(this) }\n }\n\n var Stream\n try {\n Stream = require('stream').Stream\n } catch (ex) {\n Stream = function () {}\n }\n if (!Stream) Stream = function () {}\n\n var streamWraps = sax.EVENTS.filter(function (ev) {\n return ev !== 'error' && ev !== 'end'\n })\n\n function createStream (strict, opt) {\n return new SAXStream(strict, opt)\n }\n\n function SAXStream (strict, opt) {\n if (!(this instanceof SAXStream)) {\n return new SAXStream(strict, opt)\n }\n\n Stream.apply(this)\n\n this._parser = new SAXParser(strict, opt)\n this.writable = true\n this.readable = true\n\n var me = this\n\n this._parser.onend = function () {\n me.emit('end')\n }\n\n this._parser.onerror = function (er) {\n me.emit('error', er)\n\n // if didn't throw, then means error was handled.\n // go ahead and clear error, so we can write again.\n me._parser.error = null\n }\n\n this._decoder = null\n\n streamWraps.forEach(function (ev) {\n Object.defineProperty(me, 'on' + ev, {\n get: function () {\n return me._parser['on' + ev]\n },\n set: function (h) {\n if (!h) {\n me.removeAllListeners(ev)\n me._parser['on' + ev] = h\n return h\n }\n me.on(ev, h)\n },\n enumerable: true,\n configurable: false\n })\n })\n }\n\n SAXStream.prototype = Object.create(Stream.prototype, {\n constructor: {\n value: SAXStream\n }\n })\n\n SAXStream.prototype.write = function (data) {\n if (typeof Buffer === 'function' &&\n typeof Buffer.isBuffer === 'function' &&\n Buffer.isBuffer(data)) {\n if (!this._decoder) {\n var SD = require('string_decoder').StringDecoder\n this._decoder = new SD('utf8')\n }\n data = this._decoder.write(data)\n }\n\n this._parser.write(data.toString())\n this.emit('data', data)\n return true\n }\n\n SAXStream.prototype.end = function (chunk) {\n if (chunk && chunk.length) {\n this.write(chunk)\n }\n this._parser.end()\n return true\n }\n\n SAXStream.prototype.on = function (ev, handler) {\n var me = this\n if (!me._parser['on' + ev] && streamWraps.indexOf(ev) !== -1) {\n me._parser['on' + ev] = function () {\n var args = arguments.length === 1 ? [arguments[0]] : Array.apply(null, arguments)\n args.splice(0, 0, ev)\n me.emit.apply(me, args)\n }\n }\n\n return Stream.prototype.on.call(me, ev, handler)\n }\n\n // this really needs to be replaced with character classes.\n // XML allows all manner of ridiculous numbers and digits.\n var CDATA = '[CDATA['\n var DOCTYPE = 'DOCTYPE'\n var XML_NAMESPACE = 'http://www.w3.org/XML/1998/namespace'\n var XMLNS_NAMESPACE = 'http://www.w3.org/2000/xmlns/'\n var rootNS = { xml: XML_NAMESPACE, xmlns: XMLNS_NAMESPACE }\n\n // http://www.w3.org/TR/REC-xml/#NT-NameStartChar\n // This implementation works on strings, a single character at a time\n // as such, it cannot ever support astral-plane characters (10000-EFFFF)\n // without a significant breaking change to either this parser, or the\n // JavaScript language. Implementation of an emoji-capable xml parser\n // is left as an exercise for the reader.\n var nameStart = /[:_A-Za-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD]/\n\n var nameBody = /[:_A-Za-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD\\u00B7\\u0300-\\u036F\\u203F-\\u2040.\\d-]/\n\n var entityStart = /[#:_A-Za-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD]/\n var entityBody = /[#:_A-Za-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD\\u00B7\\u0300-\\u036F\\u203F-\\u2040.\\d-]/\n\n function isWhitespace (c) {\n return c === ' ' || c === '\\n' || c === '\\r' || c === '\\t'\n }\n\n function isQuote (c) {\n return c === '\"' || c === '\\''\n }\n\n function isAttribEnd (c) {\n return c === '>' || isWhitespace(c)\n }\n\n function isMatch (regex, c) {\n return regex.test(c)\n }\n\n function notMatch (regex, c) {\n return !isMatch(regex, c)\n }\n\n var S = 0\n sax.STATE = {\n BEGIN: S++, // leading byte order mark or whitespace\n BEGIN_WHITESPACE: S++, // leading whitespace\n TEXT: S++, // general stuff\n TEXT_ENTITY: S++, // & and such.\n OPEN_WAKA: S++, // <\n SGML_DECL: S++, // \n SCRIPT: S++, // ","import mod from \"-!../vue-loader/lib/index.js??vue-loader-options!./FormatListBulletedSquare.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../vue-loader/lib/index.js??vue-loader-options!./FormatListBulletedSquare.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./FormatListBulletedSquare.vue?vue&type=template&id=03d22f04\"\nimport script from \"./FormatListBulletedSquare.vue?vue&type=script&lang=js\"\nexport * from \"./FormatListBulletedSquare.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('span',_vm._b({staticClass:\"material-design-icon format-list-bulleted-square-icon\",attrs:{\"aria-hidden\":!_vm.title,\"aria-label\":_vm.title,\"role\":\"img\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'span',_vm.$attrs,false),[_c('svg',{staticClass:\"material-design-icon__svg\",attrs:{\"fill\":_vm.fillColor,\"width\":_vm.size,\"height\":_vm.size,\"viewBox\":\"0 0 24 24\"}},[_c('path',{attrs:{\"d\":\"M3,4H7V8H3V4M9,5V7H21V5H9M3,10H7V14H3V10M9,11V13H21V11H9M3,16H7V20H3V16M9,17V19H21V17H9\"}},[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e()])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n\n","import mod from \"-!../vue-loader/lib/index.js??vue-loader-options!./ShareVariant.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../vue-loader/lib/index.js??vue-loader-options!./ShareVariant.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./ShareVariant.vue?vue&type=template&id=1f144a5c\"\nimport script from \"./ShareVariant.vue?vue&type=script&lang=js\"\nexport * from \"./ShareVariant.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('span',_vm._b({staticClass:\"material-design-icon share-variant-icon\",attrs:{\"aria-hidden\":!_vm.title,\"aria-label\":_vm.title,\"role\":\"img\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'span',_vm.$attrs,false),[_c('svg',{staticClass:\"material-design-icon__svg\",attrs:{\"fill\":_vm.fillColor,\"width\":_vm.size,\"height\":_vm.size,\"viewBox\":\"0 0 24 24\"}},[_c('path',{attrs:{\"d\":\"M18,16.08C17.24,16.08 16.56,16.38 16.04,16.85L8.91,12.7C8.96,12.47 9,12.24 9,12C9,11.76 8.96,11.53 8.91,11.3L15.96,7.19C16.5,7.69 17.21,8 18,8A3,3 0 0,0 21,5A3,3 0 0,0 18,2A3,3 0 0,0 15,5C15,5.24 15.04,5.47 15.09,5.7L8.04,9.81C7.5,9.31 6.79,9 6,9A3,3 0 0,0 3,12A3,3 0 0,0 6,15C6.79,15 7.5,14.69 8.04,14.19L15.16,18.34C15.11,18.55 15.08,18.77 15.08,19C15.08,20.61 16.39,21.91 18,21.91C19.61,21.91 20.92,20.61 20.92,19A2.92,2.92 0 0,0 18,16.08Z\"}},[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e()])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../vue-loader/lib/index.js??vue-loader-options!./ViewGrid.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../vue-loader/lib/index.js??vue-loader-options!./ViewGrid.vue?vue&type=script&lang=js\"","\n\n","import { render, staticRenderFns } from \"./ViewGrid.vue?vue&type=template&id=6ca550f9\"\nimport script from \"./ViewGrid.vue?vue&type=script&lang=js\"\nexport * from \"./ViewGrid.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('span',_vm._b({staticClass:\"material-design-icon view-grid-icon\",attrs:{\"aria-hidden\":!_vm.title,\"aria-label\":_vm.title,\"role\":\"img\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'span',_vm.$attrs,false),[_c('svg',{staticClass:\"material-design-icon__svg\",attrs:{\"fill\":_vm.fillColor,\"width\":_vm.size,\"height\":_vm.size,\"viewBox\":\"0 0 24 24\"}},[_c('path',{attrs:{\"d\":\"M3,11H11V3H3M3,21H11V13H3M13,21H21V13H13M13,3V11H21V3\"}},[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e()])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","/**\n * @copyright Copyright (c) 2022 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { getLoggerBuilder } from '@nextcloud/logger'\n\nexport default getLoggerBuilder()\n\t.setApp('files')\n\t.detectUser()\n\t.build()\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { Permission, View, FileAction, FileType } from '@nextcloud/files';\nimport { translate as t } from '@nextcloud/l10n';\nimport InformationSvg from '@mdi/svg/svg/information-variant.svg?raw';\nimport logger from '../logger.js';\nexport const ACTION_DETAILS = 'details';\nexport const action = new FileAction({\n id: ACTION_DETAILS,\n displayName: () => t('files', 'Open details'),\n iconSvgInline: () => InformationSvg,\n // Sidebar currently supports user folder only, /files/USER\n enabled: (nodes) => {\n // Only works on single node\n if (nodes.length !== 1) {\n return false;\n }\n if (!nodes[0]) {\n return false;\n }\n // Only work if the sidebar is available\n if (!window?.OCA?.Files?.Sidebar) {\n return false;\n }\n return (nodes[0].root?.startsWith('/files/') && nodes[0].permissions !== Permission.NONE) ?? false;\n },\n async exec(node, view, dir) {\n try {\n // TODO: migrate Sidebar to use a Node instead\n await window.OCA.Files.Sidebar.open(node.path);\n // Silently update current fileid\n window.OCP.Files.Router.goToRoute(null, { view: view.id, fileid: node.fileid }, { dir }, true);\n return null;\n }\n catch (error) {\n logger.error('Error while opening sidebar', { error });\n return false;\n }\n },\n order: -50,\n});\n","import { defineStore } from 'pinia';\nimport { subscribe } from '@nextcloud/event-bus';\nimport logger from '../logger';\nimport Vue from 'vue';\nexport const useFilesStore = function (...args) {\n const store = defineStore('files', {\n state: () => ({\n files: {},\n roots: {},\n }),\n getters: {\n /**\n * Get a file or folder by id\n */\n getNode: (state) => (id) => state.files[id],\n /**\n * Get a list of files or folders by their IDs\n * Does not return undefined values\n */\n getNodes: (state) => (ids) => ids\n .map(id => state.files[id])\n .filter(Boolean),\n /**\n * Get a file or folder by id\n */\n getRoot: (state) => (service) => state.roots[service],\n },\n actions: {\n updateNodes(nodes) {\n // Update the store all at once\n const files = nodes.reduce((acc, node) => {\n if (!node.fileid) {\n logger.error('Trying to update/set a node without fileid', node);\n return acc;\n }\n acc[node.fileid] = node;\n return acc;\n }, {});\n Vue.set(this, 'files', { ...this.files, ...files });\n },\n deleteNodes(nodes) {\n nodes.forEach(node => {\n if (node.fileid) {\n Vue.delete(this.files, node.fileid);\n }\n });\n },\n setRoot({ service, root }) {\n Vue.set(this.roots, service, root);\n },\n onDeletedNode(node) {\n this.deleteNodes([node]);\n },\n onCreatedNode(node) {\n this.updateNodes([node]);\n },\n onUpdatedNode(node) {\n this.updateNodes([node]);\n },\n },\n });\n const fileStore = store(...args);\n // Make sure we only register the listeners once\n if (!fileStore._initialized) {\n subscribe('files:node:created', fileStore.onCreatedNode);\n subscribe('files:node:deleted', fileStore.onDeletedNode);\n subscribe('files:node:updated', fileStore.onUpdatedNode);\n fileStore._initialized = true;\n }\n return fileStore;\n};\n","import { defineStore } from 'pinia';\nimport { FileType, Folder, Node, getNavigation } from '@nextcloud/files';\nimport { subscribe } from '@nextcloud/event-bus';\nimport Vue from 'vue';\nimport logger from '../logger';\nimport { useFilesStore } from './files';\nexport const usePathsStore = function (...args) {\n const files = useFilesStore();\n const store = defineStore('paths', {\n state: () => ({\n paths: {},\n }),\n getters: {\n getPath: (state) => {\n return (service, path) => {\n if (!state.paths[service]) {\n return undefined;\n }\n return state.paths[service][path];\n };\n },\n },\n actions: {\n addPath(payload) {\n // If it doesn't exists, init the service state\n if (!this.paths[payload.service]) {\n Vue.set(this.paths, payload.service, {});\n }\n // Now we can set the provided path\n Vue.set(this.paths[payload.service], payload.path, payload.fileid);\n },\n onCreatedNode(node) {\n const service = getNavigation()?.active?.id || 'files';\n if (!node.fileid) {\n logger.error('Node has no fileid', { node });\n return;\n }\n // Only add path if it's a folder\n if (node.type === FileType.Folder) {\n this.addPath({\n service,\n path: node.path,\n fileid: node.fileid,\n });\n }\n // Update parent folder children if exists\n // If the folder is the root, get it and update it\n if (node.dirname === '/') {\n const root = files.getRoot(service);\n if (!root._children) {\n Vue.set(root, '_children', []);\n }\n root._children.push(node.fileid);\n return;\n }\n // If the folder doesn't exists yet, it will be\n // fetched later and its children updated anyway.\n if (this.paths[service][node.dirname]) {\n const parentId = this.paths[service][node.dirname];\n const parentFolder = files.getNode(parentId);\n logger.debug('Path already exists, updating children', { parentFolder, node });\n if (!parentFolder) {\n logger.error('Parent folder not found', { parentId });\n return;\n }\n if (!parentFolder._children) {\n Vue.set(parentFolder, '_children', []);\n }\n parentFolder._children.push(node.fileid);\n return;\n }\n logger.debug('Parent path does not exists, skipping children update', { node });\n },\n },\n });\n const pathsStore = store(...args);\n // Make sure we only register the listeners once\n if (!pathsStore._initialized) {\n // TODO: watch folders to update paths?\n subscribe('files:node:created', pathsStore.onCreatedNode);\n // subscribe('files:node:deleted', pathsStore.onDeletedNode)\n // subscribe('files:node:moved', pathsStore.onMovedNode)\n pathsStore._initialized = true;\n }\n return pathsStore;\n};\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { defineStore } from 'pinia';\nimport Vue from 'vue';\nimport { FileId, SelectionStore } from '../types';\nexport const useSelectionStore = defineStore('selection', {\n state: () => ({\n selected: [],\n lastSelection: [],\n lastSelectedIndex: null,\n }),\n actions: {\n /**\n * Set the selection of fileIds\n */\n set(selection = []) {\n Vue.set(this, 'selected', [...new Set(selection)]);\n },\n /**\n * Set the last selected index\n */\n setLastIndex(lastSelectedIndex = null) {\n // Update the last selection if we provided a new selection starting point\n Vue.set(this, 'lastSelection', lastSelectedIndex ? this.selected : []);\n Vue.set(this, 'lastSelectedIndex', lastSelectedIndex);\n },\n /**\n * Reset the selection\n */\n reset() {\n Vue.set(this, 'selected', []);\n Vue.set(this, 'lastSelection', []);\n Vue.set(this, 'lastSelectedIndex', null);\n },\n },\n});\n","import { defineStore } from 'pinia';\nimport { getUploader } from '@nextcloud/upload';\nlet uploader;\nexport const useUploaderStore = function (...args) {\n // Only init on runtime\n uploader = getUploader();\n const store = defineStore('uploader', {\n state: () => ({\n queue: uploader.queue,\n }),\n });\n return store(...args);\n};\n","import { defineStore } from 'pinia';\nimport { emit, subscribe } from '@nextcloud/event-bus';\nimport { generateUrl } from '@nextcloud/router';\nimport { loadState } from '@nextcloud/initial-state';\nimport axios from '@nextcloud/axios';\nimport Vue from 'vue';\nconst userConfig = loadState('files', 'config', {\n show_hidden: false,\n crop_image_previews: true,\n sort_favorites_first: true,\n grid_view: false,\n});\nexport const useUserConfigStore = function (...args) {\n const store = defineStore('userconfig', {\n state: () => ({\n userConfig,\n }),\n actions: {\n /**\n * Update the user config local store\n */\n onUpdate(key, value) {\n Vue.set(this.userConfig, key, value);\n },\n /**\n * Update the user config local store AND on server side\n */\n async update(key, value) {\n await axios.put(generateUrl('/apps/files/api/v1/config/' + key), {\n value,\n });\n emit('files:config:updated', { key, value });\n },\n },\n });\n const userConfigStore = store(...args);\n // Make sure we only register the listeners once\n if (!userConfigStore._initialized) {\n subscribe('files:config:updated', function ({ key, value }) {\n userConfigStore.onUpdate(key, value);\n });\n userConfigStore._initialized = true;\n }\n return userConfigStore;\n};\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { defineStore } from 'pinia';\nimport { emit, subscribe } from '@nextcloud/event-bus';\nimport { generateUrl } from '@nextcloud/router';\nimport { loadState } from '@nextcloud/initial-state';\nimport axios from '@nextcloud/axios';\nimport Vue from 'vue';\nconst viewConfig = loadState('files', 'viewConfigs', {});\nexport const useViewConfigStore = function (...args) {\n const store = defineStore('viewconfig', {\n state: () => ({\n viewConfig,\n }),\n getters: {\n getConfig: (state) => (view) => state.viewConfig[view] || {},\n },\n actions: {\n /**\n * Update the view config local store\n */\n onUpdate(view, key, value) {\n if (!this.viewConfig[view]) {\n Vue.set(this.viewConfig, view, {});\n }\n Vue.set(this.viewConfig[view], key, value);\n },\n /**\n * Update the view config local store AND on server side\n */\n async update(view, key, value) {\n axios.put(generateUrl(`/apps/files/api/v1/views/${view}/${key}`), {\n value,\n });\n emit('files:viewconfig:updated', { view, key, value });\n },\n /**\n * Set the sorting key AND sort by ASC\n * The key param must be a valid key of a File object\n * If not found, will be searched within the File attributes\n */\n setSortingBy(key = 'basename', view = 'files') {\n // Save new config\n this.update(view, 'sorting_mode', key);\n this.update(view, 'sorting_direction', 'asc');\n },\n /**\n * Toggle the sorting direction\n */\n toggleSortingDirection(view = 'files') {\n const config = this.getConfig(view) || { sorting_direction: 'asc' };\n const newDirection = config.sorting_direction === 'asc' ? 'desc' : 'asc';\n // Save new config\n this.update(view, 'sorting_direction', newDirection);\n },\n },\n });\n const viewConfigStore = store(...args);\n // Make sure we only register the listeners once\n if (!viewConfigStore._initialized) {\n subscribe('files:viewconfig:updated', function ({ view, key, value }) {\n viewConfigStore.onUpdate(view, key, value);\n });\n viewConfigStore._initialized = true;\n }\n return viewConfigStore;\n};\n","import mod from \"-!../vue-loader/lib/index.js??vue-loader-options!./Home.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../vue-loader/lib/index.js??vue-loader-options!./Home.vue?vue&type=script&lang=js\"","\n\n","import { render, staticRenderFns } from \"./Home.vue?vue&type=template&id=69a49b0f\"\nimport script from \"./Home.vue?vue&type=script&lang=js\"\nexport * from \"./Home.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('span',_vm._b({staticClass:\"material-design-icon home-icon\",attrs:{\"aria-hidden\":!_vm.title,\"aria-label\":_vm.title,\"role\":\"img\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'span',_vm.$attrs,false),[_c('svg',{staticClass:\"material-design-icon__svg\",attrs:{\"fill\":_vm.fillColor,\"width\":_vm.size,\"height\":_vm.size,\"viewBox\":\"0 0 24 24\"}},[_c('path',{attrs:{\"d\":\"M10,20V14H14V20H19V12H22L12,3L2,12H5V20H10Z\"}},[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e()])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n\n\n\n\n","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./BreadCrumbs.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./BreadCrumbs.vue?vue&type=script&lang=js\"","\n import API from \"!../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./BreadCrumbs.vue?vue&type=style&index=0&id=2af35352&prod&lang=scss&scoped=true\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./BreadCrumbs.vue?vue&type=style&index=0&id=2af35352&prod&lang=scss&scoped=true\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./BreadCrumbs.vue?vue&type=template&id=2af35352&scoped=true\"\nimport script from \"./BreadCrumbs.vue?vue&type=script&lang=js\"\nexport * from \"./BreadCrumbs.vue?vue&type=script&lang=js\"\nimport style0 from \"./BreadCrumbs.vue?vue&type=style&index=0&id=2af35352&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"2af35352\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('NcBreadcrumbs',{attrs:{\"data-cy-files-content-breadcrumbs\":\"\"},scopedSlots:_vm._u([{key:\"actions\",fn:function(){return [_vm._t(\"actions\")]},proxy:true}],null,true)},_vm._l((_vm.sections),function(section,index){return _c('NcBreadcrumb',_vm._b({key:section.dir,attrs:{\"aria-label\":_vm.ariaLabel(section),\"title\":_vm.ariaLabel(section),\"dir\":\"auto\",\"to\":section.to},nativeOn:{\"click\":function($event){return _vm.onClick(section.to)}},scopedSlots:_vm._u([(index === 0)?{key:\"icon\",fn:function(){return [_c('Home',{attrs:{\"size\":20}})]},proxy:true}:null],null,true)},'NcBreadcrumb',section,false))}),1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('VirtualList',{ref:\"table\",attrs:{\"data-component\":_vm.userConfig.grid_view ? _vm.FileEntryGrid : _vm.FileEntry,\"data-key\":'source',\"data-sources\":_vm.nodes,\"grid-mode\":_vm.userConfig.grid_view,\"extra-props\":{\n\t\tisMtimeAvailable: _vm.isMtimeAvailable,\n\t\tisSizeAvailable: _vm.isSizeAvailable,\n\t\tnodes: _vm.nodes,\n\t\tfilesListWidth: _vm.filesListWidth,\n\t},\"scroll-to-index\":_vm.scrollToIndex,\"caption\":_vm.caption},scopedSlots:_vm._u([{key:\"before\",fn:function(){return _vm._l((_vm.sortedHeaders),function(header){return _c('FilesListHeader',{key:header.id,attrs:{\"current-folder\":_vm.currentFolder,\"current-view\":_vm.currentView,\"header\":header}})})},proxy:true},{key:\"header\",fn:function(){return [_c('FilesListTableHeader',{ref:\"thead\",attrs:{\"files-list-width\":_vm.filesListWidth,\"is-mtime-available\":_vm.isMtimeAvailable,\"is-size-available\":_vm.isSizeAvailable,\"nodes\":_vm.nodes}})]},proxy:true},{key:\"footer\",fn:function(){return [_c('FilesListTableFooter',{attrs:{\"files-list-width\":_vm.filesListWidth,\"is-mtime-available\":_vm.isMtimeAvailable,\"is-size-available\":_vm.isSizeAvailable,\"nodes\":_vm.nodes,\"summary\":_vm.summary}})]},proxy:true}])})\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n\n","import mod from \"-!../vue-loader/lib/index.js??vue-loader-options!./FileMultiple.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../vue-loader/lib/index.js??vue-loader-options!./FileMultiple.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./FileMultiple.vue?vue&type=template&id=065722db\"\nimport script from \"./FileMultiple.vue?vue&type=script&lang=js\"\nexport * from \"./FileMultiple.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('span',_vm._b({staticClass:\"material-design-icon file-multiple-icon\",attrs:{\"aria-hidden\":!_vm.title,\"aria-label\":_vm.title,\"role\":\"img\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'span',_vm.$attrs,false),[_c('svg',{staticClass:\"material-design-icon__svg\",attrs:{\"fill\":_vm.fillColor,\"width\":_vm.size,\"height\":_vm.size,\"viewBox\":\"0 0 24 24\"}},[_c('path',{attrs:{\"d\":\"M15,7H20.5L15,1.5V7M8,0H16L22,6V18A2,2 0 0,1 20,20H8C6.89,20 6,19.1 6,18V2A2,2 0 0,1 8,0M4,4V22H20V24H4A2,2 0 0,1 2,22V4H4Z\"}},[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e()])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import { render, staticRenderFns } from \"./Folder.vue?vue&type=template&id=5c04f969\"\nimport script from \"./Folder.vue?vue&type=script&lang=js\"\nexport * from \"./Folder.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('div',{staticClass:\"files-list-drag-image\"},[_c('span',{staticClass:\"files-list-drag-image__icon\"},[_c('span',{ref:\"previewImg\"}),_vm._v(\" \"),(_vm.isSingleFolder)?_c('FolderIcon'):_c('FileMultipleIcon')],1),_vm._v(\" \"),_c('span',{staticClass:\"files-list-drag-image__name\"},[_vm._v(_vm._s(_vm.name))])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","/**\n * @copyright Copyright (c) 2021 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { FileType } from '@nextcloud/files';\nimport { translate as t, translatePlural as n } from '@nextcloud/l10n';\nexport const encodeFilePath = function (path) {\n const pathSections = (path.startsWith('/') ? path : `/${path}`).split('/');\n let relativePath = '';\n pathSections.forEach((section) => {\n if (section !== '') {\n relativePath += '/' + encodeURIComponent(section);\n }\n });\n return relativePath;\n};\n/**\n * Extract dir and name from file path\n *\n * @param {string} path the full path\n * @return {string[]} [dirPath, fileName]\n */\nexport const extractFilePaths = function (path) {\n const pathSections = path.split('/');\n const fileName = pathSections[pathSections.length - 1];\n const dirPath = pathSections.slice(0, pathSections.length - 1).join('/');\n return [dirPath, fileName];\n};\n/**\n * Generate a translated summary of an array of nodes\n * @param {Node[]} nodes the nodes to summarize\n * @return {string}\n */\nexport const getSummaryFor = (nodes) => {\n const fileCount = nodes.filter(node => node.type === FileType.File).length;\n const folderCount = nodes.filter(node => node.type === FileType.Folder).length;\n if (fileCount === 0) {\n return n('files', '{folderCount} folder', '{folderCount} folders', folderCount, { folderCount });\n }\n else if (folderCount === 0) {\n return n('files', '{fileCount} file', '{fileCount} files', fileCount, { fileCount });\n }\n if (fileCount === 1) {\n return n('files', '1 file and {folderCount} folder', '1 file and {folderCount} folders', folderCount, { folderCount });\n }\n if (folderCount === 1) {\n return n('files', '{fileCount} file and 1 folder', '{fileCount} files and 1 folder', fileCount, { fileCount });\n }\n return t('files', '{fileCount} files and {folderCount} folders', { fileCount, folderCount });\n};\n","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./DragAndDropPreview.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./DragAndDropPreview.vue?vue&type=script&lang=ts\"","\n import API from \"!../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./DragAndDropPreview.vue?vue&type=style&index=0&id=578d5cf6&prod&lang=scss\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./DragAndDropPreview.vue?vue&type=style&index=0&id=578d5cf6&prod&lang=scss\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./DragAndDropPreview.vue?vue&type=template&id=578d5cf6\"\nimport script from \"./DragAndDropPreview.vue?vue&type=script&lang=ts\"\nexport * from \"./DragAndDropPreview.vue?vue&type=script&lang=ts\"\nimport style0 from \"./DragAndDropPreview.vue?vue&type=style&index=0&id=578d5cf6&prod&lang=scss\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","import DragAndDropPreview from '../components/DragAndDropPreview.vue';\nimport Vue from 'vue';\nconst Preview = Vue.extend(DragAndDropPreview);\nlet preview;\nexport const getDragAndDropPreview = async (nodes) => {\n return new Promise((resolve) => {\n if (!preview) {\n preview = new Preview().$mount();\n document.body.appendChild(preview.$el);\n }\n preview.update(nodes);\n preview.$on('loaded', () => {\n resolve(preview.$el);\n preview.$off('loaded');\n });\n });\n};\n","\n import API from \"!../../../style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../css-loader/dist/cjs.js!./style.css\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../css-loader/dist/cjs.js!./style.css\";\n export default content && content.locals ? content.locals : undefined;\n","import axios from './lib/axios.js';\n\n// This module is intended to unwrap Axios default export as named.\n// Keep top-level export same with static properties\n// so that it can keep same with es module or cjs\nconst {\n Axios,\n AxiosError,\n CanceledError,\n isCancel,\n CancelToken,\n VERSION,\n all,\n Cancel,\n isAxiosError,\n spread,\n toFormData,\n AxiosHeaders,\n HttpStatusCode,\n formToJSON,\n getAdapter,\n mergeConfig\n} = axios;\n\nexport {\n axios as default,\n Axios,\n AxiosError,\n CanceledError,\n isCancel,\n CancelToken,\n VERSION,\n all,\n Cancel,\n isAxiosError,\n spread,\n toFormData,\n AxiosHeaders,\n HttpStatusCode,\n formToJSON,\n getAdapter,\n mergeConfig\n}\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport '@nextcloud/dialogs/style.css';\nimport { Permission } from '@nextcloud/files';\nimport PQueue from 'p-queue';\n// This is the processing queue. We only want to allow 3 concurrent requests\nlet queue;\n/**\n * Get the processing queue\n */\nexport const getQueue = () => {\n if (!queue) {\n queue = new PQueue({ concurrency: 3 });\n }\n return queue;\n};\nexport var MoveCopyAction;\n(function (MoveCopyAction) {\n MoveCopyAction[\"MOVE\"] = \"Move\";\n MoveCopyAction[\"COPY\"] = \"Copy\";\n MoveCopyAction[\"MOVE_OR_COPY\"] = \"move-or-copy\";\n})(MoveCopyAction || (MoveCopyAction = {}));\nexport const canMove = (nodes) => {\n const minPermission = nodes.reduce((min, node) => Math.min(min, node.permissions), Permission.ALL);\n return (minPermission & Permission.UPDATE) !== 0;\n};\nexport const canDownload = (nodes) => {\n return nodes.every(node => {\n const shareAttributes = JSON.parse(node.attributes?.['share-attributes'] ?? '[]');\n return !shareAttributes.some(attribute => attribute.scope === 'permissions' && attribute.enabled === false && attribute.key === 'download');\n });\n};\nexport const canCopy = (nodes) => {\n // For now the only restriction is that a shared file\n // cannot be copied if the download is disabled\n return canDownload(nodes);\n};\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport '@nextcloud/dialogs/style.css';\n// eslint-disable-next-line n/no-extraneous-import\nimport { AxiosError } from 'axios';\nimport { basename, join } from 'path';\nimport { emit } from '@nextcloud/event-bus';\nimport { generateRemoteUrl } from '@nextcloud/router';\nimport { getCurrentUser } from '@nextcloud/auth';\nimport { getFilePickerBuilder, showError } from '@nextcloud/dialogs';\nimport { Permission, FileAction, FileType, NodeStatus } from '@nextcloud/files';\nimport { translate as t } from '@nextcloud/l10n';\nimport axios from '@nextcloud/axios';\nimport Vue from 'vue';\nimport CopyIconSvg from '@mdi/svg/svg/folder-multiple.svg?raw';\nimport FolderMoveSvg from '@mdi/svg/svg/folder-move.svg?raw';\nimport { MoveCopyAction, canCopy, canMove, getQueue } from './moveOrCopyActionUtils';\nimport logger from '../logger';\n/**\n * Return the action that is possible for the given nodes\n * @param {Node[]} nodes The nodes to check against\n * @return {MoveCopyAction} The action that is possible for the given nodes\n */\nconst getActionForNodes = (nodes) => {\n if (canMove(nodes)) {\n if (canCopy(nodes)) {\n return MoveCopyAction.MOVE_OR_COPY;\n }\n return MoveCopyAction.MOVE;\n }\n // Assuming we can copy as the enabled checks for copy permissions\n return MoveCopyAction.COPY;\n};\n/**\n * Handle the copy/move of a node to a destination\n * This can be imported and used by other scripts/components on server\n * @param {Node} node The node to copy/move\n * @param {Folder} destination The destination to copy/move the node to\n * @param {MoveCopyAction} method The method to use for the copy/move\n * @param {boolean} overwrite Whether to overwrite the destination if it exists\n * @return {Promise} A promise that resolves when the copy/move is done\n */\nexport const handleCopyMoveNodeTo = async (node, destination, method, overwrite = false) => {\n if (!destination) {\n return;\n }\n if (destination.type !== FileType.Folder) {\n throw new Error(t('files', 'Destination is not a folder'));\n }\n if (node.dirname === destination.path) {\n throw new Error(t('files', 'This file/folder is already in that directory'));\n }\n /**\n * Example:\n * node: /foo/bar/file.txt -> path = /foo/bar\n * destination: /foo\n * Allow move of /foo does not start with /foo/bar so allow\n */\n if (destination.path.startsWith(node.path)) {\n throw new Error(t('files', 'You cannot move a file/folder onto itself or into a subfolder of itself'));\n }\n const relativePath = join(destination.path, node.basename);\n const destinationUrl = generateRemoteUrl(`dav/files/${getCurrentUser()?.uid}${relativePath}`);\n // Set loading state\n Vue.set(node, 'status', NodeStatus.LOADING);\n const queue = getQueue();\n return await queue.add(async () => {\n try {\n await axios({\n method: method === MoveCopyAction.COPY ? 'COPY' : 'MOVE',\n url: node.encodedSource,\n headers: {\n Destination: encodeURI(destinationUrl),\n Overwrite: overwrite ? undefined : 'F',\n },\n });\n // If we're moving, update the node\n // if we're copying, we don't need to update the node\n // the view will refresh itself\n if (method === MoveCopyAction.MOVE) {\n // Delete the node as it will be fetched again\n // when navigating to the destination folder\n emit('files:node:deleted', node);\n }\n }\n catch (error) {\n if (error instanceof AxiosError) {\n if (error?.response?.status === 412) {\n throw new Error(t('files', 'A file or folder with that name already exists in this folder'));\n }\n else if (error?.response?.status === 423) {\n throw new Error(t('files', 'The files is locked'));\n }\n else if (error?.response?.status === 404) {\n throw new Error(t('files', 'The file does not exist anymore'));\n }\n else if (error.message) {\n throw new Error(error.message);\n }\n }\n throw new Error();\n }\n finally {\n Vue.set(node, 'status', undefined);\n }\n });\n};\n/**\n * Open a file picker for the given action\n * @param {MoveCopyAction} action The action to open the file picker for\n * @param {string} dir The directory to start the file picker in\n * @param {Node[]} nodes The nodes to move/copy\n * @return {Promise} The picked destination\n */\nconst openFilePickerForAction = async (action, dir = '/', nodes) => {\n const fileIDs = nodes.map(node => node.fileid).filter(Boolean);\n const filePicker = getFilePickerBuilder(t('files', 'Chose destination'))\n .allowDirectories(true)\n .setFilter((n) => {\n // We only want to show folders that we can create nodes in\n return (n.permissions & Permission.CREATE) !== 0\n // We don't want to show the current nodes in the file picker\n && !fileIDs.includes(n.fileid);\n })\n .setMimeTypeFilter([])\n .setMultiSelect(false)\n .startAt(dir);\n return new Promise((resolve, reject) => {\n filePicker.setButtonFactory((_selection, path) => {\n const buttons = [];\n const target = basename(path);\n const dirnames = nodes.map(node => node.dirname);\n const paths = nodes.map(node => node.path);\n if (dirnames.includes(path)) {\n // This file/folder is already in that directory\n return buttons;\n }\n if (paths.includes(path)) {\n // You cannot move a file/folder onto itself\n return buttons;\n }\n if (action === MoveCopyAction.COPY || action === MoveCopyAction.MOVE_OR_COPY) {\n buttons.push({\n label: target ? t('files', 'Copy to {target}', { target }) : t('files', 'Copy'),\n type: 'primary',\n icon: CopyIconSvg,\n async callback(destination) {\n resolve({\n destination: destination[0],\n action: MoveCopyAction.COPY,\n });\n },\n });\n }\n if (action === MoveCopyAction.MOVE || action === MoveCopyAction.MOVE_OR_COPY) {\n buttons.push({\n label: target ? t('files', 'Move to {target}', { target }) : t('files', 'Move'),\n type: action === MoveCopyAction.MOVE ? 'primary' : 'secondary',\n icon: FolderMoveSvg,\n async callback(destination) {\n resolve({\n destination: destination[0],\n action: MoveCopyAction.MOVE,\n });\n },\n });\n }\n return buttons;\n });\n const picker = filePicker.build();\n picker.pick().catch(() => {\n reject(new Error(t('files', 'Cancelled move or copy operation')));\n });\n });\n};\nexport const action = new FileAction({\n id: 'move-copy',\n displayName(nodes) {\n switch (getActionForNodes(nodes)) {\n case MoveCopyAction.MOVE:\n return t('files', 'Move');\n case MoveCopyAction.COPY:\n return t('files', 'Copy');\n case MoveCopyAction.MOVE_OR_COPY:\n return t('files', 'Move or copy');\n }\n },\n iconSvgInline: () => FolderMoveSvg,\n enabled(nodes) {\n // We only support moving/copying files within the user folder\n if (!nodes.every(node => node.root?.startsWith('/files/'))) {\n return false;\n }\n return nodes.length > 0 && (canMove(nodes) || canCopy(nodes));\n },\n async exec(node, view, dir) {\n const action = getActionForNodes([node]);\n const result = await openFilePickerForAction(action, dir, [node]);\n try {\n await handleCopyMoveNodeTo(node, result.destination, result.action);\n return true;\n }\n catch (error) {\n if (error instanceof Error && !!error.message) {\n showError(error.message);\n // Silent action as we handle the toast\n return null;\n }\n return false;\n }\n },\n async execBatch(nodes, view, dir) {\n const action = getActionForNodes(nodes);\n const result = await openFilePickerForAction(action, dir, nodes);\n const promises = nodes.map(async (node) => {\n try {\n await handleCopyMoveNodeTo(node, result.destination, result.action);\n return true;\n }\n catch (error) {\n logger.error(`Failed to ${result.action} node`, { node, error });\n return false;\n }\n });\n // We need to keep the selection on error!\n // So we do not return null, and for batch action\n // we let the front handle the error.\n return await Promise.all(promises);\n },\n order: 15,\n});\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nexport const hashCode = function (str) {\n return str.split('').reduce(function (a, b) {\n a = ((a << 5) - a) + b.charCodeAt(0);\n return a & a;\n }, 0);\n};\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { defineStore } from 'pinia';\nexport const useActionsMenuStore = defineStore('actionsmenu', {\n state: () => ({\n opened: null,\n }),\n});\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { defineStore } from 'pinia';\nimport Vue from 'vue';\nexport const useDragAndDropStore = defineStore('dragging', {\n state: () => ({\n dragging: [],\n }),\n actions: {\n /**\n * Set the selection of fileIds\n */\n set(selection = []) {\n Vue.set(this, 'dragging', selection);\n },\n /**\n * Reset the selection\n */\n reset() {\n Vue.set(this, 'dragging', []);\n },\n },\n});\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { defineStore } from 'pinia';\nimport { subscribe } from '@nextcloud/event-bus';\nexport const useRenamingStore = function (...args) {\n const store = defineStore('renaming', {\n state: () => ({\n renamingNode: undefined,\n newName: '',\n }),\n });\n const renamingStore = store(...args);\n // Make sure we only register the listeners once\n if (!renamingStore._initialized) {\n subscribe('files:node:rename', function (node) {\n renamingStore.renamingNode = node;\n renamingStore.newName = node.basename;\n });\n renamingStore._initialized = true;\n }\n return renamingStore;\n};\n","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('span')\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./CustomElementRender.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./CustomElementRender.vue?vue&type=script&lang=ts\"","import { render, staticRenderFns } from \"./CustomElementRender.vue?vue&type=template&id=08a118c6\"\nimport script from \"./CustomElementRender.vue?vue&type=script&lang=ts\"\nexport * from \"./CustomElementRender.vue?vue&type=script&lang=ts\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","import mod from \"-!../vue-loader/lib/index.js??vue-loader-options!./ArrowLeft.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../vue-loader/lib/index.js??vue-loader-options!./ArrowLeft.vue?vue&type=script&lang=js\"","\n\n","import { render, staticRenderFns } from \"./ArrowLeft.vue?vue&type=template&id=187c55d7\"\nimport script from \"./ArrowLeft.vue?vue&type=script&lang=js\"\nexport * from \"./ArrowLeft.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('span',_vm._b({staticClass:\"material-design-icon arrow-left-icon\",attrs:{\"aria-hidden\":!_vm.title,\"aria-label\":_vm.title,\"role\":\"img\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'span',_vm.$attrs,false),[_c('svg',{staticClass:\"material-design-icon__svg\",attrs:{\"fill\":_vm.fillColor,\"width\":_vm.size,\"height\":_vm.size,\"viewBox\":\"0 0 24 24\"}},[_c('path',{attrs:{\"d\":\"M20,11V13H8L13.5,18.5L12.08,19.92L4.16,12L12.08,4.08L13.5,5.5L8,11H20Z\"}},[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e()])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../vue-loader/lib/index.js??vue-loader-options!./ChevronRight.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../vue-loader/lib/index.js??vue-loader-options!./ChevronRight.vue?vue&type=script&lang=js\"","\n\n","import { render, staticRenderFns } from \"./ChevronRight.vue?vue&type=template&id=750bcc07\"\nimport script from \"./ChevronRight.vue?vue&type=script&lang=js\"\nexport * from \"./ChevronRight.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('span',_vm._b({staticClass:\"material-design-icon chevron-right-icon\",attrs:{\"aria-hidden\":!_vm.title,\"aria-label\":_vm.title,\"role\":\"img\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'span',_vm.$attrs,false),[_c('svg',{staticClass:\"material-design-icon__svg\",attrs:{\"fill\":_vm.fillColor,\"width\":_vm.size,\"height\":_vm.size,\"viewBox\":\"0 0 24 24\"}},[_c('path',{attrs:{\"d\":\"M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z\"}},[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e()])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('td',{staticClass:\"files-list__row-actions\",attrs:{\"data-cy-files-list-row-actions\":\"\"}},[_vm._l((_vm.enabledRenderActions),function(action){return _c('CustomElementRender',{key:action.id,staticClass:\"files-list__row-action--inline\",class:'files-list__row-action-' + action.id,attrs:{\"current-view\":_vm.currentView,\"render\":action.renderInline,\"source\":_vm.source}})}),_vm._v(\" \"),_c('NcActions',{ref:\"actionsMenu\",attrs:{\"boundaries-element\":_vm.getBoundariesElement,\"container\":_vm.getBoundariesElement,\"disabled\":_vm.isLoading || _vm.loading !== '',\"force-name\":true,\"type\":\"tertiary\",\"force-menu\":_vm.enabledInlineActions.length === 0 /* forceMenu only if no inline actions */,\"inline\":_vm.enabledInlineActions.length,\"open\":_vm.openedMenu},on:{\"update:open\":function($event){_vm.openedMenu=$event},\"close\":function($event){_vm.openedSubmenu = null}}},[_vm._l((_vm.enabledMenuActions),function(action){return _c('NcActionButton',{key:action.id,class:{\n\t\t\t\t[`files-list__row-action-${action.id}`]: true,\n\t\t\t\t[`files-list__row-action--menu`]: _vm.isMenu(action.id)\n\t\t\t},attrs:{\"close-after-click\":!_vm.isMenu(action.id),\"data-cy-files-list-row-action\":action.id,\"is-menu\":_vm.isMenu(action.id),\"title\":action.title?.([_vm.source], _vm.currentView)},on:{\"click\":function($event){return _vm.onActionClick(action)}},scopedSlots:_vm._u([{key:\"icon\",fn:function(){return [(_vm.loading === action.id)?_c('NcLoadingIcon',{attrs:{\"size\":18}}):_c('NcIconSvgWrapper',{attrs:{\"svg\":action.iconSvgInline([_vm.source], _vm.currentView)}})]},proxy:true}],null,true)},[_vm._v(\"\\n\\t\\t\\t\"+_vm._s(_vm.mountType === 'shared' && action.id === 'sharing-status' ? '' : _vm.actionDisplayName(action))+\"\\n\\t\\t\")])}),_vm._v(\" \"),(_vm.openedSubmenu && _vm.enabledSubmenuActions[_vm.openedSubmenu?.id])?[_c('NcActionButton',{staticClass:\"files-list__row-action-back\",on:{\"click\":function($event){_vm.openedSubmenu = null}},scopedSlots:_vm._u([{key:\"icon\",fn:function(){return [_c('ArrowLeftIcon')]},proxy:true}],null,false,3001860362)},[_vm._v(\"\\n\\t\\t\\t\\t\"+_vm._s(_vm.actionDisplayName(_vm.openedSubmenu))+\"\\n\\t\\t\\t\")]),_vm._v(\" \"),_c('NcActionSeparator'),_vm._v(\" \"),_vm._l((_vm.enabledSubmenuActions[_vm.openedSubmenu?.id]),function(action){return _c('NcActionButton',{key:action.id,staticClass:\"files-list__row-action--submenu\",class:`files-list__row-action-${action.id}`,attrs:{\"close-after-click\":false /* never close submenu, just go back */,\"data-cy-files-list-row-action\":action.id,\"title\":action.title?.([_vm.source], _vm.currentView)},on:{\"click\":function($event){return _vm.onActionClick(action)}},scopedSlots:_vm._u([{key:\"icon\",fn:function(){return [(_vm.loading === action.id)?_c('NcLoadingIcon',{attrs:{\"size\":18}}):_c('NcIconSvgWrapper',{attrs:{\"svg\":action.iconSvgInline([_vm.source], _vm.currentView)}})]},proxy:true}],null,true)},[_vm._v(\"\\n\\t\\t\\t\\t\"+_vm._s(_vm.actionDisplayName(action))+\"\\n\\t\\t\\t\")])})]:_vm._e()],2)],2)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../../../../../node_modules/babel-loader/lib/index.js!../../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FileEntryActions.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../../node_modules/babel-loader/lib/index.js!../../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FileEntryActions.vue?vue&type=script&lang=ts\"","\n import API from \"!../../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../../../node_modules/css-loader/dist/cjs.js!../../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../../node_modules/sass-loader/dist/cjs.js!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FileEntryActions.vue?vue&type=style&index=0&id=6dd8d639&prod&lang=scss&scoped=true\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../../../node_modules/css-loader/dist/cjs.js!../../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../../node_modules/sass-loader/dist/cjs.js!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FileEntryActions.vue?vue&type=style&index=0&id=6dd8d639&prod&lang=scss&scoped=true\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./FileEntryActions.vue?vue&type=template&id=6dd8d639&scoped=true\"\nimport script from \"./FileEntryActions.vue?vue&type=script&lang=ts\"\nexport * from \"./FileEntryActions.vue?vue&type=script&lang=ts\"\nimport style0 from \"./FileEntryActions.vue?vue&type=style&index=0&id=6dd8d639&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"6dd8d639\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('td',{staticClass:\"files-list__row-checkbox\"},[(_vm.isLoading)?_c('NcLoadingIcon'):_c('NcCheckboxRadioSwitch',{attrs:{\"aria-label\":_vm.t('files', 'Select the row for {displayName}', { displayName: _vm.displayName }),\"checked\":_vm.isSelected},on:{\"update:checked\":_vm.onSelectionChange}})],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { defineStore } from 'pinia';\nimport Vue from 'vue';\n/**\n * Observe various events and save the current\n * special keys states. Useful for checking the\n * current status of a key when executing a method.\n */\nexport const useKeyboardStore = function (...args) {\n const store = defineStore('keyboard', {\n state: () => ({\n altKey: false,\n ctrlKey: false,\n metaKey: false,\n shiftKey: false,\n }),\n actions: {\n onEvent(event) {\n if (!event) {\n event = window.event;\n }\n Vue.set(this, 'altKey', !!event.altKey);\n Vue.set(this, 'ctrlKey', !!event.ctrlKey);\n Vue.set(this, 'metaKey', !!event.metaKey);\n Vue.set(this, 'shiftKey', !!event.shiftKey);\n },\n },\n });\n const keyboardStore = store(...args);\n // Make sure we only register the listeners once\n if (!keyboardStore._initialized) {\n window.addEventListener('keydown', keyboardStore.onEvent);\n window.addEventListener('keyup', keyboardStore.onEvent);\n window.addEventListener('mousemove', keyboardStore.onEvent);\n keyboardStore._initialized = true;\n }\n return keyboardStore;\n};\n","import mod from \"-!../../../../../node_modules/babel-loader/lib/index.js!../../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FileEntryCheckbox.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../../node_modules/babel-loader/lib/index.js!../../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FileEntryCheckbox.vue?vue&type=script&lang=ts\"","import { render, staticRenderFns } from \"./FileEntryCheckbox.vue?vue&type=template&id=f1e33696\"\nimport script from \"./FileEntryCheckbox.vue?vue&type=script&lang=ts\"\nexport * from \"./FileEntryCheckbox.vue?vue&type=script&lang=ts\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return (_vm.isRenaming)?_c('form',{directives:[{name:\"on-click-outside\",rawName:\"v-on-click-outside\",value:(_vm.stopRenaming),expression:\"stopRenaming\"}],staticClass:\"files-list__row-rename\",attrs:{\"aria-label\":_vm.t('files', 'Rename file')},on:{\"submit\":function($event){$event.preventDefault();$event.stopPropagation();return _vm.onRename.apply(null, arguments)}}},[_c('NcTextField',{ref:\"renameInput\",attrs:{\"label\":_vm.renameLabel,\"autofocus\":true,\"minlength\":1,\"required\":true,\"value\":_vm.newName,\"enterkeyhint\":\"done\"},on:{\"update:value\":function($event){_vm.newName=$event},\"keyup\":[_vm.checkInputValidity,function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,\"esc\",27,$event.key,[\"Esc\",\"Escape\"]))return null;return _vm.stopRenaming.apply(null, arguments)}]}})],1):_c(_vm.linkTo.is,_vm._b({ref:\"basename\",tag:\"component\",staticClass:\"files-list__row-name-link\",attrs:{\"aria-hidden\":_vm.isRenaming,\"data-cy-files-list-row-name-link\":\"\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'component',_vm.linkTo.params,false),[_c('span',{staticClass:\"files-list__row-name-text\"},[_c('span',{staticClass:\"files-list__row-name-\",domProps:{\"textContent\":_vm._s(_vm.displayName)}}),_vm._v(\" \"),_c('span',{staticClass:\"files-list__row-name-ext\",domProps:{\"textContent\":_vm._s(_vm.extension)}})])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../../../../../node_modules/babel-loader/lib/index.js!../../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FileEntryName.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../../node_modules/babel-loader/lib/index.js!../../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FileEntryName.vue?vue&type=script&lang=ts\"","import { render, staticRenderFns } from \"./FileEntryName.vue?vue&type=template&id=111fd7bb\"\nimport script from \"./FileEntryName.vue?vue&type=script&lang=ts\"\nexport * from \"./FileEntryName.vue?vue&type=script&lang=ts\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('span',{staticClass:\"files-list__row-icon\"},[(_vm.source.type === 'folder')?[(_vm.dragover)?_vm._m(0):[_vm._m(1),_vm._v(\" \"),(_vm.folderOverlay)?_c(_vm.folderOverlay,{tag:\"OverlayIcon\",staticClass:\"files-list__row-icon-overlay\"}):_vm._e()]]:(_vm.previewUrl && _vm.backgroundFailed !== true)?_c('img',{ref:\"previewImg\",staticClass:\"files-list__row-icon-preview\",class:{'files-list__row-icon-preview--loaded': _vm.backgroundFailed === false},attrs:{\"alt\":\"\",\"loading\":\"lazy\",\"src\":_vm.previewUrl},on:{\"error\":function($event){_vm.backgroundFailed = true},\"load\":function($event){_vm.backgroundFailed = false}}}):_vm._m(2),_vm._v(\" \"),(_vm.isFavorite)?_c('span',{staticClass:\"files-list__row-icon-favorite\"},[_vm._m(3)],1):_vm._e(),_vm._v(\" \"),(_vm.fileOverlay)?_c(_vm.fileOverlay,{tag:\"OverlayIcon\",staticClass:\"files-list__row-icon-overlay files-list__row-icon-overlay--file\"}):_vm._e()],2)\n}\nvar staticRenderFns = [function (){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('FolderOpenIcon')\n},function (){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('FolderIcon')\n},function (){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('FileIcon')\n},function (){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('FavoriteIcon')\n}]\n\nexport { render, staticRenderFns }","\n\n","import mod from \"-!../vue-loader/lib/index.js??vue-loader-options!./AccountPlus.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../vue-loader/lib/index.js??vue-loader-options!./AccountPlus.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./AccountPlus.vue?vue&type=template&id=98f97aee\"\nimport script from \"./AccountPlus.vue?vue&type=script&lang=js\"\nexport * from \"./AccountPlus.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('span',_vm._b({staticClass:\"material-design-icon account-plus-icon\",attrs:{\"aria-hidden\":!_vm.title,\"aria-label\":_vm.title,\"role\":\"img\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'span',_vm.$attrs,false),[_c('svg',{staticClass:\"material-design-icon__svg\",attrs:{\"fill\":_vm.fillColor,\"width\":_vm.size,\"height\":_vm.size,\"viewBox\":\"0 0 24 24\"}},[_c('path',{attrs:{\"d\":\"M15,14C12.33,14 7,15.33 7,18V20H23V18C23,15.33 17.67,14 15,14M6,10V7H4V10H1V12H4V15H6V12H9V10M15,12A4,4 0 0,0 19,8A4,4 0 0,0 15,4A4,4 0 0,0 11,8A4,4 0 0,0 15,12Z\"}},[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e()])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../vue-loader/lib/index.js??vue-loader-options!./File.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../vue-loader/lib/index.js??vue-loader-options!./File.vue?vue&type=script&lang=js\"","\n\n","import { render, staticRenderFns } from \"./File.vue?vue&type=template&id=5c8d96c6\"\nimport script from \"./File.vue?vue&type=script&lang=js\"\nexport * from \"./File.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('span',_vm._b({staticClass:\"material-design-icon file-icon\",attrs:{\"aria-hidden\":!_vm.title,\"aria-label\":_vm.title,\"role\":\"img\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'span',_vm.$attrs,false),[_c('svg',{staticClass:\"material-design-icon__svg\",attrs:{\"fill\":_vm.fillColor,\"width\":_vm.size,\"height\":_vm.size,\"viewBox\":\"0 0 24 24\"}},[_c('path',{attrs:{\"d\":\"M13,9V3.5L18.5,9M6,2C4.89,2 4,2.89 4,4V20A2,2 0 0,0 6,22H18A2,2 0 0,0 20,20V8L14,2H6Z\"}},[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e()])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../vue-loader/lib/index.js??vue-loader-options!./FolderOpen.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../vue-loader/lib/index.js??vue-loader-options!./FolderOpen.vue?vue&type=script&lang=js\"","\n\n","import { render, staticRenderFns } from \"./FolderOpen.vue?vue&type=template&id=3b29b1d5\"\nimport script from \"./FolderOpen.vue?vue&type=script&lang=js\"\nexport * from \"./FolderOpen.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('span',_vm._b({staticClass:\"material-design-icon folder-open-icon\",attrs:{\"aria-hidden\":!_vm.title,\"aria-label\":_vm.title,\"role\":\"img\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'span',_vm.$attrs,false),[_c('svg',{staticClass:\"material-design-icon__svg\",attrs:{\"fill\":_vm.fillColor,\"width\":_vm.size,\"height\":_vm.size,\"viewBox\":\"0 0 24 24\"}},[_c('path',{attrs:{\"d\":\"M19,20H4C2.89,20 2,19.1 2,18V6C2,4.89 2.89,4 4,4H10L12,6H19A2,2 0 0,1 21,8H21L4,8V18L6.14,10H23.21L20.93,18.5C20.7,19.37 19.92,20 19,20Z\"}},[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e()])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../vue-loader/lib/index.js??vue-loader-options!./Key.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../vue-loader/lib/index.js??vue-loader-options!./Key.vue?vue&type=script&lang=js\"","\n\n","import { render, staticRenderFns } from \"./Key.vue?vue&type=template&id=aa295eae\"\nimport script from \"./Key.vue?vue&type=script&lang=js\"\nexport * from \"./Key.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('span',_vm._b({staticClass:\"material-design-icon key-icon\",attrs:{\"aria-hidden\":!_vm.title,\"aria-label\":_vm.title,\"role\":\"img\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'span',_vm.$attrs,false),[_c('svg',{staticClass:\"material-design-icon__svg\",attrs:{\"fill\":_vm.fillColor,\"width\":_vm.size,\"height\":_vm.size,\"viewBox\":\"0 0 24 24\"}},[_c('path',{attrs:{\"d\":\"M7 14C5.9 14 5 13.1 5 12S5.9 10 7 10 9 10.9 9 12 8.1 14 7 14M12.6 10C11.8 7.7 9.6 6 7 6C3.7 6 1 8.7 1 12S3.7 18 7 18C9.6 18 11.8 16.3 12.6 14H16V18H20V14H23V10H12.6Z\"}},[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e()])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../vue-loader/lib/index.js??vue-loader-options!./Network.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../vue-loader/lib/index.js??vue-loader-options!./Network.vue?vue&type=script&lang=js\"","\n\n","import { render, staticRenderFns } from \"./Network.vue?vue&type=template&id=7c7d2907\"\nimport script from \"./Network.vue?vue&type=script&lang=js\"\nexport * from \"./Network.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('span',_vm._b({staticClass:\"material-design-icon network-icon\",attrs:{\"aria-hidden\":!_vm.title,\"aria-label\":_vm.title,\"role\":\"img\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'span',_vm.$attrs,false),[_c('svg',{staticClass:\"material-design-icon__svg\",attrs:{\"fill\":_vm.fillColor,\"width\":_vm.size,\"height\":_vm.size,\"viewBox\":\"0 0 24 24\"}},[_c('path',{attrs:{\"d\":\"M17,3A2,2 0 0,1 19,5V15A2,2 0 0,1 17,17H13V19H14A1,1 0 0,1 15,20H22V22H15A1,1 0 0,1 14,23H10A1,1 0 0,1 9,22H2V20H9A1,1 0 0,1 10,19H11V17H7C5.89,17 5,16.1 5,15V5A2,2 0 0,1 7,3H17Z\"}},[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e()])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../vue-loader/lib/index.js??vue-loader-options!./Tag.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../vue-loader/lib/index.js??vue-loader-options!./Tag.vue?vue&type=script&lang=js\"","\n\n","import { render, staticRenderFns } from \"./Tag.vue?vue&type=template&id=4d7171be\"\nimport script from \"./Tag.vue?vue&type=script&lang=js\"\nexport * from \"./Tag.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('span',_vm._b({staticClass:\"material-design-icon tag-icon\",attrs:{\"aria-hidden\":!_vm.title,\"aria-label\":_vm.title,\"role\":\"img\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'span',_vm.$attrs,false),[_c('svg',{staticClass:\"material-design-icon__svg\",attrs:{\"fill\":_vm.fillColor,\"width\":_vm.size,\"height\":_vm.size,\"viewBox\":\"0 0 24 24\"}},[_c('path',{attrs:{\"d\":\"M5.5,7A1.5,1.5 0 0,1 4,5.5A1.5,1.5 0 0,1 5.5,4A1.5,1.5 0 0,1 7,5.5A1.5,1.5 0 0,1 5.5,7M21.41,11.58L12.41,2.58C12.05,2.22 11.55,2 11,2H4C2.89,2 2,2.89 2,4V11C2,11.55 2.22,12.05 2.59,12.41L11.58,21.41C11.95,21.77 12.45,22 13,22C13.55,22 14.05,21.77 14.41,21.41L21.41,14.41C21.78,14.05 22,13.55 22,13C22,12.44 21.77,11.94 21.41,11.58Z\"}},[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e()])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../vue-loader/lib/index.js??vue-loader-options!./PlayCircle.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../vue-loader/lib/index.js??vue-loader-options!./PlayCircle.vue?vue&type=script&lang=js\"","\n\n","import { render, staticRenderFns } from \"./PlayCircle.vue?vue&type=template&id=34d1e782\"\nimport script from \"./PlayCircle.vue?vue&type=script&lang=js\"\nexport * from \"./PlayCircle.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('span',_vm._b({staticClass:\"material-design-icon play-circle-icon\",attrs:{\"aria-hidden\":!_vm.title,\"aria-label\":_vm.title,\"role\":\"img\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'span',_vm.$attrs,false),[_c('svg',{staticClass:\"material-design-icon__svg\",attrs:{\"fill\":_vm.fillColor,\"width\":_vm.size,\"height\":_vm.size,\"viewBox\":\"0 0 24 24\"}},[_c('path',{attrs:{\"d\":\"M10,16.5V7.5L16,12M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z\"}},[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e()])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../../../../../node_modules/babel-loader/lib/index.js!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./CollectivesIcon.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../node_modules/babel-loader/lib/index.js!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./CollectivesIcon.vue?vue&type=script&lang=js\"","\n\n\n","import { render, staticRenderFns } from \"./CollectivesIcon.vue?vue&type=template&id=18541dcc\"\nimport script from \"./CollectivesIcon.vue?vue&type=script&lang=js\"\nexport * from \"./CollectivesIcon.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('span',_vm._b({staticClass:\"material-design-icon collectives-icon\",attrs:{\"aria-hidden\":!_vm.title,\"aria-label\":_vm.title,\"role\":\"img\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'span',_vm.$attrs,false),[_c('svg',{staticClass:\"material-design-icon__svg\",attrs:{\"fill\":_vm.fillColor,\"width\":_vm.size,\"height\":_vm.size,\"viewBox\":\"0 0 16 16\"}},[_c('path',{attrs:{\"d\":\"M2.9,8.8c0-1.2,0.4-2.4,1.2-3.3L0.3,6c-0.2,0-0.3,0.3-0.1,0.4l2.7,2.6C2.9,9,2.9,8.9,2.9,8.8z\"}}),_vm._v(\" \"),_c('path',{attrs:{\"d\":\"M8,3.7c0.7,0,1.3,0.1,1.9,0.4L8.2,0.6c-0.1-0.2-0.3-0.2-0.4,0L6.1,4C6.7,3.8,7.3,3.7,8,3.7z\"}}),_vm._v(\" \"),_c('path',{attrs:{\"d\":\"M3.7,11.5L3,15.2c0,0.2,0.2,0.4,0.4,0.3l3.3-1.7C5.4,13.4,4.4,12.6,3.7,11.5z\"}}),_vm._v(\" \"),_c('path',{attrs:{\"d\":\"M15.7,6l-3.7-0.5c0.7,0.9,1.2,2,1.2,3.3c0,0.1,0,0.2,0,0.3l2.7-2.6C15.9,6.3,15.9,6.1,15.7,6z\"}}),_vm._v(\" \"),_c('path',{attrs:{\"d\":\"M12.3,11.5c-0.7,1.1-1.8,1.9-3,2.2l3.3,1.7c0.2,0.1,0.4-0.1,0.4-0.3L12.3,11.5z\"}}),_vm._v(\" \"),_c('path',{attrs:{\"d\":\"M9.6,10.1c-0.4,0.5-1,0.8-1.6,0.8c-1.1,0-2-0.9-2.1-2C5.9,7.7,6.8,6.7,8,6.7c0.6,0,1.1,0.3,1.5,0.7 c0.1,0.1,0.1,0.1,0.2,0.1h1.4c0.2,0,0.4-0.2,0.3-0.5c-0.7-1.3-2.1-2.2-3.8-2.1C5.8,5,4.3,6.6,4.1,8.5C4,10.8,5.8,12.7,8,12.7 c1.6,0,2.9-0.9,3.5-2.3c0.1-0.2-0.1-0.4-0.3-0.4H9.9C9.8,10,9.7,10,9.6,10.1z\"}})])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../../../../../node_modules/babel-loader/lib/index.js!../../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FavoriteIcon.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../../node_modules/babel-loader/lib/index.js!../../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FavoriteIcon.vue?vue&type=script&lang=ts\"","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('NcIconSvgWrapper',{staticClass:\"favorite-marker-icon\",attrs:{\"name\":_vm.t('files', 'Favorite'),\"svg\":_vm.StarSvg}})\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n import API from \"!../../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../../../node_modules/css-loader/dist/cjs.js!../../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../../node_modules/sass-loader/dist/cjs.js!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FavoriteIcon.vue?vue&type=style&index=0&id=04e52abc&prod&lang=scss&scoped=true\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../../../node_modules/css-loader/dist/cjs.js!../../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../../node_modules/sass-loader/dist/cjs.js!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FavoriteIcon.vue?vue&type=style&index=0&id=04e52abc&prod&lang=scss&scoped=true\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./FavoriteIcon.vue?vue&type=template&id=04e52abc&scoped=true\"\nimport script from \"./FavoriteIcon.vue?vue&type=script&lang=ts\"\nexport * from \"./FavoriteIcon.vue?vue&type=script&lang=ts\"\nimport style0 from \"./FavoriteIcon.vue?vue&type=style&index=0&id=04e52abc&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"04e52abc\",\n null\n \n)\n\nexport default component.exports","import mod from \"-!../../../../../node_modules/babel-loader/lib/index.js!../../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FileEntryPreview.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../../node_modules/babel-loader/lib/index.js!../../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FileEntryPreview.vue?vue&type=script&lang=ts\"","/**\n * @copyright Copyright (c) 2023 Louis Chmn \n *\n * @author Louis Chmn \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { Node, registerDavProperty } from '@nextcloud/files';\nexport function initLivePhotos() {\n registerDavProperty('nc:metadata-files-live-photo', { nc: 'http://nextcloud.org/ns' });\n}\n/**\n * @param {Node} node - The node\n */\nexport function isLivePhoto(node) {\n return node.attributes['metadata-files-live-photo'] !== undefined;\n}\n","import { render, staticRenderFns } from \"./FileEntryPreview.vue?vue&type=template&id=3c23da48\"\nimport script from \"./FileEntryPreview.vue?vue&type=script&lang=ts\"\nexport * from \"./FileEntryPreview.vue?vue&type=script&lang=ts\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('tr',_vm._g({staticClass:\"files-list__row\",class:{'files-list__row--dragover': _vm.dragover, 'files-list__row--loading': _vm.isLoading},attrs:{\"data-cy-files-list-row\":\"\",\"data-cy-files-list-row-fileid\":_vm.fileid,\"data-cy-files-list-row-name\":_vm.source.basename,\"draggable\":_vm.canDrag}},_vm.rowListeners),[(_vm.source.attributes.failed)?_c('span',{staticClass:\"files-list__row--failed\"}):_vm._e(),_vm._v(\" \"),_c('FileEntryCheckbox',{attrs:{\"display-name\":_vm.displayName,\"fileid\":_vm.fileid,\"is-loading\":_vm.isLoading,\"nodes\":_vm.nodes}}),_vm._v(\" \"),_c('td',{staticClass:\"files-list__row-name\",attrs:{\"data-cy-files-list-row-name\":\"\"}},[_c('FileEntryPreview',{ref:\"preview\",attrs:{\"source\":_vm.source,\"dragover\":_vm.dragover},nativeOn:{\"click\":function($event){return _vm.execDefaultAction.apply(null, arguments)}}}),_vm._v(\" \"),_c('FileEntryName',{ref:\"name\",attrs:{\"display-name\":_vm.displayName,\"extension\":_vm.extension,\"files-list-width\":_vm.filesListWidth,\"nodes\":_vm.nodes,\"source\":_vm.source},on:{\"click\":_vm.execDefaultAction}})],1),_vm._v(\" \"),_c('FileEntryActions',{directives:[{name:\"show\",rawName:\"v-show\",value:(!_vm.isRenamingSmallScreen),expression:\"!isRenamingSmallScreen\"}],ref:\"actions\",class:`files-list__row-actions-${_vm.uniqueId}`,attrs:{\"files-list-width\":_vm.filesListWidth,\"loading\":_vm.loading,\"opened\":_vm.openedMenu,\"source\":_vm.source},on:{\"update:loading\":function($event){_vm.loading=$event},\"update:opened\":function($event){_vm.openedMenu=$event}}}),_vm._v(\" \"),(!_vm.compact && _vm.isSizeAvailable)?_c('td',{staticClass:\"files-list__row-size\",style:(_vm.sizeOpacity),attrs:{\"data-cy-files-list-row-size\":\"\"},on:{\"click\":_vm.openDetailsIfAvailable}},[_c('span',[_vm._v(_vm._s(_vm.size))])]):_vm._e(),_vm._v(\" \"),(!_vm.compact && _vm.isMtimeAvailable)?_c('td',{staticClass:\"files-list__row-mtime\",style:(_vm.mtimeOpacity),attrs:{\"data-cy-files-list-row-mtime\":\"\"},on:{\"click\":_vm.openDetailsIfAvailable}},[_c('NcDateTime',{attrs:{\"timestamp\":_vm.source.mtime,\"ignore-seconds\":true}})],1):_vm._e(),_vm._v(\" \"),_vm._l((_vm.columns),function(column){return _c('td',{key:column.id,staticClass:\"files-list__row-column-custom\",class:`files-list__row-${_vm.currentView?.id}-${column.id}`,attrs:{\"data-cy-files-list-row-column-custom\":column.id},on:{\"click\":_vm.openDetailsIfAvailable}},[_c('CustomElementRender',{attrs:{\"current-view\":_vm.currentView,\"render\":column.render,\"source\":_vm.source}})],1)})],2)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FileEntry.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FileEntry.vue?vue&type=script&lang=ts\"","import { render, staticRenderFns } from \"./FileEntry.vue?vue&type=template&id=6c7baead\"\nimport script from \"./FileEntry.vue?vue&type=script&lang=ts\"\nexport * from \"./FileEntry.vue?vue&type=script&lang=ts\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('tr',{staticClass:\"files-list__row\",class:{'files-list__row--active': _vm.isActive, 'files-list__row--dragover': _vm.dragover, 'files-list__row--loading': _vm.isLoading},attrs:{\"data-cy-files-list-row\":\"\",\"data-cy-files-list-row-fileid\":_vm.fileid,\"data-cy-files-list-row-name\":_vm.source.basename,\"draggable\":_vm.canDrag},on:{\"contextmenu\":_vm.onRightClick,\"dragover\":_vm.onDragOver,\"dragleave\":_vm.onDragLeave,\"dragstart\":_vm.onDragStart,\"dragend\":_vm.onDragEnd,\"drop\":_vm.onDrop}},[(_vm.source.attributes.failed)?_c('span',{staticClass:\"files-list__row--failed\"}):_vm._e(),_vm._v(\" \"),_c('FileEntryCheckbox',{attrs:{\"display-name\":_vm.displayName,\"fileid\":_vm.fileid,\"is-loading\":_vm.isLoading,\"nodes\":_vm.nodes}}),_vm._v(\" \"),_c('td',{staticClass:\"files-list__row-name\",attrs:{\"data-cy-files-list-row-name\":\"\"}},[_c('FileEntryPreview',{ref:\"preview\",attrs:{\"dragover\":_vm.dragover,\"grid-mode\":true,\"source\":_vm.source},nativeOn:{\"click\":function($event){return _vm.execDefaultAction.apply(null, arguments)}}}),_vm._v(\" \"),_c('FileEntryName',{ref:\"name\",attrs:{\"display-name\":_vm.displayName,\"extension\":_vm.extension,\"files-list-width\":_vm.filesListWidth,\"grid-mode\":true,\"nodes\":_vm.nodes,\"source\":_vm.source},on:{\"click\":_vm.execDefaultAction}})],1),_vm._v(\" \"),_c('FileEntryActions',{ref:\"actions\",class:`files-list__row-actions-${_vm.uniqueId}`,attrs:{\"files-list-width\":_vm.filesListWidth,\"grid-mode\":true,\"loading\":_vm.loading,\"opened\":_vm.openedMenu,\"source\":_vm.source},on:{\"update:loading\":function($event){_vm.loading=$event},\"update:opened\":function($event){_vm.openedMenu=$event}}})],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FileEntryGrid.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FileEntryGrid.vue?vue&type=script&lang=ts\"","import { render, staticRenderFns } from \"./FileEntryGrid.vue?vue&type=template&id=32093622\"\nimport script from \"./FileEntryGrid.vue?vue&type=script&lang=ts\"\nexport * from \"./FileEntryGrid.vue?vue&type=script&lang=ts\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{directives:[{name:\"show\",rawName:\"v-show\",value:(_vm.enabled),expression:\"enabled\"}],class:`files-list__header-${_vm.header.id}`},[_c('span',{ref:\"mount\"})])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListHeader.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListHeader.vue?vue&type=script&lang=ts\"","import { render, staticRenderFns } from \"./FilesListHeader.vue?vue&type=template&id=0434f153\"\nimport script from \"./FilesListHeader.vue?vue&type=script&lang=ts\"\nexport * from \"./FilesListHeader.vue?vue&type=script&lang=ts\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListTableFooter.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListTableFooter.vue?vue&type=script&lang=ts\"","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('tr',[_c('th',{staticClass:\"files-list__row-checkbox\"},[_c('span',{staticClass:\"hidden-visually\"},[_vm._v(_vm._s(_vm.t('files', 'Total rows summary')))])]),_vm._v(\" \"),_c('td',{staticClass:\"files-list__row-name\"},[_c('span',{staticClass:\"files-list__row-icon\"}),_vm._v(\" \"),_c('span',[_vm._v(_vm._s(_vm.summary))])]),_vm._v(\" \"),_c('td',{staticClass:\"files-list__row-actions\"}),_vm._v(\" \"),(_vm.isSizeAvailable)?_c('td',{staticClass:\"files-list__column files-list__row-size\"},[_c('span',[_vm._v(_vm._s(_vm.totalSize))])]):_vm._e(),_vm._v(\" \"),(_vm.isMtimeAvailable)?_c('td',{staticClass:\"files-list__column files-list__row-mtime\"}):_vm._e(),_vm._v(\" \"),_vm._l((_vm.columns),function(column){return _c('th',{key:column.id,class:_vm.classForColumn(column)},[_c('span',[_vm._v(_vm._s(column.summary?.(_vm.nodes, _vm.currentView)))])])})],2)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n import API from \"!../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListTableFooter.vue?vue&type=style&index=0&id=58f7b64d&prod&scoped=true&lang=scss\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListTableFooter.vue?vue&type=style&index=0&id=58f7b64d&prod&scoped=true&lang=scss\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./FilesListTableFooter.vue?vue&type=template&id=58f7b64d&scoped=true\"\nimport script from \"./FilesListTableFooter.vue?vue&type=script&lang=ts\"\nexport * from \"./FilesListTableFooter.vue?vue&type=script&lang=ts\"\nimport style0 from \"./FilesListTableFooter.vue?vue&type=style&index=0&id=58f7b64d&prod&scoped=true&lang=scss\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"58f7b64d\",\n null\n \n)\n\nexport default component.exports","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport Vue from 'vue';\nexport default Vue.extend({\n data() {\n return {\n filesListWidth: null,\n };\n },\n mounted() {\n const fileListEl = document.querySelector('#app-content-vue');\n this.filesListWidth = fileListEl?.clientWidth ?? null;\n this.$resizeObserver = new ResizeObserver((entries) => {\n if (entries.length > 0 && entries[0].target === fileListEl) {\n this.filesListWidth = entries[0].contentRect.width;\n }\n });\n this.$resizeObserver.observe(fileListEl);\n },\n beforeDestroy() {\n this.$resizeObserver.disconnect();\n },\n});\n","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('th',{staticClass:\"files-list__column files-list__row-actions-batch\",attrs:{\"colspan\":\"2\"}},[_c('NcActions',{ref:\"actionsMenu\",attrs:{\"disabled\":!!_vm.loading || _vm.areSomeNodesLoading,\"force-name\":true,\"inline\":_vm.inlineActions,\"menu-name\":_vm.inlineActions <= 1 ? _vm.t('files', 'Actions') : null,\"open\":_vm.openedMenu},on:{\"update:open\":function($event){_vm.openedMenu=$event}}},_vm._l((_vm.enabledActions),function(action){return _c('NcActionButton',{key:action.id,class:'files-list__row-actions-batch-' + action.id,on:{\"click\":function($event){return _vm.onActionClick(action)}},scopedSlots:_vm._u([{key:\"icon\",fn:function(){return [(_vm.loading === action.id)?_c('NcLoadingIcon',{attrs:{\"size\":18}}):_c('NcIconSvgWrapper',{attrs:{\"svg\":action.iconSvgInline(_vm.nodes, _vm.currentView)}})]},proxy:true}],null,true)},[_vm._v(\"\\n\\t\\t\\t\"+_vm._s(action.displayName(_vm.nodes, _vm.currentView))+\"\\n\\t\\t\")])}),1)],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListTableHeaderActions.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListTableHeaderActions.vue?vue&type=script&lang=ts\"","\n import API from \"!../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListTableHeaderActions.vue?vue&type=style&index=0&id=72bacee0&prod&scoped=true&lang=scss\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListTableHeaderActions.vue?vue&type=style&index=0&id=72bacee0&prod&scoped=true&lang=scss\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./FilesListTableHeaderActions.vue?vue&type=template&id=72bacee0&scoped=true\"\nimport script from \"./FilesListTableHeaderActions.vue?vue&type=script&lang=ts\"\nexport * from \"./FilesListTableHeaderActions.vue?vue&type=script&lang=ts\"\nimport style0 from \"./FilesListTableHeaderActions.vue?vue&type=style&index=0&id=72bacee0&prod&scoped=true&lang=scss\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"72bacee0\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('NcButton',{class:['files-list__column-sort-button', {\n\t\t'files-list__column-sort-button--active': _vm.sortingMode === _vm.mode,\n\t\t'files-list__column-sort-button--size': _vm.sortingMode === 'size',\n\t}],attrs:{\"alignment\":_vm.mode === 'size' ? 'end' : 'start-reverse',\"type\":\"tertiary\"},on:{\"click\":function($event){return _vm.toggleSortBy(_vm.mode)}},scopedSlots:_vm._u([{key:\"icon\",fn:function(){return [(_vm.sortingMode !== _vm.mode || _vm.isAscSorting)?_c('MenuUp',{staticClass:\"files-list__column-sort-button-icon\"}):_c('MenuDown',{staticClass:\"files-list__column-sort-button-icon\"})]},proxy:true}])},[_vm._v(\" \"),_c('span',{staticClass:\"files-list__column-sort-button-text\"},[_vm._v(_vm._s(_vm.name))])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport Vue from 'vue';\nimport { mapState } from 'pinia';\nimport { useViewConfigStore } from '../store/viewConfig';\nimport { Navigation, View } from '@nextcloud/files';\nexport default Vue.extend({\n computed: {\n ...mapState(useViewConfigStore, ['getConfig', 'setSortingBy', 'toggleSortingDirection']),\n currentView() {\n return this.$navigation.active;\n },\n /**\n * Get the sorting mode for the current view\n */\n sortingMode() {\n return this.getConfig(this.currentView.id)?.sorting_mode\n || this.currentView?.defaultSortKey\n || 'basename';\n },\n /**\n * Get the sorting direction for the current view\n */\n isAscSorting() {\n const sortingDirection = this.getConfig(this.currentView.id)?.sorting_direction;\n return sortingDirection !== 'desc';\n },\n },\n methods: {\n toggleSortBy(key) {\n // If we're already sorting by this key, flip the direction\n if (this.sortingMode === key) {\n this.toggleSortingDirection(this.currentView.id);\n return;\n }\n // else sort ASC by this new key\n this.setSortingBy(key, this.currentView.id);\n },\n },\n});\n","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListTableHeaderButton.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListTableHeaderButton.vue?vue&type=script&lang=ts\"","\n import API from \"!../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListTableHeaderButton.vue?vue&type=style&index=0&id=2dd1845e&prod&scoped=true&lang=scss\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListTableHeaderButton.vue?vue&type=style&index=0&id=2dd1845e&prod&scoped=true&lang=scss\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./FilesListTableHeaderButton.vue?vue&type=template&id=2dd1845e&scoped=true\"\nimport script from \"./FilesListTableHeaderButton.vue?vue&type=script&lang=ts\"\nexport * from \"./FilesListTableHeaderButton.vue?vue&type=script&lang=ts\"\nimport style0 from \"./FilesListTableHeaderButton.vue?vue&type=style&index=0&id=2dd1845e&prod&scoped=true&lang=scss\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"2dd1845e\",\n null\n \n)\n\nexport default component.exports","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListTableHeader.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListTableHeader.vue?vue&type=script&lang=ts\"","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('tr',{staticClass:\"files-list__row-head\"},[_c('th',{staticClass:\"files-list__column files-list__row-checkbox\"},[_c('NcCheckboxRadioSwitch',_vm._b({on:{\"update:checked\":_vm.onToggleAll}},'NcCheckboxRadioSwitch',_vm.selectAllBind,false))],1),_vm._v(\" \"),(!_vm.isNoneSelected)?_c('FilesListTableHeaderActions',{attrs:{\"current-view\":_vm.currentView,\"selected-nodes\":_vm.selectedNodes}}):[_c('th',{staticClass:\"files-list__column files-list__row-name files-list__column--sortable\",attrs:{\"aria-sort\":_vm.ariaSortForMode('basename')}},[_c('span',{staticClass:\"files-list__row-icon\"}),_vm._v(\" \"),_c('FilesListTableHeaderButton',{attrs:{\"name\":_vm.t('files', 'Name'),\"mode\":\"basename\"}})],1),_vm._v(\" \"),_c('th',{staticClass:\"files-list__row-actions\"}),_vm._v(\" \"),(_vm.isSizeAvailable)?_c('th',{staticClass:\"files-list__column files-list__row-size\",class:{'files-list__column--sortable': _vm.isSizeAvailable},attrs:{\"aria-sort\":_vm.ariaSortForMode('size')}},[_c('FilesListTableHeaderButton',{attrs:{\"name\":_vm.t('files', 'Size'),\"mode\":\"size\"}})],1):_vm._e(),_vm._v(\" \"),(_vm.isMtimeAvailable)?_c('th',{staticClass:\"files-list__column files-list__row-mtime\",class:{'files-list__column--sortable': _vm.isMtimeAvailable},attrs:{\"aria-sort\":_vm.ariaSortForMode('mtime')}},[_c('FilesListTableHeaderButton',{attrs:{\"name\":_vm.t('files', 'Modified'),\"mode\":\"mtime\"}})],1):_vm._e(),_vm._v(\" \"),_vm._l((_vm.columns),function(column){return _c('th',{key:column.id,class:_vm.classForColumn(column),attrs:{\"aria-sort\":_vm.ariaSortForMode(column.id)}},[(!!column.sort)?_c('FilesListTableHeaderButton',{attrs:{\"name\":column.title,\"mode\":column.id}}):_c('span',[_vm._v(\"\\n\\t\\t\\t\\t\"+_vm._s(column.title)+\"\\n\\t\\t\\t\")])],1)})]],2)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n import API from \"!../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListTableHeader.vue?vue&type=style&index=0&id=585fdb03&prod&scoped=true&lang=scss\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListTableHeader.vue?vue&type=style&index=0&id=585fdb03&prod&scoped=true&lang=scss\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./FilesListTableHeader.vue?vue&type=template&id=585fdb03&scoped=true\"\nimport script from \"./FilesListTableHeader.vue?vue&type=script&lang=ts\"\nexport * from \"./FilesListTableHeader.vue?vue&type=script&lang=ts\"\nimport style0 from \"./FilesListTableHeader.vue?vue&type=style&index=0&id=585fdb03&prod&scoped=true&lang=scss\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"585fdb03\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('div',{staticClass:\"files-list\",attrs:{\"data-cy-files-list\":\"\"}},[_c('div',{ref:\"before\",staticClass:\"files-list__before\"},[_vm._t(\"before\")],2),_vm._v(\" \"),_c('table',{staticClass:\"files-list__table\"},[(_vm.caption)?_c('caption',{staticClass:\"hidden-visually\"},[_vm._v(\"\\n\\t\\t\\t\"+_vm._s(_vm.caption)+\"\\n\\t\\t\")]):_vm._e(),_vm._v(\" \"),_c('thead',{ref:\"thead\",staticClass:\"files-list__thead\",attrs:{\"data-cy-files-list-thead\":\"\"}},[_vm._t(\"header\")],2),_vm._v(\" \"),_c('tbody',{staticClass:\"files-list__tbody\",class:_vm.gridMode ? 'files-list__tbody--grid' : 'files-list__tbody--list',style:(_vm.tbodyStyle),attrs:{\"data-cy-files-list-tbody\":\"\"}},_vm._l((_vm.renderedItems),function({key, item},i){return _c(_vm.dataComponent,_vm._b({key:key,tag:\"component\",attrs:{\"source\":item,\"index\":i}},'component',_vm.extraProps,false))}),1),_vm._v(\" \"),_c('tfoot',{directives:[{name:\"show\",rawName:\"v-show\",value:(_vm.isReady),expression:\"isReady\"}],staticClass:\"files-list__tfoot\",attrs:{\"data-cy-files-list-tfoot\":\"\"}},[_vm._t(\"footer\")],2)])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./VirtualList.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./VirtualList.vue?vue&type=script&lang=ts\"","import { render, staticRenderFns } from \"./VirtualList.vue?vue&type=template&id=201bd593\"\nimport script from \"./VirtualList.vue?vue&type=script&lang=ts\"\nexport * from \"./VirtualList.vue?vue&type=script&lang=ts\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListVirtual.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListVirtual.vue?vue&type=script&lang=ts\"","\n import API from \"!../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListVirtual.vue?vue&type=style&index=0&id=e3bf0e42&prod&scoped=true&lang=scss\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListVirtual.vue?vue&type=style&index=0&id=e3bf0e42&prod&scoped=true&lang=scss\";\n export default content && content.locals ? content.locals : undefined;\n","\n import API from \"!../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListVirtual.vue?vue&type=style&index=1&id=e3bf0e42&prod&lang=scss\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListVirtual.vue?vue&type=style&index=1&id=e3bf0e42&prod&lang=scss\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./FilesListVirtual.vue?vue&type=template&id=e3bf0e42&scoped=true\"\nimport script from \"./FilesListVirtual.vue?vue&type=script&lang=ts\"\nexport * from \"./FilesListVirtual.vue?vue&type=script&lang=ts\"\nimport style0 from \"./FilesListVirtual.vue?vue&type=style&index=0&id=e3bf0e42&prod&scoped=true&lang=scss\"\nimport style1 from \"./FilesListVirtual.vue?vue&type=style&index=1&id=e3bf0e42&prod&lang=scss\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"e3bf0e42\",\n null\n \n)\n\nexport default component.exports","import mod from \"-!../vue-loader/lib/index.js??vue-loader-options!./TrayArrowDown.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../vue-loader/lib/index.js??vue-loader-options!./TrayArrowDown.vue?vue&type=script&lang=js\"","\n\n","import { render, staticRenderFns } from \"./TrayArrowDown.vue?vue&type=template&id=547c388d\"\nimport script from \"./TrayArrowDown.vue?vue&type=script&lang=js\"\nexport * from \"./TrayArrowDown.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('span',_vm._b({staticClass:\"material-design-icon tray-arrow-down-icon\",attrs:{\"aria-hidden\":!_vm.title,\"aria-label\":_vm.title,\"role\":\"img\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'span',_vm.$attrs,false),[_c('svg',{staticClass:\"material-design-icon__svg\",attrs:{\"fill\":_vm.fillColor,\"width\":_vm.size,\"height\":_vm.size,\"viewBox\":\"0 0 24 24\"}},[_c('path',{attrs:{\"d\":\"M2 12H4V17H20V12H22V17C22 18.11 21.11 19 20 19H4C2.9 19 2 18.11 2 17V12M12 15L17.55 9.54L16.13 8.13L13 11.25V2H11V11.25L7.88 8.13L6.46 9.55L12 15Z\"}},[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e()])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","/**\n * @copyright Copyright (c) 2023 Ferdinand Thiessen \n *\n * @author Ferdinand Thiessen \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { showError } from '@nextcloud/dialogs';\nimport { emit } from '@nextcloud/event-bus';\nimport { davGetClient, davGetDefaultPropfind, davResultToNode, davRootPath } from '@nextcloud/files';\nimport { translate as t } from '@nextcloud/l10n';\nimport { getUploader } from '@nextcloud/upload';\nimport logger from '../logger.js';\nexport const handleDrop = async (data) => {\n // TODO: Maybe handle `getAsFileSystemHandle()` in the future\n const uploads = [];\n for (const item of data.items) {\n if (item.kind !== 'file') {\n logger.debug('Skipping dropped item', { kind: item.kind, type: item.type });\n continue;\n }\n // MDN recommends to try both, as it might be renamed in the future\n const entry = item?.getAsEntry?.() ?? item.webkitGetAsEntry();\n // Handle browser issues if Filesystem API is not available. Fallback to File API\n if (entry === null) {\n logger.debug('Could not get FilesystemEntry of item, falling back to file');\n const file = item.getAsFile();\n if (file === null) {\n logger.warn('Could not process DataTransferItem', { type: item.type, kind: item.kind });\n showError(t('files', 'One of the dropped files could not be processed'));\n }\n else {\n uploads.push(await handleFileUpload(file));\n }\n }\n else {\n logger.debug('Handle recursive upload', { entry: entry.name });\n // Use Filesystem API\n uploads.push(...await handleRecursiveUpload(entry));\n }\n }\n return uploads;\n};\nconst handleFileUpload = async (file, path = '') => {\n const uploader = getUploader();\n try {\n return await uploader.upload(`${path}${file.name}`, file);\n }\n catch (e) {\n showError(t('files', 'Uploading \"{filename}\" failed', { filename: file.name }));\n throw e;\n }\n};\nconst handleRecursiveUpload = async (entry, path = '') => {\n if (entry.isFile) {\n return [\n await new Promise((resolve, reject) => {\n entry.file(async (file) => resolve(await handleFileUpload(file, path)), (error) => reject(error));\n }),\n ];\n }\n else {\n const directory = entry;\n logger.debug('Handle directory recursivly', { name: directory.name });\n // TODO: Implement this on `@nextcloud/upload`\n const absolutPath = `${davRootPath}${getUploader().destination.path}${path}${directory.name}`;\n const davClient = davGetClient();\n const dirExists = await davClient.exists(absolutPath);\n if (!dirExists) {\n logger.debug('Directory does not exist, creating it', { absolutPath });\n await davClient.createDirectory(absolutPath, { recursive: true });\n const stat = await davClient.stat(absolutPath, { details: true, data: davGetDefaultPropfind() });\n emit('files:node:created', davResultToNode(stat.data));\n }\n const entries = await readDirectory(directory);\n // sorted so we upload files first before starting next level\n const promises = entries.sort((a) => a.isFile ? -1 : 1)\n .map((file) => handleRecursiveUpload(file, `${path}${directory.name}/`));\n return (await Promise.all(promises)).flat();\n }\n};\n/**\n * Read a directory using Filesystem API\n * @param directory the directory to read\n */\nfunction readDirectory(directory) {\n const dirReader = directory.createReader();\n return new Promise((resolve, reject) => {\n const entries = [];\n const getEntries = () => {\n dirReader.readEntries((results) => {\n if (results.length) {\n entries.push(...results);\n getEntries();\n }\n else {\n resolve(entries);\n }\n }, (error) => {\n reject(error);\n });\n };\n getEntries();\n });\n}\n","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./DragAndDropNotice.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./DragAndDropNotice.vue?vue&type=script&lang=ts\"","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('div',{directives:[{name:\"show\",rawName:\"v-show\",value:(_vm.dragover),expression:\"dragover\"}],staticClass:\"files-list__drag-drop-notice\",on:{\"drop\":_vm.onDrop}},[_c('div',{staticClass:\"files-list__drag-drop-notice-wrapper\"},[_c('TrayArrowDownIcon',{attrs:{\"size\":48}}),_vm._v(\" \"),_c('h3',{staticClass:\"files-list-drag-drop-notice__title\"},[_vm._v(\"\\n\\t\\t\\t\"+_vm._s(_vm.t('files', 'Drag and drop files here to upload'))+\"\\n\\t\\t\")])],1)])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n import API from \"!../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./DragAndDropNotice.vue?vue&type=style&index=0&id=7e0e423e&prod&lang=scss&scoped=true\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./DragAndDropNotice.vue?vue&type=style&index=0&id=7e0e423e&prod&lang=scss&scoped=true\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./DragAndDropNotice.vue?vue&type=template&id=7e0e423e&scoped=true\"\nimport script from \"./DragAndDropNotice.vue?vue&type=script&lang=ts\"\nexport * from \"./DragAndDropNotice.vue?vue&type=script&lang=ts\"\nimport style0 from \"./DragAndDropNotice.vue?vue&type=style&index=0&id=7e0e423e&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"7e0e423e\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('NcAppContent',{attrs:{\"data-cy-files-content\":\"\"}},[_c('div',{staticClass:\"files-list__header\"},[_c('BreadCrumbs',{attrs:{\"path\":_vm.dir},on:{\"reload\":_vm.fetchContent},scopedSlots:_vm._u([{key:\"actions\",fn:function(){return [(_vm.canShare && _vm.filesListWidth >= 512)?_c('NcButton',{staticClass:\"files-list__header-share-button\",class:{ 'files-list__header-share-button--shared': _vm.shareButtonType },attrs:{\"aria-label\":_vm.shareButtonLabel,\"title\":_vm.shareButtonLabel,\"type\":\"tertiary\"},on:{\"click\":_vm.openSharingSidebar},scopedSlots:_vm._u([{key:\"icon\",fn:function(){return [(_vm.shareButtonType === _vm.Type.SHARE_TYPE_LINK)?_c('LinkIcon'):_c('ShareVariantIcon',{attrs:{\"size\":20}})]},proxy:true}],null,false,2776780758)}):_vm._e(),_vm._v(\" \"),(!_vm.canUpload || _vm.isQuotaExceeded)?_c('NcButton',{staticClass:\"files-list__header-upload-button--disabled\",attrs:{\"aria-label\":_vm.cantUploadLabel,\"title\":_vm.cantUploadLabel,\"disabled\":true,\"type\":\"secondary\"},scopedSlots:_vm._u([{key:\"icon\",fn:function(){return [_c('PlusIcon',{attrs:{\"size\":20}})]},proxy:true}],null,false,2953566425)},[_vm._v(\"\\n\\t\\t\\t\\t\\t\"+_vm._s(_vm.t('files', 'Add'))+\"\\n\\t\\t\\t\\t\")]):(_vm.currentFolder)?_c('UploadPicker',{staticClass:\"files-list__header-upload-button\",attrs:{\"content\":_vm.dirContents,\"destination\":_vm.currentFolder,\"multiple\":true},on:{\"failed\":_vm.onUploadFail,\"uploaded\":_vm.onUpload}}):_vm._e()]},proxy:true}])}),_vm._v(\" \"),(_vm.filesListWidth >= 512)?_c('NcButton',{staticClass:\"files-list__header-grid-button\",attrs:{\"aria-label\":_vm.gridViewButtonLabel,\"title\":_vm.gridViewButtonLabel,\"type\":\"tertiary\"},on:{\"click\":_vm.toggleGridView},scopedSlots:_vm._u([{key:\"icon\",fn:function(){return [(_vm.userConfig.grid_view)?_c('ListViewIcon'):_c('ViewGridIcon')]},proxy:true}],null,false,1682960703)}):_vm._e(),_vm._v(\" \"),(_vm.isRefreshing)?_c('NcLoadingIcon',{staticClass:\"files-list__refresh-icon\"}):_vm._e()],1),_vm._v(\" \"),(!_vm.loading && _vm.canUpload)?_c('DragAndDropNotice',{attrs:{\"current-folder\":_vm.currentFolder}}):_vm._e(),_vm._v(\" \"),(_vm.loading && !_vm.isRefreshing)?_c('NcLoadingIcon',{staticClass:\"files-list__loading-icon\",attrs:{\"size\":38,\"name\":_vm.t('files', 'Loading current folder')}}):(!_vm.loading && _vm.isEmptyDir)?_c('NcEmptyContent',{attrs:{\"name\":_vm.currentView?.emptyTitle || _vm.t('files', 'No files in here'),\"description\":_vm.currentView?.emptyCaption || _vm.t('files', 'Upload some content or sync with your devices!'),\"data-cy-files-content-empty\":\"\"},scopedSlots:_vm._u([{key:\"action\",fn:function(){return [(_vm.dir !== '/')?_c('NcButton',{attrs:{\"aria-label\":_vm.t('files', 'Go to the previous folder'),\"type\":\"primary\",\"to\":_vm.toPreviousDir}},[_vm._v(\"\\n\\t\\t\\t\\t\"+_vm._s(_vm.t('files', 'Go back'))+\"\\n\\t\\t\\t\")]):_vm._e()]},proxy:true},{key:\"icon\",fn:function(){return [_c('NcIconSvgWrapper',{attrs:{\"svg\":_vm.currentView.icon}})]},proxy:true}])}):_c('FilesListVirtual',{ref:\"filesListVirtual\",attrs:{\"current-folder\":_vm.currentFolder,\"current-view\":_vm.currentView,\"nodes\":_vm.dirContentsSorted}})],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesList.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesList.vue?vue&type=script&lang=ts\"","\n import API from \"!../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesList.vue?vue&type=style&index=0&id=6a4c09d6&prod&scoped=true&lang=scss\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesList.vue?vue&type=style&index=0&id=6a4c09d6&prod&scoped=true&lang=scss\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./FilesList.vue?vue&type=template&id=6a4c09d6&scoped=true\"\nimport script from \"./FilesList.vue?vue&type=script&lang=ts\"\nexport * from \"./FilesList.vue?vue&type=script&lang=ts\"\nimport style0 from \"./FilesList.vue?vue&type=style&index=0&id=6a4c09d6&prod&scoped=true&lang=scss\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"6a4c09d6\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('NcAppNavigation',{attrs:{\"data-cy-files-navigation\":\"\",\"aria-label\":_vm.t('files', 'Files')},scopedSlots:_vm._u([{key:\"list\",fn:function(){return _vm._l((_vm.parentViews),function(view){return _c('NcAppNavigationItem',{key:view.id,attrs:{\"allow-collapse\":true,\"data-cy-files-navigation-item\":view.id,\"exact\":true,\"icon\":view.iconClass,\"name\":view.name,\"open\":_vm.isExpanded(view),\"pinned\":view.sticky,\"to\":_vm.generateToNavigation(view)},on:{\"update:open\":function($event){return _vm.onToggleExpand(view)}}},[(view.icon)?_c('NcIconSvgWrapper',{attrs:{\"slot\":\"icon\",\"svg\":view.icon},slot:\"icon\"}):_vm._e(),_vm._v(\" \"),_vm._l((_vm.childViews[view.id]),function(child){return _c('NcAppNavigationItem',{key:child.id,attrs:{\"data-cy-files-navigation-item\":child.id,\"exact\":true,\"icon\":child.iconClass,\"name\":child.name,\"to\":_vm.generateToNavigation(child)}},[(child.icon)?_c('NcIconSvgWrapper',{attrs:{\"slot\":\"icon\",\"svg\":child.icon},slot:\"icon\"}):_vm._e()],1)})],2)})},proxy:true},{key:\"footer\",fn:function(){return [_c('ul',{staticClass:\"app-navigation-entry__settings\"},[_c('NavigationQuota'),_vm._v(\" \"),_c('NcAppNavigationItem',{attrs:{\"aria-label\":_vm.t('files', 'Open the files app settings'),\"name\":_vm.t('files', 'Files settings'),\"data-cy-files-navigation-settings-button\":\"\"},on:{\"click\":function($event){$event.preventDefault();$event.stopPropagation();return _vm.openSettings.apply(null, arguments)}}},[_c('Cog',{attrs:{\"slot\":\"icon\",\"size\":20},slot:\"icon\"})],1)],1)]},proxy:true}])},[_vm._v(\" \"),_vm._v(\" \"),_c('SettingsModal',{attrs:{\"open\":_vm.settingsOpened,\"data-cy-files-navigation-settings\":\"\"},on:{\"close\":_vm.onSettingsClose}})],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import { render, staticRenderFns } from \"./Cog.vue?vue&type=template&id=bcf30078\"\nimport script from \"./Cog.vue?vue&type=script&lang=js\"\nexport * from \"./Cog.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","/* eslint-disable no-undefined,no-param-reassign,no-shadow */\n\n/**\n * Throttle execution of a function. Especially useful for rate limiting\n * execution of handlers on events like resize and scroll.\n *\n * @param {number} delay - A zero-or-greater delay in milliseconds. For event callbacks, values around 100 or 250 (or even higher)\n * are most useful.\n * @param {Function} callback - A function to be executed after delay milliseconds. The `this` context and all arguments are passed through,\n * as-is, to `callback` when the throttled-function is executed.\n * @param {object} [options] - An object to configure options.\n * @param {boolean} [options.noTrailing] - Optional, defaults to false. If noTrailing is true, callback will only execute every `delay` milliseconds\n * while the throttled-function is being called. If noTrailing is false or unspecified, callback will be executed\n * one final time after the last throttled-function call. (After the throttled-function has not been called for\n * `delay` milliseconds, the internal counter is reset).\n * @param {boolean} [options.noLeading] - Optional, defaults to false. If noLeading is false, the first throttled-function call will execute callback\n * immediately. If noLeading is true, the first the callback execution will be skipped. It should be noted that\n * callback will never executed if both noLeading = true and noTrailing = true.\n * @param {boolean} [options.debounceMode] - If `debounceMode` is true (at begin), schedule `clear` to execute after `delay` ms. If `debounceMode` is\n * false (at end), schedule `callback` to execute after `delay` ms.\n *\n * @returns {Function} A new, throttled, function.\n */\nfunction throttle (delay, callback, options) {\n var _ref = options || {},\n _ref$noTrailing = _ref.noTrailing,\n noTrailing = _ref$noTrailing === void 0 ? false : _ref$noTrailing,\n _ref$noLeading = _ref.noLeading,\n noLeading = _ref$noLeading === void 0 ? false : _ref$noLeading,\n _ref$debounceMode = _ref.debounceMode,\n debounceMode = _ref$debounceMode === void 0 ? undefined : _ref$debounceMode;\n /*\n * After wrapper has stopped being called, this timeout ensures that\n * `callback` is executed at the proper times in `throttle` and `end`\n * debounce modes.\n */\n\n\n var timeoutID;\n var cancelled = false; // Keep track of the last time `callback` was executed.\n\n var lastExec = 0; // Function to clear existing timeout\n\n function clearExistingTimeout() {\n if (timeoutID) {\n clearTimeout(timeoutID);\n }\n } // Function to cancel next exec\n\n\n function cancel(options) {\n var _ref2 = options || {},\n _ref2$upcomingOnly = _ref2.upcomingOnly,\n upcomingOnly = _ref2$upcomingOnly === void 0 ? false : _ref2$upcomingOnly;\n\n clearExistingTimeout();\n cancelled = !upcomingOnly;\n }\n /*\n * The `wrapper` function encapsulates all of the throttling / debouncing\n * functionality and when executed will limit the rate at which `callback`\n * is executed.\n */\n\n\n function wrapper() {\n for (var _len = arguments.length, arguments_ = new Array(_len), _key = 0; _key < _len; _key++) {\n arguments_[_key] = arguments[_key];\n }\n\n var self = this;\n var elapsed = Date.now() - lastExec;\n\n if (cancelled) {\n return;\n } // Execute `callback` and update the `lastExec` timestamp.\n\n\n function exec() {\n lastExec = Date.now();\n callback.apply(self, arguments_);\n }\n /*\n * If `debounceMode` is true (at begin) this is used to clear the flag\n * to allow future `callback` executions.\n */\n\n\n function clear() {\n timeoutID = undefined;\n }\n\n if (!noLeading && debounceMode && !timeoutID) {\n /*\n * Since `wrapper` is being called for the first time and\n * `debounceMode` is true (at begin), execute `callback`\n * and noLeading != true.\n */\n exec();\n }\n\n clearExistingTimeout();\n\n if (debounceMode === undefined && elapsed > delay) {\n if (noLeading) {\n /*\n * In throttle mode with noLeading, if `delay` time has\n * been exceeded, update `lastExec` and schedule `callback`\n * to execute after `delay` ms.\n */\n lastExec = Date.now();\n\n if (!noTrailing) {\n timeoutID = setTimeout(debounceMode ? clear : exec, delay);\n }\n } else {\n /*\n * In throttle mode without noLeading, if `delay` time has been exceeded, execute\n * `callback`.\n */\n exec();\n }\n } else if (noTrailing !== true) {\n /*\n * In trailing throttle mode, since `delay` time has not been\n * exceeded, schedule `callback` to execute `delay` ms after most\n * recent execution.\n *\n * If `debounceMode` is true (at begin), schedule `clear` to execute\n * after `delay` ms.\n *\n * If `debounceMode` is false (at end), schedule `callback` to\n * execute after `delay` ms.\n */\n timeoutID = setTimeout(debounceMode ? clear : exec, debounceMode === undefined ? delay - elapsed : delay);\n }\n }\n\n wrapper.cancel = cancel; // Return the wrapper function.\n\n return wrapper;\n}\n\n/* eslint-disable no-undefined */\n/**\n * Debounce execution of a function. Debouncing, unlike throttling,\n * guarantees that a function is only executed a single time, either at the\n * very beginning of a series of calls, or at the very end.\n *\n * @param {number} delay - A zero-or-greater delay in milliseconds. For event callbacks, values around 100 or 250 (or even higher) are most useful.\n * @param {Function} callback - A function to be executed after delay milliseconds. The `this` context and all arguments are passed through, as-is,\n * to `callback` when the debounced-function is executed.\n * @param {object} [options] - An object to configure options.\n * @param {boolean} [options.atBegin] - Optional, defaults to false. If atBegin is false or unspecified, callback will only be executed `delay` milliseconds\n * after the last debounced-function call. If atBegin is true, callback will be executed only at the first debounced-function call.\n * (After the throttled-function has not been called for `delay` milliseconds, the internal counter is reset).\n *\n * @returns {Function} A new, debounced function.\n */\n\nfunction debounce (delay, callback, options) {\n var _ref = options || {},\n _ref$atBegin = _ref.atBegin,\n atBegin = _ref$atBegin === void 0 ? false : _ref$atBegin;\n\n return throttle(delay, callback, {\n debounceMode: atBegin !== false\n });\n}\n\nexport { debounce, throttle };\n//# sourceMappingURL=index.js.map\n","\n\n","import mod from \"-!../vue-loader/lib/index.js??vue-loader-options!./ChartPie.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../vue-loader/lib/index.js??vue-loader-options!./ChartPie.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./ChartPie.vue?vue&type=template&id=44de6464\"\nimport script from \"./ChartPie.vue?vue&type=script&lang=js\"\nexport * from \"./ChartPie.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('span',_vm._b({staticClass:\"material-design-icon chart-pie-icon\",attrs:{\"aria-hidden\":!_vm.title,\"aria-label\":_vm.title,\"role\":\"img\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'span',_vm.$attrs,false),[_c('svg',{staticClass:\"material-design-icon__svg\",attrs:{\"fill\":_vm.fillColor,\"width\":_vm.size,\"height\":_vm.size,\"viewBox\":\"0 0 24 24\"}},[_c('path',{attrs:{\"d\":\"M11,2V22C5.9,21.5 2,17.2 2,12C2,6.8 5.9,2.5 11,2M13,2V11H22C21.5,6.2 17.8,2.5 13,2M13,13V22C17.7,21.5 21.5,17.8 22,13H13Z\"}},[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e()])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n\n\n\n\n","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./NavigationQuota.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./NavigationQuota.vue?vue&type=script&lang=js\"","\n import API from \"!../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./NavigationQuota.vue?vue&type=style&index=0&id=34665d46&prod&lang=scss&scoped=true\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./NavigationQuota.vue?vue&type=style&index=0&id=34665d46&prod&lang=scss&scoped=true\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./NavigationQuota.vue?vue&type=template&id=34665d46&scoped=true\"\nimport script from \"./NavigationQuota.vue?vue&type=script&lang=js\"\nexport * from \"./NavigationQuota.vue?vue&type=script&lang=js\"\nimport style0 from \"./NavigationQuota.vue?vue&type=style&index=0&id=34665d46&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"34665d46\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return (_vm.storageStats)?_c('NcAppNavigationItem',{staticClass:\"app-navigation-entry__settings-quota\",class:{ 'app-navigation-entry__settings-quota--not-unlimited': _vm.storageStats.quota >= 0},attrs:{\"aria-label\":_vm.t('files', 'Storage informations'),\"loading\":_vm.loadingStorageStats,\"name\":_vm.storageStatsTitle,\"title\":_vm.storageStatsTooltip,\"data-cy-files-navigation-settings-quota\":\"\"},on:{\"click\":function($event){$event.stopPropagation();$event.preventDefault();return _vm.debounceUpdateStorageStats.apply(null, arguments)}}},[_c('ChartPie',{attrs:{\"slot\":\"icon\",\"size\":20},slot:\"icon\"}),_vm._v(\" \"),(_vm.storageStats.quota >= 0)?_c('NcProgressBar',{attrs:{\"slot\":\"extra\",\"error\":_vm.storageStats.relative > 80,\"value\":Math.min(_vm.storageStats.relative, 100)},slot:\"extra\"}):_vm._e()],1):_vm._e()\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('NcAppSettingsDialog',{attrs:{\"open\":_vm.open,\"show-navigation\":true,\"name\":_vm.t('files', 'Files settings')},on:{\"update:open\":_vm.onClose}},[_c('NcAppSettingsSection',{attrs:{\"id\":\"settings\",\"name\":_vm.t('files', 'Files settings')}},[_c('NcCheckboxRadioSwitch',{attrs:{\"checked\":_vm.userConfig.sort_favorites_first},on:{\"update:checked\":function($event){return _vm.setConfig('sort_favorites_first', $event)}}},[_vm._v(\"\\n\\t\\t\\t\"+_vm._s(_vm.t('files', 'Sort favorites first'))+\"\\n\\t\\t\")]),_vm._v(\" \"),_c('NcCheckboxRadioSwitch',{attrs:{\"checked\":_vm.userConfig.show_hidden},on:{\"update:checked\":function($event){return _vm.setConfig('show_hidden', $event)}}},[_vm._v(\"\\n\\t\\t\\t\"+_vm._s(_vm.t('files', 'Show hidden files'))+\"\\n\\t\\t\")]),_vm._v(\" \"),_c('NcCheckboxRadioSwitch',{attrs:{\"checked\":_vm.userConfig.crop_image_previews},on:{\"update:checked\":function($event){return _vm.setConfig('crop_image_previews', $event)}}},[_vm._v(\"\\n\\t\\t\\t\"+_vm._s(_vm.t('files', 'Crop image previews'))+\"\\n\\t\\t\")]),_vm._v(\" \"),_c('NcCheckboxRadioSwitch',{attrs:{\"checked\":_vm.userConfig.grid_view},on:{\"update:checked\":function($event){return _vm.setConfig('grid_view', $event)}}},[_vm._v(\"\\n\\t\\t\\t\"+_vm._s(_vm.t('files', 'Enable the grid view'))+\"\\n\\t\\t\")])],1),_vm._v(\" \"),(_vm.settings.length !== 0)?_c('NcAppSettingsSection',{attrs:{\"id\":\"more-settings\",\"name\":_vm.t('files', 'Additional settings')}},[_vm._l((_vm.settings),function(setting){return [_c('Setting',{key:setting.name,attrs:{\"el\":setting.el}})]})],2):_vm._e(),_vm._v(\" \"),_c('NcAppSettingsSection',{attrs:{\"id\":\"webdav\",\"name\":_vm.t('files', 'WebDAV')}},[_c('NcInputField',{attrs:{\"id\":\"webdav-url-input\",\"label\":_vm.t('files', 'WebDAV URL'),\"show-trailing-button\":true,\"success\":_vm.webdavUrlCopied,\"trailing-button-label\":_vm.t('files', 'Copy to clipboard'),\"value\":_vm.webdavUrl,\"readonly\":\"readonly\",\"type\":\"url\"},on:{\"focus\":function($event){return $event.target.select()},\"trailing-button-click\":_vm.copyCloudId},scopedSlots:_vm._u([{key:\"trailing-button-icon\",fn:function(){return [_c('Clipboard',{attrs:{\"size\":20}})]},proxy:true}])}),_vm._v(\" \"),_c('em',[_c('a',{staticClass:\"setting-link\",attrs:{\"href\":_vm.webdavDocs,\"target\":\"_blank\",\"rel\":\"noreferrer noopener\"}},[_vm._v(\"\\n\\t\\t\\t\\t\"+_vm._s(_vm.t('files', 'Use this address to access your Files via WebDAV'))+\" ↗\\n\\t\\t\\t\")])]),_vm._v(\" \"),_c('br'),_vm._v(\" \"),_c('em',[_c('a',{staticClass:\"setting-link\",attrs:{\"href\":_vm.appPasswordUrl}},[_vm._v(\"\\n\\t\\t\\t\\t\"+_vm._s(_vm.t('files', 'If you have enabled 2FA, you must create and use a new app password by clicking here.'))+\" ↗\\n\\t\\t\\t\")])])],1)],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n\n","import mod from \"-!../vue-loader/lib/index.js??vue-loader-options!./Clipboard.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../vue-loader/lib/index.js??vue-loader-options!./Clipboard.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./Clipboard.vue?vue&type=template&id=0e008e34\"\nimport script from \"./Clipboard.vue?vue&type=script&lang=js\"\nexport * from \"./Clipboard.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('span',_vm._b({staticClass:\"material-design-icon clipboard-icon\",attrs:{\"aria-hidden\":!_vm.title,\"aria-label\":_vm.title,\"role\":\"img\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'span',_vm.$attrs,false),[_c('svg',{staticClass:\"material-design-icon__svg\",attrs:{\"fill\":_vm.fillColor,\"width\":_vm.size,\"height\":_vm.size,\"viewBox\":\"0 0 24 24\"}},[_c('path',{attrs:{\"d\":\"M19,3H14.82C14.4,1.84 13.3,1 12,1C10.7,1 9.6,1.84 9.18,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3M12,3A1,1 0 0,1 13,4A1,1 0 0,1 12,5A1,1 0 0,1 11,4A1,1 0 0,1 12,3\"}},[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e()])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n\n\n\n","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Setting.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Setting.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./Setting.vue?vue&type=template&id=61d69eae\"\nimport script from \"./Setting.vue?vue&type=script&lang=js\"\nexport * from \"./Setting.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div')\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Settings.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Settings.vue?vue&type=script&lang=js\"","\n\n\n\n\n\n","\n import API from \"!../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Settings.vue?vue&type=style&index=0&id=7b7a3aa6&prod&lang=scss&scoped=true\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Settings.vue?vue&type=style&index=0&id=7b7a3aa6&prod&lang=scss&scoped=true\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./Settings.vue?vue&type=template&id=7b7a3aa6&scoped=true\"\nimport script from \"./Settings.vue?vue&type=script&lang=js\"\nexport * from \"./Settings.vue?vue&type=script&lang=js\"\nimport style0 from \"./Settings.vue?vue&type=style&index=0&id=7b7a3aa6&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"7b7a3aa6\",\n null\n \n)\n\nexport default component.exports","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Navigation.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Navigation.vue?vue&type=script&lang=ts\"","/**\n * @copyright Copyright (c) 2022 Joas Schilling \n *\n * @author Joas Schilling \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\n\nimport { loadState } from '@nextcloud/initial-state'\n\n/**\n * Set the page heading\n *\n * @param {string} heading page title from the history api\n * @since 27.0.0\n */\nexport function setPageHeading(heading) {\n\tconst headingEl = document.getElementById('page-heading-level-1')\n\tif (headingEl) {\n\t\theadingEl.textContent = heading\n\t}\n}\nexport default {\n\t/**\n\t * @return {boolean} Whether the user opted-out of shortcuts so that they should not be registered\n\t */\n\tdisableKeyboardShortcuts() {\n\t\treturn loadState('theming', 'shortcutsDisabled', false)\n\t},\n\tsetPageHeading,\n}\n","\n import API from \"!../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Navigation.vue?vue&type=style&index=0&id=761b6079&prod&scoped=true&lang=scss\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Navigation.vue?vue&type=style&index=0&id=761b6079&prod&scoped=true&lang=scss\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./Navigation.vue?vue&type=template&id=761b6079&scoped=true\"\nimport script from \"./Navigation.vue?vue&type=script&lang=ts\"\nexport * from \"./Navigation.vue?vue&type=script&lang=ts\"\nimport style0 from \"./Navigation.vue?vue&type=style&index=0&id=761b6079&prod&scoped=true&lang=scss\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"761b6079\",\n null\n \n)\n\nexport default component.exports","const token = '%[a-f0-9]{2}';\nconst singleMatcher = new RegExp('(' + token + ')|([^%]+?)', 'gi');\nconst multiMatcher = new RegExp('(' + token + ')+', 'gi');\n\nfunction decodeComponents(components, split) {\n\ttry {\n\t\t// Try to decode the entire string first\n\t\treturn [decodeURIComponent(components.join(''))];\n\t} catch {\n\t\t// Do nothing\n\t}\n\n\tif (components.length === 1) {\n\t\treturn components;\n\t}\n\n\tsplit = split || 1;\n\n\t// Split the array in 2 parts\n\tconst left = components.slice(0, split);\n\tconst right = components.slice(split);\n\n\treturn Array.prototype.concat.call([], decodeComponents(left), decodeComponents(right));\n}\n\nfunction decode(input) {\n\ttry {\n\t\treturn decodeURIComponent(input);\n\t} catch {\n\t\tlet tokens = input.match(singleMatcher) || [];\n\n\t\tfor (let i = 1; i < tokens.length; i++) {\n\t\t\tinput = decodeComponents(tokens, i).join('');\n\n\t\t\ttokens = input.match(singleMatcher) || [];\n\t\t}\n\n\t\treturn input;\n\t}\n}\n\nfunction customDecodeURIComponent(input) {\n\t// Keep track of all the replacements and prefill the map with the `BOM`\n\tconst replaceMap = {\n\t\t'%FE%FF': '\\uFFFD\\uFFFD',\n\t\t'%FF%FE': '\\uFFFD\\uFFFD',\n\t};\n\n\tlet match = multiMatcher.exec(input);\n\twhile (match) {\n\t\ttry {\n\t\t\t// Decode as big chunks as possible\n\t\t\treplaceMap[match[0]] = decodeURIComponent(match[0]);\n\t\t} catch {\n\t\t\tconst result = decode(match[0]);\n\n\t\t\tif (result !== match[0]) {\n\t\t\t\treplaceMap[match[0]] = result;\n\t\t\t}\n\t\t}\n\n\t\tmatch = multiMatcher.exec(input);\n\t}\n\n\t// Add `%C2` at the end of the map to make sure it does not replace the combinator before everything else\n\treplaceMap['%C2'] = '\\uFFFD';\n\n\tconst entries = Object.keys(replaceMap);\n\n\tfor (const key of entries) {\n\t\t// Replace all decoded components\n\t\tinput = input.replace(new RegExp(key, 'g'), replaceMap[key]);\n\t}\n\n\treturn input;\n}\n\nexport default function decodeUriComponent(encodedURI) {\n\tif (typeof encodedURI !== 'string') {\n\t\tthrow new TypeError('Expected `encodedURI` to be of type `string`, got `' + typeof encodedURI + '`');\n\t}\n\n\ttry {\n\t\t// Try the built in decoder first\n\t\treturn decodeURIComponent(encodedURI);\n\t} catch {\n\t\t// Fallback to a more advanced decoder\n\t\treturn customDecodeURIComponent(encodedURI);\n\t}\n}\n","export default function splitOnFirst(string, separator) {\n\tif (!(typeof string === 'string' && typeof separator === 'string')) {\n\t\tthrow new TypeError('Expected the arguments to be of type `string`');\n\t}\n\n\tif (string === '' || separator === '') {\n\t\treturn [];\n\t}\n\n\tconst separatorIndex = string.indexOf(separator);\n\n\tif (separatorIndex === -1) {\n\t\treturn [];\n\t}\n\n\treturn [\n\t\tstring.slice(0, separatorIndex),\n\t\tstring.slice(separatorIndex + separator.length)\n\t];\n}\n","export function includeKeys(object, predicate) {\n\tconst result = {};\n\n\tif (Array.isArray(predicate)) {\n\t\tfor (const key of predicate) {\n\t\t\tconst descriptor = Object.getOwnPropertyDescriptor(object, key);\n\t\t\tif (descriptor?.enumerable) {\n\t\t\t\tObject.defineProperty(result, key, descriptor);\n\t\t\t}\n\t\t}\n\t} else {\n\t\t// `Reflect.ownKeys()` is required to retrieve symbol properties\n\t\tfor (const key of Reflect.ownKeys(object)) {\n\t\t\tconst descriptor = Object.getOwnPropertyDescriptor(object, key);\n\t\t\tif (descriptor.enumerable) {\n\t\t\t\tconst value = object[key];\n\t\t\t\tif (predicate(key, value, object)) {\n\t\t\t\t\tObject.defineProperty(result, key, descriptor);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn result;\n}\n\nexport function excludeKeys(object, predicate) {\n\tif (Array.isArray(predicate)) {\n\t\tconst set = new Set(predicate);\n\t\treturn includeKeys(object, key => !set.has(key));\n\t}\n\n\treturn includeKeys(object, (key, value, object) => !predicate(key, value, object));\n}\n","import decodeComponent from 'decode-uri-component';\nimport splitOnFirst from 'split-on-first';\nimport {includeKeys} from 'filter-obj';\n\nconst isNullOrUndefined = value => value === null || value === undefined;\n\n// eslint-disable-next-line unicorn/prefer-code-point\nconst strictUriEncode = string => encodeURIComponent(string).replace(/[!'()*]/g, x => `%${x.charCodeAt(0).toString(16).toUpperCase()}`);\n\nconst encodeFragmentIdentifier = Symbol('encodeFragmentIdentifier');\n\nfunction encoderForArrayFormat(options) {\n\tswitch (options.arrayFormat) {\n\t\tcase 'index': {\n\t\t\treturn key => (result, value) => {\n\t\t\t\tconst index = result.length;\n\n\t\t\t\tif (\n\t\t\t\t\tvalue === undefined\n\t\t\t\t\t|| (options.skipNull && value === null)\n\t\t\t\t\t|| (options.skipEmptyString && value === '')\n\t\t\t\t) {\n\t\t\t\t\treturn result;\n\t\t\t\t}\n\n\t\t\t\tif (value === null) {\n\t\t\t\t\treturn [\n\t\t\t\t\t\t...result, [encode(key, options), '[', index, ']'].join(''),\n\t\t\t\t\t];\n\t\t\t\t}\n\n\t\t\t\treturn [\n\t\t\t\t\t...result,\n\t\t\t\t\t[encode(key, options), '[', encode(index, options), ']=', encode(value, options)].join(''),\n\t\t\t\t];\n\t\t\t};\n\t\t}\n\n\t\tcase 'bracket': {\n\t\t\treturn key => (result, value) => {\n\t\t\t\tif (\n\t\t\t\t\tvalue === undefined\n\t\t\t\t\t|| (options.skipNull && value === null)\n\t\t\t\t\t|| (options.skipEmptyString && value === '')\n\t\t\t\t) {\n\t\t\t\t\treturn result;\n\t\t\t\t}\n\n\t\t\t\tif (value === null) {\n\t\t\t\t\treturn [\n\t\t\t\t\t\t...result,\n\t\t\t\t\t\t[encode(key, options), '[]'].join(''),\n\t\t\t\t\t];\n\t\t\t\t}\n\n\t\t\t\treturn [\n\t\t\t\t\t...result,\n\t\t\t\t\t[encode(key, options), '[]=', encode(value, options)].join(''),\n\t\t\t\t];\n\t\t\t};\n\t\t}\n\n\t\tcase 'colon-list-separator': {\n\t\t\treturn key => (result, value) => {\n\t\t\t\tif (\n\t\t\t\t\tvalue === undefined\n\t\t\t\t\t|| (options.skipNull && value === null)\n\t\t\t\t\t|| (options.skipEmptyString && value === '')\n\t\t\t\t) {\n\t\t\t\t\treturn result;\n\t\t\t\t}\n\n\t\t\t\tif (value === null) {\n\t\t\t\t\treturn [\n\t\t\t\t\t\t...result,\n\t\t\t\t\t\t[encode(key, options), ':list='].join(''),\n\t\t\t\t\t];\n\t\t\t\t}\n\n\t\t\t\treturn [\n\t\t\t\t\t...result,\n\t\t\t\t\t[encode(key, options), ':list=', encode(value, options)].join(''),\n\t\t\t\t];\n\t\t\t};\n\t\t}\n\n\t\tcase 'comma':\n\t\tcase 'separator':\n\t\tcase 'bracket-separator': {\n\t\t\tconst keyValueSep = options.arrayFormat === 'bracket-separator'\n\t\t\t\t? '[]='\n\t\t\t\t: '=';\n\n\t\t\treturn key => (result, value) => {\n\t\t\t\tif (\n\t\t\t\t\tvalue === undefined\n\t\t\t\t\t|| (options.skipNull && value === null)\n\t\t\t\t\t|| (options.skipEmptyString && value === '')\n\t\t\t\t) {\n\t\t\t\t\treturn result;\n\t\t\t\t}\n\n\t\t\t\t// Translate null to an empty string so that it doesn't serialize as 'null'\n\t\t\t\tvalue = value === null ? '' : value;\n\n\t\t\t\tif (result.length === 0) {\n\t\t\t\t\treturn [[encode(key, options), keyValueSep, encode(value, options)].join('')];\n\t\t\t\t}\n\n\t\t\t\treturn [[result, encode(value, options)].join(options.arrayFormatSeparator)];\n\t\t\t};\n\t\t}\n\n\t\tdefault: {\n\t\t\treturn key => (result, value) => {\n\t\t\t\tif (\n\t\t\t\t\tvalue === undefined\n\t\t\t\t\t|| (options.skipNull && value === null)\n\t\t\t\t\t|| (options.skipEmptyString && value === '')\n\t\t\t\t) {\n\t\t\t\t\treturn result;\n\t\t\t\t}\n\n\t\t\t\tif (value === null) {\n\t\t\t\t\treturn [\n\t\t\t\t\t\t...result,\n\t\t\t\t\t\tencode(key, options),\n\t\t\t\t\t];\n\t\t\t\t}\n\n\t\t\t\treturn [\n\t\t\t\t\t...result,\n\t\t\t\t\t[encode(key, options), '=', encode(value, options)].join(''),\n\t\t\t\t];\n\t\t\t};\n\t\t}\n\t}\n}\n\nfunction parserForArrayFormat(options) {\n\tlet result;\n\n\tswitch (options.arrayFormat) {\n\t\tcase 'index': {\n\t\t\treturn (key, value, accumulator) => {\n\t\t\t\tresult = /\\[(\\d*)]$/.exec(key);\n\n\t\t\t\tkey = key.replace(/\\[\\d*]$/, '');\n\n\t\t\t\tif (!result) {\n\t\t\t\t\taccumulator[key] = value;\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\tif (accumulator[key] === undefined) {\n\t\t\t\t\taccumulator[key] = {};\n\t\t\t\t}\n\n\t\t\t\taccumulator[key][result[1]] = value;\n\t\t\t};\n\t\t}\n\n\t\tcase 'bracket': {\n\t\t\treturn (key, value, accumulator) => {\n\t\t\t\tresult = /(\\[])$/.exec(key);\n\t\t\t\tkey = key.replace(/\\[]$/, '');\n\n\t\t\t\tif (!result) {\n\t\t\t\t\taccumulator[key] = value;\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\tif (accumulator[key] === undefined) {\n\t\t\t\t\taccumulator[key] = [value];\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\taccumulator[key] = [...accumulator[key], value];\n\t\t\t};\n\t\t}\n\n\t\tcase 'colon-list-separator': {\n\t\t\treturn (key, value, accumulator) => {\n\t\t\t\tresult = /(:list)$/.exec(key);\n\t\t\t\tkey = key.replace(/:list$/, '');\n\n\t\t\t\tif (!result) {\n\t\t\t\t\taccumulator[key] = value;\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\tif (accumulator[key] === undefined) {\n\t\t\t\t\taccumulator[key] = [value];\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\taccumulator[key] = [...accumulator[key], value];\n\t\t\t};\n\t\t}\n\n\t\tcase 'comma':\n\t\tcase 'separator': {\n\t\t\treturn (key, value, accumulator) => {\n\t\t\t\tconst isArray = typeof value === 'string' && value.includes(options.arrayFormatSeparator);\n\t\t\t\tconst isEncodedArray = (typeof value === 'string' && !isArray && decode(value, options).includes(options.arrayFormatSeparator));\n\t\t\t\tvalue = isEncodedArray ? decode(value, options) : value;\n\t\t\t\tconst newValue = isArray || isEncodedArray ? value.split(options.arrayFormatSeparator).map(item => decode(item, options)) : (value === null ? value : decode(value, options));\n\t\t\t\taccumulator[key] = newValue;\n\t\t\t};\n\t\t}\n\n\t\tcase 'bracket-separator': {\n\t\t\treturn (key, value, accumulator) => {\n\t\t\t\tconst isArray = /(\\[])$/.test(key);\n\t\t\t\tkey = key.replace(/\\[]$/, '');\n\n\t\t\t\tif (!isArray) {\n\t\t\t\t\taccumulator[key] = value ? decode(value, options) : value;\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\tconst arrayValue = value === null\n\t\t\t\t\t? []\n\t\t\t\t\t: value.split(options.arrayFormatSeparator).map(item => decode(item, options));\n\n\t\t\t\tif (accumulator[key] === undefined) {\n\t\t\t\t\taccumulator[key] = arrayValue;\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\taccumulator[key] = [...accumulator[key], ...arrayValue];\n\t\t\t};\n\t\t}\n\n\t\tdefault: {\n\t\t\treturn (key, value, accumulator) => {\n\t\t\t\tif (accumulator[key] === undefined) {\n\t\t\t\t\taccumulator[key] = value;\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\taccumulator[key] = [...[accumulator[key]].flat(), value];\n\t\t\t};\n\t\t}\n\t}\n}\n\nfunction validateArrayFormatSeparator(value) {\n\tif (typeof value !== 'string' || value.length !== 1) {\n\t\tthrow new TypeError('arrayFormatSeparator must be single character string');\n\t}\n}\n\nfunction encode(value, options) {\n\tif (options.encode) {\n\t\treturn options.strict ? strictUriEncode(value) : encodeURIComponent(value);\n\t}\n\n\treturn value;\n}\n\nfunction decode(value, options) {\n\tif (options.decode) {\n\t\treturn decodeComponent(value);\n\t}\n\n\treturn value;\n}\n\nfunction keysSorter(input) {\n\tif (Array.isArray(input)) {\n\t\treturn input.sort();\n\t}\n\n\tif (typeof input === 'object') {\n\t\treturn keysSorter(Object.keys(input))\n\t\t\t.sort((a, b) => Number(a) - Number(b))\n\t\t\t.map(key => input[key]);\n\t}\n\n\treturn input;\n}\n\nfunction removeHash(input) {\n\tconst hashStart = input.indexOf('#');\n\tif (hashStart !== -1) {\n\t\tinput = input.slice(0, hashStart);\n\t}\n\n\treturn input;\n}\n\nfunction getHash(url) {\n\tlet hash = '';\n\tconst hashStart = url.indexOf('#');\n\tif (hashStart !== -1) {\n\t\thash = url.slice(hashStart);\n\t}\n\n\treturn hash;\n}\n\nfunction parseValue(value, options) {\n\tif (options.parseNumbers && !Number.isNaN(Number(value)) && (typeof value === 'string' && value.trim() !== '')) {\n\t\tvalue = Number(value);\n\t} else if (options.parseBooleans && value !== null && (value.toLowerCase() === 'true' || value.toLowerCase() === 'false')) {\n\t\tvalue = value.toLowerCase() === 'true';\n\t}\n\n\treturn value;\n}\n\nexport function extract(input) {\n\tinput = removeHash(input);\n\tconst queryStart = input.indexOf('?');\n\tif (queryStart === -1) {\n\t\treturn '';\n\t}\n\n\treturn input.slice(queryStart + 1);\n}\n\nexport function parse(query, options) {\n\toptions = {\n\t\tdecode: true,\n\t\tsort: true,\n\t\tarrayFormat: 'none',\n\t\tarrayFormatSeparator: ',',\n\t\tparseNumbers: false,\n\t\tparseBooleans: false,\n\t\t...options,\n\t};\n\n\tvalidateArrayFormatSeparator(options.arrayFormatSeparator);\n\n\tconst formatter = parserForArrayFormat(options);\n\n\t// Create an object with no prototype\n\tconst returnValue = Object.create(null);\n\n\tif (typeof query !== 'string') {\n\t\treturn returnValue;\n\t}\n\n\tquery = query.trim().replace(/^[?#&]/, '');\n\n\tif (!query) {\n\t\treturn returnValue;\n\t}\n\n\tfor (const parameter of query.split('&')) {\n\t\tif (parameter === '') {\n\t\t\tcontinue;\n\t\t}\n\n\t\tconst parameter_ = options.decode ? parameter.replace(/\\+/g, ' ') : parameter;\n\n\t\tlet [key, value] = splitOnFirst(parameter_, '=');\n\n\t\tif (key === undefined) {\n\t\t\tkey = parameter_;\n\t\t}\n\n\t\t// Missing `=` should be `null`:\n\t\t// http://w3.org/TR/2012/WD-url-20120524/#collect-url-parameters\n\t\tvalue = value === undefined ? null : (['comma', 'separator', 'bracket-separator'].includes(options.arrayFormat) ? value : decode(value, options));\n\t\tformatter(decode(key, options), value, returnValue);\n\t}\n\n\tfor (const [key, value] of Object.entries(returnValue)) {\n\t\tif (typeof value === 'object' && value !== null) {\n\t\t\tfor (const [key2, value2] of Object.entries(value)) {\n\t\t\t\tvalue[key2] = parseValue(value2, options);\n\t\t\t}\n\t\t} else {\n\t\t\treturnValue[key] = parseValue(value, options);\n\t\t}\n\t}\n\n\tif (options.sort === false) {\n\t\treturn returnValue;\n\t}\n\n\t// TODO: Remove the use of `reduce`.\n\t// eslint-disable-next-line unicorn/no-array-reduce\n\treturn (options.sort === true ? Object.keys(returnValue).sort() : Object.keys(returnValue).sort(options.sort)).reduce((result, key) => {\n\t\tconst value = returnValue[key];\n\t\tif (Boolean(value) && typeof value === 'object' && !Array.isArray(value)) {\n\t\t\t// Sort object keys, not values\n\t\t\tresult[key] = keysSorter(value);\n\t\t} else {\n\t\t\tresult[key] = value;\n\t\t}\n\n\t\treturn result;\n\t}, Object.create(null));\n}\n\nexport function stringify(object, options) {\n\tif (!object) {\n\t\treturn '';\n\t}\n\n\toptions = {encode: true,\n\t\tstrict: true,\n\t\tarrayFormat: 'none',\n\t\tarrayFormatSeparator: ',', ...options};\n\n\tvalidateArrayFormatSeparator(options.arrayFormatSeparator);\n\n\tconst shouldFilter = key => (\n\t\t(options.skipNull && isNullOrUndefined(object[key]))\n\t\t|| (options.skipEmptyString && object[key] === '')\n\t);\n\n\tconst formatter = encoderForArrayFormat(options);\n\n\tconst objectCopy = {};\n\n\tfor (const [key, value] of Object.entries(object)) {\n\t\tif (!shouldFilter(key)) {\n\t\t\tobjectCopy[key] = value;\n\t\t}\n\t}\n\n\tconst keys = Object.keys(objectCopy);\n\n\tif (options.sort !== false) {\n\t\tkeys.sort(options.sort);\n\t}\n\n\treturn keys.map(key => {\n\t\tconst value = object[key];\n\n\t\tif (value === undefined) {\n\t\t\treturn '';\n\t\t}\n\n\t\tif (value === null) {\n\t\t\treturn encode(key, options);\n\t\t}\n\n\t\tif (Array.isArray(value)) {\n\t\t\tif (value.length === 0 && options.arrayFormat === 'bracket-separator') {\n\t\t\t\treturn encode(key, options) + '[]';\n\t\t\t}\n\n\t\t\treturn value\n\t\t\t\t.reduce(formatter(key), [])\n\t\t\t\t.join('&');\n\t\t}\n\n\t\treturn encode(key, options) + '=' + encode(value, options);\n\t}).filter(x => x.length > 0).join('&');\n}\n\nexport function parseUrl(url, options) {\n\toptions = {\n\t\tdecode: true,\n\t\t...options,\n\t};\n\n\tlet [url_, hash] = splitOnFirst(url, '#');\n\n\tif (url_ === undefined) {\n\t\turl_ = url;\n\t}\n\n\treturn {\n\t\turl: url_?.split('?')?.[0] ?? '',\n\t\tquery: parse(extract(url), options),\n\t\t...(options && options.parseFragmentIdentifier && hash ? {fragmentIdentifier: decode(hash, options)} : {}),\n\t};\n}\n\nexport function stringifyUrl(object, options) {\n\toptions = {\n\t\tencode: true,\n\t\tstrict: true,\n\t\t[encodeFragmentIdentifier]: true,\n\t\t...options,\n\t};\n\n\tconst url = removeHash(object.url).split('?')[0] || '';\n\tconst queryFromUrl = extract(object.url);\n\n\tconst query = {\n\t\t...parse(queryFromUrl, {sort: false}),\n\t\t...object.query,\n\t};\n\n\tlet queryString = stringify(query, options);\n\tif (queryString) {\n\t\tqueryString = `?${queryString}`;\n\t}\n\n\tlet hash = getHash(object.url);\n\tif (object.fragmentIdentifier) {\n\t\tconst urlObjectForFragmentEncode = new URL(url);\n\t\turlObjectForFragmentEncode.hash = object.fragmentIdentifier;\n\t\thash = options[encodeFragmentIdentifier] ? urlObjectForFragmentEncode.hash : `#${object.fragmentIdentifier}`;\n\t}\n\n\treturn `${url}${queryString}${hash}`;\n}\n\nexport function pick(input, filter, options) {\n\toptions = {\n\t\tparseFragmentIdentifier: true,\n\t\t[encodeFragmentIdentifier]: false,\n\t\t...options,\n\t};\n\n\tconst {url, query, fragmentIdentifier} = parseUrl(input, options);\n\n\treturn stringifyUrl({\n\t\turl,\n\t\tquery: includeKeys(query, filter),\n\t\tfragmentIdentifier,\n\t}, options);\n}\n\nexport function exclude(input, filter, options) {\n\tconst exclusionFilter = Array.isArray(filter) ? key => !filter.includes(key) : (key, value) => !filter(key, value);\n\n\treturn pick(input, exclusionFilter, options);\n}\n","import * as queryString from './base.js';\n\nexport default queryString;\n","/*!\n * vue-router v3.6.5\n * (c) 2022 Evan You\n * @license MIT\n */\n/* */\n\nfunction assert (condition, message) {\n if (!condition) {\n throw new Error((\"[vue-router] \" + message))\n }\n}\n\nfunction warn (condition, message) {\n if (!condition) {\n typeof console !== 'undefined' && console.warn((\"[vue-router] \" + message));\n }\n}\n\nfunction extend (a, b) {\n for (var key in b) {\n a[key] = b[key];\n }\n return a\n}\n\n/* */\n\nvar encodeReserveRE = /[!'()*]/g;\nvar encodeReserveReplacer = function (c) { return '%' + c.charCodeAt(0).toString(16); };\nvar commaRE = /%2C/g;\n\n// fixed encodeURIComponent which is more conformant to RFC3986:\n// - escapes [!'()*]\n// - preserve commas\nvar encode = function (str) { return encodeURIComponent(str)\n .replace(encodeReserveRE, encodeReserveReplacer)\n .replace(commaRE, ','); };\n\nfunction decode (str) {\n try {\n return decodeURIComponent(str)\n } catch (err) {\n if (process.env.NODE_ENV !== 'production') {\n warn(false, (\"Error decoding \\\"\" + str + \"\\\". Leaving it intact.\"));\n }\n }\n return str\n}\n\nfunction resolveQuery (\n query,\n extraQuery,\n _parseQuery\n) {\n if ( extraQuery === void 0 ) extraQuery = {};\n\n var parse = _parseQuery || parseQuery;\n var parsedQuery;\n try {\n parsedQuery = parse(query || '');\n } catch (e) {\n process.env.NODE_ENV !== 'production' && warn(false, e.message);\n parsedQuery = {};\n }\n for (var key in extraQuery) {\n var value = extraQuery[key];\n parsedQuery[key] = Array.isArray(value)\n ? value.map(castQueryParamValue)\n : castQueryParamValue(value);\n }\n return parsedQuery\n}\n\nvar castQueryParamValue = function (value) { return (value == null || typeof value === 'object' ? value : String(value)); };\n\nfunction parseQuery (query) {\n var res = {};\n\n query = query.trim().replace(/^(\\?|#|&)/, '');\n\n if (!query) {\n return res\n }\n\n query.split('&').forEach(function (param) {\n var parts = param.replace(/\\+/g, ' ').split('=');\n var key = decode(parts.shift());\n var val = parts.length > 0 ? decode(parts.join('=')) : null;\n\n if (res[key] === undefined) {\n res[key] = val;\n } else if (Array.isArray(res[key])) {\n res[key].push(val);\n } else {\n res[key] = [res[key], val];\n }\n });\n\n return res\n}\n\nfunction stringifyQuery (obj) {\n var res = obj\n ? Object.keys(obj)\n .map(function (key) {\n var val = obj[key];\n\n if (val === undefined) {\n return ''\n }\n\n if (val === null) {\n return encode(key)\n }\n\n if (Array.isArray(val)) {\n var result = [];\n val.forEach(function (val2) {\n if (val2 === undefined) {\n return\n }\n if (val2 === null) {\n result.push(encode(key));\n } else {\n result.push(encode(key) + '=' + encode(val2));\n }\n });\n return result.join('&')\n }\n\n return encode(key) + '=' + encode(val)\n })\n .filter(function (x) { return x.length > 0; })\n .join('&')\n : null;\n return res ? (\"?\" + res) : ''\n}\n\n/* */\n\nvar trailingSlashRE = /\\/?$/;\n\nfunction createRoute (\n record,\n location,\n redirectedFrom,\n router\n) {\n var stringifyQuery = router && router.options.stringifyQuery;\n\n var query = location.query || {};\n try {\n query = clone(query);\n } catch (e) {}\n\n var route = {\n name: location.name || (record && record.name),\n meta: (record && record.meta) || {},\n path: location.path || '/',\n hash: location.hash || '',\n query: query,\n params: location.params || {},\n fullPath: getFullPath(location, stringifyQuery),\n matched: record ? formatMatch(record) : []\n };\n if (redirectedFrom) {\n route.redirectedFrom = getFullPath(redirectedFrom, stringifyQuery);\n }\n return Object.freeze(route)\n}\n\nfunction clone (value) {\n if (Array.isArray(value)) {\n return value.map(clone)\n } else if (value && typeof value === 'object') {\n var res = {};\n for (var key in value) {\n res[key] = clone(value[key]);\n }\n return res\n } else {\n return value\n }\n}\n\n// the starting route that represents the initial state\nvar START = createRoute(null, {\n path: '/'\n});\n\nfunction formatMatch (record) {\n var res = [];\n while (record) {\n res.unshift(record);\n record = record.parent;\n }\n return res\n}\n\nfunction getFullPath (\n ref,\n _stringifyQuery\n) {\n var path = ref.path;\n var query = ref.query; if ( query === void 0 ) query = {};\n var hash = ref.hash; if ( hash === void 0 ) hash = '';\n\n var stringify = _stringifyQuery || stringifyQuery;\n return (path || '/') + stringify(query) + hash\n}\n\nfunction isSameRoute (a, b, onlyPath) {\n if (b === START) {\n return a === b\n } else if (!b) {\n return false\n } else if (a.path && b.path) {\n return a.path.replace(trailingSlashRE, '') === b.path.replace(trailingSlashRE, '') && (onlyPath ||\n a.hash === b.hash &&\n isObjectEqual(a.query, b.query))\n } else if (a.name && b.name) {\n return (\n a.name === b.name &&\n (onlyPath || (\n a.hash === b.hash &&\n isObjectEqual(a.query, b.query) &&\n isObjectEqual(a.params, b.params))\n )\n )\n } else {\n return false\n }\n}\n\nfunction isObjectEqual (a, b) {\n if ( a === void 0 ) a = {};\n if ( b === void 0 ) b = {};\n\n // handle null value #1566\n if (!a || !b) { return a === b }\n var aKeys = Object.keys(a).sort();\n var bKeys = Object.keys(b).sort();\n if (aKeys.length !== bKeys.length) {\n return false\n }\n return aKeys.every(function (key, i) {\n var aVal = a[key];\n var bKey = bKeys[i];\n if (bKey !== key) { return false }\n var bVal = b[key];\n // query values can be null and undefined\n if (aVal == null || bVal == null) { return aVal === bVal }\n // check nested equality\n if (typeof aVal === 'object' && typeof bVal === 'object') {\n return isObjectEqual(aVal, bVal)\n }\n return String(aVal) === String(bVal)\n })\n}\n\nfunction isIncludedRoute (current, target) {\n return (\n current.path.replace(trailingSlashRE, '/').indexOf(\n target.path.replace(trailingSlashRE, '/')\n ) === 0 &&\n (!target.hash || current.hash === target.hash) &&\n queryIncludes(current.query, target.query)\n )\n}\n\nfunction queryIncludes (current, target) {\n for (var key in target) {\n if (!(key in current)) {\n return false\n }\n }\n return true\n}\n\nfunction handleRouteEntered (route) {\n for (var i = 0; i < route.matched.length; i++) {\n var record = route.matched[i];\n for (var name in record.instances) {\n var instance = record.instances[name];\n var cbs = record.enteredCbs[name];\n if (!instance || !cbs) { continue }\n delete record.enteredCbs[name];\n for (var i$1 = 0; i$1 < cbs.length; i$1++) {\n if (!instance._isBeingDestroyed) { cbs[i$1](instance); }\n }\n }\n }\n}\n\nvar View = {\n name: 'RouterView',\n functional: true,\n props: {\n name: {\n type: String,\n default: 'default'\n }\n },\n render: function render (_, ref) {\n var props = ref.props;\n var children = ref.children;\n var parent = ref.parent;\n var data = ref.data;\n\n // used by devtools to display a router-view badge\n data.routerView = true;\n\n // directly use parent context's createElement() function\n // so that components rendered by router-view can resolve named slots\n var h = parent.$createElement;\n var name = props.name;\n var route = parent.$route;\n var cache = parent._routerViewCache || (parent._routerViewCache = {});\n\n // determine current view depth, also check to see if the tree\n // has been toggled inactive but kept-alive.\n var depth = 0;\n var inactive = false;\n while (parent && parent._routerRoot !== parent) {\n var vnodeData = parent.$vnode ? parent.$vnode.data : {};\n if (vnodeData.routerView) {\n depth++;\n }\n if (vnodeData.keepAlive && parent._directInactive && parent._inactive) {\n inactive = true;\n }\n parent = parent.$parent;\n }\n data.routerViewDepth = depth;\n\n // render previous view if the tree is inactive and kept-alive\n if (inactive) {\n var cachedData = cache[name];\n var cachedComponent = cachedData && cachedData.component;\n if (cachedComponent) {\n // #2301\n // pass props\n if (cachedData.configProps) {\n fillPropsinData(cachedComponent, data, cachedData.route, cachedData.configProps);\n }\n return h(cachedComponent, data, children)\n } else {\n // render previous empty view\n return h()\n }\n }\n\n var matched = route.matched[depth];\n var component = matched && matched.components[name];\n\n // render empty node if no matched route or no config component\n if (!matched || !component) {\n cache[name] = null;\n return h()\n }\n\n // cache component\n cache[name] = { component: component };\n\n // attach instance registration hook\n // this will be called in the instance's injected lifecycle hooks\n data.registerRouteInstance = function (vm, val) {\n // val could be undefined for unregistration\n var current = matched.instances[name];\n if (\n (val && current !== vm) ||\n (!val && current === vm)\n ) {\n matched.instances[name] = val;\n }\n }\n\n // also register instance in prepatch hook\n // in case the same component instance is reused across different routes\n ;(data.hook || (data.hook = {})).prepatch = function (_, vnode) {\n matched.instances[name] = vnode.componentInstance;\n };\n\n // register instance in init hook\n // in case kept-alive component be actived when routes changed\n data.hook.init = function (vnode) {\n if (vnode.data.keepAlive &&\n vnode.componentInstance &&\n vnode.componentInstance !== matched.instances[name]\n ) {\n matched.instances[name] = vnode.componentInstance;\n }\n\n // if the route transition has already been confirmed then we weren't\n // able to call the cbs during confirmation as the component was not\n // registered yet, so we call it here.\n handleRouteEntered(route);\n };\n\n var configProps = matched.props && matched.props[name];\n // save route and configProps in cache\n if (configProps) {\n extend(cache[name], {\n route: route,\n configProps: configProps\n });\n fillPropsinData(component, data, route, configProps);\n }\n\n return h(component, data, children)\n }\n};\n\nfunction fillPropsinData (component, data, route, configProps) {\n // resolve props\n var propsToPass = data.props = resolveProps(route, configProps);\n if (propsToPass) {\n // clone to prevent mutation\n propsToPass = data.props = extend({}, propsToPass);\n // pass non-declared props as attrs\n var attrs = data.attrs = data.attrs || {};\n for (var key in propsToPass) {\n if (!component.props || !(key in component.props)) {\n attrs[key] = propsToPass[key];\n delete propsToPass[key];\n }\n }\n }\n}\n\nfunction resolveProps (route, config) {\n switch (typeof config) {\n case 'undefined':\n return\n case 'object':\n return config\n case 'function':\n return config(route)\n case 'boolean':\n return config ? route.params : undefined\n default:\n if (process.env.NODE_ENV !== 'production') {\n warn(\n false,\n \"props in \\\"\" + (route.path) + \"\\\" is a \" + (typeof config) + \", \" +\n \"expecting an object, function or boolean.\"\n );\n }\n }\n}\n\n/* */\n\nfunction resolvePath (\n relative,\n base,\n append\n) {\n var firstChar = relative.charAt(0);\n if (firstChar === '/') {\n return relative\n }\n\n if (firstChar === '?' || firstChar === '#') {\n return base + relative\n }\n\n var stack = base.split('/');\n\n // remove trailing segment if:\n // - not appending\n // - appending to trailing slash (last segment is empty)\n if (!append || !stack[stack.length - 1]) {\n stack.pop();\n }\n\n // resolve relative path\n var segments = relative.replace(/^\\//, '').split('/');\n for (var i = 0; i < segments.length; i++) {\n var segment = segments[i];\n if (segment === '..') {\n stack.pop();\n } else if (segment !== '.') {\n stack.push(segment);\n }\n }\n\n // ensure leading slash\n if (stack[0] !== '') {\n stack.unshift('');\n }\n\n return stack.join('/')\n}\n\nfunction parsePath (path) {\n var hash = '';\n var query = '';\n\n var hashIndex = path.indexOf('#');\n if (hashIndex >= 0) {\n hash = path.slice(hashIndex);\n path = path.slice(0, hashIndex);\n }\n\n var queryIndex = path.indexOf('?');\n if (queryIndex >= 0) {\n query = path.slice(queryIndex + 1);\n path = path.slice(0, queryIndex);\n }\n\n return {\n path: path,\n query: query,\n hash: hash\n }\n}\n\nfunction cleanPath (path) {\n return path.replace(/\\/(?:\\s*\\/)+/g, '/')\n}\n\nvar isarray = Array.isArray || function (arr) {\n return Object.prototype.toString.call(arr) == '[object Array]';\n};\n\n/**\n * Expose `pathToRegexp`.\n */\nvar pathToRegexp_1 = pathToRegexp;\nvar parse_1 = parse;\nvar compile_1 = compile;\nvar tokensToFunction_1 = tokensToFunction;\nvar tokensToRegExp_1 = tokensToRegExp;\n\n/**\n * The main path matching regexp utility.\n *\n * @type {RegExp}\n */\nvar PATH_REGEXP = new RegExp([\n // Match escaped characters that would otherwise appear in future matches.\n // This allows the user to escape special characters that won't transform.\n '(\\\\\\\\.)',\n // Match Express-style parameters and un-named parameters with a prefix\n // and optional suffixes. Matches appear as:\n //\n // \"/:test(\\\\d+)?\" => [\"/\", \"test\", \"\\d+\", undefined, \"?\", undefined]\n // \"/route(\\\\d+)\" => [undefined, undefined, undefined, \"\\d+\", undefined, undefined]\n // \"/*\" => [\"/\", undefined, undefined, undefined, undefined, \"*\"]\n '([\\\\/.])?(?:(?:\\\\:(\\\\w+)(?:\\\\(((?:\\\\\\\\.|[^\\\\\\\\()])+)\\\\))?|\\\\(((?:\\\\\\\\.|[^\\\\\\\\()])+)\\\\))([+*?])?|(\\\\*))'\n].join('|'), 'g');\n\n/**\n * Parse a string for the raw tokens.\n *\n * @param {string} str\n * @param {Object=} options\n * @return {!Array}\n */\nfunction parse (str, options) {\n var tokens = [];\n var key = 0;\n var index = 0;\n var path = '';\n var defaultDelimiter = options && options.delimiter || '/';\n var res;\n\n while ((res = PATH_REGEXP.exec(str)) != null) {\n var m = res[0];\n var escaped = res[1];\n var offset = res.index;\n path += str.slice(index, offset);\n index = offset + m.length;\n\n // Ignore already escaped sequences.\n if (escaped) {\n path += escaped[1];\n continue\n }\n\n var next = str[index];\n var prefix = res[2];\n var name = res[3];\n var capture = res[4];\n var group = res[5];\n var modifier = res[6];\n var asterisk = res[7];\n\n // Push the current path onto the tokens.\n if (path) {\n tokens.push(path);\n path = '';\n }\n\n var partial = prefix != null && next != null && next !== prefix;\n var repeat = modifier === '+' || modifier === '*';\n var optional = modifier === '?' || modifier === '*';\n var delimiter = res[2] || defaultDelimiter;\n var pattern = capture || group;\n\n tokens.push({\n name: name || key++,\n prefix: prefix || '',\n delimiter: delimiter,\n optional: optional,\n repeat: repeat,\n partial: partial,\n asterisk: !!asterisk,\n pattern: pattern ? escapeGroup(pattern) : (asterisk ? '.*' : '[^' + escapeString(delimiter) + ']+?')\n });\n }\n\n // Match any characters still remaining.\n if (index < str.length) {\n path += str.substr(index);\n }\n\n // If the path exists, push it onto the end.\n if (path) {\n tokens.push(path);\n }\n\n return tokens\n}\n\n/**\n * Compile a string to a template function for the path.\n *\n * @param {string} str\n * @param {Object=} options\n * @return {!function(Object=, Object=)}\n */\nfunction compile (str, options) {\n return tokensToFunction(parse(str, options), options)\n}\n\n/**\n * Prettier encoding of URI path segments.\n *\n * @param {string}\n * @return {string}\n */\nfunction encodeURIComponentPretty (str) {\n return encodeURI(str).replace(/[\\/?#]/g, function (c) {\n return '%' + c.charCodeAt(0).toString(16).toUpperCase()\n })\n}\n\n/**\n * Encode the asterisk parameter. Similar to `pretty`, but allows slashes.\n *\n * @param {string}\n * @return {string}\n */\nfunction encodeAsterisk (str) {\n return encodeURI(str).replace(/[?#]/g, function (c) {\n return '%' + c.charCodeAt(0).toString(16).toUpperCase()\n })\n}\n\n/**\n * Expose a method for transforming tokens into the path function.\n */\nfunction tokensToFunction (tokens, options) {\n // Compile all the tokens into regexps.\n var matches = new Array(tokens.length);\n\n // Compile all the patterns before compilation.\n for (var i = 0; i < tokens.length; i++) {\n if (typeof tokens[i] === 'object') {\n matches[i] = new RegExp('^(?:' + tokens[i].pattern + ')$', flags(options));\n }\n }\n\n return function (obj, opts) {\n var path = '';\n var data = obj || {};\n var options = opts || {};\n var encode = options.pretty ? encodeURIComponentPretty : encodeURIComponent;\n\n for (var i = 0; i < tokens.length; i++) {\n var token = tokens[i];\n\n if (typeof token === 'string') {\n path += token;\n\n continue\n }\n\n var value = data[token.name];\n var segment;\n\n if (value == null) {\n if (token.optional) {\n // Prepend partial segment prefixes.\n if (token.partial) {\n path += token.prefix;\n }\n\n continue\n } else {\n throw new TypeError('Expected \"' + token.name + '\" to be defined')\n }\n }\n\n if (isarray(value)) {\n if (!token.repeat) {\n throw new TypeError('Expected \"' + token.name + '\" to not repeat, but received `' + JSON.stringify(value) + '`')\n }\n\n if (value.length === 0) {\n if (token.optional) {\n continue\n } else {\n throw new TypeError('Expected \"' + token.name + '\" to not be empty')\n }\n }\n\n for (var j = 0; j < value.length; j++) {\n segment = encode(value[j]);\n\n if (!matches[i].test(segment)) {\n throw new TypeError('Expected all \"' + token.name + '\" to match \"' + token.pattern + '\", but received `' + JSON.stringify(segment) + '`')\n }\n\n path += (j === 0 ? token.prefix : token.delimiter) + segment;\n }\n\n continue\n }\n\n segment = token.asterisk ? encodeAsterisk(value) : encode(value);\n\n if (!matches[i].test(segment)) {\n throw new TypeError('Expected \"' + token.name + '\" to match \"' + token.pattern + '\", but received \"' + segment + '\"')\n }\n\n path += token.prefix + segment;\n }\n\n return path\n }\n}\n\n/**\n * Escape a regular expression string.\n *\n * @param {string} str\n * @return {string}\n */\nfunction escapeString (str) {\n return str.replace(/([.+*?=^!:${}()[\\]|\\/\\\\])/g, '\\\\$1')\n}\n\n/**\n * Escape the capturing group by escaping special characters and meaning.\n *\n * @param {string} group\n * @return {string}\n */\nfunction escapeGroup (group) {\n return group.replace(/([=!:$\\/()])/g, '\\\\$1')\n}\n\n/**\n * Attach the keys as a property of the regexp.\n *\n * @param {!RegExp} re\n * @param {Array} keys\n * @return {!RegExp}\n */\nfunction attachKeys (re, keys) {\n re.keys = keys;\n return re\n}\n\n/**\n * Get the flags for a regexp from the options.\n *\n * @param {Object} options\n * @return {string}\n */\nfunction flags (options) {\n return options && options.sensitive ? '' : 'i'\n}\n\n/**\n * Pull out keys from a regexp.\n *\n * @param {!RegExp} path\n * @param {!Array} keys\n * @return {!RegExp}\n */\nfunction regexpToRegexp (path, keys) {\n // Use a negative lookahead to match only capturing groups.\n var groups = path.source.match(/\\((?!\\?)/g);\n\n if (groups) {\n for (var i = 0; i < groups.length; i++) {\n keys.push({\n name: i,\n prefix: null,\n delimiter: null,\n optional: false,\n repeat: false,\n partial: false,\n asterisk: false,\n pattern: null\n });\n }\n }\n\n return attachKeys(path, keys)\n}\n\n/**\n * Transform an array into a regexp.\n *\n * @param {!Array} path\n * @param {Array} keys\n * @param {!Object} options\n * @return {!RegExp}\n */\nfunction arrayToRegexp (path, keys, options) {\n var parts = [];\n\n for (var i = 0; i < path.length; i++) {\n parts.push(pathToRegexp(path[i], keys, options).source);\n }\n\n var regexp = new RegExp('(?:' + parts.join('|') + ')', flags(options));\n\n return attachKeys(regexp, keys)\n}\n\n/**\n * Create a path regexp from string input.\n *\n * @param {string} path\n * @param {!Array} keys\n * @param {!Object} options\n * @return {!RegExp}\n */\nfunction stringToRegexp (path, keys, options) {\n return tokensToRegExp(parse(path, options), keys, options)\n}\n\n/**\n * Expose a function for taking tokens and returning a RegExp.\n *\n * @param {!Array} tokens\n * @param {(Array|Object)=} keys\n * @param {Object=} options\n * @return {!RegExp}\n */\nfunction tokensToRegExp (tokens, keys, options) {\n if (!isarray(keys)) {\n options = /** @type {!Object} */ (keys || options);\n keys = [];\n }\n\n options = options || {};\n\n var strict = options.strict;\n var end = options.end !== false;\n var route = '';\n\n // Iterate over the tokens and create our regexp string.\n for (var i = 0; i < tokens.length; i++) {\n var token = tokens[i];\n\n if (typeof token === 'string') {\n route += escapeString(token);\n } else {\n var prefix = escapeString(token.prefix);\n var capture = '(?:' + token.pattern + ')';\n\n keys.push(token);\n\n if (token.repeat) {\n capture += '(?:' + prefix + capture + ')*';\n }\n\n if (token.optional) {\n if (!token.partial) {\n capture = '(?:' + prefix + '(' + capture + '))?';\n } else {\n capture = prefix + '(' + capture + ')?';\n }\n } else {\n capture = prefix + '(' + capture + ')';\n }\n\n route += capture;\n }\n }\n\n var delimiter = escapeString(options.delimiter || '/');\n var endsWithDelimiter = route.slice(-delimiter.length) === delimiter;\n\n // In non-strict mode we allow a slash at the end of match. If the path to\n // match already ends with a slash, we remove it for consistency. The slash\n // is valid at the end of a path match, not in the middle. This is important\n // in non-ending mode, where \"/test/\" shouldn't match \"/test//route\".\n if (!strict) {\n route = (endsWithDelimiter ? route.slice(0, -delimiter.length) : route) + '(?:' + delimiter + '(?=$))?';\n }\n\n if (end) {\n route += '$';\n } else {\n // In non-ending mode, we need the capturing groups to match as much as\n // possible by using a positive lookahead to the end or next path segment.\n route += strict && endsWithDelimiter ? '' : '(?=' + delimiter + '|$)';\n }\n\n return attachKeys(new RegExp('^' + route, flags(options)), keys)\n}\n\n/**\n * Normalize the given path string, returning a regular expression.\n *\n * An empty array can be passed in for the keys, which will hold the\n * placeholder key descriptions. For example, using `/user/:id`, `keys` will\n * contain `[{ name: 'id', delimiter: '/', optional: false, repeat: false }]`.\n *\n * @param {(string|RegExp|Array)} path\n * @param {(Array|Object)=} keys\n * @param {Object=} options\n * @return {!RegExp}\n */\nfunction pathToRegexp (path, keys, options) {\n if (!isarray(keys)) {\n options = /** @type {!Object} */ (keys || options);\n keys = [];\n }\n\n options = options || {};\n\n if (path instanceof RegExp) {\n return regexpToRegexp(path, /** @type {!Array} */ (keys))\n }\n\n if (isarray(path)) {\n return arrayToRegexp(/** @type {!Array} */ (path), /** @type {!Array} */ (keys), options)\n }\n\n return stringToRegexp(/** @type {string} */ (path), /** @type {!Array} */ (keys), options)\n}\npathToRegexp_1.parse = parse_1;\npathToRegexp_1.compile = compile_1;\npathToRegexp_1.tokensToFunction = tokensToFunction_1;\npathToRegexp_1.tokensToRegExp = tokensToRegExp_1;\n\n/* */\n\n// $flow-disable-line\nvar regexpCompileCache = Object.create(null);\n\nfunction fillParams (\n path,\n params,\n routeMsg\n) {\n params = params || {};\n try {\n var filler =\n regexpCompileCache[path] ||\n (regexpCompileCache[path] = pathToRegexp_1.compile(path));\n\n // Fix #2505 resolving asterisk routes { name: 'not-found', params: { pathMatch: '/not-found' }}\n // and fix #3106 so that you can work with location descriptor object having params.pathMatch equal to empty string\n if (typeof params.pathMatch === 'string') { params[0] = params.pathMatch; }\n\n return filler(params, { pretty: true })\n } catch (e) {\n if (process.env.NODE_ENV !== 'production') {\n // Fix #3072 no warn if `pathMatch` is string\n warn(typeof params.pathMatch === 'string', (\"missing param for \" + routeMsg + \": \" + (e.message)));\n }\n return ''\n } finally {\n // delete the 0 if it was added\n delete params[0];\n }\n}\n\n/* */\n\nfunction normalizeLocation (\n raw,\n current,\n append,\n router\n) {\n var next = typeof raw === 'string' ? { path: raw } : raw;\n // named target\n if (next._normalized) {\n return next\n } else if (next.name) {\n next = extend({}, raw);\n var params = next.params;\n if (params && typeof params === 'object') {\n next.params = extend({}, params);\n }\n return next\n }\n\n // relative params\n if (!next.path && next.params && current) {\n next = extend({}, next);\n next._normalized = true;\n var params$1 = extend(extend({}, current.params), next.params);\n if (current.name) {\n next.name = current.name;\n next.params = params$1;\n } else if (current.matched.length) {\n var rawPath = current.matched[current.matched.length - 1].path;\n next.path = fillParams(rawPath, params$1, (\"path \" + (current.path)));\n } else if (process.env.NODE_ENV !== 'production') {\n warn(false, \"relative params navigation requires a current route.\");\n }\n return next\n }\n\n var parsedPath = parsePath(next.path || '');\n var basePath = (current && current.path) || '/';\n var path = parsedPath.path\n ? resolvePath(parsedPath.path, basePath, append || next.append)\n : basePath;\n\n var query = resolveQuery(\n parsedPath.query,\n next.query,\n router && router.options.parseQuery\n );\n\n var hash = next.hash || parsedPath.hash;\n if (hash && hash.charAt(0) !== '#') {\n hash = \"#\" + hash;\n }\n\n return {\n _normalized: true,\n path: path,\n query: query,\n hash: hash\n }\n}\n\n/* */\n\n// work around weird flow bug\nvar toTypes = [String, Object];\nvar eventTypes = [String, Array];\n\nvar noop = function () {};\n\nvar warnedCustomSlot;\nvar warnedTagProp;\nvar warnedEventProp;\n\nvar Link = {\n name: 'RouterLink',\n props: {\n to: {\n type: toTypes,\n required: true\n },\n tag: {\n type: String,\n default: 'a'\n },\n custom: Boolean,\n exact: Boolean,\n exactPath: Boolean,\n append: Boolean,\n replace: Boolean,\n activeClass: String,\n exactActiveClass: String,\n ariaCurrentValue: {\n type: String,\n default: 'page'\n },\n event: {\n type: eventTypes,\n default: 'click'\n }\n },\n render: function render (h) {\n var this$1$1 = this;\n\n var router = this.$router;\n var current = this.$route;\n var ref = router.resolve(\n this.to,\n current,\n this.append\n );\n var location = ref.location;\n var route = ref.route;\n var href = ref.href;\n\n var classes = {};\n var globalActiveClass = router.options.linkActiveClass;\n var globalExactActiveClass = router.options.linkExactActiveClass;\n // Support global empty active class\n var activeClassFallback =\n globalActiveClass == null ? 'router-link-active' : globalActiveClass;\n var exactActiveClassFallback =\n globalExactActiveClass == null\n ? 'router-link-exact-active'\n : globalExactActiveClass;\n var activeClass =\n this.activeClass == null ? activeClassFallback : this.activeClass;\n var exactActiveClass =\n this.exactActiveClass == null\n ? exactActiveClassFallback\n : this.exactActiveClass;\n\n var compareTarget = route.redirectedFrom\n ? createRoute(null, normalizeLocation(route.redirectedFrom), null, router)\n : route;\n\n classes[exactActiveClass] = isSameRoute(current, compareTarget, this.exactPath);\n classes[activeClass] = this.exact || this.exactPath\n ? classes[exactActiveClass]\n : isIncludedRoute(current, compareTarget);\n\n var ariaCurrentValue = classes[exactActiveClass] ? this.ariaCurrentValue : null;\n\n var handler = function (e) {\n if (guardEvent(e)) {\n if (this$1$1.replace) {\n router.replace(location, noop);\n } else {\n router.push(location, noop);\n }\n }\n };\n\n var on = { click: guardEvent };\n if (Array.isArray(this.event)) {\n this.event.forEach(function (e) {\n on[e] = handler;\n });\n } else {\n on[this.event] = handler;\n }\n\n var data = { class: classes };\n\n var scopedSlot =\n !this.$scopedSlots.$hasNormal &&\n this.$scopedSlots.default &&\n this.$scopedSlots.default({\n href: href,\n route: route,\n navigate: handler,\n isActive: classes[activeClass],\n isExactActive: classes[exactActiveClass]\n });\n\n if (scopedSlot) {\n if (process.env.NODE_ENV !== 'production' && !this.custom) {\n !warnedCustomSlot && warn(false, 'In Vue Router 4, the v-slot API will by default wrap its content with an element. Use the custom prop to remove this warning:\\n\\n');\n warnedCustomSlot = true;\n }\n if (scopedSlot.length === 1) {\n return scopedSlot[0]\n } else if (scopedSlot.length > 1 || !scopedSlot.length) {\n if (process.env.NODE_ENV !== 'production') {\n warn(\n false,\n (\" with to=\\\"\" + (this.to) + \"\\\" is trying to use a scoped slot but it didn't provide exactly one child. Wrapping the content with a span element.\")\n );\n }\n return scopedSlot.length === 0 ? h() : h('span', {}, scopedSlot)\n }\n }\n\n if (process.env.NODE_ENV !== 'production') {\n if ('tag' in this.$options.propsData && !warnedTagProp) {\n warn(\n false,\n \"'s tag prop is deprecated and has been removed in Vue Router 4. Use the v-slot API to remove this warning: https://next.router.vuejs.org/guide/migration/#removal-of-event-and-tag-props-in-router-link.\"\n );\n warnedTagProp = true;\n }\n if ('event' in this.$options.propsData && !warnedEventProp) {\n warn(\n false,\n \"'s event prop is deprecated and has been removed in Vue Router 4. Use the v-slot API to remove this warning: https://next.router.vuejs.org/guide/migration/#removal-of-event-and-tag-props-in-router-link.\"\n );\n warnedEventProp = true;\n }\n }\n\n if (this.tag === 'a') {\n data.on = on;\n data.attrs = { href: href, 'aria-current': ariaCurrentValue };\n } else {\n // find the first child and apply listener and href\n var a = findAnchor(this.$slots.default);\n if (a) {\n // in case the is a static node\n a.isStatic = false;\n var aData = (a.data = extend({}, a.data));\n aData.on = aData.on || {};\n // transform existing events in both objects into arrays so we can push later\n for (var event in aData.on) {\n var handler$1 = aData.on[event];\n if (event in on) {\n aData.on[event] = Array.isArray(handler$1) ? handler$1 : [handler$1];\n }\n }\n // append new listeners for router-link\n for (var event$1 in on) {\n if (event$1 in aData.on) {\n // on[event] is always a function\n aData.on[event$1].push(on[event$1]);\n } else {\n aData.on[event$1] = handler;\n }\n }\n\n var aAttrs = (a.data.attrs = extend({}, a.data.attrs));\n aAttrs.href = href;\n aAttrs['aria-current'] = ariaCurrentValue;\n } else {\n // doesn't have child, apply listener to self\n data.on = on;\n }\n }\n\n return h(this.tag, data, this.$slots.default)\n }\n};\n\nfunction guardEvent (e) {\n // don't redirect with control keys\n if (e.metaKey || e.altKey || e.ctrlKey || e.shiftKey) { return }\n // don't redirect when preventDefault called\n if (e.defaultPrevented) { return }\n // don't redirect on right click\n if (e.button !== undefined && e.button !== 0) { return }\n // don't redirect if `target=\"_blank\"`\n if (e.currentTarget && e.currentTarget.getAttribute) {\n var target = e.currentTarget.getAttribute('target');\n if (/\\b_blank\\b/i.test(target)) { return }\n }\n // this may be a Weex event which doesn't have this method\n if (e.preventDefault) {\n e.preventDefault();\n }\n return true\n}\n\nfunction findAnchor (children) {\n if (children) {\n var child;\n for (var i = 0; i < children.length; i++) {\n child = children[i];\n if (child.tag === 'a') {\n return child\n }\n if (child.children && (child = findAnchor(child.children))) {\n return child\n }\n }\n }\n}\n\nvar _Vue;\n\nfunction install (Vue) {\n if (install.installed && _Vue === Vue) { return }\n install.installed = true;\n\n _Vue = Vue;\n\n var isDef = function (v) { return v !== undefined; };\n\n var registerInstance = function (vm, callVal) {\n var i = vm.$options._parentVnode;\n if (isDef(i) && isDef(i = i.data) && isDef(i = i.registerRouteInstance)) {\n i(vm, callVal);\n }\n };\n\n Vue.mixin({\n beforeCreate: function beforeCreate () {\n if (isDef(this.$options.router)) {\n this._routerRoot = this;\n this._router = this.$options.router;\n this._router.init(this);\n Vue.util.defineReactive(this, '_route', this._router.history.current);\n } else {\n this._routerRoot = (this.$parent && this.$parent._routerRoot) || this;\n }\n registerInstance(this, this);\n },\n destroyed: function destroyed () {\n registerInstance(this);\n }\n });\n\n Object.defineProperty(Vue.prototype, '$router', {\n get: function get () { return this._routerRoot._router }\n });\n\n Object.defineProperty(Vue.prototype, '$route', {\n get: function get () { return this._routerRoot._route }\n });\n\n Vue.component('RouterView', View);\n Vue.component('RouterLink', Link);\n\n var strats = Vue.config.optionMergeStrategies;\n // use the same hook merging strategy for route hooks\n strats.beforeRouteEnter = strats.beforeRouteLeave = strats.beforeRouteUpdate = strats.created;\n}\n\n/* */\n\nvar inBrowser = typeof window !== 'undefined';\n\n/* */\n\nfunction createRouteMap (\n routes,\n oldPathList,\n oldPathMap,\n oldNameMap,\n parentRoute\n) {\n // the path list is used to control path matching priority\n var pathList = oldPathList || [];\n // $flow-disable-line\n var pathMap = oldPathMap || Object.create(null);\n // $flow-disable-line\n var nameMap = oldNameMap || Object.create(null);\n\n routes.forEach(function (route) {\n addRouteRecord(pathList, pathMap, nameMap, route, parentRoute);\n });\n\n // ensure wildcard routes are always at the end\n for (var i = 0, l = pathList.length; i < l; i++) {\n if (pathList[i] === '*') {\n pathList.push(pathList.splice(i, 1)[0]);\n l--;\n i--;\n }\n }\n\n if (process.env.NODE_ENV === 'development') {\n // warn if routes do not include leading slashes\n var found = pathList\n // check for missing leading slash\n .filter(function (path) { return path && path.charAt(0) !== '*' && path.charAt(0) !== '/'; });\n\n if (found.length > 0) {\n var pathNames = found.map(function (path) { return (\"- \" + path); }).join('\\n');\n warn(false, (\"Non-nested routes must include a leading slash character. Fix the following routes: \\n\" + pathNames));\n }\n }\n\n return {\n pathList: pathList,\n pathMap: pathMap,\n nameMap: nameMap\n }\n}\n\nfunction addRouteRecord (\n pathList,\n pathMap,\n nameMap,\n route,\n parent,\n matchAs\n) {\n var path = route.path;\n var name = route.name;\n if (process.env.NODE_ENV !== 'production') {\n assert(path != null, \"\\\"path\\\" is required in a route configuration.\");\n assert(\n typeof route.component !== 'string',\n \"route config \\\"component\\\" for path: \" + (String(\n path || name\n )) + \" cannot be a \" + \"string id. Use an actual component instead.\"\n );\n\n warn(\n // eslint-disable-next-line no-control-regex\n !/[^\\u0000-\\u007F]+/.test(path),\n \"Route with path \\\"\" + path + \"\\\" contains unencoded characters, make sure \" +\n \"your path is correctly encoded before passing it to the router. Use \" +\n \"encodeURI to encode static segments of your path.\"\n );\n }\n\n var pathToRegexpOptions =\n route.pathToRegexpOptions || {};\n var normalizedPath = normalizePath(path, parent, pathToRegexpOptions.strict);\n\n if (typeof route.caseSensitive === 'boolean') {\n pathToRegexpOptions.sensitive = route.caseSensitive;\n }\n\n var record = {\n path: normalizedPath,\n regex: compileRouteRegex(normalizedPath, pathToRegexpOptions),\n components: route.components || { default: route.component },\n alias: route.alias\n ? typeof route.alias === 'string'\n ? [route.alias]\n : route.alias\n : [],\n instances: {},\n enteredCbs: {},\n name: name,\n parent: parent,\n matchAs: matchAs,\n redirect: route.redirect,\n beforeEnter: route.beforeEnter,\n meta: route.meta || {},\n props:\n route.props == null\n ? {}\n : route.components\n ? route.props\n : { default: route.props }\n };\n\n if (route.children) {\n // Warn if route is named, does not redirect and has a default child route.\n // If users navigate to this route by name, the default child will\n // not be rendered (GH Issue #629)\n if (process.env.NODE_ENV !== 'production') {\n if (\n route.name &&\n !route.redirect &&\n route.children.some(function (child) { return /^\\/?$/.test(child.path); })\n ) {\n warn(\n false,\n \"Named Route '\" + (route.name) + \"' has a default child route. \" +\n \"When navigating to this named route (:to=\\\"{name: '\" + (route.name) + \"'}\\\"), \" +\n \"the default child route will not be rendered. Remove the name from \" +\n \"this route and use the name of the default child route for named \" +\n \"links instead.\"\n );\n }\n }\n route.children.forEach(function (child) {\n var childMatchAs = matchAs\n ? cleanPath((matchAs + \"/\" + (child.path)))\n : undefined;\n addRouteRecord(pathList, pathMap, nameMap, child, record, childMatchAs);\n });\n }\n\n if (!pathMap[record.path]) {\n pathList.push(record.path);\n pathMap[record.path] = record;\n }\n\n if (route.alias !== undefined) {\n var aliases = Array.isArray(route.alias) ? route.alias : [route.alias];\n for (var i = 0; i < aliases.length; ++i) {\n var alias = aliases[i];\n if (process.env.NODE_ENV !== 'production' && alias === path) {\n warn(\n false,\n (\"Found an alias with the same value as the path: \\\"\" + path + \"\\\". You have to remove that alias. It will be ignored in development.\")\n );\n // skip in dev to make it work\n continue\n }\n\n var aliasRoute = {\n path: alias,\n children: route.children\n };\n addRouteRecord(\n pathList,\n pathMap,\n nameMap,\n aliasRoute,\n parent,\n record.path || '/' // matchAs\n );\n }\n }\n\n if (name) {\n if (!nameMap[name]) {\n nameMap[name] = record;\n } else if (process.env.NODE_ENV !== 'production' && !matchAs) {\n warn(\n false,\n \"Duplicate named routes definition: \" +\n \"{ name: \\\"\" + name + \"\\\", path: \\\"\" + (record.path) + \"\\\" }\"\n );\n }\n }\n}\n\nfunction compileRouteRegex (\n path,\n pathToRegexpOptions\n) {\n var regex = pathToRegexp_1(path, [], pathToRegexpOptions);\n if (process.env.NODE_ENV !== 'production') {\n var keys = Object.create(null);\n regex.keys.forEach(function (key) {\n warn(\n !keys[key.name],\n (\"Duplicate param keys in route with path: \\\"\" + path + \"\\\"\")\n );\n keys[key.name] = true;\n });\n }\n return regex\n}\n\nfunction normalizePath (\n path,\n parent,\n strict\n) {\n if (!strict) { path = path.replace(/\\/$/, ''); }\n if (path[0] === '/') { return path }\n if (parent == null) { return path }\n return cleanPath(((parent.path) + \"/\" + path))\n}\n\n/* */\n\n\n\nfunction createMatcher (\n routes,\n router\n) {\n var ref = createRouteMap(routes);\n var pathList = ref.pathList;\n var pathMap = ref.pathMap;\n var nameMap = ref.nameMap;\n\n function addRoutes (routes) {\n createRouteMap(routes, pathList, pathMap, nameMap);\n }\n\n function addRoute (parentOrRoute, route) {\n var parent = (typeof parentOrRoute !== 'object') ? nameMap[parentOrRoute] : undefined;\n // $flow-disable-line\n createRouteMap([route || parentOrRoute], pathList, pathMap, nameMap, parent);\n\n // add aliases of parent\n if (parent && parent.alias.length) {\n createRouteMap(\n // $flow-disable-line route is defined if parent is\n parent.alias.map(function (alias) { return ({ path: alias, children: [route] }); }),\n pathList,\n pathMap,\n nameMap,\n parent\n );\n }\n }\n\n function getRoutes () {\n return pathList.map(function (path) { return pathMap[path]; })\n }\n\n function match (\n raw,\n currentRoute,\n redirectedFrom\n ) {\n var location = normalizeLocation(raw, currentRoute, false, router);\n var name = location.name;\n\n if (name) {\n var record = nameMap[name];\n if (process.env.NODE_ENV !== 'production') {\n warn(record, (\"Route with name '\" + name + \"' does not exist\"));\n }\n if (!record) { return _createRoute(null, location) }\n var paramNames = record.regex.keys\n .filter(function (key) { return !key.optional; })\n .map(function (key) { return key.name; });\n\n if (typeof location.params !== 'object') {\n location.params = {};\n }\n\n if (currentRoute && typeof currentRoute.params === 'object') {\n for (var key in currentRoute.params) {\n if (!(key in location.params) && paramNames.indexOf(key) > -1) {\n location.params[key] = currentRoute.params[key];\n }\n }\n }\n\n location.path = fillParams(record.path, location.params, (\"named route \\\"\" + name + \"\\\"\"));\n return _createRoute(record, location, redirectedFrom)\n } else if (location.path) {\n location.params = {};\n for (var i = 0; i < pathList.length; i++) {\n var path = pathList[i];\n var record$1 = pathMap[path];\n if (matchRoute(record$1.regex, location.path, location.params)) {\n return _createRoute(record$1, location, redirectedFrom)\n }\n }\n }\n // no match\n return _createRoute(null, location)\n }\n\n function redirect (\n record,\n location\n ) {\n var originalRedirect = record.redirect;\n var redirect = typeof originalRedirect === 'function'\n ? originalRedirect(createRoute(record, location, null, router))\n : originalRedirect;\n\n if (typeof redirect === 'string') {\n redirect = { path: redirect };\n }\n\n if (!redirect || typeof redirect !== 'object') {\n if (process.env.NODE_ENV !== 'production') {\n warn(\n false, (\"invalid redirect option: \" + (JSON.stringify(redirect)))\n );\n }\n return _createRoute(null, location)\n }\n\n var re = redirect;\n var name = re.name;\n var path = re.path;\n var query = location.query;\n var hash = location.hash;\n var params = location.params;\n query = re.hasOwnProperty('query') ? re.query : query;\n hash = re.hasOwnProperty('hash') ? re.hash : hash;\n params = re.hasOwnProperty('params') ? re.params : params;\n\n if (name) {\n // resolved named direct\n var targetRecord = nameMap[name];\n if (process.env.NODE_ENV !== 'production') {\n assert(targetRecord, (\"redirect failed: named route \\\"\" + name + \"\\\" not found.\"));\n }\n return match({\n _normalized: true,\n name: name,\n query: query,\n hash: hash,\n params: params\n }, undefined, location)\n } else if (path) {\n // 1. resolve relative redirect\n var rawPath = resolveRecordPath(path, record);\n // 2. resolve params\n var resolvedPath = fillParams(rawPath, params, (\"redirect route with path \\\"\" + rawPath + \"\\\"\"));\n // 3. rematch with existing query and hash\n return match({\n _normalized: true,\n path: resolvedPath,\n query: query,\n hash: hash\n }, undefined, location)\n } else {\n if (process.env.NODE_ENV !== 'production') {\n warn(false, (\"invalid redirect option: \" + (JSON.stringify(redirect))));\n }\n return _createRoute(null, location)\n }\n }\n\n function alias (\n record,\n location,\n matchAs\n ) {\n var aliasedPath = fillParams(matchAs, location.params, (\"aliased route with path \\\"\" + matchAs + \"\\\"\"));\n var aliasedMatch = match({\n _normalized: true,\n path: aliasedPath\n });\n if (aliasedMatch) {\n var matched = aliasedMatch.matched;\n var aliasedRecord = matched[matched.length - 1];\n location.params = aliasedMatch.params;\n return _createRoute(aliasedRecord, location)\n }\n return _createRoute(null, location)\n }\n\n function _createRoute (\n record,\n location,\n redirectedFrom\n ) {\n if (record && record.redirect) {\n return redirect(record, redirectedFrom || location)\n }\n if (record && record.matchAs) {\n return alias(record, location, record.matchAs)\n }\n return createRoute(record, location, redirectedFrom, router)\n }\n\n return {\n match: match,\n addRoute: addRoute,\n getRoutes: getRoutes,\n addRoutes: addRoutes\n }\n}\n\nfunction matchRoute (\n regex,\n path,\n params\n) {\n var m = path.match(regex);\n\n if (!m) {\n return false\n } else if (!params) {\n return true\n }\n\n for (var i = 1, len = m.length; i < len; ++i) {\n var key = regex.keys[i - 1];\n if (key) {\n // Fix #1994: using * with props: true generates a param named 0\n params[key.name || 'pathMatch'] = typeof m[i] === 'string' ? decode(m[i]) : m[i];\n }\n }\n\n return true\n}\n\nfunction resolveRecordPath (path, record) {\n return resolvePath(path, record.parent ? record.parent.path : '/', true)\n}\n\n/* */\n\n// use User Timing api (if present) for more accurate key precision\nvar Time =\n inBrowser && window.performance && window.performance.now\n ? window.performance\n : Date;\n\nfunction genStateKey () {\n return Time.now().toFixed(3)\n}\n\nvar _key = genStateKey();\n\nfunction getStateKey () {\n return _key\n}\n\nfunction setStateKey (key) {\n return (_key = key)\n}\n\n/* */\n\nvar positionStore = Object.create(null);\n\nfunction setupScroll () {\n // Prevent browser scroll behavior on History popstate\n if ('scrollRestoration' in window.history) {\n window.history.scrollRestoration = 'manual';\n }\n // Fix for #1585 for Firefox\n // Fix for #2195 Add optional third attribute to workaround a bug in safari https://bugs.webkit.org/show_bug.cgi?id=182678\n // Fix for #2774 Support for apps loaded from Windows file shares not mapped to network drives: replaced location.origin with\n // window.location.protocol + '//' + window.location.host\n // location.host contains the port and location.hostname doesn't\n var protocolAndPath = window.location.protocol + '//' + window.location.host;\n var absolutePath = window.location.href.replace(protocolAndPath, '');\n // preserve existing history state as it could be overriden by the user\n var stateCopy = extend({}, window.history.state);\n stateCopy.key = getStateKey();\n window.history.replaceState(stateCopy, '', absolutePath);\n window.addEventListener('popstate', handlePopState);\n return function () {\n window.removeEventListener('popstate', handlePopState);\n }\n}\n\nfunction handleScroll (\n router,\n to,\n from,\n isPop\n) {\n if (!router.app) {\n return\n }\n\n var behavior = router.options.scrollBehavior;\n if (!behavior) {\n return\n }\n\n if (process.env.NODE_ENV !== 'production') {\n assert(typeof behavior === 'function', \"scrollBehavior must be a function\");\n }\n\n // wait until re-render finishes before scrolling\n router.app.$nextTick(function () {\n var position = getScrollPosition();\n var shouldScroll = behavior.call(\n router,\n to,\n from,\n isPop ? position : null\n );\n\n if (!shouldScroll) {\n return\n }\n\n if (typeof shouldScroll.then === 'function') {\n shouldScroll\n .then(function (shouldScroll) {\n scrollToPosition((shouldScroll), position);\n })\n .catch(function (err) {\n if (process.env.NODE_ENV !== 'production') {\n assert(false, err.toString());\n }\n });\n } else {\n scrollToPosition(shouldScroll, position);\n }\n });\n}\n\nfunction saveScrollPosition () {\n var key = getStateKey();\n if (key) {\n positionStore[key] = {\n x: window.pageXOffset,\n y: window.pageYOffset\n };\n }\n}\n\nfunction handlePopState (e) {\n saveScrollPosition();\n if (e.state && e.state.key) {\n setStateKey(e.state.key);\n }\n}\n\nfunction getScrollPosition () {\n var key = getStateKey();\n if (key) {\n return positionStore[key]\n }\n}\n\nfunction getElementPosition (el, offset) {\n var docEl = document.documentElement;\n var docRect = docEl.getBoundingClientRect();\n var elRect = el.getBoundingClientRect();\n return {\n x: elRect.left - docRect.left - offset.x,\n y: elRect.top - docRect.top - offset.y\n }\n}\n\nfunction isValidPosition (obj) {\n return isNumber(obj.x) || isNumber(obj.y)\n}\n\nfunction normalizePosition (obj) {\n return {\n x: isNumber(obj.x) ? obj.x : window.pageXOffset,\n y: isNumber(obj.y) ? obj.y : window.pageYOffset\n }\n}\n\nfunction normalizeOffset (obj) {\n return {\n x: isNumber(obj.x) ? obj.x : 0,\n y: isNumber(obj.y) ? obj.y : 0\n }\n}\n\nfunction isNumber (v) {\n return typeof v === 'number'\n}\n\nvar hashStartsWithNumberRE = /^#\\d/;\n\nfunction scrollToPosition (shouldScroll, position) {\n var isObject = typeof shouldScroll === 'object';\n if (isObject && typeof shouldScroll.selector === 'string') {\n // getElementById would still fail if the selector contains a more complicated query like #main[data-attr]\n // but at the same time, it doesn't make much sense to select an element with an id and an extra selector\n var el = hashStartsWithNumberRE.test(shouldScroll.selector) // $flow-disable-line\n ? document.getElementById(shouldScroll.selector.slice(1)) // $flow-disable-line\n : document.querySelector(shouldScroll.selector);\n\n if (el) {\n var offset =\n shouldScroll.offset && typeof shouldScroll.offset === 'object'\n ? shouldScroll.offset\n : {};\n offset = normalizeOffset(offset);\n position = getElementPosition(el, offset);\n } else if (isValidPosition(shouldScroll)) {\n position = normalizePosition(shouldScroll);\n }\n } else if (isObject && isValidPosition(shouldScroll)) {\n position = normalizePosition(shouldScroll);\n }\n\n if (position) {\n // $flow-disable-line\n if ('scrollBehavior' in document.documentElement.style) {\n window.scrollTo({\n left: position.x,\n top: position.y,\n // $flow-disable-line\n behavior: shouldScroll.behavior\n });\n } else {\n window.scrollTo(position.x, position.y);\n }\n }\n}\n\n/* */\n\nvar supportsPushState =\n inBrowser &&\n (function () {\n var ua = window.navigator.userAgent;\n\n if (\n (ua.indexOf('Android 2.') !== -1 || ua.indexOf('Android 4.0') !== -1) &&\n ua.indexOf('Mobile Safari') !== -1 &&\n ua.indexOf('Chrome') === -1 &&\n ua.indexOf('Windows Phone') === -1\n ) {\n return false\n }\n\n return window.history && typeof window.history.pushState === 'function'\n })();\n\nfunction pushState (url, replace) {\n saveScrollPosition();\n // try...catch the pushState call to get around Safari\n // DOM Exception 18 where it limits to 100 pushState calls\n var history = window.history;\n try {\n if (replace) {\n // preserve existing history state as it could be overriden by the user\n var stateCopy = extend({}, history.state);\n stateCopy.key = getStateKey();\n history.replaceState(stateCopy, '', url);\n } else {\n history.pushState({ key: setStateKey(genStateKey()) }, '', url);\n }\n } catch (e) {\n window.location[replace ? 'replace' : 'assign'](url);\n }\n}\n\nfunction replaceState (url) {\n pushState(url, true);\n}\n\n// When changing thing, also edit router.d.ts\nvar NavigationFailureType = {\n redirected: 2,\n aborted: 4,\n cancelled: 8,\n duplicated: 16\n};\n\nfunction createNavigationRedirectedError (from, to) {\n return createRouterError(\n from,\n to,\n NavigationFailureType.redirected,\n (\"Redirected when going from \\\"\" + (from.fullPath) + \"\\\" to \\\"\" + (stringifyRoute(\n to\n )) + \"\\\" via a navigation guard.\")\n )\n}\n\nfunction createNavigationDuplicatedError (from, to) {\n var error = createRouterError(\n from,\n to,\n NavigationFailureType.duplicated,\n (\"Avoided redundant navigation to current location: \\\"\" + (from.fullPath) + \"\\\".\")\n );\n // backwards compatible with the first introduction of Errors\n error.name = 'NavigationDuplicated';\n return error\n}\n\nfunction createNavigationCancelledError (from, to) {\n return createRouterError(\n from,\n to,\n NavigationFailureType.cancelled,\n (\"Navigation cancelled from \\\"\" + (from.fullPath) + \"\\\" to \\\"\" + (to.fullPath) + \"\\\" with a new navigation.\")\n )\n}\n\nfunction createNavigationAbortedError (from, to) {\n return createRouterError(\n from,\n to,\n NavigationFailureType.aborted,\n (\"Navigation aborted from \\\"\" + (from.fullPath) + \"\\\" to \\\"\" + (to.fullPath) + \"\\\" via a navigation guard.\")\n )\n}\n\nfunction createRouterError (from, to, type, message) {\n var error = new Error(message);\n error._isRouter = true;\n error.from = from;\n error.to = to;\n error.type = type;\n\n return error\n}\n\nvar propertiesToLog = ['params', 'query', 'hash'];\n\nfunction stringifyRoute (to) {\n if (typeof to === 'string') { return to }\n if ('path' in to) { return to.path }\n var location = {};\n propertiesToLog.forEach(function (key) {\n if (key in to) { location[key] = to[key]; }\n });\n return JSON.stringify(location, null, 2)\n}\n\nfunction isError (err) {\n return Object.prototype.toString.call(err).indexOf('Error') > -1\n}\n\nfunction isNavigationFailure (err, errorType) {\n return (\n isError(err) &&\n err._isRouter &&\n (errorType == null || err.type === errorType)\n )\n}\n\n/* */\n\nfunction runQueue (queue, fn, cb) {\n var step = function (index) {\n if (index >= queue.length) {\n cb();\n } else {\n if (queue[index]) {\n fn(queue[index], function () {\n step(index + 1);\n });\n } else {\n step(index + 1);\n }\n }\n };\n step(0);\n}\n\n/* */\n\nfunction resolveAsyncComponents (matched) {\n return function (to, from, next) {\n var hasAsync = false;\n var pending = 0;\n var error = null;\n\n flatMapComponents(matched, function (def, _, match, key) {\n // if it's a function and doesn't have cid attached,\n // assume it's an async component resolve function.\n // we are not using Vue's default async resolving mechanism because\n // we want to halt the navigation until the incoming component has been\n // resolved.\n if (typeof def === 'function' && def.cid === undefined) {\n hasAsync = true;\n pending++;\n\n var resolve = once(function (resolvedDef) {\n if (isESModule(resolvedDef)) {\n resolvedDef = resolvedDef.default;\n }\n // save resolved on async factory in case it's used elsewhere\n def.resolved = typeof resolvedDef === 'function'\n ? resolvedDef\n : _Vue.extend(resolvedDef);\n match.components[key] = resolvedDef;\n pending--;\n if (pending <= 0) {\n next();\n }\n });\n\n var reject = once(function (reason) {\n var msg = \"Failed to resolve async component \" + key + \": \" + reason;\n process.env.NODE_ENV !== 'production' && warn(false, msg);\n if (!error) {\n error = isError(reason)\n ? reason\n : new Error(msg);\n next(error);\n }\n });\n\n var res;\n try {\n res = def(resolve, reject);\n } catch (e) {\n reject(e);\n }\n if (res) {\n if (typeof res.then === 'function') {\n res.then(resolve, reject);\n } else {\n // new syntax in Vue 2.3\n var comp = res.component;\n if (comp && typeof comp.then === 'function') {\n comp.then(resolve, reject);\n }\n }\n }\n }\n });\n\n if (!hasAsync) { next(); }\n }\n}\n\nfunction flatMapComponents (\n matched,\n fn\n) {\n return flatten(matched.map(function (m) {\n return Object.keys(m.components).map(function (key) { return fn(\n m.components[key],\n m.instances[key],\n m, key\n ); })\n }))\n}\n\nfunction flatten (arr) {\n return Array.prototype.concat.apply([], arr)\n}\n\nvar hasSymbol =\n typeof Symbol === 'function' &&\n typeof Symbol.toStringTag === 'symbol';\n\nfunction isESModule (obj) {\n return obj.__esModule || (hasSymbol && obj[Symbol.toStringTag] === 'Module')\n}\n\n// in Webpack 2, require.ensure now also returns a Promise\n// so the resolve/reject functions may get called an extra time\n// if the user uses an arrow function shorthand that happens to\n// return that Promise.\nfunction once (fn) {\n var called = false;\n return function () {\n var args = [], len = arguments.length;\n while ( len-- ) args[ len ] = arguments[ len ];\n\n if (called) { return }\n called = true;\n return fn.apply(this, args)\n }\n}\n\n/* */\n\nvar History = function History (router, base) {\n this.router = router;\n this.base = normalizeBase(base);\n // start with a route object that stands for \"nowhere\"\n this.current = START;\n this.pending = null;\n this.ready = false;\n this.readyCbs = [];\n this.readyErrorCbs = [];\n this.errorCbs = [];\n this.listeners = [];\n};\n\nHistory.prototype.listen = function listen (cb) {\n this.cb = cb;\n};\n\nHistory.prototype.onReady = function onReady (cb, errorCb) {\n if (this.ready) {\n cb();\n } else {\n this.readyCbs.push(cb);\n if (errorCb) {\n this.readyErrorCbs.push(errorCb);\n }\n }\n};\n\nHistory.prototype.onError = function onError (errorCb) {\n this.errorCbs.push(errorCb);\n};\n\nHistory.prototype.transitionTo = function transitionTo (\n location,\n onComplete,\n onAbort\n) {\n var this$1$1 = this;\n\n var route;\n // catch redirect option https://github.com/vuejs/vue-router/issues/3201\n try {\n route = this.router.match(location, this.current);\n } catch (e) {\n this.errorCbs.forEach(function (cb) {\n cb(e);\n });\n // Exception should still be thrown\n throw e\n }\n var prev = this.current;\n this.confirmTransition(\n route,\n function () {\n this$1$1.updateRoute(route);\n onComplete && onComplete(route);\n this$1$1.ensureURL();\n this$1$1.router.afterHooks.forEach(function (hook) {\n hook && hook(route, prev);\n });\n\n // fire ready cbs once\n if (!this$1$1.ready) {\n this$1$1.ready = true;\n this$1$1.readyCbs.forEach(function (cb) {\n cb(route);\n });\n }\n },\n function (err) {\n if (onAbort) {\n onAbort(err);\n }\n if (err && !this$1$1.ready) {\n // Initial redirection should not mark the history as ready yet\n // because it's triggered by the redirection instead\n // https://github.com/vuejs/vue-router/issues/3225\n // https://github.com/vuejs/vue-router/issues/3331\n if (!isNavigationFailure(err, NavigationFailureType.redirected) || prev !== START) {\n this$1$1.ready = true;\n this$1$1.readyErrorCbs.forEach(function (cb) {\n cb(err);\n });\n }\n }\n }\n );\n};\n\nHistory.prototype.confirmTransition = function confirmTransition (route, onComplete, onAbort) {\n var this$1$1 = this;\n\n var current = this.current;\n this.pending = route;\n var abort = function (err) {\n // changed after adding errors with\n // https://github.com/vuejs/vue-router/pull/3047 before that change,\n // redirect and aborted navigation would produce an err == null\n if (!isNavigationFailure(err) && isError(err)) {\n if (this$1$1.errorCbs.length) {\n this$1$1.errorCbs.forEach(function (cb) {\n cb(err);\n });\n } else {\n if (process.env.NODE_ENV !== 'production') {\n warn(false, 'uncaught error during route navigation:');\n }\n console.error(err);\n }\n }\n onAbort && onAbort(err);\n };\n var lastRouteIndex = route.matched.length - 1;\n var lastCurrentIndex = current.matched.length - 1;\n if (\n isSameRoute(route, current) &&\n // in the case the route map has been dynamically appended to\n lastRouteIndex === lastCurrentIndex &&\n route.matched[lastRouteIndex] === current.matched[lastCurrentIndex]\n ) {\n this.ensureURL();\n if (route.hash) {\n handleScroll(this.router, current, route, false);\n }\n return abort(createNavigationDuplicatedError(current, route))\n }\n\n var ref = resolveQueue(\n this.current.matched,\n route.matched\n );\n var updated = ref.updated;\n var deactivated = ref.deactivated;\n var activated = ref.activated;\n\n var queue = [].concat(\n // in-component leave guards\n extractLeaveGuards(deactivated),\n // global before hooks\n this.router.beforeHooks,\n // in-component update hooks\n extractUpdateHooks(updated),\n // in-config enter guards\n activated.map(function (m) { return m.beforeEnter; }),\n // async components\n resolveAsyncComponents(activated)\n );\n\n var iterator = function (hook, next) {\n if (this$1$1.pending !== route) {\n return abort(createNavigationCancelledError(current, route))\n }\n try {\n hook(route, current, function (to) {\n if (to === false) {\n // next(false) -> abort navigation, ensure current URL\n this$1$1.ensureURL(true);\n abort(createNavigationAbortedError(current, route));\n } else if (isError(to)) {\n this$1$1.ensureURL(true);\n abort(to);\n } else if (\n typeof to === 'string' ||\n (typeof to === 'object' &&\n (typeof to.path === 'string' || typeof to.name === 'string'))\n ) {\n // next('/') or next({ path: '/' }) -> redirect\n abort(createNavigationRedirectedError(current, route));\n if (typeof to === 'object' && to.replace) {\n this$1$1.replace(to);\n } else {\n this$1$1.push(to);\n }\n } else {\n // confirm transition and pass on the value\n next(to);\n }\n });\n } catch (e) {\n abort(e);\n }\n };\n\n runQueue(queue, iterator, function () {\n // wait until async components are resolved before\n // extracting in-component enter guards\n var enterGuards = extractEnterGuards(activated);\n var queue = enterGuards.concat(this$1$1.router.resolveHooks);\n runQueue(queue, iterator, function () {\n if (this$1$1.pending !== route) {\n return abort(createNavigationCancelledError(current, route))\n }\n this$1$1.pending = null;\n onComplete(route);\n if (this$1$1.router.app) {\n this$1$1.router.app.$nextTick(function () {\n handleRouteEntered(route);\n });\n }\n });\n });\n};\n\nHistory.prototype.updateRoute = function updateRoute (route) {\n this.current = route;\n this.cb && this.cb(route);\n};\n\nHistory.prototype.setupListeners = function setupListeners () {\n // Default implementation is empty\n};\n\nHistory.prototype.teardown = function teardown () {\n // clean up event listeners\n // https://github.com/vuejs/vue-router/issues/2341\n this.listeners.forEach(function (cleanupListener) {\n cleanupListener();\n });\n this.listeners = [];\n\n // reset current history route\n // https://github.com/vuejs/vue-router/issues/3294\n this.current = START;\n this.pending = null;\n};\n\nfunction normalizeBase (base) {\n if (!base) {\n if (inBrowser) {\n // respect tag\n var baseEl = document.querySelector('base');\n base = (baseEl && baseEl.getAttribute('href')) || '/';\n // strip full URL origin\n base = base.replace(/^https?:\\/\\/[^\\/]+/, '');\n } else {\n base = '/';\n }\n }\n // make sure there's the starting slash\n if (base.charAt(0) !== '/') {\n base = '/' + base;\n }\n // remove trailing slash\n return base.replace(/\\/$/, '')\n}\n\nfunction resolveQueue (\n current,\n next\n) {\n var i;\n var max = Math.max(current.length, next.length);\n for (i = 0; i < max; i++) {\n if (current[i] !== next[i]) {\n break\n }\n }\n return {\n updated: next.slice(0, i),\n activated: next.slice(i),\n deactivated: current.slice(i)\n }\n}\n\nfunction extractGuards (\n records,\n name,\n bind,\n reverse\n) {\n var guards = flatMapComponents(records, function (def, instance, match, key) {\n var guard = extractGuard(def, name);\n if (guard) {\n return Array.isArray(guard)\n ? guard.map(function (guard) { return bind(guard, instance, match, key); })\n : bind(guard, instance, match, key)\n }\n });\n return flatten(reverse ? guards.reverse() : guards)\n}\n\nfunction extractGuard (\n def,\n key\n) {\n if (typeof def !== 'function') {\n // extend now so that global mixins are applied.\n def = _Vue.extend(def);\n }\n return def.options[key]\n}\n\nfunction extractLeaveGuards (deactivated) {\n return extractGuards(deactivated, 'beforeRouteLeave', bindGuard, true)\n}\n\nfunction extractUpdateHooks (updated) {\n return extractGuards(updated, 'beforeRouteUpdate', bindGuard)\n}\n\nfunction bindGuard (guard, instance) {\n if (instance) {\n return function boundRouteGuard () {\n return guard.apply(instance, arguments)\n }\n }\n}\n\nfunction extractEnterGuards (\n activated\n) {\n return extractGuards(\n activated,\n 'beforeRouteEnter',\n function (guard, _, match, key) {\n return bindEnterGuard(guard, match, key)\n }\n )\n}\n\nfunction bindEnterGuard (\n guard,\n match,\n key\n) {\n return function routeEnterGuard (to, from, next) {\n return guard(to, from, function (cb) {\n if (typeof cb === 'function') {\n if (!match.enteredCbs[key]) {\n match.enteredCbs[key] = [];\n }\n match.enteredCbs[key].push(cb);\n }\n next(cb);\n })\n }\n}\n\n/* */\n\nvar HTML5History = /*@__PURE__*/(function (History) {\n function HTML5History (router, base) {\n History.call(this, router, base);\n\n this._startLocation = getLocation(this.base);\n }\n\n if ( History ) HTML5History.__proto__ = History;\n HTML5History.prototype = Object.create( History && History.prototype );\n HTML5History.prototype.constructor = HTML5History;\n\n HTML5History.prototype.setupListeners = function setupListeners () {\n var this$1$1 = this;\n\n if (this.listeners.length > 0) {\n return\n }\n\n var router = this.router;\n var expectScroll = router.options.scrollBehavior;\n var supportsScroll = supportsPushState && expectScroll;\n\n if (supportsScroll) {\n this.listeners.push(setupScroll());\n }\n\n var handleRoutingEvent = function () {\n var current = this$1$1.current;\n\n // Avoiding first `popstate` event dispatched in some browsers but first\n // history route not updated since async guard at the same time.\n var location = getLocation(this$1$1.base);\n if (this$1$1.current === START && location === this$1$1._startLocation) {\n return\n }\n\n this$1$1.transitionTo(location, function (route) {\n if (supportsScroll) {\n handleScroll(router, route, current, true);\n }\n });\n };\n window.addEventListener('popstate', handleRoutingEvent);\n this.listeners.push(function () {\n window.removeEventListener('popstate', handleRoutingEvent);\n });\n };\n\n HTML5History.prototype.go = function go (n) {\n window.history.go(n);\n };\n\n HTML5History.prototype.push = function push (location, onComplete, onAbort) {\n var this$1$1 = this;\n\n var ref = this;\n var fromRoute = ref.current;\n this.transitionTo(location, function (route) {\n pushState(cleanPath(this$1$1.base + route.fullPath));\n handleScroll(this$1$1.router, route, fromRoute, false);\n onComplete && onComplete(route);\n }, onAbort);\n };\n\n HTML5History.prototype.replace = function replace (location, onComplete, onAbort) {\n var this$1$1 = this;\n\n var ref = this;\n var fromRoute = ref.current;\n this.transitionTo(location, function (route) {\n replaceState(cleanPath(this$1$1.base + route.fullPath));\n handleScroll(this$1$1.router, route, fromRoute, false);\n onComplete && onComplete(route);\n }, onAbort);\n };\n\n HTML5History.prototype.ensureURL = function ensureURL (push) {\n if (getLocation(this.base) !== this.current.fullPath) {\n var current = cleanPath(this.base + this.current.fullPath);\n push ? pushState(current) : replaceState(current);\n }\n };\n\n HTML5History.prototype.getCurrentLocation = function getCurrentLocation () {\n return getLocation(this.base)\n };\n\n return HTML5History;\n}(History));\n\nfunction getLocation (base) {\n var path = window.location.pathname;\n var pathLowerCase = path.toLowerCase();\n var baseLowerCase = base.toLowerCase();\n // base=\"/a\" shouldn't turn path=\"/app\" into \"/a/pp\"\n // https://github.com/vuejs/vue-router/issues/3555\n // so we ensure the trailing slash in the base\n if (base && ((pathLowerCase === baseLowerCase) ||\n (pathLowerCase.indexOf(cleanPath(baseLowerCase + '/')) === 0))) {\n path = path.slice(base.length);\n }\n return (path || '/') + window.location.search + window.location.hash\n}\n\n/* */\n\nvar HashHistory = /*@__PURE__*/(function (History) {\n function HashHistory (router, base, fallback) {\n History.call(this, router, base);\n // check history fallback deeplinking\n if (fallback && checkFallback(this.base)) {\n return\n }\n ensureSlash();\n }\n\n if ( History ) HashHistory.__proto__ = History;\n HashHistory.prototype = Object.create( History && History.prototype );\n HashHistory.prototype.constructor = HashHistory;\n\n // this is delayed until the app mounts\n // to avoid the hashchange listener being fired too early\n HashHistory.prototype.setupListeners = function setupListeners () {\n var this$1$1 = this;\n\n if (this.listeners.length > 0) {\n return\n }\n\n var router = this.router;\n var expectScroll = router.options.scrollBehavior;\n var supportsScroll = supportsPushState && expectScroll;\n\n if (supportsScroll) {\n this.listeners.push(setupScroll());\n }\n\n var handleRoutingEvent = function () {\n var current = this$1$1.current;\n if (!ensureSlash()) {\n return\n }\n this$1$1.transitionTo(getHash(), function (route) {\n if (supportsScroll) {\n handleScroll(this$1$1.router, route, current, true);\n }\n if (!supportsPushState) {\n replaceHash(route.fullPath);\n }\n });\n };\n var eventType = supportsPushState ? 'popstate' : 'hashchange';\n window.addEventListener(\n eventType,\n handleRoutingEvent\n );\n this.listeners.push(function () {\n window.removeEventListener(eventType, handleRoutingEvent);\n });\n };\n\n HashHistory.prototype.push = function push (location, onComplete, onAbort) {\n var this$1$1 = this;\n\n var ref = this;\n var fromRoute = ref.current;\n this.transitionTo(\n location,\n function (route) {\n pushHash(route.fullPath);\n handleScroll(this$1$1.router, route, fromRoute, false);\n onComplete && onComplete(route);\n },\n onAbort\n );\n };\n\n HashHistory.prototype.replace = function replace (location, onComplete, onAbort) {\n var this$1$1 = this;\n\n var ref = this;\n var fromRoute = ref.current;\n this.transitionTo(\n location,\n function (route) {\n replaceHash(route.fullPath);\n handleScroll(this$1$1.router, route, fromRoute, false);\n onComplete && onComplete(route);\n },\n onAbort\n );\n };\n\n HashHistory.prototype.go = function go (n) {\n window.history.go(n);\n };\n\n HashHistory.prototype.ensureURL = function ensureURL (push) {\n var current = this.current.fullPath;\n if (getHash() !== current) {\n push ? pushHash(current) : replaceHash(current);\n }\n };\n\n HashHistory.prototype.getCurrentLocation = function getCurrentLocation () {\n return getHash()\n };\n\n return HashHistory;\n}(History));\n\nfunction checkFallback (base) {\n var location = getLocation(base);\n if (!/^\\/#/.test(location)) {\n window.location.replace(cleanPath(base + '/#' + location));\n return true\n }\n}\n\nfunction ensureSlash () {\n var path = getHash();\n if (path.charAt(0) === '/') {\n return true\n }\n replaceHash('/' + path);\n return false\n}\n\nfunction getHash () {\n // We can't use window.location.hash here because it's not\n // consistent across browsers - Firefox will pre-decode it!\n var href = window.location.href;\n var index = href.indexOf('#');\n // empty path\n if (index < 0) { return '' }\n\n href = href.slice(index + 1);\n\n return href\n}\n\nfunction getUrl (path) {\n var href = window.location.href;\n var i = href.indexOf('#');\n var base = i >= 0 ? href.slice(0, i) : href;\n return (base + \"#\" + path)\n}\n\nfunction pushHash (path) {\n if (supportsPushState) {\n pushState(getUrl(path));\n } else {\n window.location.hash = path;\n }\n}\n\nfunction replaceHash (path) {\n if (supportsPushState) {\n replaceState(getUrl(path));\n } else {\n window.location.replace(getUrl(path));\n }\n}\n\n/* */\n\nvar AbstractHistory = /*@__PURE__*/(function (History) {\n function AbstractHistory (router, base) {\n History.call(this, router, base);\n this.stack = [];\n this.index = -1;\n }\n\n if ( History ) AbstractHistory.__proto__ = History;\n AbstractHistory.prototype = Object.create( History && History.prototype );\n AbstractHistory.prototype.constructor = AbstractHistory;\n\n AbstractHistory.prototype.push = function push (location, onComplete, onAbort) {\n var this$1$1 = this;\n\n this.transitionTo(\n location,\n function (route) {\n this$1$1.stack = this$1$1.stack.slice(0, this$1$1.index + 1).concat(route);\n this$1$1.index++;\n onComplete && onComplete(route);\n },\n onAbort\n );\n };\n\n AbstractHistory.prototype.replace = function replace (location, onComplete, onAbort) {\n var this$1$1 = this;\n\n this.transitionTo(\n location,\n function (route) {\n this$1$1.stack = this$1$1.stack.slice(0, this$1$1.index).concat(route);\n onComplete && onComplete(route);\n },\n onAbort\n );\n };\n\n AbstractHistory.prototype.go = function go (n) {\n var this$1$1 = this;\n\n var targetIndex = this.index + n;\n if (targetIndex < 0 || targetIndex >= this.stack.length) {\n return\n }\n var route = this.stack[targetIndex];\n this.confirmTransition(\n route,\n function () {\n var prev = this$1$1.current;\n this$1$1.index = targetIndex;\n this$1$1.updateRoute(route);\n this$1$1.router.afterHooks.forEach(function (hook) {\n hook && hook(route, prev);\n });\n },\n function (err) {\n if (isNavigationFailure(err, NavigationFailureType.duplicated)) {\n this$1$1.index = targetIndex;\n }\n }\n );\n };\n\n AbstractHistory.prototype.getCurrentLocation = function getCurrentLocation () {\n var current = this.stack[this.stack.length - 1];\n return current ? current.fullPath : '/'\n };\n\n AbstractHistory.prototype.ensureURL = function ensureURL () {\n // noop\n };\n\n return AbstractHistory;\n}(History));\n\n/* */\n\n\n\nvar VueRouter = function VueRouter (options) {\n if ( options === void 0 ) options = {};\n\n if (process.env.NODE_ENV !== 'production') {\n warn(this instanceof VueRouter, \"Router must be called with the new operator.\");\n }\n this.app = null;\n this.apps = [];\n this.options = options;\n this.beforeHooks = [];\n this.resolveHooks = [];\n this.afterHooks = [];\n this.matcher = createMatcher(options.routes || [], this);\n\n var mode = options.mode || 'hash';\n this.fallback =\n mode === 'history' && !supportsPushState && options.fallback !== false;\n if (this.fallback) {\n mode = 'hash';\n }\n if (!inBrowser) {\n mode = 'abstract';\n }\n this.mode = mode;\n\n switch (mode) {\n case 'history':\n this.history = new HTML5History(this, options.base);\n break\n case 'hash':\n this.history = new HashHistory(this, options.base, this.fallback);\n break\n case 'abstract':\n this.history = new AbstractHistory(this, options.base);\n break\n default:\n if (process.env.NODE_ENV !== 'production') {\n assert(false, (\"invalid mode: \" + mode));\n }\n }\n};\n\nvar prototypeAccessors = { currentRoute: { configurable: true } };\n\nVueRouter.prototype.match = function match (raw, current, redirectedFrom) {\n return this.matcher.match(raw, current, redirectedFrom)\n};\n\nprototypeAccessors.currentRoute.get = function () {\n return this.history && this.history.current\n};\n\nVueRouter.prototype.init = function init (app /* Vue component instance */) {\n var this$1$1 = this;\n\n process.env.NODE_ENV !== 'production' &&\n assert(\n install.installed,\n \"not installed. Make sure to call `Vue.use(VueRouter)` \" +\n \"before creating root instance.\"\n );\n\n this.apps.push(app);\n\n // set up app destroyed handler\n // https://github.com/vuejs/vue-router/issues/2639\n app.$once('hook:destroyed', function () {\n // clean out app from this.apps array once destroyed\n var index = this$1$1.apps.indexOf(app);\n if (index > -1) { this$1$1.apps.splice(index, 1); }\n // ensure we still have a main app or null if no apps\n // we do not release the router so it can be reused\n if (this$1$1.app === app) { this$1$1.app = this$1$1.apps[0] || null; }\n\n if (!this$1$1.app) { this$1$1.history.teardown(); }\n });\n\n // main app previously initialized\n // return as we don't need to set up new history listener\n if (this.app) {\n return\n }\n\n this.app = app;\n\n var history = this.history;\n\n if (history instanceof HTML5History || history instanceof HashHistory) {\n var handleInitialScroll = function (routeOrError) {\n var from = history.current;\n var expectScroll = this$1$1.options.scrollBehavior;\n var supportsScroll = supportsPushState && expectScroll;\n\n if (supportsScroll && 'fullPath' in routeOrError) {\n handleScroll(this$1$1, routeOrError, from, false);\n }\n };\n var setupListeners = function (routeOrError) {\n history.setupListeners();\n handleInitialScroll(routeOrError);\n };\n history.transitionTo(\n history.getCurrentLocation(),\n setupListeners,\n setupListeners\n );\n }\n\n history.listen(function (route) {\n this$1$1.apps.forEach(function (app) {\n app._route = route;\n });\n });\n};\n\nVueRouter.prototype.beforeEach = function beforeEach (fn) {\n return registerHook(this.beforeHooks, fn)\n};\n\nVueRouter.prototype.beforeResolve = function beforeResolve (fn) {\n return registerHook(this.resolveHooks, fn)\n};\n\nVueRouter.prototype.afterEach = function afterEach (fn) {\n return registerHook(this.afterHooks, fn)\n};\n\nVueRouter.prototype.onReady = function onReady (cb, errorCb) {\n this.history.onReady(cb, errorCb);\n};\n\nVueRouter.prototype.onError = function onError (errorCb) {\n this.history.onError(errorCb);\n};\n\nVueRouter.prototype.push = function push (location, onComplete, onAbort) {\n var this$1$1 = this;\n\n // $flow-disable-line\n if (!onComplete && !onAbort && typeof Promise !== 'undefined') {\n return new Promise(function (resolve, reject) {\n this$1$1.history.push(location, resolve, reject);\n })\n } else {\n this.history.push(location, onComplete, onAbort);\n }\n};\n\nVueRouter.prototype.replace = function replace (location, onComplete, onAbort) {\n var this$1$1 = this;\n\n // $flow-disable-line\n if (!onComplete && !onAbort && typeof Promise !== 'undefined') {\n return new Promise(function (resolve, reject) {\n this$1$1.history.replace(location, resolve, reject);\n })\n } else {\n this.history.replace(location, onComplete, onAbort);\n }\n};\n\nVueRouter.prototype.go = function go (n) {\n this.history.go(n);\n};\n\nVueRouter.prototype.back = function back () {\n this.go(-1);\n};\n\nVueRouter.prototype.forward = function forward () {\n this.go(1);\n};\n\nVueRouter.prototype.getMatchedComponents = function getMatchedComponents (to) {\n var route = to\n ? to.matched\n ? to\n : this.resolve(to).route\n : this.currentRoute;\n if (!route) {\n return []\n }\n return [].concat.apply(\n [],\n route.matched.map(function (m) {\n return Object.keys(m.components).map(function (key) {\n return m.components[key]\n })\n })\n )\n};\n\nVueRouter.prototype.resolve = function resolve (\n to,\n current,\n append\n) {\n current = current || this.history.current;\n var location = normalizeLocation(to, current, append, this);\n var route = this.match(location, current);\n var fullPath = route.redirectedFrom || route.fullPath;\n var base = this.history.base;\n var href = createHref(base, fullPath, this.mode);\n return {\n location: location,\n route: route,\n href: href,\n // for backwards compat\n normalizedTo: location,\n resolved: route\n }\n};\n\nVueRouter.prototype.getRoutes = function getRoutes () {\n return this.matcher.getRoutes()\n};\n\nVueRouter.prototype.addRoute = function addRoute (parentOrRoute, route) {\n this.matcher.addRoute(parentOrRoute, route);\n if (this.history.current !== START) {\n this.history.transitionTo(this.history.getCurrentLocation());\n }\n};\n\nVueRouter.prototype.addRoutes = function addRoutes (routes) {\n if (process.env.NODE_ENV !== 'production') {\n warn(false, 'router.addRoutes() is deprecated and has been removed in Vue Router 4. Use router.addRoute() instead.');\n }\n this.matcher.addRoutes(routes);\n if (this.history.current !== START) {\n this.history.transitionTo(this.history.getCurrentLocation());\n }\n};\n\nObject.defineProperties( VueRouter.prototype, prototypeAccessors );\n\nvar VueRouter$1 = VueRouter;\n\nfunction registerHook (list, fn) {\n list.push(fn);\n return function () {\n var i = list.indexOf(fn);\n if (i > -1) { list.splice(i, 1); }\n }\n}\n\nfunction createHref (base, fullPath, mode) {\n var path = mode === 'hash' ? '#' + fullPath : fullPath;\n return base ? cleanPath(base + '/' + path) : path\n}\n\n// We cannot remove this as it would be a breaking change\nVueRouter.install = install;\nVueRouter.version = '3.6.5';\nVueRouter.isNavigationFailure = isNavigationFailure;\nVueRouter.NavigationFailureType = NavigationFailureType;\nVueRouter.START_LOCATION = START;\n\nif (inBrowser && window.Vue) {\n window.Vue.use(VueRouter);\n}\n\nvar version = '3.6.5';\n\nexport { NavigationFailureType, Link as RouterLink, View as RouterView, START as START_LOCATION, VueRouter$1 as default, isNavigationFailure, version };\n","/**\n * @copyright Copyright (c) 2022 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { generateUrl } from '@nextcloud/router';\nimport queryString from 'query-string';\nimport Router, { RawLocation, Route } from 'vue-router';\nimport Vue from 'vue';\nimport { ErrorHandler } from 'vue-router/types/router';\nVue.use(Router);\n// Prevent router from throwing errors when we're already on the page we're trying to go to\nconst originalPush = Router.prototype.push;\nRouter.prototype.push = function push(to, onComplete, onAbort) {\n if (onComplete || onAbort)\n return originalPush.call(this, to, onComplete, onAbort);\n return originalPush.call(this, to).catch(err => err);\n};\nconst router = new Router({\n mode: 'history',\n // if index.php is in the url AND we got this far, then it's working:\n // let's keep using index.php in the url\n base: generateUrl('/apps/files'),\n linkActiveClass: 'active',\n routes: [\n {\n path: '/',\n // Pretending we're using the default view\n redirect: { name: 'filelist' },\n },\n {\n path: '/:view/:fileid?',\n name: 'filelist',\n props: true,\n },\n ],\n // Custom stringifyQuery to prevent encoding of slashes in the url\n stringifyQuery(query) {\n const result = queryString.stringify(query).replace(/%2F/gmi, '/');\n return result ? ('?' + result) : '';\n },\n});\nexport default router;\n","import Vue from 'vue';\nimport { createPinia, PiniaVuePlugin } from 'pinia';\nimport { getNavigation } from '@nextcloud/files';\nimport { getRequestToken } from '@nextcloud/auth';\nimport FilesListView from './views/FilesList.vue';\nimport NavigationView from './views/Navigation.vue';\nimport router from './router/router';\nimport RouterService from './services/RouterService';\nimport SettingsModel from './models/Setting.js';\nimport SettingsService from './services/Settings.js';\n// @ts-expect-error __webpack_nonce__ is injected by webpack\n__webpack_nonce__ = btoa(getRequestToken());\n// Init private and public Files namespace\nwindow.OCA.Files = window.OCA.Files ?? {};\nwindow.OCP.Files = window.OCP.Files ?? {};\n// Expose router\nconst Router = new RouterService(router);\nObject.assign(window.OCP.Files, { Router });\n// Init Pinia store\nVue.use(PiniaVuePlugin);\nconst pinia = createPinia();\n// Init Navigation Service\nconst Navigation = getNavigation();\nVue.prototype.$navigation = Navigation;\n// Init Files App Settings Service\nconst Settings = new SettingsService();\nObject.assign(window.OCA.Files, { Settings });\nObject.assign(window.OCA.Files.Settings, { Setting: SettingsModel });\n// Init Navigation View\nconst View = Vue.extend(NavigationView);\nconst FilesNavigationRoot = new View({\n name: 'FilesNavigationRoot',\n propsData: {\n Navigation,\n },\n router,\n pinia,\n});\nFilesNavigationRoot.$mount('#app-navigation-files');\n// Init content list view\nconst ListView = Vue.extend(FilesListView);\nconst FilesList = new ListView({\n name: 'FilesListRoot',\n router,\n pinia,\n});\nFilesList.$mount('#app-content-vue');\n","export default class RouterService {\n _router;\n constructor(router) {\n this._router = router;\n }\n get name() {\n return this._router.currentRoute.name;\n }\n get query() {\n return this._router.currentRoute.query || {};\n }\n get params() {\n return this._router.currentRoute.params || {};\n }\n /**\n * Trigger a route change on the files app\n *\n * @param path the url path, eg: '/trashbin?dir=/Deleted'\n * @param replace replace the current history\n * @see https://router.vuejs.org/guide/essentials/navigation.html#navigate-to-a-different-location\n */\n goTo(path, replace = false) {\n return this._router.push({\n path,\n replace,\n });\n }\n /**\n * Trigger a route change on the files App\n *\n * @param name the route name\n * @param params the route parameters\n * @param query the url query parameters\n * @param replace replace the current history\n * @see https://router.vuejs.org/guide/essentials/navigation.html#navigate-to-a-different-location\n */\n goToRoute(name, params, query, replace) {\n return this._router.push({\n name,\n query,\n params,\n replace,\n });\n }\n}\n","/**\n * @copyright Copyright (c) 2019 Gary Kim \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\n\nexport default class Settings {\n\n\t_settings\n\n\tconstructor() {\n\t\tthis._settings = []\n\t\tconsole.debug('OCA.Files.Settings initialized')\n\t}\n\n\t/**\n\t * Register a new setting\n\t *\n\t * @since 19.0.0\n\t * @param {OCA.Files.Settings.Setting} view element to add to settings\n\t * @return {boolean} whether registering was successful\n\t */\n\tregister(view) {\n\t\tif (this._settings.filter(e => e.name === view.name).length > 0) {\n\t\t\tconsole.error('A setting with the same name is already registered')\n\t\t\treturn false\n\t\t}\n\t\tthis._settings.push(view)\n\t\treturn true\n\t}\n\n\t/**\n\t * All settings elements\n\t *\n\t * @return {OCA.Files.Settings.Setting[]} All currently registered settings\n\t */\n\tget settings() {\n\t\treturn this._settings\n\t}\n\n}\n","/**\n * @copyright Copyright (c) 2019 Gary Kim \n * @copyright Copyright (c) 2019 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\n\nexport default class Setting {\n\n\t_close\n\t_el\n\t_name\n\t_open\n\n\t/**\n\t * Create a new files app setting\n\t *\n\t * @since 19.0.0\n\t * @param {string} name the name of this setting\n\t * @param {object} component the component\n\t * @param {Function} component.el function that returns an unmounted dom element to be added\n\t * @param {Function} [component.open] callback for when setting is added\n\t * @param {Function} [component.close] callback for when setting is closed\n\t */\n\tconstructor(name, { el, open, close }) {\n\t\tthis._name = name\n\t\tthis._el = el\n\t\tthis._open = open\n\t\tthis._close = close\n\n\t\tif (typeof this._open !== 'function') {\n\t\t\tthis._open = () => {}\n\t\t}\n\n\t\tif (typeof this._close !== 'function') {\n\t\t\tthis._close = () => {}\n\t\t}\n\t}\n\n\tget name() {\n\t\treturn this._name\n\t}\n\n\tget el() {\n\t\treturn this._el\n\t}\n\n\tget open() {\n\t\treturn this._open\n\t}\n\n\tget close() {\n\t\treturn this._close\n\t}\n\n}\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../css-loader/dist/runtime/api.js\";\nimport ___CSS_LOADER_GET_URL_IMPORT___ from \"../../../css-loader/dist/runtime/getUrl.js\";\nvar ___CSS_LOADER_URL_IMPORT_0___ = new URL(\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTYiIHdpZHRoPSIxNiI+CiAgPHBhdGggZD0iTTE0IDEyLjNMMTIuMyAxNCA4IDkuNyAzLjcgMTQgMiAxMi4zIDYuMyA4IDIgMy43IDMuNyAyIDggNi4zIDEyLjMgMiAxNCAzLjcgOS43IDh6Ii8+Cjwvc3ZnPgo=\", import.meta.url);\nvar ___CSS_LOADER_URL_IMPORT_1___ = new URL(\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTYiIHdpZHRoPSIxNiI+CiAgPHBhdGggZD0iTTE0IDEyLjNMMTIuMyAxNCA4IDkuNyAzLjcgMTQgMiAxMi4zIDYuMyA4IDIgMy43IDMuNyAyIDggNi4zIDEyLjMgMiAxNCAzLjcgOS43IDh6IiBzdHlsZT0iZmlsbC1vcGFjaXR5OjE7ZmlsbDojZmZmZmZmIi8+Cjwvc3ZnPgo=\", import.meta.url);\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\nvar ___CSS_LOADER_URL_REPLACEMENT_0___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_0___);\nvar ___CSS_LOADER_URL_REPLACEMENT_1___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_1___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `@charset \"UTF-8\";\n/**\n * @copyright Copyright (c) 2019 Julius Härtl \n *\n * @author Julius Härtl \n * @author John Molakvoæ \n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n */\n.toastify.dialogs {\n min-width: 200px;\n background: none;\n background-color: var(--color-main-background);\n color: var(--color-main-text);\n box-shadow: 0 0 6px 0 var(--color-box-shadow);\n padding: 0 12px;\n margin-top: 45px;\n position: fixed;\n z-index: 10100;\n border-radius: var(--border-radius);\n display: flex;\n align-items: center;\n}\n.toastify.dialogs .toast-undo-container {\n display: flex;\n align-items: center;\n}\n.toastify.dialogs .toast-undo-button,\n.toastify.dialogs .toast-close {\n position: static;\n overflow: hidden;\n box-sizing: border-box;\n min-width: 44px;\n height: 100%;\n padding: 12px;\n white-space: nowrap;\n background-repeat: no-repeat;\n background-position: center;\n background-color: transparent;\n min-height: 0;\n}\n.toastify.dialogs .toast-undo-button.toast-close,\n.toastify.dialogs .toast-close.toast-close {\n text-indent: 0;\n opacity: .4;\n border: none;\n min-height: 44px;\n margin-left: 10px;\n font-size: 0;\n}\n.toastify.dialogs .toast-undo-button.toast-close:before,\n.toastify.dialogs .toast-close.toast-close:before {\n background-image: url(${___CSS_LOADER_URL_REPLACEMENT_0___});\n content: \" \";\n filter: var(--background-invert-if-dark);\n display: inline-block;\n width: 16px;\n height: 16px;\n}\n.toastify.dialogs .toast-undo-button.toast-undo-button,\n.toastify.dialogs .toast-close.toast-undo-button {\n height: calc(100% - 6px);\n margin: 3px 3px 3px 12px;\n}\n.toastify.dialogs .toast-undo-button:hover,\n.toastify.dialogs .toast-undo-button:focus,\n.toastify.dialogs .toast-undo-button:active,\n.toastify.dialogs .toast-close:hover,\n.toastify.dialogs .toast-close:focus,\n.toastify.dialogs .toast-close:active {\n cursor: pointer;\n opacity: 1;\n}\n.toastify.dialogs.toastify-top {\n right: 10px;\n}\n.toastify.dialogs.toast-with-click {\n cursor: pointer;\n}\n.toastify.dialogs.toast-error {\n border-left: 3px solid var(--color-error);\n}\n.toastify.dialogs.toast-info {\n border-left: 3px solid var(--color-primary);\n}\n.toastify.dialogs.toast-warning {\n border-left: 3px solid var(--color-warning);\n}\n.toastify.dialogs.toast-success,\n.toastify.dialogs.toast-undo {\n border-left: 3px solid var(--color-success);\n}\n.theme--dark .toastify.dialogs .toast-close.toast-close:before {\n background-image: url(${___CSS_LOADER_URL_REPLACEMENT_1___});\n}\n._file-picker__file-icon_1vgv4_5 {\n width: 32px;\n height: 32px;\n min-width: 32px;\n min-height: 32px;\n background-repeat: no-repeat;\n background-size: contain;\n display: flex;\n justify-content: center;\n}\ntr.file-picker__row[data-v-6aded0d9] {\n height: var(--row-height, 50px);\n}\ntr.file-picker__row td[data-v-6aded0d9] {\n cursor: pointer;\n overflow: hidden;\n text-overflow: ellipsis;\n border-bottom: none;\n}\ntr.file-picker__row td[data-v-6aded0d9]:not(.row-checkbox) {\n padding-inline: 14px 0;\n}\ntr.file-picker__row td.row-size[data-v-6aded0d9] {\n text-align: end;\n padding-inline: 0 14px;\n}\ntr.file-picker__row td.row-name[data-v-6aded0d9] {\n padding-inline: 2px 0;\n}\n@keyframes gradient-6aded0d9 {\n 0% {\n background-position: 0% 50%;\n }\n 50% {\n background-position: 100% 50%;\n }\n to {\n background-position: 0% 50%;\n }\n}\n.loading-row .row-checkbox[data-v-6aded0d9] {\n text-align: center !important;\n}\n.loading-row span[data-v-6aded0d9] {\n display: inline-block;\n height: 24px;\n background: linear-gradient(to right, var(--color-background-darker), var(--color-text-maxcontrast), var(--color-background-darker));\n background-size: 600px 100%;\n border-radius: var(--border-radius);\n animation: gradient-6aded0d9 12s ease infinite;\n}\n.loading-row .row-wrapper[data-v-6aded0d9] {\n display: inline-flex;\n align-items: center;\n}\n.loading-row .row-checkbox span[data-v-6aded0d9] {\n width: 24px;\n}\n.loading-row .row-name span[data-v-6aded0d9]:last-of-type {\n margin-inline-start: 6px;\n width: 130px;\n}\n.loading-row .row-size span[data-v-6aded0d9] {\n width: 80px;\n}\n.loading-row .row-modified span[data-v-6aded0d9] {\n width: 90px;\n}\ntr.file-picker__row[data-v-ee6f34b5] {\n height: var(--row-height, 50px);\n}\ntr.file-picker__row td[data-v-ee6f34b5] {\n cursor: pointer;\n overflow: hidden;\n text-overflow: ellipsis;\n border-bottom: none;\n}\ntr.file-picker__row td[data-v-ee6f34b5]:not(.row-checkbox) {\n padding-inline: 14px 0;\n}\ntr.file-picker__row td.row-size[data-v-ee6f34b5] {\n text-align: end;\n padding-inline: 0 14px;\n}\ntr.file-picker__row td.row-name[data-v-ee6f34b5] {\n padding-inline: 2px 0;\n}\n.file-picker__row--selected[data-v-ee6f34b5] {\n background-color: var(--color-background-dark);\n}\n.file-picker__row[data-v-ee6f34b5]:hover {\n background-color: var(--color-background-hover);\n}\n.file-picker__name-container[data-v-ee6f34b5] {\n display: flex;\n justify-content: start;\n align-items: center;\n height: 100%;\n}\n.file-picker__file-name[data-v-ee6f34b5] {\n padding-inline-start: 6px;\n min-width: 0;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.file-picker__file-extension[data-v-ee6f34b5] {\n color: var(--color-text-maxcontrast);\n min-width: fit-content;\n}\n.file-picker__header-preview[data-v-4297db37] {\n width: 22px;\n height: 32px;\n flex: 0 0 auto;\n}\n.file-picker__files[data-v-4297db37] {\n margin: 2px;\n margin-inline-start: 12px;\n overflow: scroll auto;\n}\n.file-picker__files table[data-v-4297db37] {\n width: 100%;\n max-height: 100%;\n table-layout: fixed;\n}\n.file-picker__files th[data-v-4297db37] {\n position: -webkit-sticky;\n position: sticky;\n z-index: 1;\n top: 0;\n background-color: var(--color-main-background);\n padding: 2px;\n}\n.file-picker__files th .header-wrapper[data-v-4297db37] {\n display: flex;\n}\n.file-picker__files th.row-checkbox[data-v-4297db37] {\n width: 44px;\n}\n.file-picker__files th.row-name[data-v-4297db37] {\n width: 230px;\n}\n.file-picker__files th.row-size[data-v-4297db37] {\n width: 100px;\n}\n.file-picker__files th.row-modified[data-v-4297db37] {\n width: 120px;\n}\n.file-picker__files th[data-v-4297db37]:not(.row-size) .button-vue__wrapper {\n justify-content: start;\n flex-direction: row-reverse;\n}\n.file-picker__files th[data-v-4297db37]:not(.row-size) .button-vue {\n padding-inline: 16px 4px;\n}\n.file-picker__files th.row-size[data-v-4297db37] .button-vue__wrapper {\n justify-content: end;\n}\n.file-picker__files th[data-v-4297db37] .button-vue__wrapper {\n color: var(--color-text-maxcontrast);\n}\n.file-picker__files th[data-v-4297db37] .button-vue__wrapper .button-vue__text {\n font-weight: 400;\n}\n.file-picker__breadcrumbs[data-v-3bc9efa5] {\n flex-grow: 0 !important;\n}\n.file-picker__side[data-v-fcfd0f23] {\n display: flex;\n flex-direction: column;\n align-items: start;\n gap: .5rem;\n min-width: 200px;\n padding-block: 2px;\n overflow: auto;\n}\n.file-picker__side[data-v-fcfd0f23] .button-vue__wrapper {\n justify-content: start;\n}\n.file-picker__filter-input[data-v-fcfd0f23] {\n margin-block: 7px;\n max-width: 260px;\n}\n@media (max-width: 736px) {\n .file-picker__side[data-v-fcfd0f23] {\n flex-direction: row;\n min-width: unset;\n }\n}\n@media (max-width: 512px) {\n .file-picker__side[data-v-fcfd0f23] {\n flex-direction: row;\n min-width: unset;\n }\n .file-picker__filter-input[data-v-fcfd0f23] {\n max-width: unset;\n }\n}\n.file-picker__navigation {\n padding-inline: 2px;\n}\n.file-picker__navigation,\n.file-picker__navigation * {\n box-sizing: border-box;\n}\n.file-picker__navigation .v-select.select {\n min-width: 220px;\n}\n@media (min-width: 513px) and (max-width: 736px) {\n .file-picker__navigation {\n gap: 11px;\n }\n}\n@media (max-width: 512px) {\n .file-picker__navigation {\n flex-direction: column-reverse !important;\n }\n}\n.file-picker__view[data-v-86a13079] {\n height: 50px;\n display: flex;\n justify-content: start;\n align-items: center;\n}\n.file-picker__view h3[data-v-86a13079] {\n font-weight: 700;\n height: fit-content;\n margin: 0;\n}\n.file-picker__main[data-v-86a13079] {\n box-sizing: border-box;\n width: 100%;\n display: flex;\n flex-direction: column;\n min-height: 0;\n flex: 1;\n padding-inline: 2px;\n}\n.file-picker__main *[data-v-86a13079] {\n box-sizing: border-box;\n}\n[data-v-86a13079] .file-picker {\n height: min(80vh, 800px);\n}\n@media (max-width: 512px) {\n [data-v-86a13079] .file-picker {\n height: calc(100% - 16px - var(--default-clickable-area));\n }\n}\n[data-v-86a13079] .file-picker__content {\n display: flex;\n flex-direction: column;\n overflow: hidden;\n}\n`, \"\",{\"version\":3,\"sources\":[\"webpack://./node_modules/@nextcloud/dialogs/dist/style.css\"],\"names\":[],\"mappings\":\"AAAA,gBAAgB;AAChB;;;;;;;;;;;;;;;;;;;;EAoBE;AACF;EACE,gBAAgB;EAChB,gBAAgB;EAChB,8CAA8C;EAC9C,6BAA6B;EAC7B,6CAA6C;EAC7C,eAAe;EACf,gBAAgB;EAChB,eAAe;EACf,cAAc;EACd,mCAAmC;EACnC,aAAa;EACb,mBAAmB;AACrB;AACA;EACE,aAAa;EACb,mBAAmB;AACrB;AACA;;EAEE,gBAAgB;EAChB,gBAAgB;EAChB,sBAAsB;EACtB,eAAe;EACf,YAAY;EACZ,aAAa;EACb,mBAAmB;EACnB,4BAA4B;EAC5B,2BAA2B;EAC3B,6BAA6B;EAC7B,aAAa;AACf;AACA;;EAEE,cAAc;EACd,WAAW;EACX,YAAY;EACZ,gBAAgB;EAChB,iBAAiB;EACjB,YAAY;AACd;AACA;;EAEE,yDAAiR;EACjR,YAAY;EACZ,wCAAwC;EACxC,qBAAqB;EACrB,WAAW;EACX,YAAY;AACd;AACA;;EAEE,wBAAwB;EACxB,wBAAwB;AAC1B;AACA;;;;;;EAME,eAAe;EACf,UAAU;AACZ;AACA;EACE,WAAW;AACb;AACA;EACE,eAAe;AACjB;AACA;EACE,yCAAyC;AAC3C;AACA;EACE,2CAA2C;AAC7C;AACA;EACE,2CAA2C;AAC7C;AACA;;EAEE,2CAA2C;AAC7C;AACA;EACE,yDAAiU;AACnU;AACA;EACE,WAAW;EACX,YAAY;EACZ,eAAe;EACf,gBAAgB;EAChB,4BAA4B;EAC5B,wBAAwB;EACxB,aAAa;EACb,uBAAuB;AACzB;AACA;EACE,+BAA+B;AACjC;AACA;EACE,eAAe;EACf,gBAAgB;EAChB,uBAAuB;EACvB,mBAAmB;AACrB;AACA;EACE,sBAAsB;AACxB;AACA;EACE,eAAe;EACf,sBAAsB;AACxB;AACA;EACE,qBAAqB;AACvB;AACA;EACE;IACE,2BAA2B;EAC7B;EACA;IACE,6BAA6B;EAC/B;EACA;IACE,2BAA2B;EAC7B;AACF;AACA;EACE,6BAA6B;AAC/B;AACA;EACE,qBAAqB;EACrB,YAAY;EACZ,oIAAoI;EACpI,2BAA2B;EAC3B,mCAAmC;EACnC,8CAA8C;AAChD;AACA;EACE,oBAAoB;EACpB,mBAAmB;AACrB;AACA;EACE,WAAW;AACb;AACA;EACE,wBAAwB;EACxB,YAAY;AACd;AACA;EACE,WAAW;AACb;AACA;EACE,WAAW;AACb;AACA;EACE,+BAA+B;AACjC;AACA;EACE,eAAe;EACf,gBAAgB;EAChB,uBAAuB;EACvB,mBAAmB;AACrB;AACA;EACE,sBAAsB;AACxB;AACA;EACE,eAAe;EACf,sBAAsB;AACxB;AACA;EACE,qBAAqB;AACvB;AACA;EACE,8CAA8C;AAChD;AACA;EACE,+CAA+C;AACjD;AACA;EACE,aAAa;EACb,sBAAsB;EACtB,mBAAmB;EACnB,YAAY;AACd;AACA;EACE,yBAAyB;EACzB,YAAY;EACZ,gBAAgB;EAChB,uBAAuB;AACzB;AACA;EACE,oCAAoC;EACpC,sBAAsB;AACxB;AACA;EACE,WAAW;EACX,YAAY;EACZ,cAAc;AAChB;AACA;EACE,WAAW;EACX,yBAAyB;EACzB,qBAAqB;AACvB;AACA;EACE,WAAW;EACX,gBAAgB;EAChB,mBAAmB;AACrB;AACA;EACE,wBAAwB;EACxB,gBAAgB;EAChB,UAAU;EACV,MAAM;EACN,8CAA8C;EAC9C,YAAY;AACd;AACA;EACE,aAAa;AACf;AACA;EACE,WAAW;AACb;AACA;EACE,YAAY;AACd;AACA;EACE,YAAY;AACd;AACA;EACE,YAAY;AACd;AACA;EACE,sBAAsB;EACtB,2BAA2B;AAC7B;AACA;EACE,wBAAwB;AAC1B;AACA;EACE,oBAAoB;AACtB;AACA;EACE,oCAAoC;AACtC;AACA;EACE,gBAAgB;AAClB;AACA;EACE,uBAAuB;AACzB;AACA;EACE,aAAa;EACb,sBAAsB;EACtB,kBAAkB;EAClB,UAAU;EACV,gBAAgB;EAChB,kBAAkB;EAClB,cAAc;AAChB;AACA;EACE,sBAAsB;AACxB;AACA;EACE,iBAAiB;EACjB,gBAAgB;AAClB;AACA;EACE;IACE,mBAAmB;IACnB,gBAAgB;EAClB;AACF;AACA;EACE;IACE,mBAAmB;IACnB,gBAAgB;EAClB;EACA;IACE,gBAAgB;EAClB;AACF;AACA;EACE,mBAAmB;AACrB;AACA;;EAEE,sBAAsB;AACxB;AACA;EACE,gBAAgB;AAClB;AACA;EACE;IACE,SAAS;EACX;AACF;AACA;EACE;IACE,yCAAyC;EAC3C;AACF;AACA;EACE,YAAY;EACZ,aAAa;EACb,sBAAsB;EACtB,mBAAmB;AACrB;AACA;EACE,gBAAgB;EAChB,mBAAmB;EACnB,SAAS;AACX;AACA;EACE,sBAAsB;EACtB,WAAW;EACX,aAAa;EACb,sBAAsB;EACtB,aAAa;EACb,OAAO;EACP,mBAAmB;AACrB;AACA;EACE,sBAAsB;AACxB;AACA;EACE,wBAAwB;AAC1B;AACA;EACE;IACE,yDAAyD;EAC3D;AACF;AACA;EACE,aAAa;EACb,sBAAsB;EACtB,gBAAgB;AAClB\",\"sourcesContent\":[\"@charset \\\"UTF-8\\\";\\n/**\\n * @copyright Copyright (c) 2019 Julius Härtl \\n *\\n * @author Julius Härtl \\n * @author John Molakvoæ \\n *\\n * @license GNU AGPL version 3 or any later version\\n *\\n * This program is free software: you can redistribute it and/or modify\\n * it under the terms of the GNU Affero General Public License as\\n * published by the Free Software Foundation, either version 3 of the\\n * License, or (at your option) any later version.\\n *\\n * This program is distributed in the hope that it will be useful,\\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\\n * GNU Affero General Public License for more details.\\n *\\n * You should have received a copy of the GNU Affero General Public License\\n * along with this program. If not, see .\\n */\\n.toastify.dialogs {\\n min-width: 200px;\\n background: none;\\n background-color: var(--color-main-background);\\n color: var(--color-main-text);\\n box-shadow: 0 0 6px 0 var(--color-box-shadow);\\n padding: 0 12px;\\n margin-top: 45px;\\n position: fixed;\\n z-index: 10100;\\n border-radius: var(--border-radius);\\n display: flex;\\n align-items: center;\\n}\\n.toastify.dialogs .toast-undo-container {\\n display: flex;\\n align-items: center;\\n}\\n.toastify.dialogs .toast-undo-button,\\n.toastify.dialogs .toast-close {\\n position: static;\\n overflow: hidden;\\n box-sizing: border-box;\\n min-width: 44px;\\n height: 100%;\\n padding: 12px;\\n white-space: nowrap;\\n background-repeat: no-repeat;\\n background-position: center;\\n background-color: transparent;\\n min-height: 0;\\n}\\n.toastify.dialogs .toast-undo-button.toast-close,\\n.toastify.dialogs .toast-close.toast-close {\\n text-indent: 0;\\n opacity: .4;\\n border: none;\\n min-height: 44px;\\n margin-left: 10px;\\n font-size: 0;\\n}\\n.toastify.dialogs .toast-undo-button.toast-close:before,\\n.toastify.dialogs .toast-close.toast-close:before {\\n background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTYiIHdpZHRoPSIxNiI+CiAgPHBhdGggZD0iTTE0IDEyLjNMMTIuMyAxNCA4IDkuNyAzLjcgMTQgMiAxMi4zIDYuMyA4IDIgMy43IDMuNyAyIDggNi4zIDEyLjMgMiAxNCAzLjcgOS43IDh6Ii8+Cjwvc3ZnPgo=);\\n content: \\\" \\\";\\n filter: var(--background-invert-if-dark);\\n display: inline-block;\\n width: 16px;\\n height: 16px;\\n}\\n.toastify.dialogs .toast-undo-button.toast-undo-button,\\n.toastify.dialogs .toast-close.toast-undo-button {\\n height: calc(100% - 6px);\\n margin: 3px 3px 3px 12px;\\n}\\n.toastify.dialogs .toast-undo-button:hover,\\n.toastify.dialogs .toast-undo-button:focus,\\n.toastify.dialogs .toast-undo-button:active,\\n.toastify.dialogs .toast-close:hover,\\n.toastify.dialogs .toast-close:focus,\\n.toastify.dialogs .toast-close:active {\\n cursor: pointer;\\n opacity: 1;\\n}\\n.toastify.dialogs.toastify-top {\\n right: 10px;\\n}\\n.toastify.dialogs.toast-with-click {\\n cursor: pointer;\\n}\\n.toastify.dialogs.toast-error {\\n border-left: 3px solid var(--color-error);\\n}\\n.toastify.dialogs.toast-info {\\n border-left: 3px solid var(--color-primary);\\n}\\n.toastify.dialogs.toast-warning {\\n border-left: 3px solid var(--color-warning);\\n}\\n.toastify.dialogs.toast-success,\\n.toastify.dialogs.toast-undo {\\n border-left: 3px solid var(--color-success);\\n}\\n.theme--dark .toastify.dialogs .toast-close.toast-close:before {\\n background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTYiIHdpZHRoPSIxNiI+CiAgPHBhdGggZD0iTTE0IDEyLjNMMTIuMyAxNCA4IDkuNyAzLjcgMTQgMiAxMi4zIDYuMyA4IDIgMy43IDMuNyAyIDggNi4zIDEyLjMgMiAxNCAzLjcgOS43IDh6IiBzdHlsZT0iZmlsbC1vcGFjaXR5OjE7ZmlsbDojZmZmZmZmIi8+Cjwvc3ZnPgo=);\\n}\\n._file-picker__file-icon_1vgv4_5 {\\n width: 32px;\\n height: 32px;\\n min-width: 32px;\\n min-height: 32px;\\n background-repeat: no-repeat;\\n background-size: contain;\\n display: flex;\\n justify-content: center;\\n}\\ntr.file-picker__row[data-v-6aded0d9] {\\n height: var(--row-height, 50px);\\n}\\ntr.file-picker__row td[data-v-6aded0d9] {\\n cursor: pointer;\\n overflow: hidden;\\n text-overflow: ellipsis;\\n border-bottom: none;\\n}\\ntr.file-picker__row td[data-v-6aded0d9]:not(.row-checkbox) {\\n padding-inline: 14px 0;\\n}\\ntr.file-picker__row td.row-size[data-v-6aded0d9] {\\n text-align: end;\\n padding-inline: 0 14px;\\n}\\ntr.file-picker__row td.row-name[data-v-6aded0d9] {\\n padding-inline: 2px 0;\\n}\\n@keyframes gradient-6aded0d9 {\\n 0% {\\n background-position: 0% 50%;\\n }\\n 50% {\\n background-position: 100% 50%;\\n }\\n to {\\n background-position: 0% 50%;\\n }\\n}\\n.loading-row .row-checkbox[data-v-6aded0d9] {\\n text-align: center !important;\\n}\\n.loading-row span[data-v-6aded0d9] {\\n display: inline-block;\\n height: 24px;\\n background: linear-gradient(to right, var(--color-background-darker), var(--color-text-maxcontrast), var(--color-background-darker));\\n background-size: 600px 100%;\\n border-radius: var(--border-radius);\\n animation: gradient-6aded0d9 12s ease infinite;\\n}\\n.loading-row .row-wrapper[data-v-6aded0d9] {\\n display: inline-flex;\\n align-items: center;\\n}\\n.loading-row .row-checkbox span[data-v-6aded0d9] {\\n width: 24px;\\n}\\n.loading-row .row-name span[data-v-6aded0d9]:last-of-type {\\n margin-inline-start: 6px;\\n width: 130px;\\n}\\n.loading-row .row-size span[data-v-6aded0d9] {\\n width: 80px;\\n}\\n.loading-row .row-modified span[data-v-6aded0d9] {\\n width: 90px;\\n}\\ntr.file-picker__row[data-v-ee6f34b5] {\\n height: var(--row-height, 50px);\\n}\\ntr.file-picker__row td[data-v-ee6f34b5] {\\n cursor: pointer;\\n overflow: hidden;\\n text-overflow: ellipsis;\\n border-bottom: none;\\n}\\ntr.file-picker__row td[data-v-ee6f34b5]:not(.row-checkbox) {\\n padding-inline: 14px 0;\\n}\\ntr.file-picker__row td.row-size[data-v-ee6f34b5] {\\n text-align: end;\\n padding-inline: 0 14px;\\n}\\ntr.file-picker__row td.row-name[data-v-ee6f34b5] {\\n padding-inline: 2px 0;\\n}\\n.file-picker__row--selected[data-v-ee6f34b5] {\\n background-color: var(--color-background-dark);\\n}\\n.file-picker__row[data-v-ee6f34b5]:hover {\\n background-color: var(--color-background-hover);\\n}\\n.file-picker__name-container[data-v-ee6f34b5] {\\n display: flex;\\n justify-content: start;\\n align-items: center;\\n height: 100%;\\n}\\n.file-picker__file-name[data-v-ee6f34b5] {\\n padding-inline-start: 6px;\\n min-width: 0;\\n overflow: hidden;\\n text-overflow: ellipsis;\\n}\\n.file-picker__file-extension[data-v-ee6f34b5] {\\n color: var(--color-text-maxcontrast);\\n min-width: fit-content;\\n}\\n.file-picker__header-preview[data-v-4297db37] {\\n width: 22px;\\n height: 32px;\\n flex: 0 0 auto;\\n}\\n.file-picker__files[data-v-4297db37] {\\n margin: 2px;\\n margin-inline-start: 12px;\\n overflow: scroll auto;\\n}\\n.file-picker__files table[data-v-4297db37] {\\n width: 100%;\\n max-height: 100%;\\n table-layout: fixed;\\n}\\n.file-picker__files th[data-v-4297db37] {\\n position: -webkit-sticky;\\n position: sticky;\\n z-index: 1;\\n top: 0;\\n background-color: var(--color-main-background);\\n padding: 2px;\\n}\\n.file-picker__files th .header-wrapper[data-v-4297db37] {\\n display: flex;\\n}\\n.file-picker__files th.row-checkbox[data-v-4297db37] {\\n width: 44px;\\n}\\n.file-picker__files th.row-name[data-v-4297db37] {\\n width: 230px;\\n}\\n.file-picker__files th.row-size[data-v-4297db37] {\\n width: 100px;\\n}\\n.file-picker__files th.row-modified[data-v-4297db37] {\\n width: 120px;\\n}\\n.file-picker__files th[data-v-4297db37]:not(.row-size) .button-vue__wrapper {\\n justify-content: start;\\n flex-direction: row-reverse;\\n}\\n.file-picker__files th[data-v-4297db37]:not(.row-size) .button-vue {\\n padding-inline: 16px 4px;\\n}\\n.file-picker__files th.row-size[data-v-4297db37] .button-vue__wrapper {\\n justify-content: end;\\n}\\n.file-picker__files th[data-v-4297db37] .button-vue__wrapper {\\n color: var(--color-text-maxcontrast);\\n}\\n.file-picker__files th[data-v-4297db37] .button-vue__wrapper .button-vue__text {\\n font-weight: 400;\\n}\\n.file-picker__breadcrumbs[data-v-3bc9efa5] {\\n flex-grow: 0 !important;\\n}\\n.file-picker__side[data-v-fcfd0f23] {\\n display: flex;\\n flex-direction: column;\\n align-items: start;\\n gap: .5rem;\\n min-width: 200px;\\n padding-block: 2px;\\n overflow: auto;\\n}\\n.file-picker__side[data-v-fcfd0f23] .button-vue__wrapper {\\n justify-content: start;\\n}\\n.file-picker__filter-input[data-v-fcfd0f23] {\\n margin-block: 7px;\\n max-width: 260px;\\n}\\n@media (max-width: 736px) {\\n .file-picker__side[data-v-fcfd0f23] {\\n flex-direction: row;\\n min-width: unset;\\n }\\n}\\n@media (max-width: 512px) {\\n .file-picker__side[data-v-fcfd0f23] {\\n flex-direction: row;\\n min-width: unset;\\n }\\n .file-picker__filter-input[data-v-fcfd0f23] {\\n max-width: unset;\\n }\\n}\\n.file-picker__navigation {\\n padding-inline: 2px;\\n}\\n.file-picker__navigation,\\n.file-picker__navigation * {\\n box-sizing: border-box;\\n}\\n.file-picker__navigation .v-select.select {\\n min-width: 220px;\\n}\\n@media (min-width: 513px) and (max-width: 736px) {\\n .file-picker__navigation {\\n gap: 11px;\\n }\\n}\\n@media (max-width: 512px) {\\n .file-picker__navigation {\\n flex-direction: column-reverse !important;\\n }\\n}\\n.file-picker__view[data-v-86a13079] {\\n height: 50px;\\n display: flex;\\n justify-content: start;\\n align-items: center;\\n}\\n.file-picker__view h3[data-v-86a13079] {\\n font-weight: 700;\\n height: fit-content;\\n margin: 0;\\n}\\n.file-picker__main[data-v-86a13079] {\\n box-sizing: border-box;\\n width: 100%;\\n display: flex;\\n flex-direction: column;\\n min-height: 0;\\n flex: 1;\\n padding-inline: 2px;\\n}\\n.file-picker__main *[data-v-86a13079] {\\n box-sizing: border-box;\\n}\\n[data-v-86a13079] .file-picker {\\n height: min(80vh, 800px);\\n}\\n@media (max-width: 512px) {\\n [data-v-86a13079] .file-picker {\\n height: calc(100% - 16px - var(--default-clickable-area));\\n }\\n}\\n[data-v-86a13079] .file-picker__content {\\n display: flex;\\n flex-direction: column;\\n overflow: hidden;\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.upload-picker[data-v-f09fb109] {\n display: inline-flex;\n align-items: center;\n height: 44px;\n}\n.upload-picker__progress[data-v-f09fb109] {\n width: 200px;\n max-width: 0;\n transition: max-width var(--animation-quick) ease-in-out;\n margin-top: 8px;\n}\n.upload-picker__progress p[data-v-f09fb109] {\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis;\n}\n.upload-picker--uploading .upload-picker__progress[data-v-f09fb109] {\n max-width: 200px;\n margin-right: 20px;\n margin-left: 8px;\n}\n.upload-picker--paused .upload-picker__progress[data-v-f09fb109] {\n animation: breathing-f09fb109 3s ease-out infinite normal;\n}\n@keyframes breathing-f09fb109 {\n 0% {\n opacity: .5;\n }\n 25% {\n opacity: 1;\n }\n 60% {\n opacity: .5;\n }\n to {\n opacity: .5;\n }\n}\n`, \"\",{\"version\":3,\"sources\":[\"webpack://./node_modules/@nextcloud/upload/dist/assets/index-f2495ce6.css\"],\"names\":[],\"mappings\":\"AAAA;EACE,oBAAoB;EACpB,mBAAmB;EACnB,YAAY;AACd;AACA;EACE,YAAY;EACZ,YAAY;EACZ,wDAAwD;EACxD,eAAe;AACjB;AACA;EACE,gBAAgB;EAChB,mBAAmB;EACnB,uBAAuB;AACzB;AACA;EACE,gBAAgB;EAChB,kBAAkB;EAClB,gBAAgB;AAClB;AACA;EACE,yDAAyD;AAC3D;AACA;EACE;IACE,WAAW;EACb;EACA;IACE,UAAU;EACZ;EACA;IACE,WAAW;EACb;EACA;IACE,WAAW;EACb;AACF\",\"sourcesContent\":[\".upload-picker[data-v-f09fb109] {\\n display: inline-flex;\\n align-items: center;\\n height: 44px;\\n}\\n.upload-picker__progress[data-v-f09fb109] {\\n width: 200px;\\n max-width: 0;\\n transition: max-width var(--animation-quick) ease-in-out;\\n margin-top: 8px;\\n}\\n.upload-picker__progress p[data-v-f09fb109] {\\n overflow: hidden;\\n white-space: nowrap;\\n text-overflow: ellipsis;\\n}\\n.upload-picker--uploading .upload-picker__progress[data-v-f09fb109] {\\n max-width: 200px;\\n margin-right: 20px;\\n margin-left: 8px;\\n}\\n.upload-picker--paused .upload-picker__progress[data-v-f09fb109] {\\n animation: breathing-f09fb109 3s ease-out infinite normal;\\n}\\n@keyframes breathing-f09fb109 {\\n 0% {\\n opacity: .5;\\n }\\n 25% {\\n opacity: 1;\\n }\\n 60% {\\n opacity: .5;\\n }\\n to {\\n opacity: .5;\\n }\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.breadcrumb[data-v-2af35352]{flex:1 1 100% !important;width:100%}.breadcrumb[data-v-2af35352] a{cursor:pointer !important}`, \"\",{\"version\":3,\"sources\":[\"webpack://./apps/files/src/components/BreadCrumbs.vue\"],\"names\":[],\"mappings\":\"AACA,6BAEC,wBAAA,CACA,UAAA,CAEA,+BACC,yBAAA\",\"sourcesContent\":[\"\\n.breadcrumb {\\n\\t// Take as much space as possible\\n\\tflex: 1 1 100% !important;\\n\\twidth: 100%;\\n\\n\\t::v-deep a {\\n\\t\\tcursor: pointer !important;\\n\\t}\\n}\\n\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.files-list__drag-drop-notice[data-v-7e0e423e]{display:flex;align-items:center;justify-content:center;width:100%;min-height:113px;margin:0;user-select:none;color:var(--color-text-maxcontrast);background-color:var(--color-main-background);border-color:#000}.files-list__drag-drop-notice h3[data-v-7e0e423e]{margin-left:16px;color:inherit}.files-list__drag-drop-notice-wrapper[data-v-7e0e423e]{display:flex;align-items:center;justify-content:center;height:15vh;max-height:70%;padding:0 5vw;border:2px var(--color-border-dark) dashed;border-radius:var(--border-radius-large)}`, \"\",{\"version\":3,\"sources\":[\"webpack://./apps/files/src/components/DragAndDropNotice.vue\"],\"names\":[],\"mappings\":\"AACA,+CACC,YAAA,CACA,kBAAA,CACA,sBAAA,CACA,UAAA,CAEA,gBAAA,CACA,QAAA,CACA,gBAAA,CACA,mCAAA,CACA,6CAAA,CACA,iBAAA,CAEA,kDACC,gBAAA,CACA,aAAA,CAGD,uDACC,YAAA,CACA,kBAAA,CACA,sBAAA,CACA,WAAA,CACA,cAAA,CACA,aAAA,CACA,0CAAA,CACA,wCAAA\",\"sourcesContent\":[\"\\n.files-list__drag-drop-notice {\\n\\tdisplay: flex;\\n\\talign-items: center;\\n\\tjustify-content: center;\\n\\twidth: 100%;\\n\\t// Breadcrumbs height + row thead height\\n\\tmin-height: calc(58px + 55px);\\n\\tmargin: 0;\\n\\tuser-select: none;\\n\\tcolor: var(--color-text-maxcontrast);\\n\\tbackground-color: var(--color-main-background);\\n\\tborder-color: black;\\n\\n\\th3 {\\n\\t\\tmargin-left: 16px;\\n\\t\\tcolor: inherit;\\n\\t}\\n\\n\\t&-wrapper {\\n\\t\\tdisplay: flex;\\n\\t\\talign-items: center;\\n\\t\\tjustify-content: center;\\n\\t\\theight: 15vh;\\n\\t\\tmax-height: 70%;\\n\\t\\tpadding: 0 5vw;\\n\\t\\tborder: 2px var(--color-border-dark) dashed;\\n\\t\\tborder-radius: var(--border-radius-large);\\n\\t}\\n}\\n\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.files-list-drag-image{position:absolute;top:-9999px;left:-9999px;display:flex;overflow:hidden;align-items:center;height:44px;padding:6px 12px;background:var(--color-main-background)}.files-list-drag-image__icon,.files-list-drag-image .files-list__row-icon{display:flex;overflow:hidden;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--border-radius)}.files-list-drag-image__icon{overflow:visible;margin-right:12px}.files-list-drag-image__icon img{max-width:100%;max-height:100%}.files-list-drag-image__icon .material-design-icon{color:var(--color-text-maxcontrast)}.files-list-drag-image__icon .material-design-icon.folder-icon{color:var(--color-primary-element)}.files-list-drag-image__icon>span{display:flex}.files-list-drag-image__icon>span .files-list__row-icon+.files-list__row-icon{margin-top:6px;margin-left:-26px}.files-list-drag-image__icon>span .files-list__row-icon+.files-list__row-icon+.files-list__row-icon{margin-top:12px}.files-list-drag-image__icon>span:not(:empty)+*{display:none}.files-list-drag-image__name{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}`, \"\",{\"version\":3,\"sources\":[\"webpack://./apps/files/src/components/DragAndDropPreview.vue\"],\"names\":[],\"mappings\":\"AAIA,uBACC,iBAAA,CACA,WAAA,CACA,YAAA,CACA,YAAA,CACA,eAAA,CACA,kBAAA,CACA,WAAA,CACA,gBAAA,CACA,uCAAA,CAEA,0EAEC,YAAA,CACA,eAAA,CACA,kBAAA,CACA,sBAAA,CACA,UAAA,CACA,WAAA,CACA,kCAAA,CAGD,6BACC,gBAAA,CACA,iBAAA,CAEA,iCACC,cAAA,CACA,eAAA,CAGD,mDACC,mCAAA,CACA,+DACC,kCAAA,CAKF,kCACC,YAAA,CAGA,8EACC,cA9CU,CA+CV,iBAAA,CACA,oGACC,eAAA,CAKF,gDACC,YAAA,CAKH,6BACC,eAAA,CACA,kBAAA,CACA,sBAAA\",\"sourcesContent\":[\"\\n$size: 32px;\\n$stack-shift: 6px;\\n\\n.files-list-drag-image {\\n\\tposition: absolute;\\n\\ttop: -9999px;\\n\\tleft: -9999px;\\n\\tdisplay: flex;\\n\\toverflow: hidden;\\n\\talign-items: center;\\n\\theight: 44px;\\n\\tpadding: 6px 12px;\\n\\tbackground: var(--color-main-background);\\n\\n\\t&__icon,\\n\\t.files-list__row-icon {\\n\\t\\tdisplay: flex;\\n\\t\\toverflow: hidden;\\n\\t\\talign-items: center;\\n\\t\\tjustify-content: center;\\n\\t\\twidth: 32px;\\n\\t\\theight: 32px;\\n\\t\\tborder-radius: var(--border-radius);\\n\\t}\\n\\n\\t&__icon {\\n\\t\\toverflow: visible;\\n\\t\\tmargin-right: 12px;\\n\\n\\t\\timg {\\n\\t\\t\\tmax-width: 100%;\\n\\t\\t\\tmax-height: 100%;\\n\\t\\t}\\n\\n\\t\\t.material-design-icon {\\n\\t\\t\\tcolor: var(--color-text-maxcontrast);\\n\\t\\t\\t&.folder-icon {\\n\\t\\t\\t\\tcolor: var(--color-primary-element);\\n\\t\\t\\t}\\n\\t\\t}\\n\\n\\t\\t// Previews container\\n\\t\\t> span {\\n\\t\\t\\tdisplay: flex;\\n\\n\\t\\t\\t// Stack effect if more than one element\\n\\t\\t\\t.files-list__row-icon + .files-list__row-icon {\\n\\t\\t\\t\\tmargin-top: $stack-shift;\\n\\t\\t\\t\\tmargin-left: $stack-shift - $size;\\n\\t\\t\\t\\t& + .files-list__row-icon {\\n\\t\\t\\t\\t\\tmargin-top: $stack-shift * 2;\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t\\t// If we have manually clone the preview,\\n\\t\\t\\t// let's hide any fallback icons\\n\\t\\t\\t&:not(:empty) + * {\\n\\t\\t\\t\\tdisplay: none;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n\\n\\t&__name {\\n\\t\\toverflow: hidden;\\n\\t\\twhite-space: nowrap;\\n\\t\\ttext-overflow: ellipsis;\\n\\t}\\n}\\n\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.favorite-marker-icon[data-v-04e52abc]{color:#a08b00;min-width:unset !important;min-height:unset !important}.favorite-marker-icon[data-v-04e52abc] svg{width:26px !important;height:26px !important;max-width:unset !important;max-height:unset !important}.favorite-marker-icon[data-v-04e52abc] svg path{stroke:var(--color-main-background);stroke-width:8px;stroke-linejoin:round;paint-order:stroke}`, \"\",{\"version\":3,\"sources\":[\"webpack://./apps/files/src/components/FileEntry/FavoriteIcon.vue\"],\"names\":[],\"mappings\":\"AACA,uCACC,aAAA,CAEA,0BAAA,CACG,2BAAA,CAGF,4CAEC,qBAAA,CACA,sBAAA,CAGA,0BAAA,CACA,2BAAA,CAGA,iDACC,mCAAA,CACA,gBAAA,CACA,qBAAA,CACA,kBAAA\",\"sourcesContent\":[\"\\n.favorite-marker-icon {\\n\\tcolor: #a08b00;\\n\\t// Override NcIconSvgWrapper defaults (clickable area)\\n\\tmin-width: unset !important;\\n min-height: unset !important;\\n\\n\\t:deep() {\\n\\t\\tsvg {\\n\\t\\t\\t// We added a stroke for a11y so we must increase the size to include the stroke\\n\\t\\t\\twidth: 26px !important;\\n\\t\\t\\theight: 26px !important;\\n\\n\\t\\t\\t// Override NcIconSvgWrapper defaults of 20px\\n\\t\\t\\tmax-width: unset !important;\\n\\t\\t\\tmax-height: unset !important;\\n\\n\\t\\t\\t// Sow a border around the icon for better contrast\\n\\t\\t\\tpath {\\n\\t\\t\\t\\tstroke: var(--color-main-background);\\n\\t\\t\\t\\tstroke-width: 8px;\\n\\t\\t\\t\\tstroke-linejoin: round;\\n\\t\\t\\t\\tpaint-order: stroke;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `[data-v-6dd8d639] .button-vue--icon-and-text .button-vue__text{color:var(--color-primary-element)}[data-v-6dd8d639] .button-vue--icon-and-text .button-vue__icon{color:var(--color-primary-element)}`, \"\",{\"version\":3,\"sources\":[\"webpack://./apps/files/src/components/FileEntry/FileEntryActions.vue\"],\"names\":[],\"mappings\":\"AAGC,+DACC,kCAAA,CAED,+DACC,kCAAA\",\"sourcesContent\":[\"\\n\\n:deep(.button-vue--icon-and-text, .files-list__row-action-sharing-status) {\\n\\t.button-vue__text {\\n\\t\\tcolor: var(--color-primary-element);\\n\\t}\\n\\t.button-vue__icon {\\n\\t\\tcolor: var(--color-primary-element);\\n\\t}\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `tr[data-v-58f7b64d]{margin-bottom:300px;border-top:1px solid var(--color-border);background-color:rgba(0,0,0,0) !important;border-bottom:none !important}tr td[data-v-58f7b64d]{user-select:none;color:var(--color-text-maxcontrast) !important}`, \"\",{\"version\":3,\"sources\":[\"webpack://./apps/files/src/components/FilesListTableFooter.vue\"],\"names\":[],\"mappings\":\"AAEA,oBACC,mBAAA,CACA,wCAAA,CAEA,yCAAA,CACA,6BAAA,CAEA,uBACC,gBAAA,CAEA,8CAAA\",\"sourcesContent\":[\"\\n// Scoped row\\ntr {\\n\\tmargin-bottom: 300px;\\n\\tborder-top: 1px solid var(--color-border);\\n\\t// Prevent hover effect on the whole row\\n\\tbackground-color: transparent !important;\\n\\tborder-bottom: none !important;\\n\\n\\ttd {\\n\\t\\tuser-select: none;\\n\\t\\t// Make sure the cell colors don't apply to column headers\\n\\t\\tcolor: var(--color-text-maxcontrast) !important;\\n\\t}\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.files-list__column[data-v-585fdb03]{user-select:none;color:var(--color-text-maxcontrast) !important}.files-list__column--sortable[data-v-585fdb03]{cursor:pointer}`, \"\",{\"version\":3,\"sources\":[\"webpack://./apps/files/src/components/FilesListTableHeader.vue\"],\"names\":[],\"mappings\":\"AACA,qCACC,gBAAA,CAEA,8CAAA,CAEA,+CACC,cAAA\",\"sourcesContent\":[\"\\n.files-list__column {\\n\\tuser-select: none;\\n\\t// Make sure the cell colors don't apply to column headers\\n\\tcolor: var(--color-text-maxcontrast) !important;\\n\\n\\t&--sortable {\\n\\t\\tcursor: pointer;\\n\\t}\\n}\\n\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.files-list__row-actions-batch[data-v-72bacee0]{flex:1 1 100% !important}.files-list__row-actions-batch[data-v-72bacee0] .button-vue__wrapper{width:100%}.files-list__row-actions-batch[data-v-72bacee0] .button-vue__wrapper span.button-vue__text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}`, \"\",{\"version\":3,\"sources\":[\"webpack://./apps/files/src/components/FilesListTableHeaderActions.vue\"],\"names\":[],\"mappings\":\"AACA,gDACC,wBAAA,CAGA,qEACC,UAAA,CACA,2FACC,eAAA,CACA,sBAAA,CACA,kBAAA\",\"sourcesContent\":[\"\\n.files-list__row-actions-batch {\\n\\tflex: 1 1 100% !important;\\n\\n\\t// Remove when https://github.com/nextcloud/nextcloud-vue/pull/3936 is merged\\n\\t::v-deep .button-vue__wrapper {\\n\\t\\twidth: 100%;\\n\\t\\tspan.button-vue__text {\\n\\t\\t\\toverflow: hidden;\\n\\t\\t\\ttext-overflow: ellipsis;\\n\\t\\t\\twhite-space: nowrap;\\n\\t\\t}\\n\\t}\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.files-list__column-sort-button[data-v-2dd1845e]{margin:0 calc(var(--cell-margin)*-1);min-width:calc(100% - 3*var(--cell-margin)) !important}.files-list__column-sort-button-text[data-v-2dd1845e]{color:var(--color-text-maxcontrast);font-weight:normal}.files-list__column-sort-button-icon[data-v-2dd1845e]{color:var(--color-text-maxcontrast);opacity:0;transition:opacity var(--animation-quick);inset-inline-start:-10px}.files-list__column-sort-button--size .files-list__column-sort-button-icon[data-v-2dd1845e]{inset-inline-start:10px}.files-list__column-sort-button--active .files-list__column-sort-button-icon[data-v-2dd1845e],.files-list__column-sort-button:hover .files-list__column-sort-button-icon[data-v-2dd1845e],.files-list__column-sort-button:focus .files-list__column-sort-button-icon[data-v-2dd1845e],.files-list__column-sort-button:active .files-list__column-sort-button-icon[data-v-2dd1845e]{opacity:1}`, \"\",{\"version\":3,\"sources\":[\"webpack://./apps/files/src/components/FilesListTableHeaderButton.vue\"],\"names\":[],\"mappings\":\"AACA,iDAEC,oCAAA,CACA,sDAAA,CAEA,sDACC,mCAAA,CACA,kBAAA,CAGD,sDACC,mCAAA,CACA,SAAA,CACA,yCAAA,CACA,wBAAA,CAGD,4FACC,uBAAA,CAGD,mXAIC,SAAA\",\"sourcesContent\":[\"\\n.files-list__column-sort-button {\\n\\t// Compensate for cells margin\\n\\tmargin: 0 calc(var(--cell-margin) * -1);\\n\\tmin-width: calc(100% - 3 * var(--cell-margin))!important;\\n\\n\\t&-text {\\n\\t\\tcolor: var(--color-text-maxcontrast);\\n\\t\\tfont-weight: normal;\\n\\t}\\n\\n\\t&-icon {\\n\\t\\tcolor: var(--color-text-maxcontrast);\\n\\t\\topacity: 0;\\n\\t\\ttransition: opacity var(--animation-quick);\\n\\t\\tinset-inline-start: -10px;\\n\\t}\\n\\n\\t&--size &-icon {\\n\\t\\tinset-inline-start: 10px;\\n\\t}\\n\\n\\t&--active &-icon,\\n\\t&:hover &-icon,\\n\\t&:focus &-icon,\\n\\t&:active &-icon {\\n\\t\\topacity: 1;\\n\\t}\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.files-list[data-v-e3bf0e42]{--row-height: 55px;--cell-margin: 14px;--checkbox-padding: calc((var(--row-height) - var(--checkbox-size)) / 2);--checkbox-size: 24px;--clickable-area: 44px;--icon-preview-size: 32px;overflow:auto;height:100%;will-change:scroll-position}.files-list[data-v-e3bf0e42] tbody{will-change:padding;contain:layout paint style;display:flex;flex-direction:column;width:100%;position:relative}.files-list[data-v-e3bf0e42] tbody tr{contain:strict}.files-list[data-v-e3bf0e42] tbody tr:hover,.files-list[data-v-e3bf0e42] tbody tr:focus{background-color:var(--color-background-dark)}.files-list[data-v-e3bf0e42] .files-list__before{display:flex;flex-direction:column}.files-list[data-v-e3bf0e42] .files-list__table{display:block}.files-list[data-v-e3bf0e42] .files-list__thead,.files-list[data-v-e3bf0e42] .files-list__tfoot{display:flex;flex-direction:column;width:100%;background-color:var(--color-main-background)}.files-list[data-v-e3bf0e42] .files-list__thead{position:sticky;z-index:10;top:0}.files-list[data-v-e3bf0e42] .files-list__tfoot{min-height:300px}.files-list[data-v-e3bf0e42] tr{position:relative;display:flex;align-items:center;width:100%;user-select:none;border-bottom:1px solid var(--color-border);box-sizing:border-box;user-select:none;height:var(--row-height)}.files-list[data-v-e3bf0e42] td,.files-list[data-v-e3bf0e42] th{display:flex;align-items:center;flex:0 0 auto;justify-content:left;width:var(--row-height);height:var(--row-height);margin:0;padding:0;color:var(--color-text-maxcontrast);border:none}.files-list[data-v-e3bf0e42] td span,.files-list[data-v-e3bf0e42] th span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.files-list[data-v-e3bf0e42] .files-list__row--failed{position:absolute;display:block;top:0;left:0;right:0;bottom:0;opacity:.1;z-index:-1;background:var(--color-error)}.files-list[data-v-e3bf0e42] .files-list__row-checkbox{justify-content:center}.files-list[data-v-e3bf0e42] .files-list__row-checkbox .checkbox-radio-switch{display:flex;justify-content:center;--icon-size: var(--checkbox-size)}.files-list[data-v-e3bf0e42] .files-list__row-checkbox .checkbox-radio-switch label.checkbox-radio-switch__label{width:var(--clickable-area);height:var(--clickable-area);margin:0;padding:calc((var(--clickable-area) - var(--checkbox-size))/2)}.files-list[data-v-e3bf0e42] .files-list__row-checkbox .checkbox-radio-switch .checkbox-radio-switch__icon{margin:0 !important}.files-list[data-v-e3bf0e42] .files-list__row:hover,.files-list[data-v-e3bf0e42] .files-list__row:focus,.files-list[data-v-e3bf0e42] .files-list__row:active,.files-list[data-v-e3bf0e42] .files-list__row--active,.files-list[data-v-e3bf0e42] .files-list__row--dragover{background-color:var(--color-background-hover);--color-text-maxcontrast: var(--color-main-text)}.files-list[data-v-e3bf0e42] .files-list__row:hover>*,.files-list[data-v-e3bf0e42] .files-list__row:focus>*,.files-list[data-v-e3bf0e42] .files-list__row:active>*,.files-list[data-v-e3bf0e42] .files-list__row--active>*,.files-list[data-v-e3bf0e42] .files-list__row--dragover>*{--color-border: var(--color-border-dark)}.files-list[data-v-e3bf0e42] .files-list__row:hover .favorite-marker-icon svg path,.files-list[data-v-e3bf0e42] .files-list__row:focus .favorite-marker-icon svg path,.files-list[data-v-e3bf0e42] .files-list__row:active .favorite-marker-icon svg path,.files-list[data-v-e3bf0e42] .files-list__row--active .favorite-marker-icon svg path,.files-list[data-v-e3bf0e42] .files-list__row--dragover .favorite-marker-icon svg path{stroke:var(--color-background-hover)}.files-list[data-v-e3bf0e42] .files-list__row--dragover *{pointer-events:none}.files-list[data-v-e3bf0e42] .files-list__row-icon{position:relative;display:flex;overflow:visible;align-items:center;flex:0 0 var(--icon-preview-size);justify-content:center;width:var(--icon-preview-size);height:100%;margin-right:var(--checkbox-padding);color:var(--color-primary-element)}.files-list[data-v-e3bf0e42] .files-list__row-icon *{cursor:pointer}.files-list[data-v-e3bf0e42] .files-list__row-icon>span{justify-content:flex-start}.files-list[data-v-e3bf0e42] .files-list__row-icon>span:not(.files-list__row-icon-favorite) svg{width:var(--icon-preview-size);height:var(--icon-preview-size)}.files-list[data-v-e3bf0e42] .files-list__row-icon>span.folder-icon,.files-list[data-v-e3bf0e42] .files-list__row-icon>span.folder-open-icon{margin:-3px}.files-list[data-v-e3bf0e42] .files-list__row-icon>span.folder-icon svg,.files-list[data-v-e3bf0e42] .files-list__row-icon>span.folder-open-icon svg{width:calc(var(--icon-preview-size) + 6px);height:calc(var(--icon-preview-size) + 6px)}.files-list[data-v-e3bf0e42] .files-list__row-icon-preview{overflow:hidden;width:var(--icon-preview-size);height:var(--icon-preview-size);border-radius:var(--border-radius);object-fit:contain;object-position:center}.files-list[data-v-e3bf0e42] .files-list__row-icon-preview:not(.files-list__row-icon-preview--loaded){background:var(--color-loading-dark)}.files-list[data-v-e3bf0e42] .files-list__row-icon-favorite{position:absolute;top:0px;right:-10px}.files-list[data-v-e3bf0e42] .files-list__row-icon-overlay{position:absolute;max-height:calc(var(--icon-preview-size)*.5);max-width:calc(var(--icon-preview-size)*.5);color:var(--color-primary-element-text);margin-top:2px}.files-list[data-v-e3bf0e42] .files-list__row-icon-overlay--file{color:var(--color-main-text);background:var(--color-main-background);border-radius:100%}.files-list[data-v-e3bf0e42] .files-list__row-name{overflow:hidden;flex:1 1 auto}.files-list[data-v-e3bf0e42] .files-list__row-name a{display:flex;align-items:center;width:100%;height:100%;min-width:0}.files-list[data-v-e3bf0e42] .files-list__row-name a:focus-visible{outline:none}.files-list[data-v-e3bf0e42] .files-list__row-name a:focus .files-list__row-name-text{outline:2px solid var(--color-main-text) !important;border-radius:20px}.files-list[data-v-e3bf0e42] .files-list__row-name a:focus:not(:focus-visible) .files-list__row-name-text{outline:none !important}.files-list[data-v-e3bf0e42] .files-list__row-name .files-list__row-name-text{color:var(--color-main-text);padding:5px 10px;margin-left:-10px;display:inline-flex}.files-list[data-v-e3bf0e42] .files-list__row-name .files-list__row-name-ext{color:var(--color-text-maxcontrast);overflow:visible}.files-list[data-v-e3bf0e42] .files-list__row-rename{width:100%;max-width:600px}.files-list[data-v-e3bf0e42] .files-list__row-rename input{width:100%;margin-left:-8px;padding:2px 6px;border-width:2px}.files-list[data-v-e3bf0e42] .files-list__row-rename input:invalid{border-color:var(--color-error);color:red}.files-list[data-v-e3bf0e42] .files-list__row-actions{width:auto}.files-list[data-v-e3bf0e42] .files-list__row-actions~td,.files-list[data-v-e3bf0e42] .files-list__row-actions~th{margin:0 var(--cell-margin)}.files-list[data-v-e3bf0e42] .files-list__row-actions button .button-vue__text{font-weight:normal}.files-list[data-v-e3bf0e42] .files-list__row-action--inline{margin-right:7px}.files-list[data-v-e3bf0e42] .files-list__row-mtime,.files-list[data-v-e3bf0e42] .files-list__row-size{color:var(--color-text-maxcontrast)}.files-list[data-v-e3bf0e42] .files-list__row-size{width:calc(var(--row-height)*1.5);justify-content:flex-end}.files-list[data-v-e3bf0e42] .files-list__row-mtime{width:calc(var(--row-height)*2)}.files-list[data-v-e3bf0e42] .files-list__row-column-custom{width:calc(var(--row-height)*2)}`, \"\",{\"version\":3,\"sources\":[\"webpack://./apps/files/src/components/FilesListVirtual.vue\"],\"names\":[],\"mappings\":\"AACA,6BACC,kBAAA,CACA,mBAAA,CAEA,wEAAA,CACA,qBAAA,CACA,sBAAA,CACA,yBAAA,CAEA,aAAA,CACA,WAAA,CACA,2BAAA,CAIC,oCACC,mBAAA,CACA,0BAAA,CACA,YAAA,CACA,qBAAA,CACA,UAAA,CAEA,iBAAA,CAGA,uCACC,cAAA,CACA,0FAEC,6CAAA,CAMH,kDACC,YAAA,CACA,qBAAA,CAGD,iDACC,aAAA,CAGD,kGAEC,YAAA,CACA,qBAAA,CACA,UAAA,CACA,6CAAA,CAKD,iDAEC,eAAA,CACA,UAAA,CACA,KAAA,CAID,iDACC,gBAAA,CAGD,iCACC,iBAAA,CACA,YAAA,CACA,kBAAA,CACA,UAAA,CACA,gBAAA,CACA,2CAAA,CACA,qBAAA,CACA,gBAAA,CACA,wBAAA,CAGD,kEACC,YAAA,CACA,kBAAA,CACA,aAAA,CACA,oBAAA,CACA,uBAAA,CACA,wBAAA,CACA,QAAA,CACA,SAAA,CACA,mCAAA,CACA,WAAA,CAKA,4EACC,eAAA,CACA,kBAAA,CACA,sBAAA,CAIF,uDACC,iBAAA,CACA,aAAA,CACA,KAAA,CACA,MAAA,CACA,OAAA,CACA,QAAA,CACA,UAAA,CACA,UAAA,CACA,6BAAA,CAGD,wDACC,sBAAA,CAEA,+EACC,YAAA,CACA,sBAAA,CAEA,iCAAA,CAEA,kHACC,2BAAA,CACA,4BAAA,CACA,QAAA,CACA,8DAAA,CAGD,4GACC,mBAAA,CAMF,gRAEC,8CAAA,CAGA,gDAAA,CACA,0RACC,wCAAA,CAID,2aACC,oCAAA,CAIF,2DAEC,mBAAA,CAKF,oDACC,iBAAA,CACA,YAAA,CACA,gBAAA,CACA,kBAAA,CAEA,iCAAA,CACA,sBAAA,CACA,8BAAA,CACA,WAAA,CAEA,oCAAA,CACA,kCAAA,CAGA,sDACC,cAAA,CAGD,yDACC,0BAAA,CAEA,iGACC,8BAAA,CACA,+BAAA,CAID,+IAEC,WAAA,CACA,uJACC,0CAAA,CACA,2CAAA,CAKH,4DACC,eAAA,CACA,8BAAA,CACA,+BAAA,CACA,kCAAA,CAEA,kBAAA,CACA,sBAAA,CAGA,uGACC,oCAAA,CAKF,6DACC,iBAAA,CACA,OAAA,CACA,WAAA,CAID,4DACC,iBAAA,CACA,4CAAA,CACA,2CAAA,CACA,uCAAA,CAEA,cAAA,CAGA,kEACC,4BAAA,CACA,uCAAA,CACA,kBAAA,CAMH,oDAEC,eAAA,CAEA,aAAA,CAEA,sDACC,YAAA,CACA,kBAAA,CAEA,UAAA,CACA,WAAA,CAEA,WAAA,CAGA,oEACC,YAAA,CAID,uFACC,mDAAA,CACA,kBAAA,CAED,2GACC,uBAAA,CAIF,+EACC,4BAAA,CAEA,gBAAA,CACA,iBAAA,CAEA,mBAAA,CAGD,8EACC,mCAAA,CAEA,gBAAA,CAKF,sDACC,UAAA,CACA,eAAA,CACA,4DACC,UAAA,CAEA,gBAAA,CACA,eAAA,CACA,gBAAA,CAEA,oEAEC,+BAAA,CACA,SAAA,CAKH,uDAEC,UAAA,CAGA,oHAEC,2BAAA,CAIA,gFAEC,kBAAA,CAKH,8DACC,gBAAA,CAGD,yGAEC,mCAAA,CAED,oDACC,iCAAA,CAEA,wBAAA,CAGD,qDACC,+BAAA,CAGD,6DACC,+BAAA\",\"sourcesContent\":[\"\\n.files-list {\\n\\t--row-height: 55px;\\n\\t--cell-margin: 14px;\\n\\n\\t--checkbox-padding: calc((var(--row-height) - var(--checkbox-size)) / 2);\\n\\t--checkbox-size: 24px;\\n\\t--clickable-area: 44px;\\n\\t--icon-preview-size: 32px;\\n\\n\\toverflow: auto;\\n\\theight: 100%;\\n\\twill-change: scroll-position;\\n\\n\\t& :deep() {\\n\\t\\t// Table head, body and footer\\n\\t\\ttbody {\\n\\t\\t\\twill-change: padding;\\n\\t\\t\\tcontain: layout paint style;\\n\\t\\t\\tdisplay: flex;\\n\\t\\t\\tflex-direction: column;\\n\\t\\t\\twidth: 100%;\\n\\t\\t\\t// Necessary for virtual scrolling absolute\\n\\t\\t\\tposition: relative;\\n\\n\\t\\t\\t/* Hover effect on tbody lines only */\\n\\t\\t\\ttr {\\n\\t\\t\\t\\tcontain: strict;\\n\\t\\t\\t\\t&:hover,\\n\\t\\t\\t\\t&:focus {\\n\\t\\t\\t\\t\\tbackground-color: var(--color-background-dark);\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t}\\n\\n\\t\\t// Before table and thead\\n\\t\\t.files-list__before {\\n\\t\\t\\tdisplay: flex;\\n\\t\\t\\tflex-direction: column;\\n\\t\\t}\\n\\n\\t\\t.files-list__table {\\n\\t\\t\\tdisplay: block;\\n\\t\\t}\\n\\n\\t\\t.files-list__thead,\\n\\t\\t.files-list__tfoot {\\n\\t\\t\\tdisplay: flex;\\n\\t\\t\\tflex-direction: column;\\n\\t\\t\\twidth: 100%;\\n\\t\\t\\tbackground-color: var(--color-main-background);\\n\\n\\t\\t}\\n\\n\\t\\t// Table header\\n\\t\\t.files-list__thead {\\n\\t\\t\\t// Pinned on top when scrolling\\n\\t\\t\\tposition: sticky;\\n\\t\\t\\tz-index: 10;\\n\\t\\t\\ttop: 0;\\n\\t\\t}\\n\\n\\t\\t// Table footer\\n\\t\\t.files-list__tfoot {\\n\\t\\t\\tmin-height: 300px;\\n\\t\\t}\\n\\n\\t\\ttr {\\n\\t\\t\\tposition: relative;\\n\\t\\t\\tdisplay: flex;\\n\\t\\t\\talign-items: center;\\n\\t\\t\\twidth: 100%;\\n\\t\\t\\tuser-select: none;\\n\\t\\t\\tborder-bottom: 1px solid var(--color-border);\\n\\t\\t\\tbox-sizing: border-box;\\n\\t\\t\\tuser-select: none;\\n\\t\\t\\theight: var(--row-height);\\n\\t\\t}\\n\\n\\t\\ttd, th {\\n\\t\\t\\tdisplay: flex;\\n\\t\\t\\talign-items: center;\\n\\t\\t\\tflex: 0 0 auto;\\n\\t\\t\\tjustify-content: left;\\n\\t\\t\\twidth: var(--row-height);\\n\\t\\t\\theight: var(--row-height);\\n\\t\\t\\tmargin: 0;\\n\\t\\t\\tpadding: 0;\\n\\t\\t\\tcolor: var(--color-text-maxcontrast);\\n\\t\\t\\tborder: none;\\n\\n\\t\\t\\t// Columns should try to add any text\\n\\t\\t\\t// node wrapped in a span. That should help\\n\\t\\t\\t// with the ellipsis on overflow.\\n\\t\\t\\tspan {\\n\\t\\t\\t\\toverflow: hidden;\\n\\t\\t\\t\\twhite-space: nowrap;\\n\\t\\t\\t\\ttext-overflow: ellipsis;\\n\\t\\t\\t}\\n\\t\\t}\\n\\n\\t\\t.files-list__row--failed {\\n\\t\\t\\tposition: absolute;\\n\\t\\t\\tdisplay: block;\\n\\t\\t\\ttop: 0;\\n\\t\\t\\tleft: 0;\\n\\t\\t\\tright: 0;\\n\\t\\t\\tbottom: 0;\\n\\t\\t\\topacity: .1;\\n\\t\\t\\tz-index: -1;\\n\\t\\t\\tbackground: var(--color-error);\\n\\t\\t}\\n\\n\\t\\t.files-list__row-checkbox {\\n\\t\\t\\tjustify-content: center;\\n\\n\\t\\t\\t.checkbox-radio-switch {\\n\\t\\t\\t\\tdisplay: flex;\\n\\t\\t\\t\\tjustify-content: center;\\n\\n\\t\\t\\t\\t--icon-size: var(--checkbox-size);\\n\\n\\t\\t\\t\\tlabel.checkbox-radio-switch__label {\\n\\t\\t\\t\\t\\twidth: var(--clickable-area);\\n\\t\\t\\t\\t\\theight: var(--clickable-area);\\n\\t\\t\\t\\t\\tmargin: 0;\\n\\t\\t\\t\\t\\tpadding: calc((var(--clickable-area) - var(--checkbox-size)) / 2);\\n\\t\\t\\t\\t}\\n\\n\\t\\t\\t\\t.checkbox-radio-switch__icon {\\n\\t\\t\\t\\t\\tmargin: 0 !important;\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t}\\n\\n\\t\\t.files-list__row {\\n\\t\\t\\t&:hover, &:focus, &:active, &--active, &--dragover {\\n\\t\\t\\t\\t// WCAG AA compliant\\n\\t\\t\\t\\tbackground-color: var(--color-background-hover);\\n\\t\\t\\t\\t// text-maxcontrast have been designed to pass WCAG AA over\\n\\t\\t\\t\\t// a white background, we need to adjust then.\\n\\t\\t\\t\\t--color-text-maxcontrast: var(--color-main-text);\\n\\t\\t\\t\\t> * {\\n\\t\\t\\t\\t\\t--color-border: var(--color-border-dark);\\n\\t\\t\\t\\t}\\n\\n\\t\\t\\t\\t// Hover state of the row should also change the favorite markers background\\n\\t\\t\\t\\t.favorite-marker-icon svg path {\\n\\t\\t\\t\\t\\tstroke: var(--color-background-hover);\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\n\\t\\t\\t&--dragover * {\\n\\t\\t\\t\\t// Prevent dropping on row children\\n\\t\\t\\t\\tpointer-events: none;\\n\\t\\t\\t}\\n\\t\\t}\\n\\n\\t\\t// Entry preview or mime icon\\n\\t\\t.files-list__row-icon {\\n\\t\\t\\tposition: relative;\\n\\t\\t\\tdisplay: flex;\\n\\t\\t\\toverflow: visible;\\n\\t\\t\\talign-items: center;\\n\\t\\t\\t// No shrinking or growing allowed\\n\\t\\t\\tflex: 0 0 var(--icon-preview-size);\\n\\t\\t\\tjustify-content: center;\\n\\t\\t\\twidth: var(--icon-preview-size);\\n\\t\\t\\theight: 100%;\\n\\t\\t\\t// Show same padding as the checkbox right padding for visual balance\\n\\t\\t\\tmargin-right: var(--checkbox-padding);\\n\\t\\t\\tcolor: var(--color-primary-element);\\n\\n\\t\\t\\t// Icon is also clickable\\n\\t\\t\\t* {\\n\\t\\t\\t\\tcursor: pointer;\\n\\t\\t\\t}\\n\\n\\t\\t\\t& > span {\\n\\t\\t\\t\\tjustify-content: flex-start;\\n\\n\\t\\t\\t\\t&:not(.files-list__row-icon-favorite) svg {\\n\\t\\t\\t\\t\\twidth: var(--icon-preview-size);\\n\\t\\t\\t\\t\\theight: var(--icon-preview-size);\\n\\t\\t\\t\\t}\\n\\n\\t\\t\\t\\t// Slightly increase the size of the folder icon\\n\\t\\t\\t\\t&.folder-icon,\\n\\t\\t\\t\\t&.folder-open-icon {\\n\\t\\t\\t\\t\\tmargin: -3px;\\n\\t\\t\\t\\t\\tsvg {\\n\\t\\t\\t\\t\\t\\twidth: calc(var(--icon-preview-size) + 6px);\\n\\t\\t\\t\\t\\t\\theight: calc(var(--icon-preview-size) + 6px);\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\n\\t\\t\\t&-preview {\\n\\t\\t\\t\\toverflow: hidden;\\n\\t\\t\\t\\twidth: var(--icon-preview-size);\\n\\t\\t\\t\\theight: var(--icon-preview-size);\\n\\t\\t\\t\\tborder-radius: var(--border-radius);\\n\\t\\t\\t\\t// Center and contain the preview\\n\\t\\t\\t\\tobject-fit: contain;\\n\\t\\t\\t\\tobject-position: center;\\n\\n\\t\\t\\t\\t/* Preview not loaded animation effect */\\n\\t\\t\\t\\t&:not(.files-list__row-icon-preview--loaded) {\\n\\t\\t\\t\\t\\tbackground: var(--color-loading-dark);\\n\\t\\t\\t\\t\\t// animation: preview-gradient-fade 1.2s ease-in-out infinite;\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\n\\t\\t\\t&-favorite {\\n\\t\\t\\t\\tposition: absolute;\\n\\t\\t\\t\\ttop: 0px;\\n\\t\\t\\t\\tright: -10px;\\n\\t\\t\\t}\\n\\n\\t\\t\\t// File and folder overlay\\n\\t\\t\\t&-overlay {\\n\\t\\t\\t\\tposition: absolute;\\n\\t\\t\\t\\tmax-height: calc(var(--icon-preview-size) * 0.5);\\n\\t\\t\\t\\tmax-width: calc(var(--icon-preview-size) * 0.5);\\n\\t\\t\\t\\tcolor: var(--color-primary-element-text);\\n\\t\\t\\t\\t// better alignment with the folder icon\\n\\t\\t\\t\\tmargin-top: 2px;\\n\\n\\t\\t\\t\\t// Improve icon contrast with a background for files\\n\\t\\t\\t\\t&--file {\\n\\t\\t\\t\\t\\tcolor: var(--color-main-text);\\n\\t\\t\\t\\t\\tbackground: var(--color-main-background);\\n\\t\\t\\t\\t\\tborder-radius: 100%;\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t}\\n\\n\\t\\t// Entry link\\n\\t\\t.files-list__row-name {\\n\\t\\t\\t// Prevent link from overflowing\\n\\t\\t\\toverflow: hidden;\\n\\t\\t\\t// Take as much space as possible\\n\\t\\t\\tflex: 1 1 auto;\\n\\n\\t\\t\\ta {\\n\\t\\t\\t\\tdisplay: flex;\\n\\t\\t\\t\\talign-items: center;\\n\\t\\t\\t\\t// Fill cell height and width\\n\\t\\t\\t\\twidth: 100%;\\n\\t\\t\\t\\theight: 100%;\\n\\t\\t\\t\\t// Necessary for flex grow to work\\n\\t\\t\\t\\tmin-width: 0;\\n\\n\\t\\t\\t\\t// Already added to the inner text, see rule below\\n\\t\\t\\t\\t&:focus-visible {\\n\\t\\t\\t\\t\\toutline: none;\\n\\t\\t\\t\\t}\\n\\n\\t\\t\\t\\t// Keyboard indicator a11y\\n\\t\\t\\t\\t&:focus .files-list__row-name-text {\\n\\t\\t\\t\\t\\toutline: 2px solid var(--color-main-text) !important;\\n\\t\\t\\t\\t\\tborder-radius: 20px;\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\t&:focus:not(:focus-visible) .files-list__row-name-text {\\n\\t\\t\\t\\t\\toutline: none !important;\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\n\\t\\t\\t.files-list__row-name-text {\\n\\t\\t\\t\\tcolor: var(--color-main-text);\\n\\t\\t\\t\\t// Make some space for the outline\\n\\t\\t\\t\\tpadding: 5px 10px;\\n\\t\\t\\t\\tmargin-left: -10px;\\n\\t\\t\\t\\t// Align two name and ext\\n\\t\\t\\t\\tdisplay: inline-flex;\\n\\t\\t\\t}\\n\\n\\t\\t\\t.files-list__row-name-ext {\\n\\t\\t\\t\\tcolor: var(--color-text-maxcontrast);\\n\\t\\t\\t\\t// always show the extension\\n\\t\\t\\t\\toverflow: visible;\\n\\t\\t\\t}\\n\\t\\t}\\n\\n\\t\\t// Rename form\\n\\t\\t.files-list__row-rename {\\n\\t\\t\\twidth: 100%;\\n\\t\\t\\tmax-width: 600px;\\n\\t\\t\\tinput {\\n\\t\\t\\t\\twidth: 100%;\\n\\t\\t\\t\\t// Align with text, 0 - padding - border\\n\\t\\t\\t\\tmargin-left: -8px;\\n\\t\\t\\t\\tpadding: 2px 6px;\\n\\t\\t\\t\\tborder-width: 2px;\\n\\n\\t\\t\\t\\t&:invalid {\\n\\t\\t\\t\\t\\t// Show red border on invalid input\\n\\t\\t\\t\\t\\tborder-color: var(--color-error);\\n\\t\\t\\t\\t\\tcolor: red;\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t}\\n\\n\\t\\t.files-list__row-actions {\\n\\t\\t\\t// take as much space as necessary\\n\\t\\t\\twidth: auto;\\n\\n\\t\\t\\t// Add margin to all cells after the actions\\n\\t\\t\\t& ~ td,\\n\\t\\t\\t& ~ th {\\n\\t\\t\\t\\tmargin: 0 var(--cell-margin);\\n\\t\\t\\t}\\n\\n\\t\\t\\tbutton {\\n\\t\\t\\t\\t.button-vue__text {\\n\\t\\t\\t\\t\\t// Remove bold from default button styling\\n\\t\\t\\t\\t\\tfont-weight: normal;\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t}\\n\\n\\t\\t.files-list__row-action--inline {\\n\\t\\t\\tmargin-right: 7px;\\n\\t\\t}\\n\\n\\t\\t.files-list__row-mtime,\\n\\t\\t.files-list__row-size {\\n\\t\\t\\tcolor: var(--color-text-maxcontrast);\\n\\t\\t}\\n\\t\\t.files-list__row-size {\\n\\t\\t\\twidth: calc(var(--row-height) * 1.5);\\n\\t\\t\\t// Right align content/text\\n\\t\\t\\tjustify-content: flex-end;\\n\\t\\t}\\n\\n\\t\\t.files-list__row-mtime {\\n\\t\\t\\twidth: calc(var(--row-height) * 2);\\n\\t\\t}\\n\\n\\t\\t.files-list__row-column-custom {\\n\\t\\t\\twidth: calc(var(--row-height) * 2);\\n\\t\\t}\\n\\t}\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `tbody.files-list__tbody.files-list__tbody--grid{--half-clickable-area: calc(var(--clickable-area) / 2);--row-width: 160px;--row-height: calc(var(--row-width) - var(--half-clickable-area));--icon-preview-size: calc(var(--row-width) - var(--clickable-area));--checkbox-padding: 0px;display:grid;grid-template-columns:repeat(auto-fill, var(--row-width));grid-gap:15px;row-gap:15px;align-content:center;align-items:center;justify-content:space-around;justify-items:center}tbody.files-list__tbody.files-list__tbody--grid tr{width:var(--row-width);height:calc(var(--row-height) + var(--clickable-area));border:none;border-radius:var(--border-radius)}tbody.files-list__tbody.files-list__tbody--grid .files-list__row-checkbox{position:absolute;z-index:9;top:0;left:0;overflow:hidden;width:var(--clickable-area);height:var(--clickable-area);border-radius:var(--half-clickable-area)}tbody.files-list__tbody.files-list__tbody--grid .files-list__row-icon-favorite{position:absolute;top:0;right:0;display:flex;align-items:center;justify-content:center;width:var(--clickable-area);height:var(--clickable-area)}tbody.files-list__tbody.files-list__tbody--grid .files-list__row-name{display:grid;justify-content:stretch;width:100%;height:100%;grid-auto-rows:var(--row-height) var(--clickable-area)}tbody.files-list__tbody.files-list__tbody--grid .files-list__row-name span.files-list__row-icon{width:100%;height:100%;padding-top:var(--half-clickable-area)}tbody.files-list__tbody.files-list__tbody--grid .files-list__row-name a.files-list__row-name-link{width:calc(100% - var(--clickable-area));height:var(--clickable-area)}tbody.files-list__tbody.files-list__tbody--grid .files-list__row-name .files-list__row-name-text{margin:0;padding-right:0}tbody.files-list__tbody.files-list__tbody--grid .files-list__row-actions{position:absolute;right:0;bottom:0;width:var(--clickable-area);height:var(--clickable-area)}`, \"\",{\"version\":3,\"sources\":[\"webpack://./apps/files/src/components/FilesListVirtual.vue\"],\"names\":[],\"mappings\":\"AAEA,gDACC,sDAAA,CACA,kBAAA,CAEA,iEAAA,CACA,mEAAA,CACA,uBAAA,CAEA,YAAA,CACA,yDAAA,CACA,aAAA,CACA,YAAA,CAEA,oBAAA,CACA,kBAAA,CACA,4BAAA,CACA,oBAAA,CAEA,mDACC,sBAAA,CACA,sDAAA,CACA,WAAA,CACA,kCAAA,CAID,0EACC,iBAAA,CACA,SAAA,CACA,KAAA,CACA,MAAA,CACA,eAAA,CACA,2BAAA,CACA,4BAAA,CACA,wCAAA,CAID,+EACC,iBAAA,CACA,KAAA,CACA,OAAA,CACA,YAAA,CACA,kBAAA,CACA,sBAAA,CACA,2BAAA,CACA,4BAAA,CAGD,sEACC,YAAA,CACA,uBAAA,CACA,UAAA,CACA,WAAA,CACA,sDAAA,CAEA,gGACC,UAAA,CACA,WAAA,CAGA,sCAAA,CAGD,kGAEC,wCAAA,CACA,4BAAA,CAGD,iGACC,QAAA,CACA,eAAA,CAIF,yEACC,iBAAA,CACA,OAAA,CACA,QAAA,CACA,2BAAA,CACA,4BAAA\",\"sourcesContent\":[\"\\n// Grid mode\\ntbody.files-list__tbody.files-list__tbody--grid {\\n\\t--half-clickable-area: calc(var(--clickable-area) / 2);\\n\\t--row-width: 160px;\\n\\t// We use half of the clickable area as visual balance margin\\n\\t--row-height: calc(var(--row-width) - var(--half-clickable-area));\\n\\t--icon-preview-size: calc(var(--row-width) - var(--clickable-area));\\n\\t--checkbox-padding: 0px;\\n\\n\\tdisplay: grid;\\n\\tgrid-template-columns: repeat(auto-fill, var(--row-width));\\n\\tgrid-gap: 15px;\\n\\trow-gap: 15px;\\n\\n\\talign-content: center;\\n\\talign-items: center;\\n\\tjustify-content: space-around;\\n\\tjustify-items: center;\\n\\n\\ttr {\\n\\t\\twidth: var(--row-width);\\n\\t\\theight: calc(var(--row-height) + var(--clickable-area));\\n\\t\\tborder: none;\\n\\t\\tborder-radius: var(--border-radius);\\n\\t}\\n\\n\\t// Checkbox in the top left\\n\\t.files-list__row-checkbox {\\n\\t\\tposition: absolute;\\n\\t\\tz-index: 9;\\n\\t\\ttop: 0;\\n\\t\\tleft: 0;\\n\\t\\toverflow: hidden;\\n\\t\\twidth: var(--clickable-area);\\n\\t\\theight: var(--clickable-area);\\n\\t\\tborder-radius: var(--half-clickable-area);\\n\\t}\\n\\n\\t// Star icon in the top right\\n\\t.files-list__row-icon-favorite {\\n\\t\\tposition: absolute;\\n\\t\\ttop: 0;\\n\\t\\tright: 0;\\n\\t\\tdisplay: flex;\\n\\t\\talign-items: center;\\n\\t\\tjustify-content: center;\\n\\t\\twidth: var(--clickable-area);\\n\\t\\theight: var(--clickable-area);\\n\\t}\\n\\n\\t.files-list__row-name {\\n\\t\\tdisplay: grid;\\n\\t\\tjustify-content: stretch;\\n\\t\\twidth: 100%;\\n\\t\\theight: 100%;\\n\\t\\tgrid-auto-rows: var(--row-height) var(--clickable-area);\\n\\n\\t\\tspan.files-list__row-icon {\\n\\t\\t\\twidth: 100%;\\n\\t\\t\\theight: 100%;\\n\\t\\t\\t// Visual balance, we use half of the clickable area\\n\\t\\t\\t// as a margin around the preview\\n\\t\\t\\tpadding-top: var(--half-clickable-area);\\n\\t\\t}\\n\\n\\t\\ta.files-list__row-name-link {\\n\\t\\t\\t// Minus action menu\\n\\t\\t\\twidth: calc(100% - var(--clickable-area));\\n\\t\\t\\theight: var(--clickable-area);\\n\\t\\t}\\n\\n\\t\\t.files-list__row-name-text {\\n\\t\\t\\tmargin: 0;\\n\\t\\t\\tpadding-right: 0;\\n\\t\\t}\\n\\t}\\n\\n\\t.files-list__row-actions {\\n\\t\\tposition: absolute;\\n\\t\\tright: 0;\\n\\t\\tbottom: 0;\\n\\t\\twidth: var(--clickable-area);\\n\\t\\theight: var(--clickable-area);\\n\\t}\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.app-navigation-entry__settings-quota--not-unlimited[data-v-34665d46] .app-navigation-entry__name{margin-top:-6px}.app-navigation-entry__settings-quota progress[data-v-34665d46]{position:absolute;bottom:12px;margin-left:44px;width:calc(100% - 44px - 22px)}`, \"\",{\"version\":3,\"sources\":[\"webpack://./apps/files/src/components/NavigationQuota.vue\"],\"names\":[],\"mappings\":\"AAIC,kGACC,eAAA,CAGD,gEACC,iBAAA,CACA,WAAA,CACA,gBAAA,CACA,8BAAA\",\"sourcesContent\":[\"\\n// User storage stats display\\n.app-navigation-entry__settings-quota {\\n\\t// Align title with progress and icon\\n\\t&--not-unlimited::v-deep .app-navigation-entry__name {\\n\\t\\tmargin-top: -6px;\\n\\t}\\n\\n\\tprogress {\\n\\t\\tposition: absolute;\\n\\t\\tbottom: 12px;\\n\\t\\tmargin-left: 44px;\\n\\t\\twidth: calc(100% - 44px - 22px);\\n\\t}\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.app-content[data-v-6a4c09d6]{display:flex;overflow:hidden;flex-direction:column;max-height:100%;position:relative}.files-list__header[data-v-6a4c09d6]{display:flex;align-items:center;flex:0 0;margin:4px 4px 4px 50px;max-width:100%}.files-list__header>*[data-v-6a4c09d6]{flex:0 0}.files-list__header-share-button[data-v-6a4c09d6]{opacity:.3}.files-list__header-share-button--shared[data-v-6a4c09d6]{opacity:1}.files-list__refresh-icon[data-v-6a4c09d6]{flex:0 0 44px;width:44px;height:44px}.files-list__loading-icon[data-v-6a4c09d6]{margin:auto}`, \"\",{\"version\":3,\"sources\":[\"webpack://./apps/files/src/views/FilesList.vue\"],\"names\":[],\"mappings\":\"AACA,8BAEC,YAAA,CACA,eAAA,CACA,qBAAA,CACA,eAAA,CACA,iBAAA,CAOA,qCACC,YAAA,CACA,kBAAA,CAEA,QAAA,CAEA,uBAAA,CACA,cAAA,CACA,uCAGC,QAAA,CAGD,kDACC,UAAA,CACA,0DACC,SAAA,CAKH,2CACC,aAAA,CACA,UAAA,CACA,WAAA,CAGD,2CACC,WAAA\",\"sourcesContent\":[\"\\n.app-content {\\n\\t// Virtual list needs to be full height and is scrollable\\n\\tdisplay: flex;\\n\\toverflow: hidden;\\n\\tflex-direction: column;\\n\\tmax-height: 100%;\\n\\tposition: relative;\\n}\\n\\n$margin: 4px;\\n$navigationToggleSize: 50px;\\n\\n.files-list {\\n\\t&__header {\\n\\t\\tdisplay: flex;\\n\\t\\talign-items: center;\\n\\t\\t// Do not grow or shrink (vertically)\\n\\t\\tflex: 0 0;\\n\\t\\t// Align with the navigation toggle icon\\n\\t\\tmargin: $margin $margin $margin $navigationToggleSize;\\n\\t\\tmax-width: 100%;\\n\\t\\t> * {\\n\\t\\t\\t// Do not grow or shrink (horizontally)\\n\\t\\t\\t// Only the breadcrumbs shrinks\\n\\t\\t\\tflex: 0 0;\\n\\t\\t}\\n\\n\\t\\t&-share-button {\\n\\t\\t\\topacity: .3;\\n\\t\\t\\t&--shared {\\n\\t\\t\\t\\topacity: 1;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n\\n\\t&__refresh-icon {\\n\\t\\tflex: 0 0 44px;\\n\\t\\twidth: 44px;\\n\\t\\theight: 44px;\\n\\t}\\n\\n\\t&__loading-icon {\\n\\t\\tmargin: auto;\\n\\t}\\n}\\n\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.app-navigation[data-v-761b6079] .app-navigation-entry-icon{background-repeat:no-repeat;background-position:center}.app-navigation[data-v-761b6079] .app-navigation-entry.active .button-vue.icon-collapse:not(:hover){color:var(--color-primary-element-text)}.app-navigation>ul.app-navigation__list[data-v-761b6079]{padding-bottom:var(--default-grid-baseline, 4px)}.app-navigation-entry__settings[data-v-761b6079]{height:auto !important;overflow:hidden !important;padding-top:0 !important;flex:0 0 auto}`, \"\",{\"version\":3,\"sources\":[\"webpack://./apps/files/src/views/Navigation.vue\"],\"names\":[],\"mappings\":\"AAEA,4DACC,2BAAA,CACA,0BAAA,CAGD,oGACC,uCAAA,CAGD,yDAEC,gDAAA,CAGD,iDACC,sBAAA,CACA,0BAAA,CACA,wBAAA,CAEA,aAAA\",\"sourcesContent\":[\"\\n// TODO: remove when https://github.com/nextcloud/nextcloud-vue/pull/3539 is in\\n.app-navigation::v-deep .app-navigation-entry-icon {\\n\\tbackground-repeat: no-repeat;\\n\\tbackground-position: center;\\n}\\n\\n.app-navigation::v-deep .app-navigation-entry.active .button-vue.icon-collapse:not(:hover) {\\n\\tcolor: var(--color-primary-element-text);\\n}\\n\\n.app-navigation > ul.app-navigation__list {\\n\\t// Use flex gap value for more elegant spacing\\n\\tpadding-bottom: var(--default-grid-baseline, 4px);\\n}\\n\\n.app-navigation-entry__settings {\\n\\theight: auto !important;\\n\\toverflow: hidden !important;\\n\\tpadding-top: 0 !important;\\n\\t// Prevent shrinking or growing\\n\\tflex: 0 0 auto;\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.setting-link[data-v-7b7a3aa6]:hover{text-decoration:underline}`, \"\",{\"version\":3,\"sources\":[\"webpack://./apps/files/src/views/Settings.vue\"],\"names\":[],\"mappings\":\"AACA,qCACC,yBAAA\",\"sourcesContent\":[\"\\n.setting-link:hover {\\n\\ttext-decoration: underline;\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","var map = {\n\t\"./af\": 42786,\n\t\"./af.js\": 42786,\n\t\"./ar\": 30867,\n\t\"./ar-dz\": 14130,\n\t\"./ar-dz.js\": 14130,\n\t\"./ar-kw\": 96135,\n\t\"./ar-kw.js\": 96135,\n\t\"./ar-ly\": 56440,\n\t\"./ar-ly.js\": 56440,\n\t\"./ar-ma\": 47702,\n\t\"./ar-ma.js\": 47702,\n\t\"./ar-sa\": 16040,\n\t\"./ar-sa.js\": 16040,\n\t\"./ar-tn\": 37100,\n\t\"./ar-tn.js\": 37100,\n\t\"./ar.js\": 30867,\n\t\"./az\": 31083,\n\t\"./az.js\": 31083,\n\t\"./be\": 9808,\n\t\"./be.js\": 9808,\n\t\"./bg\": 68338,\n\t\"./bg.js\": 68338,\n\t\"./bm\": 67438,\n\t\"./bm.js\": 67438,\n\t\"./bn\": 8905,\n\t\"./bn-bd\": 76225,\n\t\"./bn-bd.js\": 76225,\n\t\"./bn.js\": 8905,\n\t\"./bo\": 11560,\n\t\"./bo.js\": 11560,\n\t\"./br\": 1278,\n\t\"./br.js\": 1278,\n\t\"./bs\": 80622,\n\t\"./bs.js\": 80622,\n\t\"./ca\": 2468,\n\t\"./ca.js\": 2468,\n\t\"./cs\": 5822,\n\t\"./cs.js\": 5822,\n\t\"./cv\": 50877,\n\t\"./cv.js\": 50877,\n\t\"./cy\": 47373,\n\t\"./cy.js\": 47373,\n\t\"./da\": 24780,\n\t\"./da.js\": 24780,\n\t\"./de\": 59740,\n\t\"./de-at\": 60217,\n\t\"./de-at.js\": 60217,\n\t\"./de-ch\": 60894,\n\t\"./de-ch.js\": 60894,\n\t\"./de.js\": 59740,\n\t\"./dv\": 5300,\n\t\"./dv.js\": 5300,\n\t\"./el\": 50837,\n\t\"./el.js\": 50837,\n\t\"./en-au\": 78348,\n\t\"./en-au.js\": 78348,\n\t\"./en-ca\": 77925,\n\t\"./en-ca.js\": 77925,\n\t\"./en-gb\": 22243,\n\t\"./en-gb.js\": 22243,\n\t\"./en-ie\": 46436,\n\t\"./en-ie.js\": 46436,\n\t\"./en-il\": 47207,\n\t\"./en-il.js\": 47207,\n\t\"./en-in\": 44175,\n\t\"./en-in.js\": 44175,\n\t\"./en-nz\": 76319,\n\t\"./en-nz.js\": 76319,\n\t\"./en-sg\": 31662,\n\t\"./en-sg.js\": 31662,\n\t\"./eo\": 92915,\n\t\"./eo.js\": 92915,\n\t\"./es\": 55655,\n\t\"./es-do\": 55251,\n\t\"./es-do.js\": 55251,\n\t\"./es-mx\": 96112,\n\t\"./es-mx.js\": 96112,\n\t\"./es-us\": 71146,\n\t\"./es-us.js\": 71146,\n\t\"./es.js\": 55655,\n\t\"./et\": 5603,\n\t\"./et.js\": 5603,\n\t\"./eu\": 77763,\n\t\"./eu.js\": 77763,\n\t\"./fa\": 76959,\n\t\"./fa.js\": 76959,\n\t\"./fi\": 11897,\n\t\"./fi.js\": 11897,\n\t\"./fil\": 42549,\n\t\"./fil.js\": 42549,\n\t\"./fo\": 94694,\n\t\"./fo.js\": 94694,\n\t\"./fr\": 94470,\n\t\"./fr-ca\": 63049,\n\t\"./fr-ca.js\": 63049,\n\t\"./fr-ch\": 52330,\n\t\"./fr-ch.js\": 52330,\n\t\"./fr.js\": 94470,\n\t\"./fy\": 5044,\n\t\"./fy.js\": 5044,\n\t\"./ga\": 29295,\n\t\"./ga.js\": 29295,\n\t\"./gd\": 2101,\n\t\"./gd.js\": 2101,\n\t\"./gl\": 38794,\n\t\"./gl.js\": 38794,\n\t\"./gom-deva\": 27884,\n\t\"./gom-deva.js\": 27884,\n\t\"./gom-latn\": 23168,\n\t\"./gom-latn.js\": 23168,\n\t\"./gu\": 95349,\n\t\"./gu.js\": 95349,\n\t\"./he\": 24206,\n\t\"./he.js\": 24206,\n\t\"./hi\": 30094,\n\t\"./hi.js\": 30094,\n\t\"./hr\": 30316,\n\t\"./hr.js\": 30316,\n\t\"./hu\": 22138,\n\t\"./hu.js\": 22138,\n\t\"./hy-am\": 11423,\n\t\"./hy-am.js\": 11423,\n\t\"./id\": 29218,\n\t\"./id.js\": 29218,\n\t\"./is\": 90135,\n\t\"./is.js\": 90135,\n\t\"./it\": 90626,\n\t\"./it-ch\": 10150,\n\t\"./it-ch.js\": 10150,\n\t\"./it.js\": 90626,\n\t\"./ja\": 39183,\n\t\"./ja.js\": 39183,\n\t\"./jv\": 24286,\n\t\"./jv.js\": 24286,\n\t\"./ka\": 12105,\n\t\"./ka.js\": 12105,\n\t\"./kk\": 47772,\n\t\"./kk.js\": 47772,\n\t\"./km\": 18758,\n\t\"./km.js\": 18758,\n\t\"./kn\": 79282,\n\t\"./kn.js\": 79282,\n\t\"./ko\": 33730,\n\t\"./ko.js\": 33730,\n\t\"./ku\": 1408,\n\t\"./ku.js\": 1408,\n\t\"./ky\": 33291,\n\t\"./ky.js\": 33291,\n\t\"./lb\": 36841,\n\t\"./lb.js\": 36841,\n\t\"./lo\": 55466,\n\t\"./lo.js\": 55466,\n\t\"./lt\": 57010,\n\t\"./lt.js\": 57010,\n\t\"./lv\": 37595,\n\t\"./lv.js\": 37595,\n\t\"./me\": 39861,\n\t\"./me.js\": 39861,\n\t\"./mi\": 35493,\n\t\"./mi.js\": 35493,\n\t\"./mk\": 95966,\n\t\"./mk.js\": 95966,\n\t\"./ml\": 87341,\n\t\"./ml.js\": 87341,\n\t\"./mn\": 5115,\n\t\"./mn.js\": 5115,\n\t\"./mr\": 10370,\n\t\"./mr.js\": 10370,\n\t\"./ms\": 9847,\n\t\"./ms-my\": 41237,\n\t\"./ms-my.js\": 41237,\n\t\"./ms.js\": 9847,\n\t\"./mt\": 72126,\n\t\"./mt.js\": 72126,\n\t\"./my\": 56165,\n\t\"./my.js\": 56165,\n\t\"./nb\": 64924,\n\t\"./nb.js\": 64924,\n\t\"./ne\": 16744,\n\t\"./ne.js\": 16744,\n\t\"./nl\": 93901,\n\t\"./nl-be\": 59814,\n\t\"./nl-be.js\": 59814,\n\t\"./nl.js\": 93901,\n\t\"./nn\": 83877,\n\t\"./nn.js\": 83877,\n\t\"./oc-lnc\": 92135,\n\t\"./oc-lnc.js\": 92135,\n\t\"./pa-in\": 15858,\n\t\"./pa-in.js\": 15858,\n\t\"./pl\": 64495,\n\t\"./pl.js\": 64495,\n\t\"./pt\": 89520,\n\t\"./pt-br\": 57971,\n\t\"./pt-br.js\": 57971,\n\t\"./pt.js\": 89520,\n\t\"./ro\": 96459,\n\t\"./ro.js\": 96459,\n\t\"./ru\": 21793,\n\t\"./ru.js\": 21793,\n\t\"./sd\": 40950,\n\t\"./sd.js\": 40950,\n\t\"./se\": 10490,\n\t\"./se.js\": 10490,\n\t\"./si\": 90124,\n\t\"./si.js\": 90124,\n\t\"./sk\": 64249,\n\t\"./sk.js\": 64249,\n\t\"./sl\": 14985,\n\t\"./sl.js\": 14985,\n\t\"./sq\": 51104,\n\t\"./sq.js\": 51104,\n\t\"./sr\": 49131,\n\t\"./sr-cyrl\": 79915,\n\t\"./sr-cyrl.js\": 79915,\n\t\"./sr.js\": 49131,\n\t\"./ss\": 85893,\n\t\"./ss.js\": 85893,\n\t\"./sv\": 98760,\n\t\"./sv.js\": 98760,\n\t\"./sw\": 91172,\n\t\"./sw.js\": 91172,\n\t\"./ta\": 27333,\n\t\"./ta.js\": 27333,\n\t\"./te\": 23110,\n\t\"./te.js\": 23110,\n\t\"./tet\": 52095,\n\t\"./tet.js\": 52095,\n\t\"./tg\": 27321,\n\t\"./tg.js\": 27321,\n\t\"./th\": 9041,\n\t\"./th.js\": 9041,\n\t\"./tk\": 19005,\n\t\"./tk.js\": 19005,\n\t\"./tl-ph\": 75768,\n\t\"./tl-ph.js\": 75768,\n\t\"./tlh\": 89444,\n\t\"./tlh.js\": 89444,\n\t\"./tr\": 72397,\n\t\"./tr.js\": 72397,\n\t\"./tzl\": 28254,\n\t\"./tzl.js\": 28254,\n\t\"./tzm\": 51106,\n\t\"./tzm-latn\": 30699,\n\t\"./tzm-latn.js\": 30699,\n\t\"./tzm.js\": 51106,\n\t\"./ug-cn\": 9288,\n\t\"./ug-cn.js\": 9288,\n\t\"./uk\": 67691,\n\t\"./uk.js\": 67691,\n\t\"./ur\": 13795,\n\t\"./ur.js\": 13795,\n\t\"./uz\": 6791,\n\t\"./uz-latn\": 60588,\n\t\"./uz-latn.js\": 60588,\n\t\"./uz.js\": 6791,\n\t\"./vi\": 65666,\n\t\"./vi.js\": 65666,\n\t\"./x-pseudo\": 14378,\n\t\"./x-pseudo.js\": 14378,\n\t\"./yo\": 75805,\n\t\"./yo.js\": 75805,\n\t\"./zh-cn\": 83839,\n\t\"./zh-cn.js\": 83839,\n\t\"./zh-hk\": 55726,\n\t\"./zh-hk.js\": 55726,\n\t\"./zh-mo\": 99807,\n\t\"./zh-mo.js\": 99807,\n\t\"./zh-tw\": 74152,\n\t\"./zh-tw.js\": 74152\n};\n\n\nfunction webpackContext(req) {\n\tvar id = webpackContextResolve(req);\n\treturn __webpack_require__(id);\n}\nfunction webpackContextResolve(req) {\n\tif(!__webpack_require__.o(map, req)) {\n\t\tvar e = new Error(\"Cannot find module '\" + req + \"'\");\n\t\te.code = 'MODULE_NOT_FOUND';\n\t\tthrow e;\n\t}\n\treturn map[req];\n}\nwebpackContext.keys = function webpackContextKeys() {\n\treturn Object.keys(map);\n};\nwebpackContext.resolve = webpackContextResolve;\nmodule.exports = webpackContext;\nwebpackContext.id = 46700;",";(function (sax) { // wrapper for non-node envs\n sax.parser = function (strict, opt) { return new SAXParser(strict, opt) }\n sax.SAXParser = SAXParser\n sax.SAXStream = SAXStream\n sax.createStream = createStream\n\n // When we pass the MAX_BUFFER_LENGTH position, start checking for buffer overruns.\n // When we check, schedule the next check for MAX_BUFFER_LENGTH - (max(buffer lengths)),\n // since that's the earliest that a buffer overrun could occur. This way, checks are\n // as rare as required, but as often as necessary to ensure never crossing this bound.\n // Furthermore, buffers are only tested at most once per write(), so passing a very\n // large string into write() might have undesirable effects, but this is manageable by\n // the caller, so it is assumed to be safe. Thus, a call to write() may, in the extreme\n // edge case, result in creating at most one complete copy of the string passed in.\n // Set to Infinity to have unlimited buffers.\n sax.MAX_BUFFER_LENGTH = 64 * 1024\n\n var buffers = [\n 'comment', 'sgmlDecl', 'textNode', 'tagName', 'doctype',\n 'procInstName', 'procInstBody', 'entity', 'attribName',\n 'attribValue', 'cdata', 'script'\n ]\n\n sax.EVENTS = [\n 'text',\n 'processinginstruction',\n 'sgmldeclaration',\n 'doctype',\n 'comment',\n 'opentagstart',\n 'attribute',\n 'opentag',\n 'closetag',\n 'opencdata',\n 'cdata',\n 'closecdata',\n 'error',\n 'end',\n 'ready',\n 'script',\n 'opennamespace',\n 'closenamespace'\n ]\n\n function SAXParser (strict, opt) {\n if (!(this instanceof SAXParser)) {\n return new SAXParser(strict, opt)\n }\n\n var parser = this\n clearBuffers(parser)\n parser.q = parser.c = ''\n parser.bufferCheckPosition = sax.MAX_BUFFER_LENGTH\n parser.opt = opt || {}\n parser.opt.lowercase = parser.opt.lowercase || parser.opt.lowercasetags\n parser.looseCase = parser.opt.lowercase ? 'toLowerCase' : 'toUpperCase'\n parser.tags = []\n parser.closed = parser.closedRoot = parser.sawRoot = false\n parser.tag = parser.error = null\n parser.strict = !!strict\n parser.noscript = !!(strict || parser.opt.noscript)\n parser.state = S.BEGIN\n parser.strictEntities = parser.opt.strictEntities\n parser.ENTITIES = parser.strictEntities ? Object.create(sax.XML_ENTITIES) : Object.create(sax.ENTITIES)\n parser.attribList = []\n\n // namespaces form a prototype chain.\n // it always points at the current tag,\n // which protos to its parent tag.\n if (parser.opt.xmlns) {\n parser.ns = Object.create(rootNS)\n }\n\n // mostly just for error reporting\n parser.trackPosition = parser.opt.position !== false\n if (parser.trackPosition) {\n parser.position = parser.line = parser.column = 0\n }\n emit(parser, 'onready')\n }\n\n if (!Object.create) {\n Object.create = function (o) {\n function F () {}\n F.prototype = o\n var newf = new F()\n return newf\n }\n }\n\n if (!Object.keys) {\n Object.keys = function (o) {\n var a = []\n for (var i in o) if (o.hasOwnProperty(i)) a.push(i)\n return a\n }\n }\n\n function checkBufferLength (parser) {\n var maxAllowed = Math.max(sax.MAX_BUFFER_LENGTH, 10)\n var maxActual = 0\n for (var i = 0, l = buffers.length; i < l; i++) {\n var len = parser[buffers[i]].length\n if (len > maxAllowed) {\n // Text/cdata nodes can get big, and since they're buffered,\n // we can get here under normal conditions.\n // Avoid issues by emitting the text node now,\n // so at least it won't get any bigger.\n switch (buffers[i]) {\n case 'textNode':\n closeText(parser)\n break\n\n case 'cdata':\n emitNode(parser, 'oncdata', parser.cdata)\n parser.cdata = ''\n break\n\n case 'script':\n emitNode(parser, 'onscript', parser.script)\n parser.script = ''\n break\n\n default:\n error(parser, 'Max buffer length exceeded: ' + buffers[i])\n }\n }\n maxActual = Math.max(maxActual, len)\n }\n // schedule the next check for the earliest possible buffer overrun.\n var m = sax.MAX_BUFFER_LENGTH - maxActual\n parser.bufferCheckPosition = m + parser.position\n }\n\n function clearBuffers (parser) {\n for (var i = 0, l = buffers.length; i < l; i++) {\n parser[buffers[i]] = ''\n }\n }\n\n function flushBuffers (parser) {\n closeText(parser)\n if (parser.cdata !== '') {\n emitNode(parser, 'oncdata', parser.cdata)\n parser.cdata = ''\n }\n if (parser.script !== '') {\n emitNode(parser, 'onscript', parser.script)\n parser.script = ''\n }\n }\n\n SAXParser.prototype = {\n end: function () { end(this) },\n write: write,\n resume: function () { this.error = null; return this },\n close: function () { return this.write(null) },\n flush: function () { flushBuffers(this) }\n }\n\n var Stream\n try {\n Stream = require('stream').Stream\n } catch (ex) {\n Stream = function () {}\n }\n if (!Stream) Stream = function () {}\n\n var streamWraps = sax.EVENTS.filter(function (ev) {\n return ev !== 'error' && ev !== 'end'\n })\n\n function createStream (strict, opt) {\n return new SAXStream(strict, opt)\n }\n\n function SAXStream (strict, opt) {\n if (!(this instanceof SAXStream)) {\n return new SAXStream(strict, opt)\n }\n\n Stream.apply(this)\n\n this._parser = new SAXParser(strict, opt)\n this.writable = true\n this.readable = true\n\n var me = this\n\n this._parser.onend = function () {\n me.emit('end')\n }\n\n this._parser.onerror = function (er) {\n me.emit('error', er)\n\n // if didn't throw, then means error was handled.\n // go ahead and clear error, so we can write again.\n me._parser.error = null\n }\n\n this._decoder = null\n\n streamWraps.forEach(function (ev) {\n Object.defineProperty(me, 'on' + ev, {\n get: function () {\n return me._parser['on' + ev]\n },\n set: function (h) {\n if (!h) {\n me.removeAllListeners(ev)\n me._parser['on' + ev] = h\n return h\n }\n me.on(ev, h)\n },\n enumerable: true,\n configurable: false\n })\n })\n }\n\n SAXStream.prototype = Object.create(Stream.prototype, {\n constructor: {\n value: SAXStream\n }\n })\n\n SAXStream.prototype.write = function (data) {\n if (typeof Buffer === 'function' &&\n typeof Buffer.isBuffer === 'function' &&\n Buffer.isBuffer(data)) {\n if (!this._decoder) {\n var SD = require('string_decoder').StringDecoder\n this._decoder = new SD('utf8')\n }\n data = this._decoder.write(data)\n }\n\n this._parser.write(data.toString())\n this.emit('data', data)\n return true\n }\n\n SAXStream.prototype.end = function (chunk) {\n if (chunk && chunk.length) {\n this.write(chunk)\n }\n this._parser.end()\n return true\n }\n\n SAXStream.prototype.on = function (ev, handler) {\n var me = this\n if (!me._parser['on' + ev] && streamWraps.indexOf(ev) !== -1) {\n me._parser['on' + ev] = function () {\n var args = arguments.length === 1 ? [arguments[0]] : Array.apply(null, arguments)\n args.splice(0, 0, ev)\n me.emit.apply(me, args)\n }\n }\n\n return Stream.prototype.on.call(me, ev, handler)\n }\n\n // this really needs to be replaced with character classes.\n // XML allows all manner of ridiculous numbers and digits.\n var CDATA = '[CDATA['\n var DOCTYPE = 'DOCTYPE'\n var XML_NAMESPACE = 'http://www.w3.org/XML/1998/namespace'\n var XMLNS_NAMESPACE = 'http://www.w3.org/2000/xmlns/'\n var rootNS = { xml: XML_NAMESPACE, xmlns: XMLNS_NAMESPACE }\n\n // http://www.w3.org/TR/REC-xml/#NT-NameStartChar\n // This implementation works on strings, a single character at a time\n // as such, it cannot ever support astral-plane characters (10000-EFFFF)\n // without a significant breaking change to either this parser, or the\n // JavaScript language. Implementation of an emoji-capable xml parser\n // is left as an exercise for the reader.\n var nameStart = /[:_A-Za-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD]/\n\n var nameBody = /[:_A-Za-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD\\u00B7\\u0300-\\u036F\\u203F-\\u2040.\\d-]/\n\n var entityStart = /[#:_A-Za-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD]/\n var entityBody = /[#:_A-Za-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD\\u00B7\\u0300-\\u036F\\u203F-\\u2040.\\d-]/\n\n function isWhitespace (c) {\n return c === ' ' || c === '\\n' || c === '\\r' || c === '\\t'\n }\n\n function isQuote (c) {\n return c === '\"' || c === '\\''\n }\n\n function isAttribEnd (c) {\n return c === '>' || isWhitespace(c)\n }\n\n function isMatch (regex, c) {\n return regex.test(c)\n }\n\n function notMatch (regex, c) {\n return !isMatch(regex, c)\n }\n\n var S = 0\n sax.STATE = {\n BEGIN: S++, // leading byte order mark or whitespace\n BEGIN_WHITESPACE: S++, // leading whitespace\n TEXT: S++, // general stuff\n TEXT_ENTITY: S++, // & and such.\n OPEN_WAKA: S++, // <\n SGML_DECL: S++, // \n SCRIPT: S++, //