diff --git a/apps/files/src/actions/moveOrCopyAction.ts b/apps/files/src/actions/moveOrCopyAction.ts index 07ffcfc052fc2..17e9370e8d9c8 100644 --- a/apps/files/src/actions/moveOrCopyAction.ts +++ b/apps/files/src/actions/moveOrCopyAction.ts @@ -35,9 +35,8 @@ import { translate as t } from '@nextcloud/l10n' import axios from '@nextcloud/axios' import Vue from 'vue' -import CopyIcon from 'vue-material-design-icons/FileMultiple.vue' +import CopyIconSvg from '@mdi/svg/svg/folder-multiple.svg?raw' import FolderMoveSvg from '@mdi/svg/svg/folder-move.svg?raw' -import MoveIcon from 'vue-material-design-icons/FolderMove.vue' import { MoveCopyAction, canCopy, canMove, getQueue } from './moveOrCopyActionUtils' import logger from '../logger' @@ -170,7 +169,7 @@ const openFilePickerForAction = async (action: MoveCopyAction, dir = '/', node: buttons.push({ label: target ? t('files', 'Copy to {target}', { target }) : t('files', 'Copy'), type: 'primary', - icon: CopyIcon, + icon: CopyIconSvg, async callback(destination: Node[]) { try { await handleCopyMoveNodeTo(node, destination[0], MoveCopyAction.COPY) @@ -186,12 +185,13 @@ const openFilePickerForAction = async (action: MoveCopyAction, dir = '/', node: buttons.push({ label: target ? t('files', 'Move to {target}', { target }) : t('files', 'Move'), type: action === MoveCopyAction.MOVE ? 'primary' : 'secondary', - icon: MoveIcon, + icon: FolderMoveSvg, async callback(destination: Node[]) { try { await handleCopyMoveNodeTo(node, destination[0], MoveCopyAction.MOVE) resolve(true) } catch (error) { + console.warn('got error', error) reject(error) } }, diff --git a/dist/files-init.js b/dist/files-init.js index 57a293c3283dd..1f081719a21e8 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,r,i={37876:(e,n,r)=>{"use strict";var i=r(5656),o=r(69183),a=r(31352),s=r(93664),l=r(17499);const d=(0,l.IY)().setApp("files").detectUser().build(),c=new i.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&i.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=r(79753);const f=function(e){const t=document.createElement("a");t.download="",t.href=e,t.click()},p=function(e,t){const n=Math.random().toString(36).substring(2),r=(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)))});f(r)},h=new i.p$({id:"download",displayName:()=>(0,a.Iu)("files","Download"),iconSvgInline:()=>'',enabled:e=>0!==e.length&&(!e.some((e=>e.type===i.Tv.Folder))||!e.some((e=>!e.root?.startsWith("/files"))))&&e.map((e=>e.permissions)).every((e=>0!=(e&i.y3.READ))),exec:async(e,t,n)=>e.type===i.Tv.Folder?(p(n,[e]),null):(f(e.source),null),async execBatch(e,t,n){return 1===e.length?(this.exec(e[0],t,n),[null]):(p(n,e),new Array(e.length).fill(null))},order:30});var g=r(65358),m=r(77958),A=r(64024);const v=new i.p$({id:"edit-locally",displayName:()=>(0,a.Iu)("files","Edit locally"),iconSvgInline:()=>'',enabled:e=>1===e.length&&0!=(e[0].permissions&i.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}),r=(0,m.ts)()?.uid;let i=`nc://open/${r}@`+window.location.host+(0,g.Ec)(e);i+="?token="+n.data.ocs.data.token,window.location.href=i}catch(e){(0,A.x2)((0,a.Iu)("files","Failed to redirect to client"))}}(e.path),null),order:25});var b=r(20144);const w='',y=e=>e.some((e=>1!==e.attributes.favorite)),_=async(e,t,n)=>{try{const r=(0,u.generateUrl)("/apps/files/api/v1/files")+(0,g.Ec)(e.path);return await s.Z.post(r,{tags:n?[window.OC.TAG_FAVORITE]:[]}),"favorites"!==t.id||n||"/"!==e.dirname||(0,o.j8)("files:node:deleted",e),b.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 r=n?"adding a file to favourites":"removing a file from favourites";return d.error("Error while "+r,{error:t,source:e.source,node:e}),!1}},C=new i.p$({id:"favorite",displayName:e=>y(e)?(0,a.Iu)("files","Add to favorites"):(0,a.Iu)("files","Remove from favorites"),iconSvgInline:e=>y(e)?'':w,enabled:e=>!e.some((e=>!e.root?.startsWith?.("/files")))&&e.every((e=>e.permissions!==i.y3.NONE)),async exec(e,t){const n=y([e]);return await _(e,t,n)},async execBatch(e,t){const n=y(e);return Promise.all(e.map((async e=>await _(e,t,n))))},order:-50});var E=r(93379),x=r.n(E),k=r(7795),T=r.n(k),S=r(90569),B=r.n(S),N=r(3565),O=r.n(N),R=r(19216),I=r.n(R),P=r(44589),L=r.n(P),M=r(51473),j={};j.styleTagTransform=L(),j.setAttributes=O(),j.insert=B().bind(null,"head"),j.domAPI=T(),j.insertStyleElement=I(),x()(M.Z,j),M.Z&&M.Z.locals&&M.Z.locals;var D=r(51120);const{Axios:F,AxiosError:H,CanceledError:$,isCancel:U,CancelToken:V,VERSION:q,all:W,Cancel:z,isAxiosError:Y,spread:Z,toFormData:G,AxiosHeaders:X,HttpStatusCode:K,formToJSON:J,getAdapter:Q,mergeConfig:ee}=D.default;var te=r(62520);const ne={name:"FileMultipleIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}};var re=r(51900);const ie=(0,re.Z)(ne,(function(){var e=this,t=e._self._c;return t("span",e._b({staticClass:"material-design-icon file-multiple-icon",attrs:{"aria-hidden":!e.title,"aria-label":e.title,role:"img"},on:{click:function(t){return e.$emit("click",t)}}},"span",e.$attrs,!1),[t("svg",{staticClass:"material-design-icon__svg",attrs:{fill:e.fillColor,width:e.size,height:e.size,viewBox:"0 0 24 24"}},[t("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"}},[e.title?t("title",[e._v(e._s(e.title))]):e._e()])])])}),[],!1,null,null,null).exports;var oe=r(96384);const ae={name:"FolderMoveIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},se=(0,re.Z)(ae,(function(){var e=this,t=e._self._c;return t("span",e._b({staticClass:"material-design-icon folder-move-icon",attrs:{"aria-hidden":!e.title,"aria-label":e.title,role:"img"},on:{click:function(t){return e.$emit("click",t)}}},"span",e.$attrs,!1),[t("svg",{staticClass:"material-design-icon__svg",attrs:{fill:e.fillColor,width:e.size,height:e.size,viewBox:"0 0 24 24"}},[t("path",{attrs:{d:"M14,18V15H10V11H14V8L19,13M20,6H12L10,4H4C2.89,4 2,4.89 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V8C22,6.89 21.1,6 20,6Z"}},[e.title?t("title",[e._v(e._s(e.title))]):e._e()])])])}),[],!1,null,null,null).exports;var le=r(59440);let de;const ce=()=>(de||(de=new le.Z({concurrency:3})),de);var ue;!function(e){e.MOVE="Move",e.COPY="Copy",e.MOVE_OR_COPY="move-or-copy"}(ue||(ue={}));const fe=e=>0!=(e.reduce(((e,t)=>Math.min(e,t.permissions)),i.y3.ALL)&i.y3.UPDATE),pe=e=>(e=>e.every((e=>!JSON.parse(e.attributes?.["share-attributes"]??"[]").some((e=>"permissions"===e.scope&&!1===e.enabled&&"download"===e.key)))))(e),he=e=>fe(e)?pe(e)?ue.MOVE_OR_COPY:ue.MOVE:ue.COPY,ge=async function(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]&&arguments[3];if(!t)return;if(t.type!==i.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(e.path.startsWith(t.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,te.join)(t.path,e.basename),c=(0,u.generateRemoteUrl)(`dav/files/${(0,m.ts)()?.uid}${l}`);d.debug(`${n} ${e.basename} to ${c}`),b.default.set(e,"status",i.e4.LOADING);const f=ce();return await f.add((async()=>{try{await(0,s.Z)({method:n===ue.COPY?"COPY":"MOVE",url:e.encodedSource,headers:{Destination:encodeURI(c),Overwrite:r?void 0:"F"}}),n===ue.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{b.default.set(e,"status",void 0)}}))},me=new i.p$({id:"move-copy",displayName(e){switch(he(e)){case ue.MOVE:return(0,a.Iu)("files","Move");case ue.COPY:return(0,a.Iu)("files","Copy");case ue.MOVE_OR_COPY:return(0,a.Iu)("files","Move or copy")}},iconSvgInline:()=>oe,enabled:e=>!!e.every((e=>e.root?.startsWith("/files/")))&&e.length>0&&(fe(e)||pe(e)),async exec(e,t,n){const r=he([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 r=(0,A.fn)((0,a.Iu)("files","Chose destination")).allowDirectories(!0).setFilter((e=>0!=(e.permissions&i.y3.CREATE)&&n.fileid!==e.fileid)).setMimeTypeFilter([]).setMultiSelect(!1).startAt(t);return new Promise(((t,i)=>{r.setButtonFactory(((r,o)=>{const s=[],l=(0,te.basename)(o);return n.dirname===o||n.path===o||(e!==ue.COPY&&e!==ue.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 ge(n,e[0],ue.COPY),t(!0)}catch(e){i(e)}}}),e!==ue.MOVE&&e!==ue.MOVE_OR_COPY||s.push({label:l?(0,a.Iu)("files","Move to {target}",{target:l}):(0,a.Iu)("files","Move"),type:e===ue.MOVE?"primary":"secondary",icon:se,async callback(e){try{await ge(n,e[0],ue.MOVE),t(!0)}catch(e){i(e)}}})),s})),r.build().pick().catch((()=>{i(new Error((0,a.Iu)("files","Cancelled move or copy operation")))}))}))}(r,n,e),!0}catch(e){return!!(e instanceof Error&&e.message)&&((0,A.x2)(e.message),null)}},order:15}),Ae='',ve=new i.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===i.Tv.Folder&&0!=(t.permissions&i.y3.READ)},exec:async(e,t,n)=>!(!e||e.type!==i.Tv.Folder)&&(window.OCP.Files.Router.goToRoute(null,{view:t.id,fileid:e.fileid},{dir:(0,te.join)(n,e.basename)}),null),default:i.DT.HIDDEN,order:-100}),be=new i.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===i.Tv.Folder&&(t=t+"/"+e.basename),window.OCP.Files.Router.goToRoute(null,{view:"files",fileid:e.fileid},{dir:t}),null},order:-1e3,default:i.DT.HIDDEN}),we=new i.p$({id:"rename",displayName:()=>(0,a.Iu)("files","Rename"),iconSvgInline:()=>'',enabled:e=>e.length>0&&e.map((e=>e.permissions)).every((e=>0!=(e&i.y3.UPDATE))),exec:async e=>((0,o.j8)("files:node:rename",e),null),order:10});var ye=r(48250);const _e=new i.p$({id:"details",displayName:()=>(0,a.Iu)("files","Open details"),iconSvgInline:()=>ye,enabled:e=>1===e.length&&!!e[0]&&!!window?.OCA?.Files?.Sidebar&&((e[0].root?.startsWith("/files/")&&e[0].permissions!==i.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}),Ce=new i.p$({id:"view-in-folder",displayName:()=>(0,a.Iu)("files","View in folder"),iconSvgInline:()=>oe,enabled(e){if(1!==e.length)return!1;const t=e[0];return!!t.isDavRessource&&t.permissions!==i.y3.NONE&&t.type===i.Tv.File},exec:async(e,t,n)=>!(!e||e.type!==i.Tv.File)&&(window.OCP.Files.Router.goToRoute(null,{view:"files",fileid:e.fileid},{dir:e.dirname}),null),order:80}),Ee=(e,t)=>{let n=e,r=1;for(;t.includes(n);){const t=(0,te.extname)(e);n=`${(0,te.basename)(e,t)} (${r++})${t}`}return n},xe={id:"newFolder",displayName:(0,a.Iu)("files","New folder"),enabled:e=>0!=(e.permissions&i.y3.CREATE),iconSvgInline:'',order:0,async handler(e,t){const n=t.map((e=>e.basename)),r=Ee((0,a.Iu)("files","New folder"),n),{fileid:l,source:c}=await(async(e,t)=>{const n=e.source+"/"+t,r=e.encodedSource+"/"+encodeURIComponent(t),i=await(0,s.Z)({method:"MKCOL",url:r,headers:{Overwrite:"F"}});return{fileid:parseInt(i.headers["oc-fileid"]),source:n}})(e,r),u=new i.gt({source:c,id:l,mtime:new Date,owner:(0,m.ts)()?.uid||null,permissions:i.y3.ALL,root:e?.root||"/files/"+(0,m.ts)()?.uid});(0,A.s$)((0,a.Iu)("files",'Created new folder "{name}"',{name:(0,te.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 ke=r(43554),Te=r(14596),Se=r(8501),Be=r(79267);const Ne="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?self:"undefined"!=typeof window?window:globalThis,Oe=Ne.fetch.bind(Ne);Ne.Headers,Ne.Request,Ne.Response;const Re="@@HOTPATCHER",Ie=()=>{};function Pe(e){return{original:e,methods:[e],final:!1}}class Le{constructor(){this._configuration={registry:{},getEmptyAction:"null"},this.__type__=Re}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__!==Re)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)||Ie)(...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 r=this;for(;e.length>0;)n=[e.shift().apply(r,n)];return n[0]}}(...t.methods)}isPatched(e){return!!this.configuration.registry[e]}patch(e,t,n={}){const{chain:r=!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(r)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 Me=null;var je=r(62639),De=r(2568);const Fe="abcdef0123456789";function He(e,t){const n=e.url.replace("//",""),r=-1==n.indexOf("/")?"/":n.slice(n.indexOf("/")),i=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,r,i,o,a){const s=a||De(`${t}:${n}:${r}`);return e&&"md5-sess"===e.toLowerCase()?De(`${s}:${i}:${o}`):s}(t.algorithm,t.username,t.realm,t.password,t.nonce,t.cnonce,t.ha1),l=De(`${i}:${r}`),d=De(o?`${s}:${t.nonce}:${a}:${t.cnonce}:${o}:${l}`:`${s}:${t.nonce}:${l}`),c={username:t.username,realm:t.realm,nonce:t.nonce,uri:r,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 Ue(...e){let t=null,n=[...e];for(;n.length>0;){const e=n.shift();t=t?Ve(t,e):$e(e)}return t}function Ve(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]?Ve(n[e],t[e]):$e(t[e]):n[e]=t[e]:n[e]=t[e]})),n}function qe(...e){if(0===e.length)return{};const t={};return e.reduce(((e,n)=>(Object.keys(n).forEach((r=>{const i=r.toLowerCase();t.hasOwnProperty(i)?e[t[i]]=n[r]:(t[i]=r,e[r]=n[r])})),e)),{})}var We=r(42830);const ze="function"==typeof ArrayBuffer,{toString:Ye}=Object.prototype;function Ze(e){const t=(Me||(Me=new Le),Me);return t.patchInline("request",(e=>t.patchInline("fetch",Oe,e.url,function(e){let t={};const n={method:e.method};if(e.headers&&(t=qe(t,e.headers)),void 0!==e.data){const[r,i]=function(e){if(!(0,je.$)()&&e instanceof We.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]"===Ye.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=r,t=qe(t,i)}return e.signal&&(n.signal=e.signal),e.withCredentials&&(n.credentials="include"),(0,je.$)()||(e.httpAgent||e.httpsAgent)&&(n.agent=t=>"http:"===t.protocol?e.httpAgent||new Se.Agent:e.httpsAgent||new Be.Agent),n.headers=t,n}(e))),e)}const Ge=`/files/${(0,m.ts)()?.uid}`,Xe=(0,u.generateRemoteUrl)("dav"+Ge),Ke=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Xe;const t=(0,Te.eI)(e,{headers:{requesttoken:(0,m.IH)()||""}});return(0,Te.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=Ue(e,{headers:{Authorization:He(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 r=/([a-z0-9_-]+)=(?:"([^"]+)"|([a-z0-9_-]+))/gi;for(;;){const e=r.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}${Fe[Math.floor(16*Math.random())]}`;return e}(),!0}(n,t),t.hasDigestAuth){e=Ue(e,{headers:{Authorization:He(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 Je=r(3443);const Qe=function(e){return e.split("").reduce((function(e,t){return(e=(e<<5)-e+t.charCodeAt(0))&e}),0)},et=Ke(),tt=function(e){const t=e.props,n=(0,i.zu)(t?.permissions),r=(0,m.ts)()?.uid,o=(0,u.generateRemoteUrl)("dav"+Ge+e.filename),a={id:t?.fileid<0?Qe(o):t?.fileid||0,source:o,mtime:new Date(e.lastmod),mime:e.mime,size:t?.size||0,permissions:n,owner:r,root:Ge,attributes:{...e,...t,hasPreview:t?.["has-preview"],failed:t?.fileid<0}};return delete a.attributes.props,"file"===e.type?new i.$B(a):new i.gt(a)},nt=Ke(),rt=`\n\n\t\n\t\t${(0,i.m0)()}\n\t\n\t\n\t\t1\n\t\n`,it=async function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"/";const t=(0,i.h7)();let n;"/"===e&&(n=await nt.stat(e,{details:!0,data:t}));const r=await nt.getDirectoryContents(e,{details:!0,data:"/"===e?rt:t,headers:{method:"/"===e?"REPORT":"PROPFIND"},includeSelf:!0}),o=n?.data||r.data[0],a=r.data.filter((t=>t.filename!==e));return{folder:tt(o),contents:a.map(tt)}},ot=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;return new i.G7({id:at(e),name:(0,te.basename)(e),icon:Ae,order:t,params:{dir:e,view:"favorites"},parent:"favorites",columns:[],getContents:it})},at=function(e){return`favorite-${Qe(e)}`},st=Ke((0,u.generateRemoteUrl)("dav")),lt=Math.round(Date.now()/1e3-1209600),dt=`\n\n\t\n\t\t\n\t\t\t\n\t\t\t\t${(0,i.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${lt}\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 ct=r(22175),ut=r(25475);const ft={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 pt=r(92246),ht={};ht.styleTagTransform=L(),ht.setAttributes=O(),ht.insert=B().bind(null,"head"),ht.domAPI=T(),ht.insertStyleElement=I(),x()(pt.Z,ht),pt.Z&&pt.Z.locals&&pt.Z.locals;const gt=(0,re.Z)(ft,(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,mt=b.default.extend({name:"TemplatePicker",components:{NcEmptyContent:ct.Z,NcModal:ut.Z,TemplatePreview:gt},props:{logger:{type:Object,required:!0}},data:()=>({checked:-1,loading:!1,name:null,opened:!1,provider:null}),computed:{extension(){return(0,te.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,te.normalize)(`${e}/${this.name}`),this.selectedTemplate?.filename,this.selectedTemplate?.templateType);this.logger.debug("Created new file",t);const n=(0,m.ts)()?.uid||null,r=new i.$B({id:t.fileid,source:(0,u.generateRemoteUrl)((0,te.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",r),window.OCP.Files.Router.goToRoute(null,{view:"files",fileid:r.fileid},{dir:r.dirname,openfile:!0}),this.close()}catch(e){this.logger.error("Error while creating the new file from template",{error:e}),(0,A.x2)(this.t("files","Unable to create new file from template"))}finally{this.loading=!1}}}});var At=r(24142),vt={};vt.styleTagTransform=L(),vt.setAttributes=O(),vt.insert=B().bind(null,"head"),vt.domAPI=T(),vt.insertStyleElement=I(),x()(At.Z,vt),At.Z&&At.Z.locals&&At.Z.locals;const bt=(0,re.Z)(mt,(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();b.default.mixin({methods:{t:a.Iu,n:a.uN}});const yt=document.createElement("div");yt.id="template-picker",document.body.appendChild(yt);let _t=(0,ke.j)("files","templates",[]),Ct=(0,ke.j)("files","templates_path",!1);wt.debug("Templates providers",_t),wt.debug("Templates folder",{templatesPath:Ct});const Et=new(b.default.extend(bt))({name:"TemplatePicker",propsData:{logger:wt}});Et.$mount("#template-picker"),Ct||(wt.debug("Templates folder not initialized"),(0,i.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&i.y3.CREATE),handler(e,t){const n=t.map((e=>e.basename)),r=Ee((0,a.Iu)("files","Templates"),n);xt(e,r),(0,i.oE)("template-picker")}})),_t.forEach(((e,t)=>{(0,i.cd)({id:`template-new-${e.app}-${t}`,displayName:e.label,iconClass:e.iconClass||"icon-file",enabled:e=>0!=(e.permissions&i.y3.CREATE),order:11,handler(t,n){const r=n.map((e=>e.basename)),i=Ee(e.label+e.extension,r);Et.open(i,e)}})}));const xt=async function(e,t){const n=(0,te.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}),_t=e.data.ocs.data.templates,Ct=e.data.ocs.data.template_path}catch(e){wt.error("Unable to initialize the templates directory"),(0,A.x2)((0,a.Iu)("files","Unable to initialize the templates directory"))}};(0,i.p4)(c),(0,i.p4)(h),(0,i.p4)(v),(0,i.p4)(C),(0,i.p4)(me),(0,i.p4)(ve),(0,i.p4)(be),(0,i.p4)(we),(0,i.p4)(_e),(0,i.p4)(Ce),(0,i.cd)(xe),(()=>{const e=(0,ke.j)("files","favoriteFolders",[]),t=e.map(((e,t)=>ot(e,t))),n=(0,i.Ti)();n.register(new i.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:w,order:5,columns:[],getContents:it})),t.forEach((e=>n.register(e))),(0,o.Ld)("files:favorites:added",(e=>{e.type===i.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===i.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 r=function(){e.sort(((e,t)=>e.localeCompare(t,(0,a.G3)(),{ignorePunctuation:!0}))),e.forEach(((e,n)=>{const r=t.find((t=>t.id===at(e)));r&&(r.order=n)}))},s=function(i){const o=ot(i);e.find((e=>e===i))||(e.push(i),t.push(o),r(),n.register(o))},l=function(i){const o=at(i),a=e.findIndex((e=>e===i));-1!==a&&(e.splice(a,1),t.splice(a,1),n.remove(o),r())}})(),(0,i.Ti)().register(new i.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,i.h7)();return new Je.CancelablePromise((async(r,i,o)=>{o((()=>t.abort()));try{const i=await et.getDirectoryContents(e,{details:!0,data:n,includeSelf:!0,signal:t.signal}),o=i.data[0],a=i.data.slice(1);if(o.filename!==e)throw new Error("Root node does not match requested path");r({folder:tt(o),contents:a.map((e=>{try{return tt(e)}catch(t){return d.error(`Invalid node detected '${e.basename}'`,{error:t}),null}})).filter(Boolean)})}catch(e){i(e)}}))}})),(0,i.Ti)().register(new i.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 st.getDirectoryContents(e,{details:!0,data:dt,headers:{method:"SEARCH","Content-Type":"application/xml; charset=utf-8"},deep:!0})).data;return{folder:new i.gt({id:0,source:(0,u.generateRemoteUrl)("dav"+Ge),root:Ge,owner:(0,m.ts)()?.uid||null,permissions:i.y3.READ}),contents:t.map(tt)}}})),"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,i.qq)("nc:hidden",{nc:"http://nextcloud.org/ns"}),(0,i.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 r,i,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,r=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,i=r(e);if(t){var o=r(this).constructor;n=Reflect.construct(i,arguments,o)}else n=i.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 r(e){return r=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},r(e)}function i(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 r=0,i=function(){};return{s:i,n:function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:i}}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,r=new Array(t);n{"use strict";n.d(t,{Z:()=>h});var r=n(87537),i=n.n(r),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()(i()),f=l()(d),p=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(${f});\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-24eb3c55] {\n height: var(--row-height, 50px);\n}\ntr.file-picker__row td[data-v-24eb3c55] {\n cursor: pointer;\n overflow: hidden;\n text-overflow: ellipsis;\n border-bottom: none;\n}\ntr.file-picker__row td[data-v-24eb3c55]:not(.row-checkbox) {\n padding-inline: 14px 0;\n}\ntr.file-picker__row td.row-size[data-v-24eb3c55] {\n text-align: end;\n padding-inline: 0 14px;\n}\ntr.file-picker__row td.row-name[data-v-24eb3c55] {\n padding-inline: 2px 0;\n}\n.file-picker__row--selected[data-v-24eb3c55] {\n background-color: var(--color-background-dark);\n}\n.file-picker__row[data-v-24eb3c55]:hover {\n background-color: var(--color-background-hover);\n}\n.file-picker__name-container[data-v-24eb3c55] {\n display: flex;\n justify-content: start;\n align-items: center;\n height: 100%;\n}\n.file-picker__file-name[data-v-24eb3c55] {\n padding-inline-start: 6px;\n min-width: 0;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.file-picker__file-extension[data-v-24eb3c55] {\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-b63d952f] {\n height: 50px;\n display: flex;\n justify-content: start;\n align-items: center;\n}\n.file-picker__view h3[data-v-b63d952f] {\n font-weight: 700;\n height: fit-content;\n margin: 0;\n}\n.file-picker__main[data-v-b63d952f] {\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-b63d952f] {\n box-sizing: border-box;\n}\n[data-v-b63d952f] .file-picker {\n height: min(80vh, 800px);\n}\n@media (max-width: 512px) {\n [data-v-b63d952f] .file-picker {\n height: calc(100% - 16px - var(--default-clickable-area));\n }\n}\n[data-v-b63d952f] .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-24eb3c55] {\n height: var(--row-height, 50px);\n}\ntr.file-picker__row td[data-v-24eb3c55] {\n cursor: pointer;\n overflow: hidden;\n text-overflow: ellipsis;\n border-bottom: none;\n}\ntr.file-picker__row td[data-v-24eb3c55]:not(.row-checkbox) {\n padding-inline: 14px 0;\n}\ntr.file-picker__row td.row-size[data-v-24eb3c55] {\n text-align: end;\n padding-inline: 0 14px;\n}\ntr.file-picker__row td.row-name[data-v-24eb3c55] {\n padding-inline: 2px 0;\n}\n.file-picker__row--selected[data-v-24eb3c55] {\n background-color: var(--color-background-dark);\n}\n.file-picker__row[data-v-24eb3c55]:hover {\n background-color: var(--color-background-hover);\n}\n.file-picker__name-container[data-v-24eb3c55] {\n display: flex;\n justify-content: start;\n align-items: center;\n height: 100%;\n}\n.file-picker__file-name[data-v-24eb3c55] {\n padding-inline-start: 6px;\n min-width: 0;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.file-picker__file-extension[data-v-24eb3c55] {\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-b63d952f] {\n height: 50px;\n display: flex;\n justify-content: start;\n align-items: center;\n}\n.file-picker__view h3[data-v-b63d952f] {\n font-weight: 700;\n height: fit-content;\n margin: 0;\n}\n.file-picker__main[data-v-b63d952f] {\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-b63d952f] {\n box-sizing: border-box;\n}\n[data-v-b63d952f] .file-picker {\n height: min(80vh, 800px);\n}\n@media (max-width: 512px) {\n [data-v-b63d952f] .file-picker {\n height: calc(100% - 16px - var(--default-clickable-area));\n }\n}\n[data-v-b63d952f] .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 r=n(87537),i=n.n(r),o=n(23645),a=n.n(o)()(i());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 r=n(87537),i=n.n(r),o=n(23645),a=n.n(o)()(i());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},17187:(e,t,n)=>{"use strict";var r,i=n(25108),o="object"==typeof Reflect?Reflect:null,a=o&&"function"==typeof o.apply?o.apply:function(e,t,n){return Function.prototype.apply.call(e,t,n)};r=o&&"function"==typeof o.ownKeys?o.ownKeys:Object.getOwnPropertySymbols?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:function(e){return Object.getOwnPropertyNames(e)};var s=Number.isNaN||function(e){return e!=e};function l(){l.init.call(this)}e.exports=l,e.exports.once=function(e,t){return new Promise((function(n,r){function i(n){e.removeListener(t,o),r(n)}function o(){"function"==typeof e.removeListener&&e.removeListener("error",i),n([].slice.call(arguments))}v(e,t,o,{once:!0}),"error"!==t&&function(e,t,n){"function"==typeof e.on&&v(e,"error",t,{once:!0})}(e,i)}))},l.EventEmitter=l,l.prototype._events=void 0,l.prototype._eventsCount=0,l.prototype._maxListeners=void 0;var d=10;function c(e){if("function"!=typeof e)throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof e)}function u(e){return void 0===e._maxListeners?l.defaultMaxListeners:e._maxListeners}function f(e,t,n,r){var o,a,s,l;if(c(n),void 0===(a=e._events)?(a=e._events=Object.create(null),e._eventsCount=0):(void 0!==a.newListener&&(e.emit("newListener",t,n.listener?n.listener:n),a=e._events),s=a[t]),void 0===s)s=a[t]=n,++e._eventsCount;else if("function"==typeof s?s=a[t]=r?[n,s]:[s,n]:r?s.unshift(n):s.push(n),(o=u(e))>0&&s.length>o&&!s.warned){s.warned=!0;var d=new Error("Possible EventEmitter memory leak detected. "+s.length+" "+String(t)+" listeners added. Use emitter.setMaxListeners() to increase limit");d.name="MaxListenersExceededWarning",d.emitter=e,d.type=t,d.count=s.length,l=d,i&&i.warn&&i.warn(l)}return e}function p(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,0===arguments.length?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function h(e,t,n){var r={fired:!1,wrapFn:void 0,target:e,type:t,listener:n},i=p.bind(r);return i.listener=n,r.wrapFn=i,i}function g(e,t,n){var r=e._events;if(void 0===r)return[];var i=r[t];return void 0===i?[]:"function"==typeof i?n?[i.listener||i]:[i]:n?function(e){for(var t=new Array(e.length),n=0;n0&&(o=t[0]),o instanceof Error)throw o;var s=new Error("Unhandled error."+(o?" ("+o.message+")":""));throw s.context=o,s}var l=i[e];if(void 0===l)return!1;if("function"==typeof l)a(l,this,t);else{var d=l.length,c=A(l,d);for(n=0;n=0;o--)if(n[o]===t||n[o].listener===t){a=n[o].listener,i=o;break}if(i<0)return this;0===i?n.shift():function(e,t){for(;t+1=0;r--)this.removeListener(e,t[r]);return this},l.prototype.listeners=function(e){return g(this,e,!0)},l.prototype.rawListeners=function(e){return g(this,e,!1)},l.listenerCount=function(e,t){return"function"==typeof e.listenerCount?e.listenerCount(t):m.call(e,t)},l.prototype.listenerCount=m,l.prototype.eventNames=function(){return this._eventsCount>0?r(this._events):[]}},79267:(e,t,n)=>{var r=n(8501),i=n(8575),o=e.exports;for(var a in r)r.hasOwnProperty(a)&&(o[a]=r[a]);function s(e){if("string"==typeof e&&(e=i.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),r.request.call(this,e,t)},o.get=function(e,t){return e=s(e),r.get.call(this,e,t)}},94281:e=>{"use strict";var t={};function n(e,n,r){r||(r=Error);var i=function(e){var t,r;function i(t,r,i){return e.call(this,function(e,t,r){return"string"==typeof n?n:n(e,t,r)}(t,r,i))||this}return r=e,(t=i).prototype=Object.create(r.prototype),t.prototype.constructor=t,t.__proto__=r,i}(r);i.prototype.name=r.name,i.prototype.code=e,t[e]=i}function r(e,t){if(Array.isArray(e)){var n=e.length;return e=e.map((function(e){return String(e)})),n>2?"one of ".concat(t," ").concat(e.slice(0,n-1).join(", "),", or ")+e[n-1]:2===n?"one of ".concat(t," ").concat(e[0]," or ").concat(e[1]):"of ".concat(t," ").concat(e[0])}return"of ".concat(t," ").concat(String(e))}n("ERR_INVALID_OPT_VALUE",(function(e,t){return'The value "'+t+'" is invalid for option "'+e+'"'}),TypeError),n("ERR_INVALID_ARG_TYPE",(function(e,t,n){var i,o,a,s,l;if("string"==typeof t&&(o="not ",t.substr(0,4)===o)?(i="must not be",t=t.replace(/^not /,"")):i="must be",function(e,t,n){return(void 0===n||n>e.length)&&(n=e.length),e.substring(n-9,n)===t}(e," argument"))a="The ".concat(e," ").concat(i," ").concat(r(t,"type"));else{var d=("number"!=typeof l&&(l=0),l+1>(s=e).length||-1===s.indexOf(".",l)?"argument":"property");a='The "'.concat(e,'" ').concat(d," ").concat(i," ").concat(r(t,"type"))}return a+". Received type ".concat(typeof n)}),TypeError),n("ERR_STREAM_PUSH_AFTER_EOF","stream.push() after EOF"),n("ERR_METHOD_NOT_IMPLEMENTED",(function(e){return"The "+e+" method is not implemented"})),n("ERR_STREAM_PREMATURE_CLOSE","Premature close"),n("ERR_STREAM_DESTROYED",(function(e){return"Cannot call "+e+" after a stream was destroyed"})),n("ERR_MULTIPLE_CALLBACK","Callback called multiple times"),n("ERR_STREAM_CANNOT_PIPE","Cannot pipe, not readable"),n("ERR_STREAM_WRITE_AFTER_END","write after end"),n("ERR_STREAM_NULL_VALUES","May not write null values to stream",TypeError),n("ERR_UNKNOWN_ENCODING",(function(e){return"Unknown encoding: "+e}),TypeError),n("ERR_STREAM_UNSHIFT_AFTER_END_EVENT","stream.unshift() after end event"),e.exports.q=t},56753:(e,t,n)=>{"use strict";var r=n(34155),i=Object.keys||function(e){var t=[];for(var n in e)t.push(n);return t};e.exports=c;var o=n(79481),a=n(64229);n(35717)(c,o);for(var s=i(a.prototype),l=0;l{"use strict";e.exports=i;var r=n(74605);function i(e){if(!(this instanceof i))return new i(e);r.call(this,e)}n(35717)(i,r),i.prototype._transform=function(e,t,n){n(null,e)}},79481:(e,t,n)=>{"use strict";var r,i=n(34155);e.exports=x,x.ReadableState=E,n(17187).EventEmitter;var o,a=function(e,t){return e.listeners(t).length},s=n(22503),l=n(48764).Buffer,d=(void 0!==n.g?n.g:"undefined"!=typeof window?window:"undefined"!=typeof self?self:{}).Uint8Array||function(){},c=n(94616);o=c&&c.debuglog?c.debuglog("stream"):function(){};var u,f,p,h=n(57327),g=n(61195),m=n(82457).getHighWaterMark,A=n(94281).q,v=A.ERR_INVALID_ARG_TYPE,b=A.ERR_STREAM_PUSH_AFTER_EOF,w=A.ERR_METHOD_NOT_IMPLEMENTED,y=A.ERR_STREAM_UNSHIFT_AFTER_END_EVENT;n(35717)(x,s);var _=g.errorOrDestroy,C=["error","close","destroy","pause","resume"];function E(e,t,i){r=r||n(56753),e=e||{},"boolean"!=typeof i&&(i=t instanceof r),this.objectMode=!!e.objectMode,i&&(this.objectMode=this.objectMode||!!e.readableObjectMode),this.highWaterMark=m(this,e,"readableHighWaterMark",i),this.buffer=new h,this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.resumeScheduled=!1,this.paused=!0,this.emitClose=!1!==e.emitClose,this.autoDestroy=!!e.autoDestroy,this.destroyed=!1,this.defaultEncoding=e.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,e.encoding&&(u||(u=n(32553).s),this.decoder=new u(e.encoding),this.encoding=e.encoding)}function x(e){if(r=r||n(56753),!(this instanceof x))return new x(e);var t=this instanceof r;this._readableState=new E(e,this,t),this.readable=!0,e&&("function"==typeof e.read&&(this._read=e.read),"function"==typeof e.destroy&&(this._destroy=e.destroy)),s.call(this)}function k(e,t,n,r,i){o("readableAddChunk",t);var a,s=e._readableState;if(null===t)s.reading=!1,function(e,t){if(o("onEofChunk"),!t.ended){if(t.decoder){var n=t.decoder.end();n&&n.length&&(t.buffer.push(n),t.length+=t.objectMode?1:n.length)}t.ended=!0,t.sync?N(e):(t.needReadable=!1,t.emittedReadable||(t.emittedReadable=!0,O(e)))}}(e,s);else if(i||(a=function(e,t){var n,r;return r=t,l.isBuffer(r)||r instanceof d||"string"==typeof t||void 0===t||e.objectMode||(n=new v("chunk",["string","Buffer","Uint8Array"],t)),n}(s,t)),a)_(e,a);else if(s.objectMode||t&&t.length>0)if("string"==typeof t||s.objectMode||Object.getPrototypeOf(t)===l.prototype||(t=function(e){return l.from(e)}(t)),r)s.endEmitted?_(e,new y):T(e,s,t,!0);else if(s.ended)_(e,new b);else{if(s.destroyed)return!1;s.reading=!1,s.decoder&&!n?(t=s.decoder.write(t),s.objectMode||0!==t.length?T(e,s,t,!1):R(e,s)):T(e,s,t,!1)}else r||(s.reading=!1,R(e,s));return!s.ended&&(s.lengtht.highWaterMark&&(t.highWaterMark=function(e){return e>=S?e=S:(e--,e|=e>>>1,e|=e>>>2,e|=e>>>4,e|=e>>>8,e|=e>>>16,e++),e}(e)),e<=t.length?e:t.ended?t.length:(t.needReadable=!0,0))}function N(e){var t=e._readableState;o("emitReadable",t.needReadable,t.emittedReadable),t.needReadable=!1,t.emittedReadable||(o("emitReadable",t.flowing),t.emittedReadable=!0,i.nextTick(O,e))}function O(e){var t=e._readableState;o("emitReadable_",t.destroyed,t.length,t.ended),t.destroyed||!t.length&&!t.ended||(e.emit("readable"),t.emittedReadable=!1),t.needReadable=!t.flowing&&!t.ended&&t.length<=t.highWaterMark,j(e)}function R(e,t){t.readingMore||(t.readingMore=!0,i.nextTick(I,e,t))}function I(e,t){for(;!t.reading&&!t.ended&&(t.length0,t.resumeScheduled&&!t.paused?t.flowing=!0:e.listenerCount("data")>0&&e.resume()}function L(e){o("readable nexttick read 0"),e.read(0)}function M(e,t){o("resume",t.reading),t.reading||e.read(0),t.resumeScheduled=!1,e.emit("resume"),j(e),t.flowing&&!t.reading&&e.read(0)}function j(e){var t=e._readableState;for(o("flow",t.flowing);t.flowing&&null!==e.read(););}function D(e,t){return 0===t.length?null:(t.objectMode?n=t.buffer.shift():!e||e>=t.length?(n=t.decoder?t.buffer.join(""):1===t.buffer.length?t.buffer.first():t.buffer.concat(t.length),t.buffer.clear()):n=t.buffer.consume(e,t.decoder),n);var n}function F(e){var t=e._readableState;o("endReadable",t.endEmitted),t.endEmitted||(t.ended=!0,i.nextTick(H,t,e))}function H(e,t){if(o("endReadableNT",e.endEmitted,e.length),!e.endEmitted&&0===e.length&&(e.endEmitted=!0,t.readable=!1,t.emit("end"),e.autoDestroy)){var n=t._writableState;(!n||n.autoDestroy&&n.finished)&&t.destroy()}}function $(e,t){for(var n=0,r=e.length;n=t.highWaterMark:t.length>0)||t.ended))return o("read: emitReadable",t.length,t.ended),0===t.length&&t.ended?F(this):N(this),null;if(0===(e=B(e,t))&&t.ended)return 0===t.length&&F(this),null;var r,i=t.needReadable;return o("need readable",i),(0===t.length||t.length-e0?D(e,t):null)?(t.needReadable=t.length<=t.highWaterMark,e=0):(t.length-=e,t.awaitDrain=0),0===t.length&&(t.ended||(t.needReadable=!0),n!==e&&t.ended&&F(this)),null!==r&&this.emit("data",r),r},x.prototype._read=function(e){_(this,new w("_read()"))},x.prototype.pipe=function(e,t){var n=this,r=this._readableState;switch(r.pipesCount){case 0:r.pipes=e;break;case 1:r.pipes=[r.pipes,e];break;default:r.pipes.push(e)}r.pipesCount+=1,o("pipe count=%d opts=%j",r.pipesCount,t);var s=t&&!1===t.end||e===i.stdout||e===i.stderr?g:l;function l(){o("onend"),e.end()}r.endEmitted?i.nextTick(s):n.once("end",s),e.on("unpipe",(function t(i,a){o("onunpipe"),i===n&&a&&!1===a.hasUnpiped&&(a.hasUnpiped=!0,o("cleanup"),e.removeListener("close",p),e.removeListener("finish",h),e.removeListener("drain",d),e.removeListener("error",f),e.removeListener("unpipe",t),n.removeListener("end",l),n.removeListener("end",g),n.removeListener("data",u),c=!0,!r.awaitDrain||e._writableState&&!e._writableState.needDrain||d())}));var d=function(e){return function(){var t=e._readableState;o("pipeOnDrain",t.awaitDrain),t.awaitDrain&&t.awaitDrain--,0===t.awaitDrain&&a(e,"data")&&(t.flowing=!0,j(e))}}(n);e.on("drain",d);var c=!1;function u(t){o("ondata");var i=e.write(t);o("dest.write",i),!1===i&&((1===r.pipesCount&&r.pipes===e||r.pipesCount>1&&-1!==$(r.pipes,e))&&!c&&(o("false write response, pause",r.awaitDrain),r.awaitDrain++),n.pause())}function f(t){o("onerror",t),g(),e.removeListener("error",f),0===a(e,"error")&&_(e,t)}function p(){e.removeListener("finish",h),g()}function h(){o("onfinish"),e.removeListener("close",p),g()}function g(){o("unpipe"),n.unpipe(e)}return n.on("data",u),function(e,t,n){if("function"==typeof e.prependListener)return e.prependListener(t,n);e._events&&e._events[t]?Array.isArray(e._events[t])?e._events[t].unshift(n):e._events[t]=[n,e._events[t]]:e.on(t,n)}(e,"error",f),e.once("close",p),e.once("finish",h),e.emit("pipe",n),r.flowing||(o("pipe resume"),n.resume()),e},x.prototype.unpipe=function(e){var t=this._readableState,n={hasUnpiped:!1};if(0===t.pipesCount)return this;if(1===t.pipesCount)return e&&e!==t.pipes||(e||(e=t.pipes),t.pipes=null,t.pipesCount=0,t.flowing=!1,e&&e.emit("unpipe",this,n)),this;if(!e){var r=t.pipes,i=t.pipesCount;t.pipes=null,t.pipesCount=0,t.flowing=!1;for(var o=0;o0,!1!==r.flowing&&this.resume()):"readable"===e&&(r.endEmitted||r.readableListening||(r.readableListening=r.needReadable=!0,r.flowing=!1,r.emittedReadable=!1,o("on readable",r.length,r.reading),r.length?N(this):r.reading||i.nextTick(L,this))),n},x.prototype.addListener=x.prototype.on,x.prototype.removeListener=function(e,t){var n=s.prototype.removeListener.call(this,e,t);return"readable"===e&&i.nextTick(P,this),n},x.prototype.removeAllListeners=function(e){var t=s.prototype.removeAllListeners.apply(this,arguments);return"readable"!==e&&void 0!==e||i.nextTick(P,this),t},x.prototype.resume=function(){var e=this._readableState;return e.flowing||(o("resume"),e.flowing=!e.readableListening,function(e,t){t.resumeScheduled||(t.resumeScheduled=!0,i.nextTick(M,e,t))}(this,e)),e.paused=!1,this},x.prototype.pause=function(){return o("call pause flowing=%j",this._readableState.flowing),!1!==this._readableState.flowing&&(o("pause"),this._readableState.flowing=!1,this.emit("pause")),this._readableState.paused=!0,this},x.prototype.wrap=function(e){var t=this,n=this._readableState,r=!1;for(var i in e.on("end",(function(){if(o("wrapped end"),n.decoder&&!n.ended){var e=n.decoder.end();e&&e.length&&t.push(e)}t.push(null)})),e.on("data",(function(i){o("wrapped data"),n.decoder&&(i=n.decoder.write(i)),n.objectMode&&null==i||(n.objectMode||i&&i.length)&&(t.push(i)||(r=!0,e.pause()))})),e)void 0===this[i]&&"function"==typeof e[i]&&(this[i]=function(t){return function(){return e[t].apply(e,arguments)}}(i));for(var a=0;a{"use strict";e.exports=c;var r=n(94281).q,i=r.ERR_METHOD_NOT_IMPLEMENTED,o=r.ERR_MULTIPLE_CALLBACK,a=r.ERR_TRANSFORM_ALREADY_TRANSFORMING,s=r.ERR_TRANSFORM_WITH_LENGTH_0,l=n(56753);function d(e,t){var n=this._transformState;n.transforming=!1;var r=n.writecb;if(null===r)return this.emit("error",new o);n.writechunk=null,n.writecb=null,null!=t&&this.push(t),r(e);var i=this._readableState;i.reading=!1,(i.needReadable||i.length{"use strict";var r,i=n(34155);function o(e){var t=this;this.next=null,this.entry=null,this.finish=function(){!function(e,t,n){var r=e.entry;for(e.entry=null;r;){var i=r.callback;t.pendingcb--,i(undefined),r=r.next}t.corkedRequestsFree.next=e}(t,e)}}e.exports=x,x.WritableState=E;var a,s={deprecate:n(94927)},l=n(22503),d=n(48764).Buffer,c=(void 0!==n.g?n.g:"undefined"!=typeof window?window:"undefined"!=typeof self?self:{}).Uint8Array||function(){},u=n(61195),f=n(82457).getHighWaterMark,p=n(94281).q,h=p.ERR_INVALID_ARG_TYPE,g=p.ERR_METHOD_NOT_IMPLEMENTED,m=p.ERR_MULTIPLE_CALLBACK,A=p.ERR_STREAM_CANNOT_PIPE,v=p.ERR_STREAM_DESTROYED,b=p.ERR_STREAM_NULL_VALUES,w=p.ERR_STREAM_WRITE_AFTER_END,y=p.ERR_UNKNOWN_ENCODING,_=u.errorOrDestroy;function C(){}function E(e,t,a){r=r||n(56753),e=e||{},"boolean"!=typeof a&&(a=t instanceof r),this.objectMode=!!e.objectMode,a&&(this.objectMode=this.objectMode||!!e.writableObjectMode),this.highWaterMark=f(this,e,"writableHighWaterMark",a),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;var s=!1===e.decodeStrings;this.decodeStrings=!s,this.defaultEncoding=e.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(e){!function(e,t){var n=e._writableState,r=n.sync,o=n.writecb;if("function"!=typeof o)throw new m;if(function(e){e.writing=!1,e.writecb=null,e.length-=e.writelen,e.writelen=0}(n),t)!function(e,t,n,r,o){--t.pendingcb,n?(i.nextTick(o,r),i.nextTick(O,e,t),e._writableState.errorEmitted=!0,_(e,r)):(o(r),e._writableState.errorEmitted=!0,_(e,r),O(e,t))}(e,n,r,t,o);else{var a=B(n)||e.destroyed;a||n.corked||n.bufferProcessing||!n.bufferedRequest||S(e,n),r?i.nextTick(T,e,n,a,o):T(e,n,a,o)}}(t,e)},this.writecb=null,this.writelen=0,this.bufferedRequest=null,this.lastBufferedRequest=null,this.pendingcb=0,this.prefinished=!1,this.errorEmitted=!1,this.emitClose=!1!==e.emitClose,this.autoDestroy=!!e.autoDestroy,this.bufferedRequestCount=0,this.corkedRequestsFree=new o(this)}function x(e){var t=this instanceof(r=r||n(56753));if(!t&&!a.call(x,this))return new x(e);this._writableState=new E(e,this,t),this.writable=!0,e&&("function"==typeof e.write&&(this._write=e.write),"function"==typeof e.writev&&(this._writev=e.writev),"function"==typeof e.destroy&&(this._destroy=e.destroy),"function"==typeof e.final&&(this._final=e.final)),l.call(this)}function k(e,t,n,r,i,o,a){t.writelen=r,t.writecb=a,t.writing=!0,t.sync=!0,t.destroyed?t.onwrite(new v("write")):n?e._writev(i,t.onwrite):e._write(i,o,t.onwrite),t.sync=!1}function T(e,t,n,r){n||function(e,t){0===t.length&&t.needDrain&&(t.needDrain=!1,e.emit("drain"))}(e,t),t.pendingcb--,r(),O(e,t)}function S(e,t){t.bufferProcessing=!0;var n=t.bufferedRequest;if(e._writev&&n&&n.next){var r=t.bufferedRequestCount,i=new Array(r),a=t.corkedRequestsFree;a.entry=n;for(var s=0,l=!0;n;)i[s]=n,n.isBuf||(l=!1),n=n.next,s+=1;i.allBuffers=l,k(e,t,!0,t.length,i,"",a.finish),t.pendingcb++,t.lastBufferedRequest=null,a.next?(t.corkedRequestsFree=a.next,a.next=null):t.corkedRequestsFree=new o(t),t.bufferedRequestCount=0}else{for(;n;){var d=n.chunk,c=n.encoding,u=n.callback;if(k(e,t,!1,t.objectMode?1:d.length,d,c,u),n=n.next,t.bufferedRequestCount--,t.writing)break}null===n&&(t.lastBufferedRequest=null)}t.bufferedRequest=n,t.bufferProcessing=!1}function B(e){return e.ending&&0===e.length&&null===e.bufferedRequest&&!e.finished&&!e.writing}function N(e,t){e._final((function(n){t.pendingcb--,n&&_(e,n),t.prefinished=!0,e.emit("prefinish"),O(e,t)}))}function O(e,t){var n=B(t);if(n&&(function(e,t){t.prefinished||t.finalCalled||("function"!=typeof e._final||t.destroyed?(t.prefinished=!0,e.emit("prefinish")):(t.pendingcb++,t.finalCalled=!0,i.nextTick(N,e,t)))}(e,t),0===t.pendingcb&&(t.finished=!0,e.emit("finish"),t.autoDestroy))){var r=e._readableState;(!r||r.autoDestroy&&r.endEmitted)&&e.destroy()}return n}n(35717)(x,l),E.prototype.getBuffer=function(){for(var e=this.bufferedRequest,t=[];e;)t.push(e),e=e.next;return t},function(){try{Object.defineProperty(E.prototype,"buffer",{get:s.deprecate((function(){return this.getBuffer()}),"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.","DEP0003")})}catch(e){}}(),"function"==typeof Symbol&&Symbol.hasInstance&&"function"==typeof Function.prototype[Symbol.hasInstance]?(a=Function.prototype[Symbol.hasInstance],Object.defineProperty(x,Symbol.hasInstance,{value:function(e){return!!a.call(this,e)||this===x&&e&&e._writableState instanceof E}})):a=function(e){return e instanceof this},x.prototype.pipe=function(){_(this,new A)},x.prototype.write=function(e,t,n){var r,o=this._writableState,a=!1,s=!o.objectMode&&(r=e,d.isBuffer(r)||r instanceof c);return s&&!d.isBuffer(e)&&(e=function(e){return d.from(e)}(e)),"function"==typeof t&&(n=t,t=null),s?t="buffer":t||(t=o.defaultEncoding),"function"!=typeof n&&(n=C),o.ending?function(e,t){var n=new w;_(e,n),i.nextTick(t,n)}(this,n):(s||function(e,t,n,r){var o;return null===n?o=new b:"string"==typeof n||t.objectMode||(o=new h("chunk",["string","Buffer"],n)),!o||(_(e,o),i.nextTick(r,o),!1)}(this,o,e,n))&&(o.pendingcb++,a=function(e,t,n,r,i,o){if(!n){var a=function(e,t,n){return e.objectMode||!1===e.decodeStrings||"string"!=typeof t||(t=d.from(t,n)),t}(t,r,i);r!==a&&(n=!0,i="buffer",r=a)}var s=t.objectMode?1:r.length;t.length+=s;var l=t.length-1))throw new y(e);return this._writableState.defaultEncoding=e,this},Object.defineProperty(x.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}}),Object.defineProperty(x.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),x.prototype._write=function(e,t,n){n(new g("_write()"))},x.prototype._writev=null,x.prototype.end=function(e,t,n){var r=this._writableState;return"function"==typeof e?(n=e,e=null,t=null):"function"==typeof t&&(n=t,t=null),null!=e&&this.write(e,t),r.corked&&(r.corked=1,this.uncork()),r.ending||function(e,t,n){t.ending=!0,O(e,t),n&&(t.finished?i.nextTick(n):e.once("finish",n)),t.ended=!0,e.writable=!1}(this,r,n),this},Object.defineProperty(x.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}}),Object.defineProperty(x.prototype,"destroyed",{enumerable:!1,get:function(){return void 0!==this._writableState&&this._writableState.destroyed},set:function(e){this._writableState&&(this._writableState.destroyed=e)}}),x.prototype.destroy=u.destroy,x.prototype._undestroy=u.undestroy,x.prototype._destroy=function(e,t){t(e)}},45850:(e,t,n)=>{"use strict";var r,i=n(34155);function o(e,t,n){return(t=function(e){var t=function(e,t){if("object"!=typeof e||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,"string");if("object"!=typeof r)return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:String(t)}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var a=n(8610),s=Symbol("lastResolve"),l=Symbol("lastReject"),d=Symbol("error"),c=Symbol("ended"),u=Symbol("lastPromise"),f=Symbol("handlePromise"),p=Symbol("stream");function h(e,t){return{value:e,done:t}}function g(e){var t=e[s];if(null!==t){var n=e[p].read();null!==n&&(e[u]=null,e[s]=null,e[l]=null,t(h(n,!1)))}}function m(e){i.nextTick(g,e)}var A=Object.getPrototypeOf((function(){})),v=Object.setPrototypeOf((o(r={get stream(){return this[p]},next:function(){var e=this,t=this[d];if(null!==t)return Promise.reject(t);if(this[c])return Promise.resolve(h(void 0,!0));if(this[p].destroyed)return new Promise((function(t,n){i.nextTick((function(){e[d]?n(e[d]):t(h(void 0,!0))}))}));var n,r=this[u];if(r)n=new Promise(function(e,t){return function(n,r){e.then((function(){t[c]?n(h(void 0,!0)):t[f](n,r)}),r)}}(r,this));else{var o=this[p].read();if(null!==o)return Promise.resolve(h(o,!1));n=new Promise(this[f])}return this[u]=n,n}},Symbol.asyncIterator,(function(){return this})),o(r,"return",(function(){var e=this;return new Promise((function(t,n){e[p].destroy(null,(function(e){e?n(e):t(h(void 0,!0))}))}))})),r),A);e.exports=function(e){var t,n=Object.create(v,(o(t={},p,{value:e,writable:!0}),o(t,s,{value:null,writable:!0}),o(t,l,{value:null,writable:!0}),o(t,d,{value:null,writable:!0}),o(t,c,{value:e._readableState.endEmitted,writable:!0}),o(t,f,{value:function(e,t){var r=n[p].read();r?(n[u]=null,n[s]=null,n[l]=null,e(h(r,!1))):(n[s]=e,n[l]=t)},writable:!0}),t));return n[u]=null,a(e,(function(e){if(e&&"ERR_STREAM_PREMATURE_CLOSE"!==e.code){var t=n[l];return null!==t&&(n[u]=null,n[s]=null,n[l]=null,t(e)),void(n[d]=e)}var r=n[s];null!==r&&(n[u]=null,n[s]=null,n[l]=null,r(h(void 0,!0))),n[c]=!0})),e.on("readable",m.bind(null,n)),n}},57327:(e,t,n)=>{"use strict";function r(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function i(e){for(var t=1;t0?this.tail.next=t:this.head=t,this.tail=t,++this.length}},{key:"unshift",value:function(e){var t={data:e,next:this.head};0===this.length&&(this.tail=t),this.head=t,++this.length}},{key:"shift",value:function(){if(0!==this.length){var e=this.head.data;return 1===this.length?this.head=this.tail=null:this.head=this.head.next,--this.length,e}}},{key:"clear",value:function(){this.head=this.tail=null,this.length=0}},{key:"join",value:function(e){if(0===this.length)return"";for(var t=this.head,n=""+t.data;t=t.next;)n+=e+t.data;return n}},{key:"concat",value:function(e){if(0===this.length)return l.alloc(0);for(var t,n,r,i=l.allocUnsafe(e>>>0),o=this.head,a=0;o;)t=o.data,n=i,r=a,l.prototype.copy.call(t,n,r),a+=o.data.length,o=o.next;return i}},{key:"consume",value:function(e,t){var n;return ei.length?i.length:e;if(o===i.length?r+=i:r+=i.slice(0,e),0==(e-=o)){o===i.length?(++n,t.next?this.head=t.next:this.head=this.tail=null):(this.head=t,t.data=i.slice(o));break}++n}return this.length-=n,r}},{key:"_getBuffer",value:function(e){var t=l.allocUnsafe(e),n=this.head,r=1;for(n.data.copy(t),e-=n.data.length;n=n.next;){var i=n.data,o=e>i.length?i.length:e;if(i.copy(t,t.length-e,0,o),0==(e-=o)){o===i.length?(++r,n.next?this.head=n.next:this.head=this.tail=null):(this.head=n,n.data=i.slice(o));break}++r}return this.length-=r,t}},{key:c,value:function(e,t){return d(this,i(i({},t),{},{depth:0,customInspect:!1}))}}])&&a(t.prototype,n),Object.defineProperty(t,"prototype",{writable:!1}),e}()},61195:(e,t,n)=>{"use strict";var r=n(34155);function i(e,t){a(e,t),o(e)}function o(e){e._writableState&&!e._writableState.emitClose||e._readableState&&!e._readableState.emitClose||e.emit("close")}function a(e,t){e.emit("error",t)}e.exports={destroy:function(e,t){var n=this,s=this._readableState&&this._readableState.destroyed,l=this._writableState&&this._writableState.destroyed;return s||l?(t?t(e):e&&(this._writableState?this._writableState.errorEmitted||(this._writableState.errorEmitted=!0,r.nextTick(a,this,e)):r.nextTick(a,this,e)),this):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(e||null,(function(e){!t&&e?n._writableState?n._writableState.errorEmitted?r.nextTick(o,n):(n._writableState.errorEmitted=!0,r.nextTick(i,n,e)):r.nextTick(i,n,e):t?(r.nextTick(o,n),t(e)):r.nextTick(o,n)})),this)},undestroy:function(){this._readableState&&(this._readableState.destroyed=!1,this._readableState.reading=!1,this._readableState.ended=!1,this._readableState.endEmitted=!1),this._writableState&&(this._writableState.destroyed=!1,this._writableState.ended=!1,this._writableState.ending=!1,this._writableState.finalCalled=!1,this._writableState.prefinished=!1,this._writableState.finished=!1,this._writableState.errorEmitted=!1)},errorOrDestroy:function(e,t){var n=e._readableState,r=e._writableState;n&&n.autoDestroy||r&&r.autoDestroy?e.destroy(t):e.emit("error",t)}}},8610:(e,t,n)=>{"use strict";var r=n(94281).q.ERR_STREAM_PREMATURE_CLOSE;function i(){}e.exports=function e(t,n,o){if("function"==typeof n)return e(t,null,n);n||(n={}),o=function(e){var t=!1;return function(){if(!t){t=!0;for(var n=arguments.length,r=new Array(n),i=0;i{e.exports=function(){throw new Error("Readable.from is not available in the browser")}},59946:(e,t,n)=>{"use strict";var r,i=n(94281).q,o=i.ERR_MISSING_ARGS,a=i.ERR_STREAM_DESTROYED;function s(e){if(e)throw e}function l(e){e()}function d(e,t){return e.pipe(t)}e.exports=function(){for(var e=arguments.length,t=new Array(e),i=0;i0,(function(e){c||(c=e),e&&f.forEach(l),o||(f.forEach(l),u(c))}))}));return t.reduce(d)}},82457:(e,t,n)=>{"use strict";var r=n(94281).q.ERR_INVALID_OPT_VALUE;e.exports={getHighWaterMark:function(e,t,n,i){var o=function(e,t,n){return null!=e.highWaterMark?e.highWaterMark:t?e[n]:null}(t,i,n);if(null!=o){if(!isFinite(o)||Math.floor(o)!==o||o<0)throw new r(i?n:"highWaterMark",o);return Math.floor(o)}return e.objectMode?16:16384}}},22503:(e,t,n)=>{e.exports=n(17187).EventEmitter},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)},89509:(e,t,n)=>{var r=n(48764),i=r.Buffer;function o(e,t){for(var n in e)t[n]=e[n]}function a(e,t,n){return i(e,t,n)}i.from&&i.alloc&&i.allocUnsafe&&i.allocUnsafeSlow?e.exports=r:(o(r,t),t.Buffer=a),a.prototype=Object.create(i.prototype),o(i,a),a.from=function(e,t,n){if("number"==typeof e)throw new TypeError("Argument must not be a number");return i(e,t,n)},a.alloc=function(e,t,n){if("number"!=typeof e)throw new TypeError("Argument must be a number");var r=i(e);return void 0!==t?"string"==typeof n?r.fill(t,n):r.fill(t):r.fill(0),r},a.allocUnsafe=function(e){if("number"!=typeof e)throw new TypeError("Argument must be a number");return i(e)},a.allocUnsafeSlow=function(e){if("number"!=typeof e)throw new TypeError("Argument must be a number");return r.SlowBuffer(e)}},42830:(e,t,n)=>{e.exports=i;var r=n(17187).EventEmitter;function i(){r.call(this)}n(35717)(i,r),i.Readable=n(79481),i.Writable=n(64229),i.Duplex=n(56753),i.Transform=n(74605),i.PassThrough=n(82725),i.finished=n(8610),i.pipeline=n(59946),i.Stream=i,i.prototype.pipe=function(e,t){var n=this;function i(t){e.writable&&!1===e.write(t)&&n.pause&&n.pause()}function o(){n.readable&&n.resume&&n.resume()}n.on("data",i),e.on("drain",o),e._isStdio||t&&!1===t.end||(n.on("end",s),n.on("close",l));var a=!1;function s(){a||(a=!0,e.end())}function l(){a||(a=!0,"function"==typeof e.destroy&&e.destroy())}function d(e){if(c(),0===r.listenerCount(this,"error"))throw e}function c(){n.removeListener("data",i),e.removeListener("drain",o),n.removeListener("end",s),n.removeListener("close",l),n.removeListener("error",d),e.removeListener("error",d),n.removeListener("end",c),n.removeListener("close",c),e.removeListener("close",c)}return n.on("error",d),e.on("error",d),n.on("end",c),n.on("close",c),e.on("close",c),e.emit("pipe",n),e}},8501:(e,t,n)=>{var r=n(11989),i=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 i=-1===n.g.location.protocol.search(/^https?:$/)?"http:":"",a=e.protocol||i,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 r(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=r,l.IncomingMessage=i.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 r;function i(){if(void 0!==r)return r;if(n.g.XMLHttpRequest){r=new n.g.XMLHttpRequest;try{r.open("GET",n.g.XDomainRequest?"/":"https://example.com")}catch(e){r=null}}else r=null;return r}function o(e){var t=i();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||!!i()&&a(i().overrideMimeType),r=null},11989:(e,t,n)=>{var r=n(48764).Buffer,i=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 "+r.from(e.auth).toString("base64")),Object.keys(e.headers).forEach((function(t){n.setHeader(t,e.headers[t])}));var i=!0;if("disable-fetch"===e.mode||"requestTimeout"in e&&!o.abortController)i=!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,i),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===f.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 r=e._headers,a=null;"GET"!==t.method&&"HEAD"!==t.method&&(a=new Blob(e._body,{type:(r["content-type"]||{}).value||""}));var s=[];if(Object.keys(r).forEach((function(e){var t=r[e].name,n=r[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 i.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 i.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 f=["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 r=n(34155),i=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(){r.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(i.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(i.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 f=u.match(/;\s*charset=([^;])(;|$)/);f&&(l._charset=f[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,r=t._xhr,o=null;switch(t._mode){case"text":if((o=r.responseText).length>t._pos){var a=o.substr(t._pos);if("x-user-defined"===t._charset){for(var s=i.alloc(a.length),d=0;dt._pos&&(t.push(i.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))}},32553:(e,t,n)=>{"use strict";var r=n(89509).Buffer,i=r.isEncoding||function(e){switch((e=""+e)&&e.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}};function o(e){var t;switch(this.encoding=function(e){var t=function(e){if(!e)return"utf8";for(var t;;)switch(e){case"utf8":case"utf-8":return"utf8";case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return"utf16le";case"latin1":case"binary":return"latin1";case"base64":case"ascii":case"hex":return e;default:if(t)return;e=(""+e).toLowerCase(),t=!0}}(e);if("string"!=typeof t&&(r.isEncoding===i||!i(e)))throw new Error("Unknown encoding: "+e);return t||e}(e),this.encoding){case"utf16le":this.text=l,this.end=d,t=4;break;case"utf8":this.fillLast=s,t=4;break;case"base64":this.text=c,this.end=u,t=3;break;default:return this.write=f,void(this.end=p)}this.lastNeed=0,this.lastTotal=0,this.lastChar=r.allocUnsafe(t)}function a(e){return e<=127?0:e>>5==6?2:e>>4==14?3:e>>3==30?4:e>>6==2?-1:-2}function s(e){var t=this.lastTotal-this.lastNeed,n=function(e,t,n){if(128!=(192&t[0]))return e.lastNeed=0,"�";if(e.lastNeed>1&&t.length>1){if(128!=(192&t[1]))return e.lastNeed=1,"�";if(e.lastNeed>2&&t.length>2&&128!=(192&t[2]))return e.lastNeed=2,"�"}}(this,e);return void 0!==n?n:this.lastNeed<=e.length?(e.copy(this.lastChar,t,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal)):(e.copy(this.lastChar,t,0,e.length),void(this.lastNeed-=e.length))}function l(e,t){if((e.length-t)%2==0){var n=e.toString("utf16le",t);if(n){var r=n.charCodeAt(n.length-1);if(r>=55296&&r<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=e[e.length-2],this.lastChar[1]=e[e.length-1],n.slice(0,-1)}return n}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=e[e.length-1],e.toString("utf16le",t,e.length-1)}function d(e){var t=e&&e.length?this.write(e):"";if(this.lastNeed){var n=this.lastTotal-this.lastNeed;return t+this.lastChar.toString("utf16le",0,n)}return t}function c(e,t){var n=(e.length-t)%3;return 0===n?e.toString("base64",t):(this.lastNeed=3-n,this.lastTotal=3,1===n?this.lastChar[0]=e[e.length-1]:(this.lastChar[0]=e[e.length-2],this.lastChar[1]=e[e.length-1]),e.toString("base64",t,e.length-n))}function u(e){var t=e&&e.length?this.write(e):"";return this.lastNeed?t+this.lastChar.toString("base64",0,3-this.lastNeed):t}function f(e){return e.toString(this.encoding)}function p(e){return e&&e.length?this.write(e):""}t.s=o,o.prototype.write=function(e){if(0===e.length)return"";var t,n;if(this.lastNeed){if(void 0===(t=this.fillLast(e)))return"";n=this.lastNeed,this.lastNeed=0}else n=0;return n=0?(i>0&&(e.lastNeed=i-1),i):--r=0?(i>0&&(e.lastNeed=i-2),i):--r=0?(i>0&&(2===i?i=0:e.lastNeed=i-3),i):0}(this,e,t);if(!this.lastNeed)return e.toString("utf8",t);this.lastTotal=n;var r=e.length-(n-this.lastNeed);return e.copy(this.lastChar,0,r),e.toString("utf8",t,r)},o.prototype.fillLast=function(e){if(this.lastNeed<=e.length)return e.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);e.copy(this.lastChar,this.lastTotal-this.lastNeed,0,e.length),this.lastNeed-=e.length}},94927:(e,t,n)=>{var r=n(25108);function i(e){try{if(!n.g.localStorage)return!1}catch(e){return!1}var t=n.g.localStorage[e];return null!=t&&"true"===String(t).toLowerCase()}e.exports=function(e,t){if(i("noDeprecation"))return e;var n=!1;return function(){if(!n){if(i("throwDeprecation"))throw new Error(t);i("traceDeprecation")?r.trace(t):r.warn(t),n=!0}return e.apply(this,arguments)}}},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:()=>P,DT:()=>A,G7:()=>st,RL:()=>H,Ti:()=>U,Tv:()=>B,_o:()=>M,cd:()=>dt,e4:()=>R,gt:()=>L,h7:()=>k,m0:()=>E,oE:()=>ct,p$:()=>v,p4:()=>b,pC:()=>F,qq:()=>C,rp:()=>D,sS:()=>m,tB:()=>T,w4:()=>x,y3:()=>w,zu:()=>S});var r=n(77958),i=n(17499),o=n(31352),a=n(62520),s=n(65358),l=n(79753),d=n(14596);const c=null===(u=(0,r.ts)())?(0,i.IY)().setApp("files").build():(0,i.IY)().setApp("files").setUid(u.uid).build();var u;class f{_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 p=function(){return typeof window._nc_newfilemenu>"u"&&(window._nc_newfilemenu=new f,c.debug("NewFileMenu initialized")),window._nc_newfilemenu},h=["B","KB","MB","GB","TB","PB"],g=["B","KiB","MiB","GiB","TiB","PiB"];function m(e,t=!1,n=!1,r=!1){n=n&&!r,"string"==typeof e&&(e=Number(e));let i=e>0?Math.floor(Math.log(e)/Math.log(r?1e3:1024)):0;i=Math.min((n?g.length:h.length)-1,i);const a=n?g[i]:h[i];let s=(e/Math.pow(r?1e3:1024,i)).toFixed(1);return!0===t&&0===i?("0.0"!==s?"< 1 ":"0 ")+(n?g[1]:h[1]):(s=i<2?parseFloat(s).toFixed(0):parseFloat(s).toLocaleString((0,o.aj)()),s+" "+a)}var A=(e=>(e.DEFAULT="default",e.HIDDEN="hidden",e))(A||{});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(A).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 b=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 w=(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))(w||{});const y=["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"],_={d:"DAV:",nc:"http://nextcloud.org/ns",oc:"http://owncloud.org/ns",ocs:"http://open-collaboration-services.org/ns"},C=function(e,t={nc:"http://nextcloud.org/ns"}){typeof window._nc_dav_properties>"u"&&(window._nc_dav_properties=[...y],window._nc_dav_namespaces={..._});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=[...y]),window._nc_dav_properties.map((e=>`<${e} />`)).join(" ")},x=function(){return typeof window._nc_dav_namespaces>"u"&&(window._nc_dav_namespaces={..._}),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`},T=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,r.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`},S=function(e=""){let t=w.NONE;return e&&((e.includes("C")||e.includes("K"))&&(t|=w.CREATE),e.includes("G")&&(t|=w.READ),(e.includes("W")||e.includes("N")||e.includes("V"))&&(t|=w.UPDATE),e.includes("D")&&(t|=w.DELETE),e.includes("R")&&(t|=w.SHARE)),t};var B=(e=>(e.Folder="folder",e.File="file",e))(B||{});const N=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>=w.NONE&&e.permissions<=w.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&&N(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(R).includes(e.status))throw new Error("Status must be a valid NodeStatus")};var R=(e=>(e.NEW="new",e.FAILED="failed",e.LOADING="loading",e.LOCKED="locked",e))(R||{});class I{_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:w.NONE:w.READ}get owner(){return this.isDavRessource?this._data.owner:null}get isDavRessource(){return N(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 P extends I{get type(){return B.File}}class L extends I{constructor(e){super({...e,mime:"httpd/unix-directory"})}get type(){return B.Folder}get extension(){return null}get mime(){return"httpd/unix-directory"}}const M=`/files/${(0,r.ts)()?.uid}`,j=(0,l.generateRemoteUrl)("dav"),D=function(e=j){const t=(0,d.eI)(e);function n(e){t.setHeaders({"X-Requested-With":"XMLHttpRequest",requesttoken:e??""})}return(0,r._S)(n),n((0,r.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},F=async(e,t="/",n=M)=>(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=>H(e,n))),H=function(e,t=M,n=j){const i=e.props,o=S(i?.permissions),a=(0,r.ts)()?.uid,s={id:i?.fileid||0,source:`${n}${e.filename}`,mtime:new Date(Date.parse(e.lastmod)),mime:e.mime,size:i?.size||Number.parseInt(i.getcontentlength||"0"),permissions:o,owner:a,root:t,attributes:{...e,...i,hasPreview:i?.["has-preview"]}};return delete s.attributes?.props,"file"===e.type?new P(s):new L(s)};class ${_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 U=function(){return typeof window._nc_navigation>"u"&&(window._nc_navigation=new $,c.debug("Navigation service initialized")),window._nc_navigation};class V{_column;constructor(e){q(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 q=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 W={},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]*",r=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 r=Object.keys(t),i=r.length;for(let o=0;o"u")},e.getAllMatches=function(e,t){const n=[];let r=t.exec(e);for(;r;){const i=[];i.startIndex=t.lastIndex-r[0].length;const o=r.length;for(let e=0;e5&&"xml"===r)return ie("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}W.validate=function(e,t){t=Object.assign({},Z,t);const n=[];let r=!1,i=!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.",ie("InvalidTag",t,se(e,o))}const d=ee(e,o);if(!1===d)return ie("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 i=ne(c,t);if(!0!==i)return ie(i.err.code,i.err.msg,se(e,n+i.err.line));r=!0}else if(s){if(!d.tagClosed)return ie("InvalidTag","Closing tag '"+l+"' doesn't have proper closing.",se(e,o));if(c.trim().length>0)return ie("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 ie("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&&(i=!0)}}else{const s=ne(c,t);if(!0!==s)return ie(s.err.code,s.err.msg,se(e,o-c.length+s.err.line));if(!0===i)return ie("InvalidXml","Multiple possible root nodes found.",se(e,o));-1!==t.unpairedTags.indexOf(l)||n.push({tagName:l,tagStartPos:a}),r=!0}for(o++;o0)||ie("InvalidXml","Invalid '"+JSON.stringify(n.map((e=>e.tagName)),null,4).replace(/\r?\n/g,"")+"' found.",{line:1,col:1}):ie("InvalidXml","Start tag expected.",1)};const J='"',Q="'";function ee(e,t){let n="",r="",i=!1;for(;t"===e[t]&&""===r){i=!0;break}n+=e[t]}return""===r&&{value:n,index:t,tagClosed:i}}const te=new RegExp("(\\s*)([^\\s=]+)(\\s*=)?(\\s*(['\"])(([\\s\\S])*?)\\5)?","g");function ne(e,t){const n=Y.getAllMatches(e,te),r={};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 fe(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 r=1,i=!1,o=!1,a="";for(;t"===e[t]){if(o?"-"===e[t-1]&&"-"===e[t-2]&&(o=!1,r--):r--,0===r)break}else"["===e[t]?i=!0:a+=e[t];else{if(i&&he(e,t))t+=7,[entityName,val,t]=fe(e,t+1),-1===val.indexOf("&")&&(n[ve(entityName)]={regx:RegExp(`&${entityName};`,"g"),val});else if(i&&ge(e,t))t+=8;else if(i&&me(e,t))t+=8;else if(i&&Ae(e,t))t+=9;else{if(!pe)throw new Error("Invalid DOCTYPE");o=!0}r++,a=""}if(0!==r)throw new Error("Unclosed DOCTYPE")}return{entities:n,i:t}},xe=function(e,t={}){if(t=Object.assign({},ye,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&&be.test(n))return Number.parseInt(n,16);{const r=we.exec(n);if(r){const i=r[1],o=r[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}(r[3]);const s=r[4]||r[6];if(!t.leadingZeros&&o.length>0&&i&&"."!==n[2])return e;if(!t.leadingZeros&&o.length>0&&!i&&"."!==n[1])return e;{const r=Number(n),l=""+r;return-1!==l.search(/[eE]/)||s?t.eNotation?r:e:-1!==n.indexOf(".")?"0"===l&&""===a||l===a||i&&l==="-"+a?r:e:o?a===l||i+a===l?r:e:n===l||n===i+l?r:e}}return e}};function ke(e){const t=Object.keys(e);for(let n=0;n0)){a||(e=this.replaceEntitiesValue(e));const r=this.options.tagValueProcessor(t,e,n,i,o);return null==r?e:typeof r!=typeof e||r!==e?r:this.options.trimValues||e.trim()===e?Fe(e,this.options.parseTagValue,this.options.numberParseOptions):e}}function Se(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,_e.nameRegexp);const Be=new RegExp("([^\\s=]+)\\s*(=\\s*(['\"])([\\s\\S]*?)\\3)?","gm");function Ne(e,t,n){if(!this.options.ignoreAttributes&&"string"==typeof e){const n=_e.getAllMatches(e,Be),r=n.length,i={};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&&(r=this.saveTextToParentTag(r,n,i));const s=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;s&&-1!==this.options.unpairedTags.indexOf(s)?(l=i.lastIndexOf(".",i.lastIndexOf(".")-1),this.tagsNodeStack.pop()):l=i.lastIndexOf("."),i=i.substring(0,l),n=this.tagsNodeStack.pop(),r="",o=t}else if("?"===e[o+1]){let t=je(e,o,!1,"?>");if(!t)throw new Error("Pi Tag is not closed.");if(r=this.saveTextToParentTag(r,n,i),!(this.options.ignoreDeclaration&&"?xml"===t.tagName||this.options.ignorePiTags)){const e=new Ce(t.tagName);e.add(this.options.textNodeName,""),t.tagName!==t.tagExp&&t.attrExpPresent&&(e[":@"]=this.buildAttributesMap(t.tagExp,i,t.tagName)),this.addChild(n,e,i)}o=t.closeIndex+1}else if("!--"===e.substr(o+1,3)){const t=Me(e,"--\x3e",o+4,"Comment is not closed.");if(this.options.commentPropName){const a=e.substring(o+4,t-2);r=this.saveTextToParentTag(r,n,i),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=Me(e,"]]>",o,"CDATA is not closed.")-2,a=e.substring(o+9,t);if(r=this.saveTextToParentTag(r,n,i),this.options.cdataPropName)n.add(this.options.cdataPropName,[{[this.options.textNodeName]:a}]);else{let e=this.parseTextData(a,n.tagname,i,!0,!1,!0);null==e&&(e=""),n.add(this.options.textNodeName,e)}o=t+2}else{let a=je(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&&r&&"!xml"!==n.tagname&&(r=this.saveTextToParentTag(r,n,i,!1));const f=n;if(f&&-1!==this.options.unpairedTags.indexOf(f.tagname)&&(n=this.tagsNodeStack.pop(),i=i.substring(0,i.lastIndexOf("."))),s!==t.tagname&&(i+=i?"."+s:s),this.isItStopNode(this.options.stopNodes,i,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 r=new Ce(s);s!==d&&c&&(r[":@"]=this.buildAttributesMap(d,i,s)),t&&(t=this.parseTextData(t,s,i,!0,c,!0,!0)),i=i.substr(0,i.lastIndexOf(".")),r.add(this.options.textNodeName,t),this.addChild(n,r,i)}else{if(d.length>0&&d.lastIndexOf("/")===d.length-1){"/"===s[s.length-1]?(s=s.substr(0,s.length-1),i=i.substr(0,i.length-1),d=s):d=d.substr(0,d.length-1),this.options.transformTagName&&(s=this.options.transformTagName(s));const e=new Ce(s);s!==d&&c&&(e[":@"]=this.buildAttributesMap(d,i,s)),this.addChild(n,e,i),i=i.substr(0,i.lastIndexOf("."))}else{const e=new Ce(s);this.tagsNodeStack.push(n),s!==d&&c&&(e[":@"]=this.buildAttributesMap(d,i,s)),this.addChild(n,e,i),n=e}r="",o=u}}else r+=e[o];return t.child};function Re(e,t,n){const r=this.options.updateTag(t.tagname,n,t[":@"]);!1===r||("string"==typeof r&&(t.tagname=r),e.addChild(t))}const Ie=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 Pe(e,t,n,r){return e&&(void 0===r&&(r=0===Object.keys(t.child).length),void 0!==(e=this.parseTextData(e,t.tagname,n,!1,!!t[":@"]&&0!==Object.keys(t[":@"]).length,r))&&""!==e&&t.add(this.options.textNodeName,e),e=""),e}function Le(e,t,n){const r="*."+n;for(const n in e){const i=e[n];if(r===i||t===i)return!0}return!1}function Me(e,t,n,r){const i=e.indexOf(t,n);if(-1===i)throw new Error(r);return i+t.length-1}function je(e,t,n,r=">"){const i=function(e,t,n=">"){let r,i="";for(let o=t;o",n,`${t} is not closed`);if(e.substring(n+2,o).trim()===t&&(i--,0===i))return{tagContent:e.substring(r,n),i:o};n=o}else if("?"===e[n+1])n=Me(e,"?>",n+1,"StopNode is not closed.");else if("!--"===e.substr(n+1,3))n=Me(e,"--\x3e",n+3,"StopNode is not closed.");else if("!["===e.substr(n+1,2))n=Me(e,"]]>",n,"StopNode is not closed.")-2;else{const r=je(e,n,">");r&&((r&&r.tagName)===t&&"/"!==r.tagExp[r.tagExp.length-1]&&i++,n=r.closeIndex)}}function Fe(e,t,n){if(t&&"string"==typeof e){const t=e.trim();return"true"===t||"false"!==t&&xe(e,n)}return _e.isExist(e)?e:""}var He={};function $e(e,t,n){let r;const i={};for(let o=0;o0&&(i[t.textNodeName]=r):void 0!==r&&(i[t.textNodeName]=r),i}function Ue(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=Te,this.resolveNameSpace=Se,this.buildAttributesMap=Ne,this.isItStopNode=Le,this.replaceEntitiesValue=Ie,this.readStopNodeData=De,this.saveTextToParentTag=Pe,this.addChild=Re}},{prettify:Ye}=He,Ze=W;function Ge(e,t,n,r){let i="",o=!1;for(let a=0;a`,o=!1;continue}if(l===t.commentPropName){i+=r+`\x3c!--${s[l][0][t.textNodeName]}--\x3e`,o=!0;continue}if("?"===l[0]){const e=Ke(s[":@"],t),n="?xml"===l?"":r;let a=s[l][0][t.textNodeName];a=0!==a.length?" "+a:"",i+=n+`<${l}${a}${e}?>`,o=!0;continue}let c=r;""!==c&&(c+=t.indentBy);const u=r+`<${l}${Ke(s[":@"],t)}`,f=Ge(s[l],t,d,c);-1!==t.unpairedTags.indexOf(l)?t.suppressUnpairedNode?i+=u+">":i+=u+"/>":f&&0!==f.length||!t.suppressEmptyNode?f&&f.endsWith(">")?i+=u+`>${f}${r}`:(i+=u+">",f&&""!==r&&(f.includes("/>")||f.includes("`):i+=u+"/>",o=!0}return i}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=rt,this.options.format?(this.indentate=it,this.tagEndChar=">\n",this.newLine="\n"):(this.indentate=function(){return""},this.tagEndChar=">",this.newLine="")}function rt(e,t,n){const r=this.j2x(e,n+1);return void 0!==e[this.options.textNodeName]&&1===Object.keys(e).length?this.buildTextValNode(e[this.options.textNodeName],t,r.attrStr,n):this.buildObjectNode(r.val,t,r.attrStr,n)}function it(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="",r="";for(let i in e)if(Object.prototype.hasOwnProperty.call(e,i))if(typeof e[i]>"u")this.isAttribute(i)&&(r+="");else if(null===e[i])this.isAttribute(i)?r+="":"?"===i[0]?r+=this.indentate(t)+"<"+i+"?"+this.tagEndChar:r+=this.indentate(t)+"<"+i+"/"+this.tagEndChar;else if(e[i]instanceof Date)r+=this.buildTextValNode(e[i],i,"",t);else if("object"!=typeof e[i]){const o=this.isAttribute(i);if(o)n+=this.buildAttrPairStr(o,""+e[i]);else if(i===this.options.textNodeName){let t=this.options.tagValueProcessor(i,""+e[i]);r+=this.replaceEntitiesValue(t)}else r+=this.buildTextValNode(e[i],i,"",t)}else if(Array.isArray(e[i])){const n=e[i].length;let o="";for(let a=0;a"u"||(null===n?"?"===i[0]?r+=this.indentate(t)+"<"+i+"?"+this.tagEndChar:r+=this.indentate(t)+"<"+i+"/"+this.tagEndChar:"object"==typeof n?this.options.oneListGroup?o+=this.j2x(n,t+1).val:o+=this.processTextOrObjNode(n,i,t):o+=this.buildTextValNode(n,i,"",t))}this.options.oneListGroup&&(o=this.buildObjectNode(o,i,"",t)),r+=o}else if(this.options.attributesGroupName&&i===this.options.attributesGroupName){const t=Object.keys(e[i]),r=t.length;for(let o=0;o"+e+i}},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(r)+`\x3c!--${e}--\x3e`+this.newLine;if("?"===t[0])return this.indentate(r)+"<"+t+n+"?"+this.tagEndChar;{let i=this.options.tagValueProcessor(t,e);return i=this.replaceEntitiesValue(i),""===i?this.indentate(r)+"<"+t+n+this.closeTag(t)+this.tagEndChar:this.indentate(r)+"<"+t+n+">"+i+"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 V))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 p().registerEntry(e)},ct=function(e){return p().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 i[e].call(n.exports,n,n.exports,a),n.loaded=!0,n.exports}a.m=i,e=[],a.O=(t,n,r,i)=>{if(!n){var o=1/0;for(c=0;c=i)&&Object.keys(a.O).every((e=>a.O[e](n[l])))?n.splice(l--,1):(s=!1,i0&&e[c-1][2]>i;c--)e[c]=e[c-1];e[c]=[n,r,i]},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="+{2048:"78a82614529a3cefcde7",4180:"fe82f3a2dac70d6b82bc"}[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={},r="nextcloud:",a.l=(e,t,i,o)=>{if(n[e])n[e].push(t);else{var s,l;if(void 0!==i)for(var d=document.getElementsByTagName("script"),c=0;c{s.onerror=s.onload=null,clearTimeout(p);var i=n[e];if(delete n[e],s.parentNode&&s.parentNode.removeChild(s),i&&i.forEach((e=>e(r))),t)return t(r)},p=setTimeout(f.bind(null,void 0,{type:"timeout",target:s}),12e4);s.onerror=f.bind(null,s.onerror),s.onload=f.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 r=n.length-1;r>-1&&!e;)e=n[r--].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 r=a.o(e,t)?e[t]:void 0;if(0!==r)if(r)n.push(r[2]);else{var i=new Promise(((n,i)=>r=e[t]=[n,i]));n.push(r[2]=i);var o=a.p+a.u(t),s=new Error;a.l(o,(n=>{if(a.o(e,t)&&(0!==(r=e[t])&&(e[t]=void 0),r)){var i=n&&("load"===n.type?"missing":n.type),o=n&&n.target&&n.target.src;s.message="Loading chunk "+t+" failed.\n("+i+": "+o+")",s.name="ChunkLoadError",s.type=i,s.request=o,r[1](s)}}),"chunk-"+t,t)}},a.O.j=t=>0===e[t];var t=(t,n)=>{var r,i,o=n[0],s=n[1],l=n[2],d=0;if(o.some((t=>0!==e[t]))){for(r in s)a.o(s,r)&&(a.m[r]=s[r]);if(l)var c=l(a)}for(t&&t(n);da(37876)));s=a.O(s)})(); -//# sourceMappingURL=files-init.js.map?v=afc572a7ace7c320d5e6 \ No newline at end of file +(()=>{var e,n,r,i={34507:(e,n,r)=>{"use strict";var i=r(5656),o=r(69183),a=r(31352),s=r(93664),l=r(17499);const d=(0,l.IY)().setApp("files").detectUser().build(),c=new i.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&i.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=r(79753);const f=function(e){const t=document.createElement("a");t.download="",t.href=e,t.click()},p=function(e,t){const n=Math.random().toString(36).substring(2),r=(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)))});f(r)},h=new i.p$({id:"download",displayName:()=>(0,a.Iu)("files","Download"),iconSvgInline:()=>'',enabled:e=>0!==e.length&&(!e.some((e=>e.type===i.Tv.Folder))||!e.some((e=>!e.root?.startsWith("/files"))))&&e.map((e=>e.permissions)).every((e=>0!=(e&i.y3.READ))),exec:async(e,t,n)=>e.type===i.Tv.Folder?(p(n,[e]),null):(f(e.source),null),async execBatch(e,t,n){return 1===e.length?(this.exec(e[0],t,n),[null]):(p(n,e),new Array(e.length).fill(null))},order:30});var g=r(65358),m=r(77958),A=r(64024);const v=new i.p$({id:"edit-locally",displayName:()=>(0,a.Iu)("files","Edit locally"),iconSvgInline:()=>'',enabled:e=>1===e.length&&0!=(e[0].permissions&i.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}),r=(0,m.ts)()?.uid;let i=`nc://open/${r}@`+window.location.host+(0,g.Ec)(e);i+="?token="+n.data.ocs.data.token,window.location.href=i}catch(e){(0,A.x2)((0,a.Iu)("files","Failed to redirect to client"))}}(e.path),null),order:25});var b=r(20144);const w='',y=e=>e.some((e=>1!==e.attributes.favorite)),_=async(e,t,n)=>{try{const r=(0,u.generateUrl)("/apps/files/api/v1/files")+(0,g.Ec)(e.path);return await s.Z.post(r,{tags:n?[window.OC.TAG_FAVORITE]:[]}),"favorites"!==t.id||n||"/"!==e.dirname||(0,o.j8)("files:node:deleted",e),b.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 r=n?"adding a file to favourites":"removing a file from favourites";return d.error("Error while "+r,{error:t,source:e.source,node:e}),!1}},C=new i.p$({id:"favorite",displayName:e=>y(e)?(0,a.Iu)("files","Add to favorites"):(0,a.Iu)("files","Remove from favorites"),iconSvgInline:e=>y(e)?'':w,enabled:e=>!e.some((e=>!e.root?.startsWith?.("/files")))&&e.every((e=>e.permissions!==i.y3.NONE)),async exec(e,t){const n=y([e]);return await _(e,t,n)},async execBatch(e,t){const n=y(e);return Promise.all(e.map((async e=>await _(e,t,n))))},order:-50});var E=r(93379),x=r.n(E),k=r(7795),T=r.n(k),S=r(90569),B=r.n(S),N=r(3565),O=r.n(N),R=r(19216),I=r.n(R),P=r(44589),L=r.n(P),M=r(51473),j={};j.styleTagTransform=L(),j.setAttributes=O(),j.insert=B().bind(null,"head"),j.domAPI=T(),j.insertStyleElement=I(),x()(M.Z,j),M.Z&&M.Z.locals&&M.Z.locals;var D=r(51120);const{Axios:F,AxiosError:$,CanceledError:U,isCancel:H,CancelToken:q,VERSION:V,all:W,Cancel:z,isAxiosError:Y,spread:Z,toFormData:G,AxiosHeaders:X,HttpStatusCode:K,formToJSON:J,getAdapter:Q,mergeConfig:ee}=D.default;var te=r(62520),ne=r(59546),re=r(96384),ie=r(59440);let oe;const ae=()=>(oe||(oe=new ie.Z({concurrency:3})),oe);var se;!function(e){e.MOVE="Move",e.COPY="Copy",e.MOVE_OR_COPY="move-or-copy"}(se||(se={}));const le=e=>0!=(e.reduce(((e,t)=>Math.min(e,t.permissions)),i.y3.ALL)&i.y3.UPDATE),de=e=>(e=>e.every((e=>!JSON.parse(e.attributes?.["share-attributes"]??"[]").some((e=>"permissions"===e.scope&&!1===e.enabled&&"download"===e.key)))))(e);var ce=r(25108);const ue=e=>le(e)?de(e)?se.MOVE_OR_COPY:se.MOVE:se.COPY,fe=async function(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]&&arguments[3];if(!t)return;if(t.type!==i.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(e.path.startsWith(t.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,te.join)(t.path,e.basename),c=(0,u.generateRemoteUrl)(`dav/files/${(0,m.ts)()?.uid}${l}`);d.debug(`${n} ${e.basename} to ${c}`),b.default.set(e,"status",i.e4.LOADING);const f=ae();return await f.add((async()=>{try{await(0,s.Z)({method:n===se.COPY?"COPY":"MOVE",url:e.encodedSource,headers:{Destination:encodeURI(c),Overwrite:r?void 0:"F"}}),n===se.MOVE&&(0,o.j8)("files:node:deleted",e)}catch(e){if(e instanceof $){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{b.default.set(e,"status",void 0)}}))},pe=new i.p$({id:"move-copy",displayName(e){switch(ue(e)){case se.MOVE:return(0,a.Iu)("files","Move");case se.COPY:return(0,a.Iu)("files","Copy");case se.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&&(le(e)||de(e)),async exec(e,t,n){const r=ue([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 r=(0,A.fn)((0,a.Iu)("files","Chose destination")).allowDirectories(!0).setFilter((e=>0!=(e.permissions&i.y3.CREATE)&&n.fileid!==e.fileid)).setMimeTypeFilter([]).setMultiSelect(!1).startAt(t);return new Promise(((t,i)=>{r.setButtonFactory(((r,o)=>{const s=[],l=(0,te.basename)(o);return n.dirname===o||n.path===o||(e!==se.COPY&&e!==se.MOVE_OR_COPY||s.push({label:l?(0,a.Iu)("files","Copy to {target}",{target:l}):(0,a.Iu)("files","Copy"),type:"primary",icon:ne,async callback(e){try{await fe(n,e[0],se.COPY),t(!0)}catch(e){i(e)}}}),e!==se.MOVE&&e!==se.MOVE_OR_COPY||s.push({label:l?(0,a.Iu)("files","Move to {target}",{target:l}):(0,a.Iu)("files","Move"),type:e===se.MOVE?"primary":"secondary",icon:re,async callback(e){try{await fe(n,e[0],se.MOVE),t(!0)}catch(e){ce.warn("got error",e),i(e)}}})),s})),r.build().pick().catch((()=>{i(new Error((0,a.Iu)("files","Cancelled move or copy operation")))}))}))}(r,n,e),!0}catch(e){return!!(e instanceof Error&&e.message)&&((0,A.x2)(e.message),null)}},order:15}),he='',ge=new i.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:()=>he,enabled(e){if(1!==e.length)return!1;const t=e[0];return!!t.isDavRessource&&t.type===i.Tv.Folder&&0!=(t.permissions&i.y3.READ)},exec:async(e,t,n)=>!(!e||e.type!==i.Tv.Folder)&&(window.OCP.Files.Router.goToRoute(null,{view:t.id,fileid:e.fileid},{dir:(0,te.join)(n,e.basename)}),null),default:i.DT.HIDDEN,order:-100}),me=new i.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===i.Tv.Folder&&(t=t+"/"+e.basename),window.OCP.Files.Router.goToRoute(null,{view:"files",fileid:e.fileid},{dir:t}),null},order:-1e3,default:i.DT.HIDDEN}),Ae=new i.p$({id:"rename",displayName:()=>(0,a.Iu)("files","Rename"),iconSvgInline:()=>'',enabled:e=>e.length>0&&e.map((e=>e.permissions)).every((e=>0!=(e&i.y3.UPDATE))),exec:async e=>((0,o.j8)("files:node:rename",e),null),order:10});var ve=r(48250);const be=new i.p$({id:"details",displayName:()=>(0,a.Iu)("files","Open details"),iconSvgInline:()=>ve,enabled:e=>1===e.length&&!!e[0]&&!!window?.OCA?.Files?.Sidebar&&((e[0].root?.startsWith("/files/")&&e[0].permissions!==i.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}),we=new i.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!==i.y3.NONE&&t.type===i.Tv.File},exec:async(e,t,n)=>!(!e||e.type!==i.Tv.File)&&(window.OCP.Files.Router.goToRoute(null,{view:"files",fileid:e.fileid},{dir:e.dirname}),null),order:80}),ye=(e,t)=>{let n=e,r=1;for(;t.includes(n);){const t=(0,te.extname)(e);n=`${(0,te.basename)(e,t)} (${r++})${t}`}return n},_e={id:"newFolder",displayName:(0,a.Iu)("files","New folder"),enabled:e=>0!=(e.permissions&i.y3.CREATE),iconSvgInline:'',order:0,async handler(e,t){const n=t.map((e=>e.basename)),r=ye((0,a.Iu)("files","New folder"),n),{fileid:l,source:c}=await(async(e,t)=>{const n=e.source+"/"+t,r=e.encodedSource+"/"+encodeURIComponent(t),i=await(0,s.Z)({method:"MKCOL",url:r,headers:{Overwrite:"F"}});return{fileid:parseInt(i.headers["oc-fileid"]),source:n}})(e,r),u=new i.gt({source:c,id:l,mtime:new Date,owner:(0,m.ts)()?.uid||null,permissions:i.y3.ALL,root:e?.root||"/files/"+(0,m.ts)()?.uid});(0,A.s$)((0,a.Iu)("files",'Created new folder "{name}"',{name:(0,te.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 Ce=r(43554),Ee=r(14596),xe=r(8501),ke=r(79267);const Te="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?self:"undefined"!=typeof window?window:globalThis,Se=Te.fetch.bind(Te);Te.Headers,Te.Request,Te.Response;const Be="@@HOTPATCHER",Ne=()=>{};function Oe(e){return{original:e,methods:[e],final:!1}}class Re{constructor(){this._configuration={registry:{},getEmptyAction:"null"},this.__type__=Be}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__!==Be)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)||Ne)(...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 r=this;for(;e.length>0;)n=[e.shift().apply(r,n)];return n[0]}}(...t.methods)}isPatched(e){return!!this.configuration.registry[e]}patch(e,t,n={}){const{chain:r=!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(r)this.configuration.registry[e]?this.configuration.registry[e].methods.push(t):this.configuration.registry[e]=Oe(t);else if(this.isPatched(e)){const{original:n}=this.configuration.registry[e];this.configuration.registry[e]=Object.assign(Oe(t),{original:n})}else this.configuration.registry[e]=Oe(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 Ie=null;var Pe=r(62639),Le=r(2568);const Me="abcdef0123456789";function je(e,t){const n=e.url.replace("//",""),r=-1==n.indexOf("/")?"/":n.slice(n.indexOf("/")),i=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,r,i,o,a){const s=a||Le(`${t}:${n}:${r}`);return e&&"md5-sess"===e.toLowerCase()?Le(`${s}:${i}:${o}`):s}(t.algorithm,t.username,t.realm,t.password,t.nonce,t.cnonce,t.ha1),l=Le(`${i}:${r}`),d=Le(o?`${s}:${t.nonce}:${a}:${t.cnonce}:${o}:${l}`:`${s}:${t.nonce}:${l}`),c={username:t.username,realm:t.realm,nonce:t.nonce,uri:r,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 De(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?$e(t,e):De(e)}return t}function $e(e,t){const n=De(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]?$e(n[e],t[e]):De(t[e]):n[e]=t[e]:n[e]=t[e]})),n}function Ue(...e){if(0===e.length)return{};const t={};return e.reduce(((e,n)=>(Object.keys(n).forEach((r=>{const i=r.toLowerCase();t.hasOwnProperty(i)?e[t[i]]=n[r]:(t[i]=r,e[r]=n[r])})),e)),{})}var He=r(42830);const qe="function"==typeof ArrayBuffer,{toString:Ve}=Object.prototype;function We(e){const t=(Ie||(Ie=new Re),Ie);return t.patchInline("request",(e=>t.patchInline("fetch",Se,e.url,function(e){let t={};const n={method:e.method};if(e.headers&&(t=Ue(t,e.headers)),void 0!==e.data){const[r,i]=function(e){if(!(0,Pe.$)()&&e instanceof He.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 qe&&(e instanceof ArrayBuffer||"[object ArrayBuffer]"===Ve.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=r,t=Ue(t,i)}return e.signal&&(n.signal=e.signal),e.withCredentials&&(n.credentials="include"),(0,Pe.$)()||(e.httpAgent||e.httpsAgent)&&(n.agent=t=>"http:"===t.protocol?e.httpAgent||new xe.Agent:e.httpsAgent||new ke.Agent),n.headers=t,n}(e))),e)}const ze=`/files/${(0,m.ts)()?.uid}`,Ye=(0,u.generateRemoteUrl)("dav"+ze),Ze=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Ye;const t=(0,Ee.eI)(e,{headers:{requesttoken:(0,m.IH)()||""}});return(0,Ee.lD)().patch("request",(e=>(e.headers?.method&&(e.method=e.headers.method,delete e.headers.method),async function(e){if(!e._digest)return We(e);const t=e._digest;delete e._digest,t.hasDigestAuth&&(e=Fe(e,{headers:{Authorization:je(e,t)}}));const n=await We(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 r=/([a-z0-9_-]+)=(?:"([^"]+)"|([a-z0-9_-]+))/gi;for(;;){const e=r.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}${Me[Math.floor(16*Math.random())]}`;return e}(),!0}(n,t),t.hasDigestAuth){e=Fe(e,{headers:{Authorization:je(e,t)}});const n=await We(e);return 401==n.status?t.hasDigestAuth=!1:t.nc++,n}}else t.nc++;return n}(e)))),t};var Ge=r(3443);const Xe=function(e){return e.split("").reduce((function(e,t){return(e=(e<<5)-e+t.charCodeAt(0))&e}),0)},Ke=Ze(),Je=function(e){const t=e.props,n=(0,i.zu)(t?.permissions),r=(0,m.ts)()?.uid,o=(0,u.generateRemoteUrl)("dav"+ze+e.filename),a={id:t?.fileid<0?Xe(o):t?.fileid||0,source:o,mtime:new Date(e.lastmod),mime:e.mime,size:t?.size||0,permissions:n,owner:r,root:ze,attributes:{...e,...t,hasPreview:t?.["has-preview"],failed:t?.fileid<0}};return delete a.attributes.props,"file"===e.type?new i.$B(a):new i.gt(a)},Qe=Ze(),et=`\n\n\t\n\t\t${(0,i.m0)()}\n\t\n\t\n\t\t1\n\t\n`,tt=async function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"/";const t=(0,i.h7)();let n;"/"===e&&(n=await Qe.stat(e,{details:!0,data:t}));const r=await Qe.getDirectoryContents(e,{details:!0,data:"/"===e?et:t,headers:{method:"/"===e?"REPORT":"PROPFIND"},includeSelf:!0}),o=n?.data||r.data[0],a=r.data.filter((t=>t.filename!==e));return{folder:Je(o),contents:a.map(Je)}},nt=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;return new i.G7({id:rt(e),name:(0,te.basename)(e),icon:he,order:t,params:{dir:e,view:"favorites"},parent:"favorites",columns:[],getContents:tt})},rt=function(e){return`favorite-${Xe(e)}`},it=Ze((0,u.generateRemoteUrl)("dav")),ot=Math.round(Date.now()/1e3-1209600),at=`\n\n\t\n\t\t\n\t\t\t\n\t\t\t\t${(0,i.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${ot}\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 st=r(22175),lt=r(25475);const dt={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 ct=r(92246),ut={};ut.styleTagTransform=L(),ut.setAttributes=O(),ut.insert=B().bind(null,"head"),ut.domAPI=T(),ut.insertStyleElement=I(),x()(ct.Z,ut),ct.Z&&ct.Z.locals&&ct.Z.locals;var ft=r(51900);const pt=(0,ft.Z)(dt,(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,ht=b.default.extend({name:"TemplatePicker",components:{NcEmptyContent:st.Z,NcModal:lt.Z,TemplatePreview:pt},props:{logger:{type:Object,required:!0}},data:()=>({checked:-1,loading:!1,name:null,opened:!1,provider:null}),computed:{extension(){return(0,te.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,te.normalize)(`${e}/${this.name}`),this.selectedTemplate?.filename,this.selectedTemplate?.templateType);this.logger.debug("Created new file",t);const n=(0,m.ts)()?.uid||null,r=new i.$B({id:t.fileid,source:(0,u.generateRemoteUrl)((0,te.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",r),window.OCP.Files.Router.goToRoute(null,{view:"files",fileid:r.fileid},{dir:r.dirname,openfile:!0}),this.close()}catch(e){this.logger.error("Error while creating the new file from template",{error:e}),(0,A.x2)(this.t("files","Unable to create new file from template"))}finally{this.loading=!1}}}});var gt=r(24142),mt={};mt.styleTagTransform=L(),mt.setAttributes=O(),mt.insert=B().bind(null,"head"),mt.domAPI=T(),mt.insertStyleElement=I(),x()(gt.Z,mt),gt.Z&>.Z.locals&>.Z.locals;const At=(0,ft.Z)(ht,(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,vt=(0,l.IY)().setApp("files").detectUser().build();b.default.mixin({methods:{t:a.Iu,n:a.uN}});const bt=document.createElement("div");bt.id="template-picker",document.body.appendChild(bt);let wt=(0,Ce.j)("files","templates",[]),yt=(0,Ce.j)("files","templates_path",!1);vt.debug("Templates providers",wt),vt.debug("Templates folder",{templatesPath:yt});const _t=new(b.default.extend(At))({name:"TemplatePicker",propsData:{logger:vt}});_t.$mount("#template-picker"),yt||(vt.debug("Templates folder not initialized"),(0,i.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&i.y3.CREATE),handler(e,t){const n=t.map((e=>e.basename)),r=ye((0,a.Iu)("files","Templates"),n);Ct(e,r),(0,i.oE)("template-picker")}})),wt.forEach(((e,t)=>{(0,i.cd)({id:`template-new-${e.app}-${t}`,displayName:e.label,iconClass:e.iconClass||"icon-file",enabled:e=>0!=(e.permissions&i.y3.CREATE),order:11,handler(t,n){const r=n.map((e=>e.basename)),i=ye(e.label+e.extension,r);_t.open(i,e)}})}));const Ct=async function(e,t){const n=(0,te.join)(e.path,t);try{vt.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}),wt=e.data.ocs.data.templates,yt=e.data.ocs.data.template_path}catch(e){vt.error("Unable to initialize the templates directory"),(0,A.x2)((0,a.Iu)("files","Unable to initialize the templates directory"))}};(0,i.p4)(c),(0,i.p4)(h),(0,i.p4)(v),(0,i.p4)(C),(0,i.p4)(pe),(0,i.p4)(ge),(0,i.p4)(me),(0,i.p4)(Ae),(0,i.p4)(be),(0,i.p4)(we),(0,i.cd)(_e),(()=>{const e=(0,Ce.j)("files","favoriteFolders",[]),t=e.map(((e,t)=>nt(e,t))),n=(0,i.Ti)();n.register(new i.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:w,order:5,columns:[],getContents:tt})),t.forEach((e=>n.register(e))),(0,o.Ld)("files:favorites:added",(e=>{e.type===i.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===i.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 r=function(){e.sort(((e,t)=>e.localeCompare(t,(0,a.G3)(),{ignorePunctuation:!0}))),e.forEach(((e,n)=>{const r=t.find((t=>t.id===rt(e)));r&&(r.order=n)}))},s=function(i){const o=nt(i);e.find((e=>e===i))||(e.push(i),t.push(o),r(),n.register(o))},l=function(i){const o=rt(i),a=e.findIndex((e=>e===i));-1!==a&&(e.splice(a,1),t.splice(a,1),n.remove(o),r())}})(),(0,i.Ti)().register(new i.G7({id:"files",name:(0,a.Iu)("files","All files"),caption:(0,a.Iu)("files","List of your files and folders."),icon:he,order:0,getContents:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"/";const t=new AbortController,n=(0,i.h7)();return new Ge.CancelablePromise((async(r,i,o)=>{o((()=>t.abort()));try{const i=await Ke.getDirectoryContents(e,{details:!0,data:n,includeSelf:!0,signal:t.signal}),o=i.data[0],a=i.data.slice(1);if(o.filename!==e)throw new Error("Root node does not match requested path");r({folder:Je(o),contents:a.map((e=>{try{return Je(e)}catch(t){return d.error(`Invalid node detected '${e.basename}'`,{error:t}),null}})).filter(Boolean)})}catch(e){i(e)}}))}})),(0,i.Ti)().register(new i.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 it.getDirectoryContents(e,{details:!0,data:at,headers:{method:"SEARCH","Content-Type":"application/xml; charset=utf-8"},deep:!0})).data;return{folder:new i.gt({id:0,source:(0,u.generateRemoteUrl)("dav"+ze),root:ze,owner:(0,m.ts)()?.uid||null,permissions:i.y3.READ}),contents:t.map(Je)}}})),"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,i.qq)("nc:hidden",{nc:"http://nextcloud.org/ns"}),(0,i.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 r,i,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,r=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,i=r(e);if(t){var o=r(this).constructor;n=Reflect.construct(i,arguments,o)}else n=i.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 r(e){return r=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},r(e)}function i(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 r=0,i=function(){};return{s:i,n:function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:i}}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,r=new Array(t);n{"use strict";n.d(t,{Z:()=>h});var r=n(87537),i=n.n(r),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()(i()),f=l()(d),p=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(${f});\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-24eb3c55] {\n height: var(--row-height, 50px);\n}\ntr.file-picker__row td[data-v-24eb3c55] {\n cursor: pointer;\n overflow: hidden;\n text-overflow: ellipsis;\n border-bottom: none;\n}\ntr.file-picker__row td[data-v-24eb3c55]:not(.row-checkbox) {\n padding-inline: 14px 0;\n}\ntr.file-picker__row td.row-size[data-v-24eb3c55] {\n text-align: end;\n padding-inline: 0 14px;\n}\ntr.file-picker__row td.row-name[data-v-24eb3c55] {\n padding-inline: 2px 0;\n}\n.file-picker__row--selected[data-v-24eb3c55] {\n background-color: var(--color-background-dark);\n}\n.file-picker__row[data-v-24eb3c55]:hover {\n background-color: var(--color-background-hover);\n}\n.file-picker__name-container[data-v-24eb3c55] {\n display: flex;\n justify-content: start;\n align-items: center;\n height: 100%;\n}\n.file-picker__file-name[data-v-24eb3c55] {\n padding-inline-start: 6px;\n min-width: 0;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.file-picker__file-extension[data-v-24eb3c55] {\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-b63d952f] {\n height: 50px;\n display: flex;\n justify-content: start;\n align-items: center;\n}\n.file-picker__view h3[data-v-b63d952f] {\n font-weight: 700;\n height: fit-content;\n margin: 0;\n}\n.file-picker__main[data-v-b63d952f] {\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-b63d952f] {\n box-sizing: border-box;\n}\n[data-v-b63d952f] .file-picker {\n height: min(80vh, 800px);\n}\n@media (max-width: 512px) {\n [data-v-b63d952f] .file-picker {\n height: calc(100% - 16px - var(--default-clickable-area));\n }\n}\n[data-v-b63d952f] .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-24eb3c55] {\n height: var(--row-height, 50px);\n}\ntr.file-picker__row td[data-v-24eb3c55] {\n cursor: pointer;\n overflow: hidden;\n text-overflow: ellipsis;\n border-bottom: none;\n}\ntr.file-picker__row td[data-v-24eb3c55]:not(.row-checkbox) {\n padding-inline: 14px 0;\n}\ntr.file-picker__row td.row-size[data-v-24eb3c55] {\n text-align: end;\n padding-inline: 0 14px;\n}\ntr.file-picker__row td.row-name[data-v-24eb3c55] {\n padding-inline: 2px 0;\n}\n.file-picker__row--selected[data-v-24eb3c55] {\n background-color: var(--color-background-dark);\n}\n.file-picker__row[data-v-24eb3c55]:hover {\n background-color: var(--color-background-hover);\n}\n.file-picker__name-container[data-v-24eb3c55] {\n display: flex;\n justify-content: start;\n align-items: center;\n height: 100%;\n}\n.file-picker__file-name[data-v-24eb3c55] {\n padding-inline-start: 6px;\n min-width: 0;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.file-picker__file-extension[data-v-24eb3c55] {\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-b63d952f] {\n height: 50px;\n display: flex;\n justify-content: start;\n align-items: center;\n}\n.file-picker__view h3[data-v-b63d952f] {\n font-weight: 700;\n height: fit-content;\n margin: 0;\n}\n.file-picker__main[data-v-b63d952f] {\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-b63d952f] {\n box-sizing: border-box;\n}\n[data-v-b63d952f] .file-picker {\n height: min(80vh, 800px);\n}\n@media (max-width: 512px) {\n [data-v-b63d952f] .file-picker {\n height: calc(100% - 16px - var(--default-clickable-area));\n }\n}\n[data-v-b63d952f] .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 r=n(87537),i=n.n(r),o=n(23645),a=n.n(o)()(i());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 r=n(87537),i=n.n(r),o=n(23645),a=n.n(o)()(i());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},17187:(e,t,n)=>{"use strict";var r,i=n(25108),o="object"==typeof Reflect?Reflect:null,a=o&&"function"==typeof o.apply?o.apply:function(e,t,n){return Function.prototype.apply.call(e,t,n)};r=o&&"function"==typeof o.ownKeys?o.ownKeys:Object.getOwnPropertySymbols?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:function(e){return Object.getOwnPropertyNames(e)};var s=Number.isNaN||function(e){return e!=e};function l(){l.init.call(this)}e.exports=l,e.exports.once=function(e,t){return new Promise((function(n,r){function i(n){e.removeListener(t,o),r(n)}function o(){"function"==typeof e.removeListener&&e.removeListener("error",i),n([].slice.call(arguments))}v(e,t,o,{once:!0}),"error"!==t&&function(e,t,n){"function"==typeof e.on&&v(e,"error",t,{once:!0})}(e,i)}))},l.EventEmitter=l,l.prototype._events=void 0,l.prototype._eventsCount=0,l.prototype._maxListeners=void 0;var d=10;function c(e){if("function"!=typeof e)throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof e)}function u(e){return void 0===e._maxListeners?l.defaultMaxListeners:e._maxListeners}function f(e,t,n,r){var o,a,s,l;if(c(n),void 0===(a=e._events)?(a=e._events=Object.create(null),e._eventsCount=0):(void 0!==a.newListener&&(e.emit("newListener",t,n.listener?n.listener:n),a=e._events),s=a[t]),void 0===s)s=a[t]=n,++e._eventsCount;else if("function"==typeof s?s=a[t]=r?[n,s]:[s,n]:r?s.unshift(n):s.push(n),(o=u(e))>0&&s.length>o&&!s.warned){s.warned=!0;var d=new Error("Possible EventEmitter memory leak detected. "+s.length+" "+String(t)+" listeners added. Use emitter.setMaxListeners() to increase limit");d.name="MaxListenersExceededWarning",d.emitter=e,d.type=t,d.count=s.length,l=d,i&&i.warn&&i.warn(l)}return e}function p(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,0===arguments.length?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function h(e,t,n){var r={fired:!1,wrapFn:void 0,target:e,type:t,listener:n},i=p.bind(r);return i.listener=n,r.wrapFn=i,i}function g(e,t,n){var r=e._events;if(void 0===r)return[];var i=r[t];return void 0===i?[]:"function"==typeof i?n?[i.listener||i]:[i]:n?function(e){for(var t=new Array(e.length),n=0;n0&&(o=t[0]),o instanceof Error)throw o;var s=new Error("Unhandled error."+(o?" ("+o.message+")":""));throw s.context=o,s}var l=i[e];if(void 0===l)return!1;if("function"==typeof l)a(l,this,t);else{var d=l.length,c=A(l,d);for(n=0;n=0;o--)if(n[o]===t||n[o].listener===t){a=n[o].listener,i=o;break}if(i<0)return this;0===i?n.shift():function(e,t){for(;t+1=0;r--)this.removeListener(e,t[r]);return this},l.prototype.listeners=function(e){return g(this,e,!0)},l.prototype.rawListeners=function(e){return g(this,e,!1)},l.listenerCount=function(e,t){return"function"==typeof e.listenerCount?e.listenerCount(t):m.call(e,t)},l.prototype.listenerCount=m,l.prototype.eventNames=function(){return this._eventsCount>0?r(this._events):[]}},79267:(e,t,n)=>{var r=n(8501),i=n(8575),o=e.exports;for(var a in r)r.hasOwnProperty(a)&&(o[a]=r[a]);function s(e){if("string"==typeof e&&(e=i.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),r.request.call(this,e,t)},o.get=function(e,t){return e=s(e),r.get.call(this,e,t)}},94281:e=>{"use strict";var t={};function n(e,n,r){r||(r=Error);var i=function(e){var t,r;function i(t,r,i){return e.call(this,function(e,t,r){return"string"==typeof n?n:n(e,t,r)}(t,r,i))||this}return r=e,(t=i).prototype=Object.create(r.prototype),t.prototype.constructor=t,t.__proto__=r,i}(r);i.prototype.name=r.name,i.prototype.code=e,t[e]=i}function r(e,t){if(Array.isArray(e)){var n=e.length;return e=e.map((function(e){return String(e)})),n>2?"one of ".concat(t," ").concat(e.slice(0,n-1).join(", "),", or ")+e[n-1]:2===n?"one of ".concat(t," ").concat(e[0]," or ").concat(e[1]):"of ".concat(t," ").concat(e[0])}return"of ".concat(t," ").concat(String(e))}n("ERR_INVALID_OPT_VALUE",(function(e,t){return'The value "'+t+'" is invalid for option "'+e+'"'}),TypeError),n("ERR_INVALID_ARG_TYPE",(function(e,t,n){var i,o,a,s,l;if("string"==typeof t&&(o="not ",t.substr(0,4)===o)?(i="must not be",t=t.replace(/^not /,"")):i="must be",function(e,t,n){return(void 0===n||n>e.length)&&(n=e.length),e.substring(n-9,n)===t}(e," argument"))a="The ".concat(e," ").concat(i," ").concat(r(t,"type"));else{var d=("number"!=typeof l&&(l=0),l+1>(s=e).length||-1===s.indexOf(".",l)?"argument":"property");a='The "'.concat(e,'" ').concat(d," ").concat(i," ").concat(r(t,"type"))}return a+". Received type ".concat(typeof n)}),TypeError),n("ERR_STREAM_PUSH_AFTER_EOF","stream.push() after EOF"),n("ERR_METHOD_NOT_IMPLEMENTED",(function(e){return"The "+e+" method is not implemented"})),n("ERR_STREAM_PREMATURE_CLOSE","Premature close"),n("ERR_STREAM_DESTROYED",(function(e){return"Cannot call "+e+" after a stream was destroyed"})),n("ERR_MULTIPLE_CALLBACK","Callback called multiple times"),n("ERR_STREAM_CANNOT_PIPE","Cannot pipe, not readable"),n("ERR_STREAM_WRITE_AFTER_END","write after end"),n("ERR_STREAM_NULL_VALUES","May not write null values to stream",TypeError),n("ERR_UNKNOWN_ENCODING",(function(e){return"Unknown encoding: "+e}),TypeError),n("ERR_STREAM_UNSHIFT_AFTER_END_EVENT","stream.unshift() after end event"),e.exports.q=t},56753:(e,t,n)=>{"use strict";var r=n(34155),i=Object.keys||function(e){var t=[];for(var n in e)t.push(n);return t};e.exports=c;var o=n(79481),a=n(64229);n(35717)(c,o);for(var s=i(a.prototype),l=0;l{"use strict";e.exports=i;var r=n(74605);function i(e){if(!(this instanceof i))return new i(e);r.call(this,e)}n(35717)(i,r),i.prototype._transform=function(e,t,n){n(null,e)}},79481:(e,t,n)=>{"use strict";var r,i=n(34155);e.exports=x,x.ReadableState=E,n(17187).EventEmitter;var o,a=function(e,t){return e.listeners(t).length},s=n(22503),l=n(48764).Buffer,d=(void 0!==n.g?n.g:"undefined"!=typeof window?window:"undefined"!=typeof self?self:{}).Uint8Array||function(){},c=n(94616);o=c&&c.debuglog?c.debuglog("stream"):function(){};var u,f,p,h=n(57327),g=n(61195),m=n(82457).getHighWaterMark,A=n(94281).q,v=A.ERR_INVALID_ARG_TYPE,b=A.ERR_STREAM_PUSH_AFTER_EOF,w=A.ERR_METHOD_NOT_IMPLEMENTED,y=A.ERR_STREAM_UNSHIFT_AFTER_END_EVENT;n(35717)(x,s);var _=g.errorOrDestroy,C=["error","close","destroy","pause","resume"];function E(e,t,i){r=r||n(56753),e=e||{},"boolean"!=typeof i&&(i=t instanceof r),this.objectMode=!!e.objectMode,i&&(this.objectMode=this.objectMode||!!e.readableObjectMode),this.highWaterMark=m(this,e,"readableHighWaterMark",i),this.buffer=new h,this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.resumeScheduled=!1,this.paused=!0,this.emitClose=!1!==e.emitClose,this.autoDestroy=!!e.autoDestroy,this.destroyed=!1,this.defaultEncoding=e.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,e.encoding&&(u||(u=n(32553).s),this.decoder=new u(e.encoding),this.encoding=e.encoding)}function x(e){if(r=r||n(56753),!(this instanceof x))return new x(e);var t=this instanceof r;this._readableState=new E(e,this,t),this.readable=!0,e&&("function"==typeof e.read&&(this._read=e.read),"function"==typeof e.destroy&&(this._destroy=e.destroy)),s.call(this)}function k(e,t,n,r,i){o("readableAddChunk",t);var a,s=e._readableState;if(null===t)s.reading=!1,function(e,t){if(o("onEofChunk"),!t.ended){if(t.decoder){var n=t.decoder.end();n&&n.length&&(t.buffer.push(n),t.length+=t.objectMode?1:n.length)}t.ended=!0,t.sync?N(e):(t.needReadable=!1,t.emittedReadable||(t.emittedReadable=!0,O(e)))}}(e,s);else if(i||(a=function(e,t){var n,r;return r=t,l.isBuffer(r)||r instanceof d||"string"==typeof t||void 0===t||e.objectMode||(n=new v("chunk",["string","Buffer","Uint8Array"],t)),n}(s,t)),a)_(e,a);else if(s.objectMode||t&&t.length>0)if("string"==typeof t||s.objectMode||Object.getPrototypeOf(t)===l.prototype||(t=function(e){return l.from(e)}(t)),r)s.endEmitted?_(e,new y):T(e,s,t,!0);else if(s.ended)_(e,new b);else{if(s.destroyed)return!1;s.reading=!1,s.decoder&&!n?(t=s.decoder.write(t),s.objectMode||0!==t.length?T(e,s,t,!1):R(e,s)):T(e,s,t,!1)}else r||(s.reading=!1,R(e,s));return!s.ended&&(s.lengtht.highWaterMark&&(t.highWaterMark=function(e){return e>=S?e=S:(e--,e|=e>>>1,e|=e>>>2,e|=e>>>4,e|=e>>>8,e|=e>>>16,e++),e}(e)),e<=t.length?e:t.ended?t.length:(t.needReadable=!0,0))}function N(e){var t=e._readableState;o("emitReadable",t.needReadable,t.emittedReadable),t.needReadable=!1,t.emittedReadable||(o("emitReadable",t.flowing),t.emittedReadable=!0,i.nextTick(O,e))}function O(e){var t=e._readableState;o("emitReadable_",t.destroyed,t.length,t.ended),t.destroyed||!t.length&&!t.ended||(e.emit("readable"),t.emittedReadable=!1),t.needReadable=!t.flowing&&!t.ended&&t.length<=t.highWaterMark,j(e)}function R(e,t){t.readingMore||(t.readingMore=!0,i.nextTick(I,e,t))}function I(e,t){for(;!t.reading&&!t.ended&&(t.length0,t.resumeScheduled&&!t.paused?t.flowing=!0:e.listenerCount("data")>0&&e.resume()}function L(e){o("readable nexttick read 0"),e.read(0)}function M(e,t){o("resume",t.reading),t.reading||e.read(0),t.resumeScheduled=!1,e.emit("resume"),j(e),t.flowing&&!t.reading&&e.read(0)}function j(e){var t=e._readableState;for(o("flow",t.flowing);t.flowing&&null!==e.read(););}function D(e,t){return 0===t.length?null:(t.objectMode?n=t.buffer.shift():!e||e>=t.length?(n=t.decoder?t.buffer.join(""):1===t.buffer.length?t.buffer.first():t.buffer.concat(t.length),t.buffer.clear()):n=t.buffer.consume(e,t.decoder),n);var n}function F(e){var t=e._readableState;o("endReadable",t.endEmitted),t.endEmitted||(t.ended=!0,i.nextTick($,t,e))}function $(e,t){if(o("endReadableNT",e.endEmitted,e.length),!e.endEmitted&&0===e.length&&(e.endEmitted=!0,t.readable=!1,t.emit("end"),e.autoDestroy)){var n=t._writableState;(!n||n.autoDestroy&&n.finished)&&t.destroy()}}function U(e,t){for(var n=0,r=e.length;n=t.highWaterMark:t.length>0)||t.ended))return o("read: emitReadable",t.length,t.ended),0===t.length&&t.ended?F(this):N(this),null;if(0===(e=B(e,t))&&t.ended)return 0===t.length&&F(this),null;var r,i=t.needReadable;return o("need readable",i),(0===t.length||t.length-e0?D(e,t):null)?(t.needReadable=t.length<=t.highWaterMark,e=0):(t.length-=e,t.awaitDrain=0),0===t.length&&(t.ended||(t.needReadable=!0),n!==e&&t.ended&&F(this)),null!==r&&this.emit("data",r),r},x.prototype._read=function(e){_(this,new w("_read()"))},x.prototype.pipe=function(e,t){var n=this,r=this._readableState;switch(r.pipesCount){case 0:r.pipes=e;break;case 1:r.pipes=[r.pipes,e];break;default:r.pipes.push(e)}r.pipesCount+=1,o("pipe count=%d opts=%j",r.pipesCount,t);var s=t&&!1===t.end||e===i.stdout||e===i.stderr?g:l;function l(){o("onend"),e.end()}r.endEmitted?i.nextTick(s):n.once("end",s),e.on("unpipe",(function t(i,a){o("onunpipe"),i===n&&a&&!1===a.hasUnpiped&&(a.hasUnpiped=!0,o("cleanup"),e.removeListener("close",p),e.removeListener("finish",h),e.removeListener("drain",d),e.removeListener("error",f),e.removeListener("unpipe",t),n.removeListener("end",l),n.removeListener("end",g),n.removeListener("data",u),c=!0,!r.awaitDrain||e._writableState&&!e._writableState.needDrain||d())}));var d=function(e){return function(){var t=e._readableState;o("pipeOnDrain",t.awaitDrain),t.awaitDrain&&t.awaitDrain--,0===t.awaitDrain&&a(e,"data")&&(t.flowing=!0,j(e))}}(n);e.on("drain",d);var c=!1;function u(t){o("ondata");var i=e.write(t);o("dest.write",i),!1===i&&((1===r.pipesCount&&r.pipes===e||r.pipesCount>1&&-1!==U(r.pipes,e))&&!c&&(o("false write response, pause",r.awaitDrain),r.awaitDrain++),n.pause())}function f(t){o("onerror",t),g(),e.removeListener("error",f),0===a(e,"error")&&_(e,t)}function p(){e.removeListener("finish",h),g()}function h(){o("onfinish"),e.removeListener("close",p),g()}function g(){o("unpipe"),n.unpipe(e)}return n.on("data",u),function(e,t,n){if("function"==typeof e.prependListener)return e.prependListener(t,n);e._events&&e._events[t]?Array.isArray(e._events[t])?e._events[t].unshift(n):e._events[t]=[n,e._events[t]]:e.on(t,n)}(e,"error",f),e.once("close",p),e.once("finish",h),e.emit("pipe",n),r.flowing||(o("pipe resume"),n.resume()),e},x.prototype.unpipe=function(e){var t=this._readableState,n={hasUnpiped:!1};if(0===t.pipesCount)return this;if(1===t.pipesCount)return e&&e!==t.pipes||(e||(e=t.pipes),t.pipes=null,t.pipesCount=0,t.flowing=!1,e&&e.emit("unpipe",this,n)),this;if(!e){var r=t.pipes,i=t.pipesCount;t.pipes=null,t.pipesCount=0,t.flowing=!1;for(var o=0;o0,!1!==r.flowing&&this.resume()):"readable"===e&&(r.endEmitted||r.readableListening||(r.readableListening=r.needReadable=!0,r.flowing=!1,r.emittedReadable=!1,o("on readable",r.length,r.reading),r.length?N(this):r.reading||i.nextTick(L,this))),n},x.prototype.addListener=x.prototype.on,x.prototype.removeListener=function(e,t){var n=s.prototype.removeListener.call(this,e,t);return"readable"===e&&i.nextTick(P,this),n},x.prototype.removeAllListeners=function(e){var t=s.prototype.removeAllListeners.apply(this,arguments);return"readable"!==e&&void 0!==e||i.nextTick(P,this),t},x.prototype.resume=function(){var e=this._readableState;return e.flowing||(o("resume"),e.flowing=!e.readableListening,function(e,t){t.resumeScheduled||(t.resumeScheduled=!0,i.nextTick(M,e,t))}(this,e)),e.paused=!1,this},x.prototype.pause=function(){return o("call pause flowing=%j",this._readableState.flowing),!1!==this._readableState.flowing&&(o("pause"),this._readableState.flowing=!1,this.emit("pause")),this._readableState.paused=!0,this},x.prototype.wrap=function(e){var t=this,n=this._readableState,r=!1;for(var i in e.on("end",(function(){if(o("wrapped end"),n.decoder&&!n.ended){var e=n.decoder.end();e&&e.length&&t.push(e)}t.push(null)})),e.on("data",(function(i){o("wrapped data"),n.decoder&&(i=n.decoder.write(i)),n.objectMode&&null==i||(n.objectMode||i&&i.length)&&(t.push(i)||(r=!0,e.pause()))})),e)void 0===this[i]&&"function"==typeof e[i]&&(this[i]=function(t){return function(){return e[t].apply(e,arguments)}}(i));for(var a=0;a{"use strict";e.exports=c;var r=n(94281).q,i=r.ERR_METHOD_NOT_IMPLEMENTED,o=r.ERR_MULTIPLE_CALLBACK,a=r.ERR_TRANSFORM_ALREADY_TRANSFORMING,s=r.ERR_TRANSFORM_WITH_LENGTH_0,l=n(56753);function d(e,t){var n=this._transformState;n.transforming=!1;var r=n.writecb;if(null===r)return this.emit("error",new o);n.writechunk=null,n.writecb=null,null!=t&&this.push(t),r(e);var i=this._readableState;i.reading=!1,(i.needReadable||i.length{"use strict";var r,i=n(34155);function o(e){var t=this;this.next=null,this.entry=null,this.finish=function(){!function(e,t,n){var r=e.entry;for(e.entry=null;r;){var i=r.callback;t.pendingcb--,i(undefined),r=r.next}t.corkedRequestsFree.next=e}(t,e)}}e.exports=x,x.WritableState=E;var a,s={deprecate:n(94927)},l=n(22503),d=n(48764).Buffer,c=(void 0!==n.g?n.g:"undefined"!=typeof window?window:"undefined"!=typeof self?self:{}).Uint8Array||function(){},u=n(61195),f=n(82457).getHighWaterMark,p=n(94281).q,h=p.ERR_INVALID_ARG_TYPE,g=p.ERR_METHOD_NOT_IMPLEMENTED,m=p.ERR_MULTIPLE_CALLBACK,A=p.ERR_STREAM_CANNOT_PIPE,v=p.ERR_STREAM_DESTROYED,b=p.ERR_STREAM_NULL_VALUES,w=p.ERR_STREAM_WRITE_AFTER_END,y=p.ERR_UNKNOWN_ENCODING,_=u.errorOrDestroy;function C(){}function E(e,t,a){r=r||n(56753),e=e||{},"boolean"!=typeof a&&(a=t instanceof r),this.objectMode=!!e.objectMode,a&&(this.objectMode=this.objectMode||!!e.writableObjectMode),this.highWaterMark=f(this,e,"writableHighWaterMark",a),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;var s=!1===e.decodeStrings;this.decodeStrings=!s,this.defaultEncoding=e.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(e){!function(e,t){var n=e._writableState,r=n.sync,o=n.writecb;if("function"!=typeof o)throw new m;if(function(e){e.writing=!1,e.writecb=null,e.length-=e.writelen,e.writelen=0}(n),t)!function(e,t,n,r,o){--t.pendingcb,n?(i.nextTick(o,r),i.nextTick(O,e,t),e._writableState.errorEmitted=!0,_(e,r)):(o(r),e._writableState.errorEmitted=!0,_(e,r),O(e,t))}(e,n,r,t,o);else{var a=B(n)||e.destroyed;a||n.corked||n.bufferProcessing||!n.bufferedRequest||S(e,n),r?i.nextTick(T,e,n,a,o):T(e,n,a,o)}}(t,e)},this.writecb=null,this.writelen=0,this.bufferedRequest=null,this.lastBufferedRequest=null,this.pendingcb=0,this.prefinished=!1,this.errorEmitted=!1,this.emitClose=!1!==e.emitClose,this.autoDestroy=!!e.autoDestroy,this.bufferedRequestCount=0,this.corkedRequestsFree=new o(this)}function x(e){var t=this instanceof(r=r||n(56753));if(!t&&!a.call(x,this))return new x(e);this._writableState=new E(e,this,t),this.writable=!0,e&&("function"==typeof e.write&&(this._write=e.write),"function"==typeof e.writev&&(this._writev=e.writev),"function"==typeof e.destroy&&(this._destroy=e.destroy),"function"==typeof e.final&&(this._final=e.final)),l.call(this)}function k(e,t,n,r,i,o,a){t.writelen=r,t.writecb=a,t.writing=!0,t.sync=!0,t.destroyed?t.onwrite(new v("write")):n?e._writev(i,t.onwrite):e._write(i,o,t.onwrite),t.sync=!1}function T(e,t,n,r){n||function(e,t){0===t.length&&t.needDrain&&(t.needDrain=!1,e.emit("drain"))}(e,t),t.pendingcb--,r(),O(e,t)}function S(e,t){t.bufferProcessing=!0;var n=t.bufferedRequest;if(e._writev&&n&&n.next){var r=t.bufferedRequestCount,i=new Array(r),a=t.corkedRequestsFree;a.entry=n;for(var s=0,l=!0;n;)i[s]=n,n.isBuf||(l=!1),n=n.next,s+=1;i.allBuffers=l,k(e,t,!0,t.length,i,"",a.finish),t.pendingcb++,t.lastBufferedRequest=null,a.next?(t.corkedRequestsFree=a.next,a.next=null):t.corkedRequestsFree=new o(t),t.bufferedRequestCount=0}else{for(;n;){var d=n.chunk,c=n.encoding,u=n.callback;if(k(e,t,!1,t.objectMode?1:d.length,d,c,u),n=n.next,t.bufferedRequestCount--,t.writing)break}null===n&&(t.lastBufferedRequest=null)}t.bufferedRequest=n,t.bufferProcessing=!1}function B(e){return e.ending&&0===e.length&&null===e.bufferedRequest&&!e.finished&&!e.writing}function N(e,t){e._final((function(n){t.pendingcb--,n&&_(e,n),t.prefinished=!0,e.emit("prefinish"),O(e,t)}))}function O(e,t){var n=B(t);if(n&&(function(e,t){t.prefinished||t.finalCalled||("function"!=typeof e._final||t.destroyed?(t.prefinished=!0,e.emit("prefinish")):(t.pendingcb++,t.finalCalled=!0,i.nextTick(N,e,t)))}(e,t),0===t.pendingcb&&(t.finished=!0,e.emit("finish"),t.autoDestroy))){var r=e._readableState;(!r||r.autoDestroy&&r.endEmitted)&&e.destroy()}return n}n(35717)(x,l),E.prototype.getBuffer=function(){for(var e=this.bufferedRequest,t=[];e;)t.push(e),e=e.next;return t},function(){try{Object.defineProperty(E.prototype,"buffer",{get:s.deprecate((function(){return this.getBuffer()}),"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.","DEP0003")})}catch(e){}}(),"function"==typeof Symbol&&Symbol.hasInstance&&"function"==typeof Function.prototype[Symbol.hasInstance]?(a=Function.prototype[Symbol.hasInstance],Object.defineProperty(x,Symbol.hasInstance,{value:function(e){return!!a.call(this,e)||this===x&&e&&e._writableState instanceof E}})):a=function(e){return e instanceof this},x.prototype.pipe=function(){_(this,new A)},x.prototype.write=function(e,t,n){var r,o=this._writableState,a=!1,s=!o.objectMode&&(r=e,d.isBuffer(r)||r instanceof c);return s&&!d.isBuffer(e)&&(e=function(e){return d.from(e)}(e)),"function"==typeof t&&(n=t,t=null),s?t="buffer":t||(t=o.defaultEncoding),"function"!=typeof n&&(n=C),o.ending?function(e,t){var n=new w;_(e,n),i.nextTick(t,n)}(this,n):(s||function(e,t,n,r){var o;return null===n?o=new b:"string"==typeof n||t.objectMode||(o=new h("chunk",["string","Buffer"],n)),!o||(_(e,o),i.nextTick(r,o),!1)}(this,o,e,n))&&(o.pendingcb++,a=function(e,t,n,r,i,o){if(!n){var a=function(e,t,n){return e.objectMode||!1===e.decodeStrings||"string"!=typeof t||(t=d.from(t,n)),t}(t,r,i);r!==a&&(n=!0,i="buffer",r=a)}var s=t.objectMode?1:r.length;t.length+=s;var l=t.length-1))throw new y(e);return this._writableState.defaultEncoding=e,this},Object.defineProperty(x.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}}),Object.defineProperty(x.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),x.prototype._write=function(e,t,n){n(new g("_write()"))},x.prototype._writev=null,x.prototype.end=function(e,t,n){var r=this._writableState;return"function"==typeof e?(n=e,e=null,t=null):"function"==typeof t&&(n=t,t=null),null!=e&&this.write(e,t),r.corked&&(r.corked=1,this.uncork()),r.ending||function(e,t,n){t.ending=!0,O(e,t),n&&(t.finished?i.nextTick(n):e.once("finish",n)),t.ended=!0,e.writable=!1}(this,r,n),this},Object.defineProperty(x.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}}),Object.defineProperty(x.prototype,"destroyed",{enumerable:!1,get:function(){return void 0!==this._writableState&&this._writableState.destroyed},set:function(e){this._writableState&&(this._writableState.destroyed=e)}}),x.prototype.destroy=u.destroy,x.prototype._undestroy=u.undestroy,x.prototype._destroy=function(e,t){t(e)}},45850:(e,t,n)=>{"use strict";var r,i=n(34155);function o(e,t,n){return(t=function(e){var t=function(e,t){if("object"!=typeof e||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,"string");if("object"!=typeof r)return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:String(t)}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var a=n(8610),s=Symbol("lastResolve"),l=Symbol("lastReject"),d=Symbol("error"),c=Symbol("ended"),u=Symbol("lastPromise"),f=Symbol("handlePromise"),p=Symbol("stream");function h(e,t){return{value:e,done:t}}function g(e){var t=e[s];if(null!==t){var n=e[p].read();null!==n&&(e[u]=null,e[s]=null,e[l]=null,t(h(n,!1)))}}function m(e){i.nextTick(g,e)}var A=Object.getPrototypeOf((function(){})),v=Object.setPrototypeOf((o(r={get stream(){return this[p]},next:function(){var e=this,t=this[d];if(null!==t)return Promise.reject(t);if(this[c])return Promise.resolve(h(void 0,!0));if(this[p].destroyed)return new Promise((function(t,n){i.nextTick((function(){e[d]?n(e[d]):t(h(void 0,!0))}))}));var n,r=this[u];if(r)n=new Promise(function(e,t){return function(n,r){e.then((function(){t[c]?n(h(void 0,!0)):t[f](n,r)}),r)}}(r,this));else{var o=this[p].read();if(null!==o)return Promise.resolve(h(o,!1));n=new Promise(this[f])}return this[u]=n,n}},Symbol.asyncIterator,(function(){return this})),o(r,"return",(function(){var e=this;return new Promise((function(t,n){e[p].destroy(null,(function(e){e?n(e):t(h(void 0,!0))}))}))})),r),A);e.exports=function(e){var t,n=Object.create(v,(o(t={},p,{value:e,writable:!0}),o(t,s,{value:null,writable:!0}),o(t,l,{value:null,writable:!0}),o(t,d,{value:null,writable:!0}),o(t,c,{value:e._readableState.endEmitted,writable:!0}),o(t,f,{value:function(e,t){var r=n[p].read();r?(n[u]=null,n[s]=null,n[l]=null,e(h(r,!1))):(n[s]=e,n[l]=t)},writable:!0}),t));return n[u]=null,a(e,(function(e){if(e&&"ERR_STREAM_PREMATURE_CLOSE"!==e.code){var t=n[l];return null!==t&&(n[u]=null,n[s]=null,n[l]=null,t(e)),void(n[d]=e)}var r=n[s];null!==r&&(n[u]=null,n[s]=null,n[l]=null,r(h(void 0,!0))),n[c]=!0})),e.on("readable",m.bind(null,n)),n}},57327:(e,t,n)=>{"use strict";function r(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function i(e){for(var t=1;t0?this.tail.next=t:this.head=t,this.tail=t,++this.length}},{key:"unshift",value:function(e){var t={data:e,next:this.head};0===this.length&&(this.tail=t),this.head=t,++this.length}},{key:"shift",value:function(){if(0!==this.length){var e=this.head.data;return 1===this.length?this.head=this.tail=null:this.head=this.head.next,--this.length,e}}},{key:"clear",value:function(){this.head=this.tail=null,this.length=0}},{key:"join",value:function(e){if(0===this.length)return"";for(var t=this.head,n=""+t.data;t=t.next;)n+=e+t.data;return n}},{key:"concat",value:function(e){if(0===this.length)return l.alloc(0);for(var t,n,r,i=l.allocUnsafe(e>>>0),o=this.head,a=0;o;)t=o.data,n=i,r=a,l.prototype.copy.call(t,n,r),a+=o.data.length,o=o.next;return i}},{key:"consume",value:function(e,t){var n;return ei.length?i.length:e;if(o===i.length?r+=i:r+=i.slice(0,e),0==(e-=o)){o===i.length?(++n,t.next?this.head=t.next:this.head=this.tail=null):(this.head=t,t.data=i.slice(o));break}++n}return this.length-=n,r}},{key:"_getBuffer",value:function(e){var t=l.allocUnsafe(e),n=this.head,r=1;for(n.data.copy(t),e-=n.data.length;n=n.next;){var i=n.data,o=e>i.length?i.length:e;if(i.copy(t,t.length-e,0,o),0==(e-=o)){o===i.length?(++r,n.next?this.head=n.next:this.head=this.tail=null):(this.head=n,n.data=i.slice(o));break}++r}return this.length-=r,t}},{key:c,value:function(e,t){return d(this,i(i({},t),{},{depth:0,customInspect:!1}))}}])&&a(t.prototype,n),Object.defineProperty(t,"prototype",{writable:!1}),e}()},61195:(e,t,n)=>{"use strict";var r=n(34155);function i(e,t){a(e,t),o(e)}function o(e){e._writableState&&!e._writableState.emitClose||e._readableState&&!e._readableState.emitClose||e.emit("close")}function a(e,t){e.emit("error",t)}e.exports={destroy:function(e,t){var n=this,s=this._readableState&&this._readableState.destroyed,l=this._writableState&&this._writableState.destroyed;return s||l?(t?t(e):e&&(this._writableState?this._writableState.errorEmitted||(this._writableState.errorEmitted=!0,r.nextTick(a,this,e)):r.nextTick(a,this,e)),this):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(e||null,(function(e){!t&&e?n._writableState?n._writableState.errorEmitted?r.nextTick(o,n):(n._writableState.errorEmitted=!0,r.nextTick(i,n,e)):r.nextTick(i,n,e):t?(r.nextTick(o,n),t(e)):r.nextTick(o,n)})),this)},undestroy:function(){this._readableState&&(this._readableState.destroyed=!1,this._readableState.reading=!1,this._readableState.ended=!1,this._readableState.endEmitted=!1),this._writableState&&(this._writableState.destroyed=!1,this._writableState.ended=!1,this._writableState.ending=!1,this._writableState.finalCalled=!1,this._writableState.prefinished=!1,this._writableState.finished=!1,this._writableState.errorEmitted=!1)},errorOrDestroy:function(e,t){var n=e._readableState,r=e._writableState;n&&n.autoDestroy||r&&r.autoDestroy?e.destroy(t):e.emit("error",t)}}},8610:(e,t,n)=>{"use strict";var r=n(94281).q.ERR_STREAM_PREMATURE_CLOSE;function i(){}e.exports=function e(t,n,o){if("function"==typeof n)return e(t,null,n);n||(n={}),o=function(e){var t=!1;return function(){if(!t){t=!0;for(var n=arguments.length,r=new Array(n),i=0;i{e.exports=function(){throw new Error("Readable.from is not available in the browser")}},59946:(e,t,n)=>{"use strict";var r,i=n(94281).q,o=i.ERR_MISSING_ARGS,a=i.ERR_STREAM_DESTROYED;function s(e){if(e)throw e}function l(e){e()}function d(e,t){return e.pipe(t)}e.exports=function(){for(var e=arguments.length,t=new Array(e),i=0;i0,(function(e){c||(c=e),e&&f.forEach(l),o||(f.forEach(l),u(c))}))}));return t.reduce(d)}},82457:(e,t,n)=>{"use strict";var r=n(94281).q.ERR_INVALID_OPT_VALUE;e.exports={getHighWaterMark:function(e,t,n,i){var o=function(e,t,n){return null!=e.highWaterMark?e.highWaterMark:t?e[n]:null}(t,i,n);if(null!=o){if(!isFinite(o)||Math.floor(o)!==o||o<0)throw new r(i?n:"highWaterMark",o);return Math.floor(o)}return e.objectMode?16:16384}}},22503:(e,t,n)=>{e.exports=n(17187).EventEmitter},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)},89509:(e,t,n)=>{var r=n(48764),i=r.Buffer;function o(e,t){for(var n in e)t[n]=e[n]}function a(e,t,n){return i(e,t,n)}i.from&&i.alloc&&i.allocUnsafe&&i.allocUnsafeSlow?e.exports=r:(o(r,t),t.Buffer=a),a.prototype=Object.create(i.prototype),o(i,a),a.from=function(e,t,n){if("number"==typeof e)throw new TypeError("Argument must not be a number");return i(e,t,n)},a.alloc=function(e,t,n){if("number"!=typeof e)throw new TypeError("Argument must be a number");var r=i(e);return void 0!==t?"string"==typeof n?r.fill(t,n):r.fill(t):r.fill(0),r},a.allocUnsafe=function(e){if("number"!=typeof e)throw new TypeError("Argument must be a number");return i(e)},a.allocUnsafeSlow=function(e){if("number"!=typeof e)throw new TypeError("Argument must be a number");return r.SlowBuffer(e)}},42830:(e,t,n)=>{e.exports=i;var r=n(17187).EventEmitter;function i(){r.call(this)}n(35717)(i,r),i.Readable=n(79481),i.Writable=n(64229),i.Duplex=n(56753),i.Transform=n(74605),i.PassThrough=n(82725),i.finished=n(8610),i.pipeline=n(59946),i.Stream=i,i.prototype.pipe=function(e,t){var n=this;function i(t){e.writable&&!1===e.write(t)&&n.pause&&n.pause()}function o(){n.readable&&n.resume&&n.resume()}n.on("data",i),e.on("drain",o),e._isStdio||t&&!1===t.end||(n.on("end",s),n.on("close",l));var a=!1;function s(){a||(a=!0,e.end())}function l(){a||(a=!0,"function"==typeof e.destroy&&e.destroy())}function d(e){if(c(),0===r.listenerCount(this,"error"))throw e}function c(){n.removeListener("data",i),e.removeListener("drain",o),n.removeListener("end",s),n.removeListener("close",l),n.removeListener("error",d),e.removeListener("error",d),n.removeListener("end",c),n.removeListener("close",c),e.removeListener("close",c)}return n.on("error",d),e.on("error",d),n.on("end",c),n.on("close",c),e.on("close",c),e.emit("pipe",n),e}},8501:(e,t,n)=>{var r=n(11989),i=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 i=-1===n.g.location.protocol.search(/^https?:$/)?"http:":"",a=e.protocol||i,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 r(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=r,l.IncomingMessage=i.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 r;function i(){if(void 0!==r)return r;if(n.g.XMLHttpRequest){r=new n.g.XMLHttpRequest;try{r.open("GET",n.g.XDomainRequest?"/":"https://example.com")}catch(e){r=null}}else r=null;return r}function o(e){var t=i();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||!!i()&&a(i().overrideMimeType),r=null},11989:(e,t,n)=>{var r=n(48764).Buffer,i=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 "+r.from(e.auth).toString("base64")),Object.keys(e.headers).forEach((function(t){n.setHeader(t,e.headers[t])}));var i=!0;if("disable-fetch"===e.mode||"requestTimeout"in e&&!o.abortController)i=!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,i),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===f.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 r=e._headers,a=null;"GET"!==t.method&&"HEAD"!==t.method&&(a=new Blob(e._body,{type:(r["content-type"]||{}).value||""}));var s=[];if(Object.keys(r).forEach((function(e){var t=r[e].name,n=r[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 i.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 i.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 f=["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 r=n(34155),i=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(){r.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(i.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(i.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 f=u.match(/;\s*charset=([^;])(;|$)/);f&&(l._charset=f[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,r=t._xhr,o=null;switch(t._mode){case"text":if((o=r.responseText).length>t._pos){var a=o.substr(t._pos);if("x-user-defined"===t._charset){for(var s=i.alloc(a.length),d=0;dt._pos&&(t.push(i.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))}},32553:(e,t,n)=>{"use strict";var r=n(89509).Buffer,i=r.isEncoding||function(e){switch((e=""+e)&&e.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}};function o(e){var t;switch(this.encoding=function(e){var t=function(e){if(!e)return"utf8";for(var t;;)switch(e){case"utf8":case"utf-8":return"utf8";case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return"utf16le";case"latin1":case"binary":return"latin1";case"base64":case"ascii":case"hex":return e;default:if(t)return;e=(""+e).toLowerCase(),t=!0}}(e);if("string"!=typeof t&&(r.isEncoding===i||!i(e)))throw new Error("Unknown encoding: "+e);return t||e}(e),this.encoding){case"utf16le":this.text=l,this.end=d,t=4;break;case"utf8":this.fillLast=s,t=4;break;case"base64":this.text=c,this.end=u,t=3;break;default:return this.write=f,void(this.end=p)}this.lastNeed=0,this.lastTotal=0,this.lastChar=r.allocUnsafe(t)}function a(e){return e<=127?0:e>>5==6?2:e>>4==14?3:e>>3==30?4:e>>6==2?-1:-2}function s(e){var t=this.lastTotal-this.lastNeed,n=function(e,t,n){if(128!=(192&t[0]))return e.lastNeed=0,"�";if(e.lastNeed>1&&t.length>1){if(128!=(192&t[1]))return e.lastNeed=1,"�";if(e.lastNeed>2&&t.length>2&&128!=(192&t[2]))return e.lastNeed=2,"�"}}(this,e);return void 0!==n?n:this.lastNeed<=e.length?(e.copy(this.lastChar,t,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal)):(e.copy(this.lastChar,t,0,e.length),void(this.lastNeed-=e.length))}function l(e,t){if((e.length-t)%2==0){var n=e.toString("utf16le",t);if(n){var r=n.charCodeAt(n.length-1);if(r>=55296&&r<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=e[e.length-2],this.lastChar[1]=e[e.length-1],n.slice(0,-1)}return n}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=e[e.length-1],e.toString("utf16le",t,e.length-1)}function d(e){var t=e&&e.length?this.write(e):"";if(this.lastNeed){var n=this.lastTotal-this.lastNeed;return t+this.lastChar.toString("utf16le",0,n)}return t}function c(e,t){var n=(e.length-t)%3;return 0===n?e.toString("base64",t):(this.lastNeed=3-n,this.lastTotal=3,1===n?this.lastChar[0]=e[e.length-1]:(this.lastChar[0]=e[e.length-2],this.lastChar[1]=e[e.length-1]),e.toString("base64",t,e.length-n))}function u(e){var t=e&&e.length?this.write(e):"";return this.lastNeed?t+this.lastChar.toString("base64",0,3-this.lastNeed):t}function f(e){return e.toString(this.encoding)}function p(e){return e&&e.length?this.write(e):""}t.s=o,o.prototype.write=function(e){if(0===e.length)return"";var t,n;if(this.lastNeed){if(void 0===(t=this.fillLast(e)))return"";n=this.lastNeed,this.lastNeed=0}else n=0;return n=0?(i>0&&(e.lastNeed=i-1),i):--r=0?(i>0&&(e.lastNeed=i-2),i):--r=0?(i>0&&(2===i?i=0:e.lastNeed=i-3),i):0}(this,e,t);if(!this.lastNeed)return e.toString("utf8",t);this.lastTotal=n;var r=e.length-(n-this.lastNeed);return e.copy(this.lastChar,0,r),e.toString("utf8",t,r)},o.prototype.fillLast=function(e){if(this.lastNeed<=e.length)return e.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);e.copy(this.lastChar,this.lastTotal-this.lastNeed,0,e.length),this.lastNeed-=e.length}},94927:(e,t,n)=>{var r=n(25108);function i(e){try{if(!n.g.localStorage)return!1}catch(e){return!1}var t=n.g.localStorage[e];return null!=t&&"true"===String(t).toLowerCase()}e.exports=function(e,t){if(i("noDeprecation"))return e;var n=!1;return function(){if(!n){if(i("throwDeprecation"))throw new Error(t);i("traceDeprecation")?r.trace(t):r.warn(t),n=!0}return e.apply(this,arguments)}}},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:()=>P,DT:()=>A,G7:()=>st,RL:()=>$,Ti:()=>H,Tv:()=>B,_o:()=>M,cd:()=>dt,e4:()=>R,gt:()=>L,h7:()=>k,m0:()=>E,oE:()=>ct,p$:()=>v,p4:()=>b,pC:()=>F,qq:()=>C,rp:()=>D,sS:()=>m,tB:()=>T,w4:()=>x,y3:()=>w,zu:()=>S});var r=n(77958),i=n(17499),o=n(31352),a=n(62520),s=n(65358),l=n(79753),d=n(14596);const c=null===(u=(0,r.ts)())?(0,i.IY)().setApp("files").build():(0,i.IY)().setApp("files").setUid(u.uid).build();var u;class f{_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 p=function(){return typeof window._nc_newfilemenu>"u"&&(window._nc_newfilemenu=new f,c.debug("NewFileMenu initialized")),window._nc_newfilemenu},h=["B","KB","MB","GB","TB","PB"],g=["B","KiB","MiB","GiB","TiB","PiB"];function m(e,t=!1,n=!1,r=!1){n=n&&!r,"string"==typeof e&&(e=Number(e));let i=e>0?Math.floor(Math.log(e)/Math.log(r?1e3:1024)):0;i=Math.min((n?g.length:h.length)-1,i);const a=n?g[i]:h[i];let s=(e/Math.pow(r?1e3:1024,i)).toFixed(1);return!0===t&&0===i?("0.0"!==s?"< 1 ":"0 ")+(n?g[1]:h[1]):(s=i<2?parseFloat(s).toFixed(0):parseFloat(s).toLocaleString((0,o.aj)()),s+" "+a)}var A=(e=>(e.DEFAULT="default",e.HIDDEN="hidden",e))(A||{});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(A).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 b=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 w=(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))(w||{});const y=["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"],_={d:"DAV:",nc:"http://nextcloud.org/ns",oc:"http://owncloud.org/ns",ocs:"http://open-collaboration-services.org/ns"},C=function(e,t={nc:"http://nextcloud.org/ns"}){typeof window._nc_dav_properties>"u"&&(window._nc_dav_properties=[...y],window._nc_dav_namespaces={..._});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=[...y]),window._nc_dav_properties.map((e=>`<${e} />`)).join(" ")},x=function(){return typeof window._nc_dav_namespaces>"u"&&(window._nc_dav_namespaces={..._}),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`},T=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,r.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`},S=function(e=""){let t=w.NONE;return e&&((e.includes("C")||e.includes("K"))&&(t|=w.CREATE),e.includes("G")&&(t|=w.READ),(e.includes("W")||e.includes("N")||e.includes("V"))&&(t|=w.UPDATE),e.includes("D")&&(t|=w.DELETE),e.includes("R")&&(t|=w.SHARE)),t};var B=(e=>(e.Folder="folder",e.File="file",e))(B||{});const N=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>=w.NONE&&e.permissions<=w.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&&N(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(R).includes(e.status))throw new Error("Status must be a valid NodeStatus")};var R=(e=>(e.NEW="new",e.FAILED="failed",e.LOADING="loading",e.LOCKED="locked",e))(R||{});class I{_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:w.NONE:w.READ}get owner(){return this.isDavRessource?this._data.owner:null}get isDavRessource(){return N(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 P extends I{get type(){return B.File}}class L extends I{constructor(e){super({...e,mime:"httpd/unix-directory"})}get type(){return B.Folder}get extension(){return null}get mime(){return"httpd/unix-directory"}}const M=`/files/${(0,r.ts)()?.uid}`,j=(0,l.generateRemoteUrl)("dav"),D=function(e=j){const t=(0,d.eI)(e);function n(e){t.setHeaders({"X-Requested-With":"XMLHttpRequest",requesttoken:e??""})}return(0,r._S)(n),n((0,r.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},F=async(e,t="/",n=M)=>(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=>$(e,n))),$=function(e,t=M,n=j){const i=e.props,o=S(i?.permissions),a=(0,r.ts)()?.uid,s={id:i?.fileid||0,source:`${n}${e.filename}`,mtime:new Date(Date.parse(e.lastmod)),mime:e.mime,size:i?.size||Number.parseInt(i.getcontentlength||"0"),permissions:o,owner:a,root:t,attributes:{...e,...i,hasPreview:i?.["has-preview"]}};return delete s.attributes?.props,"file"===e.type?new P(s):new L(s)};class U{_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 H=function(){return typeof window._nc_navigation>"u"&&(window._nc_navigation=new U,c.debug("Navigation service initialized")),window._nc_navigation};class q{_column;constructor(e){V(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 V=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 W={},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]*",r=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 r=Object.keys(t),i=r.length;for(let o=0;o"u")},e.getAllMatches=function(e,t){const n=[];let r=t.exec(e);for(;r;){const i=[];i.startIndex=t.lastIndex-r[0].length;const o=r.length;for(let e=0;e5&&"xml"===r)return ie("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}W.validate=function(e,t){t=Object.assign({},Z,t);const n=[];let r=!1,i=!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.",ie("InvalidTag",t,se(e,o))}const d=ee(e,o);if(!1===d)return ie("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 i=ne(c,t);if(!0!==i)return ie(i.err.code,i.err.msg,se(e,n+i.err.line));r=!0}else if(s){if(!d.tagClosed)return ie("InvalidTag","Closing tag '"+l+"' doesn't have proper closing.",se(e,o));if(c.trim().length>0)return ie("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 ie("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&&(i=!0)}}else{const s=ne(c,t);if(!0!==s)return ie(s.err.code,s.err.msg,se(e,o-c.length+s.err.line));if(!0===i)return ie("InvalidXml","Multiple possible root nodes found.",se(e,o));-1!==t.unpairedTags.indexOf(l)||n.push({tagName:l,tagStartPos:a}),r=!0}for(o++;o0)||ie("InvalidXml","Invalid '"+JSON.stringify(n.map((e=>e.tagName)),null,4).replace(/\r?\n/g,"")+"' found.",{line:1,col:1}):ie("InvalidXml","Start tag expected.",1)};const J='"',Q="'";function ee(e,t){let n="",r="",i=!1;for(;t"===e[t]&&""===r){i=!0;break}n+=e[t]}return""===r&&{value:n,index:t,tagClosed:i}}const te=new RegExp("(\\s*)([^\\s=]+)(\\s*=)?(\\s*(['\"])(([\\s\\S])*?)\\5)?","g");function ne(e,t){const n=Y.getAllMatches(e,te),r={};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 fe(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 r=1,i=!1,o=!1,a="";for(;t"===e[t]){if(o?"-"===e[t-1]&&"-"===e[t-2]&&(o=!1,r--):r--,0===r)break}else"["===e[t]?i=!0:a+=e[t];else{if(i&&he(e,t))t+=7,[entityName,val,t]=fe(e,t+1),-1===val.indexOf("&")&&(n[ve(entityName)]={regx:RegExp(`&${entityName};`,"g"),val});else if(i&&ge(e,t))t+=8;else if(i&&me(e,t))t+=8;else if(i&&Ae(e,t))t+=9;else{if(!pe)throw new Error("Invalid DOCTYPE");o=!0}r++,a=""}if(0!==r)throw new Error("Unclosed DOCTYPE")}return{entities:n,i:t}},xe=function(e,t={}){if(t=Object.assign({},ye,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&&be.test(n))return Number.parseInt(n,16);{const r=we.exec(n);if(r){const i=r[1],o=r[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}(r[3]);const s=r[4]||r[6];if(!t.leadingZeros&&o.length>0&&i&&"."!==n[2])return e;if(!t.leadingZeros&&o.length>0&&!i&&"."!==n[1])return e;{const r=Number(n),l=""+r;return-1!==l.search(/[eE]/)||s?t.eNotation?r:e:-1!==n.indexOf(".")?"0"===l&&""===a||l===a||i&&l==="-"+a?r:e:o?a===l||i+a===l?r:e:n===l||n===i+l?r:e}}return e}};function ke(e){const t=Object.keys(e);for(let n=0;n0)){a||(e=this.replaceEntitiesValue(e));const r=this.options.tagValueProcessor(t,e,n,i,o);return null==r?e:typeof r!=typeof e||r!==e?r:this.options.trimValues||e.trim()===e?Fe(e,this.options.parseTagValue,this.options.numberParseOptions):e}}function Se(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,_e.nameRegexp);const Be=new RegExp("([^\\s=]+)\\s*(=\\s*(['\"])([\\s\\S]*?)\\3)?","gm");function Ne(e,t,n){if(!this.options.ignoreAttributes&&"string"==typeof e){const n=_e.getAllMatches(e,Be),r=n.length,i={};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&&(r=this.saveTextToParentTag(r,n,i));const s=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;s&&-1!==this.options.unpairedTags.indexOf(s)?(l=i.lastIndexOf(".",i.lastIndexOf(".")-1),this.tagsNodeStack.pop()):l=i.lastIndexOf("."),i=i.substring(0,l),n=this.tagsNodeStack.pop(),r="",o=t}else if("?"===e[o+1]){let t=je(e,o,!1,"?>");if(!t)throw new Error("Pi Tag is not closed.");if(r=this.saveTextToParentTag(r,n,i),!(this.options.ignoreDeclaration&&"?xml"===t.tagName||this.options.ignorePiTags)){const e=new Ce(t.tagName);e.add(this.options.textNodeName,""),t.tagName!==t.tagExp&&t.attrExpPresent&&(e[":@"]=this.buildAttributesMap(t.tagExp,i,t.tagName)),this.addChild(n,e,i)}o=t.closeIndex+1}else if("!--"===e.substr(o+1,3)){const t=Me(e,"--\x3e",o+4,"Comment is not closed.");if(this.options.commentPropName){const a=e.substring(o+4,t-2);r=this.saveTextToParentTag(r,n,i),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=Me(e,"]]>",o,"CDATA is not closed.")-2,a=e.substring(o+9,t);if(r=this.saveTextToParentTag(r,n,i),this.options.cdataPropName)n.add(this.options.cdataPropName,[{[this.options.textNodeName]:a}]);else{let e=this.parseTextData(a,n.tagname,i,!0,!1,!0);null==e&&(e=""),n.add(this.options.textNodeName,e)}o=t+2}else{let a=je(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&&r&&"!xml"!==n.tagname&&(r=this.saveTextToParentTag(r,n,i,!1));const f=n;if(f&&-1!==this.options.unpairedTags.indexOf(f.tagname)&&(n=this.tagsNodeStack.pop(),i=i.substring(0,i.lastIndexOf("."))),s!==t.tagname&&(i+=i?"."+s:s),this.isItStopNode(this.options.stopNodes,i,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 r=new Ce(s);s!==d&&c&&(r[":@"]=this.buildAttributesMap(d,i,s)),t&&(t=this.parseTextData(t,s,i,!0,c,!0,!0)),i=i.substr(0,i.lastIndexOf(".")),r.add(this.options.textNodeName,t),this.addChild(n,r,i)}else{if(d.length>0&&d.lastIndexOf("/")===d.length-1){"/"===s[s.length-1]?(s=s.substr(0,s.length-1),i=i.substr(0,i.length-1),d=s):d=d.substr(0,d.length-1),this.options.transformTagName&&(s=this.options.transformTagName(s));const e=new Ce(s);s!==d&&c&&(e[":@"]=this.buildAttributesMap(d,i,s)),this.addChild(n,e,i),i=i.substr(0,i.lastIndexOf("."))}else{const e=new Ce(s);this.tagsNodeStack.push(n),s!==d&&c&&(e[":@"]=this.buildAttributesMap(d,i,s)),this.addChild(n,e,i),n=e}r="",o=u}}else r+=e[o];return t.child};function Re(e,t,n){const r=this.options.updateTag(t.tagname,n,t[":@"]);!1===r||("string"==typeof r&&(t.tagname=r),e.addChild(t))}const Ie=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 Pe(e,t,n,r){return e&&(void 0===r&&(r=0===Object.keys(t.child).length),void 0!==(e=this.parseTextData(e,t.tagname,n,!1,!!t[":@"]&&0!==Object.keys(t[":@"]).length,r))&&""!==e&&t.add(this.options.textNodeName,e),e=""),e}function Le(e,t,n){const r="*."+n;for(const n in e){const i=e[n];if(r===i||t===i)return!0}return!1}function Me(e,t,n,r){const i=e.indexOf(t,n);if(-1===i)throw new Error(r);return i+t.length-1}function je(e,t,n,r=">"){const i=function(e,t,n=">"){let r,i="";for(let o=t;o",n,`${t} is not closed`);if(e.substring(n+2,o).trim()===t&&(i--,0===i))return{tagContent:e.substring(r,n),i:o};n=o}else if("?"===e[n+1])n=Me(e,"?>",n+1,"StopNode is not closed.");else if("!--"===e.substr(n+1,3))n=Me(e,"--\x3e",n+3,"StopNode is not closed.");else if("!["===e.substr(n+1,2))n=Me(e,"]]>",n,"StopNode is not closed.")-2;else{const r=je(e,n,">");r&&((r&&r.tagName)===t&&"/"!==r.tagExp[r.tagExp.length-1]&&i++,n=r.closeIndex)}}function Fe(e,t,n){if(t&&"string"==typeof e){const t=e.trim();return"true"===t||"false"!==t&&xe(e,n)}return _e.isExist(e)?e:""}var $e={};function Ue(e,t,n){let r;const i={};for(let o=0;o0&&(i[t.textNodeName]=r):void 0!==r&&(i[t.textNodeName]=r),i}function He(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=Te,this.resolveNameSpace=Se,this.buildAttributesMap=Ne,this.isItStopNode=Le,this.replaceEntitiesValue=Ie,this.readStopNodeData=De,this.saveTextToParentTag=Pe,this.addChild=Re}},{prettify:Ye}=$e,Ze=W;function Ge(e,t,n,r){let i="",o=!1;for(let a=0;a`,o=!1;continue}if(l===t.commentPropName){i+=r+`\x3c!--${s[l][0][t.textNodeName]}--\x3e`,o=!0;continue}if("?"===l[0]){const e=Ke(s[":@"],t),n="?xml"===l?"":r;let a=s[l][0][t.textNodeName];a=0!==a.length?" "+a:"",i+=n+`<${l}${a}${e}?>`,o=!0;continue}let c=r;""!==c&&(c+=t.indentBy);const u=r+`<${l}${Ke(s[":@"],t)}`,f=Ge(s[l],t,d,c);-1!==t.unpairedTags.indexOf(l)?t.suppressUnpairedNode?i+=u+">":i+=u+"/>":f&&0!==f.length||!t.suppressEmptyNode?f&&f.endsWith(">")?i+=u+`>${f}${r}`:(i+=u+">",f&&""!==r&&(f.includes("/>")||f.includes("`):i+=u+"/>",o=!0}return i}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=rt,this.options.format?(this.indentate=it,this.tagEndChar=">\n",this.newLine="\n"):(this.indentate=function(){return""},this.tagEndChar=">",this.newLine="")}function rt(e,t,n){const r=this.j2x(e,n+1);return void 0!==e[this.options.textNodeName]&&1===Object.keys(e).length?this.buildTextValNode(e[this.options.textNodeName],t,r.attrStr,n):this.buildObjectNode(r.val,t,r.attrStr,n)}function it(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="",r="";for(let i in e)if(Object.prototype.hasOwnProperty.call(e,i))if(typeof e[i]>"u")this.isAttribute(i)&&(r+="");else if(null===e[i])this.isAttribute(i)?r+="":"?"===i[0]?r+=this.indentate(t)+"<"+i+"?"+this.tagEndChar:r+=this.indentate(t)+"<"+i+"/"+this.tagEndChar;else if(e[i]instanceof Date)r+=this.buildTextValNode(e[i],i,"",t);else if("object"!=typeof e[i]){const o=this.isAttribute(i);if(o)n+=this.buildAttrPairStr(o,""+e[i]);else if(i===this.options.textNodeName){let t=this.options.tagValueProcessor(i,""+e[i]);r+=this.replaceEntitiesValue(t)}else r+=this.buildTextValNode(e[i],i,"",t)}else if(Array.isArray(e[i])){const n=e[i].length;let o="";for(let a=0;a"u"||(null===n?"?"===i[0]?r+=this.indentate(t)+"<"+i+"?"+this.tagEndChar:r+=this.indentate(t)+"<"+i+"/"+this.tagEndChar:"object"==typeof n?this.options.oneListGroup?o+=this.j2x(n,t+1).val:o+=this.processTextOrObjNode(n,i,t):o+=this.buildTextValNode(n,i,"",t))}this.options.oneListGroup&&(o=this.buildObjectNode(o,i,"",t)),r+=o}else if(this.options.attributesGroupName&&i===this.options.attributesGroupName){const t=Object.keys(e[i]),r=t.length;for(let o=0;o"+e+i}},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(r)+`\x3c!--${e}--\x3e`+this.newLine;if("?"===t[0])return this.indentate(r)+"<"+t+n+"?"+this.tagEndChar;{let i=this.options.tagValueProcessor(t,e);return i=this.replaceEntitiesValue(i),""===i?this.indentate(r)+"<"+t+n+this.closeTag(t)+this.tagEndChar:this.indentate(r)+"<"+t+n+">"+i+"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 q))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 p().registerEntry(e)},ct=function(e){return p().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 i[e].call(n.exports,n,n.exports,a),n.loaded=!0,n.exports}a.m=i,e=[],a.O=(t,n,r,i)=>{if(!n){var o=1/0;for(c=0;c=i)&&Object.keys(a.O).every((e=>a.O[e](n[l])))?n.splice(l--,1):(s=!1,i0&&e[c-1][2]>i;c--)e[c]=e[c-1];e[c]=[n,r,i]},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="+{2048:"78a82614529a3cefcde7",4180:"fe82f3a2dac70d6b82bc"}[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={},r="nextcloud:",a.l=(e,t,i,o)=>{if(n[e])n[e].push(t);else{var s,l;if(void 0!==i)for(var d=document.getElementsByTagName("script"),c=0;c{s.onerror=s.onload=null,clearTimeout(p);var i=n[e];if(delete n[e],s.parentNode&&s.parentNode.removeChild(s),i&&i.forEach((e=>e(r))),t)return t(r)},p=setTimeout(f.bind(null,void 0,{type:"timeout",target:s}),12e4);s.onerror=f.bind(null,s.onerror),s.onload=f.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 r=n.length-1;r>-1&&!e;)e=n[r--].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 r=a.o(e,t)?e[t]:void 0;if(0!==r)if(r)n.push(r[2]);else{var i=new Promise(((n,i)=>r=e[t]=[n,i]));n.push(r[2]=i);var o=a.p+a.u(t),s=new Error;a.l(o,(n=>{if(a.o(e,t)&&(0!==(r=e[t])&&(e[t]=void 0),r)){var i=n&&("load"===n.type?"missing":n.type),o=n&&n.target&&n.target.src;s.message="Loading chunk "+t+" failed.\n("+i+": "+o+")",s.name="ChunkLoadError",s.type=i,s.request=o,r[1](s)}}),"chunk-"+t,t)}},a.O.j=t=>0===e[t];var t=(t,n)=>{var r,i,o=n[0],s=n[1],l=n[2],d=0;if(o.some((t=>0!==e[t]))){for(r in s)a.o(s,r)&&(a.m[r]=s[r]);if(l)var c=l(a)}for(t&&t(n);da(34507)));s=a.O(s)})(); +//# sourceMappingURL=files-init.js.map?v=d8fde50dac8492b740b0 \ No newline at end of file diff --git a/dist/files-init.js.map b/dist/files-init.js.map index 5ebd34aff15c9..e1f71ef616a78 100644 --- a/dist/files-init.js.map +++ b/dist/files-init.js.map @@ -1 +1 @@ -{"version":3,"file":"files-init.js?v=afc572a7ace7c320d5e6","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/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/FolderMove.vue","webpack:///nextcloud/node_modules/vue-material-design-icons/FolderMove.vue?vue&type=script&lang=js","webpack://nextcloud/./node_modules/vue-material-design-icons/FolderMove.vue?50e5","webpack:///nextcloud/node_modules/vue-material-design-icons/FolderMove.vue?vue&type=template&id=1f36751d","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/events/events.js","webpack:///nextcloud/node_modules/https-browserify/index.js","webpack:///nextcloud/node_modules/readable-stream/errors-browser.js","webpack:///nextcloud/node_modules/readable-stream/lib/_stream_duplex.js","webpack:///nextcloud/node_modules/readable-stream/lib/_stream_passthrough.js","webpack:///nextcloud/node_modules/readable-stream/lib/_stream_readable.js","webpack:///nextcloud/node_modules/readable-stream/lib/_stream_transform.js","webpack:///nextcloud/node_modules/readable-stream/lib/_stream_writable.js","webpack:///nextcloud/node_modules/readable-stream/lib/internal/streams/async_iterator.js","webpack:///nextcloud/node_modules/readable-stream/lib/internal/streams/buffer_list.js","webpack:///nextcloud/node_modules/readable-stream/lib/internal/streams/destroy.js","webpack:///nextcloud/node_modules/readable-stream/lib/internal/streams/end-of-stream.js","webpack:///nextcloud/node_modules/readable-stream/lib/internal/streams/from-browser.js","webpack:///nextcloud/node_modules/readable-stream/lib/internal/streams/pipeline.js","webpack:///nextcloud/node_modules/readable-stream/lib/internal/streams/state.js","webpack:///nextcloud/node_modules/readable-stream/lib/internal/streams/stream-browser.js","webpack:///nextcloud/node_modules/readable-stream/readable-browser.js","webpack:///nextcloud/node_modules/safe-buffer/index.js","webpack:///nextcloud/node_modules/stream-browserify/index.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/string_decoder/lib/string_decoder.js","webpack:///nextcloud/node_modules/util-deprecate/browser.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};\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\n .map(node => node.permissions)\n .every(permission => (permission & Permission.READ) !== 0);\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\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 }","\n\n","import mod from \"-!../vue-loader/lib/index.js??vue-loader-options!./FolderMove.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../vue-loader/lib/index.js??vue-loader-options!./FolderMove.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./FolderMove.vue?vue&type=template&id=1f36751d\"\nimport script from \"./FolderMove.vue?vue&type=script&lang=js\"\nexport * from \"./FolderMove.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-move-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\":\"M14,18V15H10V11H14V8L19,13M20,6H12L10,4H4C2.89,4 2,4.89 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V8C22,6.89 21.1,6 20,6Z\"}},[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e()])])])\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 '@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 CopyIcon from 'vue-material-design-icons/FileMultiple.vue';\nimport FolderMoveSvg from '@mdi/svg/svg/folder-move.svg?raw';\nimport MoveIcon from 'vue-material-design-icons/FolderMove.vue';\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 if (node.path.startsWith(destination.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: CopyIcon,\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: MoveIcon,\n async callback(destination) {\n try {\n await handleCopyMoveNodeTo(node, destination[0], MoveCopyAction.MOVE);\n resolve(true);\n }\n catch (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-24eb3c55] {\n height: var(--row-height, 50px);\n}\ntr.file-picker__row td[data-v-24eb3c55] {\n cursor: pointer;\n overflow: hidden;\n text-overflow: ellipsis;\n border-bottom: none;\n}\ntr.file-picker__row td[data-v-24eb3c55]:not(.row-checkbox) {\n padding-inline: 14px 0;\n}\ntr.file-picker__row td.row-size[data-v-24eb3c55] {\n text-align: end;\n padding-inline: 0 14px;\n}\ntr.file-picker__row td.row-name[data-v-24eb3c55] {\n padding-inline: 2px 0;\n}\n.file-picker__row--selected[data-v-24eb3c55] {\n background-color: var(--color-background-dark);\n}\n.file-picker__row[data-v-24eb3c55]:hover {\n background-color: var(--color-background-hover);\n}\n.file-picker__name-container[data-v-24eb3c55] {\n display: flex;\n justify-content: start;\n align-items: center;\n height: 100%;\n}\n.file-picker__file-name[data-v-24eb3c55] {\n padding-inline-start: 6px;\n min-width: 0;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.file-picker__file-extension[data-v-24eb3c55] {\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-b63d952f] {\n height: 50px;\n display: flex;\n justify-content: start;\n align-items: center;\n}\n.file-picker__view h3[data-v-b63d952f] {\n font-weight: 700;\n height: fit-content;\n margin: 0;\n}\n.file-picker__main[data-v-b63d952f] {\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-b63d952f] {\n box-sizing: border-box;\n}\n[data-v-b63d952f] .file-picker {\n height: min(80vh, 800px);\n}\n@media (max-width: 512px) {\n [data-v-b63d952f] .file-picker {\n height: calc(100% - 16px - var(--default-clickable-area));\n }\n}\n[data-v-b63d952f] .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-24eb3c55] {\\n height: var(--row-height, 50px);\\n}\\ntr.file-picker__row td[data-v-24eb3c55] {\\n cursor: pointer;\\n overflow: hidden;\\n text-overflow: ellipsis;\\n border-bottom: none;\\n}\\ntr.file-picker__row td[data-v-24eb3c55]:not(.row-checkbox) {\\n padding-inline: 14px 0;\\n}\\ntr.file-picker__row td.row-size[data-v-24eb3c55] {\\n text-align: end;\\n padding-inline: 0 14px;\\n}\\ntr.file-picker__row td.row-name[data-v-24eb3c55] {\\n padding-inline: 2px 0;\\n}\\n.file-picker__row--selected[data-v-24eb3c55] {\\n background-color: var(--color-background-dark);\\n}\\n.file-picker__row[data-v-24eb3c55]:hover {\\n background-color: var(--color-background-hover);\\n}\\n.file-picker__name-container[data-v-24eb3c55] {\\n display: flex;\\n justify-content: start;\\n align-items: center;\\n height: 100%;\\n}\\n.file-picker__file-name[data-v-24eb3c55] {\\n padding-inline-start: 6px;\\n min-width: 0;\\n overflow: hidden;\\n text-overflow: ellipsis;\\n}\\n.file-picker__file-extension[data-v-24eb3c55] {\\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-b63d952f] {\\n height: 50px;\\n display: flex;\\n justify-content: start;\\n align-items: center;\\n}\\n.file-picker__view h3[data-v-b63d952f] {\\n font-weight: 700;\\n height: fit-content;\\n margin: 0;\\n}\\n.file-picker__main[data-v-b63d952f] {\\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-b63d952f] {\\n box-sizing: border-box;\\n}\\n[data-v-b63d952f] .file-picker {\\n height: min(80vh, 800px);\\n}\\n@media (max-width: 512px) {\\n [data-v-b63d952f] .file-picker {\\n height: calc(100% - 16px - var(--default-clickable-area));\\n }\\n}\\n[data-v-b63d952f] .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","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n'use strict';\n\nvar R = typeof Reflect === 'object' ? Reflect : null\nvar ReflectApply = R && typeof R.apply === 'function'\n ? R.apply\n : function ReflectApply(target, receiver, args) {\n return Function.prototype.apply.call(target, receiver, args);\n }\n\nvar ReflectOwnKeys\nif (R && typeof R.ownKeys === 'function') {\n ReflectOwnKeys = R.ownKeys\n} else if (Object.getOwnPropertySymbols) {\n ReflectOwnKeys = function ReflectOwnKeys(target) {\n return Object.getOwnPropertyNames(target)\n .concat(Object.getOwnPropertySymbols(target));\n };\n} else {\n ReflectOwnKeys = function ReflectOwnKeys(target) {\n return Object.getOwnPropertyNames(target);\n };\n}\n\nfunction ProcessEmitWarning(warning) {\n if (console && console.warn) console.warn(warning);\n}\n\nvar NumberIsNaN = Number.isNaN || function NumberIsNaN(value) {\n return value !== value;\n}\n\nfunction EventEmitter() {\n EventEmitter.init.call(this);\n}\nmodule.exports = EventEmitter;\nmodule.exports.once = once;\n\n// Backwards-compat with node 0.10.x\nEventEmitter.EventEmitter = EventEmitter;\n\nEventEmitter.prototype._events = undefined;\nEventEmitter.prototype._eventsCount = 0;\nEventEmitter.prototype._maxListeners = undefined;\n\n// By default EventEmitters will print a warning if more than 10 listeners are\n// added to it. This is a useful default which helps finding memory leaks.\nvar defaultMaxListeners = 10;\n\nfunction checkListener(listener) {\n if (typeof listener !== 'function') {\n throw new TypeError('The \"listener\" argument must be of type Function. Received type ' + typeof listener);\n }\n}\n\nObject.defineProperty(EventEmitter, 'defaultMaxListeners', {\n enumerable: true,\n get: function() {\n return defaultMaxListeners;\n },\n set: function(arg) {\n if (typeof arg !== 'number' || arg < 0 || NumberIsNaN(arg)) {\n throw new RangeError('The value of \"defaultMaxListeners\" is out of range. It must be a non-negative number. Received ' + arg + '.');\n }\n defaultMaxListeners = arg;\n }\n});\n\nEventEmitter.init = function() {\n\n if (this._events === undefined ||\n this._events === Object.getPrototypeOf(this)._events) {\n this._events = Object.create(null);\n this._eventsCount = 0;\n }\n\n this._maxListeners = this._maxListeners || undefined;\n};\n\n// Obviously not all Emitters should be limited to 10. This function allows\n// that to be increased. Set to zero for unlimited.\nEventEmitter.prototype.setMaxListeners = function setMaxListeners(n) {\n if (typeof n !== 'number' || n < 0 || NumberIsNaN(n)) {\n throw new RangeError('The value of \"n\" is out of range. It must be a non-negative number. Received ' + n + '.');\n }\n this._maxListeners = n;\n return this;\n};\n\nfunction _getMaxListeners(that) {\n if (that._maxListeners === undefined)\n return EventEmitter.defaultMaxListeners;\n return that._maxListeners;\n}\n\nEventEmitter.prototype.getMaxListeners = function getMaxListeners() {\n return _getMaxListeners(this);\n};\n\nEventEmitter.prototype.emit = function emit(type) {\n var args = [];\n for (var i = 1; i < arguments.length; i++) args.push(arguments[i]);\n var doError = (type === 'error');\n\n var events = this._events;\n if (events !== undefined)\n doError = (doError && events.error === undefined);\n else if (!doError)\n return false;\n\n // If there is no 'error' event listener then throw.\n if (doError) {\n var er;\n if (args.length > 0)\n er = args[0];\n if (er instanceof Error) {\n // Note: The comments on the `throw` lines are intentional, they show\n // up in Node's output if this results in an unhandled exception.\n throw er; // Unhandled 'error' event\n }\n // At least give some kind of context to the user\n var err = new Error('Unhandled error.' + (er ? ' (' + er.message + ')' : ''));\n err.context = er;\n throw err; // Unhandled 'error' event\n }\n\n var handler = events[type];\n\n if (handler === undefined)\n return false;\n\n if (typeof handler === 'function') {\n ReflectApply(handler, this, args);\n } else {\n var len = handler.length;\n var listeners = arrayClone(handler, len);\n for (var i = 0; i < len; ++i)\n ReflectApply(listeners[i], this, args);\n }\n\n return true;\n};\n\nfunction _addListener(target, type, listener, prepend) {\n var m;\n var events;\n var existing;\n\n checkListener(listener);\n\n events = target._events;\n if (events === undefined) {\n events = target._events = Object.create(null);\n target._eventsCount = 0;\n } else {\n // To avoid recursion in the case that type === \"newListener\"! Before\n // adding it to the listeners, first emit \"newListener\".\n if (events.newListener !== undefined) {\n target.emit('newListener', type,\n listener.listener ? listener.listener : listener);\n\n // Re-assign `events` because a newListener handler could have caused the\n // this._events to be assigned to a new object\n events = target._events;\n }\n existing = events[type];\n }\n\n if (existing === undefined) {\n // Optimize the case of one listener. Don't need the extra array object.\n existing = events[type] = listener;\n ++target._eventsCount;\n } else {\n if (typeof existing === 'function') {\n // Adding the second element, need to change to array.\n existing = events[type] =\n prepend ? [listener, existing] : [existing, listener];\n // If we've already got an array, just append.\n } else if (prepend) {\n existing.unshift(listener);\n } else {\n existing.push(listener);\n }\n\n // Check for listener leak\n m = _getMaxListeners(target);\n if (m > 0 && existing.length > m && !existing.warned) {\n existing.warned = true;\n // No error code for this since it is a Warning\n // eslint-disable-next-line no-restricted-syntax\n var w = new Error('Possible EventEmitter memory leak detected. ' +\n existing.length + ' ' + String(type) + ' listeners ' +\n 'added. Use emitter.setMaxListeners() to ' +\n 'increase limit');\n w.name = 'MaxListenersExceededWarning';\n w.emitter = target;\n w.type = type;\n w.count = existing.length;\n ProcessEmitWarning(w);\n }\n }\n\n return target;\n}\n\nEventEmitter.prototype.addListener = function addListener(type, listener) {\n return _addListener(this, type, listener, false);\n};\n\nEventEmitter.prototype.on = EventEmitter.prototype.addListener;\n\nEventEmitter.prototype.prependListener =\n function prependListener(type, listener) {\n return _addListener(this, type, listener, true);\n };\n\nfunction onceWrapper() {\n if (!this.fired) {\n this.target.removeListener(this.type, this.wrapFn);\n this.fired = true;\n if (arguments.length === 0)\n return this.listener.call(this.target);\n return this.listener.apply(this.target, arguments);\n }\n}\n\nfunction _onceWrap(target, type, listener) {\n var state = { fired: false, wrapFn: undefined, target: target, type: type, listener: listener };\n var wrapped = onceWrapper.bind(state);\n wrapped.listener = listener;\n state.wrapFn = wrapped;\n return wrapped;\n}\n\nEventEmitter.prototype.once = function once(type, listener) {\n checkListener(listener);\n this.on(type, _onceWrap(this, type, listener));\n return this;\n};\n\nEventEmitter.prototype.prependOnceListener =\n function prependOnceListener(type, listener) {\n checkListener(listener);\n this.prependListener(type, _onceWrap(this, type, listener));\n return this;\n };\n\n// Emits a 'removeListener' event if and only if the listener was removed.\nEventEmitter.prototype.removeListener =\n function removeListener(type, listener) {\n var list, events, position, i, originalListener;\n\n checkListener(listener);\n\n events = this._events;\n if (events === undefined)\n return this;\n\n list = events[type];\n if (list === undefined)\n return this;\n\n if (list === listener || list.listener === listener) {\n if (--this._eventsCount === 0)\n this._events = Object.create(null);\n else {\n delete events[type];\n if (events.removeListener)\n this.emit('removeListener', type, list.listener || listener);\n }\n } else if (typeof list !== 'function') {\n position = -1;\n\n for (i = list.length - 1; i >= 0; i--) {\n if (list[i] === listener || list[i].listener === listener) {\n originalListener = list[i].listener;\n position = i;\n break;\n }\n }\n\n if (position < 0)\n return this;\n\n if (position === 0)\n list.shift();\n else {\n spliceOne(list, position);\n }\n\n if (list.length === 1)\n events[type] = list[0];\n\n if (events.removeListener !== undefined)\n this.emit('removeListener', type, originalListener || listener);\n }\n\n return this;\n };\n\nEventEmitter.prototype.off = EventEmitter.prototype.removeListener;\n\nEventEmitter.prototype.removeAllListeners =\n function removeAllListeners(type) {\n var listeners, events, i;\n\n events = this._events;\n if (events === undefined)\n return this;\n\n // not listening for removeListener, no need to emit\n if (events.removeListener === undefined) {\n if (arguments.length === 0) {\n this._events = Object.create(null);\n this._eventsCount = 0;\n } else if (events[type] !== undefined) {\n if (--this._eventsCount === 0)\n this._events = Object.create(null);\n else\n delete events[type];\n }\n return this;\n }\n\n // emit removeListener for all listeners on all events\n if (arguments.length === 0) {\n var keys = Object.keys(events);\n var key;\n for (i = 0; i < keys.length; ++i) {\n key = keys[i];\n if (key === 'removeListener') continue;\n this.removeAllListeners(key);\n }\n this.removeAllListeners('removeListener');\n this._events = Object.create(null);\n this._eventsCount = 0;\n return this;\n }\n\n listeners = events[type];\n\n if (typeof listeners === 'function') {\n this.removeListener(type, listeners);\n } else if (listeners !== undefined) {\n // LIFO order\n for (i = listeners.length - 1; i >= 0; i--) {\n this.removeListener(type, listeners[i]);\n }\n }\n\n return this;\n };\n\nfunction _listeners(target, type, unwrap) {\n var events = target._events;\n\n if (events === undefined)\n return [];\n\n var evlistener = events[type];\n if (evlistener === undefined)\n return [];\n\n if (typeof evlistener === 'function')\n return unwrap ? [evlistener.listener || evlistener] : [evlistener];\n\n return unwrap ?\n unwrapListeners(evlistener) : arrayClone(evlistener, evlistener.length);\n}\n\nEventEmitter.prototype.listeners = function listeners(type) {\n return _listeners(this, type, true);\n};\n\nEventEmitter.prototype.rawListeners = function rawListeners(type) {\n return _listeners(this, type, false);\n};\n\nEventEmitter.listenerCount = function(emitter, type) {\n if (typeof emitter.listenerCount === 'function') {\n return emitter.listenerCount(type);\n } else {\n return listenerCount.call(emitter, type);\n }\n};\n\nEventEmitter.prototype.listenerCount = listenerCount;\nfunction listenerCount(type) {\n var events = this._events;\n\n if (events !== undefined) {\n var evlistener = events[type];\n\n if (typeof evlistener === 'function') {\n return 1;\n } else if (evlistener !== undefined) {\n return evlistener.length;\n }\n }\n\n return 0;\n}\n\nEventEmitter.prototype.eventNames = function eventNames() {\n return this._eventsCount > 0 ? ReflectOwnKeys(this._events) : [];\n};\n\nfunction arrayClone(arr, n) {\n var copy = new Array(n);\n for (var i = 0; i < n; ++i)\n copy[i] = arr[i];\n return copy;\n}\n\nfunction spliceOne(list, index) {\n for (; index + 1 < list.length; index++)\n list[index] = list[index + 1];\n list.pop();\n}\n\nfunction unwrapListeners(arr) {\n var ret = new Array(arr.length);\n for (var i = 0; i < ret.length; ++i) {\n ret[i] = arr[i].listener || arr[i];\n }\n return ret;\n}\n\nfunction once(emitter, name) {\n return new Promise(function (resolve, reject) {\n function errorListener(err) {\n emitter.removeListener(name, resolver);\n reject(err);\n }\n\n function resolver() {\n if (typeof emitter.removeListener === 'function') {\n emitter.removeListener('error', errorListener);\n }\n resolve([].slice.call(arguments));\n };\n\n eventTargetAgnosticAddListener(emitter, name, resolver, { once: true });\n if (name !== 'error') {\n addErrorHandlerIfEventEmitter(emitter, errorListener, { once: true });\n }\n });\n}\n\nfunction addErrorHandlerIfEventEmitter(emitter, handler, flags) {\n if (typeof emitter.on === 'function') {\n eventTargetAgnosticAddListener(emitter, 'error', handler, flags);\n }\n}\n\nfunction eventTargetAgnosticAddListener(emitter, name, listener, flags) {\n if (typeof emitter.on === 'function') {\n if (flags.once) {\n emitter.once(name, listener);\n } else {\n emitter.on(name, listener);\n }\n } else if (typeof emitter.addEventListener === 'function') {\n // EventTarget does not have `error` event semantics like Node\n // EventEmitters, we do not listen for `error` events here.\n emitter.addEventListener(name, function wrapListener(arg) {\n // IE does not have builtin `{ once: true }` support so we\n // have to do it manually.\n if (flags.once) {\n emitter.removeEventListener(name, wrapListener);\n }\n listener(arg);\n });\n } else {\n throw new TypeError('The \"emitter\" argument must be of type EventEmitter. Received type ' + typeof emitter);\n }\n}\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","'use strict';\n\nfunction _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; subClass.__proto__ = superClass; }\n\nvar codes = {};\n\nfunction createErrorType(code, message, Base) {\n if (!Base) {\n Base = Error;\n }\n\n function getMessage(arg1, arg2, arg3) {\n if (typeof message === 'string') {\n return message;\n } else {\n return message(arg1, arg2, arg3);\n }\n }\n\n var NodeError =\n /*#__PURE__*/\n function (_Base) {\n _inheritsLoose(NodeError, _Base);\n\n function NodeError(arg1, arg2, arg3) {\n return _Base.call(this, getMessage(arg1, arg2, arg3)) || this;\n }\n\n return NodeError;\n }(Base);\n\n NodeError.prototype.name = Base.name;\n NodeError.prototype.code = code;\n codes[code] = NodeError;\n} // https://github.com/nodejs/node/blob/v10.8.0/lib/internal/errors.js\n\n\nfunction oneOf(expected, thing) {\n if (Array.isArray(expected)) {\n var len = expected.length;\n expected = expected.map(function (i) {\n return String(i);\n });\n\n if (len > 2) {\n return \"one of \".concat(thing, \" \").concat(expected.slice(0, len - 1).join(', '), \", or \") + expected[len - 1];\n } else if (len === 2) {\n return \"one of \".concat(thing, \" \").concat(expected[0], \" or \").concat(expected[1]);\n } else {\n return \"of \".concat(thing, \" \").concat(expected[0]);\n }\n } else {\n return \"of \".concat(thing, \" \").concat(String(expected));\n }\n} // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/startsWith\n\n\nfunction startsWith(str, search, pos) {\n return str.substr(!pos || pos < 0 ? 0 : +pos, search.length) === search;\n} // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/endsWith\n\n\nfunction endsWith(str, search, this_len) {\n if (this_len === undefined || this_len > str.length) {\n this_len = str.length;\n }\n\n return str.substring(this_len - search.length, this_len) === search;\n} // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/includes\n\n\nfunction includes(str, search, start) {\n if (typeof start !== 'number') {\n start = 0;\n }\n\n if (start + search.length > str.length) {\n return false;\n } else {\n return str.indexOf(search, start) !== -1;\n }\n}\n\ncreateErrorType('ERR_INVALID_OPT_VALUE', function (name, value) {\n return 'The value \"' + value + '\" is invalid for option \"' + name + '\"';\n}, TypeError);\ncreateErrorType('ERR_INVALID_ARG_TYPE', function (name, expected, actual) {\n // determiner: 'must be' or 'must not be'\n var determiner;\n\n if (typeof expected === 'string' && startsWith(expected, 'not ')) {\n determiner = 'must not be';\n expected = expected.replace(/^not /, '');\n } else {\n determiner = 'must be';\n }\n\n var msg;\n\n if (endsWith(name, ' argument')) {\n // For cases like 'first argument'\n msg = \"The \".concat(name, \" \").concat(determiner, \" \").concat(oneOf(expected, 'type'));\n } else {\n var type = includes(name, '.') ? 'property' : 'argument';\n msg = \"The \\\"\".concat(name, \"\\\" \").concat(type, \" \").concat(determiner, \" \").concat(oneOf(expected, 'type'));\n }\n\n msg += \". Received type \".concat(typeof actual);\n return msg;\n}, TypeError);\ncreateErrorType('ERR_STREAM_PUSH_AFTER_EOF', 'stream.push() after EOF');\ncreateErrorType('ERR_METHOD_NOT_IMPLEMENTED', function (name) {\n return 'The ' + name + ' method is not implemented';\n});\ncreateErrorType('ERR_STREAM_PREMATURE_CLOSE', 'Premature close');\ncreateErrorType('ERR_STREAM_DESTROYED', function (name) {\n return 'Cannot call ' + name + ' after a stream was destroyed';\n});\ncreateErrorType('ERR_MULTIPLE_CALLBACK', 'Callback called multiple times');\ncreateErrorType('ERR_STREAM_CANNOT_PIPE', 'Cannot pipe, not readable');\ncreateErrorType('ERR_STREAM_WRITE_AFTER_END', 'write after end');\ncreateErrorType('ERR_STREAM_NULL_VALUES', 'May not write null values to stream', TypeError);\ncreateErrorType('ERR_UNKNOWN_ENCODING', function (arg) {\n return 'Unknown encoding: ' + arg;\n}, TypeError);\ncreateErrorType('ERR_STREAM_UNSHIFT_AFTER_END_EVENT', 'stream.unshift() after end event');\nmodule.exports.codes = codes;\n","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n// a duplex stream is just a stream that is both readable and writable.\n// Since JS doesn't have multiple prototypal inheritance, this class\n// prototypally inherits from Readable, and then parasitically from\n// Writable.\n\n'use strict';\n\n/**/\nvar objectKeys = Object.keys || function (obj) {\n var keys = [];\n for (var key in obj) keys.push(key);\n return keys;\n};\n/**/\n\nmodule.exports = Duplex;\nvar Readable = require('./_stream_readable');\nvar Writable = require('./_stream_writable');\nrequire('inherits')(Duplex, Readable);\n{\n // Allow the keys array to be GC'ed.\n var keys = objectKeys(Writable.prototype);\n for (var v = 0; v < keys.length; v++) {\n var method = keys[v];\n if (!Duplex.prototype[method]) Duplex.prototype[method] = Writable.prototype[method];\n }\n}\nfunction Duplex(options) {\n if (!(this instanceof Duplex)) return new Duplex(options);\n Readable.call(this, options);\n Writable.call(this, options);\n this.allowHalfOpen = true;\n if (options) {\n if (options.readable === false) this.readable = false;\n if (options.writable === false) this.writable = false;\n if (options.allowHalfOpen === false) {\n this.allowHalfOpen = false;\n this.once('end', onend);\n }\n }\n}\nObject.defineProperty(Duplex.prototype, 'writableHighWaterMark', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n return this._writableState.highWaterMark;\n }\n});\nObject.defineProperty(Duplex.prototype, 'writableBuffer', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n return this._writableState && this._writableState.getBuffer();\n }\n});\nObject.defineProperty(Duplex.prototype, 'writableLength', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n return this._writableState.length;\n }\n});\n\n// the no-half-open enforcer\nfunction onend() {\n // If the writable side ended, then we're ok.\n if (this._writableState.ended) return;\n\n // no more data can be written.\n // But allow more writes to happen in this tick.\n process.nextTick(onEndNT, this);\n}\nfunction onEndNT(self) {\n self.end();\n}\nObject.defineProperty(Duplex.prototype, 'destroyed', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n if (this._readableState === undefined || this._writableState === undefined) {\n return false;\n }\n return this._readableState.destroyed && this._writableState.destroyed;\n },\n set: function set(value) {\n // we ignore the value if the stream\n // has not been initialized yet\n if (this._readableState === undefined || this._writableState === undefined) {\n return;\n }\n\n // backward compatibility, the user is explicitly\n // managing destroyed\n this._readableState.destroyed = value;\n this._writableState.destroyed = value;\n }\n});","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n// a passthrough stream.\n// basically just the most minimal sort of Transform stream.\n// Every written chunk gets output as-is.\n\n'use strict';\n\nmodule.exports = PassThrough;\nvar Transform = require('./_stream_transform');\nrequire('inherits')(PassThrough, Transform);\nfunction PassThrough(options) {\n if (!(this instanceof PassThrough)) return new PassThrough(options);\n Transform.call(this, options);\n}\nPassThrough.prototype._transform = function (chunk, encoding, cb) {\n cb(null, chunk);\n};","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n'use strict';\n\nmodule.exports = Readable;\n\n/**/\nvar Duplex;\n/**/\n\nReadable.ReadableState = ReadableState;\n\n/**/\nvar EE = require('events').EventEmitter;\nvar EElistenerCount = function EElistenerCount(emitter, type) {\n return emitter.listeners(type).length;\n};\n/**/\n\n/**/\nvar Stream = require('./internal/streams/stream');\n/**/\n\nvar Buffer = require('buffer').Buffer;\nvar OurUint8Array = (typeof global !== 'undefined' ? global : typeof window !== 'undefined' ? window : typeof self !== 'undefined' ? self : {}).Uint8Array || function () {};\nfunction _uint8ArrayToBuffer(chunk) {\n return Buffer.from(chunk);\n}\nfunction _isUint8Array(obj) {\n return Buffer.isBuffer(obj) || obj instanceof OurUint8Array;\n}\n\n/**/\nvar debugUtil = require('util');\nvar debug;\nif (debugUtil && debugUtil.debuglog) {\n debug = debugUtil.debuglog('stream');\n} else {\n debug = function debug() {};\n}\n/**/\n\nvar BufferList = require('./internal/streams/buffer_list');\nvar destroyImpl = require('./internal/streams/destroy');\nvar _require = require('./internal/streams/state'),\n getHighWaterMark = _require.getHighWaterMark;\nvar _require$codes = require('../errors').codes,\n ERR_INVALID_ARG_TYPE = _require$codes.ERR_INVALID_ARG_TYPE,\n ERR_STREAM_PUSH_AFTER_EOF = _require$codes.ERR_STREAM_PUSH_AFTER_EOF,\n ERR_METHOD_NOT_IMPLEMENTED = _require$codes.ERR_METHOD_NOT_IMPLEMENTED,\n ERR_STREAM_UNSHIFT_AFTER_END_EVENT = _require$codes.ERR_STREAM_UNSHIFT_AFTER_END_EVENT;\n\n// Lazy loaded to improve the startup performance.\nvar StringDecoder;\nvar createReadableStreamAsyncIterator;\nvar from;\nrequire('inherits')(Readable, Stream);\nvar errorOrDestroy = destroyImpl.errorOrDestroy;\nvar kProxyEvents = ['error', 'close', 'destroy', 'pause', 'resume'];\nfunction prependListener(emitter, event, fn) {\n // Sadly this is not cacheable as some libraries bundle their own\n // event emitter implementation with them.\n if (typeof emitter.prependListener === 'function') return emitter.prependListener(event, fn);\n\n // This is a hack to make sure that our error handler is attached before any\n // userland ones. NEVER DO THIS. This is here only because this code needs\n // to continue to work with older versions of Node.js that do not include\n // the prependListener() method. The goal is to eventually remove this hack.\n if (!emitter._events || !emitter._events[event]) emitter.on(event, fn);else if (Array.isArray(emitter._events[event])) emitter._events[event].unshift(fn);else emitter._events[event] = [fn, emitter._events[event]];\n}\nfunction ReadableState(options, stream, isDuplex) {\n Duplex = Duplex || require('./_stream_duplex');\n options = options || {};\n\n // Duplex streams are both readable and writable, but share\n // the same options object.\n // However, some cases require setting options to different\n // values for the readable and the writable sides of the duplex stream.\n // These options can be provided separately as readableXXX and writableXXX.\n if (typeof isDuplex !== 'boolean') isDuplex = stream instanceof Duplex;\n\n // object stream flag. Used to make read(n) ignore n and to\n // make all the buffer merging and length checks go away\n this.objectMode = !!options.objectMode;\n if (isDuplex) this.objectMode = this.objectMode || !!options.readableObjectMode;\n\n // the point at which it stops calling _read() to fill the buffer\n // Note: 0 is a valid value, means \"don't call _read preemptively ever\"\n this.highWaterMark = getHighWaterMark(this, options, 'readableHighWaterMark', isDuplex);\n\n // A linked list is used to store data chunks instead of an array because the\n // linked list can remove elements from the beginning faster than\n // array.shift()\n this.buffer = new BufferList();\n this.length = 0;\n this.pipes = null;\n this.pipesCount = 0;\n this.flowing = null;\n this.ended = false;\n this.endEmitted = false;\n this.reading = false;\n\n // a flag to be able to tell if the event 'readable'/'data' is emitted\n // immediately, or on a later tick. We set this to true at first, because\n // any actions that shouldn't happen until \"later\" should generally also\n // not happen before the first read call.\n this.sync = true;\n\n // whenever we return null, then we set a flag to say\n // that we're awaiting a 'readable' event emission.\n this.needReadable = false;\n this.emittedReadable = false;\n this.readableListening = false;\n this.resumeScheduled = false;\n this.paused = true;\n\n // Should close be emitted on destroy. Defaults to true.\n this.emitClose = options.emitClose !== false;\n\n // Should .destroy() be called after 'end' (and potentially 'finish')\n this.autoDestroy = !!options.autoDestroy;\n\n // has it been destroyed\n this.destroyed = false;\n\n // Crypto is kind of old and crusty. Historically, its default string\n // encoding is 'binary' so we have to make this configurable.\n // Everything else in the universe uses 'utf8', though.\n this.defaultEncoding = options.defaultEncoding || 'utf8';\n\n // the number of writers that are awaiting a drain event in .pipe()s\n this.awaitDrain = 0;\n\n // if true, a maybeReadMore has been scheduled\n this.readingMore = false;\n this.decoder = null;\n this.encoding = null;\n if (options.encoding) {\n if (!StringDecoder) StringDecoder = require('string_decoder/').StringDecoder;\n this.decoder = new StringDecoder(options.encoding);\n this.encoding = options.encoding;\n }\n}\nfunction Readable(options) {\n Duplex = Duplex || require('./_stream_duplex');\n if (!(this instanceof Readable)) return new Readable(options);\n\n // Checking for a Stream.Duplex instance is faster here instead of inside\n // the ReadableState constructor, at least with V8 6.5\n var isDuplex = this instanceof Duplex;\n this._readableState = new ReadableState(options, this, isDuplex);\n\n // legacy\n this.readable = true;\n if (options) {\n if (typeof options.read === 'function') this._read = options.read;\n if (typeof options.destroy === 'function') this._destroy = options.destroy;\n }\n Stream.call(this);\n}\nObject.defineProperty(Readable.prototype, 'destroyed', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n if (this._readableState === undefined) {\n return false;\n }\n return this._readableState.destroyed;\n },\n set: function set(value) {\n // we ignore the value if the stream\n // has not been initialized yet\n if (!this._readableState) {\n return;\n }\n\n // backward compatibility, the user is explicitly\n // managing destroyed\n this._readableState.destroyed = value;\n }\n});\nReadable.prototype.destroy = destroyImpl.destroy;\nReadable.prototype._undestroy = destroyImpl.undestroy;\nReadable.prototype._destroy = function (err, cb) {\n cb(err);\n};\n\n// Manually shove something into the read() buffer.\n// This returns true if the highWaterMark has not been hit yet,\n// similar to how Writable.write() returns true if you should\n// write() some more.\nReadable.prototype.push = function (chunk, encoding) {\n var state = this._readableState;\n var skipChunkCheck;\n if (!state.objectMode) {\n if (typeof chunk === 'string') {\n encoding = encoding || state.defaultEncoding;\n if (encoding !== state.encoding) {\n chunk = Buffer.from(chunk, encoding);\n encoding = '';\n }\n skipChunkCheck = true;\n }\n } else {\n skipChunkCheck = true;\n }\n return readableAddChunk(this, chunk, encoding, false, skipChunkCheck);\n};\n\n// Unshift should *always* be something directly out of read()\nReadable.prototype.unshift = function (chunk) {\n return readableAddChunk(this, chunk, null, true, false);\n};\nfunction readableAddChunk(stream, chunk, encoding, addToFront, skipChunkCheck) {\n debug('readableAddChunk', chunk);\n var state = stream._readableState;\n if (chunk === null) {\n state.reading = false;\n onEofChunk(stream, state);\n } else {\n var er;\n if (!skipChunkCheck) er = chunkInvalid(state, chunk);\n if (er) {\n errorOrDestroy(stream, er);\n } else if (state.objectMode || chunk && chunk.length > 0) {\n if (typeof chunk !== 'string' && !state.objectMode && Object.getPrototypeOf(chunk) !== Buffer.prototype) {\n chunk = _uint8ArrayToBuffer(chunk);\n }\n if (addToFront) {\n if (state.endEmitted) errorOrDestroy(stream, new ERR_STREAM_UNSHIFT_AFTER_END_EVENT());else addChunk(stream, state, chunk, true);\n } else if (state.ended) {\n errorOrDestroy(stream, new ERR_STREAM_PUSH_AFTER_EOF());\n } else if (state.destroyed) {\n return false;\n } else {\n state.reading = false;\n if (state.decoder && !encoding) {\n chunk = state.decoder.write(chunk);\n if (state.objectMode || chunk.length !== 0) addChunk(stream, state, chunk, false);else maybeReadMore(stream, state);\n } else {\n addChunk(stream, state, chunk, false);\n }\n }\n } else if (!addToFront) {\n state.reading = false;\n maybeReadMore(stream, state);\n }\n }\n\n // We can push more data if we are below the highWaterMark.\n // Also, if we have no data yet, we can stand some more bytes.\n // This is to work around cases where hwm=0, such as the repl.\n return !state.ended && (state.length < state.highWaterMark || state.length === 0);\n}\nfunction addChunk(stream, state, chunk, addToFront) {\n if (state.flowing && state.length === 0 && !state.sync) {\n state.awaitDrain = 0;\n stream.emit('data', chunk);\n } else {\n // update the buffer info.\n state.length += state.objectMode ? 1 : chunk.length;\n if (addToFront) state.buffer.unshift(chunk);else state.buffer.push(chunk);\n if (state.needReadable) emitReadable(stream);\n }\n maybeReadMore(stream, state);\n}\nfunction chunkInvalid(state, chunk) {\n var er;\n if (!_isUint8Array(chunk) && typeof chunk !== 'string' && chunk !== undefined && !state.objectMode) {\n er = new ERR_INVALID_ARG_TYPE('chunk', ['string', 'Buffer', 'Uint8Array'], chunk);\n }\n return er;\n}\nReadable.prototype.isPaused = function () {\n return this._readableState.flowing === false;\n};\n\n// backwards compatibility.\nReadable.prototype.setEncoding = function (enc) {\n if (!StringDecoder) StringDecoder = require('string_decoder/').StringDecoder;\n var decoder = new StringDecoder(enc);\n this._readableState.decoder = decoder;\n // If setEncoding(null), decoder.encoding equals utf8\n this._readableState.encoding = this._readableState.decoder.encoding;\n\n // Iterate over current buffer to convert already stored Buffers:\n var p = this._readableState.buffer.head;\n var content = '';\n while (p !== null) {\n content += decoder.write(p.data);\n p = p.next;\n }\n this._readableState.buffer.clear();\n if (content !== '') this._readableState.buffer.push(content);\n this._readableState.length = content.length;\n return this;\n};\n\n// Don't raise the hwm > 1GB\nvar MAX_HWM = 0x40000000;\nfunction computeNewHighWaterMark(n) {\n if (n >= MAX_HWM) {\n // TODO(ronag): Throw ERR_VALUE_OUT_OF_RANGE.\n n = MAX_HWM;\n } else {\n // Get the next highest power of 2 to prevent increasing hwm excessively in\n // tiny amounts\n n--;\n n |= n >>> 1;\n n |= n >>> 2;\n n |= n >>> 4;\n n |= n >>> 8;\n n |= n >>> 16;\n n++;\n }\n return n;\n}\n\n// This function is designed to be inlinable, so please take care when making\n// changes to the function body.\nfunction howMuchToRead(n, state) {\n if (n <= 0 || state.length === 0 && state.ended) return 0;\n if (state.objectMode) return 1;\n if (n !== n) {\n // Only flow one buffer at a time\n if (state.flowing && state.length) return state.buffer.head.data.length;else return state.length;\n }\n // If we're asking for more than the current hwm, then raise the hwm.\n if (n > state.highWaterMark) state.highWaterMark = computeNewHighWaterMark(n);\n if (n <= state.length) return n;\n // Don't have enough\n if (!state.ended) {\n state.needReadable = true;\n return 0;\n }\n return state.length;\n}\n\n// you can override either this method, or the async _read(n) below.\nReadable.prototype.read = function (n) {\n debug('read', n);\n n = parseInt(n, 10);\n var state = this._readableState;\n var nOrig = n;\n if (n !== 0) state.emittedReadable = false;\n\n // if we're doing read(0) to trigger a readable event, but we\n // already have a bunch of data in the buffer, then just trigger\n // the 'readable' event and move on.\n if (n === 0 && state.needReadable && ((state.highWaterMark !== 0 ? state.length >= state.highWaterMark : state.length > 0) || state.ended)) {\n debug('read: emitReadable', state.length, state.ended);\n if (state.length === 0 && state.ended) endReadable(this);else emitReadable(this);\n return null;\n }\n n = howMuchToRead(n, state);\n\n // if we've ended, and we're now clear, then finish it up.\n if (n === 0 && state.ended) {\n if (state.length === 0) endReadable(this);\n return null;\n }\n\n // All the actual chunk generation logic needs to be\n // *below* the call to _read. The reason is that in certain\n // synthetic stream cases, such as passthrough streams, _read\n // may be a completely synchronous operation which may change\n // the state of the read buffer, providing enough data when\n // before there was *not* enough.\n //\n // So, the steps are:\n // 1. Figure out what the state of things will be after we do\n // a read from the buffer.\n //\n // 2. If that resulting state will trigger a _read, then call _read.\n // Note that this may be asynchronous, or synchronous. Yes, it is\n // deeply ugly to write APIs this way, but that still doesn't mean\n // that the Readable class should behave improperly, as streams are\n // designed to be sync/async agnostic.\n // Take note if the _read call is sync or async (ie, if the read call\n // has returned yet), so that we know whether or not it's safe to emit\n // 'readable' etc.\n //\n // 3. Actually pull the requested chunks out of the buffer and return.\n\n // if we need a readable event, then we need to do some reading.\n var doRead = state.needReadable;\n debug('need readable', doRead);\n\n // if we currently have less than the highWaterMark, then also read some\n if (state.length === 0 || state.length - n < state.highWaterMark) {\n doRead = true;\n debug('length less than watermark', doRead);\n }\n\n // however, if we've ended, then there's no point, and if we're already\n // reading, then it's unnecessary.\n if (state.ended || state.reading) {\n doRead = false;\n debug('reading or ended', doRead);\n } else if (doRead) {\n debug('do read');\n state.reading = true;\n state.sync = true;\n // if the length is currently zero, then we *need* a readable event.\n if (state.length === 0) state.needReadable = true;\n // call internal read method\n this._read(state.highWaterMark);\n state.sync = false;\n // If _read pushed data synchronously, then `reading` will be false,\n // and we need to re-evaluate how much data we can return to the user.\n if (!state.reading) n = howMuchToRead(nOrig, state);\n }\n var ret;\n if (n > 0) ret = fromList(n, state);else ret = null;\n if (ret === null) {\n state.needReadable = state.length <= state.highWaterMark;\n n = 0;\n } else {\n state.length -= n;\n state.awaitDrain = 0;\n }\n if (state.length === 0) {\n // If we have nothing in the buffer, then we want to know\n // as soon as we *do* get something into the buffer.\n if (!state.ended) state.needReadable = true;\n\n // If we tried to read() past the EOF, then emit end on the next tick.\n if (nOrig !== n && state.ended) endReadable(this);\n }\n if (ret !== null) this.emit('data', ret);\n return ret;\n};\nfunction onEofChunk(stream, state) {\n debug('onEofChunk');\n if (state.ended) return;\n if (state.decoder) {\n var chunk = state.decoder.end();\n if (chunk && chunk.length) {\n state.buffer.push(chunk);\n state.length += state.objectMode ? 1 : chunk.length;\n }\n }\n state.ended = true;\n if (state.sync) {\n // if we are sync, wait until next tick to emit the data.\n // Otherwise we risk emitting data in the flow()\n // the readable code triggers during a read() call\n emitReadable(stream);\n } else {\n // emit 'readable' now to make sure it gets picked up.\n state.needReadable = false;\n if (!state.emittedReadable) {\n state.emittedReadable = true;\n emitReadable_(stream);\n }\n }\n}\n\n// Don't emit readable right away in sync mode, because this can trigger\n// another read() call => stack overflow. This way, it might trigger\n// a nextTick recursion warning, but that's not so bad.\nfunction emitReadable(stream) {\n var state = stream._readableState;\n debug('emitReadable', state.needReadable, state.emittedReadable);\n state.needReadable = false;\n if (!state.emittedReadable) {\n debug('emitReadable', state.flowing);\n state.emittedReadable = true;\n process.nextTick(emitReadable_, stream);\n }\n}\nfunction emitReadable_(stream) {\n var state = stream._readableState;\n debug('emitReadable_', state.destroyed, state.length, state.ended);\n if (!state.destroyed && (state.length || state.ended)) {\n stream.emit('readable');\n state.emittedReadable = false;\n }\n\n // The stream needs another readable event if\n // 1. It is not flowing, as the flow mechanism will take\n // care of it.\n // 2. It is not ended.\n // 3. It is below the highWaterMark, so we can schedule\n // another readable later.\n state.needReadable = !state.flowing && !state.ended && state.length <= state.highWaterMark;\n flow(stream);\n}\n\n// at this point, the user has presumably seen the 'readable' event,\n// and called read() to consume some data. that may have triggered\n// in turn another _read(n) call, in which case reading = true if\n// it's in progress.\n// However, if we're not ended, or reading, and the length < hwm,\n// then go ahead and try to read some more preemptively.\nfunction maybeReadMore(stream, state) {\n if (!state.readingMore) {\n state.readingMore = true;\n process.nextTick(maybeReadMore_, stream, state);\n }\n}\nfunction maybeReadMore_(stream, state) {\n // Attempt to read more data if we should.\n //\n // The conditions for reading more data are (one of):\n // - Not enough data buffered (state.length < state.highWaterMark). The loop\n // is responsible for filling the buffer with enough data if such data\n // is available. If highWaterMark is 0 and we are not in the flowing mode\n // we should _not_ attempt to buffer any extra data. We'll get more data\n // when the stream consumer calls read() instead.\n // - No data in the buffer, and the stream is in flowing mode. In this mode\n // the loop below is responsible for ensuring read() is called. Failing to\n // call read here would abort the flow and there's no other mechanism for\n // continuing the flow if the stream consumer has just subscribed to the\n // 'data' event.\n //\n // In addition to the above conditions to keep reading data, the following\n // conditions prevent the data from being read:\n // - The stream has ended (state.ended).\n // - There is already a pending 'read' operation (state.reading). This is a\n // case where the the stream has called the implementation defined _read()\n // method, but they are processing the call asynchronously and have _not_\n // called push() with new data. In this case we skip performing more\n // read()s. The execution ends in this method again after the _read() ends\n // up calling push() with more data.\n while (!state.reading && !state.ended && (state.length < state.highWaterMark || state.flowing && state.length === 0)) {\n var len = state.length;\n debug('maybeReadMore read 0');\n stream.read(0);\n if (len === state.length)\n // didn't get any data, stop spinning.\n break;\n }\n state.readingMore = false;\n}\n\n// abstract method. to be overridden in specific implementation classes.\n// call cb(er, data) where data is <= n in length.\n// for virtual (non-string, non-buffer) streams, \"length\" is somewhat\n// arbitrary, and perhaps not very meaningful.\nReadable.prototype._read = function (n) {\n errorOrDestroy(this, new ERR_METHOD_NOT_IMPLEMENTED('_read()'));\n};\nReadable.prototype.pipe = function (dest, pipeOpts) {\n var src = this;\n var state = this._readableState;\n switch (state.pipesCount) {\n case 0:\n state.pipes = dest;\n break;\n case 1:\n state.pipes = [state.pipes, dest];\n break;\n default:\n state.pipes.push(dest);\n break;\n }\n state.pipesCount += 1;\n debug('pipe count=%d opts=%j', state.pipesCount, pipeOpts);\n var doEnd = (!pipeOpts || pipeOpts.end !== false) && dest !== process.stdout && dest !== process.stderr;\n var endFn = doEnd ? onend : unpipe;\n if (state.endEmitted) process.nextTick(endFn);else src.once('end', endFn);\n dest.on('unpipe', onunpipe);\n function onunpipe(readable, unpipeInfo) {\n debug('onunpipe');\n if (readable === src) {\n if (unpipeInfo && unpipeInfo.hasUnpiped === false) {\n unpipeInfo.hasUnpiped = true;\n cleanup();\n }\n }\n }\n function onend() {\n debug('onend');\n dest.end();\n }\n\n // when the dest drains, it reduces the awaitDrain counter\n // on the source. This would be more elegant with a .once()\n // handler in flow(), but adding and removing repeatedly is\n // too slow.\n var ondrain = pipeOnDrain(src);\n dest.on('drain', ondrain);\n var cleanedUp = false;\n function cleanup() {\n debug('cleanup');\n // cleanup event handlers once the pipe is broken\n dest.removeListener('close', onclose);\n dest.removeListener('finish', onfinish);\n dest.removeListener('drain', ondrain);\n dest.removeListener('error', onerror);\n dest.removeListener('unpipe', onunpipe);\n src.removeListener('end', onend);\n src.removeListener('end', unpipe);\n src.removeListener('data', ondata);\n cleanedUp = true;\n\n // if the reader is waiting for a drain event from this\n // specific writer, then it would cause it to never start\n // flowing again.\n // So, if this is awaiting a drain, then we just call it now.\n // If we don't know, then assume that we are waiting for one.\n if (state.awaitDrain && (!dest._writableState || dest._writableState.needDrain)) ondrain();\n }\n src.on('data', ondata);\n function ondata(chunk) {\n debug('ondata');\n var ret = dest.write(chunk);\n debug('dest.write', ret);\n if (ret === false) {\n // If the user unpiped during `dest.write()`, it is possible\n // to get stuck in a permanently paused state if that write\n // also returned false.\n // => Check whether `dest` is still a piping destination.\n if ((state.pipesCount === 1 && state.pipes === dest || state.pipesCount > 1 && indexOf(state.pipes, dest) !== -1) && !cleanedUp) {\n debug('false write response, pause', state.awaitDrain);\n state.awaitDrain++;\n }\n src.pause();\n }\n }\n\n // if the dest has an error, then stop piping into it.\n // however, don't suppress the throwing behavior for this.\n function onerror(er) {\n debug('onerror', er);\n unpipe();\n dest.removeListener('error', onerror);\n if (EElistenerCount(dest, 'error') === 0) errorOrDestroy(dest, er);\n }\n\n // Make sure our error handler is attached before userland ones.\n prependListener(dest, 'error', onerror);\n\n // Both close and finish should trigger unpipe, but only once.\n function onclose() {\n dest.removeListener('finish', onfinish);\n unpipe();\n }\n dest.once('close', onclose);\n function onfinish() {\n debug('onfinish');\n dest.removeListener('close', onclose);\n unpipe();\n }\n dest.once('finish', onfinish);\n function unpipe() {\n debug('unpipe');\n src.unpipe(dest);\n }\n\n // tell the dest that it's being piped to\n dest.emit('pipe', src);\n\n // start the flow if it hasn't been started already.\n if (!state.flowing) {\n debug('pipe resume');\n src.resume();\n }\n return dest;\n};\nfunction pipeOnDrain(src) {\n return function pipeOnDrainFunctionResult() {\n var state = src._readableState;\n debug('pipeOnDrain', state.awaitDrain);\n if (state.awaitDrain) state.awaitDrain--;\n if (state.awaitDrain === 0 && EElistenerCount(src, 'data')) {\n state.flowing = true;\n flow(src);\n }\n };\n}\nReadable.prototype.unpipe = function (dest) {\n var state = this._readableState;\n var unpipeInfo = {\n hasUnpiped: false\n };\n\n // if we're not piping anywhere, then do nothing.\n if (state.pipesCount === 0) return this;\n\n // just one destination. most common case.\n if (state.pipesCount === 1) {\n // passed in one, but it's not the right one.\n if (dest && dest !== state.pipes) return this;\n if (!dest) dest = state.pipes;\n\n // got a match.\n state.pipes = null;\n state.pipesCount = 0;\n state.flowing = false;\n if (dest) dest.emit('unpipe', this, unpipeInfo);\n return this;\n }\n\n // slow case. multiple pipe destinations.\n\n if (!dest) {\n // remove all.\n var dests = state.pipes;\n var len = state.pipesCount;\n state.pipes = null;\n state.pipesCount = 0;\n state.flowing = false;\n for (var i = 0; i < len; i++) dests[i].emit('unpipe', this, {\n hasUnpiped: false\n });\n return this;\n }\n\n // try to find the right one.\n var index = indexOf(state.pipes, dest);\n if (index === -1) return this;\n state.pipes.splice(index, 1);\n state.pipesCount -= 1;\n if (state.pipesCount === 1) state.pipes = state.pipes[0];\n dest.emit('unpipe', this, unpipeInfo);\n return this;\n};\n\n// set up data events if they are asked for\n// Ensure readable listeners eventually get something\nReadable.prototype.on = function (ev, fn) {\n var res = Stream.prototype.on.call(this, ev, fn);\n var state = this._readableState;\n if (ev === 'data') {\n // update readableListening so that resume() may be a no-op\n // a few lines down. This is needed to support once('readable').\n state.readableListening = this.listenerCount('readable') > 0;\n\n // Try start flowing on next tick if stream isn't explicitly paused\n if (state.flowing !== false) this.resume();\n } else if (ev === 'readable') {\n if (!state.endEmitted && !state.readableListening) {\n state.readableListening = state.needReadable = true;\n state.flowing = false;\n state.emittedReadable = false;\n debug('on readable', state.length, state.reading);\n if (state.length) {\n emitReadable(this);\n } else if (!state.reading) {\n process.nextTick(nReadingNextTick, this);\n }\n }\n }\n return res;\n};\nReadable.prototype.addListener = Readable.prototype.on;\nReadable.prototype.removeListener = function (ev, fn) {\n var res = Stream.prototype.removeListener.call(this, ev, fn);\n if (ev === 'readable') {\n // We need to check if there is someone still listening to\n // readable and reset the state. However this needs to happen\n // after readable has been emitted but before I/O (nextTick) to\n // support once('readable', fn) cycles. This means that calling\n // resume within the same tick will have no\n // effect.\n process.nextTick(updateReadableListening, this);\n }\n return res;\n};\nReadable.prototype.removeAllListeners = function (ev) {\n var res = Stream.prototype.removeAllListeners.apply(this, arguments);\n if (ev === 'readable' || ev === undefined) {\n // We need to check if there is someone still listening to\n // readable and reset the state. However this needs to happen\n // after readable has been emitted but before I/O (nextTick) to\n // support once('readable', fn) cycles. This means that calling\n // resume within the same tick will have no\n // effect.\n process.nextTick(updateReadableListening, this);\n }\n return res;\n};\nfunction updateReadableListening(self) {\n var state = self._readableState;\n state.readableListening = self.listenerCount('readable') > 0;\n if (state.resumeScheduled && !state.paused) {\n // flowing needs to be set to true now, otherwise\n // the upcoming resume will not flow.\n state.flowing = true;\n\n // crude way to check if we should resume\n } else if (self.listenerCount('data') > 0) {\n self.resume();\n }\n}\nfunction nReadingNextTick(self) {\n debug('readable nexttick read 0');\n self.read(0);\n}\n\n// pause() and resume() are remnants of the legacy readable stream API\n// If the user uses them, then switch into old mode.\nReadable.prototype.resume = function () {\n var state = this._readableState;\n if (!state.flowing) {\n debug('resume');\n // we flow only if there is no one listening\n // for readable, but we still have to call\n // resume()\n state.flowing = !state.readableListening;\n resume(this, state);\n }\n state.paused = false;\n return this;\n};\nfunction resume(stream, state) {\n if (!state.resumeScheduled) {\n state.resumeScheduled = true;\n process.nextTick(resume_, stream, state);\n }\n}\nfunction resume_(stream, state) {\n debug('resume', state.reading);\n if (!state.reading) {\n stream.read(0);\n }\n state.resumeScheduled = false;\n stream.emit('resume');\n flow(stream);\n if (state.flowing && !state.reading) stream.read(0);\n}\nReadable.prototype.pause = function () {\n debug('call pause flowing=%j', this._readableState.flowing);\n if (this._readableState.flowing !== false) {\n debug('pause');\n this._readableState.flowing = false;\n this.emit('pause');\n }\n this._readableState.paused = true;\n return this;\n};\nfunction flow(stream) {\n var state = stream._readableState;\n debug('flow', state.flowing);\n while (state.flowing && stream.read() !== null);\n}\n\n// wrap an old-style stream as the async data source.\n// This is *not* part of the readable stream interface.\n// It is an ugly unfortunate mess of history.\nReadable.prototype.wrap = function (stream) {\n var _this = this;\n var state = this._readableState;\n var paused = false;\n stream.on('end', function () {\n debug('wrapped end');\n if (state.decoder && !state.ended) {\n var chunk = state.decoder.end();\n if (chunk && chunk.length) _this.push(chunk);\n }\n _this.push(null);\n });\n stream.on('data', function (chunk) {\n debug('wrapped data');\n if (state.decoder) chunk = state.decoder.write(chunk);\n\n // don't skip over falsy values in objectMode\n if (state.objectMode && (chunk === null || chunk === undefined)) return;else if (!state.objectMode && (!chunk || !chunk.length)) return;\n var ret = _this.push(chunk);\n if (!ret) {\n paused = true;\n stream.pause();\n }\n });\n\n // proxy all the other methods.\n // important when wrapping filters and duplexes.\n for (var i in stream) {\n if (this[i] === undefined && typeof stream[i] === 'function') {\n this[i] = function methodWrap(method) {\n return function methodWrapReturnFunction() {\n return stream[method].apply(stream, arguments);\n };\n }(i);\n }\n }\n\n // proxy certain important events.\n for (var n = 0; n < kProxyEvents.length; n++) {\n stream.on(kProxyEvents[n], this.emit.bind(this, kProxyEvents[n]));\n }\n\n // when we try to consume some more bytes, simply unpause the\n // underlying stream.\n this._read = function (n) {\n debug('wrapped _read', n);\n if (paused) {\n paused = false;\n stream.resume();\n }\n };\n return this;\n};\nif (typeof Symbol === 'function') {\n Readable.prototype[Symbol.asyncIterator] = function () {\n if (createReadableStreamAsyncIterator === undefined) {\n createReadableStreamAsyncIterator = require('./internal/streams/async_iterator');\n }\n return createReadableStreamAsyncIterator(this);\n };\n}\nObject.defineProperty(Readable.prototype, 'readableHighWaterMark', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n return this._readableState.highWaterMark;\n }\n});\nObject.defineProperty(Readable.prototype, 'readableBuffer', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n return this._readableState && this._readableState.buffer;\n }\n});\nObject.defineProperty(Readable.prototype, 'readableFlowing', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n return this._readableState.flowing;\n },\n set: function set(state) {\n if (this._readableState) {\n this._readableState.flowing = state;\n }\n }\n});\n\n// exposed for testing purposes only.\nReadable._fromList = fromList;\nObject.defineProperty(Readable.prototype, 'readableLength', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n return this._readableState.length;\n }\n});\n\n// Pluck off n bytes from an array of buffers.\n// Length is the combined lengths of all the buffers in the list.\n// This function is designed to be inlinable, so please take care when making\n// changes to the function body.\nfunction fromList(n, state) {\n // nothing buffered\n if (state.length === 0) return null;\n var ret;\n if (state.objectMode) ret = state.buffer.shift();else if (!n || n >= state.length) {\n // read it all, truncate the list\n if (state.decoder) ret = state.buffer.join('');else if (state.buffer.length === 1) ret = state.buffer.first();else ret = state.buffer.concat(state.length);\n state.buffer.clear();\n } else {\n // read part of list\n ret = state.buffer.consume(n, state.decoder);\n }\n return ret;\n}\nfunction endReadable(stream) {\n var state = stream._readableState;\n debug('endReadable', state.endEmitted);\n if (!state.endEmitted) {\n state.ended = true;\n process.nextTick(endReadableNT, state, stream);\n }\n}\nfunction endReadableNT(state, stream) {\n debug('endReadableNT', state.endEmitted, state.length);\n\n // Check that we didn't get one last unshift.\n if (!state.endEmitted && state.length === 0) {\n state.endEmitted = true;\n stream.readable = false;\n stream.emit('end');\n if (state.autoDestroy) {\n // In case of duplex streams we need a way to detect\n // if the writable side is ready for autoDestroy as well\n var wState = stream._writableState;\n if (!wState || wState.autoDestroy && wState.finished) {\n stream.destroy();\n }\n }\n }\n}\nif (typeof Symbol === 'function') {\n Readable.from = function (iterable, opts) {\n if (from === undefined) {\n from = require('./internal/streams/from');\n }\n return from(Readable, iterable, opts);\n };\n}\nfunction indexOf(xs, x) {\n for (var i = 0, l = xs.length; i < l; i++) {\n if (xs[i] === x) return i;\n }\n return -1;\n}","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n// a transform stream is a readable/writable stream where you do\n// something with the data. Sometimes it's called a \"filter\",\n// but that's not a great name for it, since that implies a thing where\n// some bits pass through, and others are simply ignored. (That would\n// be a valid example of a transform, of course.)\n//\n// While the output is causally related to the input, it's not a\n// necessarily symmetric or synchronous transformation. For example,\n// a zlib stream might take multiple plain-text writes(), and then\n// emit a single compressed chunk some time in the future.\n//\n// Here's how this works:\n//\n// The Transform stream has all the aspects of the readable and writable\n// stream classes. When you write(chunk), that calls _write(chunk,cb)\n// internally, and returns false if there's a lot of pending writes\n// buffered up. When you call read(), that calls _read(n) until\n// there's enough pending readable data buffered up.\n//\n// In a transform stream, the written data is placed in a buffer. When\n// _read(n) is called, it transforms the queued up data, calling the\n// buffered _write cb's as it consumes chunks. If consuming a single\n// written chunk would result in multiple output chunks, then the first\n// outputted bit calls the readcb, and subsequent chunks just go into\n// the read buffer, and will cause it to emit 'readable' if necessary.\n//\n// This way, back-pressure is actually determined by the reading side,\n// since _read has to be called to start processing a new chunk. However,\n// a pathological inflate type of transform can cause excessive buffering\n// here. For example, imagine a stream where every byte of input is\n// interpreted as an integer from 0-255, and then results in that many\n// bytes of output. Writing the 4 bytes {ff,ff,ff,ff} would result in\n// 1kb of data being output. In this case, you could write a very small\n// amount of input, and end up with a very large amount of output. In\n// such a pathological inflating mechanism, there'd be no way to tell\n// the system to stop doing the transform. A single 4MB write could\n// cause the system to run out of memory.\n//\n// However, even in such a pathological case, only a single written chunk\n// would be consumed, and then the rest would wait (un-transformed) until\n// the results of the previous transformed chunk were consumed.\n\n'use strict';\n\nmodule.exports = Transform;\nvar _require$codes = require('../errors').codes,\n ERR_METHOD_NOT_IMPLEMENTED = _require$codes.ERR_METHOD_NOT_IMPLEMENTED,\n ERR_MULTIPLE_CALLBACK = _require$codes.ERR_MULTIPLE_CALLBACK,\n ERR_TRANSFORM_ALREADY_TRANSFORMING = _require$codes.ERR_TRANSFORM_ALREADY_TRANSFORMING,\n ERR_TRANSFORM_WITH_LENGTH_0 = _require$codes.ERR_TRANSFORM_WITH_LENGTH_0;\nvar Duplex = require('./_stream_duplex');\nrequire('inherits')(Transform, Duplex);\nfunction afterTransform(er, data) {\n var ts = this._transformState;\n ts.transforming = false;\n var cb = ts.writecb;\n if (cb === null) {\n return this.emit('error', new ERR_MULTIPLE_CALLBACK());\n }\n ts.writechunk = null;\n ts.writecb = null;\n if (data != null)\n // single equals check for both `null` and `undefined`\n this.push(data);\n cb(er);\n var rs = this._readableState;\n rs.reading = false;\n if (rs.needReadable || rs.length < rs.highWaterMark) {\n this._read(rs.highWaterMark);\n }\n}\nfunction Transform(options) {\n if (!(this instanceof Transform)) return new Transform(options);\n Duplex.call(this, options);\n this._transformState = {\n afterTransform: afterTransform.bind(this),\n needTransform: false,\n transforming: false,\n writecb: null,\n writechunk: null,\n writeencoding: null\n };\n\n // start out asking for a readable event once data is transformed.\n this._readableState.needReadable = true;\n\n // we have implemented the _read method, and done the other things\n // that Readable wants before the first _read call, so unset the\n // sync guard flag.\n this._readableState.sync = false;\n if (options) {\n if (typeof options.transform === 'function') this._transform = options.transform;\n if (typeof options.flush === 'function') this._flush = options.flush;\n }\n\n // When the writable side finishes, then flush out anything remaining.\n this.on('prefinish', prefinish);\n}\nfunction prefinish() {\n var _this = this;\n if (typeof this._flush === 'function' && !this._readableState.destroyed) {\n this._flush(function (er, data) {\n done(_this, er, data);\n });\n } else {\n done(this, null, null);\n }\n}\nTransform.prototype.push = function (chunk, encoding) {\n this._transformState.needTransform = false;\n return Duplex.prototype.push.call(this, chunk, encoding);\n};\n\n// This is the part where you do stuff!\n// override this function in implementation classes.\n// 'chunk' is an input chunk.\n//\n// Call `push(newChunk)` to pass along transformed output\n// to the readable side. You may call 'push' zero or more times.\n//\n// Call `cb(err)` when you are done with this chunk. If you pass\n// an error, then that'll put the hurt on the whole operation. If you\n// never call cb(), then you'll never get another chunk.\nTransform.prototype._transform = function (chunk, encoding, cb) {\n cb(new ERR_METHOD_NOT_IMPLEMENTED('_transform()'));\n};\nTransform.prototype._write = function (chunk, encoding, cb) {\n var ts = this._transformState;\n ts.writecb = cb;\n ts.writechunk = chunk;\n ts.writeencoding = encoding;\n if (!ts.transforming) {\n var rs = this._readableState;\n if (ts.needTransform || rs.needReadable || rs.length < rs.highWaterMark) this._read(rs.highWaterMark);\n }\n};\n\n// Doesn't matter what the args are here.\n// _transform does all the work.\n// That we got here means that the readable side wants more data.\nTransform.prototype._read = function (n) {\n var ts = this._transformState;\n if (ts.writechunk !== null && !ts.transforming) {\n ts.transforming = true;\n this._transform(ts.writechunk, ts.writeencoding, ts.afterTransform);\n } else {\n // mark that we need a transform, so that any data that comes in\n // will get processed, now that we've asked for it.\n ts.needTransform = true;\n }\n};\nTransform.prototype._destroy = function (err, cb) {\n Duplex.prototype._destroy.call(this, err, function (err2) {\n cb(err2);\n });\n};\nfunction done(stream, er, data) {\n if (er) return stream.emit('error', er);\n if (data != null)\n // single equals check for both `null` and `undefined`\n stream.push(data);\n\n // TODO(BridgeAR): Write a test for these two error cases\n // if there's nothing in the write buffer, then that means\n // that nothing more will ever be provided\n if (stream._writableState.length) throw new ERR_TRANSFORM_WITH_LENGTH_0();\n if (stream._transformState.transforming) throw new ERR_TRANSFORM_ALREADY_TRANSFORMING();\n return stream.push(null);\n}","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n// A bit simpler than readable streams.\n// Implement an async ._write(chunk, encoding, cb), and it'll handle all\n// the drain event emission and buffering.\n\n'use strict';\n\nmodule.exports = Writable;\n\n/* */\nfunction WriteReq(chunk, encoding, cb) {\n this.chunk = chunk;\n this.encoding = encoding;\n this.callback = cb;\n this.next = null;\n}\n\n// It seems a linked list but it is not\n// there will be only 2 of these for each stream\nfunction CorkedRequest(state) {\n var _this = this;\n this.next = null;\n this.entry = null;\n this.finish = function () {\n onCorkedFinish(_this, state);\n };\n}\n/* */\n\n/**/\nvar Duplex;\n/**/\n\nWritable.WritableState = WritableState;\n\n/**/\nvar internalUtil = {\n deprecate: require('util-deprecate')\n};\n/**/\n\n/**/\nvar Stream = require('./internal/streams/stream');\n/**/\n\nvar Buffer = require('buffer').Buffer;\nvar OurUint8Array = (typeof global !== 'undefined' ? global : typeof window !== 'undefined' ? window : typeof self !== 'undefined' ? self : {}).Uint8Array || function () {};\nfunction _uint8ArrayToBuffer(chunk) {\n return Buffer.from(chunk);\n}\nfunction _isUint8Array(obj) {\n return Buffer.isBuffer(obj) || obj instanceof OurUint8Array;\n}\nvar destroyImpl = require('./internal/streams/destroy');\nvar _require = require('./internal/streams/state'),\n getHighWaterMark = _require.getHighWaterMark;\nvar _require$codes = require('../errors').codes,\n ERR_INVALID_ARG_TYPE = _require$codes.ERR_INVALID_ARG_TYPE,\n ERR_METHOD_NOT_IMPLEMENTED = _require$codes.ERR_METHOD_NOT_IMPLEMENTED,\n ERR_MULTIPLE_CALLBACK = _require$codes.ERR_MULTIPLE_CALLBACK,\n ERR_STREAM_CANNOT_PIPE = _require$codes.ERR_STREAM_CANNOT_PIPE,\n ERR_STREAM_DESTROYED = _require$codes.ERR_STREAM_DESTROYED,\n ERR_STREAM_NULL_VALUES = _require$codes.ERR_STREAM_NULL_VALUES,\n ERR_STREAM_WRITE_AFTER_END = _require$codes.ERR_STREAM_WRITE_AFTER_END,\n ERR_UNKNOWN_ENCODING = _require$codes.ERR_UNKNOWN_ENCODING;\nvar errorOrDestroy = destroyImpl.errorOrDestroy;\nrequire('inherits')(Writable, Stream);\nfunction nop() {}\nfunction WritableState(options, stream, isDuplex) {\n Duplex = Duplex || require('./_stream_duplex');\n options = options || {};\n\n // Duplex streams are both readable and writable, but share\n // the same options object.\n // However, some cases require setting options to different\n // values for the readable and the writable sides of the duplex stream,\n // e.g. options.readableObjectMode vs. options.writableObjectMode, etc.\n if (typeof isDuplex !== 'boolean') isDuplex = stream instanceof Duplex;\n\n // object stream flag to indicate whether or not this stream\n // contains buffers or objects.\n this.objectMode = !!options.objectMode;\n if (isDuplex) this.objectMode = this.objectMode || !!options.writableObjectMode;\n\n // the point at which write() starts returning false\n // Note: 0 is a valid value, means that we always return false if\n // the entire buffer is not flushed immediately on write()\n this.highWaterMark = getHighWaterMark(this, options, 'writableHighWaterMark', isDuplex);\n\n // if _final has been called\n this.finalCalled = false;\n\n // drain event flag.\n this.needDrain = false;\n // at the start of calling end()\n this.ending = false;\n // when end() has been called, and returned\n this.ended = false;\n // when 'finish' is emitted\n this.finished = false;\n\n // has it been destroyed\n this.destroyed = false;\n\n // should we decode strings into buffers before passing to _write?\n // this is here so that some node-core streams can optimize string\n // handling at a lower level.\n var noDecode = options.decodeStrings === false;\n this.decodeStrings = !noDecode;\n\n // Crypto is kind of old and crusty. Historically, its default string\n // encoding is 'binary' so we have to make this configurable.\n // Everything else in the universe uses 'utf8', though.\n this.defaultEncoding = options.defaultEncoding || 'utf8';\n\n // not an actual buffer we keep track of, but a measurement\n // of how much we're waiting to get pushed to some underlying\n // socket or file.\n this.length = 0;\n\n // a flag to see when we're in the middle of a write.\n this.writing = false;\n\n // when true all writes will be buffered until .uncork() call\n this.corked = 0;\n\n // a flag to be able to tell if the onwrite cb is called immediately,\n // or on a later tick. We set this to true at first, because any\n // actions that shouldn't happen until \"later\" should generally also\n // not happen before the first write call.\n this.sync = true;\n\n // a flag to know if we're processing previously buffered items, which\n // may call the _write() callback in the same tick, so that we don't\n // end up in an overlapped onwrite situation.\n this.bufferProcessing = false;\n\n // the callback that's passed to _write(chunk,cb)\n this.onwrite = function (er) {\n onwrite(stream, er);\n };\n\n // the callback that the user supplies to write(chunk,encoding,cb)\n this.writecb = null;\n\n // the amount that is being written when _write is called.\n this.writelen = 0;\n this.bufferedRequest = null;\n this.lastBufferedRequest = null;\n\n // number of pending user-supplied write callbacks\n // this must be 0 before 'finish' can be emitted\n this.pendingcb = 0;\n\n // emit prefinish if the only thing we're waiting for is _write cbs\n // This is relevant for synchronous Transform streams\n this.prefinished = false;\n\n // True if the error was already emitted and should not be thrown again\n this.errorEmitted = false;\n\n // Should close be emitted on destroy. Defaults to true.\n this.emitClose = options.emitClose !== false;\n\n // Should .destroy() be called after 'finish' (and potentially 'end')\n this.autoDestroy = !!options.autoDestroy;\n\n // count buffered requests\n this.bufferedRequestCount = 0;\n\n // allocate the first CorkedRequest, there is always\n // one allocated and free to use, and we maintain at most two\n this.corkedRequestsFree = new CorkedRequest(this);\n}\nWritableState.prototype.getBuffer = function getBuffer() {\n var current = this.bufferedRequest;\n var out = [];\n while (current) {\n out.push(current);\n current = current.next;\n }\n return out;\n};\n(function () {\n try {\n Object.defineProperty(WritableState.prototype, 'buffer', {\n get: internalUtil.deprecate(function writableStateBufferGetter() {\n return this.getBuffer();\n }, '_writableState.buffer is deprecated. Use _writableState.getBuffer ' + 'instead.', 'DEP0003')\n });\n } catch (_) {}\n})();\n\n// Test _writableState for inheritance to account for Duplex streams,\n// whose prototype chain only points to Readable.\nvar realHasInstance;\nif (typeof Symbol === 'function' && Symbol.hasInstance && typeof Function.prototype[Symbol.hasInstance] === 'function') {\n realHasInstance = Function.prototype[Symbol.hasInstance];\n Object.defineProperty(Writable, Symbol.hasInstance, {\n value: function value(object) {\n if (realHasInstance.call(this, object)) return true;\n if (this !== Writable) return false;\n return object && object._writableState instanceof WritableState;\n }\n });\n} else {\n realHasInstance = function realHasInstance(object) {\n return object instanceof this;\n };\n}\nfunction Writable(options) {\n Duplex = Duplex || require('./_stream_duplex');\n\n // Writable ctor is applied to Duplexes, too.\n // `realHasInstance` is necessary because using plain `instanceof`\n // would return false, as no `_writableState` property is attached.\n\n // Trying to use the custom `instanceof` for Writable here will also break the\n // Node.js LazyTransform implementation, which has a non-trivial getter for\n // `_writableState` that would lead to infinite recursion.\n\n // Checking for a Stream.Duplex instance is faster here instead of inside\n // the WritableState constructor, at least with V8 6.5\n var isDuplex = this instanceof Duplex;\n if (!isDuplex && !realHasInstance.call(Writable, this)) return new Writable(options);\n this._writableState = new WritableState(options, this, isDuplex);\n\n // legacy.\n this.writable = true;\n if (options) {\n if (typeof options.write === 'function') this._write = options.write;\n if (typeof options.writev === 'function') this._writev = options.writev;\n if (typeof options.destroy === 'function') this._destroy = options.destroy;\n if (typeof options.final === 'function') this._final = options.final;\n }\n Stream.call(this);\n}\n\n// Otherwise people can pipe Writable streams, which is just wrong.\nWritable.prototype.pipe = function () {\n errorOrDestroy(this, new ERR_STREAM_CANNOT_PIPE());\n};\nfunction writeAfterEnd(stream, cb) {\n var er = new ERR_STREAM_WRITE_AFTER_END();\n // TODO: defer error events consistently everywhere, not just the cb\n errorOrDestroy(stream, er);\n process.nextTick(cb, er);\n}\n\n// Checks that a user-supplied chunk is valid, especially for the particular\n// mode the stream is in. Currently this means that `null` is never accepted\n// and undefined/non-string values are only allowed in object mode.\nfunction validChunk(stream, state, chunk, cb) {\n var er;\n if (chunk === null) {\n er = new ERR_STREAM_NULL_VALUES();\n } else if (typeof chunk !== 'string' && !state.objectMode) {\n er = new ERR_INVALID_ARG_TYPE('chunk', ['string', 'Buffer'], chunk);\n }\n if (er) {\n errorOrDestroy(stream, er);\n process.nextTick(cb, er);\n return false;\n }\n return true;\n}\nWritable.prototype.write = function (chunk, encoding, cb) {\n var state = this._writableState;\n var ret = false;\n var isBuf = !state.objectMode && _isUint8Array(chunk);\n if (isBuf && !Buffer.isBuffer(chunk)) {\n chunk = _uint8ArrayToBuffer(chunk);\n }\n if (typeof encoding === 'function') {\n cb = encoding;\n encoding = null;\n }\n if (isBuf) encoding = 'buffer';else if (!encoding) encoding = state.defaultEncoding;\n if (typeof cb !== 'function') cb = nop;\n if (state.ending) writeAfterEnd(this, cb);else if (isBuf || validChunk(this, state, chunk, cb)) {\n state.pendingcb++;\n ret = writeOrBuffer(this, state, isBuf, chunk, encoding, cb);\n }\n return ret;\n};\nWritable.prototype.cork = function () {\n this._writableState.corked++;\n};\nWritable.prototype.uncork = function () {\n var state = this._writableState;\n if (state.corked) {\n state.corked--;\n if (!state.writing && !state.corked && !state.bufferProcessing && state.bufferedRequest) clearBuffer(this, state);\n }\n};\nWritable.prototype.setDefaultEncoding = function setDefaultEncoding(encoding) {\n // node::ParseEncoding() requires lower case.\n if (typeof encoding === 'string') encoding = encoding.toLowerCase();\n if (!(['hex', 'utf8', 'utf-8', 'ascii', 'binary', 'base64', 'ucs2', 'ucs-2', 'utf16le', 'utf-16le', 'raw'].indexOf((encoding + '').toLowerCase()) > -1)) throw new ERR_UNKNOWN_ENCODING(encoding);\n this._writableState.defaultEncoding = encoding;\n return this;\n};\nObject.defineProperty(Writable.prototype, 'writableBuffer', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n return this._writableState && this._writableState.getBuffer();\n }\n});\nfunction decodeChunk(state, chunk, encoding) {\n if (!state.objectMode && state.decodeStrings !== false && typeof chunk === 'string') {\n chunk = Buffer.from(chunk, encoding);\n }\n return chunk;\n}\nObject.defineProperty(Writable.prototype, 'writableHighWaterMark', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n return this._writableState.highWaterMark;\n }\n});\n\n// if we're already writing something, then just put this\n// in the queue, and wait our turn. Otherwise, call _write\n// If we return false, then we need a drain event, so set that flag.\nfunction writeOrBuffer(stream, state, isBuf, chunk, encoding, cb) {\n if (!isBuf) {\n var newChunk = decodeChunk(state, chunk, encoding);\n if (chunk !== newChunk) {\n isBuf = true;\n encoding = 'buffer';\n chunk = newChunk;\n }\n }\n var len = state.objectMode ? 1 : chunk.length;\n state.length += len;\n var ret = state.length < state.highWaterMark;\n // we must ensure that previous needDrain will not be reset to false.\n if (!ret) state.needDrain = true;\n if (state.writing || state.corked) {\n var last = state.lastBufferedRequest;\n state.lastBufferedRequest = {\n chunk: chunk,\n encoding: encoding,\n isBuf: isBuf,\n callback: cb,\n next: null\n };\n if (last) {\n last.next = state.lastBufferedRequest;\n } else {\n state.bufferedRequest = state.lastBufferedRequest;\n }\n state.bufferedRequestCount += 1;\n } else {\n doWrite(stream, state, false, len, chunk, encoding, cb);\n }\n return ret;\n}\nfunction doWrite(stream, state, writev, len, chunk, encoding, cb) {\n state.writelen = len;\n state.writecb = cb;\n state.writing = true;\n state.sync = true;\n if (state.destroyed) state.onwrite(new ERR_STREAM_DESTROYED('write'));else if (writev) stream._writev(chunk, state.onwrite);else stream._write(chunk, encoding, state.onwrite);\n state.sync = false;\n}\nfunction onwriteError(stream, state, sync, er, cb) {\n --state.pendingcb;\n if (sync) {\n // defer the callback if we are being called synchronously\n // to avoid piling up things on the stack\n process.nextTick(cb, er);\n // this can emit finish, and it will always happen\n // after error\n process.nextTick(finishMaybe, stream, state);\n stream._writableState.errorEmitted = true;\n errorOrDestroy(stream, er);\n } else {\n // the caller expect this to happen before if\n // it is async\n cb(er);\n stream._writableState.errorEmitted = true;\n errorOrDestroy(stream, er);\n // this can emit finish, but finish must\n // always follow error\n finishMaybe(stream, state);\n }\n}\nfunction onwriteStateUpdate(state) {\n state.writing = false;\n state.writecb = null;\n state.length -= state.writelen;\n state.writelen = 0;\n}\nfunction onwrite(stream, er) {\n var state = stream._writableState;\n var sync = state.sync;\n var cb = state.writecb;\n if (typeof cb !== 'function') throw new ERR_MULTIPLE_CALLBACK();\n onwriteStateUpdate(state);\n if (er) onwriteError(stream, state, sync, er, cb);else {\n // Check if we're actually ready to finish, but don't emit yet\n var finished = needFinish(state) || stream.destroyed;\n if (!finished && !state.corked && !state.bufferProcessing && state.bufferedRequest) {\n clearBuffer(stream, state);\n }\n if (sync) {\n process.nextTick(afterWrite, stream, state, finished, cb);\n } else {\n afterWrite(stream, state, finished, cb);\n }\n }\n}\nfunction afterWrite(stream, state, finished, cb) {\n if (!finished) onwriteDrain(stream, state);\n state.pendingcb--;\n cb();\n finishMaybe(stream, state);\n}\n\n// Must force callback to be called on nextTick, so that we don't\n// emit 'drain' before the write() consumer gets the 'false' return\n// value, and has a chance to attach a 'drain' listener.\nfunction onwriteDrain(stream, state) {\n if (state.length === 0 && state.needDrain) {\n state.needDrain = false;\n stream.emit('drain');\n }\n}\n\n// if there's something in the buffer waiting, then process it\nfunction clearBuffer(stream, state) {\n state.bufferProcessing = true;\n var entry = state.bufferedRequest;\n if (stream._writev && entry && entry.next) {\n // Fast case, write everything using _writev()\n var l = state.bufferedRequestCount;\n var buffer = new Array(l);\n var holder = state.corkedRequestsFree;\n holder.entry = entry;\n var count = 0;\n var allBuffers = true;\n while (entry) {\n buffer[count] = entry;\n if (!entry.isBuf) allBuffers = false;\n entry = entry.next;\n count += 1;\n }\n buffer.allBuffers = allBuffers;\n doWrite(stream, state, true, state.length, buffer, '', holder.finish);\n\n // doWrite is almost always async, defer these to save a bit of time\n // as the hot path ends with doWrite\n state.pendingcb++;\n state.lastBufferedRequest = null;\n if (holder.next) {\n state.corkedRequestsFree = holder.next;\n holder.next = null;\n } else {\n state.corkedRequestsFree = new CorkedRequest(state);\n }\n state.bufferedRequestCount = 0;\n } else {\n // Slow case, write chunks one-by-one\n while (entry) {\n var chunk = entry.chunk;\n var encoding = entry.encoding;\n var cb = entry.callback;\n var len = state.objectMode ? 1 : chunk.length;\n doWrite(stream, state, false, len, chunk, encoding, cb);\n entry = entry.next;\n state.bufferedRequestCount--;\n // if we didn't call the onwrite immediately, then\n // it means that we need to wait until it does.\n // also, that means that the chunk and cb are currently\n // being processed, so move the buffer counter past them.\n if (state.writing) {\n break;\n }\n }\n if (entry === null) state.lastBufferedRequest = null;\n }\n state.bufferedRequest = entry;\n state.bufferProcessing = false;\n}\nWritable.prototype._write = function (chunk, encoding, cb) {\n cb(new ERR_METHOD_NOT_IMPLEMENTED('_write()'));\n};\nWritable.prototype._writev = null;\nWritable.prototype.end = function (chunk, encoding, cb) {\n var state = this._writableState;\n if (typeof chunk === 'function') {\n cb = chunk;\n chunk = null;\n encoding = null;\n } else if (typeof encoding === 'function') {\n cb = encoding;\n encoding = null;\n }\n if (chunk !== null && chunk !== undefined) this.write(chunk, encoding);\n\n // .end() fully uncorks\n if (state.corked) {\n state.corked = 1;\n this.uncork();\n }\n\n // ignore unnecessary end() calls.\n if (!state.ending) endWritable(this, state, cb);\n return this;\n};\nObject.defineProperty(Writable.prototype, 'writableLength', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n return this._writableState.length;\n }\n});\nfunction needFinish(state) {\n return state.ending && state.length === 0 && state.bufferedRequest === null && !state.finished && !state.writing;\n}\nfunction callFinal(stream, state) {\n stream._final(function (err) {\n state.pendingcb--;\n if (err) {\n errorOrDestroy(stream, err);\n }\n state.prefinished = true;\n stream.emit('prefinish');\n finishMaybe(stream, state);\n });\n}\nfunction prefinish(stream, state) {\n if (!state.prefinished && !state.finalCalled) {\n if (typeof stream._final === 'function' && !state.destroyed) {\n state.pendingcb++;\n state.finalCalled = true;\n process.nextTick(callFinal, stream, state);\n } else {\n state.prefinished = true;\n stream.emit('prefinish');\n }\n }\n}\nfunction finishMaybe(stream, state) {\n var need = needFinish(state);\n if (need) {\n prefinish(stream, state);\n if (state.pendingcb === 0) {\n state.finished = true;\n stream.emit('finish');\n if (state.autoDestroy) {\n // In case of duplex streams we need a way to detect\n // if the readable side is ready for autoDestroy as well\n var rState = stream._readableState;\n if (!rState || rState.autoDestroy && rState.endEmitted) {\n stream.destroy();\n }\n }\n }\n }\n return need;\n}\nfunction endWritable(stream, state, cb) {\n state.ending = true;\n finishMaybe(stream, state);\n if (cb) {\n if (state.finished) process.nextTick(cb);else stream.once('finish', cb);\n }\n state.ended = true;\n stream.writable = false;\n}\nfunction onCorkedFinish(corkReq, state, err) {\n var entry = corkReq.entry;\n corkReq.entry = null;\n while (entry) {\n var cb = entry.callback;\n state.pendingcb--;\n cb(err);\n entry = entry.next;\n }\n\n // reuse the free corkReq.\n state.corkedRequestsFree.next = corkReq;\n}\nObject.defineProperty(Writable.prototype, 'destroyed', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n if (this._writableState === undefined) {\n return false;\n }\n return this._writableState.destroyed;\n },\n set: function set(value) {\n // we ignore the value if the stream\n // has not been initialized yet\n if (!this._writableState) {\n return;\n }\n\n // backward compatibility, the user is explicitly\n // managing destroyed\n this._writableState.destroyed = value;\n }\n});\nWritable.prototype.destroy = destroyImpl.destroy;\nWritable.prototype._undestroy = destroyImpl.undestroy;\nWritable.prototype._destroy = function (err, cb) {\n cb(err);\n};","'use strict';\n\nvar _Object$setPrototypeO;\nfunction _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\nfunction _toPropertyKey(arg) { var key = _toPrimitive(arg, \"string\"); return typeof key === \"symbol\" ? key : String(key); }\nfunction _toPrimitive(input, hint) { if (typeof input !== \"object\" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || \"default\"); if (typeof res !== \"object\") return res; throw new TypeError(\"@@toPrimitive must return a primitive value.\"); } return (hint === \"string\" ? String : Number)(input); }\nvar finished = require('./end-of-stream');\nvar kLastResolve = Symbol('lastResolve');\nvar kLastReject = Symbol('lastReject');\nvar kError = Symbol('error');\nvar kEnded = Symbol('ended');\nvar kLastPromise = Symbol('lastPromise');\nvar kHandlePromise = Symbol('handlePromise');\nvar kStream = Symbol('stream');\nfunction createIterResult(value, done) {\n return {\n value: value,\n done: done\n };\n}\nfunction readAndResolve(iter) {\n var resolve = iter[kLastResolve];\n if (resolve !== null) {\n var data = iter[kStream].read();\n // we defer if data is null\n // we can be expecting either 'end' or\n // 'error'\n if (data !== null) {\n iter[kLastPromise] = null;\n iter[kLastResolve] = null;\n iter[kLastReject] = null;\n resolve(createIterResult(data, false));\n }\n }\n}\nfunction onReadable(iter) {\n // we wait for the next tick, because it might\n // emit an error with process.nextTick\n process.nextTick(readAndResolve, iter);\n}\nfunction wrapForNext(lastPromise, iter) {\n return function (resolve, reject) {\n lastPromise.then(function () {\n if (iter[kEnded]) {\n resolve(createIterResult(undefined, true));\n return;\n }\n iter[kHandlePromise](resolve, reject);\n }, reject);\n };\n}\nvar AsyncIteratorPrototype = Object.getPrototypeOf(function () {});\nvar ReadableStreamAsyncIteratorPrototype = Object.setPrototypeOf((_Object$setPrototypeO = {\n get stream() {\n return this[kStream];\n },\n next: function next() {\n var _this = this;\n // if we have detected an error in the meanwhile\n // reject straight away\n var error = this[kError];\n if (error !== null) {\n return Promise.reject(error);\n }\n if (this[kEnded]) {\n return Promise.resolve(createIterResult(undefined, true));\n }\n if (this[kStream].destroyed) {\n // We need to defer via nextTick because if .destroy(err) is\n // called, the error will be emitted via nextTick, and\n // we cannot guarantee that there is no error lingering around\n // waiting to be emitted.\n return new Promise(function (resolve, reject) {\n process.nextTick(function () {\n if (_this[kError]) {\n reject(_this[kError]);\n } else {\n resolve(createIterResult(undefined, true));\n }\n });\n });\n }\n\n // if we have multiple next() calls\n // we will wait for the previous Promise to finish\n // this logic is optimized to support for await loops,\n // where next() is only called once at a time\n var lastPromise = this[kLastPromise];\n var promise;\n if (lastPromise) {\n promise = new Promise(wrapForNext(lastPromise, this));\n } else {\n // fast path needed to support multiple this.push()\n // without triggering the next() queue\n var data = this[kStream].read();\n if (data !== null) {\n return Promise.resolve(createIterResult(data, false));\n }\n promise = new Promise(this[kHandlePromise]);\n }\n this[kLastPromise] = promise;\n return promise;\n }\n}, _defineProperty(_Object$setPrototypeO, Symbol.asyncIterator, function () {\n return this;\n}), _defineProperty(_Object$setPrototypeO, \"return\", function _return() {\n var _this2 = this;\n // destroy(err, cb) is a private API\n // we can guarantee we have that here, because we control the\n // Readable class this is attached to\n return new Promise(function (resolve, reject) {\n _this2[kStream].destroy(null, function (err) {\n if (err) {\n reject(err);\n return;\n }\n resolve(createIterResult(undefined, true));\n });\n });\n}), _Object$setPrototypeO), AsyncIteratorPrototype);\nvar createReadableStreamAsyncIterator = function createReadableStreamAsyncIterator(stream) {\n var _Object$create;\n var iterator = Object.create(ReadableStreamAsyncIteratorPrototype, (_Object$create = {}, _defineProperty(_Object$create, kStream, {\n value: stream,\n writable: true\n }), _defineProperty(_Object$create, kLastResolve, {\n value: null,\n writable: true\n }), _defineProperty(_Object$create, kLastReject, {\n value: null,\n writable: true\n }), _defineProperty(_Object$create, kError, {\n value: null,\n writable: true\n }), _defineProperty(_Object$create, kEnded, {\n value: stream._readableState.endEmitted,\n writable: true\n }), _defineProperty(_Object$create, kHandlePromise, {\n value: function value(resolve, reject) {\n var data = iterator[kStream].read();\n if (data) {\n iterator[kLastPromise] = null;\n iterator[kLastResolve] = null;\n iterator[kLastReject] = null;\n resolve(createIterResult(data, false));\n } else {\n iterator[kLastResolve] = resolve;\n iterator[kLastReject] = reject;\n }\n },\n writable: true\n }), _Object$create));\n iterator[kLastPromise] = null;\n finished(stream, function (err) {\n if (err && err.code !== 'ERR_STREAM_PREMATURE_CLOSE') {\n var reject = iterator[kLastReject];\n // reject if we are waiting for data in the Promise\n // returned by next() and store the error\n if (reject !== null) {\n iterator[kLastPromise] = null;\n iterator[kLastResolve] = null;\n iterator[kLastReject] = null;\n reject(err);\n }\n iterator[kError] = err;\n return;\n }\n var resolve = iterator[kLastResolve];\n if (resolve !== null) {\n iterator[kLastPromise] = null;\n iterator[kLastResolve] = null;\n iterator[kLastReject] = null;\n resolve(createIterResult(undefined, true));\n }\n iterator[kEnded] = true;\n });\n stream.on('readable', onReadable.bind(null, iterator));\n return iterator;\n};\nmodule.exports = createReadableStreamAsyncIterator;","'use strict';\n\nfunction ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }\nfunction _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }\nfunction _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\nfunction _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, _toPropertyKey(descriptor.key), descriptor); } }\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, \"prototype\", { writable: false }); return Constructor; }\nfunction _toPropertyKey(arg) { var key = _toPrimitive(arg, \"string\"); return typeof key === \"symbol\" ? key : String(key); }\nfunction _toPrimitive(input, hint) { if (typeof input !== \"object\" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || \"default\"); if (typeof res !== \"object\") return res; throw new TypeError(\"@@toPrimitive must return a primitive value.\"); } return (hint === \"string\" ? String : Number)(input); }\nvar _require = require('buffer'),\n Buffer = _require.Buffer;\nvar _require2 = require('util'),\n inspect = _require2.inspect;\nvar custom = inspect && inspect.custom || 'inspect';\nfunction copyBuffer(src, target, offset) {\n Buffer.prototype.copy.call(src, target, offset);\n}\nmodule.exports = /*#__PURE__*/function () {\n function BufferList() {\n _classCallCheck(this, BufferList);\n this.head = null;\n this.tail = null;\n this.length = 0;\n }\n _createClass(BufferList, [{\n key: \"push\",\n value: function push(v) {\n var entry = {\n data: v,\n next: null\n };\n if (this.length > 0) this.tail.next = entry;else this.head = entry;\n this.tail = entry;\n ++this.length;\n }\n }, {\n key: \"unshift\",\n value: function unshift(v) {\n var entry = {\n data: v,\n next: this.head\n };\n if (this.length === 0) this.tail = entry;\n this.head = entry;\n ++this.length;\n }\n }, {\n key: \"shift\",\n value: function shift() {\n if (this.length === 0) return;\n var ret = this.head.data;\n if (this.length === 1) this.head = this.tail = null;else this.head = this.head.next;\n --this.length;\n return ret;\n }\n }, {\n key: \"clear\",\n value: function clear() {\n this.head = this.tail = null;\n this.length = 0;\n }\n }, {\n key: \"join\",\n value: function join(s) {\n if (this.length === 0) return '';\n var p = this.head;\n var ret = '' + p.data;\n while (p = p.next) ret += s + p.data;\n return ret;\n }\n }, {\n key: \"concat\",\n value: function concat(n) {\n if (this.length === 0) return Buffer.alloc(0);\n var ret = Buffer.allocUnsafe(n >>> 0);\n var p = this.head;\n var i = 0;\n while (p) {\n copyBuffer(p.data, ret, i);\n i += p.data.length;\n p = p.next;\n }\n return ret;\n }\n\n // Consumes a specified amount of bytes or characters from the buffered data.\n }, {\n key: \"consume\",\n value: function consume(n, hasStrings) {\n var ret;\n if (n < this.head.data.length) {\n // `slice` is the same for buffers and strings.\n ret = this.head.data.slice(0, n);\n this.head.data = this.head.data.slice(n);\n } else if (n === this.head.data.length) {\n // First chunk is a perfect match.\n ret = this.shift();\n } else {\n // Result spans more than one buffer.\n ret = hasStrings ? this._getString(n) : this._getBuffer(n);\n }\n return ret;\n }\n }, {\n key: \"first\",\n value: function first() {\n return this.head.data;\n }\n\n // Consumes a specified amount of characters from the buffered data.\n }, {\n key: \"_getString\",\n value: function _getString(n) {\n var p = this.head;\n var c = 1;\n var ret = p.data;\n n -= ret.length;\n while (p = p.next) {\n var str = p.data;\n var nb = n > str.length ? str.length : n;\n if (nb === str.length) ret += str;else ret += str.slice(0, n);\n n -= nb;\n if (n === 0) {\n if (nb === str.length) {\n ++c;\n if (p.next) this.head = p.next;else this.head = this.tail = null;\n } else {\n this.head = p;\n p.data = str.slice(nb);\n }\n break;\n }\n ++c;\n }\n this.length -= c;\n return ret;\n }\n\n // Consumes a specified amount of bytes from the buffered data.\n }, {\n key: \"_getBuffer\",\n value: function _getBuffer(n) {\n var ret = Buffer.allocUnsafe(n);\n var p = this.head;\n var c = 1;\n p.data.copy(ret);\n n -= p.data.length;\n while (p = p.next) {\n var buf = p.data;\n var nb = n > buf.length ? buf.length : n;\n buf.copy(ret, ret.length - n, 0, nb);\n n -= nb;\n if (n === 0) {\n if (nb === buf.length) {\n ++c;\n if (p.next) this.head = p.next;else this.head = this.tail = null;\n } else {\n this.head = p;\n p.data = buf.slice(nb);\n }\n break;\n }\n ++c;\n }\n this.length -= c;\n return ret;\n }\n\n // Make sure the linked list only shows the minimal necessary information.\n }, {\n key: custom,\n value: function value(_, options) {\n return inspect(this, _objectSpread(_objectSpread({}, options), {}, {\n // Only inspect one level.\n depth: 0,\n // It should not recurse.\n customInspect: false\n }));\n }\n }]);\n return BufferList;\n}();","'use strict';\n\n// undocumented cb() API, needed for core, not for public API\nfunction destroy(err, cb) {\n var _this = this;\n var readableDestroyed = this._readableState && this._readableState.destroyed;\n var writableDestroyed = this._writableState && this._writableState.destroyed;\n if (readableDestroyed || writableDestroyed) {\n if (cb) {\n cb(err);\n } else if (err) {\n if (!this._writableState) {\n process.nextTick(emitErrorNT, this, err);\n } else if (!this._writableState.errorEmitted) {\n this._writableState.errorEmitted = true;\n process.nextTick(emitErrorNT, this, err);\n }\n }\n return this;\n }\n\n // we set destroyed to true before firing error callbacks in order\n // to make it re-entrance safe in case destroy() is called within callbacks\n\n if (this._readableState) {\n this._readableState.destroyed = true;\n }\n\n // if this is a duplex stream mark the writable part as destroyed as well\n if (this._writableState) {\n this._writableState.destroyed = true;\n }\n this._destroy(err || null, function (err) {\n if (!cb && err) {\n if (!_this._writableState) {\n process.nextTick(emitErrorAndCloseNT, _this, err);\n } else if (!_this._writableState.errorEmitted) {\n _this._writableState.errorEmitted = true;\n process.nextTick(emitErrorAndCloseNT, _this, err);\n } else {\n process.nextTick(emitCloseNT, _this);\n }\n } else if (cb) {\n process.nextTick(emitCloseNT, _this);\n cb(err);\n } else {\n process.nextTick(emitCloseNT, _this);\n }\n });\n return this;\n}\nfunction emitErrorAndCloseNT(self, err) {\n emitErrorNT(self, err);\n emitCloseNT(self);\n}\nfunction emitCloseNT(self) {\n if (self._writableState && !self._writableState.emitClose) return;\n if (self._readableState && !self._readableState.emitClose) return;\n self.emit('close');\n}\nfunction undestroy() {\n if (this._readableState) {\n this._readableState.destroyed = false;\n this._readableState.reading = false;\n this._readableState.ended = false;\n this._readableState.endEmitted = false;\n }\n if (this._writableState) {\n this._writableState.destroyed = false;\n this._writableState.ended = false;\n this._writableState.ending = false;\n this._writableState.finalCalled = false;\n this._writableState.prefinished = false;\n this._writableState.finished = false;\n this._writableState.errorEmitted = false;\n }\n}\nfunction emitErrorNT(self, err) {\n self.emit('error', err);\n}\nfunction errorOrDestroy(stream, err) {\n // We have tests that rely on errors being emitted\n // in the same tick, so changing this is semver major.\n // For now when you opt-in to autoDestroy we allow\n // the error to be emitted nextTick. In a future\n // semver major update we should change the default to this.\n\n var rState = stream._readableState;\n var wState = stream._writableState;\n if (rState && rState.autoDestroy || wState && wState.autoDestroy) stream.destroy(err);else stream.emit('error', err);\n}\nmodule.exports = {\n destroy: destroy,\n undestroy: undestroy,\n errorOrDestroy: errorOrDestroy\n};","// Ported from https://github.com/mafintosh/end-of-stream with\n// permission from the author, Mathias Buus (@mafintosh).\n\n'use strict';\n\nvar ERR_STREAM_PREMATURE_CLOSE = require('../../../errors').codes.ERR_STREAM_PREMATURE_CLOSE;\nfunction once(callback) {\n var called = false;\n return function () {\n if (called) return;\n called = true;\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n callback.apply(this, args);\n };\n}\nfunction noop() {}\nfunction isRequest(stream) {\n return stream.setHeader && typeof stream.abort === 'function';\n}\nfunction eos(stream, opts, callback) {\n if (typeof opts === 'function') return eos(stream, null, opts);\n if (!opts) opts = {};\n callback = once(callback || noop);\n var readable = opts.readable || opts.readable !== false && stream.readable;\n var writable = opts.writable || opts.writable !== false && stream.writable;\n var onlegacyfinish = function onlegacyfinish() {\n if (!stream.writable) onfinish();\n };\n var writableEnded = stream._writableState && stream._writableState.finished;\n var onfinish = function onfinish() {\n writable = false;\n writableEnded = true;\n if (!readable) callback.call(stream);\n };\n var readableEnded = stream._readableState && stream._readableState.endEmitted;\n var onend = function onend() {\n readable = false;\n readableEnded = true;\n if (!writable) callback.call(stream);\n };\n var onerror = function onerror(err) {\n callback.call(stream, err);\n };\n var onclose = function onclose() {\n var err;\n if (readable && !readableEnded) {\n if (!stream._readableState || !stream._readableState.ended) err = new ERR_STREAM_PREMATURE_CLOSE();\n return callback.call(stream, err);\n }\n if (writable && !writableEnded) {\n if (!stream._writableState || !stream._writableState.ended) err = new ERR_STREAM_PREMATURE_CLOSE();\n return callback.call(stream, err);\n }\n };\n var onrequest = function onrequest() {\n stream.req.on('finish', onfinish);\n };\n if (isRequest(stream)) {\n stream.on('complete', onfinish);\n stream.on('abort', onclose);\n if (stream.req) onrequest();else stream.on('request', onrequest);\n } else if (writable && !stream._writableState) {\n // legacy streams\n stream.on('end', onlegacyfinish);\n stream.on('close', onlegacyfinish);\n }\n stream.on('end', onend);\n stream.on('finish', onfinish);\n if (opts.error !== false) stream.on('error', onerror);\n stream.on('close', onclose);\n return function () {\n stream.removeListener('complete', onfinish);\n stream.removeListener('abort', onclose);\n stream.removeListener('request', onrequest);\n if (stream.req) stream.req.removeListener('finish', onfinish);\n stream.removeListener('end', onlegacyfinish);\n stream.removeListener('close', onlegacyfinish);\n stream.removeListener('finish', onfinish);\n stream.removeListener('end', onend);\n stream.removeListener('error', onerror);\n stream.removeListener('close', onclose);\n };\n}\nmodule.exports = eos;","module.exports = function () {\n throw new Error('Readable.from is not available in the browser')\n};\n","// Ported from https://github.com/mafintosh/pump with\n// permission from the author, Mathias Buus (@mafintosh).\n\n'use strict';\n\nvar eos;\nfunction once(callback) {\n var called = false;\n return function () {\n if (called) return;\n called = true;\n callback.apply(void 0, arguments);\n };\n}\nvar _require$codes = require('../../../errors').codes,\n ERR_MISSING_ARGS = _require$codes.ERR_MISSING_ARGS,\n ERR_STREAM_DESTROYED = _require$codes.ERR_STREAM_DESTROYED;\nfunction noop(err) {\n // Rethrow the error if it exists to avoid swallowing it\n if (err) throw err;\n}\nfunction isRequest(stream) {\n return stream.setHeader && typeof stream.abort === 'function';\n}\nfunction destroyer(stream, reading, writing, callback) {\n callback = once(callback);\n var closed = false;\n stream.on('close', function () {\n closed = true;\n });\n if (eos === undefined) eos = require('./end-of-stream');\n eos(stream, {\n readable: reading,\n writable: writing\n }, function (err) {\n if (err) return callback(err);\n closed = true;\n callback();\n });\n var destroyed = false;\n return function (err) {\n if (closed) return;\n if (destroyed) return;\n destroyed = true;\n\n // request.destroy just do .end - .abort is what we want\n if (isRequest(stream)) return stream.abort();\n if (typeof stream.destroy === 'function') return stream.destroy();\n callback(err || new ERR_STREAM_DESTROYED('pipe'));\n };\n}\nfunction call(fn) {\n fn();\n}\nfunction pipe(from, to) {\n return from.pipe(to);\n}\nfunction popCallback(streams) {\n if (!streams.length) return noop;\n if (typeof streams[streams.length - 1] !== 'function') return noop;\n return streams.pop();\n}\nfunction pipeline() {\n for (var _len = arguments.length, streams = new Array(_len), _key = 0; _key < _len; _key++) {\n streams[_key] = arguments[_key];\n }\n var callback = popCallback(streams);\n if (Array.isArray(streams[0])) streams = streams[0];\n if (streams.length < 2) {\n throw new ERR_MISSING_ARGS('streams');\n }\n var error;\n var destroys = streams.map(function (stream, i) {\n var reading = i < streams.length - 1;\n var writing = i > 0;\n return destroyer(stream, reading, writing, function (err) {\n if (!error) error = err;\n if (err) destroys.forEach(call);\n if (reading) return;\n destroys.forEach(call);\n callback(error);\n });\n });\n return streams.reduce(pipe);\n}\nmodule.exports = pipeline;","'use strict';\n\nvar ERR_INVALID_OPT_VALUE = require('../../../errors').codes.ERR_INVALID_OPT_VALUE;\nfunction highWaterMarkFrom(options, isDuplex, duplexKey) {\n return options.highWaterMark != null ? options.highWaterMark : isDuplex ? options[duplexKey] : null;\n}\nfunction getHighWaterMark(state, options, duplexKey, isDuplex) {\n var hwm = highWaterMarkFrom(options, isDuplex, duplexKey);\n if (hwm != null) {\n if (!(isFinite(hwm) && Math.floor(hwm) === hwm) || hwm < 0) {\n var name = isDuplex ? duplexKey : 'highWaterMark';\n throw new ERR_INVALID_OPT_VALUE(name, hwm);\n }\n return Math.floor(hwm);\n }\n\n // Default value\n return state.objectMode ? 16 : 16 * 1024;\n}\nmodule.exports = {\n getHighWaterMark: getHighWaterMark\n};","module.exports = require('events').EventEmitter;\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","/*! safe-buffer. MIT License. Feross Aboukhadijeh */\n/* eslint-disable node/no-deprecated-api */\nvar buffer = require('buffer')\nvar Buffer = buffer.Buffer\n\n// alternative to using Object.keys for old browsers\nfunction copyProps (src, dst) {\n for (var key in src) {\n dst[key] = src[key]\n }\n}\nif (Buffer.from && Buffer.alloc && Buffer.allocUnsafe && Buffer.allocUnsafeSlow) {\n module.exports = buffer\n} else {\n // Copy properties from require('buffer')\n copyProps(buffer, exports)\n exports.Buffer = SafeBuffer\n}\n\nfunction SafeBuffer (arg, encodingOrOffset, length) {\n return Buffer(arg, encodingOrOffset, length)\n}\n\nSafeBuffer.prototype = Object.create(Buffer.prototype)\n\n// Copy static methods from Buffer\ncopyProps(Buffer, SafeBuffer)\n\nSafeBuffer.from = function (arg, encodingOrOffset, length) {\n if (typeof arg === 'number') {\n throw new TypeError('Argument must not be a number')\n }\n return Buffer(arg, encodingOrOffset, length)\n}\n\nSafeBuffer.alloc = function (size, fill, encoding) {\n if (typeof size !== 'number') {\n throw new TypeError('Argument must be a number')\n }\n var buf = Buffer(size)\n if (fill !== undefined) {\n if (typeof encoding === 'string') {\n buf.fill(fill, encoding)\n } else {\n buf.fill(fill)\n }\n } else {\n buf.fill(0)\n }\n return buf\n}\n\nSafeBuffer.allocUnsafe = function (size) {\n if (typeof size !== 'number') {\n throw new TypeError('Argument must be a number')\n }\n return Buffer(size)\n}\n\nSafeBuffer.allocUnsafeSlow = function (size) {\n if (typeof size !== 'number') {\n throw new TypeError('Argument must be a number')\n }\n return buffer.SlowBuffer(size)\n}\n","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nmodule.exports = Stream;\n\nvar EE = require('events').EventEmitter;\nvar inherits = require('inherits');\n\ninherits(Stream, EE);\nStream.Readable = require('readable-stream/lib/_stream_readable.js');\nStream.Writable = require('readable-stream/lib/_stream_writable.js');\nStream.Duplex = require('readable-stream/lib/_stream_duplex.js');\nStream.Transform = require('readable-stream/lib/_stream_transform.js');\nStream.PassThrough = require('readable-stream/lib/_stream_passthrough.js');\nStream.finished = require('readable-stream/lib/internal/streams/end-of-stream.js')\nStream.pipeline = require('readable-stream/lib/internal/streams/pipeline.js')\n\n// Backwards-compat with node 0.4.x\nStream.Stream = Stream;\n\n\n\n// old-style streams. Note that the pipe method (the only relevant\n// part of this class) is overridden in the Readable class.\n\nfunction Stream() {\n EE.call(this);\n}\n\nStream.prototype.pipe = function(dest, options) {\n var source = this;\n\n function ondata(chunk) {\n if (dest.writable) {\n if (false === dest.write(chunk) && source.pause) {\n source.pause();\n }\n }\n }\n\n source.on('data', ondata);\n\n function ondrain() {\n if (source.readable && source.resume) {\n source.resume();\n }\n }\n\n dest.on('drain', ondrain);\n\n // If the 'end' option is not supplied, dest.end() will be called when\n // source gets the 'end' or 'close' events. Only dest.end() once.\n if (!dest._isStdio && (!options || options.end !== false)) {\n source.on('end', onend);\n source.on('close', onclose);\n }\n\n var didOnEnd = false;\n function onend() {\n if (didOnEnd) return;\n didOnEnd = true;\n\n dest.end();\n }\n\n\n function onclose() {\n if (didOnEnd) return;\n didOnEnd = true;\n\n if (typeof dest.destroy === 'function') dest.destroy();\n }\n\n // don't leave dangling pipes when there are errors.\n function onerror(er) {\n cleanup();\n if (EE.listenerCount(this, 'error') === 0) {\n throw er; // Unhandled stream error in pipe.\n }\n }\n\n source.on('error', onerror);\n dest.on('error', onerror);\n\n // remove all the event listeners that were added.\n function cleanup() {\n source.removeListener('data', ondata);\n dest.removeListener('drain', ondrain);\n\n source.removeListener('end', onend);\n source.removeListener('close', onclose);\n\n source.removeListener('error', onerror);\n dest.removeListener('error', onerror);\n\n source.removeListener('end', cleanup);\n source.removeListener('close', cleanup);\n\n dest.removeListener('close', cleanup);\n }\n\n source.on('end', cleanup);\n source.on('close', cleanup);\n\n dest.on('close', cleanup);\n\n dest.emit('pipe', source);\n\n // Allow for unix-like usage: A.pipe(B).pipe(C)\n return dest;\n};\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","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n'use strict';\n\n/**/\n\nvar Buffer = require('safe-buffer').Buffer;\n/**/\n\nvar isEncoding = Buffer.isEncoding || function (encoding) {\n encoding = '' + encoding;\n switch (encoding && encoding.toLowerCase()) {\n case 'hex':case 'utf8':case 'utf-8':case 'ascii':case 'binary':case 'base64':case 'ucs2':case 'ucs-2':case 'utf16le':case 'utf-16le':case 'raw':\n return true;\n default:\n return false;\n }\n};\n\nfunction _normalizeEncoding(enc) {\n if (!enc) return 'utf8';\n var retried;\n while (true) {\n switch (enc) {\n case 'utf8':\n case 'utf-8':\n return 'utf8';\n case 'ucs2':\n case 'ucs-2':\n case 'utf16le':\n case 'utf-16le':\n return 'utf16le';\n case 'latin1':\n case 'binary':\n return 'latin1';\n case 'base64':\n case 'ascii':\n case 'hex':\n return enc;\n default:\n if (retried) return; // undefined\n enc = ('' + enc).toLowerCase();\n retried = true;\n }\n }\n};\n\n// Do not cache `Buffer.isEncoding` when checking encoding names as some\n// modules monkey-patch it to support additional encodings\nfunction normalizeEncoding(enc) {\n var nenc = _normalizeEncoding(enc);\n if (typeof nenc !== 'string' && (Buffer.isEncoding === isEncoding || !isEncoding(enc))) throw new Error('Unknown encoding: ' + enc);\n return nenc || enc;\n}\n\n// StringDecoder provides an interface for efficiently splitting a series of\n// buffers into a series of JS strings without breaking apart multi-byte\n// characters.\nexports.StringDecoder = StringDecoder;\nfunction StringDecoder(encoding) {\n this.encoding = normalizeEncoding(encoding);\n var nb;\n switch (this.encoding) {\n case 'utf16le':\n this.text = utf16Text;\n this.end = utf16End;\n nb = 4;\n break;\n case 'utf8':\n this.fillLast = utf8FillLast;\n nb = 4;\n break;\n case 'base64':\n this.text = base64Text;\n this.end = base64End;\n nb = 3;\n break;\n default:\n this.write = simpleWrite;\n this.end = simpleEnd;\n return;\n }\n this.lastNeed = 0;\n this.lastTotal = 0;\n this.lastChar = Buffer.allocUnsafe(nb);\n}\n\nStringDecoder.prototype.write = function (buf) {\n if (buf.length === 0) return '';\n var r;\n var i;\n if (this.lastNeed) {\n r = this.fillLast(buf);\n if (r === undefined) return '';\n i = this.lastNeed;\n this.lastNeed = 0;\n } else {\n i = 0;\n }\n if (i < buf.length) return r ? r + this.text(buf, i) : this.text(buf, i);\n return r || '';\n};\n\nStringDecoder.prototype.end = utf8End;\n\n// Returns only complete characters in a Buffer\nStringDecoder.prototype.text = utf8Text;\n\n// Attempts to complete a partial non-UTF-8 character using bytes from a Buffer\nStringDecoder.prototype.fillLast = function (buf) {\n if (this.lastNeed <= buf.length) {\n buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, this.lastNeed);\n return this.lastChar.toString(this.encoding, 0, this.lastTotal);\n }\n buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, buf.length);\n this.lastNeed -= buf.length;\n};\n\n// Checks the type of a UTF-8 byte, whether it's ASCII, a leading byte, or a\n// continuation byte. If an invalid byte is detected, -2 is returned.\nfunction utf8CheckByte(byte) {\n if (byte <= 0x7F) return 0;else if (byte >> 5 === 0x06) return 2;else if (byte >> 4 === 0x0E) return 3;else if (byte >> 3 === 0x1E) return 4;\n return byte >> 6 === 0x02 ? -1 : -2;\n}\n\n// Checks at most 3 bytes at the end of a Buffer in order to detect an\n// incomplete multi-byte UTF-8 character. The total number of bytes (2, 3, or 4)\n// needed to complete the UTF-8 character (if applicable) are returned.\nfunction utf8CheckIncomplete(self, buf, i) {\n var j = buf.length - 1;\n if (j < i) return 0;\n var nb = utf8CheckByte(buf[j]);\n if (nb >= 0) {\n if (nb > 0) self.lastNeed = nb - 1;\n return nb;\n }\n if (--j < i || nb === -2) return 0;\n nb = utf8CheckByte(buf[j]);\n if (nb >= 0) {\n if (nb > 0) self.lastNeed = nb - 2;\n return nb;\n }\n if (--j < i || nb === -2) return 0;\n nb = utf8CheckByte(buf[j]);\n if (nb >= 0) {\n if (nb > 0) {\n if (nb === 2) nb = 0;else self.lastNeed = nb - 3;\n }\n return nb;\n }\n return 0;\n}\n\n// Validates as many continuation bytes for a multi-byte UTF-8 character as\n// needed or are available. If we see a non-continuation byte where we expect\n// one, we \"replace\" the validated continuation bytes we've seen so far with\n// a single UTF-8 replacement character ('\\ufffd'), to match v8's UTF-8 decoding\n// behavior. The continuation byte check is included three times in the case\n// where all of the continuation bytes for a character exist in the same buffer.\n// It is also done this way as a slight performance increase instead of using a\n// loop.\nfunction utf8CheckExtraBytes(self, buf, p) {\n if ((buf[0] & 0xC0) !== 0x80) {\n self.lastNeed = 0;\n return '\\ufffd';\n }\n if (self.lastNeed > 1 && buf.length > 1) {\n if ((buf[1] & 0xC0) !== 0x80) {\n self.lastNeed = 1;\n return '\\ufffd';\n }\n if (self.lastNeed > 2 && buf.length > 2) {\n if ((buf[2] & 0xC0) !== 0x80) {\n self.lastNeed = 2;\n return '\\ufffd';\n }\n }\n }\n}\n\n// Attempts to complete a multi-byte UTF-8 character using bytes from a Buffer.\nfunction utf8FillLast(buf) {\n var p = this.lastTotal - this.lastNeed;\n var r = utf8CheckExtraBytes(this, buf, p);\n if (r !== undefined) return r;\n if (this.lastNeed <= buf.length) {\n buf.copy(this.lastChar, p, 0, this.lastNeed);\n return this.lastChar.toString(this.encoding, 0, this.lastTotal);\n }\n buf.copy(this.lastChar, p, 0, buf.length);\n this.lastNeed -= buf.length;\n}\n\n// Returns all complete UTF-8 characters in a Buffer. If the Buffer ended on a\n// partial character, the character's bytes are buffered until the required\n// number of bytes are available.\nfunction utf8Text(buf, i) {\n var total = utf8CheckIncomplete(this, buf, i);\n if (!this.lastNeed) return buf.toString('utf8', i);\n this.lastTotal = total;\n var end = buf.length - (total - this.lastNeed);\n buf.copy(this.lastChar, 0, end);\n return buf.toString('utf8', i, end);\n}\n\n// For UTF-8, a replacement character is added when ending on a partial\n// character.\nfunction utf8End(buf) {\n var r = buf && buf.length ? this.write(buf) : '';\n if (this.lastNeed) return r + '\\ufffd';\n return r;\n}\n\n// UTF-16LE typically needs two bytes per character, but even if we have an even\n// number of bytes available, we need to check if we end on a leading/high\n// surrogate. In that case, we need to wait for the next two bytes in order to\n// decode the last character properly.\nfunction utf16Text(buf, i) {\n if ((buf.length - i) % 2 === 0) {\n var r = buf.toString('utf16le', i);\n if (r) {\n var c = r.charCodeAt(r.length - 1);\n if (c >= 0xD800 && c <= 0xDBFF) {\n this.lastNeed = 2;\n this.lastTotal = 4;\n this.lastChar[0] = buf[buf.length - 2];\n this.lastChar[1] = buf[buf.length - 1];\n return r.slice(0, -1);\n }\n }\n return r;\n }\n this.lastNeed = 1;\n this.lastTotal = 2;\n this.lastChar[0] = buf[buf.length - 1];\n return buf.toString('utf16le', i, buf.length - 1);\n}\n\n// For UTF-16LE we do not explicitly append special replacement characters if we\n// end on a partial character, we simply let v8 handle that.\nfunction utf16End(buf) {\n var r = buf && buf.length ? this.write(buf) : '';\n if (this.lastNeed) {\n var end = this.lastTotal - this.lastNeed;\n return r + this.lastChar.toString('utf16le', 0, end);\n }\n return r;\n}\n\nfunction base64Text(buf, i) {\n var n = (buf.length - i) % 3;\n if (n === 0) return buf.toString('base64', i);\n this.lastNeed = 3 - n;\n this.lastTotal = 3;\n if (n === 1) {\n this.lastChar[0] = buf[buf.length - 1];\n } else {\n this.lastChar[0] = buf[buf.length - 2];\n this.lastChar[1] = buf[buf.length - 1];\n }\n return buf.toString('base64', i, buf.length - n);\n}\n\nfunction base64End(buf) {\n var r = buf && buf.length ? this.write(buf) : '';\n if (this.lastNeed) return r + this.lastChar.toString('base64', 0, 3 - this.lastNeed);\n return r;\n}\n\n// Pass bytes on through for single-byte encodings (e.g. ascii, latin1, hex)\nfunction simpleWrite(buf) {\n return buf.toString(this.encoding);\n}\n\nfunction simpleEnd(buf) {\n return buf && buf.length ? this.write(buf) : '';\n}","\n/**\n * Module exports.\n */\n\nmodule.exports = deprecate;\n\n/**\n * Mark that a method should not be used.\n * Returns a modified function which warns once by default.\n *\n * If `localStorage.noDeprecation = true` is set, then it is a no-op.\n *\n * If `localStorage.throwDeprecation = true` is set, then deprecated functions\n * will throw an Error when invoked.\n *\n * If `localStorage.traceDeprecation = true` is set, then deprecated functions\n * will invoke `console.trace()` instead of `console.error()`.\n *\n * @param {Function} fn - the function to deprecate\n * @param {String} msg - the string to print to the console when `fn` is invoked\n * @returns {Function} a new \"deprecated\" version of `fn`\n * @api public\n */\n\nfunction deprecate (fn, msg) {\n if (config('noDeprecation')) {\n return fn;\n }\n\n var warned = false;\n function deprecated() {\n if (!warned) {\n if (config('throwDeprecation')) {\n throw new Error(msg);\n } else if (config('traceDeprecation')) {\n console.trace(msg);\n } else {\n console.warn(msg);\n }\n warned = true;\n }\n return fn.apply(this, arguments);\n }\n\n return deprecated;\n}\n\n/**\n * Checks `localStorage` for boolean values for the given `name`.\n *\n * @param {String} name\n * @returns {Boolean}\n * @api private\n */\n\nfunction config (name) {\n // accessing global.localStorage can trigger a DOMException in sandboxed iframes\n try {\n if (!global.localStorage) return false;\n } catch (_) {\n return false;\n }\n var val = global.localStorage[name];\n if (null == val) return false;\n return String(val).toLowerCase() === 'true';\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=\" + {\"2048\":\"78a82614529a3cefcde7\",\"4180\":\"fe82f3a2dac70d6b82bc\"}[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__(37876)))\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","some","type","FileType","Folder","root","startsWith","READ","async","Array","fill","UPDATE","path","link","generateOcsUrl","result","post","uid","getCurrentUser","window","location","host","encodePath","data","ocs","token","showError","openLocalClient","shouldFavorite","attributes","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","name","emits","props","title","String","fillColor","default","size","Number","_vm","_c","_self","_b","staticClass","attrs","on","$event","$emit","$attrs","_v","_s","_e","queue","getQueue","PQueue","concurrency","MoveCopyAction","canMove","reduce","min","ALL","canCopy","parse","attribute","scope","key","canDownload","getActionForNodes","MOVE_OR_COPY","MOVE","COPY","handleCopyMoveNodeTo","destination","method","overwrite","arguments","undefined","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","CopyIcon","callback","MoveIcon","pick","catch","openFilePickerForAction","FolderSvg","isDavRessource","OCP","Files","Router","goToRoute","DefaultType","HIDDEN","InformationSvg","OCA","Sidebar","open","File","getUniqueName","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","davParsePermissions","filename","nodeData","lastmod","mime","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","required","checked","Boolean","previewUrl","ratio","failedPreview","computed","nameWithoutExt","realPreviewUrl","mimeIcon","getElementById","pathSections","section","encodeFilePath","MimeType","getIconUrl","onCheck","onFailure","domProps","class","extend","components","NcEmptyContent","NcModal","TemplatePreview","loading","opened","provider","extension","emptyTemplate","mimetypes","selectedTemplate","templates","find","template","style","width","margin","border","fetchedProvider","getTemplates","app","onSubmit","close","currentDirectory","URL","searchParams","warn","fileInfo","filePath","templatePath","templateType","createFromTemplate","normalize","openfile","_setupProxy","preventDefault","stopPropagation","_l","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___","ReflectOwnKeys","R","ReflectApply","Function","ownKeys","getOwnPropertySymbols","getOwnPropertyNames","concat","NumberIsNaN","isNaN","EventEmitter","init","once","emitter","errorListener","removeListener","resolver","eventTargetAgnosticAddListener","flags","addErrorHandlerIfEventEmitter","_events","_eventsCount","_maxListeners","defaultMaxListeners","checkListener","listener","_getMaxListeners","that","_addListener","prepend","m","events","existing","warning","newListener","unshift","warned","w","count","onceWrapper","fired","wrapFn","_onceWrap","state","wrapped","_listeners","unwrap","evlistener","ret","unwrapListeners","arrayClone","listenerCount","copy","wrapListener","removeEventListener","RangeError","setMaxListeners","getMaxListeners","doError","er","listeners","addListener","prependListener","prependOnceListener","list","position","originalListener","pop","spliceOne","off","removeAllListeners","rawListeners","eventNames","http","https","validateParams","cb","codes","createErrorType","code","Base","NodeError","_Base","arg1","arg2","arg3","getMessage","oneOf","expected","thing","actual","determiner","search","msg","start","substr","this_len","endsWith","objectKeys","Duplex","Readable","Writable","v","allowHalfOpen","readable","onend","_writableState","ended","process","nextTick","onEndNT","end","highWaterMark","getBuffer","_readableState","destroyed","PassThrough","Transform","_transform","chunk","encoding","ReadableState","EElistenerCount","Stream","Buffer","OurUint8Array","g","Uint8Array","debugUtil","debuglog","StringDecoder","createReadableStreamAsyncIterator","BufferList","destroyImpl","getHighWaterMark","_require$codes","ERR_INVALID_ARG_TYPE","ERR_STREAM_PUSH_AFTER_EOF","ERR_METHOD_NOT_IMPLEMENTED","ERR_STREAM_UNSHIFT_AFTER_END_EVENT","errorOrDestroy","kProxyEvents","stream","isDuplex","objectMode","readableObjectMode","buffer","pipes","pipesCount","flowing","endEmitted","reading","sync","needReadable","emittedReadable","readableListening","resumeScheduled","paused","emitClose","autoDestroy","defaultEncoding","awaitDrain","readingMore","decoder","read","_read","destroy","_destroy","readableAddChunk","addToFront","skipChunkCheck","emitReadable","emitReadable_","onEofChunk","chunkInvalid","_uint8ArrayToBuffer","addChunk","write","maybeReadMore","_undestroy","undestroy","isPaused","setEncoding","enc","head","clear","MAX_HWM","howMuchToRead","computeNewHighWaterMark","flow","maybeReadMore_","updateReadableListening","resume","nReadingNextTick","resume_","fromList","first","consume","endReadable","endReadableNT","wState","finished","xs","x","l","nOrig","doRead","pipe","dest","pipeOpts","src","endFn","stdout","stderr","unpipe","onunpipe","unpipeInfo","hasUnpiped","onclose","onfinish","ondrain","onerror","ondata","cleanedUp","needDrain","pipeOnDrain","pause","event","fn","dests","ev","res","wrap","asyncIterator","_fromList","ERR_MULTIPLE_CALLBACK","ERR_TRANSFORM_ALREADY_TRANSFORMING","ERR_TRANSFORM_WITH_LENGTH_0","afterTransform","ts","_transformState","transforming","writecb","writechunk","rs","needTransform","writeencoding","transform","flush","_flush","prefinish","_write","err2","CorkedRequest","finish","corkReq","pendingcb","onCorkedFinish","corkedRequestsFree","WritableState","realHasInstance","internalUtil","deprecate","ERR_STREAM_CANNOT_PIPE","ERR_STREAM_DESTROYED","ERR_STREAM_NULL_VALUES","ERR_STREAM_WRITE_AFTER_END","ERR_UNKNOWN_ENCODING","nop","writableObjectMode","finalCalled","ending","noDecode","decodeStrings","writing","corked","bufferProcessing","onwrite","writelen","onwriteStateUpdate","finishMaybe","errorEmitted","onwriteError","needFinish","bufferedRequest","clearBuffer","afterWrite","lastBufferedRequest","prefinished","bufferedRequestCount","writev","_writev","_final","doWrite","onwriteDrain","holder","allBuffers","isBuf","callFinal","need","rState","current","out","_","hasInstance","object","writeAfterEnd","validChunk","newChunk","decodeChunk","last","writeOrBuffer","cork","uncork","setDefaultEncoding","endWritable","_Object$setPrototypeO","input","hint","prim","toPrimitive","_toPrimitive","_toPropertyKey","kLastResolve","kLastReject","kError","kEnded","kLastPromise","kHandlePromise","kStream","createIterResult","readAndResolve","iter","onReadable","AsyncIteratorPrototype","ReadableStreamAsyncIteratorPrototype","lastPromise","wrapForNext","_this2","_Object$create","enumerableOnly","symbols","sym","getOwnPropertyDescriptor","_objectSpread","getOwnPropertyDescriptors","defineProperties","inspect","custom","tail","alloc","offset","allocUnsafe","hasStrings","_getString","_getBuffer","c","nb","buf","depth","customInspect","emitErrorAndCloseNT","emitErrorNT","emitCloseNT","readableDestroyed","writableDestroyed","ERR_STREAM_PREMATURE_CLOSE","noop","eos","called","_len","_key","onlegacyfinish","writableEnded","readableEnded","onrequest","req","setHeader","isRequest","ERR_MISSING_ARGS","to","streams","popCallback","destroys","closed","destroyer","ERR_INVALID_OPT_VALUE","duplexKey","hwm","highWaterMarkFrom","isFinite","pipeline","copyProps","dst","SafeBuffer","encodingOrOffset","allocUnsafeSlow","SlowBuffer","EE","inherits","_isStdio","didOnEnd","cleanup","ClientRequest","statusCodes","defaultProtocol","hostname","port","IncomingMessage","Agent","defaultMaxSockets","globalAgent","STATUS_CODES","METHODS","xhr","getXHR","XMLHttpRequest","XDomainRequest","checkTypeSupport","responseType","isFunction","ReadableStream","writableStream","WritableStream","abortController","arraybuffer","msstream","mozchunkedarraybuffer","overrideMimeType","capability","rStates","readyStates","preferBinary","_opts","_body","_headers","auth","useFetch","mode","_mode","decideMode","_fetchTimer","_socketTimeout","_socketTimer","_onFinish","lowerName","unsafeHeaders","getHeader","removeHeader","_destroyed","timeout","setTimeout","headersObj","Blob","headersList","keyName","_fetchAbortController","requestTimeout","_fetchResponse","_resetTimers","_connect","_xhr","ontimeout","setRequestHeader","_response","onreadystatechange","readyState","DONE","_onXHRProgress","onprogress","send","statusValid","clearTimeout","flushHeaders","setNoDelay","setSocketKeepAlive","UNSENT","OPENED","HEADERS_RECEIVED","resetTimers","rawHeaders","trailers","rawTrailers","statusCode","statusMessage","statusText","_resumeFetch","pipeTo","reader","getReader","_pos","responseURL","getAllResponseHeaders","matches","_charset","mimeType","charsetMatch","responseText","newData","MSStreamReader","byteLength","onload","readAsArrayBuffer","isEncoding","nenc","retried","_normalizeEncoding","normalizeEncoding","text","utf16Text","utf16End","fillLast","utf8FillLast","base64Text","base64End","simpleWrite","simpleEnd","lastNeed","lastTotal","lastChar","utf8CheckByte","byte","r","utf8CheckExtraBytes","total","j","utf8CheckIncomplete","config","localStorage","val","trace","setUid","Ne","_entries","registerEntry","validateEntry","unregisterEntry","getEntryIndex","entries","getEntries","_nc_newfilemenu","C","P","Yt","log","d","pow","toFixed","parseFloat","toLocaleString","Z","DEFAULT","Qt","_action","validateAction","inline","renderInline","values","Dt","_nc_fileactions","N","SHARE","Y","oc","ir","_nc_dav_properties","_nc_dav_namespaces","prop","namespaces","V","L","sr","or","be","J","X","crtime","Q","NEW","FAILED","LOCKED","D","_data","_attributes","_knownDavService","updateMtime","deleteProperty","origin","pathname","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","getValue","isName","getAllMatches","startIndex","lastIndex","nameRegexp","M","Oe","allowBooleanAttributes","unpairedTags","U","G","z","validate","trim","Re","xe","H","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","regx","entities","rt","skipLike","De","lastEntities","regex","st","replaceEntitiesValue","$","ot","charAt","ut","dt","resolveNameSpace","at","y","saveTextToParentTag","lastIndexOf","tagsNodeStack","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","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","priority","notFulfilled","Infinity","fulfilled","getter","__esModule","definition","chunkId","promises","script","needAttach","scripts","getElementsByTagName","getAttribute","charset","setAttribute","onScriptComplete","prev","doneFns","parentNode","removeChild","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=d8fde50dac8492b740b0","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/events/events.js","webpack:///nextcloud/node_modules/https-browserify/index.js","webpack:///nextcloud/node_modules/readable-stream/errors-browser.js","webpack:///nextcloud/node_modules/readable-stream/lib/_stream_duplex.js","webpack:///nextcloud/node_modules/readable-stream/lib/_stream_passthrough.js","webpack:///nextcloud/node_modules/readable-stream/lib/_stream_readable.js","webpack:///nextcloud/node_modules/readable-stream/lib/_stream_transform.js","webpack:///nextcloud/node_modules/readable-stream/lib/_stream_writable.js","webpack:///nextcloud/node_modules/readable-stream/lib/internal/streams/async_iterator.js","webpack:///nextcloud/node_modules/readable-stream/lib/internal/streams/buffer_list.js","webpack:///nextcloud/node_modules/readable-stream/lib/internal/streams/destroy.js","webpack:///nextcloud/node_modules/readable-stream/lib/internal/streams/end-of-stream.js","webpack:///nextcloud/node_modules/readable-stream/lib/internal/streams/from-browser.js","webpack:///nextcloud/node_modules/readable-stream/lib/internal/streams/pipeline.js","webpack:///nextcloud/node_modules/readable-stream/lib/internal/streams/state.js","webpack:///nextcloud/node_modules/readable-stream/lib/internal/streams/stream-browser.js","webpack:///nextcloud/node_modules/readable-stream/readable-browser.js","webpack:///nextcloud/node_modules/safe-buffer/index.js","webpack:///nextcloud/node_modules/stream-browserify/index.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/string_decoder/lib/string_decoder.js","webpack:///nextcloud/node_modules/util-deprecate/browser.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};\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\n .map(node => node.permissions)\n .every(permission => (permission & Permission.READ) !== 0);\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 if (node.path.startsWith(destination.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-24eb3c55] {\n height: var(--row-height, 50px);\n}\ntr.file-picker__row td[data-v-24eb3c55] {\n cursor: pointer;\n overflow: hidden;\n text-overflow: ellipsis;\n border-bottom: none;\n}\ntr.file-picker__row td[data-v-24eb3c55]:not(.row-checkbox) {\n padding-inline: 14px 0;\n}\ntr.file-picker__row td.row-size[data-v-24eb3c55] {\n text-align: end;\n padding-inline: 0 14px;\n}\ntr.file-picker__row td.row-name[data-v-24eb3c55] {\n padding-inline: 2px 0;\n}\n.file-picker__row--selected[data-v-24eb3c55] {\n background-color: var(--color-background-dark);\n}\n.file-picker__row[data-v-24eb3c55]:hover {\n background-color: var(--color-background-hover);\n}\n.file-picker__name-container[data-v-24eb3c55] {\n display: flex;\n justify-content: start;\n align-items: center;\n height: 100%;\n}\n.file-picker__file-name[data-v-24eb3c55] {\n padding-inline-start: 6px;\n min-width: 0;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.file-picker__file-extension[data-v-24eb3c55] {\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-b63d952f] {\n height: 50px;\n display: flex;\n justify-content: start;\n align-items: center;\n}\n.file-picker__view h3[data-v-b63d952f] {\n font-weight: 700;\n height: fit-content;\n margin: 0;\n}\n.file-picker__main[data-v-b63d952f] {\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-b63d952f] {\n box-sizing: border-box;\n}\n[data-v-b63d952f] .file-picker {\n height: min(80vh, 800px);\n}\n@media (max-width: 512px) {\n [data-v-b63d952f] .file-picker {\n height: calc(100% - 16px - var(--default-clickable-area));\n }\n}\n[data-v-b63d952f] .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-24eb3c55] {\\n height: var(--row-height, 50px);\\n}\\ntr.file-picker__row td[data-v-24eb3c55] {\\n cursor: pointer;\\n overflow: hidden;\\n text-overflow: ellipsis;\\n border-bottom: none;\\n}\\ntr.file-picker__row td[data-v-24eb3c55]:not(.row-checkbox) {\\n padding-inline: 14px 0;\\n}\\ntr.file-picker__row td.row-size[data-v-24eb3c55] {\\n text-align: end;\\n padding-inline: 0 14px;\\n}\\ntr.file-picker__row td.row-name[data-v-24eb3c55] {\\n padding-inline: 2px 0;\\n}\\n.file-picker__row--selected[data-v-24eb3c55] {\\n background-color: var(--color-background-dark);\\n}\\n.file-picker__row[data-v-24eb3c55]:hover {\\n background-color: var(--color-background-hover);\\n}\\n.file-picker__name-container[data-v-24eb3c55] {\\n display: flex;\\n justify-content: start;\\n align-items: center;\\n height: 100%;\\n}\\n.file-picker__file-name[data-v-24eb3c55] {\\n padding-inline-start: 6px;\\n min-width: 0;\\n overflow: hidden;\\n text-overflow: ellipsis;\\n}\\n.file-picker__file-extension[data-v-24eb3c55] {\\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-b63d952f] {\\n height: 50px;\\n display: flex;\\n justify-content: start;\\n align-items: center;\\n}\\n.file-picker__view h3[data-v-b63d952f] {\\n font-weight: 700;\\n height: fit-content;\\n margin: 0;\\n}\\n.file-picker__main[data-v-b63d952f] {\\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-b63d952f] {\\n box-sizing: border-box;\\n}\\n[data-v-b63d952f] .file-picker {\\n height: min(80vh, 800px);\\n}\\n@media (max-width: 512px) {\\n [data-v-b63d952f] .file-picker {\\n height: calc(100% - 16px - var(--default-clickable-area));\\n }\\n}\\n[data-v-b63d952f] .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","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n'use strict';\n\nvar R = typeof Reflect === 'object' ? Reflect : null\nvar ReflectApply = R && typeof R.apply === 'function'\n ? R.apply\n : function ReflectApply(target, receiver, args) {\n return Function.prototype.apply.call(target, receiver, args);\n }\n\nvar ReflectOwnKeys\nif (R && typeof R.ownKeys === 'function') {\n ReflectOwnKeys = R.ownKeys\n} else if (Object.getOwnPropertySymbols) {\n ReflectOwnKeys = function ReflectOwnKeys(target) {\n return Object.getOwnPropertyNames(target)\n .concat(Object.getOwnPropertySymbols(target));\n };\n} else {\n ReflectOwnKeys = function ReflectOwnKeys(target) {\n return Object.getOwnPropertyNames(target);\n };\n}\n\nfunction ProcessEmitWarning(warning) {\n if (console && console.warn) console.warn(warning);\n}\n\nvar NumberIsNaN = Number.isNaN || function NumberIsNaN(value) {\n return value !== value;\n}\n\nfunction EventEmitter() {\n EventEmitter.init.call(this);\n}\nmodule.exports = EventEmitter;\nmodule.exports.once = once;\n\n// Backwards-compat with node 0.10.x\nEventEmitter.EventEmitter = EventEmitter;\n\nEventEmitter.prototype._events = undefined;\nEventEmitter.prototype._eventsCount = 0;\nEventEmitter.prototype._maxListeners = undefined;\n\n// By default EventEmitters will print a warning if more than 10 listeners are\n// added to it. This is a useful default which helps finding memory leaks.\nvar defaultMaxListeners = 10;\n\nfunction checkListener(listener) {\n if (typeof listener !== 'function') {\n throw new TypeError('The \"listener\" argument must be of type Function. Received type ' + typeof listener);\n }\n}\n\nObject.defineProperty(EventEmitter, 'defaultMaxListeners', {\n enumerable: true,\n get: function() {\n return defaultMaxListeners;\n },\n set: function(arg) {\n if (typeof arg !== 'number' || arg < 0 || NumberIsNaN(arg)) {\n throw new RangeError('The value of \"defaultMaxListeners\" is out of range. It must be a non-negative number. Received ' + arg + '.');\n }\n defaultMaxListeners = arg;\n }\n});\n\nEventEmitter.init = function() {\n\n if (this._events === undefined ||\n this._events === Object.getPrototypeOf(this)._events) {\n this._events = Object.create(null);\n this._eventsCount = 0;\n }\n\n this._maxListeners = this._maxListeners || undefined;\n};\n\n// Obviously not all Emitters should be limited to 10. This function allows\n// that to be increased. Set to zero for unlimited.\nEventEmitter.prototype.setMaxListeners = function setMaxListeners(n) {\n if (typeof n !== 'number' || n < 0 || NumberIsNaN(n)) {\n throw new RangeError('The value of \"n\" is out of range. It must be a non-negative number. Received ' + n + '.');\n }\n this._maxListeners = n;\n return this;\n};\n\nfunction _getMaxListeners(that) {\n if (that._maxListeners === undefined)\n return EventEmitter.defaultMaxListeners;\n return that._maxListeners;\n}\n\nEventEmitter.prototype.getMaxListeners = function getMaxListeners() {\n return _getMaxListeners(this);\n};\n\nEventEmitter.prototype.emit = function emit(type) {\n var args = [];\n for (var i = 1; i < arguments.length; i++) args.push(arguments[i]);\n var doError = (type === 'error');\n\n var events = this._events;\n if (events !== undefined)\n doError = (doError && events.error === undefined);\n else if (!doError)\n return false;\n\n // If there is no 'error' event listener then throw.\n if (doError) {\n var er;\n if (args.length > 0)\n er = args[0];\n if (er instanceof Error) {\n // Note: The comments on the `throw` lines are intentional, they show\n // up in Node's output if this results in an unhandled exception.\n throw er; // Unhandled 'error' event\n }\n // At least give some kind of context to the user\n var err = new Error('Unhandled error.' + (er ? ' (' + er.message + ')' : ''));\n err.context = er;\n throw err; // Unhandled 'error' event\n }\n\n var handler = events[type];\n\n if (handler === undefined)\n return false;\n\n if (typeof handler === 'function') {\n ReflectApply(handler, this, args);\n } else {\n var len = handler.length;\n var listeners = arrayClone(handler, len);\n for (var i = 0; i < len; ++i)\n ReflectApply(listeners[i], this, args);\n }\n\n return true;\n};\n\nfunction _addListener(target, type, listener, prepend) {\n var m;\n var events;\n var existing;\n\n checkListener(listener);\n\n events = target._events;\n if (events === undefined) {\n events = target._events = Object.create(null);\n target._eventsCount = 0;\n } else {\n // To avoid recursion in the case that type === \"newListener\"! Before\n // adding it to the listeners, first emit \"newListener\".\n if (events.newListener !== undefined) {\n target.emit('newListener', type,\n listener.listener ? listener.listener : listener);\n\n // Re-assign `events` because a newListener handler could have caused the\n // this._events to be assigned to a new object\n events = target._events;\n }\n existing = events[type];\n }\n\n if (existing === undefined) {\n // Optimize the case of one listener. Don't need the extra array object.\n existing = events[type] = listener;\n ++target._eventsCount;\n } else {\n if (typeof existing === 'function') {\n // Adding the second element, need to change to array.\n existing = events[type] =\n prepend ? [listener, existing] : [existing, listener];\n // If we've already got an array, just append.\n } else if (prepend) {\n existing.unshift(listener);\n } else {\n existing.push(listener);\n }\n\n // Check for listener leak\n m = _getMaxListeners(target);\n if (m > 0 && existing.length > m && !existing.warned) {\n existing.warned = true;\n // No error code for this since it is a Warning\n // eslint-disable-next-line no-restricted-syntax\n var w = new Error('Possible EventEmitter memory leak detected. ' +\n existing.length + ' ' + String(type) + ' listeners ' +\n 'added. Use emitter.setMaxListeners() to ' +\n 'increase limit');\n w.name = 'MaxListenersExceededWarning';\n w.emitter = target;\n w.type = type;\n w.count = existing.length;\n ProcessEmitWarning(w);\n }\n }\n\n return target;\n}\n\nEventEmitter.prototype.addListener = function addListener(type, listener) {\n return _addListener(this, type, listener, false);\n};\n\nEventEmitter.prototype.on = EventEmitter.prototype.addListener;\n\nEventEmitter.prototype.prependListener =\n function prependListener(type, listener) {\n return _addListener(this, type, listener, true);\n };\n\nfunction onceWrapper() {\n if (!this.fired) {\n this.target.removeListener(this.type, this.wrapFn);\n this.fired = true;\n if (arguments.length === 0)\n return this.listener.call(this.target);\n return this.listener.apply(this.target, arguments);\n }\n}\n\nfunction _onceWrap(target, type, listener) {\n var state = { fired: false, wrapFn: undefined, target: target, type: type, listener: listener };\n var wrapped = onceWrapper.bind(state);\n wrapped.listener = listener;\n state.wrapFn = wrapped;\n return wrapped;\n}\n\nEventEmitter.prototype.once = function once(type, listener) {\n checkListener(listener);\n this.on(type, _onceWrap(this, type, listener));\n return this;\n};\n\nEventEmitter.prototype.prependOnceListener =\n function prependOnceListener(type, listener) {\n checkListener(listener);\n this.prependListener(type, _onceWrap(this, type, listener));\n return this;\n };\n\n// Emits a 'removeListener' event if and only if the listener was removed.\nEventEmitter.prototype.removeListener =\n function removeListener(type, listener) {\n var list, events, position, i, originalListener;\n\n checkListener(listener);\n\n events = this._events;\n if (events === undefined)\n return this;\n\n list = events[type];\n if (list === undefined)\n return this;\n\n if (list === listener || list.listener === listener) {\n if (--this._eventsCount === 0)\n this._events = Object.create(null);\n else {\n delete events[type];\n if (events.removeListener)\n this.emit('removeListener', type, list.listener || listener);\n }\n } else if (typeof list !== 'function') {\n position = -1;\n\n for (i = list.length - 1; i >= 0; i--) {\n if (list[i] === listener || list[i].listener === listener) {\n originalListener = list[i].listener;\n position = i;\n break;\n }\n }\n\n if (position < 0)\n return this;\n\n if (position === 0)\n list.shift();\n else {\n spliceOne(list, position);\n }\n\n if (list.length === 1)\n events[type] = list[0];\n\n if (events.removeListener !== undefined)\n this.emit('removeListener', type, originalListener || listener);\n }\n\n return this;\n };\n\nEventEmitter.prototype.off = EventEmitter.prototype.removeListener;\n\nEventEmitter.prototype.removeAllListeners =\n function removeAllListeners(type) {\n var listeners, events, i;\n\n events = this._events;\n if (events === undefined)\n return this;\n\n // not listening for removeListener, no need to emit\n if (events.removeListener === undefined) {\n if (arguments.length === 0) {\n this._events = Object.create(null);\n this._eventsCount = 0;\n } else if (events[type] !== undefined) {\n if (--this._eventsCount === 0)\n this._events = Object.create(null);\n else\n delete events[type];\n }\n return this;\n }\n\n // emit removeListener for all listeners on all events\n if (arguments.length === 0) {\n var keys = Object.keys(events);\n var key;\n for (i = 0; i < keys.length; ++i) {\n key = keys[i];\n if (key === 'removeListener') continue;\n this.removeAllListeners(key);\n }\n this.removeAllListeners('removeListener');\n this._events = Object.create(null);\n this._eventsCount = 0;\n return this;\n }\n\n listeners = events[type];\n\n if (typeof listeners === 'function') {\n this.removeListener(type, listeners);\n } else if (listeners !== undefined) {\n // LIFO order\n for (i = listeners.length - 1; i >= 0; i--) {\n this.removeListener(type, listeners[i]);\n }\n }\n\n return this;\n };\n\nfunction _listeners(target, type, unwrap) {\n var events = target._events;\n\n if (events === undefined)\n return [];\n\n var evlistener = events[type];\n if (evlistener === undefined)\n return [];\n\n if (typeof evlistener === 'function')\n return unwrap ? [evlistener.listener || evlistener] : [evlistener];\n\n return unwrap ?\n unwrapListeners(evlistener) : arrayClone(evlistener, evlistener.length);\n}\n\nEventEmitter.prototype.listeners = function listeners(type) {\n return _listeners(this, type, true);\n};\n\nEventEmitter.prototype.rawListeners = function rawListeners(type) {\n return _listeners(this, type, false);\n};\n\nEventEmitter.listenerCount = function(emitter, type) {\n if (typeof emitter.listenerCount === 'function') {\n return emitter.listenerCount(type);\n } else {\n return listenerCount.call(emitter, type);\n }\n};\n\nEventEmitter.prototype.listenerCount = listenerCount;\nfunction listenerCount(type) {\n var events = this._events;\n\n if (events !== undefined) {\n var evlistener = events[type];\n\n if (typeof evlistener === 'function') {\n return 1;\n } else if (evlistener !== undefined) {\n return evlistener.length;\n }\n }\n\n return 0;\n}\n\nEventEmitter.prototype.eventNames = function eventNames() {\n return this._eventsCount > 0 ? ReflectOwnKeys(this._events) : [];\n};\n\nfunction arrayClone(arr, n) {\n var copy = new Array(n);\n for (var i = 0; i < n; ++i)\n copy[i] = arr[i];\n return copy;\n}\n\nfunction spliceOne(list, index) {\n for (; index + 1 < list.length; index++)\n list[index] = list[index + 1];\n list.pop();\n}\n\nfunction unwrapListeners(arr) {\n var ret = new Array(arr.length);\n for (var i = 0; i < ret.length; ++i) {\n ret[i] = arr[i].listener || arr[i];\n }\n return ret;\n}\n\nfunction once(emitter, name) {\n return new Promise(function (resolve, reject) {\n function errorListener(err) {\n emitter.removeListener(name, resolver);\n reject(err);\n }\n\n function resolver() {\n if (typeof emitter.removeListener === 'function') {\n emitter.removeListener('error', errorListener);\n }\n resolve([].slice.call(arguments));\n };\n\n eventTargetAgnosticAddListener(emitter, name, resolver, { once: true });\n if (name !== 'error') {\n addErrorHandlerIfEventEmitter(emitter, errorListener, { once: true });\n }\n });\n}\n\nfunction addErrorHandlerIfEventEmitter(emitter, handler, flags) {\n if (typeof emitter.on === 'function') {\n eventTargetAgnosticAddListener(emitter, 'error', handler, flags);\n }\n}\n\nfunction eventTargetAgnosticAddListener(emitter, name, listener, flags) {\n if (typeof emitter.on === 'function') {\n if (flags.once) {\n emitter.once(name, listener);\n } else {\n emitter.on(name, listener);\n }\n } else if (typeof emitter.addEventListener === 'function') {\n // EventTarget does not have `error` event semantics like Node\n // EventEmitters, we do not listen for `error` events here.\n emitter.addEventListener(name, function wrapListener(arg) {\n // IE does not have builtin `{ once: true }` support so we\n // have to do it manually.\n if (flags.once) {\n emitter.removeEventListener(name, wrapListener);\n }\n listener(arg);\n });\n } else {\n throw new TypeError('The \"emitter\" argument must be of type EventEmitter. Received type ' + typeof emitter);\n }\n}\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","'use strict';\n\nfunction _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; subClass.__proto__ = superClass; }\n\nvar codes = {};\n\nfunction createErrorType(code, message, Base) {\n if (!Base) {\n Base = Error;\n }\n\n function getMessage(arg1, arg2, arg3) {\n if (typeof message === 'string') {\n return message;\n } else {\n return message(arg1, arg2, arg3);\n }\n }\n\n var NodeError =\n /*#__PURE__*/\n function (_Base) {\n _inheritsLoose(NodeError, _Base);\n\n function NodeError(arg1, arg2, arg3) {\n return _Base.call(this, getMessage(arg1, arg2, arg3)) || this;\n }\n\n return NodeError;\n }(Base);\n\n NodeError.prototype.name = Base.name;\n NodeError.prototype.code = code;\n codes[code] = NodeError;\n} // https://github.com/nodejs/node/blob/v10.8.0/lib/internal/errors.js\n\n\nfunction oneOf(expected, thing) {\n if (Array.isArray(expected)) {\n var len = expected.length;\n expected = expected.map(function (i) {\n return String(i);\n });\n\n if (len > 2) {\n return \"one of \".concat(thing, \" \").concat(expected.slice(0, len - 1).join(', '), \", or \") + expected[len - 1];\n } else if (len === 2) {\n return \"one of \".concat(thing, \" \").concat(expected[0], \" or \").concat(expected[1]);\n } else {\n return \"of \".concat(thing, \" \").concat(expected[0]);\n }\n } else {\n return \"of \".concat(thing, \" \").concat(String(expected));\n }\n} // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/startsWith\n\n\nfunction startsWith(str, search, pos) {\n return str.substr(!pos || pos < 0 ? 0 : +pos, search.length) === search;\n} // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/endsWith\n\n\nfunction endsWith(str, search, this_len) {\n if (this_len === undefined || this_len > str.length) {\n this_len = str.length;\n }\n\n return str.substring(this_len - search.length, this_len) === search;\n} // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/includes\n\n\nfunction includes(str, search, start) {\n if (typeof start !== 'number') {\n start = 0;\n }\n\n if (start + search.length > str.length) {\n return false;\n } else {\n return str.indexOf(search, start) !== -1;\n }\n}\n\ncreateErrorType('ERR_INVALID_OPT_VALUE', function (name, value) {\n return 'The value \"' + value + '\" is invalid for option \"' + name + '\"';\n}, TypeError);\ncreateErrorType('ERR_INVALID_ARG_TYPE', function (name, expected, actual) {\n // determiner: 'must be' or 'must not be'\n var determiner;\n\n if (typeof expected === 'string' && startsWith(expected, 'not ')) {\n determiner = 'must not be';\n expected = expected.replace(/^not /, '');\n } else {\n determiner = 'must be';\n }\n\n var msg;\n\n if (endsWith(name, ' argument')) {\n // For cases like 'first argument'\n msg = \"The \".concat(name, \" \").concat(determiner, \" \").concat(oneOf(expected, 'type'));\n } else {\n var type = includes(name, '.') ? 'property' : 'argument';\n msg = \"The \\\"\".concat(name, \"\\\" \").concat(type, \" \").concat(determiner, \" \").concat(oneOf(expected, 'type'));\n }\n\n msg += \". Received type \".concat(typeof actual);\n return msg;\n}, TypeError);\ncreateErrorType('ERR_STREAM_PUSH_AFTER_EOF', 'stream.push() after EOF');\ncreateErrorType('ERR_METHOD_NOT_IMPLEMENTED', function (name) {\n return 'The ' + name + ' method is not implemented';\n});\ncreateErrorType('ERR_STREAM_PREMATURE_CLOSE', 'Premature close');\ncreateErrorType('ERR_STREAM_DESTROYED', function (name) {\n return 'Cannot call ' + name + ' after a stream was destroyed';\n});\ncreateErrorType('ERR_MULTIPLE_CALLBACK', 'Callback called multiple times');\ncreateErrorType('ERR_STREAM_CANNOT_PIPE', 'Cannot pipe, not readable');\ncreateErrorType('ERR_STREAM_WRITE_AFTER_END', 'write after end');\ncreateErrorType('ERR_STREAM_NULL_VALUES', 'May not write null values to stream', TypeError);\ncreateErrorType('ERR_UNKNOWN_ENCODING', function (arg) {\n return 'Unknown encoding: ' + arg;\n}, TypeError);\ncreateErrorType('ERR_STREAM_UNSHIFT_AFTER_END_EVENT', 'stream.unshift() after end event');\nmodule.exports.codes = codes;\n","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n// a duplex stream is just a stream that is both readable and writable.\n// Since JS doesn't have multiple prototypal inheritance, this class\n// prototypally inherits from Readable, and then parasitically from\n// Writable.\n\n'use strict';\n\n/**/\nvar objectKeys = Object.keys || function (obj) {\n var keys = [];\n for (var key in obj) keys.push(key);\n return keys;\n};\n/**/\n\nmodule.exports = Duplex;\nvar Readable = require('./_stream_readable');\nvar Writable = require('./_stream_writable');\nrequire('inherits')(Duplex, Readable);\n{\n // Allow the keys array to be GC'ed.\n var keys = objectKeys(Writable.prototype);\n for (var v = 0; v < keys.length; v++) {\n var method = keys[v];\n if (!Duplex.prototype[method]) Duplex.prototype[method] = Writable.prototype[method];\n }\n}\nfunction Duplex(options) {\n if (!(this instanceof Duplex)) return new Duplex(options);\n Readable.call(this, options);\n Writable.call(this, options);\n this.allowHalfOpen = true;\n if (options) {\n if (options.readable === false) this.readable = false;\n if (options.writable === false) this.writable = false;\n if (options.allowHalfOpen === false) {\n this.allowHalfOpen = false;\n this.once('end', onend);\n }\n }\n}\nObject.defineProperty(Duplex.prototype, 'writableHighWaterMark', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n return this._writableState.highWaterMark;\n }\n});\nObject.defineProperty(Duplex.prototype, 'writableBuffer', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n return this._writableState && this._writableState.getBuffer();\n }\n});\nObject.defineProperty(Duplex.prototype, 'writableLength', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n return this._writableState.length;\n }\n});\n\n// the no-half-open enforcer\nfunction onend() {\n // If the writable side ended, then we're ok.\n if (this._writableState.ended) return;\n\n // no more data can be written.\n // But allow more writes to happen in this tick.\n process.nextTick(onEndNT, this);\n}\nfunction onEndNT(self) {\n self.end();\n}\nObject.defineProperty(Duplex.prototype, 'destroyed', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n if (this._readableState === undefined || this._writableState === undefined) {\n return false;\n }\n return this._readableState.destroyed && this._writableState.destroyed;\n },\n set: function set(value) {\n // we ignore the value if the stream\n // has not been initialized yet\n if (this._readableState === undefined || this._writableState === undefined) {\n return;\n }\n\n // backward compatibility, the user is explicitly\n // managing destroyed\n this._readableState.destroyed = value;\n this._writableState.destroyed = value;\n }\n});","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n// a passthrough stream.\n// basically just the most minimal sort of Transform stream.\n// Every written chunk gets output as-is.\n\n'use strict';\n\nmodule.exports = PassThrough;\nvar Transform = require('./_stream_transform');\nrequire('inherits')(PassThrough, Transform);\nfunction PassThrough(options) {\n if (!(this instanceof PassThrough)) return new PassThrough(options);\n Transform.call(this, options);\n}\nPassThrough.prototype._transform = function (chunk, encoding, cb) {\n cb(null, chunk);\n};","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n'use strict';\n\nmodule.exports = Readable;\n\n/**/\nvar Duplex;\n/**/\n\nReadable.ReadableState = ReadableState;\n\n/**/\nvar EE = require('events').EventEmitter;\nvar EElistenerCount = function EElistenerCount(emitter, type) {\n return emitter.listeners(type).length;\n};\n/**/\n\n/**/\nvar Stream = require('./internal/streams/stream');\n/**/\n\nvar Buffer = require('buffer').Buffer;\nvar OurUint8Array = (typeof global !== 'undefined' ? global : typeof window !== 'undefined' ? window : typeof self !== 'undefined' ? self : {}).Uint8Array || function () {};\nfunction _uint8ArrayToBuffer(chunk) {\n return Buffer.from(chunk);\n}\nfunction _isUint8Array(obj) {\n return Buffer.isBuffer(obj) || obj instanceof OurUint8Array;\n}\n\n/**/\nvar debugUtil = require('util');\nvar debug;\nif (debugUtil && debugUtil.debuglog) {\n debug = debugUtil.debuglog('stream');\n} else {\n debug = function debug() {};\n}\n/**/\n\nvar BufferList = require('./internal/streams/buffer_list');\nvar destroyImpl = require('./internal/streams/destroy');\nvar _require = require('./internal/streams/state'),\n getHighWaterMark = _require.getHighWaterMark;\nvar _require$codes = require('../errors').codes,\n ERR_INVALID_ARG_TYPE = _require$codes.ERR_INVALID_ARG_TYPE,\n ERR_STREAM_PUSH_AFTER_EOF = _require$codes.ERR_STREAM_PUSH_AFTER_EOF,\n ERR_METHOD_NOT_IMPLEMENTED = _require$codes.ERR_METHOD_NOT_IMPLEMENTED,\n ERR_STREAM_UNSHIFT_AFTER_END_EVENT = _require$codes.ERR_STREAM_UNSHIFT_AFTER_END_EVENT;\n\n// Lazy loaded to improve the startup performance.\nvar StringDecoder;\nvar createReadableStreamAsyncIterator;\nvar from;\nrequire('inherits')(Readable, Stream);\nvar errorOrDestroy = destroyImpl.errorOrDestroy;\nvar kProxyEvents = ['error', 'close', 'destroy', 'pause', 'resume'];\nfunction prependListener(emitter, event, fn) {\n // Sadly this is not cacheable as some libraries bundle their own\n // event emitter implementation with them.\n if (typeof emitter.prependListener === 'function') return emitter.prependListener(event, fn);\n\n // This is a hack to make sure that our error handler is attached before any\n // userland ones. NEVER DO THIS. This is here only because this code needs\n // to continue to work with older versions of Node.js that do not include\n // the prependListener() method. The goal is to eventually remove this hack.\n if (!emitter._events || !emitter._events[event]) emitter.on(event, fn);else if (Array.isArray(emitter._events[event])) emitter._events[event].unshift(fn);else emitter._events[event] = [fn, emitter._events[event]];\n}\nfunction ReadableState(options, stream, isDuplex) {\n Duplex = Duplex || require('./_stream_duplex');\n options = options || {};\n\n // Duplex streams are both readable and writable, but share\n // the same options object.\n // However, some cases require setting options to different\n // values for the readable and the writable sides of the duplex stream.\n // These options can be provided separately as readableXXX and writableXXX.\n if (typeof isDuplex !== 'boolean') isDuplex = stream instanceof Duplex;\n\n // object stream flag. Used to make read(n) ignore n and to\n // make all the buffer merging and length checks go away\n this.objectMode = !!options.objectMode;\n if (isDuplex) this.objectMode = this.objectMode || !!options.readableObjectMode;\n\n // the point at which it stops calling _read() to fill the buffer\n // Note: 0 is a valid value, means \"don't call _read preemptively ever\"\n this.highWaterMark = getHighWaterMark(this, options, 'readableHighWaterMark', isDuplex);\n\n // A linked list is used to store data chunks instead of an array because the\n // linked list can remove elements from the beginning faster than\n // array.shift()\n this.buffer = new BufferList();\n this.length = 0;\n this.pipes = null;\n this.pipesCount = 0;\n this.flowing = null;\n this.ended = false;\n this.endEmitted = false;\n this.reading = false;\n\n // a flag to be able to tell if the event 'readable'/'data' is emitted\n // immediately, or on a later tick. We set this to true at first, because\n // any actions that shouldn't happen until \"later\" should generally also\n // not happen before the first read call.\n this.sync = true;\n\n // whenever we return null, then we set a flag to say\n // that we're awaiting a 'readable' event emission.\n this.needReadable = false;\n this.emittedReadable = false;\n this.readableListening = false;\n this.resumeScheduled = false;\n this.paused = true;\n\n // Should close be emitted on destroy. Defaults to true.\n this.emitClose = options.emitClose !== false;\n\n // Should .destroy() be called after 'end' (and potentially 'finish')\n this.autoDestroy = !!options.autoDestroy;\n\n // has it been destroyed\n this.destroyed = false;\n\n // Crypto is kind of old and crusty. Historically, its default string\n // encoding is 'binary' so we have to make this configurable.\n // Everything else in the universe uses 'utf8', though.\n this.defaultEncoding = options.defaultEncoding || 'utf8';\n\n // the number of writers that are awaiting a drain event in .pipe()s\n this.awaitDrain = 0;\n\n // if true, a maybeReadMore has been scheduled\n this.readingMore = false;\n this.decoder = null;\n this.encoding = null;\n if (options.encoding) {\n if (!StringDecoder) StringDecoder = require('string_decoder/').StringDecoder;\n this.decoder = new StringDecoder(options.encoding);\n this.encoding = options.encoding;\n }\n}\nfunction Readable(options) {\n Duplex = Duplex || require('./_stream_duplex');\n if (!(this instanceof Readable)) return new Readable(options);\n\n // Checking for a Stream.Duplex instance is faster here instead of inside\n // the ReadableState constructor, at least with V8 6.5\n var isDuplex = this instanceof Duplex;\n this._readableState = new ReadableState(options, this, isDuplex);\n\n // legacy\n this.readable = true;\n if (options) {\n if (typeof options.read === 'function') this._read = options.read;\n if (typeof options.destroy === 'function') this._destroy = options.destroy;\n }\n Stream.call(this);\n}\nObject.defineProperty(Readable.prototype, 'destroyed', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n if (this._readableState === undefined) {\n return false;\n }\n return this._readableState.destroyed;\n },\n set: function set(value) {\n // we ignore the value if the stream\n // has not been initialized yet\n if (!this._readableState) {\n return;\n }\n\n // backward compatibility, the user is explicitly\n // managing destroyed\n this._readableState.destroyed = value;\n }\n});\nReadable.prototype.destroy = destroyImpl.destroy;\nReadable.prototype._undestroy = destroyImpl.undestroy;\nReadable.prototype._destroy = function (err, cb) {\n cb(err);\n};\n\n// Manually shove something into the read() buffer.\n// This returns true if the highWaterMark has not been hit yet,\n// similar to how Writable.write() returns true if you should\n// write() some more.\nReadable.prototype.push = function (chunk, encoding) {\n var state = this._readableState;\n var skipChunkCheck;\n if (!state.objectMode) {\n if (typeof chunk === 'string') {\n encoding = encoding || state.defaultEncoding;\n if (encoding !== state.encoding) {\n chunk = Buffer.from(chunk, encoding);\n encoding = '';\n }\n skipChunkCheck = true;\n }\n } else {\n skipChunkCheck = true;\n }\n return readableAddChunk(this, chunk, encoding, false, skipChunkCheck);\n};\n\n// Unshift should *always* be something directly out of read()\nReadable.prototype.unshift = function (chunk) {\n return readableAddChunk(this, chunk, null, true, false);\n};\nfunction readableAddChunk(stream, chunk, encoding, addToFront, skipChunkCheck) {\n debug('readableAddChunk', chunk);\n var state = stream._readableState;\n if (chunk === null) {\n state.reading = false;\n onEofChunk(stream, state);\n } else {\n var er;\n if (!skipChunkCheck) er = chunkInvalid(state, chunk);\n if (er) {\n errorOrDestroy(stream, er);\n } else if (state.objectMode || chunk && chunk.length > 0) {\n if (typeof chunk !== 'string' && !state.objectMode && Object.getPrototypeOf(chunk) !== Buffer.prototype) {\n chunk = _uint8ArrayToBuffer(chunk);\n }\n if (addToFront) {\n if (state.endEmitted) errorOrDestroy(stream, new ERR_STREAM_UNSHIFT_AFTER_END_EVENT());else addChunk(stream, state, chunk, true);\n } else if (state.ended) {\n errorOrDestroy(stream, new ERR_STREAM_PUSH_AFTER_EOF());\n } else if (state.destroyed) {\n return false;\n } else {\n state.reading = false;\n if (state.decoder && !encoding) {\n chunk = state.decoder.write(chunk);\n if (state.objectMode || chunk.length !== 0) addChunk(stream, state, chunk, false);else maybeReadMore(stream, state);\n } else {\n addChunk(stream, state, chunk, false);\n }\n }\n } else if (!addToFront) {\n state.reading = false;\n maybeReadMore(stream, state);\n }\n }\n\n // We can push more data if we are below the highWaterMark.\n // Also, if we have no data yet, we can stand some more bytes.\n // This is to work around cases where hwm=0, such as the repl.\n return !state.ended && (state.length < state.highWaterMark || state.length === 0);\n}\nfunction addChunk(stream, state, chunk, addToFront) {\n if (state.flowing && state.length === 0 && !state.sync) {\n state.awaitDrain = 0;\n stream.emit('data', chunk);\n } else {\n // update the buffer info.\n state.length += state.objectMode ? 1 : chunk.length;\n if (addToFront) state.buffer.unshift(chunk);else state.buffer.push(chunk);\n if (state.needReadable) emitReadable(stream);\n }\n maybeReadMore(stream, state);\n}\nfunction chunkInvalid(state, chunk) {\n var er;\n if (!_isUint8Array(chunk) && typeof chunk !== 'string' && chunk !== undefined && !state.objectMode) {\n er = new ERR_INVALID_ARG_TYPE('chunk', ['string', 'Buffer', 'Uint8Array'], chunk);\n }\n return er;\n}\nReadable.prototype.isPaused = function () {\n return this._readableState.flowing === false;\n};\n\n// backwards compatibility.\nReadable.prototype.setEncoding = function (enc) {\n if (!StringDecoder) StringDecoder = require('string_decoder/').StringDecoder;\n var decoder = new StringDecoder(enc);\n this._readableState.decoder = decoder;\n // If setEncoding(null), decoder.encoding equals utf8\n this._readableState.encoding = this._readableState.decoder.encoding;\n\n // Iterate over current buffer to convert already stored Buffers:\n var p = this._readableState.buffer.head;\n var content = '';\n while (p !== null) {\n content += decoder.write(p.data);\n p = p.next;\n }\n this._readableState.buffer.clear();\n if (content !== '') this._readableState.buffer.push(content);\n this._readableState.length = content.length;\n return this;\n};\n\n// Don't raise the hwm > 1GB\nvar MAX_HWM = 0x40000000;\nfunction computeNewHighWaterMark(n) {\n if (n >= MAX_HWM) {\n // TODO(ronag): Throw ERR_VALUE_OUT_OF_RANGE.\n n = MAX_HWM;\n } else {\n // Get the next highest power of 2 to prevent increasing hwm excessively in\n // tiny amounts\n n--;\n n |= n >>> 1;\n n |= n >>> 2;\n n |= n >>> 4;\n n |= n >>> 8;\n n |= n >>> 16;\n n++;\n }\n return n;\n}\n\n// This function is designed to be inlinable, so please take care when making\n// changes to the function body.\nfunction howMuchToRead(n, state) {\n if (n <= 0 || state.length === 0 && state.ended) return 0;\n if (state.objectMode) return 1;\n if (n !== n) {\n // Only flow one buffer at a time\n if (state.flowing && state.length) return state.buffer.head.data.length;else return state.length;\n }\n // If we're asking for more than the current hwm, then raise the hwm.\n if (n > state.highWaterMark) state.highWaterMark = computeNewHighWaterMark(n);\n if (n <= state.length) return n;\n // Don't have enough\n if (!state.ended) {\n state.needReadable = true;\n return 0;\n }\n return state.length;\n}\n\n// you can override either this method, or the async _read(n) below.\nReadable.prototype.read = function (n) {\n debug('read', n);\n n = parseInt(n, 10);\n var state = this._readableState;\n var nOrig = n;\n if (n !== 0) state.emittedReadable = false;\n\n // if we're doing read(0) to trigger a readable event, but we\n // already have a bunch of data in the buffer, then just trigger\n // the 'readable' event and move on.\n if (n === 0 && state.needReadable && ((state.highWaterMark !== 0 ? state.length >= state.highWaterMark : state.length > 0) || state.ended)) {\n debug('read: emitReadable', state.length, state.ended);\n if (state.length === 0 && state.ended) endReadable(this);else emitReadable(this);\n return null;\n }\n n = howMuchToRead(n, state);\n\n // if we've ended, and we're now clear, then finish it up.\n if (n === 0 && state.ended) {\n if (state.length === 0) endReadable(this);\n return null;\n }\n\n // All the actual chunk generation logic needs to be\n // *below* the call to _read. The reason is that in certain\n // synthetic stream cases, such as passthrough streams, _read\n // may be a completely synchronous operation which may change\n // the state of the read buffer, providing enough data when\n // before there was *not* enough.\n //\n // So, the steps are:\n // 1. Figure out what the state of things will be after we do\n // a read from the buffer.\n //\n // 2. If that resulting state will trigger a _read, then call _read.\n // Note that this may be asynchronous, or synchronous. Yes, it is\n // deeply ugly to write APIs this way, but that still doesn't mean\n // that the Readable class should behave improperly, as streams are\n // designed to be sync/async agnostic.\n // Take note if the _read call is sync or async (ie, if the read call\n // has returned yet), so that we know whether or not it's safe to emit\n // 'readable' etc.\n //\n // 3. Actually pull the requested chunks out of the buffer and return.\n\n // if we need a readable event, then we need to do some reading.\n var doRead = state.needReadable;\n debug('need readable', doRead);\n\n // if we currently have less than the highWaterMark, then also read some\n if (state.length === 0 || state.length - n < state.highWaterMark) {\n doRead = true;\n debug('length less than watermark', doRead);\n }\n\n // however, if we've ended, then there's no point, and if we're already\n // reading, then it's unnecessary.\n if (state.ended || state.reading) {\n doRead = false;\n debug('reading or ended', doRead);\n } else if (doRead) {\n debug('do read');\n state.reading = true;\n state.sync = true;\n // if the length is currently zero, then we *need* a readable event.\n if (state.length === 0) state.needReadable = true;\n // call internal read method\n this._read(state.highWaterMark);\n state.sync = false;\n // If _read pushed data synchronously, then `reading` will be false,\n // and we need to re-evaluate how much data we can return to the user.\n if (!state.reading) n = howMuchToRead(nOrig, state);\n }\n var ret;\n if (n > 0) ret = fromList(n, state);else ret = null;\n if (ret === null) {\n state.needReadable = state.length <= state.highWaterMark;\n n = 0;\n } else {\n state.length -= n;\n state.awaitDrain = 0;\n }\n if (state.length === 0) {\n // If we have nothing in the buffer, then we want to know\n // as soon as we *do* get something into the buffer.\n if (!state.ended) state.needReadable = true;\n\n // If we tried to read() past the EOF, then emit end on the next tick.\n if (nOrig !== n && state.ended) endReadable(this);\n }\n if (ret !== null) this.emit('data', ret);\n return ret;\n};\nfunction onEofChunk(stream, state) {\n debug('onEofChunk');\n if (state.ended) return;\n if (state.decoder) {\n var chunk = state.decoder.end();\n if (chunk && chunk.length) {\n state.buffer.push(chunk);\n state.length += state.objectMode ? 1 : chunk.length;\n }\n }\n state.ended = true;\n if (state.sync) {\n // if we are sync, wait until next tick to emit the data.\n // Otherwise we risk emitting data in the flow()\n // the readable code triggers during a read() call\n emitReadable(stream);\n } else {\n // emit 'readable' now to make sure it gets picked up.\n state.needReadable = false;\n if (!state.emittedReadable) {\n state.emittedReadable = true;\n emitReadable_(stream);\n }\n }\n}\n\n// Don't emit readable right away in sync mode, because this can trigger\n// another read() call => stack overflow. This way, it might trigger\n// a nextTick recursion warning, but that's not so bad.\nfunction emitReadable(stream) {\n var state = stream._readableState;\n debug('emitReadable', state.needReadable, state.emittedReadable);\n state.needReadable = false;\n if (!state.emittedReadable) {\n debug('emitReadable', state.flowing);\n state.emittedReadable = true;\n process.nextTick(emitReadable_, stream);\n }\n}\nfunction emitReadable_(stream) {\n var state = stream._readableState;\n debug('emitReadable_', state.destroyed, state.length, state.ended);\n if (!state.destroyed && (state.length || state.ended)) {\n stream.emit('readable');\n state.emittedReadable = false;\n }\n\n // The stream needs another readable event if\n // 1. It is not flowing, as the flow mechanism will take\n // care of it.\n // 2. It is not ended.\n // 3. It is below the highWaterMark, so we can schedule\n // another readable later.\n state.needReadable = !state.flowing && !state.ended && state.length <= state.highWaterMark;\n flow(stream);\n}\n\n// at this point, the user has presumably seen the 'readable' event,\n// and called read() to consume some data. that may have triggered\n// in turn another _read(n) call, in which case reading = true if\n// it's in progress.\n// However, if we're not ended, or reading, and the length < hwm,\n// then go ahead and try to read some more preemptively.\nfunction maybeReadMore(stream, state) {\n if (!state.readingMore) {\n state.readingMore = true;\n process.nextTick(maybeReadMore_, stream, state);\n }\n}\nfunction maybeReadMore_(stream, state) {\n // Attempt to read more data if we should.\n //\n // The conditions for reading more data are (one of):\n // - Not enough data buffered (state.length < state.highWaterMark). The loop\n // is responsible for filling the buffer with enough data if such data\n // is available. If highWaterMark is 0 and we are not in the flowing mode\n // we should _not_ attempt to buffer any extra data. We'll get more data\n // when the stream consumer calls read() instead.\n // - No data in the buffer, and the stream is in flowing mode. In this mode\n // the loop below is responsible for ensuring read() is called. Failing to\n // call read here would abort the flow and there's no other mechanism for\n // continuing the flow if the stream consumer has just subscribed to the\n // 'data' event.\n //\n // In addition to the above conditions to keep reading data, the following\n // conditions prevent the data from being read:\n // - The stream has ended (state.ended).\n // - There is already a pending 'read' operation (state.reading). This is a\n // case where the the stream has called the implementation defined _read()\n // method, but they are processing the call asynchronously and have _not_\n // called push() with new data. In this case we skip performing more\n // read()s. The execution ends in this method again after the _read() ends\n // up calling push() with more data.\n while (!state.reading && !state.ended && (state.length < state.highWaterMark || state.flowing && state.length === 0)) {\n var len = state.length;\n debug('maybeReadMore read 0');\n stream.read(0);\n if (len === state.length)\n // didn't get any data, stop spinning.\n break;\n }\n state.readingMore = false;\n}\n\n// abstract method. to be overridden in specific implementation classes.\n// call cb(er, data) where data is <= n in length.\n// for virtual (non-string, non-buffer) streams, \"length\" is somewhat\n// arbitrary, and perhaps not very meaningful.\nReadable.prototype._read = function (n) {\n errorOrDestroy(this, new ERR_METHOD_NOT_IMPLEMENTED('_read()'));\n};\nReadable.prototype.pipe = function (dest, pipeOpts) {\n var src = this;\n var state = this._readableState;\n switch (state.pipesCount) {\n case 0:\n state.pipes = dest;\n break;\n case 1:\n state.pipes = [state.pipes, dest];\n break;\n default:\n state.pipes.push(dest);\n break;\n }\n state.pipesCount += 1;\n debug('pipe count=%d opts=%j', state.pipesCount, pipeOpts);\n var doEnd = (!pipeOpts || pipeOpts.end !== false) && dest !== process.stdout && dest !== process.stderr;\n var endFn = doEnd ? onend : unpipe;\n if (state.endEmitted) process.nextTick(endFn);else src.once('end', endFn);\n dest.on('unpipe', onunpipe);\n function onunpipe(readable, unpipeInfo) {\n debug('onunpipe');\n if (readable === src) {\n if (unpipeInfo && unpipeInfo.hasUnpiped === false) {\n unpipeInfo.hasUnpiped = true;\n cleanup();\n }\n }\n }\n function onend() {\n debug('onend');\n dest.end();\n }\n\n // when the dest drains, it reduces the awaitDrain counter\n // on the source. This would be more elegant with a .once()\n // handler in flow(), but adding and removing repeatedly is\n // too slow.\n var ondrain = pipeOnDrain(src);\n dest.on('drain', ondrain);\n var cleanedUp = false;\n function cleanup() {\n debug('cleanup');\n // cleanup event handlers once the pipe is broken\n dest.removeListener('close', onclose);\n dest.removeListener('finish', onfinish);\n dest.removeListener('drain', ondrain);\n dest.removeListener('error', onerror);\n dest.removeListener('unpipe', onunpipe);\n src.removeListener('end', onend);\n src.removeListener('end', unpipe);\n src.removeListener('data', ondata);\n cleanedUp = true;\n\n // if the reader is waiting for a drain event from this\n // specific writer, then it would cause it to never start\n // flowing again.\n // So, if this is awaiting a drain, then we just call it now.\n // If we don't know, then assume that we are waiting for one.\n if (state.awaitDrain && (!dest._writableState || dest._writableState.needDrain)) ondrain();\n }\n src.on('data', ondata);\n function ondata(chunk) {\n debug('ondata');\n var ret = dest.write(chunk);\n debug('dest.write', ret);\n if (ret === false) {\n // If the user unpiped during `dest.write()`, it is possible\n // to get stuck in a permanently paused state if that write\n // also returned false.\n // => Check whether `dest` is still a piping destination.\n if ((state.pipesCount === 1 && state.pipes === dest || state.pipesCount > 1 && indexOf(state.pipes, dest) !== -1) && !cleanedUp) {\n debug('false write response, pause', state.awaitDrain);\n state.awaitDrain++;\n }\n src.pause();\n }\n }\n\n // if the dest has an error, then stop piping into it.\n // however, don't suppress the throwing behavior for this.\n function onerror(er) {\n debug('onerror', er);\n unpipe();\n dest.removeListener('error', onerror);\n if (EElistenerCount(dest, 'error') === 0) errorOrDestroy(dest, er);\n }\n\n // Make sure our error handler is attached before userland ones.\n prependListener(dest, 'error', onerror);\n\n // Both close and finish should trigger unpipe, but only once.\n function onclose() {\n dest.removeListener('finish', onfinish);\n unpipe();\n }\n dest.once('close', onclose);\n function onfinish() {\n debug('onfinish');\n dest.removeListener('close', onclose);\n unpipe();\n }\n dest.once('finish', onfinish);\n function unpipe() {\n debug('unpipe');\n src.unpipe(dest);\n }\n\n // tell the dest that it's being piped to\n dest.emit('pipe', src);\n\n // start the flow if it hasn't been started already.\n if (!state.flowing) {\n debug('pipe resume');\n src.resume();\n }\n return dest;\n};\nfunction pipeOnDrain(src) {\n return function pipeOnDrainFunctionResult() {\n var state = src._readableState;\n debug('pipeOnDrain', state.awaitDrain);\n if (state.awaitDrain) state.awaitDrain--;\n if (state.awaitDrain === 0 && EElistenerCount(src, 'data')) {\n state.flowing = true;\n flow(src);\n }\n };\n}\nReadable.prototype.unpipe = function (dest) {\n var state = this._readableState;\n var unpipeInfo = {\n hasUnpiped: false\n };\n\n // if we're not piping anywhere, then do nothing.\n if (state.pipesCount === 0) return this;\n\n // just one destination. most common case.\n if (state.pipesCount === 1) {\n // passed in one, but it's not the right one.\n if (dest && dest !== state.pipes) return this;\n if (!dest) dest = state.pipes;\n\n // got a match.\n state.pipes = null;\n state.pipesCount = 0;\n state.flowing = false;\n if (dest) dest.emit('unpipe', this, unpipeInfo);\n return this;\n }\n\n // slow case. multiple pipe destinations.\n\n if (!dest) {\n // remove all.\n var dests = state.pipes;\n var len = state.pipesCount;\n state.pipes = null;\n state.pipesCount = 0;\n state.flowing = false;\n for (var i = 0; i < len; i++) dests[i].emit('unpipe', this, {\n hasUnpiped: false\n });\n return this;\n }\n\n // try to find the right one.\n var index = indexOf(state.pipes, dest);\n if (index === -1) return this;\n state.pipes.splice(index, 1);\n state.pipesCount -= 1;\n if (state.pipesCount === 1) state.pipes = state.pipes[0];\n dest.emit('unpipe', this, unpipeInfo);\n return this;\n};\n\n// set up data events if they are asked for\n// Ensure readable listeners eventually get something\nReadable.prototype.on = function (ev, fn) {\n var res = Stream.prototype.on.call(this, ev, fn);\n var state = this._readableState;\n if (ev === 'data') {\n // update readableListening so that resume() may be a no-op\n // a few lines down. This is needed to support once('readable').\n state.readableListening = this.listenerCount('readable') > 0;\n\n // Try start flowing on next tick if stream isn't explicitly paused\n if (state.flowing !== false) this.resume();\n } else if (ev === 'readable') {\n if (!state.endEmitted && !state.readableListening) {\n state.readableListening = state.needReadable = true;\n state.flowing = false;\n state.emittedReadable = false;\n debug('on readable', state.length, state.reading);\n if (state.length) {\n emitReadable(this);\n } else if (!state.reading) {\n process.nextTick(nReadingNextTick, this);\n }\n }\n }\n return res;\n};\nReadable.prototype.addListener = Readable.prototype.on;\nReadable.prototype.removeListener = function (ev, fn) {\n var res = Stream.prototype.removeListener.call(this, ev, fn);\n if (ev === 'readable') {\n // We need to check if there is someone still listening to\n // readable and reset the state. However this needs to happen\n // after readable has been emitted but before I/O (nextTick) to\n // support once('readable', fn) cycles. This means that calling\n // resume within the same tick will have no\n // effect.\n process.nextTick(updateReadableListening, this);\n }\n return res;\n};\nReadable.prototype.removeAllListeners = function (ev) {\n var res = Stream.prototype.removeAllListeners.apply(this, arguments);\n if (ev === 'readable' || ev === undefined) {\n // We need to check if there is someone still listening to\n // readable and reset the state. However this needs to happen\n // after readable has been emitted but before I/O (nextTick) to\n // support once('readable', fn) cycles. This means that calling\n // resume within the same tick will have no\n // effect.\n process.nextTick(updateReadableListening, this);\n }\n return res;\n};\nfunction updateReadableListening(self) {\n var state = self._readableState;\n state.readableListening = self.listenerCount('readable') > 0;\n if (state.resumeScheduled && !state.paused) {\n // flowing needs to be set to true now, otherwise\n // the upcoming resume will not flow.\n state.flowing = true;\n\n // crude way to check if we should resume\n } else if (self.listenerCount('data') > 0) {\n self.resume();\n }\n}\nfunction nReadingNextTick(self) {\n debug('readable nexttick read 0');\n self.read(0);\n}\n\n// pause() and resume() are remnants of the legacy readable stream API\n// If the user uses them, then switch into old mode.\nReadable.prototype.resume = function () {\n var state = this._readableState;\n if (!state.flowing) {\n debug('resume');\n // we flow only if there is no one listening\n // for readable, but we still have to call\n // resume()\n state.flowing = !state.readableListening;\n resume(this, state);\n }\n state.paused = false;\n return this;\n};\nfunction resume(stream, state) {\n if (!state.resumeScheduled) {\n state.resumeScheduled = true;\n process.nextTick(resume_, stream, state);\n }\n}\nfunction resume_(stream, state) {\n debug('resume', state.reading);\n if (!state.reading) {\n stream.read(0);\n }\n state.resumeScheduled = false;\n stream.emit('resume');\n flow(stream);\n if (state.flowing && !state.reading) stream.read(0);\n}\nReadable.prototype.pause = function () {\n debug('call pause flowing=%j', this._readableState.flowing);\n if (this._readableState.flowing !== false) {\n debug('pause');\n this._readableState.flowing = false;\n this.emit('pause');\n }\n this._readableState.paused = true;\n return this;\n};\nfunction flow(stream) {\n var state = stream._readableState;\n debug('flow', state.flowing);\n while (state.flowing && stream.read() !== null);\n}\n\n// wrap an old-style stream as the async data source.\n// This is *not* part of the readable stream interface.\n// It is an ugly unfortunate mess of history.\nReadable.prototype.wrap = function (stream) {\n var _this = this;\n var state = this._readableState;\n var paused = false;\n stream.on('end', function () {\n debug('wrapped end');\n if (state.decoder && !state.ended) {\n var chunk = state.decoder.end();\n if (chunk && chunk.length) _this.push(chunk);\n }\n _this.push(null);\n });\n stream.on('data', function (chunk) {\n debug('wrapped data');\n if (state.decoder) chunk = state.decoder.write(chunk);\n\n // don't skip over falsy values in objectMode\n if (state.objectMode && (chunk === null || chunk === undefined)) return;else if (!state.objectMode && (!chunk || !chunk.length)) return;\n var ret = _this.push(chunk);\n if (!ret) {\n paused = true;\n stream.pause();\n }\n });\n\n // proxy all the other methods.\n // important when wrapping filters and duplexes.\n for (var i in stream) {\n if (this[i] === undefined && typeof stream[i] === 'function') {\n this[i] = function methodWrap(method) {\n return function methodWrapReturnFunction() {\n return stream[method].apply(stream, arguments);\n };\n }(i);\n }\n }\n\n // proxy certain important events.\n for (var n = 0; n < kProxyEvents.length; n++) {\n stream.on(kProxyEvents[n], this.emit.bind(this, kProxyEvents[n]));\n }\n\n // when we try to consume some more bytes, simply unpause the\n // underlying stream.\n this._read = function (n) {\n debug('wrapped _read', n);\n if (paused) {\n paused = false;\n stream.resume();\n }\n };\n return this;\n};\nif (typeof Symbol === 'function') {\n Readable.prototype[Symbol.asyncIterator] = function () {\n if (createReadableStreamAsyncIterator === undefined) {\n createReadableStreamAsyncIterator = require('./internal/streams/async_iterator');\n }\n return createReadableStreamAsyncIterator(this);\n };\n}\nObject.defineProperty(Readable.prototype, 'readableHighWaterMark', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n return this._readableState.highWaterMark;\n }\n});\nObject.defineProperty(Readable.prototype, 'readableBuffer', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n return this._readableState && this._readableState.buffer;\n }\n});\nObject.defineProperty(Readable.prototype, 'readableFlowing', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n return this._readableState.flowing;\n },\n set: function set(state) {\n if (this._readableState) {\n this._readableState.flowing = state;\n }\n }\n});\n\n// exposed for testing purposes only.\nReadable._fromList = fromList;\nObject.defineProperty(Readable.prototype, 'readableLength', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n return this._readableState.length;\n }\n});\n\n// Pluck off n bytes from an array of buffers.\n// Length is the combined lengths of all the buffers in the list.\n// This function is designed to be inlinable, so please take care when making\n// changes to the function body.\nfunction fromList(n, state) {\n // nothing buffered\n if (state.length === 0) return null;\n var ret;\n if (state.objectMode) ret = state.buffer.shift();else if (!n || n >= state.length) {\n // read it all, truncate the list\n if (state.decoder) ret = state.buffer.join('');else if (state.buffer.length === 1) ret = state.buffer.first();else ret = state.buffer.concat(state.length);\n state.buffer.clear();\n } else {\n // read part of list\n ret = state.buffer.consume(n, state.decoder);\n }\n return ret;\n}\nfunction endReadable(stream) {\n var state = stream._readableState;\n debug('endReadable', state.endEmitted);\n if (!state.endEmitted) {\n state.ended = true;\n process.nextTick(endReadableNT, state, stream);\n }\n}\nfunction endReadableNT(state, stream) {\n debug('endReadableNT', state.endEmitted, state.length);\n\n // Check that we didn't get one last unshift.\n if (!state.endEmitted && state.length === 0) {\n state.endEmitted = true;\n stream.readable = false;\n stream.emit('end');\n if (state.autoDestroy) {\n // In case of duplex streams we need a way to detect\n // if the writable side is ready for autoDestroy as well\n var wState = stream._writableState;\n if (!wState || wState.autoDestroy && wState.finished) {\n stream.destroy();\n }\n }\n }\n}\nif (typeof Symbol === 'function') {\n Readable.from = function (iterable, opts) {\n if (from === undefined) {\n from = require('./internal/streams/from');\n }\n return from(Readable, iterable, opts);\n };\n}\nfunction indexOf(xs, x) {\n for (var i = 0, l = xs.length; i < l; i++) {\n if (xs[i] === x) return i;\n }\n return -1;\n}","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n// a transform stream is a readable/writable stream where you do\n// something with the data. Sometimes it's called a \"filter\",\n// but that's not a great name for it, since that implies a thing where\n// some bits pass through, and others are simply ignored. (That would\n// be a valid example of a transform, of course.)\n//\n// While the output is causally related to the input, it's not a\n// necessarily symmetric or synchronous transformation. For example,\n// a zlib stream might take multiple plain-text writes(), and then\n// emit a single compressed chunk some time in the future.\n//\n// Here's how this works:\n//\n// The Transform stream has all the aspects of the readable and writable\n// stream classes. When you write(chunk), that calls _write(chunk,cb)\n// internally, and returns false if there's a lot of pending writes\n// buffered up. When you call read(), that calls _read(n) until\n// there's enough pending readable data buffered up.\n//\n// In a transform stream, the written data is placed in a buffer. When\n// _read(n) is called, it transforms the queued up data, calling the\n// buffered _write cb's as it consumes chunks. If consuming a single\n// written chunk would result in multiple output chunks, then the first\n// outputted bit calls the readcb, and subsequent chunks just go into\n// the read buffer, and will cause it to emit 'readable' if necessary.\n//\n// This way, back-pressure is actually determined by the reading side,\n// since _read has to be called to start processing a new chunk. However,\n// a pathological inflate type of transform can cause excessive buffering\n// here. For example, imagine a stream where every byte of input is\n// interpreted as an integer from 0-255, and then results in that many\n// bytes of output. Writing the 4 bytes {ff,ff,ff,ff} would result in\n// 1kb of data being output. In this case, you could write a very small\n// amount of input, and end up with a very large amount of output. In\n// such a pathological inflating mechanism, there'd be no way to tell\n// the system to stop doing the transform. A single 4MB write could\n// cause the system to run out of memory.\n//\n// However, even in such a pathological case, only a single written chunk\n// would be consumed, and then the rest would wait (un-transformed) until\n// the results of the previous transformed chunk were consumed.\n\n'use strict';\n\nmodule.exports = Transform;\nvar _require$codes = require('../errors').codes,\n ERR_METHOD_NOT_IMPLEMENTED = _require$codes.ERR_METHOD_NOT_IMPLEMENTED,\n ERR_MULTIPLE_CALLBACK = _require$codes.ERR_MULTIPLE_CALLBACK,\n ERR_TRANSFORM_ALREADY_TRANSFORMING = _require$codes.ERR_TRANSFORM_ALREADY_TRANSFORMING,\n ERR_TRANSFORM_WITH_LENGTH_0 = _require$codes.ERR_TRANSFORM_WITH_LENGTH_0;\nvar Duplex = require('./_stream_duplex');\nrequire('inherits')(Transform, Duplex);\nfunction afterTransform(er, data) {\n var ts = this._transformState;\n ts.transforming = false;\n var cb = ts.writecb;\n if (cb === null) {\n return this.emit('error', new ERR_MULTIPLE_CALLBACK());\n }\n ts.writechunk = null;\n ts.writecb = null;\n if (data != null)\n // single equals check for both `null` and `undefined`\n this.push(data);\n cb(er);\n var rs = this._readableState;\n rs.reading = false;\n if (rs.needReadable || rs.length < rs.highWaterMark) {\n this._read(rs.highWaterMark);\n }\n}\nfunction Transform(options) {\n if (!(this instanceof Transform)) return new Transform(options);\n Duplex.call(this, options);\n this._transformState = {\n afterTransform: afterTransform.bind(this),\n needTransform: false,\n transforming: false,\n writecb: null,\n writechunk: null,\n writeencoding: null\n };\n\n // start out asking for a readable event once data is transformed.\n this._readableState.needReadable = true;\n\n // we have implemented the _read method, and done the other things\n // that Readable wants before the first _read call, so unset the\n // sync guard flag.\n this._readableState.sync = false;\n if (options) {\n if (typeof options.transform === 'function') this._transform = options.transform;\n if (typeof options.flush === 'function') this._flush = options.flush;\n }\n\n // When the writable side finishes, then flush out anything remaining.\n this.on('prefinish', prefinish);\n}\nfunction prefinish() {\n var _this = this;\n if (typeof this._flush === 'function' && !this._readableState.destroyed) {\n this._flush(function (er, data) {\n done(_this, er, data);\n });\n } else {\n done(this, null, null);\n }\n}\nTransform.prototype.push = function (chunk, encoding) {\n this._transformState.needTransform = false;\n return Duplex.prototype.push.call(this, chunk, encoding);\n};\n\n// This is the part where you do stuff!\n// override this function in implementation classes.\n// 'chunk' is an input chunk.\n//\n// Call `push(newChunk)` to pass along transformed output\n// to the readable side. You may call 'push' zero or more times.\n//\n// Call `cb(err)` when you are done with this chunk. If you pass\n// an error, then that'll put the hurt on the whole operation. If you\n// never call cb(), then you'll never get another chunk.\nTransform.prototype._transform = function (chunk, encoding, cb) {\n cb(new ERR_METHOD_NOT_IMPLEMENTED('_transform()'));\n};\nTransform.prototype._write = function (chunk, encoding, cb) {\n var ts = this._transformState;\n ts.writecb = cb;\n ts.writechunk = chunk;\n ts.writeencoding = encoding;\n if (!ts.transforming) {\n var rs = this._readableState;\n if (ts.needTransform || rs.needReadable || rs.length < rs.highWaterMark) this._read(rs.highWaterMark);\n }\n};\n\n// Doesn't matter what the args are here.\n// _transform does all the work.\n// That we got here means that the readable side wants more data.\nTransform.prototype._read = function (n) {\n var ts = this._transformState;\n if (ts.writechunk !== null && !ts.transforming) {\n ts.transforming = true;\n this._transform(ts.writechunk, ts.writeencoding, ts.afterTransform);\n } else {\n // mark that we need a transform, so that any data that comes in\n // will get processed, now that we've asked for it.\n ts.needTransform = true;\n }\n};\nTransform.prototype._destroy = function (err, cb) {\n Duplex.prototype._destroy.call(this, err, function (err2) {\n cb(err2);\n });\n};\nfunction done(stream, er, data) {\n if (er) return stream.emit('error', er);\n if (data != null)\n // single equals check for both `null` and `undefined`\n stream.push(data);\n\n // TODO(BridgeAR): Write a test for these two error cases\n // if there's nothing in the write buffer, then that means\n // that nothing more will ever be provided\n if (stream._writableState.length) throw new ERR_TRANSFORM_WITH_LENGTH_0();\n if (stream._transformState.transforming) throw new ERR_TRANSFORM_ALREADY_TRANSFORMING();\n return stream.push(null);\n}","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n// A bit simpler than readable streams.\n// Implement an async ._write(chunk, encoding, cb), and it'll handle all\n// the drain event emission and buffering.\n\n'use strict';\n\nmodule.exports = Writable;\n\n/* */\nfunction WriteReq(chunk, encoding, cb) {\n this.chunk = chunk;\n this.encoding = encoding;\n this.callback = cb;\n this.next = null;\n}\n\n// It seems a linked list but it is not\n// there will be only 2 of these for each stream\nfunction CorkedRequest(state) {\n var _this = this;\n this.next = null;\n this.entry = null;\n this.finish = function () {\n onCorkedFinish(_this, state);\n };\n}\n/* */\n\n/**/\nvar Duplex;\n/**/\n\nWritable.WritableState = WritableState;\n\n/**/\nvar internalUtil = {\n deprecate: require('util-deprecate')\n};\n/**/\n\n/**/\nvar Stream = require('./internal/streams/stream');\n/**/\n\nvar Buffer = require('buffer').Buffer;\nvar OurUint8Array = (typeof global !== 'undefined' ? global : typeof window !== 'undefined' ? window : typeof self !== 'undefined' ? self : {}).Uint8Array || function () {};\nfunction _uint8ArrayToBuffer(chunk) {\n return Buffer.from(chunk);\n}\nfunction _isUint8Array(obj) {\n return Buffer.isBuffer(obj) || obj instanceof OurUint8Array;\n}\nvar destroyImpl = require('./internal/streams/destroy');\nvar _require = require('./internal/streams/state'),\n getHighWaterMark = _require.getHighWaterMark;\nvar _require$codes = require('../errors').codes,\n ERR_INVALID_ARG_TYPE = _require$codes.ERR_INVALID_ARG_TYPE,\n ERR_METHOD_NOT_IMPLEMENTED = _require$codes.ERR_METHOD_NOT_IMPLEMENTED,\n ERR_MULTIPLE_CALLBACK = _require$codes.ERR_MULTIPLE_CALLBACK,\n ERR_STREAM_CANNOT_PIPE = _require$codes.ERR_STREAM_CANNOT_PIPE,\n ERR_STREAM_DESTROYED = _require$codes.ERR_STREAM_DESTROYED,\n ERR_STREAM_NULL_VALUES = _require$codes.ERR_STREAM_NULL_VALUES,\n ERR_STREAM_WRITE_AFTER_END = _require$codes.ERR_STREAM_WRITE_AFTER_END,\n ERR_UNKNOWN_ENCODING = _require$codes.ERR_UNKNOWN_ENCODING;\nvar errorOrDestroy = destroyImpl.errorOrDestroy;\nrequire('inherits')(Writable, Stream);\nfunction nop() {}\nfunction WritableState(options, stream, isDuplex) {\n Duplex = Duplex || require('./_stream_duplex');\n options = options || {};\n\n // Duplex streams are both readable and writable, but share\n // the same options object.\n // However, some cases require setting options to different\n // values for the readable and the writable sides of the duplex stream,\n // e.g. options.readableObjectMode vs. options.writableObjectMode, etc.\n if (typeof isDuplex !== 'boolean') isDuplex = stream instanceof Duplex;\n\n // object stream flag to indicate whether or not this stream\n // contains buffers or objects.\n this.objectMode = !!options.objectMode;\n if (isDuplex) this.objectMode = this.objectMode || !!options.writableObjectMode;\n\n // the point at which write() starts returning false\n // Note: 0 is a valid value, means that we always return false if\n // the entire buffer is not flushed immediately on write()\n this.highWaterMark = getHighWaterMark(this, options, 'writableHighWaterMark', isDuplex);\n\n // if _final has been called\n this.finalCalled = false;\n\n // drain event flag.\n this.needDrain = false;\n // at the start of calling end()\n this.ending = false;\n // when end() has been called, and returned\n this.ended = false;\n // when 'finish' is emitted\n this.finished = false;\n\n // has it been destroyed\n this.destroyed = false;\n\n // should we decode strings into buffers before passing to _write?\n // this is here so that some node-core streams can optimize string\n // handling at a lower level.\n var noDecode = options.decodeStrings === false;\n this.decodeStrings = !noDecode;\n\n // Crypto is kind of old and crusty. Historically, its default string\n // encoding is 'binary' so we have to make this configurable.\n // Everything else in the universe uses 'utf8', though.\n this.defaultEncoding = options.defaultEncoding || 'utf8';\n\n // not an actual buffer we keep track of, but a measurement\n // of how much we're waiting to get pushed to some underlying\n // socket or file.\n this.length = 0;\n\n // a flag to see when we're in the middle of a write.\n this.writing = false;\n\n // when true all writes will be buffered until .uncork() call\n this.corked = 0;\n\n // a flag to be able to tell if the onwrite cb is called immediately,\n // or on a later tick. We set this to true at first, because any\n // actions that shouldn't happen until \"later\" should generally also\n // not happen before the first write call.\n this.sync = true;\n\n // a flag to know if we're processing previously buffered items, which\n // may call the _write() callback in the same tick, so that we don't\n // end up in an overlapped onwrite situation.\n this.bufferProcessing = false;\n\n // the callback that's passed to _write(chunk,cb)\n this.onwrite = function (er) {\n onwrite(stream, er);\n };\n\n // the callback that the user supplies to write(chunk,encoding,cb)\n this.writecb = null;\n\n // the amount that is being written when _write is called.\n this.writelen = 0;\n this.bufferedRequest = null;\n this.lastBufferedRequest = null;\n\n // number of pending user-supplied write callbacks\n // this must be 0 before 'finish' can be emitted\n this.pendingcb = 0;\n\n // emit prefinish if the only thing we're waiting for is _write cbs\n // This is relevant for synchronous Transform streams\n this.prefinished = false;\n\n // True if the error was already emitted and should not be thrown again\n this.errorEmitted = false;\n\n // Should close be emitted on destroy. Defaults to true.\n this.emitClose = options.emitClose !== false;\n\n // Should .destroy() be called after 'finish' (and potentially 'end')\n this.autoDestroy = !!options.autoDestroy;\n\n // count buffered requests\n this.bufferedRequestCount = 0;\n\n // allocate the first CorkedRequest, there is always\n // one allocated and free to use, and we maintain at most two\n this.corkedRequestsFree = new CorkedRequest(this);\n}\nWritableState.prototype.getBuffer = function getBuffer() {\n var current = this.bufferedRequest;\n var out = [];\n while (current) {\n out.push(current);\n current = current.next;\n }\n return out;\n};\n(function () {\n try {\n Object.defineProperty(WritableState.prototype, 'buffer', {\n get: internalUtil.deprecate(function writableStateBufferGetter() {\n return this.getBuffer();\n }, '_writableState.buffer is deprecated. Use _writableState.getBuffer ' + 'instead.', 'DEP0003')\n });\n } catch (_) {}\n})();\n\n// Test _writableState for inheritance to account for Duplex streams,\n// whose prototype chain only points to Readable.\nvar realHasInstance;\nif (typeof Symbol === 'function' && Symbol.hasInstance && typeof Function.prototype[Symbol.hasInstance] === 'function') {\n realHasInstance = Function.prototype[Symbol.hasInstance];\n Object.defineProperty(Writable, Symbol.hasInstance, {\n value: function value(object) {\n if (realHasInstance.call(this, object)) return true;\n if (this !== Writable) return false;\n return object && object._writableState instanceof WritableState;\n }\n });\n} else {\n realHasInstance = function realHasInstance(object) {\n return object instanceof this;\n };\n}\nfunction Writable(options) {\n Duplex = Duplex || require('./_stream_duplex');\n\n // Writable ctor is applied to Duplexes, too.\n // `realHasInstance` is necessary because using plain `instanceof`\n // would return false, as no `_writableState` property is attached.\n\n // Trying to use the custom `instanceof` for Writable here will also break the\n // Node.js LazyTransform implementation, which has a non-trivial getter for\n // `_writableState` that would lead to infinite recursion.\n\n // Checking for a Stream.Duplex instance is faster here instead of inside\n // the WritableState constructor, at least with V8 6.5\n var isDuplex = this instanceof Duplex;\n if (!isDuplex && !realHasInstance.call(Writable, this)) return new Writable(options);\n this._writableState = new WritableState(options, this, isDuplex);\n\n // legacy.\n this.writable = true;\n if (options) {\n if (typeof options.write === 'function') this._write = options.write;\n if (typeof options.writev === 'function') this._writev = options.writev;\n if (typeof options.destroy === 'function') this._destroy = options.destroy;\n if (typeof options.final === 'function') this._final = options.final;\n }\n Stream.call(this);\n}\n\n// Otherwise people can pipe Writable streams, which is just wrong.\nWritable.prototype.pipe = function () {\n errorOrDestroy(this, new ERR_STREAM_CANNOT_PIPE());\n};\nfunction writeAfterEnd(stream, cb) {\n var er = new ERR_STREAM_WRITE_AFTER_END();\n // TODO: defer error events consistently everywhere, not just the cb\n errorOrDestroy(stream, er);\n process.nextTick(cb, er);\n}\n\n// Checks that a user-supplied chunk is valid, especially for the particular\n// mode the stream is in. Currently this means that `null` is never accepted\n// and undefined/non-string values are only allowed in object mode.\nfunction validChunk(stream, state, chunk, cb) {\n var er;\n if (chunk === null) {\n er = new ERR_STREAM_NULL_VALUES();\n } else if (typeof chunk !== 'string' && !state.objectMode) {\n er = new ERR_INVALID_ARG_TYPE('chunk', ['string', 'Buffer'], chunk);\n }\n if (er) {\n errorOrDestroy(stream, er);\n process.nextTick(cb, er);\n return false;\n }\n return true;\n}\nWritable.prototype.write = function (chunk, encoding, cb) {\n var state = this._writableState;\n var ret = false;\n var isBuf = !state.objectMode && _isUint8Array(chunk);\n if (isBuf && !Buffer.isBuffer(chunk)) {\n chunk = _uint8ArrayToBuffer(chunk);\n }\n if (typeof encoding === 'function') {\n cb = encoding;\n encoding = null;\n }\n if (isBuf) encoding = 'buffer';else if (!encoding) encoding = state.defaultEncoding;\n if (typeof cb !== 'function') cb = nop;\n if (state.ending) writeAfterEnd(this, cb);else if (isBuf || validChunk(this, state, chunk, cb)) {\n state.pendingcb++;\n ret = writeOrBuffer(this, state, isBuf, chunk, encoding, cb);\n }\n return ret;\n};\nWritable.prototype.cork = function () {\n this._writableState.corked++;\n};\nWritable.prototype.uncork = function () {\n var state = this._writableState;\n if (state.corked) {\n state.corked--;\n if (!state.writing && !state.corked && !state.bufferProcessing && state.bufferedRequest) clearBuffer(this, state);\n }\n};\nWritable.prototype.setDefaultEncoding = function setDefaultEncoding(encoding) {\n // node::ParseEncoding() requires lower case.\n if (typeof encoding === 'string') encoding = encoding.toLowerCase();\n if (!(['hex', 'utf8', 'utf-8', 'ascii', 'binary', 'base64', 'ucs2', 'ucs-2', 'utf16le', 'utf-16le', 'raw'].indexOf((encoding + '').toLowerCase()) > -1)) throw new ERR_UNKNOWN_ENCODING(encoding);\n this._writableState.defaultEncoding = encoding;\n return this;\n};\nObject.defineProperty(Writable.prototype, 'writableBuffer', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n return this._writableState && this._writableState.getBuffer();\n }\n});\nfunction decodeChunk(state, chunk, encoding) {\n if (!state.objectMode && state.decodeStrings !== false && typeof chunk === 'string') {\n chunk = Buffer.from(chunk, encoding);\n }\n return chunk;\n}\nObject.defineProperty(Writable.prototype, 'writableHighWaterMark', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n return this._writableState.highWaterMark;\n }\n});\n\n// if we're already writing something, then just put this\n// in the queue, and wait our turn. Otherwise, call _write\n// If we return false, then we need a drain event, so set that flag.\nfunction writeOrBuffer(stream, state, isBuf, chunk, encoding, cb) {\n if (!isBuf) {\n var newChunk = decodeChunk(state, chunk, encoding);\n if (chunk !== newChunk) {\n isBuf = true;\n encoding = 'buffer';\n chunk = newChunk;\n }\n }\n var len = state.objectMode ? 1 : chunk.length;\n state.length += len;\n var ret = state.length < state.highWaterMark;\n // we must ensure that previous needDrain will not be reset to false.\n if (!ret) state.needDrain = true;\n if (state.writing || state.corked) {\n var last = state.lastBufferedRequest;\n state.lastBufferedRequest = {\n chunk: chunk,\n encoding: encoding,\n isBuf: isBuf,\n callback: cb,\n next: null\n };\n if (last) {\n last.next = state.lastBufferedRequest;\n } else {\n state.bufferedRequest = state.lastBufferedRequest;\n }\n state.bufferedRequestCount += 1;\n } else {\n doWrite(stream, state, false, len, chunk, encoding, cb);\n }\n return ret;\n}\nfunction doWrite(stream, state, writev, len, chunk, encoding, cb) {\n state.writelen = len;\n state.writecb = cb;\n state.writing = true;\n state.sync = true;\n if (state.destroyed) state.onwrite(new ERR_STREAM_DESTROYED('write'));else if (writev) stream._writev(chunk, state.onwrite);else stream._write(chunk, encoding, state.onwrite);\n state.sync = false;\n}\nfunction onwriteError(stream, state, sync, er, cb) {\n --state.pendingcb;\n if (sync) {\n // defer the callback if we are being called synchronously\n // to avoid piling up things on the stack\n process.nextTick(cb, er);\n // this can emit finish, and it will always happen\n // after error\n process.nextTick(finishMaybe, stream, state);\n stream._writableState.errorEmitted = true;\n errorOrDestroy(stream, er);\n } else {\n // the caller expect this to happen before if\n // it is async\n cb(er);\n stream._writableState.errorEmitted = true;\n errorOrDestroy(stream, er);\n // this can emit finish, but finish must\n // always follow error\n finishMaybe(stream, state);\n }\n}\nfunction onwriteStateUpdate(state) {\n state.writing = false;\n state.writecb = null;\n state.length -= state.writelen;\n state.writelen = 0;\n}\nfunction onwrite(stream, er) {\n var state = stream._writableState;\n var sync = state.sync;\n var cb = state.writecb;\n if (typeof cb !== 'function') throw new ERR_MULTIPLE_CALLBACK();\n onwriteStateUpdate(state);\n if (er) onwriteError(stream, state, sync, er, cb);else {\n // Check if we're actually ready to finish, but don't emit yet\n var finished = needFinish(state) || stream.destroyed;\n if (!finished && !state.corked && !state.bufferProcessing && state.bufferedRequest) {\n clearBuffer(stream, state);\n }\n if (sync) {\n process.nextTick(afterWrite, stream, state, finished, cb);\n } else {\n afterWrite(stream, state, finished, cb);\n }\n }\n}\nfunction afterWrite(stream, state, finished, cb) {\n if (!finished) onwriteDrain(stream, state);\n state.pendingcb--;\n cb();\n finishMaybe(stream, state);\n}\n\n// Must force callback to be called on nextTick, so that we don't\n// emit 'drain' before the write() consumer gets the 'false' return\n// value, and has a chance to attach a 'drain' listener.\nfunction onwriteDrain(stream, state) {\n if (state.length === 0 && state.needDrain) {\n state.needDrain = false;\n stream.emit('drain');\n }\n}\n\n// if there's something in the buffer waiting, then process it\nfunction clearBuffer(stream, state) {\n state.bufferProcessing = true;\n var entry = state.bufferedRequest;\n if (stream._writev && entry && entry.next) {\n // Fast case, write everything using _writev()\n var l = state.bufferedRequestCount;\n var buffer = new Array(l);\n var holder = state.corkedRequestsFree;\n holder.entry = entry;\n var count = 0;\n var allBuffers = true;\n while (entry) {\n buffer[count] = entry;\n if (!entry.isBuf) allBuffers = false;\n entry = entry.next;\n count += 1;\n }\n buffer.allBuffers = allBuffers;\n doWrite(stream, state, true, state.length, buffer, '', holder.finish);\n\n // doWrite is almost always async, defer these to save a bit of time\n // as the hot path ends with doWrite\n state.pendingcb++;\n state.lastBufferedRequest = null;\n if (holder.next) {\n state.corkedRequestsFree = holder.next;\n holder.next = null;\n } else {\n state.corkedRequestsFree = new CorkedRequest(state);\n }\n state.bufferedRequestCount = 0;\n } else {\n // Slow case, write chunks one-by-one\n while (entry) {\n var chunk = entry.chunk;\n var encoding = entry.encoding;\n var cb = entry.callback;\n var len = state.objectMode ? 1 : chunk.length;\n doWrite(stream, state, false, len, chunk, encoding, cb);\n entry = entry.next;\n state.bufferedRequestCount--;\n // if we didn't call the onwrite immediately, then\n // it means that we need to wait until it does.\n // also, that means that the chunk and cb are currently\n // being processed, so move the buffer counter past them.\n if (state.writing) {\n break;\n }\n }\n if (entry === null) state.lastBufferedRequest = null;\n }\n state.bufferedRequest = entry;\n state.bufferProcessing = false;\n}\nWritable.prototype._write = function (chunk, encoding, cb) {\n cb(new ERR_METHOD_NOT_IMPLEMENTED('_write()'));\n};\nWritable.prototype._writev = null;\nWritable.prototype.end = function (chunk, encoding, cb) {\n var state = this._writableState;\n if (typeof chunk === 'function') {\n cb = chunk;\n chunk = null;\n encoding = null;\n } else if (typeof encoding === 'function') {\n cb = encoding;\n encoding = null;\n }\n if (chunk !== null && chunk !== undefined) this.write(chunk, encoding);\n\n // .end() fully uncorks\n if (state.corked) {\n state.corked = 1;\n this.uncork();\n }\n\n // ignore unnecessary end() calls.\n if (!state.ending) endWritable(this, state, cb);\n return this;\n};\nObject.defineProperty(Writable.prototype, 'writableLength', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n return this._writableState.length;\n }\n});\nfunction needFinish(state) {\n return state.ending && state.length === 0 && state.bufferedRequest === null && !state.finished && !state.writing;\n}\nfunction callFinal(stream, state) {\n stream._final(function (err) {\n state.pendingcb--;\n if (err) {\n errorOrDestroy(stream, err);\n }\n state.prefinished = true;\n stream.emit('prefinish');\n finishMaybe(stream, state);\n });\n}\nfunction prefinish(stream, state) {\n if (!state.prefinished && !state.finalCalled) {\n if (typeof stream._final === 'function' && !state.destroyed) {\n state.pendingcb++;\n state.finalCalled = true;\n process.nextTick(callFinal, stream, state);\n } else {\n state.prefinished = true;\n stream.emit('prefinish');\n }\n }\n}\nfunction finishMaybe(stream, state) {\n var need = needFinish(state);\n if (need) {\n prefinish(stream, state);\n if (state.pendingcb === 0) {\n state.finished = true;\n stream.emit('finish');\n if (state.autoDestroy) {\n // In case of duplex streams we need a way to detect\n // if the readable side is ready for autoDestroy as well\n var rState = stream._readableState;\n if (!rState || rState.autoDestroy && rState.endEmitted) {\n stream.destroy();\n }\n }\n }\n }\n return need;\n}\nfunction endWritable(stream, state, cb) {\n state.ending = true;\n finishMaybe(stream, state);\n if (cb) {\n if (state.finished) process.nextTick(cb);else stream.once('finish', cb);\n }\n state.ended = true;\n stream.writable = false;\n}\nfunction onCorkedFinish(corkReq, state, err) {\n var entry = corkReq.entry;\n corkReq.entry = null;\n while (entry) {\n var cb = entry.callback;\n state.pendingcb--;\n cb(err);\n entry = entry.next;\n }\n\n // reuse the free corkReq.\n state.corkedRequestsFree.next = corkReq;\n}\nObject.defineProperty(Writable.prototype, 'destroyed', {\n // making it explicit this property is not enumerable\n // because otherwise some prototype manipulation in\n // userland will fail\n enumerable: false,\n get: function get() {\n if (this._writableState === undefined) {\n return false;\n }\n return this._writableState.destroyed;\n },\n set: function set(value) {\n // we ignore the value if the stream\n // has not been initialized yet\n if (!this._writableState) {\n return;\n }\n\n // backward compatibility, the user is explicitly\n // managing destroyed\n this._writableState.destroyed = value;\n }\n});\nWritable.prototype.destroy = destroyImpl.destroy;\nWritable.prototype._undestroy = destroyImpl.undestroy;\nWritable.prototype._destroy = function (err, cb) {\n cb(err);\n};","'use strict';\n\nvar _Object$setPrototypeO;\nfunction _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\nfunction _toPropertyKey(arg) { var key = _toPrimitive(arg, \"string\"); return typeof key === \"symbol\" ? key : String(key); }\nfunction _toPrimitive(input, hint) { if (typeof input !== \"object\" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || \"default\"); if (typeof res !== \"object\") return res; throw new TypeError(\"@@toPrimitive must return a primitive value.\"); } return (hint === \"string\" ? String : Number)(input); }\nvar finished = require('./end-of-stream');\nvar kLastResolve = Symbol('lastResolve');\nvar kLastReject = Symbol('lastReject');\nvar kError = Symbol('error');\nvar kEnded = Symbol('ended');\nvar kLastPromise = Symbol('lastPromise');\nvar kHandlePromise = Symbol('handlePromise');\nvar kStream = Symbol('stream');\nfunction createIterResult(value, done) {\n return {\n value: value,\n done: done\n };\n}\nfunction readAndResolve(iter) {\n var resolve = iter[kLastResolve];\n if (resolve !== null) {\n var data = iter[kStream].read();\n // we defer if data is null\n // we can be expecting either 'end' or\n // 'error'\n if (data !== null) {\n iter[kLastPromise] = null;\n iter[kLastResolve] = null;\n iter[kLastReject] = null;\n resolve(createIterResult(data, false));\n }\n }\n}\nfunction onReadable(iter) {\n // we wait for the next tick, because it might\n // emit an error with process.nextTick\n process.nextTick(readAndResolve, iter);\n}\nfunction wrapForNext(lastPromise, iter) {\n return function (resolve, reject) {\n lastPromise.then(function () {\n if (iter[kEnded]) {\n resolve(createIterResult(undefined, true));\n return;\n }\n iter[kHandlePromise](resolve, reject);\n }, reject);\n };\n}\nvar AsyncIteratorPrototype = Object.getPrototypeOf(function () {});\nvar ReadableStreamAsyncIteratorPrototype = Object.setPrototypeOf((_Object$setPrototypeO = {\n get stream() {\n return this[kStream];\n },\n next: function next() {\n var _this = this;\n // if we have detected an error in the meanwhile\n // reject straight away\n var error = this[kError];\n if (error !== null) {\n return Promise.reject(error);\n }\n if (this[kEnded]) {\n return Promise.resolve(createIterResult(undefined, true));\n }\n if (this[kStream].destroyed) {\n // We need to defer via nextTick because if .destroy(err) is\n // called, the error will be emitted via nextTick, and\n // we cannot guarantee that there is no error lingering around\n // waiting to be emitted.\n return new Promise(function (resolve, reject) {\n process.nextTick(function () {\n if (_this[kError]) {\n reject(_this[kError]);\n } else {\n resolve(createIterResult(undefined, true));\n }\n });\n });\n }\n\n // if we have multiple next() calls\n // we will wait for the previous Promise to finish\n // this logic is optimized to support for await loops,\n // where next() is only called once at a time\n var lastPromise = this[kLastPromise];\n var promise;\n if (lastPromise) {\n promise = new Promise(wrapForNext(lastPromise, this));\n } else {\n // fast path needed to support multiple this.push()\n // without triggering the next() queue\n var data = this[kStream].read();\n if (data !== null) {\n return Promise.resolve(createIterResult(data, false));\n }\n promise = new Promise(this[kHandlePromise]);\n }\n this[kLastPromise] = promise;\n return promise;\n }\n}, _defineProperty(_Object$setPrototypeO, Symbol.asyncIterator, function () {\n return this;\n}), _defineProperty(_Object$setPrototypeO, \"return\", function _return() {\n var _this2 = this;\n // destroy(err, cb) is a private API\n // we can guarantee we have that here, because we control the\n // Readable class this is attached to\n return new Promise(function (resolve, reject) {\n _this2[kStream].destroy(null, function (err) {\n if (err) {\n reject(err);\n return;\n }\n resolve(createIterResult(undefined, true));\n });\n });\n}), _Object$setPrototypeO), AsyncIteratorPrototype);\nvar createReadableStreamAsyncIterator = function createReadableStreamAsyncIterator(stream) {\n var _Object$create;\n var iterator = Object.create(ReadableStreamAsyncIteratorPrototype, (_Object$create = {}, _defineProperty(_Object$create, kStream, {\n value: stream,\n writable: true\n }), _defineProperty(_Object$create, kLastResolve, {\n value: null,\n writable: true\n }), _defineProperty(_Object$create, kLastReject, {\n value: null,\n writable: true\n }), _defineProperty(_Object$create, kError, {\n value: null,\n writable: true\n }), _defineProperty(_Object$create, kEnded, {\n value: stream._readableState.endEmitted,\n writable: true\n }), _defineProperty(_Object$create, kHandlePromise, {\n value: function value(resolve, reject) {\n var data = iterator[kStream].read();\n if (data) {\n iterator[kLastPromise] = null;\n iterator[kLastResolve] = null;\n iterator[kLastReject] = null;\n resolve(createIterResult(data, false));\n } else {\n iterator[kLastResolve] = resolve;\n iterator[kLastReject] = reject;\n }\n },\n writable: true\n }), _Object$create));\n iterator[kLastPromise] = null;\n finished(stream, function (err) {\n if (err && err.code !== 'ERR_STREAM_PREMATURE_CLOSE') {\n var reject = iterator[kLastReject];\n // reject if we are waiting for data in the Promise\n // returned by next() and store the error\n if (reject !== null) {\n iterator[kLastPromise] = null;\n iterator[kLastResolve] = null;\n iterator[kLastReject] = null;\n reject(err);\n }\n iterator[kError] = err;\n return;\n }\n var resolve = iterator[kLastResolve];\n if (resolve !== null) {\n iterator[kLastPromise] = null;\n iterator[kLastResolve] = null;\n iterator[kLastReject] = null;\n resolve(createIterResult(undefined, true));\n }\n iterator[kEnded] = true;\n });\n stream.on('readable', onReadable.bind(null, iterator));\n return iterator;\n};\nmodule.exports = createReadableStreamAsyncIterator;","'use strict';\n\nfunction ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }\nfunction _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }\nfunction _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\nfunction _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, _toPropertyKey(descriptor.key), descriptor); } }\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, \"prototype\", { writable: false }); return Constructor; }\nfunction _toPropertyKey(arg) { var key = _toPrimitive(arg, \"string\"); return typeof key === \"symbol\" ? key : String(key); }\nfunction _toPrimitive(input, hint) { if (typeof input !== \"object\" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || \"default\"); if (typeof res !== \"object\") return res; throw new TypeError(\"@@toPrimitive must return a primitive value.\"); } return (hint === \"string\" ? String : Number)(input); }\nvar _require = require('buffer'),\n Buffer = _require.Buffer;\nvar _require2 = require('util'),\n inspect = _require2.inspect;\nvar custom = inspect && inspect.custom || 'inspect';\nfunction copyBuffer(src, target, offset) {\n Buffer.prototype.copy.call(src, target, offset);\n}\nmodule.exports = /*#__PURE__*/function () {\n function BufferList() {\n _classCallCheck(this, BufferList);\n this.head = null;\n this.tail = null;\n this.length = 0;\n }\n _createClass(BufferList, [{\n key: \"push\",\n value: function push(v) {\n var entry = {\n data: v,\n next: null\n };\n if (this.length > 0) this.tail.next = entry;else this.head = entry;\n this.tail = entry;\n ++this.length;\n }\n }, {\n key: \"unshift\",\n value: function unshift(v) {\n var entry = {\n data: v,\n next: this.head\n };\n if (this.length === 0) this.tail = entry;\n this.head = entry;\n ++this.length;\n }\n }, {\n key: \"shift\",\n value: function shift() {\n if (this.length === 0) return;\n var ret = this.head.data;\n if (this.length === 1) this.head = this.tail = null;else this.head = this.head.next;\n --this.length;\n return ret;\n }\n }, {\n key: \"clear\",\n value: function clear() {\n this.head = this.tail = null;\n this.length = 0;\n }\n }, {\n key: \"join\",\n value: function join(s) {\n if (this.length === 0) return '';\n var p = this.head;\n var ret = '' + p.data;\n while (p = p.next) ret += s + p.data;\n return ret;\n }\n }, {\n key: \"concat\",\n value: function concat(n) {\n if (this.length === 0) return Buffer.alloc(0);\n var ret = Buffer.allocUnsafe(n >>> 0);\n var p = this.head;\n var i = 0;\n while (p) {\n copyBuffer(p.data, ret, i);\n i += p.data.length;\n p = p.next;\n }\n return ret;\n }\n\n // Consumes a specified amount of bytes or characters from the buffered data.\n }, {\n key: \"consume\",\n value: function consume(n, hasStrings) {\n var ret;\n if (n < this.head.data.length) {\n // `slice` is the same for buffers and strings.\n ret = this.head.data.slice(0, n);\n this.head.data = this.head.data.slice(n);\n } else if (n === this.head.data.length) {\n // First chunk is a perfect match.\n ret = this.shift();\n } else {\n // Result spans more than one buffer.\n ret = hasStrings ? this._getString(n) : this._getBuffer(n);\n }\n return ret;\n }\n }, {\n key: \"first\",\n value: function first() {\n return this.head.data;\n }\n\n // Consumes a specified amount of characters from the buffered data.\n }, {\n key: \"_getString\",\n value: function _getString(n) {\n var p = this.head;\n var c = 1;\n var ret = p.data;\n n -= ret.length;\n while (p = p.next) {\n var str = p.data;\n var nb = n > str.length ? str.length : n;\n if (nb === str.length) ret += str;else ret += str.slice(0, n);\n n -= nb;\n if (n === 0) {\n if (nb === str.length) {\n ++c;\n if (p.next) this.head = p.next;else this.head = this.tail = null;\n } else {\n this.head = p;\n p.data = str.slice(nb);\n }\n break;\n }\n ++c;\n }\n this.length -= c;\n return ret;\n }\n\n // Consumes a specified amount of bytes from the buffered data.\n }, {\n key: \"_getBuffer\",\n value: function _getBuffer(n) {\n var ret = Buffer.allocUnsafe(n);\n var p = this.head;\n var c = 1;\n p.data.copy(ret);\n n -= p.data.length;\n while (p = p.next) {\n var buf = p.data;\n var nb = n > buf.length ? buf.length : n;\n buf.copy(ret, ret.length - n, 0, nb);\n n -= nb;\n if (n === 0) {\n if (nb === buf.length) {\n ++c;\n if (p.next) this.head = p.next;else this.head = this.tail = null;\n } else {\n this.head = p;\n p.data = buf.slice(nb);\n }\n break;\n }\n ++c;\n }\n this.length -= c;\n return ret;\n }\n\n // Make sure the linked list only shows the minimal necessary information.\n }, {\n key: custom,\n value: function value(_, options) {\n return inspect(this, _objectSpread(_objectSpread({}, options), {}, {\n // Only inspect one level.\n depth: 0,\n // It should not recurse.\n customInspect: false\n }));\n }\n }]);\n return BufferList;\n}();","'use strict';\n\n// undocumented cb() API, needed for core, not for public API\nfunction destroy(err, cb) {\n var _this = this;\n var readableDestroyed = this._readableState && this._readableState.destroyed;\n var writableDestroyed = this._writableState && this._writableState.destroyed;\n if (readableDestroyed || writableDestroyed) {\n if (cb) {\n cb(err);\n } else if (err) {\n if (!this._writableState) {\n process.nextTick(emitErrorNT, this, err);\n } else if (!this._writableState.errorEmitted) {\n this._writableState.errorEmitted = true;\n process.nextTick(emitErrorNT, this, err);\n }\n }\n return this;\n }\n\n // we set destroyed to true before firing error callbacks in order\n // to make it re-entrance safe in case destroy() is called within callbacks\n\n if (this._readableState) {\n this._readableState.destroyed = true;\n }\n\n // if this is a duplex stream mark the writable part as destroyed as well\n if (this._writableState) {\n this._writableState.destroyed = true;\n }\n this._destroy(err || null, function (err) {\n if (!cb && err) {\n if (!_this._writableState) {\n process.nextTick(emitErrorAndCloseNT, _this, err);\n } else if (!_this._writableState.errorEmitted) {\n _this._writableState.errorEmitted = true;\n process.nextTick(emitErrorAndCloseNT, _this, err);\n } else {\n process.nextTick(emitCloseNT, _this);\n }\n } else if (cb) {\n process.nextTick(emitCloseNT, _this);\n cb(err);\n } else {\n process.nextTick(emitCloseNT, _this);\n }\n });\n return this;\n}\nfunction emitErrorAndCloseNT(self, err) {\n emitErrorNT(self, err);\n emitCloseNT(self);\n}\nfunction emitCloseNT(self) {\n if (self._writableState && !self._writableState.emitClose) return;\n if (self._readableState && !self._readableState.emitClose) return;\n self.emit('close');\n}\nfunction undestroy() {\n if (this._readableState) {\n this._readableState.destroyed = false;\n this._readableState.reading = false;\n this._readableState.ended = false;\n this._readableState.endEmitted = false;\n }\n if (this._writableState) {\n this._writableState.destroyed = false;\n this._writableState.ended = false;\n this._writableState.ending = false;\n this._writableState.finalCalled = false;\n this._writableState.prefinished = false;\n this._writableState.finished = false;\n this._writableState.errorEmitted = false;\n }\n}\nfunction emitErrorNT(self, err) {\n self.emit('error', err);\n}\nfunction errorOrDestroy(stream, err) {\n // We have tests that rely on errors being emitted\n // in the same tick, so changing this is semver major.\n // For now when you opt-in to autoDestroy we allow\n // the error to be emitted nextTick. In a future\n // semver major update we should change the default to this.\n\n var rState = stream._readableState;\n var wState = stream._writableState;\n if (rState && rState.autoDestroy || wState && wState.autoDestroy) stream.destroy(err);else stream.emit('error', err);\n}\nmodule.exports = {\n destroy: destroy,\n undestroy: undestroy,\n errorOrDestroy: errorOrDestroy\n};","// Ported from https://github.com/mafintosh/end-of-stream with\n// permission from the author, Mathias Buus (@mafintosh).\n\n'use strict';\n\nvar ERR_STREAM_PREMATURE_CLOSE = require('../../../errors').codes.ERR_STREAM_PREMATURE_CLOSE;\nfunction once(callback) {\n var called = false;\n return function () {\n if (called) return;\n called = true;\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n callback.apply(this, args);\n };\n}\nfunction noop() {}\nfunction isRequest(stream) {\n return stream.setHeader && typeof stream.abort === 'function';\n}\nfunction eos(stream, opts, callback) {\n if (typeof opts === 'function') return eos(stream, null, opts);\n if (!opts) opts = {};\n callback = once(callback || noop);\n var readable = opts.readable || opts.readable !== false && stream.readable;\n var writable = opts.writable || opts.writable !== false && stream.writable;\n var onlegacyfinish = function onlegacyfinish() {\n if (!stream.writable) onfinish();\n };\n var writableEnded = stream._writableState && stream._writableState.finished;\n var onfinish = function onfinish() {\n writable = false;\n writableEnded = true;\n if (!readable) callback.call(stream);\n };\n var readableEnded = stream._readableState && stream._readableState.endEmitted;\n var onend = function onend() {\n readable = false;\n readableEnded = true;\n if (!writable) callback.call(stream);\n };\n var onerror = function onerror(err) {\n callback.call(stream, err);\n };\n var onclose = function onclose() {\n var err;\n if (readable && !readableEnded) {\n if (!stream._readableState || !stream._readableState.ended) err = new ERR_STREAM_PREMATURE_CLOSE();\n return callback.call(stream, err);\n }\n if (writable && !writableEnded) {\n if (!stream._writableState || !stream._writableState.ended) err = new ERR_STREAM_PREMATURE_CLOSE();\n return callback.call(stream, err);\n }\n };\n var onrequest = function onrequest() {\n stream.req.on('finish', onfinish);\n };\n if (isRequest(stream)) {\n stream.on('complete', onfinish);\n stream.on('abort', onclose);\n if (stream.req) onrequest();else stream.on('request', onrequest);\n } else if (writable && !stream._writableState) {\n // legacy streams\n stream.on('end', onlegacyfinish);\n stream.on('close', onlegacyfinish);\n }\n stream.on('end', onend);\n stream.on('finish', onfinish);\n if (opts.error !== false) stream.on('error', onerror);\n stream.on('close', onclose);\n return function () {\n stream.removeListener('complete', onfinish);\n stream.removeListener('abort', onclose);\n stream.removeListener('request', onrequest);\n if (stream.req) stream.req.removeListener('finish', onfinish);\n stream.removeListener('end', onlegacyfinish);\n stream.removeListener('close', onlegacyfinish);\n stream.removeListener('finish', onfinish);\n stream.removeListener('end', onend);\n stream.removeListener('error', onerror);\n stream.removeListener('close', onclose);\n };\n}\nmodule.exports = eos;","module.exports = function () {\n throw new Error('Readable.from is not available in the browser')\n};\n","// Ported from https://github.com/mafintosh/pump with\n// permission from the author, Mathias Buus (@mafintosh).\n\n'use strict';\n\nvar eos;\nfunction once(callback) {\n var called = false;\n return function () {\n if (called) return;\n called = true;\n callback.apply(void 0, arguments);\n };\n}\nvar _require$codes = require('../../../errors').codes,\n ERR_MISSING_ARGS = _require$codes.ERR_MISSING_ARGS,\n ERR_STREAM_DESTROYED = _require$codes.ERR_STREAM_DESTROYED;\nfunction noop(err) {\n // Rethrow the error if it exists to avoid swallowing it\n if (err) throw err;\n}\nfunction isRequest(stream) {\n return stream.setHeader && typeof stream.abort === 'function';\n}\nfunction destroyer(stream, reading, writing, callback) {\n callback = once(callback);\n var closed = false;\n stream.on('close', function () {\n closed = true;\n });\n if (eos === undefined) eos = require('./end-of-stream');\n eos(stream, {\n readable: reading,\n writable: writing\n }, function (err) {\n if (err) return callback(err);\n closed = true;\n callback();\n });\n var destroyed = false;\n return function (err) {\n if (closed) return;\n if (destroyed) return;\n destroyed = true;\n\n // request.destroy just do .end - .abort is what we want\n if (isRequest(stream)) return stream.abort();\n if (typeof stream.destroy === 'function') return stream.destroy();\n callback(err || new ERR_STREAM_DESTROYED('pipe'));\n };\n}\nfunction call(fn) {\n fn();\n}\nfunction pipe(from, to) {\n return from.pipe(to);\n}\nfunction popCallback(streams) {\n if (!streams.length) return noop;\n if (typeof streams[streams.length - 1] !== 'function') return noop;\n return streams.pop();\n}\nfunction pipeline() {\n for (var _len = arguments.length, streams = new Array(_len), _key = 0; _key < _len; _key++) {\n streams[_key] = arguments[_key];\n }\n var callback = popCallback(streams);\n if (Array.isArray(streams[0])) streams = streams[0];\n if (streams.length < 2) {\n throw new ERR_MISSING_ARGS('streams');\n }\n var error;\n var destroys = streams.map(function (stream, i) {\n var reading = i < streams.length - 1;\n var writing = i > 0;\n return destroyer(stream, reading, writing, function (err) {\n if (!error) error = err;\n if (err) destroys.forEach(call);\n if (reading) return;\n destroys.forEach(call);\n callback(error);\n });\n });\n return streams.reduce(pipe);\n}\nmodule.exports = pipeline;","'use strict';\n\nvar ERR_INVALID_OPT_VALUE = require('../../../errors').codes.ERR_INVALID_OPT_VALUE;\nfunction highWaterMarkFrom(options, isDuplex, duplexKey) {\n return options.highWaterMark != null ? options.highWaterMark : isDuplex ? options[duplexKey] : null;\n}\nfunction getHighWaterMark(state, options, duplexKey, isDuplex) {\n var hwm = highWaterMarkFrom(options, isDuplex, duplexKey);\n if (hwm != null) {\n if (!(isFinite(hwm) && Math.floor(hwm) === hwm) || hwm < 0) {\n var name = isDuplex ? duplexKey : 'highWaterMark';\n throw new ERR_INVALID_OPT_VALUE(name, hwm);\n }\n return Math.floor(hwm);\n }\n\n // Default value\n return state.objectMode ? 16 : 16 * 1024;\n}\nmodule.exports = {\n getHighWaterMark: getHighWaterMark\n};","module.exports = require('events').EventEmitter;\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","/*! safe-buffer. MIT License. Feross Aboukhadijeh */\n/* eslint-disable node/no-deprecated-api */\nvar buffer = require('buffer')\nvar Buffer = buffer.Buffer\n\n// alternative to using Object.keys for old browsers\nfunction copyProps (src, dst) {\n for (var key in src) {\n dst[key] = src[key]\n }\n}\nif (Buffer.from && Buffer.alloc && Buffer.allocUnsafe && Buffer.allocUnsafeSlow) {\n module.exports = buffer\n} else {\n // Copy properties from require('buffer')\n copyProps(buffer, exports)\n exports.Buffer = SafeBuffer\n}\n\nfunction SafeBuffer (arg, encodingOrOffset, length) {\n return Buffer(arg, encodingOrOffset, length)\n}\n\nSafeBuffer.prototype = Object.create(Buffer.prototype)\n\n// Copy static methods from Buffer\ncopyProps(Buffer, SafeBuffer)\n\nSafeBuffer.from = function (arg, encodingOrOffset, length) {\n if (typeof arg === 'number') {\n throw new TypeError('Argument must not be a number')\n }\n return Buffer(arg, encodingOrOffset, length)\n}\n\nSafeBuffer.alloc = function (size, fill, encoding) {\n if (typeof size !== 'number') {\n throw new TypeError('Argument must be a number')\n }\n var buf = Buffer(size)\n if (fill !== undefined) {\n if (typeof encoding === 'string') {\n buf.fill(fill, encoding)\n } else {\n buf.fill(fill)\n }\n } else {\n buf.fill(0)\n }\n return buf\n}\n\nSafeBuffer.allocUnsafe = function (size) {\n if (typeof size !== 'number') {\n throw new TypeError('Argument must be a number')\n }\n return Buffer(size)\n}\n\nSafeBuffer.allocUnsafeSlow = function (size) {\n if (typeof size !== 'number') {\n throw new TypeError('Argument must be a number')\n }\n return buffer.SlowBuffer(size)\n}\n","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nmodule.exports = Stream;\n\nvar EE = require('events').EventEmitter;\nvar inherits = require('inherits');\n\ninherits(Stream, EE);\nStream.Readable = require('readable-stream/lib/_stream_readable.js');\nStream.Writable = require('readable-stream/lib/_stream_writable.js');\nStream.Duplex = require('readable-stream/lib/_stream_duplex.js');\nStream.Transform = require('readable-stream/lib/_stream_transform.js');\nStream.PassThrough = require('readable-stream/lib/_stream_passthrough.js');\nStream.finished = require('readable-stream/lib/internal/streams/end-of-stream.js')\nStream.pipeline = require('readable-stream/lib/internal/streams/pipeline.js')\n\n// Backwards-compat with node 0.4.x\nStream.Stream = Stream;\n\n\n\n// old-style streams. Note that the pipe method (the only relevant\n// part of this class) is overridden in the Readable class.\n\nfunction Stream() {\n EE.call(this);\n}\n\nStream.prototype.pipe = function(dest, options) {\n var source = this;\n\n function ondata(chunk) {\n if (dest.writable) {\n if (false === dest.write(chunk) && source.pause) {\n source.pause();\n }\n }\n }\n\n source.on('data', ondata);\n\n function ondrain() {\n if (source.readable && source.resume) {\n source.resume();\n }\n }\n\n dest.on('drain', ondrain);\n\n // If the 'end' option is not supplied, dest.end() will be called when\n // source gets the 'end' or 'close' events. Only dest.end() once.\n if (!dest._isStdio && (!options || options.end !== false)) {\n source.on('end', onend);\n source.on('close', onclose);\n }\n\n var didOnEnd = false;\n function onend() {\n if (didOnEnd) return;\n didOnEnd = true;\n\n dest.end();\n }\n\n\n function onclose() {\n if (didOnEnd) return;\n didOnEnd = true;\n\n if (typeof dest.destroy === 'function') dest.destroy();\n }\n\n // don't leave dangling pipes when there are errors.\n function onerror(er) {\n cleanup();\n if (EE.listenerCount(this, 'error') === 0) {\n throw er; // Unhandled stream error in pipe.\n }\n }\n\n source.on('error', onerror);\n dest.on('error', onerror);\n\n // remove all the event listeners that were added.\n function cleanup() {\n source.removeListener('data', ondata);\n dest.removeListener('drain', ondrain);\n\n source.removeListener('end', onend);\n source.removeListener('close', onclose);\n\n source.removeListener('error', onerror);\n dest.removeListener('error', onerror);\n\n source.removeListener('end', cleanup);\n source.removeListener('close', cleanup);\n\n dest.removeListener('close', cleanup);\n }\n\n source.on('end', cleanup);\n source.on('close', cleanup);\n\n dest.on('close', cleanup);\n\n dest.emit('pipe', source);\n\n // Allow for unix-like usage: A.pipe(B).pipe(C)\n return dest;\n};\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","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n'use strict';\n\n/**/\n\nvar Buffer = require('safe-buffer').Buffer;\n/**/\n\nvar isEncoding = Buffer.isEncoding || function (encoding) {\n encoding = '' + encoding;\n switch (encoding && encoding.toLowerCase()) {\n case 'hex':case 'utf8':case 'utf-8':case 'ascii':case 'binary':case 'base64':case 'ucs2':case 'ucs-2':case 'utf16le':case 'utf-16le':case 'raw':\n return true;\n default:\n return false;\n }\n};\n\nfunction _normalizeEncoding(enc) {\n if (!enc) return 'utf8';\n var retried;\n while (true) {\n switch (enc) {\n case 'utf8':\n case 'utf-8':\n return 'utf8';\n case 'ucs2':\n case 'ucs-2':\n case 'utf16le':\n case 'utf-16le':\n return 'utf16le';\n case 'latin1':\n case 'binary':\n return 'latin1';\n case 'base64':\n case 'ascii':\n case 'hex':\n return enc;\n default:\n if (retried) return; // undefined\n enc = ('' + enc).toLowerCase();\n retried = true;\n }\n }\n};\n\n// Do not cache `Buffer.isEncoding` when checking encoding names as some\n// modules monkey-patch it to support additional encodings\nfunction normalizeEncoding(enc) {\n var nenc = _normalizeEncoding(enc);\n if (typeof nenc !== 'string' && (Buffer.isEncoding === isEncoding || !isEncoding(enc))) throw new Error('Unknown encoding: ' + enc);\n return nenc || enc;\n}\n\n// StringDecoder provides an interface for efficiently splitting a series of\n// buffers into a series of JS strings without breaking apart multi-byte\n// characters.\nexports.StringDecoder = StringDecoder;\nfunction StringDecoder(encoding) {\n this.encoding = normalizeEncoding(encoding);\n var nb;\n switch (this.encoding) {\n case 'utf16le':\n this.text = utf16Text;\n this.end = utf16End;\n nb = 4;\n break;\n case 'utf8':\n this.fillLast = utf8FillLast;\n nb = 4;\n break;\n case 'base64':\n this.text = base64Text;\n this.end = base64End;\n nb = 3;\n break;\n default:\n this.write = simpleWrite;\n this.end = simpleEnd;\n return;\n }\n this.lastNeed = 0;\n this.lastTotal = 0;\n this.lastChar = Buffer.allocUnsafe(nb);\n}\n\nStringDecoder.prototype.write = function (buf) {\n if (buf.length === 0) return '';\n var r;\n var i;\n if (this.lastNeed) {\n r = this.fillLast(buf);\n if (r === undefined) return '';\n i = this.lastNeed;\n this.lastNeed = 0;\n } else {\n i = 0;\n }\n if (i < buf.length) return r ? r + this.text(buf, i) : this.text(buf, i);\n return r || '';\n};\n\nStringDecoder.prototype.end = utf8End;\n\n// Returns only complete characters in a Buffer\nStringDecoder.prototype.text = utf8Text;\n\n// Attempts to complete a partial non-UTF-8 character using bytes from a Buffer\nStringDecoder.prototype.fillLast = function (buf) {\n if (this.lastNeed <= buf.length) {\n buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, this.lastNeed);\n return this.lastChar.toString(this.encoding, 0, this.lastTotal);\n }\n buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, buf.length);\n this.lastNeed -= buf.length;\n};\n\n// Checks the type of a UTF-8 byte, whether it's ASCII, a leading byte, or a\n// continuation byte. If an invalid byte is detected, -2 is returned.\nfunction utf8CheckByte(byte) {\n if (byte <= 0x7F) return 0;else if (byte >> 5 === 0x06) return 2;else if (byte >> 4 === 0x0E) return 3;else if (byte >> 3 === 0x1E) return 4;\n return byte >> 6 === 0x02 ? -1 : -2;\n}\n\n// Checks at most 3 bytes at the end of a Buffer in order to detect an\n// incomplete multi-byte UTF-8 character. The total number of bytes (2, 3, or 4)\n// needed to complete the UTF-8 character (if applicable) are returned.\nfunction utf8CheckIncomplete(self, buf, i) {\n var j = buf.length - 1;\n if (j < i) return 0;\n var nb = utf8CheckByte(buf[j]);\n if (nb >= 0) {\n if (nb > 0) self.lastNeed = nb - 1;\n return nb;\n }\n if (--j < i || nb === -2) return 0;\n nb = utf8CheckByte(buf[j]);\n if (nb >= 0) {\n if (nb > 0) self.lastNeed = nb - 2;\n return nb;\n }\n if (--j < i || nb === -2) return 0;\n nb = utf8CheckByte(buf[j]);\n if (nb >= 0) {\n if (nb > 0) {\n if (nb === 2) nb = 0;else self.lastNeed = nb - 3;\n }\n return nb;\n }\n return 0;\n}\n\n// Validates as many continuation bytes for a multi-byte UTF-8 character as\n// needed or are available. If we see a non-continuation byte where we expect\n// one, we \"replace\" the validated continuation bytes we've seen so far with\n// a single UTF-8 replacement character ('\\ufffd'), to match v8's UTF-8 decoding\n// behavior. The continuation byte check is included three times in the case\n// where all of the continuation bytes for a character exist in the same buffer.\n// It is also done this way as a slight performance increase instead of using a\n// loop.\nfunction utf8CheckExtraBytes(self, buf, p) {\n if ((buf[0] & 0xC0) !== 0x80) {\n self.lastNeed = 0;\n return '\\ufffd';\n }\n if (self.lastNeed > 1 && buf.length > 1) {\n if ((buf[1] & 0xC0) !== 0x80) {\n self.lastNeed = 1;\n return '\\ufffd';\n }\n if (self.lastNeed > 2 && buf.length > 2) {\n if ((buf[2] & 0xC0) !== 0x80) {\n self.lastNeed = 2;\n return '\\ufffd';\n }\n }\n }\n}\n\n// Attempts to complete a multi-byte UTF-8 character using bytes from a Buffer.\nfunction utf8FillLast(buf) {\n var p = this.lastTotal - this.lastNeed;\n var r = utf8CheckExtraBytes(this, buf, p);\n if (r !== undefined) return r;\n if (this.lastNeed <= buf.length) {\n buf.copy(this.lastChar, p, 0, this.lastNeed);\n return this.lastChar.toString(this.encoding, 0, this.lastTotal);\n }\n buf.copy(this.lastChar, p, 0, buf.length);\n this.lastNeed -= buf.length;\n}\n\n// Returns all complete UTF-8 characters in a Buffer. If the Buffer ended on a\n// partial character, the character's bytes are buffered until the required\n// number of bytes are available.\nfunction utf8Text(buf, i) {\n var total = utf8CheckIncomplete(this, buf, i);\n if (!this.lastNeed) return buf.toString('utf8', i);\n this.lastTotal = total;\n var end = buf.length - (total - this.lastNeed);\n buf.copy(this.lastChar, 0, end);\n return buf.toString('utf8', i, end);\n}\n\n// For UTF-8, a replacement character is added when ending on a partial\n// character.\nfunction utf8End(buf) {\n var r = buf && buf.length ? this.write(buf) : '';\n if (this.lastNeed) return r + '\\ufffd';\n return r;\n}\n\n// UTF-16LE typically needs two bytes per character, but even if we have an even\n// number of bytes available, we need to check if we end on a leading/high\n// surrogate. In that case, we need to wait for the next two bytes in order to\n// decode the last character properly.\nfunction utf16Text(buf, i) {\n if ((buf.length - i) % 2 === 0) {\n var r = buf.toString('utf16le', i);\n if (r) {\n var c = r.charCodeAt(r.length - 1);\n if (c >= 0xD800 && c <= 0xDBFF) {\n this.lastNeed = 2;\n this.lastTotal = 4;\n this.lastChar[0] = buf[buf.length - 2];\n this.lastChar[1] = buf[buf.length - 1];\n return r.slice(0, -1);\n }\n }\n return r;\n }\n this.lastNeed = 1;\n this.lastTotal = 2;\n this.lastChar[0] = buf[buf.length - 1];\n return buf.toString('utf16le', i, buf.length - 1);\n}\n\n// For UTF-16LE we do not explicitly append special replacement characters if we\n// end on a partial character, we simply let v8 handle that.\nfunction utf16End(buf) {\n var r = buf && buf.length ? this.write(buf) : '';\n if (this.lastNeed) {\n var end = this.lastTotal - this.lastNeed;\n return r + this.lastChar.toString('utf16le', 0, end);\n }\n return r;\n}\n\nfunction base64Text(buf, i) {\n var n = (buf.length - i) % 3;\n if (n === 0) return buf.toString('base64', i);\n this.lastNeed = 3 - n;\n this.lastTotal = 3;\n if (n === 1) {\n this.lastChar[0] = buf[buf.length - 1];\n } else {\n this.lastChar[0] = buf[buf.length - 2];\n this.lastChar[1] = buf[buf.length - 1];\n }\n return buf.toString('base64', i, buf.length - n);\n}\n\nfunction base64End(buf) {\n var r = buf && buf.length ? this.write(buf) : '';\n if (this.lastNeed) return r + this.lastChar.toString('base64', 0, 3 - this.lastNeed);\n return r;\n}\n\n// Pass bytes on through for single-byte encodings (e.g. ascii, latin1, hex)\nfunction simpleWrite(buf) {\n return buf.toString(this.encoding);\n}\n\nfunction simpleEnd(buf) {\n return buf && buf.length ? this.write(buf) : '';\n}","\n/**\n * Module exports.\n */\n\nmodule.exports = deprecate;\n\n/**\n * Mark that a method should not be used.\n * Returns a modified function which warns once by default.\n *\n * If `localStorage.noDeprecation = true` is set, then it is a no-op.\n *\n * If `localStorage.throwDeprecation = true` is set, then deprecated functions\n * will throw an Error when invoked.\n *\n * If `localStorage.traceDeprecation = true` is set, then deprecated functions\n * will invoke `console.trace()` instead of `console.error()`.\n *\n * @param {Function} fn - the function to deprecate\n * @param {String} msg - the string to print to the console when `fn` is invoked\n * @returns {Function} a new \"deprecated\" version of `fn`\n * @api public\n */\n\nfunction deprecate (fn, msg) {\n if (config('noDeprecation')) {\n return fn;\n }\n\n var warned = false;\n function deprecated() {\n if (!warned) {\n if (config('throwDeprecation')) {\n throw new Error(msg);\n } else if (config('traceDeprecation')) {\n console.trace(msg);\n } else {\n console.warn(msg);\n }\n warned = true;\n }\n return fn.apply(this, arguments);\n }\n\n return deprecated;\n}\n\n/**\n * Checks `localStorage` for boolean values for the given `name`.\n *\n * @param {String} name\n * @returns {Boolean}\n * @api private\n */\n\nfunction config (name) {\n // accessing global.localStorage can trigger a DOMException in sandboxed iframes\n try {\n if (!global.localStorage) return false;\n } catch (_) {\n return false;\n }\n var val = global.localStorage[name];\n if (null == val) return false;\n return String(val).toLowerCase() === 'true';\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=\" + {\"2048\":\"78a82614529a3cefcde7\",\"4180\":\"fe82f3a2dac70d6b82bc\"}[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","some","type","FileType","Folder","root","startsWith","READ","async","Array","fill","UPDATE","path","link","generateOcsUrl","result","post","uid","getCurrentUser","window","location","host","encodePath","data","ocs","token","showError","openLocalClient","shouldFavorite","attributes","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","parse","attribute","scope","key","canDownload","getActionForNodes","MOVE_OR_COPY","MOVE","COPY","handleCopyMoveNodeTo","destination","method","overwrite","arguments","undefined","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","find","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___","ReflectOwnKeys","R","ReflectApply","Function","ownKeys","getOwnPropertySymbols","getOwnPropertyNames","concat","NumberIsNaN","isNaN","EventEmitter","init","once","emitter","errorListener","removeListener","resolver","eventTargetAgnosticAddListener","flags","addErrorHandlerIfEventEmitter","_events","_eventsCount","_maxListeners","defaultMaxListeners","checkListener","listener","_getMaxListeners","that","_addListener","prepend","m","events","existing","warning","newListener","unshift","warned","w","count","onceWrapper","fired","wrapFn","_onceWrap","state","wrapped","_listeners","unwrap","evlistener","ret","unwrapListeners","arrayClone","listenerCount","copy","wrapListener","removeEventListener","RangeError","setMaxListeners","getMaxListeners","doError","er","listeners","addListener","prependListener","prependOnceListener","list","position","originalListener","pop","spliceOne","off","removeAllListeners","rawListeners","eventNames","http","https","validateParams","cb","codes","createErrorType","code","Base","NodeError","_Base","arg1","arg2","arg3","getMessage","oneOf","expected","thing","actual","determiner","search","msg","start","substr","this_len","endsWith","objectKeys","Duplex","Readable","Writable","v","allowHalfOpen","readable","onend","_writableState","ended","process","nextTick","onEndNT","end","highWaterMark","getBuffer","_readableState","destroyed","PassThrough","Transform","_transform","chunk","encoding","ReadableState","EElistenerCount","Stream","Buffer","OurUint8Array","g","Uint8Array","debugUtil","debuglog","StringDecoder","createReadableStreamAsyncIterator","BufferList","destroyImpl","getHighWaterMark","_require$codes","ERR_INVALID_ARG_TYPE","ERR_STREAM_PUSH_AFTER_EOF","ERR_METHOD_NOT_IMPLEMENTED","ERR_STREAM_UNSHIFT_AFTER_END_EVENT","errorOrDestroy","kProxyEvents","stream","isDuplex","objectMode","readableObjectMode","buffer","pipes","pipesCount","flowing","endEmitted","reading","sync","needReadable","emittedReadable","readableListening","resumeScheduled","paused","emitClose","autoDestroy","defaultEncoding","awaitDrain","readingMore","decoder","read","_read","destroy","_destroy","readableAddChunk","addToFront","skipChunkCheck","emitReadable","emitReadable_","onEofChunk","chunkInvalid","_uint8ArrayToBuffer","addChunk","write","maybeReadMore","_undestroy","undestroy","isPaused","setEncoding","enc","head","clear","MAX_HWM","howMuchToRead","computeNewHighWaterMark","flow","maybeReadMore_","updateReadableListening","resume","nReadingNextTick","resume_","fromList","first","consume","endReadable","endReadableNT","wState","finished","xs","x","l","nOrig","doRead","pipe","dest","pipeOpts","src","endFn","stdout","stderr","unpipe","onunpipe","unpipeInfo","hasUnpiped","onclose","onfinish","ondrain","onerror","ondata","cleanedUp","needDrain","pipeOnDrain","pause","event","fn","dests","ev","res","wrap","asyncIterator","_fromList","ERR_MULTIPLE_CALLBACK","ERR_TRANSFORM_ALREADY_TRANSFORMING","ERR_TRANSFORM_WITH_LENGTH_0","afterTransform","ts","_transformState","transforming","writecb","writechunk","rs","needTransform","writeencoding","transform","flush","_flush","prefinish","_write","err2","CorkedRequest","finish","corkReq","pendingcb","onCorkedFinish","corkedRequestsFree","WritableState","realHasInstance","internalUtil","deprecate","ERR_STREAM_CANNOT_PIPE","ERR_STREAM_DESTROYED","ERR_STREAM_NULL_VALUES","ERR_STREAM_WRITE_AFTER_END","ERR_UNKNOWN_ENCODING","nop","writableObjectMode","finalCalled","ending","noDecode","decodeStrings","writing","corked","bufferProcessing","onwrite","writelen","onwriteStateUpdate","finishMaybe","errorEmitted","onwriteError","needFinish","bufferedRequest","clearBuffer","afterWrite","lastBufferedRequest","prefinished","bufferedRequestCount","writev","_writev","_final","doWrite","onwriteDrain","holder","allBuffers","isBuf","callFinal","need","rState","current","out","_","hasInstance","object","writeAfterEnd","validChunk","newChunk","decodeChunk","last","writeOrBuffer","cork","uncork","setDefaultEncoding","endWritable","_Object$setPrototypeO","input","hint","prim","toPrimitive","_toPrimitive","_toPropertyKey","kLastResolve","kLastReject","kError","kEnded","kLastPromise","kHandlePromise","kStream","createIterResult","readAndResolve","iter","onReadable","AsyncIteratorPrototype","ReadableStreamAsyncIteratorPrototype","lastPromise","wrapForNext","_this2","_Object$create","enumerableOnly","symbols","sym","getOwnPropertyDescriptor","_objectSpread","getOwnPropertyDescriptors","defineProperties","inspect","custom","tail","alloc","offset","allocUnsafe","hasStrings","_getString","_getBuffer","c","nb","buf","depth","customInspect","emitErrorAndCloseNT","emitErrorNT","emitCloseNT","readableDestroyed","writableDestroyed","ERR_STREAM_PREMATURE_CLOSE","noop","eos","called","_len","_key","onlegacyfinish","writableEnded","readableEnded","onrequest","req","setHeader","isRequest","ERR_MISSING_ARGS","to","streams","popCallback","destroys","closed","destroyer","ERR_INVALID_OPT_VALUE","duplexKey","hwm","highWaterMarkFrom","isFinite","pipeline","copyProps","dst","SafeBuffer","encodingOrOffset","allocUnsafeSlow","SlowBuffer","EE","inherits","_isStdio","didOnEnd","cleanup","ClientRequest","statusCodes","defaultProtocol","hostname","port","IncomingMessage","Agent","defaultMaxSockets","globalAgent","STATUS_CODES","METHODS","xhr","getXHR","XMLHttpRequest","XDomainRequest","checkTypeSupport","responseType","isFunction","ReadableStream","writableStream","WritableStream","abortController","arraybuffer","msstream","mozchunkedarraybuffer","overrideMimeType","capability","rStates","readyStates","preferBinary","_opts","_body","_headers","auth","useFetch","mode","_mode","decideMode","_fetchTimer","_socketTimeout","_socketTimer","_onFinish","lowerName","unsafeHeaders","getHeader","removeHeader","_destroyed","timeout","setTimeout","headersObj","Blob","headersList","keyName","_fetchAbortController","requestTimeout","_fetchResponse","_resetTimers","_connect","_xhr","ontimeout","setRequestHeader","_response","onreadystatechange","readyState","DONE","_onXHRProgress","onprogress","send","statusValid","clearTimeout","flushHeaders","setNoDelay","setSocketKeepAlive","UNSENT","OPENED","HEADERS_RECEIVED","resetTimers","rawHeaders","trailers","rawTrailers","statusCode","statusMessage","statusText","_resumeFetch","pipeTo","reader","getReader","_pos","responseURL","getAllResponseHeaders","matches","_charset","mimeType","charsetMatch","responseText","newData","MSStreamReader","byteLength","onload","readAsArrayBuffer","isEncoding","nenc","retried","_normalizeEncoding","normalizeEncoding","text","utf16Text","utf16End","fillLast","utf8FillLast","base64Text","base64End","simpleWrite","simpleEnd","lastNeed","lastTotal","lastChar","utf8CheckByte","byte","r","utf8CheckExtraBytes","total","j","utf8CheckIncomplete","config","localStorage","val","trace","setUid","Ne","_entries","registerEntry","validateEntry","unregisterEntry","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","Y","oc","ir","_nc_dav_properties","_nc_dav_namespaces","prop","namespaces","V","L","sr","or","be","J","X","crtime","Q","NEW","FAILED","LOCKED","D","_data","_attributes","_knownDavService","updateMtime","deleteProperty","origin","pathname","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","getValue","isName","getAllMatches","startIndex","lastIndex","nameRegexp","M","Oe","allowBooleanAttributes","unpairedTags","U","G","z","validate","trim","Re","xe","H","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","regx","entities","rt","skipLike","De","lastEntities","regex","st","replaceEntitiesValue","$","ot","charAt","ut","dt","resolveNameSpace","at","y","saveTextToParentTag","lastIndexOf","tagsNodeStack","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","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","priority","notFulfilled","Infinity","fulfilled","getter","__esModule","definition","chunkId","promises","script","needAttach","scripts","getElementsByTagName","getAttribute","charset","setAttribute","onScriptComplete","prev","doneFns","parentNode","removeChild","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 diff --git a/dist/files-main.js b/dist/files-main.js index 3e8152c5beeff..16211fe3e7681 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={52674:(e,n,s)=>{"use strict";var i={};s.r(i),s.d(i,{exclude:()=>xr,extract:()=>Ar,parse:()=>wr,parseUrl:()=>br,pick:()=>_r,stringify:()=>yr,stringifyUrl:()=>Cr});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 d,u;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!==d||("undefined"!=typeof window&&window.performance?(d=!0,u=window.performance):void 0!==s.g&&(null===(t=s.g.perf_hooks)||void 0===t?void 0:t.performance)?(d=!0,u=s.g.perf_hooks.performance):d=!1),d?u.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 f(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 p=s(25108);let g;const h=t=>g=t,v=Symbol();function A(t){return t&&"object"==typeof t&&"[object Object]"===Object.prototype.toString.call(t)&&"function"!=typeof t.toJSON}var w;!function(t){t.direct="direct",t.patchObject="patch object",t.patchFunction="patch function"}(w||(w={}));const y="undefined"!=typeof window,b="undefined"!=typeof __VUE_PROD_DEVTOOLS__&&__VUE_PROD_DEVTOOLS__&&y,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 _(t,e,n){const s=new XMLHttpRequest;s.open("GET",t),s.responseType="blob",s.onload=function(){L(s.response,e,n)},s.onerror=function(){p.error("could not download file")},s.send()}function x(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:""},S=(()=>/Macintosh/.test(k.userAgent)&&/AppleWebKit/.test(k.userAgent)&&!/Safari/.test(k.userAgent))(),L=y?"undefined"!=typeof HTMLAnchorElement&&"download"in HTMLAnchorElement.prototype&&!S?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?x(s.href)?_(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(x(t))_(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 _(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||S)&&"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 E(t,e){const n="🍍 "+t;"function"==typeof __VUE_DEVTOOLS_TOAST__?__VUE_DEVTOOLS_TOAST__(n,e):"error"===e?p.error(n):"warn"===e?p.warn(n):p.log(n)}function F(t){return"_a"in t&&"install"in t}function B(){if(!("clipboard"in navigator))return E("Your browser doesn't support the Clipboard API","error"),!0}function N(t){return!!(t instanceof Error&&t.message.toLowerCase().includes("document is not focused"))&&(E('You need to activate the "Emulate a focused page" setting in the "Rendering" panel of devtools.',"warn"),!0)}let P;function j(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 I(t){return{_custom:{display:t}}}const O="🍍 Pinia (root)",U="_root";function D(t){return F(t)?{id:U,label:O}:{id:t.$id,label:t.$id}}function $(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:I(t.type),key:I(t.key),oldValue:t.oldValue,newValue:t.newValue}:{}}function R(t){switch(t){case w.direct:return"mutation";case w.patchFunction:case w.patchObject:return"$patch";default:return"unknown"}}let z=!0;const M=[],V="pinia:mutations",H="pinia",{assign:Z}=Object,q=t=>"🍍 "+t;function G(t,e){f({id:"dev.esm.pinia",label:"Pinia 🍍",logo:"https://pinia.vuejs.org/logo.svg",packageName:"pinia",homepage:"https://pinia.vuejs.org",componentStateTypes:M,app:t},(n=>{"function"!=typeof n.now&&E("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:V,label:"Pinia 🍍",color:15064968}),n.addInspector({id:H,label:"Pinia 🍍",icon:"storage",treeFilterPlaceholder:"Search stores",actions:[{icon:"content_copy",action:()=>{!async function(t){if(!B())try{await navigator.clipboard.writeText(JSON.stringify(t.state.value)),E("Global state copied to clipboard.")}catch(t){if(N(t))return;E("Failed to serialize the state. Check the console for more details.","error"),p.error(t)}}(e)},tooltip:"Serialize and copy the state"},{icon:"content_paste",action:async()=>{await async function(t){if(!B())try{j(t,JSON.parse(await navigator.clipboard.readText())),E("Global state pasted from clipboard.")}catch(t){if(N(t))return;E("Failed to deserialize the state from clipboard. Check the console for more details.","error"),p.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{L(new Blob([JSON.stringify(t.state.value)],{type:"text/plain;charset=utf-8"}),"pinia-state.json")}catch(t){E("Failed to export the state as JSON. Check the console for more details.","error"),p.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;j(t,JSON.parse(s)),E(`Global state imported from "${i.name}".`)}catch(t){E("Failed to import the state from JSON. Check the console for more details.","error"),p.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?E(`Cannot reset "${t}" store because it doesn't have a "$reset" method implemented.`,"warn"):(n.$reset(),E(`Store "${t}" reset.`)):E(`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:q(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:q(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()):O.toLowerCase().includes(n.filter.toLowerCase()))):t).map(D)}})),n.on.getInspectorState((n=>{if(n.app===t&&n.inspectorId===H){const t=n.nodeId===U?e:e._s.get(n.nodeId);if(!t)return;t&&(n.state=function(t){if(F(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===U?e:e._s.get(n.nodeId);if(!t)return E(`store "${n.nodeId}" not found`,"error");const{path:s}=n;F(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 E(`store "${n}" not found`,"error");const{path:i}=t;if("state"!==i[0])return E(`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){M.includes(q(e.$id))||M.push(q(e.$id)),f({id:"dev.esm.pinia",label:"Pinia 🍍",logo:"https://pinia.vuejs.org/logo.svg",packageName:"pinia",homepage:"https://pinia.vuejs.org",componentStateTypes:M,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:V,event:{time:n(),title:"🛫 "+r,subtitle:"start",data:{store:I(e.$id),action:I(r),args:a},groupId:o}}),s((s=>{W=void 0,t.addTimelineEvent({layerId:V,event:{time:n(),title:"🛬 "+r,subtitle:"end",data:{store:I(e.$id),action:I(r),args:a,result:s},groupId:o}})})),i((s=>{W=void 0,t.addTimelineEvent({layerId:V,event:{time:n(),logType:"error",title:"💥 "+r,subtitle:"end",data:{store:I(e.$id),action:I(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:V,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:R(i),data:Z({store:I(e.$id)},$(s)),groupId:W};i===w.patchFunction?a.subtitle="⤵️":i===w.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:V,event:a})}),{detached:!0,flush:"sync"});const s=e._hotUpdate;e._hotUpdate=(0,r.markRaw)((i=>{s(i),t.addTimelineEvent({layerId:V,event:{time:n(),title:"🔥 "+e.$id,subtitle:"HMR update",data:{store:I(e.$id),info:I("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&&E(`Disposed "${e.$id}" store 🗑`)},t.notifyComponentUpdate(),t.sendInspectorTree(H),t.sendInspectorState(H),t.getSettings().logStoreChanges&&E(`"${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];A(i)&&A(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),d={deep:!0};let u,m,f,p=[],g=[];const v=s.state.value[t];o||v||(a?(0,r.set)(s.state.value,t,{}):s.state.value[t]={});const y=(0,r.ref)({});let C;function _(e){let n;u=m=!1,"function"==typeof e?(e(s.state.value[t]),n={type:w.patchFunction,storeId:t,events:f}):(nt(s.state.value[t],e),n={type:w.patchObject,payload:e,storeId:t,events:f});const i=C=Symbol();(0,r.nextTick)().then((()=>{C===i&&(u=!0)})),m=!0,tt(p,n,s.state.value[t])}const x=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:L,after:function(t){r.push(t)},onError:function(t){a.push(t)}});try{o=n.apply(this&&this.$id===t?this:L,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:y}),S={_p:s,$id:t,$onAction:X.bind(null,g),$patch:_,$reset:x,$subscribe(e,n={}){const i=X(p,e,n.detached,(()=>a())),a=l.run((()=>(0,r.watch)((()=>s.state.value[t]),(s=>{("sync"===n.flush?m:u)&&e({storeId:t,type:w.direct,events:f},s)}),rt({},d,n))));return i},$dispose:function(){l.stop(),p=[],g=[],s._s.delete(t)}};a&&(S._r=!1);const L=(0,r.reactive)(b?rt({_hmrPayload:k,_customProperties:(0,r.markRaw)(new Set)},S):S);s._s.set(t,L);const E=(s._a&&s._a.runWithContext||et)((()=>s._e.run((()=>(l=(0,r.effectScope)()).run(e)))));for(const e in E){const n=E[e];if((0,r.isRef)(n)&&(B=n,!(0,r.isRef)(B)||!B.effect)||(0,r.isReactive)(n))o||(!v||(F=n,a?it.has(F):A(F)&&F.hasOwnProperty(st))||((0,r.isRef)(n)?n.value=v[e]:nt(n,v[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)(E,e,t):E[e]=t,c.actions[e]=n}}var F,B;if(a?Object.keys(E).forEach((t=>{(0,r.set)(L,t,E[t])})):(rt(L,E),rt((0,r.toRaw)(L),E)),Object.defineProperty(L,"$state",{get:()=>s.state.value[t],set:t=>{_((e=>{rt(e,t)}))}}),b){const t={writable:!0,configurable:!0,enumerable:!1};["_p","_hmrPayload","_getters","_customProperties"].forEach((e=>{Object.defineProperty(L,e,rt({value:L[e]},t))}))}return a&&(L._r=!0),s._p.forEach((t=>{if(b){const e=l.run((()=>t({store:L,app:s._a,pinia:s,options:c})));Object.keys(e||{}).forEach((t=>L._customProperties.add(t))),rt(L,e)}else rt(L,l.run((()=>t({store:L,app:s._a,pinia:s,options:c}))))})),v&&o&&n.hydrate&&n.hydrate(L.$state,v),u=!0,m=!0,L}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)(v,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 d;d=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),dt=s(69183),ut=s(42515),mt=s(62520),ft=function(t,e){return te?1:0},pt=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,vt=/\s+/g,At=/^[+-]?(?:\d+(?:\.\d*)?|\.\d+)(?:[eE][+-]?\d+)?$/,wt=/(^([\w ]+,?[\w ]+)?[\w ]+,?[\w ]+\d+:\d+(:\d+)?[\w ]?|^\d{1,4}[/-]\d{1,4}[/-]\d{1,4}|^\w+, \w+ \d+, \d{4})/,yt=/^0+[1-9]{1}[0-9]*$/,bt=/[^\x00-\x80]/,Ct=function(t,e){return te?1:0},_t=function(t){return t.replace(vt," ").replace(ht,"")},xt=function(t){if(0!==t.length){var e=Number(t);if(!Number.isNaN(e))return e}},Tt=function(t,e,n){if(At.test(t)&&(!yt.test(t)||0===e||"."!==n[e-1]))return xt(t)||0},kt=function(t,e,n){return{parsedNumber:Tt(t,e,n),normalizedString:_t(t)}},St=function(t){var e=function(t){return t.replace(gt,"\0$1\0").replace(/\0$/,"").replace(/^\0/,"").split("\0")}(t).map(kt);return e},Lt=function(t){return"function"==typeof t},Et=function(t){return Number.isNaN(t)||t instanceof Number&&Number.isNaN(t.valueOf())},Ft=function(t){return null===t},Bt=function(t){return!(null===t||"object"!=typeof t||Array.isArray(t)||t instanceof Number||t instanceof String||t instanceof Boolean||t instanceof Date)},Nt=function(t){return"symbol"==typeof t},Pt=function(t){return void 0===t},jt=function(t){if("string"==typeof t||t instanceof String||("number"==typeof t||t instanceof Number)&&!Et(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=xt(t);return void 0!==e?e:function(t){try{var e=Date.parse(t);return!Number.isNaN(e)&&wt.test(t)?e:void 0}catch(t){return}}(t)}(e);return{parsedNumber:n,chunks:St(n?""+n:e),value:t}}return{isArray:Array.isArray(t),isFunction:Lt(t),isNaN:Et(t),isNull:Ft(t),isObject:Bt(t),isSymbol:Nt(t),isUndefined:Pt(t),value:t}},It=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 Ot(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(It):[function(t){return t}],i=t.map((function(t,e){return{index:e,values:s.map((function(e){return e(t)})).map(jt)}}));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}(f.chunks,p.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}(f,p));if(m)return m*("desc"===d?-1:1)}}var f,p;return s-r}(t,e,n)})),i.map((function(e){return function(t,e){return t[e]}(t,e.index)}))}(t,s,i)}var Ut=s(31352),Dt=s(41922),$t=s(50924),Rt=s(90207);const zt={name:"FormatListBulletedSquareIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}};var Mt=s(51900);const Vt=(0,Mt.Z)(zt,(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 Ht=s(40874),Zt=s(74628),qt=s(22175),Gt=s(64865),Wt=s(20435);const Yt={name:"ShareVariantIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},Kt=(0,Mt.Z)(Yt,(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,Jt={name:"ViewGridIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},Qt=(0,Mt.Z)(Jt,(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 Xt=s(48250);const te=(0,s(17499).IY)().setApp("files").detectUser().build(),ee=new lt.p$({id:"details",displayName:()=>(0,Ut.Iu)("files","Open details"),iconSvgInline:()=>Xt,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 te.error("Error while opening sidebar",{error:t}),!1}},order:-50}),ne=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):(te.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,dt.Ld)("files:node:created",t.onCreatedNode),(0,dt.Ld)("files:node:deleted",t.onDeletedNode),(0,dt.Ld)("files:node:updated",t.onUpdatedNode),t._initialized=!0),t},se=function(){const t=ne(),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 te.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 te.error("Parent folder not found",{parentId:s})}te.debug("Parent path does not exists, skipping children update",{node:e})}else te.error("Node has no fileid",{node:e})}}})(...arguments);return e._initialized||((0,dt.Ld)("files:node:created",e.onCreatedNode),e._initialized=!0),e},ie=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 re;var ae=s(79753),oe=s(43554),le=s(93664);const ce=(0,oe.j)("files","config",{show_hidden:!1,crop_image_previews:!0,sort_favorites_first:!0,grid_view:!1}),de=function(){const t=ot("userconfig",{state:()=>({userConfig:ce}),actions:{onUpdate(t,e){r.default.set(this.userConfig,t,e)},async update(t,e){await le.Z.put((0,ae.generateUrl)("/apps/files/api/v1/config/"+t),{value:e}),(0,dt.j8)("files:config:updated",{key:t,value:e})}}})(...arguments);return t._initialized||((0,dt.Ld)("files:config:updated",(function(e){let{key:n,value:s}=e;t.onUpdate(n,s)})),t._initialized=!0),t},ue=(0,oe.j)("files","viewConfigs",{}),me=function(){const t=ot("viewconfig",{state:()=>({viewConfig:ue}),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){le.Z.put((0,ae.generateUrl)(`/apps/files/api/v1/views/${t}/${e}`),{value:n}),(0,dt.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,dt.Ld)("files:viewconfig:updated",(function(t){let{view:n,key:s,value:i}=t;e.onUpdate(n,s,i)})),e._initialized=!0),e},fe={name:"HomeIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},pe=(0,Mt.Z)(fe,(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 ge=s(36402),he=s(49231);const ve=r.default.extend({name:"BreadCrumbs",components:{Home:pe,NcBreadcrumbs:he.Z,NcBreadcrumb:ge.Z},props:{path:{type:String,default:"/"}},setup:()=>({filesStore:ne(),pathsStore:se()}),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 Ae=s(93379),we=s.n(Ae),ye=s(7795),be=s.n(ye),Ce=s(90569),_e=s.n(Ce),xe=s(3565),Te=s.n(xe),ke=s(19216),Se=s.n(ke),Le=s(44589),Ee=s.n(Le),Fe=s(26057),Be={};Be.styleTagTransform=Ee(),Be.setAttributes=Te(),Be.insert=_e().bind(null,"head"),Be.domAPI=be(),Be.insertStyleElement=Se(),we()(Fe.Z,Be),Fe.Z&&Fe.Z.locals&&Fe.Z.locals;const Ne=(0,Mt.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)},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,"c33b6662",null).exports;var Pe=s(74139),je=s(64024);const Ie={name:"TrayArrowDownIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},Oe=(0,Mt.Z)(Ie,(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,Ue=r.default.extend({name:"DragAndDropNotice",components:{TrayArrowDownIcon:Oe},props:{currentFolder:{type:Object,required:!0},dragover:{type:Boolean,default:!1}},methods:{onDrop(t){if(this.$emit("update:dragover",!1),!this.$el.querySelector("tbody")?.contains(t.target)&&(t.preventDefault(),t.stopPropagation(),t.dataTransfer&&t.dataTransfer.files?.length>0)){const e=(0,$t.g)();e.destination=this.currentFolder,te.debug(`Uploading files to ${this.currentFolder.path}`);const n=[...t.dataTransfer.files].map((t=>e.upload(t.name,t)));Promise.all(n).then((t=>{te.debug("Upload terminated",{uploads:t}),(0,je.s$)((0,Ut.Iu)("files","Upload successful"));const e=t[t.length-1];e?.response?.headers?.["oc-fileid"]&&this.$router.push(Object.assign({},this.$route,{params:{fileid:parseInt(e.response?.headers?.["oc-fileid"])}}))}))}},t:Ut.Iu}}),De=Ue;var $e=s(10035),Re={};Re.styleTagTransform=Ee(),Re.setAttributes=Te(),Re.insert=_e().bind(null,"head"),Re.domAPI=be(),Re.insertStyleElement=Se(),we()($e.Z,Re),$e.Z&&$e.Z.locals&&$e.Z.locals;const ze=(0,Mt.Z)(De,(function(){var t=this,e=t._self._c;return t._self._setupProxy,e("div",{staticClass:"files-list__drag-drop-notice",class:{"files-list__drag-drop-notice--dragover":t.dragover},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,"2894a476",null).exports;var Me=s(52925),Ve=s(80351),He=s.n(Ve);const Ze={name:"FileMultipleIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},qe=(0,Mt.Z)(Ze,(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 Ge=s(81456),We=s(65720);const Ye=(0,Mt.Z)(We.Z,Ge.s,Ge.x,!1,null,null,null).exports,Ke=r.default.extend({name:"DragAndDropPreview",components:{FileMultipleIcon:qe,FolderIcon:Ye},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,Ut.uN)("files","{folderCount} folder","{folderCount} folders",n,{folderCount:n}):0===n?(0,Ut.uN)("files","{fileCount} file","{fileCount} files",e,{fileCount:e}):1===e?(0,Ut.uN)("files","1 file and {folderCount} folder","1 file and {folderCount} folders",n,{folderCount:n}):1===n?(0,Ut.uN)("files","{fileCount} file and 1 folder","{fileCount} files and 1 folder",e,{fileCount:e}):(0,Ut.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)}))}}}),Je=Ke;var Qe=s(50262),Xe={};Xe.styleTagTransform=Ee(),Xe.setAttributes=Te(),Xe.insert=_e().bind(null,"head"),Xe.domAPI=be(),Xe.insertStyleElement=Se(),we()(Qe.Z,Xe),Qe.Z&&Qe.Z.locals&&Qe.Z.locals;const tn=(0,Mt.Z)(Je,(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,en=r.default.extend(tn);let nn;const sn=async t=>new Promise((e=>{nn||(nn=(new en).$mount(),document.body.appendChild(nn.$el)),nn.update(t),nn.$on("loaded",(()=>{e(nn.$el),nn.$off("loaded")}))}));var rn=s(51473),an={};an.styleTagTransform=Ee(),an.setAttributes=Te(),an.insert=_e().bind(null,"head"),an.domAPI=be(),an.insertStyleElement=Se(),we()(rn.Z,an),rn.Z&&rn.Z.locals&&rn.Z.locals;var on=s(51120);const{Axios:ln,AxiosError:cn,CanceledError:dn,isCancel:un,CancelToken:mn,VERSION:fn,all:pn,Cancel:gn,isAxiosError:hn,spread:vn,toFormData:An,AxiosHeaders:wn,HttpStatusCode:yn,formToJSON:bn,getAdapter:Cn,mergeConfig:_n}=on.default;var xn=s(96384);const Tn={name:"FolderMoveIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},kn=(0,Mt.Z)(Tn,(function(){var t=this,e=t._self._c;return e("span",t._b({staticClass:"material-design-icon folder-move-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:"M14,18V15H10V11H14V8L19,13M20,6H12L10,4H4C2.89,4 2,4.89 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V8C22,6.89 21.1,6 20,6Z"}},[t.title?e("title",[t._v(t._s(t.title))]):t._e()])])])}),[],!1,null,null,null).exports;var Sn=s(59440);let Ln;const En=()=>(Ln||(Ln=new Sn.Z({concurrency:3})),Ln);var Fn;!function(t){t.MOVE="Move",t.COPY="Copy",t.MOVE_OR_COPY="move-or-copy"}(Fn||(Fn={}));const Bn=t=>0!=(t.reduce(((t,e)=>Math.min(t,e.permissions)),lt.y3.ALL)<.y3.UPDATE),Nn=t=>(t=>t.every((t=>!JSON.parse(t.attributes?.["share-attributes"]??"[]").some((t=>"permissions"===t.scope&&!1===t.enabled&&"download"===t.key)))))(t),Pn=t=>Bn(t)?Nn(t)?Fn.MOVE_OR_COPY:Fn.MOVE:Fn.COPY,jn=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,Ut.Iu)("files","Destination is not a folder"));if(t.dirname===e.path)throw new Error((0,Ut.Iu)("files","This file/folder is already in that directory"));if(t.path.startsWith(e.path))throw new Error((0,Ut.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,ae.generateRemoteUrl)(`dav/files/${(0,ct.ts)()?.uid}${i}`);te.debug(`${n} ${t.basename} to ${a}`),r.default.set(t,"status",lt.e4.LOADING);const o=En();return await o.add((async()=>{try{await(0,le.Z)({method:n===Fn.COPY?"COPY":"MOVE",url:t.encodedSource,headers:{Destination:encodeURI(a),Overwrite:s?void 0:"F"}}),n===Fn.MOVE&&(0,dt.j8)("files:node:deleted",t)}catch(t){if(t instanceof cn){if(412===t?.response?.status)throw new Error((0,Ut.Iu)("files","A file or folder with that name already exists in this folder"));if(423===t?.response?.status)throw new Error((0,Ut.Iu)("files","The files is locked"));if(404===t?.response?.status)throw new Error((0,Ut.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)}}))},In=(new lt.p$({id:"move-copy",displayName(t){switch(Pn(t)){case Fn.MOVE:return(0,Ut.Iu)("files","Move");case Fn.COPY:return(0,Ut.Iu)("files","Copy");case Fn.MOVE_OR_COPY:return(0,Ut.Iu)("files","Move or copy")}},iconSvgInline:()=>xn,enabled:t=>!!t.every((t=>t.root?.startsWith("/files/")))&&t.length>0&&(Bn(t)||Nn(t)),async exec(t,e,n){const s=Pn([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,je.fn)((0,Ut.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!==Fn.COPY&&t!==Fn.MOVE_OR_COPY||a.push({label:o?(0,Ut.Iu)("files","Copy to {target}",{target:o}):(0,Ut.Iu)("files","Copy"),type:"primary",icon:qe,async callback(t){try{await jn(n,t[0],Fn.COPY),e(!0)}catch(t){i(t)}}}),t!==Fn.MOVE&&t!==Fn.MOVE_OR_COPY||a.push({label:o?(0,Ut.Iu)("files","Move to {target}",{target:o}):(0,Ut.Iu)("files","Move"),type:t===Fn.MOVE?"primary":"secondary",icon:kn,async callback(t){try{await jn(n,t[0],Fn.MOVE),e(!0)}catch(t){i(t)}}})),a})),s.build().pick().catch((()=>{i(new Error((0,Ut.Iu)("files","Cancelled move or copy operation")))}))}))}(s,n,t),!0}catch(t){return!!(t instanceof Error&&t.message)&&((0,je.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)}),On=ot("actionsmenu",{state:()=>({opened:null})}),Un=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",[])}}}),Dn=function(){const t=ot("renaming",{state:()=>({renamingNode:void 0,newName:""})})(...arguments);return t._initialized||((0,dt.Ld)("files:node:rename",(function(e){t.renamingNode=e,t.newName=e.basename})),t._initialized=!0),t};var $n=s(97947);const Rn={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()}}},zn=(0,Mt.Z)(Rn,(function(){return(0,this._self._c)("span")}),[],!1,null,null,null).exports,Mn={name:"ArrowLeftIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},Vn=(0,Mt.Z)(Mn,(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,Hn={name:"ChevronRightIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},Zn=(0,Mt.Z)(Hn,(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 qn=s(99059),Gn=s(2985),Wn=s(96204);const Yn=(0,lt.Vn)(),Kn=r.default.extend({name:"FileEntryActions",components:{ArrowLeftIcon:Vn,ChevronRightIcon:Zn,CustomElementRender:zn,NcActionButton:qn.Z,NcActions:Gn.Z,NcActionSeparator:Wn.Z,NcIconSvgWrapper:Gt.Z,NcLoadingIcon:Wt.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?[]:Yn.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,je.s$)((0,Ut.Iu)("files",'"{displayName}" action executed successfully',{displayName:n}));(0,je.x2)((0,Ut.Iu)("files",'"{displayName}" action failed',{displayName:n}))}catch(e){te.error("Error while executing action",{action:t,e}),(0,je.x2)((0,Ut.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:Ut.Iu}}),Jn=Kn;var Qn=s(21367),Xn={};Xn.styleTagTransform=Ee(),Xn.setAttributes=Te(),Xn.insert=_e().bind(null,"head"),Xn.domAPI=be(),Xn.insertStyleElement=Se(),we()(Qn.Z,Xn),Qn.Z&&Qn.Z.locals&&Qn.Z.locals;var ts=(0,Mt.Z)(Jn,(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 es=ts.exports;var ns=s(10038);const ss=r.default.extend({name:"FileEntryCheckbox",components:{NcCheckboxRadioSwitch:ns.Z,NcLoadingIcon:Wt.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=ie(),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 te.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));te.debug("Updating selection",{selection:s}),this.selectionStore.set(s),this.selectionStore.setLastIndex(e)},t:Ut.Iu}}),is=(0,Mt.Z)(ss,(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 rs=s(49368);const as=(0,oe.j)("files","forbiddenCharacters",""),os=r.default.extend({name:"FileEntryName",components:{NcTextField:rs.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:Dn()}),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,Ut.Iu)("files","File name"),[lt.Tv.Folder]:(0,Ut.Iu)("files","Folder name")}[this.source.type]},linkTo(){if(this.source.attributes.failed)return{title:(0,Ut.Iu)("files","This node is unavailable"),is:"span"};const t=this.$parent?.$refs?.actions?.enabledDefaultActions;return t?.length>0?{title:t[0].displayName([this.source],this.currentView),role:"button"}:this.source?.permissions<.y3.READ?{download:this.source.basename,href:this.source.source,title:(0,Ut.Iu)("files","Download file {name}",{name:this.displayName})}:{is:"span"}}},watch:{isRenaming(t){t&&this.startRenaming()}},methods:{checkInputValidity(t){const e=t.target,n=this.newName.trim?.()||"";te.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,Ut.Iu)("files",'"{name}" is an invalid file name.',{name:t}));if(0===e.length)throw new Error((0,Ut.Iu)("files","File name cannot be empty."));if(-1!==e.indexOf("/"))throw new Error((0,Ut.Iu)("files",'"/" is not allowed inside a file name.'));if(e.match(OC.config.blacklist_files_regex))throw new Error((0,Ut.Iu)("files",'"{name}" is not an allowed filetype.',{name:t}));if(this.checkIfNodeExists(t))throw new Error((0,Ut.Iu)("files","{newName} already exists.",{newName:t}));return e.split("").forEach((t=>{if(-1!==as.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"))):te.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,je.x2)((0,Ut.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),te.debug("Moving file to",{destination:this.source.encodedSource,oldEncodedSource:e});try{await(0,le.Z)({method:"MOVE",url:e,headers:{Destination:this.source.encodedSource,Overwrite:"F"}}),(0,dt.j8)("files:node:updated",this.source),(0,dt.j8)("files:node:renamed",this.source),(0,je.s$)((0,Ut.Iu)("files",'Renamed "{oldName}" to "{newName}"',{oldName:t,newName:n})),this.stopRenaming(),this.$nextTick((()=>{this.$refs.basename.focus()}))}catch(e){if(te.error("Error while renaming file",{error:e}),this.source.rename(t),this.$refs.renameInput.focus(),404===e?.response?.status)return void(0,je.x2)((0,Ut.Iu)("files",'Could not rename "{oldName}", it does not exist any more',{oldName:t}));if(412===e?.response?.status)return void(0,je.x2)((0,Ut.Iu)("files",'The name "{newName}" is already used in the folder "{dir}". Please choose a different name.',{newName:n,dir:this.currentDir}));(0,je.x2)((0,Ut.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,je.x2)((0,Ut.Iu)("files","Name cannot be empty"))},t:Ut.Iu}}),ls=(0,Mt.Z)(os,(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("a",t._b({ref:"basename",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)}}},"a",t.linkTo,!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 cs=s(60186);const ds={name:"AccountPlusIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},us=(0,Mt.Z)(ds,(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,ms={name:"FileIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},fs=(0,Mt.Z)(ms,(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,ps={name:"FolderOpenIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},gs=(0,Mt.Z)(ps,(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,hs={name:"KeyIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},vs=(0,Mt.Z)(hs,(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,As={name:"NetworkIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},ws=(0,Mt.Z)(As,(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,ys={name:"TagIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},bs=(0,Mt.Z)(ys,(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,Cs={name:"PlayCircleIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},_s=(0,Mt.Z)(Cs,(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,xs={name:"CollectivesIcon",props:{title:{type:String,default:""},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},Ts=(0,Mt.Z)(xs,(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,ks={name:"FavoriteIcon",components:{NcIconSvgWrapper:Gt.Z},data:()=>({StarSvg:''}),async mounted(){await this.$nextTick(),this.$el.querySelector("svg").setAttribute("viewBox","-4 -4 30 30")}};var Ss=s(58649),Ls={};Ls.styleTagTransform=Ee(),Ls.setAttributes=Te(),Ls.insert=_e().bind(null,"head"),Ls.domAPI=be(),Ls.insertStyleElement=Se(),we()(Ss.Z,Ls),Ss.Z&&Ss.Z.locals&&Ss.Z.locals;const Es=(0,Mt.Z)(ks,(function(){return(0,this._self._c)("NcIconSvgWrapper",{staticClass:"favorite-marker-icon",attrs:{svg:this.StarSvg}})}),[],!1,null,"31558b19",null).exports,Fs=r.default.extend({name:"FileEntryPreview",components:{AccountGroupIcon:cs.Z,AccountPlusIcon:us,CollectivesIcon:Ts,FavoriteIcon:Es,FileIcon:fs,FolderIcon:Ye,FolderOpenIcon:gs,KeyIcon:vs,LinkIcon:Rt.Z,NetworkIcon:ws,TagIcon:bs},props:{source:{type:Object,required:!0},dragover:{type:Boolean,default:!1},gridMode:{type:Boolean,default:!1}},setup:()=>({userConfigStore:de()}),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,ae.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"]?_s:null},folderOverlay(){if(this.source.type!==lt.Tv.Folder)return null;if(1===this.source?.attributes?.["is-encrypted"])return vs;if(this.source?.attributes?.["is-tag"])return bs;const t=Object.values(this.source?.attributes?.["share-types"]||{}).flat();if(t.some((t=>t===Dt.D.SHARE_TYPE_LINK||t===Dt.D.SHARE_TYPE_EMAIL)))return Rt.Z;if(t.length>0)return us;switch(this.source?.attributes?.["mount-type"]){case"external":case"external-session":return ws;case"group":return cs.Z;case"collective":return Ts}return null}},methods:{reset(){!0===this.backgroundFailed&&this.$refs.previewImg&&(this.$refs.previewImg.src=""),this.backgroundFailed=void 0},t:Ut.Iu}}),Bs=(0,Mt.Z)(Fs,(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",attrs:{"aria-label":t.t("files","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",Me.hs);const Ns=r.default.extend({name:"FileEntry",components:{CustomElementRender:zn,FileEntryActions:es,FileEntryCheckbox:is,FileEntryName:ls,FileEntryPreview:Bs,NcDateTime:$n.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:On(),draggingStore:Un(),filesStore:ne(),renamingStore:Dn(),selectionStore:ie()}),data:()=>({loading:"",dragover:!1}),computed:{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 In(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,Ut.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?He()(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(){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(),ee?.enabled?.([this.source],this.currentView)&&ee.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();te.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 sn(e);t.dataTransfer?.setDragImage(n,-10,-10)},onDragEnd(){this.draggingStore.reset(),this.dragover=!1,te.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,te.debug("Dropped",{event:t,selection:this.draggingFiles}),t.dataTransfer?.files?.length>0){const e=(0,$t.g)();return t.dataTransfer.files.forEach((t=>{e.upload((0,mt.join)(this.source.path,t.name),t)})),void te.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 jn(t,this.source,e?Fn.COPY:Fn.MOVE)}catch(n){te.error("Error while moving file",{error:n}),e?(0,je.x2)((0,Ut.Iu)("files","Could not copy {file}. {message}",{file:t.basename,message:n.message||""})):(0,je.x2)((0,Ut.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)))&&(te.debug("Dropped selection, resetting select store..."),this.selectionStore.reset())},t:Ut.Iu,formatFileSize:lt.sS}}),Ps=Ns,js=(0,Mt.Z)(Ps,(function(){var t=this,e=t._self._c;return t._self._setupProxy,e("tr",{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},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:{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",Me.hs);const Is=r.default.extend({name:"FileEntryGrid",components:{FileEntryActions:es,FileEntryCheckbox:is,FileEntryName:ls,FileEntryPreview:Bs},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:On(),draggingStore:Un(),filesStore:ne(),renamingStore:Dn(),selectionStore:ie()}),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 In(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(),ee?.enabled?.([this.source],this.currentView)&&ee.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();te.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 sn(e);t.dataTransfer?.setDragImage(n,-10,-10)},onDragEnd(){this.draggingStore.reset(),this.dragover=!1,te.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,te.debug("Dropped",{event:t,selection:this.draggingFiles}),t.dataTransfer?.files?.length>0){const e=(0,$t.g)();return t.dataTransfer.files.forEach((t=>{e.upload((0,mt.join)(this.source.path,t.name),t)})),void te.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 jn(t,this.source,e?Fn.COPY:Fn.MOVE)}catch(n){te.error("Error while moving file",{error:n}),e?(0,je.x2)((0,Ut.Iu)("files","Could not copy {file}. {message}",{file:t.basename,message:n.message||""})):(0,je.x2)((0,Ut.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)))&&(te.debug("Dropped selection, resetting select store..."),this.selectionStore.reset())},t:Ut.Iu}}),Os=Is,Us=(0,Mt.Z)(Os,(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 Ds=s(25108);const $s={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(){Ds.debug("Mounted",this.header.id),this.header.render(this.$refs.mount,this.currentFolder,this.currentView)}},Rs=(0,Mt.Z)($s,(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,zs=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=se();return{filesStore:ne(),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:Ut.Iu}});var Ms=s(68252),Vs={};Vs.styleTagTransform=Ee(),Vs.setAttributes=Te(),Vs.insert=_e().bind(null,"head"),Vs.domAPI=be(),Vs.insertStyleElement=Se(),we()(Ms.Z,Vs),Ms.Z&&Ms.Z.locals&&Ms.Z.locals;const Hs=(0,Mt.Z)(zs,(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,Zs=r.default.extend({data:()=>({filesListWidth:null}),mounted(){const t=document.querySelector("#app-content-vue");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()}}),qs=(0,lt.Vn)(),Gs=r.default.extend({name:"FilesListTableHeaderActions",components:{NcActions:Gn.Z,NcActionButton:qn.Z,NcIconSvgWrapper:Gt.Z,NcLoadingIcon:Wt.Z},mixins:[Zs],props:{currentView:{type:Object,required:!0},selectedNodes:{type:Array,default:()=>[]}},setup:()=>({actionsMenuStore:On(),filesStore:ne(),selectionStore:ie()}),data:()=>({loading:null}),computed:{dir(){return(this.$route?.query?.dir||"/").replace(/^(.+)\/$/,"$1")},enabledActions(){return qs.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,je.x2)(this.t("files",'"{displayName}" failed on some elements ',{displayName:e}))}(0,je.s$)(this.t("files",'"{displayName}" batch action executed successfully',{displayName:e})),this.selectionStore.reset()}catch(n){te.error("Error while executing action",{action:t,e:n}),(0,je.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:Ut.Iu}}),Ws=Gs;var Ys=s(65769),Ks={};Ks.styleTagTransform=Ee(),Ks.setAttributes=Te(),Ks.insert=_e().bind(null,"head"),Ks.domAPI=be(),Ks.insertStyleElement=Se(),we()(Ys.Z,Ks),Ys.Z&&Ys.Z.locals&&Ys.Z.locals;var Js=(0,Mt.Z)(Ws,(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 Qs=Js.exports;var Xs=s(63198),ti=s(7290);const ei=r.default.extend({computed:{...(si=me,ii=["getConfig","setSortingBy","toggleSortingDirection"],Array.isArray(ii)?ii.reduce(((t,e)=>(t[e]=function(){return si(this.$pinia)[e]},t)),{}):Object.keys(ii).reduce(((t,e)=>(t[e]=function(){const t=si(this.$pinia),n=ii[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)}}}),ni=r.default.extend({name:"FilesListTableHeaderButton",components:{MenuDown:Xs.Z,MenuUp:ti.Z,NcButton:Zt.Z},mixins:[ei],props:{name:{type:String,required:!0},mode:{type:String,required:!0}},methods:{sortAriaLabel(t){return this.t("files","Sort list by {column}",{column:t})},t:Ut.Iu}});var si,ii,ri=s(16085),ai={};ai.styleTagTransform=Ee(),ai.setAttributes=Te(),ai.insert=_e().bind(null,"head"),ai.domAPI=be(),ai.insertStyleElement=Se(),we()(ri.Z,ai),ri.Z&&ri.Z.locals&&ri.Z.locals;const oi=(0,Mt.Z)(ni,(function(){var t=this,e=t._self._c;return t._self._setupProxy,e("NcButton",{staticClass:"files-list__column-sort-button",class:{"files-list__column-sort-button--active":t.sortingMode===t.mode},attrs:{"aria-label":t.sortAriaLabel(t.name),alignment:"size"!==t.mode?"start-reverse":void 0,type:"tertiary"},on:{click:function(e){return e.stopPropagation(),e.preventDefault(),t.toggleSortBy(t.mode)}}},[t.sortingMode!==t.mode||t.isAscSorting?e("MenuUp",{attrs:{slot:"icon"},slot:"icon"}):e("MenuDown",{attrs:{slot:"icon"},slot:"icon"}),t._v("\n\t"+t._s(t.name)+"\n")],1)}),[],!1,null,null,null).exports,li=r.default.extend({name:"FilesListTableHeader",components:{FilesListTableHeaderButton:oi,NcCheckboxRadioSwitch:ns.Z,FilesListTableHeaderActions:Qs},mixins:[ei],props:{isMtimeAvailable:{type:Boolean,default:!1},isSizeAvailable:{type:Boolean,default:!1},nodes:{type:Array,required:!0},filesListWidth:{type:Number,default:0}},setup:()=>({filesStore:ne(),selectionStore:ie()}),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()));te.debug("Added all nodes to selection",{selection:t}),this.selectionStore.setLastIndex(null),this.selectionStore.set(t)}else te.debug("Cleared selection"),this.selectionStore.reset()},t:Ut.Iu}});var ci=s(22461),di={};di.styleTagTransform=Ee(),di.setAttributes=Te(),di.insert=_e().bind(null,"head"),di.domAPI=be(),di.insertStyleElement=Se(),we()(ci.Z,di),ci.Z&&ci.Z.locals&&ci.Z.locals;const ui=(0,Mt.Z)(li,(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")},on:{click:function(e){return e.stopPropagation(),e.preventDefault(),t.toggleSortBy("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,"e212aafa",null).exports;var mi=s(20296),fi=s(25108);const pi=r.default.extend({name:"VirtualList",mixins:[Zs],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):fi.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,mi.debounce)((()=>{this.beforeHeight=t?.clientHeight??0,this.headerHeight=n?.clientHeight??0,this.tableHeight=e?.clientHeight??0,te.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;te.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")}))}}}),gi=(0,Mt.Z)(pi,(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,hi=r.default.extend({name:"FilesListVirtual",components:{DragAndDropNotice:ze,FilesListHeader:Rs,FilesListTableFooter:Hs,FilesListTableHeader:ui,Fragment:Pe.Fragment,VirtualList:gi},mixins:[Zs],props:{currentView:{type:lt.G7,required:!0},currentFolder:{type:lt.gt,required:!0},nodes:{type:Array,required:!0}},setup:()=>({userConfigStore:de()}),data:()=>({FileEntry:js,FileEntryGrid:Us,headers:(0,lt.De)(),scrollToIndex:0,dragover:!1,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,Ut.uN)("files","{count} file","{count} files",t,{count:t})},summaryFolder(){const t=this.nodes.length-this.files.length;return(0,Ut.uN)("files","{count} folder","{count} folders",t,{count:t})},summary(){return(0,Ut.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)):[]},canUpload(){return this.currentFolder&&0!=(this.currentFolder.permissions<.y3.CREATE)},caption(){const t=(0,Ut.Iu)("files","List of files and folders.");return(this.currentView.caption||t)+"\n"+(0,Ut.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(){const t=window.document.querySelector("main.app-content");t.addEventListener("dragover",this.onDragOver),t.addEventListener("dragleave",this.onDragLeave),this.scrollToFile(this.fileId),this.openSidebarForFile(this.fileId),this.handleOpenFile()},methods:{openSidebarForFile(t){if(document.documentElement.clientWidth>1024&&this.currentFolder.fileid!==t){const e=this.nodes.find((e=>e.fileid===t));e&&ee?.enabled?.([e],this.currentView)&&(te.debug("Opening sidebar on file "+e.path,{node:e}),ee.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,je.x2)(this.t("files","File not found")),this.scrollToIndex=Math.max(0,n)}},handleOpenFile(){const t=(0,oe.j)("files","openFileInfo",{});if(void 0===t)return;const e=this.nodes.find((e=>e.fileid===t.id));void 0!==e&&(te.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");this.dragover=!!e,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)},onDragLeave(t){const e=t.currentTarget;e?.contains(t.relatedTarget)||(this.dragover=!1)},onScroll(){this.dndNoticeHeight=(this.$refs.thead.$el?.getBoundingClientRect?.()?.top??0)+"px"},t:Ut.Iu}});var vi=s(16367),Ai={};Ai.styleTagTransform=Ee(),Ai.setAttributes=Te(),Ai.insert=_e().bind(null,"head"),Ai.domAPI=be(),Ai.insertStyleElement=Se(),we()(vi.Z,Ai),vi.Z&&vi.Z.locals&&vi.Z.locals;var wi=s(36650),yi={};yi.styleTagTransform=Ee(),yi.setAttributes=Te(),yi.insert=_e().bind(null,"head"),yi.domAPI=be(),yi.insertStyleElement=Se(),we()(wi.Z,yi),wi.Z&&wi.Z.locals&&wi.Z.locals;const bi=(0,Mt.Z)(hi,(function(){var t=this,e=t._self._c;return t._self._setupProxy,e("Fragment",[t.canUpload&&t.filesListWidth>=512?e("DragAndDropNotice",{style:{height:t.dndNoticeHeight},attrs:{"current-folder":t.currentFolder,dragover:t.dragover},on:{"update:dragover":function(e){t.dragover=e}}}):t._e(),t._v(" "),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},on:{scroll:t.onScroll},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)}),[],!1,null,"d3952340",null).exports,Ci=void 0!==(0,ut.getCapabilities)()?.files_sharing,_i=r.default.extend({name:"FilesList",components:{BreadCrumbs:Ne,FilesListVirtual:bi,LinkIcon:Rt.Z,ListViewIcon:Vt,NcAppContent:Ht.Z,NcButton:Zt.Z,NcEmptyContent:qt.Z,NcIconSvgWrapper:Gt.Z,NcLoadingIcon:Wt.Z,ShareVariantIcon:Kt,UploadPicker:$t.U,ViewGridIcon:Qt},mixins:[Zs,ei],setup(){const t=ne(),e=se(),n=ie(),s=function(){return re=(0,$t.g)(),ot("uploader",{state:()=>({queue:re.queue})})(...arguments)}();return{filesStore:t,pathsStore:e,selectionStore:n,uploaderStore:s,userConfigStore:de(),viewConfigStore:me()}},data:()=>({loading:!0,promise:null,Type:Dt.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 Ot([...this.dirContents],...this.sortingParameters)},dirContents(){return(this.currentFolder?._children||[]).map(this.getNode).filter((t=>t)).filter((t=>!0!==t?.attributes?.hidden))},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===Dt.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===Dt.D.SHARE_TYPE_LINK))?Dt.D.SHARE_TYPE_LINK:Dt.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)},canShare(){return Ci&&this.currentFolder&&0!=(this.currentFolder.permissions<.y3.SHARE)}},watch:{currentView(t,e){t?.id!==e?.id&&(te.debug("View changed",{newView:t,oldView:e}),this.selectionStore.reset(),this.fetchContent())},dir(t,e){te.debug("Directory changed",{newDir:t,oldDir:e}),this.selectionStore.reset(),this.fetchContent(),this.$refs?.filesListVirtual?.$el&&(this.$refs.filesListVirtual.$el.scrollTop=0)},dirContents(t){te.debug("Directory contents changed",{view:this.currentView,folder:this.currentFolder,contents:t}),(0,dt.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(),te.debug("Cancelled previous ongoing fetch")),this.promise=e.getContents(t);try{const{folder:n,contents:s}=await this.promise;te.debug("Fetched contents",{dir:t,folder:n,contents:s}),this.filesStore.updateNodes(s),r.default.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})):te.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){te.error("Error while fetching content",{error:t})}finally{this.loading=!1}}else te.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()},openSharingSidebar(){window?.OCA?.Files?.Sidebar?.setActiveTab&&window.OCA.Files.Sidebar.setActiveTab("sharing"),ee.exec(this.currentFolder,this.currentView,this.currentFolder.path)},toggleGridView(){this.userConfigStore.update("grid_view",!this.userConfig.grid_view)},t:Ut.Iu,n:Ut.uN}});var xi=s(15848),Ti={};Ti.styleTagTransform=Ee(),Ti.setAttributes=Te(),Ti.insert=_e().bind(null,"head"),Ti.domAPI=be(),Ti.insertStyleElement=Se(),we()(xi.Z,Ti),xi.Z&&xi.Z.locals&&xi.Z.locals;const ki=(0,Mt.Z)(_i,(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.currentFolder&&t.canUpload?e("UploadPicker",{attrs:{content:t.dirContents,destination:t.currentFolder,multiple:!0},on:{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.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,"ccebaaf2",null).exports;var Si=s(69608),Li=s(44792);const Ei=(0,Mt.Z)(Li.Z,Si.s,Si.x,!1,null,null,null).exports;var Fi=s(58644),Bi=s(41671);function Ni(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,d=void 0===c?void 0:c,u=!1,m=0;function f(){s&&clearTimeout(s)}function p(){for(var n=arguments.length,i=new Array(n),r=0;rt?l?(m=Date.now(),a||(s=setTimeout(d?g:p,t))):p():!0!==a&&(s=setTimeout(d?g:p,void 0===d?t-c:t)))}return p.cancel=function(t){var e=(t||{}).upcomingOnly,n=void 0!==e&&e;f(),u=!n},p}const Pi={name:"ChartPieIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},ji=(0,Mt.Z)(Pi,(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 Ii=s(34854);const Oi={name:"NavigationQuota",components:{ChartPie:ji,NcAppNavigationItem:Bi.Z,NcProgressBar:Ii.Z},data:()=>({loadingStorageStats:!1,storageStats:(0,oe.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,dt.Ld)("files:node:created",this.throttleUpdateStorageStats),(0,dt.Ld)("files:node:deleted",this.throttleUpdateStorageStats),(0,dt.Ld)("files:node:moved",this.throttleUpdateStorageStats),(0,dt.Ld)("files:node:updated",this.throttleUpdateStorageStats)},methods:{debounceUpdateStorageStats:(Ui={}.atBegin,Ni(200,(function(t){this.updateStorageStats(t)}),{debounceMode:!1!==(void 0!==Ui&&Ui)})),throttleUpdateStorageStats:Ni(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 le.Z.get((0,ae.generateUrl)("/apps/files/api/v1/stats"));if(!t?.data?.data)throw new Error("Invalid storage stats");this.storageStats=t.data.data}catch(n){te.error("Could not refresh storage stats",{error:n}),e&&(0,je.x2)(t("files","Could not refresh storage stats"))}finally{this.loadingStorageStats=!1}}},t:Ut.Iu}};var Ui,Di=s(77895),$i={};$i.styleTagTransform=Ee(),$i.setAttributes=Te(),$i.insert=_e().bind(null,"head"),$i.domAPI=be(),$i.insertStyleElement=Se(),we()(Di.Z,$i),Di.Z&&Di.Z.locals&&Di.Z.locals;const Ri=(0,Mt.Z)(Oi,(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,"2bae6012",null).exports;var zi=s(12841),Mi=s(56956);const Vi={name:"ClipboardIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},Hi=(0,Mt.Z)(Vi,(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 Zi=s(90941);const qi={name:"Setting",props:{el:{type:Function,required:!0}},mounted(){this.$el.appendChild(this.el())}},Gi=(0,Mt.Z)(qi,(function(){return(0,this._self._c)("div")}),[],!1,null,null,null).exports,Wi={name:"Settings",components:{Clipboard:Hi,NcAppSettingsDialog:zi.Z,NcAppSettingsSection:Mi.Z,NcCheckboxRadioSwitch:ns.Z,NcInputField:Zi.Z,Setting:Gi},props:{open:{type:Boolean,default:!1}},setup:()=>({userConfigStore:de()}),data:()=>({settings:window.OCA?.Files?.Settings?.settings||[],webdavUrl:(0,ae.generateRemoteUrl)("dav/files/"+encodeURIComponent((0,ct.ts)()?.uid)),webdavDocs:"https://docs.nextcloud.com/server/stable/go.php?to=user-webdav",appPasswordUrl:(0,ae.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,je.s$)(t("files","WebDAV URL copied to clipboard")),setTimeout((()=>{this.webdavUrlCopied=!1}),5e3)):(0,je.x2)(t("files","Clipboard is not available"))},t:Ut.Iu}};var Yi=s(78320),Ki={};Ki.styleTagTransform=Ee(),Ki.setAttributes=Te(),Ki.insert=_e().bind(null,"head"),Ki.domAPI=be(),Ki.insertStyleElement=Se(),we()(Yi.Z,Ki),Yi.Z&&Yi.Z.locals&&Yi.Z.locals;const Ji=(0,Mt.Z)(Wi,(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","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,"011c3819",null).exports,Qi={name:"Navigation",components:{Cog:Ei,NavigationQuota:Ri,NcAppNavigation:Fi.Z,NcAppNavigationItem:Bi.Z,NcIconSvgWrapper:Gt.Z,SettingsModal:Ji},props:{Navigation:{type:Object,required:!0}},setup:()=>({viewConfigStore:me()}),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),te.debug("Navigation changed",{id:t.id,view:t}),this.showView(t))}},beforeMount(){this.currentView&&(te.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,dt.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:Ut.Iu}};var Xi=s(59492),tr={};tr.styleTagTransform=Ee(),tr.setAttributes=Te(),tr.insert=_e().bind(null,"head"),tr.domAPI=be(),tr.insertStyleElement=Se(),we()(Xi.Z,tr),Xi.Z&&Xi.Z.locals&&Xi.Z.locals;const er=(0,Mt.Z)(Qi,(function(){var t=this,e=t._self._c;return e("NcAppNavigation",{attrs:{"data-cy-files-navigation":""},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,icon:n.iconClass,open:t.isExpanded(n),pinned:n.sticky,name:n.name,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,"5b025a97",null).exports,nr="%[a-f0-9]{2}",sr=new RegExp("("+nr+")|([^%]+?)","gi"),ir=new RegExp("("+nr+")+","gi");function rr(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([],rr(n),rr(s))}function ar(t){try{return decodeURIComponent(t)}catch{let e=t.match(sr)||[];for(let n=1;nnull==t,dr=t=>encodeURIComponent(t).replace(/[!'()*]/g,(t=>`%${t.charCodeAt(0).toString(16).toUpperCase()}`)),ur=Symbol("encodeFragmentIdentifier");function mr(t){if("string"!=typeof t||1!==t.length)throw new TypeError("arrayFormatSeparator must be single character string")}function fr(t,e){return e.encode?e.strict?dr(t):encodeURIComponent(t):t}function pr(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=ir.exec(t);for(;n;){try{e[n[0]]=decodeURIComponent(n[0])}catch{const t=ar(n[0]);t!==n[0]&&(e[n[0]]=t)}n=ir.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 gr(t){return Array.isArray(t)?t.sort():"object"==typeof t?gr(Object.keys(t)).sort(((t,e)=>Number(t)-Number(e))).map((e=>t[e])):t}function hr(t){const e=t.indexOf("#");return-1!==e&&(t=t.slice(0,e)),t}function vr(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 Ar(t){const e=(t=hr(t)).indexOf("?");return-1===e?"":t.slice(e+1)}function wr(t,e){mr((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&&pr(n,t).includes(t.arrayFormatSeparator);n=r?pr(n,t):n;const a=i||r?n.split(t.arrayFormatSeparator).map((e=>pr(e,t))):null===n?n:pr(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?pr(n,t):n);const r=null===n?[]:n.split(t.arrayFormatSeparator).map((e=>pr(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]=or(t,"=");void 0===r&&(r=t),a=void 0===a?null:["comma","separator","bracket-separator"].includes(e.arrayFormat)?a:pr(a,e),n(pr(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]=vr(s,e);else s[t]=vr(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]=gr(n):t[e]=n,t}),Object.create(null))}function yr(t,e){if(!t)return"";mr((e={encode:!0,strict:!0,arrayFormat:"none",arrayFormatSeparator:",",...e}).arrayFormatSeparator);const n=n=>e.skipNull&&cr(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,[fr(e,t),"[",i,"]"].join("")]:[...n,[fr(e,t),"[",fr(i,t),"]=",fr(s,t)].join("")]};case"bracket":return e=>(n,s)=>void 0===s||t.skipNull&&null===s||t.skipEmptyString&&""===s?n:null===s?[...n,[fr(e,t),"[]"].join("")]:[...n,[fr(e,t),"[]=",fr(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,[fr(e,t),":list="].join("")]:[...n,[fr(e,t),":list=",fr(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?[[fr(n,t),e,fr(i,t)].join("")]:[[s,fr(i,t)].join(t.arrayFormatSeparator)])}default:return e=>(n,s)=>void 0===s||t.skipNull&&null===s||t.skipEmptyString&&""===s?n:null===s?[...n,fr(e,t)]:[...n,[fr(e,t),"=",fr(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?fr(n,e):Array.isArray(i)?0===i.length&&"bracket-separator"===e.arrayFormat?fr(n,e)+"[]":i.reduce(s(n),[]).join("&"):fr(n,e)+"="+fr(i,e)})).filter((t=>t.length>0)).join("&")}function br(t,e){e={decode:!0,...e};let[n,s]=or(t,"#");return void 0===n&&(n=t),{url:n?.split("?")?.[0]??"",query:wr(Ar(t),e),...e&&e.parseFragmentIdentifier&&s?{fragmentIdentifier:pr(s,e)}:{}}}function Cr(t,e){e={encode:!0,strict:!0,[ur]:!0,...e};const n=hr(t.url).split("?")[0]||"";let s=yr({...wr(Ar(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[ur]?s.hash:`#${t.fragmentIdentifier}`}return`${n}${s}${i}`}function _r(t,e,n){n={parseFragmentIdentifier:!0,[ur]:!1,...n};const{url:s,query:i,fragmentIdentifier:r}=br(t,n);return Cr({url:s,query:lr(i,e),fragmentIdentifier:r},n)}function xr(t,e,n){return _r(t,Array.isArray(e)?t=>!e.includes(t):(t,n)=>!e(t,n),n)}const Tr=i;var kr=s(25108);function Sr(t,e){for(var n in e)t[n]=e[n];return t}var Lr=/[!'()*]/g,Er=function(t){return"%"+t.charCodeAt(0).toString(16)},Fr=/%2C/g,Br=function(t){return encodeURIComponent(t).replace(Lr,Er).replace(Fr,",")};function Nr(t){try{return decodeURIComponent(t)}catch(t){}return t}var Pr=function(t){return null==t||"object"==typeof t?t:String(t)};function jr(t){var e={};return(t=t.trim().replace(/^(\?|#|&)/,""))?(t.split("&").forEach((function(t){var n=t.replace(/\+/g," ").split("="),s=Nr(n.shift()),i=n.length>0?Nr(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 Ir(t){var e=t?Object.keys(t).map((function(e){var n=t[e];if(void 0===n)return"";if(null===n)return Br(e);if(Array.isArray(n)){var s=[];return n.forEach((function(t){void 0!==t&&(null===t?s.push(Br(e)):s.push(Br(e)+"="+Br(t)))})),s.join("&")}return Br(e)+"="+Br(n)})).filter((function(t){return t.length>0})).join("&"):null;return e?"?"+e:""}var Or=/\/?$/;function Ur(t,e,n,s){var i=s&&s.options.stringifyQuery,r=e.query||{};try{r=Dr(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:zr(e,i),matched:t?Rr(t):[]};return n&&(a.redirectedFrom=zr(n,i)),Object.freeze(a)}function Dr(t){if(Array.isArray(t))return t.map(Dr);if(t&&"object"==typeof t){var e={};for(var n in t)e[n]=Dr(t[n]);return e}return t}var $r=Ur(null,{path:"/"});function Rr(t){for(var e=[];t;)e.unshift(t),t=t.parent;return e}function zr(t,e){var n=t.path,s=t.query;void 0===s&&(s={});var i=t.hash;return void 0===i&&(i=""),(n||"/")+(e||Ir)(s)+i}function Mr(t,e,n){return e===$r?t===e:!!e&&(t.path&&e.path?t.path.replace(Or,"")===e.path.replace(Or,"")&&(n||t.hash===e.hash&&Vr(t.query,e.query)):!(!t.name||!e.name)&&t.name===e.name&&(n||t.hash===e.hash&&Vr(t.query,e.query)&&Vr(t.params,e.params)))}function Vr(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?Vr(r,a):String(r)===String(a)}))}function Hr(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||"/",d=l.path?Gr(l.path,c,n||i.append):c,u=function(t,e,n){void 0===e&&(e={});var s,i=n||jr;try{s=i(t||"")}catch(t){s={}}for(var r in e){var a=e[r];s[r]=Array.isArray(a)?a.map(Pr):Pr(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:d,query:u,hash:m}}var ma,fa=function(){},pa={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,d=n.options.linkExactActiveClass,u=null==c?"router-link-active":c,m=null==d?"router-link-exact-active":d,f=null==this.activeClass?u:this.activeClass,p=null==this.exactActiveClass?m:this.exactActiveClass,g=a.redirectedFrom?Ur(null,ua(a.redirectedFrom),null,n):a;l[p]=Mr(s,g,this.exactPath),l[f]=this.exact||this.exactPath?l[p]:function(t,e){return 0===t.path.replace(Or,"/").indexOf(e.path.replace(Or,"/"))&&(!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[p]?this.ariaCurrentValue:null,v=function(t){ga(t)&&(e.replace?n.replace(r,fa):n.push(r,fa))},A={click:ga};Array.isArray(this.event)?this.event.forEach((function(t){A[t]=v})):A[this.event]=v;var w={class:l},y=!this.$scopedSlots.$hasNormal&&this.$scopedSlots.default&&this.$scopedSlots.default({href:o,route:a,navigate:v,isActive:l[f],isExactActive:l[p]});if(y){if(1===y.length)return y[0];if(y.length>1||!y.length)return 0===y.length?t():t("span",{},y)}if("a"===this.tag)w.on=A,w.attrs={href:o,"aria-current":h};else{var b=ha(this.$slots.default);if(b){b.isStatic=!1;var C=b.data=Sr({},b.data);for(var _ in C.on=C.on||{},C.on){var x=C.on[_];_ in A&&(C.on[_]=Array.isArray(x)?x:[x])}for(var T in A)T in C.on?C.on[T].push(A[T]):C.on[T]=v;var k=b.data.attrs=Sr({},b.data.attrs);k.href=o,k["aria-current"]=h}else w.on=A}return t(this.tag,w,this.$slots.default)}};function ga(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 ha(t){if(t)for(var e,n=0;n-1&&(l.params[m]=n.params[m]);return l.path=da(d.path,l.params),o(d,l,a)}if(l.path){l.params={};for(var f=0;f-1}function Ga(t,e){return qa(t)&&t._isRouter&&(null==e||t.type===e)}function Wa(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 Ya(t,e){return Ka(t.map((function(t){return Object.keys(t.components).map((function(n){return e(t.components[n],t.instances[n],t,n)}))})))}function Ka(t){return Array.prototype.concat.apply([],t)}var Ja="function"==typeof Symbol&&"symbol"==typeof Symbol.toStringTag;function Qa(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 Xa=function(t,e){this.router=t,this.base=function(t){if(!t)if(va){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=$r,this.pending=null,this.ready=!1,this.readyCbs=[],this.readyErrorCbs=[],this.errorCbs=[],this.listeners=[]};function to(t,e,n,s){var i=Ya(t,(function(t,s,i,r){var a=function(t,e){return"function"!=typeof t&&(t=ma.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 Ka(s?i.reverse():i)}function eo(t,e){if(e)return function(){return t.apply(e,arguments)}}Xa.prototype.listen=function(t){this.cb=t},Xa.prototype.onReady=function(t,e){this.ready?t():(this.readyCbs.push(t),e&&this.readyErrorCbs.push(e))},Xa.prototype.onError=function(t){this.errorCbs.push(t)},Xa.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&&(Ga(t,Ma.redirected)&&r===$r||(i.ready=!0,i.readyErrorCbs.forEach((function(e){e(t)}))))}))},Xa.prototype.confirmTransition=function(t,e,n){var s=this,i=this.current;this.pending=t;var r,a,o=function(t){!Ga(t)&&qa(t)&&(s.errorCbs.length?s.errorCbs.forEach((function(e){e(t)})):kr.error(t)),n&&n(t)},l=t.matched.length-1,c=i.matched.length-1;if(Mr(t,i)&&l===c&&t.matched[l]===i.matched[c])return this.ensureURL(),t.hash&&Fa(this.router,i,t,!1),o(((a=Ha(r=i,t,Ma.duplicated,'Avoided redundant navigation to current location: "'+r.fullPath+'".')).name="NavigationDuplicated",a));var d,u=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=$a&&n;s&&this.listeners.push(Ea());var i=function(){var n=t.current,i=so(t.base);t.current===$r&&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){Ra(Wr(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){za(Wr(s.base+t.fullPath)),Fa(s.router,t,i,!1),e&&e(t)}),n)},e.prototype.ensureURL=function(t){if(so(this.base)!==this.current.fullPath){var e=Wr(this.base+this.current.fullPath);t?Ra(e):za(e)}},e.prototype.getCurrentLocation=function(){return so(this.base)},e}(Xa);function so(t){var e=window.location.pathname,n=e.toLowerCase(),s=t.toLowerCase();return!t||n!==s&&0!==n.indexOf(Wr(s+"/"))||(e=e.slice(t.length)),(e||"/")+window.location.search+window.location.hash}var io=function(t){function e(e,n,s){t.call(this,e,n),s&&function(t){var e=so(t);if(!/^\/#/.test(e))return window.location.replace(Wr(t+"/#"+e)),!0}(this.base)||ro()}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=$a&&e;n&&this.listeners.push(Ea());var s=function(){var e=t.current;ro()&&t.transitionTo(ao(),(function(s){n&&Fa(t.router,s,e,!0),$a||co(s.fullPath)}))},i=$a?"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){lo(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){co(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;ao()!==e&&(t?lo(e):co(e))},e.prototype.getCurrentLocation=function(){return ao()},e}(Xa);function ro(){var t=ao();return"/"===t.charAt(0)||(co("/"+t),!1)}function ao(){var t=window.location.href,e=t.indexOf("#");return e<0?"":t=t.slice(e+1)}function oo(t){var e=window.location.href,n=e.indexOf("#");return(n>=0?e.slice(0,n):e)+"#"+t}function lo(t){$a?Ra(oo(t)):window.location.hash=t}function co(t){$a?za(oo(t)):window.location.replace(oo(t))}var uo=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){Ga(t,Ma.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}(Xa),mo=function(t){void 0===t&&(t={}),this.app=null,this.apps=[],this.options=t,this.beforeHooks=[],this.resolveHooks=[],this.afterHooks=[],this.matcher=ba(t.routes||[],this);var e=t.mode||"hash";switch(this.fallback="history"===e&&!$a&&!1!==t.fallback,this.fallback&&(e="hash"),va||(e="abstract"),this.mode=e,e){case"history":this.history=new no(this,t.base);break;case"hash":this.history=new io(this,t.base,this.fallback);break;case"abstract":this.history=new uo(this,t.base)}},fo={currentRoute:{configurable:!0}};mo.prototype.match=function(t,e,n){return this.matcher.match(t,e,n)},fo.currentRoute.get=function(){return this.history&&this.history.current},mo.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 no||n instanceof io){var s=function(t){n.setupListeners(),function(t){var s=n.current,i=e.options.scrollBehavior;$a&&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}))}))}},mo.prototype.beforeEach=function(t){return go(this.beforeHooks,t)},mo.prototype.beforeResolve=function(t){return go(this.resolveHooks,t)},mo.prototype.afterEach=function(t){return go(this.afterHooks,t)},mo.prototype.onReady=function(t,e){this.history.onReady(t,e)},mo.prototype.onError=function(t){this.history.onError(t)},mo.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)},mo.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)},mo.prototype.go=function(t){this.history.go(t)},mo.prototype.back=function(){this.go(-1)},mo.prototype.forward=function(){this.go(1)},mo.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]}))}))):[]},mo.prototype.resolve=function(t,e,n){var s=ua(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?Wr(t+"/"+s):s}(this.history.base,r,this.mode);return{location:s,route:i,href:a,normalizedTo:s,resolved:i}},mo.prototype.getRoutes=function(){return this.matcher.getRoutes()},mo.prototype.addRoute=function(t,e){this.matcher.addRoute(t,e),this.history.current!==$r&&this.history.transitionTo(this.history.getCurrentLocation())},mo.prototype.addRoutes=function(t){this.matcher.addRoutes(t),this.history.current!==$r&&this.history.transitionTo(this.history.getCurrentLocation())},Object.defineProperties(mo.prototype,fo);var po=mo;function go(t,e){return t.push(e),function(){var n=t.indexOf(e);n>-1&&t.splice(n,1)}}mo.install=function t(e){if(!t.installed||ma!==e){t.installed=!0,ma=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",Zr),e.component("RouterLink",pa);var i=e.config.optionMergeStrategies;i.beforeRouteEnter=i.beforeRouteLeave=i.beforeRouteUpdate=i.created}},mo.version="3.6.5",mo.isNavigationFailure=Ga,mo.NavigationFailureType=Ma,mo.START_LOCATION=$r,va&&window.Vue&&window.Vue.use(mo),r.default.use(po);const ho=po.prototype.push;po.prototype.push=function(t,e,n){return e||n?ho.call(this,t,e,n):ho.call(this,t).catch((t=>t))};const vo=new po({mode:"history",base:(0,ae.generateUrl)("/apps/files"),linkActiveClass:"active",routes:[{path:"/",redirect:{name:"filelist"}},{path:"/:view/:fileid?",name:"filelist",props:!0}],stringifyQuery(t){const e=Tr.stringify(t).replace(/%2F/gim,"/");return e?"?"+e:""}});function Ao(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 wo=s(25108);s.nc=btoa((0,ct.IH)()),window.OCA.Files=window.OCA.Files??{},window.OCP.Files=window.OCP.Files??{};const yo=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})}}(vo);Object.assign(window.OCP.Files,{Router:yo}),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[v]=e,this.$pinia||(this.$pinia=e),e._a=this,y&&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 bo=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(v,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}(),Co=(0,lt.Ti)();r.default.prototype.$navigation=Co;const _o=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=[],wo.debug("OCA.Files.Settings initialized")}register(t){return this._settings.filter((e=>e.name===t.name)).length>0?(wo.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:_o}),Object.assign(window.OCA.Files.Settings,{Setting:class{constructor(t,e){let{el:n,open:s,close:i}=e;Ao(this,"_close",void 0),Ao(this,"_el",void 0),Ao(this,"_name",void 0),Ao(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(er))({name:"FilesNavigationRoot",propsData:{Navigation:Co},router:vo,pinia:bo}).$mount("#app-navigation-files"),new(r.default.extend(ki))({name:"FilesListRoot",router:vo,pinia:bo}).$mount("#app-content-vue")},51473:(t,e,n)=>{"use strict";n.d(e,{Z:()=>p});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),d=new URL(n(90888),n.b),u=a()(i()),m=l()(c),f=l()(d);u.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(${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-24eb3c55] {\n height: var(--row-height, 50px);\n}\ntr.file-picker__row td[data-v-24eb3c55] {\n cursor: pointer;\n overflow: hidden;\n text-overflow: ellipsis;\n border-bottom: none;\n}\ntr.file-picker__row td[data-v-24eb3c55]:not(.row-checkbox) {\n padding-inline: 14px 0;\n}\ntr.file-picker__row td.row-size[data-v-24eb3c55] {\n text-align: end;\n padding-inline: 0 14px;\n}\ntr.file-picker__row td.row-name[data-v-24eb3c55] {\n padding-inline: 2px 0;\n}\n.file-picker__row--selected[data-v-24eb3c55] {\n background-color: var(--color-background-dark);\n}\n.file-picker__row[data-v-24eb3c55]:hover {\n background-color: var(--color-background-hover);\n}\n.file-picker__name-container[data-v-24eb3c55] {\n display: flex;\n justify-content: start;\n align-items: center;\n height: 100%;\n}\n.file-picker__file-name[data-v-24eb3c55] {\n padding-inline-start: 6px;\n min-width: 0;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.file-picker__file-extension[data-v-24eb3c55] {\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-b63d952f] {\n height: 50px;\n display: flex;\n justify-content: start;\n align-items: center;\n}\n.file-picker__view h3[data-v-b63d952f] {\n font-weight: 700;\n height: fit-content;\n margin: 0;\n}\n.file-picker__main[data-v-b63d952f] {\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-b63d952f] {\n box-sizing: border-box;\n}\n[data-v-b63d952f] .file-picker {\n height: min(80vh, 800px);\n}\n@media (max-width: 512px) {\n [data-v-b63d952f] .file-picker {\n height: calc(100% - 16px - var(--default-clickable-area));\n }\n}\n[data-v-b63d952f] .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-24eb3c55] {\n height: var(--row-height, 50px);\n}\ntr.file-picker__row td[data-v-24eb3c55] {\n cursor: pointer;\n overflow: hidden;\n text-overflow: ellipsis;\n border-bottom: none;\n}\ntr.file-picker__row td[data-v-24eb3c55]:not(.row-checkbox) {\n padding-inline: 14px 0;\n}\ntr.file-picker__row td.row-size[data-v-24eb3c55] {\n text-align: end;\n padding-inline: 0 14px;\n}\ntr.file-picker__row td.row-name[data-v-24eb3c55] {\n padding-inline: 2px 0;\n}\n.file-picker__row--selected[data-v-24eb3c55] {\n background-color: var(--color-background-dark);\n}\n.file-picker__row[data-v-24eb3c55]:hover {\n background-color: var(--color-background-hover);\n}\n.file-picker__name-container[data-v-24eb3c55] {\n display: flex;\n justify-content: start;\n align-items: center;\n height: 100%;\n}\n.file-picker__file-name[data-v-24eb3c55] {\n padding-inline-start: 6px;\n min-width: 0;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.file-picker__file-extension[data-v-24eb3c55] {\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-b63d952f] {\n height: 50px;\n display: flex;\n justify-content: start;\n align-items: center;\n}\n.file-picker__view h3[data-v-b63d952f] {\n font-weight: 700;\n height: fit-content;\n margin: 0;\n}\n.file-picker__main[data-v-b63d952f] {\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-b63d952f] {\n box-sizing: border-box;\n}\n[data-v-b63d952f] .file-picker {\n height: min(80vh, 800px);\n}\n@media (max-width: 512px) {\n [data-v-b63d952f] .file-picker {\n height: calc(100% - 16px - var(--default-clickable-area));\n }\n}\n[data-v-b63d952f] .file-picker__content {\n display: flex;\n flex-direction: column;\n overflow: hidden;\n}\n'],sourceRoot:""}]);const p=u},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},26057:(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-c33b6662]{flex:1 1 100% !important;width:100%}.breadcrumb[data-v-c33b6662] 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},10035:(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-2894a476]{position:absolute;z-index:9999;top:0;right:0;left:0;display:none;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)}.files-list__drag-drop-notice--dragover[data-v-2894a476]{display:flex;border-color:#000}.files-list__drag-drop-notice h3[data-v-2894a476]{margin-left:16px;color:inherit}.files-list__drag-drop-notice-wrapper[data-v-2894a476]{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)}.files-list__drag-drop-notice__close[data-v-2894a476]{position:absolute !important;top:10px;right:10px}","",{version:3,sources:["webpack://./apps/files/src/components/DragAndDropNotice.vue"],names:[],mappings:"AACA,+CACC,iBAAA,CACA,YAAA,CACA,KAAA,CACA,OAAA,CACA,MAAA,CACA,YAAA,CACA,kBAAA,CACA,sBAAA,CACA,UAAA,CAEA,gBAAA,CACA,QAAA,CACA,gBAAA,CACA,mCAAA,CACA,6CAAA,CAEA,yDACC,YAAA,CACA,iBAAA,CAGD,kDACC,gBAAA,CACA,aAAA,CAGD,uDACC,YAAA,CACA,kBAAA,CACA,sBAAA,CACA,WAAA,CACA,cAAA,CACA,aAAA,CACA,0CAAA,CACA,wCAAA,CAGD,sDACC,4BAAA,CACA,QAAA,CACA,UAAA",sourcesContent:["\n.files-list__drag-drop-notice {\n\tposition: absolute;\n\tz-index: 9999;\n\ttop: 0;\n\tright: 0;\n\tleft: 0;\n\tdisplay: none;\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\n\t&--dragover {\n\t\tdisplay: flex;\n\t\tborder-color: black;\n\t}\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\t&__close {\n\t\tposition: absolute !important;\n\t\ttop: 10px;\n\t\tright: 10px;\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},58649:(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-31558b19]{color:#a08b00;min-width:unset !important;min-height:unset !important}.favorite-marker-icon[data-v-31558b19] svg{width:26px !important;height:26px !important;max-width:unset !important;max-height:unset !important}.favorite-marker-icon[data-v-31558b19] 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},22461:(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-e212aafa]{user-select:none;color:var(--color-text-maxcontrast) !important}.files-list__column--sortable[data-v-e212aafa]{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},16085:(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{margin:0 calc(var(--cell-margin)*-1)}.files-list__column-sort-button .button-vue__icon{transition-timing-function:linear;transition-duration:.1s;transition-property:opacity;opacity:0}.files-list__column-sort-button .button-vue__text{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.files-list__column-sort-button--active .button-vue__icon,.files-list__column-sort-button:hover .button-vue__icon,.files-list__column-sort-button:focus .button-vue__icon,.files-list__column-sort-button:active .button-vue__icon{opacity:1 !important}","",{version:3,sources:["webpack://./apps/files/src/components/FilesListTableHeaderButton.vue"],names:[],mappings:"AACA,gCAEC,oCAAA,CAEA,kDACC,iCAAA,CACA,uBAAA,CACA,2BAAA,CACA,SAAA,CAID,kDACC,eAAA,CACA,kBAAA,CACA,sBAAA,CAOA,mOACC,oBAAA",sourcesContent:["\n.files-list__column-sort-button {\n\t// Compensate for cells margin\n\tmargin: 0 calc(var(--cell-margin) * -1);\n\n\t.button-vue__icon {\n\t\ttransition-timing-function: linear;\n\t\ttransition-duration: .1s;\n\t\ttransition-property: opacity;\n\t\topacity: 0;\n\t}\n\n\t// Remove when https://github.com/nextcloud/nextcloud-vue/pull/3936 is merged\n\t.button-vue__text {\n\t\toverflow: hidden;\n\t\twhite-space: nowrap;\n\t\ttext-overflow: ellipsis;\n\t}\n\n\t&--active,\n\t&:hover,\n\t&:focus,\n\t&:active {\n\t\t.button-vue__icon {\n\t\t\topacity: 1 !important;\n\t\t}\n\t}\n}\n"],sourceRoot:""}]);const o=a},16367:(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-d3952340]{--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-d3952340] tbody{will-change:padding;contain:layout paint style;display:flex;flex-direction:column;width:100%;position:relative}.files-list[data-v-d3952340] tbody tr{contain:strict}.files-list[data-v-d3952340] tbody tr:hover,.files-list[data-v-d3952340] tbody tr:focus{background-color:var(--color-background-dark)}.files-list[data-v-d3952340] .files-list__before{display:flex;flex-direction:column}.files-list[data-v-d3952340] .files-list__table{display:block}.files-list[data-v-d3952340] .files-list__thead,.files-list[data-v-d3952340] .files-list__tfoot{display:flex;flex-direction:column;width:100%;background-color:var(--color-main-background)}.files-list[data-v-d3952340] .files-list__thead{position:sticky;z-index:10;top:0}.files-list[data-v-d3952340] .files-list__tfoot{min-height:300px}.files-list[data-v-d3952340] 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-d3952340] td,.files-list[data-v-d3952340] 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-d3952340] td span,.files-list[data-v-d3952340] th span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.files-list[data-v-d3952340] .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-d3952340] .files-list__row-checkbox{justify-content:center}.files-list[data-v-d3952340] .files-list__row-checkbox .checkbox-radio-switch{display:flex;justify-content:center;--icon-size: var(--checkbox-size)}.files-list[data-v-d3952340] .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-d3952340] .files-list__row-checkbox .checkbox-radio-switch .checkbox-radio-switch__icon{margin:0 !important}.files-list[data-v-d3952340] .files-list__row:hover,.files-list[data-v-d3952340] .files-list__row:focus,.files-list[data-v-d3952340] .files-list__row:active,.files-list[data-v-d3952340] .files-list__row--active,.files-list[data-v-d3952340] .files-list__row--dragover{background-color:var(--color-background-hover);--color-text-maxcontrast: var(--color-main-text)}.files-list[data-v-d3952340] .files-list__row:hover>*,.files-list[data-v-d3952340] .files-list__row:focus>*,.files-list[data-v-d3952340] .files-list__row:active>*,.files-list[data-v-d3952340] .files-list__row--active>*,.files-list[data-v-d3952340] .files-list__row--dragover>*{--color-border: var(--color-border-dark)}.files-list[data-v-d3952340] .files-list__row:hover .favorite-marker-icon svg path,.files-list[data-v-d3952340] .files-list__row:focus .favorite-marker-icon svg path,.files-list[data-v-d3952340] .files-list__row:active .favorite-marker-icon svg path,.files-list[data-v-d3952340] .files-list__row--active .favorite-marker-icon svg path,.files-list[data-v-d3952340] .files-list__row--dragover .favorite-marker-icon svg path{stroke:var(--color-background-hover)}.files-list[data-v-d3952340] .files-list__row--dragover *{pointer-events:none}.files-list[data-v-d3952340] .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-d3952340] .files-list__row-icon *{cursor:pointer}.files-list[data-v-d3952340] .files-list__row-icon>span{justify-content:flex-start}.files-list[data-v-d3952340] .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-d3952340] .files-list__row-icon>span.folder-icon,.files-list[data-v-d3952340] .files-list__row-icon>span.folder-open-icon{margin:-3px}.files-list[data-v-d3952340] .files-list__row-icon>span.folder-icon svg,.files-list[data-v-d3952340] .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-d3952340] .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-d3952340] .files-list__row-icon-preview:not(.files-list__row-icon-preview--loaded){background:var(--color-loading-dark)}.files-list[data-v-d3952340] .files-list__row-icon-favorite{position:absolute;top:0px;right:-10px}.files-list[data-v-d3952340] .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-d3952340] .files-list__row-icon-overlay--file{color:var(--color-main-text);background:var(--color-main-background);border-radius:100%}.files-list[data-v-d3952340] .files-list__row-name{overflow:hidden;flex:1 1 auto}.files-list[data-v-d3952340] .files-list__row-name a{display:flex;align-items:center;width:100%;height:100%;min-width:0}.files-list[data-v-d3952340] .files-list__row-name a:focus-visible{outline:none}.files-list[data-v-d3952340] .files-list__row-name a:focus .files-list__row-name-text,.files-list[data-v-d3952340] .files-list__row-name a:focus-visible .files-list__row-name-text{outline:2px solid var(--color-main-text) !important;border-radius:20px}.files-list[data-v-d3952340] .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-d3952340] .files-list__row-name .files-list__row-name-ext{color:var(--color-text-maxcontrast);overflow:visible}.files-list[data-v-d3952340] .files-list__row-rename{width:100%;max-width:600px}.files-list[data-v-d3952340] .files-list__row-rename input{width:100%;margin-left:-8px;padding:2px 6px;border-width:2px}.files-list[data-v-d3952340] .files-list__row-rename input:invalid{border-color:var(--color-error);color:red}.files-list[data-v-d3952340] .files-list__row-actions{width:auto}.files-list[data-v-d3952340] .files-list__row-actions~td,.files-list[data-v-d3952340] .files-list__row-actions~th{margin:0 var(--cell-margin)}.files-list[data-v-d3952340] .files-list__row-actions button .button-vue__text{font-weight:normal}.files-list[data-v-d3952340] .files-list__row-action--inline{margin-right:7px}.files-list[data-v-d3952340] .files-list__row-mtime,.files-list[data-v-d3952340] .files-list__row-size{color:var(--color-text-maxcontrast)}.files-list[data-v-d3952340] .files-list__row-size{width:calc(var(--row-height)*1.5);justify-content:flex-end}.files-list[data-v-d3952340] .files-list__row-mtime{width:calc(var(--row-height)*2)}.files-list[data-v-d3952340] .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,sLAEC,mDAAA,CACA,kBAAA,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&:focus-visible .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}\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},36650:(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},77895:(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-2bae6012] .app-navigation-entry__name{margin-top:-6px}.app-navigation-entry__settings-quota progress[data-v-2bae6012]{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},15848:(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-ccebaaf2]{display:flex;overflow:hidden;flex-direction:column;max-height:100%;position:relative}.files-list__header[data-v-ccebaaf2]{display:flex;align-items:center;flex:0 0;margin:4px 4px 4px 50px;max-width:100%}.files-list__header>*[data-v-ccebaaf2]{flex:0 0}.files-list__header-share-button[data-v-ccebaaf2]{opacity:.3}.files-list__header-share-button--shared[data-v-ccebaaf2]{opacity:1}.files-list__refresh-icon[data-v-ccebaaf2]{flex:0 0 44px;width:44px;height:44px}.files-list__loading-icon[data-v-ccebaaf2]{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},59492:(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-5b025a97] .app-navigation-entry-icon{background-repeat:no-repeat;background-position:center}.app-navigation>ul.app-navigation__list[data-v-5b025a97]{padding-bottom:var(--default-grid-baseline, 4px)}.app-navigation-entry__settings[data-v-5b025a97]{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,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 > 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},78320:(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-011c3819]: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},69481:t=>{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,d=(n=e(t.historyTimeConstant,2.5),function(t,e,s){return t+s/(s+n)*(e-t)});function u(){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:d(o,s,n),c=t,l=e}}return{start:u,reset:function(){o=null,l=null,c=null,r&&u()},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}}}},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="},5656:(t,e,n)=>{"use strict";n.d(e,{$B:()=>N,DT:()=>h,De:()=>w,G7:()=>re,Ir:()=>oe,NB:()=>B,RL:()=>D,Ti:()=>R,Tv:()=>S,Vn:()=>A,_o:()=>j,e4:()=>F,gt:()=>P,h7:()=>T,p$:()=>v,pC:()=>U,rp:()=>O,sS:()=>g,tB:()=>k,y3:()=>y});var s=n(77958),i=n(17499),r=n(31352),a=n(62520),o=n(65358),l=n(79753),c=n(14596);const d=null===(u=(0,s.ts)())?(0,i.IY)().setApp("files").build():(0,i.IY)().setApp("files").setUid(u.uid).build();var u;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):d.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 f=["B","KB","MB","GB","TB","PB"],p=["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?p.length:f.length)-1,i);const a=n?p[i]:f[i];let o=(t/Math.pow(s?1e3:1024,i)).toFixed(1);return!0===e&&0===i?("0.0"!==o?"< 1 ":"0 ")+(n?p[1]:f[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 v{_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 A=function(){return typeof window._nc_fileactions>"u"&&(window._nc_fileactions=[],d.debug("FileActions initialized")),window._nc_fileactions},w=function(){return typeof window._nc_filelistheader>"u"&&(window._nc_filelistheader=[],d.debug("FileListHeaders initialized")),window._nc_filelistheader};var y=(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))(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"},_=function(){return typeof window._nc_dav_properties>"u"&&(window._nc_dav_properties=[...b]),window._nc_dav_properties.map((t=>`<${t} />`)).join(" ")},x=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${_()}\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${_()}\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 S=(t=>(t.Folder="folder",t.File="file",t))(S||{});const L=function(t,e){return null!==t.match(e)},E=(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>=y.NONE&&t.permissions<=y.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&&L(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(F).includes(t.status))throw new Error("Status must be a valid NodeStatus")};var F=(t=>(t.NEW="new",t.FAILED="failed",t.LOADING="loading",t.LOCKED="locked",t))(F||{});class B{_data;_attributes;_knownDavService=/(remote|public)\.php\/(web)?dav/i;constructor(t,e){E(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:y.NONE:y.READ}get owner(){return this.isDavRessource?this._data.owner:null}get isDavRessource(){return L(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){E({...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 N extends B{get type(){return S.File}}class P extends B{constructor(t){super({...t,mime:"httpd/unix-directory"})}get type(){return S.Folder}get extension(){return null}get mime(){return"httpd/unix-directory"}}const j=`/files/${(0,s.ts)()?.uid}`,I=(0,l.generateRemoteUrl)("dav"),O=function(t=I){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},U=async(t,e="/",n=j)=>(await t.getDirectoryContents(`${n}${e}`,{details:!0,data:`\n\t\t\n\t\t\t\n\t\t\t\t${_()}\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=>D(t,n))),D=function(t,e=j,n=I){const i=t.props,r=function(t=""){let e=y.NONE;return t&&((t.includes("C")||t.includes("K"))&&(e|=y.CREATE),t.includes("G")&&(e|=y.READ),(t.includes("W")||t.includes("N")||t.includes("V"))&&(e|=y.UPDATE),t.includes("D")&&(e|=y.DELETE),t.includes("R")&&(e|=y.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 N(o):new P(o)};class ${_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 R=function(){return typeof window._nc_navigation>"u"&&(window._nc_navigation=new $,d.debug("Navigation service initialized")),window._nc_navigation};class z{_column;constructor(t){M(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 M=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 V={},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}V.validate=function(t,e){e=Object.assign({},q,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 d=c.value;if(r=c.index,"/"===d[d.length-1]){const n=r-d.length;d=d.substring(0,d.length-1);const i=tt(d,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(d.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(d,e);if(!0!==o)return nt(o.err.code,o.err.msg,rt(t,r-d.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=Z.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 dt(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]=dt(t,e+1),-1===val.indexOf("&")&&(n[ht(entityName)]={regx:RegExp(`&${entityName};`,"g"),val});else if(i&&ft(t,e))e+=8;else if(i&&pt(t,e))e+=8;else if(i&>(t,e))e+=9;else{if(!ut)throw new Error("Invalid DOCTYPE");r=!0}s++,a=""}if(0!==s)throw new Error("Unclosed DOCTYPE")}return{entities:n,i:e}},_t=function(t,e={}){if(e=Object.assign({},wt,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&&vt.test(n))return Number.parseInt(n,16);{const s=At.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 xt(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?Ut(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,yt.nameRegexp);const St=new RegExp("([^\\s=]+)\\s*(=\\s*(['\"])([\\s\\S]*?)\\3)?","gm");function Lt(t,e,n){if(!this.options.ignoreAttributes&&"string"==typeof t){const n=yt.getAllMatches(t,St),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=It(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=jt(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=jt(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=It(t,r,this.options.removeNSPrefix),o=a.tagName;const l=a.rawTagName;let c=a.tagExp,d=a.attrExpPresent,u=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,u+1);if(!n)throw new Error(`Unexpected end of ${l}`);r=n.i,e=n.tagContent}const s=new bt(o);o!==c&&d&&(s[":@"]=this.buildAttributesMap(c,i,o)),e&&(e=this.parseTextData(e,o,i,!0,d,!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&&d&&(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&&d&&(t[":@"]=this.buildAttributesMap(c,i,o)),this.addChild(n,t,i),n=t}s="",r=u}}else s+=t[r];return e.child};function Ft(t,e,n){const s=this.options.updateTag(e.tagname,n,e[":@"]);!1===s||("string"==typeof s&&(e.tagname=s),t.addChild(e))}const Bt=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 Nt(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 jt(t,e,n,s){const i=t.indexOf(e,n);if(-1===i)throw new Error(s);return i+e.length-1}function It(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=jt(t,"?>",n+1,"StopNode is not closed.");else if("!--"===t.substr(n+1,3))n=jt(t,"--\x3e",n+3,"StopNode is not closed.");else if("!["===t.substr(n+1,2))n=jt(t,"]]>",n,"StopNode is not closed.")-2;else{const s=It(t,n,">");s&&((s&&s.tagName)===e&&"/"!==s.tagExp[s.tagExp.length-1]&&i++,n=s.closeIndex)}}function Ut(t,e,n){if(e&&"string"==typeof t){const e=t.trim();return"true"===e||"false"!==e&&_t(t,n)}return yt.isExist(t)?t:""}var Dt={};function $t(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 Rt(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=xt,this.parseXml=Et,this.parseTextData=Tt,this.resolveNameSpace=kt,this.buildAttributesMap=Lt,this.isItStopNode=Pt,this.replaceEntitiesValue=Bt,this.readStopNodeData=Ot,this.saveTextToParentTag=Nt,this.addChild=Ft}},{prettify:Zt}=Dt,qt=V;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 d=s;""!==d&&(d+=e.indentBy);const u=s+`<${l}${Yt(o[":@"],e)}`,m=Gt(o[l],e,c,d);-1!==e.unpairedTags.indexOf(l)?e.suppressUnpairedNode?i+=u+">":i+=u+"/>":m&&0!==m.length||!e.suppressEmptyNode?m&&m.endsWith(">")?i+=u+`>${m}${s}`:(i+=u+">",m&&""!==s&&(m.includes("/>")||m.includes("`):i+=u+"/>",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,d.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"})))}},50924:(t,e,n)=>{"use strict";n.d(e,{U:()=>al,V:()=>jr,a:()=>sl,g:()=>ll,l:()=>Ve,n:()=>Jo,t:()=>il});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),d=n.n(c),u=n(19216),m=n.n(u),f=n(44589),p=n.n(f),g=n(82396),h={};h.styleTagTransform=p(),h.setAttributes=d(),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 v=n(79753),A=n(77958),w=n(5656),y=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 _{static fn(t){return(...e)=>new _(((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(_.prototype,Promise.prototype);var x=n(59440),T=n(43452);const k=(t,e,n)=>t.bind(n);var S=n(17499),L=n(64024),E=n(69481),F=n(99059),B=n(2985),N=n(74628),P=n(64865),j=n(34854),I=n(48264),O=n(48764).Buffer,U=n(25108);function D(t,e){return function(){return t.apply(e,arguments)}}const{toString:$}=Object.prototype,{getPrototypeOf:R}=Object,z=(q=Object.create(null),t=>{const e=$.call(t);return q[e]||(q[e]=e.slice(8,-1).toLowerCase())}),M=t=>(t=t.toLowerCase(),e=>z(e)===t),V=t=>e=>typeof e===t,{isArray:H}=Array,Z=V("undefined");var q;const G=M("ArrayBuffer"),W=V("string"),Y=V("function"),K=V("number"),J=t=>null!==t&&"object"==typeof t,Q=t=>{if("object"!==z(t))return!1;const e=R(t);return!(null!==e&&e!==Object.prototype&&null!==Object.getPrototypeOf(e)||Symbol.toStringTag in t||Symbol.iterator in t)},X=M("Date"),tt=M("File"),et=M("Blob"),nt=M("FileList"),st=M("URLSearchParams");function it(t,e,{allOwnKeys:n=!1}={}){if(null===t||typeof t>"u")return;let s,i;if("object"!=typeof t&&(t=[t]),H(t))for(s=0,i=t.length;s0;)if(s=n[i],e===s.toLowerCase())return s;return null}const at=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global,ot=t=>!Z(t)&&t!==at,lt=(t=>e=>t&&e instanceof t)(typeof Uint8Array<"u"&&R(Uint8Array)),ct=M("HTMLFormElement"),dt=(({hasOwnProperty:t})=>(e,n)=>t.call(e,n))(Object.prototype),ut=M("RegExp"),mt=(t,e)=>{const n=Object.getOwnPropertyDescriptors(t),s={};it(n,((n,i)=>{let r;!1!==(r=e(n,i,t))&&(s[i]=r||n)})),Object.defineProperties(t,s)},ft="abcdefghijklmnopqrstuvwxyz",pt="0123456789",gt={DIGIT:pt,ALPHA:ft,ALPHA_DIGIT:ft+ft.toUpperCase()+pt},ht=M("AsyncFunction"),vt={isArray:H,isArrayBuffer:G,isBuffer:function(t){return null!==t&&!Z(t)&&null!==t.constructor&&!Z(t.constructor)&&Y(t.constructor.isBuffer)&&t.constructor.isBuffer(t)},isFormData:t=>{let e;return t&&("function"==typeof FormData&&t instanceof FormData||Y(t.append)&&("formdata"===(e=z(t))||"object"===e&&Y(t.toString)&&"[object FormData]"===t.toString()))},isArrayBufferView:function(t){let e;return e=typeof ArrayBuffer<"u"&&ArrayBuffer.isView?ArrayBuffer.isView(t):t&&t.buffer&&G(t.buffer),e},isString:W,isNumber:K,isBoolean:t=>!0===t||!1===t,isObject:J,isPlainObject:Q,isUndefined:Z,isDate:X,isFile:tt,isBlob:et,isRegExp:ut,isFunction:Y,isStream:t=>J(t)&&Y(t.pipe),isURLSearchParams:st,isTypedArray:lt,isFileList:nt,forEach:it,merge:function t(){const{caseless:e}=ot(this)&&this||{},n={},s=(s,i)=>{const r=e&&rt(n,i)||i;Q(n[r])&&Q(s)?n[r]=t(n[r],s):Q(s)?n[r]=t({},s):H(s)?n[r]=s.slice():n[r]=s};for(let t=0,e=arguments.length;t(it(e,((e,s)=>{n&&Y(e)?t[s]=D(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&&R(t)}while(t&&(!n||n(t,e))&&t!==Object.prototype);return e},kindOf:z,kindOfTest:M,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(H(t))return t;let e=t.length;if(!K(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:ct,hasOwnProperty:dt,hasOwnProp:dt,reduceDescriptors:mt,freezeMethods:t=>{mt(t,((e,n)=>{if(Y(t)&&-1!==["arguments","caller","callee"].indexOf(n))return!1;const s=t[n];if(Y(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 H(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:rt,global:at,isContextDefined:ot,ALPHABET:gt,generateString:(t=16,e=gt.ALPHA_DIGIT)=>{let n="";const{length:s}=e;for(;t--;)n+=e[Math.random()*s|0];return n},isSpecCompliantForm:function(t){return!!(t&&Y(t.append)&&"FormData"===t[Symbol.toStringTag]&&t[Symbol.iterator])},toJSONObject:t=>{const e=new Array(10),n=(t,s)=>{if(J(t)){if(e.indexOf(t)>=0)return;if(!("toJSON"in t)){e[s]=t;const i=H(t)?[]:{};return it(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:ht,isThenable:t=>t&&(J(t)||Y(t))&&Y(t.then)&&Y(t.catch)};function At(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)}vt.inherits(At,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:vt.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const wt=At.prototype,yt={};function bt(t){return vt.isPlainObject(t)||vt.isArray(t)}function Ct(t){return vt.endsWith(t,"[]")?t.slice(0,-2):t}function _t(t,e,n){return t?t.concat(e).map((function(t,e){return t=Ct(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=>{yt[t]={value:t}})),Object.defineProperties(At,yt),Object.defineProperty(wt,"isAxiosError",{value:!0}),At.from=(t,e,n,s,i,r)=>{const a=Object.create(wt);return vt.toFlatObject(t,a,(function(t){return t!==Error.prototype}),(t=>"isAxiosError"!==t)),At.call(a,t.message,e,n,s,i),a.cause=t,a.name=t.name,r&&Object.assign(a,r),a};const xt=vt.toFlatObject(vt,{},null,(function(t){return/^is[A-Z]/.test(t)}));function Tt(t,e,n){if(!vt.isObject(t))throw new TypeError("target must be an object");e=e||new FormData;const s=(n=vt.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,(function(t,e){return!vt.isUndefined(e[t])}))).metaTokens,i=n.visitor||c,r=n.dots,a=n.indexes,o=(n.Blob||typeof Blob<"u"&&Blob)&&vt.isSpecCompliantForm(e);if(!vt.isFunction(i))throw new TypeError("visitor must be a function");function l(t){if(null===t)return"";if(vt.isDate(t))return t.toISOString();if(!o&&vt.isBlob(t))throw new At("Blob is not supported. Use a Buffer instead.");return vt.isArrayBuffer(t)||vt.isTypedArray(t)?o&&"function"==typeof Blob?new Blob([t]):O.from(t):t}function c(t,n,i){let o=t;if(t&&!i&&"object"==typeof t)if(vt.endsWith(n,"{}"))n=s?n:n.slice(0,-2),t=JSON.stringify(t);else if(vt.isArray(t)&&function(t){return vt.isArray(t)&&!t.some(bt)}(t)||(vt.isFileList(t)||vt.endsWith(n,"[]"))&&(o=vt.toArray(t)))return n=Ct(n),o.forEach((function(t,s){!vt.isUndefined(t)&&null!==t&&e.append(!0===a?_t([n],s,r):null===a?n:n+"[]",l(t))})),!1;return!!bt(t)||(e.append(_t(i,n,r),l(t)),!1)}const d=[],u=Object.assign(xt,{defaultVisitor:c,convertValue:l,isVisitable:bt});if(!vt.isObject(t))throw new TypeError("data must be an object");return function t(n,s){if(!vt.isUndefined(n)){if(-1!==d.indexOf(n))throw Error("Circular reference detected in "+s.join("."));d.push(n),vt.forEach(n,(function(n,r){!0===(!(vt.isUndefined(n)||null===n)&&i.call(e,n,vt.isString(r)?r.trim():r,s,u))&&t(n,s?s.concat(r):[r])})),d.pop()}}(t),e}function kt(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&&Tt(t,this,e)}const Lt=St.prototype;function Et(t){return encodeURIComponent(t).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function Ft(t,e,n){if(!e)return t;const s=n&&n.encode||Et,i=n&&n.serialize;let r;if(r=i?i(e,n):vt.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,kt)}:kt;return this._pairs.map((function(t){return e(t[0])+"="+e(t[1])}),"").join("&")};const Bt=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){vt.forEach(this.handlers,(function(e){null!==e&&t(e)}))}},Nt={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},Pt={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"]},jt=typeof window<"u"&&typeof document<"u",It=(t=>jt&&["ReactNative","NativeScript","NS"].indexOf(t)<0)(typeof navigator<"u"&&navigator.product),Ot=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&"function"==typeof self.importScripts,Ut={...Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:jt,hasStandardBrowserEnv:It,hasStandardBrowserWebWorkerEnv:Ot},Symbol.toStringTag,{value:"Module"})),...Pt};function Dt(t){function e(t,n,s,i){let r=t[i++];const a=Number.isFinite(+r),o=i>=t.length;return r=!r&&vt.isArray(s)?s.length:r,o?(vt.hasOwnProp(s,r)?s[r]=[s[r],n]:s[r]=n,!a):((!s[r]||!vt.isObject(s[r]))&&(s[r]=[]),e(t,n,s[r],i)&&vt.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 vt.matchAll(/\w+|\[(\w*)]/g,t).map((t=>"[]"===t[0]?"":t[1]||t[0]))}(t),s,n,0)})),n}return null}const $t={transitional:Nt,adapter:["xhr","http"],transformRequest:[function(t,e){const n=e.getContentType()||"",s=n.indexOf("application/json")>-1,i=vt.isObject(t);if(i&&vt.isHTMLForm(t)&&(t=new FormData(t)),vt.isFormData(t))return s&&s?JSON.stringify(Dt(t)):t;if(vt.isArrayBuffer(t)||vt.isBuffer(t)||vt.isStream(t)||vt.isFile(t)||vt.isBlob(t))return t;if(vt.isArrayBufferView(t))return t.buffer;if(vt.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 Tt(t,new Ut.classes.URLSearchParams,Object.assign({visitor:function(t,e,n,s){return Ut.isNode&&vt.isBuffer(t)?(this.append(e,t.toString("base64")),!1):s.defaultVisitor.apply(this,arguments)}},e))}(t,this.formSerializer).toString();if((r=vt.isFileList(t))||n.indexOf("multipart/form-data")>-1){const e=this.env&&this.env.FormData;return Tt(r?{"files[]":t}:t,e&&new e,this.formSerializer)}}return i||s?(e.setContentType("application/json",!1),function(t,e,n){if(vt.isString(t))try{return(0,JSON.parse)(t),vt.trim(t)}catch(t){if("SyntaxError"!==t.name)throw t}return(0,JSON.stringify)(t)}(t)):t}],transformResponse:[function(t){const e=this.transitional||$t.transitional,n=e&&e.forcedJSONParsing,s="json"===this.responseType;if(t&&vt.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?At.from(t,At.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}}};vt.forEach(["delete","get","head","post","put","patch"],(t=>{$t.headers[t]={}}));const Rt=$t,zt=vt.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"]),Mt=Symbol("internals");function Vt(t){return t&&String(t).trim().toLowerCase()}function Ht(t){return!1===t||null==t?t:vt.isArray(t)?t.map(Ht):String(t)}function Zt(t,e,n,s,i){if(vt.isFunction(s))return s.call(this,e,n);if(i&&(e=n),vt.isString(e)){if(vt.isString(s))return-1!==e.indexOf(s);if(vt.isRegExp(s))return s.test(e)}}let qt=class{constructor(t){t&&this.set(t)}set(t,e,n){const s=this;function i(t,e,n){const i=Vt(e);if(!i)throw new Error("header name must be a non-empty string");const r=vt.findKey(s,i);(!r||void 0===s[r]||!0===n||void 0===n&&!1!==s[r])&&(s[r||e]=Ht(t))}const r=(t,e)=>vt.forEach(t,((t,n)=>i(t,n,e)));return vt.isPlainObject(t)||t instanceof this.constructor?r(t,e):vt.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]&&zt[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=Vt(t)){const n=vt.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(vt.isFunction(e))return e.call(this,t,n);if(vt.isRegExp(e))return e.exec(t);throw new TypeError("parser must be boolean|regexp|function")}}}has(t,e){if(t=Vt(t)){const n=vt.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=Vt(t)){const i=vt.findKey(n,t);i&&(!e||Zt(0,n[i],i,e))&&(delete n[i],s=!0)}}return vt.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 vt.forEach(this,((s,i)=>{const r=vt.findKey(n,i);if(r)return e[r]=Ht(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]=Ht(s),n[a]=!0})),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){const e=Object.create(null);return vt.forEach(this,((n,s)=>{null!=n&&!1!==n&&(e[s]=t&&vt.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[Mt]=this[Mt]={accessors:{}}).accessors,n=this.prototype;function s(t){const s=Vt(t);e[s]||(function(t,e){const n=vt.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 vt.isArray(t)?t.forEach(s):s(t),this}};qt.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),vt.reduceDescriptors(qt.prototype,(({value:t},e)=>{let n=e[0].toUpperCase()+e.slice(1);return{get:()=>t,set(t){this[n]=t}}})),vt.freezeMethods(qt);const Gt=qt;function Wt(t,e){const n=this||Rt,s=e||n,i=Gt.from(s.headers);let r=s.data;return vt.forEach(t,(function(t){r=t.call(n,r,i.normalize(),e?e.status:void 0)})),i.normalize(),r}function Yt(t){return!(!t||!t.__CANCEL__)}function Kt(t,e,n){At.call(this,t??"canceled",At.ERR_CANCELED,e,n),this.name="CanceledError"}vt.inherits(Kt,At,{__CANCEL__:!0});const Jt=Ut.hasStandardBrowserEnv?{write:function(t,e,n,s,i,r){const a=[];a.push(t+"="+encodeURIComponent(e)),vt.isNumber(n)&&a.push("expires="+new Date(n).toGMTString()),vt.isString(s)&&a.push("path="+s),vt.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 Qt(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 Xt=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=vt.isString(t)?s(t):t;return e.protocol===n.protocol&&e.host===n.host}}():function(){return!0};function te(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 d=a,u=0;for(;d!==r;)u+=n[d++],d%=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 ee=typeof XMLHttpRequest<"u"&&function(t){return new Promise((function(e,n){let s=t.data;const i=Gt.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(vt.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 d=Qt(t.baseURL,t.url);function u(){if(!c)return;const s=Gt.from("getAllResponseHeaders"in c&&c.getAllResponseHeaders());(function(t,e,n){const s=n.config.validateStatus;n.status&&s&&!s(n.status)?e(new At("Request failed with status code "+n.status,[At.ERR_BAD_REQUEST,At.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(),Ft(d,t.params,t.paramsSerializer),!0),c.timeout=t.timeout,"onloadend"in c?c.onloadend=u:c.onreadystatechange=function(){!c||4!==c.readyState||0===c.status&&(!c.responseURL||0!==c.responseURL.indexOf("file:"))||setTimeout(u)},c.onabort=function(){c&&(n(new At("Request aborted",At.ECONNABORTED,t,c)),c=null)},c.onerror=function(){n(new At("Network Error",At.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||Nt;t.timeoutErrorMessage&&(e=t.timeoutErrorMessage),n(new At(e,s.clarifyTimeoutError?At.ETIMEDOUT:At.ECONNABORTED,t,c)),c=null},Ut.hasStandardBrowserEnv){const e=Xt(d)&&t.xsrfCookieName&&Jt.read(t.xsrfCookieName);e&&i.set(t.xsrfHeaderName,e)}void 0===s&&i.setContentType(null),"setRequestHeader"in c&&vt.forEach(i.toJSON(),(function(t,e){c.setRequestHeader(e,t)})),vt.isUndefined(t.withCredentials)||(c.withCredentials=!!t.withCredentials),r&&"json"!==r&&(c.responseType=t.responseType),"function"==typeof t.onDownloadProgress&&c.addEventListener("progress",te(t.onDownloadProgress,!0)),"function"==typeof t.onUploadProgress&&c.upload&&c.upload.addEventListener("progress",te(t.onUploadProgress)),(t.cancelToken||t.signal)&&(a=e=>{c&&(n(!e||e.type?new Kt(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]||""}(d);m&&-1===Ut.protocols.indexOf(m)?n(new At("Unsupported protocol "+m+":",At.ERR_BAD_REQUEST,t)):c.send(s||null)}))},ne={http:null,xhr:ee};vt.forEach(ne,((t,e)=>{if(t){try{Object.defineProperty(t,"name",{value:e})}catch{}Object.defineProperty(t,"adapterName",{value:e})}}));const se=t=>`- ${t}`,ie=t=>vt.isFunction(t)||null===t||!1===t,re=t=>{t=vt.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 At("There is no suitable adapter to dispatch the request "+(e?t.length>1?"since :\n"+t.map(se).join("\n"):" "+se(t[0]):"as no adapter specified"),"ERR_NOT_SUPPORT")}return s};function ae(t){if(t.cancelToken&&t.cancelToken.throwIfRequested(),t.signal&&t.signal.aborted)throw new Kt(null,t)}function oe(t){return ae(t),t.headers=Gt.from(t.headers),t.data=Wt.call(t,t.transformRequest),-1!==["post","put","patch"].indexOf(t.method)&&t.headers.setContentType("application/x-www-form-urlencoded",!1),re(t.adapter||Rt.adapter)(t).then((function(e){return ae(t),e.data=Wt.call(t,t.transformResponse,e),e.headers=Gt.from(e.headers),e}),(function(e){return Yt(e)||(ae(t),e&&e.response&&(e.response.data=Wt.call(t,t.transformResponse,e.response),e.response.headers=Gt.from(e.response.headers))),Promise.reject(e)}))}const le=t=>t instanceof Gt?t.toJSON():t;function ce(t,e){e=e||{};const n={};function s(t,e,n){return vt.isPlainObject(t)&&vt.isPlainObject(e)?vt.merge.call({caseless:n},t,e):vt.isPlainObject(e)?vt.merge({},e):vt.isArray(e)?e.slice():e}function i(t,e,n){return vt.isUndefined(e)?vt.isUndefined(t)?void 0:s(void 0,t,n):s(t,e,n)}function r(t,e){if(!vt.isUndefined(e))return s(void 0,e)}function a(t,e){return vt.isUndefined(e)?vt.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(le(t),le(e),!0)};return vt.forEach(Object.keys(Object.assign({},t,e)),(function(s){const r=l[s]||i,a=r(t[s],e[s],s);vt.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 ue={};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 At(s(i," has been removed"+(e?" in "+e:"")),At.ERR_DEPRECATED);return e&&!ue[i]&&(ue[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 me={assertOptions:function(t,e,n){if("object"!=typeof t)throw new At("options must be an object",At.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 At("option "+r+" must be "+n,At.ERR_BAD_OPTION_VALUE)}else if(!0!==n)throw new At("Unknown option "+r,At.ERR_BAD_OPTION)}},validators:de},fe=me.validators;let pe=class{constructor(t){this.defaults=t,this.interceptors={request:new Bt,response:new Bt}}request(t,e){"string"==typeof t?(e=e||{}).url=t:e=t||{},e=ce(this.defaults,e);const{transitional:n,paramsSerializer:s,headers:i}=e;void 0!==n&&me.assertOptions(n,{silentJSONParsing:fe.transitional(fe.boolean),forcedJSONParsing:fe.transitional(fe.boolean),clarifyTimeoutError:fe.transitional(fe.boolean)},!1),null!=s&&(vt.isFunction(s)?e.paramsSerializer={serialize:s}:me.assertOptions(s,{encode:fe.function,serialize:fe.function},!0)),e.method=(e.method||this.defaults.method||"get").toLowerCase();let r=i&&vt.merge(i.common,i[e.method]);i&&vt.forEach(["delete","get","head","post","put","patch","common"],(t=>{delete i[t]})),e.headers=Gt.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,d,u=0;if(!o){const t=[oe.bind(this),void 0];for(t.unshift.apply(t,a),t.push.apply(t,l),d=t.length,c=Promise.resolve(e);u{he[e]=t}));const ve=he,Ae=function t(e){const n=new ge(e),s=D(ge.prototype.request,n);return vt.extend(s,ge.prototype,n,{allOwnKeys:!0}),vt.extend(s,n,null,{allOwnKeys:!0}),s.create=function(n){return t(ce(e,n))},s}(Rt);Ae.Axios=ge,Ae.CanceledError=Kt,Ae.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 Kt(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}}},Ae.isCancel=Yt,Ae.VERSION="1.6.1",Ae.toFormData=Tt,Ae.AxiosError=At,Ae.Cancel=Ae.CanceledError,Ae.all=function(t){return Promise.all(t)},Ae.spread=function(t){return function(e){return t.apply(null,e)}},Ae.isAxiosError=function(t){return vt.isObject(t)&&!0===t.isAxiosError},Ae.mergeConfig=ce,Ae.AxiosHeaders=Gt,Ae.formToJSON=t=>Dt(vt.isHTMLForm(t)?new FormData(t):t),Ae.getAdapter=re,Ae.HttpStatusCode=ve,Ae.default=Ae;const we=Ae,{Axios:ye,AxiosError:be,CanceledError:Ce,isCancel:_e,CancelToken:xe,VERSION:Te,all:ke,Cancel:Se,isAxiosError:Le,spread:Ee,toFormData:Fe,AxiosHeaders:Be,HttpStatusCode:Ne,formToJSON:Pe,getAdapter:je,mergeConfig:Ie}=we,Oe=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,De=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 y.Z.request({method:"PUT",url:t,data:a,signal:n,onUploadProgress:s,headers:r})},$e=function(t,e,n){return Oe((()=>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))}))))},Re=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 ze=(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))(ze||{});let Me=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(Re()>0?Math.ceil(n/Re()):1,1e4);this._source=t,this._isChunked=e&&Re()>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 Ve=(t=>null===t?(0,S.IY)().setApp("uploader").build():(0,S.IY)().setApp("uploader").setUid(t.uid).build())((0,A.ts)());var He=(t=>(t[t.IDLE=0]="IDLE",t[t.UPLOADING=1]="UPLOADING",t[t.PAUSED=2]="PAUSED",t))(He||{});class Ze{_destinationFolder;_isPublic;_uploadQueue=[];_jobQueue=new x.Z({concurrency:3});_queueSize=0;_queueProgress=0;_queueStatus=0;_notifiers=[];constructor(t=!1,e){if(this._isPublic=t,!e){const t=(0,A.ts)()?.uid,n=(0,v.generateRemoteUrl)(`dav/files/${t}`);if(!t)throw new Error("User is not logged in");e=new w.gt({id:0,owner:t,permissions:w.y3.ALL,root:`/files/${t}`,source:n})}this.destination=e,Ve.debug("Upload workspace initialized",{destination:this.destination,root:this.root,isPublic:t,maxChunksSize:Re()})}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(/^\//,"")}`;Ve.debug(`Uploading ${e.name} to ${n}`);const s=Re(e.size),i=0===s||e.size{if(o(r.cancel),i){Ve.debug("Initializing regular upload",{file:e,upload:r});const s=await $e(e,0,r.size),i=async()=>{try{r.response=await De(n,s,r.signal,(()=>this.updateStats()),void 0,{"X-OC-Mtime":e.lastModified/1e3}),r.uploaded=r.size,this.updateStats(),Ve.debug(`Successfully uploaded ${e.name}`,{file:e,upload:r}),t(r)}catch(t){if(t instanceof Ce)return r.status=ze.FAILED,void a("Upload has been cancelled");t?.response&&(r.response=t.response),r.status=ze.FAILED,Ve.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{Ve.debug("Initializing chunked upload",{file:e,upload:r});const i=await async function(t){const e=`${(0,v.generateRemoteUrl)(`dav/uploads/${(0,A.ts)()?.uid}`)}/web-file-upload-${[...Array(16)].map((()=>Math.floor(16*Math.random()).toString(16))).join("")}`,n=t?{Destination:t}:void 0;return await y.Z.request({method:"MKCOL",url:e,headers:n}),e}(n),o=[];for(let t=0;t$e(e,a,s),d=()=>De(`${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 Ce||(Ve.error(`Chunk ${t+1} ${a} - ${l} uploading failed`),r.status=ze.FAILED),e}));o.push(this._jobQueue.add(d))}try{await Promise.all(o),this.updateStats(),r.response=await y.Z.request({method:"MOVE",url:`${i}/.file`,headers:{Destination:n}}),this.updateStats(),r.status=ze.FINISHED,Ve.debug(`Successfully uploaded ${e.name}`,{file:e,upload:r}),t(r)}catch(t){t instanceof Ce?(r.status=ze.FAILED,a("Upload has been cancelled")):(r.status=ze.FAILED,a("Failed assembling the chunks together")),y.Z.request({method:"DELETE",url:`${i}`})}this._notifiers.forEach((t=>{try{t(r)}catch{}}))}return this._jobQueue.onIdle().then((()=>this.reset())),r}))}}var qe=Object.freeze({}),Ge=Array.isArray;function We(t){return null==t}function Ye(t){return null!=t}function Ke(t){return!0===t}function Je(t){return"string"==typeof t||"number"==typeof t||"symbol"==typeof t||"boolean"==typeof t}function Qe(t){return"function"==typeof t}function Xe(t){return null!==t&&"object"==typeof t}var tn=Object.prototype.toString;function en(t){return"[object Object]"===tn.call(t)}function nn(t){var e=parseFloat(String(t));return e>=0&&Math.floor(e)===e&&isFinite(t)}function sn(t){return Ye(t)&&"function"==typeof t.then&&"function"==typeof t.catch}function rn(t){return null==t?"":Array.isArray(t)||en(t)&&t.toString===tn?JSON.stringify(t,null,2):String(t)}function an(t){var e=parseFloat(t);return isNaN(e)?t:e}function on(t,e){for(var n=Object.create(null),s=t.split(","),i=0;i-1)return t.splice(s,1)}}var dn=Object.prototype.hasOwnProperty;function un(t,e){return dn.call(t,e)}function mn(t){var e=Object.create(null);return function(n){return e[n]||(e[n]=t(n))}}var fn=/-(\w)/g,pn=mn((function(t){return t.replace(fn,(function(t,e){return e?e.toUpperCase():""}))})),gn=mn((function(t){return t.charAt(0).toUpperCase()+t.slice(1)})),hn=/\B([A-Z])/g,vn=mn((function(t){return t.replace(hn,"-$1").toLowerCase()})),An=Function.prototype.bind?function(t,e){return t.bind(e)}:function(t,e){function n(n){var s=arguments.length;return s?s>1?t.apply(e,arguments):t.call(e,n):t.call(e)}return n._length=t.length,n};function wn(t,e){e=e||0;for(var n=t.length-e,s=new Array(n);n--;)s[n]=t[n+e];return s}function yn(t,e){for(var n in e)t[n]=e[n];return t}function bn(t){for(var e={},n=0;n0,Rn=Un&&Un.indexOf("edge/")>0;Un&&Un.indexOf("android");var zn=Un&&/iphone|ipad|ipod|ios/.test(Un),Mn=Un&&Un.match(/firefox\/(\d+)/),Vn={}.watch,Hn=!1;if(On)try{var Zn={};Object.defineProperty(Zn,"passive",{get:function(){Hn=!0}}),window.addEventListener("test-passive",null,Zn)}catch{}var qn,Gn=function(){return void 0===qn&&(qn=!On&&typeof global<"u"&&global.process&&"server"===global.process.env.VUE_ENV),qn},Wn=On&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function Yn(t){return"function"==typeof t&&/native code/.test(t.toString())}var Kn,Jn=typeof Symbol<"u"&&Yn(Symbol)&&typeof Reflect<"u"&&Yn(Reflect.ownKeys);Kn=typeof Set<"u"&&Yn(Set)?Set:function(){function t(){this.set=Object.create(null)}return t.prototype.has=function(t){return!0===this.set[t]},t.prototype.add=function(t){this.set[t]=!0},t.prototype.clear=function(){this.set=Object.create(null)},t}();var Qn=null;function Xn(t){void 0===t&&(t=null),t||Qn&&Qn._scope.off(),Qn=t,t&&t._scope.on()}var ts=function(){function t(t,e,n,s,i,r,a,o){this.tag=t,this.data=e,this.children=n,this.text=s,this.elm=i,this.ns=void 0,this.context=r,this.fnContext=void 0,this.fnOptions=void 0,this.fnScopeId=void 0,this.key=e&&e.key,this.componentOptions=a,this.componentInstance=void 0,this.parent=void 0,this.raw=!1,this.isStatic=!1,this.isRootInsert=!0,this.isComment=!1,this.isCloned=!1,this.isOnce=!1,this.asyncFactory=o,this.asyncMeta=void 0,this.isAsyncPlaceholder=!1}return Object.defineProperty(t.prototype,"child",{get:function(){return this.componentInstance},enumerable:!1,configurable:!0}),t}(),es=function(t){void 0===t&&(t="");var e=new ts;return e.text=t,e.isComment=!0,e};function ns(t){return new ts(void 0,void 0,void 0,String(t))}function ss(t){var e=new ts(t.tag,t.data,t.children&&t.children.slice(),t.text,t.elm,t.context,t.componentOptions,t.asyncFactory);return e.ns=t.ns,e.isStatic=t.isStatic,e.key=t.key,e.isComment=t.isComment,e.fnContext=t.fnContext,e.fnOptions=t.fnOptions,e.fnScopeId=t.fnScopeId,e.asyncMeta=t.asyncMeta,e.isCloned=!0,e}var is=0,rs=[],as=function(){function t(){this._pending=!1,this.id=is++,this.subs=[]}return t.prototype.addSub=function(t){this.subs.push(t)},t.prototype.removeSub=function(t){this.subs[this.subs.indexOf(t)]=null,this._pending||(this._pending=!0,rs.push(this))},t.prototype.depend=function(e){t.target&&t.target.addDep(this)},t.prototype.notify=function(t){for(var e=this.subs.filter((function(t){return t})),n=0,s=e.length;n0&&(Is((s=Os(s,"".concat(e||"","_").concat(n)))[0])&&Is(r)&&(a[i]=ns(r.text+s[0].text),s.shift()),a.push.apply(a,s)):Je(s)?Is(r)?a[i]=ns(r.text+s):""!==s&&a.push(ns(s)):Is(s)&&Is(r)?a[i]=ns(r.text+s.text):(Ke(t._isVList)&&Ye(s.tag)&&We(s.key)&&Ye(e)&&(s.key="__vlist".concat(e,"_").concat(n,"__")),a.push(s)));return a}function Us(t,e){var n,s,i,r,a=null;if(Ge(t)||"string"==typeof t)for(a=new Array(t.length),n=0,s=t.length;n0,a=e?!!e.$stable:!r,o=e&&e.$key;if(e){if(e._normalized)return e._normalized;if(a&&s&&s!==qe&&o===s.$key&&!r&&!s.$hasNormal)return s;for(var l in i={},e)e[l]&&"$"!==l[0]&&(i[l]=ni(t,n,l,e[l]))}else i={};for(var c in n)c in i||(i[c]=si(n,c));return e&&Object.isExtensible(e)&&(e._normalized=i),Pn(i,"$stable",a),Pn(i,"$key",o),Pn(i,"$hasNormal",r),i}function ni(t,e,n,s){var i=function(){var e=Qn;Xn(t);var n=arguments.length?s.apply(null,arguments):s({}),i=(n=n&&"object"==typeof n&&!Ge(n)?[n]:js(n))&&n[0];return Xn(e),n&&(!i||1===n.length&&i.isComment&&!ti(i))?void 0:n};return s.proxy&&Object.defineProperty(e,n,{get:i,enumerable:!0,configurable:!0}),i}function si(t,e){return function(){return t[e]}}function ii(t,e,n,s,i){var r=!1;for(var a in e)a in t?e[a]!==n[a]&&(r=!0):(r=!0,ri(t,a,s,i));for(var a in t)a in e||(r=!0,delete t[a]);return r}function ri(t,e,n,s){Object.defineProperty(t,e,{enumerable:!0,configurable:!0,get:function(){return n[s][e]}})}function ai(t,e){for(var n in e)t[n]=e[n];for(var n in t)n in e||delete t[n]}var oi=null;function li(t,e){return(t.__esModule||Jn&&"Module"===t[Symbol.toStringTag])&&(t=t.default),Xe(t)?e.extend(t):t}function ci(t){if(Ge(t))for(var e=0;eYi&&Hi[n].id>t.id;)n--;Hi.splice(n+1,0,t)}else Hi.push(t);Gi||(Gi=!0,Si(tr))}}(this)},t.prototype.run=function(){if(this.active){var t=this.get();if(t!==this.value||Xe(t)||this.deep){var e=this.value;if(this.value=t,this.user){var n='callback for watcher "'.concat(this.expression,'"');gi(this.cb,this.vm,[t,e],this.vm,n)}else this.cb.call(this.vm,t,e)}}},t.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},t.prototype.depend=function(){for(var t=this.deps.length;t--;)this.deps[t].depend()},t.prototype.teardown=function(){if(this.vm&&!this.vm._isBeingDestroyed&&cn(this.vm._scope.effects,this),this.active){for(var t=this.deps.length;t--;)this.deps[t].removeSub(this);this.active=!1,this.onStop&&this.onStop()}},t}();function ji(t,e){Bi.$on(t,e)}function Ii(t,e){Bi.$off(t,e)}function Oi(t,e){var n=Bi;return function s(){null!==e.apply(null,arguments)&&n.$off(t,s)}}function Ui(t,e,n){Bi=t,Bs(e,n||{},ji,Ii,Oi,t),Bi=void 0}var Di=null;function $i(t){var e=Di;return Di=t,function(){Di=e}}function Ri(t){for(;t&&(t=t.$parent);)if(t._inactive)return!0;return!1}function zi(t,e){if(e){if(t._directInactive=!1,Ri(t))return}else if(t._directInactive)return;if(t._inactive||null===t._inactive){t._inactive=!1;for(var n=0;ndocument.createEvent("Event").timeStamp&&(Ji=function(){return Qi.now()})}var Xi=function(t,e){if(t.post){if(!e.post)return 1}else if(e.post)return-1;return t.id-e.id};function tr(){var t,e;for(Ki=Ji(),Wi=!0,Hi.sort(Xi),Yi=0;Yi-1)if(r&&!un(i,"default"))a=!1;else if(""===a||a===vn(t)){var l=_r(String,i.type);(l<0||o-1:"string"==typeof t?t.split(",").indexOf(e)>-1:!!function(t){return"[object RegExp]"===tn.call(t)}(t)&&t.test(e)}function Ur(t,e){var n=t.cache,s=t.keys,i=t._vnode;for(var r in n){var a=n[r];if(a){var o=a.name;o&&!e(o)&&Dr(n,r,s,i)}}}function Dr(t,e,n,s){var i=t[e];i&&(!s||i.tag!==s.tag)&&i.componentInstance.$destroy(),t[e]=null,cn(n,e)}!function(t){t.prototype._init=function(t){var e=this;e._uid=Nr++,e._isVue=!0,e.__v_skip=!0,e._scope=new Ls(!0),e._scope._vm=!0,t&&t._isComponent?function(t,e){var n=t.$options=Object.create(t.constructor.options),s=e._parentVnode;n.parent=e.parent,n._parentVnode=s;var i=s.componentOptions;n.propsData=i.propsData,n._parentListeners=i.listeners,n._renderChildren=i.children,n._componentTag=i.tag,e.render&&(n.render=e.render,n.staticRenderFns=e.staticRenderFns)}(e,t):e.$options=vr(Pr(e.constructor),t||{},e),e._renderProxy=e,e._self=e,function(t){var e=t.$options,n=e.parent;if(n&&!e.abstract){for(;n.$options.abstract&&n.$parent;)n=n.$parent;n.$children.push(t)}t.$parent=n,t.$root=n?n.$root:t,t.$children=[],t.$refs={},t._provided=n?n._provided:Object.create(null),t._watcher=null,t._inactive=null,t._directInactive=!1,t._isMounted=!1,t._isDestroyed=!1,t._isBeingDestroyed=!1}(e),function(t){t._events=Object.create(null),t._hasHookEvent=!1;var e=t.$options._parentListeners;e&&Ui(t,e)}(e),function(t){t._vnode=null,t._staticTrees=null;var e=t.$options,n=t.$vnode=e._parentVnode,s=n&&n.context;t.$slots=Qs(e._renderChildren,s),t.$scopedSlots=n?ei(t.$parent,n.data.scopedSlots,t.$slots):qe,t._c=function(e,n,s,i){return mi(t,e,n,s,i,!1)},t.$createElement=function(e,n,s,i){return mi(t,e,n,s,i,!0)};var i=n&&n.data;ws(t,"$attrs",i&&i.attrs||qe,null,!0),ws(t,"$listeners",e._parentListeners||qe,null,!0)}(e),Vi(e,"beforeCreate",void 0,!1),function(t){var e=er(t.$options.inject,t);e&&(gs(!1),Object.keys(e).forEach((function(n){ws(t,n,e[n])})),gs(!0))}(e),kr(e),function(t){var e=t.$options.provide;if(e){var n=Qe(e)?e.call(t):e;if(!Xe(n))return;for(var s=function(t){var e=t._provided,n=t.$parent&&t.$parent._provided;return n===e?t._provided=Object.create(n):e}(t),i=Jn?Reflect.ownKeys(n):Object.keys(n),r=0;r1?wn(n):n;for(var s=wn(arguments,1),i='event handler for "'.concat(t,'"'),r=0,a=n.length;rparseInt(this.max)&&Dr(e,n[0],n,this._vnode),this.vnodeToCache=null}}},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var t in this.cache)Dr(this.cache,t,this.keys)},mounted:function(){var t=this;this.cacheVNode(),this.$watch("include",(function(e){Ur(t,(function(t){return Or(e,t)}))})),this.$watch("exclude",(function(e){Ur(t,(function(t){return!Or(e,t)}))}))},updated:function(){this.cacheVNode()},render:function(){var t=this.$slots.default,e=ci(t),n=e&&e.componentOptions;if(n){var s=Ir(n),i=this.include,r=this.exclude;if(i&&(!s||!Or(i,s))||r&&s&&Or(r,s))return e;var a=this.cache,o=this.keys,l=null==e.key?n.Ctor.cid+(n.tag?"::".concat(n.tag):""):e.key;a[l]?(e.componentInstance=a[l].componentInstance,cn(o,l),o.push(l)):(this.vnodeToCache=e,this.keyToCache=l),e.data.keepAlive=!0}return e||t&&t[0]}},zr={KeepAlive:Rr};!function(t){var e={get:function(){return Bn}};Object.defineProperty(t,"config",e),t.util={warn:dr,extend:yn,mergeOptions:vr,defineReactive:ws},t.set=ys,t.delete=bs,t.nextTick=Si,t.observable=function(t){return As(t),t},t.options=Object.create(null),En.forEach((function(e){t.options[e+"s"]=Object.create(null)})),t.options._base=t,yn(t.options.components,zr),function(t){t.use=function(t){var e=this._installedPlugins||(this._installedPlugins=[]);if(e.indexOf(t)>-1)return this;var n=wn(arguments,1);return n.unshift(this),Qe(t.install)?t.install.apply(t,n):Qe(t)&&t.apply(null,n),e.push(t),this}}(t),function(t){t.mixin=function(t){return this.options=vr(this.options,t),this}}(t),function(t){t.cid=0;var e=1;t.extend=function(t){t=t||{};var n=this,s=n.cid,i=t._Ctor||(t._Ctor={});if(i[s])return i[s];var r=rr(t)||rr(n.options),a=function(t){this._init(t)};return(a.prototype=Object.create(n.prototype)).constructor=a,a.cid=e++,a.options=vr(n.options,t),a.super=n,a.options.props&&function(t){var e=t.options.props;for(var n in e)Tr(t.prototype,"_props",n)}(a),a.options.computed&&function(t){var e=t.options.computed;for(var n in e)Lr(t.prototype,n,e[n])}(a),a.extend=n.extend,a.mixin=n.mixin,a.use=n.use,En.forEach((function(t){a[t]=n[t]})),r&&(a.options.components[r]=a),a.superOptions=n.options,a.extendOptions=t,a.sealedOptions=yn({},a.options),i[s]=a,a}}(t),function(t){En.forEach((function(e){t[e]=function(t,n){return n?("component"===e&&en(n)&&(n.name=n.name||t,n=this.options._base.extend(n)),"directive"===e&&Qe(n)&&(n={bind:n,update:n}),this.options[e+"s"][t]=n,n):this.options[e+"s"][t]}}))}(t)}(jr),Object.defineProperty(jr.prototype,"$isServer",{get:Gn}),Object.defineProperty(jr.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(jr,"FunctionalRenderContext",{value:nr}),jr.version="2.7.14";var Mr=on("style,class"),Vr=on("input,textarea,option,select,progress"),Hr=on("contenteditable,draggable,spellcheck"),Zr=on("events,caret,typing,plaintext-only"),qr=function(t,e){return Jr(e)||"false"===e?"false":"contenteditable"===t&&Zr(e)?e:"true"},Gr=on("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,truespeed,typemustmatch,visible"),Wr="http://www.w3.org/1999/xlink",Yr=function(t){return":"===t.charAt(5)&&"xlink"===t.slice(0,5)},Kr=function(t){return Yr(t)?t.slice(6,t.length):""},Jr=function(t){return null==t||!1===t};function Qr(t,e){return{staticClass:Xr(t.staticClass,e.staticClass),class:Ye(t.class)?[t.class,e.class]:e.class}}function Xr(t,e){return t?e?t+" "+e:t:e||""}function ta(t){return Array.isArray(t)?function(t){for(var e,n="",s=0,i=t.length;s-1?xa(t,e,n):Gr(e)?Jr(n)?t.removeAttribute(e):(n="allowfullscreen"===e&&"EMBED"===t.tagName?"true":e,t.setAttribute(e,n)):Hr(e)?t.setAttribute(e,qr(e,n)):Yr(e)?Jr(n)?t.removeAttributeNS(Wr,Kr(e)):t.setAttributeNS(Wr,e,n):xa(t,e,n)}function xa(t,e,n){if(Jr(n))t.removeAttribute(e);else{if(Dn&&!$n&&"TEXTAREA"===t.tagName&&"placeholder"===e&&""!==n&&!t.__ieph){var s=function(e){e.stopImmediatePropagation(),t.removeEventListener("input",s)};t.addEventListener("input",s),t.__ieph=!0}t.setAttribute(e,n)}}var Ta={create:Ca,update:Ca};function ka(t,e){var n=e.elm,s=e.data,i=t.data;if(!(We(s.staticClass)&&We(s.class)&&(We(i)||We(i.staticClass)&&We(i.class)))){var r=function(t){for(var e=t.data,n=t,s=t;Ye(s.componentInstance);)(s=s.componentInstance._vnode)&&s.data&&(e=Qr(s.data,e));for(;Ye(n=n.parent);)n&&n.data&&(e=Qr(e,n.data));return function(t,e){return Ye(t)||Ye(e)?Xr(t,ta(e)):""}(e.staticClass,e.class)}(e),a=n._transitionClasses;Ye(a)&&(r=Xr(r,ta(a))),r!==n._prevClass&&(n.setAttribute("class",r),n._prevClass=r)}}var Sa,La={create:ka,update:ka},Ea="__r",Fa="__c";function Ba(t,e,n){var s=Sa;return function i(){null!==e.apply(null,arguments)&&ja(t,i,n,s)}}var Na=wi&&!(Mn&&Number(Mn[1])<=53);function Pa(t,e,n,s){if(Na){var i=Ki,r=e;e=r._wrapper=function(t){if(t.target===t.currentTarget||t.timeStamp>=i||t.timeStamp<=0||t.target.ownerDocument!==document)return r.apply(this,arguments)}}Sa.addEventListener(t,e,Hn?{capture:n,passive:s}:n)}function ja(t,e,n,s){(s||Sa).removeEventListener(t,e._wrapper||e,n)}function Ia(t,e){if(!We(t.data.on)||!We(e.data.on)){var n=e.data.on||{},s=t.data.on||{};Sa=e.elm||t.elm,function(t){if(Ye(t[Ea])){var e=Dn?"change":"input";t[e]=[].concat(t[Ea],t[e]||[]),delete t[Ea]}Ye(t[Fa])&&(t.change=[].concat(t[Fa],t.change||[]),delete t[Fa])}(n),Bs(n,s,Pa,ja,Ba,e.context),Sa=void 0}}var Oa,Ua={create:Ia,update:Ia,destroy:function(t){return Ia(t,ua)}};function Da(t,e){if(!We(t.data.domProps)||!We(e.data.domProps)){var n,s,i=e.elm,r=t.data.domProps||{},a=e.data.domProps||{};for(n in(Ye(a.__ob__)||Ke(a._v_attr_proxy))&&(a=e.data.domProps=yn({},a)),r)n in a||(i[n]="");for(n in a){if(s=a[n],"textContent"===n||"innerHTML"===n){if(e.children&&(e.children.length=0),s===r[n])continue;1===i.childNodes.length&&i.removeChild(i.childNodes[0])}if("value"===n&&"PROGRESS"!==i.tagName){i._value=s;var o=We(s)?"":String(s);$a(i,o)&&(i.value=o)}else if("innerHTML"===n&&sa(i.tagName)&&We(i.innerHTML)){(Oa=Oa||document.createElement("div")).innerHTML="".concat(s,"");for(var l=Oa.firstChild;i.firstChild;)i.removeChild(i.firstChild);for(;l.firstChild;)i.appendChild(l.firstChild)}else if(s!==r[n])try{i[n]=s}catch{}}}}function $a(t,e){return!t.composing&&("OPTION"===t.tagName||function(t,e){var n=!0;try{n=document.activeElement!==t}catch{}return n&&t.value!==e}(t,e)||function(t,e){var n=t.value,s=t._vModifiers;if(Ye(s)){if(s.number)return an(n)!==an(e);if(s.trim)return n.trim()!==e.trim()}return n!==e}(t,e))}var Ra={create:Da,update:Da},za=mn((function(t){var e={},n=/:(.+)/;return t.split(/;(?![^(]*\))/g).forEach((function(t){if(t){var s=t.split(n);s.length>1&&(e[s[0].trim()]=s[1].trim())}})),e}));function Ma(t){var e=Va(t.style);return t.staticStyle?yn(t.staticStyle,e):e}function Va(t){return Array.isArray(t)?bn(t):"string"==typeof t?za(t):t}var Ha,Za=/^--/,qa=/\s*!important$/,Ga=function(t,e,n){if(Za.test(e))t.style.setProperty(e,n);else if(qa.test(n))t.style.setProperty(vn(e),n.replace(qa,""),"important");else{var s=Ya(e);if(Array.isArray(n))for(var i=0,r=n.length;i-1?e.split(Qa).forEach((function(e){return t.classList.add(e)})):t.classList.add(e);else{var n=" ".concat(t.getAttribute("class")||""," ");n.indexOf(" "+e+" ")<0&&t.setAttribute("class",(n+e).trim())}}function to(t,e){if(e&&(e=e.trim()))if(t.classList)e.indexOf(" ")>-1?e.split(Qa).forEach((function(e){return t.classList.remove(e)})):t.classList.remove(e),t.classList.length||t.removeAttribute("class");else{for(var n=" ".concat(t.getAttribute("class")||""," "),s=" "+e+" ";n.indexOf(s)>=0;)n=n.replace(s," ");(n=n.trim())?t.setAttribute("class",n):t.removeAttribute("class")}}function eo(t){if(t){if("object"==typeof t){var e={};return!1!==t.css&&yn(e,no(t.name||"v")),yn(e,t),e}if("string"==typeof t)return no(t)}}var no=mn((function(t){return{enterClass:"".concat(t,"-enter"),enterToClass:"".concat(t,"-enter-to"),enterActiveClass:"".concat(t,"-enter-active"),leaveClass:"".concat(t,"-leave"),leaveToClass:"".concat(t,"-leave-to"),leaveActiveClass:"".concat(t,"-leave-active")}})),so=On&&!$n,io="transition",ro="animation",ao="transition",oo="transitionend",lo="animation",co="animationend";so&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(ao="WebkitTransition",oo="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(lo="WebkitAnimation",co="webkitAnimationEnd"));var uo=On?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(t){return t()};function mo(t){uo((function(){uo(t)}))}function fo(t,e){var n=t._transitionClasses||(t._transitionClasses=[]);n.indexOf(e)<0&&(n.push(e),Xa(t,e))}function po(t,e){t._transitionClasses&&cn(t._transitionClasses,e),to(t,e)}function go(t,e,n){var s=vo(t,e),i=s.type,r=s.timeout,a=s.propCount;if(!i)return n();var o=i===io?oo:co,l=0,c=function(){t.removeEventListener(o,d),n()},d=function(e){e.target===t&&++l>=a&&c()};setTimeout((function(){l0&&(n=io,d=a,u=r.length):e===ro?c>0&&(n=ro,d=c,u=l.length):u=(n=(d=Math.max(a,c))>0?a>c?io:ro:null)?n===io?r.length:l.length:0,{type:n,timeout:d,propCount:u,hasTransform:n===io&&ho.test(s[ao+"Property"])}}function Ao(t,e){for(;t.length1}function xo(t,e){!0!==e.data.show&&yo(e)}var To=On?{create:xo,activate:xo,remove:function(t,e){!0!==t.data.show?bo(t,e):e()}}:{},ko=function(t){var e,n,s={},i=t.modules,r=t.nodeOps;for(e=0;em?p(t,We(n[v+1])?null:n[v+1].elm,n,u,v,s):u>v&&h(e,d,m)}(c,f,g,n,l):Ye(g)?(Ye(t.text)&&r.setTextContent(c,""),p(c,null,g,0,g.length-1,n)):Ye(f)?h(f,0,f.length-1):Ye(t.text)&&r.setTextContent(c,""):t.text!==e.text&&r.setTextContent(c,e.text),Ye(m)&&Ye(d=m.hook)&&Ye(d=d.postpatch)&&d(t,e)}}function y(t,e,n){if(Ke(n)&&Ye(t.parent))t.parent.data.pendingInsert=e;else for(var s=0;s-1,a.selected!==r&&(a.selected=r);else if(Tn(Bo(a),s))return void(t.selectedIndex!==o&&(t.selectedIndex=o));i||(t.selectedIndex=-1)}}function Fo(t,e){return e.every((function(e){return!Tn(e,t)}))}function Bo(t){return"_value"in t?t._value:t.value}function No(t){t.target.composing=!0}function Po(t){t.target.composing&&(t.target.composing=!1,jo(t.target,"input"))}function jo(t,e){var n=document.createEvent("HTMLEvents");n.initEvent(e,!0,!0),t.dispatchEvent(n)}function Io(t){return!t.componentInstance||t.data&&t.data.transition?t:Io(t.componentInstance._vnode)}var Oo={bind:function(t,e,n){var s=e.value,i=(n=Io(n)).data&&n.data.transition,r=t.__vOriginalDisplay="none"===t.style.display?"":t.style.display;s&&i?(n.data.show=!0,yo(n,(function(){t.style.display=r}))):t.style.display=s?r:"none"},update:function(t,e,n){var s=e.value;!s!=!e.oldValue&&((n=Io(n)).data&&n.data.transition?(n.data.show=!0,s?yo(n,(function(){t.style.display=t.__vOriginalDisplay})):bo(n,(function(){t.style.display="none"}))):t.style.display=s?t.__vOriginalDisplay:"none")},unbind:function(t,e,n,s,i){i||(t.style.display=t.__vOriginalDisplay)}},Uo={model:So,show:Oo},Do={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function $o(t){var e=t&&t.componentOptions;return e&&e.Ctor.options.abstract?$o(ci(e.children)):t}function Ro(t){var e={},n=t.$options;for(var s in n.propsData)e[s]=t[s];var i=n._parentListeners;for(var s in i)e[pn(s)]=i[s];return e}function zo(t,e){if(/\d-keep-alive$/.test(e.tag))return t("keep-alive",{props:e.componentOptions.propsData})}var Mo=function(t){return t.tag||ti(t)},Vo=function(t){return"show"===t.name},Ho={name:"transition",props:Do,abstract:!0,render:function(t){var e=this,n=this.$slots.default;if(n&&(n=n.filter(Mo)).length){var s=this.mode,i=n[0];if(function(t){for(;t=t.parent;)if(t.data.transition)return!0}(this.$vnode))return i;var r=$o(i);if(!r)return i;if(this._leaving)return zo(t,i);var a="__transition-".concat(this._uid,"-");r.key=null==r.key?r.isComment?a+"comment":a+r.tag:Je(r.key)?0===String(r.key).indexOf(a)?r.key:a+r.key:r.key;var o=(r.data||(r.data={})).transition=Ro(this),l=this._vnode,c=$o(l);if(r.data.directives&&r.data.directives.some(Vo)&&(r.data.show=!0),c&&c.data&&!function(t,e){return e.key===t.key&&e.tag===t.tag}(r,c)&&!ti(c)&&(!c.componentInstance||!c.componentInstance._vnode.isComment)){var d=c.data.transition=yn({},o);if("out-in"===s)return this._leaving=!0,Ns(d,"afterLeave",(function(){e._leaving=!1,e.$forceUpdate()})),zo(t,i);if("in-out"===s){if(ti(r))return l;var u,m=function(){u()};Ns(o,"afterEnter",m),Ns(o,"enterCancelled",m),Ns(d,"delayLeave",(function(t){u=t}))}}return i}}},Zo=yn({tag:String,moveClass:String},Do);delete Zo.mode;var qo={props:Zo,beforeMount:function(){var t=this,e=this._update;this._update=function(n,s){var i=$i(t);t.__patch__(t._vnode,t.kept,!1,!0),t._vnode=t.kept,i(),e.call(t,n,s)}},render:function(t){for(var e=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),s=this.prevChildren=this.children,i=this.$slots.default||[],r=this.children=[],a=Ro(this),o=0;o-1?ra[t]=e.constructor===window.HTMLUnknownElement||e.constructor===window.HTMLElement:ra[t]=/HTMLUnknownElement/.test(e.toString())},yn(jr.options.directives,Uo),yn(jr.options.components,Ko),jr.prototype.__patch__=On?ko:Cn,jr.prototype.$mount=function(t,e){return function(t,e,n){var s;t.$el=e,t.$options.render||(t.$options.render=es),Vi(t,"beforeMount"),s=function(){t._update(t._render(),n)},new Pi(t,s,Cn,{before:function(){t._isMounted&&!t._isDestroyed&&Vi(t,"beforeUpdate")}},!0),n=!1;var i=t._preWatchers;if(i)for(var r=0;r, 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:["باقٍ بضعُ ثوانٍ"]},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} ملف","تخطَّ {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":"FranciscoFJ , 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\n"},msgstr:["Last-Translator: FranciscoFJ , 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"]},Add:{msgid:"Add",msgstr:["Añadir"]},"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 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":"Clément Saccoccio, 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:\nJohn Molakvoæ , 2023\nJean-Claude Richard , 2023\nClément Saccoccio, 2023\n"},msgstr:["Last-Translator: Clément Saccoccio, 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"]},Add:{msgid:"Add",msgstr:["Ajouter"]},"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 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"]},Add:{msgid:"Add",msgstr:["Engadir"]},"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 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":"Rainy Merlin, 2022","Language-Team":"Indonesian (https://www.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:\nRainy Merlin, 2022\n"},msgstr:["Last-Translator: Rainy Merlin, 2022\nLanguage-Team: Indonesian (https://www.transifex.com/nextcloud/teams/64236/id/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: id\nPlural-Forms: nplurals=1; plural=0;\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} detik tersisa"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["{time} tersisa"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["tinggal sebentar lagi"]},Add:{msgid:"Add",msgstr:["Tambah"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Batalkan unggahan"]},"estimating time left":{msgid:"estimating time left",msgstr:["memperkirakan waktu yang tersisa"]},paused:{msgid:"paused",msgstr:["dijeda"]},"Upload files":{msgid:"Upload files",msgstr:["Unggah berkas"]}}}}},{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":"Transifex Bot <>, 2022","Language-Team":"Icelandic (https://www.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:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Icelandic (https://www.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"]},"{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:"it",json:{charset:"utf-8",headers:{"Last-Translator":"Lep Lep, 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\n"},msgstr:["Last-Translator: Lep Lep, 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"]},Add:{msgid:"Add",msgstr:["Aggiungi"]},"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 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":"Valdnet, 2022","Language-Team":"Polish (https://www.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:\nValdnet, 2022\n"},msgstr:["Last-Translator: Valdnet, 2022\nLanguage-Team: Polish (https://www.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"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["Pozostało {seconds} sekund"]},"{time} left":{msgid:"{time} left",comments:{extracted:"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"]},Add:{msgid:"Add",msgstr:["Dodaj"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Anuluj wysyłanie"]},"estimating time left":{msgid:"estimating time left",msgstr:["Szacowanie pozostałego czasu"]},paused:{msgid:"paused",msgstr:["Wstrzymane"]},"Upload files":{msgid:"Upload files",msgstr:["Wyślij pliki"]}}}}},{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"]},Add:{msgid:"Add",msgstr:["Lägg till"]},"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 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 , 2022","Language-Team":"Turkish (https://www.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:\nKaya Zeren , 2022\n"},msgstr:["Last-Translator: Kaya Zeren , 2022\nLanguage-Team: Turkish (https://www.transifex.com/nextcloud/teams/64236/tr/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: tr\nPlural-Forms: nplurals=2; plural=(n > 1);\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} saniye kaldı"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["{time} kaldı"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["bir kaç saniye kaldı"]},Add:{msgid:"Add",msgstr:["Ekle"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Yüklemeleri iptal et"]},"estimating time left":{msgid:"estimating time left",msgstr:["öngörülen kalan süre"]},paused:{msgid:"paused",msgstr:["duraklatıldı"]},"Upload files":{msgid:"Upload files",msgstr:["Dosyaları yükle"]}}}}},{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=>el.addTranslation(t.locale,t.json)));const nl=el.build(),sl=nl.ngettext.bind(nl),il=nl.gettext.bind(nl),rl=jr.extend({name:"UploadPicker",components:{Cancel:Qo,NcActionButton:F.Z,NcActions:B.Z,NcButton:N.Z,NcIconSvgWrapper:P.Z,NcProgressBar:j.Z,Plus:Xo,Upload:tl},props:{accept:{type:Array,default:null},disabled:{type:Boolean,default:!1},multiple:{type:Boolean,default:!1},destination:{type:w.gt,default:void 0},content:{type:Array,default:()=>[]}},data:()=>({addLabel:il("New"),cancelLabel:il("Cancel uploads"),uploadLabel:il("Upload files"),eta:null,timeLeft:"",newFileMenuEntries:[],uploadManager:ll()}),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===ze.FAILED)).length},isUploading(){return this.queue?.length>0},isAssembling(){return 0!==this.queue?.filter((t=>t.status===ze.ASSEMBLING)).length},isPaused(){return this.uploadManager.info?.status===He.PAUSED},buttonName(){if(!this.isUploading)return this.addLabel}},watch:{destination(t){this.setDestination(t)},totalQueueSize(t){this.eta=E({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),Ve.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(6297).then(n.bind(n,16297));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,L.x2)(il("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=il("paused"));const t=Math.round(this.eta.estimate());if(t!==1/0)if(t<10)this.timeLeft=il("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=il("{time} left",{time:n})}else this.timeLeft=il("{seconds} seconds left",{seconds:t});else this.timeLeft=il("estimating time left")},setDestination(t){this.destination?(Ve.debug("Destination set",{destination:t}),this.uploadManager.destination=t,this.newFileMenuEntries=(0,w.Ir)(t)):Ve.debug("Invalid destination")},onUploadCompletion(t){t.status===ze.FAILED?this.$emit("failed",t):this.$emit("uploaded",t)}}}),al=Jo(rl,(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 ol=null;function ll(){const t=null!==document.querySelector('input[name="isPublic"][value="1"]');return ol instanceof Ze||(ol=new Ze(t)),ol}}},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(d=0;d=i)&&Object.keys(a.O).every((t=>a.O[t](n[l])))?n.splice(l--,1):(o=!1,i0&&e[d-1][2]>i;d--)e[d]=e[d-1];e[d]=[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="+{2048:"78a82614529a3cefcde7",4180:"fe82f3a2dac70d6b82bc",6297:"1e84ac24774ea94e83ae"}[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"),d=0;d{o.onerror=o.onload=null,clearTimeout(f);var i=n[t];if(delete n[t],o.parentNode&&o.parentNode.removeChild(o),i&&i.forEach((t=>t(s))),e)return e(s)},f=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 d=l(a)}for(e&&e(n);ca(52674)));o=a.O(o)})(); -//# sourceMappingURL=files-main.js.map?v=1b36831aeca4ced96cee \ No newline at end of file +(()=>{var e,n,s,i={77946:(e,n,s)=>{"use strict";var i={};s.r(i),s.d(i,{exclude:()=>_r,extract:()=>Ar,parse:()=>wr,parseUrl:()=>br,pick:()=>xr,stringify:()=>yr,stringifyUrl:()=>Cr});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 d,u;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!==d||("undefined"!=typeof window&&window.performance?(d=!0,u=window.performance):void 0!==s.g&&(null===(t=s.g.perf_hooks)||void 0===t?void 0:t.performance)?(d=!0,u=s.g.perf_hooks.performance):d=!1),d?u.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 f(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 p=s(25108);let g;const h=t=>g=t,v=Symbol();function A(t){return t&&"object"==typeof t&&"[object Object]"===Object.prototype.toString.call(t)&&"function"!=typeof t.toJSON}var w;!function(t){t.direct="direct",t.patchObject="patch object",t.patchFunction="patch function"}(w||(w={}));const y="undefined"!=typeof window,b="undefined"!=typeof __VUE_PROD_DEVTOOLS__&&__VUE_PROD_DEVTOOLS__&&y,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(){L(s.response,e,n)},s.onerror=function(){p.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:""},S=(()=>/Macintosh/.test(k.userAgent)&&/AppleWebKit/.test(k.userAgent)&&!/Safari/.test(k.userAgent))(),L=y?"undefined"!=typeof HTMLAnchorElement&&"download"in HTMLAnchorElement.prototype&&!S?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||S)&&"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 E(t,e){const n="🍍 "+t;"function"==typeof __VUE_DEVTOOLS_TOAST__?__VUE_DEVTOOLS_TOAST__(n,e):"error"===e?p.error(n):"warn"===e?p.warn(n):p.log(n)}function F(t){return"_a"in t&&"install"in t}function B(){if(!("clipboard"in navigator))return E("Your browser doesn't support the Clipboard API","error"),!0}function N(t){return!!(t instanceof Error&&t.message.toLowerCase().includes("document is not focused"))&&(E('You need to activate the "Emulate a focused page" setting in the "Rendering" panel of devtools.',"warn"),!0)}let P;function j(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 I(t){return{_custom:{display:t}}}const O="🍍 Pinia (root)",U="_root";function D(t){return F(t)?{id:U,label:O}:{id:t.$id,label:t.$id}}function $(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:I(t.type),key:I(t.key),oldValue:t.oldValue,newValue:t.newValue}:{}}function R(t){switch(t){case w.direct:return"mutation";case w.patchFunction:case w.patchObject:return"$patch";default:return"unknown"}}let z=!0;const M=[],V="pinia:mutations",H="pinia",{assign:Z}=Object,q=t=>"🍍 "+t;function G(t,e){f({id:"dev.esm.pinia",label:"Pinia 🍍",logo:"https://pinia.vuejs.org/logo.svg",packageName:"pinia",homepage:"https://pinia.vuejs.org",componentStateTypes:M,app:t},(n=>{"function"!=typeof n.now&&E("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:V,label:"Pinia 🍍",color:15064968}),n.addInspector({id:H,label:"Pinia 🍍",icon:"storage",treeFilterPlaceholder:"Search stores",actions:[{icon:"content_copy",action:()=>{!async function(t){if(!B())try{await navigator.clipboard.writeText(JSON.stringify(t.state.value)),E("Global state copied to clipboard.")}catch(t){if(N(t))return;E("Failed to serialize the state. Check the console for more details.","error"),p.error(t)}}(e)},tooltip:"Serialize and copy the state"},{icon:"content_paste",action:async()=>{await async function(t){if(!B())try{j(t,JSON.parse(await navigator.clipboard.readText())),E("Global state pasted from clipboard.")}catch(t){if(N(t))return;E("Failed to deserialize the state from clipboard. Check the console for more details.","error"),p.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{L(new Blob([JSON.stringify(t.state.value)],{type:"text/plain;charset=utf-8"}),"pinia-state.json")}catch(t){E("Failed to export the state as JSON. Check the console for more details.","error"),p.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;j(t,JSON.parse(s)),E(`Global state imported from "${i.name}".`)}catch(t){E("Failed to import the state from JSON. Check the console for more details.","error"),p.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?E(`Cannot reset "${t}" store because it doesn't have a "$reset" method implemented.`,"warn"):(n.$reset(),E(`Store "${t}" reset.`)):E(`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:q(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:q(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()):O.toLowerCase().includes(n.filter.toLowerCase()))):t).map(D)}})),n.on.getInspectorState((n=>{if(n.app===t&&n.inspectorId===H){const t=n.nodeId===U?e:e._s.get(n.nodeId);if(!t)return;t&&(n.state=function(t){if(F(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===U?e:e._s.get(n.nodeId);if(!t)return E(`store "${n.nodeId}" not found`,"error");const{path:s}=n;F(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 E(`store "${n}" not found`,"error");const{path:i}=t;if("state"!==i[0])return E(`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){M.includes(q(e.$id))||M.push(q(e.$id)),f({id:"dev.esm.pinia",label:"Pinia 🍍",logo:"https://pinia.vuejs.org/logo.svg",packageName:"pinia",homepage:"https://pinia.vuejs.org",componentStateTypes:M,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:V,event:{time:n(),title:"🛫 "+r,subtitle:"start",data:{store:I(e.$id),action:I(r),args:a},groupId:o}}),s((s=>{W=void 0,t.addTimelineEvent({layerId:V,event:{time:n(),title:"🛬 "+r,subtitle:"end",data:{store:I(e.$id),action:I(r),args:a,result:s},groupId:o}})})),i((s=>{W=void 0,t.addTimelineEvent({layerId:V,event:{time:n(),logType:"error",title:"💥 "+r,subtitle:"end",data:{store:I(e.$id),action:I(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:V,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:R(i),data:Z({store:I(e.$id)},$(s)),groupId:W};i===w.patchFunction?a.subtitle="⤵️":i===w.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:V,event:a})}),{detached:!0,flush:"sync"});const s=e._hotUpdate;e._hotUpdate=(0,r.markRaw)((i=>{s(i),t.addTimelineEvent({layerId:V,event:{time:n(),title:"🔥 "+e.$id,subtitle:"HMR update",data:{store:I(e.$id),info:I("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&&E(`Disposed "${e.$id}" store 🗑`)},t.notifyComponentUpdate(),t.sendInspectorTree(H),t.sendInspectorState(H),t.getSettings().logStoreChanges&&E(`"${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];A(i)&&A(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),d={deep:!0};let u,m,f,p=[],g=[];const v=s.state.value[t];o||v||(a?(0,r.set)(s.state.value,t,{}):s.state.value[t]={});const y=(0,r.ref)({});let C;function x(e){let n;u=m=!1,"function"==typeof e?(e(s.state.value[t]),n={type:w.patchFunction,storeId:t,events:f}):(nt(s.state.value[t],e),n={type:w.patchObject,payload:e,storeId:t,events:f});const i=C=Symbol();(0,r.nextTick)().then((()=>{C===i&&(u=!0)})),m=!0,tt(p,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:L,after:function(t){r.push(t)},onError:function(t){a.push(t)}});try{o=n.apply(this&&this.$id===t?this:L,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:y}),S={_p:s,$id:t,$onAction:X.bind(null,g),$patch:x,$reset:_,$subscribe(e,n={}){const i=X(p,e,n.detached,(()=>a())),a=l.run((()=>(0,r.watch)((()=>s.state.value[t]),(s=>{("sync"===n.flush?m:u)&&e({storeId:t,type:w.direct,events:f},s)}),rt({},d,n))));return i},$dispose:function(){l.stop(),p=[],g=[],s._s.delete(t)}};a&&(S._r=!1);const L=(0,r.reactive)(b?rt({_hmrPayload:k,_customProperties:(0,r.markRaw)(new Set)},S):S);s._s.set(t,L);const E=(s._a&&s._a.runWithContext||et)((()=>s._e.run((()=>(l=(0,r.effectScope)()).run(e)))));for(const e in E){const n=E[e];if((0,r.isRef)(n)&&(B=n,!(0,r.isRef)(B)||!B.effect)||(0,r.isReactive)(n))o||(!v||(F=n,a?it.has(F):A(F)&&F.hasOwnProperty(st))||((0,r.isRef)(n)?n.value=v[e]:nt(n,v[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)(E,e,t):E[e]=t,c.actions[e]=n}}var F,B;if(a?Object.keys(E).forEach((t=>{(0,r.set)(L,t,E[t])})):(rt(L,E),rt((0,r.toRaw)(L),E)),Object.defineProperty(L,"$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(L,e,rt({value:L[e]},t))}))}return a&&(L._r=!0),s._p.forEach((t=>{if(b){const e=l.run((()=>t({store:L,app:s._a,pinia:s,options:c})));Object.keys(e||{}).forEach((t=>L._customProperties.add(t))),rt(L,e)}else rt(L,l.run((()=>t({store:L,app:s._a,pinia:s,options:c}))))})),v&&o&&n.hydrate&&n.hydrate(L.$state,v),u=!0,m=!0,L}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)(v,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 d;d=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),dt=s(69183),ut=s(42515),mt=s(62520),ft=function(t,e){return te?1:0},pt=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,vt=/\s+/g,At=/^[+-]?(?:\d+(?:\.\d*)?|\.\d+)(?:[eE][+-]?\d+)?$/,wt=/(^([\w ]+,?[\w ]+)?[\w ]+,?[\w ]+\d+:\d+(:\d+)?[\w ]?|^\d{1,4}[/-]\d{1,4}[/-]\d{1,4}|^\w+, \w+ \d+, \d{4})/,yt=/^0+[1-9]{1}[0-9]*$/,bt=/[^\x00-\x80]/,Ct=function(t,e){return te?1:0},xt=function(t){return t.replace(vt," ").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(At.test(t)&&(!yt.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)}},St=function(t){var e=function(t){return t.replace(gt,"\0$1\0").replace(/\0$/,"").replace(/^\0/,"").split("\0")}(t).map(kt);return e},Lt=function(t){return"function"==typeof t},Et=function(t){return Number.isNaN(t)||t instanceof Number&&Number.isNaN(t.valueOf())},Ft=function(t){return null===t},Bt=function(t){return!(null===t||"object"!=typeof t||Array.isArray(t)||t instanceof Number||t instanceof String||t instanceof Boolean||t instanceof Date)},Nt=function(t){return"symbol"==typeof t},Pt=function(t){return void 0===t},jt=function(t){if("string"==typeof t||t instanceof String||("number"==typeof t||t instanceof Number)&&!Et(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)&&wt.test(t)?e:void 0}catch(t){return}}(t)}(e);return{parsedNumber:n,chunks:St(n?""+n:e),value:t}}return{isArray:Array.isArray(t),isFunction:Lt(t),isNaN:Et(t),isNull:Ft(t),isObject:Bt(t),isSymbol:Nt(t),isUndefined:Pt(t),value:t}},It=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 Ot(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(It):[function(t){return t}],i=t.map((function(t,e){return{index:e,values:s.map((function(e){return e(t)})).map(jt)}}));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}(f.chunks,p.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}(f,p));if(m)return m*("desc"===d?-1:1)}}var f,p;return s-r}(t,e,n)})),i.map((function(e){return function(t,e){return t[e]}(t,e.index)}))}(t,s,i)}var Ut=s(31352),Dt=s(41922),$t=s(50924),Rt=s(90207);const zt={name:"FormatListBulletedSquareIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}};var Mt=s(51900);const Vt=(0,Mt.Z)(zt,(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 Ht=s(40874),Zt=s(74628),qt=s(22175),Gt=s(64865),Wt=s(20435);const Yt={name:"ShareVariantIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},Kt=(0,Mt.Z)(Yt,(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,Jt={name:"ViewGridIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},Qt=(0,Mt.Z)(Jt,(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 Xt=s(48250);const te=(0,s(17499).IY)().setApp("files").detectUser().build(),ee=new lt.p$({id:"details",displayName:()=>(0,Ut.Iu)("files","Open details"),iconSvgInline:()=>Xt,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 te.error("Error while opening sidebar",{error:t}),!1}},order:-50}),ne=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):(te.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,dt.Ld)("files:node:created",t.onCreatedNode),(0,dt.Ld)("files:node:deleted",t.onDeletedNode),(0,dt.Ld)("files:node:updated",t.onUpdatedNode),t._initialized=!0),t},se=function(){const t=ne(),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 te.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 te.error("Parent folder not found",{parentId:s})}te.debug("Parent path does not exists, skipping children update",{node:e})}else te.error("Node has no fileid",{node:e})}}})(...arguments);return e._initialized||((0,dt.Ld)("files:node:created",e.onCreatedNode),e._initialized=!0),e},ie=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 re;var ae=s(79753),oe=s(43554),le=s(93664);const ce=(0,oe.j)("files","config",{show_hidden:!1,crop_image_previews:!0,sort_favorites_first:!0,grid_view:!1}),de=function(){const t=ot("userconfig",{state:()=>({userConfig:ce}),actions:{onUpdate(t,e){r.default.set(this.userConfig,t,e)},async update(t,e){await le.Z.put((0,ae.generateUrl)("/apps/files/api/v1/config/"+t),{value:e}),(0,dt.j8)("files:config:updated",{key:t,value:e})}}})(...arguments);return t._initialized||((0,dt.Ld)("files:config:updated",(function(e){let{key:n,value:s}=e;t.onUpdate(n,s)})),t._initialized=!0),t},ue=(0,oe.j)("files","viewConfigs",{}),me=function(){const t=ot("viewconfig",{state:()=>({viewConfig:ue}),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){le.Z.put((0,ae.generateUrl)(`/apps/files/api/v1/views/${t}/${e}`),{value:n}),(0,dt.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,dt.Ld)("files:viewconfig:updated",(function(t){let{view:n,key:s,value:i}=t;e.onUpdate(n,s,i)})),e._initialized=!0),e},fe={name:"HomeIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},pe=(0,Mt.Z)(fe,(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 ge=s(36402),he=s(49231);const ve=r.default.extend({name:"BreadCrumbs",components:{Home:pe,NcBreadcrumbs:he.Z,NcBreadcrumb:ge.Z},props:{path:{type:String,default:"/"}},setup:()=>({filesStore:ne(),pathsStore:se()}),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 Ae=s(93379),we=s.n(Ae),ye=s(7795),be=s.n(ye),Ce=s(90569),xe=s.n(Ce),_e=s(3565),Te=s.n(_e),ke=s(19216),Se=s.n(ke),Le=s(44589),Ee=s.n(Le),Fe=s(26057),Be={};Be.styleTagTransform=Ee(),Be.setAttributes=Te(),Be.insert=xe().bind(null,"head"),Be.domAPI=be(),Be.insertStyleElement=Se(),we()(Fe.Z,Be),Fe.Z&&Fe.Z.locals&&Fe.Z.locals;const Ne=(0,Mt.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)},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,"c33b6662",null).exports;var Pe=s(74139),je=s(64024);const Ie={name:"TrayArrowDownIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},Oe=(0,Mt.Z)(Ie,(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,Ue=r.default.extend({name:"DragAndDropNotice",components:{TrayArrowDownIcon:Oe},props:{currentFolder:{type:Object,required:!0},dragover:{type:Boolean,default:!1}},methods:{onDrop(t){if(this.$emit("update:dragover",!1),!this.$el.querySelector("tbody")?.contains(t.target)&&(t.preventDefault(),t.stopPropagation(),t.dataTransfer&&t.dataTransfer.files?.length>0)){const e=(0,$t.g)();e.destination=this.currentFolder,te.debug(`Uploading files to ${this.currentFolder.path}`);const n=[...t.dataTransfer.files].map((t=>e.upload(t.name,t)));Promise.all(n).then((t=>{te.debug("Upload terminated",{uploads:t}),(0,je.s$)((0,Ut.Iu)("files","Upload successful"));const e=t[t.length-1];e?.response?.headers?.["oc-fileid"]&&this.$router.push(Object.assign({},this.$route,{params:{fileid:parseInt(e.response?.headers?.["oc-fileid"])}}))}))}},t:Ut.Iu}}),De=Ue;var $e=s(10035),Re={};Re.styleTagTransform=Ee(),Re.setAttributes=Te(),Re.insert=xe().bind(null,"head"),Re.domAPI=be(),Re.insertStyleElement=Se(),we()($e.Z,Re),$e.Z&&$e.Z.locals&&$e.Z.locals;const ze=(0,Mt.Z)(De,(function(){var t=this,e=t._self._c;return t._self._setupProxy,e("div",{staticClass:"files-list__drag-drop-notice",class:{"files-list__drag-drop-notice--dragover":t.dragover},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,"2894a476",null).exports;var Me=s(52925),Ve=s(80351),He=s.n(Ve);const Ze={name:"FileMultipleIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},qe=(0,Mt.Z)(Ze,(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 Ge=s(81456),We=s(65720);const Ye=(0,Mt.Z)(We.Z,Ge.s,Ge.x,!1,null,null,null).exports,Ke=r.default.extend({name:"DragAndDropPreview",components:{FileMultipleIcon:qe,FolderIcon:Ye},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,Ut.uN)("files","{folderCount} folder","{folderCount} folders",n,{folderCount:n}):0===n?(0,Ut.uN)("files","{fileCount} file","{fileCount} files",e,{fileCount:e}):1===e?(0,Ut.uN)("files","1 file and {folderCount} folder","1 file and {folderCount} folders",n,{folderCount:n}):1===n?(0,Ut.uN)("files","{fileCount} file and 1 folder","{fileCount} files and 1 folder",e,{fileCount:e}):(0,Ut.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)}))}}}),Je=Ke;var Qe=s(50262),Xe={};Xe.styleTagTransform=Ee(),Xe.setAttributes=Te(),Xe.insert=xe().bind(null,"head"),Xe.domAPI=be(),Xe.insertStyleElement=Se(),we()(Qe.Z,Xe),Qe.Z&&Qe.Z.locals&&Qe.Z.locals;const tn=(0,Mt.Z)(Je,(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,en=r.default.extend(tn);let nn;const sn=async t=>new Promise((e=>{nn||(nn=(new en).$mount(),document.body.appendChild(nn.$el)),nn.update(t),nn.$on("loaded",(()=>{e(nn.$el),nn.$off("loaded")}))}));var rn=s(51473),an={};an.styleTagTransform=Ee(),an.setAttributes=Te(),an.insert=xe().bind(null,"head"),an.domAPI=be(),an.insertStyleElement=Se(),we()(rn.Z,an),rn.Z&&rn.Z.locals&&rn.Z.locals;var on=s(51120);const{Axios:ln,AxiosError:cn,CanceledError:dn,isCancel:un,CancelToken:mn,VERSION:fn,all:pn,Cancel:gn,isAxiosError:hn,spread:vn,toFormData:An,AxiosHeaders:wn,HttpStatusCode:yn,formToJSON:bn,getAdapter:Cn,mergeConfig:xn}=on.default;var _n=s(59546),Tn=s(96384),kn=s(59440);let Sn;const Ln=()=>(Sn||(Sn=new kn.Z({concurrency:3})),Sn);var En;!function(t){t.MOVE="Move",t.COPY="Copy",t.MOVE_OR_COPY="move-or-copy"}(En||(En={}));const Fn=t=>0!=(t.reduce(((t,e)=>Math.min(t,e.permissions)),lt.y3.ALL)<.y3.UPDATE),Bn=t=>(t=>t.every((t=>!JSON.parse(t.attributes?.["share-attributes"]??"[]").some((t=>"permissions"===t.scope&&!1===t.enabled&&"download"===t.key)))))(t);var Nn=s(25108);const Pn=t=>Fn(t)?Bn(t)?En.MOVE_OR_COPY:En.MOVE:En.COPY,jn=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,Ut.Iu)("files","Destination is not a folder"));if(t.dirname===e.path)throw new Error((0,Ut.Iu)("files","This file/folder is already in that directory"));if(t.path.startsWith(e.path))throw new Error((0,Ut.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,ae.generateRemoteUrl)(`dav/files/${(0,ct.ts)()?.uid}${i}`);te.debug(`${n} ${t.basename} to ${a}`),r.default.set(t,"status",lt.e4.LOADING);const o=Ln();return await o.add((async()=>{try{await(0,le.Z)({method:n===En.COPY?"COPY":"MOVE",url:t.encodedSource,headers:{Destination:encodeURI(a),Overwrite:s?void 0:"F"}}),n===En.MOVE&&(0,dt.j8)("files:node:deleted",t)}catch(t){if(t instanceof cn){if(412===t?.response?.status)throw new Error((0,Ut.Iu)("files","A file or folder with that name already exists in this folder"));if(423===t?.response?.status)throw new Error((0,Ut.Iu)("files","The files is locked"));if(404===t?.response?.status)throw new Error((0,Ut.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)}}))},In=(new lt.p$({id:"move-copy",displayName(t){switch(Pn(t)){case En.MOVE:return(0,Ut.Iu)("files","Move");case En.COPY:return(0,Ut.Iu)("files","Copy");case En.MOVE_OR_COPY:return(0,Ut.Iu)("files","Move or copy")}},iconSvgInline:()=>Tn,enabled:t=>!!t.every((t=>t.root?.startsWith("/files/")))&&t.length>0&&(Fn(t)||Bn(t)),async exec(t,e,n){const s=Pn([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,je.fn)((0,Ut.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!==En.COPY&&t!==En.MOVE_OR_COPY||a.push({label:o?(0,Ut.Iu)("files","Copy to {target}",{target:o}):(0,Ut.Iu)("files","Copy"),type:"primary",icon:_n,async callback(t){try{await jn(n,t[0],En.COPY),e(!0)}catch(t){i(t)}}}),t!==En.MOVE&&t!==En.MOVE_OR_COPY||a.push({label:o?(0,Ut.Iu)("files","Move to {target}",{target:o}):(0,Ut.Iu)("files","Move"),type:t===En.MOVE?"primary":"secondary",icon:Tn,async callback(t){try{await jn(n,t[0],En.MOVE),e(!0)}catch(t){Nn.warn("got error",t),i(t)}}})),a})),s.build().pick().catch((()=>{i(new Error((0,Ut.Iu)("files","Cancelled move or copy operation")))}))}))}(s,n,t),!0}catch(t){return!!(t instanceof Error&&t.message)&&((0,je.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)}),On=ot("actionsmenu",{state:()=>({opened:null})}),Un=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",[])}}}),Dn=function(){const t=ot("renaming",{state:()=>({renamingNode:void 0,newName:""})})(...arguments);return t._initialized||((0,dt.Ld)("files:node:rename",(function(e){t.renamingNode=e,t.newName=e.basename})),t._initialized=!0),t};var $n=s(97947);const Rn={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()}}},zn=(0,Mt.Z)(Rn,(function(){return(0,this._self._c)("span")}),[],!1,null,null,null).exports,Mn={name:"ArrowLeftIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},Vn=(0,Mt.Z)(Mn,(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,Hn={name:"ChevronRightIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},Zn=(0,Mt.Z)(Hn,(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 qn=s(99059),Gn=s(2985),Wn=s(96204);const Yn=(0,lt.Vn)(),Kn=r.default.extend({name:"FileEntryActions",components:{ArrowLeftIcon:Vn,ChevronRightIcon:Zn,CustomElementRender:zn,NcActionButton:qn.Z,NcActions:Gn.Z,NcActionSeparator:Wn.Z,NcIconSvgWrapper:Gt.Z,NcLoadingIcon:Wt.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?[]:Yn.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,je.s$)((0,Ut.Iu)("files",'"{displayName}" action executed successfully',{displayName:n}));(0,je.x2)((0,Ut.Iu)("files",'"{displayName}" action failed',{displayName:n}))}catch(e){te.error("Error while executing action",{action:t,e}),(0,je.x2)((0,Ut.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:Ut.Iu}}),Jn=Kn;var Qn=s(21367),Xn={};Xn.styleTagTransform=Ee(),Xn.setAttributes=Te(),Xn.insert=xe().bind(null,"head"),Xn.domAPI=be(),Xn.insertStyleElement=Se(),we()(Qn.Z,Xn),Qn.Z&&Qn.Z.locals&&Qn.Z.locals;var ts=(0,Mt.Z)(Jn,(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 es=ts.exports;var ns=s(10038);const ss=r.default.extend({name:"FileEntryCheckbox",components:{NcCheckboxRadioSwitch:ns.Z,NcLoadingIcon:Wt.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=ie(),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 te.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));te.debug("Updating selection",{selection:s}),this.selectionStore.set(s),this.selectionStore.setLastIndex(e)},t:Ut.Iu}}),is=(0,Mt.Z)(ss,(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 rs=s(49368);const as=(0,oe.j)("files","forbiddenCharacters",""),os=r.default.extend({name:"FileEntryName",components:{NcTextField:rs.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:Dn()}),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,Ut.Iu)("files","File name"),[lt.Tv.Folder]:(0,Ut.Iu)("files","Folder name")}[this.source.type]},linkTo(){if(this.source.attributes.failed)return{title:(0,Ut.Iu)("files","This node is unavailable"),is:"span"};const t=this.$parent?.$refs?.actions?.enabledDefaultActions;return t?.length>0?{title:t[0].displayName([this.source],this.currentView),role:"button"}:this.source?.permissions<.y3.READ?{download:this.source.basename,href:this.source.source,title:(0,Ut.Iu)("files","Download file {name}",{name:this.displayName})}:{is:"span"}}},watch:{isRenaming(t){t&&this.startRenaming()}},methods:{checkInputValidity(t){const e=t.target,n=this.newName.trim?.()||"";te.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,Ut.Iu)("files",'"{name}" is an invalid file name.',{name:t}));if(0===e.length)throw new Error((0,Ut.Iu)("files","File name cannot be empty."));if(-1!==e.indexOf("/"))throw new Error((0,Ut.Iu)("files",'"/" is not allowed inside a file name.'));if(e.match(OC.config.blacklist_files_regex))throw new Error((0,Ut.Iu)("files",'"{name}" is not an allowed filetype.',{name:t}));if(this.checkIfNodeExists(t))throw new Error((0,Ut.Iu)("files","{newName} already exists.",{newName:t}));return e.split("").forEach((t=>{if(-1!==as.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"))):te.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,je.x2)((0,Ut.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),te.debug("Moving file to",{destination:this.source.encodedSource,oldEncodedSource:e});try{await(0,le.Z)({method:"MOVE",url:e,headers:{Destination:this.source.encodedSource,Overwrite:"F"}}),(0,dt.j8)("files:node:updated",this.source),(0,dt.j8)("files:node:renamed",this.source),(0,je.s$)((0,Ut.Iu)("files",'Renamed "{oldName}" to "{newName}"',{oldName:t,newName:n})),this.stopRenaming(),this.$nextTick((()=>{this.$refs.basename.focus()}))}catch(e){if(te.error("Error while renaming file",{error:e}),this.source.rename(t),this.$refs.renameInput.focus(),404===e?.response?.status)return void(0,je.x2)((0,Ut.Iu)("files",'Could not rename "{oldName}", it does not exist any more',{oldName:t}));if(412===e?.response?.status)return void(0,je.x2)((0,Ut.Iu)("files",'The name "{newName}" is already used in the folder "{dir}". Please choose a different name.',{newName:n,dir:this.currentDir}));(0,je.x2)((0,Ut.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,je.x2)((0,Ut.Iu)("files","Name cannot be empty"))},t:Ut.Iu}}),ls=(0,Mt.Z)(os,(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("a",t._b({ref:"basename",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)}}},"a",t.linkTo,!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 cs=s(60186);const ds={name:"AccountPlusIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},us=(0,Mt.Z)(ds,(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,ms={name:"FileIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},fs=(0,Mt.Z)(ms,(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,ps={name:"FolderOpenIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},gs=(0,Mt.Z)(ps,(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,hs={name:"KeyIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},vs=(0,Mt.Z)(hs,(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,As={name:"NetworkIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},ws=(0,Mt.Z)(As,(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,ys={name:"TagIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},bs=(0,Mt.Z)(ys,(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,Cs={name:"PlayCircleIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},xs=(0,Mt.Z)(Cs,(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,_s={name:"CollectivesIcon",props:{title:{type:String,default:""},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},Ts=(0,Mt.Z)(_s,(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,ks={name:"FavoriteIcon",components:{NcIconSvgWrapper:Gt.Z},data:()=>({StarSvg:''}),async mounted(){await this.$nextTick(),this.$el.querySelector("svg").setAttribute("viewBox","-4 -4 30 30")}};var Ss=s(58649),Ls={};Ls.styleTagTransform=Ee(),Ls.setAttributes=Te(),Ls.insert=xe().bind(null,"head"),Ls.domAPI=be(),Ls.insertStyleElement=Se(),we()(Ss.Z,Ls),Ss.Z&&Ss.Z.locals&&Ss.Z.locals;const Es=(0,Mt.Z)(ks,(function(){return(0,this._self._c)("NcIconSvgWrapper",{staticClass:"favorite-marker-icon",attrs:{svg:this.StarSvg}})}),[],!1,null,"31558b19",null).exports,Fs=r.default.extend({name:"FileEntryPreview",components:{AccountGroupIcon:cs.Z,AccountPlusIcon:us,CollectivesIcon:Ts,FavoriteIcon:Es,FileIcon:fs,FolderIcon:Ye,FolderOpenIcon:gs,KeyIcon:vs,LinkIcon:Rt.Z,NetworkIcon:ws,TagIcon:bs},props:{source:{type:Object,required:!0},dragover:{type:Boolean,default:!1},gridMode:{type:Boolean,default:!1}},setup:()=>({userConfigStore:de()}),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,ae.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"]?xs:null},folderOverlay(){if(this.source.type!==lt.Tv.Folder)return null;if(1===this.source?.attributes?.["is-encrypted"])return vs;if(this.source?.attributes?.["is-tag"])return bs;const t=Object.values(this.source?.attributes?.["share-types"]||{}).flat();if(t.some((t=>t===Dt.D.SHARE_TYPE_LINK||t===Dt.D.SHARE_TYPE_EMAIL)))return Rt.Z;if(t.length>0)return us;switch(this.source?.attributes?.["mount-type"]){case"external":case"external-session":return ws;case"group":return cs.Z;case"collective":return Ts}return null}},methods:{reset(){!0===this.backgroundFailed&&this.$refs.previewImg&&(this.$refs.previewImg.src=""),this.backgroundFailed=void 0},t:Ut.Iu}}),Bs=(0,Mt.Z)(Fs,(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",attrs:{"aria-label":t.t("files","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",Me.hs);const Ns=r.default.extend({name:"FileEntry",components:{CustomElementRender:zn,FileEntryActions:es,FileEntryCheckbox:is,FileEntryName:ls,FileEntryPreview:Bs,NcDateTime:$n.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:On(),draggingStore:Un(),filesStore:ne(),renamingStore:Dn(),selectionStore:ie()}),data:()=>({loading:"",dragover:!1}),computed:{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 In(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,Ut.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?He()(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(){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(),ee?.enabled?.([this.source],this.currentView)&&ee.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();te.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 sn(e);t.dataTransfer?.setDragImage(n,-10,-10)},onDragEnd(){this.draggingStore.reset(),this.dragover=!1,te.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,te.debug("Dropped",{event:t,selection:this.draggingFiles}),t.dataTransfer?.files?.length>0){const e=(0,$t.g)();return t.dataTransfer.files.forEach((t=>{e.upload((0,mt.join)(this.source.path,t.name),t)})),void te.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 jn(t,this.source,e?En.COPY:En.MOVE)}catch(n){te.error("Error while moving file",{error:n}),e?(0,je.x2)((0,Ut.Iu)("files","Could not copy {file}. {message}",{file:t.basename,message:n.message||""})):(0,je.x2)((0,Ut.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)))&&(te.debug("Dropped selection, resetting select store..."),this.selectionStore.reset())},t:Ut.Iu,formatFileSize:lt.sS}}),Ps=Ns,js=(0,Mt.Z)(Ps,(function(){var t=this,e=t._self._c;return t._self._setupProxy,e("tr",{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},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:{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",Me.hs);const Is=r.default.extend({name:"FileEntryGrid",components:{FileEntryActions:es,FileEntryCheckbox:is,FileEntryName:ls,FileEntryPreview:Bs},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:On(),draggingStore:Un(),filesStore:ne(),renamingStore:Dn(),selectionStore:ie()}),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 In(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(),ee?.enabled?.([this.source],this.currentView)&&ee.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();te.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 sn(e);t.dataTransfer?.setDragImage(n,-10,-10)},onDragEnd(){this.draggingStore.reset(),this.dragover=!1,te.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,te.debug("Dropped",{event:t,selection:this.draggingFiles}),t.dataTransfer?.files?.length>0){const e=(0,$t.g)();return t.dataTransfer.files.forEach((t=>{e.upload((0,mt.join)(this.source.path,t.name),t)})),void te.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 jn(t,this.source,e?En.COPY:En.MOVE)}catch(n){te.error("Error while moving file",{error:n}),e?(0,je.x2)((0,Ut.Iu)("files","Could not copy {file}. {message}",{file:t.basename,message:n.message||""})):(0,je.x2)((0,Ut.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)))&&(te.debug("Dropped selection, resetting select store..."),this.selectionStore.reset())},t:Ut.Iu}}),Os=Is,Us=(0,Mt.Z)(Os,(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 Ds=s(25108);const $s={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(){Ds.debug("Mounted",this.header.id),this.header.render(this.$refs.mount,this.currentFolder,this.currentView)}},Rs=(0,Mt.Z)($s,(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,zs=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=se();return{filesStore:ne(),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:Ut.Iu}});var Ms=s(68252),Vs={};Vs.styleTagTransform=Ee(),Vs.setAttributes=Te(),Vs.insert=xe().bind(null,"head"),Vs.domAPI=be(),Vs.insertStyleElement=Se(),we()(Ms.Z,Vs),Ms.Z&&Ms.Z.locals&&Ms.Z.locals;const Hs=(0,Mt.Z)(zs,(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,Zs=r.default.extend({data:()=>({filesListWidth:null}),mounted(){const t=document.querySelector("#app-content-vue");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()}}),qs=(0,lt.Vn)(),Gs=r.default.extend({name:"FilesListTableHeaderActions",components:{NcActions:Gn.Z,NcActionButton:qn.Z,NcIconSvgWrapper:Gt.Z,NcLoadingIcon:Wt.Z},mixins:[Zs],props:{currentView:{type:Object,required:!0},selectedNodes:{type:Array,default:()=>[]}},setup:()=>({actionsMenuStore:On(),filesStore:ne(),selectionStore:ie()}),data:()=>({loading:null}),computed:{dir(){return(this.$route?.query?.dir||"/").replace(/^(.+)\/$/,"$1")},enabledActions(){return qs.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,je.x2)(this.t("files",'"{displayName}" failed on some elements ',{displayName:e}))}(0,je.s$)(this.t("files",'"{displayName}" batch action executed successfully',{displayName:e})),this.selectionStore.reset()}catch(n){te.error("Error while executing action",{action:t,e:n}),(0,je.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:Ut.Iu}}),Ws=Gs;var Ys=s(65769),Ks={};Ks.styleTagTransform=Ee(),Ks.setAttributes=Te(),Ks.insert=xe().bind(null,"head"),Ks.domAPI=be(),Ks.insertStyleElement=Se(),we()(Ys.Z,Ks),Ys.Z&&Ys.Z.locals&&Ys.Z.locals;var Js=(0,Mt.Z)(Ws,(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 Qs=Js.exports;var Xs=s(63198),ti=s(7290);const ei=r.default.extend({computed:{...(si=me,ii=["getConfig","setSortingBy","toggleSortingDirection"],Array.isArray(ii)?ii.reduce(((t,e)=>(t[e]=function(){return si(this.$pinia)[e]},t)),{}):Object.keys(ii).reduce(((t,e)=>(t[e]=function(){const t=si(this.$pinia),n=ii[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)}}}),ni=r.default.extend({name:"FilesListTableHeaderButton",components:{MenuDown:Xs.Z,MenuUp:ti.Z,NcButton:Zt.Z},mixins:[ei],props:{name:{type:String,required:!0},mode:{type:String,required:!0}},methods:{sortAriaLabel(t){return this.t("files","Sort list by {column}",{column:t})},t:Ut.Iu}});var si,ii,ri=s(16085),ai={};ai.styleTagTransform=Ee(),ai.setAttributes=Te(),ai.insert=xe().bind(null,"head"),ai.domAPI=be(),ai.insertStyleElement=Se(),we()(ri.Z,ai),ri.Z&&ri.Z.locals&&ri.Z.locals;const oi=(0,Mt.Z)(ni,(function(){var t=this,e=t._self._c;return t._self._setupProxy,e("NcButton",{staticClass:"files-list__column-sort-button",class:{"files-list__column-sort-button--active":t.sortingMode===t.mode},attrs:{"aria-label":t.sortAriaLabel(t.name),alignment:"size"!==t.mode?"start-reverse":void 0,type:"tertiary"},on:{click:function(e){return e.stopPropagation(),e.preventDefault(),t.toggleSortBy(t.mode)}}},[t.sortingMode!==t.mode||t.isAscSorting?e("MenuUp",{attrs:{slot:"icon"},slot:"icon"}):e("MenuDown",{attrs:{slot:"icon"},slot:"icon"}),t._v("\n\t"+t._s(t.name)+"\n")],1)}),[],!1,null,null,null).exports,li=r.default.extend({name:"FilesListTableHeader",components:{FilesListTableHeaderButton:oi,NcCheckboxRadioSwitch:ns.Z,FilesListTableHeaderActions:Qs},mixins:[ei],props:{isMtimeAvailable:{type:Boolean,default:!1},isSizeAvailable:{type:Boolean,default:!1},nodes:{type:Array,required:!0},filesListWidth:{type:Number,default:0}},setup:()=>({filesStore:ne(),selectionStore:ie()}),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()));te.debug("Added all nodes to selection",{selection:t}),this.selectionStore.setLastIndex(null),this.selectionStore.set(t)}else te.debug("Cleared selection"),this.selectionStore.reset()},t:Ut.Iu}});var ci=s(22461),di={};di.styleTagTransform=Ee(),di.setAttributes=Te(),di.insert=xe().bind(null,"head"),di.domAPI=be(),di.insertStyleElement=Se(),we()(ci.Z,di),ci.Z&&ci.Z.locals&&ci.Z.locals;const ui=(0,Mt.Z)(li,(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")},on:{click:function(e){return e.stopPropagation(),e.preventDefault(),t.toggleSortBy("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,"e212aafa",null).exports;var mi=s(20296),fi=s(25108);const pi=r.default.extend({name:"VirtualList",mixins:[Zs],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):fi.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,mi.debounce)((()=>{this.beforeHeight=t?.clientHeight??0,this.headerHeight=n?.clientHeight??0,this.tableHeight=e?.clientHeight??0,te.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;te.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")}))}}}),gi=(0,Mt.Z)(pi,(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,hi=r.default.extend({name:"FilesListVirtual",components:{DragAndDropNotice:ze,FilesListHeader:Rs,FilesListTableFooter:Hs,FilesListTableHeader:ui,Fragment:Pe.Fragment,VirtualList:gi},mixins:[Zs],props:{currentView:{type:lt.G7,required:!0},currentFolder:{type:lt.gt,required:!0},nodes:{type:Array,required:!0}},setup:()=>({userConfigStore:de()}),data:()=>({FileEntry:js,FileEntryGrid:Us,headers:(0,lt.De)(),scrollToIndex:0,dragover:!1,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,Ut.uN)("files","{count} file","{count} files",t,{count:t})},summaryFolder(){const t=this.nodes.length-this.files.length;return(0,Ut.uN)("files","{count} folder","{count} folders",t,{count:t})},summary(){return(0,Ut.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)):[]},canUpload(){return this.currentFolder&&0!=(this.currentFolder.permissions<.y3.CREATE)},caption(){const t=(0,Ut.Iu)("files","List of files and folders.");return(this.currentView.caption||t)+"\n"+(0,Ut.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(){const t=window.document.querySelector("main.app-content");t.addEventListener("dragover",this.onDragOver),t.addEventListener("dragleave",this.onDragLeave),this.scrollToFile(this.fileId),this.openSidebarForFile(this.fileId),this.handleOpenFile()},methods:{openSidebarForFile(t){if(document.documentElement.clientWidth>1024&&this.currentFolder.fileid!==t){const e=this.nodes.find((e=>e.fileid===t));e&&ee?.enabled?.([e],this.currentView)&&(te.debug("Opening sidebar on file "+e.path,{node:e}),ee.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,je.x2)(this.t("files","File not found")),this.scrollToIndex=Math.max(0,n)}},handleOpenFile(){const t=(0,oe.j)("files","openFileInfo",{});if(void 0===t)return;const e=this.nodes.find((e=>e.fileid===t.id));void 0!==e&&(te.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");this.dragover=!!e,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)},onDragLeave(t){const e=t.currentTarget;e?.contains(t.relatedTarget)||(this.dragover=!1)},onScroll(){this.dndNoticeHeight=(this.$refs.thead.$el?.getBoundingClientRect?.()?.top??0)+"px"},t:Ut.Iu}});var vi=s(16367),Ai={};Ai.styleTagTransform=Ee(),Ai.setAttributes=Te(),Ai.insert=xe().bind(null,"head"),Ai.domAPI=be(),Ai.insertStyleElement=Se(),we()(vi.Z,Ai),vi.Z&&vi.Z.locals&&vi.Z.locals;var wi=s(36650),yi={};yi.styleTagTransform=Ee(),yi.setAttributes=Te(),yi.insert=xe().bind(null,"head"),yi.domAPI=be(),yi.insertStyleElement=Se(),we()(wi.Z,yi),wi.Z&&wi.Z.locals&&wi.Z.locals;const bi=(0,Mt.Z)(hi,(function(){var t=this,e=t._self._c;return t._self._setupProxy,e("Fragment",[t.canUpload&&t.filesListWidth>=512?e("DragAndDropNotice",{style:{height:t.dndNoticeHeight},attrs:{"current-folder":t.currentFolder,dragover:t.dragover},on:{"update:dragover":function(e){t.dragover=e}}}):t._e(),t._v(" "),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},on:{scroll:t.onScroll},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)}),[],!1,null,"d3952340",null).exports,Ci=void 0!==(0,ut.getCapabilities)()?.files_sharing,xi=r.default.extend({name:"FilesList",components:{BreadCrumbs:Ne,FilesListVirtual:bi,LinkIcon:Rt.Z,ListViewIcon:Vt,NcAppContent:Ht.Z,NcButton:Zt.Z,NcEmptyContent:qt.Z,NcIconSvgWrapper:Gt.Z,NcLoadingIcon:Wt.Z,ShareVariantIcon:Kt,UploadPicker:$t.U,ViewGridIcon:Qt},mixins:[Zs,ei],setup(){const t=ne(),e=se(),n=ie(),s=function(){return re=(0,$t.g)(),ot("uploader",{state:()=>({queue:re.queue})})(...arguments)}();return{filesStore:t,pathsStore:e,selectionStore:n,uploaderStore:s,userConfigStore:de(),viewConfigStore:me()}},data:()=>({loading:!0,promise:null,Type:Dt.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 Ot([...this.dirContents],...this.sortingParameters)},dirContents(){return(this.currentFolder?._children||[]).map(this.getNode).filter((t=>t)).filter((t=>!0!==t?.attributes?.hidden))},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===Dt.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===Dt.D.SHARE_TYPE_LINK))?Dt.D.SHARE_TYPE_LINK:Dt.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)},canShare(){return Ci&&this.currentFolder&&0!=(this.currentFolder.permissions<.y3.SHARE)}},watch:{currentView(t,e){t?.id!==e?.id&&(te.debug("View changed",{newView:t,oldView:e}),this.selectionStore.reset(),this.fetchContent())},dir(t,e){te.debug("Directory changed",{newDir:t,oldDir:e}),this.selectionStore.reset(),this.fetchContent(),this.$refs?.filesListVirtual?.$el&&(this.$refs.filesListVirtual.$el.scrollTop=0)},dirContents(t){te.debug("Directory contents changed",{view:this.currentView,folder:this.currentFolder,contents:t}),(0,dt.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(),te.debug("Cancelled previous ongoing fetch")),this.promise=e.getContents(t);try{const{folder:n,contents:s}=await this.promise;te.debug("Fetched contents",{dir:t,folder:n,contents:s}),this.filesStore.updateNodes(s),r.default.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})):te.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){te.error("Error while fetching content",{error:t})}finally{this.loading=!1}}else te.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()},openSharingSidebar(){window?.OCA?.Files?.Sidebar?.setActiveTab&&window.OCA.Files.Sidebar.setActiveTab("sharing"),ee.exec(this.currentFolder,this.currentView,this.currentFolder.path)},toggleGridView(){this.userConfigStore.update("grid_view",!this.userConfig.grid_view)},t:Ut.Iu,n:Ut.uN}});var _i=s(15848),Ti={};Ti.styleTagTransform=Ee(),Ti.setAttributes=Te(),Ti.insert=xe().bind(null,"head"),Ti.domAPI=be(),Ti.insertStyleElement=Se(),we()(_i.Z,Ti),_i.Z&&_i.Z.locals&&_i.Z.locals;const ki=(0,Mt.Z)(xi,(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.currentFolder&&t.canUpload?e("UploadPicker",{attrs:{content:t.dirContents,destination:t.currentFolder,multiple:!0},on:{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.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,"ccebaaf2",null).exports;var Si=s(69608),Li=s(44792);const Ei=(0,Mt.Z)(Li.Z,Si.s,Si.x,!1,null,null,null).exports;var Fi=s(58644),Bi=s(41671);function Ni(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,d=void 0===c?void 0:c,u=!1,m=0;function f(){s&&clearTimeout(s)}function p(){for(var n=arguments.length,i=new Array(n),r=0;rt?l?(m=Date.now(),a||(s=setTimeout(d?g:p,t))):p():!0!==a&&(s=setTimeout(d?g:p,void 0===d?t-c:t)))}return p.cancel=function(t){var e=(t||{}).upcomingOnly,n=void 0!==e&&e;f(),u=!n},p}const Pi={name:"ChartPieIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},ji=(0,Mt.Z)(Pi,(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 Ii=s(34854);const Oi={name:"NavigationQuota",components:{ChartPie:ji,NcAppNavigationItem:Bi.Z,NcProgressBar:Ii.Z},data:()=>({loadingStorageStats:!1,storageStats:(0,oe.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,dt.Ld)("files:node:created",this.throttleUpdateStorageStats),(0,dt.Ld)("files:node:deleted",this.throttleUpdateStorageStats),(0,dt.Ld)("files:node:moved",this.throttleUpdateStorageStats),(0,dt.Ld)("files:node:updated",this.throttleUpdateStorageStats)},methods:{debounceUpdateStorageStats:(Ui={}.atBegin,Ni(200,(function(t){this.updateStorageStats(t)}),{debounceMode:!1!==(void 0!==Ui&&Ui)})),throttleUpdateStorageStats:Ni(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 le.Z.get((0,ae.generateUrl)("/apps/files/api/v1/stats"));if(!t?.data?.data)throw new Error("Invalid storage stats");this.storageStats=t.data.data}catch(n){te.error("Could not refresh storage stats",{error:n}),e&&(0,je.x2)(t("files","Could not refresh storage stats"))}finally{this.loadingStorageStats=!1}}},t:Ut.Iu}};var Ui,Di=s(77895),$i={};$i.styleTagTransform=Ee(),$i.setAttributes=Te(),$i.insert=xe().bind(null,"head"),$i.domAPI=be(),$i.insertStyleElement=Se(),we()(Di.Z,$i),Di.Z&&Di.Z.locals&&Di.Z.locals;const Ri=(0,Mt.Z)(Oi,(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,"2bae6012",null).exports;var zi=s(12841),Mi=s(56956);const Vi={name:"ClipboardIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},Hi=(0,Mt.Z)(Vi,(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 Zi=s(90941);const qi={name:"Setting",props:{el:{type:Function,required:!0}},mounted(){this.$el.appendChild(this.el())}},Gi=(0,Mt.Z)(qi,(function(){return(0,this._self._c)("div")}),[],!1,null,null,null).exports,Wi={name:"Settings",components:{Clipboard:Hi,NcAppSettingsDialog:zi.Z,NcAppSettingsSection:Mi.Z,NcCheckboxRadioSwitch:ns.Z,NcInputField:Zi.Z,Setting:Gi},props:{open:{type:Boolean,default:!1}},setup:()=>({userConfigStore:de()}),data:()=>({settings:window.OCA?.Files?.Settings?.settings||[],webdavUrl:(0,ae.generateRemoteUrl)("dav/files/"+encodeURIComponent((0,ct.ts)()?.uid)),webdavDocs:"https://docs.nextcloud.com/server/stable/go.php?to=user-webdav",appPasswordUrl:(0,ae.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,je.s$)(t("files","WebDAV URL copied to clipboard")),setTimeout((()=>{this.webdavUrlCopied=!1}),5e3)):(0,je.x2)(t("files","Clipboard is not available"))},t:Ut.Iu}};var Yi=s(78320),Ki={};Ki.styleTagTransform=Ee(),Ki.setAttributes=Te(),Ki.insert=xe().bind(null,"head"),Ki.domAPI=be(),Ki.insertStyleElement=Se(),we()(Yi.Z,Ki),Yi.Z&&Yi.Z.locals&&Yi.Z.locals;const Ji=(0,Mt.Z)(Wi,(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","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,"011c3819",null).exports,Qi={name:"Navigation",components:{Cog:Ei,NavigationQuota:Ri,NcAppNavigation:Fi.Z,NcAppNavigationItem:Bi.Z,NcIconSvgWrapper:Gt.Z,SettingsModal:Ji},props:{Navigation:{type:Object,required:!0}},setup:()=>({viewConfigStore:me()}),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),te.debug("Navigation changed",{id:t.id,view:t}),this.showView(t))}},beforeMount(){this.currentView&&(te.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,dt.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:Ut.Iu}};var Xi=s(59492),tr={};tr.styleTagTransform=Ee(),tr.setAttributes=Te(),tr.insert=xe().bind(null,"head"),tr.domAPI=be(),tr.insertStyleElement=Se(),we()(Xi.Z,tr),Xi.Z&&Xi.Z.locals&&Xi.Z.locals;const er=(0,Mt.Z)(Qi,(function(){var t=this,e=t._self._c;return e("NcAppNavigation",{attrs:{"data-cy-files-navigation":""},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,icon:n.iconClass,open:t.isExpanded(n),pinned:n.sticky,name:n.name,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,"5b025a97",null).exports,nr="%[a-f0-9]{2}",sr=new RegExp("("+nr+")|([^%]+?)","gi"),ir=new RegExp("("+nr+")+","gi");function rr(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([],rr(n),rr(s))}function ar(t){try{return decodeURIComponent(t)}catch{let e=t.match(sr)||[];for(let n=1;nnull==t,dr=t=>encodeURIComponent(t).replace(/[!'()*]/g,(t=>`%${t.charCodeAt(0).toString(16).toUpperCase()}`)),ur=Symbol("encodeFragmentIdentifier");function mr(t){if("string"!=typeof t||1!==t.length)throw new TypeError("arrayFormatSeparator must be single character string")}function fr(t,e){return e.encode?e.strict?dr(t):encodeURIComponent(t):t}function pr(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=ir.exec(t);for(;n;){try{e[n[0]]=decodeURIComponent(n[0])}catch{const t=ar(n[0]);t!==n[0]&&(e[n[0]]=t)}n=ir.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 gr(t){return Array.isArray(t)?t.sort():"object"==typeof t?gr(Object.keys(t)).sort(((t,e)=>Number(t)-Number(e))).map((e=>t[e])):t}function hr(t){const e=t.indexOf("#");return-1!==e&&(t=t.slice(0,e)),t}function vr(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 Ar(t){const e=(t=hr(t)).indexOf("?");return-1===e?"":t.slice(e+1)}function wr(t,e){mr((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&&pr(n,t).includes(t.arrayFormatSeparator);n=r?pr(n,t):n;const a=i||r?n.split(t.arrayFormatSeparator).map((e=>pr(e,t))):null===n?n:pr(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?pr(n,t):n);const r=null===n?[]:n.split(t.arrayFormatSeparator).map((e=>pr(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]=or(t,"=");void 0===r&&(r=t),a=void 0===a?null:["comma","separator","bracket-separator"].includes(e.arrayFormat)?a:pr(a,e),n(pr(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]=vr(s,e);else s[t]=vr(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]=gr(n):t[e]=n,t}),Object.create(null))}function yr(t,e){if(!t)return"";mr((e={encode:!0,strict:!0,arrayFormat:"none",arrayFormatSeparator:",",...e}).arrayFormatSeparator);const n=n=>e.skipNull&&cr(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,[fr(e,t),"[",i,"]"].join("")]:[...n,[fr(e,t),"[",fr(i,t),"]=",fr(s,t)].join("")]};case"bracket":return e=>(n,s)=>void 0===s||t.skipNull&&null===s||t.skipEmptyString&&""===s?n:null===s?[...n,[fr(e,t),"[]"].join("")]:[...n,[fr(e,t),"[]=",fr(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,[fr(e,t),":list="].join("")]:[...n,[fr(e,t),":list=",fr(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?[[fr(n,t),e,fr(i,t)].join("")]:[[s,fr(i,t)].join(t.arrayFormatSeparator)])}default:return e=>(n,s)=>void 0===s||t.skipNull&&null===s||t.skipEmptyString&&""===s?n:null===s?[...n,fr(e,t)]:[...n,[fr(e,t),"=",fr(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?fr(n,e):Array.isArray(i)?0===i.length&&"bracket-separator"===e.arrayFormat?fr(n,e)+"[]":i.reduce(s(n),[]).join("&"):fr(n,e)+"="+fr(i,e)})).filter((t=>t.length>0)).join("&")}function br(t,e){e={decode:!0,...e};let[n,s]=or(t,"#");return void 0===n&&(n=t),{url:n?.split("?")?.[0]??"",query:wr(Ar(t),e),...e&&e.parseFragmentIdentifier&&s?{fragmentIdentifier:pr(s,e)}:{}}}function Cr(t,e){e={encode:!0,strict:!0,[ur]:!0,...e};const n=hr(t.url).split("?")[0]||"";let s=yr({...wr(Ar(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[ur]?s.hash:`#${t.fragmentIdentifier}`}return`${n}${s}${i}`}function xr(t,e,n){n={parseFragmentIdentifier:!0,[ur]:!1,...n};const{url:s,query:i,fragmentIdentifier:r}=br(t,n);return Cr({url:s,query:lr(i,e),fragmentIdentifier:r},n)}function _r(t,e,n){return xr(t,Array.isArray(e)?t=>!e.includes(t):(t,n)=>!e(t,n),n)}const Tr=i;var kr=s(25108);function Sr(t,e){for(var n in e)t[n]=e[n];return t}var Lr=/[!'()*]/g,Er=function(t){return"%"+t.charCodeAt(0).toString(16)},Fr=/%2C/g,Br=function(t){return encodeURIComponent(t).replace(Lr,Er).replace(Fr,",")};function Nr(t){try{return decodeURIComponent(t)}catch(t){}return t}var Pr=function(t){return null==t||"object"==typeof t?t:String(t)};function jr(t){var e={};return(t=t.trim().replace(/^(\?|#|&)/,""))?(t.split("&").forEach((function(t){var n=t.replace(/\+/g," ").split("="),s=Nr(n.shift()),i=n.length>0?Nr(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 Ir(t){var e=t?Object.keys(t).map((function(e){var n=t[e];if(void 0===n)return"";if(null===n)return Br(e);if(Array.isArray(n)){var s=[];return n.forEach((function(t){void 0!==t&&(null===t?s.push(Br(e)):s.push(Br(e)+"="+Br(t)))})),s.join("&")}return Br(e)+"="+Br(n)})).filter((function(t){return t.length>0})).join("&"):null;return e?"?"+e:""}var Or=/\/?$/;function Ur(t,e,n,s){var i=s&&s.options.stringifyQuery,r=e.query||{};try{r=Dr(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:zr(e,i),matched:t?Rr(t):[]};return n&&(a.redirectedFrom=zr(n,i)),Object.freeze(a)}function Dr(t){if(Array.isArray(t))return t.map(Dr);if(t&&"object"==typeof t){var e={};for(var n in t)e[n]=Dr(t[n]);return e}return t}var $r=Ur(null,{path:"/"});function Rr(t){for(var e=[];t;)e.unshift(t),t=t.parent;return e}function zr(t,e){var n=t.path,s=t.query;void 0===s&&(s={});var i=t.hash;return void 0===i&&(i=""),(n||"/")+(e||Ir)(s)+i}function Mr(t,e,n){return e===$r?t===e:!!e&&(t.path&&e.path?t.path.replace(Or,"")===e.path.replace(Or,"")&&(n||t.hash===e.hash&&Vr(t.query,e.query)):!(!t.name||!e.name)&&t.name===e.name&&(n||t.hash===e.hash&&Vr(t.query,e.query)&&Vr(t.params,e.params)))}function Vr(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?Vr(r,a):String(r)===String(a)}))}function Hr(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||"/",d=l.path?Gr(l.path,c,n||i.append):c,u=function(t,e,n){void 0===e&&(e={});var s,i=n||jr;try{s=i(t||"")}catch(t){s={}}for(var r in e){var a=e[r];s[r]=Array.isArray(a)?a.map(Pr):Pr(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:d,query:u,hash:m}}var ma,fa=function(){},pa={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,d=n.options.linkExactActiveClass,u=null==c?"router-link-active":c,m=null==d?"router-link-exact-active":d,f=null==this.activeClass?u:this.activeClass,p=null==this.exactActiveClass?m:this.exactActiveClass,g=a.redirectedFrom?Ur(null,ua(a.redirectedFrom),null,n):a;l[p]=Mr(s,g,this.exactPath),l[f]=this.exact||this.exactPath?l[p]:function(t,e){return 0===t.path.replace(Or,"/").indexOf(e.path.replace(Or,"/"))&&(!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[p]?this.ariaCurrentValue:null,v=function(t){ga(t)&&(e.replace?n.replace(r,fa):n.push(r,fa))},A={click:ga};Array.isArray(this.event)?this.event.forEach((function(t){A[t]=v})):A[this.event]=v;var w={class:l},y=!this.$scopedSlots.$hasNormal&&this.$scopedSlots.default&&this.$scopedSlots.default({href:o,route:a,navigate:v,isActive:l[f],isExactActive:l[p]});if(y){if(1===y.length)return y[0];if(y.length>1||!y.length)return 0===y.length?t():t("span",{},y)}if("a"===this.tag)w.on=A,w.attrs={href:o,"aria-current":h};else{var b=ha(this.$slots.default);if(b){b.isStatic=!1;var C=b.data=Sr({},b.data);for(var x in C.on=C.on||{},C.on){var _=C.on[x];x in A&&(C.on[x]=Array.isArray(_)?_:[_])}for(var T in A)T in C.on?C.on[T].push(A[T]):C.on[T]=v;var k=b.data.attrs=Sr({},b.data.attrs);k.href=o,k["aria-current"]=h}else w.on=A}return t(this.tag,w,this.$slots.default)}};function ga(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 ha(t){if(t)for(var e,n=0;n-1&&(l.params[m]=n.params[m]);return l.path=da(d.path,l.params),o(d,l,a)}if(l.path){l.params={};for(var f=0;f-1}function Ga(t,e){return qa(t)&&t._isRouter&&(null==e||t.type===e)}function Wa(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 Ya(t,e){return Ka(t.map((function(t){return Object.keys(t.components).map((function(n){return e(t.components[n],t.instances[n],t,n)}))})))}function Ka(t){return Array.prototype.concat.apply([],t)}var Ja="function"==typeof Symbol&&"symbol"==typeof Symbol.toStringTag;function Qa(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 Xa=function(t,e){this.router=t,this.base=function(t){if(!t)if(va){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=$r,this.pending=null,this.ready=!1,this.readyCbs=[],this.readyErrorCbs=[],this.errorCbs=[],this.listeners=[]};function to(t,e,n,s){var i=Ya(t,(function(t,s,i,r){var a=function(t,e){return"function"!=typeof t&&(t=ma.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 Ka(s?i.reverse():i)}function eo(t,e){if(e)return function(){return t.apply(e,arguments)}}Xa.prototype.listen=function(t){this.cb=t},Xa.prototype.onReady=function(t,e){this.ready?t():(this.readyCbs.push(t),e&&this.readyErrorCbs.push(e))},Xa.prototype.onError=function(t){this.errorCbs.push(t)},Xa.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&&(Ga(t,Ma.redirected)&&r===$r||(i.ready=!0,i.readyErrorCbs.forEach((function(e){e(t)}))))}))},Xa.prototype.confirmTransition=function(t,e,n){var s=this,i=this.current;this.pending=t;var r,a,o=function(t){!Ga(t)&&qa(t)&&(s.errorCbs.length?s.errorCbs.forEach((function(e){e(t)})):kr.error(t)),n&&n(t)},l=t.matched.length-1,c=i.matched.length-1;if(Mr(t,i)&&l===c&&t.matched[l]===i.matched[c])return this.ensureURL(),t.hash&&Fa(this.router,i,t,!1),o(((a=Ha(r=i,t,Ma.duplicated,'Avoided redundant navigation to current location: "'+r.fullPath+'".')).name="NavigationDuplicated",a));var d,u=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=$a&&n;s&&this.listeners.push(Ea());var i=function(){var n=t.current,i=so(t.base);t.current===$r&&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){Ra(Wr(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){za(Wr(s.base+t.fullPath)),Fa(s.router,t,i,!1),e&&e(t)}),n)},e.prototype.ensureURL=function(t){if(so(this.base)!==this.current.fullPath){var e=Wr(this.base+this.current.fullPath);t?Ra(e):za(e)}},e.prototype.getCurrentLocation=function(){return so(this.base)},e}(Xa);function so(t){var e=window.location.pathname,n=e.toLowerCase(),s=t.toLowerCase();return!t||n!==s&&0!==n.indexOf(Wr(s+"/"))||(e=e.slice(t.length)),(e||"/")+window.location.search+window.location.hash}var io=function(t){function e(e,n,s){t.call(this,e,n),s&&function(t){var e=so(t);if(!/^\/#/.test(e))return window.location.replace(Wr(t+"/#"+e)),!0}(this.base)||ro()}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=$a&&e;n&&this.listeners.push(Ea());var s=function(){var e=t.current;ro()&&t.transitionTo(ao(),(function(s){n&&Fa(t.router,s,e,!0),$a||co(s.fullPath)}))},i=$a?"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){lo(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){co(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;ao()!==e&&(t?lo(e):co(e))},e.prototype.getCurrentLocation=function(){return ao()},e}(Xa);function ro(){var t=ao();return"/"===t.charAt(0)||(co("/"+t),!1)}function ao(){var t=window.location.href,e=t.indexOf("#");return e<0?"":t=t.slice(e+1)}function oo(t){var e=window.location.href,n=e.indexOf("#");return(n>=0?e.slice(0,n):e)+"#"+t}function lo(t){$a?Ra(oo(t)):window.location.hash=t}function co(t){$a?za(oo(t)):window.location.replace(oo(t))}var uo=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){Ga(t,Ma.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}(Xa),mo=function(t){void 0===t&&(t={}),this.app=null,this.apps=[],this.options=t,this.beforeHooks=[],this.resolveHooks=[],this.afterHooks=[],this.matcher=ba(t.routes||[],this);var e=t.mode||"hash";switch(this.fallback="history"===e&&!$a&&!1!==t.fallback,this.fallback&&(e="hash"),va||(e="abstract"),this.mode=e,e){case"history":this.history=new no(this,t.base);break;case"hash":this.history=new io(this,t.base,this.fallback);break;case"abstract":this.history=new uo(this,t.base)}},fo={currentRoute:{configurable:!0}};mo.prototype.match=function(t,e,n){return this.matcher.match(t,e,n)},fo.currentRoute.get=function(){return this.history&&this.history.current},mo.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 no||n instanceof io){var s=function(t){n.setupListeners(),function(t){var s=n.current,i=e.options.scrollBehavior;$a&&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}))}))}},mo.prototype.beforeEach=function(t){return go(this.beforeHooks,t)},mo.prototype.beforeResolve=function(t){return go(this.resolveHooks,t)},mo.prototype.afterEach=function(t){return go(this.afterHooks,t)},mo.prototype.onReady=function(t,e){this.history.onReady(t,e)},mo.prototype.onError=function(t){this.history.onError(t)},mo.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)},mo.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)},mo.prototype.go=function(t){this.history.go(t)},mo.prototype.back=function(){this.go(-1)},mo.prototype.forward=function(){this.go(1)},mo.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]}))}))):[]},mo.prototype.resolve=function(t,e,n){var s=ua(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?Wr(t+"/"+s):s}(this.history.base,r,this.mode);return{location:s,route:i,href:a,normalizedTo:s,resolved:i}},mo.prototype.getRoutes=function(){return this.matcher.getRoutes()},mo.prototype.addRoute=function(t,e){this.matcher.addRoute(t,e),this.history.current!==$r&&this.history.transitionTo(this.history.getCurrentLocation())},mo.prototype.addRoutes=function(t){this.matcher.addRoutes(t),this.history.current!==$r&&this.history.transitionTo(this.history.getCurrentLocation())},Object.defineProperties(mo.prototype,fo);var po=mo;function go(t,e){return t.push(e),function(){var n=t.indexOf(e);n>-1&&t.splice(n,1)}}mo.install=function t(e){if(!t.installed||ma!==e){t.installed=!0,ma=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",Zr),e.component("RouterLink",pa);var i=e.config.optionMergeStrategies;i.beforeRouteEnter=i.beforeRouteLeave=i.beforeRouteUpdate=i.created}},mo.version="3.6.5",mo.isNavigationFailure=Ga,mo.NavigationFailureType=Ma,mo.START_LOCATION=$r,va&&window.Vue&&window.Vue.use(mo),r.default.use(po);const ho=po.prototype.push;po.prototype.push=function(t,e,n){return e||n?ho.call(this,t,e,n):ho.call(this,t).catch((t=>t))};const vo=new po({mode:"history",base:(0,ae.generateUrl)("/apps/files"),linkActiveClass:"active",routes:[{path:"/",redirect:{name:"filelist"}},{path:"/:view/:fileid?",name:"filelist",props:!0}],stringifyQuery(t){const e=Tr.stringify(t).replace(/%2F/gim,"/");return e?"?"+e:""}});function Ao(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 wo=s(25108);s.nc=btoa((0,ct.IH)()),window.OCA.Files=window.OCA.Files??{},window.OCP.Files=window.OCP.Files??{};const yo=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})}}(vo);Object.assign(window.OCP.Files,{Router:yo}),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[v]=e,this.$pinia||(this.$pinia=e),e._a=this,y&&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 bo=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(v,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}(),Co=(0,lt.Ti)();r.default.prototype.$navigation=Co;const xo=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=[],wo.debug("OCA.Files.Settings initialized")}register(t){return this._settings.filter((e=>e.name===t.name)).length>0?(wo.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:xo}),Object.assign(window.OCA.Files.Settings,{Setting:class{constructor(t,e){let{el:n,open:s,close:i}=e;Ao(this,"_close",void 0),Ao(this,"_el",void 0),Ao(this,"_name",void 0),Ao(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(er))({name:"FilesNavigationRoot",propsData:{Navigation:Co},router:vo,pinia:bo}).$mount("#app-navigation-files"),new(r.default.extend(ki))({name:"FilesListRoot",router:vo,pinia:bo}).$mount("#app-content-vue")},51473:(t,e,n)=>{"use strict";n.d(e,{Z:()=>p});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),d=new URL(n(90888),n.b),u=a()(i()),m=l()(c),f=l()(d);u.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(${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-24eb3c55] {\n height: var(--row-height, 50px);\n}\ntr.file-picker__row td[data-v-24eb3c55] {\n cursor: pointer;\n overflow: hidden;\n text-overflow: ellipsis;\n border-bottom: none;\n}\ntr.file-picker__row td[data-v-24eb3c55]:not(.row-checkbox) {\n padding-inline: 14px 0;\n}\ntr.file-picker__row td.row-size[data-v-24eb3c55] {\n text-align: end;\n padding-inline: 0 14px;\n}\ntr.file-picker__row td.row-name[data-v-24eb3c55] {\n padding-inline: 2px 0;\n}\n.file-picker__row--selected[data-v-24eb3c55] {\n background-color: var(--color-background-dark);\n}\n.file-picker__row[data-v-24eb3c55]:hover {\n background-color: var(--color-background-hover);\n}\n.file-picker__name-container[data-v-24eb3c55] {\n display: flex;\n justify-content: start;\n align-items: center;\n height: 100%;\n}\n.file-picker__file-name[data-v-24eb3c55] {\n padding-inline-start: 6px;\n min-width: 0;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.file-picker__file-extension[data-v-24eb3c55] {\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-b63d952f] {\n height: 50px;\n display: flex;\n justify-content: start;\n align-items: center;\n}\n.file-picker__view h3[data-v-b63d952f] {\n font-weight: 700;\n height: fit-content;\n margin: 0;\n}\n.file-picker__main[data-v-b63d952f] {\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-b63d952f] {\n box-sizing: border-box;\n}\n[data-v-b63d952f] .file-picker {\n height: min(80vh, 800px);\n}\n@media (max-width: 512px) {\n [data-v-b63d952f] .file-picker {\n height: calc(100% - 16px - var(--default-clickable-area));\n }\n}\n[data-v-b63d952f] .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-24eb3c55] {\n height: var(--row-height, 50px);\n}\ntr.file-picker__row td[data-v-24eb3c55] {\n cursor: pointer;\n overflow: hidden;\n text-overflow: ellipsis;\n border-bottom: none;\n}\ntr.file-picker__row td[data-v-24eb3c55]:not(.row-checkbox) {\n padding-inline: 14px 0;\n}\ntr.file-picker__row td.row-size[data-v-24eb3c55] {\n text-align: end;\n padding-inline: 0 14px;\n}\ntr.file-picker__row td.row-name[data-v-24eb3c55] {\n padding-inline: 2px 0;\n}\n.file-picker__row--selected[data-v-24eb3c55] {\n background-color: var(--color-background-dark);\n}\n.file-picker__row[data-v-24eb3c55]:hover {\n background-color: var(--color-background-hover);\n}\n.file-picker__name-container[data-v-24eb3c55] {\n display: flex;\n justify-content: start;\n align-items: center;\n height: 100%;\n}\n.file-picker__file-name[data-v-24eb3c55] {\n padding-inline-start: 6px;\n min-width: 0;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.file-picker__file-extension[data-v-24eb3c55] {\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-b63d952f] {\n height: 50px;\n display: flex;\n justify-content: start;\n align-items: center;\n}\n.file-picker__view h3[data-v-b63d952f] {\n font-weight: 700;\n height: fit-content;\n margin: 0;\n}\n.file-picker__main[data-v-b63d952f] {\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-b63d952f] {\n box-sizing: border-box;\n}\n[data-v-b63d952f] .file-picker {\n height: min(80vh, 800px);\n}\n@media (max-width: 512px) {\n [data-v-b63d952f] .file-picker {\n height: calc(100% - 16px - var(--default-clickable-area));\n }\n}\n[data-v-b63d952f] .file-picker__content {\n display: flex;\n flex-direction: column;\n overflow: hidden;\n}\n'],sourceRoot:""}]);const p=u},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},26057:(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-c33b6662]{flex:1 1 100% !important;width:100%}.breadcrumb[data-v-c33b6662] 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},10035:(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-2894a476]{position:absolute;z-index:9999;top:0;right:0;left:0;display:none;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)}.files-list__drag-drop-notice--dragover[data-v-2894a476]{display:flex;border-color:#000}.files-list__drag-drop-notice h3[data-v-2894a476]{margin-left:16px;color:inherit}.files-list__drag-drop-notice-wrapper[data-v-2894a476]{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)}.files-list__drag-drop-notice__close[data-v-2894a476]{position:absolute !important;top:10px;right:10px}","",{version:3,sources:["webpack://./apps/files/src/components/DragAndDropNotice.vue"],names:[],mappings:"AACA,+CACC,iBAAA,CACA,YAAA,CACA,KAAA,CACA,OAAA,CACA,MAAA,CACA,YAAA,CACA,kBAAA,CACA,sBAAA,CACA,UAAA,CAEA,gBAAA,CACA,QAAA,CACA,gBAAA,CACA,mCAAA,CACA,6CAAA,CAEA,yDACC,YAAA,CACA,iBAAA,CAGD,kDACC,gBAAA,CACA,aAAA,CAGD,uDACC,YAAA,CACA,kBAAA,CACA,sBAAA,CACA,WAAA,CACA,cAAA,CACA,aAAA,CACA,0CAAA,CACA,wCAAA,CAGD,sDACC,4BAAA,CACA,QAAA,CACA,UAAA",sourcesContent:["\n.files-list__drag-drop-notice {\n\tposition: absolute;\n\tz-index: 9999;\n\ttop: 0;\n\tright: 0;\n\tleft: 0;\n\tdisplay: none;\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\n\t&--dragover {\n\t\tdisplay: flex;\n\t\tborder-color: black;\n\t}\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\t&__close {\n\t\tposition: absolute !important;\n\t\ttop: 10px;\n\t\tright: 10px;\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},58649:(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-31558b19]{color:#a08b00;min-width:unset !important;min-height:unset !important}.favorite-marker-icon[data-v-31558b19] svg{width:26px !important;height:26px !important;max-width:unset !important;max-height:unset !important}.favorite-marker-icon[data-v-31558b19] 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},22461:(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-e212aafa]{user-select:none;color:var(--color-text-maxcontrast) !important}.files-list__column--sortable[data-v-e212aafa]{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},16085:(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{margin:0 calc(var(--cell-margin)*-1)}.files-list__column-sort-button .button-vue__icon{transition-timing-function:linear;transition-duration:.1s;transition-property:opacity;opacity:0}.files-list__column-sort-button .button-vue__text{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.files-list__column-sort-button--active .button-vue__icon,.files-list__column-sort-button:hover .button-vue__icon,.files-list__column-sort-button:focus .button-vue__icon,.files-list__column-sort-button:active .button-vue__icon{opacity:1 !important}","",{version:3,sources:["webpack://./apps/files/src/components/FilesListTableHeaderButton.vue"],names:[],mappings:"AACA,gCAEC,oCAAA,CAEA,kDACC,iCAAA,CACA,uBAAA,CACA,2BAAA,CACA,SAAA,CAID,kDACC,eAAA,CACA,kBAAA,CACA,sBAAA,CAOA,mOACC,oBAAA",sourcesContent:["\n.files-list__column-sort-button {\n\t// Compensate for cells margin\n\tmargin: 0 calc(var(--cell-margin) * -1);\n\n\t.button-vue__icon {\n\t\ttransition-timing-function: linear;\n\t\ttransition-duration: .1s;\n\t\ttransition-property: opacity;\n\t\topacity: 0;\n\t}\n\n\t// Remove when https://github.com/nextcloud/nextcloud-vue/pull/3936 is merged\n\t.button-vue__text {\n\t\toverflow: hidden;\n\t\twhite-space: nowrap;\n\t\ttext-overflow: ellipsis;\n\t}\n\n\t&--active,\n\t&:hover,\n\t&:focus,\n\t&:active {\n\t\t.button-vue__icon {\n\t\t\topacity: 1 !important;\n\t\t}\n\t}\n}\n"],sourceRoot:""}]);const o=a},16367:(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-d3952340]{--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-d3952340] tbody{will-change:padding;contain:layout paint style;display:flex;flex-direction:column;width:100%;position:relative}.files-list[data-v-d3952340] tbody tr{contain:strict}.files-list[data-v-d3952340] tbody tr:hover,.files-list[data-v-d3952340] tbody tr:focus{background-color:var(--color-background-dark)}.files-list[data-v-d3952340] .files-list__before{display:flex;flex-direction:column}.files-list[data-v-d3952340] .files-list__table{display:block}.files-list[data-v-d3952340] .files-list__thead,.files-list[data-v-d3952340] .files-list__tfoot{display:flex;flex-direction:column;width:100%;background-color:var(--color-main-background)}.files-list[data-v-d3952340] .files-list__thead{position:sticky;z-index:10;top:0}.files-list[data-v-d3952340] .files-list__tfoot{min-height:300px}.files-list[data-v-d3952340] 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-d3952340] td,.files-list[data-v-d3952340] 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-d3952340] td span,.files-list[data-v-d3952340] th span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.files-list[data-v-d3952340] .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-d3952340] .files-list__row-checkbox{justify-content:center}.files-list[data-v-d3952340] .files-list__row-checkbox .checkbox-radio-switch{display:flex;justify-content:center;--icon-size: var(--checkbox-size)}.files-list[data-v-d3952340] .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-d3952340] .files-list__row-checkbox .checkbox-radio-switch .checkbox-radio-switch__icon{margin:0 !important}.files-list[data-v-d3952340] .files-list__row:hover,.files-list[data-v-d3952340] .files-list__row:focus,.files-list[data-v-d3952340] .files-list__row:active,.files-list[data-v-d3952340] .files-list__row--active,.files-list[data-v-d3952340] .files-list__row--dragover{background-color:var(--color-background-hover);--color-text-maxcontrast: var(--color-main-text)}.files-list[data-v-d3952340] .files-list__row:hover>*,.files-list[data-v-d3952340] .files-list__row:focus>*,.files-list[data-v-d3952340] .files-list__row:active>*,.files-list[data-v-d3952340] .files-list__row--active>*,.files-list[data-v-d3952340] .files-list__row--dragover>*{--color-border: var(--color-border-dark)}.files-list[data-v-d3952340] .files-list__row:hover .favorite-marker-icon svg path,.files-list[data-v-d3952340] .files-list__row:focus .favorite-marker-icon svg path,.files-list[data-v-d3952340] .files-list__row:active .favorite-marker-icon svg path,.files-list[data-v-d3952340] .files-list__row--active .favorite-marker-icon svg path,.files-list[data-v-d3952340] .files-list__row--dragover .favorite-marker-icon svg path{stroke:var(--color-background-hover)}.files-list[data-v-d3952340] .files-list__row--dragover *{pointer-events:none}.files-list[data-v-d3952340] .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-d3952340] .files-list__row-icon *{cursor:pointer}.files-list[data-v-d3952340] .files-list__row-icon>span{justify-content:flex-start}.files-list[data-v-d3952340] .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-d3952340] .files-list__row-icon>span.folder-icon,.files-list[data-v-d3952340] .files-list__row-icon>span.folder-open-icon{margin:-3px}.files-list[data-v-d3952340] .files-list__row-icon>span.folder-icon svg,.files-list[data-v-d3952340] .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-d3952340] .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-d3952340] .files-list__row-icon-preview:not(.files-list__row-icon-preview--loaded){background:var(--color-loading-dark)}.files-list[data-v-d3952340] .files-list__row-icon-favorite{position:absolute;top:0px;right:-10px}.files-list[data-v-d3952340] .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-d3952340] .files-list__row-icon-overlay--file{color:var(--color-main-text);background:var(--color-main-background);border-radius:100%}.files-list[data-v-d3952340] .files-list__row-name{overflow:hidden;flex:1 1 auto}.files-list[data-v-d3952340] .files-list__row-name a{display:flex;align-items:center;width:100%;height:100%;min-width:0}.files-list[data-v-d3952340] .files-list__row-name a:focus-visible{outline:none}.files-list[data-v-d3952340] .files-list__row-name a:focus .files-list__row-name-text,.files-list[data-v-d3952340] .files-list__row-name a:focus-visible .files-list__row-name-text{outline:2px solid var(--color-main-text) !important;border-radius:20px}.files-list[data-v-d3952340] .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-d3952340] .files-list__row-name .files-list__row-name-ext{color:var(--color-text-maxcontrast);overflow:visible}.files-list[data-v-d3952340] .files-list__row-rename{width:100%;max-width:600px}.files-list[data-v-d3952340] .files-list__row-rename input{width:100%;margin-left:-8px;padding:2px 6px;border-width:2px}.files-list[data-v-d3952340] .files-list__row-rename input:invalid{border-color:var(--color-error);color:red}.files-list[data-v-d3952340] .files-list__row-actions{width:auto}.files-list[data-v-d3952340] .files-list__row-actions~td,.files-list[data-v-d3952340] .files-list__row-actions~th{margin:0 var(--cell-margin)}.files-list[data-v-d3952340] .files-list__row-actions button .button-vue__text{font-weight:normal}.files-list[data-v-d3952340] .files-list__row-action--inline{margin-right:7px}.files-list[data-v-d3952340] .files-list__row-mtime,.files-list[data-v-d3952340] .files-list__row-size{color:var(--color-text-maxcontrast)}.files-list[data-v-d3952340] .files-list__row-size{width:calc(var(--row-height)*1.5);justify-content:flex-end}.files-list[data-v-d3952340] .files-list__row-mtime{width:calc(var(--row-height)*2)}.files-list[data-v-d3952340] .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,sLAEC,mDAAA,CACA,kBAAA,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&:focus-visible .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}\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},36650:(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},77895:(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-2bae6012] .app-navigation-entry__name{margin-top:-6px}.app-navigation-entry__settings-quota progress[data-v-2bae6012]{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},15848:(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-ccebaaf2]{display:flex;overflow:hidden;flex-direction:column;max-height:100%;position:relative}.files-list__header[data-v-ccebaaf2]{display:flex;align-items:center;flex:0 0;margin:4px 4px 4px 50px;max-width:100%}.files-list__header>*[data-v-ccebaaf2]{flex:0 0}.files-list__header-share-button[data-v-ccebaaf2]{opacity:.3}.files-list__header-share-button--shared[data-v-ccebaaf2]{opacity:1}.files-list__refresh-icon[data-v-ccebaaf2]{flex:0 0 44px;width:44px;height:44px}.files-list__loading-icon[data-v-ccebaaf2]{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},59492:(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-5b025a97] .app-navigation-entry-icon{background-repeat:no-repeat;background-position:center}.app-navigation>ul.app-navigation__list[data-v-5b025a97]{padding-bottom:var(--default-grid-baseline, 4px)}.app-navigation-entry__settings[data-v-5b025a97]{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,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 > 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},78320:(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-011c3819]: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},69481:t=>{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,d=(n=e(t.historyTimeConstant,2.5),function(t,e,s){return t+s/(s+n)*(e-t)});function u(){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:d(o,s,n),c=t,l=e}}return{start:u,reset:function(){o=null,l=null,c=null,r&&u()},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}}}},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="},5656:(t,e,n)=>{"use strict";n.d(e,{$B:()=>N,DT:()=>h,De:()=>w,G7:()=>re,Ir:()=>oe,NB:()=>B,RL:()=>D,Ti:()=>R,Tv:()=>S,Vn:()=>A,_o:()=>j,e4:()=>F,gt:()=>P,h7:()=>T,p$:()=>v,pC:()=>U,rp:()=>O,sS:()=>g,tB:()=>k,y3:()=>y});var s=n(77958),i=n(17499),r=n(31352),a=n(62520),o=n(65358),l=n(79753),c=n(14596);const d=null===(u=(0,s.ts)())?(0,i.IY)().setApp("files").build():(0,i.IY)().setApp("files").setUid(u.uid).build();var u;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):d.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 f=["B","KB","MB","GB","TB","PB"],p=["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?p.length:f.length)-1,i);const a=n?p[i]:f[i];let o=(t/Math.pow(s?1e3:1024,i)).toFixed(1);return!0===e&&0===i?("0.0"!==o?"< 1 ":"0 ")+(n?p[1]:f[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 v{_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 A=function(){return typeof window._nc_fileactions>"u"&&(window._nc_fileactions=[],d.debug("FileActions initialized")),window._nc_fileactions},w=function(){return typeof window._nc_filelistheader>"u"&&(window._nc_filelistheader=[],d.debug("FileListHeaders initialized")),window._nc_filelistheader};var y=(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))(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(){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 S=(t=>(t.Folder="folder",t.File="file",t))(S||{});const L=function(t,e){return null!==t.match(e)},E=(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>=y.NONE&&t.permissions<=y.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&&L(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(F).includes(t.status))throw new Error("Status must be a valid NodeStatus")};var F=(t=>(t.NEW="new",t.FAILED="failed",t.LOADING="loading",t.LOCKED="locked",t))(F||{});class B{_data;_attributes;_knownDavService=/(remote|public)\.php\/(web)?dav/i;constructor(t,e){E(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:y.NONE:y.READ}get owner(){return this.isDavRessource?this._data.owner:null}get isDavRessource(){return L(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){E({...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 N extends B{get type(){return S.File}}class P extends B{constructor(t){super({...t,mime:"httpd/unix-directory"})}get type(){return S.Folder}get extension(){return null}get mime(){return"httpd/unix-directory"}}const j=`/files/${(0,s.ts)()?.uid}`,I=(0,l.generateRemoteUrl)("dav"),O=function(t=I){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},U=async(t,e="/",n=j)=>(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=>D(t,n))),D=function(t,e=j,n=I){const i=t.props,r=function(t=""){let e=y.NONE;return t&&((t.includes("C")||t.includes("K"))&&(e|=y.CREATE),t.includes("G")&&(e|=y.READ),(t.includes("W")||t.includes("N")||t.includes("V"))&&(e|=y.UPDATE),t.includes("D")&&(e|=y.DELETE),t.includes("R")&&(e|=y.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 N(o):new P(o)};class ${_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 R=function(){return typeof window._nc_navigation>"u"&&(window._nc_navigation=new $,d.debug("Navigation service initialized")),window._nc_navigation};class z{_column;constructor(t){M(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 M=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 V={},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}V.validate=function(t,e){e=Object.assign({},q,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 d=c.value;if(r=c.index,"/"===d[d.length-1]){const n=r-d.length;d=d.substring(0,d.length-1);const i=tt(d,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(d.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(d,e);if(!0!==o)return nt(o.err.code,o.err.msg,rt(t,r-d.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=Z.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 dt(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]=dt(t,e+1),-1===val.indexOf("&")&&(n[ht(entityName)]={regx:RegExp(`&${entityName};`,"g"),val});else if(i&&ft(t,e))e+=8;else if(i&&pt(t,e))e+=8;else if(i&>(t,e))e+=9;else{if(!ut)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({},wt,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&&vt.test(n))return Number.parseInt(n,16);{const s=At.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?Ut(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,yt.nameRegexp);const St=new RegExp("([^\\s=]+)\\s*(=\\s*(['\"])([\\s\\S]*?)\\3)?","gm");function Lt(t,e,n){if(!this.options.ignoreAttributes&&"string"==typeof t){const n=yt.getAllMatches(t,St),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=It(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=jt(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=jt(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=It(t,r,this.options.removeNSPrefix),o=a.tagName;const l=a.rawTagName;let c=a.tagExp,d=a.attrExpPresent,u=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,u+1);if(!n)throw new Error(`Unexpected end of ${l}`);r=n.i,e=n.tagContent}const s=new bt(o);o!==c&&d&&(s[":@"]=this.buildAttributesMap(c,i,o)),e&&(e=this.parseTextData(e,o,i,!0,d,!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&&d&&(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&&d&&(t[":@"]=this.buildAttributesMap(c,i,o)),this.addChild(n,t,i),n=t}s="",r=u}}else s+=t[r];return e.child};function Ft(t,e,n){const s=this.options.updateTag(e.tagname,n,e[":@"]);!1===s||("string"==typeof s&&(e.tagname=s),t.addChild(e))}const Bt=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 Nt(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 jt(t,e,n,s){const i=t.indexOf(e,n);if(-1===i)throw new Error(s);return i+e.length-1}function It(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=jt(t,"?>",n+1,"StopNode is not closed.");else if("!--"===t.substr(n+1,3))n=jt(t,"--\x3e",n+3,"StopNode is not closed.");else if("!["===t.substr(n+1,2))n=jt(t,"]]>",n,"StopNode is not closed.")-2;else{const s=It(t,n,">");s&&((s&&s.tagName)===e&&"/"!==s.tagExp[s.tagExp.length-1]&&i++,n=s.closeIndex)}}function Ut(t,e,n){if(e&&"string"==typeof t){const e=t.trim();return"true"===e||"false"!==e&&xt(t,n)}return yt.isExist(t)?t:""}var Dt={};function $t(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 Rt(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=Et,this.parseTextData=Tt,this.resolveNameSpace=kt,this.buildAttributesMap=Lt,this.isItStopNode=Pt,this.replaceEntitiesValue=Bt,this.readStopNodeData=Ot,this.saveTextToParentTag=Nt,this.addChild=Ft}},{prettify:Zt}=Dt,qt=V;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 d=s;""!==d&&(d+=e.indentBy);const u=s+`<${l}${Yt(o[":@"],e)}`,m=Gt(o[l],e,c,d);-1!==e.unpairedTags.indexOf(l)?e.suppressUnpairedNode?i+=u+">":i+=u+"/>":m&&0!==m.length||!e.suppressEmptyNode?m&&m.endsWith(">")?i+=u+`>${m}${s}`:(i+=u+">",m&&""!==s&&(m.includes("/>")||m.includes("`):i+=u+"/>",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,d.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"})))}},50924:(t,e,n)=>{"use strict";n.d(e,{U:()=>al,V:()=>jr,a:()=>sl,g:()=>ll,l:()=>Ve,n:()=>Jo,t:()=>il});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),d=n.n(c),u=n(19216),m=n.n(u),f=n(44589),p=n.n(f),g=n(82396),h={};h.styleTagTransform=p(),h.setAttributes=d(),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 v=n(79753),A=n(77958),w=n(5656),y=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 S=n(17499),L=n(64024),E=n(69481),F=n(99059),B=n(2985),N=n(74628),P=n(64865),j=n(34854),I=n(48264),O=n(48764).Buffer,U=n(25108);function D(t,e){return function(){return t.apply(e,arguments)}}const{toString:$}=Object.prototype,{getPrototypeOf:R}=Object,z=(q=Object.create(null),t=>{const e=$.call(t);return q[e]||(q[e]=e.slice(8,-1).toLowerCase())}),M=t=>(t=t.toLowerCase(),e=>z(e)===t),V=t=>e=>typeof e===t,{isArray:H}=Array,Z=V("undefined");var q;const G=M("ArrayBuffer"),W=V("string"),Y=V("function"),K=V("number"),J=t=>null!==t&&"object"==typeof t,Q=t=>{if("object"!==z(t))return!1;const e=R(t);return!(null!==e&&e!==Object.prototype&&null!==Object.getPrototypeOf(e)||Symbol.toStringTag in t||Symbol.iterator in t)},X=M("Date"),tt=M("File"),et=M("Blob"),nt=M("FileList"),st=M("URLSearchParams");function it(t,e,{allOwnKeys:n=!1}={}){if(null===t||typeof t>"u")return;let s,i;if("object"!=typeof t&&(t=[t]),H(t))for(s=0,i=t.length;s0;)if(s=n[i],e===s.toLowerCase())return s;return null}const at=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global,ot=t=>!Z(t)&&t!==at,lt=(t=>e=>t&&e instanceof t)(typeof Uint8Array<"u"&&R(Uint8Array)),ct=M("HTMLFormElement"),dt=(({hasOwnProperty:t})=>(e,n)=>t.call(e,n))(Object.prototype),ut=M("RegExp"),mt=(t,e)=>{const n=Object.getOwnPropertyDescriptors(t),s={};it(n,((n,i)=>{let r;!1!==(r=e(n,i,t))&&(s[i]=r||n)})),Object.defineProperties(t,s)},ft="abcdefghijklmnopqrstuvwxyz",pt="0123456789",gt={DIGIT:pt,ALPHA:ft,ALPHA_DIGIT:ft+ft.toUpperCase()+pt},ht=M("AsyncFunction"),vt={isArray:H,isArrayBuffer:G,isBuffer:function(t){return null!==t&&!Z(t)&&null!==t.constructor&&!Z(t.constructor)&&Y(t.constructor.isBuffer)&&t.constructor.isBuffer(t)},isFormData:t=>{let e;return t&&("function"==typeof FormData&&t instanceof FormData||Y(t.append)&&("formdata"===(e=z(t))||"object"===e&&Y(t.toString)&&"[object FormData]"===t.toString()))},isArrayBufferView:function(t){let e;return e=typeof ArrayBuffer<"u"&&ArrayBuffer.isView?ArrayBuffer.isView(t):t&&t.buffer&&G(t.buffer),e},isString:W,isNumber:K,isBoolean:t=>!0===t||!1===t,isObject:J,isPlainObject:Q,isUndefined:Z,isDate:X,isFile:tt,isBlob:et,isRegExp:ut,isFunction:Y,isStream:t=>J(t)&&Y(t.pipe),isURLSearchParams:st,isTypedArray:lt,isFileList:nt,forEach:it,merge:function t(){const{caseless:e}=ot(this)&&this||{},n={},s=(s,i)=>{const r=e&&rt(n,i)||i;Q(n[r])&&Q(s)?n[r]=t(n[r],s):Q(s)?n[r]=t({},s):H(s)?n[r]=s.slice():n[r]=s};for(let t=0,e=arguments.length;t(it(e,((e,s)=>{n&&Y(e)?t[s]=D(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&&R(t)}while(t&&(!n||n(t,e))&&t!==Object.prototype);return e},kindOf:z,kindOfTest:M,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(H(t))return t;let e=t.length;if(!K(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:ct,hasOwnProperty:dt,hasOwnProp:dt,reduceDescriptors:mt,freezeMethods:t=>{mt(t,((e,n)=>{if(Y(t)&&-1!==["arguments","caller","callee"].indexOf(n))return!1;const s=t[n];if(Y(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 H(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:rt,global:at,isContextDefined:ot,ALPHABET:gt,generateString:(t=16,e=gt.ALPHA_DIGIT)=>{let n="";const{length:s}=e;for(;t--;)n+=e[Math.random()*s|0];return n},isSpecCompliantForm:function(t){return!!(t&&Y(t.append)&&"FormData"===t[Symbol.toStringTag]&&t[Symbol.iterator])},toJSONObject:t=>{const e=new Array(10),n=(t,s)=>{if(J(t)){if(e.indexOf(t)>=0)return;if(!("toJSON"in t)){e[s]=t;const i=H(t)?[]:{};return it(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:ht,isThenable:t=>t&&(J(t)||Y(t))&&Y(t.then)&&Y(t.catch)};function At(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)}vt.inherits(At,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:vt.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const wt=At.prototype,yt={};function bt(t){return vt.isPlainObject(t)||vt.isArray(t)}function Ct(t){return vt.endsWith(t,"[]")?t.slice(0,-2):t}function xt(t,e,n){return t?t.concat(e).map((function(t,e){return t=Ct(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=>{yt[t]={value:t}})),Object.defineProperties(At,yt),Object.defineProperty(wt,"isAxiosError",{value:!0}),At.from=(t,e,n,s,i,r)=>{const a=Object.create(wt);return vt.toFlatObject(t,a,(function(t){return t!==Error.prototype}),(t=>"isAxiosError"!==t)),At.call(a,t.message,e,n,s,i),a.cause=t,a.name=t.name,r&&Object.assign(a,r),a};const _t=vt.toFlatObject(vt,{},null,(function(t){return/^is[A-Z]/.test(t)}));function Tt(t,e,n){if(!vt.isObject(t))throw new TypeError("target must be an object");e=e||new FormData;const s=(n=vt.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,(function(t,e){return!vt.isUndefined(e[t])}))).metaTokens,i=n.visitor||c,r=n.dots,a=n.indexes,o=(n.Blob||typeof Blob<"u"&&Blob)&&vt.isSpecCompliantForm(e);if(!vt.isFunction(i))throw new TypeError("visitor must be a function");function l(t){if(null===t)return"";if(vt.isDate(t))return t.toISOString();if(!o&&vt.isBlob(t))throw new At("Blob is not supported. Use a Buffer instead.");return vt.isArrayBuffer(t)||vt.isTypedArray(t)?o&&"function"==typeof Blob?new Blob([t]):O.from(t):t}function c(t,n,i){let o=t;if(t&&!i&&"object"==typeof t)if(vt.endsWith(n,"{}"))n=s?n:n.slice(0,-2),t=JSON.stringify(t);else if(vt.isArray(t)&&function(t){return vt.isArray(t)&&!t.some(bt)}(t)||(vt.isFileList(t)||vt.endsWith(n,"[]"))&&(o=vt.toArray(t)))return n=Ct(n),o.forEach((function(t,s){!vt.isUndefined(t)&&null!==t&&e.append(!0===a?xt([n],s,r):null===a?n:n+"[]",l(t))})),!1;return!!bt(t)||(e.append(xt(i,n,r),l(t)),!1)}const d=[],u=Object.assign(_t,{defaultVisitor:c,convertValue:l,isVisitable:bt});if(!vt.isObject(t))throw new TypeError("data must be an object");return function t(n,s){if(!vt.isUndefined(n)){if(-1!==d.indexOf(n))throw Error("Circular reference detected in "+s.join("."));d.push(n),vt.forEach(n,(function(n,r){!0===(!(vt.isUndefined(n)||null===n)&&i.call(e,n,vt.isString(r)?r.trim():r,s,u))&&t(n,s?s.concat(r):[r])})),d.pop()}}(t),e}function kt(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&&Tt(t,this,e)}const Lt=St.prototype;function Et(t){return encodeURIComponent(t).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function Ft(t,e,n){if(!e)return t;const s=n&&n.encode||Et,i=n&&n.serialize;let r;if(r=i?i(e,n):vt.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,kt)}:kt;return this._pairs.map((function(t){return e(t[0])+"="+e(t[1])}),"").join("&")};const Bt=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){vt.forEach(this.handlers,(function(e){null!==e&&t(e)}))}},Nt={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},Pt={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"]},jt=typeof window<"u"&&typeof document<"u",It=(t=>jt&&["ReactNative","NativeScript","NS"].indexOf(t)<0)(typeof navigator<"u"&&navigator.product),Ot=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&"function"==typeof self.importScripts,Ut={...Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:jt,hasStandardBrowserEnv:It,hasStandardBrowserWebWorkerEnv:Ot},Symbol.toStringTag,{value:"Module"})),...Pt};function Dt(t){function e(t,n,s,i){let r=t[i++];const a=Number.isFinite(+r),o=i>=t.length;return r=!r&&vt.isArray(s)?s.length:r,o?(vt.hasOwnProp(s,r)?s[r]=[s[r],n]:s[r]=n,!a):((!s[r]||!vt.isObject(s[r]))&&(s[r]=[]),e(t,n,s[r],i)&&vt.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 vt.matchAll(/\w+|\[(\w*)]/g,t).map((t=>"[]"===t[0]?"":t[1]||t[0]))}(t),s,n,0)})),n}return null}const $t={transitional:Nt,adapter:["xhr","http"],transformRequest:[function(t,e){const n=e.getContentType()||"",s=n.indexOf("application/json")>-1,i=vt.isObject(t);if(i&&vt.isHTMLForm(t)&&(t=new FormData(t)),vt.isFormData(t))return s&&s?JSON.stringify(Dt(t)):t;if(vt.isArrayBuffer(t)||vt.isBuffer(t)||vt.isStream(t)||vt.isFile(t)||vt.isBlob(t))return t;if(vt.isArrayBufferView(t))return t.buffer;if(vt.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 Tt(t,new Ut.classes.URLSearchParams,Object.assign({visitor:function(t,e,n,s){return Ut.isNode&&vt.isBuffer(t)?(this.append(e,t.toString("base64")),!1):s.defaultVisitor.apply(this,arguments)}},e))}(t,this.formSerializer).toString();if((r=vt.isFileList(t))||n.indexOf("multipart/form-data")>-1){const e=this.env&&this.env.FormData;return Tt(r?{"files[]":t}:t,e&&new e,this.formSerializer)}}return i||s?(e.setContentType("application/json",!1),function(t,e,n){if(vt.isString(t))try{return(0,JSON.parse)(t),vt.trim(t)}catch(t){if("SyntaxError"!==t.name)throw t}return(0,JSON.stringify)(t)}(t)):t}],transformResponse:[function(t){const e=this.transitional||$t.transitional,n=e&&e.forcedJSONParsing,s="json"===this.responseType;if(t&&vt.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?At.from(t,At.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}}};vt.forEach(["delete","get","head","post","put","patch"],(t=>{$t.headers[t]={}}));const Rt=$t,zt=vt.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"]),Mt=Symbol("internals");function Vt(t){return t&&String(t).trim().toLowerCase()}function Ht(t){return!1===t||null==t?t:vt.isArray(t)?t.map(Ht):String(t)}function Zt(t,e,n,s,i){if(vt.isFunction(s))return s.call(this,e,n);if(i&&(e=n),vt.isString(e)){if(vt.isString(s))return-1!==e.indexOf(s);if(vt.isRegExp(s))return s.test(e)}}let qt=class{constructor(t){t&&this.set(t)}set(t,e,n){const s=this;function i(t,e,n){const i=Vt(e);if(!i)throw new Error("header name must be a non-empty string");const r=vt.findKey(s,i);(!r||void 0===s[r]||!0===n||void 0===n&&!1!==s[r])&&(s[r||e]=Ht(t))}const r=(t,e)=>vt.forEach(t,((t,n)=>i(t,n,e)));return vt.isPlainObject(t)||t instanceof this.constructor?r(t,e):vt.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]&&zt[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=Vt(t)){const n=vt.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(vt.isFunction(e))return e.call(this,t,n);if(vt.isRegExp(e))return e.exec(t);throw new TypeError("parser must be boolean|regexp|function")}}}has(t,e){if(t=Vt(t)){const n=vt.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=Vt(t)){const i=vt.findKey(n,t);i&&(!e||Zt(0,n[i],i,e))&&(delete n[i],s=!0)}}return vt.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 vt.forEach(this,((s,i)=>{const r=vt.findKey(n,i);if(r)return e[r]=Ht(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]=Ht(s),n[a]=!0})),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){const e=Object.create(null);return vt.forEach(this,((n,s)=>{null!=n&&!1!==n&&(e[s]=t&&vt.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[Mt]=this[Mt]={accessors:{}}).accessors,n=this.prototype;function s(t){const s=Vt(t);e[s]||(function(t,e){const n=vt.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 vt.isArray(t)?t.forEach(s):s(t),this}};qt.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),vt.reduceDescriptors(qt.prototype,(({value:t},e)=>{let n=e[0].toUpperCase()+e.slice(1);return{get:()=>t,set(t){this[n]=t}}})),vt.freezeMethods(qt);const Gt=qt;function Wt(t,e){const n=this||Rt,s=e||n,i=Gt.from(s.headers);let r=s.data;return vt.forEach(t,(function(t){r=t.call(n,r,i.normalize(),e?e.status:void 0)})),i.normalize(),r}function Yt(t){return!(!t||!t.__CANCEL__)}function Kt(t,e,n){At.call(this,t??"canceled",At.ERR_CANCELED,e,n),this.name="CanceledError"}vt.inherits(Kt,At,{__CANCEL__:!0});const Jt=Ut.hasStandardBrowserEnv?{write:function(t,e,n,s,i,r){const a=[];a.push(t+"="+encodeURIComponent(e)),vt.isNumber(n)&&a.push("expires="+new Date(n).toGMTString()),vt.isString(s)&&a.push("path="+s),vt.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 Qt(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 Xt=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=vt.isString(t)?s(t):t;return e.protocol===n.protocol&&e.host===n.host}}():function(){return!0};function te(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 d=a,u=0;for(;d!==r;)u+=n[d++],d%=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 ee=typeof XMLHttpRequest<"u"&&function(t){return new Promise((function(e,n){let s=t.data;const i=Gt.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(vt.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 d=Qt(t.baseURL,t.url);function u(){if(!c)return;const s=Gt.from("getAllResponseHeaders"in c&&c.getAllResponseHeaders());(function(t,e,n){const s=n.config.validateStatus;n.status&&s&&!s(n.status)?e(new At("Request failed with status code "+n.status,[At.ERR_BAD_REQUEST,At.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(),Ft(d,t.params,t.paramsSerializer),!0),c.timeout=t.timeout,"onloadend"in c?c.onloadend=u:c.onreadystatechange=function(){!c||4!==c.readyState||0===c.status&&(!c.responseURL||0!==c.responseURL.indexOf("file:"))||setTimeout(u)},c.onabort=function(){c&&(n(new At("Request aborted",At.ECONNABORTED,t,c)),c=null)},c.onerror=function(){n(new At("Network Error",At.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||Nt;t.timeoutErrorMessage&&(e=t.timeoutErrorMessage),n(new At(e,s.clarifyTimeoutError?At.ETIMEDOUT:At.ECONNABORTED,t,c)),c=null},Ut.hasStandardBrowserEnv){const e=Xt(d)&&t.xsrfCookieName&&Jt.read(t.xsrfCookieName);e&&i.set(t.xsrfHeaderName,e)}void 0===s&&i.setContentType(null),"setRequestHeader"in c&&vt.forEach(i.toJSON(),(function(t,e){c.setRequestHeader(e,t)})),vt.isUndefined(t.withCredentials)||(c.withCredentials=!!t.withCredentials),r&&"json"!==r&&(c.responseType=t.responseType),"function"==typeof t.onDownloadProgress&&c.addEventListener("progress",te(t.onDownloadProgress,!0)),"function"==typeof t.onUploadProgress&&c.upload&&c.upload.addEventListener("progress",te(t.onUploadProgress)),(t.cancelToken||t.signal)&&(a=e=>{c&&(n(!e||e.type?new Kt(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]||""}(d);m&&-1===Ut.protocols.indexOf(m)?n(new At("Unsupported protocol "+m+":",At.ERR_BAD_REQUEST,t)):c.send(s||null)}))},ne={http:null,xhr:ee};vt.forEach(ne,((t,e)=>{if(t){try{Object.defineProperty(t,"name",{value:e})}catch{}Object.defineProperty(t,"adapterName",{value:e})}}));const se=t=>`- ${t}`,ie=t=>vt.isFunction(t)||null===t||!1===t,re=t=>{t=vt.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 At("There is no suitable adapter to dispatch the request "+(e?t.length>1?"since :\n"+t.map(se).join("\n"):" "+se(t[0]):"as no adapter specified"),"ERR_NOT_SUPPORT")}return s};function ae(t){if(t.cancelToken&&t.cancelToken.throwIfRequested(),t.signal&&t.signal.aborted)throw new Kt(null,t)}function oe(t){return ae(t),t.headers=Gt.from(t.headers),t.data=Wt.call(t,t.transformRequest),-1!==["post","put","patch"].indexOf(t.method)&&t.headers.setContentType("application/x-www-form-urlencoded",!1),re(t.adapter||Rt.adapter)(t).then((function(e){return ae(t),e.data=Wt.call(t,t.transformResponse,e),e.headers=Gt.from(e.headers),e}),(function(e){return Yt(e)||(ae(t),e&&e.response&&(e.response.data=Wt.call(t,t.transformResponse,e.response),e.response.headers=Gt.from(e.response.headers))),Promise.reject(e)}))}const le=t=>t instanceof Gt?t.toJSON():t;function ce(t,e){e=e||{};const n={};function s(t,e,n){return vt.isPlainObject(t)&&vt.isPlainObject(e)?vt.merge.call({caseless:n},t,e):vt.isPlainObject(e)?vt.merge({},e):vt.isArray(e)?e.slice():e}function i(t,e,n){return vt.isUndefined(e)?vt.isUndefined(t)?void 0:s(void 0,t,n):s(t,e,n)}function r(t,e){if(!vt.isUndefined(e))return s(void 0,e)}function a(t,e){return vt.isUndefined(e)?vt.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(le(t),le(e),!0)};return vt.forEach(Object.keys(Object.assign({},t,e)),(function(s){const r=l[s]||i,a=r(t[s],e[s],s);vt.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 ue={};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 At(s(i," has been removed"+(e?" in "+e:"")),At.ERR_DEPRECATED);return e&&!ue[i]&&(ue[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 me={assertOptions:function(t,e,n){if("object"!=typeof t)throw new At("options must be an object",At.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 At("option "+r+" must be "+n,At.ERR_BAD_OPTION_VALUE)}else if(!0!==n)throw new At("Unknown option "+r,At.ERR_BAD_OPTION)}},validators:de},fe=me.validators;let pe=class{constructor(t){this.defaults=t,this.interceptors={request:new Bt,response:new Bt}}request(t,e){"string"==typeof t?(e=e||{}).url=t:e=t||{},e=ce(this.defaults,e);const{transitional:n,paramsSerializer:s,headers:i}=e;void 0!==n&&me.assertOptions(n,{silentJSONParsing:fe.transitional(fe.boolean),forcedJSONParsing:fe.transitional(fe.boolean),clarifyTimeoutError:fe.transitional(fe.boolean)},!1),null!=s&&(vt.isFunction(s)?e.paramsSerializer={serialize:s}:me.assertOptions(s,{encode:fe.function,serialize:fe.function},!0)),e.method=(e.method||this.defaults.method||"get").toLowerCase();let r=i&&vt.merge(i.common,i[e.method]);i&&vt.forEach(["delete","get","head","post","put","patch","common"],(t=>{delete i[t]})),e.headers=Gt.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,d,u=0;if(!o){const t=[oe.bind(this),void 0];for(t.unshift.apply(t,a),t.push.apply(t,l),d=t.length,c=Promise.resolve(e);u{he[e]=t}));const ve=he,Ae=function t(e){const n=new ge(e),s=D(ge.prototype.request,n);return vt.extend(s,ge.prototype,n,{allOwnKeys:!0}),vt.extend(s,n,null,{allOwnKeys:!0}),s.create=function(n){return t(ce(e,n))},s}(Rt);Ae.Axios=ge,Ae.CanceledError=Kt,Ae.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 Kt(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}}},Ae.isCancel=Yt,Ae.VERSION="1.6.1",Ae.toFormData=Tt,Ae.AxiosError=At,Ae.Cancel=Ae.CanceledError,Ae.all=function(t){return Promise.all(t)},Ae.spread=function(t){return function(e){return t.apply(null,e)}},Ae.isAxiosError=function(t){return vt.isObject(t)&&!0===t.isAxiosError},Ae.mergeConfig=ce,Ae.AxiosHeaders=Gt,Ae.formToJSON=t=>Dt(vt.isHTMLForm(t)?new FormData(t):t),Ae.getAdapter=re,Ae.HttpStatusCode=ve,Ae.default=Ae;const we=Ae,{Axios:ye,AxiosError:be,CanceledError:Ce,isCancel:xe,CancelToken:_e,VERSION:Te,all:ke,Cancel:Se,isAxiosError:Le,spread:Ee,toFormData:Fe,AxiosHeaders:Be,HttpStatusCode:Ne,formToJSON:Pe,getAdapter:je,mergeConfig:Ie}=we,Oe=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,De=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 y.Z.request({method:"PUT",url:t,data:a,signal:n,onUploadProgress:s,headers:r})},$e=function(t,e,n){return Oe((()=>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))}))))},Re=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 ze=(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))(ze||{});let Me=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(Re()>0?Math.ceil(n/Re()):1,1e4);this._source=t,this._isChunked=e&&Re()>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 Ve=(t=>null===t?(0,S.IY)().setApp("uploader").build():(0,S.IY)().setApp("uploader").setUid(t.uid).build())((0,A.ts)());var He=(t=>(t[t.IDLE=0]="IDLE",t[t.UPLOADING=1]="UPLOADING",t[t.PAUSED=2]="PAUSED",t))(He||{});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,A.ts)()?.uid,n=(0,v.generateRemoteUrl)(`dav/files/${t}`);if(!t)throw new Error("User is not logged in");e=new w.gt({id:0,owner:t,permissions:w.y3.ALL,root:`/files/${t}`,source:n})}this.destination=e,Ve.debug("Upload workspace initialized",{destination:this.destination,root:this.root,isPublic:t,maxChunksSize:Re()})}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(/^\//,"")}`;Ve.debug(`Uploading ${e.name} to ${n}`);const s=Re(e.size),i=0===s||e.size{if(o(r.cancel),i){Ve.debug("Initializing regular upload",{file:e,upload:r});const s=await $e(e,0,r.size),i=async()=>{try{r.response=await De(n,s,r.signal,(()=>this.updateStats()),void 0,{"X-OC-Mtime":e.lastModified/1e3}),r.uploaded=r.size,this.updateStats(),Ve.debug(`Successfully uploaded ${e.name}`,{file:e,upload:r}),t(r)}catch(t){if(t instanceof Ce)return r.status=ze.FAILED,void a("Upload has been cancelled");t?.response&&(r.response=t.response),r.status=ze.FAILED,Ve.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{Ve.debug("Initializing chunked upload",{file:e,upload:r});const i=await async function(t){const e=`${(0,v.generateRemoteUrl)(`dav/uploads/${(0,A.ts)()?.uid}`)}/web-file-upload-${[...Array(16)].map((()=>Math.floor(16*Math.random()).toString(16))).join("")}`,n=t?{Destination:t}:void 0;return await y.Z.request({method:"MKCOL",url:e,headers:n}),e}(n),o=[];for(let t=0;t$e(e,a,s),d=()=>De(`${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 Ce||(Ve.error(`Chunk ${t+1} ${a} - ${l} uploading failed`),r.status=ze.FAILED),e}));o.push(this._jobQueue.add(d))}try{await Promise.all(o),this.updateStats(),r.response=await y.Z.request({method:"MOVE",url:`${i}/.file`,headers:{Destination:n}}),this.updateStats(),r.status=ze.FINISHED,Ve.debug(`Successfully uploaded ${e.name}`,{file:e,upload:r}),t(r)}catch(t){t instanceof Ce?(r.status=ze.FAILED,a("Upload has been cancelled")):(r.status=ze.FAILED,a("Failed assembling the chunks together")),y.Z.request({method:"DELETE",url:`${i}`})}this._notifiers.forEach((t=>{try{t(r)}catch{}}))}return this._jobQueue.onIdle().then((()=>this.reset())),r}))}}var qe=Object.freeze({}),Ge=Array.isArray;function We(t){return null==t}function Ye(t){return null!=t}function Ke(t){return!0===t}function Je(t){return"string"==typeof t||"number"==typeof t||"symbol"==typeof t||"boolean"==typeof t}function Qe(t){return"function"==typeof t}function Xe(t){return null!==t&&"object"==typeof t}var tn=Object.prototype.toString;function en(t){return"[object Object]"===tn.call(t)}function nn(t){var e=parseFloat(String(t));return e>=0&&Math.floor(e)===e&&isFinite(t)}function sn(t){return Ye(t)&&"function"==typeof t.then&&"function"==typeof t.catch}function rn(t){return null==t?"":Array.isArray(t)||en(t)&&t.toString===tn?JSON.stringify(t,null,2):String(t)}function an(t){var e=parseFloat(t);return isNaN(e)?t:e}function on(t,e){for(var n=Object.create(null),s=t.split(","),i=0;i-1)return t.splice(s,1)}}var dn=Object.prototype.hasOwnProperty;function un(t,e){return dn.call(t,e)}function mn(t){var e=Object.create(null);return function(n){return e[n]||(e[n]=t(n))}}var fn=/-(\w)/g,pn=mn((function(t){return t.replace(fn,(function(t,e){return e?e.toUpperCase():""}))})),gn=mn((function(t){return t.charAt(0).toUpperCase()+t.slice(1)})),hn=/\B([A-Z])/g,vn=mn((function(t){return t.replace(hn,"-$1").toLowerCase()})),An=Function.prototype.bind?function(t,e){return t.bind(e)}:function(t,e){function n(n){var s=arguments.length;return s?s>1?t.apply(e,arguments):t.call(e,n):t.call(e)}return n._length=t.length,n};function wn(t,e){e=e||0;for(var n=t.length-e,s=new Array(n);n--;)s[n]=t[n+e];return s}function yn(t,e){for(var n in e)t[n]=e[n];return t}function bn(t){for(var e={},n=0;n0,Rn=Un&&Un.indexOf("edge/")>0;Un&&Un.indexOf("android");var zn=Un&&/iphone|ipad|ipod|ios/.test(Un),Mn=Un&&Un.match(/firefox\/(\d+)/),Vn={}.watch,Hn=!1;if(On)try{var Zn={};Object.defineProperty(Zn,"passive",{get:function(){Hn=!0}}),window.addEventListener("test-passive",null,Zn)}catch{}var qn,Gn=function(){return void 0===qn&&(qn=!On&&typeof global<"u"&&global.process&&"server"===global.process.env.VUE_ENV),qn},Wn=On&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function Yn(t){return"function"==typeof t&&/native code/.test(t.toString())}var Kn,Jn=typeof Symbol<"u"&&Yn(Symbol)&&typeof Reflect<"u"&&Yn(Reflect.ownKeys);Kn=typeof Set<"u"&&Yn(Set)?Set:function(){function t(){this.set=Object.create(null)}return t.prototype.has=function(t){return!0===this.set[t]},t.prototype.add=function(t){this.set[t]=!0},t.prototype.clear=function(){this.set=Object.create(null)},t}();var Qn=null;function Xn(t){void 0===t&&(t=null),t||Qn&&Qn._scope.off(),Qn=t,t&&t._scope.on()}var ts=function(){function t(t,e,n,s,i,r,a,o){this.tag=t,this.data=e,this.children=n,this.text=s,this.elm=i,this.ns=void 0,this.context=r,this.fnContext=void 0,this.fnOptions=void 0,this.fnScopeId=void 0,this.key=e&&e.key,this.componentOptions=a,this.componentInstance=void 0,this.parent=void 0,this.raw=!1,this.isStatic=!1,this.isRootInsert=!0,this.isComment=!1,this.isCloned=!1,this.isOnce=!1,this.asyncFactory=o,this.asyncMeta=void 0,this.isAsyncPlaceholder=!1}return Object.defineProperty(t.prototype,"child",{get:function(){return this.componentInstance},enumerable:!1,configurable:!0}),t}(),es=function(t){void 0===t&&(t="");var e=new ts;return e.text=t,e.isComment=!0,e};function ns(t){return new ts(void 0,void 0,void 0,String(t))}function ss(t){var e=new ts(t.tag,t.data,t.children&&t.children.slice(),t.text,t.elm,t.context,t.componentOptions,t.asyncFactory);return e.ns=t.ns,e.isStatic=t.isStatic,e.key=t.key,e.isComment=t.isComment,e.fnContext=t.fnContext,e.fnOptions=t.fnOptions,e.fnScopeId=t.fnScopeId,e.asyncMeta=t.asyncMeta,e.isCloned=!0,e}var is=0,rs=[],as=function(){function t(){this._pending=!1,this.id=is++,this.subs=[]}return t.prototype.addSub=function(t){this.subs.push(t)},t.prototype.removeSub=function(t){this.subs[this.subs.indexOf(t)]=null,this._pending||(this._pending=!0,rs.push(this))},t.prototype.depend=function(e){t.target&&t.target.addDep(this)},t.prototype.notify=function(t){for(var e=this.subs.filter((function(t){return t})),n=0,s=e.length;n0&&(Is((s=Os(s,"".concat(e||"","_").concat(n)))[0])&&Is(r)&&(a[i]=ns(r.text+s[0].text),s.shift()),a.push.apply(a,s)):Je(s)?Is(r)?a[i]=ns(r.text+s):""!==s&&a.push(ns(s)):Is(s)&&Is(r)?a[i]=ns(r.text+s.text):(Ke(t._isVList)&&Ye(s.tag)&&We(s.key)&&Ye(e)&&(s.key="__vlist".concat(e,"_").concat(n,"__")),a.push(s)));return a}function Us(t,e){var n,s,i,r,a=null;if(Ge(t)||"string"==typeof t)for(a=new Array(t.length),n=0,s=t.length;n0,a=e?!!e.$stable:!r,o=e&&e.$key;if(e){if(e._normalized)return e._normalized;if(a&&s&&s!==qe&&o===s.$key&&!r&&!s.$hasNormal)return s;for(var l in i={},e)e[l]&&"$"!==l[0]&&(i[l]=ni(t,n,l,e[l]))}else i={};for(var c in n)c in i||(i[c]=si(n,c));return e&&Object.isExtensible(e)&&(e._normalized=i),Pn(i,"$stable",a),Pn(i,"$key",o),Pn(i,"$hasNormal",r),i}function ni(t,e,n,s){var i=function(){var e=Qn;Xn(t);var n=arguments.length?s.apply(null,arguments):s({}),i=(n=n&&"object"==typeof n&&!Ge(n)?[n]:js(n))&&n[0];return Xn(e),n&&(!i||1===n.length&&i.isComment&&!ti(i))?void 0:n};return s.proxy&&Object.defineProperty(e,n,{get:i,enumerable:!0,configurable:!0}),i}function si(t,e){return function(){return t[e]}}function ii(t,e,n,s,i){var r=!1;for(var a in e)a in t?e[a]!==n[a]&&(r=!0):(r=!0,ri(t,a,s,i));for(var a in t)a in e||(r=!0,delete t[a]);return r}function ri(t,e,n,s){Object.defineProperty(t,e,{enumerable:!0,configurable:!0,get:function(){return n[s][e]}})}function ai(t,e){for(var n in e)t[n]=e[n];for(var n in t)n in e||delete t[n]}var oi=null;function li(t,e){return(t.__esModule||Jn&&"Module"===t[Symbol.toStringTag])&&(t=t.default),Xe(t)?e.extend(t):t}function ci(t){if(Ge(t))for(var e=0;eYi&&Hi[n].id>t.id;)n--;Hi.splice(n+1,0,t)}else Hi.push(t);Gi||(Gi=!0,Si(tr))}}(this)},t.prototype.run=function(){if(this.active){var t=this.get();if(t!==this.value||Xe(t)||this.deep){var e=this.value;if(this.value=t,this.user){var n='callback for watcher "'.concat(this.expression,'"');gi(this.cb,this.vm,[t,e],this.vm,n)}else this.cb.call(this.vm,t,e)}}},t.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},t.prototype.depend=function(){for(var t=this.deps.length;t--;)this.deps[t].depend()},t.prototype.teardown=function(){if(this.vm&&!this.vm._isBeingDestroyed&&cn(this.vm._scope.effects,this),this.active){for(var t=this.deps.length;t--;)this.deps[t].removeSub(this);this.active=!1,this.onStop&&this.onStop()}},t}();function ji(t,e){Bi.$on(t,e)}function Ii(t,e){Bi.$off(t,e)}function Oi(t,e){var n=Bi;return function s(){null!==e.apply(null,arguments)&&n.$off(t,s)}}function Ui(t,e,n){Bi=t,Bs(e,n||{},ji,Ii,Oi,t),Bi=void 0}var Di=null;function $i(t){var e=Di;return Di=t,function(){Di=e}}function Ri(t){for(;t&&(t=t.$parent);)if(t._inactive)return!0;return!1}function zi(t,e){if(e){if(t._directInactive=!1,Ri(t))return}else if(t._directInactive)return;if(t._inactive||null===t._inactive){t._inactive=!1;for(var n=0;ndocument.createEvent("Event").timeStamp&&(Ji=function(){return Qi.now()})}var Xi=function(t,e){if(t.post){if(!e.post)return 1}else if(e.post)return-1;return t.id-e.id};function tr(){var t,e;for(Ki=Ji(),Wi=!0,Hi.sort(Xi),Yi=0;Yi-1)if(r&&!un(i,"default"))a=!1;else if(""===a||a===vn(t)){var l=xr(String,i.type);(l<0||o-1:"string"==typeof t?t.split(",").indexOf(e)>-1:!!function(t){return"[object RegExp]"===tn.call(t)}(t)&&t.test(e)}function Ur(t,e){var n=t.cache,s=t.keys,i=t._vnode;for(var r in n){var a=n[r];if(a){var o=a.name;o&&!e(o)&&Dr(n,r,s,i)}}}function Dr(t,e,n,s){var i=t[e];i&&(!s||i.tag!==s.tag)&&i.componentInstance.$destroy(),t[e]=null,cn(n,e)}!function(t){t.prototype._init=function(t){var e=this;e._uid=Nr++,e._isVue=!0,e.__v_skip=!0,e._scope=new Ls(!0),e._scope._vm=!0,t&&t._isComponent?function(t,e){var n=t.$options=Object.create(t.constructor.options),s=e._parentVnode;n.parent=e.parent,n._parentVnode=s;var i=s.componentOptions;n.propsData=i.propsData,n._parentListeners=i.listeners,n._renderChildren=i.children,n._componentTag=i.tag,e.render&&(n.render=e.render,n.staticRenderFns=e.staticRenderFns)}(e,t):e.$options=vr(Pr(e.constructor),t||{},e),e._renderProxy=e,e._self=e,function(t){var e=t.$options,n=e.parent;if(n&&!e.abstract){for(;n.$options.abstract&&n.$parent;)n=n.$parent;n.$children.push(t)}t.$parent=n,t.$root=n?n.$root:t,t.$children=[],t.$refs={},t._provided=n?n._provided:Object.create(null),t._watcher=null,t._inactive=null,t._directInactive=!1,t._isMounted=!1,t._isDestroyed=!1,t._isBeingDestroyed=!1}(e),function(t){t._events=Object.create(null),t._hasHookEvent=!1;var e=t.$options._parentListeners;e&&Ui(t,e)}(e),function(t){t._vnode=null,t._staticTrees=null;var e=t.$options,n=t.$vnode=e._parentVnode,s=n&&n.context;t.$slots=Qs(e._renderChildren,s),t.$scopedSlots=n?ei(t.$parent,n.data.scopedSlots,t.$slots):qe,t._c=function(e,n,s,i){return mi(t,e,n,s,i,!1)},t.$createElement=function(e,n,s,i){return mi(t,e,n,s,i,!0)};var i=n&&n.data;ws(t,"$attrs",i&&i.attrs||qe,null,!0),ws(t,"$listeners",e._parentListeners||qe,null,!0)}(e),Vi(e,"beforeCreate",void 0,!1),function(t){var e=er(t.$options.inject,t);e&&(gs(!1),Object.keys(e).forEach((function(n){ws(t,n,e[n])})),gs(!0))}(e),kr(e),function(t){var e=t.$options.provide;if(e){var n=Qe(e)?e.call(t):e;if(!Xe(n))return;for(var s=function(t){var e=t._provided,n=t.$parent&&t.$parent._provided;return n===e?t._provided=Object.create(n):e}(t),i=Jn?Reflect.ownKeys(n):Object.keys(n),r=0;r1?wn(n):n;for(var s=wn(arguments,1),i='event handler for "'.concat(t,'"'),r=0,a=n.length;rparseInt(this.max)&&Dr(e,n[0],n,this._vnode),this.vnodeToCache=null}}},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var t in this.cache)Dr(this.cache,t,this.keys)},mounted:function(){var t=this;this.cacheVNode(),this.$watch("include",(function(e){Ur(t,(function(t){return Or(e,t)}))})),this.$watch("exclude",(function(e){Ur(t,(function(t){return!Or(e,t)}))}))},updated:function(){this.cacheVNode()},render:function(){var t=this.$slots.default,e=ci(t),n=e&&e.componentOptions;if(n){var s=Ir(n),i=this.include,r=this.exclude;if(i&&(!s||!Or(i,s))||r&&s&&Or(r,s))return e;var a=this.cache,o=this.keys,l=null==e.key?n.Ctor.cid+(n.tag?"::".concat(n.tag):""):e.key;a[l]?(e.componentInstance=a[l].componentInstance,cn(o,l),o.push(l)):(this.vnodeToCache=e,this.keyToCache=l),e.data.keepAlive=!0}return e||t&&t[0]}},zr={KeepAlive:Rr};!function(t){var e={get:function(){return Bn}};Object.defineProperty(t,"config",e),t.util={warn:dr,extend:yn,mergeOptions:vr,defineReactive:ws},t.set=ys,t.delete=bs,t.nextTick=Si,t.observable=function(t){return As(t),t},t.options=Object.create(null),En.forEach((function(e){t.options[e+"s"]=Object.create(null)})),t.options._base=t,yn(t.options.components,zr),function(t){t.use=function(t){var e=this._installedPlugins||(this._installedPlugins=[]);if(e.indexOf(t)>-1)return this;var n=wn(arguments,1);return n.unshift(this),Qe(t.install)?t.install.apply(t,n):Qe(t)&&t.apply(null,n),e.push(t),this}}(t),function(t){t.mixin=function(t){return this.options=vr(this.options,t),this}}(t),function(t){t.cid=0;var e=1;t.extend=function(t){t=t||{};var n=this,s=n.cid,i=t._Ctor||(t._Ctor={});if(i[s])return i[s];var r=rr(t)||rr(n.options),a=function(t){this._init(t)};return(a.prototype=Object.create(n.prototype)).constructor=a,a.cid=e++,a.options=vr(n.options,t),a.super=n,a.options.props&&function(t){var e=t.options.props;for(var n in e)Tr(t.prototype,"_props",n)}(a),a.options.computed&&function(t){var e=t.options.computed;for(var n in e)Lr(t.prototype,n,e[n])}(a),a.extend=n.extend,a.mixin=n.mixin,a.use=n.use,En.forEach((function(t){a[t]=n[t]})),r&&(a.options.components[r]=a),a.superOptions=n.options,a.extendOptions=t,a.sealedOptions=yn({},a.options),i[s]=a,a}}(t),function(t){En.forEach((function(e){t[e]=function(t,n){return n?("component"===e&&en(n)&&(n.name=n.name||t,n=this.options._base.extend(n)),"directive"===e&&Qe(n)&&(n={bind:n,update:n}),this.options[e+"s"][t]=n,n):this.options[e+"s"][t]}}))}(t)}(jr),Object.defineProperty(jr.prototype,"$isServer",{get:Gn}),Object.defineProperty(jr.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(jr,"FunctionalRenderContext",{value:nr}),jr.version="2.7.14";var Mr=on("style,class"),Vr=on("input,textarea,option,select,progress"),Hr=on("contenteditable,draggable,spellcheck"),Zr=on("events,caret,typing,plaintext-only"),qr=function(t,e){return Jr(e)||"false"===e?"false":"contenteditable"===t&&Zr(e)?e:"true"},Gr=on("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,truespeed,typemustmatch,visible"),Wr="http://www.w3.org/1999/xlink",Yr=function(t){return":"===t.charAt(5)&&"xlink"===t.slice(0,5)},Kr=function(t){return Yr(t)?t.slice(6,t.length):""},Jr=function(t){return null==t||!1===t};function Qr(t,e){return{staticClass:Xr(t.staticClass,e.staticClass),class:Ye(t.class)?[t.class,e.class]:e.class}}function Xr(t,e){return t?e?t+" "+e:t:e||""}function ta(t){return Array.isArray(t)?function(t){for(var e,n="",s=0,i=t.length;s-1?_a(t,e,n):Gr(e)?Jr(n)?t.removeAttribute(e):(n="allowfullscreen"===e&&"EMBED"===t.tagName?"true":e,t.setAttribute(e,n)):Hr(e)?t.setAttribute(e,qr(e,n)):Yr(e)?Jr(n)?t.removeAttributeNS(Wr,Kr(e)):t.setAttributeNS(Wr,e,n):_a(t,e,n)}function _a(t,e,n){if(Jr(n))t.removeAttribute(e);else{if(Dn&&!$n&&"TEXTAREA"===t.tagName&&"placeholder"===e&&""!==n&&!t.__ieph){var s=function(e){e.stopImmediatePropagation(),t.removeEventListener("input",s)};t.addEventListener("input",s),t.__ieph=!0}t.setAttribute(e,n)}}var Ta={create:Ca,update:Ca};function ka(t,e){var n=e.elm,s=e.data,i=t.data;if(!(We(s.staticClass)&&We(s.class)&&(We(i)||We(i.staticClass)&&We(i.class)))){var r=function(t){for(var e=t.data,n=t,s=t;Ye(s.componentInstance);)(s=s.componentInstance._vnode)&&s.data&&(e=Qr(s.data,e));for(;Ye(n=n.parent);)n&&n.data&&(e=Qr(e,n.data));return function(t,e){return Ye(t)||Ye(e)?Xr(t,ta(e)):""}(e.staticClass,e.class)}(e),a=n._transitionClasses;Ye(a)&&(r=Xr(r,ta(a))),r!==n._prevClass&&(n.setAttribute("class",r),n._prevClass=r)}}var Sa,La={create:ka,update:ka},Ea="__r",Fa="__c";function Ba(t,e,n){var s=Sa;return function i(){null!==e.apply(null,arguments)&&ja(t,i,n,s)}}var Na=wi&&!(Mn&&Number(Mn[1])<=53);function Pa(t,e,n,s){if(Na){var i=Ki,r=e;e=r._wrapper=function(t){if(t.target===t.currentTarget||t.timeStamp>=i||t.timeStamp<=0||t.target.ownerDocument!==document)return r.apply(this,arguments)}}Sa.addEventListener(t,e,Hn?{capture:n,passive:s}:n)}function ja(t,e,n,s){(s||Sa).removeEventListener(t,e._wrapper||e,n)}function Ia(t,e){if(!We(t.data.on)||!We(e.data.on)){var n=e.data.on||{},s=t.data.on||{};Sa=e.elm||t.elm,function(t){if(Ye(t[Ea])){var e=Dn?"change":"input";t[e]=[].concat(t[Ea],t[e]||[]),delete t[Ea]}Ye(t[Fa])&&(t.change=[].concat(t[Fa],t.change||[]),delete t[Fa])}(n),Bs(n,s,Pa,ja,Ba,e.context),Sa=void 0}}var Oa,Ua={create:Ia,update:Ia,destroy:function(t){return Ia(t,ua)}};function Da(t,e){if(!We(t.data.domProps)||!We(e.data.domProps)){var n,s,i=e.elm,r=t.data.domProps||{},a=e.data.domProps||{};for(n in(Ye(a.__ob__)||Ke(a._v_attr_proxy))&&(a=e.data.domProps=yn({},a)),r)n in a||(i[n]="");for(n in a){if(s=a[n],"textContent"===n||"innerHTML"===n){if(e.children&&(e.children.length=0),s===r[n])continue;1===i.childNodes.length&&i.removeChild(i.childNodes[0])}if("value"===n&&"PROGRESS"!==i.tagName){i._value=s;var o=We(s)?"":String(s);$a(i,o)&&(i.value=o)}else if("innerHTML"===n&&sa(i.tagName)&&We(i.innerHTML)){(Oa=Oa||document.createElement("div")).innerHTML="".concat(s,"");for(var l=Oa.firstChild;i.firstChild;)i.removeChild(i.firstChild);for(;l.firstChild;)i.appendChild(l.firstChild)}else if(s!==r[n])try{i[n]=s}catch{}}}}function $a(t,e){return!t.composing&&("OPTION"===t.tagName||function(t,e){var n=!0;try{n=document.activeElement!==t}catch{}return n&&t.value!==e}(t,e)||function(t,e){var n=t.value,s=t._vModifiers;if(Ye(s)){if(s.number)return an(n)!==an(e);if(s.trim)return n.trim()!==e.trim()}return n!==e}(t,e))}var Ra={create:Da,update:Da},za=mn((function(t){var e={},n=/:(.+)/;return t.split(/;(?![^(]*\))/g).forEach((function(t){if(t){var s=t.split(n);s.length>1&&(e[s[0].trim()]=s[1].trim())}})),e}));function Ma(t){var e=Va(t.style);return t.staticStyle?yn(t.staticStyle,e):e}function Va(t){return Array.isArray(t)?bn(t):"string"==typeof t?za(t):t}var Ha,Za=/^--/,qa=/\s*!important$/,Ga=function(t,e,n){if(Za.test(e))t.style.setProperty(e,n);else if(qa.test(n))t.style.setProperty(vn(e),n.replace(qa,""),"important");else{var s=Ya(e);if(Array.isArray(n))for(var i=0,r=n.length;i-1?e.split(Qa).forEach((function(e){return t.classList.add(e)})):t.classList.add(e);else{var n=" ".concat(t.getAttribute("class")||""," ");n.indexOf(" "+e+" ")<0&&t.setAttribute("class",(n+e).trim())}}function to(t,e){if(e&&(e=e.trim()))if(t.classList)e.indexOf(" ")>-1?e.split(Qa).forEach((function(e){return t.classList.remove(e)})):t.classList.remove(e),t.classList.length||t.removeAttribute("class");else{for(var n=" ".concat(t.getAttribute("class")||""," "),s=" "+e+" ";n.indexOf(s)>=0;)n=n.replace(s," ");(n=n.trim())?t.setAttribute("class",n):t.removeAttribute("class")}}function eo(t){if(t){if("object"==typeof t){var e={};return!1!==t.css&&yn(e,no(t.name||"v")),yn(e,t),e}if("string"==typeof t)return no(t)}}var no=mn((function(t){return{enterClass:"".concat(t,"-enter"),enterToClass:"".concat(t,"-enter-to"),enterActiveClass:"".concat(t,"-enter-active"),leaveClass:"".concat(t,"-leave"),leaveToClass:"".concat(t,"-leave-to"),leaveActiveClass:"".concat(t,"-leave-active")}})),so=On&&!$n,io="transition",ro="animation",ao="transition",oo="transitionend",lo="animation",co="animationend";so&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(ao="WebkitTransition",oo="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(lo="WebkitAnimation",co="webkitAnimationEnd"));var uo=On?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(t){return t()};function mo(t){uo((function(){uo(t)}))}function fo(t,e){var n=t._transitionClasses||(t._transitionClasses=[]);n.indexOf(e)<0&&(n.push(e),Xa(t,e))}function po(t,e){t._transitionClasses&&cn(t._transitionClasses,e),to(t,e)}function go(t,e,n){var s=vo(t,e),i=s.type,r=s.timeout,a=s.propCount;if(!i)return n();var o=i===io?oo:co,l=0,c=function(){t.removeEventListener(o,d),n()},d=function(e){e.target===t&&++l>=a&&c()};setTimeout((function(){l0&&(n=io,d=a,u=r.length):e===ro?c>0&&(n=ro,d=c,u=l.length):u=(n=(d=Math.max(a,c))>0?a>c?io:ro:null)?n===io?r.length:l.length:0,{type:n,timeout:d,propCount:u,hasTransform:n===io&&ho.test(s[ao+"Property"])}}function Ao(t,e){for(;t.length1}function _o(t,e){!0!==e.data.show&&yo(e)}var To=On?{create:_o,activate:_o,remove:function(t,e){!0!==t.data.show?bo(t,e):e()}}:{},ko=function(t){var e,n,s={},i=t.modules,r=t.nodeOps;for(e=0;em?p(t,We(n[v+1])?null:n[v+1].elm,n,u,v,s):u>v&&h(e,d,m)}(c,f,g,n,l):Ye(g)?(Ye(t.text)&&r.setTextContent(c,""),p(c,null,g,0,g.length-1,n)):Ye(f)?h(f,0,f.length-1):Ye(t.text)&&r.setTextContent(c,""):t.text!==e.text&&r.setTextContent(c,e.text),Ye(m)&&Ye(d=m.hook)&&Ye(d=d.postpatch)&&d(t,e)}}function y(t,e,n){if(Ke(n)&&Ye(t.parent))t.parent.data.pendingInsert=e;else for(var s=0;s-1,a.selected!==r&&(a.selected=r);else if(Tn(Bo(a),s))return void(t.selectedIndex!==o&&(t.selectedIndex=o));i||(t.selectedIndex=-1)}}function Fo(t,e){return e.every((function(e){return!Tn(e,t)}))}function Bo(t){return"_value"in t?t._value:t.value}function No(t){t.target.composing=!0}function Po(t){t.target.composing&&(t.target.composing=!1,jo(t.target,"input"))}function jo(t,e){var n=document.createEvent("HTMLEvents");n.initEvent(e,!0,!0),t.dispatchEvent(n)}function Io(t){return!t.componentInstance||t.data&&t.data.transition?t:Io(t.componentInstance._vnode)}var Oo={bind:function(t,e,n){var s=e.value,i=(n=Io(n)).data&&n.data.transition,r=t.__vOriginalDisplay="none"===t.style.display?"":t.style.display;s&&i?(n.data.show=!0,yo(n,(function(){t.style.display=r}))):t.style.display=s?r:"none"},update:function(t,e,n){var s=e.value;!s!=!e.oldValue&&((n=Io(n)).data&&n.data.transition?(n.data.show=!0,s?yo(n,(function(){t.style.display=t.__vOriginalDisplay})):bo(n,(function(){t.style.display="none"}))):t.style.display=s?t.__vOriginalDisplay:"none")},unbind:function(t,e,n,s,i){i||(t.style.display=t.__vOriginalDisplay)}},Uo={model:So,show:Oo},Do={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function $o(t){var e=t&&t.componentOptions;return e&&e.Ctor.options.abstract?$o(ci(e.children)):t}function Ro(t){var e={},n=t.$options;for(var s in n.propsData)e[s]=t[s];var i=n._parentListeners;for(var s in i)e[pn(s)]=i[s];return e}function zo(t,e){if(/\d-keep-alive$/.test(e.tag))return t("keep-alive",{props:e.componentOptions.propsData})}var Mo=function(t){return t.tag||ti(t)},Vo=function(t){return"show"===t.name},Ho={name:"transition",props:Do,abstract:!0,render:function(t){var e=this,n=this.$slots.default;if(n&&(n=n.filter(Mo)).length){var s=this.mode,i=n[0];if(function(t){for(;t=t.parent;)if(t.data.transition)return!0}(this.$vnode))return i;var r=$o(i);if(!r)return i;if(this._leaving)return zo(t,i);var a="__transition-".concat(this._uid,"-");r.key=null==r.key?r.isComment?a+"comment":a+r.tag:Je(r.key)?0===String(r.key).indexOf(a)?r.key:a+r.key:r.key;var o=(r.data||(r.data={})).transition=Ro(this),l=this._vnode,c=$o(l);if(r.data.directives&&r.data.directives.some(Vo)&&(r.data.show=!0),c&&c.data&&!function(t,e){return e.key===t.key&&e.tag===t.tag}(r,c)&&!ti(c)&&(!c.componentInstance||!c.componentInstance._vnode.isComment)){var d=c.data.transition=yn({},o);if("out-in"===s)return this._leaving=!0,Ns(d,"afterLeave",(function(){e._leaving=!1,e.$forceUpdate()})),zo(t,i);if("in-out"===s){if(ti(r))return l;var u,m=function(){u()};Ns(o,"afterEnter",m),Ns(o,"enterCancelled",m),Ns(d,"delayLeave",(function(t){u=t}))}}return i}}},Zo=yn({tag:String,moveClass:String},Do);delete Zo.mode;var qo={props:Zo,beforeMount:function(){var t=this,e=this._update;this._update=function(n,s){var i=$i(t);t.__patch__(t._vnode,t.kept,!1,!0),t._vnode=t.kept,i(),e.call(t,n,s)}},render:function(t){for(var e=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),s=this.prevChildren=this.children,i=this.$slots.default||[],r=this.children=[],a=Ro(this),o=0;o-1?ra[t]=e.constructor===window.HTMLUnknownElement||e.constructor===window.HTMLElement:ra[t]=/HTMLUnknownElement/.test(e.toString())},yn(jr.options.directives,Uo),yn(jr.options.components,Ko),jr.prototype.__patch__=On?ko:Cn,jr.prototype.$mount=function(t,e){return function(t,e,n){var s;t.$el=e,t.$options.render||(t.$options.render=es),Vi(t,"beforeMount"),s=function(){t._update(t._render(),n)},new Pi(t,s,Cn,{before:function(){t._isMounted&&!t._isDestroyed&&Vi(t,"beforeUpdate")}},!0),n=!1;var i=t._preWatchers;if(i)for(var r=0;r, 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:["باقٍ بضعُ ثوانٍ"]},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} ملف","تخطَّ {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":"FranciscoFJ , 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\n"},msgstr:["Last-Translator: FranciscoFJ , 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"]},Add:{msgid:"Add",msgstr:["Añadir"]},"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 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":"Clément Saccoccio, 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:\nJohn Molakvoæ , 2023\nJean-Claude Richard , 2023\nClément Saccoccio, 2023\n"},msgstr:["Last-Translator: Clément Saccoccio, 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"]},Add:{msgid:"Add",msgstr:["Ajouter"]},"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 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"]},Add:{msgid:"Add",msgstr:["Engadir"]},"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 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":"Rainy Merlin, 2022","Language-Team":"Indonesian (https://www.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:\nRainy Merlin, 2022\n"},msgstr:["Last-Translator: Rainy Merlin, 2022\nLanguage-Team: Indonesian (https://www.transifex.com/nextcloud/teams/64236/id/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: id\nPlural-Forms: nplurals=1; plural=0;\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} detik tersisa"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["{time} tersisa"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["tinggal sebentar lagi"]},Add:{msgid:"Add",msgstr:["Tambah"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Batalkan unggahan"]},"estimating time left":{msgid:"estimating time left",msgstr:["memperkirakan waktu yang tersisa"]},paused:{msgid:"paused",msgstr:["dijeda"]},"Upload files":{msgid:"Upload files",msgstr:["Unggah berkas"]}}}}},{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":"Transifex Bot <>, 2022","Language-Team":"Icelandic (https://www.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:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Icelandic (https://www.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"]},"{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:"it",json:{charset:"utf-8",headers:{"Last-Translator":"Lep Lep, 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\n"},msgstr:["Last-Translator: Lep Lep, 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"]},Add:{msgid:"Add",msgstr:["Aggiungi"]},"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 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":"Valdnet, 2022","Language-Team":"Polish (https://www.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:\nValdnet, 2022\n"},msgstr:["Last-Translator: Valdnet, 2022\nLanguage-Team: Polish (https://www.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"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["Pozostało {seconds} sekund"]},"{time} left":{msgid:"{time} left",comments:{extracted:"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"]},Add:{msgid:"Add",msgstr:["Dodaj"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Anuluj wysyłanie"]},"estimating time left":{msgid:"estimating time left",msgstr:["Szacowanie pozostałego czasu"]},paused:{msgid:"paused",msgstr:["Wstrzymane"]},"Upload files":{msgid:"Upload files",msgstr:["Wyślij pliki"]}}}}},{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"]},Add:{msgid:"Add",msgstr:["Lägg till"]},"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 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 , 2022","Language-Team":"Turkish (https://www.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:\nKaya Zeren , 2022\n"},msgstr:["Last-Translator: Kaya Zeren , 2022\nLanguage-Team: Turkish (https://www.transifex.com/nextcloud/teams/64236/tr/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: tr\nPlural-Forms: nplurals=2; plural=(n > 1);\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} saniye kaldı"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["{time} kaldı"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["bir kaç saniye kaldı"]},Add:{msgid:"Add",msgstr:["Ekle"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Yüklemeleri iptal et"]},"estimating time left":{msgid:"estimating time left",msgstr:["öngörülen kalan süre"]},paused:{msgid:"paused",msgstr:["duraklatıldı"]},"Upload files":{msgid:"Upload files",msgstr:["Dosyaları yükle"]}}}}},{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=>el.addTranslation(t.locale,t.json)));const nl=el.build(),sl=nl.ngettext.bind(nl),il=nl.gettext.bind(nl),rl=jr.extend({name:"UploadPicker",components:{Cancel:Qo,NcActionButton:F.Z,NcActions:B.Z,NcButton:N.Z,NcIconSvgWrapper:P.Z,NcProgressBar:j.Z,Plus:Xo,Upload:tl},props:{accept:{type:Array,default:null},disabled:{type:Boolean,default:!1},multiple:{type:Boolean,default:!1},destination:{type:w.gt,default:void 0},content:{type:Array,default:()=>[]}},data:()=>({addLabel:il("New"),cancelLabel:il("Cancel uploads"),uploadLabel:il("Upload files"),eta:null,timeLeft:"",newFileMenuEntries:[],uploadManager:ll()}),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===ze.FAILED)).length},isUploading(){return this.queue?.length>0},isAssembling(){return 0!==this.queue?.filter((t=>t.status===ze.ASSEMBLING)).length},isPaused(){return this.uploadManager.info?.status===He.PAUSED},buttonName(){if(!this.isUploading)return this.addLabel}},watch:{destination(t){this.setDestination(t)},totalQueueSize(t){this.eta=E({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),Ve.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(6297).then(n.bind(n,16297));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,L.x2)(il("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=il("paused"));const t=Math.round(this.eta.estimate());if(t!==1/0)if(t<10)this.timeLeft=il("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=il("{time} left",{time:n})}else this.timeLeft=il("{seconds} seconds left",{seconds:t});else this.timeLeft=il("estimating time left")},setDestination(t){this.destination?(Ve.debug("Destination set",{destination:t}),this.uploadManager.destination=t,this.newFileMenuEntries=(0,w.Ir)(t)):Ve.debug("Invalid destination")},onUploadCompletion(t){t.status===ze.FAILED?this.$emit("failed",t):this.$emit("uploaded",t)}}}),al=Jo(rl,(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 ol=null;function ll(){const t=null!==document.querySelector('input[name="isPublic"][value="1"]');return ol instanceof Ze||(ol=new Ze(t)),ol}}},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(d=0;d=i)&&Object.keys(a.O).every((t=>a.O[t](n[l])))?n.splice(l--,1):(o=!1,i0&&e[d-1][2]>i;d--)e[d]=e[d-1];e[d]=[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="+{2048:"78a82614529a3cefcde7",4180:"fe82f3a2dac70d6b82bc",6297:"1e84ac24774ea94e83ae"}[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"),d=0;d{o.onerror=o.onload=null,clearTimeout(f);var i=n[t];if(delete n[t],o.parentNode&&o.parentNode.removeChild(o),i&&i.forEach((t=>t(s))),e)return e(s)},f=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 d=l(a)}for(e&&e(n);ca(77946)));o=a.O(o)})(); +//# sourceMappingURL=files-main.js.map?v=1ac7971487cbb2581489 \ No newline at end of file diff --git a/dist/files-main.js.map b/dist/files-main.js.map index fb7d170028500..c300c8cc4aead 100644 --- a/dist/files-main.js.map +++ b/dist/files-main.js.map @@ -1 +1 @@ -{"version":3,"file":"files-main.js?v=1b36831aeca4ced96cee","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?cde9","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/TrayArrowDown.vue","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?a897","webpack:///nextcloud/node_modules/vue-material-design-icons/TrayArrowDown.vue?vue&type=template&id=547c388d","webpack:///nextcloud/apps/files/src/components/DragAndDropNotice.vue","webpack:///nextcloud/apps/files/src/components/DragAndDropNotice.vue?vue&type=script&lang=ts","webpack://nextcloud/./apps/files/src/components/DragAndDropNotice.vue?a19c","webpack://nextcloud/./apps/files/src/components/DragAndDropNotice.vue?a2e0","webpack:///nextcloud/apps/files/src/components/FileEntry.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/node_modules/vue-material-design-icons/FolderMove.vue","webpack:///nextcloud/node_modules/vue-material-design-icons/FolderMove.vue?vue&type=script&lang=js","webpack://nextcloud/./node_modules/vue-material-design-icons/FolderMove.vue?50e5","webpack:///nextcloud/node_modules/vue-material-design-icons/FolderMove.vue?vue&type=template&id=1f36751d","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=js","webpack:///nextcloud/apps/files/src/components/FileEntry/FavoriteIcon.vue","webpack://nextcloud/./apps/files/src/components/FileEntry/FavoriteIcon.vue?fd7e","webpack://nextcloud/./apps/files/src/components/FileEntry/FavoriteIcon.vue?62c6","webpack://nextcloud/./apps/files/src/components/FileEntry/FavoriteIcon.vue?f93a","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?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?cfd5","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?9ff9","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?977a","webpack://nextcloud/./apps/files/src/components/FilesListVirtual.vue?f5ee","webpack://nextcloud/./apps/files/src/components/FilesListVirtual.vue?3555","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?bbc4","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?de57","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?0f1b","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?e1a2","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=c33b6662&prod&lang=scss&scoped=true","webpack:///nextcloud/apps/files/src/components/DragAndDropNotice.vue?vue&type=style&index=0&id=2894a476&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=31558b19&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=e212aafa&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=8202c532&prod&lang=scss","webpack:///nextcloud/apps/files/src/components/FilesListVirtual.vue?vue&type=style&index=0&id=d3952340&prod&scoped=true&lang=scss","webpack:///nextcloud/apps/files/src/components/FilesListVirtual.vue?vue&type=style&index=1&id=d3952340&prod&lang=scss","webpack:///nextcloud/apps/files/src/components/NavigationQuota.vue?vue&type=style&index=0&id=2bae6012&prod&lang=scss&scoped=true","webpack:///nextcloud/apps/files/src/views/FilesList.vue?vue&type=style&index=0&id=ccebaaf2&prod&scoped=true&lang=scss","webpack:///nextcloud/apps/files/src/views/Navigation.vue?vue&type=style&index=0&id=5b025a97&prod&scoped=true&lang=scss","webpack:///nextcloud/apps/files/src/views/Settings.vue?vue&type=style&index=0&id=011c3819&prod&lang=scss&scoped=true","webpack:///nextcloud/node_modules/moment/locale|sync|/^\\.\\/.*$","webpack:///nextcloud/node_modules/simple-eta/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-47dbbfaa.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=c33b6662&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=c33b6662&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=c33b6662&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=c33b6662&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 \"c33b6662\",\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)},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('Fragment',[(_vm.canUpload && _vm.filesListWidth >= 512)?_c('DragAndDropNotice',{style:({ height: _vm.dndNoticeHeight }),attrs:{\"current-folder\":_vm.currentFolder,\"dragover\":_vm.dragover},on:{\"update:dragover\":function($event){_vm.dragover=$event}}}):_vm._e(),_vm._v(\" \"),_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\t\tisMtimeAvailable: _vm.isMtimeAvailable,\n\t\t\tisSizeAvailable: _vm.isSizeAvailable,\n\t\t\tnodes: _vm.nodes,\n\t\t\tfilesListWidth: _vm.filesListWidth,\n\t\t},\"scroll-to-index\":_vm.scrollToIndex,\"caption\":_vm.caption},on:{\"scroll\":_vm.onScroll},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}])})],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n\n","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\"","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 }","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('div',{staticClass:\"files-list__drag-drop-notice\",class:{ 'files-list__drag-drop-notice--dragover': _vm.dragover },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 }","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\"","\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=2894a476&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=2894a476&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=2894a476&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=2894a476&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 \"2894a476\",\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--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:{\"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 }","\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\n","import mod from \"-!../vue-loader/lib/index.js??vue-loader-options!./FolderMove.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../vue-loader/lib/index.js??vue-loader-options!./FolderMove.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./FolderMove.vue?vue&type=template&id=1f36751d\"\nimport script from \"./FolderMove.vue?vue&type=script&lang=js\"\nexport * from \"./FolderMove.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-move-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\":\"M14,18V15H10V11H14V8L19,13M20,6H12L10,4H4C2.89,4 2,4.89 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V8C22,6.89 21.1,6 20,6Z\"}},[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e()])])])\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 '@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 CopyIcon from 'vue-material-design-icons/FileMultiple.vue';\nimport FolderMoveSvg from '@mdi/svg/svg/folder-move.svg?raw';\nimport MoveIcon from 'vue-material-design-icons/FolderMove.vue';\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 if (node.path.startsWith(destination.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: CopyIcon,\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: MoveIcon,\n async callback(destination) {\n try {\n await handleCopyMoveNodeTo(node, destination[0], MoveCopyAction.MOVE);\n resolve(true);\n }\n catch (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('a',_vm._b({ref:\"basename\",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)}}},'a',_vm.linkTo,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=18eae27e\"\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\",attrs:{\"aria-label\":_vm.t('files', '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/vue-loader/lib/index.js??vue-loader-options!./FavoriteIcon.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!./FavoriteIcon.vue?vue&type=script&lang=js\"","\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!./FavoriteIcon.vue?vue&type=style&index=0&id=31558b19&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=31558b19&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=31558b19&scoped=true\"\nimport script from \"./FavoriteIcon.vue?vue&type=script&lang=js\"\nexport * from \"./FavoriteIcon.vue?vue&type=script&lang=js\"\nimport style0 from \"./FavoriteIcon.vue?vue&type=style&index=0&id=31558b19&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 \"31558b19\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('NcIconSvgWrapper',{staticClass:\"favorite-marker-icon\",attrs:{\"svg\":_vm.StarSvg}})\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!./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=f21b79ca\"\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","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=1b78a2a0\"\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.$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',{staticClass:\"files-list__column-sort-button\",class:{'files-list__column-sort-button--active': _vm.sortingMode === _vm.mode},attrs:{\"aria-label\":_vm.sortAriaLabel(_vm.name),\"alignment\":_vm.mode !== 'size' ? 'start-reverse' : undefined,\"type\":\"tertiary\"},on:{\"click\":function($event){$event.stopPropagation();$event.preventDefault();return _vm.toggleSortBy(_vm.mode)}}},[(_vm.sortingMode !== _vm.mode || _vm.isAscSorting)?_c('MenuUp',{attrs:{\"slot\":\"icon\"},slot:\"icon\"}):_c('MenuDown',{attrs:{\"slot\":\"icon\"},slot:\"icon\"}),_vm._v(\"\\n\\t\"+_vm._s(_vm.name)+\"\\n\")],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 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=8202c532&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!./FilesListTableHeaderButton.vue?vue&type=style&index=0&id=8202c532&prod&lang=scss\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./FilesListTableHeaderButton.vue?vue&type=template&id=8202c532\"\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=8202c532&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 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')},on:{\"click\":function($event){$event.stopPropagation();$event.preventDefault();return _vm.toggleSortBy('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=e212aafa&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=e212aafa&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=e212aafa&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=e212aafa&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 \"e212aafa\",\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=7a32e0d8\"\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=d3952340&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=d3952340&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=d3952340&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=d3952340&prod&lang=scss\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./FilesListVirtual.vue?vue&type=template&id=d3952340&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=d3952340&prod&scoped=true&lang=scss\"\nimport style1 from \"./FilesListVirtual.vue?vue&type=style&index=1&id=d3952340&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 \"d3952340\",\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.currentFolder && _vm.canUpload)?_c('UploadPicker',{attrs:{\"content\":_vm.dirContents,\"destination\":_vm.currentFolder,\"multiple\":true},on:{\"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.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=ccebaaf2&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=ccebaaf2&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=ccebaaf2&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=ccebaaf2&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 \"ccebaaf2\",\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\":\"\"},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,\"icon\":view.iconClass,\"open\":_vm.isExpanded(view),\"pinned\":view.sticky,\"name\":view.name,\"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=2bae6012&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=2bae6012&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=2bae6012&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=2bae6012&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 \"2bae6012\",\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\",\"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=011c3819&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=011c3819&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=011c3819&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=011c3819&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 \"011c3819\",\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=5b025a97&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=5b025a97&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=5b025a97&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=5b025a97&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 \"5b025a97\",\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-24eb3c55] {\n height: var(--row-height, 50px);\n}\ntr.file-picker__row td[data-v-24eb3c55] {\n cursor: pointer;\n overflow: hidden;\n text-overflow: ellipsis;\n border-bottom: none;\n}\ntr.file-picker__row td[data-v-24eb3c55]:not(.row-checkbox) {\n padding-inline: 14px 0;\n}\ntr.file-picker__row td.row-size[data-v-24eb3c55] {\n text-align: end;\n padding-inline: 0 14px;\n}\ntr.file-picker__row td.row-name[data-v-24eb3c55] {\n padding-inline: 2px 0;\n}\n.file-picker__row--selected[data-v-24eb3c55] {\n background-color: var(--color-background-dark);\n}\n.file-picker__row[data-v-24eb3c55]:hover {\n background-color: var(--color-background-hover);\n}\n.file-picker__name-container[data-v-24eb3c55] {\n display: flex;\n justify-content: start;\n align-items: center;\n height: 100%;\n}\n.file-picker__file-name[data-v-24eb3c55] {\n padding-inline-start: 6px;\n min-width: 0;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.file-picker__file-extension[data-v-24eb3c55] {\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-b63d952f] {\n height: 50px;\n display: flex;\n justify-content: start;\n align-items: center;\n}\n.file-picker__view h3[data-v-b63d952f] {\n font-weight: 700;\n height: fit-content;\n margin: 0;\n}\n.file-picker__main[data-v-b63d952f] {\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-b63d952f] {\n box-sizing: border-box;\n}\n[data-v-b63d952f] .file-picker {\n height: min(80vh, 800px);\n}\n@media (max-width: 512px) {\n [data-v-b63d952f] .file-picker {\n height: calc(100% - 16px - var(--default-clickable-area));\n }\n}\n[data-v-b63d952f] .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-24eb3c55] {\\n height: var(--row-height, 50px);\\n}\\ntr.file-picker__row td[data-v-24eb3c55] {\\n cursor: pointer;\\n overflow: hidden;\\n text-overflow: ellipsis;\\n border-bottom: none;\\n}\\ntr.file-picker__row td[data-v-24eb3c55]:not(.row-checkbox) {\\n padding-inline: 14px 0;\\n}\\ntr.file-picker__row td.row-size[data-v-24eb3c55] {\\n text-align: end;\\n padding-inline: 0 14px;\\n}\\ntr.file-picker__row td.row-name[data-v-24eb3c55] {\\n padding-inline: 2px 0;\\n}\\n.file-picker__row--selected[data-v-24eb3c55] {\\n background-color: var(--color-background-dark);\\n}\\n.file-picker__row[data-v-24eb3c55]:hover {\\n background-color: var(--color-background-hover);\\n}\\n.file-picker__name-container[data-v-24eb3c55] {\\n display: flex;\\n justify-content: start;\\n align-items: center;\\n height: 100%;\\n}\\n.file-picker__file-name[data-v-24eb3c55] {\\n padding-inline-start: 6px;\\n min-width: 0;\\n overflow: hidden;\\n text-overflow: ellipsis;\\n}\\n.file-picker__file-extension[data-v-24eb3c55] {\\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-b63d952f] {\\n height: 50px;\\n display: flex;\\n justify-content: start;\\n align-items: center;\\n}\\n.file-picker__view h3[data-v-b63d952f] {\\n font-weight: 700;\\n height: fit-content;\\n margin: 0;\\n}\\n.file-picker__main[data-v-b63d952f] {\\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-b63d952f] {\\n box-sizing: border-box;\\n}\\n[data-v-b63d952f] .file-picker {\\n height: min(80vh, 800px);\\n}\\n@media (max-width: 512px) {\\n [data-v-b63d952f] .file-picker {\\n height: calc(100% - 16px - var(--default-clickable-area));\\n }\\n}\\n[data-v-b63d952f] .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-c33b6662]{flex:1 1 100% !important;width:100%}.breadcrumb[data-v-c33b6662] 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-2894a476]{position:absolute;z-index:9999;top:0;right:0;left:0;display:none;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)}.files-list__drag-drop-notice--dragover[data-v-2894a476]{display:flex;border-color:#000}.files-list__drag-drop-notice h3[data-v-2894a476]{margin-left:16px;color:inherit}.files-list__drag-drop-notice-wrapper[data-v-2894a476]{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)}.files-list__drag-drop-notice__close[data-v-2894a476]{position:absolute !important;top:10px;right:10px}`, \"\",{\"version\":3,\"sources\":[\"webpack://./apps/files/src/components/DragAndDropNotice.vue\"],\"names\":[],\"mappings\":\"AACA,+CACC,iBAAA,CACA,YAAA,CACA,KAAA,CACA,OAAA,CACA,MAAA,CACA,YAAA,CACA,kBAAA,CACA,sBAAA,CACA,UAAA,CAEA,gBAAA,CACA,QAAA,CACA,gBAAA,CACA,mCAAA,CACA,6CAAA,CAEA,yDACC,YAAA,CACA,iBAAA,CAGD,kDACC,gBAAA,CACA,aAAA,CAGD,uDACC,YAAA,CACA,kBAAA,CACA,sBAAA,CACA,WAAA,CACA,cAAA,CACA,aAAA,CACA,0CAAA,CACA,wCAAA,CAGD,sDACC,4BAAA,CACA,QAAA,CACA,UAAA\",\"sourcesContent\":[\"\\n.files-list__drag-drop-notice {\\n\\tposition: absolute;\\n\\tz-index: 9999;\\n\\ttop: 0;\\n\\tright: 0;\\n\\tleft: 0;\\n\\tdisplay: none;\\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\\n\\t&--dragover {\\n\\t\\tdisplay: flex;\\n\\t\\tborder-color: black;\\n\\t}\\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\\t&__close {\\n\\t\\tposition: absolute !important;\\n\\t\\ttop: 10px;\\n\\t\\tright: 10px;\\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-31558b19]{color:#a08b00;min-width:unset !important;min-height:unset !important}.favorite-marker-icon[data-v-31558b19] svg{width:26px !important;height:26px !important;max-width:unset !important;max-height:unset !important}.favorite-marker-icon[data-v-31558b19] 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-e212aafa]{user-select:none;color:var(--color-text-maxcontrast) !important}.files-list__column--sortable[data-v-e212aafa]{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{margin:0 calc(var(--cell-margin)*-1)}.files-list__column-sort-button .button-vue__icon{transition-timing-function:linear;transition-duration:.1s;transition-property:opacity;opacity:0}.files-list__column-sort-button .button-vue__text{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.files-list__column-sort-button--active .button-vue__icon,.files-list__column-sort-button:hover .button-vue__icon,.files-list__column-sort-button:focus .button-vue__icon,.files-list__column-sort-button:active .button-vue__icon{opacity:1 !important}`, \"\",{\"version\":3,\"sources\":[\"webpack://./apps/files/src/components/FilesListTableHeaderButton.vue\"],\"names\":[],\"mappings\":\"AACA,gCAEC,oCAAA,CAEA,kDACC,iCAAA,CACA,uBAAA,CACA,2BAAA,CACA,SAAA,CAID,kDACC,eAAA,CACA,kBAAA,CACA,sBAAA,CAOA,mOACC,oBAAA\",\"sourcesContent\":[\"\\n.files-list__column-sort-button {\\n\\t// Compensate for cells margin\\n\\tmargin: 0 calc(var(--cell-margin) * -1);\\n\\n\\t.button-vue__icon {\\n\\t\\ttransition-timing-function: linear;\\n\\t\\ttransition-duration: .1s;\\n\\t\\ttransition-property: opacity;\\n\\t\\topacity: 0;\\n\\t}\\n\\n\\t// Remove when https://github.com/nextcloud/nextcloud-vue/pull/3936 is merged\\n\\t.button-vue__text {\\n\\t\\toverflow: hidden;\\n\\t\\twhite-space: nowrap;\\n\\t\\ttext-overflow: ellipsis;\\n\\t}\\n\\n\\t&--active,\\n\\t&:hover,\\n\\t&:focus,\\n\\t&:active {\\n\\t\\t.button-vue__icon {\\n\\t\\t\\topacity: 1 !important;\\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[data-v-d3952340]{--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-d3952340] tbody{will-change:padding;contain:layout paint style;display:flex;flex-direction:column;width:100%;position:relative}.files-list[data-v-d3952340] tbody tr{contain:strict}.files-list[data-v-d3952340] tbody tr:hover,.files-list[data-v-d3952340] tbody tr:focus{background-color:var(--color-background-dark)}.files-list[data-v-d3952340] .files-list__before{display:flex;flex-direction:column}.files-list[data-v-d3952340] .files-list__table{display:block}.files-list[data-v-d3952340] .files-list__thead,.files-list[data-v-d3952340] .files-list__tfoot{display:flex;flex-direction:column;width:100%;background-color:var(--color-main-background)}.files-list[data-v-d3952340] .files-list__thead{position:sticky;z-index:10;top:0}.files-list[data-v-d3952340] .files-list__tfoot{min-height:300px}.files-list[data-v-d3952340] 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-d3952340] td,.files-list[data-v-d3952340] 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-d3952340] td span,.files-list[data-v-d3952340] th span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.files-list[data-v-d3952340] .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-d3952340] .files-list__row-checkbox{justify-content:center}.files-list[data-v-d3952340] .files-list__row-checkbox .checkbox-radio-switch{display:flex;justify-content:center;--icon-size: var(--checkbox-size)}.files-list[data-v-d3952340] .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-d3952340] .files-list__row-checkbox .checkbox-radio-switch .checkbox-radio-switch__icon{margin:0 !important}.files-list[data-v-d3952340] .files-list__row:hover,.files-list[data-v-d3952340] .files-list__row:focus,.files-list[data-v-d3952340] .files-list__row:active,.files-list[data-v-d3952340] .files-list__row--active,.files-list[data-v-d3952340] .files-list__row--dragover{background-color:var(--color-background-hover);--color-text-maxcontrast: var(--color-main-text)}.files-list[data-v-d3952340] .files-list__row:hover>*,.files-list[data-v-d3952340] .files-list__row:focus>*,.files-list[data-v-d3952340] .files-list__row:active>*,.files-list[data-v-d3952340] .files-list__row--active>*,.files-list[data-v-d3952340] .files-list__row--dragover>*{--color-border: var(--color-border-dark)}.files-list[data-v-d3952340] .files-list__row:hover .favorite-marker-icon svg path,.files-list[data-v-d3952340] .files-list__row:focus .favorite-marker-icon svg path,.files-list[data-v-d3952340] .files-list__row:active .favorite-marker-icon svg path,.files-list[data-v-d3952340] .files-list__row--active .favorite-marker-icon svg path,.files-list[data-v-d3952340] .files-list__row--dragover .favorite-marker-icon svg path{stroke:var(--color-background-hover)}.files-list[data-v-d3952340] .files-list__row--dragover *{pointer-events:none}.files-list[data-v-d3952340] .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-d3952340] .files-list__row-icon *{cursor:pointer}.files-list[data-v-d3952340] .files-list__row-icon>span{justify-content:flex-start}.files-list[data-v-d3952340] .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-d3952340] .files-list__row-icon>span.folder-icon,.files-list[data-v-d3952340] .files-list__row-icon>span.folder-open-icon{margin:-3px}.files-list[data-v-d3952340] .files-list__row-icon>span.folder-icon svg,.files-list[data-v-d3952340] .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-d3952340] .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-d3952340] .files-list__row-icon-preview:not(.files-list__row-icon-preview--loaded){background:var(--color-loading-dark)}.files-list[data-v-d3952340] .files-list__row-icon-favorite{position:absolute;top:0px;right:-10px}.files-list[data-v-d3952340] .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-d3952340] .files-list__row-icon-overlay--file{color:var(--color-main-text);background:var(--color-main-background);border-radius:100%}.files-list[data-v-d3952340] .files-list__row-name{overflow:hidden;flex:1 1 auto}.files-list[data-v-d3952340] .files-list__row-name a{display:flex;align-items:center;width:100%;height:100%;min-width:0}.files-list[data-v-d3952340] .files-list__row-name a:focus-visible{outline:none}.files-list[data-v-d3952340] .files-list__row-name a:focus .files-list__row-name-text,.files-list[data-v-d3952340] .files-list__row-name a:focus-visible .files-list__row-name-text{outline:2px solid var(--color-main-text) !important;border-radius:20px}.files-list[data-v-d3952340] .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-d3952340] .files-list__row-name .files-list__row-name-ext{color:var(--color-text-maxcontrast);overflow:visible}.files-list[data-v-d3952340] .files-list__row-rename{width:100%;max-width:600px}.files-list[data-v-d3952340] .files-list__row-rename input{width:100%;margin-left:-8px;padding:2px 6px;border-width:2px}.files-list[data-v-d3952340] .files-list__row-rename input:invalid{border-color:var(--color-error);color:red}.files-list[data-v-d3952340] .files-list__row-actions{width:auto}.files-list[data-v-d3952340] .files-list__row-actions~td,.files-list[data-v-d3952340] .files-list__row-actions~th{margin:0 var(--cell-margin)}.files-list[data-v-d3952340] .files-list__row-actions button .button-vue__text{font-weight:normal}.files-list[data-v-d3952340] .files-list__row-action--inline{margin-right:7px}.files-list[data-v-d3952340] .files-list__row-mtime,.files-list[data-v-d3952340] .files-list__row-size{color:var(--color-text-maxcontrast)}.files-list[data-v-d3952340] .files-list__row-size{width:calc(var(--row-height)*1.5);justify-content:flex-end}.files-list[data-v-d3952340] .files-list__row-mtime{width:calc(var(--row-height)*2)}.files-list[data-v-d3952340] .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,sLAEC,mDAAA,CACA,kBAAA,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&:focus-visible .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}\\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-2bae6012] .app-navigation-entry__name{margin-top:-6px}.app-navigation-entry__settings-quota progress[data-v-2bae6012]{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-ccebaaf2]{display:flex;overflow:hidden;flex-direction:column;max-height:100%;position:relative}.files-list__header[data-v-ccebaaf2]{display:flex;align-items:center;flex:0 0;margin:4px 4px 4px 50px;max-width:100%}.files-list__header>*[data-v-ccebaaf2]{flex:0 0}.files-list__header-share-button[data-v-ccebaaf2]{opacity:.3}.files-list__header-share-button--shared[data-v-ccebaaf2]{opacity:1}.files-list__refresh-icon[data-v-ccebaaf2]{flex:0 0 44px;width:44px;height:44px}.files-list__loading-icon[data-v-ccebaaf2]{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-5b025a97] .app-navigation-entry-icon{background-repeat:no-repeat;background-position:center}.app-navigation>ul.app-navigation__list[data-v-5b025a97]{padding-bottom:var(--default-grid-baseline, 4px)}.app-navigation-entry__settings[data-v-5b025a97]{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,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 > 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-011c3819]: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;","// @flow\n\n/*::\ntype Options = {\n max?: number,\n min?: number,\n historyTimeConstant?: number,\n autostart?: boolean,\n ignoreSameProgress?: boolean,\n}\n*/\n\nfunction makeLowPassFilter(RC/*: number*/) {\n return function (previousOutput, input, dt) {\n const alpha = dt / (dt + RC);\n return previousOutput + alpha * (input - previousOutput);\n }\n}\n\nfunction def/*:: */(x/*: ?T*/, d/*: T*/)/*: T*/ {\n return (x === undefined || x === null) ? d : x;\n}\n\nfunction makeEta(options/*::?: Options */) {\n options = options || {};\n var max = def(options.max, 1);\n var min = def(options.min, 0);\n var autostart = def(options.autostart, true);\n var ignoreSameProgress = def(options.ignoreSameProgress, false);\n\n var rate/*: number | null */ = null;\n var lastTimestamp/*: number | null */ = null;\n var lastProgress/*: number | null */ = null;\n\n var filter = makeLowPassFilter(def(options.historyTimeConstant, 2.5));\n\n function start() {\n report(min);\n }\n\n function reset() {\n rate = null;\n lastTimestamp = null;\n lastProgress = null;\n if (autostart) {\n start();\n }\n }\n\n function report(progress /*: number */, timestamp/*::?: number */) {\n if (typeof timestamp !== 'number') {\n timestamp = Date.now();\n }\n\n if (lastTimestamp === timestamp) { return; }\n if (ignoreSameProgress && lastProgress === progress) { return; }\n\n if (lastTimestamp === null || lastProgress === null) {\n lastProgress = progress;\n lastTimestamp = timestamp;\n return;\n }\n\n var deltaProgress = progress - lastProgress;\n var deltaTimestamp = 0.001 * (timestamp - lastTimestamp);\n var currentRate = deltaProgress / deltaTimestamp;\n\n rate = rate === null\n ? currentRate\n : filter(rate, currentRate, deltaTimestamp);\n lastProgress = progress;\n lastTimestamp = timestamp;\n }\n\n function estimate(timestamp/*::?: number*/) {\n if (lastProgress === null) { return Infinity; }\n if (lastProgress >= max) { return 0; }\n if (rate === null) { return Infinity; }\n\n var estimatedTime = (max - lastProgress) / rate;\n if (typeof timestamp === 'number' && typeof lastTimestamp === 'number') {\n estimatedTime -= (timestamp - lastTimestamp) * 0.001;\n }\n return Math.max(0, estimatedTime);\n }\n\n function getRate() {\n return rate === null ? 0 : rate;\n }\n\n return {\n start: start,\n reset: reset,\n report: report,\n estimate: estimate,\n rate: getRate,\n }\n}\n\nmodule.exports = makeEta;\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","\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!./index-f2495ce6.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!./index-f2495ce6.css\";\n export default content && content.locals ? content.locals : undefined;\n","export class CancelError extends Error {\n\tconstructor(reason) {\n\t\tsuper(reason || 'Promise was canceled');\n\t\tthis.name = 'CancelError';\n\t}\n\n\tget isCanceled() {\n\t\treturn true;\n\t}\n}\n\nconst promiseState = Object.freeze({\n\tpending: Symbol('pending'),\n\tcanceled: Symbol('canceled'),\n\tresolved: Symbol('resolved'),\n\trejected: Symbol('rejected'),\n});\n\nexport default class PCancelable {\n\tstatic fn(userFunction) {\n\t\treturn (...arguments_) => new PCancelable((resolve, reject, onCancel) => {\n\t\t\targuments_.push(onCancel);\n\t\t\tuserFunction(...arguments_).then(resolve, reject);\n\t\t});\n\t}\n\n\t#cancelHandlers = [];\n\t#rejectOnCancel = true;\n\t#state = promiseState.pending;\n\t#promise;\n\t#reject;\n\n\tconstructor(executor) {\n\t\tthis.#promise = new Promise((resolve, reject) => {\n\t\t\tthis.#reject = reject;\n\n\t\t\tconst onResolve = value => {\n\t\t\t\tif (this.#state !== promiseState.canceled || !onCancel.shouldReject) {\n\t\t\t\t\tresolve(value);\n\t\t\t\t\tthis.#setState(promiseState.resolved);\n\t\t\t\t}\n\t\t\t};\n\n\t\t\tconst onReject = error => {\n\t\t\t\tif (this.#state !== promiseState.canceled || !onCancel.shouldReject) {\n\t\t\t\t\treject(error);\n\t\t\t\t\tthis.#setState(promiseState.rejected);\n\t\t\t\t}\n\t\t\t};\n\n\t\t\tconst onCancel = handler => {\n\t\t\t\tif (this.#state !== promiseState.pending) {\n\t\t\t\t\tthrow new Error(`The \\`onCancel\\` handler was attached after the promise ${this.#state.description}.`);\n\t\t\t\t}\n\n\t\t\t\tthis.#cancelHandlers.push(handler);\n\t\t\t};\n\n\t\t\tObject.defineProperties(onCancel, {\n\t\t\t\tshouldReject: {\n\t\t\t\t\tget: () => this.#rejectOnCancel,\n\t\t\t\t\tset: boolean => {\n\t\t\t\t\t\tthis.#rejectOnCancel = boolean;\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t});\n\n\t\t\texecutor(onResolve, onReject, onCancel);\n\t\t});\n\t}\n\n\t// eslint-disable-next-line unicorn/no-thenable\n\tthen(onFulfilled, onRejected) {\n\t\treturn this.#promise.then(onFulfilled, onRejected);\n\t}\n\n\tcatch(onRejected) {\n\t\treturn this.#promise.catch(onRejected);\n\t}\n\n\tfinally(onFinally) {\n\t\treturn this.#promise.finally(onFinally);\n\t}\n\n\tcancel(reason) {\n\t\tif (this.#state !== promiseState.pending) {\n\t\t\treturn;\n\t\t}\n\n\t\tthis.#setState(promiseState.canceled);\n\n\t\tif (this.#cancelHandlers.length > 0) {\n\t\t\ttry {\n\t\t\t\tfor (const handler of this.#cancelHandlers) {\n\t\t\t\t\thandler();\n\t\t\t\t}\n\t\t\t} catch (error) {\n\t\t\t\tthis.#reject(error);\n\t\t\t\treturn;\n\t\t\t}\n\t\t}\n\n\t\tif (this.#rejectOnCancel) {\n\t\t\tthis.#reject(new CancelError(reason));\n\t\t}\n\t}\n\n\tget isCanceled() {\n\t\treturn this.#state === promiseState.canceled;\n\t}\n\n\t#setState(state) {\n\t\tif (this.#state === promiseState.pending) {\n\t\t\tthis.#state = state;\n\t\t}\n\t}\n}\n\nObject.setPrototypeOf(PCancelable.prototype, Promise.prototype);\n","export const AsyncResource = {\n\tbind(fn, _type, thisArg) {\n\t\treturn fn.bind(thisArg);\n\t},\n};\n\nexport class AsyncLocalStorage {\n\tgetStore() {\n\t\treturn undefined;\n\t}\n\n\trun(_store, callback) {\n\t\treturn callback();\n\t}\n}\n","import \"../assets/index-f2495ce6.css\";\nimport { generateRemoteUrl as nr } from \"@nextcloud/router\";\nimport { getCurrentUser as cn } from \"@nextcloud/auth\";\nimport { Folder as ar, Permission as Ni, getNewFileMenuEntries as Ui } from \"@nextcloud/files\";\nimport Qt from \"@nextcloud/axios\";\nimport Oi from \"p-cancelable\";\nimport Bi from \"p-queue\";\nimport Di from \"p-limit\";\nimport { getLoggerBuilder as Hn } from \"@nextcloud/logger\";\nimport { showError as ji } from \"@nextcloud/dialogs\";\nimport $i from \"simple-eta\";\nimport Ri from \"@nextcloud/vue/dist/Components/NcActionButton.js\";\nimport Ii from \"@nextcloud/vue/dist/Components/NcActions.js\";\nimport zi from \"@nextcloud/vue/dist/Components/NcButton.js\";\nimport Mi from \"@nextcloud/vue/dist/Components/NcIconSvgWrapper.js\";\nimport Hi from \"@nextcloud/vue/dist/Components/NcProgressBar.js\";\nimport { getGettextBuilder as Vi } from \"@nextcloud/l10n/gettext\";\nfunction rr(e, t) {\n return function() {\n return e.apply(t, arguments);\n };\n}\nconst { toString: qi } = Object.prototype, { getPrototypeOf: dn } = Object, ps = ((e) => (t) => {\n const s = qi.call(t);\n return e[s] || (e[s] = s.slice(8, -1).toLowerCase());\n})(/* @__PURE__ */ Object.create(null)), fe = (e) => (e = e.toLowerCase(), (t) => ps(t) === e), hs = (e) => (t) => typeof t === e, { isArray: it } = Array, wt = hs(\"undefined\");\nfunction Wi(e) {\n return e !== null && !wt(e) && e.constructor !== null && !wt(e.constructor) && se(e.constructor.isBuffer) && e.constructor.isBuffer(e);\n}\nconst ir = fe(\"ArrayBuffer\");\nfunction Gi(e) {\n let t;\n return typeof ArrayBuffer < \"u\" && ArrayBuffer.isView ? t = ArrayBuffer.isView(e) : t = e && e.buffer && ir(e.buffer), t;\n}\nconst Ki = hs(\"string\"), se = hs(\"function\"), or = hs(\"number\"), Ts = (e) => e !== null && typeof e == \"object\", Ji = (e) => e === !0 || e === !1, qt = (e) => {\n if (ps(e) !== \"object\")\n return !1;\n const t = dn(e);\n return (t === null || t === Object.prototype || Object.getPrototypeOf(t) === null) && !(Symbol.toStringTag in e) && !(Symbol.iterator in e);\n}, Yi = fe(\"Date\"), Zi = fe(\"File\"), Xi = fe(\"Blob\"), Qi = fe(\"FileList\"), eo = (e) => Ts(e) && se(e.pipe), to = (e) => {\n let t;\n return e && (typeof FormData == \"function\" && e instanceof FormData || se(e.append) && ((t = ps(e)) === \"formdata\" || // detect form-data instance\n t === \"object\" && se(e.toString) && e.toString() === \"[object FormData]\"));\n}, so = fe(\"URLSearchParams\"), no = (e) => e.trim ? e.trim() : e.replace(/^[\\s\\uFEFF\\xA0]+|[\\s\\uFEFF\\xA0]+$/g, \"\");\nfunction At(e, t, { allOwnKeys: s = !1 } = {}) {\n if (e === null || typeof e > \"u\")\n return;\n let n, a;\n if (typeof e != \"object\" && (e = [e]), it(e))\n for (n = 0, a = e.length; n < a; n++)\n t.call(null, e[n], n, e);\n else {\n const r = s ? Object.getOwnPropertyNames(e) : Object.keys(e), i = r.length;\n let o;\n for (n = 0; n < i; n++)\n o = r[n], t.call(null, e[o], o, e);\n }\n}\nfunction lr(e, t) {\n t = t.toLowerCase();\n const s = Object.keys(e);\n let n = s.length, a;\n for (; n-- > 0; )\n if (a = s[n], t === a.toLowerCase())\n return a;\n return null;\n}\nconst ur = (() => typeof globalThis < \"u\" ? globalThis : typeof self < \"u\" ? self : typeof window < \"u\" ? window : global)(), mr = (e) => !wt(e) && e !== ur;\nfunction Rs() {\n const { caseless: e } = mr(this) && this || {}, t = {}, s = (n, a) => {\n const r = e && lr(t, a) || a;\n qt(t[r]) && qt(n) ? t[r] = Rs(t[r], n) : qt(n) ? t[r] = Rs({}, n) : it(n) ? t[r] = n.slice() : t[r] = n;\n };\n for (let n = 0, a = arguments.length; n < a; n++)\n arguments[n] && At(arguments[n], s);\n return t;\n}\nconst ao = (e, t, s, { allOwnKeys: n } = {}) => (At(t, (a, r) => {\n s && se(a) ? e[r] = rr(a, s) : e[r] = a;\n}, { allOwnKeys: n }), e), ro = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), io = (e, t, s, n) => {\n e.prototype = Object.create(t.prototype, n), e.prototype.constructor = e, Object.defineProperty(e, \"super\", {\n value: t.prototype\n }), s && Object.assign(e.prototype, s);\n}, oo = (e, t, s, n) => {\n let a, r, i;\n const o = {};\n if (t = t || {}, e == null)\n return t;\n do {\n for (a = Object.getOwnPropertyNames(e), r = a.length; r-- > 0; )\n i = a[r], (!n || n(i, e, t)) && !o[i] && (t[i] = e[i], o[i] = !0);\n e = s !== !1 && dn(e);\n } while (e && (!s || s(e, t)) && e !== Object.prototype);\n return t;\n}, lo = (e, t, s) => {\n e = String(e), (s === void 0 || s > e.length) && (s = e.length), s -= t.length;\n const n = e.indexOf(t, s);\n return n !== -1 && n === s;\n}, uo = (e) => {\n if (!e)\n return null;\n if (it(e))\n return e;\n let t = e.length;\n if (!or(t))\n return null;\n const s = new Array(t);\n for (; t-- > 0; )\n s[t] = e[t];\n return s;\n}, mo = ((e) => (t) => e && t instanceof e)(typeof Uint8Array < \"u\" && dn(Uint8Array)), co = (e, t) => {\n const n = (e && e[Symbol.iterator]).call(e);\n let a;\n for (; (a = n.next()) && !a.done; ) {\n const r = a.value;\n t.call(e, r[0], r[1]);\n }\n}, fo = (e, t) => {\n let s;\n const n = [];\n for (; (s = e.exec(t)) !== null; )\n n.push(s);\n return n;\n}, go = fe(\"HTMLFormElement\"), po = (e) => e.toLowerCase().replace(\n /[-_\\s]([a-z\\d])(\\w*)/g,\n function(s, n, a) {\n return n.toUpperCase() + a;\n }\n), Vn = (({ hasOwnProperty: e }) => (t, s) => e.call(t, s))(Object.prototype), ho = fe(\"RegExp\"), cr = (e, t) => {\n const s = Object.getOwnPropertyDescriptors(e), n = {};\n At(s, (a, r) => {\n let i;\n (i = t(a, r, e)) !== !1 && (n[r] = i || a);\n }), Object.defineProperties(e, n);\n}, To = (e) => {\n cr(e, (t, s) => {\n if (se(e) && [\"arguments\", \"caller\", \"callee\"].indexOf(s) !== -1)\n return !1;\n const n = e[s];\n if (se(n)) {\n if (t.enumerable = !1, \"writable\" in t) {\n t.writable = !1;\n return;\n }\n t.set || (t.set = () => {\n throw Error(\"Can not rewrite read-only method '\" + s + \"'\");\n });\n }\n });\n}, vo = (e, t) => {\n const s = {}, n = (a) => {\n a.forEach((r) => {\n s[r] = !0;\n });\n };\n return it(e) ? n(e) : n(String(e).split(t)), s;\n}, wo = () => {\n}, xo = (e, t) => (e = +e, Number.isFinite(e) ? e : t), Ls = \"abcdefghijklmnopqrstuvwxyz\", qn = \"0123456789\", dr = {\n DIGIT: qn,\n ALPHA: Ls,\n ALPHA_DIGIT: Ls + Ls.toUpperCase() + qn\n}, yo = (e = 16, t = dr.ALPHA_DIGIT) => {\n let s = \"\";\n const { length: n } = t;\n for (; e--; )\n s += t[Math.random() * n | 0];\n return s;\n};\nfunction _o(e) {\n return !!(e && se(e.append) && e[Symbol.toStringTag] === \"FormData\" && e[Symbol.iterator]);\n}\nconst Co = (e) => {\n const t = new Array(10), s = (n, a) => {\n if (Ts(n)) {\n if (t.indexOf(n) >= 0)\n return;\n if (!(\"toJSON\" in n)) {\n t[a] = n;\n const r = it(n) ? [] : {};\n return At(n, (i, o) => {\n const l = s(i, a + 1);\n !wt(l) && (r[o] = l);\n }), t[a] = void 0, r;\n }\n }\n return n;\n };\n return s(e, 0);\n}, Lo = fe(\"AsyncFunction\"), bo = (e) => e && (Ts(e) || se(e)) && se(e.then) && se(e.catch), h = {\n isArray: it,\n isArrayBuffer: ir,\n isBuffer: Wi,\n isFormData: to,\n isArrayBufferView: Gi,\n isString: Ki,\n isNumber: or,\n isBoolean: Ji,\n isObject: Ts,\n isPlainObject: qt,\n isUndefined: wt,\n isDate: Yi,\n isFile: Zi,\n isBlob: Xi,\n isRegExp: ho,\n isFunction: se,\n isStream: eo,\n isURLSearchParams: so,\n isTypedArray: mo,\n isFileList: Qi,\n forEach: At,\n merge: Rs,\n extend: ao,\n trim: no,\n stripBOM: ro,\n inherits: io,\n toFlatObject: oo,\n kindOf: ps,\n kindOfTest: fe,\n endsWith: lo,\n toArray: uo,\n forEachEntry: co,\n matchAll: fo,\n isHTMLForm: go,\n hasOwnProperty: Vn,\n hasOwnProp: Vn,\n // an alias to avoid ESLint no-prototype-builtins detection\n reduceDescriptors: cr,\n freezeMethods: To,\n toObjectSet: vo,\n toCamelCase: po,\n noop: wo,\n toFiniteNumber: xo,\n findKey: lr,\n global: ur,\n isContextDefined: mr,\n ALPHABET: dr,\n generateString: yo,\n isSpecCompliantForm: _o,\n toJSONObject: Co,\n isAsyncFn: Lo,\n isThenable: bo\n};\nfunction A(e, t, s, n, a) {\n Error.call(this), Error.captureStackTrace ? Error.captureStackTrace(this, this.constructor) : this.stack = new Error().stack, this.message = e, this.name = \"AxiosError\", t && (this.code = t), s && (this.config = s), n && (this.request = n), a && (this.response = a);\n}\nh.inherits(A, Error, {\n toJSON: function() {\n return {\n // Standard\n message: this.message,\n name: this.name,\n // Microsoft\n description: this.description,\n number: this.number,\n // Mozilla\n fileName: this.fileName,\n lineNumber: this.lineNumber,\n columnNumber: this.columnNumber,\n stack: this.stack,\n // Axios\n config: h.toJSONObject(this.config),\n code: this.code,\n status: this.response && this.response.status ? this.response.status : null\n };\n }\n});\nconst fr = A.prototype, gr = {};\n[\n \"ERR_BAD_OPTION_VALUE\",\n \"ERR_BAD_OPTION\",\n \"ECONNABORTED\",\n \"ETIMEDOUT\",\n \"ERR_NETWORK\",\n \"ERR_FR_TOO_MANY_REDIRECTS\",\n \"ERR_DEPRECATED\",\n \"ERR_BAD_RESPONSE\",\n \"ERR_BAD_REQUEST\",\n \"ERR_CANCELED\",\n \"ERR_NOT_SUPPORT\",\n \"ERR_INVALID_URL\"\n // eslint-disable-next-line func-names\n].forEach((e) => {\n gr[e] = { value: e };\n});\nObject.defineProperties(A, gr);\nObject.defineProperty(fr, \"isAxiosError\", { value: !0 });\nA.from = (e, t, s, n, a, r) => {\n const i = Object.create(fr);\n return h.toFlatObject(e, i, function(l) {\n return l !== Error.prototype;\n }, (o) => o !== \"isAxiosError\"), A.call(i, e.message, t, s, n, a), i.cause = e, i.name = e.name, r && Object.assign(i, r), i;\n};\nconst So = null;\nfunction Is(e) {\n return h.isPlainObject(e) || h.isArray(e);\n}\nfunction pr(e) {\n return h.endsWith(e, \"[]\") ? e.slice(0, -2) : e;\n}\nfunction Wn(e, t, s) {\n return e ? e.concat(t).map(function(a, r) {\n return a = pr(a), !s && r ? \"[\" + a + \"]\" : a;\n }).join(s ? \".\" : \"\") : t;\n}\nfunction ko(e) {\n return h.isArray(e) && !e.some(Is);\n}\nconst Ao = h.toFlatObject(h, {}, null, function(t) {\n return /^is[A-Z]/.test(t);\n});\nfunction vs(e, t, s) {\n if (!h.isObject(e))\n throw new TypeError(\"target must be an object\");\n t = t || new FormData(), s = h.toFlatObject(s, {\n metaTokens: !0,\n dots: !1,\n indexes: !1\n }, !1, function(_, O) {\n return !h.isUndefined(O[_]);\n });\n const n = s.metaTokens, a = s.visitor || u, r = s.dots, i = s.indexes, l = (s.Blob || typeof Blob < \"u\" && Blob) && h.isSpecCompliantForm(t);\n if (!h.isFunction(a))\n throw new TypeError(\"visitor must be a function\");\n function m(T) {\n if (T === null)\n return \"\";\n if (h.isDate(T))\n return T.toISOString();\n if (!l && h.isBlob(T))\n throw new A(\"Blob is not supported. Use a Buffer instead.\");\n return h.isArrayBuffer(T) || h.isTypedArray(T) ? l && typeof Blob == \"function\" ? new Blob([T]) : Buffer.from(T) : T;\n }\n function u(T, _, O) {\n let j = T;\n if (T && !O && typeof T == \"object\") {\n if (h.endsWith(_, \"{}\"))\n _ = n ? _ : _.slice(0, -2), T = JSON.stringify(T);\n else if (h.isArray(T) && ko(T) || (h.isFileList(T) || h.endsWith(_, \"[]\")) && (j = h.toArray(T)))\n return _ = pr(_), j.forEach(function(Q, Ce) {\n !(h.isUndefined(Q) || Q === null) && t.append(\n // eslint-disable-next-line no-nested-ternary\n i === !0 ? Wn([_], Ce, r) : i === null ? _ : _ + \"[]\",\n m(Q)\n );\n }), !1;\n }\n return Is(T) ? !0 : (t.append(Wn(O, _, r), m(T)), !1);\n }\n const g = [], v = Object.assign(Ao, {\n defaultVisitor: u,\n convertValue: m,\n isVisitable: Is\n });\n function y(T, _) {\n if (!h.isUndefined(T)) {\n if (g.indexOf(T) !== -1)\n throw Error(\"Circular reference detected in \" + _.join(\".\"));\n g.push(T), h.forEach(T, function(j, B) {\n (!(h.isUndefined(j) || j === null) && a.call(\n t,\n j,\n h.isString(B) ? B.trim() : B,\n _,\n v\n )) === !0 && y(j, _ ? _.concat(B) : [B]);\n }), g.pop();\n }\n }\n if (!h.isObject(e))\n throw new TypeError(\"data must be an object\");\n return y(e), t;\n}\nfunction Gn(e) {\n const t = {\n \"!\": \"%21\",\n \"'\": \"%27\",\n \"(\": \"%28\",\n \")\": \"%29\",\n \"~\": \"%7E\",\n \"%20\": \"+\",\n \"%00\": \"\\0\"\n };\n return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g, function(n) {\n return t[n];\n });\n}\nfunction fn(e, t) {\n this._pairs = [], e && vs(e, this, t);\n}\nconst hr = fn.prototype;\nhr.append = function(t, s) {\n this._pairs.push([t, s]);\n};\nhr.toString = function(t) {\n const s = t ? function(n) {\n return t.call(this, n, Gn);\n } : Gn;\n return this._pairs.map(function(a) {\n return s(a[0]) + \"=\" + s(a[1]);\n }, \"\").join(\"&\");\n};\nfunction Fo(e) {\n return encodeURIComponent(e).replace(/%3A/gi, \":\").replace(/%24/g, \"$\").replace(/%2C/gi, \",\").replace(/%20/g, \"+\").replace(/%5B/gi, \"[\").replace(/%5D/gi, \"]\");\n}\nfunction Tr(e, t, s) {\n if (!t)\n return e;\n const n = s && s.encode || Fo, a = s && s.serialize;\n let r;\n if (a ? r = a(t, s) : r = h.isURLSearchParams(t) ? t.toString() : new fn(t, s).toString(n), r) {\n const i = e.indexOf(\"#\");\n i !== -1 && (e = e.slice(0, i)), e += (e.indexOf(\"?\") === -1 ? \"?\" : \"&\") + r;\n }\n return e;\n}\nclass Eo {\n constructor() {\n this.handlers = [];\n }\n /**\n * Add a new interceptor to the stack\n *\n * @param {Function} fulfilled The function to handle `then` for a `Promise`\n * @param {Function} rejected The function to handle `reject` for a `Promise`\n *\n * @return {Number} An ID used to remove interceptor later\n */\n use(t, s, n) {\n return this.handlers.push({\n fulfilled: t,\n rejected: s,\n synchronous: n ? n.synchronous : !1,\n runWhen: n ? n.runWhen : null\n }), this.handlers.length - 1;\n }\n /**\n * Remove an interceptor from the stack\n *\n * @param {Number} id The ID that was returned by `use`\n *\n * @returns {Boolean} `true` if the interceptor was removed, `false` otherwise\n */\n eject(t) {\n this.handlers[t] && (this.handlers[t] = null);\n }\n /**\n * Clear all interceptors from the stack\n *\n * @returns {void}\n */\n clear() {\n this.handlers && (this.handlers = []);\n }\n /**\n * Iterate over all the registered interceptors\n *\n * This method is particularly useful for skipping over any\n * interceptors that may have become `null` calling `eject`.\n *\n * @param {Function} fn The function to call for each interceptor\n *\n * @returns {void}\n */\n forEach(t) {\n h.forEach(this.handlers, function(n) {\n n !== null && t(n);\n });\n }\n}\nconst Kn = Eo, vr = {\n silentJSONParsing: !0,\n forcedJSONParsing: !0,\n clarifyTimeoutError: !1\n}, Po = typeof URLSearchParams < \"u\" ? URLSearchParams : fn, No = typeof FormData < \"u\" ? FormData : null, Uo = typeof Blob < \"u\" ? Blob : null, Oo = {\n isBrowser: !0,\n classes: {\n URLSearchParams: Po,\n FormData: No,\n Blob: Uo\n },\n protocols: [\"http\", \"https\", \"file\", \"blob\", \"url\", \"data\"]\n}, wr = typeof window < \"u\" && typeof document < \"u\", Bo = ((e) => wr && [\"ReactNative\", \"NativeScript\", \"NS\"].indexOf(e) < 0)(typeof navigator < \"u\" && navigator.product), Do = (() => typeof WorkerGlobalScope < \"u\" && // eslint-disable-next-line no-undef\nself instanceof WorkerGlobalScope && typeof self.importScripts == \"function\")(), jo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({\n __proto__: null,\n hasBrowserEnv: wr,\n hasStandardBrowserEnv: Bo,\n hasStandardBrowserWebWorkerEnv: Do\n}, Symbol.toStringTag, { value: \"Module\" })), ce = {\n ...jo,\n ...Oo\n};\nfunction $o(e, t) {\n return vs(e, new ce.classes.URLSearchParams(), Object.assign({\n visitor: function(s, n, a, r) {\n return ce.isNode && h.isBuffer(s) ? (this.append(n, s.toString(\"base64\")), !1) : r.defaultVisitor.apply(this, arguments);\n }\n }, t));\n}\nfunction Ro(e) {\n return h.matchAll(/\\w+|\\[(\\w*)]/g, e).map((t) => t[0] === \"[]\" ? \"\" : t[1] || t[0]);\n}\nfunction Io(e) {\n const t = {}, s = Object.keys(e);\n let n;\n const a = s.length;\n let r;\n for (n = 0; n < a; n++)\n r = s[n], t[r] = e[r];\n return t;\n}\nfunction xr(e) {\n function t(s, n, a, r) {\n let i = s[r++];\n const o = Number.isFinite(+i), l = r >= s.length;\n return i = !i && h.isArray(a) ? a.length : i, l ? (h.hasOwnProp(a, i) ? a[i] = [a[i], n] : a[i] = n, !o) : ((!a[i] || !h.isObject(a[i])) && (a[i] = []), t(s, n, a[i], r) && h.isArray(a[i]) && (a[i] = Io(a[i])), !o);\n }\n if (h.isFormData(e) && h.isFunction(e.entries)) {\n const s = {};\n return h.forEachEntry(e, (n, a) => {\n t(Ro(n), a, s, 0);\n }), s;\n }\n return null;\n}\nfunction zo(e, t, s) {\n if (h.isString(e))\n try {\n return (t || JSON.parse)(e), h.trim(e);\n } catch (n) {\n if (n.name !== \"SyntaxError\")\n throw n;\n }\n return (s || JSON.stringify)(e);\n}\nconst gn = {\n transitional: vr,\n adapter: [\"xhr\", \"http\"],\n transformRequest: [function(t, s) {\n const n = s.getContentType() || \"\", a = n.indexOf(\"application/json\") > -1, r = h.isObject(t);\n if (r && h.isHTMLForm(t) && (t = new FormData(t)), h.isFormData(t))\n return a && a ? JSON.stringify(xr(t)) : t;\n if (h.isArrayBuffer(t) || h.isBuffer(t) || h.isStream(t) || h.isFile(t) || h.isBlob(t))\n return t;\n if (h.isArrayBufferView(t))\n return t.buffer;\n if (h.isURLSearchParams(t))\n return s.setContentType(\"application/x-www-form-urlencoded;charset=utf-8\", !1), t.toString();\n let o;\n if (r) {\n if (n.indexOf(\"application/x-www-form-urlencoded\") > -1)\n return $o(t, this.formSerializer).toString();\n if ((o = h.isFileList(t)) || n.indexOf(\"multipart/form-data\") > -1) {\n const l = this.env && this.env.FormData;\n return vs(\n o ? { \"files[]\": t } : t,\n l && new l(),\n this.formSerializer\n );\n }\n }\n return r || a ? (s.setContentType(\"application/json\", !1), zo(t)) : t;\n }],\n transformResponse: [function(t) {\n const s = this.transitional || gn.transitional, n = s && s.forcedJSONParsing, a = this.responseType === \"json\";\n if (t && h.isString(t) && (n && !this.responseType || a)) {\n const i = !(s && s.silentJSONParsing) && a;\n try {\n return JSON.parse(t);\n } catch (o) {\n if (i)\n throw o.name === \"SyntaxError\" ? A.from(o, A.ERR_BAD_RESPONSE, this, null, this.response) : o;\n }\n }\n return t;\n }],\n /**\n * A timeout in milliseconds to abort a request. If set to 0 (default) a\n * timeout is not created.\n */\n timeout: 0,\n xsrfCookieName: \"XSRF-TOKEN\",\n xsrfHeaderName: \"X-XSRF-TOKEN\",\n maxContentLength: -1,\n maxBodyLength: -1,\n env: {\n FormData: ce.classes.FormData,\n Blob: ce.classes.Blob\n },\n validateStatus: function(t) {\n return t >= 200 && t < 300;\n },\n headers: {\n common: {\n Accept: \"application/json, text/plain, */*\",\n \"Content-Type\": void 0\n }\n }\n};\nh.forEach([\"delete\", \"get\", \"head\", \"post\", \"put\", \"patch\"], (e) => {\n gn.headers[e] = {};\n});\nconst pn = gn, Mo = h.toObjectSet([\n \"age\",\n \"authorization\",\n \"content-length\",\n \"content-type\",\n \"etag\",\n \"expires\",\n \"from\",\n \"host\",\n \"if-modified-since\",\n \"if-unmodified-since\",\n \"last-modified\",\n \"location\",\n \"max-forwards\",\n \"proxy-authorization\",\n \"referer\",\n \"retry-after\",\n \"user-agent\"\n]), Ho = (e) => {\n const t = {};\n let s, n, a;\n return e && e.split(`\n`).forEach(function(i) {\n a = i.indexOf(\":\"), s = i.substring(0, a).trim().toLowerCase(), n = i.substring(a + 1).trim(), !(!s || t[s] && Mo[s]) && (s === \"set-cookie\" ? t[s] ? t[s].push(n) : t[s] = [n] : t[s] = t[s] ? t[s] + \", \" + n : n);\n }), t;\n}, Jn = Symbol(\"internals\");\nfunction dt(e) {\n return e && String(e).trim().toLowerCase();\n}\nfunction Wt(e) {\n return e === !1 || e == null ? e : h.isArray(e) ? e.map(Wt) : String(e);\n}\nfunction Vo(e) {\n const t = /* @__PURE__ */ Object.create(null), s = /([^\\s,;=]+)\\s*(?:=\\s*([^,;]+))?/g;\n let n;\n for (; n = s.exec(e); )\n t[n[1]] = n[2];\n return t;\n}\nconst qo = (e) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());\nfunction bs(e, t, s, n, a) {\n if (h.isFunction(n))\n return n.call(this, t, s);\n if (a && (t = s), !!h.isString(t)) {\n if (h.isString(n))\n return t.indexOf(n) !== -1;\n if (h.isRegExp(n))\n return n.test(t);\n }\n}\nfunction Wo(e) {\n return e.trim().toLowerCase().replace(/([a-z\\d])(\\w*)/g, (t, s, n) => s.toUpperCase() + n);\n}\nfunction Go(e, t) {\n const s = h.toCamelCase(\" \" + t);\n [\"get\", \"set\", \"has\"].forEach((n) => {\n Object.defineProperty(e, n + s, {\n value: function(a, r, i) {\n return this[n].call(this, t, a, r, i);\n },\n configurable: !0\n });\n });\n}\nlet ws = class {\n constructor(t) {\n t && this.set(t);\n }\n set(t, s, n) {\n const a = this;\n function r(o, l, m) {\n const u = dt(l);\n if (!u)\n throw new Error(\"header name must be a non-empty string\");\n const g = h.findKey(a, u);\n (!g || a[g] === void 0 || m === !0 || m === void 0 && a[g] !== !1) && (a[g || l] = Wt(o));\n }\n const i = (o, l) => h.forEach(o, (m, u) => r(m, u, l));\n return h.isPlainObject(t) || t instanceof this.constructor ? i(t, s) : h.isString(t) && (t = t.trim()) && !qo(t) ? i(Ho(t), s) : t != null && r(s, t, n), this;\n }\n get(t, s) {\n if (t = dt(t), t) {\n const n = h.findKey(this, t);\n if (n) {\n const a = this[n];\n if (!s)\n return a;\n if (s === !0)\n return Vo(a);\n if (h.isFunction(s))\n return s.call(this, a, n);\n if (h.isRegExp(s))\n return s.exec(a);\n throw new TypeError(\"parser must be boolean|regexp|function\");\n }\n }\n }\n has(t, s) {\n if (t = dt(t), t) {\n const n = h.findKey(this, t);\n return !!(n && this[n] !== void 0 && (!s || bs(this, this[n], n, s)));\n }\n return !1;\n }\n delete(t, s) {\n const n = this;\n let a = !1;\n function r(i) {\n if (i = dt(i), i) {\n const o = h.findKey(n, i);\n o && (!s || bs(n, n[o], o, s)) && (delete n[o], a = !0);\n }\n }\n return h.isArray(t) ? t.forEach(r) : r(t), a;\n }\n clear(t) {\n const s = Object.keys(this);\n let n = s.length, a = !1;\n for (; n--; ) {\n const r = s[n];\n (!t || bs(this, this[r], r, t, !0)) && (delete this[r], a = !0);\n }\n return a;\n }\n normalize(t) {\n const s = this, n = {};\n return h.forEach(this, (a, r) => {\n const i = h.findKey(n, r);\n if (i) {\n s[i] = Wt(a), delete s[r];\n return;\n }\n const o = t ? Wo(r) : String(r).trim();\n o !== r && delete s[r], s[o] = Wt(a), n[o] = !0;\n }), this;\n }\n concat(...t) {\n return this.constructor.concat(this, ...t);\n }\n toJSON(t) {\n const s = /* @__PURE__ */ Object.create(null);\n return h.forEach(this, (n, a) => {\n n != null && n !== !1 && (s[a] = t && h.isArray(n) ? n.join(\", \") : n);\n }), s;\n }\n [Symbol.iterator]() {\n return Object.entries(this.toJSON())[Symbol.iterator]();\n }\n toString() {\n return Object.entries(this.toJSON()).map(([t, s]) => t + \": \" + s).join(`\n`);\n }\n get [Symbol.toStringTag]() {\n return \"AxiosHeaders\";\n }\n static from(t) {\n return t instanceof this ? t : new this(t);\n }\n static concat(t, ...s) {\n const n = new this(t);\n return s.forEach((a) => n.set(a)), n;\n }\n static accessor(t) {\n const n = (this[Jn] = this[Jn] = {\n accessors: {}\n }).accessors, a = this.prototype;\n function r(i) {\n const o = dt(i);\n n[o] || (Go(a, i), n[o] = !0);\n }\n return h.isArray(t) ? t.forEach(r) : r(t), this;\n }\n};\nws.accessor([\"Content-Type\", \"Content-Length\", \"Accept\", \"Accept-Encoding\", \"User-Agent\", \"Authorization\"]);\nh.reduceDescriptors(ws.prototype, ({ value: e }, t) => {\n let s = t[0].toUpperCase() + t.slice(1);\n return {\n get: () => e,\n set(n) {\n this[s] = n;\n }\n };\n});\nh.freezeMethods(ws);\nconst xe = ws;\nfunction Ss(e, t) {\n const s = this || pn, n = t || s, a = xe.from(n.headers);\n let r = n.data;\n return h.forEach(e, function(o) {\n r = o.call(s, r, a.normalize(), t ? t.status : void 0);\n }), a.normalize(), r;\n}\nfunction yr(e) {\n return !!(e && e.__CANCEL__);\n}\nfunction Ft(e, t, s) {\n A.call(this, e ?? \"canceled\", A.ERR_CANCELED, t, s), this.name = \"CanceledError\";\n}\nh.inherits(Ft, A, {\n __CANCEL__: !0\n});\nfunction Ko(e, t, s) {\n const n = s.config.validateStatus;\n !s.status || !n || n(s.status) ? e(s) : t(new A(\n \"Request failed with status code \" + s.status,\n [A.ERR_BAD_REQUEST, A.ERR_BAD_RESPONSE][Math.floor(s.status / 100) - 4],\n s.config,\n s.request,\n s\n ));\n}\nconst Jo = ce.hasStandardBrowserEnv ? (\n // Standard browser envs support document.cookie\n function() {\n return {\n write: function(s, n, a, r, i, o) {\n const l = [];\n l.push(s + \"=\" + encodeURIComponent(n)), h.isNumber(a) && l.push(\"expires=\" + new Date(a).toGMTString()), h.isString(r) && l.push(\"path=\" + r), h.isString(i) && l.push(\"domain=\" + i), o === !0 && l.push(\"secure\"), document.cookie = l.join(\"; \");\n },\n read: function(s) {\n const n = document.cookie.match(new RegExp(\"(^|;\\\\s*)(\" + s + \")=([^;]*)\"));\n return n ? decodeURIComponent(n[3]) : null;\n },\n remove: function(s) {\n this.write(s, \"\", Date.now() - 864e5);\n }\n };\n }()\n) : (\n // Non standard browser env (web workers, react-native) lack needed support.\n function() {\n return {\n write: function() {\n },\n read: function() {\n return null;\n },\n remove: function() {\n }\n };\n }()\n);\nfunction Yo(e) {\n return /^([a-z][a-z\\d+\\-.]*:)?\\/\\//i.test(e);\n}\nfunction Zo(e, t) {\n return t ? e.replace(/\\/+$/, \"\") + \"/\" + t.replace(/^\\/+/, \"\") : e;\n}\nfunction _r(e, t) {\n return e && !Yo(t) ? Zo(e, t) : t;\n}\nconst Xo = ce.hasStandardBrowserEnv ? (\n // Standard browser envs have full support of the APIs needed to test\n // whether the request URL is of the same origin as current location.\n function() {\n const t = /(msie|trident)/i.test(navigator.userAgent), s = document.createElement(\"a\");\n let n;\n function a(r) {\n let i = r;\n return t && (s.setAttribute(\"href\", i), i = s.href), s.setAttribute(\"href\", i), {\n href: s.href,\n protocol: s.protocol ? s.protocol.replace(/:$/, \"\") : \"\",\n host: s.host,\n search: s.search ? s.search.replace(/^\\?/, \"\") : \"\",\n hash: s.hash ? s.hash.replace(/^#/, \"\") : \"\",\n hostname: s.hostname,\n port: s.port,\n pathname: s.pathname.charAt(0) === \"/\" ? s.pathname : \"/\" + s.pathname\n };\n }\n return n = a(window.location.href), function(i) {\n const o = h.isString(i) ? a(i) : i;\n return o.protocol === n.protocol && o.host === n.host;\n };\n }()\n) : (\n // Non standard browser envs (web workers, react-native) lack needed support.\n function() {\n return function() {\n return !0;\n };\n }()\n);\nfunction Qo(e) {\n const t = /^([-+\\w]{1,25})(:?\\/\\/|:)/.exec(e);\n return t && t[1] || \"\";\n}\nfunction el(e, t) {\n e = e || 10;\n const s = new Array(e), n = new Array(e);\n let a = 0, r = 0, i;\n return t = t !== void 0 ? t : 1e3, function(l) {\n const m = Date.now(), u = n[r];\n i || (i = m), s[a] = l, n[a] = m;\n let g = r, v = 0;\n for (; g !== a; )\n v += s[g++], g = g % e;\n if (a = (a + 1) % e, a === r && (r = (r + 1) % e), m - i < t)\n return;\n const y = u && m - u;\n return y ? Math.round(v * 1e3 / y) : void 0;\n };\n}\nfunction Yn(e, t) {\n let s = 0;\n const n = el(50, 250);\n return (a) => {\n const r = a.loaded, i = a.lengthComputable ? a.total : void 0, o = r - s, l = n(o), m = r <= i;\n s = r;\n const u = {\n loaded: r,\n total: i,\n progress: i ? r / i : void 0,\n bytes: o,\n rate: l || void 0,\n estimated: l && i && m ? (i - r) / l : void 0,\n event: a\n };\n u[t ? \"download\" : \"upload\"] = !0, e(u);\n };\n}\nconst tl = typeof XMLHttpRequest < \"u\", sl = tl && function(e) {\n return new Promise(function(s, n) {\n let a = e.data;\n const r = xe.from(e.headers).normalize(), i = e.responseType;\n let o;\n function l() {\n e.cancelToken && e.cancelToken.unsubscribe(o), e.signal && e.signal.removeEventListener(\"abort\", o);\n }\n let m;\n if (h.isFormData(a)) {\n if (ce.hasStandardBrowserEnv || ce.hasStandardBrowserWebWorkerEnv)\n r.setContentType(!1);\n else if ((m = r.getContentType()) !== !1) {\n const [T, ..._] = m ? m.split(\";\").map((O) => O.trim()).filter(Boolean) : [];\n r.setContentType([T || \"multipart/form-data\", ..._].join(\"; \"));\n }\n }\n let u = new XMLHttpRequest();\n if (e.auth) {\n const T = e.auth.username || \"\", _ = e.auth.password ? unescape(encodeURIComponent(e.auth.password)) : \"\";\n r.set(\"Authorization\", \"Basic \" + btoa(T + \":\" + _));\n }\n const g = _r(e.baseURL, e.url);\n u.open(e.method.toUpperCase(), Tr(g, e.params, e.paramsSerializer), !0), u.timeout = e.timeout;\n function v() {\n if (!u)\n return;\n const T = xe.from(\n \"getAllResponseHeaders\" in u && u.getAllResponseHeaders()\n ), O = {\n data: !i || i === \"text\" || i === \"json\" ? u.responseText : u.response,\n status: u.status,\n statusText: u.statusText,\n headers: T,\n config: e,\n request: u\n };\n Ko(function(B) {\n s(B), l();\n }, function(B) {\n n(B), l();\n }, O), u = null;\n }\n if (\"onloadend\" in u ? u.onloadend = v : u.onreadystatechange = function() {\n !u || u.readyState !== 4 || u.status === 0 && !(u.responseURL && u.responseURL.indexOf(\"file:\") === 0) || setTimeout(v);\n }, u.onabort = function() {\n u && (n(new A(\"Request aborted\", A.ECONNABORTED, e, u)), u = null);\n }, u.onerror = function() {\n n(new A(\"Network Error\", A.ERR_NETWORK, e, u)), u = null;\n }, u.ontimeout = function() {\n let _ = e.timeout ? \"timeout of \" + e.timeout + \"ms exceeded\" : \"timeout exceeded\";\n const O = e.transitional || vr;\n e.timeoutErrorMessage && (_ = e.timeoutErrorMessage), n(new A(\n _,\n O.clarifyTimeoutError ? A.ETIMEDOUT : A.ECONNABORTED,\n e,\n u\n )), u = null;\n }, ce.hasStandardBrowserEnv) {\n const T = Xo(g) && e.xsrfCookieName && Jo.read(e.xsrfCookieName);\n T && r.set(e.xsrfHeaderName, T);\n }\n a === void 0 && r.setContentType(null), \"setRequestHeader\" in u && h.forEach(r.toJSON(), function(_, O) {\n u.setRequestHeader(O, _);\n }), h.isUndefined(e.withCredentials) || (u.withCredentials = !!e.withCredentials), i && i !== \"json\" && (u.responseType = e.responseType), typeof e.onDownloadProgress == \"function\" && u.addEventListener(\"progress\", Yn(e.onDownloadProgress, !0)), typeof e.onUploadProgress == \"function\" && u.upload && u.upload.addEventListener(\"progress\", Yn(e.onUploadProgress)), (e.cancelToken || e.signal) && (o = (T) => {\n u && (n(!T || T.type ? new Ft(null, e, u) : T), u.abort(), u = null);\n }, e.cancelToken && e.cancelToken.subscribe(o), e.signal && (e.signal.aborted ? o() : e.signal.addEventListener(\"abort\", o)));\n const y = Qo(g);\n if (y && ce.protocols.indexOf(y) === -1) {\n n(new A(\"Unsupported protocol \" + y + \":\", A.ERR_BAD_REQUEST, e));\n return;\n }\n u.send(a || null);\n });\n}, zs = {\n http: So,\n xhr: sl\n};\nh.forEach(zs, (e, t) => {\n if (e) {\n try {\n Object.defineProperty(e, \"name\", { value: t });\n } catch {\n }\n Object.defineProperty(e, \"adapterName\", { value: t });\n }\n});\nconst Zn = (e) => `- ${e}`, nl = (e) => h.isFunction(e) || e === null || e === !1, Cr = {\n getAdapter: (e) => {\n e = h.isArray(e) ? e : [e];\n const { length: t } = e;\n let s, n;\n const a = {};\n for (let r = 0; r < t; r++) {\n s = e[r];\n let i;\n if (n = s, !nl(s) && (n = zs[(i = String(s)).toLowerCase()], n === void 0))\n throw new A(`Unknown adapter '${i}'`);\n if (n)\n break;\n a[i || \"#\" + r] = n;\n }\n if (!n) {\n const r = Object.entries(a).map(\n ([o, l]) => `adapter ${o} ` + (l === !1 ? \"is not supported by the environment\" : \"is not available in the build\")\n );\n let i = t ? r.length > 1 ? `since :\n` + r.map(Zn).join(`\n`) : \" \" + Zn(r[0]) : \"as no adapter specified\";\n throw new A(\n \"There is no suitable adapter to dispatch the request \" + i,\n \"ERR_NOT_SUPPORT\"\n );\n }\n return n;\n },\n adapters: zs\n};\nfunction ks(e) {\n if (e.cancelToken && e.cancelToken.throwIfRequested(), e.signal && e.signal.aborted)\n throw new Ft(null, e);\n}\nfunction Xn(e) {\n return ks(e), e.headers = xe.from(e.headers), e.data = Ss.call(\n e,\n e.transformRequest\n ), [\"post\", \"put\", \"patch\"].indexOf(e.method) !== -1 && e.headers.setContentType(\"application/x-www-form-urlencoded\", !1), Cr.getAdapter(e.adapter || pn.adapter)(e).then(function(n) {\n return ks(e), n.data = Ss.call(\n e,\n e.transformResponse,\n n\n ), n.headers = xe.from(n.headers), n;\n }, function(n) {\n return yr(n) || (ks(e), n && n.response && (n.response.data = Ss.call(\n e,\n e.transformResponse,\n n.response\n ), n.response.headers = xe.from(n.response.headers))), Promise.reject(n);\n });\n}\nconst Qn = (e) => e instanceof xe ? e.toJSON() : e;\nfunction at(e, t) {\n t = t || {};\n const s = {};\n function n(m, u, g) {\n return h.isPlainObject(m) && h.isPlainObject(u) ? h.merge.call({ caseless: g }, m, u) : h.isPlainObject(u) ? h.merge({}, u) : h.isArray(u) ? u.slice() : u;\n }\n function a(m, u, g) {\n if (h.isUndefined(u)) {\n if (!h.isUndefined(m))\n return n(void 0, m, g);\n } else\n return n(m, u, g);\n }\n function r(m, u) {\n if (!h.isUndefined(u))\n return n(void 0, u);\n }\n function i(m, u) {\n if (h.isUndefined(u)) {\n if (!h.isUndefined(m))\n return n(void 0, m);\n } else\n return n(void 0, u);\n }\n function o(m, u, g) {\n if (g in t)\n return n(m, u);\n if (g in e)\n return n(void 0, m);\n }\n const l = {\n url: r,\n method: r,\n data: r,\n baseURL: i,\n transformRequest: i,\n transformResponse: i,\n paramsSerializer: i,\n timeout: i,\n timeoutMessage: i,\n withCredentials: i,\n adapter: i,\n responseType: i,\n xsrfCookieName: i,\n xsrfHeaderName: i,\n onUploadProgress: i,\n onDownloadProgress: i,\n decompress: i,\n maxContentLength: i,\n maxBodyLength: i,\n beforeRedirect: i,\n transport: i,\n httpAgent: i,\n httpsAgent: i,\n cancelToken: i,\n socketPath: i,\n responseEncoding: i,\n validateStatus: o,\n headers: (m, u) => a(Qn(m), Qn(u), !0)\n };\n return h.forEach(Object.keys(Object.assign({}, e, t)), function(u) {\n const g = l[u] || a, v = g(e[u], t[u], u);\n h.isUndefined(v) && g !== o || (s[u] = v);\n }), s;\n}\nconst Lr = \"1.6.1\", hn = {};\n[\"object\", \"boolean\", \"number\", \"function\", \"string\", \"symbol\"].forEach((e, t) => {\n hn[e] = function(n) {\n return typeof n === e || \"a\" + (t < 1 ? \"n \" : \" \") + e;\n };\n});\nconst ea = {};\nhn.transitional = function(t, s, n) {\n function a(r, i) {\n return \"[Axios v\" + Lr + \"] Transitional option '\" + r + \"'\" + i + (n ? \". \" + n : \"\");\n }\n return (r, i, o) => {\n if (t === !1)\n throw new A(\n a(i, \" has been removed\" + (s ? \" in \" + s : \"\")),\n A.ERR_DEPRECATED\n );\n return s && !ea[i] && (ea[i] = !0, console.warn(\n a(\n i,\n \" has been deprecated since v\" + s + \" and will be removed in the near future\"\n )\n )), t ? t(r, i, o) : !0;\n };\n};\nfunction al(e, t, s) {\n if (typeof e != \"object\")\n throw new A(\"options must be an object\", A.ERR_BAD_OPTION_VALUE);\n const n = Object.keys(e);\n let a = n.length;\n for (; a-- > 0; ) {\n const r = n[a], i = t[r];\n if (i) {\n const o = e[r], l = o === void 0 || i(o, r, e);\n if (l !== !0)\n throw new A(\"option \" + r + \" must be \" + l, A.ERR_BAD_OPTION_VALUE);\n continue;\n }\n if (s !== !0)\n throw new A(\"Unknown option \" + r, A.ERR_BAD_OPTION);\n }\n}\nconst Ms = {\n assertOptions: al,\n validators: hn\n}, Ae = Ms.validators;\nlet es = class {\n constructor(t) {\n this.defaults = t, this.interceptors = {\n request: new Kn(),\n response: new Kn()\n };\n }\n /**\n * Dispatch a request\n *\n * @param {String|Object} configOrUrl The config specific for this request (merged with this.defaults)\n * @param {?Object} config\n *\n * @returns {Promise} The Promise to be fulfilled\n */\n request(t, s) {\n typeof t == \"string\" ? (s = s || {}, s.url = t) : s = t || {}, s = at(this.defaults, s);\n const { transitional: n, paramsSerializer: a, headers: r } = s;\n n !== void 0 && Ms.assertOptions(n, {\n silentJSONParsing: Ae.transitional(Ae.boolean),\n forcedJSONParsing: Ae.transitional(Ae.boolean),\n clarifyTimeoutError: Ae.transitional(Ae.boolean)\n }, !1), a != null && (h.isFunction(a) ? s.paramsSerializer = {\n serialize: a\n } : Ms.assertOptions(a, {\n encode: Ae.function,\n serialize: Ae.function\n }, !0)), s.method = (s.method || this.defaults.method || \"get\").toLowerCase();\n let i = r && h.merge(\n r.common,\n r[s.method]\n );\n r && h.forEach(\n [\"delete\", \"get\", \"head\", \"post\", \"put\", \"patch\", \"common\"],\n (T) => {\n delete r[T];\n }\n ), s.headers = xe.concat(i, r);\n const o = [];\n let l = !0;\n this.interceptors.request.forEach(function(_) {\n typeof _.runWhen == \"function\" && _.runWhen(s) === !1 || (l = l && _.synchronous, o.unshift(_.fulfilled, _.rejected));\n });\n const m = [];\n this.interceptors.response.forEach(function(_) {\n m.push(_.fulfilled, _.rejected);\n });\n let u, g = 0, v;\n if (!l) {\n const T = [Xn.bind(this), void 0];\n for (T.unshift.apply(T, o), T.push.apply(T, m), v = T.length, u = Promise.resolve(s); g < v; )\n u = u.then(T[g++], T[g++]);\n return u;\n }\n v = o.length;\n let y = s;\n for (g = 0; g < v; ) {\n const T = o[g++], _ = o[g++];\n try {\n y = T(y);\n } catch (O) {\n _.call(this, O);\n break;\n }\n }\n try {\n u = Xn.call(this, y);\n } catch (T) {\n return Promise.reject(T);\n }\n for (g = 0, v = m.length; g < v; )\n u = u.then(m[g++], m[g++]);\n return u;\n }\n getUri(t) {\n t = at(this.defaults, t);\n const s = _r(t.baseURL, t.url);\n return Tr(s, t.params, t.paramsSerializer);\n }\n};\nh.forEach([\"delete\", \"get\", \"head\", \"options\"], function(t) {\n es.prototype[t] = function(s, n) {\n return this.request(at(n || {}, {\n method: t,\n url: s,\n data: (n || {}).data\n }));\n };\n});\nh.forEach([\"post\", \"put\", \"patch\"], function(t) {\n function s(n) {\n return function(r, i, o) {\n return this.request(at(o || {}, {\n method: t,\n headers: n ? {\n \"Content-Type\": \"multipart/form-data\"\n } : {},\n url: r,\n data: i\n }));\n };\n }\n es.prototype[t] = s(), es.prototype[t + \"Form\"] = s(!0);\n});\nconst Gt = es;\nlet rl = class br {\n constructor(t) {\n if (typeof t != \"function\")\n throw new TypeError(\"executor must be a function.\");\n let s;\n this.promise = new Promise(function(r) {\n s = r;\n });\n const n = this;\n this.promise.then((a) => {\n if (!n._listeners)\n return;\n let r = n._listeners.length;\n for (; r-- > 0; )\n n._listeners[r](a);\n n._listeners = null;\n }), this.promise.then = (a) => {\n let r;\n const i = new Promise((o) => {\n n.subscribe(o), r = o;\n }).then(a);\n return i.cancel = function() {\n n.unsubscribe(r);\n }, i;\n }, t(function(r, i, o) {\n n.reason || (n.reason = new Ft(r, i, o), s(n.reason));\n });\n }\n /**\n * Throws a `CanceledError` if cancellation has been requested.\n */\n throwIfRequested() {\n if (this.reason)\n throw this.reason;\n }\n /**\n * Subscribe to the cancel signal\n */\n subscribe(t) {\n if (this.reason) {\n t(this.reason);\n return;\n }\n this._listeners ? this._listeners.push(t) : this._listeners = [t];\n }\n /**\n * Unsubscribe from the cancel signal\n */\n unsubscribe(t) {\n if (!this._listeners)\n return;\n const s = this._listeners.indexOf(t);\n s !== -1 && this._listeners.splice(s, 1);\n }\n /**\n * Returns an object that contains a new `CancelToken` and a function that, when called,\n * cancels the `CancelToken`.\n */\n static source() {\n let t;\n return {\n token: new br(function(a) {\n t = a;\n }),\n cancel: t\n };\n }\n};\nconst il = rl;\nfunction ol(e) {\n return function(s) {\n return e.apply(null, s);\n };\n}\nfunction ll(e) {\n return h.isObject(e) && e.isAxiosError === !0;\n}\nconst Hs = {\n Continue: 100,\n SwitchingProtocols: 101,\n Processing: 102,\n EarlyHints: 103,\n Ok: 200,\n Created: 201,\n Accepted: 202,\n NonAuthoritativeInformation: 203,\n NoContent: 204,\n ResetContent: 205,\n PartialContent: 206,\n MultiStatus: 207,\n AlreadyReported: 208,\n ImUsed: 226,\n MultipleChoices: 300,\n MovedPermanently: 301,\n Found: 302,\n SeeOther: 303,\n NotModified: 304,\n UseProxy: 305,\n Unused: 306,\n TemporaryRedirect: 307,\n PermanentRedirect: 308,\n BadRequest: 400,\n Unauthorized: 401,\n PaymentRequired: 402,\n Forbidden: 403,\n NotFound: 404,\n MethodNotAllowed: 405,\n NotAcceptable: 406,\n ProxyAuthenticationRequired: 407,\n RequestTimeout: 408,\n Conflict: 409,\n Gone: 410,\n LengthRequired: 411,\n PreconditionFailed: 412,\n PayloadTooLarge: 413,\n UriTooLong: 414,\n UnsupportedMediaType: 415,\n RangeNotSatisfiable: 416,\n ExpectationFailed: 417,\n ImATeapot: 418,\n MisdirectedRequest: 421,\n UnprocessableEntity: 422,\n Locked: 423,\n FailedDependency: 424,\n TooEarly: 425,\n UpgradeRequired: 426,\n PreconditionRequired: 428,\n TooManyRequests: 429,\n RequestHeaderFieldsTooLarge: 431,\n UnavailableForLegalReasons: 451,\n InternalServerError: 500,\n NotImplemented: 501,\n BadGateway: 502,\n ServiceUnavailable: 503,\n GatewayTimeout: 504,\n HttpVersionNotSupported: 505,\n VariantAlsoNegotiates: 506,\n InsufficientStorage: 507,\n LoopDetected: 508,\n NotExtended: 510,\n NetworkAuthenticationRequired: 511\n};\nObject.entries(Hs).forEach(([e, t]) => {\n Hs[t] = e;\n});\nconst ul = Hs;\nfunction Sr(e) {\n const t = new Gt(e), s = rr(Gt.prototype.request, t);\n return h.extend(s, Gt.prototype, t, { allOwnKeys: !0 }), h.extend(s, t, null, { allOwnKeys: !0 }), s.create = function(a) {\n return Sr(at(e, a));\n }, s;\n}\nconst M = Sr(pn);\nM.Axios = Gt;\nM.CanceledError = Ft;\nM.CancelToken = il;\nM.isCancel = yr;\nM.VERSION = Lr;\nM.toFormData = vs;\nM.AxiosError = A;\nM.Cancel = M.CanceledError;\nM.all = function(t) {\n return Promise.all(t);\n};\nM.spread = ol;\nM.isAxiosError = ll;\nM.mergeConfig = at;\nM.AxiosHeaders = xe;\nM.formToJSON = (e) => xr(h.isHTMLForm(e) ? new FormData(e) : e);\nM.getAdapter = Cr.getAdapter;\nM.HttpStatusCode = ul;\nM.default = M;\nconst ml = M, {\n Axios: Fd,\n AxiosError: Ed,\n CanceledError: As,\n isCancel: Pd,\n CancelToken: Nd,\n VERSION: Ud,\n all: Od,\n Cancel: Bd,\n isAxiosError: Dd,\n spread: jd,\n toFormData: $d,\n AxiosHeaders: Rd,\n HttpStatusCode: Id,\n formToJSON: zd,\n getAdapter: Md,\n mergeConfig: Hd\n} = ml, cl = Di(1), Bt = new FileReader(), ta = async function(e, t, s, n = () => {\n}, a = void 0, r = void 0) {\n let i;\n return t instanceof Blob ? i = t : i = await t(), a && (r ??= {}, r.Destination = a), await Qt.request({\n method: \"PUT\",\n url: e,\n data: i,\n signal: s,\n onUploadProgress: n,\n headers: r\n });\n}, sa = function(e, t, s) {\n return cl(() => new Promise((n, a) => {\n Bt.onload = () => {\n Bt.result !== null && n(new Blob([Bt.result], {\n type: \"application/octet-stream\"\n })), a(new Error(\"Error while reading the file\"));\n }, Bt.readAsArrayBuffer(e.slice(t, t + s));\n }));\n}, dl = async function(e = void 0) {\n const t = nr(`dav/uploads/${cn()?.uid}`), n = `web-file-upload-${[...Array(16)].map(() => Math.floor(Math.random() * 16).toString(16)).join(\"\")}`, a = `${t}/${n}`, r = e ? { Destination: e } : void 0;\n return await Qt.request({\n method: \"MKCOL\",\n url: a,\n headers: r\n }), a;\n}, Tt = function(e = void 0) {\n const t = window.OC?.appConfig?.files?.max_chunk_size;\n if (t <= 0)\n return 0;\n if (!Number(t))\n return 10 * 1024 * 1024;\n const s = Math.max(Number(t), 5 * 1024 * 1024);\n return e === void 0 ? s : Math.max(s, Math.ceil(e / 1e4));\n};\nvar ue = /* @__PURE__ */ ((e) => (e[e.INITIALIZED = 0] = \"INITIALIZED\", e[e.UPLOADING = 1] = \"UPLOADING\", e[e.ASSEMBLING = 2] = \"ASSEMBLING\", e[e.FINISHED = 3] = \"FINISHED\", e[e.CANCELLED = 4] = \"CANCELLED\", e[e.FAILED = 5] = \"FAILED\", e))(ue || {});\nlet fl = class {\n _source;\n _file;\n _isChunked;\n _chunks;\n _size;\n _uploaded = 0;\n _startTime = 0;\n _status = 0;\n _controller;\n _response = null;\n constructor(t, s = !1, n, a) {\n const r = Math.min(Tt() > 0 ? Math.ceil(n / Tt()) : 1, 1e4);\n this._source = t, this._isChunked = s && Tt() > 0 && r > 1, this._chunks = this._isChunked ? r : 1, this._size = n, this._file = a, this._controller = new AbortController();\n }\n get source() {\n return this._source;\n }\n get file() {\n return this._file;\n }\n get isChunked() {\n return this._isChunked;\n }\n get chunks() {\n return this._chunks;\n }\n get size() {\n return this._size;\n }\n get startTime() {\n return this._startTime;\n }\n set response(t) {\n this._response = t;\n }\n get response() {\n return this._response;\n }\n get uploaded() {\n return this._uploaded;\n }\n /**\n * Update the uploaded bytes of this upload\n */\n set uploaded(t) {\n if (t >= this._size) {\n this._status = this._isChunked ? 2 : 3, this._uploaded = this._size;\n return;\n }\n this._status = 1, this._uploaded = t, this._startTime === 0 && (this._startTime = (/* @__PURE__ */ new Date()).getTime());\n }\n get status() {\n return this._status;\n }\n /**\n * Update this upload status\n */\n set status(t) {\n this._status = t;\n }\n /**\n * Returns the axios cancel token source\n */\n get signal() {\n return this._controller.signal;\n }\n /**\n * Cancel any ongoing requests linked to this upload\n */\n cancel() {\n this._controller.abort(), this._status = 4;\n }\n};\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 gl = (e) => e === null ? Hn().setApp(\"uploader\").build() : Hn().setApp(\"uploader\").setUid(e.uid).build(), re = gl(cn());\nvar kr = /* @__PURE__ */ ((e) => (e[e.IDLE = 0] = \"IDLE\", e[e.UPLOADING = 1] = \"UPLOADING\", e[e.PAUSED = 2] = \"PAUSED\", e))(kr || {});\nclass na {\n // Initialized via setter in the constructor\n _destinationFolder;\n _isPublic;\n // Global upload queue\n _uploadQueue = [];\n _jobQueue = new Bi({ concurrency: 3 });\n _queueSize = 0;\n _queueProgress = 0;\n _queueStatus = 0;\n _notifiers = [];\n /**\n * Initialize uploader\n *\n * @param {boolean} isPublic are we in public mode ?\n * @param {Folder} destinationFolder the context folder to operate, relative to the root folder\n */\n constructor(t = !1, s) {\n if (this._isPublic = t, !s) {\n const n = cn()?.uid, a = nr(`dav/files/${n}`);\n if (!n)\n throw new Error(\"User is not logged in\");\n s = new ar({\n id: 0,\n owner: n,\n permissions: Ni.ALL,\n root: `/files/${n}`,\n source: a\n });\n }\n this.destination = s, re.debug(\"Upload workspace initialized\", {\n destination: this.destination,\n root: this.root,\n isPublic: t,\n maxChunksSize: Tt()\n });\n }\n /**\n * Get the upload destination path relative to the root folder\n */\n get destination() {\n return this._destinationFolder;\n }\n /**\n * Set the upload destination path relative to the root folder\n */\n set destination(t) {\n if (!t)\n throw new Error(\"Invalid destination folder\");\n this._destinationFolder = t;\n }\n /**\n * Get the root folder\n */\n get root() {\n return this._destinationFolder.source;\n }\n /**\n * Get the upload queue\n */\n get queue() {\n return this._uploadQueue;\n }\n reset() {\n this._uploadQueue.splice(0, this._uploadQueue.length), this._jobQueue.clear(), this._queueSize = 0, this._queueProgress = 0, this._queueStatus = 0;\n }\n /**\n * Pause any ongoing upload(s)\n */\n pause() {\n this._jobQueue.pause(), this._queueStatus = 2;\n }\n /**\n * Resume any pending upload(s)\n */\n start() {\n this._jobQueue.start(), this._queueStatus = 1, this.updateStats();\n }\n /**\n * Get the upload queue stats\n */\n get info() {\n return {\n size: this._queueSize,\n progress: this._queueProgress,\n status: this._queueStatus\n };\n }\n updateStats() {\n const t = this._uploadQueue.map((n) => n.size).reduce((n, a) => n + a, 0), s = this._uploadQueue.map((n) => n.uploaded).reduce((n, a) => n + a, 0);\n this._queueSize = t, this._queueProgress = s, this._queueStatus !== 2 && (this._queueStatus = this._jobQueue.size > 0 ? 1 : 0);\n }\n addNotifier(t) {\n this._notifiers.push(t);\n }\n /**\n * Upload a file to the given path\n * @param {string} destinationPath the destination path relative to the root folder. e.g. /foo/bar.txt\n * @param {File} file the file to upload\n */\n upload(t, s) {\n const n = `${this.root}/${t.replace(/^\\//, \"\")}`;\n re.debug(`Uploading ${s.name} to ${n}`);\n const a = Tt(s.size), r = a === 0 || s.size < a || this._isPublic, i = new fl(n, !r, s.size, s);\n return this._uploadQueue.push(i), this.updateStats(), new Oi(async (l, m, u) => {\n if (u(i.cancel), r) {\n re.debug(\"Initializing regular upload\", { file: s, upload: i });\n const g = await sa(s, 0, i.size), v = async () => {\n try {\n i.response = await ta(\n n,\n g,\n i.signal,\n () => this.updateStats(),\n void 0,\n {\n \"X-OC-Mtime\": s.lastModified / 1e3\n }\n ), i.uploaded = i.size, this.updateStats(), re.debug(`Successfully uploaded ${s.name}`, { file: s, upload: i }), l(i);\n } catch (y) {\n if (y instanceof As) {\n i.status = ue.FAILED, m(\"Upload has been cancelled\");\n return;\n }\n y?.response && (i.response = y.response), i.status = ue.FAILED, re.error(`Failed uploading ${s.name}`, { error: y, file: s, upload: i }), m(\"Failed uploading the file\");\n }\n this._notifiers.forEach((y) => {\n try {\n y(i);\n } catch {\n }\n });\n };\n this._jobQueue.add(v), this.updateStats();\n } else {\n re.debug(\"Initializing chunked upload\", { file: s, upload: i });\n const g = await dl(n), v = [];\n for (let y = 0; y < i.chunks; y++) {\n const T = y * a, _ = Math.min(T + a, i.size), O = () => sa(s, T, a), j = () => ta(\n `${g}/${y + 1}`,\n O,\n i.signal,\n () => this.updateStats(),\n n,\n {\n \"X-OC-Mtime\": s.lastModified / 1e3,\n \"OC-Total-Length\": s.size\n }\n ).then(() => {\n i.uploaded = i.uploaded + a;\n }).catch((B) => {\n throw B instanceof As || (re.error(`Chunk ${y + 1} ${T} - ${_} uploading failed`), i.status = ue.FAILED), B;\n });\n v.push(this._jobQueue.add(j));\n }\n try {\n await Promise.all(v), this.updateStats(), i.response = await Qt.request({\n method: \"MOVE\",\n url: `${g}/.file`,\n headers: {\n Destination: n\n }\n }), this.updateStats(), i.status = ue.FINISHED, re.debug(`Successfully uploaded ${s.name}`, { file: s, upload: i }), l(i);\n } catch (y) {\n y instanceof As ? (i.status = ue.FAILED, m(\"Upload has been cancelled\")) : (i.status = ue.FAILED, m(\"Failed assembling the chunks together\")), Qt.request({\n method: \"DELETE\",\n url: `${g}`\n });\n }\n this._notifiers.forEach((y) => {\n try {\n y(i);\n } catch {\n }\n });\n }\n return this._jobQueue.onIdle().then(() => this.reset()), i;\n });\n }\n}\n/*!\n * Vue.js v2.7.14\n * (c) 2014-2022 Evan You\n * Released under the MIT License.\n */\nvar W = Object.freeze({}), b = Array.isArray;\nfunction L(e) {\n return e == null;\n}\nfunction f(e) {\n return e != null;\n}\nfunction R(e) {\n return e === !0;\n}\nfunction pl(e) {\n return e === !1;\n}\nfunction _e(e) {\n return typeof e == \"string\" || typeof e == \"number\" || // $flow-disable-line\n typeof e == \"symbol\" || typeof e == \"boolean\";\n}\nfunction $(e) {\n return typeof e == \"function\";\n}\nfunction q(e) {\n return e !== null && typeof e == \"object\";\n}\nvar xs = Object.prototype.toString;\nfunction Et(e) {\n return xs.call(e).slice(8, -1);\n}\nfunction G(e) {\n return xs.call(e) === \"[object Object]\";\n}\nfunction Ar(e) {\n return xs.call(e) === \"[object RegExp]\";\n}\nfunction Fr(e) {\n var t = parseFloat(String(e));\n return t >= 0 && Math.floor(t) === t && isFinite(e);\n}\nfunction Vs(e) {\n return f(e) && typeof e.then == \"function\" && typeof e.catch == \"function\";\n}\nfunction hl(e) {\n return e == null ? \"\" : Array.isArray(e) || G(e) && e.toString === xs ? JSON.stringify(e, null, 2) : String(e);\n}\nfunction xt(e) {\n var t = parseFloat(e);\n return isNaN(t) ? e : t;\n}\nfunction X(e, t) {\n for (var s = /* @__PURE__ */ Object.create(null), n = e.split(\",\"), a = 0; a < n.length; a++)\n s[n[a]] = !0;\n return t ? function(r) {\n return s[r.toLowerCase()];\n } : function(r) {\n return s[r];\n };\n}\nvar Tl = X(\"slot,component\", !0), Er = X(\"key,ref,slot,slot-scope,is\");\nfunction De(e, t) {\n var s = e.length;\n if (s) {\n if (t === e[s - 1]) {\n e.length = s - 1;\n return;\n }\n var n = e.indexOf(t);\n if (n > -1)\n return e.splice(n, 1);\n }\n}\nvar vl = Object.prototype.hasOwnProperty;\nfunction V(e, t) {\n return vl.call(e, t);\n}\nfunction Je(e) {\n var t = /* @__PURE__ */ Object.create(null);\n return function(n) {\n var a = t[n];\n return a || (t[n] = e(n));\n };\n}\nvar wl = /-(\\w)/g, We = Je(function(e) {\n return e.replace(wl, function(t, s) {\n return s ? s.toUpperCase() : \"\";\n });\n}), Pr = Je(function(e) {\n return e.charAt(0).toUpperCase() + e.slice(1);\n}), xl = /\\B([A-Z])/g, Ye = Je(function(e) {\n return e.replace(xl, \"-$1\").toLowerCase();\n});\nfunction yl(e, t) {\n function s(n) {\n var a = arguments.length;\n return a ? a > 1 ? e.apply(t, arguments) : e.call(t, n) : e.call(t);\n }\n return s._length = e.length, s;\n}\nfunction _l(e, t) {\n return e.bind(t);\n}\nvar Nr = Function.prototype.bind ? _l : yl;\nfunction qs(e, t) {\n t = t || 0;\n for (var s = e.length - t, n = new Array(s); s--; )\n n[s] = e[s + t];\n return n;\n}\nfunction D(e, t) {\n for (var s in t)\n e[s] = t[s];\n return e;\n}\nfunction Ur(e) {\n for (var t = {}, s = 0; s < e.length; s++)\n e[s] && D(t, e[s]);\n return t;\n}\nfunction z(e, t, s) {\n}\nvar Dt = function(e, t, s) {\n return !1;\n}, Or = function(e) {\n return e;\n};\nfunction Ge(e, t) {\n if (e === t)\n return !0;\n var s = q(e), n = q(t);\n if (s && n)\n try {\n var a = Array.isArray(e), r = Array.isArray(t);\n if (a && r)\n return e.length === t.length && e.every(function(l, m) {\n return Ge(l, t[m]);\n });\n if (e instanceof Date && t instanceof Date)\n return e.getTime() === t.getTime();\n if (!a && !r) {\n var i = Object.keys(e), o = Object.keys(t);\n return i.length === o.length && i.every(function(l) {\n return Ge(e[l], t[l]);\n });\n } else\n return !1;\n } catch {\n return !1;\n }\n else\n return !s && !n ? String(e) === String(t) : !1;\n}\nfunction Br(e, t) {\n for (var s = 0; s < e.length; s++)\n if (Ge(e[s], t))\n return s;\n return -1;\n}\nfunction ts(e) {\n var t = !1;\n return function() {\n t || (t = !0, e.apply(this, arguments));\n };\n}\nfunction Cl(e, t) {\n return e === t ? e === 0 && 1 / e !== 1 / t : e === e || t === t;\n}\nvar aa = \"data-server-rendered\", ys = [\"component\", \"directive\", \"filter\"], Dr = [\n \"beforeCreate\",\n \"created\",\n \"beforeMount\",\n \"mounted\",\n \"beforeUpdate\",\n \"updated\",\n \"beforeDestroy\",\n \"destroyed\",\n \"activated\",\n \"deactivated\",\n \"errorCaptured\",\n \"serverPrefetch\",\n \"renderTracked\",\n \"renderTriggered\"\n], U = {\n /**\n * Option merge strategies (used in core/util/options)\n */\n // $flow-disable-line\n optionMergeStrategies: /* @__PURE__ */ Object.create(null),\n /**\n * Whether to suppress warnings.\n */\n silent: !1,\n /**\n * Show production mode tip message on boot?\n */\n productionTip: process.env.NODE_ENV !== \"production\",\n /**\n * Whether to enable devtools\n */\n devtools: process.env.NODE_ENV !== \"production\",\n /**\n * Whether to record perf\n */\n performance: !1,\n /**\n * Error handler for watcher errors\n */\n errorHandler: null,\n /**\n * Warn handler for watcher warns\n */\n warnHandler: null,\n /**\n * Ignore certain custom elements\n */\n ignoredElements: [],\n /**\n * Custom user key aliases for v-on\n */\n // $flow-disable-line\n keyCodes: /* @__PURE__ */ Object.create(null),\n /**\n * Check if a tag is reserved so that it cannot be registered as a\n * component. This is platform-dependent and may be overwritten.\n */\n isReservedTag: Dt,\n /**\n * Check if an attribute is reserved so that it cannot be used as a component\n * prop. This is platform-dependent and may be overwritten.\n */\n isReservedAttr: Dt,\n /**\n * Check if a tag is an unknown element.\n * Platform-dependent.\n */\n isUnknownElement: Dt,\n /**\n * Get the namespace of an element\n */\n getTagNamespace: z,\n /**\n * Parse the real tag name for the specific platform.\n */\n parsePlatformTagName: Or,\n /**\n * Check if an attribute must be bound using property, e.g. value\n * Platform-dependent.\n */\n mustUseProp: Dt,\n /**\n * Perform updates asynchronously. Intended to be used by Vue Test Utils\n * This will significantly reduce performance if set to false.\n */\n async: !0,\n /**\n * Exposed for legacy reasons\n */\n _lifecycleHooks: Dr\n}, jr = /a-zA-Z\\u00B7\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u203F-\\u2040\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD/;\nfunction Tn(e) {\n var t = (e + \"\").charCodeAt(0);\n return t === 36 || t === 95;\n}\nfunction Pe(e, t, s, n) {\n Object.defineProperty(e, t, {\n value: s,\n enumerable: !!n,\n writable: !0,\n configurable: !0\n });\n}\nvar Ll = new RegExp(\"[^\".concat(jr.source, \".$_\\\\d]\"));\nfunction bl(e) {\n if (!Ll.test(e)) {\n var t = e.split(\".\");\n return function(s) {\n for (var n = 0; n < t.length; n++) {\n if (!s)\n return;\n s = s[t[n]];\n }\n return s;\n };\n }\n}\nvar Sl = \"__proto__\" in {}, J = typeof window < \"u\", ne = J && window.navigator.userAgent.toLowerCase(), ot = ne && /msie|trident/.test(ne), lt = ne && ne.indexOf(\"msie 9.0\") > 0, $r = ne && ne.indexOf(\"edge/\") > 0;\nne && ne.indexOf(\"android\") > 0;\nvar kl = ne && /iphone|ipad|ipod|ios/.test(ne), ra = ne && ne.match(/firefox\\/(\\d+)/), Ws = {}.watch, Rr = !1;\nif (J)\n try {\n var ia = {};\n Object.defineProperty(ia, \"passive\", {\n get: function() {\n Rr = !0;\n }\n }), window.addEventListener(\"test-passive\", null, ia);\n } catch {\n }\nvar jt, Pt = function() {\n return jt === void 0 && (!J && typeof global < \"u\" ? jt = global.process && global.process.env.VUE_ENV === \"server\" : jt = !1), jt;\n}, ss = J && window.__VUE_DEVTOOLS_GLOBAL_HOOK__;\nfunction Me(e) {\n return typeof e == \"function\" && /native code/.test(e.toString());\n}\nvar Nt = typeof Symbol < \"u\" && Me(Symbol) && typeof Reflect < \"u\" && Me(Reflect.ownKeys), yt;\ntypeof Set < \"u\" && Me(Set) ? yt = Set : yt = /** @class */\nfunction() {\n function e() {\n this.set = /* @__PURE__ */ Object.create(null);\n }\n return e.prototype.has = function(t) {\n return this.set[t] === !0;\n }, e.prototype.add = function(t) {\n this.set[t] = !0;\n }, e.prototype.clear = function() {\n this.set = /* @__PURE__ */ Object.create(null);\n }, e;\n}();\nvar nt = null;\nfunction Ne(e) {\n e === void 0 && (e = null), e || nt && nt._scope.off(), nt = e, e && e._scope.on();\n}\nvar K = (\n /** @class */\n function() {\n function e(t, s, n, a, r, i, o, l) {\n this.tag = t, this.data = s, this.children = n, this.text = a, this.elm = r, this.ns = void 0, this.context = i, this.fnContext = void 0, this.fnOptions = void 0, this.fnScopeId = void 0, this.key = s && s.key, this.componentOptions = o, this.componentInstance = void 0, this.parent = void 0, this.raw = !1, this.isStatic = !1, this.isRootInsert = !0, this.isComment = !1, this.isCloned = !1, this.isOnce = !1, this.asyncFactory = l, this.asyncMeta = void 0, this.isAsyncPlaceholder = !1;\n }\n return Object.defineProperty(e.prototype, \"child\", {\n // DEPRECATED: alias for componentInstance for backwards compat.\n /* istanbul ignore next */\n get: function() {\n return this.componentInstance;\n },\n enumerable: !1,\n configurable: !0\n }), e;\n }()\n), He = function(e) {\n e === void 0 && (e = \"\");\n var t = new K();\n return t.text = e, t.isComment = !0, t;\n};\nfunction et(e) {\n return new K(void 0, void 0, void 0, String(e));\n}\nfunction Gs(e) {\n var t = new K(\n e.tag,\n e.data,\n // #7975\n // clone children array to avoid mutating original in case of cloning\n // a child.\n e.children && e.children.slice(),\n e.text,\n e.elm,\n e.context,\n e.componentOptions,\n e.asyncFactory\n );\n return t.ns = e.ns, t.isStatic = e.isStatic, t.key = e.key, t.isComment = e.isComment, t.fnContext = e.fnContext, t.fnOptions = e.fnOptions, t.fnScopeId = e.fnScopeId, t.asyncMeta = e.asyncMeta, t.isCloned = !0, t;\n}\nvar ns = function() {\n return ns = Object.assign || function(t) {\n for (var s, n = 1, a = arguments.length; n < a; n++) {\n s = arguments[n];\n for (var r in s)\n Object.prototype.hasOwnProperty.call(s, r) && (t[r] = s[r]);\n }\n return t;\n }, ns.apply(this, arguments);\n}, Al = 0, Kt = [], Fl = function() {\n for (var e = 0; e < Kt.length; e++) {\n var t = Kt[e];\n t.subs = t.subs.filter(function(s) {\n return s;\n }), t._pending = !1;\n }\n Kt.length = 0;\n}, ie = (\n /** @class */\n function() {\n function e() {\n this._pending = !1, this.id = Al++, this.subs = [];\n }\n return e.prototype.addSub = function(t) {\n this.subs.push(t);\n }, e.prototype.removeSub = function(t) {\n this.subs[this.subs.indexOf(t)] = null, this._pending || (this._pending = !0, Kt.push(this));\n }, e.prototype.depend = function(t) {\n e.target && (e.target.addDep(this), process.env.NODE_ENV !== \"production\" && t && e.target.onTrack && e.target.onTrack(ns({ effect: e.target }, t)));\n }, e.prototype.notify = function(t) {\n var s = this.subs.filter(function(i) {\n return i;\n });\n process.env.NODE_ENV !== \"production\" && !U.async && s.sort(function(i, o) {\n return i.id - o.id;\n });\n for (var n = 0, a = s.length; n < a; n++) {\n var r = s[n];\n process.env.NODE_ENV !== \"production\" && t && r.onTrigger && r.onTrigger(ns({ effect: s[n] }, t)), r.update();\n }\n }, e;\n }()\n);\nie.target = null;\nvar Jt = [];\nfunction ut(e) {\n Jt.push(e), ie.target = e;\n}\nfunction mt() {\n Jt.pop(), ie.target = Jt[Jt.length - 1];\n}\nvar Ir = Array.prototype, as = Object.create(Ir), El = [\n \"push\",\n \"pop\",\n \"shift\",\n \"unshift\",\n \"splice\",\n \"sort\",\n \"reverse\"\n];\nEl.forEach(function(e) {\n var t = Ir[e];\n Pe(as, e, function() {\n for (var n = [], a = 0; a < arguments.length; a++)\n n[a] = arguments[a];\n var r = t.apply(this, n), i = this.__ob__, o;\n switch (e) {\n case \"push\":\n case \"unshift\":\n o = n;\n break;\n case \"splice\":\n o = n.slice(2);\n break;\n }\n return o && i.observeArray(o), process.env.NODE_ENV !== \"production\" ? i.dep.notify({\n type: \"array mutation\",\n target: this,\n key: e\n }) : i.dep.notify(), r;\n });\n});\nvar oa = Object.getOwnPropertyNames(as), zr = {}, vn = !0;\nfunction Ue(e) {\n vn = e;\n}\nvar Pl = {\n notify: z,\n depend: z,\n addSub: z,\n removeSub: z\n}, la = (\n /** @class */\n function() {\n function e(t, s, n) {\n if (s === void 0 && (s = !1), n === void 0 && (n = !1), this.value = t, this.shallow = s, this.mock = n, this.dep = n ? Pl : new ie(), this.vmCount = 0, Pe(t, \"__ob__\", this), b(t)) {\n if (!n)\n if (Sl)\n t.__proto__ = as;\n else\n for (var a = 0, r = oa.length; a < r; a++) {\n var i = oa[a];\n Pe(t, i, as[i]);\n }\n s || this.observeArray(t);\n } else\n for (var o = Object.keys(t), a = 0; a < o.length; a++) {\n var i = o[a];\n oe(t, i, zr, void 0, s, n);\n }\n }\n return e.prototype.observeArray = function(t) {\n for (var s = 0, n = t.length; s < n; s++)\n ye(t[s], !1, this.mock);\n }, e;\n }()\n);\nfunction ye(e, t, s) {\n if (e && V(e, \"__ob__\") && e.__ob__ instanceof la)\n return e.__ob__;\n if (vn && (s || !Pt()) && (b(e) || G(e)) && Object.isExtensible(e) && !e.__v_skip && !de(e) && !(e instanceof K))\n return new la(e, t, s);\n}\nfunction oe(e, t, s, n, a, r) {\n var i = new ie(), o = Object.getOwnPropertyDescriptor(e, t);\n if (!(o && o.configurable === !1)) {\n var l = o && o.get, m = o && o.set;\n (!l || m) && (s === zr || arguments.length === 2) && (s = e[t]);\n var u = !a && ye(s, !1, r);\n return Object.defineProperty(e, t, {\n enumerable: !0,\n configurable: !0,\n get: function() {\n var v = l ? l.call(e) : s;\n return ie.target && (process.env.NODE_ENV !== \"production\" ? i.depend({\n target: e,\n type: \"get\",\n key: t\n }) : i.depend(), u && (u.dep.depend(), b(v) && Hr(v))), de(v) && !a ? v.value : v;\n },\n set: function(v) {\n var y = l ? l.call(e) : s;\n if (Cl(y, v)) {\n if (process.env.NODE_ENV !== \"production\" && n && n(), m)\n m.call(e, v);\n else {\n if (l)\n return;\n if (!a && de(y) && !de(v)) {\n y.value = v;\n return;\n } else\n s = v;\n }\n u = !a && ye(v, !1, r), process.env.NODE_ENV !== \"production\" ? i.notify({\n type: \"set\",\n target: e,\n key: t,\n newValue: v,\n oldValue: y\n }) : i.notify();\n }\n }\n }), i;\n }\n}\nfunction wn(e, t, s) {\n if (process.env.NODE_ENV !== \"production\" && (L(e) || _e(e)) && w(\"Cannot set reactive property on undefined, null, or primitive value: \".concat(e)), xn(e)) {\n process.env.NODE_ENV !== \"production\" && w('Set operation on key \"'.concat(t, '\" failed: target is readonly.'));\n return;\n }\n var n = e.__ob__;\n return b(e) && Fr(t) ? (e.length = Math.max(e.length, t), e.splice(t, 1, s), n && !n.shallow && n.mock && ye(s, !1, !0), s) : t in e && !(t in Object.prototype) ? (e[t] = s, s) : e._isVue || n && n.vmCount ? (process.env.NODE_ENV !== \"production\" && w(\"Avoid adding reactive properties to a Vue instance or its root $data at runtime - declare it upfront in the data option.\"), s) : n ? (oe(n.value, t, s, void 0, n.shallow, n.mock), process.env.NODE_ENV !== \"production\" ? n.dep.notify({\n type: \"add\",\n target: e,\n key: t,\n newValue: s,\n oldValue: void 0\n }) : n.dep.notify(), s) : (e[t] = s, s);\n}\nfunction Mr(e, t) {\n if (process.env.NODE_ENV !== \"production\" && (L(e) || _e(e)) && w(\"Cannot delete reactive property on undefined, null, or primitive value: \".concat(e)), b(e) && Fr(t)) {\n e.splice(t, 1);\n return;\n }\n var s = e.__ob__;\n if (e._isVue || s && s.vmCount) {\n process.env.NODE_ENV !== \"production\" && w(\"Avoid deleting properties on a Vue instance or its root $data - just set it to null.\");\n return;\n }\n if (xn(e)) {\n process.env.NODE_ENV !== \"production\" && w('Delete operation on key \"'.concat(t, '\" failed: target is readonly.'));\n return;\n }\n V(e, t) && (delete e[t], s && (process.env.NODE_ENV !== \"production\" ? s.dep.notify({\n type: \"delete\",\n target: e,\n key: t\n }) : s.dep.notify()));\n}\nfunction Hr(e) {\n for (var t = void 0, s = 0, n = e.length; s < n; s++)\n t = e[s], t && t.__ob__ && t.__ob__.dep.depend(), b(t) && Hr(t);\n}\nfunction Vr(e) {\n return Nl(e, !0), Pe(e, \"__v_isShallow\", !0), e;\n}\nfunction Nl(e, t) {\n if (!xn(e)) {\n if (process.env.NODE_ENV !== \"production\") {\n b(e) && w(\"Avoid using Array as root value for \".concat(t ? \"shallowReactive()\" : \"reactive()\", \" as it cannot be tracked in watch() or watchEffect(). Use \").concat(t ? \"shallowRef()\" : \"ref()\", \" instead. This is a Vue-2-only limitation.\"));\n var s = e && e.__ob__;\n s && s.shallow !== t && w(\"Target is already a \".concat(s.shallow ? \"\" : \"non-\", \"shallow reactive object, and cannot be converted to \").concat(t ? \"\" : \"non-\", \"shallow.\"));\n }\n var n = ye(\n e,\n t,\n Pt()\n /* ssr mock reactivity */\n );\n process.env.NODE_ENV !== \"production\" && !n && ((e == null || _e(e)) && w(\"value cannot be made reactive: \".concat(String(e))), Ul(e) && w(\"Vue 2 does not support reactive collection types such as Map or Set.\"));\n }\n}\nfunction xn(e) {\n return !!(e && e.__v_isReadonly);\n}\nfunction Ul(e) {\n var t = Et(e);\n return t === \"Map\" || t === \"WeakMap\" || t === \"Set\" || t === \"WeakSet\";\n}\nfunction de(e) {\n return !!(e && e.__v_isRef === !0);\n}\nfunction Ks(e, t, s) {\n Object.defineProperty(e, s, {\n enumerable: !0,\n configurable: !0,\n get: function() {\n var n = t[s];\n if (de(n))\n return n.value;\n var a = n && n.__ob__;\n return a && a.dep.depend(), n;\n },\n set: function(n) {\n var a = t[s];\n de(a) && !de(n) ? a.value = n : t[s] = n;\n }\n });\n}\nvar Y, Ol = (\n /** @class */\n function() {\n function e(t) {\n t === void 0 && (t = !1), this.detached = t, this.active = !0, this.effects = [], this.cleanups = [], this.parent = Y, !t && Y && (this.index = (Y.scopes || (Y.scopes = [])).push(this) - 1);\n }\n return e.prototype.run = function(t) {\n if (this.active) {\n var s = Y;\n try {\n return Y = this, t();\n } finally {\n Y = s;\n }\n } else\n process.env.NODE_ENV !== \"production\" && w(\"cannot run an inactive effect scope.\");\n }, e.prototype.on = function() {\n Y = this;\n }, e.prototype.off = function() {\n Y = this.parent;\n }, e.prototype.stop = function(t) {\n if (this.active) {\n var s = void 0, n = void 0;\n for (s = 0, n = this.effects.length; s < n; s++)\n this.effects[s].teardown();\n for (s = 0, n = this.cleanups.length; s < n; s++)\n this.cleanups[s]();\n if (this.scopes)\n for (s = 0, n = this.scopes.length; s < n; s++)\n this.scopes[s].stop(!0);\n if (!this.detached && this.parent && !t) {\n var a = this.parent.scopes.pop();\n a && a !== this && (this.parent.scopes[this.index] = a, a.index = this.index);\n }\n this.parent = void 0, this.active = !1;\n }\n }, e;\n }()\n);\nfunction Bl(e, t) {\n t === void 0 && (t = Y), t && t.active && t.effects.push(e);\n}\nfunction Dl(e) {\n var t = e._provided, s = e.$parent && e.$parent._provided;\n return s === t ? e._provided = Object.create(s) : t;\n}\nvar ua = Je(function(e) {\n var t = e.charAt(0) === \"&\";\n e = t ? e.slice(1) : e;\n var s = e.charAt(0) === \"~\";\n e = s ? e.slice(1) : e;\n var n = e.charAt(0) === \"!\";\n return e = n ? e.slice(1) : e, {\n name: e,\n once: s,\n capture: n,\n passive: t\n };\n});\nfunction Js(e, t) {\n function s() {\n var n = s.fns;\n if (b(n))\n for (var a = n.slice(), r = 0; r < a.length; r++)\n Be(a[r], null, arguments, t, \"v-on handler\");\n else\n return Be(n, null, arguments, t, \"v-on handler\");\n }\n return s.fns = e, s;\n}\nfunction qr(e, t, s, n, a, r) {\n var i, o, l, m;\n for (i in e)\n o = e[i], l = t[i], m = ua(i), L(o) ? process.env.NODE_ENV !== \"production\" && w('Invalid handler for event \"'.concat(m.name, '\": got ') + String(o), r) : L(l) ? (L(o.fns) && (o = e[i] = Js(o, r)), R(m.once) && (o = e[i] = a(m.name, o, m.capture)), s(m.name, o, m.capture, m.passive, m.params)) : o !== l && (l.fns = o, e[i] = l);\n for (i in t)\n L(e[i]) && (m = ua(i), n(m.name, t[i], m.capture));\n}\nfunction Fe(e, t, s) {\n e instanceof K && (e = e.data.hook || (e.data.hook = {}));\n var n, a = e[t];\n function r() {\n s.apply(this, arguments), De(n.fns, r);\n }\n L(a) ? n = Js([r]) : f(a.fns) && R(a.merged) ? (n = a, n.fns.push(r)) : n = Js([a, r]), n.merged = !0, e[t] = n;\n}\nfunction jl(e, t, s) {\n var n = t.options.props;\n if (!L(n)) {\n var a = {}, r = e.attrs, i = e.props;\n if (f(r) || f(i))\n for (var o in n) {\n var l = Ye(o);\n if (process.env.NODE_ENV !== \"production\") {\n var m = o.toLowerCase();\n o !== m && r && V(r, m) && En('Prop \"'.concat(m, '\" is passed to component ') + \"\".concat(ze(\n // @ts-expect-error tag is string\n s || t\n ), \", but the declared prop name is\") + ' \"'.concat(o, '\". ') + \"Note that HTML attributes are case-insensitive and camelCased props need to use their kebab-case equivalents when using in-DOM \" + 'templates. You should probably use \"'.concat(l, '\" instead of \"').concat(o, '\".'));\n }\n ma(a, i, o, l, !0) || ma(a, r, o, l, !1);\n }\n return a;\n }\n}\nfunction ma(e, t, s, n, a) {\n if (f(t)) {\n if (V(t, s))\n return e[s] = t[s], a || delete t[s], !0;\n if (V(t, n))\n return e[s] = t[n], a || delete t[n], !0;\n }\n return !1;\n}\nfunction $l(e) {\n for (var t = 0; t < e.length; t++)\n if (b(e[t]))\n return Array.prototype.concat.apply([], e);\n return e;\n}\nfunction yn(e) {\n return _e(e) ? [et(e)] : b(e) ? Wr(e) : void 0;\n}\nfunction ft(e) {\n return f(e) && f(e.text) && pl(e.isComment);\n}\nfunction Wr(e, t) {\n var s = [], n, a, r, i;\n for (n = 0; n < e.length; n++)\n a = e[n], !(L(a) || typeof a == \"boolean\") && (r = s.length - 1, i = s[r], b(a) ? a.length > 0 && (a = Wr(a, \"\".concat(t || \"\", \"_\").concat(n)), ft(a[0]) && ft(i) && (s[r] = et(i.text + a[0].text), a.shift()), s.push.apply(s, a)) : _e(a) ? ft(i) ? s[r] = et(i.text + a) : a !== \"\" && s.push(et(a)) : ft(a) && ft(i) ? s[r] = et(i.text + a.text) : (R(e._isVList) && f(a.tag) && L(a.key) && f(t) && (a.key = \"__vlist\".concat(t, \"_\").concat(n, \"__\")), s.push(a)));\n return s;\n}\nfunction Rl(e, t) {\n var s = null, n, a, r, i;\n if (b(e) || typeof e == \"string\")\n for (s = new Array(e.length), n = 0, a = e.length; n < a; n++)\n s[n] = t(e[n], n);\n else if (typeof e == \"number\")\n for (s = new Array(e), n = 0; n < e; n++)\n s[n] = t(n + 1, n);\n else if (q(e))\n if (Nt && e[Symbol.iterator]) {\n s = [];\n for (var o = e[Symbol.iterator](), l = o.next(); !l.done; )\n s.push(t(l.value, s.length)), l = o.next();\n } else\n for (r = Object.keys(e), s = new Array(r.length), n = 0, a = r.length; n < a; n++)\n i = r[n], s[n] = t(e[i], i, n);\n return f(s) || (s = []), s._isVList = !0, s;\n}\nfunction Il(e, t, s, n) {\n var a = this.$scopedSlots[e], r;\n a ? (s = s || {}, n && (process.env.NODE_ENV !== \"production\" && !q(n) && w(\"slot v-bind without argument expects an Object\", this), s = D(D({}, n), s)), r = a(s) || ($(t) ? t() : t)) : r = this.$slots[e] || ($(t) ? t() : t);\n var i = s && s.slot;\n return i ? this.$createElement(\"template\", { slot: i }, r) : r;\n}\nfunction zl(e) {\n return us(this.$options, \"filters\", e, !0) || Or;\n}\nfunction ca(e, t) {\n return b(e) ? e.indexOf(t) === -1 : e !== t;\n}\nfunction Ml(e, t, s, n, a) {\n var r = U.keyCodes[t] || s;\n return a && n && !U.keyCodes[t] ? ca(a, n) : r ? ca(r, e) : n ? Ye(n) !== t : e === void 0;\n}\nfunction Hl(e, t, s, n, a) {\n if (s)\n if (!q(s))\n process.env.NODE_ENV !== \"production\" && w(\"v-bind without argument expects an Object or Array value\", this);\n else {\n b(s) && (s = Ur(s));\n var r = void 0, i = function(l) {\n if (l === \"class\" || l === \"style\" || Er(l))\n r = e;\n else {\n var m = e.attrs && e.attrs.type;\n r = n || U.mustUseProp(t, m, l) ? e.domProps || (e.domProps = {}) : e.attrs || (e.attrs = {});\n }\n var u = We(l), g = Ye(l);\n if (!(u in r) && !(g in r) && (r[l] = s[l], a)) {\n var v = e.on || (e.on = {});\n v[\"update:\".concat(l)] = function(y) {\n s[l] = y;\n };\n }\n };\n for (var o in s)\n i(o);\n }\n return e;\n}\nfunction Vl(e, t) {\n var s = this._staticTrees || (this._staticTrees = []), n = s[e];\n return n && !t || (n = s[e] = this.$options.staticRenderFns[e].call(\n this._renderProxy,\n this._c,\n this\n // for render fns generated for functional component templates\n ), Gr(n, \"__static__\".concat(e), !1)), n;\n}\nfunction ql(e, t, s) {\n return Gr(e, \"__once__\".concat(t).concat(s ? \"_\".concat(s) : \"\"), !0), e;\n}\nfunction Gr(e, t, s) {\n if (b(e))\n for (var n = 0; n < e.length; n++)\n e[n] && typeof e[n] != \"string\" && da(e[n], \"\".concat(t, \"_\").concat(n), s);\n else\n da(e, t, s);\n}\nfunction da(e, t, s) {\n e.isStatic = !0, e.key = t, e.isOnce = s;\n}\nfunction Wl(e, t) {\n if (t)\n if (!G(t))\n process.env.NODE_ENV !== \"production\" && w(\"v-on without argument expects an Object value\", this);\n else {\n var s = e.on = e.on ? D({}, e.on) : {};\n for (var n in t) {\n var a = s[n], r = t[n];\n s[n] = a ? [].concat(a, r) : r;\n }\n }\n return e;\n}\nfunction Kr(e, t, s, n) {\n t = t || { $stable: !s };\n for (var a = 0; a < e.length; a++) {\n var r = e[a];\n b(r) ? Kr(r, t, s) : r && (r.proxy && (r.fn.proxy = !0), t[r.key] = r.fn);\n }\n return n && (t.$key = n), t;\n}\nfunction Gl(e, t) {\n for (var s = 0; s < t.length; s += 2) {\n var n = t[s];\n typeof n == \"string\" && n ? e[t[s]] = t[s + 1] : process.env.NODE_ENV !== \"production\" && n !== \"\" && n !== null && w(\"Invalid value for dynamic directive argument (expected string or null): \".concat(n), this);\n }\n return e;\n}\nfunction Kl(e, t) {\n return typeof e == \"string\" ? t + e : e;\n}\nfunction Jr(e) {\n e._o = ql, e._n = xt, e._s = hl, e._l = Rl, e._t = Il, e._q = Ge, e._i = Br, e._m = Vl, e._f = zl, e._k = Ml, e._b = Hl, e._v = et, e._e = He, e._u = Kr, e._g = Wl, e._d = Gl, e._p = Kl;\n}\nfunction _n(e, t) {\n if (!e || !e.length)\n return {};\n for (var s = {}, n = 0, a = e.length; n < a; n++) {\n var r = e[n], i = r.data;\n if (i && i.attrs && i.attrs.slot && delete i.attrs.slot, (r.context === t || r.fnContext === t) && i && i.slot != null) {\n var o = i.slot, l = s[o] || (s[o] = []);\n r.tag === \"template\" ? l.push.apply(l, r.children || []) : l.push(r);\n } else\n (s.default || (s.default = [])).push(r);\n }\n for (var m in s)\n s[m].every(Jl) && delete s[m];\n return s;\n}\nfunction Jl(e) {\n return e.isComment && !e.asyncFactory || e.text === \" \";\n}\nfunction _t(e) {\n return e.isComment && e.asyncFactory;\n}\nfunction vt(e, t, s, n) {\n var a, r = Object.keys(s).length > 0, i = t ? !!t.$stable : !r, o = t && t.$key;\n if (!t)\n a = {};\n else {\n if (t._normalized)\n return t._normalized;\n if (i && n && n !== W && o === n.$key && !r && !n.$hasNormal)\n return n;\n a = {};\n for (var l in t)\n t[l] && l[0] !== \"$\" && (a[l] = Yl(e, s, l, t[l]));\n }\n for (var m in s)\n m in a || (a[m] = Zl(s, m));\n return t && Object.isExtensible(t) && (t._normalized = a), Pe(a, \"$stable\", i), Pe(a, \"$key\", o), Pe(a, \"$hasNormal\", r), a;\n}\nfunction Yl(e, t, s, n) {\n var a = function() {\n var r = nt;\n Ne(e);\n var i = arguments.length ? n.apply(null, arguments) : n({});\n i = i && typeof i == \"object\" && !b(i) ? [i] : yn(i);\n var o = i && i[0];\n return Ne(r), i && (!o || i.length === 1 && o.isComment && !_t(o)) ? void 0 : i;\n };\n return n.proxy && Object.defineProperty(t, s, {\n get: a,\n enumerable: !0,\n configurable: !0\n }), a;\n}\nfunction Zl(e, t) {\n return function() {\n return e[t];\n };\n}\nfunction Xl(e) {\n var t = e.$options, s = t.setup;\n if (s) {\n var n = e._setupContext = Ql(e);\n Ne(e), ut();\n var a = Be(s, null, [e._props || Vr({}), n], e, \"setup\");\n if (mt(), Ne(), $(a))\n t.render = a;\n else if (q(a))\n if (process.env.NODE_ENV !== \"production\" && a instanceof K && w(\"setup() should not return VNodes directly - return a render function instead.\"), e._setupState = a, a.__sfc) {\n var i = e._setupProxy = {};\n for (var r in a)\n r !== \"__sfc\" && Ks(i, a, r);\n } else\n for (var r in a)\n Tn(r) ? process.env.NODE_ENV !== \"production\" && w(\"Avoid using variables that start with _ or $ in setup().\") : Ks(e, a, r);\n else\n process.env.NODE_ENV !== \"production\" && a !== void 0 && w(\"setup() should return an object. Received: \".concat(a === null ? \"null\" : typeof a));\n }\n}\nfunction Ql(e) {\n var t = !1;\n return {\n get attrs() {\n if (!e._attrsProxy) {\n var s = e._attrsProxy = {};\n Pe(s, \"_v_attr_proxy\", !0), rs(s, e.$attrs, W, e, \"$attrs\");\n }\n return e._attrsProxy;\n },\n get listeners() {\n if (!e._listenersProxy) {\n var s = e._listenersProxy = {};\n rs(s, e.$listeners, W, e, \"$listeners\");\n }\n return e._listenersProxy;\n },\n get slots() {\n return tu(e);\n },\n emit: Nr(e.$emit, e),\n expose: function(s) {\n process.env.NODE_ENV !== \"production\" && (t && w(\"expose() should be called only once per setup().\", e), t = !0), s && Object.keys(s).forEach(function(n) {\n return Ks(e, s, n);\n });\n }\n };\n}\nfunction rs(e, t, s, n, a) {\n var r = !1;\n for (var i in t)\n i in e ? t[i] !== s[i] && (r = !0) : (r = !0, eu(e, i, n, a));\n for (var i in e)\n i in t || (r = !0, delete e[i]);\n return r;\n}\nfunction eu(e, t, s, n) {\n Object.defineProperty(e, t, {\n enumerable: !0,\n configurable: !0,\n get: function() {\n return s[n][t];\n }\n });\n}\nfunction tu(e) {\n return e._slotsProxy || Yr(e._slotsProxy = {}, e.$scopedSlots), e._slotsProxy;\n}\nfunction Yr(e, t) {\n for (var s in t)\n e[s] = t[s];\n for (var s in e)\n s in t || delete e[s];\n}\nfunction su(e) {\n e._vnode = null, e._staticTrees = null;\n var t = e.$options, s = e.$vnode = t._parentVnode, n = s && s.context;\n e.$slots = _n(t._renderChildren, n), e.$scopedSlots = s ? vt(e.$parent, s.data.scopedSlots, e.$slots) : W, e._c = function(r, i, o, l) {\n return is(e, r, i, o, l, !1);\n }, e.$createElement = function(r, i, o, l) {\n return is(e, r, i, o, l, !0);\n };\n var a = s && s.data;\n process.env.NODE_ENV !== \"production\" ? (oe(e, \"$attrs\", a && a.attrs || W, function() {\n !Lt && w(\"$attrs is readonly.\", e);\n }, !0), oe(e, \"$listeners\", t._parentListeners || W, function() {\n !Lt && w(\"$listeners is readonly.\", e);\n }, !0)) : (oe(e, \"$attrs\", a && a.attrs || W, null, !0), oe(e, \"$listeners\", t._parentListeners || W, null, !0));\n}\nvar Ys = null;\nfunction nu(e) {\n Jr(e.prototype), e.prototype.$nextTick = function(t) {\n return Cn(t, this);\n }, e.prototype._render = function() {\n var t = this, s = t.$options, n = s.render, a = s._parentVnode;\n a && t._isMounted && (t.$scopedSlots = vt(t.$parent, a.data.scopedSlots, t.$slots, t.$scopedSlots), t._slotsProxy && Yr(t._slotsProxy, t.$scopedSlots)), t.$vnode = a;\n var r;\n try {\n Ne(t), Ys = t, r = n.call(t._renderProxy, t.$createElement);\n } catch (i) {\n if (Oe(i, t, \"render\"), process.env.NODE_ENV !== \"production\" && t.$options.renderError)\n try {\n r = t.$options.renderError.call(t._renderProxy, t.$createElement, i);\n } catch (o) {\n Oe(o, t, \"renderError\"), r = t._vnode;\n }\n else\n r = t._vnode;\n } finally {\n Ys = null, Ne();\n }\n return b(r) && r.length === 1 && (r = r[0]), r instanceof K || (process.env.NODE_ENV !== \"production\" && b(r) && w(\"Multiple root nodes returned from render function. Render function should return a single root node.\", t), r = He()), r.parent = a, r;\n };\n}\nfunction Fs(e, t) {\n return (e.__esModule || Nt && e[Symbol.toStringTag] === \"Module\") && (e = e.default), q(e) ? t.extend(e) : e;\n}\nfunction au(e, t, s, n, a) {\n var r = He();\n return r.asyncFactory = e, r.asyncMeta = { data: t, context: s, children: n, tag: a }, r;\n}\nfunction ru(e, t) {\n if (R(e.error) && f(e.errorComp))\n return e.errorComp;\n if (f(e.resolved))\n return e.resolved;\n var s = Ys;\n if (s && f(e.owners) && e.owners.indexOf(s) === -1 && e.owners.push(s), R(e.loading) && f(e.loadingComp))\n return e.loadingComp;\n if (s && !f(e.owners)) {\n var n = e.owners = [s], a = !0, r = null, i = null;\n s.$on(\"hook:destroyed\", function() {\n return De(n, s);\n });\n var o = function(g) {\n for (var v = 0, y = n.length; v < y; v++)\n n[v].$forceUpdate();\n g && (n.length = 0, r !== null && (clearTimeout(r), r = null), i !== null && (clearTimeout(i), i = null));\n }, l = ts(function(g) {\n e.resolved = Fs(g, t), a ? n.length = 0 : o(!0);\n }), m = ts(function(g) {\n process.env.NODE_ENV !== \"production\" && w(\"Failed to resolve async component: \".concat(String(e)) + (g ? `\nReason: `.concat(g) : \"\")), f(e.errorComp) && (e.error = !0, o(!0));\n }), u = e(l, m);\n return q(u) && (Vs(u) ? L(e.resolved) && u.then(l, m) : Vs(u.component) && (u.component.then(l, m), f(u.error) && (e.errorComp = Fs(u.error, t)), f(u.loading) && (e.loadingComp = Fs(u.loading, t), u.delay === 0 ? e.loading = !0 : r = setTimeout(function() {\n r = null, L(e.resolved) && L(e.error) && (e.loading = !0, o(!1));\n }, u.delay || 200)), f(u.timeout) && (i = setTimeout(function() {\n i = null, L(e.resolved) && m(process.env.NODE_ENV !== \"production\" ? \"timeout (\".concat(u.timeout, \"ms)\") : null);\n }, u.timeout)))), a = !1, e.loading ? e.loadingComp : e.resolved;\n }\n}\nfunction Zr(e) {\n if (b(e))\n for (var t = 0; t < e.length; t++) {\n var s = e[t];\n if (f(s) && (f(s.componentOptions) || _t(s)))\n return s;\n }\n}\nvar iu = 1, Xr = 2;\nfunction is(e, t, s, n, a, r) {\n return (b(s) || _e(s)) && (a = n, n = s, s = void 0), R(r) && (a = Xr), ou(e, t, s, n, a);\n}\nfunction ou(e, t, s, n, a) {\n if (f(s) && f(s.__ob__))\n return process.env.NODE_ENV !== \"production\" && w(\"Avoid using observed data object as vnode data: \".concat(JSON.stringify(s), `\n`) + \"Always create fresh vnode data objects in each render!\", e), He();\n if (f(s) && f(s.is) && (t = s.is), !t)\n return He();\n process.env.NODE_ENV !== \"production\" && f(s) && f(s.key) && !_e(s.key) && w(\"Avoid using non-primitive value as key, use string/number value instead.\", e), b(n) && $(n[0]) && (s = s || {}, s.scopedSlots = { default: n[0] }, n.length = 0), a === Xr ? n = yn(n) : a === iu && (n = $l(n));\n var r, i;\n if (typeof t == \"string\") {\n var o = void 0;\n i = e.$vnode && e.$vnode.ns || U.getTagNamespace(t), U.isReservedTag(t) ? (process.env.NODE_ENV !== \"production\" && f(s) && f(s.nativeOn) && s.tag !== \"component\" && w(\"The .native modifier for v-on is only valid on components but it was used on <\".concat(t, \">.\"), e), r = new K(U.parsePlatformTagName(t), s, n, void 0, void 0, e)) : (!s || !s.pre) && f(o = us(e.$options, \"components\", t)) ? r = ya(o, s, e, n, t) : r = new K(t, s, n, void 0, void 0, e);\n } else\n r = ya(t, s, e, n);\n return b(r) ? r : f(r) ? (f(i) && Qr(r, i), f(s) && lu(s), r) : He();\n}\nfunction Qr(e, t, s) {\n if (e.ns = t, e.tag === \"foreignObject\" && (t = void 0, s = !0), f(e.children))\n for (var n = 0, a = e.children.length; n < a; n++) {\n var r = e.children[n];\n f(r.tag) && (L(r.ns) || R(s) && r.tag !== \"svg\") && Qr(r, t, s);\n }\n}\nfunction lu(e) {\n q(e.style) && os(e.style), q(e.class) && os(e.class);\n}\nfunction Oe(e, t, s) {\n ut();\n try {\n if (t)\n for (var n = t; n = n.$parent; ) {\n var a = n.$options.errorCaptured;\n if (a)\n for (var r = 0; r < a.length; r++)\n try {\n var i = a[r].call(n, e, t, s) === !1;\n if (i)\n return;\n } catch (o) {\n fa(o, n, \"errorCaptured hook\");\n }\n }\n fa(e, t, s);\n } finally {\n mt();\n }\n}\nfunction Be(e, t, s, n, a) {\n var r;\n try {\n r = s ? e.apply(t, s) : e.call(t), r && !r._isVue && Vs(r) && !r._handled && (r.catch(function(i) {\n return Oe(i, n, a + \" (Promise/async)\");\n }), r._handled = !0);\n } catch (i) {\n Oe(i, n, a);\n }\n return r;\n}\nfunction fa(e, t, s) {\n if (U.errorHandler)\n try {\n return U.errorHandler.call(null, e, t, s);\n } catch (n) {\n n !== e && ga(n, null, \"config.errorHandler\");\n }\n ga(e, t, s);\n}\nfunction ga(e, t, s) {\n if (process.env.NODE_ENV !== \"production\" && w(\"Error in \".concat(s, ': \"').concat(e.toString(), '\"'), t), J && typeof console < \"u\")\n console.error(e);\n else\n throw e;\n}\nvar Zs = !1, Xs = [], Qs = !1;\nfunction $t() {\n Qs = !1;\n var e = Xs.slice(0);\n Xs.length = 0;\n for (var t = 0; t < e.length; t++)\n e[t]();\n}\nvar ht;\nif (typeof Promise < \"u\" && Me(Promise)) {\n var uu = Promise.resolve();\n ht = function() {\n uu.then($t), kl && setTimeout(z);\n }, Zs = !0;\n} else if (!ot && typeof MutationObserver < \"u\" && (Me(MutationObserver) || // PhantomJS and iOS 7.x\nMutationObserver.toString() === \"[object MutationObserverConstructor]\")) {\n var Rt = 1, mu = new MutationObserver($t), pa = document.createTextNode(String(Rt));\n mu.observe(pa, {\n characterData: !0\n }), ht = function() {\n Rt = (Rt + 1) % 2, pa.data = String(Rt);\n }, Zs = !0;\n} else\n typeof setImmediate < \"u\" && Me(setImmediate) ? ht = function() {\n setImmediate($t);\n } : ht = function() {\n setTimeout($t, 0);\n };\nfunction Cn(e, t) {\n var s;\n if (Xs.push(function() {\n if (e)\n try {\n e.call(t);\n } catch (n) {\n Oe(n, t, \"nextTick\");\n }\n else\n s && s(t);\n }), Qs || (Qs = !0, ht()), !e && typeof Promise < \"u\")\n return new Promise(function(n) {\n s = n;\n });\n}\nvar cu = \"2.7.14\", ha = new yt();\nfunction os(e) {\n return Yt(e, ha), ha.clear(), e;\n}\nfunction Yt(e, t) {\n var s, n, a = b(e);\n if (!(!a && !q(e) || e.__v_skip || Object.isFrozen(e) || e instanceof K)) {\n if (e.__ob__) {\n var r = e.__ob__.dep.id;\n if (t.has(r))\n return;\n t.add(r);\n }\n if (a)\n for (s = e.length; s--; )\n Yt(e[s], t);\n else if (de(e))\n Yt(e.value, t);\n else\n for (n = Object.keys(e), s = n.length; s--; )\n Yt(e[n[s]], t);\n }\n}\nvar du = 0, Ln = (\n /** @class */\n function() {\n function e(t, s, n, a, r) {\n Bl(\n this,\n // if the active effect scope is manually created (not a component scope),\n // prioritize it\n Y && !Y._vm ? Y : t ? t._scope : void 0\n ), (this.vm = t) && r && (t._watcher = this), a ? (this.deep = !!a.deep, this.user = !!a.user, this.lazy = !!a.lazy, this.sync = !!a.sync, this.before = a.before, process.env.NODE_ENV !== \"production\" && (this.onTrack = a.onTrack, this.onTrigger = a.onTrigger)) : this.deep = this.user = this.lazy = this.sync = !1, this.cb = n, this.id = ++du, this.active = !0, this.post = !1, this.dirty = this.lazy, this.deps = [], this.newDeps = [], this.depIds = new yt(), this.newDepIds = new yt(), this.expression = process.env.NODE_ENV !== \"production\" ? s.toString() : \"\", $(s) ? this.getter = s : (this.getter = bl(s), this.getter || (this.getter = z, process.env.NODE_ENV !== \"production\" && w('Failed watching path: \"'.concat(s, '\" ') + \"Watcher only accepts simple dot-delimited paths. For full control, use a function instead.\", t))), this.value = this.lazy ? void 0 : this.get();\n }\n return e.prototype.get = function() {\n ut(this);\n var t, s = this.vm;\n try {\n t = this.getter.call(s, s);\n } catch (n) {\n if (this.user)\n Oe(n, s, 'getter for watcher \"'.concat(this.expression, '\"'));\n else\n throw n;\n } finally {\n this.deep && os(t), mt(), this.cleanupDeps();\n }\n return t;\n }, e.prototype.addDep = function(t) {\n var s = t.id;\n this.newDepIds.has(s) || (this.newDepIds.add(s), this.newDeps.push(t), this.depIds.has(s) || t.addSub(this));\n }, e.prototype.cleanupDeps = function() {\n for (var t = this.deps.length; t--; ) {\n var s = this.deps[t];\n this.newDepIds.has(s.id) || s.removeSub(this);\n }\n var n = this.depIds;\n this.depIds = this.newDepIds, this.newDepIds = n, this.newDepIds.clear(), n = this.deps, this.deps = this.newDeps, this.newDeps = n, this.newDeps.length = 0;\n }, e.prototype.update = function() {\n this.lazy ? this.dirty = !0 : this.sync ? this.run() : Au(this);\n }, e.prototype.run = function() {\n if (this.active) {\n var t = this.get();\n if (t !== this.value || // Deep watchers and watchers on Object/Arrays should fire even\n // when the value is the same, because the value may\n // have mutated.\n q(t) || this.deep) {\n var s = this.value;\n if (this.value = t, this.user) {\n var n = 'callback for watcher \"'.concat(this.expression, '\"');\n Be(this.cb, this.vm, [t, s], this.vm, n);\n } else\n this.cb.call(this.vm, t, s);\n }\n }\n }, e.prototype.evaluate = function() {\n this.value = this.get(), this.dirty = !1;\n }, e.prototype.depend = function() {\n for (var t = this.deps.length; t--; )\n this.deps[t].depend();\n }, e.prototype.teardown = function() {\n if (this.vm && !this.vm._isBeingDestroyed && De(this.vm._scope.effects, this), this.active) {\n for (var t = this.deps.length; t--; )\n this.deps[t].removeSub(this);\n this.active = !1, this.onStop && this.onStop();\n }\n }, e;\n }()\n), me, ls;\nif (process.env.NODE_ENV !== \"production\") {\n var he = J && window.performance;\n he && // @ts-ignore\n he.mark && // @ts-ignore\n he.measure && // @ts-ignore\n he.clearMarks && // @ts-ignore\n he.clearMeasures && (me = function(e) {\n return he.mark(e);\n }, ls = function(e, t, s) {\n he.measure(e, t, s), he.clearMarks(t), he.clearMarks(s);\n });\n}\nfunction fu(e) {\n e._events = /* @__PURE__ */ Object.create(null), e._hasHookEvent = !1;\n var t = e.$options._parentListeners;\n t && ei(e, t);\n}\nvar Ct;\nfunction gu(e, t) {\n Ct.$on(e, t);\n}\nfunction pu(e, t) {\n Ct.$off(e, t);\n}\nfunction hu(e, t) {\n var s = Ct;\n return function n() {\n var a = t.apply(null, arguments);\n a !== null && s.$off(e, n);\n };\n}\nfunction ei(e, t, s) {\n Ct = e, qr(t, s || {}, gu, pu, hu, e), Ct = void 0;\n}\nfunction Tu(e) {\n var t = /^hook:/;\n e.prototype.$on = function(s, n) {\n var a = this;\n if (b(s))\n for (var r = 0, i = s.length; r < i; r++)\n a.$on(s[r], n);\n else\n (a._events[s] || (a._events[s] = [])).push(n), t.test(s) && (a._hasHookEvent = !0);\n return a;\n }, e.prototype.$once = function(s, n) {\n var a = this;\n function r() {\n a.$off(s, r), n.apply(a, arguments);\n }\n return r.fn = n, a.$on(s, r), a;\n }, e.prototype.$off = function(s, n) {\n var a = this;\n if (!arguments.length)\n return a._events = /* @__PURE__ */ Object.create(null), a;\n if (b(s)) {\n for (var r = 0, i = s.length; r < i; r++)\n a.$off(s[r], n);\n return a;\n }\n var o = a._events[s];\n if (!o)\n return a;\n if (!n)\n return a._events[s] = null, a;\n for (var l, m = o.length; m--; )\n if (l = o[m], l === n || l.fn === n) {\n o.splice(m, 1);\n break;\n }\n return a;\n }, e.prototype.$emit = function(s) {\n var n = this;\n if (process.env.NODE_ENV !== \"production\") {\n var a = s.toLowerCase();\n a !== s && n._events[a] && En('Event \"'.concat(a, '\" is emitted in component ') + \"\".concat(ze(n), ' but the handler is registered for \"').concat(s, '\". ') + \"Note that HTML attributes are case-insensitive and you cannot use v-on to listen to camelCase events when using in-DOM templates. \" + 'You should probably use \"'.concat(Ye(s), '\" instead of \"').concat(s, '\".'));\n }\n var r = n._events[s];\n if (r) {\n r = r.length > 1 ? qs(r) : r;\n for (var i = qs(arguments, 1), o = 'event handler for \"'.concat(s, '\"'), l = 0, m = r.length; l < m; l++)\n Be(r[l], n, i, n, o);\n }\n return n;\n };\n}\nvar Ve = null, Lt = !1;\nfunction ti(e) {\n var t = Ve;\n return Ve = e, function() {\n Ve = t;\n };\n}\nfunction vu(e) {\n var t = e.$options, s = t.parent;\n if (s && !t.abstract) {\n for (; s.$options.abstract && s.$parent; )\n s = s.$parent;\n s.$children.push(e);\n }\n e.$parent = s, e.$root = s ? s.$root : e, e.$children = [], e.$refs = {}, e._provided = s ? s._provided : /* @__PURE__ */ Object.create(null), e._watcher = null, e._inactive = null, e._directInactive = !1, e._isMounted = !1, e._isDestroyed = !1, e._isBeingDestroyed = !1;\n}\nfunction wu(e) {\n e.prototype._update = function(t, s) {\n var n = this, a = n.$el, r = n._vnode, i = ti(n);\n n._vnode = t, r ? n.$el = n.__patch__(r, t) : n.$el = n.__patch__(\n n.$el,\n t,\n s,\n !1\n /* removeOnly */\n ), i(), a && (a.__vue__ = null), n.$el && (n.$el.__vue__ = n);\n for (var o = n; o && o.$vnode && o.$parent && o.$vnode === o.$parent._vnode; )\n o.$parent.$el = o.$el, o = o.$parent;\n }, e.prototype.$forceUpdate = function() {\n var t = this;\n t._watcher && t._watcher.update();\n }, e.prototype.$destroy = function() {\n var t = this;\n if (!t._isBeingDestroyed) {\n Z(t, \"beforeDestroy\"), t._isBeingDestroyed = !0;\n var s = t.$parent;\n s && !s._isBeingDestroyed && !t.$options.abstract && De(s.$children, t), t._scope.stop(), t._data.__ob__ && t._data.__ob__.vmCount--, t._isDestroyed = !0, t.__patch__(t._vnode, null), Z(t, \"destroyed\"), t.$off(), t.$el && (t.$el.__vue__ = null), t.$vnode && (t.$vnode.parent = null);\n }\n };\n}\nfunction xu(e, t, s) {\n e.$el = t, e.$options.render || (e.$options.render = He, process.env.NODE_ENV !== \"production\" && (e.$options.template && e.$options.template.charAt(0) !== \"#\" || e.$options.el || t ? w(\"You are using the runtime-only build of Vue where the template compiler is not available. Either pre-compile the templates into render functions, or use the compiler-included build.\", e) : w(\"Failed to mount component: template or render function not defined.\", e))), Z(e, \"beforeMount\");\n var n;\n process.env.NODE_ENV !== \"production\" && U.performance && me ? n = function() {\n var o = e._name, l = e._uid, m = \"vue-perf-start:\".concat(l), u = \"vue-perf-end:\".concat(l);\n me(m);\n var g = e._render();\n me(u), ls(\"vue \".concat(o, \" render\"), m, u), me(m), e._update(g, s), me(u), ls(\"vue \".concat(o, \" patch\"), m, u);\n } : n = function() {\n e._update(e._render(), s);\n };\n var a = {\n before: function() {\n e._isMounted && !e._isDestroyed && Z(e, \"beforeUpdate\");\n }\n };\n process.env.NODE_ENV !== \"production\" && (a.onTrack = function(o) {\n return Z(e, \"renderTracked\", [o]);\n }, a.onTrigger = function(o) {\n return Z(e, \"renderTriggered\", [o]);\n }), new Ln(\n e,\n n,\n z,\n a,\n !0\n /* isRenderWatcher */\n ), s = !1;\n var r = e._preWatchers;\n if (r)\n for (var i = 0; i < r.length; i++)\n r[i].run();\n return e.$vnode == null && (e._isMounted = !0, Z(e, \"mounted\")), e;\n}\nfunction yu(e, t, s, n, a) {\n process.env.NODE_ENV !== \"production\" && (Lt = !0);\n var r = n.data.scopedSlots, i = e.$scopedSlots, o = !!(r && !r.$stable || i !== W && !i.$stable || r && e.$scopedSlots.$key !== r.$key || !r && e.$scopedSlots.$key), l = !!(a || // has new static slots\n e.$options._renderChildren || // has old static slots\n o), m = e.$vnode;\n e.$options._parentVnode = n, e.$vnode = n, e._vnode && (e._vnode.parent = n), e.$options._renderChildren = a;\n var u = n.data.attrs || W;\n e._attrsProxy && rs(e._attrsProxy, u, m.data && m.data.attrs || W, e, \"$attrs\") && (l = !0), e.$attrs = u, s = s || W;\n var g = e.$options._parentListeners;\n if (e._listenersProxy && rs(e._listenersProxy, s, g || W, e, \"$listeners\"), e.$listeners = e.$options._parentListeners = s, ei(e, s, g), t && e.$options.props) {\n Ue(!1);\n for (var v = e._props, y = e.$options._propKeys || [], T = 0; T < y.length; T++) {\n var _ = y[T], O = e.$options.props;\n v[_] = Un(_, O, t, e);\n }\n Ue(!0), e.$options.propsData = t;\n }\n l && (e.$slots = _n(a, n.context), e.$forceUpdate()), process.env.NODE_ENV !== \"production\" && (Lt = !1);\n}\nfunction si(e) {\n for (; e && (e = e.$parent); )\n if (e._inactive)\n return !0;\n return !1;\n}\nfunction bn(e, t) {\n if (t) {\n if (e._directInactive = !1, si(e))\n return;\n } else if (e._directInactive)\n return;\n if (e._inactive || e._inactive === null) {\n e._inactive = !1;\n for (var s = 0; s < e.$children.length; s++)\n bn(e.$children[s]);\n Z(e, \"activated\");\n }\n}\nfunction ni(e, t) {\n if (!(t && (e._directInactive = !0, si(e))) && !e._inactive) {\n e._inactive = !0;\n for (var s = 0; s < e.$children.length; s++)\n ni(e.$children[s]);\n Z(e, \"deactivated\");\n }\n}\nfunction Z(e, t, s, n) {\n n === void 0 && (n = !0), ut();\n var a = nt;\n n && Ne(e);\n var r = e.$options[t], i = \"\".concat(t, \" hook\");\n if (r)\n for (var o = 0, l = r.length; o < l; o++)\n Be(r[o], e, s || null, e, i);\n e._hasHookEvent && e.$emit(\"hook:\" + t), n && Ne(a), mt();\n}\nvar _u = 100, ve = [], Sn = [], bt = {}, Zt = {}, en = !1, kn = !1, tt = 0;\nfunction Cu() {\n tt = ve.length = Sn.length = 0, bt = {}, process.env.NODE_ENV !== \"production\" && (Zt = {}), en = kn = !1;\n}\nvar ai = 0, tn = Date.now;\nif (J && !ot) {\n var Es = window.performance;\n Es && typeof Es.now == \"function\" && tn() > document.createEvent(\"Event\").timeStamp && (tn = function() {\n return Es.now();\n });\n}\nvar Lu = function(e, t) {\n if (e.post) {\n if (!t.post)\n return 1;\n } else if (t.post)\n return -1;\n return e.id - t.id;\n};\nfunction Ta() {\n ai = tn(), kn = !0;\n var e, t;\n for (ve.sort(Lu), tt = 0; tt < ve.length; tt++)\n if (e = ve[tt], e.before && e.before(), t = e.id, bt[t] = null, e.run(), process.env.NODE_ENV !== \"production\" && bt[t] != null && (Zt[t] = (Zt[t] || 0) + 1, Zt[t] > _u)) {\n w(\"You may have an infinite update loop \" + (e.user ? 'in watcher with expression \"'.concat(e.expression, '\"') : \"in a component render function.\"), e.vm);\n break;\n }\n var s = Sn.slice(), n = ve.slice();\n Cu(), ku(s), bu(n), Fl(), ss && U.devtools && ss.emit(\"flush\");\n}\nfunction bu(e) {\n for (var t = e.length; t--; ) {\n var s = e[t], n = s.vm;\n n && n._watcher === s && n._isMounted && !n._isDestroyed && Z(n, \"updated\");\n }\n}\nfunction Su(e) {\n e._inactive = !1, Sn.push(e);\n}\nfunction ku(e) {\n for (var t = 0; t < e.length; t++)\n e[t]._inactive = !0, bn(\n e[t],\n !0\n /* true */\n );\n}\nfunction Au(e) {\n var t = e.id;\n if (bt[t] == null && !(e === ie.target && e.noRecurse)) {\n if (bt[t] = !0, !kn)\n ve.push(e);\n else {\n for (var s = ve.length - 1; s > tt && ve[s].id > e.id; )\n s--;\n ve.splice(s + 1, 0, e);\n }\n if (!en) {\n if (en = !0, process.env.NODE_ENV !== \"production\" && !U.async) {\n Ta();\n return;\n }\n Cn(Ta);\n }\n }\n}\nfunction Fu(e) {\n var t = e.$options.provide;\n if (t) {\n var s = $(t) ? t.call(e) : t;\n if (!q(s))\n return;\n for (var n = Dl(e), a = Nt ? Reflect.ownKeys(s) : Object.keys(s), r = 0; r < a.length; r++) {\n var i = a[r];\n Object.defineProperty(n, i, Object.getOwnPropertyDescriptor(s, i));\n }\n }\n}\nfunction Eu(e) {\n var t = ri(e.$options.inject, e);\n t && (Ue(!1), Object.keys(t).forEach(function(s) {\n process.env.NODE_ENV !== \"production\" ? oe(e, s, t[s], function() {\n w(\"Avoid mutating an injected value directly since the changes will be overwritten whenever the provided component re-renders. \" + 'injection being mutated: \"'.concat(s, '\"'), e);\n }) : oe(e, s, t[s]);\n }), Ue(!0));\n}\nfunction ri(e, t) {\n if (e) {\n for (var s = /* @__PURE__ */ Object.create(null), n = Nt ? Reflect.ownKeys(e) : Object.keys(e), a = 0; a < n.length; a++) {\n var r = n[a];\n if (r !== \"__ob__\") {\n var i = e[r].from;\n if (i in t._provided)\n s[r] = t._provided[i];\n else if (\"default\" in e[r]) {\n var o = e[r].default;\n s[r] = $(o) ? o.call(t) : o;\n } else\n process.env.NODE_ENV !== \"production\" && w('Injection \"'.concat(r, '\" not found'), t);\n }\n }\n return s;\n }\n}\nfunction An(e, t, s, n, a) {\n var r = this, i = a.options, o;\n V(n, \"_uid\") ? (o = Object.create(n), o._original = n) : (o = n, n = n._original);\n var l = R(i._compiled), m = !l;\n this.data = e, this.props = t, this.children = s, this.parent = n, this.listeners = e.on || W, this.injections = ri(i.inject, n), this.slots = function() {\n return r.$slots || vt(n, e.scopedSlots, r.$slots = _n(s, n)), r.$slots;\n }, Object.defineProperty(this, \"scopedSlots\", {\n enumerable: !0,\n get: function() {\n return vt(n, e.scopedSlots, this.slots());\n }\n }), l && (this.$options = i, this.$slots = this.slots(), this.$scopedSlots = vt(n, e.scopedSlots, this.$slots)), i._scopeId ? this._c = function(u, g, v, y) {\n var T = is(o, u, g, v, y, m);\n return T && !b(T) && (T.fnScopeId = i._scopeId, T.fnContext = n), T;\n } : this._c = function(u, g, v, y) {\n return is(o, u, g, v, y, m);\n };\n}\nJr(An.prototype);\nfunction Pu(e, t, s, n, a) {\n var r = e.options, i = {}, o = r.props;\n if (f(o))\n for (var l in o)\n i[l] = Un(l, o, t || W);\n else\n f(s.attrs) && wa(i, s.attrs), f(s.props) && wa(i, s.props);\n var m = new An(s, i, a, n, e), u = r.render.call(null, m._c, m);\n if (u instanceof K)\n return va(u, s, m.parent, r, m);\n if (b(u)) {\n for (var g = yn(u) || [], v = new Array(g.length), y = 0; y < g.length; y++)\n v[y] = va(g[y], s, m.parent, r, m);\n return v;\n }\n}\nfunction va(e, t, s, n, a) {\n var r = Gs(e);\n return r.fnContext = s, r.fnOptions = n, process.env.NODE_ENV !== \"production\" && ((r.devtoolsMeta = r.devtoolsMeta || {}).renderContext = a), t.slot && ((r.data || (r.data = {})).slot = t.slot), r;\n}\nfunction wa(e, t) {\n for (var s in t)\n e[We(s)] = t[s];\n}\nfunction rt(e) {\n return e.name || e.__name || e._componentTag;\n}\nvar Fn = {\n init: function(e, t) {\n if (e.componentInstance && !e.componentInstance._isDestroyed && e.data.keepAlive) {\n var s = e;\n Fn.prepatch(s, s);\n } else {\n var n = e.componentInstance = Nu(e, Ve);\n n.$mount(t ? e.elm : void 0, t);\n }\n },\n prepatch: function(e, t) {\n var s = t.componentOptions, n = t.componentInstance = e.componentInstance;\n yu(\n n,\n s.propsData,\n // updated props\n s.listeners,\n // updated listeners\n t,\n // new parent vnode\n s.children\n // new children\n );\n },\n insert: function(e) {\n var t = e.context, s = e.componentInstance;\n s._isMounted || (s._isMounted = !0, Z(s, \"mounted\")), e.data.keepAlive && (t._isMounted ? Su(s) : bn(\n s,\n !0\n /* direct */\n ));\n },\n destroy: function(e) {\n var t = e.componentInstance;\n t._isDestroyed || (e.data.keepAlive ? ni(\n t,\n !0\n /* direct */\n ) : t.$destroy());\n }\n}, xa = Object.keys(Fn);\nfunction ya(e, t, s, n, a) {\n if (!L(e)) {\n var r = s.$options._base;\n if (q(e) && (e = r.extend(e)), typeof e != \"function\") {\n process.env.NODE_ENV !== \"production\" && w(\"Invalid Component definition: \".concat(String(e)), s);\n return;\n }\n var i;\n if (L(e.cid) && (i = e, e = ru(i, r), e === void 0))\n return au(i, t, s, n, a);\n t = t || {}, Bn(e), f(t.model) && Bu(e.options, t);\n var o = jl(t, e, a);\n if (R(e.options.functional))\n return Pu(e, o, t, s, n);\n var l = t.on;\n if (t.on = t.nativeOn, R(e.options.abstract)) {\n var m = t.slot;\n t = {}, m && (t.slot = m);\n }\n Uu(t);\n var u = rt(e.options) || a, g = new K(\n // @ts-expect-error\n \"vue-component-\".concat(e.cid).concat(u ? \"-\".concat(u) : \"\"),\n t,\n void 0,\n void 0,\n void 0,\n s,\n // @ts-expect-error\n { Ctor: e, propsData: o, listeners: l, tag: a, children: n },\n i\n );\n return g;\n }\n}\nfunction Nu(e, t) {\n var s = {\n _isComponent: !0,\n _parentVnode: e,\n parent: t\n }, n = e.data.inlineTemplate;\n return f(n) && (s.render = n.render, s.staticRenderFns = n.staticRenderFns), new e.componentOptions.Ctor(s);\n}\nfunction Uu(e) {\n for (var t = e.hook || (e.hook = {}), s = 0; s < xa.length; s++) {\n var n = xa[s], a = t[n], r = Fn[n];\n a !== r && !(a && a._merged) && (t[n] = a ? Ou(r, a) : r);\n }\n}\nfunction Ou(e, t) {\n var s = function(n, a) {\n e(n, a), t(n, a);\n };\n return s._merged = !0, s;\n}\nfunction Bu(e, t) {\n var s = e.model && e.model.prop || \"value\", n = e.model && e.model.event || \"input\";\n (t.attrs || (t.attrs = {}))[s] = t.model.value;\n var a = t.on || (t.on = {}), r = a[n], i = t.model.callback;\n f(r) ? (b(r) ? r.indexOf(i) === -1 : r !== i) && (a[n] = [i].concat(r)) : a[n] = i;\n}\nvar w = z, En = z, Ps, ze;\nif (process.env.NODE_ENV !== \"production\") {\n var _a = typeof console < \"u\", Du = /(?:^|[-_])(\\w)/g, ju = function(e) {\n return e.replace(Du, function(t) {\n return t.toUpperCase();\n }).replace(/[-_]/g, \"\");\n };\n w = function(e, t) {\n t === void 0 && (t = nt);\n var s = t ? Ps(t) : \"\";\n U.warnHandler ? U.warnHandler.call(null, e, t, s) : _a && !U.silent && console.error(\"[Vue warn]: \".concat(e).concat(s));\n }, En = function(e, t) {\n _a && !U.silent && console.warn(\"[Vue tip]: \".concat(e) + (t ? Ps(t) : \"\"));\n }, ze = function(e, t) {\n if (e.$root === e)\n return \"\";\n var s = $(e) && e.cid != null ? e.options : e._isVue ? e.$options || e.constructor.options : e, n = rt(s), a = s.__file;\n if (!n && a) {\n var r = a.match(/([^/\\\\]+)\\.vue$/);\n n = r && r[1];\n }\n return (n ? \"<\".concat(ju(n), \">\") : \"\") + (a && t !== !1 ? \" at \".concat(a) : \"\");\n };\n var $u = function(e, t) {\n for (var s = \"\"; t; )\n t % 2 === 1 && (s += e), t > 1 && (e += e), t >>= 1;\n return s;\n };\n Ps = function(e) {\n if (e._isVue && e.$parent) {\n for (var t = [], s = 0; e; ) {\n if (t.length > 0) {\n var n = t[t.length - 1];\n if (n.constructor === e.constructor) {\n s++, e = e.$parent;\n continue;\n } else\n s > 0 && (t[t.length - 1] = [n, s], s = 0);\n }\n t.push(e), e = e.$parent;\n }\n return `\n\nfound in\n\n` + t.map(function(a, r) {\n return \"\".concat(r === 0 ? \"---> \" : $u(\" \", 5 + r * 2)).concat(b(a) ? \"\".concat(ze(a[0]), \"... (\").concat(a[1], \" recursive calls)\") : ze(a));\n }).join(`\n`);\n } else\n return `\n\n(found in `.concat(ze(e), \")\");\n };\n}\nvar te = U.optionMergeStrategies;\nprocess.env.NODE_ENV !== \"production\" && (te.el = te.propsData = function(e, t, s, n) {\n return s || w('option \"'.concat(n, '\" can only be used during instance ') + \"creation with the `new` keyword.\"), ii(e, t);\n});\nfunction St(e, t, s) {\n if (s === void 0 && (s = !0), !t)\n return e;\n for (var n, a, r, i = Nt ? Reflect.ownKeys(t) : Object.keys(t), o = 0; o < i.length; o++)\n n = i[o], n !== \"__ob__\" && (a = e[n], r = t[n], !s || !V(e, n) ? wn(e, n, r) : a !== r && G(a) && G(r) && St(a, r));\n return e;\n}\nfunction Ca(e, t, s) {\n return s ? function() {\n var a = $(t) ? t.call(s, s) : t, r = $(e) ? e.call(s, s) : e;\n return a ? St(a, r) : r;\n } : t ? e ? function() {\n return St($(t) ? t.call(this, this) : t, $(e) ? e.call(this, this) : e);\n } : t : e;\n}\nte.data = function(e, t, s) {\n return s ? Ca(e, t, s) : t && typeof t != \"function\" ? (process.env.NODE_ENV !== \"production\" && w('The \"data\" option should be a function that returns a per-instance value in component definitions.', s), e) : Ca(e, t);\n};\nfunction Ru(e, t) {\n var s = t ? e ? e.concat(t) : b(t) ? t : [t] : e;\n return s && Iu(s);\n}\nfunction Iu(e) {\n for (var t = [], s = 0; s < e.length; s++)\n t.indexOf(e[s]) === -1 && t.push(e[s]);\n return t;\n}\nDr.forEach(function(e) {\n te[e] = Ru;\n});\nfunction zu(e, t, s, n) {\n var a = Object.create(e || null);\n return t ? (process.env.NODE_ENV !== \"production\" && Nn(n, t, s), D(a, t)) : a;\n}\nys.forEach(function(e) {\n te[e + \"s\"] = zu;\n});\nte.watch = function(e, t, s, n) {\n if (e === Ws && (e = void 0), t === Ws && (t = void 0), !t)\n return Object.create(e || null);\n if (process.env.NODE_ENV !== \"production\" && Nn(n, t, s), !e)\n return t;\n var a = {};\n D(a, e);\n for (var r in t) {\n var i = a[r], o = t[r];\n i && !b(i) && (i = [i]), a[r] = i ? i.concat(o) : b(o) ? o : [o];\n }\n return a;\n};\nte.props = te.methods = te.inject = te.computed = function(e, t, s, n) {\n if (t && process.env.NODE_ENV !== \"production\" && Nn(n, t, s), !e)\n return t;\n var a = /* @__PURE__ */ Object.create(null);\n return D(a, e), t && D(a, t), a;\n};\nte.provide = function(e, t) {\n return e ? function() {\n var s = /* @__PURE__ */ Object.create(null);\n return St(s, $(e) ? e.call(this) : e), t && St(\n s,\n $(t) ? t.call(this) : t,\n !1\n // non-recursive\n ), s;\n } : t;\n};\nvar ii = function(e, t) {\n return t === void 0 ? e : t;\n};\nfunction Mu(e) {\n for (var t in e.components)\n Pn(t);\n}\nfunction Pn(e) {\n new RegExp(\"^[a-zA-Z][\\\\-\\\\.0-9_\".concat(jr.source, \"]*$\")).test(e) || w('Invalid component name: \"' + e + '\". Component names should conform to valid custom element name in html5 specification.'), (Tl(e) || U.isReservedTag(e)) && w(\"Do not use built-in or reserved HTML elements as component id: \" + e);\n}\nfunction Hu(e, t) {\n var s = e.props;\n if (s) {\n var n = {}, a, r, i;\n if (b(s))\n for (a = s.length; a--; )\n r = s[a], typeof r == \"string\" ? (i = We(r), n[i] = { type: null }) : process.env.NODE_ENV !== \"production\" && w(\"props must be strings when using array syntax.\");\n else if (G(s))\n for (var o in s)\n r = s[o], i = We(o), n[i] = G(r) ? r : { type: r };\n else\n process.env.NODE_ENV !== \"production\" && w('Invalid value for option \"props\": expected an Array or an Object, ' + \"but got \".concat(Et(s), \".\"), t);\n e.props = n;\n }\n}\nfunction Vu(e, t) {\n var s = e.inject;\n if (s) {\n var n = e.inject = {};\n if (b(s))\n for (var a = 0; a < s.length; a++)\n n[s[a]] = { from: s[a] };\n else if (G(s))\n for (var r in s) {\n var i = s[r];\n n[r] = G(i) ? D({ from: r }, i) : { from: i };\n }\n else\n process.env.NODE_ENV !== \"production\" && w('Invalid value for option \"inject\": expected an Array or an Object, ' + \"but got \".concat(Et(s), \".\"), t);\n }\n}\nfunction qu(e) {\n var t = e.directives;\n if (t)\n for (var s in t) {\n var n = t[s];\n $(n) && (t[s] = { bind: n, update: n });\n }\n}\nfunction Nn(e, t, s) {\n G(t) || w('Invalid value for option \"'.concat(e, '\": expected an Object, ') + \"but got \".concat(Et(t), \".\"), s);\n}\nfunction Ke(e, t, s) {\n if (process.env.NODE_ENV !== \"production\" && Mu(t), $(t) && (t = t.options), Hu(t, s), Vu(t, s), qu(t), !t._base && (t.extends && (e = Ke(e, t.extends, s)), t.mixins))\n for (var n = 0, a = t.mixins.length; n < a; n++)\n e = Ke(e, t.mixins[n], s);\n var r = {}, i;\n for (i in e)\n o(i);\n for (i in t)\n V(e, i) || o(i);\n function o(l) {\n var m = te[l] || ii;\n r[l] = m(e[l], t[l], s, l);\n }\n return r;\n}\nfunction us(e, t, s, n) {\n if (typeof s == \"string\") {\n var a = e[t];\n if (V(a, s))\n return a[s];\n var r = We(s);\n if (V(a, r))\n return a[r];\n var i = Pr(r);\n if (V(a, i))\n return a[i];\n var o = a[s] || a[r] || a[i];\n return process.env.NODE_ENV !== \"production\" && n && !o && w(\"Failed to resolve \" + t.slice(0, -1) + \": \" + s), o;\n }\n}\nfunction Un(e, t, s, n) {\n var a = t[e], r = !V(s, e), i = s[e], o = ba(Boolean, a.type);\n if (o > -1) {\n if (r && !V(a, \"default\"))\n i = !1;\n else if (i === \"\" || i === Ye(e)) {\n var l = ba(String, a.type);\n (l < 0 || o < l) && (i = !0);\n }\n }\n if (i === void 0) {\n i = Wu(n, a, e);\n var m = vn;\n Ue(!0), ye(i), Ue(m);\n }\n return process.env.NODE_ENV !== \"production\" && Gu(a, e, i, n, r), i;\n}\nfunction Wu(e, t, s) {\n if (V(t, \"default\")) {\n var n = t.default;\n return process.env.NODE_ENV !== \"production\" && q(n) && w('Invalid default value for prop \"' + s + '\": Props with type Object/Array must use a factory function to return the default value.', e), e && e.$options.propsData && e.$options.propsData[s] === void 0 && e._props[s] !== void 0 ? e._props[s] : $(n) && ms(t.type) !== \"Function\" ? n.call(e) : n;\n }\n}\nfunction Gu(e, t, s, n, a) {\n if (e.required && a) {\n w('Missing required prop: \"' + t + '\"', n);\n return;\n }\n if (!(s == null && !e.required)) {\n var r = e.type, i = !r || r === !0, o = [];\n if (r) {\n b(r) || (r = [r]);\n for (var l = 0; l < r.length && !i; l++) {\n var m = Ju(s, r[l], n);\n o.push(m.expectedType || \"\"), i = m.valid;\n }\n }\n var u = o.some(function(v) {\n return v;\n });\n if (!i && u) {\n w(Zu(t, s, o), n);\n return;\n }\n var g = e.validator;\n g && (g(s) || w('Invalid prop: custom validator check failed for prop \"' + t + '\".', n));\n }\n}\nvar Ku = /^(String|Number|Boolean|Function|Symbol|BigInt)$/;\nfunction Ju(e, t, s) {\n var n, a = ms(t);\n if (Ku.test(a)) {\n var r = typeof e;\n n = r === a.toLowerCase(), !n && r === \"object\" && (n = e instanceof t);\n } else if (a === \"Object\")\n n = G(e);\n else if (a === \"Array\")\n n = b(e);\n else\n try {\n n = e instanceof t;\n } catch {\n w('Invalid prop type: \"' + String(t) + '\" is not a constructor', s), n = !1;\n }\n return {\n valid: n,\n expectedType: a\n };\n}\nvar Yu = /^\\s*function (\\w+)/;\nfunction ms(e) {\n var t = e && e.toString().match(Yu);\n return t ? t[1] : \"\";\n}\nfunction La(e, t) {\n return ms(e) === ms(t);\n}\nfunction ba(e, t) {\n if (!b(t))\n return La(t, e) ? 0 : -1;\n for (var s = 0, n = t.length; s < n; s++)\n if (La(t[s], e))\n return s;\n return -1;\n}\nfunction Zu(e, t, s) {\n var n = 'Invalid prop: type check failed for prop \"'.concat(e, '\".') + \" Expected \".concat(s.map(Pr).join(\", \")), a = s[0], r = Et(t);\n return s.length === 1 && Ns(a) && Ns(typeof t) && !Qu(a, r) && (n += \" with value \".concat(Sa(t, a))), n += \", got \".concat(r, \" \"), Ns(r) && (n += \"with value \".concat(Sa(t, r), \".\")), n;\n}\nfunction Sa(e, t) {\n return t === \"String\" ? '\"'.concat(e, '\"') : t === \"Number\" ? \"\".concat(Number(e)) : \"\".concat(e);\n}\nvar Xu = [\"string\", \"number\", \"boolean\"];\nfunction Ns(e) {\n return Xu.some(function(t) {\n return e.toLowerCase() === t;\n });\n}\nfunction Qu() {\n for (var e = [], t = 0; t < arguments.length; t++)\n e[t] = arguments[t];\n return e.some(function(s) {\n return s.toLowerCase() === \"boolean\";\n });\n}\nvar oi;\nif (process.env.NODE_ENV !== \"production\") {\n var em = X(\n \"Infinity,undefined,NaN,isFinite,isNaN,parseFloat,parseInt,decodeURI,decodeURIComponent,encodeURI,encodeURIComponent,Math,Number,Date,Array,Object,Boolean,String,RegExp,Map,Set,JSON,Intl,BigInt,require\"\n // for Webpack/Browserify\n ), ka = function(e, t) {\n w('Property or method \"'.concat(t, '\" is not defined on the instance but ') + \"referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See: https://v2.vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.\", e);\n }, Aa = function(e, t) {\n w('Property \"'.concat(t, '\" must be accessed with \"$data.').concat(t, '\" because ') + 'properties starting with \"$\" or \"_\" are not proxied in the Vue instance to prevent conflicts with Vue internals. See: https://v2.vuejs.org/v2/api/#data', e);\n }, Fa = typeof Proxy < \"u\" && Me(Proxy);\n if (Fa) {\n var tm = X(\"stop,prevent,self,ctrl,shift,alt,meta,exact\");\n U.keyCodes = new Proxy(U.keyCodes, {\n set: function(e, t, s) {\n return tm(t) ? (w(\"Avoid overwriting built-in modifier in config.keyCodes: .\".concat(t)), !1) : (e[t] = s, !0);\n }\n });\n }\n var sm = {\n has: function(e, t) {\n var s = t in e, n = em(t) || typeof t == \"string\" && t.charAt(0) === \"_\" && !(t in e.$data);\n return !s && !n && (t in e.$data ? Aa(e, t) : ka(e, t)), s || !n;\n }\n }, nm = {\n get: function(e, t) {\n return typeof t == \"string\" && !(t in e) && (t in e.$data ? Aa(e, t) : ka(e, t)), e[t];\n }\n };\n oi = function(t) {\n if (Fa) {\n var s = t.$options, n = s.render && s.render._withStripped ? nm : sm;\n t._renderProxy = new Proxy(t, n);\n } else\n t._renderProxy = t;\n };\n}\nvar le = {\n enumerable: !0,\n configurable: !0,\n get: z,\n set: z\n};\nfunction On(e, t, s) {\n le.get = function() {\n return this[t][s];\n }, le.set = function(a) {\n this[t][s] = a;\n }, Object.defineProperty(e, s, le);\n}\nfunction am(e) {\n var t = e.$options;\n if (t.props && rm(e, t.props), Xl(e), t.methods && mm(e, t.methods), t.data)\n im(e);\n else {\n var s = ye(e._data = {});\n s && s.vmCount++;\n }\n t.computed && um(e, t.computed), t.watch && t.watch !== Ws && cm(e, t.watch);\n}\nfunction rm(e, t) {\n var s = e.$options.propsData || {}, n = e._props = Vr({}), a = e.$options._propKeys = [], r = !e.$parent;\n r || Ue(!1);\n var i = function(l) {\n a.push(l);\n var m = Un(l, t, s, e);\n if (process.env.NODE_ENV !== \"production\") {\n var u = Ye(l);\n (Er(u) || U.isReservedAttr(u)) && w('\"'.concat(u, '\" is a reserved attribute and cannot be used as component prop.'), e), oe(n, l, m, function() {\n !r && !Lt && w(\"Avoid mutating a prop directly since the value will be overwritten whenever the parent component re-renders. Instead, use a data or computed property based on the prop's \" + 'value. Prop being mutated: \"'.concat(l, '\"'), e);\n });\n } else\n oe(n, l, m);\n l in e || On(e, \"_props\", l);\n };\n for (var o in t)\n i(o);\n Ue(!0);\n}\nfunction im(e) {\n var t = e.$options.data;\n t = e._data = $(t) ? om(t, e) : t || {}, G(t) || (t = {}, process.env.NODE_ENV !== \"production\" && w(`data functions should return an object:\nhttps://v2.vuejs.org/v2/guide/components.html#data-Must-Be-a-Function`, e));\n for (var s = Object.keys(t), n = e.$options.props, a = e.$options.methods, r = s.length; r--; ) {\n var i = s[r];\n process.env.NODE_ENV !== \"production\" && a && V(a, i) && w('Method \"'.concat(i, '\" has already been defined as a data property.'), e), n && V(n, i) ? process.env.NODE_ENV !== \"production\" && w('The data property \"'.concat(i, '\" is already declared as a prop. ') + \"Use prop default value instead.\", e) : Tn(i) || On(e, \"_data\", i);\n }\n var o = ye(t);\n o && o.vmCount++;\n}\nfunction om(e, t) {\n ut();\n try {\n return e.call(t, t);\n } catch (s) {\n return Oe(s, t, \"data()\"), {};\n } finally {\n mt();\n }\n}\nvar lm = { lazy: !0 };\nfunction um(e, t) {\n var s = e._computedWatchers = /* @__PURE__ */ Object.create(null), n = Pt();\n for (var a in t) {\n var r = t[a], i = $(r) ? r : r.get;\n process.env.NODE_ENV !== \"production\" && i == null && w('Getter is missing for computed property \"'.concat(a, '\".'), e), n || (s[a] = new Ln(e, i || z, z, lm)), a in e ? process.env.NODE_ENV !== \"production\" && (a in e.$data ? w('The computed property \"'.concat(a, '\" is already defined in data.'), e) : e.$options.props && a in e.$options.props ? w('The computed property \"'.concat(a, '\" is already defined as a prop.'), e) : e.$options.methods && a in e.$options.methods && w('The computed property \"'.concat(a, '\" is already defined as a method.'), e)) : li(e, a, r);\n }\n}\nfunction li(e, t, s) {\n var n = !Pt();\n $(s) ? (le.get = n ? Ea(t) : Pa(s), le.set = z) : (le.get = s.get ? n && s.cache !== !1 ? Ea(t) : Pa(s.get) : z, le.set = s.set || z), process.env.NODE_ENV !== \"production\" && le.set === z && (le.set = function() {\n w('Computed property \"'.concat(t, '\" was assigned to but it has no setter.'), this);\n }), Object.defineProperty(e, t, le);\n}\nfunction Ea(e) {\n return function() {\n var s = this._computedWatchers && this._computedWatchers[e];\n if (s)\n return s.dirty && s.evaluate(), ie.target && (process.env.NODE_ENV !== \"production\" && ie.target.onTrack && ie.target.onTrack({\n effect: ie.target,\n target: this,\n type: \"get\",\n key: e\n }), s.depend()), s.value;\n };\n}\nfunction Pa(e) {\n return function() {\n return e.call(this, this);\n };\n}\nfunction mm(e, t) {\n var s = e.$options.props;\n for (var n in t)\n process.env.NODE_ENV !== \"production\" && (typeof t[n] != \"function\" && w('Method \"'.concat(n, '\" has type \"').concat(typeof t[n], '\" in the component definition. ') + \"Did you reference the function correctly?\", e), s && V(s, n) && w('Method \"'.concat(n, '\" has already been defined as a prop.'), e), n in e && Tn(n) && w('Method \"'.concat(n, '\" conflicts with an existing Vue instance method. ') + \"Avoid defining component methods that start with _ or $.\")), e[n] = typeof t[n] != \"function\" ? z : Nr(t[n], e);\n}\nfunction cm(e, t) {\n for (var s in t) {\n var n = t[s];\n if (b(n))\n for (var a = 0; a < n.length; a++)\n sn(e, s, n[a]);\n else\n sn(e, s, n);\n }\n}\nfunction sn(e, t, s, n) {\n return G(s) && (n = s, s = s.handler), typeof s == \"string\" && (s = e[s]), e.$watch(t, s, n);\n}\nfunction dm(e) {\n var t = {};\n t.get = function() {\n return this._data;\n };\n var s = {};\n s.get = function() {\n return this._props;\n }, process.env.NODE_ENV !== \"production\" && (t.set = function() {\n w(\"Avoid replacing instance root $data. Use nested data properties instead.\", this);\n }, s.set = function() {\n w(\"$props is readonly.\", this);\n }), Object.defineProperty(e.prototype, \"$data\", t), Object.defineProperty(e.prototype, \"$props\", s), e.prototype.$set = wn, e.prototype.$delete = Mr, e.prototype.$watch = function(n, a, r) {\n var i = this;\n if (G(a))\n return sn(i, n, a, r);\n r = r || {}, r.user = !0;\n var o = new Ln(i, n, a, r);\n if (r.immediate) {\n var l = 'callback for immediate watcher \"'.concat(o.expression, '\"');\n ut(), Be(a, i, [o.value], i, l), mt();\n }\n return function() {\n o.teardown();\n };\n };\n}\nvar fm = 0;\nfunction gm(e) {\n e.prototype._init = function(t) {\n var s = this;\n s._uid = fm++;\n var n, a;\n process.env.NODE_ENV !== \"production\" && U.performance && me && (n = \"vue-perf-start:\".concat(s._uid), a = \"vue-perf-end:\".concat(s._uid), me(n)), s._isVue = !0, s.__v_skip = !0, s._scope = new Ol(\n !0\n /* detached */\n ), s._scope._vm = !0, t && t._isComponent ? pm(s, t) : s.$options = Ke(Bn(s.constructor), t || {}, s), process.env.NODE_ENV !== \"production\" ? oi(s) : s._renderProxy = s, s._self = s, vu(s), fu(s), su(s), Z(\n s,\n \"beforeCreate\",\n void 0,\n !1\n /* setContext */\n ), Eu(s), am(s), Fu(s), Z(s, \"created\"), process.env.NODE_ENV !== \"production\" && U.performance && me && (s._name = ze(s, !1), me(a), ls(\"vue \".concat(s._name, \" init\"), n, a)), s.$options.el && s.$mount(s.$options.el);\n };\n}\nfunction pm(e, t) {\n var s = e.$options = Object.create(e.constructor.options), n = t._parentVnode;\n s.parent = t.parent, s._parentVnode = n;\n var a = n.componentOptions;\n s.propsData = a.propsData, s._parentListeners = a.listeners, s._renderChildren = a.children, s._componentTag = a.tag, t.render && (s.render = t.render, s.staticRenderFns = t.staticRenderFns);\n}\nfunction Bn(e) {\n var t = e.options;\n if (e.super) {\n var s = Bn(e.super), n = e.superOptions;\n if (s !== n) {\n e.superOptions = s;\n var a = hm(e);\n a && D(e.extendOptions, a), t = e.options = Ke(s, e.extendOptions), t.name && (t.components[t.name] = e);\n }\n }\n return t;\n}\nfunction hm(e) {\n var t, s = e.options, n = e.sealedOptions;\n for (var a in s)\n s[a] !== n[a] && (t || (t = {}), t[a] = s[a]);\n return t;\n}\nfunction I(e) {\n process.env.NODE_ENV !== \"production\" && !(this instanceof I) && w(\"Vue is a constructor and should be called with the `new` keyword\"), this._init(e);\n}\ngm(I);\ndm(I);\nTu(I);\nwu(I);\nnu(I);\nfunction Tm(e) {\n e.use = function(t) {\n var s = this._installedPlugins || (this._installedPlugins = []);\n if (s.indexOf(t) > -1)\n return this;\n var n = qs(arguments, 1);\n return n.unshift(this), $(t.install) ? t.install.apply(t, n) : $(t) && t.apply(null, n), s.push(t), this;\n };\n}\nfunction vm(e) {\n e.mixin = function(t) {\n return this.options = Ke(this.options, t), this;\n };\n}\nfunction wm(e) {\n e.cid = 0;\n var t = 1;\n e.extend = function(s) {\n s = s || {};\n var n = this, a = n.cid, r = s._Ctor || (s._Ctor = {});\n if (r[a])\n return r[a];\n var i = rt(s) || rt(n.options);\n process.env.NODE_ENV !== \"production\" && i && Pn(i);\n var o = function(m) {\n this._init(m);\n };\n return o.prototype = Object.create(n.prototype), o.prototype.constructor = o, o.cid = t++, o.options = Ke(n.options, s), o.super = n, o.options.props && xm(o), o.options.computed && ym(o), o.extend = n.extend, o.mixin = n.mixin, o.use = n.use, ys.forEach(function(l) {\n o[l] = n[l];\n }), i && (o.options.components[i] = o), o.superOptions = n.options, o.extendOptions = s, o.sealedOptions = D({}, o.options), r[a] = o, o;\n };\n}\nfunction xm(e) {\n var t = e.options.props;\n for (var s in t)\n On(e.prototype, \"_props\", s);\n}\nfunction ym(e) {\n var t = e.options.computed;\n for (var s in t)\n li(e.prototype, s, t[s]);\n}\nfunction _m(e) {\n ys.forEach(function(t) {\n e[t] = function(s, n) {\n return n ? (process.env.NODE_ENV !== \"production\" && t === \"component\" && Pn(s), t === \"component\" && G(n) && (n.name = n.name || s, n = this.options._base.extend(n)), t === \"directive\" && $(n) && (n = { bind: n, update: n }), this.options[t + \"s\"][s] = n, n) : this.options[t + \"s\"][s];\n };\n });\n}\nfunction Na(e) {\n return e && (rt(e.Ctor.options) || e.tag);\n}\nfunction It(e, t) {\n return b(e) ? e.indexOf(t) > -1 : typeof e == \"string\" ? e.split(\",\").indexOf(t) > -1 : Ar(e) ? e.test(t) : !1;\n}\nfunction Ua(e, t) {\n var s = e.cache, n = e.keys, a = e._vnode;\n for (var r in s) {\n var i = s[r];\n if (i) {\n var o = i.name;\n o && !t(o) && nn(s, r, n, a);\n }\n }\n}\nfunction nn(e, t, s, n) {\n var a = e[t];\n a && (!n || a.tag !== n.tag) && a.componentInstance.$destroy(), e[t] = null, De(s, t);\n}\nvar Oa = [String, RegExp, Array], Cm = {\n name: \"keep-alive\",\n abstract: !0,\n props: {\n include: Oa,\n exclude: Oa,\n max: [String, Number]\n },\n methods: {\n cacheVNode: function() {\n var e = this, t = e.cache, s = e.keys, n = e.vnodeToCache, a = e.keyToCache;\n if (n) {\n var r = n.tag, i = n.componentInstance, o = n.componentOptions;\n t[a] = {\n name: Na(o),\n tag: r,\n componentInstance: i\n }, s.push(a), this.max && s.length > parseInt(this.max) && nn(t, s[0], s, this._vnode), this.vnodeToCache = null;\n }\n }\n },\n created: function() {\n this.cache = /* @__PURE__ */ Object.create(null), this.keys = [];\n },\n destroyed: function() {\n for (var e in this.cache)\n nn(this.cache, e, this.keys);\n },\n mounted: function() {\n var e = this;\n this.cacheVNode(), this.$watch(\"include\", function(t) {\n Ua(e, function(s) {\n return It(t, s);\n });\n }), this.$watch(\"exclude\", function(t) {\n Ua(e, function(s) {\n return !It(t, s);\n });\n });\n },\n updated: function() {\n this.cacheVNode();\n },\n render: function() {\n var e = this.$slots.default, t = Zr(e), s = t && t.componentOptions;\n if (s) {\n var n = Na(s), a = this, r = a.include, i = a.exclude;\n if (\n // not included\n r && (!n || !It(r, n)) || // excluded\n i && n && It(i, n)\n )\n return t;\n var o = this, l = o.cache, m = o.keys, u = t.key == null ? (\n // same constructor may get registered as different local components\n // so cid alone is not enough (#3269)\n s.Ctor.cid + (s.tag ? \"::\".concat(s.tag) : \"\")\n ) : t.key;\n l[u] ? (t.componentInstance = l[u].componentInstance, De(m, u), m.push(u)) : (this.vnodeToCache = t, this.keyToCache = u), t.data.keepAlive = !0;\n }\n return t || e && e[0];\n }\n}, Lm = {\n KeepAlive: Cm\n};\nfunction bm(e) {\n var t = {};\n t.get = function() {\n return U;\n }, process.env.NODE_ENV !== \"production\" && (t.set = function() {\n w(\"Do not replace the Vue.config object, set individual fields instead.\");\n }), Object.defineProperty(e, \"config\", t), e.util = {\n warn: w,\n extend: D,\n mergeOptions: Ke,\n defineReactive: oe\n }, e.set = wn, e.delete = Mr, e.nextTick = Cn, e.observable = function(s) {\n return ye(s), s;\n }, e.options = /* @__PURE__ */ Object.create(null), ys.forEach(function(s) {\n e.options[s + \"s\"] = /* @__PURE__ */ Object.create(null);\n }), e.options._base = e, D(e.options.components, Lm), Tm(e), vm(e), wm(e), _m(e);\n}\nbm(I);\nObject.defineProperty(I.prototype, \"$isServer\", {\n get: Pt\n});\nObject.defineProperty(I.prototype, \"$ssrContext\", {\n get: function() {\n return this.$vnode && this.$vnode.ssrContext;\n }\n});\nObject.defineProperty(I, \"FunctionalRenderContext\", {\n value: An\n});\nI.version = cu;\nvar Sm = X(\"style,class\"), km = X(\"input,textarea,option,select,progress\"), Am = function(e, t, s) {\n return s === \"value\" && km(e) && t !== \"button\" || s === \"selected\" && e === \"option\" || s === \"checked\" && e === \"input\" || s === \"muted\" && e === \"video\";\n}, ui = X(\"contenteditable,draggable,spellcheck\"), Fm = X(\"events,caret,typing,plaintext-only\"), Em = function(e, t) {\n return cs(t) || t === \"false\" ? \"false\" : (\n // allow arbitrary string value for contenteditable\n e === \"contenteditable\" && Fm(t) ? t : \"true\"\n );\n}, Pm = X(\"allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,truespeed,typemustmatch,visible\"), an = \"http://www.w3.org/1999/xlink\", Dn = function(e) {\n return e.charAt(5) === \":\" && e.slice(0, 5) === \"xlink\";\n}, mi = function(e) {\n return Dn(e) ? e.slice(6, e.length) : \"\";\n}, cs = function(e) {\n return e == null || e === !1;\n};\nfunction Nm(e) {\n for (var t = e.data, s = e, n = e; f(n.componentInstance); )\n n = n.componentInstance._vnode, n && n.data && (t = Ba(n.data, t));\n for (; f(s = s.parent); )\n s && s.data && (t = Ba(t, s.data));\n return Um(t.staticClass, t.class);\n}\nfunction Ba(e, t) {\n return {\n staticClass: jn(e.staticClass, t.staticClass),\n class: f(e.class) ? [e.class, t.class] : t.class\n };\n}\nfunction Um(e, t) {\n return f(e) || f(t) ? jn(e, $n(t)) : \"\";\n}\nfunction jn(e, t) {\n return e ? t ? e + \" \" + t : e : t || \"\";\n}\nfunction $n(e) {\n return Array.isArray(e) ? Om(e) : q(e) ? Bm(e) : typeof e == \"string\" ? e : \"\";\n}\nfunction Om(e) {\n for (var t = \"\", s, n = 0, a = e.length; n < a; n++)\n f(s = $n(e[n])) && s !== \"\" && (t && (t += \" \"), t += s);\n return t;\n}\nfunction Bm(e) {\n var t = \"\";\n for (var s in e)\n e[s] && (t && (t += \" \"), t += s);\n return t;\n}\nvar Dm = {\n svg: \"http://www.w3.org/2000/svg\",\n math: \"http://www.w3.org/1998/Math/MathML\"\n}, jm = X(\"html,body,base,head,link,meta,style,title,address,article,aside,footer,header,h1,h2,h3,h4,h5,h6,hgroup,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,rtc,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,menuitem,summary,content,element,shadow,template,blockquote,iframe,tfoot\"), Rn = X(\"svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,font-face,foreignobject,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,polygon,polyline,rect,switch,symbol,text,textpath,tspan,use,view\", !0), ci = function(e) {\n return jm(e) || Rn(e);\n};\nfunction $m(e) {\n if (Rn(e))\n return \"svg\";\n if (e === \"math\")\n return \"math\";\n}\nvar zt = /* @__PURE__ */ Object.create(null);\nfunction Rm(e) {\n if (!J)\n return !0;\n if (ci(e))\n return !1;\n if (e = e.toLowerCase(), zt[e] != null)\n return zt[e];\n var t = document.createElement(e);\n return e.indexOf(\"-\") > -1 ? zt[e] = t.constructor === window.HTMLUnknownElement || t.constructor === window.HTMLElement : zt[e] = /HTMLUnknownElement/.test(t.toString());\n}\nvar rn = X(\"text,number,password,search,email,tel,url\");\nfunction Im(e) {\n if (typeof e == \"string\") {\n var t = document.querySelector(e);\n return t || (process.env.NODE_ENV !== \"production\" && w(\"Cannot find element: \" + e), document.createElement(\"div\"));\n } else\n return e;\n}\nfunction zm(e, t) {\n var s = document.createElement(e);\n return e !== \"select\" || t.data && t.data.attrs && t.data.attrs.multiple !== void 0 && s.setAttribute(\"multiple\", \"multiple\"), s;\n}\nfunction Mm(e, t) {\n return document.createElementNS(Dm[e], t);\n}\nfunction Hm(e) {\n return document.createTextNode(e);\n}\nfunction Vm(e) {\n return document.createComment(e);\n}\nfunction qm(e, t, s) {\n e.insertBefore(t, s);\n}\nfunction Wm(e, t) {\n e.removeChild(t);\n}\nfunction Gm(e, t) {\n e.appendChild(t);\n}\nfunction Km(e) {\n return e.parentNode;\n}\nfunction Jm(e) {\n return e.nextSibling;\n}\nfunction Ym(e) {\n return e.tagName;\n}\nfunction Zm(e, t) {\n e.textContent = t;\n}\nfunction Xm(e, t) {\n e.setAttribute(t, \"\");\n}\nvar Qm = /* @__PURE__ */ Object.freeze({\n __proto__: null,\n createElement: zm,\n createElementNS: Mm,\n createTextNode: Hm,\n createComment: Vm,\n insertBefore: qm,\n removeChild: Wm,\n appendChild: Gm,\n parentNode: Km,\n nextSibling: Jm,\n tagName: Ym,\n setTextContent: Zm,\n setStyleScope: Xm\n}), ec = {\n create: function(e, t) {\n st(t);\n },\n update: function(e, t) {\n e.data.ref !== t.data.ref && (st(e, !0), st(t));\n },\n destroy: function(e) {\n st(e, !0);\n }\n};\nfunction st(e, t) {\n var s = e.data.ref;\n if (f(s)) {\n var n = e.context, a = e.componentInstance || e.elm, r = t ? null : a, i = t ? void 0 : a;\n if ($(s)) {\n Be(s, n, [r], n, \"template ref function\");\n return;\n }\n var o = e.data.refInFor, l = typeof s == \"string\" || typeof s == \"number\", m = de(s), u = n.$refs;\n if (l || m)\n if (o) {\n var g = l ? u[s] : s.value;\n t ? b(g) && De(g, a) : b(g) ? g.includes(a) || g.push(a) : l ? (u[s] = [a], Da(n, s, u[s])) : s.value = [a];\n } else if (l) {\n if (t && u[s] !== a)\n return;\n u[s] = i, Da(n, s, r);\n } else if (m) {\n if (t && s.value !== a)\n return;\n s.value = r;\n } else\n process.env.NODE_ENV !== \"production\" && w(\"Invalid template ref type: \".concat(typeof s));\n }\n}\nfunction Da(e, t, s) {\n var n = e._setupState;\n n && V(n, t) && (de(n[t]) ? n[t].value = s : n[t] = s);\n}\nvar Ee = new K(\"\", {}, []), gt = [\"create\", \"activate\", \"update\", \"remove\", \"destroy\"];\nfunction Ie(e, t) {\n return e.key === t.key && e.asyncFactory === t.asyncFactory && (e.tag === t.tag && e.isComment === t.isComment && f(e.data) === f(t.data) && tc(e, t) || R(e.isAsyncPlaceholder) && L(t.asyncFactory.error));\n}\nfunction tc(e, t) {\n if (e.tag !== \"input\")\n return !0;\n var s, n = f(s = e.data) && f(s = s.attrs) && s.type, a = f(s = t.data) && f(s = s.attrs) && s.type;\n return n === a || rn(n) && rn(a);\n}\nfunction sc(e, t, s) {\n var n, a, r = {};\n for (n = t; n <= s; ++n)\n a = e[n].key, f(a) && (r[a] = n);\n return r;\n}\nfunction nc(e) {\n var t, s, n = {}, a = e.modules, r = e.nodeOps;\n for (t = 0; t < gt.length; ++t)\n for (n[gt[t]] = [], s = 0; s < a.length; ++s)\n f(a[s][gt[t]]) && n[gt[t]].push(a[s][gt[t]]);\n function i(d) {\n return new K(r.tagName(d).toLowerCase(), {}, [], void 0, d);\n }\n function o(d, c) {\n function p() {\n --p.listeners === 0 && l(d);\n }\n return p.listeners = c, p;\n }\n function l(d) {\n var c = r.parentNode(d);\n f(c) && r.removeChild(c, d);\n }\n function m(d, c) {\n return !c && !d.ns && !(U.ignoredElements.length && U.ignoredElements.some(function(p) {\n return Ar(p) ? p.test(d.tag) : p === d.tag;\n })) && U.isUnknownElement(d.tag);\n }\n var u = 0;\n function g(d, c, p, x, C, F, k) {\n if (f(d.elm) && f(F) && (d = F[k] = Gs(d)), d.isRootInsert = !C, !v(d, c, p, x)) {\n var S = d.data, N = d.children, E = d.tag;\n f(E) ? (process.env.NODE_ENV !== \"production\" && (S && S.pre && u++, m(d, u) && w(\"Unknown custom element: <\" + E + '> - did you register the component correctly? For recursive components, make sure to provide the \"name\" option.', d.context)), d.elm = d.ns ? r.createElementNS(d.ns, E) : r.createElement(E, d), Q(d), O(d, N, c), f(S) && B(d, c), _(p, d.elm, x), process.env.NODE_ENV !== \"production\" && S && S.pre && u--) : R(d.isComment) ? (d.elm = r.createComment(d.text), _(p, d.elm, x)) : (d.elm = r.createTextNode(d.text), _(p, d.elm, x));\n }\n }\n function v(d, c, p, x) {\n var C = d.data;\n if (f(C)) {\n var F = f(d.componentInstance) && C.keepAlive;\n if (f(C = C.hook) && f(C = C.init) && C(\n d,\n !1\n /* hydrating */\n ), f(d.componentInstance))\n return y(d, c), _(p, d.elm, x), R(F) && T(d, c, p, x), !0;\n }\n }\n function y(d, c) {\n f(d.data.pendingInsert) && (c.push.apply(c, d.data.pendingInsert), d.data.pendingInsert = null), d.elm = d.componentInstance.$el, j(d) ? (B(d, c), Q(d)) : (st(d), c.push(d));\n }\n function T(d, c, p, x) {\n for (var C, F = d; F.componentInstance; )\n if (F = F.componentInstance._vnode, f(C = F.data) && f(C = C.transition)) {\n for (C = 0; C < n.activate.length; ++C)\n n.activate[C](Ee, F);\n c.push(F);\n break;\n }\n _(p, d.elm, x);\n }\n function _(d, c, p) {\n f(d) && (f(p) ? r.parentNode(p) === d && r.insertBefore(d, c, p) : r.appendChild(d, c));\n }\n function O(d, c, p) {\n if (b(c)) {\n process.env.NODE_ENV !== \"production\" && Ze(c);\n for (var x = 0; x < c.length; ++x)\n g(c[x], p, d.elm, null, !0, c, x);\n } else\n _e(d.text) && r.appendChild(d.elm, r.createTextNode(String(d.text)));\n }\n function j(d) {\n for (; d.componentInstance; )\n d = d.componentInstance._vnode;\n return f(d.tag);\n }\n function B(d, c) {\n for (var p = 0; p < n.create.length; ++p)\n n.create[p](Ee, d);\n t = d.data.hook, f(t) && (f(t.create) && t.create(Ee, d), f(t.insert) && c.push(d));\n }\n function Q(d) {\n var c;\n if (f(c = d.fnScopeId))\n r.setStyleScope(d.elm, c);\n else\n for (var p = d; p; )\n f(c = p.context) && f(c = c.$options._scopeId) && r.setStyleScope(d.elm, c), p = p.parent;\n f(c = Ve) && c !== d.context && c !== d.fnContext && f(c = c.$options._scopeId) && r.setStyleScope(d.elm, c);\n }\n function Ce(d, c, p, x, C, F) {\n for (; x <= C; ++x)\n g(p[x], F, d, c, !1, p, x);\n }\n function je(d) {\n var c, p, x = d.data;\n if (f(x))\n for (f(c = x.hook) && f(c = c.destroy) && c(d), c = 0; c < n.destroy.length; ++c)\n n.destroy[c](d);\n if (f(c = d.children))\n for (p = 0; p < d.children.length; ++p)\n je(d.children[p]);\n }\n function ge(d, c, p) {\n for (; c <= p; ++c) {\n var x = d[c];\n f(x) && (f(x.tag) ? (ae(x), je(x)) : l(x.elm));\n }\n }\n function ae(d, c) {\n if (f(c) || f(d.data)) {\n var p, x = n.remove.length + 1;\n for (f(c) ? c.listeners += x : c = o(d.elm, x), f(p = d.componentInstance) && f(p = p._vnode) && f(p.data) && ae(p, c), p = 0; p < n.remove.length; ++p)\n n.remove[p](d, c);\n f(p = d.data.hook) && f(p = p.remove) ? p(d, c) : c();\n } else\n l(d.elm);\n }\n function ct(d, c, p, x, C) {\n var F = 0, k = 0, S = c.length - 1, N = c[0], E = c[S], P = p.length - 1, H = p[0], ee = p[P], Re, Se, ke, Mn, Cs = !C;\n for (process.env.NODE_ENV !== \"production\" && Ze(p); F <= S && k <= P; )\n L(N) ? N = c[++F] : L(E) ? E = c[--S] : Ie(N, H) ? (pe(N, H, x, p, k), N = c[++F], H = p[++k]) : Ie(E, ee) ? (pe(E, ee, x, p, P), E = c[--S], ee = p[--P]) : Ie(N, ee) ? (pe(N, ee, x, p, P), Cs && r.insertBefore(d, N.elm, r.nextSibling(E.elm)), N = c[++F], ee = p[--P]) : Ie(E, H) ? (pe(E, H, x, p, k), Cs && r.insertBefore(d, E.elm, N.elm), E = c[--S], H = p[++k]) : (L(Re) && (Re = sc(c, F, S)), Se = f(H.key) ? Re[H.key] : Ut(H, c, F, S), L(Se) ? g(H, x, d, N.elm, !1, p, k) : (ke = c[Se], Ie(ke, H) ? (pe(ke, H, x, p, k), c[Se] = void 0, Cs && r.insertBefore(d, ke.elm, N.elm)) : g(H, x, d, N.elm, !1, p, k)), H = p[++k]);\n F > S ? (Mn = L(p[P + 1]) ? null : p[P + 1].elm, Ce(d, Mn, p, k, P, x)) : k > P && ge(c, F, S);\n }\n function Ze(d) {\n for (var c = {}, p = 0; p < d.length; p++) {\n var x = d[p], C = x.key;\n f(C) && (c[C] ? w(\"Duplicate keys detected: '\".concat(C, \"'. This may cause an update error.\"), x.context) : c[C] = !0);\n }\n }\n function Ut(d, c, p, x) {\n for (var C = p; C < x; C++) {\n var F = c[C];\n if (f(F) && Ie(d, F))\n return C;\n }\n }\n function pe(d, c, p, x, C, F) {\n if (d !== c) {\n f(c.elm) && f(x) && (c = x[C] = Gs(c));\n var k = c.elm = d.elm;\n if (R(d.isAsyncPlaceholder)) {\n f(c.asyncFactory.resolved) ? be(d.elm, c, p) : c.isAsyncPlaceholder = !0;\n return;\n }\n if (R(c.isStatic) && R(d.isStatic) && c.key === d.key && (R(c.isCloned) || R(c.isOnce))) {\n c.componentInstance = d.componentInstance;\n return;\n }\n var S, N = c.data;\n f(N) && f(S = N.hook) && f(S = S.prepatch) && S(d, c);\n var E = d.children, P = c.children;\n if (f(N) && j(c)) {\n for (S = 0; S < n.update.length; ++S)\n n.update[S](d, c);\n f(S = N.hook) && f(S = S.update) && S(d, c);\n }\n L(c.text) ? f(E) && f(P) ? E !== P && ct(k, E, P, p, F) : f(P) ? (process.env.NODE_ENV !== \"production\" && Ze(P), f(d.text) && r.setTextContent(k, \"\"), Ce(k, null, P, 0, P.length - 1, p)) : f(E) ? ge(E, 0, E.length - 1) : f(d.text) && r.setTextContent(k, \"\") : d.text !== c.text && r.setTextContent(k, c.text), f(N) && f(S = N.hook) && f(S = S.postpatch) && S(d, c);\n }\n }\n function Le(d, c, p) {\n if (R(p) && f(d.parent))\n d.parent.data.pendingInsert = c;\n else\n for (var x = 0; x < c.length; ++x)\n c[x].data.hook.insert(c[x]);\n }\n var $e = !1, Ot = X(\"attrs,class,staticClass,staticStyle,key\");\n function be(d, c, p, x) {\n var C, F = c.tag, k = c.data, S = c.children;\n if (x = x || k && k.pre, c.elm = d, R(c.isComment) && f(c.asyncFactory))\n return c.isAsyncPlaceholder = !0, !0;\n if (process.env.NODE_ENV !== \"production\" && !Xe(d, c, x))\n return !1;\n if (f(k) && (f(C = k.hook) && f(C = C.init) && C(\n c,\n !0\n /* hydrating */\n ), f(C = c.componentInstance)))\n return y(c, p), !0;\n if (f(F)) {\n if (f(S))\n if (!d.hasChildNodes())\n O(c, S, p);\n else if (f(C = k) && f(C = C.domProps) && f(C = C.innerHTML)) {\n if (C !== d.innerHTML)\n return process.env.NODE_ENV !== \"production\" && typeof console < \"u\" && !$e && ($e = !0, console.warn(\"Parent: \", d), console.warn(\"server innerHTML: \", C), console.warn(\"client innerHTML: \", d.innerHTML)), !1;\n } else {\n for (var N = !0, E = d.firstChild, P = 0; P < S.length; P++) {\n if (!E || !be(E, S[P], p, x)) {\n N = !1;\n break;\n }\n E = E.nextSibling;\n }\n if (!N || E)\n return process.env.NODE_ENV !== \"production\" && typeof console < \"u\" && !$e && ($e = !0, console.warn(\"Parent: \", d), console.warn(\"Mismatching childNodes vs. VNodes: \", d.childNodes, S)), !1;\n }\n if (f(k)) {\n var H = !1;\n for (var ee in k)\n if (!Ot(ee)) {\n H = !0, B(c, p);\n break;\n }\n !H && k.class && os(k.class);\n }\n } else\n d.data !== c.text && (d.data = c.text);\n return !0;\n }\n function Xe(d, c, p) {\n return f(c.tag) ? c.tag.indexOf(\"vue-component\") === 0 || !m(c, p) && c.tag.toLowerCase() === (d.tagName && d.tagName.toLowerCase()) : d.nodeType === (c.isComment ? 8 : 3);\n }\n return function(c, p, x, C) {\n if (L(p)) {\n f(c) && je(c);\n return;\n }\n var F = !1, k = [];\n if (L(c))\n F = !0, g(p, k);\n else {\n var S = f(c.nodeType);\n if (!S && Ie(c, p))\n pe(c, p, k, null, null, C);\n else {\n if (S) {\n if (c.nodeType === 1 && c.hasAttribute(aa) && (c.removeAttribute(aa), x = !0), R(x)) {\n if (be(c, p, k))\n return Le(p, k, !0), c;\n process.env.NODE_ENV !== \"production\" && w(\"The client-side rendered virtual DOM tree is not matching server-rendered content. This is likely caused by incorrect HTML markup, for example nesting block-level elements inside

, or missing . Bailing hydration and performing full client-side render.\");\n }\n c = i(c);\n }\n var N = c.elm, E = r.parentNode(N);\n if (g(\n p,\n k,\n // extremely rare edge case: do not insert if old element is in a\n // leaving transition. Only happens when combining transition +\n // keep-alive + HOCs. (#4590)\n N._leaveCb ? null : E,\n r.nextSibling(N)\n ), f(p.parent))\n for (var P = p.parent, H = j(p); P; ) {\n for (var ee = 0; ee < n.destroy.length; ++ee)\n n.destroy[ee](P);\n if (P.elm = p.elm, H) {\n for (var Re = 0; Re < n.create.length; ++Re)\n n.create[Re](Ee, P);\n var Se = P.data.hook.insert;\n if (Se.merged)\n for (var ke = 1; ke < Se.fns.length; ke++)\n Se.fns[ke]();\n } else\n st(P);\n P = P.parent;\n }\n f(E) ? ge([c], 0, 0) : f(c.tag) && je(c);\n }\n }\n return Le(p, k, F), p.elm;\n };\n}\nvar ac = {\n create: Us,\n update: Us,\n destroy: function(t) {\n Us(t, Ee);\n }\n};\nfunction Us(e, t) {\n (e.data.directives || t.data.directives) && rc(e, t);\n}\nfunction rc(e, t) {\n var s = e === Ee, n = t === Ee, a = ja(e.data.directives, e.context), r = ja(t.data.directives, t.context), i = [], o = [], l, m, u;\n for (l in r)\n m = a[l], u = r[l], m ? (u.oldValue = m.value, u.oldArg = m.arg, pt(u, \"update\", t, e), u.def && u.def.componentUpdated && o.push(u)) : (pt(u, \"bind\", t, e), u.def && u.def.inserted && i.push(u));\n if (i.length) {\n var g = function() {\n for (var v = 0; v < i.length; v++)\n pt(i[v], \"inserted\", t, e);\n };\n s ? Fe(t, \"insert\", g) : g();\n }\n if (o.length && Fe(t, \"postpatch\", function() {\n for (var v = 0; v < o.length; v++)\n pt(o[v], \"componentUpdated\", t, e);\n }), !s)\n for (l in a)\n r[l] || pt(a[l], \"unbind\", e, e, n);\n}\nvar ic = /* @__PURE__ */ Object.create(null);\nfunction ja(e, t) {\n var s = /* @__PURE__ */ Object.create(null);\n if (!e)\n return s;\n var n, a;\n for (n = 0; n < e.length; n++) {\n if (a = e[n], a.modifiers || (a.modifiers = ic), s[oc(a)] = a, t._setupState && t._setupState.__sfc) {\n var r = a.def || us(t, \"_setupState\", \"v-\" + a.name);\n typeof r == \"function\" ? a.def = {\n bind: r,\n update: r\n } : a.def = r;\n }\n a.def = a.def || us(t.$options, \"directives\", a.name, !0);\n }\n return s;\n}\nfunction oc(e) {\n return e.rawName || \"\".concat(e.name, \".\").concat(Object.keys(e.modifiers || {}).join(\".\"));\n}\nfunction pt(e, t, s, n, a) {\n var r = e.def && e.def[t];\n if (r)\n try {\n r(s.elm, e, s, n, a);\n } catch (i) {\n Oe(i, s.context, \"directive \".concat(e.name, \" \").concat(t, \" hook\"));\n }\n}\nvar lc = [ec, ac];\nfunction $a(e, t) {\n var s = t.componentOptions;\n if (!(f(s) && s.Ctor.options.inheritAttrs === !1) && !(L(e.data.attrs) && L(t.data.attrs))) {\n var n, a, r, i = t.elm, o = e.data.attrs || {}, l = t.data.attrs || {};\n (f(l.__ob__) || R(l._v_attr_proxy)) && (l = t.data.attrs = D({}, l));\n for (n in l)\n a = l[n], r = o[n], r !== a && Ra(i, n, a, t.data.pre);\n (ot || $r) && l.value !== o.value && Ra(i, \"value\", l.value);\n for (n in o)\n L(l[n]) && (Dn(n) ? i.removeAttributeNS(an, mi(n)) : ui(n) || i.removeAttribute(n));\n }\n}\nfunction Ra(e, t, s, n) {\n n || e.tagName.indexOf(\"-\") > -1 ? Ia(e, t, s) : Pm(t) ? cs(s) ? e.removeAttribute(t) : (s = t === \"allowfullscreen\" && e.tagName === \"EMBED\" ? \"true\" : t, e.setAttribute(t, s)) : ui(t) ? e.setAttribute(t, Em(t, s)) : Dn(t) ? cs(s) ? e.removeAttributeNS(an, mi(t)) : e.setAttributeNS(an, t, s) : Ia(e, t, s);\n}\nfunction Ia(e, t, s) {\n if (cs(s))\n e.removeAttribute(t);\n else {\n if (ot && !lt && e.tagName === \"TEXTAREA\" && t === \"placeholder\" && s !== \"\" && !e.__ieph) {\n var n = function(a) {\n a.stopImmediatePropagation(), e.removeEventListener(\"input\", n);\n };\n e.addEventListener(\"input\", n), e.__ieph = !0;\n }\n e.setAttribute(t, s);\n }\n}\nvar uc = {\n create: $a,\n update: $a\n};\nfunction za(e, t) {\n var s = t.elm, n = t.data, a = e.data;\n if (!(L(n.staticClass) && L(n.class) && (L(a) || L(a.staticClass) && L(a.class)))) {\n var r = Nm(t), i = s._transitionClasses;\n f(i) && (r = jn(r, $n(i))), r !== s._prevClass && (s.setAttribute(\"class\", r), s._prevClass = r);\n }\n}\nvar mc = {\n create: za,\n update: za\n}, Os = \"__r\", Bs = \"__c\";\nfunction cc(e) {\n if (f(e[Os])) {\n var t = ot ? \"change\" : \"input\";\n e[t] = [].concat(e[Os], e[t] || []), delete e[Os];\n }\n f(e[Bs]) && (e.change = [].concat(e[Bs], e.change || []), delete e[Bs]);\n}\nvar kt;\nfunction dc(e, t, s) {\n var n = kt;\n return function a() {\n var r = t.apply(null, arguments);\n r !== null && di(e, a, s, n);\n };\n}\nvar fc = Zs && !(ra && Number(ra[1]) <= 53);\nfunction gc(e, t, s, n) {\n if (fc) {\n var a = ai, r = t;\n t = r._wrapper = function(i) {\n if (\n // no bubbling, should always fire.\n // this is just a safety net in case event.timeStamp is unreliable in\n // certain weird environments...\n i.target === i.currentTarget || // event is fired after handler attachment\n i.timeStamp >= a || // bail for environments that have buggy event.timeStamp implementations\n // #9462 iOS 9 bug: event.timeStamp is 0 after history.pushState\n // #9681 QtWebEngine event.timeStamp is negative value\n i.timeStamp <= 0 || // #9448 bail if event is fired in another document in a multi-page\n // electron/nw.js app, since event.timeStamp will be using a different\n // starting reference\n i.target.ownerDocument !== document\n )\n return r.apply(this, arguments);\n };\n }\n kt.addEventListener(e, t, Rr ? { capture: s, passive: n } : s);\n}\nfunction di(e, t, s, n) {\n (n || kt).removeEventListener(\n e,\n //@ts-expect-error\n t._wrapper || t,\n s\n );\n}\nfunction Ds(e, t) {\n if (!(L(e.data.on) && L(t.data.on))) {\n var s = t.data.on || {}, n = e.data.on || {};\n kt = t.elm || e.elm, cc(s), qr(s, n, gc, di, dc, t.context), kt = void 0;\n }\n}\nvar pc = {\n create: Ds,\n update: Ds,\n // @ts-expect-error emptyNode has actually data\n destroy: function(e) {\n return Ds(e, Ee);\n }\n}, Mt;\nfunction Ma(e, t) {\n if (!(L(e.data.domProps) && L(t.data.domProps))) {\n var s, n, a = t.elm, r = e.data.domProps || {}, i = t.data.domProps || {};\n (f(i.__ob__) || R(i._v_attr_proxy)) && (i = t.data.domProps = D({}, i));\n for (s in r)\n s in i || (a[s] = \"\");\n for (s in i) {\n if (n = i[s], s === \"textContent\" || s === \"innerHTML\") {\n if (t.children && (t.children.length = 0), n === r[s])\n continue;\n a.childNodes.length === 1 && a.removeChild(a.childNodes[0]);\n }\n if (s === \"value\" && a.tagName !== \"PROGRESS\") {\n a._value = n;\n var o = L(n) ? \"\" : String(n);\n hc(a, o) && (a.value = o);\n } else if (s === \"innerHTML\" && Rn(a.tagName) && L(a.innerHTML)) {\n Mt = Mt || document.createElement(\"div\"), Mt.innerHTML = \"\".concat(n, \"\");\n for (var l = Mt.firstChild; a.firstChild; )\n a.removeChild(a.firstChild);\n for (; l.firstChild; )\n a.appendChild(l.firstChild);\n } else if (\n // skip the update if old and new VDOM state is the same.\n // `value` is handled separately because the DOM value may be temporarily\n // out of sync with VDOM state due to focus, composition and modifiers.\n // This #4521 by skipping the unnecessary `checked` update.\n n !== r[s]\n )\n try {\n a[s] = n;\n } catch {\n }\n }\n }\n}\nfunction hc(e, t) {\n return (\n //@ts-expect-error\n !e.composing && (e.tagName === \"OPTION\" || Tc(e, t) || vc(e, t))\n );\n}\nfunction Tc(e, t) {\n var s = !0;\n try {\n s = document.activeElement !== e;\n } catch {\n }\n return s && e.value !== t;\n}\nfunction vc(e, t) {\n var s = e.value, n = e._vModifiers;\n if (f(n)) {\n if (n.number)\n return xt(s) !== xt(t);\n if (n.trim)\n return s.trim() !== t.trim();\n }\n return s !== t;\n}\nvar wc = {\n create: Ma,\n update: Ma\n}, xc = Je(function(e) {\n var t = {}, s = /;(?![^(]*\\))/g, n = /:(.+)/;\n return e.split(s).forEach(function(a) {\n if (a) {\n var r = a.split(n);\n r.length > 1 && (t[r[0].trim()] = r[1].trim());\n }\n }), t;\n});\nfunction js(e) {\n var t = fi(e.style);\n return e.staticStyle ? D(e.staticStyle, t) : t;\n}\nfunction fi(e) {\n return Array.isArray(e) ? Ur(e) : typeof e == \"string\" ? xc(e) : e;\n}\nfunction yc(e, t) {\n var s = {}, n;\n if (t)\n for (var a = e; a.componentInstance; )\n a = a.componentInstance._vnode, a && a.data && (n = js(a.data)) && D(s, n);\n (n = js(e.data)) && D(s, n);\n for (var r = e; r = r.parent; )\n r.data && (n = js(r.data)) && D(s, n);\n return s;\n}\nvar _c = /^--/, Ha = /\\s*!important$/, Va = function(e, t, s) {\n if (_c.test(t))\n e.style.setProperty(t, s);\n else if (Ha.test(s))\n e.style.setProperty(Ye(t), s.replace(Ha, \"\"), \"important\");\n else {\n var n = Cc(t);\n if (Array.isArray(s))\n for (var a = 0, r = s.length; a < r; a++)\n e.style[n] = s[a];\n else\n e.style[n] = s;\n }\n}, qa = [\"Webkit\", \"Moz\", \"ms\"], Ht, Cc = Je(function(e) {\n if (Ht = Ht || document.createElement(\"div\").style, e = We(e), e !== \"filter\" && e in Ht)\n return e;\n for (var t = e.charAt(0).toUpperCase() + e.slice(1), s = 0; s < qa.length; s++) {\n var n = qa[s] + t;\n if (n in Ht)\n return n;\n }\n});\nfunction Wa(e, t) {\n var s = t.data, n = e.data;\n if (!(L(s.staticStyle) && L(s.style) && L(n.staticStyle) && L(n.style))) {\n var a, r, i = t.elm, o = n.staticStyle, l = n.normalizedStyle || n.style || {}, m = o || l, u = fi(t.data.style) || {};\n t.data.normalizedStyle = f(u.__ob__) ? D({}, u) : u;\n var g = yc(t, !0);\n for (r in m)\n L(g[r]) && Va(i, r, \"\");\n for (r in g)\n a = g[r], a !== m[r] && Va(i, r, a ?? \"\");\n }\n}\nvar Lc = {\n create: Wa,\n update: Wa\n}, gi = /\\s+/;\nfunction pi(e, t) {\n if (!(!t || !(t = t.trim())))\n if (e.classList)\n t.indexOf(\" \") > -1 ? t.split(gi).forEach(function(n) {\n return e.classList.add(n);\n }) : e.classList.add(t);\n else {\n var s = \" \".concat(e.getAttribute(\"class\") || \"\", \" \");\n s.indexOf(\" \" + t + \" \") < 0 && e.setAttribute(\"class\", (s + t).trim());\n }\n}\nfunction hi(e, t) {\n if (!(!t || !(t = t.trim())))\n if (e.classList)\n t.indexOf(\" \") > -1 ? t.split(gi).forEach(function(a) {\n return e.classList.remove(a);\n }) : e.classList.remove(t), e.classList.length || e.removeAttribute(\"class\");\n else {\n for (var s = \" \".concat(e.getAttribute(\"class\") || \"\", \" \"), n = \" \" + t + \" \"; s.indexOf(n) >= 0; )\n s = s.replace(n, \" \");\n s = s.trim(), s ? e.setAttribute(\"class\", s) : e.removeAttribute(\"class\");\n }\n}\nfunction Ti(e) {\n if (e) {\n if (typeof e == \"object\") {\n var t = {};\n return e.css !== !1 && D(t, Ga(e.name || \"v\")), D(t, e), t;\n } else if (typeof e == \"string\")\n return Ga(e);\n }\n}\nvar Ga = Je(function(e) {\n return {\n enterClass: \"\".concat(e, \"-enter\"),\n enterToClass: \"\".concat(e, \"-enter-to\"),\n enterActiveClass: \"\".concat(e, \"-enter-active\"),\n leaveClass: \"\".concat(e, \"-leave\"),\n leaveToClass: \"\".concat(e, \"-leave-to\"),\n leaveActiveClass: \"\".concat(e, \"-leave-active\")\n };\n}), vi = J && !lt, Qe = \"transition\", $s = \"animation\", Xt = \"transition\", ds = \"transitionend\", on = \"animation\", wi = \"animationend\";\nvi && (window.ontransitionend === void 0 && window.onwebkittransitionend !== void 0 && (Xt = \"WebkitTransition\", ds = \"webkitTransitionEnd\"), window.onanimationend === void 0 && window.onwebkitanimationend !== void 0 && (on = \"WebkitAnimation\", wi = \"webkitAnimationEnd\"));\nvar Ka = J ? window.requestAnimationFrame ? window.requestAnimationFrame.bind(window) : setTimeout : (\n /* istanbul ignore next */\n function(e) {\n return e();\n }\n);\nfunction xi(e) {\n Ka(function() {\n Ka(e);\n });\n}\nfunction qe(e, t) {\n var s = e._transitionClasses || (e._transitionClasses = []);\n s.indexOf(t) < 0 && (s.push(t), pi(e, t));\n}\nfunction we(e, t) {\n e._transitionClasses && De(e._transitionClasses, t), hi(e, t);\n}\nfunction yi(e, t, s) {\n var n = _i(e, t), a = n.type, r = n.timeout, i = n.propCount;\n if (!a)\n return s();\n var o = a === Qe ? ds : wi, l = 0, m = function() {\n e.removeEventListener(o, u), s();\n }, u = function(g) {\n g.target === e && ++l >= i && m();\n };\n setTimeout(function() {\n l < i && m();\n }, r + 1), e.addEventListener(o, u);\n}\nvar bc = /\\b(transform|all)(,|$)/;\nfunction _i(e, t) {\n var s = window.getComputedStyle(e), n = (s[Xt + \"Delay\"] || \"\").split(\", \"), a = (s[Xt + \"Duration\"] || \"\").split(\", \"), r = Ja(n, a), i = (s[on + \"Delay\"] || \"\").split(\", \"), o = (s[on + \"Duration\"] || \"\").split(\", \"), l = Ja(i, o), m, u = 0, g = 0;\n t === Qe ? r > 0 && (m = Qe, u = r, g = a.length) : t === $s ? l > 0 && (m = $s, u = l, g = o.length) : (u = Math.max(r, l), m = u > 0 ? r > l ? Qe : $s : null, g = m ? m === Qe ? a.length : o.length : 0);\n var v = m === Qe && bc.test(s[Xt + \"Property\"]);\n return {\n type: m,\n timeout: u,\n propCount: g,\n hasTransform: v\n };\n}\nfunction Ja(e, t) {\n for (; e.length < t.length; )\n e = e.concat(e);\n return Math.max.apply(null, t.map(function(s, n) {\n return Ya(s) + Ya(e[n]);\n }));\n}\nfunction Ya(e) {\n return Number(e.slice(0, -1).replace(\",\", \".\")) * 1e3;\n}\nfunction ln(e, t) {\n var s = e.elm;\n f(s._leaveCb) && (s._leaveCb.cancelled = !0, s._leaveCb());\n var n = Ti(e.data.transition);\n if (!L(n) && !(f(s._enterCb) || s.nodeType !== 1)) {\n for (var a = n.css, r = n.type, i = n.enterClass, o = n.enterToClass, l = n.enterActiveClass, m = n.appearClass, u = n.appearToClass, g = n.appearActiveClass, v = n.beforeEnter, y = n.enter, T = n.afterEnter, _ = n.enterCancelled, O = n.beforeAppear, j = n.appear, B = n.afterAppear, Q = n.appearCancelled, Ce = n.duration, je = Ve, ge = Ve.$vnode; ge && ge.parent; )\n je = ge.context, ge = ge.parent;\n var ae = !je._isMounted || !e.isRootInsert;\n if (!(ae && !j && j !== \"\")) {\n var ct = ae && m ? m : i, Ze = ae && g ? g : l, Ut = ae && u ? u : o, pe = ae && O || v, Le = ae && $(j) ? j : y, $e = ae && B || T, Ot = ae && Q || _, be = xt(q(Ce) ? Ce.enter : Ce);\n process.env.NODE_ENV !== \"production\" && be != null && Li(be, \"enter\", e);\n var Xe = a !== !1 && !lt, d = In(Le), c = s._enterCb = ts(function() {\n Xe && (we(s, Ut), we(s, Ze)), c.cancelled ? (Xe && we(s, ct), Ot && Ot(s)) : $e && $e(s), s._enterCb = null;\n });\n e.data.show || Fe(e, \"insert\", function() {\n var p = s.parentNode, x = p && p._pending && p._pending[e.key];\n x && x.tag === e.tag && x.elm._leaveCb && x.elm._leaveCb(), Le && Le(s, c);\n }), pe && pe(s), Xe && (qe(s, ct), qe(s, Ze), xi(function() {\n we(s, ct), c.cancelled || (qe(s, Ut), d || (bi(be) ? setTimeout(c, be) : yi(s, r, c)));\n })), e.data.show && (t && t(), Le && Le(s, c)), !Xe && !d && c();\n }\n }\n}\nfunction Ci(e, t) {\n var s = e.elm;\n f(s._enterCb) && (s._enterCb.cancelled = !0, s._enterCb());\n var n = Ti(e.data.transition);\n if (L(n) || s.nodeType !== 1)\n return t();\n if (f(s._leaveCb))\n return;\n var a = n.css, r = n.type, i = n.leaveClass, o = n.leaveToClass, l = n.leaveActiveClass, m = n.beforeLeave, u = n.leave, g = n.afterLeave, v = n.leaveCancelled, y = n.delayLeave, T = n.duration, _ = a !== !1 && !lt, O = In(u), j = xt(q(T) ? T.leave : T);\n process.env.NODE_ENV !== \"production\" && f(j) && Li(j, \"leave\", e);\n var B = s._leaveCb = ts(function() {\n s.parentNode && s.parentNode._pending && (s.parentNode._pending[e.key] = null), _ && (we(s, o), we(s, l)), B.cancelled ? (_ && we(s, i), v && v(s)) : (t(), g && g(s)), s._leaveCb = null;\n });\n y ? y(Q) : Q();\n function Q() {\n B.cancelled || (!e.data.show && s.parentNode && ((s.parentNode._pending || (s.parentNode._pending = {}))[e.key] = e), m && m(s), _ && (qe(s, i), qe(s, l), xi(function() {\n we(s, i), B.cancelled || (qe(s, o), O || (bi(j) ? setTimeout(B, j) : yi(s, r, B)));\n })), u && u(s, B), !_ && !O && B());\n }\n}\nfunction Li(e, t, s) {\n typeof e != \"number\" ? w(\" explicit \".concat(t, \" duration is not a valid number - \") + \"got \".concat(JSON.stringify(e), \".\"), s.context) : isNaN(e) && w(\" explicit \".concat(t, \" duration is NaN - \") + \"the duration expression might be incorrect.\", s.context);\n}\nfunction bi(e) {\n return typeof e == \"number\" && !isNaN(e);\n}\nfunction In(e) {\n if (L(e))\n return !1;\n var t = e.fns;\n return f(t) ? In(Array.isArray(t) ? t[0] : t) : (e._length || e.length) > 1;\n}\nfunction Za(e, t) {\n t.data.show !== !0 && ln(t);\n}\nvar Sc = J ? {\n create: Za,\n activate: Za,\n remove: function(e, t) {\n e.data.show !== !0 ? Ci(e, t) : t();\n }\n} : {}, kc = [uc, mc, pc, wc, Lc, Sc], Ac = kc.concat(lc), Fc = nc({ nodeOps: Qm, modules: Ac });\nlt && document.addEventListener(\"selectionchange\", function() {\n var e = document.activeElement;\n e && e.vmodel && zn(e, \"input\");\n});\nvar Si = {\n inserted: function(e, t, s, n) {\n s.tag === \"select\" ? (n.elm && !n.elm._vOptions ? Fe(s, \"postpatch\", function() {\n Si.componentUpdated(e, t, s);\n }) : Xa(e, t, s.context), e._vOptions = [].map.call(e.options, fs)) : (s.tag === \"textarea\" || rn(e.type)) && (e._vModifiers = t.modifiers, t.modifiers.lazy || (e.addEventListener(\"compositionstart\", Ec), e.addEventListener(\"compositionend\", tr), e.addEventListener(\"change\", tr), lt && (e.vmodel = !0)));\n },\n componentUpdated: function(e, t, s) {\n if (s.tag === \"select\") {\n Xa(e, t, s.context);\n var n = e._vOptions, a = e._vOptions = [].map.call(e.options, fs);\n if (a.some(function(i, o) {\n return !Ge(i, n[o]);\n })) {\n var r = e.multiple ? t.value.some(function(i) {\n return er(i, a);\n }) : t.value !== t.oldValue && er(t.value, a);\n r && zn(e, \"change\");\n }\n }\n }\n};\nfunction Xa(e, t, s) {\n Qa(e, t, s), (ot || $r) && setTimeout(function() {\n Qa(e, t, s);\n }, 0);\n}\nfunction Qa(e, t, s) {\n var n = t.value, a = e.multiple;\n if (a && !Array.isArray(n)) {\n process.env.NODE_ENV !== \"production\" && w(' ') + \"expects an Array value for its binding, but got \".concat(Object.prototype.toString.call(n).slice(8, -1)), s);\n return;\n }\n for (var r, i, o = 0, l = e.options.length; o < l; o++)\n if (i = e.options[o], a)\n r = Br(n, fs(i)) > -1, i.selected !== r && (i.selected = r);\n else if (Ge(fs(i), n)) {\n e.selectedIndex !== o && (e.selectedIndex = o);\n return;\n }\n a || (e.selectedIndex = -1);\n}\nfunction er(e, t) {\n return t.every(function(s) {\n return !Ge(s, e);\n });\n}\nfunction fs(e) {\n return \"_value\" in e ? e._value : e.value;\n}\nfunction Ec(e) {\n e.target.composing = !0;\n}\nfunction tr(e) {\n e.target.composing && (e.target.composing = !1, zn(e.target, \"input\"));\n}\nfunction zn(e, t) {\n var s = document.createEvent(\"HTMLEvents\");\n s.initEvent(t, !0, !0), e.dispatchEvent(s);\n}\nfunction un(e) {\n return e.componentInstance && (!e.data || !e.data.transition) ? un(e.componentInstance._vnode) : e;\n}\nvar Pc = {\n bind: function(e, t, s) {\n var n = t.value;\n s = un(s);\n var a = s.data && s.data.transition, r = e.__vOriginalDisplay = e.style.display === \"none\" ? \"\" : e.style.display;\n n && a ? (s.data.show = !0, ln(s, function() {\n e.style.display = r;\n })) : e.style.display = n ? r : \"none\";\n },\n update: function(e, t, s) {\n var n = t.value, a = t.oldValue;\n if (!n != !a) {\n s = un(s);\n var r = s.data && s.data.transition;\n r ? (s.data.show = !0, n ? ln(s, function() {\n e.style.display = e.__vOriginalDisplay;\n }) : Ci(s, function() {\n e.style.display = \"none\";\n })) : e.style.display = n ? e.__vOriginalDisplay : \"none\";\n }\n },\n unbind: function(e, t, s, n, a) {\n a || (e.style.display = e.__vOriginalDisplay);\n }\n}, Nc = {\n model: Si,\n show: Pc\n}, ki = {\n name: String,\n appear: Boolean,\n css: Boolean,\n mode: String,\n type: String,\n enterClass: String,\n leaveClass: String,\n enterToClass: String,\n leaveToClass: String,\n enterActiveClass: String,\n leaveActiveClass: String,\n appearClass: String,\n appearActiveClass: String,\n appearToClass: String,\n duration: [Number, String, Object]\n};\nfunction mn(e) {\n var t = e && e.componentOptions;\n return t && t.Ctor.options.abstract ? mn(Zr(t.children)) : e;\n}\nfunction Ai(e) {\n var t = {}, s = e.$options;\n for (var n in s.propsData)\n t[n] = e[n];\n var a = s._parentListeners;\n for (var n in a)\n t[We(n)] = a[n];\n return t;\n}\nfunction sr(e, t) {\n if (/\\d-keep-alive$/.test(t.tag))\n return e(\"keep-alive\", {\n props: t.componentOptions.propsData\n });\n}\nfunction Uc(e) {\n for (; e = e.parent; )\n if (e.data.transition)\n return !0;\n}\nfunction Oc(e, t) {\n return t.key === e.key && t.tag === e.tag;\n}\nvar Bc = function(e) {\n return e.tag || _t(e);\n}, Dc = function(e) {\n return e.name === \"show\";\n}, jc = {\n name: \"transition\",\n props: ki,\n abstract: !0,\n render: function(e) {\n var t = this, s = this.$slots.default;\n if (s && (s = s.filter(Bc), !!s.length)) {\n process.env.NODE_ENV !== \"production\" && s.length > 1 && w(\" can only be used on a single element. Use for lists.\", this.$parent);\n var n = this.mode;\n process.env.NODE_ENV !== \"production\" && n && n !== \"in-out\" && n !== \"out-in\" && w(\"invalid mode: \" + n, this.$parent);\n var a = s[0];\n if (Uc(this.$vnode))\n return a;\n var r = mn(a);\n if (!r)\n return a;\n if (this._leaving)\n return sr(e, a);\n var i = \"__transition-\".concat(this._uid, \"-\");\n r.key = r.key == null ? r.isComment ? i + \"comment\" : i + r.tag : _e(r.key) ? String(r.key).indexOf(i) === 0 ? r.key : i + r.key : r.key;\n var o = (r.data || (r.data = {})).transition = Ai(this), l = this._vnode, m = mn(l);\n if (r.data.directives && r.data.directives.some(Dc) && (r.data.show = !0), m && m.data && !Oc(r, m) && !_t(m) && // #6687 component root is a comment node\n !(m.componentInstance && m.componentInstance._vnode.isComment)) {\n var u = m.data.transition = D({}, o);\n if (n === \"out-in\")\n return this._leaving = !0, Fe(u, \"afterLeave\", function() {\n t._leaving = !1, t.$forceUpdate();\n }), sr(e, a);\n if (n === \"in-out\") {\n if (_t(r))\n return l;\n var g, v = function() {\n g();\n };\n Fe(o, \"afterEnter\", v), Fe(o, \"enterCancelled\", v), Fe(u, \"delayLeave\", function(y) {\n g = y;\n });\n }\n }\n return a;\n }\n }\n}, Fi = D({\n tag: String,\n moveClass: String\n}, ki);\ndelete Fi.mode;\nvar $c = {\n props: Fi,\n beforeMount: function() {\n var e = this, t = this._update;\n this._update = function(s, n) {\n var a = ti(e);\n e.__patch__(\n e._vnode,\n e.kept,\n !1,\n // hydrating\n !0\n // removeOnly (!important, avoids unnecessary moves)\n ), e._vnode = e.kept, a(), t.call(e, s, n);\n };\n },\n render: function(e) {\n for (var t = this.tag || this.$vnode.data.tag || \"span\", s = /* @__PURE__ */ Object.create(null), n = this.prevChildren = this.children, a = this.$slots.default || [], r = this.children = [], i = Ai(this), o = 0; o < a.length; o++) {\n var l = a[o];\n if (l.tag) {\n if (l.key != null && String(l.key).indexOf(\"__vlist\") !== 0)\n r.push(l), s[l.key] = l, (l.data || (l.data = {})).transition = i;\n else if (process.env.NODE_ENV !== \"production\") {\n var m = l.componentOptions, u = m ? rt(m.Ctor.options) || m.tag || \"\" : l.tag;\n w(\" children must be keyed: <\".concat(u, \">\"));\n }\n }\n }\n if (n) {\n for (var g = [], v = [], o = 0; o < n.length; o++) {\n var l = n[o];\n l.data.transition = i, l.data.pos = l.elm.getBoundingClientRect(), s[l.key] ? g.push(l) : v.push(l);\n }\n this.kept = e(t, null, g), this.removed = v;\n }\n return e(t, null, r);\n },\n updated: function() {\n var e = this.prevChildren, t = this.moveClass || (this.name || \"v\") + \"-move\";\n !e.length || !this.hasMove(e[0].elm, t) || (e.forEach(Rc), e.forEach(Ic), e.forEach(zc), this._reflow = document.body.offsetHeight, e.forEach(function(s) {\n if (s.data.moved) {\n var n = s.elm, a = n.style;\n qe(n, t), a.transform = a.WebkitTransform = a.transitionDuration = \"\", n.addEventListener(ds, n._moveCb = function r(i) {\n i && i.target !== n || (!i || /transform$/.test(i.propertyName)) && (n.removeEventListener(ds, r), n._moveCb = null, we(n, t));\n });\n }\n }));\n },\n methods: {\n hasMove: function(e, t) {\n if (!vi)\n return !1;\n if (this._hasMove)\n return this._hasMove;\n var s = e.cloneNode();\n e._transitionClasses && e._transitionClasses.forEach(function(a) {\n hi(s, a);\n }), pi(s, t), s.style.display = \"none\", this.$el.appendChild(s);\n var n = _i(s);\n return this.$el.removeChild(s), this._hasMove = n.hasTransform;\n }\n }\n};\nfunction Rc(e) {\n e.elm._moveCb && e.elm._moveCb(), e.elm._enterCb && e.elm._enterCb();\n}\nfunction Ic(e) {\n e.data.newPos = e.elm.getBoundingClientRect();\n}\nfunction zc(e) {\n var t = e.data.pos, s = e.data.newPos, n = t.left - s.left, a = t.top - s.top;\n if (n || a) {\n e.data.moved = !0;\n var r = e.elm.style;\n r.transform = r.WebkitTransform = \"translate(\".concat(n, \"px,\").concat(a, \"px)\"), r.transitionDuration = \"0s\";\n }\n}\nvar Mc = {\n Transition: jc,\n TransitionGroup: $c\n};\nI.config.mustUseProp = Am;\nI.config.isReservedTag = ci;\nI.config.isReservedAttr = Sm;\nI.config.getTagNamespace = $m;\nI.config.isUnknownElement = Rm;\nD(I.options.directives, Nc);\nD(I.options.components, Mc);\nI.prototype.__patch__ = J ? Fc : z;\nI.prototype.$mount = function(e, t) {\n return e = e && J ? Im(e) : void 0, xu(this, e, t);\n};\nJ && setTimeout(function() {\n U.devtools && (ss ? ss.emit(\"init\", I) : process.env.NODE_ENV !== \"production\" && process.env.NODE_ENV !== \"test\" && console[console.info ? \"info\" : \"log\"](`Download the Vue Devtools extension for a better development experience:\nhttps://github.com/vuejs/vue-devtools`)), process.env.NODE_ENV !== \"production\" && process.env.NODE_ENV !== \"test\" && U.productionTip !== !1 && typeof console < \"u\" && console[console.info ? \"info\" : \"log\"](`You are running Vue in development mode.\nMake sure to turn on production mode when deploying for production.\nSee more tips at https://vuejs.org/guide/deployment.html`);\n}, 0);\nfunction _s(e, t, s, n, a, r, i, o) {\n var l = typeof e == \"function\" ? e.options : e;\n t && (l.render = t, l.staticRenderFns = s, l._compiled = !0), n && (l.functional = !0), r && (l._scopeId = \"data-v-\" + r);\n var m;\n if (i ? (m = function(v) {\n v = v || // cached call\n this.$vnode && this.$vnode.ssrContext || // stateful\n this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext, !v && typeof __VUE_SSR_CONTEXT__ < \"u\" && (v = __VUE_SSR_CONTEXT__), a && a.call(this, v), v && v._registeredComponents && v._registeredComponents.add(i);\n }, l._ssrRegister = m) : a && (m = o ? function() {\n a.call(\n this,\n (l.functional ? this.parent : this).$root.$options.shadowRoot\n );\n } : a), m)\n if (l.functional) {\n l._injectStyles = m;\n var u = l.render;\n l.render = function(y, T) {\n return m.call(T), u(y, T);\n };\n } else {\n var g = l.beforeCreate;\n l.beforeCreate = g ? [].concat(g, m) : [m];\n }\n return {\n exports: e,\n options: l\n };\n}\nconst Hc = {\n name: \"CancelIcon\",\n emits: [\"click\"],\n props: {\n title: {\n type: String\n },\n fillColor: {\n type: String,\n default: \"currentColor\"\n },\n size: {\n type: Number,\n default: 24\n }\n }\n};\nvar Vc = function() {\n var t = this, s = t._self._c;\n return s(\"span\", t._b({ staticClass: \"material-design-icon cancel-icon\", attrs: { \"aria-hidden\": !t.title, \"aria-label\": t.title, role: \"img\" }, on: { click: function(n) {\n return t.$emit(\"click\", n);\n } } }, \"span\", t.$attrs, !1), [s(\"svg\", { staticClass: \"material-design-icon__svg\", attrs: { fill: t.fillColor, width: t.size, height: t.size, viewBox: \"0 0 24 24\" } }, [s(\"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 ? s(\"title\", [t._v(t._s(t.title))]) : t._e()])])]);\n}, qc = [], Wc = /* @__PURE__ */ _s(\n Hc,\n Vc,\n qc,\n !1,\n null,\n null,\n null,\n null\n);\nconst Gc = Wc.exports, Kc = {\n name: \"PlusIcon\",\n emits: [\"click\"],\n props: {\n title: {\n type: String\n },\n fillColor: {\n type: String,\n default: \"currentColor\"\n },\n size: {\n type: Number,\n default: 24\n }\n }\n};\nvar Jc = function() {\n var t = this, s = t._self._c;\n return s(\"span\", t._b({ staticClass: \"material-design-icon plus-icon\", attrs: { \"aria-hidden\": !t.title, \"aria-label\": t.title, role: \"img\" }, on: { click: function(n) {\n return t.$emit(\"click\", n);\n } } }, \"span\", t.$attrs, !1), [s(\"svg\", { staticClass: \"material-design-icon__svg\", attrs: { fill: t.fillColor, width: t.size, height: t.size, viewBox: \"0 0 24 24\" } }, [s(\"path\", { attrs: { d: \"M19,13H13V19H11V13H5V11H11V5H13V11H19V13Z\" } }, [t.title ? s(\"title\", [t._v(t._s(t.title))]) : t._e()])])]);\n}, Yc = [], Zc = /* @__PURE__ */ _s(\n Kc,\n Jc,\n Yc,\n !1,\n null,\n null,\n null,\n null\n);\nconst Xc = Zc.exports, Qc = {\n name: \"UploadIcon\",\n emits: [\"click\"],\n props: {\n title: {\n type: String\n },\n fillColor: {\n type: String,\n default: \"currentColor\"\n },\n size: {\n type: Number,\n default: 24\n }\n }\n};\nvar ed = function() {\n var t = this, s = t._self._c;\n return s(\"span\", t._b({ staticClass: \"material-design-icon upload-icon\", attrs: { \"aria-hidden\": !t.title, \"aria-label\": t.title, role: \"img\" }, on: { click: function(n) {\n return t.$emit(\"click\", n);\n } } }, \"span\", t.$attrs, !1), [s(\"svg\", { staticClass: \"material-design-icon__svg\", attrs: { fill: t.fillColor, width: t.size, height: t.size, viewBox: \"0 0 24 24\" } }, [s(\"path\", { attrs: { d: \"M9,16V10H5L12,3L19,10H15V16H9M5,20V18H19V20H5Z\" } }, [t.title ? s(\"title\", [t._v(t._s(t.title))]) : t._e()])])]);\n}, td = [], sd = /* @__PURE__ */ _s(\n Qc,\n ed,\n td,\n !1,\n null,\n null,\n null,\n null\n);\nconst nd = sd.exports;\n/**\n * @copyright Copyright (c) 2023 Ferdinand Thiessen \n *\n * @author Ferdinand Thiessen \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 Ei = Vi().detectLocale();\n[{ 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: [\"باقٍ بضعُ ثوانٍ\"] }, 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} ملف\", \"تخطَّ {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\": \"FranciscoFJ , 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\n` }, msgstr: [`Last-Translator: FranciscoFJ , 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\"] }, Add: { msgid: \"Add\", msgstr: [\"Añadir\"] }, \"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 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\": \"Clément Saccoccio, 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:\nJohn Molakvoæ , 2023\nJean-Claude Richard , 2023\nClément Saccoccio, 2023\n` }, msgstr: [`Last-Translator: Clément Saccoccio, 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\"] }, Add: { msgid: \"Add\", msgstr: [\"Ajouter\"] }, \"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 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\"] }, Add: { msgid: \"Add\", msgstr: [\"Engadir\"] }, \"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 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\": \"Rainy Merlin, 2022\", \"Language-Team\": \"Indonesian (https://www.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:\nRainy Merlin, 2022\n` }, msgstr: [`Last-Translator: Rainy Merlin, 2022\nLanguage-Team: Indonesian (https://www.transifex.com/nextcloud/teams/64236/id/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: id\nPlural-Forms: nplurals=1; plural=0;\n`] }, \"{seconds} seconds left\": { msgid: \"{seconds} seconds left\", msgstr: [\"{seconds} detik tersisa\"] }, \"{time} left\": { msgid: \"{time} left\", comments: { extracted: \"time has the format 00:00:00\" }, msgstr: [\"{time} tersisa\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"tinggal sebentar lagi\"] }, Add: { msgid: \"Add\", msgstr: [\"Tambah\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"Batalkan unggahan\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"memperkirakan waktu yang tersisa\"] }, paused: { msgid: \"paused\", msgstr: [\"dijeda\"] }, \"Upload files\": { msgid: \"Upload files\", msgstr: [\"Unggah berkas\"] } } } } }, { 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\": \"Transifex Bot <>, 2022\", \"Language-Team\": \"Icelandic (https://www.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:\nTransifex Bot <>, 2022\n` }, msgstr: [`Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Icelandic (https://www.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`] }, \"{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: \"it\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Lep Lep, 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\n` }, msgstr: [`Last-Translator: Lep Lep, 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\"] }, Add: { msgid: \"Add\", msgstr: [\"Aggiungi\"] }, \"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 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\": \"Valdnet, 2022\", \"Language-Team\": \"Polish (https://www.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:\nValdnet, 2022\n` }, msgstr: [`Last-Translator: Valdnet, 2022\nLanguage-Team: Polish (https://www.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`] }, \"{seconds} seconds left\": { msgid: \"{seconds} seconds left\", msgstr: [\"Pozostało {seconds} sekund\"] }, \"{time} left\": { msgid: \"{time} left\", comments: { extracted: \"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\"] }, Add: { msgid: \"Add\", msgstr: [\"Dodaj\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"Anuluj wysyłanie\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"Szacowanie pozostałego czasu\"] }, paused: { msgid: \"paused\", msgstr: [\"Wstrzymane\"] }, \"Upload files\": { msgid: \"Upload files\", msgstr: [\"Wyślij pliki\"] } } } } }, { 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\"] }, Add: { msgid: \"Add\", msgstr: [\"Lägg till\"] }, \"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 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 , 2022\", \"Language-Team\": \"Turkish (https://www.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:\nKaya Zeren , 2022\n` }, msgstr: [`Last-Translator: Kaya Zeren , 2022\nLanguage-Team: Turkish (https://www.transifex.com/nextcloud/teams/64236/tr/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: tr\nPlural-Forms: nplurals=2; plural=(n > 1);\n`] }, \"{seconds} seconds left\": { msgid: \"{seconds} seconds left\", msgstr: [\"{seconds} saniye kaldı\"] }, \"{time} left\": { msgid: \"{time} left\", comments: { extracted: \"time has the format 00:00:00\" }, msgstr: [\"{time} kaldı\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"bir kaç saniye kaldı\"] }, Add: { msgid: \"Add\", msgstr: [\"Ekle\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"Yüklemeleri iptal et\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"öngörülen kalan süre\"] }, paused: { msgid: \"paused\", msgstr: [\"duraklatıldı\"] }, \"Upload files\": { msgid: \"Upload files\", msgstr: [\"Dosyaları yükle\"] } } } } }, { 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((e) => Ei.addTranslation(e.locale, e.json));\nconst gs = Ei.build(), qd = gs.ngettext.bind(gs), Te = gs.gettext.bind(gs), ad = I.extend({\n name: \"UploadPicker\",\n components: {\n Cancel: Gc,\n NcActionButton: Ri,\n NcActions: Ii,\n NcButton: zi,\n NcIconSvgWrapper: Mi,\n NcProgressBar: Hi,\n Plus: Xc,\n Upload: nd\n },\n props: {\n accept: {\n type: Array,\n default: null\n },\n disabled: {\n type: Boolean,\n default: !1\n },\n multiple: {\n type: Boolean,\n default: !1\n },\n destination: {\n type: ar,\n default: void 0\n },\n /**\n * List of file present in the destination folder\n */\n content: {\n type: Array,\n default: () => []\n }\n },\n data() {\n return {\n addLabel: Te(\"New\"),\n cancelLabel: Te(\"Cancel uploads\"),\n uploadLabel: Te(\"Upload files\"),\n eta: null,\n timeLeft: \"\",\n newFileMenuEntries: [],\n uploadManager: Pi()\n };\n },\n computed: {\n totalQueueSize() {\n return this.uploadManager.info?.size || 0;\n },\n uploadedQueueSize() {\n return this.uploadManager.info?.progress || 0;\n },\n progress() {\n return Math.round(this.uploadedQueueSize / this.totalQueueSize * 100) || 0;\n },\n queue() {\n return this.uploadManager.queue;\n },\n hasFailure() {\n return this.queue?.filter((e) => e.status === ue.FAILED).length !== 0;\n },\n isUploading() {\n return this.queue?.length > 0;\n },\n isAssembling() {\n return this.queue?.filter((e) => e.status === ue.ASSEMBLING).length !== 0;\n },\n isPaused() {\n return this.uploadManager.info?.status === kr.PAUSED;\n },\n // Hide the button text if we're uploading\n buttonName() {\n if (!this.isUploading)\n return this.addLabel;\n }\n },\n watch: {\n destination(e) {\n this.setDestination(e);\n },\n totalQueueSize(e) {\n this.eta = $i({ min: 0, max: e }), this.updateStatus();\n },\n uploadedQueueSize(e) {\n this.eta?.report?.(e), this.updateStatus();\n },\n isPaused(e) {\n e ? this.$emit(\"paused\", this.queue) : this.$emit(\"resumed\", this.queue);\n }\n },\n beforeMount() {\n this.destination && this.setDestination(this.destination), this.uploadManager.addNotifier(this.onUploadCompletion), re.debug(\"UploadPicker initialised\");\n },\n methods: {\n /**\n * Trigger file picker\n */\n onClick() {\n this.$refs.input.click();\n },\n /**\n * Start uploading\n */\n async onPick() {\n let e = [...this.$refs.input.files];\n if (ud(e, this.content)) {\n const t = e.filter((n) => this.content.find((a) => a.basename === n.name)).filter(Boolean), s = e.filter((n) => !t.includes(n));\n try {\n const { selected: n, renamed: a } = await ld(this.destination.basename, t, this.content);\n e = [...s, ...n, ...a];\n } catch {\n ji(Te(\"Upload cancelled\"));\n return;\n }\n }\n e.forEach((t) => {\n this.uploadManager.upload(t.name, t).catch(() => {\n });\n }), this.$refs.form.reset();\n },\n /**\n * Cancel ongoing queue\n */\n onCancel() {\n this.uploadManager.queue.forEach((e) => {\n e.cancel();\n }), this.$refs.form.reset();\n },\n updateStatus() {\n if (this.isPaused) {\n this.timeLeft = Te(\"paused\");\n return;\n }\n const e = Math.round(this.eta.estimate());\n if (e === 1 / 0) {\n this.timeLeft = Te(\"estimating time left\");\n return;\n }\n if (e < 10) {\n this.timeLeft = Te(\"a few seconds left\");\n return;\n }\n if (e > 60) {\n const t = /* @__PURE__ */ new Date(0);\n t.setSeconds(e);\n const s = t.toISOString().slice(11, 11 + 8);\n this.timeLeft = Te(\"{time} left\", { time: s });\n return;\n }\n this.timeLeft = Te(\"{seconds} seconds left\", { seconds: e });\n },\n setDestination(e) {\n if (!this.destination) {\n re.debug(\"Invalid destination\");\n return;\n }\n re.debug(\"Destination set\", { destination: e }), this.uploadManager.destination = e, this.newFileMenuEntries = Ui(e);\n },\n onUploadCompletion(e) {\n e.status === ue.FAILED ? this.$emit(\"failed\", e) : this.$emit(\"uploaded\", e);\n }\n }\n});\nvar rd = function() {\n var t = this, s = t._self._c;\n return t._self._setupProxy, t.destination ? s(\"form\", { ref: \"form\", staticClass: \"upload-picker\", class: { \"upload-picker--uploading\": t.isUploading, \"upload-picker--paused\": t.isPaused }, attrs: { \"data-cy-upload-picker\": \"\" } }, [t.newFileMenuEntries && t.newFileMenuEntries.length === 0 ? s(\"NcButton\", { attrs: { disabled: t.disabled, \"data-cy-upload-picker-add\": \"\", type: \"secondary\" }, on: { click: t.onClick }, scopedSlots: t._u([{ key: \"icon\", fn: function() {\n return [s(\"Plus\", { attrs: { title: \"\", size: 20, decorative: \"\" } })];\n }, proxy: !0 }], null, !1, 2954875042) }, [t._v(\" \" + t._s(t.buttonName) + \" \")]) : s(\"NcActions\", { attrs: { \"menu-name\": t.buttonName, \"menu-title\": t.addLabel, type: \"secondary\" }, scopedSlots: t._u([{ key: \"icon\", fn: function() {\n return [s(\"Plus\", { attrs: { title: \"\", size: 20, decorative: \"\" } })];\n }, proxy: !0 }], null, !1, 2954875042) }, [s(\"NcActionButton\", { attrs: { \"data-cy-upload-picker-add\": \"\", \"close-after-click\": !0 }, on: { click: t.onClick }, scopedSlots: t._u([{ key: \"icon\", fn: function() {\n return [s(\"Upload\", { attrs: { title: \"\", size: 20, decorative: \"\" } })];\n }, proxy: !0 }], null, !1, 3606034491) }, [t._v(\" \" + t._s(t.uploadLabel) + \" \")]), t._l(t.newFileMenuEntries, function(n) {\n return s(\"NcActionButton\", { key: n.id, staticClass: \"upload-picker__menu-entry\", attrs: { icon: n.iconClass, \"close-after-click\": !0 }, on: { click: function(a) {\n return n.handler(t.destination, t.content);\n } }, scopedSlots: t._u([n.iconSvgInline ? { key: \"icon\", fn: function() {\n return [s(\"NcIconSvgWrapper\", { attrs: { svg: n.iconSvgInline } })];\n }, proxy: !0 } : null], null, !0) }, [t._v(\" \" + t._s(n.displayName) + \" \")]);\n })], 2), s(\"div\", { staticClass: \"upload-picker__progress\" }, [s(\"NcProgressBar\", { attrs: { error: t.hasFailure, value: t.progress, size: \"medium\" } }), s(\"p\", [t._v(t._s(t.timeLeft))])], 1), t.isUploading ? s(\"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() {\n return [s(\"Cancel\", { attrs: { title: \"\", size: 20 } })];\n }, proxy: !0 }], null, !1, 4076886712) }) : t._e(), s(\"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();\n}, id = [], od = /* @__PURE__ */ _s(\n ad,\n rd,\n id,\n !1,\n null,\n \"f09fb109\",\n null,\n null\n);\nconst Wd = od.exports;\nlet Vt = null;\nfunction Pi() {\n const e = document.querySelector('input[name=\"isPublic\"][value=\"1\"]') !== null;\n return Vt instanceof na || (Vt = new na(e)), Vt;\n}\nfunction Gd(e, t) {\n const s = Pi();\n return s.upload(e, t), s;\n}\nasync function ld(e, t, s) {\n const { default: n } = await import(\"./ConflictPicker-56c0128b.mjs\");\n return new Promise((a, r) => {\n const i = new n({\n propsData: {\n dirname: e,\n conflicts: t,\n content: s\n }\n });\n i.$on(\"submit\", (o) => {\n a(o), i.$destroy(), i.$el?.parentNode?.removeChild(i.$el);\n }), i.$on(\"cancel\", (o) => {\n r(o ?? new Error(\"Canceled\")), i.$destroy(), i.$el?.parentNode?.removeChild(i.$el);\n }), i.$mount(), document.body.appendChild(i.$el);\n });\n}\nfunction ud(e, t) {\n const s = t.map((a) => a.basename);\n return e.filter((a) => {\n const r = a instanceof File ? a.name : a.basename;\n return s.indexOf(r) !== -1;\n }).length > 0;\n}\nexport {\n kr as S,\n Wd as U,\n I as V,\n qd as a,\n fl as b,\n ue as c,\n Pi as g,\n ud as h,\n re as l,\n _s as n,\n ld as o,\n Te as t,\n Gd as u\n};\n","import Queue from 'yocto-queue';\nimport {AsyncResource} from '#async_hooks';\n\nexport default function pLimit(concurrency) {\n\tif (!((Number.isInteger(concurrency) || concurrency === Number.POSITIVE_INFINITY) && concurrency > 0)) {\n\t\tthrow new TypeError('Expected `concurrency` to be a number from 1 and up');\n\t}\n\n\tconst queue = new Queue();\n\tlet activeCount = 0;\n\n\tconst next = () => {\n\t\tactiveCount--;\n\n\t\tif (queue.size > 0) {\n\t\t\tqueue.dequeue()();\n\t\t}\n\t};\n\n\tconst run = async (function_, resolve, arguments_) => {\n\t\tactiveCount++;\n\n\t\tconst result = (async () => function_(...arguments_))();\n\n\t\tresolve(result);\n\n\t\ttry {\n\t\t\tawait result;\n\t\t} catch {}\n\n\t\tnext();\n\t};\n\n\tconst enqueue = (function_, resolve, arguments_) => {\n\t\tqueue.enqueue(\n\t\t\tAsyncResource.bind(run.bind(undefined, function_, resolve, arguments_)),\n\t\t);\n\n\t\t(async () => {\n\t\t\t// This function needs to wait until the next microtask before comparing\n\t\t\t// `activeCount` to `concurrency`, because `activeCount` is updated asynchronously\n\t\t\t// when the run function is dequeued and called. The comparison in the if-statement\n\t\t\t// needs to happen asynchronously as well to get an up-to-date value for `activeCount`.\n\t\t\tawait Promise.resolve();\n\n\t\t\tif (activeCount < concurrency && queue.size > 0) {\n\t\t\t\tqueue.dequeue()();\n\t\t\t}\n\t\t})();\n\t};\n\n\tconst generator = (function_, ...arguments_) => new Promise(resolve => {\n\t\tenqueue(function_, resolve, arguments_);\n\t});\n\n\tObject.defineProperties(generator, {\n\t\tactiveCount: {\n\t\t\tget: () => activeCount,\n\t\t},\n\t\tpendingCount: {\n\t\t\tget: () => queue.size,\n\t\t},\n\t\tclearQueue: {\n\t\t\tvalue() {\n\t\t\t\tqueue.clear();\n\t\t\t},\n\t\t},\n\t});\n\n\treturn generator;\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=\" + {\"2048\":\"78a82614529a3cefcde7\",\"4180\":\"fe82f3a2dac70d6b82bc\",\"6297\":\"1e84ac24774ea94e83ae\"}[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 = 2181;","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\t2181: 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__(77946)))\n__webpack_exports__ = __webpack_require__.O(__webpack_exports__);\n"],"names":["deferred","inProgress","dataWebpackPrefix","getTarget","navigator","window","g","util","warn","isProxyAvailable","Proxy","HOOK_SETUP","supported","perf","ApiProxy","constructor","plugin","hook","this","target","targetQueue","onQueue","defaultSettings","settings","id","item","defaultValue","localSettingsSaveId","currentSettings","Object","assign","raw","localStorage","getItem","data","JSON","parse","e","fallbacks","getSettings","setSettings","value","setItem","stringify","now","undefined","performance","_a","perf_hooks","Date","on","pluginId","proxiedOn","get","_target","prop","args","push","method","proxiedTarget","keys","includes","resolve","Promise","setRealTarget","setupDevtoolsPlugin","pluginDescriptor","setupFn","descriptor","__VUE_DEVTOOLS_GLOBAL_HOOK__","enableProxy","enableEarlyProxy","__VUE_DEVTOOLS_PLUGIN_API_AVAILABLE__","proxy","__VUE_DEVTOOLS_PLUGINS__","emit","activePinia","setActivePinia","pinia","piniaSymbol","Symbol","isPlainObject","o","prototype","toString","call","toJSON","MutationType","IS_CLIENT","USE_DEVTOOLS","__VUE_PROD_DEVTOOLS__","_global","self","global","globalThis","HTMLElement","download","url","name","opts","xhr","XMLHttpRequest","open","responseType","onload","saveAs","response","onerror","console","error","send","corsEnabled","status","click","node","dispatchEvent","MouseEvent","evt","document","createEvent","initMouseEvent","_navigator","userAgent","isMacOSWebView","test","HTMLAnchorElement","blob","a","createElement","rel","href","origin","location","URL","createObjectURL","setTimeout","revokeObjectURL","msSaveOrOpenBlob","autoBom","type","Blob","String","fromCharCode","bom","popup","title","body","innerText","force","isSafari","isChromeIOS","FileReader","reader","onloadend","result","Error","replace","readAsDataURL","toastMessage","message","piniaMessage","__VUE_DEVTOOLS_TOAST__","log","isPinia","checkClipboardAccess","checkNotFocusedError","toLowerCase","fileInput","loadStoresState","state","key","storeState","formatDisplay","display","_custom","PINIA_ROOT_LABEL","PINIA_ROOT_ID","formatStoreForInspectorTree","store","label","$id","formatEventData","events","Array","isArray","reduce","event","operations","oldValue","newValue","operation","formatMutationType","direct","patchFunction","patchObject","isTimelineActive","componentStateTypes","MUTATIONS_LAYER_ID","INSPECTOR_ID","assign$1","getStoreType","registerPiniaDevtools","app","logo","packageName","homepage","api","addTimelineLayer","color","addInspector","icon","treeFilterPlaceholder","actions","action","async","clipboard","writeText","actionGlobalCopyState","tooltip","readText","actionGlobalPasteState","sendInspectorTree","sendInspectorState","actionGlobalSaveState","accept","reject","onchange","files","file","text","oncancel","actionGlobalOpenStateFile","nodeActions","nodeId","_s","$reset","inspectComponent","payload","ctx","componentInstance","_pStores","piniaStores","values","forEach","instanceData","editable","_isOptionsAPI","toRaw","$state","_getters","length","getters","getInspectorTree","inspectorId","stores","concat","from","rootNodes","filter","map","getInspectorState","inspectedStore","storeNames","storeMap","storeId","getterName","_customProperties","size","customProperties","formatStoreForInspectorState","editInspectorState","path","unshift","has","set","editComponentState","startsWith","activeAction","runningActionId","patchActionForGrouping","actionNames","wrapWithProxy","storeActions","actionName","_actionId","trackedStore","Reflect","retValue","apply","arguments","devtoolsPlugin","options","originalHotUpdate","_hotUpdate","newStore","_hmrPayload","logStoreChanges","bind","$onAction","after","onError","groupId","addTimelineEvent","layerId","time","subtitle","logType","watch","unref","notifyComponentUpdate","deep","$subscribe","eventData","detached","flush","hotUpdate","markRaw","info","$dispose","addStoreToDevtools","noop","addSubscription","subscriptions","callback","onCleanup","removeSubscription","idx","indexOf","splice","getCurrentScope","onScopeDispose","triggerSubscriptions","slice","fallbackRunWithContext","fn","mergeReactiveObjects","patchToApply","Map","Set","add","hasOwnProperty","subPatch","targetValue","isRef","isReactive","skipHydrateSymbol","skipHydrateMap","WeakMap","createSetupStore","setup","hot","isOptionsStore","scope","optionsForPlugin","$subscribeOptions","isListening","isSyncListening","debuggerEvents","actionSubscriptions","initialState","hotState","ref","activeListener","$patch","partialStateOrMutator","subscriptionMutation","myListenerId","nextTick","then","newState","wrapAction","afterCallbackList","onErrorCallbackList","ret","catch","partialStore","_p","stopWatcher","run","stop","delete","_r","reactive","setupStore","runWithContext","_e","effectScope","effect","obj","actionValue","defineProperty","nonEnumerable","writable","configurable","enumerable","p","extender","extensions","hydrate","defineStore","idOrOptions","setupOptions","isSetupStore","useStore","hasContext","getCurrentInstance","inject","localState","toRefs","computedGetters","computed","createOptionsStore","compareNumbers","numberA","numberB","compareUnicode","stringA","stringB","localeCompare","Math","abs","RE_NUMBERS","RE_LEADING_OR_TRAILING_WHITESPACES","RE_WHITESPACES","RE_INT_OR_FLOAT","RE_DATE","RE_LEADING_ZERO","RE_UNICODE_CHARACTERS","stringCompare","normalizeAlphaChunk","chunk","parseNumber","parsedNumber","Number","isNaN","normalizeNumericChunk","index","chunks","createChunkMap","normalizedString","createChunkMaps","chunksMaps","split","createChunks","isFunction","valueOf","isNull","isObject","Boolean","isSymbol","isUndefined","getMappedValueRecord","stringValue","getTime","parsedDate","_unused","parseDate","numberify","createIdentifierFn","identifier","isInteger","getOwnPropertyDescriptor","orderBy","collection","identifiers","orders","validatedIdentifiers","identifierList","some","getIdentifiers","validatedOrders","orderList","order","getOrders","identifierFns","mappedCollection","element","sort","recordA","recordB","indexA","valuesA","indexB","valuesB","ordersLength","i","_result","valueA","valueB","chunksA","chunksB","lengthA","lengthB","min","chunkA","chunkB","compareChunks","compareOtherTypes","compareMultiple","getElementByIndex","baseOrderBy","emits","props","fillColor","default","_vm","_c","_self","_b","staticClass","attrs","$event","$emit","$attrs","_v","getLoggerBuilder","setApp","detectUser","build","FileAction","displayName","t","iconSvgInline","InformationSvg","enabled","nodes","OCA","Files","Sidebar","root","permissions","Permission","NONE","exec","view","dir","OCP","Router","goToRoute","fileid","logger","useFilesStore","fileStore","roots","getNode","getNodes","ids","getRoot","service","updateNodes","acc","Vue","deleteNodes","setRoot","_ref","onDeletedNode","onCreatedNode","onUpdatedNode","_initialized","subscribe","usePathsStore","pathsStore","paths","getPath","addPath","getNavigation","active","FileType","Folder","dirname","_children","parentId","parentFolder","debug","useSelectionStore","selected","lastSelection","lastSelectedIndex","selection","setLastIndex","reset","uploader","userConfig","loadState","show_hidden","crop_image_previews","sort_favorites_first","grid_view","useUserConfigStore","userConfigStore","onUpdate","update","axios","put","generateUrl","viewConfig","useViewConfigStore","getConfig","setSortingBy","toggleSortingDirection","newDirection","sorting_direction","viewConfigStore","extend","components","Home","NcBreadcrumbs","NcBreadcrumb","filesStore","currentView","$navigation","dirs","sections","getFileIdFromPath","to","$route","params","query","exact","getDirDisplayName","methods","getNodeFromId","fileId","attributes","basename","onClick","ariaLabel","section","styleTagTransform","setAttributes","insert","domAPI","insertStyleElement","locals","_setupProxy","scopedSlots","_u","_t","_l","nativeOn","TrayArrowDownIcon","currentFolder","required","dragover","onDrop","$el","querySelector","contains","preventDefault","stopPropagation","dataTransfer","getUploader","destination","promises","upload","all","uploads","showSuccess","lastUpload","headers","$router","parseInt","class","FileMultipleIcon","FolderIcon","isSingleNode","isSingleFolder","summary","totalSize","total","formatFileSize","fileCount","File","folderCount","n","getSummaryFor","$refs","previewImg","replaceChildren","preview","appendChild","parentNode","cloneNode","$nextTick","Preview","DragAndDropPreview","getDragAndDropPreview","$mount","$on","$off","Axios","AxiosError","CanceledError","isCancel","CancelToken","VERSION","Cancel","isAxiosError","spread","toFormData","AxiosHeaders","HttpStatusCode","formToJSON","getAdapter","mergeConfig","queue","getQueue","PQueue","concurrency","MoveCopyAction","canMove","ALL","UPDATE","canCopy","every","attribute","canDownload","getActionForNodes","MOVE_OR_COPY","MOVE","COPY","handleCopyMoveNodeTo","overwrite","relativePath","join","destinationUrl","generateRemoteUrl","getCurrentUser","uid","NodeStatus","LOADING","encodedSource","Destination","encodeURI","Overwrite","hashCode","FolderMoveSvg","filePicker","getFilePickerBuilder","allowDirectories","setFilter","CREATE","setMimeTypeFilter","setMultiSelect","startAt","setButtonFactory","buttons","CopyIconSvg","pick","openFilePickerForAction","showError","str","b","charCodeAt","useActionsMenuStore","opened","useDragAndDropStore","dragging","useRenamingStore","renamingStore","renamingNode","newName","source","render","Function","updateRootElement","mounted","getFileActions","ArrowLeftIcon","ChevronRightIcon","CustomElementRender","NcActionButton","NcActions","NcActionSeparator","NcIconSvgWrapper","NcLoadingIcon","filesListWidth","loading","gridMode","openedSubmenu","currentDir","isLoading","enabledActions","failed","enabledInlineActions","inline","enabledRenderActions","renderInline","enabledDefaultActions","enabledMenuActions","DefaultType","HIDDEN","findIndex","topActionsIds","parent","enabledSubmenuActions","arr","openedMenu","getBoundariesElement","mountType","_attributes","actionDisplayName","onActionClick","isSubmenu","success","execDefaultAction","isMenu","NcCheckboxRadioSwitch","selectionStore","keyboardStore","altKey","ctrlKey","metaKey","shiftKey","onEvent","addEventListener","useKeyboardStore","selectedFiles","isSelected","onSelectionChange","newSelectedIndex","isAlreadySelected","start","end","max","filesToSelect","forbiddenCharacters","NcTextField","extension","isRenaming","isRenamingSmallScreen","renameLabel","linkTo","is","$parent","role","READ","renaming","startRenaming","checkInputValidity","input","trim","isFileNameValid","setCustomValidity","reportValidity","trimmedName","match","OC","config","blacklist_files_regex","checkIfNodeExists","char","find","extLength","renameInput","inputField","setSelectionRange","focus","Event","stopRenaming","onRename","oldName","oldEncodedSource","rename","directives","rawName","expression","_k","keyCode","domProps","StarSvg","setAttribute","AccountGroupIcon","AccountPlusIcon","CollectivesIcon","FavoriteIcon","FileIcon","FolderOpenIcon","KeyIcon","LinkIcon","NetworkIcon","TagIcon","backgroundFailed","isFavorite","favorite","cropPreviews","previewUrl","searchParams","fileOverlay","PlayCircleIcon","folderOverlay","shareTypes","flat","ShareType","SHARE_TYPE_LINK","SHARE_TYPE_EMAIL","src","_m","tag","directive","vOnClickOutside","FileEntryActions","FileEntryCheckbox","FileEntryName","FileEntryPreview","NcDateTime","isMtimeAvailable","isSizeAvailable","NcFile","Node","compact","actionsMenuStore","draggingStore","columns","currentFileId","uniqueId","extname","ext","sizeOpacity","round","pow","mtimeOpacity","maxOpacityTime","mtime","ratio","mtimeTitle","moment","format","draggingFiles","isActive","canDrag","canDrop","resetState","beforeDestroy","onRightClick","isMoreThanOneSelected","openDetailsIfAvailable","sidebarAction","onDragOver","dropEffect","onDragLeave","currentTarget","relatedTarget","onDragStart","image","setDragImage","onDragEnd","button","isCopy","style","column","inheritAttrs","header","updated","mount","classForColumn","translate","fileListEl","$resizeObserver","ResizeObserver","entries","contentRect","width","observe","disconnect","mixins","filesListWidthMixin","selectedNodes","execBatch","areSomeNodesLoading","inlineActions","selectionIds","results","failedIds","keysOrMapper","reduced","$pinia","storeKey","sortingMode","sorting_mode","defaultSortKey","isAscSorting","sortingDirection","toggleSortBy","MenuDown","MenuUp","NcButton","filesSortingMixin","mode","sortAriaLabel","slot","FilesListTableHeaderButton","FilesListTableHeaderActions","selectAllBind","isNoneSelected","isSomeSelected","checked","isAllSelected","indeterminate","ariaSortForMode","onToggleAll","dataComponent","dataKey","dataSources","extraProps","scrollToIndex","caption","beforeHeight","headerHeight","tableHeight","resizeObserver","isReady","bufferItems","columnCount","itemHeight","itemWidth","rowCount","ceil","floor","startIndex","shownItems","renderedItems","items","oldItemsKeys","$_recycledPool","unusedKeys","pop","random","substr","tbodyStyle","isOverScrolled","lastIndex","hiddenAfterItems","paddingTop","paddingBottom","scrollTo","oldColumnCount","before","thead","debounce","clientHeight","onScroll","passive","scrollTop","_onScrollHandle","requestAnimationFrame","topScroll","DragAndDropNotice","FilesListHeader","FilesListTableFooter","FilesListTableHeader","Fragment","VirtualList","View","FileEntry","FileEntryGrid","getFileListHeaders","dndNoticeHeight","summaryFile","count","summaryFolder","sortedHeaders","canUpload","defaultCaption","scrollToFile","mainContent","openSidebarForFile","handleOpenFile","documentElement","clientWidth","openFileInfo","getFileId","isForeignFile","types","tableTop","table","getBoundingClientRect","top","tableBottom","height","clientY","isSharingEnabled","getCapabilities","files_sharing","BreadCrumbs","FilesListVirtual","ListViewIcon","NcAppContent","NcEmptyContent","ShareVariantIcon","UploadPicker","ViewGridIcon","uploaderStore","useUploaderStore","promise","Type","views","sortingParameters","v","dirContentsSorted","customColumn","dirContents","reverse","hidden","isEmptyDir","isRefreshing","toPreviousDir","shareAttributes","shareButtonLabel","shareButtonType","SHARE_TYPE_USER","gridViewButtonLabel","canShare","SHARE","newView","oldView","fetchContent","newDir","oldDir","filesListVirtual","contents","folder","cancel","getContents","onUpload","openSharingSidebar","setActiveTab","toggleGridView","translatePlural","emptyTitle","emptyCaption","throttle","delay","timeoutID","_ref$noTrailing","noTrailing","_ref$noLeading","noLeading","_ref$debounceMode","debounceMode","cancelled","lastExec","clearExistingTimeout","clearTimeout","wrapper","_len","arguments_","_key","elapsed","clear","_ref2$upcomingOnly","upcomingOnly","ChartPie","NcAppNavigationItem","NcProgressBar","loadingStorageStats","storageStats","storageStatsTitle","usedQuotaByte","used","quotaByte","quota","storageStatsTooltip","relative","beforeMount","setInterval","throttleUpdateStorageStats","debounceUpdateStorageStats","_ref$atBegin","atBegin","updateStorageStats","el","Clipboard","NcAppSettingsDialog","NcAppSettingsSection","NcInputField","Setting","Settings","webdavUrl","encodeURIComponent","webdavDocs","appPasswordUrl","webdavUrlCopied","setting","close","onClose","setConfig","copyCloudId","select","Cog","NavigationQuota","NcAppNavigation","SettingsModal","Navigation","settingsOpened","currentViewId","parentViews","childViews","list","setActive","showView","heading","headingEl","getElementById","textContent","setPageHeading","onToggleExpand","isExpanded","expanded","generateToNavigation","openSettings","onSettingsClose","iconClass","sticky","child","token","singleMatcher","RegExp","multiMatcher","decodeComponents","decodeURIComponent","left","right","decode","tokens","splitOnFirst","string","separator","TypeError","separatorIndex","includeKeys","object","predicate","ownKeys","isNullOrUndefined","strictUriEncode","x","toUpperCase","encodeFragmentIdentifier","validateArrayFormatSeparator","encode","strict","encodedURI","replaceMap","customDecodeURIComponent","keysSorter","removeHash","hashStart","parseValue","parseNumbers","parseBooleans","extract","queryStart","arrayFormat","arrayFormatSeparator","formatter","accumulator","isEncodedArray","arrayValue","parserForArrayFormat","returnValue","create","parameter","parameter_","key2","value2","shouldFilter","skipNull","skipEmptyString","keyValueSep","encoderForArrayFormat","objectCopy","parseUrl","url_","hash","parseFragmentIdentifier","fragmentIdentifier","stringifyUrl","queryString","getHash","urlObjectForFragmentEncode","exclude","encodeReserveRE","encodeReserveReplacer","c","commaRE","err","castQueryParamValue","parseQuery","res","param","parts","shift","val","stringifyQuery","val2","trailingSlashRE","createRoute","record","redirectedFrom","router","clone","route","meta","fullPath","getFullPath","matched","formatMatch","freeze","START","_stringifyQuery","isSameRoute","onlyPath","isObjectEqual","aKeys","bKeys","aVal","bVal","handleRouteEntered","instances","instance","cbs","enteredCbs","i$1","_isBeingDestroyed","functional","_","children","routerView","h","$createElement","cache","_routerViewCache","depth","inactive","_routerRoot","vnodeData","$vnode","keepAlive","_directInactive","_inactive","routerViewDepth","cachedData","cachedComponent","component","configProps","fillPropsinData","registerRouteInstance","vm","current","prepatch","vnode","init","propsToPass","resolveProps","resolvePath","base","append","firstChar","charAt","stack","segments","segment","cleanPath","isarray","pathToRegexp_1","pathToRegexp","groups","prefix","delimiter","optional","repeat","partial","asterisk","pattern","attachKeys","regexpToRegexp","flags","arrayToRegexp","tokensToRegExp","stringToRegexp","parse_1","tokensToFunction_1","tokensToFunction","tokensToRegExp_1","PATH_REGEXP","defaultDelimiter","m","escaped","offset","next","capture","group","modifier","escapeGroup","escapeString","encodeURIComponentPretty","matches","pretty","j","re","sensitive","endsWithDelimiter","compile","regexpCompileCache","fillParams","routeMsg","filler","pathMatch","normalizeLocation","_normalized","params$1","rawPath","parsedPath","hashIndex","queryIndex","parsePath","basePath","extraQuery","_parseQuery","parsedQuery","resolveQuery","_Vue","custom","exactPath","activeClass","exactActiveClass","ariaCurrentValue","this$1$1","classes","globalActiveClass","linkActiveClass","globalExactActiveClass","linkExactActiveClass","activeClassFallback","exactActiveClassFallback","compareTarget","queryIncludes","isIncludedRoute","handler","guardEvent","scopedSlot","$scopedSlots","$hasNormal","navigate","isExactActive","findAnchor","$slots","isStatic","aData","handler$1","event$1","aAttrs","defaultPrevented","getAttribute","inBrowser","createRouteMap","routes","oldPathList","oldPathMap","oldNameMap","parentRoute","pathList","pathMap","nameMap","addRouteRecord","l","matchAs","pathToRegexpOptions","normalizedPath","normalizePath","caseSensitive","regex","compileRouteRegex","alias","redirect","beforeEnter","childMatchAs","aliases","aliasRoute","createMatcher","currentRoute","_createRoute","paramNames","record$1","matchRoute","originalRedirect","resolveRecordPath","aliasedMatch","aliasedRecord","addRoute","parentOrRoute","getRoutes","addRoutes","len","Time","genStateKey","toFixed","getStateKey","setStateKey","positionStore","setupScroll","history","scrollRestoration","protocolAndPath","protocol","host","absolutePath","stateCopy","replaceState","handlePopState","removeEventListener","handleScroll","isPop","behavior","scrollBehavior","position","getScrollPosition","shouldScroll","scrollToPosition","saveScrollPosition","pageXOffset","y","pageYOffset","isValidPosition","isNumber","normalizePosition","hashStartsWithNumberRE","selector","docRect","elRect","getElementPosition","ua","supportsPushState","pushState","NavigationFailureType","redirected","aborted","duplicated","createNavigationCancelledError","createRouterError","_isRouter","propertiesToLog","isError","isNavigationFailure","errorType","runQueue","cb","step","flatMapComponents","flatten","hasSymbol","toStringTag","once","called","History","baseEl","normalizeBase","pending","ready","readyCbs","readyErrorCbs","errorCbs","listeners","extractGuards","records","guards","def","guard","extractGuard","bindGuard","listen","onReady","errorCb","transitionTo","onComplete","onAbort","prev","confirmTransition","updateRoute","ensureURL","afterHooks","abort","lastRouteIndex","lastCurrentIndex","activated","deactivated","resolveQueue","extractLeaveGuards","beforeHooks","extractUpdateHooks","hasAsync","cid","resolvedDef","__esModule","resolved","reason","msg","comp","iterator","createNavigationAbortedError","createNavigationRedirectedError","enterGuards","bindEnterGuard","extractEnterGuards","resolveHooks","setupListeners","teardown","cleanupListener","HTML5History","_startLocation","getLocation","__proto__","expectScroll","supportsScroll","handleRoutingEvent","go","fromRoute","getCurrentLocation","pathname","pathLowerCase","baseLowerCase","search","HashHistory","fallback","checkFallback","ensureSlash","replaceHash","eventType","pushHash","getUrl","AbstractHistory","targetIndex","VueRouter","apps","matcher","prototypeAccessors","$once","routeOrError","handleInitialScroll","_route","beforeEach","registerHook","beforeResolve","afterEach","back","forward","getMatchedComponents","createHref","normalizedTo","defineProperties","VueRouter$1","install","installed","isDef","registerInstance","callVal","$options","_parentVnode","mixin","beforeCreate","_router","defineReactive","destroyed","strats","optionMergeStrategies","beforeRouteEnter","beforeRouteLeave","beforeRouteUpdate","created","version","START_LOCATION","use","originalPush","__webpack_nonce__","btoa","getRequestToken","goTo","_provided","provideCache","toBeInstalled","provide","globalProperties","createPinia","_settings","register","_defineProperty","_name","_el","_open","_close","NavigationView","propsData","FilesListView","___CSS_LOADER_URL_IMPORT_0___","___CSS_LOADER_URL_IMPORT_1___","___CSS_LOADER_EXPORT___","___CSS_LOADER_URL_REPLACEMENT_0___","___CSS_LOADER_URL_REPLACEMENT_1___","module","webpackContext","req","webpackContextResolve","__webpack_require__","code","exports","d","RC","autostart","ignoreSameProgress","rate","lastTimestamp","lastProgress","historyTimeConstant","previousOutput","dt","report","progress","timestamp","deltaTimestamp","currentRate","estimate","Infinity","estimatedTime","setUid","Ne","_entries","registerEntry","validateEntry","unregisterEntry","r","getEntryIndex","entry","getEntries","C","P","Yt","s","parseFloat","toLocaleString","Z","DEFAULT","Qt","_action","validateAction","er","_nc_fileactions","nr","_nc_filelistheader","N","DELETE","Y","nc","oc","ocs","V","_nc_dav_properties","L","_nc_dav_namespaces","sr","or","R","J","X","crtime","mime","owner","Q","NEW","FAILED","LOCKED","D","_data","_knownDavService","updateMtime","deleteProperty","isDavRessource","move","ye","super","ee","te","ur","setHeaders","requesttoken","patch","fetch","dr","getDirectoryContents","details","includeSelf","filename","ve","be","lastmod","getcontentlength","hasPreview","Te","_views","_currentView","remove","ar","_nc_navigation","Ie","_column","Ae","S","O","isExist","u","isEmptyObject","merge","f","getValue","isName","getAllMatches","nameRegexp","M","Oe","allowBooleanAttributes","unpairedTags","U","G","w","z","validate","substring","Re","xe","H","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","k","T","tagname","addChild","tt","entityName","regx","entities","rt","skipLike","De","it","lastEntities","st","replaceEntitiesValue","$","ot","ut","resolveNameSpace","at","saveTextToParentTag","lastIndexOf","tagsNodeStack","tagExp","attrExpPresent","buildAttributesMap","closeIndex","docTypeEntities","parseTextData","rawTagName","isItStopNode","E","readStopNodeData","tagContent","lt","ft","ampEntity","ct","ht","pt","gt","ne","ie","Nt","bt","Et","prettify","yt","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","Vt","oneListGroup","isAttribute","attrPrefixLen","St","processTextOrObjNode","Lt","indentate","Rt","tagEndChar","newLine","j2x","buildTextValNode","attrStr","buildObjectNode","arrayNodeName","buildAttrPairStr","closeTag","W","XMLParser","externalEntities","addEntity","XMLValidator","XMLBuilder","cr","_view","Ut","emptyView","Xt","gr","_nc_newfilemenu","numeric","sensitivity","CancelError","isCanceled","promiseState","canceled","rejected","PCancelable","userFunction","onCancel","executor","description","shouldReject","boolean","onFulfilled","onRejected","onFinally","finally","setPrototypeOf","AsyncResource","_type","thisArg","rr","qi","getPrototypeOf","dn","ps","fe","hs","wt","ir","Ki","Ts","qt","Yi","Zi","Xi","Qi","so","At","allOwnKeys","getOwnPropertyNames","lr","mr","mo","Uint8Array","Vn","ho","getOwnPropertyDescriptors","Ls","qn","DIGIT","ALPHA","ALPHA_DIGIT","Lo","isArrayBuffer","isBuffer","isFormData","FormData","isArrayBufferView","ArrayBuffer","isView","buffer","isString","isBoolean","isDate","isFile","isBlob","isRegExp","isStream","pipe","isURLSearchParams","isTypedArray","isFileList","Rs","caseless","stripBOM","inherits","toFlatObject","kindOf","kindOfTest","toArray","forEachEntry","done","matchAll","isHTMLForm","hasOwnProp","reduceDescriptors","freezeMethods","toObjectSet","toCamelCase","toFiniteNumber","isFinite","findKey","isContextDefined","ALPHABET","generateString","isSpecCompliantForm","toJSONObject","isAsyncFn","isThenable","A","captureStackTrace","request","number","fileName","lineNumber","columnNumber","fr","Is","pr","Wn","cause","Ao","vs","metaTokens","dots","indexes","visitor","toISOString","Buffer","ko","defaultVisitor","convertValue","isVisitable","Gn","_pairs","hr","Fo","Tr","serialize","Kn","handlers","fulfilled","synchronous","runWhen","eject","vr","silentJSONParsing","forcedJSONParsing","clarifyTimeoutError","Oo","isBrowser","URLSearchParams","protocols","wr","Bo","product","Do","WorkerGlobalScope","importScripts","ce","hasBrowserEnv","hasStandardBrowserEnv","hasStandardBrowserWebWorkerEnv","xr","Io","Ro","gn","transitional","adapter","transformRequest","getContentType","setContentType","isNode","$o","formSerializer","env","zo","transformResponse","ERR_BAD_RESPONSE","timeout","xsrfCookieName","xsrfHeaderName","maxContentLength","maxBodyLength","validateStatus","common","Accept","pn","Mo","Jn","Wt","bs","ws","qo","Ho","Vo","normalize","Wo","accessor","accessors","Go","Ss","yr","__CANCEL__","ERR_CANCELED","Jo","write","toGMTString","cookie","read","Yo","Zo","Xo","hostname","port","Yn","loaded","lengthComputable","bytes","estimated","sl","cancelToken","unsubscribe","signal","auth","username","password","unescape","baseURL","getAllResponseHeaders","ERR_BAD_REQUEST","Ko","responseText","statusText","paramsSerializer","onreadystatechange","readyState","responseURL","onabort","ECONNABORTED","ERR_NETWORK","ontimeout","timeoutErrorMessage","ETIMEDOUT","setRequestHeader","withCredentials","onDownloadProgress","onUploadProgress","Qo","zs","http","Zn","nl","Cr","ks","throwIfRequested","Xn","Qn","timeoutMessage","decompress","beforeRedirect","transport","httpAgent","httpsAgent","socketPath","responseEncoding","hn","ea","ERR_DEPRECATED","Ms","assertOptions","ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","validators","es","defaults","interceptors","function","getUri","Gt","Hs","Continue","SwitchingProtocols","Processing","EarlyHints","Ok","Created","Accepted","NonAuthoritativeInformation","NoContent","ResetContent","PartialContent","MultiStatus","AlreadyReported","ImUsed","MultipleChoices","MovedPermanently","Found","SeeOther","NotModified","UseProxy","Unused","TemporaryRedirect","PermanentRedirect","BadRequest","Unauthorized","PaymentRequired","Forbidden","NotFound","MethodNotAllowed","NotAcceptable","ProxyAuthenticationRequired","RequestTimeout","Conflict","Gone","LengthRequired","PreconditionFailed","PayloadTooLarge","UriTooLong","UnsupportedMediaType","RangeNotSatisfiable","ExpectationFailed","ImATeapot","MisdirectedRequest","UnprocessableEntity","Locked","FailedDependency","TooEarly","UpgradeRequired","PreconditionRequired","TooManyRequests","RequestHeaderFieldsTooLarge","UnavailableForLegalReasons","InternalServerError","NotImplemented","BadGateway","ServiceUnavailable","GatewayTimeout","HttpVersionNotSupported","VariantAlsoNegotiates","InsufficientStorage","LoopDetected","NotExtended","NetworkAuthenticationRequired","ul","Sr","br","_listeners","ml","Fd","Ed","As","Pd","Nd","Ud","Od","Bd","Dd","jd","$d","Rd","Id","zd","Md","Hd","cl","POSITIVE_INFINITY","activeCount","function_","dequeue","generator","enqueue","pendingCount","clearQueue","Bt","ta","sa","readAsArrayBuffer","appConfig","max_chunk_size","ue","INITIALIZED","UPLOADING","ASSEMBLING","FINISHED","CANCELLED","fl","_source","_file","_isChunked","_chunks","_size","_uploaded","_startTime","_status","_controller","_response","AbortController","isChunked","startTime","uploaded","gl","kr","IDLE","PAUSED","na","_destinationFolder","_isPublic","_uploadQueue","_jobQueue","_queueSize","_queueProgress","_queueStatus","_notifiers","isPublic","maxChunksSize","pause","updateStats","addNotifier","lastModified","dl","onIdle","q","xs","Fr","Vs","hl","Er","vl","wl","Pr","xl","Nr","_length","qs","Ur","Dt","Or","Br","ts","aa","ys","Dr","silent","productionTip","devtools","errorHandler","warnHandler","ignoredElements","keyCodes","isReservedTag","isReservedAttr","isUnknownElement","getTagNamespace","parsePlatformTagName","mustUseProp","_lifecycleHooks","Tn","Ll","Sl","$r","kl","ra","Ws","Rr","ia","jt","process","VUE_ENV","ss","Me","nt","_scope","off","elm","ns","context","fnContext","fnOptions","fnScopeId","componentOptions","isRootInsert","isComment","isCloned","isOnce","asyncFactory","asyncMeta","isAsyncPlaceholder","et","Gs","Al","Kt","_pending","subs","addSub","removeSub","depend","addDep","notify","Jt","mt","Ir","as","__ob__","observeArray","dep","oa","zr","vn","Pl","la","shallow","mock","vmCount","isExtensible","__v_skip","de","Hr","Cl","wn","xn","_isVue","Mr","Vr","Nl","__v_isReadonly","__v_isRef","Ks","Ol","effects","cleanups","scopes","Js","fns","Be","qr","merged","ma","yn","Wr","pl","_isVList","Rl","Il","zl","us","ca","Ml","Hl","Vl","_staticTrees","Gr","staticRenderFns","_renderProxy","ql","da","Wl","Kr","$stable","$key","Gl","Kl","Jr","_o","_n","_q","_i","_f","_g","_d","Jl","Yl","Zl","rs","eu","Yr","Ys","Fs","Zr","iu","Xr","$l","pre","ya","Qr","os","lu","ou","errorCaptured","fa","_handled","ga","Zs","Xs","Qs","$t","uu","MutationObserver","mu","pa","createTextNode","characterData","setImmediate","Cn","ha","isFrozen","Ct","du","Ln","Bl","_watcher","user","lazy","sync","post","dirty","deps","newDeps","depIds","newDepIds","getter","bl","cleanupDeps","noRecurse","kn","en","Ta","Au","evaluate","onStop","gu","pu","hu","ei","ti","si","bn","$children","ni","_hasHookEvent","Sn","ai","tn","Es","timeStamp","Lu","ku","_isMounted","_isDestroyed","bu","Fl","ri","An","_original","_compiled","injections","slots","_scopeId","va","wa","__name","_componentTag","Fn","_isComponent","inlineTemplate","Ctor","Nu","_renderChildren","_vnode","_attrsProxy","_parentListeners","_listenersProxy","$listeners","_props","_propKeys","Un","$forceUpdate","yu","Su","destroy","$destroy","xa","_base","errorComp","owners","loadingComp","ru","au","Bn","model","Bu","jl","Pu","abstract","_merged","Ou","Uu","Ca","Ru","Iu","zu","ii","Hu","Vu","qu","extends","ba","ms","Wu","Yu","La","le","On","am","rm","_setupContext","_slotsProxy","tu","expose","Ql","_setupState","__sfc","Xl","mm","om","im","_computedWatchers","lm","li","um","sn","cm","Ea","Pa","$watch","fm","superOptions","sealedOptions","hm","extendOptions","I","_init","Na","It","Ar","Ua","nn","_uid","pm","$root","vu","_events","fu","su","Eu","Dl","Fu","gm","$set","$delete","immediate","dm","Tu","_update","__patch__","__vue__","wu","_render","nu","Oa","Cm","include","cacheVNode","vnodeToCache","keyToCache","Lm","KeepAlive","mergeOptions","observable","_installedPlugins","Tm","_Ctor","xm","ym","wm","bm","ssrContext","Sm","km","ui","Fm","Em","cs","Pm","an","Dn","mi","Ba","jn","$n","Om","Bm","Dm","svg","math","jm","Rn","ci","zt","rn","Qm","multiple","createElementNS","createComment","insertBefore","removeChild","nextSibling","setTextContent","setStyleScope","ec","refInFor","Da","Ee","tc","sc","ac","Us","ja","oldArg","arg","componentUpdated","inserted","rc","ic","modifiers","lc","$a","_v_attr_proxy","Ra","removeAttributeNS","removeAttribute","Ia","setAttributeNS","__ieph","stopImmediatePropagation","uc","za","Um","Nm","_transitionClasses","_prevClass","kt","mc","Os","Bs","dc","di","fc","gc","_wrapper","ownerDocument","Ds","change","cc","Mt","pc","Ma","childNodes","_value","hc","innerHTML","firstChild","composing","activeElement","Tc","_vModifiers","vc","wc","xc","js","fi","staticStyle","Ht","Ha","Va","setProperty","Cc","qa","Wa","normalizedStyle","yc","Lc","gi","pi","classList","hi","Ti","css","Ga","enterClass","enterToClass","enterActiveClass","leaveClass","leaveToClass","leaveActiveClass","vi","Qe","$s","ds","wi","ontransitionend","onwebkittransitionend","onanimationend","onwebkitanimationend","Ka","xi","qe","we","yi","propCount","bc","getComputedStyle","Ja","hasTransform","Ya","ln","_leaveCb","transition","_enterCb","nodeType","appearClass","appearToClass","appearActiveClass","enter","afterEnter","enterCancelled","beforeAppear","appear","afterAppear","appearCancelled","duration","ge","ae","Ze","pe","Ot","In","show","bi","Ci","beforeLeave","leave","afterLeave","leaveCancelled","delayLeave","Za","Sc","activate","Fc","modules","nodeOps","F","pendingInsert","Se","Cs","postpatch","hasChildNodes","hasAttribute","vmodel","zn","Si","_vOptions","Xa","fs","Ec","tr","Qa","selectedIndex","initEvent","un","Pc","__vOriginalDisplay","unbind","Nc","ki","mn","Ai","Bc","Dc","jc","Uc","_leaving","Oc","Fi","moveClass","$c","kept","prevChildren","pos","removed","hasMove","Rc","Ic","zc","_reflow","offsetHeight","moved","transform","WebkitTransform","transitionDuration","_moveCb","propertyName","_hasMove","newPos","Mc","Transition","TransitionGroup","__VUE_SSR_CONTEXT__","_registeredComponents","_ssrRegister","shadowRoot","_injectStyles","HTMLUnknownElement","_preWatchers","xu","Im","Gc","fill","viewBox","Xc","nd","Ei","detectLocale","locale","json","charset","Language","translations","msgid","comments","translator","msgstr","Add","paused","msgid_plural","extracted","New","addTranslation","gs","qd","ngettext","gettext","ad","Plus","Upload","disabled","content","addLabel","cancelLabel","uploadLabel","eta","timeLeft","newFileMenuEntries","uploadManager","Pi","totalQueueSize","uploadedQueueSize","hasFailure","isUploading","isAssembling","isPaused","buttonName","setDestination","updateStatus","onUploadCompletion","onPick","ud","renamed","conflicts","ld","form","setSeconds","seconds","Wd","decorative","__webpack_module_cache__","moduleId","cachedModule","__webpack_modules__","chunkIds","priority","notFulfilled","definition","chunkId","script","needAttach","scripts","getElementsByTagName","onScriptComplete","doneFns","head","nmd","scriptUrl","currentScript","baseURI","installedChunks","installedChunkData","realSrc","webpackJsonpCallback","parentChunkLoadingFunction","moreModules","runtime","chunkLoadingGlobal","__webpack_exports__"],"sourceRoot":""} \ No newline at end of file