Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/js/dist/login.js')
-rw-r--r--core/js/dist/login.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/js/dist/login.js b/core/js/dist/login.js
index bf92aa13c77..d425078bbd0 100644
--- a/core/js/dist/login.js
+++ b/core/js/dist/login.js
@@ -255,7 +255,9 @@ function o(t,n,r){"post"!==t&&"delete"!==t||!a.a.PasswordConfirmation.requiresPa
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-var r=function(e){var t,n,r,i={};if(!e)return null;(t=e.indexOf("?"))>=0&&(e=e.substr(t+1));for(var a=e.replace(/\+/g,"%20").split("&"),o=0;o<a.length;o++){var s=a[o];(n=(t=s.indexOf("="))>=0?[s.substr(0,t),s.substr(t+1)]:[s]).length&&((r=decodeURIComponent(n[0]))&&(n.length>1?i[r]=decodeURIComponent(n[1]):i[r]=null))}return i},i=function(t){return t?e.map(t,(function(e,t){var n=encodeURIComponent(t);return null!=e&&(n+="="+encodeURIComponent(e)),n})).join("&"):""}}).call(this,n(0))},function(e,t,n){var r=n(619)("identity",n(106),n(741));r.placeholder=n(272),e.exports=r},,,,,,,,function(e,t,n){"use strict";n.d(t,"b",(function(){return s}));var r=n(0),i=n.n(r),a=!1,o={enableDynamicSlideToggle:function(){a=!0},showAppSidebar:function(e){(e||i()("#app-sidebar")).removeClass("disappear").show(),i()("#app-content").trigger(new i.a.Event("appresized"))},hideAppSidebar:function(e){(e||i()("#app-sidebar")).hide().addClass("disappear"),i()("#app-content").trigger(new i.a.Event("appresized"))}},s=function(){var e=i()("[data-apps-slide-toggle]");0===e.length&&i()("#app-navigation").addClass("without-app-settings"),i()(document).click((function(t){a&&(e=i()("[data-apps-slide-toggle]")),e.each((function(e,n){var r=i()(n).data("apps-slide-toggle"),a=i()(r);function o(){a.slideUp(4*OC.menuSpeed,(function(){a.trigger(new i.a.Event("hide"))})),a.removeClass("opened"),i()(n).removeClass("opened")}if(!a.is(":animated"))if(i()(n).is(i()(t.target).closest("[data-apps-slide-toggle]")))a.is(":visible")?o():function(){a.slideDown(4*OC.menuSpeed,(function(){a.trigger(new i.a.Event("show"))})),a.addClass("opened"),i()(n).addClass("opened");var e=i()(r+" [autofocus]");1===e.length&&e.focus()}();else{var s=i()(t.target).closest(r);a.is(":visible")&&s[0]!==a[0]&&o()}}))}))};t.a=o},function(e,t,n){"undefined"==typeof dav&&(dav={}),dav._XML_CHAR_MAP={"<":"&lt;",">":"&gt;","&":"&amp;",'"':"&quot;","'":"&apos;"},dav._escapeXml=function(e){return e.replace(/[<>&"']/g,(function(e){return dav._XML_CHAR_MAP[e]}))},dav.Client=function(e){var t;for(t in e)this[t]=e[t]},dav.Client.prototype={baseUrl:null,userName:null,password:null,xmlNamespaces:{"DAV:":"d"},propFind:function(e,t,n,r){void 0===n&&(n="0"),n=""+n,(r=r||{}).Depth=n,r["Content-Type"]="application/xml; charset=utf-8";var i,a='<?xml version="1.0"?>\n<d:propfind ';for(i in this.xmlNamespaces)a+=" xmlns:"+this.xmlNamespaces[i]+'="'+i+'"';for(var o in a+=">\n <d:prop>\n",t)if(t.hasOwnProperty(o)){var s=this.parseClarkNotation(t[o]);this.xmlNamespaces[s.namespace]?a+=" <"+this.xmlNamespaces[s.namespace]+":"+s.name+" />\n":a+=" <x:"+s.name+' xmlns:x="'+s.namespace+'" />\n'}return a+=" </d:prop>\n",a+="</d:propfind>",this.request("PROPFIND",e,r,a).then(function(e){return"0"===n?{status:e.status,body:e.body[0],xhr:e.xhr}:{status:e.status,body:e.body,xhr:e.xhr}}.bind(this))},_renderPropSet:function(e){var t=" <d:set>\n <d:prop>\n";for(var n in e)if(e.hasOwnProperty(n)){var r,i=this.parseClarkNotation(n),a=e[n];"d:resourcetype"!==(r=this.xmlNamespaces[i.namespace]?this.xmlNamespaces[i.namespace]+":"+i.name:"x:"+i.name+' xmlns:x="'+i.namespace+'"')&&(a=dav._escapeXml(a)),t+=" <"+r+">"+a+"</"+r+">\n"}return t+=" </d:prop>\n",t+=" </d:set>\n"},propPatch:function(e,t,n){(n=n||{})["Content-Type"]="application/xml; charset=utf-8";var r,i='<?xml version="1.0"?>\n<d:propertyupdate ';for(r in this.xmlNamespaces)i+=" xmlns:"+this.xmlNamespaces[r]+'="'+r+'"';return i+=">\n"+this._renderPropSet(t),i+="</d:propertyupdate>",this.request("PROPPATCH",e,n,i).then(function(e){return{status:e.status,body:e.body,xhr:e.xhr}}.bind(this))},mkcol:function(e,t,n){var r="";if((n=n||{})["Content-Type"]="application/xml; charset=utf-8",t){var i;for(i in r='<?xml version="1.0"?>\n<d:mkcol',this.xmlNamespaces)r+=" xmlns:"+this.xmlNamespaces[i]+'="'+i+'"';r+=">\n"+this._renderPropSet(t),r+="</d:mkcol>"}return this.request("MKCOL",e,n,r).then(function(e){return{status:e.status,body:e.body,xhr:e.xhr}}.bind(this))},request:function(e,t,n,r,i,a){var o,s=this,u=this.xhrProvider();for(o in n=n||{},i=i||"",this.userName&&(n.Authorization="Basic "+btoa(this.userName+":"+this.password)),u.open(e,this.resolveUrl(t),!0),n)u.setRequestHeader(o,n[o]);return u.responseType=i,a&&"function"==typeof a.onProgress&&("PUT"===e||"POST"===e?u.upload.addEventListener("progress",(function(e){a.onProgress(e)}),!1):u.addEventListener("progress",(function(e){a.onProgress(e)}),!1)),void 0===r?u.send():u.send(r),new Promise((function(e,t){u.onreadystatechange=function(){if(4===u.readyState){var t=u.response;207===u.status&&(t=s.parseMultiStatus(u.response)),e({body:t,status:u.status,xhr:u})}},u.ontimeout=function(){t(new Error("Timeout exceeded"))}}))},xhrProvider:function(){return new XMLHttpRequest},_parsePropNode:function(e){var t=null;if(e.childNodes&&e.childNodes.length>0){for(var n=[],r=0;r<e.childNodes.length;r++){var i=e.childNodes[r];1===i.nodeType&&n.push(i)}n.length&&(t=n)}return t||e.textContent||e.text||""},parseMultiStatus:function(e){for(var t=(new DOMParser).parseFromString(e,"application/xml"),n=function(e){var t;for(t in this.xmlNamespaces)if(this.xmlNamespaces[t]===e)return t}.bind(this),r=t.evaluate("/d:multistatus/d:response",t,n,XPathResult.ANY_TYPE,null),i=[],a=r.iterateNext();a;){var o={href:null,propStat:[]};o.href=t.evaluate("string(d:href)",a,n,XPathResult.ANY_TYPE,null).stringValue;for(var s=t.evaluate("d:propstat",a,n,XPathResult.ANY_TYPE,null),u=s.iterateNext();u;){for(var c={status:t.evaluate("string(d:status)",u,n,XPathResult.ANY_TYPE,null).stringValue,properties:{}},l=t.evaluate("d:prop/*",u,n,XPathResult.ANY_TYPE,null),d=l.iterateNext();d;){var f=this._parsePropNode(d);c.properties["{"+d.namespaceURI+"}"+d.localName]=f,d=l.iterateNext()}o.propStat.push(c),u=s.iterateNext()}i.push(o),a=r.iterateNext()}return i},resolveUrl:function(e){if(/^https?:\/\//i.test(e))return e;var t=this.parseUrl(this.baseUrl);if(e.charAt("/"))return t.root+e;t.root;return-1!==t.path.lastIndexOf("/")&&t.path.subString(0,t.path.lastIndexOf("/"))+"/",e,e},parseUrl:function(e){var t=e.match(/^(?:([A-Za-z]+):)?(\/{0,3})([0-9.\-A-Za-z]+)(?::(\d+))?(?:\/([^?#]*))?(?:\?([^#]*))?(?:#(.*))?$/),n={url:t[0],scheme:t[1],host:t[3],port:t[4],path:t[5],query:t[6],fragment:t[7]};return n.root=n.scheme+"://"+n.host+(n.port?":"+n.port:""),n},parseClarkNotation:function(e){var t=e.match(/^{([^}]+)}(.*)$/);if(t)return{name:t[2],namespace:t[1]}}},void 0!==e.exports&&(e.exports.Client=dav.Client),e.exports=dav},function(e,t,n){e.exports=function(){"use strict";var e=Object.freeze||function(e){return e},t=e(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","pre","progress","q","rp","rt","ruby","s","samp","section","select","shadow","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),n=e(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","audio","canvas","circle","clippath","defs","desc","ellipse","filter","font","g","glyph","glyphref","hkern","image","line","lineargradient","marker","mask","metadata","mpath","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","video","view","vkern"]),r=e(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),i=e(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover"]),a=e(["#text"]),o=Object.freeze||function(e){return e},s=o(["accept","action","align","alt","autocomplete","background","bgcolor","border","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","controls","coords","crossorigin","datetime","default","dir","disabled","download","enctype","face","for","headers","height","hidden","high","href","hreflang","id","integrity","ismap","label","lang","list","loop","low","max","maxlength","media","method","min","minlength","multiple","name","noshade","novalidate","nowrap","open","optimum","pattern","placeholder","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","span","srclang","start","src","srcset","step","style","summary","tabindex","title","type","usemap","valign","value","width","xmlns"]),u=o(["accent-height","accumulate","additive","alignment-baseline","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dur","edgemode","elevation","end","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","specularconstant","specularexponent","spreadmethod","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","tabindex","targetx","targety","transform","text-anchor","text-decoration","text-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),c=o(["accent","accentunder","align","bevelled","close","columnsalign","columnlines","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lspace","lquote","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),l=o(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),d=Object.hasOwnProperty,f=Object.setPrototypeOf,p=("undefined"!=typeof Reflect&&Reflect).apply;function h(e,t){f&&f(e,null);for(var n=t.length;n--;){var r=t[n];if("string"==typeof r){var i=r.toLowerCase();i!==r&&(Object.isFrozen(t)||(t[n]=i),r=i)}e[r]=!0}return e}function m(e){var t={},n=void 0;for(n in e)p(d,e,[n])&&(t[n]=e[n]);return t}p||(p=function(e,t,n){return e.apply(t,n)});var _=Object.seal||function(e){return e},v=_(/\{\{[\s\S]*|[\s\S]*\}\}/gm),y=_(/<%[\s\S]*|[\s\S]*%>/gm),g=_(/^data-[\-\w.\u00B7-\uFFFF]/),M=_(/^aria-[\-\w]+$/),L=_(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),b=_(/^(?:\w+script|data):/i),w=_(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205f\u3000]/g),k="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e};function T(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return Array.from(e)}var x=("undefined"!=typeof Reflect&&Reflect).apply,Y=Array.prototype.slice,D=Object.freeze,S=function(){return"undefined"==typeof window?null:window};x||(x=function(e,t,n){return e.apply(t,n)});var E=function(e,t){if("object"!==(void 0===e?"undefined":k(e))||"function"!=typeof e.createPolicy)return null;var n=null;t.currentScript&&t.currentScript.hasAttribute("data-tt-policy-suffix")&&(n=t.currentScript.getAttribute("data-tt-policy-suffix"));var r="dompurify"+(n?"#"+n:"");try{return e.createPolicy(r,{createHTML:function(e){return e}})}catch(e){return console.warn("TrustedTypes policy "+r+" could not be created."),null}};return function e(){var o=arguments.length>0&&void 0!==arguments[0]?arguments[0]:S(),d=function(t){return e(t)};if(d.version="2.0.7",d.removed=[],!o||!o.document||9!==o.document.nodeType)return d.isSupported=!1,d;var f=o.document,p=!1,_=!1,O=o.document,j=o.DocumentFragment,A=o.HTMLTemplateElement,P=o.Node,C=o.NodeFilter,H=o.NamedNodeMap,I=void 0===H?o.NamedNodeMap||o.MozNamedAttrMap:H,R=o.Text,N=o.Comment,F=o.DOMParser,W=o.TrustedTypes;if("function"==typeof A){var z=O.createElement("template");z.content&&z.content.ownerDocument&&(O=z.content.ownerDocument)}var $=E(W,f),U=$?$.createHTML(""):"",B=O,q=B.implementation,G=B.createNodeIterator,V=B.getElementsByTagName,J=B.createDocumentFragment,K=f.importNode,X={};d.isSupported=q&&void 0!==q.createHTMLDocument&&9!==O.documentMode;var Z=v,Q=y,ee=g,te=M,ne=b,re=w,ie=L,ae=null,oe=h({},[].concat(T(t),T(n),T(r),T(i),T(a))),se=null,ue=h({},[].concat(T(s),T(u),T(c),T(l))),ce=null,le=null,de=!0,fe=!0,pe=!1,he=!1,me=!1,_e=!1,ve=!1,ye=!1,ge=!1,Me=!1,Le=!1,be=!1,we=!0,ke=!0,Te=!1,xe={},Ye=h({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","plaintext","script","style","svg","template","thead","title","video","xmp"]),De=h({},["audio","video","img","source","image"]),Se=null,Ee=h({},["alt","class","for","id","label","name","pattern","placeholder","summary","title","value","style","xmlns"]),Oe=null,je=O.createElement("form"),Ae=function(e){Oe&&Oe===e||(e&&"object"===(void 0===e?"undefined":k(e))||(e={}),ae="ALLOWED_TAGS"in e?h({},e.ALLOWED_TAGS):oe,se="ALLOWED_ATTR"in e?h({},e.ALLOWED_ATTR):ue,Se="ADD_URI_SAFE_ATTR"in e?h(m(Ee),e.ADD_URI_SAFE_ATTR):Ee,ce="FORBID_TAGS"in e?h({},e.FORBID_TAGS):{},le="FORBID_ATTR"in e?h({},e.FORBID_ATTR):{},xe="USE_PROFILES"in e&&e.USE_PROFILES,de=!1!==e.ALLOW_ARIA_ATTR,fe=!1!==e.ALLOW_DATA_ATTR,pe=e.ALLOW_UNKNOWN_PROTOCOLS||!1,he=e.SAFE_FOR_JQUERY||!1,me=e.SAFE_FOR_TEMPLATES||!1,_e=e.WHOLE_DOCUMENT||!1,ge=e.RETURN_DOM||!1,Me=e.RETURN_DOM_FRAGMENT||!1,Le=e.RETURN_DOM_IMPORT||!1,be=e.RETURN_TRUSTED_TYPE||!1,ye=e.FORCE_BODY||!1,we=!1!==e.SANITIZE_DOM,ke=!1!==e.KEEP_CONTENT,Te=e.IN_PLACE||!1,ie=e.ALLOWED_URI_REGEXP||ie,me&&(fe=!1),Me&&(ge=!0),xe&&(ae=h({},[].concat(T(a))),se=[],!0===xe.html&&(h(ae,t),h(se,s)),!0===xe.svg&&(h(ae,n),h(se,u),h(se,l)),!0===xe.svgFilters&&(h(ae,r),h(se,u),h(se,l)),!0===xe.mathMl&&(h(ae,i),h(se,c),h(se,l))),e.ADD_TAGS&&(ae===oe&&(ae=m(ae)),h(ae,e.ADD_TAGS)),e.ADD_ATTR&&(se===ue&&(se=m(se)),h(se,e.ADD_ATTR)),e.ADD_URI_SAFE_ATTR&&h(Se,e.ADD_URI_SAFE_ATTR),ke&&(ae["#text"]=!0),_e&&h(ae,["html","head","body"]),ae.table&&(h(ae,["tbody"]),delete ce.tbody),D&&D(e),Oe=e)},Pe=function(e){d.removed.push({element:e});try{e.parentNode.removeChild(e)}catch(t){e.outerHTML=U}},Ce=function(e,t){try{d.removed.push({attribute:t.getAttributeNode(e),from:t})}catch(e){d.removed.push({attribute:null,from:t})}t.removeAttribute(e)},He=function(e){var t=void 0,n=void 0;if(ye)e="<remove></remove>"+e;else{var r=e.match(/^[\s]+/);(n=r&&r[0])&&(e=e.slice(n.length))}if(p)try{t=(new F).parseFromString(e,"text/html")}catch(e){}if(_&&h(ce,["title"]),!t||!t.documentElement){var i=(t=q.createHTMLDocument("")).body;i.parentNode.removeChild(i.parentNode.firstElementChild),i.outerHTML=$?$.createHTML(e):e}return e&&n&&t.body.insertBefore(O.createTextNode(n),t.body.childNodes[0]||null),V.call(t,_e?"html":"body")[0]};d.isSupported&&(function(){try{He('<svg><p><textarea><img src="</textarea><img src=x abc=1//">').querySelector("svg img")&&(p=!0)}catch(e){}}(),function(){try{var e=He("<x/><title>&lt;/title&gt;&lt;img&gt;");/<\/title/.test(e.querySelector("title").innerHTML)&&(_=!0)}catch(e){}}());var Ie=function(e){return G.call(e.ownerDocument||e,e,C.SHOW_ELEMENT|C.SHOW_COMMENT|C.SHOW_TEXT,(function(){return C.FILTER_ACCEPT}),!1)},Re=function(e){return"object"===(void 0===P?"undefined":k(P))?e instanceof P:e&&"object"===(void 0===e?"undefined":k(e))&&"number"==typeof e.nodeType&&"string"==typeof e.nodeName},Ne=function(e,t,n){X[e]&&X[e].forEach((function(e){e.call(d,t,n,Oe)}))},Fe=function(e){var t,n=void 0;if(Ne("beforeSanitizeElements",e,null),!((t=e)instanceof R||t instanceof N||"string"==typeof t.nodeName&&"string"==typeof t.textContent&&"function"==typeof t.removeChild&&t.attributes instanceof I&&"function"==typeof t.removeAttribute&&"function"==typeof t.setAttribute&&"string"==typeof t.namespaceURI))return Pe(e),!0;var r=e.nodeName.toLowerCase();if(Ne("uponSanitizeElement",e,{tagName:r,allowedTags:ae}),("svg"===r||"math"===r)&&0!==e.querySelectorAll("p, br").length)return Pe(e),!0;if(!ae[r]||ce[r]){if(ke&&!Ye[r]&&"function"==typeof e.insertAdjacentHTML)try{var i=e.innerHTML;e.insertAdjacentHTML("AfterEnd",$?$.createHTML(i):i)}catch(e){}return Pe(e),!0}return"noscript"===r&&/<\/noscript/i.test(e.innerHTML)?(Pe(e),!0):"noembed"===r&&/<\/noembed/i.test(e.innerHTML)?(Pe(e),!0):(!he||e.firstElementChild||e.content&&e.content.firstElementChild||!/</g.test(e.textContent)||(d.removed.push({element:e.cloneNode()}),e.innerHTML?e.innerHTML=e.innerHTML.replace(/</g,"&lt;"):e.innerHTML=e.textContent.replace(/</g,"&lt;")),me&&3===e.nodeType&&(n=(n=(n=e.textContent).replace(Z," ")).replace(Q," "),e.textContent!==n&&(d.removed.push({element:e.cloneNode()}),e.textContent=n)),Ne("afterSanitizeElements",e,null),!1)},We=function(e,t,n){if(we&&("id"===t||"name"===t)&&(n in O||n in je))return!1;if(fe&&ee.test(t));else if(de&&te.test(t));else{if(!se[t]||le[t])return!1;if(Se[t]);else if(ie.test(n.replace(re,"")));else if("src"!==t&&"xlink:href"!==t&&"href"!==t||"script"===e||0!==n.indexOf("data:")||!De[e])if(pe&&!ne.test(n.replace(re,"")));else if(n)return!1}return!0},ze=function(e){var t=void 0,n=void 0,r=void 0,i=void 0,a=void 0;Ne("beforeSanitizeAttributes",e,null);var o=e.attributes;if(o){var s={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:se};for(a=o.length;a--;){var u=t=o[a],c=u.name,l=u.namespaceURI;if(n=t.value.trim(),r=c.toLowerCase(),s.attrName=r,s.attrValue=n,s.keepAttr=!0,Ne("uponSanitizeAttribute",e,s),n=s.attrValue,"name"===r&&"IMG"===e.nodeName&&o.id)i=o.id,o=x(Y,o,[]),Ce("id",e),Ce(c,e),o.indexOf(i)>a&&e.setAttribute("id",i.value);else{if("INPUT"===e.nodeName&&"type"===r&&"file"===n&&s.keepAttr&&(se[r]||!le[r]))continue;"id"===c&&e.setAttribute(c,""),Ce(c,e)}if(s.keepAttr)if(/svg|math/i.test(e.namespaceURI)&&new RegExp("</("+Object.keys(Ye).join("|")+")","i").test(n))Ce(c,e);else{me&&(n=(n=n.replace(Z," ")).replace(Q," "));var f=e.nodeName.toLowerCase();if(We(f,r,n))try{l?e.setAttributeNS(l,c,n):e.setAttribute(c,n),d.removed.pop()}catch(e){}}}Ne("afterSanitizeAttributes",e,null)}},$e=function e(t){var n=void 0,r=Ie(t);for(Ne("beforeSanitizeShadowDOM",t,null);n=r.nextNode();)Ne("uponSanitizeShadowNode",n,null),Fe(n)||(n.content instanceof j&&e(n.content),ze(n));Ne("afterSanitizeShadowDOM",t,null)};return d.sanitize=function(e,t){var n=void 0,r=void 0,i=void 0,a=void 0,s=void 0;if(e||(e="\x3c!--\x3e"),"string"!=typeof e&&!Re(e)){if("function"!=typeof e.toString)throw new TypeError("toString is not a function");if("string"!=typeof(e=e.toString()))throw new TypeError("dirty is not a string, aborting")}if(!d.isSupported){if("object"===k(o.toStaticHTML)||"function"==typeof o.toStaticHTML){if("string"==typeof e)return o.toStaticHTML(e);if(Re(e))return o.toStaticHTML(e.outerHTML)}return e}if(ve||Ae(t),d.removed=[],Te);else if(e instanceof P)1===(r=(n=He("\x3c!--\x3e")).ownerDocument.importNode(e,!0)).nodeType&&"BODY"===r.nodeName?n=r:"HTML"===r.nodeName?n=r:n.appendChild(r);else{if(!ge&&!me&&!_e&&be&&-1===e.indexOf("<"))return $?$.createHTML(e):e;if(!(n=He(e)))return ge?null:U}n&&ye&&Pe(n.firstChild);for(var u=Ie(Te?e:n);i=u.nextNode();)3===i.nodeType&&i===a||Fe(i)||(i.content instanceof j&&$e(i.content),ze(i),a=i);if(a=null,Te)return e;if(ge){if(Me)for(s=J.call(n.ownerDocument);n.firstChild;)s.appendChild(n.firstChild);else s=n;return Le&&(s=K.call(f,s,!0)),s}var c=_e?n.outerHTML:n.innerHTML;return me&&(c=(c=c.replace(Z," ")).replace(Q," ")),$&&be?$.createHTML(c):c},d.setConfig=function(e){Ae(e),ve=!0},d.clearConfig=function(){Oe=null,ve=!1},d.isValidAttribute=function(e,t,n){Oe||Ae({});var r=e.toLowerCase(),i=t.toLowerCase();return We(r,i,n)},d.addHook=function(e,t){"function"==typeof t&&(X[e]=X[e]||[],X[e].push(t))},d.removeHook=function(e){X[e]&&X[e].pop()},d.removeHooks=function(e){X[e]&&(X[e]=[])},d.removeAllHooks=function(){X={}},d}()}()},function(e,n,r){"use strict";var i=r(2),a=r.n(i),o=r(0),s=r.n(o),u=r(1),c=r.n(u),l=r(3);
+var r=function(e){var t,n,r,i={};if(!e)return null;(t=e.indexOf("?"))>=0&&(e=e.substr(t+1));for(var a=e.replace(/\+/g,"%20").split("&"),o=0;o<a.length;o++){var s=a[o];(n=(t=s.indexOf("="))>=0?[s.substr(0,t),s.substr(t+1)]:[s]).length&&((r=decodeURIComponent(n[0]))&&(n.length>1?i[r]=decodeURIComponent(n[1]):i[r]=null))}return i},i=function(t){return t?e.map(t,(function(e,t){var n=encodeURIComponent(t);return null!=e&&(n+="="+encodeURIComponent(e)),n})).join("&"):""}}).call(this,n(0))},function(e,t,n){var r=n(619)("identity",n(106),n(741));r.placeholder=n(272),e.exports=r},,,,,,,,function(e,t,n){"use strict";n.d(t,"b",(function(){return s}));var r=n(0),i=n.n(r),a=!1,o={enableDynamicSlideToggle:function(){a=!0},showAppSidebar:function(e){(e||i()("#app-sidebar")).removeClass("disappear").show(),i()("#app-content").trigger(new i.a.Event("appresized"))},hideAppSidebar:function(e){(e||i()("#app-sidebar")).hide().addClass("disappear"),i()("#app-content").trigger(new i.a.Event("appresized"))}},s=function(){var e=i()("[data-apps-slide-toggle]");0===e.length&&i()("#app-navigation").addClass("without-app-settings"),i()(document).click((function(t){a&&(e=i()("[data-apps-slide-toggle]")),e.each((function(e,n){var r=i()(n).data("apps-slide-toggle"),a=i()(r);function o(){a.slideUp(4*OC.menuSpeed,(function(){a.trigger(new i.a.Event("hide"))})),a.removeClass("opened"),i()(n).removeClass("opened")}if(!a.is(":animated"))if(i()(n).is(i()(t.target).closest("[data-apps-slide-toggle]")))a.is(":visible")?o():function(){a.slideDown(4*OC.menuSpeed,(function(){a.trigger(new i.a.Event("show"))})),a.addClass("opened"),i()(n).addClass("opened");var e=i()(r+" [autofocus]");1===e.length&&e.focus()}();else{var s=i()(t.target).closest(r);a.is(":visible")&&s[0]!==a[0]&&o()}}))}))};t.a=o},function(e,t,n){"undefined"==typeof dav&&(dav={}),dav._XML_CHAR_MAP={"<":"&lt;",">":"&gt;","&":"&amp;",'"':"&quot;","'":"&apos;"},dav._escapeXml=function(e){return e.replace(/[<>&"']/g,(function(e){return dav._XML_CHAR_MAP[e]}))},dav.Client=function(e){var t;for(t in e)this[t]=e[t]},dav.Client.prototype={baseUrl:null,userName:null,password:null,xmlNamespaces:{"DAV:":"d"},propFind:function(e,t,n,r){void 0===n&&(n="0"),n=""+n,(r=r||{}).Depth=n,r["Content-Type"]="application/xml; charset=utf-8";var i,a='<?xml version="1.0"?>\n<d:propfind ';for(i in this.xmlNamespaces)a+=" xmlns:"+this.xmlNamespaces[i]+'="'+i+'"';for(var o in a+=">\n <d:prop>\n",t)if(t.hasOwnProperty(o)){var s=this.parseClarkNotation(t[o]);this.xmlNamespaces[s.namespace]?a+=" <"+this.xmlNamespaces[s.namespace]+":"+s.name+" />\n":a+=" <x:"+s.name+' xmlns:x="'+s.namespace+'" />\n'}return a+=" </d:prop>\n",a+="</d:propfind>",this.request("PROPFIND",e,r,a).then(function(e){return"0"===n?{status:e.status,body:e.body[0],xhr:e.xhr}:{status:e.status,body:e.body,xhr:e.xhr}}.bind(this))},_renderPropSet:function(e){var t=" <d:set>\n <d:prop>\n";for(var n in e)if(e.hasOwnProperty(n)){var r,i=this.parseClarkNotation(n),a=e[n];"d:resourcetype"!==(r=this.xmlNamespaces[i.namespace]?this.xmlNamespaces[i.namespace]+":"+i.name:"x:"+i.name+' xmlns:x="'+i.namespace+'"')&&(a=dav._escapeXml(a)),t+=" <"+r+">"+a+"</"+r+">\n"}return t+=" </d:prop>\n",t+=" </d:set>\n"},propPatch:function(e,t,n){(n=n||{})["Content-Type"]="application/xml; charset=utf-8";var r,i='<?xml version="1.0"?>\n<d:propertyupdate ';for(r in this.xmlNamespaces)i+=" xmlns:"+this.xmlNamespaces[r]+'="'+r+'"';return i+=">\n"+this._renderPropSet(t),i+="</d:propertyupdate>",this.request("PROPPATCH",e,n,i).then(function(e){return{status:e.status,body:e.body,xhr:e.xhr}}.bind(this))},mkcol:function(e,t,n){var r="";if((n=n||{})["Content-Type"]="application/xml; charset=utf-8",t){var i;for(i in r='<?xml version="1.0"?>\n<d:mkcol',this.xmlNamespaces)r+=" xmlns:"+this.xmlNamespaces[i]+'="'+i+'"';r+=">\n"+this._renderPropSet(t),r+="</d:mkcol>"}return this.request("MKCOL",e,n,r).then(function(e){return{status:e.status,body:e.body,xhr:e.xhr}}.bind(this))},request:function(e,t,n,r,i,a){var o,s=this,u=this.xhrProvider();for(o in n=n||{},i=i||"",this.userName&&(n.Authorization="Basic "+btoa(this.userName+":"+this.password)),u.open(e,this.resolveUrl(t),!0),n)u.setRequestHeader(o,n[o]);return u.responseType=i,a&&"function"==typeof a.onProgress&&("PUT"===e||"POST"===e?u.upload.addEventListener("progress",(function(e){a.onProgress(e)}),!1):u.addEventListener("progress",(function(e){a.onProgress(e)}),!1)),void 0===r?u.send():u.send(r),new Promise((function(e,t){u.onreadystatechange=function(){if(4===u.readyState){var t=u.response;207===u.status&&(t=s.parseMultiStatus(u.response)),e({body:t,status:u.status,xhr:u})}},u.ontimeout=function(){t(new Error("Timeout exceeded"))}}))},xhrProvider:function(){return new XMLHttpRequest},_parsePropNode:function(e){var t=null;if(e.childNodes&&e.childNodes.length>0){for(var n=[],r=0;r<e.childNodes.length;r++){var i=e.childNodes[r];1===i.nodeType&&n.push(i)}n.length&&(t=n)}return t||e.textContent||e.text||""},parseMultiStatus:function(e){for(var t=(new DOMParser).parseFromString(e,"application/xml"),n=function(e){var t;for(t in this.xmlNamespaces)if(this.xmlNamespaces[t]===e)return t}.bind(this),r=t.evaluate("/d:multistatus/d:response",t,n,XPathResult.ANY_TYPE,null),i=[],a=r.iterateNext();a;){var o={href:null,propStat:[]};o.href=t.evaluate("string(d:href)",a,n,XPathResult.ANY_TYPE,null).stringValue;for(var s=t.evaluate("d:propstat",a,n,XPathResult.ANY_TYPE,null),u=s.iterateNext();u;){for(var c={status:t.evaluate("string(d:status)",u,n,XPathResult.ANY_TYPE,null).stringValue,properties:{}},l=t.evaluate("d:prop/*",u,n,XPathResult.ANY_TYPE,null),d=l.iterateNext();d;){var f=this._parsePropNode(d);c.properties["{"+d.namespaceURI+"}"+d.localName]=f,d=l.iterateNext()}o.propStat.push(c),u=s.iterateNext()}i.push(o),a=r.iterateNext()}return i},resolveUrl:function(e){if(/^https?:\/\//i.test(e))return e;var t=this.parseUrl(this.baseUrl);if(e.charAt("/"))return t.root+e;t.root;return-1!==t.path.lastIndexOf("/")&&t.path.subString(0,t.path.lastIndexOf("/"))+"/",e,e},parseUrl:function(e){var t=e.match(/^(?:([A-Za-z]+):)?(\/{0,3})([0-9.\-A-Za-z]+)(?::(\d+))?(?:\/([^?#]*))?(?:\?([^#]*))?(?:#(.*))?$/),n={url:t[0],scheme:t[1],host:t[3],port:t[4],path:t[5],query:t[6],fragment:t[7]};return n.root=n.scheme+"://"+n.host+(n.port?":"+n.port:""),n},parseClarkNotation:function(e){var t=e.match(/^{([^}]+)}(.*)$/);if(t)return{name:t[2],namespace:t[1]}}},void 0!==e.exports&&(e.exports.Client=dav.Client),e.exports=dav},function(e,t,n){
+/*! @license DOMPurify | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.0.8/LICENSE */
+e.exports=function(){"use strict";var e=Object.hasOwnProperty,t=Object.setPrototypeOf,n=Object.isFrozen,r=Object.freeze,i=Object.seal,a=Object.create,o="undefined"!=typeof Reflect&&Reflect,s=o.apply,u=o.construct;s||(s=function(e,t,n){return e.apply(t,n)}),r||(r=function(e){return e}),i||(i=function(e){return e}),u||(u=function(e,t){return new(Function.prototype.bind.apply(e,[null].concat(function(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return Array.from(e)}(t))))});var c,l=M(Array.prototype.forEach),d=M(Array.prototype.pop),f=M(Array.prototype.push),p=M(String.prototype.toLowerCase),h=M(String.prototype.match),m=M(String.prototype.replace),_=M(String.prototype.indexOf),v=M(String.prototype.trim),y=M(RegExp.prototype.test),g=(c=TypeError,function(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];return u(c,t)});function M(e){return function(t){for(var n=arguments.length,r=Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];return s(e,t,r)}}function L(e,r){t&&t(e,null);for(var i=r.length;i--;){var a=r[i];if("string"==typeof a){var o=p(a);o!==a&&(n(r)||(r[i]=o),a=o)}e[a]=!0}return e}function b(t){var n=a(null),r=void 0;for(r in t)s(e,t,[r])&&(n[r]=t[r]);return n}var w=r(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","section","select","shadow","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),k=r(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","audio","canvas","circle","clippath","defs","desc","ellipse","filter","font","g","glyph","glyphref","hkern","image","line","lineargradient","marker","mask","metadata","mpath","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","video","view","vkern"]),T=r(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),x=r(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover"]),Y=r(["#text"]),D=r(["accept","action","align","alt","autocapitalize","autocomplete","autopictureinpicture","autoplay","background","bgcolor","border","capture","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","controls","controlslist","coords","crossorigin","datetime","decoding","default","dir","disabled","disablepictureinpicture","disableremoteplayback","download","draggable","enctype","enterkeyhint","face","for","headers","height","hidden","high","href","hreflang","id","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","noshade","novalidate","nowrap","open","optimum","pattern","placeholder","playsinline","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","xmlns"]),S=r(["accent-height","accumulate","additive","alignment-baseline","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dur","edgemode","elevation","end","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","systemlanguage","tabindex","targetx","targety","transform","text-anchor","text-decoration","text-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),E=r(["accent","accentunder","align","bevelled","close","columnsalign","columnlines","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lspace","lquote","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),O=r(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),j=i(/\{\{[\s\S]*|[\s\S]*\}\}/gm),A=i(/<%[\s\S]*|[\s\S]*%>/gm),P=i(/^data-[\-\w.\u00B7-\uFFFF]/),C=i(/^aria-[\-\w]+$/),H=i(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),I=i(/^(?:\w+script|data):/i),R=i(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),N="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e};function F(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return Array.from(e)}var W=function(){return"undefined"==typeof window?null:window},z=function(e,t){if("object"!==(void 0===e?"undefined":N(e))||"function"!=typeof e.createPolicy)return null;var n=null;t.currentScript&&t.currentScript.hasAttribute("data-tt-policy-suffix")&&(n=t.currentScript.getAttribute("data-tt-policy-suffix"));var r="dompurify"+(n?"#"+n:"");try{return e.createPolicy(r,{createHTML:function(e){return e}})}catch(e){return console.warn("TrustedTypes policy "+r+" could not be created."),null}};return function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:W(),n=function(t){return e(t)};if(n.version="2.2.2",n.removed=[],!t||!t.document||9!==t.document.nodeType)return n.isSupported=!1,n;var i=t.document,a=t.document,o=t.DocumentFragment,s=t.HTMLTemplateElement,u=t.Node,c=t.NodeFilter,M=t.NamedNodeMap,$=void 0===M?t.NamedNodeMap||t.MozNamedAttrMap:M,U=t.Text,B=t.Comment,q=t.DOMParser,G=t.trustedTypes;if("function"==typeof s){var V=a.createElement("template");V.content&&V.content.ownerDocument&&(a=V.content.ownerDocument)}var J=z(G,i),K=J&&De?J.createHTML(""):"",X=a,Z=X.implementation,Q=X.createNodeIterator,ee=X.getElementsByTagName,te=X.createDocumentFragment,ne=i.importNode,re={};try{re=b(a).documentMode?a.documentMode:{}}catch(e){}var ie={};n.isSupported=Z&&void 0!==Z.createHTMLDocument&&9!==re;var ae=j,oe=A,se=P,ue=C,ce=I,le=R,de=H,fe=null,pe=L({},[].concat(F(w),F(k),F(T),F(x),F(Y))),he=null,me=L({},[].concat(F(D),F(S),F(E),F(O))),_e=null,ve=null,ye=!0,ge=!0,Me=!1,Le=!1,be=!1,we=!1,ke=!1,Te=!1,xe=!1,Ye=!0,De=!1,Se=!0,Ee=!0,Oe=!1,je={},Ae=L({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","plaintext","script","style","svg","template","thead","title","video","xmp"]),Pe=null,Ce=L({},["audio","video","img","source","image","track"]),He=null,Ie=L({},["alt","class","for","id","label","name","pattern","placeholder","summary","title","value","style","xmlns"]),Re=null,Ne=a.createElement("form"),Fe=function(e){Re&&Re===e||(e&&"object"===(void 0===e?"undefined":N(e))||(e={}),e=b(e),fe="ALLOWED_TAGS"in e?L({},e.ALLOWED_TAGS):pe,he="ALLOWED_ATTR"in e?L({},e.ALLOWED_ATTR):me,He="ADD_URI_SAFE_ATTR"in e?L(b(Ie),e.ADD_URI_SAFE_ATTR):Ie,Pe="ADD_DATA_URI_TAGS"in e?L(b(Ce),e.ADD_DATA_URI_TAGS):Ce,_e="FORBID_TAGS"in e?L({},e.FORBID_TAGS):{},ve="FORBID_ATTR"in e?L({},e.FORBID_ATTR):{},je="USE_PROFILES"in e&&e.USE_PROFILES,ye=!1!==e.ALLOW_ARIA_ATTR,ge=!1!==e.ALLOW_DATA_ATTR,Me=e.ALLOW_UNKNOWN_PROTOCOLS||!1,Le=e.SAFE_FOR_TEMPLATES||!1,be=e.WHOLE_DOCUMENT||!1,Te=e.RETURN_DOM||!1,xe=e.RETURN_DOM_FRAGMENT||!1,Ye=!1!==e.RETURN_DOM_IMPORT,De=e.RETURN_TRUSTED_TYPE||!1,ke=e.FORCE_BODY||!1,Se=!1!==e.SANITIZE_DOM,Ee=!1!==e.KEEP_CONTENT,Oe=e.IN_PLACE||!1,de=e.ALLOWED_URI_REGEXP||de,Le&&(ge=!1),xe&&(Te=!0),je&&(fe=L({},[].concat(F(Y))),he=[],!0===je.html&&(L(fe,w),L(he,D)),!0===je.svg&&(L(fe,k),L(he,S),L(he,O)),!0===je.svgFilters&&(L(fe,T),L(he,S),L(he,O)),!0===je.mathMl&&(L(fe,x),L(he,E),L(he,O))),e.ADD_TAGS&&(fe===pe&&(fe=b(fe)),L(fe,e.ADD_TAGS)),e.ADD_ATTR&&(he===me&&(he=b(he)),L(he,e.ADD_ATTR)),e.ADD_URI_SAFE_ATTR&&L(He,e.ADD_URI_SAFE_ATTR),Ee&&(fe["#text"]=!0),be&&L(fe,["html","head","body"]),fe.table&&(L(fe,["tbody"]),delete _e.tbody),r&&r(e),Re=e)},We=function(e){f(n.removed,{element:e});try{e.parentNode.removeChild(e)}catch(t){e.outerHTML=K}},ze=function(e,t){try{f(n.removed,{attribute:t.getAttributeNode(e),from:t})}catch(e){f(n.removed,{attribute:null,from:t})}t.removeAttribute(e)},$e=function(e){var t=void 0,n=void 0;if(ke)e="<remove></remove>"+e;else{var r=h(e,/^[\r\n\t ]+/);n=r&&r[0]}var i=J?J.createHTML(e):e;try{t=(new q).parseFromString(i,"text/html")}catch(e){}if(!t||!t.documentElement){var o=(t=Z.createHTMLDocument("")).body;o.parentNode.removeChild(o.parentNode.firstElementChild),o.outerHTML=i}return e&&n&&t.body.insertBefore(a.createTextNode(n),t.body.childNodes[0]||null),ee.call(t,be?"html":"body")[0]},Ue=function(e){return Q.call(e.ownerDocument||e,e,c.SHOW_ELEMENT|c.SHOW_COMMENT|c.SHOW_TEXT,(function(){return c.FILTER_ACCEPT}),!1)},Be=function(e){return"object"===(void 0===u?"undefined":N(u))?e instanceof u:e&&"object"===(void 0===e?"undefined":N(e))&&"number"==typeof e.nodeType&&"string"==typeof e.nodeName},qe=function(e,t,r){ie[e]&&l(ie[e],(function(e){e.call(n,t,r,Re)}))},Ge=function(e){var t,r=void 0;if(qe("beforeSanitizeElements",e,null),!((t=e)instanceof U||t instanceof B||"string"==typeof t.nodeName&&"string"==typeof t.textContent&&"function"==typeof t.removeChild&&t.attributes instanceof $&&"function"==typeof t.removeAttribute&&"function"==typeof t.setAttribute&&"string"==typeof t.namespaceURI))return We(e),!0;if(h(e.nodeName,/[\u0080-\uFFFF]/))return We(e),!0;var i=p(e.nodeName);if(qe("uponSanitizeElement",e,{tagName:i,allowedTags:fe}),("svg"===i||"math"===i)&&0!==e.querySelectorAll("p, br, form, table").length)return We(e),!0;if(!Be(e.firstElementChild)&&(!Be(e.content)||!Be(e.content.firstElementChild))&&y(/<[!/\w]/g,e.innerHTML)&&y(/<[!/\w]/g,e.textContent))return We(e),!0;if(!fe[i]||_e[i]){if(Ee&&!Ae[i]&&"function"==typeof e.insertAdjacentHTML)try{var a=e.innerHTML;e.insertAdjacentHTML("AfterEnd",J?J.createHTML(a):a)}catch(e){}return We(e),!0}return"noscript"!==i&&"noembed"!==i||!y(/<\/no(script|embed)/i,e.innerHTML)?(Le&&3===e.nodeType&&(r=e.textContent,r=m(r,ae," "),r=m(r,oe," "),e.textContent!==r&&(f(n.removed,{element:e.cloneNode()}),e.textContent=r)),qe("afterSanitizeElements",e,null),!1):(We(e),!0)},Ve=function(e,t,n){if(Se&&("id"===t||"name"===t)&&(n in a||n in Ne))return!1;if(ge&&y(se,t));else if(ye&&y(ue,t));else{if(!he[t]||ve[t])return!1;if(He[t]);else if(y(de,m(n,le,"")));else if("src"!==t&&"xlink:href"!==t&&"href"!==t||"script"===e||0!==_(n,"data:")||!Pe[e])if(Me&&!y(ce,m(n,le,"")));else if(n)return!1}return!0},Je=function(e){var t=void 0,r=void 0,i=void 0,a=void 0;qe("beforeSanitizeAttributes",e,null);var o=e.attributes;if(o){var s={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:he};for(a=o.length;a--;){var u=t=o[a],c=u.name,l=u.namespaceURI;if(r=v(t.value),i=p(c),s.attrName=i,s.attrValue=r,s.keepAttr=!0,s.forceKeepAttr=void 0,qe("uponSanitizeAttribute",e,s),r=s.attrValue,!s.forceKeepAttr&&(ze(c,e),s.keepAttr))if(y(/\/>/i,r))ze(c,e);else{Le&&(r=m(r,ae," "),r=m(r,oe," "));var f=e.nodeName.toLowerCase();if(Ve(f,i,r))try{l?e.setAttributeNS(l,c,r):e.setAttribute(c,r),d(n.removed)}catch(e){}}}qe("afterSanitizeAttributes",e,null)}},Ke=function e(t){var n=void 0,r=Ue(t);for(qe("beforeSanitizeShadowDOM",t,null);n=r.nextNode();)qe("uponSanitizeShadowNode",n,null),Ge(n)||(n.content instanceof o&&e(n.content),Je(n));qe("afterSanitizeShadowDOM",t,null)};return n.sanitize=function(e,r){var a=void 0,s=void 0,c=void 0,l=void 0,d=void 0;if(e||(e="\x3c!--\x3e"),"string"!=typeof e&&!Be(e)){if("function"!=typeof e.toString)throw g("toString is not a function");if("string"!=typeof(e=e.toString()))throw g("dirty is not a string, aborting")}if(!n.isSupported){if("object"===N(t.toStaticHTML)||"function"==typeof t.toStaticHTML){if("string"==typeof e)return t.toStaticHTML(e);if(Be(e))return t.toStaticHTML(e.outerHTML)}return e}if(we||Fe(r),n.removed=[],"string"==typeof e&&(Oe=!1),Oe);else if(e instanceof u)1===(s=(a=$e("\x3c!----\x3e")).ownerDocument.importNode(e,!0)).nodeType&&"BODY"===s.nodeName?a=s:"HTML"===s.nodeName?a=s:a.appendChild(s);else{if(!Te&&!Le&&!be&&-1===e.indexOf("<"))return J&&De?J.createHTML(e):e;if(!(a=$e(e)))return Te?null:K}a&&ke&&We(a.firstChild);for(var f=Ue(Oe?e:a);c=f.nextNode();)3===c.nodeType&&c===l||Ge(c)||(c.content instanceof o&&Ke(c.content),Je(c),l=c);if(l=null,Oe)return e;if(Te){if(xe)for(d=te.call(a.ownerDocument);a.firstChild;)d.appendChild(a.firstChild);else d=a;return Ye&&(d=ne.call(i,d,!0)),d}var p=be?a.outerHTML:a.innerHTML;return Le&&(p=m(p,ae," "),p=m(p,oe," ")),J&&De?J.createHTML(p):p},n.setConfig=function(e){Fe(e),we=!0},n.clearConfig=function(){Re=null,we=!1},n.isValidAttribute=function(e,t,n){Re||Fe({});var r=p(e),i=p(t);return Ve(r,i,n)},n.addHook=function(e,t){"function"==typeof t&&(ie[e]=ie[e]||[],f(ie[e],t))},n.removeHook=function(e){ie[e]&&d(ie[e])},n.removeHooks=function(e){ie[e]&&(ie[e]=[])},n.removeAllHooks=function(){ie={}},n}()}()},function(e,n,r){"use strict";var i=r(2),a=r.n(i),o=r(0),s=r.n(o),u=r(1),c=r.n(u),l=r(3);
/**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
*