From 74aad9747e9679e9a5589addfb7d53cf110e6651 Mon Sep 17 00:00:00 2001 From: Christopher Ng Date: Wed, 27 Mar 2024 15:08:08 -0700 Subject: [PATCH] chore: compile assets Signed-off-by: Christopher Ng --- dist/files_trashbin-main.js | 4 ++-- dist/files_trashbin-main.js.map | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/files_trashbin-main.js b/dist/files_trashbin-main.js index 2f2c7e4ddd941..60e2e364c1666 100644 --- a/dist/files_trashbin-main.js +++ b/dist/files_trashbin-main.js @@ -1,3 +1,3 @@ /*! For license information please see files_trashbin-main.js.LICENSE.txt */ -(()=>{"use strict";var t,e={37219:(t,e,i)=>{var n=i(53334),r=i(51651),s=i(92457),o=i(53529),a=i(43627),l=i(71089),u=i(73500),d=i(44719);const c=null===(h=(0,s.HW)())?(0,o.YK)().setApp("files").build():(0,o.YK)().setApp("files").setUid(h.uid).build();var h,p=(t=>(t.DEFAULT="default",t.HIDDEN="hidden",t))(p||{}),f=(t=>(t[t.NONE=0]="NONE",t[t.CREATE=4]="CREATE",t[t.READ=1]="READ",t[t.UPDATE=2]="UPDATE",t[t.DELETE=8]="DELETE",t[t.SHARE=16]="SHARE",t[t.ALL=31]="ALL",t))(f||{});const g=["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"],m={d:"DAV:",nc:"http://nextcloud.org/ns",oc:"http://owncloud.org/ns",ocs:"http://open-collaboration-services.org/ns"};var w=(t=>(t.Folder="folder",t.File="file",t))(w||{});const v=function(t,e){return null!==t.match(e)},b=(t,e)=>{if(t.id&&"number"!=typeof t.id)throw new Error("Invalid id type of value");if(!t.source)throw new Error("Missing mandatory source");try{new URL(t.source)}catch{throw new Error("Invalid source format, source must be a valid URL")}if(!t.source.startsWith("http"))throw new Error("Invalid source format, only http(s) is supported");if(t.mtime&&!(t.mtime instanceof Date))throw new Error("Invalid mtime type");if(t.crtime&&!(t.crtime instanceof Date))throw new Error("Invalid crtime type");if(!t.mime||"string"!=typeof t.mime||!t.mime.match(/^[-\w.]+\/[-+\w.]+$/gi))throw new Error("Missing or invalid mandatory mime");if("size"in t&&"number"!=typeof t.size&&void 0!==t.size)throw new Error("Invalid size type");if("permissions"in t&&void 0!==t.permissions&&!("number"==typeof t.permissions&&t.permissions>=f.NONE&&t.permissions<=f.ALL))throw new Error("Invalid permissions");if(t.owner&&null!==t.owner&&"string"!=typeof t.owner)throw new Error("Invalid owner type");if(t.attributes&&"object"!=typeof t.attributes)throw new Error("Invalid attributes type");if(t.root&&"string"!=typeof t.root)throw new Error("Invalid root type");if(t.root&&!t.root.startsWith("/"))throw new Error("Root must start with a leading slash");if(t.root&&!t.source.includes(t.root))throw new Error("Root must be part of the source");if(t.root&&v(t.source,e)){const i=t.source.match(e)[0];if(!t.source.includes((0,a.join)(i,t.root)))throw new Error("The root must be relative to the service. e.g /files/emma")}if(t.status&&!Object.values(x).includes(t.status))throw new Error("Status must be a valid NodeStatus")};var x=(t=>(t.NEW="new",t.FAILED="failed",t.LOADING="loading",t.LOCKED="locked",t))(x||{});class y{_data;_attributes;_knownDavService=/(remote|public)\.php\/(web)?dav/i;constructor(t,e){b(t,e||this._knownDavService),this._data=t;const i={set:(t,e,i)=>(this.updateMtime(),Reflect.set(t,e,i)),deleteProperty:(t,e)=>(this.updateMtime(),Reflect.deleteProperty(t,e))};this._attributes=new Proxy(t.attributes||{},i),delete this._data.attributes,e&&(this._knownDavService=e)}get source(){return this._data.source.replace(/\/$/i,"")}get encodedSource(){const{origin:t}=new URL(this.source);return t+(0,l.O0)(this.source.slice(t.length))}get basename(){return(0,a.basename)(this.source)}get extension(){return(0,a.extname)(this.source)}get dirname(){if(this.root){let t=this.source;this.isDavRessource&&(t=t.split(this._knownDavService).pop());const e=t.indexOf(this.root),i=this.root.replace(/\/$/,"");return(0,a.dirname)(t.slice(e+i.length)||"/")}const t=new URL(this.source);return(0,a.dirname)(t.pathname)}get mime(){return this._data.mime}get mtime(){return this._data.mtime}get crtime(){return this._data.crtime}get size(){return this._data.size}get attributes(){return this._attributes}get permissions(){return null!==this.owner||this.isDavRessource?void 0!==this._data.permissions?this._data.permissions:f.NONE:f.READ}get owner(){return this.isDavRessource?this._data.owner:null}get isDavRessource(){return v(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 t=this.source;this.isDavRessource&&(t=t.split(this._knownDavService).pop());const e=t.indexOf(this.root),i=this.root.replace(/\/$/,"");return t.slice(e+i.length)||"/"}return(this.dirname+"/"+this.basename).replace(/\/\//g,"/")}get fileid(){return this._data?.id||this.attributes?.fileid}get status(){return this._data?.status}set status(t){this._data.status=t}move(t){b({...this._data,source:t},this._knownDavService),this._data.source=t,this.updateMtime()}rename(t){if(t.includes("/"))throw new Error("Invalid basename");this.move((0,a.dirname)(this.source)+"/"+t)}updateMtime(){this._data.mtime&&(this._data.mtime=new Date)}}class N extends y{get type(){return w.File}}class E extends y{constructor(t){super({...t,mime:"httpd/unix-directory"})}get type(){return w.Folder}get extension(){return null}get mime(){return"httpd/unix-directory"}}(0,u.dC)("dav");class _{_column;constructor(t){A(t),this._column=t}get id(){return this._column.id}get title(){return this._column.title}get render(){return this._column.render}get sort(){return this._column.sort}get summary(){return this._column.summary}}const A=function(t){if(!t.id||"string"!=typeof t.id)throw new Error("A column id is required");if(!t.title||"string"!=typeof t.title)throw new Error("A column title is required");if(!t.render||"function"!=typeof t.render)throw new Error("A render function is required");if(t.sort&&"function"!=typeof t.sort)throw new Error("Column sortFunction must be a function");if(t.summary&&"function"!=typeof t.summary)throw new Error("Column summary must be a function");return!0};var T={},O={};!function(t){const e=":A-Za-z_\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD",i="["+e+"]["+e+"\\-.\\d\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*",n=new RegExp("^"+i+"$");t.isExist=function(t){return typeof t<"u"},t.isEmptyObject=function(t){return 0===Object.keys(t).length},t.merge=function(t,e,i){if(e){const n=Object.keys(e),r=n.length;for(let s=0;s"u")},t.getAllMatches=function(t,e){const i=[];let n=e.exec(t);for(;n;){const r=[];r.startIndex=e.lastIndex-n[0].length;const s=n.length;for(let t=0;t5&&"xml"===n)return F("InvalidXml","XML declaration allowed only at the start of the document.",U(t,e));if("?"==t[e]&&">"==t[e+1]){e++;break}continue}return e}function S(t,e){if(t.length>e+5&&"-"===t[e+1]&&"-"===t[e+2]){for(e+=3;e"===t[e+2]){e+=2;break}}else if(t.length>e+8&&"D"===t[e+1]&&"O"===t[e+2]&&"C"===t[e+3]&&"T"===t[e+4]&&"Y"===t[e+5]&&"P"===t[e+6]&&"E"===t[e+7]){let i=1;for(e+=8;e"===t[e]&&(i--,0===i))break}else if(t.length>e+9&&"["===t[e+1]&&"C"===t[e+2]&&"D"===t[e+3]&&"A"===t[e+4]&&"T"===t[e+5]&&"A"===t[e+6]&&"["===t[e+7])for(e+=8;e"===t[e+2]){e+=2;break}return e}T.validate=function(t,e){e=Object.assign({},P,e);const i=[];let n=!1,r=!1;"\ufeff"===t[0]&&(t=t.substr(1));for(let s=0;s"!==t[s]&&" "!==t[s]&&"\t"!==t[s]&&"\n"!==t[s]&&"\r"!==t[s];s++)l+=t[s];if(l=l.trim(),"/"===l[l.length-1]&&(l=l.substring(0,l.length-1),s--),!B(l)){let e;return e=0===l.trim().length?"Invalid space after '<'.":"Tag '"+l+"' is an invalid name.",F("InvalidTag",e,U(t,s))}const u=L(t,s);if(!1===u)return F("InvalidAttr","Attributes for '"+l+"' have open quote.",U(t,s));let d=u.value;if(s=u.index,"/"===d[d.length-1]){const i=s-d.length;d=d.substring(0,d.length-1);const r=$(d,e);if(!0!==r)return F(r.err.code,r.err.msg,U(t,i+r.err.line));n=!0}else if(a){if(!u.tagClosed)return F("InvalidTag","Closing tag '"+l+"' doesn't have proper closing.",U(t,s));if(d.trim().length>0)return F("InvalidTag","Closing tag '"+l+"' can't have attributes or invalid starting.",U(t,o));{const e=i.pop();if(l!==e.tagName){let i=U(t,e.tagStartPos);return F("InvalidTag","Expected closing tag '"+e.tagName+"' (opened in line "+i.line+", col "+i.col+") instead of closing tag '"+l+"'.",U(t,o))}0==i.length&&(r=!0)}}else{const a=$(d,e);if(!0!==a)return F(a.err.code,a.err.msg,U(t,s-d.length+a.err.line));if(!0===r)return F("InvalidXml","Multiple possible root nodes found.",U(t,s));-1!==e.unpairedTags.indexOf(l)||i.push({tagName:l,tagStartPos:o}),n=!0}for(s++;s0)||F("InvalidXml","Invalid '"+JSON.stringify(i.map((t=>t.tagName)),null,4).replace(/\r?\n/g,"")+"' found.",{line:1,col:1}):F("InvalidXml","Start tag expected.",1)};const V='"',k="'";function L(t,e){let i="",n="",r=!1;for(;e"===t[e]&&""===n){r=!0;break}i+=t[e]}return""===n&&{value:i,index:e,tagClosed:r}}const j=new RegExp("(\\s*)([^\\s=]+)(\\s*=)?(\\s*(['\"])(([\\s\\S])*?)\\5)?","g");function $(t,e){const i=I.getAllMatches(t,j),n={};for(let t=0;t!1,commentPropName:!1,unpairedTags:[],processEntities:!0,htmlEntities:!1,ignoreDeclaration:!1,ignorePiTags:!1,transformTagName:!1,transformAttributeName:!1,updateTag:function(t,e,i){return t}};q.buildOptions=function(t){return Object.assign({},X,t)},q.defaultOptions=X;const z=O;function G(t,e){let i="";for(;e0?this.child.push({[t.tagname]:t.child,":@":t[":@"]}):this.child.push({[t.tagname]:t.child})}},st=function(t,e){const i={};if("O"!==t[e+3]||"C"!==t[e+4]||"T"!==t[e+5]||"Y"!==t[e+6]||"P"!==t[e+7]||"E"!==t[e+8])throw new Error("Invalid Tag instead of DOCTYPE");{e+=9;let n=1,r=!1,s=!1,o="";for(;e"===t[e]){if(s?"-"===t[e-1]&&"-"===t[e-2]&&(s=!1,n--):n--,0===n)break}else"["===t[e]?r=!0:o+=t[e];else{if(r&&W(t,e))e+=7,[entityName,val,e]=G(t,e+1),-1===val.indexOf("&")&&(i[Q(entityName)]={regx:RegExp(`&${entityName};`,"g"),val});else if(r&&Y(t,e))e+=8;else if(r&&Z(t,e))e+=8;else if(r&&J(t,e))e+=9;else{if(!K)throw new Error("Invalid DOCTYPE");s=!0}n++,o=""}if(0!==n)throw new Error("Unclosed DOCTYPE")}return{entities:i,i:e}},ot=function(t,e={}){if(e=Object.assign({},it,e),!t||"string"!=typeof t)return t;let i=t.trim();if(void 0!==e.skipLike&&e.skipLike.test(i))return t;if(e.hex&&tt.test(i))return Number.parseInt(i,16);{const n=et.exec(i);if(n){const r=n[1],s=n[2];let o=function(t){return t&&-1!==t.indexOf(".")&&("."===(t=t.replace(/0+$/,""))?t="0":"."===t[0]?t="0"+t:"."===t[t.length-1]&&(t=t.substr(0,t.length-1))),t}(n[3]);const a=n[4]||n[6];if(!e.leadingZeros&&s.length>0&&r&&"."!==i[2])return t;if(!e.leadingZeros&&s.length>0&&!r&&"."!==i[1])return t;{const n=Number(i),l=""+n;return-1!==l.search(/[eE]/)||a?e.eNotation?n:t:-1!==i.indexOf(".")?"0"===l&&""===o||l===o||r&&l==="-"+o?n:t:s?o===l||r+o===l?n:t:i===l||i===r+l?n:t}}return t}};function at(t){const e=Object.keys(t);for(let i=0;i0)){o||(t=this.replaceEntitiesValue(t));const n=this.options.tagValueProcessor(e,t,i,r,s);return null==n?t:typeof n!=typeof t||n!==t?n:this.options.trimValues||t.trim()===t?xt(t,this.options.parseTagValue,this.options.numberParseOptions):t}}function ut(t){if(this.options.removeNSPrefix){const e=t.split(":"),i="/"===t.charAt(0)?"/":"";if("xmlns"===e[0])return"";2===e.length&&(t=i+e[1])}return t}"<((!\\[CDATA\\[([\\s\\S]*?)(]]>))|((NAME:)?(NAME))([^>]*)>|((\\/)(NAME)\\s*>))([^<]*)".replace(/NAME/g,nt.nameRegexp);const dt=new RegExp("([^\\s=]+)\\s*(=\\s*(['\"])([\\s\\S]*?)\\3)?","gm");function ct(t,e,i){if(!this.options.ignoreAttributes&&"string"==typeof t){const i=nt.getAllMatches(t,dt),n=i.length,r={};for(let t=0;t",s,"Closing Tag is not closed.");let o=t.substring(s+2,e).trim();if(this.options.removeNSPrefix){const t=o.indexOf(":");-1!==t&&(o=o.substr(t+1))}this.options.transformTagName&&(o=this.options.transformTagName(o)),i&&(n=this.saveTextToParentTag(n,i,r));const a=r.substring(r.lastIndexOf(".")+1);if(o&&-1!==this.options.unpairedTags.indexOf(o))throw new Error(`Unpaired tag can not be used as closing tag: `);let l=0;a&&-1!==this.options.unpairedTags.indexOf(a)?(l=r.lastIndexOf(".",r.lastIndexOf(".")-1),this.tagsNodeStack.pop()):l=r.lastIndexOf("."),r=r.substring(0,l),i=this.tagsNodeStack.pop(),n="",s=e}else if("?"===t[s+1]){let e=vt(t,s,!1,"?>");if(!e)throw new Error("Pi Tag is not closed.");if(n=this.saveTextToParentTag(n,i,r),!(this.options.ignoreDeclaration&&"?xml"===e.tagName||this.options.ignorePiTags)){const t=new rt(e.tagName);t.add(this.options.textNodeName,""),e.tagName!==e.tagExp&&e.attrExpPresent&&(t[":@"]=this.buildAttributesMap(e.tagExp,r,e.tagName)),this.addChild(i,t,r)}s=e.closeIndex+1}else if("!--"===t.substr(s+1,3)){const e=wt(t,"--\x3e",s+4,"Comment is not closed.");if(this.options.commentPropName){const o=t.substring(s+4,e-2);n=this.saveTextToParentTag(n,i,r),i.add(this.options.commentPropName,[{[this.options.textNodeName]:o}])}s=e}else if("!D"===t.substr(s+1,2)){const e=st(t,s);this.docTypeEntities=e.entities,s=e.i}else if("!["===t.substr(s+1,2)){const e=wt(t,"]]>",s,"CDATA is not closed.")-2,o=t.substring(s+9,e);if(n=this.saveTextToParentTag(n,i,r),this.options.cdataPropName)i.add(this.options.cdataPropName,[{[this.options.textNodeName]:o}]);else{let t=this.parseTextData(o,i.tagname,r,!0,!1,!0);null==t&&(t=""),i.add(this.options.textNodeName,t)}s=e+2}else{let o=vt(t,s,this.options.removeNSPrefix),a=o.tagName;const l=o.rawTagName;let u=o.tagExp,d=o.attrExpPresent,c=o.closeIndex;this.options.transformTagName&&(a=this.options.transformTagName(a)),i&&n&&"!xml"!==i.tagname&&(n=this.saveTextToParentTag(n,i,r,!1));const h=i;if(h&&-1!==this.options.unpairedTags.indexOf(h.tagname)&&(i=this.tagsNodeStack.pop(),r=r.substring(0,r.lastIndexOf("."))),a!==e.tagname&&(r+=r?"."+a:a),this.isItStopNode(this.options.stopNodes,r,a)){let e="";if(u.length>0&&u.lastIndexOf("/")===u.length-1)s=o.closeIndex;else if(-1!==this.options.unpairedTags.indexOf(a))s=o.closeIndex;else{const i=this.readStopNodeData(t,l,c+1);if(!i)throw new Error(`Unexpected end of ${l}`);s=i.i,e=i.tagContent}const n=new rt(a);a!==u&&d&&(n[":@"]=this.buildAttributesMap(u,r,a)),e&&(e=this.parseTextData(e,a,r,!0,d,!0,!0)),r=r.substr(0,r.lastIndexOf(".")),n.add(this.options.textNodeName,e),this.addChild(i,n,r)}else{if(u.length>0&&u.lastIndexOf("/")===u.length-1){"/"===a[a.length-1]?(a=a.substr(0,a.length-1),r=r.substr(0,r.length-1),u=a):u=u.substr(0,u.length-1),this.options.transformTagName&&(a=this.options.transformTagName(a));const t=new rt(a);a!==u&&d&&(t[":@"]=this.buildAttributesMap(u,r,a)),this.addChild(i,t,r),r=r.substr(0,r.lastIndexOf("."))}else{const t=new rt(a);this.tagsNodeStack.push(i),a!==u&&d&&(t[":@"]=this.buildAttributesMap(u,r,a)),this.addChild(i,t,r),i=t}n="",s=c}}else n+=t[s];return e.child};function pt(t,e,i){const n=this.options.updateTag(e.tagname,i,e[":@"]);!1===n||("string"==typeof n&&(e.tagname=n),t.addChild(e))}const ft=function(t){if(this.options.processEntities){for(let e in this.docTypeEntities){const i=this.docTypeEntities[e];t=t.replace(i.regx,i.val)}for(let e in this.lastEntities){const i=this.lastEntities[e];t=t.replace(i.regex,i.val)}if(this.options.htmlEntities)for(let e in this.htmlEntities){const i=this.htmlEntities[e];t=t.replace(i.regex,i.val)}t=t.replace(this.ampEntity.regex,this.ampEntity.val)}return t};function gt(t,e,i,n){return t&&(void 0===n&&(n=0===Object.keys(e.child).length),void 0!==(t=this.parseTextData(t,e.tagname,i,!1,!!e[":@"]&&0!==Object.keys(e[":@"]).length,n))&&""!==t&&e.add(this.options.textNodeName,t),t=""),t}function mt(t,e,i){const n="*."+i;for(const i in t){const r=t[i];if(n===r||e===r)return!0}return!1}function wt(t,e,i,n){const r=t.indexOf(e,i);if(-1===r)throw new Error(n);return r+e.length-1}function vt(t,e,i,n=">"){const r=function(t,e,i=">"){let n,r="";for(let s=e;s",i,`${e} is not closed`);if(t.substring(i+2,s).trim()===e&&(r--,0===r))return{tagContent:t.substring(n,i),i:s};i=s}else if("?"===t[i+1])i=wt(t,"?>",i+1,"StopNode is not closed.");else if("!--"===t.substr(i+1,3))i=wt(t,"--\x3e",i+3,"StopNode is not closed.");else if("!["===t.substr(i+1,2))i=wt(t,"]]>",i,"StopNode is not closed.")-2;else{const n=vt(t,i,">");n&&((n&&n.tagName)===e&&"/"!==n.tagExp[n.tagExp.length-1]&&r++,i=n.closeIndex)}}function xt(t,e,i){if(e&&"string"==typeof t){const e=t.trim();return"true"===e||"false"!==e&&ot(t,i)}return nt.isExist(t)?t:""}var yt={};function Nt(t,e,i){let n;const r={};for(let s=0;s0&&(r[e.textNodeName]=n):void 0!==n&&(r[e.textNodeName]=n),r}function Et(t){const e=Object.keys(t);for(let t=0;t"},lt:{regex:/&(lt|#60|#x3C);/g,val:"<"},quot:{regex:/&(quot|#34|#x22);/g,val:'"'}},this.ampEntity={regex:/&(amp|#38|#x26);/g,val:"&"},this.htmlEntities={space:{regex:/&(nbsp|#160);/g,val:" "},cent:{regex:/&(cent|#162);/g,val:"¢"},pound:{regex:/&(pound|#163);/g,val:"£"},yen:{regex:/&(yen|#165);/g,val:"¥"},euro:{regex:/&(euro|#8364);/g,val:"€"},copyright:{regex:/&(copy|#169);/g,val:"©"},reg:{regex:/&(reg|#174);/g,val:"®"},inr:{regex:/&(inr|#8377);/g,val:"₹"}},this.addExternalEntities=at,this.parseXml=ht,this.parseTextData=lt,this.resolveNameSpace=ut,this.buildAttributesMap=ct,this.isItStopNode=mt,this.replaceEntitiesValue=ft,this.readStopNodeData=bt,this.saveTextToParentTag=gt,this.addChild=pt}},{prettify:It}=yt,Pt=T;function Ct(t,e,i,n){let r="",s=!1;for(let o=0;o`,s=!1;continue}if(l===e.commentPropName){r+=n+`\x3c!--${a[l][0][e.textNodeName]}--\x3e`,s=!0;continue}if("?"===l[0]){const t=St(a[":@"],e),i="?xml"===l?"":n;let o=a[l][0][e.textNodeName];o=0!==o.length?" "+o:"",r+=i+`<${l}${o}${t}?>`,s=!0;continue}let d=n;""!==d&&(d+=e.indentBy);const c=n+`<${l}${St(a[":@"],e)}`,h=Ct(a[l],e,u,d);-1!==e.unpairedTags.indexOf(l)?e.suppressUnpairedNode?r+=c+">":r+=c+"/>":h&&0!==h.length||!e.suppressEmptyNode?h&&h.endsWith(">")?r+=c+`>${h}${n}`:(r+=c+">",h&&""!==n&&(h.includes("/>")||h.includes("`):r+=c+"/>",s=!0}return r}function Dt(t){const e=Object.keys(t);for(let i=0;i0&&e.processEntities)for(let i=0;i0&&(i="\n"),Ct(t,e,"",i)},jt={attributeNamePrefix:"@_",attributesGroupName:!1,textNodeName:"#text",ignoreAttributes:!0,cdataPropName:!1,format:!1,indentBy:" ",suppressEmptyNode:!1,suppressUnpairedNode:!0,suppressBooleanAttributes:!0,tagValueProcessor:function(t,e){return e},attributeValueProcessor:function(t,e){return e},preserveOrder:!1,commentPropName:!1,unpairedTags:[],entities:[{regex:new RegExp("&","g"),val:"&"},{regex:new RegExp(">","g"),val:">"},{regex:new RegExp("<","g"),val:"<"},{regex:new RegExp("'","g"),val:"'"},{regex:new RegExp('"',"g"),val:"""}],processEntities:!0,stopNodes:[],oneListGroup:!1};function $t(t){this.options=Object.assign({},jt,t),this.options.ignoreAttributes||this.options.attributesGroupName?this.isAttribute=function(){return!1}:(this.attrPrefixLen=this.options.attributeNamePrefix.length,this.isAttribute=Mt),this.processTextOrObjNode=Rt,this.options.format?(this.indentate=Ft,this.tagEndChar=">\n",this.newLine="\n"):(this.indentate=function(){return""},this.tagEndChar=">",this.newLine="")}function Rt(t,e,i){const n=this.j2x(t,i+1);return void 0!==t[this.options.textNodeName]&&1===Object.keys(t).length?this.buildTextValNode(t[this.options.textNodeName],e,n.attrStr,i):this.buildObjectNode(n.val,e,n.attrStr,i)}function Ft(t){return this.options.indentBy.repeat(t)}function Mt(t){return!(!t.startsWith(this.options.attributeNamePrefix)||t===this.options.textNodeName)&&t.substr(this.attrPrefixLen)}$t.prototype.build=function(t){return this.options.preserveOrder?Lt(t,this.options):(Array.isArray(t)&&this.options.arrayNodeName&&this.options.arrayNodeName.length>1&&(t={[this.options.arrayNodeName]:t}),this.j2x(t,0).val)},$t.prototype.j2x=function(t,e){let i="",n="";for(let r in t)if(Object.prototype.hasOwnProperty.call(t,r))if(typeof t[r]>"u")this.isAttribute(r)&&(n+="");else if(null===t[r])this.isAttribute(r)?n+="":"?"===r[0]?n+=this.indentate(e)+"<"+r+"?"+this.tagEndChar:n+=this.indentate(e)+"<"+r+"/"+this.tagEndChar;else if(t[r]instanceof Date)n+=this.buildTextValNode(t[r],r,"",e);else if("object"!=typeof t[r]){const s=this.isAttribute(r);if(s)i+=this.buildAttrPairStr(s,""+t[r]);else if(r===this.options.textNodeName){let e=this.options.tagValueProcessor(r,""+t[r]);n+=this.replaceEntitiesValue(e)}else n+=this.buildTextValNode(t[r],r,"",e)}else if(Array.isArray(t[r])){const i=t[r].length;let s="";for(let o=0;o"u"||(null===i?"?"===r[0]?n+=this.indentate(e)+"<"+r+"?"+this.tagEndChar:n+=this.indentate(e)+"<"+r+"/"+this.tagEndChar:"object"==typeof i?this.options.oneListGroup?s+=this.j2x(i,e+1).val:s+=this.processTextOrObjNode(i,r,e):s+=this.buildTextValNode(i,r,"",e))}this.options.oneListGroup&&(s=this.buildObjectNode(s,r,"",e)),n+=s}else if(this.options.attributesGroupName&&r===this.options.attributesGroupName){const e=Object.keys(t[r]),n=e.length;for(let s=0;s"+t+r}},$t.prototype.closeTag=function(t){let e="";return-1!==this.options.unpairedTags.indexOf(t)?this.options.suppressUnpairedNode||(e="/"):e=this.options.suppressEmptyNode?"/":`>`+this.newLine;if(!1!==this.options.commentPropName&&e===this.options.commentPropName)return this.indentate(n)+`\x3c!--${t}--\x3e`+this.newLine;if("?"===e[0])return this.indentate(n)+"<"+e+i+"?"+this.tagEndChar;{let r=this.options.tagValueProcessor(e,t);return r=this.replaceEntitiesValue(r),""===r?this.indentate(n)+"<"+e+i+this.closeTag(e)+this.tagEndChar:this.indentate(n)+"<"+e+i+">"+r+"0&&this.options.processEntities)for(let e=0;e{zt.setHeaders({"X-Requested-With":"XMLHttpRequest",requesttoken:null!=t?t:""})};(0,s.zo)(Gt),Gt((0,s.do)());const Kt=zt,Wt='\n"u"&&(window._nc_dav_namespaces={...m}),Object.keys(window._nc_dav_namespaces).map((t=>`xmlns:${t}="${window._nc_dav_namespaces?.[t]}"`)).join(" ")),">\n\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t").concat((typeof window._nc_dav_properties>"u"&&(window._nc_dav_properties=[...g]),window._nc_dav_properties.map((t=>`<${t} />`)).join(" ")),"\n\t\n"),Yt=function(t){var e,i,n,r,o;const a=function(t=""){let e=f.NONE;return t&&((t.includes("C")||t.includes("K"))&&(e|=f.CREATE),t.includes("G")&&(e|=f.READ),(t.includes("W")||t.includes("N")||t.includes("V"))&&(e|=f.UPDATE),t.includes("D")&&(e|=f.DELETE),t.includes("R")&&(e|=f.SHARE)),e}(null===(e=t.props)||void 0===e?void 0:e.permissions),l=null===(i=(0,s.HW)())||void 0===i?void 0:i.uid,u=(0,Ht.Jv)("/apps/files_trashbin/preview?fileId={fileid}&x=32&y=32",t.props),d={id:(null===(n=t.props)||void 0===n?void 0:n.fileid)||0,source:(0,Ht.dC)("dav"+qt+t.filename),mime:t.mime,size:(null===(r=t.props)||void 0===r?void 0:r.size)||0,permissions:a,owner:l,root:qt,attributes:{...t,...t.props,displayName:null===(o=t.props)||void 0===o?void 0:o["trashbin-filename"],previewUrl:u}};return delete d.attributes.props,"file"===t.type?new N(d):new E(d)};var Zt=i(61338),Jt=i(26287);const Qt=(0,o.YK)().setApp("files").detectUser().build();!function(t){typeof window._nc_fileactions>"u"&&(window._nc_fileactions=[],c.debug("FileActions initialized")),window._nc_fileactions.find((e=>e.id===t.id))?c.error(`FileAction ${t.id} already registered`,{action:t}):window._nc_fileactions.push(t)}(new class{_action;constructor(t){this.validateAction(t),this._action=t}get id(){return this._action.id}get displayName(){return this._action.displayName}get title(){return this._action.title}get iconSvgInline(){return this._action.iconSvgInline}get enabled(){return this._action.enabled}get exec(){return this._action.exec}get execBatch(){return this._action.execBatch}get order(){return this._action.order}get parent(){return this._action.parent}get default(){return this._action.default}get inline(){return this._action.inline}get renderInline(){return this._action.renderInline}validateAction(t){if(!t.id||"string"!=typeof t.id)throw new Error("Invalid id");if(!t.displayName||"function"!=typeof t.displayName)throw new Error("Invalid displayName function");if("title"in t&&"function"!=typeof t.title)throw new Error("Invalid title function");if(!t.iconSvgInline||"function"!=typeof t.iconSvgInline)throw new Error("Invalid iconSvgInline function");if(!t.exec||"function"!=typeof t.exec)throw new Error("Invalid exec function");if("enabled"in t&&"function"!=typeof t.enabled)throw new Error("Invalid enabled function");if("execBatch"in t&&"function"!=typeof t.execBatch)throw new Error("Invalid execBatch function");if("order"in t&&"number"!=typeof t.order)throw new Error("Invalid order");if("parent"in t&&"string"!=typeof t.parent)throw new Error("Invalid parent");if(t.default&&!Object.values(p).includes(t.default))throw new Error("Invalid default");if("inline"in t&&"function"!=typeof t.inline)throw new Error("Invalid inline function");if("renderInline"in t&&"function"!=typeof t.renderInline)throw new Error("Invalid renderInline function")}}({id:"restore",displayName:()=>(0,n.Tl)("files_trashbin","Restore"),iconSvgInline:()=>'',enabled:(t,e)=>"trashbin"===e.id&&t.length>0&&t.map((t=>t.permissions)).every((t=>0!=(t&f.READ))),async exec(t){try{var e;const i=(0,Ht.dC)((0,l.O0)("dav/trashbin/".concat(null===(e=(0,s.HW)())||void 0===e?void 0:e.uid,"/restore/").concat(t.basename)));return await(0,Jt.A)({method:"MOVE",url:t.encodedSource,headers:{destination:i}}),(0,Zt.Ic)("files:node:deleted",t),!0}catch(t){return Qt.error(t),!1}},async execBatch(t,e,i){return Promise.all(t.map((t=>this.exec(t,e,i))))},order:1,inline:()=>!0})),(typeof window._nc_navigation>"u"&&(window._nc_navigation=new class{_views=[];_currentView=null;register(t){if(this._views.find((e=>e.id===t.id)))throw new Error(`View id ${t.id} is already registered`);this._views.push(t)}remove(t){const e=this._views.findIndex((e=>e.id===t));-1!==e&&this._views.splice(e,1)}get views(){return this._views}setActive(t){this._currentView=t}get active(){return this._currentView}},c.debug("Navigation service initialized")),window._nc_navigation).register(new class{_view;constructor(t){(function(t){if(!t.id||"string"!=typeof t.id)throw new Error("View id is required and must be a string");if(!t.name||"string"!=typeof t.name)throw new Error("View name is required and must be a string");if(t.columns&&t.columns.length>0&&(!t.caption||"string"!=typeof t.caption))throw new Error("View caption is required for top-level views and must be a string");if(!t.getContents||"function"!=typeof t.getContents)throw new Error("View getContents is required and must be a function");if(!t.icon||"string"!=typeof t.icon||!function(t){if("string"!=typeof t)throw new TypeError(`Expected a \`string\`, got \`${typeof t}\``);if(0===(t=t.trim()).length||!0!==Bt.XMLValidator.validate(t))return!1;let e;const i=new Bt.XMLParser;try{e=i.parse(t)}catch{return!1}return!(!e||!("svg"in e))}(t.icon))throw new Error("View icon is required and must be a valid svg string");if(!("order"in t)||"number"!=typeof t.order)throw new Error("View order is required and must be a number");if(t.columns&&t.columns.forEach((t=>{if(!(t instanceof _))throw new Error("View columns must be an array of Column. Invalid column found")})),t.emptyView&&"function"!=typeof t.emptyView)throw new Error("View emptyView must be a function");if(t.parent&&"string"!=typeof t.parent)throw new Error("View parent must be a string");if("sticky"in t&&"boolean"!=typeof t.sticky)throw new Error("View sticky must be a boolean");if("expanded"in t&&"boolean"!=typeof t.expanded)throw new Error("View expanded must be a boolean");if(t.defaultSortKey&&"string"!=typeof t.defaultSortKey)throw new Error("View defaultSortKey must be a string")})(t),this._view=t}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(t){this._view.icon=t}get order(){return this._view.order}set order(t){this._view.order=t}get params(){return this._view.params}set params(t){this._view.params=t}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(t){this._view.expanded=t}get defaultSortKey(){return this._view.defaultSortKey}}({id:"trashbin",name:(0,n.Tl)("files_trashbin","Deleted files"),caption:(0,n.Tl)("files_trashbin","List of files that have been deleted."),emptyTitle:(0,n.Tl)("files_trashbin","No deleted files"),emptyCaption:(0,n.Tl)("files_trashbin","Files and folders you have deleted will show up here"),icon:'',order:50,sticky:!0,defaultSortKey:"deleted",columns:[new _({id:"deleted",title:(0,n.Tl)("files_trashbin","Deleted"),render(t){var e;const i=null===(e=t.attributes)||void 0===e?void 0:e["trashbin-deletion-time"],s=document.createElement("span");return i?(s.title=r.A.unix(i).format("LLL"),s.textContent=r.A.unix(i).fromNow(),s):(s.textContent=(0,n.Tl)("files_trashbin","A long time ago"),s)},sort(t,e){var i,n;const r=(null===(i=t.attributes)||void 0===i?void 0:i["trashbin-deletion-time"])||(null==t?void 0:t.mtime)||0;return((null===(n=e.attributes)||void 0===n?void 0:n["trashbin-deletion-time"])||(null==e?void 0:e.mtime)||0)-r}})],getContents:async function(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"/";const e=await Kt.stat(t,{details:!0,data:Wt}),i=await Kt.getDirectoryContents(t,{details:!0,data:Wt});return{folder:Yt(e.data),contents:i.data.map(Yt)}}}))}},i={};function n(t){var r=i[t];if(void 0!==r)return r.exports;var s=i[t]={id:t,loaded:!1,exports:{}};return e[t].call(s.exports,s,s.exports,n),s.loaded=!0,s.exports}n.m=e,t=[],n.O=(e,i,r,s)=>{if(!i){var o=1/0;for(d=0;d=s)&&Object.keys(n.O).every((t=>n.O[t](i[l])))?i.splice(l--,1):(a=!1,s0&&t[d-1][2]>s;d--)t[d]=t[d-1];t[d]=[i,r,s]},n.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return n.d(e,{a:e}),e},n.d=(t,e)=>{for(var i in e)n.o(e,i)&&!n.o(t,i)&&Object.defineProperty(t,i,{enumerable:!0,get:e[i]})},n.e=()=>Promise.resolve(),n.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.nmd=t=>(t.paths=[],t.children||(t.children=[]),t),n.j=4012,(()=>{n.b=document.baseURI||self.location.href;var t={4012:0};n.O.j=e=>0===t[e];var e=(e,i)=>{var r,s,o=i[0],a=i[1],l=i[2],u=0;if(o.some((e=>0!==t[e]))){for(r in a)n.o(a,r)&&(n.m[r]=a[r]);if(l)var d=l(n)}for(e&&e(i);un(37219)));r=n.O(r)})(); -//# sourceMappingURL=files_trashbin-main.js.map?v=d875dd4d1b32790c8265 \ No newline at end of file +(()=>{"use strict";var t,e={70274:(t,e,i)=>{var n=i(85072),r=i.n(n),s=i(97825),o=i.n(s),a=i(77659),l=i.n(a),u=i(55056),d=i.n(u),c=i(10540),h=i.n(c),p=i(41113),f=i.n(p),g=i(98290),m={};m.styleTagTransform=f(),m.setAttributes=d(),m.insert=l().bind(null,"head"),m.domAPI=o(),m.insertStyleElement=h(),r()(g.A,m),g.A&&g.A.locals&&g.A.locals;var w=i(53334),v=i(51651),b=i(92457),x=i(53529),y=i(43627),E=i(71089),N=i(73500),_=i(44719);const A=null===(T=(0,b.HW)())?(0,x.YK)().setApp("files").build():(0,x.YK)().setApp("files").setUid(T.uid).build();var T,O=(t=>(t.DEFAULT="default",t.HIDDEN="hidden",t))(O||{}),I=(t=>(t[t.NONE=0]="NONE",t[t.CREATE=4]="CREATE",t[t.READ=1]="READ",t[t.UPDATE=2]="UPDATE",t[t.DELETE=8]="DELETE",t[t.SHARE=16]="SHARE",t[t.ALL=31]="ALL",t))(I||{});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"],C={d:"DAV:",nc:"http://nextcloud.org/ns",oc:"http://owncloud.org/ns",ocs:"http://open-collaboration-services.org/ns"};var S=(t=>(t.Folder="folder",t.File="file",t))(S||{});const D=function(t,e){return null!==t.match(e)},V=(t,e)=>{if(t.id&&"number"!=typeof t.id)throw new Error("Invalid id type of value");if(!t.source)throw new Error("Missing mandatory source");try{new URL(t.source)}catch{throw new Error("Invalid source format, source must be a valid URL")}if(!t.source.startsWith("http"))throw new Error("Invalid source format, only http(s) is supported");if(t.mtime&&!(t.mtime instanceof Date))throw new Error("Invalid mtime type");if(t.crtime&&!(t.crtime instanceof Date))throw new Error("Invalid crtime type");if(!t.mime||"string"!=typeof t.mime||!t.mime.match(/^[-\w.]+\/[-+\w.]+$/gi))throw new Error("Missing or invalid mandatory mime");if("size"in t&&"number"!=typeof t.size&&void 0!==t.size)throw new Error("Invalid size type");if("permissions"in t&&void 0!==t.permissions&&!("number"==typeof t.permissions&&t.permissions>=I.NONE&&t.permissions<=I.ALL))throw new Error("Invalid permissions");if(t.owner&&null!==t.owner&&"string"!=typeof t.owner)throw new Error("Invalid owner type");if(t.attributes&&"object"!=typeof t.attributes)throw new Error("Invalid attributes type");if(t.root&&"string"!=typeof t.root)throw new Error("Invalid root type");if(t.root&&!t.root.startsWith("/"))throw new Error("Root must start with a leading slash");if(t.root&&!t.source.includes(t.root))throw new Error("Root must be part of the source");if(t.root&&D(t.source,e)){const i=t.source.match(e)[0];if(!t.source.includes((0,y.join)(i,t.root)))throw new Error("The root must be relative to the service. e.g /files/emma")}if(t.status&&!Object.values(k).includes(t.status))throw new Error("Status must be a valid NodeStatus")};var k=(t=>(t.NEW="new",t.FAILED="failed",t.LOADING="loading",t.LOCKED="locked",t))(k||{});class L{_data;_attributes;_knownDavService=/(remote|public)\.php\/(web)?dav/i;constructor(t,e){V(t,e||this._knownDavService),this._data=t;const i={set:(t,e,i)=>(this.updateMtime(),Reflect.set(t,e,i)),deleteProperty:(t,e)=>(this.updateMtime(),Reflect.deleteProperty(t,e))};this._attributes=new Proxy(t.attributes||{},i),delete this._data.attributes,e&&(this._knownDavService=e)}get source(){return this._data.source.replace(/\/$/i,"")}get encodedSource(){const{origin:t}=new URL(this.source);return t+(0,E.O0)(this.source.slice(t.length))}get basename(){return(0,y.basename)(this.source)}get extension(){return(0,y.extname)(this.source)}get dirname(){if(this.root){let t=this.source;this.isDavRessource&&(t=t.split(this._knownDavService).pop());const e=t.indexOf(this.root),i=this.root.replace(/\/$/,"");return(0,y.dirname)(t.slice(e+i.length)||"/")}const t=new URL(this.source);return(0,y.dirname)(t.pathname)}get mime(){return this._data.mime}get mtime(){return this._data.mtime}get crtime(){return this._data.crtime}get size(){return this._data.size}get attributes(){return this._attributes}get permissions(){return null!==this.owner||this.isDavRessource?void 0!==this._data.permissions?this._data.permissions:I.NONE:I.READ}get owner(){return this.isDavRessource?this._data.owner:null}get isDavRessource(){return D(this.source,this._knownDavService)}get root(){return this._data.root?this._data.root.replace(/^(.+)\/$/,"$1"):this.isDavRessource&&(0,y.dirname)(this.source).split(this._knownDavService).pop()||null}get path(){if(this.root){let t=this.source;this.isDavRessource&&(t=t.split(this._knownDavService).pop());const e=t.indexOf(this.root),i=this.root.replace(/\/$/,"");return t.slice(e+i.length)||"/"}return(this.dirname+"/"+this.basename).replace(/\/\//g,"/")}get fileid(){return this._data?.id||this.attributes?.fileid}get status(){return this._data?.status}set status(t){this._data.status=t}move(t){V({...this._data,source:t},this._knownDavService),this._data.source=t,this.updateMtime()}rename(t){if(t.includes("/"))throw new Error("Invalid basename");this.move((0,y.dirname)(this.source)+"/"+t)}updateMtime(){this._data.mtime&&(this._data.mtime=new Date)}}class j extends L{get type(){return S.File}}class $ extends L{constructor(t){super({...t,mime:"httpd/unix-directory"})}get type(){return S.Folder}get extension(){return null}get mime(){return"httpd/unix-directory"}}(0,N.dC)("dav");class R{_column;constructor(t){F(t),this._column=t}get id(){return this._column.id}get title(){return this._column.title}get render(){return this._column.render}get sort(){return this._column.sort}get summary(){return this._column.summary}}const F=function(t){if(!t.id||"string"!=typeof t.id)throw new Error("A column id is required");if(!t.title||"string"!=typeof t.title)throw new Error("A column title is required");if(!t.render||"function"!=typeof t.render)throw new Error("A render function is required");if(t.sort&&"function"!=typeof t.sort)throw new Error("Column sortFunction must be a function");if(t.summary&&"function"!=typeof t.summary)throw new Error("Column summary must be a function");return!0};var M={},B={};!function(t){const e=":A-Za-z_\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD",i="["+e+"]["+e+"\\-.\\d\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*",n=new RegExp("^"+i+"$");t.isExist=function(t){return typeof t<"u"},t.isEmptyObject=function(t){return 0===Object.keys(t).length},t.merge=function(t,e,i){if(e){const n=Object.keys(e),r=n.length;for(let s=0;s"u")},t.getAllMatches=function(t,e){const i=[];let n=e.exec(t);for(;n;){const r=[];r.startIndex=e.lastIndex-n[0].length;const s=n.length;for(let t=0;t5&&"xml"===n)return Q("InvalidXml","XML declaration allowed only at the start of the document.",it(t,e));if("?"==t[e]&&">"==t[e+1]){e++;break}continue}return e}function z(t,e){if(t.length>e+5&&"-"===t[e+1]&&"-"===t[e+2]){for(e+=3;e"===t[e+2]){e+=2;break}}else if(t.length>e+8&&"D"===t[e+1]&&"O"===t[e+2]&&"C"===t[e+3]&&"T"===t[e+4]&&"Y"===t[e+5]&&"P"===t[e+6]&&"E"===t[e+7]){let i=1;for(e+=8;e"===t[e]&&(i--,0===i))break}else if(t.length>e+9&&"["===t[e+1]&&"C"===t[e+2]&&"D"===t[e+3]&&"A"===t[e+4]&&"T"===t[e+5]&&"A"===t[e+6]&&"["===t[e+7])for(e+=8;e"===t[e+2]){e+=2;break}return e}M.validate=function(t,e){e=Object.assign({},H,e);const i=[];let n=!1,r=!1;"\ufeff"===t[0]&&(t=t.substr(1));for(let s=0;s"!==t[s]&&" "!==t[s]&&"\t"!==t[s]&&"\n"!==t[s]&&"\r"!==t[s];s++)l+=t[s];if(l=l.trim(),"/"===l[l.length-1]&&(l=l.substring(0,l.length-1),s--),!et(l)){let e;return e=0===l.trim().length?"Invalid space after '<'.":"Tag '"+l+"' is an invalid name.",Q("InvalidTag",e,it(t,s))}const u=W(t,s);if(!1===u)return Q("InvalidAttr","Attributes for '"+l+"' have open quote.",it(t,s));let d=u.value;if(s=u.index,"/"===d[d.length-1]){const i=s-d.length;d=d.substring(0,d.length-1);const r=Z(d,e);if(!0!==r)return Q(r.err.code,r.err.msg,it(t,i+r.err.line));n=!0}else if(a){if(!u.tagClosed)return Q("InvalidTag","Closing tag '"+l+"' doesn't have proper closing.",it(t,s));if(d.trim().length>0)return Q("InvalidTag","Closing tag '"+l+"' can't have attributes or invalid starting.",it(t,o));{const e=i.pop();if(l!==e.tagName){let i=it(t,e.tagStartPos);return Q("InvalidTag","Expected closing tag '"+e.tagName+"' (opened in line "+i.line+", col "+i.col+") instead of closing tag '"+l+"'.",it(t,o))}0==i.length&&(r=!0)}}else{const a=Z(d,e);if(!0!==a)return Q(a.err.code,a.err.msg,it(t,s-d.length+a.err.line));if(!0===r)return Q("InvalidXml","Multiple possible root nodes found.",it(t,s));-1!==e.unpairedTags.indexOf(l)||i.push({tagName:l,tagStartPos:o}),n=!0}for(s++;s0)||Q("InvalidXml","Invalid '"+JSON.stringify(i.map((t=>t.tagName)),null,4).replace(/\r?\n/g,"")+"' found.",{line:1,col:1}):Q("InvalidXml","Start tag expected.",1)};const G='"',K="'";function W(t,e){let i="",n="",r=!1;for(;e"===t[e]&&""===n){r=!0;break}i+=t[e]}return""===n&&{value:i,index:e,tagClosed:r}}const Y=new RegExp("(\\s*)([^\\s=]+)(\\s*=)?(\\s*(['\"])(([\\s\\S])*?)\\5)?","g");function Z(t,e){const i=U.getAllMatches(t,Y),n={};for(let t=0;t!1,commentPropName:!1,unpairedTags:[],processEntities:!0,htmlEntities:!1,ignoreDeclaration:!1,ignorePiTags:!1,transformTagName:!1,transformAttributeName:!1,updateTag:function(t,e,i){return t}};rt.buildOptions=function(t){return Object.assign({},st,t)},rt.defaultOptions=st;const ot=B;function at(t,e){let i="";for(;e0?this.child.push({[t.tagname]:t.child,":@":t[":@"]}):this.child.push({[t.tagname]:t.child})}},bt=function(t,e){const i={};if("O"!==t[e+3]||"C"!==t[e+4]||"T"!==t[e+5]||"Y"!==t[e+6]||"P"!==t[e+7]||"E"!==t[e+8])throw new Error("Invalid Tag instead of DOCTYPE");{e+=9;let n=1,r=!1,s=!1,o="";for(;e"===t[e]){if(s?"-"===t[e-1]&&"-"===t[e-2]&&(s=!1,n--):n--,0===n)break}else"["===t[e]?r=!0:o+=t[e];else{if(r&&ut(t,e))e+=7,[entityName,val,e]=at(t,e+1),-1===val.indexOf("&")&&(i[pt(entityName)]={regx:RegExp(`&${entityName};`,"g"),val});else if(r&&dt(t,e))e+=8;else if(r&&ct(t,e))e+=8;else if(r&&ht(t,e))e+=9;else{if(!lt)throw new Error("Invalid DOCTYPE");s=!0}n++,o=""}if(0!==n)throw new Error("Unclosed DOCTYPE")}return{entities:i,i:e}},xt=function(t,e={}){if(e=Object.assign({},mt,e),!t||"string"!=typeof t)return t;let i=t.trim();if(void 0!==e.skipLike&&e.skipLike.test(i))return t;if(e.hex&&ft.test(i))return Number.parseInt(i,16);{const n=gt.exec(i);if(n){const r=n[1],s=n[2];let o=function(t){return t&&-1!==t.indexOf(".")&&("."===(t=t.replace(/0+$/,""))?t="0":"."===t[0]?t="0"+t:"."===t[t.length-1]&&(t=t.substr(0,t.length-1))),t}(n[3]);const a=n[4]||n[6];if(!e.leadingZeros&&s.length>0&&r&&"."!==i[2])return t;if(!e.leadingZeros&&s.length>0&&!r&&"."!==i[1])return t;{const n=Number(i),l=""+n;return-1!==l.search(/[eE]/)||a?e.eNotation?n:t:-1!==i.indexOf(".")?"0"===l&&""===o||l===o||r&&l==="-"+o?n:t:s?o===l||r+o===l?n:t:i===l||i===r+l?n:t}}return t}};function yt(t){const e=Object.keys(t);for(let i=0;i0)){o||(t=this.replaceEntitiesValue(t));const n=this.options.tagValueProcessor(e,t,i,r,s);return null==n?t:typeof n!=typeof t||n!==t?n:this.options.trimValues||t.trim()===t?kt(t,this.options.parseTagValue,this.options.numberParseOptions):t}}function Nt(t){if(this.options.removeNSPrefix){const e=t.split(":"),i="/"===t.charAt(0)?"/":"";if("xmlns"===e[0])return"";2===e.length&&(t=i+e[1])}return t}"<((!\\[CDATA\\[([\\s\\S]*?)(]]>))|((NAME:)?(NAME))([^>]*)>|((\\/)(NAME)\\s*>))([^<]*)".replace(/NAME/g,wt.nameRegexp);const _t=new RegExp("([^\\s=]+)\\s*(=\\s*(['\"])([\\s\\S]*?)\\3)?","gm");function At(t,e,i){if(!this.options.ignoreAttributes&&"string"==typeof t){const i=wt.getAllMatches(t,_t),n=i.length,r={};for(let t=0;t",s,"Closing Tag is not closed.");let o=t.substring(s+2,e).trim();if(this.options.removeNSPrefix){const t=o.indexOf(":");-1!==t&&(o=o.substr(t+1))}this.options.transformTagName&&(o=this.options.transformTagName(o)),i&&(n=this.saveTextToParentTag(n,i,r));const a=r.substring(r.lastIndexOf(".")+1);if(o&&-1!==this.options.unpairedTags.indexOf(o))throw new Error(`Unpaired tag can not be used as closing tag: `);let l=0;a&&-1!==this.options.unpairedTags.indexOf(a)?(l=r.lastIndexOf(".",r.lastIndexOf(".")-1),this.tagsNodeStack.pop()):l=r.lastIndexOf("."),r=r.substring(0,l),i=this.tagsNodeStack.pop(),n="",s=e}else if("?"===t[s+1]){let e=Dt(t,s,!1,"?>");if(!e)throw new Error("Pi Tag is not closed.");if(n=this.saveTextToParentTag(n,i,r),!(this.options.ignoreDeclaration&&"?xml"===e.tagName||this.options.ignorePiTags)){const t=new vt(e.tagName);t.add(this.options.textNodeName,""),e.tagName!==e.tagExp&&e.attrExpPresent&&(t[":@"]=this.buildAttributesMap(e.tagExp,r,e.tagName)),this.addChild(i,t,r)}s=e.closeIndex+1}else if("!--"===t.substr(s+1,3)){const e=St(t,"--\x3e",s+4,"Comment is not closed.");if(this.options.commentPropName){const o=t.substring(s+4,e-2);n=this.saveTextToParentTag(n,i,r),i.add(this.options.commentPropName,[{[this.options.textNodeName]:o}])}s=e}else if("!D"===t.substr(s+1,2)){const e=bt(t,s);this.docTypeEntities=e.entities,s=e.i}else if("!["===t.substr(s+1,2)){const e=St(t,"]]>",s,"CDATA is not closed.")-2,o=t.substring(s+9,e);if(n=this.saveTextToParentTag(n,i,r),this.options.cdataPropName)i.add(this.options.cdataPropName,[{[this.options.textNodeName]:o}]);else{let t=this.parseTextData(o,i.tagname,r,!0,!1,!0);null==t&&(t=""),i.add(this.options.textNodeName,t)}s=e+2}else{let o=Dt(t,s,this.options.removeNSPrefix),a=o.tagName;const l=o.rawTagName;let u=o.tagExp,d=o.attrExpPresent,c=o.closeIndex;this.options.transformTagName&&(a=this.options.transformTagName(a)),i&&n&&"!xml"!==i.tagname&&(n=this.saveTextToParentTag(n,i,r,!1));const h=i;if(h&&-1!==this.options.unpairedTags.indexOf(h.tagname)&&(i=this.tagsNodeStack.pop(),r=r.substring(0,r.lastIndexOf("."))),a!==e.tagname&&(r+=r?"."+a:a),this.isItStopNode(this.options.stopNodes,r,a)){let e="";if(u.length>0&&u.lastIndexOf("/")===u.length-1)s=o.closeIndex;else if(-1!==this.options.unpairedTags.indexOf(a))s=o.closeIndex;else{const i=this.readStopNodeData(t,l,c+1);if(!i)throw new Error(`Unexpected end of ${l}`);s=i.i,e=i.tagContent}const n=new vt(a);a!==u&&d&&(n[":@"]=this.buildAttributesMap(u,r,a)),e&&(e=this.parseTextData(e,a,r,!0,d,!0,!0)),r=r.substr(0,r.lastIndexOf(".")),n.add(this.options.textNodeName,e),this.addChild(i,n,r)}else{if(u.length>0&&u.lastIndexOf("/")===u.length-1){"/"===a[a.length-1]?(a=a.substr(0,a.length-1),r=r.substr(0,r.length-1),u=a):u=u.substr(0,u.length-1),this.options.transformTagName&&(a=this.options.transformTagName(a));const t=new vt(a);a!==u&&d&&(t[":@"]=this.buildAttributesMap(u,r,a)),this.addChild(i,t,r),r=r.substr(0,r.lastIndexOf("."))}else{const t=new vt(a);this.tagsNodeStack.push(i),a!==u&&d&&(t[":@"]=this.buildAttributesMap(u,r,a)),this.addChild(i,t,r),i=t}n="",s=c}}else n+=t[s];return e.child};function Ot(t,e,i){const n=this.options.updateTag(e.tagname,i,e[":@"]);!1===n||("string"==typeof n&&(e.tagname=n),t.addChild(e))}const It=function(t){if(this.options.processEntities){for(let e in this.docTypeEntities){const i=this.docTypeEntities[e];t=t.replace(i.regx,i.val)}for(let e in this.lastEntities){const i=this.lastEntities[e];t=t.replace(i.regex,i.val)}if(this.options.htmlEntities)for(let e in this.htmlEntities){const i=this.htmlEntities[e];t=t.replace(i.regex,i.val)}t=t.replace(this.ampEntity.regex,this.ampEntity.val)}return t};function Pt(t,e,i,n){return t&&(void 0===n&&(n=0===Object.keys(e.child).length),void 0!==(t=this.parseTextData(t,e.tagname,i,!1,!!e[":@"]&&0!==Object.keys(e[":@"]).length,n))&&""!==t&&e.add(this.options.textNodeName,t),t=""),t}function Ct(t,e,i){const n="*."+i;for(const i in t){const r=t[i];if(n===r||e===r)return!0}return!1}function St(t,e,i,n){const r=t.indexOf(e,i);if(-1===r)throw new Error(n);return r+e.length-1}function Dt(t,e,i,n=">"){const r=function(t,e,i=">"){let n,r="";for(let s=e;s",i,`${e} is not closed`);if(t.substring(i+2,s).trim()===e&&(r--,0===r))return{tagContent:t.substring(n,i),i:s};i=s}else if("?"===t[i+1])i=St(t,"?>",i+1,"StopNode is not closed.");else if("!--"===t.substr(i+1,3))i=St(t,"--\x3e",i+3,"StopNode is not closed.");else if("!["===t.substr(i+1,2))i=St(t,"]]>",i,"StopNode is not closed.")-2;else{const n=Dt(t,i,">");n&&((n&&n.tagName)===e&&"/"!==n.tagExp[n.tagExp.length-1]&&r++,i=n.closeIndex)}}function kt(t,e,i){if(e&&"string"==typeof t){const e=t.trim();return"true"===e||"false"!==e&&xt(t,i)}return wt.isExist(t)?t:""}var Lt={};function jt(t,e,i){let n;const r={};for(let s=0;s0&&(r[e.textNodeName]=n):void 0!==n&&(r[e.textNodeName]=n),r}function $t(t){const e=Object.keys(t);for(let t=0;t"},lt:{regex:/&(lt|#60|#x3C);/g,val:"<"},quot:{regex:/&(quot|#34|#x22);/g,val:'"'}},this.ampEntity={regex:/&(amp|#38|#x26);/g,val:"&"},this.htmlEntities={space:{regex:/&(nbsp|#160);/g,val:" "},cent:{regex:/&(cent|#162);/g,val:"¢"},pound:{regex:/&(pound|#163);/g,val:"£"},yen:{regex:/&(yen|#165);/g,val:"¥"},euro:{regex:/&(euro|#8364);/g,val:"€"},copyright:{regex:/&(copy|#169);/g,val:"©"},reg:{regex:/&(reg|#174);/g,val:"®"},inr:{regex:/&(inr|#8377);/g,val:"₹"}},this.addExternalEntities=yt,this.parseXml=Tt,this.parseTextData=Et,this.resolveNameSpace=Nt,this.buildAttributesMap=At,this.isItStopNode=Ct,this.replaceEntitiesValue=It,this.readStopNodeData=Vt,this.saveTextToParentTag=Pt,this.addChild=Ot}},{prettify:Ut}=Lt,Ht=M;function qt(t,e,i,n){let r="",s=!1;for(let o=0;o`,s=!1;continue}if(l===e.commentPropName){r+=n+`\x3c!--${a[l][0][e.textNodeName]}--\x3e`,s=!0;continue}if("?"===l[0]){const t=zt(a[":@"],e),i="?xml"===l?"":n;let o=a[l][0][e.textNodeName];o=0!==o.length?" "+o:"",r+=i+`<${l}${o}${t}?>`,s=!0;continue}let d=n;""!==d&&(d+=e.indentBy);const c=n+`<${l}${zt(a[":@"],e)}`,h=qt(a[l],e,u,d);-1!==e.unpairedTags.indexOf(l)?e.suppressUnpairedNode?r+=c+">":r+=c+"/>":h&&0!==h.length||!e.suppressEmptyNode?h&&h.endsWith(">")?r+=c+`>${h}${n}`:(r+=c+">",h&&""!==n&&(h.includes("/>")||h.includes("`):r+=c+"/>",s=!0}return r}function Xt(t){const e=Object.keys(t);for(let i=0;i0&&e.processEntities)for(let i=0;i0&&(i="\n"),qt(t,e,"",i)},Yt={attributeNamePrefix:"@_",attributesGroupName:!1,textNodeName:"#text",ignoreAttributes:!0,cdataPropName:!1,format:!1,indentBy:" ",suppressEmptyNode:!1,suppressUnpairedNode:!0,suppressBooleanAttributes:!0,tagValueProcessor:function(t,e){return e},attributeValueProcessor:function(t,e){return e},preserveOrder:!1,commentPropName:!1,unpairedTags:[],entities:[{regex:new RegExp("&","g"),val:"&"},{regex:new RegExp(">","g"),val:">"},{regex:new RegExp("<","g"),val:"<"},{regex:new RegExp("'","g"),val:"'"},{regex:new RegExp('"',"g"),val:"""}],processEntities:!0,stopNodes:[],oneListGroup:!1};function Zt(t){this.options=Object.assign({},Yt,t),this.options.ignoreAttributes||this.options.attributesGroupName?this.isAttribute=function(){return!1}:(this.attrPrefixLen=this.options.attributeNamePrefix.length,this.isAttribute=te),this.processTextOrObjNode=Jt,this.options.format?(this.indentate=Qt,this.tagEndChar=">\n",this.newLine="\n"):(this.indentate=function(){return""},this.tagEndChar=">",this.newLine="")}function Jt(t,e,i){const n=this.j2x(t,i+1);return void 0!==t[this.options.textNodeName]&&1===Object.keys(t).length?this.buildTextValNode(t[this.options.textNodeName],e,n.attrStr,i):this.buildObjectNode(n.val,e,n.attrStr,i)}function Qt(t){return this.options.indentBy.repeat(t)}function te(t){return!(!t.startsWith(this.options.attributeNamePrefix)||t===this.options.textNodeName)&&t.substr(this.attrPrefixLen)}Zt.prototype.build=function(t){return this.options.preserveOrder?Wt(t,this.options):(Array.isArray(t)&&this.options.arrayNodeName&&this.options.arrayNodeName.length>1&&(t={[this.options.arrayNodeName]:t}),this.j2x(t,0).val)},Zt.prototype.j2x=function(t,e){let i="",n="";for(let r in t)if(Object.prototype.hasOwnProperty.call(t,r))if(typeof t[r]>"u")this.isAttribute(r)&&(n+="");else if(null===t[r])this.isAttribute(r)?n+="":"?"===r[0]?n+=this.indentate(e)+"<"+r+"?"+this.tagEndChar:n+=this.indentate(e)+"<"+r+"/"+this.tagEndChar;else if(t[r]instanceof Date)n+=this.buildTextValNode(t[r],r,"",e);else if("object"!=typeof t[r]){const s=this.isAttribute(r);if(s)i+=this.buildAttrPairStr(s,""+t[r]);else if(r===this.options.textNodeName){let e=this.options.tagValueProcessor(r,""+t[r]);n+=this.replaceEntitiesValue(e)}else n+=this.buildTextValNode(t[r],r,"",e)}else if(Array.isArray(t[r])){const i=t[r].length;let s="";for(let o=0;o"u"||(null===i?"?"===r[0]?n+=this.indentate(e)+"<"+r+"?"+this.tagEndChar:n+=this.indentate(e)+"<"+r+"/"+this.tagEndChar:"object"==typeof i?this.options.oneListGroup?s+=this.j2x(i,e+1).val:s+=this.processTextOrObjNode(i,r,e):s+=this.buildTextValNode(i,r,"",e))}this.options.oneListGroup&&(s=this.buildObjectNode(s,r,"",e)),n+=s}else if(this.options.attributesGroupName&&r===this.options.attributesGroupName){const e=Object.keys(t[r]),n=e.length;for(let s=0;s"+t+r}},Zt.prototype.closeTag=function(t){let e="";return-1!==this.options.unpairedTags.indexOf(t)?this.options.suppressUnpairedNode||(e="/"):e=this.options.suppressEmptyNode?"/":`>`+this.newLine;if(!1!==this.options.commentPropName&&e===this.options.commentPropName)return this.indentate(n)+`\x3c!--${t}--\x3e`+this.newLine;if("?"===e[0])return this.indentate(n)+"<"+e+i+"?"+this.tagEndChar;{let r=this.options.tagValueProcessor(e,t);return r=this.replaceEntitiesValue(r),""===r?this.indentate(n)+"<"+e+i+this.closeTag(e)+this.tagEndChar:this.indentate(n)+"<"+e+i+">"+r+"0&&this.options.processEntities)for(let e=0;e{oe.setHeaders({"X-Requested-With":"XMLHttpRequest",requesttoken:null!=t?t:""})};(0,b.zo)(ae),ae((0,b.do)());const le=oe,ue='\n"u"&&(window._nc_dav_namespaces={...C}),Object.keys(window._nc_dav_namespaces).map((t=>`xmlns:${t}="${window._nc_dav_namespaces?.[t]}"`)).join(" ")),">\n\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t").concat((typeof window._nc_dav_properties>"u"&&(window._nc_dav_properties=[...P]),window._nc_dav_properties.map((t=>`<${t} />`)).join(" ")),"\n\t\n"),de=function(t){var e,i,n,r,s;const o=function(t=""){let e=I.NONE;return t&&((t.includes("C")||t.includes("K"))&&(e|=I.CREATE),t.includes("G")&&(e|=I.READ),(t.includes("W")||t.includes("N")||t.includes("V"))&&(e|=I.UPDATE),t.includes("D")&&(e|=I.DELETE),t.includes("R")&&(e|=I.SHARE)),e}(null===(e=t.props)||void 0===e?void 0:e.permissions),a=null===(i=(0,b.HW)())||void 0===i?void 0:i.uid,l=(0,ne.Jv)("/apps/files_trashbin/preview?fileId={fileid}&x=32&y=32",t.props),u={id:(null===(n=t.props)||void 0===n?void 0:n.fileid)||0,source:(0,ne.dC)("dav"+re+t.filename),mime:t.mime,size:(null===(r=t.props)||void 0===r?void 0:r.size)||0,permissions:o,owner:a,root:re,attributes:{...t,...t.props,displayName:null===(s=t.props)||void 0===s?void 0:s["trashbin-filename"],previewUrl:l}};return delete u.attributes.props,"file"===t.type?new j(u):new $(u)};var ce=i(61338),he=i(26287);const pe=(0,x.YK)().setApp("files").detectUser().build();!function(t){typeof window._nc_fileactions>"u"&&(window._nc_fileactions=[],A.debug("FileActions initialized")),window._nc_fileactions.find((e=>e.id===t.id))?A.error(`FileAction ${t.id} already registered`,{action:t}):window._nc_fileactions.push(t)}(new class{_action;constructor(t){this.validateAction(t),this._action=t}get id(){return this._action.id}get displayName(){return this._action.displayName}get title(){return this._action.title}get iconSvgInline(){return this._action.iconSvgInline}get enabled(){return this._action.enabled}get exec(){return this._action.exec}get execBatch(){return this._action.execBatch}get order(){return this._action.order}get parent(){return this._action.parent}get default(){return this._action.default}get inline(){return this._action.inline}get renderInline(){return this._action.renderInline}validateAction(t){if(!t.id||"string"!=typeof t.id)throw new Error("Invalid id");if(!t.displayName||"function"!=typeof t.displayName)throw new Error("Invalid displayName function");if("title"in t&&"function"!=typeof t.title)throw new Error("Invalid title function");if(!t.iconSvgInline||"function"!=typeof t.iconSvgInline)throw new Error("Invalid iconSvgInline function");if(!t.exec||"function"!=typeof t.exec)throw new Error("Invalid exec function");if("enabled"in t&&"function"!=typeof t.enabled)throw new Error("Invalid enabled function");if("execBatch"in t&&"function"!=typeof t.execBatch)throw new Error("Invalid execBatch function");if("order"in t&&"number"!=typeof t.order)throw new Error("Invalid order");if("parent"in t&&"string"!=typeof t.parent)throw new Error("Invalid parent");if(t.default&&!Object.values(O).includes(t.default))throw new Error("Invalid default");if("inline"in t&&"function"!=typeof t.inline)throw new Error("Invalid inline function");if("renderInline"in t&&"function"!=typeof t.renderInline)throw new Error("Invalid renderInline function")}}({id:"restore",displayName:()=>(0,w.Tl)("files_trashbin","Restore"),iconSvgInline:()=>'',enabled:(t,e)=>"trashbin"===e.id&&t.length>0&&t.map((t=>t.permissions)).every((t=>0!=(t&I.READ))),async exec(t){try{var e;const i=(0,ne.dC)((0,E.O0)("dav/trashbin/".concat(null===(e=(0,b.HW)())||void 0===e?void 0:e.uid,"/restore/").concat(t.basename)));return await(0,he.A)({method:"MOVE",url:t.encodedSource,headers:{destination:i}}),(0,ce.Ic)("files:node:deleted",t),!0}catch(t){return pe.error(t),!1}},async execBatch(t,e,i){return Promise.all(t.map((t=>this.exec(t,e,i))))},order:1,inline:()=>!0}));const fe=t=>{var e,i;const n=void 0!==(null===(e=t.attributes)||void 0===e?void 0:e["trashbin-original-location"])?String(null===(i=t.attributes)||void 0===i?void 0:i["trashbin-original-location"]):null;if(!n)return(0,w.Tl)("files_trashbin","Unknown");const r=(0,E.pD)(n);return r===n?(0,w.Tl)("files_trashbin","All files"):(0,E.HS)((0,w.Tl)("files_trashbin","All files"),r)};(typeof window._nc_navigation>"u"&&(window._nc_navigation=new class{_views=[];_currentView=null;register(t){if(this._views.find((e=>e.id===t.id)))throw new Error(`View id ${t.id} is already registered`);this._views.push(t)}remove(t){const e=this._views.findIndex((e=>e.id===t));-1!==e&&this._views.splice(e,1)}get views(){return this._views}setActive(t){this._currentView=t}get active(){return this._currentView}},A.debug("Navigation service initialized")),window._nc_navigation).register(new class{_view;constructor(t){(function(t){if(!t.id||"string"!=typeof t.id)throw new Error("View id is required and must be a string");if(!t.name||"string"!=typeof t.name)throw new Error("View name is required and must be a string");if(t.columns&&t.columns.length>0&&(!t.caption||"string"!=typeof t.caption))throw new Error("View caption is required for top-level views and must be a string");if(!t.getContents||"function"!=typeof t.getContents)throw new Error("View getContents is required and must be a function");if(!t.icon||"string"!=typeof t.icon||!function(t){if("string"!=typeof t)throw new TypeError(`Expected a \`string\`, got \`${typeof t}\``);if(0===(t=t.trim()).length||!0!==ee.XMLValidator.validate(t))return!1;let e;const i=new ee.XMLParser;try{e=i.parse(t)}catch{return!1}return!(!e||!("svg"in e))}(t.icon))throw new Error("View icon is required and must be a valid svg string");if(!("order"in t)||"number"!=typeof t.order)throw new Error("View order is required and must be a number");if(t.columns&&t.columns.forEach((t=>{if(!(t instanceof R))throw new Error("View columns must be an array of Column. Invalid column found")})),t.emptyView&&"function"!=typeof t.emptyView)throw new Error("View emptyView must be a function");if(t.parent&&"string"!=typeof t.parent)throw new Error("View parent must be a string");if("sticky"in t&&"boolean"!=typeof t.sticky)throw new Error("View sticky must be a boolean");if("expanded"in t&&"boolean"!=typeof t.expanded)throw new Error("View expanded must be a boolean");if(t.defaultSortKey&&"string"!=typeof t.defaultSortKey)throw new Error("View defaultSortKey must be a string")})(t),this._view=t}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(t){this._view.icon=t}get order(){return this._view.order}set order(t){this._view.order=t}get params(){return this._view.params}set params(t){this._view.params=t}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(t){this._view.expanded=t}get defaultSortKey(){return this._view.defaultSortKey}}({id:"trashbin",name:(0,w.Tl)("files_trashbin","Deleted files"),caption:(0,w.Tl)("files_trashbin","List of files that have been deleted."),emptyTitle:(0,w.Tl)("files_trashbin","No deleted files"),emptyCaption:(0,w.Tl)("files_trashbin","Files and folders you have deleted will show up here"),icon:'',order:50,sticky:!0,defaultSortKey:"deleted",columns:[new R({id:"original-location",title:(0,w.Tl)("files_trashbin","Original location"),render(t){const e=fe(t),i=document.createElement("span");return i.title=e,i.textContent=e,i},sort(t,e){const i=fe(t),n=fe(e);return i.localeCompare(n)}}),new R({id:"deleted",title:(0,w.Tl)("files_trashbin","Deleted"),render(t){var e;const i=null===(e=t.attributes)||void 0===e?void 0:e["trashbin-deletion-time"],n=document.createElement("span");return i?(n.title=v.A.unix(i).format("LLL"),n.textContent=v.A.unix(i).fromNow(),n):(n.textContent=(0,w.Tl)("files_trashbin","A long time ago"),n)},sort(t,e){var i,n;const r=(null===(i=t.attributes)||void 0===i?void 0:i["trashbin-deletion-time"])||(null==t?void 0:t.mtime)||0;return((null===(n=e.attributes)||void 0===n?void 0:n["trashbin-deletion-time"])||(null==e?void 0:e.mtime)||0)-r}})],getContents:async function(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"/";const e=await le.stat(t,{details:!0,data:ue}),i=await le.getDirectoryContents(t,{details:!0,data:ue});return{folder:de(e.data),contents:i.data.map(de)}}}))},98290:(t,e,i)=>{i.d(e,{A:()=>a});var n=i(71354),r=i.n(n),s=i(76314),o=i.n(s)()(r());o.push([t.id,".files-list__row-trashbin-original-location{width:150px !important}","",{version:3,sources:["webpack://./apps/files_trashbin/src/trashbin.scss"],names:[],mappings:"AAAA,4CACE,sBAAA",sourcesContent:[".files-list__row-trashbin-original-location {\n width: 150px !important;\n}\n"],sourceRoot:""}]);const a=o}},i={};function n(t){var r=i[t];if(void 0!==r)return r.exports;var s=i[t]={id:t,loaded:!1,exports:{}};return e[t].call(s.exports,s,s.exports,n),s.loaded=!0,s.exports}n.m=e,t=[],n.O=(e,i,r,s)=>{if(!i){var o=1/0;for(d=0;d=s)&&Object.keys(n.O).every((t=>n.O[t](i[l])))?i.splice(l--,1):(a=!1,s0&&t[d-1][2]>s;d--)t[d]=t[d-1];t[d]=[i,r,s]},n.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return n.d(e,{a:e}),e},n.d=(t,e)=>{for(var i in e)n.o(e,i)&&!n.o(t,i)&&Object.defineProperty(t,i,{enumerable:!0,get:e[i]})},n.e=()=>Promise.resolve(),n.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.nmd=t=>(t.paths=[],t.children||(t.children=[]),t),n.j=4012,(()=>{n.b=document.baseURI||self.location.href;var t={4012:0};n.O.j=e=>0===t[e];var e=(e,i)=>{var r,s,o=i[0],a=i[1],l=i[2],u=0;if(o.some((e=>0!==t[e]))){for(r in a)n.o(a,r)&&(n.m[r]=a[r]);if(l)var d=l(n)}for(e&&e(i);un(70274)));r=n.O(r)})(); +//# sourceMappingURL=files_trashbin-main.js.map?v=f080eaec27db8d591e8f \ No newline at end of file diff --git a/dist/files_trashbin-main.js.map b/dist/files_trashbin-main.js.map index 9441015708eb4..2bfac3b8b5bd2 100644 --- a/dist/files_trashbin-main.js.map +++ b/dist/files_trashbin-main.js.map @@ -1 +1 @@ -{"version":3,"file":"files_trashbin-main.js?v=d875dd4d1b32790c8265","mappings":"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","sources":["webpack:///nextcloud/webpack/runtime/chunk loaded","webpack:///nextcloud/node_modules/@nextcloud/files/dist/index.mjs","webpack:///nextcloud/apps/files_trashbin/src/services/client.ts","webpack:///nextcloud/apps/files_trashbin/src/services/trashbin.ts","webpack:///nextcloud/apps/files/src/logger.js","webpack:///nextcloud/apps/files_trashbin/src/actions/restoreAction.ts","webpack:///nextcloud/apps/files_trashbin/src/main.ts","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 * @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 { createClient } from 'webdav';\nimport { generateRemoteUrl } from '@nextcloud/router';\nimport { getCurrentUser, getRequestToken, onRequestTokenUpdate } from '@nextcloud/auth';\n// init webdav client\nexport const rootPath = `/trashbin/${getCurrentUser()?.uid}/trash`;\nexport const rootUrl = generateRemoteUrl('dav' + rootPath);\nconst client = createClient(rootUrl);\n// set CSRF token header\nconst setHeaders = (token) => {\n client.setHeaders({\n // Add this so the server knows it is an request from the browser\n 'X-Requested-With': 'XMLHttpRequest',\n // Inject user auth\n requesttoken: token ?? '',\n });\n};\n// refresh headers when request token changes\nonRequestTokenUpdate(setHeaders);\nsetHeaders(getRequestToken());\nexport default client;\n","import { File, Folder, davParsePermissions, getDavNameSpaces, getDavProperties } from '@nextcloud/files';\nimport { generateRemoteUrl, generateUrl } from '@nextcloud/router';\nimport { getCurrentUser } from '@nextcloud/auth';\nimport client, { rootPath } from './client';\nconst data = `\n\n\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t${getDavProperties()}\n\t\n`;\nconst resultToNode = function (node) {\n const permissions = davParsePermissions(node.props?.permissions);\n const owner = getCurrentUser()?.uid;\n const previewUrl = generateUrl('/apps/files_trashbin/preview?fileId={fileid}&x=32&y=32', node.props);\n const nodeData = {\n id: node.props?.fileid || 0,\n source: generateRemoteUrl('dav' + rootPath + node.filename),\n // do not show the mtime column\n // mtime: new Date(node.lastmod),\n mime: node.mime,\n size: node.props?.size || 0,\n permissions,\n owner,\n root: rootPath,\n attributes: {\n ...node,\n ...node.props,\n // Override displayed name on the list\n displayName: node.props?.['trashbin-filename'],\n previewUrl,\n },\n };\n delete nodeData.attributes.props;\n return node.type === 'file'\n ? new File(nodeData)\n : new Folder(nodeData);\n};\nexport const getContents = async (path = '/') => {\n // TODO: use only one request when webdav-client supports it\n // @see https://github.com/perry-mitchell/webdav-client/pull/334\n const rootResponse = await client.stat(path, {\n details: true,\n data,\n });\n const contentsResponse = await client.getDirectoryContents(path, {\n details: true,\n data,\n });\n return {\n folder: resultToNode(rootResponse.data),\n contents: contentsResponse.data.map(resultToNode),\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 */\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 { generateRemoteUrl } from '@nextcloud/router';\nimport { getCurrentUser } from '@nextcloud/auth';\nimport { Permission, Node, View, registerFileAction, FileAction } from '@nextcloud/files';\nimport { translate as t } from '@nextcloud/l10n';\nimport axios from '@nextcloud/axios';\nimport History from '@mdi/svg/svg/history.svg?raw';\nimport logger from '../../../files/src/logger.js';\nimport { encodePath } from '@nextcloud/paths';\nregisterFileAction(new FileAction({\n id: 'restore',\n displayName() {\n return t('files_trashbin', 'Restore');\n },\n iconSvgInline: () => History,\n enabled(nodes, view) {\n // Only available in the trashbin view\n if (view.id !== 'trashbin') {\n return false;\n }\n // Only available if all nodes have read permission\n return nodes.length > 0 && nodes\n .map(node => node.permissions)\n .every(permission => (permission & Permission.READ) !== 0);\n },\n async exec(node) {\n try {\n const destination = generateRemoteUrl(encodePath(`dav/trashbin/${getCurrentUser()?.uid}/restore/${node.basename}`));\n await axios({\n method: 'MOVE',\n url: node.encodedSource,\n headers: {\n destination,\n },\n });\n // Let's pretend the file is deleted since\n // we don't know the restored location\n emit('files:node:deleted', node);\n return true;\n }\n catch (error) {\n logger.error(error);\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: 1,\n inline: () => true,\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, translate } from '@nextcloud/l10n';\nimport DeleteSvg from '@mdi/svg/svg/delete.svg?raw';\nimport moment from '@nextcloud/moment';\nimport { getContents } from './services/trashbin';\n// Register restore action\nimport './actions/restoreAction';\nimport { Column, View, getNavigation } from '@nextcloud/files';\nconst Navigation = getNavigation();\nNavigation.register(new View({\n id: 'trashbin',\n name: t('files_trashbin', 'Deleted files'),\n caption: t('files_trashbin', 'List of files that have been deleted.'),\n emptyTitle: t('files_trashbin', 'No deleted files'),\n emptyCaption: t('files_trashbin', 'Files and folders you have deleted will show up here'),\n icon: DeleteSvg,\n order: 50,\n sticky: true,\n defaultSortKey: 'deleted',\n columns: [\n new Column({\n id: 'deleted',\n title: t('files_trashbin', 'Deleted'),\n render(node) {\n const deletionTime = node.attributes?.['trashbin-deletion-time'];\n const span = document.createElement('span');\n if (deletionTime) {\n span.title = moment.unix(deletionTime).format('LLL');\n span.textContent = moment.unix(deletionTime).fromNow();\n return span;\n }\n // Unknown deletion time\n span.textContent = translate('files_trashbin', 'A long time ago');\n return span;\n },\n sort(nodeA, nodeB) {\n const deletionTimeA = nodeA.attributes?.['trashbin-deletion-time'] || nodeA?.mtime || 0;\n const deletionTimeB = nodeB.attributes?.['trashbin-deletion-time'] || nodeB?.mtime || 0;\n return deletionTimeB - deletionTimeA;\n },\n }),\n ],\n getContents,\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 = 4012;","__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\t4012: 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, [4208], () => (__webpack_require__(37219)))\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","rootPath","concat","_getCurrentUser","getCurrentUser","rootUrl","generateRemoteUrl","client","createClient","setHeaders","token","requesttoken","onRequestTokenUpdate","getRequestToken","_nc_dav_namespaces","join","_nc_dav_properties","resultToNode","node","_node$props","_node$props2","_node$props3","_node$props4","davParsePermissions","props","previewUrl","generateUrl","nodeData","filename","displayName","getLoggerBuilder","detectUser","_nc_fileactions","debug","find","error","action","registerFileAction","_action","validateAction","iconSvgInline","enabled","execBatch","order","parent","default","inline","renderInline","nodes","view","every","permission","Permission","destination","encodePath","axios","method","url","headers","emit","logger","dir","Promise","all","_nc_navigation","_views","_currentView","register","remove","findIndex","splice","views","setActive","active","_view","name","columns","caption","getContents","icon","TypeError","Xt","forEach","emptyView","sticky","expanded","defaultSortKey","Ut","emptyTitle","emptyCaption","params","Column","_node$attributes","deletionTime","span","document","createElement","moment","unix","textContent","fromNow","translate","nodeA","nodeB","_nodeA$attributes","_nodeB$attributes","deletionTimeA","async","arguments","undefined","rootResponse","stat","details","contentsResponse","getDirectoryContents","folder","contents","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","exports","module","loaded","__webpack_modules__","result","chunkIds","fn","priority","notFulfilled","Infinity","fulfilled","key","getter","__esModule","definition","defineProperty","enumerable","get","resolve","globalThis","Function","obj","prop","Symbol","toStringTag","nmd","paths","children","baseURI","self","location","href","installedChunks","chunkId","webpackJsonpCallback","parentChunkLoadingFunction","moreModules","runtime","some","chunkLoadingGlobal","bind","__webpack_exports__"],"sourceRoot":""} \ No newline at end of file +{"version":3,"file":"files_trashbin-main.js?v=f080eaec27db8d591e8f","mappings":"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","sources":["webpack:///nextcloud/webpack/runtime/chunk loaded","webpack://nextcloud/./apps/files_trashbin/src/trashbin.scss?8b2e","webpack:///nextcloud/node_modules/@nextcloud/files/dist/index.mjs","webpack:///nextcloud/apps/files_trashbin/src/services/client.ts","webpack:///nextcloud/apps/files_trashbin/src/services/trashbin.ts","webpack:///nextcloud/apps/files/src/logger.js","webpack:///nextcloud/apps/files_trashbin/src/actions/restoreAction.ts","webpack:///nextcloud/apps/files_trashbin/src/main.ts","webpack:///nextcloud/apps/files_trashbin/src/trashbin.scss","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};","\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!./trashbin.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!./trashbin.scss\";\n export default content && content.locals ? content.locals : undefined;\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 * @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 { createClient } from 'webdav';\nimport { generateRemoteUrl } from '@nextcloud/router';\nimport { getCurrentUser, getRequestToken, onRequestTokenUpdate } from '@nextcloud/auth';\n// init webdav client\nexport const rootPath = `/trashbin/${getCurrentUser()?.uid}/trash`;\nexport const rootUrl = generateRemoteUrl('dav' + rootPath);\nconst client = createClient(rootUrl);\n// set CSRF token header\nconst setHeaders = (token) => {\n client.setHeaders({\n // Add this so the server knows it is an request from the browser\n 'X-Requested-With': 'XMLHttpRequest',\n // Inject user auth\n requesttoken: token ?? '',\n });\n};\n// refresh headers when request token changes\nonRequestTokenUpdate(setHeaders);\nsetHeaders(getRequestToken());\nexport default client;\n","import { File, Folder, davParsePermissions, getDavNameSpaces, getDavProperties } from '@nextcloud/files';\nimport { generateRemoteUrl, generateUrl } from '@nextcloud/router';\nimport { getCurrentUser } from '@nextcloud/auth';\nimport client, { rootPath } from './client';\nconst data = `\n\n\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t${getDavProperties()}\n\t\n`;\nconst resultToNode = function (node) {\n const permissions = davParsePermissions(node.props?.permissions);\n const owner = getCurrentUser()?.uid;\n const previewUrl = generateUrl('/apps/files_trashbin/preview?fileId={fileid}&x=32&y=32', node.props);\n const nodeData = {\n id: node.props?.fileid || 0,\n source: generateRemoteUrl('dav' + rootPath + node.filename),\n // do not show the mtime column\n // mtime: new Date(node.lastmod),\n mime: node.mime,\n size: node.props?.size || 0,\n permissions,\n owner,\n root: rootPath,\n attributes: {\n ...node,\n ...node.props,\n // Override displayed name on the list\n displayName: node.props?.['trashbin-filename'],\n previewUrl,\n },\n };\n delete nodeData.attributes.props;\n return node.type === 'file'\n ? new File(nodeData)\n : new Folder(nodeData);\n};\nexport const getContents = async (path = '/') => {\n // TODO: use only one request when webdav-client supports it\n // @see https://github.com/perry-mitchell/webdav-client/pull/334\n const rootResponse = await client.stat(path, {\n details: true,\n data,\n });\n const contentsResponse = await client.getDirectoryContents(path, {\n details: true,\n data,\n });\n return {\n folder: resultToNode(rootResponse.data),\n contents: contentsResponse.data.map(resultToNode),\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 */\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 { generateRemoteUrl } from '@nextcloud/router';\nimport { getCurrentUser } from '@nextcloud/auth';\nimport { Permission, Node, View, registerFileAction, FileAction } from '@nextcloud/files';\nimport { translate as t } from '@nextcloud/l10n';\nimport axios from '@nextcloud/axios';\nimport History from '@mdi/svg/svg/history.svg?raw';\nimport logger from '../../../files/src/logger.js';\nimport { encodePath } from '@nextcloud/paths';\nregisterFileAction(new FileAction({\n id: 'restore',\n displayName() {\n return t('files_trashbin', 'Restore');\n },\n iconSvgInline: () => History,\n enabled(nodes, view) {\n // Only available in the trashbin view\n if (view.id !== 'trashbin') {\n return false;\n }\n // Only available if all nodes have read permission\n return nodes.length > 0 && nodes\n .map(node => node.permissions)\n .every(permission => (permission & Permission.READ) !== 0);\n },\n async exec(node) {\n try {\n const destination = generateRemoteUrl(encodePath(`dav/trashbin/${getCurrentUser()?.uid}/restore/${node.basename}`));\n await axios({\n method: 'MOVE',\n url: node.encodedSource,\n headers: {\n destination,\n },\n });\n // Let's pretend the file is deleted since\n // we don't know the restored location\n emit('files:node:deleted', node);\n return true;\n }\n catch (error) {\n logger.error(error);\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: 1,\n inline: () => true,\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 './trashbin.scss';\nimport { translate as t } from '@nextcloud/l10n';\nimport DeleteSvg from '@mdi/svg/svg/delete.svg?raw';\nimport moment from '@nextcloud/moment';\nimport { getContents } from './services/trashbin';\n// Register restore action\nimport './actions/restoreAction';\nimport { Column, Node, View, getNavigation } from '@nextcloud/files';\nimport { dirname, joinPaths } from '@nextcloud/paths';\nconst parseOriginalLocation = (node) => {\n const path = node.attributes?.['trashbin-original-location'] !== undefined ? String(node.attributes?.['trashbin-original-location']) : null;\n if (!path) {\n return t('files_trashbin', 'Unknown');\n }\n const dir = dirname(path);\n if (dir === path) { // Node is in root folder\n return t('files_trashbin', 'All files');\n }\n return joinPaths(t('files_trashbin', 'All files'), dir);\n};\nconst Navigation = getNavigation();\nNavigation.register(new View({\n id: 'trashbin',\n name: t('files_trashbin', 'Deleted files'),\n caption: t('files_trashbin', 'List of files that have been deleted.'),\n emptyTitle: t('files_trashbin', 'No deleted files'),\n emptyCaption: t('files_trashbin', 'Files and folders you have deleted will show up here'),\n icon: DeleteSvg,\n order: 50,\n sticky: true,\n defaultSortKey: 'deleted',\n columns: [\n new Column({\n id: 'original-location',\n title: t('files_trashbin', 'Original location'),\n render(node) {\n const originalLocation = parseOriginalLocation(node);\n const span = document.createElement('span');\n span.title = originalLocation;\n span.textContent = originalLocation;\n return span;\n },\n sort(nodeA, nodeB) {\n const locationA = parseOriginalLocation(nodeA);\n const locationB = parseOriginalLocation(nodeB);\n return locationA.localeCompare(locationB);\n },\n }),\n new Column({\n id: 'deleted',\n title: t('files_trashbin', 'Deleted'),\n render(node) {\n const deletionTime = node.attributes?.['trashbin-deletion-time'];\n const span = document.createElement('span');\n if (deletionTime) {\n span.title = moment.unix(deletionTime).format('LLL');\n span.textContent = moment.unix(deletionTime).fromNow();\n return span;\n }\n // Unknown deletion time\n span.textContent = t('files_trashbin', 'A long time ago');\n return span;\n },\n sort(nodeA, nodeB) {\n const deletionTimeA = nodeA.attributes?.['trashbin-deletion-time'] || nodeA?.mtime || 0;\n const deletionTimeB = nodeB.attributes?.['trashbin-deletion-time'] || nodeB?.mtime || 0;\n return deletionTimeB - deletionTimeA;\n },\n }),\n ],\n getContents,\n}));\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.files-list__row-trashbin-original-location{width:150px !important}`, \"\",{\"version\":3,\"sources\":[\"webpack://./apps/files_trashbin/src/trashbin.scss\"],\"names\":[],\"mappings\":\"AAAA,4CACE,sBAAA\",\"sourcesContent\":[\".files-list__row-trashbin-original-location {\\n width: 150px !important;\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\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 = 4012;","__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\t4012: 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, [4208], () => (__webpack_require__(70274)))\n__webpack_exports__ = __webpack_require__.O(__webpack_exports__);\n"],"names":["deferred","options","styleTagTransform","setAttributes","insert","domAPI","insertStyleElement","locals","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","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","rootPath","concat","_getCurrentUser","getCurrentUser","rootUrl","generateRemoteUrl","client","createClient","setHeaders","token","requesttoken","onRequestTokenUpdate","getRequestToken","_nc_dav_namespaces","join","_nc_dav_properties","resultToNode","node","_node$props","_node$props2","_node$props3","_node$props4","davParsePermissions","props","previewUrl","generateUrl","nodeData","filename","displayName","getLoggerBuilder","detectUser","_nc_fileactions","debug","find","error","action","registerFileAction","_action","validateAction","iconSvgInline","enabled","execBatch","order","parent","default","inline","renderInline","nodes","view","every","permission","Permission","destination","encodePath","axios","method","url","headers","emit","logger","dir","Promise","all","parseOriginalLocation","_node$attributes","_node$attributes2","undefined","String","joinPaths","_nc_navigation","_views","_currentView","register","remove","findIndex","splice","views","setActive","active","_view","name","columns","caption","getContents","icon","TypeError","Xt","forEach","emptyView","sticky","expanded","defaultSortKey","Ut","emptyTitle","emptyCaption","params","Column","originalLocation","span","document","createElement","textContent","nodeA","nodeB","locationA","locationB","localeCompare","_node$attributes3","deletionTime","moment","unix","fromNow","_nodeA$attributes","_nodeB$attributes","deletionTimeA","async","arguments","rootResponse","stat","details","contentsResponse","getDirectoryContents","folder","contents","___CSS_LOADER_EXPORT___","module","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","exports","loaded","__webpack_modules__","result","chunkIds","fn","priority","notFulfilled","Infinity","fulfilled","key","getter","__esModule","definition","defineProperty","enumerable","get","resolve","globalThis","Function","obj","prop","Symbol","toStringTag","nmd","paths","children","baseURI","self","location","href","installedChunks","chunkId","webpackJsonpCallback","parentChunkLoadingFunction","moreModules","runtime","some","chunkLoadingGlobal","bind","__webpack_exports__"],"sourceRoot":""} \ No newline at end of file