From a510d5375be804c9018b5295d66807b5d44ac918 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Wed, 13 Dec 2023 02:47:10 +0100 Subject: [PATCH] fix(files): Partly revert 32c1aeb and show correct quota again Signed-off-by: Ferdinand Thiessen --- apps/files/src/components/NavigationQuota.vue | 4 ++-- apps/files/src/views/Navigation.cy.ts | 10 +++++----- dist/files-main.js | 4 ++-- dist/files-main.js.map | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/apps/files/src/components/NavigationQuota.vue b/apps/files/src/components/NavigationQuota.vue index 18cd99f248bcc..25bdcde1b450f 100644 --- a/apps/files/src/components/NavigationQuota.vue +++ b/apps/files/src/components/NavigationQuota.vue @@ -51,8 +51,8 @@ export default { computed: { storageStatsTitle() { - const usedQuotaByte = formatFileSize(this.storageStats?.used, false, false, true) - const quotaByte = formatFileSize(this.storageStats?.quota, false, false, true) + const usedQuotaByte = formatFileSize(this.storageStats?.used, false, false) + const quotaByte = formatFileSize(this.storageStats?.quota, false, false) // If no quota set if (this.storageStats?.quota < 0) { diff --git a/apps/files/src/views/Navigation.cy.ts b/apps/files/src/views/Navigation.cy.ts index a84a4927bb2e7..cf3512bce0e46 100644 --- a/apps/files/src/views/Navigation.cy.ts +++ b/apps/files/src/views/Navigation.cy.ts @@ -178,7 +178,7 @@ describe('Quota rendering', () => { it('Unlimited quota', () => { cy.mockInitialState('files', 'storageStats', { - used: 1000 * 1000 * 1000, + used: 1024 * 1024 * 1024, quota: -1, }) @@ -200,8 +200,8 @@ describe('Quota rendering', () => { it('Non-reached quota', () => { cy.mockInitialState('files', 'storageStats', { - used: 1000 * 1000 * 1000, - quota: 5 * 1000 * 1000 * 1000, + used: 1024 * 1024 * 1024, + quota: 5 * 1024 * 1024 * 1024, relative: 20, // percent }) @@ -224,8 +224,8 @@ describe('Quota rendering', () => { it('Reached quota', () => { cy.mockInitialState('files', 'storageStats', { - used: 5 * 1000 * 1000 * 1000, - quota: 1000 * 1000 * 1000, + used: 5 * 1024 * 1024 * 1024, + quota: 1024 * 1024 * 1024, relative: 500, // percent }) diff --git a/dist/files-main.js b/dist/files-main.js index ecad365a163db..a99e22d4536f3 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={58754:(e,n,s)=>{"use strict";var i={};s.r(i),s.d(i,{exclude:()=>_a,extract:()=>Aa,parse:()=>wa,parseUrl:()=>ba,pick:()=>xa,stringify:()=>ya,stringifyUrl:()=>Ca});var a=s(20144),r=!0;function o(){return"undefined"!=typeof navigator&&"undefined"!=typeof window?window:void 0!==s.g?s.g:{}}a.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 a=Object.assign({},n);try{const t=localStorage.getItem(i),e=JSON.parse(t);Object.assign(a,e)}catch(t){}this.fallbacks={getSettings:()=>a,setSettings(t){try{localStorage.setItem(i,JSON.stringify(t))}catch(t){}a=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__,a=l&&n.enableEarlyProxy;if(!i||!s.__VUE_DEVTOOLS_PLUGIN_API_AVAILABLE__&&a){const t=a?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,a=/constructor/i.test(String(C.HTMLElement))||"safari"in C,r=/CriOS\/[\d]+/.test(navigator.userAgent);if((r||i&&a||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=r?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 N(t){return"_a"in t&&"install"in t}function F(){if(!("clipboard"in navigator))return E("Your browser doesn't support the Clipboard API","error"),!0}function B(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 N(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 z(t){switch(t){case w.direct:return"mutation";case w.patchFunction:case w.patchObject:return"$patch";default:return"unknown"}}let R=!0;const M=[],V="pinia:mutations",H="pinia",{assign:q}=Object,Z=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(!F())try{await navigator.clipboard.writeText(JSON.stringify(t.state.value)),E("Global state copied to clipboard.")}catch(t){if(B(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(!F())try{j(t,JSON.parse(await navigator.clipboard.readText())),E("Global state pasted from clipboard.")}catch(t){if(B(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:Z(e.$id),key:"state",editable:!0,value:e._isOptionsAPI?{_custom:{value:(0,a.toRaw)(e.$state),actions:[{icon:"restore",tooltip:"Reset the state of this store",action:()=>e.$reset()}]}}:Object.keys(e.$state).reduce(((t,n)=>(t[n]=e.$state[n],t)),{})}),e._getters&&e._getters.length&&t.instanceData.state.push({type:Z(e.$id),key:"getters",editable:!1,value:e._getters.reduce(((t,n)=>{try{t[n]=e[n]}catch(e){t[n]=e}return t}),{})})}))}})),n.on.getInspectorTree((n=>{if(n.app===t&&n.inspectorId===H){let t=[e];t=t.concat(Array.from(e._s.values())),n.rootNodes=(n.filter?t.filter((t=>"$id"in t?t.$id.toLowerCase().includes(n.filter.toLowerCase()):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(N(t)){const e=Array.from(t._s.keys()),n=t._s,s={state:e.map((e=>({editable:!0,key:e,value:t.state.value[e]}))),getters:e.filter((t=>n.get(t)._getters)).map((t=>{const e=n.get(t);return{editable:!1,key:t,value:e._getters.reduce(((t,n)=>(t[n]=e[n],t)),{})}}))};return s}const e={state:Object.keys(t.$state).map((e=>({editable:!0,key:e,value:t.$state[e]})))};return t._getters&&t._getters.length&&(e.getters=t._getters.map((e=>({editable:!1,key:e,value:t[e]})))),t._customProperties.size&&(e.customProperties=Array.from(t._customProperties).map((e=>({editable:!0,key:e,value:t[e]})))),e}(t))}})),n.on.editInspectorState(((n,s)=>{if(n.app===t&&n.inspectorId===H){const t=n.nodeId===U?e:e._s.get(n.nodeId);if(!t)return E(`store "${n.nodeId}" not found`,"error");const{path:s}=n;N(t)?s.unshift("state"):1===s.length&&t._customProperties.has(s[0])&&!(s[0]in t.$state)||s.unshift("$state"),R=!1,n.set(t,s,n.state.value),R=!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",R=!1,t.set(s,i,t.state.value),R=!0}}))}))}let W,Y=0;function K(t,e,n){const s=e.reduce(((e,n)=>(e[n]=(0,a.toRaw)(t)[n],e)),{});for(const e in s)t[e]=function(){const i=Y,a=n?new Proxy(t,{get:(...t)=>(W=i,Reflect.get(...t)),set:(...t)=>(W=i,Reflect.set(...t))}):t;W=i;const r=s[e].apply(a,arguments);return W=void 0,r}}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,a.toRaw)(e)._hotUpdate=function(t){s.apply(this,arguments),K(e,Object.keys(t._hmrPayload.actions),!!e._isOptionsAPI)},function(t,e){M.includes(Z(e.$id))||M.push(Z(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:a,args:r})=>{const o=Y++;t.addTimelineEvent({layerId:V,event:{time:n(),title:"🛫 "+a,subtitle:"start",data:{store:I(e.$id),action:I(a),args:r},groupId:o}}),s((s=>{W=void 0,t.addTimelineEvent({layerId:V,event:{time:n(),title:"🛬 "+a,subtitle:"end",data:{store:I(e.$id),action:I(a),args:r,result:s},groupId:o}})})),i((s=>{W=void 0,t.addTimelineEvent({layerId:V,event:{time:n(),logType:"error",title:"💥 "+a,subtitle:"end",data:{store:I(e.$id),action:I(a),args:r,error:s},groupId:o}})}))}),!0),e._customProperties.forEach((s=>{(0,a.watch)((()=>(0,a.unref)(e[s])),((e,i)=>{t.notifyComponentUpdate(),t.sendInspectorState(H),R&&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},a)=>{if(t.notifyComponentUpdate(),t.sendInspectorState(H),!R)return;const r={time:n(),title:z(i),data:q({store:I(e.$id)},$(s)),groupId:W};i===w.patchFunction?r.subtitle="⤵️":i===w.patchObject?r.subtitle="🧩":s&&!Array.isArray(s)&&(r.subtitle=s.type),s&&(r.data["rawEvent(s)"]={_custom:{display:"DebuggerEvent",type:"object",tooltip:"raw DebuggerEvent[]",value:s}}),t.addTimelineEvent({layerId:V,event:r})}),{detached:!0,flush:"sync"});const s=e._hotUpdate;e._hotUpdate=(0,a.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,a.getCurrentScope)()&&(0,a.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,a.isRef)(s)&&!(0,a.isReactive)(s)?t[n]=nt(i,s):t[n]=s}return t}const st=Symbol(),it=new WeakMap,{assign:at}=Object;function rt(t,e,n={},s,i,o){let l;const c=at({actions:{}},n),d={deep:!0};let u,m,f,p=[],g=[];const v=s.state.value[t];o||v||(r?(0,a.set)(s.state.value,t,{}):s.state.value[t]={});const y=(0,a.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,a.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=>{at(t,e)}))}:Q;function T(e,n){return function(){h(s);const i=Array.from(arguments),a=[],r=[];let o;tt(g,{args:i,name:e,store:L,after:function(t){a.push(t)},onError:function(t){r.push(t)}});try{o=n.apply(this&&this.$id===t?this:L,i)}catch(t){throw tt(r,t),t}return o instanceof Promise?o.then((t=>(tt(a,t),t))).catch((t=>(tt(r,t),Promise.reject(t)))):(tt(a,o),o)}}const k=(0,a.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,(()=>r())),r=l.run((()=>(0,a.watch)((()=>s.state.value[t]),(s=>{("sync"===n.flush?m:u)&&e({storeId:t,type:w.direct,events:f},s)}),at({},d,n))));return i},$dispose:function(){l.stop(),p=[],g=[],s._s.delete(t)}};r&&(S._r=!1);const L=(0,a.reactive)(b?at({_hmrPayload:k,_customProperties:(0,a.markRaw)(new Set)},S):S);s._s.set(t,L);const E=(s._a&&s._a.runWithContext||et)((()=>s._e.run((()=>(l=(0,a.effectScope)()).run(e)))));for(const e in E){const n=E[e];if((0,a.isRef)(n)&&(F=n,!(0,a.isRef)(F)||!F.effect)||(0,a.isReactive)(n))o||(!v||(N=n,r?it.has(N):A(N)&&N.hasOwnProperty(st))||((0,a.isRef)(n)?n.value=v[e]:nt(n,v[e])),r?(0,a.set)(s.state.value[t],e,n):s.state.value[t][e]=n);else if("function"==typeof n){const t=T(e,n);r?(0,a.set)(E,e,t):E[e]=t,c.actions[e]=n}}var N,F;if(r?Object.keys(E).forEach((t=>{(0,a.set)(L,t,E[t])})):(at(L,E),at((0,a.toRaw)(L),E)),Object.defineProperty(L,"$state",{get:()=>s.state.value[t],set:t=>{x((e=>{at(e,t)}))}}),b){const t={writable:!0,configurable:!0,enumerable:!1};["_p","_hmrPayload","_getters","_customProperties"].forEach((e=>{Object.defineProperty(L,e,at({value:L[e]},t))}))}return r&&(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))),at(L,e)}else at(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,a.getCurrentInstance)();return(t=t||(l?(0,a.inject)(v,null):null))&&h(t),(t=g)._s.has(s)||(o?rt(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=rt(t,(function(){c||(r?(0,a.set)(n.state.value,t,i?i():{}):n.state.value[t]=i?i():{});const e=(0,a.toRefs)(n.state.value[t]);return at(e,o,Object.keys(l||{}).reduce(((e,s)=>(e[s]=(0,a.markRaw)((0,a.computed)((()=>{h(n);const e=n._s.get(t);if(!r||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())},Nt=function(t){return null===t},Ft=function(t){return!(null===t||"object"!=typeof t||Array.isArray(t)||t instanceof Number||t instanceof String||t instanceof Boolean||t instanceof Date)},Bt=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:Nt(t),isObject:Ft(t),isSymbol:Bt(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,a=e.index,r=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-a}(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(9239),zt=s(90207);const Rt={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)(Rt,(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),qt=s(74628),Zt=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)),{});a.default.set(this,"files",{...this.files,...e})},deleteNodes(t){t.forEach((t=>{t.fileid&&a.default.delete(this.files,t.fileid)}))},setRoot(t){let{service:e,root:n}=t;a.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]||a.default.set(this.paths,t.service,{}),a.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||a.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||a.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]:[];a.default.set(this,"selected",[...new Set(t)])},setLastIndex(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;a.default.set(this,"lastSelection",t?this.selected:[]),a.default.set(this,"lastSelectedIndex",t)},reset(){a.default.set(this,"selected",[]),a.default.set(this,"lastSelection",[]),a.default.set(this,"lastSelectedIndex",null)}}});let ae;var re=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){a.default.set(this.userConfig,t,e)},async update(t,e){await le.Z.put((0,re.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]||a.default.set(this.viewConfig,t,{}),a.default.set(this.viewConfig[t],e,n)},async update(t,e,n){le.Z.put((0,re.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=a.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),Ne=s(26057),Fe={};Fe.styleTagTransform=Ee(),Fe.setAttributes=Te(),Fe.insert=xe().bind(null,"head"),Fe.domAPI=be(),Fe.insertStyleElement=Se(),we()(Ne.Z,Fe),Ne.Z&&Ne.Z.locals&&Ne.Z.locals;const Be=(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(64024),je=s(52925),Ie=s(80351),Oe=s.n(Ie);const Ue={name:"FileMultipleIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},De=(0,Mt.Z)(Ue,(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 $e=s(81456),ze=s(65720);const Re=(0,Mt.Z)(ze.Z,$e.s,$e.x,!1,null,null,null).exports,Me=a.default.extend({name:"DragAndDropPreview",components:{FileMultipleIcon:De,FolderIcon:Re},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)}))}}}),Ve=Me;var He=s(50262),qe={};qe.styleTagTransform=Ee(),qe.setAttributes=Te(),qe.insert=xe().bind(null,"head"),qe.domAPI=be(),qe.insertStyleElement=Se(),we()(He.Z,qe),He.Z&&He.Z.locals&&He.Z.locals;const Ze=(0,Mt.Z)(Ve,(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,Ge=a.default.extend(Ze);let We;const Ye=async t=>new Promise((e=>{We||(We=(new Ge).$mount(),document.body.appendChild(We.$el)),We.update(t),We.$on("loaded",(()=>{e(We.$el),We.$off("loaded")}))}));var Ke=s(51473),Je={};Je.styleTagTransform=Ee(),Je.setAttributes=Te(),Je.insert=xe().bind(null,"head"),Je.domAPI=be(),Je.insertStyleElement=Se(),we()(Ke.Z,Je),Ke.Z&&Ke.Z.locals&&Ke.Z.locals;var Qe=s(51120);const{Axios:Xe,AxiosError:tn,CanceledError:en,isCancel:nn,CancelToken:sn,VERSION:an,all:rn,Cancel:on,isAxiosError:ln,spread:cn,toFormData:dn,AxiosHeaders:un,HttpStatusCode:mn,formToJSON:fn,getAdapter:pn,mergeConfig:gn}=Qe.default;var hn=s(59546),vn=s(96384),An=s(59440);let wn;const yn=()=>(wn||(wn=new An.Z({concurrency:3})),wn);var bn;!function(t){t.MOVE="Move",t.COPY="Copy",t.MOVE_OR_COPY="move-or-copy"}(bn||(bn={}));const Cn=t=>0!=(t.reduce(((t,e)=>Math.min(t,e.permissions)),lt.y3.ALL)<.y3.UPDATE),xn=t=>(t=>t.every((t=>!JSON.parse(t.attributes?.["share-attributes"]??"[]").some((t=>"permissions"===t.scope&&!1===t.enabled&&"download"===t.key)))))(t),_n=t=>Cn(t)?xn(t)?bn.MOVE_OR_COPY:bn.MOVE:bn.COPY,Tn=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(e.path.startsWith(t.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),r=(0,re.generateRemoteUrl)(`dav/files/${(0,ct.ts)()?.uid}${i}`);a.default.set(t,"status",lt.e4.LOADING);const o=yn();return await o.add((async()=>{try{await(0,le.Z)({method:n===bn.COPY?"COPY":"MOVE",url:t.encodedSource,headers:{Destination:encodeURI(r),Overwrite:s?void 0:"F"}}),n===bn.MOVE&&(0,dt.j8)("files:node:deleted",t)}catch(t){if(t instanceof tn){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{a.default.set(t,"status",void 0)}}))},kn=async function(t){let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"/",n=arguments.length>2?arguments[2]:void 0;const s=n.map((t=>t.fileid)).filter(Boolean),i=(0,Pe.fn)((0,Ut.Iu)("files","Chose destination")).allowDirectories(!0).setFilter((t=>0!=(t.permissions<.y3.CREATE)&&!s.includes(t.fileid))).setMimeTypeFilter([]).setMultiSelect(!1).startAt(e);return new Promise(((e,s)=>{i.setButtonFactory(((s,i)=>{const a=[],r=(0,mt.basename)(i),o=n.map((t=>t.dirname)),l=n.map((t=>t.path));return o.includes(i)||l.includes(i)||(t!==bn.COPY&&t!==bn.MOVE_OR_COPY||a.push({label:r?(0,Ut.Iu)("files","Copy to {target}",{target:r}):(0,Ut.Iu)("files","Copy"),type:"primary",icon:hn,async callback(t){e({destination:t[0],action:bn.COPY})}}),t!==bn.MOVE&&t!==bn.MOVE_OR_COPY||a.push({label:r?(0,Ut.Iu)("files","Move to {target}",{target:r}):(0,Ut.Iu)("files","Move"),type:t===bn.MOVE?"primary":"secondary",icon:vn,async callback(t){e({destination:t[0],action:bn.MOVE})}})),a})),i.build().pick().catch((()=>{s(new Error((0,Ut.Iu)("files","Cancelled move or copy operation")))}))}))},Sn=(new lt.p$({id:"move-copy",displayName(t){switch(_n(t)){case bn.MOVE:return(0,Ut.Iu)("files","Move");case bn.COPY:return(0,Ut.Iu)("files","Copy");case bn.MOVE_OR_COPY:return(0,Ut.Iu)("files","Move or copy")}},iconSvgInline:()=>vn,enabled:t=>!!t.every((t=>t.root?.startsWith("/files/")))&&t.length>0&&(Cn(t)||xn(t)),async exec(t,e,n){const s=_n([t]),i=await kn(s,n,[t]);try{return await Tn(t,i.destination,i.action),!0}catch(t){return!!(t instanceof Error&&t.message)&&((0,Pe.x2)(t.message),null)}},async execBatch(t,e,n){const s=_n(t),i=await kn(s,n,t),a=t.map((async t=>{try{return await Tn(t,i.destination,i.action),!0}catch(e){return te.error(`Failed to ${i.action} node`,{node:t,error:e}),!1}}));return await Promise.all(a)},order:15}),function(t){return t.split("").reduce((function(t,e){return(t=(t<<5)-t+e.charCodeAt(0))&t}),0)}),Ln=ot("actionsmenu",{state:()=>({opened:null})}),En=ot("dragging",{state:()=>({dragging:[]}),actions:{set(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];a.default.set(this,"dragging",t)},reset(){a.default.set(this,"dragging",[])}}}),Nn=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 Fn=s(97947);const Bn={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()}}},Pn=(0,Mt.Z)(Bn,(function(){return(0,this._self._c)("span")}),[],!1,null,null,null).exports,jn={name:"ArrowLeftIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},In=(0,Mt.Z)(jn,(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,On={name:"ChevronRightIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},Un=(0,Mt.Z)(On,(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 Dn=s(72155),$n=s(55212),zn=s(96204);const Rn=(0,lt.Vn)(),Mn=a.default.extend({name:"FileEntryActions",components:{ArrowLeftIcon:In,ChevronRightIcon:Un,CustomElementRender:Pn,NcActionButton:Dn.Z,NcActions:$n.Z,NcActionSeparator:zn.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?[]:Rn.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),a.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,Pe.s$)((0,Ut.Iu)("files",'"{displayName}" action executed successfully',{displayName:n}));(0,Pe.x2)((0,Ut.Iu)("files",'"{displayName}" action failed',{displayName:n}))}catch(e){te.error("Error while executing action",{action:t,e}),(0,Pe.x2)((0,Ut.Iu)("files",'"{displayName}" action failed',{displayName:n}))}finally{this.$emit("update:loading",""),a.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}}),Vn=Mn;var Hn=s(21367),qn={};qn.styleTagTransform=Ee(),qn.setAttributes=Te(),qn.insert=xe().bind(null,"head"),qn.domAPI=be(),qn.insertStyleElement=Se(),we()(Hn.Z,qn),Hn.Z&&Hn.Z.locals&&Hn.Z.locals;var Zn=(0,Mt.Z)(Vn,(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 Gn=Zn.exports;var Wn=s(34741);const Yn=a.default.extend({name:"FileEntryCheckbox",components:{NcCheckboxRadioSwitch:Wn.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),a.default.set(this,"altKey",!!t.altKey),a.default.set(this,"ctrlKey",!!t.ctrlKey),a.default.set(this,"metaKey",!!t.metaKey),a.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),a=this.selectionStore.lastSelection,r=this.nodes.map((t=>t.fileid?.toString?.())).slice(s,i+1),o=[...a,...r].filter((e=>!t||e!==this.fileid));return te.debug("Shift key pressed, selecting all files in between",{start:s,end:i,filesToSelect:r,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}}),Kn=(0,Mt.Z)(Yn,(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 Jn=s(49368);const Qn=(0,oe.j)("files","forbiddenCharacters",""),Xn=a.default.extend({name:"FileEntryName",components:{NcTextField:Jn.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:Nn()}),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!==Qn.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,Pe.x2)((0,Ut.Iu)("files","Another entry with the same name already exists"));else{this.loading="renaming",a.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,Pe.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,Pe.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,Pe.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,Pe.x2)((0,Ut.Iu)("files",'Could not rename "{oldName}"',{oldName:t}))}finally{this.loading=!1,a.default.set(this.source,"status",void 0)}}else this.stopRenaming();else(0,Pe.x2)((0,Ut.Iu)("files","Name cannot be empty"))},t:Ut.Iu}}),ts=(0,Mt.Z)(Xn,(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 es=s(60186);const ns={name:"AccountPlusIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},ss=(0,Mt.Z)(ns,(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,is={name:"FileIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},as=(0,Mt.Z)(is,(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,rs={name:"FolderOpenIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},os=(0,Mt.Z)(rs,(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,ls={name:"KeyIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},cs=(0,Mt.Z)(ls,(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,ds={name:"NetworkIcon",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 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,ms={name:"TagIcon",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 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,ps={name:"PlayCircleIcon",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 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,hs={name:"CollectivesIcon",props:{title:{type:String,default:""},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 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,As=(0,a.defineComponent)({name:"FavoriteIcon",components:{NcIconSvgWrapper:Gt.Z},data:()=>({StarSvg:''}),async mounted(){await this.$nextTick();const t=this.$el.querySelector("svg");t?.setAttribute?.("viewBox","-4 -4 30 30")},methods:{t:Ut.Iu}});var ws=s(99292),ys={};ys.styleTagTransform=Ee(),ys.setAttributes=Te(),ys.insert=xe().bind(null,"head"),ys.domAPI=be(),ys.insertStyleElement=Se(),we()(ws.Z,ys),ws.Z&&ws.Z.locals&&ws.Z.locals;const bs=(0,Mt.Z)(As,(function(){var t=this,e=t._self._c;return t._self._setupProxy,e("NcIconSvgWrapper",{staticClass:"favorite-marker-icon",attrs:{name:t.t("files","Favorite"),svg:t.StarSvg}})}),[],!1,null,"04e52abc",null).exports,Cs=a.default.extend({name:"FileEntryPreview",components:{AccountGroupIcon:es.Z,AccountPlusIcon:ss,CollectivesIcon:vs,FavoriteIcon:bs,FileIcon:as,FolderIcon:Re,FolderOpenIcon:os,KeyIcon:cs,LinkIcon:zt.Z,NetworkIcon:us,TagIcon:fs},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,re.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"]?gs:null},folderOverlay(){if(this.source.type!==lt.Tv.Folder)return null;if(1===this.source?.attributes?.["is-encrypted"])return cs;if(this.source?.attributes?.["is-tag"])return fs;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 zt.Z;if(t.length>0)return ss;switch(this.source?.attributes?.["mount-type"]){case"external":case"external-session":return us;case"group":return es.Z;case"collective":return vs}return null}},methods:{reset(){!0===this.backgroundFailed&&this.$refs.previewImg&&(this.$refs.previewImg.src=""),this.backgroundFailed=void 0},t:Ut.Iu}}),xs=(0,Mt.Z)(Cs,(function(){var t=this,e=t._self._c;return t._self._setupProxy,e("span",{staticClass:"files-list__row-icon"},["folder"===t.source.type?[t.dragover?t._m(0):[t._m(1),t._v(" "),t.folderOverlay?e(t.folderOverlay,{tag:"OverlayIcon",staticClass:"files-list__row-icon-overlay"}):t._e()]]:t.previewUrl&&!0!==t.backgroundFailed?e("img",{ref:"previewImg",staticClass:"files-list__row-icon-preview",class:{"files-list__row-icon-preview--loaded":!1===t.backgroundFailed},attrs:{alt:"",loading:"lazy",src:t.previewUrl},on:{error:function(e){t.backgroundFailed=!0},load:function(e){t.backgroundFailed=!1}}}):t._m(2),t._v(" "),t.isFavorite?e("span",{staticClass:"files-list__row-icon-favorite"},[t._m(3)],1):t._e(),t._v(" "),t.fileOverlay?e(t.fileOverlay,{tag:"OverlayIcon",staticClass:"files-list__row-icon-overlay files-list__row-icon-overlay--file"}):t._e()],2)}),[function(){var t=this._self._c;return this._self._setupProxy,t("FolderOpenIcon")},function(){var t=this._self._c;return this._self._setupProxy,t("FolderIcon")},function(){var t=this._self._c;return this._self._setupProxy,t("FileIcon")},function(){var t=this._self._c;return this._self._setupProxy,t("FavoriteIcon")}],!1,null,null,null).exports;a.default.directive("onClickOutside",je.hs);const _s=(0,a.defineComponent)({name:"FileEntry",components:{CustomElementRender:Pn,FileEntryActions:Gn,FileEntryCheckbox:Kn,FileEntryName:ts,FileEntryPreview:xs,NcDateTime:Fn.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:Ln(),draggingStore:En(),filesStore:ne(),renamingStore:Nn(),selectionStore:ie()}),data:()=>({loading:"",dragover:!1}),computed:{rowListeners(){return{...this.isRenaming?{}:{dragstart:this.onDragStart,dragover:this.onDragOver},contextmenu:this.onRightClick,dragleave:this.onDragLeave,dragend:this.onDragEnd,drop:this.onDrop}},currentView(){return this.$navigation.active},columns(){return this.filesListWidth<512||this.compact?[]:this.currentView?.columns||[]},currentDir(){return(this.$route?.query?.dir?.toString()||"/").replace(/^(.+)\/$/,"$1")},currentFileId(){return this.$route.params?.fileid||this.$route.query?.fileid||null},fileid(){return this.source?.fileid?.toString?.()},uniqueId(){return Sn(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?Oe()(this.source.mtime).format("LLL"):""},draggingFiles(){return this.draggingStore.dragging},selectedFiles(){return this.selectionStore.selected},isSelected(){return this.selectedFiles.includes(this.fileid)},isRenaming(){return this.renamingStore.renamingNode===this.source},isRenamingSmallScreen(){return this.isRenaming&&this.filesListWidth<512},isActive(){return this.fileid===this.currentFileId?.toString?.()},canDrag(){if(this.isRenaming)return!1;const t=t=>0!=(t?.permissions<.y3.UPDATE);return this.selectedFiles.length>0?this.selectedFiles.map((t=>this.filesStore.getNode(t))).every(t):t(this.source)},canDrop(){return this.source.type===lt.Tv.Folder&&!this.draggingFiles.includes(this.fileid)&&0!=(this.source.permissions<.y3.CREATE)},openedMenu:{get(){return this.actionsMenuStore.opened===this.uniqueId},set(t){this.actionsMenuStore.opened=t?this.uniqueId:null}}},watch:{source(){this.resetState()}},beforeDestroy(){this.resetState()},methods:{resetState(){this.loading="",this.$refs.preview.reset(),this.openedMenu=!1},onRightClick(t){if(this.openedMenu)return;const e=this.selectedFiles.length>1;this.actionsMenuStore.opened=this.isSelected&&e?"global":this.uniqueId,t.preventDefault(),t.stopPropagation()},execDefaultAction(){this.$refs.actions.execDefaultAction(...arguments)},openDetailsIfAvailable(t){t.preventDefault(),t.stopPropagation(),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 Ye(e);t.dataTransfer?.setDragImage(n,-10,-10)},onDragEnd(){this.draggingStore.reset(),this.dragover=!1,te.debug("Drag ended")},async onDrop(t){if(!this.draggingFiles&&!t.dataTransfer?.files?.length)return;if(t.preventDefault(),t.stopPropagation(),!this.canDrop||0!==t.button)return;const e=t.ctrlKey;if(this.dragover=!1,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=>{a.default.set(t,"status",lt.e4.LOADING);try{await Tn(t,this.source,e?bn.COPY:bn.MOVE)}catch(n){te.error("Error while moving file",{error:n}),e?(0,Pe.x2)((0,Ut.Iu)("files","Could not copy {file}. {message}",{file:t.basename,message:n.message||""})):(0,Pe.x2)((0,Ut.Iu)("files","Could not move {file}. {message}",{file:t.basename,message:n.message||""}))}finally{a.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}}),Ts=_s,ks=(0,Mt.Z)(Ts,(function(){var t=this,e=t._self._c;return t._self._setupProxy,e("tr",t._g({staticClass:"files-list__row",class:{"files-list__row--dragover":t.dragover,"files-list__row--loading":t.isLoading},attrs:{"data-cy-files-list-row":"","data-cy-files-list-row-fileid":t.fileid,"data-cy-files-list-row-name":t.source.basename,draggable:t.canDrag}},t.rowListeners),[t.source.attributes.failed?e("span",{staticClass:"files-list__row--failed"}):t._e(),t._v(" "),e("FileEntryCheckbox",{attrs:{"display-name":t.displayName,fileid:t.fileid,"is-loading":t.isLoading,nodes:t.nodes}}),t._v(" "),e("td",{staticClass:"files-list__row-name",attrs:{"data-cy-files-list-row-name":""}},[e("FileEntryPreview",{ref:"preview",attrs:{source:t.source,dragover:t.dragover},nativeOn:{click:function(e){return t.execDefaultAction.apply(null,arguments)}}}),t._v(" "),e("FileEntryName",{ref:"name",attrs:{"display-name":t.displayName,extension:t.extension,"files-list-width":t.filesListWidth,nodes:t.nodes,source:t.source},on:{click:t.execDefaultAction}})],1),t._v(" "),e("FileEntryActions",{directives:[{name:"show",rawName:"v-show",value:!t.isRenamingSmallScreen,expression:"!isRenamingSmallScreen"}],ref:"actions",class:`files-list__row-actions-${t.uniqueId}`,attrs:{"files-list-width":t.filesListWidth,loading:t.loading,opened:t.openedMenu,source:t.source},on:{"update:loading":function(e){t.loading=e},"update:opened":function(e){t.openedMenu=e}}}),t._v(" "),!t.compact&&t.isSizeAvailable?e("td",{staticClass:"files-list__row-size",style:t.sizeOpacity,attrs:{"data-cy-files-list-row-size":""},on:{click:t.openDetailsIfAvailable}},[e("span",[t._v(t._s(t.size))])]):t._e(),t._v(" "),!t.compact&&t.isMtimeAvailable?e("td",{staticClass:"files-list__row-mtime",style:t.mtimeOpacity,attrs:{"data-cy-files-list-row-mtime":""},on:{click:t.openDetailsIfAvailable}},[e("NcDateTime",{attrs:{timestamp:t.source.mtime,"ignore-seconds":!0}})],1):t._e(),t._v(" "),t._l(t.columns,(function(n){return e("td",{key:n.id,staticClass:"files-list__row-column-custom",class:`files-list__row-${t.currentView?.id}-${n.id}`,attrs:{"data-cy-files-list-row-column-custom":n.id},on:{click:t.openDetailsIfAvailable}},[e("CustomElementRender",{attrs:{"current-view":t.currentView,render:n.render,source:t.source}})],1)}))],2)}),[],!1,null,null,null).exports;a.default.directive("onClickOutside",je.hs);const Ss=a.default.extend({name:"FileEntryGrid",components:{FileEntryActions:Gn,FileEntryCheckbox:Kn,FileEntryName:ts,FileEntryPreview:xs},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:Ln(),draggingStore:En(),filesStore:ne(),renamingStore:Nn(),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 Sn(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 Ye(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=>{a.default.set(t,"status",lt.e4.LOADING);try{await Tn(t,this.source,e?bn.COPY:bn.MOVE)}catch(n){te.error("Error while moving file",{error:n}),e?(0,Pe.x2)((0,Ut.Iu)("files","Could not copy {file}. {message}",{file:t.basename,message:n.message||""})):(0,Pe.x2)((0,Ut.Iu)("files","Could not move {file}. {message}",{file:t.basename,message:n.message||""}))}finally{a.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}}),Ls=Ss,Es=(0,Mt.Z)(Ls,(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 Ns=s(25108);const Fs={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(){Ns.debug("Mounted",this.header.id),this.header.render(this.$refs.mount,this.currentFolder,this.currentView)}},Bs=(0,Mt.Z)(Fs,(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,Ps=a.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 js=s(68252),Is={};Is.styleTagTransform=Ee(),Is.setAttributes=Te(),Is.insert=xe().bind(null,"head"),Is.domAPI=be(),Is.insertStyleElement=Se(),we()(js.Z,Is),js.Z&&js.Z.locals&&js.Z.locals;const Os=(0,Mt.Z)(Ps,(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,Us=a.default.extend({data:()=>({filesListWidth:null}),mounted(){const t=document.querySelector("#app-content-vue");this.filesListWidth=t?.clientWidth??null,this.$resizeObserver=new ResizeObserver((e=>{e.length>0&&e[0].target===t&&(this.filesListWidth=e[0].contentRect.width)})),this.$resizeObserver.observe(t)},beforeDestroy(){this.$resizeObserver.disconnect()}}),Ds=(0,lt.Vn)(),$s=a.default.extend({name:"FilesListTableHeaderActions",components:{NcActions:$n.Z,NcActionButton:Dn.Z,NcIconSvgWrapper:Gt.Z,NcLoadingIcon:Wt.Z},mixins:[Us],props:{currentView:{type:Object,required:!0},selectedNodes:{type:Array,default:()=>[]}},setup:()=>({actionsMenuStore:Ln(),filesStore:ne(),selectionStore:ie()}),data:()=>({loading:null}),computed:{dir(){return(this.$route?.query?.dir||"/").replace(/^(.+)\/$/,"$1")},enabledActions(){return Ds.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=>{a.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,Pe.x2)(this.t("files",'"{displayName}" failed on some elements ',{displayName:e}))}(0,Pe.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,Pe.x2)(this.t("files",'"{displayName}" action failed',{displayName:e}))}finally{this.loading=null,this.nodes.forEach((t=>{a.default.set(t,"status",void 0)}))}},t:Ut.Iu}}),zs=$s;var Rs=s(65769),Ms={};Ms.styleTagTransform=Ee(),Ms.setAttributes=Te(),Ms.insert=xe().bind(null,"head"),Ms.domAPI=be(),Ms.insertStyleElement=Se(),we()(Rs.Z,Ms),Rs.Z&&Rs.Z.locals&&Rs.Z.locals;var Vs=(0,Mt.Z)(zs,(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 Hs=Vs.exports;var qs=s(63198),Zs=s(7290);const Gs=a.default.extend({computed:{...(Ys=me,Ks=["getConfig","setSortingBy","toggleSortingDirection"],Array.isArray(Ks)?Ks.reduce(((t,e)=>(t[e]=function(){return Ys(this.$pinia)[e]},t)),{}):Object.keys(Ks).reduce(((t,e)=>(t[e]=function(){const t=Ys(this.$pinia),n=Ks[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)}}}),Ws=(0,a.defineComponent)({name:"FilesListTableHeaderButton",components:{MenuDown:qs.Z,MenuUp:Zs.Z,NcButton:qt.Z},mixins:[Gs],props:{name:{type:String,required:!0},mode:{type:String,required:!0}},methods:{t:Ut.Iu}});var Ys,Ks,Js=s(36980),Qs={};Qs.styleTagTransform=Ee(),Qs.setAttributes=Te(),Qs.insert=xe().bind(null,"head"),Qs.domAPI=be(),Qs.insertStyleElement=Se(),we()(Js.Z,Qs),Js.Z&&Js.Z.locals&&Js.Z.locals;const Xs=(0,Mt.Z)(Ws,(function(){var t=this,e=t._self._c;return t._self._setupProxy,e("NcButton",{class:["files-list__column-sort-button",{"files-list__column-sort-button--active":t.sortingMode===t.mode,"files-list__column-sort-button--size":"size"===t.sortingMode}],attrs:{alignment:"size"===t.mode?"end":"start-reverse",type:"tertiary"},on:{click:function(e){return t.toggleSortBy(t.mode)}},scopedSlots:t._u([{key:"icon",fn:function(){return[t.sortingMode!==t.mode||t.isAscSorting?e("MenuUp",{staticClass:"files-list__column-sort-button-icon"}):e("MenuDown",{staticClass:"files-list__column-sort-button-icon"})]},proxy:!0}])},[t._v(" "),e("span",{staticClass:"files-list__column-sort-button-text"},[t._v(t._s(t.name))])])}),[],!1,null,"097f69d4",null).exports,ti=a.default.extend({name:"FilesListTableHeader",components:{FilesListTableHeaderButton:Xs,NcCheckboxRadioSwitch:Wn.Z,FilesListTableHeaderActions:Hs},mixins:[Gs],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 ei=s(41002),ni={};ni.styleTagTransform=Ee(),ni.setAttributes=Te(),ni.insert=xe().bind(null,"head"),ni.domAPI=be(),ni.insertStyleElement=Se(),we()(ei.Z,ni),ei.Z&&ei.Z.locals&&ei.Z.locals;const si=(0,Mt.Z)(ti,(function(){var t=this,e=t._self._c;return t._self._setupProxy,e("tr",{staticClass:"files-list__row-head"},[e("th",{staticClass:"files-list__column files-list__row-checkbox"},[e("NcCheckboxRadioSwitch",t._b({on:{"update:checked":t.onToggleAll}},"NcCheckboxRadioSwitch",t.selectAllBind,!1))],1),t._v(" "),t.isNoneSelected?[e("th",{staticClass:"files-list__column files-list__row-name files-list__column--sortable",attrs:{"aria-sort":t.ariaSortForMode("basename")}},[e("span",{staticClass:"files-list__row-icon"}),t._v(" "),e("FilesListTableHeaderButton",{attrs:{name:t.t("files","Name"),mode:"basename"}})],1),t._v(" "),e("th",{staticClass:"files-list__row-actions"}),t._v(" "),t.isSizeAvailable?e("th",{staticClass:"files-list__column files-list__row-size",class:{"files-list__column--sortable":t.isSizeAvailable},attrs:{"aria-sort":t.ariaSortForMode("size")}},[e("FilesListTableHeaderButton",{attrs:{name:t.t("files","Size"),mode:"size"}})],1):t._e(),t._v(" "),t.isMtimeAvailable?e("th",{staticClass:"files-list__column files-list__row-mtime",class:{"files-list__column--sortable":t.isMtimeAvailable},attrs:{"aria-sort":t.ariaSortForMode("mtime")}},[e("FilesListTableHeaderButton",{attrs:{name:t.t("files","Modified"),mode:"mtime"}})],1):t._e(),t._v(" "),t._l(t.columns,(function(n){return e("th",{key:n.id,class:t.classForColumn(n),attrs:{"aria-sort":t.ariaSortForMode(n.id)}},[n.sort?e("FilesListTableHeaderButton",{attrs:{name:n.title,mode:n.id}}):e("span",[t._v("\n\t\t\t\t"+t._s(n.title)+"\n\t\t\t")])],1)}))]:e("FilesListTableHeaderActions",{attrs:{"current-view":t.currentView,"selected-nodes":t.selectedNodes}})],2)}),[],!1,null,"585fdb03",null).exports;var ii=s(20296),ai=s(25108);const ri=a.default.extend({name:"VirtualList",mixins:[Us],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):ai.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,ii.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")}))}}}),oi=(0,Mt.Z)(ri,(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:a}=n;return e(t.dataComponent,t._b({key:i,tag:"component",attrs:{source:a,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,li=(0,a.defineComponent)({name:"FilesListVirtual",components:{FilesListHeader:Bs,FilesListTableFooter:Os,FilesListTableHeader:si,VirtualList:oi},mixins:[Us],props:{currentView:{type:lt.G7,required:!0},currentFolder:{type:lt.gt,required:!0},nodes:{type:Array,required:!0}},setup:()=>({userConfigStore:de()}),data:()=>({FileEntry:ks,FileEntryGrid:Es,headers:(0,lt.De)(),scrollToIndex:0,dndNoticeHeight:0}),computed:{userConfig(){return this.userConfigStore.userConfig},files(){return this.nodes.filter((t=>"file"===t.type))},fileId(){return parseInt(this.$route.params.fileid)||null},summaryFile(){const t=this.files.length;return(0,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)):[]},caption(){const t=(0,Ut.Iu)("files","List of files and folders.");return`${this.currentView.caption||t}\n${(0,Ut.Iu)("files","Column headers with buttons are sortable.")}\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(){window.document.querySelector("main.app-content").addEventListener("dragover",this.onDragOver),this.scrollToFile(this.fileId),this.openSidebarForFile(this.fileId),this.handleOpenFile()},beforeDestroy(){window.document.querySelector("main.app-content").removeEventListener("dragover",this.onDragOver)},methods:{openSidebarForFile(t){if(document.documentElement.clientWidth>1024&&this.currentFolder.fileid!==t){const e=this.nodes.find((e=>e.fileid===t));e&&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,Pe.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");if(e)return;t.preventDefault(),t.stopPropagation();const n=this.$refs.table.$el.getBoundingClientRect().top,s=n+this.$refs.table.$el.getBoundingClientRect().height;t.clientYs-50&&(this.$refs.table.$el.scrollTop=this.$refs.table.$el.scrollTop+25)},t:Ut.Iu}});var ci=s(51272),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;var ui=s(61590),mi={};mi.styleTagTransform=Ee(),mi.setAttributes=Te(),mi.insert=xe().bind(null,"head"),mi.domAPI=be(),mi.insertStyleElement=Se(),we()(ui.Z,mi),ui.Z&&ui.Z.locals&&ui.Z.locals;const fi=(0,Mt.Z)(li,(function(){var t=this,e=t._self._c;return t._self._setupProxy,e("VirtualList",{ref:"table",attrs:{"data-component":t.userConfig.grid_view?t.FileEntryGrid:t.FileEntry,"data-key":"source","data-sources":t.nodes,"grid-mode":t.userConfig.grid_view,"extra-props":{isMtimeAvailable:t.isMtimeAvailable,isSizeAvailable:t.isSizeAvailable,nodes:t.nodes,filesListWidth:t.filesListWidth},"scroll-to-index":t.scrollToIndex,caption:t.caption},scopedSlots:t._u([{key:"before",fn:function(){return t._l(t.sortedHeaders,(function(n){return e("FilesListHeader",{key:n.id,attrs:{"current-folder":t.currentFolder,"current-view":t.currentView,header:n}})}))},proxy:!0},{key:"header",fn:function(){return[e("FilesListTableHeader",{ref:"thead",attrs:{"files-list-width":t.filesListWidth,"is-mtime-available":t.isMtimeAvailable,"is-size-available":t.isSizeAvailable,nodes:t.nodes}})]},proxy:!0},{key:"footer",fn:function(){return[e("FilesListTableFooter",{attrs:{"files-list-width":t.filesListWidth,"is-mtime-available":t.isMtimeAvailable,"is-size-available":t.isSizeAvailable,nodes:t.nodes,summary:t.summary}})]},proxy:!0}])})}),[],!1,null,"1b17ff10",null).exports,pi={name:"TrayArrowDownIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},gi=(0,Mt.Z)(pi,(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,hi=async function(t){let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";const n=(0,$t.g)();try{return await n.upload(`${e}${t.name}`,t)}catch(e){throw(0,Pe.x2)((0,Ut.Iu)("files",'Uploading "{filename}" failed',{filename:t.name})),e}},vi=async function(t){let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";if(t.isFile)return[await new Promise(((n,s)=>{t.file((async t=>n(await hi(t,e))),(t=>s(t)))}))];{const n=t;te.debug("Handle directory recursivly",{name:n.name});const s=`${lt._o}${(0,$t.g)().destination.path}${e}${n.name}`,i=(0,lt.rp)();if(!await i.exists(s)){te.debug("Directory does not exist, creating it",{absolutPath:s}),await i.createDirectory(s,{recursive:!0});const t=await i.stat(s,{details:!0,data:(0,lt.h7)()});(0,dt.j8)("files:node:created",(0,lt.RL)(t.data))}const a=await function(t){const e=t.createReader();return new Promise(((t,n)=>{const s=[],i=()=>{e.readEntries((e=>{e.length?(s.push(...e),i()):t(s)}),(t=>{n(t)}))};i()}))}(n),r=a.sort((t=>t.isFile?-1:1)).map((t=>vi(t,`${e}${n.name}/`)));return(await Promise.all(r)).flat()}},Ai=(0,a.defineComponent)({name:"DragAndDropNotice",components:{TrayArrowDownIcon:gi},props:{currentFolder:{type:Object,required:!0}},data:()=>({dragover:!1}),mounted(){const t=window.document.querySelector("main.app-content");t.addEventListener("dragover",this.onDragOver),t.addEventListener("dragleave",this.onDragLeave)},beforeDestroy(){const t=window.document.querySelector("main.app-content");t.removeEventListener("dragover",this.onDragOver),t.removeEventListener("dragleave",this.onDragLeave)},methods:{onDragOver(t){const e=t.dataTransfer?.types.includes("Files");e&&(this.dragover=!0)},onDragLeave(){this.dragover&&(this.dragover=!1)},onDrop(t){this.$el.querySelector("tbody")?.contains(t.target)||(t.preventDefault(),t.stopPropagation(),t.dataTransfer&&t.dataTransfer.items.length>0&&(te.debug(`Uploading files to ${this.currentFolder.path}`),(async t=>{const e=[];for(const n of t.items){if("file"!==n.kind){te.debug("Skipping dropped item",{kind:n.kind,type:n.type});continue}const t=n?.getAsEntry?.()??n.webkitGetAsEntry();if(null===t){te.debug("Could not get FilesystemEntry of item, falling back to file");const t=n.getAsFile();null===t?(te.warn("Could not process DataTransferItem",{type:n.type,kind:n.kind}),(0,Pe.x2)((0,Ut.Iu)("files","One of the dropped files could not be processed"))):e.push(await hi(t))}else te.debug("Handle recursive upload",{entry:t.name}),e.push(...await vi(t))}return e})(t.dataTransfer).then((t=>{te.debug("Upload terminated",{uploads:t}),(0,Pe.s$)((0,Ut.Iu)("files","Upload successful"));const e=t.findLast((t=>!t.file.webkitRelativePath.includes("/")&&t.response?.headers?.["oc-fileid"]));void 0!==e&&this.$router.push({...this.$route,params:{view:this.$route.params?.view??"files",fileid:parseInt(e.response.headers["oc-fileid"])}})}))),this.dragover=!1)},t:Ut.Iu}});var wi=s(81432),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)(Ai,(function(){var t=this,e=t._self._c;return t._self._setupProxy,e("div",{directives:[{name:"show",rawName:"v-show",value:t.dragover,expression:"dragover"}],staticClass:"files-list__drag-drop-notice",on:{drop:t.onDrop}},[e("div",{staticClass:"files-list__drag-drop-notice-wrapper"},[e("TrayArrowDownIcon",{attrs:{size:48}}),t._v(" "),e("h3",{staticClass:"files-list-drag-drop-notice__title"},[t._v("\n\t\t\t"+t._s(t.t("files","Drag and drop files here to upload"))+"\n\t\t")])],1)])}),[],!1,null,"7e0e423e",null).exports,Ci=void 0!==(0,ut.getCapabilities)()?.files_sharing,xi=(0,a.defineComponent)({name:"FilesList",components:{BreadCrumbs:Be,DragAndDropNotice:bi,FilesListVirtual:fi,LinkIcon:zt.Z,ListViewIcon:Vt,NcAppContent:Ht.Z,NcButton:qt.Z,NcEmptyContent:Zt.Z,NcIconSvgWrapper:Gt.Z,NcLoadingIcon:Wt.Z,ShareVariantIcon:Kt,UploadPicker:$t.U,ViewGridIcon:Qt},mixins:[Us,Gs],setup(){const t=ne(),e=se(),n=ie(),s=function(){return ae=(0,$t.g)(),ot("uploader",{state:()=>({queue:ae.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(){const t=this.userConfigStore?.userConfig.show_hidden;return(this.currentFolder?._children||[]).map(this.getNode).filter((e=>t?!!e:e&&!0!==e?.attributes?.hidden&&!e?.basename.startsWith(".")))},isEmptyDir(){return 0===this.dirContents.length},isRefreshing(){return void 0!==this.currentFolder&&!this.isEmptyDir&&this.loading},toPreviousDir(){const t=this.dir.split("/").slice(0,-1).join("/")||"/";return{...this.$route,query:{dir:t}}},shareAttributes(){if(this.currentFolder?.attributes?.["share-types"])return Object.values(this.currentFolder?.attributes?.["share-types"]||{}).flat()},shareButtonLabel(){return this.shareAttributes?this.shareButtonType===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),this.$set(n,"_children",s.map((t=>t.fileid))),"/"===t?this.filesStore.setRoot({service:e.id,root:n}):n.fileid?(this.filesStore.updateNodes([n]),this.pathsStore.addPath({service:e.id,fileid:n.fileid,path:t})):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(80794),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.canUpload?e("DragAndDropNotice",{attrs:{"current-folder":t.currentFolder}}):t._e(),t._v(" "),t.loading&&!t.isRefreshing?e("NcLoadingIcon",{staticClass:"files-list__loading-icon",attrs:{size:38,name:t.t("files","Loading current folder")}}):!t.loading&&t.isEmptyDir?e("NcEmptyContent",{attrs:{name:t.currentView?.emptyTitle||t.t("files","No files in here"),description:t.currentView?.emptyCaption||t.t("files","Upload some content or sync with your devices!"),"data-cy-files-content-empty":""},scopedSlots:t._u([{key:"action",fn:function(){return["/"!==t.dir?e("NcButton",{attrs:{"aria-label":t.t("files","Go to the previous folder"),type:"primary",to:t.toPreviousDir}},[t._v("\n\t\t\t\t"+t._s(t.t("files","Go back"))+"\n\t\t\t")]):t._e()]},proxy:!0},{key:"icon",fn:function(){return[e("NcIconSvgWrapper",{attrs:{svg:t.currentView.icon}})]},proxy:!0}])}):e("FilesListVirtual",{ref:"filesListVirtual",attrs:{"current-folder":t.currentFolder,"current-view":t.currentView,nodes:t.dirContentsSorted}})],1)}),[],!1,null,"14acd289",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 Ni=s(92870),Fi=s(51235);function Bi(t,e,n){var s,i=n||{},a=i.noTrailing,r=void 0!==a&&a,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),a=0;at?l?(m=Date.now(),r||(s=setTimeout(d?g:p,t))):p():!0!==r&&(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:Fi.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,Bi(200,(function(t){this.updateStorageStats(t)}),{debounceMode:!1!==(void 0!==Ui&&Ui)})),throttleUpdateStorageStats:Bi(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,re.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,Pe.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 zi=(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 Ri=s(33429),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 qi=s(6905);const Zi={name:"Setting",props:{el:{type:Function,required:!0}},mounted(){this.$el.appendChild(this.el())}},Gi=(0,Mt.Z)(Zi,(function(){return(0,this._self._c)("div")}),[],!1,null,null,null).exports,Wi={name:"Settings",components:{Clipboard:Hi,NcAppSettingsDialog:Ri.Z,NcAppSettingsSection:Mi.Z,NcCheckboxRadioSwitch:Wn.Z,NcInputField:qi.Z,Setting:Gi},props:{open:{type:Boolean,default:!1}},setup:()=>({userConfigStore:de()}),data:()=>({settings:window.OCA?.Files?.Settings?.settings||[],webdavUrl:(0,re.generateRemoteUrl)("dav/files/"+encodeURIComponent((0,ct.ts)()?.uid)),webdavDocs:"https://docs.nextcloud.com/server/stable/go.php?to=user-webdav",appPasswordUrl:(0,re.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,Pe.s$)(t("files","WebDAV URL copied to clipboard")),setTimeout((()=>{this.webdavUrlCopied=!1}),5e3)):(0,Pe.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:zi,NcAppNavigation:Ni.Z,NcAppNavigationItem:Fi.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(76336),ta={};ta.styleTagTransform=Ee(),ta.setAttributes=Te(),ta.insert=xe().bind(null,"head"),ta.domAPI=be(),ta.insertStyleElement=Se(),we()(Xi.Z,ta),Xi.Z&&Xi.Z.locals&&Xi.Z.locals;const ea=(0,Mt.Z)(Qi,(function(){var t=this,e=t._self._c;return e("NcAppNavigation",{attrs:{"data-cy-files-navigation":"","aria-label":t.t("files","Files")},scopedSlots:t._u([{key:"list",fn:function(){return t._l(t.parentViews,(function(n){return e("NcAppNavigationItem",{key:n.id,attrs:{"allow-collapse":!0,"data-cy-files-navigation-item":n.id,exact:!0,icon:n.iconClass,name:n.name,open:t.isExpanded(n),pinned:n.sticky,to:t.generateToNavigation(n)},on:{"update:open":function(e){return t.onToggleExpand(n)}}},[n.icon?e("NcIconSvgWrapper",{attrs:{slot:"icon",svg:n.icon},slot:"icon"}):t._e(),t._v(" "),t._l(t.childViews[n.id],(function(n){return e("NcAppNavigationItem",{key:n.id,attrs:{"data-cy-files-navigation-item":n.id,exact:!0,icon:n.iconClass,name:n.name,to:t.generateToNavigation(n)}},[n.icon?e("NcIconSvgWrapper",{attrs:{slot:"icon",svg:n.icon},slot:"icon"}):t._e()],1)}))],2)}))},proxy:!0},{key:"footer",fn:function(){return[e("ul",{staticClass:"app-navigation-entry__settings"},[e("NavigationQuota"),t._v(" "),e("NcAppNavigationItem",{attrs:{"aria-label":t.t("files","Open the files app settings"),name:t.t("files","Files settings"),"data-cy-files-navigation-settings-button":""},on:{click:function(e){return e.preventDefault(),e.stopPropagation(),t.openSettings.apply(null,arguments)}}},[e("Cog",{attrs:{slot:"icon",size:20},slot:"icon"})],1)],1)]},proxy:!0}])},[t._v(" "),t._v(" "),e("SettingsModal",{attrs:{open:t.settingsOpened,"data-cy-files-navigation-settings":""},on:{close:t.onSettingsClose}})],1)}),[],!1,null,"761b6079",null).exports,na="%[a-f0-9]{2}",sa=new RegExp("("+na+")|([^%]+?)","gi"),ia=new RegExp("("+na+")+","gi");function aa(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([],aa(n),aa(s))}function ra(t){try{return decodeURIComponent(t)}catch{let e=t.match(sa)||[];for(let n=1;nnull==t,da=t=>encodeURIComponent(t).replace(/[!'()*]/g,(t=>`%${t.charCodeAt(0).toString(16).toUpperCase()}`)),ua=Symbol("encodeFragmentIdentifier");function ma(t){if("string"!=typeof t||1!==t.length)throw new TypeError("arrayFormatSeparator must be single character string")}function fa(t,e){return e.encode?e.strict?da(t):encodeURIComponent(t):t}function pa(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=ia.exec(t);for(;n;){try{e[n[0]]=decodeURIComponent(n[0])}catch{const t=ra(n[0]);t!==n[0]&&(e[n[0]]=t)}n=ia.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 ga(t){return Array.isArray(t)?t.sort():"object"==typeof t?ga(Object.keys(t)).sort(((t,e)=>Number(t)-Number(e))).map((e=>t[e])):t}function ha(t){const e=t.indexOf("#");return-1!==e&&(t=t.slice(0,e)),t}function va(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 Aa(t){const e=(t=ha(t)).indexOf("?");return-1===e?"":t.slice(e+1)}function wa(t,e){ma((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),a="string"==typeof n&&!i&&pa(n,t).includes(t.arrayFormatSeparator);n=a?pa(n,t):n;const r=i||a?n.split(t.arrayFormatSeparator).map((e=>pa(e,t))):null===n?n:pa(n,t);s[e]=r};case"bracket-separator":return(e,n,s)=>{const i=/(\[])$/.test(e);if(e=e.replace(/\[]$/,""),!i)return void(s[e]=n?pa(n,t):n);const a=null===n?[]:n.split(t.arrayFormatSeparator).map((e=>pa(e,t)));void 0!==s[e]?s[e]=[...s[e],...a]:s[e]=a};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[a,r]=oa(t,"=");void 0===a&&(a=t),r=void 0===r?null:["comma","separator","bracket-separator"].includes(e.arrayFormat)?r:pa(r,e),n(pa(a,e),r,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]=va(s,e);else s[t]=va(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]=ga(n):t[e]=n,t}),Object.create(null))}function ya(t,e){if(!t)return"";ma((e={encode:!0,strict:!0,arrayFormat:"none",arrayFormatSeparator:",",...e}).arrayFormatSeparator);const n=n=>e.skipNull&&ca(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,[fa(e,t),"[",i,"]"].join("")]:[...n,[fa(e,t),"[",fa(i,t),"]=",fa(s,t)].join("")]};case"bracket":return e=>(n,s)=>void 0===s||t.skipNull&&null===s||t.skipEmptyString&&""===s?n:null===s?[...n,[fa(e,t),"[]"].join("")]:[...n,[fa(e,t),"[]=",fa(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,[fa(e,t),":list="].join("")]:[...n,[fa(e,t),":list=",fa(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?[[fa(n,t),e,fa(i,t)].join("")]:[[s,fa(i,t)].join(t.arrayFormatSeparator)])}default:return e=>(n,s)=>void 0===s||t.skipNull&&null===s||t.skipEmptyString&&""===s?n:null===s?[...n,fa(e,t)]:[...n,[fa(e,t),"=",fa(s,t)].join("")]}}(e),i={};for(const[e,s]of Object.entries(t))n(e)||(i[e]=s);const a=Object.keys(i);return!1!==e.sort&&a.sort(e.sort),a.map((n=>{const i=t[n];return void 0===i?"":null===i?fa(n,e):Array.isArray(i)?0===i.length&&"bracket-separator"===e.arrayFormat?fa(n,e)+"[]":i.reduce(s(n),[]).join("&"):fa(n,e)+"="+fa(i,e)})).filter((t=>t.length>0)).join("&")}function ba(t,e){e={decode:!0,...e};let[n,s]=oa(t,"#");return void 0===n&&(n=t),{url:n?.split("?")?.[0]??"",query:wa(Aa(t),e),...e&&e.parseFragmentIdentifier&&s?{fragmentIdentifier:pa(s,e)}:{}}}function Ca(t,e){e={encode:!0,strict:!0,[ua]:!0,...e};const n=ha(t.url).split("?")[0]||"";let s=ya({...wa(Aa(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[ua]?s.hash:`#${t.fragmentIdentifier}`}return`${n}${s}${i}`}function xa(t,e,n){n={parseFragmentIdentifier:!0,[ua]:!1,...n};const{url:s,query:i,fragmentIdentifier:a}=ba(t,n);return Ca({url:s,query:la(i,e),fragmentIdentifier:a},n)}function _a(t,e,n){return xa(t,Array.isArray(e)?t=>!e.includes(t):(t,n)=>!e(t,n),n)}const Ta=i;var ka=s(25108);function Sa(t,e){for(var n in e)t[n]=e[n];return t}var La=/[!'()*]/g,Ea=function(t){return"%"+t.charCodeAt(0).toString(16)},Na=/%2C/g,Fa=function(t){return encodeURIComponent(t).replace(La,Ea).replace(Na,",")};function Ba(t){try{return decodeURIComponent(t)}catch(t){}return t}var Pa=function(t){return null==t||"object"==typeof t?t:String(t)};function ja(t){var e={};return(t=t.trim().replace(/^(\?|#|&)/,""))?(t.split("&").forEach((function(t){var n=t.replace(/\+/g," ").split("="),s=Ba(n.shift()),i=n.length>0?Ba(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 Ia(t){var e=t?Object.keys(t).map((function(e){var n=t[e];if(void 0===n)return"";if(null===n)return Fa(e);if(Array.isArray(n)){var s=[];return n.forEach((function(t){void 0!==t&&(null===t?s.push(Fa(e)):s.push(Fa(e)+"="+Fa(t)))})),s.join("&")}return Fa(e)+"="+Fa(n)})).filter((function(t){return t.length>0})).join("&"):null;return e?"?"+e:""}var Oa=/\/?$/;function Ua(t,e,n,s){var i=s&&s.options.stringifyQuery,a=e.query||{};try{a=Da(a)}catch(t){}var r={name:e.name||t&&t.name,meta:t&&t.meta||{},path:e.path||"/",hash:e.hash||"",query:a,params:e.params||{},fullPath:Ra(e,i),matched:t?za(t):[]};return n&&(r.redirectedFrom=Ra(n,i)),Object.freeze(r)}function Da(t){if(Array.isArray(t))return t.map(Da);if(t&&"object"==typeof t){var e={};for(var n in t)e[n]=Da(t[n]);return e}return t}var $a=Ua(null,{path:"/"});function za(t){for(var e=[];t;)e.unshift(t),t=t.parent;return e}function Ra(t,e){var n=t.path,s=t.query;void 0===s&&(s={});var i=t.hash;return void 0===i&&(i=""),(n||"/")+(e||Ia)(s)+i}function Ma(t,e,n){return e===$a?t===e:!!e&&(t.path&&e.path?t.path.replace(Oa,"")===e.path.replace(Oa,"")&&(n||t.hash===e.hash&&Va(t.query,e.query)):!(!t.name||!e.name)&&t.name===e.name&&(n||t.hash===e.hash&&Va(t.query,e.query)&&Va(t.params,e.params)))}function Va(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 a=t[n];if(s[i]!==n)return!1;var r=e[n];return null==a||null==r?a===r:"object"==typeof a&&"object"==typeof r?Va(a,r):String(a)===String(r)}))}function Ha(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?Ga(l.path,c,n||i.append):c,u=function(t,e,n){void 0===e&&(e={});var s,i=n||ja;try{s=i(t||"")}catch(t){s={}}for(var a in e){var r=e[a];s[a]=Array.isArray(r)?r.map(Pa):Pa(r)}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 mr,fr=function(){},pr={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),a=i.location,r=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=r.redirectedFrom?Ua(null,ur(r.redirectedFrom),null,n):r;l[p]=Ma(s,g,this.exactPath),l[f]=this.exact||this.exactPath?l[p]:function(t,e){return 0===t.path.replace(Oa,"/").indexOf(e.path.replace(Oa,"/"))&&(!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){gr(t)&&(e.replace?n.replace(a,fr):n.push(a,fr))},A={click:gr};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:r,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=hr(this.$slots.default);if(b){b.isStatic=!1;var C=b.data=Sa({},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=Sa({},b.data.attrs);k.href=o,k["aria-current"]=h}else w.on=A}return t(this.tag,w,this.$slots.default)}};function gr(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 hr(t){if(t)for(var e,n=0;n-1&&(l.params[m]=n.params[m]);return l.path=dr(d.path,l.params),o(d,l,r)}if(l.path){l.params={};for(var f=0;f-1}function Gr(t,e){return Zr(t)&&t._isRouter&&(null==e||t.type===e)}function Wr(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 Yr(t,e){return Kr(t.map((function(t){return Object.keys(t.components).map((function(n){return e(t.components[n],t.instances[n],t,n)}))})))}function Kr(t){return Array.prototype.concat.apply([],t)}var Jr="function"==typeof Symbol&&"symbol"==typeof Symbol.toStringTag;function Qr(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 Xr=function(t,e){this.router=t,this.base=function(t){if(!t)if(vr){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=$a,this.pending=null,this.ready=!1,this.readyCbs=[],this.readyErrorCbs=[],this.errorCbs=[],this.listeners=[]};function to(t,e,n,s){var i=Yr(t,(function(t,s,i,a){var r=function(t,e){return"function"!=typeof t&&(t=mr.extend(t)),t.options[e]}(t,e);if(r)return Array.isArray(r)?r.map((function(t){return n(t,s,i,a)})):n(r,s,i,a)}));return Kr(s?i.reverse():i)}function eo(t,e){if(e)return function(){return t.apply(e,arguments)}}Xr.prototype.listen=function(t){this.cb=t},Xr.prototype.onReady=function(t,e){this.ready?t():(this.readyCbs.push(t),e&&this.readyErrorCbs.push(e))},Xr.prototype.onError=function(t){this.errorCbs.push(t)},Xr.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 a=this.current;this.confirmTransition(s,(function(){i.updateRoute(s),e&&e(s),i.ensureURL(),i.router.afterHooks.forEach((function(t){t&&t(s,a)})),i.ready||(i.ready=!0,i.readyCbs.forEach((function(t){t(s)})))}),(function(t){n&&n(t),t&&!i.ready&&(Gr(t,Mr.redirected)&&a===$a||(i.ready=!0,i.readyErrorCbs.forEach((function(e){e(t)}))))}))},Xr.prototype.confirmTransition=function(t,e,n){var s=this,i=this.current;this.pending=t;var a,r,o=function(t){!Gr(t)&&Zr(t)&&(s.errorCbs.length?s.errorCbs.forEach((function(e){e(t)})):ka.error(t)),n&&n(t)},l=t.matched.length-1,c=i.matched.length-1;if(Ma(t,i)&&l===c&&t.matched[l]===i.matched[c])return this.ensureURL(),t.hash&&Nr(this.router,i,t,!1),o(((r=Hr(a=i,t,Mr.duplicated,'Avoided redundant navigation to current location: "'+a.fullPath+'".')).name="NavigationDuplicated",r));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=$r&&n;s&&this.listeners.push(Er());var i=function(){var n=t.current,i=so(t.base);t.current===$a&&i===t._startLocation||t.transitionTo(i,(function(t){s&&Nr(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){zr(Wa(s.base+t.fullPath)),Nr(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){Rr(Wa(s.base+t.fullPath)),Nr(s.router,t,i,!1),e&&e(t)}),n)},e.prototype.ensureURL=function(t){if(so(this.base)!==this.current.fullPath){var e=Wa(this.base+this.current.fullPath);t?zr(e):Rr(e)}},e.prototype.getCurrentLocation=function(){return so(this.base)},e}(Xr);function so(t){var e=window.location.pathname,n=e.toLowerCase(),s=t.toLowerCase();return!t||n!==s&&0!==n.indexOf(Wa(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(Wa(t+"/#"+e)),!0}(this.base)||ao()}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=$r&&e;n&&this.listeners.push(Er());var s=function(){var e=t.current;ao()&&t.transitionTo(ro(),(function(s){n&&Nr(t.router,s,e,!0),$r||co(s.fullPath)}))},i=$r?"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),Nr(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),Nr(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;ro()!==e&&(t?lo(e):co(e))},e.prototype.getCurrentLocation=function(){return ro()},e}(Xr);function ao(){var t=ro();return"/"===t.charAt(0)||(co("/"+t),!1)}function ro(){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){$r?zr(oo(t)):window.location.hash=t}function co(t){$r?Rr(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){Gr(t,Mr.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}(Xr),mo=function(t){void 0===t&&(t={}),this.app=null,this.apps=[],this.options=t,this.beforeHooks=[],this.resolveHooks=[],this.afterHooks=[],this.matcher=br(t.routes||[],this);var e=t.mode||"hash";switch(this.fallback="history"===e&&!$r&&!1!==t.fallback,this.fallback&&(e="hash"),vr||(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;$r&&i&&"fullPath"in t&&Nr(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=ur(t,e=e||this.history.current,n,this),i=this.match(s,e),a=i.redirectedFrom||i.fullPath,r=function(t,e,n){var s="hash"===n?"#"+e:e;return t?Wa(t+"/"+s):s}(this.history.base,a,this.mode);return{location:s,route:i,href:r,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!==$a&&this.history.transitionTo(this.history.getCurrentLocation())},mo.prototype.addRoutes=function(t){this.matcher.addRoutes(t),this.history.current!==$a&&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||mr!==e){t.installed=!0,mr=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",qa),e.component("RouterLink",pr);var i=e.config.optionMergeStrategies;i.beforeRouteEnter=i.beforeRouteLeave=i.beforeRouteUpdate=i.created}},mo.version="3.6.5",mo.isNavigationFailure=Gr,mo.NavigationFailureType=Mr,mo.START_LOCATION=$a,vr&&window.Vue&&window.Vue.use(mo),a.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,re.generateUrl)("/apps/files"),linkActiveClass:"active",routes:[{path:"/",redirect:{name:"filelist"}},{path:"/:view/:fileid?",name:"filelist",props:!0}],stringifyQuery(t){const e=Ta.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}),a.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,a.effectScope)(!0),e=t.run((()=>(0,a.ref)({})));let n=[],s=[];const i=(0,a.markRaw)({install(t){h(i),r||(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||r?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)();a.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(a.default.extend(ea))({name:"FilesNavigationRoot",propsData:{Navigation:Co},router:vo,pinia:bo}).$mount("#app-navigation-files"),new(a.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),a=n(23645),r=n.n(a),o=n(61667),l=n.n(o),c=new URL(n(81490),n.b),d=new URL(n(90888),n.b),u=r()(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-ee6f34b5] {\n height: var(--row-height, 50px);\n}\ntr.file-picker__row td[data-v-ee6f34b5] {\n cursor: pointer;\n overflow: hidden;\n text-overflow: ellipsis;\n border-bottom: none;\n}\ntr.file-picker__row td[data-v-ee6f34b5]:not(.row-checkbox) {\n padding-inline: 14px 0;\n}\ntr.file-picker__row td.row-size[data-v-ee6f34b5] {\n text-align: end;\n padding-inline: 0 14px;\n}\ntr.file-picker__row td.row-name[data-v-ee6f34b5] {\n padding-inline: 2px 0;\n}\n.file-picker__row--selected[data-v-ee6f34b5] {\n background-color: var(--color-background-dark);\n}\n.file-picker__row[data-v-ee6f34b5]:hover {\n background-color: var(--color-background-hover);\n}\n.file-picker__name-container[data-v-ee6f34b5] {\n display: flex;\n justify-content: start;\n align-items: center;\n height: 100%;\n}\n.file-picker__file-name[data-v-ee6f34b5] {\n padding-inline-start: 6px;\n min-width: 0;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.file-picker__file-extension[data-v-ee6f34b5] {\n color: var(--color-text-maxcontrast);\n min-width: fit-content;\n}\n.file-picker__header-preview[data-v-4297db37] {\n width: 22px;\n height: 32px;\n flex: 0 0 auto;\n}\n.file-picker__files[data-v-4297db37] {\n margin: 2px;\n margin-inline-start: 12px;\n overflow: scroll auto;\n}\n.file-picker__files table[data-v-4297db37] {\n width: 100%;\n max-height: 100%;\n table-layout: fixed;\n}\n.file-picker__files th[data-v-4297db37] {\n position: -webkit-sticky;\n position: sticky;\n z-index: 1;\n top: 0;\n background-color: var(--color-main-background);\n padding: 2px;\n}\n.file-picker__files th .header-wrapper[data-v-4297db37] {\n display: flex;\n}\n.file-picker__files th.row-checkbox[data-v-4297db37] {\n width: 44px;\n}\n.file-picker__files th.row-name[data-v-4297db37] {\n width: 230px;\n}\n.file-picker__files th.row-size[data-v-4297db37] {\n width: 100px;\n}\n.file-picker__files th.row-modified[data-v-4297db37] {\n width: 120px;\n}\n.file-picker__files th[data-v-4297db37]:not(.row-size) .button-vue__wrapper {\n justify-content: start;\n flex-direction: row-reverse;\n}\n.file-picker__files th[data-v-4297db37]:not(.row-size) .button-vue {\n padding-inline: 16px 4px;\n}\n.file-picker__files th.row-size[data-v-4297db37] .button-vue__wrapper {\n justify-content: end;\n}\n.file-picker__files th[data-v-4297db37] .button-vue__wrapper {\n color: var(--color-text-maxcontrast);\n}\n.file-picker__files th[data-v-4297db37] .button-vue__wrapper .button-vue__text {\n font-weight: 400;\n}\n.file-picker__breadcrumbs[data-v-3bc9efa5] {\n flex-grow: 0 !important;\n}\n.file-picker__side[data-v-fcfd0f23] {\n display: flex;\n flex-direction: column;\n align-items: start;\n gap: .5rem;\n min-width: 200px;\n padding-block: 2px;\n overflow: auto;\n}\n.file-picker__side[data-v-fcfd0f23] .button-vue__wrapper {\n justify-content: start;\n}\n.file-picker__filter-input[data-v-fcfd0f23] {\n margin-block: 7px;\n max-width: 260px;\n}\n@media (max-width: 736px) {\n .file-picker__side[data-v-fcfd0f23] {\n flex-direction: row;\n min-width: unset;\n }\n}\n@media (max-width: 512px) {\n .file-picker__side[data-v-fcfd0f23] {\n flex-direction: row;\n min-width: unset;\n }\n .file-picker__filter-input[data-v-fcfd0f23] {\n max-width: unset;\n }\n}\n.file-picker__navigation {\n padding-inline: 2px;\n}\n.file-picker__navigation,\n.file-picker__navigation * {\n box-sizing: border-box;\n}\n.file-picker__navigation .v-select.select {\n min-width: 220px;\n}\n@media (min-width: 513px) and (max-width: 736px) {\n .file-picker__navigation {\n gap: 11px;\n }\n}\n@media (max-width: 512px) {\n .file-picker__navigation {\n flex-direction: column-reverse !important;\n }\n}\n.file-picker__view[data-v-86a13079] {\n height: 50px;\n display: flex;\n justify-content: start;\n align-items: center;\n}\n.file-picker__view h3[data-v-86a13079] {\n font-weight: 700;\n height: fit-content;\n margin: 0;\n}\n.file-picker__main[data-v-86a13079] {\n box-sizing: border-box;\n width: 100%;\n display: flex;\n flex-direction: column;\n min-height: 0;\n flex: 1;\n padding-inline: 2px;\n}\n.file-picker__main *[data-v-86a13079] {\n box-sizing: border-box;\n}\n[data-v-86a13079] .file-picker {\n height: min(80vh, 800px);\n}\n@media (max-width: 512px) {\n [data-v-86a13079] .file-picker {\n height: calc(100% - 16px - var(--default-clickable-area));\n }\n}\n[data-v-86a13079] .file-picker__content {\n display: flex;\n flex-direction: column;\n overflow: hidden;\n}\n`,"",{version:3,sources:["webpack://./node_modules/@nextcloud/dialogs/dist/style.css"],names:[],mappings:"AAAA,gBAAgB;AAChB;;;;;;;;;;;;;;;;;;;;EAoBE;AACF;EACE,gBAAgB;EAChB,gBAAgB;EAChB,8CAA8C;EAC9C,6BAA6B;EAC7B,6CAA6C;EAC7C,eAAe;EACf,gBAAgB;EAChB,eAAe;EACf,cAAc;EACd,mCAAmC;EACnC,aAAa;EACb,mBAAmB;AACrB;AACA;EACE,aAAa;EACb,mBAAmB;AACrB;AACA;;EAEE,gBAAgB;EAChB,gBAAgB;EAChB,sBAAsB;EACtB,eAAe;EACf,YAAY;EACZ,aAAa;EACb,mBAAmB;EACnB,4BAA4B;EAC5B,2BAA2B;EAC3B,6BAA6B;EAC7B,aAAa;AACf;AACA;;EAEE,cAAc;EACd,WAAW;EACX,YAAY;EACZ,gBAAgB;EAChB,iBAAiB;EACjB,YAAY;AACd;AACA;;EAEE,yDAAiR;EACjR,YAAY;EACZ,wCAAwC;EACxC,qBAAqB;EACrB,WAAW;EACX,YAAY;AACd;AACA;;EAEE,wBAAwB;EACxB,wBAAwB;AAC1B;AACA;;;;;;EAME,eAAe;EACf,UAAU;AACZ;AACA;EACE,WAAW;AACb;AACA;EACE,eAAe;AACjB;AACA;EACE,yCAAyC;AAC3C;AACA;EACE,2CAA2C;AAC7C;AACA;EACE,2CAA2C;AAC7C;AACA;;EAEE,2CAA2C;AAC7C;AACA;EACE,yDAAiU;AACnU;AACA;EACE,WAAW;EACX,YAAY;EACZ,eAAe;EACf,gBAAgB;EAChB,4BAA4B;EAC5B,wBAAwB;EACxB,aAAa;EACb,uBAAuB;AACzB;AACA;EACE,+BAA+B;AACjC;AACA;EACE,eAAe;EACf,gBAAgB;EAChB,uBAAuB;EACvB,mBAAmB;AACrB;AACA;EACE,sBAAsB;AACxB;AACA;EACE,eAAe;EACf,sBAAsB;AACxB;AACA;EACE,qBAAqB;AACvB;AACA;EACE;IACE,2BAA2B;EAC7B;EACA;IACE,6BAA6B;EAC/B;EACA;IACE,2BAA2B;EAC7B;AACF;AACA;EACE,6BAA6B;AAC/B;AACA;EACE,qBAAqB;EACrB,YAAY;EACZ,oIAAoI;EACpI,2BAA2B;EAC3B,mCAAmC;EACnC,8CAA8C;AAChD;AACA;EACE,oBAAoB;EACpB,mBAAmB;AACrB;AACA;EACE,WAAW;AACb;AACA;EACE,wBAAwB;EACxB,YAAY;AACd;AACA;EACE,WAAW;AACb;AACA;EACE,WAAW;AACb;AACA;EACE,+BAA+B;AACjC;AACA;EACE,eAAe;EACf,gBAAgB;EAChB,uBAAuB;EACvB,mBAAmB;AACrB;AACA;EACE,sBAAsB;AACxB;AACA;EACE,eAAe;EACf,sBAAsB;AACxB;AACA;EACE,qBAAqB;AACvB;AACA;EACE,8CAA8C;AAChD;AACA;EACE,+CAA+C;AACjD;AACA;EACE,aAAa;EACb,sBAAsB;EACtB,mBAAmB;EACnB,YAAY;AACd;AACA;EACE,yBAAyB;EACzB,YAAY;EACZ,gBAAgB;EAChB,uBAAuB;AACzB;AACA;EACE,oCAAoC;EACpC,sBAAsB;AACxB;AACA;EACE,WAAW;EACX,YAAY;EACZ,cAAc;AAChB;AACA;EACE,WAAW;EACX,yBAAyB;EACzB,qBAAqB;AACvB;AACA;EACE,WAAW;EACX,gBAAgB;EAChB,mBAAmB;AACrB;AACA;EACE,wBAAwB;EACxB,gBAAgB;EAChB,UAAU;EACV,MAAM;EACN,8CAA8C;EAC9C,YAAY;AACd;AACA;EACE,aAAa;AACf;AACA;EACE,WAAW;AACb;AACA;EACE,YAAY;AACd;AACA;EACE,YAAY;AACd;AACA;EACE,YAAY;AACd;AACA;EACE,sBAAsB;EACtB,2BAA2B;AAC7B;AACA;EACE,wBAAwB;AAC1B;AACA;EACE,oBAAoB;AACtB;AACA;EACE,oCAAoC;AACtC;AACA;EACE,gBAAgB;AAClB;AACA;EACE,uBAAuB;AACzB;AACA;EACE,aAAa;EACb,sBAAsB;EACtB,kBAAkB;EAClB,UAAU;EACV,gBAAgB;EAChB,kBAAkB;EAClB,cAAc;AAChB;AACA;EACE,sBAAsB;AACxB;AACA;EACE,iBAAiB;EACjB,gBAAgB;AAClB;AACA;EACE;IACE,mBAAmB;IACnB,gBAAgB;EAClB;AACF;AACA;EACE;IACE,mBAAmB;IACnB,gBAAgB;EAClB;EACA;IACE,gBAAgB;EAClB;AACF;AACA;EACE,mBAAmB;AACrB;AACA;;EAEE,sBAAsB;AACxB;AACA;EACE,gBAAgB;AAClB;AACA;EACE;IACE,SAAS;EACX;AACF;AACA;EACE;IACE,yCAAyC;EAC3C;AACF;AACA;EACE,YAAY;EACZ,aAAa;EACb,sBAAsB;EACtB,mBAAmB;AACrB;AACA;EACE,gBAAgB;EAChB,mBAAmB;EACnB,SAAS;AACX;AACA;EACE,sBAAsB;EACtB,WAAW;EACX,aAAa;EACb,sBAAsB;EACtB,aAAa;EACb,OAAO;EACP,mBAAmB;AACrB;AACA;EACE,sBAAsB;AACxB;AACA;EACE,wBAAwB;AAC1B;AACA;EACE;IACE,yDAAyD;EAC3D;AACF;AACA;EACE,aAAa;EACb,sBAAsB;EACtB,gBAAgB;AAClB",sourcesContent:['@charset "UTF-8";\n/**\n * @copyright Copyright (c) 2019 Julius Härtl \n *\n * @author Julius Härtl \n * @author John Molakvoæ \n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n */\n.toastify.dialogs {\n min-width: 200px;\n background: none;\n background-color: var(--color-main-background);\n color: var(--color-main-text);\n box-shadow: 0 0 6px 0 var(--color-box-shadow);\n padding: 0 12px;\n margin-top: 45px;\n position: fixed;\n z-index: 10100;\n border-radius: var(--border-radius);\n display: flex;\n align-items: center;\n}\n.toastify.dialogs .toast-undo-container {\n display: flex;\n align-items: center;\n}\n.toastify.dialogs .toast-undo-button,\n.toastify.dialogs .toast-close {\n position: static;\n overflow: hidden;\n box-sizing: border-box;\n min-width: 44px;\n height: 100%;\n padding: 12px;\n white-space: nowrap;\n background-repeat: no-repeat;\n background-position: center;\n background-color: transparent;\n min-height: 0;\n}\n.toastify.dialogs .toast-undo-button.toast-close,\n.toastify.dialogs .toast-close.toast-close {\n text-indent: 0;\n opacity: .4;\n border: none;\n min-height: 44px;\n margin-left: 10px;\n font-size: 0;\n}\n.toastify.dialogs .toast-undo-button.toast-close:before,\n.toastify.dialogs .toast-close.toast-close:before {\n background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTYiIHdpZHRoPSIxNiI+CiAgPHBhdGggZD0iTTE0IDEyLjNMMTIuMyAxNCA4IDkuNyAzLjcgMTQgMiAxMi4zIDYuMyA4IDIgMy43IDMuNyAyIDggNi4zIDEyLjMgMiAxNCAzLjcgOS43IDh6Ii8+Cjwvc3ZnPgo=);\n content: " ";\n filter: var(--background-invert-if-dark);\n display: inline-block;\n width: 16px;\n height: 16px;\n}\n.toastify.dialogs .toast-undo-button.toast-undo-button,\n.toastify.dialogs .toast-close.toast-undo-button {\n height: calc(100% - 6px);\n margin: 3px 3px 3px 12px;\n}\n.toastify.dialogs .toast-undo-button:hover,\n.toastify.dialogs .toast-undo-button:focus,\n.toastify.dialogs .toast-undo-button:active,\n.toastify.dialogs .toast-close:hover,\n.toastify.dialogs .toast-close:focus,\n.toastify.dialogs .toast-close:active {\n cursor: pointer;\n opacity: 1;\n}\n.toastify.dialogs.toastify-top {\n right: 10px;\n}\n.toastify.dialogs.toast-with-click {\n cursor: pointer;\n}\n.toastify.dialogs.toast-error {\n border-left: 3px solid var(--color-error);\n}\n.toastify.dialogs.toast-info {\n border-left: 3px solid var(--color-primary);\n}\n.toastify.dialogs.toast-warning {\n border-left: 3px solid var(--color-warning);\n}\n.toastify.dialogs.toast-success,\n.toastify.dialogs.toast-undo {\n border-left: 3px solid var(--color-success);\n}\n.theme--dark .toastify.dialogs .toast-close.toast-close:before {\n background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTYiIHdpZHRoPSIxNiI+CiAgPHBhdGggZD0iTTE0IDEyLjNMMTIuMyAxNCA4IDkuNyAzLjcgMTQgMiAxMi4zIDYuMyA4IDIgMy43IDMuNyAyIDggNi4zIDEyLjMgMiAxNCAzLjcgOS43IDh6IiBzdHlsZT0iZmlsbC1vcGFjaXR5OjE7ZmlsbDojZmZmZmZmIi8+Cjwvc3ZnPgo=);\n}\n._file-picker__file-icon_1vgv4_5 {\n width: 32px;\n height: 32px;\n min-width: 32px;\n min-height: 32px;\n background-repeat: no-repeat;\n background-size: contain;\n display: flex;\n justify-content: center;\n}\ntr.file-picker__row[data-v-6aded0d9] {\n height: var(--row-height, 50px);\n}\ntr.file-picker__row td[data-v-6aded0d9] {\n cursor: pointer;\n overflow: hidden;\n text-overflow: ellipsis;\n border-bottom: none;\n}\ntr.file-picker__row td[data-v-6aded0d9]:not(.row-checkbox) {\n padding-inline: 14px 0;\n}\ntr.file-picker__row td.row-size[data-v-6aded0d9] {\n text-align: end;\n padding-inline: 0 14px;\n}\ntr.file-picker__row td.row-name[data-v-6aded0d9] {\n padding-inline: 2px 0;\n}\n@keyframes gradient-6aded0d9 {\n 0% {\n background-position: 0% 50%;\n }\n 50% {\n background-position: 100% 50%;\n }\n to {\n background-position: 0% 50%;\n }\n}\n.loading-row .row-checkbox[data-v-6aded0d9] {\n text-align: center !important;\n}\n.loading-row span[data-v-6aded0d9] {\n display: inline-block;\n height: 24px;\n background: linear-gradient(to right, var(--color-background-darker), var(--color-text-maxcontrast), var(--color-background-darker));\n background-size: 600px 100%;\n border-radius: var(--border-radius);\n animation: gradient-6aded0d9 12s ease infinite;\n}\n.loading-row .row-wrapper[data-v-6aded0d9] {\n display: inline-flex;\n align-items: center;\n}\n.loading-row .row-checkbox span[data-v-6aded0d9] {\n width: 24px;\n}\n.loading-row .row-name span[data-v-6aded0d9]:last-of-type {\n margin-inline-start: 6px;\n width: 130px;\n}\n.loading-row .row-size span[data-v-6aded0d9] {\n width: 80px;\n}\n.loading-row .row-modified span[data-v-6aded0d9] {\n width: 90px;\n}\ntr.file-picker__row[data-v-ee6f34b5] {\n height: var(--row-height, 50px);\n}\ntr.file-picker__row td[data-v-ee6f34b5] {\n cursor: pointer;\n overflow: hidden;\n text-overflow: ellipsis;\n border-bottom: none;\n}\ntr.file-picker__row td[data-v-ee6f34b5]:not(.row-checkbox) {\n padding-inline: 14px 0;\n}\ntr.file-picker__row td.row-size[data-v-ee6f34b5] {\n text-align: end;\n padding-inline: 0 14px;\n}\ntr.file-picker__row td.row-name[data-v-ee6f34b5] {\n padding-inline: 2px 0;\n}\n.file-picker__row--selected[data-v-ee6f34b5] {\n background-color: var(--color-background-dark);\n}\n.file-picker__row[data-v-ee6f34b5]:hover {\n background-color: var(--color-background-hover);\n}\n.file-picker__name-container[data-v-ee6f34b5] {\n display: flex;\n justify-content: start;\n align-items: center;\n height: 100%;\n}\n.file-picker__file-name[data-v-ee6f34b5] {\n padding-inline-start: 6px;\n min-width: 0;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.file-picker__file-extension[data-v-ee6f34b5] {\n color: var(--color-text-maxcontrast);\n min-width: fit-content;\n}\n.file-picker__header-preview[data-v-4297db37] {\n width: 22px;\n height: 32px;\n flex: 0 0 auto;\n}\n.file-picker__files[data-v-4297db37] {\n margin: 2px;\n margin-inline-start: 12px;\n overflow: scroll auto;\n}\n.file-picker__files table[data-v-4297db37] {\n width: 100%;\n max-height: 100%;\n table-layout: fixed;\n}\n.file-picker__files th[data-v-4297db37] {\n position: -webkit-sticky;\n position: sticky;\n z-index: 1;\n top: 0;\n background-color: var(--color-main-background);\n padding: 2px;\n}\n.file-picker__files th .header-wrapper[data-v-4297db37] {\n display: flex;\n}\n.file-picker__files th.row-checkbox[data-v-4297db37] {\n width: 44px;\n}\n.file-picker__files th.row-name[data-v-4297db37] {\n width: 230px;\n}\n.file-picker__files th.row-size[data-v-4297db37] {\n width: 100px;\n}\n.file-picker__files th.row-modified[data-v-4297db37] {\n width: 120px;\n}\n.file-picker__files th[data-v-4297db37]:not(.row-size) .button-vue__wrapper {\n justify-content: start;\n flex-direction: row-reverse;\n}\n.file-picker__files th[data-v-4297db37]:not(.row-size) .button-vue {\n padding-inline: 16px 4px;\n}\n.file-picker__files th.row-size[data-v-4297db37] .button-vue__wrapper {\n justify-content: end;\n}\n.file-picker__files th[data-v-4297db37] .button-vue__wrapper {\n color: var(--color-text-maxcontrast);\n}\n.file-picker__files th[data-v-4297db37] .button-vue__wrapper .button-vue__text {\n font-weight: 400;\n}\n.file-picker__breadcrumbs[data-v-3bc9efa5] {\n flex-grow: 0 !important;\n}\n.file-picker__side[data-v-fcfd0f23] {\n display: flex;\n flex-direction: column;\n align-items: start;\n gap: .5rem;\n min-width: 200px;\n padding-block: 2px;\n overflow: auto;\n}\n.file-picker__side[data-v-fcfd0f23] .button-vue__wrapper {\n justify-content: start;\n}\n.file-picker__filter-input[data-v-fcfd0f23] {\n margin-block: 7px;\n max-width: 260px;\n}\n@media (max-width: 736px) {\n .file-picker__side[data-v-fcfd0f23] {\n flex-direction: row;\n min-width: unset;\n }\n}\n@media (max-width: 512px) {\n .file-picker__side[data-v-fcfd0f23] {\n flex-direction: row;\n min-width: unset;\n }\n .file-picker__filter-input[data-v-fcfd0f23] {\n max-width: unset;\n }\n}\n.file-picker__navigation {\n padding-inline: 2px;\n}\n.file-picker__navigation,\n.file-picker__navigation * {\n box-sizing: border-box;\n}\n.file-picker__navigation .v-select.select {\n min-width: 220px;\n}\n@media (min-width: 513px) and (max-width: 736px) {\n .file-picker__navigation {\n gap: 11px;\n }\n}\n@media (max-width: 512px) {\n .file-picker__navigation {\n flex-direction: column-reverse !important;\n }\n}\n.file-picker__view[data-v-86a13079] {\n height: 50px;\n display: flex;\n justify-content: start;\n align-items: center;\n}\n.file-picker__view h3[data-v-86a13079] {\n font-weight: 700;\n height: fit-content;\n margin: 0;\n}\n.file-picker__main[data-v-86a13079] {\n box-sizing: border-box;\n width: 100%;\n display: flex;\n flex-direction: column;\n min-height: 0;\n flex: 1;\n padding-inline: 2px;\n}\n.file-picker__main *[data-v-86a13079] {\n box-sizing: border-box;\n}\n[data-v-86a13079] .file-picker {\n height: min(80vh, 800px);\n}\n@media (max-width: 512px) {\n [data-v-86a13079] .file-picker {\n height: calc(100% - 16px - var(--default-clickable-area));\n }\n}\n[data-v-86a13079] .file-picker__content {\n display: flex;\n flex-direction: column;\n overflow: hidden;\n}\n'],sourceRoot:""}]);const p=u},82396:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var s=n(87537),i=n.n(s),a=n(23645),r=n.n(a)()(i());r.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=r},26057:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var s=n(87537),i=n.n(s),a=n(23645),r=n.n(a)()(i());r.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=r},81432:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var s=n(87537),i=n.n(s),a=n(23645),r=n.n(a)()(i());r.push([t.id,".files-list__drag-drop-notice[data-v-7e0e423e]{display:flex;align-items:center;justify-content:center;width:100%;min-height:113px;margin:0;user-select:none;color:var(--color-text-maxcontrast);background-color:var(--color-main-background);border-color:#000}.files-list__drag-drop-notice h3[data-v-7e0e423e]{margin-left:16px;color:inherit}.files-list__drag-drop-notice-wrapper[data-v-7e0e423e]{display:flex;align-items:center;justify-content:center;height:15vh;max-height:70%;padding:0 5vw;border:2px var(--color-border-dark) dashed;border-radius:var(--border-radius-large)}","",{version:3,sources:["webpack://./apps/files/src/components/DragAndDropNotice.vue"],names:[],mappings:"AACA,+CACC,YAAA,CACA,kBAAA,CACA,sBAAA,CACA,UAAA,CAEA,gBAAA,CACA,QAAA,CACA,gBAAA,CACA,mCAAA,CACA,6CAAA,CACA,iBAAA,CAEA,kDACC,gBAAA,CACA,aAAA,CAGD,uDACC,YAAA,CACA,kBAAA,CACA,sBAAA,CACA,WAAA,CACA,cAAA,CACA,aAAA,CACA,0CAAA,CACA,wCAAA",sourcesContent:["\n.files-list__drag-drop-notice {\n\tdisplay: flex;\n\talign-items: center;\n\tjustify-content: center;\n\twidth: 100%;\n\t// Breadcrumbs height + row thead height\n\tmin-height: calc(58px + 55px);\n\tmargin: 0;\n\tuser-select: none;\n\tcolor: var(--color-text-maxcontrast);\n\tbackground-color: var(--color-main-background);\n\tborder-color: black;\n\n\th3 {\n\t\tmargin-left: 16px;\n\t\tcolor: inherit;\n\t}\n\n\t&-wrapper {\n\t\tdisplay: flex;\n\t\talign-items: center;\n\t\tjustify-content: center;\n\t\theight: 15vh;\n\t\tmax-height: 70%;\n\t\tpadding: 0 5vw;\n\t\tborder: 2px var(--color-border-dark) dashed;\n\t\tborder-radius: var(--border-radius-large);\n\t}\n}\n\n"],sourceRoot:""}]);const o=r},50262:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var s=n(87537),i=n.n(s),a=n(23645),r=n.n(a)()(i());r.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=r},99292:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var s=n(87537),i=n.n(s),a=n(23645),r=n.n(a)()(i());r.push([t.id,".favorite-marker-icon[data-v-04e52abc]{color:#a08b00;min-width:unset !important;min-height:unset !important}.favorite-marker-icon[data-v-04e52abc] svg{width:26px !important;height:26px !important;max-width:unset !important;max-height:unset !important}.favorite-marker-icon[data-v-04e52abc] svg path{stroke:var(--color-main-background);stroke-width:8px;stroke-linejoin:round;paint-order:stroke}","",{version:3,sources:["webpack://./apps/files/src/components/FileEntry/FavoriteIcon.vue"],names:[],mappings:"AACA,uCACC,aAAA,CAEA,0BAAA,CACG,2BAAA,CAGF,4CAEC,qBAAA,CACA,sBAAA,CAGA,0BAAA,CACA,2BAAA,CAGA,iDACC,mCAAA,CACA,gBAAA,CACA,qBAAA,CACA,kBAAA",sourcesContent:["\n.favorite-marker-icon {\n\tcolor: #a08b00;\n\t// Override NcIconSvgWrapper defaults (clickable area)\n\tmin-width: unset !important;\n min-height: unset !important;\n\n\t:deep() {\n\t\tsvg {\n\t\t\t// We added a stroke for a11y so we must increase the size to include the stroke\n\t\t\twidth: 26px !important;\n\t\t\theight: 26px !important;\n\n\t\t\t// Override NcIconSvgWrapper defaults of 20px\n\t\t\tmax-width: unset !important;\n\t\t\tmax-height: unset !important;\n\n\t\t\t// Sow a border around the icon for better contrast\n\t\t\tpath {\n\t\t\t\tstroke: var(--color-main-background);\n\t\t\t\tstroke-width: 8px;\n\t\t\t\tstroke-linejoin: round;\n\t\t\t\tpaint-order: stroke;\n\t\t\t}\n\t\t}\n\t}\n}\n"],sourceRoot:""}]);const o=r},21367:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var s=n(87537),i=n.n(s),a=n(23645),r=n.n(a)()(i());r.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=r},68252:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var s=n(87537),i=n.n(s),a=n(23645),r=n.n(a)()(i());r.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=r},41002:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var s=n(87537),i=n.n(s),a=n(23645),r=n.n(a)()(i());r.push([t.id,".files-list__column[data-v-585fdb03]{user-select:none;color:var(--color-text-maxcontrast) !important}.files-list__column--sortable[data-v-585fdb03]{cursor:pointer}","",{version:3,sources:["webpack://./apps/files/src/components/FilesListTableHeader.vue"],names:[],mappings:"AACA,qCACC,gBAAA,CAEA,8CAAA,CAEA,+CACC,cAAA",sourcesContent:["\n.files-list__column {\n\tuser-select: none;\n\t// Make sure the cell colors don't apply to column headers\n\tcolor: var(--color-text-maxcontrast) !important;\n\n\t&--sortable {\n\t\tcursor: pointer;\n\t}\n}\n\n"],sourceRoot:""}]);const o=r},65769:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var s=n(87537),i=n.n(s),a=n(23645),r=n.n(a)()(i());r.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=r},36980:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var s=n(87537),i=n.n(s),a=n(23645),r=n.n(a)()(i());r.push([t.id,".files-list__column-sort-button[data-v-097f69d4]{margin:0 calc(var(--cell-margin)*-1);min-width:calc(100% - 3*var(--cell-margin)) !important}.files-list__column-sort-button-text[data-v-097f69d4]{color:var(--color-text-maxcontrast);font-weight:normal}.files-list__column-sort-button-icon[data-v-097f69d4]{color:var(--color-text-maxcontrast);opacity:0;transition:opacity var(--animation-quick);inset-inline-start:-10px}.files-list__column-sort-button--size .files-list__column-sort-button-icon[data-v-097f69d4]{inset-inline-start:10px}.files-list__column-sort-button--active .files-list__column-sort-button-icon[data-v-097f69d4],.files-list__column-sort-button:hover .files-list__column-sort-button-icon[data-v-097f69d4],.files-list__column-sort-button:focus .files-list__column-sort-button-icon[data-v-097f69d4],.files-list__column-sort-button:active .files-list__column-sort-button-icon[data-v-097f69d4]{opacity:1}","",{version:3,sources:["webpack://./apps/files/src/components/FilesListTableHeaderButton.vue"],names:[],mappings:"AACA,iDAEC,oCAAA,CACA,sDAAA,CAEA,sDACC,mCAAA,CACA,kBAAA,CAGD,sDACC,mCAAA,CACA,SAAA,CACA,yCAAA,CACA,wBAAA,CAGD,4FACC,uBAAA,CAGD,mXAIC,SAAA",sourcesContent:["\n.files-list__column-sort-button {\n\t// Compensate for cells margin\n\tmargin: 0 calc(var(--cell-margin) * -1);\n\tmin-width: calc(100% - 3 * var(--cell-margin))!important;\n\n\t&-text {\n\t\tcolor: var(--color-text-maxcontrast);\n\t\tfont-weight: normal;\n\t}\n\n\t&-icon {\n\t\tcolor: var(--color-text-maxcontrast);\n\t\topacity: 0;\n\t\ttransition: opacity var(--animation-quick);\n\t\tinset-inline-start: -10px;\n\t}\n\n\t&--size &-icon {\n\t\tinset-inline-start: 10px;\n\t}\n\n\t&--active &-icon,\n\t&:hover &-icon,\n\t&:focus &-icon,\n\t&:active &-icon {\n\t\topacity: 1;\n\t}\n}\n"],sourceRoot:""}]);const o=r},51272:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var s=n(87537),i=n.n(s),a=n(23645),r=n.n(a)()(i());r.push([t.id,".files-list[data-v-1b17ff10]{--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-1b17ff10] tbody{will-change:padding;contain:layout paint style;display:flex;flex-direction:column;width:100%;position:relative}.files-list[data-v-1b17ff10] tbody tr{contain:strict}.files-list[data-v-1b17ff10] tbody tr:hover,.files-list[data-v-1b17ff10] tbody tr:focus{background-color:var(--color-background-dark)}.files-list[data-v-1b17ff10] .files-list__before{display:flex;flex-direction:column}.files-list[data-v-1b17ff10] .files-list__table{display:block}.files-list[data-v-1b17ff10] .files-list__thead,.files-list[data-v-1b17ff10] .files-list__tfoot{display:flex;flex-direction:column;width:100%;background-color:var(--color-main-background)}.files-list[data-v-1b17ff10] .files-list__thead{position:sticky;z-index:10;top:0}.files-list[data-v-1b17ff10] .files-list__tfoot{min-height:300px}.files-list[data-v-1b17ff10] 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-1b17ff10] td,.files-list[data-v-1b17ff10] 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-1b17ff10] td span,.files-list[data-v-1b17ff10] th span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.files-list[data-v-1b17ff10] .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-1b17ff10] .files-list__row-checkbox{justify-content:center}.files-list[data-v-1b17ff10] .files-list__row-checkbox .checkbox-radio-switch{display:flex;justify-content:center;--icon-size: var(--checkbox-size)}.files-list[data-v-1b17ff10] .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-1b17ff10] .files-list__row-checkbox .checkbox-radio-switch .checkbox-radio-switch__icon{margin:0 !important}.files-list[data-v-1b17ff10] .files-list__row:hover,.files-list[data-v-1b17ff10] .files-list__row:focus,.files-list[data-v-1b17ff10] .files-list__row:active,.files-list[data-v-1b17ff10] .files-list__row--active,.files-list[data-v-1b17ff10] .files-list__row--dragover{background-color:var(--color-background-hover);--color-text-maxcontrast: var(--color-main-text)}.files-list[data-v-1b17ff10] .files-list__row:hover>*,.files-list[data-v-1b17ff10] .files-list__row:focus>*,.files-list[data-v-1b17ff10] .files-list__row:active>*,.files-list[data-v-1b17ff10] .files-list__row--active>*,.files-list[data-v-1b17ff10] .files-list__row--dragover>*{--color-border: var(--color-border-dark)}.files-list[data-v-1b17ff10] .files-list__row:hover .favorite-marker-icon svg path,.files-list[data-v-1b17ff10] .files-list__row:focus .favorite-marker-icon svg path,.files-list[data-v-1b17ff10] .files-list__row:active .favorite-marker-icon svg path,.files-list[data-v-1b17ff10] .files-list__row--active .favorite-marker-icon svg path,.files-list[data-v-1b17ff10] .files-list__row--dragover .favorite-marker-icon svg path{stroke:var(--color-background-hover)}.files-list[data-v-1b17ff10] .files-list__row--dragover *{pointer-events:none}.files-list[data-v-1b17ff10] .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-1b17ff10] .files-list__row-icon *{cursor:pointer}.files-list[data-v-1b17ff10] .files-list__row-icon>span{justify-content:flex-start}.files-list[data-v-1b17ff10] .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-1b17ff10] .files-list__row-icon>span.folder-icon,.files-list[data-v-1b17ff10] .files-list__row-icon>span.folder-open-icon{margin:-3px}.files-list[data-v-1b17ff10] .files-list__row-icon>span.folder-icon svg,.files-list[data-v-1b17ff10] .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-1b17ff10] .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-1b17ff10] .files-list__row-icon-preview:not(.files-list__row-icon-preview--loaded){background:var(--color-loading-dark)}.files-list[data-v-1b17ff10] .files-list__row-icon-favorite{position:absolute;top:0px;right:-10px}.files-list[data-v-1b17ff10] .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-1b17ff10] .files-list__row-icon-overlay--file{color:var(--color-main-text);background:var(--color-main-background);border-radius:100%}.files-list[data-v-1b17ff10] .files-list__row-name{overflow:hidden;flex:1 1 auto}.files-list[data-v-1b17ff10] .files-list__row-name a{display:flex;align-items:center;width:100%;height:100%;min-width:0}.files-list[data-v-1b17ff10] .files-list__row-name a:focus-visible{outline:none}.files-list[data-v-1b17ff10] .files-list__row-name a:focus .files-list__row-name-text,.files-list[data-v-1b17ff10] .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-1b17ff10] .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-1b17ff10] .files-list__row-name .files-list__row-name-ext{color:var(--color-text-maxcontrast);overflow:visible}.files-list[data-v-1b17ff10] .files-list__row-rename{width:100%;max-width:600px}.files-list[data-v-1b17ff10] .files-list__row-rename input{width:100%;margin-left:-8px;padding:2px 6px;border-width:2px}.files-list[data-v-1b17ff10] .files-list__row-rename input:invalid{border-color:var(--color-error);color:red}.files-list[data-v-1b17ff10] .files-list__row-actions{width:auto}.files-list[data-v-1b17ff10] .files-list__row-actions~td,.files-list[data-v-1b17ff10] .files-list__row-actions~th{margin:0 var(--cell-margin)}.files-list[data-v-1b17ff10] .files-list__row-actions button .button-vue__text{font-weight:normal}.files-list[data-v-1b17ff10] .files-list__row-action--inline{margin-right:7px}.files-list[data-v-1b17ff10] .files-list__row-mtime,.files-list[data-v-1b17ff10] .files-list__row-size{color:var(--color-text-maxcontrast)}.files-list[data-v-1b17ff10] .files-list__row-size{width:calc(var(--row-height)*1.5);justify-content:flex-end}.files-list[data-v-1b17ff10] .files-list__row-mtime{width:calc(var(--row-height)*2)}.files-list[data-v-1b17ff10] .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=r},61590:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var s=n(87537),i=n.n(s),a=n(23645),r=n.n(a)()(i());r.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=r},77895:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var s=n(87537),i=n.n(s),a=n(23645),r=n.n(a)()(i());r.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=r},80794:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var s=n(87537),i=n.n(s),a=n(23645),r=n.n(a)()(i());r.push([t.id,".app-content[data-v-14acd289]{display:flex;overflow:hidden;flex-direction:column;max-height:100%;position:relative}.files-list__header[data-v-14acd289]{display:flex;align-items:center;flex:0 0;margin:4px 4px 4px 50px;max-width:100%}.files-list__header>*[data-v-14acd289]{flex:0 0}.files-list__header-share-button[data-v-14acd289]{opacity:.3}.files-list__header-share-button--shared[data-v-14acd289]{opacity:1}.files-list__refresh-icon[data-v-14acd289]{flex:0 0 44px;width:44px;height:44px}.files-list__loading-icon[data-v-14acd289]{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=r},76336:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var s=n(87537),i=n.n(s),a=n(23645),r=n.n(a)()(i());r.push([t.id,".app-navigation[data-v-761b6079] .app-navigation-entry-icon{background-repeat:no-repeat;background-position:center}.app-navigation[data-v-761b6079] .app-navigation-entry.active .button-vue.icon-collapse:not(:hover){color:var(--color-primary-element-text)}.app-navigation>ul.app-navigation__list[data-v-761b6079]{padding-bottom:var(--default-grid-baseline, 4px)}.app-navigation-entry__settings[data-v-761b6079]{height:auto !important;overflow:hidden !important;padding-top:0 !important;flex:0 0 auto}","",{version:3,sources:["webpack://./apps/files/src/views/Navigation.vue"],names:[],mappings:"AAEA,4DACC,2BAAA,CACA,0BAAA,CAGD,oGACC,uCAAA,CAGD,yDAEC,gDAAA,CAGD,iDACC,sBAAA,CACA,0BAAA,CACA,wBAAA,CAEA,aAAA",sourcesContent:["\n// TODO: remove when https://github.com/nextcloud/nextcloud-vue/pull/3539 is in\n.app-navigation::v-deep .app-navigation-entry-icon {\n\tbackground-repeat: no-repeat;\n\tbackground-position: center;\n}\n\n.app-navigation::v-deep .app-navigation-entry.active .button-vue.icon-collapse:not(:hover) {\n\tcolor: var(--color-primary-element-text);\n}\n\n.app-navigation > ul.app-navigation__list {\n\t// Use flex gap value for more elegant spacing\n\tpadding-bottom: var(--default-grid-baseline, 4px);\n}\n\n.app-navigation-entry__settings {\n\theight: auto !important;\n\toverflow: hidden !important;\n\tpadding-top: 0 !important;\n\t// Prevent shrinking or growing\n\tflex: 0 0 auto;\n}\n"],sourceRoot:""}]);const o=r},78320:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var s=n(87537),i=n.n(s),a=n(23645),r=n.n(a)()(i());r.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=r},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=a(t);return n(e)}function a(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=a,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),a=e(t.autostart,!0),r=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&&(!r||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,a&&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:()=>B,DT:()=>h,De:()=>w,G7:()=>ae,Ir:()=>oe,NB:()=>F,RL:()=>D,Ti:()=>z,Tv:()=>S,Vn:()=>A,_o:()=>j,e4:()=>N,gt:()=>P,h7:()=>T,p$:()=>v,pC:()=>U,rp:()=>O,sS:()=>g,tB:()=>k,y3:()=>y});var s=n(77958),i=n(17499),a=n(31352),r=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 r=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,a.aj)()),o+" "+r)}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,r.join)(n,t.root)))throw new Error("The root must be relative to the service. e.g /files/emma")}if(t.status&&!Object.values(N).includes(t.status))throw new Error("Status must be a valid NodeStatus")};var N=(t=>(t.NEW="new",t.FAILED="failed",t.LOADING="loading",t.LOCKED="locked",t))(N||{});class F{_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,r.basename)(this.source)}get extension(){return(0,r.extname)(this.source)}get dirname(){if(this.root){const t=this.source.indexOf(this.root);return(0,r.dirname)(this.source.slice(t+this.root.length)||"/")}const t=new URL(this.source);return(0,r.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,r.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,r.dirname)(this.source)+"/"+t)}updateMtime(){this._data.mtime&&(this._data.mtime=new Date)}}class B extends F{get type(){return S.File}}class P extends F{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,a=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),r=(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:a,owner:r,root:e,attributes:{...t,...i,hasPreview:i?.["has-preview"]}};return delete o.attributes?.props,"file"===t.type?new B(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 z=function(){return typeof window._nc_navigation>"u"&&(window._nc_navigation=new $,d.debug("Navigation service initialized")),window._nc_navigation};class R{_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 a=0;a"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 a=s.length;for(let t=0;t5&&"xml"===s)return nt("InvalidXml","XML declaration allowed only at the start of the document.",at(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({},Z,e);const n=[];let s=!1,i=!1;"\ufeff"===t[0]&&(t=t.substr(1));for(let a=0;a"!==t[a]&&" "!==t[a]&&"\t"!==t[a]&&"\n"!==t[a]&&"\r"!==t[a];a++)l+=t[a];if(l=l.trim(),"/"===l[l.length-1]&&(l=l.substring(0,l.length-1),a--),!it(l)){let e;return e=0===l.trim().length?"Invalid space after '<'.":"Tag '"+l+"' is an invalid name.",nt("InvalidTag",e,at(t,a))}const c=Q(t,a);if(!1===c)return nt("InvalidAttr","Attributes for '"+l+"' have open quote.",at(t,a));let d=c.value;if(a=c.index,"/"===d[d.length-1]){const n=a-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,at(t,n+i.err.line));s=!0}else if(o){if(!c.tagClosed)return nt("InvalidTag","Closing tag '"+l+"' doesn't have proper closing.",at(t,a));if(d.trim().length>0)return nt("InvalidTag","Closing tag '"+l+"' can't have attributes or invalid starting.",at(t,r));{const e=n.pop();if(l!==e.tagName){let n=at(t,e.tagStartPos);return nt("InvalidTag","Expected closing tag '"+e.tagName+"' (opened in line "+n.line+", col "+n.col+") instead of closing tag '"+l+"'.",at(t,r))}0==n.length&&(i=!0)}}else{const o=tt(d,e);if(!0!==o)return nt(o.err.code,o.err.msg,at(t,a-d.length+o.err.line));if(!0===i)return nt("InvalidXml","Multiple possible root nodes found.",at(t,a));-1!==e.unpairedTags.indexOf(l)||n.push({tagName:l,tagStartPos:r}),s=!0}for(a++;a0)||nt("InvalidXml","Invalid '"+JSON.stringify(n.map((t=>t.tagName)),null,4).replace(/\r?\n/g,"")+"' found.",{line:1,col:1}):nt("InvalidXml","Start tag expected.",1)};const K='"',J="'";function Q(t,e){let n="",s="",i=!1;for(;e"===t[e]&&""===s){i=!0;break}n+=t[e]}return""===s&&{value:n,index:e,tagClosed:i}}const X=new RegExp("(\\s*)([^\\s=]+)(\\s*=)?(\\s*(['\"])(([\\s\\S])*?)\\5)?","g");function tt(t,e){const n=q.getAllMatches(t,X),s={};for(let t=0;t!1,commentPropName:!1,unpairedTags:[],processEntities:!0,htmlEntities:!1,ignoreDeclaration:!1,ignorePiTags:!1,transformTagName:!1,transformAttributeName:!1,updateTag:function(t,e,n){return t}};ot.buildOptions=function(t){return Object.assign({},lt,t)},ot.defaultOptions=lt;const ct=H;function 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,a=!1,r="";for(;e"===t[e]){if(a?"-"===t[e-1]&&"-"===t[e-2]&&(a=!1,s--):s--,0===s)break}else"["===t[e]?i=!0:r+=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");a=!0}s++,r=""}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],a=s[2];let r=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&&a.length>0&&i&&"."!==n[2])return t;if(!e.leadingZeros&&a.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&&""===r||l===r||i&&l==="-"+r?s:t:a?r===l||i+r===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)){r||(t=this.replaceEntitiesValue(t));const s=this.options.tagValueProcessor(e,t,n,i,a);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",a,"Closing Tag is not closed.");let r=t.substring(a+2,e).trim();if(this.options.removeNSPrefix){const t=r.indexOf(":");-1!==t&&(r=r.substr(t+1))}this.options.transformTagName&&(r=this.options.transformTagName(r)),n&&(s=this.saveTextToParentTag(s,n,i));const o=i.substring(i.lastIndexOf(".")+1);if(r&&-1!==this.options.unpairedTags.indexOf(r))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="",a=e}else if("?"===t[a+1]){let e=It(t,a,!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)}a=e.closeIndex+1}else if("!--"===t.substr(a+1,3)){const e=jt(t,"--\x3e",a+4,"Comment is not closed.");if(this.options.commentPropName){const r=t.substring(a+4,e-2);s=this.saveTextToParentTag(s,n,i),n.add(this.options.commentPropName,[{[this.options.textNodeName]:r}])}a=e}else if("!D"===t.substr(a+1,2)){const e=Ct(t,a);this.docTypeEntities=e.entities,a=e.i}else if("!["===t.substr(a+1,2)){const e=jt(t,"]]>",a,"CDATA is not closed.")-2,r=t.substring(a+9,e);if(s=this.saveTextToParentTag(s,n,i),this.options.cdataPropName)n.add(this.options.cdataPropName,[{[this.options.textNodeName]:r}]);else{let t=this.parseTextData(r,n.tagname,i,!0,!1,!0);null==t&&(t=""),n.add(this.options.textNodeName,t)}a=e+2}else{let r=It(t,a,this.options.removeNSPrefix),o=r.tagName;const l=r.rawTagName;let c=r.tagExp,d=r.attrExpPresent,u=r.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)a=r.closeIndex;else if(-1!==this.options.unpairedTags.indexOf(o))a=r.closeIndex;else{const n=this.readStopNodeData(t,l,u+1);if(!n)throw new Error(`Unexpected end of ${l}`);a=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="",a=u}}else s+=t[a];return e.child};function Nt(t,e,n){const s=this.options.updateTag(e.tagname,n,e[":@"]);!1===s||("string"==typeof s&&(e.tagname=s),t.addChild(e))}const Ft=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 Bt(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 a=e;a",n,`${e} is not closed`);if(t.substring(n+2,a).trim()===e&&(i--,0===i))return{tagContent:t.substring(s,n),i:a};n=a}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 a=0;a0&&(i[e.textNodeName]=s):void 0!==s&&(i[e.textNodeName]=s),i}function zt(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=Ft,this.readStopNodeData=Ot,this.saveTextToParentTag=Bt,this.addChild=Nt}},{prettify:qt}=Dt,Zt=V;function Gt(t,e,n,s){let i="",a=!1;for(let r=0;r`,a=!1;continue}if(l===e.commentPropName){i+=s+`\x3c!--${o[l][0][e.textNodeName]}--\x3e`,a=!0;continue}if("?"===l[0]){const t=Yt(o[":@"],e),n="?xml"===l?"":s;let r=o[l][0][e.textNodeName];r=0!==r.length?" "+r:"",i+=n+`<${l}${r}${t}?>`,a=!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+"/>",a=!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 a=this.isAttribute(i);if(a)n+=this.buildAttrPairStr(a,""+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 a="";for(let r=0;r"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?a+=this.j2x(n,e+1).val:a+=this.processTextOrObjNode(n,i,e):a+=this.buildTextValNode(n,i,"",e))}this.options.oneListGroup&&(a=this.buildObjectNode(a,i,"",e)),s+=a}else if(this.options.attributesGroupName&&i===this.options.attributesGroupName){const e=Object.keys(t[i]),s=e.length;for(let a=0;a"+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 R))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"})))}},9239:(t,e,n)=>{"use strict";n.d(e,{U:()=>rl,V:()=>ja,a:()=>sl,g:()=>ll,l:()=>Ve,n:()=>Jo,t:()=>il});var s=n(93379),i=n.n(s),a=n(7795),r=n.n(a),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=r(),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.#a(C.resolved))}),(t=>{this.#n===C.canceled&&s.shouldReject||(n(t),this.#a(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.#a(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}#a(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),N=n(72155),F=n(55212),B=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:z}=Object,R=(Z=Object.create(null),t=>{const e=$.call(t);return Z[e]||(Z[e]=e.slice(8,-1).toLowerCase())}),M=t=>(t=t.toLowerCase(),e=>R(e)===t),V=t=>e=>typeof e===t,{isArray:H}=Array,q=V("undefined");var Z;const G=M("ArrayBuffer"),W=V("string"),Y=V("function"),K=V("number"),J=t=>null!==t&&"object"==typeof t,Q=t=>{if("object"!==R(t))return!1;const e=z(t);return!(null!==e&&e!==Object.prototype&&null!==Object.getPrototypeOf(e)||Symbol.toStringTag in t||Symbol.iterator in t)},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 rt=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global,ot=t=>!q(t)&&t!==rt,lt=(t=>e=>t&&e instanceof t)(typeof Uint8Array<"u"&&z(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 a;!1!==(a=e(n,i,t))&&(s[i]=a||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&&!q(t)&&null!==t.constructor&&!q(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=R(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:q,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 a=e&&at(n,i)||i;Q(n[a])&&Q(s)?n[a]=t(n[a],s):Q(s)?n[a]=t({},s):H(s)?n[a]=s.slice():n[a]=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,a,r;const o={};if(e=e||{},null==t)return e;do{for(i=Object.getOwnPropertyNames(t),a=i.length;a-- >0;)r=i[a],(!s||s(r,t,e))&&!o[r]&&(e[r]=t[r],o[r]=!0);t=!1!==n&&z(t)}while(t&&(!n||n(t,e))&&t!==Object.prototype);return e},kindOf:R,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:at,global:rt,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 a=n(t,s+1);!q(a)&&(i[e]=a)})),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,a)=>{const r=Object.create(wt);return vt.toFlatObject(t,r,(function(t){return t!==Error.prototype}),(t=>"isAxiosError"!==t)),At.call(r,t.message,e,n,s,i),r.cause=t,r.name=t.name,a&&Object.assign(r,a),r};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,a=n.dots,r=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===r?xt([n],s,a):null===r?n:n+"[]",l(t))})),!1;return!!bt(t)||(e.append(xt(i,n,a),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,a){!0===(!(vt.isUndefined(n)||null===n)&&i.call(e,n,vt.isString(a)?a.trim():a,s,u))&&t(n,s?s.concat(a):[a])})),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 Nt(t,e,n){if(!e)return t;const s=n&&n.encode||Et,i=n&&n.serialize;let a;if(a=i?i(e,n):vt.isURLSearchParams(e)?e.toString():new St(e,n).toString(s),a){const e=t.indexOf("#");-1!==e&&(t=t.slice(0,e)),t+=(-1===t.indexOf("?")?"?":"&")+a}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 Ft=class{constructor(){this.handlers=[]}use(t,e,n){return this.handlers.push({fulfilled:t,rejected:e,synchronous:!!n&&n.synchronous,runWhen:n?n.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){vt.forEach(this.handlers,(function(e){null!==e&&t(e)}))}},Bt={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 a=t[i++];const r=Number.isFinite(+a),o=i>=t.length;return a=!a&&vt.isArray(s)?s.length:a,o?(vt.hasOwnProp(s,a)?s[a]=[s[a],n]:s[a]=n,!r):((!s[a]||!vt.isObject(s[a]))&&(s[a]=[]),e(t,n,s[a],i)&&vt.isArray(s[a])&&(s[a]=function(t){const e={},n=Object.keys(t);let s;const i=n.length;let a;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:Bt,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 a;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((a=vt.isFileList(t))||n.indexOf("multipart/form-data")>-1){const e=this.env&&this.env.FormData;return Tt(a?{"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 zt=$t,Rt=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 qt(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 Zt=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 a=vt.findKey(s,i);(!a||void 0===s[a]||!0===n||void 0===n&&!1!==s[a])&&(s[a||e]=Ht(t))}const a=(t,e)=>vt.forEach(t,((t,n)=>i(t,n,e)));return vt.isPlainObject(t)||t instanceof this.constructor?a(t,e):vt.isString(t)&&(t=t.trim())&&!(t=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(t.trim()))(t)?a((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]&&Rt[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&&!qt(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||qt(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||qt(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 a=vt.findKey(n,i);if(a)return e[a]=Ht(s),void delete e[i];const r=t?function(t){return t.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,((t,e,n)=>e.toUpperCase()+n))}(i):String(i).trim();r!==i&&delete e[i],e[r]=Ht(s),n[r]=!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}};Zt.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),vt.reduceDescriptors(Zt.prototype,(({value:t},e)=>{let n=e[0].toUpperCase()+e.slice(1);return{get:()=>t,set(t){this[n]=t}}})),vt.freezeMethods(Zt);const Gt=Zt;function Wt(t,e){const n=this||zt,s=e||n,i=Gt.from(s.headers);let a=s.data;return vt.forEach(t,(function(t){a=t.call(n,a,i.normalize(),e?e.status:void 0)})),i.normalize(),a}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,a){const r=[];r.push(t+"="+encodeURIComponent(e)),vt.isNumber(n)&&r.push("expires="+new Date(n).toGMTString()),vt.isString(s)&&r.push("path="+s),vt.isString(i)&&r.push("domain="+i),!0===a&&r.push("secure"),document.cookie=r.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,a=0,r=0;return e=void 0!==e?e:1e3,function(o){const l=Date.now(),c=s[r];i||(i=l),n[a]=o,s[a]=l;let d=r,u=0;for(;d!==a;)u+=n[d++],d%=t;if(a=(a+1)%t,a===r&&(r=(r+1)%t),l-i{const a=i.loaded,r=i.lengthComputable?i.total:void 0,o=a-n,l=s(o);n=a;const c={loaded:a,total:r,progress:r?a/r:void 0,bytes:o,rate:l||void 0,estimated:l&&r&&a<=r?(r-a)/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(),a=t.responseType;let r,o;function l(){t.cancelToken&&t.cancelToken.unsubscribe(r),t.signal&&t.signal.removeEventListener("abort",r)}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:a&&"text"!==a&&"json"!==a?c.response:c.responseText,status:c.status,statusText:c.statusText,headers:s,config:t,request:c}),c=null}if(c.open(t.method.toUpperCase(),Nt(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||Bt;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),a&&"json"!==a&&(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)&&(r=e=>{c&&(n(!e||e.type?new Kt(null,t,c):e),c.abort(),c=null)},t.cancelToken&&t.cancelToken.subscribe(r),t.signal&&(t.signal.aborted?r():t.signal.addEventListener("abort",r)));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,ae=t=>{t=vt.isArray(t)?t:[t];const{length:e}=t;let n,s;const i={};for(let a=0;a`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 re(t){if(t.cancelToken&&t.cancelToken.throwIfRequested(),t.signal&&t.signal.aborted)throw new Kt(null,t)}function oe(t){return re(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),ae(t.adapter||zt.adapter)(t).then((function(e){return re(t),e.data=Wt.call(t,t.transformResponse,e),e.headers=Gt.from(e.headers),e}),(function(e){return Yt(e)||(re(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 a(t,e){if(!vt.isUndefined(e))return s(void 0,e)}function r(t,e){return vt.isUndefined(e)?vt.isUndefined(t)?void 0:s(void 0,t):s(void 0,e)}function o(n,i,a){return a in e?s(n,i):a in t?s(void 0,n):void 0}const l={url:a,method:a,data:a,baseURL:r,transformRequest:r,transformResponse:r,paramsSerializer:r,timeout:r,timeoutMessage:r,withCredentials:r,adapter:r,responseType:r,xsrfCookieName:r,xsrfHeaderName:r,onUploadProgress:r,onDownloadProgress:r,decompress:r,maxContentLength:r,maxBodyLength:r,beforeRedirect:r,transport:r,httpAgent:r,httpsAgent:r,cancelToken:r,socketPath:r,responseEncoding:r,validateStatus:o,headers:(t,e)=>i(le(t),le(e),!0)};return vt.forEach(Object.keys(Object.assign({},t,e)),(function(s){const a=l[s]||i,r=a(t[s],e[s],s);vt.isUndefined(r)&&a!==o||(n[s]=r)})),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,a)=>{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,a)}};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 a=s[i],r=e[a];if(r){const e=t[a],n=void 0===e||r(e,a,t);if(!0!==n)throw new At("option "+a+" must be "+n,At.ERR_BAD_OPTION_VALUE)}else if(!0!==n)throw new At("Unknown option "+a,At.ERR_BAD_OPTION)}},validators:de},fe=me.validators;let pe=class{constructor(t){this.defaults=t,this.interceptors={request:new Ft,response:new Ft}}request(t,e){"string"==typeof t?(e=e||{}).url=t:e=t||{},e=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 a=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(a,i);const r=[];let o=!0;this.interceptors.request.forEach((function(t){"function"==typeof t.runWhen&&!1===t.runWhen(e)||(o=o&&t.synchronous,r.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,r),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}(zt);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=ae,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:Ne,AxiosHeaders:Fe,HttpStatusCode:Be,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 a=(async()=>t(...i))();s(a);try{await a}catch{}n--,e.size>0&&e.dequeue()()},i=(t,...i)=>new Promise((a=>{((t,i,a)=>{e.enqueue(k(s.bind(void 0,t,i,a))),(async()=>{await Promise.resolve(),n<1&&e.size>0&&e.dequeue()()})()})(t,a,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,a=void 0){let r;return r=e instanceof Blob?e:await e(),i&&(a??={},a.Destination=i),await y.Z.request({method:"PUT",url:t,data:r,signal:n,onUploadProgress:s,headers:a})},$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))}))))},ze=function(t=void 0){const e=window.OC?.appConfig?.files?.max_chunk_size;if(e<=0)return 0;if(!Number(e))return 10485760;const n=Math.max(Number(e),5242880);return void 0===t?n:Math.max(n,Math.ceil(t/1e4))};var Re=(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))(Re||{});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(ze()>0?Math.ceil(n/ze()):1,1e4);this._source=t,this._isChunked=e&&ze()>0&&i>1,this._chunks=this._isChunked?i:1,this._size=n,this._file=s,this._controller=new AbortController}get source(){return this._source}get file(){return this._file}get isChunked(){return this._isChunked}get chunks(){return this._chunks}get size(){return this._size}get startTime(){return this._startTime}set response(t){this._response=t}get response(){return this._response}get uploaded(){return this._uploaded}set uploaded(t){if(t>=this._size)return this._status=this._isChunked?2:3,void(this._uploaded=this._size);this._status=1,this._uploaded=t,0===this._startTime&&(this._startTime=(new Date).getTime())}get status(){return this._status}set status(t){this._status=t}get signal(){return this._controller.signal}cancel(){this._controller.abort(),this._status=4}};const 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 qe{_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:ze()})}get destination(){return this._destinationFolder}set destination(t){if(!t)throw new Error("Invalid destination folder");this._destinationFolder=t}get root(){return this._destinationFolder.source}get queue(){return this._uploadQueue}reset(){this._uploadQueue.splice(0,this._uploadQueue.length),this._jobQueue.clear(),this._queueSize=0,this._queueProgress=0,this._queueStatus=0}pause(){this._jobQueue.pause(),this._queueStatus=2}start(){this._jobQueue.start(),this._queueStatus=1,this.updateStats()}get info(){return{size:this._queueSize,progress:this._queueProgress,status:this._queueStatus}}updateStats(){const t=this._uploadQueue.map((t=>t.size)).reduce(((t,e)=>t+e),0),e=this._uploadQueue.map((t=>t.uploaded)).reduce(((t,e)=>t+e),0);this._queueSize=t,this._queueProgress=e,2!==this._queueStatus&&(this._queueStatus=this._jobQueue.size>0?1:0)}addNotifier(t){this._notifiers.push(t)}upload(t,e){const n=`${this.root}/${t.replace(/^\//,"")}`;Ve.debug(`Uploading ${e.name} to ${n}`);const s=ze(e.size),i=0===s||e.size{if(o(a.cancel),i){Ve.debug("Initializing regular upload",{file:e,upload:a});const s=await $e(e,0,a.size),i=async()=>{try{a.response=await De(n,s,a.signal,(()=>this.updateStats()),void 0,{"X-OC-Mtime":e.lastModified/1e3}),a.uploaded=a.size,this.updateStats(),Ve.debug(`Successfully uploaded ${e.name}`,{file:e,upload:a}),t(a)}catch(t){if(t instanceof Ce)return a.status=Re.FAILED,void r("Upload has been cancelled");t?.response&&(a.response=t.response),a.status=Re.FAILED,Ve.error(`Failed uploading ${e.name}`,{error:t,file:e,upload:a}),r("Failed uploading the file")}this._notifiers.forEach((t=>{try{t(a)}catch{}}))};this._jobQueue.add(i),this.updateStats()}else{Ve.debug("Initializing chunked upload",{file:e,upload:a});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,r,s),d=()=>De(`${i}/${t+1}`,c,a.signal,(()=>this.updateStats()),n,{"X-OC-Mtime":e.lastModified/1e3,"OC-Total-Length":e.size}).then((()=>{a.uploaded=a.uploaded+s})).catch((e=>{throw e instanceof Ce||(Ve.error(`Chunk ${t+1} ${r} - ${l} uploading failed`),a.status=Re.FAILED),e}));o.push(this._jobQueue.add(d))}try{await Promise.all(o),this.updateStats(),a.response=await y.Z.request({method:"MOVE",url:`${i}/.file`,headers:{Destination:n}}),this.updateStats(),a.status=Re.FINISHED,Ve.debug(`Successfully uploaded ${e.name}`,{file:e,upload:a}),t(a)}catch(t){t instanceof Ce?(a.status=Re.FAILED,r("Upload has been cancelled")):(a.status=Re.FAILED,r("Failed assembling the chunks together")),y.Z.request({method:"DELETE",url:`${i}`})}this._notifiers.forEach((t=>{try{t(a)}catch{}}))}return this._jobQueue.onIdle().then((()=>this.reset())),a}))}}var Ze=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 an(t){return null==t?"":Array.isArray(t)||en(t)&&t.toString===tn?JSON.stringify(t,null,2):String(t)}function rn(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,zn=Un&&Un.indexOf("edge/")>0;Un&&Un.indexOf("android");var Rn=Un&&/iphone|ipad|ipod|ios/.test(Un),Mn=Un&&Un.match(/firefox\/(\d+)/),Vn={}.watch,Hn=!1;if(On)try{var qn={};Object.defineProperty(qn,"passive",{get:function(){Hn=!0}}),window.addEventListener("test-passive",null,qn)}catch{}var Zn,Gn=function(){return void 0===Zn&&(Zn=!On&&typeof global<"u"&&global.process&&"server"===global.process.env.VUE_ENV),Zn},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,a,r,o){this.tag=t,this.data=e,this.children=n,this.text=s,this.elm=i,this.ns=void 0,this.context=a,this.fnContext=void 0,this.fnOptions=void 0,this.fnScopeId=void 0,this.key=e&&e.key,this.componentOptions=r,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,as=[],rs=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,as.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(a)&&(r[i]=ns(a.text+s[0].text),s.shift()),r.push.apply(r,s)):Je(s)?Is(a)?r[i]=ns(a.text+s):""!==s&&r.push(ns(s)):Is(s)&&Is(a)?r[i]=ns(a.text+s.text):(Ke(t._isVList)&&Ye(s.tag)&&We(s.key)&&Ye(e)&&(s.key="__vlist".concat(e,"_").concat(n,"__")),r.push(s)));return r}function Us(t,e){var n,s,i,a,r=null;if(Ge(t)||"string"==typeof t)for(r=new Array(t.length),n=0,s=t.length;n0,r=e?!!e.$stable:!a,o=e&&e.$key;if(e){if(e._normalized)return e._normalized;if(r&&s&&s!==Ze&&o===s.$key&&!a&&!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",r),Pn(i,"$key",o),Pn(i,"$hasNormal",a),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 a=!1;for(var r in e)r in t?e[r]!==n[r]&&(a=!0):(a=!0,ai(t,r,s,i));for(var r in t)r in e||(a=!0,delete t[r]);return a}function ai(t,e,n,s){Object.defineProperty(t,e,{enumerable:!0,configurable:!0,get:function(){return n[s][e]}})}function ri(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(ta))}}(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){Fi.$on(t,e)}function Ii(t,e){Fi.$off(t,e)}function Oi(t,e){var n=Fi;return function s(){null!==e.apply(null,arguments)&&n.$off(t,s)}}function Ui(t,e,n){Fi=t,Fs(e,n||{},ji,Ii,Oi,t),Fi=void 0}var Di=null;function $i(t){var e=Di;return Di=t,function(){Di=e}}function zi(t){for(;t&&(t=t.$parent);)if(t._inactive)return!0;return!1}function Ri(t,e){if(e){if(t._directInactive=!1,zi(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 ta(){var t,e;for(Ki=Ji(),Wi=!0,Hi.sort(Xi),Yi=0;Yi-1)if(a&&!un(i,"default"))r=!1;else if(""===r||r===vn(t)){var l=xa(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 Ua(t,e){var n=t.cache,s=t.keys,i=t._vnode;for(var a in n){var r=n[a];if(r){var o=r.name;o&&!e(o)&&Da(n,a,s,i)}}}function Da(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=Ba++,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=va(Pa(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):Ze,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||Ze,null,!0),ws(t,"$listeners",e._parentListeners||Ze,null,!0)}(e),Vi(e,"beforeCreate",void 0,!1),function(t){var e=ea(t.$options.inject,t);e&&(gs(!1),Object.keys(e).forEach((function(n){ws(t,n,e[n])})),gs(!0))}(e),ka(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),a=0;a1?wn(n):n;for(var s=wn(arguments,1),i='event handler for "'.concat(t,'"'),a=0,r=n.length;aparseInt(this.max)&&Da(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)Da(this.cache,t,this.keys)},mounted:function(){var t=this;this.cacheVNode(),this.$watch("include",(function(e){Ua(t,(function(t){return Oa(e,t)}))})),this.$watch("exclude",(function(e){Ua(t,(function(t){return!Oa(e,t)}))}))},updated:function(){this.cacheVNode()},render:function(){var t=this.$slots.default,e=ci(t),n=e&&e.componentOptions;if(n){var s=Ia(n),i=this.include,a=this.exclude;if(i&&(!s||!Oa(i,s))||a&&s&&Oa(a,s))return e;var r=this.cache,o=this.keys,l=null==e.key?n.Ctor.cid+(n.tag?"::".concat(n.tag):""):e.key;r[l]?(e.componentInstance=r[l].componentInstance,cn(o,l),o.push(l)):(this.vnodeToCache=e,this.keyToCache=l),e.data.keepAlive=!0}return e||t&&t[0]}},Ra={KeepAlive:za};!function(t){var e={get:function(){return Fn}};Object.defineProperty(t,"config",e),t.util={warn:da,extend:yn,mergeOptions:va,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,Ra),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=va(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 a=aa(t)||aa(n.options),r=function(t){this._init(t)};return(r.prototype=Object.create(n.prototype)).constructor=r,r.cid=e++,r.options=va(n.options,t),r.super=n,r.options.props&&function(t){var e=t.options.props;for(var n in e)Ta(t.prototype,"_props",n)}(r),r.options.computed&&function(t){var e=t.options.computed;for(var n in e)La(t.prototype,n,e[n])}(r),r.extend=n.extend,r.mixin=n.mixin,r.use=n.use,En.forEach((function(t){r[t]=n[t]})),a&&(r.options.components[a]=r),r.superOptions=n.options,r.extendOptions=t,r.sealedOptions=yn({},r.options),i[s]=r,r}}(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)}(ja),Object.defineProperty(ja.prototype,"$isServer",{get:Gn}),Object.defineProperty(ja.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(ja,"FunctionalRenderContext",{value:na}),ja.version="2.7.15";var Ma=on("style,class"),Va=on("input,textarea,option,select,progress"),Ha=on("contenteditable,draggable,spellcheck"),qa=on("events,caret,typing,plaintext-only"),Za=function(t,e){return Ja(e)||"false"===e?"false":"contenteditable"===t&&qa(e)?e:"true"},Ga=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"),Wa="http://www.w3.org/1999/xlink",Ya=function(t){return":"===t.charAt(5)&&"xlink"===t.slice(0,5)},Ka=function(t){return Ya(t)?t.slice(6,t.length):""},Ja=function(t){return null==t||!1===t};function Qa(t,e){return{staticClass:Xa(t.staticClass,e.staticClass),class:Ye(t.class)?[t.class,e.class]:e.class}}function Xa(t,e){return t?e?t+" "+e:t:e||""}function tr(t){return Array.isArray(t)?function(t){for(var e,n="",s=0,i=t.length;s-1?_r(t,e,n):Ga(e)?Ja(n)?t.removeAttribute(e):(n="allowfullscreen"===e&&"EMBED"===t.tagName?"true":e,t.setAttribute(e,n)):Ha(e)?t.setAttribute(e,Za(e,n)):Ya(e)?Ja(n)?t.removeAttributeNS(Wa,Ka(e)):t.setAttributeNS(Wa,e,n):_r(t,e,n)}function _r(t,e,n){if(Ja(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 Tr={create:Cr,update:Cr};function kr(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 a=function(t){for(var e=t.data,n=t,s=t;Ye(s.componentInstance);)(s=s.componentInstance._vnode)&&s.data&&(e=Qa(s.data,e));for(;Ye(n=n.parent);)n&&n.data&&(e=Qa(e,n.data));return function(t,e){return Ye(t)||Ye(e)?Xa(t,tr(e)):""}(e.staticClass,e.class)}(e),r=n._transitionClasses;Ye(r)&&(a=Xa(a,tr(r))),a!==n._prevClass&&(n.setAttribute("class",a),n._prevClass=a)}}var Sr,Lr={create:kr,update:kr},Er="__r",Nr="__c";function Fr(t,e,n){var s=Sr;return function i(){null!==e.apply(null,arguments)&&jr(t,i,n,s)}}var Br=wi&&!(Mn&&Number(Mn[1])<=53);function Pr(t,e,n,s){if(Br){var i=Ki,a=e;e=a._wrapper=function(t){if(t.target===t.currentTarget||t.timeStamp>=i||t.timeStamp<=0||t.target.ownerDocument!==document)return a.apply(this,arguments)}}Sr.addEventListener(t,e,Hn?{capture:n,passive:s}:n)}function jr(t,e,n,s){(s||Sr).removeEventListener(t,e._wrapper||e,n)}function Ir(t,e){if(!We(t.data.on)||!We(e.data.on)){var n=e.data.on||{},s=t.data.on||{};Sr=e.elm||t.elm,function(t){if(Ye(t[Er])){var e=Dn?"change":"input";t[e]=[].concat(t[Er],t[e]||[]),delete t[Er]}Ye(t[Nr])&&(t.change=[].concat(t[Nr],t.change||[]),delete t[Nr])}(n),Fs(n,s,Pr,jr,Fr,e.context),Sr=void 0}}var Or,Ur={create:Ir,update:Ir,destroy:function(t){return Ir(t,ur)}};function Dr(t,e){if(!We(t.data.domProps)||!We(e.data.domProps)){var n,s,i=e.elm,a=t.data.domProps||{},r=e.data.domProps||{};for(n in(Ye(r.__ob__)||Ke(r._v_attr_proxy))&&(r=e.data.domProps=yn({},r)),a)n in r||(i[n]="");for(n in r){if(s=r[n],"textContent"===n||"innerHTML"===n){if(e.children&&(e.children.length=0),s===a[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);$r(i,o)&&(i.value=o)}else if("innerHTML"===n&&sr(i.tagName)&&We(i.innerHTML)){(Or=Or||document.createElement("div")).innerHTML="".concat(s,"");for(var l=Or.firstChild;i.firstChild;)i.removeChild(i.firstChild);for(;l.firstChild;)i.appendChild(l.firstChild)}else if(s!==a[n])try{i[n]=s}catch{}}}}function $r(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 rn(n)!==rn(e);if(s.trim)return n.trim()!==e.trim()}return n!==e}(t,e))}var zr={create:Dr,update:Dr},Rr=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 Mr(t){var e=Vr(t.style);return t.staticStyle?yn(t.staticStyle,e):e}function Vr(t){return Array.isArray(t)?bn(t):"string"==typeof t?Rr(t):t}var Hr,qr=/^--/,Zr=/\s*!important$/,Gr=function(t,e,n){if(qr.test(e))t.style.setProperty(e,n);else if(Zr.test(n))t.style.setProperty(vn(e),n.replace(Zr,""),"important");else{var s=Yr(e);if(Array.isArray(n))for(var i=0,a=n.length;i-1?e.split(Qr).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(Qr).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",ao="animation",ro="transition",oo="transitionend",lo="animation",co="animationend";so&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(ro="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),Xr(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,a=s.timeout,r=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>=r&&c()};setTimeout((function(){l0&&(n=io,d=r,u=a.length):e===ao?c>0&&(n=ao,d=c,u=l.length):u=(n=(d=Math.max(r,c))>0?r>c?io:ao:null)?n===io?a.length:l.length:0,{type:n,timeout:d,propCount:u,hasTransform:n===io&&ho.test(s[ro+"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,a=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)&&a.setTextContent(c,""),p(c,null,g,0,g.length-1,n)):Ye(f)?h(f,0,f.length-1):Ye(t.text)&&a.setTextContent(c,""):t.text!==e.text&&a.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,r.selected!==a&&(r.selected=a);else if(Tn(Fo(r),s))return void(t.selectedIndex!==o&&(t.selectedIndex=o));i||(t.selectedIndex=-1)}}function No(t,e){return e.every((function(e){return!Tn(e,t)}))}function Fo(t){return"_value"in t?t._value:t.value}function Bo(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,a=t.__vOriginalDisplay="none"===t.style.display?"":t.style.display;s&&i?(n.data.show=!0,yo(n,(function(){t.style.display=a}))):t.style.display=s?a:"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 zo(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 Ro(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 a=$o(i);if(!a)return i;if(this._leaving)return Ro(t,i);var r="__transition-".concat(this._uid,"-");a.key=null==a.key?a.isComment?r+"comment":r+a.tag:Je(a.key)?0===String(a.key).indexOf(r)?a.key:r+a.key:a.key;var o=(a.data||(a.data={})).transition=zo(this),l=this._vnode,c=$o(l);if(a.data.directives&&a.data.directives.some(Vo)&&(a.data.show=!0),c&&c.data&&!function(t,e){return e.key===t.key&&e.tag===t.tag}(a,c)&&!ti(c)&&(!c.componentInstance||!c.componentInstance._vnode.isComment)){var d=c.data.transition=yn({},o);if("out-in"===s)return this._leaving=!0,Bs(d,"afterLeave",(function(){e._leaving=!1,e.$forceUpdate()})),Ro(t,i);if("in-out"===s){if(ti(a))return l;var u,m=function(){u()};Bs(o,"afterEnter",m),Bs(o,"enterCancelled",m),Bs(d,"delayLeave",(function(t){u=t}))}}return i}}},qo=yn({tag:String,moveClass:String},Do);delete qo.mode;var Zo={props:qo,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||[],a=this.children=[],r=zo(this),o=0;o-1?ar[t]=e.constructor===window.HTMLUnknownElement||e.constructor===window.HTMLElement:ar[t]=/HTMLUnknownElement/.test(e.toString())},yn(ja.options.directives,Uo),yn(ja.options.components,Ko),ja.prototype.__patch__=On?ko:Cn,ja.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 a=0;a, 2022","Language-Team":"Afrikaans (https://www.transifex.com/nextcloud/teams/64236/af/)","Content-Type":"text/plain; charset=UTF-8",Language:"af","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Afrikaans (https://www.transifex.com/nextcloud/teams/64236/af/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: af\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"ar",json:{charset:"utf-8",headers:{"Last-Translator":"Ali , 2023","Language-Team":"Arabic (https://app.transifex.com/nextcloud/teams/64236/ar/)","Content-Type":"text/plain; charset=UTF-8",Language:"ar","Plural-Forms":"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nAli , 2023\n"},msgstr:["Last-Translator: Ali , 2023\nLanguage-Team: Arabic (https://app.transifex.com/nextcloud/teams/64236/ar/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ar\nPlural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} ملف متعارض","{count} ملف متعارض","{count} ملفان متعارضان","{count} ملف متعارض","{count} ملفات متعارضة","{count} ملفات متعارضة"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{count} ملف متعارض في n {dirname}","{count} ملف متعارض في n {dirname}","{count} ملفان متعارضان في n {dirname}","{count} ملف متعارض في n {dirname}","{count} ملفات متعارضة في n {dirname}","{count} ملفات متعارضة في n {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} ثانية متبقية"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["{time} متبقية"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["باقٍ بضعُ ثوانٍ"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["إلغاء عمليات رفع الملفات"]},Continue:{msgid:"Continue",msgstr:["إستمر"]},"estimating time left":{msgid:"estimating time left",msgstr:["تقدير الوقت المتبقي"]},"Existing version":{msgid:"Existing version",msgstr:["الإصدار الحالي"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["إذا اخترت الإبقاء على النسختين معاً، فإن الملف المنسوخ سيتم إلحاق رقم تسلسلي في نهاية اسمه."]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["تاريخ آخر تعديل غير معلوم"]},New:{msgid:"New",msgstr:["جديد"]},"New version":{msgid:"New version",msgstr:["نسخة جديدة"]},paused:{msgid:"paused",msgstr:["مُجمَّد"]},"Preview image":{msgid:"Preview image",msgstr:["معاينة الصورة"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["حدِّد كل صناديق الخيارات"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["حدِّد كل الملفات الموجودة"]},"Select all new files":{msgid:"Select all new files",msgstr:["حدِّد كل الملفات الجديدة"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["تخطَّ {count} ملف","تخطَّ {count} ملف","تخطَّ {count} ملف","تخطَّ {count} ملف","تخطَّ {count} ملف","تخطَّ {count} ملف"]},"Unknown size":{msgid:"Unknown size",msgstr:["حجم غير معلوم"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["تمَّ إلغاء الرفع"]},"Upload files":{msgid:"Upload files",msgstr:["رفع ملفات"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["أيُّ الملفات ترغب في الإبقاء عليها؟"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["يجب أن تختار نسخة واحدة على الأقل من كل ملف للاستمرار."]}}}}},{locale:"ar_SA",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Arabic (Saudi Arabia) (https://www.transifex.com/nextcloud/teams/64236/ar_SA/)","Content-Type":"text/plain; charset=UTF-8",Language:"ar_SA","Plural-Forms":"nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Arabic (Saudi Arabia) (https://www.transifex.com/nextcloud/teams/64236/ar_SA/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ar_SA\nPlural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"ast",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Asturian (https://www.transifex.com/nextcloud/teams/64236/ast/)","Content-Type":"text/plain; charset=UTF-8",Language:"ast","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Asturian (https://www.transifex.com/nextcloud/teams/64236/ast/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ast\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"az",json:{charset:"utf-8",headers:{"Last-Translator":"Rashad Aliyev , 2023","Language-Team":"Azerbaijani (https://app.transifex.com/nextcloud/teams/64236/az/)","Content-Type":"text/plain; charset=UTF-8",Language:"az","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nRashad Aliyev , 2023\n"},msgstr:["Last-Translator: Rashad Aliyev , 2023\nLanguage-Team: Azerbaijani (https://app.transifex.com/nextcloud/teams/64236/az/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: az\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} saniyə qalıb"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["{time} qalıb"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["bir neçə saniyə qalıb"]},Add:{msgid:"Add",msgstr:["Əlavə et"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Yükləməni imtina et"]},"estimating time left":{msgid:"estimating time left",msgstr:["Təxmini qalan vaxt"]},paused:{msgid:"paused",msgstr:["pauzadadır"]},"Upload files":{msgid:"Upload files",msgstr:["Faylları yüklə"]}}}}},{locale:"be",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Belarusian (https://www.transifex.com/nextcloud/teams/64236/be/)","Content-Type":"text/plain; charset=UTF-8",Language:"be","Plural-Forms":"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Belarusian (https://www.transifex.com/nextcloud/teams/64236/be/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: be\nPlural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"bg_BG",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Bulgarian (Bulgaria) (https://www.transifex.com/nextcloud/teams/64236/bg_BG/)","Content-Type":"text/plain; charset=UTF-8",Language:"bg_BG","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Bulgarian (Bulgaria) (https://www.transifex.com/nextcloud/teams/64236/bg_BG/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: bg_BG\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"bn_BD",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Bengali (Bangladesh) (https://www.transifex.com/nextcloud/teams/64236/bn_BD/)","Content-Type":"text/plain; charset=UTF-8",Language:"bn_BD","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Bengali (Bangladesh) (https://www.transifex.com/nextcloud/teams/64236/bn_BD/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: bn_BD\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"br",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Breton (https://www.transifex.com/nextcloud/teams/64236/br/)","Content-Type":"text/plain; charset=UTF-8",Language:"br","Plural-Forms":"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Breton (https://www.transifex.com/nextcloud/teams/64236/br/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: br\nPlural-Forms: nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"bs",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Bosnian (https://www.transifex.com/nextcloud/teams/64236/bs/)","Content-Type":"text/plain; charset=UTF-8",Language:"bs","Plural-Forms":"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Bosnian (https://www.transifex.com/nextcloud/teams/64236/bs/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: bs\nPlural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"ca",json:{charset:"utf-8",headers:{"Last-Translator":"Toni Hermoso Pulido , 2022","Language-Team":"Catalan (https://www.transifex.com/nextcloud/teams/64236/ca/)","Content-Type":"text/plain; charset=UTF-8",Language:"ca","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nMarc Riera , 2022\nToni Hermoso Pulido , 2022\n"},msgstr:["Last-Translator: Toni Hermoso Pulido , 2022\nLanguage-Team: Catalan (https://www.transifex.com/nextcloud/teams/64236/ca/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ca\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["Queden {seconds} segons"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["Queden {time}"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["Queden uns segons"]},Add:{msgid:"Add",msgstr:["Afegeix"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Cancel·la les pujades"]},"estimating time left":{msgid:"estimating time left",msgstr:["S'està estimant el temps restant"]},paused:{msgid:"paused",msgstr:["En pausa"]},"Upload files":{msgid:"Upload files",msgstr:["Puja els fitxers"]}}}}},{locale:"cs",json:{charset:"utf-8",headers:{"Last-Translator":"Pavel Borecki , 2022","Language-Team":"Czech (https://www.transifex.com/nextcloud/teams/64236/cs/)","Content-Type":"text/plain; charset=UTF-8",Language:"cs","Plural-Forms":"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nPavel Borecki , 2022\n"},msgstr:["Last-Translator: Pavel Borecki , 2022\nLanguage-Team: Czech (https://www.transifex.com/nextcloud/teams/64236/cs/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: cs\nPlural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["zbývá {seconds}"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["zbývá {time}"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["zbývá několik sekund"]},Add:{msgid:"Add",msgstr:["Přidat"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Zrušit nahrávání"]},"estimating time left":{msgid:"estimating time left",msgstr:["odhadovaný zbývající čas"]},paused:{msgid:"paused",msgstr:["pozastaveno"]}}}}},{locale:"cs_CZ",json:{charset:"utf-8",headers:{"Last-Translator":"Pavel Borecki , 2023","Language-Team":"Czech (Czech Republic) (https://app.transifex.com/nextcloud/teams/64236/cs_CZ/)","Content-Type":"text/plain; charset=UTF-8",Language:"cs_CZ","Plural-Forms":"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nPavel Borecki , 2023\n"},msgstr:["Last-Translator: Pavel Borecki , 2023\nLanguage-Team: Czech (Czech Republic) (https://app.transifex.com/nextcloud/teams/64236/cs_CZ/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: cs_CZ\nPlural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} kolize souborů","{count} kolize souborů","{count} kolizí souborů","{count} kolize souborů"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{count} kolize souboru v {dirname}","{count} kolize souboru v {dirname}","{count} kolizí souborů v {dirname}","{count} kolize souboru v {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["zbývá {seconds}"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["zbývá {time}"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["zbývá několik sekund"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Zrušit nahrávání"]},Continue:{msgid:"Continue",msgstr:["Pokračovat"]},"estimating time left":{msgid:"estimating time left",msgstr:["odhaduje se zbývající čas"]},"Existing version":{msgid:"Existing version",msgstr:["Existující verze"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["Pokud vyberete obě verze, zkopírovaný soubor bude mít k názvu přidáno číslo."]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Neznámé datum poslední úpravy"]},New:{msgid:"New",msgstr:["Nové"]},"New version":{msgid:"New version",msgstr:["Nová verze"]},paused:{msgid:"paused",msgstr:["pozastaveno"]},"Preview image":{msgid:"Preview image",msgstr:["Náhled obrázku"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Označit všechny zaškrtávací kolonky"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Vybrat veškeré stávající soubory"]},"Select all new files":{msgid:"Select all new files",msgstr:["Vybrat veškeré nové soubory"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["Přeskočit tento soubor","Přeskočit {count} soubory","Přeskočit {count} souborů","Přeskočit {count} soubory"]},"Unknown size":{msgid:"Unknown size",msgstr:["Neznámá velikost"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Nahrávání zrušeno"]},"Upload files":{msgid:"Upload files",msgstr:["Nahrát soubory"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["Které soubory si přejete ponechat?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["Aby bylo možné pokračovat, je třeba vybrat alespoň jednu verzi od každého souboru."]}}}}},{locale:"cy_GB",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Welsh (United Kingdom) (https://www.transifex.com/nextcloud/teams/64236/cy_GB/)","Content-Type":"text/plain; charset=UTF-8",Language:"cy_GB","Plural-Forms":"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Welsh (United Kingdom) (https://www.transifex.com/nextcloud/teams/64236/cy_GB/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: cy_GB\nPlural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"da",json:{charset:"utf-8",headers:{"Last-Translator":"Simon T, 2023","Language-Team":"Danish (https://app.transifex.com/nextcloud/teams/64236/da/)","Content-Type":"text/plain; charset=UTF-8",Language:"da","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nSimon T, 2023\n"},msgstr:["Last-Translator: Simon T, 2023\nLanguage-Team: Danish (https://app.transifex.com/nextcloud/teams/64236/da/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: da\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} fil konflikt","{count} filer i konflikt"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{count} fil konflikt i {dirname}","{count} filer i konflikt i {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{sekunder} sekunder tilbage"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["{tid} tilbage"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["et par sekunder tilbage"]},Add:{msgid:"Add",msgstr:["Tilføj"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Annuller uploads"]},Continue:{msgid:"Continue",msgstr:["Fortsæt"]},"estimating time left":{msgid:"estimating time left",msgstr:["estimering af resterende tid"]},"Existing version":{msgid:"Existing version",msgstr:["Eksisterende version"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["Hvis du vælger begge versioner vil den kopierede fil få et nummer tilføjet til sit navn."]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Sidste modifikationsdato ukendt"]},"New version":{msgid:"New version",msgstr:["Ny version"]},paused:{msgid:"paused",msgstr:["pauset"]},"Preview image":{msgid:"Preview image",msgstr:["Forhåndsvisning af billede"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Vælg alle felter"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Vælg alle eksisterende filer"]},"Select all new files":{msgid:"Select all new files",msgstr:["Vælg alle nye filer"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["Spring denne fil over","Spring {count} filer over"]},"Unknown size":{msgid:"Unknown size",msgstr:["Ukendt størrelse"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Upload annulleret"]},"Upload files":{msgid:"Upload files",msgstr:["Upload filer"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["Hvilke filer ønsker du at beholde?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["Du skal vælge mindst én version af hver fil for at fortsætte."]}}}}},{locale:"de",json:{charset:"utf-8",headers:{"Last-Translator":"Mario Siegmann , 2023","Language-Team":"German (https://app.transifex.com/nextcloud/teams/64236/de/)","Content-Type":"text/plain; charset=UTF-8",Language:"de","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nMarkus Eckstein, 2023\nMario Siegmann , 2023\n"},msgstr:["Last-Translator: Mario Siegmann , 2023\nLanguage-Team: German (https://app.transifex.com/nextcloud/teams/64236/de/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: de\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} Datei-Konflikt","{count} Datei-Konflikte"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{count} Datei-Konflikt in {dirname}","{count} Datei-Konflikte in {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} Sekunden verbleibend"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["{time} verbleibend"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["noch ein paar Sekunden"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Hochladen abbrechen"]},Continue:{msgid:"Continue",msgstr:["Fortsetzen"]},"estimating time left":{msgid:"estimating time left",msgstr:["Geschätzte verbleibende Zeit"]},"Existing version":{msgid:"Existing version",msgstr:["Vorhandene Version"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["Wenn du beide Versionen auswählst, wird der kopierten Datei eine Nummer zum Namen hinzugefügt."]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Datum der letzten Änderung ist unbekannt."]},New:{msgid:"New",msgstr:["Neu"]},"New version":{msgid:"New version",msgstr:["Neue Version"]},paused:{msgid:"paused",msgstr:["Pausiert"]},"Preview image":{msgid:"Preview image",msgstr:["Vorschaubild"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Alle Kontrollkästchen aktivieren"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Alle vorhandenen Dateien auswählen"]},"Select all new files":{msgid:"Select all new files",msgstr:["Alle neuen Dateien auswählen"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["Diese Datei überspringen","{count} Dateien überspringen"]},"Unknown size":{msgid:"Unknown size",msgstr:["Unbekannte Größe"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Hochladen abgebrochen"]},"Upload files":{msgid:"Upload files",msgstr:["Dateien hochladen"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["Welche Dateien möchtest du behalten?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["Du musst mindestens eine Version jeder Datei auswählen, um fortzufahren."]}}}}},{locale:"de_DE",json:{charset:"utf-8",headers:{"Last-Translator":"Mario Siegmann , 2023","Language-Team":"German (Germany) (https://app.transifex.com/nextcloud/teams/64236/de_DE/)","Content-Type":"text/plain; charset=UTF-8",Language:"de_DE","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nMark Ziegler , 2023\nMario Siegmann , 2023\n"},msgstr:["Last-Translator: Mario Siegmann , 2023\nLanguage-Team: German (Germany) (https://app.transifex.com/nextcloud/teams/64236/de_DE/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: de_DE\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} Datei-Konflikt","{count} Datei-Konflikte"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{count} Datei-Konflikt in {dirname}","{count} Datei-Konflikte in {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} Sekunden verbleiben"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["{time} verbleibend"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["ein paar Sekunden verbleiben"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Hochladen abbrechen"]},Continue:{msgid:"Continue",msgstr:["Fortsetzen"]},"estimating time left":{msgid:"estimating time left",msgstr:["Geschätzte verbleibende Zeit"]},"Existing version":{msgid:"Existing version",msgstr:["Vorhandene Version"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["Wenn Sie beide Versionen auswählen, wird der kopierten Datei eine Nummer zum Namen hinzugefügt."]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Datum der letzten Änderung unbekannt"]},New:{msgid:"New",msgstr:["Neu"]},"New version":{msgid:"New version",msgstr:["Neue Version"]},paused:{msgid:"paused",msgstr:["Pausiert"]},"Preview image":{msgid:"Preview image",msgstr:["Vorschaubild"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Alle Kontrollkästchen aktivieren"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Alle vorhandenen Dateien auswählen"]},"Select all new files":{msgid:"Select all new files",msgstr:["Alle neuen Dateien auswählen"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["{count} Datei überspringen","{count} Dateien überspringen"]},"Unknown size":{msgid:"Unknown size",msgstr:["Unbekannte Größe"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Hochladen abgebrochen"]},"Upload files":{msgid:"Upload files",msgstr:["Dateien hochladen"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["Welche Dateien möchten Sie behalten?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["Sie müssen mindestens eine Version jeder Datei auswählen, um fortzufahren."]}}}}},{locale:"el",json:{charset:"utf-8",headers:{"Last-Translator":"Nik Pap, 2022","Language-Team":"Greek (https://www.transifex.com/nextcloud/teams/64236/el/)","Content-Type":"text/plain; charset=UTF-8",Language:"el","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nNik Pap, 2022\n"},msgstr:["Last-Translator: Nik Pap, 2022\nLanguage-Team: Greek (https://www.transifex.com/nextcloud/teams/64236/el/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: el\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["απομένουν {seconds} δευτερόλεπτα"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["απομένουν {time}"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["απομένουν λίγα δευτερόλεπτα"]},Add:{msgid:"Add",msgstr:["Προσθήκη"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Ακύρωση μεταφορτώσεων"]},"estimating time left":{msgid:"estimating time left",msgstr:["εκτίμηση του χρόνου που απομένει"]},paused:{msgid:"paused",msgstr:["σε παύση"]},"Upload files":{msgid:"Upload files",msgstr:["Μεταφόρτωση αρχείων"]}}}}},{locale:"el_GR",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Greek (Greece) (https://www.transifex.com/nextcloud/teams/64236/el_GR/)","Content-Type":"text/plain; charset=UTF-8",Language:"el_GR","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Greek (Greece) (https://www.transifex.com/nextcloud/teams/64236/el_GR/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: el_GR\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"en_GB",json:{charset:"utf-8",headers:{"Last-Translator":"Andi Chandler , 2023","Language-Team":"English (United Kingdom) (https://app.transifex.com/nextcloud/teams/64236/en_GB/)","Content-Type":"text/plain; charset=UTF-8",Language:"en_GB","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nAndi Chandler , 2023\n"},msgstr:["Last-Translator: Andi Chandler , 2023\nLanguage-Team: English (United Kingdom) (https://app.transifex.com/nextcloud/teams/64236/en_GB/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: en_GB\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} file conflict","{count} files conflict"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{count} file conflict in {dirname}","{count} file conflicts in {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} seconds left"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["{time} left"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["a few seconds left"]},Add:{msgid:"Add",msgstr:["Add"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Cancel uploads"]},Continue:{msgid:"Continue",msgstr:["Continue"]},"estimating time left":{msgid:"estimating time left",msgstr:["estimating time left"]},"Existing version":{msgid:"Existing version",msgstr:["Existing version"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["If you select both versions, the copied file will have a number added to its name."]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Last modified date unknown"]},"New version":{msgid:"New version",msgstr:["New version"]},paused:{msgid:"paused",msgstr:["paused"]},"Preview image":{msgid:"Preview image",msgstr:["Preview image"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Select all checkboxes"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Select all existing files"]},"Select all new files":{msgid:"Select all new files",msgstr:["Select all new files"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["Skip this file","Skip {count} files"]},"Unknown size":{msgid:"Unknown size",msgstr:["Unknown size"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Upload cancelled"]},"Upload files":{msgid:"Upload files",msgstr:["Upload files"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["Which files do you want to keep?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["You need to select at least one version of each file to continue."]}}}}},{locale:"eo",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Esperanto (https://www.transifex.com/nextcloud/teams/64236/eo/)","Content-Type":"text/plain; charset=UTF-8",Language:"eo","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Esperanto (https://www.transifex.com/nextcloud/teams/64236/eo/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: eo\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"es",json:{charset:"utf-8",headers:{"Last-Translator":"Next Cloud , 2023","Language-Team":"Spanish (https://app.transifex.com/nextcloud/teams/64236/es/)","Content-Type":"text/plain; charset=UTF-8",Language:"es","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nFranciscoFJ , 2023\nNext Cloud , 2023\n"},msgstr:["Last-Translator: Next Cloud , 2023\nLanguage-Team: Spanish (https://app.transifex.com/nextcloud/teams/64236/es/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} archivo en conflicto","{count} archivos en conflicto","{count} archivos en conflicto"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{count} archivo en conflicto en {dirname}","{count} archivos en conflicto en {dirname}","{count} archivos en conflicto en {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} segundos restantes"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["{time} restante"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["quedan unos segundos"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Cancelar subidas"]},Continue:{msgid:"Continue",msgstr:["Continuar"]},"estimating time left":{msgid:"estimating time left",msgstr:["estimación del tiempo restante"]},"Existing version":{msgid:"Existing version",msgstr:["Versión existente"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["Si selecciona ambas versiones, al archivo copiado se le añadirá un número en el nombre."]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Última fecha de modificación desconocida"]},New:{msgid:"New",msgstr:["Nuevo"]},"New version":{msgid:"New version",msgstr:["Nueva versión"]},paused:{msgid:"paused",msgstr:["pausado"]},"Preview image":{msgid:"Preview image",msgstr:["Previsualizar imagen"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Seleccionar todas las casillas de verificación"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Seleccionar todos los archivos existentes"]},"Select all new files":{msgid:"Select all new files",msgstr:["Seleccionar todos los archivos nuevos"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["Saltar este archivo","Saltar {count} archivos","Saltar {count} archivos"]},"Unknown size":{msgid:"Unknown size",msgstr:["Tamaño desconocido"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Subida cancelada"]},"Upload files":{msgid:"Upload files",msgstr:["Subir archivos"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["¿Qué archivos desea conservar?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["Debe seleccionar al menos una versión de cada archivo para continuar."]}}}}},{locale:"es_419",json:{charset:"utf-8",headers:{"Last-Translator":"ALEJANDRO CASTRO, 2022","Language-Team":"Spanish (Latin America) (https://www.transifex.com/nextcloud/teams/64236/es_419/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_419","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nALEJANDRO CASTRO, 2022\n"},msgstr:["Last-Translator: ALEJANDRO CASTRO, 2022\nLanguage-Team: Spanish (Latin America) (https://www.transifex.com/nextcloud/teams/64236/es_419/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_419\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} segundos restantes"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["{tiempo} restante"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["quedan pocos segundos"]},Add:{msgid:"Add",msgstr:["agregar"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Cancelar subidas"]},"estimating time left":{msgid:"estimating time left",msgstr:["estimando tiempo restante"]},paused:{msgid:"paused",msgstr:["pausado"]},"Upload files":{msgid:"Upload files",msgstr:["Subir archivos"]}}}}},{locale:"es_AR",json:{charset:"utf-8",headers:{"Last-Translator":"Matias Iglesias, 2022","Language-Team":"Spanish (Argentina) (https://www.transifex.com/nextcloud/teams/64236/es_AR/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_AR","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nMatias Iglesias, 2022\n"},msgstr:["Last-Translator: Matias Iglesias, 2022\nLanguage-Team: Spanish (Argentina) (https://www.transifex.com/nextcloud/teams/64236/es_AR/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_AR\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} segundos restantes"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["{time} restante"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["quedan unos segundos"]},Add:{msgid:"Add",msgstr:["Añadir"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Cancelar subidas"]},"estimating time left":{msgid:"estimating time left",msgstr:["estimando tiempo restante"]},paused:{msgid:"paused",msgstr:["pausado"]},"Upload files":{msgid:"Upload files",msgstr:["Subir archivos"]}}}}},{locale:"es_CL",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Spanish (Chile) (https://www.transifex.com/nextcloud/teams/64236/es_CL/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_CL","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Chile) (https://www.transifex.com/nextcloud/teams/64236/es_CL/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_CL\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"es_CO",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Spanish (Colombia) (https://www.transifex.com/nextcloud/teams/64236/es_CO/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_CO","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Colombia) (https://www.transifex.com/nextcloud/teams/64236/es_CO/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_CO\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"es_CR",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Spanish (Costa Rica) (https://www.transifex.com/nextcloud/teams/64236/es_CR/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_CR","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Costa Rica) (https://www.transifex.com/nextcloud/teams/64236/es_CR/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_CR\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"es_DO",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Spanish (Dominican Republic) (https://www.transifex.com/nextcloud/teams/64236/es_DO/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_DO","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Dominican Republic) (https://www.transifex.com/nextcloud/teams/64236/es_DO/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_DO\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"es_EC",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Spanish (Ecuador) (https://www.transifex.com/nextcloud/teams/64236/es_EC/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_EC","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Ecuador) (https://www.transifex.com/nextcloud/teams/64236/es_EC/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_EC\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"es_GT",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Spanish (Guatemala) (https://www.transifex.com/nextcloud/teams/64236/es_GT/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_GT","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Guatemala) (https://www.transifex.com/nextcloud/teams/64236/es_GT/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_GT\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"es_HN",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Spanish (Honduras) (https://www.transifex.com/nextcloud/teams/64236/es_HN/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_HN","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Honduras) (https://www.transifex.com/nextcloud/teams/64236/es_HN/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_HN\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"es_MX",json:{charset:"utf-8",headers:{"Last-Translator":"ALEJANDRO CASTRO, 2022","Language-Team":"Spanish (Mexico) (https://www.transifex.com/nextcloud/teams/64236/es_MX/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_MX","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nLuis Francisco Castro, 2022\nALEJANDRO CASTRO, 2022\n"},msgstr:["Last-Translator: ALEJANDRO CASTRO, 2022\nLanguage-Team: Spanish (Mexico) (https://www.transifex.com/nextcloud/teams/64236/es_MX/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_MX\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} segundos restantes"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["{tiempo} restante"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["quedan pocos segundos"]},Add:{msgid:"Add",msgstr:["agregar"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["cancelar las cargas"]},"estimating time left":{msgid:"estimating time left",msgstr:["estimando tiempo restante"]},paused:{msgid:"paused",msgstr:["en pausa"]},"Upload files":{msgid:"Upload files",msgstr:["cargar archivos"]}}}}},{locale:"es_NI",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Spanish (Nicaragua) (https://www.transifex.com/nextcloud/teams/64236/es_NI/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_NI","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Nicaragua) (https://www.transifex.com/nextcloud/teams/64236/es_NI/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_NI\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"es_PA",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Spanish (Panama) (https://www.transifex.com/nextcloud/teams/64236/es_PA/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_PA","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Panama) (https://www.transifex.com/nextcloud/teams/64236/es_PA/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_PA\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"es_PE",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Spanish (Peru) (https://www.transifex.com/nextcloud/teams/64236/es_PE/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_PE","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Peru) (https://www.transifex.com/nextcloud/teams/64236/es_PE/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_PE\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"es_PR",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Spanish (Puerto Rico) (https://www.transifex.com/nextcloud/teams/64236/es_PR/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_PR","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Puerto Rico) (https://www.transifex.com/nextcloud/teams/64236/es_PR/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_PR\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"es_PY",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Spanish (Paraguay) (https://www.transifex.com/nextcloud/teams/64236/es_PY/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_PY","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Paraguay) (https://www.transifex.com/nextcloud/teams/64236/es_PY/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_PY\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"es_SV",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Spanish (El Salvador) (https://www.transifex.com/nextcloud/teams/64236/es_SV/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_SV","Plural-Forms":"nplurals=2; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (El Salvador) (https://www.transifex.com/nextcloud/teams/64236/es_SV/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_SV\nPlural-Forms: nplurals=2; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"es_UY",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Spanish (Uruguay) (https://www.transifex.com/nextcloud/teams/64236/es_UY/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_UY","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Uruguay) (https://www.transifex.com/nextcloud/teams/64236/es_UY/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_UY\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"et_EE",json:{charset:"utf-8",headers:{"Last-Translator":"Taavo Roos, 2023","Language-Team":"Estonian (Estonia) (https://app.transifex.com/nextcloud/teams/64236/et_EE/)","Content-Type":"text/plain; charset=UTF-8",Language:"et_EE","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nMait R, 2022\nTaavo Roos, 2023\n"},msgstr:["Last-Translator: Taavo Roos, 2023\nLanguage-Team: Estonian (Estonia) (https://app.transifex.com/nextcloud/teams/64236/et_EE/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: et_EE\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} jäänud sekundid"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["{time} aega jäänud"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["jäänud mõni sekund"]},Add:{msgid:"Add",msgstr:["Lisa"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Tühista üleslaadimine"]},"estimating time left":{msgid:"estimating time left",msgstr:["hinnanguline järelejäänud aeg"]},paused:{msgid:"paused",msgstr:["pausil"]},"Upload files":{msgid:"Upload files",msgstr:["Lae failid üles"]}}}}},{locale:"eu",json:{charset:"utf-8",headers:{"Last-Translator":"Unai Tolosa Pontesta , 2022","Language-Team":"Basque (https://www.transifex.com/nextcloud/teams/64236/eu/)","Content-Type":"text/plain; charset=UTF-8",Language:"eu","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nUnai Tolosa Pontesta , 2022\n"},msgstr:["Last-Translator: Unai Tolosa Pontesta , 2022\nLanguage-Team: Basque (https://www.transifex.com/nextcloud/teams/64236/eu/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: eu\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} segundo geratzen dira"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["{time} geratzen da"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["segundo batzuk geratzen dira"]},Add:{msgid:"Add",msgstr:["Gehitu"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Ezeztatu igoerak"]},"estimating time left":{msgid:"estimating time left",msgstr:["kalkulatutako geratzen den denbora"]},paused:{msgid:"paused",msgstr:["geldituta"]},"Upload files":{msgid:"Upload files",msgstr:["Igo fitxategiak"]}}}}},{locale:"fa",json:{charset:"utf-8",headers:{"Last-Translator":"Fatemeh Komeily, 2023","Language-Team":"Persian (https://app.transifex.com/nextcloud/teams/64236/fa/)","Content-Type":"text/plain; charset=UTF-8",Language:"fa","Plural-Forms":"nplurals=2; plural=(n > 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nFatemeh Komeily, 2023\n"},msgstr:["Last-Translator: Fatemeh Komeily, 2023\nLanguage-Team: Persian (https://app.transifex.com/nextcloud/teams/64236/fa/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: fa\nPlural-Forms: nplurals=2; plural=(n > 1);\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["ثانیه های باقی مانده"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["باقی مانده"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["چند ثانیه مانده"]},Add:{msgid:"Add",msgstr:["اضافه کردن"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["کنسل کردن فایل های اپلود شده"]},"estimating time left":{msgid:"estimating time left",msgstr:["تخمین زمان باقی مانده"]},paused:{msgid:"paused",msgstr:["مکث کردن"]},"Upload files":{msgid:"Upload files",msgstr:["بارگذاری فایل ها"]}}}}},{locale:"fi_FI",json:{charset:"utf-8",headers:{"Last-Translator":"Jiri Grönroos , 2022","Language-Team":"Finnish (Finland) (https://www.transifex.com/nextcloud/teams/64236/fi_FI/)","Content-Type":"text/plain; charset=UTF-8",Language:"fi_FI","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJiri Grönroos , 2022\n"},msgstr:["Last-Translator: Jiri Grönroos , 2022\nLanguage-Team: Finnish (Finland) (https://www.transifex.com/nextcloud/teams/64236/fi_FI/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: fi_FI\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} sekuntia jäljellä"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["{time} jäljellä"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["muutama sekunti jäljellä"]},Add:{msgid:"Add",msgstr:["Lisää"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Peruuta lähetykset"]},"estimating time left":{msgid:"estimating time left",msgstr:["arvioidaan jäljellä olevaa aikaa"]},paused:{msgid:"paused",msgstr:["keskeytetty"]},"Upload files":{msgid:"Upload files",msgstr:["Lähetä tiedostoja"]}}}}},{locale:"fo",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Faroese (https://www.transifex.com/nextcloud/teams/64236/fo/)","Content-Type":"text/plain; charset=UTF-8",Language:"fo","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Faroese (https://www.transifex.com/nextcloud/teams/64236/fo/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: fo\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"fr",json:{charset:"utf-8",headers:{"Last-Translator":"Liviu Milies, 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\nLiviu Milies, 2023\n"},msgstr:["Last-Translator: Liviu Milies, 2023\nLanguage-Team: French (https://app.transifex.com/nextcloud/teams/64236/fr/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: fr\nPlural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} fichier en conflit","{count} fichiers en conflit","{count} fichiers en conflit"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{count} fichier en conflit dans {dirname}","{count} fichiers en conflit dans {dirname}","{count} fichiers en conflit dans {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} secondes restantes"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["{time} restant"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["quelques secondes restantes"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Annuler les envois"]},Continue:{msgid:"Continue",msgstr:["Continuer"]},"estimating time left":{msgid:"estimating time left",msgstr:["estimation du temps restant"]},"Existing version":{msgid:"Existing version",msgstr:["Version existante"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["Si vous sélectionnez les deux versions, un nombre sera postfixé au nom du fichier."]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Date de dernière modification inconnue"]},New:{msgid:"New",msgstr:["Nou"]},"New version":{msgid:"New version",msgstr:["Nouvelle version"]},paused:{msgid:"paused",msgstr:["en pause"]},"Preview image":{msgid:"Preview image",msgstr:["Image d'aperçu"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Sélectionner toutes les cases"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Sélectionner tous les fichiers existants"]},"Select all new files":{msgid:"Select all new files",msgstr:["Sélectionner tous les nouveaux fichiers"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["Ignorer ce fichier","Ignorer {count} fichiers","Ignorer {count} fichiers"]},"Unknown size":{msgid:"Unknown size",msgstr:["Taille inconnue"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Envoi annulé"]},"Upload files":{msgid:"Upload files",msgstr:["Téléverser des fichiers"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["Quels fichiers souhaitez-vous conserver ?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["Vous devez sélectionner au moins une version de chaque fichier pour continuer."]}}}}},{locale:"gd",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Gaelic, Scottish (https://www.transifex.com/nextcloud/teams/64236/gd/)","Content-Type":"text/plain; charset=UTF-8",Language:"gd","Plural-Forms":"nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n > 2 && n < 20) ? 2 : 3;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Gaelic, Scottish (https://www.transifex.com/nextcloud/teams/64236/gd/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: gd\nPlural-Forms: nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n > 2 && n < 20) ? 2 : 3;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"gl",json:{charset:"utf-8",headers:{"Last-Translator":"Miguel Anxo Bouzada , 2023","Language-Team":"Galician (https://app.transifex.com/nextcloud/teams/64236/gl/)","Content-Type":"text/plain; charset=UTF-8",Language:"gl","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nNacho , 2023\nMiguel Anxo Bouzada , 2023\n"},msgstr:["Last-Translator: Miguel Anxo Bouzada , 2023\nLanguage-Team: Galician (https://app.transifex.com/nextcloud/teams/64236/gl/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: gl\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} conflito de ficheiros","{count} conflitos de ficheiros"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{count} conflito de ficheiros en {dirname}","{count} conflitos de ficheiros en {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["faltan {seconds} segundos"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["falta {time}"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["faltan uns segundos"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Cancelar envíos"]},Continue:{msgid:"Continue",msgstr:["Continuar"]},"estimating time left":{msgid:"estimating time left",msgstr:["calculando canto tempo falta"]},"Existing version":{msgid:"Existing version",msgstr:["Versión existente"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["Se selecciona ambas as versións, o ficheiro copiado terá un número engadido ao seu nome."]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Data da última modificación descoñecida"]},New:{msgid:"New",msgstr:["Nova"]},"New version":{msgid:"New version",msgstr:["Nova versión"]},paused:{msgid:"paused",msgstr:["detido"]},"Preview image":{msgid:"Preview image",msgstr:["Vista previa da imaxe"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Marcar todas as caixas de selección"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Seleccionar todos os ficheiros existentes"]},"Select all new files":{msgid:"Select all new files",msgstr:["Seleccionar todos os ficheiros novos"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["Omita este ficheiro","Omitir {count} ficheiros"]},"Unknown size":{msgid:"Unknown size",msgstr:["Tamaño descoñecido"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Envío cancelado"]},"Upload files":{msgid:"Upload files",msgstr:["Enviar ficheiros"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["Que ficheiros quere conservar?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["Debe seleccionar polo menos unha versión de cada ficheiro para continuar."]}}}}},{locale:"he",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Hebrew (https://www.transifex.com/nextcloud/teams/64236/he/)","Content-Type":"text/plain; charset=UTF-8",Language:"he","Plural-Forms":"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Hebrew (https://www.transifex.com/nextcloud/teams/64236/he/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: he\nPlural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"hi_IN",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Hindi (India) (https://www.transifex.com/nextcloud/teams/64236/hi_IN/)","Content-Type":"text/plain; charset=UTF-8",Language:"hi_IN","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Hindi (India) (https://www.transifex.com/nextcloud/teams/64236/hi_IN/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: hi_IN\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"hr",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Croatian (https://www.transifex.com/nextcloud/teams/64236/hr/)","Content-Type":"text/plain; charset=UTF-8",Language:"hr","Plural-Forms":"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Croatian (https://www.transifex.com/nextcloud/teams/64236/hr/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: hr\nPlural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"hsb",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Upper Sorbian (https://www.transifex.com/nextcloud/teams/64236/hsb/)","Content-Type":"text/plain; charset=UTF-8",Language:"hsb","Plural-Forms":"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Upper Sorbian (https://www.transifex.com/nextcloud/teams/64236/hsb/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: hsb\nPlural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"hu",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Hungarian (https://www.transifex.com/nextcloud/teams/64236/hu/)","Content-Type":"text/plain; charset=UTF-8",Language:"hu","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Hungarian (https://www.transifex.com/nextcloud/teams/64236/hu/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: hu\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"hu_HU",json:{charset:"utf-8",headers:{"Last-Translator":"Balázs Úr, 2022","Language-Team":"Hungarian (Hungary) (https://www.transifex.com/nextcloud/teams/64236/hu_HU/)","Content-Type":"text/plain; charset=UTF-8",Language:"hu_HU","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nBalázs Meskó , 2022\nBalázs Úr, 2022\n"},msgstr:["Last-Translator: Balázs Úr, 2022\nLanguage-Team: Hungarian (Hungary) (https://www.transifex.com/nextcloud/teams/64236/hu_HU/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: hu_HU\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{} másodperc van hátra"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["{time} van hátra"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["pár másodperc van hátra"]},Add:{msgid:"Add",msgstr:["Hozzáadás"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Feltöltések megszakítása"]},"estimating time left":{msgid:"estimating time left",msgstr:["hátralévő idő becslése"]},paused:{msgid:"paused",msgstr:["szüneteltetve"]},"Upload files":{msgid:"Upload files",msgstr:["Fájlok feltöltése"]}}}}},{locale:"hy",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Armenian (https://www.transifex.com/nextcloud/teams/64236/hy/)","Content-Type":"text/plain; charset=UTF-8",Language:"hy","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Armenian (https://www.transifex.com/nextcloud/teams/64236/hy/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: hy\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"ia",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Interlingua (https://www.transifex.com/nextcloud/teams/64236/ia/)","Content-Type":"text/plain; charset=UTF-8",Language:"ia","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Interlingua (https://www.transifex.com/nextcloud/teams/64236/ia/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ia\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"id",json:{charset:"utf-8",headers:{"Last-Translator":"Linerly , 2023","Language-Team":"Indonesian (https://app.transifex.com/nextcloud/teams/64236/id/)","Content-Type":"text/plain; charset=UTF-8",Language:"id","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nEmpty Slot Filler, 2023\nLinerly , 2023\n"},msgstr:["Last-Translator: Linerly , 2023\nLanguage-Team: Indonesian (https://app.transifex.com/nextcloud/teams/64236/id/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: id\nPlural-Forms: nplurals=1; plural=0;\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} berkas berkonflik"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{count} berkas berkonflik dalam {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} detik tersisa"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["{time} tersisa"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["tinggal sebentar lagi"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Batalkan unggahan"]},Continue:{msgid:"Continue",msgstr:["Lanjutkan"]},"estimating time left":{msgid:"estimating time left",msgstr:["memperkirakan waktu yang tersisa"]},"Existing version":{msgid:"Existing version",msgstr:["Versi yang ada"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["Jika Anda memilih kedua versi, nama berkas yang disalin akan ditambahi angka."]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Tanggal perubahan terakhir tidak diketahui"]},New:{msgid:"New",msgstr:["Baru"]},"New version":{msgid:"New version",msgstr:["Versi baru"]},paused:{msgid:"paused",msgstr:["dijeda"]},"Preview image":{msgid:"Preview image",msgstr:["Gambar pratinjau"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Pilih semua kotak centang"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Pilih semua berkas yang ada"]},"Select all new files":{msgid:"Select all new files",msgstr:["Pilih semua berkas baru"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["Lewati {count} berkas"]},"Unknown size":{msgid:"Unknown size",msgstr:["Ukuran tidak diketahui"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Unggahan dibatalkan"]},"Upload files":{msgid:"Upload files",msgstr:["Unggah berkas"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["Berkas mana yang Anda ingin tetap simpan?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["Anda harus memilih setidaknya satu versi dari masing-masing berkas untuk melanjutkan."]}}}}},{locale:"ig",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Igbo (https://www.transifex.com/nextcloud/teams/64236/ig/)","Content-Type":"text/plain; charset=UTF-8",Language:"ig","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Igbo (https://www.transifex.com/nextcloud/teams/64236/ig/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ig\nPlural-Forms: nplurals=1; plural=0;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"is",json:{charset:"utf-8",headers:{"Last-Translator":"Sveinn í Felli , 2023","Language-Team":"Icelandic (https://app.transifex.com/nextcloud/teams/64236/is/)","Content-Type":"text/plain; charset=UTF-8",Language:"is","Plural-Forms":"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nSveinn í Felli , 2023\n"},msgstr:["Last-Translator: Sveinn í Felli , 2023\nLanguage-Team: Icelandic (https://app.transifex.com/nextcloud/teams/64236/is/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: is\nPlural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} árekstur skráa","{count} árekstrar skráa"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{count} árekstur skráa í {dirname}","{count} árekstrar skráa í {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} sekúndur eftir"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["{time} eftir"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["nokkrar sekúndur eftir"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Hætta við innsendingar"]},Continue:{msgid:"Continue",msgstr:["Halda áfram"]},"estimating time left":{msgid:"estimating time left",msgstr:["áætla tíma sem eftir er"]},"Existing version":{msgid:"Existing version",msgstr:["Fyrirliggjandi útgáfa"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["Ef þú velur báðar útgáfur, þá mun verða bætt tölustaf aftan við heiti afrituðu skrárinnar."]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Síðasta breytingadagsetning er óþekkt"]},New:{msgid:"New",msgstr:["Nýtt"]},"New version":{msgid:"New version",msgstr:["Ný útgáfa"]},paused:{msgid:"paused",msgstr:["í bið"]},"Preview image":{msgid:"Preview image",msgstr:["Forskoðun myndar"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Velja gátreiti"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Velja allar fyrirliggjandi skrár"]},"Select all new files":{msgid:"Select all new files",msgstr:["Velja allar nýjar skrár"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["Sleppa þessari skrá","Sleppa {count} skrám"]},"Unknown size":{msgid:"Unknown size",msgstr:["Óþekkt stærð"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Hætt við innsendingu"]},"Upload files":{msgid:"Upload files",msgstr:["Senda inn skrár"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["Hvaða skrám vilt þú vilt halda eftir?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["Þú verður að velja að minnsta kosti eina útgáfu af hverri skrá til að halda áfram."]}}}}},{locale:"it",json:{charset:"utf-8",headers:{"Last-Translator":"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":"M H , 2023","Language-Team":"Polish (https://app.transifex.com/nextcloud/teams/64236/pl/)","Content-Type":"text/plain; charset=UTF-8",Language:"pl","Plural-Forms":"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nM H , 2023\n"},msgstr:["Last-Translator: M H , 2023\nLanguage-Team: Polish (https://app.transifex.com/nextcloud/teams/64236/pl/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: pl\nPlural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["konflikt 1 pliku","{count} konfliktów plików","{count} konfliktów plików","{count} konfliktów plików"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{count} konfliktowy plik w {dirname}","{count} konfliktowych plików w {dirname}","{count} konfliktowych plików w {dirname}","{count} konfliktowych plików w {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["Pozostało {seconds} sekund"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["Pozostało {time}"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["Pozostało kilka sekund"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Anuluj wysyłanie"]},Continue:{msgid:"Continue",msgstr:["Kontynuuj"]},"estimating time left":{msgid:"estimating time left",msgstr:["Szacowanie pozostałego czasu"]},"Existing version":{msgid:"Existing version",msgstr:["Istniejąca wersja"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["Jeżeli wybierzesz obie wersje to do nazw skopiowanych plików zostanie dodany numer"]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Nieznana data ostatniej modyfikacji"]},New:{msgid:"New",msgstr:["Nowy"]},"New version":{msgid:"New version",msgstr:["Nowa wersja"]},paused:{msgid:"paused",msgstr:["Wstrzymane"]},"Preview image":{msgid:"Preview image",msgstr:["Podgląd obrazu"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Zaznacz wszystkie boxy"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Zaznacz wszystkie istniejące pliki"]},"Select all new files":{msgid:"Select all new files",msgstr:["Zaznacz wszystkie nowe pliki"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["Pomiń 1 plik","Pomiń {count} plików","Pomiń {count} plików","Pomiń {count} plików"]},"Unknown size":{msgid:"Unknown size",msgstr:["Nieznany rozmiar"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Anulowano wysyłanie"]},"Upload files":{msgid:"Upload files",msgstr:["Wyślij pliki"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["Które pliki chcesz zachować"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["Aby kontynuować, musisz wybrać co najmniej jedną wersję każdego pliku."]}}}}},{locale:"ps",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Pashto (https://www.transifex.com/nextcloud/teams/64236/ps/)","Content-Type":"text/plain; charset=UTF-8",Language:"ps","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Pashto (https://www.transifex.com/nextcloud/teams/64236/ps/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ps\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"pt_BR",json:{charset:"utf-8",headers:{"Last-Translator":"Flávio Veras , 2022","Language-Team":"Portuguese (Brazil) (https://www.transifex.com/nextcloud/teams/64236/pt_BR/)","Content-Type":"text/plain; charset=UTF-8",Language:"pt_BR","Plural-Forms":"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nLeonardo Colman , 2022\nJeann Cavalcante , 2022\nFlávio Veras , 2022\n"},msgstr:["Last-Translator: Flávio Veras , 2022\nLanguage-Team: Portuguese (Brazil) (https://www.transifex.com/nextcloud/teams/64236/pt_BR/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: pt_BR\nPlural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} segundos restantes"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["{time} restante"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["alguns segundos restantes"]},Add:{msgid:"Add",msgstr:["Adicionar"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Cancelar uploads"]},"estimating time left":{msgid:"estimating time left",msgstr:["estimando tempo restante"]},paused:{msgid:"paused",msgstr:["pausado"]},"Upload files":{msgid:"Upload files",msgstr:["Enviar arquivos"]}}}}},{locale:"pt_PT",json:{charset:"utf-8",headers:{"Last-Translator":"Manuela Silva , 2022","Language-Team":"Portuguese (Portugal) (https://www.transifex.com/nextcloud/teams/64236/pt_PT/)","Content-Type":"text/plain; charset=UTF-8",Language:"pt_PT","Plural-Forms":"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nManuela Silva , 2022\n"},msgstr:["Last-Translator: Manuela Silva , 2022\nLanguage-Team: Portuguese (Portugal) (https://www.transifex.com/nextcloud/teams/64236/pt_PT/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: pt_PT\nPlural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["faltam {seconds} segundo(s)"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["faltam {time}"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["faltam uns segundos"]},Add:{msgid:"Add",msgstr:["Adicionar"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Cancelar envios"]},"estimating time left":{msgid:"estimating time left",msgstr:["tempo em falta estimado"]},paused:{msgid:"paused",msgstr:["pausado"]},"Upload files":{msgid:"Upload files",msgstr:["Enviar ficheiros"]}}}}},{locale:"ro",json:{charset:"utf-8",headers:{"Last-Translator":"Mădălin Vasiliu , 2022","Language-Team":"Romanian (https://www.transifex.com/nextcloud/teams/64236/ro/)","Content-Type":"text/plain; charset=UTF-8",Language:"ro","Plural-Forms":"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nMădălin Vasiliu , 2022\n"},msgstr:["Last-Translator: Mădălin Vasiliu , 2022\nLanguage-Team: Romanian (https://www.transifex.com/nextcloud/teams/64236/ro/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ro\nPlural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} secunde rămase"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["{time} rămas"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["câteva secunde rămase"]},Add:{msgid:"Add",msgstr:["Adaugă"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Anulați încărcările"]},"estimating time left":{msgid:"estimating time left",msgstr:["estimarea timpului rămas"]},paused:{msgid:"paused",msgstr:["pus pe pauză"]},"Upload files":{msgid:"Upload files",msgstr:["Încarcă fișiere"]}}}}},{locale:"ru",json:{charset:"utf-8",headers:{"Last-Translator":"Александр, 2023","Language-Team":"Russian (https://app.transifex.com/nextcloud/teams/64236/ru/)","Content-Type":"text/plain; charset=UTF-8",Language:"ru","Plural-Forms":"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nMax Smith , 2023\nАлександр, 2023\n"},msgstr:["Last-Translator: Александр, 2023\nLanguage-Team: Russian (https://app.transifex.com/nextcloud/teams/64236/ru/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ru\nPlural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["конфликт {count} файла","конфликт {count} файлов","конфликт {count} файлов","конфликт {count} файлов"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["конфликт {count} файла в {dirname}","конфликт {count} файлов в {dirname}","конфликт {count} файлов в {dirname}","конфликт {count} файлов в {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["осталось {seconds} секунд"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["осталось {time}"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["осталось несколько секунд"]},Add:{msgid:"Add",msgstr:["Добавить"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Отменить загрузки"]},Continue:{msgid:"Continue",msgstr:["Продолжить"]},"estimating time left":{msgid:"estimating time left",msgstr:["оценка оставшегося времени"]},"Existing version":{msgid:"Existing version",msgstr:["Текущая версия"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["Если вы выберете обе версии, к имени скопированного файла будет добавлен номер."]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Дата последнего изменения неизвестна"]},"New version":{msgid:"New version",msgstr:["Новая версия"]},paused:{msgid:"paused",msgstr:["приостановлено"]},"Preview image":{msgid:"Preview image",msgstr:["Предварительный просмотр"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Установить все флажки"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Выбрать все существующие файлы"]},"Select all new files":{msgid:"Select all new files",msgstr:["Выбрать все новые файлы"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["Пропустить файл","Пропустить {count} файла","Пропустить {count} файлов","Пропустить {count} файлов"]},"Unknown size":{msgid:"Unknown size",msgstr:["Неизвестный размер"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Загрузка отменена"]},"Upload files":{msgid:"Upload files",msgstr:["Загрузка файлов"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["Какие файлы вы хотите сохранить?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["Для продолжения вам нужно выбрать по крайней мере одну версию каждого файла."]}}}}},{locale:"ru_RU",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Russian (Russia) (https://www.transifex.com/nextcloud/teams/64236/ru_RU/)","Content-Type":"text/plain; charset=UTF-8",Language:"ru_RU","Plural-Forms":"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Russian (Russia) (https://www.transifex.com/nextcloud/teams/64236/ru_RU/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ru_RU\nPlural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"sc",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Sardinian (https://www.transifex.com/nextcloud/teams/64236/sc/)","Content-Type":"text/plain; charset=UTF-8",Language:"sc","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Sardinian (https://www.transifex.com/nextcloud/teams/64236/sc/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: sc\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"si",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Sinhala (https://www.transifex.com/nextcloud/teams/64236/si/)","Content-Type":"text/plain; charset=UTF-8",Language:"si","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Sinhala (https://www.transifex.com/nextcloud/teams/64236/si/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: si\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"si_LK",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Sinhala (Sri Lanka) (https://www.transifex.com/nextcloud/teams/64236/si_LK/)","Content-Type":"text/plain; charset=UTF-8",Language:"si_LK","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Sinhala (Sri Lanka) (https://www.transifex.com/nextcloud/teams/64236/si_LK/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: si_LK\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"sk_SK",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Slovak (Slovakia) (https://www.transifex.com/nextcloud/teams/64236/sk_SK/)","Content-Type":"text/plain; charset=UTF-8",Language:"sk_SK","Plural-Forms":"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Slovak (Slovakia) (https://www.transifex.com/nextcloud/teams/64236/sk_SK/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: sk_SK\nPlural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"sl",json:{charset:"utf-8",headers:{"Last-Translator":"Matej Urbančič <>, 2022","Language-Team":"Slovenian (https://www.transifex.com/nextcloud/teams/64236/sl/)","Content-Type":"text/plain; charset=UTF-8",Language:"sl","Plural-Forms":"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nMatej Urbančič <>, 2022\n"},msgstr:["Last-Translator: Matej Urbančič <>, 2022\nLanguage-Team: Slovenian (https://www.transifex.com/nextcloud/teams/64236/sl/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: sl\nPlural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["še {seconds} sekund"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["še {time}"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["še nekaj sekund"]},Add:{msgid:"Add",msgstr:["Dodaj"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Prekliči pošiljanje"]},"estimating time left":{msgid:"estimating time left",msgstr:["ocenjen čas do konca"]},paused:{msgid:"paused",msgstr:["v premoru"]},"Upload files":{msgid:"Upload files",msgstr:["Pošlji datoteke"]}}}}},{locale:"sl_SI",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Slovenian (Slovenia) (https://www.transifex.com/nextcloud/teams/64236/sl_SI/)","Content-Type":"text/plain; charset=UTF-8",Language:"sl_SI","Plural-Forms":"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Slovenian (Slovenia) (https://www.transifex.com/nextcloud/teams/64236/sl_SI/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: sl_SI\nPlural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"sq",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Albanian (https://www.transifex.com/nextcloud/teams/64236/sq/)","Content-Type":"text/plain; charset=UTF-8",Language:"sq","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Albanian (https://www.transifex.com/nextcloud/teams/64236/sq/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: sq\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"sr",json:{charset:"utf-8",headers:{"Last-Translator":"Иван Пешић, 2023","Language-Team":"Serbian (https://app.transifex.com/nextcloud/teams/64236/sr/)","Content-Type":"text/plain; charset=UTF-8",Language:"sr","Plural-Forms":"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nИван Пешић, 2023\n"},msgstr:["Last-Translator: Иван Пешић, 2023\nLanguage-Team: Serbian (https://app.transifex.com/nextcloud/teams/64236/sr/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: sr\nPlural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} фајл конфликт","{count} фајл конфликта","{count} фајл конфликта"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{count} фајл конфликт у {dirname}","{count} фајл конфликта у {dirname}","{count} фајл конфликта у {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["преостало је {seconds} секунди"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["{time} преостало"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["преостало је неколико секунди"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Обустави отпремања"]},Continue:{msgid:"Continue",msgstr:["Настави"]},"estimating time left":{msgid:"estimating time left",msgstr:["процена преосталог времена"]},"Existing version":{msgid:"Existing version",msgstr:["Постојећа верзија"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["Ако изаберете обе верзије, на име копираног фајла ће се додати број."]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Није познат датум последње измене"]},New:{msgid:"New",msgstr:["Ново"]},"New version":{msgid:"New version",msgstr:["Нова верзија"]},paused:{msgid:"paused",msgstr:["паузирано"]},"Preview image":{msgid:"Preview image",msgstr:["Слика прегледа"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Штиклирај сва поља за штиклирање"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Изабери све постојеће фајлове"]},"Select all new files":{msgid:"Select all new files",msgstr:["Изабери све нове фајлове"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["Прескочи овај фајл","Прескочи {count} фајла","Прескочи {count} фајлова"]},"Unknown size":{msgid:"Unknown size",msgstr:["Непозната величина"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Отпремање је отказано"]},"Upload files":{msgid:"Upload files",msgstr:["Отпреми фајлове"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["Које фајлове желите да задржите?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["Морате да изаберете барем једну верзију сваког фајла да наставите."]}}}}},{locale:"sr@latin",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Serbian (Latin) (https://www.transifex.com/nextcloud/teams/64236/sr@latin/)","Content-Type":"text/plain; charset=UTF-8",Language:"sr@latin","Plural-Forms":"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Serbian (Latin) (https://www.transifex.com/nextcloud/teams/64236/sr@latin/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: sr@latin\nPlural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"sv",json:{charset:"utf-8",headers:{"Last-Translator":"Magnus Höglund, 2023","Language-Team":"Swedish (https://app.transifex.com/nextcloud/teams/64236/sv/)","Content-Type":"text/plain; charset=UTF-8",Language:"sv","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nMagnus Höglund, 2023\n"},msgstr:["Last-Translator: Magnus Höglund, 2023\nLanguage-Team: Swedish (https://app.transifex.com/nextcloud/teams/64236/sv/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: sv\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} filkonflikt","{count} filkonflikter"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{count} filkonflikt i {dirname}","{count} filkonflikter i {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} sekunder kvarstår"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["{time} kvarstår"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["några sekunder kvar"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Avbryt uppladdningar"]},Continue:{msgid:"Continue",msgstr:["Fortsätt"]},"estimating time left":{msgid:"estimating time left",msgstr:["uppskattar kvarstående tid"]},"Existing version":{msgid:"Existing version",msgstr:["Nuvarande version"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["Om du väljer båda versionerna kommer den kopierade filen att få ett nummer tillagt i namnet."]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Senaste ändringsdatum okänt"]},New:{msgid:"New",msgstr:["Ny"]},"New version":{msgid:"New version",msgstr:["Ny version"]},paused:{msgid:"paused",msgstr:["pausad"]},"Preview image":{msgid:"Preview image",msgstr:["Förhandsgranska bild"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Markera alla kryssrutor"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Välj alla befintliga filer"]},"Select all new files":{msgid:"Select all new files",msgstr:["Välj alla nya filer"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["Hoppa över denna fil","Hoppa över {count} filer"]},"Unknown size":{msgid:"Unknown size",msgstr:["Okänd storlek"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Uppladdningen avbröts"]},"Upload files":{msgid:"Upload files",msgstr:["Ladda upp filer"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["Vilka filer vill du behålla?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["Du måste välja minst en version av varje fil för att fortsätta."]}}}}},{locale:"sw",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Swahili (https://www.transifex.com/nextcloud/teams/64236/sw/)","Content-Type":"text/plain; charset=UTF-8",Language:"sw","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Swahili (https://www.transifex.com/nextcloud/teams/64236/sw/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: sw\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"ta",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Tamil (https://www.transifex.com/nextcloud/teams/64236/ta/)","Content-Type":"text/plain; charset=UTF-8",Language:"ta","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Tamil (https://www.transifex.com/nextcloud/teams/64236/ta/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ta\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"ta_LK",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Tamil (Sri-Lanka) (https://www.transifex.com/nextcloud/teams/64236/ta_LK/)","Content-Type":"text/plain; charset=UTF-8",Language:"ta_LK","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Tamil (Sri-Lanka) (https://www.transifex.com/nextcloud/teams/64236/ta_LK/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ta_LK\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"th",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Thai (https://www.transifex.com/nextcloud/teams/64236/th/)","Content-Type":"text/plain; charset=UTF-8",Language:"th","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Thai (https://www.transifex.com/nextcloud/teams/64236/th/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: th\nPlural-Forms: nplurals=1; plural=0;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"th_TH",json:{charset:"utf-8",headers:{"Last-Translator":"Phongpanot Phairat , 2022","Language-Team":"Thai (Thailand) (https://www.transifex.com/nextcloud/teams/64236/th_TH/)","Content-Type":"text/plain; charset=UTF-8",Language:"th_TH","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nPhongpanot Phairat , 2022\n"},msgstr:["Last-Translator: Phongpanot Phairat , 2022\nLanguage-Team: Thai (Thailand) (https://www.transifex.com/nextcloud/teams/64236/th_TH/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: th_TH\nPlural-Forms: nplurals=1; plural=0;\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["เหลืออีก {seconds} วินาที"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["เหลืออีก {time}"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["เหลืออีกไม่กี่วินาที"]},Add:{msgid:"Add",msgstr:["เพิ่ม"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["ยกเลิกการอัปโหลด"]},"estimating time left":{msgid:"estimating time left",msgstr:["กำลังคำนวณเวลาที่เหลือ"]},paused:{msgid:"paused",msgstr:["หยุดชั่วคราว"]},"Upload files":{msgid:"Upload files",msgstr:["อัปโหลดไฟล์"]}}}}},{locale:"tk",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Turkmen (https://www.transifex.com/nextcloud/teams/64236/tk/)","Content-Type":"text/plain; charset=UTF-8",Language:"tk","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Turkmen (https://www.transifex.com/nextcloud/teams/64236/tk/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: tk\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"tr",json:{charset:"utf-8",headers:{"Last-Translator":"Kaya Zeren , 2023","Language-Team":"Turkish (https://app.transifex.com/nextcloud/teams/64236/tr/)","Content-Type":"text/plain; charset=UTF-8",Language:"tr","Plural-Forms":"nplurals=2; plural=(n > 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nKaya Zeren , 2023\n"},msgstr:["Last-Translator: Kaya Zeren , 2023\nLanguage-Team: Turkish (https://app.transifex.com/nextcloud/teams/64236/tr/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: tr\nPlural-Forms: nplurals=2; plural=(n > 1);\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} dosya çakışması var","{count} dosya çakışması var"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{dirname} klasöründe {count} dosya çakışması var","{dirname} klasöründe {count} dosya çakışması var"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} saniye kaldı"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["{time} kaldı"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["bir kaç saniye kaldı"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Yüklemeleri iptal et"]},Continue:{msgid:"Continue",msgstr:["İlerle"]},"estimating time left":{msgid:"estimating time left",msgstr:["öngörülen kalan süre"]},"Existing version":{msgid:"Existing version",msgstr:["Var olan sürüm"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["İki sürümü de seçerseniz, kopyalanan dosyanın adına bir sayı eklenir."]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Son değiştirilme tarihi bilinmiyor"]},New:{msgid:"New",msgstr:["Yeni"]},"New version":{msgid:"New version",msgstr:["Yeni sürüm"]},paused:{msgid:"paused",msgstr:["duraklatıldı"]},"Preview image":{msgid:"Preview image",msgstr:["Görsel ön izlemesi"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Tüm kutuları işaretle"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Tüm var olan dosyaları seç"]},"Select all new files":{msgid:"Select all new files",msgstr:["Tüm yeni dosyaları seç"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["Bu dosyayı atla","{count} dosyayı atla"]},"Unknown size":{msgid:"Unknown size",msgstr:["Boyut bilinmiyor"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Yükleme iptal edildi"]},"Upload files":{msgid:"Upload files",msgstr:["Dosyaları yükle"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["Hangi dosyaları tutmak istiyorsunuz?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["İlerlemek için her dosyanın en az bir sürümünü seçmelisiniz."]}}}}},{locale:"ug",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Uyghur (https://www.transifex.com/nextcloud/teams/64236/ug/)","Content-Type":"text/plain; charset=UTF-8",Language:"ug","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Uyghur (https://www.transifex.com/nextcloud/teams/64236/ug/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ug\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"uk",json:{charset:"utf-8",headers:{"Last-Translator":"O St , 2023","Language-Team":"Ukrainian (https://app.transifex.com/nextcloud/teams/64236/uk/)","Content-Type":"text/plain; charset=UTF-8",Language:"uk","Plural-Forms":"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nMehi Loki, 2023\nO St , 2023\n"},msgstr:["Last-Translator: O St , 2023\nLanguage-Team: Ukrainian (https://app.transifex.com/nextcloud/teams/64236/uk/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: uk\nPlural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} конфліктний файл","{count} конфліктних файли","{count} конфліктних файлів","{count} конфліктних файлів"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{count} конфліктний файл у каталозі {dirname}","{count} конфліктних файли у каталозі {dirname}","{count} конфліктних файлів у каталозі {dirname}","{count} конфліктних файлів у каталозі {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["Залишилося {seconds} секунд"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["Залишилося {time}"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["залишилося кілька секунд"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Скасувати завантаження"]},Continue:{msgid:"Continue",msgstr:["Продовжити"]},"estimating time left":{msgid:"estimating time left",msgstr:["оцінка часу, що залишився"]},"Existing version":{msgid:"Existing version",msgstr:["Присутня версія"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["Якщо ви виберете обидві версії, буде створено копію файлу до назви якої буде додано цифру."]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Дата останньої зміни невідома"]},New:{msgid:"New",msgstr:["Нове"]},"New version":{msgid:"New version",msgstr:["Нова версія"]},paused:{msgid:"paused",msgstr:["призупинено"]},"Preview image":{msgid:"Preview image",msgstr:["Попередній перегляд"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Вибрати все"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Вибрати всі присутні файли"]},"Select all new files":{msgid:"Select all new files",msgstr:["Виберіть усі нові файли"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["Пропустити файл","Пропустити {count} файли","Пропустити {count} файлів","Пропустити {count} файлів"]},"Unknown size":{msgid:"Unknown size",msgstr:["Невідомий розмір"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Завантаження скасовано"]},"Upload files":{msgid:"Upload files",msgstr:["Завантажте файли"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["Які файли залишити?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["Для продовження потрібно вибрати принаймні одну версію для кожного файлу."]}}}}},{locale:"ur_PK",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Urdu (Pakistan) (https://www.transifex.com/nextcloud/teams/64236/ur_PK/)","Content-Type":"text/plain; charset=UTF-8",Language:"ur_PK","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Urdu (Pakistan) (https://www.transifex.com/nextcloud/teams/64236/ur_PK/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ur_PK\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"uz",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Uzbek (https://www.transifex.com/nextcloud/teams/64236/uz/)","Content-Type":"text/plain; charset=UTF-8",Language:"uz","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Uzbek (https://www.transifex.com/nextcloud/teams/64236/uz/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: uz\nPlural-Forms: nplurals=1; plural=0;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"vi",json:{charset:"utf-8",headers:{"Last-Translator":"blakduk, 2023","Language-Team":"Vietnamese (https://www.transifex.com/nextcloud/teams/64236/vi/)","Content-Type":"text/plain; charset=UTF-8",Language:"vi","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nblakduk, 2023\n"},msgstr:["Last-Translator: blakduk, 2023\nLanguage-Team: Vietnamese (https://www.transifex.com/nextcloud/teams/64236/vi/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: vi\nPlural-Forms: nplurals=1; plural=0;\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["Còn {second} giây"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["Còn lại {time}"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["Còn lại một vài giây"]},Add:{msgid:"Add",msgstr:["Thêm"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Huỷ tải lên"]},"estimating time left":{msgid:"estimating time left",msgstr:["Thời gian còn lại dự kiến"]},paused:{msgid:"paused",msgstr:["đã tạm dừng"]},"Upload files":{msgid:"Upload files",msgstr:["Tập tin tải lên"]}}}}},{locale:"zh_CN",json:{charset:"utf-8",headers:{"Last-Translator":"Hongbo Chen, 2023","Language-Team":"Chinese (China) (https://app.transifex.com/nextcloud/teams/64236/zh_CN/)","Content-Type":"text/plain; charset=UTF-8",Language:"zh_CN","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nHongbo Chen, 2023\n"},msgstr:["Last-Translator: Hongbo Chen, 2023\nLanguage-Team: Chinese (China) (https://app.transifex.com/nextcloud/teams/64236/zh_CN/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: zh_CN\nPlural-Forms: nplurals=1; plural=0;\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count}文件冲突"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["在{dirname}目录下有{count}个文件冲突"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["剩余 {seconds} 秒"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["剩余 {time}"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["还剩几秒"]},Add:{msgid:"Add",msgstr:["添加"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["取消上传"]},Continue:{msgid:"Continue",msgstr:["继续"]},"estimating time left":{msgid:"estimating time left",msgstr:["估计剩余时间"]},"Existing version":{msgid:"Existing version",msgstr:["版本已存在"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["如果选择所有的版本,新增版本的文件名为原文件名加数字"]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["文件最后修改日期未知"]},"New version":{msgid:"New version",msgstr:["新版本"]},paused:{msgid:"paused",msgstr:["已暂停"]},"Preview image":{msgid:"Preview image",msgstr:["图片预览"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["选择所有的选择框"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["选择所有存在的文件"]},"Select all new files":{msgid:"Select all new files",msgstr:["选择所有的新文件"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["跳过{count}个文件"]},"Unknown size":{msgid:"Unknown size",msgstr:["文件大小未知"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["取消上传"]},"Upload files":{msgid:"Upload files",msgstr:["上传文件"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["你要保留哪些文件?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["每个文件至少选择一个版本"]}}}}},{locale:"zh_HK",json:{charset:"utf-8",headers:{"Last-Translator":"Café Tango, 2023","Language-Team":"Chinese (Hong Kong) (https://app.transifex.com/nextcloud/teams/64236/zh_HK/)","Content-Type":"text/plain; charset=UTF-8",Language:"zh_HK","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nCafé Tango, 2023\n"},msgstr:["Last-Translator: Café Tango, 2023\nLanguage-Team: Chinese (Hong Kong) (https://app.transifex.com/nextcloud/teams/64236/zh_HK/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: zh_HK\nPlural-Forms: nplurals=1; plural=0;\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} 個檔案衝突"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{dirname} 中有 {count} 個檔案衝突"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["剩餘 {seconds} 秒"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["剩餘 {time}"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["還剩幾秒"]},Add:{msgid:"Add",msgstr:["添加"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["取消上傳"]},Continue:{msgid:"Continue",msgstr:["繼續"]},"estimating time left":{msgid:"estimating time left",msgstr:["估計剩餘時間"]},"Existing version":{msgid:"Existing version",msgstr:["既有版本"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["若您選取兩個版本,複製的檔案的名稱將會新增編號。"]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["最後修改日期不詳"]},"New version":{msgid:"New version",msgstr:["新版本 "]},paused:{msgid:"paused",msgstr:["已暫停"]},"Preview image":{msgid:"Preview image",msgstr:["預覽圖片"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["選取所有核取方塊"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["選取所有既有檔案"]},"Select all new files":{msgid:"Select all new files",msgstr:["選取所有新檔案"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["略過 {count} 個檔案"]},"Unknown size":{msgid:"Unknown size",msgstr:["大小不詳"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["已取消上傳"]},"Upload files":{msgid:"Upload files",msgstr:["上傳檔案"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["您想保留哪些檔案?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["您必須為每個檔案都至少選取一個版本以繼續。"]}}}}},{locale:"zh_TW",json:{charset:"utf-8",headers:{"Last-Translator":"黃柏諺 , 2023","Language-Team":"Chinese (Taiwan) (https://app.transifex.com/nextcloud/teams/64236/zh_TW/)","Content-Type":"text/plain; charset=UTF-8",Language:"zh_TW","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\n黃柏諺 , 2023\n"},msgstr:["Last-Translator: 黃柏諺 , 2023\nLanguage-Team: Chinese (Taiwan) (https://app.transifex.com/nextcloud/teams/64236/zh_TW/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: zh_TW\nPlural-Forms: nplurals=1; plural=0;\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} 個檔案衝突"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{dirname} 中有 {count} 個檔案衝突"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["剩餘 {seconds} 秒"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["剩餘 {time}"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["還剩幾秒"]},Add:{msgid:"Add",msgstr:["新增"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["取消上傳"]},Continue:{msgid:"Continue",msgstr:["繼續"]},"estimating time left":{msgid:"estimating time left",msgstr:["估計剩餘時間"]},"Existing version":{msgid:"Existing version",msgstr:["既有版本"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["若您選取兩個版本,複製的檔案的名稱將會新增編號。"]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["最後修改日期未知"]},"New version":{msgid:"New version",msgstr:["新版本"]},paused:{msgid:"paused",msgstr:["已暫停"]},"Preview image":{msgid:"Preview image",msgstr:["預覽圖片"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["選取所有核取方塊"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["選取所有既有檔案"]},"Select all new files":{msgid:"Select all new files",msgstr:["選取所有新檔案"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["略過 {count} 檔案"]},"Unknown size":{msgid:"Unknown size",msgstr:["未知大小"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["已取消上傳"]},"Upload files":{msgid:"Upload files",msgstr:["上傳檔案"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["您想保留哪些檔案?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["您必須為每個檔案都至少選取一個版本以繼續。"]}}}}}].map((t=>el.addTranslation(t.locale,t.json)));const nl=el.build(),sl=nl.ngettext.bind(nl),il=nl.gettext.bind(nl),al=ja.extend({name:"UploadPicker",components:{Cancel:Qo,NcActionButton:N.Z,NcActions:F.Z,NcButton:B.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===Re.FAILED)).length},isUploading(){return this.queue?.length>0},isAssembling(){return 0!==this.queue?.filter((t=>t.status===Re.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:a}=await async function(t,e,s){const{default:i}=await n.e(4454).then(n.bind(n,44454));return new Promise(((n,a)=>{const r=new i({propsData:{dirname:t,conflicts:e,content:s}});r.$on("submit",(t=>{n(t),r.$destroy(),r.$el?.parentNode?.removeChild(r.$el)})),r.$on("cancel",(t=>{a(t??new Error("Canceled")),r.$destroy(),r.$el?.parentNode?.removeChild(r.$el)})),r.$mount(),document.body.appendChild(r.$el)}))}(this.destination.basename,e,this.content);t=[...s,...i,...a]}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===Re.FAILED?this.$emit("failed",t):this.$emit("uploaded",t)}}}),rl=Jo(al,(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 qe||(ol=new qe(t)),ol}}},a={};function r(t){var e=a[t];if(void 0!==e)return e.exports;var n=a[t]={id:t,loaded:!1,exports:{}};return i[t].call(n.exports,n,n.exports,r),n.loaded=!0,n.exports}r.m=i,e=[],r.O=(t,n,s,i)=>{if(!n){var a=1/0;for(d=0;d=i)&&Object.keys(r.O).every((t=>r.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]},r.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return r.d(e,{a:e}),e},r.d=(t,e)=>{for(var n in e)r.o(e,n)&&!r.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},r.f={},r.e=t=>Promise.all(Object.keys(r.f).reduce(((e,n)=>(r.f[n](t,e),e)),[])),r.u=t=>t+"-"+t+".js?v="+{923:"2686613ba9d88601b889",4454:"01ee6c5df96bab2df261",8321:"1e9a8023ef8296a459a5"}[t],r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),r.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n={},s="nextcloud:",r.l=(t,e,i,a)=>{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)}},r.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},r.nmd=t=>(t.paths=[],t.children||(t.children=[]),t),r.j=2181,(()=>{var t;r.g.importScripts&&(t=r.g.location+"");var e=r.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(/\/[^\/]+$/,"/"),r.p=t})(),(()=>{r.b=document.baseURI||self.location.href;var t={2181:0};r.f.j=(e,n)=>{var s=r.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 a=r.p+r.u(e),o=new Error;r.l(a,(n=>{if(r.o(t,e)&&(0!==(s=t[e])&&(t[e]=void 0),s)){var i=n&&("load"===n.type?"missing":n.type),a=n&&n.target&&n.target.src;o.message="Loading chunk "+e+" failed.\n("+i+": "+a+")",o.name="ChunkLoadError",o.type=i,o.request=a,s[1](o)}}),"chunk-"+e,e)}},r.O.j=e=>0===t[e];var e=(e,n)=>{var s,i,a=n[0],o=n[1],l=n[2],c=0;if(a.some((e=>0!==t[e]))){for(s in o)r.o(o,s)&&(r.m[s]=o[s]);if(l)var d=l(r)}for(e&&e(n);cr(58754)));o=r.O(o)})(); -//# sourceMappingURL=files-main.js.map?v=e704f58d676ae7b3ba2a \ No newline at end of file +(()=>{var e,n,s,i={32321:(e,n,s)=>{"use strict";var i={};s.r(i),s.d(i,{exclude:()=>_a,extract:()=>Aa,parse:()=>wa,parseUrl:()=>ba,pick:()=>xa,stringify:()=>ya,stringifyUrl:()=>Ca});var a=s(20144),r=!0;function o(){return"undefined"!=typeof navigator&&"undefined"!=typeof window?window:void 0!==s.g?s.g:{}}a.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 a=Object.assign({},n);try{const t=localStorage.getItem(i),e=JSON.parse(t);Object.assign(a,e)}catch(t){}this.fallbacks={getSettings:()=>a,setSettings(t){try{localStorage.setItem(i,JSON.stringify(t))}catch(t){}a=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__,a=l&&n.enableEarlyProxy;if(!i||!s.__VUE_DEVTOOLS_PLUGIN_API_AVAILABLE__&&a){const t=a?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,a=/constructor/i.test(String(C.HTMLElement))||"safari"in C,r=/CriOS\/[\d]+/.test(navigator.userAgent);if((r||i&&a||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=r?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 N(t){return"_a"in t&&"install"in t}function F(){if(!("clipboard"in navigator))return E("Your browser doesn't support the Clipboard API","error"),!0}function B(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 N(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 z(t){switch(t){case w.direct:return"mutation";case w.patchFunction:case w.patchObject:return"$patch";default:return"unknown"}}let R=!0;const M=[],V="pinia:mutations",H="pinia",{assign:q}=Object,Z=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(!F())try{await navigator.clipboard.writeText(JSON.stringify(t.state.value)),E("Global state copied to clipboard.")}catch(t){if(B(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(!F())try{j(t,JSON.parse(await navigator.clipboard.readText())),E("Global state pasted from clipboard.")}catch(t){if(B(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:Z(e.$id),key:"state",editable:!0,value:e._isOptionsAPI?{_custom:{value:(0,a.toRaw)(e.$state),actions:[{icon:"restore",tooltip:"Reset the state of this store",action:()=>e.$reset()}]}}:Object.keys(e.$state).reduce(((t,n)=>(t[n]=e.$state[n],t)),{})}),e._getters&&e._getters.length&&t.instanceData.state.push({type:Z(e.$id),key:"getters",editable:!1,value:e._getters.reduce(((t,n)=>{try{t[n]=e[n]}catch(e){t[n]=e}return t}),{})})}))}})),n.on.getInspectorTree((n=>{if(n.app===t&&n.inspectorId===H){let t=[e];t=t.concat(Array.from(e._s.values())),n.rootNodes=(n.filter?t.filter((t=>"$id"in t?t.$id.toLowerCase().includes(n.filter.toLowerCase()):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(N(t)){const e=Array.from(t._s.keys()),n=t._s,s={state:e.map((e=>({editable:!0,key:e,value:t.state.value[e]}))),getters:e.filter((t=>n.get(t)._getters)).map((t=>{const e=n.get(t);return{editable:!1,key:t,value:e._getters.reduce(((t,n)=>(t[n]=e[n],t)),{})}}))};return s}const e={state:Object.keys(t.$state).map((e=>({editable:!0,key:e,value:t.$state[e]})))};return t._getters&&t._getters.length&&(e.getters=t._getters.map((e=>({editable:!1,key:e,value:t[e]})))),t._customProperties.size&&(e.customProperties=Array.from(t._customProperties).map((e=>({editable:!0,key:e,value:t[e]})))),e}(t))}})),n.on.editInspectorState(((n,s)=>{if(n.app===t&&n.inspectorId===H){const t=n.nodeId===U?e:e._s.get(n.nodeId);if(!t)return E(`store "${n.nodeId}" not found`,"error");const{path:s}=n;N(t)?s.unshift("state"):1===s.length&&t._customProperties.has(s[0])&&!(s[0]in t.$state)||s.unshift("$state"),R=!1,n.set(t,s,n.state.value),R=!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",R=!1,t.set(s,i,t.state.value),R=!0}}))}))}let W,Y=0;function K(t,e,n){const s=e.reduce(((e,n)=>(e[n]=(0,a.toRaw)(t)[n],e)),{});for(const e in s)t[e]=function(){const i=Y,a=n?new Proxy(t,{get:(...t)=>(W=i,Reflect.get(...t)),set:(...t)=>(W=i,Reflect.set(...t))}):t;W=i;const r=s[e].apply(a,arguments);return W=void 0,r}}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,a.toRaw)(e)._hotUpdate=function(t){s.apply(this,arguments),K(e,Object.keys(t._hmrPayload.actions),!!e._isOptionsAPI)},function(t,e){M.includes(Z(e.$id))||M.push(Z(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:a,args:r})=>{const o=Y++;t.addTimelineEvent({layerId:V,event:{time:n(),title:"🛫 "+a,subtitle:"start",data:{store:I(e.$id),action:I(a),args:r},groupId:o}}),s((s=>{W=void 0,t.addTimelineEvent({layerId:V,event:{time:n(),title:"🛬 "+a,subtitle:"end",data:{store:I(e.$id),action:I(a),args:r,result:s},groupId:o}})})),i((s=>{W=void 0,t.addTimelineEvent({layerId:V,event:{time:n(),logType:"error",title:"💥 "+a,subtitle:"end",data:{store:I(e.$id),action:I(a),args:r,error:s},groupId:o}})}))}),!0),e._customProperties.forEach((s=>{(0,a.watch)((()=>(0,a.unref)(e[s])),((e,i)=>{t.notifyComponentUpdate(),t.sendInspectorState(H),R&&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},a)=>{if(t.notifyComponentUpdate(),t.sendInspectorState(H),!R)return;const r={time:n(),title:z(i),data:q({store:I(e.$id)},$(s)),groupId:W};i===w.patchFunction?r.subtitle="⤵️":i===w.patchObject?r.subtitle="🧩":s&&!Array.isArray(s)&&(r.subtitle=s.type),s&&(r.data["rawEvent(s)"]={_custom:{display:"DebuggerEvent",type:"object",tooltip:"raw DebuggerEvent[]",value:s}}),t.addTimelineEvent({layerId:V,event:r})}),{detached:!0,flush:"sync"});const s=e._hotUpdate;e._hotUpdate=(0,a.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,a.getCurrentScope)()&&(0,a.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,a.isRef)(s)&&!(0,a.isReactive)(s)?t[n]=nt(i,s):t[n]=s}return t}const st=Symbol(),it=new WeakMap,{assign:at}=Object;function rt(t,e,n={},s,i,o){let l;const c=at({actions:{}},n),d={deep:!0};let u,m,f,p=[],g=[];const v=s.state.value[t];o||v||(r?(0,a.set)(s.state.value,t,{}):s.state.value[t]={});const y=(0,a.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,a.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=>{at(t,e)}))}:Q;function T(e,n){return function(){h(s);const i=Array.from(arguments),a=[],r=[];let o;tt(g,{args:i,name:e,store:L,after:function(t){a.push(t)},onError:function(t){r.push(t)}});try{o=n.apply(this&&this.$id===t?this:L,i)}catch(t){throw tt(r,t),t}return o instanceof Promise?o.then((t=>(tt(a,t),t))).catch((t=>(tt(r,t),Promise.reject(t)))):(tt(a,o),o)}}const k=(0,a.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,(()=>r())),r=l.run((()=>(0,a.watch)((()=>s.state.value[t]),(s=>{("sync"===n.flush?m:u)&&e({storeId:t,type:w.direct,events:f},s)}),at({},d,n))));return i},$dispose:function(){l.stop(),p=[],g=[],s._s.delete(t)}};r&&(S._r=!1);const L=(0,a.reactive)(b?at({_hmrPayload:k,_customProperties:(0,a.markRaw)(new Set)},S):S);s._s.set(t,L);const E=(s._a&&s._a.runWithContext||et)((()=>s._e.run((()=>(l=(0,a.effectScope)()).run(e)))));for(const e in E){const n=E[e];if((0,a.isRef)(n)&&(F=n,!(0,a.isRef)(F)||!F.effect)||(0,a.isReactive)(n))o||(!v||(N=n,r?it.has(N):A(N)&&N.hasOwnProperty(st))||((0,a.isRef)(n)?n.value=v[e]:nt(n,v[e])),r?(0,a.set)(s.state.value[t],e,n):s.state.value[t][e]=n);else if("function"==typeof n){const t=T(e,n);r?(0,a.set)(E,e,t):E[e]=t,c.actions[e]=n}}var N,F;if(r?Object.keys(E).forEach((t=>{(0,a.set)(L,t,E[t])})):(at(L,E),at((0,a.toRaw)(L),E)),Object.defineProperty(L,"$state",{get:()=>s.state.value[t],set:t=>{x((e=>{at(e,t)}))}}),b){const t={writable:!0,configurable:!0,enumerable:!1};["_p","_hmrPayload","_getters","_customProperties"].forEach((e=>{Object.defineProperty(L,e,at({value:L[e]},t))}))}return r&&(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))),at(L,e)}else at(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,a.getCurrentInstance)();return(t=t||(l?(0,a.inject)(v,null):null))&&h(t),(t=g)._s.has(s)||(o?rt(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=rt(t,(function(){c||(r?(0,a.set)(n.state.value,t,i?i():{}):n.state.value[t]=i?i():{});const e=(0,a.toRefs)(n.state.value[t]);return at(e,o,Object.keys(l||{}).reduce(((e,s)=>(e[s]=(0,a.markRaw)((0,a.computed)((()=>{h(n);const e=n._s.get(t);if(!r||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())},Nt=function(t){return null===t},Ft=function(t){return!(null===t||"object"!=typeof t||Array.isArray(t)||t instanceof Number||t instanceof String||t instanceof Boolean||t instanceof Date)},Bt=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:Nt(t),isObject:Ft(t),isSymbol:Bt(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,a=e.index,r=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-a}(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(9239),zt=s(90207);const Rt={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)(Rt,(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),qt=s(74628),Zt=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)),{});a.default.set(this,"files",{...this.files,...e})},deleteNodes(t){t.forEach((t=>{t.fileid&&a.default.delete(this.files,t.fileid)}))},setRoot(t){let{service:e,root:n}=t;a.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]||a.default.set(this.paths,t.service,{}),a.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||a.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||a.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]:[];a.default.set(this,"selected",[...new Set(t)])},setLastIndex(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;a.default.set(this,"lastSelection",t?this.selected:[]),a.default.set(this,"lastSelectedIndex",t)},reset(){a.default.set(this,"selected",[]),a.default.set(this,"lastSelection",[]),a.default.set(this,"lastSelectedIndex",null)}}});let ae;var re=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){a.default.set(this.userConfig,t,e)},async update(t,e){await le.Z.put((0,re.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]||a.default.set(this.viewConfig,t,{}),a.default.set(this.viewConfig[t],e,n)},async update(t,e,n){le.Z.put((0,re.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=a.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),Ne=s(26057),Fe={};Fe.styleTagTransform=Ee(),Fe.setAttributes=Te(),Fe.insert=xe().bind(null,"head"),Fe.domAPI=be(),Fe.insertStyleElement=Se(),we()(Ne.Z,Fe),Ne.Z&&Ne.Z.locals&&Ne.Z.locals;const Be=(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(64024),je=s(52925),Ie=s(80351),Oe=s.n(Ie);const Ue={name:"FileMultipleIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},De=(0,Mt.Z)(Ue,(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 $e=s(81456),ze=s(65720);const Re=(0,Mt.Z)(ze.Z,$e.s,$e.x,!1,null,null,null).exports,Me=a.default.extend({name:"DragAndDropPreview",components:{FileMultipleIcon:De,FolderIcon:Re},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)}))}}}),Ve=Me;var He=s(50262),qe={};qe.styleTagTransform=Ee(),qe.setAttributes=Te(),qe.insert=xe().bind(null,"head"),qe.domAPI=be(),qe.insertStyleElement=Se(),we()(He.Z,qe),He.Z&&He.Z.locals&&He.Z.locals;const Ze=(0,Mt.Z)(Ve,(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,Ge=a.default.extend(Ze);let We;const Ye=async t=>new Promise((e=>{We||(We=(new Ge).$mount(),document.body.appendChild(We.$el)),We.update(t),We.$on("loaded",(()=>{e(We.$el),We.$off("loaded")}))}));var Ke=s(51473),Je={};Je.styleTagTransform=Ee(),Je.setAttributes=Te(),Je.insert=xe().bind(null,"head"),Je.domAPI=be(),Je.insertStyleElement=Se(),we()(Ke.Z,Je),Ke.Z&&Ke.Z.locals&&Ke.Z.locals;var Qe=s(51120);const{Axios:Xe,AxiosError:tn,CanceledError:en,isCancel:nn,CancelToken:sn,VERSION:an,all:rn,Cancel:on,isAxiosError:ln,spread:cn,toFormData:dn,AxiosHeaders:un,HttpStatusCode:mn,formToJSON:fn,getAdapter:pn,mergeConfig:gn}=Qe.default;var hn=s(59546),vn=s(96384),An=s(59440);let wn;const yn=()=>(wn||(wn=new An.Z({concurrency:3})),wn);var bn;!function(t){t.MOVE="Move",t.COPY="Copy",t.MOVE_OR_COPY="move-or-copy"}(bn||(bn={}));const Cn=t=>0!=(t.reduce(((t,e)=>Math.min(t,e.permissions)),lt.y3.ALL)<.y3.UPDATE),xn=t=>(t=>t.every((t=>!JSON.parse(t.attributes?.["share-attributes"]??"[]").some((t=>"permissions"===t.scope&&!1===t.enabled&&"download"===t.key)))))(t),_n=t=>Cn(t)?xn(t)?bn.MOVE_OR_COPY:bn.MOVE:bn.COPY,Tn=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(e.path.startsWith(t.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),r=(0,re.generateRemoteUrl)(`dav/files/${(0,ct.ts)()?.uid}${i}`);a.default.set(t,"status",lt.e4.LOADING);const o=yn();return await o.add((async()=>{try{await(0,le.Z)({method:n===bn.COPY?"COPY":"MOVE",url:t.encodedSource,headers:{Destination:encodeURI(r),Overwrite:s?void 0:"F"}}),n===bn.MOVE&&(0,dt.j8)("files:node:deleted",t)}catch(t){if(t instanceof tn){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{a.default.set(t,"status",void 0)}}))},kn=async function(t){let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"/",n=arguments.length>2?arguments[2]:void 0;const s=n.map((t=>t.fileid)).filter(Boolean),i=(0,Pe.fn)((0,Ut.Iu)("files","Chose destination")).allowDirectories(!0).setFilter((t=>0!=(t.permissions<.y3.CREATE)&&!s.includes(t.fileid))).setMimeTypeFilter([]).setMultiSelect(!1).startAt(e);return new Promise(((e,s)=>{i.setButtonFactory(((s,i)=>{const a=[],r=(0,mt.basename)(i),o=n.map((t=>t.dirname)),l=n.map((t=>t.path));return o.includes(i)||l.includes(i)||(t!==bn.COPY&&t!==bn.MOVE_OR_COPY||a.push({label:r?(0,Ut.Iu)("files","Copy to {target}",{target:r}):(0,Ut.Iu)("files","Copy"),type:"primary",icon:hn,async callback(t){e({destination:t[0],action:bn.COPY})}}),t!==bn.MOVE&&t!==bn.MOVE_OR_COPY||a.push({label:r?(0,Ut.Iu)("files","Move to {target}",{target:r}):(0,Ut.Iu)("files","Move"),type:t===bn.MOVE?"primary":"secondary",icon:vn,async callback(t){e({destination:t[0],action:bn.MOVE})}})),a})),i.build().pick().catch((()=>{s(new Error((0,Ut.Iu)("files","Cancelled move or copy operation")))}))}))},Sn=(new lt.p$({id:"move-copy",displayName(t){switch(_n(t)){case bn.MOVE:return(0,Ut.Iu)("files","Move");case bn.COPY:return(0,Ut.Iu)("files","Copy");case bn.MOVE_OR_COPY:return(0,Ut.Iu)("files","Move or copy")}},iconSvgInline:()=>vn,enabled:t=>!!t.every((t=>t.root?.startsWith("/files/")))&&t.length>0&&(Cn(t)||xn(t)),async exec(t,e,n){const s=_n([t]),i=await kn(s,n,[t]);try{return await Tn(t,i.destination,i.action),!0}catch(t){return!!(t instanceof Error&&t.message)&&((0,Pe.x2)(t.message),null)}},async execBatch(t,e,n){const s=_n(t),i=await kn(s,n,t),a=t.map((async t=>{try{return await Tn(t,i.destination,i.action),!0}catch(e){return te.error(`Failed to ${i.action} node`,{node:t,error:e}),!1}}));return await Promise.all(a)},order:15}),function(t){return t.split("").reduce((function(t,e){return(t=(t<<5)-t+e.charCodeAt(0))&t}),0)}),Ln=ot("actionsmenu",{state:()=>({opened:null})}),En=ot("dragging",{state:()=>({dragging:[]}),actions:{set(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];a.default.set(this,"dragging",t)},reset(){a.default.set(this,"dragging",[])}}}),Nn=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 Fn=s(97947);const Bn={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()}}},Pn=(0,Mt.Z)(Bn,(function(){return(0,this._self._c)("span")}),[],!1,null,null,null).exports,jn={name:"ArrowLeftIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},In=(0,Mt.Z)(jn,(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,On={name:"ChevronRightIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},Un=(0,Mt.Z)(On,(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 Dn=s(72155),$n=s(55212),zn=s(96204);const Rn=(0,lt.Vn)(),Mn=a.default.extend({name:"FileEntryActions",components:{ArrowLeftIcon:In,ChevronRightIcon:Un,CustomElementRender:Pn,NcActionButton:Dn.Z,NcActions:$n.Z,NcActionSeparator:zn.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?[]:Rn.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),a.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,Pe.s$)((0,Ut.Iu)("files",'"{displayName}" action executed successfully',{displayName:n}));(0,Pe.x2)((0,Ut.Iu)("files",'"{displayName}" action failed',{displayName:n}))}catch(e){te.error("Error while executing action",{action:t,e}),(0,Pe.x2)((0,Ut.Iu)("files",'"{displayName}" action failed',{displayName:n}))}finally{this.$emit("update:loading",""),a.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}}),Vn=Mn;var Hn=s(21367),qn={};qn.styleTagTransform=Ee(),qn.setAttributes=Te(),qn.insert=xe().bind(null,"head"),qn.domAPI=be(),qn.insertStyleElement=Se(),we()(Hn.Z,qn),Hn.Z&&Hn.Z.locals&&Hn.Z.locals;var Zn=(0,Mt.Z)(Vn,(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 Gn=Zn.exports;var Wn=s(34741);const Yn=a.default.extend({name:"FileEntryCheckbox",components:{NcCheckboxRadioSwitch:Wn.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),a.default.set(this,"altKey",!!t.altKey),a.default.set(this,"ctrlKey",!!t.ctrlKey),a.default.set(this,"metaKey",!!t.metaKey),a.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),a=this.selectionStore.lastSelection,r=this.nodes.map((t=>t.fileid?.toString?.())).slice(s,i+1),o=[...a,...r].filter((e=>!t||e!==this.fileid));return te.debug("Shift key pressed, selecting all files in between",{start:s,end:i,filesToSelect:r,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}}),Kn=(0,Mt.Z)(Yn,(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 Jn=s(49368);const Qn=(0,oe.j)("files","forbiddenCharacters",""),Xn=a.default.extend({name:"FileEntryName",components:{NcTextField:Jn.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:Nn()}),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!==Qn.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,Pe.x2)((0,Ut.Iu)("files","Another entry with the same name already exists"));else{this.loading="renaming",a.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,Pe.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,Pe.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,Pe.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,Pe.x2)((0,Ut.Iu)("files",'Could not rename "{oldName}"',{oldName:t}))}finally{this.loading=!1,a.default.set(this.source,"status",void 0)}}else this.stopRenaming();else(0,Pe.x2)((0,Ut.Iu)("files","Name cannot be empty"))},t:Ut.Iu}}),ts=(0,Mt.Z)(Xn,(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 es=s(60186);const ns={name:"AccountPlusIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},ss=(0,Mt.Z)(ns,(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,is={name:"FileIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},as=(0,Mt.Z)(is,(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,rs={name:"FolderOpenIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},os=(0,Mt.Z)(rs,(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,ls={name:"KeyIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},cs=(0,Mt.Z)(ls,(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,ds={name:"NetworkIcon",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 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,ms={name:"TagIcon",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 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,ps={name:"PlayCircleIcon",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 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,hs={name:"CollectivesIcon",props:{title:{type:String,default:""},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 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,As=(0,a.defineComponent)({name:"FavoriteIcon",components:{NcIconSvgWrapper:Gt.Z},data:()=>({StarSvg:''}),async mounted(){await this.$nextTick();const t=this.$el.querySelector("svg");t?.setAttribute?.("viewBox","-4 -4 30 30")},methods:{t:Ut.Iu}});var ws=s(99292),ys={};ys.styleTagTransform=Ee(),ys.setAttributes=Te(),ys.insert=xe().bind(null,"head"),ys.domAPI=be(),ys.insertStyleElement=Se(),we()(ws.Z,ys),ws.Z&&ws.Z.locals&&ws.Z.locals;const bs=(0,Mt.Z)(As,(function(){var t=this,e=t._self._c;return t._self._setupProxy,e("NcIconSvgWrapper",{staticClass:"favorite-marker-icon",attrs:{name:t.t("files","Favorite"),svg:t.StarSvg}})}),[],!1,null,"04e52abc",null).exports,Cs=a.default.extend({name:"FileEntryPreview",components:{AccountGroupIcon:es.Z,AccountPlusIcon:ss,CollectivesIcon:vs,FavoriteIcon:bs,FileIcon:as,FolderIcon:Re,FolderOpenIcon:os,KeyIcon:cs,LinkIcon:zt.Z,NetworkIcon:us,TagIcon:fs},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,re.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"]?gs:null},folderOverlay(){if(this.source.type!==lt.Tv.Folder)return null;if(1===this.source?.attributes?.["is-encrypted"])return cs;if(this.source?.attributes?.["is-tag"])return fs;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 zt.Z;if(t.length>0)return ss;switch(this.source?.attributes?.["mount-type"]){case"external":case"external-session":return us;case"group":return es.Z;case"collective":return vs}return null}},methods:{reset(){!0===this.backgroundFailed&&this.$refs.previewImg&&(this.$refs.previewImg.src=""),this.backgroundFailed=void 0},t:Ut.Iu}}),xs=(0,Mt.Z)(Cs,(function(){var t=this,e=t._self._c;return t._self._setupProxy,e("span",{staticClass:"files-list__row-icon"},["folder"===t.source.type?[t.dragover?t._m(0):[t._m(1),t._v(" "),t.folderOverlay?e(t.folderOverlay,{tag:"OverlayIcon",staticClass:"files-list__row-icon-overlay"}):t._e()]]:t.previewUrl&&!0!==t.backgroundFailed?e("img",{ref:"previewImg",staticClass:"files-list__row-icon-preview",class:{"files-list__row-icon-preview--loaded":!1===t.backgroundFailed},attrs:{alt:"",loading:"lazy",src:t.previewUrl},on:{error:function(e){t.backgroundFailed=!0},load:function(e){t.backgroundFailed=!1}}}):t._m(2),t._v(" "),t.isFavorite?e("span",{staticClass:"files-list__row-icon-favorite"},[t._m(3)],1):t._e(),t._v(" "),t.fileOverlay?e(t.fileOverlay,{tag:"OverlayIcon",staticClass:"files-list__row-icon-overlay files-list__row-icon-overlay--file"}):t._e()],2)}),[function(){var t=this._self._c;return this._self._setupProxy,t("FolderOpenIcon")},function(){var t=this._self._c;return this._self._setupProxy,t("FolderIcon")},function(){var t=this._self._c;return this._self._setupProxy,t("FileIcon")},function(){var t=this._self._c;return this._self._setupProxy,t("FavoriteIcon")}],!1,null,null,null).exports;a.default.directive("onClickOutside",je.hs);const _s=(0,a.defineComponent)({name:"FileEntry",components:{CustomElementRender:Pn,FileEntryActions:Gn,FileEntryCheckbox:Kn,FileEntryName:ts,FileEntryPreview:xs,NcDateTime:Fn.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:Ln(),draggingStore:En(),filesStore:ne(),renamingStore:Nn(),selectionStore:ie()}),data:()=>({loading:"",dragover:!1}),computed:{rowListeners(){return{...this.isRenaming?{}:{dragstart:this.onDragStart,dragover:this.onDragOver},contextmenu:this.onRightClick,dragleave:this.onDragLeave,dragend:this.onDragEnd,drop:this.onDrop}},currentView(){return this.$navigation.active},columns(){return this.filesListWidth<512||this.compact?[]:this.currentView?.columns||[]},currentDir(){return(this.$route?.query?.dir?.toString()||"/").replace(/^(.+)\/$/,"$1")},currentFileId(){return this.$route.params?.fileid||this.$route.query?.fileid||null},fileid(){return this.source?.fileid?.toString?.()},uniqueId(){return Sn(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?Oe()(this.source.mtime).format("LLL"):""},draggingFiles(){return this.draggingStore.dragging},selectedFiles(){return this.selectionStore.selected},isSelected(){return this.selectedFiles.includes(this.fileid)},isRenaming(){return this.renamingStore.renamingNode===this.source},isRenamingSmallScreen(){return this.isRenaming&&this.filesListWidth<512},isActive(){return this.fileid===this.currentFileId?.toString?.()},canDrag(){if(this.isRenaming)return!1;const t=t=>0!=(t?.permissions<.y3.UPDATE);return this.selectedFiles.length>0?this.selectedFiles.map((t=>this.filesStore.getNode(t))).every(t):t(this.source)},canDrop(){return this.source.type===lt.Tv.Folder&&!this.draggingFiles.includes(this.fileid)&&0!=(this.source.permissions<.y3.CREATE)},openedMenu:{get(){return this.actionsMenuStore.opened===this.uniqueId},set(t){this.actionsMenuStore.opened=t?this.uniqueId:null}}},watch:{source(){this.resetState()}},beforeDestroy(){this.resetState()},methods:{resetState(){this.loading="",this.$refs.preview.reset(),this.openedMenu=!1},onRightClick(t){if(this.openedMenu)return;const e=this.selectedFiles.length>1;this.actionsMenuStore.opened=this.isSelected&&e?"global":this.uniqueId,t.preventDefault(),t.stopPropagation()},execDefaultAction(){this.$refs.actions.execDefaultAction(...arguments)},openDetailsIfAvailable(t){t.preventDefault(),t.stopPropagation(),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 Ye(e);t.dataTransfer?.setDragImage(n,-10,-10)},onDragEnd(){this.draggingStore.reset(),this.dragover=!1,te.debug("Drag ended")},async onDrop(t){if(!this.draggingFiles&&!t.dataTransfer?.files?.length)return;if(t.preventDefault(),t.stopPropagation(),!this.canDrop||0!==t.button)return;const e=t.ctrlKey;if(this.dragover=!1,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=>{a.default.set(t,"status",lt.e4.LOADING);try{await Tn(t,this.source,e?bn.COPY:bn.MOVE)}catch(n){te.error("Error while moving file",{error:n}),e?(0,Pe.x2)((0,Ut.Iu)("files","Could not copy {file}. {message}",{file:t.basename,message:n.message||""})):(0,Pe.x2)((0,Ut.Iu)("files","Could not move {file}. {message}",{file:t.basename,message:n.message||""}))}finally{a.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}}),Ts=_s,ks=(0,Mt.Z)(Ts,(function(){var t=this,e=t._self._c;return t._self._setupProxy,e("tr",t._g({staticClass:"files-list__row",class:{"files-list__row--dragover":t.dragover,"files-list__row--loading":t.isLoading},attrs:{"data-cy-files-list-row":"","data-cy-files-list-row-fileid":t.fileid,"data-cy-files-list-row-name":t.source.basename,draggable:t.canDrag}},t.rowListeners),[t.source.attributes.failed?e("span",{staticClass:"files-list__row--failed"}):t._e(),t._v(" "),e("FileEntryCheckbox",{attrs:{"display-name":t.displayName,fileid:t.fileid,"is-loading":t.isLoading,nodes:t.nodes}}),t._v(" "),e("td",{staticClass:"files-list__row-name",attrs:{"data-cy-files-list-row-name":""}},[e("FileEntryPreview",{ref:"preview",attrs:{source:t.source,dragover:t.dragover},nativeOn:{click:function(e){return t.execDefaultAction.apply(null,arguments)}}}),t._v(" "),e("FileEntryName",{ref:"name",attrs:{"display-name":t.displayName,extension:t.extension,"files-list-width":t.filesListWidth,nodes:t.nodes,source:t.source},on:{click:t.execDefaultAction}})],1),t._v(" "),e("FileEntryActions",{directives:[{name:"show",rawName:"v-show",value:!t.isRenamingSmallScreen,expression:"!isRenamingSmallScreen"}],ref:"actions",class:`files-list__row-actions-${t.uniqueId}`,attrs:{"files-list-width":t.filesListWidth,loading:t.loading,opened:t.openedMenu,source:t.source},on:{"update:loading":function(e){t.loading=e},"update:opened":function(e){t.openedMenu=e}}}),t._v(" "),!t.compact&&t.isSizeAvailable?e("td",{staticClass:"files-list__row-size",style:t.sizeOpacity,attrs:{"data-cy-files-list-row-size":""},on:{click:t.openDetailsIfAvailable}},[e("span",[t._v(t._s(t.size))])]):t._e(),t._v(" "),!t.compact&&t.isMtimeAvailable?e("td",{staticClass:"files-list__row-mtime",style:t.mtimeOpacity,attrs:{"data-cy-files-list-row-mtime":""},on:{click:t.openDetailsIfAvailable}},[e("NcDateTime",{attrs:{timestamp:t.source.mtime,"ignore-seconds":!0}})],1):t._e(),t._v(" "),t._l(t.columns,(function(n){return e("td",{key:n.id,staticClass:"files-list__row-column-custom",class:`files-list__row-${t.currentView?.id}-${n.id}`,attrs:{"data-cy-files-list-row-column-custom":n.id},on:{click:t.openDetailsIfAvailable}},[e("CustomElementRender",{attrs:{"current-view":t.currentView,render:n.render,source:t.source}})],1)}))],2)}),[],!1,null,null,null).exports;a.default.directive("onClickOutside",je.hs);const Ss=a.default.extend({name:"FileEntryGrid",components:{FileEntryActions:Gn,FileEntryCheckbox:Kn,FileEntryName:ts,FileEntryPreview:xs},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:Ln(),draggingStore:En(),filesStore:ne(),renamingStore:Nn(),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 Sn(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 Ye(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=>{a.default.set(t,"status",lt.e4.LOADING);try{await Tn(t,this.source,e?bn.COPY:bn.MOVE)}catch(n){te.error("Error while moving file",{error:n}),e?(0,Pe.x2)((0,Ut.Iu)("files","Could not copy {file}. {message}",{file:t.basename,message:n.message||""})):(0,Pe.x2)((0,Ut.Iu)("files","Could not move {file}. {message}",{file:t.basename,message:n.message||""}))}finally{a.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}}),Ls=Ss,Es=(0,Mt.Z)(Ls,(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 Ns=s(25108);const Fs={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(){Ns.debug("Mounted",this.header.id),this.header.render(this.$refs.mount,this.currentFolder,this.currentView)}},Bs=(0,Mt.Z)(Fs,(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,Ps=a.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 js=s(68252),Is={};Is.styleTagTransform=Ee(),Is.setAttributes=Te(),Is.insert=xe().bind(null,"head"),Is.domAPI=be(),Is.insertStyleElement=Se(),we()(js.Z,Is),js.Z&&js.Z.locals&&js.Z.locals;const Os=(0,Mt.Z)(Ps,(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,Us=a.default.extend({data:()=>({filesListWidth:null}),mounted(){const t=document.querySelector("#app-content-vue");this.filesListWidth=t?.clientWidth??null,this.$resizeObserver=new ResizeObserver((e=>{e.length>0&&e[0].target===t&&(this.filesListWidth=e[0].contentRect.width)})),this.$resizeObserver.observe(t)},beforeDestroy(){this.$resizeObserver.disconnect()}}),Ds=(0,lt.Vn)(),$s=a.default.extend({name:"FilesListTableHeaderActions",components:{NcActions:$n.Z,NcActionButton:Dn.Z,NcIconSvgWrapper:Gt.Z,NcLoadingIcon:Wt.Z},mixins:[Us],props:{currentView:{type:Object,required:!0},selectedNodes:{type:Array,default:()=>[]}},setup:()=>({actionsMenuStore:Ln(),filesStore:ne(),selectionStore:ie()}),data:()=>({loading:null}),computed:{dir(){return(this.$route?.query?.dir||"/").replace(/^(.+)\/$/,"$1")},enabledActions(){return Ds.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=>{a.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,Pe.x2)(this.t("files",'"{displayName}" failed on some elements ',{displayName:e}))}(0,Pe.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,Pe.x2)(this.t("files",'"{displayName}" action failed',{displayName:e}))}finally{this.loading=null,this.nodes.forEach((t=>{a.default.set(t,"status",void 0)}))}},t:Ut.Iu}}),zs=$s;var Rs=s(65769),Ms={};Ms.styleTagTransform=Ee(),Ms.setAttributes=Te(),Ms.insert=xe().bind(null,"head"),Ms.domAPI=be(),Ms.insertStyleElement=Se(),we()(Rs.Z,Ms),Rs.Z&&Rs.Z.locals&&Rs.Z.locals;var Vs=(0,Mt.Z)(zs,(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 Hs=Vs.exports;var qs=s(63198),Zs=s(7290);const Gs=a.default.extend({computed:{...(Ys=me,Ks=["getConfig","setSortingBy","toggleSortingDirection"],Array.isArray(Ks)?Ks.reduce(((t,e)=>(t[e]=function(){return Ys(this.$pinia)[e]},t)),{}):Object.keys(Ks).reduce(((t,e)=>(t[e]=function(){const t=Ys(this.$pinia),n=Ks[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)}}}),Ws=(0,a.defineComponent)({name:"FilesListTableHeaderButton",components:{MenuDown:qs.Z,MenuUp:Zs.Z,NcButton:qt.Z},mixins:[Gs],props:{name:{type:String,required:!0},mode:{type:String,required:!0}},methods:{t:Ut.Iu}});var Ys,Ks,Js=s(36980),Qs={};Qs.styleTagTransform=Ee(),Qs.setAttributes=Te(),Qs.insert=xe().bind(null,"head"),Qs.domAPI=be(),Qs.insertStyleElement=Se(),we()(Js.Z,Qs),Js.Z&&Js.Z.locals&&Js.Z.locals;const Xs=(0,Mt.Z)(Ws,(function(){var t=this,e=t._self._c;return t._self._setupProxy,e("NcButton",{class:["files-list__column-sort-button",{"files-list__column-sort-button--active":t.sortingMode===t.mode,"files-list__column-sort-button--size":"size"===t.sortingMode}],attrs:{alignment:"size"===t.mode?"end":"start-reverse",type:"tertiary"},on:{click:function(e){return t.toggleSortBy(t.mode)}},scopedSlots:t._u([{key:"icon",fn:function(){return[t.sortingMode!==t.mode||t.isAscSorting?e("MenuUp",{staticClass:"files-list__column-sort-button-icon"}):e("MenuDown",{staticClass:"files-list__column-sort-button-icon"})]},proxy:!0}])},[t._v(" "),e("span",{staticClass:"files-list__column-sort-button-text"},[t._v(t._s(t.name))])])}),[],!1,null,"097f69d4",null).exports,ti=a.default.extend({name:"FilesListTableHeader",components:{FilesListTableHeaderButton:Xs,NcCheckboxRadioSwitch:Wn.Z,FilesListTableHeaderActions:Hs},mixins:[Gs],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 ei=s(41002),ni={};ni.styleTagTransform=Ee(),ni.setAttributes=Te(),ni.insert=xe().bind(null,"head"),ni.domAPI=be(),ni.insertStyleElement=Se(),we()(ei.Z,ni),ei.Z&&ei.Z.locals&&ei.Z.locals;const si=(0,Mt.Z)(ti,(function(){var t=this,e=t._self._c;return t._self._setupProxy,e("tr",{staticClass:"files-list__row-head"},[e("th",{staticClass:"files-list__column files-list__row-checkbox"},[e("NcCheckboxRadioSwitch",t._b({on:{"update:checked":t.onToggleAll}},"NcCheckboxRadioSwitch",t.selectAllBind,!1))],1),t._v(" "),t.isNoneSelected?[e("th",{staticClass:"files-list__column files-list__row-name files-list__column--sortable",attrs:{"aria-sort":t.ariaSortForMode("basename")}},[e("span",{staticClass:"files-list__row-icon"}),t._v(" "),e("FilesListTableHeaderButton",{attrs:{name:t.t("files","Name"),mode:"basename"}})],1),t._v(" "),e("th",{staticClass:"files-list__row-actions"}),t._v(" "),t.isSizeAvailable?e("th",{staticClass:"files-list__column files-list__row-size",class:{"files-list__column--sortable":t.isSizeAvailable},attrs:{"aria-sort":t.ariaSortForMode("size")}},[e("FilesListTableHeaderButton",{attrs:{name:t.t("files","Size"),mode:"size"}})],1):t._e(),t._v(" "),t.isMtimeAvailable?e("th",{staticClass:"files-list__column files-list__row-mtime",class:{"files-list__column--sortable":t.isMtimeAvailable},attrs:{"aria-sort":t.ariaSortForMode("mtime")}},[e("FilesListTableHeaderButton",{attrs:{name:t.t("files","Modified"),mode:"mtime"}})],1):t._e(),t._v(" "),t._l(t.columns,(function(n){return e("th",{key:n.id,class:t.classForColumn(n),attrs:{"aria-sort":t.ariaSortForMode(n.id)}},[n.sort?e("FilesListTableHeaderButton",{attrs:{name:n.title,mode:n.id}}):e("span",[t._v("\n\t\t\t\t"+t._s(n.title)+"\n\t\t\t")])],1)}))]:e("FilesListTableHeaderActions",{attrs:{"current-view":t.currentView,"selected-nodes":t.selectedNodes}})],2)}),[],!1,null,"585fdb03",null).exports;var ii=s(20296),ai=s(25108);const ri=a.default.extend({name:"VirtualList",mixins:[Us],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):ai.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,ii.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")}))}}}),oi=(0,Mt.Z)(ri,(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:a}=n;return e(t.dataComponent,t._b({key:i,tag:"component",attrs:{source:a,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,li=(0,a.defineComponent)({name:"FilesListVirtual",components:{FilesListHeader:Bs,FilesListTableFooter:Os,FilesListTableHeader:si,VirtualList:oi},mixins:[Us],props:{currentView:{type:lt.G7,required:!0},currentFolder:{type:lt.gt,required:!0},nodes:{type:Array,required:!0}},setup:()=>({userConfigStore:de()}),data:()=>({FileEntry:ks,FileEntryGrid:Es,headers:(0,lt.De)(),scrollToIndex:0,dndNoticeHeight:0}),computed:{userConfig(){return this.userConfigStore.userConfig},files(){return this.nodes.filter((t=>"file"===t.type))},fileId(){return parseInt(this.$route.params.fileid)||null},summaryFile(){const t=this.files.length;return(0,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)):[]},caption(){const t=(0,Ut.Iu)("files","List of files and folders.");return`${this.currentView.caption||t}\n${(0,Ut.Iu)("files","Column headers with buttons are sortable.")}\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(){window.document.querySelector("main.app-content").addEventListener("dragover",this.onDragOver),this.scrollToFile(this.fileId),this.openSidebarForFile(this.fileId),this.handleOpenFile()},beforeDestroy(){window.document.querySelector("main.app-content").removeEventListener("dragover",this.onDragOver)},methods:{openSidebarForFile(t){if(document.documentElement.clientWidth>1024&&this.currentFolder.fileid!==t){const e=this.nodes.find((e=>e.fileid===t));e&&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,Pe.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");if(e)return;t.preventDefault(),t.stopPropagation();const n=this.$refs.table.$el.getBoundingClientRect().top,s=n+this.$refs.table.$el.getBoundingClientRect().height;t.clientYs-50&&(this.$refs.table.$el.scrollTop=this.$refs.table.$el.scrollTop+25)},t:Ut.Iu}});var ci=s(51272),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;var ui=s(61590),mi={};mi.styleTagTransform=Ee(),mi.setAttributes=Te(),mi.insert=xe().bind(null,"head"),mi.domAPI=be(),mi.insertStyleElement=Se(),we()(ui.Z,mi),ui.Z&&ui.Z.locals&&ui.Z.locals;const fi=(0,Mt.Z)(li,(function(){var t=this,e=t._self._c;return t._self._setupProxy,e("VirtualList",{ref:"table",attrs:{"data-component":t.userConfig.grid_view?t.FileEntryGrid:t.FileEntry,"data-key":"source","data-sources":t.nodes,"grid-mode":t.userConfig.grid_view,"extra-props":{isMtimeAvailable:t.isMtimeAvailable,isSizeAvailable:t.isSizeAvailable,nodes:t.nodes,filesListWidth:t.filesListWidth},"scroll-to-index":t.scrollToIndex,caption:t.caption},scopedSlots:t._u([{key:"before",fn:function(){return t._l(t.sortedHeaders,(function(n){return e("FilesListHeader",{key:n.id,attrs:{"current-folder":t.currentFolder,"current-view":t.currentView,header:n}})}))},proxy:!0},{key:"header",fn:function(){return[e("FilesListTableHeader",{ref:"thead",attrs:{"files-list-width":t.filesListWidth,"is-mtime-available":t.isMtimeAvailable,"is-size-available":t.isSizeAvailable,nodes:t.nodes}})]},proxy:!0},{key:"footer",fn:function(){return[e("FilesListTableFooter",{attrs:{"files-list-width":t.filesListWidth,"is-mtime-available":t.isMtimeAvailable,"is-size-available":t.isSizeAvailable,nodes:t.nodes,summary:t.summary}})]},proxy:!0}])})}),[],!1,null,"1b17ff10",null).exports,pi={name:"TrayArrowDownIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},gi=(0,Mt.Z)(pi,(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,hi=async function(t){let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";const n=(0,$t.g)();try{return await n.upload(`${e}${t.name}`,t)}catch(e){throw(0,Pe.x2)((0,Ut.Iu)("files",'Uploading "{filename}" failed',{filename:t.name})),e}},vi=async function(t){let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";if(t.isFile)return[await new Promise(((n,s)=>{t.file((async t=>n(await hi(t,e))),(t=>s(t)))}))];{const n=t;te.debug("Handle directory recursivly",{name:n.name});const s=`${lt._o}${(0,$t.g)().destination.path}${e}${n.name}`,i=(0,lt.rp)();if(!await i.exists(s)){te.debug("Directory does not exist, creating it",{absolutPath:s}),await i.createDirectory(s,{recursive:!0});const t=await i.stat(s,{details:!0,data:(0,lt.h7)()});(0,dt.j8)("files:node:created",(0,lt.RL)(t.data))}const a=await function(t){const e=t.createReader();return new Promise(((t,n)=>{const s=[],i=()=>{e.readEntries((e=>{e.length?(s.push(...e),i()):t(s)}),(t=>{n(t)}))};i()}))}(n),r=a.sort((t=>t.isFile?-1:1)).map((t=>vi(t,`${e}${n.name}/`)));return(await Promise.all(r)).flat()}},Ai=(0,a.defineComponent)({name:"DragAndDropNotice",components:{TrayArrowDownIcon:gi},props:{currentFolder:{type:Object,required:!0}},data:()=>({dragover:!1}),mounted(){const t=window.document.querySelector("main.app-content");t.addEventListener("dragover",this.onDragOver),t.addEventListener("dragleave",this.onDragLeave)},beforeDestroy(){const t=window.document.querySelector("main.app-content");t.removeEventListener("dragover",this.onDragOver),t.removeEventListener("dragleave",this.onDragLeave)},methods:{onDragOver(t){const e=t.dataTransfer?.types.includes("Files");e&&(this.dragover=!0)},onDragLeave(){this.dragover&&(this.dragover=!1)},onDrop(t){this.$el.querySelector("tbody")?.contains(t.target)||(t.preventDefault(),t.stopPropagation(),t.dataTransfer&&t.dataTransfer.items.length>0&&(te.debug(`Uploading files to ${this.currentFolder.path}`),(async t=>{const e=[];for(const n of t.items){if("file"!==n.kind){te.debug("Skipping dropped item",{kind:n.kind,type:n.type});continue}const t=n?.getAsEntry?.()??n.webkitGetAsEntry();if(null===t){te.debug("Could not get FilesystemEntry of item, falling back to file");const t=n.getAsFile();null===t?(te.warn("Could not process DataTransferItem",{type:n.type,kind:n.kind}),(0,Pe.x2)((0,Ut.Iu)("files","One of the dropped files could not be processed"))):e.push(await hi(t))}else te.debug("Handle recursive upload",{entry:t.name}),e.push(...await vi(t))}return e})(t.dataTransfer).then((t=>{te.debug("Upload terminated",{uploads:t}),(0,Pe.s$)((0,Ut.Iu)("files","Upload successful"));const e=t.findLast((t=>!t.file.webkitRelativePath.includes("/")&&t.response?.headers?.["oc-fileid"]));void 0!==e&&this.$router.push({...this.$route,params:{view:this.$route.params?.view??"files",fileid:parseInt(e.response.headers["oc-fileid"])}})}))),this.dragover=!1)},t:Ut.Iu}});var wi=s(81432),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)(Ai,(function(){var t=this,e=t._self._c;return t._self._setupProxy,e("div",{directives:[{name:"show",rawName:"v-show",value:t.dragover,expression:"dragover"}],staticClass:"files-list__drag-drop-notice",on:{drop:t.onDrop}},[e("div",{staticClass:"files-list__drag-drop-notice-wrapper"},[e("TrayArrowDownIcon",{attrs:{size:48}}),t._v(" "),e("h3",{staticClass:"files-list-drag-drop-notice__title"},[t._v("\n\t\t\t"+t._s(t.t("files","Drag and drop files here to upload"))+"\n\t\t")])],1)])}),[],!1,null,"7e0e423e",null).exports,Ci=void 0!==(0,ut.getCapabilities)()?.files_sharing,xi=(0,a.defineComponent)({name:"FilesList",components:{BreadCrumbs:Be,DragAndDropNotice:bi,FilesListVirtual:fi,LinkIcon:zt.Z,ListViewIcon:Vt,NcAppContent:Ht.Z,NcButton:qt.Z,NcEmptyContent:Zt.Z,NcIconSvgWrapper:Gt.Z,NcLoadingIcon:Wt.Z,ShareVariantIcon:Kt,UploadPicker:$t.U,ViewGridIcon:Qt},mixins:[Us,Gs],setup(){const t=ne(),e=se(),n=ie(),s=function(){return ae=(0,$t.g)(),ot("uploader",{state:()=>({queue:ae.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(){const t=this.userConfigStore?.userConfig.show_hidden;return(this.currentFolder?._children||[]).map(this.getNode).filter((e=>t?!!e:e&&!0!==e?.attributes?.hidden&&!e?.basename.startsWith(".")))},isEmptyDir(){return 0===this.dirContents.length},isRefreshing(){return void 0!==this.currentFolder&&!this.isEmptyDir&&this.loading},toPreviousDir(){const t=this.dir.split("/").slice(0,-1).join("/")||"/";return{...this.$route,query:{dir:t}}},shareAttributes(){if(this.currentFolder?.attributes?.["share-types"])return Object.values(this.currentFolder?.attributes?.["share-types"]||{}).flat()},shareButtonLabel(){return this.shareAttributes?this.shareButtonType===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),this.$set(n,"_children",s.map((t=>t.fileid))),"/"===t?this.filesStore.setRoot({service:e.id,root:n}):n.fileid?(this.filesStore.updateNodes([n]),this.pathsStore.addPath({service:e.id,fileid:n.fileid,path:t})):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(80794),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.canUpload?e("DragAndDropNotice",{attrs:{"current-folder":t.currentFolder}}):t._e(),t._v(" "),t.loading&&!t.isRefreshing?e("NcLoadingIcon",{staticClass:"files-list__loading-icon",attrs:{size:38,name:t.t("files","Loading current folder")}}):!t.loading&&t.isEmptyDir?e("NcEmptyContent",{attrs:{name:t.currentView?.emptyTitle||t.t("files","No files in here"),description:t.currentView?.emptyCaption||t.t("files","Upload some content or sync with your devices!"),"data-cy-files-content-empty":""},scopedSlots:t._u([{key:"action",fn:function(){return["/"!==t.dir?e("NcButton",{attrs:{"aria-label":t.t("files","Go to the previous folder"),type:"primary",to:t.toPreviousDir}},[t._v("\n\t\t\t\t"+t._s(t.t("files","Go back"))+"\n\t\t\t")]):t._e()]},proxy:!0},{key:"icon",fn:function(){return[e("NcIconSvgWrapper",{attrs:{svg:t.currentView.icon}})]},proxy:!0}])}):e("FilesListVirtual",{ref:"filesListVirtual",attrs:{"current-folder":t.currentFolder,"current-view":t.currentView,nodes:t.dirContentsSorted}})],1)}),[],!1,null,"14acd289",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 Ni=s(92870),Fi=s(51235);function Bi(t,e,n){var s,i=n||{},a=i.noTrailing,r=void 0!==a&&a,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),a=0;at?l?(m=Date.now(),r||(s=setTimeout(d?g:p,t))):p():!0!==r&&(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:Fi.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),e=(0,lt.sS)(this.storageStats?.quota,!1,!1);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,Bi(200,(function(t){this.updateStorageStats(t)}),{debounceMode:!1!==(void 0!==Ui&&Ui)})),throttleUpdateStorageStats:Bi(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,re.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,Pe.x2)(t("files","Could not refresh storage stats"))}finally{this.loadingStorageStats=!1}}},t:Ut.Iu}};var Ui,Di=s(88928),$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 zi=(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,"b1323a64",null).exports;var Ri=s(33429),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 qi=s(6905);const Zi={name:"Setting",props:{el:{type:Function,required:!0}},mounted(){this.$el.appendChild(this.el())}},Gi=(0,Mt.Z)(Zi,(function(){return(0,this._self._c)("div")}),[],!1,null,null,null).exports,Wi={name:"Settings",components:{Clipboard:Hi,NcAppSettingsDialog:Ri.Z,NcAppSettingsSection:Mi.Z,NcCheckboxRadioSwitch:Wn.Z,NcInputField:qi.Z,Setting:Gi},props:{open:{type:Boolean,default:!1}},setup:()=>({userConfigStore:de()}),data:()=>({settings:window.OCA?.Files?.Settings?.settings||[],webdavUrl:(0,re.generateRemoteUrl)("dav/files/"+encodeURIComponent((0,ct.ts)()?.uid)),webdavDocs:"https://docs.nextcloud.com/server/stable/go.php?to=user-webdav",appPasswordUrl:(0,re.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,Pe.s$)(t("files","WebDAV URL copied to clipboard")),setTimeout((()=>{this.webdavUrlCopied=!1}),5e3)):(0,Pe.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:zi,NcAppNavigation:Ni.Z,NcAppNavigationItem:Fi.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(76336),ta={};ta.styleTagTransform=Ee(),ta.setAttributes=Te(),ta.insert=xe().bind(null,"head"),ta.domAPI=be(),ta.insertStyleElement=Se(),we()(Xi.Z,ta),Xi.Z&&Xi.Z.locals&&Xi.Z.locals;const ea=(0,Mt.Z)(Qi,(function(){var t=this,e=t._self._c;return e("NcAppNavigation",{attrs:{"data-cy-files-navigation":"","aria-label":t.t("files","Files")},scopedSlots:t._u([{key:"list",fn:function(){return t._l(t.parentViews,(function(n){return e("NcAppNavigationItem",{key:n.id,attrs:{"allow-collapse":!0,"data-cy-files-navigation-item":n.id,exact:!0,icon:n.iconClass,name:n.name,open:t.isExpanded(n),pinned:n.sticky,to:t.generateToNavigation(n)},on:{"update:open":function(e){return t.onToggleExpand(n)}}},[n.icon?e("NcIconSvgWrapper",{attrs:{slot:"icon",svg:n.icon},slot:"icon"}):t._e(),t._v(" "),t._l(t.childViews[n.id],(function(n){return e("NcAppNavigationItem",{key:n.id,attrs:{"data-cy-files-navigation-item":n.id,exact:!0,icon:n.iconClass,name:n.name,to:t.generateToNavigation(n)}},[n.icon?e("NcIconSvgWrapper",{attrs:{slot:"icon",svg:n.icon},slot:"icon"}):t._e()],1)}))],2)}))},proxy:!0},{key:"footer",fn:function(){return[e("ul",{staticClass:"app-navigation-entry__settings"},[e("NavigationQuota"),t._v(" "),e("NcAppNavigationItem",{attrs:{"aria-label":t.t("files","Open the files app settings"),name:t.t("files","Files settings"),"data-cy-files-navigation-settings-button":""},on:{click:function(e){return e.preventDefault(),e.stopPropagation(),t.openSettings.apply(null,arguments)}}},[e("Cog",{attrs:{slot:"icon",size:20},slot:"icon"})],1)],1)]},proxy:!0}])},[t._v(" "),t._v(" "),e("SettingsModal",{attrs:{open:t.settingsOpened,"data-cy-files-navigation-settings":""},on:{close:t.onSettingsClose}})],1)}),[],!1,null,"761b6079",null).exports,na="%[a-f0-9]{2}",sa=new RegExp("("+na+")|([^%]+?)","gi"),ia=new RegExp("("+na+")+","gi");function aa(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([],aa(n),aa(s))}function ra(t){try{return decodeURIComponent(t)}catch{let e=t.match(sa)||[];for(let n=1;nnull==t,da=t=>encodeURIComponent(t).replace(/[!'()*]/g,(t=>`%${t.charCodeAt(0).toString(16).toUpperCase()}`)),ua=Symbol("encodeFragmentIdentifier");function ma(t){if("string"!=typeof t||1!==t.length)throw new TypeError("arrayFormatSeparator must be single character string")}function fa(t,e){return e.encode?e.strict?da(t):encodeURIComponent(t):t}function pa(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=ia.exec(t);for(;n;){try{e[n[0]]=decodeURIComponent(n[0])}catch{const t=ra(n[0]);t!==n[0]&&(e[n[0]]=t)}n=ia.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 ga(t){return Array.isArray(t)?t.sort():"object"==typeof t?ga(Object.keys(t)).sort(((t,e)=>Number(t)-Number(e))).map((e=>t[e])):t}function ha(t){const e=t.indexOf("#");return-1!==e&&(t=t.slice(0,e)),t}function va(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 Aa(t){const e=(t=ha(t)).indexOf("?");return-1===e?"":t.slice(e+1)}function wa(t,e){ma((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),a="string"==typeof n&&!i&&pa(n,t).includes(t.arrayFormatSeparator);n=a?pa(n,t):n;const r=i||a?n.split(t.arrayFormatSeparator).map((e=>pa(e,t))):null===n?n:pa(n,t);s[e]=r};case"bracket-separator":return(e,n,s)=>{const i=/(\[])$/.test(e);if(e=e.replace(/\[]$/,""),!i)return void(s[e]=n?pa(n,t):n);const a=null===n?[]:n.split(t.arrayFormatSeparator).map((e=>pa(e,t)));void 0!==s[e]?s[e]=[...s[e],...a]:s[e]=a};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[a,r]=oa(t,"=");void 0===a&&(a=t),r=void 0===r?null:["comma","separator","bracket-separator"].includes(e.arrayFormat)?r:pa(r,e),n(pa(a,e),r,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]=va(s,e);else s[t]=va(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]=ga(n):t[e]=n,t}),Object.create(null))}function ya(t,e){if(!t)return"";ma((e={encode:!0,strict:!0,arrayFormat:"none",arrayFormatSeparator:",",...e}).arrayFormatSeparator);const n=n=>e.skipNull&&ca(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,[fa(e,t),"[",i,"]"].join("")]:[...n,[fa(e,t),"[",fa(i,t),"]=",fa(s,t)].join("")]};case"bracket":return e=>(n,s)=>void 0===s||t.skipNull&&null===s||t.skipEmptyString&&""===s?n:null===s?[...n,[fa(e,t),"[]"].join("")]:[...n,[fa(e,t),"[]=",fa(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,[fa(e,t),":list="].join("")]:[...n,[fa(e,t),":list=",fa(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?[[fa(n,t),e,fa(i,t)].join("")]:[[s,fa(i,t)].join(t.arrayFormatSeparator)])}default:return e=>(n,s)=>void 0===s||t.skipNull&&null===s||t.skipEmptyString&&""===s?n:null===s?[...n,fa(e,t)]:[...n,[fa(e,t),"=",fa(s,t)].join("")]}}(e),i={};for(const[e,s]of Object.entries(t))n(e)||(i[e]=s);const a=Object.keys(i);return!1!==e.sort&&a.sort(e.sort),a.map((n=>{const i=t[n];return void 0===i?"":null===i?fa(n,e):Array.isArray(i)?0===i.length&&"bracket-separator"===e.arrayFormat?fa(n,e)+"[]":i.reduce(s(n),[]).join("&"):fa(n,e)+"="+fa(i,e)})).filter((t=>t.length>0)).join("&")}function ba(t,e){e={decode:!0,...e};let[n,s]=oa(t,"#");return void 0===n&&(n=t),{url:n?.split("?")?.[0]??"",query:wa(Aa(t),e),...e&&e.parseFragmentIdentifier&&s?{fragmentIdentifier:pa(s,e)}:{}}}function Ca(t,e){e={encode:!0,strict:!0,[ua]:!0,...e};const n=ha(t.url).split("?")[0]||"";let s=ya({...wa(Aa(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[ua]?s.hash:`#${t.fragmentIdentifier}`}return`${n}${s}${i}`}function xa(t,e,n){n={parseFragmentIdentifier:!0,[ua]:!1,...n};const{url:s,query:i,fragmentIdentifier:a}=ba(t,n);return Ca({url:s,query:la(i,e),fragmentIdentifier:a},n)}function _a(t,e,n){return xa(t,Array.isArray(e)?t=>!e.includes(t):(t,n)=>!e(t,n),n)}const Ta=i;var ka=s(25108);function Sa(t,e){for(var n in e)t[n]=e[n];return t}var La=/[!'()*]/g,Ea=function(t){return"%"+t.charCodeAt(0).toString(16)},Na=/%2C/g,Fa=function(t){return encodeURIComponent(t).replace(La,Ea).replace(Na,",")};function Ba(t){try{return decodeURIComponent(t)}catch(t){}return t}var Pa=function(t){return null==t||"object"==typeof t?t:String(t)};function ja(t){var e={};return(t=t.trim().replace(/^(\?|#|&)/,""))?(t.split("&").forEach((function(t){var n=t.replace(/\+/g," ").split("="),s=Ba(n.shift()),i=n.length>0?Ba(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 Ia(t){var e=t?Object.keys(t).map((function(e){var n=t[e];if(void 0===n)return"";if(null===n)return Fa(e);if(Array.isArray(n)){var s=[];return n.forEach((function(t){void 0!==t&&(null===t?s.push(Fa(e)):s.push(Fa(e)+"="+Fa(t)))})),s.join("&")}return Fa(e)+"="+Fa(n)})).filter((function(t){return t.length>0})).join("&"):null;return e?"?"+e:""}var Oa=/\/?$/;function Ua(t,e,n,s){var i=s&&s.options.stringifyQuery,a=e.query||{};try{a=Da(a)}catch(t){}var r={name:e.name||t&&t.name,meta:t&&t.meta||{},path:e.path||"/",hash:e.hash||"",query:a,params:e.params||{},fullPath:Ra(e,i),matched:t?za(t):[]};return n&&(r.redirectedFrom=Ra(n,i)),Object.freeze(r)}function Da(t){if(Array.isArray(t))return t.map(Da);if(t&&"object"==typeof t){var e={};for(var n in t)e[n]=Da(t[n]);return e}return t}var $a=Ua(null,{path:"/"});function za(t){for(var e=[];t;)e.unshift(t),t=t.parent;return e}function Ra(t,e){var n=t.path,s=t.query;void 0===s&&(s={});var i=t.hash;return void 0===i&&(i=""),(n||"/")+(e||Ia)(s)+i}function Ma(t,e,n){return e===$a?t===e:!!e&&(t.path&&e.path?t.path.replace(Oa,"")===e.path.replace(Oa,"")&&(n||t.hash===e.hash&&Va(t.query,e.query)):!(!t.name||!e.name)&&t.name===e.name&&(n||t.hash===e.hash&&Va(t.query,e.query)&&Va(t.params,e.params)))}function Va(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 a=t[n];if(s[i]!==n)return!1;var r=e[n];return null==a||null==r?a===r:"object"==typeof a&&"object"==typeof r?Va(a,r):String(a)===String(r)}))}function Ha(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?Ga(l.path,c,n||i.append):c,u=function(t,e,n){void 0===e&&(e={});var s,i=n||ja;try{s=i(t||"")}catch(t){s={}}for(var a in e){var r=e[a];s[a]=Array.isArray(r)?r.map(Pa):Pa(r)}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 mr,fr=function(){},pr={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),a=i.location,r=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=r.redirectedFrom?Ua(null,ur(r.redirectedFrom),null,n):r;l[p]=Ma(s,g,this.exactPath),l[f]=this.exact||this.exactPath?l[p]:function(t,e){return 0===t.path.replace(Oa,"/").indexOf(e.path.replace(Oa,"/"))&&(!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){gr(t)&&(e.replace?n.replace(a,fr):n.push(a,fr))},A={click:gr};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:r,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=hr(this.$slots.default);if(b){b.isStatic=!1;var C=b.data=Sa({},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=Sa({},b.data.attrs);k.href=o,k["aria-current"]=h}else w.on=A}return t(this.tag,w,this.$slots.default)}};function gr(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 hr(t){if(t)for(var e,n=0;n-1&&(l.params[m]=n.params[m]);return l.path=dr(d.path,l.params),o(d,l,r)}if(l.path){l.params={};for(var f=0;f-1}function Gr(t,e){return Zr(t)&&t._isRouter&&(null==e||t.type===e)}function Wr(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 Yr(t,e){return Kr(t.map((function(t){return Object.keys(t.components).map((function(n){return e(t.components[n],t.instances[n],t,n)}))})))}function Kr(t){return Array.prototype.concat.apply([],t)}var Jr="function"==typeof Symbol&&"symbol"==typeof Symbol.toStringTag;function Qr(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 Xr=function(t,e){this.router=t,this.base=function(t){if(!t)if(vr){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=$a,this.pending=null,this.ready=!1,this.readyCbs=[],this.readyErrorCbs=[],this.errorCbs=[],this.listeners=[]};function to(t,e,n,s){var i=Yr(t,(function(t,s,i,a){var r=function(t,e){return"function"!=typeof t&&(t=mr.extend(t)),t.options[e]}(t,e);if(r)return Array.isArray(r)?r.map((function(t){return n(t,s,i,a)})):n(r,s,i,a)}));return Kr(s?i.reverse():i)}function eo(t,e){if(e)return function(){return t.apply(e,arguments)}}Xr.prototype.listen=function(t){this.cb=t},Xr.prototype.onReady=function(t,e){this.ready?t():(this.readyCbs.push(t),e&&this.readyErrorCbs.push(e))},Xr.prototype.onError=function(t){this.errorCbs.push(t)},Xr.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 a=this.current;this.confirmTransition(s,(function(){i.updateRoute(s),e&&e(s),i.ensureURL(),i.router.afterHooks.forEach((function(t){t&&t(s,a)})),i.ready||(i.ready=!0,i.readyCbs.forEach((function(t){t(s)})))}),(function(t){n&&n(t),t&&!i.ready&&(Gr(t,Mr.redirected)&&a===$a||(i.ready=!0,i.readyErrorCbs.forEach((function(e){e(t)}))))}))},Xr.prototype.confirmTransition=function(t,e,n){var s=this,i=this.current;this.pending=t;var a,r,o=function(t){!Gr(t)&&Zr(t)&&(s.errorCbs.length?s.errorCbs.forEach((function(e){e(t)})):ka.error(t)),n&&n(t)},l=t.matched.length-1,c=i.matched.length-1;if(Ma(t,i)&&l===c&&t.matched[l]===i.matched[c])return this.ensureURL(),t.hash&&Nr(this.router,i,t,!1),o(((r=Hr(a=i,t,Mr.duplicated,'Avoided redundant navigation to current location: "'+a.fullPath+'".')).name="NavigationDuplicated",r));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=$r&&n;s&&this.listeners.push(Er());var i=function(){var n=t.current,i=so(t.base);t.current===$a&&i===t._startLocation||t.transitionTo(i,(function(t){s&&Nr(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){zr(Wa(s.base+t.fullPath)),Nr(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){Rr(Wa(s.base+t.fullPath)),Nr(s.router,t,i,!1),e&&e(t)}),n)},e.prototype.ensureURL=function(t){if(so(this.base)!==this.current.fullPath){var e=Wa(this.base+this.current.fullPath);t?zr(e):Rr(e)}},e.prototype.getCurrentLocation=function(){return so(this.base)},e}(Xr);function so(t){var e=window.location.pathname,n=e.toLowerCase(),s=t.toLowerCase();return!t||n!==s&&0!==n.indexOf(Wa(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(Wa(t+"/#"+e)),!0}(this.base)||ao()}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=$r&&e;n&&this.listeners.push(Er());var s=function(){var e=t.current;ao()&&t.transitionTo(ro(),(function(s){n&&Nr(t.router,s,e,!0),$r||co(s.fullPath)}))},i=$r?"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),Nr(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),Nr(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;ro()!==e&&(t?lo(e):co(e))},e.prototype.getCurrentLocation=function(){return ro()},e}(Xr);function ao(){var t=ro();return"/"===t.charAt(0)||(co("/"+t),!1)}function ro(){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){$r?zr(oo(t)):window.location.hash=t}function co(t){$r?Rr(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){Gr(t,Mr.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}(Xr),mo=function(t){void 0===t&&(t={}),this.app=null,this.apps=[],this.options=t,this.beforeHooks=[],this.resolveHooks=[],this.afterHooks=[],this.matcher=br(t.routes||[],this);var e=t.mode||"hash";switch(this.fallback="history"===e&&!$r&&!1!==t.fallback,this.fallback&&(e="hash"),vr||(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;$r&&i&&"fullPath"in t&&Nr(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=ur(t,e=e||this.history.current,n,this),i=this.match(s,e),a=i.redirectedFrom||i.fullPath,r=function(t,e,n){var s="hash"===n?"#"+e:e;return t?Wa(t+"/"+s):s}(this.history.base,a,this.mode);return{location:s,route:i,href:r,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!==$a&&this.history.transitionTo(this.history.getCurrentLocation())},mo.prototype.addRoutes=function(t){this.matcher.addRoutes(t),this.history.current!==$a&&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||mr!==e){t.installed=!0,mr=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",qa),e.component("RouterLink",pr);var i=e.config.optionMergeStrategies;i.beforeRouteEnter=i.beforeRouteLeave=i.beforeRouteUpdate=i.created}},mo.version="3.6.5",mo.isNavigationFailure=Gr,mo.NavigationFailureType=Mr,mo.START_LOCATION=$a,vr&&window.Vue&&window.Vue.use(mo),a.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,re.generateUrl)("/apps/files"),linkActiveClass:"active",routes:[{path:"/",redirect:{name:"filelist"}},{path:"/:view/:fileid?",name:"filelist",props:!0}],stringifyQuery(t){const e=Ta.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}),a.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,a.effectScope)(!0),e=t.run((()=>(0,a.ref)({})));let n=[],s=[];const i=(0,a.markRaw)({install(t){h(i),r||(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||r?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)();a.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(a.default.extend(ea))({name:"FilesNavigationRoot",propsData:{Navigation:Co},router:vo,pinia:bo}).$mount("#app-navigation-files"),new(a.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),a=n(23645),r=n.n(a),o=n(61667),l=n.n(o),c=new URL(n(81490),n.b),d=new URL(n(90888),n.b),u=r()(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-ee6f34b5] {\n height: var(--row-height, 50px);\n}\ntr.file-picker__row td[data-v-ee6f34b5] {\n cursor: pointer;\n overflow: hidden;\n text-overflow: ellipsis;\n border-bottom: none;\n}\ntr.file-picker__row td[data-v-ee6f34b5]:not(.row-checkbox) {\n padding-inline: 14px 0;\n}\ntr.file-picker__row td.row-size[data-v-ee6f34b5] {\n text-align: end;\n padding-inline: 0 14px;\n}\ntr.file-picker__row td.row-name[data-v-ee6f34b5] {\n padding-inline: 2px 0;\n}\n.file-picker__row--selected[data-v-ee6f34b5] {\n background-color: var(--color-background-dark);\n}\n.file-picker__row[data-v-ee6f34b5]:hover {\n background-color: var(--color-background-hover);\n}\n.file-picker__name-container[data-v-ee6f34b5] {\n display: flex;\n justify-content: start;\n align-items: center;\n height: 100%;\n}\n.file-picker__file-name[data-v-ee6f34b5] {\n padding-inline-start: 6px;\n min-width: 0;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.file-picker__file-extension[data-v-ee6f34b5] {\n color: var(--color-text-maxcontrast);\n min-width: fit-content;\n}\n.file-picker__header-preview[data-v-4297db37] {\n width: 22px;\n height: 32px;\n flex: 0 0 auto;\n}\n.file-picker__files[data-v-4297db37] {\n margin: 2px;\n margin-inline-start: 12px;\n overflow: scroll auto;\n}\n.file-picker__files table[data-v-4297db37] {\n width: 100%;\n max-height: 100%;\n table-layout: fixed;\n}\n.file-picker__files th[data-v-4297db37] {\n position: -webkit-sticky;\n position: sticky;\n z-index: 1;\n top: 0;\n background-color: var(--color-main-background);\n padding: 2px;\n}\n.file-picker__files th .header-wrapper[data-v-4297db37] {\n display: flex;\n}\n.file-picker__files th.row-checkbox[data-v-4297db37] {\n width: 44px;\n}\n.file-picker__files th.row-name[data-v-4297db37] {\n width: 230px;\n}\n.file-picker__files th.row-size[data-v-4297db37] {\n width: 100px;\n}\n.file-picker__files th.row-modified[data-v-4297db37] {\n width: 120px;\n}\n.file-picker__files th[data-v-4297db37]:not(.row-size) .button-vue__wrapper {\n justify-content: start;\n flex-direction: row-reverse;\n}\n.file-picker__files th[data-v-4297db37]:not(.row-size) .button-vue {\n padding-inline: 16px 4px;\n}\n.file-picker__files th.row-size[data-v-4297db37] .button-vue__wrapper {\n justify-content: end;\n}\n.file-picker__files th[data-v-4297db37] .button-vue__wrapper {\n color: var(--color-text-maxcontrast);\n}\n.file-picker__files th[data-v-4297db37] .button-vue__wrapper .button-vue__text {\n font-weight: 400;\n}\n.file-picker__breadcrumbs[data-v-3bc9efa5] {\n flex-grow: 0 !important;\n}\n.file-picker__side[data-v-fcfd0f23] {\n display: flex;\n flex-direction: column;\n align-items: start;\n gap: .5rem;\n min-width: 200px;\n padding-block: 2px;\n overflow: auto;\n}\n.file-picker__side[data-v-fcfd0f23] .button-vue__wrapper {\n justify-content: start;\n}\n.file-picker__filter-input[data-v-fcfd0f23] {\n margin-block: 7px;\n max-width: 260px;\n}\n@media (max-width: 736px) {\n .file-picker__side[data-v-fcfd0f23] {\n flex-direction: row;\n min-width: unset;\n }\n}\n@media (max-width: 512px) {\n .file-picker__side[data-v-fcfd0f23] {\n flex-direction: row;\n min-width: unset;\n }\n .file-picker__filter-input[data-v-fcfd0f23] {\n max-width: unset;\n }\n}\n.file-picker__navigation {\n padding-inline: 2px;\n}\n.file-picker__navigation,\n.file-picker__navigation * {\n box-sizing: border-box;\n}\n.file-picker__navigation .v-select.select {\n min-width: 220px;\n}\n@media (min-width: 513px) and (max-width: 736px) {\n .file-picker__navigation {\n gap: 11px;\n }\n}\n@media (max-width: 512px) {\n .file-picker__navigation {\n flex-direction: column-reverse !important;\n }\n}\n.file-picker__view[data-v-86a13079] {\n height: 50px;\n display: flex;\n justify-content: start;\n align-items: center;\n}\n.file-picker__view h3[data-v-86a13079] {\n font-weight: 700;\n height: fit-content;\n margin: 0;\n}\n.file-picker__main[data-v-86a13079] {\n box-sizing: border-box;\n width: 100%;\n display: flex;\n flex-direction: column;\n min-height: 0;\n flex: 1;\n padding-inline: 2px;\n}\n.file-picker__main *[data-v-86a13079] {\n box-sizing: border-box;\n}\n[data-v-86a13079] .file-picker {\n height: min(80vh, 800px);\n}\n@media (max-width: 512px) {\n [data-v-86a13079] .file-picker {\n height: calc(100% - 16px - var(--default-clickable-area));\n }\n}\n[data-v-86a13079] .file-picker__content {\n display: flex;\n flex-direction: column;\n overflow: hidden;\n}\n`,"",{version:3,sources:["webpack://./node_modules/@nextcloud/dialogs/dist/style.css"],names:[],mappings:"AAAA,gBAAgB;AAChB;;;;;;;;;;;;;;;;;;;;EAoBE;AACF;EACE,gBAAgB;EAChB,gBAAgB;EAChB,8CAA8C;EAC9C,6BAA6B;EAC7B,6CAA6C;EAC7C,eAAe;EACf,gBAAgB;EAChB,eAAe;EACf,cAAc;EACd,mCAAmC;EACnC,aAAa;EACb,mBAAmB;AACrB;AACA;EACE,aAAa;EACb,mBAAmB;AACrB;AACA;;EAEE,gBAAgB;EAChB,gBAAgB;EAChB,sBAAsB;EACtB,eAAe;EACf,YAAY;EACZ,aAAa;EACb,mBAAmB;EACnB,4BAA4B;EAC5B,2BAA2B;EAC3B,6BAA6B;EAC7B,aAAa;AACf;AACA;;EAEE,cAAc;EACd,WAAW;EACX,YAAY;EACZ,gBAAgB;EAChB,iBAAiB;EACjB,YAAY;AACd;AACA;;EAEE,yDAAiR;EACjR,YAAY;EACZ,wCAAwC;EACxC,qBAAqB;EACrB,WAAW;EACX,YAAY;AACd;AACA;;EAEE,wBAAwB;EACxB,wBAAwB;AAC1B;AACA;;;;;;EAME,eAAe;EACf,UAAU;AACZ;AACA;EACE,WAAW;AACb;AACA;EACE,eAAe;AACjB;AACA;EACE,yCAAyC;AAC3C;AACA;EACE,2CAA2C;AAC7C;AACA;EACE,2CAA2C;AAC7C;AACA;;EAEE,2CAA2C;AAC7C;AACA;EACE,yDAAiU;AACnU;AACA;EACE,WAAW;EACX,YAAY;EACZ,eAAe;EACf,gBAAgB;EAChB,4BAA4B;EAC5B,wBAAwB;EACxB,aAAa;EACb,uBAAuB;AACzB;AACA;EACE,+BAA+B;AACjC;AACA;EACE,eAAe;EACf,gBAAgB;EAChB,uBAAuB;EACvB,mBAAmB;AACrB;AACA;EACE,sBAAsB;AACxB;AACA;EACE,eAAe;EACf,sBAAsB;AACxB;AACA;EACE,qBAAqB;AACvB;AACA;EACE;IACE,2BAA2B;EAC7B;EACA;IACE,6BAA6B;EAC/B;EACA;IACE,2BAA2B;EAC7B;AACF;AACA;EACE,6BAA6B;AAC/B;AACA;EACE,qBAAqB;EACrB,YAAY;EACZ,oIAAoI;EACpI,2BAA2B;EAC3B,mCAAmC;EACnC,8CAA8C;AAChD;AACA;EACE,oBAAoB;EACpB,mBAAmB;AACrB;AACA;EACE,WAAW;AACb;AACA;EACE,wBAAwB;EACxB,YAAY;AACd;AACA;EACE,WAAW;AACb;AACA;EACE,WAAW;AACb;AACA;EACE,+BAA+B;AACjC;AACA;EACE,eAAe;EACf,gBAAgB;EAChB,uBAAuB;EACvB,mBAAmB;AACrB;AACA;EACE,sBAAsB;AACxB;AACA;EACE,eAAe;EACf,sBAAsB;AACxB;AACA;EACE,qBAAqB;AACvB;AACA;EACE,8CAA8C;AAChD;AACA;EACE,+CAA+C;AACjD;AACA;EACE,aAAa;EACb,sBAAsB;EACtB,mBAAmB;EACnB,YAAY;AACd;AACA;EACE,yBAAyB;EACzB,YAAY;EACZ,gBAAgB;EAChB,uBAAuB;AACzB;AACA;EACE,oCAAoC;EACpC,sBAAsB;AACxB;AACA;EACE,WAAW;EACX,YAAY;EACZ,cAAc;AAChB;AACA;EACE,WAAW;EACX,yBAAyB;EACzB,qBAAqB;AACvB;AACA;EACE,WAAW;EACX,gBAAgB;EAChB,mBAAmB;AACrB;AACA;EACE,wBAAwB;EACxB,gBAAgB;EAChB,UAAU;EACV,MAAM;EACN,8CAA8C;EAC9C,YAAY;AACd;AACA;EACE,aAAa;AACf;AACA;EACE,WAAW;AACb;AACA;EACE,YAAY;AACd;AACA;EACE,YAAY;AACd;AACA;EACE,YAAY;AACd;AACA;EACE,sBAAsB;EACtB,2BAA2B;AAC7B;AACA;EACE,wBAAwB;AAC1B;AACA;EACE,oBAAoB;AACtB;AACA;EACE,oCAAoC;AACtC;AACA;EACE,gBAAgB;AAClB;AACA;EACE,uBAAuB;AACzB;AACA;EACE,aAAa;EACb,sBAAsB;EACtB,kBAAkB;EAClB,UAAU;EACV,gBAAgB;EAChB,kBAAkB;EAClB,cAAc;AAChB;AACA;EACE,sBAAsB;AACxB;AACA;EACE,iBAAiB;EACjB,gBAAgB;AAClB;AACA;EACE;IACE,mBAAmB;IACnB,gBAAgB;EAClB;AACF;AACA;EACE;IACE,mBAAmB;IACnB,gBAAgB;EAClB;EACA;IACE,gBAAgB;EAClB;AACF;AACA;EACE,mBAAmB;AACrB;AACA;;EAEE,sBAAsB;AACxB;AACA;EACE,gBAAgB;AAClB;AACA;EACE;IACE,SAAS;EACX;AACF;AACA;EACE;IACE,yCAAyC;EAC3C;AACF;AACA;EACE,YAAY;EACZ,aAAa;EACb,sBAAsB;EACtB,mBAAmB;AACrB;AACA;EACE,gBAAgB;EAChB,mBAAmB;EACnB,SAAS;AACX;AACA;EACE,sBAAsB;EACtB,WAAW;EACX,aAAa;EACb,sBAAsB;EACtB,aAAa;EACb,OAAO;EACP,mBAAmB;AACrB;AACA;EACE,sBAAsB;AACxB;AACA;EACE,wBAAwB;AAC1B;AACA;EACE;IACE,yDAAyD;EAC3D;AACF;AACA;EACE,aAAa;EACb,sBAAsB;EACtB,gBAAgB;AAClB",sourcesContent:['@charset "UTF-8";\n/**\n * @copyright Copyright (c) 2019 Julius Härtl \n *\n * @author Julius Härtl \n * @author John Molakvoæ \n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n */\n.toastify.dialogs {\n min-width: 200px;\n background: none;\n background-color: var(--color-main-background);\n color: var(--color-main-text);\n box-shadow: 0 0 6px 0 var(--color-box-shadow);\n padding: 0 12px;\n margin-top: 45px;\n position: fixed;\n z-index: 10100;\n border-radius: var(--border-radius);\n display: flex;\n align-items: center;\n}\n.toastify.dialogs .toast-undo-container {\n display: flex;\n align-items: center;\n}\n.toastify.dialogs .toast-undo-button,\n.toastify.dialogs .toast-close {\n position: static;\n overflow: hidden;\n box-sizing: border-box;\n min-width: 44px;\n height: 100%;\n padding: 12px;\n white-space: nowrap;\n background-repeat: no-repeat;\n background-position: center;\n background-color: transparent;\n min-height: 0;\n}\n.toastify.dialogs .toast-undo-button.toast-close,\n.toastify.dialogs .toast-close.toast-close {\n text-indent: 0;\n opacity: .4;\n border: none;\n min-height: 44px;\n margin-left: 10px;\n font-size: 0;\n}\n.toastify.dialogs .toast-undo-button.toast-close:before,\n.toastify.dialogs .toast-close.toast-close:before {\n background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTYiIHdpZHRoPSIxNiI+CiAgPHBhdGggZD0iTTE0IDEyLjNMMTIuMyAxNCA4IDkuNyAzLjcgMTQgMiAxMi4zIDYuMyA4IDIgMy43IDMuNyAyIDggNi4zIDEyLjMgMiAxNCAzLjcgOS43IDh6Ii8+Cjwvc3ZnPgo=);\n content: " ";\n filter: var(--background-invert-if-dark);\n display: inline-block;\n width: 16px;\n height: 16px;\n}\n.toastify.dialogs .toast-undo-button.toast-undo-button,\n.toastify.dialogs .toast-close.toast-undo-button {\n height: calc(100% - 6px);\n margin: 3px 3px 3px 12px;\n}\n.toastify.dialogs .toast-undo-button:hover,\n.toastify.dialogs .toast-undo-button:focus,\n.toastify.dialogs .toast-undo-button:active,\n.toastify.dialogs .toast-close:hover,\n.toastify.dialogs .toast-close:focus,\n.toastify.dialogs .toast-close:active {\n cursor: pointer;\n opacity: 1;\n}\n.toastify.dialogs.toastify-top {\n right: 10px;\n}\n.toastify.dialogs.toast-with-click {\n cursor: pointer;\n}\n.toastify.dialogs.toast-error {\n border-left: 3px solid var(--color-error);\n}\n.toastify.dialogs.toast-info {\n border-left: 3px solid var(--color-primary);\n}\n.toastify.dialogs.toast-warning {\n border-left: 3px solid var(--color-warning);\n}\n.toastify.dialogs.toast-success,\n.toastify.dialogs.toast-undo {\n border-left: 3px solid var(--color-success);\n}\n.theme--dark .toastify.dialogs .toast-close.toast-close:before {\n background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTYiIHdpZHRoPSIxNiI+CiAgPHBhdGggZD0iTTE0IDEyLjNMMTIuMyAxNCA4IDkuNyAzLjcgMTQgMiAxMi4zIDYuMyA4IDIgMy43IDMuNyAyIDggNi4zIDEyLjMgMiAxNCAzLjcgOS43IDh6IiBzdHlsZT0iZmlsbC1vcGFjaXR5OjE7ZmlsbDojZmZmZmZmIi8+Cjwvc3ZnPgo=);\n}\n._file-picker__file-icon_1vgv4_5 {\n width: 32px;\n height: 32px;\n min-width: 32px;\n min-height: 32px;\n background-repeat: no-repeat;\n background-size: contain;\n display: flex;\n justify-content: center;\n}\ntr.file-picker__row[data-v-6aded0d9] {\n height: var(--row-height, 50px);\n}\ntr.file-picker__row td[data-v-6aded0d9] {\n cursor: pointer;\n overflow: hidden;\n text-overflow: ellipsis;\n border-bottom: none;\n}\ntr.file-picker__row td[data-v-6aded0d9]:not(.row-checkbox) {\n padding-inline: 14px 0;\n}\ntr.file-picker__row td.row-size[data-v-6aded0d9] {\n text-align: end;\n padding-inline: 0 14px;\n}\ntr.file-picker__row td.row-name[data-v-6aded0d9] {\n padding-inline: 2px 0;\n}\n@keyframes gradient-6aded0d9 {\n 0% {\n background-position: 0% 50%;\n }\n 50% {\n background-position: 100% 50%;\n }\n to {\n background-position: 0% 50%;\n }\n}\n.loading-row .row-checkbox[data-v-6aded0d9] {\n text-align: center !important;\n}\n.loading-row span[data-v-6aded0d9] {\n display: inline-block;\n height: 24px;\n background: linear-gradient(to right, var(--color-background-darker), var(--color-text-maxcontrast), var(--color-background-darker));\n background-size: 600px 100%;\n border-radius: var(--border-radius);\n animation: gradient-6aded0d9 12s ease infinite;\n}\n.loading-row .row-wrapper[data-v-6aded0d9] {\n display: inline-flex;\n align-items: center;\n}\n.loading-row .row-checkbox span[data-v-6aded0d9] {\n width: 24px;\n}\n.loading-row .row-name span[data-v-6aded0d9]:last-of-type {\n margin-inline-start: 6px;\n width: 130px;\n}\n.loading-row .row-size span[data-v-6aded0d9] {\n width: 80px;\n}\n.loading-row .row-modified span[data-v-6aded0d9] {\n width: 90px;\n}\ntr.file-picker__row[data-v-ee6f34b5] {\n height: var(--row-height, 50px);\n}\ntr.file-picker__row td[data-v-ee6f34b5] {\n cursor: pointer;\n overflow: hidden;\n text-overflow: ellipsis;\n border-bottom: none;\n}\ntr.file-picker__row td[data-v-ee6f34b5]:not(.row-checkbox) {\n padding-inline: 14px 0;\n}\ntr.file-picker__row td.row-size[data-v-ee6f34b5] {\n text-align: end;\n padding-inline: 0 14px;\n}\ntr.file-picker__row td.row-name[data-v-ee6f34b5] {\n padding-inline: 2px 0;\n}\n.file-picker__row--selected[data-v-ee6f34b5] {\n background-color: var(--color-background-dark);\n}\n.file-picker__row[data-v-ee6f34b5]:hover {\n background-color: var(--color-background-hover);\n}\n.file-picker__name-container[data-v-ee6f34b5] {\n display: flex;\n justify-content: start;\n align-items: center;\n height: 100%;\n}\n.file-picker__file-name[data-v-ee6f34b5] {\n padding-inline-start: 6px;\n min-width: 0;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.file-picker__file-extension[data-v-ee6f34b5] {\n color: var(--color-text-maxcontrast);\n min-width: fit-content;\n}\n.file-picker__header-preview[data-v-4297db37] {\n width: 22px;\n height: 32px;\n flex: 0 0 auto;\n}\n.file-picker__files[data-v-4297db37] {\n margin: 2px;\n margin-inline-start: 12px;\n overflow: scroll auto;\n}\n.file-picker__files table[data-v-4297db37] {\n width: 100%;\n max-height: 100%;\n table-layout: fixed;\n}\n.file-picker__files th[data-v-4297db37] {\n position: -webkit-sticky;\n position: sticky;\n z-index: 1;\n top: 0;\n background-color: var(--color-main-background);\n padding: 2px;\n}\n.file-picker__files th .header-wrapper[data-v-4297db37] {\n display: flex;\n}\n.file-picker__files th.row-checkbox[data-v-4297db37] {\n width: 44px;\n}\n.file-picker__files th.row-name[data-v-4297db37] {\n width: 230px;\n}\n.file-picker__files th.row-size[data-v-4297db37] {\n width: 100px;\n}\n.file-picker__files th.row-modified[data-v-4297db37] {\n width: 120px;\n}\n.file-picker__files th[data-v-4297db37]:not(.row-size) .button-vue__wrapper {\n justify-content: start;\n flex-direction: row-reverse;\n}\n.file-picker__files th[data-v-4297db37]:not(.row-size) .button-vue {\n padding-inline: 16px 4px;\n}\n.file-picker__files th.row-size[data-v-4297db37] .button-vue__wrapper {\n justify-content: end;\n}\n.file-picker__files th[data-v-4297db37] .button-vue__wrapper {\n color: var(--color-text-maxcontrast);\n}\n.file-picker__files th[data-v-4297db37] .button-vue__wrapper .button-vue__text {\n font-weight: 400;\n}\n.file-picker__breadcrumbs[data-v-3bc9efa5] {\n flex-grow: 0 !important;\n}\n.file-picker__side[data-v-fcfd0f23] {\n display: flex;\n flex-direction: column;\n align-items: start;\n gap: .5rem;\n min-width: 200px;\n padding-block: 2px;\n overflow: auto;\n}\n.file-picker__side[data-v-fcfd0f23] .button-vue__wrapper {\n justify-content: start;\n}\n.file-picker__filter-input[data-v-fcfd0f23] {\n margin-block: 7px;\n max-width: 260px;\n}\n@media (max-width: 736px) {\n .file-picker__side[data-v-fcfd0f23] {\n flex-direction: row;\n min-width: unset;\n }\n}\n@media (max-width: 512px) {\n .file-picker__side[data-v-fcfd0f23] {\n flex-direction: row;\n min-width: unset;\n }\n .file-picker__filter-input[data-v-fcfd0f23] {\n max-width: unset;\n }\n}\n.file-picker__navigation {\n padding-inline: 2px;\n}\n.file-picker__navigation,\n.file-picker__navigation * {\n box-sizing: border-box;\n}\n.file-picker__navigation .v-select.select {\n min-width: 220px;\n}\n@media (min-width: 513px) and (max-width: 736px) {\n .file-picker__navigation {\n gap: 11px;\n }\n}\n@media (max-width: 512px) {\n .file-picker__navigation {\n flex-direction: column-reverse !important;\n }\n}\n.file-picker__view[data-v-86a13079] {\n height: 50px;\n display: flex;\n justify-content: start;\n align-items: center;\n}\n.file-picker__view h3[data-v-86a13079] {\n font-weight: 700;\n height: fit-content;\n margin: 0;\n}\n.file-picker__main[data-v-86a13079] {\n box-sizing: border-box;\n width: 100%;\n display: flex;\n flex-direction: column;\n min-height: 0;\n flex: 1;\n padding-inline: 2px;\n}\n.file-picker__main *[data-v-86a13079] {\n box-sizing: border-box;\n}\n[data-v-86a13079] .file-picker {\n height: min(80vh, 800px);\n}\n@media (max-width: 512px) {\n [data-v-86a13079] .file-picker {\n height: calc(100% - 16px - var(--default-clickable-area));\n }\n}\n[data-v-86a13079] .file-picker__content {\n display: flex;\n flex-direction: column;\n overflow: hidden;\n}\n'],sourceRoot:""}]);const p=u},82396:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var s=n(87537),i=n.n(s),a=n(23645),r=n.n(a)()(i());r.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=r},26057:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var s=n(87537),i=n.n(s),a=n(23645),r=n.n(a)()(i());r.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=r},81432:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var s=n(87537),i=n.n(s),a=n(23645),r=n.n(a)()(i());r.push([t.id,".files-list__drag-drop-notice[data-v-7e0e423e]{display:flex;align-items:center;justify-content:center;width:100%;min-height:113px;margin:0;user-select:none;color:var(--color-text-maxcontrast);background-color:var(--color-main-background);border-color:#000}.files-list__drag-drop-notice h3[data-v-7e0e423e]{margin-left:16px;color:inherit}.files-list__drag-drop-notice-wrapper[data-v-7e0e423e]{display:flex;align-items:center;justify-content:center;height:15vh;max-height:70%;padding:0 5vw;border:2px var(--color-border-dark) dashed;border-radius:var(--border-radius-large)}","",{version:3,sources:["webpack://./apps/files/src/components/DragAndDropNotice.vue"],names:[],mappings:"AACA,+CACC,YAAA,CACA,kBAAA,CACA,sBAAA,CACA,UAAA,CAEA,gBAAA,CACA,QAAA,CACA,gBAAA,CACA,mCAAA,CACA,6CAAA,CACA,iBAAA,CAEA,kDACC,gBAAA,CACA,aAAA,CAGD,uDACC,YAAA,CACA,kBAAA,CACA,sBAAA,CACA,WAAA,CACA,cAAA,CACA,aAAA,CACA,0CAAA,CACA,wCAAA",sourcesContent:["\n.files-list__drag-drop-notice {\n\tdisplay: flex;\n\talign-items: center;\n\tjustify-content: center;\n\twidth: 100%;\n\t// Breadcrumbs height + row thead height\n\tmin-height: calc(58px + 55px);\n\tmargin: 0;\n\tuser-select: none;\n\tcolor: var(--color-text-maxcontrast);\n\tbackground-color: var(--color-main-background);\n\tborder-color: black;\n\n\th3 {\n\t\tmargin-left: 16px;\n\t\tcolor: inherit;\n\t}\n\n\t&-wrapper {\n\t\tdisplay: flex;\n\t\talign-items: center;\n\t\tjustify-content: center;\n\t\theight: 15vh;\n\t\tmax-height: 70%;\n\t\tpadding: 0 5vw;\n\t\tborder: 2px var(--color-border-dark) dashed;\n\t\tborder-radius: var(--border-radius-large);\n\t}\n}\n\n"],sourceRoot:""}]);const o=r},50262:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var s=n(87537),i=n.n(s),a=n(23645),r=n.n(a)()(i());r.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=r},99292:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var s=n(87537),i=n.n(s),a=n(23645),r=n.n(a)()(i());r.push([t.id,".favorite-marker-icon[data-v-04e52abc]{color:#a08b00;min-width:unset !important;min-height:unset !important}.favorite-marker-icon[data-v-04e52abc] svg{width:26px !important;height:26px !important;max-width:unset !important;max-height:unset !important}.favorite-marker-icon[data-v-04e52abc] svg path{stroke:var(--color-main-background);stroke-width:8px;stroke-linejoin:round;paint-order:stroke}","",{version:3,sources:["webpack://./apps/files/src/components/FileEntry/FavoriteIcon.vue"],names:[],mappings:"AACA,uCACC,aAAA,CAEA,0BAAA,CACG,2BAAA,CAGF,4CAEC,qBAAA,CACA,sBAAA,CAGA,0BAAA,CACA,2BAAA,CAGA,iDACC,mCAAA,CACA,gBAAA,CACA,qBAAA,CACA,kBAAA",sourcesContent:["\n.favorite-marker-icon {\n\tcolor: #a08b00;\n\t// Override NcIconSvgWrapper defaults (clickable area)\n\tmin-width: unset !important;\n min-height: unset !important;\n\n\t:deep() {\n\t\tsvg {\n\t\t\t// We added a stroke for a11y so we must increase the size to include the stroke\n\t\t\twidth: 26px !important;\n\t\t\theight: 26px !important;\n\n\t\t\t// Override NcIconSvgWrapper defaults of 20px\n\t\t\tmax-width: unset !important;\n\t\t\tmax-height: unset !important;\n\n\t\t\t// Sow a border around the icon for better contrast\n\t\t\tpath {\n\t\t\t\tstroke: var(--color-main-background);\n\t\t\t\tstroke-width: 8px;\n\t\t\t\tstroke-linejoin: round;\n\t\t\t\tpaint-order: stroke;\n\t\t\t}\n\t\t}\n\t}\n}\n"],sourceRoot:""}]);const o=r},21367:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var s=n(87537),i=n.n(s),a=n(23645),r=n.n(a)()(i());r.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=r},68252:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var s=n(87537),i=n.n(s),a=n(23645),r=n.n(a)()(i());r.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=r},41002:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var s=n(87537),i=n.n(s),a=n(23645),r=n.n(a)()(i());r.push([t.id,".files-list__column[data-v-585fdb03]{user-select:none;color:var(--color-text-maxcontrast) !important}.files-list__column--sortable[data-v-585fdb03]{cursor:pointer}","",{version:3,sources:["webpack://./apps/files/src/components/FilesListTableHeader.vue"],names:[],mappings:"AACA,qCACC,gBAAA,CAEA,8CAAA,CAEA,+CACC,cAAA",sourcesContent:["\n.files-list__column {\n\tuser-select: none;\n\t// Make sure the cell colors don't apply to column headers\n\tcolor: var(--color-text-maxcontrast) !important;\n\n\t&--sortable {\n\t\tcursor: pointer;\n\t}\n}\n\n"],sourceRoot:""}]);const o=r},65769:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var s=n(87537),i=n.n(s),a=n(23645),r=n.n(a)()(i());r.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=r},36980:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var s=n(87537),i=n.n(s),a=n(23645),r=n.n(a)()(i());r.push([t.id,".files-list__column-sort-button[data-v-097f69d4]{margin:0 calc(var(--cell-margin)*-1);min-width:calc(100% - 3*var(--cell-margin)) !important}.files-list__column-sort-button-text[data-v-097f69d4]{color:var(--color-text-maxcontrast);font-weight:normal}.files-list__column-sort-button-icon[data-v-097f69d4]{color:var(--color-text-maxcontrast);opacity:0;transition:opacity var(--animation-quick);inset-inline-start:-10px}.files-list__column-sort-button--size .files-list__column-sort-button-icon[data-v-097f69d4]{inset-inline-start:10px}.files-list__column-sort-button--active .files-list__column-sort-button-icon[data-v-097f69d4],.files-list__column-sort-button:hover .files-list__column-sort-button-icon[data-v-097f69d4],.files-list__column-sort-button:focus .files-list__column-sort-button-icon[data-v-097f69d4],.files-list__column-sort-button:active .files-list__column-sort-button-icon[data-v-097f69d4]{opacity:1}","",{version:3,sources:["webpack://./apps/files/src/components/FilesListTableHeaderButton.vue"],names:[],mappings:"AACA,iDAEC,oCAAA,CACA,sDAAA,CAEA,sDACC,mCAAA,CACA,kBAAA,CAGD,sDACC,mCAAA,CACA,SAAA,CACA,yCAAA,CACA,wBAAA,CAGD,4FACC,uBAAA,CAGD,mXAIC,SAAA",sourcesContent:["\n.files-list__column-sort-button {\n\t// Compensate for cells margin\n\tmargin: 0 calc(var(--cell-margin) * -1);\n\tmin-width: calc(100% - 3 * var(--cell-margin))!important;\n\n\t&-text {\n\t\tcolor: var(--color-text-maxcontrast);\n\t\tfont-weight: normal;\n\t}\n\n\t&-icon {\n\t\tcolor: var(--color-text-maxcontrast);\n\t\topacity: 0;\n\t\ttransition: opacity var(--animation-quick);\n\t\tinset-inline-start: -10px;\n\t}\n\n\t&--size &-icon {\n\t\tinset-inline-start: 10px;\n\t}\n\n\t&--active &-icon,\n\t&:hover &-icon,\n\t&:focus &-icon,\n\t&:active &-icon {\n\t\topacity: 1;\n\t}\n}\n"],sourceRoot:""}]);const o=r},51272:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var s=n(87537),i=n.n(s),a=n(23645),r=n.n(a)()(i());r.push([t.id,".files-list[data-v-1b17ff10]{--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-1b17ff10] tbody{will-change:padding;contain:layout paint style;display:flex;flex-direction:column;width:100%;position:relative}.files-list[data-v-1b17ff10] tbody tr{contain:strict}.files-list[data-v-1b17ff10] tbody tr:hover,.files-list[data-v-1b17ff10] tbody tr:focus{background-color:var(--color-background-dark)}.files-list[data-v-1b17ff10] .files-list__before{display:flex;flex-direction:column}.files-list[data-v-1b17ff10] .files-list__table{display:block}.files-list[data-v-1b17ff10] .files-list__thead,.files-list[data-v-1b17ff10] .files-list__tfoot{display:flex;flex-direction:column;width:100%;background-color:var(--color-main-background)}.files-list[data-v-1b17ff10] .files-list__thead{position:sticky;z-index:10;top:0}.files-list[data-v-1b17ff10] .files-list__tfoot{min-height:300px}.files-list[data-v-1b17ff10] 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-1b17ff10] td,.files-list[data-v-1b17ff10] 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-1b17ff10] td span,.files-list[data-v-1b17ff10] th span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.files-list[data-v-1b17ff10] .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-1b17ff10] .files-list__row-checkbox{justify-content:center}.files-list[data-v-1b17ff10] .files-list__row-checkbox .checkbox-radio-switch{display:flex;justify-content:center;--icon-size: var(--checkbox-size)}.files-list[data-v-1b17ff10] .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-1b17ff10] .files-list__row-checkbox .checkbox-radio-switch .checkbox-radio-switch__icon{margin:0 !important}.files-list[data-v-1b17ff10] .files-list__row:hover,.files-list[data-v-1b17ff10] .files-list__row:focus,.files-list[data-v-1b17ff10] .files-list__row:active,.files-list[data-v-1b17ff10] .files-list__row--active,.files-list[data-v-1b17ff10] .files-list__row--dragover{background-color:var(--color-background-hover);--color-text-maxcontrast: var(--color-main-text)}.files-list[data-v-1b17ff10] .files-list__row:hover>*,.files-list[data-v-1b17ff10] .files-list__row:focus>*,.files-list[data-v-1b17ff10] .files-list__row:active>*,.files-list[data-v-1b17ff10] .files-list__row--active>*,.files-list[data-v-1b17ff10] .files-list__row--dragover>*{--color-border: var(--color-border-dark)}.files-list[data-v-1b17ff10] .files-list__row:hover .favorite-marker-icon svg path,.files-list[data-v-1b17ff10] .files-list__row:focus .favorite-marker-icon svg path,.files-list[data-v-1b17ff10] .files-list__row:active .favorite-marker-icon svg path,.files-list[data-v-1b17ff10] .files-list__row--active .favorite-marker-icon svg path,.files-list[data-v-1b17ff10] .files-list__row--dragover .favorite-marker-icon svg path{stroke:var(--color-background-hover)}.files-list[data-v-1b17ff10] .files-list__row--dragover *{pointer-events:none}.files-list[data-v-1b17ff10] .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-1b17ff10] .files-list__row-icon *{cursor:pointer}.files-list[data-v-1b17ff10] .files-list__row-icon>span{justify-content:flex-start}.files-list[data-v-1b17ff10] .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-1b17ff10] .files-list__row-icon>span.folder-icon,.files-list[data-v-1b17ff10] .files-list__row-icon>span.folder-open-icon{margin:-3px}.files-list[data-v-1b17ff10] .files-list__row-icon>span.folder-icon svg,.files-list[data-v-1b17ff10] .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-1b17ff10] .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-1b17ff10] .files-list__row-icon-preview:not(.files-list__row-icon-preview--loaded){background:var(--color-loading-dark)}.files-list[data-v-1b17ff10] .files-list__row-icon-favorite{position:absolute;top:0px;right:-10px}.files-list[data-v-1b17ff10] .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-1b17ff10] .files-list__row-icon-overlay--file{color:var(--color-main-text);background:var(--color-main-background);border-radius:100%}.files-list[data-v-1b17ff10] .files-list__row-name{overflow:hidden;flex:1 1 auto}.files-list[data-v-1b17ff10] .files-list__row-name a{display:flex;align-items:center;width:100%;height:100%;min-width:0}.files-list[data-v-1b17ff10] .files-list__row-name a:focus-visible{outline:none}.files-list[data-v-1b17ff10] .files-list__row-name a:focus .files-list__row-name-text,.files-list[data-v-1b17ff10] .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-1b17ff10] .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-1b17ff10] .files-list__row-name .files-list__row-name-ext{color:var(--color-text-maxcontrast);overflow:visible}.files-list[data-v-1b17ff10] .files-list__row-rename{width:100%;max-width:600px}.files-list[data-v-1b17ff10] .files-list__row-rename input{width:100%;margin-left:-8px;padding:2px 6px;border-width:2px}.files-list[data-v-1b17ff10] .files-list__row-rename input:invalid{border-color:var(--color-error);color:red}.files-list[data-v-1b17ff10] .files-list__row-actions{width:auto}.files-list[data-v-1b17ff10] .files-list__row-actions~td,.files-list[data-v-1b17ff10] .files-list__row-actions~th{margin:0 var(--cell-margin)}.files-list[data-v-1b17ff10] .files-list__row-actions button .button-vue__text{font-weight:normal}.files-list[data-v-1b17ff10] .files-list__row-action--inline{margin-right:7px}.files-list[data-v-1b17ff10] .files-list__row-mtime,.files-list[data-v-1b17ff10] .files-list__row-size{color:var(--color-text-maxcontrast)}.files-list[data-v-1b17ff10] .files-list__row-size{width:calc(var(--row-height)*1.5);justify-content:flex-end}.files-list[data-v-1b17ff10] .files-list__row-mtime{width:calc(var(--row-height)*2)}.files-list[data-v-1b17ff10] .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=r},61590:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var s=n(87537),i=n.n(s),a=n(23645),r=n.n(a)()(i());r.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=r},88928:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var s=n(87537),i=n.n(s),a=n(23645),r=n.n(a)()(i());r.push([t.id,".app-navigation-entry__settings-quota--not-unlimited[data-v-b1323a64] .app-navigation-entry__name{margin-top:-6px}.app-navigation-entry__settings-quota progress[data-v-b1323a64]{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=r},80794:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var s=n(87537),i=n.n(s),a=n(23645),r=n.n(a)()(i());r.push([t.id,".app-content[data-v-14acd289]{display:flex;overflow:hidden;flex-direction:column;max-height:100%;position:relative}.files-list__header[data-v-14acd289]{display:flex;align-items:center;flex:0 0;margin:4px 4px 4px 50px;max-width:100%}.files-list__header>*[data-v-14acd289]{flex:0 0}.files-list__header-share-button[data-v-14acd289]{opacity:.3}.files-list__header-share-button--shared[data-v-14acd289]{opacity:1}.files-list__refresh-icon[data-v-14acd289]{flex:0 0 44px;width:44px;height:44px}.files-list__loading-icon[data-v-14acd289]{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=r},76336:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var s=n(87537),i=n.n(s),a=n(23645),r=n.n(a)()(i());r.push([t.id,".app-navigation[data-v-761b6079] .app-navigation-entry-icon{background-repeat:no-repeat;background-position:center}.app-navigation[data-v-761b6079] .app-navigation-entry.active .button-vue.icon-collapse:not(:hover){color:var(--color-primary-element-text)}.app-navigation>ul.app-navigation__list[data-v-761b6079]{padding-bottom:var(--default-grid-baseline, 4px)}.app-navigation-entry__settings[data-v-761b6079]{height:auto !important;overflow:hidden !important;padding-top:0 !important;flex:0 0 auto}","",{version:3,sources:["webpack://./apps/files/src/views/Navigation.vue"],names:[],mappings:"AAEA,4DACC,2BAAA,CACA,0BAAA,CAGD,oGACC,uCAAA,CAGD,yDAEC,gDAAA,CAGD,iDACC,sBAAA,CACA,0BAAA,CACA,wBAAA,CAEA,aAAA",sourcesContent:["\n// TODO: remove when https://github.com/nextcloud/nextcloud-vue/pull/3539 is in\n.app-navigation::v-deep .app-navigation-entry-icon {\n\tbackground-repeat: no-repeat;\n\tbackground-position: center;\n}\n\n.app-navigation::v-deep .app-navigation-entry.active .button-vue.icon-collapse:not(:hover) {\n\tcolor: var(--color-primary-element-text);\n}\n\n.app-navigation > ul.app-navigation__list {\n\t// Use flex gap value for more elegant spacing\n\tpadding-bottom: var(--default-grid-baseline, 4px);\n}\n\n.app-navigation-entry__settings {\n\theight: auto !important;\n\toverflow: hidden !important;\n\tpadding-top: 0 !important;\n\t// Prevent shrinking or growing\n\tflex: 0 0 auto;\n}\n"],sourceRoot:""}]);const o=r},78320:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var s=n(87537),i=n.n(s),a=n(23645),r=n.n(a)()(i());r.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=r},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=a(t);return n(e)}function a(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=a,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),a=e(t.autostart,!0),r=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&&(!r||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,a&&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:()=>B,DT:()=>h,De:()=>w,G7:()=>ae,Ir:()=>oe,NB:()=>F,RL:()=>D,Ti:()=>z,Tv:()=>S,Vn:()=>A,_o:()=>j,e4:()=>N,gt:()=>P,h7:()=>T,p$:()=>v,pC:()=>U,rp:()=>O,sS:()=>g,tB:()=>k,y3:()=>y});var s=n(77958),i=n(17499),a=n(31352),r=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 r=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,a.aj)()),o+" "+r)}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,r.join)(n,t.root)))throw new Error("The root must be relative to the service. e.g /files/emma")}if(t.status&&!Object.values(N).includes(t.status))throw new Error("Status must be a valid NodeStatus")};var N=(t=>(t.NEW="new",t.FAILED="failed",t.LOADING="loading",t.LOCKED="locked",t))(N||{});class F{_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,r.basename)(this.source)}get extension(){return(0,r.extname)(this.source)}get dirname(){if(this.root){const t=this.source.indexOf(this.root);return(0,r.dirname)(this.source.slice(t+this.root.length)||"/")}const t=new URL(this.source);return(0,r.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,r.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,r.dirname)(this.source)+"/"+t)}updateMtime(){this._data.mtime&&(this._data.mtime=new Date)}}class B extends F{get type(){return S.File}}class P extends F{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,a=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),r=(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:a,owner:r,root:e,attributes:{...t,...i,hasPreview:i?.["has-preview"]}};return delete o.attributes?.props,"file"===t.type?new B(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 z=function(){return typeof window._nc_navigation>"u"&&(window._nc_navigation=new $,d.debug("Navigation service initialized")),window._nc_navigation};class R{_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 a=0;a"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 a=s.length;for(let t=0;t5&&"xml"===s)return nt("InvalidXml","XML declaration allowed only at the start of the document.",at(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({},Z,e);const n=[];let s=!1,i=!1;"\ufeff"===t[0]&&(t=t.substr(1));for(let a=0;a"!==t[a]&&" "!==t[a]&&"\t"!==t[a]&&"\n"!==t[a]&&"\r"!==t[a];a++)l+=t[a];if(l=l.trim(),"/"===l[l.length-1]&&(l=l.substring(0,l.length-1),a--),!it(l)){let e;return e=0===l.trim().length?"Invalid space after '<'.":"Tag '"+l+"' is an invalid name.",nt("InvalidTag",e,at(t,a))}const c=Q(t,a);if(!1===c)return nt("InvalidAttr","Attributes for '"+l+"' have open quote.",at(t,a));let d=c.value;if(a=c.index,"/"===d[d.length-1]){const n=a-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,at(t,n+i.err.line));s=!0}else if(o){if(!c.tagClosed)return nt("InvalidTag","Closing tag '"+l+"' doesn't have proper closing.",at(t,a));if(d.trim().length>0)return nt("InvalidTag","Closing tag '"+l+"' can't have attributes or invalid starting.",at(t,r));{const e=n.pop();if(l!==e.tagName){let n=at(t,e.tagStartPos);return nt("InvalidTag","Expected closing tag '"+e.tagName+"' (opened in line "+n.line+", col "+n.col+") instead of closing tag '"+l+"'.",at(t,r))}0==n.length&&(i=!0)}}else{const o=tt(d,e);if(!0!==o)return nt(o.err.code,o.err.msg,at(t,a-d.length+o.err.line));if(!0===i)return nt("InvalidXml","Multiple possible root nodes found.",at(t,a));-1!==e.unpairedTags.indexOf(l)||n.push({tagName:l,tagStartPos:r}),s=!0}for(a++;a0)||nt("InvalidXml","Invalid '"+JSON.stringify(n.map((t=>t.tagName)),null,4).replace(/\r?\n/g,"")+"' found.",{line:1,col:1}):nt("InvalidXml","Start tag expected.",1)};const K='"',J="'";function Q(t,e){let n="",s="",i=!1;for(;e"===t[e]&&""===s){i=!0;break}n+=t[e]}return""===s&&{value:n,index:e,tagClosed:i}}const X=new RegExp("(\\s*)([^\\s=]+)(\\s*=)?(\\s*(['\"])(([\\s\\S])*?)\\5)?","g");function tt(t,e){const n=q.getAllMatches(t,X),s={};for(let t=0;t!1,commentPropName:!1,unpairedTags:[],processEntities:!0,htmlEntities:!1,ignoreDeclaration:!1,ignorePiTags:!1,transformTagName:!1,transformAttributeName:!1,updateTag:function(t,e,n){return t}};ot.buildOptions=function(t){return Object.assign({},lt,t)},ot.defaultOptions=lt;const ct=H;function 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,a=!1,r="";for(;e"===t[e]){if(a?"-"===t[e-1]&&"-"===t[e-2]&&(a=!1,s--):s--,0===s)break}else"["===t[e]?i=!0:r+=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");a=!0}s++,r=""}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],a=s[2];let r=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&&a.length>0&&i&&"."!==n[2])return t;if(!e.leadingZeros&&a.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&&""===r||l===r||i&&l==="-"+r?s:t:a?r===l||i+r===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)){r||(t=this.replaceEntitiesValue(t));const s=this.options.tagValueProcessor(e,t,n,i,a);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",a,"Closing Tag is not closed.");let r=t.substring(a+2,e).trim();if(this.options.removeNSPrefix){const t=r.indexOf(":");-1!==t&&(r=r.substr(t+1))}this.options.transformTagName&&(r=this.options.transformTagName(r)),n&&(s=this.saveTextToParentTag(s,n,i));const o=i.substring(i.lastIndexOf(".")+1);if(r&&-1!==this.options.unpairedTags.indexOf(r))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="",a=e}else if("?"===t[a+1]){let e=It(t,a,!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)}a=e.closeIndex+1}else if("!--"===t.substr(a+1,3)){const e=jt(t,"--\x3e",a+4,"Comment is not closed.");if(this.options.commentPropName){const r=t.substring(a+4,e-2);s=this.saveTextToParentTag(s,n,i),n.add(this.options.commentPropName,[{[this.options.textNodeName]:r}])}a=e}else if("!D"===t.substr(a+1,2)){const e=Ct(t,a);this.docTypeEntities=e.entities,a=e.i}else if("!["===t.substr(a+1,2)){const e=jt(t,"]]>",a,"CDATA is not closed.")-2,r=t.substring(a+9,e);if(s=this.saveTextToParentTag(s,n,i),this.options.cdataPropName)n.add(this.options.cdataPropName,[{[this.options.textNodeName]:r}]);else{let t=this.parseTextData(r,n.tagname,i,!0,!1,!0);null==t&&(t=""),n.add(this.options.textNodeName,t)}a=e+2}else{let r=It(t,a,this.options.removeNSPrefix),o=r.tagName;const l=r.rawTagName;let c=r.tagExp,d=r.attrExpPresent,u=r.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)a=r.closeIndex;else if(-1!==this.options.unpairedTags.indexOf(o))a=r.closeIndex;else{const n=this.readStopNodeData(t,l,u+1);if(!n)throw new Error(`Unexpected end of ${l}`);a=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="",a=u}}else s+=t[a];return e.child};function Nt(t,e,n){const s=this.options.updateTag(e.tagname,n,e[":@"]);!1===s||("string"==typeof s&&(e.tagname=s),t.addChild(e))}const Ft=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 Bt(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 a=e;a",n,`${e} is not closed`);if(t.substring(n+2,a).trim()===e&&(i--,0===i))return{tagContent:t.substring(s,n),i:a};n=a}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 a=0;a0&&(i[e.textNodeName]=s):void 0!==s&&(i[e.textNodeName]=s),i}function zt(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=Ft,this.readStopNodeData=Ot,this.saveTextToParentTag=Bt,this.addChild=Nt}},{prettify:qt}=Dt,Zt=V;function Gt(t,e,n,s){let i="",a=!1;for(let r=0;r`,a=!1;continue}if(l===e.commentPropName){i+=s+`\x3c!--${o[l][0][e.textNodeName]}--\x3e`,a=!0;continue}if("?"===l[0]){const t=Yt(o[":@"],e),n="?xml"===l?"":s;let r=o[l][0][e.textNodeName];r=0!==r.length?" "+r:"",i+=n+`<${l}${r}${t}?>`,a=!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+"/>",a=!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 a=this.isAttribute(i);if(a)n+=this.buildAttrPairStr(a,""+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 a="";for(let r=0;r"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?a+=this.j2x(n,e+1).val:a+=this.processTextOrObjNode(n,i,e):a+=this.buildTextValNode(n,i,"",e))}this.options.oneListGroup&&(a=this.buildObjectNode(a,i,"",e)),s+=a}else if(this.options.attributesGroupName&&i===this.options.attributesGroupName){const e=Object.keys(t[i]),s=e.length;for(let a=0;a"+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 R))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"})))}},9239:(t,e,n)=>{"use strict";n.d(e,{U:()=>rl,V:()=>ja,a:()=>sl,g:()=>ll,l:()=>Ve,n:()=>Jo,t:()=>il});var s=n(93379),i=n.n(s),a=n(7795),r=n.n(a),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=r(),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.#a(C.resolved))}),(t=>{this.#n===C.canceled&&s.shouldReject||(n(t),this.#a(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.#a(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}#a(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),N=n(72155),F=n(55212),B=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:z}=Object,R=(Z=Object.create(null),t=>{const e=$.call(t);return Z[e]||(Z[e]=e.slice(8,-1).toLowerCase())}),M=t=>(t=t.toLowerCase(),e=>R(e)===t),V=t=>e=>typeof e===t,{isArray:H}=Array,q=V("undefined");var Z;const G=M("ArrayBuffer"),W=V("string"),Y=V("function"),K=V("number"),J=t=>null!==t&&"object"==typeof t,Q=t=>{if("object"!==R(t))return!1;const e=z(t);return!(null!==e&&e!==Object.prototype&&null!==Object.getPrototypeOf(e)||Symbol.toStringTag in t||Symbol.iterator in t)},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 rt=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global,ot=t=>!q(t)&&t!==rt,lt=(t=>e=>t&&e instanceof t)(typeof Uint8Array<"u"&&z(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 a;!1!==(a=e(n,i,t))&&(s[i]=a||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&&!q(t)&&null!==t.constructor&&!q(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=R(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:q,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 a=e&&at(n,i)||i;Q(n[a])&&Q(s)?n[a]=t(n[a],s):Q(s)?n[a]=t({},s):H(s)?n[a]=s.slice():n[a]=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,a,r;const o={};if(e=e||{},null==t)return e;do{for(i=Object.getOwnPropertyNames(t),a=i.length;a-- >0;)r=i[a],(!s||s(r,t,e))&&!o[r]&&(e[r]=t[r],o[r]=!0);t=!1!==n&&z(t)}while(t&&(!n||n(t,e))&&t!==Object.prototype);return e},kindOf:R,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:at,global:rt,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 a=n(t,s+1);!q(a)&&(i[e]=a)})),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,a)=>{const r=Object.create(wt);return vt.toFlatObject(t,r,(function(t){return t!==Error.prototype}),(t=>"isAxiosError"!==t)),At.call(r,t.message,e,n,s,i),r.cause=t,r.name=t.name,a&&Object.assign(r,a),r};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,a=n.dots,r=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===r?xt([n],s,a):null===r?n:n+"[]",l(t))})),!1;return!!bt(t)||(e.append(xt(i,n,a),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,a){!0===(!(vt.isUndefined(n)||null===n)&&i.call(e,n,vt.isString(a)?a.trim():a,s,u))&&t(n,s?s.concat(a):[a])})),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 Nt(t,e,n){if(!e)return t;const s=n&&n.encode||Et,i=n&&n.serialize;let a;if(a=i?i(e,n):vt.isURLSearchParams(e)?e.toString():new St(e,n).toString(s),a){const e=t.indexOf("#");-1!==e&&(t=t.slice(0,e)),t+=(-1===t.indexOf("?")?"?":"&")+a}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 Ft=class{constructor(){this.handlers=[]}use(t,e,n){return this.handlers.push({fulfilled:t,rejected:e,synchronous:!!n&&n.synchronous,runWhen:n?n.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){vt.forEach(this.handlers,(function(e){null!==e&&t(e)}))}},Bt={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 a=t[i++];const r=Number.isFinite(+a),o=i>=t.length;return a=!a&&vt.isArray(s)?s.length:a,o?(vt.hasOwnProp(s,a)?s[a]=[s[a],n]:s[a]=n,!r):((!s[a]||!vt.isObject(s[a]))&&(s[a]=[]),e(t,n,s[a],i)&&vt.isArray(s[a])&&(s[a]=function(t){const e={},n=Object.keys(t);let s;const i=n.length;let a;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:Bt,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 a;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((a=vt.isFileList(t))||n.indexOf("multipart/form-data")>-1){const e=this.env&&this.env.FormData;return Tt(a?{"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 zt=$t,Rt=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 qt(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 Zt=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 a=vt.findKey(s,i);(!a||void 0===s[a]||!0===n||void 0===n&&!1!==s[a])&&(s[a||e]=Ht(t))}const a=(t,e)=>vt.forEach(t,((t,n)=>i(t,n,e)));return vt.isPlainObject(t)||t instanceof this.constructor?a(t,e):vt.isString(t)&&(t=t.trim())&&!(t=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(t.trim()))(t)?a((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]&&Rt[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&&!qt(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||qt(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||qt(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 a=vt.findKey(n,i);if(a)return e[a]=Ht(s),void delete e[i];const r=t?function(t){return t.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,((t,e,n)=>e.toUpperCase()+n))}(i):String(i).trim();r!==i&&delete e[i],e[r]=Ht(s),n[r]=!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}};Zt.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),vt.reduceDescriptors(Zt.prototype,(({value:t},e)=>{let n=e[0].toUpperCase()+e.slice(1);return{get:()=>t,set(t){this[n]=t}}})),vt.freezeMethods(Zt);const Gt=Zt;function Wt(t,e){const n=this||zt,s=e||n,i=Gt.from(s.headers);let a=s.data;return vt.forEach(t,(function(t){a=t.call(n,a,i.normalize(),e?e.status:void 0)})),i.normalize(),a}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,a){const r=[];r.push(t+"="+encodeURIComponent(e)),vt.isNumber(n)&&r.push("expires="+new Date(n).toGMTString()),vt.isString(s)&&r.push("path="+s),vt.isString(i)&&r.push("domain="+i),!0===a&&r.push("secure"),document.cookie=r.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,a=0,r=0;return e=void 0!==e?e:1e3,function(o){const l=Date.now(),c=s[r];i||(i=l),n[a]=o,s[a]=l;let d=r,u=0;for(;d!==a;)u+=n[d++],d%=t;if(a=(a+1)%t,a===r&&(r=(r+1)%t),l-i{const a=i.loaded,r=i.lengthComputable?i.total:void 0,o=a-n,l=s(o);n=a;const c={loaded:a,total:r,progress:r?a/r:void 0,bytes:o,rate:l||void 0,estimated:l&&r&&a<=r?(r-a)/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(),a=t.responseType;let r,o;function l(){t.cancelToken&&t.cancelToken.unsubscribe(r),t.signal&&t.signal.removeEventListener("abort",r)}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:a&&"text"!==a&&"json"!==a?c.response:c.responseText,status:c.status,statusText:c.statusText,headers:s,config:t,request:c}),c=null}if(c.open(t.method.toUpperCase(),Nt(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||Bt;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),a&&"json"!==a&&(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)&&(r=e=>{c&&(n(!e||e.type?new Kt(null,t,c):e),c.abort(),c=null)},t.cancelToken&&t.cancelToken.subscribe(r),t.signal&&(t.signal.aborted?r():t.signal.addEventListener("abort",r)));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,ae=t=>{t=vt.isArray(t)?t:[t];const{length:e}=t;let n,s;const i={};for(let a=0;a`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 re(t){if(t.cancelToken&&t.cancelToken.throwIfRequested(),t.signal&&t.signal.aborted)throw new Kt(null,t)}function oe(t){return re(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),ae(t.adapter||zt.adapter)(t).then((function(e){return re(t),e.data=Wt.call(t,t.transformResponse,e),e.headers=Gt.from(e.headers),e}),(function(e){return Yt(e)||(re(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 a(t,e){if(!vt.isUndefined(e))return s(void 0,e)}function r(t,e){return vt.isUndefined(e)?vt.isUndefined(t)?void 0:s(void 0,t):s(void 0,e)}function o(n,i,a){return a in e?s(n,i):a in t?s(void 0,n):void 0}const l={url:a,method:a,data:a,baseURL:r,transformRequest:r,transformResponse:r,paramsSerializer:r,timeout:r,timeoutMessage:r,withCredentials:r,adapter:r,responseType:r,xsrfCookieName:r,xsrfHeaderName:r,onUploadProgress:r,onDownloadProgress:r,decompress:r,maxContentLength:r,maxBodyLength:r,beforeRedirect:r,transport:r,httpAgent:r,httpsAgent:r,cancelToken:r,socketPath:r,responseEncoding:r,validateStatus:o,headers:(t,e)=>i(le(t),le(e),!0)};return vt.forEach(Object.keys(Object.assign({},t,e)),(function(s){const a=l[s]||i,r=a(t[s],e[s],s);vt.isUndefined(r)&&a!==o||(n[s]=r)})),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,a)=>{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,a)}};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 a=s[i],r=e[a];if(r){const e=t[a],n=void 0===e||r(e,a,t);if(!0!==n)throw new At("option "+a+" must be "+n,At.ERR_BAD_OPTION_VALUE)}else if(!0!==n)throw new At("Unknown option "+a,At.ERR_BAD_OPTION)}},validators:de},fe=me.validators;let pe=class{constructor(t){this.defaults=t,this.interceptors={request:new Ft,response:new Ft}}request(t,e){"string"==typeof t?(e=e||{}).url=t:e=t||{},e=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 a=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(a,i);const r=[];let o=!0;this.interceptors.request.forEach((function(t){"function"==typeof t.runWhen&&!1===t.runWhen(e)||(o=o&&t.synchronous,r.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,r),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}(zt);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=ae,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:Ne,AxiosHeaders:Fe,HttpStatusCode:Be,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 a=(async()=>t(...i))();s(a);try{await a}catch{}n--,e.size>0&&e.dequeue()()},i=(t,...i)=>new Promise((a=>{((t,i,a)=>{e.enqueue(k(s.bind(void 0,t,i,a))),(async()=>{await Promise.resolve(),n<1&&e.size>0&&e.dequeue()()})()})(t,a,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,a=void 0){let r;return r=e instanceof Blob?e:await e(),i&&(a??={},a.Destination=i),await y.Z.request({method:"PUT",url:t,data:r,signal:n,onUploadProgress:s,headers:a})},$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))}))))},ze=function(t=void 0){const e=window.OC?.appConfig?.files?.max_chunk_size;if(e<=0)return 0;if(!Number(e))return 10485760;const n=Math.max(Number(e),5242880);return void 0===t?n:Math.max(n,Math.ceil(t/1e4))};var Re=(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))(Re||{});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(ze()>0?Math.ceil(n/ze()):1,1e4);this._source=t,this._isChunked=e&&ze()>0&&i>1,this._chunks=this._isChunked?i:1,this._size=n,this._file=s,this._controller=new AbortController}get source(){return this._source}get file(){return this._file}get isChunked(){return this._isChunked}get chunks(){return this._chunks}get size(){return this._size}get startTime(){return this._startTime}set response(t){this._response=t}get response(){return this._response}get uploaded(){return this._uploaded}set uploaded(t){if(t>=this._size)return this._status=this._isChunked?2:3,void(this._uploaded=this._size);this._status=1,this._uploaded=t,0===this._startTime&&(this._startTime=(new Date).getTime())}get status(){return this._status}set status(t){this._status=t}get signal(){return this._controller.signal}cancel(){this._controller.abort(),this._status=4}};const 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 qe{_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:ze()})}get destination(){return this._destinationFolder}set destination(t){if(!t)throw new Error("Invalid destination folder");this._destinationFolder=t}get root(){return this._destinationFolder.source}get queue(){return this._uploadQueue}reset(){this._uploadQueue.splice(0,this._uploadQueue.length),this._jobQueue.clear(),this._queueSize=0,this._queueProgress=0,this._queueStatus=0}pause(){this._jobQueue.pause(),this._queueStatus=2}start(){this._jobQueue.start(),this._queueStatus=1,this.updateStats()}get info(){return{size:this._queueSize,progress:this._queueProgress,status:this._queueStatus}}updateStats(){const t=this._uploadQueue.map((t=>t.size)).reduce(((t,e)=>t+e),0),e=this._uploadQueue.map((t=>t.uploaded)).reduce(((t,e)=>t+e),0);this._queueSize=t,this._queueProgress=e,2!==this._queueStatus&&(this._queueStatus=this._jobQueue.size>0?1:0)}addNotifier(t){this._notifiers.push(t)}upload(t,e){const n=`${this.root}/${t.replace(/^\//,"")}`;Ve.debug(`Uploading ${e.name} to ${n}`);const s=ze(e.size),i=0===s||e.size{if(o(a.cancel),i){Ve.debug("Initializing regular upload",{file:e,upload:a});const s=await $e(e,0,a.size),i=async()=>{try{a.response=await De(n,s,a.signal,(()=>this.updateStats()),void 0,{"X-OC-Mtime":e.lastModified/1e3}),a.uploaded=a.size,this.updateStats(),Ve.debug(`Successfully uploaded ${e.name}`,{file:e,upload:a}),t(a)}catch(t){if(t instanceof Ce)return a.status=Re.FAILED,void r("Upload has been cancelled");t?.response&&(a.response=t.response),a.status=Re.FAILED,Ve.error(`Failed uploading ${e.name}`,{error:t,file:e,upload:a}),r("Failed uploading the file")}this._notifiers.forEach((t=>{try{t(a)}catch{}}))};this._jobQueue.add(i),this.updateStats()}else{Ve.debug("Initializing chunked upload",{file:e,upload:a});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,r,s),d=()=>De(`${i}/${t+1}`,c,a.signal,(()=>this.updateStats()),n,{"X-OC-Mtime":e.lastModified/1e3,"OC-Total-Length":e.size}).then((()=>{a.uploaded=a.uploaded+s})).catch((e=>{throw e instanceof Ce||(Ve.error(`Chunk ${t+1} ${r} - ${l} uploading failed`),a.status=Re.FAILED),e}));o.push(this._jobQueue.add(d))}try{await Promise.all(o),this.updateStats(),a.response=await y.Z.request({method:"MOVE",url:`${i}/.file`,headers:{Destination:n}}),this.updateStats(),a.status=Re.FINISHED,Ve.debug(`Successfully uploaded ${e.name}`,{file:e,upload:a}),t(a)}catch(t){t instanceof Ce?(a.status=Re.FAILED,r("Upload has been cancelled")):(a.status=Re.FAILED,r("Failed assembling the chunks together")),y.Z.request({method:"DELETE",url:`${i}`})}this._notifiers.forEach((t=>{try{t(a)}catch{}}))}return this._jobQueue.onIdle().then((()=>this.reset())),a}))}}var Ze=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 an(t){return null==t?"":Array.isArray(t)||en(t)&&t.toString===tn?JSON.stringify(t,null,2):String(t)}function rn(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,zn=Un&&Un.indexOf("edge/")>0;Un&&Un.indexOf("android");var Rn=Un&&/iphone|ipad|ipod|ios/.test(Un),Mn=Un&&Un.match(/firefox\/(\d+)/),Vn={}.watch,Hn=!1;if(On)try{var qn={};Object.defineProperty(qn,"passive",{get:function(){Hn=!0}}),window.addEventListener("test-passive",null,qn)}catch{}var Zn,Gn=function(){return void 0===Zn&&(Zn=!On&&typeof global<"u"&&global.process&&"server"===global.process.env.VUE_ENV),Zn},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,a,r,o){this.tag=t,this.data=e,this.children=n,this.text=s,this.elm=i,this.ns=void 0,this.context=a,this.fnContext=void 0,this.fnOptions=void 0,this.fnScopeId=void 0,this.key=e&&e.key,this.componentOptions=r,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,as=[],rs=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,as.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(a)&&(r[i]=ns(a.text+s[0].text),s.shift()),r.push.apply(r,s)):Je(s)?Is(a)?r[i]=ns(a.text+s):""!==s&&r.push(ns(s)):Is(s)&&Is(a)?r[i]=ns(a.text+s.text):(Ke(t._isVList)&&Ye(s.tag)&&We(s.key)&&Ye(e)&&(s.key="__vlist".concat(e,"_").concat(n,"__")),r.push(s)));return r}function Us(t,e){var n,s,i,a,r=null;if(Ge(t)||"string"==typeof t)for(r=new Array(t.length),n=0,s=t.length;n0,r=e?!!e.$stable:!a,o=e&&e.$key;if(e){if(e._normalized)return e._normalized;if(r&&s&&s!==Ze&&o===s.$key&&!a&&!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",r),Pn(i,"$key",o),Pn(i,"$hasNormal",a),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 a=!1;for(var r in e)r in t?e[r]!==n[r]&&(a=!0):(a=!0,ai(t,r,s,i));for(var r in t)r in e||(a=!0,delete t[r]);return a}function ai(t,e,n,s){Object.defineProperty(t,e,{enumerable:!0,configurable:!0,get:function(){return n[s][e]}})}function ri(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(ta))}}(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){Fi.$on(t,e)}function Ii(t,e){Fi.$off(t,e)}function Oi(t,e){var n=Fi;return function s(){null!==e.apply(null,arguments)&&n.$off(t,s)}}function Ui(t,e,n){Fi=t,Fs(e,n||{},ji,Ii,Oi,t),Fi=void 0}var Di=null;function $i(t){var e=Di;return Di=t,function(){Di=e}}function zi(t){for(;t&&(t=t.$parent);)if(t._inactive)return!0;return!1}function Ri(t,e){if(e){if(t._directInactive=!1,zi(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 ta(){var t,e;for(Ki=Ji(),Wi=!0,Hi.sort(Xi),Yi=0;Yi-1)if(a&&!un(i,"default"))r=!1;else if(""===r||r===vn(t)){var l=xa(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 Ua(t,e){var n=t.cache,s=t.keys,i=t._vnode;for(var a in n){var r=n[a];if(r){var o=r.name;o&&!e(o)&&Da(n,a,s,i)}}}function Da(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=Ba++,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=va(Pa(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):Ze,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||Ze,null,!0),ws(t,"$listeners",e._parentListeners||Ze,null,!0)}(e),Vi(e,"beforeCreate",void 0,!1),function(t){var e=ea(t.$options.inject,t);e&&(gs(!1),Object.keys(e).forEach((function(n){ws(t,n,e[n])})),gs(!0))}(e),ka(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),a=0;a1?wn(n):n;for(var s=wn(arguments,1),i='event handler for "'.concat(t,'"'),a=0,r=n.length;aparseInt(this.max)&&Da(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)Da(this.cache,t,this.keys)},mounted:function(){var t=this;this.cacheVNode(),this.$watch("include",(function(e){Ua(t,(function(t){return Oa(e,t)}))})),this.$watch("exclude",(function(e){Ua(t,(function(t){return!Oa(e,t)}))}))},updated:function(){this.cacheVNode()},render:function(){var t=this.$slots.default,e=ci(t),n=e&&e.componentOptions;if(n){var s=Ia(n),i=this.include,a=this.exclude;if(i&&(!s||!Oa(i,s))||a&&s&&Oa(a,s))return e;var r=this.cache,o=this.keys,l=null==e.key?n.Ctor.cid+(n.tag?"::".concat(n.tag):""):e.key;r[l]?(e.componentInstance=r[l].componentInstance,cn(o,l),o.push(l)):(this.vnodeToCache=e,this.keyToCache=l),e.data.keepAlive=!0}return e||t&&t[0]}},Ra={KeepAlive:za};!function(t){var e={get:function(){return Fn}};Object.defineProperty(t,"config",e),t.util={warn:da,extend:yn,mergeOptions:va,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,Ra),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=va(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 a=aa(t)||aa(n.options),r=function(t){this._init(t)};return(r.prototype=Object.create(n.prototype)).constructor=r,r.cid=e++,r.options=va(n.options,t),r.super=n,r.options.props&&function(t){var e=t.options.props;for(var n in e)Ta(t.prototype,"_props",n)}(r),r.options.computed&&function(t){var e=t.options.computed;for(var n in e)La(t.prototype,n,e[n])}(r),r.extend=n.extend,r.mixin=n.mixin,r.use=n.use,En.forEach((function(t){r[t]=n[t]})),a&&(r.options.components[a]=r),r.superOptions=n.options,r.extendOptions=t,r.sealedOptions=yn({},r.options),i[s]=r,r}}(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)}(ja),Object.defineProperty(ja.prototype,"$isServer",{get:Gn}),Object.defineProperty(ja.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(ja,"FunctionalRenderContext",{value:na}),ja.version="2.7.15";var Ma=on("style,class"),Va=on("input,textarea,option,select,progress"),Ha=on("contenteditable,draggable,spellcheck"),qa=on("events,caret,typing,plaintext-only"),Za=function(t,e){return Ja(e)||"false"===e?"false":"contenteditable"===t&&qa(e)?e:"true"},Ga=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"),Wa="http://www.w3.org/1999/xlink",Ya=function(t){return":"===t.charAt(5)&&"xlink"===t.slice(0,5)},Ka=function(t){return Ya(t)?t.slice(6,t.length):""},Ja=function(t){return null==t||!1===t};function Qa(t,e){return{staticClass:Xa(t.staticClass,e.staticClass),class:Ye(t.class)?[t.class,e.class]:e.class}}function Xa(t,e){return t?e?t+" "+e:t:e||""}function tr(t){return Array.isArray(t)?function(t){for(var e,n="",s=0,i=t.length;s-1?_r(t,e,n):Ga(e)?Ja(n)?t.removeAttribute(e):(n="allowfullscreen"===e&&"EMBED"===t.tagName?"true":e,t.setAttribute(e,n)):Ha(e)?t.setAttribute(e,Za(e,n)):Ya(e)?Ja(n)?t.removeAttributeNS(Wa,Ka(e)):t.setAttributeNS(Wa,e,n):_r(t,e,n)}function _r(t,e,n){if(Ja(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 Tr={create:Cr,update:Cr};function kr(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 a=function(t){for(var e=t.data,n=t,s=t;Ye(s.componentInstance);)(s=s.componentInstance._vnode)&&s.data&&(e=Qa(s.data,e));for(;Ye(n=n.parent);)n&&n.data&&(e=Qa(e,n.data));return function(t,e){return Ye(t)||Ye(e)?Xa(t,tr(e)):""}(e.staticClass,e.class)}(e),r=n._transitionClasses;Ye(r)&&(a=Xa(a,tr(r))),a!==n._prevClass&&(n.setAttribute("class",a),n._prevClass=a)}}var Sr,Lr={create:kr,update:kr},Er="__r",Nr="__c";function Fr(t,e,n){var s=Sr;return function i(){null!==e.apply(null,arguments)&&jr(t,i,n,s)}}var Br=wi&&!(Mn&&Number(Mn[1])<=53);function Pr(t,e,n,s){if(Br){var i=Ki,a=e;e=a._wrapper=function(t){if(t.target===t.currentTarget||t.timeStamp>=i||t.timeStamp<=0||t.target.ownerDocument!==document)return a.apply(this,arguments)}}Sr.addEventListener(t,e,Hn?{capture:n,passive:s}:n)}function jr(t,e,n,s){(s||Sr).removeEventListener(t,e._wrapper||e,n)}function Ir(t,e){if(!We(t.data.on)||!We(e.data.on)){var n=e.data.on||{},s=t.data.on||{};Sr=e.elm||t.elm,function(t){if(Ye(t[Er])){var e=Dn?"change":"input";t[e]=[].concat(t[Er],t[e]||[]),delete t[Er]}Ye(t[Nr])&&(t.change=[].concat(t[Nr],t.change||[]),delete t[Nr])}(n),Fs(n,s,Pr,jr,Fr,e.context),Sr=void 0}}var Or,Ur={create:Ir,update:Ir,destroy:function(t){return Ir(t,ur)}};function Dr(t,e){if(!We(t.data.domProps)||!We(e.data.domProps)){var n,s,i=e.elm,a=t.data.domProps||{},r=e.data.domProps||{};for(n in(Ye(r.__ob__)||Ke(r._v_attr_proxy))&&(r=e.data.domProps=yn({},r)),a)n in r||(i[n]="");for(n in r){if(s=r[n],"textContent"===n||"innerHTML"===n){if(e.children&&(e.children.length=0),s===a[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);$r(i,o)&&(i.value=o)}else if("innerHTML"===n&&sr(i.tagName)&&We(i.innerHTML)){(Or=Or||document.createElement("div")).innerHTML="".concat(s,"");for(var l=Or.firstChild;i.firstChild;)i.removeChild(i.firstChild);for(;l.firstChild;)i.appendChild(l.firstChild)}else if(s!==a[n])try{i[n]=s}catch{}}}}function $r(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 rn(n)!==rn(e);if(s.trim)return n.trim()!==e.trim()}return n!==e}(t,e))}var zr={create:Dr,update:Dr},Rr=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 Mr(t){var e=Vr(t.style);return t.staticStyle?yn(t.staticStyle,e):e}function Vr(t){return Array.isArray(t)?bn(t):"string"==typeof t?Rr(t):t}var Hr,qr=/^--/,Zr=/\s*!important$/,Gr=function(t,e,n){if(qr.test(e))t.style.setProperty(e,n);else if(Zr.test(n))t.style.setProperty(vn(e),n.replace(Zr,""),"important");else{var s=Yr(e);if(Array.isArray(n))for(var i=0,a=n.length;i-1?e.split(Qr).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(Qr).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",ao="animation",ro="transition",oo="transitionend",lo="animation",co="animationend";so&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(ro="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),Xr(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,a=s.timeout,r=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>=r&&c()};setTimeout((function(){l0&&(n=io,d=r,u=a.length):e===ao?c>0&&(n=ao,d=c,u=l.length):u=(n=(d=Math.max(r,c))>0?r>c?io:ao:null)?n===io?a.length:l.length:0,{type:n,timeout:d,propCount:u,hasTransform:n===io&&ho.test(s[ro+"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,a=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)&&a.setTextContent(c,""),p(c,null,g,0,g.length-1,n)):Ye(f)?h(f,0,f.length-1):Ye(t.text)&&a.setTextContent(c,""):t.text!==e.text&&a.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,r.selected!==a&&(r.selected=a);else if(Tn(Fo(r),s))return void(t.selectedIndex!==o&&(t.selectedIndex=o));i||(t.selectedIndex=-1)}}function No(t,e){return e.every((function(e){return!Tn(e,t)}))}function Fo(t){return"_value"in t?t._value:t.value}function Bo(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,a=t.__vOriginalDisplay="none"===t.style.display?"":t.style.display;s&&i?(n.data.show=!0,yo(n,(function(){t.style.display=a}))):t.style.display=s?a:"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 zo(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 Ro(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 a=$o(i);if(!a)return i;if(this._leaving)return Ro(t,i);var r="__transition-".concat(this._uid,"-");a.key=null==a.key?a.isComment?r+"comment":r+a.tag:Je(a.key)?0===String(a.key).indexOf(r)?a.key:r+a.key:a.key;var o=(a.data||(a.data={})).transition=zo(this),l=this._vnode,c=$o(l);if(a.data.directives&&a.data.directives.some(Vo)&&(a.data.show=!0),c&&c.data&&!function(t,e){return e.key===t.key&&e.tag===t.tag}(a,c)&&!ti(c)&&(!c.componentInstance||!c.componentInstance._vnode.isComment)){var d=c.data.transition=yn({},o);if("out-in"===s)return this._leaving=!0,Bs(d,"afterLeave",(function(){e._leaving=!1,e.$forceUpdate()})),Ro(t,i);if("in-out"===s){if(ti(a))return l;var u,m=function(){u()};Bs(o,"afterEnter",m),Bs(o,"enterCancelled",m),Bs(d,"delayLeave",(function(t){u=t}))}}return i}}},qo=yn({tag:String,moveClass:String},Do);delete qo.mode;var Zo={props:qo,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||[],a=this.children=[],r=zo(this),o=0;o-1?ar[t]=e.constructor===window.HTMLUnknownElement||e.constructor===window.HTMLElement:ar[t]=/HTMLUnknownElement/.test(e.toString())},yn(ja.options.directives,Uo),yn(ja.options.components,Ko),ja.prototype.__patch__=On?ko:Cn,ja.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 a=0;a, 2022","Language-Team":"Afrikaans (https://www.transifex.com/nextcloud/teams/64236/af/)","Content-Type":"text/plain; charset=UTF-8",Language:"af","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Afrikaans (https://www.transifex.com/nextcloud/teams/64236/af/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: af\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"ar",json:{charset:"utf-8",headers:{"Last-Translator":"Ali , 2023","Language-Team":"Arabic (https://app.transifex.com/nextcloud/teams/64236/ar/)","Content-Type":"text/plain; charset=UTF-8",Language:"ar","Plural-Forms":"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nAli , 2023\n"},msgstr:["Last-Translator: Ali , 2023\nLanguage-Team: Arabic (https://app.transifex.com/nextcloud/teams/64236/ar/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ar\nPlural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} ملف متعارض","{count} ملف متعارض","{count} ملفان متعارضان","{count} ملف متعارض","{count} ملفات متعارضة","{count} ملفات متعارضة"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{count} ملف متعارض في n {dirname}","{count} ملف متعارض في n {dirname}","{count} ملفان متعارضان في n {dirname}","{count} ملف متعارض في n {dirname}","{count} ملفات متعارضة في n {dirname}","{count} ملفات متعارضة في n {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} ثانية متبقية"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["{time} متبقية"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["باقٍ بضعُ ثوانٍ"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["إلغاء عمليات رفع الملفات"]},Continue:{msgid:"Continue",msgstr:["إستمر"]},"estimating time left":{msgid:"estimating time left",msgstr:["تقدير الوقت المتبقي"]},"Existing version":{msgid:"Existing version",msgstr:["الإصدار الحالي"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["إذا اخترت الإبقاء على النسختين معاً، فإن الملف المنسوخ سيتم إلحاق رقم تسلسلي في نهاية اسمه."]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["تاريخ آخر تعديل غير معلوم"]},New:{msgid:"New",msgstr:["جديد"]},"New version":{msgid:"New version",msgstr:["نسخة جديدة"]},paused:{msgid:"paused",msgstr:["مُجمَّد"]},"Preview image":{msgid:"Preview image",msgstr:["معاينة الصورة"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["حدِّد كل صناديق الخيارات"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["حدِّد كل الملفات الموجودة"]},"Select all new files":{msgid:"Select all new files",msgstr:["حدِّد كل الملفات الجديدة"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["تخطَّ {count} ملف","تخطَّ {count} ملف","تخطَّ {count} ملف","تخطَّ {count} ملف","تخطَّ {count} ملف","تخطَّ {count} ملف"]},"Unknown size":{msgid:"Unknown size",msgstr:["حجم غير معلوم"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["تمَّ إلغاء الرفع"]},"Upload files":{msgid:"Upload files",msgstr:["رفع ملفات"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["أيُّ الملفات ترغب في الإبقاء عليها؟"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["يجب أن تختار نسخة واحدة على الأقل من كل ملف للاستمرار."]}}}}},{locale:"ar_SA",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Arabic (Saudi Arabia) (https://www.transifex.com/nextcloud/teams/64236/ar_SA/)","Content-Type":"text/plain; charset=UTF-8",Language:"ar_SA","Plural-Forms":"nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Arabic (Saudi Arabia) (https://www.transifex.com/nextcloud/teams/64236/ar_SA/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ar_SA\nPlural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"ast",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Asturian (https://www.transifex.com/nextcloud/teams/64236/ast/)","Content-Type":"text/plain; charset=UTF-8",Language:"ast","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Asturian (https://www.transifex.com/nextcloud/teams/64236/ast/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ast\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"az",json:{charset:"utf-8",headers:{"Last-Translator":"Rashad Aliyev , 2023","Language-Team":"Azerbaijani (https://app.transifex.com/nextcloud/teams/64236/az/)","Content-Type":"text/plain; charset=UTF-8",Language:"az","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nRashad Aliyev , 2023\n"},msgstr:["Last-Translator: Rashad Aliyev , 2023\nLanguage-Team: Azerbaijani (https://app.transifex.com/nextcloud/teams/64236/az/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: az\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} saniyə qalıb"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["{time} qalıb"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["bir neçə saniyə qalıb"]},Add:{msgid:"Add",msgstr:["Əlavə et"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Yükləməni imtina et"]},"estimating time left":{msgid:"estimating time left",msgstr:["Təxmini qalan vaxt"]},paused:{msgid:"paused",msgstr:["pauzadadır"]},"Upload files":{msgid:"Upload files",msgstr:["Faylları yüklə"]}}}}},{locale:"be",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Belarusian (https://www.transifex.com/nextcloud/teams/64236/be/)","Content-Type":"text/plain; charset=UTF-8",Language:"be","Plural-Forms":"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Belarusian (https://www.transifex.com/nextcloud/teams/64236/be/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: be\nPlural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"bg_BG",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Bulgarian (Bulgaria) (https://www.transifex.com/nextcloud/teams/64236/bg_BG/)","Content-Type":"text/plain; charset=UTF-8",Language:"bg_BG","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Bulgarian (Bulgaria) (https://www.transifex.com/nextcloud/teams/64236/bg_BG/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: bg_BG\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"bn_BD",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Bengali (Bangladesh) (https://www.transifex.com/nextcloud/teams/64236/bn_BD/)","Content-Type":"text/plain; charset=UTF-8",Language:"bn_BD","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Bengali (Bangladesh) (https://www.transifex.com/nextcloud/teams/64236/bn_BD/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: bn_BD\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"br",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Breton (https://www.transifex.com/nextcloud/teams/64236/br/)","Content-Type":"text/plain; charset=UTF-8",Language:"br","Plural-Forms":"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Breton (https://www.transifex.com/nextcloud/teams/64236/br/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: br\nPlural-Forms: nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"bs",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Bosnian (https://www.transifex.com/nextcloud/teams/64236/bs/)","Content-Type":"text/plain; charset=UTF-8",Language:"bs","Plural-Forms":"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Bosnian (https://www.transifex.com/nextcloud/teams/64236/bs/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: bs\nPlural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"ca",json:{charset:"utf-8",headers:{"Last-Translator":"Toni Hermoso Pulido , 2022","Language-Team":"Catalan (https://www.transifex.com/nextcloud/teams/64236/ca/)","Content-Type":"text/plain; charset=UTF-8",Language:"ca","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nMarc Riera , 2022\nToni Hermoso Pulido , 2022\n"},msgstr:["Last-Translator: Toni Hermoso Pulido , 2022\nLanguage-Team: Catalan (https://www.transifex.com/nextcloud/teams/64236/ca/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ca\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["Queden {seconds} segons"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["Queden {time}"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["Queden uns segons"]},Add:{msgid:"Add",msgstr:["Afegeix"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Cancel·la les pujades"]},"estimating time left":{msgid:"estimating time left",msgstr:["S'està estimant el temps restant"]},paused:{msgid:"paused",msgstr:["En pausa"]},"Upload files":{msgid:"Upload files",msgstr:["Puja els fitxers"]}}}}},{locale:"cs",json:{charset:"utf-8",headers:{"Last-Translator":"Pavel Borecki , 2022","Language-Team":"Czech (https://www.transifex.com/nextcloud/teams/64236/cs/)","Content-Type":"text/plain; charset=UTF-8",Language:"cs","Plural-Forms":"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nPavel Borecki , 2022\n"},msgstr:["Last-Translator: Pavel Borecki , 2022\nLanguage-Team: Czech (https://www.transifex.com/nextcloud/teams/64236/cs/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: cs\nPlural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["zbývá {seconds}"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["zbývá {time}"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["zbývá několik sekund"]},Add:{msgid:"Add",msgstr:["Přidat"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Zrušit nahrávání"]},"estimating time left":{msgid:"estimating time left",msgstr:["odhadovaný zbývající čas"]},paused:{msgid:"paused",msgstr:["pozastaveno"]}}}}},{locale:"cs_CZ",json:{charset:"utf-8",headers:{"Last-Translator":"Pavel Borecki , 2023","Language-Team":"Czech (Czech Republic) (https://app.transifex.com/nextcloud/teams/64236/cs_CZ/)","Content-Type":"text/plain; charset=UTF-8",Language:"cs_CZ","Plural-Forms":"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nPavel Borecki , 2023\n"},msgstr:["Last-Translator: Pavel Borecki , 2023\nLanguage-Team: Czech (Czech Republic) (https://app.transifex.com/nextcloud/teams/64236/cs_CZ/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: cs_CZ\nPlural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} kolize souborů","{count} kolize souborů","{count} kolizí souborů","{count} kolize souborů"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{count} kolize souboru v {dirname}","{count} kolize souboru v {dirname}","{count} kolizí souborů v {dirname}","{count} kolize souboru v {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["zbývá {seconds}"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["zbývá {time}"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["zbývá několik sekund"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Zrušit nahrávání"]},Continue:{msgid:"Continue",msgstr:["Pokračovat"]},"estimating time left":{msgid:"estimating time left",msgstr:["odhaduje se zbývající čas"]},"Existing version":{msgid:"Existing version",msgstr:["Existující verze"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["Pokud vyberete obě verze, zkopírovaný soubor bude mít k názvu přidáno číslo."]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Neznámé datum poslední úpravy"]},New:{msgid:"New",msgstr:["Nové"]},"New version":{msgid:"New version",msgstr:["Nová verze"]},paused:{msgid:"paused",msgstr:["pozastaveno"]},"Preview image":{msgid:"Preview image",msgstr:["Náhled obrázku"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Označit všechny zaškrtávací kolonky"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Vybrat veškeré stávající soubory"]},"Select all new files":{msgid:"Select all new files",msgstr:["Vybrat veškeré nové soubory"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["Přeskočit tento soubor","Přeskočit {count} soubory","Přeskočit {count} souborů","Přeskočit {count} soubory"]},"Unknown size":{msgid:"Unknown size",msgstr:["Neznámá velikost"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Nahrávání zrušeno"]},"Upload files":{msgid:"Upload files",msgstr:["Nahrát soubory"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["Které soubory si přejete ponechat?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["Aby bylo možné pokračovat, je třeba vybrat alespoň jednu verzi od každého souboru."]}}}}},{locale:"cy_GB",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Welsh (United Kingdom) (https://www.transifex.com/nextcloud/teams/64236/cy_GB/)","Content-Type":"text/plain; charset=UTF-8",Language:"cy_GB","Plural-Forms":"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Welsh (United Kingdom) (https://www.transifex.com/nextcloud/teams/64236/cy_GB/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: cy_GB\nPlural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"da",json:{charset:"utf-8",headers:{"Last-Translator":"Simon T, 2023","Language-Team":"Danish (https://app.transifex.com/nextcloud/teams/64236/da/)","Content-Type":"text/plain; charset=UTF-8",Language:"da","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nSimon T, 2023\n"},msgstr:["Last-Translator: Simon T, 2023\nLanguage-Team: Danish (https://app.transifex.com/nextcloud/teams/64236/da/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: da\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} fil konflikt","{count} filer i konflikt"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{count} fil konflikt i {dirname}","{count} filer i konflikt i {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{sekunder} sekunder tilbage"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["{tid} tilbage"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["et par sekunder tilbage"]},Add:{msgid:"Add",msgstr:["Tilføj"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Annuller uploads"]},Continue:{msgid:"Continue",msgstr:["Fortsæt"]},"estimating time left":{msgid:"estimating time left",msgstr:["estimering af resterende tid"]},"Existing version":{msgid:"Existing version",msgstr:["Eksisterende version"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["Hvis du vælger begge versioner vil den kopierede fil få et nummer tilføjet til sit navn."]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Sidste modifikationsdato ukendt"]},"New version":{msgid:"New version",msgstr:["Ny version"]},paused:{msgid:"paused",msgstr:["pauset"]},"Preview image":{msgid:"Preview image",msgstr:["Forhåndsvisning af billede"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Vælg alle felter"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Vælg alle eksisterende filer"]},"Select all new files":{msgid:"Select all new files",msgstr:["Vælg alle nye filer"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["Spring denne fil over","Spring {count} filer over"]},"Unknown size":{msgid:"Unknown size",msgstr:["Ukendt størrelse"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Upload annulleret"]},"Upload files":{msgid:"Upload files",msgstr:["Upload filer"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["Hvilke filer ønsker du at beholde?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["Du skal vælge mindst én version af hver fil for at fortsætte."]}}}}},{locale:"de",json:{charset:"utf-8",headers:{"Last-Translator":"Mario Siegmann , 2023","Language-Team":"German (https://app.transifex.com/nextcloud/teams/64236/de/)","Content-Type":"text/plain; charset=UTF-8",Language:"de","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nMarkus Eckstein, 2023\nMario Siegmann , 2023\n"},msgstr:["Last-Translator: Mario Siegmann , 2023\nLanguage-Team: German (https://app.transifex.com/nextcloud/teams/64236/de/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: de\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} Datei-Konflikt","{count} Datei-Konflikte"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{count} Datei-Konflikt in {dirname}","{count} Datei-Konflikte in {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} Sekunden verbleibend"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["{time} verbleibend"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["noch ein paar Sekunden"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Hochladen abbrechen"]},Continue:{msgid:"Continue",msgstr:["Fortsetzen"]},"estimating time left":{msgid:"estimating time left",msgstr:["Geschätzte verbleibende Zeit"]},"Existing version":{msgid:"Existing version",msgstr:["Vorhandene Version"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["Wenn du beide Versionen auswählst, wird der kopierten Datei eine Nummer zum Namen hinzugefügt."]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Datum der letzten Änderung ist unbekannt."]},New:{msgid:"New",msgstr:["Neu"]},"New version":{msgid:"New version",msgstr:["Neue Version"]},paused:{msgid:"paused",msgstr:["Pausiert"]},"Preview image":{msgid:"Preview image",msgstr:["Vorschaubild"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Alle Kontrollkästchen aktivieren"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Alle vorhandenen Dateien auswählen"]},"Select all new files":{msgid:"Select all new files",msgstr:["Alle neuen Dateien auswählen"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["Diese Datei überspringen","{count} Dateien überspringen"]},"Unknown size":{msgid:"Unknown size",msgstr:["Unbekannte Größe"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Hochladen abgebrochen"]},"Upload files":{msgid:"Upload files",msgstr:["Dateien hochladen"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["Welche Dateien möchtest du behalten?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["Du musst mindestens eine Version jeder Datei auswählen, um fortzufahren."]}}}}},{locale:"de_DE",json:{charset:"utf-8",headers:{"Last-Translator":"Mario Siegmann , 2023","Language-Team":"German (Germany) (https://app.transifex.com/nextcloud/teams/64236/de_DE/)","Content-Type":"text/plain; charset=UTF-8",Language:"de_DE","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nMark Ziegler , 2023\nMario Siegmann , 2023\n"},msgstr:["Last-Translator: Mario Siegmann , 2023\nLanguage-Team: German (Germany) (https://app.transifex.com/nextcloud/teams/64236/de_DE/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: de_DE\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} Datei-Konflikt","{count} Datei-Konflikte"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{count} Datei-Konflikt in {dirname}","{count} Datei-Konflikte in {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} Sekunden verbleiben"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["{time} verbleibend"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["ein paar Sekunden verbleiben"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Hochladen abbrechen"]},Continue:{msgid:"Continue",msgstr:["Fortsetzen"]},"estimating time left":{msgid:"estimating time left",msgstr:["Geschätzte verbleibende Zeit"]},"Existing version":{msgid:"Existing version",msgstr:["Vorhandene Version"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["Wenn Sie beide Versionen auswählen, wird der kopierten Datei eine Nummer zum Namen hinzugefügt."]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Datum der letzten Änderung unbekannt"]},New:{msgid:"New",msgstr:["Neu"]},"New version":{msgid:"New version",msgstr:["Neue Version"]},paused:{msgid:"paused",msgstr:["Pausiert"]},"Preview image":{msgid:"Preview image",msgstr:["Vorschaubild"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Alle Kontrollkästchen aktivieren"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Alle vorhandenen Dateien auswählen"]},"Select all new files":{msgid:"Select all new files",msgstr:["Alle neuen Dateien auswählen"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["{count} Datei überspringen","{count} Dateien überspringen"]},"Unknown size":{msgid:"Unknown size",msgstr:["Unbekannte Größe"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Hochladen abgebrochen"]},"Upload files":{msgid:"Upload files",msgstr:["Dateien hochladen"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["Welche Dateien möchten Sie behalten?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["Sie müssen mindestens eine Version jeder Datei auswählen, um fortzufahren."]}}}}},{locale:"el",json:{charset:"utf-8",headers:{"Last-Translator":"Nik Pap, 2022","Language-Team":"Greek (https://www.transifex.com/nextcloud/teams/64236/el/)","Content-Type":"text/plain; charset=UTF-8",Language:"el","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nNik Pap, 2022\n"},msgstr:["Last-Translator: Nik Pap, 2022\nLanguage-Team: Greek (https://www.transifex.com/nextcloud/teams/64236/el/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: el\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["απομένουν {seconds} δευτερόλεπτα"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["απομένουν {time}"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["απομένουν λίγα δευτερόλεπτα"]},Add:{msgid:"Add",msgstr:["Προσθήκη"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Ακύρωση μεταφορτώσεων"]},"estimating time left":{msgid:"estimating time left",msgstr:["εκτίμηση του χρόνου που απομένει"]},paused:{msgid:"paused",msgstr:["σε παύση"]},"Upload files":{msgid:"Upload files",msgstr:["Μεταφόρτωση αρχείων"]}}}}},{locale:"el_GR",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Greek (Greece) (https://www.transifex.com/nextcloud/teams/64236/el_GR/)","Content-Type":"text/plain; charset=UTF-8",Language:"el_GR","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Greek (Greece) (https://www.transifex.com/nextcloud/teams/64236/el_GR/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: el_GR\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"en_GB",json:{charset:"utf-8",headers:{"Last-Translator":"Andi Chandler , 2023","Language-Team":"English (United Kingdom) (https://app.transifex.com/nextcloud/teams/64236/en_GB/)","Content-Type":"text/plain; charset=UTF-8",Language:"en_GB","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nAndi Chandler , 2023\n"},msgstr:["Last-Translator: Andi Chandler , 2023\nLanguage-Team: English (United Kingdom) (https://app.transifex.com/nextcloud/teams/64236/en_GB/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: en_GB\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} file conflict","{count} files conflict"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{count} file conflict in {dirname}","{count} file conflicts in {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} seconds left"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["{time} left"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["a few seconds left"]},Add:{msgid:"Add",msgstr:["Add"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Cancel uploads"]},Continue:{msgid:"Continue",msgstr:["Continue"]},"estimating time left":{msgid:"estimating time left",msgstr:["estimating time left"]},"Existing version":{msgid:"Existing version",msgstr:["Existing version"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["If you select both versions, the copied file will have a number added to its name."]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Last modified date unknown"]},"New version":{msgid:"New version",msgstr:["New version"]},paused:{msgid:"paused",msgstr:["paused"]},"Preview image":{msgid:"Preview image",msgstr:["Preview image"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Select all checkboxes"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Select all existing files"]},"Select all new files":{msgid:"Select all new files",msgstr:["Select all new files"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["Skip this file","Skip {count} files"]},"Unknown size":{msgid:"Unknown size",msgstr:["Unknown size"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Upload cancelled"]},"Upload files":{msgid:"Upload files",msgstr:["Upload files"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["Which files do you want to keep?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["You need to select at least one version of each file to continue."]}}}}},{locale:"eo",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Esperanto (https://www.transifex.com/nextcloud/teams/64236/eo/)","Content-Type":"text/plain; charset=UTF-8",Language:"eo","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Esperanto (https://www.transifex.com/nextcloud/teams/64236/eo/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: eo\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"es",json:{charset:"utf-8",headers:{"Last-Translator":"Next Cloud , 2023","Language-Team":"Spanish (https://app.transifex.com/nextcloud/teams/64236/es/)","Content-Type":"text/plain; charset=UTF-8",Language:"es","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nFranciscoFJ , 2023\nNext Cloud , 2023\n"},msgstr:["Last-Translator: Next Cloud , 2023\nLanguage-Team: Spanish (https://app.transifex.com/nextcloud/teams/64236/es/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} archivo en conflicto","{count} archivos en conflicto","{count} archivos en conflicto"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{count} archivo en conflicto en {dirname}","{count} archivos en conflicto en {dirname}","{count} archivos en conflicto en {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} segundos restantes"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["{time} restante"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["quedan unos segundos"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Cancelar subidas"]},Continue:{msgid:"Continue",msgstr:["Continuar"]},"estimating time left":{msgid:"estimating time left",msgstr:["estimación del tiempo restante"]},"Existing version":{msgid:"Existing version",msgstr:["Versión existente"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["Si selecciona ambas versiones, al archivo copiado se le añadirá un número en el nombre."]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Última fecha de modificación desconocida"]},New:{msgid:"New",msgstr:["Nuevo"]},"New version":{msgid:"New version",msgstr:["Nueva versión"]},paused:{msgid:"paused",msgstr:["pausado"]},"Preview image":{msgid:"Preview image",msgstr:["Previsualizar imagen"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Seleccionar todas las casillas de verificación"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Seleccionar todos los archivos existentes"]},"Select all new files":{msgid:"Select all new files",msgstr:["Seleccionar todos los archivos nuevos"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["Saltar este archivo","Saltar {count} archivos","Saltar {count} archivos"]},"Unknown size":{msgid:"Unknown size",msgstr:["Tamaño desconocido"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Subida cancelada"]},"Upload files":{msgid:"Upload files",msgstr:["Subir archivos"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["¿Qué archivos desea conservar?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["Debe seleccionar al menos una versión de cada archivo para continuar."]}}}}},{locale:"es_419",json:{charset:"utf-8",headers:{"Last-Translator":"ALEJANDRO CASTRO, 2022","Language-Team":"Spanish (Latin America) (https://www.transifex.com/nextcloud/teams/64236/es_419/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_419","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nALEJANDRO CASTRO, 2022\n"},msgstr:["Last-Translator: ALEJANDRO CASTRO, 2022\nLanguage-Team: Spanish (Latin America) (https://www.transifex.com/nextcloud/teams/64236/es_419/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_419\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} segundos restantes"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["{tiempo} restante"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["quedan pocos segundos"]},Add:{msgid:"Add",msgstr:["agregar"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Cancelar subidas"]},"estimating time left":{msgid:"estimating time left",msgstr:["estimando tiempo restante"]},paused:{msgid:"paused",msgstr:["pausado"]},"Upload files":{msgid:"Upload files",msgstr:["Subir archivos"]}}}}},{locale:"es_AR",json:{charset:"utf-8",headers:{"Last-Translator":"Matias Iglesias, 2022","Language-Team":"Spanish (Argentina) (https://www.transifex.com/nextcloud/teams/64236/es_AR/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_AR","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nMatias Iglesias, 2022\n"},msgstr:["Last-Translator: Matias Iglesias, 2022\nLanguage-Team: Spanish (Argentina) (https://www.transifex.com/nextcloud/teams/64236/es_AR/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_AR\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} segundos restantes"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["{time} restante"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["quedan unos segundos"]},Add:{msgid:"Add",msgstr:["Añadir"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Cancelar subidas"]},"estimating time left":{msgid:"estimating time left",msgstr:["estimando tiempo restante"]},paused:{msgid:"paused",msgstr:["pausado"]},"Upload files":{msgid:"Upload files",msgstr:["Subir archivos"]}}}}},{locale:"es_CL",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Spanish (Chile) (https://www.transifex.com/nextcloud/teams/64236/es_CL/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_CL","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Chile) (https://www.transifex.com/nextcloud/teams/64236/es_CL/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_CL\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"es_CO",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Spanish (Colombia) (https://www.transifex.com/nextcloud/teams/64236/es_CO/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_CO","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Colombia) (https://www.transifex.com/nextcloud/teams/64236/es_CO/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_CO\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"es_CR",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Spanish (Costa Rica) (https://www.transifex.com/nextcloud/teams/64236/es_CR/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_CR","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Costa Rica) (https://www.transifex.com/nextcloud/teams/64236/es_CR/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_CR\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"es_DO",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Spanish (Dominican Republic) (https://www.transifex.com/nextcloud/teams/64236/es_DO/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_DO","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Dominican Republic) (https://www.transifex.com/nextcloud/teams/64236/es_DO/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_DO\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"es_EC",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Spanish (Ecuador) (https://www.transifex.com/nextcloud/teams/64236/es_EC/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_EC","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Ecuador) (https://www.transifex.com/nextcloud/teams/64236/es_EC/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_EC\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"es_GT",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Spanish (Guatemala) (https://www.transifex.com/nextcloud/teams/64236/es_GT/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_GT","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Guatemala) (https://www.transifex.com/nextcloud/teams/64236/es_GT/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_GT\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"es_HN",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Spanish (Honduras) (https://www.transifex.com/nextcloud/teams/64236/es_HN/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_HN","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Honduras) (https://www.transifex.com/nextcloud/teams/64236/es_HN/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_HN\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"es_MX",json:{charset:"utf-8",headers:{"Last-Translator":"ALEJANDRO CASTRO, 2022","Language-Team":"Spanish (Mexico) (https://www.transifex.com/nextcloud/teams/64236/es_MX/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_MX","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nLuis Francisco Castro, 2022\nALEJANDRO CASTRO, 2022\n"},msgstr:["Last-Translator: ALEJANDRO CASTRO, 2022\nLanguage-Team: Spanish (Mexico) (https://www.transifex.com/nextcloud/teams/64236/es_MX/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_MX\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} segundos restantes"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["{tiempo} restante"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["quedan pocos segundos"]},Add:{msgid:"Add",msgstr:["agregar"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["cancelar las cargas"]},"estimating time left":{msgid:"estimating time left",msgstr:["estimando tiempo restante"]},paused:{msgid:"paused",msgstr:["en pausa"]},"Upload files":{msgid:"Upload files",msgstr:["cargar archivos"]}}}}},{locale:"es_NI",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Spanish (Nicaragua) (https://www.transifex.com/nextcloud/teams/64236/es_NI/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_NI","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Nicaragua) (https://www.transifex.com/nextcloud/teams/64236/es_NI/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_NI\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"es_PA",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Spanish (Panama) (https://www.transifex.com/nextcloud/teams/64236/es_PA/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_PA","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Panama) (https://www.transifex.com/nextcloud/teams/64236/es_PA/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_PA\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"es_PE",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Spanish (Peru) (https://www.transifex.com/nextcloud/teams/64236/es_PE/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_PE","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Peru) (https://www.transifex.com/nextcloud/teams/64236/es_PE/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_PE\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"es_PR",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Spanish (Puerto Rico) (https://www.transifex.com/nextcloud/teams/64236/es_PR/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_PR","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Puerto Rico) (https://www.transifex.com/nextcloud/teams/64236/es_PR/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_PR\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"es_PY",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Spanish (Paraguay) (https://www.transifex.com/nextcloud/teams/64236/es_PY/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_PY","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Paraguay) (https://www.transifex.com/nextcloud/teams/64236/es_PY/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_PY\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"es_SV",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Spanish (El Salvador) (https://www.transifex.com/nextcloud/teams/64236/es_SV/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_SV","Plural-Forms":"nplurals=2; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (El Salvador) (https://www.transifex.com/nextcloud/teams/64236/es_SV/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_SV\nPlural-Forms: nplurals=2; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"es_UY",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Spanish (Uruguay) (https://www.transifex.com/nextcloud/teams/64236/es_UY/)","Content-Type":"text/plain; charset=UTF-8",Language:"es_UY","Plural-Forms":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Uruguay) (https://www.transifex.com/nextcloud/teams/64236/es_UY/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_UY\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"et_EE",json:{charset:"utf-8",headers:{"Last-Translator":"Taavo Roos, 2023","Language-Team":"Estonian (Estonia) (https://app.transifex.com/nextcloud/teams/64236/et_EE/)","Content-Type":"text/plain; charset=UTF-8",Language:"et_EE","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nMait R, 2022\nTaavo Roos, 2023\n"},msgstr:["Last-Translator: Taavo Roos, 2023\nLanguage-Team: Estonian (Estonia) (https://app.transifex.com/nextcloud/teams/64236/et_EE/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: et_EE\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} jäänud sekundid"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["{time} aega jäänud"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["jäänud mõni sekund"]},Add:{msgid:"Add",msgstr:["Lisa"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Tühista üleslaadimine"]},"estimating time left":{msgid:"estimating time left",msgstr:["hinnanguline järelejäänud aeg"]},paused:{msgid:"paused",msgstr:["pausil"]},"Upload files":{msgid:"Upload files",msgstr:["Lae failid üles"]}}}}},{locale:"eu",json:{charset:"utf-8",headers:{"Last-Translator":"Unai Tolosa Pontesta , 2022","Language-Team":"Basque (https://www.transifex.com/nextcloud/teams/64236/eu/)","Content-Type":"text/plain; charset=UTF-8",Language:"eu","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nUnai Tolosa Pontesta , 2022\n"},msgstr:["Last-Translator: Unai Tolosa Pontesta , 2022\nLanguage-Team: Basque (https://www.transifex.com/nextcloud/teams/64236/eu/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: eu\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} segundo geratzen dira"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["{time} geratzen da"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["segundo batzuk geratzen dira"]},Add:{msgid:"Add",msgstr:["Gehitu"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Ezeztatu igoerak"]},"estimating time left":{msgid:"estimating time left",msgstr:["kalkulatutako geratzen den denbora"]},paused:{msgid:"paused",msgstr:["geldituta"]},"Upload files":{msgid:"Upload files",msgstr:["Igo fitxategiak"]}}}}},{locale:"fa",json:{charset:"utf-8",headers:{"Last-Translator":"Fatemeh Komeily, 2023","Language-Team":"Persian (https://app.transifex.com/nextcloud/teams/64236/fa/)","Content-Type":"text/plain; charset=UTF-8",Language:"fa","Plural-Forms":"nplurals=2; plural=(n > 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nFatemeh Komeily, 2023\n"},msgstr:["Last-Translator: Fatemeh Komeily, 2023\nLanguage-Team: Persian (https://app.transifex.com/nextcloud/teams/64236/fa/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: fa\nPlural-Forms: nplurals=2; plural=(n > 1);\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["ثانیه های باقی مانده"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["باقی مانده"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["چند ثانیه مانده"]},Add:{msgid:"Add",msgstr:["اضافه کردن"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["کنسل کردن فایل های اپلود شده"]},"estimating time left":{msgid:"estimating time left",msgstr:["تخمین زمان باقی مانده"]},paused:{msgid:"paused",msgstr:["مکث کردن"]},"Upload files":{msgid:"Upload files",msgstr:["بارگذاری فایل ها"]}}}}},{locale:"fi_FI",json:{charset:"utf-8",headers:{"Last-Translator":"Jiri Grönroos , 2022","Language-Team":"Finnish (Finland) (https://www.transifex.com/nextcloud/teams/64236/fi_FI/)","Content-Type":"text/plain; charset=UTF-8",Language:"fi_FI","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJiri Grönroos , 2022\n"},msgstr:["Last-Translator: Jiri Grönroos , 2022\nLanguage-Team: Finnish (Finland) (https://www.transifex.com/nextcloud/teams/64236/fi_FI/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: fi_FI\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} sekuntia jäljellä"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["{time} jäljellä"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["muutama sekunti jäljellä"]},Add:{msgid:"Add",msgstr:["Lisää"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Peruuta lähetykset"]},"estimating time left":{msgid:"estimating time left",msgstr:["arvioidaan jäljellä olevaa aikaa"]},paused:{msgid:"paused",msgstr:["keskeytetty"]},"Upload files":{msgid:"Upload files",msgstr:["Lähetä tiedostoja"]}}}}},{locale:"fo",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Faroese (https://www.transifex.com/nextcloud/teams/64236/fo/)","Content-Type":"text/plain; charset=UTF-8",Language:"fo","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Faroese (https://www.transifex.com/nextcloud/teams/64236/fo/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: fo\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"fr",json:{charset:"utf-8",headers:{"Last-Translator":"Liviu Milies, 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\nLiviu Milies, 2023\n"},msgstr:["Last-Translator: Liviu Milies, 2023\nLanguage-Team: French (https://app.transifex.com/nextcloud/teams/64236/fr/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: fr\nPlural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} fichier en conflit","{count} fichiers en conflit","{count} fichiers en conflit"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{count} fichier en conflit dans {dirname}","{count} fichiers en conflit dans {dirname}","{count} fichiers en conflit dans {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} secondes restantes"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["{time} restant"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["quelques secondes restantes"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Annuler les envois"]},Continue:{msgid:"Continue",msgstr:["Continuer"]},"estimating time left":{msgid:"estimating time left",msgstr:["estimation du temps restant"]},"Existing version":{msgid:"Existing version",msgstr:["Version existante"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["Si vous sélectionnez les deux versions, un nombre sera postfixé au nom du fichier."]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Date de dernière modification inconnue"]},New:{msgid:"New",msgstr:["Nou"]},"New version":{msgid:"New version",msgstr:["Nouvelle version"]},paused:{msgid:"paused",msgstr:["en pause"]},"Preview image":{msgid:"Preview image",msgstr:["Image d'aperçu"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Sélectionner toutes les cases"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Sélectionner tous les fichiers existants"]},"Select all new files":{msgid:"Select all new files",msgstr:["Sélectionner tous les nouveaux fichiers"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["Ignorer ce fichier","Ignorer {count} fichiers","Ignorer {count} fichiers"]},"Unknown size":{msgid:"Unknown size",msgstr:["Taille inconnue"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Envoi annulé"]},"Upload files":{msgid:"Upload files",msgstr:["Téléverser des fichiers"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["Quels fichiers souhaitez-vous conserver ?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["Vous devez sélectionner au moins une version de chaque fichier pour continuer."]}}}}},{locale:"gd",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Gaelic, Scottish (https://www.transifex.com/nextcloud/teams/64236/gd/)","Content-Type":"text/plain; charset=UTF-8",Language:"gd","Plural-Forms":"nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n > 2 && n < 20) ? 2 : 3;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Gaelic, Scottish (https://www.transifex.com/nextcloud/teams/64236/gd/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: gd\nPlural-Forms: nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n > 2 && n < 20) ? 2 : 3;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"gl",json:{charset:"utf-8",headers:{"Last-Translator":"Miguel Anxo Bouzada , 2023","Language-Team":"Galician (https://app.transifex.com/nextcloud/teams/64236/gl/)","Content-Type":"text/plain; charset=UTF-8",Language:"gl","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nNacho , 2023\nMiguel Anxo Bouzada , 2023\n"},msgstr:["Last-Translator: Miguel Anxo Bouzada , 2023\nLanguage-Team: Galician (https://app.transifex.com/nextcloud/teams/64236/gl/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: gl\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} conflito de ficheiros","{count} conflitos de ficheiros"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{count} conflito de ficheiros en {dirname}","{count} conflitos de ficheiros en {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["faltan {seconds} segundos"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["falta {time}"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["faltan uns segundos"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Cancelar envíos"]},Continue:{msgid:"Continue",msgstr:["Continuar"]},"estimating time left":{msgid:"estimating time left",msgstr:["calculando canto tempo falta"]},"Existing version":{msgid:"Existing version",msgstr:["Versión existente"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["Se selecciona ambas as versións, o ficheiro copiado terá un número engadido ao seu nome."]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Data da última modificación descoñecida"]},New:{msgid:"New",msgstr:["Nova"]},"New version":{msgid:"New version",msgstr:["Nova versión"]},paused:{msgid:"paused",msgstr:["detido"]},"Preview image":{msgid:"Preview image",msgstr:["Vista previa da imaxe"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Marcar todas as caixas de selección"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Seleccionar todos os ficheiros existentes"]},"Select all new files":{msgid:"Select all new files",msgstr:["Seleccionar todos os ficheiros novos"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["Omita este ficheiro","Omitir {count} ficheiros"]},"Unknown size":{msgid:"Unknown size",msgstr:["Tamaño descoñecido"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Envío cancelado"]},"Upload files":{msgid:"Upload files",msgstr:["Enviar ficheiros"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["Que ficheiros quere conservar?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["Debe seleccionar polo menos unha versión de cada ficheiro para continuar."]}}}}},{locale:"he",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Hebrew (https://www.transifex.com/nextcloud/teams/64236/he/)","Content-Type":"text/plain; charset=UTF-8",Language:"he","Plural-Forms":"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Hebrew (https://www.transifex.com/nextcloud/teams/64236/he/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: he\nPlural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"hi_IN",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Hindi (India) (https://www.transifex.com/nextcloud/teams/64236/hi_IN/)","Content-Type":"text/plain; charset=UTF-8",Language:"hi_IN","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Hindi (India) (https://www.transifex.com/nextcloud/teams/64236/hi_IN/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: hi_IN\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"hr",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Croatian (https://www.transifex.com/nextcloud/teams/64236/hr/)","Content-Type":"text/plain; charset=UTF-8",Language:"hr","Plural-Forms":"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Croatian (https://www.transifex.com/nextcloud/teams/64236/hr/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: hr\nPlural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"hsb",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Upper Sorbian (https://www.transifex.com/nextcloud/teams/64236/hsb/)","Content-Type":"text/plain; charset=UTF-8",Language:"hsb","Plural-Forms":"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Upper Sorbian (https://www.transifex.com/nextcloud/teams/64236/hsb/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: hsb\nPlural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"hu",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Hungarian (https://www.transifex.com/nextcloud/teams/64236/hu/)","Content-Type":"text/plain; charset=UTF-8",Language:"hu","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Hungarian (https://www.transifex.com/nextcloud/teams/64236/hu/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: hu\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"hu_HU",json:{charset:"utf-8",headers:{"Last-Translator":"Balázs Úr, 2022","Language-Team":"Hungarian (Hungary) (https://www.transifex.com/nextcloud/teams/64236/hu_HU/)","Content-Type":"text/plain; charset=UTF-8",Language:"hu_HU","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nBalázs Meskó , 2022\nBalázs Úr, 2022\n"},msgstr:["Last-Translator: Balázs Úr, 2022\nLanguage-Team: Hungarian (Hungary) (https://www.transifex.com/nextcloud/teams/64236/hu_HU/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: hu_HU\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{} másodperc van hátra"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["{time} van hátra"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["pár másodperc van hátra"]},Add:{msgid:"Add",msgstr:["Hozzáadás"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Feltöltések megszakítása"]},"estimating time left":{msgid:"estimating time left",msgstr:["hátralévő idő becslése"]},paused:{msgid:"paused",msgstr:["szüneteltetve"]},"Upload files":{msgid:"Upload files",msgstr:["Fájlok feltöltése"]}}}}},{locale:"hy",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Armenian (https://www.transifex.com/nextcloud/teams/64236/hy/)","Content-Type":"text/plain; charset=UTF-8",Language:"hy","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Armenian (https://www.transifex.com/nextcloud/teams/64236/hy/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: hy\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"ia",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Interlingua (https://www.transifex.com/nextcloud/teams/64236/ia/)","Content-Type":"text/plain; charset=UTF-8",Language:"ia","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Interlingua (https://www.transifex.com/nextcloud/teams/64236/ia/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ia\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"id",json:{charset:"utf-8",headers:{"Last-Translator":"Linerly , 2023","Language-Team":"Indonesian (https://app.transifex.com/nextcloud/teams/64236/id/)","Content-Type":"text/plain; charset=UTF-8",Language:"id","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nEmpty Slot Filler, 2023\nLinerly , 2023\n"},msgstr:["Last-Translator: Linerly , 2023\nLanguage-Team: Indonesian (https://app.transifex.com/nextcloud/teams/64236/id/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: id\nPlural-Forms: nplurals=1; plural=0;\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} berkas berkonflik"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{count} berkas berkonflik dalam {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} detik tersisa"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["{time} tersisa"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["tinggal sebentar lagi"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Batalkan unggahan"]},Continue:{msgid:"Continue",msgstr:["Lanjutkan"]},"estimating time left":{msgid:"estimating time left",msgstr:["memperkirakan waktu yang tersisa"]},"Existing version":{msgid:"Existing version",msgstr:["Versi yang ada"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["Jika Anda memilih kedua versi, nama berkas yang disalin akan ditambahi angka."]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Tanggal perubahan terakhir tidak diketahui"]},New:{msgid:"New",msgstr:["Baru"]},"New version":{msgid:"New version",msgstr:["Versi baru"]},paused:{msgid:"paused",msgstr:["dijeda"]},"Preview image":{msgid:"Preview image",msgstr:["Gambar pratinjau"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Pilih semua kotak centang"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Pilih semua berkas yang ada"]},"Select all new files":{msgid:"Select all new files",msgstr:["Pilih semua berkas baru"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["Lewati {count} berkas"]},"Unknown size":{msgid:"Unknown size",msgstr:["Ukuran tidak diketahui"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Unggahan dibatalkan"]},"Upload files":{msgid:"Upload files",msgstr:["Unggah berkas"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["Berkas mana yang Anda ingin tetap simpan?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["Anda harus memilih setidaknya satu versi dari masing-masing berkas untuk melanjutkan."]}}}}},{locale:"ig",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Igbo (https://www.transifex.com/nextcloud/teams/64236/ig/)","Content-Type":"text/plain; charset=UTF-8",Language:"ig","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Igbo (https://www.transifex.com/nextcloud/teams/64236/ig/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ig\nPlural-Forms: nplurals=1; plural=0;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"is",json:{charset:"utf-8",headers:{"Last-Translator":"Sveinn í Felli , 2023","Language-Team":"Icelandic (https://app.transifex.com/nextcloud/teams/64236/is/)","Content-Type":"text/plain; charset=UTF-8",Language:"is","Plural-Forms":"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nSveinn í Felli , 2023\n"},msgstr:["Last-Translator: Sveinn í Felli , 2023\nLanguage-Team: Icelandic (https://app.transifex.com/nextcloud/teams/64236/is/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: is\nPlural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} árekstur skráa","{count} árekstrar skráa"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{count} árekstur skráa í {dirname}","{count} árekstrar skráa í {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} sekúndur eftir"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["{time} eftir"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["nokkrar sekúndur eftir"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Hætta við innsendingar"]},Continue:{msgid:"Continue",msgstr:["Halda áfram"]},"estimating time left":{msgid:"estimating time left",msgstr:["áætla tíma sem eftir er"]},"Existing version":{msgid:"Existing version",msgstr:["Fyrirliggjandi útgáfa"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["Ef þú velur báðar útgáfur, þá mun verða bætt tölustaf aftan við heiti afrituðu skrárinnar."]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Síðasta breytingadagsetning er óþekkt"]},New:{msgid:"New",msgstr:["Nýtt"]},"New version":{msgid:"New version",msgstr:["Ný útgáfa"]},paused:{msgid:"paused",msgstr:["í bið"]},"Preview image":{msgid:"Preview image",msgstr:["Forskoðun myndar"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Velja gátreiti"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Velja allar fyrirliggjandi skrár"]},"Select all new files":{msgid:"Select all new files",msgstr:["Velja allar nýjar skrár"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["Sleppa þessari skrá","Sleppa {count} skrám"]},"Unknown size":{msgid:"Unknown size",msgstr:["Óþekkt stærð"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Hætt við innsendingu"]},"Upload files":{msgid:"Upload files",msgstr:["Senda inn skrár"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["Hvaða skrám vilt þú vilt halda eftir?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["Þú verður að velja að minnsta kosti eina útgáfu af hverri skrá til að halda áfram."]}}}}},{locale:"it",json:{charset:"utf-8",headers:{"Last-Translator":"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":"M H , 2023","Language-Team":"Polish (https://app.transifex.com/nextcloud/teams/64236/pl/)","Content-Type":"text/plain; charset=UTF-8",Language:"pl","Plural-Forms":"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nM H , 2023\n"},msgstr:["Last-Translator: M H , 2023\nLanguage-Team: Polish (https://app.transifex.com/nextcloud/teams/64236/pl/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: pl\nPlural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["konflikt 1 pliku","{count} konfliktów plików","{count} konfliktów plików","{count} konfliktów plików"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{count} konfliktowy plik w {dirname}","{count} konfliktowych plików w {dirname}","{count} konfliktowych plików w {dirname}","{count} konfliktowych plików w {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["Pozostało {seconds} sekund"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["Pozostało {time}"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["Pozostało kilka sekund"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Anuluj wysyłanie"]},Continue:{msgid:"Continue",msgstr:["Kontynuuj"]},"estimating time left":{msgid:"estimating time left",msgstr:["Szacowanie pozostałego czasu"]},"Existing version":{msgid:"Existing version",msgstr:["Istniejąca wersja"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["Jeżeli wybierzesz obie wersje to do nazw skopiowanych plików zostanie dodany numer"]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Nieznana data ostatniej modyfikacji"]},New:{msgid:"New",msgstr:["Nowy"]},"New version":{msgid:"New version",msgstr:["Nowa wersja"]},paused:{msgid:"paused",msgstr:["Wstrzymane"]},"Preview image":{msgid:"Preview image",msgstr:["Podgląd obrazu"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Zaznacz wszystkie boxy"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Zaznacz wszystkie istniejące pliki"]},"Select all new files":{msgid:"Select all new files",msgstr:["Zaznacz wszystkie nowe pliki"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["Pomiń 1 plik","Pomiń {count} plików","Pomiń {count} plików","Pomiń {count} plików"]},"Unknown size":{msgid:"Unknown size",msgstr:["Nieznany rozmiar"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Anulowano wysyłanie"]},"Upload files":{msgid:"Upload files",msgstr:["Wyślij pliki"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["Które pliki chcesz zachować"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["Aby kontynuować, musisz wybrać co najmniej jedną wersję każdego pliku."]}}}}},{locale:"ps",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Pashto (https://www.transifex.com/nextcloud/teams/64236/ps/)","Content-Type":"text/plain; charset=UTF-8",Language:"ps","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Pashto (https://www.transifex.com/nextcloud/teams/64236/ps/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ps\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"pt_BR",json:{charset:"utf-8",headers:{"Last-Translator":"Flávio Veras , 2022","Language-Team":"Portuguese (Brazil) (https://www.transifex.com/nextcloud/teams/64236/pt_BR/)","Content-Type":"text/plain; charset=UTF-8",Language:"pt_BR","Plural-Forms":"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nLeonardo Colman , 2022\nJeann Cavalcante , 2022\nFlávio Veras , 2022\n"},msgstr:["Last-Translator: Flávio Veras , 2022\nLanguage-Team: Portuguese (Brazil) (https://www.transifex.com/nextcloud/teams/64236/pt_BR/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: pt_BR\nPlural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} segundos restantes"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["{time} restante"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["alguns segundos restantes"]},Add:{msgid:"Add",msgstr:["Adicionar"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Cancelar uploads"]},"estimating time left":{msgid:"estimating time left",msgstr:["estimando tempo restante"]},paused:{msgid:"paused",msgstr:["pausado"]},"Upload files":{msgid:"Upload files",msgstr:["Enviar arquivos"]}}}}},{locale:"pt_PT",json:{charset:"utf-8",headers:{"Last-Translator":"Manuela Silva , 2022","Language-Team":"Portuguese (Portugal) (https://www.transifex.com/nextcloud/teams/64236/pt_PT/)","Content-Type":"text/plain; charset=UTF-8",Language:"pt_PT","Plural-Forms":"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nManuela Silva , 2022\n"},msgstr:["Last-Translator: Manuela Silva , 2022\nLanguage-Team: Portuguese (Portugal) (https://www.transifex.com/nextcloud/teams/64236/pt_PT/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: pt_PT\nPlural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["faltam {seconds} segundo(s)"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["faltam {time}"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["faltam uns segundos"]},Add:{msgid:"Add",msgstr:["Adicionar"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Cancelar envios"]},"estimating time left":{msgid:"estimating time left",msgstr:["tempo em falta estimado"]},paused:{msgid:"paused",msgstr:["pausado"]},"Upload files":{msgid:"Upload files",msgstr:["Enviar ficheiros"]}}}}},{locale:"ro",json:{charset:"utf-8",headers:{"Last-Translator":"Mădălin Vasiliu , 2022","Language-Team":"Romanian (https://www.transifex.com/nextcloud/teams/64236/ro/)","Content-Type":"text/plain; charset=UTF-8",Language:"ro","Plural-Forms":"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nMădălin Vasiliu , 2022\n"},msgstr:["Last-Translator: Mădălin Vasiliu , 2022\nLanguage-Team: Romanian (https://www.transifex.com/nextcloud/teams/64236/ro/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ro\nPlural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} secunde rămase"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["{time} rămas"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["câteva secunde rămase"]},Add:{msgid:"Add",msgstr:["Adaugă"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Anulați încărcările"]},"estimating time left":{msgid:"estimating time left",msgstr:["estimarea timpului rămas"]},paused:{msgid:"paused",msgstr:["pus pe pauză"]},"Upload files":{msgid:"Upload files",msgstr:["Încarcă fișiere"]}}}}},{locale:"ru",json:{charset:"utf-8",headers:{"Last-Translator":"Александр, 2023","Language-Team":"Russian (https://app.transifex.com/nextcloud/teams/64236/ru/)","Content-Type":"text/plain; charset=UTF-8",Language:"ru","Plural-Forms":"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nMax Smith , 2023\nАлександр, 2023\n"},msgstr:["Last-Translator: Александр, 2023\nLanguage-Team: Russian (https://app.transifex.com/nextcloud/teams/64236/ru/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ru\nPlural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["конфликт {count} файла","конфликт {count} файлов","конфликт {count} файлов","конфликт {count} файлов"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["конфликт {count} файла в {dirname}","конфликт {count} файлов в {dirname}","конфликт {count} файлов в {dirname}","конфликт {count} файлов в {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["осталось {seconds} секунд"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["осталось {time}"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["осталось несколько секунд"]},Add:{msgid:"Add",msgstr:["Добавить"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Отменить загрузки"]},Continue:{msgid:"Continue",msgstr:["Продолжить"]},"estimating time left":{msgid:"estimating time left",msgstr:["оценка оставшегося времени"]},"Existing version":{msgid:"Existing version",msgstr:["Текущая версия"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["Если вы выберете обе версии, к имени скопированного файла будет добавлен номер."]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Дата последнего изменения неизвестна"]},"New version":{msgid:"New version",msgstr:["Новая версия"]},paused:{msgid:"paused",msgstr:["приостановлено"]},"Preview image":{msgid:"Preview image",msgstr:["Предварительный просмотр"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Установить все флажки"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Выбрать все существующие файлы"]},"Select all new files":{msgid:"Select all new files",msgstr:["Выбрать все новые файлы"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["Пропустить файл","Пропустить {count} файла","Пропустить {count} файлов","Пропустить {count} файлов"]},"Unknown size":{msgid:"Unknown size",msgstr:["Неизвестный размер"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Загрузка отменена"]},"Upload files":{msgid:"Upload files",msgstr:["Загрузка файлов"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["Какие файлы вы хотите сохранить?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["Для продолжения вам нужно выбрать по крайней мере одну версию каждого файла."]}}}}},{locale:"ru_RU",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Russian (Russia) (https://www.transifex.com/nextcloud/teams/64236/ru_RU/)","Content-Type":"text/plain; charset=UTF-8",Language:"ru_RU","Plural-Forms":"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Russian (Russia) (https://www.transifex.com/nextcloud/teams/64236/ru_RU/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ru_RU\nPlural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"sc",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Sardinian (https://www.transifex.com/nextcloud/teams/64236/sc/)","Content-Type":"text/plain; charset=UTF-8",Language:"sc","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Sardinian (https://www.transifex.com/nextcloud/teams/64236/sc/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: sc\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"si",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Sinhala (https://www.transifex.com/nextcloud/teams/64236/si/)","Content-Type":"text/plain; charset=UTF-8",Language:"si","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Sinhala (https://www.transifex.com/nextcloud/teams/64236/si/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: si\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"si_LK",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Sinhala (Sri Lanka) (https://www.transifex.com/nextcloud/teams/64236/si_LK/)","Content-Type":"text/plain; charset=UTF-8",Language:"si_LK","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Sinhala (Sri Lanka) (https://www.transifex.com/nextcloud/teams/64236/si_LK/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: si_LK\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"sk_SK",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Slovak (Slovakia) (https://www.transifex.com/nextcloud/teams/64236/sk_SK/)","Content-Type":"text/plain; charset=UTF-8",Language:"sk_SK","Plural-Forms":"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Slovak (Slovakia) (https://www.transifex.com/nextcloud/teams/64236/sk_SK/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: sk_SK\nPlural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"sl",json:{charset:"utf-8",headers:{"Last-Translator":"Matej Urbančič <>, 2022","Language-Team":"Slovenian (https://www.transifex.com/nextcloud/teams/64236/sl/)","Content-Type":"text/plain; charset=UTF-8",Language:"sl","Plural-Forms":"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nMatej Urbančič <>, 2022\n"},msgstr:["Last-Translator: Matej Urbančič <>, 2022\nLanguage-Team: Slovenian (https://www.transifex.com/nextcloud/teams/64236/sl/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: sl\nPlural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["še {seconds} sekund"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["še {time}"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["še nekaj sekund"]},Add:{msgid:"Add",msgstr:["Dodaj"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Prekliči pošiljanje"]},"estimating time left":{msgid:"estimating time left",msgstr:["ocenjen čas do konca"]},paused:{msgid:"paused",msgstr:["v premoru"]},"Upload files":{msgid:"Upload files",msgstr:["Pošlji datoteke"]}}}}},{locale:"sl_SI",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Slovenian (Slovenia) (https://www.transifex.com/nextcloud/teams/64236/sl_SI/)","Content-Type":"text/plain; charset=UTF-8",Language:"sl_SI","Plural-Forms":"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Slovenian (Slovenia) (https://www.transifex.com/nextcloud/teams/64236/sl_SI/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: sl_SI\nPlural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"sq",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Albanian (https://www.transifex.com/nextcloud/teams/64236/sq/)","Content-Type":"text/plain; charset=UTF-8",Language:"sq","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Albanian (https://www.transifex.com/nextcloud/teams/64236/sq/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: sq\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"sr",json:{charset:"utf-8",headers:{"Last-Translator":"Иван Пешић, 2023","Language-Team":"Serbian (https://app.transifex.com/nextcloud/teams/64236/sr/)","Content-Type":"text/plain; charset=UTF-8",Language:"sr","Plural-Forms":"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nИван Пешић, 2023\n"},msgstr:["Last-Translator: Иван Пешић, 2023\nLanguage-Team: Serbian (https://app.transifex.com/nextcloud/teams/64236/sr/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: sr\nPlural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} фајл конфликт","{count} фајл конфликта","{count} фајл конфликта"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{count} фајл конфликт у {dirname}","{count} фајл конфликта у {dirname}","{count} фајл конфликта у {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["преостало је {seconds} секунди"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["{time} преостало"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["преостало је неколико секунди"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Обустави отпремања"]},Continue:{msgid:"Continue",msgstr:["Настави"]},"estimating time left":{msgid:"estimating time left",msgstr:["процена преосталог времена"]},"Existing version":{msgid:"Existing version",msgstr:["Постојећа верзија"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["Ако изаберете обе верзије, на име копираног фајла ће се додати број."]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Није познат датум последње измене"]},New:{msgid:"New",msgstr:["Ново"]},"New version":{msgid:"New version",msgstr:["Нова верзија"]},paused:{msgid:"paused",msgstr:["паузирано"]},"Preview image":{msgid:"Preview image",msgstr:["Слика прегледа"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Штиклирај сва поља за штиклирање"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Изабери све постојеће фајлове"]},"Select all new files":{msgid:"Select all new files",msgstr:["Изабери све нове фајлове"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["Прескочи овај фајл","Прескочи {count} фајла","Прескочи {count} фајлова"]},"Unknown size":{msgid:"Unknown size",msgstr:["Непозната величина"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Отпремање је отказано"]},"Upload files":{msgid:"Upload files",msgstr:["Отпреми фајлове"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["Које фајлове желите да задржите?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["Морате да изаберете барем једну верзију сваког фајла да наставите."]}}}}},{locale:"sr@latin",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Serbian (Latin) (https://www.transifex.com/nextcloud/teams/64236/sr@latin/)","Content-Type":"text/plain; charset=UTF-8",Language:"sr@latin","Plural-Forms":"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Serbian (Latin) (https://www.transifex.com/nextcloud/teams/64236/sr@latin/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: sr@latin\nPlural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"sv",json:{charset:"utf-8",headers:{"Last-Translator":"Magnus Höglund, 2023","Language-Team":"Swedish (https://app.transifex.com/nextcloud/teams/64236/sv/)","Content-Type":"text/plain; charset=UTF-8",Language:"sv","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nMagnus Höglund, 2023\n"},msgstr:["Last-Translator: Magnus Höglund, 2023\nLanguage-Team: Swedish (https://app.transifex.com/nextcloud/teams/64236/sv/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: sv\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} filkonflikt","{count} filkonflikter"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{count} filkonflikt i {dirname}","{count} filkonflikter i {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} sekunder kvarstår"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["{time} kvarstår"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["några sekunder kvar"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Avbryt uppladdningar"]},Continue:{msgid:"Continue",msgstr:["Fortsätt"]},"estimating time left":{msgid:"estimating time left",msgstr:["uppskattar kvarstående tid"]},"Existing version":{msgid:"Existing version",msgstr:["Nuvarande version"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["Om du väljer båda versionerna kommer den kopierade filen att få ett nummer tillagt i namnet."]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Senaste ändringsdatum okänt"]},New:{msgid:"New",msgstr:["Ny"]},"New version":{msgid:"New version",msgstr:["Ny version"]},paused:{msgid:"paused",msgstr:["pausad"]},"Preview image":{msgid:"Preview image",msgstr:["Förhandsgranska bild"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Markera alla kryssrutor"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Välj alla befintliga filer"]},"Select all new files":{msgid:"Select all new files",msgstr:["Välj alla nya filer"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["Hoppa över denna fil","Hoppa över {count} filer"]},"Unknown size":{msgid:"Unknown size",msgstr:["Okänd storlek"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Uppladdningen avbröts"]},"Upload files":{msgid:"Upload files",msgstr:["Ladda upp filer"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["Vilka filer vill du behålla?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["Du måste välja minst en version av varje fil för att fortsätta."]}}}}},{locale:"sw",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Swahili (https://www.transifex.com/nextcloud/teams/64236/sw/)","Content-Type":"text/plain; charset=UTF-8",Language:"sw","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Swahili (https://www.transifex.com/nextcloud/teams/64236/sw/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: sw\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"ta",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Tamil (https://www.transifex.com/nextcloud/teams/64236/ta/)","Content-Type":"text/plain; charset=UTF-8",Language:"ta","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Tamil (https://www.transifex.com/nextcloud/teams/64236/ta/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ta\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"ta_LK",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Tamil (Sri-Lanka) (https://www.transifex.com/nextcloud/teams/64236/ta_LK/)","Content-Type":"text/plain; charset=UTF-8",Language:"ta_LK","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Tamil (Sri-Lanka) (https://www.transifex.com/nextcloud/teams/64236/ta_LK/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ta_LK\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"th",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Thai (https://www.transifex.com/nextcloud/teams/64236/th/)","Content-Type":"text/plain; charset=UTF-8",Language:"th","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Thai (https://www.transifex.com/nextcloud/teams/64236/th/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: th\nPlural-Forms: nplurals=1; plural=0;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"th_TH",json:{charset:"utf-8",headers:{"Last-Translator":"Phongpanot Phairat , 2022","Language-Team":"Thai (Thailand) (https://www.transifex.com/nextcloud/teams/64236/th_TH/)","Content-Type":"text/plain; charset=UTF-8",Language:"th_TH","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nPhongpanot Phairat , 2022\n"},msgstr:["Last-Translator: Phongpanot Phairat , 2022\nLanguage-Team: Thai (Thailand) (https://www.transifex.com/nextcloud/teams/64236/th_TH/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: th_TH\nPlural-Forms: nplurals=1; plural=0;\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["เหลืออีก {seconds} วินาที"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["เหลืออีก {time}"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["เหลืออีกไม่กี่วินาที"]},Add:{msgid:"Add",msgstr:["เพิ่ม"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["ยกเลิกการอัปโหลด"]},"estimating time left":{msgid:"estimating time left",msgstr:["กำลังคำนวณเวลาที่เหลือ"]},paused:{msgid:"paused",msgstr:["หยุดชั่วคราว"]},"Upload files":{msgid:"Upload files",msgstr:["อัปโหลดไฟล์"]}}}}},{locale:"tk",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Turkmen (https://www.transifex.com/nextcloud/teams/64236/tk/)","Content-Type":"text/plain; charset=UTF-8",Language:"tk","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Turkmen (https://www.transifex.com/nextcloud/teams/64236/tk/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: tk\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"tr",json:{charset:"utf-8",headers:{"Last-Translator":"Kaya Zeren , 2023","Language-Team":"Turkish (https://app.transifex.com/nextcloud/teams/64236/tr/)","Content-Type":"text/plain; charset=UTF-8",Language:"tr","Plural-Forms":"nplurals=2; plural=(n > 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nKaya Zeren , 2023\n"},msgstr:["Last-Translator: Kaya Zeren , 2023\nLanguage-Team: Turkish (https://app.transifex.com/nextcloud/teams/64236/tr/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: tr\nPlural-Forms: nplurals=2; plural=(n > 1);\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} dosya çakışması var","{count} dosya çakışması var"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{dirname} klasöründe {count} dosya çakışması var","{dirname} klasöründe {count} dosya çakışması var"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["{seconds} saniye kaldı"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["{time} kaldı"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["bir kaç saniye kaldı"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Yüklemeleri iptal et"]},Continue:{msgid:"Continue",msgstr:["İlerle"]},"estimating time left":{msgid:"estimating time left",msgstr:["öngörülen kalan süre"]},"Existing version":{msgid:"Existing version",msgstr:["Var olan sürüm"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["İki sürümü de seçerseniz, kopyalanan dosyanın adına bir sayı eklenir."]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Son değiştirilme tarihi bilinmiyor"]},New:{msgid:"New",msgstr:["Yeni"]},"New version":{msgid:"New version",msgstr:["Yeni sürüm"]},paused:{msgid:"paused",msgstr:["duraklatıldı"]},"Preview image":{msgid:"Preview image",msgstr:["Görsel ön izlemesi"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Tüm kutuları işaretle"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Tüm var olan dosyaları seç"]},"Select all new files":{msgid:"Select all new files",msgstr:["Tüm yeni dosyaları seç"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["Bu dosyayı atla","{count} dosyayı atla"]},"Unknown size":{msgid:"Unknown size",msgstr:["Boyut bilinmiyor"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Yükleme iptal edildi"]},"Upload files":{msgid:"Upload files",msgstr:["Dosyaları yükle"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["Hangi dosyaları tutmak istiyorsunuz?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["İlerlemek için her dosyanın en az bir sürümünü seçmelisiniz."]}}}}},{locale:"ug",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Uyghur (https://www.transifex.com/nextcloud/teams/64236/ug/)","Content-Type":"text/plain; charset=UTF-8",Language:"ug","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Uyghur (https://www.transifex.com/nextcloud/teams/64236/ug/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ug\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"uk",json:{charset:"utf-8",headers:{"Last-Translator":"O St , 2023","Language-Team":"Ukrainian (https://app.transifex.com/nextcloud/teams/64236/uk/)","Content-Type":"text/plain; charset=UTF-8",Language:"uk","Plural-Forms":"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nMehi Loki, 2023\nO St , 2023\n"},msgstr:["Last-Translator: O St , 2023\nLanguage-Team: Ukrainian (https://app.transifex.com/nextcloud/teams/64236/uk/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: uk\nPlural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} конфліктний файл","{count} конфліктних файли","{count} конфліктних файлів","{count} конфліктних файлів"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{count} конфліктний файл у каталозі {dirname}","{count} конфліктних файли у каталозі {dirname}","{count} конфліктних файлів у каталозі {dirname}","{count} конфліктних файлів у каталозі {dirname}"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["Залишилося {seconds} секунд"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["Залишилося {time}"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["залишилося кілька секунд"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Скасувати завантаження"]},Continue:{msgid:"Continue",msgstr:["Продовжити"]},"estimating time left":{msgid:"estimating time left",msgstr:["оцінка часу, що залишився"]},"Existing version":{msgid:"Existing version",msgstr:["Присутня версія"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["Якщо ви виберете обидві версії, буде створено копію файлу до назви якої буде додано цифру."]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["Дата останньої зміни невідома"]},New:{msgid:"New",msgstr:["Нове"]},"New version":{msgid:"New version",msgstr:["Нова версія"]},paused:{msgid:"paused",msgstr:["призупинено"]},"Preview image":{msgid:"Preview image",msgstr:["Попередній перегляд"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["Вибрати все"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["Вибрати всі присутні файли"]},"Select all new files":{msgid:"Select all new files",msgstr:["Виберіть усі нові файли"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["Пропустити файл","Пропустити {count} файли","Пропустити {count} файлів","Пропустити {count} файлів"]},"Unknown size":{msgid:"Unknown size",msgstr:["Невідомий розмір"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["Завантаження скасовано"]},"Upload files":{msgid:"Upload files",msgstr:["Завантажте файли"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["Які файли залишити?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["Для продовження потрібно вибрати принаймні одну версію для кожного файлу."]}}}}},{locale:"ur_PK",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Urdu (Pakistan) (https://www.transifex.com/nextcloud/teams/64236/ur_PK/)","Content-Type":"text/plain; charset=UTF-8",Language:"ur_PK","Plural-Forms":"nplurals=2; plural=(n != 1);"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Urdu (Pakistan) (https://www.transifex.com/nextcloud/teams/64236/ur_PK/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ur_PK\nPlural-Forms: nplurals=2; plural=(n != 1);\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"uz",json:{charset:"utf-8",headers:{"Last-Translator":"Transifex Bot <>, 2022","Language-Team":"Uzbek (https://www.transifex.com/nextcloud/teams/64236/uz/)","Content-Type":"text/plain; charset=UTF-8",Language:"uz","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nTransifex Bot <>, 2022\n"},msgstr:["Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Uzbek (https://www.transifex.com/nextcloud/teams/64236/uz/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: uz\nPlural-Forms: nplurals=1; plural=0;\n"]},"{estimate} seconds left":{msgid:"{estimate} seconds left",msgstr:[""]},"{hours} hours and {minutes} minutes left":{msgid:"{hours} hours and {minutes} minutes left",msgstr:[""]},"{minutes} minutes left":{msgid:"{minutes} minutes left",msgstr:[""]},"a few seconds left":{msgid:"a few seconds left",msgstr:[""]},Add:{msgid:"Add",msgstr:[""]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:[""]},"estimating time left":{msgid:"estimating time left",msgstr:[""]},paused:{msgid:"paused",msgstr:[""]}}}}},{locale:"vi",json:{charset:"utf-8",headers:{"Last-Translator":"blakduk, 2023","Language-Team":"Vietnamese (https://www.transifex.com/nextcloud/teams/64236/vi/)","Content-Type":"text/plain; charset=UTF-8",Language:"vi","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nblakduk, 2023\n"},msgstr:["Last-Translator: blakduk, 2023\nLanguage-Team: Vietnamese (https://www.transifex.com/nextcloud/teams/64236/vi/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: vi\nPlural-Forms: nplurals=1; plural=0;\n"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["Còn {second} giây"]},"{time} left":{msgid:"{time} left",comments:{extracted:"time has the format 00:00:00"},msgstr:["Còn lại {time}"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["Còn lại một vài giây"]},Add:{msgid:"Add",msgstr:["Thêm"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["Huỷ tải lên"]},"estimating time left":{msgid:"estimating time left",msgstr:["Thời gian còn lại dự kiến"]},paused:{msgid:"paused",msgstr:["đã tạm dừng"]},"Upload files":{msgid:"Upload files",msgstr:["Tập tin tải lên"]}}}}},{locale:"zh_CN",json:{charset:"utf-8",headers:{"Last-Translator":"Hongbo Chen, 2023","Language-Team":"Chinese (China) (https://app.transifex.com/nextcloud/teams/64236/zh_CN/)","Content-Type":"text/plain; charset=UTF-8",Language:"zh_CN","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nHongbo Chen, 2023\n"},msgstr:["Last-Translator: Hongbo Chen, 2023\nLanguage-Team: Chinese (China) (https://app.transifex.com/nextcloud/teams/64236/zh_CN/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: zh_CN\nPlural-Forms: nplurals=1; plural=0;\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count}文件冲突"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["在{dirname}目录下有{count}个文件冲突"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["剩余 {seconds} 秒"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["剩余 {time}"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["还剩几秒"]},Add:{msgid:"Add",msgstr:["添加"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["取消上传"]},Continue:{msgid:"Continue",msgstr:["继续"]},"estimating time left":{msgid:"estimating time left",msgstr:["估计剩余时间"]},"Existing version":{msgid:"Existing version",msgstr:["版本已存在"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["如果选择所有的版本,新增版本的文件名为原文件名加数字"]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["文件最后修改日期未知"]},"New version":{msgid:"New version",msgstr:["新版本"]},paused:{msgid:"paused",msgstr:["已暂停"]},"Preview image":{msgid:"Preview image",msgstr:["图片预览"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["选择所有的选择框"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["选择所有存在的文件"]},"Select all new files":{msgid:"Select all new files",msgstr:["选择所有的新文件"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["跳过{count}个文件"]},"Unknown size":{msgid:"Unknown size",msgstr:["文件大小未知"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["取消上传"]},"Upload files":{msgid:"Upload files",msgstr:["上传文件"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["你要保留哪些文件?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["每个文件至少选择一个版本"]}}}}},{locale:"zh_HK",json:{charset:"utf-8",headers:{"Last-Translator":"Café Tango, 2023","Language-Team":"Chinese (Hong Kong) (https://app.transifex.com/nextcloud/teams/64236/zh_HK/)","Content-Type":"text/plain; charset=UTF-8",Language:"zh_HK","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\nCafé Tango, 2023\n"},msgstr:["Last-Translator: Café Tango, 2023\nLanguage-Team: Chinese (Hong Kong) (https://app.transifex.com/nextcloud/teams/64236/zh_HK/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: zh_HK\nPlural-Forms: nplurals=1; plural=0;\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} 個檔案衝突"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{dirname} 中有 {count} 個檔案衝突"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["剩餘 {seconds} 秒"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["剩餘 {time}"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["還剩幾秒"]},Add:{msgid:"Add",msgstr:["添加"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["取消上傳"]},Continue:{msgid:"Continue",msgstr:["繼續"]},"estimating time left":{msgid:"estimating time left",msgstr:["估計剩餘時間"]},"Existing version":{msgid:"Existing version",msgstr:["既有版本"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["若您選取兩個版本,複製的檔案的名稱將會新增編號。"]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["最後修改日期不詳"]},"New version":{msgid:"New version",msgstr:["新版本 "]},paused:{msgid:"paused",msgstr:["已暫停"]},"Preview image":{msgid:"Preview image",msgstr:["預覽圖片"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["選取所有核取方塊"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["選取所有既有檔案"]},"Select all new files":{msgid:"Select all new files",msgstr:["選取所有新檔案"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["略過 {count} 個檔案"]},"Unknown size":{msgid:"Unknown size",msgstr:["大小不詳"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["已取消上傳"]},"Upload files":{msgid:"Upload files",msgstr:["上傳檔案"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["您想保留哪些檔案?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["您必須為每個檔案都至少選取一個版本以繼續。"]}}}}},{locale:"zh_TW",json:{charset:"utf-8",headers:{"Last-Translator":"黃柏諺 , 2023","Language-Team":"Chinese (Taiwan) (https://app.transifex.com/nextcloud/teams/64236/zh_TW/)","Content-Type":"text/plain; charset=UTF-8",Language:"zh_TW","Plural-Forms":"nplurals=1; plural=0;"},translations:{"":{"":{msgid:"",comments:{translator:"\nTranslators:\nJohn Molakvoæ , 2023\n黃柏諺 , 2023\n"},msgstr:["Last-Translator: 黃柏諺 , 2023\nLanguage-Team: Chinese (Taiwan) (https://app.transifex.com/nextcloud/teams/64236/zh_TW/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: zh_TW\nPlural-Forms: nplurals=1; plural=0;\n"]},"{count} file conflict":{msgid:"{count} file conflict",msgid_plural:"{count} files conflict",msgstr:["{count} 個檔案衝突"]},"{count} file conflict in {dirname}":{msgid:"{count} file conflict in {dirname}",msgid_plural:"{count} file conflicts in {dirname}",msgstr:["{dirname} 中有 {count} 個檔案衝突"]},"{seconds} seconds left":{msgid:"{seconds} seconds left",msgstr:["剩餘 {seconds} 秒"]},"{time} left":{msgid:"{time} left",comments:{extracted:"TRANSLATORS time has the format 00:00:00"},msgstr:["剩餘 {time}"]},"a few seconds left":{msgid:"a few seconds left",msgstr:["還剩幾秒"]},Add:{msgid:"Add",msgstr:["新增"]},"Cancel uploads":{msgid:"Cancel uploads",msgstr:["取消上傳"]},Continue:{msgid:"Continue",msgstr:["繼續"]},"estimating time left":{msgid:"estimating time left",msgstr:["估計剩餘時間"]},"Existing version":{msgid:"Existing version",msgstr:["既有版本"]},"If you select both versions, the copied file will have a number added to its name.":{msgid:"If you select both versions, the copied file will have a number added to its name.",msgstr:["若您選取兩個版本,複製的檔案的名稱將會新增編號。"]},"Last modified date unknown":{msgid:"Last modified date unknown",msgstr:["最後修改日期未知"]},"New version":{msgid:"New version",msgstr:["新版本"]},paused:{msgid:"paused",msgstr:["已暫停"]},"Preview image":{msgid:"Preview image",msgstr:["預覽圖片"]},"Select all checkboxes":{msgid:"Select all checkboxes",msgstr:["選取所有核取方塊"]},"Select all existing files":{msgid:"Select all existing files",msgstr:["選取所有既有檔案"]},"Select all new files":{msgid:"Select all new files",msgstr:["選取所有新檔案"]},"Skip this file":{msgid:"Skip this file",msgid_plural:"Skip {count} files",msgstr:["略過 {count} 檔案"]},"Unknown size":{msgid:"Unknown size",msgstr:["未知大小"]},"Upload cancelled":{msgid:"Upload cancelled",msgstr:["已取消上傳"]},"Upload files":{msgid:"Upload files",msgstr:["上傳檔案"]},"Which files do you want to keep?":{msgid:"Which files do you want to keep?",msgstr:["您想保留哪些檔案?"]},"You need to select at least one version of each file to continue.":{msgid:"You need to select at least one version of each file to continue.",msgstr:["您必須為每個檔案都至少選取一個版本以繼續。"]}}}}}].map((t=>el.addTranslation(t.locale,t.json)));const nl=el.build(),sl=nl.ngettext.bind(nl),il=nl.gettext.bind(nl),al=ja.extend({name:"UploadPicker",components:{Cancel:Qo,NcActionButton:N.Z,NcActions:F.Z,NcButton:B.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===Re.FAILED)).length},isUploading(){return this.queue?.length>0},isAssembling(){return 0!==this.queue?.filter((t=>t.status===Re.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:a}=await async function(t,e,s){const{default:i}=await n.e(4454).then(n.bind(n,44454));return new Promise(((n,a)=>{const r=new i({propsData:{dirname:t,conflicts:e,content:s}});r.$on("submit",(t=>{n(t),r.$destroy(),r.$el?.parentNode?.removeChild(r.$el)})),r.$on("cancel",(t=>{a(t??new Error("Canceled")),r.$destroy(),r.$el?.parentNode?.removeChild(r.$el)})),r.$mount(),document.body.appendChild(r.$el)}))}(this.destination.basename,e,this.content);t=[...s,...i,...a]}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===Re.FAILED?this.$emit("failed",t):this.$emit("uploaded",t)}}}),rl=Jo(al,(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 qe||(ol=new qe(t)),ol}}},a={};function r(t){var e=a[t];if(void 0!==e)return e.exports;var n=a[t]={id:t,loaded:!1,exports:{}};return i[t].call(n.exports,n,n.exports,r),n.loaded=!0,n.exports}r.m=i,e=[],r.O=(t,n,s,i)=>{if(!n){var a=1/0;for(d=0;d=i)&&Object.keys(r.O).every((t=>r.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]},r.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return r.d(e,{a:e}),e},r.d=(t,e)=>{for(var n in e)r.o(e,n)&&!r.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},r.f={},r.e=t=>Promise.all(Object.keys(r.f).reduce(((e,n)=>(r.f[n](t,e),e)),[])),r.u=t=>t+"-"+t+".js?v="+{923:"2686613ba9d88601b889",4454:"01ee6c5df96bab2df261",8321:"1e9a8023ef8296a459a5"}[t],r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),r.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n={},s="nextcloud:",r.l=(t,e,i,a)=>{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)}},r.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},r.nmd=t=>(t.paths=[],t.children||(t.children=[]),t),r.j=2181,(()=>{var t;r.g.importScripts&&(t=r.g.location+"");var e=r.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(/\/[^\/]+$/,"/"),r.p=t})(),(()=>{r.b=document.baseURI||self.location.href;var t={2181:0};r.f.j=(e,n)=>{var s=r.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 a=r.p+r.u(e),o=new Error;r.l(a,(n=>{if(r.o(t,e)&&(0!==(s=t[e])&&(t[e]=void 0),s)){var i=n&&("load"===n.type?"missing":n.type),a=n&&n.target&&n.target.src;o.message="Loading chunk "+e+" failed.\n("+i+": "+a+")",o.name="ChunkLoadError",o.type=i,o.request=a,s[1](o)}}),"chunk-"+e,e)}},r.O.j=e=>0===t[e];var e=(e,n)=>{var s,i,a=n[0],o=n[1],l=n[2],c=0;if(a.some((e=>0!==t[e]))){for(s in o)r.o(o,s)&&(r.m[s]=o[s]);if(l)var d=l(r)}for(e&&e(n);cr(32321)));o=r.O(o)})(); +//# sourceMappingURL=files-main.js.map?v=1f4d9bb2600e16f53888 \ No newline at end of file diff --git a/dist/files-main.js.map b/dist/files-main.js.map index 835193f7b5212..734ba7f7613e1 100644 --- a/dist/files-main.js.map +++ b/dist/files-main.js.map @@ -1 +1 @@ -{"version":3,"file":"files-main.js?v=e704f58d676ae7b3ba2a","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/FileMultiple.vue","webpack:///nextcloud/node_modules/vue-material-design-icons/FileMultiple.vue?vue&type=script&lang=js","webpack://nextcloud/./node_modules/vue-material-design-icons/FileMultiple.vue?6e9d","webpack:///nextcloud/node_modules/vue-material-design-icons/FileMultiple.vue?vue&type=template&id=065722db","webpack://nextcloud/./node_modules/vue-material-design-icons/Folder.vue?b60e","webpack:///nextcloud/apps/files/src/components/DragAndDropPreview.vue","webpack:///nextcloud/apps/files/src/utils/fileUtils.ts","webpack:///nextcloud/apps/files/src/components/DragAndDropPreview.vue?vue&type=script&lang=ts","webpack://nextcloud/./apps/files/src/components/DragAndDropPreview.vue?3906","webpack://nextcloud/./apps/files/src/components/DragAndDropPreview.vue?36f6","webpack:///nextcloud/apps/files/src/utils/dragUtils.ts","webpack://nextcloud/./node_modules/@nextcloud/dialogs/dist/style.css?d87c","webpack:///nextcloud/node_modules/axios/index.js","webpack:///nextcloud/apps/files/src/actions/moveOrCopyActionUtils.ts","webpack:///nextcloud/apps/files/src/actions/moveOrCopyAction.ts","webpack:///nextcloud/apps/files/src/utils/hashUtils.ts","webpack:///nextcloud/apps/files/src/store/actionsmenu.ts","webpack:///nextcloud/apps/files/src/store/dragging.ts","webpack:///nextcloud/apps/files/src/store/renaming.ts","webpack:///nextcloud/apps/files/src/components/CustomElementRender.vue","webpack:///nextcloud/apps/files/src/components/CustomElementRender.vue?vue&type=script&lang=ts","webpack://nextcloud/./apps/files/src/components/CustomElementRender.vue?5f5c","webpack:///nextcloud/node_modules/vue-material-design-icons/ArrowLeft.vue?vue&type=script&lang=js","webpack:///nextcloud/node_modules/vue-material-design-icons/ArrowLeft.vue","webpack://nextcloud/./node_modules/vue-material-design-icons/ArrowLeft.vue?f857","webpack:///nextcloud/node_modules/vue-material-design-icons/ArrowLeft.vue?vue&type=template&id=187c55d7","webpack:///nextcloud/node_modules/vue-material-design-icons/ChevronRight.vue?vue&type=script&lang=js","webpack:///nextcloud/node_modules/vue-material-design-icons/ChevronRight.vue","webpack://nextcloud/./node_modules/vue-material-design-icons/ChevronRight.vue?621b","webpack:///nextcloud/node_modules/vue-material-design-icons/ChevronRight.vue?vue&type=template&id=750bcc07","webpack:///nextcloud/apps/files/src/components/FileEntry/FileEntryActions.vue","webpack:///nextcloud/apps/files/src/components/FileEntry/FileEntryActions.vue?vue&type=script&lang=ts","webpack://nextcloud/./apps/files/src/components/FileEntry/FileEntryActions.vue?96ce","webpack://nextcloud/./apps/files/src/components/FileEntry/FileEntryActions.vue?7b52","webpack:///nextcloud/apps/files/src/components/FileEntry/FileEntryCheckbox.vue","webpack:///nextcloud/apps/files/src/store/keyboard.ts","webpack:///nextcloud/apps/files/src/components/FileEntry/FileEntryCheckbox.vue?vue&type=script&lang=ts","webpack://nextcloud/./apps/files/src/components/FileEntry/FileEntryCheckbox.vue?a18b","webpack:///nextcloud/apps/files/src/components/FileEntry/FileEntryName.vue","webpack:///nextcloud/apps/files/src/components/FileEntry/FileEntryName.vue?vue&type=script&lang=ts","webpack://nextcloud/./apps/files/src/components/FileEntry/FileEntryName.vue?98a4","webpack:///nextcloud/apps/files/src/components/FileEntry/FileEntryPreview.vue","webpack:///nextcloud/node_modules/vue-material-design-icons/AccountPlus.vue","webpack:///nextcloud/node_modules/vue-material-design-icons/AccountPlus.vue?vue&type=script&lang=js","webpack://nextcloud/./node_modules/vue-material-design-icons/AccountPlus.vue?2818","webpack:///nextcloud/node_modules/vue-material-design-icons/AccountPlus.vue?vue&type=template&id=98f97aee","webpack:///nextcloud/node_modules/vue-material-design-icons/File.vue?vue&type=script&lang=js","webpack:///nextcloud/node_modules/vue-material-design-icons/File.vue","webpack://nextcloud/./node_modules/vue-material-design-icons/File.vue?245d","webpack:///nextcloud/node_modules/vue-material-design-icons/File.vue?vue&type=template&id=5c8d96c6","webpack:///nextcloud/node_modules/vue-material-design-icons/FolderOpen.vue?vue&type=script&lang=js","webpack:///nextcloud/node_modules/vue-material-design-icons/FolderOpen.vue","webpack://nextcloud/./node_modules/vue-material-design-icons/FolderOpen.vue?6818","webpack:///nextcloud/node_modules/vue-material-design-icons/FolderOpen.vue?vue&type=template&id=3b29b1d5","webpack:///nextcloud/node_modules/vue-material-design-icons/Key.vue?vue&type=script&lang=js","webpack:///nextcloud/node_modules/vue-material-design-icons/Key.vue","webpack://nextcloud/./node_modules/vue-material-design-icons/Key.vue?157c","webpack:///nextcloud/node_modules/vue-material-design-icons/Key.vue?vue&type=template&id=aa295eae","webpack:///nextcloud/node_modules/vue-material-design-icons/Network.vue?vue&type=script&lang=js","webpack:///nextcloud/node_modules/vue-material-design-icons/Network.vue","webpack://nextcloud/./node_modules/vue-material-design-icons/Network.vue?11eb","webpack:///nextcloud/node_modules/vue-material-design-icons/Network.vue?vue&type=template&id=7c7d2907","webpack:///nextcloud/node_modules/vue-material-design-icons/Tag.vue?vue&type=script&lang=js","webpack:///nextcloud/node_modules/vue-material-design-icons/Tag.vue","webpack://nextcloud/./node_modules/vue-material-design-icons/Tag.vue?6116","webpack:///nextcloud/node_modules/vue-material-design-icons/Tag.vue?vue&type=template&id=4d7171be","webpack:///nextcloud/node_modules/vue-material-design-icons/PlayCircle.vue?vue&type=script&lang=js","webpack:///nextcloud/node_modules/vue-material-design-icons/PlayCircle.vue","webpack://nextcloud/./node_modules/vue-material-design-icons/PlayCircle.vue?0c26","webpack:///nextcloud/node_modules/vue-material-design-icons/PlayCircle.vue?vue&type=template&id=34d1e782","webpack:///nextcloud/apps/files/src/components/FileEntry/CollectivesIcon.vue?vue&type=script&lang=js","webpack:///nextcloud/apps/files/src/components/FileEntry/CollectivesIcon.vue","webpack://nextcloud/./apps/files/src/components/FileEntry/CollectivesIcon.vue?1937","webpack://nextcloud/./apps/files/src/components/FileEntry/CollectivesIcon.vue?949d","webpack:///nextcloud/apps/files/src/components/FileEntry/FavoriteIcon.vue?vue&type=script&lang=ts","webpack:///nextcloud/apps/files/src/components/FileEntry/FavoriteIcon.vue","webpack://nextcloud/./apps/files/src/components/FileEntry/FavoriteIcon.vue?6d98","webpack://nextcloud/./apps/files/src/components/FileEntry/FavoriteIcon.vue?62c6","webpack:///nextcloud/apps/files/src/components/FileEntry/FileEntryPreview.vue?vue&type=script&lang=ts","webpack:///nextcloud/apps/files/src/services/LivePhotos.ts","webpack://nextcloud/./apps/files/src/components/FileEntry/FileEntryPreview.vue?8c1f","webpack:///nextcloud/apps/files/src/components/FileEntry.vue","webpack:///nextcloud/apps/files/src/components/FileEntry.vue?vue&type=script&lang=ts","webpack://nextcloud/./apps/files/src/components/FileEntry.vue?da7c","webpack:///nextcloud/apps/files/src/components/FileEntryGrid.vue","webpack:///nextcloud/apps/files/src/components/FileEntryGrid.vue?vue&type=script&lang=ts","webpack://nextcloud/./apps/files/src/components/FileEntryGrid.vue?bb8e","webpack:///nextcloud/apps/files/src/components/FilesListHeader.vue","webpack:///nextcloud/apps/files/src/components/FilesListHeader.vue?vue&type=script&lang=ts","webpack://nextcloud/./apps/files/src/components/FilesListHeader.vue?349b","webpack:///nextcloud/apps/files/src/components/FilesListTableFooter.vue?vue&type=script&lang=ts","webpack:///nextcloud/apps/files/src/components/FilesListTableFooter.vue","webpack://nextcloud/./apps/files/src/components/FilesListTableFooter.vue?4abf","webpack://nextcloud/./apps/files/src/components/FilesListTableFooter.vue?fa4c","webpack:///nextcloud/apps/files/src/mixins/filesListWidth.ts","webpack:///nextcloud/apps/files/src/components/FilesListTableHeaderActions.vue","webpack:///nextcloud/apps/files/src/components/FilesListTableHeaderActions.vue?vue&type=script&lang=ts","webpack://nextcloud/./apps/files/src/components/FilesListTableHeaderActions.vue?6e2b","webpack://nextcloud/./apps/files/src/components/FilesListTableHeaderActions.vue?9494","webpack:///nextcloud/apps/files/src/components/FilesListTableHeaderButton.vue","webpack:///nextcloud/apps/files/src/mixins/filesSorting.ts","webpack:///nextcloud/apps/files/src/components/FilesListTableHeaderButton.vue?vue&type=script&lang=ts","webpack://nextcloud/./apps/files/src/components/FilesListTableHeaderButton.vue?7b8e","webpack://nextcloud/./apps/files/src/components/FilesListTableHeaderButton.vue?e364","webpack:///nextcloud/apps/files/src/components/FilesListTableHeader.vue?vue&type=script&lang=ts","webpack:///nextcloud/apps/files/src/components/FilesListTableHeader.vue","webpack://nextcloud/./apps/files/src/components/FilesListTableHeader.vue?66bd","webpack://nextcloud/./apps/files/src/components/FilesListTableHeader.vue?b1c9","webpack:///nextcloud/apps/files/src/components/VirtualList.vue","webpack:///nextcloud/apps/files/src/components/VirtualList.vue?vue&type=script&lang=ts","webpack://nextcloud/./apps/files/src/components/VirtualList.vue?37fa","webpack:///nextcloud/apps/files/src/components/FilesListVirtual.vue?vue&type=script&lang=ts","webpack://nextcloud/./apps/files/src/components/FilesListVirtual.vue?3a1b","webpack://nextcloud/./apps/files/src/components/FilesListVirtual.vue?522e","webpack://nextcloud/./apps/files/src/components/FilesListVirtual.vue?3555","webpack:///nextcloud/node_modules/vue-material-design-icons/TrayArrowDown.vue?vue&type=script&lang=js","webpack:///nextcloud/node_modules/vue-material-design-icons/TrayArrowDown.vue","webpack://nextcloud/./node_modules/vue-material-design-icons/TrayArrowDown.vue?a897","webpack:///nextcloud/node_modules/vue-material-design-icons/TrayArrowDown.vue?vue&type=template&id=547c388d","webpack:///nextcloud/apps/files/src/services/DropService.ts","webpack:///nextcloud/apps/files/src/components/DragAndDropNotice.vue?vue&type=script&lang=ts","webpack:///nextcloud/apps/files/src/components/DragAndDropNotice.vue","webpack://nextcloud/./apps/files/src/components/DragAndDropNotice.vue?393a","webpack://nextcloud/./apps/files/src/components/DragAndDropNotice.vue?a2e0","webpack:///nextcloud/apps/files/src/views/FilesList.vue","webpack:///nextcloud/apps/files/src/views/FilesList.vue?vue&type=script&lang=ts","webpack://nextcloud/./apps/files/src/views/FilesList.vue?ed4f","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?9b58","webpack://nextcloud/./apps/files/src/views/Navigation.vue?74b9","webpack:///nextcloud/node_modules/decode-uri-component/index.js","webpack:///nextcloud/node_modules/split-on-first/index.js","webpack:///nextcloud/node_modules/query-string/node_modules/filter-obj/index.js","webpack:///nextcloud/node_modules/query-string/base.js","webpack:///nextcloud/node_modules/query-string/index.js","webpack:///nextcloud/node_modules/vue-router/dist/vue-router.esm.js","webpack:///nextcloud/apps/files/src/router/router.ts","webpack:///nextcloud/apps/files/src/main.ts","webpack:///nextcloud/apps/files/src/services/RouterService.ts","webpack:///nextcloud/apps/files/src/services/Settings.js","webpack:///nextcloud/apps/files/src/models/Setting.js","webpack:///nextcloud/node_modules/@nextcloud/dialogs/dist/style.css","webpack:///nextcloud/node_modules/@nextcloud/upload/dist/assets/index-f2495ce6.css","webpack:///nextcloud/apps/files/src/components/BreadCrumbs.vue?vue&type=style&index=0&id=c33b6662&prod&lang=scss&scoped=true","webpack:///nextcloud/apps/files/src/components/DragAndDropNotice.vue?vue&type=style&index=0&id=7e0e423e&prod&lang=scss&scoped=true","webpack:///nextcloud/apps/files/src/components/DragAndDropPreview.vue?vue&type=style&index=0&id=578d5cf6&prod&lang=scss","webpack:///nextcloud/apps/files/src/components/FileEntry/FavoriteIcon.vue?vue&type=style&index=0&id=04e52abc&prod&lang=scss&scoped=true","webpack:///nextcloud/apps/files/src/components/FileEntry/FileEntryActions.vue?vue&type=style&index=0&id=6dd8d639&prod&lang=scss&scoped=true","webpack:///nextcloud/apps/files/src/components/FilesListTableFooter.vue?vue&type=style&index=0&id=58f7b64d&prod&scoped=true&lang=scss","webpack:///nextcloud/apps/files/src/components/FilesListTableHeader.vue?vue&type=style&index=0&id=585fdb03&prod&scoped=true&lang=scss","webpack:///nextcloud/apps/files/src/components/FilesListTableHeaderActions.vue?vue&type=style&index=0&id=72bacee0&prod&scoped=true&lang=scss","webpack:///nextcloud/apps/files/src/components/FilesListTableHeaderButton.vue?vue&type=style&index=0&id=097f69d4&prod&scoped=true&lang=scss","webpack:///nextcloud/apps/files/src/components/FilesListVirtual.vue?vue&type=style&index=0&id=1b17ff10&prod&scoped=true&lang=scss","webpack:///nextcloud/apps/files/src/components/FilesListVirtual.vue?vue&type=style&index=1&id=1b17ff10&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=14acd289&prod&scoped=true&lang=scss","webpack:///nextcloud/apps/files/src/views/Navigation.vue?vue&type=style&index=0&id=761b6079&prod&scoped=true&lang=scss","webpack:///nextcloud/apps/files/src/views/Settings.vue?vue&type=style&index=0&id=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-daca53bd.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('VirtualList',{ref:\"table\",attrs:{\"data-component\":_vm.userConfig.grid_view ? _vm.FileEntryGrid : _vm.FileEntry,\"data-key\":'source',\"data-sources\":_vm.nodes,\"grid-mode\":_vm.userConfig.grid_view,\"extra-props\":{\n\t\tisMtimeAvailable: _vm.isMtimeAvailable,\n\t\tisSizeAvailable: _vm.isSizeAvailable,\n\t\tnodes: _vm.nodes,\n\t\tfilesListWidth: _vm.filesListWidth,\n\t},\"scroll-to-index\":_vm.scrollToIndex,\"caption\":_vm.caption},scopedSlots:_vm._u([{key:\"before\",fn:function(){return _vm._l((_vm.sortedHeaders),function(header){return _c('FilesListHeader',{key:header.id,attrs:{\"current-folder\":_vm.currentFolder,\"current-view\":_vm.currentView,\"header\":header}})})},proxy:true},{key:\"header\",fn:function(){return [_c('FilesListTableHeader',{ref:\"thead\",attrs:{\"files-list-width\":_vm.filesListWidth,\"is-mtime-available\":_vm.isMtimeAvailable,\"is-size-available\":_vm.isSizeAvailable,\"nodes\":_vm.nodes}})]},proxy:true},{key:\"footer\",fn:function(){return [_c('FilesListTableFooter',{attrs:{\"files-list-width\":_vm.filesListWidth,\"is-mtime-available\":_vm.isMtimeAvailable,\"is-size-available\":_vm.isSizeAvailable,\"nodes\":_vm.nodes,\"summary\":_vm.summary}})]},proxy:true}])})\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n\n","import mod from \"-!../vue-loader/lib/index.js??vue-loader-options!./FileMultiple.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../vue-loader/lib/index.js??vue-loader-options!./FileMultiple.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./FileMultiple.vue?vue&type=template&id=065722db\"\nimport script from \"./FileMultiple.vue?vue&type=script&lang=js\"\nexport * from \"./FileMultiple.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('span',_vm._b({staticClass:\"material-design-icon file-multiple-icon\",attrs:{\"aria-hidden\":!_vm.title,\"aria-label\":_vm.title,\"role\":\"img\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'span',_vm.$attrs,false),[_c('svg',{staticClass:\"material-design-icon__svg\",attrs:{\"fill\":_vm.fillColor,\"width\":_vm.size,\"height\":_vm.size,\"viewBox\":\"0 0 24 24\"}},[_c('path',{attrs:{\"d\":\"M15,7H20.5L15,1.5V7M8,0H16L22,6V18A2,2 0 0,1 20,20H8C6.89,20 6,19.1 6,18V2A2,2 0 0,1 8,0M4,4V22H20V24H4A2,2 0 0,1 2,22V4H4Z\"}},[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e()])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import { render, staticRenderFns } from \"./Folder.vue?vue&type=template&id=5c04f969\"\nimport script from \"./Folder.vue?vue&type=script&lang=js\"\nexport * from \"./Folder.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('div',{staticClass:\"files-list-drag-image\"},[_c('span',{staticClass:\"files-list-drag-image__icon\"},[_c('span',{ref:\"previewImg\"}),_vm._v(\" \"),(_vm.isSingleFolder)?_c('FolderIcon'):_c('FileMultipleIcon')],1),_vm._v(\" \"),_c('span',{staticClass:\"files-list-drag-image__name\"},[_vm._v(_vm._s(_vm.name))])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","/**\n * @copyright Copyright (c) 2021 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { FileType } from '@nextcloud/files';\nimport { translate as t, translatePlural as n } from '@nextcloud/l10n';\nexport const encodeFilePath = function (path) {\n const pathSections = (path.startsWith('/') ? path : `/${path}`).split('/');\n let relativePath = '';\n pathSections.forEach((section) => {\n if (section !== '') {\n relativePath += '/' + encodeURIComponent(section);\n }\n });\n return relativePath;\n};\n/**\n * Extract dir and name from file path\n *\n * @param {string} path the full path\n * @return {string[]} [dirPath, fileName]\n */\nexport const extractFilePaths = function (path) {\n const pathSections = path.split('/');\n const fileName = pathSections[pathSections.length - 1];\n const dirPath = pathSections.slice(0, pathSections.length - 1).join('/');\n return [dirPath, fileName];\n};\n/**\n * Generate a translated summary of an array of nodes\n * @param {Node[]} nodes the nodes to summarize\n * @return {string}\n */\nexport const getSummaryFor = (nodes) => {\n const fileCount = nodes.filter(node => node.type === FileType.File).length;\n const folderCount = nodes.filter(node => node.type === FileType.Folder).length;\n if (fileCount === 0) {\n return n('files', '{folderCount} folder', '{folderCount} folders', folderCount, { folderCount });\n }\n else if (folderCount === 0) {\n return n('files', '{fileCount} file', '{fileCount} files', fileCount, { fileCount });\n }\n if (fileCount === 1) {\n return n('files', '1 file and {folderCount} folder', '1 file and {folderCount} folders', folderCount, { folderCount });\n }\n if (folderCount === 1) {\n return n('files', '{fileCount} file and 1 folder', '{fileCount} files and 1 folder', fileCount, { fileCount });\n }\n return t('files', '{fileCount} files and {folderCount} folders', { fileCount, folderCount });\n};\n","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./DragAndDropPreview.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./DragAndDropPreview.vue?vue&type=script&lang=ts\"","\n import API from \"!../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./DragAndDropPreview.vue?vue&type=style&index=0&id=578d5cf6&prod&lang=scss\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./DragAndDropPreview.vue?vue&type=style&index=0&id=578d5cf6&prod&lang=scss\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./DragAndDropPreview.vue?vue&type=template&id=578d5cf6\"\nimport script from \"./DragAndDropPreview.vue?vue&type=script&lang=ts\"\nexport * from \"./DragAndDropPreview.vue?vue&type=script&lang=ts\"\nimport style0 from \"./DragAndDropPreview.vue?vue&type=style&index=0&id=578d5cf6&prod&lang=scss\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","import DragAndDropPreview from '../components/DragAndDropPreview.vue';\nimport Vue from 'vue';\nconst Preview = Vue.extend(DragAndDropPreview);\nlet preview;\nexport const getDragAndDropPreview = async (nodes) => {\n return new Promise((resolve) => {\n if (!preview) {\n preview = new Preview().$mount();\n document.body.appendChild(preview.$el);\n }\n preview.update(nodes);\n preview.$on('loaded', () => {\n resolve(preview.$el);\n preview.$off('loaded');\n });\n });\n};\n","\n import API from \"!../../../style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../css-loader/dist/cjs.js!./style.css\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../css-loader/dist/cjs.js!./style.css\";\n export default content && content.locals ? content.locals : undefined;\n","import axios from './lib/axios.js';\n\n// This module is intended to unwrap Axios default export as named.\n// Keep top-level export same with static properties\n// so that it can keep same with es module or cjs\nconst {\n Axios,\n AxiosError,\n CanceledError,\n isCancel,\n CancelToken,\n VERSION,\n all,\n Cancel,\n isAxiosError,\n spread,\n toFormData,\n AxiosHeaders,\n HttpStatusCode,\n formToJSON,\n getAdapter,\n mergeConfig\n} = axios;\n\nexport {\n axios as default,\n Axios,\n AxiosError,\n CanceledError,\n isCancel,\n CancelToken,\n VERSION,\n all,\n Cancel,\n isAxiosError,\n spread,\n toFormData,\n AxiosHeaders,\n HttpStatusCode,\n formToJSON,\n getAdapter,\n mergeConfig\n}\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport '@nextcloud/dialogs/style.css';\nimport { Permission } from '@nextcloud/files';\nimport PQueue from 'p-queue';\n// This is the processing queue. We only want to allow 3 concurrent requests\nlet queue;\n/**\n * Get the processing queue\n */\nexport const getQueue = () => {\n if (!queue) {\n queue = new PQueue({ concurrency: 3 });\n }\n return queue;\n};\nexport var MoveCopyAction;\n(function (MoveCopyAction) {\n MoveCopyAction[\"MOVE\"] = \"Move\";\n MoveCopyAction[\"COPY\"] = \"Copy\";\n MoveCopyAction[\"MOVE_OR_COPY\"] = \"move-or-copy\";\n})(MoveCopyAction || (MoveCopyAction = {}));\nexport const canMove = (nodes) => {\n const minPermission = nodes.reduce((min, node) => Math.min(min, node.permissions), Permission.ALL);\n return (minPermission & Permission.UPDATE) !== 0;\n};\nexport const canDownload = (nodes) => {\n return nodes.every(node => {\n const shareAttributes = JSON.parse(node.attributes?.['share-attributes'] ?? '[]');\n return !shareAttributes.some(attribute => attribute.scope === 'permissions' && attribute.enabled === false && attribute.key === 'download');\n });\n};\nexport const canCopy = (nodes) => {\n // For now the only restriction is that a shared file\n // cannot be copied if the download is disabled\n return canDownload(nodes);\n};\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport '@nextcloud/dialogs/style.css';\n// eslint-disable-next-line n/no-extraneous-import\nimport { AxiosError } from 'axios';\nimport { basename, join } from 'path';\nimport { emit } from '@nextcloud/event-bus';\nimport { generateRemoteUrl } from '@nextcloud/router';\nimport { getCurrentUser } from '@nextcloud/auth';\nimport { getFilePickerBuilder, showError } from '@nextcloud/dialogs';\nimport { Permission, FileAction, FileType, NodeStatus } from '@nextcloud/files';\nimport { translate as t } from '@nextcloud/l10n';\nimport axios from '@nextcloud/axios';\nimport Vue from 'vue';\nimport CopyIconSvg from '@mdi/svg/svg/folder-multiple.svg?raw';\nimport FolderMoveSvg from '@mdi/svg/svg/folder-move.svg?raw';\nimport { MoveCopyAction, canCopy, canMove, getQueue } from './moveOrCopyActionUtils';\nimport logger from '../logger';\n/**\n * Return the action that is possible for the given nodes\n * @param {Node[]} nodes The nodes to check against\n * @return {MoveCopyAction} The action that is possible for the given nodes\n */\nconst getActionForNodes = (nodes) => {\n if (canMove(nodes)) {\n if (canCopy(nodes)) {\n return MoveCopyAction.MOVE_OR_COPY;\n }\n return MoveCopyAction.MOVE;\n }\n // Assuming we can copy as the enabled checks for copy permissions\n return MoveCopyAction.COPY;\n};\n/**\n * Handle the copy/move of a node to a destination\n * This can be imported and used by other scripts/components on server\n * @param {Node} node The node to copy/move\n * @param {Folder} destination The destination to copy/move the node to\n * @param {MoveCopyAction} method The method to use for the copy/move\n * @param {boolean} overwrite Whether to overwrite the destination if it exists\n * @return {Promise} A promise that resolves when the copy/move is done\n */\nexport const handleCopyMoveNodeTo = async (node, destination, method, overwrite = false) => {\n if (!destination) {\n return;\n }\n if (destination.type !== FileType.Folder) {\n throw new Error(t('files', 'Destination is not a folder'));\n }\n if (node.dirname === destination.path) {\n throw new Error(t('files', 'This file/folder is already in that directory'));\n }\n /**\n * Example:\n * node: /foo/bar/file.txt -> path = /foo/bar\n * destination: /foo\n * Allow move of /foo does not start with /foo/bar so allow\n */\n if (destination.path.startsWith(node.path)) {\n throw new Error(t('files', 'You cannot move a file/folder onto itself or into a subfolder of itself'));\n }\n const relativePath = join(destination.path, node.basename);\n const destinationUrl = generateRemoteUrl(`dav/files/${getCurrentUser()?.uid}${relativePath}`);\n // Set loading state\n Vue.set(node, 'status', NodeStatus.LOADING);\n const queue = getQueue();\n return await queue.add(async () => {\n try {\n await axios({\n method: method === MoveCopyAction.COPY ? 'COPY' : 'MOVE',\n url: node.encodedSource,\n headers: {\n Destination: encodeURI(destinationUrl),\n Overwrite: overwrite ? undefined : 'F',\n },\n });\n // If we're moving, update the node\n // if we're copying, we don't need to update the node\n // the view will refresh itself\n if (method === MoveCopyAction.MOVE) {\n // Delete the node as it will be fetched again\n // when navigating to the destination folder\n emit('files:node:deleted', node);\n }\n }\n catch (error) {\n if (error instanceof AxiosError) {\n if (error?.response?.status === 412) {\n throw new Error(t('files', 'A file or folder with that name already exists in this folder'));\n }\n else if (error?.response?.status === 423) {\n throw new Error(t('files', 'The files is locked'));\n }\n else if (error?.response?.status === 404) {\n throw new Error(t('files', 'The file does not exist anymore'));\n }\n else if (error.message) {\n throw new Error(error.message);\n }\n }\n throw new Error();\n }\n finally {\n Vue.set(node, 'status', undefined);\n }\n });\n};\n/**\n * Open a file picker for the given action\n * @param {MoveCopyAction} action The action to open the file picker for\n * @param {string} dir The directory to start the file picker in\n * @param {Node[]} nodes The nodes to move/copy\n * @return {Promise} The picked destination\n */\nconst openFilePickerForAction = async (action, dir = '/', nodes) => {\n const fileIDs = nodes.map(node => node.fileid).filter(Boolean);\n const filePicker = getFilePickerBuilder(t('files', 'Chose destination'))\n .allowDirectories(true)\n .setFilter((n) => {\n // We only want to show folders that we can create nodes in\n return (n.permissions & Permission.CREATE) !== 0\n // We don't want to show the current nodes in the file picker\n && !fileIDs.includes(n.fileid);\n })\n .setMimeTypeFilter([])\n .setMultiSelect(false)\n .startAt(dir);\n return new Promise((resolve, reject) => {\n filePicker.setButtonFactory((_selection, path) => {\n const buttons = [];\n const target = basename(path);\n const dirnames = nodes.map(node => node.dirname);\n const paths = nodes.map(node => node.path);\n if (dirnames.includes(path)) {\n // This file/folder is already in that directory\n return buttons;\n }\n if (paths.includes(path)) {\n // You cannot move a file/folder onto itself\n return buttons;\n }\n if (action === MoveCopyAction.COPY || action === MoveCopyAction.MOVE_OR_COPY) {\n buttons.push({\n label: target ? t('files', 'Copy to {target}', { target }) : t('files', 'Copy'),\n type: 'primary',\n icon: CopyIconSvg,\n async callback(destination) {\n resolve({\n destination: destination[0],\n action: MoveCopyAction.COPY,\n });\n },\n });\n }\n if (action === MoveCopyAction.MOVE || action === MoveCopyAction.MOVE_OR_COPY) {\n buttons.push({\n label: target ? t('files', 'Move to {target}', { target }) : t('files', 'Move'),\n type: action === MoveCopyAction.MOVE ? 'primary' : 'secondary',\n icon: FolderMoveSvg,\n async callback(destination) {\n resolve({\n destination: destination[0],\n action: MoveCopyAction.MOVE,\n });\n },\n });\n }\n return buttons;\n });\n const picker = filePicker.build();\n picker.pick().catch(() => {\n reject(new Error(t('files', 'Cancelled move or copy operation')));\n });\n });\n};\nexport const action = new FileAction({\n id: 'move-copy',\n displayName(nodes) {\n switch (getActionForNodes(nodes)) {\n case MoveCopyAction.MOVE:\n return t('files', 'Move');\n case MoveCopyAction.COPY:\n return t('files', 'Copy');\n case MoveCopyAction.MOVE_OR_COPY:\n return t('files', 'Move or copy');\n }\n },\n iconSvgInline: () => FolderMoveSvg,\n enabled(nodes) {\n // We only support moving/copying files within the user folder\n if (!nodes.every(node => node.root?.startsWith('/files/'))) {\n return false;\n }\n return nodes.length > 0 && (canMove(nodes) || canCopy(nodes));\n },\n async exec(node, view, dir) {\n const action = getActionForNodes([node]);\n const result = await openFilePickerForAction(action, dir, [node]);\n try {\n await handleCopyMoveNodeTo(node, result.destination, result.action);\n return true;\n }\n catch (error) {\n if (error instanceof Error && !!error.message) {\n showError(error.message);\n // Silent action as we handle the toast\n return null;\n }\n return false;\n }\n },\n async execBatch(nodes, view, dir) {\n const action = getActionForNodes(nodes);\n const result = await openFilePickerForAction(action, dir, nodes);\n const promises = nodes.map(async (node) => {\n try {\n await handleCopyMoveNodeTo(node, result.destination, result.action);\n return true;\n }\n catch (error) {\n logger.error(`Failed to ${result.action} node`, { node, error });\n return false;\n }\n });\n // We need to keep the selection on error!\n // So we do not return null, and for batch action\n // we let the front handle the error.\n return await Promise.all(promises);\n },\n order: 15,\n});\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nexport const hashCode = function (str) {\n return str.split('').reduce(function (a, b) {\n a = ((a << 5) - a) + b.charCodeAt(0);\n return a & a;\n }, 0);\n};\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { defineStore } from 'pinia';\nexport const useActionsMenuStore = defineStore('actionsmenu', {\n state: () => ({\n opened: null,\n }),\n});\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { defineStore } from 'pinia';\nimport Vue from 'vue';\nexport const useDragAndDropStore = defineStore('dragging', {\n state: () => ({\n dragging: [],\n }),\n actions: {\n /**\n * Set the selection of fileIds\n */\n set(selection = []) {\n Vue.set(this, 'dragging', selection);\n },\n /**\n * Reset the selection\n */\n reset() {\n Vue.set(this, 'dragging', []);\n },\n },\n});\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { defineStore } from 'pinia';\nimport { subscribe } from '@nextcloud/event-bus';\nexport const useRenamingStore = function (...args) {\n const store = defineStore('renaming', {\n state: () => ({\n renamingNode: undefined,\n newName: '',\n }),\n });\n const renamingStore = store(...args);\n // Make sure we only register the listeners once\n if (!renamingStore._initialized) {\n subscribe('files:node:rename', function (node) {\n renamingStore.renamingNode = node;\n renamingStore.newName = node.basename;\n });\n renamingStore._initialized = true;\n }\n return renamingStore;\n};\n","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('span')\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./CustomElementRender.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./CustomElementRender.vue?vue&type=script&lang=ts\"","import { render, staticRenderFns } from \"./CustomElementRender.vue?vue&type=template&id=08a118c6\"\nimport script from \"./CustomElementRender.vue?vue&type=script&lang=ts\"\nexport * from \"./CustomElementRender.vue?vue&type=script&lang=ts\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","import mod from \"-!../vue-loader/lib/index.js??vue-loader-options!./ArrowLeft.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../vue-loader/lib/index.js??vue-loader-options!./ArrowLeft.vue?vue&type=script&lang=js\"","\n\n","import { render, staticRenderFns } from \"./ArrowLeft.vue?vue&type=template&id=187c55d7\"\nimport script from \"./ArrowLeft.vue?vue&type=script&lang=js\"\nexport * from \"./ArrowLeft.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('span',_vm._b({staticClass:\"material-design-icon arrow-left-icon\",attrs:{\"aria-hidden\":!_vm.title,\"aria-label\":_vm.title,\"role\":\"img\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'span',_vm.$attrs,false),[_c('svg',{staticClass:\"material-design-icon__svg\",attrs:{\"fill\":_vm.fillColor,\"width\":_vm.size,\"height\":_vm.size,\"viewBox\":\"0 0 24 24\"}},[_c('path',{attrs:{\"d\":\"M20,11V13H8L13.5,18.5L12.08,19.92L4.16,12L12.08,4.08L13.5,5.5L8,11H20Z\"}},[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e()])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../vue-loader/lib/index.js??vue-loader-options!./ChevronRight.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../vue-loader/lib/index.js??vue-loader-options!./ChevronRight.vue?vue&type=script&lang=js\"","\n\n","import { render, staticRenderFns } from \"./ChevronRight.vue?vue&type=template&id=750bcc07\"\nimport script from \"./ChevronRight.vue?vue&type=script&lang=js\"\nexport * from \"./ChevronRight.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('span',_vm._b({staticClass:\"material-design-icon chevron-right-icon\",attrs:{\"aria-hidden\":!_vm.title,\"aria-label\":_vm.title,\"role\":\"img\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'span',_vm.$attrs,false),[_c('svg',{staticClass:\"material-design-icon__svg\",attrs:{\"fill\":_vm.fillColor,\"width\":_vm.size,\"height\":_vm.size,\"viewBox\":\"0 0 24 24\"}},[_c('path',{attrs:{\"d\":\"M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z\"}},[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e()])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('td',{staticClass:\"files-list__row-actions\",attrs:{\"data-cy-files-list-row-actions\":\"\"}},[_vm._l((_vm.enabledRenderActions),function(action){return _c('CustomElementRender',{key:action.id,staticClass:\"files-list__row-action--inline\",class:'files-list__row-action-' + action.id,attrs:{\"current-view\":_vm.currentView,\"render\":action.renderInline,\"source\":_vm.source}})}),_vm._v(\" \"),_c('NcActions',{ref:\"actionsMenu\",attrs:{\"boundaries-element\":_vm.getBoundariesElement,\"container\":_vm.getBoundariesElement,\"disabled\":_vm.isLoading || _vm.loading !== '',\"force-name\":true,\"type\":\"tertiary\",\"force-menu\":_vm.enabledInlineActions.length === 0 /* forceMenu only if no inline actions */,\"inline\":_vm.enabledInlineActions.length,\"open\":_vm.openedMenu},on:{\"update:open\":function($event){_vm.openedMenu=$event},\"close\":function($event){_vm.openedSubmenu = null}}},[_vm._l((_vm.enabledMenuActions),function(action){return _c('NcActionButton',{key:action.id,class:{\n\t\t\t\t[`files-list__row-action-${action.id}`]: true,\n\t\t\t\t[`files-list__row-action--menu`]: _vm.isMenu(action.id)\n\t\t\t},attrs:{\"close-after-click\":!_vm.isMenu(action.id),\"data-cy-files-list-row-action\":action.id,\"is-menu\":_vm.isMenu(action.id),\"title\":action.title?.([_vm.source], _vm.currentView)},on:{\"click\":function($event){return _vm.onActionClick(action)}},scopedSlots:_vm._u([{key:\"icon\",fn:function(){return [(_vm.loading === action.id)?_c('NcLoadingIcon',{attrs:{\"size\":18}}):_c('NcIconSvgWrapper',{attrs:{\"svg\":action.iconSvgInline([_vm.source], _vm.currentView)}})]},proxy:true}],null,true)},[_vm._v(\"\\n\\t\\t\\t\"+_vm._s(_vm.mountType === 'shared' && action.id === 'sharing-status' ? '' : _vm.actionDisplayName(action))+\"\\n\\t\\t\")])}),_vm._v(\" \"),(_vm.openedSubmenu && _vm.enabledSubmenuActions[_vm.openedSubmenu?.id])?[_c('NcActionButton',{staticClass:\"files-list__row-action-back\",on:{\"click\":function($event){_vm.openedSubmenu = null}},scopedSlots:_vm._u([{key:\"icon\",fn:function(){return [_c('ArrowLeftIcon')]},proxy:true}],null,false,3001860362)},[_vm._v(\"\\n\\t\\t\\t\\t\"+_vm._s(_vm.actionDisplayName(_vm.openedSubmenu))+\"\\n\\t\\t\\t\")]),_vm._v(\" \"),_c('NcActionSeparator'),_vm._v(\" \"),_vm._l((_vm.enabledSubmenuActions[_vm.openedSubmenu?.id]),function(action){return _c('NcActionButton',{key:action.id,staticClass:\"files-list__row-action--submenu\",class:`files-list__row-action-${action.id}`,attrs:{\"close-after-click\":false /* never close submenu, just go back */,\"data-cy-files-list-row-action\":action.id,\"title\":action.title?.([_vm.source], _vm.currentView)},on:{\"click\":function($event){return _vm.onActionClick(action)}},scopedSlots:_vm._u([{key:\"icon\",fn:function(){return [(_vm.loading === action.id)?_c('NcLoadingIcon',{attrs:{\"size\":18}}):_c('NcIconSvgWrapper',{attrs:{\"svg\":action.iconSvgInline([_vm.source], _vm.currentView)}})]},proxy:true}],null,true)},[_vm._v(\"\\n\\t\\t\\t\\t\"+_vm._s(_vm.actionDisplayName(action))+\"\\n\\t\\t\\t\")])})]:_vm._e()],2)],2)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../../../../../node_modules/babel-loader/lib/index.js!../../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FileEntryActions.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../../node_modules/babel-loader/lib/index.js!../../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FileEntryActions.vue?vue&type=script&lang=ts\"","\n import API from \"!../../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../../../node_modules/css-loader/dist/cjs.js!../../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../../node_modules/sass-loader/dist/cjs.js!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FileEntryActions.vue?vue&type=style&index=0&id=6dd8d639&prod&lang=scss&scoped=true\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../../../node_modules/css-loader/dist/cjs.js!../../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../../node_modules/sass-loader/dist/cjs.js!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FileEntryActions.vue?vue&type=style&index=0&id=6dd8d639&prod&lang=scss&scoped=true\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./FileEntryActions.vue?vue&type=template&id=6dd8d639&scoped=true\"\nimport script from \"./FileEntryActions.vue?vue&type=script&lang=ts\"\nexport * from \"./FileEntryActions.vue?vue&type=script&lang=ts\"\nimport style0 from \"./FileEntryActions.vue?vue&type=style&index=0&id=6dd8d639&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"6dd8d639\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('td',{staticClass:\"files-list__row-checkbox\"},[(_vm.isLoading)?_c('NcLoadingIcon'):_c('NcCheckboxRadioSwitch',{attrs:{\"aria-label\":_vm.t('files', 'Select the row for {displayName}', { displayName: _vm.displayName }),\"checked\":_vm.isSelected},on:{\"update:checked\":_vm.onSelectionChange}})],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { defineStore } from 'pinia';\nimport Vue from 'vue';\n/**\n * Observe various events and save the current\n * special keys states. Useful for checking the\n * current status of a key when executing a method.\n */\nexport const useKeyboardStore = function (...args) {\n const store = defineStore('keyboard', {\n state: () => ({\n altKey: false,\n ctrlKey: false,\n metaKey: false,\n shiftKey: false,\n }),\n actions: {\n onEvent(event) {\n if (!event) {\n event = window.event;\n }\n Vue.set(this, 'altKey', !!event.altKey);\n Vue.set(this, 'ctrlKey', !!event.ctrlKey);\n Vue.set(this, 'metaKey', !!event.metaKey);\n Vue.set(this, 'shiftKey', !!event.shiftKey);\n },\n },\n });\n const keyboardStore = store(...args);\n // Make sure we only register the listeners once\n if (!keyboardStore._initialized) {\n window.addEventListener('keydown', keyboardStore.onEvent);\n window.addEventListener('keyup', keyboardStore.onEvent);\n window.addEventListener('mousemove', keyboardStore.onEvent);\n keyboardStore._initialized = true;\n }\n return keyboardStore;\n};\n","import mod from \"-!../../../../../node_modules/babel-loader/lib/index.js!../../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FileEntryCheckbox.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../../node_modules/babel-loader/lib/index.js!../../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FileEntryCheckbox.vue?vue&type=script&lang=ts\"","import { render, staticRenderFns } from \"./FileEntryCheckbox.vue?vue&type=template&id=f1e33696\"\nimport script from \"./FileEntryCheckbox.vue?vue&type=script&lang=ts\"\nexport * from \"./FileEntryCheckbox.vue?vue&type=script&lang=ts\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return (_vm.isRenaming)?_c('form',{directives:[{name:\"on-click-outside\",rawName:\"v-on-click-outside\",value:(_vm.stopRenaming),expression:\"stopRenaming\"}],staticClass:\"files-list__row-rename\",attrs:{\"aria-label\":_vm.t('files', 'Rename file')},on:{\"submit\":function($event){$event.preventDefault();$event.stopPropagation();return _vm.onRename.apply(null, arguments)}}},[_c('NcTextField',{ref:\"renameInput\",attrs:{\"label\":_vm.renameLabel,\"autofocus\":true,\"minlength\":1,\"required\":true,\"value\":_vm.newName,\"enterkeyhint\":\"done\"},on:{\"update:value\":function($event){_vm.newName=$event},\"keyup\":[_vm.checkInputValidity,function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,\"esc\",27,$event.key,[\"Esc\",\"Escape\"]))return null;return _vm.stopRenaming.apply(null, arguments)}]}})],1):_c('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=3530412d\"\nimport script from \"./FileEntryName.vue?vue&type=script&lang=ts\"\nexport * from \"./FileEntryName.vue?vue&type=script&lang=ts\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('span',{staticClass:\"files-list__row-icon\"},[(_vm.source.type === 'folder')?[(_vm.dragover)?_vm._m(0):[_vm._m(1),_vm._v(\" \"),(_vm.folderOverlay)?_c(_vm.folderOverlay,{tag:\"OverlayIcon\",staticClass:\"files-list__row-icon-overlay\"}):_vm._e()]]:(_vm.previewUrl && _vm.backgroundFailed !== true)?_c('img',{ref:\"previewImg\",staticClass:\"files-list__row-icon-preview\",class:{'files-list__row-icon-preview--loaded': _vm.backgroundFailed === false},attrs:{\"alt\":\"\",\"loading\":\"lazy\",\"src\":_vm.previewUrl},on:{\"error\":function($event){_vm.backgroundFailed = true},\"load\":function($event){_vm.backgroundFailed = false}}}):_vm._m(2),_vm._v(\" \"),(_vm.isFavorite)?_c('span',{staticClass:\"files-list__row-icon-favorite\"},[_vm._m(3)],1):_vm._e(),_vm._v(\" \"),(_vm.fileOverlay)?_c(_vm.fileOverlay,{tag:\"OverlayIcon\",staticClass:\"files-list__row-icon-overlay files-list__row-icon-overlay--file\"}):_vm._e()],2)\n}\nvar staticRenderFns = [function (){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('FolderOpenIcon')\n},function (){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('FolderIcon')\n},function (){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('FileIcon')\n},function (){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('FavoriteIcon')\n}]\n\nexport { render, staticRenderFns }","\n\n","import mod from \"-!../vue-loader/lib/index.js??vue-loader-options!./AccountPlus.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../vue-loader/lib/index.js??vue-loader-options!./AccountPlus.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./AccountPlus.vue?vue&type=template&id=98f97aee\"\nimport script from \"./AccountPlus.vue?vue&type=script&lang=js\"\nexport * from \"./AccountPlus.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('span',_vm._b({staticClass:\"material-design-icon account-plus-icon\",attrs:{\"aria-hidden\":!_vm.title,\"aria-label\":_vm.title,\"role\":\"img\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'span',_vm.$attrs,false),[_c('svg',{staticClass:\"material-design-icon__svg\",attrs:{\"fill\":_vm.fillColor,\"width\":_vm.size,\"height\":_vm.size,\"viewBox\":\"0 0 24 24\"}},[_c('path',{attrs:{\"d\":\"M15,14C12.33,14 7,15.33 7,18V20H23V18C23,15.33 17.67,14 15,14M6,10V7H4V10H1V12H4V15H6V12H9V10M15,12A4,4 0 0,0 19,8A4,4 0 0,0 15,4A4,4 0 0,0 11,8A4,4 0 0,0 15,12Z\"}},[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e()])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../vue-loader/lib/index.js??vue-loader-options!./File.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../vue-loader/lib/index.js??vue-loader-options!./File.vue?vue&type=script&lang=js\"","\n\n","import { render, staticRenderFns } from \"./File.vue?vue&type=template&id=5c8d96c6\"\nimport script from \"./File.vue?vue&type=script&lang=js\"\nexport * from \"./File.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('span',_vm._b({staticClass:\"material-design-icon file-icon\",attrs:{\"aria-hidden\":!_vm.title,\"aria-label\":_vm.title,\"role\":\"img\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'span',_vm.$attrs,false),[_c('svg',{staticClass:\"material-design-icon__svg\",attrs:{\"fill\":_vm.fillColor,\"width\":_vm.size,\"height\":_vm.size,\"viewBox\":\"0 0 24 24\"}},[_c('path',{attrs:{\"d\":\"M13,9V3.5L18.5,9M6,2C4.89,2 4,2.89 4,4V20A2,2 0 0,0 6,22H18A2,2 0 0,0 20,20V8L14,2H6Z\"}},[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e()])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../vue-loader/lib/index.js??vue-loader-options!./FolderOpen.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../vue-loader/lib/index.js??vue-loader-options!./FolderOpen.vue?vue&type=script&lang=js\"","\n\n","import { render, staticRenderFns } from \"./FolderOpen.vue?vue&type=template&id=3b29b1d5\"\nimport script from \"./FolderOpen.vue?vue&type=script&lang=js\"\nexport * from \"./FolderOpen.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('span',_vm._b({staticClass:\"material-design-icon folder-open-icon\",attrs:{\"aria-hidden\":!_vm.title,\"aria-label\":_vm.title,\"role\":\"img\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'span',_vm.$attrs,false),[_c('svg',{staticClass:\"material-design-icon__svg\",attrs:{\"fill\":_vm.fillColor,\"width\":_vm.size,\"height\":_vm.size,\"viewBox\":\"0 0 24 24\"}},[_c('path',{attrs:{\"d\":\"M19,20H4C2.89,20 2,19.1 2,18V6C2,4.89 2.89,4 4,4H10L12,6H19A2,2 0 0,1 21,8H21L4,8V18L6.14,10H23.21L20.93,18.5C20.7,19.37 19.92,20 19,20Z\"}},[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e()])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../vue-loader/lib/index.js??vue-loader-options!./Key.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../vue-loader/lib/index.js??vue-loader-options!./Key.vue?vue&type=script&lang=js\"","\n\n","import { render, staticRenderFns } from \"./Key.vue?vue&type=template&id=aa295eae\"\nimport script from \"./Key.vue?vue&type=script&lang=js\"\nexport * from \"./Key.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('span',_vm._b({staticClass:\"material-design-icon key-icon\",attrs:{\"aria-hidden\":!_vm.title,\"aria-label\":_vm.title,\"role\":\"img\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'span',_vm.$attrs,false),[_c('svg',{staticClass:\"material-design-icon__svg\",attrs:{\"fill\":_vm.fillColor,\"width\":_vm.size,\"height\":_vm.size,\"viewBox\":\"0 0 24 24\"}},[_c('path',{attrs:{\"d\":\"M7 14C5.9 14 5 13.1 5 12S5.9 10 7 10 9 10.9 9 12 8.1 14 7 14M12.6 10C11.8 7.7 9.6 6 7 6C3.7 6 1 8.7 1 12S3.7 18 7 18C9.6 18 11.8 16.3 12.6 14H16V18H20V14H23V10H12.6Z\"}},[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e()])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../vue-loader/lib/index.js??vue-loader-options!./Network.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../vue-loader/lib/index.js??vue-loader-options!./Network.vue?vue&type=script&lang=js\"","\n\n","import { render, staticRenderFns } from \"./Network.vue?vue&type=template&id=7c7d2907\"\nimport script from \"./Network.vue?vue&type=script&lang=js\"\nexport * from \"./Network.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('span',_vm._b({staticClass:\"material-design-icon network-icon\",attrs:{\"aria-hidden\":!_vm.title,\"aria-label\":_vm.title,\"role\":\"img\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'span',_vm.$attrs,false),[_c('svg',{staticClass:\"material-design-icon__svg\",attrs:{\"fill\":_vm.fillColor,\"width\":_vm.size,\"height\":_vm.size,\"viewBox\":\"0 0 24 24\"}},[_c('path',{attrs:{\"d\":\"M17,3A2,2 0 0,1 19,5V15A2,2 0 0,1 17,17H13V19H14A1,1 0 0,1 15,20H22V22H15A1,1 0 0,1 14,23H10A1,1 0 0,1 9,22H2V20H9A1,1 0 0,1 10,19H11V17H7C5.89,17 5,16.1 5,15V5A2,2 0 0,1 7,3H17Z\"}},[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e()])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../vue-loader/lib/index.js??vue-loader-options!./Tag.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../vue-loader/lib/index.js??vue-loader-options!./Tag.vue?vue&type=script&lang=js\"","\n\n","import { render, staticRenderFns } from \"./Tag.vue?vue&type=template&id=4d7171be\"\nimport script from \"./Tag.vue?vue&type=script&lang=js\"\nexport * from \"./Tag.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('span',_vm._b({staticClass:\"material-design-icon tag-icon\",attrs:{\"aria-hidden\":!_vm.title,\"aria-label\":_vm.title,\"role\":\"img\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'span',_vm.$attrs,false),[_c('svg',{staticClass:\"material-design-icon__svg\",attrs:{\"fill\":_vm.fillColor,\"width\":_vm.size,\"height\":_vm.size,\"viewBox\":\"0 0 24 24\"}},[_c('path',{attrs:{\"d\":\"M5.5,7A1.5,1.5 0 0,1 4,5.5A1.5,1.5 0 0,1 5.5,4A1.5,1.5 0 0,1 7,5.5A1.5,1.5 0 0,1 5.5,7M21.41,11.58L12.41,2.58C12.05,2.22 11.55,2 11,2H4C2.89,2 2,2.89 2,4V11C2,11.55 2.22,12.05 2.59,12.41L11.58,21.41C11.95,21.77 12.45,22 13,22C13.55,22 14.05,21.77 14.41,21.41L21.41,14.41C21.78,14.05 22,13.55 22,13C22,12.44 21.77,11.94 21.41,11.58Z\"}},[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e()])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../vue-loader/lib/index.js??vue-loader-options!./PlayCircle.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../vue-loader/lib/index.js??vue-loader-options!./PlayCircle.vue?vue&type=script&lang=js\"","\n\n","import { render, staticRenderFns } from \"./PlayCircle.vue?vue&type=template&id=34d1e782\"\nimport script from \"./PlayCircle.vue?vue&type=script&lang=js\"\nexport * from \"./PlayCircle.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('span',_vm._b({staticClass:\"material-design-icon play-circle-icon\",attrs:{\"aria-hidden\":!_vm.title,\"aria-label\":_vm.title,\"role\":\"img\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'span',_vm.$attrs,false),[_c('svg',{staticClass:\"material-design-icon__svg\",attrs:{\"fill\":_vm.fillColor,\"width\":_vm.size,\"height\":_vm.size,\"viewBox\":\"0 0 24 24\"}},[_c('path',{attrs:{\"d\":\"M10,16.5V7.5L16,12M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z\"}},[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e()])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../../../../../node_modules/babel-loader/lib/index.js!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./CollectivesIcon.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../node_modules/babel-loader/lib/index.js!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./CollectivesIcon.vue?vue&type=script&lang=js\"","\n\n\n","import { render, staticRenderFns } from \"./CollectivesIcon.vue?vue&type=template&id=18541dcc\"\nimport script from \"./CollectivesIcon.vue?vue&type=script&lang=js\"\nexport * from \"./CollectivesIcon.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('span',_vm._b({staticClass:\"material-design-icon collectives-icon\",attrs:{\"aria-hidden\":!_vm.title,\"aria-label\":_vm.title,\"role\":\"img\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'span',_vm.$attrs,false),[_c('svg',{staticClass:\"material-design-icon__svg\",attrs:{\"fill\":_vm.fillColor,\"width\":_vm.size,\"height\":_vm.size,\"viewBox\":\"0 0 16 16\"}},[_c('path',{attrs:{\"d\":\"M2.9,8.8c0-1.2,0.4-2.4,1.2-3.3L0.3,6c-0.2,0-0.3,0.3-0.1,0.4l2.7,2.6C2.9,9,2.9,8.9,2.9,8.8z\"}}),_vm._v(\" \"),_c('path',{attrs:{\"d\":\"M8,3.7c0.7,0,1.3,0.1,1.9,0.4L8.2,0.6c-0.1-0.2-0.3-0.2-0.4,0L6.1,4C6.7,3.8,7.3,3.7,8,3.7z\"}}),_vm._v(\" \"),_c('path',{attrs:{\"d\":\"M3.7,11.5L3,15.2c0,0.2,0.2,0.4,0.4,0.3l3.3-1.7C5.4,13.4,4.4,12.6,3.7,11.5z\"}}),_vm._v(\" \"),_c('path',{attrs:{\"d\":\"M15.7,6l-3.7-0.5c0.7,0.9,1.2,2,1.2,3.3c0,0.1,0,0.2,0,0.3l2.7-2.6C15.9,6.3,15.9,6.1,15.7,6z\"}}),_vm._v(\" \"),_c('path',{attrs:{\"d\":\"M12.3,11.5c-0.7,1.1-1.8,1.9-3,2.2l3.3,1.7c0.2,0.1,0.4-0.1,0.4-0.3L12.3,11.5z\"}}),_vm._v(\" \"),_c('path',{attrs:{\"d\":\"M9.6,10.1c-0.4,0.5-1,0.8-1.6,0.8c-1.1,0-2-0.9-2.1-2C5.9,7.7,6.8,6.7,8,6.7c0.6,0,1.1,0.3,1.5,0.7 c0.1,0.1,0.1,0.1,0.2,0.1h1.4c0.2,0,0.4-0.2,0.3-0.5c-0.7-1.3-2.1-2.2-3.8-2.1C5.8,5,4.3,6.6,4.1,8.5C4,10.8,5.8,12.7,8,12.7 c1.6,0,2.9-0.9,3.5-2.3c0.1-0.2-0.1-0.4-0.3-0.4H9.9C9.8,10,9.7,10,9.6,10.1z\"}})])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../../../../../node_modules/babel-loader/lib/index.js!../../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FavoriteIcon.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../../node_modules/babel-loader/lib/index.js!../../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FavoriteIcon.vue?vue&type=script&lang=ts\"","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('NcIconSvgWrapper',{staticClass:\"favorite-marker-icon\",attrs:{\"name\":_vm.t('files', 'Favorite'),\"svg\":_vm.StarSvg}})\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n import API from \"!../../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../../../node_modules/css-loader/dist/cjs.js!../../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../../node_modules/sass-loader/dist/cjs.js!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FavoriteIcon.vue?vue&type=style&index=0&id=04e52abc&prod&lang=scss&scoped=true\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../../../node_modules/css-loader/dist/cjs.js!../../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../../node_modules/sass-loader/dist/cjs.js!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FavoriteIcon.vue?vue&type=style&index=0&id=04e52abc&prod&lang=scss&scoped=true\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./FavoriteIcon.vue?vue&type=template&id=04e52abc&scoped=true\"\nimport script from \"./FavoriteIcon.vue?vue&type=script&lang=ts\"\nexport * from \"./FavoriteIcon.vue?vue&type=script&lang=ts\"\nimport style0 from \"./FavoriteIcon.vue?vue&type=style&index=0&id=04e52abc&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"04e52abc\",\n null\n \n)\n\nexport default component.exports","import mod from \"-!../../../../../node_modules/babel-loader/lib/index.js!../../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FileEntryPreview.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../../node_modules/babel-loader/lib/index.js!../../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FileEntryPreview.vue?vue&type=script&lang=ts\"","/**\n * @copyright Copyright (c) 2023 Louis Chmn \n *\n * @author Louis Chmn \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { Node, registerDavProperty } from '@nextcloud/files';\nexport function initLivePhotos() {\n registerDavProperty('nc:metadata-files-live-photo', { nc: 'http://nextcloud.org/ns' });\n}\n/**\n * @param {Node} node - The node\n */\nexport function isLivePhoto(node) {\n return node.attributes['metadata-files-live-photo'] !== undefined;\n}\n","import { render, staticRenderFns } from \"./FileEntryPreview.vue?vue&type=template&id=3c23da48\"\nimport script from \"./FileEntryPreview.vue?vue&type=script&lang=ts\"\nexport * from \"./FileEntryPreview.vue?vue&type=script&lang=ts\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('tr',_vm._g({staticClass:\"files-list__row\",class:{'files-list__row--dragover': _vm.dragover, 'files-list__row--loading': _vm.isLoading},attrs:{\"data-cy-files-list-row\":\"\",\"data-cy-files-list-row-fileid\":_vm.fileid,\"data-cy-files-list-row-name\":_vm.source.basename,\"draggable\":_vm.canDrag}},_vm.rowListeners),[(_vm.source.attributes.failed)?_c('span',{staticClass:\"files-list__row--failed\"}):_vm._e(),_vm._v(\" \"),_c('FileEntryCheckbox',{attrs:{\"display-name\":_vm.displayName,\"fileid\":_vm.fileid,\"is-loading\":_vm.isLoading,\"nodes\":_vm.nodes}}),_vm._v(\" \"),_c('td',{staticClass:\"files-list__row-name\",attrs:{\"data-cy-files-list-row-name\":\"\"}},[_c('FileEntryPreview',{ref:\"preview\",attrs:{\"source\":_vm.source,\"dragover\":_vm.dragover},nativeOn:{\"click\":function($event){return _vm.execDefaultAction.apply(null, arguments)}}}),_vm._v(\" \"),_c('FileEntryName',{ref:\"name\",attrs:{\"display-name\":_vm.displayName,\"extension\":_vm.extension,\"files-list-width\":_vm.filesListWidth,\"nodes\":_vm.nodes,\"source\":_vm.source},on:{\"click\":_vm.execDefaultAction}})],1),_vm._v(\" \"),_c('FileEntryActions',{directives:[{name:\"show\",rawName:\"v-show\",value:(!_vm.isRenamingSmallScreen),expression:\"!isRenamingSmallScreen\"}],ref:\"actions\",class:`files-list__row-actions-${_vm.uniqueId}`,attrs:{\"files-list-width\":_vm.filesListWidth,\"loading\":_vm.loading,\"opened\":_vm.openedMenu,\"source\":_vm.source},on:{\"update:loading\":function($event){_vm.loading=$event},\"update:opened\":function($event){_vm.openedMenu=$event}}}),_vm._v(\" \"),(!_vm.compact && _vm.isSizeAvailable)?_c('td',{staticClass:\"files-list__row-size\",style:(_vm.sizeOpacity),attrs:{\"data-cy-files-list-row-size\":\"\"},on:{\"click\":_vm.openDetailsIfAvailable}},[_c('span',[_vm._v(_vm._s(_vm.size))])]):_vm._e(),_vm._v(\" \"),(!_vm.compact && _vm.isMtimeAvailable)?_c('td',{staticClass:\"files-list__row-mtime\",style:(_vm.mtimeOpacity),attrs:{\"data-cy-files-list-row-mtime\":\"\"},on:{\"click\":_vm.openDetailsIfAvailable}},[_c('NcDateTime',{attrs:{\"timestamp\":_vm.source.mtime,\"ignore-seconds\":true}})],1):_vm._e(),_vm._v(\" \"),_vm._l((_vm.columns),function(column){return _c('td',{key:column.id,staticClass:\"files-list__row-column-custom\",class:`files-list__row-${_vm.currentView?.id}-${column.id}`,attrs:{\"data-cy-files-list-row-column-custom\":column.id},on:{\"click\":_vm.openDetailsIfAvailable}},[_c('CustomElementRender',{attrs:{\"current-view\":_vm.currentView,\"render\":column.render,\"source\":_vm.source}})],1)})],2)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FileEntry.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FileEntry.vue?vue&type=script&lang=ts\"","import { render, staticRenderFns } from \"./FileEntry.vue?vue&type=template&id=6c7baead\"\nimport script from \"./FileEntry.vue?vue&type=script&lang=ts\"\nexport * from \"./FileEntry.vue?vue&type=script&lang=ts\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('tr',{staticClass:\"files-list__row\",class:{'files-list__row--active': _vm.isActive, 'files-list__row--dragover': _vm.dragover, 'files-list__row--loading': _vm.isLoading},attrs:{\"data-cy-files-list-row\":\"\",\"data-cy-files-list-row-fileid\":_vm.fileid,\"data-cy-files-list-row-name\":_vm.source.basename,\"draggable\":_vm.canDrag},on:{\"contextmenu\":_vm.onRightClick,\"dragover\":_vm.onDragOver,\"dragleave\":_vm.onDragLeave,\"dragstart\":_vm.onDragStart,\"dragend\":_vm.onDragEnd,\"drop\":_vm.onDrop}},[(_vm.source.attributes.failed)?_c('span',{staticClass:\"files-list__row--failed\"}):_vm._e(),_vm._v(\" \"),_c('FileEntryCheckbox',{attrs:{\"display-name\":_vm.displayName,\"fileid\":_vm.fileid,\"is-loading\":_vm.isLoading,\"nodes\":_vm.nodes}}),_vm._v(\" \"),_c('td',{staticClass:\"files-list__row-name\",attrs:{\"data-cy-files-list-row-name\":\"\"}},[_c('FileEntryPreview',{ref:\"preview\",attrs:{\"dragover\":_vm.dragover,\"grid-mode\":true,\"source\":_vm.source},nativeOn:{\"click\":function($event){return _vm.execDefaultAction.apply(null, arguments)}}}),_vm._v(\" \"),_c('FileEntryName',{ref:\"name\",attrs:{\"display-name\":_vm.displayName,\"extension\":_vm.extension,\"files-list-width\":_vm.filesListWidth,\"grid-mode\":true,\"nodes\":_vm.nodes,\"source\":_vm.source},on:{\"click\":_vm.execDefaultAction}})],1),_vm._v(\" \"),_c('FileEntryActions',{ref:\"actions\",class:`files-list__row-actions-${_vm.uniqueId}`,attrs:{\"files-list-width\":_vm.filesListWidth,\"grid-mode\":true,\"loading\":_vm.loading,\"opened\":_vm.openedMenu,\"source\":_vm.source},on:{\"update:loading\":function($event){_vm.loading=$event},\"update:opened\":function($event){_vm.openedMenu=$event}}})],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FileEntryGrid.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FileEntryGrid.vue?vue&type=script&lang=ts\"","import { render, staticRenderFns } from \"./FileEntryGrid.vue?vue&type=template&id=32093622\"\nimport script from \"./FileEntryGrid.vue?vue&type=script&lang=ts\"\nexport * from \"./FileEntryGrid.vue?vue&type=script&lang=ts\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{directives:[{name:\"show\",rawName:\"v-show\",value:(_vm.enabled),expression:\"enabled\"}],class:`files-list__header-${_vm.header.id}`},[_c('span',{ref:\"mount\"})])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListHeader.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListHeader.vue?vue&type=script&lang=ts\"","import { render, staticRenderFns } from \"./FilesListHeader.vue?vue&type=template&id=0434f153\"\nimport script from \"./FilesListHeader.vue?vue&type=script&lang=ts\"\nexport * from \"./FilesListHeader.vue?vue&type=script&lang=ts\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListTableFooter.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListTableFooter.vue?vue&type=script&lang=ts\"","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('tr',[_c('th',{staticClass:\"files-list__row-checkbox\"},[_c('span',{staticClass:\"hidden-visually\"},[_vm._v(_vm._s(_vm.t('files', 'Total rows summary')))])]),_vm._v(\" \"),_c('td',{staticClass:\"files-list__row-name\"},[_c('span',{staticClass:\"files-list__row-icon\"}),_vm._v(\" \"),_c('span',[_vm._v(_vm._s(_vm.summary))])]),_vm._v(\" \"),_c('td',{staticClass:\"files-list__row-actions\"}),_vm._v(\" \"),(_vm.isSizeAvailable)?_c('td',{staticClass:\"files-list__column files-list__row-size\"},[_c('span',[_vm._v(_vm._s(_vm.totalSize))])]):_vm._e(),_vm._v(\" \"),(_vm.isMtimeAvailable)?_c('td',{staticClass:\"files-list__column files-list__row-mtime\"}):_vm._e(),_vm._v(\" \"),_vm._l((_vm.columns),function(column){return _c('th',{key:column.id,class:_vm.classForColumn(column)},[_c('span',[_vm._v(_vm._s(column.summary?.(_vm.nodes, _vm.currentView)))])])})],2)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n import API from \"!../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListTableFooter.vue?vue&type=style&index=0&id=58f7b64d&prod&scoped=true&lang=scss\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListTableFooter.vue?vue&type=style&index=0&id=58f7b64d&prod&scoped=true&lang=scss\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./FilesListTableFooter.vue?vue&type=template&id=58f7b64d&scoped=true\"\nimport script from \"./FilesListTableFooter.vue?vue&type=script&lang=ts\"\nexport * from \"./FilesListTableFooter.vue?vue&type=script&lang=ts\"\nimport style0 from \"./FilesListTableFooter.vue?vue&type=style&index=0&id=58f7b64d&prod&scoped=true&lang=scss\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"58f7b64d\",\n null\n \n)\n\nexport default component.exports","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport Vue from 'vue';\nexport default Vue.extend({\n data() {\n return {\n filesListWidth: null,\n };\n },\n mounted() {\n const fileListEl = document.querySelector('#app-content-vue');\n this.filesListWidth = fileListEl?.clientWidth ?? null;\n this.$resizeObserver = new ResizeObserver((entries) => {\n if (entries.length > 0 && entries[0].target === fileListEl) {\n this.filesListWidth = entries[0].contentRect.width;\n }\n });\n this.$resizeObserver.observe(fileListEl);\n },\n beforeDestroy() {\n this.$resizeObserver.disconnect();\n },\n});\n","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('th',{staticClass:\"files-list__column files-list__row-actions-batch\",attrs:{\"colspan\":\"2\"}},[_c('NcActions',{ref:\"actionsMenu\",attrs:{\"disabled\":!!_vm.loading || _vm.areSomeNodesLoading,\"force-name\":true,\"inline\":_vm.inlineActions,\"menu-name\":_vm.inlineActions <= 1 ? _vm.t('files', 'Actions') : null,\"open\":_vm.openedMenu},on:{\"update:open\":function($event){_vm.openedMenu=$event}}},_vm._l((_vm.enabledActions),function(action){return _c('NcActionButton',{key:action.id,class:'files-list__row-actions-batch-' + action.id,on:{\"click\":function($event){return _vm.onActionClick(action)}},scopedSlots:_vm._u([{key:\"icon\",fn:function(){return [(_vm.loading === action.id)?_c('NcLoadingIcon',{attrs:{\"size\":18}}):_c('NcIconSvgWrapper',{attrs:{\"svg\":action.iconSvgInline(_vm.nodes, _vm.currentView)}})]},proxy:true}],null,true)},[_vm._v(\"\\n\\t\\t\\t\"+_vm._s(action.displayName(_vm.nodes, _vm.currentView))+\"\\n\\t\\t\")])}),1)],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListTableHeaderActions.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListTableHeaderActions.vue?vue&type=script&lang=ts\"","\n import API from \"!../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListTableHeaderActions.vue?vue&type=style&index=0&id=72bacee0&prod&scoped=true&lang=scss\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListTableHeaderActions.vue?vue&type=style&index=0&id=72bacee0&prod&scoped=true&lang=scss\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./FilesListTableHeaderActions.vue?vue&type=template&id=72bacee0&scoped=true\"\nimport script from \"./FilesListTableHeaderActions.vue?vue&type=script&lang=ts\"\nexport * from \"./FilesListTableHeaderActions.vue?vue&type=script&lang=ts\"\nimport style0 from \"./FilesListTableHeaderActions.vue?vue&type=style&index=0&id=72bacee0&prod&scoped=true&lang=scss\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"72bacee0\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('NcButton',{class:['files-list__column-sort-button', {\n\t\t'files-list__column-sort-button--active': _vm.sortingMode === _vm.mode,\n\t\t'files-list__column-sort-button--size': _vm.sortingMode === 'size',\n\t}],attrs:{\"alignment\":_vm.mode === 'size' ? 'end' : 'start-reverse',\"type\":\"tertiary\"},on:{\"click\":function($event){return _vm.toggleSortBy(_vm.mode)}},scopedSlots:_vm._u([{key:\"icon\",fn:function(){return [(_vm.sortingMode !== _vm.mode || _vm.isAscSorting)?_c('MenuUp',{staticClass:\"files-list__column-sort-button-icon\"}):_c('MenuDown',{staticClass:\"files-list__column-sort-button-icon\"})]},proxy:true}])},[_vm._v(\" \"),_c('span',{staticClass:\"files-list__column-sort-button-text\"},[_vm._v(_vm._s(_vm.name))])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport Vue from 'vue';\nimport { mapState } from 'pinia';\nimport { useViewConfigStore } from '../store/viewConfig';\nimport { Navigation, View } from '@nextcloud/files';\nexport default Vue.extend({\n computed: {\n ...mapState(useViewConfigStore, ['getConfig', 'setSortingBy', 'toggleSortingDirection']),\n currentView() {\n return this.$navigation.active;\n },\n /**\n * Get the sorting mode for the current view\n */\n sortingMode() {\n return this.getConfig(this.currentView.id)?.sorting_mode\n || this.currentView?.defaultSortKey\n || 'basename';\n },\n /**\n * Get the sorting direction for the current view\n */\n isAscSorting() {\n const sortingDirection = this.getConfig(this.currentView.id)?.sorting_direction;\n return sortingDirection !== 'desc';\n },\n },\n methods: {\n toggleSortBy(key) {\n // If we're already sorting by this key, flip the direction\n if (this.sortingMode === key) {\n this.toggleSortingDirection(this.currentView.id);\n return;\n }\n // else sort ASC by this new key\n this.setSortingBy(key, this.currentView.id);\n },\n },\n});\n","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListTableHeaderButton.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListTableHeaderButton.vue?vue&type=script&lang=ts\"","\n import API from \"!../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListTableHeaderButton.vue?vue&type=style&index=0&id=097f69d4&prod&scoped=true&lang=scss\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListTableHeaderButton.vue?vue&type=style&index=0&id=097f69d4&prod&scoped=true&lang=scss\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./FilesListTableHeaderButton.vue?vue&type=template&id=097f69d4&scoped=true\"\nimport script from \"./FilesListTableHeaderButton.vue?vue&type=script&lang=ts\"\nexport * from \"./FilesListTableHeaderButton.vue?vue&type=script&lang=ts\"\nimport style0 from \"./FilesListTableHeaderButton.vue?vue&type=style&index=0&id=097f69d4&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 \"097f69d4\",\n null\n \n)\n\nexport default component.exports","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListTableHeader.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListTableHeader.vue?vue&type=script&lang=ts\"","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('tr',{staticClass:\"files-list__row-head\"},[_c('th',{staticClass:\"files-list__column files-list__row-checkbox\"},[_c('NcCheckboxRadioSwitch',_vm._b({on:{\"update:checked\":_vm.onToggleAll}},'NcCheckboxRadioSwitch',_vm.selectAllBind,false))],1),_vm._v(\" \"),(!_vm.isNoneSelected)?_c('FilesListTableHeaderActions',{attrs:{\"current-view\":_vm.currentView,\"selected-nodes\":_vm.selectedNodes}}):[_c('th',{staticClass:\"files-list__column files-list__row-name files-list__column--sortable\",attrs:{\"aria-sort\":_vm.ariaSortForMode('basename')}},[_c('span',{staticClass:\"files-list__row-icon\"}),_vm._v(\" \"),_c('FilesListTableHeaderButton',{attrs:{\"name\":_vm.t('files', 'Name'),\"mode\":\"basename\"}})],1),_vm._v(\" \"),_c('th',{staticClass:\"files-list__row-actions\"}),_vm._v(\" \"),(_vm.isSizeAvailable)?_c('th',{staticClass:\"files-list__column files-list__row-size\",class:{'files-list__column--sortable': _vm.isSizeAvailable},attrs:{\"aria-sort\":_vm.ariaSortForMode('size')}},[_c('FilesListTableHeaderButton',{attrs:{\"name\":_vm.t('files', 'Size'),\"mode\":\"size\"}})],1):_vm._e(),_vm._v(\" \"),(_vm.isMtimeAvailable)?_c('th',{staticClass:\"files-list__column files-list__row-mtime\",class:{'files-list__column--sortable': _vm.isMtimeAvailable},attrs:{\"aria-sort\":_vm.ariaSortForMode('mtime')}},[_c('FilesListTableHeaderButton',{attrs:{\"name\":_vm.t('files', 'Modified'),\"mode\":\"mtime\"}})],1):_vm._e(),_vm._v(\" \"),_vm._l((_vm.columns),function(column){return _c('th',{key:column.id,class:_vm.classForColumn(column),attrs:{\"aria-sort\":_vm.ariaSortForMode(column.id)}},[(!!column.sort)?_c('FilesListTableHeaderButton',{attrs:{\"name\":column.title,\"mode\":column.id}}):_c('span',[_vm._v(\"\\n\\t\\t\\t\\t\"+_vm._s(column.title)+\"\\n\\t\\t\\t\")])],1)})]],2)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n import API from \"!../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListTableHeader.vue?vue&type=style&index=0&id=585fdb03&prod&scoped=true&lang=scss\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListTableHeader.vue?vue&type=style&index=0&id=585fdb03&prod&scoped=true&lang=scss\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./FilesListTableHeader.vue?vue&type=template&id=585fdb03&scoped=true\"\nimport script from \"./FilesListTableHeader.vue?vue&type=script&lang=ts\"\nexport * from \"./FilesListTableHeader.vue?vue&type=script&lang=ts\"\nimport style0 from \"./FilesListTableHeader.vue?vue&type=style&index=0&id=585fdb03&prod&scoped=true&lang=scss\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"585fdb03\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('div',{staticClass:\"files-list\",attrs:{\"data-cy-files-list\":\"\"}},[_c('div',{ref:\"before\",staticClass:\"files-list__before\"},[_vm._t(\"before\")],2),_vm._v(\" \"),_c('table',{staticClass:\"files-list__table\"},[(_vm.caption)?_c('caption',{staticClass:\"hidden-visually\"},[_vm._v(\"\\n\\t\\t\\t\"+_vm._s(_vm.caption)+\"\\n\\t\\t\")]):_vm._e(),_vm._v(\" \"),_c('thead',{ref:\"thead\",staticClass:\"files-list__thead\",attrs:{\"data-cy-files-list-thead\":\"\"}},[_vm._t(\"header\")],2),_vm._v(\" \"),_c('tbody',{staticClass:\"files-list__tbody\",class:_vm.gridMode ? 'files-list__tbody--grid' : 'files-list__tbody--list',style:(_vm.tbodyStyle),attrs:{\"data-cy-files-list-tbody\":\"\"}},_vm._l((_vm.renderedItems),function({key, item},i){return _c(_vm.dataComponent,_vm._b({key:key,tag:\"component\",attrs:{\"source\":item,\"index\":i}},'component',_vm.extraProps,false))}),1),_vm._v(\" \"),_c('tfoot',{directives:[{name:\"show\",rawName:\"v-show\",value:(_vm.isReady),expression:\"isReady\"}],staticClass:\"files-list__tfoot\",attrs:{\"data-cy-files-list-tfoot\":\"\"}},[_vm._t(\"footer\")],2)])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./VirtualList.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./VirtualList.vue?vue&type=script&lang=ts\"","import { render, staticRenderFns } from \"./VirtualList.vue?vue&type=template&id=201bd593\"\nimport script from \"./VirtualList.vue?vue&type=script&lang=ts\"\nexport * from \"./VirtualList.vue?vue&type=script&lang=ts\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListVirtual.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListVirtual.vue?vue&type=script&lang=ts\"","\n import API from \"!../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesListVirtual.vue?vue&type=style&index=0&id=1b17ff10&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=1b17ff10&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=1b17ff10&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=1b17ff10&prod&lang=scss\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./FilesListVirtual.vue?vue&type=template&id=1b17ff10&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=1b17ff10&prod&scoped=true&lang=scss\"\nimport style1 from \"./FilesListVirtual.vue?vue&type=style&index=1&id=1b17ff10&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 \"1b17ff10\",\n null\n \n)\n\nexport default component.exports","import mod from \"-!../vue-loader/lib/index.js??vue-loader-options!./TrayArrowDown.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../vue-loader/lib/index.js??vue-loader-options!./TrayArrowDown.vue?vue&type=script&lang=js\"","\n\n","import { render, staticRenderFns } from \"./TrayArrowDown.vue?vue&type=template&id=547c388d\"\nimport script from \"./TrayArrowDown.vue?vue&type=script&lang=js\"\nexport * from \"./TrayArrowDown.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('span',_vm._b({staticClass:\"material-design-icon tray-arrow-down-icon\",attrs:{\"aria-hidden\":!_vm.title,\"aria-label\":_vm.title,\"role\":\"img\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'span',_vm.$attrs,false),[_c('svg',{staticClass:\"material-design-icon__svg\",attrs:{\"fill\":_vm.fillColor,\"width\":_vm.size,\"height\":_vm.size,\"viewBox\":\"0 0 24 24\"}},[_c('path',{attrs:{\"d\":\"M2 12H4V17H20V12H22V17C22 18.11 21.11 19 20 19H4C2.9 19 2 18.11 2 17V12M12 15L17.55 9.54L16.13 8.13L13 11.25V2H11V11.25L7.88 8.13L6.46 9.55L12 15Z\"}},[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e()])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","/**\n * @copyright Copyright (c) 2023 Ferdinand Thiessen \n *\n * @author Ferdinand Thiessen \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { showError } from '@nextcloud/dialogs';\nimport { emit } from '@nextcloud/event-bus';\nimport { davGetClient, davGetDefaultPropfind, davResultToNode, davRootPath } from '@nextcloud/files';\nimport { translate as t } from '@nextcloud/l10n';\nimport { getUploader } from '@nextcloud/upload';\nimport logger from '../logger.js';\nexport const handleDrop = async (data) => {\n // TODO: Maybe handle `getAsFileSystemHandle()` in the future\n const uploads = [];\n for (const item of data.items) {\n if (item.kind !== 'file') {\n logger.debug('Skipping dropped item', { kind: item.kind, type: item.type });\n continue;\n }\n // MDN recommends to try both, as it might be renamed in the future\n const entry = item?.getAsEntry?.() ?? item.webkitGetAsEntry();\n // Handle browser issues if Filesystem API is not available. Fallback to File API\n if (entry === null) {\n logger.debug('Could not get FilesystemEntry of item, falling back to file');\n const file = item.getAsFile();\n if (file === null) {\n logger.warn('Could not process DataTransferItem', { type: item.type, kind: item.kind });\n showError(t('files', 'One of the dropped files could not be processed'));\n }\n else {\n uploads.push(await handleFileUpload(file));\n }\n }\n else {\n logger.debug('Handle recursive upload', { entry: entry.name });\n // Use Filesystem API\n uploads.push(...await handleRecursiveUpload(entry));\n }\n }\n return uploads;\n};\nconst handleFileUpload = async (file, path = '') => {\n const uploader = getUploader();\n try {\n return await uploader.upload(`${path}${file.name}`, file);\n }\n catch (e) {\n showError(t('files', 'Uploading \"{filename}\" failed', { filename: file.name }));\n throw e;\n }\n};\nconst handleRecursiveUpload = async (entry, path = '') => {\n if (entry.isFile) {\n return [\n await new Promise((resolve, reject) => {\n entry.file(async (file) => resolve(await handleFileUpload(file, path)), (error) => reject(error));\n }),\n ];\n }\n else {\n const directory = entry;\n logger.debug('Handle directory recursivly', { name: directory.name });\n // TODO: Implement this on `@nextcloud/upload`\n const absolutPath = `${davRootPath}${getUploader().destination.path}${path}${directory.name}`;\n const davClient = davGetClient();\n const dirExists = await davClient.exists(absolutPath);\n if (!dirExists) {\n logger.debug('Directory does not exist, creating it', { absolutPath });\n await davClient.createDirectory(absolutPath, { recursive: true });\n const stat = await davClient.stat(absolutPath, { details: true, data: davGetDefaultPropfind() });\n emit('files:node:created', davResultToNode(stat.data));\n }\n const entries = await readDirectory(directory);\n // sorted so we upload files first before starting next level\n const promises = entries.sort((a) => a.isFile ? -1 : 1)\n .map((file) => handleRecursiveUpload(file, `${path}${directory.name}/`));\n return (await Promise.all(promises)).flat();\n }\n};\n/**\n * Read a directory using Filesystem API\n * @param directory the directory to read\n */\nfunction readDirectory(directory) {\n const dirReader = directory.createReader();\n return new Promise((resolve, reject) => {\n const entries = [];\n const getEntries = () => {\n dirReader.readEntries((results) => {\n if (results.length) {\n entries.push(...results);\n getEntries();\n }\n else {\n resolve(entries);\n }\n }, (error) => {\n reject(error);\n });\n };\n getEntries();\n });\n}\n","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./DragAndDropNotice.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./DragAndDropNotice.vue?vue&type=script&lang=ts\"","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('div',{directives:[{name:\"show\",rawName:\"v-show\",value:(_vm.dragover),expression:\"dragover\"}],staticClass:\"files-list__drag-drop-notice\",on:{\"drop\":_vm.onDrop}},[_c('div',{staticClass:\"files-list__drag-drop-notice-wrapper\"},[_c('TrayArrowDownIcon',{attrs:{\"size\":48}}),_vm._v(\" \"),_c('h3',{staticClass:\"files-list-drag-drop-notice__title\"},[_vm._v(\"\\n\\t\\t\\t\"+_vm._s(_vm.t('files', 'Drag and drop files here to upload'))+\"\\n\\t\\t\")])],1)])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n import API from \"!../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./DragAndDropNotice.vue?vue&type=style&index=0&id=7e0e423e&prod&lang=scss&scoped=true\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./DragAndDropNotice.vue?vue&type=style&index=0&id=7e0e423e&prod&lang=scss&scoped=true\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./DragAndDropNotice.vue?vue&type=template&id=7e0e423e&scoped=true\"\nimport script from \"./DragAndDropNotice.vue?vue&type=script&lang=ts\"\nexport * from \"./DragAndDropNotice.vue?vue&type=script&lang=ts\"\nimport style0 from \"./DragAndDropNotice.vue?vue&type=style&index=0&id=7e0e423e&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"7e0e423e\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('NcAppContent',{attrs:{\"data-cy-files-content\":\"\"}},[_c('div',{staticClass:\"files-list__header\"},[_c('BreadCrumbs',{attrs:{\"path\":_vm.dir},on:{\"reload\":_vm.fetchContent},scopedSlots:_vm._u([{key:\"actions\",fn:function(){return [(_vm.canShare && _vm.filesListWidth >= 512)?_c('NcButton',{staticClass:\"files-list__header-share-button\",class:{ 'files-list__header-share-button--shared': _vm.shareButtonType },attrs:{\"aria-label\":_vm.shareButtonLabel,\"title\":_vm.shareButtonLabel,\"type\":\"tertiary\"},on:{\"click\":_vm.openSharingSidebar},scopedSlots:_vm._u([{key:\"icon\",fn:function(){return [(_vm.shareButtonType === _vm.Type.SHARE_TYPE_LINK)?_c('LinkIcon'):_c('ShareVariantIcon',{attrs:{\"size\":20}})]},proxy:true}],null,false,2776780758)}):_vm._e(),_vm._v(\" \"),(_vm.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.canUpload)?_c('DragAndDropNotice',{attrs:{\"current-folder\":_vm.currentFolder}}):_vm._e(),_vm._v(\" \"),(_vm.loading && !_vm.isRefreshing)?_c('NcLoadingIcon',{staticClass:\"files-list__loading-icon\",attrs:{\"size\":38,\"name\":_vm.t('files', 'Loading current folder')}}):(!_vm.loading && _vm.isEmptyDir)?_c('NcEmptyContent',{attrs:{\"name\":_vm.currentView?.emptyTitle || _vm.t('files', 'No files in here'),\"description\":_vm.currentView?.emptyCaption || _vm.t('files', 'Upload some content or sync with your devices!'),\"data-cy-files-content-empty\":\"\"},scopedSlots:_vm._u([{key:\"action\",fn:function(){return [(_vm.dir !== '/')?_c('NcButton',{attrs:{\"aria-label\":_vm.t('files', 'Go to the previous folder'),\"type\":\"primary\",\"to\":_vm.toPreviousDir}},[_vm._v(\"\\n\\t\\t\\t\\t\"+_vm._s(_vm.t('files', 'Go back'))+\"\\n\\t\\t\\t\")]):_vm._e()]},proxy:true},{key:\"icon\",fn:function(){return [_c('NcIconSvgWrapper',{attrs:{\"svg\":_vm.currentView.icon}})]},proxy:true}])}):_c('FilesListVirtual',{ref:\"filesListVirtual\",attrs:{\"current-folder\":_vm.currentFolder,\"current-view\":_vm.currentView,\"nodes\":_vm.dirContentsSorted}})],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesList.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesList.vue?vue&type=script&lang=ts\"","\n import API from \"!../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilesList.vue?vue&type=style&index=0&id=14acd289&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=14acd289&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=14acd289&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=14acd289&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 \"14acd289\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('NcAppNavigation',{attrs:{\"data-cy-files-navigation\":\"\",\"aria-label\":_vm.t('files', 'Files')},scopedSlots:_vm._u([{key:\"list\",fn:function(){return _vm._l((_vm.parentViews),function(view){return _c('NcAppNavigationItem',{key:view.id,attrs:{\"allow-collapse\":true,\"data-cy-files-navigation-item\":view.id,\"exact\":true,\"icon\":view.iconClass,\"name\":view.name,\"open\":_vm.isExpanded(view),\"pinned\":view.sticky,\"to\":_vm.generateToNavigation(view)},on:{\"update:open\":function($event){return _vm.onToggleExpand(view)}}},[(view.icon)?_c('NcIconSvgWrapper',{attrs:{\"slot\":\"icon\",\"svg\":view.icon},slot:\"icon\"}):_vm._e(),_vm._v(\" \"),_vm._l((_vm.childViews[view.id]),function(child){return _c('NcAppNavigationItem',{key:child.id,attrs:{\"data-cy-files-navigation-item\":child.id,\"exact\":true,\"icon\":child.iconClass,\"name\":child.name,\"to\":_vm.generateToNavigation(child)}},[(child.icon)?_c('NcIconSvgWrapper',{attrs:{\"slot\":\"icon\",\"svg\":child.icon},slot:\"icon\"}):_vm._e()],1)})],2)})},proxy:true},{key:\"footer\",fn:function(){return [_c('ul',{staticClass:\"app-navigation-entry__settings\"},[_c('NavigationQuota'),_vm._v(\" \"),_c('NcAppNavigationItem',{attrs:{\"aria-label\":_vm.t('files', 'Open the files app settings'),\"name\":_vm.t('files', 'Files settings'),\"data-cy-files-navigation-settings-button\":\"\"},on:{\"click\":function($event){$event.preventDefault();$event.stopPropagation();return _vm.openSettings.apply(null, arguments)}}},[_c('Cog',{attrs:{\"slot\":\"icon\",\"size\":20},slot:\"icon\"})],1)],1)]},proxy:true}])},[_vm._v(\" \"),_vm._v(\" \"),_c('SettingsModal',{attrs:{\"open\":_vm.settingsOpened,\"data-cy-files-navigation-settings\":\"\"},on:{\"close\":_vm.onSettingsClose}})],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import { render, staticRenderFns } from \"./Cog.vue?vue&type=template&id=bcf30078\"\nimport script from \"./Cog.vue?vue&type=script&lang=js\"\nexport * from \"./Cog.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","/* eslint-disable no-undefined,no-param-reassign,no-shadow */\n\n/**\n * Throttle execution of a function. Especially useful for rate limiting\n * execution of handlers on events like resize and scroll.\n *\n * @param {number} delay - A zero-or-greater delay in milliseconds. For event callbacks, values around 100 or 250 (or even higher)\n * are most useful.\n * @param {Function} callback - A function to be executed after delay milliseconds. The `this` context and all arguments are passed through,\n * as-is, to `callback` when the throttled-function is executed.\n * @param {object} [options] - An object to configure options.\n * @param {boolean} [options.noTrailing] - Optional, defaults to false. If noTrailing is true, callback will only execute every `delay` milliseconds\n * while the throttled-function is being called. If noTrailing is false or unspecified, callback will be executed\n * one final time after the last throttled-function call. (After the throttled-function has not been called for\n * `delay` milliseconds, the internal counter is reset).\n * @param {boolean} [options.noLeading] - Optional, defaults to false. If noLeading is false, the first throttled-function call will execute callback\n * immediately. If noLeading is true, the first the callback execution will be skipped. It should be noted that\n * callback will never executed if both noLeading = true and noTrailing = true.\n * @param {boolean} [options.debounceMode] - If `debounceMode` is true (at begin), schedule `clear` to execute after `delay` ms. If `debounceMode` is\n * false (at end), schedule `callback` to execute after `delay` ms.\n *\n * @returns {Function} A new, throttled, function.\n */\nfunction throttle (delay, callback, options) {\n var _ref = options || {},\n _ref$noTrailing = _ref.noTrailing,\n noTrailing = _ref$noTrailing === void 0 ? false : _ref$noTrailing,\n _ref$noLeading = _ref.noLeading,\n noLeading = _ref$noLeading === void 0 ? false : _ref$noLeading,\n _ref$debounceMode = _ref.debounceMode,\n debounceMode = _ref$debounceMode === void 0 ? undefined : _ref$debounceMode;\n /*\n * After wrapper has stopped being called, this timeout ensures that\n * `callback` is executed at the proper times in `throttle` and `end`\n * debounce modes.\n */\n\n\n var timeoutID;\n var cancelled = false; // Keep track of the last time `callback` was executed.\n\n var lastExec = 0; // Function to clear existing timeout\n\n function clearExistingTimeout() {\n if (timeoutID) {\n clearTimeout(timeoutID);\n }\n } // Function to cancel next exec\n\n\n function cancel(options) {\n var _ref2 = options || {},\n _ref2$upcomingOnly = _ref2.upcomingOnly,\n upcomingOnly = _ref2$upcomingOnly === void 0 ? false : _ref2$upcomingOnly;\n\n clearExistingTimeout();\n cancelled = !upcomingOnly;\n }\n /*\n * The `wrapper` function encapsulates all of the throttling / debouncing\n * functionality and when executed will limit the rate at which `callback`\n * is executed.\n */\n\n\n function wrapper() {\n for (var _len = arguments.length, arguments_ = new Array(_len), _key = 0; _key < _len; _key++) {\n arguments_[_key] = arguments[_key];\n }\n\n var self = this;\n var elapsed = Date.now() - lastExec;\n\n if (cancelled) {\n return;\n } // Execute `callback` and update the `lastExec` timestamp.\n\n\n function exec() {\n lastExec = Date.now();\n callback.apply(self, arguments_);\n }\n /*\n * If `debounceMode` is true (at begin) this is used to clear the flag\n * to allow future `callback` executions.\n */\n\n\n function clear() {\n timeoutID = undefined;\n }\n\n if (!noLeading && debounceMode && !timeoutID) {\n /*\n * Since `wrapper` is being called for the first time and\n * `debounceMode` is true (at begin), execute `callback`\n * and noLeading != true.\n */\n exec();\n }\n\n clearExistingTimeout();\n\n if (debounceMode === undefined && elapsed > delay) {\n if (noLeading) {\n /*\n * In throttle mode with noLeading, if `delay` time has\n * been exceeded, update `lastExec` and schedule `callback`\n * to execute after `delay` ms.\n */\n lastExec = Date.now();\n\n if (!noTrailing) {\n timeoutID = setTimeout(debounceMode ? clear : exec, delay);\n }\n } else {\n /*\n * In throttle mode without noLeading, if `delay` time has been exceeded, execute\n * `callback`.\n */\n exec();\n }\n } else if (noTrailing !== true) {\n /*\n * In trailing throttle mode, since `delay` time has not been\n * exceeded, schedule `callback` to execute `delay` ms after most\n * recent execution.\n *\n * If `debounceMode` is true (at begin), schedule `clear` to execute\n * after `delay` ms.\n *\n * If `debounceMode` is false (at end), schedule `callback` to\n * execute after `delay` ms.\n */\n timeoutID = setTimeout(debounceMode ? clear : exec, debounceMode === undefined ? delay - elapsed : delay);\n }\n }\n\n wrapper.cancel = cancel; // Return the wrapper function.\n\n return wrapper;\n}\n\n/* eslint-disable no-undefined */\n/**\n * Debounce execution of a function. Debouncing, unlike throttling,\n * guarantees that a function is only executed a single time, either at the\n * very beginning of a series of calls, or at the very end.\n *\n * @param {number} delay - A zero-or-greater delay in milliseconds. For event callbacks, values around 100 or 250 (or even higher) are most useful.\n * @param {Function} callback - A function to be executed after delay milliseconds. The `this` context and all arguments are passed through, as-is,\n * to `callback` when the debounced-function is executed.\n * @param {object} [options] - An object to configure options.\n * @param {boolean} [options.atBegin] - Optional, defaults to false. If atBegin is false or unspecified, callback will only be executed `delay` milliseconds\n * after the last debounced-function call. If atBegin is true, callback will be executed only at the first debounced-function call.\n * (After the throttled-function has not been called for `delay` milliseconds, the internal counter is reset).\n *\n * @returns {Function} A new, debounced function.\n */\n\nfunction debounce (delay, callback, options) {\n var _ref = options || {},\n _ref$atBegin = _ref.atBegin,\n atBegin = _ref$atBegin === void 0 ? false : _ref$atBegin;\n\n return throttle(delay, callback, {\n debounceMode: atBegin !== false\n });\n}\n\nexport { debounce, throttle };\n//# sourceMappingURL=index.js.map\n","\n\n","import mod from \"-!../vue-loader/lib/index.js??vue-loader-options!./ChartPie.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../vue-loader/lib/index.js??vue-loader-options!./ChartPie.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./ChartPie.vue?vue&type=template&id=44de6464\"\nimport script from \"./ChartPie.vue?vue&type=script&lang=js\"\nexport * from \"./ChartPie.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('span',_vm._b({staticClass:\"material-design-icon chart-pie-icon\",attrs:{\"aria-hidden\":!_vm.title,\"aria-label\":_vm.title,\"role\":\"img\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'span',_vm.$attrs,false),[_c('svg',{staticClass:\"material-design-icon__svg\",attrs:{\"fill\":_vm.fillColor,\"width\":_vm.size,\"height\":_vm.size,\"viewBox\":\"0 0 24 24\"}},[_c('path',{attrs:{\"d\":\"M11,2V22C5.9,21.5 2,17.2 2,12C2,6.8 5.9,2.5 11,2M13,2V11H22C21.5,6.2 17.8,2.5 13,2M13,13V22C17.7,21.5 21.5,17.8 22,13H13Z\"}},[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e()])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n\n\n\n\n","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./NavigationQuota.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./NavigationQuota.vue?vue&type=script&lang=js\"","\n import API from \"!../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./NavigationQuota.vue?vue&type=style&index=0&id=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=761b6079&prod&scoped=true&lang=scss\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Navigation.vue?vue&type=style&index=0&id=761b6079&prod&scoped=true&lang=scss\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./Navigation.vue?vue&type=template&id=761b6079&scoped=true\"\nimport script from \"./Navigation.vue?vue&type=script&lang=ts\"\nexport * from \"./Navigation.vue?vue&type=script&lang=ts\"\nimport style0 from \"./Navigation.vue?vue&type=style&index=0&id=761b6079&prod&scoped=true&lang=scss\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"761b6079\",\n null\n \n)\n\nexport default component.exports","const token = '%[a-f0-9]{2}';\nconst singleMatcher = new RegExp('(' + token + ')|([^%]+?)', 'gi');\nconst multiMatcher = new RegExp('(' + token + ')+', 'gi');\n\nfunction decodeComponents(components, split) {\n\ttry {\n\t\t// Try to decode the entire string first\n\t\treturn [decodeURIComponent(components.join(''))];\n\t} catch {\n\t\t// Do nothing\n\t}\n\n\tif (components.length === 1) {\n\t\treturn components;\n\t}\n\n\tsplit = split || 1;\n\n\t// Split the array in 2 parts\n\tconst left = components.slice(0, split);\n\tconst right = components.slice(split);\n\n\treturn Array.prototype.concat.call([], decodeComponents(left), decodeComponents(right));\n}\n\nfunction decode(input) {\n\ttry {\n\t\treturn decodeURIComponent(input);\n\t} catch {\n\t\tlet tokens = input.match(singleMatcher) || [];\n\n\t\tfor (let i = 1; i < tokens.length; i++) {\n\t\t\tinput = decodeComponents(tokens, i).join('');\n\n\t\t\ttokens = input.match(singleMatcher) || [];\n\t\t}\n\n\t\treturn input;\n\t}\n}\n\nfunction customDecodeURIComponent(input) {\n\t// Keep track of all the replacements and prefill the map with the `BOM`\n\tconst replaceMap = {\n\t\t'%FE%FF': '\\uFFFD\\uFFFD',\n\t\t'%FF%FE': '\\uFFFD\\uFFFD',\n\t};\n\n\tlet match = multiMatcher.exec(input);\n\twhile (match) {\n\t\ttry {\n\t\t\t// Decode as big chunks as possible\n\t\t\treplaceMap[match[0]] = decodeURIComponent(match[0]);\n\t\t} catch {\n\t\t\tconst result = decode(match[0]);\n\n\t\t\tif (result !== match[0]) {\n\t\t\t\treplaceMap[match[0]] = result;\n\t\t\t}\n\t\t}\n\n\t\tmatch = multiMatcher.exec(input);\n\t}\n\n\t// Add `%C2` at the end of the map to make sure it does not replace the combinator before everything else\n\treplaceMap['%C2'] = '\\uFFFD';\n\n\tconst entries = Object.keys(replaceMap);\n\n\tfor (const key of entries) {\n\t\t// Replace all decoded components\n\t\tinput = input.replace(new RegExp(key, 'g'), replaceMap[key]);\n\t}\n\n\treturn input;\n}\n\nexport default function decodeUriComponent(encodedURI) {\n\tif (typeof encodedURI !== 'string') {\n\t\tthrow new TypeError('Expected `encodedURI` to be of type `string`, got `' + typeof encodedURI + '`');\n\t}\n\n\ttry {\n\t\t// Try the built in decoder first\n\t\treturn decodeURIComponent(encodedURI);\n\t} catch {\n\t\t// Fallback to a more advanced decoder\n\t\treturn customDecodeURIComponent(encodedURI);\n\t}\n}\n","export default function splitOnFirst(string, separator) {\n\tif (!(typeof string === 'string' && typeof separator === 'string')) {\n\t\tthrow new TypeError('Expected the arguments to be of type `string`');\n\t}\n\n\tif (string === '' || separator === '') {\n\t\treturn [];\n\t}\n\n\tconst separatorIndex = string.indexOf(separator);\n\n\tif (separatorIndex === -1) {\n\t\treturn [];\n\t}\n\n\treturn [\n\t\tstring.slice(0, separatorIndex),\n\t\tstring.slice(separatorIndex + separator.length)\n\t];\n}\n","export function includeKeys(object, predicate) {\n\tconst result = {};\n\n\tif (Array.isArray(predicate)) {\n\t\tfor (const key of predicate) {\n\t\t\tconst descriptor = Object.getOwnPropertyDescriptor(object, key);\n\t\t\tif (descriptor?.enumerable) {\n\t\t\t\tObject.defineProperty(result, key, descriptor);\n\t\t\t}\n\t\t}\n\t} else {\n\t\t// `Reflect.ownKeys()` is required to retrieve symbol properties\n\t\tfor (const key of Reflect.ownKeys(object)) {\n\t\t\tconst descriptor = Object.getOwnPropertyDescriptor(object, key);\n\t\t\tif (descriptor.enumerable) {\n\t\t\t\tconst value = object[key];\n\t\t\t\tif (predicate(key, value, object)) {\n\t\t\t\t\tObject.defineProperty(result, key, descriptor);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn result;\n}\n\nexport function excludeKeys(object, predicate) {\n\tif (Array.isArray(predicate)) {\n\t\tconst set = new Set(predicate);\n\t\treturn includeKeys(object, key => !set.has(key));\n\t}\n\n\treturn includeKeys(object, (key, value, object) => !predicate(key, value, object));\n}\n","import decodeComponent from 'decode-uri-component';\nimport splitOnFirst from 'split-on-first';\nimport {includeKeys} from 'filter-obj';\n\nconst isNullOrUndefined = value => value === null || value === undefined;\n\n// eslint-disable-next-line unicorn/prefer-code-point\nconst strictUriEncode = string => encodeURIComponent(string).replace(/[!'()*]/g, x => `%${x.charCodeAt(0).toString(16).toUpperCase()}`);\n\nconst encodeFragmentIdentifier = Symbol('encodeFragmentIdentifier');\n\nfunction encoderForArrayFormat(options) {\n\tswitch (options.arrayFormat) {\n\t\tcase 'index': {\n\t\t\treturn key => (result, value) => {\n\t\t\t\tconst index = result.length;\n\n\t\t\t\tif (\n\t\t\t\t\tvalue === undefined\n\t\t\t\t\t|| (options.skipNull && value === null)\n\t\t\t\t\t|| (options.skipEmptyString && value === '')\n\t\t\t\t) {\n\t\t\t\t\treturn result;\n\t\t\t\t}\n\n\t\t\t\tif (value === null) {\n\t\t\t\t\treturn [\n\t\t\t\t\t\t...result, [encode(key, options), '[', index, ']'].join(''),\n\t\t\t\t\t];\n\t\t\t\t}\n\n\t\t\t\treturn [\n\t\t\t\t\t...result,\n\t\t\t\t\t[encode(key, options), '[', encode(index, options), ']=', encode(value, options)].join(''),\n\t\t\t\t];\n\t\t\t};\n\t\t}\n\n\t\tcase 'bracket': {\n\t\t\treturn key => (result, value) => {\n\t\t\t\tif (\n\t\t\t\t\tvalue === undefined\n\t\t\t\t\t|| (options.skipNull && value === null)\n\t\t\t\t\t|| (options.skipEmptyString && value === '')\n\t\t\t\t) {\n\t\t\t\t\treturn result;\n\t\t\t\t}\n\n\t\t\t\tif (value === null) {\n\t\t\t\t\treturn [\n\t\t\t\t\t\t...result,\n\t\t\t\t\t\t[encode(key, options), '[]'].join(''),\n\t\t\t\t\t];\n\t\t\t\t}\n\n\t\t\t\treturn [\n\t\t\t\t\t...result,\n\t\t\t\t\t[encode(key, options), '[]=', encode(value, options)].join(''),\n\t\t\t\t];\n\t\t\t};\n\t\t}\n\n\t\tcase 'colon-list-separator': {\n\t\t\treturn key => (result, value) => {\n\t\t\t\tif (\n\t\t\t\t\tvalue === undefined\n\t\t\t\t\t|| (options.skipNull && value === null)\n\t\t\t\t\t|| (options.skipEmptyString && value === '')\n\t\t\t\t) {\n\t\t\t\t\treturn result;\n\t\t\t\t}\n\n\t\t\t\tif (value === null) {\n\t\t\t\t\treturn [\n\t\t\t\t\t\t...result,\n\t\t\t\t\t\t[encode(key, options), ':list='].join(''),\n\t\t\t\t\t];\n\t\t\t\t}\n\n\t\t\t\treturn [\n\t\t\t\t\t...result,\n\t\t\t\t\t[encode(key, options), ':list=', encode(value, options)].join(''),\n\t\t\t\t];\n\t\t\t};\n\t\t}\n\n\t\tcase 'comma':\n\t\tcase 'separator':\n\t\tcase 'bracket-separator': {\n\t\t\tconst keyValueSep = options.arrayFormat === 'bracket-separator'\n\t\t\t\t? '[]='\n\t\t\t\t: '=';\n\n\t\t\treturn key => (result, value) => {\n\t\t\t\tif (\n\t\t\t\t\tvalue === undefined\n\t\t\t\t\t|| (options.skipNull && value === null)\n\t\t\t\t\t|| (options.skipEmptyString && value === '')\n\t\t\t\t) {\n\t\t\t\t\treturn result;\n\t\t\t\t}\n\n\t\t\t\t// Translate null to an empty string so that it doesn't serialize as 'null'\n\t\t\t\tvalue = value === null ? '' : value;\n\n\t\t\t\tif (result.length === 0) {\n\t\t\t\t\treturn [[encode(key, options), keyValueSep, encode(value, options)].join('')];\n\t\t\t\t}\n\n\t\t\t\treturn [[result, encode(value, options)].join(options.arrayFormatSeparator)];\n\t\t\t};\n\t\t}\n\n\t\tdefault: {\n\t\t\treturn key => (result, value) => {\n\t\t\t\tif (\n\t\t\t\t\tvalue === undefined\n\t\t\t\t\t|| (options.skipNull && value === null)\n\t\t\t\t\t|| (options.skipEmptyString && value === '')\n\t\t\t\t) {\n\t\t\t\t\treturn result;\n\t\t\t\t}\n\n\t\t\t\tif (value === null) {\n\t\t\t\t\treturn [\n\t\t\t\t\t\t...result,\n\t\t\t\t\t\tencode(key, options),\n\t\t\t\t\t];\n\t\t\t\t}\n\n\t\t\t\treturn [\n\t\t\t\t\t...result,\n\t\t\t\t\t[encode(key, options), '=', encode(value, options)].join(''),\n\t\t\t\t];\n\t\t\t};\n\t\t}\n\t}\n}\n\nfunction parserForArrayFormat(options) {\n\tlet result;\n\n\tswitch (options.arrayFormat) {\n\t\tcase 'index': {\n\t\t\treturn (key, value, accumulator) => {\n\t\t\t\tresult = /\\[(\\d*)]$/.exec(key);\n\n\t\t\t\tkey = key.replace(/\\[\\d*]$/, '');\n\n\t\t\t\tif (!result) {\n\t\t\t\t\taccumulator[key] = value;\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\tif (accumulator[key] === undefined) {\n\t\t\t\t\taccumulator[key] = {};\n\t\t\t\t}\n\n\t\t\t\taccumulator[key][result[1]] = value;\n\t\t\t};\n\t\t}\n\n\t\tcase 'bracket': {\n\t\t\treturn (key, value, accumulator) => {\n\t\t\t\tresult = /(\\[])$/.exec(key);\n\t\t\t\tkey = key.replace(/\\[]$/, '');\n\n\t\t\t\tif (!result) {\n\t\t\t\t\taccumulator[key] = value;\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\tif (accumulator[key] === undefined) {\n\t\t\t\t\taccumulator[key] = [value];\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\taccumulator[key] = [...accumulator[key], value];\n\t\t\t};\n\t\t}\n\n\t\tcase 'colon-list-separator': {\n\t\t\treturn (key, value, accumulator) => {\n\t\t\t\tresult = /(:list)$/.exec(key);\n\t\t\t\tkey = key.replace(/:list$/, '');\n\n\t\t\t\tif (!result) {\n\t\t\t\t\taccumulator[key] = value;\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\tif (accumulator[key] === undefined) {\n\t\t\t\t\taccumulator[key] = [value];\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\taccumulator[key] = [...accumulator[key], value];\n\t\t\t};\n\t\t}\n\n\t\tcase 'comma':\n\t\tcase 'separator': {\n\t\t\treturn (key, value, accumulator) => {\n\t\t\t\tconst isArray = typeof value === 'string' && value.includes(options.arrayFormatSeparator);\n\t\t\t\tconst isEncodedArray = (typeof value === 'string' && !isArray && decode(value, options).includes(options.arrayFormatSeparator));\n\t\t\t\tvalue = isEncodedArray ? decode(value, options) : value;\n\t\t\t\tconst newValue = isArray || isEncodedArray ? value.split(options.arrayFormatSeparator).map(item => decode(item, options)) : (value === null ? value : decode(value, options));\n\t\t\t\taccumulator[key] = newValue;\n\t\t\t};\n\t\t}\n\n\t\tcase 'bracket-separator': {\n\t\t\treturn (key, value, accumulator) => {\n\t\t\t\tconst isArray = /(\\[])$/.test(key);\n\t\t\t\tkey = key.replace(/\\[]$/, '');\n\n\t\t\t\tif (!isArray) {\n\t\t\t\t\taccumulator[key] = value ? decode(value, options) : value;\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\tconst arrayValue = value === null\n\t\t\t\t\t? []\n\t\t\t\t\t: value.split(options.arrayFormatSeparator).map(item => decode(item, options));\n\n\t\t\t\tif (accumulator[key] === undefined) {\n\t\t\t\t\taccumulator[key] = arrayValue;\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\taccumulator[key] = [...accumulator[key], ...arrayValue];\n\t\t\t};\n\t\t}\n\n\t\tdefault: {\n\t\t\treturn (key, value, accumulator) => {\n\t\t\t\tif (accumulator[key] === undefined) {\n\t\t\t\t\taccumulator[key] = value;\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\taccumulator[key] = [...[accumulator[key]].flat(), value];\n\t\t\t};\n\t\t}\n\t}\n}\n\nfunction validateArrayFormatSeparator(value) {\n\tif (typeof value !== 'string' || value.length !== 1) {\n\t\tthrow new TypeError('arrayFormatSeparator must be single character string');\n\t}\n}\n\nfunction encode(value, options) {\n\tif (options.encode) {\n\t\treturn options.strict ? strictUriEncode(value) : encodeURIComponent(value);\n\t}\n\n\treturn value;\n}\n\nfunction decode(value, options) {\n\tif (options.decode) {\n\t\treturn decodeComponent(value);\n\t}\n\n\treturn value;\n}\n\nfunction keysSorter(input) {\n\tif (Array.isArray(input)) {\n\t\treturn input.sort();\n\t}\n\n\tif (typeof input === 'object') {\n\t\treturn keysSorter(Object.keys(input))\n\t\t\t.sort((a, b) => Number(a) - Number(b))\n\t\t\t.map(key => input[key]);\n\t}\n\n\treturn input;\n}\n\nfunction removeHash(input) {\n\tconst hashStart = input.indexOf('#');\n\tif (hashStart !== -1) {\n\t\tinput = input.slice(0, hashStart);\n\t}\n\n\treturn input;\n}\n\nfunction getHash(url) {\n\tlet hash = '';\n\tconst hashStart = url.indexOf('#');\n\tif (hashStart !== -1) {\n\t\thash = url.slice(hashStart);\n\t}\n\n\treturn hash;\n}\n\nfunction parseValue(value, options) {\n\tif (options.parseNumbers && !Number.isNaN(Number(value)) && (typeof value === 'string' && value.trim() !== '')) {\n\t\tvalue = Number(value);\n\t} else if (options.parseBooleans && value !== null && (value.toLowerCase() === 'true' || value.toLowerCase() === 'false')) {\n\t\tvalue = value.toLowerCase() === 'true';\n\t}\n\n\treturn value;\n}\n\nexport function extract(input) {\n\tinput = removeHash(input);\n\tconst queryStart = input.indexOf('?');\n\tif (queryStart === -1) {\n\t\treturn '';\n\t}\n\n\treturn input.slice(queryStart + 1);\n}\n\nexport function parse(query, options) {\n\toptions = {\n\t\tdecode: true,\n\t\tsort: true,\n\t\tarrayFormat: 'none',\n\t\tarrayFormatSeparator: ',',\n\t\tparseNumbers: false,\n\t\tparseBooleans: false,\n\t\t...options,\n\t};\n\n\tvalidateArrayFormatSeparator(options.arrayFormatSeparator);\n\n\tconst formatter = parserForArrayFormat(options);\n\n\t// Create an object with no prototype\n\tconst returnValue = Object.create(null);\n\n\tif (typeof query !== 'string') {\n\t\treturn returnValue;\n\t}\n\n\tquery = query.trim().replace(/^[?#&]/, '');\n\n\tif (!query) {\n\t\treturn returnValue;\n\t}\n\n\tfor (const parameter of query.split('&')) {\n\t\tif (parameter === '') {\n\t\t\tcontinue;\n\t\t}\n\n\t\tconst parameter_ = options.decode ? parameter.replace(/\\+/g, ' ') : parameter;\n\n\t\tlet [key, value] = splitOnFirst(parameter_, '=');\n\n\t\tif (key === undefined) {\n\t\t\tkey = parameter_;\n\t\t}\n\n\t\t// Missing `=` should be `null`:\n\t\t// http://w3.org/TR/2012/WD-url-20120524/#collect-url-parameters\n\t\tvalue = value === undefined ? null : (['comma', 'separator', 'bracket-separator'].includes(options.arrayFormat) ? value : decode(value, options));\n\t\tformatter(decode(key, options), value, returnValue);\n\t}\n\n\tfor (const [key, value] of Object.entries(returnValue)) {\n\t\tif (typeof value === 'object' && value !== null) {\n\t\t\tfor (const [key2, value2] of Object.entries(value)) {\n\t\t\t\tvalue[key2] = parseValue(value2, options);\n\t\t\t}\n\t\t} else {\n\t\t\treturnValue[key] = parseValue(value, options);\n\t\t}\n\t}\n\n\tif (options.sort === false) {\n\t\treturn returnValue;\n\t}\n\n\t// TODO: Remove the use of `reduce`.\n\t// eslint-disable-next-line unicorn/no-array-reduce\n\treturn (options.sort === true ? Object.keys(returnValue).sort() : Object.keys(returnValue).sort(options.sort)).reduce((result, key) => {\n\t\tconst value = returnValue[key];\n\t\tif (Boolean(value) && typeof value === 'object' && !Array.isArray(value)) {\n\t\t\t// Sort object keys, not values\n\t\t\tresult[key] = keysSorter(value);\n\t\t} else {\n\t\t\tresult[key] = value;\n\t\t}\n\n\t\treturn result;\n\t}, Object.create(null));\n}\n\nexport function stringify(object, options) {\n\tif (!object) {\n\t\treturn '';\n\t}\n\n\toptions = {encode: true,\n\t\tstrict: true,\n\t\tarrayFormat: 'none',\n\t\tarrayFormatSeparator: ',', ...options};\n\n\tvalidateArrayFormatSeparator(options.arrayFormatSeparator);\n\n\tconst shouldFilter = key => (\n\t\t(options.skipNull && isNullOrUndefined(object[key]))\n\t\t|| (options.skipEmptyString && object[key] === '')\n\t);\n\n\tconst formatter = encoderForArrayFormat(options);\n\n\tconst objectCopy = {};\n\n\tfor (const [key, value] of Object.entries(object)) {\n\t\tif (!shouldFilter(key)) {\n\t\t\tobjectCopy[key] = value;\n\t\t}\n\t}\n\n\tconst keys = Object.keys(objectCopy);\n\n\tif (options.sort !== false) {\n\t\tkeys.sort(options.sort);\n\t}\n\n\treturn keys.map(key => {\n\t\tconst value = object[key];\n\n\t\tif (value === undefined) {\n\t\t\treturn '';\n\t\t}\n\n\t\tif (value === null) {\n\t\t\treturn encode(key, options);\n\t\t}\n\n\t\tif (Array.isArray(value)) {\n\t\t\tif (value.length === 0 && options.arrayFormat === 'bracket-separator') {\n\t\t\t\treturn encode(key, options) + '[]';\n\t\t\t}\n\n\t\t\treturn value\n\t\t\t\t.reduce(formatter(key), [])\n\t\t\t\t.join('&');\n\t\t}\n\n\t\treturn encode(key, options) + '=' + encode(value, options);\n\t}).filter(x => x.length > 0).join('&');\n}\n\nexport function parseUrl(url, options) {\n\toptions = {\n\t\tdecode: true,\n\t\t...options,\n\t};\n\n\tlet [url_, hash] = splitOnFirst(url, '#');\n\n\tif (url_ === undefined) {\n\t\turl_ = url;\n\t}\n\n\treturn {\n\t\turl: url_?.split('?')?.[0] ?? '',\n\t\tquery: parse(extract(url), options),\n\t\t...(options && options.parseFragmentIdentifier && hash ? {fragmentIdentifier: decode(hash, options)} : {}),\n\t};\n}\n\nexport function stringifyUrl(object, options) {\n\toptions = {\n\t\tencode: true,\n\t\tstrict: true,\n\t\t[encodeFragmentIdentifier]: true,\n\t\t...options,\n\t};\n\n\tconst url = removeHash(object.url).split('?')[0] || '';\n\tconst queryFromUrl = extract(object.url);\n\n\tconst query = {\n\t\t...parse(queryFromUrl, {sort: false}),\n\t\t...object.query,\n\t};\n\n\tlet queryString = stringify(query, options);\n\tif (queryString) {\n\t\tqueryString = `?${queryString}`;\n\t}\n\n\tlet hash = getHash(object.url);\n\tif (object.fragmentIdentifier) {\n\t\tconst urlObjectForFragmentEncode = new URL(url);\n\t\turlObjectForFragmentEncode.hash = object.fragmentIdentifier;\n\t\thash = options[encodeFragmentIdentifier] ? urlObjectForFragmentEncode.hash : `#${object.fragmentIdentifier}`;\n\t}\n\n\treturn `${url}${queryString}${hash}`;\n}\n\nexport function pick(input, filter, options) {\n\toptions = {\n\t\tparseFragmentIdentifier: true,\n\t\t[encodeFragmentIdentifier]: false,\n\t\t...options,\n\t};\n\n\tconst {url, query, fragmentIdentifier} = parseUrl(input, options);\n\n\treturn stringifyUrl({\n\t\turl,\n\t\tquery: includeKeys(query, filter),\n\t\tfragmentIdentifier,\n\t}, options);\n}\n\nexport function exclude(input, filter, options) {\n\tconst exclusionFilter = Array.isArray(filter) ? key => !filter.includes(key) : (key, value) => !filter(key, value);\n\n\treturn pick(input, exclusionFilter, options);\n}\n","import * as queryString from './base.js';\n\nexport default queryString;\n","/*!\n * vue-router v3.6.5\n * (c) 2022 Evan You\n * @license MIT\n */\n/* */\n\nfunction assert (condition, message) {\n if (!condition) {\n throw new Error((\"[vue-router] \" + message))\n }\n}\n\nfunction warn (condition, message) {\n if (!condition) {\n typeof console !== 'undefined' && console.warn((\"[vue-router] \" + message));\n }\n}\n\nfunction extend (a, b) {\n for (var key in b) {\n a[key] = b[key];\n }\n return a\n}\n\n/* */\n\nvar encodeReserveRE = /[!'()*]/g;\nvar encodeReserveReplacer = function (c) { return '%' + c.charCodeAt(0).toString(16); };\nvar commaRE = /%2C/g;\n\n// fixed encodeURIComponent which is more conformant to RFC3986:\n// - escapes [!'()*]\n// - preserve commas\nvar encode = function (str) { return encodeURIComponent(str)\n .replace(encodeReserveRE, encodeReserveReplacer)\n .replace(commaRE, ','); };\n\nfunction decode (str) {\n try {\n return decodeURIComponent(str)\n } catch (err) {\n if (process.env.NODE_ENV !== 'production') {\n warn(false, (\"Error decoding \\\"\" + str + \"\\\". Leaving it intact.\"));\n }\n }\n return str\n}\n\nfunction resolveQuery (\n query,\n extraQuery,\n _parseQuery\n) {\n if ( extraQuery === void 0 ) extraQuery = {};\n\n var parse = _parseQuery || parseQuery;\n var parsedQuery;\n try {\n parsedQuery = parse(query || '');\n } catch (e) {\n process.env.NODE_ENV !== 'production' && warn(false, e.message);\n parsedQuery = {};\n }\n for (var key in extraQuery) {\n var value = extraQuery[key];\n parsedQuery[key] = Array.isArray(value)\n ? value.map(castQueryParamValue)\n : castQueryParamValue(value);\n }\n return parsedQuery\n}\n\nvar castQueryParamValue = function (value) { return (value == null || typeof value === 'object' ? value : String(value)); };\n\nfunction parseQuery (query) {\n var res = {};\n\n query = query.trim().replace(/^(\\?|#|&)/, '');\n\n if (!query) {\n return res\n }\n\n query.split('&').forEach(function (param) {\n var parts = param.replace(/\\+/g, ' ').split('=');\n var key = decode(parts.shift());\n var val = parts.length > 0 ? decode(parts.join('=')) : null;\n\n if (res[key] === undefined) {\n res[key] = val;\n } else if (Array.isArray(res[key])) {\n res[key].push(val);\n } else {\n res[key] = [res[key], val];\n }\n });\n\n return res\n}\n\nfunction stringifyQuery (obj) {\n var res = obj\n ? Object.keys(obj)\n .map(function (key) {\n var val = obj[key];\n\n if (val === undefined) {\n return ''\n }\n\n if (val === null) {\n return encode(key)\n }\n\n if (Array.isArray(val)) {\n var result = [];\n val.forEach(function (val2) {\n if (val2 === undefined) {\n return\n }\n if (val2 === null) {\n result.push(encode(key));\n } else {\n result.push(encode(key) + '=' + encode(val2));\n }\n });\n return result.join('&')\n }\n\n return encode(key) + '=' + encode(val)\n })\n .filter(function (x) { return x.length > 0; })\n .join('&')\n : null;\n return res ? (\"?\" + res) : ''\n}\n\n/* */\n\nvar trailingSlashRE = /\\/?$/;\n\nfunction createRoute (\n record,\n location,\n redirectedFrom,\n router\n) {\n var stringifyQuery = router && router.options.stringifyQuery;\n\n var query = location.query || {};\n try {\n query = clone(query);\n } catch (e) {}\n\n var route = {\n name: location.name || (record && record.name),\n meta: (record && record.meta) || {},\n path: location.path || '/',\n hash: location.hash || '',\n query: query,\n params: location.params || {},\n fullPath: getFullPath(location, stringifyQuery),\n matched: record ? formatMatch(record) : []\n };\n if (redirectedFrom) {\n route.redirectedFrom = getFullPath(redirectedFrom, stringifyQuery);\n }\n return Object.freeze(route)\n}\n\nfunction clone (value) {\n if (Array.isArray(value)) {\n return value.map(clone)\n } else if (value && typeof value === 'object') {\n var res = {};\n for (var key in value) {\n res[key] = clone(value[key]);\n }\n return res\n } else {\n return value\n }\n}\n\n// the starting route that represents the initial state\nvar START = createRoute(null, {\n path: '/'\n});\n\nfunction formatMatch (record) {\n var res = [];\n while (record) {\n res.unshift(record);\n record = record.parent;\n }\n return res\n}\n\nfunction getFullPath (\n ref,\n _stringifyQuery\n) {\n var path = ref.path;\n var query = ref.query; if ( query === void 0 ) query = {};\n var hash = ref.hash; if ( hash === void 0 ) hash = '';\n\n var stringify = _stringifyQuery || stringifyQuery;\n return (path || '/') + stringify(query) + hash\n}\n\nfunction isSameRoute (a, b, onlyPath) {\n if (b === START) {\n return a === b\n } else if (!b) {\n return false\n } else if (a.path && b.path) {\n return a.path.replace(trailingSlashRE, '') === b.path.replace(trailingSlashRE, '') && (onlyPath ||\n a.hash === b.hash &&\n isObjectEqual(a.query, b.query))\n } else if (a.name && b.name) {\n return (\n a.name === b.name &&\n (onlyPath || (\n a.hash === b.hash &&\n isObjectEqual(a.query, b.query) &&\n isObjectEqual(a.params, b.params))\n )\n )\n } else {\n return false\n }\n}\n\nfunction isObjectEqual (a, b) {\n if ( a === void 0 ) a = {};\n if ( b === void 0 ) b = {};\n\n // handle null value #1566\n if (!a || !b) { return a === b }\n var aKeys = Object.keys(a).sort();\n var bKeys = Object.keys(b).sort();\n if (aKeys.length !== bKeys.length) {\n return false\n }\n return aKeys.every(function (key, i) {\n var aVal = a[key];\n var bKey = bKeys[i];\n if (bKey !== key) { return false }\n var bVal = b[key];\n // query values can be null and undefined\n if (aVal == null || bVal == null) { return aVal === bVal }\n // check nested equality\n if (typeof aVal === 'object' && typeof bVal === 'object') {\n return isObjectEqual(aVal, bVal)\n }\n return String(aVal) === String(bVal)\n })\n}\n\nfunction isIncludedRoute (current, target) {\n return (\n current.path.replace(trailingSlashRE, '/').indexOf(\n target.path.replace(trailingSlashRE, '/')\n ) === 0 &&\n (!target.hash || current.hash === target.hash) &&\n queryIncludes(current.query, target.query)\n )\n}\n\nfunction queryIncludes (current, target) {\n for (var key in target) {\n if (!(key in current)) {\n return false\n }\n }\n return true\n}\n\nfunction handleRouteEntered (route) {\n for (var i = 0; i < route.matched.length; i++) {\n var record = route.matched[i];\n for (var name in record.instances) {\n var instance = record.instances[name];\n var cbs = record.enteredCbs[name];\n if (!instance || !cbs) { continue }\n delete record.enteredCbs[name];\n for (var i$1 = 0; i$1 < cbs.length; i$1++) {\n if (!instance._isBeingDestroyed) { cbs[i$1](instance); }\n }\n }\n }\n}\n\nvar View = {\n name: 'RouterView',\n functional: true,\n props: {\n name: {\n type: String,\n default: 'default'\n }\n },\n render: function render (_, ref) {\n var props = ref.props;\n var children = ref.children;\n var parent = ref.parent;\n var data = ref.data;\n\n // used by devtools to display a router-view badge\n data.routerView = true;\n\n // directly use parent context's createElement() function\n // so that components rendered by router-view can resolve named slots\n var h = parent.$createElement;\n var name = props.name;\n var route = parent.$route;\n var cache = parent._routerViewCache || (parent._routerViewCache = {});\n\n // determine current view depth, also check to see if the tree\n // has been toggled inactive but kept-alive.\n var depth = 0;\n var inactive = false;\n while (parent && parent._routerRoot !== parent) {\n var vnodeData = parent.$vnode ? parent.$vnode.data : {};\n if (vnodeData.routerView) {\n depth++;\n }\n if (vnodeData.keepAlive && parent._directInactive && parent._inactive) {\n inactive = true;\n }\n parent = parent.$parent;\n }\n data.routerViewDepth = depth;\n\n // render previous view if the tree is inactive and kept-alive\n if (inactive) {\n var cachedData = cache[name];\n var cachedComponent = cachedData && cachedData.component;\n if (cachedComponent) {\n // #2301\n // pass props\n if (cachedData.configProps) {\n fillPropsinData(cachedComponent, data, cachedData.route, cachedData.configProps);\n }\n return h(cachedComponent, data, children)\n } else {\n // render previous empty view\n return h()\n }\n }\n\n var matched = route.matched[depth];\n var component = matched && matched.components[name];\n\n // render empty node if no matched route or no config component\n if (!matched || !component) {\n cache[name] = null;\n return h()\n }\n\n // cache component\n cache[name] = { component: component };\n\n // attach instance registration hook\n // this will be called in the instance's injected lifecycle hooks\n data.registerRouteInstance = function (vm, val) {\n // val could be undefined for unregistration\n var current = matched.instances[name];\n if (\n (val && current !== vm) ||\n (!val && current === vm)\n ) {\n matched.instances[name] = val;\n }\n }\n\n // also register instance in prepatch hook\n // in case the same component instance is reused across different routes\n ;(data.hook || (data.hook = {})).prepatch = function (_, vnode) {\n matched.instances[name] = vnode.componentInstance;\n };\n\n // register instance in init hook\n // in case kept-alive component be actived when routes changed\n data.hook.init = function (vnode) {\n if (vnode.data.keepAlive &&\n vnode.componentInstance &&\n vnode.componentInstance !== matched.instances[name]\n ) {\n matched.instances[name] = vnode.componentInstance;\n }\n\n // if the route transition has already been confirmed then we weren't\n // able to call the cbs during confirmation as the component was not\n // registered yet, so we call it here.\n handleRouteEntered(route);\n };\n\n var configProps = matched.props && matched.props[name];\n // save route and configProps in cache\n if (configProps) {\n extend(cache[name], {\n route: route,\n configProps: configProps\n });\n fillPropsinData(component, data, route, configProps);\n }\n\n return h(component, data, children)\n }\n};\n\nfunction fillPropsinData (component, data, route, configProps) {\n // resolve props\n var propsToPass = data.props = resolveProps(route, configProps);\n if (propsToPass) {\n // clone to prevent mutation\n propsToPass = data.props = extend({}, propsToPass);\n // pass non-declared props as attrs\n var attrs = data.attrs = data.attrs || {};\n for (var key in propsToPass) {\n if (!component.props || !(key in component.props)) {\n attrs[key] = propsToPass[key];\n delete propsToPass[key];\n }\n }\n }\n}\n\nfunction resolveProps (route, config) {\n switch (typeof config) {\n case 'undefined':\n return\n case 'object':\n return config\n case 'function':\n return config(route)\n case 'boolean':\n return config ? route.params : undefined\n default:\n if (process.env.NODE_ENV !== 'production') {\n warn(\n false,\n \"props in \\\"\" + (route.path) + \"\\\" is a \" + (typeof config) + \", \" +\n \"expecting an object, function or boolean.\"\n );\n }\n }\n}\n\n/* */\n\nfunction resolvePath (\n relative,\n base,\n append\n) {\n var firstChar = relative.charAt(0);\n if (firstChar === '/') {\n return relative\n }\n\n if (firstChar === '?' || firstChar === '#') {\n return base + relative\n }\n\n var stack = base.split('/');\n\n // remove trailing segment if:\n // - not appending\n // - appending to trailing slash (last segment is empty)\n if (!append || !stack[stack.length - 1]) {\n stack.pop();\n }\n\n // resolve relative path\n var segments = relative.replace(/^\\//, '').split('/');\n for (var i = 0; i < segments.length; i++) {\n var segment = segments[i];\n if (segment === '..') {\n stack.pop();\n } else if (segment !== '.') {\n stack.push(segment);\n }\n }\n\n // ensure leading slash\n if (stack[0] !== '') {\n stack.unshift('');\n }\n\n return stack.join('/')\n}\n\nfunction parsePath (path) {\n var hash = '';\n var query = '';\n\n var hashIndex = path.indexOf('#');\n if (hashIndex >= 0) {\n hash = path.slice(hashIndex);\n path = path.slice(0, hashIndex);\n }\n\n var queryIndex = path.indexOf('?');\n if (queryIndex >= 0) {\n query = path.slice(queryIndex + 1);\n path = path.slice(0, queryIndex);\n }\n\n return {\n path: path,\n query: query,\n hash: hash\n }\n}\n\nfunction cleanPath (path) {\n return path.replace(/\\/(?:\\s*\\/)+/g, '/')\n}\n\nvar isarray = Array.isArray || function (arr) {\n return Object.prototype.toString.call(arr) == '[object Array]';\n};\n\n/**\n * Expose `pathToRegexp`.\n */\nvar pathToRegexp_1 = pathToRegexp;\nvar parse_1 = parse;\nvar compile_1 = compile;\nvar tokensToFunction_1 = tokensToFunction;\nvar tokensToRegExp_1 = tokensToRegExp;\n\n/**\n * The main path matching regexp utility.\n *\n * @type {RegExp}\n */\nvar PATH_REGEXP = new RegExp([\n // Match escaped characters that would otherwise appear in future matches.\n // This allows the user to escape special characters that won't transform.\n '(\\\\\\\\.)',\n // Match Express-style parameters and un-named parameters with a prefix\n // and optional suffixes. Matches appear as:\n //\n // \"/:test(\\\\d+)?\" => [\"/\", \"test\", \"\\d+\", undefined, \"?\", undefined]\n // \"/route(\\\\d+)\" => [undefined, undefined, undefined, \"\\d+\", undefined, undefined]\n // \"/*\" => [\"/\", undefined, undefined, undefined, undefined, \"*\"]\n '([\\\\/.])?(?:(?:\\\\:(\\\\w+)(?:\\\\(((?:\\\\\\\\.|[^\\\\\\\\()])+)\\\\))?|\\\\(((?:\\\\\\\\.|[^\\\\\\\\()])+)\\\\))([+*?])?|(\\\\*))'\n].join('|'), 'g');\n\n/**\n * Parse a string for the raw tokens.\n *\n * @param {string} str\n * @param {Object=} options\n * @return {!Array}\n */\nfunction parse (str, options) {\n var tokens = [];\n var key = 0;\n var index = 0;\n var path = '';\n var defaultDelimiter = options && options.delimiter || '/';\n var res;\n\n while ((res = PATH_REGEXP.exec(str)) != null) {\n var m = res[0];\n var escaped = res[1];\n var offset = res.index;\n path += str.slice(index, offset);\n index = offset + m.length;\n\n // Ignore already escaped sequences.\n if (escaped) {\n path += escaped[1];\n continue\n }\n\n var next = str[index];\n var prefix = res[2];\n var name = res[3];\n var capture = res[4];\n var group = res[5];\n var modifier = res[6];\n var asterisk = res[7];\n\n // Push the current path onto the tokens.\n if (path) {\n tokens.push(path);\n path = '';\n }\n\n var partial = prefix != null && next != null && next !== prefix;\n var repeat = modifier === '+' || modifier === '*';\n var optional = modifier === '?' || modifier === '*';\n var delimiter = res[2] || defaultDelimiter;\n var pattern = capture || group;\n\n tokens.push({\n name: name || key++,\n prefix: prefix || '',\n delimiter: delimiter,\n optional: optional,\n repeat: repeat,\n partial: partial,\n asterisk: !!asterisk,\n pattern: pattern ? escapeGroup(pattern) : (asterisk ? '.*' : '[^' + escapeString(delimiter) + ']+?')\n });\n }\n\n // Match any characters still remaining.\n if (index < str.length) {\n path += str.substr(index);\n }\n\n // If the path exists, push it onto the end.\n if (path) {\n tokens.push(path);\n }\n\n return tokens\n}\n\n/**\n * Compile a string to a template function for the path.\n *\n * @param {string} str\n * @param {Object=} options\n * @return {!function(Object=, Object=)}\n */\nfunction compile (str, options) {\n return tokensToFunction(parse(str, options), options)\n}\n\n/**\n * Prettier encoding of URI path segments.\n *\n * @param {string}\n * @return {string}\n */\nfunction encodeURIComponentPretty (str) {\n return encodeURI(str).replace(/[\\/?#]/g, function (c) {\n return '%' + c.charCodeAt(0).toString(16).toUpperCase()\n })\n}\n\n/**\n * Encode the asterisk parameter. Similar to `pretty`, but allows slashes.\n *\n * @param {string}\n * @return {string}\n */\nfunction encodeAsterisk (str) {\n return encodeURI(str).replace(/[?#]/g, function (c) {\n return '%' + c.charCodeAt(0).toString(16).toUpperCase()\n })\n}\n\n/**\n * Expose a method for transforming tokens into the path function.\n */\nfunction tokensToFunction (tokens, options) {\n // Compile all the tokens into regexps.\n var matches = new Array(tokens.length);\n\n // Compile all the patterns before compilation.\n for (var i = 0; i < tokens.length; i++) {\n if (typeof tokens[i] === 'object') {\n matches[i] = new RegExp('^(?:' + tokens[i].pattern + ')$', flags(options));\n }\n }\n\n return function (obj, opts) {\n var path = '';\n var data = obj || {};\n var options = opts || {};\n var encode = options.pretty ? encodeURIComponentPretty : encodeURIComponent;\n\n for (var i = 0; i < tokens.length; i++) {\n var token = tokens[i];\n\n if (typeof token === 'string') {\n path += token;\n\n continue\n }\n\n var value = data[token.name];\n var segment;\n\n if (value == null) {\n if (token.optional) {\n // Prepend partial segment prefixes.\n if (token.partial) {\n path += token.prefix;\n }\n\n continue\n } else {\n throw new TypeError('Expected \"' + token.name + '\" to be defined')\n }\n }\n\n if (isarray(value)) {\n if (!token.repeat) {\n throw new TypeError('Expected \"' + token.name + '\" to not repeat, but received `' + JSON.stringify(value) + '`')\n }\n\n if (value.length === 0) {\n if (token.optional) {\n continue\n } else {\n throw new TypeError('Expected \"' + token.name + '\" to not be empty')\n }\n }\n\n for (var j = 0; j < value.length; j++) {\n segment = encode(value[j]);\n\n if (!matches[i].test(segment)) {\n throw new TypeError('Expected all \"' + token.name + '\" to match \"' + token.pattern + '\", but received `' + JSON.stringify(segment) + '`')\n }\n\n path += (j === 0 ? token.prefix : token.delimiter) + segment;\n }\n\n continue\n }\n\n segment = token.asterisk ? encodeAsterisk(value) : encode(value);\n\n if (!matches[i].test(segment)) {\n throw new TypeError('Expected \"' + token.name + '\" to match \"' + token.pattern + '\", but received \"' + segment + '\"')\n }\n\n path += token.prefix + segment;\n }\n\n return path\n }\n}\n\n/**\n * Escape a regular expression string.\n *\n * @param {string} str\n * @return {string}\n */\nfunction escapeString (str) {\n return str.replace(/([.+*?=^!:${}()[\\]|\\/\\\\])/g, '\\\\$1')\n}\n\n/**\n * Escape the capturing group by escaping special characters and meaning.\n *\n * @param {string} group\n * @return {string}\n */\nfunction escapeGroup (group) {\n return group.replace(/([=!:$\\/()])/g, '\\\\$1')\n}\n\n/**\n * Attach the keys as a property of the regexp.\n *\n * @param {!RegExp} re\n * @param {Array} keys\n * @return {!RegExp}\n */\nfunction attachKeys (re, keys) {\n re.keys = keys;\n return re\n}\n\n/**\n * Get the flags for a regexp from the options.\n *\n * @param {Object} options\n * @return {string}\n */\nfunction flags (options) {\n return options && options.sensitive ? '' : 'i'\n}\n\n/**\n * Pull out keys from a regexp.\n *\n * @param {!RegExp} path\n * @param {!Array} keys\n * @return {!RegExp}\n */\nfunction regexpToRegexp (path, keys) {\n // Use a negative lookahead to match only capturing groups.\n var groups = path.source.match(/\\((?!\\?)/g);\n\n if (groups) {\n for (var i = 0; i < groups.length; i++) {\n keys.push({\n name: i,\n prefix: null,\n delimiter: null,\n optional: false,\n repeat: false,\n partial: false,\n asterisk: false,\n pattern: null\n });\n }\n }\n\n return attachKeys(path, keys)\n}\n\n/**\n * Transform an array into a regexp.\n *\n * @param {!Array} path\n * @param {Array} keys\n * @param {!Object} options\n * @return {!RegExp}\n */\nfunction arrayToRegexp (path, keys, options) {\n var parts = [];\n\n for (var i = 0; i < path.length; i++) {\n parts.push(pathToRegexp(path[i], keys, options).source);\n }\n\n var regexp = new RegExp('(?:' + parts.join('|') + ')', flags(options));\n\n return attachKeys(regexp, keys)\n}\n\n/**\n * Create a path regexp from string input.\n *\n * @param {string} path\n * @param {!Array} keys\n * @param {!Object} options\n * @return {!RegExp}\n */\nfunction stringToRegexp (path, keys, options) {\n return tokensToRegExp(parse(path, options), keys, options)\n}\n\n/**\n * Expose a function for taking tokens and returning a RegExp.\n *\n * @param {!Array} tokens\n * @param {(Array|Object)=} keys\n * @param {Object=} options\n * @return {!RegExp}\n */\nfunction tokensToRegExp (tokens, keys, options) {\n if (!isarray(keys)) {\n options = /** @type {!Object} */ (keys || options);\n keys = [];\n }\n\n options = options || {};\n\n var strict = options.strict;\n var end = options.end !== false;\n var route = '';\n\n // Iterate over the tokens and create our regexp string.\n for (var i = 0; i < tokens.length; i++) {\n var token = tokens[i];\n\n if (typeof token === 'string') {\n route += escapeString(token);\n } else {\n var prefix = escapeString(token.prefix);\n var capture = '(?:' + token.pattern + ')';\n\n keys.push(token);\n\n if (token.repeat) {\n capture += '(?:' + prefix + capture + ')*';\n }\n\n if (token.optional) {\n if (!token.partial) {\n capture = '(?:' + prefix + '(' + capture + '))?';\n } else {\n capture = prefix + '(' + capture + ')?';\n }\n } else {\n capture = prefix + '(' + capture + ')';\n }\n\n route += capture;\n }\n }\n\n var delimiter = escapeString(options.delimiter || '/');\n var endsWithDelimiter = route.slice(-delimiter.length) === delimiter;\n\n // In non-strict mode we allow a slash at the end of match. If the path to\n // match already ends with a slash, we remove it for consistency. The slash\n // is valid at the end of a path match, not in the middle. This is important\n // in non-ending mode, where \"/test/\" shouldn't match \"/test//route\".\n if (!strict) {\n route = (endsWithDelimiter ? route.slice(0, -delimiter.length) : route) + '(?:' + delimiter + '(?=$))?';\n }\n\n if (end) {\n route += '$';\n } else {\n // In non-ending mode, we need the capturing groups to match as much as\n // possible by using a positive lookahead to the end or next path segment.\n route += strict && endsWithDelimiter ? '' : '(?=' + delimiter + '|$)';\n }\n\n return attachKeys(new RegExp('^' + route, flags(options)), keys)\n}\n\n/**\n * Normalize the given path string, returning a regular expression.\n *\n * An empty array can be passed in for the keys, which will hold the\n * placeholder key descriptions. For example, using `/user/:id`, `keys` will\n * contain `[{ name: 'id', delimiter: '/', optional: false, repeat: false }]`.\n *\n * @param {(string|RegExp|Array)} path\n * @param {(Array|Object)=} keys\n * @param {Object=} options\n * @return {!RegExp}\n */\nfunction pathToRegexp (path, keys, options) {\n if (!isarray(keys)) {\n options = /** @type {!Object} */ (keys || options);\n keys = [];\n }\n\n options = options || {};\n\n if (path instanceof RegExp) {\n return regexpToRegexp(path, /** @type {!Array} */ (keys))\n }\n\n if (isarray(path)) {\n return arrayToRegexp(/** @type {!Array} */ (path), /** @type {!Array} */ (keys), options)\n }\n\n return stringToRegexp(/** @type {string} */ (path), /** @type {!Array} */ (keys), options)\n}\npathToRegexp_1.parse = parse_1;\npathToRegexp_1.compile = compile_1;\npathToRegexp_1.tokensToFunction = tokensToFunction_1;\npathToRegexp_1.tokensToRegExp = tokensToRegExp_1;\n\n/* */\n\n// $flow-disable-line\nvar regexpCompileCache = Object.create(null);\n\nfunction fillParams (\n path,\n params,\n routeMsg\n) {\n params = params || {};\n try {\n var filler =\n regexpCompileCache[path] ||\n (regexpCompileCache[path] = pathToRegexp_1.compile(path));\n\n // Fix #2505 resolving asterisk routes { name: 'not-found', params: { pathMatch: '/not-found' }}\n // and fix #3106 so that you can work with location descriptor object having params.pathMatch equal to empty string\n if (typeof params.pathMatch === 'string') { params[0] = params.pathMatch; }\n\n return filler(params, { pretty: true })\n } catch (e) {\n if (process.env.NODE_ENV !== 'production') {\n // Fix #3072 no warn if `pathMatch` is string\n warn(typeof params.pathMatch === 'string', (\"missing param for \" + routeMsg + \": \" + (e.message)));\n }\n return ''\n } finally {\n // delete the 0 if it was added\n delete params[0];\n }\n}\n\n/* */\n\nfunction normalizeLocation (\n raw,\n current,\n append,\n router\n) {\n var next = typeof raw === 'string' ? { path: raw } : raw;\n // named target\n if (next._normalized) {\n return next\n } else if (next.name) {\n next = extend({}, raw);\n var params = next.params;\n if (params && typeof params === 'object') {\n next.params = extend({}, params);\n }\n return next\n }\n\n // relative params\n if (!next.path && next.params && current) {\n next = extend({}, next);\n next._normalized = true;\n var params$1 = extend(extend({}, current.params), next.params);\n if (current.name) {\n next.name = current.name;\n next.params = params$1;\n } else if (current.matched.length) {\n var rawPath = current.matched[current.matched.length - 1].path;\n next.path = fillParams(rawPath, params$1, (\"path \" + (current.path)));\n } else if (process.env.NODE_ENV !== 'production') {\n warn(false, \"relative params navigation requires a current route.\");\n }\n return next\n }\n\n var parsedPath = parsePath(next.path || '');\n var basePath = (current && current.path) || '/';\n var path = parsedPath.path\n ? resolvePath(parsedPath.path, basePath, append || next.append)\n : basePath;\n\n var query = resolveQuery(\n parsedPath.query,\n next.query,\n router && router.options.parseQuery\n );\n\n var hash = next.hash || parsedPath.hash;\n if (hash && hash.charAt(0) !== '#') {\n hash = \"#\" + hash;\n }\n\n return {\n _normalized: true,\n path: path,\n query: query,\n hash: hash\n }\n}\n\n/* */\n\n// work around weird flow bug\nvar toTypes = [String, Object];\nvar eventTypes = [String, Array];\n\nvar noop = function () {};\n\nvar warnedCustomSlot;\nvar warnedTagProp;\nvar warnedEventProp;\n\nvar Link = {\n name: 'RouterLink',\n props: {\n to: {\n type: toTypes,\n required: true\n },\n tag: {\n type: String,\n default: 'a'\n },\n custom: Boolean,\n exact: Boolean,\n exactPath: Boolean,\n append: Boolean,\n replace: Boolean,\n activeClass: String,\n exactActiveClass: String,\n ariaCurrentValue: {\n type: String,\n default: 'page'\n },\n event: {\n type: eventTypes,\n default: 'click'\n }\n },\n render: function render (h) {\n var this$1$1 = this;\n\n var router = this.$router;\n var current = this.$route;\n var ref = router.resolve(\n this.to,\n current,\n this.append\n );\n var location = ref.location;\n var route = ref.route;\n var href = ref.href;\n\n var classes = {};\n var globalActiveClass = router.options.linkActiveClass;\n var globalExactActiveClass = router.options.linkExactActiveClass;\n // Support global empty active class\n var activeClassFallback =\n globalActiveClass == null ? 'router-link-active' : globalActiveClass;\n var exactActiveClassFallback =\n globalExactActiveClass == null\n ? 'router-link-exact-active'\n : globalExactActiveClass;\n var activeClass =\n this.activeClass == null ? activeClassFallback : this.activeClass;\n var exactActiveClass =\n this.exactActiveClass == null\n ? exactActiveClassFallback\n : this.exactActiveClass;\n\n var compareTarget = route.redirectedFrom\n ? createRoute(null, normalizeLocation(route.redirectedFrom), null, router)\n : route;\n\n classes[exactActiveClass] = isSameRoute(current, compareTarget, this.exactPath);\n classes[activeClass] = this.exact || this.exactPath\n ? classes[exactActiveClass]\n : isIncludedRoute(current, compareTarget);\n\n var ariaCurrentValue = classes[exactActiveClass] ? this.ariaCurrentValue : null;\n\n var handler = function (e) {\n if (guardEvent(e)) {\n if (this$1$1.replace) {\n router.replace(location, noop);\n } else {\n router.push(location, noop);\n }\n }\n };\n\n var on = { click: guardEvent };\n if (Array.isArray(this.event)) {\n this.event.forEach(function (e) {\n on[e] = handler;\n });\n } else {\n on[this.event] = handler;\n }\n\n var data = { class: classes };\n\n var scopedSlot =\n !this.$scopedSlots.$hasNormal &&\n this.$scopedSlots.default &&\n this.$scopedSlots.default({\n href: href,\n route: route,\n navigate: handler,\n isActive: classes[activeClass],\n isExactActive: classes[exactActiveClass]\n });\n\n if (scopedSlot) {\n if (process.env.NODE_ENV !== 'production' && !this.custom) {\n !warnedCustomSlot && warn(false, 'In Vue Router 4, the v-slot API will by default wrap its content with an element. Use the custom prop to remove this warning:\\n\\n');\n warnedCustomSlot = true;\n }\n if (scopedSlot.length === 1) {\n return scopedSlot[0]\n } else if (scopedSlot.length > 1 || !scopedSlot.length) {\n if (process.env.NODE_ENV !== 'production') {\n warn(\n false,\n (\" with to=\\\"\" + (this.to) + \"\\\" is trying to use a scoped slot but it didn't provide exactly one child. Wrapping the content with a span element.\")\n );\n }\n return scopedSlot.length === 0 ? h() : h('span', {}, scopedSlot)\n }\n }\n\n if (process.env.NODE_ENV !== 'production') {\n if ('tag' in this.$options.propsData && !warnedTagProp) {\n warn(\n false,\n \"'s tag prop is deprecated and has been removed in Vue Router 4. Use the v-slot API to remove this warning: https://next.router.vuejs.org/guide/migration/#removal-of-event-and-tag-props-in-router-link.\"\n );\n warnedTagProp = true;\n }\n if ('event' in this.$options.propsData && !warnedEventProp) {\n warn(\n false,\n \"'s event prop is deprecated and has been removed in Vue Router 4. Use the v-slot API to remove this warning: https://next.router.vuejs.org/guide/migration/#removal-of-event-and-tag-props-in-router-link.\"\n );\n warnedEventProp = true;\n }\n }\n\n if (this.tag === 'a') {\n data.on = on;\n data.attrs = { href: href, 'aria-current': ariaCurrentValue };\n } else {\n // find the first child and apply listener and href\n var a = findAnchor(this.$slots.default);\n if (a) {\n // in case the is a static node\n a.isStatic = false;\n var aData = (a.data = extend({}, a.data));\n aData.on = aData.on || {};\n // transform existing events in both objects into arrays so we can push later\n for (var event in aData.on) {\n var handler$1 = aData.on[event];\n if (event in on) {\n aData.on[event] = Array.isArray(handler$1) ? handler$1 : [handler$1];\n }\n }\n // append new listeners for router-link\n for (var event$1 in on) {\n if (event$1 in aData.on) {\n // on[event] is always a function\n aData.on[event$1].push(on[event$1]);\n } else {\n aData.on[event$1] = handler;\n }\n }\n\n var aAttrs = (a.data.attrs = extend({}, a.data.attrs));\n aAttrs.href = href;\n aAttrs['aria-current'] = ariaCurrentValue;\n } else {\n // doesn't have child, apply listener to self\n data.on = on;\n }\n }\n\n return h(this.tag, data, this.$slots.default)\n }\n};\n\nfunction guardEvent (e) {\n // don't redirect with control keys\n if (e.metaKey || e.altKey || e.ctrlKey || e.shiftKey) { return }\n // don't redirect when preventDefault called\n if (e.defaultPrevented) { return }\n // don't redirect on right click\n if (e.button !== undefined && e.button !== 0) { return }\n // don't redirect if `target=\"_blank\"`\n if (e.currentTarget && e.currentTarget.getAttribute) {\n var target = e.currentTarget.getAttribute('target');\n if (/\\b_blank\\b/i.test(target)) { return }\n }\n // this may be a Weex event which doesn't have this method\n if (e.preventDefault) {\n e.preventDefault();\n }\n return true\n}\n\nfunction findAnchor (children) {\n if (children) {\n var child;\n for (var i = 0; i < children.length; i++) {\n child = children[i];\n if (child.tag === 'a') {\n return child\n }\n if (child.children && (child = findAnchor(child.children))) {\n return child\n }\n }\n }\n}\n\nvar _Vue;\n\nfunction install (Vue) {\n if (install.installed && _Vue === Vue) { return }\n install.installed = true;\n\n _Vue = Vue;\n\n var isDef = function (v) { return v !== undefined; };\n\n var registerInstance = function (vm, callVal) {\n var i = vm.$options._parentVnode;\n if (isDef(i) && isDef(i = i.data) && isDef(i = i.registerRouteInstance)) {\n i(vm, callVal);\n }\n };\n\n Vue.mixin({\n beforeCreate: function beforeCreate () {\n if (isDef(this.$options.router)) {\n this._routerRoot = this;\n this._router = this.$options.router;\n this._router.init(this);\n Vue.util.defineReactive(this, '_route', this._router.history.current);\n } else {\n this._routerRoot = (this.$parent && this.$parent._routerRoot) || this;\n }\n registerInstance(this, this);\n },\n destroyed: function destroyed () {\n registerInstance(this);\n }\n });\n\n Object.defineProperty(Vue.prototype, '$router', {\n get: function get () { return this._routerRoot._router }\n });\n\n Object.defineProperty(Vue.prototype, '$route', {\n get: function get () { return this._routerRoot._route }\n });\n\n Vue.component('RouterView', View);\n Vue.component('RouterLink', Link);\n\n var strats = Vue.config.optionMergeStrategies;\n // use the same hook merging strategy for route hooks\n strats.beforeRouteEnter = strats.beforeRouteLeave = strats.beforeRouteUpdate = strats.created;\n}\n\n/* */\n\nvar inBrowser = typeof window !== 'undefined';\n\n/* */\n\nfunction createRouteMap (\n routes,\n oldPathList,\n oldPathMap,\n oldNameMap,\n parentRoute\n) {\n // the path list is used to control path matching priority\n var pathList = oldPathList || [];\n // $flow-disable-line\n var pathMap = oldPathMap || Object.create(null);\n // $flow-disable-line\n var nameMap = oldNameMap || Object.create(null);\n\n routes.forEach(function (route) {\n addRouteRecord(pathList, pathMap, nameMap, route, parentRoute);\n });\n\n // ensure wildcard routes are always at the end\n for (var i = 0, l = pathList.length; i < l; i++) {\n if (pathList[i] === '*') {\n pathList.push(pathList.splice(i, 1)[0]);\n l--;\n i--;\n }\n }\n\n if (process.env.NODE_ENV === 'development') {\n // warn if routes do not include leading slashes\n var found = pathList\n // check for missing leading slash\n .filter(function (path) { return path && path.charAt(0) !== '*' && path.charAt(0) !== '/'; });\n\n if (found.length > 0) {\n var pathNames = found.map(function (path) { return (\"- \" + path); }).join('\\n');\n warn(false, (\"Non-nested routes must include a leading slash character. Fix the following routes: \\n\" + pathNames));\n }\n }\n\n return {\n pathList: pathList,\n pathMap: pathMap,\n nameMap: nameMap\n }\n}\n\nfunction addRouteRecord (\n pathList,\n pathMap,\n nameMap,\n route,\n parent,\n matchAs\n) {\n var path = route.path;\n var name = route.name;\n if (process.env.NODE_ENV !== 'production') {\n assert(path != null, \"\\\"path\\\" is required in a route configuration.\");\n assert(\n typeof route.component !== 'string',\n \"route config \\\"component\\\" for path: \" + (String(\n path || name\n )) + \" cannot be a \" + \"string id. Use an actual component instead.\"\n );\n\n warn(\n // eslint-disable-next-line no-control-regex\n !/[^\\u0000-\\u007F]+/.test(path),\n \"Route with path \\\"\" + path + \"\\\" contains unencoded characters, make sure \" +\n \"your path is correctly encoded before passing it to the router. Use \" +\n \"encodeURI to encode static segments of your path.\"\n );\n }\n\n var pathToRegexpOptions =\n route.pathToRegexpOptions || {};\n var normalizedPath = normalizePath(path, parent, pathToRegexpOptions.strict);\n\n if (typeof route.caseSensitive === 'boolean') {\n pathToRegexpOptions.sensitive = route.caseSensitive;\n }\n\n var record = {\n path: normalizedPath,\n regex: compileRouteRegex(normalizedPath, pathToRegexpOptions),\n components: route.components || { default: route.component },\n alias: route.alias\n ? typeof route.alias === 'string'\n ? [route.alias]\n : route.alias\n : [],\n instances: {},\n enteredCbs: {},\n name: name,\n parent: parent,\n matchAs: matchAs,\n redirect: route.redirect,\n beforeEnter: route.beforeEnter,\n meta: route.meta || {},\n props:\n route.props == null\n ? {}\n : route.components\n ? route.props\n : { default: route.props }\n };\n\n if (route.children) {\n // Warn if route is named, does not redirect and has a default child route.\n // If users navigate to this route by name, the default child will\n // not be rendered (GH Issue #629)\n if (process.env.NODE_ENV !== 'production') {\n if (\n route.name &&\n !route.redirect &&\n route.children.some(function (child) { return /^\\/?$/.test(child.path); })\n ) {\n warn(\n false,\n \"Named Route '\" + (route.name) + \"' has a default child route. \" +\n \"When navigating to this named route (:to=\\\"{name: '\" + (route.name) + \"'}\\\"), \" +\n \"the default child route will not be rendered. Remove the name from \" +\n \"this route and use the name of the default child route for named \" +\n \"links instead.\"\n );\n }\n }\n route.children.forEach(function (child) {\n var childMatchAs = matchAs\n ? cleanPath((matchAs + \"/\" + (child.path)))\n : undefined;\n addRouteRecord(pathList, pathMap, nameMap, child, record, childMatchAs);\n });\n }\n\n if (!pathMap[record.path]) {\n pathList.push(record.path);\n pathMap[record.path] = record;\n }\n\n if (route.alias !== undefined) {\n var aliases = Array.isArray(route.alias) ? route.alias : [route.alias];\n for (var i = 0; i < aliases.length; ++i) {\n var alias = aliases[i];\n if (process.env.NODE_ENV !== 'production' && alias === path) {\n warn(\n false,\n (\"Found an alias with the same value as the path: \\\"\" + path + \"\\\". You have to remove that alias. It will be ignored in development.\")\n );\n // skip in dev to make it work\n continue\n }\n\n var aliasRoute = {\n path: alias,\n children: route.children\n };\n addRouteRecord(\n pathList,\n pathMap,\n nameMap,\n aliasRoute,\n parent,\n record.path || '/' // matchAs\n );\n }\n }\n\n if (name) {\n if (!nameMap[name]) {\n nameMap[name] = record;\n } else if (process.env.NODE_ENV !== 'production' && !matchAs) {\n warn(\n false,\n \"Duplicate named routes definition: \" +\n \"{ name: \\\"\" + name + \"\\\", path: \\\"\" + (record.path) + \"\\\" }\"\n );\n }\n }\n}\n\nfunction compileRouteRegex (\n path,\n pathToRegexpOptions\n) {\n var regex = pathToRegexp_1(path, [], pathToRegexpOptions);\n if (process.env.NODE_ENV !== 'production') {\n var keys = Object.create(null);\n regex.keys.forEach(function (key) {\n warn(\n !keys[key.name],\n (\"Duplicate param keys in route with path: \\\"\" + path + \"\\\"\")\n );\n keys[key.name] = true;\n });\n }\n return regex\n}\n\nfunction normalizePath (\n path,\n parent,\n strict\n) {\n if (!strict) { path = path.replace(/\\/$/, ''); }\n if (path[0] === '/') { return path }\n if (parent == null) { return path }\n return cleanPath(((parent.path) + \"/\" + path))\n}\n\n/* */\n\n\n\nfunction createMatcher (\n routes,\n router\n) {\n var ref = createRouteMap(routes);\n var pathList = ref.pathList;\n var pathMap = ref.pathMap;\n var nameMap = ref.nameMap;\n\n function addRoutes (routes) {\n createRouteMap(routes, pathList, pathMap, nameMap);\n }\n\n function addRoute (parentOrRoute, route) {\n var parent = (typeof parentOrRoute !== 'object') ? nameMap[parentOrRoute] : undefined;\n // $flow-disable-line\n createRouteMap([route || parentOrRoute], pathList, pathMap, nameMap, parent);\n\n // add aliases of parent\n if (parent && parent.alias.length) {\n createRouteMap(\n // $flow-disable-line route is defined if parent is\n parent.alias.map(function (alias) { return ({ path: alias, children: [route] }); }),\n pathList,\n pathMap,\n nameMap,\n parent\n );\n }\n }\n\n function getRoutes () {\n return pathList.map(function (path) { return pathMap[path]; })\n }\n\n function match (\n raw,\n currentRoute,\n redirectedFrom\n ) {\n var location = normalizeLocation(raw, currentRoute, false, router);\n var name = location.name;\n\n if (name) {\n var record = nameMap[name];\n if (process.env.NODE_ENV !== 'production') {\n warn(record, (\"Route with name '\" + name + \"' does not exist\"));\n }\n if (!record) { return _createRoute(null, location) }\n var paramNames = record.regex.keys\n .filter(function (key) { return !key.optional; })\n .map(function (key) { return key.name; });\n\n if (typeof location.params !== 'object') {\n location.params = {};\n }\n\n if (currentRoute && typeof currentRoute.params === 'object') {\n for (var key in currentRoute.params) {\n if (!(key in location.params) && paramNames.indexOf(key) > -1) {\n location.params[key] = currentRoute.params[key];\n }\n }\n }\n\n location.path = fillParams(record.path, location.params, (\"named route \\\"\" + name + \"\\\"\"));\n return _createRoute(record, location, redirectedFrom)\n } else if (location.path) {\n location.params = {};\n for (var i = 0; i < pathList.length; i++) {\n var path = pathList[i];\n var record$1 = pathMap[path];\n if (matchRoute(record$1.regex, location.path, location.params)) {\n return _createRoute(record$1, location, redirectedFrom)\n }\n }\n }\n // no match\n return _createRoute(null, location)\n }\n\n function redirect (\n record,\n location\n ) {\n var originalRedirect = record.redirect;\n var redirect = typeof originalRedirect === 'function'\n ? originalRedirect(createRoute(record, location, null, router))\n : originalRedirect;\n\n if (typeof redirect === 'string') {\n redirect = { path: redirect };\n }\n\n if (!redirect || typeof redirect !== 'object') {\n if (process.env.NODE_ENV !== 'production') {\n warn(\n false, (\"invalid redirect option: \" + (JSON.stringify(redirect)))\n );\n }\n return _createRoute(null, location)\n }\n\n var re = redirect;\n var name = re.name;\n var path = re.path;\n var query = location.query;\n var hash = location.hash;\n var params = location.params;\n query = re.hasOwnProperty('query') ? re.query : query;\n hash = re.hasOwnProperty('hash') ? re.hash : hash;\n params = re.hasOwnProperty('params') ? re.params : params;\n\n if (name) {\n // resolved named direct\n var targetRecord = nameMap[name];\n if (process.env.NODE_ENV !== 'production') {\n assert(targetRecord, (\"redirect failed: named route \\\"\" + name + \"\\\" not found.\"));\n }\n return match({\n _normalized: true,\n name: name,\n query: query,\n hash: hash,\n params: params\n }, undefined, location)\n } else if (path) {\n // 1. resolve relative redirect\n var rawPath = resolveRecordPath(path, record);\n // 2. resolve params\n var resolvedPath = fillParams(rawPath, params, (\"redirect route with path \\\"\" + rawPath + \"\\\"\"));\n // 3. rematch with existing query and hash\n return match({\n _normalized: true,\n path: resolvedPath,\n query: query,\n hash: hash\n }, undefined, location)\n } else {\n if (process.env.NODE_ENV !== 'production') {\n warn(false, (\"invalid redirect option: \" + (JSON.stringify(redirect))));\n }\n return _createRoute(null, location)\n }\n }\n\n function alias (\n record,\n location,\n matchAs\n ) {\n var aliasedPath = fillParams(matchAs, location.params, (\"aliased route with path \\\"\" + matchAs + \"\\\"\"));\n var aliasedMatch = match({\n _normalized: true,\n path: aliasedPath\n });\n if (aliasedMatch) {\n var matched = aliasedMatch.matched;\n var aliasedRecord = matched[matched.length - 1];\n location.params = aliasedMatch.params;\n return _createRoute(aliasedRecord, location)\n }\n return _createRoute(null, location)\n }\n\n function _createRoute (\n record,\n location,\n redirectedFrom\n ) {\n if (record && record.redirect) {\n return redirect(record, redirectedFrom || location)\n }\n if (record && record.matchAs) {\n return alias(record, location, record.matchAs)\n }\n return createRoute(record, location, redirectedFrom, router)\n }\n\n return {\n match: match,\n addRoute: addRoute,\n getRoutes: getRoutes,\n addRoutes: addRoutes\n }\n}\n\nfunction matchRoute (\n regex,\n path,\n params\n) {\n var m = path.match(regex);\n\n if (!m) {\n return false\n } else if (!params) {\n return true\n }\n\n for (var i = 1, len = m.length; i < len; ++i) {\n var key = regex.keys[i - 1];\n if (key) {\n // Fix #1994: using * with props: true generates a param named 0\n params[key.name || 'pathMatch'] = typeof m[i] === 'string' ? decode(m[i]) : m[i];\n }\n }\n\n return true\n}\n\nfunction resolveRecordPath (path, record) {\n return resolvePath(path, record.parent ? record.parent.path : '/', true)\n}\n\n/* */\n\n// use User Timing api (if present) for more accurate key precision\nvar Time =\n inBrowser && window.performance && window.performance.now\n ? window.performance\n : Date;\n\nfunction genStateKey () {\n return Time.now().toFixed(3)\n}\n\nvar _key = genStateKey();\n\nfunction getStateKey () {\n return _key\n}\n\nfunction setStateKey (key) {\n return (_key = key)\n}\n\n/* */\n\nvar positionStore = Object.create(null);\n\nfunction setupScroll () {\n // Prevent browser scroll behavior on History popstate\n if ('scrollRestoration' in window.history) {\n window.history.scrollRestoration = 'manual';\n }\n // Fix for #1585 for Firefox\n // Fix for #2195 Add optional third attribute to workaround a bug in safari https://bugs.webkit.org/show_bug.cgi?id=182678\n // Fix for #2774 Support for apps loaded from Windows file shares not mapped to network drives: replaced location.origin with\n // window.location.protocol + '//' + window.location.host\n // location.host contains the port and location.hostname doesn't\n var protocolAndPath = window.location.protocol + '//' + window.location.host;\n var absolutePath = window.location.href.replace(protocolAndPath, '');\n // preserve existing history state as it could be overriden by the user\n var stateCopy = extend({}, window.history.state);\n stateCopy.key = getStateKey();\n window.history.replaceState(stateCopy, '', absolutePath);\n window.addEventListener('popstate', handlePopState);\n return function () {\n window.removeEventListener('popstate', handlePopState);\n }\n}\n\nfunction handleScroll (\n router,\n to,\n from,\n isPop\n) {\n if (!router.app) {\n return\n }\n\n var behavior = router.options.scrollBehavior;\n if (!behavior) {\n return\n }\n\n if (process.env.NODE_ENV !== 'production') {\n assert(typeof behavior === 'function', \"scrollBehavior must be a function\");\n }\n\n // wait until re-render finishes before scrolling\n router.app.$nextTick(function () {\n var position = getScrollPosition();\n var shouldScroll = behavior.call(\n router,\n to,\n from,\n isPop ? position : null\n );\n\n if (!shouldScroll) {\n return\n }\n\n if (typeof shouldScroll.then === 'function') {\n shouldScroll\n .then(function (shouldScroll) {\n scrollToPosition((shouldScroll), position);\n })\n .catch(function (err) {\n if (process.env.NODE_ENV !== 'production') {\n assert(false, err.toString());\n }\n });\n } else {\n scrollToPosition(shouldScroll, position);\n }\n });\n}\n\nfunction saveScrollPosition () {\n var key = getStateKey();\n if (key) {\n positionStore[key] = {\n x: window.pageXOffset,\n y: window.pageYOffset\n };\n }\n}\n\nfunction handlePopState (e) {\n saveScrollPosition();\n if (e.state && e.state.key) {\n setStateKey(e.state.key);\n }\n}\n\nfunction getScrollPosition () {\n var key = getStateKey();\n if (key) {\n return positionStore[key]\n }\n}\n\nfunction getElementPosition (el, offset) {\n var docEl = document.documentElement;\n var docRect = docEl.getBoundingClientRect();\n var elRect = el.getBoundingClientRect();\n return {\n x: elRect.left - docRect.left - offset.x,\n y: elRect.top - docRect.top - offset.y\n }\n}\n\nfunction isValidPosition (obj) {\n return isNumber(obj.x) || isNumber(obj.y)\n}\n\nfunction normalizePosition (obj) {\n return {\n x: isNumber(obj.x) ? obj.x : window.pageXOffset,\n y: isNumber(obj.y) ? obj.y : window.pageYOffset\n }\n}\n\nfunction normalizeOffset (obj) {\n return {\n x: isNumber(obj.x) ? obj.x : 0,\n y: isNumber(obj.y) ? obj.y : 0\n }\n}\n\nfunction isNumber (v) {\n return typeof v === 'number'\n}\n\nvar hashStartsWithNumberRE = /^#\\d/;\n\nfunction scrollToPosition (shouldScroll, position) {\n var isObject = typeof shouldScroll === 'object';\n if (isObject && typeof shouldScroll.selector === 'string') {\n // getElementById would still fail if the selector contains a more complicated query like #main[data-attr]\n // but at the same time, it doesn't make much sense to select an element with an id and an extra selector\n var el = hashStartsWithNumberRE.test(shouldScroll.selector) // $flow-disable-line\n ? document.getElementById(shouldScroll.selector.slice(1)) // $flow-disable-line\n : document.querySelector(shouldScroll.selector);\n\n if (el) {\n var offset =\n shouldScroll.offset && typeof shouldScroll.offset === 'object'\n ? shouldScroll.offset\n : {};\n offset = normalizeOffset(offset);\n position = getElementPosition(el, offset);\n } else if (isValidPosition(shouldScroll)) {\n position = normalizePosition(shouldScroll);\n }\n } else if (isObject && isValidPosition(shouldScroll)) {\n position = normalizePosition(shouldScroll);\n }\n\n if (position) {\n // $flow-disable-line\n if ('scrollBehavior' in document.documentElement.style) {\n window.scrollTo({\n left: position.x,\n top: position.y,\n // $flow-disable-line\n behavior: shouldScroll.behavior\n });\n } else {\n window.scrollTo(position.x, position.y);\n }\n }\n}\n\n/* */\n\nvar supportsPushState =\n inBrowser &&\n (function () {\n var ua = window.navigator.userAgent;\n\n if (\n (ua.indexOf('Android 2.') !== -1 || ua.indexOf('Android 4.0') !== -1) &&\n ua.indexOf('Mobile Safari') !== -1 &&\n ua.indexOf('Chrome') === -1 &&\n ua.indexOf('Windows Phone') === -1\n ) {\n return false\n }\n\n return window.history && typeof window.history.pushState === 'function'\n })();\n\nfunction pushState (url, replace) {\n saveScrollPosition();\n // try...catch the pushState call to get around Safari\n // DOM Exception 18 where it limits to 100 pushState calls\n var history = window.history;\n try {\n if (replace) {\n // preserve existing history state as it could be overriden by the user\n var stateCopy = extend({}, history.state);\n stateCopy.key = getStateKey();\n history.replaceState(stateCopy, '', url);\n } else {\n history.pushState({ key: setStateKey(genStateKey()) }, '', url);\n }\n } catch (e) {\n window.location[replace ? 'replace' : 'assign'](url);\n }\n}\n\nfunction replaceState (url) {\n pushState(url, true);\n}\n\n// When changing thing, also edit router.d.ts\nvar NavigationFailureType = {\n redirected: 2,\n aborted: 4,\n cancelled: 8,\n duplicated: 16\n};\n\nfunction createNavigationRedirectedError (from, to) {\n return createRouterError(\n from,\n to,\n NavigationFailureType.redirected,\n (\"Redirected when going from \\\"\" + (from.fullPath) + \"\\\" to \\\"\" + (stringifyRoute(\n to\n )) + \"\\\" via a navigation guard.\")\n )\n}\n\nfunction createNavigationDuplicatedError (from, to) {\n var error = createRouterError(\n from,\n to,\n NavigationFailureType.duplicated,\n (\"Avoided redundant navigation to current location: \\\"\" + (from.fullPath) + \"\\\".\")\n );\n // backwards compatible with the first introduction of Errors\n error.name = 'NavigationDuplicated';\n return error\n}\n\nfunction createNavigationCancelledError (from, to) {\n return createRouterError(\n from,\n to,\n NavigationFailureType.cancelled,\n (\"Navigation cancelled from \\\"\" + (from.fullPath) + \"\\\" to \\\"\" + (to.fullPath) + \"\\\" with a new navigation.\")\n )\n}\n\nfunction createNavigationAbortedError (from, to) {\n return createRouterError(\n from,\n to,\n NavigationFailureType.aborted,\n (\"Navigation aborted from \\\"\" + (from.fullPath) + \"\\\" to \\\"\" + (to.fullPath) + \"\\\" via a navigation guard.\")\n )\n}\n\nfunction createRouterError (from, to, type, message) {\n var error = new Error(message);\n error._isRouter = true;\n error.from = from;\n error.to = to;\n error.type = type;\n\n return error\n}\n\nvar propertiesToLog = ['params', 'query', 'hash'];\n\nfunction stringifyRoute (to) {\n if (typeof to === 'string') { return to }\n if ('path' in to) { return to.path }\n var location = {};\n propertiesToLog.forEach(function (key) {\n if (key in to) { location[key] = to[key]; }\n });\n return JSON.stringify(location, null, 2)\n}\n\nfunction isError (err) {\n return Object.prototype.toString.call(err).indexOf('Error') > -1\n}\n\nfunction isNavigationFailure (err, errorType) {\n return (\n isError(err) &&\n err._isRouter &&\n (errorType == null || err.type === errorType)\n )\n}\n\n/* */\n\nfunction runQueue (queue, fn, cb) {\n var step = function (index) {\n if (index >= queue.length) {\n cb();\n } else {\n if (queue[index]) {\n fn(queue[index], function () {\n step(index + 1);\n });\n } else {\n step(index + 1);\n }\n }\n };\n step(0);\n}\n\n/* */\n\nfunction resolveAsyncComponents (matched) {\n return function (to, from, next) {\n var hasAsync = false;\n var pending = 0;\n var error = null;\n\n flatMapComponents(matched, function (def, _, match, key) {\n // if it's a function and doesn't have cid attached,\n // assume it's an async component resolve function.\n // we are not using Vue's default async resolving mechanism because\n // we want to halt the navigation until the incoming component has been\n // resolved.\n if (typeof def === 'function' && def.cid === undefined) {\n hasAsync = true;\n pending++;\n\n var resolve = once(function (resolvedDef) {\n if (isESModule(resolvedDef)) {\n resolvedDef = resolvedDef.default;\n }\n // save resolved on async factory in case it's used elsewhere\n def.resolved = typeof resolvedDef === 'function'\n ? resolvedDef\n : _Vue.extend(resolvedDef);\n match.components[key] = resolvedDef;\n pending--;\n if (pending <= 0) {\n next();\n }\n });\n\n var reject = once(function (reason) {\n var msg = \"Failed to resolve async component \" + key + \": \" + reason;\n process.env.NODE_ENV !== 'production' && warn(false, msg);\n if (!error) {\n error = isError(reason)\n ? reason\n : new Error(msg);\n next(error);\n }\n });\n\n var res;\n try {\n res = def(resolve, reject);\n } catch (e) {\n reject(e);\n }\n if (res) {\n if (typeof res.then === 'function') {\n res.then(resolve, reject);\n } else {\n // new syntax in Vue 2.3\n var comp = res.component;\n if (comp && typeof comp.then === 'function') {\n comp.then(resolve, reject);\n }\n }\n }\n }\n });\n\n if (!hasAsync) { next(); }\n }\n}\n\nfunction flatMapComponents (\n matched,\n fn\n) {\n return flatten(matched.map(function (m) {\n return Object.keys(m.components).map(function (key) { return fn(\n m.components[key],\n m.instances[key],\n m, key\n ); })\n }))\n}\n\nfunction flatten (arr) {\n return Array.prototype.concat.apply([], arr)\n}\n\nvar hasSymbol =\n typeof Symbol === 'function' &&\n typeof Symbol.toStringTag === 'symbol';\n\nfunction isESModule (obj) {\n return obj.__esModule || (hasSymbol && obj[Symbol.toStringTag] === 'Module')\n}\n\n// in Webpack 2, require.ensure now also returns a Promise\n// so the resolve/reject functions may get called an extra time\n// if the user uses an arrow function shorthand that happens to\n// return that Promise.\nfunction once (fn) {\n var called = false;\n return function () {\n var args = [], len = arguments.length;\n while ( len-- ) args[ len ] = arguments[ len ];\n\n if (called) { return }\n called = true;\n return fn.apply(this, args)\n }\n}\n\n/* */\n\nvar History = function History (router, base) {\n this.router = router;\n this.base = normalizeBase(base);\n // start with a route object that stands for \"nowhere\"\n this.current = START;\n this.pending = null;\n this.ready = false;\n this.readyCbs = [];\n this.readyErrorCbs = [];\n this.errorCbs = [];\n this.listeners = [];\n};\n\nHistory.prototype.listen = function listen (cb) {\n this.cb = cb;\n};\n\nHistory.prototype.onReady = function onReady (cb, errorCb) {\n if (this.ready) {\n cb();\n } else {\n this.readyCbs.push(cb);\n if (errorCb) {\n this.readyErrorCbs.push(errorCb);\n }\n }\n};\n\nHistory.prototype.onError = function onError (errorCb) {\n this.errorCbs.push(errorCb);\n};\n\nHistory.prototype.transitionTo = function transitionTo (\n location,\n onComplete,\n onAbort\n) {\n var this$1$1 = this;\n\n var route;\n // catch redirect option https://github.com/vuejs/vue-router/issues/3201\n try {\n route = this.router.match(location, this.current);\n } catch (e) {\n this.errorCbs.forEach(function (cb) {\n cb(e);\n });\n // Exception should still be thrown\n throw e\n }\n var prev = this.current;\n this.confirmTransition(\n route,\n function () {\n this$1$1.updateRoute(route);\n onComplete && onComplete(route);\n this$1$1.ensureURL();\n this$1$1.router.afterHooks.forEach(function (hook) {\n hook && hook(route, prev);\n });\n\n // fire ready cbs once\n if (!this$1$1.ready) {\n this$1$1.ready = true;\n this$1$1.readyCbs.forEach(function (cb) {\n cb(route);\n });\n }\n },\n function (err) {\n if (onAbort) {\n onAbort(err);\n }\n if (err && !this$1$1.ready) {\n // Initial redirection should not mark the history as ready yet\n // because it's triggered by the redirection instead\n // https://github.com/vuejs/vue-router/issues/3225\n // https://github.com/vuejs/vue-router/issues/3331\n if (!isNavigationFailure(err, NavigationFailureType.redirected) || prev !== START) {\n this$1$1.ready = true;\n this$1$1.readyErrorCbs.forEach(function (cb) {\n cb(err);\n });\n }\n }\n }\n );\n};\n\nHistory.prototype.confirmTransition = function confirmTransition (route, onComplete, onAbort) {\n var this$1$1 = this;\n\n var current = this.current;\n this.pending = route;\n var abort = function (err) {\n // changed after adding errors with\n // https://github.com/vuejs/vue-router/pull/3047 before that change,\n // redirect and aborted navigation would produce an err == null\n if (!isNavigationFailure(err) && isError(err)) {\n if (this$1$1.errorCbs.length) {\n this$1$1.errorCbs.forEach(function (cb) {\n cb(err);\n });\n } else {\n if (process.env.NODE_ENV !== 'production') {\n warn(false, 'uncaught error during route navigation:');\n }\n console.error(err);\n }\n }\n onAbort && onAbort(err);\n };\n var lastRouteIndex = route.matched.length - 1;\n var lastCurrentIndex = current.matched.length - 1;\n if (\n isSameRoute(route, current) &&\n // in the case the route map has been dynamically appended to\n lastRouteIndex === lastCurrentIndex &&\n route.matched[lastRouteIndex] === current.matched[lastCurrentIndex]\n ) {\n this.ensureURL();\n if (route.hash) {\n handleScroll(this.router, current, route, false);\n }\n return abort(createNavigationDuplicatedError(current, route))\n }\n\n var ref = resolveQueue(\n this.current.matched,\n route.matched\n );\n var updated = ref.updated;\n var deactivated = ref.deactivated;\n var activated = ref.activated;\n\n var queue = [].concat(\n // in-component leave guards\n extractLeaveGuards(deactivated),\n // global before hooks\n this.router.beforeHooks,\n // in-component update hooks\n extractUpdateHooks(updated),\n // in-config enter guards\n activated.map(function (m) { return m.beforeEnter; }),\n // async components\n resolveAsyncComponents(activated)\n );\n\n var iterator = function (hook, next) {\n if (this$1$1.pending !== route) {\n return abort(createNavigationCancelledError(current, route))\n }\n try {\n hook(route, current, function (to) {\n if (to === false) {\n // next(false) -> abort navigation, ensure current URL\n this$1$1.ensureURL(true);\n abort(createNavigationAbortedError(current, route));\n } else if (isError(to)) {\n this$1$1.ensureURL(true);\n abort(to);\n } else if (\n typeof to === 'string' ||\n (typeof to === 'object' &&\n (typeof to.path === 'string' || typeof to.name === 'string'))\n ) {\n // next('/') or next({ path: '/' }) -> redirect\n abort(createNavigationRedirectedError(current, route));\n if (typeof to === 'object' && to.replace) {\n this$1$1.replace(to);\n } else {\n this$1$1.push(to);\n }\n } else {\n // confirm transition and pass on the value\n next(to);\n }\n });\n } catch (e) {\n abort(e);\n }\n };\n\n runQueue(queue, iterator, function () {\n // wait until async components are resolved before\n // extracting in-component enter guards\n var enterGuards = extractEnterGuards(activated);\n var queue = enterGuards.concat(this$1$1.router.resolveHooks);\n runQueue(queue, iterator, function () {\n if (this$1$1.pending !== route) {\n return abort(createNavigationCancelledError(current, route))\n }\n this$1$1.pending = null;\n onComplete(route);\n if (this$1$1.router.app) {\n this$1$1.router.app.$nextTick(function () {\n handleRouteEntered(route);\n });\n }\n });\n });\n};\n\nHistory.prototype.updateRoute = function updateRoute (route) {\n this.current = route;\n this.cb && this.cb(route);\n};\n\nHistory.prototype.setupListeners = function setupListeners () {\n // Default implementation is empty\n};\n\nHistory.prototype.teardown = function teardown () {\n // clean up event listeners\n // https://github.com/vuejs/vue-router/issues/2341\n this.listeners.forEach(function (cleanupListener) {\n cleanupListener();\n });\n this.listeners = [];\n\n // reset current history route\n // https://github.com/vuejs/vue-router/issues/3294\n this.current = START;\n this.pending = null;\n};\n\nfunction normalizeBase (base) {\n if (!base) {\n if (inBrowser) {\n // respect tag\n var baseEl = document.querySelector('base');\n base = (baseEl && baseEl.getAttribute('href')) || '/';\n // strip full URL origin\n base = base.replace(/^https?:\\/\\/[^\\/]+/, '');\n } else {\n base = '/';\n }\n }\n // make sure there's the starting slash\n if (base.charAt(0) !== '/') {\n base = '/' + base;\n }\n // remove trailing slash\n return base.replace(/\\/$/, '')\n}\n\nfunction resolveQueue (\n current,\n next\n) {\n var i;\n var max = Math.max(current.length, next.length);\n for (i = 0; i < max; i++) {\n if (current[i] !== next[i]) {\n break\n }\n }\n return {\n updated: next.slice(0, i),\n activated: next.slice(i),\n deactivated: current.slice(i)\n }\n}\n\nfunction extractGuards (\n records,\n name,\n bind,\n reverse\n) {\n var guards = flatMapComponents(records, function (def, instance, match, key) {\n var guard = extractGuard(def, name);\n if (guard) {\n return Array.isArray(guard)\n ? guard.map(function (guard) { return bind(guard, instance, match, key); })\n : bind(guard, instance, match, key)\n }\n });\n return flatten(reverse ? guards.reverse() : guards)\n}\n\nfunction extractGuard (\n def,\n key\n) {\n if (typeof def !== 'function') {\n // extend now so that global mixins are applied.\n def = _Vue.extend(def);\n }\n return def.options[key]\n}\n\nfunction extractLeaveGuards (deactivated) {\n return extractGuards(deactivated, 'beforeRouteLeave', bindGuard, true)\n}\n\nfunction extractUpdateHooks (updated) {\n return extractGuards(updated, 'beforeRouteUpdate', bindGuard)\n}\n\nfunction bindGuard (guard, instance) {\n if (instance) {\n return function boundRouteGuard () {\n return guard.apply(instance, arguments)\n }\n }\n}\n\nfunction extractEnterGuards (\n activated\n) {\n return extractGuards(\n activated,\n 'beforeRouteEnter',\n function (guard, _, match, key) {\n return bindEnterGuard(guard, match, key)\n }\n )\n}\n\nfunction bindEnterGuard (\n guard,\n match,\n key\n) {\n return function routeEnterGuard (to, from, next) {\n return guard(to, from, function (cb) {\n if (typeof cb === 'function') {\n if (!match.enteredCbs[key]) {\n match.enteredCbs[key] = [];\n }\n match.enteredCbs[key].push(cb);\n }\n next(cb);\n })\n }\n}\n\n/* */\n\nvar HTML5History = /*@__PURE__*/(function (History) {\n function HTML5History (router, base) {\n History.call(this, router, base);\n\n this._startLocation = getLocation(this.base);\n }\n\n if ( History ) HTML5History.__proto__ = History;\n HTML5History.prototype = Object.create( History && History.prototype );\n HTML5History.prototype.constructor = HTML5History;\n\n HTML5History.prototype.setupListeners = function setupListeners () {\n var this$1$1 = this;\n\n if (this.listeners.length > 0) {\n return\n }\n\n var router = this.router;\n var expectScroll = router.options.scrollBehavior;\n var supportsScroll = supportsPushState && expectScroll;\n\n if (supportsScroll) {\n this.listeners.push(setupScroll());\n }\n\n var handleRoutingEvent = function () {\n var current = this$1$1.current;\n\n // Avoiding first `popstate` event dispatched in some browsers but first\n // history route not updated since async guard at the same time.\n var location = getLocation(this$1$1.base);\n if (this$1$1.current === START && location === this$1$1._startLocation) {\n return\n }\n\n this$1$1.transitionTo(location, function (route) {\n if (supportsScroll) {\n handleScroll(router, route, current, true);\n }\n });\n };\n window.addEventListener('popstate', handleRoutingEvent);\n this.listeners.push(function () {\n window.removeEventListener('popstate', handleRoutingEvent);\n });\n };\n\n HTML5History.prototype.go = function go (n) {\n window.history.go(n);\n };\n\n HTML5History.prototype.push = function push (location, onComplete, onAbort) {\n var this$1$1 = this;\n\n var ref = this;\n var fromRoute = ref.current;\n this.transitionTo(location, function (route) {\n pushState(cleanPath(this$1$1.base + route.fullPath));\n handleScroll(this$1$1.router, route, fromRoute, false);\n onComplete && onComplete(route);\n }, onAbort);\n };\n\n HTML5History.prototype.replace = function replace (location, onComplete, onAbort) {\n var this$1$1 = this;\n\n var ref = this;\n var fromRoute = ref.current;\n this.transitionTo(location, function (route) {\n replaceState(cleanPath(this$1$1.base + route.fullPath));\n handleScroll(this$1$1.router, route, fromRoute, false);\n onComplete && onComplete(route);\n }, onAbort);\n };\n\n HTML5History.prototype.ensureURL = function ensureURL (push) {\n if (getLocation(this.base) !== this.current.fullPath) {\n var current = cleanPath(this.base + this.current.fullPath);\n push ? pushState(current) : replaceState(current);\n }\n };\n\n HTML5History.prototype.getCurrentLocation = function getCurrentLocation () {\n return getLocation(this.base)\n };\n\n return HTML5History;\n}(History));\n\nfunction getLocation (base) {\n var path = window.location.pathname;\n var pathLowerCase = path.toLowerCase();\n var baseLowerCase = base.toLowerCase();\n // base=\"/a\" shouldn't turn path=\"/app\" into \"/a/pp\"\n // https://github.com/vuejs/vue-router/issues/3555\n // so we ensure the trailing slash in the base\n if (base && ((pathLowerCase === baseLowerCase) ||\n (pathLowerCase.indexOf(cleanPath(baseLowerCase + '/')) === 0))) {\n path = path.slice(base.length);\n }\n return (path || '/') + window.location.search + window.location.hash\n}\n\n/* */\n\nvar HashHistory = /*@__PURE__*/(function (History) {\n function HashHistory (router, base, fallback) {\n History.call(this, router, base);\n // check history fallback deeplinking\n if (fallback && checkFallback(this.base)) {\n return\n }\n ensureSlash();\n }\n\n if ( History ) HashHistory.__proto__ = History;\n HashHistory.prototype = Object.create( History && History.prototype );\n HashHistory.prototype.constructor = HashHistory;\n\n // this is delayed until the app mounts\n // to avoid the hashchange listener being fired too early\n HashHistory.prototype.setupListeners = function setupListeners () {\n var this$1$1 = this;\n\n if (this.listeners.length > 0) {\n return\n }\n\n var router = this.router;\n var expectScroll = router.options.scrollBehavior;\n var supportsScroll = supportsPushState && expectScroll;\n\n if (supportsScroll) {\n this.listeners.push(setupScroll());\n }\n\n var handleRoutingEvent = function () {\n var current = this$1$1.current;\n if (!ensureSlash()) {\n return\n }\n this$1$1.transitionTo(getHash(), function (route) {\n if (supportsScroll) {\n handleScroll(this$1$1.router, route, current, true);\n }\n if (!supportsPushState) {\n replaceHash(route.fullPath);\n }\n });\n };\n var eventType = supportsPushState ? 'popstate' : 'hashchange';\n window.addEventListener(\n eventType,\n handleRoutingEvent\n );\n this.listeners.push(function () {\n window.removeEventListener(eventType, handleRoutingEvent);\n });\n };\n\n HashHistory.prototype.push = function push (location, onComplete, onAbort) {\n var this$1$1 = this;\n\n var ref = this;\n var fromRoute = ref.current;\n this.transitionTo(\n location,\n function (route) {\n pushHash(route.fullPath);\n handleScroll(this$1$1.router, route, fromRoute, false);\n onComplete && onComplete(route);\n },\n onAbort\n );\n };\n\n HashHistory.prototype.replace = function replace (location, onComplete, onAbort) {\n var this$1$1 = this;\n\n var ref = this;\n var fromRoute = ref.current;\n this.transitionTo(\n location,\n function (route) {\n replaceHash(route.fullPath);\n handleScroll(this$1$1.router, route, fromRoute, false);\n onComplete && onComplete(route);\n },\n onAbort\n );\n };\n\n HashHistory.prototype.go = function go (n) {\n window.history.go(n);\n };\n\n HashHistory.prototype.ensureURL = function ensureURL (push) {\n var current = this.current.fullPath;\n if (getHash() !== current) {\n push ? pushHash(current) : replaceHash(current);\n }\n };\n\n HashHistory.prototype.getCurrentLocation = function getCurrentLocation () {\n return getHash()\n };\n\n return HashHistory;\n}(History));\n\nfunction checkFallback (base) {\n var location = getLocation(base);\n if (!/^\\/#/.test(location)) {\n window.location.replace(cleanPath(base + '/#' + location));\n return true\n }\n}\n\nfunction ensureSlash () {\n var path = getHash();\n if (path.charAt(0) === '/') {\n return true\n }\n replaceHash('/' + path);\n return false\n}\n\nfunction getHash () {\n // We can't use window.location.hash here because it's not\n // consistent across browsers - Firefox will pre-decode it!\n var href = window.location.href;\n var index = href.indexOf('#');\n // empty path\n if (index < 0) { return '' }\n\n href = href.slice(index + 1);\n\n return href\n}\n\nfunction getUrl (path) {\n var href = window.location.href;\n var i = href.indexOf('#');\n var base = i >= 0 ? href.slice(0, i) : href;\n return (base + \"#\" + path)\n}\n\nfunction pushHash (path) {\n if (supportsPushState) {\n pushState(getUrl(path));\n } else {\n window.location.hash = path;\n }\n}\n\nfunction replaceHash (path) {\n if (supportsPushState) {\n replaceState(getUrl(path));\n } else {\n window.location.replace(getUrl(path));\n }\n}\n\n/* */\n\nvar AbstractHistory = /*@__PURE__*/(function (History) {\n function AbstractHistory (router, base) {\n History.call(this, router, base);\n this.stack = [];\n this.index = -1;\n }\n\n if ( History ) AbstractHistory.__proto__ = History;\n AbstractHistory.prototype = Object.create( History && History.prototype );\n AbstractHistory.prototype.constructor = AbstractHistory;\n\n AbstractHistory.prototype.push = function push (location, onComplete, onAbort) {\n var this$1$1 = this;\n\n this.transitionTo(\n location,\n function (route) {\n this$1$1.stack = this$1$1.stack.slice(0, this$1$1.index + 1).concat(route);\n this$1$1.index++;\n onComplete && onComplete(route);\n },\n onAbort\n );\n };\n\n AbstractHistory.prototype.replace = function replace (location, onComplete, onAbort) {\n var this$1$1 = this;\n\n this.transitionTo(\n location,\n function (route) {\n this$1$1.stack = this$1$1.stack.slice(0, this$1$1.index).concat(route);\n onComplete && onComplete(route);\n },\n onAbort\n );\n };\n\n AbstractHistory.prototype.go = function go (n) {\n var this$1$1 = this;\n\n var targetIndex = this.index + n;\n if (targetIndex < 0 || targetIndex >= this.stack.length) {\n return\n }\n var route = this.stack[targetIndex];\n this.confirmTransition(\n route,\n function () {\n var prev = this$1$1.current;\n this$1$1.index = targetIndex;\n this$1$1.updateRoute(route);\n this$1$1.router.afterHooks.forEach(function (hook) {\n hook && hook(route, prev);\n });\n },\n function (err) {\n if (isNavigationFailure(err, NavigationFailureType.duplicated)) {\n this$1$1.index = targetIndex;\n }\n }\n );\n };\n\n AbstractHistory.prototype.getCurrentLocation = function getCurrentLocation () {\n var current = this.stack[this.stack.length - 1];\n return current ? current.fullPath : '/'\n };\n\n AbstractHistory.prototype.ensureURL = function ensureURL () {\n // noop\n };\n\n return AbstractHistory;\n}(History));\n\n/* */\n\n\n\nvar VueRouter = function VueRouter (options) {\n if ( options === void 0 ) options = {};\n\n if (process.env.NODE_ENV !== 'production') {\n warn(this instanceof VueRouter, \"Router must be called with the new operator.\");\n }\n this.app = null;\n this.apps = [];\n this.options = options;\n this.beforeHooks = [];\n this.resolveHooks = [];\n this.afterHooks = [];\n this.matcher = createMatcher(options.routes || [], this);\n\n var mode = options.mode || 'hash';\n this.fallback =\n mode === 'history' && !supportsPushState && options.fallback !== false;\n if (this.fallback) {\n mode = 'hash';\n }\n if (!inBrowser) {\n mode = 'abstract';\n }\n this.mode = mode;\n\n switch (mode) {\n case 'history':\n this.history = new HTML5History(this, options.base);\n break\n case 'hash':\n this.history = new HashHistory(this, options.base, this.fallback);\n break\n case 'abstract':\n this.history = new AbstractHistory(this, options.base);\n break\n default:\n if (process.env.NODE_ENV !== 'production') {\n assert(false, (\"invalid mode: \" + mode));\n }\n }\n};\n\nvar prototypeAccessors = { currentRoute: { configurable: true } };\n\nVueRouter.prototype.match = function match (raw, current, redirectedFrom) {\n return this.matcher.match(raw, current, redirectedFrom)\n};\n\nprototypeAccessors.currentRoute.get = function () {\n return this.history && this.history.current\n};\n\nVueRouter.prototype.init = function init (app /* Vue component instance */) {\n var this$1$1 = this;\n\n process.env.NODE_ENV !== 'production' &&\n assert(\n install.installed,\n \"not installed. Make sure to call `Vue.use(VueRouter)` \" +\n \"before creating root instance.\"\n );\n\n this.apps.push(app);\n\n // set up app destroyed handler\n // https://github.com/vuejs/vue-router/issues/2639\n app.$once('hook:destroyed', function () {\n // clean out app from this.apps array once destroyed\n var index = this$1$1.apps.indexOf(app);\n if (index > -1) { this$1$1.apps.splice(index, 1); }\n // ensure we still have a main app or null if no apps\n // we do not release the router so it can be reused\n if (this$1$1.app === app) { this$1$1.app = this$1$1.apps[0] || null; }\n\n if (!this$1$1.app) { this$1$1.history.teardown(); }\n });\n\n // main app previously initialized\n // return as we don't need to set up new history listener\n if (this.app) {\n return\n }\n\n this.app = app;\n\n var history = this.history;\n\n if (history instanceof HTML5History || history instanceof HashHistory) {\n var handleInitialScroll = function (routeOrError) {\n var from = history.current;\n var expectScroll = this$1$1.options.scrollBehavior;\n var supportsScroll = supportsPushState && expectScroll;\n\n if (supportsScroll && 'fullPath' in routeOrError) {\n handleScroll(this$1$1, routeOrError, from, false);\n }\n };\n var setupListeners = function (routeOrError) {\n history.setupListeners();\n handleInitialScroll(routeOrError);\n };\n history.transitionTo(\n history.getCurrentLocation(),\n setupListeners,\n setupListeners\n );\n }\n\n history.listen(function (route) {\n this$1$1.apps.forEach(function (app) {\n app._route = route;\n });\n });\n};\n\nVueRouter.prototype.beforeEach = function beforeEach (fn) {\n return registerHook(this.beforeHooks, fn)\n};\n\nVueRouter.prototype.beforeResolve = function beforeResolve (fn) {\n return registerHook(this.resolveHooks, fn)\n};\n\nVueRouter.prototype.afterEach = function afterEach (fn) {\n return registerHook(this.afterHooks, fn)\n};\n\nVueRouter.prototype.onReady = function onReady (cb, errorCb) {\n this.history.onReady(cb, errorCb);\n};\n\nVueRouter.prototype.onError = function onError (errorCb) {\n this.history.onError(errorCb);\n};\n\nVueRouter.prototype.push = function push (location, onComplete, onAbort) {\n var this$1$1 = this;\n\n // $flow-disable-line\n if (!onComplete && !onAbort && typeof Promise !== 'undefined') {\n return new Promise(function (resolve, reject) {\n this$1$1.history.push(location, resolve, reject);\n })\n } else {\n this.history.push(location, onComplete, onAbort);\n }\n};\n\nVueRouter.prototype.replace = function replace (location, onComplete, onAbort) {\n var this$1$1 = this;\n\n // $flow-disable-line\n if (!onComplete && !onAbort && typeof Promise !== 'undefined') {\n return new Promise(function (resolve, reject) {\n this$1$1.history.replace(location, resolve, reject);\n })\n } else {\n this.history.replace(location, onComplete, onAbort);\n }\n};\n\nVueRouter.prototype.go = function go (n) {\n this.history.go(n);\n};\n\nVueRouter.prototype.back = function back () {\n this.go(-1);\n};\n\nVueRouter.prototype.forward = function forward () {\n this.go(1);\n};\n\nVueRouter.prototype.getMatchedComponents = function getMatchedComponents (to) {\n var route = to\n ? to.matched\n ? to\n : this.resolve(to).route\n : this.currentRoute;\n if (!route) {\n return []\n }\n return [].concat.apply(\n [],\n route.matched.map(function (m) {\n return Object.keys(m.components).map(function (key) {\n return m.components[key]\n })\n })\n )\n};\n\nVueRouter.prototype.resolve = function resolve (\n to,\n current,\n append\n) {\n current = current || this.history.current;\n var location = normalizeLocation(to, current, append, this);\n var route = this.match(location, current);\n var fullPath = route.redirectedFrom || route.fullPath;\n var base = this.history.base;\n var href = createHref(base, fullPath, this.mode);\n return {\n location: location,\n route: route,\n href: href,\n // for backwards compat\n normalizedTo: location,\n resolved: route\n }\n};\n\nVueRouter.prototype.getRoutes = function getRoutes () {\n return this.matcher.getRoutes()\n};\n\nVueRouter.prototype.addRoute = function addRoute (parentOrRoute, route) {\n this.matcher.addRoute(parentOrRoute, route);\n if (this.history.current !== START) {\n this.history.transitionTo(this.history.getCurrentLocation());\n }\n};\n\nVueRouter.prototype.addRoutes = function addRoutes (routes) {\n if (process.env.NODE_ENV !== 'production') {\n warn(false, 'router.addRoutes() is deprecated and has been removed in Vue Router 4. Use router.addRoute() instead.');\n }\n this.matcher.addRoutes(routes);\n if (this.history.current !== START) {\n this.history.transitionTo(this.history.getCurrentLocation());\n }\n};\n\nObject.defineProperties( VueRouter.prototype, prototypeAccessors );\n\nvar VueRouter$1 = VueRouter;\n\nfunction registerHook (list, fn) {\n list.push(fn);\n return function () {\n var i = list.indexOf(fn);\n if (i > -1) { list.splice(i, 1); }\n }\n}\n\nfunction createHref (base, fullPath, mode) {\n var path = mode === 'hash' ? '#' + fullPath : fullPath;\n return base ? cleanPath(base + '/' + path) : path\n}\n\n// We cannot remove this as it would be a breaking change\nVueRouter.install = install;\nVueRouter.version = '3.6.5';\nVueRouter.isNavigationFailure = isNavigationFailure;\nVueRouter.NavigationFailureType = NavigationFailureType;\nVueRouter.START_LOCATION = START;\n\nif (inBrowser && window.Vue) {\n window.Vue.use(VueRouter);\n}\n\nvar version = '3.6.5';\n\nexport { NavigationFailureType, Link as RouterLink, View as RouterView, START as START_LOCATION, VueRouter$1 as default, isNavigationFailure, version };\n","/**\n * @copyright Copyright (c) 2022 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { generateUrl } from '@nextcloud/router';\nimport queryString from 'query-string';\nimport Router, { RawLocation, Route } from 'vue-router';\nimport Vue from 'vue';\nimport { ErrorHandler } from 'vue-router/types/router';\nVue.use(Router);\n// Prevent router from throwing errors when we're already on the page we're trying to go to\nconst originalPush = Router.prototype.push;\nRouter.prototype.push = function push(to, onComplete, onAbort) {\n if (onComplete || onAbort)\n return originalPush.call(this, to, onComplete, onAbort);\n return originalPush.call(this, to).catch(err => err);\n};\nconst router = new Router({\n mode: 'history',\n // if index.php is in the url AND we got this far, then it's working:\n // let's keep using index.php in the url\n base: generateUrl('/apps/files'),\n linkActiveClass: 'active',\n routes: [\n {\n path: '/',\n // Pretending we're using the default view\n redirect: { name: 'filelist' },\n },\n {\n path: '/:view/:fileid?',\n name: 'filelist',\n props: true,\n },\n ],\n // Custom stringifyQuery to prevent encoding of slashes in the url\n stringifyQuery(query) {\n const result = queryString.stringify(query).replace(/%2F/gmi, '/');\n return result ? ('?' + result) : '';\n },\n});\nexport default router;\n","import Vue from 'vue';\nimport { createPinia, PiniaVuePlugin } from 'pinia';\nimport { getNavigation } from '@nextcloud/files';\nimport { getRequestToken } from '@nextcloud/auth';\nimport FilesListView from './views/FilesList.vue';\nimport NavigationView from './views/Navigation.vue';\nimport router from './router/router';\nimport RouterService from './services/RouterService';\nimport SettingsModel from './models/Setting.js';\nimport SettingsService from './services/Settings.js';\n// @ts-expect-error __webpack_nonce__ is injected by webpack\n__webpack_nonce__ = btoa(getRequestToken());\n// Init private and public Files namespace\nwindow.OCA.Files = window.OCA.Files ?? {};\nwindow.OCP.Files = window.OCP.Files ?? {};\n// Expose router\nconst Router = new RouterService(router);\nObject.assign(window.OCP.Files, { Router });\n// Init Pinia store\nVue.use(PiniaVuePlugin);\nconst pinia = createPinia();\n// Init Navigation Service\nconst Navigation = getNavigation();\nVue.prototype.$navigation = Navigation;\n// Init Files App Settings Service\nconst Settings = new SettingsService();\nObject.assign(window.OCA.Files, { Settings });\nObject.assign(window.OCA.Files.Settings, { Setting: SettingsModel });\n// Init Navigation View\nconst View = Vue.extend(NavigationView);\nconst FilesNavigationRoot = new View({\n name: 'FilesNavigationRoot',\n propsData: {\n Navigation,\n },\n router,\n pinia,\n});\nFilesNavigationRoot.$mount('#app-navigation-files');\n// Init content list view\nconst ListView = Vue.extend(FilesListView);\nconst FilesList = new ListView({\n name: 'FilesListRoot',\n router,\n pinia,\n});\nFilesList.$mount('#app-content-vue');\n","export default class RouterService {\n _router;\n constructor(router) {\n this._router = router;\n }\n get name() {\n return this._router.currentRoute.name;\n }\n get query() {\n return this._router.currentRoute.query || {};\n }\n get params() {\n return this._router.currentRoute.params || {};\n }\n /**\n * Trigger a route change on the files app\n *\n * @param path the url path, eg: '/trashbin?dir=/Deleted'\n * @param replace replace the current history\n * @see https://router.vuejs.org/guide/essentials/navigation.html#navigate-to-a-different-location\n */\n goTo(path, replace = false) {\n return this._router.push({\n path,\n replace,\n });\n }\n /**\n * Trigger a route change on the files App\n *\n * @param name the route name\n * @param params the route parameters\n * @param query the url query parameters\n * @param replace replace the current history\n * @see https://router.vuejs.org/guide/essentials/navigation.html#navigate-to-a-different-location\n */\n goToRoute(name, params, query, replace) {\n return this._router.push({\n name,\n query,\n params,\n replace,\n });\n }\n}\n","/**\n * @copyright Copyright (c) 2019 Gary Kim \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\n\nexport default class Settings {\n\n\t_settings\n\n\tconstructor() {\n\t\tthis._settings = []\n\t\tconsole.debug('OCA.Files.Settings initialized')\n\t}\n\n\t/**\n\t * Register a new setting\n\t *\n\t * @since 19.0.0\n\t * @param {OCA.Files.Settings.Setting} view element to add to settings\n\t * @return {boolean} whether registering was successful\n\t */\n\tregister(view) {\n\t\tif (this._settings.filter(e => e.name === view.name).length > 0) {\n\t\t\tconsole.error('A setting with the same name is already registered')\n\t\t\treturn false\n\t\t}\n\t\tthis._settings.push(view)\n\t\treturn true\n\t}\n\n\t/**\n\t * All settings elements\n\t *\n\t * @return {OCA.Files.Settings.Setting[]} All currently registered settings\n\t */\n\tget settings() {\n\t\treturn this._settings\n\t}\n\n}\n","/**\n * @copyright Copyright (c) 2019 Gary Kim \n * @copyright Copyright (c) 2019 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\n\nexport default class Setting {\n\n\t_close\n\t_el\n\t_name\n\t_open\n\n\t/**\n\t * Create a new files app setting\n\t *\n\t * @since 19.0.0\n\t * @param {string} name the name of this setting\n\t * @param {object} component the component\n\t * @param {Function} component.el function that returns an unmounted dom element to be added\n\t * @param {Function} [component.open] callback for when setting is added\n\t * @param {Function} [component.close] callback for when setting is closed\n\t */\n\tconstructor(name, { el, open, close }) {\n\t\tthis._name = name\n\t\tthis._el = el\n\t\tthis._open = open\n\t\tthis._close = close\n\n\t\tif (typeof this._open !== 'function') {\n\t\t\tthis._open = () => {}\n\t\t}\n\n\t\tif (typeof this._close !== 'function') {\n\t\t\tthis._close = () => {}\n\t\t}\n\t}\n\n\tget name() {\n\t\treturn this._name\n\t}\n\n\tget el() {\n\t\treturn this._el\n\t}\n\n\tget open() {\n\t\treturn this._open\n\t}\n\n\tget close() {\n\t\treturn this._close\n\t}\n\n}\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../css-loader/dist/runtime/api.js\";\nimport ___CSS_LOADER_GET_URL_IMPORT___ from \"../../../css-loader/dist/runtime/getUrl.js\";\nvar ___CSS_LOADER_URL_IMPORT_0___ = new URL(\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTYiIHdpZHRoPSIxNiI+CiAgPHBhdGggZD0iTTE0IDEyLjNMMTIuMyAxNCA4IDkuNyAzLjcgMTQgMiAxMi4zIDYuMyA4IDIgMy43IDMuNyAyIDggNi4zIDEyLjMgMiAxNCAzLjcgOS43IDh6Ii8+Cjwvc3ZnPgo=\", import.meta.url);\nvar ___CSS_LOADER_URL_IMPORT_1___ = new URL(\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTYiIHdpZHRoPSIxNiI+CiAgPHBhdGggZD0iTTE0IDEyLjNMMTIuMyAxNCA4IDkuNyAzLjcgMTQgMiAxMi4zIDYuMyA4IDIgMy43IDMuNyAyIDggNi4zIDEyLjMgMiAxNCAzLjcgOS43IDh6IiBzdHlsZT0iZmlsbC1vcGFjaXR5OjE7ZmlsbDojZmZmZmZmIi8+Cjwvc3ZnPgo=\", import.meta.url);\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\nvar ___CSS_LOADER_URL_REPLACEMENT_0___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_0___);\nvar ___CSS_LOADER_URL_REPLACEMENT_1___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_1___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `@charset \"UTF-8\";\n/**\n * @copyright Copyright (c) 2019 Julius Härtl \n *\n * @author Julius Härtl \n * @author John Molakvoæ \n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n */\n.toastify.dialogs {\n min-width: 200px;\n background: none;\n background-color: var(--color-main-background);\n color: var(--color-main-text);\n box-shadow: 0 0 6px 0 var(--color-box-shadow);\n padding: 0 12px;\n margin-top: 45px;\n position: fixed;\n z-index: 10100;\n border-radius: var(--border-radius);\n display: flex;\n align-items: center;\n}\n.toastify.dialogs .toast-undo-container {\n display: flex;\n align-items: center;\n}\n.toastify.dialogs .toast-undo-button,\n.toastify.dialogs .toast-close {\n position: static;\n overflow: hidden;\n box-sizing: border-box;\n min-width: 44px;\n height: 100%;\n padding: 12px;\n white-space: nowrap;\n background-repeat: no-repeat;\n background-position: center;\n background-color: transparent;\n min-height: 0;\n}\n.toastify.dialogs .toast-undo-button.toast-close,\n.toastify.dialogs .toast-close.toast-close {\n text-indent: 0;\n opacity: .4;\n border: none;\n min-height: 44px;\n margin-left: 10px;\n font-size: 0;\n}\n.toastify.dialogs .toast-undo-button.toast-close:before,\n.toastify.dialogs .toast-close.toast-close:before {\n background-image: url(${___CSS_LOADER_URL_REPLACEMENT_0___});\n content: \" \";\n filter: var(--background-invert-if-dark);\n display: inline-block;\n width: 16px;\n height: 16px;\n}\n.toastify.dialogs .toast-undo-button.toast-undo-button,\n.toastify.dialogs .toast-close.toast-undo-button {\n height: calc(100% - 6px);\n margin: 3px 3px 3px 12px;\n}\n.toastify.dialogs .toast-undo-button:hover,\n.toastify.dialogs .toast-undo-button:focus,\n.toastify.dialogs .toast-undo-button:active,\n.toastify.dialogs .toast-close:hover,\n.toastify.dialogs .toast-close:focus,\n.toastify.dialogs .toast-close:active {\n cursor: pointer;\n opacity: 1;\n}\n.toastify.dialogs.toastify-top {\n right: 10px;\n}\n.toastify.dialogs.toast-with-click {\n cursor: pointer;\n}\n.toastify.dialogs.toast-error {\n border-left: 3px solid var(--color-error);\n}\n.toastify.dialogs.toast-info {\n border-left: 3px solid var(--color-primary);\n}\n.toastify.dialogs.toast-warning {\n border-left: 3px solid var(--color-warning);\n}\n.toastify.dialogs.toast-success,\n.toastify.dialogs.toast-undo {\n border-left: 3px solid var(--color-success);\n}\n.theme--dark .toastify.dialogs .toast-close.toast-close:before {\n background-image: url(${___CSS_LOADER_URL_REPLACEMENT_1___});\n}\n._file-picker__file-icon_1vgv4_5 {\n width: 32px;\n height: 32px;\n min-width: 32px;\n min-height: 32px;\n background-repeat: no-repeat;\n background-size: contain;\n display: flex;\n justify-content: center;\n}\ntr.file-picker__row[data-v-6aded0d9] {\n height: var(--row-height, 50px);\n}\ntr.file-picker__row td[data-v-6aded0d9] {\n cursor: pointer;\n overflow: hidden;\n text-overflow: ellipsis;\n border-bottom: none;\n}\ntr.file-picker__row td[data-v-6aded0d9]:not(.row-checkbox) {\n padding-inline: 14px 0;\n}\ntr.file-picker__row td.row-size[data-v-6aded0d9] {\n text-align: end;\n padding-inline: 0 14px;\n}\ntr.file-picker__row td.row-name[data-v-6aded0d9] {\n padding-inline: 2px 0;\n}\n@keyframes gradient-6aded0d9 {\n 0% {\n background-position: 0% 50%;\n }\n 50% {\n background-position: 100% 50%;\n }\n to {\n background-position: 0% 50%;\n }\n}\n.loading-row .row-checkbox[data-v-6aded0d9] {\n text-align: center !important;\n}\n.loading-row span[data-v-6aded0d9] {\n display: inline-block;\n height: 24px;\n background: linear-gradient(to right, var(--color-background-darker), var(--color-text-maxcontrast), var(--color-background-darker));\n background-size: 600px 100%;\n border-radius: var(--border-radius);\n animation: gradient-6aded0d9 12s ease infinite;\n}\n.loading-row .row-wrapper[data-v-6aded0d9] {\n display: inline-flex;\n align-items: center;\n}\n.loading-row .row-checkbox span[data-v-6aded0d9] {\n width: 24px;\n}\n.loading-row .row-name span[data-v-6aded0d9]:last-of-type {\n margin-inline-start: 6px;\n width: 130px;\n}\n.loading-row .row-size span[data-v-6aded0d9] {\n width: 80px;\n}\n.loading-row .row-modified span[data-v-6aded0d9] {\n width: 90px;\n}\ntr.file-picker__row[data-v-ee6f34b5] {\n height: var(--row-height, 50px);\n}\ntr.file-picker__row td[data-v-ee6f34b5] {\n cursor: pointer;\n overflow: hidden;\n text-overflow: ellipsis;\n border-bottom: none;\n}\ntr.file-picker__row td[data-v-ee6f34b5]:not(.row-checkbox) {\n padding-inline: 14px 0;\n}\ntr.file-picker__row td.row-size[data-v-ee6f34b5] {\n text-align: end;\n padding-inline: 0 14px;\n}\ntr.file-picker__row td.row-name[data-v-ee6f34b5] {\n padding-inline: 2px 0;\n}\n.file-picker__row--selected[data-v-ee6f34b5] {\n background-color: var(--color-background-dark);\n}\n.file-picker__row[data-v-ee6f34b5]:hover {\n background-color: var(--color-background-hover);\n}\n.file-picker__name-container[data-v-ee6f34b5] {\n display: flex;\n justify-content: start;\n align-items: center;\n height: 100%;\n}\n.file-picker__file-name[data-v-ee6f34b5] {\n padding-inline-start: 6px;\n min-width: 0;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.file-picker__file-extension[data-v-ee6f34b5] {\n color: var(--color-text-maxcontrast);\n min-width: fit-content;\n}\n.file-picker__header-preview[data-v-4297db37] {\n width: 22px;\n height: 32px;\n flex: 0 0 auto;\n}\n.file-picker__files[data-v-4297db37] {\n margin: 2px;\n margin-inline-start: 12px;\n overflow: scroll auto;\n}\n.file-picker__files table[data-v-4297db37] {\n width: 100%;\n max-height: 100%;\n table-layout: fixed;\n}\n.file-picker__files th[data-v-4297db37] {\n position: -webkit-sticky;\n position: sticky;\n z-index: 1;\n top: 0;\n background-color: var(--color-main-background);\n padding: 2px;\n}\n.file-picker__files th .header-wrapper[data-v-4297db37] {\n display: flex;\n}\n.file-picker__files th.row-checkbox[data-v-4297db37] {\n width: 44px;\n}\n.file-picker__files th.row-name[data-v-4297db37] {\n width: 230px;\n}\n.file-picker__files th.row-size[data-v-4297db37] {\n width: 100px;\n}\n.file-picker__files th.row-modified[data-v-4297db37] {\n width: 120px;\n}\n.file-picker__files th[data-v-4297db37]:not(.row-size) .button-vue__wrapper {\n justify-content: start;\n flex-direction: row-reverse;\n}\n.file-picker__files th[data-v-4297db37]:not(.row-size) .button-vue {\n padding-inline: 16px 4px;\n}\n.file-picker__files th.row-size[data-v-4297db37] .button-vue__wrapper {\n justify-content: end;\n}\n.file-picker__files th[data-v-4297db37] .button-vue__wrapper {\n color: var(--color-text-maxcontrast);\n}\n.file-picker__files th[data-v-4297db37] .button-vue__wrapper .button-vue__text {\n font-weight: 400;\n}\n.file-picker__breadcrumbs[data-v-3bc9efa5] {\n flex-grow: 0 !important;\n}\n.file-picker__side[data-v-fcfd0f23] {\n display: flex;\n flex-direction: column;\n align-items: start;\n gap: .5rem;\n min-width: 200px;\n padding-block: 2px;\n overflow: auto;\n}\n.file-picker__side[data-v-fcfd0f23] .button-vue__wrapper {\n justify-content: start;\n}\n.file-picker__filter-input[data-v-fcfd0f23] {\n margin-block: 7px;\n max-width: 260px;\n}\n@media (max-width: 736px) {\n .file-picker__side[data-v-fcfd0f23] {\n flex-direction: row;\n min-width: unset;\n }\n}\n@media (max-width: 512px) {\n .file-picker__side[data-v-fcfd0f23] {\n flex-direction: row;\n min-width: unset;\n }\n .file-picker__filter-input[data-v-fcfd0f23] {\n max-width: unset;\n }\n}\n.file-picker__navigation {\n padding-inline: 2px;\n}\n.file-picker__navigation,\n.file-picker__navigation * {\n box-sizing: border-box;\n}\n.file-picker__navigation .v-select.select {\n min-width: 220px;\n}\n@media (min-width: 513px) and (max-width: 736px) {\n .file-picker__navigation {\n gap: 11px;\n }\n}\n@media (max-width: 512px) {\n .file-picker__navigation {\n flex-direction: column-reverse !important;\n }\n}\n.file-picker__view[data-v-86a13079] {\n height: 50px;\n display: flex;\n justify-content: start;\n align-items: center;\n}\n.file-picker__view h3[data-v-86a13079] {\n font-weight: 700;\n height: fit-content;\n margin: 0;\n}\n.file-picker__main[data-v-86a13079] {\n box-sizing: border-box;\n width: 100%;\n display: flex;\n flex-direction: column;\n min-height: 0;\n flex: 1;\n padding-inline: 2px;\n}\n.file-picker__main *[data-v-86a13079] {\n box-sizing: border-box;\n}\n[data-v-86a13079] .file-picker {\n height: min(80vh, 800px);\n}\n@media (max-width: 512px) {\n [data-v-86a13079] .file-picker {\n height: calc(100% - 16px - var(--default-clickable-area));\n }\n}\n[data-v-86a13079] .file-picker__content {\n display: flex;\n flex-direction: column;\n overflow: hidden;\n}\n`, \"\",{\"version\":3,\"sources\":[\"webpack://./node_modules/@nextcloud/dialogs/dist/style.css\"],\"names\":[],\"mappings\":\"AAAA,gBAAgB;AAChB;;;;;;;;;;;;;;;;;;;;EAoBE;AACF;EACE,gBAAgB;EAChB,gBAAgB;EAChB,8CAA8C;EAC9C,6BAA6B;EAC7B,6CAA6C;EAC7C,eAAe;EACf,gBAAgB;EAChB,eAAe;EACf,cAAc;EACd,mCAAmC;EACnC,aAAa;EACb,mBAAmB;AACrB;AACA;EACE,aAAa;EACb,mBAAmB;AACrB;AACA;;EAEE,gBAAgB;EAChB,gBAAgB;EAChB,sBAAsB;EACtB,eAAe;EACf,YAAY;EACZ,aAAa;EACb,mBAAmB;EACnB,4BAA4B;EAC5B,2BAA2B;EAC3B,6BAA6B;EAC7B,aAAa;AACf;AACA;;EAEE,cAAc;EACd,WAAW;EACX,YAAY;EACZ,gBAAgB;EAChB,iBAAiB;EACjB,YAAY;AACd;AACA;;EAEE,yDAAiR;EACjR,YAAY;EACZ,wCAAwC;EACxC,qBAAqB;EACrB,WAAW;EACX,YAAY;AACd;AACA;;EAEE,wBAAwB;EACxB,wBAAwB;AAC1B;AACA;;;;;;EAME,eAAe;EACf,UAAU;AACZ;AACA;EACE,WAAW;AACb;AACA;EACE,eAAe;AACjB;AACA;EACE,yCAAyC;AAC3C;AACA;EACE,2CAA2C;AAC7C;AACA;EACE,2CAA2C;AAC7C;AACA;;EAEE,2CAA2C;AAC7C;AACA;EACE,yDAAiU;AACnU;AACA;EACE,WAAW;EACX,YAAY;EACZ,eAAe;EACf,gBAAgB;EAChB,4BAA4B;EAC5B,wBAAwB;EACxB,aAAa;EACb,uBAAuB;AACzB;AACA;EACE,+BAA+B;AACjC;AACA;EACE,eAAe;EACf,gBAAgB;EAChB,uBAAuB;EACvB,mBAAmB;AACrB;AACA;EACE,sBAAsB;AACxB;AACA;EACE,eAAe;EACf,sBAAsB;AACxB;AACA;EACE,qBAAqB;AACvB;AACA;EACE;IACE,2BAA2B;EAC7B;EACA;IACE,6BAA6B;EAC/B;EACA;IACE,2BAA2B;EAC7B;AACF;AACA;EACE,6BAA6B;AAC/B;AACA;EACE,qBAAqB;EACrB,YAAY;EACZ,oIAAoI;EACpI,2BAA2B;EAC3B,mCAAmC;EACnC,8CAA8C;AAChD;AACA;EACE,oBAAoB;EACpB,mBAAmB;AACrB;AACA;EACE,WAAW;AACb;AACA;EACE,wBAAwB;EACxB,YAAY;AACd;AACA;EACE,WAAW;AACb;AACA;EACE,WAAW;AACb;AACA;EACE,+BAA+B;AACjC;AACA;EACE,eAAe;EACf,gBAAgB;EAChB,uBAAuB;EACvB,mBAAmB;AACrB;AACA;EACE,sBAAsB;AACxB;AACA;EACE,eAAe;EACf,sBAAsB;AACxB;AACA;EACE,qBAAqB;AACvB;AACA;EACE,8CAA8C;AAChD;AACA;EACE,+CAA+C;AACjD;AACA;EACE,aAAa;EACb,sBAAsB;EACtB,mBAAmB;EACnB,YAAY;AACd;AACA;EACE,yBAAyB;EACzB,YAAY;EACZ,gBAAgB;EAChB,uBAAuB;AACzB;AACA;EACE,oCAAoC;EACpC,sBAAsB;AACxB;AACA;EACE,WAAW;EACX,YAAY;EACZ,cAAc;AAChB;AACA;EACE,WAAW;EACX,yBAAyB;EACzB,qBAAqB;AACvB;AACA;EACE,WAAW;EACX,gBAAgB;EAChB,mBAAmB;AACrB;AACA;EACE,wBAAwB;EACxB,gBAAgB;EAChB,UAAU;EACV,MAAM;EACN,8CAA8C;EAC9C,YAAY;AACd;AACA;EACE,aAAa;AACf;AACA;EACE,WAAW;AACb;AACA;EACE,YAAY;AACd;AACA;EACE,YAAY;AACd;AACA;EACE,YAAY;AACd;AACA;EACE,sBAAsB;EACtB,2BAA2B;AAC7B;AACA;EACE,wBAAwB;AAC1B;AACA;EACE,oBAAoB;AACtB;AACA;EACE,oCAAoC;AACtC;AACA;EACE,gBAAgB;AAClB;AACA;EACE,uBAAuB;AACzB;AACA;EACE,aAAa;EACb,sBAAsB;EACtB,kBAAkB;EAClB,UAAU;EACV,gBAAgB;EAChB,kBAAkB;EAClB,cAAc;AAChB;AACA;EACE,sBAAsB;AACxB;AACA;EACE,iBAAiB;EACjB,gBAAgB;AAClB;AACA;EACE;IACE,mBAAmB;IACnB,gBAAgB;EAClB;AACF;AACA;EACE;IACE,mBAAmB;IACnB,gBAAgB;EAClB;EACA;IACE,gBAAgB;EAClB;AACF;AACA;EACE,mBAAmB;AACrB;AACA;;EAEE,sBAAsB;AACxB;AACA;EACE,gBAAgB;AAClB;AACA;EACE;IACE,SAAS;EACX;AACF;AACA;EACE;IACE,yCAAyC;EAC3C;AACF;AACA;EACE,YAAY;EACZ,aAAa;EACb,sBAAsB;EACtB,mBAAmB;AACrB;AACA;EACE,gBAAgB;EAChB,mBAAmB;EACnB,SAAS;AACX;AACA;EACE,sBAAsB;EACtB,WAAW;EACX,aAAa;EACb,sBAAsB;EACtB,aAAa;EACb,OAAO;EACP,mBAAmB;AACrB;AACA;EACE,sBAAsB;AACxB;AACA;EACE,wBAAwB;AAC1B;AACA;EACE;IACE,yDAAyD;EAC3D;AACF;AACA;EACE,aAAa;EACb,sBAAsB;EACtB,gBAAgB;AAClB\",\"sourcesContent\":[\"@charset \\\"UTF-8\\\";\\n/**\\n * @copyright Copyright (c) 2019 Julius Härtl \\n *\\n * @author Julius Härtl \\n * @author John Molakvoæ \\n *\\n * @license GNU AGPL version 3 or any later version\\n *\\n * This program is free software: you can redistribute it and/or modify\\n * it under the terms of the GNU Affero General Public License as\\n * published by the Free Software Foundation, either version 3 of the\\n * License, or (at your option) any later version.\\n *\\n * This program is distributed in the hope that it will be useful,\\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\\n * GNU Affero General Public License for more details.\\n *\\n * You should have received a copy of the GNU Affero General Public License\\n * along with this program. If not, see .\\n */\\n.toastify.dialogs {\\n min-width: 200px;\\n background: none;\\n background-color: var(--color-main-background);\\n color: var(--color-main-text);\\n box-shadow: 0 0 6px 0 var(--color-box-shadow);\\n padding: 0 12px;\\n margin-top: 45px;\\n position: fixed;\\n z-index: 10100;\\n border-radius: var(--border-radius);\\n display: flex;\\n align-items: center;\\n}\\n.toastify.dialogs .toast-undo-container {\\n display: flex;\\n align-items: center;\\n}\\n.toastify.dialogs .toast-undo-button,\\n.toastify.dialogs .toast-close {\\n position: static;\\n overflow: hidden;\\n box-sizing: border-box;\\n min-width: 44px;\\n height: 100%;\\n padding: 12px;\\n white-space: nowrap;\\n background-repeat: no-repeat;\\n background-position: center;\\n background-color: transparent;\\n min-height: 0;\\n}\\n.toastify.dialogs .toast-undo-button.toast-close,\\n.toastify.dialogs .toast-close.toast-close {\\n text-indent: 0;\\n opacity: .4;\\n border: none;\\n min-height: 44px;\\n margin-left: 10px;\\n font-size: 0;\\n}\\n.toastify.dialogs .toast-undo-button.toast-close:before,\\n.toastify.dialogs .toast-close.toast-close:before {\\n background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTYiIHdpZHRoPSIxNiI+CiAgPHBhdGggZD0iTTE0IDEyLjNMMTIuMyAxNCA4IDkuNyAzLjcgMTQgMiAxMi4zIDYuMyA4IDIgMy43IDMuNyAyIDggNi4zIDEyLjMgMiAxNCAzLjcgOS43IDh6Ii8+Cjwvc3ZnPgo=);\\n content: \\\" \\\";\\n filter: var(--background-invert-if-dark);\\n display: inline-block;\\n width: 16px;\\n height: 16px;\\n}\\n.toastify.dialogs .toast-undo-button.toast-undo-button,\\n.toastify.dialogs .toast-close.toast-undo-button {\\n height: calc(100% - 6px);\\n margin: 3px 3px 3px 12px;\\n}\\n.toastify.dialogs .toast-undo-button:hover,\\n.toastify.dialogs .toast-undo-button:focus,\\n.toastify.dialogs .toast-undo-button:active,\\n.toastify.dialogs .toast-close:hover,\\n.toastify.dialogs .toast-close:focus,\\n.toastify.dialogs .toast-close:active {\\n cursor: pointer;\\n opacity: 1;\\n}\\n.toastify.dialogs.toastify-top {\\n right: 10px;\\n}\\n.toastify.dialogs.toast-with-click {\\n cursor: pointer;\\n}\\n.toastify.dialogs.toast-error {\\n border-left: 3px solid var(--color-error);\\n}\\n.toastify.dialogs.toast-info {\\n border-left: 3px solid var(--color-primary);\\n}\\n.toastify.dialogs.toast-warning {\\n border-left: 3px solid var(--color-warning);\\n}\\n.toastify.dialogs.toast-success,\\n.toastify.dialogs.toast-undo {\\n border-left: 3px solid var(--color-success);\\n}\\n.theme--dark .toastify.dialogs .toast-close.toast-close:before {\\n background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTYiIHdpZHRoPSIxNiI+CiAgPHBhdGggZD0iTTE0IDEyLjNMMTIuMyAxNCA4IDkuNyAzLjcgMTQgMiAxMi4zIDYuMyA4IDIgMy43IDMuNyAyIDggNi4zIDEyLjMgMiAxNCAzLjcgOS43IDh6IiBzdHlsZT0iZmlsbC1vcGFjaXR5OjE7ZmlsbDojZmZmZmZmIi8+Cjwvc3ZnPgo=);\\n}\\n._file-picker__file-icon_1vgv4_5 {\\n width: 32px;\\n height: 32px;\\n min-width: 32px;\\n min-height: 32px;\\n background-repeat: no-repeat;\\n background-size: contain;\\n display: flex;\\n justify-content: center;\\n}\\ntr.file-picker__row[data-v-6aded0d9] {\\n height: var(--row-height, 50px);\\n}\\ntr.file-picker__row td[data-v-6aded0d9] {\\n cursor: pointer;\\n overflow: hidden;\\n text-overflow: ellipsis;\\n border-bottom: none;\\n}\\ntr.file-picker__row td[data-v-6aded0d9]:not(.row-checkbox) {\\n padding-inline: 14px 0;\\n}\\ntr.file-picker__row td.row-size[data-v-6aded0d9] {\\n text-align: end;\\n padding-inline: 0 14px;\\n}\\ntr.file-picker__row td.row-name[data-v-6aded0d9] {\\n padding-inline: 2px 0;\\n}\\n@keyframes gradient-6aded0d9 {\\n 0% {\\n background-position: 0% 50%;\\n }\\n 50% {\\n background-position: 100% 50%;\\n }\\n to {\\n background-position: 0% 50%;\\n }\\n}\\n.loading-row .row-checkbox[data-v-6aded0d9] {\\n text-align: center !important;\\n}\\n.loading-row span[data-v-6aded0d9] {\\n display: inline-block;\\n height: 24px;\\n background: linear-gradient(to right, var(--color-background-darker), var(--color-text-maxcontrast), var(--color-background-darker));\\n background-size: 600px 100%;\\n border-radius: var(--border-radius);\\n animation: gradient-6aded0d9 12s ease infinite;\\n}\\n.loading-row .row-wrapper[data-v-6aded0d9] {\\n display: inline-flex;\\n align-items: center;\\n}\\n.loading-row .row-checkbox span[data-v-6aded0d9] {\\n width: 24px;\\n}\\n.loading-row .row-name span[data-v-6aded0d9]:last-of-type {\\n margin-inline-start: 6px;\\n width: 130px;\\n}\\n.loading-row .row-size span[data-v-6aded0d9] {\\n width: 80px;\\n}\\n.loading-row .row-modified span[data-v-6aded0d9] {\\n width: 90px;\\n}\\ntr.file-picker__row[data-v-ee6f34b5] {\\n height: var(--row-height, 50px);\\n}\\ntr.file-picker__row td[data-v-ee6f34b5] {\\n cursor: pointer;\\n overflow: hidden;\\n text-overflow: ellipsis;\\n border-bottom: none;\\n}\\ntr.file-picker__row td[data-v-ee6f34b5]:not(.row-checkbox) {\\n padding-inline: 14px 0;\\n}\\ntr.file-picker__row td.row-size[data-v-ee6f34b5] {\\n text-align: end;\\n padding-inline: 0 14px;\\n}\\ntr.file-picker__row td.row-name[data-v-ee6f34b5] {\\n padding-inline: 2px 0;\\n}\\n.file-picker__row--selected[data-v-ee6f34b5] {\\n background-color: var(--color-background-dark);\\n}\\n.file-picker__row[data-v-ee6f34b5]:hover {\\n background-color: var(--color-background-hover);\\n}\\n.file-picker__name-container[data-v-ee6f34b5] {\\n display: flex;\\n justify-content: start;\\n align-items: center;\\n height: 100%;\\n}\\n.file-picker__file-name[data-v-ee6f34b5] {\\n padding-inline-start: 6px;\\n min-width: 0;\\n overflow: hidden;\\n text-overflow: ellipsis;\\n}\\n.file-picker__file-extension[data-v-ee6f34b5] {\\n color: var(--color-text-maxcontrast);\\n min-width: fit-content;\\n}\\n.file-picker__header-preview[data-v-4297db37] {\\n width: 22px;\\n height: 32px;\\n flex: 0 0 auto;\\n}\\n.file-picker__files[data-v-4297db37] {\\n margin: 2px;\\n margin-inline-start: 12px;\\n overflow: scroll auto;\\n}\\n.file-picker__files table[data-v-4297db37] {\\n width: 100%;\\n max-height: 100%;\\n table-layout: fixed;\\n}\\n.file-picker__files th[data-v-4297db37] {\\n position: -webkit-sticky;\\n position: sticky;\\n z-index: 1;\\n top: 0;\\n background-color: var(--color-main-background);\\n padding: 2px;\\n}\\n.file-picker__files th .header-wrapper[data-v-4297db37] {\\n display: flex;\\n}\\n.file-picker__files th.row-checkbox[data-v-4297db37] {\\n width: 44px;\\n}\\n.file-picker__files th.row-name[data-v-4297db37] {\\n width: 230px;\\n}\\n.file-picker__files th.row-size[data-v-4297db37] {\\n width: 100px;\\n}\\n.file-picker__files th.row-modified[data-v-4297db37] {\\n width: 120px;\\n}\\n.file-picker__files th[data-v-4297db37]:not(.row-size) .button-vue__wrapper {\\n justify-content: start;\\n flex-direction: row-reverse;\\n}\\n.file-picker__files th[data-v-4297db37]:not(.row-size) .button-vue {\\n padding-inline: 16px 4px;\\n}\\n.file-picker__files th.row-size[data-v-4297db37] .button-vue__wrapper {\\n justify-content: end;\\n}\\n.file-picker__files th[data-v-4297db37] .button-vue__wrapper {\\n color: var(--color-text-maxcontrast);\\n}\\n.file-picker__files th[data-v-4297db37] .button-vue__wrapper .button-vue__text {\\n font-weight: 400;\\n}\\n.file-picker__breadcrumbs[data-v-3bc9efa5] {\\n flex-grow: 0 !important;\\n}\\n.file-picker__side[data-v-fcfd0f23] {\\n display: flex;\\n flex-direction: column;\\n align-items: start;\\n gap: .5rem;\\n min-width: 200px;\\n padding-block: 2px;\\n overflow: auto;\\n}\\n.file-picker__side[data-v-fcfd0f23] .button-vue__wrapper {\\n justify-content: start;\\n}\\n.file-picker__filter-input[data-v-fcfd0f23] {\\n margin-block: 7px;\\n max-width: 260px;\\n}\\n@media (max-width: 736px) {\\n .file-picker__side[data-v-fcfd0f23] {\\n flex-direction: row;\\n min-width: unset;\\n }\\n}\\n@media (max-width: 512px) {\\n .file-picker__side[data-v-fcfd0f23] {\\n flex-direction: row;\\n min-width: unset;\\n }\\n .file-picker__filter-input[data-v-fcfd0f23] {\\n max-width: unset;\\n }\\n}\\n.file-picker__navigation {\\n padding-inline: 2px;\\n}\\n.file-picker__navigation,\\n.file-picker__navigation * {\\n box-sizing: border-box;\\n}\\n.file-picker__navigation .v-select.select {\\n min-width: 220px;\\n}\\n@media (min-width: 513px) and (max-width: 736px) {\\n .file-picker__navigation {\\n gap: 11px;\\n }\\n}\\n@media (max-width: 512px) {\\n .file-picker__navigation {\\n flex-direction: column-reverse !important;\\n }\\n}\\n.file-picker__view[data-v-86a13079] {\\n height: 50px;\\n display: flex;\\n justify-content: start;\\n align-items: center;\\n}\\n.file-picker__view h3[data-v-86a13079] {\\n font-weight: 700;\\n height: fit-content;\\n margin: 0;\\n}\\n.file-picker__main[data-v-86a13079] {\\n box-sizing: border-box;\\n width: 100%;\\n display: flex;\\n flex-direction: column;\\n min-height: 0;\\n flex: 1;\\n padding-inline: 2px;\\n}\\n.file-picker__main *[data-v-86a13079] {\\n box-sizing: border-box;\\n}\\n[data-v-86a13079] .file-picker {\\n height: min(80vh, 800px);\\n}\\n@media (max-width: 512px) {\\n [data-v-86a13079] .file-picker {\\n height: calc(100% - 16px - var(--default-clickable-area));\\n }\\n}\\n[data-v-86a13079] .file-picker__content {\\n display: flex;\\n flex-direction: column;\\n overflow: hidden;\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.upload-picker[data-v-f09fb109] {\n display: inline-flex;\n align-items: center;\n height: 44px;\n}\n.upload-picker__progress[data-v-f09fb109] {\n width: 200px;\n max-width: 0;\n transition: max-width var(--animation-quick) ease-in-out;\n margin-top: 8px;\n}\n.upload-picker__progress p[data-v-f09fb109] {\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis;\n}\n.upload-picker--uploading .upload-picker__progress[data-v-f09fb109] {\n max-width: 200px;\n margin-right: 20px;\n margin-left: 8px;\n}\n.upload-picker--paused .upload-picker__progress[data-v-f09fb109] {\n animation: breathing-f09fb109 3s ease-out infinite normal;\n}\n@keyframes breathing-f09fb109 {\n 0% {\n opacity: .5;\n }\n 25% {\n opacity: 1;\n }\n 60% {\n opacity: .5;\n }\n to {\n opacity: .5;\n }\n}\n`, \"\",{\"version\":3,\"sources\":[\"webpack://./node_modules/@nextcloud/upload/dist/assets/index-f2495ce6.css\"],\"names\":[],\"mappings\":\"AAAA;EACE,oBAAoB;EACpB,mBAAmB;EACnB,YAAY;AACd;AACA;EACE,YAAY;EACZ,YAAY;EACZ,wDAAwD;EACxD,eAAe;AACjB;AACA;EACE,gBAAgB;EAChB,mBAAmB;EACnB,uBAAuB;AACzB;AACA;EACE,gBAAgB;EAChB,kBAAkB;EAClB,gBAAgB;AAClB;AACA;EACE,yDAAyD;AAC3D;AACA;EACE;IACE,WAAW;EACb;EACA;IACE,UAAU;EACZ;EACA;IACE,WAAW;EACb;EACA;IACE,WAAW;EACb;AACF\",\"sourcesContent\":[\".upload-picker[data-v-f09fb109] {\\n display: inline-flex;\\n align-items: center;\\n height: 44px;\\n}\\n.upload-picker__progress[data-v-f09fb109] {\\n width: 200px;\\n max-width: 0;\\n transition: max-width var(--animation-quick) ease-in-out;\\n margin-top: 8px;\\n}\\n.upload-picker__progress p[data-v-f09fb109] {\\n overflow: hidden;\\n white-space: nowrap;\\n text-overflow: ellipsis;\\n}\\n.upload-picker--uploading .upload-picker__progress[data-v-f09fb109] {\\n max-width: 200px;\\n margin-right: 20px;\\n margin-left: 8px;\\n}\\n.upload-picker--paused .upload-picker__progress[data-v-f09fb109] {\\n animation: breathing-f09fb109 3s ease-out infinite normal;\\n}\\n@keyframes breathing-f09fb109 {\\n 0% {\\n opacity: .5;\\n }\\n 25% {\\n opacity: 1;\\n }\\n 60% {\\n opacity: .5;\\n }\\n to {\\n opacity: .5;\\n }\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.breadcrumb[data-v-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-7e0e423e]{display:flex;align-items:center;justify-content:center;width:100%;min-height:113px;margin:0;user-select:none;color:var(--color-text-maxcontrast);background-color:var(--color-main-background);border-color:#000}.files-list__drag-drop-notice h3[data-v-7e0e423e]{margin-left:16px;color:inherit}.files-list__drag-drop-notice-wrapper[data-v-7e0e423e]{display:flex;align-items:center;justify-content:center;height:15vh;max-height:70%;padding:0 5vw;border:2px var(--color-border-dark) dashed;border-radius:var(--border-radius-large)}`, \"\",{\"version\":3,\"sources\":[\"webpack://./apps/files/src/components/DragAndDropNotice.vue\"],\"names\":[],\"mappings\":\"AACA,+CACC,YAAA,CACA,kBAAA,CACA,sBAAA,CACA,UAAA,CAEA,gBAAA,CACA,QAAA,CACA,gBAAA,CACA,mCAAA,CACA,6CAAA,CACA,iBAAA,CAEA,kDACC,gBAAA,CACA,aAAA,CAGD,uDACC,YAAA,CACA,kBAAA,CACA,sBAAA,CACA,WAAA,CACA,cAAA,CACA,aAAA,CACA,0CAAA,CACA,wCAAA\",\"sourcesContent\":[\"\\n.files-list__drag-drop-notice {\\n\\tdisplay: flex;\\n\\talign-items: center;\\n\\tjustify-content: center;\\n\\twidth: 100%;\\n\\t// Breadcrumbs height + row thead height\\n\\tmin-height: calc(58px + 55px);\\n\\tmargin: 0;\\n\\tuser-select: none;\\n\\tcolor: var(--color-text-maxcontrast);\\n\\tbackground-color: var(--color-main-background);\\n\\tborder-color: black;\\n\\n\\th3 {\\n\\t\\tmargin-left: 16px;\\n\\t\\tcolor: inherit;\\n\\t}\\n\\n\\t&-wrapper {\\n\\t\\tdisplay: flex;\\n\\t\\talign-items: center;\\n\\t\\tjustify-content: center;\\n\\t\\theight: 15vh;\\n\\t\\tmax-height: 70%;\\n\\t\\tpadding: 0 5vw;\\n\\t\\tborder: 2px var(--color-border-dark) dashed;\\n\\t\\tborder-radius: var(--border-radius-large);\\n\\t}\\n}\\n\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.files-list-drag-image{position:absolute;top:-9999px;left:-9999px;display:flex;overflow:hidden;align-items:center;height:44px;padding:6px 12px;background:var(--color-main-background)}.files-list-drag-image__icon,.files-list-drag-image .files-list__row-icon{display:flex;overflow:hidden;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--border-radius)}.files-list-drag-image__icon{overflow:visible;margin-right:12px}.files-list-drag-image__icon img{max-width:100%;max-height:100%}.files-list-drag-image__icon .material-design-icon{color:var(--color-text-maxcontrast)}.files-list-drag-image__icon .material-design-icon.folder-icon{color:var(--color-primary-element)}.files-list-drag-image__icon>span{display:flex}.files-list-drag-image__icon>span .files-list__row-icon+.files-list__row-icon{margin-top:6px;margin-left:-26px}.files-list-drag-image__icon>span .files-list__row-icon+.files-list__row-icon+.files-list__row-icon{margin-top:12px}.files-list-drag-image__icon>span:not(:empty)+*{display:none}.files-list-drag-image__name{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}`, \"\",{\"version\":3,\"sources\":[\"webpack://./apps/files/src/components/DragAndDropPreview.vue\"],\"names\":[],\"mappings\":\"AAIA,uBACC,iBAAA,CACA,WAAA,CACA,YAAA,CACA,YAAA,CACA,eAAA,CACA,kBAAA,CACA,WAAA,CACA,gBAAA,CACA,uCAAA,CAEA,0EAEC,YAAA,CACA,eAAA,CACA,kBAAA,CACA,sBAAA,CACA,UAAA,CACA,WAAA,CACA,kCAAA,CAGD,6BACC,gBAAA,CACA,iBAAA,CAEA,iCACC,cAAA,CACA,eAAA,CAGD,mDACC,mCAAA,CACA,+DACC,kCAAA,CAKF,kCACC,YAAA,CAGA,8EACC,cA9CU,CA+CV,iBAAA,CACA,oGACC,eAAA,CAKF,gDACC,YAAA,CAKH,6BACC,eAAA,CACA,kBAAA,CACA,sBAAA\",\"sourcesContent\":[\"\\n$size: 32px;\\n$stack-shift: 6px;\\n\\n.files-list-drag-image {\\n\\tposition: absolute;\\n\\ttop: -9999px;\\n\\tleft: -9999px;\\n\\tdisplay: flex;\\n\\toverflow: hidden;\\n\\talign-items: center;\\n\\theight: 44px;\\n\\tpadding: 6px 12px;\\n\\tbackground: var(--color-main-background);\\n\\n\\t&__icon,\\n\\t.files-list__row-icon {\\n\\t\\tdisplay: flex;\\n\\t\\toverflow: hidden;\\n\\t\\talign-items: center;\\n\\t\\tjustify-content: center;\\n\\t\\twidth: 32px;\\n\\t\\theight: 32px;\\n\\t\\tborder-radius: var(--border-radius);\\n\\t}\\n\\n\\t&__icon {\\n\\t\\toverflow: visible;\\n\\t\\tmargin-right: 12px;\\n\\n\\t\\timg {\\n\\t\\t\\tmax-width: 100%;\\n\\t\\t\\tmax-height: 100%;\\n\\t\\t}\\n\\n\\t\\t.material-design-icon {\\n\\t\\t\\tcolor: var(--color-text-maxcontrast);\\n\\t\\t\\t&.folder-icon {\\n\\t\\t\\t\\tcolor: var(--color-primary-element);\\n\\t\\t\\t}\\n\\t\\t}\\n\\n\\t\\t// Previews container\\n\\t\\t> span {\\n\\t\\t\\tdisplay: flex;\\n\\n\\t\\t\\t// Stack effect if more than one element\\n\\t\\t\\t.files-list__row-icon + .files-list__row-icon {\\n\\t\\t\\t\\tmargin-top: $stack-shift;\\n\\t\\t\\t\\tmargin-left: $stack-shift - $size;\\n\\t\\t\\t\\t& + .files-list__row-icon {\\n\\t\\t\\t\\t\\tmargin-top: $stack-shift * 2;\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t\\t// If we have manually clone the preview,\\n\\t\\t\\t// let's hide any fallback icons\\n\\t\\t\\t&:not(:empty) + * {\\n\\t\\t\\t\\tdisplay: none;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n\\n\\t&__name {\\n\\t\\toverflow: hidden;\\n\\t\\twhite-space: nowrap;\\n\\t\\ttext-overflow: ellipsis;\\n\\t}\\n}\\n\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.favorite-marker-icon[data-v-04e52abc]{color:#a08b00;min-width:unset !important;min-height:unset !important}.favorite-marker-icon[data-v-04e52abc] svg{width:26px !important;height:26px !important;max-width:unset !important;max-height:unset !important}.favorite-marker-icon[data-v-04e52abc] svg path{stroke:var(--color-main-background);stroke-width:8px;stroke-linejoin:round;paint-order:stroke}`, \"\",{\"version\":3,\"sources\":[\"webpack://./apps/files/src/components/FileEntry/FavoriteIcon.vue\"],\"names\":[],\"mappings\":\"AACA,uCACC,aAAA,CAEA,0BAAA,CACG,2BAAA,CAGF,4CAEC,qBAAA,CACA,sBAAA,CAGA,0BAAA,CACA,2BAAA,CAGA,iDACC,mCAAA,CACA,gBAAA,CACA,qBAAA,CACA,kBAAA\",\"sourcesContent\":[\"\\n.favorite-marker-icon {\\n\\tcolor: #a08b00;\\n\\t// Override NcIconSvgWrapper defaults (clickable area)\\n\\tmin-width: unset !important;\\n min-height: unset !important;\\n\\n\\t:deep() {\\n\\t\\tsvg {\\n\\t\\t\\t// We added a stroke for a11y so we must increase the size to include the stroke\\n\\t\\t\\twidth: 26px !important;\\n\\t\\t\\theight: 26px !important;\\n\\n\\t\\t\\t// Override NcIconSvgWrapper defaults of 20px\\n\\t\\t\\tmax-width: unset !important;\\n\\t\\t\\tmax-height: unset !important;\\n\\n\\t\\t\\t// Sow a border around the icon for better contrast\\n\\t\\t\\tpath {\\n\\t\\t\\t\\tstroke: var(--color-main-background);\\n\\t\\t\\t\\tstroke-width: 8px;\\n\\t\\t\\t\\tstroke-linejoin: round;\\n\\t\\t\\t\\tpaint-order: stroke;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `[data-v-6dd8d639] .button-vue--icon-and-text .button-vue__text{color:var(--color-primary-element)}[data-v-6dd8d639] .button-vue--icon-and-text .button-vue__icon{color:var(--color-primary-element)}`, \"\",{\"version\":3,\"sources\":[\"webpack://./apps/files/src/components/FileEntry/FileEntryActions.vue\"],\"names\":[],\"mappings\":\"AAGC,+DACC,kCAAA,CAED,+DACC,kCAAA\",\"sourcesContent\":[\"\\n\\n:deep(.button-vue--icon-and-text, .files-list__row-action-sharing-status) {\\n\\t.button-vue__text {\\n\\t\\tcolor: var(--color-primary-element);\\n\\t}\\n\\t.button-vue__icon {\\n\\t\\tcolor: var(--color-primary-element);\\n\\t}\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `tr[data-v-58f7b64d]{margin-bottom:300px;border-top:1px solid var(--color-border);background-color:rgba(0,0,0,0) !important;border-bottom:none !important}tr td[data-v-58f7b64d]{user-select:none;color:var(--color-text-maxcontrast) !important}`, \"\",{\"version\":3,\"sources\":[\"webpack://./apps/files/src/components/FilesListTableFooter.vue\"],\"names\":[],\"mappings\":\"AAEA,oBACC,mBAAA,CACA,wCAAA,CAEA,yCAAA,CACA,6BAAA,CAEA,uBACC,gBAAA,CAEA,8CAAA\",\"sourcesContent\":[\"\\n// Scoped row\\ntr {\\n\\tmargin-bottom: 300px;\\n\\tborder-top: 1px solid var(--color-border);\\n\\t// Prevent hover effect on the whole row\\n\\tbackground-color: transparent !important;\\n\\tborder-bottom: none !important;\\n\\n\\ttd {\\n\\t\\tuser-select: none;\\n\\t\\t// Make sure the cell colors don't apply to column headers\\n\\t\\tcolor: var(--color-text-maxcontrast) !important;\\n\\t}\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.files-list__column[data-v-585fdb03]{user-select:none;color:var(--color-text-maxcontrast) !important}.files-list__column--sortable[data-v-585fdb03]{cursor:pointer}`, \"\",{\"version\":3,\"sources\":[\"webpack://./apps/files/src/components/FilesListTableHeader.vue\"],\"names\":[],\"mappings\":\"AACA,qCACC,gBAAA,CAEA,8CAAA,CAEA,+CACC,cAAA\",\"sourcesContent\":[\"\\n.files-list__column {\\n\\tuser-select: none;\\n\\t// Make sure the cell colors don't apply to column headers\\n\\tcolor: var(--color-text-maxcontrast) !important;\\n\\n\\t&--sortable {\\n\\t\\tcursor: pointer;\\n\\t}\\n}\\n\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.files-list__row-actions-batch[data-v-72bacee0]{flex:1 1 100% !important}.files-list__row-actions-batch[data-v-72bacee0] .button-vue__wrapper{width:100%}.files-list__row-actions-batch[data-v-72bacee0] .button-vue__wrapper span.button-vue__text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}`, \"\",{\"version\":3,\"sources\":[\"webpack://./apps/files/src/components/FilesListTableHeaderActions.vue\"],\"names\":[],\"mappings\":\"AACA,gDACC,wBAAA,CAGA,qEACC,UAAA,CACA,2FACC,eAAA,CACA,sBAAA,CACA,kBAAA\",\"sourcesContent\":[\"\\n.files-list__row-actions-batch {\\n\\tflex: 1 1 100% !important;\\n\\n\\t// Remove when https://github.com/nextcloud/nextcloud-vue/pull/3936 is merged\\n\\t::v-deep .button-vue__wrapper {\\n\\t\\twidth: 100%;\\n\\t\\tspan.button-vue__text {\\n\\t\\t\\toverflow: hidden;\\n\\t\\t\\ttext-overflow: ellipsis;\\n\\t\\t\\twhite-space: nowrap;\\n\\t\\t}\\n\\t}\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.files-list__column-sort-button[data-v-097f69d4]{margin:0 calc(var(--cell-margin)*-1);min-width:calc(100% - 3*var(--cell-margin)) !important}.files-list__column-sort-button-text[data-v-097f69d4]{color:var(--color-text-maxcontrast);font-weight:normal}.files-list__column-sort-button-icon[data-v-097f69d4]{color:var(--color-text-maxcontrast);opacity:0;transition:opacity var(--animation-quick);inset-inline-start:-10px}.files-list__column-sort-button--size .files-list__column-sort-button-icon[data-v-097f69d4]{inset-inline-start:10px}.files-list__column-sort-button--active .files-list__column-sort-button-icon[data-v-097f69d4],.files-list__column-sort-button:hover .files-list__column-sort-button-icon[data-v-097f69d4],.files-list__column-sort-button:focus .files-list__column-sort-button-icon[data-v-097f69d4],.files-list__column-sort-button:active .files-list__column-sort-button-icon[data-v-097f69d4]{opacity:1}`, \"\",{\"version\":3,\"sources\":[\"webpack://./apps/files/src/components/FilesListTableHeaderButton.vue\"],\"names\":[],\"mappings\":\"AACA,iDAEC,oCAAA,CACA,sDAAA,CAEA,sDACC,mCAAA,CACA,kBAAA,CAGD,sDACC,mCAAA,CACA,SAAA,CACA,yCAAA,CACA,wBAAA,CAGD,4FACC,uBAAA,CAGD,mXAIC,SAAA\",\"sourcesContent\":[\"\\n.files-list__column-sort-button {\\n\\t// Compensate for cells margin\\n\\tmargin: 0 calc(var(--cell-margin) * -1);\\n\\tmin-width: calc(100% - 3 * var(--cell-margin))!important;\\n\\n\\t&-text {\\n\\t\\tcolor: var(--color-text-maxcontrast);\\n\\t\\tfont-weight: normal;\\n\\t}\\n\\n\\t&-icon {\\n\\t\\tcolor: var(--color-text-maxcontrast);\\n\\t\\topacity: 0;\\n\\t\\ttransition: opacity var(--animation-quick);\\n\\t\\tinset-inline-start: -10px;\\n\\t}\\n\\n\\t&--size &-icon {\\n\\t\\tinset-inline-start: 10px;\\n\\t}\\n\\n\\t&--active &-icon,\\n\\t&:hover &-icon,\\n\\t&:focus &-icon,\\n\\t&:active &-icon {\\n\\t\\topacity: 1;\\n\\t}\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.files-list[data-v-1b17ff10]{--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-1b17ff10] tbody{will-change:padding;contain:layout paint style;display:flex;flex-direction:column;width:100%;position:relative}.files-list[data-v-1b17ff10] tbody tr{contain:strict}.files-list[data-v-1b17ff10] tbody tr:hover,.files-list[data-v-1b17ff10] tbody tr:focus{background-color:var(--color-background-dark)}.files-list[data-v-1b17ff10] .files-list__before{display:flex;flex-direction:column}.files-list[data-v-1b17ff10] .files-list__table{display:block}.files-list[data-v-1b17ff10] .files-list__thead,.files-list[data-v-1b17ff10] .files-list__tfoot{display:flex;flex-direction:column;width:100%;background-color:var(--color-main-background)}.files-list[data-v-1b17ff10] .files-list__thead{position:sticky;z-index:10;top:0}.files-list[data-v-1b17ff10] .files-list__tfoot{min-height:300px}.files-list[data-v-1b17ff10] 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-1b17ff10] td,.files-list[data-v-1b17ff10] 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-1b17ff10] td span,.files-list[data-v-1b17ff10] th span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.files-list[data-v-1b17ff10] .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-1b17ff10] .files-list__row-checkbox{justify-content:center}.files-list[data-v-1b17ff10] .files-list__row-checkbox .checkbox-radio-switch{display:flex;justify-content:center;--icon-size: var(--checkbox-size)}.files-list[data-v-1b17ff10] .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-1b17ff10] .files-list__row-checkbox .checkbox-radio-switch .checkbox-radio-switch__icon{margin:0 !important}.files-list[data-v-1b17ff10] .files-list__row:hover,.files-list[data-v-1b17ff10] .files-list__row:focus,.files-list[data-v-1b17ff10] .files-list__row:active,.files-list[data-v-1b17ff10] .files-list__row--active,.files-list[data-v-1b17ff10] .files-list__row--dragover{background-color:var(--color-background-hover);--color-text-maxcontrast: var(--color-main-text)}.files-list[data-v-1b17ff10] .files-list__row:hover>*,.files-list[data-v-1b17ff10] .files-list__row:focus>*,.files-list[data-v-1b17ff10] .files-list__row:active>*,.files-list[data-v-1b17ff10] .files-list__row--active>*,.files-list[data-v-1b17ff10] .files-list__row--dragover>*{--color-border: var(--color-border-dark)}.files-list[data-v-1b17ff10] .files-list__row:hover .favorite-marker-icon svg path,.files-list[data-v-1b17ff10] .files-list__row:focus .favorite-marker-icon svg path,.files-list[data-v-1b17ff10] .files-list__row:active .favorite-marker-icon svg path,.files-list[data-v-1b17ff10] .files-list__row--active .favorite-marker-icon svg path,.files-list[data-v-1b17ff10] .files-list__row--dragover .favorite-marker-icon svg path{stroke:var(--color-background-hover)}.files-list[data-v-1b17ff10] .files-list__row--dragover *{pointer-events:none}.files-list[data-v-1b17ff10] .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-1b17ff10] .files-list__row-icon *{cursor:pointer}.files-list[data-v-1b17ff10] .files-list__row-icon>span{justify-content:flex-start}.files-list[data-v-1b17ff10] .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-1b17ff10] .files-list__row-icon>span.folder-icon,.files-list[data-v-1b17ff10] .files-list__row-icon>span.folder-open-icon{margin:-3px}.files-list[data-v-1b17ff10] .files-list__row-icon>span.folder-icon svg,.files-list[data-v-1b17ff10] .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-1b17ff10] .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-1b17ff10] .files-list__row-icon-preview:not(.files-list__row-icon-preview--loaded){background:var(--color-loading-dark)}.files-list[data-v-1b17ff10] .files-list__row-icon-favorite{position:absolute;top:0px;right:-10px}.files-list[data-v-1b17ff10] .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-1b17ff10] .files-list__row-icon-overlay--file{color:var(--color-main-text);background:var(--color-main-background);border-radius:100%}.files-list[data-v-1b17ff10] .files-list__row-name{overflow:hidden;flex:1 1 auto}.files-list[data-v-1b17ff10] .files-list__row-name a{display:flex;align-items:center;width:100%;height:100%;min-width:0}.files-list[data-v-1b17ff10] .files-list__row-name a:focus-visible{outline:none}.files-list[data-v-1b17ff10] .files-list__row-name a:focus .files-list__row-name-text,.files-list[data-v-1b17ff10] .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-1b17ff10] .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-1b17ff10] .files-list__row-name .files-list__row-name-ext{color:var(--color-text-maxcontrast);overflow:visible}.files-list[data-v-1b17ff10] .files-list__row-rename{width:100%;max-width:600px}.files-list[data-v-1b17ff10] .files-list__row-rename input{width:100%;margin-left:-8px;padding:2px 6px;border-width:2px}.files-list[data-v-1b17ff10] .files-list__row-rename input:invalid{border-color:var(--color-error);color:red}.files-list[data-v-1b17ff10] .files-list__row-actions{width:auto}.files-list[data-v-1b17ff10] .files-list__row-actions~td,.files-list[data-v-1b17ff10] .files-list__row-actions~th{margin:0 var(--cell-margin)}.files-list[data-v-1b17ff10] .files-list__row-actions button .button-vue__text{font-weight:normal}.files-list[data-v-1b17ff10] .files-list__row-action--inline{margin-right:7px}.files-list[data-v-1b17ff10] .files-list__row-mtime,.files-list[data-v-1b17ff10] .files-list__row-size{color:var(--color-text-maxcontrast)}.files-list[data-v-1b17ff10] .files-list__row-size{width:calc(var(--row-height)*1.5);justify-content:flex-end}.files-list[data-v-1b17ff10] .files-list__row-mtime{width:calc(var(--row-height)*2)}.files-list[data-v-1b17ff10] .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-14acd289]{display:flex;overflow:hidden;flex-direction:column;max-height:100%;position:relative}.files-list__header[data-v-14acd289]{display:flex;align-items:center;flex:0 0;margin:4px 4px 4px 50px;max-width:100%}.files-list__header>*[data-v-14acd289]{flex:0 0}.files-list__header-share-button[data-v-14acd289]{opacity:.3}.files-list__header-share-button--shared[data-v-14acd289]{opacity:1}.files-list__refresh-icon[data-v-14acd289]{flex:0 0 44px;width:44px;height:44px}.files-list__loading-icon[data-v-14acd289]{margin:auto}`, \"\",{\"version\":3,\"sources\":[\"webpack://./apps/files/src/views/FilesList.vue\"],\"names\":[],\"mappings\":\"AACA,8BAEC,YAAA,CACA,eAAA,CACA,qBAAA,CACA,eAAA,CACA,iBAAA,CAOA,qCACC,YAAA,CACA,kBAAA,CAEA,QAAA,CAEA,uBAAA,CACA,cAAA,CACA,uCAGC,QAAA,CAGD,kDACC,UAAA,CACA,0DACC,SAAA,CAKH,2CACC,aAAA,CACA,UAAA,CACA,WAAA,CAGD,2CACC,WAAA\",\"sourcesContent\":[\"\\n.app-content {\\n\\t// Virtual list needs to be full height and is scrollable\\n\\tdisplay: flex;\\n\\toverflow: hidden;\\n\\tflex-direction: column;\\n\\tmax-height: 100%;\\n\\tposition: relative;\\n}\\n\\n$margin: 4px;\\n$navigationToggleSize: 50px;\\n\\n.files-list {\\n\\t&__header {\\n\\t\\tdisplay: flex;\\n\\t\\talign-items: center;\\n\\t\\t// Do not grow or shrink (vertically)\\n\\t\\tflex: 0 0;\\n\\t\\t// Align with the navigation toggle icon\\n\\t\\tmargin: $margin $margin $margin $navigationToggleSize;\\n\\t\\tmax-width: 100%;\\n\\t\\t> * {\\n\\t\\t\\t// Do not grow or shrink (horizontally)\\n\\t\\t\\t// Only the breadcrumbs shrinks\\n\\t\\t\\tflex: 0 0;\\n\\t\\t}\\n\\n\\t\\t&-share-button {\\n\\t\\t\\topacity: .3;\\n\\t\\t\\t&--shared {\\n\\t\\t\\t\\topacity: 1;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n\\n\\t&__refresh-icon {\\n\\t\\tflex: 0 0 44px;\\n\\t\\twidth: 44px;\\n\\t\\theight: 44px;\\n\\t}\\n\\n\\t&__loading-icon {\\n\\t\\tmargin: auto;\\n\\t}\\n}\\n\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.app-navigation[data-v-761b6079] .app-navigation-entry-icon{background-repeat:no-repeat;background-position:center}.app-navigation[data-v-761b6079] .app-navigation-entry.active .button-vue.icon-collapse:not(:hover){color:var(--color-primary-element-text)}.app-navigation>ul.app-navigation__list[data-v-761b6079]{padding-bottom:var(--default-grid-baseline, 4px)}.app-navigation-entry__settings[data-v-761b6079]{height:auto !important;overflow:hidden !important;padding-top:0 !important;flex:0 0 auto}`, \"\",{\"version\":3,\"sources\":[\"webpack://./apps/files/src/views/Navigation.vue\"],\"names\":[],\"mappings\":\"AAEA,4DACC,2BAAA,CACA,0BAAA,CAGD,oGACC,uCAAA,CAGD,yDAEC,gDAAA,CAGD,iDACC,sBAAA,CACA,0BAAA,CACA,wBAAA,CAEA,aAAA\",\"sourcesContent\":[\"\\n// TODO: remove when https://github.com/nextcloud/nextcloud-vue/pull/3539 is in\\n.app-navigation::v-deep .app-navigation-entry-icon {\\n\\tbackground-repeat: no-repeat;\\n\\tbackground-position: center;\\n}\\n\\n.app-navigation::v-deep .app-navigation-entry.active .button-vue.icon-collapse:not(:hover) {\\n\\tcolor: var(--color-primary-element-text);\\n}\\n\\n.app-navigation > ul.app-navigation__list {\\n\\t// Use flex gap value for more elegant spacing\\n\\tpadding-bottom: var(--default-grid-baseline, 4px);\\n}\\n\\n.app-navigation-entry__settings {\\n\\theight: auto !important;\\n\\toverflow: hidden !important;\\n\\tpadding-top: 0 !important;\\n\\t// Prevent shrinking or growing\\n\\tflex: 0 0 auto;\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.setting-link[data-v-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 ni } from \"@nextcloud/router\";\nimport { getCurrentUser as dn } from \"@nextcloud/auth\";\nimport { Folder as ai, Permission as Pr, getNewFileMenuEntries as Ur } from \"@nextcloud/files\";\nimport es from \"@nextcloud/axios\";\nimport Or from \"p-cancelable\";\nimport Br from \"p-queue\";\nimport jr from \"p-limit\";\nimport { getLoggerBuilder as Hn } from \"@nextcloud/logger\";\nimport { showError as Dr } from \"@nextcloud/dialogs\";\nimport $r from \"simple-eta\";\nimport Rr from \"@nextcloud/vue/dist/Components/NcActionButton.js\";\nimport Ir from \"@nextcloud/vue/dist/Components/NcActions.js\";\nimport zr from \"@nextcloud/vue/dist/Components/NcButton.js\";\nimport Mr from \"@nextcloud/vue/dist/Components/NcIconSvgWrapper.js\";\nimport Hr from \"@nextcloud/vue/dist/Components/NcProgressBar.js\";\nimport { getGettextBuilder as Vr } from \"@nextcloud/l10n/gettext\";\nfunction ii(e, t) {\n return function() {\n return e.apply(t, arguments);\n };\n}\nconst { toString: Wr } = Object.prototype, { getPrototypeOf: fn } = Object, hs = ((e) => (t) => {\n const s = Wr.call(t);\n return e[s] || (e[s] = s.slice(8, -1).toLowerCase());\n})(/* @__PURE__ */ Object.create(null)), fe = (e) => (e = e.toLowerCase(), (t) => hs(t) === e), Ts = (e) => (t) => typeof t === e, { isArray: ot } = Array, xt = Ts(\"undefined\");\nfunction qr(e) {\n return e !== null && !xt(e) && e.constructor !== null && !xt(e.constructor) && se(e.constructor.isBuffer) && e.constructor.isBuffer(e);\n}\nconst ri = fe(\"ArrayBuffer\");\nfunction Gr(e) {\n let t;\n return typeof ArrayBuffer < \"u\" && ArrayBuffer.isView ? t = ArrayBuffer.isView(e) : t = e && e.buffer && ri(e.buffer), t;\n}\nconst Kr = Ts(\"string\"), se = Ts(\"function\"), oi = Ts(\"number\"), ws = (e) => e !== null && typeof e == \"object\", Jr = (e) => e === !0 || e === !1, qt = (e) => {\n if (hs(e) !== \"object\")\n return !1;\n const t = fn(e);\n return (t === null || t === Object.prototype || Object.getPrototypeOf(t) === null) && !(Symbol.toStringTag in e) && !(Symbol.iterator in e);\n}, Yr = fe(\"Date\"), Zr = fe(\"File\"), Xr = fe(\"Blob\"), Qr = fe(\"FileList\"), eo = (e) => ws(e) && se(e.pipe), to = (e) => {\n let t;\n return e && (typeof FormData == \"function\" && e instanceof FormData || se(e.append) && ((t = hs(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 Ft(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]), ot(e))\n for (n = 0, a = e.length; n < a; n++)\n t.call(null, e[n], n, e);\n else {\n const i = s ? Object.getOwnPropertyNames(e) : Object.keys(e), r = i.length;\n let o;\n for (n = 0; n < r; n++)\n o = i[n], t.call(null, e[o], o, e);\n }\n}\nfunction li(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 ui = (() => typeof globalThis < \"u\" ? globalThis : typeof self < \"u\" ? self : typeof window < \"u\" ? window : global)(), mi = (e) => !xt(e) && e !== ui;\nfunction Is() {\n const { caseless: e } = mi(this) && this || {}, t = {}, s = (n, a) => {\n const i = e && li(t, a) || a;\n qt(t[i]) && qt(n) ? t[i] = Is(t[i], n) : qt(n) ? t[i] = Is({}, n) : ot(n) ? t[i] = n.slice() : t[i] = n;\n };\n for (let n = 0, a = arguments.length; n < a; n++)\n arguments[n] && Ft(arguments[n], s);\n return t;\n}\nconst ao = (e, t, s, { allOwnKeys: n } = {}) => (Ft(t, (a, i) => {\n s && se(a) ? e[i] = ii(a, s) : e[i] = a;\n}, { allOwnKeys: n }), e), io = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), ro = (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, i, r;\n const o = {};\n if (t = t || {}, e == null)\n return t;\n do {\n for (a = Object.getOwnPropertyNames(e), i = a.length; i-- > 0; )\n r = a[i], (!n || n(r, e, t)) && !o[r] && (t[r] = e[r], o[r] = !0);\n e = s !== !1 && fn(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 (ot(e))\n return e;\n let t = e.length;\n if (!oi(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\" && fn(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 i = a.value;\n t.call(e, i[0], i[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\"), ci = (e, t) => {\n const s = Object.getOwnPropertyDescriptors(e), n = {};\n Ft(s, (a, i) => {\n let r;\n (r = t(a, i, e)) !== !1 && (n[i] = r || a);\n }), Object.defineProperties(e, n);\n}, To = (e) => {\n ci(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}, wo = (e, t) => {\n const s = {}, n = (a) => {\n a.forEach((i) => {\n s[i] = !0;\n });\n };\n return ot(e) ? n(e) : n(String(e).split(t)), s;\n}, vo = () => {\n}, xo = (e, t) => (e = +e, Number.isFinite(e) ? e : t), bs = \"abcdefghijklmnopqrstuvwxyz\", Wn = \"0123456789\", di = {\n DIGIT: Wn,\n ALPHA: bs,\n ALPHA_DIGIT: bs + bs.toUpperCase() + Wn\n}, yo = (e = 16, t = di.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 (ws(n)) {\n if (t.indexOf(n) >= 0)\n return;\n if (!(\"toJSON\" in n)) {\n t[a] = n;\n const i = ot(n) ? [] : {};\n return Ft(n, (r, o) => {\n const l = s(r, a + 1);\n !xt(l) && (i[o] = l);\n }), t[a] = void 0, i;\n }\n }\n return n;\n };\n return s(e, 0);\n}, Lo = fe(\"AsyncFunction\"), bo = (e) => e && (ws(e) || se(e)) && se(e.then) && se(e.catch), h = {\n isArray: ot,\n isArrayBuffer: ri,\n isBuffer: qr,\n isFormData: to,\n isArrayBufferView: Gr,\n isString: Kr,\n isNumber: oi,\n isBoolean: Jr,\n isObject: ws,\n isPlainObject: qt,\n isUndefined: xt,\n isDate: Yr,\n isFile: Zr,\n isBlob: Xr,\n isRegExp: ho,\n isFunction: se,\n isStream: eo,\n isURLSearchParams: so,\n isTypedArray: mo,\n isFileList: Qr,\n forEach: Ft,\n merge: Is,\n extend: ao,\n trim: no,\n stripBOM: io,\n inherits: ro,\n toFlatObject: oo,\n kindOf: hs,\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: ci,\n freezeMethods: To,\n toObjectSet: wo,\n toCamelCase: po,\n noop: vo,\n toFiniteNumber: xo,\n findKey: li,\n global: ui,\n isContextDefined: mi,\n ALPHABET: di,\n generateString: yo,\n isSpecCompliantForm: _o,\n toJSONObject: Co,\n isAsyncFn: Lo,\n isThenable: bo\n};\nfunction E(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(E, 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 fi = E.prototype, gi = {};\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 gi[e] = { value: e };\n});\nObject.defineProperties(E, gi);\nObject.defineProperty(fi, \"isAxiosError\", { value: !0 });\nE.from = (e, t, s, n, a, i) => {\n const r = Object.create(fi);\n return h.toFlatObject(e, r, function(l) {\n return l !== Error.prototype;\n }, (o) => o !== \"isAxiosError\"), E.call(r, e.message, t, s, n, a), r.cause = e, r.name = e.name, i && Object.assign(r, i), r;\n};\nconst ko = null;\nfunction zs(e) {\n return h.isPlainObject(e) || h.isArray(e);\n}\nfunction pi(e) {\n return h.endsWith(e, \"[]\") ? e.slice(0, -2) : e;\n}\nfunction qn(e, t, s) {\n return e ? e.concat(t).map(function(a, i) {\n return a = pi(a), !s && i ? \"[\" + a + \"]\" : a;\n }).join(s ? \".\" : \"\") : t;\n}\nfunction So(e) {\n return h.isArray(e) && !e.some(zs);\n}\nconst Eo = 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, i = s.dots, r = 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 E(\"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 D = 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) && So(T) || (h.isFileList(T) || h.endsWith(_, \"[]\")) && (D = h.toArray(T)))\n return _ = pi(_), D.forEach(function(Q, Ce) {\n !(h.isUndefined(Q) || Q === null) && t.append(\n // eslint-disable-next-line no-nested-ternary\n r === !0 ? qn([_], Ce, i) : r === null ? _ : _ + \"[]\",\n m(Q)\n );\n }), !1;\n }\n return zs(T) ? !0 : (t.append(qn(O, _, i), m(T)), !1);\n }\n const g = [], w = Object.assign(Eo, {\n defaultVisitor: u,\n convertValue: m,\n isVisitable: zs\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(D, B) {\n (!(h.isUndefined(D) || D === null) && a.call(\n t,\n D,\n h.isString(B) ? B.trim() : B,\n _,\n w\n )) === !0 && y(D, _ ? _.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 gn(e, t) {\n this._pairs = [], e && vs(e, this, t);\n}\nconst hi = gn.prototype;\nhi.append = function(t, s) {\n this._pairs.push([t, s]);\n};\nhi.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 Ti(e, t, s) {\n if (!t)\n return e;\n const n = s && s.encode || Fo, a = s && s.serialize;\n let i;\n if (a ? i = a(t, s) : i = h.isURLSearchParams(t) ? t.toString() : new gn(t, s).toString(n), i) {\n const r = e.indexOf(\"#\");\n r !== -1 && (e = e.slice(0, r)), e += (e.indexOf(\"?\") === -1 ? \"?\" : \"&\") + i;\n }\n return e;\n}\nclass Ao {\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 = Ao, wi = {\n silentJSONParsing: !0,\n forcedJSONParsing: !0,\n clarifyTimeoutError: !1\n}, No = typeof URLSearchParams < \"u\" ? URLSearchParams : gn, Po = typeof FormData < \"u\" ? FormData : null, Uo = typeof Blob < \"u\" ? Blob : null, Oo = {\n isBrowser: !0,\n classes: {\n URLSearchParams: No,\n FormData: Po,\n Blob: Uo\n },\n protocols: [\"http\", \"https\", \"file\", \"blob\", \"url\", \"data\"]\n}, vi = typeof window < \"u\" && typeof document < \"u\", Bo = ((e) => vi && [\"ReactNative\", \"NativeScript\", \"NS\"].indexOf(e) < 0)(typeof navigator < \"u\" && navigator.product), jo = (() => typeof WorkerGlobalScope < \"u\" && // eslint-disable-next-line no-undef\nself instanceof WorkerGlobalScope && typeof self.importScripts == \"function\")(), Do = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({\n __proto__: null,\n hasBrowserEnv: vi,\n hasStandardBrowserEnv: Bo,\n hasStandardBrowserWebWorkerEnv: jo\n}, Symbol.toStringTag, { value: \"Module\" })), ce = {\n ...Do,\n ...Oo\n};\nfunction $o(e, t) {\n return vs(e, new ce.classes.URLSearchParams(), Object.assign({\n visitor: function(s, n, a, i) {\n return ce.isNode && h.isBuffer(s) ? (this.append(n, s.toString(\"base64\")), !1) : i.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 i;\n for (n = 0; n < a; n++)\n i = s[n], t[i] = e[i];\n return t;\n}\nfunction xi(e) {\n function t(s, n, a, i) {\n let r = s[i++];\n const o = Number.isFinite(+r), l = i >= s.length;\n return r = !r && h.isArray(a) ? a.length : r, l ? (h.hasOwnProp(a, r) ? a[r] = [a[r], n] : a[r] = n, !o) : ((!a[r] || !h.isObject(a[r])) && (a[r] = []), t(s, n, a[r], i) && h.isArray(a[r]) && (a[r] = Io(a[r])), !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 pn = {\n transitional: wi,\n adapter: [\"xhr\", \"http\"],\n transformRequest: [function(t, s) {\n const n = s.getContentType() || \"\", a = n.indexOf(\"application/json\") > -1, i = h.isObject(t);\n if (i && h.isHTMLForm(t) && (t = new FormData(t)), h.isFormData(t))\n return a && a ? JSON.stringify(xi(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 (i) {\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 i || a ? (s.setContentType(\"application/json\", !1), zo(t)) : t;\n }],\n transformResponse: [function(t) {\n const s = this.transitional || pn.transitional, n = s && s.forcedJSONParsing, a = this.responseType === \"json\";\n if (t && h.isString(t) && (n && !this.responseType || a)) {\n const r = !(s && s.silentJSONParsing) && a;\n try {\n return JSON.parse(t);\n } catch (o) {\n if (r)\n throw o.name === \"SyntaxError\" ? E.from(o, E.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 pn.headers[e] = {};\n});\nconst hn = pn, 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(r) {\n a = r.indexOf(\":\"), s = r.substring(0, a).trim().toLowerCase(), n = r.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 ft(e) {\n return e && String(e).trim().toLowerCase();\n}\nfunction Gt(e) {\n return e === !1 || e == null ? e : h.isArray(e) ? e.map(Gt) : 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 Wo = (e) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());\nfunction ks(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 qo(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, i, r) {\n return this[n].call(this, t, a, i, r);\n },\n configurable: !0\n });\n });\n}\nlet xs = class {\n constructor(t) {\n t && this.set(t);\n }\n set(t, s, n) {\n const a = this;\n function i(o, l, m) {\n const u = ft(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] = Gt(o));\n }\n const r = (o, l) => h.forEach(o, (m, u) => i(m, u, l));\n return h.isPlainObject(t) || t instanceof this.constructor ? r(t, s) : h.isString(t) && (t = t.trim()) && !Wo(t) ? r(Ho(t), s) : t != null && i(s, t, n), this;\n }\n get(t, s) {\n if (t = ft(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 = ft(t), t) {\n const n = h.findKey(this, t);\n return !!(n && this[n] !== void 0 && (!s || ks(this, this[n], n, s)));\n }\n return !1;\n }\n delete(t, s) {\n const n = this;\n let a = !1;\n function i(r) {\n if (r = ft(r), r) {\n const o = h.findKey(n, r);\n o && (!s || ks(n, n[o], o, s)) && (delete n[o], a = !0);\n }\n }\n return h.isArray(t) ? t.forEach(i) : i(t), a;\n }\n clear(t) {\n const s = Object.keys(this);\n let n = s.length, a = !1;\n for (; n--; ) {\n const i = s[n];\n (!t || ks(this, this[i], i, t, !0)) && (delete this[i], a = !0);\n }\n return a;\n }\n normalize(t) {\n const s = this, n = {};\n return h.forEach(this, (a, i) => {\n const r = h.findKey(n, i);\n if (r) {\n s[r] = Gt(a), delete s[i];\n return;\n }\n const o = t ? qo(i) : String(i).trim();\n o !== i && delete s[i], s[o] = Gt(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 i(r) {\n const o = ft(r);\n n[o] || (Go(a, r), n[o] = !0);\n }\n return h.isArray(t) ? t.forEach(i) : i(t), this;\n }\n};\nxs.accessor([\"Content-Type\", \"Content-Length\", \"Accept\", \"Accept-Encoding\", \"User-Agent\", \"Authorization\"]);\nh.reduceDescriptors(xs.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(xs);\nconst xe = xs;\nfunction Ss(e, t) {\n const s = this || hn, n = t || s, a = xe.from(n.headers);\n let i = n.data;\n return h.forEach(e, function(o) {\n i = o.call(s, i, a.normalize(), t ? t.status : void 0);\n }), a.normalize(), i;\n}\nfunction yi(e) {\n return !!(e && e.__CANCEL__);\n}\nfunction At(e, t, s) {\n E.call(this, e ?? \"canceled\", E.ERR_CANCELED, t, s), this.name = \"CanceledError\";\n}\nh.inherits(At, E, {\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 E(\n \"Request failed with status code \" + s.status,\n [E.ERR_BAD_REQUEST, E.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, i, r, o) {\n const l = [];\n l.push(s + \"=\" + encodeURIComponent(n)), h.isNumber(a) && l.push(\"expires=\" + new Date(a).toGMTString()), h.isString(i) && l.push(\"path=\" + i), h.isString(r) && l.push(\"domain=\" + r), 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 _i(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(i) {\n let r = i;\n return t && (s.setAttribute(\"href\", r), r = s.href), s.setAttribute(\"href\", r), {\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(r) {\n const o = h.isString(r) ? a(r) : r;\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, i = 0, r;\n return t = t !== void 0 ? t : 1e3, function(l) {\n const m = Date.now(), u = n[i];\n r || (r = m), s[a] = l, n[a] = m;\n let g = i, w = 0;\n for (; g !== a; )\n w += s[g++], g = g % e;\n if (a = (a + 1) % e, a === i && (i = (i + 1) % e), m - r < t)\n return;\n const y = u && m - u;\n return y ? Math.round(w * 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 i = a.loaded, r = a.lengthComputable ? a.total : void 0, o = i - s, l = n(o), m = i <= r;\n s = i;\n const u = {\n loaded: i,\n total: r,\n progress: r ? i / r : void 0,\n bytes: o,\n rate: l || void 0,\n estimated: l && r && m ? (r - i) / 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 i = xe.from(e.headers).normalize(), r = 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 i.setContentType(!1);\n else if ((m = i.getContentType()) !== !1) {\n const [T, ..._] = m ? m.split(\";\").map((O) => O.trim()).filter(Boolean) : [];\n i.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 i.set(\"Authorization\", \"Basic \" + btoa(T + \":\" + _));\n }\n const g = _i(e.baseURL, e.url);\n u.open(e.method.toUpperCase(), Ti(g, e.params, e.paramsSerializer), !0), u.timeout = e.timeout;\n function w() {\n if (!u)\n return;\n const T = xe.from(\n \"getAllResponseHeaders\" in u && u.getAllResponseHeaders()\n ), O = {\n data: !r || r === \"text\" || r === \"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 = w : u.onreadystatechange = function() {\n !u || u.readyState !== 4 || u.status === 0 && !(u.responseURL && u.responseURL.indexOf(\"file:\") === 0) || setTimeout(w);\n }, u.onabort = function() {\n u && (n(new E(\"Request aborted\", E.ECONNABORTED, e, u)), u = null);\n }, u.onerror = function() {\n n(new E(\"Network Error\", E.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 || wi;\n e.timeoutErrorMessage && (_ = e.timeoutErrorMessage), n(new E(\n _,\n O.clarifyTimeoutError ? E.ETIMEDOUT : E.ECONNABORTED,\n e,\n u\n )), u = null;\n }, ce.hasStandardBrowserEnv) {\n const T = Xo(g) && e.xsrfCookieName && Jo.read(e.xsrfCookieName);\n T && i.set(e.xsrfHeaderName, T);\n }\n a === void 0 && i.setContentType(null), \"setRequestHeader\" in u && h.forEach(i.toJSON(), function(_, O) {\n u.setRequestHeader(O, _);\n }), h.isUndefined(e.withCredentials) || (u.withCredentials = !!e.withCredentials), r && r !== \"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 At(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 E(\"Unsupported protocol \" + y + \":\", E.ERR_BAD_REQUEST, e));\n return;\n }\n u.send(a || null);\n });\n}, Ms = {\n http: ko,\n xhr: sl\n};\nh.forEach(Ms, (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, Ci = {\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 i = 0; i < t; i++) {\n s = e[i];\n let r;\n if (n = s, !nl(s) && (n = Ms[(r = String(s)).toLowerCase()], n === void 0))\n throw new E(`Unknown adapter '${r}'`);\n if (n)\n break;\n a[r || \"#\" + i] = n;\n }\n if (!n) {\n const i = 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 r = t ? i.length > 1 ? `since :\n` + i.map(Zn).join(`\n`) : \" \" + Zn(i[0]) : \"as no adapter specified\";\n throw new E(\n \"There is no suitable adapter to dispatch the request \" + r,\n \"ERR_NOT_SUPPORT\"\n );\n }\n return n;\n },\n adapters: Ms\n};\nfunction Es(e) {\n if (e.cancelToken && e.cancelToken.throwIfRequested(), e.signal && e.signal.aborted)\n throw new At(null, e);\n}\nfunction Xn(e) {\n return Es(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), Ci.getAdapter(e.adapter || hn.adapter)(e).then(function(n) {\n return Es(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 yi(n) || (Es(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 it(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 i(m, u) {\n if (!h.isUndefined(u))\n return n(void 0, u);\n }\n function r(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: i,\n method: i,\n data: i,\n baseURL: r,\n transformRequest: r,\n transformResponse: r,\n paramsSerializer: r,\n timeout: r,\n timeoutMessage: r,\n withCredentials: r,\n adapter: r,\n responseType: r,\n xsrfCookieName: r,\n xsrfHeaderName: r,\n onUploadProgress: r,\n onDownloadProgress: r,\n decompress: r,\n maxContentLength: r,\n maxBodyLength: r,\n beforeRedirect: r,\n transport: r,\n httpAgent: r,\n httpsAgent: r,\n cancelToken: r,\n socketPath: r,\n responseEncoding: r,\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, w = g(e[u], t[u], u);\n h.isUndefined(w) && g !== o || (s[u] = w);\n }), s;\n}\nconst Li = \"1.6.1\", Tn = {};\n[\"object\", \"boolean\", \"number\", \"function\", \"string\", \"symbol\"].forEach((e, t) => {\n Tn[e] = function(n) {\n return typeof n === e || \"a\" + (t < 1 ? \"n \" : \" \") + e;\n };\n});\nconst ea = {};\nTn.transitional = function(t, s, n) {\n function a(i, r) {\n return \"[Axios v\" + Li + \"] Transitional option '\" + i + \"'\" + r + (n ? \". \" + n : \"\");\n }\n return (i, r, o) => {\n if (t === !1)\n throw new E(\n a(r, \" has been removed\" + (s ? \" in \" + s : \"\")),\n E.ERR_DEPRECATED\n );\n return s && !ea[r] && (ea[r] = !0, console.warn(\n a(\n r,\n \" has been deprecated since v\" + s + \" and will be removed in the near future\"\n )\n )), t ? t(i, r, o) : !0;\n };\n};\nfunction al(e, t, s) {\n if (typeof e != \"object\")\n throw new E(\"options must be an object\", E.ERR_BAD_OPTION_VALUE);\n const n = Object.keys(e);\n let a = n.length;\n for (; a-- > 0; ) {\n const i = n[a], r = t[i];\n if (r) {\n const o = e[i], l = o === void 0 || r(o, i, e);\n if (l !== !0)\n throw new E(\"option \" + i + \" must be \" + l, E.ERR_BAD_OPTION_VALUE);\n continue;\n }\n if (s !== !0)\n throw new E(\"Unknown option \" + i, E.ERR_BAD_OPTION);\n }\n}\nconst Hs = {\n assertOptions: al,\n validators: Tn\n}, ke = Hs.validators;\nlet ts = 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 = it(this.defaults, s);\n const { transitional: n, paramsSerializer: a, headers: i } = s;\n n !== void 0 && Hs.assertOptions(n, {\n silentJSONParsing: ke.transitional(ke.boolean),\n forcedJSONParsing: ke.transitional(ke.boolean),\n clarifyTimeoutError: ke.transitional(ke.boolean)\n }, !1), a != null && (h.isFunction(a) ? s.paramsSerializer = {\n serialize: a\n } : Hs.assertOptions(a, {\n encode: ke.function,\n serialize: ke.function\n }, !0)), s.method = (s.method || this.defaults.method || \"get\").toLowerCase();\n let r = i && h.merge(\n i.common,\n i[s.method]\n );\n i && h.forEach(\n [\"delete\", \"get\", \"head\", \"post\", \"put\", \"patch\", \"common\"],\n (T) => {\n delete i[T];\n }\n ), s.headers = xe.concat(r, i);\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, w;\n if (!l) {\n const T = [Xn.bind(this), void 0];\n for (T.unshift.apply(T, o), T.push.apply(T, m), w = T.length, u = Promise.resolve(s); g < w; )\n u = u.then(T[g++], T[g++]);\n return u;\n }\n w = o.length;\n let y = s;\n for (g = 0; g < w; ) {\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, w = m.length; g < w; )\n u = u.then(m[g++], m[g++]);\n return u;\n }\n getUri(t) {\n t = it(this.defaults, t);\n const s = _i(t.baseURL, t.url);\n return Ti(s, t.params, t.paramsSerializer);\n }\n};\nh.forEach([\"delete\", \"get\", \"head\", \"options\"], function(t) {\n ts.prototype[t] = function(s, n) {\n return this.request(it(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(i, r, o) {\n return this.request(it(o || {}, {\n method: t,\n headers: n ? {\n \"Content-Type\": \"multipart/form-data\"\n } : {},\n url: i,\n data: r\n }));\n };\n }\n ts.prototype[t] = s(), ts.prototype[t + \"Form\"] = s(!0);\n});\nconst Kt = ts;\nlet il = class bi {\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(i) {\n s = i;\n });\n const n = this;\n this.promise.then((a) => {\n if (!n._listeners)\n return;\n let i = n._listeners.length;\n for (; i-- > 0; )\n n._listeners[i](a);\n n._listeners = null;\n }), this.promise.then = (a) => {\n let i;\n const r = new Promise((o) => {\n n.subscribe(o), i = o;\n }).then(a);\n return r.cancel = function() {\n n.unsubscribe(i);\n }, r;\n }, t(function(i, r, o) {\n n.reason || (n.reason = new At(i, r, 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 bi(function(a) {\n t = a;\n }),\n cancel: t\n };\n }\n};\nconst rl = il;\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 Vs = {\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(Vs).forEach(([e, t]) => {\n Vs[t] = e;\n});\nconst ul = Vs;\nfunction ki(e) {\n const t = new Kt(e), s = ii(Kt.prototype.request, t);\n return h.extend(s, Kt.prototype, t, { allOwnKeys: !0 }), h.extend(s, t, null, { allOwnKeys: !0 }), s.create = function(a) {\n return ki(it(e, a));\n }, s;\n}\nconst M = ki(hn);\nM.Axios = Kt;\nM.CanceledError = At;\nM.CancelToken = rl;\nM.isCancel = yi;\nM.VERSION = Li;\nM.toFormData = vs;\nM.AxiosError = E;\nM.Cancel = M.CanceledError;\nM.all = function(t) {\n return Promise.all(t);\n};\nM.spread = ol;\nM.isAxiosError = ll;\nM.mergeConfig = it;\nM.AxiosHeaders = xe;\nM.formToJSON = (e) => xi(h.isHTMLForm(e) ? new FormData(e) : e);\nM.getAdapter = Ci.getAdapter;\nM.HttpStatusCode = ul;\nM.default = M;\nconst ml = M, {\n Axios: Ad,\n AxiosError: Nd,\n CanceledError: Fs,\n isCancel: Pd,\n CancelToken: Ud,\n VERSION: Od,\n all: Bd,\n Cancel: jd,\n isAxiosError: Dd,\n spread: $d,\n toFormData: Rd,\n AxiosHeaders: Id,\n HttpStatusCode: zd,\n formToJSON: Md,\n getAdapter: Hd,\n mergeConfig: Vd\n} = ml, cl = jr(1), jt = new FileReader(), ta = async function(e, t, s, n = () => {\n}, a = void 0, i = void 0) {\n let r;\n return t instanceof Blob ? r = t : r = await t(), a && (i ??= {}, i.Destination = a), await es.request({\n method: \"PUT\",\n url: e,\n data: r,\n signal: s,\n onUploadProgress: n,\n headers: i\n });\n}, sa = function(e, t, s) {\n return cl(() => new Promise((n, a) => {\n jt.onload = () => {\n jt.result !== null && n(new Blob([jt.result], {\n type: \"application/octet-stream\"\n })), a(new Error(\"Error while reading the file\"));\n }, jt.readAsArrayBuffer(e.slice(t, t + s));\n }));\n}, dl = async function(e = void 0) {\n const t = ni(`dav/uploads/${dn()?.uid}`), n = `web-file-upload-${[...Array(16)].map(() => Math.floor(Math.random() * 16).toString(16)).join(\"\")}`, a = `${t}/${n}`, i = e ? { Destination: e } : void 0;\n return await es.request({\n method: \"MKCOL\",\n url: a,\n headers: i\n }), a;\n}, wt = 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 i = Math.min(wt() > 0 ? Math.ceil(n / wt()) : 1, 1e4);\n this._source = t, this._isChunked = s && wt() > 0 && i > 1, this._chunks = this._isChunked ? i : 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(), ie = gl(dn());\nvar Si = /* @__PURE__ */ ((e) => (e[e.IDLE = 0] = \"IDLE\", e[e.UPLOADING = 1] = \"UPLOADING\", e[e.PAUSED = 2] = \"PAUSED\", e))(Si || {});\nclass na {\n // Initialized via setter in the constructor\n _destinationFolder;\n _isPublic;\n // Global upload queue\n _uploadQueue = [];\n _jobQueue = new Br({ 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 = dn()?.uid, a = ni(`dav/files/${n}`);\n if (!n)\n throw new Error(\"User is not logged in\");\n s = new ai({\n id: 0,\n owner: n,\n permissions: Pr.ALL,\n root: `/files/${n}`,\n source: a\n });\n }\n this.destination = s, ie.debug(\"Upload workspace initialized\", {\n destination: this.destination,\n root: this.root,\n isPublic: t,\n maxChunksSize: wt()\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 ie.debug(`Uploading ${s.name} to ${n}`);\n const a = wt(s.size), i = a === 0 || s.size < a || this._isPublic, r = new fl(n, !i, s.size, s);\n return this._uploadQueue.push(r), this.updateStats(), new Or(async (l, m, u) => {\n if (u(r.cancel), i) {\n ie.debug(\"Initializing regular upload\", { file: s, upload: r });\n const g = await sa(s, 0, r.size), w = async () => {\n try {\n r.response = await ta(\n n,\n g,\n r.signal,\n () => this.updateStats(),\n void 0,\n {\n \"X-OC-Mtime\": s.lastModified / 1e3\n }\n ), r.uploaded = r.size, this.updateStats(), ie.debug(`Successfully uploaded ${s.name}`, { file: s, upload: r }), l(r);\n } catch (y) {\n if (y instanceof Fs) {\n r.status = ue.FAILED, m(\"Upload has been cancelled\");\n return;\n }\n y?.response && (r.response = y.response), r.status = ue.FAILED, ie.error(`Failed uploading ${s.name}`, { error: y, file: s, upload: r }), m(\"Failed uploading the file\");\n }\n this._notifiers.forEach((y) => {\n try {\n y(r);\n } catch {\n }\n });\n };\n this._jobQueue.add(w), this.updateStats();\n } else {\n ie.debug(\"Initializing chunked upload\", { file: s, upload: r });\n const g = await dl(n), w = [];\n for (let y = 0; y < r.chunks; y++) {\n const T = y * a, _ = Math.min(T + a, r.size), O = () => sa(s, T, a), D = () => ta(\n `${g}/${y + 1}`,\n O,\n r.signal,\n () => this.updateStats(),\n n,\n {\n \"X-OC-Mtime\": s.lastModified / 1e3,\n \"OC-Total-Length\": s.size\n }\n ).then(() => {\n r.uploaded = r.uploaded + a;\n }).catch((B) => {\n throw B instanceof Fs || (ie.error(`Chunk ${y + 1} ${T} - ${_} uploading failed`), r.status = ue.FAILED), B;\n });\n w.push(this._jobQueue.add(D));\n }\n try {\n await Promise.all(w), this.updateStats(), r.response = await es.request({\n method: \"MOVE\",\n url: `${g}/.file`,\n headers: {\n Destination: n\n }\n }), this.updateStats(), r.status = ue.FINISHED, ie.debug(`Successfully uploaded ${s.name}`, { file: s, upload: r }), l(r);\n } catch (y) {\n y instanceof Fs ? (r.status = ue.FAILED, m(\"Upload has been cancelled\")) : (r.status = ue.FAILED, m(\"Failed assembling the chunks together\")), es.request({\n method: \"DELETE\",\n url: `${g}`\n });\n }\n this._notifiers.forEach((y) => {\n try {\n y(r);\n } catch {\n }\n });\n }\n return this._jobQueue.onIdle().then(() => this.reset()), r;\n });\n }\n}\n/*!\n * Vue.js v2.7.15\n * (c) 2014-2023 Evan You\n * Released under the MIT License.\n */\nvar q = 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 W(e) {\n return e !== null && typeof e == \"object\";\n}\nvar ys = Object.prototype.toString;\nfunction Nt(e) {\n return ys.call(e).slice(8, -1);\n}\nfunction G(e) {\n return ys.call(e) === \"[object Object]\";\n}\nfunction Ei(e) {\n return ys.call(e) === \"[object RegExp]\";\n}\nfunction Fi(e) {\n var t = parseFloat(String(e));\n return t >= 0 && Math.floor(t) === t && isFinite(e);\n}\nfunction Ws(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 === ys ? JSON.stringify(e, null, 2) : String(e);\n}\nfunction yt(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(i) {\n return s[i.toLowerCase()];\n } : function(i) {\n return s[i];\n };\n}\nvar Tl = X(\"slot,component\", !0), Ai = X(\"key,ref,slot,slot-scope,is\");\nfunction Oe(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 wl = Object.prototype.hasOwnProperty;\nfunction V(e, t) {\n return wl.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 vl = /-(\\w)/g, qe = Je(function(e) {\n return e.replace(vl, function(t, s) {\n return s ? s.toUpperCase() : \"\";\n });\n}), Ni = 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 Pi = 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 j(e, t) {\n for (var s in t)\n e[s] = t[s];\n return e;\n}\nfunction Ui(e) {\n for (var t = {}, s = 0; s < e.length; s++)\n e[s] && j(t, e[s]);\n return t;\n}\nfunction z(e, t, s) {\n}\nvar Dt = function(e, t, s) {\n return !1;\n}, Oi = function(e) {\n return e;\n};\nfunction Ge(e, t) {\n if (e === t)\n return !0;\n var s = W(e), n = W(t);\n if (s && n)\n try {\n var a = Array.isArray(e), i = Array.isArray(t);\n if (a && i)\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 && !i) {\n var r = Object.keys(e), o = Object.keys(t);\n return r.length === o.length && r.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 Bi(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 ss(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\", _s = [\"component\", \"directive\", \"filter\"], ji = [\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: Oi,\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: ji\n}, Di = /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 wn(e) {\n var t = (e + \"\").charCodeAt(0);\n return t === 36 || t === 95;\n}\nfunction Fe(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(Di.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 kl = \"__proto__\" in {}, Y = typeof window < \"u\", ne = Y && window.navigator.userAgent.toLowerCase(), lt = ne && /msie|trident/.test(ne), ut = ne && ne.indexOf(\"msie 9.0\") > 0, $i = ne && ne.indexOf(\"edge/\") > 0;\nne && ne.indexOf(\"android\") > 0;\nvar Sl = ne && /iphone|ipad|ipod|ios/.test(ne), ia = ne && ne.match(/firefox\\/(\\d+)/), Gs = {}.watch, Ri = !1;\nif (Y)\n try {\n var ra = {};\n Object.defineProperty(ra, \"passive\", {\n get: function() {\n Ri = !0;\n }\n }), window.addEventListener(\"test-passive\", null, ra);\n } catch {\n }\nvar $t, Pt = function() {\n return $t === void 0 && (!Y && typeof global < \"u\" ? $t = global.process && global.process.env.VUE_ENV === \"server\" : $t = !1), $t;\n}, ns = Y && window.__VUE_DEVTOOLS_GLOBAL_HOOK__;\nfunction Me(e) {\n return typeof e == \"function\" && /native code/.test(e.toString());\n}\nvar Ut = typeof Symbol < \"u\" && Me(Symbol) && typeof Reflect < \"u\" && Me(Reflect.ownKeys), _t;\ntypeof Set < \"u\" && Me(Set) ? _t = Set : _t = /** @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 at = null;\nfunction Ae(e) {\n e === void 0 && (e = null), e || at && at._scope.off(), at = e, e && e._scope.on();\n}\nvar J = (\n /** @class */\n function() {\n function e(t, s, n, a, i, r, o, l) {\n this.tag = t, this.data = s, this.children = n, this.text = a, this.elm = i, this.ns = void 0, this.context = r, 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 J();\n return t.text = e, t.isComment = !0, t;\n};\nfunction tt(e) {\n return new J(void 0, void 0, void 0, String(e));\n}\nfunction Ks(e) {\n var t = new J(\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 as = function() {\n return as = Object.assign || function(t) {\n for (var s, n = 1, a = arguments.length; n < a; n++) {\n s = arguments[n];\n for (var i in s)\n Object.prototype.hasOwnProperty.call(s, i) && (t[i] = s[i]);\n }\n return t;\n }, as.apply(this, arguments);\n}, El = 0, Jt = [], Fl = function() {\n for (var e = 0; e < Jt.length; e++) {\n var t = Jt[e];\n t.subs = t.subs.filter(function(s) {\n return s;\n }), t._pending = !1;\n }\n Jt.length = 0;\n}, re = (\n /** @class */\n function() {\n function e() {\n this._pending = !1, this.id = El++, 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, Jt.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(as({ effect: e.target }, t)));\n }, e.prototype.notify = function(t) {\n var s = this.subs.filter(function(r) {\n return r;\n });\n process.env.NODE_ENV !== \"production\" && !U.async && s.sort(function(r, o) {\n return r.id - o.id;\n });\n for (var n = 0, a = s.length; n < a; n++) {\n var i = s[n];\n process.env.NODE_ENV !== \"production\" && t && i.onTrigger && i.onTrigger(as({ effect: s[n] }, t)), i.update();\n }\n }, e;\n }()\n);\nre.target = null;\nvar Yt = [];\nfunction mt(e) {\n Yt.push(e), re.target = e;\n}\nfunction ct() {\n Yt.pop(), re.target = Yt[Yt.length - 1];\n}\nvar Ii = Array.prototype, is = Object.create(Ii), Al = [\n \"push\",\n \"pop\",\n \"shift\",\n \"unshift\",\n \"splice\",\n \"sort\",\n \"reverse\"\n];\nAl.forEach(function(e) {\n var t = Ii[e];\n Fe(is, e, function() {\n for (var n = [], a = 0; a < arguments.length; a++)\n n[a] = arguments[a];\n var i = t.apply(this, n), r = 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 && r.observeArray(o), process.env.NODE_ENV !== \"production\" ? r.dep.notify({\n type: \"array mutation\",\n target: this,\n key: e\n }) : r.dep.notify(), i;\n });\n});\nvar oa = Object.getOwnPropertyNames(is), zi = {}, vn = !0;\nfunction Ne(e) {\n vn = e;\n}\nvar Nl = {\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 ? Nl : new re(), this.vmCount = 0, Fe(t, \"__ob__\", this), b(t)) {\n if (!n)\n if (kl)\n t.__proto__ = is;\n else\n for (var a = 0, i = oa.length; a < i; a++) {\n var r = oa[a];\n Fe(t, r, is[r]);\n }\n s || this.observeArray(t);\n } else\n for (var o = Object.keys(t), a = 0; a < o.length; a++) {\n var r = o[a];\n oe(t, r, zi, 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 J))\n return new la(e, t, s);\n}\nfunction oe(e, t, s, n, a, i) {\n var r = new re(), 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 === zi || arguments.length === 2) && (s = e[t]);\n var u = !a && ye(s, !1, i);\n return Object.defineProperty(e, t, {\n enumerable: !0,\n configurable: !0,\n get: function() {\n var w = l ? l.call(e) : s;\n return re.target && (process.env.NODE_ENV !== \"production\" ? r.depend({\n target: e,\n type: \"get\",\n key: t\n }) : r.depend(), u && (u.dep.depend(), b(w) && Hi(w))), de(w) && !a ? w.value : w;\n },\n set: function(w) {\n var y = l ? l.call(e) : s;\n if (Cl(y, w)) {\n if (process.env.NODE_ENV !== \"production\" && n && n(), m)\n m.call(e, w);\n else {\n if (l)\n return;\n if (!a && de(y) && !de(w)) {\n y.value = w;\n return;\n } else\n s = w;\n }\n u = !a && ye(w, !1, i), process.env.NODE_ENV !== \"production\" ? r.notify({\n type: \"set\",\n target: e,\n key: t,\n newValue: w,\n oldValue: y\n }) : r.notify();\n }\n }\n }), r;\n }\n}\nfunction xn(e, t, s) {\n if (process.env.NODE_ENV !== \"production\" && (L(e) || _e(e)) && v(\"Cannot set reactive property on undefined, null, or primitive value: \".concat(e)), yn(e)) {\n process.env.NODE_ENV !== \"production\" && v('Set operation on key \"'.concat(t, '\" failed: target is readonly.'));\n return;\n }\n var n = e.__ob__;\n return b(e) && Fi(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\" && v(\"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 Mi(e, t) {\n if (process.env.NODE_ENV !== \"production\" && (L(e) || _e(e)) && v(\"Cannot delete reactive property on undefined, null, or primitive value: \".concat(e)), b(e) && Fi(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\" && v(\"Avoid deleting properties on a Vue instance or its root $data - just set it to null.\");\n return;\n }\n if (yn(e)) {\n process.env.NODE_ENV !== \"production\" && v('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 Hi(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) && Hi(t);\n}\nfunction Vi(e) {\n return Pl(e, !0), Fe(e, \"__v_isShallow\", !0), e;\n}\nfunction Pl(e, t) {\n if (!yn(e)) {\n if (process.env.NODE_ENV !== \"production\") {\n b(e) && v(\"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 && v(\"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)) && v(\"value cannot be made reactive: \".concat(String(e))), Ul(e) && v(\"Vue 2 does not support reactive collection types such as Map or Set.\"));\n }\n}\nfunction yn(e) {\n return !!(e && e.__v_isReadonly);\n}\nfunction Ul(e) {\n var t = Nt(e);\n return t === \"Map\" || t === \"WeakMap\" || t === \"Set\" || t === \"WeakSet\";\n}\nfunction de(e) {\n return !!(e && e.__v_isRef === !0);\n}\nfunction Js(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 K, 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 = K, !t && K && (this.index = (K.scopes || (K.scopes = [])).push(this) - 1);\n }\n return e.prototype.run = function(t) {\n if (this.active) {\n var s = K;\n try {\n return K = this, t();\n } finally {\n K = s;\n }\n } else\n process.env.NODE_ENV !== \"production\" && v(\"cannot run an inactive effect scope.\");\n }, e.prototype.on = function() {\n K = this;\n }, e.prototype.off = function() {\n K = 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 = K), t && t.active && t.effects.push(e);\n}\nfunction jl() {\n return K;\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 Ys(e, t) {\n function s() {\n var n = s.fns;\n if (b(n))\n for (var a = n.slice(), i = 0; i < a.length; i++)\n Ue(a[i], null, arguments, t, \"v-on handler\");\n else\n return Ue(n, null, arguments, t, \"v-on handler\");\n }\n return s.fns = e, s;\n}\nfunction Wi(e, t, s, n, a, i) {\n var r, o, l, m;\n for (r in e)\n o = e[r], l = t[r], m = ua(r), L(o) ? process.env.NODE_ENV !== \"production\" && v('Invalid handler for event \"'.concat(m.name, '\": got ') + String(o), i) : L(l) ? (L(o.fns) && (o = e[r] = Ys(o, i)), R(m.once) && (o = e[r] = a(m.name, o, m.capture)), s(m.name, o, m.capture, m.passive, m.params)) : o !== l && (l.fns = o, e[r] = l);\n for (r in t)\n L(e[r]) && (m = ua(r), n(m.name, t[r], m.capture));\n}\nfunction Se(e, t, s) {\n e instanceof J && (e = e.data.hook || (e.data.hook = {}));\n var n, a = e[t];\n function i() {\n s.apply(this, arguments), Oe(n.fns, i);\n }\n L(a) ? n = Ys([i]) : f(a.fns) && R(a.merged) ? (n = a, n.fns.push(i)) : n = Ys([a, i]), n.merged = !0, e[t] = n;\n}\nfunction $l(e, t, s) {\n var n = t.options.props;\n if (!L(n)) {\n var a = {}, i = e.attrs, r = e.props;\n if (f(i) || f(r))\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 && i && V(i, m) && Nn('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, r, o, l, !0) || ma(a, i, 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 Rl(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 _n(e) {\n return _e(e) ? [tt(e)] : b(e) ? qi(e) : void 0;\n}\nfunction gt(e) {\n return f(e) && f(e.text) && pl(e.isComment);\n}\nfunction qi(e, t) {\n var s = [], n, a, i, r;\n for (n = 0; n < e.length; n++)\n a = e[n], !(L(a) || typeof a == \"boolean\") && (i = s.length - 1, r = s[i], b(a) ? a.length > 0 && (a = qi(a, \"\".concat(t || \"\", \"_\").concat(n)), gt(a[0]) && gt(r) && (s[i] = tt(r.text + a[0].text), a.shift()), s.push.apply(s, a)) : _e(a) ? gt(r) ? s[i] = tt(r.text + a) : a !== \"\" && s.push(tt(a)) : gt(a) && gt(r) ? s[i] = tt(r.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 Il(e, t) {\n var s = null, n, a, i, r;\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 (W(e))\n if (Ut && 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 (i = Object.keys(e), s = new Array(i.length), n = 0, a = i.length; n < a; n++)\n r = i[n], s[n] = t(e[r], r, n);\n return f(s) || (s = []), s._isVList = !0, s;\n}\nfunction zl(e, t, s, n) {\n var a = this.$scopedSlots[e], i;\n a ? (s = s || {}, n && (process.env.NODE_ENV !== \"production\" && !W(n) && v(\"slot v-bind without argument expects an Object\", this), s = j(j({}, n), s)), i = a(s) || ($(t) ? t() : t)) : i = this.$slots[e] || ($(t) ? t() : t);\n var r = s && s.slot;\n return r ? this.$createElement(\"template\", { slot: r }, i) : i;\n}\nfunction Ml(e) {\n return ms(this.$options, \"filters\", e, !0) || Oi;\n}\nfunction ca(e, t) {\n return b(e) ? e.indexOf(t) === -1 : e !== t;\n}\nfunction Hl(e, t, s, n, a) {\n var i = U.keyCodes[t] || s;\n return a && n && !U.keyCodes[t] ? ca(a, n) : i ? ca(i, e) : n ? Ye(n) !== t : e === void 0;\n}\nfunction Vl(e, t, s, n, a) {\n if (s)\n if (!W(s))\n process.env.NODE_ENV !== \"production\" && v(\"v-bind without argument expects an Object or Array value\", this);\n else {\n b(s) && (s = Ui(s));\n var i = void 0, r = function(l) {\n if (l === \"class\" || l === \"style\" || Ai(l))\n i = e;\n else {\n var m = e.attrs && e.attrs.type;\n i = n || U.mustUseProp(t, m, l) ? e.domProps || (e.domProps = {}) : e.attrs || (e.attrs = {});\n }\n var u = qe(l), g = Ye(l);\n if (!(u in i) && !(g in i) && (i[l] = s[l], a)) {\n var w = e.on || (e.on = {});\n w[\"update:\".concat(l)] = function(y) {\n s[l] = y;\n };\n }\n };\n for (var o in s)\n r(o);\n }\n return e;\n}\nfunction Wl(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 ), Gi(n, \"__static__\".concat(e), !1)), n;\n}\nfunction ql(e, t, s) {\n return Gi(e, \"__once__\".concat(t).concat(s ? \"_\".concat(s) : \"\"), !0), e;\n}\nfunction Gi(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 Gl(e, t) {\n if (t)\n if (!G(t))\n process.env.NODE_ENV !== \"production\" && v(\"v-on without argument expects an Object value\", this);\n else {\n var s = e.on = e.on ? j({}, e.on) : {};\n for (var n in t) {\n var a = s[n], i = t[n];\n s[n] = a ? [].concat(a, i) : i;\n }\n }\n return e;\n}\nfunction Ki(e, t, s, n) {\n t = t || { $stable: !s };\n for (var a = 0; a < e.length; a++) {\n var i = e[a];\n b(i) ? Ki(i, t, s) : i && (i.proxy && (i.fn.proxy = !0), t[i.key] = i.fn);\n }\n return n && (t.$key = n), t;\n}\nfunction Kl(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 && v(\"Invalid value for dynamic directive argument (expected string or null): \".concat(n), this);\n }\n return e;\n}\nfunction Jl(e, t) {\n return typeof e == \"string\" ? t + e : e;\n}\nfunction Ji(e) {\n e._o = ql, e._n = yt, e._s = hl, e._l = Il, e._t = zl, e._q = Ge, e._i = Bi, e._m = Wl, e._f = Ml, e._k = Hl, e._b = Vl, e._v = tt, e._e = He, e._u = Ki, e._g = Gl, e._d = Kl, e._p = Jl;\n}\nfunction Cn(e, t) {\n if (!e || !e.length)\n return {};\n for (var s = {}, n = 0, a = e.length; n < a; n++) {\n var i = e[n], r = i.data;\n if (r && r.attrs && r.attrs.slot && delete r.attrs.slot, (i.context === t || i.fnContext === t) && r && r.slot != null) {\n var o = r.slot, l = s[o] || (s[o] = []);\n i.tag === \"template\" ? l.push.apply(l, i.children || []) : l.push(i);\n } else\n (s.default || (s.default = [])).push(i);\n }\n for (var m in s)\n s[m].every(Yl) && delete s[m];\n return s;\n}\nfunction Yl(e) {\n return e.isComment && !e.asyncFactory || e.text === \" \";\n}\nfunction Ct(e) {\n return e.isComment && e.asyncFactory;\n}\nfunction vt(e, t, s, n) {\n var a, i = Object.keys(s).length > 0, r = t ? !!t.$stable : !i, o = t && t.$key;\n if (!t)\n a = {};\n else {\n if (t._normalized)\n return t._normalized;\n if (r && n && n !== q && o === n.$key && !i && !n.$hasNormal)\n return n;\n a = {};\n for (var l in t)\n t[l] && l[0] !== \"$\" && (a[l] = Zl(e, s, l, t[l]));\n }\n for (var m in s)\n m in a || (a[m] = Xl(s, m));\n return t && Object.isExtensible(t) && (t._normalized = a), Fe(a, \"$stable\", r), Fe(a, \"$key\", o), Fe(a, \"$hasNormal\", i), a;\n}\nfunction Zl(e, t, s, n) {\n var a = function() {\n var i = at;\n Ae(e);\n var r = arguments.length ? n.apply(null, arguments) : n({});\n r = r && typeof r == \"object\" && !b(r) ? [r] : _n(r);\n var o = r && r[0];\n return Ae(i), r && (!o || r.length === 1 && o.isComment && !Ct(o)) ? void 0 : r;\n };\n return n.proxy && Object.defineProperty(t, s, {\n get: a,\n enumerable: !0,\n configurable: !0\n }), a;\n}\nfunction Xl(e, t) {\n return function() {\n return e[t];\n };\n}\nfunction Ql(e) {\n var t = e.$options, s = t.setup;\n if (s) {\n var n = e._setupContext = eu(e);\n Ae(e), mt();\n var a = Ue(s, null, [e._props || Vi({}), n], e, \"setup\");\n if (ct(), Ae(), $(a))\n t.render = a;\n else if (W(a))\n if (process.env.NODE_ENV !== \"production\" && a instanceof J && v(\"setup() should not return VNodes directly - return a render function instead.\"), e._setupState = a, a.__sfc) {\n var r = e._setupProxy = {};\n for (var i in a)\n i !== \"__sfc\" && Js(r, a, i);\n } else\n for (var i in a)\n wn(i) ? process.env.NODE_ENV !== \"production\" && v(\"Avoid using variables that start with _ or $ in setup().\") : Js(e, a, i);\n else\n process.env.NODE_ENV !== \"production\" && a !== void 0 && v(\"setup() should return an object. Received: \".concat(a === null ? \"null\" : typeof a));\n }\n}\nfunction eu(e) {\n var t = !1;\n return {\n get attrs() {\n if (!e._attrsProxy) {\n var s = e._attrsProxy = {};\n Fe(s, \"_v_attr_proxy\", !0), rs(s, e.$attrs, q, 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, q, e, \"$listeners\");\n }\n return e._listenersProxy;\n },\n get slots() {\n return su(e);\n },\n emit: Pi(e.$emit, e),\n expose: function(s) {\n process.env.NODE_ENV !== \"production\" && (t && v(\"expose() should be called only once per setup().\", e), t = !0), s && Object.keys(s).forEach(function(n) {\n return Js(e, s, n);\n });\n }\n };\n}\nfunction rs(e, t, s, n, a) {\n var i = !1;\n for (var r in t)\n r in e ? t[r] !== s[r] && (i = !0) : (i = !0, tu(e, r, n, a));\n for (var r in e)\n r in t || (i = !0, delete e[r]);\n return i;\n}\nfunction tu(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 su(e) {\n return e._slotsProxy || Yi(e._slotsProxy = {}, e.$scopedSlots), e._slotsProxy;\n}\nfunction Yi(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 nu(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 = Cn(t._renderChildren, n), e.$scopedSlots = s ? vt(e.$parent, s.data.scopedSlots, e.$slots) : q, e._c = function(i, r, o, l) {\n return os(e, i, r, o, l, !1);\n }, e.$createElement = function(i, r, o, l) {\n return os(e, i, r, o, l, !0);\n };\n var a = s && s.data;\n process.env.NODE_ENV !== \"production\" ? (oe(e, \"$attrs\", a && a.attrs || q, function() {\n !bt && v(\"$attrs is readonly.\", e);\n }, !0), oe(e, \"$listeners\", t._parentListeners || q, function() {\n !bt && v(\"$listeners is readonly.\", e);\n }, !0)) : (oe(e, \"$attrs\", a && a.attrs || q, null, !0), oe(e, \"$listeners\", t._parentListeners || q, null, !0));\n}\nvar Zs = null;\nfunction au(e) {\n Ji(e.prototype), e.prototype.$nextTick = function(t) {\n return Ln(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 && Yi(t._slotsProxy, t.$scopedSlots)), t.$vnode = a;\n var i;\n try {\n Ae(t), Zs = t, i = n.call(t._renderProxy, t.$createElement);\n } catch (r) {\n if (Pe(r, t, \"render\"), process.env.NODE_ENV !== \"production\" && t.$options.renderError)\n try {\n i = t.$options.renderError.call(t._renderProxy, t.$createElement, r);\n } catch (o) {\n Pe(o, t, \"renderError\"), i = t._vnode;\n }\n else\n i = t._vnode;\n } finally {\n Zs = null, Ae();\n }\n return b(i) && i.length === 1 && (i = i[0]), i instanceof J || (process.env.NODE_ENV !== \"production\" && b(i) && v(\"Multiple root nodes returned from render function. Render function should return a single root node.\", t), i = He()), i.parent = a, i;\n };\n}\nfunction As(e, t) {\n return (e.__esModule || Ut && e[Symbol.toStringTag] === \"Module\") && (e = e.default), W(e) ? t.extend(e) : e;\n}\nfunction iu(e, t, s, n, a) {\n var i = He();\n return i.asyncFactory = e, i.asyncMeta = { data: t, context: s, children: n, tag: a }, i;\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 = Zs;\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, i = null, r = null;\n s.$on(\"hook:destroyed\", function() {\n return Oe(n, s);\n });\n var o = function(g) {\n for (var w = 0, y = n.length; w < y; w++)\n n[w].$forceUpdate();\n g && (n.length = 0, i !== null && (clearTimeout(i), i = null), r !== null && (clearTimeout(r), r = null));\n }, l = ss(function(g) {\n e.resolved = As(g, t), a ? n.length = 0 : o(!0);\n }), m = ss(function(g) {\n process.env.NODE_ENV !== \"production\" && v(\"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 W(u) && (Ws(u) ? L(e.resolved) && u.then(l, m) : Ws(u.component) && (u.component.then(l, m), f(u.error) && (e.errorComp = As(u.error, t)), f(u.loading) && (e.loadingComp = As(u.loading, t), u.delay === 0 ? e.loading = !0 : i = setTimeout(function() {\n i = null, L(e.resolved) && L(e.error) && (e.loading = !0, o(!1));\n }, u.delay || 200)), f(u.timeout) && (r = setTimeout(function() {\n r = 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 Zi(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) || Ct(s)))\n return s;\n }\n}\nvar ou = 1, Xi = 2;\nfunction os(e, t, s, n, a, i) {\n return (b(s) || _e(s)) && (a = n, n = s, s = void 0), R(i) && (a = Xi), lu(e, t, s, n, a);\n}\nfunction lu(e, t, s, n, a) {\n if (f(s) && f(s.__ob__))\n return process.env.NODE_ENV !== \"production\" && v(\"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) && v(\"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 === Xi ? n = _n(n) : a === ou && (n = Rl(n));\n var i, r;\n if (typeof t == \"string\") {\n var o = void 0;\n r = e.$vnode && e.$vnode.ns || U.getTagNamespace(t), U.isReservedTag(t) ? (process.env.NODE_ENV !== \"production\" && f(s) && f(s.nativeOn) && s.tag !== \"component\" && v(\"The .native modifier for v-on is only valid on components but it was used on <\".concat(t, \">.\"), e), i = new J(U.parsePlatformTagName(t), s, n, void 0, void 0, e)) : (!s || !s.pre) && f(o = ms(e.$options, \"components\", t)) ? i = ya(o, s, e, n, t) : i = new J(t, s, n, void 0, void 0, e);\n } else\n i = ya(t, s, e, n);\n return b(i) ? i : f(i) ? (f(r) && Qi(i, r), f(s) && uu(s), i) : He();\n}\nfunction Qi(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 i = e.children[n];\n f(i.tag) && (L(i.ns) || R(s) && i.tag !== \"svg\") && Qi(i, t, s);\n }\n}\nfunction uu(e) {\n W(e.style) && ls(e.style), W(e.class) && ls(e.class);\n}\nfunction Pe(e, t, s) {\n mt();\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 i = 0; i < a.length; i++)\n try {\n var r = a[i].call(n, e, t, s) === !1;\n if (r)\n return;\n } catch (o) {\n fa(o, n, \"errorCaptured hook\");\n }\n }\n fa(e, t, s);\n } finally {\n ct();\n }\n}\nfunction Ue(e, t, s, n, a) {\n var i;\n try {\n i = s ? e.apply(t, s) : e.call(t), i && !i._isVue && Ws(i) && !i._handled && (i.catch(function(r) {\n return Pe(r, n, a + \" (Promise/async)\");\n }), i._handled = !0);\n } catch (r) {\n Pe(r, n, a);\n }\n return i;\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\" && v(\"Error in \".concat(s, ': \"').concat(e.toString(), '\"'), t), Y && typeof console < \"u\")\n console.error(e);\n else\n throw e;\n}\nvar Xs = !1, Qs = [], en = !1;\nfunction Rt() {\n en = !1;\n var e = Qs.slice(0);\n Qs.length = 0;\n for (var t = 0; t < e.length; t++)\n e[t]();\n}\nvar Tt;\nif (typeof Promise < \"u\" && Me(Promise)) {\n var mu = Promise.resolve();\n Tt = function() {\n mu.then(Rt), Sl && setTimeout(z);\n }, Xs = !0;\n} else if (!lt && typeof MutationObserver < \"u\" && (Me(MutationObserver) || // PhantomJS and iOS 7.x\nMutationObserver.toString() === \"[object MutationObserverConstructor]\")) {\n var It = 1, cu = new MutationObserver(Rt), pa = document.createTextNode(String(It));\n cu.observe(pa, {\n characterData: !0\n }), Tt = function() {\n It = (It + 1) % 2, pa.data = String(It);\n }, Xs = !0;\n} else\n typeof setImmediate < \"u\" && Me(setImmediate) ? Tt = function() {\n setImmediate(Rt);\n } : Tt = function() {\n setTimeout(Rt, 0);\n };\nfunction Ln(e, t) {\n var s;\n if (Qs.push(function() {\n if (e)\n try {\n e.call(t);\n } catch (n) {\n Pe(n, t, \"nextTick\");\n }\n else\n s && s(t);\n }), en || (en = !0, Tt()), !e && typeof Promise < \"u\")\n return new Promise(function(n) {\n s = n;\n });\n}\nvar du = \"2.7.15\", ha = new _t();\nfunction ls(e) {\n return Zt(e, ha), ha.clear(), e;\n}\nfunction Zt(e, t) {\n var s, n, a = b(e);\n if (!(!a && !W(e) || e.__v_skip || Object.isFrozen(e) || e instanceof J)) {\n if (e.__ob__) {\n var i = e.__ob__.dep.id;\n if (t.has(i))\n return;\n t.add(i);\n }\n if (a)\n for (s = e.length; s--; )\n Zt(e[s], t);\n else if (de(e))\n Zt(e.value, t);\n else\n for (n = Object.keys(e), s = n.length; s--; )\n Zt(e[n[s]], t);\n }\n}\nvar fu = 0, bn = (\n /** @class */\n function() {\n function e(t, s, n, a, i) {\n Bl(\n this,\n // if the active effect scope is manually created (not a component scope),\n // prioritize it\n K && !K._vm ? K : t ? t._scope : void 0\n ), (this.vm = t) && i && (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 = ++fu, this.active = !0, this.post = !1, this.dirty = this.lazy, this.deps = [], this.newDeps = [], this.depIds = new _t(), this.newDepIds = new _t(), 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\" && v('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 mt(this);\n var t, s = this.vm;\n try {\n t = this.getter.call(s, s);\n } catch (n) {\n if (this.user)\n Pe(n, s, 'getter for watcher \"'.concat(this.expression, '\"'));\n else\n throw n;\n } finally {\n this.deep && ls(t), ct(), 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() : Fu(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 W(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 Ue(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 && Oe(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, us;\nif (process.env.NODE_ENV !== \"production\") {\n var he = Y && 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 }, us = function(e, t, s) {\n he.measure(e, t, s), he.clearMarks(t), he.clearMarks(s);\n });\n}\nfunction gu(e) {\n e._events = /* @__PURE__ */ Object.create(null), e._hasHookEvent = !1;\n var t = e.$options._parentListeners;\n t && er(e, t);\n}\nvar Lt;\nfunction pu(e, t) {\n Lt.$on(e, t);\n}\nfunction hu(e, t) {\n Lt.$off(e, t);\n}\nfunction Tu(e, t) {\n var s = Lt;\n return function n() {\n var a = t.apply(null, arguments);\n a !== null && s.$off(e, n);\n };\n}\nfunction er(e, t, s) {\n Lt = e, Wi(t, s || {}, pu, hu, Tu, e), Lt = void 0;\n}\nfunction wu(e) {\n var t = /^hook:/;\n e.prototype.$on = function(s, n) {\n var a = this;\n if (b(s))\n for (var i = 0, r = s.length; i < r; i++)\n a.$on(s[i], 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 i() {\n a.$off(s, i), n.apply(a, arguments);\n }\n return i.fn = n, a.$on(s, i), 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 i = 0, r = s.length; i < r; i++)\n a.$off(s[i], 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] && Nn('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 i = n._events[s];\n if (i) {\n i = i.length > 1 ? qs(i) : i;\n for (var r = qs(arguments, 1), o = 'event handler for \"'.concat(s, '\"'), l = 0, m = i.length; l < m; l++)\n Ue(i[l], n, r, n, o);\n }\n return n;\n };\n}\nvar Ve = null, bt = !1;\nfunction tr(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 xu(e) {\n e.prototype._update = function(t, s) {\n var n = this, a = n.$el, i = n._vnode, r = tr(n);\n n._vnode = t, i ? n.$el = n.__patch__(i, t) : n.$el = n.__patch__(\n n.$el,\n t,\n s,\n !1\n /* removeOnly */\n ), r(), 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 && Oe(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 yu(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 ? v(\"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) : v(\"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), us(\"vue \".concat(o, \" render\"), m, u), me(m), e._update(g, s), me(u), us(\"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 bn(\n e,\n n,\n z,\n a,\n !0\n /* isRenderWatcher */\n ), s = !1;\n var i = e._preWatchers;\n if (i)\n for (var r = 0; r < i.length; r++)\n i[r].run();\n return e.$vnode == null && (e._isMounted = !0, Z(e, \"mounted\")), e;\n}\nfunction _u(e, t, s, n, a) {\n process.env.NODE_ENV !== \"production\" && (bt = !0);\n var i = n.data.scopedSlots, r = e.$scopedSlots, o = !!(i && !i.$stable || r !== q && !r.$stable || i && e.$scopedSlots.$key !== i.$key || !i && 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 || q;\n e._attrsProxy && rs(e._attrsProxy, u, m.data && m.data.attrs || q, e, \"$attrs\") && (l = !0), e.$attrs = u, s = s || q;\n var g = e.$options._parentListeners;\n if (e._listenersProxy && rs(e._listenersProxy, s, g || q, e, \"$listeners\"), e.$listeners = e.$options._parentListeners = s, er(e, s, g), t && e.$options.props) {\n Ne(!1);\n for (var w = e._props, y = e.$options._propKeys || [], T = 0; T < y.length; T++) {\n var _ = y[T], O = e.$options.props;\n w[_] = On(_, O, t, e);\n }\n Ne(!0), e.$options.propsData = t;\n }\n l && (e.$slots = Cn(a, n.context), e.$forceUpdate()), process.env.NODE_ENV !== \"production\" && (bt = !1);\n}\nfunction sr(e) {\n for (; e && (e = e.$parent); )\n if (e._inactive)\n return !0;\n return !1;\n}\nfunction kn(e, t) {\n if (t) {\n if (e._directInactive = !1, sr(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 kn(e.$children[s]);\n Z(e, \"activated\");\n }\n}\nfunction nr(e, t) {\n if (!(t && (e._directInactive = !0, sr(e))) && !e._inactive) {\n e._inactive = !0;\n for (var s = 0; s < e.$children.length; s++)\n nr(e.$children[s]);\n Z(e, \"deactivated\");\n }\n}\nfunction Z(e, t, s, n) {\n n === void 0 && (n = !0), mt();\n var a = at, i = jl();\n n && Ae(e);\n var r = e.$options[t], o = \"\".concat(t, \" hook\");\n if (r)\n for (var l = 0, m = r.length; l < m; l++)\n Ue(r[l], e, s || null, e, o);\n e._hasHookEvent && e.$emit(\"hook:\" + t), n && (Ae(a), i && i.on()), ct();\n}\nvar Cu = 100, we = [], Sn = [], kt = {}, Xt = {}, tn = !1, En = !1, st = 0;\nfunction Lu() {\n st = we.length = Sn.length = 0, kt = {}, process.env.NODE_ENV !== \"production\" && (Xt = {}), tn = En = !1;\n}\nvar ar = 0, sn = Date.now;\nif (Y && !lt) {\n var Ns = window.performance;\n Ns && typeof Ns.now == \"function\" && sn() > document.createEvent(\"Event\").timeStamp && (sn = function() {\n return Ns.now();\n });\n}\nvar bu = 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 ar = sn(), En = !0;\n var e, t;\n for (we.sort(bu), st = 0; st < we.length; st++)\n if (e = we[st], e.before && e.before(), t = e.id, kt[t] = null, e.run(), process.env.NODE_ENV !== \"production\" && kt[t] != null && (Xt[t] = (Xt[t] || 0) + 1, Xt[t] > Cu)) {\n v(\"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 = we.slice();\n Lu(), Eu(s), ku(n), Fl(), ns && U.devtools && ns.emit(\"flush\");\n}\nfunction ku(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 Eu(e) {\n for (var t = 0; t < e.length; t++)\n e[t]._inactive = !0, kn(\n e[t],\n !0\n /* true */\n );\n}\nfunction Fu(e) {\n var t = e.id;\n if (kt[t] == null && !(e === re.target && e.noRecurse)) {\n if (kt[t] = !0, !En)\n we.push(e);\n else {\n for (var s = we.length - 1; s > st && we[s].id > e.id; )\n s--;\n we.splice(s + 1, 0, e);\n }\n if (!tn) {\n if (tn = !0, process.env.NODE_ENV !== \"production\" && !U.async) {\n Ta();\n return;\n }\n Ln(Ta);\n }\n }\n}\nfunction Au(e) {\n var t = e.$options.provide;\n if (t) {\n var s = $(t) ? t.call(e) : t;\n if (!W(s))\n return;\n for (var n = Dl(e), a = Ut ? Reflect.ownKeys(s) : Object.keys(s), i = 0; i < a.length; i++) {\n var r = a[i];\n Object.defineProperty(n, r, Object.getOwnPropertyDescriptor(s, r));\n }\n }\n}\nfunction Nu(e) {\n var t = ir(e.$options.inject, e);\n t && (Ne(!1), Object.keys(t).forEach(function(s) {\n process.env.NODE_ENV !== \"production\" ? oe(e, s, t[s], function() {\n v(\"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 }), Ne(!0));\n}\nfunction ir(e, t) {\n if (e) {\n for (var s = /* @__PURE__ */ Object.create(null), n = Ut ? Reflect.ownKeys(e) : Object.keys(e), a = 0; a < n.length; a++) {\n var i = n[a];\n if (i !== \"__ob__\") {\n var r = e[i].from;\n if (r in t._provided)\n s[i] = t._provided[r];\n else if (\"default\" in e[i]) {\n var o = e[i].default;\n s[i] = $(o) ? o.call(t) : o;\n } else\n process.env.NODE_ENV !== \"production\" && v('Injection \"'.concat(i, '\" not found'), t);\n }\n }\n return s;\n }\n}\nfunction Fn(e, t, s, n, a) {\n var i = this, r = a.options, o;\n V(n, \"_uid\") ? (o = Object.create(n), o._original = n) : (o = n, n = n._original);\n var l = R(r._compiled), m = !l;\n this.data = e, this.props = t, this.children = s, this.parent = n, this.listeners = e.on || q, this.injections = ir(r.inject, n), this.slots = function() {\n return i.$slots || vt(n, e.scopedSlots, i.$slots = Cn(s, n)), i.$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 = r, this.$slots = this.slots(), this.$scopedSlots = vt(n, e.scopedSlots, this.$slots)), r._scopeId ? this._c = function(u, g, w, y) {\n var T = os(o, u, g, w, y, m);\n return T && !b(T) && (T.fnScopeId = r._scopeId, T.fnContext = n), T;\n } : this._c = function(u, g, w, y) {\n return os(o, u, g, w, y, m);\n };\n}\nJi(Fn.prototype);\nfunction Pu(e, t, s, n, a) {\n var i = e.options, r = {}, o = i.props;\n if (f(o))\n for (var l in o)\n r[l] = On(l, o, t || q);\n else\n f(s.attrs) && va(r, s.attrs), f(s.props) && va(r, s.props);\n var m = new Fn(s, r, a, n, e), u = i.render.call(null, m._c, m);\n if (u instanceof J)\n return wa(u, s, m.parent, i, m);\n if (b(u)) {\n for (var g = _n(u) || [], w = new Array(g.length), y = 0; y < g.length; y++)\n w[y] = wa(g[y], s, m.parent, i, m);\n return w;\n }\n}\nfunction wa(e, t, s, n, a) {\n var i = Ks(e);\n return i.fnContext = s, i.fnOptions = n, process.env.NODE_ENV !== \"production\" && ((i.devtoolsMeta = i.devtoolsMeta || {}).renderContext = a), t.slot && ((i.data || (i.data = {})).slot = t.slot), i;\n}\nfunction va(e, t) {\n for (var s in t)\n e[qe(s)] = t[s];\n}\nfunction rt(e) {\n return e.name || e.__name || e._componentTag;\n}\nvar An = {\n init: function(e, t) {\n if (e.componentInstance && !e.componentInstance._isDestroyed && e.data.keepAlive) {\n var s = e;\n An.prepatch(s, s);\n } else {\n var n = e.componentInstance = Uu(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 _u(\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) : kn(\n s,\n !0\n /* direct */\n ));\n },\n destroy: function(e) {\n var t = e.componentInstance;\n t._isDestroyed || (e.data.keepAlive ? nr(\n t,\n !0\n /* direct */\n ) : t.$destroy());\n }\n}, xa = Object.keys(An);\nfunction ya(e, t, s, n, a) {\n if (!L(e)) {\n var i = s.$options._base;\n if (W(e) && (e = i.extend(e)), typeof e != \"function\") {\n process.env.NODE_ENV !== \"production\" && v(\"Invalid Component definition: \".concat(String(e)), s);\n return;\n }\n var r;\n if (L(e.cid) && (r = e, e = ru(r, i), e === void 0))\n return iu(r, t, s, n, a);\n t = t || {}, jn(e), f(t.model) && ju(e.options, t);\n var o = $l(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 Ou(t);\n var u = rt(e.options) || a, g = new J(\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 r\n );\n return g;\n }\n}\nfunction Uu(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 Ou(e) {\n for (var t = e.hook || (e.hook = {}), s = 0; s < xa.length; s++) {\n var n = xa[s], a = t[n], i = An[n];\n a !== i && !(a && a._merged) && (t[n] = a ? Bu(i, a) : i);\n }\n}\nfunction Bu(e, t) {\n var s = function(n, a) {\n e(n, a), t(n, a);\n };\n return s._merged = !0, s;\n}\nfunction ju(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 = {}), i = a[n], r = t.model.callback;\n f(i) ? (b(i) ? i.indexOf(r) === -1 : i !== r) && (a[n] = [r].concat(i)) : a[n] = r;\n}\nvar v = z, Nn = z, Ps, ze;\nif (process.env.NODE_ENV !== \"production\") {\n var _a = typeof console < \"u\", Du = /(?:^|[-_])(\\w)/g, $u = function(e) {\n return e.replace(Du, function(t) {\n return t.toUpperCase();\n }).replace(/[-_]/g, \"\");\n };\n v = function(e, t) {\n t === void 0 && (t = at);\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 }, Nn = 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 i = a.match(/([^/\\\\]+)\\.vue$/);\n n = i && i[1];\n }\n return (n ? \"<\".concat($u(n), \">\") : \"\") + (a && t !== !1 ? \" at \".concat(a) : \"\");\n };\n var Ru = 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, i) {\n return \"\".concat(i === 0 ? \"---> \" : Ru(\" \", 5 + i * 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 || v('option \"'.concat(n, '\" can only be used during instance ') + \"creation with the `new` keyword.\"), rr(e, t);\n});\nfunction St(e, t, s) {\n if (s === void 0 && (s = !0), !t)\n return e;\n for (var n, a, i, r = Ut ? Reflect.ownKeys(t) : Object.keys(t), o = 0; o < r.length; o++)\n n = r[o], n !== \"__ob__\" && (a = e[n], i = t[n], !s || !V(e, n) ? xn(e, n, i) : a !== i && G(a) && G(i) && St(a, i));\n return e;\n}\nfunction Ca(e, t, s) {\n return s ? function() {\n var a = $(t) ? t.call(s, s) : t, i = $(e) ? e.call(s, s) : e;\n return a ? St(a, i) : i;\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\" && v('The \"data\" option should be a function that returns a per-instance value in component definitions.', s), e) : Ca(e, t);\n};\nfunction Iu(e, t) {\n var s = t ? e ? e.concat(t) : b(t) ? t : [t] : e;\n return s && zu(s);\n}\nfunction zu(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}\nji.forEach(function(e) {\n te[e] = Iu;\n});\nfunction Mu(e, t, s, n) {\n var a = Object.create(e || null);\n return t ? (process.env.NODE_ENV !== \"production\" && Un(n, t, s), j(a, t)) : a;\n}\n_s.forEach(function(e) {\n te[e + \"s\"] = Mu;\n});\nte.watch = function(e, t, s, n) {\n if (e === Gs && (e = void 0), t === Gs && (t = void 0), !t)\n return Object.create(e || null);\n if (process.env.NODE_ENV !== \"production\" && Un(n, t, s), !e)\n return t;\n var a = {};\n j(a, e);\n for (var i in t) {\n var r = a[i], o = t[i];\n r && !b(r) && (r = [r]), a[i] = r ? r.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\" && Un(n, t, s), !e)\n return t;\n var a = /* @__PURE__ */ Object.create(null);\n return j(a, e), t && j(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 rr = function(e, t) {\n return t === void 0 ? e : t;\n};\nfunction Hu(e) {\n for (var t in e.components)\n Pn(t);\n}\nfunction Pn(e) {\n new RegExp(\"^[a-zA-Z][\\\\-\\\\.0-9_\".concat(Di.source, \"]*$\")).test(e) || v('Invalid component name: \"' + e + '\". Component names should conform to valid custom element name in html5 specification.'), (Tl(e) || U.isReservedTag(e)) && v(\"Do not use built-in or reserved HTML elements as component id: \" + e);\n}\nfunction Vu(e, t) {\n var s = e.props;\n if (s) {\n var n = {}, a, i, r;\n if (b(s))\n for (a = s.length; a--; )\n i = s[a], typeof i == \"string\" ? (r = qe(i), n[r] = { type: null }) : process.env.NODE_ENV !== \"production\" && v(\"props must be strings when using array syntax.\");\n else if (G(s))\n for (var o in s)\n i = s[o], r = qe(o), n[r] = G(i) ? i : { type: i };\n else\n process.env.NODE_ENV !== \"production\" && v('Invalid value for option \"props\": expected an Array or an Object, ' + \"but got \".concat(Nt(s), \".\"), t);\n e.props = n;\n }\n}\nfunction Wu(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 i in s) {\n var r = s[i];\n n[i] = G(r) ? j({ from: i }, r) : { from: r };\n }\n else\n process.env.NODE_ENV !== \"production\" && v('Invalid value for option \"inject\": expected an Array or an Object, ' + \"but got \".concat(Nt(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 Un(e, t, s) {\n G(t) || v('Invalid value for option \"'.concat(e, '\": expected an Object, ') + \"but got \".concat(Nt(t), \".\"), s);\n}\nfunction Ke(e, t, s) {\n if (process.env.NODE_ENV !== \"production\" && Hu(t), $(t) && (t = t.options), Vu(t, s), Wu(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 i = {}, r;\n for (r in e)\n o(r);\n for (r in t)\n V(e, r) || o(r);\n function o(l) {\n var m = te[l] || rr;\n i[l] = m(e[l], t[l], s, l);\n }\n return i;\n}\nfunction ms(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 i = qe(s);\n if (V(a, i))\n return a[i];\n var r = Ni(i);\n if (V(a, r))\n return a[r];\n var o = a[s] || a[i] || a[r];\n return process.env.NODE_ENV !== \"production\" && n && !o && v(\"Failed to resolve \" + t.slice(0, -1) + \": \" + s), o;\n }\n}\nfunction On(e, t, s, n) {\n var a = t[e], i = !V(s, e), r = s[e], o = ba(Boolean, a.type);\n if (o > -1) {\n if (i && !V(a, \"default\"))\n r = !1;\n else if (r === \"\" || r === Ye(e)) {\n var l = ba(String, a.type);\n (l < 0 || o < l) && (r = !0);\n }\n }\n if (r === void 0) {\n r = Gu(n, a, e);\n var m = vn;\n Ne(!0), ye(r), Ne(m);\n }\n return process.env.NODE_ENV !== \"production\" && Ku(a, e, r, n, i), r;\n}\nfunction Gu(e, t, s) {\n if (V(t, \"default\")) {\n var n = t.default;\n return process.env.NODE_ENV !== \"production\" && W(n) && v('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) && cs(t.type) !== \"Function\" ? n.call(e) : n;\n }\n}\nfunction Ku(e, t, s, n, a) {\n if (e.required && a) {\n v('Missing required prop: \"' + t + '\"', n);\n return;\n }\n if (!(s == null && !e.required)) {\n var i = e.type, r = !i || i === !0, o = [];\n if (i) {\n b(i) || (i = [i]);\n for (var l = 0; l < i.length && !r; l++) {\n var m = Yu(s, i[l], n);\n o.push(m.expectedType || \"\"), r = m.valid;\n }\n }\n var u = o.some(function(w) {\n return w;\n });\n if (!r && u) {\n v(Xu(t, s, o), n);\n return;\n }\n var g = e.validator;\n g && (g(s) || v('Invalid prop: custom validator check failed for prop \"' + t + '\".', n));\n }\n}\nvar Ju = /^(String|Number|Boolean|Function|Symbol|BigInt)$/;\nfunction Yu(e, t, s) {\n var n, a = cs(t);\n if (Ju.test(a)) {\n var i = typeof e;\n n = i === a.toLowerCase(), !n && i === \"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 v('Invalid prop type: \"' + String(t) + '\" is not a constructor', s), n = !1;\n }\n return {\n valid: n,\n expectedType: a\n };\n}\nvar Zu = /^\\s*function (\\w+)/;\nfunction cs(e) {\n var t = e && e.toString().match(Zu);\n return t ? t[1] : \"\";\n}\nfunction La(e, t) {\n return cs(e) === cs(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 Xu(e, t, s) {\n var n = 'Invalid prop: type check failed for prop \"'.concat(e, '\".') + \" Expected \".concat(s.map(Ni).join(\", \")), a = s[0], i = Nt(t);\n return s.length === 1 && Us(a) && Us(typeof t) && !em(a, i) && (n += \" with value \".concat(ka(t, a))), n += \", got \".concat(i, \" \"), Us(i) && (n += \"with value \".concat(ka(t, i), \".\")), n;\n}\nfunction ka(e, t) {\n return t === \"String\" ? '\"'.concat(e, '\"') : t === \"Number\" ? \"\".concat(Number(e)) : \"\".concat(e);\n}\nvar Qu = [\"string\", \"number\", \"boolean\"];\nfunction Us(e) {\n return Qu.some(function(t) {\n return e.toLowerCase() === t;\n });\n}\nfunction em() {\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 or;\nif (process.env.NODE_ENV !== \"production\") {\n var tm = 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 ), Sa = function(e, t) {\n v('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 }, Ea = function(e, t) {\n v('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 sm = X(\"stop,prevent,self,ctrl,shift,alt,meta,exact\");\n U.keyCodes = new Proxy(U.keyCodes, {\n set: function(e, t, s) {\n return sm(t) ? (v(\"Avoid overwriting built-in modifier in config.keyCodes: .\".concat(t)), !1) : (e[t] = s, !0);\n }\n });\n }\n var nm = {\n has: function(e, t) {\n var s = t in e, n = tm(t) || typeof t == \"string\" && t.charAt(0) === \"_\" && !(t in e.$data);\n return !s && !n && (t in e.$data ? Ea(e, t) : Sa(e, t)), s || !n;\n }\n }, am = {\n get: function(e, t) {\n return typeof t == \"string\" && !(t in e) && (t in e.$data ? Ea(e, t) : Sa(e, t)), e[t];\n }\n };\n or = function(t) {\n if (Fa) {\n var s = t.$options, n = s.render && s.render._withStripped ? am : nm;\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 Bn(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 im(e) {\n var t = e.$options;\n if (t.props && rm(e, t.props), Ql(e), t.methods && cm(e, t.methods), t.data)\n om(e);\n else {\n var s = ye(e._data = {});\n s && s.vmCount++;\n }\n t.computed && mm(e, t.computed), t.watch && t.watch !== Gs && dm(e, t.watch);\n}\nfunction rm(e, t) {\n var s = e.$options.propsData || {}, n = e._props = Vi({}), a = e.$options._propKeys = [], i = !e.$parent;\n i || Ne(!1);\n var r = function(l) {\n a.push(l);\n var m = On(l, t, s, e);\n if (process.env.NODE_ENV !== \"production\") {\n var u = Ye(l);\n (Ai(u) || U.isReservedAttr(u)) && v('\"'.concat(u, '\" is a reserved attribute and cannot be used as component prop.'), e), oe(n, l, m, function() {\n !i && !bt && v(\"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 || Bn(e, \"_props\", l);\n };\n for (var o in t)\n r(o);\n Ne(!0);\n}\nfunction om(e) {\n var t = e.$options.data;\n t = e._data = $(t) ? lm(t, e) : t || {}, G(t) || (t = {}, process.env.NODE_ENV !== \"production\" && v(`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, i = s.length; i--; ) {\n var r = s[i];\n process.env.NODE_ENV !== \"production\" && a && V(a, r) && v('Method \"'.concat(r, '\" has already been defined as a data property.'), e), n && V(n, r) ? process.env.NODE_ENV !== \"production\" && v('The data property \"'.concat(r, '\" is already declared as a prop. ') + \"Use prop default value instead.\", e) : wn(r) || Bn(e, \"_data\", r);\n }\n var o = ye(t);\n o && o.vmCount++;\n}\nfunction lm(e, t) {\n mt();\n try {\n return e.call(t, t);\n } catch (s) {\n return Pe(s, t, \"data()\"), {};\n } finally {\n ct();\n }\n}\nvar um = { lazy: !0 };\nfunction mm(e, t) {\n var s = e._computedWatchers = /* @__PURE__ */ Object.create(null), n = Pt();\n for (var a in t) {\n var i = t[a], r = $(i) ? i : i.get;\n process.env.NODE_ENV !== \"production\" && r == null && v('Getter is missing for computed property \"'.concat(a, '\".'), e), n || (s[a] = new bn(e, r || z, z, um)), a in e ? process.env.NODE_ENV !== \"production\" && (a in e.$data ? v('The computed property \"'.concat(a, '\" is already defined in data.'), e) : e.$options.props && a in e.$options.props ? v('The computed property \"'.concat(a, '\" is already defined as a prop.'), e) : e.$options.methods && a in e.$options.methods && v('The computed property \"'.concat(a, '\" is already defined as a method.'), e)) : lr(e, a, i);\n }\n}\nfunction lr(e, t, s) {\n var n = !Pt();\n $(s) ? (le.get = n ? Aa(t) : Na(s), le.set = z) : (le.get = s.get ? n && s.cache !== !1 ? Aa(t) : Na(s.get) : z, le.set = s.set || z), process.env.NODE_ENV !== \"production\" && le.set === z && (le.set = function() {\n v('Computed property \"'.concat(t, '\" was assigned to but it has no setter.'), this);\n }), Object.defineProperty(e, t, le);\n}\nfunction Aa(e) {\n return function() {\n var s = this._computedWatchers && this._computedWatchers[e];\n if (s)\n return s.dirty && s.evaluate(), re.target && (process.env.NODE_ENV !== \"production\" && re.target.onTrack && re.target.onTrack({\n effect: re.target,\n target: this,\n type: \"get\",\n key: e\n }), s.depend()), s.value;\n };\n}\nfunction Na(e) {\n return function() {\n return e.call(this, this);\n };\n}\nfunction cm(e, t) {\n var s = e.$options.props;\n for (var n in t)\n process.env.NODE_ENV !== \"production\" && (typeof t[n] != \"function\" && v('Method \"'.concat(n, '\" has type \"').concat(typeof t[n], '\" in the component definition. ') + \"Did you reference the function correctly?\", e), s && V(s, n) && v('Method \"'.concat(n, '\" has already been defined as a prop.'), e), n in e && wn(n) && v('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 : Pi(t[n], e);\n}\nfunction dm(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 nn(e, s, n[a]);\n else\n nn(e, s, n);\n }\n}\nfunction nn(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 fm(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 v(\"Avoid replacing instance root $data. Use nested data properties instead.\", this);\n }, s.set = function() {\n v(\"$props is readonly.\", this);\n }), Object.defineProperty(e.prototype, \"$data\", t), Object.defineProperty(e.prototype, \"$props\", s), e.prototype.$set = xn, e.prototype.$delete = Mi, e.prototype.$watch = function(n, a, i) {\n var r = this;\n if (G(a))\n return nn(r, n, a, i);\n i = i || {}, i.user = !0;\n var o = new bn(r, n, a, i);\n if (i.immediate) {\n var l = 'callback for immediate watcher \"'.concat(o.expression, '\"');\n mt(), Ue(a, r, [o.value], r, l), ct();\n }\n return function() {\n o.teardown();\n };\n };\n}\nvar gm = 0;\nfunction pm(e) {\n e.prototype._init = function(t) {\n var s = this;\n s._uid = gm++;\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 ? hm(s, t) : s.$options = Ke(jn(s.constructor), t || {}, s), process.env.NODE_ENV !== \"production\" ? or(s) : s._renderProxy = s, s._self = s, vu(s), gu(s), nu(s), Z(\n s,\n \"beforeCreate\",\n void 0,\n !1\n /* setContext */\n ), Nu(s), im(s), Au(s), Z(s, \"created\"), process.env.NODE_ENV !== \"production\" && U.performance && me && (s._name = ze(s, !1), me(a), us(\"vue \".concat(s._name, \" init\"), n, a)), s.$options.el && s.$mount(s.$options.el);\n };\n}\nfunction hm(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 jn(e) {\n var t = e.options;\n if (e.super) {\n var s = jn(e.super), n = e.superOptions;\n if (s !== n) {\n e.superOptions = s;\n var a = Tm(e);\n a && j(e.extendOptions, a), t = e.options = Ke(s, e.extendOptions), t.name && (t.components[t.name] = e);\n }\n }\n return t;\n}\nfunction Tm(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) && v(\"Vue is a constructor and should be called with the `new` keyword\"), this._init(e);\n}\npm(I);\nfm(I);\nwu(I);\nxu(I);\nau(I);\nfunction wm(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 xm(e) {\n e.cid = 0;\n var t = 1;\n e.extend = function(s) {\n s = s || {};\n var n = this, a = n.cid, i = s._Ctor || (s._Ctor = {});\n if (i[a])\n return i[a];\n var r = rt(s) || rt(n.options);\n process.env.NODE_ENV !== \"production\" && r && Pn(r);\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 && ym(o), o.options.computed && _m(o), o.extend = n.extend, o.mixin = n.mixin, o.use = n.use, _s.forEach(function(l) {\n o[l] = n[l];\n }), r && (o.options.components[r] = o), o.superOptions = n.options, o.extendOptions = s, o.sealedOptions = j({}, o.options), i[a] = o, o;\n };\n}\nfunction ym(e) {\n var t = e.options.props;\n for (var s in t)\n Bn(e.prototype, \"_props\", s);\n}\nfunction _m(e) {\n var t = e.options.computed;\n for (var s in t)\n lr(e.prototype, s, t[s]);\n}\nfunction Cm(e) {\n _s.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 Pa(e) {\n return e && (rt(e.Ctor.options) || e.tag);\n}\nfunction zt(e, t) {\n return b(e) ? e.indexOf(t) > -1 : typeof e == \"string\" ? e.split(\",\").indexOf(t) > -1 : Ei(e) ? e.test(t) : !1;\n}\nfunction Ua(e, t) {\n var s = e.cache, n = e.keys, a = e._vnode;\n for (var i in s) {\n var r = s[i];\n if (r) {\n var o = r.name;\n o && !t(o) && an(s, i, n, a);\n }\n }\n}\nfunction an(e, t, s, n) {\n var a = e[t];\n a && (!n || a.tag !== n.tag) && a.componentInstance.$destroy(), e[t] = null, Oe(s, t);\n}\nvar Oa = [String, RegExp, Array], Lm = {\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 i = n.tag, r = n.componentInstance, o = n.componentOptions;\n t[a] = {\n name: Pa(o),\n tag: i,\n componentInstance: r\n }, s.push(a), this.max && s.length > parseInt(this.max) && an(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 an(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 zt(t, s);\n });\n }), this.$watch(\"exclude\", function(t) {\n Ua(e, function(s) {\n return !zt(t, s);\n });\n });\n },\n updated: function() {\n this.cacheVNode();\n },\n render: function() {\n var e = this.$slots.default, t = Zi(e), s = t && t.componentOptions;\n if (s) {\n var n = Pa(s), a = this, i = a.include, r = a.exclude;\n if (\n // not included\n i && (!n || !zt(i, n)) || // excluded\n r && n && zt(r, 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, Oe(m, u), m.push(u)) : (this.vnodeToCache = t, this.keyToCache = u), t.data.keepAlive = !0;\n }\n return t || e && e[0];\n }\n}, bm = {\n KeepAlive: Lm\n};\nfunction km(e) {\n var t = {};\n t.get = function() {\n return U;\n }, process.env.NODE_ENV !== \"production\" && (t.set = function() {\n v(\"Do not replace the Vue.config object, set individual fields instead.\");\n }), Object.defineProperty(e, \"config\", t), e.util = {\n warn: v,\n extend: j,\n mergeOptions: Ke,\n defineReactive: oe\n }, e.set = xn, e.delete = Mi, e.nextTick = Ln, e.observable = function(s) {\n return ye(s), s;\n }, e.options = /* @__PURE__ */ Object.create(null), _s.forEach(function(s) {\n e.options[s + \"s\"] = /* @__PURE__ */ Object.create(null);\n }), e.options._base = e, j(e.options.components, bm), wm(e), vm(e), xm(e), Cm(e);\n}\nkm(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: Fn\n});\nI.version = du;\nvar Sm = X(\"style,class\"), Em = X(\"input,textarea,option,select,progress\"), Fm = function(e, t, s) {\n return s === \"value\" && Em(e) && t !== \"button\" || s === \"selected\" && e === \"option\" || s === \"checked\" && e === \"input\" || s === \"muted\" && e === \"video\";\n}, ur = X(\"contenteditable,draggable,spellcheck\"), Am = X(\"events,caret,typing,plaintext-only\"), Nm = function(e, t) {\n return ds(t) || t === \"false\" ? \"false\" : (\n // allow arbitrary string value for contenteditable\n e === \"contenteditable\" && Am(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\"), rn = \"http://www.w3.org/1999/xlink\", Dn = function(e) {\n return e.charAt(5) === \":\" && e.slice(0, 5) === \"xlink\";\n}, mr = function(e) {\n return Dn(e) ? e.slice(6, e.length) : \"\";\n}, ds = function(e) {\n return e == null || e === !1;\n};\nfunction Um(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 Om(t.staticClass, t.class);\n}\nfunction Ba(e, t) {\n return {\n staticClass: $n(e.staticClass, t.staticClass),\n class: f(e.class) ? [e.class, t.class] : t.class\n };\n}\nfunction Om(e, t) {\n return f(e) || f(t) ? $n(e, Rn(t)) : \"\";\n}\nfunction $n(e, t) {\n return e ? t ? e + \" \" + t : e : t || \"\";\n}\nfunction Rn(e) {\n return Array.isArray(e) ? Bm(e) : W(e) ? jm(e) : typeof e == \"string\" ? e : \"\";\n}\nfunction Bm(e) {\n for (var t = \"\", s, n = 0, a = e.length; n < a; n++)\n f(s = Rn(e[n])) && s !== \"\" && (t && (t += \" \"), t += s);\n return t;\n}\nfunction jm(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}, $m = 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\"), In = 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), cr = function(e) {\n return $m(e) || In(e);\n};\nfunction Rm(e) {\n if (In(e))\n return \"svg\";\n if (e === \"math\")\n return \"math\";\n}\nvar Mt = /* @__PURE__ */ Object.create(null);\nfunction Im(e) {\n if (!Y)\n return !0;\n if (cr(e))\n return !1;\n if (e = e.toLowerCase(), Mt[e] != null)\n return Mt[e];\n var t = document.createElement(e);\n return e.indexOf(\"-\") > -1 ? Mt[e] = t.constructor === window.HTMLUnknownElement || t.constructor === window.HTMLElement : Mt[e] = /HTMLUnknownElement/.test(t.toString());\n}\nvar on = X(\"text,number,password,search,email,tel,url\");\nfunction zm(e) {\n if (typeof e == \"string\") {\n var t = document.querySelector(e);\n return t || (process.env.NODE_ENV !== \"production\" && v(\"Cannot find element: \" + e), document.createElement(\"div\"));\n } else\n return e;\n}\nfunction Mm(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 Hm(e, t) {\n return document.createElementNS(Dm[e], t);\n}\nfunction Vm(e) {\n return document.createTextNode(e);\n}\nfunction Wm(e) {\n return document.createComment(e);\n}\nfunction qm(e, t, s) {\n e.insertBefore(t, s);\n}\nfunction Gm(e, t) {\n e.removeChild(t);\n}\nfunction Km(e, t) {\n e.appendChild(t);\n}\nfunction Jm(e) {\n return e.parentNode;\n}\nfunction Ym(e) {\n return e.nextSibling;\n}\nfunction Zm(e) {\n return e.tagName;\n}\nfunction Xm(e, t) {\n e.textContent = t;\n}\nfunction Qm(e, t) {\n e.setAttribute(t, \"\");\n}\nvar ec = /* @__PURE__ */ Object.freeze({\n __proto__: null,\n createElement: Mm,\n createElementNS: Hm,\n createTextNode: Vm,\n createComment: Wm,\n insertBefore: qm,\n removeChild: Gm,\n appendChild: Km,\n parentNode: Jm,\n nextSibling: Ym,\n tagName: Zm,\n setTextContent: Xm,\n setStyleScope: Qm\n}), tc = {\n create: function(e, t) {\n nt(t);\n },\n update: function(e, t) {\n e.data.ref !== t.data.ref && (nt(e, !0), nt(t));\n },\n destroy: function(e) {\n nt(e, !0);\n }\n};\nfunction nt(e, t) {\n var s = e.data.ref;\n if (f(s)) {\n var n = e.context, a = e.componentInstance || e.elm, i = t ? null : a, r = t ? void 0 : a;\n if ($(s)) {\n Ue(s, n, [i], 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) && Oe(g, a) : b(g) ? g.includes(a) || g.push(a) : l ? (u[s] = [a], ja(n, s, u[s])) : s.value = [a];\n } else if (l) {\n if (t && u[s] !== a)\n return;\n u[s] = r, ja(n, s, i);\n } else if (m) {\n if (t && s.value !== a)\n return;\n s.value = i;\n } else\n process.env.NODE_ENV !== \"production\" && v(\"Invalid template ref type: \".concat(typeof s));\n }\n}\nfunction ja(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 J(\"\", {}, []), pt = [\"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) && sc(e, t) || R(e.isAsyncPlaceholder) && L(t.asyncFactory.error));\n}\nfunction sc(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 || on(n) && on(a);\n}\nfunction nc(e, t, s) {\n var n, a, i = {};\n for (n = t; n <= s; ++n)\n a = e[n].key, f(a) && (i[a] = n);\n return i;\n}\nfunction ac(e) {\n var t, s, n = {}, a = e.modules, i = e.nodeOps;\n for (t = 0; t < pt.length; ++t)\n for (n[pt[t]] = [], s = 0; s < a.length; ++s)\n f(a[s][pt[t]]) && n[pt[t]].push(a[s][pt[t]]);\n function r(d) {\n return new J(i.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 = i.parentNode(d);\n f(c) && i.removeChild(c, d);\n }\n function m(d, c) {\n return !c && !d.ns && !(U.ignoredElements.length && U.ignoredElements.some(function(p) {\n return Ei(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, S) {\n if (f(d.elm) && f(F) && (d = F[S] = Ks(d)), d.isRootInsert = !C, !w(d, c, p, x)) {\n var k = d.data, P = d.children, A = d.tag;\n f(A) ? (process.env.NODE_ENV !== \"production\" && (k && k.pre && u++, m(d, u) && v(\"Unknown custom element: <\" + A + '> - did you register the component correctly? For recursive components, make sure to provide the \"name\" option.', d.context)), d.elm = d.ns ? i.createElementNS(d.ns, A) : i.createElement(A, d), Q(d), O(d, P, c), f(k) && B(d, c), _(p, d.elm, x), process.env.NODE_ENV !== \"production\" && k && k.pre && u--) : R(d.isComment) ? (d.elm = i.createComment(d.text), _(p, d.elm, x)) : (d.elm = i.createTextNode(d.text), _(p, d.elm, x));\n }\n }\n function w(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, D(d) ? (B(d, c), Q(d)) : (nt(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) ? i.parentNode(p) === d && i.insertBefore(d, c, p) : i.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) && i.appendChild(d.elm, i.createTextNode(String(d.text)));\n }\n function D(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 i.setStyleScope(d.elm, c);\n else\n for (var p = d; p; )\n f(c = p.context) && f(c = c.$options._scopeId) && i.setStyleScope(d.elm, c), p = p.parent;\n f(c = Ve) && c !== d.context && c !== d.fnContext && f(c = c.$options._scopeId) && i.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 Be(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 Be(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), Be(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 dt(d, c, p, x, C) {\n var F = 0, S = 0, k = c.length - 1, P = c[0], A = c[k], N = p.length - 1, H = p[0], ee = p[N], De, $e, Re, Qe, Ls = !C;\n for (process.env.NODE_ENV !== \"production\" && Ze(p); F <= k && S <= N; )\n L(P) ? P = c[++F] : L(A) ? A = c[--k] : Ie(P, H) ? (pe(P, H, x, p, S), P = c[++F], H = p[++S]) : Ie(A, ee) ? (pe(A, ee, x, p, N), A = c[--k], ee = p[--N]) : Ie(P, ee) ? (pe(P, ee, x, p, N), Ls && i.insertBefore(d, P.elm, i.nextSibling(A.elm)), P = c[++F], ee = p[--N]) : Ie(A, H) ? (pe(A, H, x, p, S), Ls && i.insertBefore(d, A.elm, P.elm), A = c[--k], H = p[++S]) : (L(De) && (De = nc(c, F, k)), $e = f(H.key) ? De[H.key] : Ot(H, c, F, k), L($e) ? g(H, x, d, P.elm, !1, p, S) : (Re = c[$e], Ie(Re, H) ? (pe(Re, H, x, p, S), c[$e] = void 0, Ls && i.insertBefore(d, Re.elm, P.elm)) : g(H, x, d, P.elm, !1, p, S)), H = p[++S]);\n F > k ? (Qe = L(p[N + 1]) ? null : p[N + 1].elm, Ce(d, Qe, p, S, N, x)) : S > N && ge(c, F, k);\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] ? v(\"Duplicate keys detected: '\".concat(C, \"'. This may cause an update error.\"), x.context) : c[C] = !0);\n }\n }\n function Ot(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] = Ks(c));\n var S = 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 k, P = c.data;\n f(P) && f(k = P.hook) && f(k = k.prepatch) && k(d, c);\n var A = d.children, N = c.children;\n if (f(P) && D(c)) {\n for (k = 0; k < n.update.length; ++k)\n n.update[k](d, c);\n f(k = P.hook) && f(k = k.update) && k(d, c);\n }\n L(c.text) ? f(A) && f(N) ? A !== N && dt(S, A, N, p, F) : f(N) ? (process.env.NODE_ENV !== \"production\" && Ze(N), f(d.text) && i.setTextContent(S, \"\"), Ce(S, null, N, 0, N.length - 1, p)) : f(A) ? ge(A, 0, A.length - 1) : f(d.text) && i.setTextContent(S, \"\") : d.text !== c.text && i.setTextContent(S, c.text), f(P) && f(k = P.hook) && f(k = k.postpatch) && k(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 je = !1, Bt = X(\"attrs,class,staticClass,staticStyle,key\");\n function be(d, c, p, x) {\n var C, F = c.tag, S = c.data, k = c.children;\n if (x = x || S && S.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(S) && (f(C = S.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(k))\n if (!d.hasChildNodes())\n O(c, k, p);\n else if (f(C = S) && f(C = C.domProps) && f(C = C.innerHTML)) {\n if (C !== d.innerHTML)\n return process.env.NODE_ENV !== \"production\" && typeof console < \"u\" && !je && (je = !0, console.warn(\"Parent: \", d), console.warn(\"server innerHTML: \", C), console.warn(\"client innerHTML: \", d.innerHTML)), !1;\n } else {\n for (var P = !0, A = d.firstChild, N = 0; N < k.length; N++) {\n if (!A || !be(A, k[N], p, x)) {\n P = !1;\n break;\n }\n A = A.nextSibling;\n }\n if (!P || A)\n return process.env.NODE_ENV !== \"production\" && typeof console < \"u\" && !je && (je = !0, console.warn(\"Parent: \", d), console.warn(\"Mismatching childNodes vs. VNodes: \", d.childNodes, k)), !1;\n }\n if (f(S)) {\n var H = !1;\n for (var ee in S)\n if (!Bt(ee)) {\n H = !0, B(c, p);\n break;\n }\n !H && S.class && ls(S.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) && Be(c);\n return;\n }\n var F = !1, S = [];\n if (L(c))\n F = !0, g(p, S);\n else {\n var k = f(c.nodeType);\n if (!k && Ie(c, p))\n pe(c, p, S, null, null, C);\n else {\n if (k) {\n if (c.nodeType === 1 && c.hasAttribute(aa) && (c.removeAttribute(aa), x = !0), R(x)) {\n if (be(c, p, S))\n return Le(p, S, !0), c;\n process.env.NODE_ENV !== \"production\" && v(\"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 = r(c);\n }\n var P = c.elm, A = i.parentNode(P);\n if (g(\n p,\n S,\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 P._leaveCb ? null : A,\n i.nextSibling(P)\n ), f(p.parent))\n for (var N = p.parent, H = D(p); N; ) {\n for (var ee = 0; ee < n.destroy.length; ++ee)\n n.destroy[ee](N);\n if (N.elm = p.elm, H) {\n for (var De = 0; De < n.create.length; ++De)\n n.create[De](Ee, N);\n var $e = N.data.hook.insert;\n if ($e.merged)\n for (var Re = $e.fns.slice(1), Qe = 0; Qe < Re.length; Qe++)\n Re[Qe]();\n } else\n nt(N);\n N = N.parent;\n }\n f(A) ? ge([c], 0, 0) : f(c.tag) && Be(c);\n }\n }\n return Le(p, S, F), p.elm;\n };\n}\nvar ic = {\n create: Os,\n update: Os,\n destroy: function(t) {\n Os(t, Ee);\n }\n};\nfunction Os(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 = Da(e.data.directives, e.context), i = Da(t.data.directives, t.context), r = [], o = [], l, m, u;\n for (l in i)\n m = a[l], u = i[l], m ? (u.oldValue = m.value, u.oldArg = m.arg, ht(u, \"update\", t, e), u.def && u.def.componentUpdated && o.push(u)) : (ht(u, \"bind\", t, e), u.def && u.def.inserted && r.push(u));\n if (r.length) {\n var g = function() {\n for (var w = 0; w < r.length; w++)\n ht(r[w], \"inserted\", t, e);\n };\n s ? Se(t, \"insert\", g) : g();\n }\n if (o.length && Se(t, \"postpatch\", function() {\n for (var w = 0; w < o.length; w++)\n ht(o[w], \"componentUpdated\", t, e);\n }), !s)\n for (l in a)\n i[l] || ht(a[l], \"unbind\", e, e, n);\n}\nvar oc = /* @__PURE__ */ Object.create(null);\nfunction Da(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 = oc), s[lc(a)] = a, t._setupState && t._setupState.__sfc) {\n var i = a.def || ms(t, \"_setupState\", \"v-\" + a.name);\n typeof i == \"function\" ? a.def = {\n bind: i,\n update: i\n } : a.def = i;\n }\n a.def = a.def || ms(t.$options, \"directives\", a.name, !0);\n }\n return s;\n}\nfunction lc(e) {\n return e.rawName || \"\".concat(e.name, \".\").concat(Object.keys(e.modifiers || {}).join(\".\"));\n}\nfunction ht(e, t, s, n, a) {\n var i = e.def && e.def[t];\n if (i)\n try {\n i(s.elm, e, s, n, a);\n } catch (r) {\n Pe(r, s.context, \"directive \".concat(e.name, \" \").concat(t, \" hook\"));\n }\n}\nvar uc = [tc, ic];\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, i, r = t.elm, o = e.data.attrs || {}, l = t.data.attrs || {};\n (f(l.__ob__) || R(l._v_attr_proxy)) && (l = t.data.attrs = j({}, l));\n for (n in l)\n a = l[n], i = o[n], i !== a && Ra(r, n, a, t.data.pre);\n (lt || $i) && l.value !== o.value && Ra(r, \"value\", l.value);\n for (n in o)\n L(l[n]) && (Dn(n) ? r.removeAttributeNS(rn, mr(n)) : ur(n) || r.removeAttribute(n));\n }\n}\nfunction Ra(e, t, s, n) {\n n || e.tagName.indexOf(\"-\") > -1 ? Ia(e, t, s) : Pm(t) ? ds(s) ? e.removeAttribute(t) : (s = t === \"allowfullscreen\" && e.tagName === \"EMBED\" ? \"true\" : t, e.setAttribute(t, s)) : ur(t) ? e.setAttribute(t, Nm(t, s)) : Dn(t) ? ds(s) ? e.removeAttributeNS(rn, mr(t)) : e.setAttributeNS(rn, t, s) : Ia(e, t, s);\n}\nfunction Ia(e, t, s) {\n if (ds(s))\n e.removeAttribute(t);\n else {\n if (lt && !ut && 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 mc = {\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 i = Um(t), r = s._transitionClasses;\n f(r) && (i = $n(i, Rn(r))), i !== s._prevClass && (s.setAttribute(\"class\", i), s._prevClass = i);\n }\n}\nvar cc = {\n create: za,\n update: za\n}, Bs = \"__r\", js = \"__c\";\nfunction dc(e) {\n if (f(e[Bs])) {\n var t = lt ? \"change\" : \"input\";\n e[t] = [].concat(e[Bs], e[t] || []), delete e[Bs];\n }\n f(e[js]) && (e.change = [].concat(e[js], e.change || []), delete e[js]);\n}\nvar Et;\nfunction fc(e, t, s) {\n var n = Et;\n return function a() {\n var i = t.apply(null, arguments);\n i !== null && dr(e, a, s, n);\n };\n}\nvar gc = Xs && !(ia && Number(ia[1]) <= 53);\nfunction pc(e, t, s, n) {\n if (gc) {\n var a = ar, i = t;\n t = i._wrapper = function(r) {\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 r.target === r.currentTarget || // event is fired after handler attachment\n r.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 r.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 r.target.ownerDocument !== document\n )\n return i.apply(this, arguments);\n };\n }\n Et.addEventListener(e, t, Ri ? { capture: s, passive: n } : s);\n}\nfunction dr(e, t, s, n) {\n (n || Et).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 Et = t.elm || e.elm, dc(s), Wi(s, n, pc, dr, fc, t.context), Et = void 0;\n }\n}\nvar hc = {\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}, Ht;\nfunction Ma(e, t) {\n if (!(L(e.data.domProps) && L(t.data.domProps))) {\n var s, n, a = t.elm, i = e.data.domProps || {}, r = t.data.domProps || {};\n (f(r.__ob__) || R(r._v_attr_proxy)) && (r = t.data.domProps = j({}, r));\n for (s in i)\n s in r || (a[s] = \"\");\n for (s in r) {\n if (n = r[s], s === \"textContent\" || s === \"innerHTML\") {\n if (t.children && (t.children.length = 0), n === i[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 Tc(a, o) && (a.value = o);\n } else if (s === \"innerHTML\" && In(a.tagName) && L(a.innerHTML)) {\n Ht = Ht || document.createElement(\"div\"), Ht.innerHTML = \"\".concat(n, \"\");\n for (var l = Ht.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 !== i[s]\n )\n try {\n a[s] = n;\n } catch {\n }\n }\n }\n}\nfunction Tc(e, t) {\n return (\n //@ts-expect-error\n !e.composing && (e.tagName === \"OPTION\" || wc(e, t) || vc(e, t))\n );\n}\nfunction wc(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 yt(s) !== yt(t);\n if (n.trim)\n return s.trim() !== t.trim();\n }\n return s !== t;\n}\nvar xc = {\n create: Ma,\n update: Ma\n}, yc = Je(function(e) {\n var t = {}, s = /;(?![^(]*\\))/g, n = /:(.+)/;\n return e.split(s).forEach(function(a) {\n if (a) {\n var i = a.split(n);\n i.length > 1 && (t[i[0].trim()] = i[1].trim());\n }\n }), t;\n});\nfunction $s(e) {\n var t = fr(e.style);\n return e.staticStyle ? j(e.staticStyle, t) : t;\n}\nfunction fr(e) {\n return Array.isArray(e) ? Ui(e) : typeof e == \"string\" ? yc(e) : e;\n}\nfunction _c(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 = $s(a.data)) && j(s, n);\n (n = $s(e.data)) && j(s, n);\n for (var i = e; i = i.parent; )\n i.data && (n = $s(i.data)) && j(s, n);\n return s;\n}\nvar Cc = /^--/, Ha = /\\s*!important$/, Va = function(e, t, s) {\n if (Cc.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 = Lc(t);\n if (Array.isArray(s))\n for (var a = 0, i = s.length; a < i; a++)\n e.style[n] = s[a];\n else\n e.style[n] = s;\n }\n}, Wa = [\"Webkit\", \"Moz\", \"ms\"], Vt, Lc = Je(function(e) {\n if (Vt = Vt || document.createElement(\"div\").style, e = qe(e), e !== \"filter\" && e in Vt)\n return e;\n for (var t = e.charAt(0).toUpperCase() + e.slice(1), s = 0; s < Wa.length; s++) {\n var n = Wa[s] + t;\n if (n in Vt)\n return n;\n }\n});\nfunction qa(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, i, r = t.elm, o = n.staticStyle, l = n.normalizedStyle || n.style || {}, m = o || l, u = fr(t.data.style) || {};\n t.data.normalizedStyle = f(u.__ob__) ? j({}, u) : u;\n var g = _c(t, !0);\n for (i in m)\n L(g[i]) && Va(r, i, \"\");\n for (i in g)\n a = g[i], a !== m[i] && Va(r, i, a ?? \"\");\n }\n}\nvar bc = {\n create: qa,\n update: qa\n}, gr = /\\s+/;\nfunction pr(e, t) {\n if (!(!t || !(t = t.trim())))\n if (e.classList)\n t.indexOf(\" \") > -1 ? t.split(gr).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 hr(e, t) {\n if (!(!t || !(t = t.trim())))\n if (e.classList)\n t.indexOf(\" \") > -1 ? t.split(gr).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 Tr(e) {\n if (e) {\n if (typeof e == \"object\") {\n var t = {};\n return e.css !== !1 && j(t, Ga(e.name || \"v\")), j(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}), wr = Y && !ut, et = \"transition\", Rs = \"animation\", Qt = \"transition\", fs = \"transitionend\", ln = \"animation\", vr = \"animationend\";\nwr && (window.ontransitionend === void 0 && window.onwebkittransitionend !== void 0 && (Qt = \"WebkitTransition\", fs = \"webkitTransitionEnd\"), window.onanimationend === void 0 && window.onwebkitanimationend !== void 0 && (ln = \"WebkitAnimation\", vr = \"webkitAnimationEnd\"));\nvar Ka = Y ? window.requestAnimationFrame ? window.requestAnimationFrame.bind(window) : setTimeout : (\n /* istanbul ignore next */\n function(e) {\n return e();\n }\n);\nfunction xr(e) {\n Ka(function() {\n Ka(e);\n });\n}\nfunction We(e, t) {\n var s = e._transitionClasses || (e._transitionClasses = []);\n s.indexOf(t) < 0 && (s.push(t), pr(e, t));\n}\nfunction ve(e, t) {\n e._transitionClasses && Oe(e._transitionClasses, t), hr(e, t);\n}\nfunction yr(e, t, s) {\n var n = _r(e, t), a = n.type, i = n.timeout, r = n.propCount;\n if (!a)\n return s();\n var o = a === et ? fs : vr, l = 0, m = function() {\n e.removeEventListener(o, u), s();\n }, u = function(g) {\n g.target === e && ++l >= r && m();\n };\n setTimeout(function() {\n l < r && m();\n }, i + 1), e.addEventListener(o, u);\n}\nvar kc = /\\b(transform|all)(,|$)/;\nfunction _r(e, t) {\n var s = window.getComputedStyle(e), n = (s[Qt + \"Delay\"] || \"\").split(\", \"), a = (s[Qt + \"Duration\"] || \"\").split(\", \"), i = Ja(n, a), r = (s[ln + \"Delay\"] || \"\").split(\", \"), o = (s[ln + \"Duration\"] || \"\").split(\", \"), l = Ja(r, o), m, u = 0, g = 0;\n t === et ? i > 0 && (m = et, u = i, g = a.length) : t === Rs ? l > 0 && (m = Rs, u = l, g = o.length) : (u = Math.max(i, l), m = u > 0 ? i > l ? et : Rs : null, g = m ? m === et ? a.length : o.length : 0);\n var w = m === et && kc.test(s[Qt + \"Property\"]);\n return {\n type: m,\n timeout: u,\n propCount: g,\n hasTransform: w\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 un(e, t) {\n var s = e.elm;\n f(s._leaveCb) && (s._leaveCb.cancelled = !0, s._leaveCb());\n var n = Tr(e.data.transition);\n if (!L(n) && !(f(s._enterCb) || s.nodeType !== 1)) {\n for (var a = n.css, i = n.type, r = n.enterClass, o = n.enterToClass, l = n.enterActiveClass, m = n.appearClass, u = n.appearToClass, g = n.appearActiveClass, w = n.beforeEnter, y = n.enter, T = n.afterEnter, _ = n.enterCancelled, O = n.beforeAppear, D = n.appear, B = n.afterAppear, Q = n.appearCancelled, Ce = n.duration, Be = Ve, ge = Ve.$vnode; ge && ge.parent; )\n Be = ge.context, ge = ge.parent;\n var ae = !Be._isMounted || !e.isRootInsert;\n if (!(ae && !D && D !== \"\")) {\n var dt = ae && m ? m : r, Ze = ae && g ? g : l, Ot = ae && u ? u : o, pe = ae && O || w, Le = ae && $(D) ? D : y, je = ae && B || T, Bt = ae && Q || _, be = yt(W(Ce) ? Ce.enter : Ce);\n process.env.NODE_ENV !== \"production\" && be != null && Lr(be, \"enter\", e);\n var Xe = a !== !1 && !ut, d = zn(Le), c = s._enterCb = ss(function() {\n Xe && (ve(s, Ot), ve(s, Ze)), c.cancelled ? (Xe && ve(s, dt), Bt && Bt(s)) : je && je(s), s._enterCb = null;\n });\n e.data.show || Se(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 && (We(s, dt), We(s, Ze), xr(function() {\n ve(s, dt), c.cancelled || (We(s, Ot), d || (br(be) ? setTimeout(c, be) : yr(s, i, c)));\n })), e.data.show && (t && t(), Le && Le(s, c)), !Xe && !d && c();\n }\n }\n}\nfunction Cr(e, t) {\n var s = e.elm;\n f(s._enterCb) && (s._enterCb.cancelled = !0, s._enterCb());\n var n = Tr(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, i = n.type, r = n.leaveClass, o = n.leaveToClass, l = n.leaveActiveClass, m = n.beforeLeave, u = n.leave, g = n.afterLeave, w = n.leaveCancelled, y = n.delayLeave, T = n.duration, _ = a !== !1 && !ut, O = zn(u), D = yt(W(T) ? T.leave : T);\n process.env.NODE_ENV !== \"production\" && f(D) && Lr(D, \"leave\", e);\n var B = s._leaveCb = ss(function() {\n s.parentNode && s.parentNode._pending && (s.parentNode._pending[e.key] = null), _ && (ve(s, o), ve(s, l)), B.cancelled ? (_ && ve(s, r), w && w(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), _ && (We(s, r), We(s, l), xr(function() {\n ve(s, r), B.cancelled || (We(s, o), O || (br(D) ? setTimeout(B, D) : yr(s, i, B)));\n })), u && u(s, B), !_ && !O && B());\n }\n}\nfunction Lr(e, t, s) {\n typeof e != \"number\" ? v(\" explicit \".concat(t, \" duration is not a valid number - \") + \"got \".concat(JSON.stringify(e), \".\"), s.context) : isNaN(e) && v(\" explicit \".concat(t, \" duration is NaN - \") + \"the duration expression might be incorrect.\", s.context);\n}\nfunction br(e) {\n return typeof e == \"number\" && !isNaN(e);\n}\nfunction zn(e) {\n if (L(e))\n return !1;\n var t = e.fns;\n return f(t) ? zn(Array.isArray(t) ? t[0] : t) : (e._length || e.length) > 1;\n}\nfunction Za(e, t) {\n t.data.show !== !0 && un(t);\n}\nvar Sc = Y ? {\n create: Za,\n activate: Za,\n remove: function(e, t) {\n e.data.show !== !0 ? Cr(e, t) : t();\n }\n} : {}, Ec = [mc, cc, hc, xc, bc, Sc], Fc = Ec.concat(uc), Ac = ac({ nodeOps: ec, modules: Fc });\nut && document.addEventListener(\"selectionchange\", function() {\n var e = document.activeElement;\n e && e.vmodel && Mn(e, \"input\");\n});\nvar kr = {\n inserted: function(e, t, s, n) {\n s.tag === \"select\" ? (n.elm && !n.elm._vOptions ? Se(s, \"postpatch\", function() {\n kr.componentUpdated(e, t, s);\n }) : Xa(e, t, s.context), e._vOptions = [].map.call(e.options, gs)) : (s.tag === \"textarea\" || on(e.type)) && (e._vModifiers = t.modifiers, t.modifiers.lazy || (e.addEventListener(\"compositionstart\", Nc), e.addEventListener(\"compositionend\", ti), e.addEventListener(\"change\", ti), ut && (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, gs);\n if (a.some(function(r, o) {\n return !Ge(r, n[o]);\n })) {\n var i = e.multiple ? t.value.some(function(r) {\n return ei(r, a);\n }) : t.value !== t.oldValue && ei(t.value, a);\n i && Mn(e, \"change\");\n }\n }\n }\n};\nfunction Xa(e, t, s) {\n Qa(e, t, s), (lt || $i) && 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\" && v(' ') + \"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 i, r, o = 0, l = e.options.length; o < l; o++)\n if (r = e.options[o], a)\n i = Bi(n, gs(r)) > -1, r.selected !== i && (r.selected = i);\n else if (Ge(gs(r), n)) {\n e.selectedIndex !== o && (e.selectedIndex = o);\n return;\n }\n a || (e.selectedIndex = -1);\n}\nfunction ei(e, t) {\n return t.every(function(s) {\n return !Ge(s, e);\n });\n}\nfunction gs(e) {\n return \"_value\" in e ? e._value : e.value;\n}\nfunction Nc(e) {\n e.target.composing = !0;\n}\nfunction ti(e) {\n e.target.composing && (e.target.composing = !1, Mn(e.target, \"input\"));\n}\nfunction Mn(e, t) {\n var s = document.createEvent(\"HTMLEvents\");\n s.initEvent(t, !0, !0), e.dispatchEvent(s);\n}\nfunction mn(e) {\n return e.componentInstance && (!e.data || !e.data.transition) ? mn(e.componentInstance._vnode) : e;\n}\nvar Pc = {\n bind: function(e, t, s) {\n var n = t.value;\n s = mn(s);\n var a = s.data && s.data.transition, i = e.__vOriginalDisplay = e.style.display === \"none\" ? \"\" : e.style.display;\n n && a ? (s.data.show = !0, un(s, function() {\n e.style.display = i;\n })) : e.style.display = n ? i : \"none\";\n },\n update: function(e, t, s) {\n var n = t.value, a = t.oldValue;\n if (!n != !a) {\n s = mn(s);\n var i = s.data && s.data.transition;\n i ? (s.data.show = !0, n ? un(s, function() {\n e.style.display = e.__vOriginalDisplay;\n }) : Cr(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}, Uc = {\n model: kr,\n show: Pc\n}, Sr = {\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 cn(e) {\n var t = e && e.componentOptions;\n return t && t.Ctor.options.abstract ? cn(Zi(t.children)) : e;\n}\nfunction Er(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[qe(n)] = a[n];\n return t;\n}\nfunction si(e, t) {\n if (/\\d-keep-alive$/.test(t.tag))\n return e(\"keep-alive\", {\n props: t.componentOptions.propsData\n });\n}\nfunction Oc(e) {\n for (; e = e.parent; )\n if (e.data.transition)\n return !0;\n}\nfunction Bc(e, t) {\n return t.key === e.key && t.tag === e.tag;\n}\nvar jc = function(e) {\n return e.tag || Ct(e);\n}, Dc = function(e) {\n return e.name === \"show\";\n}, $c = {\n name: \"transition\",\n props: Sr,\n abstract: !0,\n render: function(e) {\n var t = this, s = this.$slots.default;\n if (s && (s = s.filter(jc), !!s.length)) {\n process.env.NODE_ENV !== \"production\" && s.length > 1 && v(\" 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\" && v(\"invalid mode: \" + n, this.$parent);\n var a = s[0];\n if (Oc(this.$vnode))\n return a;\n var i = cn(a);\n if (!i)\n return a;\n if (this._leaving)\n return si(e, a);\n var r = \"__transition-\".concat(this._uid, \"-\");\n i.key = i.key == null ? i.isComment ? r + \"comment\" : r + i.tag : _e(i.key) ? String(i.key).indexOf(r) === 0 ? i.key : r + i.key : i.key;\n var o = (i.data || (i.data = {})).transition = Er(this), l = this._vnode, m = cn(l);\n if (i.data.directives && i.data.directives.some(Dc) && (i.data.show = !0), m && m.data && !Bc(i, m) && !Ct(m) && // #6687 component root is a comment node\n !(m.componentInstance && m.componentInstance._vnode.isComment)) {\n var u = m.data.transition = j({}, o);\n if (n === \"out-in\")\n return this._leaving = !0, Se(u, \"afterLeave\", function() {\n t._leaving = !1, t.$forceUpdate();\n }), si(e, a);\n if (n === \"in-out\") {\n if (Ct(i))\n return l;\n var g, w = function() {\n g();\n };\n Se(o, \"afterEnter\", w), Se(o, \"enterCancelled\", w), Se(u, \"delayLeave\", function(y) {\n g = y;\n });\n }\n }\n return a;\n }\n }\n}, Fr = j({\n tag: String,\n moveClass: String\n}, Sr);\ndelete Fr.mode;\nvar Rc = {\n props: Fr,\n beforeMount: function() {\n var e = this, t = this._update;\n this._update = function(s, n) {\n var a = tr(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 || [], i = this.children = [], r = Er(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 i.push(l), s[l.key] = l, (l.data || (l.data = {})).transition = r;\n else if (process.env.NODE_ENV !== \"production\") {\n var m = l.componentOptions, u = m ? rt(m.Ctor.options) || m.tag || \"\" : l.tag;\n v(\" children must be keyed: <\".concat(u, \">\"));\n }\n }\n }\n if (n) {\n for (var g = [], w = [], o = 0; o < n.length; o++) {\n var l = n[o];\n l.data.transition = r, l.data.pos = l.elm.getBoundingClientRect(), s[l.key] ? g.push(l) : w.push(l);\n }\n this.kept = e(t, null, g), this.removed = w;\n }\n return e(t, null, i);\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(Ic), e.forEach(zc), e.forEach(Mc), this._reflow = document.body.offsetHeight, e.forEach(function(s) {\n if (s.data.moved) {\n var n = s.elm, a = n.style;\n We(n, t), a.transform = a.WebkitTransform = a.transitionDuration = \"\", n.addEventListener(fs, n._moveCb = function i(r) {\n r && r.target !== n || (!r || /transform$/.test(r.propertyName)) && (n.removeEventListener(fs, i), n._moveCb = null, ve(n, t));\n });\n }\n }));\n },\n methods: {\n hasMove: function(e, t) {\n if (!wr)\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 hr(s, a);\n }), pr(s, t), s.style.display = \"none\", this.$el.appendChild(s);\n var n = _r(s);\n return this.$el.removeChild(s), this._hasMove = n.hasTransform;\n }\n }\n};\nfunction Ic(e) {\n e.elm._moveCb && e.elm._moveCb(), e.elm._enterCb && e.elm._enterCb();\n}\nfunction zc(e) {\n e.data.newPos = e.elm.getBoundingClientRect();\n}\nfunction Mc(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 i = e.elm.style;\n i.transform = i.WebkitTransform = \"translate(\".concat(n, \"px,\").concat(a, \"px)\"), i.transitionDuration = \"0s\";\n }\n}\nvar Hc = {\n Transition: $c,\n TransitionGroup: Rc\n};\nI.config.mustUseProp = Fm;\nI.config.isReservedTag = cr;\nI.config.isReservedAttr = Sm;\nI.config.getTagNamespace = Rm;\nI.config.isUnknownElement = Im;\nj(I.options.directives, Uc);\nj(I.options.components, Hc);\nI.prototype.__patch__ = Y ? Ac : z;\nI.prototype.$mount = function(e, t) {\n return e = e && Y ? zm(e) : void 0, yu(this, e, t);\n};\nY && setTimeout(function() {\n U.devtools && (ns ? ns.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 Cs(e, t, s, n, a, i, r, 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), i && (l._scopeId = \"data-v-\" + i);\n var m;\n if (r ? (m = function(w) {\n w = w || // cached call\n this.$vnode && this.$vnode.ssrContext || // stateful\n this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext, !w && typeof __VUE_SSR_CONTEXT__ < \"u\" && (w = __VUE_SSR_CONTEXT__), a && a.call(this, w), w && w._registeredComponents && w._registeredComponents.add(r);\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 Vc = {\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 Wc = 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 = [], Gc = /* @__PURE__ */ Cs(\n Vc,\n Wc,\n qc,\n !1,\n null,\n null,\n null,\n null\n);\nconst Kc = Gc.exports, Jc = {\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 Yc = 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}, Zc = [], Xc = /* @__PURE__ */ Cs(\n Jc,\n Yc,\n Zc,\n !1,\n null,\n null,\n null,\n null\n);\nconst Qc = Xc.exports, ed = {\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 td = 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}, sd = [], nd = /* @__PURE__ */ Cs(\n ed,\n td,\n sd,\n !1,\n null,\n null,\n null,\n null\n);\nconst ad = nd.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 Ar = Vr().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: [\"باقٍ بضعُ ثوانٍ\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"إلغاء عمليات رفع الملفات\"] }, Continue: { msgid: \"Continue\", msgstr: [\"إستمر\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"تقدير الوقت المتبقي\"] }, \"Existing version\": { msgid: \"Existing version\", msgstr: [\"الإصدار الحالي\"] }, \"If you select both versions, the copied file will have a number added to its name.\": { msgid: \"If you select both versions, the copied file will have a number added to its name.\", msgstr: [\"إذا اخترت الإبقاء على النسختين معاً، فإن الملف المنسوخ سيتم إلحاق رقم تسلسلي في نهاية اسمه.\"] }, \"Last modified date unknown\": { msgid: \"Last modified date unknown\", msgstr: [\"تاريخ آخر تعديل غير معلوم\"] }, New: { msgid: \"New\", msgstr: [\"جديد\"] }, \"New version\": { msgid: \"New version\", msgstr: [\"نسخة جديدة\"] }, paused: { msgid: \"paused\", msgstr: [\"مُجمَّد\"] }, \"Preview image\": { msgid: \"Preview image\", msgstr: [\"معاينة الصورة\"] }, \"Select all checkboxes\": { msgid: \"Select all checkboxes\", msgstr: [\"حدِّد كل صناديق الخيارات\"] }, \"Select all existing files\": { msgid: \"Select all existing files\", msgstr: [\"حدِّد كل الملفات الموجودة\"] }, \"Select all new files\": { msgid: \"Select all new files\", msgstr: [\"حدِّد كل الملفات الجديدة\"] }, \"Skip this file\": { msgid: \"Skip this file\", msgid_plural: \"Skip {count} files\", msgstr: [\"تخطَّ {count} ملف\", \"تخطَّ {count} ملف\", \"تخطَّ {count} ملف\", \"تخطَّ {count} ملف\", \"تخطَّ {count} ملف\", \"تخطَّ {count} ملف\"] }, \"Unknown size\": { msgid: \"Unknown size\", msgstr: [\"حجم غير معلوم\"] }, \"Upload cancelled\": { msgid: \"Upload cancelled\", msgstr: [\"تمَّ إلغاء الرفع\"] }, \"Upload files\": { msgid: \"Upload files\", msgstr: [\"رفع ملفات\"] }, \"Which files do you want to keep?\": { msgid: \"Which files do you want to keep?\", msgstr: [\"أيُّ الملفات ترغب في الإبقاء عليها؟\"] }, \"You need to select at least one version of each file to continue.\": { msgid: \"You need to select at least one version of each file to continue.\", msgstr: [\"يجب أن تختار نسخة واحدة على الأقل من كل ملف للاستمرار.\"] } } } } }, { locale: \"ar_SA\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Transifex Bot <>, 2022\", \"Language-Team\": \"Arabic (Saudi Arabia) (https://www.transifex.com/nextcloud/teams/64236/ar_SA/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"ar_SA\", \"Plural-Forms\": \"nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nTransifex Bot <>, 2022\n` }, msgstr: [`Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Arabic (Saudi Arabia) (https://www.transifex.com/nextcloud/teams/64236/ar_SA/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ar_SA\nPlural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n`] }, \"{estimate} seconds left\": { msgid: \"{estimate} seconds left\", msgstr: [\"\"] }, \"{hours} hours and {minutes} minutes left\": { msgid: \"{hours} hours and {minutes} minutes left\", msgstr: [\"\"] }, \"{minutes} minutes left\": { msgid: \"{minutes} minutes left\", msgstr: [\"\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"\"] }, Add: { msgid: \"Add\", msgstr: [\"\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"\"] }, paused: { msgid: \"paused\", msgstr: [\"\"] } } } } }, { locale: \"ast\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Transifex Bot <>, 2022\", \"Language-Team\": \"Asturian (https://www.transifex.com/nextcloud/teams/64236/ast/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"ast\", \"Plural-Forms\": \"nplurals=2; plural=(n != 1);\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nTransifex Bot <>, 2022\n` }, msgstr: [`Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Asturian (https://www.transifex.com/nextcloud/teams/64236/ast/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ast\nPlural-Forms: nplurals=2; plural=(n != 1);\n`] }, \"{estimate} seconds left\": { msgid: \"{estimate} seconds left\", msgstr: [\"\"] }, \"{hours} hours and {minutes} minutes left\": { msgid: \"{hours} hours and {minutes} minutes left\", msgstr: [\"\"] }, \"{minutes} minutes left\": { msgid: \"{minutes} minutes left\", msgstr: [\"\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"\"] }, Add: { msgid: \"Add\", msgstr: [\"\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"\"] }, paused: { msgid: \"paused\", msgstr: [\"\"] } } } } }, { locale: \"az\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Rashad Aliyev , 2023\", \"Language-Team\": \"Azerbaijani (https://app.transifex.com/nextcloud/teams/64236/az/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"az\", \"Plural-Forms\": \"nplurals=2; plural=(n != 1);\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nRashad Aliyev , 2023\n` }, msgstr: [`Last-Translator: Rashad Aliyev , 2023\nLanguage-Team: Azerbaijani (https://app.transifex.com/nextcloud/teams/64236/az/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: az\nPlural-Forms: nplurals=2; plural=(n != 1);\n`] }, \"{seconds} seconds left\": { msgid: \"{seconds} seconds left\", msgstr: [\"{seconds} saniyə qalıb\"] }, \"{time} left\": { msgid: \"{time} left\", comments: { extracted: \"time has the format 00:00:00\" }, msgstr: [\"{time} qalıb\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"bir neçə saniyə qalıb\"] }, Add: { msgid: \"Add\", msgstr: [\"Əlavə et\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"Yükləməni imtina et\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"Təxmini qalan vaxt\"] }, paused: { msgid: \"paused\", msgstr: [\"pauzadadır\"] }, \"Upload files\": { msgid: \"Upload files\", msgstr: [\"Faylları yüklə\"] } } } } }, { locale: \"be\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Transifex Bot <>, 2022\", \"Language-Team\": \"Belarusian (https://www.transifex.com/nextcloud/teams/64236/be/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"be\", \"Plural-Forms\": \"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nTransifex Bot <>, 2022\n` }, msgstr: [`Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Belarusian (https://www.transifex.com/nextcloud/teams/64236/be/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: be\nPlural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n`] }, \"{estimate} seconds left\": { msgid: \"{estimate} seconds left\", msgstr: [\"\"] }, \"{hours} hours and {minutes} minutes left\": { msgid: \"{hours} hours and {minutes} minutes left\", msgstr: [\"\"] }, \"{minutes} minutes left\": { msgid: \"{minutes} minutes left\", msgstr: [\"\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"\"] }, Add: { msgid: \"Add\", msgstr: [\"\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"\"] }, paused: { msgid: \"paused\", msgstr: [\"\"] } } } } }, { locale: \"bg_BG\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Transifex Bot <>, 2022\", \"Language-Team\": \"Bulgarian (Bulgaria) (https://www.transifex.com/nextcloud/teams/64236/bg_BG/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"bg_BG\", \"Plural-Forms\": \"nplurals=2; plural=(n != 1);\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nTransifex Bot <>, 2022\n` }, msgstr: [`Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Bulgarian (Bulgaria) (https://www.transifex.com/nextcloud/teams/64236/bg_BG/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: bg_BG\nPlural-Forms: nplurals=2; plural=(n != 1);\n`] }, \"{estimate} seconds left\": { msgid: \"{estimate} seconds left\", msgstr: [\"\"] }, \"{hours} hours and {minutes} minutes left\": { msgid: \"{hours} hours and {minutes} minutes left\", msgstr: [\"\"] }, \"{minutes} minutes left\": { msgid: \"{minutes} minutes left\", msgstr: [\"\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"\"] }, Add: { msgid: \"Add\", msgstr: [\"\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"\"] }, paused: { msgid: \"paused\", msgstr: [\"\"] } } } } }, { locale: \"bn_BD\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Transifex Bot <>, 2022\", \"Language-Team\": \"Bengali (Bangladesh) (https://www.transifex.com/nextcloud/teams/64236/bn_BD/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"bn_BD\", \"Plural-Forms\": \"nplurals=2; plural=(n != 1);\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nTransifex Bot <>, 2022\n` }, msgstr: [`Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Bengali (Bangladesh) (https://www.transifex.com/nextcloud/teams/64236/bn_BD/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: bn_BD\nPlural-Forms: nplurals=2; plural=(n != 1);\n`] }, \"{estimate} seconds left\": { msgid: \"{estimate} seconds left\", msgstr: [\"\"] }, \"{hours} hours and {minutes} minutes left\": { msgid: \"{hours} hours and {minutes} minutes left\", msgstr: [\"\"] }, \"{minutes} minutes left\": { msgid: \"{minutes} minutes left\", msgstr: [\"\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"\"] }, Add: { msgid: \"Add\", msgstr: [\"\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"\"] }, paused: { msgid: \"paused\", msgstr: [\"\"] } } } } }, { locale: \"br\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Transifex Bot <>, 2022\", \"Language-Team\": \"Breton (https://www.transifex.com/nextcloud/teams/64236/br/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"br\", \"Plural-Forms\": \"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nTransifex Bot <>, 2022\n` }, msgstr: [`Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Breton (https://www.transifex.com/nextcloud/teams/64236/br/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: br\nPlural-Forms: nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);\n`] }, \"{estimate} seconds left\": { msgid: \"{estimate} seconds left\", msgstr: [\"\"] }, \"{hours} hours and {minutes} minutes left\": { msgid: \"{hours} hours and {minutes} minutes left\", msgstr: [\"\"] }, \"{minutes} minutes left\": { msgid: \"{minutes} minutes left\", msgstr: [\"\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"\"] }, Add: { msgid: \"Add\", msgstr: [\"\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"\"] }, paused: { msgid: \"paused\", msgstr: [\"\"] } } } } }, { locale: \"bs\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Transifex Bot <>, 2022\", \"Language-Team\": \"Bosnian (https://www.transifex.com/nextcloud/teams/64236/bs/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"bs\", \"Plural-Forms\": \"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nTransifex Bot <>, 2022\n` }, msgstr: [`Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Bosnian (https://www.transifex.com/nextcloud/teams/64236/bs/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: bs\nPlural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n`] }, \"{estimate} seconds left\": { msgid: \"{estimate} seconds left\", msgstr: [\"\"] }, \"{hours} hours and {minutes} minutes left\": { msgid: \"{hours} hours and {minutes} minutes left\", msgstr: [\"\"] }, \"{minutes} minutes left\": { msgid: \"{minutes} minutes left\", msgstr: [\"\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"\"] }, Add: { msgid: \"Add\", msgstr: [\"\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"\"] }, paused: { msgid: \"paused\", msgstr: [\"\"] } } } } }, { locale: \"ca\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Toni Hermoso Pulido , 2022\", \"Language-Team\": \"Catalan (https://www.transifex.com/nextcloud/teams/64236/ca/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"ca\", \"Plural-Forms\": \"nplurals=2; plural=(n != 1);\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nMarc Riera , 2022\nToni Hermoso Pulido , 2022\n` }, msgstr: [`Last-Translator: Toni Hermoso Pulido , 2022\nLanguage-Team: Catalan (https://www.transifex.com/nextcloud/teams/64236/ca/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ca\nPlural-Forms: nplurals=2; plural=(n != 1);\n`] }, \"{seconds} seconds left\": { msgid: \"{seconds} seconds left\", msgstr: [\"Queden {seconds} segons\"] }, \"{time} left\": { msgid: \"{time} left\", comments: { extracted: \"time has the format 00:00:00\" }, msgstr: [\"Queden {time}\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"Queden uns segons\"] }, Add: { msgid: \"Add\", msgstr: [\"Afegeix\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"Cancel·la les pujades\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"S'està estimant el temps restant\"] }, paused: { msgid: \"paused\", msgstr: [\"En pausa\"] }, \"Upload files\": { msgid: \"Upload files\", msgstr: [\"Puja els fitxers\"] } } } } }, { locale: \"cs\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Pavel Borecki , 2022\", \"Language-Team\": \"Czech (https://www.transifex.com/nextcloud/teams/64236/cs/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"cs\", \"Plural-Forms\": \"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nPavel Borecki , 2022\n` }, msgstr: [`Last-Translator: Pavel Borecki , 2022\nLanguage-Team: Czech (https://www.transifex.com/nextcloud/teams/64236/cs/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: cs\nPlural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n`] }, \"{seconds} seconds left\": { msgid: \"{seconds} seconds left\", msgstr: [\"zbývá {seconds}\"] }, \"{time} left\": { msgid: \"{time} left\", comments: { extracted: \"time has the format 00:00:00\" }, msgstr: [\"zbývá {time}\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"zbývá několik sekund\"] }, Add: { msgid: \"Add\", msgstr: [\"Přidat\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"Zrušit nahrávání\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"odhadovaný zbývající čas\"] }, paused: { msgid: \"paused\", msgstr: [\"pozastaveno\"] } } } } }, { locale: \"cs_CZ\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Pavel Borecki , 2023\", \"Language-Team\": \"Czech (Czech Republic) (https://app.transifex.com/nextcloud/teams/64236/cs_CZ/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"cs_CZ\", \"Plural-Forms\": \"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nJohn Molakvoæ , 2023\nPavel Borecki , 2023\n` }, msgstr: [`Last-Translator: Pavel Borecki , 2023\nLanguage-Team: Czech (Czech Republic) (https://app.transifex.com/nextcloud/teams/64236/cs_CZ/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: cs_CZ\nPlural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n`] }, \"{count} file conflict\": { msgid: \"{count} file conflict\", msgid_plural: \"{count} files conflict\", msgstr: [\"{count} kolize souborů\", \"{count} kolize souborů\", \"{count} kolizí souborů\", \"{count} kolize souborů\"] }, \"{count} file conflict in {dirname}\": { msgid: \"{count} file conflict in {dirname}\", msgid_plural: \"{count} file conflicts in {dirname}\", msgstr: [\"{count} kolize souboru v {dirname}\", \"{count} kolize souboru v {dirname}\", \"{count} kolizí souborů v {dirname}\", \"{count} kolize souboru v {dirname}\"] }, \"{seconds} seconds left\": { msgid: \"{seconds} seconds left\", msgstr: [\"zbývá {seconds}\"] }, \"{time} left\": { msgid: \"{time} left\", comments: { extracted: \"TRANSLATORS time has the format 00:00:00\" }, msgstr: [\"zbývá {time}\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"zbývá několik sekund\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"Zrušit nahrávání\"] }, Continue: { msgid: \"Continue\", msgstr: [\"Pokračovat\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"odhaduje se zbývající čas\"] }, \"Existing version\": { msgid: \"Existing version\", msgstr: [\"Existující verze\"] }, \"If you select both versions, the copied file will have a number added to its name.\": { msgid: \"If you select both versions, the copied file will have a number added to its name.\", msgstr: [\"Pokud vyberete obě verze, zkopírovaný soubor bude mít k názvu přidáno číslo.\"] }, \"Last modified date unknown\": { msgid: \"Last modified date unknown\", msgstr: [\"Neznámé datum poslední úpravy\"] }, New: { msgid: \"New\", msgstr: [\"Nové\"] }, \"New version\": { msgid: \"New version\", msgstr: [\"Nová verze\"] }, paused: { msgid: \"paused\", msgstr: [\"pozastaveno\"] }, \"Preview image\": { msgid: \"Preview image\", msgstr: [\"Náhled obrázku\"] }, \"Select all checkboxes\": { msgid: \"Select all checkboxes\", msgstr: [\"Označit všechny zaškrtávací kolonky\"] }, \"Select all existing files\": { msgid: \"Select all existing files\", msgstr: [\"Vybrat veškeré stávající soubory\"] }, \"Select all new files\": { msgid: \"Select all new files\", msgstr: [\"Vybrat veškeré nové soubory\"] }, \"Skip this file\": { msgid: \"Skip this file\", msgid_plural: \"Skip {count} files\", msgstr: [\"Přeskočit tento soubor\", \"Přeskočit {count} soubory\", \"Přeskočit {count} souborů\", \"Přeskočit {count} soubory\"] }, \"Unknown size\": { msgid: \"Unknown size\", msgstr: [\"Neznámá velikost\"] }, \"Upload cancelled\": { msgid: \"Upload cancelled\", msgstr: [\"Nahrávání zrušeno\"] }, \"Upload files\": { msgid: \"Upload files\", msgstr: [\"Nahrát soubory\"] }, \"Which files do you want to keep?\": { msgid: \"Which files do you want to keep?\", msgstr: [\"Které soubory si přejete ponechat?\"] }, \"You need to select at least one version of each file to continue.\": { msgid: \"You need to select at least one version of each file to continue.\", msgstr: [\"Aby bylo možné pokračovat, je třeba vybrat alespoň jednu verzi od každého souboru.\"] } } } } }, { locale: \"cy_GB\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Transifex Bot <>, 2022\", \"Language-Team\": \"Welsh (United Kingdom) (https://www.transifex.com/nextcloud/teams/64236/cy_GB/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"cy_GB\", \"Plural-Forms\": \"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nTransifex Bot <>, 2022\n` }, msgstr: [`Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Welsh (United Kingdom) (https://www.transifex.com/nextcloud/teams/64236/cy_GB/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: cy_GB\nPlural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;\n`] }, \"{estimate} seconds left\": { msgid: \"{estimate} seconds left\", msgstr: [\"\"] }, \"{hours} hours and {minutes} minutes left\": { msgid: \"{hours} hours and {minutes} minutes left\", msgstr: [\"\"] }, \"{minutes} minutes left\": { msgid: \"{minutes} minutes left\", msgstr: [\"\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"\"] }, Add: { msgid: \"Add\", msgstr: [\"\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"\"] }, paused: { msgid: \"paused\", msgstr: [\"\"] } } } } }, { locale: \"da\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Simon T, 2023\", \"Language-Team\": \"Danish (https://app.transifex.com/nextcloud/teams/64236/da/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"da\", \"Plural-Forms\": \"nplurals=2; plural=(n != 1);\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nJohn Molakvoæ , 2023\nSimon T, 2023\n` }, msgstr: [`Last-Translator: Simon T, 2023\nLanguage-Team: Danish (https://app.transifex.com/nextcloud/teams/64236/da/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: da\nPlural-Forms: nplurals=2; plural=(n != 1);\n`] }, \"{count} file conflict\": { msgid: \"{count} file conflict\", msgid_plural: \"{count} files conflict\", msgstr: [\"{count} fil konflikt\", \"{count} filer i konflikt\"] }, \"{count} file conflict in {dirname}\": { msgid: \"{count} file conflict in {dirname}\", msgid_plural: \"{count} file conflicts in {dirname}\", msgstr: [\"{count} fil konflikt i {dirname}\", \"{count} filer i konflikt i {dirname}\"] }, \"{seconds} seconds left\": { msgid: \"{seconds} seconds left\", msgstr: [\"{sekunder} sekunder tilbage\"] }, \"{time} left\": { msgid: \"{time} left\", comments: { extracted: \"TRANSLATORS time has the format 00:00:00\" }, msgstr: [\"{tid} tilbage\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"et par sekunder tilbage\"] }, Add: { msgid: \"Add\", msgstr: [\"Tilføj\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"Annuller uploads\"] }, Continue: { msgid: \"Continue\", msgstr: [\"Fortsæt\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"estimering af resterende tid\"] }, \"Existing version\": { msgid: \"Existing version\", msgstr: [\"Eksisterende version\"] }, \"If you select both versions, the copied file will have a number added to its name.\": { msgid: \"If you select both versions, the copied file will have a number added to its name.\", msgstr: [\"Hvis du vælger begge versioner vil den kopierede fil få et nummer tilføjet til sit navn.\"] }, \"Last modified date unknown\": { msgid: \"Last modified date unknown\", msgstr: [\"Sidste modifikationsdato ukendt\"] }, \"New version\": { msgid: \"New version\", msgstr: [\"Ny version\"] }, paused: { msgid: \"paused\", msgstr: [\"pauset\"] }, \"Preview image\": { msgid: \"Preview image\", msgstr: [\"Forhåndsvisning af billede\"] }, \"Select all checkboxes\": { msgid: \"Select all checkboxes\", msgstr: [\"Vælg alle felter\"] }, \"Select all existing files\": { msgid: \"Select all existing files\", msgstr: [\"Vælg alle eksisterende filer\"] }, \"Select all new files\": { msgid: \"Select all new files\", msgstr: [\"Vælg alle nye filer\"] }, \"Skip this file\": { msgid: \"Skip this file\", msgid_plural: \"Skip {count} files\", msgstr: [\"Spring denne fil over\", \"Spring {count} filer over\"] }, \"Unknown size\": { msgid: \"Unknown size\", msgstr: [\"Ukendt størrelse\"] }, \"Upload cancelled\": { msgid: \"Upload cancelled\", msgstr: [\"Upload annulleret\"] }, \"Upload files\": { msgid: \"Upload files\", msgstr: [\"Upload filer\"] }, \"Which files do you want to keep?\": { msgid: \"Which files do you want to keep?\", msgstr: [\"Hvilke filer ønsker du at beholde?\"] }, \"You need to select at least one version of each file to continue.\": { msgid: \"You need to select at least one version of each file to continue.\", msgstr: [\"Du skal vælge mindst én version af hver fil for at fortsætte.\"] } } } } }, { locale: \"de\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Mario Siegmann , 2023\", \"Language-Team\": \"German (https://app.transifex.com/nextcloud/teams/64236/de/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"de\", \"Plural-Forms\": \"nplurals=2; plural=(n != 1);\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nJohn Molakvoæ , 2023\nMarkus Eckstein, 2023\nMario Siegmann , 2023\n` }, msgstr: [`Last-Translator: Mario Siegmann , 2023\nLanguage-Team: German (https://app.transifex.com/nextcloud/teams/64236/de/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: de\nPlural-Forms: nplurals=2; plural=(n != 1);\n`] }, \"{count} file conflict\": { msgid: \"{count} file conflict\", msgid_plural: \"{count} files conflict\", msgstr: [\"{count} Datei-Konflikt\", \"{count} Datei-Konflikte\"] }, \"{count} file conflict in {dirname}\": { msgid: \"{count} file conflict in {dirname}\", msgid_plural: \"{count} file conflicts in {dirname}\", msgstr: [\"{count} Datei-Konflikt in {dirname}\", \"{count} Datei-Konflikte in {dirname}\"] }, \"{seconds} seconds left\": { msgid: \"{seconds} seconds left\", msgstr: [\"{seconds} Sekunden verbleibend\"] }, \"{time} left\": { msgid: \"{time} left\", comments: { extracted: \"TRANSLATORS time has the format 00:00:00\" }, msgstr: [\"{time} verbleibend\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"noch ein paar Sekunden\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"Hochladen abbrechen\"] }, Continue: { msgid: \"Continue\", msgstr: [\"Fortsetzen\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"Geschätzte verbleibende Zeit\"] }, \"Existing version\": { msgid: \"Existing version\", msgstr: [\"Vorhandene Version\"] }, \"If you select both versions, the copied file will have a number added to its name.\": { msgid: \"If you select both versions, the copied file will have a number added to its name.\", msgstr: [\"Wenn du beide Versionen auswählst, wird der kopierten Datei eine Nummer zum Namen hinzugefügt.\"] }, \"Last modified date unknown\": { msgid: \"Last modified date unknown\", msgstr: [\"Datum der letzten Änderung ist unbekannt.\"] }, New: { msgid: \"New\", msgstr: [\"Neu\"] }, \"New version\": { msgid: \"New version\", msgstr: [\"Neue Version\"] }, paused: { msgid: \"paused\", msgstr: [\"Pausiert\"] }, \"Preview image\": { msgid: \"Preview image\", msgstr: [\"Vorschaubild\"] }, \"Select all checkboxes\": { msgid: \"Select all checkboxes\", msgstr: [\"Alle Kontrollkästchen aktivieren\"] }, \"Select all existing files\": { msgid: \"Select all existing files\", msgstr: [\"Alle vorhandenen Dateien auswählen\"] }, \"Select all new files\": { msgid: \"Select all new files\", msgstr: [\"Alle neuen Dateien auswählen\"] }, \"Skip this file\": { msgid: \"Skip this file\", msgid_plural: \"Skip {count} files\", msgstr: [\"Diese Datei überspringen\", \"{count} Dateien überspringen\"] }, \"Unknown size\": { msgid: \"Unknown size\", msgstr: [\"Unbekannte Größe\"] }, \"Upload cancelled\": { msgid: \"Upload cancelled\", msgstr: [\"Hochladen abgebrochen\"] }, \"Upload files\": { msgid: \"Upload files\", msgstr: [\"Dateien hochladen\"] }, \"Which files do you want to keep?\": { msgid: \"Which files do you want to keep?\", msgstr: [\"Welche Dateien möchtest du behalten?\"] }, \"You need to select at least one version of each file to continue.\": { msgid: \"You need to select at least one version of each file to continue.\", msgstr: [\"Du musst mindestens eine Version jeder Datei auswählen, um fortzufahren.\"] } } } } }, { locale: \"de_DE\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Mario Siegmann , 2023\", \"Language-Team\": \"German (Germany) (https://app.transifex.com/nextcloud/teams/64236/de_DE/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"de_DE\", \"Plural-Forms\": \"nplurals=2; plural=(n != 1);\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nJohn Molakvoæ , 2023\nMark Ziegler , 2023\nMario Siegmann , 2023\n` }, msgstr: [`Last-Translator: Mario Siegmann , 2023\nLanguage-Team: German (Germany) (https://app.transifex.com/nextcloud/teams/64236/de_DE/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: de_DE\nPlural-Forms: nplurals=2; plural=(n != 1);\n`] }, \"{count} file conflict\": { msgid: \"{count} file conflict\", msgid_plural: \"{count} files conflict\", msgstr: [\"{count} Datei-Konflikt\", \"{count} Datei-Konflikte\"] }, \"{count} file conflict in {dirname}\": { msgid: \"{count} file conflict in {dirname}\", msgid_plural: \"{count} file conflicts in {dirname}\", msgstr: [\"{count} Datei-Konflikt in {dirname}\", \"{count} Datei-Konflikte in {dirname}\"] }, \"{seconds} seconds left\": { msgid: \"{seconds} seconds left\", msgstr: [\"{seconds} Sekunden verbleiben\"] }, \"{time} left\": { msgid: \"{time} left\", comments: { extracted: \"TRANSLATORS time has the format 00:00:00\" }, msgstr: [\"{time} verbleibend\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"ein paar Sekunden verbleiben\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"Hochladen abbrechen\"] }, Continue: { msgid: \"Continue\", msgstr: [\"Fortsetzen\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"Geschätzte verbleibende Zeit\"] }, \"Existing version\": { msgid: \"Existing version\", msgstr: [\"Vorhandene Version\"] }, \"If you select both versions, the copied file will have a number added to its name.\": { msgid: \"If you select both versions, the copied file will have a number added to its name.\", msgstr: [\"Wenn Sie beide Versionen auswählen, wird der kopierten Datei eine Nummer zum Namen hinzugefügt.\"] }, \"Last modified date unknown\": { msgid: \"Last modified date unknown\", msgstr: [\"Datum der letzten Änderung unbekannt\"] }, New: { msgid: \"New\", msgstr: [\"Neu\"] }, \"New version\": { msgid: \"New version\", msgstr: [\"Neue Version\"] }, paused: { msgid: \"paused\", msgstr: [\"Pausiert\"] }, \"Preview image\": { msgid: \"Preview image\", msgstr: [\"Vorschaubild\"] }, \"Select all checkboxes\": { msgid: \"Select all checkboxes\", msgstr: [\"Alle Kontrollkästchen aktivieren\"] }, \"Select all existing files\": { msgid: \"Select all existing files\", msgstr: [\"Alle vorhandenen Dateien auswählen\"] }, \"Select all new files\": { msgid: \"Select all new files\", msgstr: [\"Alle neuen Dateien auswählen\"] }, \"Skip this file\": { msgid: \"Skip this file\", msgid_plural: \"Skip {count} files\", msgstr: [\"{count} Datei überspringen\", \"{count} Dateien überspringen\"] }, \"Unknown size\": { msgid: \"Unknown size\", msgstr: [\"Unbekannte Größe\"] }, \"Upload cancelled\": { msgid: \"Upload cancelled\", msgstr: [\"Hochladen abgebrochen\"] }, \"Upload files\": { msgid: \"Upload files\", msgstr: [\"Dateien hochladen\"] }, \"Which files do you want to keep?\": { msgid: \"Which files do you want to keep?\", msgstr: [\"Welche Dateien möchten Sie behalten?\"] }, \"You need to select at least one version of each file to continue.\": { msgid: \"You need to select at least one version of each file to continue.\", msgstr: [\"Sie müssen mindestens eine Version jeder Datei auswählen, um fortzufahren.\"] } } } } }, { locale: \"el\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Nik Pap, 2022\", \"Language-Team\": \"Greek (https://www.transifex.com/nextcloud/teams/64236/el/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"el\", \"Plural-Forms\": \"nplurals=2; plural=(n != 1);\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nNik Pap, 2022\n` }, msgstr: [`Last-Translator: Nik Pap, 2022\nLanguage-Team: Greek (https://www.transifex.com/nextcloud/teams/64236/el/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: el\nPlural-Forms: nplurals=2; plural=(n != 1);\n`] }, \"{seconds} seconds left\": { msgid: \"{seconds} seconds left\", msgstr: [\"απομένουν {seconds} δευτερόλεπτα\"] }, \"{time} left\": { msgid: \"{time} left\", comments: { extracted: \"time has the format 00:00:00\" }, msgstr: [\"απομένουν {time}\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"απομένουν λίγα δευτερόλεπτα\"] }, Add: { msgid: \"Add\", msgstr: [\"Προσθήκη\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"Ακύρωση μεταφορτώσεων\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"εκτίμηση του χρόνου που απομένει\"] }, paused: { msgid: \"paused\", msgstr: [\"σε παύση\"] }, \"Upload files\": { msgid: \"Upload files\", msgstr: [\"Μεταφόρτωση αρχείων\"] } } } } }, { locale: \"el_GR\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Transifex Bot <>, 2022\", \"Language-Team\": \"Greek (Greece) (https://www.transifex.com/nextcloud/teams/64236/el_GR/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"el_GR\", \"Plural-Forms\": \"nplurals=2; plural=(n != 1);\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nTransifex Bot <>, 2022\n` }, msgstr: [`Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Greek (Greece) (https://www.transifex.com/nextcloud/teams/64236/el_GR/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: el_GR\nPlural-Forms: nplurals=2; plural=(n != 1);\n`] }, \"{estimate} seconds left\": { msgid: \"{estimate} seconds left\", msgstr: [\"\"] }, \"{hours} hours and {minutes} minutes left\": { msgid: \"{hours} hours and {minutes} minutes left\", msgstr: [\"\"] }, \"{minutes} minutes left\": { msgid: \"{minutes} minutes left\", msgstr: [\"\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"\"] }, Add: { msgid: \"Add\", msgstr: [\"\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"\"] }, paused: { msgid: \"paused\", msgstr: [\"\"] } } } } }, { locale: \"en_GB\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Andi Chandler , 2023\", \"Language-Team\": \"English (United Kingdom) (https://app.transifex.com/nextcloud/teams/64236/en_GB/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"en_GB\", \"Plural-Forms\": \"nplurals=2; plural=(n != 1);\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nJohn Molakvoæ , 2023\nAndi Chandler , 2023\n` }, msgstr: [`Last-Translator: Andi Chandler , 2023\nLanguage-Team: English (United Kingdom) (https://app.transifex.com/nextcloud/teams/64236/en_GB/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: en_GB\nPlural-Forms: nplurals=2; plural=(n != 1);\n`] }, \"{count} file conflict\": { msgid: \"{count} file conflict\", msgid_plural: \"{count} files conflict\", msgstr: [\"{count} file conflict\", \"{count} files conflict\"] }, \"{count} file conflict in {dirname}\": { msgid: \"{count} file conflict in {dirname}\", msgid_plural: \"{count} file conflicts in {dirname}\", msgstr: [\"{count} file conflict in {dirname}\", \"{count} file conflicts in {dirname}\"] }, \"{seconds} seconds left\": { msgid: \"{seconds} seconds left\", msgstr: [\"{seconds} seconds left\"] }, \"{time} left\": { msgid: \"{time} left\", comments: { extracted: \"TRANSLATORS time has the format 00:00:00\" }, msgstr: [\"{time} left\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"a few seconds left\"] }, Add: { msgid: \"Add\", msgstr: [\"Add\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"Cancel uploads\"] }, Continue: { msgid: \"Continue\", msgstr: [\"Continue\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"estimating time left\"] }, \"Existing version\": { msgid: \"Existing version\", msgstr: [\"Existing version\"] }, \"If you select both versions, the copied file will have a number added to its name.\": { msgid: \"If you select both versions, the copied file will have a number added to its name.\", msgstr: [\"If you select both versions, the copied file will have a number added to its name.\"] }, \"Last modified date unknown\": { msgid: \"Last modified date unknown\", msgstr: [\"Last modified date unknown\"] }, \"New version\": { msgid: \"New version\", msgstr: [\"New version\"] }, paused: { msgid: \"paused\", msgstr: [\"paused\"] }, \"Preview image\": { msgid: \"Preview image\", msgstr: [\"Preview image\"] }, \"Select all checkboxes\": { msgid: \"Select all checkboxes\", msgstr: [\"Select all checkboxes\"] }, \"Select all existing files\": { msgid: \"Select all existing files\", msgstr: [\"Select all existing files\"] }, \"Select all new files\": { msgid: \"Select all new files\", msgstr: [\"Select all new files\"] }, \"Skip this file\": { msgid: \"Skip this file\", msgid_plural: \"Skip {count} files\", msgstr: [\"Skip this file\", \"Skip {count} files\"] }, \"Unknown size\": { msgid: \"Unknown size\", msgstr: [\"Unknown size\"] }, \"Upload cancelled\": { msgid: \"Upload cancelled\", msgstr: [\"Upload cancelled\"] }, \"Upload files\": { msgid: \"Upload files\", msgstr: [\"Upload files\"] }, \"Which files do you want to keep?\": { msgid: \"Which files do you want to keep?\", msgstr: [\"Which files do you want to keep?\"] }, \"You need to select at least one version of each file to continue.\": { msgid: \"You need to select at least one version of each file to continue.\", msgstr: [\"You need to select at least one version of each file to continue.\"] } } } } }, { locale: \"eo\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Transifex Bot <>, 2022\", \"Language-Team\": \"Esperanto (https://www.transifex.com/nextcloud/teams/64236/eo/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"eo\", \"Plural-Forms\": \"nplurals=2; plural=(n != 1);\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nTransifex Bot <>, 2022\n` }, msgstr: [`Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Esperanto (https://www.transifex.com/nextcloud/teams/64236/eo/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: eo\nPlural-Forms: nplurals=2; plural=(n != 1);\n`] }, \"{estimate} seconds left\": { msgid: \"{estimate} seconds left\", msgstr: [\"\"] }, \"{hours} hours and {minutes} minutes left\": { msgid: \"{hours} hours and {minutes} minutes left\", msgstr: [\"\"] }, \"{minutes} minutes left\": { msgid: \"{minutes} minutes left\", msgstr: [\"\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"\"] }, Add: { msgid: \"Add\", msgstr: [\"\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"\"] }, paused: { msgid: \"paused\", msgstr: [\"\"] } } } } }, { locale: \"es\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Next Cloud , 2023\", \"Language-Team\": \"Spanish (https://app.transifex.com/nextcloud/teams/64236/es/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"es\", \"Plural-Forms\": \"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nJohn Molakvoæ , 2023\nFranciscoFJ , 2023\nNext Cloud , 2023\n` }, msgstr: [`Last-Translator: Next Cloud , 2023\nLanguage-Team: Spanish (https://app.transifex.com/nextcloud/teams/64236/es/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n`] }, \"{count} file conflict\": { msgid: \"{count} file conflict\", msgid_plural: \"{count} files conflict\", msgstr: [\"{count} archivo en conflicto\", \"{count} archivos en conflicto\", \"{count} archivos en conflicto\"] }, \"{count} file conflict in {dirname}\": { msgid: \"{count} file conflict in {dirname}\", msgid_plural: \"{count} file conflicts in {dirname}\", msgstr: [\"{count} archivo en conflicto en {dirname}\", \"{count} archivos en conflicto en {dirname}\", \"{count} archivos en conflicto en {dirname}\"] }, \"{seconds} seconds left\": { msgid: \"{seconds} seconds left\", msgstr: [\"{seconds} segundos restantes\"] }, \"{time} left\": { msgid: \"{time} left\", comments: { extracted: \"TRANSLATORS time has the format 00:00:00\" }, msgstr: [\"{time} restante\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"quedan unos segundos\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"Cancelar subidas\"] }, Continue: { msgid: \"Continue\", msgstr: [\"Continuar\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"estimación del tiempo restante\"] }, \"Existing version\": { msgid: \"Existing version\", msgstr: [\"Versión existente\"] }, \"If you select both versions, the copied file will have a number added to its name.\": { msgid: \"If you select both versions, the copied file will have a number added to its name.\", msgstr: [\"Si selecciona ambas versiones, al archivo copiado se le añadirá un número en el nombre.\"] }, \"Last modified date unknown\": { msgid: \"Last modified date unknown\", msgstr: [\"Última fecha de modificación desconocida\"] }, New: { msgid: \"New\", msgstr: [\"Nuevo\"] }, \"New version\": { msgid: \"New version\", msgstr: [\"Nueva versión\"] }, paused: { msgid: \"paused\", msgstr: [\"pausado\"] }, \"Preview image\": { msgid: \"Preview image\", msgstr: [\"Previsualizar imagen\"] }, \"Select all checkboxes\": { msgid: \"Select all checkboxes\", msgstr: [\"Seleccionar todas las casillas de verificación\"] }, \"Select all existing files\": { msgid: \"Select all existing files\", msgstr: [\"Seleccionar todos los archivos existentes\"] }, \"Select all new files\": { msgid: \"Select all new files\", msgstr: [\"Seleccionar todos los archivos nuevos\"] }, \"Skip this file\": { msgid: \"Skip this file\", msgid_plural: \"Skip {count} files\", msgstr: [\"Saltar este archivo\", \"Saltar {count} archivos\", \"Saltar {count} archivos\"] }, \"Unknown size\": { msgid: \"Unknown size\", msgstr: [\"Tamaño desconocido\"] }, \"Upload cancelled\": { msgid: \"Upload cancelled\", msgstr: [\"Subida cancelada\"] }, \"Upload files\": { msgid: \"Upload files\", msgstr: [\"Subir archivos\"] }, \"Which files do you want to keep?\": { msgid: \"Which files do you want to keep?\", msgstr: [\"¿Qué archivos desea conservar?\"] }, \"You need to select at least one version of each file to continue.\": { msgid: \"You need to select at least one version of each file to continue.\", msgstr: [\"Debe seleccionar al menos una versión de cada archivo para continuar.\"] } } } } }, { locale: \"es_419\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"ALEJANDRO CASTRO, 2022\", \"Language-Team\": \"Spanish (Latin America) (https://www.transifex.com/nextcloud/teams/64236/es_419/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"es_419\", \"Plural-Forms\": \"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nALEJANDRO CASTRO, 2022\n` }, msgstr: [`Last-Translator: ALEJANDRO CASTRO, 2022\nLanguage-Team: Spanish (Latin America) (https://www.transifex.com/nextcloud/teams/64236/es_419/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_419\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n`] }, \"{seconds} seconds left\": { msgid: \"{seconds} seconds left\", msgstr: [\"{seconds} segundos restantes\"] }, \"{time} left\": { msgid: \"{time} left\", comments: { extracted: \"time has the format 00:00:00\" }, msgstr: [\"{tiempo} restante\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"quedan pocos segundos\"] }, Add: { msgid: \"Add\", msgstr: [\"agregar\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"Cancelar subidas\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"estimando tiempo restante\"] }, paused: { msgid: \"paused\", msgstr: [\"pausado\"] }, \"Upload files\": { msgid: \"Upload files\", msgstr: [\"Subir archivos\"] } } } } }, { locale: \"es_AR\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Matias Iglesias, 2022\", \"Language-Team\": \"Spanish (Argentina) (https://www.transifex.com/nextcloud/teams/64236/es_AR/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"es_AR\", \"Plural-Forms\": \"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nMatias Iglesias, 2022\n` }, msgstr: [`Last-Translator: Matias Iglesias, 2022\nLanguage-Team: Spanish (Argentina) (https://www.transifex.com/nextcloud/teams/64236/es_AR/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_AR\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n`] }, \"{seconds} seconds left\": { msgid: \"{seconds} seconds left\", msgstr: [\"{seconds} segundos restantes\"] }, \"{time} left\": { msgid: \"{time} left\", comments: { extracted: \"time has the format 00:00:00\" }, msgstr: [\"{time} restante\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"quedan unos segundos\"] }, Add: { msgid: \"Add\", msgstr: [\"Añadir\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"Cancelar subidas\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"estimando tiempo restante\"] }, paused: { msgid: \"paused\", msgstr: [\"pausado\"] }, \"Upload files\": { msgid: \"Upload files\", msgstr: [\"Subir archivos\"] } } } } }, { locale: \"es_CL\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Transifex Bot <>, 2022\", \"Language-Team\": \"Spanish (Chile) (https://www.transifex.com/nextcloud/teams/64236/es_CL/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"es_CL\", \"Plural-Forms\": \"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nTransifex Bot <>, 2022\n` }, msgstr: [`Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Chile) (https://www.transifex.com/nextcloud/teams/64236/es_CL/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_CL\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n`] }, \"{estimate} seconds left\": { msgid: \"{estimate} seconds left\", msgstr: [\"\"] }, \"{hours} hours and {minutes} minutes left\": { msgid: \"{hours} hours and {minutes} minutes left\", msgstr: [\"\"] }, \"{minutes} minutes left\": { msgid: \"{minutes} minutes left\", msgstr: [\"\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"\"] }, Add: { msgid: \"Add\", msgstr: [\"\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"\"] }, paused: { msgid: \"paused\", msgstr: [\"\"] } } } } }, { locale: \"es_CO\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Transifex Bot <>, 2022\", \"Language-Team\": \"Spanish (Colombia) (https://www.transifex.com/nextcloud/teams/64236/es_CO/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"es_CO\", \"Plural-Forms\": \"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nTransifex Bot <>, 2022\n` }, msgstr: [`Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Colombia) (https://www.transifex.com/nextcloud/teams/64236/es_CO/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_CO\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n`] }, \"{estimate} seconds left\": { msgid: \"{estimate} seconds left\", msgstr: [\"\"] }, \"{hours} hours and {minutes} minutes left\": { msgid: \"{hours} hours and {minutes} minutes left\", msgstr: [\"\"] }, \"{minutes} minutes left\": { msgid: \"{minutes} minutes left\", msgstr: [\"\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"\"] }, Add: { msgid: \"Add\", msgstr: [\"\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"\"] }, paused: { msgid: \"paused\", msgstr: [\"\"] } } } } }, { locale: \"es_CR\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Transifex Bot <>, 2022\", \"Language-Team\": \"Spanish (Costa Rica) (https://www.transifex.com/nextcloud/teams/64236/es_CR/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"es_CR\", \"Plural-Forms\": \"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nTransifex Bot <>, 2022\n` }, msgstr: [`Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Costa Rica) (https://www.transifex.com/nextcloud/teams/64236/es_CR/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_CR\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n`] }, \"{estimate} seconds left\": { msgid: \"{estimate} seconds left\", msgstr: [\"\"] }, \"{hours} hours and {minutes} minutes left\": { msgid: \"{hours} hours and {minutes} minutes left\", msgstr: [\"\"] }, \"{minutes} minutes left\": { msgid: \"{minutes} minutes left\", msgstr: [\"\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"\"] }, Add: { msgid: \"Add\", msgstr: [\"\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"\"] }, paused: { msgid: \"paused\", msgstr: [\"\"] } } } } }, { locale: \"es_DO\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Transifex Bot <>, 2022\", \"Language-Team\": \"Spanish (Dominican Republic) (https://www.transifex.com/nextcloud/teams/64236/es_DO/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"es_DO\", \"Plural-Forms\": \"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nTransifex Bot <>, 2022\n` }, msgstr: [`Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Dominican Republic) (https://www.transifex.com/nextcloud/teams/64236/es_DO/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_DO\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n`] }, \"{estimate} seconds left\": { msgid: \"{estimate} seconds left\", msgstr: [\"\"] }, \"{hours} hours and {minutes} minutes left\": { msgid: \"{hours} hours and {minutes} minutes left\", msgstr: [\"\"] }, \"{minutes} minutes left\": { msgid: \"{minutes} minutes left\", msgstr: [\"\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"\"] }, Add: { msgid: \"Add\", msgstr: [\"\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"\"] }, paused: { msgid: \"paused\", msgstr: [\"\"] } } } } }, { locale: \"es_EC\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Transifex Bot <>, 2022\", \"Language-Team\": \"Spanish (Ecuador) (https://www.transifex.com/nextcloud/teams/64236/es_EC/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"es_EC\", \"Plural-Forms\": \"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nTransifex Bot <>, 2022\n` }, msgstr: [`Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Ecuador) (https://www.transifex.com/nextcloud/teams/64236/es_EC/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_EC\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n`] }, \"{estimate} seconds left\": { msgid: \"{estimate} seconds left\", msgstr: [\"\"] }, \"{hours} hours and {minutes} minutes left\": { msgid: \"{hours} hours and {minutes} minutes left\", msgstr: [\"\"] }, \"{minutes} minutes left\": { msgid: \"{minutes} minutes left\", msgstr: [\"\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"\"] }, Add: { msgid: \"Add\", msgstr: [\"\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"\"] }, paused: { msgid: \"paused\", msgstr: [\"\"] } } } } }, { locale: \"es_GT\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Transifex Bot <>, 2022\", \"Language-Team\": \"Spanish (Guatemala) (https://www.transifex.com/nextcloud/teams/64236/es_GT/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"es_GT\", \"Plural-Forms\": \"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nTransifex Bot <>, 2022\n` }, msgstr: [`Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Guatemala) (https://www.transifex.com/nextcloud/teams/64236/es_GT/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_GT\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n`] }, \"{estimate} seconds left\": { msgid: \"{estimate} seconds left\", msgstr: [\"\"] }, \"{hours} hours and {minutes} minutes left\": { msgid: \"{hours} hours and {minutes} minutes left\", msgstr: [\"\"] }, \"{minutes} minutes left\": { msgid: \"{minutes} minutes left\", msgstr: [\"\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"\"] }, Add: { msgid: \"Add\", msgstr: [\"\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"\"] }, paused: { msgid: \"paused\", msgstr: [\"\"] } } } } }, { locale: \"es_HN\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Transifex Bot <>, 2022\", \"Language-Team\": \"Spanish (Honduras) (https://www.transifex.com/nextcloud/teams/64236/es_HN/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"es_HN\", \"Plural-Forms\": \"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nTransifex Bot <>, 2022\n` }, msgstr: [`Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Honduras) (https://www.transifex.com/nextcloud/teams/64236/es_HN/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_HN\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n`] }, \"{estimate} seconds left\": { msgid: \"{estimate} seconds left\", msgstr: [\"\"] }, \"{hours} hours and {minutes} minutes left\": { msgid: \"{hours} hours and {minutes} minutes left\", msgstr: [\"\"] }, \"{minutes} minutes left\": { msgid: \"{minutes} minutes left\", msgstr: [\"\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"\"] }, Add: { msgid: \"Add\", msgstr: [\"\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"\"] }, paused: { msgid: \"paused\", msgstr: [\"\"] } } } } }, { locale: \"es_MX\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"ALEJANDRO CASTRO, 2022\", \"Language-Team\": \"Spanish (Mexico) (https://www.transifex.com/nextcloud/teams/64236/es_MX/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"es_MX\", \"Plural-Forms\": \"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nLuis Francisco Castro, 2022\nALEJANDRO CASTRO, 2022\n` }, msgstr: [`Last-Translator: ALEJANDRO CASTRO, 2022\nLanguage-Team: Spanish (Mexico) (https://www.transifex.com/nextcloud/teams/64236/es_MX/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_MX\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n`] }, \"{seconds} seconds left\": { msgid: \"{seconds} seconds left\", msgstr: [\"{seconds} segundos restantes\"] }, \"{time} left\": { msgid: \"{time} left\", comments: { extracted: \"time has the format 00:00:00\" }, msgstr: [\"{tiempo} restante\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"quedan pocos segundos\"] }, Add: { msgid: \"Add\", msgstr: [\"agregar\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"cancelar las cargas\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"estimando tiempo restante\"] }, paused: { msgid: \"paused\", msgstr: [\"en pausa\"] }, \"Upload files\": { msgid: \"Upload files\", msgstr: [\"cargar archivos\"] } } } } }, { locale: \"es_NI\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Transifex Bot <>, 2022\", \"Language-Team\": \"Spanish (Nicaragua) (https://www.transifex.com/nextcloud/teams/64236/es_NI/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"es_NI\", \"Plural-Forms\": \"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nTransifex Bot <>, 2022\n` }, msgstr: [`Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Nicaragua) (https://www.transifex.com/nextcloud/teams/64236/es_NI/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_NI\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n`] }, \"{estimate} seconds left\": { msgid: \"{estimate} seconds left\", msgstr: [\"\"] }, \"{hours} hours and {minutes} minutes left\": { msgid: \"{hours} hours and {minutes} minutes left\", msgstr: [\"\"] }, \"{minutes} minutes left\": { msgid: \"{minutes} minutes left\", msgstr: [\"\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"\"] }, Add: { msgid: \"Add\", msgstr: [\"\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"\"] }, paused: { msgid: \"paused\", msgstr: [\"\"] } } } } }, { locale: \"es_PA\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Transifex Bot <>, 2022\", \"Language-Team\": \"Spanish (Panama) (https://www.transifex.com/nextcloud/teams/64236/es_PA/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"es_PA\", \"Plural-Forms\": \"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nTransifex Bot <>, 2022\n` }, msgstr: [`Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Panama) (https://www.transifex.com/nextcloud/teams/64236/es_PA/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_PA\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n`] }, \"{estimate} seconds left\": { msgid: \"{estimate} seconds left\", msgstr: [\"\"] }, \"{hours} hours and {minutes} minutes left\": { msgid: \"{hours} hours and {minutes} minutes left\", msgstr: [\"\"] }, \"{minutes} minutes left\": { msgid: \"{minutes} minutes left\", msgstr: [\"\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"\"] }, Add: { msgid: \"Add\", msgstr: [\"\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"\"] }, paused: { msgid: \"paused\", msgstr: [\"\"] } } } } }, { locale: \"es_PE\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Transifex Bot <>, 2022\", \"Language-Team\": \"Spanish (Peru) (https://www.transifex.com/nextcloud/teams/64236/es_PE/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"es_PE\", \"Plural-Forms\": \"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nTransifex Bot <>, 2022\n` }, msgstr: [`Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Peru) (https://www.transifex.com/nextcloud/teams/64236/es_PE/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_PE\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n`] }, \"{estimate} seconds left\": { msgid: \"{estimate} seconds left\", msgstr: [\"\"] }, \"{hours} hours and {minutes} minutes left\": { msgid: \"{hours} hours and {minutes} minutes left\", msgstr: [\"\"] }, \"{minutes} minutes left\": { msgid: \"{minutes} minutes left\", msgstr: [\"\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"\"] }, Add: { msgid: \"Add\", msgstr: [\"\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"\"] }, paused: { msgid: \"paused\", msgstr: [\"\"] } } } } }, { locale: \"es_PR\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Transifex Bot <>, 2022\", \"Language-Team\": \"Spanish (Puerto Rico) (https://www.transifex.com/nextcloud/teams/64236/es_PR/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"es_PR\", \"Plural-Forms\": \"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nTransifex Bot <>, 2022\n` }, msgstr: [`Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Puerto Rico) (https://www.transifex.com/nextcloud/teams/64236/es_PR/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_PR\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n`] }, \"{estimate} seconds left\": { msgid: \"{estimate} seconds left\", msgstr: [\"\"] }, \"{hours} hours and {minutes} minutes left\": { msgid: \"{hours} hours and {minutes} minutes left\", msgstr: [\"\"] }, \"{minutes} minutes left\": { msgid: \"{minutes} minutes left\", msgstr: [\"\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"\"] }, Add: { msgid: \"Add\", msgstr: [\"\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"\"] }, paused: { msgid: \"paused\", msgstr: [\"\"] } } } } }, { locale: \"es_PY\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Transifex Bot <>, 2022\", \"Language-Team\": \"Spanish (Paraguay) (https://www.transifex.com/nextcloud/teams/64236/es_PY/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"es_PY\", \"Plural-Forms\": \"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nTransifex Bot <>, 2022\n` }, msgstr: [`Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Paraguay) (https://www.transifex.com/nextcloud/teams/64236/es_PY/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_PY\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n`] }, \"{estimate} seconds left\": { msgid: \"{estimate} seconds left\", msgstr: [\"\"] }, \"{hours} hours and {minutes} minutes left\": { msgid: \"{hours} hours and {minutes} minutes left\", msgstr: [\"\"] }, \"{minutes} minutes left\": { msgid: \"{minutes} minutes left\", msgstr: [\"\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"\"] }, Add: { msgid: \"Add\", msgstr: [\"\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"\"] }, paused: { msgid: \"paused\", msgstr: [\"\"] } } } } }, { locale: \"es_SV\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Transifex Bot <>, 2022\", \"Language-Team\": \"Spanish (El Salvador) (https://www.transifex.com/nextcloud/teams/64236/es_SV/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"es_SV\", \"Plural-Forms\": \"nplurals=2; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nTransifex Bot <>, 2022\n` }, msgstr: [`Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (El Salvador) (https://www.transifex.com/nextcloud/teams/64236/es_SV/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_SV\nPlural-Forms: nplurals=2; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n`] }, \"{estimate} seconds left\": { msgid: \"{estimate} seconds left\", msgstr: [\"\"] }, \"{hours} hours and {minutes} minutes left\": { msgid: \"{hours} hours and {minutes} minutes left\", msgstr: [\"\"] }, \"{minutes} minutes left\": { msgid: \"{minutes} minutes left\", msgstr: [\"\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"\"] }, Add: { msgid: \"Add\", msgstr: [\"\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"\"] }, paused: { msgid: \"paused\", msgstr: [\"\"] } } } } }, { locale: \"es_UY\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Transifex Bot <>, 2022\", \"Language-Team\": \"Spanish (Uruguay) (https://www.transifex.com/nextcloud/teams/64236/es_UY/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"es_UY\", \"Plural-Forms\": \"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nTransifex Bot <>, 2022\n` }, msgstr: [`Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Spanish (Uruguay) (https://www.transifex.com/nextcloud/teams/64236/es_UY/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: es_UY\nPlural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n`] }, \"{estimate} seconds left\": { msgid: \"{estimate} seconds left\", msgstr: [\"\"] }, \"{hours} hours and {minutes} minutes left\": { msgid: \"{hours} hours and {minutes} minutes left\", msgstr: [\"\"] }, \"{minutes} minutes left\": { msgid: \"{minutes} minutes left\", msgstr: [\"\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"\"] }, Add: { msgid: \"Add\", msgstr: [\"\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"\"] }, paused: { msgid: \"paused\", msgstr: [\"\"] } } } } }, { locale: \"et_EE\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Taavo Roos, 2023\", \"Language-Team\": \"Estonian (Estonia) (https://app.transifex.com/nextcloud/teams/64236/et_EE/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"et_EE\", \"Plural-Forms\": \"nplurals=2; plural=(n != 1);\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nMait R, 2022\nTaavo Roos, 2023\n` }, msgstr: [`Last-Translator: Taavo Roos, 2023\nLanguage-Team: Estonian (Estonia) (https://app.transifex.com/nextcloud/teams/64236/et_EE/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: et_EE\nPlural-Forms: nplurals=2; plural=(n != 1);\n`] }, \"{seconds} seconds left\": { msgid: \"{seconds} seconds left\", msgstr: [\"{seconds} jäänud sekundid\"] }, \"{time} left\": { msgid: \"{time} left\", comments: { extracted: \"time has the format 00:00:00\" }, msgstr: [\"{time} aega jäänud\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"jäänud mõni sekund\"] }, Add: { msgid: \"Add\", msgstr: [\"Lisa\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"Tühista üleslaadimine\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"hinnanguline järelejäänud aeg\"] }, paused: { msgid: \"paused\", msgstr: [\"pausil\"] }, \"Upload files\": { msgid: \"Upload files\", msgstr: [\"Lae failid üles\"] } } } } }, { locale: \"eu\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Unai Tolosa Pontesta , 2022\", \"Language-Team\": \"Basque (https://www.transifex.com/nextcloud/teams/64236/eu/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"eu\", \"Plural-Forms\": \"nplurals=2; plural=(n != 1);\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nUnai Tolosa Pontesta , 2022\n` }, msgstr: [`Last-Translator: Unai Tolosa Pontesta , 2022\nLanguage-Team: Basque (https://www.transifex.com/nextcloud/teams/64236/eu/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: eu\nPlural-Forms: nplurals=2; plural=(n != 1);\n`] }, \"{seconds} seconds left\": { msgid: \"{seconds} seconds left\", msgstr: [\"{seconds} segundo geratzen dira\"] }, \"{time} left\": { msgid: \"{time} left\", comments: { extracted: \"time has the format 00:00:00\" }, msgstr: [\"{time} geratzen da\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"segundo batzuk geratzen dira\"] }, Add: { msgid: \"Add\", msgstr: [\"Gehitu\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"Ezeztatu igoerak\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"kalkulatutako geratzen den denbora\"] }, paused: { msgid: \"paused\", msgstr: [\"geldituta\"] }, \"Upload files\": { msgid: \"Upload files\", msgstr: [\"Igo fitxategiak\"] } } } } }, { locale: \"fa\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Fatemeh Komeily, 2023\", \"Language-Team\": \"Persian (https://app.transifex.com/nextcloud/teams/64236/fa/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"fa\", \"Plural-Forms\": \"nplurals=2; plural=(n > 1);\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nFatemeh Komeily, 2023\n` }, msgstr: [`Last-Translator: Fatemeh Komeily, 2023\nLanguage-Team: Persian (https://app.transifex.com/nextcloud/teams/64236/fa/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: fa\nPlural-Forms: nplurals=2; plural=(n > 1);\n`] }, \"{seconds} seconds left\": { msgid: \"{seconds} seconds left\", msgstr: [\"ثانیه های باقی مانده\"] }, \"{time} left\": { msgid: \"{time} left\", comments: { extracted: \"time has the format 00:00:00\" }, msgstr: [\"باقی مانده\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"چند ثانیه مانده\"] }, Add: { msgid: \"Add\", msgstr: [\"اضافه کردن\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"کنسل کردن فایل های اپلود شده\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"تخمین زمان باقی مانده\"] }, paused: { msgid: \"paused\", msgstr: [\"مکث کردن\"] }, \"Upload files\": { msgid: \"Upload files\", msgstr: [\"بارگذاری فایل ها\"] } } } } }, { locale: \"fi_FI\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Jiri Grönroos , 2022\", \"Language-Team\": \"Finnish (Finland) (https://www.transifex.com/nextcloud/teams/64236/fi_FI/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"fi_FI\", \"Plural-Forms\": \"nplurals=2; plural=(n != 1);\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nJiri Grönroos , 2022\n` }, msgstr: [`Last-Translator: Jiri Grönroos , 2022\nLanguage-Team: Finnish (Finland) (https://www.transifex.com/nextcloud/teams/64236/fi_FI/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: fi_FI\nPlural-Forms: nplurals=2; plural=(n != 1);\n`] }, \"{seconds} seconds left\": { msgid: \"{seconds} seconds left\", msgstr: [\"{seconds} sekuntia jäljellä\"] }, \"{time} left\": { msgid: \"{time} left\", comments: { extracted: \"time has the format 00:00:00\" }, msgstr: [\"{time} jäljellä\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"muutama sekunti jäljellä\"] }, Add: { msgid: \"Add\", msgstr: [\"Lisää\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"Peruuta lähetykset\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"arvioidaan jäljellä olevaa aikaa\"] }, paused: { msgid: \"paused\", msgstr: [\"keskeytetty\"] }, \"Upload files\": { msgid: \"Upload files\", msgstr: [\"Lähetä tiedostoja\"] } } } } }, { locale: \"fo\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Transifex Bot <>, 2022\", \"Language-Team\": \"Faroese (https://www.transifex.com/nextcloud/teams/64236/fo/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"fo\", \"Plural-Forms\": \"nplurals=2; plural=(n != 1);\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nTransifex Bot <>, 2022\n` }, msgstr: [`Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Faroese (https://www.transifex.com/nextcloud/teams/64236/fo/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: fo\nPlural-Forms: nplurals=2; plural=(n != 1);\n`] }, \"{estimate} seconds left\": { msgid: \"{estimate} seconds left\", msgstr: [\"\"] }, \"{hours} hours and {minutes} minutes left\": { msgid: \"{hours} hours and {minutes} minutes left\", msgstr: [\"\"] }, \"{minutes} minutes left\": { msgid: \"{minutes} minutes left\", msgstr: [\"\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"\"] }, Add: { msgid: \"Add\", msgstr: [\"\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"\"] }, paused: { msgid: \"paused\", msgstr: [\"\"] } } } } }, { locale: \"fr\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Liviu Milies, 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\nLiviu Milies, 2023\n` }, msgstr: [`Last-Translator: Liviu Milies, 2023\nLanguage-Team: French (https://app.transifex.com/nextcloud/teams/64236/fr/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: fr\nPlural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n`] }, \"{count} file conflict\": { msgid: \"{count} file conflict\", msgid_plural: \"{count} files conflict\", msgstr: [\"{count} fichier en conflit\", \"{count} fichiers en conflit\", \"{count} fichiers en conflit\"] }, \"{count} file conflict in {dirname}\": { msgid: \"{count} file conflict in {dirname}\", msgid_plural: \"{count} file conflicts in {dirname}\", msgstr: [\"{count} fichier en conflit dans {dirname}\", \"{count} fichiers en conflit dans {dirname}\", \"{count} fichiers en conflit dans {dirname}\"] }, \"{seconds} seconds left\": { msgid: \"{seconds} seconds left\", msgstr: [\"{seconds} secondes restantes\"] }, \"{time} left\": { msgid: \"{time} left\", comments: { extracted: \"TRANSLATORS time has the format 00:00:00\" }, msgstr: [\"{time} restant\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"quelques secondes restantes\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"Annuler les envois\"] }, Continue: { msgid: \"Continue\", msgstr: [\"Continuer\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"estimation du temps restant\"] }, \"Existing version\": { msgid: \"Existing version\", msgstr: [\"Version existante\"] }, \"If you select both versions, the copied file will have a number added to its name.\": { msgid: \"If you select both versions, the copied file will have a number added to its name.\", msgstr: [\"Si vous sélectionnez les deux versions, un nombre sera postfixé au nom du fichier.\"] }, \"Last modified date unknown\": { msgid: \"Last modified date unknown\", msgstr: [\"Date de dernière modification inconnue\"] }, New: { msgid: \"New\", msgstr: [\"Nou\"] }, \"New version\": { msgid: \"New version\", msgstr: [\"Nouvelle version\"] }, paused: { msgid: \"paused\", msgstr: [\"en pause\"] }, \"Preview image\": { msgid: \"Preview image\", msgstr: [\"Image d'aperçu\"] }, \"Select all checkboxes\": { msgid: \"Select all checkboxes\", msgstr: [\"Sélectionner toutes les cases\"] }, \"Select all existing files\": { msgid: \"Select all existing files\", msgstr: [\"Sélectionner tous les fichiers existants\"] }, \"Select all new files\": { msgid: \"Select all new files\", msgstr: [\"Sélectionner tous les nouveaux fichiers\"] }, \"Skip this file\": { msgid: \"Skip this file\", msgid_plural: \"Skip {count} files\", msgstr: [\"Ignorer ce fichier\", \"Ignorer {count} fichiers\", \"Ignorer {count} fichiers\"] }, \"Unknown size\": { msgid: \"Unknown size\", msgstr: [\"Taille inconnue\"] }, \"Upload cancelled\": { msgid: \"Upload cancelled\", msgstr: [\"Envoi annulé\"] }, \"Upload files\": { msgid: \"Upload files\", msgstr: [\"Téléverser des fichiers\"] }, \"Which files do you want to keep?\": { msgid: \"Which files do you want to keep?\", msgstr: [\"Quels fichiers souhaitez-vous conserver ?\"] }, \"You need to select at least one version of each file to continue.\": { msgid: \"You need to select at least one version of each file to continue.\", msgstr: [\"Vous devez sélectionner au moins une version de chaque fichier pour continuer.\"] } } } } }, { locale: \"gd\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Transifex Bot <>, 2022\", \"Language-Team\": \"Gaelic, Scottish (https://www.transifex.com/nextcloud/teams/64236/gd/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"gd\", \"Plural-Forms\": \"nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n > 2 && n < 20) ? 2 : 3;\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nTransifex Bot <>, 2022\n` }, msgstr: [`Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Gaelic, Scottish (https://www.transifex.com/nextcloud/teams/64236/gd/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: gd\nPlural-Forms: nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n > 2 && n < 20) ? 2 : 3;\n`] }, \"{estimate} seconds left\": { msgid: \"{estimate} seconds left\", msgstr: [\"\"] }, \"{hours} hours and {minutes} minutes left\": { msgid: \"{hours} hours and {minutes} minutes left\", msgstr: [\"\"] }, \"{minutes} minutes left\": { msgid: \"{minutes} minutes left\", msgstr: [\"\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"\"] }, Add: { msgid: \"Add\", msgstr: [\"\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"\"] }, paused: { msgid: \"paused\", msgstr: [\"\"] } } } } }, { locale: \"gl\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Miguel Anxo Bouzada , 2023\", \"Language-Team\": \"Galician (https://app.transifex.com/nextcloud/teams/64236/gl/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"gl\", \"Plural-Forms\": \"nplurals=2; plural=(n != 1);\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nJohn Molakvoæ , 2023\nNacho , 2023\nMiguel Anxo Bouzada , 2023\n` }, msgstr: [`Last-Translator: Miguel Anxo Bouzada , 2023\nLanguage-Team: Galician (https://app.transifex.com/nextcloud/teams/64236/gl/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: gl\nPlural-Forms: nplurals=2; plural=(n != 1);\n`] }, \"{count} file conflict\": { msgid: \"{count} file conflict\", msgid_plural: \"{count} files conflict\", msgstr: [\"{count} conflito de ficheiros\", \"{count} conflitos de ficheiros\"] }, \"{count} file conflict in {dirname}\": { msgid: \"{count} file conflict in {dirname}\", msgid_plural: \"{count} file conflicts in {dirname}\", msgstr: [\"{count} conflito de ficheiros en {dirname}\", \"{count} conflitos de ficheiros en {dirname}\"] }, \"{seconds} seconds left\": { msgid: \"{seconds} seconds left\", msgstr: [\"faltan {seconds} segundos\"] }, \"{time} left\": { msgid: \"{time} left\", comments: { extracted: \"TRANSLATORS time has the format 00:00:00\" }, msgstr: [\"falta {time}\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"faltan uns segundos\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"Cancelar envíos\"] }, Continue: { msgid: \"Continue\", msgstr: [\"Continuar\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"calculando canto tempo falta\"] }, \"Existing version\": { msgid: \"Existing version\", msgstr: [\"Versión existente\"] }, \"If you select both versions, the copied file will have a number added to its name.\": { msgid: \"If you select both versions, the copied file will have a number added to its name.\", msgstr: [\"Se selecciona ambas as versións, o ficheiro copiado terá un número engadido ao seu nome.\"] }, \"Last modified date unknown\": { msgid: \"Last modified date unknown\", msgstr: [\"Data da última modificación descoñecida\"] }, New: { msgid: \"New\", msgstr: [\"Nova\"] }, \"New version\": { msgid: \"New version\", msgstr: [\"Nova versión\"] }, paused: { msgid: \"paused\", msgstr: [\"detido\"] }, \"Preview image\": { msgid: \"Preview image\", msgstr: [\"Vista previa da imaxe\"] }, \"Select all checkboxes\": { msgid: \"Select all checkboxes\", msgstr: [\"Marcar todas as caixas de selección\"] }, \"Select all existing files\": { msgid: \"Select all existing files\", msgstr: [\"Seleccionar todos os ficheiros existentes\"] }, \"Select all new files\": { msgid: \"Select all new files\", msgstr: [\"Seleccionar todos os ficheiros novos\"] }, \"Skip this file\": { msgid: \"Skip this file\", msgid_plural: \"Skip {count} files\", msgstr: [\"Omita este ficheiro\", \"Omitir {count} ficheiros\"] }, \"Unknown size\": { msgid: \"Unknown size\", msgstr: [\"Tamaño descoñecido\"] }, \"Upload cancelled\": { msgid: \"Upload cancelled\", msgstr: [\"Envío cancelado\"] }, \"Upload files\": { msgid: \"Upload files\", msgstr: [\"Enviar ficheiros\"] }, \"Which files do you want to keep?\": { msgid: \"Which files do you want to keep?\", msgstr: [\"Que ficheiros quere conservar?\"] }, \"You need to select at least one version of each file to continue.\": { msgid: \"You need to select at least one version of each file to continue.\", msgstr: [\"Debe seleccionar polo menos unha versión de cada ficheiro para continuar.\"] } } } } }, { locale: \"he\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Transifex Bot <>, 2022\", \"Language-Team\": \"Hebrew (https://www.transifex.com/nextcloud/teams/64236/he/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"he\", \"Plural-Forms\": \"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nTransifex Bot <>, 2022\n` }, msgstr: [`Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Hebrew (https://www.transifex.com/nextcloud/teams/64236/he/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: he\nPlural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n`] }, \"{estimate} seconds left\": { msgid: \"{estimate} seconds left\", msgstr: [\"\"] }, \"{hours} hours and {minutes} minutes left\": { msgid: \"{hours} hours and {minutes} minutes left\", msgstr: [\"\"] }, \"{minutes} minutes left\": { msgid: \"{minutes} minutes left\", msgstr: [\"\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"\"] }, Add: { msgid: \"Add\", msgstr: [\"\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"\"] }, paused: { msgid: \"paused\", msgstr: [\"\"] } } } } }, { locale: \"hi_IN\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Transifex Bot <>, 2022\", \"Language-Team\": \"Hindi (India) (https://www.transifex.com/nextcloud/teams/64236/hi_IN/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"hi_IN\", \"Plural-Forms\": \"nplurals=2; plural=(n != 1);\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nTransifex Bot <>, 2022\n` }, msgstr: [`Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Hindi (India) (https://www.transifex.com/nextcloud/teams/64236/hi_IN/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: hi_IN\nPlural-Forms: nplurals=2; plural=(n != 1);\n`] }, \"{estimate} seconds left\": { msgid: \"{estimate} seconds left\", msgstr: [\"\"] }, \"{hours} hours and {minutes} minutes left\": { msgid: \"{hours} hours and {minutes} minutes left\", msgstr: [\"\"] }, \"{minutes} minutes left\": { msgid: \"{minutes} minutes left\", msgstr: [\"\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"\"] }, Add: { msgid: \"Add\", msgstr: [\"\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"\"] }, paused: { msgid: \"paused\", msgstr: [\"\"] } } } } }, { locale: \"hr\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Transifex Bot <>, 2022\", \"Language-Team\": \"Croatian (https://www.transifex.com/nextcloud/teams/64236/hr/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"hr\", \"Plural-Forms\": \"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nTransifex Bot <>, 2022\n` }, msgstr: [`Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Croatian (https://www.transifex.com/nextcloud/teams/64236/hr/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: hr\nPlural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n`] }, \"{estimate} seconds left\": { msgid: \"{estimate} seconds left\", msgstr: [\"\"] }, \"{hours} hours and {minutes} minutes left\": { msgid: \"{hours} hours and {minutes} minutes left\", msgstr: [\"\"] }, \"{minutes} minutes left\": { msgid: \"{minutes} minutes left\", msgstr: [\"\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"\"] }, Add: { msgid: \"Add\", msgstr: [\"\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"\"] }, paused: { msgid: \"paused\", msgstr: [\"\"] } } } } }, { locale: \"hsb\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Transifex Bot <>, 2022\", \"Language-Team\": \"Upper Sorbian (https://www.transifex.com/nextcloud/teams/64236/hsb/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"hsb\", \"Plural-Forms\": \"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nTransifex Bot <>, 2022\n` }, msgstr: [`Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Upper Sorbian (https://www.transifex.com/nextcloud/teams/64236/hsb/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: hsb\nPlural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n`] }, \"{estimate} seconds left\": { msgid: \"{estimate} seconds left\", msgstr: [\"\"] }, \"{hours} hours and {minutes} minutes left\": { msgid: \"{hours} hours and {minutes} minutes left\", msgstr: [\"\"] }, \"{minutes} minutes left\": { msgid: \"{minutes} minutes left\", msgstr: [\"\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"\"] }, Add: { msgid: \"Add\", msgstr: [\"\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"\"] }, paused: { msgid: \"paused\", msgstr: [\"\"] } } } } }, { locale: \"hu\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Transifex Bot <>, 2022\", \"Language-Team\": \"Hungarian (https://www.transifex.com/nextcloud/teams/64236/hu/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"hu\", \"Plural-Forms\": \"nplurals=2; plural=(n != 1);\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nTransifex Bot <>, 2022\n` }, msgstr: [`Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Hungarian (https://www.transifex.com/nextcloud/teams/64236/hu/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: hu\nPlural-Forms: nplurals=2; plural=(n != 1);\n`] }, \"{estimate} seconds left\": { msgid: \"{estimate} seconds left\", msgstr: [\"\"] }, \"{hours} hours and {minutes} minutes left\": { msgid: \"{hours} hours and {minutes} minutes left\", msgstr: [\"\"] }, \"{minutes} minutes left\": { msgid: \"{minutes} minutes left\", msgstr: [\"\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"\"] }, Add: { msgid: \"Add\", msgstr: [\"\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"\"] }, paused: { msgid: \"paused\", msgstr: [\"\"] } } } } }, { locale: \"hu_HU\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Balázs Úr, 2022\", \"Language-Team\": \"Hungarian (Hungary) (https://www.transifex.com/nextcloud/teams/64236/hu_HU/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"hu_HU\", \"Plural-Forms\": \"nplurals=2; plural=(n != 1);\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nBalázs Meskó , 2022\nBalázs Úr, 2022\n` }, msgstr: [`Last-Translator: Balázs Úr, 2022\nLanguage-Team: Hungarian (Hungary) (https://www.transifex.com/nextcloud/teams/64236/hu_HU/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: hu_HU\nPlural-Forms: nplurals=2; plural=(n != 1);\n`] }, \"{seconds} seconds left\": { msgid: \"{seconds} seconds left\", msgstr: [\"{} másodperc van hátra\"] }, \"{time} left\": { msgid: \"{time} left\", comments: { extracted: \"time has the format 00:00:00\" }, msgstr: [\"{time} van hátra\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"pár másodperc van hátra\"] }, Add: { msgid: \"Add\", msgstr: [\"Hozzáadás\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"Feltöltések megszakítása\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"hátralévő idő becslése\"] }, paused: { msgid: \"paused\", msgstr: [\"szüneteltetve\"] }, \"Upload files\": { msgid: \"Upload files\", msgstr: [\"Fájlok feltöltése\"] } } } } }, { locale: \"hy\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Transifex Bot <>, 2022\", \"Language-Team\": \"Armenian (https://www.transifex.com/nextcloud/teams/64236/hy/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"hy\", \"Plural-Forms\": \"nplurals=2; plural=(n != 1);\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nTransifex Bot <>, 2022\n` }, msgstr: [`Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Armenian (https://www.transifex.com/nextcloud/teams/64236/hy/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: hy\nPlural-Forms: nplurals=2; plural=(n != 1);\n`] }, \"{estimate} seconds left\": { msgid: \"{estimate} seconds left\", msgstr: [\"\"] }, \"{hours} hours and {minutes} minutes left\": { msgid: \"{hours} hours and {minutes} minutes left\", msgstr: [\"\"] }, \"{minutes} minutes left\": { msgid: \"{minutes} minutes left\", msgstr: [\"\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"\"] }, Add: { msgid: \"Add\", msgstr: [\"\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"\"] }, paused: { msgid: \"paused\", msgstr: [\"\"] } } } } }, { locale: \"ia\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Transifex Bot <>, 2022\", \"Language-Team\": \"Interlingua (https://www.transifex.com/nextcloud/teams/64236/ia/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"ia\", \"Plural-Forms\": \"nplurals=2; plural=(n != 1);\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nTransifex Bot <>, 2022\n` }, msgstr: [`Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Interlingua (https://www.transifex.com/nextcloud/teams/64236/ia/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ia\nPlural-Forms: nplurals=2; plural=(n != 1);\n`] }, \"{estimate} seconds left\": { msgid: \"{estimate} seconds left\", msgstr: [\"\"] }, \"{hours} hours and {minutes} minutes left\": { msgid: \"{hours} hours and {minutes} minutes left\", msgstr: [\"\"] }, \"{minutes} minutes left\": { msgid: \"{minutes} minutes left\", msgstr: [\"\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"\"] }, Add: { msgid: \"Add\", msgstr: [\"\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"\"] }, paused: { msgid: \"paused\", msgstr: [\"\"] } } } } }, { locale: \"id\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Linerly , 2023\", \"Language-Team\": \"Indonesian (https://app.transifex.com/nextcloud/teams/64236/id/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"id\", \"Plural-Forms\": \"nplurals=1; plural=0;\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nJohn Molakvoæ , 2023\nEmpty Slot Filler, 2023\nLinerly , 2023\n` }, msgstr: [`Last-Translator: Linerly , 2023\nLanguage-Team: Indonesian (https://app.transifex.com/nextcloud/teams/64236/id/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: id\nPlural-Forms: nplurals=1; plural=0;\n`] }, \"{count} file conflict\": { msgid: \"{count} file conflict\", msgid_plural: \"{count} files conflict\", msgstr: [\"{count} berkas berkonflik\"] }, \"{count} file conflict in {dirname}\": { msgid: \"{count} file conflict in {dirname}\", msgid_plural: \"{count} file conflicts in {dirname}\", msgstr: [\"{count} berkas berkonflik dalam {dirname}\"] }, \"{seconds} seconds left\": { msgid: \"{seconds} seconds left\", msgstr: [\"{seconds} detik tersisa\"] }, \"{time} left\": { msgid: \"{time} left\", comments: { extracted: \"TRANSLATORS time has the format 00:00:00\" }, msgstr: [\"{time} tersisa\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"tinggal sebentar lagi\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"Batalkan unggahan\"] }, Continue: { msgid: \"Continue\", msgstr: [\"Lanjutkan\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"memperkirakan waktu yang tersisa\"] }, \"Existing version\": { msgid: \"Existing version\", msgstr: [\"Versi yang ada\"] }, \"If you select both versions, the copied file will have a number added to its name.\": { msgid: \"If you select both versions, the copied file will have a number added to its name.\", msgstr: [\"Jika Anda memilih kedua versi, nama berkas yang disalin akan ditambahi angka.\"] }, \"Last modified date unknown\": { msgid: \"Last modified date unknown\", msgstr: [\"Tanggal perubahan terakhir tidak diketahui\"] }, New: { msgid: \"New\", msgstr: [\"Baru\"] }, \"New version\": { msgid: \"New version\", msgstr: [\"Versi baru\"] }, paused: { msgid: \"paused\", msgstr: [\"dijeda\"] }, \"Preview image\": { msgid: \"Preview image\", msgstr: [\"Gambar pratinjau\"] }, \"Select all checkboxes\": { msgid: \"Select all checkboxes\", msgstr: [\"Pilih semua kotak centang\"] }, \"Select all existing files\": { msgid: \"Select all existing files\", msgstr: [\"Pilih semua berkas yang ada\"] }, \"Select all new files\": { msgid: \"Select all new files\", msgstr: [\"Pilih semua berkas baru\"] }, \"Skip this file\": { msgid: \"Skip this file\", msgid_plural: \"Skip {count} files\", msgstr: [\"Lewati {count} berkas\"] }, \"Unknown size\": { msgid: \"Unknown size\", msgstr: [\"Ukuran tidak diketahui\"] }, \"Upload cancelled\": { msgid: \"Upload cancelled\", msgstr: [\"Unggahan dibatalkan\"] }, \"Upload files\": { msgid: \"Upload files\", msgstr: [\"Unggah berkas\"] }, \"Which files do you want to keep?\": { msgid: \"Which files do you want to keep?\", msgstr: [\"Berkas mana yang Anda ingin tetap simpan?\"] }, \"You need to select at least one version of each file to continue.\": { msgid: \"You need to select at least one version of each file to continue.\", msgstr: [\"Anda harus memilih setidaknya satu versi dari masing-masing berkas untuk melanjutkan.\"] } } } } }, { locale: \"ig\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Transifex Bot <>, 2022\", \"Language-Team\": \"Igbo (https://www.transifex.com/nextcloud/teams/64236/ig/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"ig\", \"Plural-Forms\": \"nplurals=1; plural=0;\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nTransifex Bot <>, 2022\n` }, msgstr: [`Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Igbo (https://www.transifex.com/nextcloud/teams/64236/ig/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ig\nPlural-Forms: nplurals=1; plural=0;\n`] }, \"{estimate} seconds left\": { msgid: \"{estimate} seconds left\", msgstr: [\"\"] }, \"{hours} hours and {minutes} minutes left\": { msgid: \"{hours} hours and {minutes} minutes left\", msgstr: [\"\"] }, \"{minutes} minutes left\": { msgid: \"{minutes} minutes left\", msgstr: [\"\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"\"] }, Add: { msgid: \"Add\", msgstr: [\"\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"\"] }, paused: { msgid: \"paused\", msgstr: [\"\"] } } } } }, { locale: \"is\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Sveinn í Felli , 2023\", \"Language-Team\": \"Icelandic (https://app.transifex.com/nextcloud/teams/64236/is/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"is\", \"Plural-Forms\": \"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nSveinn í Felli , 2023\n` }, msgstr: [`Last-Translator: Sveinn í Felli , 2023\nLanguage-Team: Icelandic (https://app.transifex.com/nextcloud/teams/64236/is/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: is\nPlural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n`] }, \"{count} file conflict\": { msgid: \"{count} file conflict\", msgid_plural: \"{count} files conflict\", msgstr: [\"{count} árekstur skráa\", \"{count} árekstrar skráa\"] }, \"{count} file conflict in {dirname}\": { msgid: \"{count} file conflict in {dirname}\", msgid_plural: \"{count} file conflicts in {dirname}\", msgstr: [\"{count} árekstur skráa í {dirname}\", \"{count} árekstrar skráa í {dirname}\"] }, \"{seconds} seconds left\": { msgid: \"{seconds} seconds left\", msgstr: [\"{seconds} sekúndur eftir\"] }, \"{time} left\": { msgid: \"{time} left\", comments: { extracted: \"TRANSLATORS time has the format 00:00:00\" }, msgstr: [\"{time} eftir\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"nokkrar sekúndur eftir\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"Hætta við innsendingar\"] }, Continue: { msgid: \"Continue\", msgstr: [\"Halda áfram\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"áætla tíma sem eftir er\"] }, \"Existing version\": { msgid: \"Existing version\", msgstr: [\"Fyrirliggjandi útgáfa\"] }, \"If you select both versions, the copied file will have a number added to its name.\": { msgid: \"If you select both versions, the copied file will have a number added to its name.\", msgstr: [\"Ef þú velur báðar útgáfur, þá mun verða bætt tölustaf aftan við heiti afrituðu skrárinnar.\"] }, \"Last modified date unknown\": { msgid: \"Last modified date unknown\", msgstr: [\"Síðasta breytingadagsetning er óþekkt\"] }, New: { msgid: \"New\", msgstr: [\"Nýtt\"] }, \"New version\": { msgid: \"New version\", msgstr: [\"Ný útgáfa\"] }, paused: { msgid: \"paused\", msgstr: [\"í bið\"] }, \"Preview image\": { msgid: \"Preview image\", msgstr: [\"Forskoðun myndar\"] }, \"Select all checkboxes\": { msgid: \"Select all checkboxes\", msgstr: [\"Velja gátreiti\"] }, \"Select all existing files\": { msgid: \"Select all existing files\", msgstr: [\"Velja allar fyrirliggjandi skrár\"] }, \"Select all new files\": { msgid: \"Select all new files\", msgstr: [\"Velja allar nýjar skrár\"] }, \"Skip this file\": { msgid: \"Skip this file\", msgid_plural: \"Skip {count} files\", msgstr: [\"Sleppa þessari skrá\", \"Sleppa {count} skrám\"] }, \"Unknown size\": { msgid: \"Unknown size\", msgstr: [\"Óþekkt stærð\"] }, \"Upload cancelled\": { msgid: \"Upload cancelled\", msgstr: [\"Hætt við innsendingu\"] }, \"Upload files\": { msgid: \"Upload files\", msgstr: [\"Senda inn skrár\"] }, \"Which files do you want to keep?\": { msgid: \"Which files do you want to keep?\", msgstr: [\"Hvaða skrám vilt þú vilt halda eftir?\"] }, \"You need to select at least one version of each file to continue.\": { msgid: \"You need to select at least one version of each file to continue.\", msgstr: [\"Þú verður að velja að minnsta kosti eina útgáfu af hverri skrá til að halda áfram.\"] } } } } }, { locale: \"it\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"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\": \"M H , 2023\", \"Language-Team\": \"Polish (https://app.transifex.com/nextcloud/teams/64236/pl/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"pl\", \"Plural-Forms\": \"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nJohn Molakvoæ , 2023\nM H , 2023\n` }, msgstr: [`Last-Translator: M H , 2023\nLanguage-Team: Polish (https://app.transifex.com/nextcloud/teams/64236/pl/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: pl\nPlural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n`] }, \"{count} file conflict\": { msgid: \"{count} file conflict\", msgid_plural: \"{count} files conflict\", msgstr: [\"konflikt 1 pliku\", \"{count} konfliktów plików\", \"{count} konfliktów plików\", \"{count} konfliktów plików\"] }, \"{count} file conflict in {dirname}\": { msgid: \"{count} file conflict in {dirname}\", msgid_plural: \"{count} file conflicts in {dirname}\", msgstr: [\"{count} konfliktowy plik w {dirname}\", \"{count} konfliktowych plików w {dirname}\", \"{count} konfliktowych plików w {dirname}\", \"{count} konfliktowych plików w {dirname}\"] }, \"{seconds} seconds left\": { msgid: \"{seconds} seconds left\", msgstr: [\"Pozostało {seconds} sekund\"] }, \"{time} left\": { msgid: \"{time} left\", comments: { extracted: \"TRANSLATORS time has the format 00:00:00\" }, msgstr: [\"Pozostało {time}\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"Pozostało kilka sekund\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"Anuluj wysyłanie\"] }, Continue: { msgid: \"Continue\", msgstr: [\"Kontynuuj\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"Szacowanie pozostałego czasu\"] }, \"Existing version\": { msgid: \"Existing version\", msgstr: [\"Istniejąca wersja\"] }, \"If you select both versions, the copied file will have a number added to its name.\": { msgid: \"If you select both versions, the copied file will have a number added to its name.\", msgstr: [\"Jeżeli wybierzesz obie wersje to do nazw skopiowanych plików zostanie dodany numer\"] }, \"Last modified date unknown\": { msgid: \"Last modified date unknown\", msgstr: [\"Nieznana data ostatniej modyfikacji\"] }, New: { msgid: \"New\", msgstr: [\"Nowy\"] }, \"New version\": { msgid: \"New version\", msgstr: [\"Nowa wersja\"] }, paused: { msgid: \"paused\", msgstr: [\"Wstrzymane\"] }, \"Preview image\": { msgid: \"Preview image\", msgstr: [\"Podgląd obrazu\"] }, \"Select all checkboxes\": { msgid: \"Select all checkboxes\", msgstr: [\"Zaznacz wszystkie boxy\"] }, \"Select all existing files\": { msgid: \"Select all existing files\", msgstr: [\"Zaznacz wszystkie istniejące pliki\"] }, \"Select all new files\": { msgid: \"Select all new files\", msgstr: [\"Zaznacz wszystkie nowe pliki\"] }, \"Skip this file\": { msgid: \"Skip this file\", msgid_plural: \"Skip {count} files\", msgstr: [\"Pomiń 1 plik\", \"Pomiń {count} plików\", \"Pomiń {count} plików\", \"Pomiń {count} plików\"] }, \"Unknown size\": { msgid: \"Unknown size\", msgstr: [\"Nieznany rozmiar\"] }, \"Upload cancelled\": { msgid: \"Upload cancelled\", msgstr: [\"Anulowano wysyłanie\"] }, \"Upload files\": { msgid: \"Upload files\", msgstr: [\"Wyślij pliki\"] }, \"Which files do you want to keep?\": { msgid: \"Which files do you want to keep?\", msgstr: [\"Które pliki chcesz zachować\"] }, \"You need to select at least one version of each file to continue.\": { msgid: \"You need to select at least one version of each file to continue.\", msgstr: [\"Aby kontynuować, musisz wybrać co najmniej jedną wersję każdego pliku.\"] } } } } }, { locale: \"ps\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Transifex Bot <>, 2022\", \"Language-Team\": \"Pashto (https://www.transifex.com/nextcloud/teams/64236/ps/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"ps\", \"Plural-Forms\": \"nplurals=2; plural=(n != 1);\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nTransifex Bot <>, 2022\n` }, msgstr: [`Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Pashto (https://www.transifex.com/nextcloud/teams/64236/ps/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ps\nPlural-Forms: nplurals=2; plural=(n != 1);\n`] }, \"{estimate} seconds left\": { msgid: \"{estimate} seconds left\", msgstr: [\"\"] }, \"{hours} hours and {minutes} minutes left\": { msgid: \"{hours} hours and {minutes} minutes left\", msgstr: [\"\"] }, \"{minutes} minutes left\": { msgid: \"{minutes} minutes left\", msgstr: [\"\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"\"] }, Add: { msgid: \"Add\", msgstr: [\"\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"\"] }, paused: { msgid: \"paused\", msgstr: [\"\"] } } } } }, { locale: \"pt_BR\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Flávio Veras , 2022\", \"Language-Team\": \"Portuguese (Brazil) (https://www.transifex.com/nextcloud/teams/64236/pt_BR/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"pt_BR\", \"Plural-Forms\": \"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nLeonardo Colman , 2022\nJeann Cavalcante , 2022\nFlávio Veras , 2022\n` }, msgstr: [`Last-Translator: Flávio Veras , 2022\nLanguage-Team: Portuguese (Brazil) (https://www.transifex.com/nextcloud/teams/64236/pt_BR/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: pt_BR\nPlural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n`] }, \"{seconds} seconds left\": { msgid: \"{seconds} seconds left\", msgstr: [\"{seconds} segundos restantes\"] }, \"{time} left\": { msgid: \"{time} left\", comments: { extracted: \"time has the format 00:00:00\" }, msgstr: [\"{time} restante\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"alguns segundos restantes\"] }, Add: { msgid: \"Add\", msgstr: [\"Adicionar\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"Cancelar uploads\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"estimando tempo restante\"] }, paused: { msgid: \"paused\", msgstr: [\"pausado\"] }, \"Upload files\": { msgid: \"Upload files\", msgstr: [\"Enviar arquivos\"] } } } } }, { locale: \"pt_PT\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Manuela Silva , 2022\", \"Language-Team\": \"Portuguese (Portugal) (https://www.transifex.com/nextcloud/teams/64236/pt_PT/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"pt_PT\", \"Plural-Forms\": \"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nManuela Silva , 2022\n` }, msgstr: [`Last-Translator: Manuela Silva , 2022\nLanguage-Team: Portuguese (Portugal) (https://www.transifex.com/nextcloud/teams/64236/pt_PT/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: pt_PT\nPlural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n`] }, \"{seconds} seconds left\": { msgid: \"{seconds} seconds left\", msgstr: [\"faltam {seconds} segundo(s)\"] }, \"{time} left\": { msgid: \"{time} left\", comments: { extracted: \"time has the format 00:00:00\" }, msgstr: [\"faltam {time}\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"faltam uns segundos\"] }, Add: { msgid: \"Add\", msgstr: [\"Adicionar\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"Cancelar envios\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"tempo em falta estimado\"] }, paused: { msgid: \"paused\", msgstr: [\"pausado\"] }, \"Upload files\": { msgid: \"Upload files\", msgstr: [\"Enviar ficheiros\"] } } } } }, { locale: \"ro\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Mădălin Vasiliu , 2022\", \"Language-Team\": \"Romanian (https://www.transifex.com/nextcloud/teams/64236/ro/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"ro\", \"Plural-Forms\": \"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nMădălin Vasiliu , 2022\n` }, msgstr: [`Last-Translator: Mădălin Vasiliu , 2022\nLanguage-Team: Romanian (https://www.transifex.com/nextcloud/teams/64236/ro/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ro\nPlural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n`] }, \"{seconds} seconds left\": { msgid: \"{seconds} seconds left\", msgstr: [\"{seconds} secunde rămase\"] }, \"{time} left\": { msgid: \"{time} left\", comments: { extracted: \"time has the format 00:00:00\" }, msgstr: [\"{time} rămas\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"câteva secunde rămase\"] }, Add: { msgid: \"Add\", msgstr: [\"Adaugă\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"Anulați încărcările\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"estimarea timpului rămas\"] }, paused: { msgid: \"paused\", msgstr: [\"pus pe pauză\"] }, \"Upload files\": { msgid: \"Upload files\", msgstr: [\"Încarcă fișiere\"] } } } } }, { locale: \"ru\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Александр, 2023\", \"Language-Team\": \"Russian (https://app.transifex.com/nextcloud/teams/64236/ru/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"ru\", \"Plural-Forms\": \"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nJohn Molakvoæ , 2023\nMax Smith , 2023\nАлександр, 2023\n` }, msgstr: [`Last-Translator: Александр, 2023\nLanguage-Team: Russian (https://app.transifex.com/nextcloud/teams/64236/ru/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ru\nPlural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n`] }, \"{count} file conflict\": { msgid: \"{count} file conflict\", msgid_plural: \"{count} files conflict\", msgstr: [\"конфликт {count} файла\", \"конфликт {count} файлов\", \"конфликт {count} файлов\", \"конфликт {count} файлов\"] }, \"{count} file conflict in {dirname}\": { msgid: \"{count} file conflict in {dirname}\", msgid_plural: \"{count} file conflicts in {dirname}\", msgstr: [\"конфликт {count} файла в {dirname}\", \"конфликт {count} файлов в {dirname}\", \"конфликт {count} файлов в {dirname}\", \"конфликт {count} файлов в {dirname}\"] }, \"{seconds} seconds left\": { msgid: \"{seconds} seconds left\", msgstr: [\"осталось {seconds} секунд\"] }, \"{time} left\": { msgid: \"{time} left\", comments: { extracted: \"TRANSLATORS time has the format 00:00:00\" }, msgstr: [\"осталось {time}\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"осталось несколько секунд\"] }, Add: { msgid: \"Add\", msgstr: [\"Добавить\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"Отменить загрузки\"] }, Continue: { msgid: \"Continue\", msgstr: [\"Продолжить\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"оценка оставшегося времени\"] }, \"Existing version\": { msgid: \"Existing version\", msgstr: [\"Текущая версия\"] }, \"If you select both versions, the copied file will have a number added to its name.\": { msgid: \"If you select both versions, the copied file will have a number added to its name.\", msgstr: [\"Если вы выберете обе версии, к имени скопированного файла будет добавлен номер.\"] }, \"Last modified date unknown\": { msgid: \"Last modified date unknown\", msgstr: [\"Дата последнего изменения неизвестна\"] }, \"New version\": { msgid: \"New version\", msgstr: [\"Новая версия\"] }, paused: { msgid: \"paused\", msgstr: [\"приостановлено\"] }, \"Preview image\": { msgid: \"Preview image\", msgstr: [\"Предварительный просмотр\"] }, \"Select all checkboxes\": { msgid: \"Select all checkboxes\", msgstr: [\"Установить все флажки\"] }, \"Select all existing files\": { msgid: \"Select all existing files\", msgstr: [\"Выбрать все существующие файлы\"] }, \"Select all new files\": { msgid: \"Select all new files\", msgstr: [\"Выбрать все новые файлы\"] }, \"Skip this file\": { msgid: \"Skip this file\", msgid_plural: \"Skip {count} files\", msgstr: [\"Пропустить файл\", \"Пропустить {count} файла\", \"Пропустить {count} файлов\", \"Пропустить {count} файлов\"] }, \"Unknown size\": { msgid: \"Unknown size\", msgstr: [\"Неизвестный размер\"] }, \"Upload cancelled\": { msgid: \"Upload cancelled\", msgstr: [\"Загрузка отменена\"] }, \"Upload files\": { msgid: \"Upload files\", msgstr: [\"Загрузка файлов\"] }, \"Which files do you want to keep?\": { msgid: \"Which files do you want to keep?\", msgstr: [\"Какие файлы вы хотите сохранить?\"] }, \"You need to select at least one version of each file to continue.\": { msgid: \"You need to select at least one version of each file to continue.\", msgstr: [\"Для продолжения вам нужно выбрать по крайней мере одну версию каждого файла.\"] } } } } }, { locale: \"ru_RU\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Transifex Bot <>, 2022\", \"Language-Team\": \"Russian (Russia) (https://www.transifex.com/nextcloud/teams/64236/ru_RU/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"ru_RU\", \"Plural-Forms\": \"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nTransifex Bot <>, 2022\n` }, msgstr: [`Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Russian (Russia) (https://www.transifex.com/nextcloud/teams/64236/ru_RU/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ru_RU\nPlural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n`] }, \"{estimate} seconds left\": { msgid: \"{estimate} seconds left\", msgstr: [\"\"] }, \"{hours} hours and {minutes} minutes left\": { msgid: \"{hours} hours and {minutes} minutes left\", msgstr: [\"\"] }, \"{minutes} minutes left\": { msgid: \"{minutes} minutes left\", msgstr: [\"\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"\"] }, Add: { msgid: \"Add\", msgstr: [\"\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"\"] }, paused: { msgid: \"paused\", msgstr: [\"\"] } } } } }, { locale: \"sc\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Transifex Bot <>, 2022\", \"Language-Team\": \"Sardinian (https://www.transifex.com/nextcloud/teams/64236/sc/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"sc\", \"Plural-Forms\": \"nplurals=2; plural=(n != 1);\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nTransifex Bot <>, 2022\n` }, msgstr: [`Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Sardinian (https://www.transifex.com/nextcloud/teams/64236/sc/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: sc\nPlural-Forms: nplurals=2; plural=(n != 1);\n`] }, \"{estimate} seconds left\": { msgid: \"{estimate} seconds left\", msgstr: [\"\"] }, \"{hours} hours and {minutes} minutes left\": { msgid: \"{hours} hours and {minutes} minutes left\", msgstr: [\"\"] }, \"{minutes} minutes left\": { msgid: \"{minutes} minutes left\", msgstr: [\"\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"\"] }, Add: { msgid: \"Add\", msgstr: [\"\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"\"] }, paused: { msgid: \"paused\", msgstr: [\"\"] } } } } }, { locale: \"si\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Transifex Bot <>, 2022\", \"Language-Team\": \"Sinhala (https://www.transifex.com/nextcloud/teams/64236/si/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"si\", \"Plural-Forms\": \"nplurals=2; plural=(n != 1);\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nTransifex Bot <>, 2022\n` }, msgstr: [`Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Sinhala (https://www.transifex.com/nextcloud/teams/64236/si/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: si\nPlural-Forms: nplurals=2; plural=(n != 1);\n`] }, \"{estimate} seconds left\": { msgid: \"{estimate} seconds left\", msgstr: [\"\"] }, \"{hours} hours and {minutes} minutes left\": { msgid: \"{hours} hours and {minutes} minutes left\", msgstr: [\"\"] }, \"{minutes} minutes left\": { msgid: \"{minutes} minutes left\", msgstr: [\"\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"\"] }, Add: { msgid: \"Add\", msgstr: [\"\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"\"] }, paused: { msgid: \"paused\", msgstr: [\"\"] } } } } }, { locale: \"si_LK\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Transifex Bot <>, 2022\", \"Language-Team\": \"Sinhala (Sri Lanka) (https://www.transifex.com/nextcloud/teams/64236/si_LK/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"si_LK\", \"Plural-Forms\": \"nplurals=2; plural=(n != 1);\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nTransifex Bot <>, 2022\n` }, msgstr: [`Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Sinhala (Sri Lanka) (https://www.transifex.com/nextcloud/teams/64236/si_LK/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: si_LK\nPlural-Forms: nplurals=2; plural=(n != 1);\n`] }, \"{estimate} seconds left\": { msgid: \"{estimate} seconds left\", msgstr: [\"\"] }, \"{hours} hours and {minutes} minutes left\": { msgid: \"{hours} hours and {minutes} minutes left\", msgstr: [\"\"] }, \"{minutes} minutes left\": { msgid: \"{minutes} minutes left\", msgstr: [\"\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"\"] }, Add: { msgid: \"Add\", msgstr: [\"\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"\"] }, paused: { msgid: \"paused\", msgstr: [\"\"] } } } } }, { locale: \"sk_SK\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Transifex Bot <>, 2022\", \"Language-Team\": \"Slovak (Slovakia) (https://www.transifex.com/nextcloud/teams/64236/sk_SK/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"sk_SK\", \"Plural-Forms\": \"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nTransifex Bot <>, 2022\n` }, msgstr: [`Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Slovak (Slovakia) (https://www.transifex.com/nextcloud/teams/64236/sk_SK/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: sk_SK\nPlural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n`] }, \"{estimate} seconds left\": { msgid: \"{estimate} seconds left\", msgstr: [\"\"] }, \"{hours} hours and {minutes} minutes left\": { msgid: \"{hours} hours and {minutes} minutes left\", msgstr: [\"\"] }, \"{minutes} minutes left\": { msgid: \"{minutes} minutes left\", msgstr: [\"\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"\"] }, Add: { msgid: \"Add\", msgstr: [\"\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"\"] }, paused: { msgid: \"paused\", msgstr: [\"\"] } } } } }, { locale: \"sl\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Matej Urbančič <>, 2022\", \"Language-Team\": \"Slovenian (https://www.transifex.com/nextcloud/teams/64236/sl/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"sl\", \"Plural-Forms\": \"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nMatej Urbančič <>, 2022\n` }, msgstr: [`Last-Translator: Matej Urbančič <>, 2022\nLanguage-Team: Slovenian (https://www.transifex.com/nextcloud/teams/64236/sl/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: sl\nPlural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n`] }, \"{seconds} seconds left\": { msgid: \"{seconds} seconds left\", msgstr: [\"še {seconds} sekund\"] }, \"{time} left\": { msgid: \"{time} left\", comments: { extracted: \"time has the format 00:00:00\" }, msgstr: [\"še {time}\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"še nekaj sekund\"] }, Add: { msgid: \"Add\", msgstr: [\"Dodaj\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"Prekliči pošiljanje\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"ocenjen čas do konca\"] }, paused: { msgid: \"paused\", msgstr: [\"v premoru\"] }, \"Upload files\": { msgid: \"Upload files\", msgstr: [\"Pošlji datoteke\"] } } } } }, { locale: \"sl_SI\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Transifex Bot <>, 2022\", \"Language-Team\": \"Slovenian (Slovenia) (https://www.transifex.com/nextcloud/teams/64236/sl_SI/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"sl_SI\", \"Plural-Forms\": \"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nTransifex Bot <>, 2022\n` }, msgstr: [`Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Slovenian (Slovenia) (https://www.transifex.com/nextcloud/teams/64236/sl_SI/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: sl_SI\nPlural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n`] }, \"{estimate} seconds left\": { msgid: \"{estimate} seconds left\", msgstr: [\"\"] }, \"{hours} hours and {minutes} minutes left\": { msgid: \"{hours} hours and {minutes} minutes left\", msgstr: [\"\"] }, \"{minutes} minutes left\": { msgid: \"{minutes} minutes left\", msgstr: [\"\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"\"] }, Add: { msgid: \"Add\", msgstr: [\"\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"\"] }, paused: { msgid: \"paused\", msgstr: [\"\"] } } } } }, { locale: \"sq\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Transifex Bot <>, 2022\", \"Language-Team\": \"Albanian (https://www.transifex.com/nextcloud/teams/64236/sq/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"sq\", \"Plural-Forms\": \"nplurals=2; plural=(n != 1);\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nTransifex Bot <>, 2022\n` }, msgstr: [`Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Albanian (https://www.transifex.com/nextcloud/teams/64236/sq/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: sq\nPlural-Forms: nplurals=2; plural=(n != 1);\n`] }, \"{estimate} seconds left\": { msgid: \"{estimate} seconds left\", msgstr: [\"\"] }, \"{hours} hours and {minutes} minutes left\": { msgid: \"{hours} hours and {minutes} minutes left\", msgstr: [\"\"] }, \"{minutes} minutes left\": { msgid: \"{minutes} minutes left\", msgstr: [\"\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"\"] }, Add: { msgid: \"Add\", msgstr: [\"\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"\"] }, paused: { msgid: \"paused\", msgstr: [\"\"] } } } } }, { locale: \"sr\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Иван Пешић, 2023\", \"Language-Team\": \"Serbian (https://app.transifex.com/nextcloud/teams/64236/sr/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"sr\", \"Plural-Forms\": \"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nJohn Molakvoæ , 2023\nИван Пешић, 2023\n` }, msgstr: [`Last-Translator: Иван Пешић, 2023\nLanguage-Team: Serbian (https://app.transifex.com/nextcloud/teams/64236/sr/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: sr\nPlural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n`] }, \"{count} file conflict\": { msgid: \"{count} file conflict\", msgid_plural: \"{count} files conflict\", msgstr: [\"{count} фајл конфликт\", \"{count} фајл конфликта\", \"{count} фајл конфликта\"] }, \"{count} file conflict in {dirname}\": { msgid: \"{count} file conflict in {dirname}\", msgid_plural: \"{count} file conflicts in {dirname}\", msgstr: [\"{count} фајл конфликт у {dirname}\", \"{count} фајл конфликта у {dirname}\", \"{count} фајл конфликта у {dirname}\"] }, \"{seconds} seconds left\": { msgid: \"{seconds} seconds left\", msgstr: [\"преостало је {seconds} секунди\"] }, \"{time} left\": { msgid: \"{time} left\", comments: { extracted: \"TRANSLATORS time has the format 00:00:00\" }, msgstr: [\"{time} преостало\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"преостало је неколико секунди\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"Обустави отпремања\"] }, Continue: { msgid: \"Continue\", msgstr: [\"Настави\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"процена преосталог времена\"] }, \"Existing version\": { msgid: \"Existing version\", msgstr: [\"Постојећа верзија\"] }, \"If you select both versions, the copied file will have a number added to its name.\": { msgid: \"If you select both versions, the copied file will have a number added to its name.\", msgstr: [\"Ако изаберете обе верзије, на име копираног фајла ће се додати број.\"] }, \"Last modified date unknown\": { msgid: \"Last modified date unknown\", msgstr: [\"Није познат датум последње измене\"] }, New: { msgid: \"New\", msgstr: [\"Ново\"] }, \"New version\": { msgid: \"New version\", msgstr: [\"Нова верзија\"] }, paused: { msgid: \"paused\", msgstr: [\"паузирано\"] }, \"Preview image\": { msgid: \"Preview image\", msgstr: [\"Слика прегледа\"] }, \"Select all checkboxes\": { msgid: \"Select all checkboxes\", msgstr: [\"Штиклирај сва поља за штиклирање\"] }, \"Select all existing files\": { msgid: \"Select all existing files\", msgstr: [\"Изабери све постојеће фајлове\"] }, \"Select all new files\": { msgid: \"Select all new files\", msgstr: [\"Изабери све нове фајлове\"] }, \"Skip this file\": { msgid: \"Skip this file\", msgid_plural: \"Skip {count} files\", msgstr: [\"Прескочи овај фајл\", \"Прескочи {count} фајла\", \"Прескочи {count} фајлова\"] }, \"Unknown size\": { msgid: \"Unknown size\", msgstr: [\"Непозната величина\"] }, \"Upload cancelled\": { msgid: \"Upload cancelled\", msgstr: [\"Отпремање је отказано\"] }, \"Upload files\": { msgid: \"Upload files\", msgstr: [\"Отпреми фајлове\"] }, \"Which files do you want to keep?\": { msgid: \"Which files do you want to keep?\", msgstr: [\"Које фајлове желите да задржите?\"] }, \"You need to select at least one version of each file to continue.\": { msgid: \"You need to select at least one version of each file to continue.\", msgstr: [\"Морате да изаберете барем једну верзију сваког фајла да наставите.\"] } } } } }, { locale: \"sr@latin\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Transifex Bot <>, 2022\", \"Language-Team\": \"Serbian (Latin) (https://www.transifex.com/nextcloud/teams/64236/sr@latin/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"sr@latin\", \"Plural-Forms\": \"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nTransifex Bot <>, 2022\n` }, msgstr: [`Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Serbian (Latin) (https://www.transifex.com/nextcloud/teams/64236/sr@latin/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: sr@latin\nPlural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n`] }, \"{estimate} seconds left\": { msgid: \"{estimate} seconds left\", msgstr: [\"\"] }, \"{hours} hours and {minutes} minutes left\": { msgid: \"{hours} hours and {minutes} minutes left\", msgstr: [\"\"] }, \"{minutes} minutes left\": { msgid: \"{minutes} minutes left\", msgstr: [\"\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"\"] }, Add: { msgid: \"Add\", msgstr: [\"\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"\"] }, paused: { msgid: \"paused\", msgstr: [\"\"] } } } } }, { locale: \"sv\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Magnus Höglund, 2023\", \"Language-Team\": \"Swedish (https://app.transifex.com/nextcloud/teams/64236/sv/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"sv\", \"Plural-Forms\": \"nplurals=2; plural=(n != 1);\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nJohn Molakvoæ , 2023\nMagnus Höglund, 2023\n` }, msgstr: [`Last-Translator: Magnus Höglund, 2023\nLanguage-Team: Swedish (https://app.transifex.com/nextcloud/teams/64236/sv/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: sv\nPlural-Forms: nplurals=2; plural=(n != 1);\n`] }, \"{count} file conflict\": { msgid: \"{count} file conflict\", msgid_plural: \"{count} files conflict\", msgstr: [\"{count} filkonflikt\", \"{count} filkonflikter\"] }, \"{count} file conflict in {dirname}\": { msgid: \"{count} file conflict in {dirname}\", msgid_plural: \"{count} file conflicts in {dirname}\", msgstr: [\"{count} filkonflikt i {dirname}\", \"{count} filkonflikter i {dirname}\"] }, \"{seconds} seconds left\": { msgid: \"{seconds} seconds left\", msgstr: [\"{seconds} sekunder kvarstår\"] }, \"{time} left\": { msgid: \"{time} left\", comments: { extracted: \"TRANSLATORS time has the format 00:00:00\" }, msgstr: [\"{time} kvarstår\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"några sekunder kvar\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"Avbryt uppladdningar\"] }, Continue: { msgid: \"Continue\", msgstr: [\"Fortsätt\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"uppskattar kvarstående tid\"] }, \"Existing version\": { msgid: \"Existing version\", msgstr: [\"Nuvarande version\"] }, \"If you select both versions, the copied file will have a number added to its name.\": { msgid: \"If you select both versions, the copied file will have a number added to its name.\", msgstr: [\"Om du väljer båda versionerna kommer den kopierade filen att få ett nummer tillagt i namnet.\"] }, \"Last modified date unknown\": { msgid: \"Last modified date unknown\", msgstr: [\"Senaste ändringsdatum okänt\"] }, New: { msgid: \"New\", msgstr: [\"Ny\"] }, \"New version\": { msgid: \"New version\", msgstr: [\"Ny version\"] }, paused: { msgid: \"paused\", msgstr: [\"pausad\"] }, \"Preview image\": { msgid: \"Preview image\", msgstr: [\"Förhandsgranska bild\"] }, \"Select all checkboxes\": { msgid: \"Select all checkboxes\", msgstr: [\"Markera alla kryssrutor\"] }, \"Select all existing files\": { msgid: \"Select all existing files\", msgstr: [\"Välj alla befintliga filer\"] }, \"Select all new files\": { msgid: \"Select all new files\", msgstr: [\"Välj alla nya filer\"] }, \"Skip this file\": { msgid: \"Skip this file\", msgid_plural: \"Skip {count} files\", msgstr: [\"Hoppa över denna fil\", \"Hoppa över {count} filer\"] }, \"Unknown size\": { msgid: \"Unknown size\", msgstr: [\"Okänd storlek\"] }, \"Upload cancelled\": { msgid: \"Upload cancelled\", msgstr: [\"Uppladdningen avbröts\"] }, \"Upload files\": { msgid: \"Upload files\", msgstr: [\"Ladda upp filer\"] }, \"Which files do you want to keep?\": { msgid: \"Which files do you want to keep?\", msgstr: [\"Vilka filer vill du behålla?\"] }, \"You need to select at least one version of each file to continue.\": { msgid: \"You need to select at least one version of each file to continue.\", msgstr: [\"Du måste välja minst en version av varje fil för att fortsätta.\"] } } } } }, { locale: \"sw\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Transifex Bot <>, 2022\", \"Language-Team\": \"Swahili (https://www.transifex.com/nextcloud/teams/64236/sw/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"sw\", \"Plural-Forms\": \"nplurals=2; plural=(n != 1);\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nTransifex Bot <>, 2022\n` }, msgstr: [`Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Swahili (https://www.transifex.com/nextcloud/teams/64236/sw/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: sw\nPlural-Forms: nplurals=2; plural=(n != 1);\n`] }, \"{estimate} seconds left\": { msgid: \"{estimate} seconds left\", msgstr: [\"\"] }, \"{hours} hours and {minutes} minutes left\": { msgid: \"{hours} hours and {minutes} minutes left\", msgstr: [\"\"] }, \"{minutes} minutes left\": { msgid: \"{minutes} minutes left\", msgstr: [\"\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"\"] }, Add: { msgid: \"Add\", msgstr: [\"\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"\"] }, paused: { msgid: \"paused\", msgstr: [\"\"] } } } } }, { locale: \"ta\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Transifex Bot <>, 2022\", \"Language-Team\": \"Tamil (https://www.transifex.com/nextcloud/teams/64236/ta/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"ta\", \"Plural-Forms\": \"nplurals=2; plural=(n != 1);\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nTransifex Bot <>, 2022\n` }, msgstr: [`Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Tamil (https://www.transifex.com/nextcloud/teams/64236/ta/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ta\nPlural-Forms: nplurals=2; plural=(n != 1);\n`] }, \"{estimate} seconds left\": { msgid: \"{estimate} seconds left\", msgstr: [\"\"] }, \"{hours} hours and {minutes} minutes left\": { msgid: \"{hours} hours and {minutes} minutes left\", msgstr: [\"\"] }, \"{minutes} minutes left\": { msgid: \"{minutes} minutes left\", msgstr: [\"\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"\"] }, Add: { msgid: \"Add\", msgstr: [\"\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"\"] }, paused: { msgid: \"paused\", msgstr: [\"\"] } } } } }, { locale: \"ta_LK\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Transifex Bot <>, 2022\", \"Language-Team\": \"Tamil (Sri-Lanka) (https://www.transifex.com/nextcloud/teams/64236/ta_LK/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"ta_LK\", \"Plural-Forms\": \"nplurals=2; plural=(n != 1);\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nTransifex Bot <>, 2022\n` }, msgstr: [`Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Tamil (Sri-Lanka) (https://www.transifex.com/nextcloud/teams/64236/ta_LK/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ta_LK\nPlural-Forms: nplurals=2; plural=(n != 1);\n`] }, \"{estimate} seconds left\": { msgid: \"{estimate} seconds left\", msgstr: [\"\"] }, \"{hours} hours and {minutes} minutes left\": { msgid: \"{hours} hours and {minutes} minutes left\", msgstr: [\"\"] }, \"{minutes} minutes left\": { msgid: \"{minutes} minutes left\", msgstr: [\"\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"\"] }, Add: { msgid: \"Add\", msgstr: [\"\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"\"] }, paused: { msgid: \"paused\", msgstr: [\"\"] } } } } }, { locale: \"th\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Transifex Bot <>, 2022\", \"Language-Team\": \"Thai (https://www.transifex.com/nextcloud/teams/64236/th/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"th\", \"Plural-Forms\": \"nplurals=1; plural=0;\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nTransifex Bot <>, 2022\n` }, msgstr: [`Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Thai (https://www.transifex.com/nextcloud/teams/64236/th/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: th\nPlural-Forms: nplurals=1; plural=0;\n`] }, \"{estimate} seconds left\": { msgid: \"{estimate} seconds left\", msgstr: [\"\"] }, \"{hours} hours and {minutes} minutes left\": { msgid: \"{hours} hours and {minutes} minutes left\", msgstr: [\"\"] }, \"{minutes} minutes left\": { msgid: \"{minutes} minutes left\", msgstr: [\"\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"\"] }, Add: { msgid: \"Add\", msgstr: [\"\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"\"] }, paused: { msgid: \"paused\", msgstr: [\"\"] } } } } }, { locale: \"th_TH\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Phongpanot Phairat , 2022\", \"Language-Team\": \"Thai (Thailand) (https://www.transifex.com/nextcloud/teams/64236/th_TH/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"th_TH\", \"Plural-Forms\": \"nplurals=1; plural=0;\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nPhongpanot Phairat , 2022\n` }, msgstr: [`Last-Translator: Phongpanot Phairat , 2022\nLanguage-Team: Thai (Thailand) (https://www.transifex.com/nextcloud/teams/64236/th_TH/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: th_TH\nPlural-Forms: nplurals=1; plural=0;\n`] }, \"{seconds} seconds left\": { msgid: \"{seconds} seconds left\", msgstr: [\"เหลืออีก {seconds} วินาที\"] }, \"{time} left\": { msgid: \"{time} left\", comments: { extracted: \"time has the format 00:00:00\" }, msgstr: [\"เหลืออีก {time}\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"เหลืออีกไม่กี่วินาที\"] }, Add: { msgid: \"Add\", msgstr: [\"เพิ่ม\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"ยกเลิกการอัปโหลด\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"กำลังคำนวณเวลาที่เหลือ\"] }, paused: { msgid: \"paused\", msgstr: [\"หยุดชั่วคราว\"] }, \"Upload files\": { msgid: \"Upload files\", msgstr: [\"อัปโหลดไฟล์\"] } } } } }, { locale: \"tk\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Transifex Bot <>, 2022\", \"Language-Team\": \"Turkmen (https://www.transifex.com/nextcloud/teams/64236/tk/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"tk\", \"Plural-Forms\": \"nplurals=2; plural=(n != 1);\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nTransifex Bot <>, 2022\n` }, msgstr: [`Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Turkmen (https://www.transifex.com/nextcloud/teams/64236/tk/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: tk\nPlural-Forms: nplurals=2; plural=(n != 1);\n`] }, \"{estimate} seconds left\": { msgid: \"{estimate} seconds left\", msgstr: [\"\"] }, \"{hours} hours and {minutes} minutes left\": { msgid: \"{hours} hours and {minutes} minutes left\", msgstr: [\"\"] }, \"{minutes} minutes left\": { msgid: \"{minutes} minutes left\", msgstr: [\"\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"\"] }, Add: { msgid: \"Add\", msgstr: [\"\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"\"] }, paused: { msgid: \"paused\", msgstr: [\"\"] } } } } }, { locale: \"tr\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Kaya Zeren , 2023\", \"Language-Team\": \"Turkish (https://app.transifex.com/nextcloud/teams/64236/tr/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"tr\", \"Plural-Forms\": \"nplurals=2; plural=(n > 1);\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nJohn Molakvoæ , 2023\nKaya Zeren , 2023\n` }, msgstr: [`Last-Translator: Kaya Zeren , 2023\nLanguage-Team: Turkish (https://app.transifex.com/nextcloud/teams/64236/tr/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: tr\nPlural-Forms: nplurals=2; plural=(n > 1);\n`] }, \"{count} file conflict\": { msgid: \"{count} file conflict\", msgid_plural: \"{count} files conflict\", msgstr: [\"{count} dosya çakışması var\", \"{count} dosya çakışması var\"] }, \"{count} file conflict in {dirname}\": { msgid: \"{count} file conflict in {dirname}\", msgid_plural: \"{count} file conflicts in {dirname}\", msgstr: [\"{dirname} klasöründe {count} dosya çakışması var\", \"{dirname} klasöründe {count} dosya çakışması var\"] }, \"{seconds} seconds left\": { msgid: \"{seconds} seconds left\", msgstr: [\"{seconds} saniye kaldı\"] }, \"{time} left\": { msgid: \"{time} left\", comments: { extracted: \"TRANSLATORS time has the format 00:00:00\" }, msgstr: [\"{time} kaldı\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"bir kaç saniye kaldı\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"Yüklemeleri iptal et\"] }, Continue: { msgid: \"Continue\", msgstr: [\"İlerle\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"öngörülen kalan süre\"] }, \"Existing version\": { msgid: \"Existing version\", msgstr: [\"Var olan sürüm\"] }, \"If you select both versions, the copied file will have a number added to its name.\": { msgid: \"If you select both versions, the copied file will have a number added to its name.\", msgstr: [\"İki sürümü de seçerseniz, kopyalanan dosyanın adına bir sayı eklenir.\"] }, \"Last modified date unknown\": { msgid: \"Last modified date unknown\", msgstr: [\"Son değiştirilme tarihi bilinmiyor\"] }, New: { msgid: \"New\", msgstr: [\"Yeni\"] }, \"New version\": { msgid: \"New version\", msgstr: [\"Yeni sürüm\"] }, paused: { msgid: \"paused\", msgstr: [\"duraklatıldı\"] }, \"Preview image\": { msgid: \"Preview image\", msgstr: [\"Görsel ön izlemesi\"] }, \"Select all checkboxes\": { msgid: \"Select all checkboxes\", msgstr: [\"Tüm kutuları işaretle\"] }, \"Select all existing files\": { msgid: \"Select all existing files\", msgstr: [\"Tüm var olan dosyaları seç\"] }, \"Select all new files\": { msgid: \"Select all new files\", msgstr: [\"Tüm yeni dosyaları seç\"] }, \"Skip this file\": { msgid: \"Skip this file\", msgid_plural: \"Skip {count} files\", msgstr: [\"Bu dosyayı atla\", \"{count} dosyayı atla\"] }, \"Unknown size\": { msgid: \"Unknown size\", msgstr: [\"Boyut bilinmiyor\"] }, \"Upload cancelled\": { msgid: \"Upload cancelled\", msgstr: [\"Yükleme iptal edildi\"] }, \"Upload files\": { msgid: \"Upload files\", msgstr: [\"Dosyaları yükle\"] }, \"Which files do you want to keep?\": { msgid: \"Which files do you want to keep?\", msgstr: [\"Hangi dosyaları tutmak istiyorsunuz?\"] }, \"You need to select at least one version of each file to continue.\": { msgid: \"You need to select at least one version of each file to continue.\", msgstr: [\"İlerlemek için her dosyanın en az bir sürümünü seçmelisiniz.\"] } } } } }, { locale: \"ug\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Transifex Bot <>, 2022\", \"Language-Team\": \"Uyghur (https://www.transifex.com/nextcloud/teams/64236/ug/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"ug\", \"Plural-Forms\": \"nplurals=2; plural=(n != 1);\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nTransifex Bot <>, 2022\n` }, msgstr: [`Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Uyghur (https://www.transifex.com/nextcloud/teams/64236/ug/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ug\nPlural-Forms: nplurals=2; plural=(n != 1);\n`] }, \"{estimate} seconds left\": { msgid: \"{estimate} seconds left\", msgstr: [\"\"] }, \"{hours} hours and {minutes} minutes left\": { msgid: \"{hours} hours and {minutes} minutes left\", msgstr: [\"\"] }, \"{minutes} minutes left\": { msgid: \"{minutes} minutes left\", msgstr: [\"\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"\"] }, Add: { msgid: \"Add\", msgstr: [\"\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"\"] }, paused: { msgid: \"paused\", msgstr: [\"\"] } } } } }, { locale: \"uk\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"O St , 2023\", \"Language-Team\": \"Ukrainian (https://app.transifex.com/nextcloud/teams/64236/uk/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"uk\", \"Plural-Forms\": \"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nJohn Molakvoæ , 2023\nMehi Loki, 2023\nO St , 2023\n` }, msgstr: [`Last-Translator: O St , 2023\nLanguage-Team: Ukrainian (https://app.transifex.com/nextcloud/teams/64236/uk/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: uk\nPlural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n`] }, \"{count} file conflict\": { msgid: \"{count} file conflict\", msgid_plural: \"{count} files conflict\", msgstr: [\"{count} конфліктний файл\", \"{count} конфліктних файли\", \"{count} конфліктних файлів\", \"{count} конфліктних файлів\"] }, \"{count} file conflict in {dirname}\": { msgid: \"{count} file conflict in {dirname}\", msgid_plural: \"{count} file conflicts in {dirname}\", msgstr: [\"{count} конфліктний файл у каталозі {dirname}\", \"{count} конфліктних файли у каталозі {dirname}\", \"{count} конфліктних файлів у каталозі {dirname}\", \"{count} конфліктних файлів у каталозі {dirname}\"] }, \"{seconds} seconds left\": { msgid: \"{seconds} seconds left\", msgstr: [\"Залишилося {seconds} секунд\"] }, \"{time} left\": { msgid: \"{time} left\", comments: { extracted: \"TRANSLATORS time has the format 00:00:00\" }, msgstr: [\"Залишилося {time}\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"залишилося кілька секунд\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"Скасувати завантаження\"] }, Continue: { msgid: \"Continue\", msgstr: [\"Продовжити\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"оцінка часу, що залишився\"] }, \"Existing version\": { msgid: \"Existing version\", msgstr: [\"Присутня версія\"] }, \"If you select both versions, the copied file will have a number added to its name.\": { msgid: \"If you select both versions, the copied file will have a number added to its name.\", msgstr: [\"Якщо ви виберете обидві версії, буде створено копію файлу до назви якої буде додано цифру.\"] }, \"Last modified date unknown\": { msgid: \"Last modified date unknown\", msgstr: [\"Дата останньої зміни невідома\"] }, New: { msgid: \"New\", msgstr: [\"Нове\"] }, \"New version\": { msgid: \"New version\", msgstr: [\"Нова версія\"] }, paused: { msgid: \"paused\", msgstr: [\"призупинено\"] }, \"Preview image\": { msgid: \"Preview image\", msgstr: [\"Попередній перегляд\"] }, \"Select all checkboxes\": { msgid: \"Select all checkboxes\", msgstr: [\"Вибрати все\"] }, \"Select all existing files\": { msgid: \"Select all existing files\", msgstr: [\"Вибрати всі присутні файли\"] }, \"Select all new files\": { msgid: \"Select all new files\", msgstr: [\"Виберіть усі нові файли\"] }, \"Skip this file\": { msgid: \"Skip this file\", msgid_plural: \"Skip {count} files\", msgstr: [\"Пропустити файл\", \"Пропустити {count} файли\", \"Пропустити {count} файлів\", \"Пропустити {count} файлів\"] }, \"Unknown size\": { msgid: \"Unknown size\", msgstr: [\"Невідомий розмір\"] }, \"Upload cancelled\": { msgid: \"Upload cancelled\", msgstr: [\"Завантаження скасовано\"] }, \"Upload files\": { msgid: \"Upload files\", msgstr: [\"Завантажте файли\"] }, \"Which files do you want to keep?\": { msgid: \"Which files do you want to keep?\", msgstr: [\"Які файли залишити?\"] }, \"You need to select at least one version of each file to continue.\": { msgid: \"You need to select at least one version of each file to continue.\", msgstr: [\"Для продовження потрібно вибрати принаймні одну версію для кожного файлу.\"] } } } } }, { locale: \"ur_PK\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Transifex Bot <>, 2022\", \"Language-Team\": \"Urdu (Pakistan) (https://www.transifex.com/nextcloud/teams/64236/ur_PK/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"ur_PK\", \"Plural-Forms\": \"nplurals=2; plural=(n != 1);\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nTransifex Bot <>, 2022\n` }, msgstr: [`Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Urdu (Pakistan) (https://www.transifex.com/nextcloud/teams/64236/ur_PK/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: ur_PK\nPlural-Forms: nplurals=2; plural=(n != 1);\n`] }, \"{estimate} seconds left\": { msgid: \"{estimate} seconds left\", msgstr: [\"\"] }, \"{hours} hours and {minutes} minutes left\": { msgid: \"{hours} hours and {minutes} minutes left\", msgstr: [\"\"] }, \"{minutes} minutes left\": { msgid: \"{minutes} minutes left\", msgstr: [\"\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"\"] }, Add: { msgid: \"Add\", msgstr: [\"\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"\"] }, paused: { msgid: \"paused\", msgstr: [\"\"] } } } } }, { locale: \"uz\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Transifex Bot <>, 2022\", \"Language-Team\": \"Uzbek (https://www.transifex.com/nextcloud/teams/64236/uz/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"uz\", \"Plural-Forms\": \"nplurals=1; plural=0;\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nTransifex Bot <>, 2022\n` }, msgstr: [`Last-Translator: Transifex Bot <>, 2022\nLanguage-Team: Uzbek (https://www.transifex.com/nextcloud/teams/64236/uz/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: uz\nPlural-Forms: nplurals=1; plural=0;\n`] }, \"{estimate} seconds left\": { msgid: \"{estimate} seconds left\", msgstr: [\"\"] }, \"{hours} hours and {minutes} minutes left\": { msgid: \"{hours} hours and {minutes} minutes left\", msgstr: [\"\"] }, \"{minutes} minutes left\": { msgid: \"{minutes} minutes left\", msgstr: [\"\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"\"] }, Add: { msgid: \"Add\", msgstr: [\"\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"\"] }, paused: { msgid: \"paused\", msgstr: [\"\"] } } } } }, { locale: \"vi\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"blakduk, 2023\", \"Language-Team\": \"Vietnamese (https://www.transifex.com/nextcloud/teams/64236/vi/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"vi\", \"Plural-Forms\": \"nplurals=1; plural=0;\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nblakduk, 2023\n` }, msgstr: [`Last-Translator: blakduk, 2023\nLanguage-Team: Vietnamese (https://www.transifex.com/nextcloud/teams/64236/vi/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: vi\nPlural-Forms: nplurals=1; plural=0;\n`] }, \"{seconds} seconds left\": { msgid: \"{seconds} seconds left\", msgstr: [\"Còn {second} giây\"] }, \"{time} left\": { msgid: \"{time} left\", comments: { extracted: \"time has the format 00:00:00\" }, msgstr: [\"Còn lại {time}\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"Còn lại một vài giây\"] }, Add: { msgid: \"Add\", msgstr: [\"Thêm\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"Huỷ tải lên\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"Thời gian còn lại dự kiến\"] }, paused: { msgid: \"paused\", msgstr: [\"đã tạm dừng\"] }, \"Upload files\": { msgid: \"Upload files\", msgstr: [\"Tập tin tải lên\"] } } } } }, { locale: \"zh_CN\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Hongbo Chen, 2023\", \"Language-Team\": \"Chinese (China) (https://app.transifex.com/nextcloud/teams/64236/zh_CN/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"zh_CN\", \"Plural-Forms\": \"nplurals=1; plural=0;\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nJohn Molakvoæ , 2023\nHongbo Chen, 2023\n` }, msgstr: [`Last-Translator: Hongbo Chen, 2023\nLanguage-Team: Chinese (China) (https://app.transifex.com/nextcloud/teams/64236/zh_CN/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: zh_CN\nPlural-Forms: nplurals=1; plural=0;\n`] }, \"{count} file conflict\": { msgid: \"{count} file conflict\", msgid_plural: \"{count} files conflict\", msgstr: [\"{count}文件冲突\"] }, \"{count} file conflict in {dirname}\": { msgid: \"{count} file conflict in {dirname}\", msgid_plural: \"{count} file conflicts in {dirname}\", msgstr: [\"在{dirname}目录下有{count}个文件冲突\"] }, \"{seconds} seconds left\": { msgid: \"{seconds} seconds left\", msgstr: [\"剩余 {seconds} 秒\"] }, \"{time} left\": { msgid: \"{time} left\", comments: { extracted: \"TRANSLATORS time has the format 00:00:00\" }, msgstr: [\"剩余 {time}\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"还剩几秒\"] }, Add: { msgid: \"Add\", msgstr: [\"添加\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"取消上传\"] }, Continue: { msgid: \"Continue\", msgstr: [\"继续\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"估计剩余时间\"] }, \"Existing version\": { msgid: \"Existing version\", msgstr: [\"版本已存在\"] }, \"If you select both versions, the copied file will have a number added to its name.\": { msgid: \"If you select both versions, the copied file will have a number added to its name.\", msgstr: [\"如果选择所有的版本,新增版本的文件名为原文件名加数字\"] }, \"Last modified date unknown\": { msgid: \"Last modified date unknown\", msgstr: [\"文件最后修改日期未知\"] }, \"New version\": { msgid: \"New version\", msgstr: [\"新版本\"] }, paused: { msgid: \"paused\", msgstr: [\"已暂停\"] }, \"Preview image\": { msgid: \"Preview image\", msgstr: [\"图片预览\"] }, \"Select all checkboxes\": { msgid: \"Select all checkboxes\", msgstr: [\"选择所有的选择框\"] }, \"Select all existing files\": { msgid: \"Select all existing files\", msgstr: [\"选择所有存在的文件\"] }, \"Select all new files\": { msgid: \"Select all new files\", msgstr: [\"选择所有的新文件\"] }, \"Skip this file\": { msgid: \"Skip this file\", msgid_plural: \"Skip {count} files\", msgstr: [\"跳过{count}个文件\"] }, \"Unknown size\": { msgid: \"Unknown size\", msgstr: [\"文件大小未知\"] }, \"Upload cancelled\": { msgid: \"Upload cancelled\", msgstr: [\"取消上传\"] }, \"Upload files\": { msgid: \"Upload files\", msgstr: [\"上传文件\"] }, \"Which files do you want to keep?\": { msgid: \"Which files do you want to keep?\", msgstr: [\"你要保留哪些文件?\"] }, \"You need to select at least one version of each file to continue.\": { msgid: \"You need to select at least one version of each file to continue.\", msgstr: [\"每个文件至少选择一个版本\"] } } } } }, { locale: \"zh_HK\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"Café Tango, 2023\", \"Language-Team\": \"Chinese (Hong Kong) (https://app.transifex.com/nextcloud/teams/64236/zh_HK/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"zh_HK\", \"Plural-Forms\": \"nplurals=1; plural=0;\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nJohn Molakvoæ , 2023\nCafé Tango, 2023\n` }, msgstr: [`Last-Translator: Café Tango, 2023\nLanguage-Team: Chinese (Hong Kong) (https://app.transifex.com/nextcloud/teams/64236/zh_HK/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: zh_HK\nPlural-Forms: nplurals=1; plural=0;\n`] }, \"{count} file conflict\": { msgid: \"{count} file conflict\", msgid_plural: \"{count} files conflict\", msgstr: [\"{count} 個檔案衝突\"] }, \"{count} file conflict in {dirname}\": { msgid: \"{count} file conflict in {dirname}\", msgid_plural: \"{count} file conflicts in {dirname}\", msgstr: [\"{dirname} 中有 {count} 個檔案衝突\"] }, \"{seconds} seconds left\": { msgid: \"{seconds} seconds left\", msgstr: [\"剩餘 {seconds} 秒\"] }, \"{time} left\": { msgid: \"{time} left\", comments: { extracted: \"TRANSLATORS time has the format 00:00:00\" }, msgstr: [\"剩餘 {time}\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"還剩幾秒\"] }, Add: { msgid: \"Add\", msgstr: [\"添加\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"取消上傳\"] }, Continue: { msgid: \"Continue\", msgstr: [\"繼續\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"估計剩餘時間\"] }, \"Existing version\": { msgid: \"Existing version\", msgstr: [\"既有版本\"] }, \"If you select both versions, the copied file will have a number added to its name.\": { msgid: \"If you select both versions, the copied file will have a number added to its name.\", msgstr: [\"若您選取兩個版本,複製的檔案的名稱將會新增編號。\"] }, \"Last modified date unknown\": { msgid: \"Last modified date unknown\", msgstr: [\"最後修改日期不詳\"] }, \"New version\": { msgid: \"New version\", msgstr: [\"新版本 \"] }, paused: { msgid: \"paused\", msgstr: [\"已暫停\"] }, \"Preview image\": { msgid: \"Preview image\", msgstr: [\"預覽圖片\"] }, \"Select all checkboxes\": { msgid: \"Select all checkboxes\", msgstr: [\"選取所有核取方塊\"] }, \"Select all existing files\": { msgid: \"Select all existing files\", msgstr: [\"選取所有既有檔案\"] }, \"Select all new files\": { msgid: \"Select all new files\", msgstr: [\"選取所有新檔案\"] }, \"Skip this file\": { msgid: \"Skip this file\", msgid_plural: \"Skip {count} files\", msgstr: [\"略過 {count} 個檔案\"] }, \"Unknown size\": { msgid: \"Unknown size\", msgstr: [\"大小不詳\"] }, \"Upload cancelled\": { msgid: \"Upload cancelled\", msgstr: [\"已取消上傳\"] }, \"Upload files\": { msgid: \"Upload files\", msgstr: [\"上傳檔案\"] }, \"Which files do you want to keep?\": { msgid: \"Which files do you want to keep?\", msgstr: [\"您想保留哪些檔案?\"] }, \"You need to select at least one version of each file to continue.\": { msgid: \"You need to select at least one version of each file to continue.\", msgstr: [\"您必須為每個檔案都至少選取一個版本以繼續。\"] } } } } }, { locale: \"zh_TW\", json: { charset: \"utf-8\", headers: { \"Last-Translator\": \"黃柏諺 , 2023\", \"Language-Team\": \"Chinese (Taiwan) (https://app.transifex.com/nextcloud/teams/64236/zh_TW/)\", \"Content-Type\": \"text/plain; charset=UTF-8\", Language: \"zh_TW\", \"Plural-Forms\": \"nplurals=1; plural=0;\" }, translations: { \"\": { \"\": { msgid: \"\", comments: { translator: `\nTranslators:\nJohn Molakvoæ , 2023\n黃柏諺 , 2023\n` }, msgstr: [`Last-Translator: 黃柏諺 , 2023\nLanguage-Team: Chinese (Taiwan) (https://app.transifex.com/nextcloud/teams/64236/zh_TW/)\nContent-Type: text/plain; charset=UTF-8\nLanguage: zh_TW\nPlural-Forms: nplurals=1; plural=0;\n`] }, \"{count} file conflict\": { msgid: \"{count} file conflict\", msgid_plural: \"{count} files conflict\", msgstr: [\"{count} 個檔案衝突\"] }, \"{count} file conflict in {dirname}\": { msgid: \"{count} file conflict in {dirname}\", msgid_plural: \"{count} file conflicts in {dirname}\", msgstr: [\"{dirname} 中有 {count} 個檔案衝突\"] }, \"{seconds} seconds left\": { msgid: \"{seconds} seconds left\", msgstr: [\"剩餘 {seconds} 秒\"] }, \"{time} left\": { msgid: \"{time} left\", comments: { extracted: \"TRANSLATORS time has the format 00:00:00\" }, msgstr: [\"剩餘 {time}\"] }, \"a few seconds left\": { msgid: \"a few seconds left\", msgstr: [\"還剩幾秒\"] }, Add: { msgid: \"Add\", msgstr: [\"新增\"] }, \"Cancel uploads\": { msgid: \"Cancel uploads\", msgstr: [\"取消上傳\"] }, Continue: { msgid: \"Continue\", msgstr: [\"繼續\"] }, \"estimating time left\": { msgid: \"estimating time left\", msgstr: [\"估計剩餘時間\"] }, \"Existing version\": { msgid: \"Existing version\", msgstr: [\"既有版本\"] }, \"If you select both versions, the copied file will have a number added to its name.\": { msgid: \"If you select both versions, the copied file will have a number added to its name.\", msgstr: [\"若您選取兩個版本,複製的檔案的名稱將會新增編號。\"] }, \"Last modified date unknown\": { msgid: \"Last modified date unknown\", msgstr: [\"最後修改日期未知\"] }, \"New version\": { msgid: \"New version\", msgstr: [\"新版本\"] }, paused: { msgid: \"paused\", msgstr: [\"已暫停\"] }, \"Preview image\": { msgid: \"Preview image\", msgstr: [\"預覽圖片\"] }, \"Select all checkboxes\": { msgid: \"Select all checkboxes\", msgstr: [\"選取所有核取方塊\"] }, \"Select all existing files\": { msgid: \"Select all existing files\", msgstr: [\"選取所有既有檔案\"] }, \"Select all new files\": { msgid: \"Select all new files\", msgstr: [\"選取所有新檔案\"] }, \"Skip this file\": { msgid: \"Skip this file\", msgid_plural: \"Skip {count} files\", msgstr: [\"略過 {count} 檔案\"] }, \"Unknown size\": { msgid: \"Unknown size\", msgstr: [\"未知大小\"] }, \"Upload cancelled\": { msgid: \"Upload cancelled\", msgstr: [\"已取消上傳\"] }, \"Upload files\": { msgid: \"Upload files\", msgstr: [\"上傳檔案\"] }, \"Which files do you want to keep?\": { msgid: \"Which files do you want to keep?\", msgstr: [\"您想保留哪些檔案?\"] }, \"You need to select at least one version of each file to continue.\": { msgid: \"You need to select at least one version of each file to continue.\", msgstr: [\"您必須為每個檔案都至少選取一個版本以繼續。\"] } } } } }].map((e) => Ar.addTranslation(e.locale, e.json));\nconst ps = Ar.build(), qd = ps.ngettext.bind(ps), Te = ps.gettext.bind(ps), id = I.extend({\n name: \"UploadPicker\",\n components: {\n Cancel: Kc,\n NcActionButton: Rr,\n NcActions: Ir,\n NcButton: zr,\n NcIconSvgWrapper: Mr,\n NcProgressBar: Hr,\n Plus: Qc,\n Upload: ad\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: ai,\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: Nr()\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 === Si.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 = $r({ 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), ie.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 (md(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 ud(this.destination.basename, t, this.content);\n e = [...s, ...n, ...a];\n } catch {\n Dr(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 ie.debug(\"Invalid destination\");\n return;\n }\n ie.debug(\"Destination set\", { destination: e }), this.uploadManager.destination = e, this.newFileMenuEntries = Ur(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}, od = [], ld = /* @__PURE__ */ Cs(\n id,\n rd,\n od,\n !1,\n null,\n \"f09fb109\",\n null,\n null\n);\nconst Gd = ld.exports;\nlet Wt = null;\nfunction Nr() {\n const e = document.querySelector('input[name=\"isPublic\"][value=\"1\"]') !== null;\n return Wt instanceof na || (Wt = new na(e)), Wt;\n}\nfunction Kd(e, t) {\n const s = Nr();\n return s.upload(e, t), s;\n}\nasync function ud(e, t, s) {\n const { default: n } = await import(\"./ConflictPicker-325ea274.mjs\");\n return new Promise((a, i) => {\n const r = new n({\n propsData: {\n dirname: e,\n conflicts: t,\n content: s\n }\n });\n r.$on(\"submit\", (o) => {\n a(o), r.$destroy(), r.$el?.parentNode?.removeChild(r.$el);\n }), r.$on(\"cancel\", (o) => {\n i(o ?? new Error(\"Canceled\")), r.$destroy(), r.$el?.parentNode?.removeChild(r.$el);\n }), r.$mount(), document.body.appendChild(r.$el);\n });\n}\nfunction md(e, t) {\n const s = t.map((a) => a.basename);\n return e.filter((a) => {\n const i = a instanceof File ? a.name : a.basename;\n return s.indexOf(i) !== -1;\n }).length > 0;\n}\nexport {\n Si as S,\n Gd as U,\n I as V,\n qd as a,\n fl as b,\n ue as c,\n Nr as g,\n md as h,\n ie as l,\n Cs as n,\n ud as o,\n Te as t,\n Kd 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=\" + {\"923\":\"2686613ba9d88601b889\",\"4454\":\"01ee6c5df96bab2df261\",\"8321\":\"1e9a8023ef8296a459a5\"}[chunkId] + \"\";\n};","__webpack_require__.g = (function() {\n\tif (typeof globalThis === 'object') return globalThis;\n\ttry {\n\t\treturn this || new Function('return this')();\n\t} catch (e) {\n\t\tif (typeof window === 'object') return window;\n\t}\n})();","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","__webpack_require__.nmd = (module) => {\n\tmodule.paths = [];\n\tif (!module.children) module.children = [];\n\treturn module;\n};","__webpack_require__.j = 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__(32321)))\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","FileMultipleIcon","FolderIcon","isSingleNode","isSingleFolder","summary","totalSize","total","parseInt","formatFileSize","fileCount","File","folderCount","n","getSummaryFor","$refs","previewImg","replaceChildren","preview","querySelector","appendChild","parentNode","cloneNode","$nextTick","$el","Preview","DragAndDropPreview","getDragAndDropPreview","$mount","$on","$off","Axios","AxiosError","CanceledError","isCancel","CancelToken","VERSION","all","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","destination","overwrite","relativePath","join","destinationUrl","generateRemoteUrl","getCurrentUser","uid","NodeStatus","LOADING","encodedSource","headers","Destination","encodeURI","Overwrite","openFilePickerForAction","fileIDs","filePicker","getFilePickerBuilder","allowDirectories","setFilter","CREATE","setMimeTypeFilter","setMultiSelect","startAt","setButtonFactory","_selection","buttons","dirnames","CopyIconSvg","FolderMoveSvg","pick","hashCode","showError","execBatch","promises","str","b","charCodeAt","useActionsMenuStore","opened","useDragAndDropStore","dragging","useRenamingStore","renamingStore","renamingNode","newName","source","required","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","showSuccess","execDefaultAction","preventDefault","stopPropagation","isMenu","class","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","defineComponent","StarSvg","el","setAttribute","AccountGroupIcon","AccountPlusIcon","CollectivesIcon","FavoriteIcon","FileIcon","FolderOpenIcon","KeyIcon","LinkIcon","NetworkIcon","TagIcon","dragover","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","rowListeners","dragstart","onDragStart","onDragOver","contextmenu","onRightClick","dragleave","onDragLeave","dragend","onDragEnd","drop","onDrop","columns","currentFileId","uniqueId","extname","ext","sizeOpacity","round","pow","mtimeOpacity","maxOpacityTime","mtime","ratio","mtimeTitle","moment","format","draggingFiles","isActive","canDrag","canDrop","resetState","beforeDestroy","isMoreThanOneSelected","openDetailsIfAvailable","sidebarAction","dataTransfer","dropEffect","currentTarget","contains","relatedTarget","image","setDragImage","button","isCopy","getUploader","upload","_g","style","column","inheritAttrs","header","currentFolder","updated","mount","classForColumn","translate","fileListEl","clientWidth","$resizeObserver","ResizeObserver","entries","contentRect","width","observe","disconnect","mixins","filesListWidthMixin","selectedNodes","areSomeNodesLoading","inlineActions","selectionIds","results","failedIds","keysOrMapper","reduced","$pinia","storeKey","sortingMode","sorting_mode","defaultSortKey","isAscSorting","sortingDirection","toggleSortBy","MenuDown","MenuUp","NcButton","filesSortingMixin","mode","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","FilesListHeader","FilesListTableFooter","FilesListTableHeader","VirtualList","View","FileEntry","FileEntryGrid","getFileListHeaders","dndNoticeHeight","summaryFile","count","summaryFolder","sortedHeaders","defaultCaption","scrollToFile","openSidebarForFile","handleOpenFile","removeEventListener","documentElement","openFileInfo","getFileId","isForeignFile","types","tableTop","table","getBoundingClientRect","top","tableBottom","height","clientY","handleFileUpload","filename","handleRecursiveUpload","entry","isFile","directory","absolutPath","davRootPath","davClient","davGetClient","exists","createDirectory","recursive","stat","details","davGetDefaultPropfind","davResultToNode","dirReader","createReader","getEntries","readEntries","readDirectory","TrayArrowDownIcon","mainContent","uploads","kind","getAsEntry","webkitGetAsEntry","getAsFile","handleDrop","lastUpload","findLast","webkitRelativePath","$router","isSharingEnabled","getCapabilities","files_sharing","BreadCrumbs","DragAndDropNotice","FilesListVirtual","ListViewIcon","NcAppContent","NcEmptyContent","ShareVariantIcon","UploadPicker","ViewGridIcon","uploaderStore","useUploaderStore","promise","Type","views","sortingParameters","v","dirContentsSorted","customColumn","dirContents","reverse","showHidden","hidden","isEmptyDir","isRefreshing","toPreviousDir","shareAttributes","shareButtonLabel","shareButtonType","SHARE_TYPE_USER","gridViewButtonLabel","canUpload","canShare","SHARE","newView","oldView","fetchContent","newDir","oldDir","filesListVirtual","contents","folder","cancel","getContents","$set","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","slot","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","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","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","includeSelf","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","ii","Wr","getPrototypeOf","hs","fe","Ts","ri","Kr","oi","ws","qt","Yr","Zr","Xr","Qr","so","allOwnKeys","getOwnPropertyNames","li","ui","mi","mo","Uint8Array","Vn","ho","ci","getOwnPropertyDescriptors","bs","Wn","di","DIGIT","ALPHA","ALPHA_DIGIT","Lo","isArrayBuffer","isBuffer","isFormData","FormData","isArrayBufferView","ArrayBuffer","isView","buffer","isString","isBoolean","isDate","isBlob","isRegExp","isStream","pipe","isURLSearchParams","isTypedArray","isFileList","Is","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","captureStackTrace","request","number","fileName","lineNumber","columnNumber","fi","gi","zs","pi","qn","cause","Eo","vs","metaTokens","dots","indexes","visitor","toISOString","Buffer","So","defaultVisitor","convertValue","isVisitable","Gn","gn","_pairs","hi","Fo","Ti","serialize","Kn","handlers","fulfilled","synchronous","runWhen","eject","wi","silentJSONParsing","forcedJSONParsing","clarifyTimeoutError","Oo","isBrowser","URLSearchParams","protocols","vi","Bo","product","jo","WorkerGlobalScope","importScripts","ce","hasBrowserEnv","hasStandardBrowserEnv","hasStandardBrowserWebWorkerEnv","xi","Io","Ro","pn","transitional","adapter","transformRequest","getContentType","setContentType","isNode","$o","formSerializer","env","zo","transformResponse","ERR_BAD_RESPONSE","timeout","xsrfCookieName","xsrfHeaderName","maxContentLength","maxBodyLength","validateStatus","common","Accept","hn","Mo","Jn","Gt","ks","xs","Wo","Ho","Vo","normalize","qo","accessor","accessors","Go","Ss","yi","__CANCEL__","At","ERR_CANCELED","Jo","write","toGMTString","cookie","read","_i","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","Ms","http","Zn","nl","Ci","Es","throwIfRequested","Xn","Qn","timeoutMessage","decompress","beforeRedirect","transport","httpAgent","httpsAgent","socketPath","responseEncoding","Tn","ea","ERR_DEPRECATED","Hs","assertOptions","ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","validators","ts","defaults","interceptors","function","getUri","Kt","Vs","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","ki","bi","_listeners","ml","Ad","Nd","Fs","Pd","Ud","Od","Bd","jd","Dd","$d","Rd","Id","zd","Md","Hd","Vd","cl","POSITIVE_INFINITY","activeCount","function_","dequeue","generator","enqueue","pendingCount","clearQueue","jt","ta","sa","readAsArrayBuffer","wt","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","Si","IDLE","PAUSED","na","_destinationFolder","_isPublic","_uploadQueue","_jobQueue","_queueSize","_queueProgress","_queueStatus","_notifiers","isPublic","maxChunksSize","pause","updateStats","addNotifier","lastModified","dl","onIdle","q","ys","Fi","Ws","hl","Ai","wl","vl","qe","Ni","xl","Pi","_length","qs","Ui","Dt","Oi","Bi","ss","aa","ji","silent","productionTip","devtools","errorHandler","warnHandler","ignoredElements","keyCodes","isReservedTag","isReservedAttr","isUnknownElement","getTagNamespace","parsePlatformTagName","mustUseProp","_lifecycleHooks","wn","Ll","kl","$i","Sl","ia","Gs","Ri","ra","$t","process","VUE_ENV","ns","Me","_scope","off","elm","context","fnContext","fnOptions","fnScopeId","componentOptions","isRootInsert","isComment","isCloned","isOnce","asyncFactory","asyncMeta","isAsyncPlaceholder","Ks","El","Jt","_pending","subs","addSub","removeSub","depend","addDep","notify","mt","Ii","__ob__","observeArray","dep","oa","zi","vn","Nl","la","shallow","mock","vmCount","isExtensible","__v_skip","de","Hi","Cl","xn","yn","_isVue","Mi","Vi","Pl","__v_isReadonly","__v_isRef","Js","Ol","effects","cleanups","scopes","Ys","fns","Wi","Se","merged","ma","_n","qi","pl","_isVList","Il","zl","Ml","ms","ca","Hl","Vl","Wl","_staticTrees","Gi","staticRenderFns","_renderProxy","ql","da","Gl","Ki","$stable","$key","Kl","Jl","Ji","_o","_q","_f","_d","Cn","Yl","Ct","Zl","Xl","rs","tu","Yi","Zs","As","Zi","ou","Xi","os","Rl","pre","ya","Qi","ls","uu","lu","errorCaptured","fa","_handled","ga","Xs","Qs","en","mu","MutationObserver","It","cu","pa","createTextNode","characterData","setImmediate","Ln","ha","Zt","isFrozen","fu","bn","Bl","_watcher","user","lazy","sync","post","dirty","deps","newDeps","depIds","newDepIds","getter","bl","cleanupDeps","kt","noRecurse","En","we","tn","Ta","Fu","evaluate","onStop","pu","hu","Tu","tr","kn","$children","_hasHookEvent","Sn","sn","Ns","timeStamp","bu","Eu","_isMounted","_isDestroyed","ku","Fl","ir","Fn","_original","_compiled","injections","slots","_scopeId","wa","va","__name","_componentTag","An","_isComponent","inlineTemplate","Ctor","Uu","_renderChildren","_vnode","_attrsProxy","_parentListeners","_listenersProxy","$listeners","_props","_propKeys","On","$forceUpdate","Su","destroy","$destroy","xa","_base","errorComp","owners","loadingComp","ru","iu","jn","model","ju","$l","Pu","abstract","_merged","Bu","Ou","Ca","Iu","zu","Mu","rr","Vu","Wu","qu","extends","ba","cs","Gu","Zu","La","le","Bn","im","rm","_setupContext","_slotsProxy","su","expose","eu","_setupState","__sfc","Ql","cm","lm","om","_computedWatchers","um","lr","mm","nn","dm","Aa","Na","$watch","gm","superOptions","sealedOptions","Tm","extendOptions","I","_init","Pa","zt","Ei","Ua","an","_uid","hm","$root","vu","_events","gu","nu","Nu","Dl","Au","pm","$delete","immediate","fm","wu","_update","__patch__","__vue__","xu","_render","au","Oa","Lm","include","cacheVNode","vnodeToCache","keyToCache","bm","KeepAlive","mergeOptions","observable","_installedPlugins","wm","_Ctor","ym","xm","Cm","km","ssrContext","Sm","Em","Am","Nm","ds","Pm","rn","Dn","mr","Ba","$n","Rn","Bm","jm","Dm","svg","math","$m","In","Mt","ec","multiple","createElementNS","createComment","insertBefore","removeChild","nextSibling","setTextContent","setStyleScope","tc","nt","refInFor","ja","Ee","sc","ic","Os","Da","oldArg","arg","componentUpdated","inserted","rc","modifiers","lc","uc","$a","_v_attr_proxy","Ra","removeAttributeNS","removeAttribute","Ia","setAttributeNS","__ieph","stopImmediatePropagation","mc","za","Om","Um","_transitionClasses","_prevClass","cc","Bs","js","fc","gc","pc","_wrapper","ownerDocument","Ds","change","dc","Ht","hc","Ma","childNodes","_value","Tc","innerHTML","firstChild","composing","activeElement","wc","_vModifiers","vc","xc","yc","$s","fr","staticStyle","Cc","Ha","Va","setProperty","Lc","Wa","qa","normalizedStyle","bc","pr","classList","hr","Tr","css","Ga","enterClass","enterToClass","enterActiveClass","leaveClass","leaveToClass","leaveActiveClass","wr","et","Rs","fs","ln","vr","ontransitionend","onwebkittransitionend","onanimationend","onwebkitanimationend","Ka","xr","yr","propCount","kc","getComputedStyle","Ja","hasTransform","Ya","un","_leaveCb","transition","_enterCb","nodeType","appearClass","appearToClass","appearActiveClass","enter","afterEnter","enterCancelled","beforeAppear","appear","afterAppear","appearCancelled","duration","Be","ge","ae","Ze","Ot","pe","Bt","zn","show","br","Cr","beforeLeave","leave","afterLeave","leaveCancelled","delayLeave","Za","Sc","activate","Ac","modules","nodeOps","F","A","pendingInsert","Ls","postpatch","hasChildNodes","hasAttribute","Qe","ac","vmodel","Mn","kr","_vOptions","Xa","gs","Nc","ti","ei","Qa","selectedIndex","initEvent","mn","Pc","__vOriginalDisplay","unbind","Uc","Sr","cn","Er","si","jc","Dc","$c","Oc","_leaving","Bc","Fr","moveClass","Rc","kept","prevChildren","pos","removed","hasMove","Ic","zc","Mc","_reflow","offsetHeight","moved","transform","WebkitTransform","transitionDuration","_moveCb","propertyName","_hasMove","newPos","Hc","Transition","TransitionGroup","Cs","__VUE_SSR_CONTEXT__","_registeredComponents","_ssrRegister","shadowRoot","_injectStyles","HTMLUnknownElement","_preWatchers","yu","zm","Kc","fill","viewBox","Qc","ad","Ar","detectLocale","locale","json","charset","Language","translations","msgid","comments","translator","msgstr","Add","paused","msgid_plural","extracted","New","addTranslation","ps","qd","ngettext","gettext","Plus","Upload","disabled","content","addLabel","cancelLabel","uploadLabel","eta","timeLeft","newFileMenuEntries","uploadManager","Nr","totalQueueSize","uploadedQueueSize","hasFailure","isUploading","isAssembling","isPaused","buttonName","setDestination","updateStatus","onUploadCompletion","onPick","md","renamed","conflicts","ud","form","setSeconds","seconds","Gd","decorative","Wt","__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