diff --git a/apps/files/src/services/Files.ts b/apps/files/src/services/Files.ts index a293154f625e2..bcfb368882d72 100644 --- a/apps/files/src/services/Files.ts +++ b/apps/files/src/services/Files.ts @@ -40,9 +40,14 @@ interface ResponseProps extends DAVResultResponseProps { } export const resultToNode = function(node: FileStat): File | Folder { + const userId = getCurrentUser()?.uid + if (!userId) { + throw new Error('No user id found') + } + const props = node.props as ResponseProps const permissions = davParsePermissions(props?.permissions) - const owner = (props['owner-id'] || getCurrentUser()?.uid) as string + const owner = (props['owner-id'] || userId).toString() const source = generateRemoteUrl('dav' + rootPath + node.filename) const id = props?.fileid < 0 @@ -53,7 +58,7 @@ export const resultToNode = function(node: FileStat): File | Folder { id, source, mtime: new Date(node.lastmod), - mime: node.mime as string, + mime: node.mime || 'application/octet-stream', size: props?.size as number || 0, permissions, owner, diff --git a/dist/files-init.js b/dist/files-init.js index 67f1b948d869a..6399cfc289c71 100644 --- a/dist/files-init.js +++ b/dist/files-init.js @@ -1,3 +1,3 @@ /*! For license information please see files-init.js.LICENSE.txt */ -(()=>{var e,n,i,r={34507:(e,n,i)=>{"use strict";var r=i(5656),o=i(69183),a=i(31352),s=i(93664),l=i(17499);const d=(0,l.IY)().setApp("files").detectUser().build(),c=new r.p$({id:"delete",displayName:(e,t)=>"trashbin"===t.id?(0,a.Iu)("files","Delete permanently"):(0,a.Iu)("files","Delete"),iconSvgInline:()=>'',enabled:e=>e.length>0&&e.map((e=>e.permissions)).every((e=>0!=(e&r.y3.DELETE))),async exec(e){try{return await s.Z.delete(e.encodedSource),(0,o.j8)("files:node:deleted",e),!0}catch(t){return d.error("Error while deleting a file",{error:t,source:e.source,node:e}),!1}},async execBatch(e,t,n){return Promise.all(e.map((e=>this.exec(e,t,n))))},order:100});var u=i(79753);const p=function(e){const t=document.createElement("a");t.download="",t.href=e,t.click()},f=function(e,t){const n=Math.random().toString(36).substring(2),i=(0,u.generateUrl)("/apps/files/ajax/download.php?dir={dir}&files={files}&downloadStartSecret={secret}",{dir:e,secret:n,files:JSON.stringify(t.map((e=>e.basename)))});p(i)},h=function(e){if(0==(e.permissions&r.y3.READ))return!1;if("shared"===e.attributes["mount-type"]){const t=JSON.parse(e.attributes["share-attributes"]).find((e=>"permissions"===e.scope&&"download"===e.key));if(void 0!==t&&!1===t.enabled)return!1}return!0},A=new r.p$({id:"download",displayName:()=>(0,a.Iu)("files","Download"),iconSvgInline:()=>'',enabled:e=>0!==e.length&&(!e.some((e=>e.type===r.Tv.Folder))||!e.some((e=>!e.root?.startsWith("/files"))))&&e.every(h),exec:async(e,t,n)=>e.type===r.Tv.Folder?(f(n,[e]),null):(p(e.encodedSource),null),async execBatch(e,t,n){return 1===e.length?(this.exec(e[0],t,n),[null]):(f(n,e),new Array(e.length).fill(null))},order:30});var g=i(65358),m=i(77958),w=i(64024);const v=new r.p$({id:"edit-locally",displayName:()=>(0,a.Iu)("files","Edit locally"),iconSvgInline:()=>'',enabled:e=>1===e.length&&0!=(e[0].permissions&r.y3.UPDATE),exec:async e=>(async function(e){const t=(0,u.generateOcsUrl)("apps/files/api/v1")+"/openlocaleditor?format=json";try{const n=await s.Z.post(t,{path:e}),i=(0,m.ts)()?.uid;let r=`nc://open/${i}@`+window.location.host+(0,g.Ec)(e);r+="?token="+n.data.ocs.data.token,window.location.href=r}catch(e){(0,w.x2)((0,a.Iu)("files","Failed to redirect to client"))}}(e.path),null),order:25});var y=i(20144);const b='',C=e=>e.some((e=>1!==e.attributes.favorite)),x=async(e,t,n)=>{try{const i=(0,u.generateUrl)("/apps/files/api/v1/files")+(0,g.Ec)(e.path);return await s.Z.post(i,{tags:n?[window.OC.TAG_FAVORITE]:[]}),"favorites"!==t.id||n||"/"!==e.dirname||(0,o.j8)("files:node:deleted",e),y.default.set(e.attributes,"favorite",n?1:0),n?(0,o.j8)("files:favorites:added",e):(0,o.j8)("files:favorites:removed",e),!0}catch(t){const i=n?"adding a file to favourites":"removing a file from favourites";return d.error("Error while "+i,{error:t,source:e.source,node:e}),!1}},E=new r.p$({id:"favorite",displayName:e=>C(e)?(0,a.Iu)("files","Add to favorites"):(0,a.Iu)("files","Remove from favorites"),iconSvgInline:e=>C(e)?'':b,enabled:e=>!e.some((e=>!e.root?.startsWith?.("/files")))&&e.every((e=>e.permissions!==r.y3.NONE)),async exec(e,t){const n=C([e]);return await x(e,t,n)},async execBatch(e,t){const n=C(e);return Promise.all(e.map((async e=>await x(e,t,n))))},order:-50});var _=i(93379),k=i.n(_),B=i(7795),T=i.n(B),N=i(90569),O=i.n(N),I=i(3565),P=i.n(I),S=i(19216),R=i.n(S),L=i(44589),j=i.n(L),D=i(51473),$={};$.styleTagTransform=j(),$.setAttributes=P(),$.insert=O().bind(null,"head"),$.domAPI=T(),$.insertStyleElement=R(),k()(D.Z,$),D.Z&&D.Z.locals&&D.Z.locals;var M=i(51120);const{Axios:F,AxiosError:V,CanceledError:U,isCancel:H,CancelToken:q,VERSION:z,all:Y,Cancel:W,isAxiosError:G,spread:Z,toFormData:X,AxiosHeaders:K,HttpStatusCode:J,formToJSON:Q,getAdapter:ee,mergeConfig:te}=M.default;var ne=i(62520),ie=i(59546),re=i(96384),oe=i(59440);let ae;const se=()=>(ae||(ae=new oe.Z({concurrency:3})),ae);var le;!function(e){e.MOVE="Move",e.COPY="Copy",e.MOVE_OR_COPY="move-or-copy"}(le||(le={}));const de=e=>0!=(e.reduce(((e,t)=>Math.min(e,t.permissions)),r.y3.ALL)&r.y3.UPDATE),ce=e=>(e=>e.every((e=>!JSON.parse(e.attributes?.["share-attributes"]??"[]").some((e=>"permissions"===e.scope&&!1===e.enabled&&"download"===e.key)))))(e),ue=function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:e=>`(${e})`,i=e,r=1;for(;t.includes(i);){const t=(0,ne.extname)(e);i=`${(0,ne.basename)(e,t)} ${n(r++)}${t}`}return i},pe=e=>de(e)?ce(e)?le.MOVE_OR_COPY:le.MOVE:le.COPY,fe=async function(e,t,n){let i=arguments.length>3&&void 0!==arguments[3]&&arguments[3];if(!t)return;if(t.type!==r.Tv.Folder)throw new Error((0,a.Iu)("files","Destination is not a folder"));if(n===le.MOVE&&e.dirname===t.path)throw new Error((0,a.Iu)("files","This file/folder is already in that directory"));if(`${t.path}/`.startsWith(`${e.path}/`))throw new Error((0,a.Iu)("files","You cannot move a file/folder onto itself or into a subfolder of itself"));y.default.set(e,"status",r.e4.LOADING);const s=se();return await s.add((async()=>{const s=e=>1===e?(0,a.Iu)("files","(copy)"):(0,a.Iu)("files","(copy %n)",void 0,e);try{const a=(0,r.rp)(),l=(0,ne.join)(r._o,e.path),d=(0,ne.join)(r._o,t.path);if(n===le.COPY){let n=e.basename;if(!i){const t=await a.getDirectoryContents(d);n=ue(e.basename,t.map((e=>e.basename)),s)}if(await a.copyFile(l,(0,ne.join)(d,n)),e.dirname===t.path){const{data:e}=await a.stat((0,ne.join)(d,n),{details:!0,data:(0,r.h7)()});(0,o.j8)("files:node:created",(0,r.RL)(e))}}else await a.moveFile(l,(0,ne.join)(d,e.basename)),(0,o.j8)("files:node:deleted",e)}catch(e){if(e instanceof V){if(412===e?.response?.status)throw new Error((0,a.Iu)("files","A file or folder with that name already exists in this folder"));if(423===e?.response?.status)throw new Error((0,a.Iu)("files","The files is locked"));if(404===e?.response?.status)throw new Error((0,a.Iu)("files","The file does not exist anymore"));if(e.message)throw new Error(e.message)}throw d.debug(e),new Error}finally{y.default.set(e,"status",void 0)}}))},he=async function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"/",n=arguments.length>2?arguments[2]:void 0;const i=n.map((e=>e.fileid)).filter(Boolean),o=(0,w.fn)((0,a.Iu)("files","Choose destination")).allowDirectories(!0).setFilter((e=>0!=(e.permissions&r.y3.CREATE)&&!i.includes(e.fileid))).setMimeTypeFilter([]).setMultiSelect(!1).startAt(t);return new Promise(((t,i)=>{o.setButtonFactory(((i,r)=>{const o=[],s=(0,ne.basename)(r),l=n.map((e=>e.dirname)),d=n.map((e=>e.path));return e!==le.COPY&&e!==le.MOVE_OR_COPY||o.push({label:s?(0,a.Iu)("files","Copy to {target}",{target:s}):(0,a.Iu)("files","Copy"),type:"primary",icon:ie,async callback(e){t({destination:e[0],action:le.COPY})}}),l.includes(r)||d.includes(r)||e!==le.MOVE&&e!==le.MOVE_OR_COPY||o.push({label:s?(0,a.Iu)("files","Move to {target}",{target:s}):(0,a.Iu)("files","Move"),type:e===le.MOVE?"primary":"secondary",icon:re,async callback(e){t({destination:e[0],action:le.MOVE})}}),o})),o.build().pick().catch((e=>{d.debug(e),e instanceof w.Pq?i(new Error((0,a.Iu)("files","Cancelled move or copy operation"))):i(new Error((0,a.Iu)("files","Move or copy operation failed")))}))}))},Ae=new r.p$({id:"move-copy",displayName(e){switch(pe(e)){case le.MOVE:return(0,a.Iu)("files","Move");case le.COPY:return(0,a.Iu)("files","Copy");case le.MOVE_OR_COPY:return(0,a.Iu)("files","Move or copy")}},iconSvgInline:()=>re,enabled:e=>!!e.every((e=>e.root?.startsWith("/files/")))&&e.length>0&&(de(e)||ce(e)),async exec(e,t,n){const i=pe([e]);let r;try{r=await he(i,n,[e])}catch(e){return d.error(e),!1}try{return await fe(e,r.destination,r.action),!0}catch(e){return!!(e instanceof Error&&e.message)&&((0,w.x2)(e.message),null)}},async execBatch(e,t,n){const i=pe(e),r=await he(i,n,e),o=e.map((async e=>{try{return await fe(e,r.destination,r.action),!0}catch(t){return d.error(`Failed to ${r.action} node`,{node:e,error:t}),!1}}));return await Promise.all(o)},order:15}),ge='',me=new r.p$({id:"open-folder",displayName(e){const t=e[0].attributes.displayName||e[0].basename;return(0,a.Iu)("files","Open folder {displayName}",{displayName:t})},iconSvgInline:()=>ge,enabled(e){if(1!==e.length)return!1;const t=e[0];return!!t.isDavRessource&&t.type===r.Tv.Folder&&0!=(t.permissions&r.y3.READ)},exec:async(e,t)=>!(!e||e.type!==r.Tv.Folder)&&(window.OCP.Files.Router.goToRoute(null,{view:t.id,fileid:e.fileid},{dir:e.path}),null),default:r.DT.HIDDEN,order:-100}),we=new r.p$({id:"open-in-files-recent",displayName:()=>(0,a.Iu)("files","Open in Files"),iconSvgInline:()=>"",enabled:(e,t)=>"recent"===t.id,async exec(e){let t=e.dirname;return e.type===r.Tv.Folder&&(t=t+"/"+e.basename),window.OCP.Files.Router.goToRoute(null,{view:"files",fileid:e.fileid},{dir:t}),null},order:-1e3,default:r.DT.HIDDEN}),ve=new r.p$({id:"rename",displayName:()=>(0,a.Iu)("files","Rename"),iconSvgInline:()=>'',enabled:e=>e.length>0&&e.map((e=>e.permissions)).every((e=>0!=(e&r.y3.UPDATE))),exec:async e=>((0,o.j8)("files:node:rename",e),null),order:10});var ye=i(48250);const be=new r.p$({id:"details",displayName:()=>(0,a.Iu)("files","Open details"),iconSvgInline:()=>ye,enabled:e=>1===e.length&&!!e[0]&&!!window?.OCA?.Files?.Sidebar&&((e[0].root?.startsWith("/files/")&&e[0].permissions!==r.y3.NONE)??!1),async exec(e,t,n){try{return await window.OCA.Files.Sidebar.open(e.path),window.OCP.Files.Router.goToRoute(null,{view:t.id,fileid:e.fileid},{dir:n},!0),null}catch(e){return d.error("Error while opening sidebar",{error:e}),!1}},order:-50}),Ce=new r.p$({id:"view-in-folder",displayName:()=>(0,a.Iu)("files","View in folder"),iconSvgInline:()=>re,enabled(e,t){if("files"===t.id)return!1;if(1!==e.length)return!1;const n=e[0];return!!n.isDavRessource&&n.permissions!==r.y3.NONE&&n.type===r.Tv.File},exec:async e=>!(!e||e.type!==r.Tv.File)&&(window.OCP.Files.Router.goToRoute(null,{view:"files",fileid:e.fileid},{dir:e.dirname}),null),order:80}),xe={id:"newFolder",displayName:(0,a.Iu)("files","New folder"),enabled:e=>0!=(e.permissions&r.y3.CREATE),iconSvgInline:'',order:0,async handler(e,t){const n=t.map((e=>e.basename)),i=ue((0,a.Iu)("files","New folder"),n),{fileid:l,source:c}=await(async(e,t)=>{const n=e.source+"/"+t,i=e.encodedSource+"/"+encodeURIComponent(t),r=await(0,s.Z)({method:"MKCOL",url:i,headers:{Overwrite:"F"}});return{fileid:parseInt(r.headers["oc-fileid"]),source:n}})(e,i),u=new r.gt({source:c,id:l,mtime:new Date,owner:(0,m.ts)()?.uid||null,permissions:r.y3.ALL,root:e?.root||"/files/"+(0,m.ts)()?.uid});(0,w.s$)((0,a.Iu)("files",'Created new folder "{name}"',{name:(0,ne.basename)(c)})),d.debug("Created new folder",{folder:u,source:c}),(0,o.j8)("files:node:created",u),(0,o.j8)("files:node:rename",u)}};var Ee=i(43554),_e=i(14596),ke=i(8501),Be=i(79267);const Te="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?self:"undefined"!=typeof window?window:globalThis,Ne=Te.fetch.bind(Te);Te.Headers,Te.Request,Te.Response;const Oe="@@HOTPATCHER",Ie=()=>{};function Pe(e){return{original:e,methods:[e],final:!1}}class Se{constructor(){this._configuration={registry:{},getEmptyAction:"null"},this.__type__=Oe}get configuration(){return this._configuration}get getEmptyAction(){return this.configuration.getEmptyAction}set getEmptyAction(e){this.configuration.getEmptyAction=e}control(e,t=!1){if(!e||e.__type__!==Oe)throw new Error("Failed taking control of target HotPatcher instance: Invalid type or object");return Object.keys(e.configuration.registry).forEach((n=>{this.configuration.registry.hasOwnProperty(n)?t&&(this.configuration.registry[n]=Object.assign({},e.configuration.registry[n])):this.configuration.registry[n]=Object.assign({},e.configuration.registry[n])})),e._configuration=this.configuration,this}execute(e,...t){return(this.get(e)||Ie)(...t)}get(e){const t=this.configuration.registry[e];if(!t)switch(this.getEmptyAction){case"null":return null;case"throw":throw new Error(`Failed handling method request: No method provided for override: ${e}`);default:throw new Error(`Failed handling request which resulted in an empty method: Invalid empty-action specified: ${this.getEmptyAction}`)}return function(...e){if(0===e.length)throw new Error("Failed creating sequence: No functions provided");return function(...t){let n=t;const i=this;for(;e.length>0;)n=[e.shift().apply(i,n)];return n[0]}}(...t.methods)}isPatched(e){return!!this.configuration.registry[e]}patch(e,t,n={}){const{chain:i=!1}=n;if(this.configuration.registry[e]&&this.configuration.registry[e].final)throw new Error(`Failed patching '${e}': Method marked as being final`);if("function"!=typeof t)throw new Error(`Failed patching '${e}': Provided method is not a function`);if(i)this.configuration.registry[e]?this.configuration.registry[e].methods.push(t):this.configuration.registry[e]=Pe(t);else if(this.isPatched(e)){const{original:n}=this.configuration.registry[e];this.configuration.registry[e]=Object.assign(Pe(t),{original:n})}else this.configuration.registry[e]=Pe(t);return this}patchInline(e,t,...n){return this.isPatched(e)||this.patch(e,t),this.execute(e,...n)}plugin(e,...t){return t.forEach((t=>{this.patch(e,t,{chain:!0})})),this}restore(e){if(!this.isPatched(e))throw new Error(`Failed restoring method: No method present for key: ${e}`);if("function"!=typeof this.configuration.registry[e].original)throw new Error(`Failed restoring method: Original method not found or of invalid type for key: ${e}`);return this.configuration.registry[e].methods=[this.configuration.registry[e].original],this}setFinal(e){if(!this.configuration.registry.hasOwnProperty(e))throw new Error(`Failed marking '${e}' as final: No method found for key`);return this.configuration.registry[e].final=!0,this}}let Re=null;var Le=i(62639),je=i(2568);const De="abcdef0123456789";function $e(e,t){const n=e.url.replace("//",""),i=-1==n.indexOf("/")?"/":n.slice(n.indexOf("/")),r=e.method?e.method.toUpperCase():"GET",o=!!/(^|,)\s*auth\s*($|,)/.test(t.qop)&&"auth",a=`00000000${t.nc}`.slice(-8),s=function(e,t,n,i,r,o,a){const s=a||je(`${t}:${n}:${i}`);return e&&"md5-sess"===e.toLowerCase()?je(`${s}:${r}:${o}`):s}(t.algorithm,t.username,t.realm,t.password,t.nonce,t.cnonce,t.ha1),l=je(`${r}:${i}`),d=je(o?`${s}:${t.nonce}:${a}:${t.cnonce}:${o}:${l}`:`${s}:${t.nonce}:${l}`),c={username:t.username,realm:t.realm,nonce:t.nonce,uri:i,qop:o,response:d,nc:a,cnonce:t.cnonce,algorithm:t.algorithm,opaque:t.opaque},u=[];for(const e in c)c[e]&&("qop"===e||"nc"===e||"algorithm"===e?u.push(`${e}=${c[e]}`):u.push(`${e}="${c[e]}"`));return`Digest ${u.join(", ")}`}function Me(e){return function(e){if("object"!=typeof e||null===e||"[object Object]"!=Object.prototype.toString.call(e))return!1;if(null===Object.getPrototypeOf(e))return!0;let t=e;for(;null!==Object.getPrototypeOf(t);)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(e)===t}(e)?Object.assign({},e):Object.setPrototypeOf(Object.assign({},e),Object.getPrototypeOf(e))}function Fe(...e){let t=null,n=[...e];for(;n.length>0;){const e=n.shift();t=t?Ve(t,e):Me(e)}return t}function Ve(e,t){const n=Me(e);return Object.keys(t).forEach((e=>{n.hasOwnProperty(e)?Array.isArray(t[e])?n[e]=Array.isArray(n[e])?[...n[e],...t[e]]:[...t[e]]:"object"==typeof t[e]&&t[e]?n[e]="object"==typeof n[e]&&n[e]?Ve(n[e],t[e]):Me(t[e]):n[e]=t[e]:n[e]=t[e]})),n}function Ue(...e){if(0===e.length)return{};const t={};return e.reduce(((e,n)=>(Object.keys(n).forEach((i=>{const r=i.toLowerCase();t.hasOwnProperty(r)?e[t[r]]=n[i]:(t[r]=i,e[i]=n[i])})),e)),{})}var He=i(42830);const qe="function"==typeof ArrayBuffer,{toString:ze}=Object.prototype;function Ye(e){const t=(Re||(Re=new Se),Re);return t.patchInline("request",(e=>t.patchInline("fetch",Ne,e.url,function(e){let t={};const n={method:e.method};if(e.headers&&(t=Ue(t,e.headers)),void 0!==e.data){const[i,r]=function(e){if(!(0,Le.$)()&&e instanceof He.Readable)return[e,{}];if("string"==typeof e)return[e,{}];if(null!=(t=e)&&null!=t.constructor&&"function"==typeof t.constructor.isBuffer&&t.constructor.isBuffer(t))return[e,{}];if(function(e){return qe&&(e instanceof ArrayBuffer||"[object ArrayBuffer]"===ze.call(e))}(e))return[e,{}];if(e&&"object"==typeof e)return[JSON.stringify(e),{"content-type":"application/json"}];var t;throw new Error("Unable to convert request body: Unexpected body type: "+typeof e)}(e.data);n.body=i,t=Ue(t,r)}return e.signal&&(n.signal=e.signal),e.withCredentials&&(n.credentials="include"),(0,Le.$)()||(e.httpAgent||e.httpsAgent)&&(n.agent=t=>"http:"===t.protocol?e.httpAgent||new ke.Agent:e.httpsAgent||new Be.Agent),n.headers=t,n}(e))),e)}const We=`/files/${(0,m.ts)()?.uid}`,Ge=(0,u.generateRemoteUrl)("dav"+We),Ze=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Ge;const t=(0,_e.eI)(e,{headers:{requesttoken:(0,m.IH)()||""}});return(0,_e.lD)().patch("request",(e=>(e.headers?.method&&(e.method=e.headers.method,delete e.headers.method),async function(e){if(!e._digest)return Ye(e);const t=e._digest;delete e._digest,t.hasDigestAuth&&(e=Fe(e,{headers:{Authorization:$e(e,t)}}));const n=await Ye(e);if(401==n.status){if(t.hasDigestAuth=function(e,t){const n=e.headers&&e.headers.get("www-authenticate")||"";if("digest"!==n.split(/\s/)[0].toLowerCase())return!1;const i=/([a-z0-9_-]+)=(?:"([^"]+)"|([a-z0-9_-]+))/gi;for(;;){const e=i.exec(n);if(!e)break;t[e[1]]=e[2]||e[3]}return t.nc+=1,t.cnonce=function(){let e="";for(let t=0;t<32;++t)e=`${e}${De[Math.floor(16*Math.random())]}`;return e}(),!0}(n,t),t.hasDigestAuth){e=Fe(e,{headers:{Authorization:$e(e,t)}});const n=await Ye(e);return 401==n.status?t.hasDigestAuth=!1:t.nc++,n}}else t.nc++;return n}(e)))),t};var Xe=i(3443);const Ke=function(e){return e.split("").reduce((function(e,t){return(e=(e<<5)-e+t.charCodeAt(0))&e}),0)},Je=Ze(),Qe=function(e){const t=e.props,n=(0,r.zu)(t?.permissions),i=t["owner-id"]||(0,m.ts)()?.uid,o=(0,u.generateRemoteUrl)("dav"+We+e.filename),a={id:t?.fileid<0?Ke(o):t?.fileid||0,source:o,mtime:new Date(e.lastmod),mime:e.mime,size:t?.size||0,permissions:n,owner:i,root:We,attributes:{...e,...t,hasPreview:t?.["has-preview"],failed:t?.fileid<0}};return delete a.attributes.props,"file"===e.type?new r.$B(a):new r.gt(a)},et=Ze(),tt=`\n\n\t\n\t\t${(0,r.m0)()}\n\t\n\t\n\t\t1\n\t\n`,nt=async function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"/";const t=(0,r.h7)();let n;"/"===e&&(n=await et.stat(e,{details:!0,data:t}));const i=await et.getDirectoryContents(e,{details:!0,data:"/"===e?tt:t,headers:{method:"/"===e?"REPORT":"PROPFIND"},includeSelf:!0}),o=n?.data||i.data[0],a=i.data.filter((t=>t.filename!==e));return{folder:Qe(o),contents:a.map(Qe)}},it=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;return new r.G7({id:rt(e.path),name:(0,ne.basename)(e.path),icon:ge,order:t,params:{dir:e.path,fileid:e.fileid.toString(),view:"favorites"},parent:"favorites",columns:[],getContents:nt})},rt=function(e){return`favorite-${Ke(e)}`},ot=(0,r.rp)(),at=Math.round(Date.now()/1e3-1209600);var st=i(52506),lt=i(79584);const dt={name:"TemplatePreview",inheritAttrs:!1,props:{basename:{type:String,required:!0},checked:{type:Boolean,default:!1},fileid:{type:[String,Number],required:!0},filename:{type:String,required:!0},previewUrl:{type:String,default:null},hasPreview:{type:Boolean,default:!0},mime:{type:String,required:!0},ratio:{type:Number,default:null}},data:()=>({failedPreview:!1}),computed:{nameWithoutExt(){return this.basename.indexOf(".")>-1?this.basename.split(".").slice(0,-1).join("."):this.basename},id(){return`template-picker-${this.fileid}`},realPreviewUrl(){return this.failedPreview&&this.mimeIcon?this.mimeIcon:this.previewUrl?this.previewUrl:(0,m.ts)()?(0,u.generateUrl)(`/core/preview?fileId=${this.fileid}&x=256&y=256&a=1`):(0,u.generateUrl)(`/apps/files_sharing/publicpreview/${document.getElementById("sharingToken")&&document.getElementById("sharingToken").value}?fileId=${this.fileid}&file=${function(e){const t=(e.startsWith("/")?e:`/${e}`).split("/");let n="";return t.forEach((e=>{""!==e&&(n+="/"+encodeURIComponent(e))})),n}(this.filename)}&x=256&y=256&a=1`)},mimeIcon(){return OC.MimeType.getIconUrl(this.mime)}},methods:{onCheck(){this.$emit("check",this.fileid)},onFailure(){this.failedPreview=!0}}};var ct=i(92246),ut={};ut.styleTagTransform=j(),ut.setAttributes=P(),ut.insert=O().bind(null,"head"),ut.domAPI=T(),ut.insertStyleElement=R(),k()(ct.Z,ut),ct.Z&&ct.Z.locals&&ct.Z.locals;var pt=i(51900);const ft=(0,pt.Z)(dt,(function(){var e=this,t=e._self._c;return t("li",{staticClass:"template-picker__item"},[t("input",{staticClass:"radio",attrs:{id:e.id,type:"radio",name:"template-picker"},domProps:{checked:e.checked},on:{change:e.onCheck}}),e._v(" "),t("label",{staticClass:"template-picker__label",attrs:{for:e.id}},[t("div",{staticClass:"template-picker__preview",class:e.failedPreview?"template-picker__preview--failed":""},[t("img",{staticClass:"template-picker__image",attrs:{src:e.realPreviewUrl,alt:"",draggable:"false"},on:{error:e.onFailure}})]),e._v(" "),t("span",{staticClass:"template-picker__title"},[e._v("\n\t\t\t"+e._s(e.nameWithoutExt)+"\n\t\t")])])])}),[],!1,null,"0859a92c",null).exports,ht=y.default.extend({name:"TemplatePicker",components:{NcEmptyContent:st.Z,NcModal:lt.Z,TemplatePreview:ft},props:{logger:{type:Object,required:!0}},data:()=>({checked:-1,loading:!1,name:null,opened:!1,provider:null}),computed:{extension(){return(0,ne.extname)(this.name)},nameWithoutExt(){return this.extension?this.name.slice(0,0-this.extension.length):this.name},emptyTemplate(){return{basename:t("files","Blank"),fileid:-1,filename:this.t("files","Blank"),hasPreview:!1,mime:this.provider?.mimetypes[0]||this.provider?.mimetypes}},selectedTemplate(){return this.provider?this.provider.templates.find((e=>e.fileid===this.checked)):null},style(){if(!this.provider)return{};const e=(this.provider.ratio?this.provider.ratio:1.77)>1?240:160;return{"--margin":"8px","--width":e+"px","--border":"2px","--fullwidth":e+16+4+"px","--height":this.provider.ratio?Math.round(e/this.provider.ratio)+"px":null}}},methods:{async open(e,t){this.checked=this.emptyTemplate.fileid,this.name=e,this.provider=t;const n=(await async function(){return(await s.Z.get((0,u.generateOcsUrl)("apps/files/api/v1/templates"))).data.ocs.data}()).find((e=>e.app===t.app&&e.label===t.label));if(null===n)throw new Error("Failed to match provider in results");this.provider=n,0!==n.templates.length?this.opened=!0:this.onSubmit()},close(){this.checked=this.emptyTemplate.fileid,this.loading=!1,this.name=null,this.opened=!1,this.provider=null},onCheck(e){this.checked=e},async onSubmit(){this.loading=!0;const e=new URL(window.location.href).searchParams.get("dir")||"/";this.nameWithoutExt===this.name&&(this.logger.warn("Fixed invalid filename",{name:this.name,extension:this.provider?.extension}),this.name=this.name+this.provider?.extension);try{const t=await async function(e,t,n){return(await s.Z.post((0,u.generateOcsUrl)("apps/files/api/v1/templates/create"),{filePath:e,templatePath:t,templateType:n})).data.ocs.data}((0,ne.normalize)(`${e}/${this.name}`),this.selectedTemplate?.filename,this.selectedTemplate?.templateType);this.logger.debug("Created new file",t);const n=(0,m.ts)()?.uid||null,i=new r.$B({id:t.fileid,source:(0,u.generateRemoteUrl)((0,ne.join)("dav/files",n,t.filename)),root:`/files/${n}`,mime:t.mime,mtime:new Date(1e3*t.lastmod),owner:n,size:t.size,permissions:t.permissions,attributes:{...t,"has-preview":t.hasPreview}});(0,o.j8)("files:node:created",i),window.OCP.Files.Router.goToRoute(null,{view:"files",fileid:i.fileid},{dir:i.dirname,openfile:!0}),this.close()}catch(e){this.logger.error("Error while creating the new file from template",{error:e}),(0,w.x2)(this.t("files","Unable to create new file from template"))}finally{this.loading=!1}}}});var At=i(24142),gt={};gt.styleTagTransform=j(),gt.setAttributes=P(),gt.insert=O().bind(null,"head"),gt.domAPI=T(),gt.insertStyleElement=R(),k()(At.Z,gt),At.Z&&At.Z.locals&&At.Z.locals;const mt=(0,pt.Z)(ht,(function(){var e=this,t=e._self._c;return e._self._setupProxy,e.opened?t("NcModal",{staticClass:"templates-picker",attrs:{"clear-view-delay":-1,size:"large"},on:{close:e.close}},[t("form",{staticClass:"templates-picker__form",style:e.style,on:{submit:function(t){return t.preventDefault(),t.stopPropagation(),e.onSubmit.apply(null,arguments)}}},[t("h2",[e._v(e._s(e.t("files","Pick a template for {name}",{name:e.nameWithoutExt})))]),e._v(" "),t("ul",{staticClass:"templates-picker__list"},[t("TemplatePreview",e._b({attrs:{checked:e.checked===e.emptyTemplate.fileid},on:{check:e.onCheck}},"TemplatePreview",e.emptyTemplate,!1)),e._v(" "),e._l(e.provider.templates,(function(n){return t("TemplatePreview",e._b({key:n.fileid,attrs:{checked:e.checked===n.fileid,ratio:e.provider.ratio},on:{check:e.onCheck}},"TemplatePreview",n,!1))}))],2),e._v(" "),t("div",{staticClass:"templates-picker__buttons"},[t("input",{staticClass:"primary",attrs:{type:"submit","aria-label":e.t("files","Create a new file with the selected template")},domProps:{value:e.t("files","Create")}})])]),e._v(" "),e.loading?t("NcEmptyContent",{staticClass:"templates-picker__loading",attrs:{icon:"icon-loading"}},[e._v("\n\t\t"+e._s(e.t("files","Creating file"))+"\n\t")]):e._e()],1):e._e()}),[],!1,null,"48121b39",null).exports,wt=(0,l.IY)().setApp("files").detectUser().build();y.default.mixin({methods:{t:a.Iu,n:a.uN}});const vt=document.createElement("div");vt.id="template-picker",document.body.appendChild(vt);let yt=(0,Ee.j)("files","templates",[]),bt=(0,Ee.j)("files","templates_path",!1);wt.debug("Templates providers",{templates:yt}),wt.debug("Templates folder",{templatesPath:bt});const Ct=new(y.default.extend(mt))({name:"TemplatePicker",propsData:{logger:wt}});Ct.$mount("#template-picker"),bt||(wt.debug("Templates folder not initialized"),(0,r.cd)({id:"template-picker",displayName:(0,a.Iu)("files","Create new templates folder"),iconSvgInline:'',order:10,enabled:e=>e.owner===(0,m.ts)()?.uid&&0!=(e.permissions&r.y3.CREATE),handler(e,t){const n=t.map((e=>e.basename)),i=ue((0,a.Iu)("files","Templates"),n);xt(e,i),(0,r.oE)("template-picker")}})),yt.forEach(((e,t)=>{(0,r.cd)({id:`template-new-${e.app}-${t}`,displayName:e.label,iconClass:e.iconClass||"icon-file",enabled:e=>0!=(e.permissions&r.y3.CREATE),order:11,handler(t,n){const i=n.map((e=>e.basename)),r=ue(e.label+e.extension,i);Ct.open(r,e)}})}));const xt=async function(e,t){const n=(0,ne.join)(e.path,t);try{wt.debug("Initializing the templates directory",{templatePath:n});const e=await s.Z.post((0,u.generateOcsUrl)("apps/files/api/v1/templates/path"),{templatePath:n,copySystemTemplates:!0});window.OCP.Files.Router.goToRoute(null,{view:"files",fileid:void 0},{dir:n}),yt=e.data.ocs.data.templates,bt=e.data.ocs.data.template_path}catch(e){wt.error("Unable to initialize the templates directory"),(0,w.x2)((0,a.Iu)("files","Unable to initialize the templates directory"))}};(0,r.p4)(c),(0,r.p4)(A),(0,r.p4)(v),(0,r.p4)(E),(0,r.p4)(Ae),(0,r.p4)(me),(0,r.p4)(we),(0,r.p4)(ve),(0,r.p4)(be),(0,r.p4)(Ce),(0,r.cd)(xe),(()=>{const e=(0,Ee.j)("files","favoriteFolders",[]),t=e.map(((e,t)=>it(e,t)));d.debug("Generating favorites view",{favoriteFolders:e});const n=(0,r.Ti)();n.register(new r.G7({id:"favorites",name:(0,a.Iu)("files","Favorites"),caption:(0,a.Iu)("files","List of favorites files and folders."),emptyTitle:(0,a.Iu)("files","No favorites yet"),emptyCaption:(0,a.Iu)("files","Files and folders you mark as favorite will show up here"),icon:b,order:5,columns:[],getContents:nt})),t.forEach((e=>n.register(e))),(0,o.Ld)("files:favorites:added",(e=>{e.type===r.Tv.Folder&&(null!==e.path&&e.root?.startsWith("/files")?s(e):d.error("Favorite folder is not within user files root",{node:e}))})),(0,o.Ld)("files:favorites:removed",(e=>{e.type===r.Tv.Folder&&(null!==e.path&&e.root?.startsWith("/files")?l(e.path):d.error("Favorite folder is not within user files root",{node:e}))}));const i=function(){e.sort(((e,t)=>e.path.localeCompare(t.path,(0,a.G3)(),{ignorePunctuation:!0}))),e.forEach(((e,n)=>{const i=t.find((t=>t.id===rt(e.path)));i&&(i.order=n)}))},s=function(r){const o={path:r.path,fileid:r.fileid},a=it(o);e.find((e=>e.path===r.path))||(e.push(o),t.push(a),i(),n.register(a))},l=function(r){const o=rt(r),a=e.findIndex((e=>e.path===r));-1!==a&&(e.splice(a,1),t.splice(a,1),n.remove(o),i())}})(),(0,r.Ti)().register(new r.G7({id:"files",name:(0,a.Iu)("files","All files"),caption:(0,a.Iu)("files","List of your files and folders."),icon:ge,order:0,getContents:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"/";const t=new AbortController,n=(0,r.h7)();return new Xe.CancelablePromise((async(i,r,o)=>{o((()=>t.abort()));try{const r=await Je.getDirectoryContents(e,{details:!0,data:n,includeSelf:!0,signal:t.signal}),o=r.data[0],a=r.data.slice(1);if(o.filename!==e)throw new Error("Root node does not match requested path");i({folder:Qe(o),contents:a.map((e=>{try{return Qe(e)}catch(t){return d.error(`Invalid node detected '${e.basename}'`,{error:t}),null}})).filter(Boolean)})}catch(e){r(e)}}))}})),(0,r.Ti)().register(new r.G7({id:"recent",name:(0,a.Iu)("files","Recent"),caption:(0,a.Iu)("files","List of recently modified files and folders."),emptyTitle:(0,a.Iu)("files","No recently modified files"),emptyCaption:(0,a.Iu)("files","Files and folders you recently modified will show up here."),icon:'',order:2,defaultSortKey:"mtime",getContents:async function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"/";const t=(await ot.getDirectoryContents(e,{details:!0,data:(0,r.tB)(at),headers:{method:"SEARCH","Content-Type":"application/xml; charset=utf-8"},deep:!0})).data;return{folder:new r.gt({id:0,source:`${r.SR}${r._o}`,root:r._o,owner:(0,m.ts)()?.uid||null,permissions:r.y3.READ}),contents:t.map((e=>(0,r.RL)(e)))}}})),"serviceWorker"in navigator?window.addEventListener("load",(async()=>{try{const e=(0,u.generateUrl)("/apps/files/preview-service-worker.js",{},{noRewrite:!0}),t=await navigator.serviceWorker.register(e,{scope:"/"});d.debug("SW registered: ",{registration:t})}catch(e){d.error("SW registration failed: ",{error:e})}})):d.debug("Service Worker is not enabled on this browser."),(0,r.qq)("nc:hidden",{nc:"http://nextcloud.org/ns"}),(0,r.qq)("nc:metadata-files-live-photo",{nc:"http://nextcloud.org/ns"})},50584:e=>{e.exports={100:"Continue",101:"Switching Protocols",102:"Processing",200:"OK",201:"Created",202:"Accepted",203:"Non-Authoritative Information",204:"No Content",205:"Reset Content",206:"Partial Content",207:"Multi-Status",208:"Already Reported",226:"IM Used",300:"Multiple Choices",301:"Moved Permanently",302:"Found",303:"See Other",304:"Not Modified",305:"Use Proxy",307:"Temporary Redirect",308:"Permanent Redirect",400:"Bad Request",401:"Unauthorized",402:"Payment Required",403:"Forbidden",404:"Not Found",405:"Method Not Allowed",406:"Not Acceptable",407:"Proxy Authentication Required",408:"Request Timeout",409:"Conflict",410:"Gone",411:"Length Required",412:"Precondition Failed",413:"Payload Too Large",414:"URI Too Long",415:"Unsupported Media Type",416:"Range Not Satisfiable",417:"Expectation Failed",418:"I'm a teapot",421:"Misdirected Request",422:"Unprocessable Entity",423:"Locked",424:"Failed Dependency",425:"Unordered Collection",426:"Upgrade Required",428:"Precondition Required",429:"Too Many Requests",431:"Request Header Fields Too Large",451:"Unavailable For Legal Reasons",500:"Internal Server Error",501:"Not Implemented",502:"Bad Gateway",503:"Service Unavailable",504:"Gateway Timeout",505:"HTTP Version Not Supported",506:"Variant Also Negotiates",507:"Insufficient Storage",508:"Loop Detected",509:"Bandwidth Limit Exceeded",510:"Not Extended",511:"Network Authentication Required"}},3443:function(e,t,n){var i,r,o=n(25108);function a(e){return a="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},a(e)}"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self&&self,i=function(e){"use strict";function t(e,n){return t=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},t(e,n)}function n(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=i(e);if(t){var o=i(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return function(e,t){if(t&&("object"===a(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}(this,n)}}function i(e){return i=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},i(e)}function r(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!n){if(Array.isArray(e)||(n=function(e,t){if(e){if("string"==typeof e)return s(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?s(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){n&&(e=n);var i=0,r=function(){};return{s:r,n:function(){return i>=e.length?{done:!0}:{done:!1,value:e[i++]}},e:function(e){throw e},f:r}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,a=!0,l=!1;return{s:function(){n=n.call(e)},n:function(){var e=n.next();return a=e.done,e},e:function(e){l=!0,o=e},f:function(){try{a||null==n.return||n.return()}finally{if(l)throw o}}}}function s(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,i=new Array(t);n{"use strict";n.d(t,{Z:()=>h});var i=n(87537),r=n.n(i),o=n(23645),a=n.n(o),s=n(61667),l=n.n(s),d=new URL(n(79839),n.b),c=new URL(n(88717),n.b),u=a()(r()),p=l()(d),f=l()(c);u.push([e.id,`@charset "UTF-8";\n/**\n * @copyright Copyright (c) 2019 Julius Härtl \n *\n * @author Julius Härtl \n * @author John Molakvoæ \n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n */\n.toastify.dialogs {\n min-width: 200px;\n background: none;\n background-color: var(--color-main-background);\n color: var(--color-main-text);\n box-shadow: 0 0 6px 0 var(--color-box-shadow);\n padding: 0 12px;\n margin-top: 45px;\n position: fixed;\n z-index: 10100;\n border-radius: var(--border-radius);\n display: flex;\n align-items: center;\n}\n.toastify.dialogs .toast-undo-container {\n display: flex;\n align-items: center;\n}\n.toastify.dialogs .toast-undo-button,\n.toastify.dialogs .toast-close {\n position: static;\n overflow: hidden;\n box-sizing: border-box;\n min-width: 44px;\n height: 100%;\n padding: 12px;\n white-space: nowrap;\n background-repeat: no-repeat;\n background-position: center;\n background-color: transparent;\n min-height: 0;\n}\n.toastify.dialogs .toast-undo-button.toast-close,\n.toastify.dialogs .toast-close.toast-close {\n text-indent: 0;\n opacity: .4;\n border: none;\n min-height: 44px;\n margin-left: 10px;\n font-size: 0;\n}\n.toastify.dialogs .toast-undo-button.toast-close:before,\n.toastify.dialogs .toast-close.toast-close:before {\n background-image: url(${p});\n content: " ";\n filter: var(--background-invert-if-dark);\n display: inline-block;\n width: 16px;\n height: 16px;\n}\n.toastify.dialogs .toast-undo-button.toast-undo-button,\n.toastify.dialogs .toast-close.toast-undo-button {\n height: calc(100% - 6px);\n margin: 3px 3px 3px 12px;\n}\n.toastify.dialogs .toast-undo-button:hover,\n.toastify.dialogs .toast-undo-button:focus,\n.toastify.dialogs .toast-undo-button:active,\n.toastify.dialogs .toast-close:hover,\n.toastify.dialogs .toast-close:focus,\n.toastify.dialogs .toast-close:active {\n cursor: pointer;\n opacity: 1;\n}\n.toastify.dialogs.toastify-top {\n right: 10px;\n}\n.toastify.dialogs.toast-with-click {\n cursor: pointer;\n}\n.toastify.dialogs.toast-error {\n border-left: 3px solid var(--color-error);\n}\n.toastify.dialogs.toast-info {\n border-left: 3px solid var(--color-primary);\n}\n.toastify.dialogs.toast-warning {\n border-left: 3px solid var(--color-warning);\n}\n.toastify.dialogs.toast-success,\n.toastify.dialogs.toast-undo {\n border-left: 3px solid var(--color-success);\n}\n.theme--dark .toastify.dialogs .toast-close.toast-close:before {\n background-image: url(${f});\n}\n._file-picker__file-icon_1vgv4_5 {\n width: 32px;\n height: 32px;\n min-width: 32px;\n min-height: 32px;\n background-repeat: no-repeat;\n background-size: contain;\n display: flex;\n justify-content: center;\n}\ntr.file-picker__row[data-v-6aded0d9] {\n height: var(--row-height, 50px);\n}\ntr.file-picker__row td[data-v-6aded0d9] {\n cursor: pointer;\n overflow: hidden;\n text-overflow: ellipsis;\n border-bottom: none;\n}\ntr.file-picker__row td.row-checkbox[data-v-6aded0d9] {\n padding: 0 2px;\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-48df4f27] {\n height: var(--row-height, 50px);\n}\ntr.file-picker__row td[data-v-48df4f27] {\n cursor: pointer;\n overflow: hidden;\n text-overflow: ellipsis;\n border-bottom: none;\n}\ntr.file-picker__row td.row-checkbox[data-v-48df4f27] {\n padding: 0 2px;\n}\ntr.file-picker__row td[data-v-48df4f27]:not(.row-checkbox) {\n padding-inline: 14px 0;\n}\ntr.file-picker__row td.row-size[data-v-48df4f27] {\n text-align: end;\n padding-inline: 0 14px;\n}\ntr.file-picker__row td.row-name[data-v-48df4f27] {\n padding-inline: 2px 0;\n}\n.file-picker__row--selected[data-v-48df4f27] {\n background-color: var(--color-background-dark);\n}\n.file-picker__row[data-v-48df4f27]:hover {\n background-color: var(--color-background-hover);\n}\n.file-picker__name-container[data-v-48df4f27] {\n display: flex;\n justify-content: start;\n align-items: center;\n height: 100%;\n}\n.file-picker__file-name[data-v-48df4f27] {\n padding-inline-start: 6px;\n min-width: 0;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.file-picker__file-extension[data-v-48df4f27] {\n color: var(--color-text-maxcontrast);\n min-width: fit-content;\n}\n.file-picker__header-preview[data-v-d3c94818] {\n width: 22px;\n height: 32px;\n flex: 0 0 auto;\n}\n.file-picker__files[data-v-d3c94818] {\n margin: 2px;\n margin-inline-start: 12px;\n overflow: scroll auto;\n}\n.file-picker__files table[data-v-d3c94818] {\n width: 100%;\n max-height: 100%;\n table-layout: fixed;\n}\n.file-picker__files th[data-v-d3c94818] {\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-d3c94818] {\n display: flex;\n}\n.file-picker__files th.row-checkbox[data-v-d3c94818] {\n width: 44px;\n}\n.file-picker__files th.row-name[data-v-d3c94818] {\n width: 230px;\n}\n.file-picker__files th.row-size[data-v-d3c94818] {\n width: 100px;\n}\n.file-picker__files th.row-modified[data-v-d3c94818] {\n width: 120px;\n}\n.file-picker__files th[data-v-d3c94818]:not(.row-size) .button-vue__wrapper {\n justify-content: start;\n flex-direction: row-reverse;\n}\n.file-picker__files th[data-v-d3c94818]:not(.row-size) .button-vue {\n padding-inline: 16px 4px;\n}\n.file-picker__files th.row-size[data-v-d3c94818] .button-vue__wrapper {\n justify-content: end;\n}\n.file-picker__files th[data-v-d3c94818] .button-vue__wrapper {\n color: var(--color-text-maxcontrast);\n}\n.file-picker__files th[data-v-d3c94818] .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-e96bec41] {\n display: flex;\n flex-direction: column;\n align-items: stretch;\n gap: .5rem;\n min-width: 200px;\n padding: 2px;\n overflow: auto;\n}\n.file-picker__side[data-v-e96bec41] .button-vue__wrapper {\n justify-content: start;\n}\n.file-picker__filter-input[data-v-e96bec41] {\n margin-block: 7px;\n max-width: 260px;\n}\n@media (max-width: 736px) {\n .file-picker__side[data-v-e96bec41] {\n flex-direction: row;\n min-width: unset;\n }\n}\n@media (max-width: 512px) {\n .file-picker__side[data-v-e96bec41] {\n flex-direction: row;\n min-width: unset;\n }\n .file-picker__filter-input[data-v-e96bec41] {\n max-width: unset;\n }\n}\n.file-picker__navigation {\n padding-inline: 8px 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-821451ce] {\n height: 50px;\n display: flex;\n justify-content: start;\n align-items: center;\n}\n.file-picker__view h3[data-v-821451ce] {\n font-weight: 700;\n height: fit-content;\n margin: 0;\n}\n.file-picker__main[data-v-821451ce] {\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-821451ce] {\n box-sizing: border-box;\n}\n[data-v-821451ce] .file-picker {\n height: min(80vh, 800px) !important;\n}\n@media (max-width: 512px) {\n [data-v-821451ce] .file-picker {\n height: calc(100% - 16px - var(--default-clickable-area)) !important;\n }\n}\n[data-v-821451ce] .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,yDAA8Q;EAC9Q,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,yDAAsT;AACxT;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,cAAc;AAChB;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,cAAc;AAChB;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,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,oBAAoB;EACpB,UAAU;EACV,gBAAgB;EAChB,YAAY;EACZ,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,uBAAuB;AACzB;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,mCAAmC;AACrC;AACA;EACE;IACE,oEAAoE;EACtE;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,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='16'%20width='16'%3e%3cpath%20d='M14%2012.3L12.3%2014%208%209.7%203.7%2014%202%2012.3%206.3%208%202%203.7%203.7%202%208%206.3%2012.3%202%2014%203.7%209.7%208z'/%3e%3c/svg%3e\");\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,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='16'%20width='16'%3e%3cpath%20d='M14%2012.3L12.3%2014%208%209.7%203.7%2014%202%2012.3%206.3%208%202%203.7%203.7%202%208%206.3%2012.3%202%2014%203.7%209.7%208z'%20style='fill-opacity:1;fill:%23ffffff'/%3e%3c/svg%3e\");\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.row-checkbox[data-v-6aded0d9] {\n padding: 0 2px;\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-48df4f27] {\n height: var(--row-height, 50px);\n}\ntr.file-picker__row td[data-v-48df4f27] {\n cursor: pointer;\n overflow: hidden;\n text-overflow: ellipsis;\n border-bottom: none;\n}\ntr.file-picker__row td.row-checkbox[data-v-48df4f27] {\n padding: 0 2px;\n}\ntr.file-picker__row td[data-v-48df4f27]:not(.row-checkbox) {\n padding-inline: 14px 0;\n}\ntr.file-picker__row td.row-size[data-v-48df4f27] {\n text-align: end;\n padding-inline: 0 14px;\n}\ntr.file-picker__row td.row-name[data-v-48df4f27] {\n padding-inline: 2px 0;\n}\n.file-picker__row--selected[data-v-48df4f27] {\n background-color: var(--color-background-dark);\n}\n.file-picker__row[data-v-48df4f27]:hover {\n background-color: var(--color-background-hover);\n}\n.file-picker__name-container[data-v-48df4f27] {\n display: flex;\n justify-content: start;\n align-items: center;\n height: 100%;\n}\n.file-picker__file-name[data-v-48df4f27] {\n padding-inline-start: 6px;\n min-width: 0;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.file-picker__file-extension[data-v-48df4f27] {\n color: var(--color-text-maxcontrast);\n min-width: fit-content;\n}\n.file-picker__header-preview[data-v-d3c94818] {\n width: 22px;\n height: 32px;\n flex: 0 0 auto;\n}\n.file-picker__files[data-v-d3c94818] {\n margin: 2px;\n margin-inline-start: 12px;\n overflow: scroll auto;\n}\n.file-picker__files table[data-v-d3c94818] {\n width: 100%;\n max-height: 100%;\n table-layout: fixed;\n}\n.file-picker__files th[data-v-d3c94818] {\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-d3c94818] {\n display: flex;\n}\n.file-picker__files th.row-checkbox[data-v-d3c94818] {\n width: 44px;\n}\n.file-picker__files th.row-name[data-v-d3c94818] {\n width: 230px;\n}\n.file-picker__files th.row-size[data-v-d3c94818] {\n width: 100px;\n}\n.file-picker__files th.row-modified[data-v-d3c94818] {\n width: 120px;\n}\n.file-picker__files th[data-v-d3c94818]:not(.row-size) .button-vue__wrapper {\n justify-content: start;\n flex-direction: row-reverse;\n}\n.file-picker__files th[data-v-d3c94818]:not(.row-size) .button-vue {\n padding-inline: 16px 4px;\n}\n.file-picker__files th.row-size[data-v-d3c94818] .button-vue__wrapper {\n justify-content: end;\n}\n.file-picker__files th[data-v-d3c94818] .button-vue__wrapper {\n color: var(--color-text-maxcontrast);\n}\n.file-picker__files th[data-v-d3c94818] .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-e96bec41] {\n display: flex;\n flex-direction: column;\n align-items: stretch;\n gap: .5rem;\n min-width: 200px;\n padding: 2px;\n overflow: auto;\n}\n.file-picker__side[data-v-e96bec41] .button-vue__wrapper {\n justify-content: start;\n}\n.file-picker__filter-input[data-v-e96bec41] {\n margin-block: 7px;\n max-width: 260px;\n}\n@media (max-width: 736px) {\n .file-picker__side[data-v-e96bec41] {\n flex-direction: row;\n min-width: unset;\n }\n}\n@media (max-width: 512px) {\n .file-picker__side[data-v-e96bec41] {\n flex-direction: row;\n min-width: unset;\n }\n .file-picker__filter-input[data-v-e96bec41] {\n max-width: unset;\n }\n}\n.file-picker__navigation {\n padding-inline: 8px 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-821451ce] {\n height: 50px;\n display: flex;\n justify-content: start;\n align-items: center;\n}\n.file-picker__view h3[data-v-821451ce] {\n font-weight: 700;\n height: fit-content;\n margin: 0;\n}\n.file-picker__main[data-v-821451ce] {\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-821451ce] {\n box-sizing: border-box;\n}\n[data-v-821451ce] .file-picker {\n height: min(80vh, 800px) !important;\n}\n@media (max-width: 512px) {\n [data-v-821451ce] .file-picker {\n height: calc(100% - 16px - var(--default-clickable-area)) !important;\n }\n}\n[data-v-821451ce] .file-picker__content {\n display: flex;\n flex-direction: column;\n overflow: hidden;\n}\n"],sourceRoot:""}]);const h=u},92246:(e,t,n)=>{"use strict";n.d(t,{Z:()=>s});var i=n(87537),r=n.n(i),o=n(23645),a=n.n(o)()(r());a.push([e.id,".template-picker__item[data-v-0859a92c]{display:flex}.template-picker__label[data-v-0859a92c]{display:flex;align-items:center;flex:1 1;flex-direction:column}.template-picker__label[data-v-0859a92c],.template-picker__label *[data-v-0859a92c]{cursor:pointer;user-select:none}.template-picker__label[data-v-0859a92c]::before{display:none !important}.template-picker__preview[data-v-0859a92c]{display:block;overflow:hidden;flex:1 1;width:var(--width);min-height:var(--height);max-height:var(--height);padding:0;border:var(--border) solid var(--color-border);border-radius:var(--border-radius-large)}input:checked+label>.template-picker__preview[data-v-0859a92c]{border-color:var(--color-primary-element)}.template-picker__preview--failed[data-v-0859a92c]{display:flex}.template-picker__image[data-v-0859a92c]{max-width:100%;background-color:var(--color-main-background);object-fit:cover}.template-picker__preview--failed .template-picker__image[data-v-0859a92c]{width:calc(var(--margin)*8);margin:auto;background-color:rgba(0,0,0,0) !important;object-fit:initial}.template-picker__title[data-v-0859a92c]{overflow:hidden;max-width:calc(var(--width) + 4px);padding:var(--margin);white-space:nowrap;text-overflow:ellipsis}","",{version:3,sources:["webpack://./apps/files/src/components/TemplatePreview.vue"],names:[],mappings:"AAGC,wCACC,YAAA,CAGD,yCACC,YAAA,CAEA,kBAAA,CACA,QAAA,CACA,qBAAA,CAEA,oFACC,cAAA,CACA,gBAAA,CAGD,iDACC,uBAAA,CAIF,2CACC,aAAA,CACA,eAAA,CAEA,QAAA,CACA,kBAAA,CACA,wBAAA,CACA,wBAAA,CACA,SAAA,CACA,8CAAA,CACA,wCAAA,CAEA,+DACC,yCAAA,CAGD,mDAEC,YAAA,CAIF,yCACC,cAAA,CACA,6CAAA,CAEA,gBAAA,CAID,2EACC,2BAAA,CAEA,WAAA,CACA,yCAAA,CAEA,kBAAA,CAGD,yCACC,eAAA,CAEA,kCAAA,CACA,qBAAA,CACA,kBAAA,CACA,sBAAA",sourcesContent:["\n\n.template-picker {\n\t&__item {\n\t\tdisplay: flex;\n\t}\n\n\t&__label {\n\t\tdisplay: flex;\n\t\t// Align in the middle of the grid\n\t\talign-items: center;\n\t\tflex: 1 1;\n\t\tflex-direction: column;\n\n\t\t&, * {\n\t\t\tcursor: pointer;\n\t\t\tuser-select: none;\n\t\t}\n\n\t\t&::before {\n\t\t\tdisplay: none !important;\n\t\t}\n\t}\n\n\t&__preview {\n\t\tdisplay: block;\n\t\toverflow: hidden;\n\t\t// Stretch so all entries are the same width\n\t\tflex: 1 1;\n\t\twidth: var(--width);\n\t\tmin-height: var(--height);\n\t\tmax-height: var(--height);\n\t\tpadding: 0;\n\t\tborder: var(--border) solid var(--color-border);\n\t\tborder-radius: var(--border-radius-large);\n\n\t\tinput:checked + label > & {\n\t\t\tborder-color: var(--color-primary-element);\n\t\t}\n\n\t\t&--failed {\n\t\t\t// Make sure to properly center fallback icon\n\t\t\tdisplay: flex;\n\t\t}\n\t}\n\n\t&__image {\n\t\tmax-width: 100%;\n\t\tbackground-color: var(--color-main-background);\n\n\t\tobject-fit: cover;\n\t}\n\n\t// Failed preview, fallback to mime icon\n\t&__preview--failed &__image {\n\t\twidth: calc(var(--margin) * 8);\n\t\t// Center mime icon\n\t\tmargin: auto;\n\t\tbackground-color: transparent !important;\n\n\t\tobject-fit: initial;\n\t}\n\n\t&__title {\n\t\toverflow: hidden;\n\t\t// also count preview border\n\t\tmax-width: calc(var(--width) + 2*2px);\n\t\tpadding: var(--margin);\n\t\twhite-space: nowrap;\n\t\ttext-overflow: ellipsis;\n\t}\n}\n\n"],sourceRoot:""}]);const s=a},24142:(e,t,n)=>{"use strict";n.d(t,{Z:()=>s});var i=n(87537),r=n.n(i),o=n(23645),a=n.n(o)()(r());a.push([e.id,".templates-picker__form[data-v-48121b39]{padding:calc(var(--margin)*2);padding-bottom:0}.templates-picker__form h2[data-v-48121b39]{text-align:center;font-weight:bold;margin:var(--margin) 0 calc(var(--margin)*2)}.templates-picker__list[data-v-48121b39]{display:grid;grid-gap:calc(var(--margin)*2);grid-auto-columns:1fr;max-width:calc(var(--fullwidth)*6);grid-template-columns:repeat(auto-fit, var(--fullwidth));grid-auto-rows:1fr;justify-content:center}.templates-picker__buttons[data-v-48121b39]{display:flex;justify-content:end;padding:calc(var(--margin)*2) var(--margin);position:sticky;bottom:0;background-image:linear-gradient(0, var(--gradient-main-background))}.templates-picker__buttons button[data-v-48121b39],.templates-picker__buttons input[type=submit][data-v-48121b39]{height:44px}.templates-picker[data-v-48121b39] .modal-container{position:relative}.templates-picker__loading[data-v-48121b39]{position:absolute;top:0;left:0;justify-content:center;width:100%;height:100%;margin:0;background-color:var(--color-main-background-translucent)}","",{version:3,sources:["webpack://./apps/files/src/views/TemplatePicker.vue"],names:[],mappings:"AAEC,yCACC,6BAAA,CAEA,gBAAA,CAEA,4CACC,iBAAA,CACA,gBAAA,CACA,4CAAA,CAIF,yCACC,YAAA,CACA,8BAAA,CACA,qBAAA,CAEA,kCAAA,CACA,wDAAA,CAEA,kBAAA,CAEA,sBAAA,CAGD,4CACC,YAAA,CACA,mBAAA,CACA,2CAAA,CACA,eAAA,CACA,QAAA,CACA,oEAAA,CAEA,kHACC,WAAA,CAKF,oDACC,iBAAA,CAGD,4CACC,iBAAA,CACA,KAAA,CACA,MAAA,CACA,sBAAA,CACA,UAAA,CACA,WAAA,CACA,QAAA,CACA,yDAAA",sourcesContent:["\n.templates-picker {\n\t&__form {\n\t\tpadding: calc(var(--margin) * 2);\n\t\t// Will be handled by the buttons\n\t\tpadding-bottom: 0;\n\n\t\th2 {\n\t\t\ttext-align: center;\n\t\t\tfont-weight: bold;\n\t\t\tmargin: var(--margin) 0 calc(var(--margin) * 2);\n\t\t}\n\t}\n\n\t&__list {\n\t\tdisplay: grid;\n\t\tgrid-gap: calc(var(--margin) * 2);\n\t\tgrid-auto-columns: 1fr;\n\t\t// We want maximum 5 columns. Putting 6 as we don't count the grid gap. So it will always be lower than 6\n\t\tmax-width: calc(var(--fullwidth) * 6);\n\t\tgrid-template-columns: repeat(auto-fit, var(--fullwidth));\n\t\t// Make sure all rows are the same height\n\t\tgrid-auto-rows: 1fr;\n\t\t// Center the columns set\n\t\tjustify-content: center;\n\t}\n\n\t&__buttons {\n\t\tdisplay: flex;\n\t\tjustify-content: end;\n\t\tpadding: calc(var(--margin) * 2) var(--margin);\n\t\tposition: sticky;\n\t\tbottom: 0;\n\t\tbackground-image: linear-gradient(0, var(--gradient-main-background));\n\n\t\tbutton, input[type='submit'] {\n\t\t\theight: 44px;\n\t\t}\n\t}\n\n\t// Make sure we're relative for the loading emptycontent on top\n\t::v-deep .modal-container {\n\t\tposition: relative;\n\t}\n\n\t&__loading {\n\t\tposition: absolute;\n\t\ttop: 0;\n\t\tleft: 0;\n\t\tjustify-content: center;\n\t\twidth: 100%;\n\t\theight: 100%;\n\t\tmargin: 0;\n\t\tbackground-color: var(--color-main-background-translucent);\n\t}\n}\n\n"],sourceRoot:""}]);const s=a},79267:(e,t,n)=>{var i=n(8501),r=n(8575),o=e.exports;for(var a in i)i.hasOwnProperty(a)&&(o[a]=i[a]);function s(e){if("string"==typeof e&&(e=r.parse(e)),e.protocol||(e.protocol="https:"),"https:"!==e.protocol)throw new Error('Protocol "'+e.protocol+'" not supported. Expected "https:"');return e}o.request=function(e,t){return e=s(e),i.request.call(this,e,t)},o.get=function(e,t){return e=s(e),i.get.call(this,e,t)}},88473:(e,t,n)=>{(t=e.exports=n(79481)).Stream=t,t.Readable=t,t.Writable=n(64229),t.Duplex=n(56753),t.Transform=n(74605),t.PassThrough=n(82725),t.finished=n(8610),t.pipeline=n(59946)},8501:(e,t,n)=>{var i=n(11989),r=n(55676),o=n(47529),a=n(50584),s=n(8575),l=t;l.request=function(e,t){e="string"==typeof e?s.parse(e):o(e);var r=-1===n.g.location.protocol.search(/^https?:$/)?"http:":"",a=e.protocol||r,l=e.hostname||e.host,d=e.port,c=e.path||"/";l&&-1!==l.indexOf(":")&&(l="["+l+"]"),e.url=(l?a+"//"+l:"")+(d?":"+d:"")+c,e.method=(e.method||"GET").toUpperCase(),e.headers=e.headers||{};var u=new i(e);return t&&u.on("response",t),u},l.get=function(e,t){var n=l.request(e,t);return n.end(),n},l.ClientRequest=i,l.IncomingMessage=r.IncomingMessage,l.Agent=function(){},l.Agent.defaultMaxSockets=4,l.globalAgent=new l.Agent,l.STATUS_CODES=a,l.METHODS=["CHECKOUT","CONNECT","COPY","DELETE","GET","HEAD","LOCK","M-SEARCH","MERGE","MKACTIVITY","MKCOL","MOVE","NOTIFY","OPTIONS","PATCH","POST","PROPFIND","PROPPATCH","PURGE","PUT","REPORT","SEARCH","SUBSCRIBE","TRACE","UNLOCK","UNSUBSCRIBE"]},8725:(e,t,n)=>{var i;function r(){if(void 0!==i)return i;if(n.g.XMLHttpRequest){i=new n.g.XMLHttpRequest;try{i.open("GET",n.g.XDomainRequest?"/":"https://example.com")}catch(e){i=null}}else i=null;return i}function o(e){var t=r();if(!t)return!1;try{return t.responseType=e,t.responseType===e}catch(e){}return!1}function a(e){return"function"==typeof e}t.fetch=a(n.g.fetch)&&a(n.g.ReadableStream),t.writableStream=a(n.g.WritableStream),t.abortController=a(n.g.AbortController),t.arraybuffer=t.fetch||o("arraybuffer"),t.msstream=!t.fetch&&o("ms-stream"),t.mozchunkedarraybuffer=!t.fetch&&o("moz-chunked-arraybuffer"),t.overrideMimeType=t.fetch||!!r()&&a(r().overrideMimeType),i=null},11989:(e,t,n)=>{var i=n(48764).Buffer,r=n(34155),o=n(8725),a=n(35717),s=n(55676),l=n(88473),d=s.IncomingMessage,c=s.readyStates,u=e.exports=function(e){var t,n=this;l.Writable.call(n),n._opts=e,n._body=[],n._headers={},e.auth&&n.setHeader("Authorization","Basic "+i.from(e.auth).toString("base64")),Object.keys(e.headers).forEach((function(t){n.setHeader(t,e.headers[t])}));var r=!0;if("disable-fetch"===e.mode||"requestTimeout"in e&&!o.abortController)r=!1,t=!0;else if("prefer-streaming"===e.mode)t=!1;else if("allow-wrong-content-type"===e.mode)t=!o.overrideMimeType;else{if(e.mode&&"default"!==e.mode&&"prefer-fast"!==e.mode)throw new Error("Invalid value for opts.mode");t=!0}n._mode=function(e,t){return o.fetch&&t?"fetch":o.mozchunkedarraybuffer?"moz-chunked-arraybuffer":o.msstream?"ms-stream":o.arraybuffer&&e?"arraybuffer":"text"}(t,r),n._fetchTimer=null,n._socketTimeout=null,n._socketTimer=null,n.on("finish",(function(){n._onFinish()}))};a(u,l.Writable),u.prototype.setHeader=function(e,t){var n=e.toLowerCase();-1===p.indexOf(n)&&(this._headers[n]={name:e,value:t})},u.prototype.getHeader=function(e){var t=this._headers[e.toLowerCase()];return t?t.value:null},u.prototype.removeHeader=function(e){delete this._headers[e.toLowerCase()]},u.prototype._onFinish=function(){var e=this;if(!e._destroyed){var t=e._opts;"timeout"in t&&0!==t.timeout&&e.setTimeout(t.timeout);var i=e._headers,a=null;"GET"!==t.method&&"HEAD"!==t.method&&(a=new Blob(e._body,{type:(i["content-type"]||{}).value||""}));var s=[];if(Object.keys(i).forEach((function(e){var t=i[e].name,n=i[e].value;Array.isArray(n)?n.forEach((function(e){s.push([t,e])})):s.push([t,n])})),"fetch"===e._mode){var l=null;if(o.abortController){var d=new AbortController;l=d.signal,e._fetchAbortController=d,"requestTimeout"in t&&0!==t.requestTimeout&&(e._fetchTimer=n.g.setTimeout((function(){e.emit("requestTimeout"),e._fetchAbortController&&e._fetchAbortController.abort()}),t.requestTimeout))}n.g.fetch(e._opts.url,{method:e._opts.method,headers:s,body:a||void 0,mode:"cors",credentials:t.withCredentials?"include":"same-origin",signal:l}).then((function(t){e._fetchResponse=t,e._resetTimers(!1),e._connect()}),(function(t){e._resetTimers(!0),e._destroyed||e.emit("error",t)}))}else{var u=e._xhr=new n.g.XMLHttpRequest;try{u.open(e._opts.method,e._opts.url,!0)}catch(t){return void r.nextTick((function(){e.emit("error",t)}))}"responseType"in u&&(u.responseType=e._mode),"withCredentials"in u&&(u.withCredentials=!!t.withCredentials),"text"===e._mode&&"overrideMimeType"in u&&u.overrideMimeType("text/plain; charset=x-user-defined"),"requestTimeout"in t&&(u.timeout=t.requestTimeout,u.ontimeout=function(){e.emit("requestTimeout")}),s.forEach((function(e){u.setRequestHeader(e[0],e[1])})),e._response=null,u.onreadystatechange=function(){switch(u.readyState){case c.LOADING:case c.DONE:e._onXHRProgress()}},"moz-chunked-arraybuffer"===e._mode&&(u.onprogress=function(){e._onXHRProgress()}),u.onerror=function(){e._destroyed||(e._resetTimers(!0),e.emit("error",new Error("XHR error")))};try{u.send(a)}catch(t){return void r.nextTick((function(){e.emit("error",t)}))}}}},u.prototype._onXHRProgress=function(){var e=this;e._resetTimers(!1),function(e){try{var t=e.status;return null!==t&&0!==t}catch(e){return!1}}(e._xhr)&&!e._destroyed&&(e._response||e._connect(),e._response._onXHRProgress(e._resetTimers.bind(e)))},u.prototype._connect=function(){var e=this;e._destroyed||(e._response=new d(e._xhr,e._fetchResponse,e._mode,e._resetTimers.bind(e)),e._response.on("error",(function(t){e.emit("error",t)})),e.emit("response",e._response))},u.prototype._write=function(e,t,n){this._body.push(e),n()},u.prototype._resetTimers=function(e){var t=this;n.g.clearTimeout(t._socketTimer),t._socketTimer=null,e?(n.g.clearTimeout(t._fetchTimer),t._fetchTimer=null):t._socketTimeout&&(t._socketTimer=n.g.setTimeout((function(){t.emit("timeout")}),t._socketTimeout))},u.prototype.abort=u.prototype.destroy=function(e){var t=this;t._destroyed=!0,t._resetTimers(!0),t._response&&(t._response._destroyed=!0),t._xhr?t._xhr.abort():t._fetchAbortController&&t._fetchAbortController.abort(),e&&t.emit("error",e)},u.prototype.end=function(e,t,n){"function"==typeof e&&(n=e,e=void 0),l.Writable.prototype.end.call(this,e,t,n)},u.prototype.setTimeout=function(e,t){var n=this;t&&n.once("timeout",t),n._socketTimeout=e,n._resetTimers(!1)},u.prototype.flushHeaders=function(){},u.prototype.setNoDelay=function(){},u.prototype.setSocketKeepAlive=function(){};var p=["accept-charset","accept-encoding","access-control-request-headers","access-control-request-method","connection","content-length","cookie","cookie2","date","dnt","expect","host","keep-alive","origin","referer","te","trailer","transfer-encoding","upgrade","via"]},55676:(e,t,n)=>{var i=n(34155),r=n(48764).Buffer,o=n(8725),a=n(35717),s=n(88473),l=t.readyStates={UNSENT:0,OPENED:1,HEADERS_RECEIVED:2,LOADING:3,DONE:4},d=t.IncomingMessage=function(e,t,n,a){var l=this;if(s.Readable.call(l),l._mode=n,l.headers={},l.rawHeaders=[],l.trailers={},l.rawTrailers=[],l.on("end",(function(){i.nextTick((function(){l.emit("close")}))})),"fetch"===n){if(l._fetchResponse=t,l.url=t.url,l.statusCode=t.status,l.statusMessage=t.statusText,t.headers.forEach((function(e,t){l.headers[t.toLowerCase()]=e,l.rawHeaders.push(t,e)})),o.writableStream){var d=new WritableStream({write:function(e){return a(!1),new Promise((function(t,n){l._destroyed?n():l.push(r.from(e))?t():l._resumeFetch=t}))},close:function(){a(!0),l._destroyed||l.push(null)},abort:function(e){a(!0),l._destroyed||l.emit("error",e)}});try{return void t.body.pipeTo(d).catch((function(e){a(!0),l._destroyed||l.emit("error",e)}))}catch(e){}}var c=t.body.getReader();!function e(){c.read().then((function(t){l._destroyed||(a(t.done),t.done?l.push(null):(l.push(r.from(t.value)),e()))})).catch((function(e){a(!0),l._destroyed||l.emit("error",e)}))}()}else if(l._xhr=e,l._pos=0,l.url=e.responseURL,l.statusCode=e.status,l.statusMessage=e.statusText,e.getAllResponseHeaders().split(/\r?\n/).forEach((function(e){var t=e.match(/^([^:]+):\s*(.*)/);if(t){var n=t[1].toLowerCase();"set-cookie"===n?(void 0===l.headers[n]&&(l.headers[n]=[]),l.headers[n].push(t[2])):void 0!==l.headers[n]?l.headers[n]+=", "+t[2]:l.headers[n]=t[2],l.rawHeaders.push(t[1],t[2])}})),l._charset="x-user-defined",!o.overrideMimeType){var u=l.rawHeaders["mime-type"];if(u){var p=u.match(/;\s*charset=([^;])(;|$)/);p&&(l._charset=p[1].toLowerCase())}l._charset||(l._charset="utf-8")}};a(d,s.Readable),d.prototype._read=function(){var e=this._resumeFetch;e&&(this._resumeFetch=null,e())},d.prototype._onXHRProgress=function(e){var t=this,i=t._xhr,o=null;switch(t._mode){case"text":if((o=i.responseText).length>t._pos){var a=o.substr(t._pos);if("x-user-defined"===t._charset){for(var s=r.alloc(a.length),d=0;dt._pos&&(t.push(r.from(new Uint8Array(c.result.slice(t._pos)))),t._pos=c.result.byteLength)},c.onload=function(){e(!0),t.push(null)},c.readAsArrayBuffer(o)}t._xhr.readyState===l.DONE&&"ms-stream"!==t._mode&&(e(!0),t.push(null))}},47529:e=>{e.exports=function(){for(var e={},n=0;n{"use strict";e.exports="data:image/svg+xml,%3csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20height=%2716%27%20width=%2716%27%3e%3cpath%20d=%27M14%2012.3L12.3%2014%208%209.7%203.7%2014%202%2012.3%206.3%208%202%203.7%203.7%202%208%206.3%2012.3%202%2014%203.7%209.7%208z%27%20style=%27fill-opacity:1;fill:%23ffffff%27/%3e%3c/svg%3e"},79839:e=>{"use strict";e.exports="data:image/svg+xml,%3csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20height=%2716%27%20width=%2716%27%3e%3cpath%20d=%27M14%2012.3L12.3%2014%208%209.7%203.7%2014%202%2012.3%206.3%208%202%203.7%203.7%202%208%206.3%2012.3%202%2014%203.7%209.7%208z%27/%3e%3c/svg%3e"},24654:()=>{},52361:()=>{},94616:()=>{},5656:(e,t,n)=>{"use strict";n.d(t,{$B:()=>R,DT:()=>m,G7:()=>st,RL:()=>F,SR:()=>D,Ti:()=>U,Tv:()=>N,_o:()=>j,cd:()=>dt,e4:()=>P,gt:()=>L,h7:()=>k,m0:()=>E,oE:()=>ct,p$:()=>w,p4:()=>v,pC:()=>M,qq:()=>x,rp:()=>$,sS:()=>g,tB:()=>B,w4:()=>_,y3:()=>y,zu:()=>T});var i=n(77958),r=n(17499),o=n(31352),a=n(62520),s=n(65358),l=n(79753),d=n(14596);const c=null===(u=(0,i.ts)())?(0,r.IY)().setApp("files").build():(0,r.IY)().setApp("files").setUid(u.uid).build();var u;class p{_entries=[];registerEntry(e){this.validateEntry(e),this._entries.push(e)}unregisterEntry(e){const t="string"==typeof e?this.getEntryIndex(e):this.getEntryIndex(e.id);-1!==t?this._entries.splice(t,1):c.warn("Entry not found, nothing removed",{entry:e,entries:this.getEntries()})}getEntries(e){return e?this._entries.filter((t=>"function"!=typeof t.enabled||t.enabled(e))):this._entries}getEntryIndex(e){return this._entries.findIndex((t=>t.id===e))}validateEntry(e){if(!e.id||!e.displayName||!e.iconSvgInline&&!e.iconClass||!e.handler)throw new Error("Invalid entry");if("string"!=typeof e.id||"string"!=typeof e.displayName)throw new Error("Invalid id or displayName property");if(e.iconClass&&"string"!=typeof e.iconClass||e.iconSvgInline&&"string"!=typeof e.iconSvgInline)throw new Error("Invalid icon provided");if(void 0!==e.enabled&&"function"!=typeof e.enabled)throw new Error("Invalid enabled property");if("function"!=typeof e.handler)throw new Error("Invalid handler property");if("order"in e&&"number"!=typeof e.order)throw new Error("Invalid order property");if(-1!==this.getEntryIndex(e.id))throw new Error("Duplicate entry")}}const f=function(){return typeof window._nc_newfilemenu>"u"&&(window._nc_newfilemenu=new p,c.debug("NewFileMenu initialized")),window._nc_newfilemenu},h=["B","KB","MB","GB","TB","PB"],A=["B","KiB","MiB","GiB","TiB","PiB"];function g(e,t=!1,n=!1,i=!1){n=n&&!i,"string"==typeof e&&(e=Number(e));let r=e>0?Math.floor(Math.log(e)/Math.log(i?1e3:1024)):0;r=Math.min((n?A.length:h.length)-1,r);const a=n?A[r]:h[r];let s=(e/Math.pow(i?1e3:1024,r)).toFixed(1);return!0===t&&0===r?("0.0"!==s?"< 1 ":"0 ")+(n?A[1]:h[1]):(s=r<2?parseFloat(s).toFixed(0):parseFloat(s).toLocaleString((0,o.aj)()),s+" "+a)}var m=(e=>(e.DEFAULT="default",e.HIDDEN="hidden",e))(m||{});class w{_action;constructor(e){this.validateAction(e),this._action=e}get id(){return this._action.id}get displayName(){return this._action.displayName}get title(){return this._action.title}get iconSvgInline(){return this._action.iconSvgInline}get enabled(){return this._action.enabled}get exec(){return this._action.exec}get execBatch(){return this._action.execBatch}get order(){return this._action.order}get parent(){return this._action.parent}get default(){return this._action.default}get inline(){return this._action.inline}get renderInline(){return this._action.renderInline}validateAction(e){if(!e.id||"string"!=typeof e.id)throw new Error("Invalid id");if(!e.displayName||"function"!=typeof e.displayName)throw new Error("Invalid displayName function");if("title"in e&&"function"!=typeof e.title)throw new Error("Invalid title function");if(!e.iconSvgInline||"function"!=typeof e.iconSvgInline)throw new Error("Invalid iconSvgInline function");if(!e.exec||"function"!=typeof e.exec)throw new Error("Invalid exec function");if("enabled"in e&&"function"!=typeof e.enabled)throw new Error("Invalid enabled function");if("execBatch"in e&&"function"!=typeof e.execBatch)throw new Error("Invalid execBatch function");if("order"in e&&"number"!=typeof e.order)throw new Error("Invalid order");if("parent"in e&&"string"!=typeof e.parent)throw new Error("Invalid parent");if(e.default&&!Object.values(m).includes(e.default))throw new Error("Invalid default");if("inline"in e&&"function"!=typeof e.inline)throw new Error("Invalid inline function");if("renderInline"in e&&"function"!=typeof e.renderInline)throw new Error("Invalid renderInline function")}}const v=function(e){typeof window._nc_fileactions>"u"&&(window._nc_fileactions=[],c.debug("FileActions initialized")),window._nc_fileactions.find((t=>t.id===e.id))?c.error(`FileAction ${e.id} already registered`,{action:e}):window._nc_fileactions.push(e)};var y=(e=>(e[e.NONE=0]="NONE",e[e.CREATE=4]="CREATE",e[e.READ=1]="READ",e[e.UPDATE=2]="UPDATE",e[e.DELETE=8]="DELETE",e[e.SHARE=16]="SHARE",e[e.ALL=31]="ALL",e))(y||{});const b=["d:getcontentlength","d:getcontenttype","d:getetag","d:getlastmodified","d:quota-available-bytes","d:resourcetype","nc:has-preview","nc:is-encrypted","nc:mount-type","nc:share-attributes","oc:comments-unread","oc:favorite","oc:fileid","oc:owner-display-name","oc:owner-id","oc:permissions","oc:share-types","oc:size","ocs:share-permissions"],C={d:"DAV:",nc:"http://nextcloud.org/ns",oc:"http://owncloud.org/ns",ocs:"http://open-collaboration-services.org/ns"},x=function(e,t={nc:"http://nextcloud.org/ns"}){typeof window._nc_dav_properties>"u"&&(window._nc_dav_properties=[...b],window._nc_dav_namespaces={...C});const n={...window._nc_dav_namespaces,...t};return window._nc_dav_properties.find((t=>t===e))?(c.error(`${e} already registered`,{prop:e}),!1):e.startsWith("<")||2!==e.split(":").length?(c.error(`${e} is not valid. See example: 'oc:fileid'`,{prop:e}),!1):n[e.split(":")[0]]?(window._nc_dav_properties.push(e),window._nc_dav_namespaces=n,!0):(c.error(`${e} namespace unknown`,{prop:e,namespaces:n}),!1)},E=function(){return typeof window._nc_dav_properties>"u"&&(window._nc_dav_properties=[...b]),window._nc_dav_properties.map((e=>`<${e} />`)).join(" ")},_=function(){return typeof window._nc_dav_namespaces>"u"&&(window._nc_dav_namespaces={...C}),Object.keys(window._nc_dav_namespaces).map((e=>`xmlns:${e}="${window._nc_dav_namespaces?.[e]}"`)).join(" ")},k=function(){return`\n\t\t\n\t\t\t\n\t\t\t\t${E()}\n\t\t\t\n\t\t`},B=function(e){return`\n\n\t\n\t\t\n\t\t\t\n\t\t\t\t${E()}\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t/files/${(0,i.ts)()?.uid}/\n\t\t\t\tinfinity\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\thttpd/unix-directory\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t0\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t${e}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t100\n\t\t\t0\n\t\t\n\t\n`},T=function(e=""){let t=y.NONE;return e&&((e.includes("C")||e.includes("K"))&&(t|=y.CREATE),e.includes("G")&&(t|=y.READ),(e.includes("W")||e.includes("N")||e.includes("V"))&&(t|=y.UPDATE),e.includes("D")&&(t|=y.DELETE),e.includes("R")&&(t|=y.SHARE)),t};var N=(e=>(e.Folder="folder",e.File="file",e))(N||{});const O=function(e,t){return null!==e.match(t)},I=(e,t)=>{if(e.id&&"number"!=typeof e.id)throw new Error("Invalid id type of value");if(!e.source)throw new Error("Missing mandatory source");try{new URL(e.source)}catch{throw new Error("Invalid source format, source must be a valid URL")}if(!e.source.startsWith("http"))throw new Error("Invalid source format, only http(s) is supported");if(e.mtime&&!(e.mtime instanceof Date))throw new Error("Invalid mtime type");if(e.crtime&&!(e.crtime instanceof Date))throw new Error("Invalid crtime type");if(!e.mime||"string"!=typeof e.mime||!e.mime.match(/^[-\w.]+\/[-+\w.]+$/gi))throw new Error("Missing or invalid mandatory mime");if("size"in e&&"number"!=typeof e.size&&void 0!==e.size)throw new Error("Invalid size type");if("permissions"in e&&void 0!==e.permissions&&!("number"==typeof e.permissions&&e.permissions>=y.NONE&&e.permissions<=y.ALL))throw new Error("Invalid permissions");if(e.owner&&null!==e.owner&&"string"!=typeof e.owner)throw new Error("Invalid owner type");if(e.attributes&&"object"!=typeof e.attributes)throw new Error("Invalid attributes type");if(e.root&&"string"!=typeof e.root)throw new Error("Invalid root type");if(e.root&&!e.root.startsWith("/"))throw new Error("Root must start with a leading slash");if(e.root&&!e.source.includes(e.root))throw new Error("Root must be part of the source");if(e.root&&O(e.source,t)){const n=e.source.match(t)[0];if(!e.source.includes((0,a.join)(n,e.root)))throw new Error("The root must be relative to the service. e.g /files/emma")}if(e.status&&!Object.values(P).includes(e.status))throw new Error("Status must be a valid NodeStatus")};var P=(e=>(e.NEW="new",e.FAILED="failed",e.LOADING="loading",e.LOCKED="locked",e))(P||{});class S{_data;_attributes;_knownDavService=/(remote|public)\.php\/(web)?dav/i;constructor(e,t){I(e,t||this._knownDavService),this._data=e;const n={set:(e,t,n)=>(this.updateMtime(),Reflect.set(e,t,n)),deleteProperty:(e,t)=>(this.updateMtime(),Reflect.deleteProperty(e,t))};this._attributes=new Proxy(e.attributes||{},n),delete this._data.attributes,t&&(this._knownDavService=t)}get source(){return this._data.source.replace(/\/$/i,"")}get encodedSource(){const{origin:e}=new URL(this.source);return e+(0,s.Ec)(this.source.slice(e.length))}get basename(){return(0,a.basename)(this.source)}get extension(){return(0,a.extname)(this.source)}get dirname(){if(this.root){let e=this.source;this.isDavRessource&&(e=e.split(this._knownDavService).pop());const t=e.indexOf(this.root),n=this.root.replace(/\/$/,"");return(0,a.dirname)(e.slice(t+n.length)||"/")}const e=new URL(this.source);return(0,a.dirname)(e.pathname)}get mime(){return this._data.mime}get mtime(){return this._data.mtime}get crtime(){return this._data.crtime}get size(){return this._data.size}get attributes(){return this._attributes}get permissions(){return null!==this.owner||this.isDavRessource?void 0!==this._data.permissions?this._data.permissions:y.NONE:y.READ}get owner(){return this.isDavRessource?this._data.owner:null}get isDavRessource(){return O(this.source,this._knownDavService)}get root(){return this._data.root?this._data.root.replace(/^(.+)\/$/,"$1"):this.isDavRessource&&(0,a.dirname)(this.source).split(this._knownDavService).pop()||null}get path(){if(this.root){let e=this.source;this.isDavRessource&&(e=e.split(this._knownDavService).pop());const t=e.indexOf(this.root),n=this.root.replace(/\/$/,"");return e.slice(t+n.length)||"/"}return(this.dirname+"/"+this.basename).replace(/\/\//g,"/")}get fileid(){return this._data?.id||this.attributes?.fileid}get status(){return this._data?.status}set status(e){this._data.status=e}move(e){I({...this._data,source:e},this._knownDavService),this._data.source=e,this.updateMtime()}rename(e){if(e.includes("/"))throw new Error("Invalid basename");this.move((0,a.dirname)(this.source)+"/"+e)}updateMtime(){this._data.mtime&&(this._data.mtime=new Date)}}class R extends S{get type(){return N.File}}class L extends S{constructor(e){super({...e,mime:"httpd/unix-directory"})}get type(){return N.Folder}get extension(){return null}get mime(){return"httpd/unix-directory"}}const j=`/files/${(0,i.ts)()?.uid}`,D=(0,l.generateRemoteUrl)("dav"),$=function(e=D,t={}){const n=(0,d.eI)(e,{headers:t});function r(e){n.setHeaders({...t,"X-Requested-With":"XMLHttpRequest",requesttoken:e??""})}return(0,i._S)(r),r((0,i.IH)()),(0,d.lD)().patch("fetch",((e,t)=>{const n=t.headers;return n?.method&&(t.method=n.method,delete n.method),fetch(e,t)})),n},M=async(e,t="/",n=j)=>(await e.getDirectoryContents(`${n}${t}`,{details:!0,data:`\n\t\t\n\t\t\t\n\t\t\t\t${E()}\n\t\t\t\n\t\t\t\n\t\t\t\t1\n\t\t\t\n\t\t`,headers:{method:"REPORT"},includeSelf:!0})).data.filter((e=>e.filename!==t)).map((e=>F(e,n))),F=function(e,t=j,n=D){const r=e.props,o=T(r?.permissions),a=r?.["owner-id"]||(0,i.ts)()?.uid,s={id:r?.fileid||0,source:`${n}${e.filename}`,mtime:new Date(Date.parse(e.lastmod)),mime:e.mime,size:r?.size||Number.parseInt(r.getcontentlength||"0"),permissions:o,owner:a,root:t,attributes:{...e,...r,hasPreview:r?.["has-preview"]}};return delete s.attributes?.props,"file"===e.type?new R(s):new L(s)};class V{_views=[];_currentView=null;register(e){if(this._views.find((t=>t.id===e.id)))throw new Error(`View id ${e.id} is already registered`);this._views.push(e)}remove(e){const t=this._views.findIndex((t=>t.id===e));-1!==t&&this._views.splice(t,1)}get views(){return this._views}setActive(e){this._currentView=e}get active(){return this._currentView}}const U=function(){return typeof window._nc_navigation>"u"&&(window._nc_navigation=new V,c.debug("Navigation service initialized")),window._nc_navigation};class H{_column;constructor(e){q(e),this._column=e}get id(){return this._column.id}get title(){return this._column.title}get render(){return this._column.render}get sort(){return this._column.sort}get summary(){return this._column.summary}}const q=function(e){if(!e.id||"string"!=typeof e.id)throw new Error("A column id is required");if(!e.title||"string"!=typeof e.title)throw new Error("A column title is required");if(!e.render||"function"!=typeof e.render)throw new Error("A render function is required");if(e.sort&&"function"!=typeof e.sort)throw new Error("Column sortFunction must be a function");if(e.summary&&"function"!=typeof e.summary)throw new Error("Column summary must be a function");return!0};var z={},Y={};!function(e){const t=":A-Za-z_\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD",n="["+t+"]["+t+"\\-.\\d\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*",i=new RegExp("^"+n+"$");e.isExist=function(e){return typeof e<"u"},e.isEmptyObject=function(e){return 0===Object.keys(e).length},e.merge=function(e,t,n){if(t){const i=Object.keys(t),r=i.length;for(let o=0;o"u")},e.getAllMatches=function(e,t){const n=[];let i=t.exec(e);for(;i;){const r=[];r.startIndex=t.lastIndex-i[0].length;const o=i.length;for(let e=0;e5&&"xml"===i)return re("InvalidXml","XML declaration allowed only at the start of the document.",se(e,t));if("?"==e[t]&&">"==e[t+1]){t++;break}continue}return t}function K(e,t){if(e.length>t+5&&"-"===e[t+1]&&"-"===e[t+2]){for(t+=3;t"===e[t+2]){t+=2;break}}else if(e.length>t+8&&"D"===e[t+1]&&"O"===e[t+2]&&"C"===e[t+3]&&"T"===e[t+4]&&"Y"===e[t+5]&&"P"===e[t+6]&&"E"===e[t+7]){let n=1;for(t+=8;t"===e[t]&&(n--,0===n))break}else if(e.length>t+9&&"["===e[t+1]&&"C"===e[t+2]&&"D"===e[t+3]&&"A"===e[t+4]&&"T"===e[t+5]&&"A"===e[t+6]&&"["===e[t+7])for(t+=8;t"===e[t+2]){t+=2;break}return t}z.validate=function(e,t){t=Object.assign({},G,t);const n=[];let i=!1,r=!1;"\ufeff"===e[0]&&(e=e.substr(1));for(let o=0;o"!==e[o]&&" "!==e[o]&&"\t"!==e[o]&&"\n"!==e[o]&&"\r"!==e[o];o++)l+=e[o];if(l=l.trim(),"/"===l[l.length-1]&&(l=l.substring(0,l.length-1),o--),!ae(l)){let t;return t=0===l.trim().length?"Invalid space after '<'.":"Tag '"+l+"' is an invalid name.",re("InvalidTag",t,se(e,o))}const d=ee(e,o);if(!1===d)return re("InvalidAttr","Attributes for '"+l+"' have open quote.",se(e,o));let c=d.value;if(o=d.index,"/"===c[c.length-1]){const n=o-c.length;c=c.substring(0,c.length-1);const r=ne(c,t);if(!0!==r)return re(r.err.code,r.err.msg,se(e,n+r.err.line));i=!0}else if(s){if(!d.tagClosed)return re("InvalidTag","Closing tag '"+l+"' doesn't have proper closing.",se(e,o));if(c.trim().length>0)return re("InvalidTag","Closing tag '"+l+"' can't have attributes or invalid starting.",se(e,a));{const t=n.pop();if(l!==t.tagName){let n=se(e,t.tagStartPos);return re("InvalidTag","Expected closing tag '"+t.tagName+"' (opened in line "+n.line+", col "+n.col+") instead of closing tag '"+l+"'.",se(e,a))}0==n.length&&(r=!0)}}else{const s=ne(c,t);if(!0!==s)return re(s.err.code,s.err.msg,se(e,o-c.length+s.err.line));if(!0===r)return re("InvalidXml","Multiple possible root nodes found.",se(e,o));-1!==t.unpairedTags.indexOf(l)||n.push({tagName:l,tagStartPos:a}),i=!0}for(o++;o0)||re("InvalidXml","Invalid '"+JSON.stringify(n.map((e=>e.tagName)),null,4).replace(/\r?\n/g,"")+"' found.",{line:1,col:1}):re("InvalidXml","Start tag expected.",1)};const J='"',Q="'";function ee(e,t){let n="",i="",r=!1;for(;t"===e[t]&&""===i){r=!0;break}n+=e[t]}return""===i&&{value:n,index:t,tagClosed:r}}const te=new RegExp("(\\s*)([^\\s=]+)(\\s*=)?(\\s*(['\"])(([\\s\\S])*?)\\5)?","g");function ne(e,t){const n=W.getAllMatches(e,te),i={};for(let e=0;e!1,commentPropName:!1,unpairedTags:[],processEntities:!0,htmlEntities:!1,ignoreDeclaration:!1,ignorePiTags:!1,transformTagName:!1,transformAttributeName:!1,updateTag:function(e,t,n){return e}};de.buildOptions=function(e){return Object.assign({},ce,e)},de.defaultOptions=ce;const ue=Y;function pe(e,t){let n="";for(;t0?this.child.push({[e.tagname]:e.child,":@":e[":@"]}):this.child.push({[e.tagname]:e.child})}},Ee=function(e,t){const n={};if("O"!==e[t+3]||"C"!==e[t+4]||"T"!==e[t+5]||"Y"!==e[t+6]||"P"!==e[t+7]||"E"!==e[t+8])throw new Error("Invalid Tag instead of DOCTYPE");{t+=9;let i=1,r=!1,o=!1,a="";for(;t"===e[t]){if(o?"-"===e[t-1]&&"-"===e[t-2]&&(o=!1,i--):i--,0===i)break}else"["===e[t]?r=!0:a+=e[t];else{if(r&&he(e,t))t+=7,[entityName,val,t]=pe(e,t+1),-1===val.indexOf("&")&&(n[we(entityName)]={regx:RegExp(`&${entityName};`,"g"),val});else if(r&&Ae(e,t))t+=8;else if(r&&ge(e,t))t+=8;else if(r&&me(e,t))t+=9;else{if(!fe)throw new Error("Invalid DOCTYPE");o=!0}i++,a=""}if(0!==i)throw new Error("Unclosed DOCTYPE")}return{entities:n,i:t}},_e=function(e,t={}){if(t=Object.assign({},be,t),!e||"string"!=typeof e)return e;let n=e.trim();if(void 0!==t.skipLike&&t.skipLike.test(n))return e;if(t.hex&&ve.test(n))return Number.parseInt(n,16);{const i=ye.exec(n);if(i){const r=i[1],o=i[2];let a=function(e){return e&&-1!==e.indexOf(".")&&("."===(e=e.replace(/0+$/,""))?e="0":"."===e[0]?e="0"+e:"."===e[e.length-1]&&(e=e.substr(0,e.length-1))),e}(i[3]);const s=i[4]||i[6];if(!t.leadingZeros&&o.length>0&&r&&"."!==n[2])return e;if(!t.leadingZeros&&o.length>0&&!r&&"."!==n[1])return e;{const i=Number(n),l=""+i;return-1!==l.search(/[eE]/)||s?t.eNotation?i:e:-1!==n.indexOf(".")?"0"===l&&""===a||l===a||r&&l==="-"+a?i:e:o?a===l||r+a===l?i:e:n===l||n===r+l?i:e}}return e}};function ke(e){const t=Object.keys(e);for(let n=0;n0)){a||(e=this.replaceEntitiesValue(e));const i=this.options.tagValueProcessor(t,e,n,r,o);return null==i?e:typeof i!=typeof e||i!==e?i:this.options.trimValues||e.trim()===e?Me(e,this.options.parseTagValue,this.options.numberParseOptions):e}}function Te(e){if(this.options.removeNSPrefix){const t=e.split(":"),n="/"===e.charAt(0)?"/":"";if("xmlns"===t[0])return"";2===t.length&&(e=n+t[1])}return e}"<((!\\[CDATA\\[([\\s\\S]*?)(]]>))|((NAME:)?(NAME))([^>]*)>|((\\/)(NAME)\\s*>))([^<]*)".replace(/NAME/g,Ce.nameRegexp);const Ne=new RegExp("([^\\s=]+)\\s*(=\\s*(['\"])([\\s\\S]*?)\\3)?","gm");function Oe(e,t,n){if(!this.options.ignoreAttributes&&"string"==typeof e){const n=Ce.getAllMatches(e,Ne),i=n.length,r={};for(let e=0;e",o,"Closing Tag is not closed.");let a=e.substring(o+2,t).trim();if(this.options.removeNSPrefix){const e=a.indexOf(":");-1!==e&&(a=a.substr(e+1))}this.options.transformTagName&&(a=this.options.transformTagName(a)),n&&(i=this.saveTextToParentTag(i,n,r));const s=r.substring(r.lastIndexOf(".")+1);if(a&&-1!==this.options.unpairedTags.indexOf(a))throw new Error(`Unpaired tag can not be used as closing tag: `);let l=0;s&&-1!==this.options.unpairedTags.indexOf(s)?(l=r.lastIndexOf(".",r.lastIndexOf(".")-1),this.tagsNodeStack.pop()):l=r.lastIndexOf("."),r=r.substring(0,l),n=this.tagsNodeStack.pop(),i="",o=t}else if("?"===e[o+1]){let t=De(e,o,!1,"?>");if(!t)throw new Error("Pi Tag is not closed.");if(i=this.saveTextToParentTag(i,n,r),!(this.options.ignoreDeclaration&&"?xml"===t.tagName||this.options.ignorePiTags)){const e=new xe(t.tagName);e.add(this.options.textNodeName,""),t.tagName!==t.tagExp&&t.attrExpPresent&&(e[":@"]=this.buildAttributesMap(t.tagExp,r,t.tagName)),this.addChild(n,e,r)}o=t.closeIndex+1}else if("!--"===e.substr(o+1,3)){const t=je(e,"--\x3e",o+4,"Comment is not closed.");if(this.options.commentPropName){const a=e.substring(o+4,t-2);i=this.saveTextToParentTag(i,n,r),n.add(this.options.commentPropName,[{[this.options.textNodeName]:a}])}o=t}else if("!D"===e.substr(o+1,2)){const t=Ee(e,o);this.docTypeEntities=t.entities,o=t.i}else if("!["===e.substr(o+1,2)){const t=je(e,"]]>",o,"CDATA is not closed.")-2,a=e.substring(o+9,t);if(i=this.saveTextToParentTag(i,n,r),this.options.cdataPropName)n.add(this.options.cdataPropName,[{[this.options.textNodeName]:a}]);else{let e=this.parseTextData(a,n.tagname,r,!0,!1,!0);null==e&&(e=""),n.add(this.options.textNodeName,e)}o=t+2}else{let a=De(e,o,this.options.removeNSPrefix),s=a.tagName;const l=a.rawTagName;let d=a.tagExp,c=a.attrExpPresent,u=a.closeIndex;this.options.transformTagName&&(s=this.options.transformTagName(s)),n&&i&&"!xml"!==n.tagname&&(i=this.saveTextToParentTag(i,n,r,!1));const p=n;if(p&&-1!==this.options.unpairedTags.indexOf(p.tagname)&&(n=this.tagsNodeStack.pop(),r=r.substring(0,r.lastIndexOf("."))),s!==t.tagname&&(r+=r?"."+s:s),this.isItStopNode(this.options.stopNodes,r,s)){let t="";if(d.length>0&&d.lastIndexOf("/")===d.length-1)o=a.closeIndex;else if(-1!==this.options.unpairedTags.indexOf(s))o=a.closeIndex;else{const n=this.readStopNodeData(e,l,u+1);if(!n)throw new Error(`Unexpected end of ${l}`);o=n.i,t=n.tagContent}const i=new xe(s);s!==d&&c&&(i[":@"]=this.buildAttributesMap(d,r,s)),t&&(t=this.parseTextData(t,s,r,!0,c,!0,!0)),r=r.substr(0,r.lastIndexOf(".")),i.add(this.options.textNodeName,t),this.addChild(n,i,r)}else{if(d.length>0&&d.lastIndexOf("/")===d.length-1){"/"===s[s.length-1]?(s=s.substr(0,s.length-1),r=r.substr(0,r.length-1),d=s):d=d.substr(0,d.length-1),this.options.transformTagName&&(s=this.options.transformTagName(s));const e=new xe(s);s!==d&&c&&(e[":@"]=this.buildAttributesMap(d,r,s)),this.addChild(n,e,r),r=r.substr(0,r.lastIndexOf("."))}else{const e=new xe(s);this.tagsNodeStack.push(n),s!==d&&c&&(e[":@"]=this.buildAttributesMap(d,r,s)),this.addChild(n,e,r),n=e}i="",o=u}}else i+=e[o];return t.child};function Pe(e,t,n){const i=this.options.updateTag(t.tagname,n,t[":@"]);!1===i||("string"==typeof i&&(t.tagname=i),e.addChild(t))}const Se=function(e){if(this.options.processEntities){for(let t in this.docTypeEntities){const n=this.docTypeEntities[t];e=e.replace(n.regx,n.val)}for(let t in this.lastEntities){const n=this.lastEntities[t];e=e.replace(n.regex,n.val)}if(this.options.htmlEntities)for(let t in this.htmlEntities){const n=this.htmlEntities[t];e=e.replace(n.regex,n.val)}e=e.replace(this.ampEntity.regex,this.ampEntity.val)}return e};function Re(e,t,n,i){return e&&(void 0===i&&(i=0===Object.keys(t.child).length),void 0!==(e=this.parseTextData(e,t.tagname,n,!1,!!t[":@"]&&0!==Object.keys(t[":@"]).length,i))&&""!==e&&t.add(this.options.textNodeName,e),e=""),e}function Le(e,t,n){const i="*."+n;for(const n in e){const r=e[n];if(i===r||t===r)return!0}return!1}function je(e,t,n,i){const r=e.indexOf(t,n);if(-1===r)throw new Error(i);return r+t.length-1}function De(e,t,n,i=">"){const r=function(e,t,n=">"){let i,r="";for(let o=t;o",n,`${t} is not closed`);if(e.substring(n+2,o).trim()===t&&(r--,0===r))return{tagContent:e.substring(i,n),i:o};n=o}else if("?"===e[n+1])n=je(e,"?>",n+1,"StopNode is not closed.");else if("!--"===e.substr(n+1,3))n=je(e,"--\x3e",n+3,"StopNode is not closed.");else if("!["===e.substr(n+1,2))n=je(e,"]]>",n,"StopNode is not closed.")-2;else{const i=De(e,n,">");i&&((i&&i.tagName)===t&&"/"!==i.tagExp[i.tagExp.length-1]&&r++,n=i.closeIndex)}}function Me(e,t,n){if(t&&"string"==typeof e){const t=e.trim();return"true"===t||"false"!==t&&_e(e,n)}return Ce.isExist(e)?e:""}var Fe={};function Ve(e,t,n){let i;const r={};for(let o=0;o0&&(r[t.textNodeName]=i):void 0!==i&&(r[t.textNodeName]=i),r}function Ue(e){const t=Object.keys(e);for(let e=0;e"},lt:{regex:/&(lt|#60|#x3C);/g,val:"<"},quot:{regex:/&(quot|#34|#x22);/g,val:'"'}},this.ampEntity={regex:/&(amp|#38|#x26);/g,val:"&"},this.htmlEntities={space:{regex:/&(nbsp|#160);/g,val:" "},cent:{regex:/&(cent|#162);/g,val:"¢"},pound:{regex:/&(pound|#163);/g,val:"£"},yen:{regex:/&(yen|#165);/g,val:"¥"},euro:{regex:/&(euro|#8364);/g,val:"€"},copyright:{regex:/&(copy|#169);/g,val:"©"},reg:{regex:/&(reg|#174);/g,val:"®"},inr:{regex:/&(inr|#8377);/g,val:"₹"}},this.addExternalEntities=ke,this.parseXml=Ie,this.parseTextData=Be,this.resolveNameSpace=Te,this.buildAttributesMap=Oe,this.isItStopNode=Le,this.replaceEntitiesValue=Se,this.readStopNodeData=$e,this.saveTextToParentTag=Re,this.addChild=Pe}},{prettify:We}=Fe,Ge=z;function Ze(e,t,n,i){let r="",o=!1;for(let a=0;a`,o=!1;continue}if(l===t.commentPropName){r+=i+`\x3c!--${s[l][0][t.textNodeName]}--\x3e`,o=!0;continue}if("?"===l[0]){const e=Ke(s[":@"],t),n="?xml"===l?"":i;let a=s[l][0][t.textNodeName];a=0!==a.length?" "+a:"",r+=n+`<${l}${a}${e}?>`,o=!0;continue}let c=i;""!==c&&(c+=t.indentBy);const u=i+`<${l}${Ke(s[":@"],t)}`,p=Ze(s[l],t,d,c);-1!==t.unpairedTags.indexOf(l)?t.suppressUnpairedNode?r+=u+">":r+=u+"/>":p&&0!==p.length||!t.suppressEmptyNode?p&&p.endsWith(">")?r+=u+`>${p}${i}`:(r+=u+">",p&&""!==i&&(p.includes("/>")||p.includes("`):r+=u+"/>",o=!0}return r}function Xe(e){const t=Object.keys(e);for(let n=0;n0&&t.processEntities)for(let n=0;n0&&(n="\n"),Ze(e,t,"",n)},tt={attributeNamePrefix:"@_",attributesGroupName:!1,textNodeName:"#text",ignoreAttributes:!0,cdataPropName:!1,format:!1,indentBy:" ",suppressEmptyNode:!1,suppressUnpairedNode:!0,suppressBooleanAttributes:!0,tagValueProcessor:function(e,t){return t},attributeValueProcessor:function(e,t){return t},preserveOrder:!1,commentPropName:!1,unpairedTags:[],entities:[{regex:new RegExp("&","g"),val:"&"},{regex:new RegExp(">","g"),val:">"},{regex:new RegExp("<","g"),val:"<"},{regex:new RegExp("'","g"),val:"'"},{regex:new RegExp('"',"g"),val:"""}],processEntities:!0,stopNodes:[],oneListGroup:!1};function nt(e){this.options=Object.assign({},tt,e),this.options.ignoreAttributes||this.options.attributesGroupName?this.isAttribute=function(){return!1}:(this.attrPrefixLen=this.options.attributeNamePrefix.length,this.isAttribute=ot),this.processTextOrObjNode=it,this.options.format?(this.indentate=rt,this.tagEndChar=">\n",this.newLine="\n"):(this.indentate=function(){return""},this.tagEndChar=">",this.newLine="")}function it(e,t,n){const i=this.j2x(e,n+1);return void 0!==e[this.options.textNodeName]&&1===Object.keys(e).length?this.buildTextValNode(e[this.options.textNodeName],t,i.attrStr,n):this.buildObjectNode(i.val,t,i.attrStr,n)}function rt(e){return this.options.indentBy.repeat(e)}function ot(e){return!(!e.startsWith(this.options.attributeNamePrefix)||e===this.options.textNodeName)&&e.substr(this.attrPrefixLen)}nt.prototype.build=function(e){return this.options.preserveOrder?et(e,this.options):(Array.isArray(e)&&this.options.arrayNodeName&&this.options.arrayNodeName.length>1&&(e={[this.options.arrayNodeName]:e}),this.j2x(e,0).val)},nt.prototype.j2x=function(e,t){let n="",i="";for(let r in e)if(Object.prototype.hasOwnProperty.call(e,r))if(typeof e[r]>"u")this.isAttribute(r)&&(i+="");else if(null===e[r])this.isAttribute(r)?i+="":"?"===r[0]?i+=this.indentate(t)+"<"+r+"?"+this.tagEndChar:i+=this.indentate(t)+"<"+r+"/"+this.tagEndChar;else if(e[r]instanceof Date)i+=this.buildTextValNode(e[r],r,"",t);else if("object"!=typeof e[r]){const o=this.isAttribute(r);if(o)n+=this.buildAttrPairStr(o,""+e[r]);else if(r===this.options.textNodeName){let t=this.options.tagValueProcessor(r,""+e[r]);i+=this.replaceEntitiesValue(t)}else i+=this.buildTextValNode(e[r],r,"",t)}else if(Array.isArray(e[r])){const n=e[r].length;let o="";for(let a=0;a"u"||(null===n?"?"===r[0]?i+=this.indentate(t)+"<"+r+"?"+this.tagEndChar:i+=this.indentate(t)+"<"+r+"/"+this.tagEndChar:"object"==typeof n?this.options.oneListGroup?o+=this.j2x(n,t+1).val:o+=this.processTextOrObjNode(n,r,t):o+=this.buildTextValNode(n,r,"",t))}this.options.oneListGroup&&(o=this.buildObjectNode(o,r,"",t)),i+=o}else if(this.options.attributesGroupName&&r===this.options.attributesGroupName){const t=Object.keys(e[r]),i=t.length;for(let o=0;o"+e+r}},nt.prototype.closeTag=function(e){let t="";return-1!==this.options.unpairedTags.indexOf(e)?this.options.suppressUnpairedNode||(t="/"):t=this.options.suppressEmptyNode?"/":`>`+this.newLine;if(!1!==this.options.commentPropName&&t===this.options.commentPropName)return this.indentate(i)+`\x3c!--${e}--\x3e`+this.newLine;if("?"===t[0])return this.indentate(i)+"<"+t+n+"?"+this.tagEndChar;{let r=this.options.tagValueProcessor(t,e);return r=this.replaceEntitiesValue(r),""===r?this.indentate(i)+"<"+t+n+this.closeTag(t)+this.tagEndChar:this.indentate(i)+"<"+t+n+">"+r+"0&&this.options.processEntities)for(let t=0;t0&&(!e.caption||"string"!=typeof e.caption))throw new Error("View caption is required for top-level views and must be a string");if(!e.getContents||"function"!=typeof e.getContents)throw new Error("View getContents is required and must be a function");if(!e.icon||"string"!=typeof e.icon||!function(e){if("string"!=typeof e)throw new TypeError(`Expected a \`string\`, got \`${typeof e}\``);if(0===(e=e.trim()).length||!0!==at.XMLValidator.validate(e))return!1;let t;const n=new at.XMLParser;try{t=n.parse(e)}catch{return!1}return!(!t||!("svg"in t))}(e.icon))throw new Error("View icon is required and must be a valid svg string");if(!("order"in e)||"number"!=typeof e.order)throw new Error("View order is required and must be a number");if(e.columns&&e.columns.forEach((e=>{if(!(e instanceof H))throw new Error("View columns must be an array of Column. Invalid column found")})),e.emptyView&&"function"!=typeof e.emptyView)throw new Error("View emptyView must be a function");if(e.parent&&"string"!=typeof e.parent)throw new Error("View parent must be a string");if("sticky"in e&&"boolean"!=typeof e.sticky)throw new Error("View sticky must be a boolean");if("expanded"in e&&"boolean"!=typeof e.expanded)throw new Error("View expanded must be a boolean");if(e.defaultSortKey&&"string"!=typeof e.defaultSortKey)throw new Error("View defaultSortKey must be a string");return!0},dt=function(e){return f().registerEntry(e)},ct=function(e){return f().unregisterEntry(e)}}},o={};function a(e){var t=o[e];if(void 0!==t)return t.exports;var n=o[e]={id:e,loaded:!1,exports:{}};return r[e].call(n.exports,n,n.exports,a),n.loaded=!0,n.exports}a.m=r,e=[],a.O=(t,n,i,r)=>{if(!n){var o=1/0;for(c=0;c=r)&&Object.keys(a.O).every((e=>a.O[e](n[l])))?n.splice(l--,1):(s=!1,r0&&e[c-1][2]>r;c--)e[c]=e[c-1];e[c]=[n,i,r]},a.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return a.d(t,{a:t}),t},a.d=(e,t)=>{for(var n in t)a.o(t,n)&&!a.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},a.f={},a.e=e=>Promise.all(Object.keys(a.f).reduce(((t,n)=>(a.f[n](e,t),t)),[])),a.u=e=>e+"-"+e+".js?v="+{4720:"bf813bc45f5afa044293",6512:"f5986b3e0fbb4396378b"}[e],a.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),a.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n={},i="nextcloud:",a.l=(e,t,r,o)=>{if(n[e])n[e].push(t);else{var s,l;if(void 0!==r)for(var d=document.getElementsByTagName("script"),c=0;c{s.onerror=s.onload=null,clearTimeout(f);var r=n[e];if(delete n[e],s.parentNode&&s.parentNode.removeChild(s),r&&r.forEach((e=>e(i))),t)return t(i)},f=setTimeout(p.bind(null,void 0,{type:"timeout",target:s}),12e4);s.onerror=p.bind(null,s.onerror),s.onload=p.bind(null,s.onload),l&&document.head.appendChild(s)}},a.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),a.j=9837,(()=>{var e;a.g.importScripts&&(e=a.g.location+"");var t=a.g.document;if(!e&&t&&(t.currentScript&&(e=t.currentScript.src),!e)){var n=t.getElementsByTagName("script");if(n.length)for(var i=n.length-1;i>-1&&!e;)e=n[i--].src}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),a.p=e})(),(()=>{a.b=document.baseURI||self.location.href;var e={9837:0};a.f.j=(t,n)=>{var i=a.o(e,t)?e[t]:void 0;if(0!==i)if(i)n.push(i[2]);else{var r=new Promise(((n,r)=>i=e[t]=[n,r]));n.push(i[2]=r);var o=a.p+a.u(t),s=new Error;a.l(o,(n=>{if(a.o(e,t)&&(0!==(i=e[t])&&(e[t]=void 0),i)){var r=n&&("load"===n.type?"missing":n.type),o=n&&n.target&&n.target.src;s.message="Loading chunk "+t+" failed.\n("+r+": "+o+")",s.name="ChunkLoadError",s.type=r,s.request=o,i[1](s)}}),"chunk-"+t,t)}},a.O.j=t=>0===e[t];var t=(t,n)=>{var i,r,o=n[0],s=n[1],l=n[2],d=0;if(o.some((t=>0!==e[t]))){for(i in s)a.o(s,i)&&(a.m[i]=s[i]);if(l)var c=l(a)}for(t&&t(n);da(34507)));s=a.O(s)})(); -//# sourceMappingURL=files-init.js.map?v=0a7cffd5778d5f75d54f \ No newline at end of file +(()=>{var e,n,i,r={34507:(e,n,i)=>{"use strict";var r=i(5656),o=i(69183),a=i(31352),s=i(93664),l=i(17499);const d=(0,l.IY)().setApp("files").detectUser().build(),c=new r.p$({id:"delete",displayName:(e,t)=>"trashbin"===t.id?(0,a.Iu)("files","Delete permanently"):(0,a.Iu)("files","Delete"),iconSvgInline:()=>'',enabled:e=>e.length>0&&e.map((e=>e.permissions)).every((e=>0!=(e&r.y3.DELETE))),async exec(e){try{return await s.Z.delete(e.encodedSource),(0,o.j8)("files:node:deleted",e),!0}catch(t){return d.error("Error while deleting a file",{error:t,source:e.source,node:e}),!1}},async execBatch(e,t,n){return Promise.all(e.map((e=>this.exec(e,t,n))))},order:100});var u=i(79753);const p=function(e){const t=document.createElement("a");t.download="",t.href=e,t.click()},f=function(e,t){const n=Math.random().toString(36).substring(2),i=(0,u.generateUrl)("/apps/files/ajax/download.php?dir={dir}&files={files}&downloadStartSecret={secret}",{dir:e,secret:n,files:JSON.stringify(t.map((e=>e.basename)))});p(i)},h=function(e){if(0==(e.permissions&r.y3.READ))return!1;if("shared"===e.attributes["mount-type"]){const t=JSON.parse(e.attributes["share-attributes"]).find((e=>"permissions"===e.scope&&"download"===e.key));if(void 0!==t&&!1===t.enabled)return!1}return!0},A=new r.p$({id:"download",displayName:()=>(0,a.Iu)("files","Download"),iconSvgInline:()=>'',enabled:e=>0!==e.length&&(!e.some((e=>e.type===r.Tv.Folder))||!e.some((e=>!e.root?.startsWith("/files"))))&&e.every(h),exec:async(e,t,n)=>e.type===r.Tv.Folder?(f(n,[e]),null):(p(e.encodedSource),null),async execBatch(e,t,n){return 1===e.length?(this.exec(e[0],t,n),[null]):(f(n,e),new Array(e.length).fill(null))},order:30});var g=i(65358),m=i(77958),w=i(64024);const v=new r.p$({id:"edit-locally",displayName:()=>(0,a.Iu)("files","Edit locally"),iconSvgInline:()=>'',enabled:e=>1===e.length&&0!=(e[0].permissions&r.y3.UPDATE),exec:async e=>(async function(e){const t=(0,u.generateOcsUrl)("apps/files/api/v1")+"/openlocaleditor?format=json";try{const n=await s.Z.post(t,{path:e}),i=(0,m.ts)()?.uid;let r=`nc://open/${i}@`+window.location.host+(0,g.Ec)(e);r+="?token="+n.data.ocs.data.token,window.location.href=r}catch(e){(0,w.x2)((0,a.Iu)("files","Failed to redirect to client"))}}(e.path),null),order:25});var y=i(20144);const b='',C=e=>e.some((e=>1!==e.attributes.favorite)),x=async(e,t,n)=>{try{const i=(0,u.generateUrl)("/apps/files/api/v1/files")+(0,g.Ec)(e.path);return await s.Z.post(i,{tags:n?[window.OC.TAG_FAVORITE]:[]}),"favorites"!==t.id||n||"/"!==e.dirname||(0,o.j8)("files:node:deleted",e),y.default.set(e.attributes,"favorite",n?1:0),n?(0,o.j8)("files:favorites:added",e):(0,o.j8)("files:favorites:removed",e),!0}catch(t){const i=n?"adding a file to favourites":"removing a file from favourites";return d.error("Error while "+i,{error:t,source:e.source,node:e}),!1}},E=new r.p$({id:"favorite",displayName:e=>C(e)?(0,a.Iu)("files","Add to favorites"):(0,a.Iu)("files","Remove from favorites"),iconSvgInline:e=>C(e)?'':b,enabled:e=>!e.some((e=>!e.root?.startsWith?.("/files")))&&e.every((e=>e.permissions!==r.y3.NONE)),async exec(e,t){const n=C([e]);return await x(e,t,n)},async execBatch(e,t){const n=C(e);return Promise.all(e.map((async e=>await x(e,t,n))))},order:-50});var _=i(93379),k=i.n(_),B=i(7795),T=i.n(B),N=i(90569),O=i.n(N),I=i(3565),P=i.n(I),S=i(19216),R=i.n(S),L=i(44589),j=i.n(L),D=i(51473),$={};$.styleTagTransform=j(),$.setAttributes=P(),$.insert=O().bind(null,"head"),$.domAPI=T(),$.insertStyleElement=R(),k()(D.Z,$),D.Z&&D.Z.locals&&D.Z.locals;var M=i(51120);const{Axios:F,AxiosError:V,CanceledError:U,isCancel:H,CancelToken:q,VERSION:z,all:Y,Cancel:W,isAxiosError:G,spread:Z,toFormData:X,AxiosHeaders:K,HttpStatusCode:J,formToJSON:Q,getAdapter:ee,mergeConfig:te}=M.default;var ne=i(62520),ie=i(59546),re=i(96384),oe=i(59440);let ae;const se=()=>(ae||(ae=new oe.Z({concurrency:3})),ae);var le;!function(e){e.MOVE="Move",e.COPY="Copy",e.MOVE_OR_COPY="move-or-copy"}(le||(le={}));const de=e=>0!=(e.reduce(((e,t)=>Math.min(e,t.permissions)),r.y3.ALL)&r.y3.UPDATE),ce=e=>(e=>e.every((e=>!JSON.parse(e.attributes?.["share-attributes"]??"[]").some((e=>"permissions"===e.scope&&!1===e.enabled&&"download"===e.key)))))(e),ue=function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:e=>`(${e})`,i=e,r=1;for(;t.includes(i);){const t=(0,ne.extname)(e);i=`${(0,ne.basename)(e,t)} ${n(r++)}${t}`}return i},pe=e=>de(e)?ce(e)?le.MOVE_OR_COPY:le.MOVE:le.COPY,fe=async function(e,t,n){let i=arguments.length>3&&void 0!==arguments[3]&&arguments[3];if(!t)return;if(t.type!==r.Tv.Folder)throw new Error((0,a.Iu)("files","Destination is not a folder"));if(n===le.MOVE&&e.dirname===t.path)throw new Error((0,a.Iu)("files","This file/folder is already in that directory"));if(`${t.path}/`.startsWith(`${e.path}/`))throw new Error((0,a.Iu)("files","You cannot move a file/folder onto itself or into a subfolder of itself"));y.default.set(e,"status",r.e4.LOADING);const s=se();return await s.add((async()=>{const s=e=>1===e?(0,a.Iu)("files","(copy)"):(0,a.Iu)("files","(copy %n)",void 0,e);try{const a=(0,r.rp)(),l=(0,ne.join)(r._o,e.path),d=(0,ne.join)(r._o,t.path);if(n===le.COPY){let n=e.basename;if(!i){const t=await a.getDirectoryContents(d);n=ue(e.basename,t.map((e=>e.basename)),s)}if(await a.copyFile(l,(0,ne.join)(d,n)),e.dirname===t.path){const{data:e}=await a.stat((0,ne.join)(d,n),{details:!0,data:(0,r.h7)()});(0,o.j8)("files:node:created",(0,r.RL)(e))}}else await a.moveFile(l,(0,ne.join)(d,e.basename)),(0,o.j8)("files:node:deleted",e)}catch(e){if(e instanceof V){if(412===e?.response?.status)throw new Error((0,a.Iu)("files","A file or folder with that name already exists in this folder"));if(423===e?.response?.status)throw new Error((0,a.Iu)("files","The files is locked"));if(404===e?.response?.status)throw new Error((0,a.Iu)("files","The file does not exist anymore"));if(e.message)throw new Error(e.message)}throw d.debug(e),new Error}finally{y.default.set(e,"status",void 0)}}))},he=async function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"/",n=arguments.length>2?arguments[2]:void 0;const i=n.map((e=>e.fileid)).filter(Boolean),o=(0,w.fn)((0,a.Iu)("files","Choose destination")).allowDirectories(!0).setFilter((e=>0!=(e.permissions&r.y3.CREATE)&&!i.includes(e.fileid))).setMimeTypeFilter([]).setMultiSelect(!1).startAt(t);return new Promise(((t,i)=>{o.setButtonFactory(((i,r)=>{const o=[],s=(0,ne.basename)(r),l=n.map((e=>e.dirname)),d=n.map((e=>e.path));return e!==le.COPY&&e!==le.MOVE_OR_COPY||o.push({label:s?(0,a.Iu)("files","Copy to {target}",{target:s}):(0,a.Iu)("files","Copy"),type:"primary",icon:ie,async callback(e){t({destination:e[0],action:le.COPY})}}),l.includes(r)||d.includes(r)||e!==le.MOVE&&e!==le.MOVE_OR_COPY||o.push({label:s?(0,a.Iu)("files","Move to {target}",{target:s}):(0,a.Iu)("files","Move"),type:e===le.MOVE?"primary":"secondary",icon:re,async callback(e){t({destination:e[0],action:le.MOVE})}}),o})),o.build().pick().catch((e=>{d.debug(e),e instanceof w.Pq?i(new Error((0,a.Iu)("files","Cancelled move or copy operation"))):i(new Error((0,a.Iu)("files","Move or copy operation failed")))}))}))},Ae=new r.p$({id:"move-copy",displayName(e){switch(pe(e)){case le.MOVE:return(0,a.Iu)("files","Move");case le.COPY:return(0,a.Iu)("files","Copy");case le.MOVE_OR_COPY:return(0,a.Iu)("files","Move or copy")}},iconSvgInline:()=>re,enabled:e=>!!e.every((e=>e.root?.startsWith("/files/")))&&e.length>0&&(de(e)||ce(e)),async exec(e,t,n){const i=pe([e]);let r;try{r=await he(i,n,[e])}catch(e){return d.error(e),!1}try{return await fe(e,r.destination,r.action),!0}catch(e){return!!(e instanceof Error&&e.message)&&((0,w.x2)(e.message),null)}},async execBatch(e,t,n){const i=pe(e),r=await he(i,n,e),o=e.map((async e=>{try{return await fe(e,r.destination,r.action),!0}catch(t){return d.error(`Failed to ${r.action} node`,{node:e,error:t}),!1}}));return await Promise.all(o)},order:15}),ge='',me=new r.p$({id:"open-folder",displayName(e){const t=e[0].attributes.displayName||e[0].basename;return(0,a.Iu)("files","Open folder {displayName}",{displayName:t})},iconSvgInline:()=>ge,enabled(e){if(1!==e.length)return!1;const t=e[0];return!!t.isDavRessource&&t.type===r.Tv.Folder&&0!=(t.permissions&r.y3.READ)},exec:async(e,t)=>!(!e||e.type!==r.Tv.Folder)&&(window.OCP.Files.Router.goToRoute(null,{view:t.id,fileid:e.fileid},{dir:e.path}),null),default:r.DT.HIDDEN,order:-100}),we=new r.p$({id:"open-in-files-recent",displayName:()=>(0,a.Iu)("files","Open in Files"),iconSvgInline:()=>"",enabled:(e,t)=>"recent"===t.id,async exec(e){let t=e.dirname;return e.type===r.Tv.Folder&&(t=t+"/"+e.basename),window.OCP.Files.Router.goToRoute(null,{view:"files",fileid:e.fileid},{dir:t}),null},order:-1e3,default:r.DT.HIDDEN}),ve=new r.p$({id:"rename",displayName:()=>(0,a.Iu)("files","Rename"),iconSvgInline:()=>'',enabled:e=>e.length>0&&e.map((e=>e.permissions)).every((e=>0!=(e&r.y3.UPDATE))),exec:async e=>((0,o.j8)("files:node:rename",e),null),order:10});var ye=i(48250);const be=new r.p$({id:"details",displayName:()=>(0,a.Iu)("files","Open details"),iconSvgInline:()=>ye,enabled:e=>1===e.length&&!!e[0]&&!!window?.OCA?.Files?.Sidebar&&((e[0].root?.startsWith("/files/")&&e[0].permissions!==r.y3.NONE)??!1),async exec(e,t,n){try{return await window.OCA.Files.Sidebar.open(e.path),window.OCP.Files.Router.goToRoute(null,{view:t.id,fileid:e.fileid},{dir:n},!0),null}catch(e){return d.error("Error while opening sidebar",{error:e}),!1}},order:-50}),Ce=new r.p$({id:"view-in-folder",displayName:()=>(0,a.Iu)("files","View in folder"),iconSvgInline:()=>re,enabled(e,t){if("files"===t.id)return!1;if(1!==e.length)return!1;const n=e[0];return!!n.isDavRessource&&n.permissions!==r.y3.NONE&&n.type===r.Tv.File},exec:async e=>!(!e||e.type!==r.Tv.File)&&(window.OCP.Files.Router.goToRoute(null,{view:"files",fileid:e.fileid},{dir:e.dirname}),null),order:80}),xe={id:"newFolder",displayName:(0,a.Iu)("files","New folder"),enabled:e=>0!=(e.permissions&r.y3.CREATE),iconSvgInline:'',order:0,async handler(e,t){const n=t.map((e=>e.basename)),i=ue((0,a.Iu)("files","New folder"),n),{fileid:l,source:c}=await(async(e,t)=>{const n=e.source+"/"+t,i=e.encodedSource+"/"+encodeURIComponent(t),r=await(0,s.Z)({method:"MKCOL",url:i,headers:{Overwrite:"F"}});return{fileid:parseInt(r.headers["oc-fileid"]),source:n}})(e,i),u=new r.gt({source:c,id:l,mtime:new Date,owner:(0,m.ts)()?.uid||null,permissions:r.y3.ALL,root:e?.root||"/files/"+(0,m.ts)()?.uid});(0,w.s$)((0,a.Iu)("files",'Created new folder "{name}"',{name:(0,ne.basename)(c)})),d.debug("Created new folder",{folder:u,source:c}),(0,o.j8)("files:node:created",u),(0,o.j8)("files:node:rename",u)}};var Ee=i(43554),_e=i(14596),ke=i(8501),Be=i(79267);const Te="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?self:"undefined"!=typeof window?window:globalThis,Ne=Te.fetch.bind(Te);Te.Headers,Te.Request,Te.Response;const Oe="@@HOTPATCHER",Ie=()=>{};function Pe(e){return{original:e,methods:[e],final:!1}}class Se{constructor(){this._configuration={registry:{},getEmptyAction:"null"},this.__type__=Oe}get configuration(){return this._configuration}get getEmptyAction(){return this.configuration.getEmptyAction}set getEmptyAction(e){this.configuration.getEmptyAction=e}control(e,t=!1){if(!e||e.__type__!==Oe)throw new Error("Failed taking control of target HotPatcher instance: Invalid type or object");return Object.keys(e.configuration.registry).forEach((n=>{this.configuration.registry.hasOwnProperty(n)?t&&(this.configuration.registry[n]=Object.assign({},e.configuration.registry[n])):this.configuration.registry[n]=Object.assign({},e.configuration.registry[n])})),e._configuration=this.configuration,this}execute(e,...t){return(this.get(e)||Ie)(...t)}get(e){const t=this.configuration.registry[e];if(!t)switch(this.getEmptyAction){case"null":return null;case"throw":throw new Error(`Failed handling method request: No method provided for override: ${e}`);default:throw new Error(`Failed handling request which resulted in an empty method: Invalid empty-action specified: ${this.getEmptyAction}`)}return function(...e){if(0===e.length)throw new Error("Failed creating sequence: No functions provided");return function(...t){let n=t;const i=this;for(;e.length>0;)n=[e.shift().apply(i,n)];return n[0]}}(...t.methods)}isPatched(e){return!!this.configuration.registry[e]}patch(e,t,n={}){const{chain:i=!1}=n;if(this.configuration.registry[e]&&this.configuration.registry[e].final)throw new Error(`Failed patching '${e}': Method marked as being final`);if("function"!=typeof t)throw new Error(`Failed patching '${e}': Provided method is not a function`);if(i)this.configuration.registry[e]?this.configuration.registry[e].methods.push(t):this.configuration.registry[e]=Pe(t);else if(this.isPatched(e)){const{original:n}=this.configuration.registry[e];this.configuration.registry[e]=Object.assign(Pe(t),{original:n})}else this.configuration.registry[e]=Pe(t);return this}patchInline(e,t,...n){return this.isPatched(e)||this.patch(e,t),this.execute(e,...n)}plugin(e,...t){return t.forEach((t=>{this.patch(e,t,{chain:!0})})),this}restore(e){if(!this.isPatched(e))throw new Error(`Failed restoring method: No method present for key: ${e}`);if("function"!=typeof this.configuration.registry[e].original)throw new Error(`Failed restoring method: Original method not found or of invalid type for key: ${e}`);return this.configuration.registry[e].methods=[this.configuration.registry[e].original],this}setFinal(e){if(!this.configuration.registry.hasOwnProperty(e))throw new Error(`Failed marking '${e}' as final: No method found for key`);return this.configuration.registry[e].final=!0,this}}let Re=null;var Le=i(62639),je=i(2568);const De="abcdef0123456789";function $e(e,t){const n=e.url.replace("//",""),i=-1==n.indexOf("/")?"/":n.slice(n.indexOf("/")),r=e.method?e.method.toUpperCase():"GET",o=!!/(^|,)\s*auth\s*($|,)/.test(t.qop)&&"auth",a=`00000000${t.nc}`.slice(-8),s=function(e,t,n,i,r,o,a){const s=a||je(`${t}:${n}:${i}`);return e&&"md5-sess"===e.toLowerCase()?je(`${s}:${r}:${o}`):s}(t.algorithm,t.username,t.realm,t.password,t.nonce,t.cnonce,t.ha1),l=je(`${r}:${i}`),d=je(o?`${s}:${t.nonce}:${a}:${t.cnonce}:${o}:${l}`:`${s}:${t.nonce}:${l}`),c={username:t.username,realm:t.realm,nonce:t.nonce,uri:i,qop:o,response:d,nc:a,cnonce:t.cnonce,algorithm:t.algorithm,opaque:t.opaque},u=[];for(const e in c)c[e]&&("qop"===e||"nc"===e||"algorithm"===e?u.push(`${e}=${c[e]}`):u.push(`${e}="${c[e]}"`));return`Digest ${u.join(", ")}`}function Me(e){return function(e){if("object"!=typeof e||null===e||"[object Object]"!=Object.prototype.toString.call(e))return!1;if(null===Object.getPrototypeOf(e))return!0;let t=e;for(;null!==Object.getPrototypeOf(t);)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(e)===t}(e)?Object.assign({},e):Object.setPrototypeOf(Object.assign({},e),Object.getPrototypeOf(e))}function Fe(...e){let t=null,n=[...e];for(;n.length>0;){const e=n.shift();t=t?Ve(t,e):Me(e)}return t}function Ve(e,t){const n=Me(e);return Object.keys(t).forEach((e=>{n.hasOwnProperty(e)?Array.isArray(t[e])?n[e]=Array.isArray(n[e])?[...n[e],...t[e]]:[...t[e]]:"object"==typeof t[e]&&t[e]?n[e]="object"==typeof n[e]&&n[e]?Ve(n[e],t[e]):Me(t[e]):n[e]=t[e]:n[e]=t[e]})),n}function Ue(...e){if(0===e.length)return{};const t={};return e.reduce(((e,n)=>(Object.keys(n).forEach((i=>{const r=i.toLowerCase();t.hasOwnProperty(r)?e[t[r]]=n[i]:(t[r]=i,e[i]=n[i])})),e)),{})}var He=i(42830);const qe="function"==typeof ArrayBuffer,{toString:ze}=Object.prototype;function Ye(e){const t=(Re||(Re=new Se),Re);return t.patchInline("request",(e=>t.patchInline("fetch",Ne,e.url,function(e){let t={};const n={method:e.method};if(e.headers&&(t=Ue(t,e.headers)),void 0!==e.data){const[i,r]=function(e){if(!(0,Le.$)()&&e instanceof He.Readable)return[e,{}];if("string"==typeof e)return[e,{}];if(null!=(t=e)&&null!=t.constructor&&"function"==typeof t.constructor.isBuffer&&t.constructor.isBuffer(t))return[e,{}];if(function(e){return qe&&(e instanceof ArrayBuffer||"[object ArrayBuffer]"===ze.call(e))}(e))return[e,{}];if(e&&"object"==typeof e)return[JSON.stringify(e),{"content-type":"application/json"}];var t;throw new Error("Unable to convert request body: Unexpected body type: "+typeof e)}(e.data);n.body=i,t=Ue(t,r)}return e.signal&&(n.signal=e.signal),e.withCredentials&&(n.credentials="include"),(0,Le.$)()||(e.httpAgent||e.httpsAgent)&&(n.agent=t=>"http:"===t.protocol?e.httpAgent||new ke.Agent:e.httpsAgent||new Be.Agent),n.headers=t,n}(e))),e)}const We=`/files/${(0,m.ts)()?.uid}`,Ge=(0,u.generateRemoteUrl)("dav"+We),Ze=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Ge;const t=(0,_e.eI)(e,{headers:{requesttoken:(0,m.IH)()||""}});return(0,_e.lD)().patch("request",(e=>(e.headers?.method&&(e.method=e.headers.method,delete e.headers.method),async function(e){if(!e._digest)return Ye(e);const t=e._digest;delete e._digest,t.hasDigestAuth&&(e=Fe(e,{headers:{Authorization:$e(e,t)}}));const n=await Ye(e);if(401==n.status){if(t.hasDigestAuth=function(e,t){const n=e.headers&&e.headers.get("www-authenticate")||"";if("digest"!==n.split(/\s/)[0].toLowerCase())return!1;const i=/([a-z0-9_-]+)=(?:"([^"]+)"|([a-z0-9_-]+))/gi;for(;;){const e=i.exec(n);if(!e)break;t[e[1]]=e[2]||e[3]}return t.nc+=1,t.cnonce=function(){let e="";for(let t=0;t<32;++t)e=`${e}${De[Math.floor(16*Math.random())]}`;return e}(),!0}(n,t),t.hasDigestAuth){e=Fe(e,{headers:{Authorization:$e(e,t)}});const n=await Ye(e);return 401==n.status?t.hasDigestAuth=!1:t.nc++,n}}else t.nc++;return n}(e)))),t};var Xe=i(3443);const Ke=function(e){return e.split("").reduce((function(e,t){return(e=(e<<5)-e+t.charCodeAt(0))&e}),0)},Je=Ze(),Qe=function(e){const t=(0,m.ts)()?.uid;if(!t)throw new Error("No user id found");const n=e.props,i=(0,r.zu)(n?.permissions),o=(n["owner-id"]||t).toString(),a=(0,u.generateRemoteUrl)("dav"+We+e.filename),s={id:n?.fileid<0?Ke(a):n?.fileid||0,source:a,mtime:new Date(e.lastmod),mime:e.mime||"application/octet-stream",size:n?.size||0,permissions:i,owner:o,root:We,attributes:{...e,...n,hasPreview:n?.["has-preview"],failed:n?.fileid<0}};return delete s.attributes.props,"file"===e.type?new r.$B(s):new r.gt(s)},et=Ze(),tt=`\n\n\t\n\t\t${(0,r.m0)()}\n\t\n\t\n\t\t1\n\t\n`,nt=async function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"/";const t=(0,r.h7)();let n;"/"===e&&(n=await et.stat(e,{details:!0,data:t}));const i=await et.getDirectoryContents(e,{details:!0,data:"/"===e?tt:t,headers:{method:"/"===e?"REPORT":"PROPFIND"},includeSelf:!0}),o=n?.data||i.data[0],a=i.data.filter((t=>t.filename!==e));return{folder:Qe(o),contents:a.map(Qe)}},it=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;return new r.G7({id:rt(e.path),name:(0,ne.basename)(e.path),icon:ge,order:t,params:{dir:e.path,fileid:e.fileid.toString(),view:"favorites"},parent:"favorites",columns:[],getContents:nt})},rt=function(e){return`favorite-${Ke(e)}`},ot=(0,r.rp)(),at=Math.round(Date.now()/1e3-1209600);var st=i(52506),lt=i(79584);const dt={name:"TemplatePreview",inheritAttrs:!1,props:{basename:{type:String,required:!0},checked:{type:Boolean,default:!1},fileid:{type:[String,Number],required:!0},filename:{type:String,required:!0},previewUrl:{type:String,default:null},hasPreview:{type:Boolean,default:!0},mime:{type:String,required:!0},ratio:{type:Number,default:null}},data:()=>({failedPreview:!1}),computed:{nameWithoutExt(){return this.basename.indexOf(".")>-1?this.basename.split(".").slice(0,-1).join("."):this.basename},id(){return`template-picker-${this.fileid}`},realPreviewUrl(){return this.failedPreview&&this.mimeIcon?this.mimeIcon:this.previewUrl?this.previewUrl:(0,m.ts)()?(0,u.generateUrl)(`/core/preview?fileId=${this.fileid}&x=256&y=256&a=1`):(0,u.generateUrl)(`/apps/files_sharing/publicpreview/${document.getElementById("sharingToken")&&document.getElementById("sharingToken").value}?fileId=${this.fileid}&file=${function(e){const t=(e.startsWith("/")?e:`/${e}`).split("/");let n="";return t.forEach((e=>{""!==e&&(n+="/"+encodeURIComponent(e))})),n}(this.filename)}&x=256&y=256&a=1`)},mimeIcon(){return OC.MimeType.getIconUrl(this.mime)}},methods:{onCheck(){this.$emit("check",this.fileid)},onFailure(){this.failedPreview=!0}}};var ct=i(92246),ut={};ut.styleTagTransform=j(),ut.setAttributes=P(),ut.insert=O().bind(null,"head"),ut.domAPI=T(),ut.insertStyleElement=R(),k()(ct.Z,ut),ct.Z&&ct.Z.locals&&ct.Z.locals;var pt=i(51900);const ft=(0,pt.Z)(dt,(function(){var e=this,t=e._self._c;return t("li",{staticClass:"template-picker__item"},[t("input",{staticClass:"radio",attrs:{id:e.id,type:"radio",name:"template-picker"},domProps:{checked:e.checked},on:{change:e.onCheck}}),e._v(" "),t("label",{staticClass:"template-picker__label",attrs:{for:e.id}},[t("div",{staticClass:"template-picker__preview",class:e.failedPreview?"template-picker__preview--failed":""},[t("img",{staticClass:"template-picker__image",attrs:{src:e.realPreviewUrl,alt:"",draggable:"false"},on:{error:e.onFailure}})]),e._v(" "),t("span",{staticClass:"template-picker__title"},[e._v("\n\t\t\t"+e._s(e.nameWithoutExt)+"\n\t\t")])])])}),[],!1,null,"0859a92c",null).exports,ht=y.default.extend({name:"TemplatePicker",components:{NcEmptyContent:st.Z,NcModal:lt.Z,TemplatePreview:ft},props:{logger:{type:Object,required:!0}},data:()=>({checked:-1,loading:!1,name:null,opened:!1,provider:null}),computed:{extension(){return(0,ne.extname)(this.name)},nameWithoutExt(){return this.extension?this.name.slice(0,0-this.extension.length):this.name},emptyTemplate(){return{basename:t("files","Blank"),fileid:-1,filename:this.t("files","Blank"),hasPreview:!1,mime:this.provider?.mimetypes[0]||this.provider?.mimetypes}},selectedTemplate(){return this.provider?this.provider.templates.find((e=>e.fileid===this.checked)):null},style(){if(!this.provider)return{};const e=(this.provider.ratio?this.provider.ratio:1.77)>1?240:160;return{"--margin":"8px","--width":e+"px","--border":"2px","--fullwidth":e+16+4+"px","--height":this.provider.ratio?Math.round(e/this.provider.ratio)+"px":null}}},methods:{async open(e,t){this.checked=this.emptyTemplate.fileid,this.name=e,this.provider=t;const n=(await async function(){return(await s.Z.get((0,u.generateOcsUrl)("apps/files/api/v1/templates"))).data.ocs.data}()).find((e=>e.app===t.app&&e.label===t.label));if(null===n)throw new Error("Failed to match provider in results");this.provider=n,0!==n.templates.length?this.opened=!0:this.onSubmit()},close(){this.checked=this.emptyTemplate.fileid,this.loading=!1,this.name=null,this.opened=!1,this.provider=null},onCheck(e){this.checked=e},async onSubmit(){this.loading=!0;const e=new URL(window.location.href).searchParams.get("dir")||"/";this.nameWithoutExt===this.name&&(this.logger.warn("Fixed invalid filename",{name:this.name,extension:this.provider?.extension}),this.name=this.name+this.provider?.extension);try{const t=await async function(e,t,n){return(await s.Z.post((0,u.generateOcsUrl)("apps/files/api/v1/templates/create"),{filePath:e,templatePath:t,templateType:n})).data.ocs.data}((0,ne.normalize)(`${e}/${this.name}`),this.selectedTemplate?.filename,this.selectedTemplate?.templateType);this.logger.debug("Created new file",t);const n=(0,m.ts)()?.uid||null,i=new r.$B({id:t.fileid,source:(0,u.generateRemoteUrl)((0,ne.join)("dav/files",n,t.filename)),root:`/files/${n}`,mime:t.mime,mtime:new Date(1e3*t.lastmod),owner:n,size:t.size,permissions:t.permissions,attributes:{...t,"has-preview":t.hasPreview}});(0,o.j8)("files:node:created",i),window.OCP.Files.Router.goToRoute(null,{view:"files",fileid:i.fileid},{dir:i.dirname,openfile:!0}),this.close()}catch(e){this.logger.error("Error while creating the new file from template",{error:e}),(0,w.x2)(this.t("files","Unable to create new file from template"))}finally{this.loading=!1}}}});var At=i(24142),gt={};gt.styleTagTransform=j(),gt.setAttributes=P(),gt.insert=O().bind(null,"head"),gt.domAPI=T(),gt.insertStyleElement=R(),k()(At.Z,gt),At.Z&&At.Z.locals&&At.Z.locals;const mt=(0,pt.Z)(ht,(function(){var e=this,t=e._self._c;return e._self._setupProxy,e.opened?t("NcModal",{staticClass:"templates-picker",attrs:{"clear-view-delay":-1,size:"large"},on:{close:e.close}},[t("form",{staticClass:"templates-picker__form",style:e.style,on:{submit:function(t){return t.preventDefault(),t.stopPropagation(),e.onSubmit.apply(null,arguments)}}},[t("h2",[e._v(e._s(e.t("files","Pick a template for {name}",{name:e.nameWithoutExt})))]),e._v(" "),t("ul",{staticClass:"templates-picker__list"},[t("TemplatePreview",e._b({attrs:{checked:e.checked===e.emptyTemplate.fileid},on:{check:e.onCheck}},"TemplatePreview",e.emptyTemplate,!1)),e._v(" "),e._l(e.provider.templates,(function(n){return t("TemplatePreview",e._b({key:n.fileid,attrs:{checked:e.checked===n.fileid,ratio:e.provider.ratio},on:{check:e.onCheck}},"TemplatePreview",n,!1))}))],2),e._v(" "),t("div",{staticClass:"templates-picker__buttons"},[t("input",{staticClass:"primary",attrs:{type:"submit","aria-label":e.t("files","Create a new file with the selected template")},domProps:{value:e.t("files","Create")}})])]),e._v(" "),e.loading?t("NcEmptyContent",{staticClass:"templates-picker__loading",attrs:{icon:"icon-loading"}},[e._v("\n\t\t"+e._s(e.t("files","Creating file"))+"\n\t")]):e._e()],1):e._e()}),[],!1,null,"48121b39",null).exports,wt=(0,l.IY)().setApp("files").detectUser().build();y.default.mixin({methods:{t:a.Iu,n:a.uN}});const vt=document.createElement("div");vt.id="template-picker",document.body.appendChild(vt);let yt=(0,Ee.j)("files","templates",[]),bt=(0,Ee.j)("files","templates_path",!1);wt.debug("Templates providers",{templates:yt}),wt.debug("Templates folder",{templatesPath:bt});const Ct=new(y.default.extend(mt))({name:"TemplatePicker",propsData:{logger:wt}});Ct.$mount("#template-picker"),bt||(wt.debug("Templates folder not initialized"),(0,r.cd)({id:"template-picker",displayName:(0,a.Iu)("files","Create new templates folder"),iconSvgInline:'',order:10,enabled:e=>e.owner===(0,m.ts)()?.uid&&0!=(e.permissions&r.y3.CREATE),handler(e,t){const n=t.map((e=>e.basename)),i=ue((0,a.Iu)("files","Templates"),n);xt(e,i),(0,r.oE)("template-picker")}})),yt.forEach(((e,t)=>{(0,r.cd)({id:`template-new-${e.app}-${t}`,displayName:e.label,iconClass:e.iconClass||"icon-file",enabled:e=>0!=(e.permissions&r.y3.CREATE),order:11,handler(t,n){const i=n.map((e=>e.basename)),r=ue(e.label+e.extension,i);Ct.open(r,e)}})}));const xt=async function(e,t){const n=(0,ne.join)(e.path,t);try{wt.debug("Initializing the templates directory",{templatePath:n});const e=await s.Z.post((0,u.generateOcsUrl)("apps/files/api/v1/templates/path"),{templatePath:n,copySystemTemplates:!0});window.OCP.Files.Router.goToRoute(null,{view:"files",fileid:void 0},{dir:n}),yt=e.data.ocs.data.templates,bt=e.data.ocs.data.template_path}catch(e){wt.error("Unable to initialize the templates directory"),(0,w.x2)((0,a.Iu)("files","Unable to initialize the templates directory"))}};(0,r.p4)(c),(0,r.p4)(A),(0,r.p4)(v),(0,r.p4)(E),(0,r.p4)(Ae),(0,r.p4)(me),(0,r.p4)(we),(0,r.p4)(ve),(0,r.p4)(be),(0,r.p4)(Ce),(0,r.cd)(xe),(()=>{const e=(0,Ee.j)("files","favoriteFolders",[]),t=e.map(((e,t)=>it(e,t)));d.debug("Generating favorites view",{favoriteFolders:e});const n=(0,r.Ti)();n.register(new r.G7({id:"favorites",name:(0,a.Iu)("files","Favorites"),caption:(0,a.Iu)("files","List of favorites files and folders."),emptyTitle:(0,a.Iu)("files","No favorites yet"),emptyCaption:(0,a.Iu)("files","Files and folders you mark as favorite will show up here"),icon:b,order:5,columns:[],getContents:nt})),t.forEach((e=>n.register(e))),(0,o.Ld)("files:favorites:added",(e=>{e.type===r.Tv.Folder&&(null!==e.path&&e.root?.startsWith("/files")?s(e):d.error("Favorite folder is not within user files root",{node:e}))})),(0,o.Ld)("files:favorites:removed",(e=>{e.type===r.Tv.Folder&&(null!==e.path&&e.root?.startsWith("/files")?l(e.path):d.error("Favorite folder is not within user files root",{node:e}))}));const i=function(){e.sort(((e,t)=>e.path.localeCompare(t.path,(0,a.G3)(),{ignorePunctuation:!0}))),e.forEach(((e,n)=>{const i=t.find((t=>t.id===rt(e.path)));i&&(i.order=n)}))},s=function(r){const o={path:r.path,fileid:r.fileid},a=it(o);e.find((e=>e.path===r.path))||(e.push(o),t.push(a),i(),n.register(a))},l=function(r){const o=rt(r),a=e.findIndex((e=>e.path===r));-1!==a&&(e.splice(a,1),t.splice(a,1),n.remove(o),i())}})(),(0,r.Ti)().register(new r.G7({id:"files",name:(0,a.Iu)("files","All files"),caption:(0,a.Iu)("files","List of your files and folders."),icon:ge,order:0,getContents:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"/";const t=new AbortController,n=(0,r.h7)();return new Xe.CancelablePromise((async(i,r,o)=>{o((()=>t.abort()));try{const r=await Je.getDirectoryContents(e,{details:!0,data:n,includeSelf:!0,signal:t.signal}),o=r.data[0],a=r.data.slice(1);if(o.filename!==e)throw new Error("Root node does not match requested path");i({folder:Qe(o),contents:a.map((e=>{try{return Qe(e)}catch(t){return d.error(`Invalid node detected '${e.basename}'`,{error:t}),null}})).filter(Boolean)})}catch(e){r(e)}}))}})),(0,r.Ti)().register(new r.G7({id:"recent",name:(0,a.Iu)("files","Recent"),caption:(0,a.Iu)("files","List of recently modified files and folders."),emptyTitle:(0,a.Iu)("files","No recently modified files"),emptyCaption:(0,a.Iu)("files","Files and folders you recently modified will show up here."),icon:'',order:2,defaultSortKey:"mtime",getContents:async function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"/";const t=(await ot.getDirectoryContents(e,{details:!0,data:(0,r.tB)(at),headers:{method:"SEARCH","Content-Type":"application/xml; charset=utf-8"},deep:!0})).data;return{folder:new r.gt({id:0,source:`${r.SR}${r._o}`,root:r._o,owner:(0,m.ts)()?.uid||null,permissions:r.y3.READ}),contents:t.map((e=>(0,r.RL)(e)))}}})),"serviceWorker"in navigator?window.addEventListener("load",(async()=>{try{const e=(0,u.generateUrl)("/apps/files/preview-service-worker.js",{},{noRewrite:!0}),t=await navigator.serviceWorker.register(e,{scope:"/"});d.debug("SW registered: ",{registration:t})}catch(e){d.error("SW registration failed: ",{error:e})}})):d.debug("Service Worker is not enabled on this browser."),(0,r.qq)("nc:hidden",{nc:"http://nextcloud.org/ns"}),(0,r.qq)("nc:metadata-files-live-photo",{nc:"http://nextcloud.org/ns"})},50584:e=>{e.exports={100:"Continue",101:"Switching Protocols",102:"Processing",200:"OK",201:"Created",202:"Accepted",203:"Non-Authoritative Information",204:"No Content",205:"Reset Content",206:"Partial Content",207:"Multi-Status",208:"Already Reported",226:"IM Used",300:"Multiple Choices",301:"Moved Permanently",302:"Found",303:"See Other",304:"Not Modified",305:"Use Proxy",307:"Temporary Redirect",308:"Permanent Redirect",400:"Bad Request",401:"Unauthorized",402:"Payment Required",403:"Forbidden",404:"Not Found",405:"Method Not Allowed",406:"Not Acceptable",407:"Proxy Authentication Required",408:"Request Timeout",409:"Conflict",410:"Gone",411:"Length Required",412:"Precondition Failed",413:"Payload Too Large",414:"URI Too Long",415:"Unsupported Media Type",416:"Range Not Satisfiable",417:"Expectation Failed",418:"I'm a teapot",421:"Misdirected Request",422:"Unprocessable Entity",423:"Locked",424:"Failed Dependency",425:"Unordered Collection",426:"Upgrade Required",428:"Precondition Required",429:"Too Many Requests",431:"Request Header Fields Too Large",451:"Unavailable For Legal Reasons",500:"Internal Server Error",501:"Not Implemented",502:"Bad Gateway",503:"Service Unavailable",504:"Gateway Timeout",505:"HTTP Version Not Supported",506:"Variant Also Negotiates",507:"Insufficient Storage",508:"Loop Detected",509:"Bandwidth Limit Exceeded",510:"Not Extended",511:"Network Authentication Required"}},3443:function(e,t,n){var i,r,o=n(25108);function a(e){return a="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},a(e)}"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self&&self,i=function(e){"use strict";function t(e,n){return t=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},t(e,n)}function n(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=i(e);if(t){var o=i(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return function(e,t){if(t&&("object"===a(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}(this,n)}}function i(e){return i=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},i(e)}function r(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!n){if(Array.isArray(e)||(n=function(e,t){if(e){if("string"==typeof e)return s(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?s(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){n&&(e=n);var i=0,r=function(){};return{s:r,n:function(){return i>=e.length?{done:!0}:{done:!1,value:e[i++]}},e:function(e){throw e},f:r}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,a=!0,l=!1;return{s:function(){n=n.call(e)},n:function(){var e=n.next();return a=e.done,e},e:function(e){l=!0,o=e},f:function(){try{a||null==n.return||n.return()}finally{if(l)throw o}}}}function s(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,i=new Array(t);n{"use strict";n.d(t,{Z:()=>h});var i=n(87537),r=n.n(i),o=n(23645),a=n.n(o),s=n(61667),l=n.n(s),d=new URL(n(79839),n.b),c=new URL(n(88717),n.b),u=a()(r()),p=l()(d),f=l()(c);u.push([e.id,`@charset "UTF-8";\n/**\n * @copyright Copyright (c) 2019 Julius Härtl \n *\n * @author Julius Härtl \n * @author John Molakvoæ \n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n */\n.toastify.dialogs {\n min-width: 200px;\n background: none;\n background-color: var(--color-main-background);\n color: var(--color-main-text);\n box-shadow: 0 0 6px 0 var(--color-box-shadow);\n padding: 0 12px;\n margin-top: 45px;\n position: fixed;\n z-index: 10100;\n border-radius: var(--border-radius);\n display: flex;\n align-items: center;\n}\n.toastify.dialogs .toast-undo-container {\n display: flex;\n align-items: center;\n}\n.toastify.dialogs .toast-undo-button,\n.toastify.dialogs .toast-close {\n position: static;\n overflow: hidden;\n box-sizing: border-box;\n min-width: 44px;\n height: 100%;\n padding: 12px;\n white-space: nowrap;\n background-repeat: no-repeat;\n background-position: center;\n background-color: transparent;\n min-height: 0;\n}\n.toastify.dialogs .toast-undo-button.toast-close,\n.toastify.dialogs .toast-close.toast-close {\n text-indent: 0;\n opacity: .4;\n border: none;\n min-height: 44px;\n margin-left: 10px;\n font-size: 0;\n}\n.toastify.dialogs .toast-undo-button.toast-close:before,\n.toastify.dialogs .toast-close.toast-close:before {\n background-image: url(${p});\n content: " ";\n filter: var(--background-invert-if-dark);\n display: inline-block;\n width: 16px;\n height: 16px;\n}\n.toastify.dialogs .toast-undo-button.toast-undo-button,\n.toastify.dialogs .toast-close.toast-undo-button {\n height: calc(100% - 6px);\n margin: 3px 3px 3px 12px;\n}\n.toastify.dialogs .toast-undo-button:hover,\n.toastify.dialogs .toast-undo-button:focus,\n.toastify.dialogs .toast-undo-button:active,\n.toastify.dialogs .toast-close:hover,\n.toastify.dialogs .toast-close:focus,\n.toastify.dialogs .toast-close:active {\n cursor: pointer;\n opacity: 1;\n}\n.toastify.dialogs.toastify-top {\n right: 10px;\n}\n.toastify.dialogs.toast-with-click {\n cursor: pointer;\n}\n.toastify.dialogs.toast-error {\n border-left: 3px solid var(--color-error);\n}\n.toastify.dialogs.toast-info {\n border-left: 3px solid var(--color-primary);\n}\n.toastify.dialogs.toast-warning {\n border-left: 3px solid var(--color-warning);\n}\n.toastify.dialogs.toast-success,\n.toastify.dialogs.toast-undo {\n border-left: 3px solid var(--color-success);\n}\n.theme--dark .toastify.dialogs .toast-close.toast-close:before {\n background-image: url(${f});\n}\n._file-picker__file-icon_1vgv4_5 {\n width: 32px;\n height: 32px;\n min-width: 32px;\n min-height: 32px;\n background-repeat: no-repeat;\n background-size: contain;\n display: flex;\n justify-content: center;\n}\ntr.file-picker__row[data-v-6aded0d9] {\n height: var(--row-height, 50px);\n}\ntr.file-picker__row td[data-v-6aded0d9] {\n cursor: pointer;\n overflow: hidden;\n text-overflow: ellipsis;\n border-bottom: none;\n}\ntr.file-picker__row td.row-checkbox[data-v-6aded0d9] {\n padding: 0 2px;\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-48df4f27] {\n height: var(--row-height, 50px);\n}\ntr.file-picker__row td[data-v-48df4f27] {\n cursor: pointer;\n overflow: hidden;\n text-overflow: ellipsis;\n border-bottom: none;\n}\ntr.file-picker__row td.row-checkbox[data-v-48df4f27] {\n padding: 0 2px;\n}\ntr.file-picker__row td[data-v-48df4f27]:not(.row-checkbox) {\n padding-inline: 14px 0;\n}\ntr.file-picker__row td.row-size[data-v-48df4f27] {\n text-align: end;\n padding-inline: 0 14px;\n}\ntr.file-picker__row td.row-name[data-v-48df4f27] {\n padding-inline: 2px 0;\n}\n.file-picker__row--selected[data-v-48df4f27] {\n background-color: var(--color-background-dark);\n}\n.file-picker__row[data-v-48df4f27]:hover {\n background-color: var(--color-background-hover);\n}\n.file-picker__name-container[data-v-48df4f27] {\n display: flex;\n justify-content: start;\n align-items: center;\n height: 100%;\n}\n.file-picker__file-name[data-v-48df4f27] {\n padding-inline-start: 6px;\n min-width: 0;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.file-picker__file-extension[data-v-48df4f27] {\n color: var(--color-text-maxcontrast);\n min-width: fit-content;\n}\n.file-picker__header-preview[data-v-d3c94818] {\n width: 22px;\n height: 32px;\n flex: 0 0 auto;\n}\n.file-picker__files[data-v-d3c94818] {\n margin: 2px;\n margin-inline-start: 12px;\n overflow: scroll auto;\n}\n.file-picker__files table[data-v-d3c94818] {\n width: 100%;\n max-height: 100%;\n table-layout: fixed;\n}\n.file-picker__files th[data-v-d3c94818] {\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-d3c94818] {\n display: flex;\n}\n.file-picker__files th.row-checkbox[data-v-d3c94818] {\n width: 44px;\n}\n.file-picker__files th.row-name[data-v-d3c94818] {\n width: 230px;\n}\n.file-picker__files th.row-size[data-v-d3c94818] {\n width: 100px;\n}\n.file-picker__files th.row-modified[data-v-d3c94818] {\n width: 120px;\n}\n.file-picker__files th[data-v-d3c94818]:not(.row-size) .button-vue__wrapper {\n justify-content: start;\n flex-direction: row-reverse;\n}\n.file-picker__files th[data-v-d3c94818]:not(.row-size) .button-vue {\n padding-inline: 16px 4px;\n}\n.file-picker__files th.row-size[data-v-d3c94818] .button-vue__wrapper {\n justify-content: end;\n}\n.file-picker__files th[data-v-d3c94818] .button-vue__wrapper {\n color: var(--color-text-maxcontrast);\n}\n.file-picker__files th[data-v-d3c94818] .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-e96bec41] {\n display: flex;\n flex-direction: column;\n align-items: stretch;\n gap: .5rem;\n min-width: 200px;\n padding: 2px;\n overflow: auto;\n}\n.file-picker__side[data-v-e96bec41] .button-vue__wrapper {\n justify-content: start;\n}\n.file-picker__filter-input[data-v-e96bec41] {\n margin-block: 7px;\n max-width: 260px;\n}\n@media (max-width: 736px) {\n .file-picker__side[data-v-e96bec41] {\n flex-direction: row;\n min-width: unset;\n }\n}\n@media (max-width: 512px) {\n .file-picker__side[data-v-e96bec41] {\n flex-direction: row;\n min-width: unset;\n }\n .file-picker__filter-input[data-v-e96bec41] {\n max-width: unset;\n }\n}\n.file-picker__navigation {\n padding-inline: 8px 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-821451ce] {\n height: 50px;\n display: flex;\n justify-content: start;\n align-items: center;\n}\n.file-picker__view h3[data-v-821451ce] {\n font-weight: 700;\n height: fit-content;\n margin: 0;\n}\n.file-picker__main[data-v-821451ce] {\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-821451ce] {\n box-sizing: border-box;\n}\n[data-v-821451ce] .file-picker {\n height: min(80vh, 800px) !important;\n}\n@media (max-width: 512px) {\n [data-v-821451ce] .file-picker {\n height: calc(100% - 16px - var(--default-clickable-area)) !important;\n }\n}\n[data-v-821451ce] .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,yDAA8Q;EAC9Q,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,yDAAsT;AACxT;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,cAAc;AAChB;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,cAAc;AAChB;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,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,oBAAoB;EACpB,UAAU;EACV,gBAAgB;EAChB,YAAY;EACZ,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,uBAAuB;AACzB;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,mCAAmC;AACrC;AACA;EACE;IACE,oEAAoE;EACtE;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,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='16'%20width='16'%3e%3cpath%20d='M14%2012.3L12.3%2014%208%209.7%203.7%2014%202%2012.3%206.3%208%202%203.7%203.7%202%208%206.3%2012.3%202%2014%203.7%209.7%208z'/%3e%3c/svg%3e\");\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,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='16'%20width='16'%3e%3cpath%20d='M14%2012.3L12.3%2014%208%209.7%203.7%2014%202%2012.3%206.3%208%202%203.7%203.7%202%208%206.3%2012.3%202%2014%203.7%209.7%208z'%20style='fill-opacity:1;fill:%23ffffff'/%3e%3c/svg%3e\");\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.row-checkbox[data-v-6aded0d9] {\n padding: 0 2px;\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-48df4f27] {\n height: var(--row-height, 50px);\n}\ntr.file-picker__row td[data-v-48df4f27] {\n cursor: pointer;\n overflow: hidden;\n text-overflow: ellipsis;\n border-bottom: none;\n}\ntr.file-picker__row td.row-checkbox[data-v-48df4f27] {\n padding: 0 2px;\n}\ntr.file-picker__row td[data-v-48df4f27]:not(.row-checkbox) {\n padding-inline: 14px 0;\n}\ntr.file-picker__row td.row-size[data-v-48df4f27] {\n text-align: end;\n padding-inline: 0 14px;\n}\ntr.file-picker__row td.row-name[data-v-48df4f27] {\n padding-inline: 2px 0;\n}\n.file-picker__row--selected[data-v-48df4f27] {\n background-color: var(--color-background-dark);\n}\n.file-picker__row[data-v-48df4f27]:hover {\n background-color: var(--color-background-hover);\n}\n.file-picker__name-container[data-v-48df4f27] {\n display: flex;\n justify-content: start;\n align-items: center;\n height: 100%;\n}\n.file-picker__file-name[data-v-48df4f27] {\n padding-inline-start: 6px;\n min-width: 0;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.file-picker__file-extension[data-v-48df4f27] {\n color: var(--color-text-maxcontrast);\n min-width: fit-content;\n}\n.file-picker__header-preview[data-v-d3c94818] {\n width: 22px;\n height: 32px;\n flex: 0 0 auto;\n}\n.file-picker__files[data-v-d3c94818] {\n margin: 2px;\n margin-inline-start: 12px;\n overflow: scroll auto;\n}\n.file-picker__files table[data-v-d3c94818] {\n width: 100%;\n max-height: 100%;\n table-layout: fixed;\n}\n.file-picker__files th[data-v-d3c94818] {\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-d3c94818] {\n display: flex;\n}\n.file-picker__files th.row-checkbox[data-v-d3c94818] {\n width: 44px;\n}\n.file-picker__files th.row-name[data-v-d3c94818] {\n width: 230px;\n}\n.file-picker__files th.row-size[data-v-d3c94818] {\n width: 100px;\n}\n.file-picker__files th.row-modified[data-v-d3c94818] {\n width: 120px;\n}\n.file-picker__files th[data-v-d3c94818]:not(.row-size) .button-vue__wrapper {\n justify-content: start;\n flex-direction: row-reverse;\n}\n.file-picker__files th[data-v-d3c94818]:not(.row-size) .button-vue {\n padding-inline: 16px 4px;\n}\n.file-picker__files th.row-size[data-v-d3c94818] .button-vue__wrapper {\n justify-content: end;\n}\n.file-picker__files th[data-v-d3c94818] .button-vue__wrapper {\n color: var(--color-text-maxcontrast);\n}\n.file-picker__files th[data-v-d3c94818] .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-e96bec41] {\n display: flex;\n flex-direction: column;\n align-items: stretch;\n gap: .5rem;\n min-width: 200px;\n padding: 2px;\n overflow: auto;\n}\n.file-picker__side[data-v-e96bec41] .button-vue__wrapper {\n justify-content: start;\n}\n.file-picker__filter-input[data-v-e96bec41] {\n margin-block: 7px;\n max-width: 260px;\n}\n@media (max-width: 736px) {\n .file-picker__side[data-v-e96bec41] {\n flex-direction: row;\n min-width: unset;\n }\n}\n@media (max-width: 512px) {\n .file-picker__side[data-v-e96bec41] {\n flex-direction: row;\n min-width: unset;\n }\n .file-picker__filter-input[data-v-e96bec41] {\n max-width: unset;\n }\n}\n.file-picker__navigation {\n padding-inline: 8px 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-821451ce] {\n height: 50px;\n display: flex;\n justify-content: start;\n align-items: center;\n}\n.file-picker__view h3[data-v-821451ce] {\n font-weight: 700;\n height: fit-content;\n margin: 0;\n}\n.file-picker__main[data-v-821451ce] {\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-821451ce] {\n box-sizing: border-box;\n}\n[data-v-821451ce] .file-picker {\n height: min(80vh, 800px) !important;\n}\n@media (max-width: 512px) {\n [data-v-821451ce] .file-picker {\n height: calc(100% - 16px - var(--default-clickable-area)) !important;\n }\n}\n[data-v-821451ce] .file-picker__content {\n display: flex;\n flex-direction: column;\n overflow: hidden;\n}\n"],sourceRoot:""}]);const h=u},92246:(e,t,n)=>{"use strict";n.d(t,{Z:()=>s});var i=n(87537),r=n.n(i),o=n(23645),a=n.n(o)()(r());a.push([e.id,".template-picker__item[data-v-0859a92c]{display:flex}.template-picker__label[data-v-0859a92c]{display:flex;align-items:center;flex:1 1;flex-direction:column}.template-picker__label[data-v-0859a92c],.template-picker__label *[data-v-0859a92c]{cursor:pointer;user-select:none}.template-picker__label[data-v-0859a92c]::before{display:none !important}.template-picker__preview[data-v-0859a92c]{display:block;overflow:hidden;flex:1 1;width:var(--width);min-height:var(--height);max-height:var(--height);padding:0;border:var(--border) solid var(--color-border);border-radius:var(--border-radius-large)}input:checked+label>.template-picker__preview[data-v-0859a92c]{border-color:var(--color-primary-element)}.template-picker__preview--failed[data-v-0859a92c]{display:flex}.template-picker__image[data-v-0859a92c]{max-width:100%;background-color:var(--color-main-background);object-fit:cover}.template-picker__preview--failed .template-picker__image[data-v-0859a92c]{width:calc(var(--margin)*8);margin:auto;background-color:rgba(0,0,0,0) !important;object-fit:initial}.template-picker__title[data-v-0859a92c]{overflow:hidden;max-width:calc(var(--width) + 4px);padding:var(--margin);white-space:nowrap;text-overflow:ellipsis}","",{version:3,sources:["webpack://./apps/files/src/components/TemplatePreview.vue"],names:[],mappings:"AAGC,wCACC,YAAA,CAGD,yCACC,YAAA,CAEA,kBAAA,CACA,QAAA,CACA,qBAAA,CAEA,oFACC,cAAA,CACA,gBAAA,CAGD,iDACC,uBAAA,CAIF,2CACC,aAAA,CACA,eAAA,CAEA,QAAA,CACA,kBAAA,CACA,wBAAA,CACA,wBAAA,CACA,SAAA,CACA,8CAAA,CACA,wCAAA,CAEA,+DACC,yCAAA,CAGD,mDAEC,YAAA,CAIF,yCACC,cAAA,CACA,6CAAA,CAEA,gBAAA,CAID,2EACC,2BAAA,CAEA,WAAA,CACA,yCAAA,CAEA,kBAAA,CAGD,yCACC,eAAA,CAEA,kCAAA,CACA,qBAAA,CACA,kBAAA,CACA,sBAAA",sourcesContent:["\n\n.template-picker {\n\t&__item {\n\t\tdisplay: flex;\n\t}\n\n\t&__label {\n\t\tdisplay: flex;\n\t\t// Align in the middle of the grid\n\t\talign-items: center;\n\t\tflex: 1 1;\n\t\tflex-direction: column;\n\n\t\t&, * {\n\t\t\tcursor: pointer;\n\t\t\tuser-select: none;\n\t\t}\n\n\t\t&::before {\n\t\t\tdisplay: none !important;\n\t\t}\n\t}\n\n\t&__preview {\n\t\tdisplay: block;\n\t\toverflow: hidden;\n\t\t// Stretch so all entries are the same width\n\t\tflex: 1 1;\n\t\twidth: var(--width);\n\t\tmin-height: var(--height);\n\t\tmax-height: var(--height);\n\t\tpadding: 0;\n\t\tborder: var(--border) solid var(--color-border);\n\t\tborder-radius: var(--border-radius-large);\n\n\t\tinput:checked + label > & {\n\t\t\tborder-color: var(--color-primary-element);\n\t\t}\n\n\t\t&--failed {\n\t\t\t// Make sure to properly center fallback icon\n\t\t\tdisplay: flex;\n\t\t}\n\t}\n\n\t&__image {\n\t\tmax-width: 100%;\n\t\tbackground-color: var(--color-main-background);\n\n\t\tobject-fit: cover;\n\t}\n\n\t// Failed preview, fallback to mime icon\n\t&__preview--failed &__image {\n\t\twidth: calc(var(--margin) * 8);\n\t\t// Center mime icon\n\t\tmargin: auto;\n\t\tbackground-color: transparent !important;\n\n\t\tobject-fit: initial;\n\t}\n\n\t&__title {\n\t\toverflow: hidden;\n\t\t// also count preview border\n\t\tmax-width: calc(var(--width) + 2*2px);\n\t\tpadding: var(--margin);\n\t\twhite-space: nowrap;\n\t\ttext-overflow: ellipsis;\n\t}\n}\n\n"],sourceRoot:""}]);const s=a},24142:(e,t,n)=>{"use strict";n.d(t,{Z:()=>s});var i=n(87537),r=n.n(i),o=n(23645),a=n.n(o)()(r());a.push([e.id,".templates-picker__form[data-v-48121b39]{padding:calc(var(--margin)*2);padding-bottom:0}.templates-picker__form h2[data-v-48121b39]{text-align:center;font-weight:bold;margin:var(--margin) 0 calc(var(--margin)*2)}.templates-picker__list[data-v-48121b39]{display:grid;grid-gap:calc(var(--margin)*2);grid-auto-columns:1fr;max-width:calc(var(--fullwidth)*6);grid-template-columns:repeat(auto-fit, var(--fullwidth));grid-auto-rows:1fr;justify-content:center}.templates-picker__buttons[data-v-48121b39]{display:flex;justify-content:end;padding:calc(var(--margin)*2) var(--margin);position:sticky;bottom:0;background-image:linear-gradient(0, var(--gradient-main-background))}.templates-picker__buttons button[data-v-48121b39],.templates-picker__buttons input[type=submit][data-v-48121b39]{height:44px}.templates-picker[data-v-48121b39] .modal-container{position:relative}.templates-picker__loading[data-v-48121b39]{position:absolute;top:0;left:0;justify-content:center;width:100%;height:100%;margin:0;background-color:var(--color-main-background-translucent)}","",{version:3,sources:["webpack://./apps/files/src/views/TemplatePicker.vue"],names:[],mappings:"AAEC,yCACC,6BAAA,CAEA,gBAAA,CAEA,4CACC,iBAAA,CACA,gBAAA,CACA,4CAAA,CAIF,yCACC,YAAA,CACA,8BAAA,CACA,qBAAA,CAEA,kCAAA,CACA,wDAAA,CAEA,kBAAA,CAEA,sBAAA,CAGD,4CACC,YAAA,CACA,mBAAA,CACA,2CAAA,CACA,eAAA,CACA,QAAA,CACA,oEAAA,CAEA,kHACC,WAAA,CAKF,oDACC,iBAAA,CAGD,4CACC,iBAAA,CACA,KAAA,CACA,MAAA,CACA,sBAAA,CACA,UAAA,CACA,WAAA,CACA,QAAA,CACA,yDAAA",sourcesContent:["\n.templates-picker {\n\t&__form {\n\t\tpadding: calc(var(--margin) * 2);\n\t\t// Will be handled by the buttons\n\t\tpadding-bottom: 0;\n\n\t\th2 {\n\t\t\ttext-align: center;\n\t\t\tfont-weight: bold;\n\t\t\tmargin: var(--margin) 0 calc(var(--margin) * 2);\n\t\t}\n\t}\n\n\t&__list {\n\t\tdisplay: grid;\n\t\tgrid-gap: calc(var(--margin) * 2);\n\t\tgrid-auto-columns: 1fr;\n\t\t// We want maximum 5 columns. Putting 6 as we don't count the grid gap. So it will always be lower than 6\n\t\tmax-width: calc(var(--fullwidth) * 6);\n\t\tgrid-template-columns: repeat(auto-fit, var(--fullwidth));\n\t\t// Make sure all rows are the same height\n\t\tgrid-auto-rows: 1fr;\n\t\t// Center the columns set\n\t\tjustify-content: center;\n\t}\n\n\t&__buttons {\n\t\tdisplay: flex;\n\t\tjustify-content: end;\n\t\tpadding: calc(var(--margin) * 2) var(--margin);\n\t\tposition: sticky;\n\t\tbottom: 0;\n\t\tbackground-image: linear-gradient(0, var(--gradient-main-background));\n\n\t\tbutton, input[type='submit'] {\n\t\t\theight: 44px;\n\t\t}\n\t}\n\n\t// Make sure we're relative for the loading emptycontent on top\n\t::v-deep .modal-container {\n\t\tposition: relative;\n\t}\n\n\t&__loading {\n\t\tposition: absolute;\n\t\ttop: 0;\n\t\tleft: 0;\n\t\tjustify-content: center;\n\t\twidth: 100%;\n\t\theight: 100%;\n\t\tmargin: 0;\n\t\tbackground-color: var(--color-main-background-translucent);\n\t}\n}\n\n"],sourceRoot:""}]);const s=a},79267:(e,t,n)=>{var i=n(8501),r=n(8575),o=e.exports;for(var a in i)i.hasOwnProperty(a)&&(o[a]=i[a]);function s(e){if("string"==typeof e&&(e=r.parse(e)),e.protocol||(e.protocol="https:"),"https:"!==e.protocol)throw new Error('Protocol "'+e.protocol+'" not supported. Expected "https:"');return e}o.request=function(e,t){return e=s(e),i.request.call(this,e,t)},o.get=function(e,t){return e=s(e),i.get.call(this,e,t)}},88473:(e,t,n)=>{(t=e.exports=n(79481)).Stream=t,t.Readable=t,t.Writable=n(64229),t.Duplex=n(56753),t.Transform=n(74605),t.PassThrough=n(82725),t.finished=n(8610),t.pipeline=n(59946)},8501:(e,t,n)=>{var i=n(11989),r=n(55676),o=n(47529),a=n(50584),s=n(8575),l=t;l.request=function(e,t){e="string"==typeof e?s.parse(e):o(e);var r=-1===n.g.location.protocol.search(/^https?:$/)?"http:":"",a=e.protocol||r,l=e.hostname||e.host,d=e.port,c=e.path||"/";l&&-1!==l.indexOf(":")&&(l="["+l+"]"),e.url=(l?a+"//"+l:"")+(d?":"+d:"")+c,e.method=(e.method||"GET").toUpperCase(),e.headers=e.headers||{};var u=new i(e);return t&&u.on("response",t),u},l.get=function(e,t){var n=l.request(e,t);return n.end(),n},l.ClientRequest=i,l.IncomingMessage=r.IncomingMessage,l.Agent=function(){},l.Agent.defaultMaxSockets=4,l.globalAgent=new l.Agent,l.STATUS_CODES=a,l.METHODS=["CHECKOUT","CONNECT","COPY","DELETE","GET","HEAD","LOCK","M-SEARCH","MERGE","MKACTIVITY","MKCOL","MOVE","NOTIFY","OPTIONS","PATCH","POST","PROPFIND","PROPPATCH","PURGE","PUT","REPORT","SEARCH","SUBSCRIBE","TRACE","UNLOCK","UNSUBSCRIBE"]},8725:(e,t,n)=>{var i;function r(){if(void 0!==i)return i;if(n.g.XMLHttpRequest){i=new n.g.XMLHttpRequest;try{i.open("GET",n.g.XDomainRequest?"/":"https://example.com")}catch(e){i=null}}else i=null;return i}function o(e){var t=r();if(!t)return!1;try{return t.responseType=e,t.responseType===e}catch(e){}return!1}function a(e){return"function"==typeof e}t.fetch=a(n.g.fetch)&&a(n.g.ReadableStream),t.writableStream=a(n.g.WritableStream),t.abortController=a(n.g.AbortController),t.arraybuffer=t.fetch||o("arraybuffer"),t.msstream=!t.fetch&&o("ms-stream"),t.mozchunkedarraybuffer=!t.fetch&&o("moz-chunked-arraybuffer"),t.overrideMimeType=t.fetch||!!r()&&a(r().overrideMimeType),i=null},11989:(e,t,n)=>{var i=n(48764).Buffer,r=n(34155),o=n(8725),a=n(35717),s=n(55676),l=n(88473),d=s.IncomingMessage,c=s.readyStates,u=e.exports=function(e){var t,n=this;l.Writable.call(n),n._opts=e,n._body=[],n._headers={},e.auth&&n.setHeader("Authorization","Basic "+i.from(e.auth).toString("base64")),Object.keys(e.headers).forEach((function(t){n.setHeader(t,e.headers[t])}));var r=!0;if("disable-fetch"===e.mode||"requestTimeout"in e&&!o.abortController)r=!1,t=!0;else if("prefer-streaming"===e.mode)t=!1;else if("allow-wrong-content-type"===e.mode)t=!o.overrideMimeType;else{if(e.mode&&"default"!==e.mode&&"prefer-fast"!==e.mode)throw new Error("Invalid value for opts.mode");t=!0}n._mode=function(e,t){return o.fetch&&t?"fetch":o.mozchunkedarraybuffer?"moz-chunked-arraybuffer":o.msstream?"ms-stream":o.arraybuffer&&e?"arraybuffer":"text"}(t,r),n._fetchTimer=null,n._socketTimeout=null,n._socketTimer=null,n.on("finish",(function(){n._onFinish()}))};a(u,l.Writable),u.prototype.setHeader=function(e,t){var n=e.toLowerCase();-1===p.indexOf(n)&&(this._headers[n]={name:e,value:t})},u.prototype.getHeader=function(e){var t=this._headers[e.toLowerCase()];return t?t.value:null},u.prototype.removeHeader=function(e){delete this._headers[e.toLowerCase()]},u.prototype._onFinish=function(){var e=this;if(!e._destroyed){var t=e._opts;"timeout"in t&&0!==t.timeout&&e.setTimeout(t.timeout);var i=e._headers,a=null;"GET"!==t.method&&"HEAD"!==t.method&&(a=new Blob(e._body,{type:(i["content-type"]||{}).value||""}));var s=[];if(Object.keys(i).forEach((function(e){var t=i[e].name,n=i[e].value;Array.isArray(n)?n.forEach((function(e){s.push([t,e])})):s.push([t,n])})),"fetch"===e._mode){var l=null;if(o.abortController){var d=new AbortController;l=d.signal,e._fetchAbortController=d,"requestTimeout"in t&&0!==t.requestTimeout&&(e._fetchTimer=n.g.setTimeout((function(){e.emit("requestTimeout"),e._fetchAbortController&&e._fetchAbortController.abort()}),t.requestTimeout))}n.g.fetch(e._opts.url,{method:e._opts.method,headers:s,body:a||void 0,mode:"cors",credentials:t.withCredentials?"include":"same-origin",signal:l}).then((function(t){e._fetchResponse=t,e._resetTimers(!1),e._connect()}),(function(t){e._resetTimers(!0),e._destroyed||e.emit("error",t)}))}else{var u=e._xhr=new n.g.XMLHttpRequest;try{u.open(e._opts.method,e._opts.url,!0)}catch(t){return void r.nextTick((function(){e.emit("error",t)}))}"responseType"in u&&(u.responseType=e._mode),"withCredentials"in u&&(u.withCredentials=!!t.withCredentials),"text"===e._mode&&"overrideMimeType"in u&&u.overrideMimeType("text/plain; charset=x-user-defined"),"requestTimeout"in t&&(u.timeout=t.requestTimeout,u.ontimeout=function(){e.emit("requestTimeout")}),s.forEach((function(e){u.setRequestHeader(e[0],e[1])})),e._response=null,u.onreadystatechange=function(){switch(u.readyState){case c.LOADING:case c.DONE:e._onXHRProgress()}},"moz-chunked-arraybuffer"===e._mode&&(u.onprogress=function(){e._onXHRProgress()}),u.onerror=function(){e._destroyed||(e._resetTimers(!0),e.emit("error",new Error("XHR error")))};try{u.send(a)}catch(t){return void r.nextTick((function(){e.emit("error",t)}))}}}},u.prototype._onXHRProgress=function(){var e=this;e._resetTimers(!1),function(e){try{var t=e.status;return null!==t&&0!==t}catch(e){return!1}}(e._xhr)&&!e._destroyed&&(e._response||e._connect(),e._response._onXHRProgress(e._resetTimers.bind(e)))},u.prototype._connect=function(){var e=this;e._destroyed||(e._response=new d(e._xhr,e._fetchResponse,e._mode,e._resetTimers.bind(e)),e._response.on("error",(function(t){e.emit("error",t)})),e.emit("response",e._response))},u.prototype._write=function(e,t,n){this._body.push(e),n()},u.prototype._resetTimers=function(e){var t=this;n.g.clearTimeout(t._socketTimer),t._socketTimer=null,e?(n.g.clearTimeout(t._fetchTimer),t._fetchTimer=null):t._socketTimeout&&(t._socketTimer=n.g.setTimeout((function(){t.emit("timeout")}),t._socketTimeout))},u.prototype.abort=u.prototype.destroy=function(e){var t=this;t._destroyed=!0,t._resetTimers(!0),t._response&&(t._response._destroyed=!0),t._xhr?t._xhr.abort():t._fetchAbortController&&t._fetchAbortController.abort(),e&&t.emit("error",e)},u.prototype.end=function(e,t,n){"function"==typeof e&&(n=e,e=void 0),l.Writable.prototype.end.call(this,e,t,n)},u.prototype.setTimeout=function(e,t){var n=this;t&&n.once("timeout",t),n._socketTimeout=e,n._resetTimers(!1)},u.prototype.flushHeaders=function(){},u.prototype.setNoDelay=function(){},u.prototype.setSocketKeepAlive=function(){};var p=["accept-charset","accept-encoding","access-control-request-headers","access-control-request-method","connection","content-length","cookie","cookie2","date","dnt","expect","host","keep-alive","origin","referer","te","trailer","transfer-encoding","upgrade","via"]},55676:(e,t,n)=>{var i=n(34155),r=n(48764).Buffer,o=n(8725),a=n(35717),s=n(88473),l=t.readyStates={UNSENT:0,OPENED:1,HEADERS_RECEIVED:2,LOADING:3,DONE:4},d=t.IncomingMessage=function(e,t,n,a){var l=this;if(s.Readable.call(l),l._mode=n,l.headers={},l.rawHeaders=[],l.trailers={},l.rawTrailers=[],l.on("end",(function(){i.nextTick((function(){l.emit("close")}))})),"fetch"===n){if(l._fetchResponse=t,l.url=t.url,l.statusCode=t.status,l.statusMessage=t.statusText,t.headers.forEach((function(e,t){l.headers[t.toLowerCase()]=e,l.rawHeaders.push(t,e)})),o.writableStream){var d=new WritableStream({write:function(e){return a(!1),new Promise((function(t,n){l._destroyed?n():l.push(r.from(e))?t():l._resumeFetch=t}))},close:function(){a(!0),l._destroyed||l.push(null)},abort:function(e){a(!0),l._destroyed||l.emit("error",e)}});try{return void t.body.pipeTo(d).catch((function(e){a(!0),l._destroyed||l.emit("error",e)}))}catch(e){}}var c=t.body.getReader();!function e(){c.read().then((function(t){l._destroyed||(a(t.done),t.done?l.push(null):(l.push(r.from(t.value)),e()))})).catch((function(e){a(!0),l._destroyed||l.emit("error",e)}))}()}else if(l._xhr=e,l._pos=0,l.url=e.responseURL,l.statusCode=e.status,l.statusMessage=e.statusText,e.getAllResponseHeaders().split(/\r?\n/).forEach((function(e){var t=e.match(/^([^:]+):\s*(.*)/);if(t){var n=t[1].toLowerCase();"set-cookie"===n?(void 0===l.headers[n]&&(l.headers[n]=[]),l.headers[n].push(t[2])):void 0!==l.headers[n]?l.headers[n]+=", "+t[2]:l.headers[n]=t[2],l.rawHeaders.push(t[1],t[2])}})),l._charset="x-user-defined",!o.overrideMimeType){var u=l.rawHeaders["mime-type"];if(u){var p=u.match(/;\s*charset=([^;])(;|$)/);p&&(l._charset=p[1].toLowerCase())}l._charset||(l._charset="utf-8")}};a(d,s.Readable),d.prototype._read=function(){var e=this._resumeFetch;e&&(this._resumeFetch=null,e())},d.prototype._onXHRProgress=function(e){var t=this,i=t._xhr,o=null;switch(t._mode){case"text":if((o=i.responseText).length>t._pos){var a=o.substr(t._pos);if("x-user-defined"===t._charset){for(var s=r.alloc(a.length),d=0;dt._pos&&(t.push(r.from(new Uint8Array(c.result.slice(t._pos)))),t._pos=c.result.byteLength)},c.onload=function(){e(!0),t.push(null)},c.readAsArrayBuffer(o)}t._xhr.readyState===l.DONE&&"ms-stream"!==t._mode&&(e(!0),t.push(null))}},47529:e=>{e.exports=function(){for(var e={},n=0;n{"use strict";e.exports="data:image/svg+xml,%3csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20height=%2716%27%20width=%2716%27%3e%3cpath%20d=%27M14%2012.3L12.3%2014%208%209.7%203.7%2014%202%2012.3%206.3%208%202%203.7%203.7%202%208%206.3%2012.3%202%2014%203.7%209.7%208z%27%20style=%27fill-opacity:1;fill:%23ffffff%27/%3e%3c/svg%3e"},79839:e=>{"use strict";e.exports="data:image/svg+xml,%3csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20height=%2716%27%20width=%2716%27%3e%3cpath%20d=%27M14%2012.3L12.3%2014%208%209.7%203.7%2014%202%2012.3%206.3%208%202%203.7%203.7%202%208%206.3%2012.3%202%2014%203.7%209.7%208z%27/%3e%3c/svg%3e"},24654:()=>{},52361:()=>{},94616:()=>{},5656:(e,t,n)=>{"use strict";n.d(t,{$B:()=>R,DT:()=>m,G7:()=>st,RL:()=>F,SR:()=>D,Ti:()=>U,Tv:()=>N,_o:()=>j,cd:()=>dt,e4:()=>P,gt:()=>L,h7:()=>k,m0:()=>E,oE:()=>ct,p$:()=>w,p4:()=>v,pC:()=>M,qq:()=>x,rp:()=>$,sS:()=>g,tB:()=>B,w4:()=>_,y3:()=>y,zu:()=>T});var i=n(77958),r=n(17499),o=n(31352),a=n(62520),s=n(65358),l=n(79753),d=n(14596);const c=null===(u=(0,i.ts)())?(0,r.IY)().setApp("files").build():(0,r.IY)().setApp("files").setUid(u.uid).build();var u;class p{_entries=[];registerEntry(e){this.validateEntry(e),this._entries.push(e)}unregisterEntry(e){const t="string"==typeof e?this.getEntryIndex(e):this.getEntryIndex(e.id);-1!==t?this._entries.splice(t,1):c.warn("Entry not found, nothing removed",{entry:e,entries:this.getEntries()})}getEntries(e){return e?this._entries.filter((t=>"function"!=typeof t.enabled||t.enabled(e))):this._entries}getEntryIndex(e){return this._entries.findIndex((t=>t.id===e))}validateEntry(e){if(!e.id||!e.displayName||!e.iconSvgInline&&!e.iconClass||!e.handler)throw new Error("Invalid entry");if("string"!=typeof e.id||"string"!=typeof e.displayName)throw new Error("Invalid id or displayName property");if(e.iconClass&&"string"!=typeof e.iconClass||e.iconSvgInline&&"string"!=typeof e.iconSvgInline)throw new Error("Invalid icon provided");if(void 0!==e.enabled&&"function"!=typeof e.enabled)throw new Error("Invalid enabled property");if("function"!=typeof e.handler)throw new Error("Invalid handler property");if("order"in e&&"number"!=typeof e.order)throw new Error("Invalid order property");if(-1!==this.getEntryIndex(e.id))throw new Error("Duplicate entry")}}const f=function(){return typeof window._nc_newfilemenu>"u"&&(window._nc_newfilemenu=new p,c.debug("NewFileMenu initialized")),window._nc_newfilemenu},h=["B","KB","MB","GB","TB","PB"],A=["B","KiB","MiB","GiB","TiB","PiB"];function g(e,t=!1,n=!1,i=!1){n=n&&!i,"string"==typeof e&&(e=Number(e));let r=e>0?Math.floor(Math.log(e)/Math.log(i?1e3:1024)):0;r=Math.min((n?A.length:h.length)-1,r);const a=n?A[r]:h[r];let s=(e/Math.pow(i?1e3:1024,r)).toFixed(1);return!0===t&&0===r?("0.0"!==s?"< 1 ":"0 ")+(n?A[1]:h[1]):(s=r<2?parseFloat(s).toFixed(0):parseFloat(s).toLocaleString((0,o.aj)()),s+" "+a)}var m=(e=>(e.DEFAULT="default",e.HIDDEN="hidden",e))(m||{});class w{_action;constructor(e){this.validateAction(e),this._action=e}get id(){return this._action.id}get displayName(){return this._action.displayName}get title(){return this._action.title}get iconSvgInline(){return this._action.iconSvgInline}get enabled(){return this._action.enabled}get exec(){return this._action.exec}get execBatch(){return this._action.execBatch}get order(){return this._action.order}get parent(){return this._action.parent}get default(){return this._action.default}get inline(){return this._action.inline}get renderInline(){return this._action.renderInline}validateAction(e){if(!e.id||"string"!=typeof e.id)throw new Error("Invalid id");if(!e.displayName||"function"!=typeof e.displayName)throw new Error("Invalid displayName function");if("title"in e&&"function"!=typeof e.title)throw new Error("Invalid title function");if(!e.iconSvgInline||"function"!=typeof e.iconSvgInline)throw new Error("Invalid iconSvgInline function");if(!e.exec||"function"!=typeof e.exec)throw new Error("Invalid exec function");if("enabled"in e&&"function"!=typeof e.enabled)throw new Error("Invalid enabled function");if("execBatch"in e&&"function"!=typeof e.execBatch)throw new Error("Invalid execBatch function");if("order"in e&&"number"!=typeof e.order)throw new Error("Invalid order");if("parent"in e&&"string"!=typeof e.parent)throw new Error("Invalid parent");if(e.default&&!Object.values(m).includes(e.default))throw new Error("Invalid default");if("inline"in e&&"function"!=typeof e.inline)throw new Error("Invalid inline function");if("renderInline"in e&&"function"!=typeof e.renderInline)throw new Error("Invalid renderInline function")}}const v=function(e){typeof window._nc_fileactions>"u"&&(window._nc_fileactions=[],c.debug("FileActions initialized")),window._nc_fileactions.find((t=>t.id===e.id))?c.error(`FileAction ${e.id} already registered`,{action:e}):window._nc_fileactions.push(e)};var y=(e=>(e[e.NONE=0]="NONE",e[e.CREATE=4]="CREATE",e[e.READ=1]="READ",e[e.UPDATE=2]="UPDATE",e[e.DELETE=8]="DELETE",e[e.SHARE=16]="SHARE",e[e.ALL=31]="ALL",e))(y||{});const b=["d:getcontentlength","d:getcontenttype","d:getetag","d:getlastmodified","d:quota-available-bytes","d:resourcetype","nc:has-preview","nc:is-encrypted","nc:mount-type","nc:share-attributes","oc:comments-unread","oc:favorite","oc:fileid","oc:owner-display-name","oc:owner-id","oc:permissions","oc:share-types","oc:size","ocs:share-permissions"],C={d:"DAV:",nc:"http://nextcloud.org/ns",oc:"http://owncloud.org/ns",ocs:"http://open-collaboration-services.org/ns"},x=function(e,t={nc:"http://nextcloud.org/ns"}){typeof window._nc_dav_properties>"u"&&(window._nc_dav_properties=[...b],window._nc_dav_namespaces={...C});const n={...window._nc_dav_namespaces,...t};return window._nc_dav_properties.find((t=>t===e))?(c.error(`${e} already registered`,{prop:e}),!1):e.startsWith("<")||2!==e.split(":").length?(c.error(`${e} is not valid. See example: 'oc:fileid'`,{prop:e}),!1):n[e.split(":")[0]]?(window._nc_dav_properties.push(e),window._nc_dav_namespaces=n,!0):(c.error(`${e} namespace unknown`,{prop:e,namespaces:n}),!1)},E=function(){return typeof window._nc_dav_properties>"u"&&(window._nc_dav_properties=[...b]),window._nc_dav_properties.map((e=>`<${e} />`)).join(" ")},_=function(){return typeof window._nc_dav_namespaces>"u"&&(window._nc_dav_namespaces={...C}),Object.keys(window._nc_dav_namespaces).map((e=>`xmlns:${e}="${window._nc_dav_namespaces?.[e]}"`)).join(" ")},k=function(){return`\n\t\t\n\t\t\t\n\t\t\t\t${E()}\n\t\t\t\n\t\t`},B=function(e){return`\n\n\t\n\t\t\n\t\t\t\n\t\t\t\t${E()}\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t/files/${(0,i.ts)()?.uid}/\n\t\t\t\tinfinity\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\thttpd/unix-directory\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t0\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t${e}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t100\n\t\t\t0\n\t\t\n\t\n`},T=function(e=""){let t=y.NONE;return e&&((e.includes("C")||e.includes("K"))&&(t|=y.CREATE),e.includes("G")&&(t|=y.READ),(e.includes("W")||e.includes("N")||e.includes("V"))&&(t|=y.UPDATE),e.includes("D")&&(t|=y.DELETE),e.includes("R")&&(t|=y.SHARE)),t};var N=(e=>(e.Folder="folder",e.File="file",e))(N||{});const O=function(e,t){return null!==e.match(t)},I=(e,t)=>{if(e.id&&"number"!=typeof e.id)throw new Error("Invalid id type of value");if(!e.source)throw new Error("Missing mandatory source");try{new URL(e.source)}catch{throw new Error("Invalid source format, source must be a valid URL")}if(!e.source.startsWith("http"))throw new Error("Invalid source format, only http(s) is supported");if(e.mtime&&!(e.mtime instanceof Date))throw new Error("Invalid mtime type");if(e.crtime&&!(e.crtime instanceof Date))throw new Error("Invalid crtime type");if(!e.mime||"string"!=typeof e.mime||!e.mime.match(/^[-\w.]+\/[-+\w.]+$/gi))throw new Error("Missing or invalid mandatory mime");if("size"in e&&"number"!=typeof e.size&&void 0!==e.size)throw new Error("Invalid size type");if("permissions"in e&&void 0!==e.permissions&&!("number"==typeof e.permissions&&e.permissions>=y.NONE&&e.permissions<=y.ALL))throw new Error("Invalid permissions");if(e.owner&&null!==e.owner&&"string"!=typeof e.owner)throw new Error("Invalid owner type");if(e.attributes&&"object"!=typeof e.attributes)throw new Error("Invalid attributes type");if(e.root&&"string"!=typeof e.root)throw new Error("Invalid root type");if(e.root&&!e.root.startsWith("/"))throw new Error("Root must start with a leading slash");if(e.root&&!e.source.includes(e.root))throw new Error("Root must be part of the source");if(e.root&&O(e.source,t)){const n=e.source.match(t)[0];if(!e.source.includes((0,a.join)(n,e.root)))throw new Error("The root must be relative to the service. e.g /files/emma")}if(e.status&&!Object.values(P).includes(e.status))throw new Error("Status must be a valid NodeStatus")};var P=(e=>(e.NEW="new",e.FAILED="failed",e.LOADING="loading",e.LOCKED="locked",e))(P||{});class S{_data;_attributes;_knownDavService=/(remote|public)\.php\/(web)?dav/i;constructor(e,t){I(e,t||this._knownDavService),this._data=e;const n={set:(e,t,n)=>(this.updateMtime(),Reflect.set(e,t,n)),deleteProperty:(e,t)=>(this.updateMtime(),Reflect.deleteProperty(e,t))};this._attributes=new Proxy(e.attributes||{},n),delete this._data.attributes,t&&(this._knownDavService=t)}get source(){return this._data.source.replace(/\/$/i,"")}get encodedSource(){const{origin:e}=new URL(this.source);return e+(0,s.Ec)(this.source.slice(e.length))}get basename(){return(0,a.basename)(this.source)}get extension(){return(0,a.extname)(this.source)}get dirname(){if(this.root){let e=this.source;this.isDavRessource&&(e=e.split(this._knownDavService).pop());const t=e.indexOf(this.root),n=this.root.replace(/\/$/,"");return(0,a.dirname)(e.slice(t+n.length)||"/")}const e=new URL(this.source);return(0,a.dirname)(e.pathname)}get mime(){return this._data.mime}get mtime(){return this._data.mtime}get crtime(){return this._data.crtime}get size(){return this._data.size}get attributes(){return this._attributes}get permissions(){return null!==this.owner||this.isDavRessource?void 0!==this._data.permissions?this._data.permissions:y.NONE:y.READ}get owner(){return this.isDavRessource?this._data.owner:null}get isDavRessource(){return O(this.source,this._knownDavService)}get root(){return this._data.root?this._data.root.replace(/^(.+)\/$/,"$1"):this.isDavRessource&&(0,a.dirname)(this.source).split(this._knownDavService).pop()||null}get path(){if(this.root){let e=this.source;this.isDavRessource&&(e=e.split(this._knownDavService).pop());const t=e.indexOf(this.root),n=this.root.replace(/\/$/,"");return e.slice(t+n.length)||"/"}return(this.dirname+"/"+this.basename).replace(/\/\//g,"/")}get fileid(){return this._data?.id||this.attributes?.fileid}get status(){return this._data?.status}set status(e){this._data.status=e}move(e){I({...this._data,source:e},this._knownDavService),this._data.source=e,this.updateMtime()}rename(e){if(e.includes("/"))throw new Error("Invalid basename");this.move((0,a.dirname)(this.source)+"/"+e)}updateMtime(){this._data.mtime&&(this._data.mtime=new Date)}}class R extends S{get type(){return N.File}}class L extends S{constructor(e){super({...e,mime:"httpd/unix-directory"})}get type(){return N.Folder}get extension(){return null}get mime(){return"httpd/unix-directory"}}const j=`/files/${(0,i.ts)()?.uid}`,D=(0,l.generateRemoteUrl)("dav"),$=function(e=D,t={}){const n=(0,d.eI)(e,{headers:t});function r(e){n.setHeaders({...t,"X-Requested-With":"XMLHttpRequest",requesttoken:e??""})}return(0,i._S)(r),r((0,i.IH)()),(0,d.lD)().patch("fetch",((e,t)=>{const n=t.headers;return n?.method&&(t.method=n.method,delete n.method),fetch(e,t)})),n},M=async(e,t="/",n=j)=>(await e.getDirectoryContents(`${n}${t}`,{details:!0,data:`\n\t\t\n\t\t\t\n\t\t\t\t${E()}\n\t\t\t\n\t\t\t\n\t\t\t\t1\n\t\t\t\n\t\t`,headers:{method:"REPORT"},includeSelf:!0})).data.filter((e=>e.filename!==t)).map((e=>F(e,n))),F=function(e,t=j,n=D){const r=e.props,o=T(r?.permissions),a=r?.["owner-id"]||(0,i.ts)()?.uid,s={id:r?.fileid||0,source:`${n}${e.filename}`,mtime:new Date(Date.parse(e.lastmod)),mime:e.mime,size:r?.size||Number.parseInt(r.getcontentlength||"0"),permissions:o,owner:a,root:t,attributes:{...e,...r,hasPreview:r?.["has-preview"]}};return delete s.attributes?.props,"file"===e.type?new R(s):new L(s)};class V{_views=[];_currentView=null;register(e){if(this._views.find((t=>t.id===e.id)))throw new Error(`View id ${e.id} is already registered`);this._views.push(e)}remove(e){const t=this._views.findIndex((t=>t.id===e));-1!==t&&this._views.splice(t,1)}get views(){return this._views}setActive(e){this._currentView=e}get active(){return this._currentView}}const U=function(){return typeof window._nc_navigation>"u"&&(window._nc_navigation=new V,c.debug("Navigation service initialized")),window._nc_navigation};class H{_column;constructor(e){q(e),this._column=e}get id(){return this._column.id}get title(){return this._column.title}get render(){return this._column.render}get sort(){return this._column.sort}get summary(){return this._column.summary}}const q=function(e){if(!e.id||"string"!=typeof e.id)throw new Error("A column id is required");if(!e.title||"string"!=typeof e.title)throw new Error("A column title is required");if(!e.render||"function"!=typeof e.render)throw new Error("A render function is required");if(e.sort&&"function"!=typeof e.sort)throw new Error("Column sortFunction must be a function");if(e.summary&&"function"!=typeof e.summary)throw new Error("Column summary must be a function");return!0};var z={},Y={};!function(e){const t=":A-Za-z_\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD",n="["+t+"]["+t+"\\-.\\d\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*",i=new RegExp("^"+n+"$");e.isExist=function(e){return typeof e<"u"},e.isEmptyObject=function(e){return 0===Object.keys(e).length},e.merge=function(e,t,n){if(t){const i=Object.keys(t),r=i.length;for(let o=0;o"u")},e.getAllMatches=function(e,t){const n=[];let i=t.exec(e);for(;i;){const r=[];r.startIndex=t.lastIndex-i[0].length;const o=i.length;for(let e=0;e5&&"xml"===i)return re("InvalidXml","XML declaration allowed only at the start of the document.",se(e,t));if("?"==e[t]&&">"==e[t+1]){t++;break}continue}return t}function K(e,t){if(e.length>t+5&&"-"===e[t+1]&&"-"===e[t+2]){for(t+=3;t"===e[t+2]){t+=2;break}}else if(e.length>t+8&&"D"===e[t+1]&&"O"===e[t+2]&&"C"===e[t+3]&&"T"===e[t+4]&&"Y"===e[t+5]&&"P"===e[t+6]&&"E"===e[t+7]){let n=1;for(t+=8;t"===e[t]&&(n--,0===n))break}else if(e.length>t+9&&"["===e[t+1]&&"C"===e[t+2]&&"D"===e[t+3]&&"A"===e[t+4]&&"T"===e[t+5]&&"A"===e[t+6]&&"["===e[t+7])for(t+=8;t"===e[t+2]){t+=2;break}return t}z.validate=function(e,t){t=Object.assign({},G,t);const n=[];let i=!1,r=!1;"\ufeff"===e[0]&&(e=e.substr(1));for(let o=0;o"!==e[o]&&" "!==e[o]&&"\t"!==e[o]&&"\n"!==e[o]&&"\r"!==e[o];o++)l+=e[o];if(l=l.trim(),"/"===l[l.length-1]&&(l=l.substring(0,l.length-1),o--),!ae(l)){let t;return t=0===l.trim().length?"Invalid space after '<'.":"Tag '"+l+"' is an invalid name.",re("InvalidTag",t,se(e,o))}const d=ee(e,o);if(!1===d)return re("InvalidAttr","Attributes for '"+l+"' have open quote.",se(e,o));let c=d.value;if(o=d.index,"/"===c[c.length-1]){const n=o-c.length;c=c.substring(0,c.length-1);const r=ne(c,t);if(!0!==r)return re(r.err.code,r.err.msg,se(e,n+r.err.line));i=!0}else if(s){if(!d.tagClosed)return re("InvalidTag","Closing tag '"+l+"' doesn't have proper closing.",se(e,o));if(c.trim().length>0)return re("InvalidTag","Closing tag '"+l+"' can't have attributes or invalid starting.",se(e,a));{const t=n.pop();if(l!==t.tagName){let n=se(e,t.tagStartPos);return re("InvalidTag","Expected closing tag '"+t.tagName+"' (opened in line "+n.line+", col "+n.col+") instead of closing tag '"+l+"'.",se(e,a))}0==n.length&&(r=!0)}}else{const s=ne(c,t);if(!0!==s)return re(s.err.code,s.err.msg,se(e,o-c.length+s.err.line));if(!0===r)return re("InvalidXml","Multiple possible root nodes found.",se(e,o));-1!==t.unpairedTags.indexOf(l)||n.push({tagName:l,tagStartPos:a}),i=!0}for(o++;o0)||re("InvalidXml","Invalid '"+JSON.stringify(n.map((e=>e.tagName)),null,4).replace(/\r?\n/g,"")+"' found.",{line:1,col:1}):re("InvalidXml","Start tag expected.",1)};const J='"',Q="'";function ee(e,t){let n="",i="",r=!1;for(;t"===e[t]&&""===i){r=!0;break}n+=e[t]}return""===i&&{value:n,index:t,tagClosed:r}}const te=new RegExp("(\\s*)([^\\s=]+)(\\s*=)?(\\s*(['\"])(([\\s\\S])*?)\\5)?","g");function ne(e,t){const n=W.getAllMatches(e,te),i={};for(let e=0;e!1,commentPropName:!1,unpairedTags:[],processEntities:!0,htmlEntities:!1,ignoreDeclaration:!1,ignorePiTags:!1,transformTagName:!1,transformAttributeName:!1,updateTag:function(e,t,n){return e}};de.buildOptions=function(e){return Object.assign({},ce,e)},de.defaultOptions=ce;const ue=Y;function pe(e,t){let n="";for(;t0?this.child.push({[e.tagname]:e.child,":@":e[":@"]}):this.child.push({[e.tagname]:e.child})}},Ee=function(e,t){const n={};if("O"!==e[t+3]||"C"!==e[t+4]||"T"!==e[t+5]||"Y"!==e[t+6]||"P"!==e[t+7]||"E"!==e[t+8])throw new Error("Invalid Tag instead of DOCTYPE");{t+=9;let i=1,r=!1,o=!1,a="";for(;t"===e[t]){if(o?"-"===e[t-1]&&"-"===e[t-2]&&(o=!1,i--):i--,0===i)break}else"["===e[t]?r=!0:a+=e[t];else{if(r&&he(e,t))t+=7,[entityName,val,t]=pe(e,t+1),-1===val.indexOf("&")&&(n[we(entityName)]={regx:RegExp(`&${entityName};`,"g"),val});else if(r&&Ae(e,t))t+=8;else if(r&&ge(e,t))t+=8;else if(r&&me(e,t))t+=9;else{if(!fe)throw new Error("Invalid DOCTYPE");o=!0}i++,a=""}if(0!==i)throw new Error("Unclosed DOCTYPE")}return{entities:n,i:t}},_e=function(e,t={}){if(t=Object.assign({},be,t),!e||"string"!=typeof e)return e;let n=e.trim();if(void 0!==t.skipLike&&t.skipLike.test(n))return e;if(t.hex&&ve.test(n))return Number.parseInt(n,16);{const i=ye.exec(n);if(i){const r=i[1],o=i[2];let a=function(e){return e&&-1!==e.indexOf(".")&&("."===(e=e.replace(/0+$/,""))?e="0":"."===e[0]?e="0"+e:"."===e[e.length-1]&&(e=e.substr(0,e.length-1))),e}(i[3]);const s=i[4]||i[6];if(!t.leadingZeros&&o.length>0&&r&&"."!==n[2])return e;if(!t.leadingZeros&&o.length>0&&!r&&"."!==n[1])return e;{const i=Number(n),l=""+i;return-1!==l.search(/[eE]/)||s?t.eNotation?i:e:-1!==n.indexOf(".")?"0"===l&&""===a||l===a||r&&l==="-"+a?i:e:o?a===l||r+a===l?i:e:n===l||n===r+l?i:e}}return e}};function ke(e){const t=Object.keys(e);for(let n=0;n0)){a||(e=this.replaceEntitiesValue(e));const i=this.options.tagValueProcessor(t,e,n,r,o);return null==i?e:typeof i!=typeof e||i!==e?i:this.options.trimValues||e.trim()===e?Me(e,this.options.parseTagValue,this.options.numberParseOptions):e}}function Te(e){if(this.options.removeNSPrefix){const t=e.split(":"),n="/"===e.charAt(0)?"/":"";if("xmlns"===t[0])return"";2===t.length&&(e=n+t[1])}return e}"<((!\\[CDATA\\[([\\s\\S]*?)(]]>))|((NAME:)?(NAME))([^>]*)>|((\\/)(NAME)\\s*>))([^<]*)".replace(/NAME/g,Ce.nameRegexp);const Ne=new RegExp("([^\\s=]+)\\s*(=\\s*(['\"])([\\s\\S]*?)\\3)?","gm");function Oe(e,t,n){if(!this.options.ignoreAttributes&&"string"==typeof e){const n=Ce.getAllMatches(e,Ne),i=n.length,r={};for(let e=0;e",o,"Closing Tag is not closed.");let a=e.substring(o+2,t).trim();if(this.options.removeNSPrefix){const e=a.indexOf(":");-1!==e&&(a=a.substr(e+1))}this.options.transformTagName&&(a=this.options.transformTagName(a)),n&&(i=this.saveTextToParentTag(i,n,r));const s=r.substring(r.lastIndexOf(".")+1);if(a&&-1!==this.options.unpairedTags.indexOf(a))throw new Error(`Unpaired tag can not be used as closing tag: `);let l=0;s&&-1!==this.options.unpairedTags.indexOf(s)?(l=r.lastIndexOf(".",r.lastIndexOf(".")-1),this.tagsNodeStack.pop()):l=r.lastIndexOf("."),r=r.substring(0,l),n=this.tagsNodeStack.pop(),i="",o=t}else if("?"===e[o+1]){let t=De(e,o,!1,"?>");if(!t)throw new Error("Pi Tag is not closed.");if(i=this.saveTextToParentTag(i,n,r),!(this.options.ignoreDeclaration&&"?xml"===t.tagName||this.options.ignorePiTags)){const e=new xe(t.tagName);e.add(this.options.textNodeName,""),t.tagName!==t.tagExp&&t.attrExpPresent&&(e[":@"]=this.buildAttributesMap(t.tagExp,r,t.tagName)),this.addChild(n,e,r)}o=t.closeIndex+1}else if("!--"===e.substr(o+1,3)){const t=je(e,"--\x3e",o+4,"Comment is not closed.");if(this.options.commentPropName){const a=e.substring(o+4,t-2);i=this.saveTextToParentTag(i,n,r),n.add(this.options.commentPropName,[{[this.options.textNodeName]:a}])}o=t}else if("!D"===e.substr(o+1,2)){const t=Ee(e,o);this.docTypeEntities=t.entities,o=t.i}else if("!["===e.substr(o+1,2)){const t=je(e,"]]>",o,"CDATA is not closed.")-2,a=e.substring(o+9,t);if(i=this.saveTextToParentTag(i,n,r),this.options.cdataPropName)n.add(this.options.cdataPropName,[{[this.options.textNodeName]:a}]);else{let e=this.parseTextData(a,n.tagname,r,!0,!1,!0);null==e&&(e=""),n.add(this.options.textNodeName,e)}o=t+2}else{let a=De(e,o,this.options.removeNSPrefix),s=a.tagName;const l=a.rawTagName;let d=a.tagExp,c=a.attrExpPresent,u=a.closeIndex;this.options.transformTagName&&(s=this.options.transformTagName(s)),n&&i&&"!xml"!==n.tagname&&(i=this.saveTextToParentTag(i,n,r,!1));const p=n;if(p&&-1!==this.options.unpairedTags.indexOf(p.tagname)&&(n=this.tagsNodeStack.pop(),r=r.substring(0,r.lastIndexOf("."))),s!==t.tagname&&(r+=r?"."+s:s),this.isItStopNode(this.options.stopNodes,r,s)){let t="";if(d.length>0&&d.lastIndexOf("/")===d.length-1)o=a.closeIndex;else if(-1!==this.options.unpairedTags.indexOf(s))o=a.closeIndex;else{const n=this.readStopNodeData(e,l,u+1);if(!n)throw new Error(`Unexpected end of ${l}`);o=n.i,t=n.tagContent}const i=new xe(s);s!==d&&c&&(i[":@"]=this.buildAttributesMap(d,r,s)),t&&(t=this.parseTextData(t,s,r,!0,c,!0,!0)),r=r.substr(0,r.lastIndexOf(".")),i.add(this.options.textNodeName,t),this.addChild(n,i,r)}else{if(d.length>0&&d.lastIndexOf("/")===d.length-1){"/"===s[s.length-1]?(s=s.substr(0,s.length-1),r=r.substr(0,r.length-1),d=s):d=d.substr(0,d.length-1),this.options.transformTagName&&(s=this.options.transformTagName(s));const e=new xe(s);s!==d&&c&&(e[":@"]=this.buildAttributesMap(d,r,s)),this.addChild(n,e,r),r=r.substr(0,r.lastIndexOf("."))}else{const e=new xe(s);this.tagsNodeStack.push(n),s!==d&&c&&(e[":@"]=this.buildAttributesMap(d,r,s)),this.addChild(n,e,r),n=e}i="",o=u}}else i+=e[o];return t.child};function Pe(e,t,n){const i=this.options.updateTag(t.tagname,n,t[":@"]);!1===i||("string"==typeof i&&(t.tagname=i),e.addChild(t))}const Se=function(e){if(this.options.processEntities){for(let t in this.docTypeEntities){const n=this.docTypeEntities[t];e=e.replace(n.regx,n.val)}for(let t in this.lastEntities){const n=this.lastEntities[t];e=e.replace(n.regex,n.val)}if(this.options.htmlEntities)for(let t in this.htmlEntities){const n=this.htmlEntities[t];e=e.replace(n.regex,n.val)}e=e.replace(this.ampEntity.regex,this.ampEntity.val)}return e};function Re(e,t,n,i){return e&&(void 0===i&&(i=0===Object.keys(t.child).length),void 0!==(e=this.parseTextData(e,t.tagname,n,!1,!!t[":@"]&&0!==Object.keys(t[":@"]).length,i))&&""!==e&&t.add(this.options.textNodeName,e),e=""),e}function Le(e,t,n){const i="*."+n;for(const n in e){const r=e[n];if(i===r||t===r)return!0}return!1}function je(e,t,n,i){const r=e.indexOf(t,n);if(-1===r)throw new Error(i);return r+t.length-1}function De(e,t,n,i=">"){const r=function(e,t,n=">"){let i,r="";for(let o=t;o",n,`${t} is not closed`);if(e.substring(n+2,o).trim()===t&&(r--,0===r))return{tagContent:e.substring(i,n),i:o};n=o}else if("?"===e[n+1])n=je(e,"?>",n+1,"StopNode is not closed.");else if("!--"===e.substr(n+1,3))n=je(e,"--\x3e",n+3,"StopNode is not closed.");else if("!["===e.substr(n+1,2))n=je(e,"]]>",n,"StopNode is not closed.")-2;else{const i=De(e,n,">");i&&((i&&i.tagName)===t&&"/"!==i.tagExp[i.tagExp.length-1]&&r++,n=i.closeIndex)}}function Me(e,t,n){if(t&&"string"==typeof e){const t=e.trim();return"true"===t||"false"!==t&&_e(e,n)}return Ce.isExist(e)?e:""}var Fe={};function Ve(e,t,n){let i;const r={};for(let o=0;o0&&(r[t.textNodeName]=i):void 0!==i&&(r[t.textNodeName]=i),r}function Ue(e){const t=Object.keys(e);for(let e=0;e"},lt:{regex:/&(lt|#60|#x3C);/g,val:"<"},quot:{regex:/&(quot|#34|#x22);/g,val:'"'}},this.ampEntity={regex:/&(amp|#38|#x26);/g,val:"&"},this.htmlEntities={space:{regex:/&(nbsp|#160);/g,val:" "},cent:{regex:/&(cent|#162);/g,val:"¢"},pound:{regex:/&(pound|#163);/g,val:"£"},yen:{regex:/&(yen|#165);/g,val:"¥"},euro:{regex:/&(euro|#8364);/g,val:"€"},copyright:{regex:/&(copy|#169);/g,val:"©"},reg:{regex:/&(reg|#174);/g,val:"®"},inr:{regex:/&(inr|#8377);/g,val:"₹"}},this.addExternalEntities=ke,this.parseXml=Ie,this.parseTextData=Be,this.resolveNameSpace=Te,this.buildAttributesMap=Oe,this.isItStopNode=Le,this.replaceEntitiesValue=Se,this.readStopNodeData=$e,this.saveTextToParentTag=Re,this.addChild=Pe}},{prettify:We}=Fe,Ge=z;function Ze(e,t,n,i){let r="",o=!1;for(let a=0;a`,o=!1;continue}if(l===t.commentPropName){r+=i+`\x3c!--${s[l][0][t.textNodeName]}--\x3e`,o=!0;continue}if("?"===l[0]){const e=Ke(s[":@"],t),n="?xml"===l?"":i;let a=s[l][0][t.textNodeName];a=0!==a.length?" "+a:"",r+=n+`<${l}${a}${e}?>`,o=!0;continue}let c=i;""!==c&&(c+=t.indentBy);const u=i+`<${l}${Ke(s[":@"],t)}`,p=Ze(s[l],t,d,c);-1!==t.unpairedTags.indexOf(l)?t.suppressUnpairedNode?r+=u+">":r+=u+"/>":p&&0!==p.length||!t.suppressEmptyNode?p&&p.endsWith(">")?r+=u+`>${p}${i}`:(r+=u+">",p&&""!==i&&(p.includes("/>")||p.includes("`):r+=u+"/>",o=!0}return r}function Xe(e){const t=Object.keys(e);for(let n=0;n0&&t.processEntities)for(let n=0;n0&&(n="\n"),Ze(e,t,"",n)},tt={attributeNamePrefix:"@_",attributesGroupName:!1,textNodeName:"#text",ignoreAttributes:!0,cdataPropName:!1,format:!1,indentBy:" ",suppressEmptyNode:!1,suppressUnpairedNode:!0,suppressBooleanAttributes:!0,tagValueProcessor:function(e,t){return t},attributeValueProcessor:function(e,t){return t},preserveOrder:!1,commentPropName:!1,unpairedTags:[],entities:[{regex:new RegExp("&","g"),val:"&"},{regex:new RegExp(">","g"),val:">"},{regex:new RegExp("<","g"),val:"<"},{regex:new RegExp("'","g"),val:"'"},{regex:new RegExp('"',"g"),val:"""}],processEntities:!0,stopNodes:[],oneListGroup:!1};function nt(e){this.options=Object.assign({},tt,e),this.options.ignoreAttributes||this.options.attributesGroupName?this.isAttribute=function(){return!1}:(this.attrPrefixLen=this.options.attributeNamePrefix.length,this.isAttribute=ot),this.processTextOrObjNode=it,this.options.format?(this.indentate=rt,this.tagEndChar=">\n",this.newLine="\n"):(this.indentate=function(){return""},this.tagEndChar=">",this.newLine="")}function it(e,t,n){const i=this.j2x(e,n+1);return void 0!==e[this.options.textNodeName]&&1===Object.keys(e).length?this.buildTextValNode(e[this.options.textNodeName],t,i.attrStr,n):this.buildObjectNode(i.val,t,i.attrStr,n)}function rt(e){return this.options.indentBy.repeat(e)}function ot(e){return!(!e.startsWith(this.options.attributeNamePrefix)||e===this.options.textNodeName)&&e.substr(this.attrPrefixLen)}nt.prototype.build=function(e){return this.options.preserveOrder?et(e,this.options):(Array.isArray(e)&&this.options.arrayNodeName&&this.options.arrayNodeName.length>1&&(e={[this.options.arrayNodeName]:e}),this.j2x(e,0).val)},nt.prototype.j2x=function(e,t){let n="",i="";for(let r in e)if(Object.prototype.hasOwnProperty.call(e,r))if(typeof e[r]>"u")this.isAttribute(r)&&(i+="");else if(null===e[r])this.isAttribute(r)?i+="":"?"===r[0]?i+=this.indentate(t)+"<"+r+"?"+this.tagEndChar:i+=this.indentate(t)+"<"+r+"/"+this.tagEndChar;else if(e[r]instanceof Date)i+=this.buildTextValNode(e[r],r,"",t);else if("object"!=typeof e[r]){const o=this.isAttribute(r);if(o)n+=this.buildAttrPairStr(o,""+e[r]);else if(r===this.options.textNodeName){let t=this.options.tagValueProcessor(r,""+e[r]);i+=this.replaceEntitiesValue(t)}else i+=this.buildTextValNode(e[r],r,"",t)}else if(Array.isArray(e[r])){const n=e[r].length;let o="";for(let a=0;a"u"||(null===n?"?"===r[0]?i+=this.indentate(t)+"<"+r+"?"+this.tagEndChar:i+=this.indentate(t)+"<"+r+"/"+this.tagEndChar:"object"==typeof n?this.options.oneListGroup?o+=this.j2x(n,t+1).val:o+=this.processTextOrObjNode(n,r,t):o+=this.buildTextValNode(n,r,"",t))}this.options.oneListGroup&&(o=this.buildObjectNode(o,r,"",t)),i+=o}else if(this.options.attributesGroupName&&r===this.options.attributesGroupName){const t=Object.keys(e[r]),i=t.length;for(let o=0;o"+e+r}},nt.prototype.closeTag=function(e){let t="";return-1!==this.options.unpairedTags.indexOf(e)?this.options.suppressUnpairedNode||(t="/"):t=this.options.suppressEmptyNode?"/":`>`+this.newLine;if(!1!==this.options.commentPropName&&t===this.options.commentPropName)return this.indentate(i)+`\x3c!--${e}--\x3e`+this.newLine;if("?"===t[0])return this.indentate(i)+"<"+t+n+"?"+this.tagEndChar;{let r=this.options.tagValueProcessor(t,e);return r=this.replaceEntitiesValue(r),""===r?this.indentate(i)+"<"+t+n+this.closeTag(t)+this.tagEndChar:this.indentate(i)+"<"+t+n+">"+r+"0&&this.options.processEntities)for(let t=0;t0&&(!e.caption||"string"!=typeof e.caption))throw new Error("View caption is required for top-level views and must be a string");if(!e.getContents||"function"!=typeof e.getContents)throw new Error("View getContents is required and must be a function");if(!e.icon||"string"!=typeof e.icon||!function(e){if("string"!=typeof e)throw new TypeError(`Expected a \`string\`, got \`${typeof e}\``);if(0===(e=e.trim()).length||!0!==at.XMLValidator.validate(e))return!1;let t;const n=new at.XMLParser;try{t=n.parse(e)}catch{return!1}return!(!t||!("svg"in t))}(e.icon))throw new Error("View icon is required and must be a valid svg string");if(!("order"in e)||"number"!=typeof e.order)throw new Error("View order is required and must be a number");if(e.columns&&e.columns.forEach((e=>{if(!(e instanceof H))throw new Error("View columns must be an array of Column. Invalid column found")})),e.emptyView&&"function"!=typeof e.emptyView)throw new Error("View emptyView must be a function");if(e.parent&&"string"!=typeof e.parent)throw new Error("View parent must be a string");if("sticky"in e&&"boolean"!=typeof e.sticky)throw new Error("View sticky must be a boolean");if("expanded"in e&&"boolean"!=typeof e.expanded)throw new Error("View expanded must be a boolean");if(e.defaultSortKey&&"string"!=typeof e.defaultSortKey)throw new Error("View defaultSortKey must be a string");return!0},dt=function(e){return f().registerEntry(e)},ct=function(e){return f().unregisterEntry(e)}}},o={};function a(e){var t=o[e];if(void 0!==t)return t.exports;var n=o[e]={id:e,loaded:!1,exports:{}};return r[e].call(n.exports,n,n.exports,a),n.loaded=!0,n.exports}a.m=r,e=[],a.O=(t,n,i,r)=>{if(!n){var o=1/0;for(c=0;c=r)&&Object.keys(a.O).every((e=>a.O[e](n[l])))?n.splice(l--,1):(s=!1,r0&&e[c-1][2]>r;c--)e[c]=e[c-1];e[c]=[n,i,r]},a.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return a.d(t,{a:t}),t},a.d=(e,t)=>{for(var n in t)a.o(t,n)&&!a.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},a.f={},a.e=e=>Promise.all(Object.keys(a.f).reduce(((t,n)=>(a.f[n](e,t),t)),[])),a.u=e=>e+"-"+e+".js?v="+{4720:"bf813bc45f5afa044293",6512:"f5986b3e0fbb4396378b"}[e],a.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),a.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n={},i="nextcloud:",a.l=(e,t,r,o)=>{if(n[e])n[e].push(t);else{var s,l;if(void 0!==r)for(var d=document.getElementsByTagName("script"),c=0;c{s.onerror=s.onload=null,clearTimeout(f);var r=n[e];if(delete n[e],s.parentNode&&s.parentNode.removeChild(s),r&&r.forEach((e=>e(i))),t)return t(i)},f=setTimeout(p.bind(null,void 0,{type:"timeout",target:s}),12e4);s.onerror=p.bind(null,s.onerror),s.onload=p.bind(null,s.onload),l&&document.head.appendChild(s)}},a.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),a.j=9837,(()=>{var e;a.g.importScripts&&(e=a.g.location+"");var t=a.g.document;if(!e&&t&&(t.currentScript&&(e=t.currentScript.src),!e)){var n=t.getElementsByTagName("script");if(n.length)for(var i=n.length-1;i>-1&&!e;)e=n[i--].src}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),a.p=e})(),(()=>{a.b=document.baseURI||self.location.href;var e={9837:0};a.f.j=(t,n)=>{var i=a.o(e,t)?e[t]:void 0;if(0!==i)if(i)n.push(i[2]);else{var r=new Promise(((n,r)=>i=e[t]=[n,r]));n.push(i[2]=r);var o=a.p+a.u(t),s=new Error;a.l(o,(n=>{if(a.o(e,t)&&(0!==(i=e[t])&&(e[t]=void 0),i)){var r=n&&("load"===n.type?"missing":n.type),o=n&&n.target&&n.target.src;s.message="Loading chunk "+t+" failed.\n("+r+": "+o+")",s.name="ChunkLoadError",s.type=r,s.request=o,i[1](s)}}),"chunk-"+t,t)}},a.O.j=t=>0===e[t];var t=(t,n)=>{var i,r,o=n[0],s=n[1],l=n[2],d=0;if(o.some((t=>0!==e[t]))){for(i in s)a.o(s,i)&&(a.m[i]=s[i]);if(l)var c=l(a)}for(t&&t(n);da(34507)));s=a.O(s)})(); +//# sourceMappingURL=files-init.js.map?v=a328d013eb462f0a4356 \ No newline at end of file diff --git a/dist/files-init.js.map b/dist/files-init.js.map index 0ff13fe27b360..40fdd385bd08e 100644 --- a/dist/files-init.js.map +++ b/dist/files-init.js.map @@ -1 +1 @@ -{"version":3,"file":"files-init.js?v=0a7cffd5778d5f75d54f","mappings":"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","sources":["webpack:///nextcloud/webpack/runtime/chunk loaded","webpack:///nextcloud/webpack/runtime/load script","webpack:///nextcloud/apps/files/src/logger.js","webpack:///nextcloud/apps/files/src/actions/deleteAction.ts","webpack:///nextcloud/apps/files/src/actions/downloadAction.ts","webpack:///nextcloud/apps/files/src/actions/editLocallyAction.ts","webpack:///nextcloud/apps/files/src/actions/favoriteAction.ts","webpack://nextcloud/./node_modules/@nextcloud/dialogs/dist/style.css?d87c","webpack:///nextcloud/node_modules/axios/index.js","webpack:///nextcloud/apps/files/src/actions/moveOrCopyActionUtils.ts","webpack:///nextcloud/apps/files/src/utils/fileUtils.ts","webpack:///nextcloud/apps/files/src/actions/moveOrCopyAction.ts","webpack:///nextcloud/apps/files/src/actions/openFolderAction.ts","webpack:///nextcloud/apps/files/src/actions/openInFilesAction.ts","webpack:///nextcloud/apps/files/src/actions/renameAction.ts","webpack:///nextcloud/apps/files/src/actions/sidebarAction.ts","webpack:///nextcloud/apps/files/src/actions/viewInFolderAction.ts","webpack:///nextcloud/apps/files/src/newMenu/newFolder.ts","webpack:///nextcloud/node_modules/@buttercup/fetch/dist/index.browser.js","webpack:///nextcloud/node_modules/hot-patcher/dist/patcher.js","webpack:///nextcloud/node_modules/hot-patcher/dist/functions.js","webpack:///nextcloud/node_modules/webdav/dist/node/compat/patcher.js","webpack:///nextcloud/node_modules/webdav/dist/node/auth/digest.js","webpack:///nextcloud/node_modules/webdav/dist/node/tools/crypto.js","webpack:///nextcloud/node_modules/webdav/dist/node/tools/merge.js","webpack:///nextcloud/node_modules/webdav/dist/node/tools/headers.js","webpack:///nextcloud/node_modules/webdav/dist/node/compat/arrayBuffer.js","webpack:///nextcloud/node_modules/webdav/dist/node/request.js","webpack:///nextcloud/node_modules/webdav/dist/node/tools/body.js","webpack:///nextcloud/node_modules/webdav/dist/node/compat/buffer.js","webpack:///nextcloud/apps/files/src/services/WebdavClient.ts","webpack:///nextcloud/apps/files/src/utils/hashUtils.ts","webpack:///nextcloud/apps/files/src/services/Files.ts","webpack:///nextcloud/apps/files/src/services/Favorites.ts","webpack:///nextcloud/apps/files/src/views/favorites.ts","webpack:///nextcloud/apps/files/src/services/Recent.ts","webpack:///nextcloud/apps/files/src/views/TemplatePicker.vue","webpack:///nextcloud/apps/files/src/utils/davUtils.js","webpack:///nextcloud/apps/files/src/components/TemplatePreview.vue?vue&type=script&lang=js","webpack:///nextcloud/apps/files/src/components/TemplatePreview.vue","webpack://nextcloud/./apps/files/src/components/TemplatePreview.vue?af18","webpack://nextcloud/./apps/files/src/components/TemplatePreview.vue?81db","webpack://nextcloud/./apps/files/src/components/TemplatePreview.vue?c414","webpack:///nextcloud/apps/files/src/views/TemplatePicker.vue?vue&type=script&lang=ts","webpack:///nextcloud/apps/files/src/services/Templates.js","webpack://nextcloud/./apps/files/src/views/TemplatePicker.vue?0681","webpack://nextcloud/./apps/files/src/views/TemplatePicker.vue?afd8","webpack:///nextcloud/apps/files/src/init-templates.ts","webpack:///nextcloud/apps/files/src/init.ts","webpack:///nextcloud/apps/files/src/views/files.ts","webpack:///nextcloud/apps/files/src/views/recent.ts","webpack:///nextcloud/apps/files/src/services/ServiceWorker.js","webpack:///nextcloud/apps/files/src/services/LivePhotos.ts","webpack:///nextcloud/node_modules/builtin-status-codes/browser.js","webpack:///nextcloud/node_modules/cancelable-promise/umd/CancelablePromise.js","webpack:///nextcloud/node_modules/@nextcloud/dialogs/dist/style.css","webpack:///nextcloud/apps/files/src/components/TemplatePreview.vue?vue&type=style&index=0&id=0859a92c&prod&lang=scss&scoped=true","webpack:///nextcloud/apps/files/src/views/TemplatePicker.vue?vue&type=style&index=0&id=48121b39&prod&lang=scss&scoped=true","webpack:///nextcloud/node_modules/https-browserify/index.js","webpack:///nextcloud/node_modules/readable-stream/readable-browser.js","webpack:///nextcloud/node_modules/stream-http/index.js","webpack:///nextcloud/node_modules/stream-http/lib/capability.js","webpack:///nextcloud/node_modules/stream-http/lib/request.js","webpack:///nextcloud/node_modules/stream-http/lib/response.js","webpack:///nextcloud/node_modules/xtend/immutable.js","webpack:///nextcloud/node_modules/@nextcloud/files/dist/index.mjs","webpack:///nextcloud/webpack/bootstrap","webpack:///nextcloud/webpack/runtime/compat get default export","webpack:///nextcloud/webpack/runtime/define property getters","webpack:///nextcloud/webpack/runtime/ensure chunk","webpack:///nextcloud/webpack/runtime/get javascript chunk filename","webpack:///nextcloud/webpack/runtime/global","webpack:///nextcloud/webpack/runtime/hasOwnProperty shorthand","webpack:///nextcloud/webpack/runtime/make namespace object","webpack:///nextcloud/webpack/runtime/node module decorator","webpack:///nextcloud/webpack/runtime/runtimeId","webpack:///nextcloud/webpack/runtime/publicPath","webpack:///nextcloud/webpack/runtime/jsonp chunk loading","webpack:///nextcloud/webpack/runtime/nonce","webpack:///nextcloud/webpack/startup"],"sourcesContent":["var deferred = [];\n__webpack_require__.O = (result, chunkIds, fn, priority) => {\n\tif(chunkIds) {\n\t\tpriority = priority || 0;\n\t\tfor(var i = deferred.length; i > 0 && deferred[i - 1][2] > priority; i--) deferred[i] = deferred[i - 1];\n\t\tdeferred[i] = [chunkIds, fn, priority];\n\t\treturn;\n\t}\n\tvar notFulfilled = Infinity;\n\tfor (var i = 0; i < deferred.length; i++) {\n\t\tvar chunkIds = deferred[i][0];\n\t\tvar fn = deferred[i][1];\n\t\tvar priority = deferred[i][2];\n\t\tvar fulfilled = true;\n\t\tfor (var j = 0; j < chunkIds.length; j++) {\n\t\t\tif ((priority & 1 === 0 || notFulfilled >= priority) && Object.keys(__webpack_require__.O).every((key) => (__webpack_require__.O[key](chunkIds[j])))) {\n\t\t\t\tchunkIds.splice(j--, 1);\n\t\t\t} else {\n\t\t\t\tfulfilled = false;\n\t\t\t\tif(priority < notFulfilled) notFulfilled = priority;\n\t\t\t}\n\t\t}\n\t\tif(fulfilled) {\n\t\t\tdeferred.splice(i--, 1)\n\t\t\tvar r = fn();\n\t\t\tif (r !== undefined) result = r;\n\t\t}\n\t}\n\treturn result;\n};","var inProgress = {};\nvar dataWebpackPrefix = \"nextcloud:\";\n// loadScript function to load a script via script tag\n__webpack_require__.l = (url, done, key, chunkId) => {\n\tif(inProgress[url]) { inProgress[url].push(done); return; }\n\tvar script, needAttach;\n\tif(key !== undefined) {\n\t\tvar scripts = document.getElementsByTagName(\"script\");\n\t\tfor(var i = 0; i < scripts.length; i++) {\n\t\t\tvar s = scripts[i];\n\t\t\tif(s.getAttribute(\"src\") == url || s.getAttribute(\"data-webpack\") == dataWebpackPrefix + key) { script = s; break; }\n\t\t}\n\t}\n\tif(!script) {\n\t\tneedAttach = true;\n\t\tscript = document.createElement('script');\n\n\t\tscript.charset = 'utf-8';\n\t\tscript.timeout = 120;\n\t\tif (__webpack_require__.nc) {\n\t\t\tscript.setAttribute(\"nonce\", __webpack_require__.nc);\n\t\t}\n\t\tscript.setAttribute(\"data-webpack\", dataWebpackPrefix + key);\n\n\t\tscript.src = url;\n\t}\n\tinProgress[url] = [done];\n\tvar onScriptComplete = (prev, event) => {\n\t\t// avoid mem leaks in IE.\n\t\tscript.onerror = script.onload = null;\n\t\tclearTimeout(timeout);\n\t\tvar doneFns = inProgress[url];\n\t\tdelete inProgress[url];\n\t\tscript.parentNode && script.parentNode.removeChild(script);\n\t\tdoneFns && doneFns.forEach((fn) => (fn(event)));\n\t\tif(prev) return prev(event);\n\t}\n\tvar timeout = setTimeout(onScriptComplete.bind(null, undefined, { type: 'timeout', target: script }), 120000);\n\tscript.onerror = onScriptComplete.bind(null, script.onerror);\n\tscript.onload = onScriptComplete.bind(null, script.onload);\n\tneedAttach && document.head.appendChild(script);\n};","/**\n * @copyright Copyright (c) 2022 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { getLoggerBuilder } from '@nextcloud/logger'\n\nexport default getLoggerBuilder()\n\t.setApp('files')\n\t.detectUser()\n\t.build()\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { emit } from '@nextcloud/event-bus';\nimport { Permission, Node, View, FileAction } from '@nextcloud/files';\nimport { translate as t } from '@nextcloud/l10n';\nimport axios from '@nextcloud/axios';\nimport TrashCanSvg from '@mdi/svg/svg/trash-can.svg?raw';\nimport logger from '../logger.js';\nexport const action = new FileAction({\n id: 'delete',\n displayName(nodes, view) {\n return view.id === 'trashbin'\n ? t('files', 'Delete permanently')\n : t('files', 'Delete');\n },\n iconSvgInline: () => {\n return TrashCanSvg;\n },\n enabled(nodes) {\n return nodes.length > 0 && nodes\n .map(node => node.permissions)\n .every(permission => (permission & Permission.DELETE) !== 0);\n },\n async exec(node) {\n try {\n await axios.delete(node.encodedSource);\n // Let's delete even if it's moved to the trashbin\n // since it has been removed from the current view\n // and changing the view will trigger a reload anyway.\n emit('files:node:deleted', node);\n return true;\n }\n catch (error) {\n logger.error('Error while deleting a file', { error, source: node.source, node });\n return false;\n }\n },\n async execBatch(nodes, view, dir) {\n return Promise.all(nodes.map(node => this.exec(node, view, dir)));\n },\n order: 100,\n});\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { generateUrl } from '@nextcloud/router';\nimport { FileAction, Permission, Node, FileType, View } from '@nextcloud/files';\nimport { translate as t } from '@nextcloud/l10n';\nimport ArrowDownSvg from '@mdi/svg/svg/arrow-down.svg?raw';\nconst triggerDownload = function (url) {\n const hiddenElement = document.createElement('a');\n hiddenElement.download = '';\n hiddenElement.href = url;\n hiddenElement.click();\n};\nconst downloadNodes = function (dir, nodes) {\n const secret = Math.random().toString(36).substring(2);\n const url = generateUrl('/apps/files/ajax/download.php?dir={dir}&files={files}&downloadStartSecret={secret}', {\n dir,\n secret,\n files: JSON.stringify(nodes.map(node => node.basename)),\n });\n triggerDownload(url);\n};\nconst isDownloadable = function (node) {\n if ((node.permissions & Permission.READ) === 0) {\n return false;\n }\n // If the mount type is a share, ensure it got download permissions.\n if (node.attributes['mount-type'] === 'shared') {\n const downloadAttribute = JSON.parse(node.attributes['share-attributes']).find((attribute) => attribute.scope === 'permissions' && attribute.key === 'download');\n if (downloadAttribute !== undefined && downloadAttribute.enabled === false) {\n return false;\n }\n }\n return true;\n};\nexport const action = new FileAction({\n id: 'download',\n displayName: () => t('files', 'Download'),\n iconSvgInline: () => ArrowDownSvg,\n enabled(nodes) {\n if (nodes.length === 0) {\n return false;\n }\n // We can download direct dav files. But if we have\n // some folders, we need to use the /apps/files/ajax/download.php\n // endpoint, which only supports user root folder.\n if (nodes.some(node => node.type === FileType.Folder)\n && nodes.some(node => !node.root?.startsWith('/files'))) {\n return false;\n }\n return nodes.every(isDownloadable);\n },\n async exec(node, view, dir) {\n if (node.type === FileType.Folder) {\n downloadNodes(dir, [node]);\n return null;\n }\n triggerDownload(node.encodedSource);\n return null;\n },\n async execBatch(nodes, view, dir) {\n if (nodes.length === 1) {\n this.exec(nodes[0], view, dir);\n return [null];\n }\n downloadNodes(dir, nodes);\n return new Array(nodes.length).fill(null);\n },\n order: 30,\n});\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { encodePath } from '@nextcloud/paths';\nimport { generateOcsUrl } from '@nextcloud/router';\nimport { getCurrentUser } from '@nextcloud/auth';\nimport { FileAction, Permission } from '@nextcloud/files';\nimport { showError } from '@nextcloud/dialogs';\nimport { translate as t } from '@nextcloud/l10n';\nimport axios from '@nextcloud/axios';\nimport LaptopSvg from '@mdi/svg/svg/laptop.svg?raw';\nconst openLocalClient = async function (path) {\n const link = generateOcsUrl('apps/files/api/v1') + '/openlocaleditor?format=json';\n try {\n const result = await axios.post(link, { path });\n const uid = getCurrentUser()?.uid;\n let url = `nc://open/${uid}@` + window.location.host + encodePath(path);\n url += '?token=' + result.data.ocs.data.token;\n window.location.href = url;\n }\n catch (error) {\n showError(t('files', 'Failed to redirect to client'));\n }\n};\nexport const action = new FileAction({\n id: 'edit-locally',\n displayName: () => t('files', 'Edit locally'),\n iconSvgInline: () => LaptopSvg,\n // Only works on single files\n enabled(nodes) {\n // Only works on single node\n if (nodes.length !== 1) {\n return false;\n }\n return (nodes[0].permissions & Permission.UPDATE) !== 0;\n },\n async exec(node) {\n openLocalClient(node.path);\n return null;\n },\n order: 25,\n});\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { emit } from '@nextcloud/event-bus';\nimport { generateUrl } from '@nextcloud/router';\nimport { Permission, View, FileAction } from '@nextcloud/files';\nimport { translate as t } from '@nextcloud/l10n';\nimport axios from '@nextcloud/axios';\nimport Vue from 'vue';\nimport StarOutlineSvg from '@mdi/svg/svg/star-outline.svg?raw';\nimport StarSvg from '@mdi/svg/svg/star.svg?raw';\nimport logger from '../logger.js';\nimport { encodePath } from '@nextcloud/paths';\n// If any of the nodes is not favorited, we display the favorite action.\nconst shouldFavorite = (nodes) => {\n return nodes.some(node => node.attributes.favorite !== 1);\n};\nexport const favoriteNode = async (node, view, willFavorite) => {\n try {\n // TODO: migrate to webdav tags plugin\n const url = generateUrl('/apps/files/api/v1/files') + encodePath(node.path);\n await axios.post(url, {\n tags: willFavorite\n ? [window.OC.TAG_FAVORITE]\n : [],\n });\n // Let's delete if we are in the favourites view\n // AND if it is removed from the user favorites\n // AND it's in the root of the favorites view\n if (view.id === 'favorites' && !willFavorite && node.dirname === '/') {\n emit('files:node:deleted', node);\n }\n // Update the node webdav attribute\n Vue.set(node.attributes, 'favorite', willFavorite ? 1 : 0);\n // Dispatch event to whoever is interested\n if (willFavorite) {\n emit('files:favorites:added', node);\n }\n else {\n emit('files:favorites:removed', node);\n }\n return true;\n }\n catch (error) {\n const action = willFavorite ? 'adding a file to favourites' : 'removing a file from favourites';\n logger.error('Error while ' + action, { error, source: node.source, node });\n return false;\n }\n};\nexport const action = new FileAction({\n id: 'favorite',\n displayName(nodes) {\n return shouldFavorite(nodes)\n ? t('files', 'Add to favorites')\n : t('files', 'Remove from favorites');\n },\n iconSvgInline: (nodes) => {\n return shouldFavorite(nodes)\n ? StarOutlineSvg\n : StarSvg;\n },\n enabled(nodes) {\n // We can only favorite nodes within files and with permissions\n return !nodes.some(node => !node.root?.startsWith?.('/files'))\n && nodes.every(node => node.permissions !== Permission.NONE);\n },\n async exec(node, view) {\n const willFavorite = shouldFavorite([node]);\n return await favoriteNode(node, view, willFavorite);\n },\n async execBatch(nodes, view) {\n const willFavorite = shouldFavorite(nodes);\n return Promise.all(nodes.map(async (node) => await favoriteNode(node, view, willFavorite)));\n },\n order: -50,\n});\n","\n import API from \"!../../../style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../css-loader/dist/cjs.js!./style.css\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../css-loader/dist/cjs.js!./style.css\";\n export default content && content.locals ? content.locals : undefined;\n","import axios from './lib/axios.js';\n\n// This module is intended to unwrap Axios default export as named.\n// Keep top-level export same with static properties\n// so that it can keep same with es module or cjs\nconst {\n Axios,\n AxiosError,\n CanceledError,\n isCancel,\n CancelToken,\n VERSION,\n all,\n Cancel,\n isAxiosError,\n spread,\n toFormData,\n AxiosHeaders,\n HttpStatusCode,\n formToJSON,\n getAdapter,\n mergeConfig\n} = axios;\n\nexport {\n axios as default,\n Axios,\n AxiosError,\n CanceledError,\n isCancel,\n CancelToken,\n VERSION,\n all,\n Cancel,\n isAxiosError,\n spread,\n toFormData,\n AxiosHeaders,\n HttpStatusCode,\n formToJSON,\n getAdapter,\n mergeConfig\n}\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport '@nextcloud/dialogs/style.css';\nimport { Permission } from '@nextcloud/files';\nimport PQueue from 'p-queue';\n// This is the processing queue. We only want to allow 3 concurrent requests\nlet queue;\n/**\n * Get the processing queue\n */\nexport const getQueue = () => {\n if (!queue) {\n queue = new PQueue({ concurrency: 3 });\n }\n return queue;\n};\nexport var MoveCopyAction;\n(function (MoveCopyAction) {\n MoveCopyAction[\"MOVE\"] = \"Move\";\n MoveCopyAction[\"COPY\"] = \"Copy\";\n MoveCopyAction[\"MOVE_OR_COPY\"] = \"move-or-copy\";\n})(MoveCopyAction || (MoveCopyAction = {}));\nexport const canMove = (nodes) => {\n const minPermission = nodes.reduce((min, node) => Math.min(min, node.permissions), Permission.ALL);\n return (minPermission & Permission.UPDATE) !== 0;\n};\nexport const canDownload = (nodes) => {\n return nodes.every(node => {\n const shareAttributes = JSON.parse(node.attributes?.['share-attributes'] ?? '[]');\n return !shareAttributes.some(attribute => attribute.scope === 'permissions' && attribute.enabled === false && attribute.key === 'download');\n });\n};\nexport const canCopy = (nodes) => {\n // For now the only restriction is that a shared file\n // cannot be copied if the download is disabled\n return canDownload(nodes);\n};\n","/**\n * @copyright Copyright (c) 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';\nimport { basename, extname } from 'path';\n// TODO: move to @nextcloud/files\n/**\n * Create an unique file name\n * @param name The initial name to use\n * @param otherNames Other names that are already used\n * @param suffix A function that takes an index an returns a suffix to add, defaults to '(index)'\n * @return Either the initial name, if unique, or the name with the suffix so that the name is unique\n */\nexport const getUniqueName = (name, otherNames, suffix = (n) => `(${n})`) => {\n let newName = name;\n let i = 1;\n while (otherNames.includes(newName)) {\n const ext = extname(name);\n newName = `${basename(name, ext)} ${suffix(i++)}${ext}`;\n }\n return newName;\n};\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","/**\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 { FilePickerClosed, getFilePickerBuilder, showError } from '@nextcloud/dialogs';\nimport { Permission, FileAction, FileType, NodeStatus, davGetClient, davRootPath, davResultToNode, davGetDefaultPropfind } from '@nextcloud/files';\nimport { translate as t } from '@nextcloud/l10n';\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';\nimport { getUniqueName } from '../utils/fileUtils';\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 // Do not allow to MOVE a node to the same folder it is already located\n if (method === MoveCopyAction.MOVE && 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/file.txt, destination: /foo\n * Allow move of /foo does not start with /foo/bar/file.txt so allow\n * - node: /foo , destination: /foo/bar\n * Do not allow as it would copy foo within itself\n * - node: /foo/bar.txt, destination: /foo\n * Allow copy a file to the same directory\n * - node: \"/foo/bar\", destination: \"/foo/bar 1\"\n * Allow to move or copy but we need to check with trailing / otherwise it would report false positive\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 // Set loading state\n Vue.set(node, 'status', NodeStatus.LOADING);\n const queue = getQueue();\n return await queue.add(async () => {\n const copySuffix = (index) => {\n if (index === 1) {\n return t('files', '(copy)'); // TRANSLATORS: Mark a file as a copy of another file\n }\n return t('files', '(copy %n)', undefined, index); // TRANSLATORS: Meaning it is the n'th copy of a file\n };\n try {\n const client = davGetClient();\n const currentPath = join(davRootPath, node.path);\n const destinationPath = join(davRootPath, destination.path);\n if (method === MoveCopyAction.COPY) {\n let target = node.basename;\n // If we do not allow overwriting then find an unique name\n if (!overwrite) {\n const otherNodes = await client.getDirectoryContents(destinationPath);\n target = getUniqueName(node.basename, otherNodes.map((n) => n.basename), copySuffix);\n }\n await client.copyFile(currentPath, join(destinationPath, target));\n // If the node is copied into current directory the view needs to be updated\n if (node.dirname === destination.path) {\n const { data } = await client.stat(join(destinationPath, target), {\n details: true,\n data: davGetDefaultPropfind(),\n });\n emit('files:node:created', davResultToNode(data));\n }\n }\n else {\n await client.moveFile(currentPath, join(destinationPath, node.basename));\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 logger.debug(error);\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', 'Choose 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 (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 // Invalid MOVE targets (but valid copy targets)\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.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((error) => {\n logger.debug(error);\n if (error instanceof FilePickerClosed) {\n reject(new Error(t('files', 'Cancelled move or copy operation')));\n }\n else {\n reject(new Error(t('files', 'Move or copy operation failed')));\n }\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 let result;\n try {\n result = await openFilePickerForAction(action, dir, [node]);\n }\n catch (e) {\n logger.error(e);\n return false;\n }\n try {\n await handleCopyMoveNodeTo(node, result.destination, result.action);\n return true;\n }\n catch (error) {\n if (error instanceof Error && !!error.message) {\n showError(error.message);\n // Silent action as we handle the toast\n return null;\n }\n return false;\n }\n },\n async execBatch(nodes, view, dir) {\n const action = getActionForNodes(nodes);\n const result = await openFilePickerForAction(action, dir, nodes);\n const promises = nodes.map(async (node) => {\n try {\n await handleCopyMoveNodeTo(node, result.destination, result.action);\n return true;\n }\n catch (error) {\n logger.error(`Failed to ${result.action} node`, { node, error });\n return false;\n }\n });\n // We need to keep the selection on error!\n // So we do not return null, and for batch action\n // we let the front handle the error.\n return await Promise.all(promises);\n },\n order: 15,\n});\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { Permission, Node, FileType, View, FileAction, DefaultType } from '@nextcloud/files';\nimport { translate as t } from '@nextcloud/l10n';\nimport FolderSvg from '@mdi/svg/svg/folder.svg?raw';\nexport const action = new FileAction({\n id: 'open-folder',\n displayName(files) {\n // Only works on single node\n const displayName = files[0].attributes.displayName || files[0].basename;\n return t('files', 'Open folder {displayName}', { displayName });\n },\n iconSvgInline: () => FolderSvg,\n enabled(nodes) {\n // Only works on single node\n if (nodes.length !== 1) {\n return false;\n }\n const node = nodes[0];\n if (!node.isDavRessource) {\n return false;\n }\n return node.type === FileType.Folder\n && (node.permissions & Permission.READ) !== 0;\n },\n async exec(node, view) {\n if (!node || node.type !== FileType.Folder) {\n return false;\n }\n window.OCP.Files.Router.goToRoute(null, { view: view.id, fileid: node.fileid }, { dir: node.path });\n return null;\n },\n // Main action if enabled, meaning folders only\n default: DefaultType.HIDDEN,\n order: -100,\n});\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { translate as t } from '@nextcloud/l10n';\nimport { FileType, FileAction, DefaultType } from '@nextcloud/files';\n/**\n * TODO: Move away from a redirect and handle\n * navigation straight out of the recent view\n */\nexport const action = new FileAction({\n id: 'open-in-files-recent',\n displayName: () => t('files', 'Open in Files'),\n iconSvgInline: () => '',\n enabled: (nodes, view) => view.id === 'recent',\n async exec(node) {\n let dir = node.dirname;\n if (node.type === FileType.Folder) {\n dir = dir + '/' + node.basename;\n }\n window.OCP.Files.Router.goToRoute(null, // use default route\n { view: 'files', fileid: node.fileid }, { dir });\n return null;\n },\n // Before openFolderAction\n order: -1000,\n default: DefaultType.HIDDEN,\n});\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { emit } from '@nextcloud/event-bus';\nimport { Permission, FileAction } from '@nextcloud/files';\nimport { translate as t } from '@nextcloud/l10n';\nimport PencilSvg from '@mdi/svg/svg/pencil.svg?raw';\nexport const ACTION_DETAILS = 'details';\nexport const action = new FileAction({\n id: 'rename',\n displayName: () => t('files', 'Rename'),\n iconSvgInline: () => PencilSvg,\n enabled: (nodes) => {\n return nodes.length > 0 && nodes\n .map(node => node.permissions)\n .every(permission => (permission & Permission.UPDATE) !== 0);\n },\n async exec(node) {\n // Renaming is a built-in feature of the files app\n emit('files:node:rename', node);\n return null;\n },\n order: 10,\n});\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { Permission, View, FileAction, FileType } from '@nextcloud/files';\nimport { translate as t } from '@nextcloud/l10n';\nimport InformationSvg from '@mdi/svg/svg/information-variant.svg?raw';\nimport logger from '../logger.js';\nexport const ACTION_DETAILS = 'details';\nexport const action = new FileAction({\n id: ACTION_DETAILS,\n displayName: () => t('files', 'Open details'),\n iconSvgInline: () => InformationSvg,\n // Sidebar currently supports user folder only, /files/USER\n enabled: (nodes) => {\n // Only works on single node\n if (nodes.length !== 1) {\n return false;\n }\n if (!nodes[0]) {\n return false;\n }\n // Only work if the sidebar is available\n if (!window?.OCA?.Files?.Sidebar) {\n return false;\n }\n return (nodes[0].root?.startsWith('/files/') && nodes[0].permissions !== Permission.NONE) ?? false;\n },\n async exec(node, view, dir) {\n try {\n // TODO: migrate Sidebar to use a Node instead\n await window.OCA.Files.Sidebar.open(node.path);\n // Silently update current fileid\n window.OCP.Files.Router.goToRoute(null, { view: view.id, fileid: node.fileid }, { dir }, true);\n return null;\n }\n catch (error) {\n logger.error('Error while opening sidebar', { error });\n return false;\n }\n },\n order: -50,\n});\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { Node, FileType, Permission, View, FileAction } from '@nextcloud/files';\nimport { translate as t } from '@nextcloud/l10n';\nimport FolderMoveSvg from '@mdi/svg/svg/folder-move.svg?raw';\nexport const action = new FileAction({\n id: 'view-in-folder',\n displayName() {\n return t('files', 'View in folder');\n },\n iconSvgInline: () => FolderMoveSvg,\n enabled(nodes, view) {\n // Only works outside of the main files view\n if (view.id === 'files') {\n return false;\n }\n // Only works on single node\n if (nodes.length !== 1) {\n return false;\n }\n const node = nodes[0];\n if (!node.isDavRessource) {\n return false;\n }\n if (node.permissions === Permission.NONE) {\n return false;\n }\n return node.type === FileType.File;\n },\n async exec(node) {\n if (!node || node.type !== FileType.File) {\n return false;\n }\n window.OCP.Files.Router.goToRoute(null, { view: 'files', fileid: node.fileid }, { dir: node.dirname });\n return null;\n },\n order: 80,\n});\n","import { basename } from 'path';\nimport { emit } from '@nextcloud/event-bus';\nimport { getCurrentUser } from '@nextcloud/auth';\nimport { Permission, Folder } from '@nextcloud/files';\nimport { showSuccess } from '@nextcloud/dialogs';\nimport { translate as t } from '@nextcloud/l10n';\nimport axios from '@nextcloud/axios';\nimport FolderPlusSvg from '@mdi/svg/svg/folder-plus.svg?raw';\nimport { getUniqueName } from '../utils/fileUtils.ts';\nimport logger from '../logger';\nconst createNewFolder = async (root, name) => {\n const source = root.source + '/' + name;\n const encodedSource = root.encodedSource + '/' + encodeURIComponent(name);\n const response = await axios({\n method: 'MKCOL',\n url: encodedSource,\n headers: {\n Overwrite: 'F',\n },\n });\n return {\n fileid: parseInt(response.headers['oc-fileid']),\n source,\n };\n};\nexport const entry = {\n id: 'newFolder',\n displayName: t('files', 'New folder'),\n enabled: (context) => (context.permissions & Permission.CREATE) !== 0,\n iconSvgInline: FolderPlusSvg,\n order: 0,\n async handler(context, content) {\n const contentNames = content.map((node) => node.basename);\n const name = getUniqueName(t('files', 'New folder'), contentNames);\n const { fileid, source } = await createNewFolder(context, name);\n // Create the folder in the store\n const folder = new Folder({\n source,\n id: fileid,\n mtime: new Date(),\n owner: getCurrentUser()?.uid || null,\n permissions: Permission.ALL,\n root: context?.root || '/files/' + getCurrentUser()?.uid,\n });\n showSuccess(t('files', 'Created new folder \"{name}\"', { name: basename(source) }));\n logger.debug('Created new folder', { folder, source });\n emit('files:node:created', folder);\n emit('files:node:rename', folder);\n },\n};\n","const inWebWorker = typeof WorkerGlobalScope !== \"undefined\" &&\n self instanceof WorkerGlobalScope;\nconst root = inWebWorker\n ? self\n : typeof window !== \"undefined\"\n ? window\n : globalThis;\nexport const fetch = root.fetch.bind(root);\nexport const Headers = root.Headers;\nexport const Request = root.Request;\nexport const Response = root.Response;\n","import { sequence } from \"./functions.js\";\nconst HOT_PATCHER_TYPE = \"@@HOTPATCHER\";\nconst NOOP = () => { };\nfunction createNewItem(method) {\n return {\n original: method,\n methods: [method],\n final: false\n };\n}\n/**\n * Hot patching manager class\n */\nexport class HotPatcher {\n constructor() {\n this._configuration = {\n registry: {},\n getEmptyAction: \"null\"\n };\n this.__type__ = HOT_PATCHER_TYPE;\n }\n /**\n * Configuration object reference\n * @readonly\n */\n get configuration() {\n return this._configuration;\n }\n /**\n * The action to take when a non-set method is requested\n * Possible values: null/throw\n */\n get getEmptyAction() {\n return this.configuration.getEmptyAction;\n }\n set getEmptyAction(newAction) {\n this.configuration.getEmptyAction = newAction;\n }\n /**\n * Control another hot-patcher instance\n * Force the remote instance to use patched methods from calling instance\n * @param target The target instance to control\n * @param allowTargetOverrides Allow the target to override patched methods on\n * the controller (default is false)\n * @returns Returns self\n * @throws {Error} Throws if the target is invalid\n */\n control(target, allowTargetOverrides = false) {\n if (!target || target.__type__ !== HOT_PATCHER_TYPE) {\n throw new Error(\"Failed taking control of target HotPatcher instance: Invalid type or object\");\n }\n Object.keys(target.configuration.registry).forEach(foreignKey => {\n if (this.configuration.registry.hasOwnProperty(foreignKey)) {\n if (allowTargetOverrides) {\n this.configuration.registry[foreignKey] = Object.assign({}, target.configuration.registry[foreignKey]);\n }\n }\n else {\n this.configuration.registry[foreignKey] = Object.assign({}, target.configuration.registry[foreignKey]);\n }\n });\n target._configuration = this.configuration;\n return this;\n }\n /**\n * Execute a patched method\n * @param key The method key\n * @param args Arguments to pass to the method (optional)\n * @see HotPatcher#get\n * @returns The output of the called method\n */\n execute(key, ...args) {\n const method = this.get(key) || NOOP;\n return method(...args);\n }\n /**\n * Get a method for a key\n * @param key The method key\n * @returns Returns the requested function or null if the function\n * does not exist and the host is configured to return null (and not throw)\n * @throws {Error} Throws if the configuration specifies to throw and the method\n * does not exist\n * @throws {Error} Throws if the `getEmptyAction` value is invalid\n */\n get(key) {\n const item = this.configuration.registry[key];\n if (!item) {\n switch (this.getEmptyAction) {\n case \"null\":\n return null;\n case \"throw\":\n throw new Error(`Failed handling method request: No method provided for override: ${key}`);\n default:\n throw new Error(`Failed handling request which resulted in an empty method: Invalid empty-action specified: ${this.getEmptyAction}`);\n }\n }\n return sequence(...item.methods);\n }\n /**\n * Check if a method has been patched\n * @param key The function key\n * @returns True if already patched\n */\n isPatched(key) {\n return !!this.configuration.registry[key];\n }\n /**\n * Patch a method name\n * @param key The method key to patch\n * @param method The function to set\n * @param opts Patch options\n * @returns Returns self\n */\n patch(key, method, opts = {}) {\n const { chain = false } = opts;\n if (this.configuration.registry[key] && this.configuration.registry[key].final) {\n throw new Error(`Failed patching '${key}': Method marked as being final`);\n }\n if (typeof method !== \"function\") {\n throw new Error(`Failed patching '${key}': Provided method is not a function`);\n }\n if (chain) {\n // Add new method to the chain\n if (!this.configuration.registry[key]) {\n // New key, create item\n this.configuration.registry[key] = createNewItem(method);\n }\n else {\n // Existing, push the method\n this.configuration.registry[key].methods.push(method);\n }\n }\n else {\n // Replace the original\n if (this.isPatched(key)) {\n const { original } = this.configuration.registry[key];\n this.configuration.registry[key] = Object.assign(createNewItem(method), {\n original\n });\n }\n else {\n this.configuration.registry[key] = createNewItem(method);\n }\n }\n return this;\n }\n /**\n * Patch a method inline, execute it and return the value\n * Used for patching contents of functions. This method will not apply a patched\n * function if it has already been patched, allowing for external overrides to\n * function. It also means that the function is cached so that it is not\n * instantiated every time the outer function is invoked.\n * @param key The function key to use\n * @param method The function to patch (once, only if not patched)\n * @param args Arguments to pass to the function\n * @returns The output of the patched function\n * @example\n * function mySpecialFunction(a, b) {\n * return hotPatcher.patchInline(\"func\", (a, b) => {\n * return a + b;\n * }, a, b);\n * }\n */\n patchInline(key, method, ...args) {\n if (!this.isPatched(key)) {\n this.patch(key, method);\n }\n return this.execute(key, ...args);\n }\n /**\n * Patch a method (or methods) in sequential-mode\n * See `patch()` with the option `chain: true`\n * @see patch\n * @param key The key to patch\n * @param methods The methods to patch\n * @returns Returns self\n */\n plugin(key, ...methods) {\n methods.forEach(method => {\n this.patch(key, method, { chain: true });\n });\n return this;\n }\n /**\n * Restore a patched method if it has been overridden\n * @param key The method key\n * @returns Returns self\n */\n restore(key) {\n if (!this.isPatched(key)) {\n throw new Error(`Failed restoring method: No method present for key: ${key}`);\n }\n else if (typeof this.configuration.registry[key].original !== \"function\") {\n throw new Error(`Failed restoring method: Original method not found or of invalid type for key: ${key}`);\n }\n this.configuration.registry[key].methods = [this.configuration.registry[key].original];\n return this;\n }\n /**\n * Set a method as being final\n * This sets a method as having been finally overridden. Attempts at overriding\n * again will fail with an error.\n * @param key The key to make final\n * @returns Returns self\n */\n setFinal(key) {\n if (!this.configuration.registry.hasOwnProperty(key)) {\n throw new Error(`Failed marking '${key}' as final: No method found for key`);\n }\n this.configuration.registry[key].final = true;\n return this;\n }\n}\n","export function sequence(...methods) {\n if (methods.length === 0) {\n throw new Error(\"Failed creating sequence: No functions provided\");\n }\n return function __executeSequence(...args) {\n let result = args;\n const _this = this;\n while (methods.length > 0) {\n const method = methods.shift();\n result = [method.apply(_this, result)];\n }\n return result[0];\n };\n}\n","import { HotPatcher } from \"hot-patcher\";\nlet __patcher = null;\nexport function getPatcher() {\n if (!__patcher) {\n __patcher = new HotPatcher();\n }\n return __patcher;\n}\n","import md5 from \"md5\";\nimport { ha1Compute } from \"../tools/crypto.js\";\nconst NONCE_CHARS = \"abcdef0123456789\";\nconst NONCE_SIZE = 32;\nexport function createDigestContext(username, password, ha1) {\n return { username, password, ha1, nc: 0, algorithm: \"md5\", hasDigestAuth: false };\n}\nexport function generateDigestAuthHeader(options, digest) {\n const url = options.url.replace(\"//\", \"\");\n const uri = url.indexOf(\"/\") == -1 ? \"/\" : url.slice(url.indexOf(\"/\"));\n const method = options.method ? options.method.toUpperCase() : \"GET\";\n const qop = /(^|,)\\s*auth\\s*($|,)/.test(digest.qop) ? \"auth\" : false;\n const ncString = `00000000${digest.nc}`.slice(-8);\n const ha1 = ha1Compute(digest.algorithm, digest.username, digest.realm, digest.password, digest.nonce, digest.cnonce, digest.ha1);\n const ha2 = md5(`${method}:${uri}`);\n const digestResponse = qop\n ? md5(`${ha1}:${digest.nonce}:${ncString}:${digest.cnonce}:${qop}:${ha2}`)\n : md5(`${ha1}:${digest.nonce}:${ha2}`);\n const authValues = {\n username: digest.username,\n realm: digest.realm,\n nonce: digest.nonce,\n uri,\n qop,\n response: digestResponse,\n nc: ncString,\n cnonce: digest.cnonce,\n algorithm: digest.algorithm,\n opaque: digest.opaque\n };\n const authHeader = [];\n for (const k in authValues) {\n if (authValues[k]) {\n if (k === \"qop\" || k === \"nc\" || k === \"algorithm\") {\n authHeader.push(`${k}=${authValues[k]}`);\n }\n else {\n authHeader.push(`${k}=\"${authValues[k]}\"`);\n }\n }\n }\n return `Digest ${authHeader.join(\", \")}`;\n}\nfunction makeNonce() {\n let uid = \"\";\n for (let i = 0; i < NONCE_SIZE; ++i) {\n uid = `${uid}${NONCE_CHARS[Math.floor(Math.random() * NONCE_CHARS.length)]}`;\n }\n return uid;\n}\nexport function parseDigestAuth(response, _digest) {\n const authHeader = (response.headers && response.headers.get(\"www-authenticate\")) || \"\";\n if (authHeader.split(/\\s/)[0].toLowerCase() !== \"digest\") {\n return false;\n }\n const re = /([a-z0-9_-]+)=(?:\"([^\"]+)\"|([a-z0-9_-]+))/gi;\n for (;;) {\n const match = re.exec(authHeader);\n if (!match) {\n break;\n }\n _digest[match[1]] = match[2] || match[3];\n }\n _digest.nc += 1;\n _digest.cnonce = makeNonce();\n return true;\n}\n","import md5 from \"md5\";\nexport function ha1Compute(algorithm, user, realm, pass, nonce, cnonce, ha1) {\n const ha1Hash = ha1 || md5(`${user}:${realm}:${pass}`);\n if (algorithm && algorithm.toLowerCase() === \"md5-sess\") {\n return md5(`${ha1Hash}:${nonce}:${cnonce}`);\n }\n return ha1Hash;\n}\n","export function cloneShallow(obj) {\n return isPlainObject(obj)\n ? Object.assign({}, obj)\n : Object.setPrototypeOf(Object.assign({}, obj), Object.getPrototypeOf(obj));\n}\nfunction isPlainObject(obj) {\n if (typeof obj !== \"object\" ||\n obj === null ||\n Object.prototype.toString.call(obj) != \"[object Object]\") {\n // Not an object\n return false;\n }\n if (Object.getPrototypeOf(obj) === null) {\n return true;\n }\n let proto = obj;\n // Find the prototype\n while (Object.getPrototypeOf(proto) !== null) {\n proto = Object.getPrototypeOf(proto);\n }\n return Object.getPrototypeOf(obj) === proto;\n}\nexport function merge(...args) {\n let output = null, items = [...args];\n while (items.length > 0) {\n const nextItem = items.shift();\n if (!output) {\n output = cloneShallow(nextItem);\n }\n else {\n output = mergeObjects(output, nextItem);\n }\n }\n return output;\n}\nfunction mergeObjects(obj1, obj2) {\n const output = cloneShallow(obj1);\n Object.keys(obj2).forEach(key => {\n if (!output.hasOwnProperty(key)) {\n output[key] = obj2[key];\n return;\n }\n if (Array.isArray(obj2[key])) {\n output[key] = Array.isArray(output[key])\n ? [...output[key], ...obj2[key]]\n : [...obj2[key]];\n }\n else if (typeof obj2[key] === \"object\" && !!obj2[key]) {\n output[key] =\n typeof output[key] === \"object\" && !!output[key]\n ? mergeObjects(output[key], obj2[key])\n : cloneShallow(obj2[key]);\n }\n else {\n output[key] = obj2[key];\n }\n });\n return output;\n}\n","export function convertResponseHeaders(headers) {\n const output = {};\n for (const key of headers.keys()) {\n output[key] = headers.get(key);\n }\n return output;\n}\nexport function mergeHeaders(...headerPayloads) {\n if (headerPayloads.length === 0)\n return {};\n const headerKeys = {};\n return headerPayloads.reduce((output, headers) => {\n Object.keys(headers).forEach(header => {\n const lowerHeader = header.toLowerCase();\n if (headerKeys.hasOwnProperty(lowerHeader)) {\n output[headerKeys[lowerHeader]] = headers[header];\n }\n else {\n headerKeys[lowerHeader] = header;\n output[header] = headers[header];\n }\n });\n return output;\n }, {});\n}\n","const hasArrayBuffer = typeof ArrayBuffer === \"function\";\nconst { toString: objToString } = Object.prototype;\n// Taken from: https://github.com/fengyuanchen/is-array-buffer/blob/master/src/index.js\nexport function isArrayBuffer(value) {\n return (hasArrayBuffer &&\n (value instanceof ArrayBuffer || objToString.call(value) === \"[object ArrayBuffer]\"));\n}\n","import { Agent as HTTPAgent } from \"http\";\nimport { Agent as HTTPSAgent } from \"https\";\nimport { fetch } from \"@buttercup/fetch\";\nimport { getPatcher } from \"./compat/patcher.js\";\nimport { isWeb } from \"./compat/env.js\";\nimport { generateDigestAuthHeader, parseDigestAuth } from \"./auth/digest.js\";\nimport { cloneShallow, merge } from \"./tools/merge.js\";\nimport { mergeHeaders } from \"./tools/headers.js\";\nimport { requestDataToFetchBody } from \"./tools/body.js\";\nfunction _request(requestOptions) {\n const patcher = getPatcher();\n return patcher.patchInline(\"request\", (options) => patcher.patchInline(\"fetch\", fetch, options.url, getFetchOptions(options)), requestOptions);\n}\nfunction getFetchOptions(requestOptions) {\n let headers = {};\n // Handle standard options\n const opts = {\n method: requestOptions.method\n };\n if (requestOptions.headers) {\n headers = mergeHeaders(headers, requestOptions.headers);\n }\n if (typeof requestOptions.data !== \"undefined\") {\n const [body, newHeaders] = requestDataToFetchBody(requestOptions.data);\n opts.body = body;\n headers = mergeHeaders(headers, newHeaders);\n }\n if (requestOptions.signal) {\n opts.signal = requestOptions.signal;\n }\n if (requestOptions.withCredentials) {\n opts.credentials = \"include\";\n }\n // Check for node-specific options\n if (!isWeb()) {\n if (requestOptions.httpAgent || requestOptions.httpsAgent) {\n opts.agent = (parsedURL) => {\n if (parsedURL.protocol === \"http:\") {\n return requestOptions.httpAgent || new HTTPAgent();\n }\n return requestOptions.httpsAgent || new HTTPSAgent();\n };\n }\n }\n // Attach headers\n opts.headers = headers;\n return opts;\n}\nexport function prepareRequestOptions(requestOptions, context, userOptions) {\n const finalOptions = cloneShallow(requestOptions);\n finalOptions.headers = mergeHeaders(context.headers, finalOptions.headers || {}, userOptions.headers || {});\n if (typeof userOptions.data !== \"undefined\") {\n finalOptions.data = userOptions.data;\n }\n if (userOptions.signal) {\n finalOptions.signal = userOptions.signal;\n }\n if (context.httpAgent) {\n finalOptions.httpAgent = context.httpAgent;\n }\n if (context.httpsAgent) {\n finalOptions.httpsAgent = context.httpsAgent;\n }\n if (context.digest) {\n finalOptions._digest = context.digest;\n }\n if (typeof context.withCredentials === \"boolean\") {\n finalOptions.withCredentials = context.withCredentials;\n }\n return finalOptions;\n}\nexport async function request(requestOptions) {\n // Client not configured for digest authentication\n if (!requestOptions._digest) {\n return _request(requestOptions);\n }\n // Remove client's digest authentication object from request options\n const _digest = requestOptions._digest;\n delete requestOptions._digest;\n // If client is already using digest authentication, include the digest authorization header\n if (_digest.hasDigestAuth) {\n requestOptions = merge(requestOptions, {\n headers: {\n Authorization: generateDigestAuthHeader(requestOptions, _digest)\n }\n });\n }\n // Perform digest request + check\n const response = await _request(requestOptions);\n if (response.status == 401) {\n _digest.hasDigestAuth = parseDigestAuth(response, _digest);\n if (_digest.hasDigestAuth) {\n requestOptions = merge(requestOptions, {\n headers: {\n Authorization: generateDigestAuthHeader(requestOptions, _digest)\n }\n });\n const response2 = await _request(requestOptions);\n if (response2.status == 401) {\n _digest.hasDigestAuth = false;\n }\n else {\n _digest.nc++;\n }\n return response2;\n }\n }\n else {\n _digest.nc++;\n }\n return response;\n}\n","import Stream from \"stream\";\nimport { isArrayBuffer } from \"../compat/arrayBuffer.js\";\nimport { isBuffer } from \"../compat/buffer.js\";\nimport { isWeb } from \"../compat/env.js\";\nexport function requestDataToFetchBody(data) {\n if (!isWeb() && data instanceof Stream.Readable) {\n // @ts-ignore\n return [data, {}];\n }\n if (typeof data === \"string\") {\n return [data, {}];\n }\n else if (isBuffer(data)) {\n return [data, {}];\n }\n else if (isArrayBuffer(data)) {\n return [data, {}];\n }\n else if (data && typeof data === \"object\") {\n return [\n JSON.stringify(data),\n {\n \"content-type\": \"application/json\"\n }\n ];\n }\n throw new Error(`Unable to convert request body: Unexpected body type: ${typeof data}`);\n}\n","export function isBuffer(value) {\n return (value != null &&\n value.constructor != null &&\n typeof value.constructor.isBuffer === \"function\" &&\n value.constructor.isBuffer(value));\n}\n","import { createClient, getPatcher } from 'webdav';\nimport { generateRemoteUrl } from '@nextcloud/router';\nimport { getCurrentUser, getRequestToken } from '@nextcloud/auth';\nimport { request } from 'webdav/dist/node/request.js';\nexport const rootPath = `/files/${getCurrentUser()?.uid}`;\nexport const defaultRootUrl = generateRemoteUrl('dav' + rootPath);\nexport const getClient = (rootUrl = defaultRootUrl) => {\n const client = createClient(rootUrl, {\n headers: {\n requesttoken: getRequestToken() || '',\n },\n });\n /**\n * Allow to override the METHOD to support dav REPORT\n *\n * @see https://github.com/perry-mitchell/webdav-client/blob/8d9694613c978ce7404e26a401c39a41f125f87f/source/request.ts\n */\n const patcher = getPatcher();\n // eslint-disable-next-line @typescript-eslint/ban-ts-comment\n // @ts-ignore\n // https://github.com/perry-mitchell/hot-patcher/issues/6\n patcher.patch('request', (options) => {\n if (options.headers?.method) {\n options.method = options.headers.method;\n delete options.headers.method;\n }\n return request(options);\n });\n return client;\n};\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nexport const hashCode = function (str) {\n return str.split('').reduce(function (a, b) {\n a = ((a << 5) - a) + b.charCodeAt(0);\n return a & a;\n }, 0);\n};\n","import { CancelablePromise } from 'cancelable-promise';\nimport { File, Folder, davParsePermissions, davGetDefaultPropfind } from '@nextcloud/files';\nimport { generateRemoteUrl } from '@nextcloud/router';\nimport { getCurrentUser } from '@nextcloud/auth';\nimport { getClient, rootPath } from './WebdavClient';\nimport { hashCode } from '../utils/hashUtils';\nimport logger from '../logger';\nconst client = getClient();\nexport const resultToNode = function (node) {\n const props = node.props;\n const permissions = davParsePermissions(props?.permissions);\n const owner = (props['owner-id'] || getCurrentUser()?.uid);\n const source = generateRemoteUrl('dav' + rootPath + node.filename);\n const id = props?.fileid < 0\n ? hashCode(source)\n : props?.fileid || 0;\n const nodeData = {\n id,\n source,\n mtime: new Date(node.lastmod),\n mime: node.mime,\n size: props?.size || 0,\n permissions,\n owner,\n root: rootPath,\n attributes: {\n ...node,\n ...props,\n hasPreview: props?.['has-preview'],\n failed: props?.fileid < 0,\n },\n };\n delete nodeData.attributes.props;\n return node.type === 'file'\n ? new File(nodeData)\n : new Folder(nodeData);\n};\nexport const getContents = (path = '/') => {\n const controller = new AbortController();\n const propfindPayload = davGetDefaultPropfind();\n return new CancelablePromise(async (resolve, reject, onCancel) => {\n onCancel(() => controller.abort());\n try {\n const contentsResponse = await client.getDirectoryContents(path, {\n details: true,\n data: propfindPayload,\n includeSelf: true,\n signal: controller.signal,\n });\n const root = contentsResponse.data[0];\n const contents = contentsResponse.data.slice(1);\n if (root.filename !== path) {\n throw new Error('Root node does not match requested path');\n }\n resolve({\n folder: resultToNode(root),\n contents: contents.map(result => {\n try {\n return resultToNode(result);\n }\n catch (error) {\n logger.error(`Invalid node detected '${result.basename}'`, { error });\n return null;\n }\n }).filter(Boolean),\n });\n }\n catch (error) {\n reject(error);\n }\n });\n};\n","import { Folder, getDavNameSpaces, getDavProperties, davGetDefaultPropfind } from '@nextcloud/files';\nimport { getClient } from './WebdavClient';\nimport { resultToNode } from './Files';\nconst client = getClient();\nconst reportPayload = `\n\n\t\n\t\t${getDavProperties()}\n\t\n\t\n\t\t1\n\t\n`;\nexport const getContents = async (path = '/') => {\n const propfindPayload = davGetDefaultPropfind();\n // Get root folder\n let rootResponse;\n if (path === '/') {\n rootResponse = await client.stat(path, {\n details: true,\n data: propfindPayload,\n });\n }\n const contentsResponse = await client.getDirectoryContents(path, {\n details: true,\n // Only filter favorites if we're at the root\n data: path === '/' ? reportPayload : propfindPayload,\n headers: {\n // Patched in WebdavClient.ts\n method: path === '/' ? 'REPORT' : 'PROPFIND',\n },\n includeSelf: true,\n });\n const root = rootResponse?.data || contentsResponse.data[0];\n const contents = contentsResponse.data.filter(node => node.filename !== path);\n return {\n folder: resultToNode(root),\n contents: contents.map(resultToNode),\n };\n};\n","import { subscribe } from '@nextcloud/event-bus';\nimport { FileType, View, getNavigation } from '@nextcloud/files';\nimport { loadState } from '@nextcloud/initial-state';\nimport { getLanguage, translate as t } from '@nextcloud/l10n';\nimport { basename } from 'path';\nimport FolderSvg from '@mdi/svg/svg/folder.svg?raw';\nimport StarSvg from '@mdi/svg/svg/star.svg?raw';\nimport { getContents } from '../services/Favorites';\nimport { hashCode } from '../utils/hashUtils';\nimport logger from '../logger';\nexport const generateFavoriteFolderView = function (folder, index = 0) {\n return new View({\n id: generateIdFromPath(folder.path),\n name: basename(folder.path),\n icon: FolderSvg,\n order: index,\n params: {\n dir: folder.path,\n fileid: folder.fileid.toString(),\n view: 'favorites',\n },\n parent: 'favorites',\n columns: [],\n getContents,\n });\n};\nexport const generateIdFromPath = function (path) {\n return `favorite-${hashCode(path)}`;\n};\nexport default () => {\n // Load state in function for mock testing purposes\n const favoriteFolders = loadState('files', 'favoriteFolders', []);\n const favoriteFoldersViews = favoriteFolders.map((folder, index) => generateFavoriteFolderView(folder, index));\n logger.debug('Generating favorites view', { favoriteFolders });\n const Navigation = getNavigation();\n Navigation.register(new View({\n id: 'favorites',\n name: t('files', 'Favorites'),\n caption: t('files', 'List of favorites files and folders.'),\n emptyTitle: t('files', 'No favorites yet'),\n emptyCaption: t('files', 'Files and folders you mark as favorite will show up here'),\n icon: StarSvg,\n order: 5,\n columns: [],\n getContents,\n }));\n favoriteFoldersViews.forEach(view => Navigation.register(view));\n /**\n * Update favourites navigation when a new folder is added\n */\n subscribe('files:favorites:added', (node) => {\n if (node.type !== FileType.Folder) {\n return;\n }\n // Sanity check\n if (node.path === null || !node.root?.startsWith('/files')) {\n logger.error('Favorite folder is not within user files root', { node });\n return;\n }\n addToFavorites(node);\n });\n /**\n * Remove favourites navigation when a folder is removed\n */\n subscribe('files:favorites:removed', (node) => {\n if (node.type !== FileType.Folder) {\n return;\n }\n // Sanity check\n if (node.path === null || !node.root?.startsWith('/files')) {\n logger.error('Favorite folder is not within user files root', { node });\n return;\n }\n removePathFromFavorites(node.path);\n });\n /**\n * Sort the favorites paths array and\n * update the order property of the existing views\n */\n const updateAndSortViews = function () {\n favoriteFolders.sort((a, b) => a.path.localeCompare(b.path, getLanguage(), { ignorePunctuation: true }));\n favoriteFolders.forEach((folder, index) => {\n const view = favoriteFoldersViews.find((view) => view.id === generateIdFromPath(folder.path));\n if (view) {\n view.order = index;\n }\n });\n };\n // Add a folder to the favorites paths array and update the views\n const addToFavorites = function (node) {\n const newFavoriteFolder = { path: node.path, fileid: node.fileid };\n const view = generateFavoriteFolderView(newFavoriteFolder);\n // Skip if already exists\n if (favoriteFolders.find((folder) => folder.path === node.path)) {\n return;\n }\n // Update arrays\n favoriteFolders.push(newFavoriteFolder);\n favoriteFoldersViews.push(view);\n // Update and sort views\n updateAndSortViews();\n Navigation.register(view);\n };\n // Remove a folder from the favorites paths array and update the views\n const removePathFromFavorites = function (path) {\n const id = generateIdFromPath(path);\n const index = favoriteFolders.findIndex((folder) => folder.path === path);\n // Skip if not exists\n if (index === -1) {\n return;\n }\n // Update arrays\n favoriteFolders.splice(index, 1);\n favoriteFoldersViews.splice(index, 1);\n // Update and sort views\n Navigation.remove(id);\n updateAndSortViews();\n };\n};\n","import { getCurrentUser } from '@nextcloud/auth';\nimport { Folder, Permission, davGetRecentSearch, davGetClient, davResultToNode, davRootPath, davRemoteURL } from '@nextcloud/files';\nconst client = davGetClient();\nconst lastTwoWeeksTimestamp = Math.round((Date.now() / 1000) - (60 * 60 * 24 * 14));\nexport const getContents = async (path = '/') => {\n const contentsResponse = await client.getDirectoryContents(path, {\n details: true,\n data: davGetRecentSearch(lastTwoWeeksTimestamp),\n headers: {\n // Patched in WebdavClient.ts\n method: 'SEARCH',\n // Somehow it's needed to get the correct response\n 'Content-Type': 'application/xml; charset=utf-8',\n },\n deep: true,\n });\n const contents = contentsResponse.data;\n return {\n folder: new Folder({\n id: 0,\n source: `${davRemoteURL}${davRootPath}`,\n root: davRootPath,\n owner: getCurrentUser()?.uid || null,\n permissions: Permission.READ,\n }),\n contents: contents.map((r) => davResultToNode(r)),\n };\n};\n","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return (_vm.opened)?_c('NcModal',{staticClass:\"templates-picker\",attrs:{\"clear-view-delay\":-1,\"size\":\"large\"},on:{\"close\":_vm.close}},[_c('form',{staticClass:\"templates-picker__form\",style:(_vm.style),on:{\"submit\":function($event){$event.preventDefault();$event.stopPropagation();return _vm.onSubmit.apply(null, arguments)}}},[_c('h2',[_vm._v(_vm._s(_vm.t('files', 'Pick a template for {name}', { name: _vm.nameWithoutExt })))]),_vm._v(\" \"),_c('ul',{staticClass:\"templates-picker__list\"},[_c('TemplatePreview',_vm._b({attrs:{\"checked\":_vm.checked === _vm.emptyTemplate.fileid},on:{\"check\":_vm.onCheck}},'TemplatePreview',_vm.emptyTemplate,false)),_vm._v(\" \"),_vm._l((_vm.provider.templates),function(template){return _c('TemplatePreview',_vm._b({key:template.fileid,attrs:{\"checked\":_vm.checked === template.fileid,\"ratio\":_vm.provider.ratio},on:{\"check\":_vm.onCheck}},'TemplatePreview',template,false))})],2),_vm._v(\" \"),_c('div',{staticClass:\"templates-picker__buttons\"},[_c('input',{staticClass:\"primary\",attrs:{\"type\":\"submit\",\"aria-label\":_vm.t('files', 'Create a new file with the selected template')},domProps:{\"value\":_vm.t('files', 'Create')}})])]),_vm._v(\" \"),(_vm.loading)?_c('NcEmptyContent',{staticClass:\"templates-picker__loading\",attrs:{\"icon\":\"icon-loading\"}},[_vm._v(\"\\n\\t\\t\"+_vm._s(_vm.t('files', 'Creating file'))+\"\\n\\t\")]):_vm._e()],1):_vm._e()\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","/**\n * @copyright Copyright (c) 2019 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\n\nimport { generateRemoteUrl } from '@nextcloud/router'\nimport { getCurrentUser } from '@nextcloud/auth'\n\nexport const getRootPath = function() {\n\tif (getCurrentUser()) {\n\t\treturn generateRemoteUrl(`dav/files/${getCurrentUser().uid}`)\n\t} else {\n\t\treturn generateRemoteUrl('webdav').replace('/remote.php', '/public.php')\n\t}\n}\n\nexport const isPublic = function() {\n\treturn !getCurrentUser()\n}\n\nexport const getToken = function() {\n\treturn document.getElementById('sharingToken') && document.getElementById('sharingToken').value\n}\n","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./TemplatePreview.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./TemplatePreview.vue?vue&type=script&lang=js\"","\n\n\n\n\n\n\n","\n import API from \"!../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./TemplatePreview.vue?vue&type=style&index=0&id=0859a92c&prod&lang=scss&scoped=true\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./TemplatePreview.vue?vue&type=style&index=0&id=0859a92c&prod&lang=scss&scoped=true\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./TemplatePreview.vue?vue&type=template&id=0859a92c&scoped=true\"\nimport script from \"./TemplatePreview.vue?vue&type=script&lang=js\"\nexport * from \"./TemplatePreview.vue?vue&type=script&lang=js\"\nimport style0 from \"./TemplatePreview.vue?vue&type=style&index=0&id=0859a92c&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"0859a92c\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('li',{staticClass:\"template-picker__item\"},[_c('input',{staticClass:\"radio\",attrs:{\"id\":_vm.id,\"type\":\"radio\",\"name\":\"template-picker\"},domProps:{\"checked\":_vm.checked},on:{\"change\":_vm.onCheck}}),_vm._v(\" \"),_c('label',{staticClass:\"template-picker__label\",attrs:{\"for\":_vm.id}},[_c('div',{staticClass:\"template-picker__preview\",class:_vm.failedPreview ? 'template-picker__preview--failed' : ''},[_c('img',{staticClass:\"template-picker__image\",attrs:{\"src\":_vm.realPreviewUrl,\"alt\":\"\",\"draggable\":\"false\"},on:{\"error\":_vm.onFailure}})]),_vm._v(\" \"),_c('span',{staticClass:\"template-picker__title\"},[_vm._v(\"\\n\\t\\t\\t\"+_vm._s(_vm.nameWithoutExt)+\"\\n\\t\\t\")])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./TemplatePicker.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./TemplatePicker.vue?vue&type=script&lang=ts\"","/**\n * @copyright Copyright (c) 2021 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\n\nimport { generateOcsUrl } from '@nextcloud/router'\nimport axios from '@nextcloud/axios'\n\nexport const getTemplates = async function() {\n\tconst response = await axios.get(generateOcsUrl('apps/files/api/v1/templates'))\n\treturn response.data.ocs.data\n}\n\n/**\n * Create a new file from a specified template\n *\n * @param {string} filePath The new file destination path\n * @param {string} templatePath The template source path\n * @param {string} templateType The template type e.g 'user'\n */\nexport const createFromTemplate = async function(filePath, templatePath, templateType) {\n\tconst response = await axios.post(generateOcsUrl('apps/files/api/v1/templates/create'), {\n\t\tfilePath,\n\t\ttemplatePath,\n\t\ttemplateType,\n\t})\n\treturn response.data.ocs.data\n}\n","\n import API from \"!../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./TemplatePicker.vue?vue&type=style&index=0&id=48121b39&prod&lang=scss&scoped=true\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./TemplatePicker.vue?vue&type=style&index=0&id=48121b39&prod&lang=scss&scoped=true\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./TemplatePicker.vue?vue&type=template&id=48121b39&scoped=true\"\nimport script from \"./TemplatePicker.vue?vue&type=script&lang=ts\"\nexport * from \"./TemplatePicker.vue?vue&type=script&lang=ts\"\nimport style0 from \"./TemplatePicker.vue?vue&type=style&index=0&id=48121b39&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"48121b39\",\n null\n \n)\n\nexport default component.exports","import { Folder, Node, Permission, addNewFileMenuEntry, removeNewFileMenuEntry } from '@nextcloud/files';\nimport { generateOcsUrl } from '@nextcloud/router';\nimport { getLoggerBuilder } from '@nextcloud/logger';\nimport { join } from 'path';\nimport { loadState } from '@nextcloud/initial-state';\nimport { showError } from '@nextcloud/dialogs';\nimport { translate as t, translatePlural as n } from '@nextcloud/l10n';\nimport axios from '@nextcloud/axios';\nimport Vue from 'vue';\nimport PlusSvg from '@mdi/svg/svg/plus.svg?raw';\nimport TemplatePickerView from './views/TemplatePicker.vue';\nimport { getUniqueName } from './utils/fileUtils.ts';\nimport { getCurrentUser } from '@nextcloud/auth';\n// Set up logger\nconst logger = getLoggerBuilder()\n .setApp('files')\n .detectUser()\n .build();\n// Add translates functions\nVue.mixin({\n methods: {\n t,\n n,\n },\n});\n// Create document root\nconst TemplatePickerRoot = document.createElement('div');\nTemplatePickerRoot.id = 'template-picker';\ndocument.body.appendChild(TemplatePickerRoot);\n// Retrieve and init templates\nlet templates = loadState('files', 'templates', []);\nlet templatesPath = loadState('files', 'templates_path', false);\nlogger.debug('Templates providers', { templates });\nlogger.debug('Templates folder', { templatesPath });\n// Init vue app\nconst View = Vue.extend(TemplatePickerView);\nconst TemplatePicker = new View({\n name: 'TemplatePicker',\n propsData: {\n logger,\n },\n});\nTemplatePicker.$mount('#template-picker');\nif (!templatesPath) {\n logger.debug('Templates folder not initialized');\n addNewFileMenuEntry({\n id: 'template-picker',\n displayName: t('files', 'Create new templates folder'),\n iconSvgInline: PlusSvg,\n order: 10,\n enabled(context) {\n // Allow creation on your own folders only\n if (context.owner !== getCurrentUser()?.uid) {\n return false;\n }\n return (context.permissions & Permission.CREATE) !== 0;\n },\n handler(context, content) {\n // Check for conflicts\n const contentNames = content.map((node) => node.basename);\n const name = getUniqueName(t('files', 'Templates'), contentNames);\n // Create the template folder\n initTemplatesFolder(context, name);\n // Remove the menu entry\n removeNewFileMenuEntry('template-picker');\n },\n });\n}\n// Init template files menu\ntemplates.forEach((provider, index) => {\n addNewFileMenuEntry({\n id: `template-new-${provider.app}-${index}`,\n displayName: provider.label,\n // TODO: migrate to inline svg\n iconClass: provider.iconClass || 'icon-file',\n enabled(context) {\n return (context.permissions & Permission.CREATE) !== 0;\n },\n order: 11,\n handler(context, content) {\n // Check for conflicts\n const contentNames = content.map((node) => node.basename);\n const name = getUniqueName(provider.label + provider.extension, contentNames);\n // Create the file\n TemplatePicker.open(name, provider);\n },\n });\n});\n// Init template folder\nconst initTemplatesFolder = async function (directory, name) {\n const templatePath = join(directory.path, name);\n try {\n logger.debug('Initializing the templates directory', { templatePath });\n const response = await axios.post(generateOcsUrl('apps/files/api/v1/templates/path'), {\n templatePath,\n copySystemTemplates: true,\n });\n // Go to template directory\n window.OCP.Files.Router.goToRoute(null, // use default route\n { view: 'files', fileid: undefined }, { dir: templatePath });\n templates = response.data.ocs.data.templates;\n templatesPath = response.data.ocs.data.template_path;\n }\n catch (error) {\n logger.error('Unable to initialize the templates directory');\n showError(t('files', 'Unable to initialize the templates directory'));\n }\n};\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { addNewFileMenuEntry, registerDavProperty, registerFileAction } from '@nextcloud/files';\nimport { action as deleteAction } from './actions/deleteAction';\nimport { action as downloadAction } from './actions/downloadAction';\nimport { action as editLocallyAction } from './actions/editLocallyAction';\nimport { action as favoriteAction } from './actions/favoriteAction';\nimport { action as moveOrCopyAction } from './actions/moveOrCopyAction';\nimport { action as openFolderAction } from './actions/openFolderAction';\nimport { action as openInFilesAction } from './actions/openInFilesAction';\nimport { action as renameAction } from './actions/renameAction';\nimport { action as sidebarAction } from './actions/sidebarAction';\nimport { action as viewInFolderAction } from './actions/viewInFolderAction';\nimport { entry as newFolderEntry } from './newMenu/newFolder';\nimport registerFavoritesView from './views/favorites';\nimport registerRecentView from './views/recent';\nimport registerFilesView from './views/files';\nimport registerPreviewServiceWorker from './services/ServiceWorker.js';\nimport './init-templates';\nimport { initLivePhotos } from './services/LivePhotos';\n// Register file actions\nregisterFileAction(deleteAction);\nregisterFileAction(downloadAction);\nregisterFileAction(editLocallyAction);\nregisterFileAction(favoriteAction);\nregisterFileAction(moveOrCopyAction);\nregisterFileAction(openFolderAction);\nregisterFileAction(openInFilesAction);\nregisterFileAction(renameAction);\nregisterFileAction(sidebarAction);\nregisterFileAction(viewInFolderAction);\n// Register new menu entry\naddNewFileMenuEntry(newFolderEntry);\n// Register files views\nregisterFavoritesView();\nregisterFilesView();\nregisterRecentView();\n// Register preview service worker\nregisterPreviewServiceWorker();\nregisterDavProperty('nc:hidden', { nc: 'http://nextcloud.org/ns' });\ninitLivePhotos();\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { translate as t } from '@nextcloud/l10n';\nimport FolderSvg from '@mdi/svg/svg/folder.svg?raw';\nimport { getContents } from '../services/Files';\nimport { View, getNavigation } from '@nextcloud/files';\nexport default () => {\n const Navigation = getNavigation();\n Navigation.register(new View({\n id: 'files',\n name: t('files', 'All files'),\n caption: t('files', 'List of your files and folders.'),\n icon: FolderSvg,\n order: 0,\n getContents,\n }));\n};\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { translate as t } from '@nextcloud/l10n';\nimport HistorySvg from '@mdi/svg/svg/history.svg?raw';\nimport { getContents } from '../services/Recent';\nimport { View, getNavigation } from '@nextcloud/files';\nexport default () => {\n const Navigation = getNavigation();\n Navigation.register(new View({\n id: 'recent',\n name: t('files', 'Recent'),\n caption: t('files', 'List of recently modified files and folders.'),\n emptyTitle: t('files', 'No recently modified files'),\n emptyCaption: t('files', 'Files and folders you recently modified will show up here.'),\n icon: HistorySvg,\n order: 2,\n defaultSortKey: 'mtime',\n getContents,\n }));\n};\n","/**\n * @copyright Copyright (c) 2019 Gary Kim \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { generateUrl } from '@nextcloud/router'\nimport logger from '../logger.js'\n\nexport default () => {\n\tif ('serviceWorker' in navigator) {\n\t\t// Use the window load event to keep the page load performant\n\t\twindow.addEventListener('load', async () => {\n\t\t\ttry {\n\t\t\t\tconst url = generateUrl('/apps/files/preview-service-worker.js', {}, { noRewrite: true })\n\t\t\t\tconst registration = await navigator.serviceWorker.register(url, { scope: '/' })\n\t\t\t\tlogger.debug('SW registered: ', { registration })\n\t\t\t} catch (error) {\n\t\t\t\tlogger.error('SW registration failed: ', { error })\n\t\t\t}\n\t\t})\n\t} else {\n\t\tlogger.debug('Service Worker is not enabled on this browser.')\n\t}\n}\n","/**\n * @copyright Copyright (c) 2023 Louis Chmn \n *\n * @author Louis Chmn \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { Node, registerDavProperty } from '@nextcloud/files';\nexport function initLivePhotos() {\n registerDavProperty('nc:metadata-files-live-photo', { nc: 'http://nextcloud.org/ns' });\n}\n/**\n * @param {Node} node - The node\n */\nexport function isLivePhoto(node) {\n return node.attributes['metadata-files-live-photo'] !== undefined;\n}\n","module.exports = {\n \"100\": \"Continue\",\n \"101\": \"Switching Protocols\",\n \"102\": \"Processing\",\n \"200\": \"OK\",\n \"201\": \"Created\",\n \"202\": \"Accepted\",\n \"203\": \"Non-Authoritative Information\",\n \"204\": \"No Content\",\n \"205\": \"Reset Content\",\n \"206\": \"Partial Content\",\n \"207\": \"Multi-Status\",\n \"208\": \"Already Reported\",\n \"226\": \"IM Used\",\n \"300\": \"Multiple Choices\",\n \"301\": \"Moved Permanently\",\n \"302\": \"Found\",\n \"303\": \"See Other\",\n \"304\": \"Not Modified\",\n \"305\": \"Use Proxy\",\n \"307\": \"Temporary Redirect\",\n \"308\": \"Permanent Redirect\",\n \"400\": \"Bad Request\",\n \"401\": \"Unauthorized\",\n \"402\": \"Payment Required\",\n \"403\": \"Forbidden\",\n \"404\": \"Not Found\",\n \"405\": \"Method Not Allowed\",\n \"406\": \"Not Acceptable\",\n \"407\": \"Proxy Authentication Required\",\n \"408\": \"Request Timeout\",\n \"409\": \"Conflict\",\n \"410\": \"Gone\",\n \"411\": \"Length Required\",\n \"412\": \"Precondition Failed\",\n \"413\": \"Payload Too Large\",\n \"414\": \"URI Too Long\",\n \"415\": \"Unsupported Media Type\",\n \"416\": \"Range Not Satisfiable\",\n \"417\": \"Expectation Failed\",\n \"418\": \"I'm a teapot\",\n \"421\": \"Misdirected Request\",\n \"422\": \"Unprocessable Entity\",\n \"423\": \"Locked\",\n \"424\": \"Failed Dependency\",\n \"425\": \"Unordered Collection\",\n \"426\": \"Upgrade Required\",\n \"428\": \"Precondition Required\",\n \"429\": \"Too Many Requests\",\n \"431\": \"Request Header Fields Too Large\",\n \"451\": \"Unavailable For Legal Reasons\",\n \"500\": \"Internal Server Error\",\n \"501\": \"Not Implemented\",\n \"502\": \"Bad Gateway\",\n \"503\": \"Service Unavailable\",\n \"504\": \"Gateway Timeout\",\n \"505\": \"HTTP Version Not Supported\",\n \"506\": \"Variant Also Negotiates\",\n \"507\": \"Insufficient Storage\",\n \"508\": \"Loop Detected\",\n \"509\": \"Bandwidth Limit Exceeded\",\n \"510\": \"Not Extended\",\n \"511\": \"Network Authentication Required\"\n}\n","function _typeof(obj) { \"@babel/helpers - typeof\"; return _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && \"function\" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj; }, _typeof(obj); }\n\n(function (global, factory) {\n if (typeof define === \"function\" && define.amd) {\n define([\"exports\"], factory);\n } else if (typeof exports !== \"undefined\") {\n factory(exports);\n } else {\n var mod = {\n exports: {}\n };\n factory(mod.exports);\n global.CancelablePromise = mod.exports;\n }\n})(typeof globalThis !== \"undefined\" ? globalThis : typeof self !== \"undefined\" ? self : this, function (_exports) {\n \"use strict\";\n\n Object.defineProperty(_exports, \"__esModule\", {\n value: true\n });\n _exports.CancelablePromise = void 0;\n _exports.cancelable = cancelable;\n _exports.default = void 0;\n _exports.isCancelablePromise = isCancelablePromise;\n\n function _inherits(subClass, superClass) { if (typeof superClass !== \"function\" && superClass !== null) { throw new TypeError(\"Super expression must either be null or a function\"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, \"prototype\", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }\n\n function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }\n\n function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }\n\n function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === \"object\" || typeof call === \"function\")) { return call; } else if (call !== void 0) { throw new TypeError(\"Derived constructors may only return object or undefined\"); } return _assertThisInitialized(self); }\n\n function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\"); } return self; }\n\n function _isNativeReflectConstruct() { if (typeof Reflect === \"undefined\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \"function\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\n\n function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }\n\n function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== \"undefined\" && o[Symbol.iterator] || o[\"@@iterator\"]; if (!it) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === \"number\") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError(\"Invalid attempt to iterate non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it.return != null) it.return(); } finally { if (didErr) throw err; } } }; }\n\n function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === \"string\") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === \"Object\" && o.constructor) n = o.constructor.name; if (n === \"Map\" || n === \"Set\") return Array.from(o); if (n === \"Arguments\" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }\n\n function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }\n\n function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\n function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\n\n function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, \"prototype\", { writable: false }); return Constructor; }\n\n function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\n\n function _classPrivateFieldInitSpec(obj, privateMap, value) { _checkPrivateRedeclaration(obj, privateMap); privateMap.set(obj, value); }\n\n function _checkPrivateRedeclaration(obj, privateCollection) { if (privateCollection.has(obj)) { throw new TypeError(\"Cannot initialize the same private elements twice on an object\"); } }\n\n function _classPrivateFieldGet(receiver, privateMap) { var descriptor = _classExtractFieldDescriptor(receiver, privateMap, \"get\"); return _classApplyDescriptorGet(receiver, descriptor); }\n\n function _classApplyDescriptorGet(receiver, descriptor) { if (descriptor.get) { return descriptor.get.call(receiver); } return descriptor.value; }\n\n function _classPrivateFieldSet(receiver, privateMap, value) { var descriptor = _classExtractFieldDescriptor(receiver, privateMap, \"set\"); _classApplyDescriptorSet(receiver, descriptor, value); return value; }\n\n function _classExtractFieldDescriptor(receiver, privateMap, action) { if (!privateMap.has(receiver)) { throw new TypeError(\"attempted to \" + action + \" private field on non-instance\"); } return privateMap.get(receiver); }\n\n function _classApplyDescriptorSet(receiver, descriptor, value) { if (descriptor.set) { descriptor.set.call(receiver, value); } else { if (!descriptor.writable) { throw new TypeError(\"attempted to set read only private field\"); } descriptor.value = value; } }\n\n var toStringTag = typeof Symbol !== 'undefined' ? Symbol.toStringTag : '@@toStringTag';\n\n var _internals = /*#__PURE__*/new WeakMap();\n\n var _promise = /*#__PURE__*/new WeakMap();\n\n var CancelablePromiseInternal = /*#__PURE__*/function () {\n function CancelablePromiseInternal(_ref) {\n var _ref$executor = _ref.executor,\n executor = _ref$executor === void 0 ? function () {} : _ref$executor,\n _ref$internals = _ref.internals,\n internals = _ref$internals === void 0 ? defaultInternals() : _ref$internals,\n _ref$promise = _ref.promise,\n promise = _ref$promise === void 0 ? new Promise(function (resolve, reject) {\n return executor(resolve, reject, function (onCancel) {\n internals.onCancelList.push(onCancel);\n });\n }) : _ref$promise;\n\n _classCallCheck(this, CancelablePromiseInternal);\n\n _classPrivateFieldInitSpec(this, _internals, {\n writable: true,\n value: void 0\n });\n\n _classPrivateFieldInitSpec(this, _promise, {\n writable: true,\n value: void 0\n });\n\n _defineProperty(this, toStringTag, 'CancelablePromise');\n\n this.cancel = this.cancel.bind(this);\n\n _classPrivateFieldSet(this, _internals, internals);\n\n _classPrivateFieldSet(this, _promise, promise || new Promise(function (resolve, reject) {\n return executor(resolve, reject, function (onCancel) {\n internals.onCancelList.push(onCancel);\n });\n }));\n }\n\n _createClass(CancelablePromiseInternal, [{\n key: \"then\",\n value: function then(onfulfilled, onrejected) {\n return makeCancelable(_classPrivateFieldGet(this, _promise).then(createCallback(onfulfilled, _classPrivateFieldGet(this, _internals)), createCallback(onrejected, _classPrivateFieldGet(this, _internals))), _classPrivateFieldGet(this, _internals));\n }\n }, {\n key: \"catch\",\n value: function _catch(onrejected) {\n return makeCancelable(_classPrivateFieldGet(this, _promise).catch(createCallback(onrejected, _classPrivateFieldGet(this, _internals))), _classPrivateFieldGet(this, _internals));\n }\n }, {\n key: \"finally\",\n value: function _finally(onfinally, runWhenCanceled) {\n var _this = this;\n\n if (runWhenCanceled) {\n _classPrivateFieldGet(this, _internals).onCancelList.push(onfinally);\n }\n\n return makeCancelable(_classPrivateFieldGet(this, _promise).finally(createCallback(function () {\n if (onfinally) {\n if (runWhenCanceled) {\n _classPrivateFieldGet(_this, _internals).onCancelList = _classPrivateFieldGet(_this, _internals).onCancelList.filter(function (callback) {\n return callback !== onfinally;\n });\n }\n\n return onfinally();\n }\n }, _classPrivateFieldGet(this, _internals))), _classPrivateFieldGet(this, _internals));\n }\n }, {\n key: \"cancel\",\n value: function cancel() {\n _classPrivateFieldGet(this, _internals).isCanceled = true;\n\n var callbacks = _classPrivateFieldGet(this, _internals).onCancelList;\n\n _classPrivateFieldGet(this, _internals).onCancelList = [];\n\n var _iterator = _createForOfIteratorHelper(callbacks),\n _step;\n\n try {\n for (_iterator.s(); !(_step = _iterator.n()).done;) {\n var callback = _step.value;\n\n if (typeof callback === 'function') {\n try {\n callback();\n } catch (err) {\n console.error(err);\n }\n }\n }\n } catch (err) {\n _iterator.e(err);\n } finally {\n _iterator.f();\n }\n }\n }, {\n key: \"isCanceled\",\n value: function isCanceled() {\n return _classPrivateFieldGet(this, _internals).isCanceled === true;\n }\n }]);\n\n return CancelablePromiseInternal;\n }();\n\n var CancelablePromise = /*#__PURE__*/function (_CancelablePromiseInt) {\n _inherits(CancelablePromise, _CancelablePromiseInt);\n\n var _super = _createSuper(CancelablePromise);\n\n function CancelablePromise(executor) {\n _classCallCheck(this, CancelablePromise);\n\n return _super.call(this, {\n executor: executor\n });\n }\n\n return _createClass(CancelablePromise);\n }(CancelablePromiseInternal);\n\n _exports.CancelablePromise = CancelablePromise;\n\n _defineProperty(CancelablePromise, \"all\", function all(iterable) {\n return makeAllCancelable(iterable, Promise.all(iterable));\n });\n\n _defineProperty(CancelablePromise, \"allSettled\", function allSettled(iterable) {\n return makeAllCancelable(iterable, Promise.allSettled(iterable));\n });\n\n _defineProperty(CancelablePromise, \"any\", function any(iterable) {\n return makeAllCancelable(iterable, Promise.any(iterable));\n });\n\n _defineProperty(CancelablePromise, \"race\", function race(iterable) {\n return makeAllCancelable(iterable, Promise.race(iterable));\n });\n\n _defineProperty(CancelablePromise, \"resolve\", function resolve(value) {\n return cancelable(Promise.resolve(value));\n });\n\n _defineProperty(CancelablePromise, \"reject\", function reject(reason) {\n return cancelable(Promise.reject(reason));\n });\n\n _defineProperty(CancelablePromise, \"isCancelable\", isCancelablePromise);\n\n var _default = CancelablePromise;\n _exports.default = _default;\n\n function cancelable(promise) {\n return makeCancelable(promise, defaultInternals());\n }\n\n function isCancelablePromise(promise) {\n return promise instanceof CancelablePromise || promise instanceof CancelablePromiseInternal;\n }\n\n function createCallback(onResult, internals) {\n if (onResult) {\n return function (arg) {\n if (!internals.isCanceled) {\n var result = onResult(arg);\n\n if (isCancelablePromise(result)) {\n internals.onCancelList.push(result.cancel);\n }\n\n return result;\n }\n\n return arg;\n };\n }\n }\n\n function makeCancelable(promise, internals) {\n return new CancelablePromiseInternal({\n internals: internals,\n promise: promise\n });\n }\n\n function makeAllCancelable(iterable, promise) {\n var internals = defaultInternals();\n internals.onCancelList.push(function () {\n var _iterator2 = _createForOfIteratorHelper(iterable),\n _step2;\n\n try {\n for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {\n var resolvable = _step2.value;\n\n if (isCancelablePromise(resolvable)) {\n resolvable.cancel();\n }\n }\n } catch (err) {\n _iterator2.e(err);\n } finally {\n _iterator2.f();\n }\n });\n return new CancelablePromiseInternal({\n internals: internals,\n promise: promise\n });\n }\n\n function defaultInternals() {\n return {\n isCanceled: false,\n onCancelList: []\n };\n }\n});\n//# sourceMappingURL=CancelablePromise.js.map","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../css-loader/dist/runtime/api.js\";\nimport ___CSS_LOADER_GET_URL_IMPORT___ from \"../../../css-loader/dist/runtime/getUrl.js\";\nvar ___CSS_LOADER_URL_IMPORT_0___ = new URL(\"data:image/svg+xml,%3csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20height=%2716%27%20width=%2716%27%3e%3cpath%20d=%27M14%2012.3L12.3%2014%208%209.7%203.7%2014%202%2012.3%206.3%208%202%203.7%203.7%202%208%206.3%2012.3%202%2014%203.7%209.7%208z%27/%3e%3c/svg%3e\", import.meta.url);\nvar ___CSS_LOADER_URL_IMPORT_1___ = new URL(\"data:image/svg+xml,%3csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20height=%2716%27%20width=%2716%27%3e%3cpath%20d=%27M14%2012.3L12.3%2014%208%209.7%203.7%2014%202%2012.3%206.3%208%202%203.7%203.7%202%208%206.3%2012.3%202%2014%203.7%209.7%208z%27%20style=%27fill-opacity:1;fill:%23ffffff%27/%3e%3c/svg%3e\", 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.row-checkbox[data-v-6aded0d9] {\n padding: 0 2px;\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-48df4f27] {\n height: var(--row-height, 50px);\n}\ntr.file-picker__row td[data-v-48df4f27] {\n cursor: pointer;\n overflow: hidden;\n text-overflow: ellipsis;\n border-bottom: none;\n}\ntr.file-picker__row td.row-checkbox[data-v-48df4f27] {\n padding: 0 2px;\n}\ntr.file-picker__row td[data-v-48df4f27]:not(.row-checkbox) {\n padding-inline: 14px 0;\n}\ntr.file-picker__row td.row-size[data-v-48df4f27] {\n text-align: end;\n padding-inline: 0 14px;\n}\ntr.file-picker__row td.row-name[data-v-48df4f27] {\n padding-inline: 2px 0;\n}\n.file-picker__row--selected[data-v-48df4f27] {\n background-color: var(--color-background-dark);\n}\n.file-picker__row[data-v-48df4f27]:hover {\n background-color: var(--color-background-hover);\n}\n.file-picker__name-container[data-v-48df4f27] {\n display: flex;\n justify-content: start;\n align-items: center;\n height: 100%;\n}\n.file-picker__file-name[data-v-48df4f27] {\n padding-inline-start: 6px;\n min-width: 0;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.file-picker__file-extension[data-v-48df4f27] {\n color: var(--color-text-maxcontrast);\n min-width: fit-content;\n}\n.file-picker__header-preview[data-v-d3c94818] {\n width: 22px;\n height: 32px;\n flex: 0 0 auto;\n}\n.file-picker__files[data-v-d3c94818] {\n margin: 2px;\n margin-inline-start: 12px;\n overflow: scroll auto;\n}\n.file-picker__files table[data-v-d3c94818] {\n width: 100%;\n max-height: 100%;\n table-layout: fixed;\n}\n.file-picker__files th[data-v-d3c94818] {\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-d3c94818] {\n display: flex;\n}\n.file-picker__files th.row-checkbox[data-v-d3c94818] {\n width: 44px;\n}\n.file-picker__files th.row-name[data-v-d3c94818] {\n width: 230px;\n}\n.file-picker__files th.row-size[data-v-d3c94818] {\n width: 100px;\n}\n.file-picker__files th.row-modified[data-v-d3c94818] {\n width: 120px;\n}\n.file-picker__files th[data-v-d3c94818]:not(.row-size) .button-vue__wrapper {\n justify-content: start;\n flex-direction: row-reverse;\n}\n.file-picker__files th[data-v-d3c94818]:not(.row-size) .button-vue {\n padding-inline: 16px 4px;\n}\n.file-picker__files th.row-size[data-v-d3c94818] .button-vue__wrapper {\n justify-content: end;\n}\n.file-picker__files th[data-v-d3c94818] .button-vue__wrapper {\n color: var(--color-text-maxcontrast);\n}\n.file-picker__files th[data-v-d3c94818] .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-e96bec41] {\n display: flex;\n flex-direction: column;\n align-items: stretch;\n gap: .5rem;\n min-width: 200px;\n padding: 2px;\n overflow: auto;\n}\n.file-picker__side[data-v-e96bec41] .button-vue__wrapper {\n justify-content: start;\n}\n.file-picker__filter-input[data-v-e96bec41] {\n margin-block: 7px;\n max-width: 260px;\n}\n@media (max-width: 736px) {\n .file-picker__side[data-v-e96bec41] {\n flex-direction: row;\n min-width: unset;\n }\n}\n@media (max-width: 512px) {\n .file-picker__side[data-v-e96bec41] {\n flex-direction: row;\n min-width: unset;\n }\n .file-picker__filter-input[data-v-e96bec41] {\n max-width: unset;\n }\n}\n.file-picker__navigation {\n padding-inline: 8px 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-821451ce] {\n height: 50px;\n display: flex;\n justify-content: start;\n align-items: center;\n}\n.file-picker__view h3[data-v-821451ce] {\n font-weight: 700;\n height: fit-content;\n margin: 0;\n}\n.file-picker__main[data-v-821451ce] {\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-821451ce] {\n box-sizing: border-box;\n}\n[data-v-821451ce] .file-picker {\n height: min(80vh, 800px) !important;\n}\n@media (max-width: 512px) {\n [data-v-821451ce] .file-picker {\n height: calc(100% - 16px - var(--default-clickable-area)) !important;\n }\n}\n[data-v-821451ce] .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,yDAA8Q;EAC9Q,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,yDAAsT;AACxT;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,cAAc;AAChB;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,cAAc;AAChB;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,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,oBAAoB;EACpB,UAAU;EACV,gBAAgB;EAChB,YAAY;EACZ,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,uBAAuB;AACzB;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,mCAAmC;AACrC;AACA;EACE;IACE,oEAAoE;EACtE;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,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='16'%20width='16'%3e%3cpath%20d='M14%2012.3L12.3%2014%208%209.7%203.7%2014%202%2012.3%206.3%208%202%203.7%203.7%202%208%206.3%2012.3%202%2014%203.7%209.7%208z'/%3e%3c/svg%3e\\\");\\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,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='16'%20width='16'%3e%3cpath%20d='M14%2012.3L12.3%2014%208%209.7%203.7%2014%202%2012.3%206.3%208%202%203.7%203.7%202%208%206.3%2012.3%202%2014%203.7%209.7%208z'%20style='fill-opacity:1;fill:%23ffffff'/%3e%3c/svg%3e\\\");\\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.row-checkbox[data-v-6aded0d9] {\\n padding: 0 2px;\\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-48df4f27] {\\n height: var(--row-height, 50px);\\n}\\ntr.file-picker__row td[data-v-48df4f27] {\\n cursor: pointer;\\n overflow: hidden;\\n text-overflow: ellipsis;\\n border-bottom: none;\\n}\\ntr.file-picker__row td.row-checkbox[data-v-48df4f27] {\\n padding: 0 2px;\\n}\\ntr.file-picker__row td[data-v-48df4f27]:not(.row-checkbox) {\\n padding-inline: 14px 0;\\n}\\ntr.file-picker__row td.row-size[data-v-48df4f27] {\\n text-align: end;\\n padding-inline: 0 14px;\\n}\\ntr.file-picker__row td.row-name[data-v-48df4f27] {\\n padding-inline: 2px 0;\\n}\\n.file-picker__row--selected[data-v-48df4f27] {\\n background-color: var(--color-background-dark);\\n}\\n.file-picker__row[data-v-48df4f27]:hover {\\n background-color: var(--color-background-hover);\\n}\\n.file-picker__name-container[data-v-48df4f27] {\\n display: flex;\\n justify-content: start;\\n align-items: center;\\n height: 100%;\\n}\\n.file-picker__file-name[data-v-48df4f27] {\\n padding-inline-start: 6px;\\n min-width: 0;\\n overflow: hidden;\\n text-overflow: ellipsis;\\n}\\n.file-picker__file-extension[data-v-48df4f27] {\\n color: var(--color-text-maxcontrast);\\n min-width: fit-content;\\n}\\n.file-picker__header-preview[data-v-d3c94818] {\\n width: 22px;\\n height: 32px;\\n flex: 0 0 auto;\\n}\\n.file-picker__files[data-v-d3c94818] {\\n margin: 2px;\\n margin-inline-start: 12px;\\n overflow: scroll auto;\\n}\\n.file-picker__files table[data-v-d3c94818] {\\n width: 100%;\\n max-height: 100%;\\n table-layout: fixed;\\n}\\n.file-picker__files th[data-v-d3c94818] {\\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-d3c94818] {\\n display: flex;\\n}\\n.file-picker__files th.row-checkbox[data-v-d3c94818] {\\n width: 44px;\\n}\\n.file-picker__files th.row-name[data-v-d3c94818] {\\n width: 230px;\\n}\\n.file-picker__files th.row-size[data-v-d3c94818] {\\n width: 100px;\\n}\\n.file-picker__files th.row-modified[data-v-d3c94818] {\\n width: 120px;\\n}\\n.file-picker__files th[data-v-d3c94818]:not(.row-size) .button-vue__wrapper {\\n justify-content: start;\\n flex-direction: row-reverse;\\n}\\n.file-picker__files th[data-v-d3c94818]:not(.row-size) .button-vue {\\n padding-inline: 16px 4px;\\n}\\n.file-picker__files th.row-size[data-v-d3c94818] .button-vue__wrapper {\\n justify-content: end;\\n}\\n.file-picker__files th[data-v-d3c94818] .button-vue__wrapper {\\n color: var(--color-text-maxcontrast);\\n}\\n.file-picker__files th[data-v-d3c94818] .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-e96bec41] {\\n display: flex;\\n flex-direction: column;\\n align-items: stretch;\\n gap: .5rem;\\n min-width: 200px;\\n padding: 2px;\\n overflow: auto;\\n}\\n.file-picker__side[data-v-e96bec41] .button-vue__wrapper {\\n justify-content: start;\\n}\\n.file-picker__filter-input[data-v-e96bec41] {\\n margin-block: 7px;\\n max-width: 260px;\\n}\\n@media (max-width: 736px) {\\n .file-picker__side[data-v-e96bec41] {\\n flex-direction: row;\\n min-width: unset;\\n }\\n}\\n@media (max-width: 512px) {\\n .file-picker__side[data-v-e96bec41] {\\n flex-direction: row;\\n min-width: unset;\\n }\\n .file-picker__filter-input[data-v-e96bec41] {\\n max-width: unset;\\n }\\n}\\n.file-picker__navigation {\\n padding-inline: 8px 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-821451ce] {\\n height: 50px;\\n display: flex;\\n justify-content: start;\\n align-items: center;\\n}\\n.file-picker__view h3[data-v-821451ce] {\\n font-weight: 700;\\n height: fit-content;\\n margin: 0;\\n}\\n.file-picker__main[data-v-821451ce] {\\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-821451ce] {\\n box-sizing: border-box;\\n}\\n[data-v-821451ce] .file-picker {\\n height: min(80vh, 800px) !important;\\n}\\n@media (max-width: 512px) {\\n [data-v-821451ce] .file-picker {\\n height: calc(100% - 16px - var(--default-clickable-area)) !important;\\n }\\n}\\n[data-v-821451ce] .file-picker__content {\\n display: flex;\\n flex-direction: column;\\n overflow: hidden;\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.template-picker__item[data-v-0859a92c]{display:flex}.template-picker__label[data-v-0859a92c]{display:flex;align-items:center;flex:1 1;flex-direction:column}.template-picker__label[data-v-0859a92c],.template-picker__label *[data-v-0859a92c]{cursor:pointer;user-select:none}.template-picker__label[data-v-0859a92c]::before{display:none !important}.template-picker__preview[data-v-0859a92c]{display:block;overflow:hidden;flex:1 1;width:var(--width);min-height:var(--height);max-height:var(--height);padding:0;border:var(--border) solid var(--color-border);border-radius:var(--border-radius-large)}input:checked+label>.template-picker__preview[data-v-0859a92c]{border-color:var(--color-primary-element)}.template-picker__preview--failed[data-v-0859a92c]{display:flex}.template-picker__image[data-v-0859a92c]{max-width:100%;background-color:var(--color-main-background);object-fit:cover}.template-picker__preview--failed .template-picker__image[data-v-0859a92c]{width:calc(var(--margin)*8);margin:auto;background-color:rgba(0,0,0,0) !important;object-fit:initial}.template-picker__title[data-v-0859a92c]{overflow:hidden;max-width:calc(var(--width) + 4px);padding:var(--margin);white-space:nowrap;text-overflow:ellipsis}`, \"\",{\"version\":3,\"sources\":[\"webpack://./apps/files/src/components/TemplatePreview.vue\"],\"names\":[],\"mappings\":\"AAGC,wCACC,YAAA,CAGD,yCACC,YAAA,CAEA,kBAAA,CACA,QAAA,CACA,qBAAA,CAEA,oFACC,cAAA,CACA,gBAAA,CAGD,iDACC,uBAAA,CAIF,2CACC,aAAA,CACA,eAAA,CAEA,QAAA,CACA,kBAAA,CACA,wBAAA,CACA,wBAAA,CACA,SAAA,CACA,8CAAA,CACA,wCAAA,CAEA,+DACC,yCAAA,CAGD,mDAEC,YAAA,CAIF,yCACC,cAAA,CACA,6CAAA,CAEA,gBAAA,CAID,2EACC,2BAAA,CAEA,WAAA,CACA,yCAAA,CAEA,kBAAA,CAGD,yCACC,eAAA,CAEA,kCAAA,CACA,qBAAA,CACA,kBAAA,CACA,sBAAA\",\"sourcesContent\":[\"\\n\\n.template-picker {\\n\\t&__item {\\n\\t\\tdisplay: flex;\\n\\t}\\n\\n\\t&__label {\\n\\t\\tdisplay: flex;\\n\\t\\t// Align in the middle of the grid\\n\\t\\talign-items: center;\\n\\t\\tflex: 1 1;\\n\\t\\tflex-direction: column;\\n\\n\\t\\t&, * {\\n\\t\\t\\tcursor: pointer;\\n\\t\\t\\tuser-select: none;\\n\\t\\t}\\n\\n\\t\\t&::before {\\n\\t\\t\\tdisplay: none !important;\\n\\t\\t}\\n\\t}\\n\\n\\t&__preview {\\n\\t\\tdisplay: block;\\n\\t\\toverflow: hidden;\\n\\t\\t// Stretch so all entries are the same width\\n\\t\\tflex: 1 1;\\n\\t\\twidth: var(--width);\\n\\t\\tmin-height: var(--height);\\n\\t\\tmax-height: var(--height);\\n\\t\\tpadding: 0;\\n\\t\\tborder: var(--border) solid var(--color-border);\\n\\t\\tborder-radius: var(--border-radius-large);\\n\\n\\t\\tinput:checked + label > & {\\n\\t\\t\\tborder-color: var(--color-primary-element);\\n\\t\\t}\\n\\n\\t\\t&--failed {\\n\\t\\t\\t// Make sure to properly center fallback icon\\n\\t\\t\\tdisplay: flex;\\n\\t\\t}\\n\\t}\\n\\n\\t&__image {\\n\\t\\tmax-width: 100%;\\n\\t\\tbackground-color: var(--color-main-background);\\n\\n\\t\\tobject-fit: cover;\\n\\t}\\n\\n\\t// Failed preview, fallback to mime icon\\n\\t&__preview--failed &__image {\\n\\t\\twidth: calc(var(--margin) * 8);\\n\\t\\t// Center mime icon\\n\\t\\tmargin: auto;\\n\\t\\tbackground-color: transparent !important;\\n\\n\\t\\tobject-fit: initial;\\n\\t}\\n\\n\\t&__title {\\n\\t\\toverflow: hidden;\\n\\t\\t// also count preview border\\n\\t\\tmax-width: calc(var(--width) + 2*2px);\\n\\t\\tpadding: var(--margin);\\n\\t\\twhite-space: nowrap;\\n\\t\\ttext-overflow: ellipsis;\\n\\t}\\n}\\n\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.templates-picker__form[data-v-48121b39]{padding:calc(var(--margin)*2);padding-bottom:0}.templates-picker__form h2[data-v-48121b39]{text-align:center;font-weight:bold;margin:var(--margin) 0 calc(var(--margin)*2)}.templates-picker__list[data-v-48121b39]{display:grid;grid-gap:calc(var(--margin)*2);grid-auto-columns:1fr;max-width:calc(var(--fullwidth)*6);grid-template-columns:repeat(auto-fit, var(--fullwidth));grid-auto-rows:1fr;justify-content:center}.templates-picker__buttons[data-v-48121b39]{display:flex;justify-content:end;padding:calc(var(--margin)*2) var(--margin);position:sticky;bottom:0;background-image:linear-gradient(0, var(--gradient-main-background))}.templates-picker__buttons button[data-v-48121b39],.templates-picker__buttons input[type=submit][data-v-48121b39]{height:44px}.templates-picker[data-v-48121b39] .modal-container{position:relative}.templates-picker__loading[data-v-48121b39]{position:absolute;top:0;left:0;justify-content:center;width:100%;height:100%;margin:0;background-color:var(--color-main-background-translucent)}`, \"\",{\"version\":3,\"sources\":[\"webpack://./apps/files/src/views/TemplatePicker.vue\"],\"names\":[],\"mappings\":\"AAEC,yCACC,6BAAA,CAEA,gBAAA,CAEA,4CACC,iBAAA,CACA,gBAAA,CACA,4CAAA,CAIF,yCACC,YAAA,CACA,8BAAA,CACA,qBAAA,CAEA,kCAAA,CACA,wDAAA,CAEA,kBAAA,CAEA,sBAAA,CAGD,4CACC,YAAA,CACA,mBAAA,CACA,2CAAA,CACA,eAAA,CACA,QAAA,CACA,oEAAA,CAEA,kHACC,WAAA,CAKF,oDACC,iBAAA,CAGD,4CACC,iBAAA,CACA,KAAA,CACA,MAAA,CACA,sBAAA,CACA,UAAA,CACA,WAAA,CACA,QAAA,CACA,yDAAA\",\"sourcesContent\":[\"\\n.templates-picker {\\n\\t&__form {\\n\\t\\tpadding: calc(var(--margin) * 2);\\n\\t\\t// Will be handled by the buttons\\n\\t\\tpadding-bottom: 0;\\n\\n\\t\\th2 {\\n\\t\\t\\ttext-align: center;\\n\\t\\t\\tfont-weight: bold;\\n\\t\\t\\tmargin: var(--margin) 0 calc(var(--margin) * 2);\\n\\t\\t}\\n\\t}\\n\\n\\t&__list {\\n\\t\\tdisplay: grid;\\n\\t\\tgrid-gap: calc(var(--margin) * 2);\\n\\t\\tgrid-auto-columns: 1fr;\\n\\t\\t// We want maximum 5 columns. Putting 6 as we don't count the grid gap. So it will always be lower than 6\\n\\t\\tmax-width: calc(var(--fullwidth) * 6);\\n\\t\\tgrid-template-columns: repeat(auto-fit, var(--fullwidth));\\n\\t\\t// Make sure all rows are the same height\\n\\t\\tgrid-auto-rows: 1fr;\\n\\t\\t// Center the columns set\\n\\t\\tjustify-content: center;\\n\\t}\\n\\n\\t&__buttons {\\n\\t\\tdisplay: flex;\\n\\t\\tjustify-content: end;\\n\\t\\tpadding: calc(var(--margin) * 2) var(--margin);\\n\\t\\tposition: sticky;\\n\\t\\tbottom: 0;\\n\\t\\tbackground-image: linear-gradient(0, var(--gradient-main-background));\\n\\n\\t\\tbutton, input[type='submit'] {\\n\\t\\t\\theight: 44px;\\n\\t\\t}\\n\\t}\\n\\n\\t// Make sure we're relative for the loading emptycontent on top\\n\\t::v-deep .modal-container {\\n\\t\\tposition: relative;\\n\\t}\\n\\n\\t&__loading {\\n\\t\\tposition: absolute;\\n\\t\\ttop: 0;\\n\\t\\tleft: 0;\\n\\t\\tjustify-content: center;\\n\\t\\twidth: 100%;\\n\\t\\theight: 100%;\\n\\t\\tmargin: 0;\\n\\t\\tbackground-color: var(--color-main-background-translucent);\\n\\t}\\n}\\n\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","var http = require('http')\nvar url = require('url')\n\nvar https = module.exports\n\nfor (var key in http) {\n if (http.hasOwnProperty(key)) https[key] = http[key]\n}\n\nhttps.request = function (params, cb) {\n params = validateParams(params)\n return http.request.call(this, params, cb)\n}\n\nhttps.get = function (params, cb) {\n params = validateParams(params)\n return http.get.call(this, params, cb)\n}\n\nfunction validateParams (params) {\n if (typeof params === 'string') {\n params = url.parse(params)\n }\n if (!params.protocol) {\n params.protocol = 'https:'\n }\n if (params.protocol !== 'https:') {\n throw new Error('Protocol \"' + params.protocol + '\" not supported. Expected \"https:\"')\n }\n return params\n}\n","exports = module.exports = require('./lib/_stream_readable.js');\nexports.Stream = exports;\nexports.Readable = exports;\nexports.Writable = require('./lib/_stream_writable.js');\nexports.Duplex = require('./lib/_stream_duplex.js');\nexports.Transform = require('./lib/_stream_transform.js');\nexports.PassThrough = require('./lib/_stream_passthrough.js');\nexports.finished = require('./lib/internal/streams/end-of-stream.js');\nexports.pipeline = require('./lib/internal/streams/pipeline.js');\n","var ClientRequest = require('./lib/request')\nvar response = require('./lib/response')\nvar extend = require('xtend')\nvar statusCodes = require('builtin-status-codes')\nvar url = require('url')\n\nvar http = exports\n\nhttp.request = function (opts, cb) {\n\tif (typeof opts === 'string')\n\t\topts = url.parse(opts)\n\telse\n\t\topts = extend(opts)\n\n\t// Normally, the page is loaded from http or https, so not specifying a protocol\n\t// will result in a (valid) protocol-relative url. However, this won't work if\n\t// the protocol is something else, like 'file:'\n\tvar defaultProtocol = global.location.protocol.search(/^https?:$/) === -1 ? 'http:' : ''\n\n\tvar protocol = opts.protocol || defaultProtocol\n\tvar host = opts.hostname || opts.host\n\tvar port = opts.port\n\tvar path = opts.path || '/'\n\n\t// Necessary for IPv6 addresses\n\tif (host && host.indexOf(':') !== -1)\n\t\thost = '[' + host + ']'\n\n\t// This may be a relative url. The browser should always be able to interpret it correctly.\n\topts.url = (host ? (protocol + '//' + host) : '') + (port ? ':' + port : '') + path\n\topts.method = (opts.method || 'GET').toUpperCase()\n\topts.headers = opts.headers || {}\n\n\t// Also valid opts.auth, opts.mode\n\n\tvar req = new ClientRequest(opts)\n\tif (cb)\n\t\treq.on('response', cb)\n\treturn req\n}\n\nhttp.get = function get (opts, cb) {\n\tvar req = http.request(opts, cb)\n\treq.end()\n\treturn req\n}\n\nhttp.ClientRequest = ClientRequest\nhttp.IncomingMessage = response.IncomingMessage\n\nhttp.Agent = function () {}\nhttp.Agent.defaultMaxSockets = 4\n\nhttp.globalAgent = new http.Agent()\n\nhttp.STATUS_CODES = statusCodes\n\nhttp.METHODS = [\n\t'CHECKOUT',\n\t'CONNECT',\n\t'COPY',\n\t'DELETE',\n\t'GET',\n\t'HEAD',\n\t'LOCK',\n\t'M-SEARCH',\n\t'MERGE',\n\t'MKACTIVITY',\n\t'MKCOL',\n\t'MOVE',\n\t'NOTIFY',\n\t'OPTIONS',\n\t'PATCH',\n\t'POST',\n\t'PROPFIND',\n\t'PROPPATCH',\n\t'PURGE',\n\t'PUT',\n\t'REPORT',\n\t'SEARCH',\n\t'SUBSCRIBE',\n\t'TRACE',\n\t'UNLOCK',\n\t'UNSUBSCRIBE'\n]","exports.fetch = isFunction(global.fetch) && isFunction(global.ReadableStream)\n\nexports.writableStream = isFunction(global.WritableStream)\n\nexports.abortController = isFunction(global.AbortController)\n\n// The xhr request to example.com may violate some restrictive CSP configurations,\n// so if we're running in a browser that supports `fetch`, avoid calling getXHR()\n// and assume support for certain features below.\nvar xhr\nfunction getXHR () {\n\t// Cache the xhr value\n\tif (xhr !== undefined) return xhr\n\n\tif (global.XMLHttpRequest) {\n\t\txhr = new global.XMLHttpRequest()\n\t\t// If XDomainRequest is available (ie only, where xhr might not work\n\t\t// cross domain), use the page location. Otherwise use example.com\n\t\t// Note: this doesn't actually make an http request.\n\t\ttry {\n\t\t\txhr.open('GET', global.XDomainRequest ? '/' : 'https://example.com')\n\t\t} catch(e) {\n\t\t\txhr = null\n\t\t}\n\t} else {\n\t\t// Service workers don't have XHR\n\t\txhr = null\n\t}\n\treturn xhr\n}\n\nfunction checkTypeSupport (type) {\n\tvar xhr = getXHR()\n\tif (!xhr) return false\n\ttry {\n\t\txhr.responseType = type\n\t\treturn xhr.responseType === type\n\t} catch (e) {}\n\treturn false\n}\n\n// If fetch is supported, then arraybuffer will be supported too. Skip calling\n// checkTypeSupport(), since that calls getXHR().\nexports.arraybuffer = exports.fetch || checkTypeSupport('arraybuffer')\n\n// These next two tests unavoidably show warnings in Chrome. Since fetch will always\n// be used if it's available, just return false for these to avoid the warnings.\nexports.msstream = !exports.fetch && checkTypeSupport('ms-stream')\nexports.mozchunkedarraybuffer = !exports.fetch && checkTypeSupport('moz-chunked-arraybuffer')\n\n// If fetch is supported, then overrideMimeType will be supported too. Skip calling\n// getXHR().\nexports.overrideMimeType = exports.fetch || (getXHR() ? isFunction(getXHR().overrideMimeType) : false)\n\nfunction isFunction (value) {\n\treturn typeof value === 'function'\n}\n\nxhr = null // Help gc\n","var capability = require('./capability')\nvar inherits = require('inherits')\nvar response = require('./response')\nvar stream = require('readable-stream')\n\nvar IncomingMessage = response.IncomingMessage\nvar rStates = response.readyStates\n\nfunction decideMode (preferBinary, useFetch) {\n\tif (capability.fetch && useFetch) {\n\t\treturn 'fetch'\n\t} else if (capability.mozchunkedarraybuffer) {\n\t\treturn 'moz-chunked-arraybuffer'\n\t} else if (capability.msstream) {\n\t\treturn 'ms-stream'\n\t} else if (capability.arraybuffer && preferBinary) {\n\t\treturn 'arraybuffer'\n\t} else {\n\t\treturn 'text'\n\t}\n}\n\nvar ClientRequest = module.exports = function (opts) {\n\tvar self = this\n\tstream.Writable.call(self)\n\n\tself._opts = opts\n\tself._body = []\n\tself._headers = {}\n\tif (opts.auth)\n\t\tself.setHeader('Authorization', 'Basic ' + Buffer.from(opts.auth).toString('base64'))\n\tObject.keys(opts.headers).forEach(function (name) {\n\t\tself.setHeader(name, opts.headers[name])\n\t})\n\n\tvar preferBinary\n\tvar useFetch = true\n\tif (opts.mode === 'disable-fetch' || ('requestTimeout' in opts && !capability.abortController)) {\n\t\t// If the use of XHR should be preferred. Not typically needed.\n\t\tuseFetch = false\n\t\tpreferBinary = true\n\t} else if (opts.mode === 'prefer-streaming') {\n\t\t// If streaming is a high priority but binary compatibility and\n\t\t// the accuracy of the 'content-type' header aren't\n\t\tpreferBinary = false\n\t} else if (opts.mode === 'allow-wrong-content-type') {\n\t\t// If streaming is more important than preserving the 'content-type' header\n\t\tpreferBinary = !capability.overrideMimeType\n\t} else if (!opts.mode || opts.mode === 'default' || opts.mode === 'prefer-fast') {\n\t\t// Use binary if text streaming may corrupt data or the content-type header, or for speed\n\t\tpreferBinary = true\n\t} else {\n\t\tthrow new Error('Invalid value for opts.mode')\n\t}\n\tself._mode = decideMode(preferBinary, useFetch)\n\tself._fetchTimer = null\n\tself._socketTimeout = null\n\tself._socketTimer = null\n\n\tself.on('finish', function () {\n\t\tself._onFinish()\n\t})\n}\n\ninherits(ClientRequest, stream.Writable)\n\nClientRequest.prototype.setHeader = function (name, value) {\n\tvar self = this\n\tvar lowerName = name.toLowerCase()\n\t// This check is not necessary, but it prevents warnings from browsers about setting unsafe\n\t// headers. To be honest I'm not entirely sure hiding these warnings is a good thing, but\n\t// http-browserify did it, so I will too.\n\tif (unsafeHeaders.indexOf(lowerName) !== -1)\n\t\treturn\n\n\tself._headers[lowerName] = {\n\t\tname: name,\n\t\tvalue: value\n\t}\n}\n\nClientRequest.prototype.getHeader = function (name) {\n\tvar header = this._headers[name.toLowerCase()]\n\tif (header)\n\t\treturn header.value\n\treturn null\n}\n\nClientRequest.prototype.removeHeader = function (name) {\n\tvar self = this\n\tdelete self._headers[name.toLowerCase()]\n}\n\nClientRequest.prototype._onFinish = function () {\n\tvar self = this\n\n\tif (self._destroyed)\n\t\treturn\n\tvar opts = self._opts\n\n\tif ('timeout' in opts && opts.timeout !== 0) {\n\t\tself.setTimeout(opts.timeout)\n\t}\n\n\tvar headersObj = self._headers\n\tvar body = null\n\tif (opts.method !== 'GET' && opts.method !== 'HEAD') {\n body = new Blob(self._body, {\n type: (headersObj['content-type'] || {}).value || ''\n });\n }\n\n\t// create flattened list of headers\n\tvar headersList = []\n\tObject.keys(headersObj).forEach(function (keyName) {\n\t\tvar name = headersObj[keyName].name\n\t\tvar value = headersObj[keyName].value\n\t\tif (Array.isArray(value)) {\n\t\t\tvalue.forEach(function (v) {\n\t\t\t\theadersList.push([name, v])\n\t\t\t})\n\t\t} else {\n\t\t\theadersList.push([name, value])\n\t\t}\n\t})\n\n\tif (self._mode === 'fetch') {\n\t\tvar signal = null\n\t\tif (capability.abortController) {\n\t\t\tvar controller = new AbortController()\n\t\t\tsignal = controller.signal\n\t\t\tself._fetchAbortController = controller\n\n\t\t\tif ('requestTimeout' in opts && opts.requestTimeout !== 0) {\n\t\t\t\tself._fetchTimer = global.setTimeout(function () {\n\t\t\t\t\tself.emit('requestTimeout')\n\t\t\t\t\tif (self._fetchAbortController)\n\t\t\t\t\t\tself._fetchAbortController.abort()\n\t\t\t\t}, opts.requestTimeout)\n\t\t\t}\n\t\t}\n\n\t\tglobal.fetch(self._opts.url, {\n\t\t\tmethod: self._opts.method,\n\t\t\theaders: headersList,\n\t\t\tbody: body || undefined,\n\t\t\tmode: 'cors',\n\t\t\tcredentials: opts.withCredentials ? 'include' : 'same-origin',\n\t\t\tsignal: signal\n\t\t}).then(function (response) {\n\t\t\tself._fetchResponse = response\n\t\t\tself._resetTimers(false)\n\t\t\tself._connect()\n\t\t}, function (reason) {\n\t\t\tself._resetTimers(true)\n\t\t\tif (!self._destroyed)\n\t\t\t\tself.emit('error', reason)\n\t\t})\n\t} else {\n\t\tvar xhr = self._xhr = new global.XMLHttpRequest()\n\t\ttry {\n\t\t\txhr.open(self._opts.method, self._opts.url, true)\n\t\t} catch (err) {\n\t\t\tprocess.nextTick(function () {\n\t\t\t\tself.emit('error', err)\n\t\t\t})\n\t\t\treturn\n\t\t}\n\n\t\t// Can't set responseType on really old browsers\n\t\tif ('responseType' in xhr)\n\t\t\txhr.responseType = self._mode\n\n\t\tif ('withCredentials' in xhr)\n\t\t\txhr.withCredentials = !!opts.withCredentials\n\n\t\tif (self._mode === 'text' && 'overrideMimeType' in xhr)\n\t\t\txhr.overrideMimeType('text/plain; charset=x-user-defined')\n\n\t\tif ('requestTimeout' in opts) {\n\t\t\txhr.timeout = opts.requestTimeout\n\t\t\txhr.ontimeout = function () {\n\t\t\t\tself.emit('requestTimeout')\n\t\t\t}\n\t\t}\n\n\t\theadersList.forEach(function (header) {\n\t\t\txhr.setRequestHeader(header[0], header[1])\n\t\t})\n\n\t\tself._response = null\n\t\txhr.onreadystatechange = function () {\n\t\t\tswitch (xhr.readyState) {\n\t\t\t\tcase rStates.LOADING:\n\t\t\t\tcase rStates.DONE:\n\t\t\t\t\tself._onXHRProgress()\n\t\t\t\t\tbreak\n\t\t\t}\n\t\t}\n\t\t// Necessary for streaming in Firefox, since xhr.response is ONLY defined\n\t\t// in onprogress, not in onreadystatechange with xhr.readyState = 3\n\t\tif (self._mode === 'moz-chunked-arraybuffer') {\n\t\t\txhr.onprogress = function () {\n\t\t\t\tself._onXHRProgress()\n\t\t\t}\n\t\t}\n\n\t\txhr.onerror = function () {\n\t\t\tif (self._destroyed)\n\t\t\t\treturn\n\t\t\tself._resetTimers(true)\n\t\t\tself.emit('error', new Error('XHR error'))\n\t\t}\n\n\t\ttry {\n\t\t\txhr.send(body)\n\t\t} catch (err) {\n\t\t\tprocess.nextTick(function () {\n\t\t\t\tself.emit('error', err)\n\t\t\t})\n\t\t\treturn\n\t\t}\n\t}\n}\n\n/**\n * Checks if xhr.status is readable and non-zero, indicating no error.\n * Even though the spec says it should be available in readyState 3,\n * accessing it throws an exception in IE8\n */\nfunction statusValid (xhr) {\n\ttry {\n\t\tvar status = xhr.status\n\t\treturn (status !== null && status !== 0)\n\t} catch (e) {\n\t\treturn false\n\t}\n}\n\nClientRequest.prototype._onXHRProgress = function () {\n\tvar self = this\n\n\tself._resetTimers(false)\n\n\tif (!statusValid(self._xhr) || self._destroyed)\n\t\treturn\n\n\tif (!self._response)\n\t\tself._connect()\n\n\tself._response._onXHRProgress(self._resetTimers.bind(self))\n}\n\nClientRequest.prototype._connect = function () {\n\tvar self = this\n\n\tif (self._destroyed)\n\t\treturn\n\n\tself._response = new IncomingMessage(self._xhr, self._fetchResponse, self._mode, self._resetTimers.bind(self))\n\tself._response.on('error', function(err) {\n\t\tself.emit('error', err)\n\t})\n\n\tself.emit('response', self._response)\n}\n\nClientRequest.prototype._write = function (chunk, encoding, cb) {\n\tvar self = this\n\n\tself._body.push(chunk)\n\tcb()\n}\n\nClientRequest.prototype._resetTimers = function (done) {\n\tvar self = this\n\n\tglobal.clearTimeout(self._socketTimer)\n\tself._socketTimer = null\n\n\tif (done) {\n\t\tglobal.clearTimeout(self._fetchTimer)\n\t\tself._fetchTimer = null\n\t} else if (self._socketTimeout) {\n\t\tself._socketTimer = global.setTimeout(function () {\n\t\t\tself.emit('timeout')\n\t\t}, self._socketTimeout)\n\t}\n}\n\nClientRequest.prototype.abort = ClientRequest.prototype.destroy = function (err) {\n\tvar self = this\n\tself._destroyed = true\n\tself._resetTimers(true)\n\tif (self._response)\n\t\tself._response._destroyed = true\n\tif (self._xhr)\n\t\tself._xhr.abort()\n\telse if (self._fetchAbortController)\n\t\tself._fetchAbortController.abort()\n\n\tif (err)\n\t\tself.emit('error', err)\n}\n\nClientRequest.prototype.end = function (data, encoding, cb) {\n\tvar self = this\n\tif (typeof data === 'function') {\n\t\tcb = data\n\t\tdata = undefined\n\t}\n\n\tstream.Writable.prototype.end.call(self, data, encoding, cb)\n}\n\nClientRequest.prototype.setTimeout = function (timeout, cb) {\n\tvar self = this\n\n\tif (cb)\n\t\tself.once('timeout', cb)\n\n\tself._socketTimeout = timeout\n\tself._resetTimers(false)\n}\n\nClientRequest.prototype.flushHeaders = function () {}\nClientRequest.prototype.setNoDelay = function () {}\nClientRequest.prototype.setSocketKeepAlive = function () {}\n\n// Taken from http://www.w3.org/TR/XMLHttpRequest/#the-setrequestheader%28%29-method\nvar unsafeHeaders = [\n\t'accept-charset',\n\t'accept-encoding',\n\t'access-control-request-headers',\n\t'access-control-request-method',\n\t'connection',\n\t'content-length',\n\t'cookie',\n\t'cookie2',\n\t'date',\n\t'dnt',\n\t'expect',\n\t'host',\n\t'keep-alive',\n\t'origin',\n\t'referer',\n\t'te',\n\t'trailer',\n\t'transfer-encoding',\n\t'upgrade',\n\t'via'\n]\n","var capability = require('./capability')\nvar inherits = require('inherits')\nvar stream = require('readable-stream')\n\nvar rStates = exports.readyStates = {\n\tUNSENT: 0,\n\tOPENED: 1,\n\tHEADERS_RECEIVED: 2,\n\tLOADING: 3,\n\tDONE: 4\n}\n\nvar IncomingMessage = exports.IncomingMessage = function (xhr, response, mode, resetTimers) {\n\tvar self = this\n\tstream.Readable.call(self)\n\n\tself._mode = mode\n\tself.headers = {}\n\tself.rawHeaders = []\n\tself.trailers = {}\n\tself.rawTrailers = []\n\n\t// Fake the 'close' event, but only once 'end' fires\n\tself.on('end', function () {\n\t\t// The nextTick is necessary to prevent the 'request' module from causing an infinite loop\n\t\tprocess.nextTick(function () {\n\t\t\tself.emit('close')\n\t\t})\n\t})\n\n\tif (mode === 'fetch') {\n\t\tself._fetchResponse = response\n\n\t\tself.url = response.url\n\t\tself.statusCode = response.status\n\t\tself.statusMessage = response.statusText\n\t\t\n\t\tresponse.headers.forEach(function (header, key){\n\t\t\tself.headers[key.toLowerCase()] = header\n\t\t\tself.rawHeaders.push(key, header)\n\t\t})\n\n\t\tif (capability.writableStream) {\n\t\t\tvar writable = new WritableStream({\n\t\t\t\twrite: function (chunk) {\n\t\t\t\t\tresetTimers(false)\n\t\t\t\t\treturn new Promise(function (resolve, reject) {\n\t\t\t\t\t\tif (self._destroyed) {\n\t\t\t\t\t\t\treject()\n\t\t\t\t\t\t} else if(self.push(Buffer.from(chunk))) {\n\t\t\t\t\t\t\tresolve()\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tself._resumeFetch = resolve\n\t\t\t\t\t\t}\n\t\t\t\t\t})\n\t\t\t\t},\n\t\t\t\tclose: function () {\n\t\t\t\t\tresetTimers(true)\n\t\t\t\t\tif (!self._destroyed)\n\t\t\t\t\t\tself.push(null)\n\t\t\t\t},\n\t\t\t\tabort: function (err) {\n\t\t\t\t\tresetTimers(true)\n\t\t\t\t\tif (!self._destroyed)\n\t\t\t\t\t\tself.emit('error', err)\n\t\t\t\t}\n\t\t\t})\n\n\t\t\ttry {\n\t\t\t\tresponse.body.pipeTo(writable).catch(function (err) {\n\t\t\t\t\tresetTimers(true)\n\t\t\t\t\tif (!self._destroyed)\n\t\t\t\t\t\tself.emit('error', err)\n\t\t\t\t})\n\t\t\t\treturn\n\t\t\t} catch (e) {} // pipeTo method isn't defined. Can't find a better way to feature test this\n\t\t}\n\t\t// fallback for when writableStream or pipeTo aren't available\n\t\tvar reader = response.body.getReader()\n\t\tfunction read () {\n\t\t\treader.read().then(function (result) {\n\t\t\t\tif (self._destroyed)\n\t\t\t\t\treturn\n\t\t\t\tresetTimers(result.done)\n\t\t\t\tif (result.done) {\n\t\t\t\t\tself.push(null)\n\t\t\t\t\treturn\n\t\t\t\t}\n\t\t\t\tself.push(Buffer.from(result.value))\n\t\t\t\tread()\n\t\t\t}).catch(function (err) {\n\t\t\t\tresetTimers(true)\n\t\t\t\tif (!self._destroyed)\n\t\t\t\t\tself.emit('error', err)\n\t\t\t})\n\t\t}\n\t\tread()\n\t} else {\n\t\tself._xhr = xhr\n\t\tself._pos = 0\n\n\t\tself.url = xhr.responseURL\n\t\tself.statusCode = xhr.status\n\t\tself.statusMessage = xhr.statusText\n\t\tvar headers = xhr.getAllResponseHeaders().split(/\\r?\\n/)\n\t\theaders.forEach(function (header) {\n\t\t\tvar matches = header.match(/^([^:]+):\\s*(.*)/)\n\t\t\tif (matches) {\n\t\t\t\tvar key = matches[1].toLowerCase()\n\t\t\t\tif (key === 'set-cookie') {\n\t\t\t\t\tif (self.headers[key] === undefined) {\n\t\t\t\t\t\tself.headers[key] = []\n\t\t\t\t\t}\n\t\t\t\t\tself.headers[key].push(matches[2])\n\t\t\t\t} else if (self.headers[key] !== undefined) {\n\t\t\t\t\tself.headers[key] += ', ' + matches[2]\n\t\t\t\t} else {\n\t\t\t\t\tself.headers[key] = matches[2]\n\t\t\t\t}\n\t\t\t\tself.rawHeaders.push(matches[1], matches[2])\n\t\t\t}\n\t\t})\n\n\t\tself._charset = 'x-user-defined'\n\t\tif (!capability.overrideMimeType) {\n\t\t\tvar mimeType = self.rawHeaders['mime-type']\n\t\t\tif (mimeType) {\n\t\t\t\tvar charsetMatch = mimeType.match(/;\\s*charset=([^;])(;|$)/)\n\t\t\t\tif (charsetMatch) {\n\t\t\t\t\tself._charset = charsetMatch[1].toLowerCase()\n\t\t\t\t}\n\t\t\t}\n\t\t\tif (!self._charset)\n\t\t\t\tself._charset = 'utf-8' // best guess\n\t\t}\n\t}\n}\n\ninherits(IncomingMessage, stream.Readable)\n\nIncomingMessage.prototype._read = function () {\n\tvar self = this\n\n\tvar resolve = self._resumeFetch\n\tif (resolve) {\n\t\tself._resumeFetch = null\n\t\tresolve()\n\t}\n}\n\nIncomingMessage.prototype._onXHRProgress = function (resetTimers) {\n\tvar self = this\n\n\tvar xhr = self._xhr\n\n\tvar response = null\n\tswitch (self._mode) {\n\t\tcase 'text':\n\t\t\tresponse = xhr.responseText\n\t\t\tif (response.length > self._pos) {\n\t\t\t\tvar newData = response.substr(self._pos)\n\t\t\t\tif (self._charset === 'x-user-defined') {\n\t\t\t\t\tvar buffer = Buffer.alloc(newData.length)\n\t\t\t\t\tfor (var i = 0; i < newData.length; i++)\n\t\t\t\t\t\tbuffer[i] = newData.charCodeAt(i) & 0xff\n\n\t\t\t\t\tself.push(buffer)\n\t\t\t\t} else {\n\t\t\t\t\tself.push(newData, self._charset)\n\t\t\t\t}\n\t\t\t\tself._pos = response.length\n\t\t\t}\n\t\t\tbreak\n\t\tcase 'arraybuffer':\n\t\t\tif (xhr.readyState !== rStates.DONE || !xhr.response)\n\t\t\t\tbreak\n\t\t\tresponse = xhr.response\n\t\t\tself.push(Buffer.from(new Uint8Array(response)))\n\t\t\tbreak\n\t\tcase 'moz-chunked-arraybuffer': // take whole\n\t\t\tresponse = xhr.response\n\t\t\tif (xhr.readyState !== rStates.LOADING || !response)\n\t\t\t\tbreak\n\t\t\tself.push(Buffer.from(new Uint8Array(response)))\n\t\t\tbreak\n\t\tcase 'ms-stream':\n\t\t\tresponse = xhr.response\n\t\t\tif (xhr.readyState !== rStates.LOADING)\n\t\t\t\tbreak\n\t\t\tvar reader = new global.MSStreamReader()\n\t\t\treader.onprogress = function () {\n\t\t\t\tif (reader.result.byteLength > self._pos) {\n\t\t\t\t\tself.push(Buffer.from(new Uint8Array(reader.result.slice(self._pos))))\n\t\t\t\t\tself._pos = reader.result.byteLength\n\t\t\t\t}\n\t\t\t}\n\t\t\treader.onload = function () {\n\t\t\t\tresetTimers(true)\n\t\t\t\tself.push(null)\n\t\t\t}\n\t\t\t// reader.onerror = ??? // TODO: this\n\t\t\treader.readAsArrayBuffer(response)\n\t\t\tbreak\n\t}\n\n\t// The ms-stream case handles end separately in reader.onload()\n\tif (self._xhr.readyState === rStates.DONE && self._mode !== 'ms-stream') {\n\t\tresetTimers(true)\n\t\tself.push(null)\n\t}\n}\n","module.exports = extend\n\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\n\nfunction extend() {\n var target = {}\n\n for (var i = 0; i < arguments.length; i++) {\n var source = arguments[i]\n\n for (var key in source) {\n if (hasOwnProperty.call(source, key)) {\n target[key] = source[key]\n }\n }\n }\n\n return target\n}\n","import { getCurrentUser as A, onRequestTokenUpdate as ue, getRequestToken as de } from \"@nextcloud/auth\";\nimport { getLoggerBuilder as q } from \"@nextcloud/logger\";\nimport { getCanonicalLocale as ae } from \"@nextcloud/l10n\";\nimport { join as le, basename as fe, extname as ce, dirname as I } from \"path\";\nimport { encodePath as he } from \"@nextcloud/paths\";\nimport { generateRemoteUrl as pe } from \"@nextcloud/router\";\nimport { createClient as ge, getPatcher as we } from \"webdav\";\n/**\n * @copyright 2019 Christoph Wurst \n *\n * @author Christoph Wurst \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nconst me = (e) => e === null ? q().setApp(\"files\").build() : q().setApp(\"files\").setUid(e.uid).build(), m = me(A());\n/**\n * @copyright Copyright (c) 2021 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nclass Ne {\n _entries = [];\n registerEntry(t) {\n this.validateEntry(t), this._entries.push(t);\n }\n unregisterEntry(t) {\n const r = typeof t == \"string\" ? this.getEntryIndex(t) : this.getEntryIndex(t.id);\n if (r === -1) {\n m.warn(\"Entry not found, nothing removed\", { entry: t, entries: this.getEntries() });\n return;\n }\n this._entries.splice(r, 1);\n }\n /**\n * Get the list of registered entries\n *\n * @param {Folder} context the creation context. Usually the current folder\n */\n getEntries(t) {\n return t ? this._entries.filter((r) => typeof r.enabled == \"function\" ? r.enabled(t) : !0) : this._entries;\n }\n getEntryIndex(t) {\n return this._entries.findIndex((r) => r.id === t);\n }\n validateEntry(t) {\n if (!t.id || !t.displayName || !(t.iconSvgInline || t.iconClass) || !t.handler)\n throw new Error(\"Invalid entry\");\n if (typeof t.id != \"string\" || typeof t.displayName != \"string\")\n throw new Error(\"Invalid id or displayName property\");\n if (t.iconClass && typeof t.iconClass != \"string\" || t.iconSvgInline && typeof t.iconSvgInline != \"string\")\n throw new Error(\"Invalid icon provided\");\n if (t.enabled !== void 0 && typeof t.enabled != \"function\")\n throw new Error(\"Invalid enabled property\");\n if (typeof t.handler != \"function\")\n throw new Error(\"Invalid handler property\");\n if (\"order\" in t && typeof t.order != \"number\")\n throw new Error(\"Invalid order property\");\n if (this.getEntryIndex(t.id) !== -1)\n throw new Error(\"Duplicate entry\");\n }\n}\nconst F = function() {\n return typeof window._nc_newfilemenu > \"u\" && (window._nc_newfilemenu = new Ne(), m.debug(\"NewFileMenu initialized\")), window._nc_newfilemenu;\n};\n/**\n * @copyright 2019 Christoph Wurst \n *\n * @author Christoph Wurst \n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nconst C = [\"B\", \"KB\", \"MB\", \"GB\", \"TB\", \"PB\"], P = [\"B\", \"KiB\", \"MiB\", \"GiB\", \"TiB\", \"PiB\"];\nfunction Yt(e, t = !1, r = !1, s = !1) {\n r = r && !s, typeof e == \"string\" && (e = Number(e));\n let n = e > 0 ? Math.floor(Math.log(e) / Math.log(s ? 1e3 : 1024)) : 0;\n n = Math.min((r ? P.length : C.length) - 1, n);\n const i = r ? P[n] : C[n];\n let d = (e / Math.pow(s ? 1e3 : 1024, n)).toFixed(1);\n return t === !0 && n === 0 ? (d !== \"0.0\" ? \"< 1 \" : \"0 \") + (r ? P[1] : C[1]) : (n < 2 ? d = parseFloat(d).toFixed(0) : d = parseFloat(d).toLocaleString(ae()), d + \" \" + i);\n}\nfunction Jt(e, t = !1) {\n try {\n e = `${e}`.toLocaleLowerCase().replaceAll(/\\s+/g, \"\").replaceAll(\",\", \".\");\n } catch {\n return null;\n }\n const r = e.match(/^([0-9]*(\\.[0-9]*)?)([kmgtp]?)(i?)b?$/);\n if (r === null || r[1] === \".\" || r[1] === \"\")\n return null;\n const s = {\n \"\": 0,\n k: 1,\n m: 2,\n g: 3,\n t: 4,\n p: 5,\n e: 6\n }, n = `${r[1]}`, i = r[4] === \"i\" || t ? 1024 : 1e3;\n return Math.round(Number.parseFloat(n) * i ** s[r[3]]);\n}\n/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nvar Z = /* @__PURE__ */ ((e) => (e.DEFAULT = \"default\", e.HIDDEN = \"hidden\", e))(Z || {});\nclass Qt {\n _action;\n constructor(t) {\n this.validateAction(t), this._action = t;\n }\n get id() {\n return this._action.id;\n }\n get displayName() {\n return this._action.displayName;\n }\n get title() {\n return this._action.title;\n }\n get iconSvgInline() {\n return this._action.iconSvgInline;\n }\n get enabled() {\n return this._action.enabled;\n }\n get exec() {\n return this._action.exec;\n }\n get execBatch() {\n return this._action.execBatch;\n }\n get order() {\n return this._action.order;\n }\n get parent() {\n return this._action.parent;\n }\n get default() {\n return this._action.default;\n }\n get inline() {\n return this._action.inline;\n }\n get renderInline() {\n return this._action.renderInline;\n }\n validateAction(t) {\n if (!t.id || typeof t.id != \"string\")\n throw new Error(\"Invalid id\");\n if (!t.displayName || typeof t.displayName != \"function\")\n throw new Error(\"Invalid displayName function\");\n if (\"title\" in t && typeof t.title != \"function\")\n throw new Error(\"Invalid title function\");\n if (!t.iconSvgInline || typeof t.iconSvgInline != \"function\")\n throw new Error(\"Invalid iconSvgInline function\");\n if (!t.exec || typeof t.exec != \"function\")\n throw new Error(\"Invalid exec function\");\n if (\"enabled\" in t && typeof t.enabled != \"function\")\n throw new Error(\"Invalid enabled function\");\n if (\"execBatch\" in t && typeof t.execBatch != \"function\")\n throw new Error(\"Invalid execBatch function\");\n if (\"order\" in t && typeof t.order != \"number\")\n throw new Error(\"Invalid order\");\n if (\"parent\" in t && typeof t.parent != \"string\")\n throw new Error(\"Invalid parent\");\n if (t.default && !Object.values(Z).includes(t.default))\n throw new Error(\"Invalid default\");\n if (\"inline\" in t && typeof t.inline != \"function\")\n throw new Error(\"Invalid inline function\");\n if (\"renderInline\" in t && typeof t.renderInline != \"function\")\n throw new Error(\"Invalid renderInline function\");\n }\n}\nconst Dt = function(e) {\n if (typeof window._nc_fileactions > \"u\" && (window._nc_fileactions = [], m.debug(\"FileActions initialized\")), window._nc_fileactions.find((t) => t.id === e.id)) {\n m.error(`FileAction ${e.id} already registered`, { action: e });\n return;\n }\n window._nc_fileactions.push(e);\n}, er = function() {\n return typeof window._nc_fileactions > \"u\" && (window._nc_fileactions = [], m.debug(\"FileActions initialized\")), window._nc_fileactions;\n};\n/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nclass tr {\n _header;\n constructor(t) {\n this.validateHeader(t), this._header = t;\n }\n get id() {\n return this._header.id;\n }\n get order() {\n return this._header.order;\n }\n get enabled() {\n return this._header.enabled;\n }\n get render() {\n return this._header.render;\n }\n get updated() {\n return this._header.updated;\n }\n validateHeader(t) {\n if (!t.id || !t.render || !t.updated)\n throw new Error(\"Invalid header: id, render and updated are required\");\n if (typeof t.id != \"string\")\n throw new Error(\"Invalid id property\");\n if (t.enabled !== void 0 && typeof t.enabled != \"function\")\n throw new Error(\"Invalid enabled property\");\n if (t.render && typeof t.render != \"function\")\n throw new Error(\"Invalid render property\");\n if (t.updated && typeof t.updated != \"function\")\n throw new Error(\"Invalid updated property\");\n }\n}\nconst rr = function(e) {\n if (typeof window._nc_filelistheader > \"u\" && (window._nc_filelistheader = [], m.debug(\"FileListHeaders initialized\")), window._nc_filelistheader.find((t) => t.id === e.id)) {\n m.error(`Header ${e.id} already registered`, { header: e });\n return;\n }\n window._nc_filelistheader.push(e);\n}, nr = function() {\n return typeof window._nc_filelistheader > \"u\" && (window._nc_filelistheader = [], m.debug(\"FileListHeaders initialized\")), window._nc_filelistheader;\n};\n/**\n * @copyright Copyright (c) 2022 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nvar N = /* @__PURE__ */ ((e) => (e[e.NONE = 0] = \"NONE\", e[e.CREATE = 4] = \"CREATE\", e[e.READ = 1] = \"READ\", e[e.UPDATE = 2] = \"UPDATE\", e[e.DELETE = 8] = \"DELETE\", e[e.SHARE = 16] = \"SHARE\", e[e.ALL = 31] = \"ALL\", e))(N || {});\n/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n * @author Ferdinand Thiessen \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nconst j = [\n \"d:getcontentlength\",\n \"d:getcontenttype\",\n \"d:getetag\",\n \"d:getlastmodified\",\n \"d:quota-available-bytes\",\n \"d:resourcetype\",\n \"nc:has-preview\",\n \"nc:is-encrypted\",\n \"nc:mount-type\",\n \"nc:share-attributes\",\n \"oc:comments-unread\",\n \"oc:favorite\",\n \"oc:fileid\",\n \"oc:owner-display-name\",\n \"oc:owner-id\",\n \"oc:permissions\",\n \"oc:share-types\",\n \"oc:size\",\n \"ocs:share-permissions\"\n], Y = {\n d: \"DAV:\",\n nc: \"http://nextcloud.org/ns\",\n oc: \"http://owncloud.org/ns\",\n ocs: \"http://open-collaboration-services.org/ns\"\n}, ir = function(e, t = { nc: \"http://nextcloud.org/ns\" }) {\n typeof window._nc_dav_properties > \"u\" && (window._nc_dav_properties = [...j], window._nc_dav_namespaces = { ...Y });\n const r = { ...window._nc_dav_namespaces, ...t };\n if (window._nc_dav_properties.find((n) => n === e))\n return m.error(`${e} already registered`, { prop: e }), !1;\n if (e.startsWith(\"<\") || e.split(\":\").length !== 2)\n return m.error(`${e} is not valid. See example: 'oc:fileid'`, { prop: e }), !1;\n const s = e.split(\":\")[0];\n return r[s] ? (window._nc_dav_properties.push(e), window._nc_dav_namespaces = r, !0) : (m.error(`${e} namespace unknown`, { prop: e, namespaces: r }), !1);\n}, V = function() {\n return typeof window._nc_dav_properties > \"u\" && (window._nc_dav_properties = [...j]), window._nc_dav_properties.map((e) => `<${e} />`).join(\" \");\n}, L = function() {\n return typeof window._nc_dav_namespaces > \"u\" && (window._nc_dav_namespaces = { ...Y }), Object.keys(window._nc_dav_namespaces).map((e) => `xmlns:${e}=\"${window._nc_dav_namespaces?.[e]}\"`).join(\" \");\n}, sr = function() {\n return `\n\t\t\n\t\t\t\n\t\t\t\t${V()}\n\t\t\t\n\t\t`;\n}, Ee = function() {\n return `\n\t\t\n\t\t\t\n\t\t\t\t${V()}\n\t\t\t\n\t\t\t\n\t\t\t\t1\n\t\t\t\n\t\t`;\n}, or = function(e) {\n return `\n\n\t\n\t\t\n\t\t\t\n\t\t\t\t${V()}\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t/files/${A()?.uid}/\n\t\t\t\tinfinity\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\thttpd/unix-directory\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t0\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t${e}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t100\n\t\t\t0\n\t\t\n\t\n`;\n};\n/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n * @author Ferdinand Thiessen \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nconst be = function(e = \"\") {\n let t = N.NONE;\n return e && ((e.includes(\"C\") || e.includes(\"K\")) && (t |= N.CREATE), e.includes(\"G\") && (t |= N.READ), (e.includes(\"W\") || e.includes(\"N\") || e.includes(\"V\")) && (t |= N.UPDATE), e.includes(\"D\") && (t |= N.DELETE), e.includes(\"R\") && (t |= N.SHARE)), t;\n};\n/**\n * @copyright Copyright (c) 2022 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nvar R = /* @__PURE__ */ ((e) => (e.Folder = \"folder\", e.File = \"file\", e))(R || {});\n/**\n * @copyright Copyright (c) 2022 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nconst J = function(e, t) {\n return e.match(t) !== null;\n}, X = (e, t) => {\n if (e.id && typeof e.id != \"number\")\n throw new Error(\"Invalid id type of value\");\n if (!e.source)\n throw new Error(\"Missing mandatory source\");\n try {\n new URL(e.source);\n } catch {\n throw new Error(\"Invalid source format, source must be a valid URL\");\n }\n if (!e.source.startsWith(\"http\"))\n throw new Error(\"Invalid source format, only http(s) is supported\");\n if (e.mtime && !(e.mtime instanceof Date))\n throw new Error(\"Invalid mtime type\");\n if (e.crtime && !(e.crtime instanceof Date))\n throw new Error(\"Invalid crtime type\");\n if (!e.mime || typeof e.mime != \"string\" || !e.mime.match(/^[-\\w.]+\\/[-+\\w.]+$/gi))\n throw new Error(\"Missing or invalid mandatory mime\");\n if (\"size\" in e && typeof e.size != \"number\" && e.size !== void 0)\n throw new Error(\"Invalid size type\");\n if (\"permissions\" in e && e.permissions !== void 0 && !(typeof e.permissions == \"number\" && e.permissions >= N.NONE && e.permissions <= N.ALL))\n throw new Error(\"Invalid permissions\");\n if (e.owner && e.owner !== null && typeof e.owner != \"string\")\n throw new Error(\"Invalid owner type\");\n if (e.attributes && typeof e.attributes != \"object\")\n throw new Error(\"Invalid attributes type\");\n if (e.root && typeof e.root != \"string\")\n throw new Error(\"Invalid root type\");\n if (e.root && !e.root.startsWith(\"/\"))\n throw new Error(\"Root must start with a leading slash\");\n if (e.root && !e.source.includes(e.root))\n throw new Error(\"Root must be part of the source\");\n if (e.root && J(e.source, t)) {\n const r = e.source.match(t)[0];\n if (!e.source.includes(le(r, e.root)))\n throw new Error(\"The root must be relative to the service. e.g /files/emma\");\n }\n if (e.status && !Object.values(Q).includes(e.status))\n throw new Error(\"Status must be a valid NodeStatus\");\n};\n/**\n * @copyright Copyright (c) 2022 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nvar Q = /* @__PURE__ */ ((e) => (e.NEW = \"new\", e.FAILED = \"failed\", e.LOADING = \"loading\", e.LOCKED = \"locked\", e))(Q || {});\nclass D {\n _data;\n _attributes;\n _knownDavService = /(remote|public)\\.php\\/(web)?dav/i;\n constructor(t, r) {\n X(t, r || this._knownDavService), this._data = t;\n const s = {\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n set: (n, i, d) => (this.updateMtime(), Reflect.set(n, i, d)),\n deleteProperty: (n, i) => (this.updateMtime(), Reflect.deleteProperty(n, i))\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n };\n this._attributes = new Proxy(t.attributes || {}, s), delete this._data.attributes, r && (this._knownDavService = r);\n }\n /**\n * Get the source url to this object\n */\n get source() {\n return this._data.source.replace(/\\/$/i, \"\");\n }\n /**\n * Get the encoded source url to this object for requests purposes\n */\n get encodedSource() {\n const { origin: t } = new URL(this.source);\n return t + he(this.source.slice(t.length));\n }\n /**\n * Get this object name\n */\n get basename() {\n return fe(this.source);\n }\n /**\n * Get this object's extension\n */\n get extension() {\n return ce(this.source);\n }\n /**\n * Get the directory path leading to this object\n * Will use the relative path to root if available\n */\n get dirname() {\n if (this.root) {\n let r = this.source;\n this.isDavRessource && (r = r.split(this._knownDavService).pop());\n const s = r.indexOf(this.root), n = this.root.replace(/\\/$/, \"\");\n return I(r.slice(s + n.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 let t = this.source;\n this.isDavRessource && (t = t.split(this._knownDavService).pop());\n const r = t.indexOf(this.root), s = this.root.replace(/\\/$/, \"\");\n return t.slice(r + s.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, t = {}) {\n const r = ge(e, { headers: t });\n function s(i) {\n r.setHeaders({\n ...t,\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: i ?? \"\"\n });\n }\n return ue(s), s(de()), we().patch(\"fetch\", (i, d) => {\n const u = d.headers;\n return u?.method && (d.method = u.method, delete u.method), fetch(i, d);\n }), r;\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 = s?.[\"owner-id\"] || 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 k = {};\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};\nk.buildOptions = Se;\nk.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 ke = Me;\nconst Be = 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 (Be.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 B = O, T = ke, tt = Ze, rt = et;\n\"<((!\\\\[CDATA\\\\[([\\\\s\\\\S]*?)(]]>))|((NAME:)?(NAME))([^>]*)>|((\\\\/)(NAME)\\\\s*>))([^<]*)\".replace(/NAME/g, B.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 = B.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 B.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 } = k, _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 kt = S, Bt = At, qt = Mt;\nvar W = {\n XMLParser: Bt,\n XMLValidator: kt,\n XMLBuilder: qt\n};\nfunction Xt(e) {\n if (typeof e != \"string\")\n throw new TypeError(`Expected a \\`string\\`, got \\`${typeof e}\\``);\n if (e = e.trim(), e.length === 0 || W.XMLValidator.validate(e) !== !0)\n return !1;\n let t;\n const r = new W.XMLParser();\n try {\n t = r.parse(e);\n } catch {\n return !1;\n }\n return !(!t || !(\"svg\" in t));\n}\n/**\n * @copyright Copyright (c) 2022 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nclass cr {\n _view;\n constructor(t) {\n Ut(t), this._view = t;\n }\n get id() {\n return this._view.id;\n }\n get name() {\n return this._view.name;\n }\n get caption() {\n return this._view.caption;\n }\n get emptyTitle() {\n return this._view.emptyTitle;\n }\n get emptyCaption() {\n return this._view.emptyCaption;\n }\n get getContents() {\n return this._view.getContents;\n }\n get icon() {\n return this._view.icon;\n }\n set icon(t) {\n this._view.icon = t;\n }\n get order() {\n return this._view.order;\n }\n set order(t) {\n this._view.order = t;\n }\n get params() {\n return this._view.params;\n }\n set params(t) {\n this._view.params = t;\n }\n get columns() {\n return this._view.columns;\n }\n get emptyView() {\n return this._view.emptyView;\n }\n get parent() {\n return this._view.parent;\n }\n get sticky() {\n return this._view.sticky;\n }\n get expanded() {\n return this._view.expanded;\n }\n set expanded(t) {\n this._view.expanded = t;\n }\n get defaultSortKey() {\n return this._view.defaultSortKey;\n }\n}\nconst Ut = function(e) {\n if (!e.id || typeof e.id != \"string\")\n throw new Error(\"View id is required and must be a string\");\n if (!e.name || typeof e.name != \"string\")\n throw new Error(\"View name is required and must be a string\");\n if (e.columns && e.columns.length > 0 && (!e.caption || typeof e.caption != \"string\"))\n throw new Error(\"View caption is required for top-level views and must be a string\");\n if (!e.getContents || typeof e.getContents != \"function\")\n throw new Error(\"View getContents is required and must be a function\");\n if (!e.icon || typeof e.icon != \"string\" || !Xt(e.icon))\n throw new Error(\"View icon is required and must be a valid svg string\");\n if (!(\"order\" in e) || typeof e.order != \"number\")\n throw new Error(\"View order is required and must be a number\");\n if (e.columns && e.columns.forEach((t) => {\n if (!(t instanceof Ie))\n throw new Error(\"View columns must be an array of Column. Invalid column found\");\n }), e.emptyView && typeof e.emptyView != \"function\")\n throw new Error(\"View emptyView must be a function\");\n if (e.parent && typeof e.parent != \"string\")\n throw new Error(\"View parent must be a string\");\n if (\"sticky\" in e && typeof e.sticky != \"boolean\")\n throw new Error(\"View sticky must be a boolean\");\n if (\"expanded\" in e && typeof e.expanded != \"boolean\")\n throw new Error(\"View expanded must be a boolean\");\n if (e.defaultSortKey && typeof e.defaultSortKey != \"string\")\n throw new Error(\"View defaultSortKey must be a string\");\n return !0;\n};\n/**\n * @copyright 2019 Christoph Wurst \n *\n * @author Christoph Wurst \n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nconst hr = function(e) {\n return F().registerEntry(e);\n}, pr = function(e) {\n return F().unregisterEntry(e);\n}, gr = function(e) {\n return F().getEntries(e).sort((r, s) => r.order !== void 0 && s.order !== void 0 && r.order !== s.order ? r.order - s.order : r.displayName.localeCompare(s.displayName, void 0, { numeric: !0, sensitivity: \"base\" }));\n};\nexport {\n Ie as Column,\n Z as DefaultType,\n ye as File,\n Qt as FileAction,\n R as FileType,\n _e as Folder,\n tr as Header,\n Te as Navigation,\n D as Node,\n Q as NodeStatus,\n N as Permission,\n cr as View,\n hr as addNewFileMenuEntry,\n ur as davGetClient,\n sr as davGetDefaultPropfind,\n Ee as davGetFavoritesReport,\n or as davGetRecentSearch,\n be as davParsePermissions,\n te as davRemoteURL,\n ve as davResultToNode,\n ee as davRootPath,\n Y as defaultDavNamespaces,\n j as defaultDavProperties,\n Yt as formatFileSize,\n L as getDavNameSpaces,\n V as getDavProperties,\n dr as getFavoriteNodes,\n er as getFileActions,\n nr as getFileListHeaders,\n ar as getNavigation,\n gr as getNewFileMenuEntries,\n Jt as parseFileSize,\n ir as registerDavProperty,\n Dt as registerFileAction,\n rr as registerFileListHeaders,\n pr as removeNewFileMenuEntry\n};\n","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\tid: moduleId,\n\t\tloaded: false,\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n\t// Flag the module as loaded\n\tmodule.loaded = true;\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n// expose the modules object (__webpack_modules__)\n__webpack_require__.m = __webpack_modules__;\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.f = {};\n// This file contains only the entry chunk.\n// The chunk loading function for additional chunks\n__webpack_require__.e = (chunkId) => {\n\treturn Promise.all(Object.keys(__webpack_require__.f).reduce((promises, key) => {\n\t\t__webpack_require__.f[key](chunkId, promises);\n\t\treturn promises;\n\t}, []));\n};","// This function allow to reference async chunks\n__webpack_require__.u = (chunkId) => {\n\t// return url for filenames based on template\n\treturn \"\" + chunkId + \"-\" + chunkId + \".js?v=\" + {\"4720\":\"bf813bc45f5afa044293\",\"6512\":\"f5986b3e0fbb4396378b\"}[chunkId] + \"\";\n};","__webpack_require__.g = (function() {\n\tif (typeof globalThis === 'object') return globalThis;\n\ttry {\n\t\treturn this || new Function('return this')();\n\t} catch (e) {\n\t\tif (typeof window === 'object') return window;\n\t}\n})();","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","__webpack_require__.nmd = (module) => {\n\tmodule.paths = [];\n\tif (!module.children) module.children = [];\n\treturn module;\n};","__webpack_require__.j = 9837;","var scriptUrl;\nif (__webpack_require__.g.importScripts) scriptUrl = __webpack_require__.g.location + \"\";\nvar document = __webpack_require__.g.document;\nif (!scriptUrl && document) {\n\tif (document.currentScript)\n\t\tscriptUrl = document.currentScript.src;\n\tif (!scriptUrl) {\n\t\tvar scripts = document.getElementsByTagName(\"script\");\n\t\tif(scripts.length) {\n\t\t\tvar i = scripts.length - 1;\n\t\t\twhile (i > -1 && !scriptUrl) scriptUrl = scripts[i--].src;\n\t\t}\n\t}\n}\n// When supporting browsers where an automatic publicPath is not supported you must specify an output.publicPath manually via configuration\n// or pass an empty string (\"\") and set the __webpack_public_path__ variable from your code to use your own logic.\nif (!scriptUrl) throw new Error(\"Automatic publicPath is not supported in this browser\");\nscriptUrl = scriptUrl.replace(/#.*$/, \"\").replace(/\\?.*$/, \"\").replace(/\\/[^\\/]+$/, \"/\");\n__webpack_require__.p = scriptUrl;","__webpack_require__.b = document.baseURI || self.location.href;\n\n// object to store loaded and loading chunks\n// undefined = chunk not loaded, null = chunk preloaded/prefetched\n// [resolve, reject, Promise] = chunk loading, 0 = chunk loaded\nvar installedChunks = {\n\t9837: 0\n};\n\n__webpack_require__.f.j = (chunkId, promises) => {\n\t\t// JSONP chunk loading for javascript\n\t\tvar installedChunkData = __webpack_require__.o(installedChunks, chunkId) ? installedChunks[chunkId] : undefined;\n\t\tif(installedChunkData !== 0) { // 0 means \"already installed\".\n\n\t\t\t// a Promise means \"currently loading\".\n\t\t\tif(installedChunkData) {\n\t\t\t\tpromises.push(installedChunkData[2]);\n\t\t\t} else {\n\t\t\t\tif(true) { // all chunks have JS\n\t\t\t\t\t// setup Promise in chunk cache\n\t\t\t\t\tvar promise = new Promise((resolve, reject) => (installedChunkData = installedChunks[chunkId] = [resolve, reject]));\n\t\t\t\t\tpromises.push(installedChunkData[2] = promise);\n\n\t\t\t\t\t// start chunk loading\n\t\t\t\t\tvar url = __webpack_require__.p + __webpack_require__.u(chunkId);\n\t\t\t\t\t// create error before stack unwound to get useful stacktrace later\n\t\t\t\t\tvar error = new Error();\n\t\t\t\t\tvar loadingEnded = (event) => {\n\t\t\t\t\t\tif(__webpack_require__.o(installedChunks, chunkId)) {\n\t\t\t\t\t\t\tinstalledChunkData = installedChunks[chunkId];\n\t\t\t\t\t\t\tif(installedChunkData !== 0) installedChunks[chunkId] = undefined;\n\t\t\t\t\t\t\tif(installedChunkData) {\n\t\t\t\t\t\t\t\tvar errorType = event && (event.type === 'load' ? 'missing' : event.type);\n\t\t\t\t\t\t\t\tvar realSrc = event && event.target && event.target.src;\n\t\t\t\t\t\t\t\terror.message = 'Loading chunk ' + chunkId + ' failed.\\n(' + errorType + ': ' + realSrc + ')';\n\t\t\t\t\t\t\t\terror.name = 'ChunkLoadError';\n\t\t\t\t\t\t\t\terror.type = errorType;\n\t\t\t\t\t\t\t\terror.request = realSrc;\n\t\t\t\t\t\t\t\tinstalledChunkData[1](error);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t\t__webpack_require__.l(url, loadingEnded, \"chunk-\" + chunkId, chunkId);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n};\n\n// no prefetching\n\n// no preloaded\n\n// no HMR\n\n// no HMR manifest\n\n__webpack_require__.O.j = (chunkId) => (installedChunks[chunkId] === 0);\n\n// install a JSONP callback for chunk loading\nvar webpackJsonpCallback = (parentChunkLoadingFunction, data) => {\n\tvar chunkIds = data[0];\n\tvar moreModules = data[1];\n\tvar runtime = data[2];\n\t// add \"moreModules\" to the modules object,\n\t// then flag all \"chunkIds\" as loaded and fire callback\n\tvar moduleId, chunkId, i = 0;\n\tif(chunkIds.some((id) => (installedChunks[id] !== 0))) {\n\t\tfor(moduleId in moreModules) {\n\t\t\tif(__webpack_require__.o(moreModules, moduleId)) {\n\t\t\t\t__webpack_require__.m[moduleId] = moreModules[moduleId];\n\t\t\t}\n\t\t}\n\t\tif(runtime) var result = runtime(__webpack_require__);\n\t}\n\tif(parentChunkLoadingFunction) parentChunkLoadingFunction(data);\n\tfor(;i < chunkIds.length; i++) {\n\t\tchunkId = chunkIds[i];\n\t\tif(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {\n\t\t\tinstalledChunks[chunkId][0]();\n\t\t}\n\t\tinstalledChunks[chunkId] = 0;\n\t}\n\treturn __webpack_require__.O(result);\n}\n\nvar chunkLoadingGlobal = self[\"webpackChunknextcloud\"] = self[\"webpackChunknextcloud\"] || [];\nchunkLoadingGlobal.forEach(webpackJsonpCallback.bind(null, 0));\nchunkLoadingGlobal.push = webpackJsonpCallback.bind(null, chunkLoadingGlobal.push.bind(chunkLoadingGlobal));","__webpack_require__.nc = undefined;","// startup\n// Load entry module and return exports\n// This entry module depends on other loaded chunks and execution need to be delayed\nvar __webpack_exports__ = __webpack_require__.O(undefined, [7874], () => (__webpack_require__(34507)))\n__webpack_exports__ = __webpack_require__.O(__webpack_exports__);\n"],"names":["deferred","inProgress","dataWebpackPrefix","getLoggerBuilder","setApp","detectUser","build","action","FileAction","id","displayName","nodes","view","t","iconSvgInline","enabled","length","map","node","permissions","every","permission","Permission","DELETE","exec","axios","delete","encodedSource","emit","error","logger","source","execBatch","dir","Promise","all","this","order","triggerDownload","url","hiddenElement","document","createElement","download","href","click","downloadNodes","secret","Math","random","toString","substring","generateUrl","files","JSON","stringify","basename","isDownloadable","READ","attributes","downloadAttribute","parse","find","attribute","scope","key","undefined","some","type","FileType","Folder","root","startsWith","async","Array","fill","UPDATE","path","link","generateOcsUrl","result","post","uid","getCurrentUser","window","location","host","encodePath","data","ocs","token","showError","openLocalClient","shouldFavorite","favorite","favoriteNode","willFavorite","tags","OC","TAG_FAVORITE","dirname","Vue","StarSvg","NONE","options","styleTagTransform","setAttributes","insert","domAPI","insertStyleElement","locals","Axios","AxiosError","CanceledError","isCancel","CancelToken","VERSION","Cancel","isAxiosError","spread","toFormData","AxiosHeaders","HttpStatusCode","formToJSON","getAdapter","mergeConfig","queue","getQueue","PQueue","concurrency","MoveCopyAction","canMove","reduce","min","ALL","canCopy","canDownload","getUniqueName","name","otherNames","suffix","arguments","n","newName","i","includes","ext","extname","getActionForNodes","MOVE_OR_COPY","MOVE","COPY","handleCopyMoveNodeTo","destination","method","overwrite","Error","NodeStatus","LOADING","add","copySuffix","index","client","davGetClient","currentPath","join","davRootPath","destinationPath","target","otherNodes","getDirectoryContents","copyFile","stat","details","davGetDefaultPropfind","davResultToNode","moveFile","response","status","message","debug","openFilePickerForAction","fileIDs","fileid","filter","Boolean","filePicker","getFilePickerBuilder","allowDirectories","setFilter","CREATE","setMimeTypeFilter","setMultiSelect","startAt","resolve","reject","setButtonFactory","_selection","buttons","dirnames","paths","push","label","icon","CopyIconSvg","callback","FolderMoveSvg","pick","catch","FilePickerClosed","e","promises","FolderSvg","isDavRessource","OCP","Files","Router","goToRoute","default","DefaultType","HIDDEN","InformationSvg","OCA","Sidebar","open","File","entry","context","handler","content","contentNames","encodeURIComponent","headers","Overwrite","parseInt","createNewFolder","folder","mtime","Date","owner","showSuccess","WorkerGlobalScope","self","globalThis","fetch","bind","Headers","Request","Response","HOT_PATCHER_TYPE","NOOP","createNewItem","original","methods","final","HotPatcher","constructor","_configuration","registry","getEmptyAction","__type__","configuration","newAction","control","allowTargetOverrides","Object","keys","forEach","foreignKey","hasOwnProperty","assign","execute","args","get","item","_this","shift","apply","sequence","isPatched","patch","opts","chain","patchInline","plugin","restore","setFinal","__patcher","NONCE_CHARS","generateDigestAuthHeader","digest","replace","uri","indexOf","slice","toUpperCase","qop","test","ncString","nc","ha1","algorithm","user","realm","pass","nonce","cnonce","ha1Hash","md5","toLowerCase","ha1Compute","username","password","ha2","digestResponse","authValues","opaque","authHeader","k","obj","prototype","call","getPrototypeOf","proto","isPlainObject","setPrototypeOf","merge","output","items","nextItem","mergeObjects","obj1","obj2","isArray","headerPayloads","headerKeys","header","lowerHeader","hasArrayBuffer","ArrayBuffer","objToString","_request","requestOptions","patcher","body","newHeaders","value","isBuffer","isArrayBuffer","requestDataToFetchBody","signal","withCredentials","credentials","httpAgent","httpsAgent","agent","parsedURL","protocol","getFetchOptions","rootPath","defaultRootUrl","generateRemoteUrl","getClient","rootUrl","createClient","requesttoken","getRequestToken","getPatcher","_digest","hasDigestAuth","Authorization","split","re","match","floor","makeNonce","parseDigestAuth","response2","request","hashCode","str","a","b","charCodeAt","resultToNode","props","davParsePermissions","filename","nodeData","lastmod","mime","size","hasPreview","failed","reportPayload","getDavNameSpaces","getDavProperties","getContents","propfindPayload","rootResponse","contentsResponse","includeSelf","contents","generateFavoriteFolderView","View","generateIdFromPath","params","parent","columns","lastTwoWeeksTimestamp","round","now","inheritAttrs","String","required","checked","Number","previewUrl","ratio","failedPreview","computed","nameWithoutExt","realPreviewUrl","mimeIcon","getElementById","pathSections","relativePath","section","encodeFilePath","MimeType","getIconUrl","onCheck","$emit","onFailure","_vm","_c","_self","staticClass","attrs","domProps","on","_v","class","_s","extend","components","NcEmptyContent","NcModal","TemplatePreview","loading","opened","provider","extension","emptyTemplate","mimetypes","selectedTemplate","templates","template","style","width","margin","border","fetchedProvider","getTemplates","app","onSubmit","close","currentDirectory","URL","searchParams","warn","fileInfo","filePath","templatePath","templateType","createFromTemplate","normalize","openfile","_setupProxy","$event","preventDefault","stopPropagation","_b","_l","_e","mixin","TemplatePickerRoot","appendChild","loadState","templatesPath","TemplatePicker","TemplatePickerView","propsData","$mount","addNewFileMenuEntry","initTemplatesFolder","removeNewFileMenuEntry","iconClass","directory","copySystemTemplates","template_path","registerFileAction","deleteAction","downloadAction","editLocallyAction","favoriteAction","moveOrCopyAction","openFolderAction","openInFilesAction","renameAction","sidebarAction","viewInFolderAction","newFolderEntry","favoriteFolders","favoriteFoldersViews","Navigation","getNavigation","register","caption","emptyTitle","emptyCaption","subscribe","addToFavorites","removePathFromFavorites","updateAndSortViews","sort","localeCompare","getLanguage","ignorePunctuation","newFavoriteFolder","findIndex","splice","remove","registerFavoritesView","controller","AbortController","CancelablePromise","onCancel","abort","defaultSortKey","davGetRecentSearch","deep","davRemoteURL","r","navigator","addEventListener","noRewrite","registration","serviceWorker","registerDavProperty","module","exports","_typeof","Symbol","iterator","_exports","_setPrototypeOf","o","p","__proto__","_createSuper","Derived","hasNativeReflectConstruct","Reflect","construct","sham","Proxy","valueOf","_isNativeReflectConstruct","Super","_getPrototypeOf","NewTarget","TypeError","ReferenceError","_assertThisInitialized","_possibleConstructorReturn","_createForOfIteratorHelper","allowArrayLike","it","minLen","_arrayLikeToArray","from","_unsupportedIterableToArray","F","s","done","f","err","normalCompletion","didErr","step","next","_e2","return","arr","len","arr2","_classCallCheck","instance","Constructor","_defineProperties","descriptor","enumerable","configurable","writable","defineProperty","_createClass","protoProps","staticProps","_defineProperty","_classPrivateFieldInitSpec","privateMap","privateCollection","has","_checkPrivateRedeclaration","set","_classPrivateFieldGet","receiver","_classApplyDescriptorGet","_classExtractFieldDescriptor","_classPrivateFieldSet","_classApplyDescriptorSet","cancelable","isCancelablePromise","toStringTag","_internals","WeakMap","_promise","CancelablePromiseInternal","_ref","_ref$executor","executor","_ref$internals","internals","isCanceled","onCancelList","_ref$promise","promise","cancel","onfulfilled","onrejected","makeCancelable","then","createCallback","onfinally","runWhenCanceled","finally","callbacks","_step","_iterator","console","_CancelablePromiseInt","subClass","superClass","create","_inherits","_super","iterable","makeAllCancelable","allSettled","any","race","reason","_default","onResult","arg","_step2","_iterator2","resolvable","___CSS_LOADER_URL_IMPORT_0___","___CSS_LOADER_URL_IMPORT_1___","___CSS_LOADER_EXPORT___","___CSS_LOADER_URL_REPLACEMENT_0___","___CSS_LOADER_URL_REPLACEMENT_1___","http","https","validateParams","cb","Stream","Readable","Writable","Duplex","Transform","PassThrough","finished","pipeline","ClientRequest","statusCodes","defaultProtocol","g","search","hostname","port","req","end","IncomingMessage","Agent","defaultMaxSockets","globalAgent","STATUS_CODES","METHODS","xhr","getXHR","XMLHttpRequest","XDomainRequest","checkTypeSupport","responseType","isFunction","ReadableStream","writableStream","WritableStream","abortController","arraybuffer","msstream","mozchunkedarraybuffer","overrideMimeType","capability","inherits","stream","rStates","readyStates","preferBinary","_opts","_body","_headers","auth","setHeader","Buffer","useFetch","mode","_mode","decideMode","_fetchTimer","_socketTimeout","_socketTimer","_onFinish","lowerName","unsafeHeaders","getHeader","removeHeader","_destroyed","timeout","setTimeout","headersObj","Blob","headersList","keyName","v","_fetchAbortController","requestTimeout","_fetchResponse","_resetTimers","_connect","_xhr","process","nextTick","ontimeout","setRequestHeader","_response","onreadystatechange","readyState","DONE","_onXHRProgress","onprogress","onerror","send","statusValid","_write","chunk","encoding","clearTimeout","destroy","once","flushHeaders","setNoDelay","setSocketKeepAlive","UNSENT","OPENED","HEADERS_RECEIVED","resetTimers","rawHeaders","trailers","rawTrailers","statusCode","statusMessage","statusText","write","_resumeFetch","pipeTo","reader","getReader","read","_pos","responseURL","getAllResponseHeaders","matches","_charset","mimeType","charsetMatch","_read","responseText","newData","substr","buffer","alloc","Uint8Array","MSStreamReader","byteLength","onload","readAsArrayBuffer","m","setUid","Ne","_entries","registerEntry","validateEntry","unregisterEntry","getEntryIndex","entries","getEntries","_nc_newfilemenu","C","P","Yt","log","d","pow","toFixed","parseFloat","toLocaleString","Z","DEFAULT","Qt","_action","validateAction","title","inline","renderInline","values","Dt","_nc_fileactions","N","SHARE","j","Y","oc","ir","_nc_dav_properties","_nc_dav_namespaces","prop","namespaces","V","L","sr","or","be","R","J","X","crtime","Q","NEW","FAILED","LOCKED","D","_data","_attributes","_knownDavService","updateMtime","deleteProperty","origin","pop","pathname","move","rename","ye","super","ee","te","ur","setHeaders","u","dr","ve","getcontentlength","Te","_views","_currentView","views","setActive","active","ar","_nc_navigation","Ie","_column","Ae","render","summary","S","O","RegExp","isExist","isEmptyObject","l","c","getValue","isName","getAllMatches","startIndex","lastIndex","nameRegexp","M","Oe","allowBooleanAttributes","unpairedTags","U","G","w","z","validate","trim","Re","xe","H","code","msg","line","tagClosed","tagName","tagStartPos","col","Ve","Ce","Pe","$e","Le","Fe","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","Be","Xe","Ue","Ge","ze","He","Ke","We","je","Ye","Je","decimalPoint","B","T","tagname","child","addChild","tt","entityName","val","regx","entities","rt","skipLike","De","lastEntities","regex","st","replaceEntitiesValue","$","ot","charAt","ut","dt","resolveNameSpace","at","y","saveTextToParentTag","lastIndexOf","tagsNodeStack","x","tagExp","attrExpPresent","buildAttributesMap","closeIndex","docTypeEntities","parseTextData","rawTagName","isItStopNode","h","E","readStopNodeData","tagContent","_","lt","ft","ampEntity","ct","ht","pt","gt","ne","ie","Nt","bt","Et","prettify","yt","_t","currentNode","apos","quot","space","cent","pound","yen","euro","copyright","reg","inr","addExternalEntities","parseXml","vt","Tt","se","Pt","xt","oe","K","indentBy","suppressUnpairedNode","suppressEmptyNode","endsWith","suppressBooleanAttributes","Ft","format","Vt","oneListGroup","isAttribute","attrPrefixLen","St","processTextOrObjNode","Lt","indentate","Rt","tagEndChar","newLine","j2x","buildTextValNode","attrStr","buildObjectNode","repeat","arrayNodeName","buildAttrPairStr","closeTag","W","XMLParser","externalEntities","addEntity","XMLValidator","XMLBuilder","cr","_view","Ut","emptyView","sticky","expanded","Xt","hr","pr","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","loaded","__webpack_modules__","chunkIds","fn","priority","notFulfilled","Infinity","fulfilled","getter","__esModule","definition","chunkId","Function","script","needAttach","scripts","getElementsByTagName","getAttribute","charset","setAttribute","src","onScriptComplete","prev","event","doneFns","parentNode","removeChild","head","nmd","children","scriptUrl","importScripts","currentScript","baseURI","installedChunks","installedChunkData","errorType","realSrc","webpackJsonpCallback","parentChunkLoadingFunction","moreModules","runtime","chunkLoadingGlobal","__webpack_exports__"],"sourceRoot":""} \ No newline at end of file +{"version":3,"file":"files-init.js?v=a328d013eb462f0a4356","mappings":"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","sources":["webpack:///nextcloud/webpack/runtime/chunk loaded","webpack:///nextcloud/webpack/runtime/load script","webpack:///nextcloud/apps/files/src/logger.js","webpack:///nextcloud/apps/files/src/actions/deleteAction.ts","webpack:///nextcloud/apps/files/src/actions/downloadAction.ts","webpack:///nextcloud/apps/files/src/actions/editLocallyAction.ts","webpack:///nextcloud/apps/files/src/actions/favoriteAction.ts","webpack://nextcloud/./node_modules/@nextcloud/dialogs/dist/style.css?d87c","webpack:///nextcloud/node_modules/axios/index.js","webpack:///nextcloud/apps/files/src/actions/moveOrCopyActionUtils.ts","webpack:///nextcloud/apps/files/src/utils/fileUtils.ts","webpack:///nextcloud/apps/files/src/actions/moveOrCopyAction.ts","webpack:///nextcloud/apps/files/src/actions/openFolderAction.ts","webpack:///nextcloud/apps/files/src/actions/openInFilesAction.ts","webpack:///nextcloud/apps/files/src/actions/renameAction.ts","webpack:///nextcloud/apps/files/src/actions/sidebarAction.ts","webpack:///nextcloud/apps/files/src/actions/viewInFolderAction.ts","webpack:///nextcloud/apps/files/src/newMenu/newFolder.ts","webpack:///nextcloud/node_modules/@buttercup/fetch/dist/index.browser.js","webpack:///nextcloud/node_modules/hot-patcher/dist/patcher.js","webpack:///nextcloud/node_modules/hot-patcher/dist/functions.js","webpack:///nextcloud/node_modules/webdav/dist/node/compat/patcher.js","webpack:///nextcloud/node_modules/webdav/dist/node/auth/digest.js","webpack:///nextcloud/node_modules/webdav/dist/node/tools/crypto.js","webpack:///nextcloud/node_modules/webdav/dist/node/tools/merge.js","webpack:///nextcloud/node_modules/webdav/dist/node/tools/headers.js","webpack:///nextcloud/node_modules/webdav/dist/node/compat/arrayBuffer.js","webpack:///nextcloud/node_modules/webdav/dist/node/request.js","webpack:///nextcloud/node_modules/webdav/dist/node/tools/body.js","webpack:///nextcloud/node_modules/webdav/dist/node/compat/buffer.js","webpack:///nextcloud/apps/files/src/services/WebdavClient.ts","webpack:///nextcloud/apps/files/src/utils/hashUtils.ts","webpack:///nextcloud/apps/files/src/services/Files.ts","webpack:///nextcloud/apps/files/src/services/Favorites.ts","webpack:///nextcloud/apps/files/src/views/favorites.ts","webpack:///nextcloud/apps/files/src/services/Recent.ts","webpack:///nextcloud/apps/files/src/views/TemplatePicker.vue","webpack:///nextcloud/apps/files/src/utils/davUtils.js","webpack:///nextcloud/apps/files/src/components/TemplatePreview.vue?vue&type=script&lang=js","webpack:///nextcloud/apps/files/src/components/TemplatePreview.vue","webpack://nextcloud/./apps/files/src/components/TemplatePreview.vue?af18","webpack://nextcloud/./apps/files/src/components/TemplatePreview.vue?81db","webpack://nextcloud/./apps/files/src/components/TemplatePreview.vue?c414","webpack:///nextcloud/apps/files/src/views/TemplatePicker.vue?vue&type=script&lang=ts","webpack:///nextcloud/apps/files/src/services/Templates.js","webpack://nextcloud/./apps/files/src/views/TemplatePicker.vue?0681","webpack://nextcloud/./apps/files/src/views/TemplatePicker.vue?afd8","webpack:///nextcloud/apps/files/src/init-templates.ts","webpack:///nextcloud/apps/files/src/init.ts","webpack:///nextcloud/apps/files/src/views/files.ts","webpack:///nextcloud/apps/files/src/views/recent.ts","webpack:///nextcloud/apps/files/src/services/ServiceWorker.js","webpack:///nextcloud/apps/files/src/services/LivePhotos.ts","webpack:///nextcloud/node_modules/builtin-status-codes/browser.js","webpack:///nextcloud/node_modules/cancelable-promise/umd/CancelablePromise.js","webpack:///nextcloud/node_modules/@nextcloud/dialogs/dist/style.css","webpack:///nextcloud/apps/files/src/components/TemplatePreview.vue?vue&type=style&index=0&id=0859a92c&prod&lang=scss&scoped=true","webpack:///nextcloud/apps/files/src/views/TemplatePicker.vue?vue&type=style&index=0&id=48121b39&prod&lang=scss&scoped=true","webpack:///nextcloud/node_modules/https-browserify/index.js","webpack:///nextcloud/node_modules/readable-stream/readable-browser.js","webpack:///nextcloud/node_modules/stream-http/index.js","webpack:///nextcloud/node_modules/stream-http/lib/capability.js","webpack:///nextcloud/node_modules/stream-http/lib/request.js","webpack:///nextcloud/node_modules/stream-http/lib/response.js","webpack:///nextcloud/node_modules/xtend/immutable.js","webpack:///nextcloud/node_modules/@nextcloud/files/dist/index.mjs","webpack:///nextcloud/webpack/bootstrap","webpack:///nextcloud/webpack/runtime/compat get default export","webpack:///nextcloud/webpack/runtime/define property getters","webpack:///nextcloud/webpack/runtime/ensure chunk","webpack:///nextcloud/webpack/runtime/get javascript chunk filename","webpack:///nextcloud/webpack/runtime/global","webpack:///nextcloud/webpack/runtime/hasOwnProperty shorthand","webpack:///nextcloud/webpack/runtime/make namespace object","webpack:///nextcloud/webpack/runtime/node module decorator","webpack:///nextcloud/webpack/runtime/runtimeId","webpack:///nextcloud/webpack/runtime/publicPath","webpack:///nextcloud/webpack/runtime/jsonp chunk loading","webpack:///nextcloud/webpack/runtime/nonce","webpack:///nextcloud/webpack/startup"],"sourcesContent":["var deferred = [];\n__webpack_require__.O = (result, chunkIds, fn, priority) => {\n\tif(chunkIds) {\n\t\tpriority = priority || 0;\n\t\tfor(var i = deferred.length; i > 0 && deferred[i - 1][2] > priority; i--) deferred[i] = deferred[i - 1];\n\t\tdeferred[i] = [chunkIds, fn, priority];\n\t\treturn;\n\t}\n\tvar notFulfilled = Infinity;\n\tfor (var i = 0; i < deferred.length; i++) {\n\t\tvar chunkIds = deferred[i][0];\n\t\tvar fn = deferred[i][1];\n\t\tvar priority = deferred[i][2];\n\t\tvar fulfilled = true;\n\t\tfor (var j = 0; j < chunkIds.length; j++) {\n\t\t\tif ((priority & 1 === 0 || notFulfilled >= priority) && Object.keys(__webpack_require__.O).every((key) => (__webpack_require__.O[key](chunkIds[j])))) {\n\t\t\t\tchunkIds.splice(j--, 1);\n\t\t\t} else {\n\t\t\t\tfulfilled = false;\n\t\t\t\tif(priority < notFulfilled) notFulfilled = priority;\n\t\t\t}\n\t\t}\n\t\tif(fulfilled) {\n\t\t\tdeferred.splice(i--, 1)\n\t\t\tvar r = fn();\n\t\t\tif (r !== undefined) result = r;\n\t\t}\n\t}\n\treturn result;\n};","var inProgress = {};\nvar dataWebpackPrefix = \"nextcloud:\";\n// loadScript function to load a script via script tag\n__webpack_require__.l = (url, done, key, chunkId) => {\n\tif(inProgress[url]) { inProgress[url].push(done); return; }\n\tvar script, needAttach;\n\tif(key !== undefined) {\n\t\tvar scripts = document.getElementsByTagName(\"script\");\n\t\tfor(var i = 0; i < scripts.length; i++) {\n\t\t\tvar s = scripts[i];\n\t\t\tif(s.getAttribute(\"src\") == url || s.getAttribute(\"data-webpack\") == dataWebpackPrefix + key) { script = s; break; }\n\t\t}\n\t}\n\tif(!script) {\n\t\tneedAttach = true;\n\t\tscript = document.createElement('script');\n\n\t\tscript.charset = 'utf-8';\n\t\tscript.timeout = 120;\n\t\tif (__webpack_require__.nc) {\n\t\t\tscript.setAttribute(\"nonce\", __webpack_require__.nc);\n\t\t}\n\t\tscript.setAttribute(\"data-webpack\", dataWebpackPrefix + key);\n\n\t\tscript.src = url;\n\t}\n\tinProgress[url] = [done];\n\tvar onScriptComplete = (prev, event) => {\n\t\t// avoid mem leaks in IE.\n\t\tscript.onerror = script.onload = null;\n\t\tclearTimeout(timeout);\n\t\tvar doneFns = inProgress[url];\n\t\tdelete inProgress[url];\n\t\tscript.parentNode && script.parentNode.removeChild(script);\n\t\tdoneFns && doneFns.forEach((fn) => (fn(event)));\n\t\tif(prev) return prev(event);\n\t}\n\tvar timeout = setTimeout(onScriptComplete.bind(null, undefined, { type: 'timeout', target: script }), 120000);\n\tscript.onerror = onScriptComplete.bind(null, script.onerror);\n\tscript.onload = onScriptComplete.bind(null, script.onload);\n\tneedAttach && document.head.appendChild(script);\n};","/**\n * @copyright Copyright (c) 2022 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { getLoggerBuilder } from '@nextcloud/logger'\n\nexport default getLoggerBuilder()\n\t.setApp('files')\n\t.detectUser()\n\t.build()\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { emit } from '@nextcloud/event-bus';\nimport { Permission, Node, View, FileAction } from '@nextcloud/files';\nimport { translate as t } from '@nextcloud/l10n';\nimport axios from '@nextcloud/axios';\nimport TrashCanSvg from '@mdi/svg/svg/trash-can.svg?raw';\nimport logger from '../logger.js';\nexport const action = new FileAction({\n id: 'delete',\n displayName(nodes, view) {\n return view.id === 'trashbin'\n ? t('files', 'Delete permanently')\n : t('files', 'Delete');\n },\n iconSvgInline: () => {\n return TrashCanSvg;\n },\n enabled(nodes) {\n return nodes.length > 0 && nodes\n .map(node => node.permissions)\n .every(permission => (permission & Permission.DELETE) !== 0);\n },\n async exec(node) {\n try {\n await axios.delete(node.encodedSource);\n // Let's delete even if it's moved to the trashbin\n // since it has been removed from the current view\n // and changing the view will trigger a reload anyway.\n emit('files:node:deleted', node);\n return true;\n }\n catch (error) {\n logger.error('Error while deleting a file', { error, source: node.source, node });\n return false;\n }\n },\n async execBatch(nodes, view, dir) {\n return Promise.all(nodes.map(node => this.exec(node, view, dir)));\n },\n order: 100,\n});\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { generateUrl } from '@nextcloud/router';\nimport { FileAction, Permission, Node, FileType, View } from '@nextcloud/files';\nimport { translate as t } from '@nextcloud/l10n';\nimport ArrowDownSvg from '@mdi/svg/svg/arrow-down.svg?raw';\nconst triggerDownload = function (url) {\n const hiddenElement = document.createElement('a');\n hiddenElement.download = '';\n hiddenElement.href = url;\n hiddenElement.click();\n};\nconst downloadNodes = function (dir, nodes) {\n const secret = Math.random().toString(36).substring(2);\n const url = generateUrl('/apps/files/ajax/download.php?dir={dir}&files={files}&downloadStartSecret={secret}', {\n dir,\n secret,\n files: JSON.stringify(nodes.map(node => node.basename)),\n });\n triggerDownload(url);\n};\nconst isDownloadable = function (node) {\n if ((node.permissions & Permission.READ) === 0) {\n return false;\n }\n // If the mount type is a share, ensure it got download permissions.\n if (node.attributes['mount-type'] === 'shared') {\n const downloadAttribute = JSON.parse(node.attributes['share-attributes']).find((attribute) => attribute.scope === 'permissions' && attribute.key === 'download');\n if (downloadAttribute !== undefined && downloadAttribute.enabled === false) {\n return false;\n }\n }\n return true;\n};\nexport const action = new FileAction({\n id: 'download',\n displayName: () => t('files', 'Download'),\n iconSvgInline: () => ArrowDownSvg,\n enabled(nodes) {\n if (nodes.length === 0) {\n return false;\n }\n // We can download direct dav files. But if we have\n // some folders, we need to use the /apps/files/ajax/download.php\n // endpoint, which only supports user root folder.\n if (nodes.some(node => node.type === FileType.Folder)\n && nodes.some(node => !node.root?.startsWith('/files'))) {\n return false;\n }\n return nodes.every(isDownloadable);\n },\n async exec(node, view, dir) {\n if (node.type === FileType.Folder) {\n downloadNodes(dir, [node]);\n return null;\n }\n triggerDownload(node.encodedSource);\n return null;\n },\n async execBatch(nodes, view, dir) {\n if (nodes.length === 1) {\n this.exec(nodes[0], view, dir);\n return [null];\n }\n downloadNodes(dir, nodes);\n return new Array(nodes.length).fill(null);\n },\n order: 30,\n});\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { encodePath } from '@nextcloud/paths';\nimport { generateOcsUrl } from '@nextcloud/router';\nimport { getCurrentUser } from '@nextcloud/auth';\nimport { FileAction, Permission } from '@nextcloud/files';\nimport { showError } from '@nextcloud/dialogs';\nimport { translate as t } from '@nextcloud/l10n';\nimport axios from '@nextcloud/axios';\nimport LaptopSvg from '@mdi/svg/svg/laptop.svg?raw';\nconst openLocalClient = async function (path) {\n const link = generateOcsUrl('apps/files/api/v1') + '/openlocaleditor?format=json';\n try {\n const result = await axios.post(link, { path });\n const uid = getCurrentUser()?.uid;\n let url = `nc://open/${uid}@` + window.location.host + encodePath(path);\n url += '?token=' + result.data.ocs.data.token;\n window.location.href = url;\n }\n catch (error) {\n showError(t('files', 'Failed to redirect to client'));\n }\n};\nexport const action = new FileAction({\n id: 'edit-locally',\n displayName: () => t('files', 'Edit locally'),\n iconSvgInline: () => LaptopSvg,\n // Only works on single files\n enabled(nodes) {\n // Only works on single node\n if (nodes.length !== 1) {\n return false;\n }\n return (nodes[0].permissions & Permission.UPDATE) !== 0;\n },\n async exec(node) {\n openLocalClient(node.path);\n return null;\n },\n order: 25,\n});\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { emit } from '@nextcloud/event-bus';\nimport { generateUrl } from '@nextcloud/router';\nimport { Permission, View, FileAction } from '@nextcloud/files';\nimport { translate as t } from '@nextcloud/l10n';\nimport axios from '@nextcloud/axios';\nimport Vue from 'vue';\nimport StarOutlineSvg from '@mdi/svg/svg/star-outline.svg?raw';\nimport StarSvg from '@mdi/svg/svg/star.svg?raw';\nimport logger from '../logger.js';\nimport { encodePath } from '@nextcloud/paths';\n// If any of the nodes is not favorited, we display the favorite action.\nconst shouldFavorite = (nodes) => {\n return nodes.some(node => node.attributes.favorite !== 1);\n};\nexport const favoriteNode = async (node, view, willFavorite) => {\n try {\n // TODO: migrate to webdav tags plugin\n const url = generateUrl('/apps/files/api/v1/files') + encodePath(node.path);\n await axios.post(url, {\n tags: willFavorite\n ? [window.OC.TAG_FAVORITE]\n : [],\n });\n // Let's delete if we are in the favourites view\n // AND if it is removed from the user favorites\n // AND it's in the root of the favorites view\n if (view.id === 'favorites' && !willFavorite && node.dirname === '/') {\n emit('files:node:deleted', node);\n }\n // Update the node webdav attribute\n Vue.set(node.attributes, 'favorite', willFavorite ? 1 : 0);\n // Dispatch event to whoever is interested\n if (willFavorite) {\n emit('files:favorites:added', node);\n }\n else {\n emit('files:favorites:removed', node);\n }\n return true;\n }\n catch (error) {\n const action = willFavorite ? 'adding a file to favourites' : 'removing a file from favourites';\n logger.error('Error while ' + action, { error, source: node.source, node });\n return false;\n }\n};\nexport const action = new FileAction({\n id: 'favorite',\n displayName(nodes) {\n return shouldFavorite(nodes)\n ? t('files', 'Add to favorites')\n : t('files', 'Remove from favorites');\n },\n iconSvgInline: (nodes) => {\n return shouldFavorite(nodes)\n ? StarOutlineSvg\n : StarSvg;\n },\n enabled(nodes) {\n // We can only favorite nodes within files and with permissions\n return !nodes.some(node => !node.root?.startsWith?.('/files'))\n && nodes.every(node => node.permissions !== Permission.NONE);\n },\n async exec(node, view) {\n const willFavorite = shouldFavorite([node]);\n return await favoriteNode(node, view, willFavorite);\n },\n async execBatch(nodes, view) {\n const willFavorite = shouldFavorite(nodes);\n return Promise.all(nodes.map(async (node) => await favoriteNode(node, view, willFavorite)));\n },\n order: -50,\n});\n","\n import API from \"!../../../style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../css-loader/dist/cjs.js!./style.css\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../css-loader/dist/cjs.js!./style.css\";\n export default content && content.locals ? content.locals : undefined;\n","import axios from './lib/axios.js';\n\n// This module is intended to unwrap Axios default export as named.\n// Keep top-level export same with static properties\n// so that it can keep same with es module or cjs\nconst {\n Axios,\n AxiosError,\n CanceledError,\n isCancel,\n CancelToken,\n VERSION,\n all,\n Cancel,\n isAxiosError,\n spread,\n toFormData,\n AxiosHeaders,\n HttpStatusCode,\n formToJSON,\n getAdapter,\n mergeConfig\n} = axios;\n\nexport {\n axios as default,\n Axios,\n AxiosError,\n CanceledError,\n isCancel,\n CancelToken,\n VERSION,\n all,\n Cancel,\n isAxiosError,\n spread,\n toFormData,\n AxiosHeaders,\n HttpStatusCode,\n formToJSON,\n getAdapter,\n mergeConfig\n}\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport '@nextcloud/dialogs/style.css';\nimport { Permission } from '@nextcloud/files';\nimport PQueue from 'p-queue';\n// This is the processing queue. We only want to allow 3 concurrent requests\nlet queue;\n/**\n * Get the processing queue\n */\nexport const getQueue = () => {\n if (!queue) {\n queue = new PQueue({ concurrency: 3 });\n }\n return queue;\n};\nexport var MoveCopyAction;\n(function (MoveCopyAction) {\n MoveCopyAction[\"MOVE\"] = \"Move\";\n MoveCopyAction[\"COPY\"] = \"Copy\";\n MoveCopyAction[\"MOVE_OR_COPY\"] = \"move-or-copy\";\n})(MoveCopyAction || (MoveCopyAction = {}));\nexport const canMove = (nodes) => {\n const minPermission = nodes.reduce((min, node) => Math.min(min, node.permissions), Permission.ALL);\n return (minPermission & Permission.UPDATE) !== 0;\n};\nexport const canDownload = (nodes) => {\n return nodes.every(node => {\n const shareAttributes = JSON.parse(node.attributes?.['share-attributes'] ?? '[]');\n return !shareAttributes.some(attribute => attribute.scope === 'permissions' && attribute.enabled === false && attribute.key === 'download');\n });\n};\nexport const canCopy = (nodes) => {\n // For now the only restriction is that a shared file\n // cannot be copied if the download is disabled\n return canDownload(nodes);\n};\n","/**\n * @copyright Copyright (c) 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';\nimport { basename, extname } from 'path';\n// TODO: move to @nextcloud/files\n/**\n * Create an unique file name\n * @param name The initial name to use\n * @param otherNames Other names that are already used\n * @param suffix A function that takes an index an returns a suffix to add, defaults to '(index)'\n * @return Either the initial name, if unique, or the name with the suffix so that the name is unique\n */\nexport const getUniqueName = (name, otherNames, suffix = (n) => `(${n})`) => {\n let newName = name;\n let i = 1;\n while (otherNames.includes(newName)) {\n const ext = extname(name);\n newName = `${basename(name, ext)} ${suffix(i++)}${ext}`;\n }\n return newName;\n};\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","/**\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 { FilePickerClosed, getFilePickerBuilder, showError } from '@nextcloud/dialogs';\nimport { Permission, FileAction, FileType, NodeStatus, davGetClient, davRootPath, davResultToNode, davGetDefaultPropfind } from '@nextcloud/files';\nimport { translate as t } from '@nextcloud/l10n';\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';\nimport { getUniqueName } from '../utils/fileUtils';\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 // Do not allow to MOVE a node to the same folder it is already located\n if (method === MoveCopyAction.MOVE && 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/file.txt, destination: /foo\n * Allow move of /foo does not start with /foo/bar/file.txt so allow\n * - node: /foo , destination: /foo/bar\n * Do not allow as it would copy foo within itself\n * - node: /foo/bar.txt, destination: /foo\n * Allow copy a file to the same directory\n * - node: \"/foo/bar\", destination: \"/foo/bar 1\"\n * Allow to move or copy but we need to check with trailing / otherwise it would report false positive\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 // Set loading state\n Vue.set(node, 'status', NodeStatus.LOADING);\n const queue = getQueue();\n return await queue.add(async () => {\n const copySuffix = (index) => {\n if (index === 1) {\n return t('files', '(copy)'); // TRANSLATORS: Mark a file as a copy of another file\n }\n return t('files', '(copy %n)', undefined, index); // TRANSLATORS: Meaning it is the n'th copy of a file\n };\n try {\n const client = davGetClient();\n const currentPath = join(davRootPath, node.path);\n const destinationPath = join(davRootPath, destination.path);\n if (method === MoveCopyAction.COPY) {\n let target = node.basename;\n // If we do not allow overwriting then find an unique name\n if (!overwrite) {\n const otherNodes = await client.getDirectoryContents(destinationPath);\n target = getUniqueName(node.basename, otherNodes.map((n) => n.basename), copySuffix);\n }\n await client.copyFile(currentPath, join(destinationPath, target));\n // If the node is copied into current directory the view needs to be updated\n if (node.dirname === destination.path) {\n const { data } = await client.stat(join(destinationPath, target), {\n details: true,\n data: davGetDefaultPropfind(),\n });\n emit('files:node:created', davResultToNode(data));\n }\n }\n else {\n await client.moveFile(currentPath, join(destinationPath, node.basename));\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 logger.debug(error);\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', 'Choose 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 (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 // Invalid MOVE targets (but valid copy targets)\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.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((error) => {\n logger.debug(error);\n if (error instanceof FilePickerClosed) {\n reject(new Error(t('files', 'Cancelled move or copy operation')));\n }\n else {\n reject(new Error(t('files', 'Move or copy operation failed')));\n }\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 let result;\n try {\n result = await openFilePickerForAction(action, dir, [node]);\n }\n catch (e) {\n logger.error(e);\n return false;\n }\n try {\n await handleCopyMoveNodeTo(node, result.destination, result.action);\n return true;\n }\n catch (error) {\n if (error instanceof Error && !!error.message) {\n showError(error.message);\n // Silent action as we handle the toast\n return null;\n }\n return false;\n }\n },\n async execBatch(nodes, view, dir) {\n const action = getActionForNodes(nodes);\n const result = await openFilePickerForAction(action, dir, nodes);\n const promises = nodes.map(async (node) => {\n try {\n await handleCopyMoveNodeTo(node, result.destination, result.action);\n return true;\n }\n catch (error) {\n logger.error(`Failed to ${result.action} node`, { node, error });\n return false;\n }\n });\n // We need to keep the selection on error!\n // So we do not return null, and for batch action\n // we let the front handle the error.\n return await Promise.all(promises);\n },\n order: 15,\n});\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { Permission, Node, FileType, View, FileAction, DefaultType } from '@nextcloud/files';\nimport { translate as t } from '@nextcloud/l10n';\nimport FolderSvg from '@mdi/svg/svg/folder.svg?raw';\nexport const action = new FileAction({\n id: 'open-folder',\n displayName(files) {\n // Only works on single node\n const displayName = files[0].attributes.displayName || files[0].basename;\n return t('files', 'Open folder {displayName}', { displayName });\n },\n iconSvgInline: () => FolderSvg,\n enabled(nodes) {\n // Only works on single node\n if (nodes.length !== 1) {\n return false;\n }\n const node = nodes[0];\n if (!node.isDavRessource) {\n return false;\n }\n return node.type === FileType.Folder\n && (node.permissions & Permission.READ) !== 0;\n },\n async exec(node, view) {\n if (!node || node.type !== FileType.Folder) {\n return false;\n }\n window.OCP.Files.Router.goToRoute(null, { view: view.id, fileid: node.fileid }, { dir: node.path });\n return null;\n },\n // Main action if enabled, meaning folders only\n default: DefaultType.HIDDEN,\n order: -100,\n});\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { translate as t } from '@nextcloud/l10n';\nimport { FileType, FileAction, DefaultType } from '@nextcloud/files';\n/**\n * TODO: Move away from a redirect and handle\n * navigation straight out of the recent view\n */\nexport const action = new FileAction({\n id: 'open-in-files-recent',\n displayName: () => t('files', 'Open in Files'),\n iconSvgInline: () => '',\n enabled: (nodes, view) => view.id === 'recent',\n async exec(node) {\n let dir = node.dirname;\n if (node.type === FileType.Folder) {\n dir = dir + '/' + node.basename;\n }\n window.OCP.Files.Router.goToRoute(null, // use default route\n { view: 'files', fileid: node.fileid }, { dir });\n return null;\n },\n // Before openFolderAction\n order: -1000,\n default: DefaultType.HIDDEN,\n});\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { emit } from '@nextcloud/event-bus';\nimport { Permission, FileAction } from '@nextcloud/files';\nimport { translate as t } from '@nextcloud/l10n';\nimport PencilSvg from '@mdi/svg/svg/pencil.svg?raw';\nexport const ACTION_DETAILS = 'details';\nexport const action = new FileAction({\n id: 'rename',\n displayName: () => t('files', 'Rename'),\n iconSvgInline: () => PencilSvg,\n enabled: (nodes) => {\n return nodes.length > 0 && nodes\n .map(node => node.permissions)\n .every(permission => (permission & Permission.UPDATE) !== 0);\n },\n async exec(node) {\n // Renaming is a built-in feature of the files app\n emit('files:node:rename', node);\n return null;\n },\n order: 10,\n});\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { Permission, View, FileAction, FileType } from '@nextcloud/files';\nimport { translate as t } from '@nextcloud/l10n';\nimport InformationSvg from '@mdi/svg/svg/information-variant.svg?raw';\nimport logger from '../logger.js';\nexport const ACTION_DETAILS = 'details';\nexport const action = new FileAction({\n id: ACTION_DETAILS,\n displayName: () => t('files', 'Open details'),\n iconSvgInline: () => InformationSvg,\n // Sidebar currently supports user folder only, /files/USER\n enabled: (nodes) => {\n // Only works on single node\n if (nodes.length !== 1) {\n return false;\n }\n if (!nodes[0]) {\n return false;\n }\n // Only work if the sidebar is available\n if (!window?.OCA?.Files?.Sidebar) {\n return false;\n }\n return (nodes[0].root?.startsWith('/files/') && nodes[0].permissions !== Permission.NONE) ?? false;\n },\n async exec(node, view, dir) {\n try {\n // TODO: migrate Sidebar to use a Node instead\n await window.OCA.Files.Sidebar.open(node.path);\n // Silently update current fileid\n window.OCP.Files.Router.goToRoute(null, { view: view.id, fileid: node.fileid }, { dir }, true);\n return null;\n }\n catch (error) {\n logger.error('Error while opening sidebar', { error });\n return false;\n }\n },\n order: -50,\n});\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { Node, FileType, Permission, View, FileAction } from '@nextcloud/files';\nimport { translate as t } from '@nextcloud/l10n';\nimport FolderMoveSvg from '@mdi/svg/svg/folder-move.svg?raw';\nexport const action = new FileAction({\n id: 'view-in-folder',\n displayName() {\n return t('files', 'View in folder');\n },\n iconSvgInline: () => FolderMoveSvg,\n enabled(nodes, view) {\n // Only works outside of the main files view\n if (view.id === 'files') {\n return false;\n }\n // Only works on single node\n if (nodes.length !== 1) {\n return false;\n }\n const node = nodes[0];\n if (!node.isDavRessource) {\n return false;\n }\n if (node.permissions === Permission.NONE) {\n return false;\n }\n return node.type === FileType.File;\n },\n async exec(node) {\n if (!node || node.type !== FileType.File) {\n return false;\n }\n window.OCP.Files.Router.goToRoute(null, { view: 'files', fileid: node.fileid }, { dir: node.dirname });\n return null;\n },\n order: 80,\n});\n","import { basename } from 'path';\nimport { emit } from '@nextcloud/event-bus';\nimport { getCurrentUser } from '@nextcloud/auth';\nimport { Permission, Folder } from '@nextcloud/files';\nimport { showSuccess } from '@nextcloud/dialogs';\nimport { translate as t } from '@nextcloud/l10n';\nimport axios from '@nextcloud/axios';\nimport FolderPlusSvg from '@mdi/svg/svg/folder-plus.svg?raw';\nimport { getUniqueName } from '../utils/fileUtils.ts';\nimport logger from '../logger';\nconst createNewFolder = async (root, name) => {\n const source = root.source + '/' + name;\n const encodedSource = root.encodedSource + '/' + encodeURIComponent(name);\n const response = await axios({\n method: 'MKCOL',\n url: encodedSource,\n headers: {\n Overwrite: 'F',\n },\n });\n return {\n fileid: parseInt(response.headers['oc-fileid']),\n source,\n };\n};\nexport const entry = {\n id: 'newFolder',\n displayName: t('files', 'New folder'),\n enabled: (context) => (context.permissions & Permission.CREATE) !== 0,\n iconSvgInline: FolderPlusSvg,\n order: 0,\n async handler(context, content) {\n const contentNames = content.map((node) => node.basename);\n const name = getUniqueName(t('files', 'New folder'), contentNames);\n const { fileid, source } = await createNewFolder(context, name);\n // Create the folder in the store\n const folder = new Folder({\n source,\n id: fileid,\n mtime: new Date(),\n owner: getCurrentUser()?.uid || null,\n permissions: Permission.ALL,\n root: context?.root || '/files/' + getCurrentUser()?.uid,\n });\n showSuccess(t('files', 'Created new folder \"{name}\"', { name: basename(source) }));\n logger.debug('Created new folder', { folder, source });\n emit('files:node:created', folder);\n emit('files:node:rename', folder);\n },\n};\n","const inWebWorker = typeof WorkerGlobalScope !== \"undefined\" &&\n self instanceof WorkerGlobalScope;\nconst root = inWebWorker\n ? self\n : typeof window !== \"undefined\"\n ? window\n : globalThis;\nexport const fetch = root.fetch.bind(root);\nexport const Headers = root.Headers;\nexport const Request = root.Request;\nexport const Response = root.Response;\n","import { sequence } from \"./functions.js\";\nconst HOT_PATCHER_TYPE = \"@@HOTPATCHER\";\nconst NOOP = () => { };\nfunction createNewItem(method) {\n return {\n original: method,\n methods: [method],\n final: false\n };\n}\n/**\n * Hot patching manager class\n */\nexport class HotPatcher {\n constructor() {\n this._configuration = {\n registry: {},\n getEmptyAction: \"null\"\n };\n this.__type__ = HOT_PATCHER_TYPE;\n }\n /**\n * Configuration object reference\n * @readonly\n */\n get configuration() {\n return this._configuration;\n }\n /**\n * The action to take when a non-set method is requested\n * Possible values: null/throw\n */\n get getEmptyAction() {\n return this.configuration.getEmptyAction;\n }\n set getEmptyAction(newAction) {\n this.configuration.getEmptyAction = newAction;\n }\n /**\n * Control another hot-patcher instance\n * Force the remote instance to use patched methods from calling instance\n * @param target The target instance to control\n * @param allowTargetOverrides Allow the target to override patched methods on\n * the controller (default is false)\n * @returns Returns self\n * @throws {Error} Throws if the target is invalid\n */\n control(target, allowTargetOverrides = false) {\n if (!target || target.__type__ !== HOT_PATCHER_TYPE) {\n throw new Error(\"Failed taking control of target HotPatcher instance: Invalid type or object\");\n }\n Object.keys(target.configuration.registry).forEach(foreignKey => {\n if (this.configuration.registry.hasOwnProperty(foreignKey)) {\n if (allowTargetOverrides) {\n this.configuration.registry[foreignKey] = Object.assign({}, target.configuration.registry[foreignKey]);\n }\n }\n else {\n this.configuration.registry[foreignKey] = Object.assign({}, target.configuration.registry[foreignKey]);\n }\n });\n target._configuration = this.configuration;\n return this;\n }\n /**\n * Execute a patched method\n * @param key The method key\n * @param args Arguments to pass to the method (optional)\n * @see HotPatcher#get\n * @returns The output of the called method\n */\n execute(key, ...args) {\n const method = this.get(key) || NOOP;\n return method(...args);\n }\n /**\n * Get a method for a key\n * @param key The method key\n * @returns Returns the requested function or null if the function\n * does not exist and the host is configured to return null (and not throw)\n * @throws {Error} Throws if the configuration specifies to throw and the method\n * does not exist\n * @throws {Error} Throws if the `getEmptyAction` value is invalid\n */\n get(key) {\n const item = this.configuration.registry[key];\n if (!item) {\n switch (this.getEmptyAction) {\n case \"null\":\n return null;\n case \"throw\":\n throw new Error(`Failed handling method request: No method provided for override: ${key}`);\n default:\n throw new Error(`Failed handling request which resulted in an empty method: Invalid empty-action specified: ${this.getEmptyAction}`);\n }\n }\n return sequence(...item.methods);\n }\n /**\n * Check if a method has been patched\n * @param key The function key\n * @returns True if already patched\n */\n isPatched(key) {\n return !!this.configuration.registry[key];\n }\n /**\n * Patch a method name\n * @param key The method key to patch\n * @param method The function to set\n * @param opts Patch options\n * @returns Returns self\n */\n patch(key, method, opts = {}) {\n const { chain = false } = opts;\n if (this.configuration.registry[key] && this.configuration.registry[key].final) {\n throw new Error(`Failed patching '${key}': Method marked as being final`);\n }\n if (typeof method !== \"function\") {\n throw new Error(`Failed patching '${key}': Provided method is not a function`);\n }\n if (chain) {\n // Add new method to the chain\n if (!this.configuration.registry[key]) {\n // New key, create item\n this.configuration.registry[key] = createNewItem(method);\n }\n else {\n // Existing, push the method\n this.configuration.registry[key].methods.push(method);\n }\n }\n else {\n // Replace the original\n if (this.isPatched(key)) {\n const { original } = this.configuration.registry[key];\n this.configuration.registry[key] = Object.assign(createNewItem(method), {\n original\n });\n }\n else {\n this.configuration.registry[key] = createNewItem(method);\n }\n }\n return this;\n }\n /**\n * Patch a method inline, execute it and return the value\n * Used for patching contents of functions. This method will not apply a patched\n * function if it has already been patched, allowing for external overrides to\n * function. It also means that the function is cached so that it is not\n * instantiated every time the outer function is invoked.\n * @param key The function key to use\n * @param method The function to patch (once, only if not patched)\n * @param args Arguments to pass to the function\n * @returns The output of the patched function\n * @example\n * function mySpecialFunction(a, b) {\n * return hotPatcher.patchInline(\"func\", (a, b) => {\n * return a + b;\n * }, a, b);\n * }\n */\n patchInline(key, method, ...args) {\n if (!this.isPatched(key)) {\n this.patch(key, method);\n }\n return this.execute(key, ...args);\n }\n /**\n * Patch a method (or methods) in sequential-mode\n * See `patch()` with the option `chain: true`\n * @see patch\n * @param key The key to patch\n * @param methods The methods to patch\n * @returns Returns self\n */\n plugin(key, ...methods) {\n methods.forEach(method => {\n this.patch(key, method, { chain: true });\n });\n return this;\n }\n /**\n * Restore a patched method if it has been overridden\n * @param key The method key\n * @returns Returns self\n */\n restore(key) {\n if (!this.isPatched(key)) {\n throw new Error(`Failed restoring method: No method present for key: ${key}`);\n }\n else if (typeof this.configuration.registry[key].original !== \"function\") {\n throw new Error(`Failed restoring method: Original method not found or of invalid type for key: ${key}`);\n }\n this.configuration.registry[key].methods = [this.configuration.registry[key].original];\n return this;\n }\n /**\n * Set a method as being final\n * This sets a method as having been finally overridden. Attempts at overriding\n * again will fail with an error.\n * @param key The key to make final\n * @returns Returns self\n */\n setFinal(key) {\n if (!this.configuration.registry.hasOwnProperty(key)) {\n throw new Error(`Failed marking '${key}' as final: No method found for key`);\n }\n this.configuration.registry[key].final = true;\n return this;\n }\n}\n","export function sequence(...methods) {\n if (methods.length === 0) {\n throw new Error(\"Failed creating sequence: No functions provided\");\n }\n return function __executeSequence(...args) {\n let result = args;\n const _this = this;\n while (methods.length > 0) {\n const method = methods.shift();\n result = [method.apply(_this, result)];\n }\n return result[0];\n };\n}\n","import { HotPatcher } from \"hot-patcher\";\nlet __patcher = null;\nexport function getPatcher() {\n if (!__patcher) {\n __patcher = new HotPatcher();\n }\n return __patcher;\n}\n","import md5 from \"md5\";\nimport { ha1Compute } from \"../tools/crypto.js\";\nconst NONCE_CHARS = \"abcdef0123456789\";\nconst NONCE_SIZE = 32;\nexport function createDigestContext(username, password, ha1) {\n return { username, password, ha1, nc: 0, algorithm: \"md5\", hasDigestAuth: false };\n}\nexport function generateDigestAuthHeader(options, digest) {\n const url = options.url.replace(\"//\", \"\");\n const uri = url.indexOf(\"/\") == -1 ? \"/\" : url.slice(url.indexOf(\"/\"));\n const method = options.method ? options.method.toUpperCase() : \"GET\";\n const qop = /(^|,)\\s*auth\\s*($|,)/.test(digest.qop) ? \"auth\" : false;\n const ncString = `00000000${digest.nc}`.slice(-8);\n const ha1 = ha1Compute(digest.algorithm, digest.username, digest.realm, digest.password, digest.nonce, digest.cnonce, digest.ha1);\n const ha2 = md5(`${method}:${uri}`);\n const digestResponse = qop\n ? md5(`${ha1}:${digest.nonce}:${ncString}:${digest.cnonce}:${qop}:${ha2}`)\n : md5(`${ha1}:${digest.nonce}:${ha2}`);\n const authValues = {\n username: digest.username,\n realm: digest.realm,\n nonce: digest.nonce,\n uri,\n qop,\n response: digestResponse,\n nc: ncString,\n cnonce: digest.cnonce,\n algorithm: digest.algorithm,\n opaque: digest.opaque\n };\n const authHeader = [];\n for (const k in authValues) {\n if (authValues[k]) {\n if (k === \"qop\" || k === \"nc\" || k === \"algorithm\") {\n authHeader.push(`${k}=${authValues[k]}`);\n }\n else {\n authHeader.push(`${k}=\"${authValues[k]}\"`);\n }\n }\n }\n return `Digest ${authHeader.join(\", \")}`;\n}\nfunction makeNonce() {\n let uid = \"\";\n for (let i = 0; i < NONCE_SIZE; ++i) {\n uid = `${uid}${NONCE_CHARS[Math.floor(Math.random() * NONCE_CHARS.length)]}`;\n }\n return uid;\n}\nexport function parseDigestAuth(response, _digest) {\n const authHeader = (response.headers && response.headers.get(\"www-authenticate\")) || \"\";\n if (authHeader.split(/\\s/)[0].toLowerCase() !== \"digest\") {\n return false;\n }\n const re = /([a-z0-9_-]+)=(?:\"([^\"]+)\"|([a-z0-9_-]+))/gi;\n for (;;) {\n const match = re.exec(authHeader);\n if (!match) {\n break;\n }\n _digest[match[1]] = match[2] || match[3];\n }\n _digest.nc += 1;\n _digest.cnonce = makeNonce();\n return true;\n}\n","import md5 from \"md5\";\nexport function ha1Compute(algorithm, user, realm, pass, nonce, cnonce, ha1) {\n const ha1Hash = ha1 || md5(`${user}:${realm}:${pass}`);\n if (algorithm && algorithm.toLowerCase() === \"md5-sess\") {\n return md5(`${ha1Hash}:${nonce}:${cnonce}`);\n }\n return ha1Hash;\n}\n","export function cloneShallow(obj) {\n return isPlainObject(obj)\n ? Object.assign({}, obj)\n : Object.setPrototypeOf(Object.assign({}, obj), Object.getPrototypeOf(obj));\n}\nfunction isPlainObject(obj) {\n if (typeof obj !== \"object\" ||\n obj === null ||\n Object.prototype.toString.call(obj) != \"[object Object]\") {\n // Not an object\n return false;\n }\n if (Object.getPrototypeOf(obj) === null) {\n return true;\n }\n let proto = obj;\n // Find the prototype\n while (Object.getPrototypeOf(proto) !== null) {\n proto = Object.getPrototypeOf(proto);\n }\n return Object.getPrototypeOf(obj) === proto;\n}\nexport function merge(...args) {\n let output = null, items = [...args];\n while (items.length > 0) {\n const nextItem = items.shift();\n if (!output) {\n output = cloneShallow(nextItem);\n }\n else {\n output = mergeObjects(output, nextItem);\n }\n }\n return output;\n}\nfunction mergeObjects(obj1, obj2) {\n const output = cloneShallow(obj1);\n Object.keys(obj2).forEach(key => {\n if (!output.hasOwnProperty(key)) {\n output[key] = obj2[key];\n return;\n }\n if (Array.isArray(obj2[key])) {\n output[key] = Array.isArray(output[key])\n ? [...output[key], ...obj2[key]]\n : [...obj2[key]];\n }\n else if (typeof obj2[key] === \"object\" && !!obj2[key]) {\n output[key] =\n typeof output[key] === \"object\" && !!output[key]\n ? mergeObjects(output[key], obj2[key])\n : cloneShallow(obj2[key]);\n }\n else {\n output[key] = obj2[key];\n }\n });\n return output;\n}\n","export function convertResponseHeaders(headers) {\n const output = {};\n for (const key of headers.keys()) {\n output[key] = headers.get(key);\n }\n return output;\n}\nexport function mergeHeaders(...headerPayloads) {\n if (headerPayloads.length === 0)\n return {};\n const headerKeys = {};\n return headerPayloads.reduce((output, headers) => {\n Object.keys(headers).forEach(header => {\n const lowerHeader = header.toLowerCase();\n if (headerKeys.hasOwnProperty(lowerHeader)) {\n output[headerKeys[lowerHeader]] = headers[header];\n }\n else {\n headerKeys[lowerHeader] = header;\n output[header] = headers[header];\n }\n });\n return output;\n }, {});\n}\n","const hasArrayBuffer = typeof ArrayBuffer === \"function\";\nconst { toString: objToString } = Object.prototype;\n// Taken from: https://github.com/fengyuanchen/is-array-buffer/blob/master/src/index.js\nexport function isArrayBuffer(value) {\n return (hasArrayBuffer &&\n (value instanceof ArrayBuffer || objToString.call(value) === \"[object ArrayBuffer]\"));\n}\n","import { Agent as HTTPAgent } from \"http\";\nimport { Agent as HTTPSAgent } from \"https\";\nimport { fetch } from \"@buttercup/fetch\";\nimport { getPatcher } from \"./compat/patcher.js\";\nimport { isWeb } from \"./compat/env.js\";\nimport { generateDigestAuthHeader, parseDigestAuth } from \"./auth/digest.js\";\nimport { cloneShallow, merge } from \"./tools/merge.js\";\nimport { mergeHeaders } from \"./tools/headers.js\";\nimport { requestDataToFetchBody } from \"./tools/body.js\";\nfunction _request(requestOptions) {\n const patcher = getPatcher();\n return patcher.patchInline(\"request\", (options) => patcher.patchInline(\"fetch\", fetch, options.url, getFetchOptions(options)), requestOptions);\n}\nfunction getFetchOptions(requestOptions) {\n let headers = {};\n // Handle standard options\n const opts = {\n method: requestOptions.method\n };\n if (requestOptions.headers) {\n headers = mergeHeaders(headers, requestOptions.headers);\n }\n if (typeof requestOptions.data !== \"undefined\") {\n const [body, newHeaders] = requestDataToFetchBody(requestOptions.data);\n opts.body = body;\n headers = mergeHeaders(headers, newHeaders);\n }\n if (requestOptions.signal) {\n opts.signal = requestOptions.signal;\n }\n if (requestOptions.withCredentials) {\n opts.credentials = \"include\";\n }\n // Check for node-specific options\n if (!isWeb()) {\n if (requestOptions.httpAgent || requestOptions.httpsAgent) {\n opts.agent = (parsedURL) => {\n if (parsedURL.protocol === \"http:\") {\n return requestOptions.httpAgent || new HTTPAgent();\n }\n return requestOptions.httpsAgent || new HTTPSAgent();\n };\n }\n }\n // Attach headers\n opts.headers = headers;\n return opts;\n}\nexport function prepareRequestOptions(requestOptions, context, userOptions) {\n const finalOptions = cloneShallow(requestOptions);\n finalOptions.headers = mergeHeaders(context.headers, finalOptions.headers || {}, userOptions.headers || {});\n if (typeof userOptions.data !== \"undefined\") {\n finalOptions.data = userOptions.data;\n }\n if (userOptions.signal) {\n finalOptions.signal = userOptions.signal;\n }\n if (context.httpAgent) {\n finalOptions.httpAgent = context.httpAgent;\n }\n if (context.httpsAgent) {\n finalOptions.httpsAgent = context.httpsAgent;\n }\n if (context.digest) {\n finalOptions._digest = context.digest;\n }\n if (typeof context.withCredentials === \"boolean\") {\n finalOptions.withCredentials = context.withCredentials;\n }\n return finalOptions;\n}\nexport async function request(requestOptions) {\n // Client not configured for digest authentication\n if (!requestOptions._digest) {\n return _request(requestOptions);\n }\n // Remove client's digest authentication object from request options\n const _digest = requestOptions._digest;\n delete requestOptions._digest;\n // If client is already using digest authentication, include the digest authorization header\n if (_digest.hasDigestAuth) {\n requestOptions = merge(requestOptions, {\n headers: {\n Authorization: generateDigestAuthHeader(requestOptions, _digest)\n }\n });\n }\n // Perform digest request + check\n const response = await _request(requestOptions);\n if (response.status == 401) {\n _digest.hasDigestAuth = parseDigestAuth(response, _digest);\n if (_digest.hasDigestAuth) {\n requestOptions = merge(requestOptions, {\n headers: {\n Authorization: generateDigestAuthHeader(requestOptions, _digest)\n }\n });\n const response2 = await _request(requestOptions);\n if (response2.status == 401) {\n _digest.hasDigestAuth = false;\n }\n else {\n _digest.nc++;\n }\n return response2;\n }\n }\n else {\n _digest.nc++;\n }\n return response;\n}\n","import Stream from \"stream\";\nimport { isArrayBuffer } from \"../compat/arrayBuffer.js\";\nimport { isBuffer } from \"../compat/buffer.js\";\nimport { isWeb } from \"../compat/env.js\";\nexport function requestDataToFetchBody(data) {\n if (!isWeb() && data instanceof Stream.Readable) {\n // @ts-ignore\n return [data, {}];\n }\n if (typeof data === \"string\") {\n return [data, {}];\n }\n else if (isBuffer(data)) {\n return [data, {}];\n }\n else if (isArrayBuffer(data)) {\n return [data, {}];\n }\n else if (data && typeof data === \"object\") {\n return [\n JSON.stringify(data),\n {\n \"content-type\": \"application/json\"\n }\n ];\n }\n throw new Error(`Unable to convert request body: Unexpected body type: ${typeof data}`);\n}\n","export function isBuffer(value) {\n return (value != null &&\n value.constructor != null &&\n typeof value.constructor.isBuffer === \"function\" &&\n value.constructor.isBuffer(value));\n}\n","import { createClient, getPatcher } from 'webdav';\nimport { generateRemoteUrl } from '@nextcloud/router';\nimport { getCurrentUser, getRequestToken } from '@nextcloud/auth';\nimport { request } from 'webdav/dist/node/request.js';\nexport const rootPath = `/files/${getCurrentUser()?.uid}`;\nexport const defaultRootUrl = generateRemoteUrl('dav' + rootPath);\nexport const getClient = (rootUrl = defaultRootUrl) => {\n const client = createClient(rootUrl, {\n headers: {\n requesttoken: getRequestToken() || '',\n },\n });\n /**\n * Allow to override the METHOD to support dav REPORT\n *\n * @see https://github.com/perry-mitchell/webdav-client/blob/8d9694613c978ce7404e26a401c39a41f125f87f/source/request.ts\n */\n const patcher = getPatcher();\n // eslint-disable-next-line @typescript-eslint/ban-ts-comment\n // @ts-ignore\n // https://github.com/perry-mitchell/hot-patcher/issues/6\n patcher.patch('request', (options) => {\n if (options.headers?.method) {\n options.method = options.headers.method;\n delete options.headers.method;\n }\n return request(options);\n });\n return client;\n};\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nexport const hashCode = function (str) {\n return str.split('').reduce(function (a, b) {\n a = ((a << 5) - a) + b.charCodeAt(0);\n return a & a;\n }, 0);\n};\n","import { CancelablePromise } from 'cancelable-promise';\nimport { File, Folder, davParsePermissions, davGetDefaultPropfind } from '@nextcloud/files';\nimport { generateRemoteUrl } from '@nextcloud/router';\nimport { getCurrentUser } from '@nextcloud/auth';\nimport { getClient, rootPath } from './WebdavClient';\nimport { hashCode } from '../utils/hashUtils';\nimport logger from '../logger';\nconst client = getClient();\nexport const resultToNode = function (node) {\n const userId = getCurrentUser()?.uid;\n if (!userId) {\n throw new Error('No user id found');\n }\n const props = node.props;\n const permissions = davParsePermissions(props?.permissions);\n const owner = (props['owner-id'] || userId).toString();\n const source = generateRemoteUrl('dav' + rootPath + node.filename);\n const id = props?.fileid < 0\n ? hashCode(source)\n : props?.fileid || 0;\n const nodeData = {\n id,\n source,\n mtime: new Date(node.lastmod),\n mime: node.mime || 'application/octet-stream',\n size: props?.size || 0,\n permissions,\n owner,\n root: rootPath,\n attributes: {\n ...node,\n ...props,\n hasPreview: props?.['has-preview'],\n failed: props?.fileid < 0,\n },\n };\n delete nodeData.attributes.props;\n return node.type === 'file'\n ? new File(nodeData)\n : new Folder(nodeData);\n};\nexport const getContents = (path = '/') => {\n const controller = new AbortController();\n const propfindPayload = davGetDefaultPropfind();\n return new CancelablePromise(async (resolve, reject, onCancel) => {\n onCancel(() => controller.abort());\n try {\n const contentsResponse = await client.getDirectoryContents(path, {\n details: true,\n data: propfindPayload,\n includeSelf: true,\n signal: controller.signal,\n });\n const root = contentsResponse.data[0];\n const contents = contentsResponse.data.slice(1);\n if (root.filename !== path) {\n throw new Error('Root node does not match requested path');\n }\n resolve({\n folder: resultToNode(root),\n contents: contents.map(result => {\n try {\n return resultToNode(result);\n }\n catch (error) {\n logger.error(`Invalid node detected '${result.basename}'`, { error });\n return null;\n }\n }).filter(Boolean),\n });\n }\n catch (error) {\n reject(error);\n }\n });\n};\n","import { Folder, getDavNameSpaces, getDavProperties, davGetDefaultPropfind } from '@nextcloud/files';\nimport { getClient } from './WebdavClient';\nimport { resultToNode } from './Files';\nconst client = getClient();\nconst reportPayload = `\n\n\t\n\t\t${getDavProperties()}\n\t\n\t\n\t\t1\n\t\n`;\nexport const getContents = async (path = '/') => {\n const propfindPayload = davGetDefaultPropfind();\n // Get root folder\n let rootResponse;\n if (path === '/') {\n rootResponse = await client.stat(path, {\n details: true,\n data: propfindPayload,\n });\n }\n const contentsResponse = await client.getDirectoryContents(path, {\n details: true,\n // Only filter favorites if we're at the root\n data: path === '/' ? reportPayload : propfindPayload,\n headers: {\n // Patched in WebdavClient.ts\n method: path === '/' ? 'REPORT' : 'PROPFIND',\n },\n includeSelf: true,\n });\n const root = rootResponse?.data || contentsResponse.data[0];\n const contents = contentsResponse.data.filter(node => node.filename !== path);\n return {\n folder: resultToNode(root),\n contents: contents.map(resultToNode),\n };\n};\n","import { subscribe } from '@nextcloud/event-bus';\nimport { FileType, View, getNavigation } from '@nextcloud/files';\nimport { loadState } from '@nextcloud/initial-state';\nimport { getLanguage, translate as t } from '@nextcloud/l10n';\nimport { basename } from 'path';\nimport FolderSvg from '@mdi/svg/svg/folder.svg?raw';\nimport StarSvg from '@mdi/svg/svg/star.svg?raw';\nimport { getContents } from '../services/Favorites';\nimport { hashCode } from '../utils/hashUtils';\nimport logger from '../logger';\nexport const generateFavoriteFolderView = function (folder, index = 0) {\n return new View({\n id: generateIdFromPath(folder.path),\n name: basename(folder.path),\n icon: FolderSvg,\n order: index,\n params: {\n dir: folder.path,\n fileid: folder.fileid.toString(),\n view: 'favorites',\n },\n parent: 'favorites',\n columns: [],\n getContents,\n });\n};\nexport const generateIdFromPath = function (path) {\n return `favorite-${hashCode(path)}`;\n};\nexport default () => {\n // Load state in function for mock testing purposes\n const favoriteFolders = loadState('files', 'favoriteFolders', []);\n const favoriteFoldersViews = favoriteFolders.map((folder, index) => generateFavoriteFolderView(folder, index));\n logger.debug('Generating favorites view', { favoriteFolders });\n const Navigation = getNavigation();\n Navigation.register(new View({\n id: 'favorites',\n name: t('files', 'Favorites'),\n caption: t('files', 'List of favorites files and folders.'),\n emptyTitle: t('files', 'No favorites yet'),\n emptyCaption: t('files', 'Files and folders you mark as favorite will show up here'),\n icon: StarSvg,\n order: 5,\n columns: [],\n getContents,\n }));\n favoriteFoldersViews.forEach(view => Navigation.register(view));\n /**\n * Update favourites navigation when a new folder is added\n */\n subscribe('files:favorites:added', (node) => {\n if (node.type !== FileType.Folder) {\n return;\n }\n // Sanity check\n if (node.path === null || !node.root?.startsWith('/files')) {\n logger.error('Favorite folder is not within user files root', { node });\n return;\n }\n addToFavorites(node);\n });\n /**\n * Remove favourites navigation when a folder is removed\n */\n subscribe('files:favorites:removed', (node) => {\n if (node.type !== FileType.Folder) {\n return;\n }\n // Sanity check\n if (node.path === null || !node.root?.startsWith('/files')) {\n logger.error('Favorite folder is not within user files root', { node });\n return;\n }\n removePathFromFavorites(node.path);\n });\n /**\n * Sort the favorites paths array and\n * update the order property of the existing views\n */\n const updateAndSortViews = function () {\n favoriteFolders.sort((a, b) => a.path.localeCompare(b.path, getLanguage(), { ignorePunctuation: true }));\n favoriteFolders.forEach((folder, index) => {\n const view = favoriteFoldersViews.find((view) => view.id === generateIdFromPath(folder.path));\n if (view) {\n view.order = index;\n }\n });\n };\n // Add a folder to the favorites paths array and update the views\n const addToFavorites = function (node) {\n const newFavoriteFolder = { path: node.path, fileid: node.fileid };\n const view = generateFavoriteFolderView(newFavoriteFolder);\n // Skip if already exists\n if (favoriteFolders.find((folder) => folder.path === node.path)) {\n return;\n }\n // Update arrays\n favoriteFolders.push(newFavoriteFolder);\n favoriteFoldersViews.push(view);\n // Update and sort views\n updateAndSortViews();\n Navigation.register(view);\n };\n // Remove a folder from the favorites paths array and update the views\n const removePathFromFavorites = function (path) {\n const id = generateIdFromPath(path);\n const index = favoriteFolders.findIndex((folder) => folder.path === path);\n // Skip if not exists\n if (index === -1) {\n return;\n }\n // Update arrays\n favoriteFolders.splice(index, 1);\n favoriteFoldersViews.splice(index, 1);\n // Update and sort views\n Navigation.remove(id);\n updateAndSortViews();\n };\n};\n","import { getCurrentUser } from '@nextcloud/auth';\nimport { Folder, Permission, davGetRecentSearch, davGetClient, davResultToNode, davRootPath, davRemoteURL } from '@nextcloud/files';\nconst client = davGetClient();\nconst lastTwoWeeksTimestamp = Math.round((Date.now() / 1000) - (60 * 60 * 24 * 14));\nexport const getContents = async (path = '/') => {\n const contentsResponse = await client.getDirectoryContents(path, {\n details: true,\n data: davGetRecentSearch(lastTwoWeeksTimestamp),\n headers: {\n // Patched in WebdavClient.ts\n method: 'SEARCH',\n // Somehow it's needed to get the correct response\n 'Content-Type': 'application/xml; charset=utf-8',\n },\n deep: true,\n });\n const contents = contentsResponse.data;\n return {\n folder: new Folder({\n id: 0,\n source: `${davRemoteURL}${davRootPath}`,\n root: davRootPath,\n owner: getCurrentUser()?.uid || null,\n permissions: Permission.READ,\n }),\n contents: contents.map((r) => davResultToNode(r)),\n };\n};\n","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return (_vm.opened)?_c('NcModal',{staticClass:\"templates-picker\",attrs:{\"clear-view-delay\":-1,\"size\":\"large\"},on:{\"close\":_vm.close}},[_c('form',{staticClass:\"templates-picker__form\",style:(_vm.style),on:{\"submit\":function($event){$event.preventDefault();$event.stopPropagation();return _vm.onSubmit.apply(null, arguments)}}},[_c('h2',[_vm._v(_vm._s(_vm.t('files', 'Pick a template for {name}', { name: _vm.nameWithoutExt })))]),_vm._v(\" \"),_c('ul',{staticClass:\"templates-picker__list\"},[_c('TemplatePreview',_vm._b({attrs:{\"checked\":_vm.checked === _vm.emptyTemplate.fileid},on:{\"check\":_vm.onCheck}},'TemplatePreview',_vm.emptyTemplate,false)),_vm._v(\" \"),_vm._l((_vm.provider.templates),function(template){return _c('TemplatePreview',_vm._b({key:template.fileid,attrs:{\"checked\":_vm.checked === template.fileid,\"ratio\":_vm.provider.ratio},on:{\"check\":_vm.onCheck}},'TemplatePreview',template,false))})],2),_vm._v(\" \"),_c('div',{staticClass:\"templates-picker__buttons\"},[_c('input',{staticClass:\"primary\",attrs:{\"type\":\"submit\",\"aria-label\":_vm.t('files', 'Create a new file with the selected template')},domProps:{\"value\":_vm.t('files', 'Create')}})])]),_vm._v(\" \"),(_vm.loading)?_c('NcEmptyContent',{staticClass:\"templates-picker__loading\",attrs:{\"icon\":\"icon-loading\"}},[_vm._v(\"\\n\\t\\t\"+_vm._s(_vm.t('files', 'Creating file'))+\"\\n\\t\")]):_vm._e()],1):_vm._e()\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","/**\n * @copyright Copyright (c) 2019 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\n\nimport { generateRemoteUrl } from '@nextcloud/router'\nimport { getCurrentUser } from '@nextcloud/auth'\n\nexport const getRootPath = function() {\n\tif (getCurrentUser()) {\n\t\treturn generateRemoteUrl(`dav/files/${getCurrentUser().uid}`)\n\t} else {\n\t\treturn generateRemoteUrl('webdav').replace('/remote.php', '/public.php')\n\t}\n}\n\nexport const isPublic = function() {\n\treturn !getCurrentUser()\n}\n\nexport const getToken = function() {\n\treturn document.getElementById('sharingToken') && document.getElementById('sharingToken').value\n}\n","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./TemplatePreview.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./TemplatePreview.vue?vue&type=script&lang=js\"","\n\n\n\n\n\n\n","\n import API from \"!../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./TemplatePreview.vue?vue&type=style&index=0&id=0859a92c&prod&lang=scss&scoped=true\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./TemplatePreview.vue?vue&type=style&index=0&id=0859a92c&prod&lang=scss&scoped=true\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./TemplatePreview.vue?vue&type=template&id=0859a92c&scoped=true\"\nimport script from \"./TemplatePreview.vue?vue&type=script&lang=js\"\nexport * from \"./TemplatePreview.vue?vue&type=script&lang=js\"\nimport style0 from \"./TemplatePreview.vue?vue&type=style&index=0&id=0859a92c&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"0859a92c\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('li',{staticClass:\"template-picker__item\"},[_c('input',{staticClass:\"radio\",attrs:{\"id\":_vm.id,\"type\":\"radio\",\"name\":\"template-picker\"},domProps:{\"checked\":_vm.checked},on:{\"change\":_vm.onCheck}}),_vm._v(\" \"),_c('label',{staticClass:\"template-picker__label\",attrs:{\"for\":_vm.id}},[_c('div',{staticClass:\"template-picker__preview\",class:_vm.failedPreview ? 'template-picker__preview--failed' : ''},[_c('img',{staticClass:\"template-picker__image\",attrs:{\"src\":_vm.realPreviewUrl,\"alt\":\"\",\"draggable\":\"false\"},on:{\"error\":_vm.onFailure}})]),_vm._v(\" \"),_c('span',{staticClass:\"template-picker__title\"},[_vm._v(\"\\n\\t\\t\\t\"+_vm._s(_vm.nameWithoutExt)+\"\\n\\t\\t\")])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./TemplatePicker.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./TemplatePicker.vue?vue&type=script&lang=ts\"","/**\n * @copyright Copyright (c) 2021 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\n\nimport { generateOcsUrl } from '@nextcloud/router'\nimport axios from '@nextcloud/axios'\n\nexport const getTemplates = async function() {\n\tconst response = await axios.get(generateOcsUrl('apps/files/api/v1/templates'))\n\treturn response.data.ocs.data\n}\n\n/**\n * Create a new file from a specified template\n *\n * @param {string} filePath The new file destination path\n * @param {string} templatePath The template source path\n * @param {string} templateType The template type e.g 'user'\n */\nexport const createFromTemplate = async function(filePath, templatePath, templateType) {\n\tconst response = await axios.post(generateOcsUrl('apps/files/api/v1/templates/create'), {\n\t\tfilePath,\n\t\ttemplatePath,\n\t\ttemplateType,\n\t})\n\treturn response.data.ocs.data\n}\n","\n import API from \"!../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./TemplatePicker.vue?vue&type=style&index=0&id=48121b39&prod&lang=scss&scoped=true\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./TemplatePicker.vue?vue&type=style&index=0&id=48121b39&prod&lang=scss&scoped=true\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./TemplatePicker.vue?vue&type=template&id=48121b39&scoped=true\"\nimport script from \"./TemplatePicker.vue?vue&type=script&lang=ts\"\nexport * from \"./TemplatePicker.vue?vue&type=script&lang=ts\"\nimport style0 from \"./TemplatePicker.vue?vue&type=style&index=0&id=48121b39&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"48121b39\",\n null\n \n)\n\nexport default component.exports","import { Folder, Node, Permission, addNewFileMenuEntry, removeNewFileMenuEntry } from '@nextcloud/files';\nimport { generateOcsUrl } from '@nextcloud/router';\nimport { getLoggerBuilder } from '@nextcloud/logger';\nimport { join } from 'path';\nimport { loadState } from '@nextcloud/initial-state';\nimport { showError } from '@nextcloud/dialogs';\nimport { translate as t, translatePlural as n } from '@nextcloud/l10n';\nimport axios from '@nextcloud/axios';\nimport Vue from 'vue';\nimport PlusSvg from '@mdi/svg/svg/plus.svg?raw';\nimport TemplatePickerView from './views/TemplatePicker.vue';\nimport { getUniqueName } from './utils/fileUtils.ts';\nimport { getCurrentUser } from '@nextcloud/auth';\n// Set up logger\nconst logger = getLoggerBuilder()\n .setApp('files')\n .detectUser()\n .build();\n// Add translates functions\nVue.mixin({\n methods: {\n t,\n n,\n },\n});\n// Create document root\nconst TemplatePickerRoot = document.createElement('div');\nTemplatePickerRoot.id = 'template-picker';\ndocument.body.appendChild(TemplatePickerRoot);\n// Retrieve and init templates\nlet templates = loadState('files', 'templates', []);\nlet templatesPath = loadState('files', 'templates_path', false);\nlogger.debug('Templates providers', { templates });\nlogger.debug('Templates folder', { templatesPath });\n// Init vue app\nconst View = Vue.extend(TemplatePickerView);\nconst TemplatePicker = new View({\n name: 'TemplatePicker',\n propsData: {\n logger,\n },\n});\nTemplatePicker.$mount('#template-picker');\nif (!templatesPath) {\n logger.debug('Templates folder not initialized');\n addNewFileMenuEntry({\n id: 'template-picker',\n displayName: t('files', 'Create new templates folder'),\n iconSvgInline: PlusSvg,\n order: 10,\n enabled(context) {\n // Allow creation on your own folders only\n if (context.owner !== getCurrentUser()?.uid) {\n return false;\n }\n return (context.permissions & Permission.CREATE) !== 0;\n },\n handler(context, content) {\n // Check for conflicts\n const contentNames = content.map((node) => node.basename);\n const name = getUniqueName(t('files', 'Templates'), contentNames);\n // Create the template folder\n initTemplatesFolder(context, name);\n // Remove the menu entry\n removeNewFileMenuEntry('template-picker');\n },\n });\n}\n// Init template files menu\ntemplates.forEach((provider, index) => {\n addNewFileMenuEntry({\n id: `template-new-${provider.app}-${index}`,\n displayName: provider.label,\n // TODO: migrate to inline svg\n iconClass: provider.iconClass || 'icon-file',\n enabled(context) {\n return (context.permissions & Permission.CREATE) !== 0;\n },\n order: 11,\n handler(context, content) {\n // Check for conflicts\n const contentNames = content.map((node) => node.basename);\n const name = getUniqueName(provider.label + provider.extension, contentNames);\n // Create the file\n TemplatePicker.open(name, provider);\n },\n });\n});\n// Init template folder\nconst initTemplatesFolder = async function (directory, name) {\n const templatePath = join(directory.path, name);\n try {\n logger.debug('Initializing the templates directory', { templatePath });\n const response = await axios.post(generateOcsUrl('apps/files/api/v1/templates/path'), {\n templatePath,\n copySystemTemplates: true,\n });\n // Go to template directory\n window.OCP.Files.Router.goToRoute(null, // use default route\n { view: 'files', fileid: undefined }, { dir: templatePath });\n templates = response.data.ocs.data.templates;\n templatesPath = response.data.ocs.data.template_path;\n }\n catch (error) {\n logger.error('Unable to initialize the templates directory');\n showError(t('files', 'Unable to initialize the templates directory'));\n }\n};\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { addNewFileMenuEntry, registerDavProperty, registerFileAction } from '@nextcloud/files';\nimport { action as deleteAction } from './actions/deleteAction';\nimport { action as downloadAction } from './actions/downloadAction';\nimport { action as editLocallyAction } from './actions/editLocallyAction';\nimport { action as favoriteAction } from './actions/favoriteAction';\nimport { action as moveOrCopyAction } from './actions/moveOrCopyAction';\nimport { action as openFolderAction } from './actions/openFolderAction';\nimport { action as openInFilesAction } from './actions/openInFilesAction';\nimport { action as renameAction } from './actions/renameAction';\nimport { action as sidebarAction } from './actions/sidebarAction';\nimport { action as viewInFolderAction } from './actions/viewInFolderAction';\nimport { entry as newFolderEntry } from './newMenu/newFolder';\nimport registerFavoritesView from './views/favorites';\nimport registerRecentView from './views/recent';\nimport registerFilesView from './views/files';\nimport registerPreviewServiceWorker from './services/ServiceWorker.js';\nimport './init-templates';\nimport { initLivePhotos } from './services/LivePhotos';\n// Register file actions\nregisterFileAction(deleteAction);\nregisterFileAction(downloadAction);\nregisterFileAction(editLocallyAction);\nregisterFileAction(favoriteAction);\nregisterFileAction(moveOrCopyAction);\nregisterFileAction(openFolderAction);\nregisterFileAction(openInFilesAction);\nregisterFileAction(renameAction);\nregisterFileAction(sidebarAction);\nregisterFileAction(viewInFolderAction);\n// Register new menu entry\naddNewFileMenuEntry(newFolderEntry);\n// Register files views\nregisterFavoritesView();\nregisterFilesView();\nregisterRecentView();\n// Register preview service worker\nregisterPreviewServiceWorker();\nregisterDavProperty('nc:hidden', { nc: 'http://nextcloud.org/ns' });\ninitLivePhotos();\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { translate as t } from '@nextcloud/l10n';\nimport FolderSvg from '@mdi/svg/svg/folder.svg?raw';\nimport { getContents } from '../services/Files';\nimport { View, getNavigation } from '@nextcloud/files';\nexport default () => {\n const Navigation = getNavigation();\n Navigation.register(new View({\n id: 'files',\n name: t('files', 'All files'),\n caption: t('files', 'List of your files and folders.'),\n icon: FolderSvg,\n order: 0,\n getContents,\n }));\n};\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { translate as t } from '@nextcloud/l10n';\nimport HistorySvg from '@mdi/svg/svg/history.svg?raw';\nimport { getContents } from '../services/Recent';\nimport { View, getNavigation } from '@nextcloud/files';\nexport default () => {\n const Navigation = getNavigation();\n Navigation.register(new View({\n id: 'recent',\n name: t('files', 'Recent'),\n caption: t('files', 'List of recently modified files and folders.'),\n emptyTitle: t('files', 'No recently modified files'),\n emptyCaption: t('files', 'Files and folders you recently modified will show up here.'),\n icon: HistorySvg,\n order: 2,\n defaultSortKey: 'mtime',\n getContents,\n }));\n};\n","/**\n * @copyright Copyright (c) 2019 Gary Kim \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { generateUrl } from '@nextcloud/router'\nimport logger from '../logger.js'\n\nexport default () => {\n\tif ('serviceWorker' in navigator) {\n\t\t// Use the window load event to keep the page load performant\n\t\twindow.addEventListener('load', async () => {\n\t\t\ttry {\n\t\t\t\tconst url = generateUrl('/apps/files/preview-service-worker.js', {}, { noRewrite: true })\n\t\t\t\tconst registration = await navigator.serviceWorker.register(url, { scope: '/' })\n\t\t\t\tlogger.debug('SW registered: ', { registration })\n\t\t\t} catch (error) {\n\t\t\t\tlogger.error('SW registration failed: ', { error })\n\t\t\t}\n\t\t})\n\t} else {\n\t\tlogger.debug('Service Worker is not enabled on this browser.')\n\t}\n}\n","/**\n * @copyright Copyright (c) 2023 Louis Chmn \n *\n * @author Louis Chmn \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { Node, registerDavProperty } from '@nextcloud/files';\nexport function initLivePhotos() {\n registerDavProperty('nc:metadata-files-live-photo', { nc: 'http://nextcloud.org/ns' });\n}\n/**\n * @param {Node} node - The node\n */\nexport function isLivePhoto(node) {\n return node.attributes['metadata-files-live-photo'] !== undefined;\n}\n","module.exports = {\n \"100\": \"Continue\",\n \"101\": \"Switching Protocols\",\n \"102\": \"Processing\",\n \"200\": \"OK\",\n \"201\": \"Created\",\n \"202\": \"Accepted\",\n \"203\": \"Non-Authoritative Information\",\n \"204\": \"No Content\",\n \"205\": \"Reset Content\",\n \"206\": \"Partial Content\",\n \"207\": \"Multi-Status\",\n \"208\": \"Already Reported\",\n \"226\": \"IM Used\",\n \"300\": \"Multiple Choices\",\n \"301\": \"Moved Permanently\",\n \"302\": \"Found\",\n \"303\": \"See Other\",\n \"304\": \"Not Modified\",\n \"305\": \"Use Proxy\",\n \"307\": \"Temporary Redirect\",\n \"308\": \"Permanent Redirect\",\n \"400\": \"Bad Request\",\n \"401\": \"Unauthorized\",\n \"402\": \"Payment Required\",\n \"403\": \"Forbidden\",\n \"404\": \"Not Found\",\n \"405\": \"Method Not Allowed\",\n \"406\": \"Not Acceptable\",\n \"407\": \"Proxy Authentication Required\",\n \"408\": \"Request Timeout\",\n \"409\": \"Conflict\",\n \"410\": \"Gone\",\n \"411\": \"Length Required\",\n \"412\": \"Precondition Failed\",\n \"413\": \"Payload Too Large\",\n \"414\": \"URI Too Long\",\n \"415\": \"Unsupported Media Type\",\n \"416\": \"Range Not Satisfiable\",\n \"417\": \"Expectation Failed\",\n \"418\": \"I'm a teapot\",\n \"421\": \"Misdirected Request\",\n \"422\": \"Unprocessable Entity\",\n \"423\": \"Locked\",\n \"424\": \"Failed Dependency\",\n \"425\": \"Unordered Collection\",\n \"426\": \"Upgrade Required\",\n \"428\": \"Precondition Required\",\n \"429\": \"Too Many Requests\",\n \"431\": \"Request Header Fields Too Large\",\n \"451\": \"Unavailable For Legal Reasons\",\n \"500\": \"Internal Server Error\",\n \"501\": \"Not Implemented\",\n \"502\": \"Bad Gateway\",\n \"503\": \"Service Unavailable\",\n \"504\": \"Gateway Timeout\",\n \"505\": \"HTTP Version Not Supported\",\n \"506\": \"Variant Also Negotiates\",\n \"507\": \"Insufficient Storage\",\n \"508\": \"Loop Detected\",\n \"509\": \"Bandwidth Limit Exceeded\",\n \"510\": \"Not Extended\",\n \"511\": \"Network Authentication Required\"\n}\n","function _typeof(obj) { \"@babel/helpers - typeof\"; return _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && \"function\" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj; }, _typeof(obj); }\n\n(function (global, factory) {\n if (typeof define === \"function\" && define.amd) {\n define([\"exports\"], factory);\n } else if (typeof exports !== \"undefined\") {\n factory(exports);\n } else {\n var mod = {\n exports: {}\n };\n factory(mod.exports);\n global.CancelablePromise = mod.exports;\n }\n})(typeof globalThis !== \"undefined\" ? globalThis : typeof self !== \"undefined\" ? self : this, function (_exports) {\n \"use strict\";\n\n Object.defineProperty(_exports, \"__esModule\", {\n value: true\n });\n _exports.CancelablePromise = void 0;\n _exports.cancelable = cancelable;\n _exports.default = void 0;\n _exports.isCancelablePromise = isCancelablePromise;\n\n function _inherits(subClass, superClass) { if (typeof superClass !== \"function\" && superClass !== null) { throw new TypeError(\"Super expression must either be null or a function\"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, \"prototype\", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }\n\n function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }\n\n function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }\n\n function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === \"object\" || typeof call === \"function\")) { return call; } else if (call !== void 0) { throw new TypeError(\"Derived constructors may only return object or undefined\"); } return _assertThisInitialized(self); }\n\n function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\"); } return self; }\n\n function _isNativeReflectConstruct() { if (typeof Reflect === \"undefined\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \"function\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\n\n function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }\n\n function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== \"undefined\" && o[Symbol.iterator] || o[\"@@iterator\"]; if (!it) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === \"number\") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError(\"Invalid attempt to iterate non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it.return != null) it.return(); } finally { if (didErr) throw err; } } }; }\n\n function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === \"string\") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === \"Object\" && o.constructor) n = o.constructor.name; if (n === \"Map\" || n === \"Set\") return Array.from(o); if (n === \"Arguments\" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }\n\n function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }\n\n function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\n function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\n\n function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, \"prototype\", { writable: false }); return Constructor; }\n\n function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\n\n function _classPrivateFieldInitSpec(obj, privateMap, value) { _checkPrivateRedeclaration(obj, privateMap); privateMap.set(obj, value); }\n\n function _checkPrivateRedeclaration(obj, privateCollection) { if (privateCollection.has(obj)) { throw new TypeError(\"Cannot initialize the same private elements twice on an object\"); } }\n\n function _classPrivateFieldGet(receiver, privateMap) { var descriptor = _classExtractFieldDescriptor(receiver, privateMap, \"get\"); return _classApplyDescriptorGet(receiver, descriptor); }\n\n function _classApplyDescriptorGet(receiver, descriptor) { if (descriptor.get) { return descriptor.get.call(receiver); } return descriptor.value; }\n\n function _classPrivateFieldSet(receiver, privateMap, value) { var descriptor = _classExtractFieldDescriptor(receiver, privateMap, \"set\"); _classApplyDescriptorSet(receiver, descriptor, value); return value; }\n\n function _classExtractFieldDescriptor(receiver, privateMap, action) { if (!privateMap.has(receiver)) { throw new TypeError(\"attempted to \" + action + \" private field on non-instance\"); } return privateMap.get(receiver); }\n\n function _classApplyDescriptorSet(receiver, descriptor, value) { if (descriptor.set) { descriptor.set.call(receiver, value); } else { if (!descriptor.writable) { throw new TypeError(\"attempted to set read only private field\"); } descriptor.value = value; } }\n\n var toStringTag = typeof Symbol !== 'undefined' ? Symbol.toStringTag : '@@toStringTag';\n\n var _internals = /*#__PURE__*/new WeakMap();\n\n var _promise = /*#__PURE__*/new WeakMap();\n\n var CancelablePromiseInternal = /*#__PURE__*/function () {\n function CancelablePromiseInternal(_ref) {\n var _ref$executor = _ref.executor,\n executor = _ref$executor === void 0 ? function () {} : _ref$executor,\n _ref$internals = _ref.internals,\n internals = _ref$internals === void 0 ? defaultInternals() : _ref$internals,\n _ref$promise = _ref.promise,\n promise = _ref$promise === void 0 ? new Promise(function (resolve, reject) {\n return executor(resolve, reject, function (onCancel) {\n internals.onCancelList.push(onCancel);\n });\n }) : _ref$promise;\n\n _classCallCheck(this, CancelablePromiseInternal);\n\n _classPrivateFieldInitSpec(this, _internals, {\n writable: true,\n value: void 0\n });\n\n _classPrivateFieldInitSpec(this, _promise, {\n writable: true,\n value: void 0\n });\n\n _defineProperty(this, toStringTag, 'CancelablePromise');\n\n this.cancel = this.cancel.bind(this);\n\n _classPrivateFieldSet(this, _internals, internals);\n\n _classPrivateFieldSet(this, _promise, promise || new Promise(function (resolve, reject) {\n return executor(resolve, reject, function (onCancel) {\n internals.onCancelList.push(onCancel);\n });\n }));\n }\n\n _createClass(CancelablePromiseInternal, [{\n key: \"then\",\n value: function then(onfulfilled, onrejected) {\n return makeCancelable(_classPrivateFieldGet(this, _promise).then(createCallback(onfulfilled, _classPrivateFieldGet(this, _internals)), createCallback(onrejected, _classPrivateFieldGet(this, _internals))), _classPrivateFieldGet(this, _internals));\n }\n }, {\n key: \"catch\",\n value: function _catch(onrejected) {\n return makeCancelable(_classPrivateFieldGet(this, _promise).catch(createCallback(onrejected, _classPrivateFieldGet(this, _internals))), _classPrivateFieldGet(this, _internals));\n }\n }, {\n key: \"finally\",\n value: function _finally(onfinally, runWhenCanceled) {\n var _this = this;\n\n if (runWhenCanceled) {\n _classPrivateFieldGet(this, _internals).onCancelList.push(onfinally);\n }\n\n return makeCancelable(_classPrivateFieldGet(this, _promise).finally(createCallback(function () {\n if (onfinally) {\n if (runWhenCanceled) {\n _classPrivateFieldGet(_this, _internals).onCancelList = _classPrivateFieldGet(_this, _internals).onCancelList.filter(function (callback) {\n return callback !== onfinally;\n });\n }\n\n return onfinally();\n }\n }, _classPrivateFieldGet(this, _internals))), _classPrivateFieldGet(this, _internals));\n }\n }, {\n key: \"cancel\",\n value: function cancel() {\n _classPrivateFieldGet(this, _internals).isCanceled = true;\n\n var callbacks = _classPrivateFieldGet(this, _internals).onCancelList;\n\n _classPrivateFieldGet(this, _internals).onCancelList = [];\n\n var _iterator = _createForOfIteratorHelper(callbacks),\n _step;\n\n try {\n for (_iterator.s(); !(_step = _iterator.n()).done;) {\n var callback = _step.value;\n\n if (typeof callback === 'function') {\n try {\n callback();\n } catch (err) {\n console.error(err);\n }\n }\n }\n } catch (err) {\n _iterator.e(err);\n } finally {\n _iterator.f();\n }\n }\n }, {\n key: \"isCanceled\",\n value: function isCanceled() {\n return _classPrivateFieldGet(this, _internals).isCanceled === true;\n }\n }]);\n\n return CancelablePromiseInternal;\n }();\n\n var CancelablePromise = /*#__PURE__*/function (_CancelablePromiseInt) {\n _inherits(CancelablePromise, _CancelablePromiseInt);\n\n var _super = _createSuper(CancelablePromise);\n\n function CancelablePromise(executor) {\n _classCallCheck(this, CancelablePromise);\n\n return _super.call(this, {\n executor: executor\n });\n }\n\n return _createClass(CancelablePromise);\n }(CancelablePromiseInternal);\n\n _exports.CancelablePromise = CancelablePromise;\n\n _defineProperty(CancelablePromise, \"all\", function all(iterable) {\n return makeAllCancelable(iterable, Promise.all(iterable));\n });\n\n _defineProperty(CancelablePromise, \"allSettled\", function allSettled(iterable) {\n return makeAllCancelable(iterable, Promise.allSettled(iterable));\n });\n\n _defineProperty(CancelablePromise, \"any\", function any(iterable) {\n return makeAllCancelable(iterable, Promise.any(iterable));\n });\n\n _defineProperty(CancelablePromise, \"race\", function race(iterable) {\n return makeAllCancelable(iterable, Promise.race(iterable));\n });\n\n _defineProperty(CancelablePromise, \"resolve\", function resolve(value) {\n return cancelable(Promise.resolve(value));\n });\n\n _defineProperty(CancelablePromise, \"reject\", function reject(reason) {\n return cancelable(Promise.reject(reason));\n });\n\n _defineProperty(CancelablePromise, \"isCancelable\", isCancelablePromise);\n\n var _default = CancelablePromise;\n _exports.default = _default;\n\n function cancelable(promise) {\n return makeCancelable(promise, defaultInternals());\n }\n\n function isCancelablePromise(promise) {\n return promise instanceof CancelablePromise || promise instanceof CancelablePromiseInternal;\n }\n\n function createCallback(onResult, internals) {\n if (onResult) {\n return function (arg) {\n if (!internals.isCanceled) {\n var result = onResult(arg);\n\n if (isCancelablePromise(result)) {\n internals.onCancelList.push(result.cancel);\n }\n\n return result;\n }\n\n return arg;\n };\n }\n }\n\n function makeCancelable(promise, internals) {\n return new CancelablePromiseInternal({\n internals: internals,\n promise: promise\n });\n }\n\n function makeAllCancelable(iterable, promise) {\n var internals = defaultInternals();\n internals.onCancelList.push(function () {\n var _iterator2 = _createForOfIteratorHelper(iterable),\n _step2;\n\n try {\n for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {\n var resolvable = _step2.value;\n\n if (isCancelablePromise(resolvable)) {\n resolvable.cancel();\n }\n }\n } catch (err) {\n _iterator2.e(err);\n } finally {\n _iterator2.f();\n }\n });\n return new CancelablePromiseInternal({\n internals: internals,\n promise: promise\n });\n }\n\n function defaultInternals() {\n return {\n isCanceled: false,\n onCancelList: []\n };\n }\n});\n//# sourceMappingURL=CancelablePromise.js.map","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../css-loader/dist/runtime/api.js\";\nimport ___CSS_LOADER_GET_URL_IMPORT___ from \"../../../css-loader/dist/runtime/getUrl.js\";\nvar ___CSS_LOADER_URL_IMPORT_0___ = new URL(\"data:image/svg+xml,%3csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20height=%2716%27%20width=%2716%27%3e%3cpath%20d=%27M14%2012.3L12.3%2014%208%209.7%203.7%2014%202%2012.3%206.3%208%202%203.7%203.7%202%208%206.3%2012.3%202%2014%203.7%209.7%208z%27/%3e%3c/svg%3e\", import.meta.url);\nvar ___CSS_LOADER_URL_IMPORT_1___ = new URL(\"data:image/svg+xml,%3csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20height=%2716%27%20width=%2716%27%3e%3cpath%20d=%27M14%2012.3L12.3%2014%208%209.7%203.7%2014%202%2012.3%206.3%208%202%203.7%203.7%202%208%206.3%2012.3%202%2014%203.7%209.7%208z%27%20style=%27fill-opacity:1;fill:%23ffffff%27/%3e%3c/svg%3e\", 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.row-checkbox[data-v-6aded0d9] {\n padding: 0 2px;\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-48df4f27] {\n height: var(--row-height, 50px);\n}\ntr.file-picker__row td[data-v-48df4f27] {\n cursor: pointer;\n overflow: hidden;\n text-overflow: ellipsis;\n border-bottom: none;\n}\ntr.file-picker__row td.row-checkbox[data-v-48df4f27] {\n padding: 0 2px;\n}\ntr.file-picker__row td[data-v-48df4f27]:not(.row-checkbox) {\n padding-inline: 14px 0;\n}\ntr.file-picker__row td.row-size[data-v-48df4f27] {\n text-align: end;\n padding-inline: 0 14px;\n}\ntr.file-picker__row td.row-name[data-v-48df4f27] {\n padding-inline: 2px 0;\n}\n.file-picker__row--selected[data-v-48df4f27] {\n background-color: var(--color-background-dark);\n}\n.file-picker__row[data-v-48df4f27]:hover {\n background-color: var(--color-background-hover);\n}\n.file-picker__name-container[data-v-48df4f27] {\n display: flex;\n justify-content: start;\n align-items: center;\n height: 100%;\n}\n.file-picker__file-name[data-v-48df4f27] {\n padding-inline-start: 6px;\n min-width: 0;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.file-picker__file-extension[data-v-48df4f27] {\n color: var(--color-text-maxcontrast);\n min-width: fit-content;\n}\n.file-picker__header-preview[data-v-d3c94818] {\n width: 22px;\n height: 32px;\n flex: 0 0 auto;\n}\n.file-picker__files[data-v-d3c94818] {\n margin: 2px;\n margin-inline-start: 12px;\n overflow: scroll auto;\n}\n.file-picker__files table[data-v-d3c94818] {\n width: 100%;\n max-height: 100%;\n table-layout: fixed;\n}\n.file-picker__files th[data-v-d3c94818] {\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-d3c94818] {\n display: flex;\n}\n.file-picker__files th.row-checkbox[data-v-d3c94818] {\n width: 44px;\n}\n.file-picker__files th.row-name[data-v-d3c94818] {\n width: 230px;\n}\n.file-picker__files th.row-size[data-v-d3c94818] {\n width: 100px;\n}\n.file-picker__files th.row-modified[data-v-d3c94818] {\n width: 120px;\n}\n.file-picker__files th[data-v-d3c94818]:not(.row-size) .button-vue__wrapper {\n justify-content: start;\n flex-direction: row-reverse;\n}\n.file-picker__files th[data-v-d3c94818]:not(.row-size) .button-vue {\n padding-inline: 16px 4px;\n}\n.file-picker__files th.row-size[data-v-d3c94818] .button-vue__wrapper {\n justify-content: end;\n}\n.file-picker__files th[data-v-d3c94818] .button-vue__wrapper {\n color: var(--color-text-maxcontrast);\n}\n.file-picker__files th[data-v-d3c94818] .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-e96bec41] {\n display: flex;\n flex-direction: column;\n align-items: stretch;\n gap: .5rem;\n min-width: 200px;\n padding: 2px;\n overflow: auto;\n}\n.file-picker__side[data-v-e96bec41] .button-vue__wrapper {\n justify-content: start;\n}\n.file-picker__filter-input[data-v-e96bec41] {\n margin-block: 7px;\n max-width: 260px;\n}\n@media (max-width: 736px) {\n .file-picker__side[data-v-e96bec41] {\n flex-direction: row;\n min-width: unset;\n }\n}\n@media (max-width: 512px) {\n .file-picker__side[data-v-e96bec41] {\n flex-direction: row;\n min-width: unset;\n }\n .file-picker__filter-input[data-v-e96bec41] {\n max-width: unset;\n }\n}\n.file-picker__navigation {\n padding-inline: 8px 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-821451ce] {\n height: 50px;\n display: flex;\n justify-content: start;\n align-items: center;\n}\n.file-picker__view h3[data-v-821451ce] {\n font-weight: 700;\n height: fit-content;\n margin: 0;\n}\n.file-picker__main[data-v-821451ce] {\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-821451ce] {\n box-sizing: border-box;\n}\n[data-v-821451ce] .file-picker {\n height: min(80vh, 800px) !important;\n}\n@media (max-width: 512px) {\n [data-v-821451ce] .file-picker {\n height: calc(100% - 16px - var(--default-clickable-area)) !important;\n }\n}\n[data-v-821451ce] .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,yDAA8Q;EAC9Q,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,yDAAsT;AACxT;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,cAAc;AAChB;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,cAAc;AAChB;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,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,oBAAoB;EACpB,UAAU;EACV,gBAAgB;EAChB,YAAY;EACZ,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,uBAAuB;AACzB;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,mCAAmC;AACrC;AACA;EACE;IACE,oEAAoE;EACtE;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,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='16'%20width='16'%3e%3cpath%20d='M14%2012.3L12.3%2014%208%209.7%203.7%2014%202%2012.3%206.3%208%202%203.7%203.7%202%208%206.3%2012.3%202%2014%203.7%209.7%208z'/%3e%3c/svg%3e\\\");\\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,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='16'%20width='16'%3e%3cpath%20d='M14%2012.3L12.3%2014%208%209.7%203.7%2014%202%2012.3%206.3%208%202%203.7%203.7%202%208%206.3%2012.3%202%2014%203.7%209.7%208z'%20style='fill-opacity:1;fill:%23ffffff'/%3e%3c/svg%3e\\\");\\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.row-checkbox[data-v-6aded0d9] {\\n padding: 0 2px;\\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-48df4f27] {\\n height: var(--row-height, 50px);\\n}\\ntr.file-picker__row td[data-v-48df4f27] {\\n cursor: pointer;\\n overflow: hidden;\\n text-overflow: ellipsis;\\n border-bottom: none;\\n}\\ntr.file-picker__row td.row-checkbox[data-v-48df4f27] {\\n padding: 0 2px;\\n}\\ntr.file-picker__row td[data-v-48df4f27]:not(.row-checkbox) {\\n padding-inline: 14px 0;\\n}\\ntr.file-picker__row td.row-size[data-v-48df4f27] {\\n text-align: end;\\n padding-inline: 0 14px;\\n}\\ntr.file-picker__row td.row-name[data-v-48df4f27] {\\n padding-inline: 2px 0;\\n}\\n.file-picker__row--selected[data-v-48df4f27] {\\n background-color: var(--color-background-dark);\\n}\\n.file-picker__row[data-v-48df4f27]:hover {\\n background-color: var(--color-background-hover);\\n}\\n.file-picker__name-container[data-v-48df4f27] {\\n display: flex;\\n justify-content: start;\\n align-items: center;\\n height: 100%;\\n}\\n.file-picker__file-name[data-v-48df4f27] {\\n padding-inline-start: 6px;\\n min-width: 0;\\n overflow: hidden;\\n text-overflow: ellipsis;\\n}\\n.file-picker__file-extension[data-v-48df4f27] {\\n color: var(--color-text-maxcontrast);\\n min-width: fit-content;\\n}\\n.file-picker__header-preview[data-v-d3c94818] {\\n width: 22px;\\n height: 32px;\\n flex: 0 0 auto;\\n}\\n.file-picker__files[data-v-d3c94818] {\\n margin: 2px;\\n margin-inline-start: 12px;\\n overflow: scroll auto;\\n}\\n.file-picker__files table[data-v-d3c94818] {\\n width: 100%;\\n max-height: 100%;\\n table-layout: fixed;\\n}\\n.file-picker__files th[data-v-d3c94818] {\\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-d3c94818] {\\n display: flex;\\n}\\n.file-picker__files th.row-checkbox[data-v-d3c94818] {\\n width: 44px;\\n}\\n.file-picker__files th.row-name[data-v-d3c94818] {\\n width: 230px;\\n}\\n.file-picker__files th.row-size[data-v-d3c94818] {\\n width: 100px;\\n}\\n.file-picker__files th.row-modified[data-v-d3c94818] {\\n width: 120px;\\n}\\n.file-picker__files th[data-v-d3c94818]:not(.row-size) .button-vue__wrapper {\\n justify-content: start;\\n flex-direction: row-reverse;\\n}\\n.file-picker__files th[data-v-d3c94818]:not(.row-size) .button-vue {\\n padding-inline: 16px 4px;\\n}\\n.file-picker__files th.row-size[data-v-d3c94818] .button-vue__wrapper {\\n justify-content: end;\\n}\\n.file-picker__files th[data-v-d3c94818] .button-vue__wrapper {\\n color: var(--color-text-maxcontrast);\\n}\\n.file-picker__files th[data-v-d3c94818] .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-e96bec41] {\\n display: flex;\\n flex-direction: column;\\n align-items: stretch;\\n gap: .5rem;\\n min-width: 200px;\\n padding: 2px;\\n overflow: auto;\\n}\\n.file-picker__side[data-v-e96bec41] .button-vue__wrapper {\\n justify-content: start;\\n}\\n.file-picker__filter-input[data-v-e96bec41] {\\n margin-block: 7px;\\n max-width: 260px;\\n}\\n@media (max-width: 736px) {\\n .file-picker__side[data-v-e96bec41] {\\n flex-direction: row;\\n min-width: unset;\\n }\\n}\\n@media (max-width: 512px) {\\n .file-picker__side[data-v-e96bec41] {\\n flex-direction: row;\\n min-width: unset;\\n }\\n .file-picker__filter-input[data-v-e96bec41] {\\n max-width: unset;\\n }\\n}\\n.file-picker__navigation {\\n padding-inline: 8px 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-821451ce] {\\n height: 50px;\\n display: flex;\\n justify-content: start;\\n align-items: center;\\n}\\n.file-picker__view h3[data-v-821451ce] {\\n font-weight: 700;\\n height: fit-content;\\n margin: 0;\\n}\\n.file-picker__main[data-v-821451ce] {\\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-821451ce] {\\n box-sizing: border-box;\\n}\\n[data-v-821451ce] .file-picker {\\n height: min(80vh, 800px) !important;\\n}\\n@media (max-width: 512px) {\\n [data-v-821451ce] .file-picker {\\n height: calc(100% - 16px - var(--default-clickable-area)) !important;\\n }\\n}\\n[data-v-821451ce] .file-picker__content {\\n display: flex;\\n flex-direction: column;\\n overflow: hidden;\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.template-picker__item[data-v-0859a92c]{display:flex}.template-picker__label[data-v-0859a92c]{display:flex;align-items:center;flex:1 1;flex-direction:column}.template-picker__label[data-v-0859a92c],.template-picker__label *[data-v-0859a92c]{cursor:pointer;user-select:none}.template-picker__label[data-v-0859a92c]::before{display:none !important}.template-picker__preview[data-v-0859a92c]{display:block;overflow:hidden;flex:1 1;width:var(--width);min-height:var(--height);max-height:var(--height);padding:0;border:var(--border) solid var(--color-border);border-radius:var(--border-radius-large)}input:checked+label>.template-picker__preview[data-v-0859a92c]{border-color:var(--color-primary-element)}.template-picker__preview--failed[data-v-0859a92c]{display:flex}.template-picker__image[data-v-0859a92c]{max-width:100%;background-color:var(--color-main-background);object-fit:cover}.template-picker__preview--failed .template-picker__image[data-v-0859a92c]{width:calc(var(--margin)*8);margin:auto;background-color:rgba(0,0,0,0) !important;object-fit:initial}.template-picker__title[data-v-0859a92c]{overflow:hidden;max-width:calc(var(--width) + 4px);padding:var(--margin);white-space:nowrap;text-overflow:ellipsis}`, \"\",{\"version\":3,\"sources\":[\"webpack://./apps/files/src/components/TemplatePreview.vue\"],\"names\":[],\"mappings\":\"AAGC,wCACC,YAAA,CAGD,yCACC,YAAA,CAEA,kBAAA,CACA,QAAA,CACA,qBAAA,CAEA,oFACC,cAAA,CACA,gBAAA,CAGD,iDACC,uBAAA,CAIF,2CACC,aAAA,CACA,eAAA,CAEA,QAAA,CACA,kBAAA,CACA,wBAAA,CACA,wBAAA,CACA,SAAA,CACA,8CAAA,CACA,wCAAA,CAEA,+DACC,yCAAA,CAGD,mDAEC,YAAA,CAIF,yCACC,cAAA,CACA,6CAAA,CAEA,gBAAA,CAID,2EACC,2BAAA,CAEA,WAAA,CACA,yCAAA,CAEA,kBAAA,CAGD,yCACC,eAAA,CAEA,kCAAA,CACA,qBAAA,CACA,kBAAA,CACA,sBAAA\",\"sourcesContent\":[\"\\n\\n.template-picker {\\n\\t&__item {\\n\\t\\tdisplay: flex;\\n\\t}\\n\\n\\t&__label {\\n\\t\\tdisplay: flex;\\n\\t\\t// Align in the middle of the grid\\n\\t\\talign-items: center;\\n\\t\\tflex: 1 1;\\n\\t\\tflex-direction: column;\\n\\n\\t\\t&, * {\\n\\t\\t\\tcursor: pointer;\\n\\t\\t\\tuser-select: none;\\n\\t\\t}\\n\\n\\t\\t&::before {\\n\\t\\t\\tdisplay: none !important;\\n\\t\\t}\\n\\t}\\n\\n\\t&__preview {\\n\\t\\tdisplay: block;\\n\\t\\toverflow: hidden;\\n\\t\\t// Stretch so all entries are the same width\\n\\t\\tflex: 1 1;\\n\\t\\twidth: var(--width);\\n\\t\\tmin-height: var(--height);\\n\\t\\tmax-height: var(--height);\\n\\t\\tpadding: 0;\\n\\t\\tborder: var(--border) solid var(--color-border);\\n\\t\\tborder-radius: var(--border-radius-large);\\n\\n\\t\\tinput:checked + label > & {\\n\\t\\t\\tborder-color: var(--color-primary-element);\\n\\t\\t}\\n\\n\\t\\t&--failed {\\n\\t\\t\\t// Make sure to properly center fallback icon\\n\\t\\t\\tdisplay: flex;\\n\\t\\t}\\n\\t}\\n\\n\\t&__image {\\n\\t\\tmax-width: 100%;\\n\\t\\tbackground-color: var(--color-main-background);\\n\\n\\t\\tobject-fit: cover;\\n\\t}\\n\\n\\t// Failed preview, fallback to mime icon\\n\\t&__preview--failed &__image {\\n\\t\\twidth: calc(var(--margin) * 8);\\n\\t\\t// Center mime icon\\n\\t\\tmargin: auto;\\n\\t\\tbackground-color: transparent !important;\\n\\n\\t\\tobject-fit: initial;\\n\\t}\\n\\n\\t&__title {\\n\\t\\toverflow: hidden;\\n\\t\\t// also count preview border\\n\\t\\tmax-width: calc(var(--width) + 2*2px);\\n\\t\\tpadding: var(--margin);\\n\\t\\twhite-space: nowrap;\\n\\t\\ttext-overflow: ellipsis;\\n\\t}\\n}\\n\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.templates-picker__form[data-v-48121b39]{padding:calc(var(--margin)*2);padding-bottom:0}.templates-picker__form h2[data-v-48121b39]{text-align:center;font-weight:bold;margin:var(--margin) 0 calc(var(--margin)*2)}.templates-picker__list[data-v-48121b39]{display:grid;grid-gap:calc(var(--margin)*2);grid-auto-columns:1fr;max-width:calc(var(--fullwidth)*6);grid-template-columns:repeat(auto-fit, var(--fullwidth));grid-auto-rows:1fr;justify-content:center}.templates-picker__buttons[data-v-48121b39]{display:flex;justify-content:end;padding:calc(var(--margin)*2) var(--margin);position:sticky;bottom:0;background-image:linear-gradient(0, var(--gradient-main-background))}.templates-picker__buttons button[data-v-48121b39],.templates-picker__buttons input[type=submit][data-v-48121b39]{height:44px}.templates-picker[data-v-48121b39] .modal-container{position:relative}.templates-picker__loading[data-v-48121b39]{position:absolute;top:0;left:0;justify-content:center;width:100%;height:100%;margin:0;background-color:var(--color-main-background-translucent)}`, \"\",{\"version\":3,\"sources\":[\"webpack://./apps/files/src/views/TemplatePicker.vue\"],\"names\":[],\"mappings\":\"AAEC,yCACC,6BAAA,CAEA,gBAAA,CAEA,4CACC,iBAAA,CACA,gBAAA,CACA,4CAAA,CAIF,yCACC,YAAA,CACA,8BAAA,CACA,qBAAA,CAEA,kCAAA,CACA,wDAAA,CAEA,kBAAA,CAEA,sBAAA,CAGD,4CACC,YAAA,CACA,mBAAA,CACA,2CAAA,CACA,eAAA,CACA,QAAA,CACA,oEAAA,CAEA,kHACC,WAAA,CAKF,oDACC,iBAAA,CAGD,4CACC,iBAAA,CACA,KAAA,CACA,MAAA,CACA,sBAAA,CACA,UAAA,CACA,WAAA,CACA,QAAA,CACA,yDAAA\",\"sourcesContent\":[\"\\n.templates-picker {\\n\\t&__form {\\n\\t\\tpadding: calc(var(--margin) * 2);\\n\\t\\t// Will be handled by the buttons\\n\\t\\tpadding-bottom: 0;\\n\\n\\t\\th2 {\\n\\t\\t\\ttext-align: center;\\n\\t\\t\\tfont-weight: bold;\\n\\t\\t\\tmargin: var(--margin) 0 calc(var(--margin) * 2);\\n\\t\\t}\\n\\t}\\n\\n\\t&__list {\\n\\t\\tdisplay: grid;\\n\\t\\tgrid-gap: calc(var(--margin) * 2);\\n\\t\\tgrid-auto-columns: 1fr;\\n\\t\\t// We want maximum 5 columns. Putting 6 as we don't count the grid gap. So it will always be lower than 6\\n\\t\\tmax-width: calc(var(--fullwidth) * 6);\\n\\t\\tgrid-template-columns: repeat(auto-fit, var(--fullwidth));\\n\\t\\t// Make sure all rows are the same height\\n\\t\\tgrid-auto-rows: 1fr;\\n\\t\\t// Center the columns set\\n\\t\\tjustify-content: center;\\n\\t}\\n\\n\\t&__buttons {\\n\\t\\tdisplay: flex;\\n\\t\\tjustify-content: end;\\n\\t\\tpadding: calc(var(--margin) * 2) var(--margin);\\n\\t\\tposition: sticky;\\n\\t\\tbottom: 0;\\n\\t\\tbackground-image: linear-gradient(0, var(--gradient-main-background));\\n\\n\\t\\tbutton, input[type='submit'] {\\n\\t\\t\\theight: 44px;\\n\\t\\t}\\n\\t}\\n\\n\\t// Make sure we're relative for the loading emptycontent on top\\n\\t::v-deep .modal-container {\\n\\t\\tposition: relative;\\n\\t}\\n\\n\\t&__loading {\\n\\t\\tposition: absolute;\\n\\t\\ttop: 0;\\n\\t\\tleft: 0;\\n\\t\\tjustify-content: center;\\n\\t\\twidth: 100%;\\n\\t\\theight: 100%;\\n\\t\\tmargin: 0;\\n\\t\\tbackground-color: var(--color-main-background-translucent);\\n\\t}\\n}\\n\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","var http = require('http')\nvar url = require('url')\n\nvar https = module.exports\n\nfor (var key in http) {\n if (http.hasOwnProperty(key)) https[key] = http[key]\n}\n\nhttps.request = function (params, cb) {\n params = validateParams(params)\n return http.request.call(this, params, cb)\n}\n\nhttps.get = function (params, cb) {\n params = validateParams(params)\n return http.get.call(this, params, cb)\n}\n\nfunction validateParams (params) {\n if (typeof params === 'string') {\n params = url.parse(params)\n }\n if (!params.protocol) {\n params.protocol = 'https:'\n }\n if (params.protocol !== 'https:') {\n throw new Error('Protocol \"' + params.protocol + '\" not supported. Expected \"https:\"')\n }\n return params\n}\n","exports = module.exports = require('./lib/_stream_readable.js');\nexports.Stream = exports;\nexports.Readable = exports;\nexports.Writable = require('./lib/_stream_writable.js');\nexports.Duplex = require('./lib/_stream_duplex.js');\nexports.Transform = require('./lib/_stream_transform.js');\nexports.PassThrough = require('./lib/_stream_passthrough.js');\nexports.finished = require('./lib/internal/streams/end-of-stream.js');\nexports.pipeline = require('./lib/internal/streams/pipeline.js');\n","var ClientRequest = require('./lib/request')\nvar response = require('./lib/response')\nvar extend = require('xtend')\nvar statusCodes = require('builtin-status-codes')\nvar url = require('url')\n\nvar http = exports\n\nhttp.request = function (opts, cb) {\n\tif (typeof opts === 'string')\n\t\topts = url.parse(opts)\n\telse\n\t\topts = extend(opts)\n\n\t// Normally, the page is loaded from http or https, so not specifying a protocol\n\t// will result in a (valid) protocol-relative url. However, this won't work if\n\t// the protocol is something else, like 'file:'\n\tvar defaultProtocol = global.location.protocol.search(/^https?:$/) === -1 ? 'http:' : ''\n\n\tvar protocol = opts.protocol || defaultProtocol\n\tvar host = opts.hostname || opts.host\n\tvar port = opts.port\n\tvar path = opts.path || '/'\n\n\t// Necessary for IPv6 addresses\n\tif (host && host.indexOf(':') !== -1)\n\t\thost = '[' + host + ']'\n\n\t// This may be a relative url. The browser should always be able to interpret it correctly.\n\topts.url = (host ? (protocol + '//' + host) : '') + (port ? ':' + port : '') + path\n\topts.method = (opts.method || 'GET').toUpperCase()\n\topts.headers = opts.headers || {}\n\n\t// Also valid opts.auth, opts.mode\n\n\tvar req = new ClientRequest(opts)\n\tif (cb)\n\t\treq.on('response', cb)\n\treturn req\n}\n\nhttp.get = function get (opts, cb) {\n\tvar req = http.request(opts, cb)\n\treq.end()\n\treturn req\n}\n\nhttp.ClientRequest = ClientRequest\nhttp.IncomingMessage = response.IncomingMessage\n\nhttp.Agent = function () {}\nhttp.Agent.defaultMaxSockets = 4\n\nhttp.globalAgent = new http.Agent()\n\nhttp.STATUS_CODES = statusCodes\n\nhttp.METHODS = [\n\t'CHECKOUT',\n\t'CONNECT',\n\t'COPY',\n\t'DELETE',\n\t'GET',\n\t'HEAD',\n\t'LOCK',\n\t'M-SEARCH',\n\t'MERGE',\n\t'MKACTIVITY',\n\t'MKCOL',\n\t'MOVE',\n\t'NOTIFY',\n\t'OPTIONS',\n\t'PATCH',\n\t'POST',\n\t'PROPFIND',\n\t'PROPPATCH',\n\t'PURGE',\n\t'PUT',\n\t'REPORT',\n\t'SEARCH',\n\t'SUBSCRIBE',\n\t'TRACE',\n\t'UNLOCK',\n\t'UNSUBSCRIBE'\n]","exports.fetch = isFunction(global.fetch) && isFunction(global.ReadableStream)\n\nexports.writableStream = isFunction(global.WritableStream)\n\nexports.abortController = isFunction(global.AbortController)\n\n// The xhr request to example.com may violate some restrictive CSP configurations,\n// so if we're running in a browser that supports `fetch`, avoid calling getXHR()\n// and assume support for certain features below.\nvar xhr\nfunction getXHR () {\n\t// Cache the xhr value\n\tif (xhr !== undefined) return xhr\n\n\tif (global.XMLHttpRequest) {\n\t\txhr = new global.XMLHttpRequest()\n\t\t// If XDomainRequest is available (ie only, where xhr might not work\n\t\t// cross domain), use the page location. Otherwise use example.com\n\t\t// Note: this doesn't actually make an http request.\n\t\ttry {\n\t\t\txhr.open('GET', global.XDomainRequest ? '/' : 'https://example.com')\n\t\t} catch(e) {\n\t\t\txhr = null\n\t\t}\n\t} else {\n\t\t// Service workers don't have XHR\n\t\txhr = null\n\t}\n\treturn xhr\n}\n\nfunction checkTypeSupport (type) {\n\tvar xhr = getXHR()\n\tif (!xhr) return false\n\ttry {\n\t\txhr.responseType = type\n\t\treturn xhr.responseType === type\n\t} catch (e) {}\n\treturn false\n}\n\n// If fetch is supported, then arraybuffer will be supported too. Skip calling\n// checkTypeSupport(), since that calls getXHR().\nexports.arraybuffer = exports.fetch || checkTypeSupport('arraybuffer')\n\n// These next two tests unavoidably show warnings in Chrome. Since fetch will always\n// be used if it's available, just return false for these to avoid the warnings.\nexports.msstream = !exports.fetch && checkTypeSupport('ms-stream')\nexports.mozchunkedarraybuffer = !exports.fetch && checkTypeSupport('moz-chunked-arraybuffer')\n\n// If fetch is supported, then overrideMimeType will be supported too. Skip calling\n// getXHR().\nexports.overrideMimeType = exports.fetch || (getXHR() ? isFunction(getXHR().overrideMimeType) : false)\n\nfunction isFunction (value) {\n\treturn typeof value === 'function'\n}\n\nxhr = null // Help gc\n","var capability = require('./capability')\nvar inherits = require('inherits')\nvar response = require('./response')\nvar stream = require('readable-stream')\n\nvar IncomingMessage = response.IncomingMessage\nvar rStates = response.readyStates\n\nfunction decideMode (preferBinary, useFetch) {\n\tif (capability.fetch && useFetch) {\n\t\treturn 'fetch'\n\t} else if (capability.mozchunkedarraybuffer) {\n\t\treturn 'moz-chunked-arraybuffer'\n\t} else if (capability.msstream) {\n\t\treturn 'ms-stream'\n\t} else if (capability.arraybuffer && preferBinary) {\n\t\treturn 'arraybuffer'\n\t} else {\n\t\treturn 'text'\n\t}\n}\n\nvar ClientRequest = module.exports = function (opts) {\n\tvar self = this\n\tstream.Writable.call(self)\n\n\tself._opts = opts\n\tself._body = []\n\tself._headers = {}\n\tif (opts.auth)\n\t\tself.setHeader('Authorization', 'Basic ' + Buffer.from(opts.auth).toString('base64'))\n\tObject.keys(opts.headers).forEach(function (name) {\n\t\tself.setHeader(name, opts.headers[name])\n\t})\n\n\tvar preferBinary\n\tvar useFetch = true\n\tif (opts.mode === 'disable-fetch' || ('requestTimeout' in opts && !capability.abortController)) {\n\t\t// If the use of XHR should be preferred. Not typically needed.\n\t\tuseFetch = false\n\t\tpreferBinary = true\n\t} else if (opts.mode === 'prefer-streaming') {\n\t\t// If streaming is a high priority but binary compatibility and\n\t\t// the accuracy of the 'content-type' header aren't\n\t\tpreferBinary = false\n\t} else if (opts.mode === 'allow-wrong-content-type') {\n\t\t// If streaming is more important than preserving the 'content-type' header\n\t\tpreferBinary = !capability.overrideMimeType\n\t} else if (!opts.mode || opts.mode === 'default' || opts.mode === 'prefer-fast') {\n\t\t// Use binary if text streaming may corrupt data or the content-type header, or for speed\n\t\tpreferBinary = true\n\t} else {\n\t\tthrow new Error('Invalid value for opts.mode')\n\t}\n\tself._mode = decideMode(preferBinary, useFetch)\n\tself._fetchTimer = null\n\tself._socketTimeout = null\n\tself._socketTimer = null\n\n\tself.on('finish', function () {\n\t\tself._onFinish()\n\t})\n}\n\ninherits(ClientRequest, stream.Writable)\n\nClientRequest.prototype.setHeader = function (name, value) {\n\tvar self = this\n\tvar lowerName = name.toLowerCase()\n\t// This check is not necessary, but it prevents warnings from browsers about setting unsafe\n\t// headers. To be honest I'm not entirely sure hiding these warnings is a good thing, but\n\t// http-browserify did it, so I will too.\n\tif (unsafeHeaders.indexOf(lowerName) !== -1)\n\t\treturn\n\n\tself._headers[lowerName] = {\n\t\tname: name,\n\t\tvalue: value\n\t}\n}\n\nClientRequest.prototype.getHeader = function (name) {\n\tvar header = this._headers[name.toLowerCase()]\n\tif (header)\n\t\treturn header.value\n\treturn null\n}\n\nClientRequest.prototype.removeHeader = function (name) {\n\tvar self = this\n\tdelete self._headers[name.toLowerCase()]\n}\n\nClientRequest.prototype._onFinish = function () {\n\tvar self = this\n\n\tif (self._destroyed)\n\t\treturn\n\tvar opts = self._opts\n\n\tif ('timeout' in opts && opts.timeout !== 0) {\n\t\tself.setTimeout(opts.timeout)\n\t}\n\n\tvar headersObj = self._headers\n\tvar body = null\n\tif (opts.method !== 'GET' && opts.method !== 'HEAD') {\n body = new Blob(self._body, {\n type: (headersObj['content-type'] || {}).value || ''\n });\n }\n\n\t// create flattened list of headers\n\tvar headersList = []\n\tObject.keys(headersObj).forEach(function (keyName) {\n\t\tvar name = headersObj[keyName].name\n\t\tvar value = headersObj[keyName].value\n\t\tif (Array.isArray(value)) {\n\t\t\tvalue.forEach(function (v) {\n\t\t\t\theadersList.push([name, v])\n\t\t\t})\n\t\t} else {\n\t\t\theadersList.push([name, value])\n\t\t}\n\t})\n\n\tif (self._mode === 'fetch') {\n\t\tvar signal = null\n\t\tif (capability.abortController) {\n\t\t\tvar controller = new AbortController()\n\t\t\tsignal = controller.signal\n\t\t\tself._fetchAbortController = controller\n\n\t\t\tif ('requestTimeout' in opts && opts.requestTimeout !== 0) {\n\t\t\t\tself._fetchTimer = global.setTimeout(function () {\n\t\t\t\t\tself.emit('requestTimeout')\n\t\t\t\t\tif (self._fetchAbortController)\n\t\t\t\t\t\tself._fetchAbortController.abort()\n\t\t\t\t}, opts.requestTimeout)\n\t\t\t}\n\t\t}\n\n\t\tglobal.fetch(self._opts.url, {\n\t\t\tmethod: self._opts.method,\n\t\t\theaders: headersList,\n\t\t\tbody: body || undefined,\n\t\t\tmode: 'cors',\n\t\t\tcredentials: opts.withCredentials ? 'include' : 'same-origin',\n\t\t\tsignal: signal\n\t\t}).then(function (response) {\n\t\t\tself._fetchResponse = response\n\t\t\tself._resetTimers(false)\n\t\t\tself._connect()\n\t\t}, function (reason) {\n\t\t\tself._resetTimers(true)\n\t\t\tif (!self._destroyed)\n\t\t\t\tself.emit('error', reason)\n\t\t})\n\t} else {\n\t\tvar xhr = self._xhr = new global.XMLHttpRequest()\n\t\ttry {\n\t\t\txhr.open(self._opts.method, self._opts.url, true)\n\t\t} catch (err) {\n\t\t\tprocess.nextTick(function () {\n\t\t\t\tself.emit('error', err)\n\t\t\t})\n\t\t\treturn\n\t\t}\n\n\t\t// Can't set responseType on really old browsers\n\t\tif ('responseType' in xhr)\n\t\t\txhr.responseType = self._mode\n\n\t\tif ('withCredentials' in xhr)\n\t\t\txhr.withCredentials = !!opts.withCredentials\n\n\t\tif (self._mode === 'text' && 'overrideMimeType' in xhr)\n\t\t\txhr.overrideMimeType('text/plain; charset=x-user-defined')\n\n\t\tif ('requestTimeout' in opts) {\n\t\t\txhr.timeout = opts.requestTimeout\n\t\t\txhr.ontimeout = function () {\n\t\t\t\tself.emit('requestTimeout')\n\t\t\t}\n\t\t}\n\n\t\theadersList.forEach(function (header) {\n\t\t\txhr.setRequestHeader(header[0], header[1])\n\t\t})\n\n\t\tself._response = null\n\t\txhr.onreadystatechange = function () {\n\t\t\tswitch (xhr.readyState) {\n\t\t\t\tcase rStates.LOADING:\n\t\t\t\tcase rStates.DONE:\n\t\t\t\t\tself._onXHRProgress()\n\t\t\t\t\tbreak\n\t\t\t}\n\t\t}\n\t\t// Necessary for streaming in Firefox, since xhr.response is ONLY defined\n\t\t// in onprogress, not in onreadystatechange with xhr.readyState = 3\n\t\tif (self._mode === 'moz-chunked-arraybuffer') {\n\t\t\txhr.onprogress = function () {\n\t\t\t\tself._onXHRProgress()\n\t\t\t}\n\t\t}\n\n\t\txhr.onerror = function () {\n\t\t\tif (self._destroyed)\n\t\t\t\treturn\n\t\t\tself._resetTimers(true)\n\t\t\tself.emit('error', new Error('XHR error'))\n\t\t}\n\n\t\ttry {\n\t\t\txhr.send(body)\n\t\t} catch (err) {\n\t\t\tprocess.nextTick(function () {\n\t\t\t\tself.emit('error', err)\n\t\t\t})\n\t\t\treturn\n\t\t}\n\t}\n}\n\n/**\n * Checks if xhr.status is readable and non-zero, indicating no error.\n * Even though the spec says it should be available in readyState 3,\n * accessing it throws an exception in IE8\n */\nfunction statusValid (xhr) {\n\ttry {\n\t\tvar status = xhr.status\n\t\treturn (status !== null && status !== 0)\n\t} catch (e) {\n\t\treturn false\n\t}\n}\n\nClientRequest.prototype._onXHRProgress = function () {\n\tvar self = this\n\n\tself._resetTimers(false)\n\n\tif (!statusValid(self._xhr) || self._destroyed)\n\t\treturn\n\n\tif (!self._response)\n\t\tself._connect()\n\n\tself._response._onXHRProgress(self._resetTimers.bind(self))\n}\n\nClientRequest.prototype._connect = function () {\n\tvar self = this\n\n\tif (self._destroyed)\n\t\treturn\n\n\tself._response = new IncomingMessage(self._xhr, self._fetchResponse, self._mode, self._resetTimers.bind(self))\n\tself._response.on('error', function(err) {\n\t\tself.emit('error', err)\n\t})\n\n\tself.emit('response', self._response)\n}\n\nClientRequest.prototype._write = function (chunk, encoding, cb) {\n\tvar self = this\n\n\tself._body.push(chunk)\n\tcb()\n}\n\nClientRequest.prototype._resetTimers = function (done) {\n\tvar self = this\n\n\tglobal.clearTimeout(self._socketTimer)\n\tself._socketTimer = null\n\n\tif (done) {\n\t\tglobal.clearTimeout(self._fetchTimer)\n\t\tself._fetchTimer = null\n\t} else if (self._socketTimeout) {\n\t\tself._socketTimer = global.setTimeout(function () {\n\t\t\tself.emit('timeout')\n\t\t}, self._socketTimeout)\n\t}\n}\n\nClientRequest.prototype.abort = ClientRequest.prototype.destroy = function (err) {\n\tvar self = this\n\tself._destroyed = true\n\tself._resetTimers(true)\n\tif (self._response)\n\t\tself._response._destroyed = true\n\tif (self._xhr)\n\t\tself._xhr.abort()\n\telse if (self._fetchAbortController)\n\t\tself._fetchAbortController.abort()\n\n\tif (err)\n\t\tself.emit('error', err)\n}\n\nClientRequest.prototype.end = function (data, encoding, cb) {\n\tvar self = this\n\tif (typeof data === 'function') {\n\t\tcb = data\n\t\tdata = undefined\n\t}\n\n\tstream.Writable.prototype.end.call(self, data, encoding, cb)\n}\n\nClientRequest.prototype.setTimeout = function (timeout, cb) {\n\tvar self = this\n\n\tif (cb)\n\t\tself.once('timeout', cb)\n\n\tself._socketTimeout = timeout\n\tself._resetTimers(false)\n}\n\nClientRequest.prototype.flushHeaders = function () {}\nClientRequest.prototype.setNoDelay = function () {}\nClientRequest.prototype.setSocketKeepAlive = function () {}\n\n// Taken from http://www.w3.org/TR/XMLHttpRequest/#the-setrequestheader%28%29-method\nvar unsafeHeaders = [\n\t'accept-charset',\n\t'accept-encoding',\n\t'access-control-request-headers',\n\t'access-control-request-method',\n\t'connection',\n\t'content-length',\n\t'cookie',\n\t'cookie2',\n\t'date',\n\t'dnt',\n\t'expect',\n\t'host',\n\t'keep-alive',\n\t'origin',\n\t'referer',\n\t'te',\n\t'trailer',\n\t'transfer-encoding',\n\t'upgrade',\n\t'via'\n]\n","var capability = require('./capability')\nvar inherits = require('inherits')\nvar stream = require('readable-stream')\n\nvar rStates = exports.readyStates = {\n\tUNSENT: 0,\n\tOPENED: 1,\n\tHEADERS_RECEIVED: 2,\n\tLOADING: 3,\n\tDONE: 4\n}\n\nvar IncomingMessage = exports.IncomingMessage = function (xhr, response, mode, resetTimers) {\n\tvar self = this\n\tstream.Readable.call(self)\n\n\tself._mode = mode\n\tself.headers = {}\n\tself.rawHeaders = []\n\tself.trailers = {}\n\tself.rawTrailers = []\n\n\t// Fake the 'close' event, but only once 'end' fires\n\tself.on('end', function () {\n\t\t// The nextTick is necessary to prevent the 'request' module from causing an infinite loop\n\t\tprocess.nextTick(function () {\n\t\t\tself.emit('close')\n\t\t})\n\t})\n\n\tif (mode === 'fetch') {\n\t\tself._fetchResponse = response\n\n\t\tself.url = response.url\n\t\tself.statusCode = response.status\n\t\tself.statusMessage = response.statusText\n\t\t\n\t\tresponse.headers.forEach(function (header, key){\n\t\t\tself.headers[key.toLowerCase()] = header\n\t\t\tself.rawHeaders.push(key, header)\n\t\t})\n\n\t\tif (capability.writableStream) {\n\t\t\tvar writable = new WritableStream({\n\t\t\t\twrite: function (chunk) {\n\t\t\t\t\tresetTimers(false)\n\t\t\t\t\treturn new Promise(function (resolve, reject) {\n\t\t\t\t\t\tif (self._destroyed) {\n\t\t\t\t\t\t\treject()\n\t\t\t\t\t\t} else if(self.push(Buffer.from(chunk))) {\n\t\t\t\t\t\t\tresolve()\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tself._resumeFetch = resolve\n\t\t\t\t\t\t}\n\t\t\t\t\t})\n\t\t\t\t},\n\t\t\t\tclose: function () {\n\t\t\t\t\tresetTimers(true)\n\t\t\t\t\tif (!self._destroyed)\n\t\t\t\t\t\tself.push(null)\n\t\t\t\t},\n\t\t\t\tabort: function (err) {\n\t\t\t\t\tresetTimers(true)\n\t\t\t\t\tif (!self._destroyed)\n\t\t\t\t\t\tself.emit('error', err)\n\t\t\t\t}\n\t\t\t})\n\n\t\t\ttry {\n\t\t\t\tresponse.body.pipeTo(writable).catch(function (err) {\n\t\t\t\t\tresetTimers(true)\n\t\t\t\t\tif (!self._destroyed)\n\t\t\t\t\t\tself.emit('error', err)\n\t\t\t\t})\n\t\t\t\treturn\n\t\t\t} catch (e) {} // pipeTo method isn't defined. Can't find a better way to feature test this\n\t\t}\n\t\t// fallback for when writableStream or pipeTo aren't available\n\t\tvar reader = response.body.getReader()\n\t\tfunction read () {\n\t\t\treader.read().then(function (result) {\n\t\t\t\tif (self._destroyed)\n\t\t\t\t\treturn\n\t\t\t\tresetTimers(result.done)\n\t\t\t\tif (result.done) {\n\t\t\t\t\tself.push(null)\n\t\t\t\t\treturn\n\t\t\t\t}\n\t\t\t\tself.push(Buffer.from(result.value))\n\t\t\t\tread()\n\t\t\t}).catch(function (err) {\n\t\t\t\tresetTimers(true)\n\t\t\t\tif (!self._destroyed)\n\t\t\t\t\tself.emit('error', err)\n\t\t\t})\n\t\t}\n\t\tread()\n\t} else {\n\t\tself._xhr = xhr\n\t\tself._pos = 0\n\n\t\tself.url = xhr.responseURL\n\t\tself.statusCode = xhr.status\n\t\tself.statusMessage = xhr.statusText\n\t\tvar headers = xhr.getAllResponseHeaders().split(/\\r?\\n/)\n\t\theaders.forEach(function (header) {\n\t\t\tvar matches = header.match(/^([^:]+):\\s*(.*)/)\n\t\t\tif (matches) {\n\t\t\t\tvar key = matches[1].toLowerCase()\n\t\t\t\tif (key === 'set-cookie') {\n\t\t\t\t\tif (self.headers[key] === undefined) {\n\t\t\t\t\t\tself.headers[key] = []\n\t\t\t\t\t}\n\t\t\t\t\tself.headers[key].push(matches[2])\n\t\t\t\t} else if (self.headers[key] !== undefined) {\n\t\t\t\t\tself.headers[key] += ', ' + matches[2]\n\t\t\t\t} else {\n\t\t\t\t\tself.headers[key] = matches[2]\n\t\t\t\t}\n\t\t\t\tself.rawHeaders.push(matches[1], matches[2])\n\t\t\t}\n\t\t})\n\n\t\tself._charset = 'x-user-defined'\n\t\tif (!capability.overrideMimeType) {\n\t\t\tvar mimeType = self.rawHeaders['mime-type']\n\t\t\tif (mimeType) {\n\t\t\t\tvar charsetMatch = mimeType.match(/;\\s*charset=([^;])(;|$)/)\n\t\t\t\tif (charsetMatch) {\n\t\t\t\t\tself._charset = charsetMatch[1].toLowerCase()\n\t\t\t\t}\n\t\t\t}\n\t\t\tif (!self._charset)\n\t\t\t\tself._charset = 'utf-8' // best guess\n\t\t}\n\t}\n}\n\ninherits(IncomingMessage, stream.Readable)\n\nIncomingMessage.prototype._read = function () {\n\tvar self = this\n\n\tvar resolve = self._resumeFetch\n\tif (resolve) {\n\t\tself._resumeFetch = null\n\t\tresolve()\n\t}\n}\n\nIncomingMessage.prototype._onXHRProgress = function (resetTimers) {\n\tvar self = this\n\n\tvar xhr = self._xhr\n\n\tvar response = null\n\tswitch (self._mode) {\n\t\tcase 'text':\n\t\t\tresponse = xhr.responseText\n\t\t\tif (response.length > self._pos) {\n\t\t\t\tvar newData = response.substr(self._pos)\n\t\t\t\tif (self._charset === 'x-user-defined') {\n\t\t\t\t\tvar buffer = Buffer.alloc(newData.length)\n\t\t\t\t\tfor (var i = 0; i < newData.length; i++)\n\t\t\t\t\t\tbuffer[i] = newData.charCodeAt(i) & 0xff\n\n\t\t\t\t\tself.push(buffer)\n\t\t\t\t} else {\n\t\t\t\t\tself.push(newData, self._charset)\n\t\t\t\t}\n\t\t\t\tself._pos = response.length\n\t\t\t}\n\t\t\tbreak\n\t\tcase 'arraybuffer':\n\t\t\tif (xhr.readyState !== rStates.DONE || !xhr.response)\n\t\t\t\tbreak\n\t\t\tresponse = xhr.response\n\t\t\tself.push(Buffer.from(new Uint8Array(response)))\n\t\t\tbreak\n\t\tcase 'moz-chunked-arraybuffer': // take whole\n\t\t\tresponse = xhr.response\n\t\t\tif (xhr.readyState !== rStates.LOADING || !response)\n\t\t\t\tbreak\n\t\t\tself.push(Buffer.from(new Uint8Array(response)))\n\t\t\tbreak\n\t\tcase 'ms-stream':\n\t\t\tresponse = xhr.response\n\t\t\tif (xhr.readyState !== rStates.LOADING)\n\t\t\t\tbreak\n\t\t\tvar reader = new global.MSStreamReader()\n\t\t\treader.onprogress = function () {\n\t\t\t\tif (reader.result.byteLength > self._pos) {\n\t\t\t\t\tself.push(Buffer.from(new Uint8Array(reader.result.slice(self._pos))))\n\t\t\t\t\tself._pos = reader.result.byteLength\n\t\t\t\t}\n\t\t\t}\n\t\t\treader.onload = function () {\n\t\t\t\tresetTimers(true)\n\t\t\t\tself.push(null)\n\t\t\t}\n\t\t\t// reader.onerror = ??? // TODO: this\n\t\t\treader.readAsArrayBuffer(response)\n\t\t\tbreak\n\t}\n\n\t// The ms-stream case handles end separately in reader.onload()\n\tif (self._xhr.readyState === rStates.DONE && self._mode !== 'ms-stream') {\n\t\tresetTimers(true)\n\t\tself.push(null)\n\t}\n}\n","module.exports = extend\n\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\n\nfunction extend() {\n var target = {}\n\n for (var i = 0; i < arguments.length; i++) {\n var source = arguments[i]\n\n for (var key in source) {\n if (hasOwnProperty.call(source, key)) {\n target[key] = source[key]\n }\n }\n }\n\n return target\n}\n","import { getCurrentUser as A, onRequestTokenUpdate as ue, getRequestToken as de } from \"@nextcloud/auth\";\nimport { getLoggerBuilder as q } from \"@nextcloud/logger\";\nimport { getCanonicalLocale as ae } from \"@nextcloud/l10n\";\nimport { join as le, basename as fe, extname as ce, dirname as I } from \"path\";\nimport { encodePath as he } from \"@nextcloud/paths\";\nimport { generateRemoteUrl as pe } from \"@nextcloud/router\";\nimport { createClient as ge, getPatcher as we } from \"webdav\";\n/**\n * @copyright 2019 Christoph Wurst \n *\n * @author Christoph Wurst \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nconst me = (e) => e === null ? q().setApp(\"files\").build() : q().setApp(\"files\").setUid(e.uid).build(), m = me(A());\n/**\n * @copyright Copyright (c) 2021 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nclass Ne {\n _entries = [];\n registerEntry(t) {\n this.validateEntry(t), this._entries.push(t);\n }\n unregisterEntry(t) {\n const r = typeof t == \"string\" ? this.getEntryIndex(t) : this.getEntryIndex(t.id);\n if (r === -1) {\n m.warn(\"Entry not found, nothing removed\", { entry: t, entries: this.getEntries() });\n return;\n }\n this._entries.splice(r, 1);\n }\n /**\n * Get the list of registered entries\n *\n * @param {Folder} context the creation context. Usually the current folder\n */\n getEntries(t) {\n return t ? this._entries.filter((r) => typeof r.enabled == \"function\" ? r.enabled(t) : !0) : this._entries;\n }\n getEntryIndex(t) {\n return this._entries.findIndex((r) => r.id === t);\n }\n validateEntry(t) {\n if (!t.id || !t.displayName || !(t.iconSvgInline || t.iconClass) || !t.handler)\n throw new Error(\"Invalid entry\");\n if (typeof t.id != \"string\" || typeof t.displayName != \"string\")\n throw new Error(\"Invalid id or displayName property\");\n if (t.iconClass && typeof t.iconClass != \"string\" || t.iconSvgInline && typeof t.iconSvgInline != \"string\")\n throw new Error(\"Invalid icon provided\");\n if (t.enabled !== void 0 && typeof t.enabled != \"function\")\n throw new Error(\"Invalid enabled property\");\n if (typeof t.handler != \"function\")\n throw new Error(\"Invalid handler property\");\n if (\"order\" in t && typeof t.order != \"number\")\n throw new Error(\"Invalid order property\");\n if (this.getEntryIndex(t.id) !== -1)\n throw new Error(\"Duplicate entry\");\n }\n}\nconst F = function() {\n return typeof window._nc_newfilemenu > \"u\" && (window._nc_newfilemenu = new Ne(), m.debug(\"NewFileMenu initialized\")), window._nc_newfilemenu;\n};\n/**\n * @copyright 2019 Christoph Wurst \n *\n * @author Christoph Wurst \n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nconst C = [\"B\", \"KB\", \"MB\", \"GB\", \"TB\", \"PB\"], P = [\"B\", \"KiB\", \"MiB\", \"GiB\", \"TiB\", \"PiB\"];\nfunction Yt(e, t = !1, r = !1, s = !1) {\n r = r && !s, typeof e == \"string\" && (e = Number(e));\n let n = e > 0 ? Math.floor(Math.log(e) / Math.log(s ? 1e3 : 1024)) : 0;\n n = Math.min((r ? P.length : C.length) - 1, n);\n const i = r ? P[n] : C[n];\n let d = (e / Math.pow(s ? 1e3 : 1024, n)).toFixed(1);\n return t === !0 && n === 0 ? (d !== \"0.0\" ? \"< 1 \" : \"0 \") + (r ? P[1] : C[1]) : (n < 2 ? d = parseFloat(d).toFixed(0) : d = parseFloat(d).toLocaleString(ae()), d + \" \" + i);\n}\nfunction Jt(e, t = !1) {\n try {\n e = `${e}`.toLocaleLowerCase().replaceAll(/\\s+/g, \"\").replaceAll(\",\", \".\");\n } catch {\n return null;\n }\n const r = e.match(/^([0-9]*(\\.[0-9]*)?)([kmgtp]?)(i?)b?$/);\n if (r === null || r[1] === \".\" || r[1] === \"\")\n return null;\n const s = {\n \"\": 0,\n k: 1,\n m: 2,\n g: 3,\n t: 4,\n p: 5,\n e: 6\n }, n = `${r[1]}`, i = r[4] === \"i\" || t ? 1024 : 1e3;\n return Math.round(Number.parseFloat(n) * i ** s[r[3]]);\n}\n/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nvar Z = /* @__PURE__ */ ((e) => (e.DEFAULT = \"default\", e.HIDDEN = \"hidden\", e))(Z || {});\nclass Qt {\n _action;\n constructor(t) {\n this.validateAction(t), this._action = t;\n }\n get id() {\n return this._action.id;\n }\n get displayName() {\n return this._action.displayName;\n }\n get title() {\n return this._action.title;\n }\n get iconSvgInline() {\n return this._action.iconSvgInline;\n }\n get enabled() {\n return this._action.enabled;\n }\n get exec() {\n return this._action.exec;\n }\n get execBatch() {\n return this._action.execBatch;\n }\n get order() {\n return this._action.order;\n }\n get parent() {\n return this._action.parent;\n }\n get default() {\n return this._action.default;\n }\n get inline() {\n return this._action.inline;\n }\n get renderInline() {\n return this._action.renderInline;\n }\n validateAction(t) {\n if (!t.id || typeof t.id != \"string\")\n throw new Error(\"Invalid id\");\n if (!t.displayName || typeof t.displayName != \"function\")\n throw new Error(\"Invalid displayName function\");\n if (\"title\" in t && typeof t.title != \"function\")\n throw new Error(\"Invalid title function\");\n if (!t.iconSvgInline || typeof t.iconSvgInline != \"function\")\n throw new Error(\"Invalid iconSvgInline function\");\n if (!t.exec || typeof t.exec != \"function\")\n throw new Error(\"Invalid exec function\");\n if (\"enabled\" in t && typeof t.enabled != \"function\")\n throw new Error(\"Invalid enabled function\");\n if (\"execBatch\" in t && typeof t.execBatch != \"function\")\n throw new Error(\"Invalid execBatch function\");\n if (\"order\" in t && typeof t.order != \"number\")\n throw new Error(\"Invalid order\");\n if (\"parent\" in t && typeof t.parent != \"string\")\n throw new Error(\"Invalid parent\");\n if (t.default && !Object.values(Z).includes(t.default))\n throw new Error(\"Invalid default\");\n if (\"inline\" in t && typeof t.inline != \"function\")\n throw new Error(\"Invalid inline function\");\n if (\"renderInline\" in t && typeof t.renderInline != \"function\")\n throw new Error(\"Invalid renderInline function\");\n }\n}\nconst Dt = function(e) {\n if (typeof window._nc_fileactions > \"u\" && (window._nc_fileactions = [], m.debug(\"FileActions initialized\")), window._nc_fileactions.find((t) => t.id === e.id)) {\n m.error(`FileAction ${e.id} already registered`, { action: e });\n return;\n }\n window._nc_fileactions.push(e);\n}, er = function() {\n return typeof window._nc_fileactions > \"u\" && (window._nc_fileactions = [], m.debug(\"FileActions initialized\")), window._nc_fileactions;\n};\n/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nclass tr {\n _header;\n constructor(t) {\n this.validateHeader(t), this._header = t;\n }\n get id() {\n return this._header.id;\n }\n get order() {\n return this._header.order;\n }\n get enabled() {\n return this._header.enabled;\n }\n get render() {\n return this._header.render;\n }\n get updated() {\n return this._header.updated;\n }\n validateHeader(t) {\n if (!t.id || !t.render || !t.updated)\n throw new Error(\"Invalid header: id, render and updated are required\");\n if (typeof t.id != \"string\")\n throw new Error(\"Invalid id property\");\n if (t.enabled !== void 0 && typeof t.enabled != \"function\")\n throw new Error(\"Invalid enabled property\");\n if (t.render && typeof t.render != \"function\")\n throw new Error(\"Invalid render property\");\n if (t.updated && typeof t.updated != \"function\")\n throw new Error(\"Invalid updated property\");\n }\n}\nconst rr = function(e) {\n if (typeof window._nc_filelistheader > \"u\" && (window._nc_filelistheader = [], m.debug(\"FileListHeaders initialized\")), window._nc_filelistheader.find((t) => t.id === e.id)) {\n m.error(`Header ${e.id} already registered`, { header: e });\n return;\n }\n window._nc_filelistheader.push(e);\n}, nr = function() {\n return typeof window._nc_filelistheader > \"u\" && (window._nc_filelistheader = [], m.debug(\"FileListHeaders initialized\")), window._nc_filelistheader;\n};\n/**\n * @copyright Copyright (c) 2022 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nvar N = /* @__PURE__ */ ((e) => (e[e.NONE = 0] = \"NONE\", e[e.CREATE = 4] = \"CREATE\", e[e.READ = 1] = \"READ\", e[e.UPDATE = 2] = \"UPDATE\", e[e.DELETE = 8] = \"DELETE\", e[e.SHARE = 16] = \"SHARE\", e[e.ALL = 31] = \"ALL\", e))(N || {});\n/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n * @author Ferdinand Thiessen \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nconst j = [\n \"d:getcontentlength\",\n \"d:getcontenttype\",\n \"d:getetag\",\n \"d:getlastmodified\",\n \"d:quota-available-bytes\",\n \"d:resourcetype\",\n \"nc:has-preview\",\n \"nc:is-encrypted\",\n \"nc:mount-type\",\n \"nc:share-attributes\",\n \"oc:comments-unread\",\n \"oc:favorite\",\n \"oc:fileid\",\n \"oc:owner-display-name\",\n \"oc:owner-id\",\n \"oc:permissions\",\n \"oc:share-types\",\n \"oc:size\",\n \"ocs:share-permissions\"\n], Y = {\n d: \"DAV:\",\n nc: \"http://nextcloud.org/ns\",\n oc: \"http://owncloud.org/ns\",\n ocs: \"http://open-collaboration-services.org/ns\"\n}, ir = function(e, t = { nc: \"http://nextcloud.org/ns\" }) {\n typeof window._nc_dav_properties > \"u\" && (window._nc_dav_properties = [...j], window._nc_dav_namespaces = { ...Y });\n const r = { ...window._nc_dav_namespaces, ...t };\n if (window._nc_dav_properties.find((n) => n === e))\n return m.error(`${e} already registered`, { prop: e }), !1;\n if (e.startsWith(\"<\") || e.split(\":\").length !== 2)\n return m.error(`${e} is not valid. See example: 'oc:fileid'`, { prop: e }), !1;\n const s = e.split(\":\")[0];\n return r[s] ? (window._nc_dav_properties.push(e), window._nc_dav_namespaces = r, !0) : (m.error(`${e} namespace unknown`, { prop: e, namespaces: r }), !1);\n}, V = function() {\n return typeof window._nc_dav_properties > \"u\" && (window._nc_dav_properties = [...j]), window._nc_dav_properties.map((e) => `<${e} />`).join(\" \");\n}, L = function() {\n return typeof window._nc_dav_namespaces > \"u\" && (window._nc_dav_namespaces = { ...Y }), Object.keys(window._nc_dav_namespaces).map((e) => `xmlns:${e}=\"${window._nc_dav_namespaces?.[e]}\"`).join(\" \");\n}, sr = function() {\n return `\n\t\t\n\t\t\t\n\t\t\t\t${V()}\n\t\t\t\n\t\t`;\n}, Ee = function() {\n return `\n\t\t\n\t\t\t\n\t\t\t\t${V()}\n\t\t\t\n\t\t\t\n\t\t\t\t1\n\t\t\t\n\t\t`;\n}, or = function(e) {\n return `\n\n\t\n\t\t\n\t\t\t\n\t\t\t\t${V()}\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t/files/${A()?.uid}/\n\t\t\t\tinfinity\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\thttpd/unix-directory\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t0\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t${e}\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t100\n\t\t\t0\n\t\t\n\t\n`;\n};\n/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n * @author Ferdinand Thiessen \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nconst be = function(e = \"\") {\n let t = N.NONE;\n return e && ((e.includes(\"C\") || e.includes(\"K\")) && (t |= N.CREATE), e.includes(\"G\") && (t |= N.READ), (e.includes(\"W\") || e.includes(\"N\") || e.includes(\"V\")) && (t |= N.UPDATE), e.includes(\"D\") && (t |= N.DELETE), e.includes(\"R\") && (t |= N.SHARE)), t;\n};\n/**\n * @copyright Copyright (c) 2022 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nvar R = /* @__PURE__ */ ((e) => (e.Folder = \"folder\", e.File = \"file\", e))(R || {});\n/**\n * @copyright Copyright (c) 2022 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nconst J = function(e, t) {\n return e.match(t) !== null;\n}, X = (e, t) => {\n if (e.id && typeof e.id != \"number\")\n throw new Error(\"Invalid id type of value\");\n if (!e.source)\n throw new Error(\"Missing mandatory source\");\n try {\n new URL(e.source);\n } catch {\n throw new Error(\"Invalid source format, source must be a valid URL\");\n }\n if (!e.source.startsWith(\"http\"))\n throw new Error(\"Invalid source format, only http(s) is supported\");\n if (e.mtime && !(e.mtime instanceof Date))\n throw new Error(\"Invalid mtime type\");\n if (e.crtime && !(e.crtime instanceof Date))\n throw new Error(\"Invalid crtime type\");\n if (!e.mime || typeof e.mime != \"string\" || !e.mime.match(/^[-\\w.]+\\/[-+\\w.]+$/gi))\n throw new Error(\"Missing or invalid mandatory mime\");\n if (\"size\" in e && typeof e.size != \"number\" && e.size !== void 0)\n throw new Error(\"Invalid size type\");\n if (\"permissions\" in e && e.permissions !== void 0 && !(typeof e.permissions == \"number\" && e.permissions >= N.NONE && e.permissions <= N.ALL))\n throw new Error(\"Invalid permissions\");\n if (e.owner && e.owner !== null && typeof e.owner != \"string\")\n throw new Error(\"Invalid owner type\");\n if (e.attributes && typeof e.attributes != \"object\")\n throw new Error(\"Invalid attributes type\");\n if (e.root && typeof e.root != \"string\")\n throw new Error(\"Invalid root type\");\n if (e.root && !e.root.startsWith(\"/\"))\n throw new Error(\"Root must start with a leading slash\");\n if (e.root && !e.source.includes(e.root))\n throw new Error(\"Root must be part of the source\");\n if (e.root && J(e.source, t)) {\n const r = e.source.match(t)[0];\n if (!e.source.includes(le(r, e.root)))\n throw new Error(\"The root must be relative to the service. e.g /files/emma\");\n }\n if (e.status && !Object.values(Q).includes(e.status))\n throw new Error(\"Status must be a valid NodeStatus\");\n};\n/**\n * @copyright Copyright (c) 2022 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nvar Q = /* @__PURE__ */ ((e) => (e.NEW = \"new\", e.FAILED = \"failed\", e.LOADING = \"loading\", e.LOCKED = \"locked\", e))(Q || {});\nclass D {\n _data;\n _attributes;\n _knownDavService = /(remote|public)\\.php\\/(web)?dav/i;\n constructor(t, r) {\n X(t, r || this._knownDavService), this._data = t;\n const s = {\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n set: (n, i, d) => (this.updateMtime(), Reflect.set(n, i, d)),\n deleteProperty: (n, i) => (this.updateMtime(), Reflect.deleteProperty(n, i))\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n };\n this._attributes = new Proxy(t.attributes || {}, s), delete this._data.attributes, r && (this._knownDavService = r);\n }\n /**\n * Get the source url to this object\n */\n get source() {\n return this._data.source.replace(/\\/$/i, \"\");\n }\n /**\n * Get the encoded source url to this object for requests purposes\n */\n get encodedSource() {\n const { origin: t } = new URL(this.source);\n return t + he(this.source.slice(t.length));\n }\n /**\n * Get this object name\n */\n get basename() {\n return fe(this.source);\n }\n /**\n * Get this object's extension\n */\n get extension() {\n return ce(this.source);\n }\n /**\n * Get the directory path leading to this object\n * Will use the relative path to root if available\n */\n get dirname() {\n if (this.root) {\n let r = this.source;\n this.isDavRessource && (r = r.split(this._knownDavService).pop());\n const s = r.indexOf(this.root), n = this.root.replace(/\\/$/, \"\");\n return I(r.slice(s + n.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 let t = this.source;\n this.isDavRessource && (t = t.split(this._knownDavService).pop());\n const r = t.indexOf(this.root), s = this.root.replace(/\\/$/, \"\");\n return t.slice(r + s.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, t = {}) {\n const r = ge(e, { headers: t });\n function s(i) {\n r.setHeaders({\n ...t,\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: i ?? \"\"\n });\n }\n return ue(s), s(de()), we().patch(\"fetch\", (i, d) => {\n const u = d.headers;\n return u?.method && (d.method = u.method, delete u.method), fetch(i, d);\n }), r;\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 = s?.[\"owner-id\"] || 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 k = {};\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};\nk.buildOptions = Se;\nk.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 ke = Me;\nconst Be = 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 (Be.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 B = O, T = ke, tt = Ze, rt = et;\n\"<((!\\\\[CDATA\\\\[([\\\\s\\\\S]*?)(]]>))|((NAME:)?(NAME))([^>]*)>|((\\\\/)(NAME)\\\\s*>))([^<]*)\".replace(/NAME/g, B.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 = B.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 B.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 } = k, _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 kt = S, Bt = At, qt = Mt;\nvar W = {\n XMLParser: Bt,\n XMLValidator: kt,\n XMLBuilder: qt\n};\nfunction Xt(e) {\n if (typeof e != \"string\")\n throw new TypeError(`Expected a \\`string\\`, got \\`${typeof e}\\``);\n if (e = e.trim(), e.length === 0 || W.XMLValidator.validate(e) !== !0)\n return !1;\n let t;\n const r = new W.XMLParser();\n try {\n t = r.parse(e);\n } catch {\n return !1;\n }\n return !(!t || !(\"svg\" in t));\n}\n/**\n * @copyright Copyright (c) 2022 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nclass cr {\n _view;\n constructor(t) {\n Ut(t), this._view = t;\n }\n get id() {\n return this._view.id;\n }\n get name() {\n return this._view.name;\n }\n get caption() {\n return this._view.caption;\n }\n get emptyTitle() {\n return this._view.emptyTitle;\n }\n get emptyCaption() {\n return this._view.emptyCaption;\n }\n get getContents() {\n return this._view.getContents;\n }\n get icon() {\n return this._view.icon;\n }\n set icon(t) {\n this._view.icon = t;\n }\n get order() {\n return this._view.order;\n }\n set order(t) {\n this._view.order = t;\n }\n get params() {\n return this._view.params;\n }\n set params(t) {\n this._view.params = t;\n }\n get columns() {\n return this._view.columns;\n }\n get emptyView() {\n return this._view.emptyView;\n }\n get parent() {\n return this._view.parent;\n }\n get sticky() {\n return this._view.sticky;\n }\n get expanded() {\n return this._view.expanded;\n }\n set expanded(t) {\n this._view.expanded = t;\n }\n get defaultSortKey() {\n return this._view.defaultSortKey;\n }\n}\nconst Ut = function(e) {\n if (!e.id || typeof e.id != \"string\")\n throw new Error(\"View id is required and must be a string\");\n if (!e.name || typeof e.name != \"string\")\n throw new Error(\"View name is required and must be a string\");\n if (e.columns && e.columns.length > 0 && (!e.caption || typeof e.caption != \"string\"))\n throw new Error(\"View caption is required for top-level views and must be a string\");\n if (!e.getContents || typeof e.getContents != \"function\")\n throw new Error(\"View getContents is required and must be a function\");\n if (!e.icon || typeof e.icon != \"string\" || !Xt(e.icon))\n throw new Error(\"View icon is required and must be a valid svg string\");\n if (!(\"order\" in e) || typeof e.order != \"number\")\n throw new Error(\"View order is required and must be a number\");\n if (e.columns && e.columns.forEach((t) => {\n if (!(t instanceof Ie))\n throw new Error(\"View columns must be an array of Column. Invalid column found\");\n }), e.emptyView && typeof e.emptyView != \"function\")\n throw new Error(\"View emptyView must be a function\");\n if (e.parent && typeof e.parent != \"string\")\n throw new Error(\"View parent must be a string\");\n if (\"sticky\" in e && typeof e.sticky != \"boolean\")\n throw new Error(\"View sticky must be a boolean\");\n if (\"expanded\" in e && typeof e.expanded != \"boolean\")\n throw new Error(\"View expanded must be a boolean\");\n if (e.defaultSortKey && typeof e.defaultSortKey != \"string\")\n throw new Error(\"View defaultSortKey must be a string\");\n return !0;\n};\n/**\n * @copyright 2019 Christoph Wurst \n *\n * @author Christoph Wurst \n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nconst hr = function(e) {\n return F().registerEntry(e);\n}, pr = function(e) {\n return F().unregisterEntry(e);\n}, gr = function(e) {\n return F().getEntries(e).sort((r, s) => r.order !== void 0 && s.order !== void 0 && r.order !== s.order ? r.order - s.order : r.displayName.localeCompare(s.displayName, void 0, { numeric: !0, sensitivity: \"base\" }));\n};\nexport {\n Ie as Column,\n Z as DefaultType,\n ye as File,\n Qt as FileAction,\n R as FileType,\n _e as Folder,\n tr as Header,\n Te as Navigation,\n D as Node,\n Q as NodeStatus,\n N as Permission,\n cr as View,\n hr as addNewFileMenuEntry,\n ur as davGetClient,\n sr as davGetDefaultPropfind,\n Ee as davGetFavoritesReport,\n or as davGetRecentSearch,\n be as davParsePermissions,\n te as davRemoteURL,\n ve as davResultToNode,\n ee as davRootPath,\n Y as defaultDavNamespaces,\n j as defaultDavProperties,\n Yt as formatFileSize,\n L as getDavNameSpaces,\n V as getDavProperties,\n dr as getFavoriteNodes,\n er as getFileActions,\n nr as getFileListHeaders,\n ar as getNavigation,\n gr as getNewFileMenuEntries,\n Jt as parseFileSize,\n ir as registerDavProperty,\n Dt as registerFileAction,\n rr as registerFileListHeaders,\n pr as removeNewFileMenuEntry\n};\n","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\tid: moduleId,\n\t\tloaded: false,\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n\t// Flag the module as loaded\n\tmodule.loaded = true;\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n// expose the modules object (__webpack_modules__)\n__webpack_require__.m = __webpack_modules__;\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.f = {};\n// This file contains only the entry chunk.\n// The chunk loading function for additional chunks\n__webpack_require__.e = (chunkId) => {\n\treturn Promise.all(Object.keys(__webpack_require__.f).reduce((promises, key) => {\n\t\t__webpack_require__.f[key](chunkId, promises);\n\t\treturn promises;\n\t}, []));\n};","// This function allow to reference async chunks\n__webpack_require__.u = (chunkId) => {\n\t// return url for filenames based on template\n\treturn \"\" + chunkId + \"-\" + chunkId + \".js?v=\" + {\"4720\":\"bf813bc45f5afa044293\",\"6512\":\"f5986b3e0fbb4396378b\"}[chunkId] + \"\";\n};","__webpack_require__.g = (function() {\n\tif (typeof globalThis === 'object') return globalThis;\n\ttry {\n\t\treturn this || new Function('return this')();\n\t} catch (e) {\n\t\tif (typeof window === 'object') return window;\n\t}\n})();","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","__webpack_require__.nmd = (module) => {\n\tmodule.paths = [];\n\tif (!module.children) module.children = [];\n\treturn module;\n};","__webpack_require__.j = 9837;","var scriptUrl;\nif (__webpack_require__.g.importScripts) scriptUrl = __webpack_require__.g.location + \"\";\nvar document = __webpack_require__.g.document;\nif (!scriptUrl && document) {\n\tif (document.currentScript)\n\t\tscriptUrl = document.currentScript.src;\n\tif (!scriptUrl) {\n\t\tvar scripts = document.getElementsByTagName(\"script\");\n\t\tif(scripts.length) {\n\t\t\tvar i = scripts.length - 1;\n\t\t\twhile (i > -1 && !scriptUrl) scriptUrl = scripts[i--].src;\n\t\t}\n\t}\n}\n// When supporting browsers where an automatic publicPath is not supported you must specify an output.publicPath manually via configuration\n// or pass an empty string (\"\") and set the __webpack_public_path__ variable from your code to use your own logic.\nif (!scriptUrl) throw new Error(\"Automatic publicPath is not supported in this browser\");\nscriptUrl = scriptUrl.replace(/#.*$/, \"\").replace(/\\?.*$/, \"\").replace(/\\/[^\\/]+$/, \"/\");\n__webpack_require__.p = scriptUrl;","__webpack_require__.b = document.baseURI || self.location.href;\n\n// object to store loaded and loading chunks\n// undefined = chunk not loaded, null = chunk preloaded/prefetched\n// [resolve, reject, Promise] = chunk loading, 0 = chunk loaded\nvar installedChunks = {\n\t9837: 0\n};\n\n__webpack_require__.f.j = (chunkId, promises) => {\n\t\t// JSONP chunk loading for javascript\n\t\tvar installedChunkData = __webpack_require__.o(installedChunks, chunkId) ? installedChunks[chunkId] : undefined;\n\t\tif(installedChunkData !== 0) { // 0 means \"already installed\".\n\n\t\t\t// a Promise means \"currently loading\".\n\t\t\tif(installedChunkData) {\n\t\t\t\tpromises.push(installedChunkData[2]);\n\t\t\t} else {\n\t\t\t\tif(true) { // all chunks have JS\n\t\t\t\t\t// setup Promise in chunk cache\n\t\t\t\t\tvar promise = new Promise((resolve, reject) => (installedChunkData = installedChunks[chunkId] = [resolve, reject]));\n\t\t\t\t\tpromises.push(installedChunkData[2] = promise);\n\n\t\t\t\t\t// start chunk loading\n\t\t\t\t\tvar url = __webpack_require__.p + __webpack_require__.u(chunkId);\n\t\t\t\t\t// create error before stack unwound to get useful stacktrace later\n\t\t\t\t\tvar error = new Error();\n\t\t\t\t\tvar loadingEnded = (event) => {\n\t\t\t\t\t\tif(__webpack_require__.o(installedChunks, chunkId)) {\n\t\t\t\t\t\t\tinstalledChunkData = installedChunks[chunkId];\n\t\t\t\t\t\t\tif(installedChunkData !== 0) installedChunks[chunkId] = undefined;\n\t\t\t\t\t\t\tif(installedChunkData) {\n\t\t\t\t\t\t\t\tvar errorType = event && (event.type === 'load' ? 'missing' : event.type);\n\t\t\t\t\t\t\t\tvar realSrc = event && event.target && event.target.src;\n\t\t\t\t\t\t\t\terror.message = 'Loading chunk ' + chunkId + ' failed.\\n(' + errorType + ': ' + realSrc + ')';\n\t\t\t\t\t\t\t\terror.name = 'ChunkLoadError';\n\t\t\t\t\t\t\t\terror.type = errorType;\n\t\t\t\t\t\t\t\terror.request = realSrc;\n\t\t\t\t\t\t\t\tinstalledChunkData[1](error);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t\t__webpack_require__.l(url, loadingEnded, \"chunk-\" + chunkId, chunkId);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n};\n\n// no prefetching\n\n// no preloaded\n\n// no HMR\n\n// no HMR manifest\n\n__webpack_require__.O.j = (chunkId) => (installedChunks[chunkId] === 0);\n\n// install a JSONP callback for chunk loading\nvar webpackJsonpCallback = (parentChunkLoadingFunction, data) => {\n\tvar chunkIds = data[0];\n\tvar moreModules = data[1];\n\tvar runtime = data[2];\n\t// add \"moreModules\" to the modules object,\n\t// then flag all \"chunkIds\" as loaded and fire callback\n\tvar moduleId, chunkId, i = 0;\n\tif(chunkIds.some((id) => (installedChunks[id] !== 0))) {\n\t\tfor(moduleId in moreModules) {\n\t\t\tif(__webpack_require__.o(moreModules, moduleId)) {\n\t\t\t\t__webpack_require__.m[moduleId] = moreModules[moduleId];\n\t\t\t}\n\t\t}\n\t\tif(runtime) var result = runtime(__webpack_require__);\n\t}\n\tif(parentChunkLoadingFunction) parentChunkLoadingFunction(data);\n\tfor(;i < chunkIds.length; i++) {\n\t\tchunkId = chunkIds[i];\n\t\tif(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {\n\t\t\tinstalledChunks[chunkId][0]();\n\t\t}\n\t\tinstalledChunks[chunkId] = 0;\n\t}\n\treturn __webpack_require__.O(result);\n}\n\nvar chunkLoadingGlobal = self[\"webpackChunknextcloud\"] = self[\"webpackChunknextcloud\"] || [];\nchunkLoadingGlobal.forEach(webpackJsonpCallback.bind(null, 0));\nchunkLoadingGlobal.push = webpackJsonpCallback.bind(null, chunkLoadingGlobal.push.bind(chunkLoadingGlobal));","__webpack_require__.nc = undefined;","// startup\n// Load entry module and return exports\n// This entry module depends on other loaded chunks and execution need to be delayed\nvar __webpack_exports__ = __webpack_require__.O(undefined, [7874], () => (__webpack_require__(34507)))\n__webpack_exports__ = __webpack_require__.O(__webpack_exports__);\n"],"names":["deferred","inProgress","dataWebpackPrefix","getLoggerBuilder","setApp","detectUser","build","action","FileAction","id","displayName","nodes","view","t","iconSvgInline","enabled","length","map","node","permissions","every","permission","Permission","DELETE","exec","axios","delete","encodedSource","emit","error","logger","source","execBatch","dir","Promise","all","this","order","triggerDownload","url","hiddenElement","document","createElement","download","href","click","downloadNodes","secret","Math","random","toString","substring","generateUrl","files","JSON","stringify","basename","isDownloadable","READ","attributes","downloadAttribute","parse","find","attribute","scope","key","undefined","some","type","FileType","Folder","root","startsWith","async","Array","fill","UPDATE","path","link","generateOcsUrl","result","post","uid","getCurrentUser","window","location","host","encodePath","data","ocs","token","showError","openLocalClient","shouldFavorite","favorite","favoriteNode","willFavorite","tags","OC","TAG_FAVORITE","dirname","Vue","StarSvg","NONE","options","styleTagTransform","setAttributes","insert","domAPI","insertStyleElement","locals","Axios","AxiosError","CanceledError","isCancel","CancelToken","VERSION","Cancel","isAxiosError","spread","toFormData","AxiosHeaders","HttpStatusCode","formToJSON","getAdapter","mergeConfig","queue","getQueue","PQueue","concurrency","MoveCopyAction","canMove","reduce","min","ALL","canCopy","canDownload","getUniqueName","name","otherNames","suffix","arguments","n","newName","i","includes","ext","extname","getActionForNodes","MOVE_OR_COPY","MOVE","COPY","handleCopyMoveNodeTo","destination","method","overwrite","Error","NodeStatus","LOADING","add","copySuffix","index","client","davGetClient","currentPath","join","davRootPath","destinationPath","target","otherNodes","getDirectoryContents","copyFile","stat","details","davGetDefaultPropfind","davResultToNode","moveFile","response","status","message","debug","openFilePickerForAction","fileIDs","fileid","filter","Boolean","filePicker","getFilePickerBuilder","allowDirectories","setFilter","CREATE","setMimeTypeFilter","setMultiSelect","startAt","resolve","reject","setButtonFactory","_selection","buttons","dirnames","paths","push","label","icon","CopyIconSvg","callback","FolderMoveSvg","pick","catch","FilePickerClosed","e","promises","FolderSvg","isDavRessource","OCP","Files","Router","goToRoute","default","DefaultType","HIDDEN","InformationSvg","OCA","Sidebar","open","File","entry","context","handler","content","contentNames","encodeURIComponent","headers","Overwrite","parseInt","createNewFolder","folder","mtime","Date","owner","showSuccess","WorkerGlobalScope","self","globalThis","fetch","bind","Headers","Request","Response","HOT_PATCHER_TYPE","NOOP","createNewItem","original","methods","final","HotPatcher","constructor","_configuration","registry","getEmptyAction","__type__","configuration","newAction","control","allowTargetOverrides","Object","keys","forEach","foreignKey","hasOwnProperty","assign","execute","args","get","item","_this","shift","apply","sequence","isPatched","patch","opts","chain","patchInline","plugin","restore","setFinal","__patcher","NONCE_CHARS","generateDigestAuthHeader","digest","replace","uri","indexOf","slice","toUpperCase","qop","test","ncString","nc","ha1","algorithm","user","realm","pass","nonce","cnonce","ha1Hash","md5","toLowerCase","ha1Compute","username","password","ha2","digestResponse","authValues","opaque","authHeader","k","obj","prototype","call","getPrototypeOf","proto","isPlainObject","setPrototypeOf","merge","output","items","nextItem","mergeObjects","obj1","obj2","isArray","headerPayloads","headerKeys","header","lowerHeader","hasArrayBuffer","ArrayBuffer","objToString","_request","requestOptions","patcher","body","newHeaders","value","isBuffer","isArrayBuffer","requestDataToFetchBody","signal","withCredentials","credentials","httpAgent","httpsAgent","agent","parsedURL","protocol","getFetchOptions","rootPath","defaultRootUrl","generateRemoteUrl","getClient","rootUrl","createClient","requesttoken","getRequestToken","getPatcher","_digest","hasDigestAuth","Authorization","split","re","match","floor","makeNonce","parseDigestAuth","response2","request","hashCode","str","a","b","charCodeAt","resultToNode","userId","props","davParsePermissions","filename","nodeData","lastmod","mime","size","hasPreview","failed","reportPayload","getDavNameSpaces","getDavProperties","getContents","propfindPayload","rootResponse","contentsResponse","includeSelf","contents","generateFavoriteFolderView","View","generateIdFromPath","params","parent","columns","lastTwoWeeksTimestamp","round","now","inheritAttrs","String","required","checked","Number","previewUrl","ratio","failedPreview","computed","nameWithoutExt","realPreviewUrl","mimeIcon","getElementById","pathSections","relativePath","section","encodeFilePath","MimeType","getIconUrl","onCheck","$emit","onFailure","_vm","_c","_self","staticClass","attrs","domProps","on","_v","class","_s","extend","components","NcEmptyContent","NcModal","TemplatePreview","loading","opened","provider","extension","emptyTemplate","mimetypes","selectedTemplate","templates","template","style","width","margin","border","fetchedProvider","getTemplates","app","onSubmit","close","currentDirectory","URL","searchParams","warn","fileInfo","filePath","templatePath","templateType","createFromTemplate","normalize","openfile","_setupProxy","$event","preventDefault","stopPropagation","_b","_l","_e","mixin","TemplatePickerRoot","appendChild","loadState","templatesPath","TemplatePicker","TemplatePickerView","propsData","$mount","addNewFileMenuEntry","initTemplatesFolder","removeNewFileMenuEntry","iconClass","directory","copySystemTemplates","template_path","registerFileAction","deleteAction","downloadAction","editLocallyAction","favoriteAction","moveOrCopyAction","openFolderAction","openInFilesAction","renameAction","sidebarAction","viewInFolderAction","newFolderEntry","favoriteFolders","favoriteFoldersViews","Navigation","getNavigation","register","caption","emptyTitle","emptyCaption","subscribe","addToFavorites","removePathFromFavorites","updateAndSortViews","sort","localeCompare","getLanguage","ignorePunctuation","newFavoriteFolder","findIndex","splice","remove","registerFavoritesView","controller","AbortController","CancelablePromise","onCancel","abort","defaultSortKey","davGetRecentSearch","deep","davRemoteURL","r","navigator","addEventListener","noRewrite","registration","serviceWorker","registerDavProperty","module","exports","_typeof","Symbol","iterator","_exports","_setPrototypeOf","o","p","__proto__","_createSuper","Derived","hasNativeReflectConstruct","Reflect","construct","sham","Proxy","valueOf","_isNativeReflectConstruct","Super","_getPrototypeOf","NewTarget","TypeError","ReferenceError","_assertThisInitialized","_possibleConstructorReturn","_createForOfIteratorHelper","allowArrayLike","it","minLen","_arrayLikeToArray","from","_unsupportedIterableToArray","F","s","done","f","err","normalCompletion","didErr","step","next","_e2","return","arr","len","arr2","_classCallCheck","instance","Constructor","_defineProperties","descriptor","enumerable","configurable","writable","defineProperty","_createClass","protoProps","staticProps","_defineProperty","_classPrivateFieldInitSpec","privateMap","privateCollection","has","_checkPrivateRedeclaration","set","_classPrivateFieldGet","receiver","_classApplyDescriptorGet","_classExtractFieldDescriptor","_classPrivateFieldSet","_classApplyDescriptorSet","cancelable","isCancelablePromise","toStringTag","_internals","WeakMap","_promise","CancelablePromiseInternal","_ref","_ref$executor","executor","_ref$internals","internals","isCanceled","onCancelList","_ref$promise","promise","cancel","onfulfilled","onrejected","makeCancelable","then","createCallback","onfinally","runWhenCanceled","finally","callbacks","_step","_iterator","console","_CancelablePromiseInt","subClass","superClass","create","_inherits","_super","iterable","makeAllCancelable","allSettled","any","race","reason","_default","onResult","arg","_step2","_iterator2","resolvable","___CSS_LOADER_URL_IMPORT_0___","___CSS_LOADER_URL_IMPORT_1___","___CSS_LOADER_EXPORT___","___CSS_LOADER_URL_REPLACEMENT_0___","___CSS_LOADER_URL_REPLACEMENT_1___","http","https","validateParams","cb","Stream","Readable","Writable","Duplex","Transform","PassThrough","finished","pipeline","ClientRequest","statusCodes","defaultProtocol","g","search","hostname","port","req","end","IncomingMessage","Agent","defaultMaxSockets","globalAgent","STATUS_CODES","METHODS","xhr","getXHR","XMLHttpRequest","XDomainRequest","checkTypeSupport","responseType","isFunction","ReadableStream","writableStream","WritableStream","abortController","arraybuffer","msstream","mozchunkedarraybuffer","overrideMimeType","capability","inherits","stream","rStates","readyStates","preferBinary","_opts","_body","_headers","auth","setHeader","Buffer","useFetch","mode","_mode","decideMode","_fetchTimer","_socketTimeout","_socketTimer","_onFinish","lowerName","unsafeHeaders","getHeader","removeHeader","_destroyed","timeout","setTimeout","headersObj","Blob","headersList","keyName","v","_fetchAbortController","requestTimeout","_fetchResponse","_resetTimers","_connect","_xhr","process","nextTick","ontimeout","setRequestHeader","_response","onreadystatechange","readyState","DONE","_onXHRProgress","onprogress","onerror","send","statusValid","_write","chunk","encoding","clearTimeout","destroy","once","flushHeaders","setNoDelay","setSocketKeepAlive","UNSENT","OPENED","HEADERS_RECEIVED","resetTimers","rawHeaders","trailers","rawTrailers","statusCode","statusMessage","statusText","write","_resumeFetch","pipeTo","reader","getReader","read","_pos","responseURL","getAllResponseHeaders","matches","_charset","mimeType","charsetMatch","_read","responseText","newData","substr","buffer","alloc","Uint8Array","MSStreamReader","byteLength","onload","readAsArrayBuffer","m","setUid","Ne","_entries","registerEntry","validateEntry","unregisterEntry","getEntryIndex","entries","getEntries","_nc_newfilemenu","C","P","Yt","log","d","pow","toFixed","parseFloat","toLocaleString","Z","DEFAULT","Qt","_action","validateAction","title","inline","renderInline","values","Dt","_nc_fileactions","N","SHARE","j","Y","oc","ir","_nc_dav_properties","_nc_dav_namespaces","prop","namespaces","V","L","sr","or","be","R","J","X","crtime","Q","NEW","FAILED","LOCKED","D","_data","_attributes","_knownDavService","updateMtime","deleteProperty","origin","pop","pathname","move","rename","ye","super","ee","te","ur","setHeaders","u","dr","ve","getcontentlength","Te","_views","_currentView","views","setActive","active","ar","_nc_navigation","Ie","_column","Ae","render","summary","S","O","RegExp","isExist","isEmptyObject","l","c","getValue","isName","getAllMatches","startIndex","lastIndex","nameRegexp","M","Oe","allowBooleanAttributes","unpairedTags","U","G","w","z","validate","trim","Re","xe","H","code","msg","line","tagClosed","tagName","tagStartPos","col","Ve","Ce","Pe","$e","Le","Fe","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","Be","Xe","Ue","Ge","ze","He","Ke","We","je","Ye","Je","decimalPoint","B","T","tagname","child","addChild","tt","entityName","val","regx","entities","rt","skipLike","De","lastEntities","regex","st","replaceEntitiesValue","$","ot","charAt","ut","dt","resolveNameSpace","at","y","saveTextToParentTag","lastIndexOf","tagsNodeStack","x","tagExp","attrExpPresent","buildAttributesMap","closeIndex","docTypeEntities","parseTextData","rawTagName","isItStopNode","h","E","readStopNodeData","tagContent","_","lt","ft","ampEntity","ct","ht","pt","gt","ne","ie","Nt","bt","Et","prettify","yt","_t","currentNode","apos","quot","space","cent","pound","yen","euro","copyright","reg","inr","addExternalEntities","parseXml","vt","Tt","se","Pt","xt","oe","K","indentBy","suppressUnpairedNode","suppressEmptyNode","endsWith","suppressBooleanAttributes","Ft","format","Vt","oneListGroup","isAttribute","attrPrefixLen","St","processTextOrObjNode","Lt","indentate","Rt","tagEndChar","newLine","j2x","buildTextValNode","attrStr","buildObjectNode","repeat","arrayNodeName","buildAttrPairStr","closeTag","W","XMLParser","externalEntities","addEntity","XMLValidator","XMLBuilder","cr","_view","Ut","emptyView","sticky","expanded","Xt","hr","pr","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","loaded","__webpack_modules__","chunkIds","fn","priority","notFulfilled","Infinity","fulfilled","getter","__esModule","definition","chunkId","Function","script","needAttach","scripts","getElementsByTagName","getAttribute","charset","setAttribute","src","onScriptComplete","prev","event","doneFns","parentNode","removeChild","head","nmd","children","scriptUrl","importScripts","currentScript","baseURI","installedChunks","installedChunkData","errorType","realSrc","webpackJsonpCallback","parentChunkLoadingFunction","moreModules","runtime","chunkLoadingGlobal","__webpack_exports__"],"sourceRoot":""} \ No newline at end of file diff --git a/dist/systemtags-init.js b/dist/systemtags-init.js index 9a2b45a5d8f01..215bce6f9d350 100644 --- a/dist/systemtags-init.js +++ b/dist/systemtags-init.js @@ -1,3 +1,3 @@ /*! For license information please see systemtags-init.js.LICENSE.txt */ -(()=>{var e,t={11057:(e,t,n)=>{"use strict";var r=n(77958),i=n(17499),o=n(31352),s=n(62520),a=n(65358),u=n(79753),l=n(14596);const c=null===(d=(0,r.ts)())?(0,i.IY)().setApp("files").build():(0,i.IY)().setApp("files").setUid(d.uid).build();var d,f=(e=>(e.DEFAULT="default",e.HIDDEN="hidden",e))(f||{}),h=(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))(h||{});const p=["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"],g={d:"DAV:",nc:"http://nextcloud.org/ns",oc:"http://owncloud.org/ns",ocs:"http://open-collaboration-services.org/ns"};var m=(e=>(e.Folder="folder",e.File="file",e))(m||{});const y=function(e,t){return null!==e.match(t)},w=(e,t)=>{if(e.id&&"number"!=typeof e.id)throw new Error("Invalid id type of value");if(!e.source)throw new Error("Missing mandatory source");try{new URL(e.source)}catch{throw new Error("Invalid source format, source must be a valid URL")}if(!e.source.startsWith("http"))throw new Error("Invalid source format, only http(s) is supported");if(e.mtime&&!(e.mtime instanceof Date))throw new Error("Invalid mtime type");if(e.crtime&&!(e.crtime instanceof Date))throw new Error("Invalid crtime type");if(!e.mime||"string"!=typeof e.mime||!e.mime.match(/^[-\w.]+\/[-+\w.]+$/gi))throw new Error("Missing or invalid mandatory mime");if("size"in e&&"number"!=typeof e.size&&void 0!==e.size)throw new Error("Invalid size type");if("permissions"in e&&void 0!==e.permissions&&!("number"==typeof e.permissions&&e.permissions>=h.NONE&&e.permissions<=h.ALL))throw new Error("Invalid permissions");if(e.owner&&null!==e.owner&&"string"!=typeof e.owner)throw new Error("Invalid owner type");if(e.attributes&&"object"!=typeof e.attributes)throw new Error("Invalid attributes type");if(e.root&&"string"!=typeof e.root)throw new Error("Invalid root type");if(e.root&&!e.root.startsWith("/"))throw new Error("Root must start with a leading slash");if(e.root&&!e.source.includes(e.root))throw new Error("Root must be part of the source");if(e.root&&y(e.source,t)){const n=e.source.match(t)[0];if(!e.source.includes((0,s.join)(n,e.root)))throw new Error("The root must be relative to the service. e.g /files/emma")}if(e.status&&!Object.values(v).includes(e.status))throw new Error("Status must be a valid NodeStatus")};var v=(e=>(e.NEW="new",e.FAILED="failed",e.LOADING="loading",e.LOCKED="locked",e))(v||{});class b{_data;_attributes;_knownDavService=/(remote|public)\.php\/(web)?dav/i;constructor(e,t){w(e,t||this._knownDavService),this._data=e;const n={set:(e,t,n)=>(this.updateMtime(),Reflect.set(e,t,n)),deleteProperty:(e,t)=>(this.updateMtime(),Reflect.deleteProperty(e,t))};this._attributes=new Proxy(e.attributes||{},n),delete this._data.attributes,t&&(this._knownDavService=t)}get source(){return this._data.source.replace(/\/$/i,"")}get encodedSource(){const{origin:e}=new URL(this.source);return e+(0,a.Ec)(this.source.slice(e.length))}get basename(){return(0,s.basename)(this.source)}get extension(){return(0,s.extname)(this.source)}get dirname(){if(this.root){let e=this.source;this.isDavRessource&&(e=e.split(this._knownDavService).pop());const t=e.indexOf(this.root),n=this.root.replace(/\/$/,"");return(0,s.dirname)(e.slice(t+n.length)||"/")}const e=new URL(this.source);return(0,s.dirname)(e.pathname)}get mime(){return this._data.mime}get mtime(){return this._data.mtime}get crtime(){return this._data.crtime}get size(){return this._data.size}get attributes(){return this._attributes}get permissions(){return null!==this.owner||this.isDavRessource?void 0!==this._data.permissions?this._data.permissions:h.NONE:h.READ}get owner(){return this.isDavRessource?this._data.owner:null}get isDavRessource(){return y(this.source,this._knownDavService)}get root(){return this._data.root?this._data.root.replace(/^(.+)\/$/,"$1"):this.isDavRessource&&(0,s.dirname)(this.source).split(this._knownDavService).pop()||null}get path(){if(this.root){let e=this.source;this.isDavRessource&&(e=e.split(this._knownDavService).pop());const t=e.indexOf(this.root),n=this.root.replace(/\/$/,"");return e.slice(t+n.length)||"/"}return(this.dirname+"/"+this.basename).replace(/\/\//g,"/")}get fileid(){return this._data?.id||this.attributes?.fileid}get status(){return this._data?.status}set status(e){this._data.status=e}move(e){w({...this._data,source:e},this._knownDavService),this._data.source=e,this.updateMtime()}rename(e){if(e.includes("/"))throw new Error("Invalid basename");this.move((0,s.dirname)(this.source)+"/"+e)}updateMtime(){this._data.mtime&&(this._data.mtime=new Date)}}class _ extends b{get type(){return m.File}}class x extends b{constructor(e){super({...e,mime:"httpd/unix-directory"})}get type(){return m.Folder}get extension(){return null}get mime(){return"httpd/unix-directory"}}(0,u.generateRemoteUrl)("dav");class A{_column;constructor(e){E(e),this._column=e}get id(){return this._column.id}get title(){return this._column.title}get render(){return this._column.render}get sort(){return this._column.sort}get summary(){return this._column.summary}}const E=function(e){if(!e.id||"string"!=typeof e.id)throw new Error("A column id is required");if(!e.title||"string"!=typeof e.title)throw new Error("A column title is required");if(!e.render||"function"!=typeof e.render)throw new Error("A render function is required");if(e.sort&&"function"!=typeof e.sort)throw new Error("Column sortFunction must be a function");if(e.summary&&"function"!=typeof e.summary)throw new Error("Column summary must be a function");return!0};var N={},T={};!function(e){const t=":A-Za-z_\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD",n="["+t+"]["+t+"\\-.\\d\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*",r=new RegExp("^"+n+"$");e.isExist=function(e){return typeof e<"u"},e.isEmptyObject=function(e){return 0===Object.keys(e).length},e.merge=function(e,t,n){if(t){const r=Object.keys(t),i=r.length;for(let o=0;o"u")},e.getAllMatches=function(e,t){const n=[];let r=t.exec(e);for(;r;){const i=[];i.startIndex=t.lastIndex-r[0].length;const o=r.length;for(let e=0;e5&&"xml"===r)return M("InvalidXml","XML declaration allowed only at the start of the document.",q(e,t));if("?"==e[t]&&">"==e[t+1]){t++;break}continue}return t}function S(e,t){if(e.length>t+5&&"-"===e[t+1]&&"-"===e[t+2]){for(t+=3;t"===e[t+2]){t+=2;break}}else if(e.length>t+8&&"D"===e[t+1]&&"O"===e[t+2]&&"C"===e[t+3]&&"T"===e[t+4]&&"Y"===e[t+5]&&"P"===e[t+6]&&"E"===e[t+7]){let n=1;for(t+=8;t"===e[t]&&(n--,0===n))break}else if(e.length>t+9&&"["===e[t+1]&&"C"===e[t+2]&&"D"===e[t+3]&&"A"===e[t+4]&&"T"===e[t+5]&&"A"===e[t+6]&&"["===e[t+7])for(t+=8;t"===e[t+2]){t+=2;break}return t}N.validate=function(e,t){t=Object.assign({},O,t);const n=[];let r=!1,i=!1;"\ufeff"===e[0]&&(e=e.substr(1));for(let o=0;o"!==e[o]&&" "!==e[o]&&"\t"!==e[o]&&"\n"!==e[o]&&"\r"!==e[o];o++)u+=e[o];if(u=u.trim(),"/"===u[u.length-1]&&(u=u.substring(0,u.length-1),o--),!V(u)){let t;return t=0===u.trim().length?"Invalid space after '<'.":"Tag '"+u+"' is an invalid name.",M("InvalidTag",t,q(e,o))}const l=j(e,o);if(!1===l)return M("InvalidAttr","Attributes for '"+u+"' have open quote.",q(e,o));let c=l.value;if(o=l.index,"/"===c[c.length-1]){const n=o-c.length;c=c.substring(0,c.length-1);const i=D(c,t);if(!0!==i)return M(i.err.code,i.err.msg,q(e,n+i.err.line));r=!0}else if(a){if(!l.tagClosed)return M("InvalidTag","Closing tag '"+u+"' doesn't have proper closing.",q(e,o));if(c.trim().length>0)return M("InvalidTag","Closing tag '"+u+"' can't have attributes or invalid starting.",q(e,s));{const t=n.pop();if(u!==t.tagName){let n=q(e,t.tagStartPos);return M("InvalidTag","Expected closing tag '"+t.tagName+"' (opened in line "+n.line+", col "+n.col+") instead of closing tag '"+u+"'.",q(e,s))}0==n.length&&(i=!0)}}else{const a=D(c,t);if(!0!==a)return M(a.err.code,a.err.msg,q(e,o-c.length+a.err.line));if(!0===i)return M("InvalidXml","Multiple possible root nodes found.",q(e,o));-1!==t.unpairedTags.indexOf(u)||n.push({tagName:u,tagStartPos:s}),r=!0}for(o++;o0)||M("InvalidXml","Invalid '"+JSON.stringify(n.map((e=>e.tagName)),null,4).replace(/\r?\n/g,"")+"' found.",{line:1,col:1}):M("InvalidXml","Start tag expected.",1)};const R='"',k="'";function j(e,t){let n="",r="",i=!1;for(;t"===e[t]&&""===r){i=!0;break}n+=e[t]}return""===r&&{value:n,index:t,tagClosed:i}}const L=new RegExp("(\\s*)([^\\s=]+)(\\s*=)?(\\s*(['\"])(([\\s\\S])*?)\\5)?","g");function D(e,t){const n=C.getAllMatches(e,L),r={};for(let e=0;e!1,commentPropName:!1,unpairedTags:[],processEntities:!0,htmlEntities:!1,ignoreDeclaration:!1,ignorePiTags:!1,transformTagName:!1,transformAttributeName:!1,updateTag:function(e,t,n){return e}};U.buildOptions=function(e){return Object.assign({},H,e)},U.defaultOptions=H;const z=T;function G(e,t){let n="";for(;t0?this.child.push({[e.tagname]:e.child,":@":e[":@"]}):this.child.push({[e.tagname]:e.child})}},ie=function(e,t){const n={};if("O"!==e[t+3]||"C"!==e[t+4]||"T"!==e[t+5]||"Y"!==e[t+6]||"P"!==e[t+7]||"E"!==e[t+8])throw new Error("Invalid Tag instead of DOCTYPE");{t+=9;let r=1,i=!1,o=!1,s="";for(;t"===e[t]){if(o?"-"===e[t-1]&&"-"===e[t-2]&&(o=!1,r--):r--,0===r)break}else"["===e[t]?i=!0:s+=e[t];else{if(i&&W(e,t))t+=7,[entityName,val,t]=G(e,t+1),-1===val.indexOf("&")&&(n[J(entityName)]={regx:RegExp(`&${entityName};`,"g"),val});else if(i&&Y(e,t))t+=8;else if(i&&K(e,t))t+=8;else if(i&&Z(e,t))t+=9;else{if(!X)throw new Error("Invalid DOCTYPE");o=!0}r++,s=""}if(0!==r)throw new Error("Unclosed DOCTYPE")}return{entities:n,i:t}},oe=function(e,t={}){if(t=Object.assign({},te,t),!e||"string"!=typeof e)return e;let n=e.trim();if(void 0!==t.skipLike&&t.skipLike.test(n))return e;if(t.hex&&Q.test(n))return Number.parseInt(n,16);{const r=ee.exec(n);if(r){const i=r[1],o=r[2];let s=function(e){return e&&-1!==e.indexOf(".")&&("."===(e=e.replace(/0+$/,""))?e="0":"."===e[0]?e="0"+e:"."===e[e.length-1]&&(e=e.substr(0,e.length-1))),e}(r[3]);const a=r[4]||r[6];if(!t.leadingZeros&&o.length>0&&i&&"."!==n[2])return e;if(!t.leadingZeros&&o.length>0&&!i&&"."!==n[1])return e;{const r=Number(n),u=""+r;return-1!==u.search(/[eE]/)||a?t.eNotation?r:e:-1!==n.indexOf(".")?"0"===u&&""===s||u===s||i&&u==="-"+s?r:e:o?s===u||i+s===u?r:e:n===u||n===i+u?r:e}}return e}};function se(e){const t=Object.keys(e);for(let n=0;n0)){s||(e=this.replaceEntitiesValue(e));const r=this.options.tagValueProcessor(t,e,n,i,o);return null==r?e:typeof r!=typeof e||r!==e?r:this.options.trimValues||e.trim()===e?ve(e,this.options.parseTagValue,this.options.numberParseOptions):e}}function ue(e){if(this.options.removeNSPrefix){const t=e.split(":"),n="/"===e.charAt(0)?"/":"";if("xmlns"===t[0])return"";2===t.length&&(e=n+t[1])}return e}"<((!\\[CDATA\\[([\\s\\S]*?)(]]>))|((NAME:)?(NAME))([^>]*)>|((\\/)(NAME)\\s*>))([^<]*)".replace(/NAME/g,ne.nameRegexp);const le=new RegExp("([^\\s=]+)\\s*(=\\s*(['\"])([\\s\\S]*?)\\3)?","gm");function ce(e,t,n){if(!this.options.ignoreAttributes&&"string"==typeof e){const n=ne.getAllMatches(e,le),r=n.length,i={};for(let e=0;e",o,"Closing Tag is not closed.");let s=e.substring(o+2,t).trim();if(this.options.removeNSPrefix){const e=s.indexOf(":");-1!==e&&(s=s.substr(e+1))}this.options.transformTagName&&(s=this.options.transformTagName(s)),n&&(r=this.saveTextToParentTag(r,n,i));const a=i.substring(i.lastIndexOf(".")+1);if(s&&-1!==this.options.unpairedTags.indexOf(s))throw new Error(`Unpaired tag can not be used as closing tag: `);let u=0;a&&-1!==this.options.unpairedTags.indexOf(a)?(u=i.lastIndexOf(".",i.lastIndexOf(".")-1),this.tagsNodeStack.pop()):u=i.lastIndexOf("."),i=i.substring(0,u),n=this.tagsNodeStack.pop(),r="",o=t}else if("?"===e[o+1]){let t=ye(e,o,!1,"?>");if(!t)throw new Error("Pi Tag is not closed.");if(r=this.saveTextToParentTag(r,n,i),!(this.options.ignoreDeclaration&&"?xml"===t.tagName||this.options.ignorePiTags)){const e=new re(t.tagName);e.add(this.options.textNodeName,""),t.tagName!==t.tagExp&&t.attrExpPresent&&(e[":@"]=this.buildAttributesMap(t.tagExp,i,t.tagName)),this.addChild(n,e,i)}o=t.closeIndex+1}else if("!--"===e.substr(o+1,3)){const t=me(e,"--\x3e",o+4,"Comment is not closed.");if(this.options.commentPropName){const s=e.substring(o+4,t-2);r=this.saveTextToParentTag(r,n,i),n.add(this.options.commentPropName,[{[this.options.textNodeName]:s}])}o=t}else if("!D"===e.substr(o+1,2)){const t=ie(e,o);this.docTypeEntities=t.entities,o=t.i}else if("!["===e.substr(o+1,2)){const t=me(e,"]]>",o,"CDATA is not closed.")-2,s=e.substring(o+9,t);if(r=this.saveTextToParentTag(r,n,i),this.options.cdataPropName)n.add(this.options.cdataPropName,[{[this.options.textNodeName]:s}]);else{let e=this.parseTextData(s,n.tagname,i,!0,!1,!0);null==e&&(e=""),n.add(this.options.textNodeName,e)}o=t+2}else{let s=ye(e,o,this.options.removeNSPrefix),a=s.tagName;const u=s.rawTagName;let l=s.tagExp,c=s.attrExpPresent,d=s.closeIndex;this.options.transformTagName&&(a=this.options.transformTagName(a)),n&&r&&"!xml"!==n.tagname&&(r=this.saveTextToParentTag(r,n,i,!1));const f=n;if(f&&-1!==this.options.unpairedTags.indexOf(f.tagname)&&(n=this.tagsNodeStack.pop(),i=i.substring(0,i.lastIndexOf("."))),a!==t.tagname&&(i+=i?"."+a:a),this.isItStopNode(this.options.stopNodes,i,a)){let t="";if(l.length>0&&l.lastIndexOf("/")===l.length-1)o=s.closeIndex;else if(-1!==this.options.unpairedTags.indexOf(a))o=s.closeIndex;else{const n=this.readStopNodeData(e,u,d+1);if(!n)throw new Error(`Unexpected end of ${u}`);o=n.i,t=n.tagContent}const r=new re(a);a!==l&&c&&(r[":@"]=this.buildAttributesMap(l,i,a)),t&&(t=this.parseTextData(t,a,i,!0,c,!0,!0)),i=i.substr(0,i.lastIndexOf(".")),r.add(this.options.textNodeName,t),this.addChild(n,r,i)}else{if(l.length>0&&l.lastIndexOf("/")===l.length-1){"/"===a[a.length-1]?(a=a.substr(0,a.length-1),i=i.substr(0,i.length-1),l=a):l=l.substr(0,l.length-1),this.options.transformTagName&&(a=this.options.transformTagName(a));const e=new re(a);a!==l&&c&&(e[":@"]=this.buildAttributesMap(l,i,a)),this.addChild(n,e,i),i=i.substr(0,i.lastIndexOf("."))}else{const e=new re(a);this.tagsNodeStack.push(n),a!==l&&c&&(e[":@"]=this.buildAttributesMap(l,i,a)),this.addChild(n,e,i),n=e}r="",o=d}}else r+=e[o];return t.child};function fe(e,t,n){const r=this.options.updateTag(t.tagname,n,t[":@"]);!1===r||("string"==typeof r&&(t.tagname=r),e.addChild(t))}const he=function(e){if(this.options.processEntities){for(let t in this.docTypeEntities){const n=this.docTypeEntities[t];e=e.replace(n.regx,n.val)}for(let t in this.lastEntities){const n=this.lastEntities[t];e=e.replace(n.regex,n.val)}if(this.options.htmlEntities)for(let t in this.htmlEntities){const n=this.htmlEntities[t];e=e.replace(n.regex,n.val)}e=e.replace(this.ampEntity.regex,this.ampEntity.val)}return e};function pe(e,t,n,r){return e&&(void 0===r&&(r=0===Object.keys(t.child).length),void 0!==(e=this.parseTextData(e,t.tagname,n,!1,!!t[":@"]&&0!==Object.keys(t[":@"]).length,r))&&""!==e&&t.add(this.options.textNodeName,e),e=""),e}function ge(e,t,n){const r="*."+n;for(const n in e){const i=e[n];if(r===i||t===i)return!0}return!1}function me(e,t,n,r){const i=e.indexOf(t,n);if(-1===i)throw new Error(r);return i+t.length-1}function ye(e,t,n,r=">"){const i=function(e,t,n=">"){let r,i="";for(let o=t;o",n,`${t} is not closed`);if(e.substring(n+2,o).trim()===t&&(i--,0===i))return{tagContent:e.substring(r,n),i:o};n=o}else if("?"===e[n+1])n=me(e,"?>",n+1,"StopNode is not closed.");else if("!--"===e.substr(n+1,3))n=me(e,"--\x3e",n+3,"StopNode is not closed.");else if("!["===e.substr(n+1,2))n=me(e,"]]>",n,"StopNode is not closed.")-2;else{const r=ye(e,n,">");r&&((r&&r.tagName)===t&&"/"!==r.tagExp[r.tagExp.length-1]&&i++,n=r.closeIndex)}}function ve(e,t,n){if(t&&"string"==typeof e){const t=e.trim();return"true"===t||"false"!==t&&oe(e,n)}return ne.isExist(e)?e:""}var be={};function _e(e,t,n){let r;const i={};for(let o=0;o0&&(i[t.textNodeName]=r):void 0!==r&&(i[t.textNodeName]=r),i}function xe(e){const t=Object.keys(e);for(let e=0;e"},lt:{regex:/&(lt|#60|#x3C);/g,val:"<"},quot:{regex:/&(quot|#34|#x22);/g,val:'"'}},this.ampEntity={regex:/&(amp|#38|#x26);/g,val:"&"},this.htmlEntities={space:{regex:/&(nbsp|#160);/g,val:" "},cent:{regex:/&(cent|#162);/g,val:"¢"},pound:{regex:/&(pound|#163);/g,val:"£"},yen:{regex:/&(yen|#165);/g,val:"¥"},euro:{regex:/&(euro|#8364);/g,val:"€"},copyright:{regex:/&(copy|#169);/g,val:"©"},reg:{regex:/&(reg|#174);/g,val:"®"},inr:{regex:/&(inr|#8377);/g,val:"₹"}},this.addExternalEntities=se,this.parseXml=de,this.parseTextData=ae,this.resolveNameSpace=ue,this.buildAttributesMap=ce,this.isItStopNode=ge,this.replaceEntitiesValue=he,this.readStopNodeData=we,this.saveTextToParentTag=pe,this.addChild=fe}},{prettify:Ce}=be,Oe=N;function Pe(e,t,n,r){let i="",o=!1;for(let s=0;s`,o=!1;continue}if(u===t.commentPropName){i+=r+`\x3c!--${a[u][0][t.textNodeName]}--\x3e`,o=!0;continue}if("?"===u[0]){const e=Se(a[":@"],t),n="?xml"===u?"":r;let s=a[u][0][t.textNodeName];s=0!==s.length?" "+s:"",i+=n+`<${u}${s}${e}?>`,o=!0;continue}let c=r;""!==c&&(c+=t.indentBy);const d=r+`<${u}${Se(a[":@"],t)}`,f=Pe(a[u],t,l,c);-1!==t.unpairedTags.indexOf(u)?t.suppressUnpairedNode?i+=d+">":i+=d+"/>":f&&0!==f.length||!t.suppressEmptyNode?f&&f.endsWith(">")?i+=d+`>${f}${r}`:(i+=d+">",f&&""!==r&&(f.includes("/>")||f.includes("`):i+=d+"/>",o=!0}return i}function Ie(e){const t=Object.keys(e);for(let n=0;n0&&t.processEntities)for(let n=0;n0&&(n="\n"),Pe(e,t,"",n)},Le={attributeNamePrefix:"@_",attributesGroupName:!1,textNodeName:"#text",ignoreAttributes:!0,cdataPropName:!1,format:!1,indentBy:" ",suppressEmptyNode:!1,suppressUnpairedNode:!0,suppressBooleanAttributes:!0,tagValueProcessor:function(e,t){return t},attributeValueProcessor:function(e,t){return t},preserveOrder:!1,commentPropName:!1,unpairedTags:[],entities:[{regex:new RegExp("&","g"),val:"&"},{regex:new RegExp(">","g"),val:">"},{regex:new RegExp("<","g"),val:"<"},{regex:new RegExp("'","g"),val:"'"},{regex:new RegExp('"',"g"),val:"""}],processEntities:!0,stopNodes:[],oneListGroup:!1};function De(e){this.options=Object.assign({},Le,e),this.options.ignoreAttributes||this.options.attributesGroupName?this.isAttribute=function(){return!1}:(this.attrPrefixLen=this.options.attributeNamePrefix.length,this.isAttribute=Fe),this.processTextOrObjNode=$e,this.options.format?(this.indentate=Me,this.tagEndChar=">\n",this.newLine="\n"):(this.indentate=function(){return""},this.tagEndChar=">",this.newLine="")}function $e(e,t,n){const r=this.j2x(e,n+1);return void 0!==e[this.options.textNodeName]&&1===Object.keys(e).length?this.buildTextValNode(e[this.options.textNodeName],t,r.attrStr,n):this.buildObjectNode(r.val,t,r.attrStr,n)}function Me(e){return this.options.indentBy.repeat(e)}function Fe(e){return!(!e.startsWith(this.options.attributeNamePrefix)||e===this.options.textNodeName)&&e.substr(this.attrPrefixLen)}De.prototype.build=function(e){return this.options.preserveOrder?je(e,this.options):(Array.isArray(e)&&this.options.arrayNodeName&&this.options.arrayNodeName.length>1&&(e={[this.options.arrayNodeName]:e}),this.j2x(e,0).val)},De.prototype.j2x=function(e,t){let n="",r="";for(let i in e)if(Object.prototype.hasOwnProperty.call(e,i))if(typeof e[i]>"u")this.isAttribute(i)&&(r+="");else if(null===e[i])this.isAttribute(i)?r+="":"?"===i[0]?r+=this.indentate(t)+"<"+i+"?"+this.tagEndChar:r+=this.indentate(t)+"<"+i+"/"+this.tagEndChar;else if(e[i]instanceof Date)r+=this.buildTextValNode(e[i],i,"",t);else if("object"!=typeof e[i]){const o=this.isAttribute(i);if(o)n+=this.buildAttrPairStr(o,""+e[i]);else if(i===this.options.textNodeName){let t=this.options.tagValueProcessor(i,""+e[i]);r+=this.replaceEntitiesValue(t)}else r+=this.buildTextValNode(e[i],i,"",t)}else if(Array.isArray(e[i])){const n=e[i].length;let o="";for(let s=0;s"u"||(null===n?"?"===i[0]?r+=this.indentate(t)+"<"+i+"?"+this.tagEndChar:r+=this.indentate(t)+"<"+i+"/"+this.tagEndChar:"object"==typeof n?this.options.oneListGroup?o+=this.j2x(n,t+1).val:o+=this.processTextOrObjNode(n,i,t):o+=this.buildTextValNode(n,i,"",t))}this.options.oneListGroup&&(o=this.buildObjectNode(o,i,"",t)),r+=o}else if(this.options.attributesGroupName&&i===this.options.attributesGroupName){const t=Object.keys(e[i]),r=t.length;for(let o=0;o"+e+i}},De.prototype.closeTag=function(e){let t="";return-1!==this.options.unpairedTags.indexOf(e)?this.options.suppressUnpairedNode||(t="/"):t=this.options.suppressEmptyNode?"/":`>`+this.newLine;if(!1!==this.options.commentPropName&&t===this.options.commentPropName)return this.indentate(r)+`\x3c!--${e}--\x3e`+this.newLine;if("?"===t[0])return this.indentate(r)+"<"+t+n+"?"+this.tagEndChar;{let i=this.options.tagValueProcessor(t,e);return i=this.replaceEntitiesValue(i),""===i?this.indentate(r)+"<"+t+n+this.closeTag(t)+this.tagEndChar:this.indentate(r)+"<"+t+n+">"+i+"0&&this.options.processEntities)for(let t=0;t1&&void 0!==arguments[1]&&arguments[1];const n=document.createElement("li");return n.classList.add("files-list__system-tag"),n.textContent=e,t&&n.classList.add("files-list__system-tag--more"),n},rt=new class{_action;constructor(e){this.validateAction(e),this._action=e}get id(){return this._action.id}get displayName(){return this._action.displayName}get title(){return this._action.title}get iconSvgInline(){return this._action.iconSvgInline}get enabled(){return this._action.enabled}get exec(){return this._action.exec}get execBatch(){return this._action.execBatch}get order(){return this._action.order}get parent(){return this._action.parent}get default(){return this._action.default}get inline(){return this._action.inline}get renderInline(){return this._action.renderInline}validateAction(e){if(!e.id||"string"!=typeof e.id)throw new Error("Invalid id");if(!e.displayName||"function"!=typeof e.displayName)throw new Error("Invalid displayName function");if("title"in e&&"function"!=typeof e.title)throw new Error("Invalid title function");if(!e.iconSvgInline||"function"!=typeof e.iconSvgInline)throw new Error("Invalid iconSvgInline function");if(!e.exec||"function"!=typeof e.exec)throw new Error("Invalid exec function");if("enabled"in e&&"function"!=typeof e.enabled)throw new Error("Invalid enabled function");if("execBatch"in e&&"function"!=typeof e.execBatch)throw new Error("Invalid execBatch function");if("order"in e&&"number"!=typeof e.order)throw new Error("Invalid order");if("parent"in e&&"string"!=typeof e.parent)throw new Error("Invalid parent");if(e.default&&!Object.values(f).includes(e.default))throw new Error("Invalid default");if("inline"in e&&"function"!=typeof e.inline)throw new Error("Invalid inline function");if("renderInline"in e&&"function"!=typeof e.renderInline)throw new Error("Invalid renderInline function")}}({id:"system-tags",displayName:()=>"",iconSvgInline:()=>"",enabled(e){if(1!==e.length)return!1;const t=e[0];return 0!==tt(t).length},exec:async()=>null,async renderInline(e){const t=tt(e);if(0===t.length)return null;const n=document.createElement("ul");if(n.classList.add("files-list__system-tags"),1===t.length)n.setAttribute("aria-label",(0,o.Iu)("files","This file has the tag {tag}",{tag:t[0]}));else{const e=t.slice(0,-1).join(", "),r=t[t.length-1];n.setAttribute("aria-label",(0,o.Iu)("files","This file has the tags {firstTags} and {lastTag}",{firstTags:e,lastTag:r}))}if(n.append(nt(t[0])),t.length>1){const e=nt("+"+(t.length-1),!0);e.setAttribute("title",t.slice(1).join(", ")),n.append(e)}return n},order:0});!function(e,t={nc:"http://nextcloud.org/ns"}){typeof window._nc_dav_properties>"u"&&(window._nc_dav_properties=[...p],window._nc_dav_namespaces={...g});const n={...window._nc_dav_namespaces,...t};window._nc_dav_properties.find((t=>t===e))?c.error(`${e} already registered`,{prop:e}):e.startsWith("<")||2!==e.split(":").length?c.error(`${e} is not valid. See example: 'oc:fileid'`,{prop:e}):n[e.split(":")[0]]?(window._nc_dav_properties.push(e),window._nc_dav_namespaces=n):c.error(`${e} namespace unknown`,{prop:e,namespaces:n})}("nc:system-tags"),function(e){typeof window._nc_fileactions>"u"&&(window._nc_fileactions=[],c.debug("FileActions initialized")),window._nc_fileactions.find((t=>t.id===e.id))?c.error(`FileAction ${e.id} already registered`,{action:e}):window._nc_fileactions.push(e)}(rt),n(93664);const it=(0,u.generateRemoteUrl)("dav"),ot=(0,l.eI)(it,{headers:{requesttoken:(0,r.IH)()??""}});var st=n(36906);const at=(0,i.IY)().setApp("systemtags").detectUser().build();var ut=n(8501),lt=n(79267);const ct="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?self:"undefined"!=typeof window?window:globalThis,dt=ct.fetch.bind(ct);ct.Headers,ct.Request,ct.Response;const ft="@@HOTPATCHER",ht=()=>{};function pt(e){return{original:e,methods:[e],final:!1}}class gt{constructor(){this._configuration={registry:{},getEmptyAction:"null"},this.__type__=ft}get configuration(){return this._configuration}get getEmptyAction(){return this.configuration.getEmptyAction}set getEmptyAction(e){this.configuration.getEmptyAction=e}control(e,t=!1){if(!e||e.__type__!==ft)throw new Error("Failed taking control of target HotPatcher instance: Invalid type or object");return Object.keys(e.configuration.registry).forEach((n=>{this.configuration.registry.hasOwnProperty(n)?t&&(this.configuration.registry[n]=Object.assign({},e.configuration.registry[n])):this.configuration.registry[n]=Object.assign({},e.configuration.registry[n])})),e._configuration=this.configuration,this}execute(e,...t){return(this.get(e)||ht)(...t)}get(e){const t=this.configuration.registry[e];if(!t)switch(this.getEmptyAction){case"null":return null;case"throw":throw new Error(`Failed handling method request: No method provided for override: ${e}`);default:throw new Error(`Failed handling request which resulted in an empty method: Invalid empty-action specified: ${this.getEmptyAction}`)}return function(...e){if(0===e.length)throw new Error("Failed creating sequence: No functions provided");return function(...t){let n=t;const r=this;for(;e.length>0;)n=[e.shift().apply(r,n)];return n[0]}}(...t.methods)}isPatched(e){return!!this.configuration.registry[e]}patch(e,t,n={}){const{chain:r=!1}=n;if(this.configuration.registry[e]&&this.configuration.registry[e].final)throw new Error(`Failed patching '${e}': Method marked as being final`);if("function"!=typeof t)throw new Error(`Failed patching '${e}': Provided method is not a function`);if(r)this.configuration.registry[e]?this.configuration.registry[e].methods.push(t):this.configuration.registry[e]=pt(t);else if(this.isPatched(e)){const{original:n}=this.configuration.registry[e];this.configuration.registry[e]=Object.assign(pt(t),{original:n})}else this.configuration.registry[e]=pt(t);return this}patchInline(e,t,...n){return this.isPatched(e)||this.patch(e,t),this.execute(e,...n)}plugin(e,...t){return t.forEach((t=>{this.patch(e,t,{chain:!0})})),this}restore(e){if(!this.isPatched(e))throw new Error(`Failed restoring method: No method present for key: ${e}`);if("function"!=typeof this.configuration.registry[e].original)throw new Error(`Failed restoring method: Original method not found or of invalid type for key: ${e}`);return this.configuration.registry[e].methods=[this.configuration.registry[e].original],this}setFinal(e){if(!this.configuration.registry.hasOwnProperty(e))throw new Error(`Failed marking '${e}' as final: No method found for key`);return this.configuration.registry[e].final=!0,this}}let mt=null;var yt=n(62639),wt=n(2568);const vt="abcdef0123456789";function bt(e,t){const n=e.url.replace("//",""),r=-1==n.indexOf("/")?"/":n.slice(n.indexOf("/")),i=e.method?e.method.toUpperCase():"GET",o=!!/(^|,)\s*auth\s*($|,)/.test(t.qop)&&"auth",s=`00000000${t.nc}`.slice(-8),a=function(e,t,n,r,i,o,s){const a=s||wt(`${t}:${n}:${r}`);return e&&"md5-sess"===e.toLowerCase()?wt(`${a}:${i}:${o}`):a}(t.algorithm,t.username,t.realm,t.password,t.nonce,t.cnonce,t.ha1),u=wt(`${i}:${r}`),l=wt(o?`${a}:${t.nonce}:${s}:${t.cnonce}:${o}:${u}`:`${a}:${t.nonce}:${u}`),c={username:t.username,realm:t.realm,nonce:t.nonce,uri:r,qop:o,response:l,nc:s,cnonce:t.cnonce,algorithm:t.algorithm,opaque:t.opaque},d=[];for(const e in c)c[e]&&("qop"===e||"nc"===e||"algorithm"===e?d.push(`${e}=${c[e]}`):d.push(`${e}="${c[e]}"`));return`Digest ${d.join(", ")}`}function _t(e){return function(e){if("object"!=typeof e||null===e||"[object Object]"!=Object.prototype.toString.call(e))return!1;if(null===Object.getPrototypeOf(e))return!0;let t=e;for(;null!==Object.getPrototypeOf(t);)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(e)===t}(e)?Object.assign({},e):Object.setPrototypeOf(Object.assign({},e),Object.getPrototypeOf(e))}function xt(...e){let t=null,n=[...e];for(;n.length>0;){const e=n.shift();t=t?At(t,e):_t(e)}return t}function At(e,t){const n=_t(e);return Object.keys(t).forEach((e=>{n.hasOwnProperty(e)?Array.isArray(t[e])?n[e]=Array.isArray(n[e])?[...n[e],...t[e]]:[...t[e]]:"object"==typeof t[e]&&t[e]?n[e]="object"==typeof n[e]&&n[e]?At(n[e],t[e]):_t(t[e]):n[e]=t[e]:n[e]=t[e]})),n}function Et(...e){if(0===e.length)return{};const t={};return e.reduce(((e,n)=>(Object.keys(n).forEach((r=>{const i=r.toLowerCase();t.hasOwnProperty(i)?e[t[i]]=n[r]:(t[i]=r,e[r]=n[r])})),e)),{})}var Nt=n(42830);const Tt="function"==typeof ArrayBuffer,{toString:Ct}=Object.prototype;function Ot(e){const t=(mt||(mt=new gt),mt);return t.patchInline("request",(e=>t.patchInline("fetch",dt,e.url,function(e){let t={};const n={method:e.method};if(e.headers&&(t=Et(t,e.headers)),void 0!==e.data){const[r,i]=function(e){if(!(0,yt.$)()&&e instanceof Nt.Readable)return[e,{}];if("string"==typeof e)return[e,{}];if(null!=(t=e)&&null!=t.constructor&&"function"==typeof t.constructor.isBuffer&&t.constructor.isBuffer(t))return[e,{}];if(function(e){return Tt&&(e instanceof ArrayBuffer||"[object ArrayBuffer]"===Ct.call(e))}(e))return[e,{}];if(e&&"object"==typeof e)return[JSON.stringify(e),{"content-type":"application/json"}];var t;throw new Error("Unable to convert request body: Unexpected body type: "+typeof e)}(e.data);n.body=r,t=Et(t,i)}return e.signal&&(n.signal=e.signal),e.withCredentials&&(n.credentials="include"),(0,yt.$)()||(e.httpAgent||e.httpsAgent)&&(n.agent=t=>"http:"===t.protocol?e.httpAgent||new ut.Agent:e.httpsAgent||new lt.Agent),n.headers=t,n}(e))),e)}const Pt=`/files/${(0,r.ts)()?.uid}`,It=(0,u.generateRemoteUrl)("dav"+Pt),St=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:It;const t=(0,l.eI)(e,{headers:{requesttoken:(0,r.IH)()||""}});return(0,l.lD)().patch("request",(e=>(e.headers?.method&&(e.method=e.headers.method,delete e.headers.method),async function(e){if(!e._digest)return Ot(e);const t=e._digest;delete e._digest,t.hasDigestAuth&&(e=xt(e,{headers:{Authorization:bt(e,t)}}));const n=await Ot(e);if(401==n.status){if(t.hasDigestAuth=function(e,t){const n=e.headers&&e.headers.get("www-authenticate")||"";if("digest"!==n.split(/\s/)[0].toLowerCase())return!1;const r=/([a-z0-9_-]+)=(?:"([^"]+)"|([a-z0-9_-]+))/gi;for(;;){const e=r.exec(n);if(!e)break;t[e[1]]=e[2]||e[3]}return t.nc+=1,t.cnonce=function(){let e="";for(let t=0;t<32;++t)e=`${e}${vt[Math.floor(16*Math.random())]}`;return e}(),!0}(n,t),t.hasDigestAuth){e=xt(e,{headers:{Authorization:bt(e,t)}});const n=await Ot(e);return 401==n.status?t.hasDigestAuth=!1:t.nc++,n}}else t.nc++;return n}(e)))),t};n(3443),(0,i.IY)().setApp("files").detectUser().build(),St();const Rt=function(e){const t=e.props,n=function(e=""){let t=h.NONE;return e&&((e.includes("C")||e.includes("K"))&&(t|=h.CREATE),e.includes("G")&&(t|=h.READ),(e.includes("W")||e.includes("N")||e.includes("V"))&&(t|=h.UPDATE),e.includes("D")&&(t|=h.DELETE),e.includes("R")&&(t|=h.SHARE)),t}(t?.permissions),i=t["owner-id"]||(0,r.ts)()?.uid,o=(0,u.generateRemoteUrl)("dav"+Pt+e.filename),s=t?.fileid<0?o.split("").reduce((function(e,t){return(e=(e<<5)-e+t.charCodeAt(0))&e}),0):t?.fileid||0,a={id:s,source:o,mtime:new Date(e.lastmod),mime:e.mime,size:t?.size||0,permissions:n,owner:i,root:Pt,attributes:{...e,...t,hasPreview:t?.["has-preview"],failed:t?.fileid<0}};return delete a.attributes.props,"file"===e.type?new _(a):new x(a)},kt=e=>`\n"u"&&(window._nc_dav_namespaces={...g}),Object.keys(window._nc_dav_namespaces).map((e=>`xmlns:${e}="${window._nc_dav_namespaces?.[e]}"`)).join(" ")}>\n\t\n\t\t${typeof window._nc_dav_properties>"u"&&(window._nc_dav_properties=[...p]),window._nc_dav_properties.map((e=>`<${e} />`)).join(" ")}\n\t\n \n ${e}\n \n`,jt=function(e){return new x({id:e.id,source:(0,u.generateRemoteUrl)("dav/systemtags/"+e.id),owner:(0,r.ts)()?.uid,root:"/systemtags",permissions:h.READ,attributes:{...e,"is-tag":!0}})};(typeof window._nc_navigation>"u"&&(window._nc_navigation=new class{_views=[];_currentView=null;register(e){if(this._views.find((t=>t.id===e.id)))throw new Error(`View id ${e.id} is already registered`);this._views.push(e)}remove(e){const t=this._views.findIndex((t=>t.id===e));-1!==t&&this._views.splice(t,1)}get views(){return this._views}setActive(e){this._currentView=e}get active(){return this._currentView}},c.debug("Navigation service initialized")),window._nc_navigation).register(new class{_view;constructor(e){(function(e){if(!e.id||"string"!=typeof e.id)throw new Error("View id is required and must be a string");if(!e.name||"string"!=typeof e.name)throw new Error("View name is required and must be a string");if(e.columns&&e.columns.length>0&&(!e.caption||"string"!=typeof e.caption))throw new Error("View caption is required for top-level views and must be a string");if(!e.getContents||"function"!=typeof e.getContents)throw new Error("View getContents is required and must be a function");if(!e.icon||"string"!=typeof e.icon||!function(e){if("string"!=typeof e)throw new TypeError(`Expected a \`string\`, got \`${typeof e}\``);if(0===(e=e.trim()).length||!0!==Ve.XMLValidator.validate(e))return!1;let t;const n=new Ve.XMLParser;try{t=n.parse(e)}catch{return!1}return!(!t||!("svg"in t))}(e.icon))throw new Error("View icon is required and must be a valid svg string");if(!("order"in e)||"number"!=typeof e.order)throw new Error("View order is required and must be a number");if(e.columns&&e.columns.forEach((e=>{if(!(e instanceof A))throw new Error("View columns must be an array of Column. Invalid column found")})),e.emptyView&&"function"!=typeof e.emptyView)throw new Error("View emptyView must be a function");if(e.parent&&"string"!=typeof e.parent)throw new Error("View parent must be a string");if("sticky"in e&&"boolean"!=typeof e.sticky)throw new Error("View sticky must be a boolean");if("expanded"in e&&"boolean"!=typeof e.expanded)throw new Error("View expanded must be a boolean");if(e.defaultSortKey&&"string"!=typeof e.defaultSortKey)throw new Error("View defaultSortKey must be a string")})(e),this._view=e}get id(){return this._view.id}get name(){return this._view.name}get caption(){return this._view.caption}get emptyTitle(){return this._view.emptyTitle}get emptyCaption(){return this._view.emptyCaption}get getContents(){return this._view.getContents}get icon(){return this._view.icon}set icon(e){this._view.icon=e}get order(){return this._view.order}set order(e){this._view.order=e}get params(){return this._view.params}set params(e){this._view.params=e}get columns(){return this._view.columns}get emptyView(){return this._view.emptyView}get parent(){return this._view.parent}get sticky(){return this._view.sticky}get expanded(){return this._view.expanded}set expanded(e){this._view.expanded=e}get defaultSortKey(){return this._view.defaultSortKey}}({id:"tags",name:(0,o.Iu)("systemtags","Tags"),caption:(0,o.Iu)("systemtags","List of tags and their associated files and folders."),emptyTitle:(0,o.Iu)("systemtags","No tags found"),emptyCaption:(0,o.Iu)("systemtags","Tags you have created will show up here."),icon:'',order:25,getContents:async function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"/";const t=(await(async()=>{try{const{data:e}=await ot.getDirectoryContents("/systemtags",{data:'\n\n\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\n',details:!0,glob:"/systemtags/*"});return(e=>e.map((e=>{let{props:t}=e;return Object.fromEntries(Object.entries(t).map((e=>{let[t,n]=e;return[(0,st.Z)(t),"displayName"===(0,st.Z)(t)?String(n):n]})))})))(e)}catch(e){throw at.error((0,o.Iu)("systemtags","Failed to load tags"),{error:e}),new Error((0,o.Iu)("systemtags","Failed to load tags"))}})()).filter((e=>e.userVisible));if("/"===e)return{folder:new x({id:0,source:(0,u.generateRemoteUrl)("dav/systemtags"),owner:(0,r.ts)()?.uid,root:"/systemtags",permissions:h.NONE}),contents:t.map(jt)};const n=parseInt(e.replace("/",""),10),i=t.find((e=>e.id===n));if(!i)throw new Error("Tag not found");return{folder:jt(i),contents:(await St().getDirectoryContents("/",{details:!0,data:kt(n),headers:{method:"REPORT"}})).data.map(Rt)}}}))},50584:e=>{e.exports={100:"Continue",101:"Switching Protocols",102:"Processing",200:"OK",201:"Created",202:"Accepted",203:"Non-Authoritative Information",204:"No Content",205:"Reset Content",206:"Partial Content",207:"Multi-Status",208:"Already Reported",226:"IM Used",300:"Multiple Choices",301:"Moved Permanently",302:"Found",303:"See Other",304:"Not Modified",305:"Use Proxy",307:"Temporary Redirect",308:"Permanent Redirect",400:"Bad Request",401:"Unauthorized",402:"Payment Required",403:"Forbidden",404:"Not Found",405:"Method Not Allowed",406:"Not Acceptable",407:"Proxy Authentication Required",408:"Request Timeout",409:"Conflict",410:"Gone",411:"Length Required",412:"Precondition Failed",413:"Payload Too Large",414:"URI Too Long",415:"Unsupported Media Type",416:"Range Not Satisfiable",417:"Expectation Failed",418:"I'm a teapot",421:"Misdirected Request",422:"Unprocessable Entity",423:"Locked",424:"Failed Dependency",425:"Unordered Collection",426:"Upgrade Required",428:"Precondition Required",429:"Too Many Requests",431:"Request Header Fields Too Large",451:"Unavailable For Legal Reasons",500:"Internal Server Error",501:"Not Implemented",502:"Bad Gateway",503:"Service Unavailable",504:"Gateway Timeout",505:"HTTP Version Not Supported",506:"Variant Also Negotiates",507:"Insufficient Storage",508:"Loop Detected",509:"Bandwidth Limit Exceeded",510:"Not Extended",511:"Network Authentication Required"}},3443:function(e,t,n){var r,i,o=n(25108);function s(e){return s="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},s(e)}"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self&&self,r=function(e){"use strict";function t(e,n){return t=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},t(e,n)}function n(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,i=r(e);if(t){var o=r(this).constructor;n=Reflect.construct(i,arguments,o)}else n=i.apply(this,arguments);return function(e,t){if(t&&("object"===s(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}(this,n)}}function r(e){return r=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},r(e)}function i(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!n){if(Array.isArray(e)||(n=function(e,t){if(e){if("string"==typeof e)return a(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?a(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){n&&(e=n);var r=0,i=function(){};return{s:i,n:function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:i}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,s=!0,u=!1;return{s:function(){n=n.call(e)},n:function(){var e=n.next();return s=e.done,e},e:function(e){u=!0,o=e},f:function(){try{s||null==n.return||n.return()}finally{if(u)throw o}}}}function a(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n{"use strict";n.d(t,{Z:()=>a});var r=n(87537),i=n.n(r),o=n(23645),s=n.n(o)()(i());s.push([e.id,".files-list__system-tags{--min-size: 32px;display:none;justify-content:center;align-items:center;min-width:calc(var(--min-size)*2);max-width:300px}.files-list__system-tag{padding:5px 10px;border:1px solid;border-radius:var(--border-radius-pill);border-color:var(--color-border);color:var(--color-text-maxcontrast);height:var(--min-size);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:22px;text-align:center}.files-list__system-tag--more{overflow:visible;text-overflow:initial}.files-list__system-tag+.files-list__system-tag{margin-left:5px}@media(min-width: 512px){.files-list__system-tags{display:flex}}","",{version:3,sources:["webpack://./apps/systemtags/src/css/fileEntryInlineSystemTags.scss"],names:[],mappings:"AAsBA,yBACC,gBAAA,CACA,YAAA,CACA,sBAAA,CACA,kBAAA,CACA,iCAAA,CACA,eAAA,CAGD,wBACC,gBAAA,CACA,gBAAA,CACA,uCAAA,CACA,gCAAA,CACA,mCAAA,CACA,sBAAA,CACA,kBAAA,CACA,eAAA,CACA,sBAAA,CACA,gBAAA,CACA,iBAAA,CAEA,8BACC,gBAAA,CACA,qBAAA,CAID,gDACC,eAAA,CAIF,yBACC,yBACC,YAAA,CAAA",sourcesContent:["/**\n * @copyright Copyright (c) 2023 Lucas Azevedo \n *\n * @author Lucas Azevedo \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\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\n.files-list__system-tags {\n\t--min-size: 32px;\n\tdisplay: none;\n\tjustify-content: center;\n\talign-items: center;\n\tmin-width: calc(var(--min-size) * 2);\n\tmax-width: 300px;\n}\n\n.files-list__system-tag {\n\tpadding: 5px 10px;\n\tborder: 1px solid;\n\tborder-radius: var(--border-radius-pill);\n\tborder-color: var(--color-border);\n\tcolor: var(--color-text-maxcontrast);\n\theight: var(--min-size);\n\twhite-space: nowrap;\n\toverflow: hidden;\n\ttext-overflow: ellipsis;\n\tline-height: 22px; // min-size - 2 * 5px padding\n\ttext-align: center;\n\n\t&--more {\n\t\toverflow: visible;\n\t\ttext-overflow: initial;\n\t}\n\n\t// Proper spacing if multiple shown\n\t& + .files-list__system-tag {\n\t\tmargin-left: 5px;\n\t}\n}\n\n@media (min-width: 512px) {\n\t.files-list__system-tags {\n\t\tdisplay: flex;\n\t}\n}\n"],sourceRoot:""}]);const a=s},79267:(e,t,n)=>{var r=n(8501),i=n(8575),o=e.exports;for(var s in r)r.hasOwnProperty(s)&&(o[s]=r[s]);function a(e){if("string"==typeof e&&(e=i.parse(e)),e.protocol||(e.protocol="https:"),"https:"!==e.protocol)throw new Error('Protocol "'+e.protocol+'" not supported. Expected "https:"');return e}o.request=function(e,t){return e=a(e),r.request.call(this,e,t)},o.get=function(e,t){return e=a(e),r.get.call(this,e,t)}},88473:(e,t,n)=>{(t=e.exports=n(79481)).Stream=t,t.Readable=t,t.Writable=n(64229),t.Duplex=n(56753),t.Transform=n(74605),t.PassThrough=n(82725),t.finished=n(8610),t.pipeline=n(59946)},8501:(e,t,n)=>{var r=n(11989),i=n(55676),o=n(47529),s=n(50584),a=n(8575),u=t;u.request=function(e,t){e="string"==typeof e?a.parse(e):o(e);var i=-1===n.g.location.protocol.search(/^https?:$/)?"http:":"",s=e.protocol||i,u=e.hostname||e.host,l=e.port,c=e.path||"/";u&&-1!==u.indexOf(":")&&(u="["+u+"]"),e.url=(u?s+"//"+u:"")+(l?":"+l:"")+c,e.method=(e.method||"GET").toUpperCase(),e.headers=e.headers||{};var d=new r(e);return t&&d.on("response",t),d},u.get=function(e,t){var n=u.request(e,t);return n.end(),n},u.ClientRequest=r,u.IncomingMessage=i.IncomingMessage,u.Agent=function(){},u.Agent.defaultMaxSockets=4,u.globalAgent=new u.Agent,u.STATUS_CODES=s,u.METHODS=["CHECKOUT","CONNECT","COPY","DELETE","GET","HEAD","LOCK","M-SEARCH","MERGE","MKACTIVITY","MKCOL","MOVE","NOTIFY","OPTIONS","PATCH","POST","PROPFIND","PROPPATCH","PURGE","PUT","REPORT","SEARCH","SUBSCRIBE","TRACE","UNLOCK","UNSUBSCRIBE"]},8725:(e,t,n)=>{var r;function i(){if(void 0!==r)return r;if(n.g.XMLHttpRequest){r=new n.g.XMLHttpRequest;try{r.open("GET",n.g.XDomainRequest?"/":"https://example.com")}catch(e){r=null}}else r=null;return r}function o(e){var t=i();if(!t)return!1;try{return t.responseType=e,t.responseType===e}catch(e){}return!1}function s(e){return"function"==typeof e}t.fetch=s(n.g.fetch)&&s(n.g.ReadableStream),t.writableStream=s(n.g.WritableStream),t.abortController=s(n.g.AbortController),t.arraybuffer=t.fetch||o("arraybuffer"),t.msstream=!t.fetch&&o("ms-stream"),t.mozchunkedarraybuffer=!t.fetch&&o("moz-chunked-arraybuffer"),t.overrideMimeType=t.fetch||!!i()&&s(i().overrideMimeType),r=null},11989:(e,t,n)=>{var r=n(48764).Buffer,i=n(34155),o=n(8725),s=n(35717),a=n(55676),u=n(88473),l=a.IncomingMessage,c=a.readyStates,d=e.exports=function(e){var t,n=this;u.Writable.call(n),n._opts=e,n._body=[],n._headers={},e.auth&&n.setHeader("Authorization","Basic "+r.from(e.auth).toString("base64")),Object.keys(e.headers).forEach((function(t){n.setHeader(t,e.headers[t])}));var i=!0;if("disable-fetch"===e.mode||"requestTimeout"in e&&!o.abortController)i=!1,t=!0;else if("prefer-streaming"===e.mode)t=!1;else if("allow-wrong-content-type"===e.mode)t=!o.overrideMimeType;else{if(e.mode&&"default"!==e.mode&&"prefer-fast"!==e.mode)throw new Error("Invalid value for opts.mode");t=!0}n._mode=function(e,t){return o.fetch&&t?"fetch":o.mozchunkedarraybuffer?"moz-chunked-arraybuffer":o.msstream?"ms-stream":o.arraybuffer&&e?"arraybuffer":"text"}(t,i),n._fetchTimer=null,n._socketTimeout=null,n._socketTimer=null,n.on("finish",(function(){n._onFinish()}))};s(d,u.Writable),d.prototype.setHeader=function(e,t){var n=e.toLowerCase();-1===f.indexOf(n)&&(this._headers[n]={name:e,value:t})},d.prototype.getHeader=function(e){var t=this._headers[e.toLowerCase()];return t?t.value:null},d.prototype.removeHeader=function(e){delete this._headers[e.toLowerCase()]},d.prototype._onFinish=function(){var e=this;if(!e._destroyed){var t=e._opts;"timeout"in t&&0!==t.timeout&&e.setTimeout(t.timeout);var r=e._headers,s=null;"GET"!==t.method&&"HEAD"!==t.method&&(s=new Blob(e._body,{type:(r["content-type"]||{}).value||""}));var a=[];if(Object.keys(r).forEach((function(e){var t=r[e].name,n=r[e].value;Array.isArray(n)?n.forEach((function(e){a.push([t,e])})):a.push([t,n])})),"fetch"===e._mode){var u=null;if(o.abortController){var l=new AbortController;u=l.signal,e._fetchAbortController=l,"requestTimeout"in t&&0!==t.requestTimeout&&(e._fetchTimer=n.g.setTimeout((function(){e.emit("requestTimeout"),e._fetchAbortController&&e._fetchAbortController.abort()}),t.requestTimeout))}n.g.fetch(e._opts.url,{method:e._opts.method,headers:a,body:s||void 0,mode:"cors",credentials:t.withCredentials?"include":"same-origin",signal:u}).then((function(t){e._fetchResponse=t,e._resetTimers(!1),e._connect()}),(function(t){e._resetTimers(!0),e._destroyed||e.emit("error",t)}))}else{var d=e._xhr=new n.g.XMLHttpRequest;try{d.open(e._opts.method,e._opts.url,!0)}catch(t){return void i.nextTick((function(){e.emit("error",t)}))}"responseType"in d&&(d.responseType=e._mode),"withCredentials"in d&&(d.withCredentials=!!t.withCredentials),"text"===e._mode&&"overrideMimeType"in d&&d.overrideMimeType("text/plain; charset=x-user-defined"),"requestTimeout"in t&&(d.timeout=t.requestTimeout,d.ontimeout=function(){e.emit("requestTimeout")}),a.forEach((function(e){d.setRequestHeader(e[0],e[1])})),e._response=null,d.onreadystatechange=function(){switch(d.readyState){case c.LOADING:case c.DONE:e._onXHRProgress()}},"moz-chunked-arraybuffer"===e._mode&&(d.onprogress=function(){e._onXHRProgress()}),d.onerror=function(){e._destroyed||(e._resetTimers(!0),e.emit("error",new Error("XHR error")))};try{d.send(s)}catch(t){return void i.nextTick((function(){e.emit("error",t)}))}}}},d.prototype._onXHRProgress=function(){var e=this;e._resetTimers(!1),function(e){try{var t=e.status;return null!==t&&0!==t}catch(e){return!1}}(e._xhr)&&!e._destroyed&&(e._response||e._connect(),e._response._onXHRProgress(e._resetTimers.bind(e)))},d.prototype._connect=function(){var e=this;e._destroyed||(e._response=new l(e._xhr,e._fetchResponse,e._mode,e._resetTimers.bind(e)),e._response.on("error",(function(t){e.emit("error",t)})),e.emit("response",e._response))},d.prototype._write=function(e,t,n){this._body.push(e),n()},d.prototype._resetTimers=function(e){var t=this;n.g.clearTimeout(t._socketTimer),t._socketTimer=null,e?(n.g.clearTimeout(t._fetchTimer),t._fetchTimer=null):t._socketTimeout&&(t._socketTimer=n.g.setTimeout((function(){t.emit("timeout")}),t._socketTimeout))},d.prototype.abort=d.prototype.destroy=function(e){var t=this;t._destroyed=!0,t._resetTimers(!0),t._response&&(t._response._destroyed=!0),t._xhr?t._xhr.abort():t._fetchAbortController&&t._fetchAbortController.abort(),e&&t.emit("error",e)},d.prototype.end=function(e,t,n){"function"==typeof e&&(n=e,e=void 0),u.Writable.prototype.end.call(this,e,t,n)},d.prototype.setTimeout=function(e,t){var n=this;t&&n.once("timeout",t),n._socketTimeout=e,n._resetTimers(!1)},d.prototype.flushHeaders=function(){},d.prototype.setNoDelay=function(){},d.prototype.setSocketKeepAlive=function(){};var f=["accept-charset","accept-encoding","access-control-request-headers","access-control-request-method","connection","content-length","cookie","cookie2","date","dnt","expect","host","keep-alive","origin","referer","te","trailer","transfer-encoding","upgrade","via"]},55676:(e,t,n)=>{var r=n(34155),i=n(48764).Buffer,o=n(8725),s=n(35717),a=n(88473),u=t.readyStates={UNSENT:0,OPENED:1,HEADERS_RECEIVED:2,LOADING:3,DONE:4},l=t.IncomingMessage=function(e,t,n,s){var u=this;if(a.Readable.call(u),u._mode=n,u.headers={},u.rawHeaders=[],u.trailers={},u.rawTrailers=[],u.on("end",(function(){r.nextTick((function(){u.emit("close")}))})),"fetch"===n){if(u._fetchResponse=t,u.url=t.url,u.statusCode=t.status,u.statusMessage=t.statusText,t.headers.forEach((function(e,t){u.headers[t.toLowerCase()]=e,u.rawHeaders.push(t,e)})),o.writableStream){var l=new WritableStream({write:function(e){return s(!1),new Promise((function(t,n){u._destroyed?n():u.push(i.from(e))?t():u._resumeFetch=t}))},close:function(){s(!0),u._destroyed||u.push(null)},abort:function(e){s(!0),u._destroyed||u.emit("error",e)}});try{return void t.body.pipeTo(l).catch((function(e){s(!0),u._destroyed||u.emit("error",e)}))}catch(e){}}var c=t.body.getReader();!function e(){c.read().then((function(t){u._destroyed||(s(t.done),t.done?u.push(null):(u.push(i.from(t.value)),e()))})).catch((function(e){s(!0),u._destroyed||u.emit("error",e)}))}()}else if(u._xhr=e,u._pos=0,u.url=e.responseURL,u.statusCode=e.status,u.statusMessage=e.statusText,e.getAllResponseHeaders().split(/\r?\n/).forEach((function(e){var t=e.match(/^([^:]+):\s*(.*)/);if(t){var n=t[1].toLowerCase();"set-cookie"===n?(void 0===u.headers[n]&&(u.headers[n]=[]),u.headers[n].push(t[2])):void 0!==u.headers[n]?u.headers[n]+=", "+t[2]:u.headers[n]=t[2],u.rawHeaders.push(t[1],t[2])}})),u._charset="x-user-defined",!o.overrideMimeType){var d=u.rawHeaders["mime-type"];if(d){var f=d.match(/;\s*charset=([^;])(;|$)/);f&&(u._charset=f[1].toLowerCase())}u._charset||(u._charset="utf-8")}};s(l,a.Readable),l.prototype._read=function(){var e=this._resumeFetch;e&&(this._resumeFetch=null,e())},l.prototype._onXHRProgress=function(e){var t=this,r=t._xhr,o=null;switch(t._mode){case"text":if((o=r.responseText).length>t._pos){var s=o.substr(t._pos);if("x-user-defined"===t._charset){for(var a=i.alloc(s.length),l=0;lt._pos&&(t.push(i.from(new Uint8Array(c.result.slice(t._pos)))),t._pos=c.result.byteLength)},c.onload=function(){e(!0),t.push(null)},c.readAsArrayBuffer(o)}t._xhr.readyState===u.DONE&&"ms-stream"!==t._mode&&(e(!0),t.push(null))}},47529:e=>{e.exports=function(){for(var e={},n=0;n{},52361:()=>{},94616:()=>{}},n={};function r(e){var i=n[e];if(void 0!==i)return i.exports;var o=n[e]={id:e,loaded:!1,exports:{}};return t[e].call(o.exports,o,o.exports,r),o.loaded=!0,o.exports}r.m=t,e=[],r.O=(t,n,i,o)=>{if(!n){var s=1/0;for(c=0;c=o)&&Object.keys(r.O).every((e=>r.O[e](n[u])))?n.splice(u--,1):(a=!1,o0&&e[c-1][2]>o;c--)e[c]=e[c-1];e[c]=[n,i,o]},r.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.e=()=>Promise.resolve(),r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),r.j=5191,(()=>{r.b=document.baseURI||self.location.href;var e={5191:0};r.O.j=t=>0===e[t];var t=(t,n)=>{var i,o,s=n[0],a=n[1],u=n[2],l=0;if(s.some((t=>0!==e[t]))){for(i in a)r.o(a,i)&&(r.m[i]=a[i]);if(u)var c=u(r)}for(t&&t(n);lr(11057)));i=r.O(i)})(); -//# sourceMappingURL=systemtags-init.js.map?v=19b4130c00f49a140966 \ No newline at end of file +(()=>{var e,t={11057:(e,t,n)=>{"use strict";var r=n(77958),i=n(17499),o=n(31352),s=n(62520),a=n(65358),u=n(79753),l=n(14596);const c=null===(d=(0,r.ts)())?(0,i.IY)().setApp("files").build():(0,i.IY)().setApp("files").setUid(d.uid).build();var d,f=(e=>(e.DEFAULT="default",e.HIDDEN="hidden",e))(f||{}),h=(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))(h||{});const p=["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"],g={d:"DAV:",nc:"http://nextcloud.org/ns",oc:"http://owncloud.org/ns",ocs:"http://open-collaboration-services.org/ns"};var m=(e=>(e.Folder="folder",e.File="file",e))(m||{});const y=function(e,t){return null!==e.match(t)},w=(e,t)=>{if(e.id&&"number"!=typeof e.id)throw new Error("Invalid id type of value");if(!e.source)throw new Error("Missing mandatory source");try{new URL(e.source)}catch{throw new Error("Invalid source format, source must be a valid URL")}if(!e.source.startsWith("http"))throw new Error("Invalid source format, only http(s) is supported");if(e.mtime&&!(e.mtime instanceof Date))throw new Error("Invalid mtime type");if(e.crtime&&!(e.crtime instanceof Date))throw new Error("Invalid crtime type");if(!e.mime||"string"!=typeof e.mime||!e.mime.match(/^[-\w.]+\/[-+\w.]+$/gi))throw new Error("Missing or invalid mandatory mime");if("size"in e&&"number"!=typeof e.size&&void 0!==e.size)throw new Error("Invalid size type");if("permissions"in e&&void 0!==e.permissions&&!("number"==typeof e.permissions&&e.permissions>=h.NONE&&e.permissions<=h.ALL))throw new Error("Invalid permissions");if(e.owner&&null!==e.owner&&"string"!=typeof e.owner)throw new Error("Invalid owner type");if(e.attributes&&"object"!=typeof e.attributes)throw new Error("Invalid attributes type");if(e.root&&"string"!=typeof e.root)throw new Error("Invalid root type");if(e.root&&!e.root.startsWith("/"))throw new Error("Root must start with a leading slash");if(e.root&&!e.source.includes(e.root))throw new Error("Root must be part of the source");if(e.root&&y(e.source,t)){const n=e.source.match(t)[0];if(!e.source.includes((0,s.join)(n,e.root)))throw new Error("The root must be relative to the service. e.g /files/emma")}if(e.status&&!Object.values(v).includes(e.status))throw new Error("Status must be a valid NodeStatus")};var v=(e=>(e.NEW="new",e.FAILED="failed",e.LOADING="loading",e.LOCKED="locked",e))(v||{});class b{_data;_attributes;_knownDavService=/(remote|public)\.php\/(web)?dav/i;constructor(e,t){w(e,t||this._knownDavService),this._data=e;const n={set:(e,t,n)=>(this.updateMtime(),Reflect.set(e,t,n)),deleteProperty:(e,t)=>(this.updateMtime(),Reflect.deleteProperty(e,t))};this._attributes=new Proxy(e.attributes||{},n),delete this._data.attributes,t&&(this._knownDavService=t)}get source(){return this._data.source.replace(/\/$/i,"")}get encodedSource(){const{origin:e}=new URL(this.source);return e+(0,a.Ec)(this.source.slice(e.length))}get basename(){return(0,s.basename)(this.source)}get extension(){return(0,s.extname)(this.source)}get dirname(){if(this.root){let e=this.source;this.isDavRessource&&(e=e.split(this._knownDavService).pop());const t=e.indexOf(this.root),n=this.root.replace(/\/$/,"");return(0,s.dirname)(e.slice(t+n.length)||"/")}const e=new URL(this.source);return(0,s.dirname)(e.pathname)}get mime(){return this._data.mime}get mtime(){return this._data.mtime}get crtime(){return this._data.crtime}get size(){return this._data.size}get attributes(){return this._attributes}get permissions(){return null!==this.owner||this.isDavRessource?void 0!==this._data.permissions?this._data.permissions:h.NONE:h.READ}get owner(){return this.isDavRessource?this._data.owner:null}get isDavRessource(){return y(this.source,this._knownDavService)}get root(){return this._data.root?this._data.root.replace(/^(.+)\/$/,"$1"):this.isDavRessource&&(0,s.dirname)(this.source).split(this._knownDavService).pop()||null}get path(){if(this.root){let e=this.source;this.isDavRessource&&(e=e.split(this._knownDavService).pop());const t=e.indexOf(this.root),n=this.root.replace(/\/$/,"");return e.slice(t+n.length)||"/"}return(this.dirname+"/"+this.basename).replace(/\/\//g,"/")}get fileid(){return this._data?.id||this.attributes?.fileid}get status(){return this._data?.status}set status(e){this._data.status=e}move(e){w({...this._data,source:e},this._knownDavService),this._data.source=e,this.updateMtime()}rename(e){if(e.includes("/"))throw new Error("Invalid basename");this.move((0,s.dirname)(this.source)+"/"+e)}updateMtime(){this._data.mtime&&(this._data.mtime=new Date)}}class _ extends b{get type(){return m.File}}class x extends b{constructor(e){super({...e,mime:"httpd/unix-directory"})}get type(){return m.Folder}get extension(){return null}get mime(){return"httpd/unix-directory"}}(0,u.generateRemoteUrl)("dav");class A{_column;constructor(e){E(e),this._column=e}get id(){return this._column.id}get title(){return this._column.title}get render(){return this._column.render}get sort(){return this._column.sort}get summary(){return this._column.summary}}const E=function(e){if(!e.id||"string"!=typeof e.id)throw new Error("A column id is required");if(!e.title||"string"!=typeof e.title)throw new Error("A column title is required");if(!e.render||"function"!=typeof e.render)throw new Error("A render function is required");if(e.sort&&"function"!=typeof e.sort)throw new Error("Column sortFunction must be a function");if(e.summary&&"function"!=typeof e.summary)throw new Error("Column summary must be a function");return!0};var N={},T={};!function(e){const t=":A-Za-z_\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD",n="["+t+"]["+t+"\\-.\\d\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*",r=new RegExp("^"+n+"$");e.isExist=function(e){return typeof e<"u"},e.isEmptyObject=function(e){return 0===Object.keys(e).length},e.merge=function(e,t,n){if(t){const r=Object.keys(t),i=r.length;for(let o=0;o"u")},e.getAllMatches=function(e,t){const n=[];let r=t.exec(e);for(;r;){const i=[];i.startIndex=t.lastIndex-r[0].length;const o=r.length;for(let e=0;e5&&"xml"===r)return M("InvalidXml","XML declaration allowed only at the start of the document.",q(e,t));if("?"==e[t]&&">"==e[t+1]){t++;break}continue}return t}function S(e,t){if(e.length>t+5&&"-"===e[t+1]&&"-"===e[t+2]){for(t+=3;t"===e[t+2]){t+=2;break}}else if(e.length>t+8&&"D"===e[t+1]&&"O"===e[t+2]&&"C"===e[t+3]&&"T"===e[t+4]&&"Y"===e[t+5]&&"P"===e[t+6]&&"E"===e[t+7]){let n=1;for(t+=8;t"===e[t]&&(n--,0===n))break}else if(e.length>t+9&&"["===e[t+1]&&"C"===e[t+2]&&"D"===e[t+3]&&"A"===e[t+4]&&"T"===e[t+5]&&"A"===e[t+6]&&"["===e[t+7])for(t+=8;t"===e[t+2]){t+=2;break}return t}N.validate=function(e,t){t=Object.assign({},O,t);const n=[];let r=!1,i=!1;"\ufeff"===e[0]&&(e=e.substr(1));for(let o=0;o"!==e[o]&&" "!==e[o]&&"\t"!==e[o]&&"\n"!==e[o]&&"\r"!==e[o];o++)u+=e[o];if(u=u.trim(),"/"===u[u.length-1]&&(u=u.substring(0,u.length-1),o--),!V(u)){let t;return t=0===u.trim().length?"Invalid space after '<'.":"Tag '"+u+"' is an invalid name.",M("InvalidTag",t,q(e,o))}const l=j(e,o);if(!1===l)return M("InvalidAttr","Attributes for '"+u+"' have open quote.",q(e,o));let c=l.value;if(o=l.index,"/"===c[c.length-1]){const n=o-c.length;c=c.substring(0,c.length-1);const i=D(c,t);if(!0!==i)return M(i.err.code,i.err.msg,q(e,n+i.err.line));r=!0}else if(a){if(!l.tagClosed)return M("InvalidTag","Closing tag '"+u+"' doesn't have proper closing.",q(e,o));if(c.trim().length>0)return M("InvalidTag","Closing tag '"+u+"' can't have attributes or invalid starting.",q(e,s));{const t=n.pop();if(u!==t.tagName){let n=q(e,t.tagStartPos);return M("InvalidTag","Expected closing tag '"+t.tagName+"' (opened in line "+n.line+", col "+n.col+") instead of closing tag '"+u+"'.",q(e,s))}0==n.length&&(i=!0)}}else{const a=D(c,t);if(!0!==a)return M(a.err.code,a.err.msg,q(e,o-c.length+a.err.line));if(!0===i)return M("InvalidXml","Multiple possible root nodes found.",q(e,o));-1!==t.unpairedTags.indexOf(u)||n.push({tagName:u,tagStartPos:s}),r=!0}for(o++;o0)||M("InvalidXml","Invalid '"+JSON.stringify(n.map((e=>e.tagName)),null,4).replace(/\r?\n/g,"")+"' found.",{line:1,col:1}):M("InvalidXml","Start tag expected.",1)};const R='"',k="'";function j(e,t){let n="",r="",i=!1;for(;t"===e[t]&&""===r){i=!0;break}n+=e[t]}return""===r&&{value:n,index:t,tagClosed:i}}const L=new RegExp("(\\s*)([^\\s=]+)(\\s*=)?(\\s*(['\"])(([\\s\\S])*?)\\5)?","g");function D(e,t){const n=C.getAllMatches(e,L),r={};for(let e=0;e!1,commentPropName:!1,unpairedTags:[],processEntities:!0,htmlEntities:!1,ignoreDeclaration:!1,ignorePiTags:!1,transformTagName:!1,transformAttributeName:!1,updateTag:function(e,t,n){return e}};U.buildOptions=function(e){return Object.assign({},H,e)},U.defaultOptions=H;const z=T;function G(e,t){let n="";for(;t0?this.child.push({[e.tagname]:e.child,":@":e[":@"]}):this.child.push({[e.tagname]:e.child})}},ie=function(e,t){const n={};if("O"!==e[t+3]||"C"!==e[t+4]||"T"!==e[t+5]||"Y"!==e[t+6]||"P"!==e[t+7]||"E"!==e[t+8])throw new Error("Invalid Tag instead of DOCTYPE");{t+=9;let r=1,i=!1,o=!1,s="";for(;t"===e[t]){if(o?"-"===e[t-1]&&"-"===e[t-2]&&(o=!1,r--):r--,0===r)break}else"["===e[t]?i=!0:s+=e[t];else{if(i&&W(e,t))t+=7,[entityName,val,t]=G(e,t+1),-1===val.indexOf("&")&&(n[J(entityName)]={regx:RegExp(`&${entityName};`,"g"),val});else if(i&&Y(e,t))t+=8;else if(i&&K(e,t))t+=8;else if(i&&Z(e,t))t+=9;else{if(!X)throw new Error("Invalid DOCTYPE");o=!0}r++,s=""}if(0!==r)throw new Error("Unclosed DOCTYPE")}return{entities:n,i:t}},oe=function(e,t={}){if(t=Object.assign({},te,t),!e||"string"!=typeof e)return e;let n=e.trim();if(void 0!==t.skipLike&&t.skipLike.test(n))return e;if(t.hex&&Q.test(n))return Number.parseInt(n,16);{const r=ee.exec(n);if(r){const i=r[1],o=r[2];let s=function(e){return e&&-1!==e.indexOf(".")&&("."===(e=e.replace(/0+$/,""))?e="0":"."===e[0]?e="0"+e:"."===e[e.length-1]&&(e=e.substr(0,e.length-1))),e}(r[3]);const a=r[4]||r[6];if(!t.leadingZeros&&o.length>0&&i&&"."!==n[2])return e;if(!t.leadingZeros&&o.length>0&&!i&&"."!==n[1])return e;{const r=Number(n),u=""+r;return-1!==u.search(/[eE]/)||a?t.eNotation?r:e:-1!==n.indexOf(".")?"0"===u&&""===s||u===s||i&&u==="-"+s?r:e:o?s===u||i+s===u?r:e:n===u||n===i+u?r:e}}return e}};function se(e){const t=Object.keys(e);for(let n=0;n0)){s||(e=this.replaceEntitiesValue(e));const r=this.options.tagValueProcessor(t,e,n,i,o);return null==r?e:typeof r!=typeof e||r!==e?r:this.options.trimValues||e.trim()===e?ve(e,this.options.parseTagValue,this.options.numberParseOptions):e}}function ue(e){if(this.options.removeNSPrefix){const t=e.split(":"),n="/"===e.charAt(0)?"/":"";if("xmlns"===t[0])return"";2===t.length&&(e=n+t[1])}return e}"<((!\\[CDATA\\[([\\s\\S]*?)(]]>))|((NAME:)?(NAME))([^>]*)>|((\\/)(NAME)\\s*>))([^<]*)".replace(/NAME/g,ne.nameRegexp);const le=new RegExp("([^\\s=]+)\\s*(=\\s*(['\"])([\\s\\S]*?)\\3)?","gm");function ce(e,t,n){if(!this.options.ignoreAttributes&&"string"==typeof e){const n=ne.getAllMatches(e,le),r=n.length,i={};for(let e=0;e",o,"Closing Tag is not closed.");let s=e.substring(o+2,t).trim();if(this.options.removeNSPrefix){const e=s.indexOf(":");-1!==e&&(s=s.substr(e+1))}this.options.transformTagName&&(s=this.options.transformTagName(s)),n&&(r=this.saveTextToParentTag(r,n,i));const a=i.substring(i.lastIndexOf(".")+1);if(s&&-1!==this.options.unpairedTags.indexOf(s))throw new Error(`Unpaired tag can not be used as closing tag: `);let u=0;a&&-1!==this.options.unpairedTags.indexOf(a)?(u=i.lastIndexOf(".",i.lastIndexOf(".")-1),this.tagsNodeStack.pop()):u=i.lastIndexOf("."),i=i.substring(0,u),n=this.tagsNodeStack.pop(),r="",o=t}else if("?"===e[o+1]){let t=ye(e,o,!1,"?>");if(!t)throw new Error("Pi Tag is not closed.");if(r=this.saveTextToParentTag(r,n,i),!(this.options.ignoreDeclaration&&"?xml"===t.tagName||this.options.ignorePiTags)){const e=new re(t.tagName);e.add(this.options.textNodeName,""),t.tagName!==t.tagExp&&t.attrExpPresent&&(e[":@"]=this.buildAttributesMap(t.tagExp,i,t.tagName)),this.addChild(n,e,i)}o=t.closeIndex+1}else if("!--"===e.substr(o+1,3)){const t=me(e,"--\x3e",o+4,"Comment is not closed.");if(this.options.commentPropName){const s=e.substring(o+4,t-2);r=this.saveTextToParentTag(r,n,i),n.add(this.options.commentPropName,[{[this.options.textNodeName]:s}])}o=t}else if("!D"===e.substr(o+1,2)){const t=ie(e,o);this.docTypeEntities=t.entities,o=t.i}else if("!["===e.substr(o+1,2)){const t=me(e,"]]>",o,"CDATA is not closed.")-2,s=e.substring(o+9,t);if(r=this.saveTextToParentTag(r,n,i),this.options.cdataPropName)n.add(this.options.cdataPropName,[{[this.options.textNodeName]:s}]);else{let e=this.parseTextData(s,n.tagname,i,!0,!1,!0);null==e&&(e=""),n.add(this.options.textNodeName,e)}o=t+2}else{let s=ye(e,o,this.options.removeNSPrefix),a=s.tagName;const u=s.rawTagName;let l=s.tagExp,c=s.attrExpPresent,d=s.closeIndex;this.options.transformTagName&&(a=this.options.transformTagName(a)),n&&r&&"!xml"!==n.tagname&&(r=this.saveTextToParentTag(r,n,i,!1));const f=n;if(f&&-1!==this.options.unpairedTags.indexOf(f.tagname)&&(n=this.tagsNodeStack.pop(),i=i.substring(0,i.lastIndexOf("."))),a!==t.tagname&&(i+=i?"."+a:a),this.isItStopNode(this.options.stopNodes,i,a)){let t="";if(l.length>0&&l.lastIndexOf("/")===l.length-1)o=s.closeIndex;else if(-1!==this.options.unpairedTags.indexOf(a))o=s.closeIndex;else{const n=this.readStopNodeData(e,u,d+1);if(!n)throw new Error(`Unexpected end of ${u}`);o=n.i,t=n.tagContent}const r=new re(a);a!==l&&c&&(r[":@"]=this.buildAttributesMap(l,i,a)),t&&(t=this.parseTextData(t,a,i,!0,c,!0,!0)),i=i.substr(0,i.lastIndexOf(".")),r.add(this.options.textNodeName,t),this.addChild(n,r,i)}else{if(l.length>0&&l.lastIndexOf("/")===l.length-1){"/"===a[a.length-1]?(a=a.substr(0,a.length-1),i=i.substr(0,i.length-1),l=a):l=l.substr(0,l.length-1),this.options.transformTagName&&(a=this.options.transformTagName(a));const e=new re(a);a!==l&&c&&(e[":@"]=this.buildAttributesMap(l,i,a)),this.addChild(n,e,i),i=i.substr(0,i.lastIndexOf("."))}else{const e=new re(a);this.tagsNodeStack.push(n),a!==l&&c&&(e[":@"]=this.buildAttributesMap(l,i,a)),this.addChild(n,e,i),n=e}r="",o=d}}else r+=e[o];return t.child};function fe(e,t,n){const r=this.options.updateTag(t.tagname,n,t[":@"]);!1===r||("string"==typeof r&&(t.tagname=r),e.addChild(t))}const he=function(e){if(this.options.processEntities){for(let t in this.docTypeEntities){const n=this.docTypeEntities[t];e=e.replace(n.regx,n.val)}for(let t in this.lastEntities){const n=this.lastEntities[t];e=e.replace(n.regex,n.val)}if(this.options.htmlEntities)for(let t in this.htmlEntities){const n=this.htmlEntities[t];e=e.replace(n.regex,n.val)}e=e.replace(this.ampEntity.regex,this.ampEntity.val)}return e};function pe(e,t,n,r){return e&&(void 0===r&&(r=0===Object.keys(t.child).length),void 0!==(e=this.parseTextData(e,t.tagname,n,!1,!!t[":@"]&&0!==Object.keys(t[":@"]).length,r))&&""!==e&&t.add(this.options.textNodeName,e),e=""),e}function ge(e,t,n){const r="*."+n;for(const n in e){const i=e[n];if(r===i||t===i)return!0}return!1}function me(e,t,n,r){const i=e.indexOf(t,n);if(-1===i)throw new Error(r);return i+t.length-1}function ye(e,t,n,r=">"){const i=function(e,t,n=">"){let r,i="";for(let o=t;o",n,`${t} is not closed`);if(e.substring(n+2,o).trim()===t&&(i--,0===i))return{tagContent:e.substring(r,n),i:o};n=o}else if("?"===e[n+1])n=me(e,"?>",n+1,"StopNode is not closed.");else if("!--"===e.substr(n+1,3))n=me(e,"--\x3e",n+3,"StopNode is not closed.");else if("!["===e.substr(n+1,2))n=me(e,"]]>",n,"StopNode is not closed.")-2;else{const r=ye(e,n,">");r&&((r&&r.tagName)===t&&"/"!==r.tagExp[r.tagExp.length-1]&&i++,n=r.closeIndex)}}function ve(e,t,n){if(t&&"string"==typeof e){const t=e.trim();return"true"===t||"false"!==t&&oe(e,n)}return ne.isExist(e)?e:""}var be={};function _e(e,t,n){let r;const i={};for(let o=0;o0&&(i[t.textNodeName]=r):void 0!==r&&(i[t.textNodeName]=r),i}function xe(e){const t=Object.keys(e);for(let e=0;e"},lt:{regex:/&(lt|#60|#x3C);/g,val:"<"},quot:{regex:/&(quot|#34|#x22);/g,val:'"'}},this.ampEntity={regex:/&(amp|#38|#x26);/g,val:"&"},this.htmlEntities={space:{regex:/&(nbsp|#160);/g,val:" "},cent:{regex:/&(cent|#162);/g,val:"¢"},pound:{regex:/&(pound|#163);/g,val:"£"},yen:{regex:/&(yen|#165);/g,val:"¥"},euro:{regex:/&(euro|#8364);/g,val:"€"},copyright:{regex:/&(copy|#169);/g,val:"©"},reg:{regex:/&(reg|#174);/g,val:"®"},inr:{regex:/&(inr|#8377);/g,val:"₹"}},this.addExternalEntities=se,this.parseXml=de,this.parseTextData=ae,this.resolveNameSpace=ue,this.buildAttributesMap=ce,this.isItStopNode=ge,this.replaceEntitiesValue=he,this.readStopNodeData=we,this.saveTextToParentTag=pe,this.addChild=fe}},{prettify:Ce}=be,Oe=N;function Pe(e,t,n,r){let i="",o=!1;for(let s=0;s`,o=!1;continue}if(u===t.commentPropName){i+=r+`\x3c!--${a[u][0][t.textNodeName]}--\x3e`,o=!0;continue}if("?"===u[0]){const e=Se(a[":@"],t),n="?xml"===u?"":r;let s=a[u][0][t.textNodeName];s=0!==s.length?" "+s:"",i+=n+`<${u}${s}${e}?>`,o=!0;continue}let c=r;""!==c&&(c+=t.indentBy);const d=r+`<${u}${Se(a[":@"],t)}`,f=Pe(a[u],t,l,c);-1!==t.unpairedTags.indexOf(u)?t.suppressUnpairedNode?i+=d+">":i+=d+"/>":f&&0!==f.length||!t.suppressEmptyNode?f&&f.endsWith(">")?i+=d+`>${f}${r}`:(i+=d+">",f&&""!==r&&(f.includes("/>")||f.includes("`):i+=d+"/>",o=!0}return i}function Ie(e){const t=Object.keys(e);for(let n=0;n0&&t.processEntities)for(let n=0;n0&&(n="\n"),Pe(e,t,"",n)},Le={attributeNamePrefix:"@_",attributesGroupName:!1,textNodeName:"#text",ignoreAttributes:!0,cdataPropName:!1,format:!1,indentBy:" ",suppressEmptyNode:!1,suppressUnpairedNode:!0,suppressBooleanAttributes:!0,tagValueProcessor:function(e,t){return t},attributeValueProcessor:function(e,t){return t},preserveOrder:!1,commentPropName:!1,unpairedTags:[],entities:[{regex:new RegExp("&","g"),val:"&"},{regex:new RegExp(">","g"),val:">"},{regex:new RegExp("<","g"),val:"<"},{regex:new RegExp("'","g"),val:"'"},{regex:new RegExp('"',"g"),val:"""}],processEntities:!0,stopNodes:[],oneListGroup:!1};function De(e){this.options=Object.assign({},Le,e),this.options.ignoreAttributes||this.options.attributesGroupName?this.isAttribute=function(){return!1}:(this.attrPrefixLen=this.options.attributeNamePrefix.length,this.isAttribute=Fe),this.processTextOrObjNode=$e,this.options.format?(this.indentate=Me,this.tagEndChar=">\n",this.newLine="\n"):(this.indentate=function(){return""},this.tagEndChar=">",this.newLine="")}function $e(e,t,n){const r=this.j2x(e,n+1);return void 0!==e[this.options.textNodeName]&&1===Object.keys(e).length?this.buildTextValNode(e[this.options.textNodeName],t,r.attrStr,n):this.buildObjectNode(r.val,t,r.attrStr,n)}function Me(e){return this.options.indentBy.repeat(e)}function Fe(e){return!(!e.startsWith(this.options.attributeNamePrefix)||e===this.options.textNodeName)&&e.substr(this.attrPrefixLen)}De.prototype.build=function(e){return this.options.preserveOrder?je(e,this.options):(Array.isArray(e)&&this.options.arrayNodeName&&this.options.arrayNodeName.length>1&&(e={[this.options.arrayNodeName]:e}),this.j2x(e,0).val)},De.prototype.j2x=function(e,t){let n="",r="";for(let i in e)if(Object.prototype.hasOwnProperty.call(e,i))if(typeof e[i]>"u")this.isAttribute(i)&&(r+="");else if(null===e[i])this.isAttribute(i)?r+="":"?"===i[0]?r+=this.indentate(t)+"<"+i+"?"+this.tagEndChar:r+=this.indentate(t)+"<"+i+"/"+this.tagEndChar;else if(e[i]instanceof Date)r+=this.buildTextValNode(e[i],i,"",t);else if("object"!=typeof e[i]){const o=this.isAttribute(i);if(o)n+=this.buildAttrPairStr(o,""+e[i]);else if(i===this.options.textNodeName){let t=this.options.tagValueProcessor(i,""+e[i]);r+=this.replaceEntitiesValue(t)}else r+=this.buildTextValNode(e[i],i,"",t)}else if(Array.isArray(e[i])){const n=e[i].length;let o="";for(let s=0;s"u"||(null===n?"?"===i[0]?r+=this.indentate(t)+"<"+i+"?"+this.tagEndChar:r+=this.indentate(t)+"<"+i+"/"+this.tagEndChar:"object"==typeof n?this.options.oneListGroup?o+=this.j2x(n,t+1).val:o+=this.processTextOrObjNode(n,i,t):o+=this.buildTextValNode(n,i,"",t))}this.options.oneListGroup&&(o=this.buildObjectNode(o,i,"",t)),r+=o}else if(this.options.attributesGroupName&&i===this.options.attributesGroupName){const t=Object.keys(e[i]),r=t.length;for(let o=0;o"+e+i}},De.prototype.closeTag=function(e){let t="";return-1!==this.options.unpairedTags.indexOf(e)?this.options.suppressUnpairedNode||(t="/"):t=this.options.suppressEmptyNode?"/":`>`+this.newLine;if(!1!==this.options.commentPropName&&t===this.options.commentPropName)return this.indentate(r)+`\x3c!--${e}--\x3e`+this.newLine;if("?"===t[0])return this.indentate(r)+"<"+t+n+"?"+this.tagEndChar;{let i=this.options.tagValueProcessor(t,e);return i=this.replaceEntitiesValue(i),""===i?this.indentate(r)+"<"+t+n+this.closeTag(t)+this.tagEndChar:this.indentate(r)+"<"+t+n+">"+i+"0&&this.options.processEntities)for(let t=0;t1&&void 0!==arguments[1]&&arguments[1];const n=document.createElement("li");return n.classList.add("files-list__system-tag"),n.textContent=e,t&&n.classList.add("files-list__system-tag--more"),n},rt=new class{_action;constructor(e){this.validateAction(e),this._action=e}get id(){return this._action.id}get displayName(){return this._action.displayName}get title(){return this._action.title}get iconSvgInline(){return this._action.iconSvgInline}get enabled(){return this._action.enabled}get exec(){return this._action.exec}get execBatch(){return this._action.execBatch}get order(){return this._action.order}get parent(){return this._action.parent}get default(){return this._action.default}get inline(){return this._action.inline}get renderInline(){return this._action.renderInline}validateAction(e){if(!e.id||"string"!=typeof e.id)throw new Error("Invalid id");if(!e.displayName||"function"!=typeof e.displayName)throw new Error("Invalid displayName function");if("title"in e&&"function"!=typeof e.title)throw new Error("Invalid title function");if(!e.iconSvgInline||"function"!=typeof e.iconSvgInline)throw new Error("Invalid iconSvgInline function");if(!e.exec||"function"!=typeof e.exec)throw new Error("Invalid exec function");if("enabled"in e&&"function"!=typeof e.enabled)throw new Error("Invalid enabled function");if("execBatch"in e&&"function"!=typeof e.execBatch)throw new Error("Invalid execBatch function");if("order"in e&&"number"!=typeof e.order)throw new Error("Invalid order");if("parent"in e&&"string"!=typeof e.parent)throw new Error("Invalid parent");if(e.default&&!Object.values(f).includes(e.default))throw new Error("Invalid default");if("inline"in e&&"function"!=typeof e.inline)throw new Error("Invalid inline function");if("renderInline"in e&&"function"!=typeof e.renderInline)throw new Error("Invalid renderInline function")}}({id:"system-tags",displayName:()=>"",iconSvgInline:()=>"",enabled(e){if(1!==e.length)return!1;const t=e[0];return 0!==tt(t).length},exec:async()=>null,async renderInline(e){const t=tt(e);if(0===t.length)return null;const n=document.createElement("ul");if(n.classList.add("files-list__system-tags"),1===t.length)n.setAttribute("aria-label",(0,o.Iu)("files","This file has the tag {tag}",{tag:t[0]}));else{const e=t.slice(0,-1).join(", "),r=t[t.length-1];n.setAttribute("aria-label",(0,o.Iu)("files","This file has the tags {firstTags} and {lastTag}",{firstTags:e,lastTag:r}))}if(n.append(nt(t[0])),t.length>1){const e=nt("+"+(t.length-1),!0);e.setAttribute("title",t.slice(1).join(", ")),n.append(e)}return n},order:0});!function(e,t={nc:"http://nextcloud.org/ns"}){typeof window._nc_dav_properties>"u"&&(window._nc_dav_properties=[...p],window._nc_dav_namespaces={...g});const n={...window._nc_dav_namespaces,...t};window._nc_dav_properties.find((t=>t===e))?c.error(`${e} already registered`,{prop:e}):e.startsWith("<")||2!==e.split(":").length?c.error(`${e} is not valid. See example: 'oc:fileid'`,{prop:e}):n[e.split(":")[0]]?(window._nc_dav_properties.push(e),window._nc_dav_namespaces=n):c.error(`${e} namespace unknown`,{prop:e,namespaces:n})}("nc:system-tags"),function(e){typeof window._nc_fileactions>"u"&&(window._nc_fileactions=[],c.debug("FileActions initialized")),window._nc_fileactions.find((t=>t.id===e.id))?c.error(`FileAction ${e.id} already registered`,{action:e}):window._nc_fileactions.push(e)}(rt),n(93664);const it=(0,u.generateRemoteUrl)("dav"),ot=(0,l.eI)(it,{headers:{requesttoken:(0,r.IH)()??""}});var st=n(36906);const at=(0,i.IY)().setApp("systemtags").detectUser().build();var ut=n(8501),lt=n(79267);const ct="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?self:"undefined"!=typeof window?window:globalThis,dt=ct.fetch.bind(ct);ct.Headers,ct.Request,ct.Response;const ft="@@HOTPATCHER",ht=()=>{};function pt(e){return{original:e,methods:[e],final:!1}}class gt{constructor(){this._configuration={registry:{},getEmptyAction:"null"},this.__type__=ft}get configuration(){return this._configuration}get getEmptyAction(){return this.configuration.getEmptyAction}set getEmptyAction(e){this.configuration.getEmptyAction=e}control(e,t=!1){if(!e||e.__type__!==ft)throw new Error("Failed taking control of target HotPatcher instance: Invalid type or object");return Object.keys(e.configuration.registry).forEach((n=>{this.configuration.registry.hasOwnProperty(n)?t&&(this.configuration.registry[n]=Object.assign({},e.configuration.registry[n])):this.configuration.registry[n]=Object.assign({},e.configuration.registry[n])})),e._configuration=this.configuration,this}execute(e,...t){return(this.get(e)||ht)(...t)}get(e){const t=this.configuration.registry[e];if(!t)switch(this.getEmptyAction){case"null":return null;case"throw":throw new Error(`Failed handling method request: No method provided for override: ${e}`);default:throw new Error(`Failed handling request which resulted in an empty method: Invalid empty-action specified: ${this.getEmptyAction}`)}return function(...e){if(0===e.length)throw new Error("Failed creating sequence: No functions provided");return function(...t){let n=t;const r=this;for(;e.length>0;)n=[e.shift().apply(r,n)];return n[0]}}(...t.methods)}isPatched(e){return!!this.configuration.registry[e]}patch(e,t,n={}){const{chain:r=!1}=n;if(this.configuration.registry[e]&&this.configuration.registry[e].final)throw new Error(`Failed patching '${e}': Method marked as being final`);if("function"!=typeof t)throw new Error(`Failed patching '${e}': Provided method is not a function`);if(r)this.configuration.registry[e]?this.configuration.registry[e].methods.push(t):this.configuration.registry[e]=pt(t);else if(this.isPatched(e)){const{original:n}=this.configuration.registry[e];this.configuration.registry[e]=Object.assign(pt(t),{original:n})}else this.configuration.registry[e]=pt(t);return this}patchInline(e,t,...n){return this.isPatched(e)||this.patch(e,t),this.execute(e,...n)}plugin(e,...t){return t.forEach((t=>{this.patch(e,t,{chain:!0})})),this}restore(e){if(!this.isPatched(e))throw new Error(`Failed restoring method: No method present for key: ${e}`);if("function"!=typeof this.configuration.registry[e].original)throw new Error(`Failed restoring method: Original method not found or of invalid type for key: ${e}`);return this.configuration.registry[e].methods=[this.configuration.registry[e].original],this}setFinal(e){if(!this.configuration.registry.hasOwnProperty(e))throw new Error(`Failed marking '${e}' as final: No method found for key`);return this.configuration.registry[e].final=!0,this}}let mt=null;var yt=n(62639),wt=n(2568);const vt="abcdef0123456789";function bt(e,t){const n=e.url.replace("//",""),r=-1==n.indexOf("/")?"/":n.slice(n.indexOf("/")),i=e.method?e.method.toUpperCase():"GET",o=!!/(^|,)\s*auth\s*($|,)/.test(t.qop)&&"auth",s=`00000000${t.nc}`.slice(-8),a=function(e,t,n,r,i,o,s){const a=s||wt(`${t}:${n}:${r}`);return e&&"md5-sess"===e.toLowerCase()?wt(`${a}:${i}:${o}`):a}(t.algorithm,t.username,t.realm,t.password,t.nonce,t.cnonce,t.ha1),u=wt(`${i}:${r}`),l=wt(o?`${a}:${t.nonce}:${s}:${t.cnonce}:${o}:${u}`:`${a}:${t.nonce}:${u}`),c={username:t.username,realm:t.realm,nonce:t.nonce,uri:r,qop:o,response:l,nc:s,cnonce:t.cnonce,algorithm:t.algorithm,opaque:t.opaque},d=[];for(const e in c)c[e]&&("qop"===e||"nc"===e||"algorithm"===e?d.push(`${e}=${c[e]}`):d.push(`${e}="${c[e]}"`));return`Digest ${d.join(", ")}`}function _t(e){return function(e){if("object"!=typeof e||null===e||"[object Object]"!=Object.prototype.toString.call(e))return!1;if(null===Object.getPrototypeOf(e))return!0;let t=e;for(;null!==Object.getPrototypeOf(t);)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(e)===t}(e)?Object.assign({},e):Object.setPrototypeOf(Object.assign({},e),Object.getPrototypeOf(e))}function xt(...e){let t=null,n=[...e];for(;n.length>0;){const e=n.shift();t=t?At(t,e):_t(e)}return t}function At(e,t){const n=_t(e);return Object.keys(t).forEach((e=>{n.hasOwnProperty(e)?Array.isArray(t[e])?n[e]=Array.isArray(n[e])?[...n[e],...t[e]]:[...t[e]]:"object"==typeof t[e]&&t[e]?n[e]="object"==typeof n[e]&&n[e]?At(n[e],t[e]):_t(t[e]):n[e]=t[e]:n[e]=t[e]})),n}function Et(...e){if(0===e.length)return{};const t={};return e.reduce(((e,n)=>(Object.keys(n).forEach((r=>{const i=r.toLowerCase();t.hasOwnProperty(i)?e[t[i]]=n[r]:(t[i]=r,e[r]=n[r])})),e)),{})}var Nt=n(42830);const Tt="function"==typeof ArrayBuffer,{toString:Ct}=Object.prototype;function Ot(e){const t=(mt||(mt=new gt),mt);return t.patchInline("request",(e=>t.patchInline("fetch",dt,e.url,function(e){let t={};const n={method:e.method};if(e.headers&&(t=Et(t,e.headers)),void 0!==e.data){const[r,i]=function(e){if(!(0,yt.$)()&&e instanceof Nt.Readable)return[e,{}];if("string"==typeof e)return[e,{}];if(null!=(t=e)&&null!=t.constructor&&"function"==typeof t.constructor.isBuffer&&t.constructor.isBuffer(t))return[e,{}];if(function(e){return Tt&&(e instanceof ArrayBuffer||"[object ArrayBuffer]"===Ct.call(e))}(e))return[e,{}];if(e&&"object"==typeof e)return[JSON.stringify(e),{"content-type":"application/json"}];var t;throw new Error("Unable to convert request body: Unexpected body type: "+typeof e)}(e.data);n.body=r,t=Et(t,i)}return e.signal&&(n.signal=e.signal),e.withCredentials&&(n.credentials="include"),(0,yt.$)()||(e.httpAgent||e.httpsAgent)&&(n.agent=t=>"http:"===t.protocol?e.httpAgent||new ut.Agent:e.httpsAgent||new lt.Agent),n.headers=t,n}(e))),e)}const Pt=`/files/${(0,r.ts)()?.uid}`,It=(0,u.generateRemoteUrl)("dav"+Pt),St=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:It;const t=(0,l.eI)(e,{headers:{requesttoken:(0,r.IH)()||""}});return(0,l.lD)().patch("request",(e=>(e.headers?.method&&(e.method=e.headers.method,delete e.headers.method),async function(e){if(!e._digest)return Ot(e);const t=e._digest;delete e._digest,t.hasDigestAuth&&(e=xt(e,{headers:{Authorization:bt(e,t)}}));const n=await Ot(e);if(401==n.status){if(t.hasDigestAuth=function(e,t){const n=e.headers&&e.headers.get("www-authenticate")||"";if("digest"!==n.split(/\s/)[0].toLowerCase())return!1;const r=/([a-z0-9_-]+)=(?:"([^"]+)"|([a-z0-9_-]+))/gi;for(;;){const e=r.exec(n);if(!e)break;t[e[1]]=e[2]||e[3]}return t.nc+=1,t.cnonce=function(){let e="";for(let t=0;t<32;++t)e=`${e}${vt[Math.floor(16*Math.random())]}`;return e}(),!0}(n,t),t.hasDigestAuth){e=xt(e,{headers:{Authorization:bt(e,t)}});const n=await Ot(e);return 401==n.status?t.hasDigestAuth=!1:t.nc++,n}}else t.nc++;return n}(e)))),t};n(3443),(0,i.IY)().setApp("files").detectUser().build(),St();const Rt=function(e){const t=(0,r.ts)()?.uid;if(!t)throw new Error("No user id found");const n=e.props,i=function(e=""){let t=h.NONE;return e&&((e.includes("C")||e.includes("K"))&&(t|=h.CREATE),e.includes("G")&&(t|=h.READ),(e.includes("W")||e.includes("N")||e.includes("V"))&&(t|=h.UPDATE),e.includes("D")&&(t|=h.DELETE),e.includes("R")&&(t|=h.SHARE)),t}(n?.permissions),o=(n["owner-id"]||t).toString(),s=(0,u.generateRemoteUrl)("dav"+Pt+e.filename),a=n?.fileid<0?s.split("").reduce((function(e,t){return(e=(e<<5)-e+t.charCodeAt(0))&e}),0):n?.fileid||0,l={id:a,source:s,mtime:new Date(e.lastmod),mime:e.mime||"application/octet-stream",size:n?.size||0,permissions:i,owner:o,root:Pt,attributes:{...e,...n,hasPreview:n?.["has-preview"],failed:n?.fileid<0}};return delete l.attributes.props,"file"===e.type?new _(l):new x(l)},kt=e=>`\n"u"&&(window._nc_dav_namespaces={...g}),Object.keys(window._nc_dav_namespaces).map((e=>`xmlns:${e}="${window._nc_dav_namespaces?.[e]}"`)).join(" ")}>\n\t\n\t\t${typeof window._nc_dav_properties>"u"&&(window._nc_dav_properties=[...p]),window._nc_dav_properties.map((e=>`<${e} />`)).join(" ")}\n\t\n \n ${e}\n \n`,jt=function(e){return new x({id:e.id,source:(0,u.generateRemoteUrl)("dav/systemtags/"+e.id),owner:(0,r.ts)()?.uid,root:"/systemtags",permissions:h.READ,attributes:{...e,"is-tag":!0}})};(typeof window._nc_navigation>"u"&&(window._nc_navigation=new class{_views=[];_currentView=null;register(e){if(this._views.find((t=>t.id===e.id)))throw new Error(`View id ${e.id} is already registered`);this._views.push(e)}remove(e){const t=this._views.findIndex((t=>t.id===e));-1!==t&&this._views.splice(t,1)}get views(){return this._views}setActive(e){this._currentView=e}get active(){return this._currentView}},c.debug("Navigation service initialized")),window._nc_navigation).register(new class{_view;constructor(e){(function(e){if(!e.id||"string"!=typeof e.id)throw new Error("View id is required and must be a string");if(!e.name||"string"!=typeof e.name)throw new Error("View name is required and must be a string");if(e.columns&&e.columns.length>0&&(!e.caption||"string"!=typeof e.caption))throw new Error("View caption is required for top-level views and must be a string");if(!e.getContents||"function"!=typeof e.getContents)throw new Error("View getContents is required and must be a function");if(!e.icon||"string"!=typeof e.icon||!function(e){if("string"!=typeof e)throw new TypeError(`Expected a \`string\`, got \`${typeof e}\``);if(0===(e=e.trim()).length||!0!==Ve.XMLValidator.validate(e))return!1;let t;const n=new Ve.XMLParser;try{t=n.parse(e)}catch{return!1}return!(!t||!("svg"in t))}(e.icon))throw new Error("View icon is required and must be a valid svg string");if(!("order"in e)||"number"!=typeof e.order)throw new Error("View order is required and must be a number");if(e.columns&&e.columns.forEach((e=>{if(!(e instanceof A))throw new Error("View columns must be an array of Column. Invalid column found")})),e.emptyView&&"function"!=typeof e.emptyView)throw new Error("View emptyView must be a function");if(e.parent&&"string"!=typeof e.parent)throw new Error("View parent must be a string");if("sticky"in e&&"boolean"!=typeof e.sticky)throw new Error("View sticky must be a boolean");if("expanded"in e&&"boolean"!=typeof e.expanded)throw new Error("View expanded must be a boolean");if(e.defaultSortKey&&"string"!=typeof e.defaultSortKey)throw new Error("View defaultSortKey must be a string")})(e),this._view=e}get id(){return this._view.id}get name(){return this._view.name}get caption(){return this._view.caption}get emptyTitle(){return this._view.emptyTitle}get emptyCaption(){return this._view.emptyCaption}get getContents(){return this._view.getContents}get icon(){return this._view.icon}set icon(e){this._view.icon=e}get order(){return this._view.order}set order(e){this._view.order=e}get params(){return this._view.params}set params(e){this._view.params=e}get columns(){return this._view.columns}get emptyView(){return this._view.emptyView}get parent(){return this._view.parent}get sticky(){return this._view.sticky}get expanded(){return this._view.expanded}set expanded(e){this._view.expanded=e}get defaultSortKey(){return this._view.defaultSortKey}}({id:"tags",name:(0,o.Iu)("systemtags","Tags"),caption:(0,o.Iu)("systemtags","List of tags and their associated files and folders."),emptyTitle:(0,o.Iu)("systemtags","No tags found"),emptyCaption:(0,o.Iu)("systemtags","Tags you have created will show up here."),icon:'',order:25,getContents:async function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"/";const t=(await(async()=>{try{const{data:e}=await ot.getDirectoryContents("/systemtags",{data:'\n\n\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\n',details:!0,glob:"/systemtags/*"});return(e=>e.map((e=>{let{props:t}=e;return Object.fromEntries(Object.entries(t).map((e=>{let[t,n]=e;return[(0,st.Z)(t),"displayName"===(0,st.Z)(t)?String(n):n]})))})))(e)}catch(e){throw at.error((0,o.Iu)("systemtags","Failed to load tags"),{error:e}),new Error((0,o.Iu)("systemtags","Failed to load tags"))}})()).filter((e=>e.userVisible));if("/"===e)return{folder:new x({id:0,source:(0,u.generateRemoteUrl)("dav/systemtags"),owner:(0,r.ts)()?.uid,root:"/systemtags",permissions:h.NONE}),contents:t.map(jt)};const n=parseInt(e.replace("/",""),10),i=t.find((e=>e.id===n));if(!i)throw new Error("Tag not found");return{folder:jt(i),contents:(await St().getDirectoryContents("/",{details:!0,data:kt(n),headers:{method:"REPORT"}})).data.map(Rt)}}}))},50584:e=>{e.exports={100:"Continue",101:"Switching Protocols",102:"Processing",200:"OK",201:"Created",202:"Accepted",203:"Non-Authoritative Information",204:"No Content",205:"Reset Content",206:"Partial Content",207:"Multi-Status",208:"Already Reported",226:"IM Used",300:"Multiple Choices",301:"Moved Permanently",302:"Found",303:"See Other",304:"Not Modified",305:"Use Proxy",307:"Temporary Redirect",308:"Permanent Redirect",400:"Bad Request",401:"Unauthorized",402:"Payment Required",403:"Forbidden",404:"Not Found",405:"Method Not Allowed",406:"Not Acceptable",407:"Proxy Authentication Required",408:"Request Timeout",409:"Conflict",410:"Gone",411:"Length Required",412:"Precondition Failed",413:"Payload Too Large",414:"URI Too Long",415:"Unsupported Media Type",416:"Range Not Satisfiable",417:"Expectation Failed",418:"I'm a teapot",421:"Misdirected Request",422:"Unprocessable Entity",423:"Locked",424:"Failed Dependency",425:"Unordered Collection",426:"Upgrade Required",428:"Precondition Required",429:"Too Many Requests",431:"Request Header Fields Too Large",451:"Unavailable For Legal Reasons",500:"Internal Server Error",501:"Not Implemented",502:"Bad Gateway",503:"Service Unavailable",504:"Gateway Timeout",505:"HTTP Version Not Supported",506:"Variant Also Negotiates",507:"Insufficient Storage",508:"Loop Detected",509:"Bandwidth Limit Exceeded",510:"Not Extended",511:"Network Authentication Required"}},3443:function(e,t,n){var r,i,o=n(25108);function s(e){return s="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},s(e)}"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self&&self,r=function(e){"use strict";function t(e,n){return t=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},t(e,n)}function n(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,i=r(e);if(t){var o=r(this).constructor;n=Reflect.construct(i,arguments,o)}else n=i.apply(this,arguments);return function(e,t){if(t&&("object"===s(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}(this,n)}}function r(e){return r=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},r(e)}function i(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!n){if(Array.isArray(e)||(n=function(e,t){if(e){if("string"==typeof e)return a(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?a(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){n&&(e=n);var r=0,i=function(){};return{s:i,n:function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:i}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,s=!0,u=!1;return{s:function(){n=n.call(e)},n:function(){var e=n.next();return s=e.done,e},e:function(e){u=!0,o=e},f:function(){try{s||null==n.return||n.return()}finally{if(u)throw o}}}}function a(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n{"use strict";n.d(t,{Z:()=>a});var r=n(87537),i=n.n(r),o=n(23645),s=n.n(o)()(i());s.push([e.id,".files-list__system-tags{--min-size: 32px;display:none;justify-content:center;align-items:center;min-width:calc(var(--min-size)*2);max-width:300px}.files-list__system-tag{padding:5px 10px;border:1px solid;border-radius:var(--border-radius-pill);border-color:var(--color-border);color:var(--color-text-maxcontrast);height:var(--min-size);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:22px;text-align:center}.files-list__system-tag--more{overflow:visible;text-overflow:initial}.files-list__system-tag+.files-list__system-tag{margin-left:5px}@media(min-width: 512px){.files-list__system-tags{display:flex}}","",{version:3,sources:["webpack://./apps/systemtags/src/css/fileEntryInlineSystemTags.scss"],names:[],mappings:"AAsBA,yBACC,gBAAA,CACA,YAAA,CACA,sBAAA,CACA,kBAAA,CACA,iCAAA,CACA,eAAA,CAGD,wBACC,gBAAA,CACA,gBAAA,CACA,uCAAA,CACA,gCAAA,CACA,mCAAA,CACA,sBAAA,CACA,kBAAA,CACA,eAAA,CACA,sBAAA,CACA,gBAAA,CACA,iBAAA,CAEA,8BACC,gBAAA,CACA,qBAAA,CAID,gDACC,eAAA,CAIF,yBACC,yBACC,YAAA,CAAA",sourcesContent:["/**\n * @copyright Copyright (c) 2023 Lucas Azevedo \n *\n * @author Lucas Azevedo \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\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\n.files-list__system-tags {\n\t--min-size: 32px;\n\tdisplay: none;\n\tjustify-content: center;\n\talign-items: center;\n\tmin-width: calc(var(--min-size) * 2);\n\tmax-width: 300px;\n}\n\n.files-list__system-tag {\n\tpadding: 5px 10px;\n\tborder: 1px solid;\n\tborder-radius: var(--border-radius-pill);\n\tborder-color: var(--color-border);\n\tcolor: var(--color-text-maxcontrast);\n\theight: var(--min-size);\n\twhite-space: nowrap;\n\toverflow: hidden;\n\ttext-overflow: ellipsis;\n\tline-height: 22px; // min-size - 2 * 5px padding\n\ttext-align: center;\n\n\t&--more {\n\t\toverflow: visible;\n\t\ttext-overflow: initial;\n\t}\n\n\t// Proper spacing if multiple shown\n\t& + .files-list__system-tag {\n\t\tmargin-left: 5px;\n\t}\n}\n\n@media (min-width: 512px) {\n\t.files-list__system-tags {\n\t\tdisplay: flex;\n\t}\n}\n"],sourceRoot:""}]);const a=s},79267:(e,t,n)=>{var r=n(8501),i=n(8575),o=e.exports;for(var s in r)r.hasOwnProperty(s)&&(o[s]=r[s]);function a(e){if("string"==typeof e&&(e=i.parse(e)),e.protocol||(e.protocol="https:"),"https:"!==e.protocol)throw new Error('Protocol "'+e.protocol+'" not supported. Expected "https:"');return e}o.request=function(e,t){return e=a(e),r.request.call(this,e,t)},o.get=function(e,t){return e=a(e),r.get.call(this,e,t)}},88473:(e,t,n)=>{(t=e.exports=n(79481)).Stream=t,t.Readable=t,t.Writable=n(64229),t.Duplex=n(56753),t.Transform=n(74605),t.PassThrough=n(82725),t.finished=n(8610),t.pipeline=n(59946)},8501:(e,t,n)=>{var r=n(11989),i=n(55676),o=n(47529),s=n(50584),a=n(8575),u=t;u.request=function(e,t){e="string"==typeof e?a.parse(e):o(e);var i=-1===n.g.location.protocol.search(/^https?:$/)?"http:":"",s=e.protocol||i,u=e.hostname||e.host,l=e.port,c=e.path||"/";u&&-1!==u.indexOf(":")&&(u="["+u+"]"),e.url=(u?s+"//"+u:"")+(l?":"+l:"")+c,e.method=(e.method||"GET").toUpperCase(),e.headers=e.headers||{};var d=new r(e);return t&&d.on("response",t),d},u.get=function(e,t){var n=u.request(e,t);return n.end(),n},u.ClientRequest=r,u.IncomingMessage=i.IncomingMessage,u.Agent=function(){},u.Agent.defaultMaxSockets=4,u.globalAgent=new u.Agent,u.STATUS_CODES=s,u.METHODS=["CHECKOUT","CONNECT","COPY","DELETE","GET","HEAD","LOCK","M-SEARCH","MERGE","MKACTIVITY","MKCOL","MOVE","NOTIFY","OPTIONS","PATCH","POST","PROPFIND","PROPPATCH","PURGE","PUT","REPORT","SEARCH","SUBSCRIBE","TRACE","UNLOCK","UNSUBSCRIBE"]},8725:(e,t,n)=>{var r;function i(){if(void 0!==r)return r;if(n.g.XMLHttpRequest){r=new n.g.XMLHttpRequest;try{r.open("GET",n.g.XDomainRequest?"/":"https://example.com")}catch(e){r=null}}else r=null;return r}function o(e){var t=i();if(!t)return!1;try{return t.responseType=e,t.responseType===e}catch(e){}return!1}function s(e){return"function"==typeof e}t.fetch=s(n.g.fetch)&&s(n.g.ReadableStream),t.writableStream=s(n.g.WritableStream),t.abortController=s(n.g.AbortController),t.arraybuffer=t.fetch||o("arraybuffer"),t.msstream=!t.fetch&&o("ms-stream"),t.mozchunkedarraybuffer=!t.fetch&&o("moz-chunked-arraybuffer"),t.overrideMimeType=t.fetch||!!i()&&s(i().overrideMimeType),r=null},11989:(e,t,n)=>{var r=n(48764).Buffer,i=n(34155),o=n(8725),s=n(35717),a=n(55676),u=n(88473),l=a.IncomingMessage,c=a.readyStates,d=e.exports=function(e){var t,n=this;u.Writable.call(n),n._opts=e,n._body=[],n._headers={},e.auth&&n.setHeader("Authorization","Basic "+r.from(e.auth).toString("base64")),Object.keys(e.headers).forEach((function(t){n.setHeader(t,e.headers[t])}));var i=!0;if("disable-fetch"===e.mode||"requestTimeout"in e&&!o.abortController)i=!1,t=!0;else if("prefer-streaming"===e.mode)t=!1;else if("allow-wrong-content-type"===e.mode)t=!o.overrideMimeType;else{if(e.mode&&"default"!==e.mode&&"prefer-fast"!==e.mode)throw new Error("Invalid value for opts.mode");t=!0}n._mode=function(e,t){return o.fetch&&t?"fetch":o.mozchunkedarraybuffer?"moz-chunked-arraybuffer":o.msstream?"ms-stream":o.arraybuffer&&e?"arraybuffer":"text"}(t,i),n._fetchTimer=null,n._socketTimeout=null,n._socketTimer=null,n.on("finish",(function(){n._onFinish()}))};s(d,u.Writable),d.prototype.setHeader=function(e,t){var n=e.toLowerCase();-1===f.indexOf(n)&&(this._headers[n]={name:e,value:t})},d.prototype.getHeader=function(e){var t=this._headers[e.toLowerCase()];return t?t.value:null},d.prototype.removeHeader=function(e){delete this._headers[e.toLowerCase()]},d.prototype._onFinish=function(){var e=this;if(!e._destroyed){var t=e._opts;"timeout"in t&&0!==t.timeout&&e.setTimeout(t.timeout);var r=e._headers,s=null;"GET"!==t.method&&"HEAD"!==t.method&&(s=new Blob(e._body,{type:(r["content-type"]||{}).value||""}));var a=[];if(Object.keys(r).forEach((function(e){var t=r[e].name,n=r[e].value;Array.isArray(n)?n.forEach((function(e){a.push([t,e])})):a.push([t,n])})),"fetch"===e._mode){var u=null;if(o.abortController){var l=new AbortController;u=l.signal,e._fetchAbortController=l,"requestTimeout"in t&&0!==t.requestTimeout&&(e._fetchTimer=n.g.setTimeout((function(){e.emit("requestTimeout"),e._fetchAbortController&&e._fetchAbortController.abort()}),t.requestTimeout))}n.g.fetch(e._opts.url,{method:e._opts.method,headers:a,body:s||void 0,mode:"cors",credentials:t.withCredentials?"include":"same-origin",signal:u}).then((function(t){e._fetchResponse=t,e._resetTimers(!1),e._connect()}),(function(t){e._resetTimers(!0),e._destroyed||e.emit("error",t)}))}else{var d=e._xhr=new n.g.XMLHttpRequest;try{d.open(e._opts.method,e._opts.url,!0)}catch(t){return void i.nextTick((function(){e.emit("error",t)}))}"responseType"in d&&(d.responseType=e._mode),"withCredentials"in d&&(d.withCredentials=!!t.withCredentials),"text"===e._mode&&"overrideMimeType"in d&&d.overrideMimeType("text/plain; charset=x-user-defined"),"requestTimeout"in t&&(d.timeout=t.requestTimeout,d.ontimeout=function(){e.emit("requestTimeout")}),a.forEach((function(e){d.setRequestHeader(e[0],e[1])})),e._response=null,d.onreadystatechange=function(){switch(d.readyState){case c.LOADING:case c.DONE:e._onXHRProgress()}},"moz-chunked-arraybuffer"===e._mode&&(d.onprogress=function(){e._onXHRProgress()}),d.onerror=function(){e._destroyed||(e._resetTimers(!0),e.emit("error",new Error("XHR error")))};try{d.send(s)}catch(t){return void i.nextTick((function(){e.emit("error",t)}))}}}},d.prototype._onXHRProgress=function(){var e=this;e._resetTimers(!1),function(e){try{var t=e.status;return null!==t&&0!==t}catch(e){return!1}}(e._xhr)&&!e._destroyed&&(e._response||e._connect(),e._response._onXHRProgress(e._resetTimers.bind(e)))},d.prototype._connect=function(){var e=this;e._destroyed||(e._response=new l(e._xhr,e._fetchResponse,e._mode,e._resetTimers.bind(e)),e._response.on("error",(function(t){e.emit("error",t)})),e.emit("response",e._response))},d.prototype._write=function(e,t,n){this._body.push(e),n()},d.prototype._resetTimers=function(e){var t=this;n.g.clearTimeout(t._socketTimer),t._socketTimer=null,e?(n.g.clearTimeout(t._fetchTimer),t._fetchTimer=null):t._socketTimeout&&(t._socketTimer=n.g.setTimeout((function(){t.emit("timeout")}),t._socketTimeout))},d.prototype.abort=d.prototype.destroy=function(e){var t=this;t._destroyed=!0,t._resetTimers(!0),t._response&&(t._response._destroyed=!0),t._xhr?t._xhr.abort():t._fetchAbortController&&t._fetchAbortController.abort(),e&&t.emit("error",e)},d.prototype.end=function(e,t,n){"function"==typeof e&&(n=e,e=void 0),u.Writable.prototype.end.call(this,e,t,n)},d.prototype.setTimeout=function(e,t){var n=this;t&&n.once("timeout",t),n._socketTimeout=e,n._resetTimers(!1)},d.prototype.flushHeaders=function(){},d.prototype.setNoDelay=function(){},d.prototype.setSocketKeepAlive=function(){};var f=["accept-charset","accept-encoding","access-control-request-headers","access-control-request-method","connection","content-length","cookie","cookie2","date","dnt","expect","host","keep-alive","origin","referer","te","trailer","transfer-encoding","upgrade","via"]},55676:(e,t,n)=>{var r=n(34155),i=n(48764).Buffer,o=n(8725),s=n(35717),a=n(88473),u=t.readyStates={UNSENT:0,OPENED:1,HEADERS_RECEIVED:2,LOADING:3,DONE:4},l=t.IncomingMessage=function(e,t,n,s){var u=this;if(a.Readable.call(u),u._mode=n,u.headers={},u.rawHeaders=[],u.trailers={},u.rawTrailers=[],u.on("end",(function(){r.nextTick((function(){u.emit("close")}))})),"fetch"===n){if(u._fetchResponse=t,u.url=t.url,u.statusCode=t.status,u.statusMessage=t.statusText,t.headers.forEach((function(e,t){u.headers[t.toLowerCase()]=e,u.rawHeaders.push(t,e)})),o.writableStream){var l=new WritableStream({write:function(e){return s(!1),new Promise((function(t,n){u._destroyed?n():u.push(i.from(e))?t():u._resumeFetch=t}))},close:function(){s(!0),u._destroyed||u.push(null)},abort:function(e){s(!0),u._destroyed||u.emit("error",e)}});try{return void t.body.pipeTo(l).catch((function(e){s(!0),u._destroyed||u.emit("error",e)}))}catch(e){}}var c=t.body.getReader();!function e(){c.read().then((function(t){u._destroyed||(s(t.done),t.done?u.push(null):(u.push(i.from(t.value)),e()))})).catch((function(e){s(!0),u._destroyed||u.emit("error",e)}))}()}else if(u._xhr=e,u._pos=0,u.url=e.responseURL,u.statusCode=e.status,u.statusMessage=e.statusText,e.getAllResponseHeaders().split(/\r?\n/).forEach((function(e){var t=e.match(/^([^:]+):\s*(.*)/);if(t){var n=t[1].toLowerCase();"set-cookie"===n?(void 0===u.headers[n]&&(u.headers[n]=[]),u.headers[n].push(t[2])):void 0!==u.headers[n]?u.headers[n]+=", "+t[2]:u.headers[n]=t[2],u.rawHeaders.push(t[1],t[2])}})),u._charset="x-user-defined",!o.overrideMimeType){var d=u.rawHeaders["mime-type"];if(d){var f=d.match(/;\s*charset=([^;])(;|$)/);f&&(u._charset=f[1].toLowerCase())}u._charset||(u._charset="utf-8")}};s(l,a.Readable),l.prototype._read=function(){var e=this._resumeFetch;e&&(this._resumeFetch=null,e())},l.prototype._onXHRProgress=function(e){var t=this,r=t._xhr,o=null;switch(t._mode){case"text":if((o=r.responseText).length>t._pos){var s=o.substr(t._pos);if("x-user-defined"===t._charset){for(var a=i.alloc(s.length),l=0;lt._pos&&(t.push(i.from(new Uint8Array(c.result.slice(t._pos)))),t._pos=c.result.byteLength)},c.onload=function(){e(!0),t.push(null)},c.readAsArrayBuffer(o)}t._xhr.readyState===u.DONE&&"ms-stream"!==t._mode&&(e(!0),t.push(null))}},47529:e=>{e.exports=function(){for(var e={},n=0;n{},52361:()=>{},94616:()=>{}},n={};function r(e){var i=n[e];if(void 0!==i)return i.exports;var o=n[e]={id:e,loaded:!1,exports:{}};return t[e].call(o.exports,o,o.exports,r),o.loaded=!0,o.exports}r.m=t,e=[],r.O=(t,n,i,o)=>{if(!n){var s=1/0;for(c=0;c=o)&&Object.keys(r.O).every((e=>r.O[e](n[u])))?n.splice(u--,1):(a=!1,o0&&e[c-1][2]>o;c--)e[c]=e[c-1];e[c]=[n,i,o]},r.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.e=()=>Promise.resolve(),r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),r.j=5191,(()=>{r.b=document.baseURI||self.location.href;var e={5191:0};r.O.j=t=>0===e[t];var t=(t,n)=>{var i,o,s=n[0],a=n[1],u=n[2],l=0;if(s.some((t=>0!==e[t]))){for(i in a)r.o(a,i)&&(r.m[i]=a[i]);if(u)var c=u(r)}for(t&&t(n);lr(11057)));i=r.O(i)})(); +//# sourceMappingURL=systemtags-init.js.map?v=89c89733fef82c56babe \ No newline at end of file diff --git a/dist/systemtags-init.js.map b/dist/systemtags-init.js.map index 347d17566e64c..b889a3f5e1d06 100644 --- a/dist/systemtags-init.js.map +++ b/dist/systemtags-init.js.map @@ -1 +1 @@ -{"version":3,"file":"systemtags-init.js?v=19b4130c00f49a140966","mappings":";UAAIA,mHC4BJ,MAAwGC,EAAhF,QAAZC,GAAmG,YAAhF,UAAIC,OAAO,SAASC,SAAU,UAAID,OAAO,SAASE,OAAOH,EAAEI,KAAKF,QAApF,IAACF,EA0IRK,EAAoB,CAAEL,IAAOA,EAAEM,QAAU,UAAWN,EAAEO,OAAS,SAAUP,GAArD,CAAyDK,GAAK,CAAC,GAkKnFG,EAAoB,CAAER,IAAOA,EAAEA,EAAES,KAAO,GAAK,OAAQT,EAAEA,EAAEU,OAAS,GAAK,SAAUV,EAAEA,EAAEW,KAAO,GAAK,OAAQX,EAAEA,EAAEY,OAAS,GAAK,SAAUZ,EAAEA,EAAEa,OAAS,GAAK,SAAUb,EAAEA,EAAEc,MAAQ,IAAM,QAASd,EAAEA,EAAEe,IAAM,IAAM,MAAOf,GAA/L,CAAmMQ,GAAK,CAAC,GAuBjO,MAAMQ,EAAI,CACR,qBACA,mBACA,YACA,oBACA,0BACA,iBACA,iBACA,kBACA,gBACA,sBACA,qBACA,cACA,YACA,wBACA,cACA,iBACA,iBACA,UACA,yBACCC,EAAI,CACLC,EAAG,OACHC,GAAI,0BACJC,GAAI,yBACJC,IAAK,6CAuIP,IAAIC,EAAoB,CAAEtB,IAAOA,EAAEuB,OAAS,SAAUvB,EAAEwB,KAAO,OAAQxB,GAA/C,CAAmDsB,GAAK,CAAC,GAsBjF,MAAMG,EAAI,SAASzB,EAAG0B,GACpB,OAAsB,OAAf1B,EAAE2B,MAAMD,EACjB,EAAGE,EAAI,CAAC5B,EAAG0B,KACT,GAAI1B,EAAE6B,IAAqB,iBAAR7B,EAAE6B,GACnB,MAAM,IAAIC,MAAM,4BAClB,IAAK9B,EAAE+B,OACL,MAAM,IAAID,MAAM,4BAClB,IACE,IAAIE,IAAIhC,EAAE+B,OACZ,CAAE,MACA,MAAM,IAAID,MAAM,oDAClB,CACA,IAAK9B,EAAE+B,OAAOE,WAAW,QACvB,MAAM,IAAIH,MAAM,oDAClB,GAAI9B,EAAEkC,SAAWlC,EAAEkC,iBAAiBC,MAClC,MAAM,IAAIL,MAAM,sBAClB,GAAI9B,EAAEoC,UAAYpC,EAAEoC,kBAAkBD,MACpC,MAAM,IAAIL,MAAM,uBAClB,IAAK9B,EAAEqC,MAAyB,iBAAVrC,EAAEqC,OAAqBrC,EAAEqC,KAAKV,MAAM,yBACxD,MAAM,IAAIG,MAAM,qCAClB,GAAI,SAAU9B,GAAsB,iBAAVA,EAAEsC,WAA+B,IAAXtC,EAAEsC,KAChD,MAAM,IAAIR,MAAM,qBAClB,GAAI,gBAAiB9B,QAAuB,IAAlBA,EAAEuC,eAAoD,iBAAjBvC,EAAEuC,aAA2BvC,EAAEuC,aAAe/B,EAAEC,MAAQT,EAAEuC,aAAe/B,EAAEO,KACxI,MAAM,IAAIe,MAAM,uBAClB,GAAI9B,EAAEwC,OAAqB,OAAZxC,EAAEwC,OAAoC,iBAAXxC,EAAEwC,MAC1C,MAAM,IAAIV,MAAM,sBAClB,GAAI9B,EAAEyC,YAAqC,iBAAhBzC,EAAEyC,WAC3B,MAAM,IAAIX,MAAM,2BAClB,GAAI9B,EAAE0C,MAAyB,iBAAV1C,EAAE0C,KACrB,MAAM,IAAIZ,MAAM,qBAClB,GAAI9B,EAAE0C,OAAS1C,EAAE0C,KAAKT,WAAW,KAC/B,MAAM,IAAIH,MAAM,wCAClB,GAAI9B,EAAE0C,OAAS1C,EAAE+B,OAAOY,SAAS3C,EAAE0C,MACjC,MAAM,IAAIZ,MAAM,mCAClB,GAAI9B,EAAE0C,MAAQjB,EAAEzB,EAAE+B,OAAQL,GAAI,CAC5B,MAAMkB,EAAI5C,EAAE+B,OAAOJ,MAAMD,GAAG,GAC5B,IAAK1B,EAAE+B,OAAOY,UAAS,UAAGC,EAAG5C,EAAE0C,OAC7B,MAAM,IAAIZ,MAAM,4DACpB,CACA,GAAI9B,EAAE6C,SAAWC,OAAOC,OAAOC,GAAGL,SAAS3C,EAAE6C,QAC3C,MAAM,IAAIf,MAAM,oCAAoC,EAuBxD,IAAIkB,EAAoB,CAAEhD,IAAOA,EAAEiD,IAAM,MAAOjD,EAAEkD,OAAS,SAAUlD,EAAEmD,QAAU,UAAWnD,EAAEoD,OAAS,SAAUpD,GAAzF,CAA6FgD,GAAK,CAAC,GAC3H,MAAMK,EACJC,MACAC,YACAC,iBAAmB,mCACnB,WAAAC,CAAY/B,EAAGkB,GACbhB,EAAEF,EAAGkB,GAAKc,KAAKF,kBAAmBE,KAAKJ,MAAQ5B,EAC/C,MAAMiC,EAAI,CAERC,IAAK,CAACC,EAAGC,EAAG5C,KAAOwC,KAAKK,cAAeC,QAAQJ,IAAIC,EAAGC,EAAG5C,IACzD+C,eAAgB,CAACJ,EAAGC,KAAOJ,KAAKK,cAAeC,QAAQC,eAAeJ,EAAGC,KAG3EJ,KAAKH,YAAc,IAAIW,MAAMxC,EAAEe,YAAc,CAAC,EAAGkB,UAAWD,KAAKJ,MAAMb,WAAYG,IAAMc,KAAKF,iBAAmBZ,EACnH,CAIA,UAAIb,GACF,OAAO2B,KAAKJ,MAAMvB,OAAOoC,QAAQ,OAAQ,GAC3C,CAIA,iBAAIC,GACF,MAAQC,OAAQ3C,GAAM,IAAIM,IAAI0B,KAAK3B,QACnC,OAAOL,GAAI,QAAGgC,KAAK3B,OAAOuC,MAAM5C,EAAE6C,QACpC,CAIA,YAAIC,GACF,OAAO,cAAGd,KAAK3B,OACjB,CAIA,aAAI0C,GACF,OAAO,aAAGf,KAAK3B,OACjB,CAKA,WAAI2C,GACF,GAAIhB,KAAKhB,KAAM,CACb,IAAIE,EAAIc,KAAK3B,OACb2B,KAAKiB,iBAAmB/B,EAAIA,EAAEgC,MAAMlB,KAAKF,kBAAkBqB,OAC3D,MAAMlB,EAAIf,EAAEkC,QAAQpB,KAAKhB,MAAOmB,EAAIH,KAAKhB,KAAKyB,QAAQ,MAAO,IAC7D,OAAO,aAAEvB,EAAE0B,MAAMX,EAAIE,EAAEU,SAAW,IACpC,CACA,MAAM7C,EAAI,IAAIM,IAAI0B,KAAK3B,QACvB,OAAO,aAAEL,EAAEqD,SACb,CAIA,QAAI1C,GACF,OAAOqB,KAAKJ,MAAMjB,IACpB,CAIA,SAAIH,GACF,OAAOwB,KAAKJ,MAAMpB,KACpB,CAIA,UAAIE,GACF,OAAOsB,KAAKJ,MAAMlB,MACpB,CAIA,QAAIE,GACF,OAAOoB,KAAKJ,MAAMhB,IACpB,CAIA,cAAIG,GACF,OAAOiB,KAAKH,WACd,CAIA,eAAIhB,GACF,OAAsB,OAAfmB,KAAKlB,OAAmBkB,KAAKiB,oBAAqD,IAA3BjB,KAAKJ,MAAMf,YAAyBmB,KAAKJ,MAAMf,YAAc/B,EAAEC,KAAxED,EAAEG,IACzD,CAIA,SAAI6B,GACF,OAAOkB,KAAKiB,eAAiBjB,KAAKJ,MAAMd,MAAQ,IAClD,CAIA,kBAAImC,GACF,OAAOlD,EAAEiC,KAAK3B,OAAQ2B,KAAKF,iBAC7B,CAIA,QAAId,GACF,OAAOgB,KAAKJ,MAAMZ,KAAOgB,KAAKJ,MAAMZ,KAAKyB,QAAQ,WAAY,MAAQT,KAAKiB,iBAAkB,aAAEjB,KAAK3B,QAAQ6C,MAAMlB,KAAKF,kBAAkBqB,OAAS,IACnJ,CAIA,QAAIG,GACF,GAAItB,KAAKhB,KAAM,CACb,IAAIhB,EAAIgC,KAAK3B,OACb2B,KAAKiB,iBAAmBjD,EAAIA,EAAEkD,MAAMlB,KAAKF,kBAAkBqB,OAC3D,MAAMjC,EAAIlB,EAAEoD,QAAQpB,KAAKhB,MAAOiB,EAAID,KAAKhB,KAAKyB,QAAQ,MAAO,IAC7D,OAAOzC,EAAE4C,MAAM1B,EAAIe,EAAEY,SAAW,GAClC,CACA,OAAQb,KAAKgB,QAAU,IAAMhB,KAAKc,UAAUL,QAAQ,QAAS,IAC/D,CAKA,UAAIc,GACF,OAAOvB,KAAKJ,OAAOzB,IAAM6B,KAAKjB,YAAYwC,MAC5C,CAIA,UAAIpC,GACF,OAAOa,KAAKJ,OAAOT,MACrB,CAIA,UAAIA,CAAOnB,GACTgC,KAAKJ,MAAMT,OAASnB,CACtB,CAOA,IAAAwD,CAAKxD,GACHE,EAAE,IAAK8B,KAAKJ,MAAOvB,OAAQL,GAAKgC,KAAKF,kBAAmBE,KAAKJ,MAAMvB,OAASL,EAAGgC,KAAKK,aACtF,CAOA,MAAAoB,CAAOzD,GACL,GAAIA,EAAEiB,SAAS,KACb,MAAM,IAAIb,MAAM,oBAClB4B,KAAKwB,MAAK,aAAExB,KAAK3B,QAAU,IAAML,EACnC,CAIA,WAAAqC,GACEL,KAAKJ,MAAMpB,QAAUwB,KAAKJ,MAAMpB,MAAwB,IAAIC,KAC9D,EAuBF,MAAMiD,UAAW/B,EACf,QAAIgC,GACF,OAAO/D,EAAEE,IACX,EAuBF,MAAM8D,UAAWjC,EACf,WAAAI,CAAY/B,GACV6D,MAAM,IACD7D,EACHW,KAAM,wBAEV,CACA,QAAIgD,GACF,OAAO/D,EAAEC,MACX,CACA,aAAIkD,GACF,OAAO,IACT,CACA,QAAIpC,GACF,MAAO,sBACT,GAwBoC,uBAAG,OA4GzC,MAAMmD,EACJC,QACA,WAAAhC,CAAY/B,GACVgE,EAAGhE,GAAIgC,KAAK+B,QAAU/D,CACxB,CACA,MAAIG,GACF,OAAO6B,KAAK+B,QAAQ5D,EACtB,CACA,SAAI8D,GACF,OAAOjC,KAAK+B,QAAQE,KACtB,CACA,UAAIC,GACF,OAAOlC,KAAK+B,QAAQG,MACtB,CACA,QAAIC,GACF,OAAOnC,KAAK+B,QAAQI,IACtB,CACA,WAAIC,GACF,OAAOpC,KAAK+B,QAAQK,OACtB,EAEF,MAAMJ,EAAK,SAAS1F,GAClB,IAAKA,EAAE6B,IAAqB,iBAAR7B,EAAE6B,GACpB,MAAM,IAAIC,MAAM,2BAClB,IAAK9B,EAAE2F,OAA2B,iBAAX3F,EAAE2F,MACvB,MAAM,IAAI7D,MAAM,8BAClB,IAAK9B,EAAE4F,QAA6B,mBAAZ5F,EAAE4F,OACxB,MAAM,IAAI9D,MAAM,iCAClB,GAAI9B,EAAE6F,MAAyB,mBAAV7F,EAAE6F,KACrB,MAAM,IAAI/D,MAAM,0CAClB,GAAI9B,EAAE8F,SAA+B,mBAAb9F,EAAE8F,QACxB,MAAM,IAAIhE,MAAM,qCAClB,OAAO,CACT,EACA,IAAIiE,EAAI,CAAC,EAAGC,EAAI,CAAC,GACjB,SAAUhG,GACR,MAAM0B,EAAI,gLAAyOiC,EAAI,IAAMjC,EAAI,KAAlEA,EAAwD,iDAA2BmC,EAAI,IAAIoC,OAAO,IAAMtC,EAAI,KAgB3S3D,EAAEkG,QAAU,SAASC,GACnB,cAAcA,EAAI,GACpB,EAAGnG,EAAEoG,cAAgB,SAASD,GAC5B,OAAiC,IAA1BrD,OAAOuD,KAAKF,GAAG5B,MACxB,EAAGvE,EAAEsG,MAAQ,SAASH,EAAGI,EAAGC,GAC1B,GAAID,EAAG,CACL,MAAME,EAAI3D,OAAOuD,KAAKE,GAAIG,EAAID,EAAElC,OAChC,IAAK,IAAIoC,EAAI,EAAGA,EAAID,EAAGC,IACJR,EAAEM,EAAEE,IAAf,WAANH,EAA2B,CAACD,EAAEE,EAAEE,KAAiBJ,EAAEE,EAAEE,GACzD,CACF,EAAG3G,EAAE4G,SAAW,SAAST,GACvB,OAAOnG,EAAEkG,QAAQC,GAAKA,EAAI,EAC5B,EAAGnG,EAAE6G,OAhBE,SAASV,GACd,MAAMI,EAAI1C,EAAEiD,KAAKX,GACjB,QAAe,OAANI,UAAqBA,EAAI,IACpC,EAaiBvG,EAAE+G,cA5BkS,SAASZ,EAAGI,GAC/T,MAAMC,EAAI,GACV,IAAIC,EAAIF,EAAEO,KAAKX,GACf,KAAOM,GAAK,CACV,MAAMC,EAAI,GACVA,EAAEM,WAAaT,EAAEU,UAAYR,EAAE,GAAGlC,OAClC,MAAMoC,EAAIF,EAAElC,OACZ,IAAK,IAAI2C,EAAI,EAAGA,EAAIP,EAAGO,IACrBR,EAAES,KAAKV,EAAES,IACXV,EAAEW,KAAKT,GAAID,EAAIF,EAAEO,KAAKX,EACxB,CACA,OAAOK,CACT,EAgBsCxG,EAAEoH,WAAazD,CACtD,CA9BD,CA8BGqC,GACH,MAAMqB,EAAIrB,EAAGsB,EAAK,CAChBC,wBAAwB,EAExBC,aAAc,IAkGhB,SAASC,EAAEzH,GACT,MAAa,MAANA,GAAmB,OAANA,GAAmB,OAANA,GACxB,OAANA,CACL,CACA,SAAS0H,EAAE1H,EAAG0B,GACZ,MAAMkB,EAAIlB,EACV,KAAOA,EAAI1B,EAAEuE,OAAQ7C,IACnB,GAAY,KAAR1B,EAAE0B,IAAqB,KAAR1B,EAAE0B,GAAW,CAC9B,MAAMiC,EAAI3D,EAAE2H,OAAO/E,EAAGlB,EAAIkB,GAC1B,GAAIlB,EAAI,GAAW,QAANiC,EACX,OAAOiE,EAAE,aAAc,6DAA8DC,EAAE7H,EAAG0B,IAC5F,GAAY,KAAR1B,EAAE0B,IAAyB,KAAZ1B,EAAE0B,EAAI,GAAW,CAClCA,IACA,KACF,CACE,QACJ,CACF,OAAOA,CACT,CACA,SAASoG,EAAE9H,EAAG0B,GACZ,GAAI1B,EAAEuE,OAAS7C,EAAI,GAAkB,MAAb1B,EAAE0B,EAAI,IAA2B,MAAb1B,EAAE0B,EAAI,IAChD,IAAKA,GAAK,EAAGA,EAAI1B,EAAEuE,OAAQ7C,IACzB,GAAa,MAAT1B,EAAE0B,IAA2B,MAAb1B,EAAE0B,EAAI,IAA2B,MAAb1B,EAAE0B,EAAI,GAAY,CACxDA,GAAK,EACL,KACF,OACG,GAAI1B,EAAEuE,OAAS7C,EAAI,GAAkB,MAAb1B,EAAE0B,EAAI,IAA2B,MAAb1B,EAAE0B,EAAI,IAA2B,MAAb1B,EAAE0B,EAAI,IAA2B,MAAb1B,EAAE0B,EAAI,IAA2B,MAAb1B,EAAE0B,EAAI,IAA2B,MAAb1B,EAAE0B,EAAI,IAA2B,MAAb1B,EAAE0B,EAAI,GAAY,CACvK,IAAIkB,EAAI,EACR,IAAKlB,GAAK,EAAGA,EAAI1B,EAAEuE,OAAQ7C,IACzB,GAAa,MAAT1B,EAAE0B,GACJkB,SACG,GAAa,MAAT5C,EAAE0B,KAAekB,IAAW,IAANA,GAC7B,KACN,MAAO,GAAI5C,EAAEuE,OAAS7C,EAAI,GAAkB,MAAb1B,EAAE0B,EAAI,IAA2B,MAAb1B,EAAE0B,EAAI,IAA2B,MAAb1B,EAAE0B,EAAI,IAA2B,MAAb1B,EAAE0B,EAAI,IAA2B,MAAb1B,EAAE0B,EAAI,IAA2B,MAAb1B,EAAE0B,EAAI,IAA2B,MAAb1B,EAAE0B,EAAI,GAC3J,IAAKA,GAAK,EAAGA,EAAI1B,EAAEuE,OAAQ7C,IACzB,GAAa,MAAT1B,EAAE0B,IAA2B,MAAb1B,EAAE0B,EAAI,IAA2B,MAAb1B,EAAE0B,EAAI,GAAY,CACxDA,GAAK,EACL,KACF,CAEJ,OAAOA,CACT,CAzIAqE,EAAEgC,SAAW,SAAS/H,EAAG0B,GACvBA,EAAIoB,OAAOkF,OAAO,CAAC,EAAGV,EAAI5F,GAC1B,MAAMkB,EAAI,GACV,IAAIe,GAAI,EAAIE,GAAI,EACP,WAAT7D,EAAE,KAAoBA,EAAIA,EAAE2H,OAAO,IACnC,IAAK,IAAI7D,EAAI,EAAGA,EAAI9D,EAAEuE,OAAQT,IAC5B,GAAa,MAAT9D,EAAE8D,IAA2B,MAAb9D,EAAE8D,EAAI,IACxB,GAAIA,GAAK,EAAGA,EAAI4D,EAAE1H,EAAG8D,GAAIA,EAAEmE,IACzB,OAAOnE,MACJ,IAAa,MAAT9D,EAAE8D,GAyEN,CACL,GAAI2D,EAAEzH,EAAE8D,IACN,SACF,OAAO8D,EAAE,cAAe,SAAW5H,EAAE8D,GAAK,qBAAsB+D,EAAE7H,EAAG8D,GACvE,CA7EyB,CACvB,IAAI5C,EAAI4C,EACR,GAAIA,IAAc,MAAT9D,EAAE8D,GAAY,CACrBA,EAAIgE,EAAE9H,EAAG8D,GACT,QACF,CAAO,CACL,IAAIqC,GAAI,EACC,MAATnG,EAAE8D,KAAeqC,GAAI,EAAIrC,KACzB,IAAIyC,EAAI,GACR,KAAOzC,EAAI9D,EAAEuE,QAAmB,MAATvE,EAAE8D,IAAuB,MAAT9D,EAAE8D,IAAuB,OAAT9D,EAAE8D,IAAuB,OAAT9D,EAAE8D,IACnE,OAAT9D,EAAE8D,GAAaA,IACVyC,GAAKvG,EAAE8D,GACT,GAAIyC,EAAIA,EAAE2B,OAA4B,MAApB3B,EAAEA,EAAEhC,OAAS,KAAegC,EAAIA,EAAE4B,UAAU,EAAG5B,EAAEhC,OAAS,GAAIT,MAAOsE,EAAG7B,GAAI,CAC5F,IAAIG,EACJ,OAA+BA,EAAJ,IAApBH,EAAE2B,OAAO3D,OAAmB,2BAAiC,QAAUgC,EAAI,wBAAyBqB,EAAE,aAAclB,EAAGmB,EAAE7H,EAAG8D,GACrI,CACA,MAAM0C,EAAI6B,EAAGrI,EAAG8D,GAChB,IAAU,IAAN0C,EACF,OAAOoB,EAAE,cAAe,mBAAqBrB,EAAI,qBAAsBsB,EAAE7H,EAAG8D,IAC9E,IAAI2C,EAAID,EAAE8B,MACV,GAAIxE,EAAI0C,EAAE+B,MAA2B,MAApB9B,EAAEA,EAAElC,OAAS,GAAY,CACxC,MAAMmC,EAAI5C,EAAI2C,EAAElC,OAChBkC,EAAIA,EAAE0B,UAAU,EAAG1B,EAAElC,OAAS,GAC9B,MAAMoC,EAAI6B,EAAE/B,EAAG/E,GACf,IAAU,IAANiF,EAGF,OAAOiB,EAAEjB,EAAEsB,IAAIQ,KAAM9B,EAAEsB,IAAIS,IAAKb,EAAE7H,EAAG0G,EAAIC,EAAEsB,IAAIU,OAF/ChF,GAAI,CAGR,MAAO,GAAIwC,EACT,KAAIK,EAAEoC,UAgBJ,OAAOhB,EAAE,aAAc,gBAAkBrB,EAAI,iCAAkCsB,EAAE7H,EAAG8D,IAfpF,GAAI2C,EAAEyB,OAAO3D,OAAS,EACpB,OAAOqD,EAAE,aAAc,gBAAkBrB,EAAI,+CAAgDsB,EAAE7H,EAAGkB,IACpG,CACE,MAAMwF,EAAI9D,EAAEiC,MACZ,GAAI0B,IAAMG,EAAEmC,QAAS,CACnB,IAAIlC,EAAIkB,EAAE7H,EAAG0G,EAAEoC,aACf,OAAOlB,EACL,aACA,yBAA2BlB,EAAEmC,QAAU,qBAAuBlC,EAAEgC,KAAO,SAAWhC,EAAEoC,IAAM,6BAA+BxC,EAAI,KAC7HsB,EAAE7H,EAAGkB,GAET,CACY,GAAZ0B,EAAE2B,SAAgBV,GAAI,EACxB,CAEuF,KACtF,CACH,MAAM6C,EAAI8B,EAAE/B,EAAG/E,GACf,IAAU,IAANgF,EACF,OAAOkB,EAAElB,EAAEuB,IAAIQ,KAAM/B,EAAEuB,IAAIS,IAAKb,EAAE7H,EAAG8D,EAAI2C,EAAElC,OAASmC,EAAEuB,IAAIU,OAC5D,IAAU,IAAN9E,EACF,OAAO+D,EAAE,aAAc,sCAAuCC,EAAE7H,EAAG8D,KACtC,IAA/BpC,EAAE8F,aAAa1C,QAAQyB,IAAa3D,EAAEuE,KAAK,CAAE0B,QAAStC,EAAGuC,YAAa5H,IAAMyC,GAAI,CAClF,CACA,IAAKG,IAAKA,EAAI9D,EAAEuE,OAAQT,IACtB,GAAa,MAAT9D,EAAE8D,GACJ,IAAiB,MAAb9D,EAAE8D,EAAI,GAAY,CACpBA,IAAKA,EAAIgE,EAAE9H,EAAG8D,GACd,QACF,CAAO,GAAiB,MAAb9D,EAAE8D,EAAI,GAIf,MAHA,GAAIA,EAAI4D,EAAE1H,IAAK8D,GAAIA,EAAEmE,IACnB,OAAOnE,CAEJ,MACJ,GAAa,MAAT9D,EAAE8D,GAAY,CACrB,MAAM4C,EAAIsC,EAAGhJ,EAAG8D,GAChB,IAAU,GAAN4C,EACF,OAAOkB,EAAE,cAAe,4BAA6BC,EAAE7H,EAAG8D,IAC5DA,EAAI4C,CACN,MAAO,IAAU,IAAN7C,IAAa4D,EAAEzH,EAAE8D,IAC1B,OAAO8D,EAAE,aAAc,wBAAyBC,EAAE7H,EAAG8D,IAChD,MAAT9D,EAAE8D,IAAcA,GAClB,CACF,CAIA,CACF,OAAIH,EACc,GAAZf,EAAE2B,OACGqD,EAAE,aAAc,iBAAmBhF,EAAE,GAAGiG,QAAU,KAAMhB,EAAE7H,EAAG4C,EAAE,GAAGkG,gBACvElG,EAAE2B,OAAS,IACNqD,EAAE,aAAc,YAAcqB,KAAKC,UAAUtG,EAAEuG,KAAKrF,GAAMA,EAAE+E,UAAU,KAAM,GAAG1E,QAAQ,SAAU,IAAM,WAAY,CAAEwE,KAAM,EAAGI,IAAK,IAErInB,EAAE,aAAc,sBAAuB,EAElD,EA2CA,MAAMwB,EAAK,IAAKC,EAAK,IACrB,SAAShB,EAAGrI,EAAG0B,GACb,IAAIkB,EAAI,GAAIe,EAAI,GAAIE,GAAI,EACxB,KAAOnC,EAAI1B,EAAEuE,OAAQ7C,IAAK,CACxB,GAAI1B,EAAE0B,KAAO0H,GAAMpJ,EAAE0B,KAAO2H,EACpB,KAAN1F,EAAWA,EAAI3D,EAAE0B,GAAKiC,IAAM3D,EAAE0B,KAAOiC,EAAI,SACtC,GAAa,MAAT3D,EAAE0B,IAAoB,KAANiC,EAAU,CACjCE,GAAI,EACJ,KACF,CACAjB,GAAK5C,EAAE0B,EACT,CACA,MAAa,KAANiC,GAAgB,CACrB2E,MAAO1F,EACP2F,MAAO7G,EACPkH,UAAW/E,EAEf,CACA,MAAMyF,EAAK,IAAIrD,OAAO,0DAA0D,KAChF,SAASuC,EAAExI,EAAG0B,GACZ,MAAMkB,EAAIyE,EAAEN,cAAc/G,EAAGsJ,GAAK3F,EAAI,CAAC,EACvC,IAAK,IAAIE,EAAI,EAAGA,EAAIjB,EAAE2B,OAAQV,IAAK,CACjC,GAAuB,IAAnBjB,EAAEiB,GAAG,GAAGU,OACV,OAAOqD,EAAE,cAAe,cAAgBhF,EAAEiB,GAAG,GAAK,8BAA+B0F,EAAE3G,EAAEiB,KACvF,QAAgB,IAAZjB,EAAEiB,GAAG,SAA6B,IAAZjB,EAAEiB,GAAG,GAC7B,OAAO+D,EAAE,cAAe,cAAgBhF,EAAEiB,GAAG,GAAK,sBAAuB0F,EAAE3G,EAAEiB,KAC/E,QAAgB,IAAZjB,EAAEiB,GAAG,KAAkBnC,EAAE6F,uBAC3B,OAAOK,EAAE,cAAe,sBAAwBhF,EAAEiB,GAAG,GAAK,oBAAqB0F,EAAE3G,EAAEiB,KACrF,MAAMC,EAAIlB,EAAEiB,GAAG,GACf,IAAK2F,EAAG1F,GACN,OAAO8D,EAAE,cAAe,cAAgB9D,EAAI,wBAAyByF,EAAE3G,EAAEiB,KAC3E,GAAKF,EAAE8F,eAAe3F,GAGpB,OAAO8D,EAAE,cAAe,cAAgB9D,EAAI,iBAAkByF,EAAE3G,EAAEiB,KAFlEF,EAAEG,GAAK,CAGX,CACA,OAAO,CACT,CAWA,SAASkF,EAAGhJ,EAAG0B,GACb,GAAkB,MAAT1B,IAAL0B,GACF,OAAQ,EACV,GAAa,MAAT1B,EAAE0B,GACJ,OAdJ,SAAY1B,EAAG0B,GACb,IAAIkB,EAAI,KACR,IAAc,MAAT5C,EAAE0B,KAAeA,IAAKkB,EAAI,cAAelB,EAAI1B,EAAEuE,OAAQ7C,IAAK,CAC/D,GAAa,MAAT1B,EAAE0B,GACJ,OAAOA,EACT,IAAK1B,EAAE0B,GAAGC,MAAMiB,GACd,KACJ,CACA,OAAQ,CACV,CAKgB8G,CAAG1J,IAAR0B,GACT,IAAIkB,EAAI,EACR,KAAOlB,EAAI1B,EAAEuE,OAAQ7C,IAAKkB,IACxB,KAAM5C,EAAE0B,GAAGC,MAAM,OAASiB,EAAI,IAAK,CACjC,GAAa,MAAT5C,EAAE0B,GACJ,MACF,OAAQ,CACV,CACF,OAAOA,CACT,CACA,SAASkG,EAAE5H,EAAG0B,EAAGkB,GACf,MAAO,CACLqF,IAAK,CACHQ,KAAMzI,EACN0I,IAAKhH,EACLiH,KAAM/F,EAAE+F,MAAQ/F,EAChBmG,IAAKnG,EAAEmG,KAGb,CACA,SAASS,EAAGxJ,GACV,OAAOqH,EAAER,OAAO7G,EAClB,CACA,SAASoI,EAAGpI,GACV,OAAOqH,EAAER,OAAO7G,EAClB,CACA,SAAS6H,EAAE7H,EAAG0B,GACZ,MAAMkB,EAAI5C,EAAEmI,UAAU,EAAGzG,GAAGkD,MAAM,SAClC,MAAO,CACL+D,KAAM/F,EAAE2B,OAERwE,IAAKnG,EAAEA,EAAE2B,OAAS,GAAGA,OAAS,EAElC,CACA,SAASgF,EAAEvJ,GACT,OAAOA,EAAEgH,WAAahH,EAAE,GAAGuE,MAC7B,CACA,IAAIoF,EAAI,CAAC,EACT,MAAMC,EAAK,CACTC,eAAe,EACfC,oBAAqB,KACrBC,qBAAqB,EACrBC,aAAc,QACdC,kBAAkB,EAClBC,gBAAgB,EAEhB3C,wBAAwB,EAGxB4C,eAAe,EACfC,qBAAqB,EACrBC,YAAY,EAEZC,eAAe,EACfC,mBAAoB,CAClBC,KAAK,EACLC,cAAc,EACdC,WAAW,GAEbC,kBAAmB,SAAS3K,EAAG0B,GAC7B,OAAOA,CACT,EACAkJ,wBAAyB,SAAS5K,EAAG0B,GACnC,OAAOA,CACT,EACAmJ,UAAW,GAEXC,sBAAsB,EACtBC,QAAS,KAAM,EACfC,iBAAiB,EACjBxD,aAAc,GACdyD,iBAAiB,EACjBC,cAAc,EACdC,mBAAmB,EACnBC,cAAc,EACdC,kBAAkB,EAClBC,wBAAwB,EACxBC,UAAW,SAASvL,EAAG0B,EAAGkB,GACxB,OAAO5C,CACT,GAKF2J,EAAE6B,aAHM,SAASxL,GACf,OAAO8C,OAAOkF,OAAO,CAAC,EAAG4B,EAAI5J,EAC/B,EAEA2J,EAAE8B,eAAiB7B,EAanB,MAAM8B,EAAK1F,EAmCX,SAAS2F,EAAG3L,EAAG0B,GACb,IAAIkB,EAAI,GACR,KAAOlB,EAAI1B,EAAEuE,QAAmB,MAATvE,EAAE0B,IAAuB,MAAT1B,EAAE0B,GAAYA,IACnDkB,GAAK5C,EAAE0B,GACT,GAAIkB,EAAIA,EAAEsF,QAA4B,IAApBtF,EAAEkC,QAAQ,KAC1B,MAAM,IAAIhD,MAAM,sCAClB,MAAM6B,EAAI3D,EAAE0B,KACZ,IAAImC,EAAI,GACR,KAAOnC,EAAI1B,EAAEuE,QAAUvE,EAAE0B,KAAOiC,EAAGjC,IACjCmC,GAAK7D,EAAE0B,GACT,MAAO,CAACkB,EAAGiB,EAAGnC,EAChB,CACA,SAASkK,EAAG5L,EAAG0B,GACb,MAAoB,MAAb1B,EAAE0B,EAAI,IAA2B,MAAb1B,EAAE0B,EAAI,IAA2B,MAAb1B,EAAE0B,EAAI,EACvD,CACA,SAASmK,EAAG7L,EAAG0B,GACb,MAAoB,MAAb1B,EAAE0B,EAAI,IAA2B,MAAb1B,EAAE0B,EAAI,IAA2B,MAAb1B,EAAE0B,EAAI,IAA2B,MAAb1B,EAAE0B,EAAI,IAA2B,MAAb1B,EAAE0B,EAAI,IAA2B,MAAb1B,EAAE0B,EAAI,IAA2B,MAAb1B,EAAE0B,EAAI,EACvI,CACA,SAASoK,EAAG9L,EAAG0B,GACb,MAAoB,MAAb1B,EAAE0B,EAAI,IAA2B,MAAb1B,EAAE0B,EAAI,IAA2B,MAAb1B,EAAE0B,EAAI,IAA2B,MAAb1B,EAAE0B,EAAI,IAA2B,MAAb1B,EAAE0B,EAAI,IAA2B,MAAb1B,EAAE0B,EAAI,IAA2B,MAAb1B,EAAE0B,EAAI,IAA2B,MAAb1B,EAAE0B,EAAI,EAC3J,CACA,SAASqK,EAAG/L,EAAG0B,GACb,MAAoB,MAAb1B,EAAE0B,EAAI,IAA2B,MAAb1B,EAAE0B,EAAI,IAA2B,MAAb1B,EAAE0B,EAAI,IAA2B,MAAb1B,EAAE0B,EAAI,IAA2B,MAAb1B,EAAE0B,EAAI,IAA2B,MAAb1B,EAAE0B,EAAI,IAA2B,MAAb1B,EAAE0B,EAAI,IAA2B,MAAb1B,EAAE0B,EAAI,EAC3J,CACA,SAASsK,EAAGhM,EAAG0B,GACb,MAAoB,MAAb1B,EAAE0B,EAAI,IAA2B,MAAb1B,EAAE0B,EAAI,IAA2B,MAAb1B,EAAE0B,EAAI,IAA2B,MAAb1B,EAAE0B,EAAI,IAA2B,MAAb1B,EAAE0B,EAAI,IAA2B,MAAb1B,EAAE0B,EAAI,IAA2B,MAAb1B,EAAE0B,EAAI,IAA2B,MAAb1B,EAAE0B,EAAI,IAA2B,MAAb1B,EAAE0B,EAAI,EAC/K,CACA,SAASuK,EAAGjM,GACV,GAAI0L,EAAG7E,OAAO7G,GACZ,OAAOA,EACT,MAAM,IAAI8B,MAAM,uBAAuB9B,IACzC,CAEA,MAAMkM,EAAK,wBAAyBC,GAAK,+EACxCC,OAAOC,UAAYC,OAAOD,WAAaD,OAAOC,SAAWC,OAAOD,WAChED,OAAOG,YAAcD,OAAOC,aAAeH,OAAOG,WAAaD,OAAOC,YACvE,MAAMC,GAAK,CACThC,KAAK,EACLC,cAAc,EACdgC,aAAc,IACd/B,WAAW,GAiCb,MAAMgC,GAAI1G,EAAG2G,GAxHb,MACE,WAAAlJ,CAAY/B,GACVgC,KAAKkJ,QAAUlL,EAAGgC,KAAKmJ,MAAQ,GAAInJ,KAAK,MAAQ,CAAC,CACnD,CACA,GAAAoJ,CAAIpL,EAAGkB,GACC,cAANlB,IAAsBA,EAAI,cAAegC,KAAKmJ,MAAM1F,KAAK,CAAE,CAACzF,GAAIkB,GAClE,CACA,QAAAmK,CAASrL,GACO,cAAdA,EAAEkL,UAA4BlL,EAAEkL,QAAU,cAAelL,EAAE,OAASoB,OAAOuD,KAAK3E,EAAE,OAAO6C,OAAS,EAAIb,KAAKmJ,MAAM1F,KAAK,CAAE,CAACzF,EAAEkL,SAAUlL,EAAEmL,MAAO,KAAMnL,EAAE,QAAWgC,KAAKmJ,MAAM1F,KAAK,CAAE,CAACzF,EAAEkL,SAAUlL,EAAEmL,OACpM,GA+GmBG,GA3GrB,SAAYhN,EAAG0B,GACb,MAAMkB,EAAI,CAAC,EACX,GAAiB,MAAb5C,EAAE0B,EAAI,IAA2B,MAAb1B,EAAE0B,EAAI,IAA2B,MAAb1B,EAAE0B,EAAI,IAA2B,MAAb1B,EAAE0B,EAAI,IAA2B,MAAb1B,EAAE0B,EAAI,IAA2B,MAAb1B,EAAE0B,EAAI,GA6B5G,MAAM,IAAII,MAAM,kCA7BwG,CACxHJ,GAAQ,EACR,IAAIiC,EAAI,EAAGE,GAAI,EAAIC,GAAI,EAAI5C,EAAI,GAC/B,KAAOQ,EAAI1B,EAAEuE,OAAQ7C,IACnB,GAAa,MAAT1B,EAAE0B,IAAeoC,EAiBd,GAAa,MAAT9D,EAAE0B,IACX,GAAIoC,EAAiB,MAAb9D,EAAE0B,EAAI,IAA2B,MAAb1B,EAAE0B,EAAI,KAAeoC,GAAI,EAAIH,KAAOA,IAAW,IAANA,EACnE,UAEO,MAAT3D,EAAE0B,GAAamC,GAAI,EAAK3C,GAAKlB,EAAE0B,OArBT,CACtB,GAAImC,GAAKgI,EAAG7L,EAAG0B,GACbA,GAAK,GAAIuL,WAAYC,IAAKxL,GAAKiK,EAAG3L,EAAG0B,EAAI,IAA0B,IAAtBwL,IAAIpI,QAAQ,OAAgBlC,EAAEqJ,EAAGgB,aAAe,CAC3FE,KAAMlH,OAAO,IAAIgH,cAAe,KAChCC,WAEC,GAAIrJ,GAAKiI,EAAG9L,EAAG0B,GAClBA,GAAK,OACF,GAAImC,GAAKkI,EAAG/L,EAAG0B,GAClBA,GAAK,OACF,GAAImC,GAAKmI,EAAGhM,EAAG0B,GAClBA,GAAK,MACF,KAAIkK,EAGP,MAAM,IAAI9J,MAAM,mBAFhBgC,GAAI,CAE8B,CACpCH,IAAKzC,EAAI,EACX,CAKF,GAAU,IAANyC,EACF,MAAM,IAAI7B,MAAM,mBACpB,CAEA,MAAO,CAAEsL,SAAUxK,EAAGkB,EAAGpC,EAC3B,EA0E8B2L,GA9B9B,SAAYrN,EAAG0B,EAAI,CAAC,GAClB,GAAIA,EAAIoB,OAAOkF,OAAO,CAAC,EAAGwE,GAAI9K,IAAK1B,GAAiB,iBAALA,EAC7C,OAAOA,EACT,IAAI4C,EAAI5C,EAAEkI,OACV,QAAmB,IAAfxG,EAAE4L,UAAuB5L,EAAE4L,SAASC,KAAK3K,GAC3C,OAAO5C,EACT,GAAI0B,EAAE8I,KAAO0B,EAAGqB,KAAK3K,GACnB,OAAOwJ,OAAOC,SAASzJ,EAAG,IAC5B,CACE,MAAMe,EAAIwI,GAAGrF,KAAKlE,GAClB,GAAIe,EAAG,CACL,MAAME,EAAIF,EAAE,GAAIG,EAAIH,EAAE,GACtB,IAAIzC,EAcV,SAAYlB,GACV,OAAOA,IAAyB,IAApBA,EAAE8E,QAAQ,OAAgD,OAAhC9E,EAAIA,EAAEmE,QAAQ,MAAO,KAAiBnE,EAAI,IAAe,MAATA,EAAE,GAAaA,EAAI,IAAMA,EAAwB,MAApBA,EAAEA,EAAEuE,OAAS,KAAevE,EAAIA,EAAE2H,OAAO,EAAG3H,EAAEuE,OAAS,KAAMvE,CAClL,CAhBcwN,CAAG7J,EAAE,IACb,MAAMwC,EAAIxC,EAAE,IAAMA,EAAE,GACpB,IAAKjC,EAAE+I,cAAgB3G,EAAES,OAAS,GAAKV,GAAc,MAATjB,EAAE,GAC5C,OAAO5C,EACT,IAAK0B,EAAE+I,cAAgB3G,EAAES,OAAS,IAAMV,GAAc,MAATjB,EAAE,GAC7C,OAAO5C,EACT,CACE,MAAMuG,EAAI6F,OAAOxJ,GAAI4D,EAAI,GAAKD,EAC9B,OAA6B,IAAtBC,EAAEiH,OAAO,SAAkBtH,EAAIzE,EAAEgJ,UAAYnE,EAAIvG,GAAwB,IAApB4C,EAAEkC,QAAQ,KAAoB,MAAN0B,GAAmB,KAANtF,GAAYsF,IAAMtF,GAAK2C,GAAK2C,IAAM,IAAMtF,EAAIqF,EAAIvG,EAAI8D,EAAI5C,IAAMsF,GAAK3C,EAAI3C,IAAMsF,EAAID,EAAIvG,EAAI4C,IAAM4D,GAAK5D,IAAMiB,EAAI2C,EAAID,EAAIvG,CACzN,CACF,CACE,OAAOA,CACX,CACF,EA+BA,SAAS0N,GAAG1N,GACV,MAAM0B,EAAIoB,OAAOuD,KAAKrG,GACtB,IAAK,IAAI4C,EAAI,EAAGA,EAAIlB,EAAE6C,OAAQ3B,IAAK,CACjC,MAAMe,EAAIjC,EAAEkB,GACZc,KAAKiK,aAAahK,GAAK,CACrBiK,MAAO,IAAI3H,OAAO,IAAMtC,EAAI,IAAK,KACjCuJ,IAAKlN,EAAE2D,GAEX,CACF,CACA,SAASkK,GAAG7N,EAAG0B,EAAGkB,EAAGe,EAAGE,EAAGC,EAAG5C,GAC5B,QAAU,IAANlB,IAAiB0D,KAAKoK,QAAQzD,aAAe1G,IAAM3D,EAAIA,EAAEkI,QAASlI,EAAEuE,OAAS,GAAI,CACnFrD,IAAMlB,EAAI0D,KAAKqK,qBAAqB/N,IACpC,MAAMmG,EAAIzC,KAAKoK,QAAQnD,kBAAkBjJ,EAAG1B,EAAG4C,EAAGiB,EAAGC,GACrD,OAAY,MAALqC,EAAYnG,SAAWmG,UAAYnG,GAAKmG,IAAMnG,EAAImG,EAAIzC,KAAKoK,QAAQzD,YAAiFrK,EAAEkI,SAAWlI,EAAjFgO,GAAEhO,EAAG0D,KAAKoK,QAAQ3D,cAAezG,KAAKoK,QAAQvD,oBAA2GvK,CAClP,CACF,CACA,SAASiO,GAAGjO,GACV,GAAI0D,KAAKoK,QAAQ5D,eAAgB,CAC/B,MAAMxI,EAAI1B,EAAE4E,MAAM,KAAMhC,EAAoB,MAAhB5C,EAAEkO,OAAO,GAAa,IAAM,GACxD,GAAa,UAATxM,EAAE,GACJ,MAAO,GACI,IAAbA,EAAE6C,SAAiBvE,EAAI4C,EAAIlB,EAAE,GAC/B,CACA,OAAO1B,CACT,CAlDA,wFAAwFmE,QAAQ,QAASuI,GAAEtF,YAmD3G,MAAM+G,GAAK,IAAIlI,OAAO,+CAA+C,MACrE,SAASmI,GAAGpO,EAAG0B,EAAGkB,GAChB,IAAKc,KAAKoK,QAAQ7D,kBAAgC,iBAALjK,EAAe,CAC1D,MAAM2D,EAAI+I,GAAE3F,cAAc/G,EAAGmO,IAAKtK,EAAIF,EAAEY,OAAQT,EAAI,CAAC,EACrD,IAAK,IAAI5C,EAAI,EAAGA,EAAI2C,EAAG3C,IAAK,CAC1B,MAAMiF,EAAIzC,KAAK2K,iBAAiB1K,EAAEzC,GAAG,IACrC,IAAIqF,EAAI5C,EAAEzC,GAAG,GAAIsF,EAAI9C,KAAKoK,QAAQhE,oBAAsB3D,EACxD,GAAIA,EAAE5B,OACJ,GAAIb,KAAKoK,QAAQxC,yBAA2B9E,EAAI9C,KAAKoK,QAAQxC,uBAAuB9E,IAAW,cAANA,IAAsBA,EAAI,mBAAqB,IAAND,EAAc,CAC9I7C,KAAKoK,QAAQzD,aAAe9D,EAAIA,EAAE2B,QAAS3B,EAAI7C,KAAKqK,qBAAqBxH,GACzE,MAAME,EAAI/C,KAAKoK,QAAQlD,wBAAwBzE,EAAGI,EAAG7E,GACzCoC,EAAE0C,GAAT,MAALC,EAAmBF,SAAWE,UAAYF,GAAKE,IAAMF,EAAWE,EAAWuH,GACzEzH,EACA7C,KAAKoK,QAAQ1D,oBACb1G,KAAKoK,QAAQvD,mBAEjB,MACE7G,KAAKoK,QAAQvG,yBAA2BzD,EAAE0C,IAAK,EACrD,CACA,IAAK1D,OAAOuD,KAAKvC,GAAGS,OAClB,OACF,GAAIb,KAAKoK,QAAQ/D,oBAAqB,CACpC,MAAM7I,EAAI,CAAC,EACX,OAAOA,EAAEwC,KAAKoK,QAAQ/D,qBAAuBjG,EAAG5C,CAClD,CACA,OAAO4C,CACT,CACF,CACA,MAAMwK,GAAK,SAAStO,GAClBA,EAAIA,EAAEmE,QAAQ,SAAU,MAExB,MAAMzC,EAAI,IAAIiL,GAAE,QAChB,IAAI/J,EAAIlB,EAAGiC,EAAI,GAAIE,EAAI,GACvB,IAAK,IAAIC,EAAI,EAAGA,EAAI9D,EAAEuE,OAAQT,IAC5B,GAAa,MAAT9D,EAAE8D,GACJ,GAAiB,MAAb9D,EAAE8D,EAAI,GAAY,CACpB,MAAMqC,EAAIoI,GAAEvO,EAAG,IAAK8D,EAAG,8BACvB,IAAIyC,EAAIvG,EAAEmI,UAAUrE,EAAI,EAAGqC,GAAG+B,OAC9B,GAAIxE,KAAKoK,QAAQ5D,eAAgB,CAC/B,MAAMxD,EAAIH,EAAEzB,QAAQ,MACb,IAAP4B,IAAaH,EAAIA,EAAEoB,OAAOjB,EAAI,GAChC,CACAhD,KAAKoK,QAAQzC,mBAAqB9E,EAAI7C,KAAKoK,QAAQzC,iBAAiB9E,IAAK3D,IAAMe,EAAID,KAAK8K,oBAAoB7K,EAAGf,EAAGiB,IAClH,MAAM2C,EAAI3C,EAAEsE,UAAUtE,EAAE4K,YAAY,KAAO,GAC3C,GAAIlI,IAA+C,IAA1C7C,KAAKoK,QAAQtG,aAAa1C,QAAQyB,GACzC,MAAM,IAAIzE,MAAM,kDAAkDyE,MACpE,IAAIE,EAAI,EACRD,IAA+C,IAA1C9C,KAAKoK,QAAQtG,aAAa1C,QAAQ0B,IAAaC,EAAI5C,EAAE4K,YAAY,IAAK5K,EAAE4K,YAAY,KAAO,GAAI/K,KAAKgL,cAAc7J,OAAS4B,EAAI5C,EAAE4K,YAAY,KAAM5K,EAAIA,EAAEsE,UAAU,EAAG1B,GAAI7D,EAAIc,KAAKgL,cAAc7J,MAAOlB,EAAI,GAAIG,EAAIqC,CAC3N,MAAO,GAAiB,MAAbnG,EAAE8D,EAAI,GAAY,CAC3B,IAAIqC,EAAIwI,GAAE3O,EAAG8D,GAAG,EAAI,MACpB,IAAKqC,EACH,MAAM,IAAIrE,MAAM,yBAClB,GAAI6B,EAAID,KAAK8K,oBAAoB7K,EAAGf,EAAGiB,KAAMH,KAAKoK,QAAQ3C,mBAAmC,SAAdhF,EAAE0C,SAAsBnF,KAAKoK,QAAQ1C,cAAe,CACjI,MAAM7E,EAAI,IAAIoG,GAAExG,EAAE0C,SAClBtC,EAAEuG,IAAIpJ,KAAKoK,QAAQ9D,aAAc,IAAK7D,EAAE0C,UAAY1C,EAAEyI,QAAUzI,EAAE0I,iBAAmBtI,EAAE,MAAQ7C,KAAKoL,mBAAmB3I,EAAEyI,OAAQ/K,EAAGsC,EAAE0C,UAAWnF,KAAKqJ,SAASnK,EAAG2D,EAAG1C,EACvK,CACAC,EAAIqC,EAAE4I,WAAa,CACrB,MAAO,GAA2B,QAAvB/O,EAAE2H,OAAO7D,EAAI,EAAG,GAAc,CACvC,MAAMqC,EAAIoI,GAAEvO,EAAG,SAAO8D,EAAI,EAAG,0BAC7B,GAAIJ,KAAKoK,QAAQ9C,gBAAiB,CAChC,MAAMzE,EAAIvG,EAAEmI,UAAUrE,EAAI,EAAGqC,EAAI,GACjCxC,EAAID,KAAK8K,oBAAoB7K,EAAGf,EAAGiB,GAAIjB,EAAEkK,IAAIpJ,KAAKoK,QAAQ9C,gBAAiB,CAAC,CAAE,CAACtH,KAAKoK,QAAQ9D,cAAezD,IAC7G,CACAzC,EAAIqC,CACN,MAAO,GAA2B,OAAvBnG,EAAE2H,OAAO7D,EAAI,EAAG,GAAa,CACtC,MAAMqC,EAAI6G,GAAGhN,EAAG8D,GAChBJ,KAAKsL,gBAAkB7I,EAAEiH,SAAUtJ,EAAIqC,EAAErC,CAC3C,MAAO,GAA2B,OAAvB9D,EAAE2H,OAAO7D,EAAI,EAAG,GAAa,CACtC,MAAMqC,EAAIoI,GAAEvO,EAAG,MAAO8D,EAAG,wBAA0B,EAAGyC,EAAIvG,EAAEmI,UAAUrE,EAAI,EAAGqC,GAC7E,GAAIxC,EAAID,KAAK8K,oBAAoB7K,EAAGf,EAAGiB,GAAIH,KAAKoK,QAAQxD,cACtD1H,EAAEkK,IAAIpJ,KAAKoK,QAAQxD,cAAe,CAAC,CAAE,CAAC5G,KAAKoK,QAAQ9D,cAAezD,SAC/D,CACH,IAAIC,EAAI9C,KAAKuL,cAAc1I,EAAG3D,EAAEgK,QAAS/I,GAAG,GAAI,GAAI,GAC/C,MAAL2C,IAAcA,EAAI,IAAK5D,EAAEkK,IAAIpJ,KAAKoK,QAAQ9D,aAAcxD,EAC1D,CACA1C,EAAIqC,EAAI,CACV,KAAO,CACL,IAAIA,EAAIwI,GAAE3O,EAAG8D,EAAGJ,KAAKoK,QAAQ5D,gBAAiB3D,EAAIJ,EAAE0C,QACpD,MAAMrC,EAAIL,EAAE+I,WACZ,IAAIzI,EAAIN,EAAEyI,OAAQlI,EAAIP,EAAE0I,eAAgBlI,EAAIR,EAAE4I,WAC9CrL,KAAKoK,QAAQzC,mBAAqB9E,EAAI7C,KAAKoK,QAAQzC,iBAAiB9E,IAAK3D,GAAKe,GAAmB,SAAdf,EAAEgK,UAAuBjJ,EAAID,KAAK8K,oBAAoB7K,EAAGf,EAAGiB,GAAG,IAClJ,MAAMqD,EAAItE,EACV,GAAIsE,IAAuD,IAAlDxD,KAAKoK,QAAQtG,aAAa1C,QAAQoC,EAAE0F,WAAoBhK,EAAIc,KAAKgL,cAAc7J,MAAOhB,EAAIA,EAAEsE,UAAU,EAAGtE,EAAE4K,YAAY,OAAQlI,IAAM7E,EAAEkL,UAAY/I,GAAKA,EAAI,IAAM0C,EAAIA,GAAI7C,KAAKyL,aAAazL,KAAKoK,QAAQjD,UAAWhH,EAAG0C,GAAI,CAClO,IAAI6I,EAAI,GACR,GAAI3I,EAAElC,OAAS,GAAKkC,EAAEgI,YAAY,OAAShI,EAAElC,OAAS,EACpDT,EAAIqC,EAAE4I,gBACH,IAA8C,IAA1CrL,KAAKoK,QAAQtG,aAAa1C,QAAQyB,GACzCzC,EAAIqC,EAAE4I,eACH,CACH,MAAMM,EAAI3L,KAAK4L,iBAAiBtP,EAAGwG,EAAGG,EAAI,GAC1C,IAAK0I,EACH,MAAM,IAAIvN,MAAM,qBAAqB0E,KACvC1C,EAAIuL,EAAEvL,EAAGsL,EAAIC,EAAEE,UACjB,CACA,MAAMC,EAAI,IAAI7C,GAAEpG,GAChBA,IAAME,GAAKC,IAAM8I,EAAE,MAAQ9L,KAAKoL,mBAAmBrI,EAAG5C,EAAG0C,IAAK6I,IAAMA,EAAI1L,KAAKuL,cAAcG,EAAG7I,EAAG1C,GAAG,EAAI6C,GAAG,GAAI,IAAM7C,EAAIA,EAAE8D,OAAO,EAAG9D,EAAE4K,YAAY,MAAOe,EAAE1C,IAAIpJ,KAAKoK,QAAQ9D,aAAcoF,GAAI1L,KAAKqJ,SAASnK,EAAG4M,EAAG3L,EACrN,KAAO,CACL,GAAI4C,EAAElC,OAAS,GAAKkC,EAAEgI,YAAY,OAAShI,EAAElC,OAAS,EAAG,CACnC,MAApBgC,EAAEA,EAAEhC,OAAS,IAAcgC,EAAIA,EAAEoB,OAAO,EAAGpB,EAAEhC,OAAS,GAAIV,EAAIA,EAAE8D,OAAO,EAAG9D,EAAEU,OAAS,GAAIkC,EAAIF,GAAKE,EAAIA,EAAEkB,OAAO,EAAGlB,EAAElC,OAAS,GAAIb,KAAKoK,QAAQzC,mBAAqB9E,EAAI7C,KAAKoK,QAAQzC,iBAAiB9E,IACrM,MAAM6I,EAAI,IAAIzC,GAAEpG,GAChBA,IAAME,GAAKC,IAAM0I,EAAE,MAAQ1L,KAAKoL,mBAAmBrI,EAAG5C,EAAG0C,IAAK7C,KAAKqJ,SAASnK,EAAGwM,EAAGvL,GAAIA,EAAIA,EAAE8D,OAAO,EAAG9D,EAAE4K,YAAY,KACtH,KAAO,CACL,MAAMW,EAAI,IAAIzC,GAAEpG,GAChB7C,KAAKgL,cAAcvH,KAAKvE,GAAI2D,IAAME,GAAKC,IAAM0I,EAAE,MAAQ1L,KAAKoL,mBAAmBrI,EAAG5C,EAAG0C,IAAK7C,KAAKqJ,SAASnK,EAAGwM,EAAGvL,GAAIjB,EAAIwM,CACxH,CACAzL,EAAI,GAAIG,EAAI6C,CACd,CACF,MAEAhD,GAAK3D,EAAE8D,GACX,OAAOpC,EAAEmL,KACX,EACA,SAAS4C,GAAGzP,EAAG0B,EAAGkB,GAChB,MAAMe,EAAID,KAAKoK,QAAQvC,UAAU7J,EAAEkL,QAAShK,EAAGlB,EAAE,QAC3C,IAANiC,IAAyB,iBAALA,IAAkBjC,EAAEkL,QAAUjJ,GAAI3D,EAAE+M,SAASrL,GACnE,CACA,MAAMgO,GAAK,SAAS1P,GAClB,GAAI0D,KAAKoK,QAAQ7C,gBAAiB,CAChC,IAAK,IAAIvJ,KAAKgC,KAAKsL,gBAAiB,CAClC,MAAMpM,EAAIc,KAAKsL,gBAAgBtN,GAC/B1B,EAAIA,EAAEmE,QAAQvB,EAAEuK,KAAMvK,EAAEsK,IAC1B,CACA,IAAK,IAAIxL,KAAKgC,KAAKiK,aAAc,CAC/B,MAAM/K,EAAIc,KAAKiK,aAAajM,GAC5B1B,EAAIA,EAAEmE,QAAQvB,EAAEgL,MAAOhL,EAAEsK,IAC3B,CACA,GAAIxJ,KAAKoK,QAAQ5C,aACf,IAAK,IAAIxJ,KAAKgC,KAAKwH,aAAc,CAC/B,MAAMtI,EAAIc,KAAKwH,aAAaxJ,GAC5B1B,EAAIA,EAAEmE,QAAQvB,EAAEgL,MAAOhL,EAAEsK,IAC3B,CACFlN,EAAIA,EAAEmE,QAAQT,KAAKiM,UAAU/B,MAAOlK,KAAKiM,UAAUzC,IACrD,CACA,OAAOlN,CACT,EACA,SAAS4P,GAAG5P,EAAG0B,EAAGkB,EAAGe,GACnB,OAAO3D,SAAY,IAAN2D,IAAiBA,EAAoC,IAAhCb,OAAOuD,KAAK3E,EAAEmL,OAAOtI,aAO9C,KAP6DvE,EAAI0D,KAAKuL,cAC7EjP,EACA0B,EAAEkL,QACFhK,GACA,IACAlB,EAAE,OAAwC,IAAhCoB,OAAOuD,KAAK3E,EAAE,OAAO6C,OAC/BZ,KACuB,KAAN3D,GAAY0B,EAAEoL,IAAIpJ,KAAKoK,QAAQ9D,aAAchK,GAAIA,EAAI,IAAKA,CAC/E,CACA,SAAS6P,GAAG7P,EAAG0B,EAAGkB,GAChB,MAAMe,EAAI,KAAOf,EACjB,IAAK,MAAMiB,KAAK7D,EAAG,CACjB,MAAM8D,EAAI9D,EAAE6D,GACZ,GAAIF,IAAMG,GAAKpC,IAAMoC,EACnB,OAAO,CACX,CACA,OAAO,CACT,CA0BA,SAASyK,GAAEvO,EAAG0B,EAAGkB,EAAGe,GAClB,MAAME,EAAI7D,EAAE8E,QAAQpD,EAAGkB,GACvB,IAAW,IAAPiB,EACF,MAAM,IAAI/B,MAAM6B,GAClB,OAAOE,EAAInC,EAAE6C,OAAS,CACxB,CACA,SAASoK,GAAE3O,EAAG0B,EAAGkB,EAAGe,EAAI,KACtB,MAAME,EAhCR,SAAY7D,EAAG0B,EAAGkB,EAAI,KACpB,IAAIe,EAAGE,EAAI,GACX,IAAK,IAAIC,EAAIpC,EAAGoC,EAAI9D,EAAEuE,OAAQT,IAAK,CACjC,IAAI5C,EAAIlB,EAAE8D,GACV,GAAIH,EACFzC,IAAMyC,IAAMA,EAAI,SACb,GAAU,MAANzC,GAAmB,MAANA,EACpByC,EAAIzC,OACD,GAAIA,IAAM0B,EAAE,GACf,KAAIA,EAAE,GAOJ,MAAO,CACLkN,KAAMjM,EACN0E,MAAOzE,GART,GAAI9D,EAAE8D,EAAI,KAAOlB,EAAE,GACjB,MAAO,CACLkN,KAAMjM,EACN0E,MAAOzE,EAMV,KAEG,OAAN5C,IAAcA,EAAI,KACpB2C,GAAK3C,CACP,CACF,CAQY6O,CAAG/P,EAAG0B,EAAI,EAAGiC,GACvB,IAAKE,EACH,OACF,IAAIC,EAAID,EAAEiM,KACV,MAAM5O,EAAI2C,EAAE0E,MAAOpC,EAAIrC,EAAE2J,OAAO,MAChC,IAAIlH,EAAIzC,EAAG0C,GAAI,GACR,IAAPL,IAAaI,EAAIzC,EAAE6D,OAAO,EAAGxB,GAAGhC,QAAQ,SAAU,IAAKL,EAAIA,EAAE6D,OAAOxB,EAAI,IACxE,MAAMM,EAAIF,EACV,GAAI3D,EAAG,CACL,MAAM8D,EAAIH,EAAEzB,QAAQ,MACb,IAAP4B,IAAaH,EAAIA,EAAEoB,OAAOjB,EAAI,GAAIF,EAAID,IAAM1C,EAAEiM,KAAKnI,OAAOjB,EAAI,GAChE,CACA,MAAO,CACLmC,QAAStC,EACTqI,OAAQ9K,EACRiL,WAAY7N,EACZ2N,eAAgBrI,EAChB0I,WAAYzI,EAEhB,CACA,SAASuJ,GAAGhQ,EAAG0B,EAAGkB,GAChB,MAAMe,EAAIf,EACV,IAAIiB,EAAI,EACR,KAAOjB,EAAI5C,EAAEuE,OAAQ3B,IACnB,GAAa,MAAT5C,EAAE4C,GACJ,GAAiB,MAAb5C,EAAE4C,EAAI,GAAY,CACpB,MAAMkB,EAAIyK,GAAEvO,EAAG,IAAK4C,EAAG,GAAGlB,mBAC1B,GAAI1B,EAAEmI,UAAUvF,EAAI,EAAGkB,GAAGoE,SAAWxG,IAAMmC,IAAW,IAANA,GAC9C,MAAO,CACL0L,WAAYvP,EAAEmI,UAAUxE,EAAGf,GAC3BkB,KAEJlB,EAAIkB,CACN,MAAO,GAAiB,MAAb9D,EAAE4C,EAAI,GACfA,EAAI2L,GAAEvO,EAAG,KAAM4C,EAAI,EAAG,gCACnB,GAA2B,QAAvB5C,EAAE2H,OAAO/E,EAAI,EAAG,GACvBA,EAAI2L,GAAEvO,EAAG,SAAO4C,EAAI,EAAG,gCACpB,GAA2B,OAAvB5C,EAAE2H,OAAO/E,EAAI,EAAG,GACvBA,EAAI2L,GAAEvO,EAAG,MAAO4C,EAAG,2BAA6B,MAC7C,CACH,MAAMkB,EAAI6K,GAAE3O,EAAG4C,EAAG,KAClBkB,KAAOA,GAAKA,EAAE+E,WAAanH,GAAuC,MAAlCoC,EAAE8K,OAAO9K,EAAE8K,OAAOrK,OAAS,IAAcV,IAAKjB,EAAIkB,EAAEiL,WACtF,CACN,CACA,SAASf,GAAEhO,EAAG0B,EAAGkB,GACf,GAAIlB,GAAiB,iBAAL1B,EAAe,CAC7B,MAAM2D,EAAI3D,EAAEkI,OACZ,MAAa,SAANvE,GAA0B,UAANA,GAAqB0J,GAAGrN,EAAG4C,EACxD,CACE,OAAO8J,GAAExG,QAAQlG,GAAKA,EAAI,EAC9B,CACA,IAAaiQ,GAAK,CAAC,EAInB,SAASC,GAAGlQ,EAAG0B,EAAGkB,GAChB,IAAIe,EACJ,MAAME,EAAI,CAAC,EACX,IAAK,IAAIC,EAAI,EAAGA,EAAI9D,EAAEuE,OAAQT,IAAK,CACjC,MAAM5C,EAAIlB,EAAE8D,GAAIqC,EAAIgK,GAAGjP,GACvB,IAAIqF,EAAI,GACR,GAAmBA,OAAT,IAAN3D,EAAmBuD,EAAQvD,EAAI,IAAMuD,EAAGA,IAAMzE,EAAEsI,kBAC5C,IAANrG,EAAeA,EAAIzC,EAAEiF,GAAKxC,GAAK,GAAKzC,EAAEiF,OACnC,CACH,QAAU,IAANA,EACF,SACF,GAAIjF,EAAEiF,GAAI,CACR,IAAIK,EAAI0J,GAAGhP,EAAEiF,GAAIzE,EAAG6E,GACpB,MAAME,EAAI2J,GAAG5J,EAAG9E,GAChBR,EAAE,MAAQmP,GAAG7J,EAAGtF,EAAE,MAAOqF,EAAG7E,GAA+B,IAA1BoB,OAAOuD,KAAKG,GAAGjC,aAAsC,IAAtBiC,EAAE9E,EAAEsI,eAA6BtI,EAAEoJ,qBAAyE,IAA1BhI,OAAOuD,KAAKG,GAAGjC,SAAiB7C,EAAEoJ,qBAAuBtE,EAAE9E,EAAEsI,cAAgB,GAAKxD,EAAI,IAA9GA,EAAIA,EAAE9E,EAAEsI,mBAAoH,IAATnG,EAAEsC,IAAiBtC,EAAE4F,eAAetD,IAAMmK,MAAMvF,QAAQlH,EAAEsC,MAAQtC,EAAEsC,GAAK,CAACtC,EAAEsC,KAAMtC,EAAEsC,GAAGgB,KAAKX,IAAM9E,EAAEqJ,QAAQ5E,EAAGI,EAAGE,GAAK5C,EAAEsC,GAAK,CAACK,GAAK3C,EAAEsC,GAAKK,CAC1X,CACF,CACF,CACA,MAAmB,iBAAL7C,EAAgBA,EAAEY,OAAS,IAAMV,EAAEnC,EAAEsI,cAAgBrG,QAAW,IAANA,IAAiBE,EAAEnC,EAAEsI,cAAgBrG,GAAIE,CACnH,CACA,SAASsM,GAAGnQ,GACV,MAAM0B,EAAIoB,OAAOuD,KAAKrG,GACtB,IAAK,IAAI4C,EAAI,EAAGA,EAAIlB,EAAE6C,OAAQ3B,IAAK,CACjC,MAAMe,EAAIjC,EAAEkB,GACZ,GAAU,OAANe,EACF,OAAOA,CACX,CACF,CACA,SAAS0M,GAAGrQ,EAAG0B,EAAGkB,EAAGe,GACnB,GAAIjC,EAAG,CACL,MAAMmC,EAAIf,OAAOuD,KAAK3E,GAAIoC,EAAID,EAAEU,OAChC,IAAK,IAAIrD,EAAI,EAAGA,EAAI4C,EAAG5C,IAAK,CAC1B,MAAMiF,EAAItC,EAAE3C,GACZyC,EAAEoH,QAAQ5E,EAAGvD,EAAI,IAAMuD,GAAG,GAAI,GAAMnG,EAAEmG,GAAK,CAACzE,EAAEyE,IAAMnG,EAAEmG,GAAKzE,EAAEyE,EAC/D,CACF,CACF,CACA,SAASiK,GAAGpQ,EAAG0B,GACb,MAAQsI,aAAcpH,GAAMlB,EAAGiC,EAAIb,OAAOuD,KAAKrG,GAAGuE,OAClD,QAAgB,IAANZ,IAAiB,IAANA,IAAY3D,EAAE4C,IAAqB,kBAAR5C,EAAE4C,IAA4B,IAAT5C,EAAE4C,IACzE,CACAqN,GAAGM,SA5CH,SAAYvQ,EAAG0B,GACb,OAAOwO,GAAGlQ,EAAG0B,EACf,EA2CA,MAAQ8J,aAAcgF,IAAO7G,EAAG8G,GA7UvB,MACP,WAAAhN,CAAY/B,GACVgC,KAAKoK,QAAUpM,EAAGgC,KAAKgN,YAAc,KAAMhN,KAAKgL,cAAgB,GAAIhL,KAAKsL,gBAAkB,CAAC,EAAGtL,KAAKiK,aAAe,CACjHgD,KAAM,CAAE/C,MAAO,qBAAsBV,IAAK,KAC1C8C,GAAI,CAAEpC,MAAO,mBAAoBV,IAAK,KACtCuC,GAAI,CAAE7B,MAAO,mBAAoBV,IAAK,KACtC0D,KAAM,CAAEhD,MAAO,qBAAsBV,IAAK,MACzCxJ,KAAKiM,UAAY,CAAE/B,MAAO,oBAAqBV,IAAK,KAAOxJ,KAAKwH,aAAe,CAChF2F,MAAO,CAAEjD,MAAO,iBAAkBV,IAAK,KAMvC4D,KAAM,CAAElD,MAAO,iBAAkBV,IAAK,KACtC6D,MAAO,CAAEnD,MAAO,kBAAmBV,IAAK,KACxC8D,IAAK,CAAEpD,MAAO,gBAAiBV,IAAK,KACpC+D,KAAM,CAAErD,MAAO,kBAAmBV,IAAK,KACvCgE,UAAW,CAAEtD,MAAO,iBAAkBV,IAAK,KAC3CiE,IAAK,CAAEvD,MAAO,gBAAiBV,IAAK,KACpCkE,IAAK,CAAExD,MAAO,iBAAkBV,IAAK,MACpCxJ,KAAK2N,oBAAsB3D,GAAIhK,KAAK4N,SAAWhD,GAAI5K,KAAKuL,cAAgBpB,GAAInK,KAAK2K,iBAAmBJ,GAAIvK,KAAKoL,mBAAqBV,GAAI1K,KAAKyL,aAAeU,GAAInM,KAAKqK,qBAAuB2B,GAAIhM,KAAK4L,iBAAmBU,GAAItM,KAAK8K,oBAAsBoB,GAAIlM,KAAKqJ,SAAW0C,EAC9Q,IAuTyCc,SAAUgB,IAAOtB,GAAIuB,GAAKzL,EAiDrE,SAAS0L,GAAGzR,EAAG0B,EAAGkB,EAAGe,GACnB,IAAIE,EAAI,GAAIC,GAAI,EAChB,IAAK,IAAI5C,EAAI,EAAGA,EAAIlB,EAAEuE,OAAQrD,IAAK,CACjC,MAAMiF,EAAInG,EAAEkB,GAAIqF,EAAImL,GAAGvL,GACvB,QAAU,IAANI,EACF,SACF,IAAIC,EAAI,GACR,GAAqBA,EAAJ,IAAb5D,EAAE2B,OAAmBgC,EAAQ,GAAG3D,KAAK2D,IAAKA,IAAM7E,EAAEsI,aAAc,CAClE,IAAIoF,EAAIjJ,EAAEI,GACVoL,GAAGnL,EAAG9E,KAAO0N,EAAI1N,EAAEiJ,kBAAkBpE,EAAG6I,GAAIA,EAAIwC,GAAGxC,EAAG1N,IAAKoC,IAAMD,GAAKF,GAAIE,GAAKuL,EAAGtL,GAAI,EACtF,QACF,CAAO,GAAIyC,IAAM7E,EAAE4I,cAAe,CAChCxG,IAAMD,GAAKF,GAAIE,GAAK,YAAYsC,EAAEI,GAAG,GAAG7E,EAAEsI,mBAAoBlG,GAAI,EAClE,QACF,CAAO,GAAIyC,IAAM7E,EAAEsJ,gBAAiB,CAClCnH,GAAKF,EAAI,UAAOwC,EAAEI,GAAG,GAAG7E,EAAEsI,sBAAoBlG,GAAI,EAClD,QACF,CAAO,GAAa,MAATyC,EAAE,GAAY,CACvB,MAAM6I,EAAIyC,GAAE1L,EAAE,MAAOzE,GAAI8N,EAAU,SAANjJ,EAAe,GAAK5C,EACjD,IAAI0L,EAAIlJ,EAAEI,GAAG,GAAG7E,EAAEsI,cAClBqF,EAAiB,IAAbA,EAAE9K,OAAe,IAAM8K,EAAI,GAAIxL,GAAK2L,EAAI,IAAIjJ,IAAI8I,IAAID,MAAOtL,GAAI,EACnE,QACF,CACA,IAAI2C,EAAI9C,EACF,KAAN8C,IAAaA,GAAK/E,EAAEoQ,UACpB,MAAyBnL,EAAIhD,EAAI,IAAI4C,IAA3BsL,GAAE1L,EAAE,MAAOzE,KAAyBwF,EAAIuK,GAAGtL,EAAEI,GAAI7E,EAAG8E,EAAGC,IAClC,IAA/B/E,EAAE8F,aAAa1C,QAAQyB,GAAY7E,EAAEqQ,qBAAuBlO,GAAK8C,EAAI,IAAM9C,GAAK8C,EAAI,KAASO,GAAkB,IAAbA,EAAE3C,SAAiB7C,EAAEsQ,kBAAoC9K,GAAKA,EAAE+K,SAAS,KAAOpO,GAAK8C,EAAI,IAAIO,IAAIvD,MAAM4C,MAAQ1C,GAAK8C,EAAI,IAAKO,GAAW,KAANvD,IAAauD,EAAEvE,SAAS,OAASuE,EAAEvE,SAAS,OAASkB,GAAKF,EAAIjC,EAAEoQ,SAAW5K,EAAIvD,EAAIE,GAAKqD,EAAGrD,GAAK,KAAK0C,MAA9L1C,GAAK8C,EAAI,KAA4L7C,GAAI,CACtV,CACA,OAAOD,CACT,CACA,SAAS6N,GAAG1R,GACV,MAAM0B,EAAIoB,OAAOuD,KAAKrG,GACtB,IAAK,IAAI4C,EAAI,EAAGA,EAAIlB,EAAE6C,OAAQ3B,IAAK,CACjC,MAAMe,EAAIjC,EAAEkB,GACZ,GAAI5C,EAAEyJ,eAAe9F,IAAY,OAANA,EACzB,OAAOA,CACX,CACF,CACA,SAASkO,GAAE7R,EAAG0B,GACZ,IAAIkB,EAAI,GACR,GAAI5C,IAAM0B,EAAEuI,iBACV,IAAK,IAAItG,KAAK3D,EAAG,CACf,IAAKA,EAAEyJ,eAAe9F,GACpB,SACF,IAAIE,EAAInC,EAAEkJ,wBAAwBjH,EAAG3D,EAAE2D,IACvCE,EAAI+N,GAAG/N,EAAGnC,IAAU,IAANmC,GAAYnC,EAAEwQ,0BAA4BtP,GAAK,IAAIe,EAAEgE,OAAOjG,EAAEoI,oBAAoBvF,UAAY3B,GAAK,IAAIe,EAAEgE,OAAOjG,EAAEoI,oBAAoBvF,YAAYV,IAClK,CACF,OAAOjB,CACT,CACA,SAAS+O,GAAG3R,EAAG0B,GAEb,IAAIkB,GADJ5C,EAAIA,EAAE2H,OAAO,EAAG3H,EAAEuE,OAAS7C,EAAEsI,aAAazF,OAAS,IACzCoD,OAAO3H,EAAEyO,YAAY,KAAO,GACtC,IAAK,IAAI9K,KAAKjC,EAAEmJ,UACd,GAAInJ,EAAEmJ,UAAUlH,KAAO3D,GAAK0B,EAAEmJ,UAAUlH,KAAO,KAAOf,EACpD,OAAO,EACX,OAAO,CACT,CACA,SAASgP,GAAG5R,EAAG0B,GACb,GAAI1B,GAAKA,EAAEuE,OAAS,GAAK7C,EAAEuJ,gBACzB,IAAK,IAAIrI,EAAI,EAAGA,EAAIlB,EAAE0L,SAAS7I,OAAQ3B,IAAK,CAC1C,MAAMe,EAAIjC,EAAE0L,SAASxK,GACrB5C,EAAIA,EAAEmE,QAAQR,EAAEiK,MAAOjK,EAAEuJ,IAC3B,CACF,OAAOlN,CACT,CAEA,MAAMmS,GAtEN,SAAYnS,EAAG0B,GACb,IAAIkB,EAAI,GACR,OAAOlB,EAAE0Q,QAAU1Q,EAAEoQ,SAASvN,OAAS,IAAM3B,EAJpC,MAI6C6O,GAAGzR,EAAG0B,EAAG,GAAIkB,EACrE,EAmEeyP,GAAK,CAClBvI,oBAAqB,KACrBC,qBAAqB,EACrBC,aAAc,QACdC,kBAAkB,EAClBK,eAAe,EACf8H,QAAQ,EACRN,SAAU,KACVE,mBAAmB,EACnBD,sBAAsB,EACtBG,2BAA2B,EAC3BvH,kBAAmB,SAAS3K,EAAG0B,GAC7B,OAAOA,CACT,EACAkJ,wBAAyB,SAAS5K,EAAG0B,GACnC,OAAOA,CACT,EACAmI,eAAe,EACfmB,iBAAiB,EACjBxD,aAAc,GACd4F,SAAU,CACR,CAAEQ,MAAO,IAAI3H,OAAO,IAAK,KAAMiH,IAAK,SAEpC,CAAEU,MAAO,IAAI3H,OAAO,IAAK,KAAMiH,IAAK,QACpC,CAAEU,MAAO,IAAI3H,OAAO,IAAK,KAAMiH,IAAK,QACpC,CAAEU,MAAO,IAAI3H,OAAO,IAAK,KAAMiH,IAAK,UACpC,CAAEU,MAAO,IAAI3H,OAAO,IAAK,KAAMiH,IAAK,WAEtCjC,iBAAiB,EACjBJ,UAAW,GAGXyH,cAAc,GAEhB,SAASC,GAAEvS,GACT0D,KAAKoK,QAAUhL,OAAOkF,OAAO,CAAC,EAAGqK,GAAIrS,GAAI0D,KAAKoK,QAAQ7D,kBAAoBvG,KAAKoK,QAAQ/D,oBAAsBrG,KAAK8O,YAAc,WAC9H,OAAO,CACT,GAAK9O,KAAK+O,cAAgB/O,KAAKoK,QAAQhE,oBAAoBvF,OAAQb,KAAK8O,YAAcE,IAAKhP,KAAKiP,qBAAuBC,GAAIlP,KAAKoK,QAAQsE,QAAU1O,KAAKmP,UAAYC,GAAIpP,KAAKqP,WAAa,MACxLrP,KAAKsP,QAAU,OACZtP,KAAKmP,UAAY,WACnB,MAAO,EACT,EAAGnP,KAAKqP,WAAa,IAAKrP,KAAKsP,QAAU,GAC3C,CA4CA,SAASJ,GAAG5S,EAAG0B,EAAGkB,GAChB,MAAMe,EAAID,KAAKuP,IAAIjT,EAAG4C,EAAI,GAC1B,YAAwC,IAAjC5C,EAAE0D,KAAKoK,QAAQ9D,eAAsD,IAA1BlH,OAAOuD,KAAKrG,GAAGuE,OAAeb,KAAKwP,iBAAiBlT,EAAE0D,KAAKoK,QAAQ9D,cAAetI,EAAGiC,EAAEwP,QAASvQ,GAAKc,KAAK0P,gBAAgBzP,EAAEuJ,IAAKxL,EAAGiC,EAAEwP,QAASvQ,EACnM,CAiCA,SAASkQ,GAAG9S,GACV,OAAO0D,KAAKoK,QAAQgE,SAASuB,OAAOrT,EACtC,CACA,SAAS0S,GAAG1S,GACV,SAAOA,EAAEiC,WAAWyB,KAAKoK,QAAQhE,sBAAwB9J,IAAM0D,KAAKoK,QAAQ9D,eAAehK,EAAE2H,OAAOjE,KAAK+O,cAC3G,CApFAF,GAAEe,UAAUpT,MAAQ,SAASF,GAC3B,OAAO0D,KAAKoK,QAAQjE,cAAgBsI,GAAGnS,EAAG0D,KAAKoK,UAAYwC,MAAMvF,QAAQ/K,IAAM0D,KAAKoK,QAAQyF,eAAiB7P,KAAKoK,QAAQyF,cAAchP,OAAS,IAAMvE,EAAI,CACzJ,CAAC0D,KAAKoK,QAAQyF,eAAgBvT,IAC5B0D,KAAKuP,IAAIjT,EAAG,GAAGkN,IACrB,EACAqF,GAAEe,UAAUL,IAAM,SAASjT,EAAG0B,GAC5B,IAAIkB,EAAI,GAAIe,EAAI,GAChB,IAAK,IAAIE,KAAK7D,EACZ,GAAI8C,OAAOwQ,UAAU7J,eAAe+J,KAAKxT,EAAG6D,GAC1C,UAAW7D,EAAE6D,GAAK,IAChBH,KAAK8O,YAAY3O,KAAOF,GAAK,SAC1B,GAAa,OAAT3D,EAAE6D,GACTH,KAAK8O,YAAY3O,GAAKF,GAAK,GAAc,MAATE,EAAE,GAAaF,GAAKD,KAAKmP,UAAUnR,GAAK,IAAMmC,EAAI,IAAMH,KAAKqP,WAAapP,GAAKD,KAAKmP,UAAUnR,GAAK,IAAMmC,EAAI,IAAMH,KAAKqP,gBACrJ,GAAI/S,EAAE6D,aAAc1B,KACvBwB,GAAKD,KAAKwP,iBAAiBlT,EAAE6D,GAAIA,EAAG,GAAInC,QACrC,GAAmB,iBAAR1B,EAAE6D,GAAgB,CAChC,MAAMC,EAAIJ,KAAK8O,YAAY3O,GAC3B,GAAIC,EACFlB,GAAKc,KAAK+P,iBAAiB3P,EAAG,GAAK9D,EAAE6D,SAClC,GAAIA,IAAMH,KAAKoK,QAAQ9D,aAAc,CACxC,IAAI9I,EAAIwC,KAAKoK,QAAQnD,kBAAkB9G,EAAG,GAAK7D,EAAE6D,IACjDF,GAAKD,KAAKqK,qBAAqB7M,EACjC,MACEyC,GAAKD,KAAKwP,iBAAiBlT,EAAE6D,GAAIA,EAAG,GAAInC,EAC5C,MAAO,GAAI4O,MAAMvF,QAAQ/K,EAAE6D,IAAK,CAC9B,MAAMC,EAAI9D,EAAE6D,GAAGU,OACf,IAAIrD,EAAI,GACR,IAAK,IAAIiF,EAAI,EAAGA,EAAIrC,EAAGqC,IAAK,CAC1B,MAAMI,EAAIvG,EAAE6D,GAAGsC,UACRI,EAAI,MAAc,OAANA,EAAsB,MAAT1C,EAAE,GAAaF,GAAKD,KAAKmP,UAAUnR,GAAK,IAAMmC,EAAI,IAAMH,KAAKqP,WAAapP,GAAKD,KAAKmP,UAAUnR,GAAK,IAAMmC,EAAI,IAAMH,KAAKqP,WAAyB,iBAALxM,EAAgB7C,KAAKoK,QAAQwE,aAAepR,GAAKwC,KAAKuP,IAAI1M,EAAG7E,EAAI,GAAGwL,IAAMhM,GAAKwC,KAAKiP,qBAAqBpM,EAAG1C,EAAGnC,GAAKR,GAAKwC,KAAKwP,iBAAiB3M,EAAG1C,EAAG,GAAInC,GACvU,CACAgC,KAAKoK,QAAQwE,eAAiBpR,EAAIwC,KAAK0P,gBAAgBlS,EAAG2C,EAAG,GAAInC,IAAKiC,GAAKzC,CAC7E,MAAO,GAAIwC,KAAKoK,QAAQ/D,qBAAuBlG,IAAMH,KAAKoK,QAAQ/D,oBAAqB,CACrF,MAAMjG,EAAIhB,OAAOuD,KAAKrG,EAAE6D,IAAK3C,EAAI4C,EAAES,OACnC,IAAK,IAAI4B,EAAI,EAAGA,EAAIjF,EAAGiF,IACrBvD,GAAKc,KAAK+P,iBAAiB3P,EAAEqC,GAAI,GAAKnG,EAAE6D,GAAGC,EAAEqC,IACjD,MACExC,GAAKD,KAAKiP,qBAAqB3S,EAAE6D,GAAIA,EAAGnC,GAC9C,MAAO,CAAEyR,QAASvQ,EAAGsK,IAAKvJ,EAC5B,EACA4O,GAAEe,UAAUG,iBAAmB,SAASzT,EAAG0B,GACzC,OAAOA,EAAIgC,KAAKoK,QAAQlD,wBAAwB5K,EAAG,GAAK0B,GAAIA,EAAIgC,KAAKqK,qBAAqBrM,GAAIgC,KAAKoK,QAAQoE,2BAAmC,SAANxQ,EAAe,IAAM1B,EAAI,IAAMA,EAAI,KAAO0B,EAAI,GACxL,EAKA6Q,GAAEe,UAAUF,gBAAkB,SAASpT,EAAG0B,EAAGkB,EAAGe,GAC9C,GAAU,KAAN3D,EACF,MAAgB,MAAT0B,EAAE,GAAagC,KAAKmP,UAAUlP,GAAK,IAAMjC,EAAIkB,EAAI,IAAMc,KAAKqP,WAAarP,KAAKmP,UAAUlP,GAAK,IAAMjC,EAAIkB,EAAIc,KAAKgQ,SAAShS,GAAKgC,KAAKqP,WAC5I,CACE,IAAIlP,EAAI,KAAOnC,EAAIgC,KAAKqP,WAAYjP,EAAI,GACxC,MAAgB,MAATpC,EAAE,KAAeoC,EAAI,IAAKD,EAAI,KAAMjB,GAAW,KAANA,IAAiC,IAApB5C,EAAE8E,QAAQ,MAAmG,IAAjCpB,KAAKoK,QAAQ9C,iBAA0BtJ,IAAMgC,KAAKoK,QAAQ9C,iBAAgC,IAAblH,EAAES,OAAeb,KAAKmP,UAAUlP,GAAK,UAAO3D,UAAS0D,KAAKsP,QAAUtP,KAAKmP,UAAUlP,GAAK,IAAMjC,EAAIkB,EAAIkB,EAAIJ,KAAKqP,WAAa/S,EAAI0D,KAAKmP,UAAUlP,GAAKE,EAArRH,KAAKmP,UAAUlP,GAAK,IAAMjC,EAAIkB,EAAIkB,EAAI,IAAM9D,EAAI6D,CACvI,CACF,EACA0O,GAAEe,UAAUI,SAAW,SAAS1T,GAC9B,IAAI0B,EAAI,GACR,OAAiD,IAA1CgC,KAAKoK,QAAQtG,aAAa1C,QAAQ9E,GAAY0D,KAAKoK,QAAQiE,uBAAyBrQ,EAAI,KAAwCA,EAAjCgC,KAAKoK,QAAQkE,kBAAwB,IAAU,MAAMhS,IAAK0B,CAClK,EACA6Q,GAAEe,UAAUJ,iBAAmB,SAASlT,EAAG0B,EAAGkB,EAAGe,GAC/C,IAAmC,IAA/BD,KAAKoK,QAAQxD,eAAwB5I,IAAMgC,KAAKoK,QAAQxD,cAC1D,OAAO5G,KAAKmP,UAAUlP,GAAK,YAAY3D,OAAS0D,KAAKsP,QACvD,IAAqC,IAAjCtP,KAAKoK,QAAQ9C,iBAA0BtJ,IAAMgC,KAAKoK,QAAQ9C,gBAC5D,OAAOtH,KAAKmP,UAAUlP,GAAK,UAAO3D,UAAS0D,KAAKsP,QAClD,GAAa,MAATtR,EAAE,GACJ,OAAOgC,KAAKmP,UAAUlP,GAAK,IAAMjC,EAAIkB,EAAI,IAAMc,KAAKqP,WACtD,CACE,IAAIlP,EAAIH,KAAKoK,QAAQnD,kBAAkBjJ,EAAG1B,GAC1C,OAAO6D,EAAIH,KAAKqK,qBAAqBlK,GAAU,KAANA,EAAWH,KAAKmP,UAAUlP,GAAK,IAAMjC,EAAIkB,EAAIc,KAAKgQ,SAAShS,GAAKgC,KAAKqP,WAAarP,KAAKmP,UAAUlP,GAAK,IAAMjC,EAAIkB,EAAI,IAAMiB,EAAI,KAAOnC,EAAIgC,KAAKqP,UACzL,CACF,EACAR,GAAEe,UAAUvF,qBAAuB,SAAS/N,GAC1C,GAAIA,GAAKA,EAAEuE,OAAS,GAAKb,KAAKoK,QAAQ7C,gBACpC,IAAK,IAAIvJ,EAAI,EAAGA,EAAIgC,KAAKoK,QAAQV,SAAS7I,OAAQ7C,IAAK,CACrD,MAAMkB,EAAIc,KAAKoK,QAAQV,SAAS1L,GAChC1B,EAAIA,EAAEmE,QAAQvB,EAAEgL,MAAOhL,EAAEsK,IAC3B,CACF,OAAOlN,CACT,EASA,IAAI2T,GAAI,CACNC,UArPO,MACP,WAAAnQ,CAAY/B,GACVgC,KAAKmQ,iBAAmB,CAAC,EAAGnQ,KAAKoK,QAAU0C,GAAG9O,EAChD,CAMA,KAAAoS,CAAMpS,EAAGkB,GACP,GAAgB,iBAALlB,EACT,KAAIA,EAAEqS,SAGJ,MAAM,IAAIjS,MAAM,mDAFhBJ,EAAIA,EAAEqS,UAE4D,CACtE,GAAInR,EAAG,EACC,IAANA,IAAaA,EAAI,CAAC,GAClB,MAAMkB,EAAI0N,GAAGzJ,SAASrG,EAAGkB,GACzB,IAAU,IAANkB,EACF,MAAMhC,MAAM,GAAGgC,EAAEmE,IAAIS,OAAO5E,EAAEmE,IAAIU,QAAQ7E,EAAEmE,IAAIc,MACpD,CACA,MAAMpF,EAAI,IAAI8M,GAAG/M,KAAKoK,SACtBnK,EAAE0N,oBAAoB3N,KAAKmQ,kBAC3B,MAAMhQ,EAAIF,EAAE2N,SAAS5P,GACrB,OAAOgC,KAAKoK,QAAQjE,oBAAuB,IAANhG,EAAeA,EAAI0N,GAAG1N,EAAGH,KAAKoK,QACrE,CAMA,SAAAkG,CAAUtS,EAAGkB,GACX,IAAwB,IAApBA,EAAEkC,QAAQ,KACZ,MAAM,IAAIhD,MAAM,+BAClB,IAAwB,IAApBJ,EAAEoD,QAAQ,OAAmC,IAApBpD,EAAEoD,QAAQ,KACrC,MAAM,IAAIhD,MAAM,wEAClB,GAAU,MAANc,EACF,MAAM,IAAId,MAAM,6CAClB4B,KAAKmQ,iBAAiBnS,GAAKkB,CAC7B,GA+MAqR,aAHSlO,EAITmO,WALO3B,4JCr8DLzE,GAAU,CAAC,EAEfA,GAAQqG,kBAAoB,KAC5BrG,GAAQsG,cAAgB,KAElBtG,GAAQuG,OAAS,UAAc,KAAM,QAE3CvG,GAAQwG,OAAS,KACjBxG,GAAQyG,mBAAqB,KAEhB,KAAI,KAASzG,IAKJ,MAAW,KAAQ0G,QAAS,KAAQA,OAAnD,MCFDC,GAAoB,SAAUC,GAChC,MAAMC,EAAOD,EAAKjS,aAAa,iBAAiB,cAChD,YAAamS,IAATD,EACO,GAEJ,CAACA,GAAME,MAClB,EACMC,GAAY,SAAUC,GAAqB,IAAhBC,EAAMC,UAAA1Q,OAAA,QAAAqQ,IAAAK,UAAA,IAAAA,UAAA,GACnC,MAAMC,EAAaC,SAASC,cAAc,MAM1C,OALAF,EAAWG,UAAUvI,IAAI,0BACzBoI,EAAWI,YAAcP,EACrBC,GACAE,EAAWG,UAAUvI,IAAI,gCAEtBoI,CACX,EACaK,GAAS,IF+HtB,MACEC,QACA,WAAA/R,CAAY/B,GACVgC,KAAK+R,eAAe/T,GAAIgC,KAAK8R,QAAU9T,CACzC,CACA,MAAIG,GACF,OAAO6B,KAAK8R,QAAQ3T,EACtB,CACA,eAAI6T,GACF,OAAOhS,KAAK8R,QAAQE,WACtB,CACA,SAAI/P,GACF,OAAOjC,KAAK8R,QAAQ7P,KACtB,CACA,iBAAIgQ,GACF,OAAOjS,KAAK8R,QAAQG,aACtB,CACA,WAAIC,GACF,OAAOlS,KAAK8R,QAAQI,OACtB,CACA,QAAI9O,GACF,OAAOpD,KAAK8R,QAAQ1O,IACtB,CACA,aAAI+O,GACF,OAAOnS,KAAK8R,QAAQK,SACtB,CACA,SAAIC,GACF,OAAOpS,KAAK8R,QAAQM,KACtB,CACA,UAAIC,GACF,OAAOrS,KAAK8R,QAAQO,MACtB,CACA,WAAI,GACF,OAAOrS,KAAK8R,QAAQQ,OACtB,CACA,UAAIC,GACF,OAAOvS,KAAK8R,QAAQS,MACtB,CACA,gBAAIC,GACF,OAAOxS,KAAK8R,QAAQU,YACtB,CACA,cAAAT,CAAe/T,GACb,IAAKA,EAAEG,IAAqB,iBAARH,EAAEG,GACpB,MAAM,IAAIC,MAAM,cAClB,IAAKJ,EAAEgU,aAAuC,mBAAjBhU,EAAEgU,YAC7B,MAAM,IAAI5T,MAAM,gCAClB,GAAI,UAAWJ,GAAuB,mBAAXA,EAAEiE,MAC3B,MAAM,IAAI7D,MAAM,0BAClB,IAAKJ,EAAEiU,eAA2C,mBAAnBjU,EAAEiU,cAC/B,MAAM,IAAI7T,MAAM,kCAClB,IAAKJ,EAAEoF,MAAyB,mBAAVpF,EAAEoF,KACtB,MAAM,IAAIhF,MAAM,yBAClB,GAAI,YAAaJ,GAAyB,mBAAbA,EAAEkU,QAC7B,MAAM,IAAI9T,MAAM,4BAClB,GAAI,cAAeJ,GAA2B,mBAAfA,EAAEmU,UAC/B,MAAM,IAAI/T,MAAM,8BAClB,GAAI,UAAWJ,GAAuB,iBAAXA,EAAEoU,MAC3B,MAAM,IAAIhU,MAAM,iBAClB,GAAI,WAAYJ,GAAwB,iBAAZA,EAAEqU,OAC5B,MAAM,IAAIjU,MAAM,kBAClB,GAAIJ,EAAEsU,UAAYlT,OAAOC,OAAO1C,GAAGsC,SAASjB,EAAEsU,SAC5C,MAAM,IAAIlU,MAAM,mBAClB,GAAI,WAAYJ,GAAwB,mBAAZA,EAAEuU,OAC5B,MAAM,IAAInU,MAAM,2BAClB,GAAI,iBAAkBJ,GAA8B,mBAAlBA,EAAEwU,aAClC,MAAM,IAAIpU,MAAM,gCACpB,GEjMmC,CACjCD,GAAI,cACJ6T,YAAaA,IAAM,GACnBC,cAAeA,IAAM,GACrBC,OAAAA,CAAQO,GAEJ,GAAqB,IAAjBA,EAAM5R,OACN,OAAO,EAEX,MAAMmQ,EAAOyB,EAAM,GAGnB,OAAoB,IAFP1B,GAAkBC,GAEtBnQ,MAIb,EACAuC,KAAMsP,SAAY,KAClB,kBAAMF,CAAaxB,GAEf,MAAMC,EAAOF,GAAkBC,GAC/B,GAAoB,IAAhBC,EAAKpQ,OACL,OAAO,KAEX,MAAM8R,EAAoBlB,SAASC,cAAc,MAEjD,GADAiB,EAAkBhB,UAAUvI,IAAI,2BACZ,IAAhB6H,EAAKpQ,OACL8R,EAAkBC,aAAa,cAAc5U,EAAAA,EAAAA,IAAE,QAAS,8BAA+B,CAAEqT,IAAKJ,EAAK,UAElG,CACD,MAAM4B,EAAY5B,EAAKrQ,MAAM,GAAI,GAAGkS,KAAK,MACnCC,EAAU9B,EAAKA,EAAKpQ,OAAS,GACnC8R,EAAkBC,aAAa,cAAc5U,EAAAA,EAAAA,IAAE,QAAS,mDAAoD,CAAE6U,YAAWE,YAC7H,CAGA,GAFAJ,EAAkBK,OAAO5B,GAAUH,EAAK,KAEpCA,EAAKpQ,OAAS,EAAG,CACjB,MAAMoS,EAAiB7B,GAAU,KAAOH,EAAKpQ,OAAS,IAAI,GAC1DoS,EAAeL,aAAa,QAAS3B,EAAKrQ,MAAM,GAAGkS,KAAK,OACxDH,EAAkBK,OAAOC,EAC7B,CACA,OAAON,CACX,EACAP,MAAO,KFqSH,SAAS9V,EAAG0B,EAAI,CAAEP,GAAI,mCACrBmL,OAAOsK,mBAAqB,MAAQtK,OAAOsK,mBAAqB,IAAI5V,GAAIsL,OAAOuK,mBAAqB,IAAK5V,IAChH,MAAM2B,EAAI,IAAK0J,OAAOuK,sBAAuBnV,GACzC4K,OAAOsK,mBAAmBE,MAAMjT,GAAMA,IAAM7D,IACvCD,EAAEgX,MAAM,GAAG/W,uBAAwB,CAAEgX,KAAMhX,IAChDA,EAAEiC,WAAW,MAAgC,IAAxBjC,EAAE4E,MAAM,KAAKL,OAC7BxE,EAAEgX,MAAM,GAAG/W,2CAA4C,CAAEgX,KAAMhX,IAEjE4C,EADG5C,EAAE4E,MAAM,KAAK,KACR0H,OAAOsK,mBAAmBzP,KAAKnH,GAAIsM,OAAOuK,mBAAqBjU,GAAU7C,EAAEgX,MAAM,GAAG/W,sBAAuB,CAAEgX,KAAMhX,EAAGiX,WAAYrU,GACnJ,CE5SAsU,CAAoB,kBFsJT,SAASlX,UACPsM,OAAO6K,gBAAkB,MAAQ7K,OAAO6K,gBAAkB,GAAIpX,EAAEqX,MAAM,4BAA6B9K,OAAO6K,gBAAgBL,MAAMpV,GAAMA,EAAEG,KAAO7B,EAAE6B,KAC1J9B,EAAEgX,MAAM,cAAc/W,EAAE6B,wBAAyB,CAAE0T,OAAQvV,IAG7DsM,OAAO6K,gBAAgBhQ,KAAKnH,EAC9B,CE3JAqX,CAAmB9B,aC9DnB,MAAM+B,IAAUC,EAAAA,EAAAA,mBAAkB,OACrBC,IAAYC,EAAAA,EAAAA,IAAaH,GAAS,CAC3CI,QAAS,CACLC,cAAcC,EAAAA,EAAAA,OAAqB,sBCLpC,MCAMC,IAASC,EAAAA,EAAAA,MACjB7X,OAAO,cACP8X,aACA7X,mCCzBL,MAEMwC,GAF2C,oBAAtBsV,mBACvBC,gBAAgBD,kBAEdC,KACkB,oBAAX3L,OACHA,OACA4L,WACG,GAAQxV,GAAKyV,MAAMC,KAAK1V,IACdA,GAAK2V,QACL3V,GAAK4V,QACJ5V,GAAK6V,SCT7B,MAAMC,GAAmB,eACnBC,GAAO,OACb,SAASC,GAAcC,GACnB,MAAO,CACHC,SAAUD,EACVE,QAAS,CAACF,GACVG,OAAO,EAEf,CAIO,MAAMC,GACT,WAAAtV,GACIC,KAAKsV,eAAiB,CAClBC,SAAU,CAAC,EACXC,eAAgB,QAEpBxV,KAAKyV,SAAWX,EACpB,CAKA,iBAAIY,GACA,OAAO1V,KAAKsV,cAChB,CAKA,kBAAIE,GACA,OAAOxV,KAAK0V,cAAcF,cAC9B,CACA,kBAAIA,CAAeG,GACf3V,KAAK0V,cAAcF,eAAiBG,CACxC,CAUA,OAAAC,CAAQC,EAAQC,GAAuB,GACnC,IAAKD,GAAUA,EAAOJ,WAAaX,GAC/B,MAAM,IAAI1W,MAAM,+EAapB,OAXAgB,OAAOuD,KAAKkT,EAAOH,cAAcH,UAAUQ,SAAQC,IAC3ChW,KAAK0V,cAAcH,SAASxP,eAAeiQ,GACvCF,IACA9V,KAAK0V,cAAcH,SAASS,GAAc5W,OAAOkF,OAAO,CAAC,EAAGuR,EAAOH,cAAcH,SAASS,KAI9FhW,KAAK0V,cAAcH,SAASS,GAAc5W,OAAOkF,OAAO,CAAC,EAAGuR,EAAOH,cAAcH,SAASS,GAC9F,IAEJH,EAAOP,eAAiBtV,KAAK0V,cACtB1V,IACX,CAQA,OAAAiW,CAAQC,KAAQC,GAEZ,OADenW,KAAKoW,IAAIF,IAAQnB,OACfoB,EACrB,CAUA,GAAAC,CAAIF,GACA,MAAMG,EAAOrW,KAAK0V,cAAcH,SAASW,GACzC,IAAKG,EACD,OAAQrW,KAAKwV,gBACT,IAAK,OACD,OAAO,KACX,IAAK,QACD,MAAM,IAAIpX,MAAM,oEAAoE8X,KACxF,QACI,MAAM,IAAI9X,MAAM,8FAA8F4B,KAAKwV,kBAG/H,OChGD,YAAqBL,GACxB,GAAuB,IAAnBA,EAAQtU,OACR,MAAM,IAAIzC,MAAM,mDAEpB,OAAO,YAA8B+X,GACjC,IAAIG,EAASH,EACb,MAAMI,EAAQvW,KACd,KAAOmV,EAAQtU,OAAS,GAEpByV,EAAS,CADMnB,EAAQqB,QACNC,MAAMF,EAAOD,IAElC,OAAOA,EAAO,EAClB,CACJ,CDmFeI,IAAYL,EAAKlB,QAC5B,CAMA,SAAAwB,CAAUT,GACN,QAASlW,KAAK0V,cAAcH,SAASW,EACzC,CAQA,KAAAU,CAAMV,EAAKjB,EAAQ4B,EAAO,CAAC,GACvB,MAAM,MAAEC,GAAQ,GAAUD,EAC1B,GAAI7W,KAAK0V,cAAcH,SAASW,IAAQlW,KAAK0V,cAAcH,SAASW,GAAKd,MACrE,MAAM,IAAIhX,MAAM,oBAAoB8X,oCAExC,GAAsB,mBAAXjB,EACP,MAAM,IAAI7W,MAAM,oBAAoB8X,yCAExC,GAAIY,EAEK9W,KAAK0V,cAAcH,SAASW,GAM7BlW,KAAK0V,cAAcH,SAASW,GAAKf,QAAQ1R,KAAKwR,GAJ9CjV,KAAK0V,cAAcH,SAASW,GAAOlB,GAAcC,QASrD,GAAIjV,KAAK2W,UAAUT,GAAM,CACrB,MAAM,SAAEhB,GAAalV,KAAK0V,cAAcH,SAASW,GACjDlW,KAAK0V,cAAcH,SAASW,GAAO9W,OAAOkF,OAAO0Q,GAAcC,GAAS,CACpEC,YAER,MAEIlV,KAAK0V,cAAcH,SAASW,GAAOlB,GAAcC,GAGzD,OAAOjV,IACX,CAkBA,WAAA+W,CAAYb,EAAKjB,KAAWkB,GAIxB,OAHKnW,KAAK2W,UAAUT,IAChBlW,KAAK4W,MAAMV,EAAKjB,GAEbjV,KAAKiW,QAAQC,KAAQC,EAChC,CASA,MAAAa,CAAOd,KAAQf,GAIX,OAHAA,EAAQY,SAAQd,IACZjV,KAAK4W,MAAMV,EAAKjB,EAAQ,CAAE6B,OAAO,GAAO,IAErC9W,IACX,CAMA,OAAAiX,CAAQf,GACJ,IAAKlW,KAAK2W,UAAUT,GAChB,MAAM,IAAI9X,MAAM,uDAAuD8X,KAEtE,GAAyD,mBAA9ClW,KAAK0V,cAAcH,SAASW,GAAKhB,SAC7C,MAAM,IAAI9W,MAAM,kFAAkF8X,KAGtG,OADAlW,KAAK0V,cAAcH,SAASW,GAAKf,QAAU,CAACnV,KAAK0V,cAAcH,SAASW,GAAKhB,UACtElV,IACX,CAQA,QAAAkX,CAAShB,GACL,IAAKlW,KAAK0V,cAAcH,SAASxP,eAAemQ,GAC5C,MAAM,IAAI9X,MAAM,mBAAmB8X,wCAGvC,OADAlW,KAAK0V,cAAcH,SAASW,GAAKd,OAAQ,EAClCpV,IACX,EElNJ,IAAImX,GAAY,gCCChB,MAAMC,GAAc,mBAKb,SAASC,GAAyBjN,EAASkN,GAC9C,MAAMC,EAAMnN,EAAQmN,IAAI9W,QAAQ,KAAM,IAChC+W,GAA2B,GAArBD,EAAInW,QAAQ,KAAa,IAAMmW,EAAI3W,MAAM2W,EAAInW,QAAQ,MAC3D6T,EAAS7K,EAAQ6K,OAAS7K,EAAQ6K,OAAOwC,cAAgB,MACzDC,IAAM,uBAAuB7N,KAAKyN,EAAOI,MAAO,OAChDC,EAAW,WAAWL,EAAO7Z,KAAKmD,OAAO,GACzCgX,ECZH,SAAoBC,EAAWC,EAAMC,EAAOC,EAAMC,EAAOC,EAAQN,GACpE,MAAMO,EAAUP,GAAOQ,GAAI,GAAGN,KAAQC,KAASC,KAC/C,OAAIH,GAAyC,aAA5BA,EAAUQ,cAChBD,GAAI,GAAGD,KAAWF,KAASC,KAE/BC,CACX,CDMgBG,CAAWhB,EAAOO,UAAWP,EAAOiB,SAAUjB,EAAOS,MAAOT,EAAOkB,SAAUlB,EAAOW,MAAOX,EAAOY,OAAQZ,EAAOM,KACvHa,EAAML,GAAI,GAAGnD,KAAUuC,KACvBkB,EACAN,GADiBV,EACb,GAAGE,KAAON,EAAOW,SAASN,KAAYL,EAAOY,UAAUR,KAAOe,IAC9D,GAAGb,KAAON,EAAOW,SAASQ,KAC9BE,EAAa,CACfJ,SAAUjB,EAAOiB,SACjBR,MAAOT,EAAOS,MACdE,MAAOX,EAAOW,MACdT,MACAE,MACAkB,SAAUF,EACVjb,GAAIka,EACJO,OAAQZ,EAAOY,OACfL,UAAWP,EAAOO,UAClBgB,OAAQvB,EAAOuB,QAEbC,EAAa,GACnB,IAAK,MAAM7S,KAAK0S,EACRA,EAAW1S,KACD,QAANA,GAAqB,OAANA,GAAoB,cAANA,EAC7B6S,EAAWrV,KAAK,GAAGwC,KAAK0S,EAAW1S,MAGnC6S,EAAWrV,KAAK,GAAGwC,MAAM0S,EAAW1S,QAIhD,MAAO,UAAU6S,EAAWhG,KAAK,OACrC,CE1CO,SAAS,GAAaiG,GACzB,OAIJ,SAAuBA,GACnB,GAAmB,iBAARA,GACC,OAARA,GACuC,mBAAvC3Z,OAAOwQ,UAAUS,SAASP,KAAKiJ,GAE/B,OAAO,EAEX,GAAmC,OAA/B3Z,OAAO4Z,eAAeD,GACtB,OAAO,EAEX,IAAIE,EAAQF,EAEZ,KAAwC,OAAjC3Z,OAAO4Z,eAAeC,IACzBA,EAAQ7Z,OAAO4Z,eAAeC,GAElC,OAAO7Z,OAAO4Z,eAAeD,KAASE,CAC1C,CApBWC,CAAcH,GACf3Z,OAAOkF,OAAO,CAAC,EAAGyU,GAClB3Z,OAAO+Z,eAAe/Z,OAAOkF,OAAO,CAAC,EAAGyU,GAAM3Z,OAAO4Z,eAAeD,GAC9E,CAkBO,SAASnW,MAASuT,GACrB,IAAIiD,EAAS,KAAMC,EAAQ,IAAIlD,GAC/B,KAAOkD,EAAMxY,OAAS,GAAG,CACrB,MAAMyY,EAAWD,EAAM7C,QAKnB4C,EAJCA,EAIQG,GAAaH,EAAQE,GAHrB,GAAaA,EAK9B,CACA,OAAOF,CACX,CACA,SAASG,GAAaC,EAAMC,GACxB,MAAML,EAAS,GAAaI,GAqB5B,OApBApa,OAAOuD,KAAK8W,GAAM1D,SAAQG,IACjBkD,EAAOrT,eAAemQ,GAIvBtJ,MAAMvF,QAAQoS,EAAKvD,IACnBkD,EAAOlD,GAAOtJ,MAAMvF,QAAQ+R,EAAOlD,IAC7B,IAAIkD,EAAOlD,MAASuD,EAAKvD,IACzB,IAAIuD,EAAKvD,IAEW,iBAAduD,EAAKvD,IAAuBuD,EAAKvD,GAC7CkD,EAAOlD,GACoB,iBAAhBkD,EAAOlD,IAAuBkD,EAAOlD,GACtCqD,GAAaH,EAAOlD,GAAMuD,EAAKvD,IAC/B,GAAauD,EAAKvD,IAG5BkD,EAAOlD,GAAOuD,EAAKvD,GAfnBkD,EAAOlD,GAAOuD,EAAKvD,EAgBvB,IAEGkD,CACX,CCnDO,SAAS,MAAgBM,GAC5B,GAA8B,IAA1BA,EAAe7Y,OACf,MAAO,CAAC,EACZ,MAAM8Y,EAAa,CAAC,EACpB,OAAOD,EAAeE,QAAO,CAACR,EAAQpF,KAClC5U,OAAOuD,KAAKqR,GAAS+B,SAAQ8D,IACzB,MAAMC,EAAcD,EAAOxB,cACvBsB,EAAW5T,eAAe+T,GAC1BV,EAAOO,EAAWG,IAAgB9F,EAAQ6F,IAG1CF,EAAWG,GAAeD,EAC1BT,EAAOS,GAAU7F,EAAQ6F,GAC7B,IAEGT,IACR,CAAC,EACR,iBCxBA,MAAMW,GAAwC,mBAAhBC,aACtB3J,SAAU4J,IAAgB7a,OAAOwQ,UCQzC,SAASsK,GAASC,GACd,MAAMC,GNPDjD,KACDA,GAAY,IAAI9B,IAEb8B,IMKP,OAAOiD,EAAQrD,YAAY,WAAY3M,GAAYgQ,EAAQrD,YAAY,QAAS,GAAO3M,EAAQmN,IAEnG,SAAyB4C,GACrB,IAAInG,EAAU,CAAC,EAEf,MAAM6C,EAAO,CACT5B,OAAQkF,EAAelF,QAK3B,GAHIkF,EAAenG,UACfA,EAAU,GAAaA,EAASmG,EAAenG,eAEhB,IAAxBmG,EAAe/N,KAAsB,CAC5C,MAAOiO,EAAMC,GCnBd,SAAgClO,GACnC,KAAK,WAAWA,aAAgB,YAE5B,MAAO,CAACA,EAAM,CAAC,GAEnB,GAAoB,iBAATA,EACP,MAAO,CAACA,EAAM,CAAC,GAEd,GCXY,OADIxH,EDYHwH,ICVO,MAArBxH,EAAM7E,aACgC,mBAA/B6E,EAAM7E,YAAYwa,UACzB3V,EAAM7E,YAAYwa,SAAS3V,GDS3B,MAAO,CAACwH,EAAM,CAAC,GAEd,GFZF,SAAuBxH,GAC1B,OAAQmV,KACHnV,aAAiBoV,aAA2C,yBAA5BC,GAAYnK,KAAKlL,GAC1D,CESa4V,CAAcpO,GACnB,MAAO,CAACA,EAAM,CAAC,GAEd,GAAIA,GAAwB,iBAATA,EACpB,MAAO,CACH7G,KAAKC,UAAU4G,GACf,CACI,eAAgB,qBCtBzB,IAAkBxH,ED0BrB,MAAM,IAAIxG,MAAM,gEAAgEgO,EACpF,CDJmCqO,CAAuBN,EAAe/N,MACjEyK,EAAKwD,KAAOA,EACZrG,EAAU,GAAaA,EAASsG,EACpC,CAoBA,OAnBIH,EAAeO,SACf7D,EAAK6D,OAASP,EAAeO,QAE7BP,EAAeQ,kBACf9D,EAAK+D,YAAc,YAGlB,YACGT,EAAeU,WAAaV,EAAeW,cAC3CjE,EAAKkE,MAASC,GACiB,UAAvBA,EAAUC,SACHd,EAAeU,WAAa,IAAI,SAEpCV,EAAeW,YAAc,IAAI,UAKpDjE,EAAK7C,QAAUA,EACR6C,CACX,CApCwGqE,CAAgB9Q,KAAW+P,EACnI,CGRO,MAAMgB,GAAY,WAASC,EAAAA,EAAAA,OAAkB1e,MACvC2e,IAAiBxH,EAAAA,EAAAA,mBAAkB,MAAQsH,IAC3CG,GAAY,WAA8B,IAA7B1H,EAAOrC,UAAA1Q,OAAA,QAAAqQ,IAAAK,UAAA,GAAAA,UAAA,GAAG8J,GAChC,MAAME,GAASxH,EAAAA,EAAAA,IAAaH,EAAS,CACjCI,QAAS,CACLC,cAAcC,EAAAA,EAAAA,OAAqB,MAmB3C,OAXgBsH,EAAAA,EAAAA,MAIR5E,MAAM,WAAYxM,IAClBA,EAAQ4J,SAASiB,SACjB7K,EAAQ6K,OAAS7K,EAAQ4J,QAAQiB,cAC1B7K,EAAQ4J,QAAQiB,QH+C5BvC,eAAuByH,GAE1B,IAAKA,EAAesB,QAChB,OAAOvB,GAASC,GAGpB,MAAMsB,EAAUtB,EAAesB,eACxBtB,EAAesB,QAElBA,EAAQC,gBACRvB,EAAiBvX,GAAMuX,EAAgB,CACnCnG,QAAS,CACL2H,cAAetE,GAAyB8C,EAAgBsB,OAKpE,MAAM7C,QAAiBsB,GAASC,GAChC,GAAuB,KAAnBvB,EAASzZ,QAET,GADAsc,EAAQC,cLxCT,SAAyB9C,EAAU6C,GACtC,MAAM3C,EAAcF,EAAS5E,SAAW4E,EAAS5E,QAAQoC,IAAI,qBAAwB,GACrF,GAAgD,WAA5C0C,EAAW5X,MAAM,MAAM,GAAGmX,cAC1B,OAAO,EAEX,MAAMnS,EAAK,8CACX,OAAS,CACL,MAAMjI,EAAQiI,EAAG9C,KAAK0V,GACtB,IAAK7a,EACD,MAEJwd,EAAQxd,EAAM,IAAMA,EAAM,IAAMA,EAAM,EAC1C,CAGA,OAFAwd,EAAQhe,IAAM,EACdge,EAAQvD,OArBZ,WACI,IAAIxb,EAAM,GACV,IAAK,IAAI0D,EAAI,EAAGA,EA1CD,KA0CmBA,EAC9B1D,EAAM,GAAGA,IAAM0a,GAAYwE,KAAKC,MAAsBzE,GAAhBwE,KAAKE,aAE/C,OAAOpf,CACX,CAeqBqf,IACV,CACX,CKwBgCC,CAAgBpD,EAAU6C,GAC9CA,EAAQC,cAAe,CACvBvB,EAAiBvX,GAAMuX,EAAgB,CACnCnG,QAAS,CACL2H,cAAetE,GAAyB8C,EAAgBsB,MAGhE,MAAMQ,QAAkB/B,GAASC,GAOjC,OANwB,KAApB8B,EAAU9c,OACVsc,EAAQC,eAAgB,EAGxBD,EAAQhe,KAELwe,CACX,OAGAR,EAAQhe,KAEZ,OAAOmb,CACX,CGrFesD,CAAQ9R,MAEZmR,CACX,WCNenH,EAAAA,EAAAA,MACb7X,OAAO,SACP8X,aACA7X,QCnBa8e,KCcR,MDbMa,GAAe,SAAUnL,GAClC,MAAMoL,EAAQpL,EAAKoL,MACbvd,EpB2dC,SAASvC,EAAI,IACtB,IAAI0B,EAAIlB,EAAEC,KACV,OAAOT,KAAOA,EAAE2C,SAAS,MAAQ3C,EAAE2C,SAAS,QAAUjB,GAAKlB,EAAEE,QAASV,EAAE2C,SAAS,OAASjB,GAAKlB,EAAEG,OAAQX,EAAE2C,SAAS,MAAQ3C,EAAE2C,SAAS,MAAQ3C,EAAE2C,SAAS,QAAUjB,GAAKlB,EAAEI,QAASZ,EAAE2C,SAAS,OAASjB,GAAKlB,EAAEK,QAASb,EAAE2C,SAAS,OAASjB,GAAKlB,EAAEM,QAASY,CAC9P,CoB9dwBqe,CAAoBD,GAAOvd,aACzCC,EAASsd,EAAM,cAAehB,EAAAA,EAAAA,OAAkB1e,IAChD2B,GAASwV,EAAAA,EAAAA,mBAAkB,MAAQsH,GAAWnK,EAAKsL,UACnDne,EAAKie,GAAO7a,OAAS,EACZlD,ECQJ6C,MAAM,IAAI0Y,QAAO,SAAU9W,EAAG+L,GAErC,OADA/L,GAAMA,GAAK,GAAKA,EAAK+L,EAAE0N,WAAW,IACvBzZ,CACf,GAAG,GDVGsZ,GAAO7a,QAAU,EACjBib,EAAW,CACbre,KACAE,SACAG,MAAO,IAAIC,KAAKuS,EAAKyL,SACrB9d,KAAMqS,EAAKrS,KACXC,KAAMwd,GAAOxd,MAAQ,EACrBC,cACAC,QACAE,KAAMmc,GACNpc,WAAY,IACLiS,KACAoL,EACHM,WAAYN,IAAQ,eACpBO,OAAQP,GAAO7a,OAAS,IAIhC,cADOib,EAASzd,WAAWqd,MACN,SAAdpL,EAAKrP,KACN,IAAI7D,EAAK0e,GACT,IAAI3e,EAAO2e,EACrB,EE9BMI,GAAuBC,GAAW,kDtB8XxBjU,OAAOuK,mBAAqB,MAAQvK,OAAOuK,mBAAqB,IAAK5V,IAAM6B,OAAOuD,KAAKiG,OAAOuK,oBAAoB1N,KAAKnJ,GAAM,SAASA,MAAMsM,OAAOuK,qBAAqB7W,QAAOwW,KAAK,iCAFpLlK,OAAOsK,mBAAqB,MAAQtK,OAAOsK,mBAAqB,IAAI5V,IAAKsL,OAAOsK,mBAAmBzN,KAAKnJ,GAAM,IAAIA,SAAQwW,KAAK,mEsBtXvH+J,+DAGlBC,GAAY,SAAUzL,GACxB,OAAO,IAAIxT,EAAO,CACdM,GAAIkT,EAAIlT,GACRE,QAAQwV,EAAAA,EAAAA,mBAAkB,kBAAoBxC,EAAIlT,IAClDW,OAAOsc,EAAAA,EAAAA,OAAkB1e,IACzBsC,KAAM,cACNH,YAAake,EAAW9f,KACxB8B,WAAY,IACLsS,EACH,UAAU,IAGtB,UtBy4BgBzI,OAAOoU,eAAiB,MAAQpU,OAAOoU,eAAiB,IAvBxE,MACEC,OAAS,GACTC,aAAe,KACf,QAAAC,CAASnf,GACP,GAAIgC,KAAKid,OAAO7J,MAAMlU,GAAMA,EAAEf,KAAOH,EAAEG,KACrC,MAAM,IAAIC,MAAM,WAAWJ,EAAEG,4BAC/B6B,KAAKid,OAAOxZ,KAAKzF,EACnB,CACA,MAAAof,CAAOpf,GACL,MAAMkB,EAAIc,KAAKid,OAAOI,WAAWpd,GAAMA,EAAE9B,KAAOH,KACzC,IAAPkB,GAAYc,KAAKid,OAAOK,OAAOpe,EAAG,EACpC,CACA,SAAIqe,GACF,OAAOvd,KAAKid,MACd,CACA,SAAAO,CAAUxf,GACRgC,KAAKkd,aAAelf,CACtB,CACA,UAAIyf,GACF,OAAOzd,KAAKkd,YACd,GAGgF7gB,EAAEqX,MAAM,mCAAoC9K,OAAOoU,gBuBx4B1HG,SAAS,IvB89DpB,MACEO,MACA,WAAA3d,CAAY/B,IA6DH,SAAS1B,GAClB,IAAKA,EAAE6B,IAAqB,iBAAR7B,EAAE6B,GACpB,MAAM,IAAIC,MAAM,4CAClB,IAAK9B,EAAEqhB,MAAyB,iBAAVrhB,EAAEqhB,KACtB,MAAM,IAAIvf,MAAM,8CAClB,GAAI9B,EAAEshB,SAAWthB,EAAEshB,QAAQ/c,OAAS,KAAOvE,EAAEuhB,SAA+B,iBAAbvhB,EAAEuhB,SAC/D,MAAM,IAAIzf,MAAM,qEAClB,IAAK9B,EAAEwhB,aAAuC,mBAAjBxhB,EAAEwhB,YAC7B,MAAM,IAAI1f,MAAM,uDAClB,IAAK9B,EAAEyhB,MAAyB,iBAAVzhB,EAAEyhB,OA3G1B,SAAYzhB,GACV,GAAgB,iBAALA,EACT,MAAM,IAAI0hB,UAAU,uCAAuC1hB,OAC7D,GAA+B,KAA3BA,EAAIA,EAAEkI,QAAU3D,SAA+C,IAA/BoP,GAAEM,aAAalM,SAAS/H,GAC1D,OAAO,EACT,IAAI0B,EACJ,MAAMkB,EAAI,IAAI+Q,GAAEC,UAChB,IACElS,EAAIkB,EAAEkR,MAAM9T,EACd,CAAE,MACA,OAAO,CACT,CACA,SAAU0B,KAAO,QAASA,GAC5B,CA8F+CigB,CAAG3hB,EAAEyhB,MAChD,MAAM,IAAI3f,MAAM,wDAClB,KAAM,UAAW9B,IAAwB,iBAAXA,EAAE8V,MAC9B,MAAM,IAAIhU,MAAM,+CAClB,GAAI9B,EAAEshB,SAAWthB,EAAEshB,QAAQ7H,SAAS/X,IAClC,KAAMA,aAAa8D,GACjB,MAAM,IAAI1D,MAAM,gEAAgE,IAChF9B,EAAE4hB,WAAmC,mBAAf5hB,EAAE4hB,UAC1B,MAAM,IAAI9f,MAAM,qCAClB,GAAI9B,EAAE+V,QAA6B,iBAAZ/V,EAAE+V,OACvB,MAAM,IAAIjU,MAAM,gCAClB,GAAI,WAAY9B,GAAwB,kBAAZA,EAAE6hB,OAC5B,MAAM,IAAI/f,MAAM,iCAClB,GAAI,aAAc9B,GAA0B,kBAAdA,EAAE8hB,SAC9B,MAAM,IAAIhgB,MAAM,mCAClB,GAAI9B,EAAE+hB,gBAA6C,iBAApB/hB,EAAE+hB,eAC/B,MAAM,IAAIjgB,MAAM,uCAEpB,EAvFIkgB,CAAGtgB,GAAIgC,KAAK0d,MAAQ1f,CACtB,CACA,MAAIG,GACF,OAAO6B,KAAK0d,MAAMvf,EACpB,CACA,QAAIwf,GACF,OAAO3d,KAAK0d,MAAMC,IACpB,CACA,WAAIE,GACF,OAAO7d,KAAK0d,MAAMG,OACpB,CACA,cAAIU,GACF,OAAOve,KAAK0d,MAAMa,UACpB,CACA,gBAAIC,GACF,OAAOxe,KAAK0d,MAAMc,YACpB,CACA,eAAIV,GACF,OAAO9d,KAAK0d,MAAMI,WACpB,CACA,QAAIC,GACF,OAAO/d,KAAK0d,MAAMK,IACpB,CACA,QAAIA,CAAK/f,GACPgC,KAAK0d,MAAMK,KAAO/f,CACpB,CACA,SAAIoU,GACF,OAAOpS,KAAK0d,MAAMtL,KACpB,CACA,SAAIA,CAAMpU,GACRgC,KAAK0d,MAAMtL,MAAQpU,CACrB,CACA,UAAIygB,GACF,OAAOze,KAAK0d,MAAMe,MACpB,CACA,UAAIA,CAAOzgB,GACTgC,KAAK0d,MAAMe,OAASzgB,CACtB,CACA,WAAI4f,GACF,OAAO5d,KAAK0d,MAAME,OACpB,CACA,aAAIM,GACF,OAAOle,KAAK0d,MAAMQ,SACpB,CACA,UAAI7L,GACF,OAAOrS,KAAK0d,MAAMrL,MACpB,CACA,UAAI8L,GACF,OAAOne,KAAK0d,MAAMS,MACpB,CACA,YAAIC,GACF,OAAOpe,KAAK0d,MAAMU,QACpB,CACA,YAAIA,CAASpgB,GACXgC,KAAK0d,MAAMU,SAAWpgB,CACxB,CACA,kBAAIqgB,GACF,OAAOre,KAAK0d,MAAMW,cACpB,GuB3hE2B,CACzBlgB,GAAI,OACJwf,MAAM3f,EAAAA,EAAAA,IAAE,aAAc,QACtB6f,SAAS7f,EAAAA,EAAAA,IAAE,aAAc,wDACzBugB,YAAYvgB,EAAAA,EAAAA,IAAE,aAAc,iBAC5BwgB,cAAcxgB,EAAAA,EAAAA,IAAE,aAAc,4CAC9B+f,8jBACA3L,MAAO,GACP0L,YDRuBpL,iBAAsB,IAAfpR,EAAIiQ,UAAA1Q,OAAA,QAAAqQ,IAAAK,UAAA,GAAAA,UAAA,GAAG,IAErC,MAAMmN,QEOehM,WAErB,IACI,MAAQtG,KAAM6E,SAAe6C,GAAU6K,qBAF9B,cAEyD,CAC9DvS,KAdqB,oPAerBwS,SAAS,EACTC,KAAM,kBAEV,MpBlBkB5N,IACfA,EAAKxL,KAAIqZ,IAAA,IAAC,MAAE1C,GAAO0C,EAAA,OAAK1f,OAAO2f,YAAY3f,OAAO4f,QAAQ5C,GAC5D3W,KAAIwZ,IAAA,IAAE/I,EAAKtR,GAAMqa,EAAA,MAAK,EAACC,EAAAA,GAAAA,GAAUhJ,GAAyB,iBAAnBgJ,EAAAA,GAAAA,GAAUhJ,GAAyBiJ,OAAOva,GAASA,EAAM,IAAE,IoBgB5Fwa,CAAUnO,EACrB,CACA,MAAOoC,GAEH,MADAc,GAAOd,OAAMrV,EAAAA,EAAAA,IAAE,aAAc,uBAAwB,CAAEqV,UACjD,IAAIjV,OAAMJ,EAAAA,EAAAA,IAAE,aAAc,uBACpC,GFpByBqhB,IAAaC,QAAOjO,GAAOA,EAAIkO,cACxD,GAAa,MAATje,EACA,MAAO,CACHke,OAAQ,IAAI3hB,EAAO,CACfM,GAAI,EACJE,QAAQwV,EAAAA,EAAAA,mBAAkB,kBAC1B/U,OAAOsc,EAAAA,EAAAA,OAAkB1e,IACzBsC,KAAM,cACNH,YAAake,EAAWhgB,OAE5B0iB,SAAUf,EAAUjZ,IAAIqX,KAGhC,MAAMD,EAAQlU,SAASrH,EAAKb,QAAQ,IAAK,IAAK,IACxC4Q,EAAMqN,EAAUtL,MAAK/B,GAAOA,EAAIlT,KAAO0e,IAC7C,IAAKxL,EACD,MAAM,IAAIjT,MAAM,iBAYpB,MAAO,CACHohB,OAXW1C,GAAUzL,GAYrBoO,gBAX2BnE,KAAYqD,qBAAqB,IAAK,CACjEC,SAAS,EAETxS,KAAMwQ,GAAoBC,GAC1B7I,QAAS,CAELiB,OAAQ,aAKe7I,KAAK3G,IAAI0W,IAE5C,gBG9DAuD,EAAOC,QAAU,CACf,IAAO,WACP,IAAO,sBACP,IAAO,aACP,IAAO,KACP,IAAO,UACP,IAAO,WACP,IAAO,gCACP,IAAO,aACP,IAAO,gBACP,IAAO,kBACP,IAAO,eACP,IAAO,mBACP,IAAO,UACP,IAAO,mBACP,IAAO,oBACP,IAAO,QACP,IAAO,YACP,IAAO,eACP,IAAO,YACP,IAAO,qBACP,IAAO,qBACP,IAAO,cACP,IAAO,eACP,IAAO,mBACP,IAAO,YACP,IAAO,YACP,IAAO,qBACP,IAAO,iBACP,IAAO,gCACP,IAAO,kBACP,IAAO,WACP,IAAO,OACP,IAAO,kBACP,IAAO,sBACP,IAAO,oBACP,IAAO,eACP,IAAO,yBACP,IAAO,wBACP,IAAO,qBACP,IAAO,eACP,IAAO,sBACP,IAAO,uBACP,IAAO,SACP,IAAO,oBACP,IAAO,uBACP,IAAO,mBACP,IAAO,wBACP,IAAO,oBACP,IAAO,kCACP,IAAO,gCACP,IAAO,wBACP,IAAO,kBACP,IAAO,cACP,IAAO,sBACP,IAAO,kBACP,IAAO,6BACP,IAAO,0BACP,IAAO,uBACP,IAAO,gBACP,IAAO,2BACP,IAAO,eACP,IAAO,6DC9DT,6BAAmD,OAAOC,EAAU,mBAAqBC,QAAU,iBAAmBA,OAAOC,SAAW,SAAU/G,GAAO,cAAcA,CAAK,EAAI,SAAUA,GAAO,OAAOA,GAAO,mBAAqB8G,QAAU9G,EAAIhZ,cAAgB8f,QAAU9G,IAAQ8G,OAAOjQ,UAAY,gBAAkBmJ,CAAK,EAAG6G,EAAQ7G,EAAM,CActT,oBAAfvE,WAA6BA,WAA6B,oBAATD,MAAuBA,KAV1D,EAUuE,SAAUwL,GACvG,aAYA,SAASC,EAAgBnd,EAAGqB,GAA6I,OAAxI8b,EAAkB5gB,OAAO+Z,eAAiB/Z,OAAO+Z,eAAezE,OAAS,SAAyB7R,EAAGqB,GAAsB,OAAjBrB,EAAEod,UAAY/b,EAAUrB,CAAG,EAAUmd,EAAgBnd,EAAGqB,EAAI,CAEvM,SAASgc,EAAaC,GAAW,IAAIC,EAMrC,WAAuC,GAAuB,oBAAZ9f,UAA4BA,QAAQ+f,UAAW,OAAO,EAAO,GAAI/f,QAAQ+f,UAAUC,KAAM,OAAO,EAAO,GAAqB,mBAAV9f,MAAsB,OAAO,EAAM,IAAsF,OAAhF+f,QAAQ3Q,UAAU4Q,QAAQ1Q,KAAKxP,QAAQ+f,UAAUE,QAAS,IAAI,WAAa,MAAY,CAAM,CAAE,MAAOjkB,GAAK,OAAO,CAAO,CAAE,CANvQmkB,GAA6B,OAAO,WAAkC,IAAsCnK,EAAlCoK,EAAQC,EAAgBR,GAAkB,GAAIC,EAA2B,CAAE,IAAIQ,EAAYD,EAAgB3gB,MAAMD,YAAauW,EAAShW,QAAQ+f,UAAUK,EAAOnP,UAAWqP,EAAY,MAAStK,EAASoK,EAAMjK,MAAMzW,KAAMuR,WAAc,OAEpX,SAAoCgD,EAAMzE,GAAQ,GAAIA,IAA2B,WAAlB8P,EAAQ9P,IAAsC,mBAATA,GAAwB,OAAOA,EAAa,QAAa,IAATA,EAAmB,MAAM,IAAIkO,UAAU,4DAA+D,OAE1P,SAAgCzJ,GAAQ,QAAa,IAATA,EAAmB,MAAM,IAAIsM,eAAe,6DAAgE,OAAOtM,CAAM,CAF4FuM,CAAuBvM,EAAO,CAF4FwM,CAA2B/gB,KAAMsW,EAAS,CAAG,CAQxa,SAASqK,EAAgB9d,GAA+J,OAA1J8d,EAAkBvhB,OAAO+Z,eAAiB/Z,OAAO4Z,eAAetE,OAAS,SAAyB7R,GAAK,OAAOA,EAAEod,WAAa7gB,OAAO4Z,eAAenW,EAAI,EAAU8d,EAAgB9d,EAAI,CAEnN,SAASme,EAA2Bne,EAAGoe,GAAkB,IAAIjX,EAAuB,oBAAX6V,QAA0Bhd,EAAEgd,OAAOC,WAAajd,EAAE,cAAe,IAAKmH,EAAI,CAAE,GAAI4C,MAAMvF,QAAQxE,KAAOmH,EAE9K,SAAqCnH,EAAGqe,GAAU,GAAKre,EAAL,CAAgB,GAAiB,iBAANA,EAAgB,OAAOse,EAAkBte,EAAGqe,GAAS,IAAI/gB,EAAIf,OAAOwQ,UAAUS,SAASP,KAAKjN,GAAGjC,MAAM,GAAI,GAAiE,MAAnD,WAANT,GAAkB0C,EAAE9C,cAAaI,EAAI0C,EAAE9C,YAAY4d,MAAgB,QAANxd,GAAqB,QAANA,EAAoByM,MAAMwU,KAAKve,GAAc,cAAN1C,GAAqB,2CAA2C0J,KAAK1J,GAAWghB,EAAkBte,EAAGqe,QAAzG,CAA7O,CAA+V,CAF5OG,CAA4Bxe,KAAOoe,GAAkBpe,GAAyB,iBAAbA,EAAEhC,OAAqB,CAAMmJ,IAAInH,EAAImH,GAAI,IAAI5J,EAAI,EAAOkhB,EAAI,WAAc,EAAG,MAAO,CAAErhB,EAAGqhB,EAAGnhB,EAAG,WAAe,OAAIC,GAAKyC,EAAEhC,OAAe,CAAE0gB,MAAM,GAAe,CAAEA,MAAM,EAAO3c,MAAO/B,EAAEzC,KAAQ,EAAG9D,EAAG,SAAWsF,GAAM,MAAMA,CAAI,EAAGoB,EAAGse,EAAK,CAAE,MAAM,IAAItD,UAAU,wIAA0I,CAAE,IAA6CzZ,EAAzCid,GAAmB,EAAMC,GAAS,EAAY,MAAO,CAAExhB,EAAG,WAAe+J,EAAKA,EAAG8F,KAAKjN,EAAI,EAAG1C,EAAG,WAAe,IAAIuhB,EAAO1X,EAAG2X,OAAsC,OAA9BH,EAAmBE,EAAKH,KAAaG,CAAM,EAAGplB,EAAG,SAAWslB,GAAOH,GAAS,EAAMld,EAAMqd,CAAK,EAAG5e,EAAG,WAAe,IAAWwe,GAAiC,MAAbxX,EAAG6X,QAAgB7X,EAAG6X,QAAU,CAAE,QAAU,GAAIJ,EAAQ,MAAMld,CAAK,CAAE,EAAK,CAIr+B,SAAS4c,EAAkBW,EAAKC,IAAkB,MAAPA,GAAeA,EAAMD,EAAIjhB,UAAQkhB,EAAMD,EAAIjhB,QAAQ,IAAK,IAAIT,EAAI,EAAG4hB,EAAO,IAAIpV,MAAMmV,GAAM3hB,EAAI2hB,EAAK3hB,IAAO4hB,EAAK5hB,GAAK0hB,EAAI1hB,GAAM,OAAO4hB,CAAM,CAEtL,SAASC,EAAgBC,EAAUC,GAAe,KAAMD,aAAoBC,GAAgB,MAAM,IAAInE,UAAU,oCAAwC,CAExJ,SAASoE,EAAkBvM,EAAQuG,GAAS,IAAK,IAAIhc,EAAI,EAAGA,EAAIgc,EAAMvb,OAAQT,IAAK,CAAE,IAAIiiB,EAAajG,EAAMhc,GAAIiiB,EAAWC,WAAaD,EAAWC,aAAc,EAAOD,EAAWE,cAAe,EAAU,UAAWF,IAAYA,EAAWG,UAAW,GAAMpjB,OAAOqjB,eAAe5M,EAAQwM,EAAWnM,IAAKmM,EAAa,CAAE,CAE5T,SAASK,EAAaP,EAAaQ,EAAYC,GAAyN,OAAtMD,GAAYP,EAAkBD,EAAYvS,UAAW+S,GAAiBC,GAAaR,EAAkBD,EAAaS,GAAcxjB,OAAOqjB,eAAeN,EAAa,YAAa,CAAEK,UAAU,IAAiBL,CAAa,CAE5R,SAASU,EAAgB9J,EAAK7C,EAAKtR,GAAiK,OAApJsR,KAAO6C,EAAO3Z,OAAOqjB,eAAe1J,EAAK7C,EAAK,CAAEtR,MAAOA,EAAO0d,YAAY,EAAMC,cAAc,EAAMC,UAAU,IAAkBzJ,EAAI7C,GAAOtR,EAAgBmU,CAAK,CAEhN,SAAS+J,EAA2B/J,EAAKgK,EAAYne,IAErD,SAAoCmU,EAAKiK,GAAqB,GAAIA,EAAkBC,IAAIlK,GAAQ,MAAM,IAAIiF,UAAU,iEAAqE,EAF3HkF,CAA2BnK,EAAKgK,GAAaA,EAAW7iB,IAAI6Y,EAAKnU,EAAQ,CAIvI,SAASue,EAAsBC,EAAUL,GAA0F,OAEnI,SAAkCK,EAAUf,GAAc,OAAIA,EAAWjM,IAAciM,EAAWjM,IAAItG,KAAKsT,GAAoBf,EAAWzd,KAAO,CAFPye,CAAyBD,EAA3FE,EAA6BF,EAAUL,EAAY,OAA+D,CAI1L,SAASQ,EAAsBH,EAAUL,EAAYne,GAA4I,OAIjM,SAAkCwe,EAAUf,EAAYzd,GAAS,GAAIyd,EAAWniB,IAAOmiB,EAAWniB,IAAI4P,KAAKsT,EAAUxe,OAAe,CAAE,IAAKyd,EAAWG,SAAY,MAAM,IAAIxE,UAAU,4CAA+CqE,EAAWzd,MAAQA,CAAO,CAAE,CAJvH4e,CAAyBJ,EAApFE,EAA6BF,EAAUL,EAAY,OAAuDne,GAAeA,CAAO,CAE/M,SAAS0e,EAA6BF,EAAUL,EAAYlR,GAAU,IAAKkR,EAAWE,IAAIG,GAAa,MAAM,IAAIpF,UAAU,gBAAkBnM,EAAS,kCAAqC,OAAOkR,EAAW3M,IAAIgN,EAAW,CA9C5NhkB,OAAOqjB,eAAe1C,EAAU,aAAc,CAC5Cnb,OAAO,IAETmb,EAAS0D,uBAAoB,EAC7B1D,EAAS2D,WAAaA,EACtB3D,EAASzN,aAAU,EACnByN,EAAS4D,oBAAsBA,EA4C/B,IAAIC,EAAgC,oBAAX/D,OAAyBA,OAAO+D,YAAc,gBAEnEC,EAA0B,IAAIC,QAE9BC,EAAwB,IAAID,QAE5BE,EAAyC,WAC3C,SAASA,EAA0BlF,GACjC,IAAImF,EAAgBnF,EAAKoF,SACrBA,OAA6B,IAAlBD,EAA2B,WAAa,EAAIA,EACvDE,EAAiBrF,EAAKsF,UACtBA,OAA+B,IAAnBD,EAmNX,CACLE,YAAY,EACZC,aAAc,IArNmDH,EAC7DI,EAAezF,EAAK0F,QACpBA,OAA2B,IAAjBD,EAA0B,IAAIE,SAAQ,SAAUC,EAASC,GACrE,OAAOT,EAASQ,EAASC,GAAQ,SAAUC,GACzCR,EAAUE,aAAa7gB,KAAKmhB,EAC9B,GACF,IAAKL,EAELtC,EAAgBjiB,KAAMgkB,GAEtBlB,EAA2B9iB,KAAM6jB,EAAY,CAC3CrB,UAAU,EACV5d,WAAO,IAGTke,EAA2B9iB,KAAM+jB,EAAU,CACzCvB,UAAU,EACV5d,WAAO,IAGTie,EAAgB7iB,KAAM4jB,EAAa,qBAEnC5jB,KAAK6kB,OAAS7kB,KAAK6kB,OAAOnQ,KAAK1U,MAE/BujB,EAAsBvjB,KAAM6jB,EAAYO,GAExCb,EAAsBvjB,KAAM+jB,EAAUS,GAAW,IAAIC,SAAQ,SAAUC,EAASC,GAC9E,OAAOT,EAASQ,EAASC,GAAQ,SAAUC,GACzCR,EAAUE,aAAa7gB,KAAKmhB,EAC9B,GACF,IACF,CAsEA,OApEAlC,EAAasB,EAA2B,CAAC,CACvC9N,IAAK,OACLtR,MAAO,SAAckgB,EAAaC,GAChC,OAAOC,EAAe7B,EAAsBnjB,KAAM+jB,GAAUkB,KAAKC,EAAeJ,EAAa3B,EAAsBnjB,KAAM6jB,IAAcqB,EAAeH,EAAY5B,EAAsBnjB,KAAM6jB,KAAeV,EAAsBnjB,KAAM6jB,GAC3O,GACC,CACD3N,IAAK,QACLtR,MAAO,SAAgBmgB,GACrB,OAAOC,EAAe7B,EAAsBnjB,KAAM+jB,GAAUoB,MAAMD,EAAeH,EAAY5B,EAAsBnjB,KAAM6jB,KAAeV,EAAsBnjB,KAAM6jB,GACtK,GACC,CACD3N,IAAK,UACLtR,MAAO,SAAkBwgB,EAAWC,GAClC,IAAI9O,EAAQvW,KAMZ,OAJIqlB,GACFlC,EAAsBnjB,KAAM6jB,GAAYS,aAAa7gB,KAAK2hB,GAGrDJ,EAAe7B,EAAsBnjB,KAAM+jB,GAAUuB,QAAQJ,GAAe,WACjF,GAAIE,EAOF,OANIC,IACFlC,EAAsB5M,EAAOsN,GAAYS,aAAenB,EAAsB5M,EAAOsN,GAAYS,aAAahF,QAAO,SAAUiG,GAC7H,OAAOA,IAAaH,CACtB,KAGKA,GAEX,GAAGjC,EAAsBnjB,KAAM6jB,KAAeV,EAAsBnjB,KAAM6jB,GAC5E,GACC,CACD3N,IAAK,SACLtR,MAAO,WACLue,EAAsBnjB,KAAM6jB,GAAYQ,YAAa,EAErD,IAAImB,EAAYrC,EAAsBnjB,KAAM6jB,GAAYS,aAExDnB,EAAsBnjB,KAAM6jB,GAAYS,aAAe,GAEvD,IACImB,EADAC,EAAY1E,EAA2BwE,GAG3C,IACE,IAAKE,EAAUzlB,MAAOwlB,EAAQC,EAAUvlB,KAAKohB,MAAO,CAClD,IAAIgE,EAAWE,EAAM7gB,MAErB,GAAwB,mBAAb2gB,EACT,IACEA,GACF,CAAE,MAAOhhB,GACPohB,EAAQtS,MAAM9O,EAChB,CAEJ,CACF,CAAE,MAAOA,GACPmhB,EAAUppB,EAAEiI,EACd,CAAE,QACAmhB,EAAU1iB,GACZ,CACF,GACC,CACDkT,IAAK,aACLtR,MAAO,WACL,OAA8D,IAAvDue,EAAsBnjB,KAAM6jB,GAAYQ,UACjD,KAGKL,CACT,CA3G6C,GA6GzCP,EAAiC,SAAUmC,IA7J/C,SAAmBC,EAAUC,GAAc,GAA0B,mBAAfA,GAA4C,OAAfA,EAAuB,MAAM,IAAI9H,UAAU,sDAAyD6H,EAASjW,UAAYxQ,OAAO2mB,OAAOD,GAAcA,EAAWlW,UAAW,CAAE7P,YAAa,CAAE6E,MAAOihB,EAAUrD,UAAU,EAAMD,cAAc,KAAWnjB,OAAOqjB,eAAeoD,EAAU,YAAa,CAAErD,UAAU,IAAcsD,GAAY9F,EAAgB6F,EAAUC,EAAa,CA8JjcE,CAAUvC,EAAmBmC,GAE7B,IAAIK,EAAS/F,EAAauD,GAE1B,SAASA,EAAkBS,GAGzB,OAFAjC,EAAgBjiB,KAAMyjB,GAEfwC,EAAOnW,KAAK9P,KAAM,CACvBkkB,SAAUA,GAEd,CAEA,OAAOxB,EAAae,EACtB,CAdqC,CAcnCO,GAEFjE,EAAS0D,kBAAoBA,EAE7BZ,EAAgBY,EAAmB,OAAO,SAAayC,GACrD,OAAOC,EAAkBD,EAAUzB,QAAQ2B,IAAIF,GACjD,IAEArD,EAAgBY,EAAmB,cAAc,SAAoByC,GACnE,OAAOC,EAAkBD,EAAUzB,QAAQ4B,WAAWH,GACxD,IAEArD,EAAgBY,EAAmB,OAAO,SAAayC,GACrD,OAAOC,EAAkBD,EAAUzB,QAAQ6B,IAAIJ,GACjD,IAEArD,EAAgBY,EAAmB,QAAQ,SAAcyC,GACvD,OAAOC,EAAkBD,EAAUzB,QAAQ8B,KAAKL,GAClD,IAEArD,EAAgBY,EAAmB,WAAW,SAAiB7e,GAC7D,OAAO8e,EAAWe,QAAQC,QAAQ9f,GACpC,IAEAie,EAAgBY,EAAmB,UAAU,SAAgB+C,GAC3D,OAAO9C,EAAWe,QAAQE,OAAO6B,GACnC,IAEA3D,EAAgBY,EAAmB,eAAgBE,GAEnD,IAAI8C,EAAWhD,EAGf,SAASC,EAAWc,GAClB,OAAOQ,EAAeR,EA2Df,CACLH,YAAY,EACZC,aAAc,IA5DlB,CAEA,SAASX,EAAoBa,GAC3B,OAAOA,aAAmBf,GAAqBe,aAAmBR,CACpE,CAEA,SAASkB,EAAewB,EAAUtC,GAChC,GAAIsC,EACF,OAAO,SAAUC,GACf,IAAKvC,EAAUC,WAAY,CACzB,IAAI/N,EAASoQ,EAASC,GAMtB,OAJIhD,EAAoBrN,IACtB8N,EAAUE,aAAa7gB,KAAK6S,EAAOuO,QAG9BvO,CACT,CAEA,OAAOqQ,CACT,CAEJ,CAEA,SAAS3B,EAAeR,EAASJ,GAC/B,OAAO,IAAIJ,EAA0B,CACnCI,UAAWA,EACXI,QAASA,GAEb,CAEA,SAAS2B,EAAkBD,EAAU1B,GACnC,IAAIJ,EA0BG,CACLC,YAAY,EACZC,aAAc,IAThB,OAlBAF,EAAUE,aAAa7gB,MAAK,WAC1B,IACImjB,EADAC,EAAa7F,EAA2BkF,GAG5C,IACE,IAAKW,EAAW5mB,MAAO2mB,EAASC,EAAW1mB,KAAKohB,MAAO,CACrD,IAAIuF,EAAaF,EAAOhiB,MAEpB+e,EAAoBmD,IACtBA,EAAWjC,QAEf,CACF,CAAE,MAAOtgB,GACPsiB,EAAWvqB,EAAEiI,EACf,CAAE,QACAsiB,EAAW7jB,GACb,CACF,IACO,IAAIghB,EAA0B,CACnCI,UAAWA,EACXI,QAASA,GAEb,CA3DAzE,EAASzN,QAAUmU,CAmErB,OAlS+B,iBAApB,CAAC,OAAmB,+FCD3BM,QAA0B,GAA4B,KAE1DA,EAAwBtjB,KAAK,CAACic,EAAOvhB,GAAI,snBAAunB,GAAG,CAAC,QAAU,EAAE,QAAU,CAAC,sEAAsE,MAAQ,GAAG,SAAW,8QAA8Q,eAAiB,CAAC,2pDAA2pD,WAAa,MAE/tF,2BCPA,IAAI6oB,EAAO,EAAQ,MACfzP,EAAM,EAAQ,MAEd0P,EAAQvH,EAAOC,QAEnB,IAAK,IAAIzJ,KAAO8Q,EACVA,EAAKjhB,eAAemQ,KAAM+Q,EAAM/Q,GAAO8Q,EAAK9Q,IAalD,SAASgR,EAAgBzI,GAOvB,GANsB,iBAAXA,IACTA,EAASlH,EAAInH,MAAMqO,IAEhBA,EAAOxD,WACVwD,EAAOxD,SAAW,UAEI,WAApBwD,EAAOxD,SACT,MAAM,IAAI7c,MAAM,aAAeqgB,EAAOxD,SAAW,sCAEnD,OAAOwD,CACT,CArBAwI,EAAM/K,QAAU,SAAUuC,EAAQ0I,GAEhC,OADA1I,EAASyI,EAAezI,GACjBuI,EAAK9K,QAAQpM,KAAK9P,KAAMye,EAAQ0I,EACzC,EAEAF,EAAM7Q,IAAM,SAAUqI,EAAQ0I,GAE5B,OADA1I,EAASyI,EAAezI,GACjBuI,EAAK5Q,IAAItG,KAAK9P,KAAMye,EAAQ0I,EACrC,oBCjBAxH,EAAUD,EAAOC,QAAU,EAAjB,QACFyH,OAASzH,EACjBA,EAAQ0H,SAAW1H,EACnBA,EAAQ2H,SAAW,EAAnB,OACA3H,EAAQ4H,OAAS,EAAjB,OACA5H,EAAQ6H,UAAY,EAApB,OACA7H,EAAQ8H,YAAc,EAAtB,OACA9H,EAAQ+H,SAAW,EAAnB,MACA/H,EAAQgI,SAAW,EAAnB,uBCRA,IAAIC,EAAgB,EAAQ,OACxBhP,EAAW,EAAQ,OACnBiP,EAAS,EAAQ,OACjBC,EAAc,EAAQ,OACtBvQ,EAAM,EAAQ,MAEdyP,EAAOrH,EAEXqH,EAAK9K,QAAU,SAAUrF,EAAMsQ,GAE7BtQ,EADmB,iBAATA,EACHU,EAAInH,MAAMyG,GAEVgR,EAAOhR,GAKf,IAAIkR,GAAoE,IAAlD,EAAAvkB,EAAOwkB,SAAS/M,SAASlR,OAAO,aAAsB,QAAU,GAElFkR,EAAWpE,EAAKoE,UAAY8M,EAC5BE,EAAOpR,EAAKqR,UAAYrR,EAAKoR,KAC7BE,EAAOtR,EAAKsR,KACZ7mB,EAAOuV,EAAKvV,MAAQ,IAGpB2mB,IAA+B,IAAvBA,EAAK7mB,QAAQ,OACxB6mB,EAAO,IAAMA,EAAO,KAGrBpR,EAAKU,KAAO0Q,EAAQhN,EAAW,KAAOgN,EAAQ,KAAOE,EAAO,IAAMA,EAAO,IAAM7mB,EAC/EuV,EAAK5B,QAAU4B,EAAK5B,QAAU,OAAOwC,cACrCZ,EAAK7C,QAAU6C,EAAK7C,SAAW,CAAC,EAIhC,IAAIoU,EAAM,IAAIR,EAAc/Q,GAG5B,OAFIsQ,GACHiB,EAAIC,GAAG,WAAYlB,GACbiB,CACR,EAEApB,EAAK5Q,IAAM,SAAcS,EAAMsQ,GAC9B,IAAIiB,EAAMpB,EAAK9K,QAAQrF,EAAMsQ,GAE7B,OADAiB,EAAIE,MACGF,CACR,EAEApB,EAAKY,cAAgBA,EACrBZ,EAAKuB,gBAAkB3P,EAAS2P,gBAEhCvB,EAAKwB,MAAQ,WAAa,EAC1BxB,EAAKwB,MAAMC,kBAAoB,EAE/BzB,EAAK0B,YAAc,IAAI1B,EAAKwB,MAE5BxB,EAAK2B,aAAeb,EAEpBd,EAAK4B,QAAU,CACd,WACA,UACA,OACA,SACA,MACA,OACA,OACA,WACA,QACA,aACA,QACA,OACA,SACA,UACA,QACA,OACA,WACA,YACA,QACA,MACA,SACA,SACA,YACA,QACA,SACA,+BC1ED,IAAIC,EACJ,SAASC,IAER,QAAY5X,IAAR2X,EAAmB,OAAOA,EAE9B,GAAI,EAAArlB,EAAOulB,eAAgB,CAC1BF,EAAM,IAAI,EAAArlB,EAAOulB,eAIjB,IACCF,EAAIG,KAAK,MAAO,EAAAxlB,EAAOylB,eAAiB,IAAM,sBAC/C,CAAE,MAAM3sB,GACPusB,EAAM,IACP,CACD,MAECA,EAAM,KAEP,OAAOA,CACR,CAEA,SAASK,EAAkBvnB,GAC1B,IAAIknB,EAAMC,IACV,IAAKD,EAAK,OAAO,EACjB,IAEC,OADAA,EAAIM,aAAexnB,EACZknB,EAAIM,eAAiBxnB,CAC7B,CAAE,MAAOrF,GAAI,CACb,OAAO,CACR,CAeA,SAAS8sB,EAAYxkB,GACpB,MAAwB,mBAAVA,CACf,CAxDA+a,EAAQlL,MAAQ2U,EAAW,EAAA5lB,EAAOiR,QAAU2U,EAAW,EAAA5lB,EAAO6lB,gBAE9D1J,EAAQ2J,eAAiBF,EAAW,EAAA5lB,EAAO+lB,gBAE3C5J,EAAQ6J,gBAAkBJ,EAAW,EAAA5lB,EAAOimB,iBAuC5C9J,EAAQ+J,YAAc/J,EAAQlL,OAASyU,EAAiB,eAIxDvJ,EAAQgK,UAAYhK,EAAQlL,OAASyU,EAAiB,aACtDvJ,EAAQiK,uBAAyBjK,EAAQlL,OAASyU,EAAiB,2BAInEvJ,EAAQkK,iBAAmBlK,EAAQlL,SAAUqU,KAAWM,EAAWN,IAASe,kBAM5EhB,EAAM,uDC1DFiB,EAAa,EAAQ,MACrBC,EAAW,EAAQ,OACnBnR,EAAW,EAAQ,OACnBoR,EAAS,EAAQ,OAEjBzB,EAAkB3P,EAAS2P,gBAC3B0B,EAAUrR,EAASsR,YAgBnBtC,EAAgBlI,EAAOC,QAAU,SAAU9I,GAC9C,IAYIsT,EAZA5V,EAAOvU,KACXgqB,EAAO1C,SAASxX,KAAKyE,GAErBA,EAAK6V,MAAQvT,EACbtC,EAAK8V,MAAQ,GACb9V,EAAK+V,SAAW,CAAC,EACbzT,EAAK0T,MACRhW,EAAKiW,UAAU,gBAAiB,SAAWC,EAAOrJ,KAAKvK,EAAK0T,MAAMla,SAAS,WAC5EjR,OAAOuD,KAAKkU,EAAK7C,SAAS+B,SAAQ,SAAU4H,GAC3CpJ,EAAKiW,UAAU7M,EAAM9G,EAAK7C,QAAQ2J,GACnC,IAGA,IAAI+M,GAAW,EACf,GAAkB,kBAAd7T,EAAK8T,MAA6B,mBAAoB9T,IAASiT,EAAWN,gBAE7EkB,GAAW,EACXP,GAAe,OACT,GAAkB,qBAAdtT,EAAK8T,KAGfR,GAAe,OACT,GAAkB,6BAAdtT,EAAK8T,KAEfR,GAAgBL,EAAWD,qBACrB,IAAKhT,EAAK8T,MAAsB,YAAd9T,EAAK8T,MAAoC,gBAAd9T,EAAK8T,KAIxD,MAAM,IAAIvsB,MAAM,+BAFhB+rB,GAAe,CAGhB,CACA5V,EAAKqW,MA9CN,SAAqBT,EAAcO,GAClC,OAAIZ,EAAWrV,OAASiW,EAChB,QACGZ,EAAWF,sBACd,0BACGE,EAAWH,SACd,YACGG,EAAWJ,aAAeS,EAC7B,cAEA,MAET,CAkCcU,CAAWV,EAAcO,GACtCnW,EAAKuW,YAAc,KACnBvW,EAAKwW,eAAiB,KACtBxW,EAAKyW,aAAe,KAEpBzW,EAAK8T,GAAG,UAAU,WACjB9T,EAAK0W,WACN,GACD,EAEAlB,EAASnC,EAAeoC,EAAO1C,UAE/BM,EAAchY,UAAU4a,UAAY,SAAU7M,EAAM/Y,GACnD,IACIsmB,EAAYvN,EAAKtF,eAIqB,IAAtC8S,EAAc/pB,QAAQ8pB,KALflrB,KAQNsqB,SAASY,GAAa,CAC1BvN,KAAMA,EACN/Y,MAAOA,GAET,EAEAgjB,EAAchY,UAAUwb,UAAY,SAAUzN,GAC7C,IAAI9D,EAAS7Z,KAAKsqB,SAAS3M,EAAKtF,eAChC,OAAIwB,EACIA,EAAOjV,MACR,IACR,EAEAgjB,EAAchY,UAAUyb,aAAe,SAAU1N,UACrC3d,KACCsqB,SAAS3M,EAAKtF,cAC3B,EAEAuP,EAAchY,UAAUqb,UAAY,WACnC,IAAI1W,EAAOvU,KAEX,IAAIuU,EAAK+W,WAAT,CAEA,IAAIzU,EAAOtC,EAAK6V,MAEZ,YAAavT,GAAyB,IAAjBA,EAAK0U,SAC7BhX,EAAKiX,WAAW3U,EAAK0U,SAGtB,IAAIE,EAAalX,EAAK+V,SAClBjQ,EAAO,KACS,QAAhBxD,EAAK5B,QAAoC,SAAhB4B,EAAK5B,SAC3BoF,EAAO,IAAIqR,KAAKnX,EAAK8V,MAAO,CACxB1oB,MAAO8pB,EAAW,iBAAmB,CAAC,GAAG7mB,OAAS,MAK7D,IAAI+mB,EAAc,GAalB,GAZAvsB,OAAOuD,KAAK8oB,GAAY1V,SAAQ,SAAU6V,GACzC,IAAIjO,EAAO8N,EAAWG,GAASjO,KAC3B/Y,EAAQ6mB,EAAWG,GAAShnB,MAC5BgI,MAAMvF,QAAQzC,GACjBA,EAAMmR,SAAQ,SAAUlQ,GACvB8lB,EAAYloB,KAAK,CAACka,EAAM9X,GACzB,IAEA8lB,EAAYloB,KAAK,CAACka,EAAM/Y,GAE1B,IAEmB,UAAf2P,EAAKqW,MAAmB,CAC3B,IAAIlQ,EAAS,KACb,GAAIoP,EAAWN,gBAAiB,CAC/B,IAAIqC,EAAa,IAAIpC,gBACrB/O,EAASmR,EAAWnR,OACpBnG,EAAKuX,sBAAwBD,EAEzB,mBAAoBhV,GAAgC,IAAxBA,EAAKkV,iBACpCxX,EAAKuW,YAAc,EAAAtnB,EAAOgoB,YAAW,WACpCjX,EAAKyX,KAAK,kBACNzX,EAAKuX,uBACRvX,EAAKuX,sBAAsBG,OAC7B,GAAGpV,EAAKkV,gBAEV,CAEA,EAAAvoB,EAAOiR,MAAMF,EAAK6V,MAAM7S,IAAK,CAC5BtC,OAAQV,EAAK6V,MAAMnV,OACnBjB,QAAS2X,EACTtR,KAAMA,QAAQnJ,EACdyZ,KAAM,OACN/P,YAAa/D,EAAK8D,gBAAkB,UAAY,cAChDD,OAAQA,IACNuK,MAAK,SAAUrM,GACjBrE,EAAK2X,eAAiBtT,EACtBrE,EAAK4X,cAAa,GAClB5X,EAAK6X,UACN,IAAG,SAAU5F,GACZjS,EAAK4X,cAAa,GACb5X,EAAK+W,YACT/W,EAAKyX,KAAK,QAASxF,EACrB,GACD,KAAO,CACN,IAAIqC,EAAMtU,EAAK8X,KAAO,IAAI,EAAA7oB,EAAOulB,eACjC,IACCF,EAAIG,KAAKzU,EAAK6V,MAAMnV,OAAQV,EAAK6V,MAAM7S,KAAK,EAC7C,CAAE,MAAOhT,GAIR,YAHA+nB,EAAQC,UAAS,WAChBhY,EAAKyX,KAAK,QAASznB,EACpB,GAED,CAGI,iBAAkBskB,IACrBA,EAAIM,aAAe5U,EAAKqW,OAErB,oBAAqB/B,IACxBA,EAAIlO,kBAAoB9D,EAAK8D,iBAEX,SAAfpG,EAAKqW,OAAoB,qBAAsB/B,GAClDA,EAAIgB,iBAAiB,sCAElB,mBAAoBhT,IACvBgS,EAAI0C,QAAU1U,EAAKkV,eACnBlD,EAAI2D,UAAY,WACfjY,EAAKyX,KAAK,iBACX,GAGDL,EAAY5V,SAAQ,SAAU8D,GAC7BgP,EAAI4D,iBAAiB5S,EAAO,GAAIA,EAAO,GACxC,IAEAtF,EAAKmY,UAAY,KACjB7D,EAAI8D,mBAAqB,WACxB,OAAQ9D,EAAI+D,YACX,KAAK3C,EAAQxqB,QACb,KAAKwqB,EAAQ4C,KACZtY,EAAKuY,iBAGR,EAGmB,4BAAfvY,EAAKqW,QACR/B,EAAIkE,WAAa,WAChBxY,EAAKuY,gBACN,GAGDjE,EAAImE,QAAU,WACTzY,EAAK+W,aAET/W,EAAK4X,cAAa,GAClB5X,EAAKyX,KAAK,QAAS,IAAI5tB,MAAM,cAC9B,EAEA,IACCyqB,EAAIoE,KAAK5S,EACV,CAAE,MAAO9V,GAIR,YAHA+nB,EAAQC,UAAS,WAChBhY,EAAKyX,KAAK,QAASznB,EACpB,GAED,CACD,CA7HC,CA8HF,EAgBAqjB,EAAchY,UAAUkd,eAAiB,WACxC,IAAIvY,EAAOvU,KAEXuU,EAAK4X,cAAa,GAZnB,SAAsBtD,GACrB,IACC,IAAI1pB,EAAS0pB,EAAI1pB,OACjB,OAAmB,OAAXA,GAA8B,IAAXA,CAC5B,CAAE,MAAO7C,GACR,OAAO,CACR,CACD,CAOM4wB,CAAY3Y,EAAK8X,QAAS9X,EAAK+W,aAG/B/W,EAAKmY,WACTnY,EAAK6X,WAEN7X,EAAKmY,UAAUI,eAAevY,EAAK4X,aAAazX,KAAKH,IACtD,EAEAqT,EAAchY,UAAUwc,SAAW,WAClC,IAAI7X,EAAOvU,KAEPuU,EAAK+W,aAGT/W,EAAKmY,UAAY,IAAInE,EAAgBhU,EAAK8X,KAAM9X,EAAK2X,eAAgB3X,EAAKqW,MAAOrW,EAAK4X,aAAazX,KAAKH,IACxGA,EAAKmY,UAAUrE,GAAG,SAAS,SAAS9jB,GACnCgQ,EAAKyX,KAAK,QAASznB,EACpB,IAEAgQ,EAAKyX,KAAK,WAAYzX,EAAKmY,WAC5B,EAEA9E,EAAchY,UAAUud,OAAS,SAAUC,EAAOC,EAAUlG,GAChDnnB,KAENqqB,MAAM5mB,KAAK2pB,GAChBjG,GACD,EAEAS,EAAchY,UAAUuc,aAAe,SAAU5K,GAChD,IAAIhN,EAAOvU,KAEX,EAAAwD,EAAO8pB,aAAa/Y,EAAKyW,cACzBzW,EAAKyW,aAAe,KAEhBzJ,GACH,EAAA/d,EAAO8pB,aAAa/Y,EAAKuW,aACzBvW,EAAKuW,YAAc,MACTvW,EAAKwW,iBACfxW,EAAKyW,aAAe,EAAAxnB,EAAOgoB,YAAW,WACrCjX,EAAKyX,KAAK,UACX,GAAGzX,EAAKwW,gBAEV,EAEAnD,EAAchY,UAAUqc,MAAQrE,EAAchY,UAAU2d,QAAU,SAAUhpB,GAC3E,IAAIgQ,EAAOvU,KACXuU,EAAK+W,YAAa,EAClB/W,EAAK4X,cAAa,GACd5X,EAAKmY,YACRnY,EAAKmY,UAAUpB,YAAa,GACzB/W,EAAK8X,KACR9X,EAAK8X,KAAKJ,QACF1X,EAAKuX,uBACbvX,EAAKuX,sBAAsBG,QAExB1nB,GACHgQ,EAAKyX,KAAK,QAASznB,EACrB,EAEAqjB,EAAchY,UAAU0Y,IAAM,SAAUlc,EAAMihB,EAAUlG,GAEnC,mBAAT/a,IACV+a,EAAK/a,EACLA,OAAO8E,GAGR8Y,EAAO1C,SAAS1X,UAAU0Y,IAAIxY,KANnB9P,KAM8BoM,EAAMihB,EAAUlG,EAC1D,EAEAS,EAAchY,UAAU4b,WAAa,SAAUD,EAASpE,GACvD,IAAI5S,EAAOvU,KAEPmnB,GACH5S,EAAKiZ,KAAK,UAAWrG,GAEtB5S,EAAKwW,eAAiBQ,EACtBhX,EAAK4X,cAAa,EACnB,EAEAvE,EAAchY,UAAU6d,aAAe,WAAa,EACpD7F,EAAchY,UAAU8d,WAAa,WAAa,EAClD9F,EAAchY,UAAU+d,mBAAqB,WAAa,EAG1D,IAAIxC,EAAgB,CACnB,iBACA,kBACA,iCACA,gCACA,aACA,iBACA,SACA,UACA,OACA,MACA,SACA,OACA,aACA,SACA,UACA,KACA,UACA,oBACA,UACA,yDC9VGrB,EAAa,EAAQ,MACrBC,EAAW,EAAQ,OACnBC,EAAS,EAAQ,OAEjBC,EAAUtK,EAAQuK,YAAc,CACnC0D,OAAQ,EACRC,OAAQ,EACRC,iBAAkB,EAClBruB,QAAS,EACTotB,KAAM,GAGHtE,EAAkB5I,EAAQ4I,gBAAkB,SAAUM,EAAKjQ,EAAU+R,EAAMoD,GAC9E,IAAIxZ,EAAOvU,KAiBX,GAhBAgqB,EAAO3C,SAASvX,KAAKyE,GAErBA,EAAKqW,MAAQD,EACbpW,EAAKP,QAAU,CAAC,EAChBO,EAAKyZ,WAAa,GAClBzZ,EAAK0Z,SAAW,CAAC,EACjB1Z,EAAK2Z,YAAc,GAGnB3Z,EAAK8T,GAAG,OAAO,WAEdiE,EAAQC,UAAS,WAChBhY,EAAKyX,KAAK,QACX,GACD,IAEa,UAATrB,EAAkB,CAYrB,GAXApW,EAAK2X,eAAiBtT,EAEtBrE,EAAKgD,IAAMqB,EAASrB,IACpBhD,EAAK4Z,WAAavV,EAASzZ,OAC3BoV,EAAK6Z,cAAgBxV,EAASyV,WAE9BzV,EAAS5E,QAAQ+B,SAAQ,SAAU8D,EAAQ3D,GAC1C3B,EAAKP,QAAQkC,EAAImC,eAAiBwB,EAClCtF,EAAKyZ,WAAWvqB,KAAKyS,EAAK2D,EAC3B,IAEIiQ,EAAWR,eAAgB,CAC9B,IAAI9G,EAAW,IAAI+G,eAAe,CACjC+E,MAAO,SAAUlB,GAEhB,OADAW,GAAY,GACL,IAAItJ,SAAQ,SAAUC,EAASC,GACjCpQ,EAAK+W,WACR3G,IACSpQ,EAAK9Q,KAAKgnB,EAAOrJ,KAAKgM,IAC/B1I,IAEAnQ,EAAKga,aAAe7J,CAEtB,GACD,EACA8J,MAAO,WACNT,GAAY,GACPxZ,EAAK+W,YACT/W,EAAK9Q,KAAK,KACZ,EACAwoB,MAAO,SAAU1nB,GAChBwpB,GAAY,GACPxZ,EAAK+W,YACT/W,EAAKyX,KAAK,QAASznB,EACrB,IAGD,IAMC,YALAqU,EAASyB,KAAKoU,OAAOjM,GAAU2C,OAAM,SAAU5gB,GAC9CwpB,GAAY,GACPxZ,EAAK+W,YACT/W,EAAKyX,KAAK,QAASznB,EACrB,GAED,CAAE,MAAOjI,GAAI,CACd,CAEA,IAAIoyB,EAAS9V,EAASyB,KAAKsU,aAC3B,SAASC,IACRF,EAAOE,OAAO3J,MAAK,SAAU3O,GACxB/B,EAAK+W,aAETyC,EAAYzX,EAAOiL,MACfjL,EAAOiL,KACVhN,EAAK9Q,KAAK,OAGX8Q,EAAK9Q,KAAKgnB,EAAOrJ,KAAK9K,EAAO1R,QAC7BgqB,KACD,IAAGzJ,OAAM,SAAU5gB,GAClBwpB,GAAY,GACPxZ,EAAK+W,YACT/W,EAAKyX,KAAK,QAASznB,EACrB,GACD,CACAqqB,EACD,MA2BC,GA1BAra,EAAK8X,KAAOxD,EACZtU,EAAKsa,KAAO,EAEZta,EAAKgD,IAAMsR,EAAIiG,YACfva,EAAK4Z,WAAatF,EAAI1pB,OACtBoV,EAAK6Z,cAAgBvF,EAAIwF,WACXxF,EAAIkG,wBAAwB7tB,MAAM,SACxC6U,SAAQ,SAAU8D,GACzB,IAAImV,EAAUnV,EAAO5b,MAAM,oBAC3B,GAAI+wB,EAAS,CACZ,IAAI9Y,EAAM8Y,EAAQ,GAAG3W,cACT,eAARnC,QACuBhF,IAAtBqD,EAAKP,QAAQkC,KAChB3B,EAAKP,QAAQkC,GAAO,IAErB3B,EAAKP,QAAQkC,GAAKzS,KAAKurB,EAAQ,UACC9d,IAAtBqD,EAAKP,QAAQkC,GACvB3B,EAAKP,QAAQkC,IAAQ,KAAO8Y,EAAQ,GAEpCza,EAAKP,QAAQkC,GAAO8Y,EAAQ,GAE7Bza,EAAKyZ,WAAWvqB,KAAKurB,EAAQ,GAAIA,EAAQ,GAC1C,CACD,IAEAza,EAAK0a,SAAW,kBACXnF,EAAWD,iBAAkB,CACjC,IAAIqF,EAAW3a,EAAKyZ,WAAW,aAC/B,GAAIkB,EAAU,CACb,IAAIC,EAAeD,EAASjxB,MAAM,2BAC9BkxB,IACH5a,EAAK0a,SAAWE,EAAa,GAAG9W,cAElC,CACK9D,EAAK0a,WACT1a,EAAK0a,SAAW,QAClB,CAEF,EAEAlF,EAASxB,EAAiByB,EAAO3C,UAEjCkB,EAAgB3Y,UAAUwf,MAAQ,WACjC,IAEI1K,EAFO1kB,KAEQuuB,aACf7J,IAHO1kB,KAILuuB,aAAe,KACpB7J,IAEF,EAEA6D,EAAgB3Y,UAAUkd,eAAiB,SAAUiB,GACpD,IAAIxZ,EAAOvU,KAEP6oB,EAAMtU,EAAK8X,KAEXzT,EAAW,KACf,OAAQrE,EAAKqW,OACZ,IAAK,OAEJ,IADAhS,EAAWiQ,EAAIwG,cACFxuB,OAAS0T,EAAKsa,KAAM,CAChC,IAAIS,EAAU1W,EAAS3U,OAAOsQ,EAAKsa,MACnC,GAAsB,mBAAlBta,EAAK0a,SAA+B,CAEvC,IADA,IAAIM,EAAS9E,EAAO+E,MAAMF,EAAQzuB,QACzBT,EAAI,EAAGA,EAAIkvB,EAAQzuB,OAAQT,IACnCmvB,EAAOnvB,GAA6B,IAAxBkvB,EAAQ/S,WAAWnc,GAEhCmU,EAAK9Q,KAAK8rB,EACX,MACChb,EAAK9Q,KAAK6rB,EAAS/a,EAAK0a,UAEzB1a,EAAKsa,KAAOjW,EAAS/X,MACtB,CACA,MACD,IAAK,cACJ,GAAIgoB,EAAI+D,aAAe3C,EAAQ4C,OAAShE,EAAIjQ,SAC3C,MACDA,EAAWiQ,EAAIjQ,SACfrE,EAAK9Q,KAAKgnB,EAAOrJ,KAAK,IAAIqO,WAAW7W,KACrC,MACD,IAAK,0BAEJ,GADAA,EAAWiQ,EAAIjQ,SACXiQ,EAAI+D,aAAe3C,EAAQxqB,UAAYmZ,EAC1C,MACDrE,EAAK9Q,KAAKgnB,EAAOrJ,KAAK,IAAIqO,WAAW7W,KACrC,MACD,IAAK,YAEJ,GADAA,EAAWiQ,EAAIjQ,SACXiQ,EAAI+D,aAAe3C,EAAQxqB,QAC9B,MACD,IAAIivB,EAAS,IAAI,EAAAlrB,EAAOksB,eACxBhB,EAAO3B,WAAa,WACf2B,EAAOpY,OAAOqZ,WAAapb,EAAKsa,OACnCta,EAAK9Q,KAAKgnB,EAAOrJ,KAAK,IAAIqO,WAAWf,EAAOpY,OAAO1V,MAAM2T,EAAKsa,SAC9Dta,EAAKsa,KAAOH,EAAOpY,OAAOqZ,WAE5B,EACAjB,EAAOkB,OAAS,WACf7B,GAAY,GACZxZ,EAAK9Q,KAAK,KACX,EAEAirB,EAAOmB,kBAAkBjX,GAKvBrE,EAAK8X,KAAKO,aAAe3C,EAAQ4C,MAAuB,cAAftY,EAAKqW,QACjDmD,GAAY,GACZxZ,EAAK9Q,KAAK,MAEZ,aClNAic,EAAOC,QAIP,WAGI,IAFA,IAAI9J,EAAS,CAAC,EAELzV,EAAI,EAAGA,EAAImR,UAAU1Q,OAAQT,IAAK,CACvC,IAAI/B,EAASkT,UAAUnR,GAEvB,IAAK,IAAI8V,KAAO7X,EACR0H,EAAe+J,KAAKzR,EAAQ6X,KAC5BL,EAAOK,GAAO7X,EAAO6X,GAGjC,CAEA,OAAOL,CACX,EAhBA,IAAI9P,EAAiB3G,OAAOwQ,UAAU7J,wDCDlC+pB,EAA2B,CAAC,EAGhC,SAASC,EAAoBC,GAE5B,IAAIC,EAAeH,EAAyBE,GAC5C,QAAqB9e,IAAjB+e,EACH,OAAOA,EAAatQ,QAGrB,IAAID,EAASoQ,EAAyBE,GAAY,CACjD7xB,GAAI6xB,EACJE,QAAQ,EACRvQ,QAAS,CAAC,GAUX,OANAwQ,EAAoBH,GAAUlgB,KAAK4P,EAAOC,QAASD,EAAQA,EAAOC,QAASoQ,GAG3ErQ,EAAOwQ,QAAS,EAGTxQ,EAAOC,OACf,CAGAoQ,EAAoB1zB,EAAI8zB,EpC5BpB/zB,EAAW,GACf2zB,EAAoBztB,EAAI,CAACgU,EAAQ8Z,EAAUC,EAAIC,KAC9C,IAAGF,EAAH,CAMA,IAAIG,EAAeC,IACnB,IAASpwB,EAAI,EAAGA,EAAIhE,EAASyE,OAAQT,IAAK,CACrCgwB,EAAWh0B,EAASgE,GAAG,GACvBiwB,EAAKj0B,EAASgE,GAAG,GACjBkwB,EAAWl0B,EAASgE,GAAG,GAE3B,IAJA,IAGIqwB,GAAY,EACPnzB,EAAI,EAAGA,EAAI8yB,EAASvvB,OAAQvD,MACpB,EAAXgzB,GAAsBC,GAAgBD,IAAalxB,OAAOuD,KAAKotB,EAAoBztB,GAAGouB,OAAOxa,GAAS6Z,EAAoBztB,EAAE4T,GAAKka,EAAS9yB,MAC9I8yB,EAAS9S,OAAOhgB,IAAK,IAErBmzB,GAAY,EACTH,EAAWC,IAAcA,EAAeD,IAG7C,GAAGG,EAAW,CACbr0B,EAASkhB,OAAOld,IAAK,GACrB,IAAIlB,EAAImxB,SACEnf,IAANhS,IAAiBoX,EAASpX,EAC/B,CACD,CACA,OAAOoX,CArBP,CAJCga,EAAWA,GAAY,EACvB,IAAI,IAAIlwB,EAAIhE,EAASyE,OAAQT,EAAI,GAAKhE,EAASgE,EAAI,GAAG,GAAKkwB,EAAUlwB,IAAKhE,EAASgE,GAAKhE,EAASgE,EAAI,GACrGhE,EAASgE,GAAK,CAACgwB,EAAUC,EAAIC,EAuBjB,EqC3BdP,EAAoB5vB,EAAKuf,IACxB,IAAIiR,EAASjR,GAAUA,EAAOkR,WAC7B,IAAOlR,EAAiB,QACxB,IAAM,EAEP,OADAqQ,EAAoBvyB,EAAEmzB,EAAQ,CAAE7tB,EAAG6tB,IAC5BA,CAAM,ECLdZ,EAAoBvyB,EAAI,CAACmiB,EAASkR,KACjC,IAAI,IAAI3a,KAAO2a,EACXd,EAAoBltB,EAAEguB,EAAY3a,KAAS6Z,EAAoBltB,EAAE8c,EAASzJ,IAC5E9W,OAAOqjB,eAAe9C,EAASzJ,EAAK,CAAEoM,YAAY,EAAMlM,IAAKya,EAAW3a,IAE1E,ECHD6Z,EAAoBzzB,EAAI,IAAOmoB,QAAQC,UCHvCqL,EAAoBvsB,EAAI,WACvB,GAA0B,iBAAfgR,WAAyB,OAAOA,WAC3C,IACC,OAAOxU,MAAQ,IAAI8wB,SAAS,cAAb,EAChB,CAAE,MAAOx0B,GACR,GAAsB,iBAAXsM,OAAqB,OAAOA,MACxC,CACA,CAPuB,GCAxBmnB,EAAoBltB,EAAI,CAACkW,EAAKzF,IAAUlU,OAAOwQ,UAAU7J,eAAe+J,KAAKiJ,EAAKzF,GCClFyc,EAAoB7wB,EAAKygB,IACH,oBAAXE,QAA0BA,OAAO+D,aAC1CxkB,OAAOqjB,eAAe9C,EAASE,OAAO+D,YAAa,CAAEhf,MAAO,WAE7DxF,OAAOqjB,eAAe9C,EAAS,aAAc,CAAE/a,OAAO,GAAO,ECL9DmrB,EAAoBgB,IAAOrR,IAC1BA,EAAOsR,MAAQ,GACVtR,EAAOuR,WAAUvR,EAAOuR,SAAW,IACjCvR,GCHRqQ,EAAoBzyB,EAAI,WCAxByyB,EAAoBlhB,EAAI4C,SAASyf,SAAW3c,KAAKyT,SAASmJ,KAK1D,IAAIC,EAAkB,CACrB,KAAM,GAaPrB,EAAoBztB,EAAEhF,EAAK+zB,GAA0C,IAA7BD,EAAgBC,GAGxD,IAAIC,EAAuB,CAACC,EAA4BnlB,KACvD,IAKI4jB,EAAUqB,EALVjB,EAAWhkB,EAAK,GAChBolB,EAAcplB,EAAK,GACnBqlB,EAAUrlB,EAAK,GAGIhM,EAAI,EAC3B,GAAGgwB,EAASsB,MAAMvzB,GAAgC,IAAxBizB,EAAgBjzB,KAAa,CACtD,IAAI6xB,KAAYwB,EACZzB,EAAoBltB,EAAE2uB,EAAaxB,KACrCD,EAAoB1zB,EAAE2zB,GAAYwB,EAAYxB,IAGhD,GAAGyB,EAAS,IAAInb,EAASmb,EAAQ1B,EAClC,CAEA,IADGwB,GAA4BA,EAA2BnlB,GACrDhM,EAAIgwB,EAASvvB,OAAQT,IACzBixB,EAAUjB,EAAShwB,GAChB2vB,EAAoBltB,EAAEuuB,EAAiBC,IAAYD,EAAgBC,IACrED,EAAgBC,GAAS,KAE1BD,EAAgBC,GAAW,EAE5B,OAAOtB,EAAoBztB,EAAEgU,EAAO,EAGjCqb,EAAqBpd,KAA4B,sBAAIA,KAA4B,uBAAK,GAC1Fod,EAAmB5b,QAAQub,EAAqB5c,KAAK,KAAM,IAC3Did,EAAmBluB,KAAO6tB,EAAqB5c,KAAK,KAAMid,EAAmBluB,KAAKiR,KAAKid,QClDvF5B,EAAoBtyB,QAAKyT,ECGzB,IAAI0gB,EAAsB7B,EAAoBztB,OAAE4O,EAAW,CAAC,OAAO,IAAO6e,EAAoB,SAC9F6B,EAAsB7B,EAAoBztB,EAAEsvB","sources":["webpack:///nextcloud/webpack/runtime/chunk loaded","webpack:///nextcloud/node_modules/@nextcloud/files/dist/index.mjs","webpack://nextcloud/./apps/systemtags/src/css/fileEntryInlineSystemTags.scss?0a01","webpack:///nextcloud/apps/systemtags/src/actions/inlineSystemTagsAction.ts","webpack:///nextcloud/apps/systemtags/src/services/davClient.ts","webpack:///nextcloud/apps/systemtags/src/utils.ts","webpack:///nextcloud/apps/systemtags/src/logger.ts","webpack:///nextcloud/node_modules/@buttercup/fetch/dist/index.browser.js","webpack:///nextcloud/node_modules/hot-patcher/dist/patcher.js","webpack:///nextcloud/node_modules/hot-patcher/dist/functions.js","webpack:///nextcloud/node_modules/webdav/dist/node/compat/patcher.js","webpack:///nextcloud/node_modules/webdav/dist/node/auth/digest.js","webpack:///nextcloud/node_modules/webdav/dist/node/tools/crypto.js","webpack:///nextcloud/node_modules/webdav/dist/node/tools/merge.js","webpack:///nextcloud/node_modules/webdav/dist/node/tools/headers.js","webpack:///nextcloud/node_modules/webdav/dist/node/compat/arrayBuffer.js","webpack:///nextcloud/node_modules/webdav/dist/node/request.js","webpack:///nextcloud/node_modules/webdav/dist/node/tools/body.js","webpack:///nextcloud/node_modules/webdav/dist/node/compat/buffer.js","webpack:///nextcloud/apps/files/src/services/WebdavClient.ts","webpack:///nextcloud/apps/files/src/logger.js","webpack:///nextcloud/apps/files/src/services/Files.ts","webpack:///nextcloud/apps/files/src/utils/hashUtils.ts","webpack:///nextcloud/apps/systemtags/src/services/systemtags.ts","webpack:///nextcloud/apps/systemtags/src/init.ts","webpack:///nextcloud/apps/systemtags/src/services/api.ts","webpack:///nextcloud/node_modules/builtin-status-codes/browser.js","webpack:///nextcloud/node_modules/cancelable-promise/umd/CancelablePromise.js","webpack:///nextcloud/apps/systemtags/src/css/fileEntryInlineSystemTags.scss","webpack:///nextcloud/node_modules/https-browserify/index.js","webpack:///nextcloud/node_modules/readable-stream/readable-browser.js","webpack:///nextcloud/node_modules/stream-http/index.js","webpack:///nextcloud/node_modules/stream-http/lib/capability.js","webpack:///nextcloud/node_modules/stream-http/lib/request.js","webpack:///nextcloud/node_modules/stream-http/lib/response.js","webpack:///nextcloud/node_modules/xtend/immutable.js","webpack:///nextcloud/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/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/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};","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 let r = this.source;\n this.isDavRessource && (r = r.split(this._knownDavService).pop());\n const s = r.indexOf(this.root), n = this.root.replace(/\\/$/, \"\");\n return I(r.slice(s + n.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 let t = this.source;\n this.isDavRessource && (t = t.split(this._knownDavService).pop());\n const r = t.indexOf(this.root), s = this.root.replace(/\\/$/, \"\");\n return t.slice(r + s.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, t = {}) {\n const r = ge(e, { headers: t });\n function s(i) {\n r.setHeaders({\n ...t,\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: i ?? \"\"\n });\n }\n return ue(s), s(de()), we().patch(\"fetch\", (i, d) => {\n const u = d.headers;\n return u?.method && (d.method = u.method, delete u.method), fetch(i, d);\n }), r;\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 = s?.[\"owner-id\"] || 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 k = {};\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};\nk.buildOptions = Se;\nk.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 ke = Me;\nconst Be = 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 (Be.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 B = O, T = ke, tt = Ze, rt = et;\n\"<((!\\\\[CDATA\\\\[([\\\\s\\\\S]*?)(]]>))|((NAME:)?(NAME))([^>]*)>|((\\\\/)(NAME)\\\\s*>))([^<]*)\".replace(/NAME/g, B.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 = B.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 B.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 } = k, _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 kt = S, Bt = At, qt = Mt;\nvar W = {\n XMLParser: Bt,\n XMLValidator: kt,\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 \"!../../../../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/sass-loader/dist/cjs.js!./fileEntryInlineSystemTags.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/sass-loader/dist/cjs.js!./fileEntryInlineSystemTags.scss\";\n export default content && content.locals ? content.locals : undefined;\n","/**\n * @copyright Copyright (c) 2023 Lucas Azevedo \n *\n * @author Lucas Azevedo \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\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 { FileAction, Node, registerDavProperty, registerFileAction } from '@nextcloud/files';\nimport { translate as t } from '@nextcloud/l10n';\nimport '../css/fileEntryInlineSystemTags.scss';\nconst getNodeSystemTags = function (node) {\n const tags = node.attributes?.['system-tags']?.['system-tag'];\n if (tags === undefined) {\n return [];\n }\n return [tags].flat();\n};\nconst renderTag = function (tag, isMore = false) {\n const tagElement = document.createElement('li');\n tagElement.classList.add('files-list__system-tag');\n tagElement.textContent = tag;\n if (isMore) {\n tagElement.classList.add('files-list__system-tag--more');\n }\n return tagElement;\n};\nexport const action = new FileAction({\n id: 'system-tags',\n displayName: () => '',\n iconSvgInline: () => '',\n enabled(nodes) {\n // Only show the action on single nodes\n if (nodes.length !== 1) {\n return false;\n }\n const node = nodes[0];\n const tags = getNodeSystemTags(node);\n // Only show the action if the node has system tags\n if (tags.length === 0) {\n return false;\n }\n return true;\n },\n exec: async () => null,\n async renderInline(node) {\n // Ensure we have the system tags as an array\n const tags = getNodeSystemTags(node);\n if (tags.length === 0) {\n return null;\n }\n const systemTagsElement = document.createElement('ul');\n systemTagsElement.classList.add('files-list__system-tags');\n if (tags.length === 1) {\n systemTagsElement.setAttribute('aria-label', t('files', 'This file has the tag {tag}', { tag: tags[0] }));\n }\n else {\n const firstTags = tags.slice(0, -1).join(', ');\n const lastTag = tags[tags.length - 1];\n systemTagsElement.setAttribute('aria-label', t('files', 'This file has the tags {firstTags} and {lastTag}', { firstTags, lastTag }));\n }\n systemTagsElement.append(renderTag(tags[0]));\n // More tags than the one we're showing\n if (tags.length > 1) {\n const moreTagElement = renderTag('+' + (tags.length - 1), true);\n moreTagElement.setAttribute('title', tags.slice(1).join(', '));\n systemTagsElement.append(moreTagElement);\n }\n return systemTagsElement;\n },\n order: 0,\n});\nregisterDavProperty('nc:system-tags');\nregisterFileAction(action);\n","/**\n * @copyright 2023 Christopher Ng \n *\n * @author Christopher Ng \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\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 { createClient } from 'webdav';\nimport { generateRemoteUrl } from '@nextcloud/router';\nimport { getRequestToken } from '@nextcloud/auth';\nconst rootUrl = generateRemoteUrl('dav');\nexport const davClient = createClient(rootUrl, {\n headers: {\n requesttoken: getRequestToken() ?? '',\n },\n});\n","/**\n * @copyright 2023 Christopher Ng \n *\n * @author Christopher Ng \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\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 camelCase from 'camelcase';\nexport const defaultBaseTag = {\n userVisible: true,\n userAssignable: true,\n canAssign: true,\n};\nexport const parseTags = (tags) => {\n return tags.map(({ props }) => Object.fromEntries(Object.entries(props)\n .map(([key, value]) => [camelCase(key), camelCase(key) === 'displayName' ? String(value) : value])));\n};\n/**\n * Parse id from `Content-Location` header\n * @param url URL to parse\n */\nexport const parseIdFromLocation = (url) => {\n const queryPos = url.indexOf('?');\n if (queryPos > 0) {\n url = url.substring(0, queryPos);\n }\n const parts = url.split('/');\n let result;\n do {\n result = parts[parts.length - 1];\n parts.pop();\n // note: first result can be empty when there is a trailing slash,\n // so we take the part before that\n } while (!result && parts.length > 0);\n return Number(result);\n};\nexport const formatTag = (initialTag) => {\n const tag = { ...initialTag };\n if (tag.name && !tag.displayName) {\n return tag;\n }\n tag.name = tag.displayName;\n delete tag.displayName;\n return tag;\n};\n","/**\n * @copyright 2023 Christopher Ng \n *\n * @author Christopher Ng \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\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';\nexport const logger = getLoggerBuilder()\n .setApp('systemtags')\n .detectUser()\n .build();\n","const inWebWorker = typeof WorkerGlobalScope !== \"undefined\" &&\n self instanceof WorkerGlobalScope;\nconst root = inWebWorker\n ? self\n : typeof window !== \"undefined\"\n ? window\n : globalThis;\nexport const fetch = root.fetch.bind(root);\nexport const Headers = root.Headers;\nexport const Request = root.Request;\nexport const Response = root.Response;\n","import { sequence } from \"./functions.js\";\nconst HOT_PATCHER_TYPE = \"@@HOTPATCHER\";\nconst NOOP = () => { };\nfunction createNewItem(method) {\n return {\n original: method,\n methods: [method],\n final: false\n };\n}\n/**\n * Hot patching manager class\n */\nexport class HotPatcher {\n constructor() {\n this._configuration = {\n registry: {},\n getEmptyAction: \"null\"\n };\n this.__type__ = HOT_PATCHER_TYPE;\n }\n /**\n * Configuration object reference\n * @readonly\n */\n get configuration() {\n return this._configuration;\n }\n /**\n * The action to take when a non-set method is requested\n * Possible values: null/throw\n */\n get getEmptyAction() {\n return this.configuration.getEmptyAction;\n }\n set getEmptyAction(newAction) {\n this.configuration.getEmptyAction = newAction;\n }\n /**\n * Control another hot-patcher instance\n * Force the remote instance to use patched methods from calling instance\n * @param target The target instance to control\n * @param allowTargetOverrides Allow the target to override patched methods on\n * the controller (default is false)\n * @returns Returns self\n * @throws {Error} Throws if the target is invalid\n */\n control(target, allowTargetOverrides = false) {\n if (!target || target.__type__ !== HOT_PATCHER_TYPE) {\n throw new Error(\"Failed taking control of target HotPatcher instance: Invalid type or object\");\n }\n Object.keys(target.configuration.registry).forEach(foreignKey => {\n if (this.configuration.registry.hasOwnProperty(foreignKey)) {\n if (allowTargetOverrides) {\n this.configuration.registry[foreignKey] = Object.assign({}, target.configuration.registry[foreignKey]);\n }\n }\n else {\n this.configuration.registry[foreignKey] = Object.assign({}, target.configuration.registry[foreignKey]);\n }\n });\n target._configuration = this.configuration;\n return this;\n }\n /**\n * Execute a patched method\n * @param key The method key\n * @param args Arguments to pass to the method (optional)\n * @see HotPatcher#get\n * @returns The output of the called method\n */\n execute(key, ...args) {\n const method = this.get(key) || NOOP;\n return method(...args);\n }\n /**\n * Get a method for a key\n * @param key The method key\n * @returns Returns the requested function or null if the function\n * does not exist and the host is configured to return null (and not throw)\n * @throws {Error} Throws if the configuration specifies to throw and the method\n * does not exist\n * @throws {Error} Throws if the `getEmptyAction` value is invalid\n */\n get(key) {\n const item = this.configuration.registry[key];\n if (!item) {\n switch (this.getEmptyAction) {\n case \"null\":\n return null;\n case \"throw\":\n throw new Error(`Failed handling method request: No method provided for override: ${key}`);\n default:\n throw new Error(`Failed handling request which resulted in an empty method: Invalid empty-action specified: ${this.getEmptyAction}`);\n }\n }\n return sequence(...item.methods);\n }\n /**\n * Check if a method has been patched\n * @param key The function key\n * @returns True if already patched\n */\n isPatched(key) {\n return !!this.configuration.registry[key];\n }\n /**\n * Patch a method name\n * @param key The method key to patch\n * @param method The function to set\n * @param opts Patch options\n * @returns Returns self\n */\n patch(key, method, opts = {}) {\n const { chain = false } = opts;\n if (this.configuration.registry[key] && this.configuration.registry[key].final) {\n throw new Error(`Failed patching '${key}': Method marked as being final`);\n }\n if (typeof method !== \"function\") {\n throw new Error(`Failed patching '${key}': Provided method is not a function`);\n }\n if (chain) {\n // Add new method to the chain\n if (!this.configuration.registry[key]) {\n // New key, create item\n this.configuration.registry[key] = createNewItem(method);\n }\n else {\n // Existing, push the method\n this.configuration.registry[key].methods.push(method);\n }\n }\n else {\n // Replace the original\n if (this.isPatched(key)) {\n const { original } = this.configuration.registry[key];\n this.configuration.registry[key] = Object.assign(createNewItem(method), {\n original\n });\n }\n else {\n this.configuration.registry[key] = createNewItem(method);\n }\n }\n return this;\n }\n /**\n * Patch a method inline, execute it and return the value\n * Used for patching contents of functions. This method will not apply a patched\n * function if it has already been patched, allowing for external overrides to\n * function. It also means that the function is cached so that it is not\n * instantiated every time the outer function is invoked.\n * @param key The function key to use\n * @param method The function to patch (once, only if not patched)\n * @param args Arguments to pass to the function\n * @returns The output of the patched function\n * @example\n * function mySpecialFunction(a, b) {\n * return hotPatcher.patchInline(\"func\", (a, b) => {\n * return a + b;\n * }, a, b);\n * }\n */\n patchInline(key, method, ...args) {\n if (!this.isPatched(key)) {\n this.patch(key, method);\n }\n return this.execute(key, ...args);\n }\n /**\n * Patch a method (or methods) in sequential-mode\n * See `patch()` with the option `chain: true`\n * @see patch\n * @param key The key to patch\n * @param methods The methods to patch\n * @returns Returns self\n */\n plugin(key, ...methods) {\n methods.forEach(method => {\n this.patch(key, method, { chain: true });\n });\n return this;\n }\n /**\n * Restore a patched method if it has been overridden\n * @param key The method key\n * @returns Returns self\n */\n restore(key) {\n if (!this.isPatched(key)) {\n throw new Error(`Failed restoring method: No method present for key: ${key}`);\n }\n else if (typeof this.configuration.registry[key].original !== \"function\") {\n throw new Error(`Failed restoring method: Original method not found or of invalid type for key: ${key}`);\n }\n this.configuration.registry[key].methods = [this.configuration.registry[key].original];\n return this;\n }\n /**\n * Set a method as being final\n * This sets a method as having been finally overridden. Attempts at overriding\n * again will fail with an error.\n * @param key The key to make final\n * @returns Returns self\n */\n setFinal(key) {\n if (!this.configuration.registry.hasOwnProperty(key)) {\n throw new Error(`Failed marking '${key}' as final: No method found for key`);\n }\n this.configuration.registry[key].final = true;\n return this;\n }\n}\n","export function sequence(...methods) {\n if (methods.length === 0) {\n throw new Error(\"Failed creating sequence: No functions provided\");\n }\n return function __executeSequence(...args) {\n let result = args;\n const _this = this;\n while (methods.length > 0) {\n const method = methods.shift();\n result = [method.apply(_this, result)];\n }\n return result[0];\n };\n}\n","import { HotPatcher } from \"hot-patcher\";\nlet __patcher = null;\nexport function getPatcher() {\n if (!__patcher) {\n __patcher = new HotPatcher();\n }\n return __patcher;\n}\n","import md5 from \"md5\";\nimport { ha1Compute } from \"../tools/crypto.js\";\nconst NONCE_CHARS = \"abcdef0123456789\";\nconst NONCE_SIZE = 32;\nexport function createDigestContext(username, password, ha1) {\n return { username, password, ha1, nc: 0, algorithm: \"md5\", hasDigestAuth: false };\n}\nexport function generateDigestAuthHeader(options, digest) {\n const url = options.url.replace(\"//\", \"\");\n const uri = url.indexOf(\"/\") == -1 ? \"/\" : url.slice(url.indexOf(\"/\"));\n const method = options.method ? options.method.toUpperCase() : \"GET\";\n const qop = /(^|,)\\s*auth\\s*($|,)/.test(digest.qop) ? \"auth\" : false;\n const ncString = `00000000${digest.nc}`.slice(-8);\n const ha1 = ha1Compute(digest.algorithm, digest.username, digest.realm, digest.password, digest.nonce, digest.cnonce, digest.ha1);\n const ha2 = md5(`${method}:${uri}`);\n const digestResponse = qop\n ? md5(`${ha1}:${digest.nonce}:${ncString}:${digest.cnonce}:${qop}:${ha2}`)\n : md5(`${ha1}:${digest.nonce}:${ha2}`);\n const authValues = {\n username: digest.username,\n realm: digest.realm,\n nonce: digest.nonce,\n uri,\n qop,\n response: digestResponse,\n nc: ncString,\n cnonce: digest.cnonce,\n algorithm: digest.algorithm,\n opaque: digest.opaque\n };\n const authHeader = [];\n for (const k in authValues) {\n if (authValues[k]) {\n if (k === \"qop\" || k === \"nc\" || k === \"algorithm\") {\n authHeader.push(`${k}=${authValues[k]}`);\n }\n else {\n authHeader.push(`${k}=\"${authValues[k]}\"`);\n }\n }\n }\n return `Digest ${authHeader.join(\", \")}`;\n}\nfunction makeNonce() {\n let uid = \"\";\n for (let i = 0; i < NONCE_SIZE; ++i) {\n uid = `${uid}${NONCE_CHARS[Math.floor(Math.random() * NONCE_CHARS.length)]}`;\n }\n return uid;\n}\nexport function parseDigestAuth(response, _digest) {\n const authHeader = (response.headers && response.headers.get(\"www-authenticate\")) || \"\";\n if (authHeader.split(/\\s/)[0].toLowerCase() !== \"digest\") {\n return false;\n }\n const re = /([a-z0-9_-]+)=(?:\"([^\"]+)\"|([a-z0-9_-]+))/gi;\n for (;;) {\n const match = re.exec(authHeader);\n if (!match) {\n break;\n }\n _digest[match[1]] = match[2] || match[3];\n }\n _digest.nc += 1;\n _digest.cnonce = makeNonce();\n return true;\n}\n","import md5 from \"md5\";\nexport function ha1Compute(algorithm, user, realm, pass, nonce, cnonce, ha1) {\n const ha1Hash = ha1 || md5(`${user}:${realm}:${pass}`);\n if (algorithm && algorithm.toLowerCase() === \"md5-sess\") {\n return md5(`${ha1Hash}:${nonce}:${cnonce}`);\n }\n return ha1Hash;\n}\n","export function cloneShallow(obj) {\n return isPlainObject(obj)\n ? Object.assign({}, obj)\n : Object.setPrototypeOf(Object.assign({}, obj), Object.getPrototypeOf(obj));\n}\nfunction isPlainObject(obj) {\n if (typeof obj !== \"object\" ||\n obj === null ||\n Object.prototype.toString.call(obj) != \"[object Object]\") {\n // Not an object\n return false;\n }\n if (Object.getPrototypeOf(obj) === null) {\n return true;\n }\n let proto = obj;\n // Find the prototype\n while (Object.getPrototypeOf(proto) !== null) {\n proto = Object.getPrototypeOf(proto);\n }\n return Object.getPrototypeOf(obj) === proto;\n}\nexport function merge(...args) {\n let output = null, items = [...args];\n while (items.length > 0) {\n const nextItem = items.shift();\n if (!output) {\n output = cloneShallow(nextItem);\n }\n else {\n output = mergeObjects(output, nextItem);\n }\n }\n return output;\n}\nfunction mergeObjects(obj1, obj2) {\n const output = cloneShallow(obj1);\n Object.keys(obj2).forEach(key => {\n if (!output.hasOwnProperty(key)) {\n output[key] = obj2[key];\n return;\n }\n if (Array.isArray(obj2[key])) {\n output[key] = Array.isArray(output[key])\n ? [...output[key], ...obj2[key]]\n : [...obj2[key]];\n }\n else if (typeof obj2[key] === \"object\" && !!obj2[key]) {\n output[key] =\n typeof output[key] === \"object\" && !!output[key]\n ? mergeObjects(output[key], obj2[key])\n : cloneShallow(obj2[key]);\n }\n else {\n output[key] = obj2[key];\n }\n });\n return output;\n}\n","export function convertResponseHeaders(headers) {\n const output = {};\n for (const key of headers.keys()) {\n output[key] = headers.get(key);\n }\n return output;\n}\nexport function mergeHeaders(...headerPayloads) {\n if (headerPayloads.length === 0)\n return {};\n const headerKeys = {};\n return headerPayloads.reduce((output, headers) => {\n Object.keys(headers).forEach(header => {\n const lowerHeader = header.toLowerCase();\n if (headerKeys.hasOwnProperty(lowerHeader)) {\n output[headerKeys[lowerHeader]] = headers[header];\n }\n else {\n headerKeys[lowerHeader] = header;\n output[header] = headers[header];\n }\n });\n return output;\n }, {});\n}\n","const hasArrayBuffer = typeof ArrayBuffer === \"function\";\nconst { toString: objToString } = Object.prototype;\n// Taken from: https://github.com/fengyuanchen/is-array-buffer/blob/master/src/index.js\nexport function isArrayBuffer(value) {\n return (hasArrayBuffer &&\n (value instanceof ArrayBuffer || objToString.call(value) === \"[object ArrayBuffer]\"));\n}\n","import { Agent as HTTPAgent } from \"http\";\nimport { Agent as HTTPSAgent } from \"https\";\nimport { fetch } from \"@buttercup/fetch\";\nimport { getPatcher } from \"./compat/patcher.js\";\nimport { isWeb } from \"./compat/env.js\";\nimport { generateDigestAuthHeader, parseDigestAuth } from \"./auth/digest.js\";\nimport { cloneShallow, merge } from \"./tools/merge.js\";\nimport { mergeHeaders } from \"./tools/headers.js\";\nimport { requestDataToFetchBody } from \"./tools/body.js\";\nfunction _request(requestOptions) {\n const patcher = getPatcher();\n return patcher.patchInline(\"request\", (options) => patcher.patchInline(\"fetch\", fetch, options.url, getFetchOptions(options)), requestOptions);\n}\nfunction getFetchOptions(requestOptions) {\n let headers = {};\n // Handle standard options\n const opts = {\n method: requestOptions.method\n };\n if (requestOptions.headers) {\n headers = mergeHeaders(headers, requestOptions.headers);\n }\n if (typeof requestOptions.data !== \"undefined\") {\n const [body, newHeaders] = requestDataToFetchBody(requestOptions.data);\n opts.body = body;\n headers = mergeHeaders(headers, newHeaders);\n }\n if (requestOptions.signal) {\n opts.signal = requestOptions.signal;\n }\n if (requestOptions.withCredentials) {\n opts.credentials = \"include\";\n }\n // Check for node-specific options\n if (!isWeb()) {\n if (requestOptions.httpAgent || requestOptions.httpsAgent) {\n opts.agent = (parsedURL) => {\n if (parsedURL.protocol === \"http:\") {\n return requestOptions.httpAgent || new HTTPAgent();\n }\n return requestOptions.httpsAgent || new HTTPSAgent();\n };\n }\n }\n // Attach headers\n opts.headers = headers;\n return opts;\n}\nexport function prepareRequestOptions(requestOptions, context, userOptions) {\n const finalOptions = cloneShallow(requestOptions);\n finalOptions.headers = mergeHeaders(context.headers, finalOptions.headers || {}, userOptions.headers || {});\n if (typeof userOptions.data !== \"undefined\") {\n finalOptions.data = userOptions.data;\n }\n if (userOptions.signal) {\n finalOptions.signal = userOptions.signal;\n }\n if (context.httpAgent) {\n finalOptions.httpAgent = context.httpAgent;\n }\n if (context.httpsAgent) {\n finalOptions.httpsAgent = context.httpsAgent;\n }\n if (context.digest) {\n finalOptions._digest = context.digest;\n }\n if (typeof context.withCredentials === \"boolean\") {\n finalOptions.withCredentials = context.withCredentials;\n }\n return finalOptions;\n}\nexport async function request(requestOptions) {\n // Client not configured for digest authentication\n if (!requestOptions._digest) {\n return _request(requestOptions);\n }\n // Remove client's digest authentication object from request options\n const _digest = requestOptions._digest;\n delete requestOptions._digest;\n // If client is already using digest authentication, include the digest authorization header\n if (_digest.hasDigestAuth) {\n requestOptions = merge(requestOptions, {\n headers: {\n Authorization: generateDigestAuthHeader(requestOptions, _digest)\n }\n });\n }\n // Perform digest request + check\n const response = await _request(requestOptions);\n if (response.status == 401) {\n _digest.hasDigestAuth = parseDigestAuth(response, _digest);\n if (_digest.hasDigestAuth) {\n requestOptions = merge(requestOptions, {\n headers: {\n Authorization: generateDigestAuthHeader(requestOptions, _digest)\n }\n });\n const response2 = await _request(requestOptions);\n if (response2.status == 401) {\n _digest.hasDigestAuth = false;\n }\n else {\n _digest.nc++;\n }\n return response2;\n }\n }\n else {\n _digest.nc++;\n }\n return response;\n}\n","import Stream from \"stream\";\nimport { isArrayBuffer } from \"../compat/arrayBuffer.js\";\nimport { isBuffer } from \"../compat/buffer.js\";\nimport { isWeb } from \"../compat/env.js\";\nexport function requestDataToFetchBody(data) {\n if (!isWeb() && data instanceof Stream.Readable) {\n // @ts-ignore\n return [data, {}];\n }\n if (typeof data === \"string\") {\n return [data, {}];\n }\n else if (isBuffer(data)) {\n return [data, {}];\n }\n else if (isArrayBuffer(data)) {\n return [data, {}];\n }\n else if (data && typeof data === \"object\") {\n return [\n JSON.stringify(data),\n {\n \"content-type\": \"application/json\"\n }\n ];\n }\n throw new Error(`Unable to convert request body: Unexpected body type: ${typeof data}`);\n}\n","export function isBuffer(value) {\n return (value != null &&\n value.constructor != null &&\n typeof value.constructor.isBuffer === \"function\" &&\n value.constructor.isBuffer(value));\n}\n","import { createClient, getPatcher } from 'webdav';\nimport { generateRemoteUrl } from '@nextcloud/router';\nimport { getCurrentUser, getRequestToken } from '@nextcloud/auth';\nimport { request } from 'webdav/dist/node/request.js';\nexport const rootPath = `/files/${getCurrentUser()?.uid}`;\nexport const defaultRootUrl = generateRemoteUrl('dav' + rootPath);\nexport const getClient = (rootUrl = defaultRootUrl) => {\n const client = createClient(rootUrl, {\n headers: {\n requesttoken: getRequestToken() || '',\n },\n });\n /**\n * Allow to override the METHOD to support dav REPORT\n *\n * @see https://github.com/perry-mitchell/webdav-client/blob/8d9694613c978ce7404e26a401c39a41f125f87f/source/request.ts\n */\n const patcher = getPatcher();\n // eslint-disable-next-line @typescript-eslint/ban-ts-comment\n // @ts-ignore\n // https://github.com/perry-mitchell/hot-patcher/issues/6\n patcher.patch('request', (options) => {\n if (options.headers?.method) {\n options.method = options.headers.method;\n delete options.headers.method;\n }\n return request(options);\n });\n return client;\n};\n","/**\n * @copyright Copyright (c) 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","import { CancelablePromise } from 'cancelable-promise';\nimport { File, Folder, davParsePermissions, davGetDefaultPropfind } from '@nextcloud/files';\nimport { generateRemoteUrl } from '@nextcloud/router';\nimport { getCurrentUser } from '@nextcloud/auth';\nimport { getClient, rootPath } from './WebdavClient';\nimport { hashCode } from '../utils/hashUtils';\nimport logger from '../logger';\nconst client = getClient();\nexport const resultToNode = function (node) {\n const props = node.props;\n const permissions = davParsePermissions(props?.permissions);\n const owner = (props['owner-id'] || getCurrentUser()?.uid);\n const source = generateRemoteUrl('dav' + rootPath + node.filename);\n const id = props?.fileid < 0\n ? hashCode(source)\n : props?.fileid || 0;\n const nodeData = {\n id,\n source,\n mtime: new Date(node.lastmod),\n mime: node.mime,\n size: props?.size || 0,\n permissions,\n owner,\n root: rootPath,\n attributes: {\n ...node,\n ...props,\n hasPreview: props?.['has-preview'],\n failed: props?.fileid < 0,\n },\n };\n delete nodeData.attributes.props;\n return node.type === 'file'\n ? new File(nodeData)\n : new Folder(nodeData);\n};\nexport const getContents = (path = '/') => {\n const controller = new AbortController();\n const propfindPayload = davGetDefaultPropfind();\n return new CancelablePromise(async (resolve, reject, onCancel) => {\n onCancel(() => controller.abort());\n try {\n const contentsResponse = await client.getDirectoryContents(path, {\n details: true,\n data: propfindPayload,\n includeSelf: true,\n signal: controller.signal,\n });\n const root = contentsResponse.data[0];\n const contents = contentsResponse.data.slice(1);\n if (root.filename !== path) {\n throw new Error('Root node does not match requested path');\n }\n resolve({\n folder: resultToNode(root),\n contents: contents.map(result => {\n try {\n return resultToNode(result);\n }\n catch (error) {\n logger.error(`Invalid node detected '${result.basename}'`, { error });\n return null;\n }\n }).filter(Boolean),\n });\n }\n catch (error) {\n reject(error);\n }\n });\n};\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nexport const hashCode = function (str) {\n return str.split('').reduce(function (a, b) {\n a = ((a << 5) - a) + b.charCodeAt(0);\n return a & a;\n }, 0);\n};\n","import { Folder, Permission, getDavNameSpaces, getDavProperties } from '@nextcloud/files';\nimport { generateRemoteUrl } from '@nextcloud/router';\nimport { getCurrentUser } from '@nextcloud/auth';\nimport { fetchTags } from './api';\nimport { getClient } from '../../../files/src/services/WebdavClient';\nimport { resultToNode } from '../../../files/src/services/Files';\nconst formatReportPayload = (tagId) => `\n\n\t\n\t\t${getDavProperties()}\n\t\n \n ${tagId}\n \n`;\nconst tagToNode = function (tag) {\n return new Folder({\n id: tag.id,\n source: generateRemoteUrl('dav/systemtags/' + tag.id),\n owner: getCurrentUser()?.uid,\n root: '/systemtags',\n permissions: Permission.READ,\n attributes: {\n ...tag,\n 'is-tag': true,\n },\n });\n};\nexport const getContents = async (path = '/') => {\n // List tags in the root\n const tagsCache = (await fetchTags()).filter(tag => tag.userVisible);\n if (path === '/') {\n return {\n folder: new Folder({\n id: 0,\n source: generateRemoteUrl('dav/systemtags'),\n owner: getCurrentUser()?.uid,\n root: '/systemtags',\n permissions: Permission.NONE,\n }),\n contents: tagsCache.map(tagToNode),\n };\n }\n const tagId = parseInt(path.replace('/', ''), 10);\n const tag = tagsCache.find(tag => tag.id === tagId);\n if (!tag) {\n throw new Error('Tag not found');\n }\n const folder = tagToNode(tag);\n const contentsResponse = await getClient().getDirectoryContents('/', {\n details: true,\n // Only filter favorites if we're at the root\n data: formatReportPayload(tagId),\n headers: {\n // Patched in WebdavClient.ts\n method: 'REPORT',\n },\n });\n return {\n folder,\n contents: contentsResponse.data.map(resultToNode),\n };\n};\n","/**\n * @copyright Copyright (c) 2016 Roeland Jago Douma \n *\n * @author John Molakvoæ \n * @author Roeland Jago Douma \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\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 './actions/inlineSystemTagsAction.js';\nimport { translate as t } from '@nextcloud/l10n';\nimport { View, getNavigation } from '@nextcloud/files';\nimport TagMultipleSvg from '@mdi/svg/svg/tag-multiple.svg?raw';\nimport { getContents } from './services/systemtags.js';\nconst Navigation = getNavigation();\nNavigation.register(new View({\n id: 'tags',\n name: t('systemtags', 'Tags'),\n caption: t('systemtags', 'List of tags and their associated files and folders.'),\n emptyTitle: t('systemtags', 'No tags found'),\n emptyCaption: t('systemtags', 'Tags you have created will show up here.'),\n icon: TagMultipleSvg,\n order: 25,\n getContents,\n}));\n","/**\n * @copyright 2023 Christopher Ng \n *\n * @author Christopher Ng \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\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 axios from '@nextcloud/axios';\nimport { generateUrl } from '@nextcloud/router';\nimport { translate as t } from '@nextcloud/l10n';\nimport { davClient } from './davClient.js';\nimport { formatTag, parseIdFromLocation, parseTags } from '../utils';\nimport { logger } from '../logger.js';\nexport const fetchTagsPayload = `\n\n\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\n`;\nexport const fetchTags = async () => {\n const path = '/systemtags';\n try {\n const { data: tags } = await davClient.getDirectoryContents(path, {\n data: fetchTagsPayload,\n details: true,\n glob: '/systemtags/*', // Filter out first empty tag\n });\n return parseTags(tags);\n }\n catch (error) {\n logger.error(t('systemtags', 'Failed to load tags'), { error });\n throw new Error(t('systemtags', 'Failed to load tags'));\n }\n};\nexport const fetchLastUsedTagIds = async () => {\n const url = generateUrl('/apps/systemtags/lastused');\n try {\n const { data: lastUsedTagIds } = await axios.get(url);\n return lastUsedTagIds.map(Number);\n }\n catch (error) {\n logger.error(t('systemtags', 'Failed to load last used tags'), { error });\n throw new Error(t('systemtags', 'Failed to load last used tags'));\n }\n};\n/**\n * @return created tag id\n */\nexport const createTag = async (tag) => {\n const path = '/systemtags';\n const tagToPost = formatTag(tag);\n try {\n const { headers } = await davClient.customRequest(path, {\n method: 'POST',\n data: tagToPost,\n });\n const contentLocation = headers.get('content-location');\n if (contentLocation) {\n return parseIdFromLocation(contentLocation);\n }\n logger.error(t('systemtags', 'Missing \"Content-Location\" header'));\n throw new Error(t('systemtags', 'Missing \"Content-Location\" header'));\n }\n catch (error) {\n logger.error(t('systemtags', 'Failed to create tag'), { error });\n throw new Error(t('systemtags', 'Failed to create tag'));\n }\n};\nexport const updateTag = async (tag) => {\n const path = '/systemtags/' + tag.id;\n const data = `\n\t\n\t\t\n\t\t\t\n\t\t\t\t${tag.displayName}\n\t\t\t\t${tag.userVisible}\n\t\t\t\t${tag.userAssignable}\n\t\t\t\n\t\t\n\t`;\n try {\n await davClient.customRequest(path, {\n method: 'PROPPATCH',\n data,\n });\n }\n catch (error) {\n logger.error(t('systemtags', 'Failed to update tag'), { error });\n throw new Error(t('systemtags', 'Failed to update tag'));\n }\n};\nexport const deleteTag = async (tag) => {\n const path = '/systemtags/' + tag.id;\n try {\n await davClient.deleteFile(path);\n }\n catch (error) {\n logger.error(t('systemtags', 'Failed to delete tag'), { error });\n throw new Error(t('systemtags', 'Failed to delete tag'));\n }\n};\n","module.exports = {\n \"100\": \"Continue\",\n \"101\": \"Switching Protocols\",\n \"102\": \"Processing\",\n \"200\": \"OK\",\n \"201\": \"Created\",\n \"202\": \"Accepted\",\n \"203\": \"Non-Authoritative Information\",\n \"204\": \"No Content\",\n \"205\": \"Reset Content\",\n \"206\": \"Partial Content\",\n \"207\": \"Multi-Status\",\n \"208\": \"Already Reported\",\n \"226\": \"IM Used\",\n \"300\": \"Multiple Choices\",\n \"301\": \"Moved Permanently\",\n \"302\": \"Found\",\n \"303\": \"See Other\",\n \"304\": \"Not Modified\",\n \"305\": \"Use Proxy\",\n \"307\": \"Temporary Redirect\",\n \"308\": \"Permanent Redirect\",\n \"400\": \"Bad Request\",\n \"401\": \"Unauthorized\",\n \"402\": \"Payment Required\",\n \"403\": \"Forbidden\",\n \"404\": \"Not Found\",\n \"405\": \"Method Not Allowed\",\n \"406\": \"Not Acceptable\",\n \"407\": \"Proxy Authentication Required\",\n \"408\": \"Request Timeout\",\n \"409\": \"Conflict\",\n \"410\": \"Gone\",\n \"411\": \"Length Required\",\n \"412\": \"Precondition Failed\",\n \"413\": \"Payload Too Large\",\n \"414\": \"URI Too Long\",\n \"415\": \"Unsupported Media Type\",\n \"416\": \"Range Not Satisfiable\",\n \"417\": \"Expectation Failed\",\n \"418\": \"I'm a teapot\",\n \"421\": \"Misdirected Request\",\n \"422\": \"Unprocessable Entity\",\n \"423\": \"Locked\",\n \"424\": \"Failed Dependency\",\n \"425\": \"Unordered Collection\",\n \"426\": \"Upgrade Required\",\n \"428\": \"Precondition Required\",\n \"429\": \"Too Many Requests\",\n \"431\": \"Request Header Fields Too Large\",\n \"451\": \"Unavailable For Legal Reasons\",\n \"500\": \"Internal Server Error\",\n \"501\": \"Not Implemented\",\n \"502\": \"Bad Gateway\",\n \"503\": \"Service Unavailable\",\n \"504\": \"Gateway Timeout\",\n \"505\": \"HTTP Version Not Supported\",\n \"506\": \"Variant Also Negotiates\",\n \"507\": \"Insufficient Storage\",\n \"508\": \"Loop Detected\",\n \"509\": \"Bandwidth Limit Exceeded\",\n \"510\": \"Not Extended\",\n \"511\": \"Network Authentication Required\"\n}\n","function _typeof(obj) { \"@babel/helpers - typeof\"; return _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && \"function\" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj; }, _typeof(obj); }\n\n(function (global, factory) {\n if (typeof define === \"function\" && define.amd) {\n define([\"exports\"], factory);\n } else if (typeof exports !== \"undefined\") {\n factory(exports);\n } else {\n var mod = {\n exports: {}\n };\n factory(mod.exports);\n global.CancelablePromise = mod.exports;\n }\n})(typeof globalThis !== \"undefined\" ? globalThis : typeof self !== \"undefined\" ? self : this, function (_exports) {\n \"use strict\";\n\n Object.defineProperty(_exports, \"__esModule\", {\n value: true\n });\n _exports.CancelablePromise = void 0;\n _exports.cancelable = cancelable;\n _exports.default = void 0;\n _exports.isCancelablePromise = isCancelablePromise;\n\n function _inherits(subClass, superClass) { if (typeof superClass !== \"function\" && superClass !== null) { throw new TypeError(\"Super expression must either be null or a function\"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, \"prototype\", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }\n\n function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }\n\n function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }\n\n function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === \"object\" || typeof call === \"function\")) { return call; } else if (call !== void 0) { throw new TypeError(\"Derived constructors may only return object or undefined\"); } return _assertThisInitialized(self); }\n\n function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\"); } return self; }\n\n function _isNativeReflectConstruct() { if (typeof Reflect === \"undefined\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \"function\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\n\n function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }\n\n function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== \"undefined\" && o[Symbol.iterator] || o[\"@@iterator\"]; if (!it) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === \"number\") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError(\"Invalid attempt to iterate non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it.return != null) it.return(); } finally { if (didErr) throw err; } } }; }\n\n function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === \"string\") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === \"Object\" && o.constructor) n = o.constructor.name; if (n === \"Map\" || n === \"Set\") return Array.from(o); if (n === \"Arguments\" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }\n\n function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }\n\n function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\n function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\n\n function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, \"prototype\", { writable: false }); return Constructor; }\n\n function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\n\n function _classPrivateFieldInitSpec(obj, privateMap, value) { _checkPrivateRedeclaration(obj, privateMap); privateMap.set(obj, value); }\n\n function _checkPrivateRedeclaration(obj, privateCollection) { if (privateCollection.has(obj)) { throw new TypeError(\"Cannot initialize the same private elements twice on an object\"); } }\n\n function _classPrivateFieldGet(receiver, privateMap) { var descriptor = _classExtractFieldDescriptor(receiver, privateMap, \"get\"); return _classApplyDescriptorGet(receiver, descriptor); }\n\n function _classApplyDescriptorGet(receiver, descriptor) { if (descriptor.get) { return descriptor.get.call(receiver); } return descriptor.value; }\n\n function _classPrivateFieldSet(receiver, privateMap, value) { var descriptor = _classExtractFieldDescriptor(receiver, privateMap, \"set\"); _classApplyDescriptorSet(receiver, descriptor, value); return value; }\n\n function _classExtractFieldDescriptor(receiver, privateMap, action) { if (!privateMap.has(receiver)) { throw new TypeError(\"attempted to \" + action + \" private field on non-instance\"); } return privateMap.get(receiver); }\n\n function _classApplyDescriptorSet(receiver, descriptor, value) { if (descriptor.set) { descriptor.set.call(receiver, value); } else { if (!descriptor.writable) { throw new TypeError(\"attempted to set read only private field\"); } descriptor.value = value; } }\n\n var toStringTag = typeof Symbol !== 'undefined' ? Symbol.toStringTag : '@@toStringTag';\n\n var _internals = /*#__PURE__*/new WeakMap();\n\n var _promise = /*#__PURE__*/new WeakMap();\n\n var CancelablePromiseInternal = /*#__PURE__*/function () {\n function CancelablePromiseInternal(_ref) {\n var _ref$executor = _ref.executor,\n executor = _ref$executor === void 0 ? function () {} : _ref$executor,\n _ref$internals = _ref.internals,\n internals = _ref$internals === void 0 ? defaultInternals() : _ref$internals,\n _ref$promise = _ref.promise,\n promise = _ref$promise === void 0 ? new Promise(function (resolve, reject) {\n return executor(resolve, reject, function (onCancel) {\n internals.onCancelList.push(onCancel);\n });\n }) : _ref$promise;\n\n _classCallCheck(this, CancelablePromiseInternal);\n\n _classPrivateFieldInitSpec(this, _internals, {\n writable: true,\n value: void 0\n });\n\n _classPrivateFieldInitSpec(this, _promise, {\n writable: true,\n value: void 0\n });\n\n _defineProperty(this, toStringTag, 'CancelablePromise');\n\n this.cancel = this.cancel.bind(this);\n\n _classPrivateFieldSet(this, _internals, internals);\n\n _classPrivateFieldSet(this, _promise, promise || new Promise(function (resolve, reject) {\n return executor(resolve, reject, function (onCancel) {\n internals.onCancelList.push(onCancel);\n });\n }));\n }\n\n _createClass(CancelablePromiseInternal, [{\n key: \"then\",\n value: function then(onfulfilled, onrejected) {\n return makeCancelable(_classPrivateFieldGet(this, _promise).then(createCallback(onfulfilled, _classPrivateFieldGet(this, _internals)), createCallback(onrejected, _classPrivateFieldGet(this, _internals))), _classPrivateFieldGet(this, _internals));\n }\n }, {\n key: \"catch\",\n value: function _catch(onrejected) {\n return makeCancelable(_classPrivateFieldGet(this, _promise).catch(createCallback(onrejected, _classPrivateFieldGet(this, _internals))), _classPrivateFieldGet(this, _internals));\n }\n }, {\n key: \"finally\",\n value: function _finally(onfinally, runWhenCanceled) {\n var _this = this;\n\n if (runWhenCanceled) {\n _classPrivateFieldGet(this, _internals).onCancelList.push(onfinally);\n }\n\n return makeCancelable(_classPrivateFieldGet(this, _promise).finally(createCallback(function () {\n if (onfinally) {\n if (runWhenCanceled) {\n _classPrivateFieldGet(_this, _internals).onCancelList = _classPrivateFieldGet(_this, _internals).onCancelList.filter(function (callback) {\n return callback !== onfinally;\n });\n }\n\n return onfinally();\n }\n }, _classPrivateFieldGet(this, _internals))), _classPrivateFieldGet(this, _internals));\n }\n }, {\n key: \"cancel\",\n value: function cancel() {\n _classPrivateFieldGet(this, _internals).isCanceled = true;\n\n var callbacks = _classPrivateFieldGet(this, _internals).onCancelList;\n\n _classPrivateFieldGet(this, _internals).onCancelList = [];\n\n var _iterator = _createForOfIteratorHelper(callbacks),\n _step;\n\n try {\n for (_iterator.s(); !(_step = _iterator.n()).done;) {\n var callback = _step.value;\n\n if (typeof callback === 'function') {\n try {\n callback();\n } catch (err) {\n console.error(err);\n }\n }\n }\n } catch (err) {\n _iterator.e(err);\n } finally {\n _iterator.f();\n }\n }\n }, {\n key: \"isCanceled\",\n value: function isCanceled() {\n return _classPrivateFieldGet(this, _internals).isCanceled === true;\n }\n }]);\n\n return CancelablePromiseInternal;\n }();\n\n var CancelablePromise = /*#__PURE__*/function (_CancelablePromiseInt) {\n _inherits(CancelablePromise, _CancelablePromiseInt);\n\n var _super = _createSuper(CancelablePromise);\n\n function CancelablePromise(executor) {\n _classCallCheck(this, CancelablePromise);\n\n return _super.call(this, {\n executor: executor\n });\n }\n\n return _createClass(CancelablePromise);\n }(CancelablePromiseInternal);\n\n _exports.CancelablePromise = CancelablePromise;\n\n _defineProperty(CancelablePromise, \"all\", function all(iterable) {\n return makeAllCancelable(iterable, Promise.all(iterable));\n });\n\n _defineProperty(CancelablePromise, \"allSettled\", function allSettled(iterable) {\n return makeAllCancelable(iterable, Promise.allSettled(iterable));\n });\n\n _defineProperty(CancelablePromise, \"any\", function any(iterable) {\n return makeAllCancelable(iterable, Promise.any(iterable));\n });\n\n _defineProperty(CancelablePromise, \"race\", function race(iterable) {\n return makeAllCancelable(iterable, Promise.race(iterable));\n });\n\n _defineProperty(CancelablePromise, \"resolve\", function resolve(value) {\n return cancelable(Promise.resolve(value));\n });\n\n _defineProperty(CancelablePromise, \"reject\", function reject(reason) {\n return cancelable(Promise.reject(reason));\n });\n\n _defineProperty(CancelablePromise, \"isCancelable\", isCancelablePromise);\n\n var _default = CancelablePromise;\n _exports.default = _default;\n\n function cancelable(promise) {\n return makeCancelable(promise, defaultInternals());\n }\n\n function isCancelablePromise(promise) {\n return promise instanceof CancelablePromise || promise instanceof CancelablePromiseInternal;\n }\n\n function createCallback(onResult, internals) {\n if (onResult) {\n return function (arg) {\n if (!internals.isCanceled) {\n var result = onResult(arg);\n\n if (isCancelablePromise(result)) {\n internals.onCancelList.push(result.cancel);\n }\n\n return result;\n }\n\n return arg;\n };\n }\n }\n\n function makeCancelable(promise, internals) {\n return new CancelablePromiseInternal({\n internals: internals,\n promise: promise\n });\n }\n\n function makeAllCancelable(iterable, promise) {\n var internals = defaultInternals();\n internals.onCancelList.push(function () {\n var _iterator2 = _createForOfIteratorHelper(iterable),\n _step2;\n\n try {\n for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {\n var resolvable = _step2.value;\n\n if (isCancelablePromise(resolvable)) {\n resolvable.cancel();\n }\n }\n } catch (err) {\n _iterator2.e(err);\n } finally {\n _iterator2.f();\n }\n });\n return new CancelablePromiseInternal({\n internals: internals,\n promise: promise\n });\n }\n\n function defaultInternals() {\n return {\n isCanceled: false,\n onCancelList: []\n };\n }\n});\n//# sourceMappingURL=CancelablePromise.js.map","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../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__system-tags{--min-size: 32px;display:none;justify-content:center;align-items:center;min-width:calc(var(--min-size)*2);max-width:300px}.files-list__system-tag{padding:5px 10px;border:1px solid;border-radius:var(--border-radius-pill);border-color:var(--color-border);color:var(--color-text-maxcontrast);height:var(--min-size);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:22px;text-align:center}.files-list__system-tag--more{overflow:visible;text-overflow:initial}.files-list__system-tag+.files-list__system-tag{margin-left:5px}@media(min-width: 512px){.files-list__system-tags{display:flex}}`, \"\",{\"version\":3,\"sources\":[\"webpack://./apps/systemtags/src/css/fileEntryInlineSystemTags.scss\"],\"names\":[],\"mappings\":\"AAsBA,yBACC,gBAAA,CACA,YAAA,CACA,sBAAA,CACA,kBAAA,CACA,iCAAA,CACA,eAAA,CAGD,wBACC,gBAAA,CACA,gBAAA,CACA,uCAAA,CACA,gCAAA,CACA,mCAAA,CACA,sBAAA,CACA,kBAAA,CACA,eAAA,CACA,sBAAA,CACA,gBAAA,CACA,iBAAA,CAEA,8BACC,gBAAA,CACA,qBAAA,CAID,gDACC,eAAA,CAIF,yBACC,yBACC,YAAA,CAAA\",\"sourcesContent\":[\"/**\\n * @copyright Copyright (c) 2023 Lucas Azevedo \\n *\\n * @author Lucas Azevedo \\n *\\n * @license AGPL-3.0-or-later\\n *\\n * This program is free software: you can redistribute it and/or modify\\n * it under the terms of the GNU Affero General Public License as\\n * published by the Free Software Foundation, either version 3 of the\\n * License, or (at your option) any later version.\\n *\\n * This program is distributed in the hope that it will be useful,\\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\\n * GNU Affero General Public License for more details.\\n *\\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\\n.files-list__system-tags {\\n\\t--min-size: 32px;\\n\\tdisplay: none;\\n\\tjustify-content: center;\\n\\talign-items: center;\\n\\tmin-width: calc(var(--min-size) * 2);\\n\\tmax-width: 300px;\\n}\\n\\n.files-list__system-tag {\\n\\tpadding: 5px 10px;\\n\\tborder: 1px solid;\\n\\tborder-radius: var(--border-radius-pill);\\n\\tborder-color: var(--color-border);\\n\\tcolor: var(--color-text-maxcontrast);\\n\\theight: var(--min-size);\\n\\twhite-space: nowrap;\\n\\toverflow: hidden;\\n\\ttext-overflow: ellipsis;\\n\\tline-height: 22px; // min-size - 2 * 5px padding\\n\\ttext-align: center;\\n\\n\\t&--more {\\n\\t\\toverflow: visible;\\n\\t\\ttext-overflow: initial;\\n\\t}\\n\\n\\t// Proper spacing if multiple shown\\n\\t& + .files-list__system-tag {\\n\\t\\tmargin-left: 5px;\\n\\t}\\n}\\n\\n@media (min-width: 512px) {\\n\\t.files-list__system-tags {\\n\\t\\tdisplay: flex;\\n\\t}\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","var http = require('http')\nvar url = require('url')\n\nvar https = module.exports\n\nfor (var key in http) {\n if (http.hasOwnProperty(key)) https[key] = http[key]\n}\n\nhttps.request = function (params, cb) {\n params = validateParams(params)\n return http.request.call(this, params, cb)\n}\n\nhttps.get = function (params, cb) {\n params = validateParams(params)\n return http.get.call(this, params, cb)\n}\n\nfunction validateParams (params) {\n if (typeof params === 'string') {\n params = url.parse(params)\n }\n if (!params.protocol) {\n params.protocol = 'https:'\n }\n if (params.protocol !== 'https:') {\n throw new Error('Protocol \"' + params.protocol + '\" not supported. Expected \"https:\"')\n }\n return params\n}\n","exports = module.exports = require('./lib/_stream_readable.js');\nexports.Stream = exports;\nexports.Readable = exports;\nexports.Writable = require('./lib/_stream_writable.js');\nexports.Duplex = require('./lib/_stream_duplex.js');\nexports.Transform = require('./lib/_stream_transform.js');\nexports.PassThrough = require('./lib/_stream_passthrough.js');\nexports.finished = require('./lib/internal/streams/end-of-stream.js');\nexports.pipeline = require('./lib/internal/streams/pipeline.js');\n","var ClientRequest = require('./lib/request')\nvar response = require('./lib/response')\nvar extend = require('xtend')\nvar statusCodes = require('builtin-status-codes')\nvar url = require('url')\n\nvar http = exports\n\nhttp.request = function (opts, cb) {\n\tif (typeof opts === 'string')\n\t\topts = url.parse(opts)\n\telse\n\t\topts = extend(opts)\n\n\t// Normally, the page is loaded from http or https, so not specifying a protocol\n\t// will result in a (valid) protocol-relative url. However, this won't work if\n\t// the protocol is something else, like 'file:'\n\tvar defaultProtocol = global.location.protocol.search(/^https?:$/) === -1 ? 'http:' : ''\n\n\tvar protocol = opts.protocol || defaultProtocol\n\tvar host = opts.hostname || opts.host\n\tvar port = opts.port\n\tvar path = opts.path || '/'\n\n\t// Necessary for IPv6 addresses\n\tif (host && host.indexOf(':') !== -1)\n\t\thost = '[' + host + ']'\n\n\t// This may be a relative url. The browser should always be able to interpret it correctly.\n\topts.url = (host ? (protocol + '//' + host) : '') + (port ? ':' + port : '') + path\n\topts.method = (opts.method || 'GET').toUpperCase()\n\topts.headers = opts.headers || {}\n\n\t// Also valid opts.auth, opts.mode\n\n\tvar req = new ClientRequest(opts)\n\tif (cb)\n\t\treq.on('response', cb)\n\treturn req\n}\n\nhttp.get = function get (opts, cb) {\n\tvar req = http.request(opts, cb)\n\treq.end()\n\treturn req\n}\n\nhttp.ClientRequest = ClientRequest\nhttp.IncomingMessage = response.IncomingMessage\n\nhttp.Agent = function () {}\nhttp.Agent.defaultMaxSockets = 4\n\nhttp.globalAgent = new http.Agent()\n\nhttp.STATUS_CODES = statusCodes\n\nhttp.METHODS = [\n\t'CHECKOUT',\n\t'CONNECT',\n\t'COPY',\n\t'DELETE',\n\t'GET',\n\t'HEAD',\n\t'LOCK',\n\t'M-SEARCH',\n\t'MERGE',\n\t'MKACTIVITY',\n\t'MKCOL',\n\t'MOVE',\n\t'NOTIFY',\n\t'OPTIONS',\n\t'PATCH',\n\t'POST',\n\t'PROPFIND',\n\t'PROPPATCH',\n\t'PURGE',\n\t'PUT',\n\t'REPORT',\n\t'SEARCH',\n\t'SUBSCRIBE',\n\t'TRACE',\n\t'UNLOCK',\n\t'UNSUBSCRIBE'\n]","exports.fetch = isFunction(global.fetch) && isFunction(global.ReadableStream)\n\nexports.writableStream = isFunction(global.WritableStream)\n\nexports.abortController = isFunction(global.AbortController)\n\n// The xhr request to example.com may violate some restrictive CSP configurations,\n// so if we're running in a browser that supports `fetch`, avoid calling getXHR()\n// and assume support for certain features below.\nvar xhr\nfunction getXHR () {\n\t// Cache the xhr value\n\tif (xhr !== undefined) return xhr\n\n\tif (global.XMLHttpRequest) {\n\t\txhr = new global.XMLHttpRequest()\n\t\t// If XDomainRequest is available (ie only, where xhr might not work\n\t\t// cross domain), use the page location. Otherwise use example.com\n\t\t// Note: this doesn't actually make an http request.\n\t\ttry {\n\t\t\txhr.open('GET', global.XDomainRequest ? '/' : 'https://example.com')\n\t\t} catch(e) {\n\t\t\txhr = null\n\t\t}\n\t} else {\n\t\t// Service workers don't have XHR\n\t\txhr = null\n\t}\n\treturn xhr\n}\n\nfunction checkTypeSupport (type) {\n\tvar xhr = getXHR()\n\tif (!xhr) return false\n\ttry {\n\t\txhr.responseType = type\n\t\treturn xhr.responseType === type\n\t} catch (e) {}\n\treturn false\n}\n\n// If fetch is supported, then arraybuffer will be supported too. Skip calling\n// checkTypeSupport(), since that calls getXHR().\nexports.arraybuffer = exports.fetch || checkTypeSupport('arraybuffer')\n\n// These next two tests unavoidably show warnings in Chrome. Since fetch will always\n// be used if it's available, just return false for these to avoid the warnings.\nexports.msstream = !exports.fetch && checkTypeSupport('ms-stream')\nexports.mozchunkedarraybuffer = !exports.fetch && checkTypeSupport('moz-chunked-arraybuffer')\n\n// If fetch is supported, then overrideMimeType will be supported too. Skip calling\n// getXHR().\nexports.overrideMimeType = exports.fetch || (getXHR() ? isFunction(getXHR().overrideMimeType) : false)\n\nfunction isFunction (value) {\n\treturn typeof value === 'function'\n}\n\nxhr = null // Help gc\n","var capability = require('./capability')\nvar inherits = require('inherits')\nvar response = require('./response')\nvar stream = require('readable-stream')\n\nvar IncomingMessage = response.IncomingMessage\nvar rStates = response.readyStates\n\nfunction decideMode (preferBinary, useFetch) {\n\tif (capability.fetch && useFetch) {\n\t\treturn 'fetch'\n\t} else if (capability.mozchunkedarraybuffer) {\n\t\treturn 'moz-chunked-arraybuffer'\n\t} else if (capability.msstream) {\n\t\treturn 'ms-stream'\n\t} else if (capability.arraybuffer && preferBinary) {\n\t\treturn 'arraybuffer'\n\t} else {\n\t\treturn 'text'\n\t}\n}\n\nvar ClientRequest = module.exports = function (opts) {\n\tvar self = this\n\tstream.Writable.call(self)\n\n\tself._opts = opts\n\tself._body = []\n\tself._headers = {}\n\tif (opts.auth)\n\t\tself.setHeader('Authorization', 'Basic ' + Buffer.from(opts.auth).toString('base64'))\n\tObject.keys(opts.headers).forEach(function (name) {\n\t\tself.setHeader(name, opts.headers[name])\n\t})\n\n\tvar preferBinary\n\tvar useFetch = true\n\tif (opts.mode === 'disable-fetch' || ('requestTimeout' in opts && !capability.abortController)) {\n\t\t// If the use of XHR should be preferred. Not typically needed.\n\t\tuseFetch = false\n\t\tpreferBinary = true\n\t} else if (opts.mode === 'prefer-streaming') {\n\t\t// If streaming is a high priority but binary compatibility and\n\t\t// the accuracy of the 'content-type' header aren't\n\t\tpreferBinary = false\n\t} else if (opts.mode === 'allow-wrong-content-type') {\n\t\t// If streaming is more important than preserving the 'content-type' header\n\t\tpreferBinary = !capability.overrideMimeType\n\t} else if (!opts.mode || opts.mode === 'default' || opts.mode === 'prefer-fast') {\n\t\t// Use binary if text streaming may corrupt data or the content-type header, or for speed\n\t\tpreferBinary = true\n\t} else {\n\t\tthrow new Error('Invalid value for opts.mode')\n\t}\n\tself._mode = decideMode(preferBinary, useFetch)\n\tself._fetchTimer = null\n\tself._socketTimeout = null\n\tself._socketTimer = null\n\n\tself.on('finish', function () {\n\t\tself._onFinish()\n\t})\n}\n\ninherits(ClientRequest, stream.Writable)\n\nClientRequest.prototype.setHeader = function (name, value) {\n\tvar self = this\n\tvar lowerName = name.toLowerCase()\n\t// This check is not necessary, but it prevents warnings from browsers about setting unsafe\n\t// headers. To be honest I'm not entirely sure hiding these warnings is a good thing, but\n\t// http-browserify did it, so I will too.\n\tif (unsafeHeaders.indexOf(lowerName) !== -1)\n\t\treturn\n\n\tself._headers[lowerName] = {\n\t\tname: name,\n\t\tvalue: value\n\t}\n}\n\nClientRequest.prototype.getHeader = function (name) {\n\tvar header = this._headers[name.toLowerCase()]\n\tif (header)\n\t\treturn header.value\n\treturn null\n}\n\nClientRequest.prototype.removeHeader = function (name) {\n\tvar self = this\n\tdelete self._headers[name.toLowerCase()]\n}\n\nClientRequest.prototype._onFinish = function () {\n\tvar self = this\n\n\tif (self._destroyed)\n\t\treturn\n\tvar opts = self._opts\n\n\tif ('timeout' in opts && opts.timeout !== 0) {\n\t\tself.setTimeout(opts.timeout)\n\t}\n\n\tvar headersObj = self._headers\n\tvar body = null\n\tif (opts.method !== 'GET' && opts.method !== 'HEAD') {\n body = new Blob(self._body, {\n type: (headersObj['content-type'] || {}).value || ''\n });\n }\n\n\t// create flattened list of headers\n\tvar headersList = []\n\tObject.keys(headersObj).forEach(function (keyName) {\n\t\tvar name = headersObj[keyName].name\n\t\tvar value = headersObj[keyName].value\n\t\tif (Array.isArray(value)) {\n\t\t\tvalue.forEach(function (v) {\n\t\t\t\theadersList.push([name, v])\n\t\t\t})\n\t\t} else {\n\t\t\theadersList.push([name, value])\n\t\t}\n\t})\n\n\tif (self._mode === 'fetch') {\n\t\tvar signal = null\n\t\tif (capability.abortController) {\n\t\t\tvar controller = new AbortController()\n\t\t\tsignal = controller.signal\n\t\t\tself._fetchAbortController = controller\n\n\t\t\tif ('requestTimeout' in opts && opts.requestTimeout !== 0) {\n\t\t\t\tself._fetchTimer = global.setTimeout(function () {\n\t\t\t\t\tself.emit('requestTimeout')\n\t\t\t\t\tif (self._fetchAbortController)\n\t\t\t\t\t\tself._fetchAbortController.abort()\n\t\t\t\t}, opts.requestTimeout)\n\t\t\t}\n\t\t}\n\n\t\tglobal.fetch(self._opts.url, {\n\t\t\tmethod: self._opts.method,\n\t\t\theaders: headersList,\n\t\t\tbody: body || undefined,\n\t\t\tmode: 'cors',\n\t\t\tcredentials: opts.withCredentials ? 'include' : 'same-origin',\n\t\t\tsignal: signal\n\t\t}).then(function (response) {\n\t\t\tself._fetchResponse = response\n\t\t\tself._resetTimers(false)\n\t\t\tself._connect()\n\t\t}, function (reason) {\n\t\t\tself._resetTimers(true)\n\t\t\tif (!self._destroyed)\n\t\t\t\tself.emit('error', reason)\n\t\t})\n\t} else {\n\t\tvar xhr = self._xhr = new global.XMLHttpRequest()\n\t\ttry {\n\t\t\txhr.open(self._opts.method, self._opts.url, true)\n\t\t} catch (err) {\n\t\t\tprocess.nextTick(function () {\n\t\t\t\tself.emit('error', err)\n\t\t\t})\n\t\t\treturn\n\t\t}\n\n\t\t// Can't set responseType on really old browsers\n\t\tif ('responseType' in xhr)\n\t\t\txhr.responseType = self._mode\n\n\t\tif ('withCredentials' in xhr)\n\t\t\txhr.withCredentials = !!opts.withCredentials\n\n\t\tif (self._mode === 'text' && 'overrideMimeType' in xhr)\n\t\t\txhr.overrideMimeType('text/plain; charset=x-user-defined')\n\n\t\tif ('requestTimeout' in opts) {\n\t\t\txhr.timeout = opts.requestTimeout\n\t\t\txhr.ontimeout = function () {\n\t\t\t\tself.emit('requestTimeout')\n\t\t\t}\n\t\t}\n\n\t\theadersList.forEach(function (header) {\n\t\t\txhr.setRequestHeader(header[0], header[1])\n\t\t})\n\n\t\tself._response = null\n\t\txhr.onreadystatechange = function () {\n\t\t\tswitch (xhr.readyState) {\n\t\t\t\tcase rStates.LOADING:\n\t\t\t\tcase rStates.DONE:\n\t\t\t\t\tself._onXHRProgress()\n\t\t\t\t\tbreak\n\t\t\t}\n\t\t}\n\t\t// Necessary for streaming in Firefox, since xhr.response is ONLY defined\n\t\t// in onprogress, not in onreadystatechange with xhr.readyState = 3\n\t\tif (self._mode === 'moz-chunked-arraybuffer') {\n\t\t\txhr.onprogress = function () {\n\t\t\t\tself._onXHRProgress()\n\t\t\t}\n\t\t}\n\n\t\txhr.onerror = function () {\n\t\t\tif (self._destroyed)\n\t\t\t\treturn\n\t\t\tself._resetTimers(true)\n\t\t\tself.emit('error', new Error('XHR error'))\n\t\t}\n\n\t\ttry {\n\t\t\txhr.send(body)\n\t\t} catch (err) {\n\t\t\tprocess.nextTick(function () {\n\t\t\t\tself.emit('error', err)\n\t\t\t})\n\t\t\treturn\n\t\t}\n\t}\n}\n\n/**\n * Checks if xhr.status is readable and non-zero, indicating no error.\n * Even though the spec says it should be available in readyState 3,\n * accessing it throws an exception in IE8\n */\nfunction statusValid (xhr) {\n\ttry {\n\t\tvar status = xhr.status\n\t\treturn (status !== null && status !== 0)\n\t} catch (e) {\n\t\treturn false\n\t}\n}\n\nClientRequest.prototype._onXHRProgress = function () {\n\tvar self = this\n\n\tself._resetTimers(false)\n\n\tif (!statusValid(self._xhr) || self._destroyed)\n\t\treturn\n\n\tif (!self._response)\n\t\tself._connect()\n\n\tself._response._onXHRProgress(self._resetTimers.bind(self))\n}\n\nClientRequest.prototype._connect = function () {\n\tvar self = this\n\n\tif (self._destroyed)\n\t\treturn\n\n\tself._response = new IncomingMessage(self._xhr, self._fetchResponse, self._mode, self._resetTimers.bind(self))\n\tself._response.on('error', function(err) {\n\t\tself.emit('error', err)\n\t})\n\n\tself.emit('response', self._response)\n}\n\nClientRequest.prototype._write = function (chunk, encoding, cb) {\n\tvar self = this\n\n\tself._body.push(chunk)\n\tcb()\n}\n\nClientRequest.prototype._resetTimers = function (done) {\n\tvar self = this\n\n\tglobal.clearTimeout(self._socketTimer)\n\tself._socketTimer = null\n\n\tif (done) {\n\t\tglobal.clearTimeout(self._fetchTimer)\n\t\tself._fetchTimer = null\n\t} else if (self._socketTimeout) {\n\t\tself._socketTimer = global.setTimeout(function () {\n\t\t\tself.emit('timeout')\n\t\t}, self._socketTimeout)\n\t}\n}\n\nClientRequest.prototype.abort = ClientRequest.prototype.destroy = function (err) {\n\tvar self = this\n\tself._destroyed = true\n\tself._resetTimers(true)\n\tif (self._response)\n\t\tself._response._destroyed = true\n\tif (self._xhr)\n\t\tself._xhr.abort()\n\telse if (self._fetchAbortController)\n\t\tself._fetchAbortController.abort()\n\n\tif (err)\n\t\tself.emit('error', err)\n}\n\nClientRequest.prototype.end = function (data, encoding, cb) {\n\tvar self = this\n\tif (typeof data === 'function') {\n\t\tcb = data\n\t\tdata = undefined\n\t}\n\n\tstream.Writable.prototype.end.call(self, data, encoding, cb)\n}\n\nClientRequest.prototype.setTimeout = function (timeout, cb) {\n\tvar self = this\n\n\tif (cb)\n\t\tself.once('timeout', cb)\n\n\tself._socketTimeout = timeout\n\tself._resetTimers(false)\n}\n\nClientRequest.prototype.flushHeaders = function () {}\nClientRequest.prototype.setNoDelay = function () {}\nClientRequest.prototype.setSocketKeepAlive = function () {}\n\n// Taken from http://www.w3.org/TR/XMLHttpRequest/#the-setrequestheader%28%29-method\nvar unsafeHeaders = [\n\t'accept-charset',\n\t'accept-encoding',\n\t'access-control-request-headers',\n\t'access-control-request-method',\n\t'connection',\n\t'content-length',\n\t'cookie',\n\t'cookie2',\n\t'date',\n\t'dnt',\n\t'expect',\n\t'host',\n\t'keep-alive',\n\t'origin',\n\t'referer',\n\t'te',\n\t'trailer',\n\t'transfer-encoding',\n\t'upgrade',\n\t'via'\n]\n","var capability = require('./capability')\nvar inherits = require('inherits')\nvar stream = require('readable-stream')\n\nvar rStates = exports.readyStates = {\n\tUNSENT: 0,\n\tOPENED: 1,\n\tHEADERS_RECEIVED: 2,\n\tLOADING: 3,\n\tDONE: 4\n}\n\nvar IncomingMessage = exports.IncomingMessage = function (xhr, response, mode, resetTimers) {\n\tvar self = this\n\tstream.Readable.call(self)\n\n\tself._mode = mode\n\tself.headers = {}\n\tself.rawHeaders = []\n\tself.trailers = {}\n\tself.rawTrailers = []\n\n\t// Fake the 'close' event, but only once 'end' fires\n\tself.on('end', function () {\n\t\t// The nextTick is necessary to prevent the 'request' module from causing an infinite loop\n\t\tprocess.nextTick(function () {\n\t\t\tself.emit('close')\n\t\t})\n\t})\n\n\tif (mode === 'fetch') {\n\t\tself._fetchResponse = response\n\n\t\tself.url = response.url\n\t\tself.statusCode = response.status\n\t\tself.statusMessage = response.statusText\n\t\t\n\t\tresponse.headers.forEach(function (header, key){\n\t\t\tself.headers[key.toLowerCase()] = header\n\t\t\tself.rawHeaders.push(key, header)\n\t\t})\n\n\t\tif (capability.writableStream) {\n\t\t\tvar writable = new WritableStream({\n\t\t\t\twrite: function (chunk) {\n\t\t\t\t\tresetTimers(false)\n\t\t\t\t\treturn new Promise(function (resolve, reject) {\n\t\t\t\t\t\tif (self._destroyed) {\n\t\t\t\t\t\t\treject()\n\t\t\t\t\t\t} else if(self.push(Buffer.from(chunk))) {\n\t\t\t\t\t\t\tresolve()\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tself._resumeFetch = resolve\n\t\t\t\t\t\t}\n\t\t\t\t\t})\n\t\t\t\t},\n\t\t\t\tclose: function () {\n\t\t\t\t\tresetTimers(true)\n\t\t\t\t\tif (!self._destroyed)\n\t\t\t\t\t\tself.push(null)\n\t\t\t\t},\n\t\t\t\tabort: function (err) {\n\t\t\t\t\tresetTimers(true)\n\t\t\t\t\tif (!self._destroyed)\n\t\t\t\t\t\tself.emit('error', err)\n\t\t\t\t}\n\t\t\t})\n\n\t\t\ttry {\n\t\t\t\tresponse.body.pipeTo(writable).catch(function (err) {\n\t\t\t\t\tresetTimers(true)\n\t\t\t\t\tif (!self._destroyed)\n\t\t\t\t\t\tself.emit('error', err)\n\t\t\t\t})\n\t\t\t\treturn\n\t\t\t} catch (e) {} // pipeTo method isn't defined. Can't find a better way to feature test this\n\t\t}\n\t\t// fallback for when writableStream or pipeTo aren't available\n\t\tvar reader = response.body.getReader()\n\t\tfunction read () {\n\t\t\treader.read().then(function (result) {\n\t\t\t\tif (self._destroyed)\n\t\t\t\t\treturn\n\t\t\t\tresetTimers(result.done)\n\t\t\t\tif (result.done) {\n\t\t\t\t\tself.push(null)\n\t\t\t\t\treturn\n\t\t\t\t}\n\t\t\t\tself.push(Buffer.from(result.value))\n\t\t\t\tread()\n\t\t\t}).catch(function (err) {\n\t\t\t\tresetTimers(true)\n\t\t\t\tif (!self._destroyed)\n\t\t\t\t\tself.emit('error', err)\n\t\t\t})\n\t\t}\n\t\tread()\n\t} else {\n\t\tself._xhr = xhr\n\t\tself._pos = 0\n\n\t\tself.url = xhr.responseURL\n\t\tself.statusCode = xhr.status\n\t\tself.statusMessage = xhr.statusText\n\t\tvar headers = xhr.getAllResponseHeaders().split(/\\r?\\n/)\n\t\theaders.forEach(function (header) {\n\t\t\tvar matches = header.match(/^([^:]+):\\s*(.*)/)\n\t\t\tif (matches) {\n\t\t\t\tvar key = matches[1].toLowerCase()\n\t\t\t\tif (key === 'set-cookie') {\n\t\t\t\t\tif (self.headers[key] === undefined) {\n\t\t\t\t\t\tself.headers[key] = []\n\t\t\t\t\t}\n\t\t\t\t\tself.headers[key].push(matches[2])\n\t\t\t\t} else if (self.headers[key] !== undefined) {\n\t\t\t\t\tself.headers[key] += ', ' + matches[2]\n\t\t\t\t} else {\n\t\t\t\t\tself.headers[key] = matches[2]\n\t\t\t\t}\n\t\t\t\tself.rawHeaders.push(matches[1], matches[2])\n\t\t\t}\n\t\t})\n\n\t\tself._charset = 'x-user-defined'\n\t\tif (!capability.overrideMimeType) {\n\t\t\tvar mimeType = self.rawHeaders['mime-type']\n\t\t\tif (mimeType) {\n\t\t\t\tvar charsetMatch = mimeType.match(/;\\s*charset=([^;])(;|$)/)\n\t\t\t\tif (charsetMatch) {\n\t\t\t\t\tself._charset = charsetMatch[1].toLowerCase()\n\t\t\t\t}\n\t\t\t}\n\t\t\tif (!self._charset)\n\t\t\t\tself._charset = 'utf-8' // best guess\n\t\t}\n\t}\n}\n\ninherits(IncomingMessage, stream.Readable)\n\nIncomingMessage.prototype._read = function () {\n\tvar self = this\n\n\tvar resolve = self._resumeFetch\n\tif (resolve) {\n\t\tself._resumeFetch = null\n\t\tresolve()\n\t}\n}\n\nIncomingMessage.prototype._onXHRProgress = function (resetTimers) {\n\tvar self = this\n\n\tvar xhr = self._xhr\n\n\tvar response = null\n\tswitch (self._mode) {\n\t\tcase 'text':\n\t\t\tresponse = xhr.responseText\n\t\t\tif (response.length > self._pos) {\n\t\t\t\tvar newData = response.substr(self._pos)\n\t\t\t\tif (self._charset === 'x-user-defined') {\n\t\t\t\t\tvar buffer = Buffer.alloc(newData.length)\n\t\t\t\t\tfor (var i = 0; i < newData.length; i++)\n\t\t\t\t\t\tbuffer[i] = newData.charCodeAt(i) & 0xff\n\n\t\t\t\t\tself.push(buffer)\n\t\t\t\t} else {\n\t\t\t\t\tself.push(newData, self._charset)\n\t\t\t\t}\n\t\t\t\tself._pos = response.length\n\t\t\t}\n\t\t\tbreak\n\t\tcase 'arraybuffer':\n\t\t\tif (xhr.readyState !== rStates.DONE || !xhr.response)\n\t\t\t\tbreak\n\t\t\tresponse = xhr.response\n\t\t\tself.push(Buffer.from(new Uint8Array(response)))\n\t\t\tbreak\n\t\tcase 'moz-chunked-arraybuffer': // take whole\n\t\t\tresponse = xhr.response\n\t\t\tif (xhr.readyState !== rStates.LOADING || !response)\n\t\t\t\tbreak\n\t\t\tself.push(Buffer.from(new Uint8Array(response)))\n\t\t\tbreak\n\t\tcase 'ms-stream':\n\t\t\tresponse = xhr.response\n\t\t\tif (xhr.readyState !== rStates.LOADING)\n\t\t\t\tbreak\n\t\t\tvar reader = new global.MSStreamReader()\n\t\t\treader.onprogress = function () {\n\t\t\t\tif (reader.result.byteLength > self._pos) {\n\t\t\t\t\tself.push(Buffer.from(new Uint8Array(reader.result.slice(self._pos))))\n\t\t\t\t\tself._pos = reader.result.byteLength\n\t\t\t\t}\n\t\t\t}\n\t\t\treader.onload = function () {\n\t\t\t\tresetTimers(true)\n\t\t\t\tself.push(null)\n\t\t\t}\n\t\t\t// reader.onerror = ??? // TODO: this\n\t\t\treader.readAsArrayBuffer(response)\n\t\t\tbreak\n\t}\n\n\t// The ms-stream case handles end separately in reader.onload()\n\tif (self._xhr.readyState === rStates.DONE && self._mode !== 'ms-stream') {\n\t\tresetTimers(true)\n\t\tself.push(null)\n\t}\n}\n","module.exports = extend\n\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\n\nfunction extend() {\n var target = {}\n\n for (var i = 0; i < arguments.length; i++) {\n var source = arguments[i]\n\n for (var key in source) {\n if (hasOwnProperty.call(source, key)) {\n target[key] = source[key]\n }\n }\n }\n\n return target\n}\n","// 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};","// The chunk loading function for additional chunks\n// Since all referenced chunks are already included\n// in this file, this function is empty here.\n__webpack_require__.e = () => (Promise.resolve());","__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 = 5191;","__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\t5191: 0\n};\n\n// no chunk on demand loading\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__(11057)))\n__webpack_exports__ = __webpack_require__.O(__webpack_exports__);\n"],"names":["deferred","m","e","setApp","build","setUid","uid","Z","DEFAULT","HIDDEN","N","NONE","CREATE","READ","UPDATE","DELETE","SHARE","ALL","j","Y","d","nc","oc","ocs","R","Folder","File","J","t","match","X","id","Error","source","URL","startsWith","mtime","Date","crtime","mime","size","permissions","owner","attributes","root","includes","r","status","Object","values","Q","NEW","FAILED","LOADING","LOCKED","D","_data","_attributes","_knownDavService","constructor","this","s","set","n","i","updateMtime","Reflect","deleteProperty","Proxy","replace","encodedSource","origin","slice","length","basename","extension","dirname","isDavRessource","split","pop","indexOf","pathname","path","fileid","move","rename","ye","type","_e","super","Ie","_column","Ae","title","render","sort","summary","S","O","RegExp","isExist","u","isEmptyObject","keys","merge","o","a","l","f","c","getValue","isName","exec","getAllMatches","startIndex","lastIndex","g","push","nameRegexp","M","Oe","allowBooleanAttributes","unpairedTags","U","G","substr","p","w","z","validate","assign","err","trim","substring","Re","xe","value","index","H","code","msg","line","tagClosed","tagName","tagStartPos","col","Ve","JSON","stringify","map","Ce","Pe","$e","v","Le","hasOwnProperty","Fe","k","re","preserveOrder","attributeNamePrefix","attributesGroupName","textNodeName","ignoreAttributes","removeNSPrefix","parseTagValue","parseAttributeValue","trimValues","cdataPropName","numberParseOptions","hex","leadingZeros","eNotation","tagValueProcessor","attributeValueProcessor","stopNodes","alwaysCreateTextNode","isArray","commentPropName","processEntities","htmlEntities","ignoreDeclaration","ignorePiTags","transformTagName","transformAttributeName","updateTag","buildOptions","defaultOptions","Be","Xe","Ue","Ge","ze","He","Ke","We","je","Ye","Number","parseInt","window","parseFloat","Je","decimalPoint","B","T","tagname","child","add","addChild","tt","entityName","val","regx","entities","rt","skipLike","test","De","search","it","lastEntities","regex","st","options","replaceEntitiesValue","$","ot","charAt","ut","dt","resolveNameSpace","at","y","saveTextToParentTag","lastIndexOf","tagsNodeStack","x","tagExp","attrExpPresent","buildAttributesMap","closeIndex","docTypeEntities","parseTextData","rawTagName","isItStopNode","h","E","readStopNodeData","tagContent","_","lt","ft","ampEntity","ct","ht","data","pt","gt","ne","ie","Nt","bt","Et","Array","prettify","yt","_t","currentNode","apos","quot","space","cent","pound","yen","euro","copyright","reg","inr","addExternalEntities","parseXml","vt","Tt","se","Pt","xt","oe","K","indentBy","suppressUnpairedNode","suppressEmptyNode","endsWith","suppressBooleanAttributes","Ft","format","Vt","oneListGroup","b","isAttribute","attrPrefixLen","St","processTextOrObjNode","Lt","indentate","Rt","tagEndChar","newLine","j2x","buildTextValNode","attrStr","buildObjectNode","repeat","prototype","arrayNodeName","call","buildAttrPairStr","closeTag","W","XMLParser","externalEntities","parse","toString","addEntity","XMLValidator","XMLBuilder","styleTagTransform","setAttributes","insert","domAPI","insertStyleElement","locals","getNodeSystemTags","node","tags","undefined","flat","renderTag","tag","isMore","arguments","tagElement","document","createElement","classList","textContent","action","_action","validateAction","displayName","iconSvgInline","enabled","execBatch","order","parent","default","inline","renderInline","nodes","async","systemTagsElement","setAttribute","firstTags","join","lastTag","append","moreTagElement","_nc_dav_properties","_nc_dav_namespaces","find","error","prop","namespaces","registerDavProperty","_nc_fileactions","debug","registerFileAction","rootUrl","generateRemoteUrl","davClient","createClient","headers","requesttoken","getRequestToken","logger","getLoggerBuilder","detectUser","WorkerGlobalScope","self","globalThis","fetch","bind","Headers","Request","Response","HOT_PATCHER_TYPE","NOOP","createNewItem","method","original","methods","final","HotPatcher","_configuration","registry","getEmptyAction","__type__","configuration","newAction","control","target","allowTargetOverrides","forEach","foreignKey","execute","key","args","get","item","result","_this","shift","apply","sequence","isPatched","patch","opts","chain","patchInline","plugin","restore","setFinal","__patcher","NONCE_CHARS","generateDigestAuthHeader","digest","url","uri","toUpperCase","qop","ncString","ha1","algorithm","user","realm","pass","nonce","cnonce","ha1Hash","md5","toLowerCase","ha1Compute","username","password","ha2","digestResponse","authValues","response","opaque","authHeader","obj","getPrototypeOf","proto","isPlainObject","setPrototypeOf","output","items","nextItem","mergeObjects","obj1","obj2","headerPayloads","headerKeys","reduce","header","lowerHeader","hasArrayBuffer","ArrayBuffer","objToString","_request","requestOptions","patcher","body","newHeaders","isBuffer","isArrayBuffer","requestDataToFetchBody","signal","withCredentials","credentials","httpAgent","httpsAgent","agent","parsedURL","protocol","getFetchOptions","rootPath","getCurrentUser","defaultRootUrl","getClient","client","getPatcher","_digest","hasDigestAuth","Authorization","Math","floor","random","makeNonce","parseDigestAuth","response2","request","resultToNode","props","davParsePermissions","filename","charCodeAt","nodeData","lastmod","hasPreview","failed","formatReportPayload","tagId","tagToNode","Permission","_nc_navigation","_views","_currentView","register","remove","findIndex","splice","views","setActive","active","_view","name","columns","caption","getContents","icon","TypeError","Xt","emptyView","sticky","expanded","defaultSortKey","Ut","emptyTitle","emptyCaption","params","tagsCache","getDirectoryContents","details","glob","_ref","fromEntries","entries","_ref2","camelCase","String","parseTags","fetchTags","filter","userVisible","folder","contents","module","exports","_typeof","Symbol","iterator","_exports","_setPrototypeOf","__proto__","_createSuper","Derived","hasNativeReflectConstruct","construct","sham","Boolean","valueOf","_isNativeReflectConstruct","Super","_getPrototypeOf","NewTarget","ReferenceError","_assertThisInitialized","_possibleConstructorReturn","_createForOfIteratorHelper","allowArrayLike","minLen","_arrayLikeToArray","from","_unsupportedIterableToArray","F","done","normalCompletion","didErr","step","next","_e2","return","arr","len","arr2","_classCallCheck","instance","Constructor","_defineProperties","descriptor","enumerable","configurable","writable","defineProperty","_createClass","protoProps","staticProps","_defineProperty","_classPrivateFieldInitSpec","privateMap","privateCollection","has","_checkPrivateRedeclaration","_classPrivateFieldGet","receiver","_classApplyDescriptorGet","_classExtractFieldDescriptor","_classPrivateFieldSet","_classApplyDescriptorSet","CancelablePromise","cancelable","isCancelablePromise","toStringTag","_internals","WeakMap","_promise","CancelablePromiseInternal","_ref$executor","executor","_ref$internals","internals","isCanceled","onCancelList","_ref$promise","promise","Promise","resolve","reject","onCancel","cancel","onfulfilled","onrejected","makeCancelable","then","createCallback","catch","onfinally","runWhenCanceled","finally","callback","callbacks","_step","_iterator","console","_CancelablePromiseInt","subClass","superClass","create","_inherits","_super","iterable","makeAllCancelable","all","allSettled","any","race","reason","_default","onResult","arg","_step2","_iterator2","resolvable","___CSS_LOADER_EXPORT___","http","https","validateParams","cb","Stream","Readable","Writable","Duplex","Transform","PassThrough","finished","pipeline","ClientRequest","extend","statusCodes","defaultProtocol","location","host","hostname","port","req","on","end","IncomingMessage","Agent","defaultMaxSockets","globalAgent","STATUS_CODES","METHODS","xhr","getXHR","XMLHttpRequest","open","XDomainRequest","checkTypeSupport","responseType","isFunction","ReadableStream","writableStream","WritableStream","abortController","AbortController","arraybuffer","msstream","mozchunkedarraybuffer","overrideMimeType","capability","inherits","stream","rStates","readyStates","preferBinary","_opts","_body","_headers","auth","setHeader","Buffer","useFetch","mode","_mode","decideMode","_fetchTimer","_socketTimeout","_socketTimer","_onFinish","lowerName","unsafeHeaders","getHeader","removeHeader","_destroyed","timeout","setTimeout","headersObj","Blob","headersList","keyName","controller","_fetchAbortController","requestTimeout","emit","abort","_fetchResponse","_resetTimers","_connect","_xhr","process","nextTick","ontimeout","setRequestHeader","_response","onreadystatechange","readyState","DONE","_onXHRProgress","onprogress","onerror","send","statusValid","_write","chunk","encoding","clearTimeout","destroy","once","flushHeaders","setNoDelay","setSocketKeepAlive","UNSENT","OPENED","HEADERS_RECEIVED","resetTimers","rawHeaders","trailers","rawTrailers","statusCode","statusMessage","statusText","write","_resumeFetch","close","pipeTo","reader","getReader","read","_pos","responseURL","getAllResponseHeaders","matches","_charset","mimeType","charsetMatch","_read","responseText","newData","buffer","alloc","Uint8Array","MSStreamReader","byteLength","onload","readAsArrayBuffer","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","loaded","__webpack_modules__","chunkIds","fn","priority","notFulfilled","Infinity","fulfilled","every","getter","__esModule","definition","Function","nmd","paths","children","baseURI","href","installedChunks","chunkId","webpackJsonpCallback","parentChunkLoadingFunction","moreModules","runtime","some","chunkLoadingGlobal","__webpack_exports__"],"sourceRoot":""} \ No newline at end of file +{"version":3,"file":"systemtags-init.js?v=89c89733fef82c56babe","mappings":"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","sources":["webpack:///nextcloud/webpack/runtime/chunk loaded","webpack:///nextcloud/node_modules/@nextcloud/files/dist/index.mjs","webpack://nextcloud/./apps/systemtags/src/css/fileEntryInlineSystemTags.scss?0a01","webpack:///nextcloud/apps/systemtags/src/actions/inlineSystemTagsAction.ts","webpack:///nextcloud/apps/systemtags/src/services/davClient.ts","webpack:///nextcloud/apps/systemtags/src/utils.ts","webpack:///nextcloud/apps/systemtags/src/logger.ts","webpack:///nextcloud/node_modules/@buttercup/fetch/dist/index.browser.js","webpack:///nextcloud/node_modules/hot-patcher/dist/patcher.js","webpack:///nextcloud/node_modules/hot-patcher/dist/functions.js","webpack:///nextcloud/node_modules/webdav/dist/node/compat/patcher.js","webpack:///nextcloud/node_modules/webdav/dist/node/auth/digest.js","webpack:///nextcloud/node_modules/webdav/dist/node/tools/crypto.js","webpack:///nextcloud/node_modules/webdav/dist/node/tools/merge.js","webpack:///nextcloud/node_modules/webdav/dist/node/tools/headers.js","webpack:///nextcloud/node_modules/webdav/dist/node/compat/arrayBuffer.js","webpack:///nextcloud/node_modules/webdav/dist/node/request.js","webpack:///nextcloud/node_modules/webdav/dist/node/tools/body.js","webpack:///nextcloud/node_modules/webdav/dist/node/compat/buffer.js","webpack:///nextcloud/apps/files/src/services/WebdavClient.ts","webpack:///nextcloud/apps/files/src/logger.js","webpack:///nextcloud/apps/files/src/services/Files.ts","webpack:///nextcloud/apps/files/src/utils/hashUtils.ts","webpack:///nextcloud/apps/systemtags/src/services/systemtags.ts","webpack:///nextcloud/apps/systemtags/src/init.ts","webpack:///nextcloud/apps/systemtags/src/services/api.ts","webpack:///nextcloud/node_modules/builtin-status-codes/browser.js","webpack:///nextcloud/node_modules/cancelable-promise/umd/CancelablePromise.js","webpack:///nextcloud/apps/systemtags/src/css/fileEntryInlineSystemTags.scss","webpack:///nextcloud/node_modules/https-browserify/index.js","webpack:///nextcloud/node_modules/readable-stream/readable-browser.js","webpack:///nextcloud/node_modules/stream-http/index.js","webpack:///nextcloud/node_modules/stream-http/lib/capability.js","webpack:///nextcloud/node_modules/stream-http/lib/request.js","webpack:///nextcloud/node_modules/stream-http/lib/response.js","webpack:///nextcloud/node_modules/xtend/immutable.js","webpack:///nextcloud/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/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/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};","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 let r = this.source;\n this.isDavRessource && (r = r.split(this._knownDavService).pop());\n const s = r.indexOf(this.root), n = this.root.replace(/\\/$/, \"\");\n return I(r.slice(s + n.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 let t = this.source;\n this.isDavRessource && (t = t.split(this._knownDavService).pop());\n const r = t.indexOf(this.root), s = this.root.replace(/\\/$/, \"\");\n return t.slice(r + s.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, t = {}) {\n const r = ge(e, { headers: t });\n function s(i) {\n r.setHeaders({\n ...t,\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: i ?? \"\"\n });\n }\n return ue(s), s(de()), we().patch(\"fetch\", (i, d) => {\n const u = d.headers;\n return u?.method && (d.method = u.method, delete u.method), fetch(i, d);\n }), r;\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 = s?.[\"owner-id\"] || 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 k = {};\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};\nk.buildOptions = Se;\nk.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 ke = Me;\nconst Be = 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 (Be.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 B = O, T = ke, tt = Ze, rt = et;\n\"<((!\\\\[CDATA\\\\[([\\\\s\\\\S]*?)(]]>))|((NAME:)?(NAME))([^>]*)>|((\\\\/)(NAME)\\\\s*>))([^<]*)\".replace(/NAME/g, B.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 = B.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 B.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 } = k, _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 kt = S, Bt = At, qt = Mt;\nvar W = {\n XMLParser: Bt,\n XMLValidator: kt,\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 \"!../../../../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/sass-loader/dist/cjs.js!./fileEntryInlineSystemTags.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/sass-loader/dist/cjs.js!./fileEntryInlineSystemTags.scss\";\n export default content && content.locals ? content.locals : undefined;\n","/**\n * @copyright Copyright (c) 2023 Lucas Azevedo \n *\n * @author Lucas Azevedo \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\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 { FileAction, Node, registerDavProperty, registerFileAction } from '@nextcloud/files';\nimport { translate as t } from '@nextcloud/l10n';\nimport '../css/fileEntryInlineSystemTags.scss';\nconst getNodeSystemTags = function (node) {\n const tags = node.attributes?.['system-tags']?.['system-tag'];\n if (tags === undefined) {\n return [];\n }\n return [tags].flat();\n};\nconst renderTag = function (tag, isMore = false) {\n const tagElement = document.createElement('li');\n tagElement.classList.add('files-list__system-tag');\n tagElement.textContent = tag;\n if (isMore) {\n tagElement.classList.add('files-list__system-tag--more');\n }\n return tagElement;\n};\nexport const action = new FileAction({\n id: 'system-tags',\n displayName: () => '',\n iconSvgInline: () => '',\n enabled(nodes) {\n // Only show the action on single nodes\n if (nodes.length !== 1) {\n return false;\n }\n const node = nodes[0];\n const tags = getNodeSystemTags(node);\n // Only show the action if the node has system tags\n if (tags.length === 0) {\n return false;\n }\n return true;\n },\n exec: async () => null,\n async renderInline(node) {\n // Ensure we have the system tags as an array\n const tags = getNodeSystemTags(node);\n if (tags.length === 0) {\n return null;\n }\n const systemTagsElement = document.createElement('ul');\n systemTagsElement.classList.add('files-list__system-tags');\n if (tags.length === 1) {\n systemTagsElement.setAttribute('aria-label', t('files', 'This file has the tag {tag}', { tag: tags[0] }));\n }\n else {\n const firstTags = tags.slice(0, -1).join(', ');\n const lastTag = tags[tags.length - 1];\n systemTagsElement.setAttribute('aria-label', t('files', 'This file has the tags {firstTags} and {lastTag}', { firstTags, lastTag }));\n }\n systemTagsElement.append(renderTag(tags[0]));\n // More tags than the one we're showing\n if (tags.length > 1) {\n const moreTagElement = renderTag('+' + (tags.length - 1), true);\n moreTagElement.setAttribute('title', tags.slice(1).join(', '));\n systemTagsElement.append(moreTagElement);\n }\n return systemTagsElement;\n },\n order: 0,\n});\nregisterDavProperty('nc:system-tags');\nregisterFileAction(action);\n","/**\n * @copyright 2023 Christopher Ng \n *\n * @author Christopher Ng \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\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 { createClient } from 'webdav';\nimport { generateRemoteUrl } from '@nextcloud/router';\nimport { getRequestToken } from '@nextcloud/auth';\nconst rootUrl = generateRemoteUrl('dav');\nexport const davClient = createClient(rootUrl, {\n headers: {\n requesttoken: getRequestToken() ?? '',\n },\n});\n","/**\n * @copyright 2023 Christopher Ng \n *\n * @author Christopher Ng \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\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 camelCase from 'camelcase';\nexport const defaultBaseTag = {\n userVisible: true,\n userAssignable: true,\n canAssign: true,\n};\nexport const parseTags = (tags) => {\n return tags.map(({ props }) => Object.fromEntries(Object.entries(props)\n .map(([key, value]) => [camelCase(key), camelCase(key) === 'displayName' ? String(value) : value])));\n};\n/**\n * Parse id from `Content-Location` header\n * @param url URL to parse\n */\nexport const parseIdFromLocation = (url) => {\n const queryPos = url.indexOf('?');\n if (queryPos > 0) {\n url = url.substring(0, queryPos);\n }\n const parts = url.split('/');\n let result;\n do {\n result = parts[parts.length - 1];\n parts.pop();\n // note: first result can be empty when there is a trailing slash,\n // so we take the part before that\n } while (!result && parts.length > 0);\n return Number(result);\n};\nexport const formatTag = (initialTag) => {\n const tag = { ...initialTag };\n if (tag.name && !tag.displayName) {\n return tag;\n }\n tag.name = tag.displayName;\n delete tag.displayName;\n return tag;\n};\n","/**\n * @copyright 2023 Christopher Ng \n *\n * @author Christopher Ng \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\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';\nexport const logger = getLoggerBuilder()\n .setApp('systemtags')\n .detectUser()\n .build();\n","const inWebWorker = typeof WorkerGlobalScope !== \"undefined\" &&\n self instanceof WorkerGlobalScope;\nconst root = inWebWorker\n ? self\n : typeof window !== \"undefined\"\n ? window\n : globalThis;\nexport const fetch = root.fetch.bind(root);\nexport const Headers = root.Headers;\nexport const Request = root.Request;\nexport const Response = root.Response;\n","import { sequence } from \"./functions.js\";\nconst HOT_PATCHER_TYPE = \"@@HOTPATCHER\";\nconst NOOP = () => { };\nfunction createNewItem(method) {\n return {\n original: method,\n methods: [method],\n final: false\n };\n}\n/**\n * Hot patching manager class\n */\nexport class HotPatcher {\n constructor() {\n this._configuration = {\n registry: {},\n getEmptyAction: \"null\"\n };\n this.__type__ = HOT_PATCHER_TYPE;\n }\n /**\n * Configuration object reference\n * @readonly\n */\n get configuration() {\n return this._configuration;\n }\n /**\n * The action to take when a non-set method is requested\n * Possible values: null/throw\n */\n get getEmptyAction() {\n return this.configuration.getEmptyAction;\n }\n set getEmptyAction(newAction) {\n this.configuration.getEmptyAction = newAction;\n }\n /**\n * Control another hot-patcher instance\n * Force the remote instance to use patched methods from calling instance\n * @param target The target instance to control\n * @param allowTargetOverrides Allow the target to override patched methods on\n * the controller (default is false)\n * @returns Returns self\n * @throws {Error} Throws if the target is invalid\n */\n control(target, allowTargetOverrides = false) {\n if (!target || target.__type__ !== HOT_PATCHER_TYPE) {\n throw new Error(\"Failed taking control of target HotPatcher instance: Invalid type or object\");\n }\n Object.keys(target.configuration.registry).forEach(foreignKey => {\n if (this.configuration.registry.hasOwnProperty(foreignKey)) {\n if (allowTargetOverrides) {\n this.configuration.registry[foreignKey] = Object.assign({}, target.configuration.registry[foreignKey]);\n }\n }\n else {\n this.configuration.registry[foreignKey] = Object.assign({}, target.configuration.registry[foreignKey]);\n }\n });\n target._configuration = this.configuration;\n return this;\n }\n /**\n * Execute a patched method\n * @param key The method key\n * @param args Arguments to pass to the method (optional)\n * @see HotPatcher#get\n * @returns The output of the called method\n */\n execute(key, ...args) {\n const method = this.get(key) || NOOP;\n return method(...args);\n }\n /**\n * Get a method for a key\n * @param key The method key\n * @returns Returns the requested function or null if the function\n * does not exist and the host is configured to return null (and not throw)\n * @throws {Error} Throws if the configuration specifies to throw and the method\n * does not exist\n * @throws {Error} Throws if the `getEmptyAction` value is invalid\n */\n get(key) {\n const item = this.configuration.registry[key];\n if (!item) {\n switch (this.getEmptyAction) {\n case \"null\":\n return null;\n case \"throw\":\n throw new Error(`Failed handling method request: No method provided for override: ${key}`);\n default:\n throw new Error(`Failed handling request which resulted in an empty method: Invalid empty-action specified: ${this.getEmptyAction}`);\n }\n }\n return sequence(...item.methods);\n }\n /**\n * Check if a method has been patched\n * @param key The function key\n * @returns True if already patched\n */\n isPatched(key) {\n return !!this.configuration.registry[key];\n }\n /**\n * Patch a method name\n * @param key The method key to patch\n * @param method The function to set\n * @param opts Patch options\n * @returns Returns self\n */\n patch(key, method, opts = {}) {\n const { chain = false } = opts;\n if (this.configuration.registry[key] && this.configuration.registry[key].final) {\n throw new Error(`Failed patching '${key}': Method marked as being final`);\n }\n if (typeof method !== \"function\") {\n throw new Error(`Failed patching '${key}': Provided method is not a function`);\n }\n if (chain) {\n // Add new method to the chain\n if (!this.configuration.registry[key]) {\n // New key, create item\n this.configuration.registry[key] = createNewItem(method);\n }\n else {\n // Existing, push the method\n this.configuration.registry[key].methods.push(method);\n }\n }\n else {\n // Replace the original\n if (this.isPatched(key)) {\n const { original } = this.configuration.registry[key];\n this.configuration.registry[key] = Object.assign(createNewItem(method), {\n original\n });\n }\n else {\n this.configuration.registry[key] = createNewItem(method);\n }\n }\n return this;\n }\n /**\n * Patch a method inline, execute it and return the value\n * Used for patching contents of functions. This method will not apply a patched\n * function if it has already been patched, allowing for external overrides to\n * function. It also means that the function is cached so that it is not\n * instantiated every time the outer function is invoked.\n * @param key The function key to use\n * @param method The function to patch (once, only if not patched)\n * @param args Arguments to pass to the function\n * @returns The output of the patched function\n * @example\n * function mySpecialFunction(a, b) {\n * return hotPatcher.patchInline(\"func\", (a, b) => {\n * return a + b;\n * }, a, b);\n * }\n */\n patchInline(key, method, ...args) {\n if (!this.isPatched(key)) {\n this.patch(key, method);\n }\n return this.execute(key, ...args);\n }\n /**\n * Patch a method (or methods) in sequential-mode\n * See `patch()` with the option `chain: true`\n * @see patch\n * @param key The key to patch\n * @param methods The methods to patch\n * @returns Returns self\n */\n plugin(key, ...methods) {\n methods.forEach(method => {\n this.patch(key, method, { chain: true });\n });\n return this;\n }\n /**\n * Restore a patched method if it has been overridden\n * @param key The method key\n * @returns Returns self\n */\n restore(key) {\n if (!this.isPatched(key)) {\n throw new Error(`Failed restoring method: No method present for key: ${key}`);\n }\n else if (typeof this.configuration.registry[key].original !== \"function\") {\n throw new Error(`Failed restoring method: Original method not found or of invalid type for key: ${key}`);\n }\n this.configuration.registry[key].methods = [this.configuration.registry[key].original];\n return this;\n }\n /**\n * Set a method as being final\n * This sets a method as having been finally overridden. Attempts at overriding\n * again will fail with an error.\n * @param key The key to make final\n * @returns Returns self\n */\n setFinal(key) {\n if (!this.configuration.registry.hasOwnProperty(key)) {\n throw new Error(`Failed marking '${key}' as final: No method found for key`);\n }\n this.configuration.registry[key].final = true;\n return this;\n }\n}\n","export function sequence(...methods) {\n if (methods.length === 0) {\n throw new Error(\"Failed creating sequence: No functions provided\");\n }\n return function __executeSequence(...args) {\n let result = args;\n const _this = this;\n while (methods.length > 0) {\n const method = methods.shift();\n result = [method.apply(_this, result)];\n }\n return result[0];\n };\n}\n","import { HotPatcher } from \"hot-patcher\";\nlet __patcher = null;\nexport function getPatcher() {\n if (!__patcher) {\n __patcher = new HotPatcher();\n }\n return __patcher;\n}\n","import md5 from \"md5\";\nimport { ha1Compute } from \"../tools/crypto.js\";\nconst NONCE_CHARS = \"abcdef0123456789\";\nconst NONCE_SIZE = 32;\nexport function createDigestContext(username, password, ha1) {\n return { username, password, ha1, nc: 0, algorithm: \"md5\", hasDigestAuth: false };\n}\nexport function generateDigestAuthHeader(options, digest) {\n const url = options.url.replace(\"//\", \"\");\n const uri = url.indexOf(\"/\") == -1 ? \"/\" : url.slice(url.indexOf(\"/\"));\n const method = options.method ? options.method.toUpperCase() : \"GET\";\n const qop = /(^|,)\\s*auth\\s*($|,)/.test(digest.qop) ? \"auth\" : false;\n const ncString = `00000000${digest.nc}`.slice(-8);\n const ha1 = ha1Compute(digest.algorithm, digest.username, digest.realm, digest.password, digest.nonce, digest.cnonce, digest.ha1);\n const ha2 = md5(`${method}:${uri}`);\n const digestResponse = qop\n ? md5(`${ha1}:${digest.nonce}:${ncString}:${digest.cnonce}:${qop}:${ha2}`)\n : md5(`${ha1}:${digest.nonce}:${ha2}`);\n const authValues = {\n username: digest.username,\n realm: digest.realm,\n nonce: digest.nonce,\n uri,\n qop,\n response: digestResponse,\n nc: ncString,\n cnonce: digest.cnonce,\n algorithm: digest.algorithm,\n opaque: digest.opaque\n };\n const authHeader = [];\n for (const k in authValues) {\n if (authValues[k]) {\n if (k === \"qop\" || k === \"nc\" || k === \"algorithm\") {\n authHeader.push(`${k}=${authValues[k]}`);\n }\n else {\n authHeader.push(`${k}=\"${authValues[k]}\"`);\n }\n }\n }\n return `Digest ${authHeader.join(\", \")}`;\n}\nfunction makeNonce() {\n let uid = \"\";\n for (let i = 0; i < NONCE_SIZE; ++i) {\n uid = `${uid}${NONCE_CHARS[Math.floor(Math.random() * NONCE_CHARS.length)]}`;\n }\n return uid;\n}\nexport function parseDigestAuth(response, _digest) {\n const authHeader = (response.headers && response.headers.get(\"www-authenticate\")) || \"\";\n if (authHeader.split(/\\s/)[0].toLowerCase() !== \"digest\") {\n return false;\n }\n const re = /([a-z0-9_-]+)=(?:\"([^\"]+)\"|([a-z0-9_-]+))/gi;\n for (;;) {\n const match = re.exec(authHeader);\n if (!match) {\n break;\n }\n _digest[match[1]] = match[2] || match[3];\n }\n _digest.nc += 1;\n _digest.cnonce = makeNonce();\n return true;\n}\n","import md5 from \"md5\";\nexport function ha1Compute(algorithm, user, realm, pass, nonce, cnonce, ha1) {\n const ha1Hash = ha1 || md5(`${user}:${realm}:${pass}`);\n if (algorithm && algorithm.toLowerCase() === \"md5-sess\") {\n return md5(`${ha1Hash}:${nonce}:${cnonce}`);\n }\n return ha1Hash;\n}\n","export function cloneShallow(obj) {\n return isPlainObject(obj)\n ? Object.assign({}, obj)\n : Object.setPrototypeOf(Object.assign({}, obj), Object.getPrototypeOf(obj));\n}\nfunction isPlainObject(obj) {\n if (typeof obj !== \"object\" ||\n obj === null ||\n Object.prototype.toString.call(obj) != \"[object Object]\") {\n // Not an object\n return false;\n }\n if (Object.getPrototypeOf(obj) === null) {\n return true;\n }\n let proto = obj;\n // Find the prototype\n while (Object.getPrototypeOf(proto) !== null) {\n proto = Object.getPrototypeOf(proto);\n }\n return Object.getPrototypeOf(obj) === proto;\n}\nexport function merge(...args) {\n let output = null, items = [...args];\n while (items.length > 0) {\n const nextItem = items.shift();\n if (!output) {\n output = cloneShallow(nextItem);\n }\n else {\n output = mergeObjects(output, nextItem);\n }\n }\n return output;\n}\nfunction mergeObjects(obj1, obj2) {\n const output = cloneShallow(obj1);\n Object.keys(obj2).forEach(key => {\n if (!output.hasOwnProperty(key)) {\n output[key] = obj2[key];\n return;\n }\n if (Array.isArray(obj2[key])) {\n output[key] = Array.isArray(output[key])\n ? [...output[key], ...obj2[key]]\n : [...obj2[key]];\n }\n else if (typeof obj2[key] === \"object\" && !!obj2[key]) {\n output[key] =\n typeof output[key] === \"object\" && !!output[key]\n ? mergeObjects(output[key], obj2[key])\n : cloneShallow(obj2[key]);\n }\n else {\n output[key] = obj2[key];\n }\n });\n return output;\n}\n","export function convertResponseHeaders(headers) {\n const output = {};\n for (const key of headers.keys()) {\n output[key] = headers.get(key);\n }\n return output;\n}\nexport function mergeHeaders(...headerPayloads) {\n if (headerPayloads.length === 0)\n return {};\n const headerKeys = {};\n return headerPayloads.reduce((output, headers) => {\n Object.keys(headers).forEach(header => {\n const lowerHeader = header.toLowerCase();\n if (headerKeys.hasOwnProperty(lowerHeader)) {\n output[headerKeys[lowerHeader]] = headers[header];\n }\n else {\n headerKeys[lowerHeader] = header;\n output[header] = headers[header];\n }\n });\n return output;\n }, {});\n}\n","const hasArrayBuffer = typeof ArrayBuffer === \"function\";\nconst { toString: objToString } = Object.prototype;\n// Taken from: https://github.com/fengyuanchen/is-array-buffer/blob/master/src/index.js\nexport function isArrayBuffer(value) {\n return (hasArrayBuffer &&\n (value instanceof ArrayBuffer || objToString.call(value) === \"[object ArrayBuffer]\"));\n}\n","import { Agent as HTTPAgent } from \"http\";\nimport { Agent as HTTPSAgent } from \"https\";\nimport { fetch } from \"@buttercup/fetch\";\nimport { getPatcher } from \"./compat/patcher.js\";\nimport { isWeb } from \"./compat/env.js\";\nimport { generateDigestAuthHeader, parseDigestAuth } from \"./auth/digest.js\";\nimport { cloneShallow, merge } from \"./tools/merge.js\";\nimport { mergeHeaders } from \"./tools/headers.js\";\nimport { requestDataToFetchBody } from \"./tools/body.js\";\nfunction _request(requestOptions) {\n const patcher = getPatcher();\n return patcher.patchInline(\"request\", (options) => patcher.patchInline(\"fetch\", fetch, options.url, getFetchOptions(options)), requestOptions);\n}\nfunction getFetchOptions(requestOptions) {\n let headers = {};\n // Handle standard options\n const opts = {\n method: requestOptions.method\n };\n if (requestOptions.headers) {\n headers = mergeHeaders(headers, requestOptions.headers);\n }\n if (typeof requestOptions.data !== \"undefined\") {\n const [body, newHeaders] = requestDataToFetchBody(requestOptions.data);\n opts.body = body;\n headers = mergeHeaders(headers, newHeaders);\n }\n if (requestOptions.signal) {\n opts.signal = requestOptions.signal;\n }\n if (requestOptions.withCredentials) {\n opts.credentials = \"include\";\n }\n // Check for node-specific options\n if (!isWeb()) {\n if (requestOptions.httpAgent || requestOptions.httpsAgent) {\n opts.agent = (parsedURL) => {\n if (parsedURL.protocol === \"http:\") {\n return requestOptions.httpAgent || new HTTPAgent();\n }\n return requestOptions.httpsAgent || new HTTPSAgent();\n };\n }\n }\n // Attach headers\n opts.headers = headers;\n return opts;\n}\nexport function prepareRequestOptions(requestOptions, context, userOptions) {\n const finalOptions = cloneShallow(requestOptions);\n finalOptions.headers = mergeHeaders(context.headers, finalOptions.headers || {}, userOptions.headers || {});\n if (typeof userOptions.data !== \"undefined\") {\n finalOptions.data = userOptions.data;\n }\n if (userOptions.signal) {\n finalOptions.signal = userOptions.signal;\n }\n if (context.httpAgent) {\n finalOptions.httpAgent = context.httpAgent;\n }\n if (context.httpsAgent) {\n finalOptions.httpsAgent = context.httpsAgent;\n }\n if (context.digest) {\n finalOptions._digest = context.digest;\n }\n if (typeof context.withCredentials === \"boolean\") {\n finalOptions.withCredentials = context.withCredentials;\n }\n return finalOptions;\n}\nexport async function request(requestOptions) {\n // Client not configured for digest authentication\n if (!requestOptions._digest) {\n return _request(requestOptions);\n }\n // Remove client's digest authentication object from request options\n const _digest = requestOptions._digest;\n delete requestOptions._digest;\n // If client is already using digest authentication, include the digest authorization header\n if (_digest.hasDigestAuth) {\n requestOptions = merge(requestOptions, {\n headers: {\n Authorization: generateDigestAuthHeader(requestOptions, _digest)\n }\n });\n }\n // Perform digest request + check\n const response = await _request(requestOptions);\n if (response.status == 401) {\n _digest.hasDigestAuth = parseDigestAuth(response, _digest);\n if (_digest.hasDigestAuth) {\n requestOptions = merge(requestOptions, {\n headers: {\n Authorization: generateDigestAuthHeader(requestOptions, _digest)\n }\n });\n const response2 = await _request(requestOptions);\n if (response2.status == 401) {\n _digest.hasDigestAuth = false;\n }\n else {\n _digest.nc++;\n }\n return response2;\n }\n }\n else {\n _digest.nc++;\n }\n return response;\n}\n","import Stream from \"stream\";\nimport { isArrayBuffer } from \"../compat/arrayBuffer.js\";\nimport { isBuffer } from \"../compat/buffer.js\";\nimport { isWeb } from \"../compat/env.js\";\nexport function requestDataToFetchBody(data) {\n if (!isWeb() && data instanceof Stream.Readable) {\n // @ts-ignore\n return [data, {}];\n }\n if (typeof data === \"string\") {\n return [data, {}];\n }\n else if (isBuffer(data)) {\n return [data, {}];\n }\n else if (isArrayBuffer(data)) {\n return [data, {}];\n }\n else if (data && typeof data === \"object\") {\n return [\n JSON.stringify(data),\n {\n \"content-type\": \"application/json\"\n }\n ];\n }\n throw new Error(`Unable to convert request body: Unexpected body type: ${typeof data}`);\n}\n","export function isBuffer(value) {\n return (value != null &&\n value.constructor != null &&\n typeof value.constructor.isBuffer === \"function\" &&\n value.constructor.isBuffer(value));\n}\n","import { createClient, getPatcher } from 'webdav';\nimport { generateRemoteUrl } from '@nextcloud/router';\nimport { getCurrentUser, getRequestToken } from '@nextcloud/auth';\nimport { request } from 'webdav/dist/node/request.js';\nexport const rootPath = `/files/${getCurrentUser()?.uid}`;\nexport const defaultRootUrl = generateRemoteUrl('dav' + rootPath);\nexport const getClient = (rootUrl = defaultRootUrl) => {\n const client = createClient(rootUrl, {\n headers: {\n requesttoken: getRequestToken() || '',\n },\n });\n /**\n * Allow to override the METHOD to support dav REPORT\n *\n * @see https://github.com/perry-mitchell/webdav-client/blob/8d9694613c978ce7404e26a401c39a41f125f87f/source/request.ts\n */\n const patcher = getPatcher();\n // eslint-disable-next-line @typescript-eslint/ban-ts-comment\n // @ts-ignore\n // https://github.com/perry-mitchell/hot-patcher/issues/6\n patcher.patch('request', (options) => {\n if (options.headers?.method) {\n options.method = options.headers.method;\n delete options.headers.method;\n }\n return request(options);\n });\n return client;\n};\n","/**\n * @copyright Copyright (c) 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","import { CancelablePromise } from 'cancelable-promise';\nimport { File, Folder, davParsePermissions, davGetDefaultPropfind } from '@nextcloud/files';\nimport { generateRemoteUrl } from '@nextcloud/router';\nimport { getCurrentUser } from '@nextcloud/auth';\nimport { getClient, rootPath } from './WebdavClient';\nimport { hashCode } from '../utils/hashUtils';\nimport logger from '../logger';\nconst client = getClient();\nexport const resultToNode = function (node) {\n const userId = getCurrentUser()?.uid;\n if (!userId) {\n throw new Error('No user id found');\n }\n const props = node.props;\n const permissions = davParsePermissions(props?.permissions);\n const owner = (props['owner-id'] || userId).toString();\n const source = generateRemoteUrl('dav' + rootPath + node.filename);\n const id = props?.fileid < 0\n ? hashCode(source)\n : props?.fileid || 0;\n const nodeData = {\n id,\n source,\n mtime: new Date(node.lastmod),\n mime: node.mime || 'application/octet-stream',\n size: props?.size || 0,\n permissions,\n owner,\n root: rootPath,\n attributes: {\n ...node,\n ...props,\n hasPreview: props?.['has-preview'],\n failed: props?.fileid < 0,\n },\n };\n delete nodeData.attributes.props;\n return node.type === 'file'\n ? new File(nodeData)\n : new Folder(nodeData);\n};\nexport const getContents = (path = '/') => {\n const controller = new AbortController();\n const propfindPayload = davGetDefaultPropfind();\n return new CancelablePromise(async (resolve, reject, onCancel) => {\n onCancel(() => controller.abort());\n try {\n const contentsResponse = await client.getDirectoryContents(path, {\n details: true,\n data: propfindPayload,\n includeSelf: true,\n signal: controller.signal,\n });\n const root = contentsResponse.data[0];\n const contents = contentsResponse.data.slice(1);\n if (root.filename !== path) {\n throw new Error('Root node does not match requested path');\n }\n resolve({\n folder: resultToNode(root),\n contents: contents.map(result => {\n try {\n return resultToNode(result);\n }\n catch (error) {\n logger.error(`Invalid node detected '${result.basename}'`, { error });\n return null;\n }\n }).filter(Boolean),\n });\n }\n catch (error) {\n reject(error);\n }\n });\n};\n","/**\n * @copyright Copyright (c) 2023 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nexport const hashCode = function (str) {\n return str.split('').reduce(function (a, b) {\n a = ((a << 5) - a) + b.charCodeAt(0);\n return a & a;\n }, 0);\n};\n","import { Folder, Permission, getDavNameSpaces, getDavProperties } from '@nextcloud/files';\nimport { generateRemoteUrl } from '@nextcloud/router';\nimport { getCurrentUser } from '@nextcloud/auth';\nimport { fetchTags } from './api';\nimport { getClient } from '../../../files/src/services/WebdavClient';\nimport { resultToNode } from '../../../files/src/services/Files';\nconst formatReportPayload = (tagId) => `\n\n\t\n\t\t${getDavProperties()}\n\t\n \n ${tagId}\n \n`;\nconst tagToNode = function (tag) {\n return new Folder({\n id: tag.id,\n source: generateRemoteUrl('dav/systemtags/' + tag.id),\n owner: getCurrentUser()?.uid,\n root: '/systemtags',\n permissions: Permission.READ,\n attributes: {\n ...tag,\n 'is-tag': true,\n },\n });\n};\nexport const getContents = async (path = '/') => {\n // List tags in the root\n const tagsCache = (await fetchTags()).filter(tag => tag.userVisible);\n if (path === '/') {\n return {\n folder: new Folder({\n id: 0,\n source: generateRemoteUrl('dav/systemtags'),\n owner: getCurrentUser()?.uid,\n root: '/systemtags',\n permissions: Permission.NONE,\n }),\n contents: tagsCache.map(tagToNode),\n };\n }\n const tagId = parseInt(path.replace('/', ''), 10);\n const tag = tagsCache.find(tag => tag.id === tagId);\n if (!tag) {\n throw new Error('Tag not found');\n }\n const folder = tagToNode(tag);\n const contentsResponse = await getClient().getDirectoryContents('/', {\n details: true,\n // Only filter favorites if we're at the root\n data: formatReportPayload(tagId),\n headers: {\n // Patched in WebdavClient.ts\n method: 'REPORT',\n },\n });\n return {\n folder,\n contents: contentsResponse.data.map(resultToNode),\n };\n};\n","/**\n * @copyright Copyright (c) 2016 Roeland Jago Douma \n *\n * @author John Molakvoæ \n * @author Roeland Jago Douma \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\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 './actions/inlineSystemTagsAction.js';\nimport { translate as t } from '@nextcloud/l10n';\nimport { View, getNavigation } from '@nextcloud/files';\nimport TagMultipleSvg from '@mdi/svg/svg/tag-multiple.svg?raw';\nimport { getContents } from './services/systemtags.js';\nconst Navigation = getNavigation();\nNavigation.register(new View({\n id: 'tags',\n name: t('systemtags', 'Tags'),\n caption: t('systemtags', 'List of tags and their associated files and folders.'),\n emptyTitle: t('systemtags', 'No tags found'),\n emptyCaption: t('systemtags', 'Tags you have created will show up here.'),\n icon: TagMultipleSvg,\n order: 25,\n getContents,\n}));\n","/**\n * @copyright 2023 Christopher Ng \n *\n * @author Christopher Ng \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\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 axios from '@nextcloud/axios';\nimport { generateUrl } from '@nextcloud/router';\nimport { translate as t } from '@nextcloud/l10n';\nimport { davClient } from './davClient.js';\nimport { formatTag, parseIdFromLocation, parseTags } from '../utils';\nimport { logger } from '../logger.js';\nexport const fetchTagsPayload = `\n\n\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\n`;\nexport const fetchTags = async () => {\n const path = '/systemtags';\n try {\n const { data: tags } = await davClient.getDirectoryContents(path, {\n data: fetchTagsPayload,\n details: true,\n glob: '/systemtags/*', // Filter out first empty tag\n });\n return parseTags(tags);\n }\n catch (error) {\n logger.error(t('systemtags', 'Failed to load tags'), { error });\n throw new Error(t('systemtags', 'Failed to load tags'));\n }\n};\nexport const fetchLastUsedTagIds = async () => {\n const url = generateUrl('/apps/systemtags/lastused');\n try {\n const { data: lastUsedTagIds } = await axios.get(url);\n return lastUsedTagIds.map(Number);\n }\n catch (error) {\n logger.error(t('systemtags', 'Failed to load last used tags'), { error });\n throw new Error(t('systemtags', 'Failed to load last used tags'));\n }\n};\n/**\n * @return created tag id\n */\nexport const createTag = async (tag) => {\n const path = '/systemtags';\n const tagToPost = formatTag(tag);\n try {\n const { headers } = await davClient.customRequest(path, {\n method: 'POST',\n data: tagToPost,\n });\n const contentLocation = headers.get('content-location');\n if (contentLocation) {\n return parseIdFromLocation(contentLocation);\n }\n logger.error(t('systemtags', 'Missing \"Content-Location\" header'));\n throw new Error(t('systemtags', 'Missing \"Content-Location\" header'));\n }\n catch (error) {\n logger.error(t('systemtags', 'Failed to create tag'), { error });\n throw new Error(t('systemtags', 'Failed to create tag'));\n }\n};\nexport const updateTag = async (tag) => {\n const path = '/systemtags/' + tag.id;\n const data = `\n\t\n\t\t\n\t\t\t\n\t\t\t\t${tag.displayName}\n\t\t\t\t${tag.userVisible}\n\t\t\t\t${tag.userAssignable}\n\t\t\t\n\t\t\n\t`;\n try {\n await davClient.customRequest(path, {\n method: 'PROPPATCH',\n data,\n });\n }\n catch (error) {\n logger.error(t('systemtags', 'Failed to update tag'), { error });\n throw new Error(t('systemtags', 'Failed to update tag'));\n }\n};\nexport const deleteTag = async (tag) => {\n const path = '/systemtags/' + tag.id;\n try {\n await davClient.deleteFile(path);\n }\n catch (error) {\n logger.error(t('systemtags', 'Failed to delete tag'), { error });\n throw new Error(t('systemtags', 'Failed to delete tag'));\n }\n};\n","module.exports = {\n \"100\": \"Continue\",\n \"101\": \"Switching Protocols\",\n \"102\": \"Processing\",\n \"200\": \"OK\",\n \"201\": \"Created\",\n \"202\": \"Accepted\",\n \"203\": \"Non-Authoritative Information\",\n \"204\": \"No Content\",\n \"205\": \"Reset Content\",\n \"206\": \"Partial Content\",\n \"207\": \"Multi-Status\",\n \"208\": \"Already Reported\",\n \"226\": \"IM Used\",\n \"300\": \"Multiple Choices\",\n \"301\": \"Moved Permanently\",\n \"302\": \"Found\",\n \"303\": \"See Other\",\n \"304\": \"Not Modified\",\n \"305\": \"Use Proxy\",\n \"307\": \"Temporary Redirect\",\n \"308\": \"Permanent Redirect\",\n \"400\": \"Bad Request\",\n \"401\": \"Unauthorized\",\n \"402\": \"Payment Required\",\n \"403\": \"Forbidden\",\n \"404\": \"Not Found\",\n \"405\": \"Method Not Allowed\",\n \"406\": \"Not Acceptable\",\n \"407\": \"Proxy Authentication Required\",\n \"408\": \"Request Timeout\",\n \"409\": \"Conflict\",\n \"410\": \"Gone\",\n \"411\": \"Length Required\",\n \"412\": \"Precondition Failed\",\n \"413\": \"Payload Too Large\",\n \"414\": \"URI Too Long\",\n \"415\": \"Unsupported Media Type\",\n \"416\": \"Range Not Satisfiable\",\n \"417\": \"Expectation Failed\",\n \"418\": \"I'm a teapot\",\n \"421\": \"Misdirected Request\",\n \"422\": \"Unprocessable Entity\",\n \"423\": \"Locked\",\n \"424\": \"Failed Dependency\",\n \"425\": \"Unordered Collection\",\n \"426\": \"Upgrade Required\",\n \"428\": \"Precondition Required\",\n \"429\": \"Too Many Requests\",\n \"431\": \"Request Header Fields Too Large\",\n \"451\": \"Unavailable For Legal Reasons\",\n \"500\": \"Internal Server Error\",\n \"501\": \"Not Implemented\",\n \"502\": \"Bad Gateway\",\n \"503\": \"Service Unavailable\",\n \"504\": \"Gateway Timeout\",\n \"505\": \"HTTP Version Not Supported\",\n \"506\": \"Variant Also Negotiates\",\n \"507\": \"Insufficient Storage\",\n \"508\": \"Loop Detected\",\n \"509\": \"Bandwidth Limit Exceeded\",\n \"510\": \"Not Extended\",\n \"511\": \"Network Authentication Required\"\n}\n","function _typeof(obj) { \"@babel/helpers - typeof\"; return _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && \"function\" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj; }, _typeof(obj); }\n\n(function (global, factory) {\n if (typeof define === \"function\" && define.amd) {\n define([\"exports\"], factory);\n } else if (typeof exports !== \"undefined\") {\n factory(exports);\n } else {\n var mod = {\n exports: {}\n };\n factory(mod.exports);\n global.CancelablePromise = mod.exports;\n }\n})(typeof globalThis !== \"undefined\" ? globalThis : typeof self !== \"undefined\" ? self : this, function (_exports) {\n \"use strict\";\n\n Object.defineProperty(_exports, \"__esModule\", {\n value: true\n });\n _exports.CancelablePromise = void 0;\n _exports.cancelable = cancelable;\n _exports.default = void 0;\n _exports.isCancelablePromise = isCancelablePromise;\n\n function _inherits(subClass, superClass) { if (typeof superClass !== \"function\" && superClass !== null) { throw new TypeError(\"Super expression must either be null or a function\"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, \"prototype\", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }\n\n function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }\n\n function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }\n\n function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === \"object\" || typeof call === \"function\")) { return call; } else if (call !== void 0) { throw new TypeError(\"Derived constructors may only return object or undefined\"); } return _assertThisInitialized(self); }\n\n function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\"); } return self; }\n\n function _isNativeReflectConstruct() { if (typeof Reflect === \"undefined\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \"function\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\n\n function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }\n\n function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== \"undefined\" && o[Symbol.iterator] || o[\"@@iterator\"]; if (!it) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === \"number\") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError(\"Invalid attempt to iterate non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it.return != null) it.return(); } finally { if (didErr) throw err; } } }; }\n\n function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === \"string\") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === \"Object\" && o.constructor) n = o.constructor.name; if (n === \"Map\" || n === \"Set\") return Array.from(o); if (n === \"Arguments\" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }\n\n function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }\n\n function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\n function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\n\n function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, \"prototype\", { writable: false }); return Constructor; }\n\n function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\n\n function _classPrivateFieldInitSpec(obj, privateMap, value) { _checkPrivateRedeclaration(obj, privateMap); privateMap.set(obj, value); }\n\n function _checkPrivateRedeclaration(obj, privateCollection) { if (privateCollection.has(obj)) { throw new TypeError(\"Cannot initialize the same private elements twice on an object\"); } }\n\n function _classPrivateFieldGet(receiver, privateMap) { var descriptor = _classExtractFieldDescriptor(receiver, privateMap, \"get\"); return _classApplyDescriptorGet(receiver, descriptor); }\n\n function _classApplyDescriptorGet(receiver, descriptor) { if (descriptor.get) { return descriptor.get.call(receiver); } return descriptor.value; }\n\n function _classPrivateFieldSet(receiver, privateMap, value) { var descriptor = _classExtractFieldDescriptor(receiver, privateMap, \"set\"); _classApplyDescriptorSet(receiver, descriptor, value); return value; }\n\n function _classExtractFieldDescriptor(receiver, privateMap, action) { if (!privateMap.has(receiver)) { throw new TypeError(\"attempted to \" + action + \" private field on non-instance\"); } return privateMap.get(receiver); }\n\n function _classApplyDescriptorSet(receiver, descriptor, value) { if (descriptor.set) { descriptor.set.call(receiver, value); } else { if (!descriptor.writable) { throw new TypeError(\"attempted to set read only private field\"); } descriptor.value = value; } }\n\n var toStringTag = typeof Symbol !== 'undefined' ? Symbol.toStringTag : '@@toStringTag';\n\n var _internals = /*#__PURE__*/new WeakMap();\n\n var _promise = /*#__PURE__*/new WeakMap();\n\n var CancelablePromiseInternal = /*#__PURE__*/function () {\n function CancelablePromiseInternal(_ref) {\n var _ref$executor = _ref.executor,\n executor = _ref$executor === void 0 ? function () {} : _ref$executor,\n _ref$internals = _ref.internals,\n internals = _ref$internals === void 0 ? defaultInternals() : _ref$internals,\n _ref$promise = _ref.promise,\n promise = _ref$promise === void 0 ? new Promise(function (resolve, reject) {\n return executor(resolve, reject, function (onCancel) {\n internals.onCancelList.push(onCancel);\n });\n }) : _ref$promise;\n\n _classCallCheck(this, CancelablePromiseInternal);\n\n _classPrivateFieldInitSpec(this, _internals, {\n writable: true,\n value: void 0\n });\n\n _classPrivateFieldInitSpec(this, _promise, {\n writable: true,\n value: void 0\n });\n\n _defineProperty(this, toStringTag, 'CancelablePromise');\n\n this.cancel = this.cancel.bind(this);\n\n _classPrivateFieldSet(this, _internals, internals);\n\n _classPrivateFieldSet(this, _promise, promise || new Promise(function (resolve, reject) {\n return executor(resolve, reject, function (onCancel) {\n internals.onCancelList.push(onCancel);\n });\n }));\n }\n\n _createClass(CancelablePromiseInternal, [{\n key: \"then\",\n value: function then(onfulfilled, onrejected) {\n return makeCancelable(_classPrivateFieldGet(this, _promise).then(createCallback(onfulfilled, _classPrivateFieldGet(this, _internals)), createCallback(onrejected, _classPrivateFieldGet(this, _internals))), _classPrivateFieldGet(this, _internals));\n }\n }, {\n key: \"catch\",\n value: function _catch(onrejected) {\n return makeCancelable(_classPrivateFieldGet(this, _promise).catch(createCallback(onrejected, _classPrivateFieldGet(this, _internals))), _classPrivateFieldGet(this, _internals));\n }\n }, {\n key: \"finally\",\n value: function _finally(onfinally, runWhenCanceled) {\n var _this = this;\n\n if (runWhenCanceled) {\n _classPrivateFieldGet(this, _internals).onCancelList.push(onfinally);\n }\n\n return makeCancelable(_classPrivateFieldGet(this, _promise).finally(createCallback(function () {\n if (onfinally) {\n if (runWhenCanceled) {\n _classPrivateFieldGet(_this, _internals).onCancelList = _classPrivateFieldGet(_this, _internals).onCancelList.filter(function (callback) {\n return callback !== onfinally;\n });\n }\n\n return onfinally();\n }\n }, _classPrivateFieldGet(this, _internals))), _classPrivateFieldGet(this, _internals));\n }\n }, {\n key: \"cancel\",\n value: function cancel() {\n _classPrivateFieldGet(this, _internals).isCanceled = true;\n\n var callbacks = _classPrivateFieldGet(this, _internals).onCancelList;\n\n _classPrivateFieldGet(this, _internals).onCancelList = [];\n\n var _iterator = _createForOfIteratorHelper(callbacks),\n _step;\n\n try {\n for (_iterator.s(); !(_step = _iterator.n()).done;) {\n var callback = _step.value;\n\n if (typeof callback === 'function') {\n try {\n callback();\n } catch (err) {\n console.error(err);\n }\n }\n }\n } catch (err) {\n _iterator.e(err);\n } finally {\n _iterator.f();\n }\n }\n }, {\n key: \"isCanceled\",\n value: function isCanceled() {\n return _classPrivateFieldGet(this, _internals).isCanceled === true;\n }\n }]);\n\n return CancelablePromiseInternal;\n }();\n\n var CancelablePromise = /*#__PURE__*/function (_CancelablePromiseInt) {\n _inherits(CancelablePromise, _CancelablePromiseInt);\n\n var _super = _createSuper(CancelablePromise);\n\n function CancelablePromise(executor) {\n _classCallCheck(this, CancelablePromise);\n\n return _super.call(this, {\n executor: executor\n });\n }\n\n return _createClass(CancelablePromise);\n }(CancelablePromiseInternal);\n\n _exports.CancelablePromise = CancelablePromise;\n\n _defineProperty(CancelablePromise, \"all\", function all(iterable) {\n return makeAllCancelable(iterable, Promise.all(iterable));\n });\n\n _defineProperty(CancelablePromise, \"allSettled\", function allSettled(iterable) {\n return makeAllCancelable(iterable, Promise.allSettled(iterable));\n });\n\n _defineProperty(CancelablePromise, \"any\", function any(iterable) {\n return makeAllCancelable(iterable, Promise.any(iterable));\n });\n\n _defineProperty(CancelablePromise, \"race\", function race(iterable) {\n return makeAllCancelable(iterable, Promise.race(iterable));\n });\n\n _defineProperty(CancelablePromise, \"resolve\", function resolve(value) {\n return cancelable(Promise.resolve(value));\n });\n\n _defineProperty(CancelablePromise, \"reject\", function reject(reason) {\n return cancelable(Promise.reject(reason));\n });\n\n _defineProperty(CancelablePromise, \"isCancelable\", isCancelablePromise);\n\n var _default = CancelablePromise;\n _exports.default = _default;\n\n function cancelable(promise) {\n return makeCancelable(promise, defaultInternals());\n }\n\n function isCancelablePromise(promise) {\n return promise instanceof CancelablePromise || promise instanceof CancelablePromiseInternal;\n }\n\n function createCallback(onResult, internals) {\n if (onResult) {\n return function (arg) {\n if (!internals.isCanceled) {\n var result = onResult(arg);\n\n if (isCancelablePromise(result)) {\n internals.onCancelList.push(result.cancel);\n }\n\n return result;\n }\n\n return arg;\n };\n }\n }\n\n function makeCancelable(promise, internals) {\n return new CancelablePromiseInternal({\n internals: internals,\n promise: promise\n });\n }\n\n function makeAllCancelable(iterable, promise) {\n var internals = defaultInternals();\n internals.onCancelList.push(function () {\n var _iterator2 = _createForOfIteratorHelper(iterable),\n _step2;\n\n try {\n for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {\n var resolvable = _step2.value;\n\n if (isCancelablePromise(resolvable)) {\n resolvable.cancel();\n }\n }\n } catch (err) {\n _iterator2.e(err);\n } finally {\n _iterator2.f();\n }\n });\n return new CancelablePromiseInternal({\n internals: internals,\n promise: promise\n });\n }\n\n function defaultInternals() {\n return {\n isCanceled: false,\n onCancelList: []\n };\n }\n});\n//# sourceMappingURL=CancelablePromise.js.map","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../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__system-tags{--min-size: 32px;display:none;justify-content:center;align-items:center;min-width:calc(var(--min-size)*2);max-width:300px}.files-list__system-tag{padding:5px 10px;border:1px solid;border-radius:var(--border-radius-pill);border-color:var(--color-border);color:var(--color-text-maxcontrast);height:var(--min-size);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:22px;text-align:center}.files-list__system-tag--more{overflow:visible;text-overflow:initial}.files-list__system-tag+.files-list__system-tag{margin-left:5px}@media(min-width: 512px){.files-list__system-tags{display:flex}}`, \"\",{\"version\":3,\"sources\":[\"webpack://./apps/systemtags/src/css/fileEntryInlineSystemTags.scss\"],\"names\":[],\"mappings\":\"AAsBA,yBACC,gBAAA,CACA,YAAA,CACA,sBAAA,CACA,kBAAA,CACA,iCAAA,CACA,eAAA,CAGD,wBACC,gBAAA,CACA,gBAAA,CACA,uCAAA,CACA,gCAAA,CACA,mCAAA,CACA,sBAAA,CACA,kBAAA,CACA,eAAA,CACA,sBAAA,CACA,gBAAA,CACA,iBAAA,CAEA,8BACC,gBAAA,CACA,qBAAA,CAID,gDACC,eAAA,CAIF,yBACC,yBACC,YAAA,CAAA\",\"sourcesContent\":[\"/**\\n * @copyright Copyright (c) 2023 Lucas Azevedo \\n *\\n * @author Lucas Azevedo \\n *\\n * @license AGPL-3.0-or-later\\n *\\n * This program is free software: you can redistribute it and/or modify\\n * it under the terms of the GNU Affero General Public License as\\n * published by the Free Software Foundation, either version 3 of the\\n * License, or (at your option) any later version.\\n *\\n * This program is distributed in the hope that it will be useful,\\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\\n * GNU Affero General Public License for more details.\\n *\\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\\n.files-list__system-tags {\\n\\t--min-size: 32px;\\n\\tdisplay: none;\\n\\tjustify-content: center;\\n\\talign-items: center;\\n\\tmin-width: calc(var(--min-size) * 2);\\n\\tmax-width: 300px;\\n}\\n\\n.files-list__system-tag {\\n\\tpadding: 5px 10px;\\n\\tborder: 1px solid;\\n\\tborder-radius: var(--border-radius-pill);\\n\\tborder-color: var(--color-border);\\n\\tcolor: var(--color-text-maxcontrast);\\n\\theight: var(--min-size);\\n\\twhite-space: nowrap;\\n\\toverflow: hidden;\\n\\ttext-overflow: ellipsis;\\n\\tline-height: 22px; // min-size - 2 * 5px padding\\n\\ttext-align: center;\\n\\n\\t&--more {\\n\\t\\toverflow: visible;\\n\\t\\ttext-overflow: initial;\\n\\t}\\n\\n\\t// Proper spacing if multiple shown\\n\\t& + .files-list__system-tag {\\n\\t\\tmargin-left: 5px;\\n\\t}\\n}\\n\\n@media (min-width: 512px) {\\n\\t.files-list__system-tags {\\n\\t\\tdisplay: flex;\\n\\t}\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","var http = require('http')\nvar url = require('url')\n\nvar https = module.exports\n\nfor (var key in http) {\n if (http.hasOwnProperty(key)) https[key] = http[key]\n}\n\nhttps.request = function (params, cb) {\n params = validateParams(params)\n return http.request.call(this, params, cb)\n}\n\nhttps.get = function (params, cb) {\n params = validateParams(params)\n return http.get.call(this, params, cb)\n}\n\nfunction validateParams (params) {\n if (typeof params === 'string') {\n params = url.parse(params)\n }\n if (!params.protocol) {\n params.protocol = 'https:'\n }\n if (params.protocol !== 'https:') {\n throw new Error('Protocol \"' + params.protocol + '\" not supported. Expected \"https:\"')\n }\n return params\n}\n","exports = module.exports = require('./lib/_stream_readable.js');\nexports.Stream = exports;\nexports.Readable = exports;\nexports.Writable = require('./lib/_stream_writable.js');\nexports.Duplex = require('./lib/_stream_duplex.js');\nexports.Transform = require('./lib/_stream_transform.js');\nexports.PassThrough = require('./lib/_stream_passthrough.js');\nexports.finished = require('./lib/internal/streams/end-of-stream.js');\nexports.pipeline = require('./lib/internal/streams/pipeline.js');\n","var ClientRequest = require('./lib/request')\nvar response = require('./lib/response')\nvar extend = require('xtend')\nvar statusCodes = require('builtin-status-codes')\nvar url = require('url')\n\nvar http = exports\n\nhttp.request = function (opts, cb) {\n\tif (typeof opts === 'string')\n\t\topts = url.parse(opts)\n\telse\n\t\topts = extend(opts)\n\n\t// Normally, the page is loaded from http or https, so not specifying a protocol\n\t// will result in a (valid) protocol-relative url. However, this won't work if\n\t// the protocol is something else, like 'file:'\n\tvar defaultProtocol = global.location.protocol.search(/^https?:$/) === -1 ? 'http:' : ''\n\n\tvar protocol = opts.protocol || defaultProtocol\n\tvar host = opts.hostname || opts.host\n\tvar port = opts.port\n\tvar path = opts.path || '/'\n\n\t// Necessary for IPv6 addresses\n\tif (host && host.indexOf(':') !== -1)\n\t\thost = '[' + host + ']'\n\n\t// This may be a relative url. The browser should always be able to interpret it correctly.\n\topts.url = (host ? (protocol + '//' + host) : '') + (port ? ':' + port : '') + path\n\topts.method = (opts.method || 'GET').toUpperCase()\n\topts.headers = opts.headers || {}\n\n\t// Also valid opts.auth, opts.mode\n\n\tvar req = new ClientRequest(opts)\n\tif (cb)\n\t\treq.on('response', cb)\n\treturn req\n}\n\nhttp.get = function get (opts, cb) {\n\tvar req = http.request(opts, cb)\n\treq.end()\n\treturn req\n}\n\nhttp.ClientRequest = ClientRequest\nhttp.IncomingMessage = response.IncomingMessage\n\nhttp.Agent = function () {}\nhttp.Agent.defaultMaxSockets = 4\n\nhttp.globalAgent = new http.Agent()\n\nhttp.STATUS_CODES = statusCodes\n\nhttp.METHODS = [\n\t'CHECKOUT',\n\t'CONNECT',\n\t'COPY',\n\t'DELETE',\n\t'GET',\n\t'HEAD',\n\t'LOCK',\n\t'M-SEARCH',\n\t'MERGE',\n\t'MKACTIVITY',\n\t'MKCOL',\n\t'MOVE',\n\t'NOTIFY',\n\t'OPTIONS',\n\t'PATCH',\n\t'POST',\n\t'PROPFIND',\n\t'PROPPATCH',\n\t'PURGE',\n\t'PUT',\n\t'REPORT',\n\t'SEARCH',\n\t'SUBSCRIBE',\n\t'TRACE',\n\t'UNLOCK',\n\t'UNSUBSCRIBE'\n]","exports.fetch = isFunction(global.fetch) && isFunction(global.ReadableStream)\n\nexports.writableStream = isFunction(global.WritableStream)\n\nexports.abortController = isFunction(global.AbortController)\n\n// The xhr request to example.com may violate some restrictive CSP configurations,\n// so if we're running in a browser that supports `fetch`, avoid calling getXHR()\n// and assume support for certain features below.\nvar xhr\nfunction getXHR () {\n\t// Cache the xhr value\n\tif (xhr !== undefined) return xhr\n\n\tif (global.XMLHttpRequest) {\n\t\txhr = new global.XMLHttpRequest()\n\t\t// If XDomainRequest is available (ie only, where xhr might not work\n\t\t// cross domain), use the page location. Otherwise use example.com\n\t\t// Note: this doesn't actually make an http request.\n\t\ttry {\n\t\t\txhr.open('GET', global.XDomainRequest ? '/' : 'https://example.com')\n\t\t} catch(e) {\n\t\t\txhr = null\n\t\t}\n\t} else {\n\t\t// Service workers don't have XHR\n\t\txhr = null\n\t}\n\treturn xhr\n}\n\nfunction checkTypeSupport (type) {\n\tvar xhr = getXHR()\n\tif (!xhr) return false\n\ttry {\n\t\txhr.responseType = type\n\t\treturn xhr.responseType === type\n\t} catch (e) {}\n\treturn false\n}\n\n// If fetch is supported, then arraybuffer will be supported too. Skip calling\n// checkTypeSupport(), since that calls getXHR().\nexports.arraybuffer = exports.fetch || checkTypeSupport('arraybuffer')\n\n// These next two tests unavoidably show warnings in Chrome. Since fetch will always\n// be used if it's available, just return false for these to avoid the warnings.\nexports.msstream = !exports.fetch && checkTypeSupport('ms-stream')\nexports.mozchunkedarraybuffer = !exports.fetch && checkTypeSupport('moz-chunked-arraybuffer')\n\n// If fetch is supported, then overrideMimeType will be supported too. Skip calling\n// getXHR().\nexports.overrideMimeType = exports.fetch || (getXHR() ? isFunction(getXHR().overrideMimeType) : false)\n\nfunction isFunction (value) {\n\treturn typeof value === 'function'\n}\n\nxhr = null // Help gc\n","var capability = require('./capability')\nvar inherits = require('inherits')\nvar response = require('./response')\nvar stream = require('readable-stream')\n\nvar IncomingMessage = response.IncomingMessage\nvar rStates = response.readyStates\n\nfunction decideMode (preferBinary, useFetch) {\n\tif (capability.fetch && useFetch) {\n\t\treturn 'fetch'\n\t} else if (capability.mozchunkedarraybuffer) {\n\t\treturn 'moz-chunked-arraybuffer'\n\t} else if (capability.msstream) {\n\t\treturn 'ms-stream'\n\t} else if (capability.arraybuffer && preferBinary) {\n\t\treturn 'arraybuffer'\n\t} else {\n\t\treturn 'text'\n\t}\n}\n\nvar ClientRequest = module.exports = function (opts) {\n\tvar self = this\n\tstream.Writable.call(self)\n\n\tself._opts = opts\n\tself._body = []\n\tself._headers = {}\n\tif (opts.auth)\n\t\tself.setHeader('Authorization', 'Basic ' + Buffer.from(opts.auth).toString('base64'))\n\tObject.keys(opts.headers).forEach(function (name) {\n\t\tself.setHeader(name, opts.headers[name])\n\t})\n\n\tvar preferBinary\n\tvar useFetch = true\n\tif (opts.mode === 'disable-fetch' || ('requestTimeout' in opts && !capability.abortController)) {\n\t\t// If the use of XHR should be preferred. Not typically needed.\n\t\tuseFetch = false\n\t\tpreferBinary = true\n\t} else if (opts.mode === 'prefer-streaming') {\n\t\t// If streaming is a high priority but binary compatibility and\n\t\t// the accuracy of the 'content-type' header aren't\n\t\tpreferBinary = false\n\t} else if (opts.mode === 'allow-wrong-content-type') {\n\t\t// If streaming is more important than preserving the 'content-type' header\n\t\tpreferBinary = !capability.overrideMimeType\n\t} else if (!opts.mode || opts.mode === 'default' || opts.mode === 'prefer-fast') {\n\t\t// Use binary if text streaming may corrupt data or the content-type header, or for speed\n\t\tpreferBinary = true\n\t} else {\n\t\tthrow new Error('Invalid value for opts.mode')\n\t}\n\tself._mode = decideMode(preferBinary, useFetch)\n\tself._fetchTimer = null\n\tself._socketTimeout = null\n\tself._socketTimer = null\n\n\tself.on('finish', function () {\n\t\tself._onFinish()\n\t})\n}\n\ninherits(ClientRequest, stream.Writable)\n\nClientRequest.prototype.setHeader = function (name, value) {\n\tvar self = this\n\tvar lowerName = name.toLowerCase()\n\t// This check is not necessary, but it prevents warnings from browsers about setting unsafe\n\t// headers. To be honest I'm not entirely sure hiding these warnings is a good thing, but\n\t// http-browserify did it, so I will too.\n\tif (unsafeHeaders.indexOf(lowerName) !== -1)\n\t\treturn\n\n\tself._headers[lowerName] = {\n\t\tname: name,\n\t\tvalue: value\n\t}\n}\n\nClientRequest.prototype.getHeader = function (name) {\n\tvar header = this._headers[name.toLowerCase()]\n\tif (header)\n\t\treturn header.value\n\treturn null\n}\n\nClientRequest.prototype.removeHeader = function (name) {\n\tvar self = this\n\tdelete self._headers[name.toLowerCase()]\n}\n\nClientRequest.prototype._onFinish = function () {\n\tvar self = this\n\n\tif (self._destroyed)\n\t\treturn\n\tvar opts = self._opts\n\n\tif ('timeout' in opts && opts.timeout !== 0) {\n\t\tself.setTimeout(opts.timeout)\n\t}\n\n\tvar headersObj = self._headers\n\tvar body = null\n\tif (opts.method !== 'GET' && opts.method !== 'HEAD') {\n body = new Blob(self._body, {\n type: (headersObj['content-type'] || {}).value || ''\n });\n }\n\n\t// create flattened list of headers\n\tvar headersList = []\n\tObject.keys(headersObj).forEach(function (keyName) {\n\t\tvar name = headersObj[keyName].name\n\t\tvar value = headersObj[keyName].value\n\t\tif (Array.isArray(value)) {\n\t\t\tvalue.forEach(function (v) {\n\t\t\t\theadersList.push([name, v])\n\t\t\t})\n\t\t} else {\n\t\t\theadersList.push([name, value])\n\t\t}\n\t})\n\n\tif (self._mode === 'fetch') {\n\t\tvar signal = null\n\t\tif (capability.abortController) {\n\t\t\tvar controller = new AbortController()\n\t\t\tsignal = controller.signal\n\t\t\tself._fetchAbortController = controller\n\n\t\t\tif ('requestTimeout' in opts && opts.requestTimeout !== 0) {\n\t\t\t\tself._fetchTimer = global.setTimeout(function () {\n\t\t\t\t\tself.emit('requestTimeout')\n\t\t\t\t\tif (self._fetchAbortController)\n\t\t\t\t\t\tself._fetchAbortController.abort()\n\t\t\t\t}, opts.requestTimeout)\n\t\t\t}\n\t\t}\n\n\t\tglobal.fetch(self._opts.url, {\n\t\t\tmethod: self._opts.method,\n\t\t\theaders: headersList,\n\t\t\tbody: body || undefined,\n\t\t\tmode: 'cors',\n\t\t\tcredentials: opts.withCredentials ? 'include' : 'same-origin',\n\t\t\tsignal: signal\n\t\t}).then(function (response) {\n\t\t\tself._fetchResponse = response\n\t\t\tself._resetTimers(false)\n\t\t\tself._connect()\n\t\t}, function (reason) {\n\t\t\tself._resetTimers(true)\n\t\t\tif (!self._destroyed)\n\t\t\t\tself.emit('error', reason)\n\t\t})\n\t} else {\n\t\tvar xhr = self._xhr = new global.XMLHttpRequest()\n\t\ttry {\n\t\t\txhr.open(self._opts.method, self._opts.url, true)\n\t\t} catch (err) {\n\t\t\tprocess.nextTick(function () {\n\t\t\t\tself.emit('error', err)\n\t\t\t})\n\t\t\treturn\n\t\t}\n\n\t\t// Can't set responseType on really old browsers\n\t\tif ('responseType' in xhr)\n\t\t\txhr.responseType = self._mode\n\n\t\tif ('withCredentials' in xhr)\n\t\t\txhr.withCredentials = !!opts.withCredentials\n\n\t\tif (self._mode === 'text' && 'overrideMimeType' in xhr)\n\t\t\txhr.overrideMimeType('text/plain; charset=x-user-defined')\n\n\t\tif ('requestTimeout' in opts) {\n\t\t\txhr.timeout = opts.requestTimeout\n\t\t\txhr.ontimeout = function () {\n\t\t\t\tself.emit('requestTimeout')\n\t\t\t}\n\t\t}\n\n\t\theadersList.forEach(function (header) {\n\t\t\txhr.setRequestHeader(header[0], header[1])\n\t\t})\n\n\t\tself._response = null\n\t\txhr.onreadystatechange = function () {\n\t\t\tswitch (xhr.readyState) {\n\t\t\t\tcase rStates.LOADING:\n\t\t\t\tcase rStates.DONE:\n\t\t\t\t\tself._onXHRProgress()\n\t\t\t\t\tbreak\n\t\t\t}\n\t\t}\n\t\t// Necessary for streaming in Firefox, since xhr.response is ONLY defined\n\t\t// in onprogress, not in onreadystatechange with xhr.readyState = 3\n\t\tif (self._mode === 'moz-chunked-arraybuffer') {\n\t\t\txhr.onprogress = function () {\n\t\t\t\tself._onXHRProgress()\n\t\t\t}\n\t\t}\n\n\t\txhr.onerror = function () {\n\t\t\tif (self._destroyed)\n\t\t\t\treturn\n\t\t\tself._resetTimers(true)\n\t\t\tself.emit('error', new Error('XHR error'))\n\t\t}\n\n\t\ttry {\n\t\t\txhr.send(body)\n\t\t} catch (err) {\n\t\t\tprocess.nextTick(function () {\n\t\t\t\tself.emit('error', err)\n\t\t\t})\n\t\t\treturn\n\t\t}\n\t}\n}\n\n/**\n * Checks if xhr.status is readable and non-zero, indicating no error.\n * Even though the spec says it should be available in readyState 3,\n * accessing it throws an exception in IE8\n */\nfunction statusValid (xhr) {\n\ttry {\n\t\tvar status = xhr.status\n\t\treturn (status !== null && status !== 0)\n\t} catch (e) {\n\t\treturn false\n\t}\n}\n\nClientRequest.prototype._onXHRProgress = function () {\n\tvar self = this\n\n\tself._resetTimers(false)\n\n\tif (!statusValid(self._xhr) || self._destroyed)\n\t\treturn\n\n\tif (!self._response)\n\t\tself._connect()\n\n\tself._response._onXHRProgress(self._resetTimers.bind(self))\n}\n\nClientRequest.prototype._connect = function () {\n\tvar self = this\n\n\tif (self._destroyed)\n\t\treturn\n\n\tself._response = new IncomingMessage(self._xhr, self._fetchResponse, self._mode, self._resetTimers.bind(self))\n\tself._response.on('error', function(err) {\n\t\tself.emit('error', err)\n\t})\n\n\tself.emit('response', self._response)\n}\n\nClientRequest.prototype._write = function (chunk, encoding, cb) {\n\tvar self = this\n\n\tself._body.push(chunk)\n\tcb()\n}\n\nClientRequest.prototype._resetTimers = function (done) {\n\tvar self = this\n\n\tglobal.clearTimeout(self._socketTimer)\n\tself._socketTimer = null\n\n\tif (done) {\n\t\tglobal.clearTimeout(self._fetchTimer)\n\t\tself._fetchTimer = null\n\t} else if (self._socketTimeout) {\n\t\tself._socketTimer = global.setTimeout(function () {\n\t\t\tself.emit('timeout')\n\t\t}, self._socketTimeout)\n\t}\n}\n\nClientRequest.prototype.abort = ClientRequest.prototype.destroy = function (err) {\n\tvar self = this\n\tself._destroyed = true\n\tself._resetTimers(true)\n\tif (self._response)\n\t\tself._response._destroyed = true\n\tif (self._xhr)\n\t\tself._xhr.abort()\n\telse if (self._fetchAbortController)\n\t\tself._fetchAbortController.abort()\n\n\tif (err)\n\t\tself.emit('error', err)\n}\n\nClientRequest.prototype.end = function (data, encoding, cb) {\n\tvar self = this\n\tif (typeof data === 'function') {\n\t\tcb = data\n\t\tdata = undefined\n\t}\n\n\tstream.Writable.prototype.end.call(self, data, encoding, cb)\n}\n\nClientRequest.prototype.setTimeout = function (timeout, cb) {\n\tvar self = this\n\n\tif (cb)\n\t\tself.once('timeout', cb)\n\n\tself._socketTimeout = timeout\n\tself._resetTimers(false)\n}\n\nClientRequest.prototype.flushHeaders = function () {}\nClientRequest.prototype.setNoDelay = function () {}\nClientRequest.prototype.setSocketKeepAlive = function () {}\n\n// Taken from http://www.w3.org/TR/XMLHttpRequest/#the-setrequestheader%28%29-method\nvar unsafeHeaders = [\n\t'accept-charset',\n\t'accept-encoding',\n\t'access-control-request-headers',\n\t'access-control-request-method',\n\t'connection',\n\t'content-length',\n\t'cookie',\n\t'cookie2',\n\t'date',\n\t'dnt',\n\t'expect',\n\t'host',\n\t'keep-alive',\n\t'origin',\n\t'referer',\n\t'te',\n\t'trailer',\n\t'transfer-encoding',\n\t'upgrade',\n\t'via'\n]\n","var capability = require('./capability')\nvar inherits = require('inherits')\nvar stream = require('readable-stream')\n\nvar rStates = exports.readyStates = {\n\tUNSENT: 0,\n\tOPENED: 1,\n\tHEADERS_RECEIVED: 2,\n\tLOADING: 3,\n\tDONE: 4\n}\n\nvar IncomingMessage = exports.IncomingMessage = function (xhr, response, mode, resetTimers) {\n\tvar self = this\n\tstream.Readable.call(self)\n\n\tself._mode = mode\n\tself.headers = {}\n\tself.rawHeaders = []\n\tself.trailers = {}\n\tself.rawTrailers = []\n\n\t// Fake the 'close' event, but only once 'end' fires\n\tself.on('end', function () {\n\t\t// The nextTick is necessary to prevent the 'request' module from causing an infinite loop\n\t\tprocess.nextTick(function () {\n\t\t\tself.emit('close')\n\t\t})\n\t})\n\n\tif (mode === 'fetch') {\n\t\tself._fetchResponse = response\n\n\t\tself.url = response.url\n\t\tself.statusCode = response.status\n\t\tself.statusMessage = response.statusText\n\t\t\n\t\tresponse.headers.forEach(function (header, key){\n\t\t\tself.headers[key.toLowerCase()] = header\n\t\t\tself.rawHeaders.push(key, header)\n\t\t})\n\n\t\tif (capability.writableStream) {\n\t\t\tvar writable = new WritableStream({\n\t\t\t\twrite: function (chunk) {\n\t\t\t\t\tresetTimers(false)\n\t\t\t\t\treturn new Promise(function (resolve, reject) {\n\t\t\t\t\t\tif (self._destroyed) {\n\t\t\t\t\t\t\treject()\n\t\t\t\t\t\t} else if(self.push(Buffer.from(chunk))) {\n\t\t\t\t\t\t\tresolve()\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tself._resumeFetch = resolve\n\t\t\t\t\t\t}\n\t\t\t\t\t})\n\t\t\t\t},\n\t\t\t\tclose: function () {\n\t\t\t\t\tresetTimers(true)\n\t\t\t\t\tif (!self._destroyed)\n\t\t\t\t\t\tself.push(null)\n\t\t\t\t},\n\t\t\t\tabort: function (err) {\n\t\t\t\t\tresetTimers(true)\n\t\t\t\t\tif (!self._destroyed)\n\t\t\t\t\t\tself.emit('error', err)\n\t\t\t\t}\n\t\t\t})\n\n\t\t\ttry {\n\t\t\t\tresponse.body.pipeTo(writable).catch(function (err) {\n\t\t\t\t\tresetTimers(true)\n\t\t\t\t\tif (!self._destroyed)\n\t\t\t\t\t\tself.emit('error', err)\n\t\t\t\t})\n\t\t\t\treturn\n\t\t\t} catch (e) {} // pipeTo method isn't defined. Can't find a better way to feature test this\n\t\t}\n\t\t// fallback for when writableStream or pipeTo aren't available\n\t\tvar reader = response.body.getReader()\n\t\tfunction read () {\n\t\t\treader.read().then(function (result) {\n\t\t\t\tif (self._destroyed)\n\t\t\t\t\treturn\n\t\t\t\tresetTimers(result.done)\n\t\t\t\tif (result.done) {\n\t\t\t\t\tself.push(null)\n\t\t\t\t\treturn\n\t\t\t\t}\n\t\t\t\tself.push(Buffer.from(result.value))\n\t\t\t\tread()\n\t\t\t}).catch(function (err) {\n\t\t\t\tresetTimers(true)\n\t\t\t\tif (!self._destroyed)\n\t\t\t\t\tself.emit('error', err)\n\t\t\t})\n\t\t}\n\t\tread()\n\t} else {\n\t\tself._xhr = xhr\n\t\tself._pos = 0\n\n\t\tself.url = xhr.responseURL\n\t\tself.statusCode = xhr.status\n\t\tself.statusMessage = xhr.statusText\n\t\tvar headers = xhr.getAllResponseHeaders().split(/\\r?\\n/)\n\t\theaders.forEach(function (header) {\n\t\t\tvar matches = header.match(/^([^:]+):\\s*(.*)/)\n\t\t\tif (matches) {\n\t\t\t\tvar key = matches[1].toLowerCase()\n\t\t\t\tif (key === 'set-cookie') {\n\t\t\t\t\tif (self.headers[key] === undefined) {\n\t\t\t\t\t\tself.headers[key] = []\n\t\t\t\t\t}\n\t\t\t\t\tself.headers[key].push(matches[2])\n\t\t\t\t} else if (self.headers[key] !== undefined) {\n\t\t\t\t\tself.headers[key] += ', ' + matches[2]\n\t\t\t\t} else {\n\t\t\t\t\tself.headers[key] = matches[2]\n\t\t\t\t}\n\t\t\t\tself.rawHeaders.push(matches[1], matches[2])\n\t\t\t}\n\t\t})\n\n\t\tself._charset = 'x-user-defined'\n\t\tif (!capability.overrideMimeType) {\n\t\t\tvar mimeType = self.rawHeaders['mime-type']\n\t\t\tif (mimeType) {\n\t\t\t\tvar charsetMatch = mimeType.match(/;\\s*charset=([^;])(;|$)/)\n\t\t\t\tif (charsetMatch) {\n\t\t\t\t\tself._charset = charsetMatch[1].toLowerCase()\n\t\t\t\t}\n\t\t\t}\n\t\t\tif (!self._charset)\n\t\t\t\tself._charset = 'utf-8' // best guess\n\t\t}\n\t}\n}\n\ninherits(IncomingMessage, stream.Readable)\n\nIncomingMessage.prototype._read = function () {\n\tvar self = this\n\n\tvar resolve = self._resumeFetch\n\tif (resolve) {\n\t\tself._resumeFetch = null\n\t\tresolve()\n\t}\n}\n\nIncomingMessage.prototype._onXHRProgress = function (resetTimers) {\n\tvar self = this\n\n\tvar xhr = self._xhr\n\n\tvar response = null\n\tswitch (self._mode) {\n\t\tcase 'text':\n\t\t\tresponse = xhr.responseText\n\t\t\tif (response.length > self._pos) {\n\t\t\t\tvar newData = response.substr(self._pos)\n\t\t\t\tif (self._charset === 'x-user-defined') {\n\t\t\t\t\tvar buffer = Buffer.alloc(newData.length)\n\t\t\t\t\tfor (var i = 0; i < newData.length; i++)\n\t\t\t\t\t\tbuffer[i] = newData.charCodeAt(i) & 0xff\n\n\t\t\t\t\tself.push(buffer)\n\t\t\t\t} else {\n\t\t\t\t\tself.push(newData, self._charset)\n\t\t\t\t}\n\t\t\t\tself._pos = response.length\n\t\t\t}\n\t\t\tbreak\n\t\tcase 'arraybuffer':\n\t\t\tif (xhr.readyState !== rStates.DONE || !xhr.response)\n\t\t\t\tbreak\n\t\t\tresponse = xhr.response\n\t\t\tself.push(Buffer.from(new Uint8Array(response)))\n\t\t\tbreak\n\t\tcase 'moz-chunked-arraybuffer': // take whole\n\t\t\tresponse = xhr.response\n\t\t\tif (xhr.readyState !== rStates.LOADING || !response)\n\t\t\t\tbreak\n\t\t\tself.push(Buffer.from(new Uint8Array(response)))\n\t\t\tbreak\n\t\tcase 'ms-stream':\n\t\t\tresponse = xhr.response\n\t\t\tif (xhr.readyState !== rStates.LOADING)\n\t\t\t\tbreak\n\t\t\tvar reader = new global.MSStreamReader()\n\t\t\treader.onprogress = function () {\n\t\t\t\tif (reader.result.byteLength > self._pos) {\n\t\t\t\t\tself.push(Buffer.from(new Uint8Array(reader.result.slice(self._pos))))\n\t\t\t\t\tself._pos = reader.result.byteLength\n\t\t\t\t}\n\t\t\t}\n\t\t\treader.onload = function () {\n\t\t\t\tresetTimers(true)\n\t\t\t\tself.push(null)\n\t\t\t}\n\t\t\t// reader.onerror = ??? // TODO: this\n\t\t\treader.readAsArrayBuffer(response)\n\t\t\tbreak\n\t}\n\n\t// The ms-stream case handles end separately in reader.onload()\n\tif (self._xhr.readyState === rStates.DONE && self._mode !== 'ms-stream') {\n\t\tresetTimers(true)\n\t\tself.push(null)\n\t}\n}\n","module.exports = extend\n\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\n\nfunction extend() {\n var target = {}\n\n for (var i = 0; i < arguments.length; i++) {\n var source = arguments[i]\n\n for (var key in source) {\n if (hasOwnProperty.call(source, key)) {\n target[key] = source[key]\n }\n }\n }\n\n return target\n}\n","// 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};","// The chunk loading function for additional chunks\n// Since all referenced chunks are already included\n// in this file, this function is empty here.\n__webpack_require__.e = () => (Promise.resolve());","__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 = 5191;","__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\t5191: 0\n};\n\n// no chunk on demand loading\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__(11057)))\n__webpack_exports__ = __webpack_require__.O(__webpack_exports__);\n"],"names":["deferred","m","e","setApp","build","setUid","uid","Z","DEFAULT","HIDDEN","N","NONE","CREATE","READ","UPDATE","DELETE","SHARE","ALL","j","Y","d","nc","oc","ocs","R","Folder","File","J","t","match","X","id","Error","source","URL","startsWith","mtime","Date","crtime","mime","size","permissions","owner","attributes","root","includes","r","status","Object","values","Q","NEW","FAILED","LOADING","LOCKED","D","_data","_attributes","_knownDavService","constructor","this","s","set","n","i","updateMtime","Reflect","deleteProperty","Proxy","replace","encodedSource","origin","slice","length","basename","extension","dirname","isDavRessource","split","pop","indexOf","pathname","path","fileid","move","rename","ye","type","_e","super","Ie","_column","Ae","title","render","sort","summary","S","O","RegExp","isExist","u","isEmptyObject","keys","merge","o","a","l","f","c","getValue","isName","exec","getAllMatches","startIndex","lastIndex","g","push","nameRegexp","M","Oe","allowBooleanAttributes","unpairedTags","U","G","substr","p","w","z","validate","assign","err","trim","substring","Re","xe","value","index","H","code","msg","line","tagClosed","tagName","tagStartPos","col","Ve","JSON","stringify","map","Ce","Pe","$e","v","Le","hasOwnProperty","Fe","k","re","preserveOrder","attributeNamePrefix","attributesGroupName","textNodeName","ignoreAttributes","removeNSPrefix","parseTagValue","parseAttributeValue","trimValues","cdataPropName","numberParseOptions","hex","leadingZeros","eNotation","tagValueProcessor","attributeValueProcessor","stopNodes","alwaysCreateTextNode","isArray","commentPropName","processEntities","htmlEntities","ignoreDeclaration","ignorePiTags","transformTagName","transformAttributeName","updateTag","buildOptions","defaultOptions","Be","Xe","Ue","Ge","ze","He","Ke","We","je","Ye","Number","parseInt","window","parseFloat","Je","decimalPoint","B","T","tagname","child","add","addChild","tt","entityName","val","regx","entities","rt","skipLike","test","De","search","it","lastEntities","regex","st","options","replaceEntitiesValue","$","ot","charAt","ut","dt","resolveNameSpace","at","y","saveTextToParentTag","lastIndexOf","tagsNodeStack","x","tagExp","attrExpPresent","buildAttributesMap","closeIndex","docTypeEntities","parseTextData","rawTagName","isItStopNode","h","E","readStopNodeData","tagContent","_","lt","ft","ampEntity","ct","ht","data","pt","gt","ne","ie","Nt","bt","Et","Array","prettify","yt","_t","currentNode","apos","quot","space","cent","pound","yen","euro","copyright","reg","inr","addExternalEntities","parseXml","vt","Tt","se","Pt","xt","oe","K","indentBy","suppressUnpairedNode","suppressEmptyNode","endsWith","suppressBooleanAttributes","Ft","format","Vt","oneListGroup","b","isAttribute","attrPrefixLen","St","processTextOrObjNode","Lt","indentate","Rt","tagEndChar","newLine","j2x","buildTextValNode","attrStr","buildObjectNode","repeat","prototype","arrayNodeName","call","buildAttrPairStr","closeTag","W","XMLParser","externalEntities","parse","toString","addEntity","XMLValidator","XMLBuilder","styleTagTransform","setAttributes","insert","domAPI","insertStyleElement","locals","getNodeSystemTags","node","tags","undefined","flat","renderTag","tag","isMore","arguments","tagElement","document","createElement","classList","textContent","action","_action","validateAction","displayName","iconSvgInline","enabled","execBatch","order","parent","default","inline","renderInline","nodes","async","systemTagsElement","setAttribute","firstTags","join","lastTag","append","moreTagElement","_nc_dav_properties","_nc_dav_namespaces","find","error","prop","namespaces","registerDavProperty","_nc_fileactions","debug","registerFileAction","rootUrl","generateRemoteUrl","davClient","createClient","headers","requesttoken","getRequestToken","logger","getLoggerBuilder","detectUser","WorkerGlobalScope","self","globalThis","fetch","bind","Headers","Request","Response","HOT_PATCHER_TYPE","NOOP","createNewItem","method","original","methods","final","HotPatcher","_configuration","registry","getEmptyAction","__type__","configuration","newAction","control","target","allowTargetOverrides","forEach","foreignKey","execute","key","args","get","item","result","_this","shift","apply","sequence","isPatched","patch","opts","chain","patchInline","plugin","restore","setFinal","__patcher","NONCE_CHARS","generateDigestAuthHeader","digest","url","uri","toUpperCase","qop","ncString","ha1","algorithm","user","realm","pass","nonce","cnonce","ha1Hash","md5","toLowerCase","ha1Compute","username","password","ha2","digestResponse","authValues","response","opaque","authHeader","obj","getPrototypeOf","proto","isPlainObject","setPrototypeOf","output","items","nextItem","mergeObjects","obj1","obj2","headerPayloads","headerKeys","reduce","header","lowerHeader","hasArrayBuffer","ArrayBuffer","objToString","_request","requestOptions","patcher","body","newHeaders","isBuffer","isArrayBuffer","requestDataToFetchBody","signal","withCredentials","credentials","httpAgent","httpsAgent","agent","parsedURL","protocol","getFetchOptions","rootPath","getCurrentUser","defaultRootUrl","getClient","client","getPatcher","_digest","hasDigestAuth","Authorization","Math","floor","random","makeNonce","parseDigestAuth","response2","request","resultToNode","userId","props","davParsePermissions","filename","charCodeAt","nodeData","lastmod","hasPreview","failed","formatReportPayload","tagId","tagToNode","Permission","_nc_navigation","_views","_currentView","register","remove","findIndex","splice","views","setActive","active","_view","name","columns","caption","getContents","icon","TypeError","Xt","emptyView","sticky","expanded","defaultSortKey","Ut","emptyTitle","emptyCaption","params","tagsCache","getDirectoryContents","details","glob","_ref","fromEntries","entries","_ref2","camelCase","String","parseTags","fetchTags","filter","userVisible","folder","contents","module","exports","_typeof","Symbol","iterator","_exports","_setPrototypeOf","__proto__","_createSuper","Derived","hasNativeReflectConstruct","construct","sham","Boolean","valueOf","_isNativeReflectConstruct","Super","_getPrototypeOf","NewTarget","ReferenceError","_assertThisInitialized","_possibleConstructorReturn","_createForOfIteratorHelper","allowArrayLike","minLen","_arrayLikeToArray","from","_unsupportedIterableToArray","F","done","normalCompletion","didErr","step","next","_e2","return","arr","len","arr2","_classCallCheck","instance","Constructor","_defineProperties","descriptor","enumerable","configurable","writable","defineProperty","_createClass","protoProps","staticProps","_defineProperty","_classPrivateFieldInitSpec","privateMap","privateCollection","has","_checkPrivateRedeclaration","_classPrivateFieldGet","receiver","_classApplyDescriptorGet","_classExtractFieldDescriptor","_classPrivateFieldSet","_classApplyDescriptorSet","CancelablePromise","cancelable","isCancelablePromise","toStringTag","_internals","WeakMap","_promise","CancelablePromiseInternal","_ref$executor","executor","_ref$internals","internals","isCanceled","onCancelList","_ref$promise","promise","Promise","resolve","reject","onCancel","cancel","onfulfilled","onrejected","makeCancelable","then","createCallback","catch","onfinally","runWhenCanceled","finally","callback","callbacks","_step","_iterator","console","_CancelablePromiseInt","subClass","superClass","create","_inherits","_super","iterable","makeAllCancelable","all","allSettled","any","race","reason","_default","onResult","arg","_step2","_iterator2","resolvable","___CSS_LOADER_EXPORT___","http","https","validateParams","cb","Stream","Readable","Writable","Duplex","Transform","PassThrough","finished","pipeline","ClientRequest","extend","statusCodes","defaultProtocol","location","host","hostname","port","req","on","end","IncomingMessage","Agent","defaultMaxSockets","globalAgent","STATUS_CODES","METHODS","xhr","getXHR","XMLHttpRequest","open","XDomainRequest","checkTypeSupport","responseType","isFunction","ReadableStream","writableStream","WritableStream","abortController","AbortController","arraybuffer","msstream","mozchunkedarraybuffer","overrideMimeType","capability","inherits","stream","rStates","readyStates","preferBinary","_opts","_body","_headers","auth","setHeader","Buffer","useFetch","mode","_mode","decideMode","_fetchTimer","_socketTimeout","_socketTimer","_onFinish","lowerName","unsafeHeaders","getHeader","removeHeader","_destroyed","timeout","setTimeout","headersObj","Blob","headersList","keyName","controller","_fetchAbortController","requestTimeout","emit","abort","_fetchResponse","_resetTimers","_connect","_xhr","process","nextTick","ontimeout","setRequestHeader","_response","onreadystatechange","readyState","DONE","_onXHRProgress","onprogress","onerror","send","statusValid","_write","chunk","encoding","clearTimeout","destroy","once","flushHeaders","setNoDelay","setSocketKeepAlive","UNSENT","OPENED","HEADERS_RECEIVED","resetTimers","rawHeaders","trailers","rawTrailers","statusCode","statusMessage","statusText","write","_resumeFetch","close","pipeTo","reader","getReader","read","_pos","responseURL","getAllResponseHeaders","matches","_charset","mimeType","charsetMatch","_read","responseText","newData","buffer","alloc","Uint8Array","MSStreamReader","byteLength","onload","readAsArrayBuffer","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","loaded","__webpack_modules__","chunkIds","fn","priority","notFulfilled","Infinity","fulfilled","every","getter","__esModule","definition","Function","nmd","paths","children","baseURI","href","installedChunks","chunkId","webpackJsonpCallback","parentChunkLoadingFunction","moreModules","runtime","some","chunkLoadingGlobal","__webpack_exports__"],"sourceRoot":""} \ No newline at end of file