2 lines
No EOL
29 KiB
JavaScript
2 lines
No EOL
29 KiB
JavaScript
/*! For license information please see app.js.LICENSE.txt */
|
|
(self.webpackChunk=self.webpackChunk||[]).push([[773],{8357:(e,t,r)=>{"use strict";var n=r(9669),o=r.n(n);window.axios=o(),window.axios.defaults.headers.common["X-Requested-With"]="XMLHttpRequest";var i=r(821),a=r(8748);function u(e){return u="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},u(e)}function l(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,"symbol"==u(o=function(e,t){if("object"!=u(e)||null===e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var n=r.call(e,"string");if("object"!=u(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(n.key))?o:String(o),n)}var o}function s(e,t,r){return t&&l(e.prototype,t),r&&l(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function c(){return c=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},c.apply(this,arguments)}function f(e){return f=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},f(e)}function p(e,t){return p=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},p(e,t)}function h(e,t,r){return h=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}()?Reflect.construct.bind():function(e,t,r){var n=[null];n.push.apply(n,t);var o=new(Function.bind.apply(e,n));return r&&p(o,r.prototype),o},h.apply(null,arguments)}function d(e){var t="function"==typeof Map?new Map:void 0;return d=function(e){if(null===e||-1===Function.toString.call(e).indexOf("[native code]"))return e;if("function"!=typeof e)throw new TypeError("Super expression must either be null or a function");if(void 0!==t){if(t.has(e))return t.get(e);t.set(e,r)}function r(){return h(e,arguments,f(this).constructor)}return r.prototype=Object.create(e.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),p(r,e)},d(e)}var y=String.prototype.replace,m=/%20/g,v="RFC3986",g={default:v,formatters:{RFC1738:function(e){return y.call(e,m,"+")},RFC3986:function(e){return String(e)}},RFC1738:"RFC1738",RFC3986:v},b=Object.prototype.hasOwnProperty,w=Array.isArray,O=function(){for(var e=[],t=0;t<256;++t)e.push("%"+((t<16?"0":"")+t.toString(16)).toUpperCase());return e}(),E=function(e,t){for(var r=t&&t.plainObjects?Object.create(null):{},n=0;n<e.length;++n)void 0!==e[n]&&(r[n]=e[n]);return r},j={arrayToObject:E,assign:function(e,t){return Object.keys(t).reduce((function(e,r){return e[r]=t[r],e}),e)},combine:function(e,t){return[].concat(e,t)},compact:function(e){for(var t=[{obj:{o:e},prop:"o"}],r=[],n=0;n<t.length;++n)for(var o=t[n],i=o.obj[o.prop],a=Object.keys(i),l=0;l<a.length;++l){var s=a[l],c=i[s];"object"==u(c)&&null!==c&&-1===r.indexOf(c)&&(t.push({obj:i,prop:s}),r.push(c))}return function(e){for(;e.length>1;){var t=e.pop(),r=t.obj[t.prop];if(w(r)){for(var n=[],o=0;o<r.length;++o)void 0!==r[o]&&n.push(r[o]);t.obj[t.prop]=n}}}(t),e},decode:function(e,t,r){var n=e.replace(/\+/g," ");if("iso-8859-1"===r)return n.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(n)}catch(e){return n}},encode:function(e,t,r,n,o){if(0===e.length)return e;var i=e;if("symbol"==u(e)?i=Symbol.prototype.toString.call(e):"string"!=typeof e&&(i=String(e)),"iso-8859-1"===r)return escape(i).replace(/%u[0-9a-f]{4}/gi,(function(e){return"%26%23"+parseInt(e.slice(2),16)+"%3B"}));for(var a="",l=0;l<i.length;++l){var s=i.charCodeAt(l);45===s||46===s||95===s||126===s||s>=48&&s<=57||s>=65&&s<=90||s>=97&&s<=122||o===g.RFC1738&&(40===s||41===s)?a+=i.charAt(l):s<128?a+=O[s]:s<2048?a+=O[192|s>>6]+O[128|63&s]:s<55296||s>=57344?a+=O[224|s>>12]+O[128|s>>6&63]+O[128|63&s]:(s=65536+((1023&s)<<10|1023&i.charCodeAt(l+=1)),a+=O[240|s>>18]+O[128|s>>12&63]+O[128|s>>6&63]+O[128|63&s])}return a},isBuffer:function(e){return!(!e||"object"!=u(e)||!(e.constructor&&e.constructor.isBuffer&&e.constructor.isBuffer(e)))},isRegExp:function(e){return"[object RegExp]"===Object.prototype.toString.call(e)},maybeMap:function(e,t){if(w(e)){for(var r=[],n=0;n<e.length;n+=1)r.push(t(e[n]));return r}return t(e)},merge:function e(t,r,n){if(!r)return t;if("object"!=u(r)){if(w(t))t.push(r);else{if(!t||"object"!=u(t))return[t,r];(n&&(n.plainObjects||n.allowPrototypes)||!b.call(Object.prototype,r))&&(t[r]=!0)}return t}if(!t||"object"!=u(t))return[t].concat(r);var o=t;return w(t)&&!w(r)&&(o=E(t,n)),w(t)&&w(r)?(r.forEach((function(r,o){if(b.call(t,o)){var i=t[o];i&&"object"==u(i)&&r&&"object"==u(r)?t[o]=e(i,r,n):t.push(r)}else t[o]=r})),t):Object.keys(r).reduce((function(t,o){var i=r[o];return t[o]=b.call(t,o)?e(t[o],i,n):i,t}),o)}},P=Object.prototype.hasOwnProperty,S={brackets:function(e){return e+"[]"},comma:"comma",indices:function(e,t){return e+"["+t+"]"},repeat:function(e){return e}},x=Array.isArray,A=String.prototype.split,T=Array.prototype.push,L=function(e,t){T.apply(e,x(t)?t:[t])},k=Date.prototype.toISOString,D=g.default,N={addQueryPrefix:!1,allowDots:!1,charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encoder:j.encode,encodeValuesOnly:!1,format:D,formatter:g.formatters[D],indices:!1,serializeDate:function(e){return k.call(e)},skipNulls:!1,strictNullHandling:!1},_=function e(t,r,n,o,i,a,l,s,c,f,p,h,d,y){var m,v=t;if("function"==typeof l?v=l(r,v):v instanceof Date?v=f(v):"comma"===n&&x(v)&&(v=j.maybeMap(v,(function(e){return e instanceof Date?f(e):e}))),null===v){if(o)return a&&!d?a(r,N.encoder,y,"key",p):r;v=""}if("string"==typeof(m=v)||"number"==typeof m||"boolean"==typeof m||"symbol"==u(m)||"bigint"==typeof m||j.isBuffer(v)){if(a){var g=d?r:a(r,N.encoder,y,"key",p);if("comma"===n&&d){for(var b=A.call(String(v),","),w="",O=0;O<b.length;++O)w+=(0===O?"":",")+h(a(b[O],N.encoder,y,"value",p));return[h(g)+"="+w]}return[h(g)+"="+h(a(v,N.encoder,y,"value",p))]}return[h(r)+"="+h(String(v))]}var E,P=[];if(void 0===v)return P;if("comma"===n&&x(v))E=[{value:v.length>0?v.join(",")||null:void 0}];else if(x(l))E=l;else{var S=Object.keys(v);E=s?S.sort(s):S}for(var T=0;T<E.length;++T){var k=E[T],D="object"==u(k)&&void 0!==k.value?k.value:v[k];if(!i||null!==D){var _=x(v)?"function"==typeof n?n(r,k):r:r+(c?"."+k:"["+k+"]");L(P,e(D,_,n,o,i,a,l,s,c,f,p,h,d,y))}}return P},R=Object.prototype.hasOwnProperty,F=Array.isArray,H={allowDots:!1,allowPrototypes:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decoder:j.decode,delimiter:"&",depth:5,ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictNullHandling:!1},G=function(e){return e.replace(/&#(\d+);/g,(function(e,t){return String.fromCharCode(parseInt(t,10))}))},C=function(e,t){return e&&"string"==typeof e&&t.comma&&e.indexOf(",")>-1?e.split(","):e},U=function(e,t,r,n){if(e){var o=r.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e,i=/(\[[^[\]]*])/g,a=r.depth>0&&/(\[[^[\]]*])/.exec(o),u=a?o.slice(0,a.index):o,l=[];if(u){if(!r.plainObjects&&R.call(Object.prototype,u)&&!r.allowPrototypes)return;l.push(u)}for(var s=0;r.depth>0&&null!==(a=i.exec(o))&&s<r.depth;){if(s+=1,!r.plainObjects&&R.call(Object.prototype,a[1].slice(1,-1))&&!r.allowPrototypes)return;l.push(a[1])}return a&&l.push("["+o.slice(a.index)+"]"),function(e,t,r,n){for(var o=n?t:C(t,r),i=e.length-1;i>=0;--i){var a,u=e[i];if("[]"===u&&r.parseArrays)a=[].concat(o);else{a=r.plainObjects?Object.create(null):{};var l="["===u.charAt(0)&&"]"===u.charAt(u.length-1)?u.slice(1,-1):u,s=parseInt(l,10);r.parseArrays||""!==l?!isNaN(s)&&u!==l&&String(s)===l&&s>=0&&r.parseArrays&&s<=r.arrayLimit?(a=[])[s]=o:"__proto__"!==l&&(a[l]=o):a={0:o}}o=a}return o}(l,t,r,n)}},B=function(e,t){var r=function(e){if(!e)return H;if(null!=e.decoder&&"function"!=typeof e.decoder)throw new TypeError("Decoder has to be a function.");if(void 0!==e.charset&&"utf-8"!==e.charset&&"iso-8859-1"!==e.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");return{allowDots:void 0===e.allowDots?H.allowDots:!!e.allowDots,allowPrototypes:"boolean"==typeof e.allowPrototypes?e.allowPrototypes:H.allowPrototypes,arrayLimit:"number"==typeof e.arrayLimit?e.arrayLimit:H.arrayLimit,charset:void 0===e.charset?H.charset:e.charset,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:H.charsetSentinel,comma:"boolean"==typeof e.comma?e.comma:H.comma,decoder:"function"==typeof e.decoder?e.decoder:H.decoder,delimiter:"string"==typeof e.delimiter||j.isRegExp(e.delimiter)?e.delimiter:H.delimiter,depth:"number"==typeof e.depth||!1===e.depth?+e.depth:H.depth,ignoreQueryPrefix:!0===e.ignoreQueryPrefix,interpretNumericEntities:"boolean"==typeof e.interpretNumericEntities?e.interpretNumericEntities:H.interpretNumericEntities,parameterLimit:"number"==typeof e.parameterLimit?e.parameterLimit:H.parameterLimit,parseArrays:!1!==e.parseArrays,plainObjects:"boolean"==typeof e.plainObjects?e.plainObjects:H.plainObjects,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:H.strictNullHandling}}(t);if(""===e||null==e)return r.plainObjects?Object.create(null):{};for(var n="string"==typeof e?function(e,t){var r,n={},o=(t.ignoreQueryPrefix?e.replace(/^\?/,""):e).split(t.delimiter,1/0===t.parameterLimit?void 0:t.parameterLimit),i=-1,a=t.charset;if(t.charsetSentinel)for(r=0;r<o.length;++r)0===o[r].indexOf("utf8=")&&("utf8=%E2%9C%93"===o[r]?a="utf-8":"utf8=%26%2310003%3B"===o[r]&&(a="iso-8859-1"),i=r,r=o.length);for(r=0;r<o.length;++r)if(r!==i){var u,l,s=o[r],c=s.indexOf("]="),f=-1===c?s.indexOf("="):c+1;-1===f?(u=t.decoder(s,H.decoder,a,"key"),l=t.strictNullHandling?null:""):(u=t.decoder(s.slice(0,f),H.decoder,a,"key"),l=j.maybeMap(C(s.slice(f+1),t),(function(e){return t.decoder(e,H.decoder,a,"value")}))),l&&t.interpretNumericEntities&&"iso-8859-1"===a&&(l=G(l)),s.indexOf("[]=")>-1&&(l=F(l)?[l]:l),n[u]=R.call(n,u)?j.combine(n[u],l):l}return n}(e,r):e,o=r.plainObjects?Object.create(null):{},i=Object.keys(n),a=0;a<i.length;++a){var u=i[a],l=U(u,n[u],r,"string"==typeof e);o=j.merge(o,l,r)}return j.compact(o)},I=function(){function e(e,t,r){var n,o;this.name=e,this.definition=t,this.bindings=null!=(n=t.bindings)?n:{},this.wheres=null!=(o=t.wheres)?o:{},this.config=r}var t=e.prototype;return t.matchesUrl=function(e){var t=this;if(!this.definition.methods.includes("GET"))return!1;var r=this.template.replace(/(\/?){([^}?]*)(\??)}/g,(function(e,r,n,o){var i,a="(?<"+n+">"+((null==(i=t.wheres[n])?void 0:i.replace(/(^\^)|(\$$)/g,""))||"[^/?]+")+")";return o?"("+r+a+")?":""+r+a})).replace(/^\w+:\/\//,""),n=e.replace(/^\w+:\/\//,"").split("?"),o=n[0],i=n[1],a=new RegExp("^"+r+"/?$").exec(decodeURI(o));if(a){for(var u in a.groups)a.groups[u]="string"==typeof a.groups[u]?decodeURIComponent(a.groups[u]):a.groups[u];return{params:a.groups,query:B(i)}}return!1},t.compile=function(e){var t=this;return this.parameterSegments.length?this.template.replace(/{([^}?]+)(\??)}/g,(function(r,n,o){var i,a;if(!o&&[null,void 0].includes(e[n]))throw new Error("Ziggy error: '"+n+"' parameter is required for route '"+t.name+"'.");if(t.wheres[n]&&!new RegExp("^"+(o?"("+t.wheres[n]+")?":t.wheres[n])+"$").test(null!=(a=e[n])?a:""))throw new Error("Ziggy error: '"+n+"' parameter does not match required format '"+t.wheres[n]+"' for route '"+t.name+"'.");return encodeURI(null!=(i=e[n])?i:"").replace(/%7C/g,"|").replace(/%25/g,"%").replace(/\$/g,"%24")})).replace(this.origin+"//",this.origin+"/").replace(/\/+$/,""):this.template},s(e,[{key:"template",get:function(){var e=(this.origin+"/"+this.definition.uri).replace(/\/+$/,"");return""===e?"/":e}},{key:"origin",get:function(){return this.config.absolute?this.definition.domain?""+this.config.url.match(/^\w+:\/\//)[0]+this.definition.domain+(this.config.port?":"+this.config.port:""):this.config.url:""}},{key:"parameterSegments",get:function(){var e,t;return null!=(e=null==(t=this.template.match(/{[^}?]+\??}/g))?void 0:t.map((function(e){return{name:e.replace(/{|\??}/g,""),required:!/\?}$/.test(e)}})))?e:[]}}]),e}(),q=function(e){var t,r;function n(t,r,n,o){var i;if(void 0===n&&(n=!0),(i=e.call(this)||this).t=null!=o?o:"undefined"!=typeof Ziggy?Ziggy:null==globalThis?void 0:globalThis.Ziggy,i.t=c({},i.t,{absolute:n}),t){if(!i.t.routes[t])throw new Error("Ziggy error: route '"+t+"' is not in the route list.");i.i=new I(t,i.t.routes[t],i.t),i.u=i.l(r)}return i}r=e,(t=n).prototype=Object.create(r.prototype),t.prototype.constructor=t,p(t,r);var o=n.prototype;return o.toString=function(){var e=this,t=Object.keys(this.u).filter((function(t){return!e.i.parameterSegments.some((function(e){return e.name===t}))})).filter((function(e){return"_query"!==e})).reduce((function(t,r){var n;return c({},t,((n={})[r]=e.u[r],n))}),{});return this.i.compile(this.u)+function(e,t){var r,n=e,o=function(e){if(!e)return N;if(null!=e.encoder&&"function"!=typeof e.encoder)throw new TypeError("Encoder has to be a function.");var t=e.charset||N.charset;if(void 0!==e.charset&&"utf-8"!==e.charset&&"iso-8859-1"!==e.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var r=g.default;if(void 0!==e.format){if(!P.call(g.formatters,e.format))throw new TypeError("Unknown format option provided.");r=e.format}var n=g.formatters[r],o=N.filter;return("function"==typeof e.filter||x(e.filter))&&(o=e.filter),{addQueryPrefix:"boolean"==typeof e.addQueryPrefix?e.addQueryPrefix:N.addQueryPrefix,allowDots:void 0===e.allowDots?N.allowDots:!!e.allowDots,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:N.charsetSentinel,delimiter:void 0===e.delimiter?N.delimiter:e.delimiter,encode:"boolean"==typeof e.encode?e.encode:N.encode,encoder:"function"==typeof e.encoder?e.encoder:N.encoder,encodeValuesOnly:"boolean"==typeof e.encodeValuesOnly?e.encodeValuesOnly:N.encodeValuesOnly,filter:o,format:r,formatter:n,serializeDate:"function"==typeof e.serializeDate?e.serializeDate:N.serializeDate,skipNulls:"boolean"==typeof e.skipNulls?e.skipNulls:N.skipNulls,sort:"function"==typeof e.sort?e.sort:null,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:N.strictNullHandling}}(t);"function"==typeof o.filter?n=(0,o.filter)("",n):x(o.filter)&&(r=o.filter);var i=[];if("object"!=u(n)||null===n)return"";var a=S[t&&t.arrayFormat in S?t.arrayFormat:t&&"indices"in t?t.indices?"indices":"repeat":"indices"];r||(r=Object.keys(n)),o.sort&&r.sort(o.sort);for(var l=0;l<r.length;++l){var s=r[l];o.skipNulls&&null===n[s]||L(i,_(n[s],s,a,o.strictNullHandling,o.skipNulls,o.encode?o.encoder:null,o.filter,o.sort,o.allowDots,o.serializeDate,o.format,o.formatter,o.encodeValuesOnly,o.charset))}var c=i.join(o.delimiter),f=!0===o.addQueryPrefix?"?":"";return o.charsetSentinel&&(f+="iso-8859-1"===o.charset?"utf8=%26%2310003%3B&":"utf8=%E2%9C%93&"),c.length>0?f+c:""}(c({},t,this.u._query),{addQueryPrefix:!0,arrayFormat:"indices",encodeValuesOnly:!0,skipNulls:!0,encoder:function(e,t){return"boolean"==typeof e?Number(e):t(e)}})},o.v=function(e){var t=this;e?this.t.absolute&&e.startsWith("/")&&(e=this.p().host+e):e=this.h();var r={},n=Object.entries(this.t.routes).find((function(n){return r=new I(n[0],n[1],t.t).matchesUrl(e)}))||[void 0,void 0];return c({name:n[0]},r,{route:n[1]})},o.h=function(){var e=this.p(),t=e.pathname,r=e.search;return(this.t.absolute?e.host+t:t.replace(this.t.url.replace(/^\w*:\/\/[^/]+/,""),"").replace(/^\/+/,"/"))+r},o.current=function(e,t){var r=this.v(),n=r.name,o=r.params,i=r.query,a=r.route;if(!e)return n;var u=new RegExp("^"+e.replace(/\./g,"\\.").replace(/\*/g,".*")+"$").test(n);if([null,void 0].includes(t)||!u)return u;var l=new I(n,a,this.t);t=this.l(t,l);var s=c({},o,i);return!(!Object.values(t).every((function(e){return!e}))||Object.values(s).some((function(e){return void 0!==e})))||Object.entries(t).every((function(e){return s[e[0]]==e[1]}))},o.p=function(){var e,t,r,n,o,i,a="undefined"!=typeof window?window.location:{},u=a.host,l=a.pathname,s=a.search;return{host:null!=(e=null==(t=this.t.location)?void 0:t.host)?e:void 0===u?"":u,pathname:null!=(r=null==(n=this.t.location)?void 0:n.pathname)?r:void 0===l?"":l,search:null!=(o=null==(i=this.t.location)?void 0:i.search)?o:void 0===s?"":s}},o.has=function(e){return Object.keys(this.t.routes).includes(e)},o.l=function(e,t){var r=this;void 0===e&&(e={}),void 0===t&&(t=this.i),null!=e||(e={}),e=["string","number"].includes(u(e))?[e]:e;var n=t.parameterSegments.filter((function(e){return!r.t.defaults[e.name]}));if(Array.isArray(e))e=e.reduce((function(e,t,r){var o,i;return c({},e,n[r]?((o={})[n[r].name]=t,o):"object"==u(t)?t:((i={})[t]="",i))}),{});else if(1===n.length&&!e[n[0].name]&&(e.hasOwnProperty(Object.values(t.bindings)[0])||e.hasOwnProperty("id"))){var o;(o={})[n[0].name]=e,e=o}return c({},this.g(t),this.m(e,t))},o.g=function(e){var t=this;return e.parameterSegments.filter((function(e){return t.t.defaults[e.name]})).reduce((function(e,r,n){var o,i=r.name;return c({},e,((o={})[i]=t.t.defaults[i],o))}),{})},o.m=function(e,t){var r=t.bindings,n=t.parameterSegments;return Object.entries(e).reduce((function(e,t){var o,i,a=t[0],l=t[1];if(!l||"object"!=u(l)||Array.isArray(l)||!n.some((function(e){return e.name===a})))return c({},e,((i={})[a]=l,i));if(!l.hasOwnProperty(r[a])){if(!l.hasOwnProperty("id"))throw new Error("Ziggy error: object passed as '"+a+"' parameter is missing route model binding key '"+r[a]+"'.");r[a]="id"}return c({},e,((o={})[a]=l[r[a]],o))}),{})},o.valueOf=function(){return this.toString()},o.check=function(e){return this.has(e)},s(n,[{key:"params",get:function(){var e=this.v();return c({},e.params,e.query)}}]),n}(d(String)),Q={install:function(e,t){var r=function(e,r,n,o){return void 0===o&&(o=t),function(e,t,r,n){var o=new q(e,t,r,n);return e?o.toString():o}(e,r,n,o)};e.mixin({methods:{route:r}}),parseInt(e.version)>2&&e.provide("route",r)}},$={url:"http://localhost",port:null,defaults:{},routes:{userFiles:{uri:"files/{folder?}",methods:["GET","HEAD"],wheres:{folder:"(.*)"},parameters:["folder"]},sharedWith:{uri:"shared-with-me/{folder?}",methods:["GET","HEAD"],wheres:{folder:"(.*)"},parameters:["folder"]},sharedBy:{uri:"shared-by-me/{folder?}",methods:["GET","HEAD"],wheres:{folder:"(.*)"},parameters:["folder"]},recycleBin:{uri:"recycle-bin/{folder?}",methods:["GET","HEAD"],wheres:{folder:"(.*)"},parameters:["folder"]},"folder.new":{uri:"folder/new",methods:["POST"]},"file.upload":{uri:"file/upload",methods:["POST"]},"file.download":{uri:"file/download",methods:["GET","HEAD"]},"file.downloadSharedBy":{uri:"file/download-shared-by",methods:["GET","HEAD"]},"file.downloadSharedWith":{uri:"file/download-shared-with",methods:["GET","HEAD"]},"file.recycle":{uri:"file/recycle",methods:["POST"]},"file.restore":{uri:"file/restore",methods:["POST"]},"file.delete":{uri:"file/delete",methods:["DELETE"]},"file.share":{uri:"file/share",methods:["POST"]},"file.unshare":{uri:"file/unshare",methods:["POST"]},"profile.edit":{uri:"profile",methods:["GET","HEAD"]},"profile.update":{uri:"profile",methods:["PATCH"]},"profile.destroy":{uri:"profile",methods:["DELETE"]},register:{uri:"register",methods:["GET","HEAD"]},login:{uri:"login",methods:["GET","HEAD"]},"password.request":{uri:"forgot-password",methods:["GET","HEAD"]},"password.email":{uri:"forgot-password",methods:["POST"]},"password.reset":{uri:"reset-password/{token}",methods:["GET","HEAD"],parameters:["token"]},"password.update":{uri:"reset-password",methods:["POST"]},"verification.notice":{uri:"verify-email",methods:["GET","HEAD"]},"verification.verify":{uri:"verify-email/{id}/{hash}",methods:["GET","HEAD"],parameters:["id","hash"]},"verification.send":{uri:"email/verification-notification",methods:["POST"]},"password.confirm":{uri:"confirm-password",methods:["GET","HEAD"]},logout:{uri:"logout",methods:["POST"]}}};"undefined"!=typeof window&&void 0!==window.Ziggy&&Object.assign($.routes,window.Ziggy.routes);r(1966);var V,Z,M=r(6623);function z(e){return z="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},z(e)}function W(){W=function(){return t};var e,t={},r=Object.prototype,n=r.hasOwnProperty,o=Object.defineProperty||function(e,t,r){e[t]=r.value},i="function"==typeof Symbol?Symbol:{},a=i.iterator||"@@iterator",u=i.asyncIterator||"@@asyncIterator",l=i.toStringTag||"@@toStringTag";function s(e,t,r){return Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{s({},"")}catch(e){s=function(e,t,r){return e[t]=r}}function c(e,t,r,n){var i=t&&t.prototype instanceof v?t:v,a=Object.create(i.prototype),u=new k(n||[]);return o(a,"_invoke",{value:x(e,r,u)}),a}function f(e,t,r){try{return{type:"normal",arg:e.call(t,r)}}catch(e){return{type:"throw",arg:e}}}t.wrap=c;var p="suspendedStart",h="suspendedYield",d="executing",y="completed",m={};function v(){}function g(){}function b(){}var w={};s(w,a,(function(){return this}));var O=Object.getPrototypeOf,E=O&&O(O(D([])));E&&E!==r&&n.call(E,a)&&(w=E);var j=b.prototype=v.prototype=Object.create(w);function P(e){["next","throw","return"].forEach((function(t){s(e,t,(function(e){return this._invoke(t,e)}))}))}function S(e,t){function r(o,i,a,u){var l=f(e[o],e,i);if("throw"!==l.type){var s=l.arg,c=s.value;return c&&"object"==z(c)&&n.call(c,"__await")?t.resolve(c.__await).then((function(e){r("next",e,a,u)}),(function(e){r("throw",e,a,u)})):t.resolve(c).then((function(e){s.value=e,a(s)}),(function(e){return r("throw",e,a,u)}))}u(l.arg)}var i;o(this,"_invoke",{value:function(e,n){function o(){return new t((function(t,o){r(e,n,t,o)}))}return i=i?i.then(o,o):o()}})}function x(t,r,n){var o=p;return function(i,a){if(o===d)throw new Error("Generator is already running");if(o===y){if("throw"===i)throw a;return{value:e,done:!0}}for(n.method=i,n.arg=a;;){var u=n.delegate;if(u){var l=A(u,n);if(l){if(l===m)continue;return l}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(o===p)throw o=y,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);o=d;var s=f(t,r,n);if("normal"===s.type){if(o=n.done?y:h,s.arg===m)continue;return{value:s.arg,done:n.done}}"throw"===s.type&&(o=y,n.method="throw",n.arg=s.arg)}}}function A(t,r){var n=r.method,o=t.iterator[n];if(o===e)return r.delegate=null,"throw"===n&&t.iterator.return&&(r.method="return",r.arg=e,A(t,r),"throw"===r.method)||"return"!==n&&(r.method="throw",r.arg=new TypeError("The iterator does not provide a '"+n+"' method")),m;var i=f(o,t.iterator,r.arg);if("throw"===i.type)return r.method="throw",r.arg=i.arg,r.delegate=null,m;var a=i.arg;return a?a.done?(r[t.resultName]=a.value,r.next=t.nextLoc,"return"!==r.method&&(r.method="next",r.arg=e),r.delegate=null,m):a:(r.method="throw",r.arg=new TypeError("iterator result is not an object"),r.delegate=null,m)}function T(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function L(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function k(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(T,this),this.reset(!0)}function D(t){if(t||""===t){var r=t[a];if(r)return r.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var o=-1,i=function r(){for(;++o<t.length;)if(n.call(t,o))return r.value=t[o],r.done=!1,r;return r.value=e,r.done=!0,r};return i.next=i}}throw new TypeError(z(t)+" is not iterable")}return g.prototype=b,o(j,"constructor",{value:b,configurable:!0}),o(b,"constructor",{value:g,configurable:!0}),g.displayName=s(b,l,"GeneratorFunction"),t.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===g||"GeneratorFunction"===(t.displayName||t.name))},t.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,b):(e.__proto__=b,s(e,l,"GeneratorFunction")),e.prototype=Object.create(j),e},t.awrap=function(e){return{__await:e}},P(S.prototype),s(S.prototype,u,(function(){return this})),t.AsyncIterator=S,t.async=function(e,r,n,o,i){void 0===i&&(i=Promise);var a=new S(c(e,r,n,o),i);return t.isGeneratorFunction(r)?a:a.next().then((function(e){return e.done?e.value:a.next()}))},P(j),s(j,l,"Generator"),s(j,a,(function(){return this})),s(j,"toString",(function(){return"[object Generator]"})),t.keys=function(e){var t=Object(e),r=[];for(var n in t)r.push(n);return r.reverse(),function e(){for(;r.length;){var n=r.pop();if(n in t)return e.value=n,e.done=!1,e}return e.done=!0,e}},t.values=D,k.prototype={constructor:k,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=e,this.done=!1,this.delegate=null,this.method="next",this.arg=e,this.tryEntries.forEach(L),!t)for(var r in this)"t"===r.charAt(0)&&n.call(this,r)&&!isNaN(+r.slice(1))&&(this[r]=e)},stop:function(){this.done=!0;var e=this.tryEntries[0].completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var r=this;function o(n,o){return u.type="throw",u.arg=t,r.next=n,o&&(r.method="next",r.arg=e),!!o}for(var i=this.tryEntries.length-1;i>=0;--i){var a=this.tryEntries[i],u=a.completion;if("root"===a.tryLoc)return o("end");if(a.tryLoc<=this.prev){var l=n.call(a,"catchLoc"),s=n.call(a,"finallyLoc");if(l&&s){if(this.prev<a.catchLoc)return o(a.catchLoc,!0);if(this.prev<a.finallyLoc)return o(a.finallyLoc)}else if(l){if(this.prev<a.catchLoc)return o(a.catchLoc,!0)}else{if(!s)throw new Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return o(a.finallyLoc)}}}},abrupt:function(e,t){for(var r=this.tryEntries.length-1;r>=0;--r){var o=this.tryEntries[r];if(o.tryLoc<=this.prev&&n.call(o,"finallyLoc")&&this.prev<o.finallyLoc){var i=o;break}}i&&("break"===e||"continue"===e)&&i.tryLoc<=t&&t<=i.finallyLoc&&(i=null);var a=i?i.completion:{};return a.type=e,a.arg=t,i?(this.method="next",this.next=i.finallyLoc,m):this.complete(a)},complete:function(e,t){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),m},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var r=this.tryEntries[t];if(r.finallyLoc===e)return this.complete(r.completion,r.afterLoc),L(r),m}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var r=this.tryEntries[t];if(r.tryLoc===e){var n=r.completion;if("throw"===n.type){var o=n.arg;L(r)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(t,r,n){return this.delegate={iterator:D(t),resultName:r,nextLoc:n},"next"===this.method&&(this.arg=e),m}},t}function X(e,t,r,n,o,i,a){try{var u=e[i](a),l=u.value}catch(e){return void r(e)}u.done?t(l):Promise.resolve(l).then(n,o)}(0,a.yP)({resolve:(V=W().mark((function e(t){return W().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,r(4985)("./".concat(t));case 2:return e.abrupt("return",e.sent.default);case 3:case"end":return e.stop()}}),e)})),Z=function(){var e=this,t=arguments;return new Promise((function(r,n){var o=V.apply(e,t);function i(e){X(o,r,n,i,a,"next",e)}function a(e){X(o,r,n,i,a,"throw",e)}i(void 0)}))},function(e){return Z.apply(this,arguments)}),setup:function(e){var t=e.el,r=e.App,n=e.props,o=e.plugin;return(0,i.ri)({render:function(){return(0,i.h)(r,n)}}).use(o).use(Q,$).component("font-awesome-icon",M.GN).mixin({methods:{route}}).mount(t)},progress:{color:"#4B5563"}})},2584:()=>{},4985:(e,t,r)=>{var n={"./Auth/ForgotPassword":[5721,898,721],"./Auth/ForgotPassword.vue":[5721,898,721],"./Auth/Login":[7980,898,980],"./Auth/Login.vue":[7980,898,980],"./Auth/Register":[97,898,97],"./Auth/Register.vue":[97,898,97],"./Auth/ResetPassword":[976,898,464],"./Auth/ResetPassword.vue":[976,898,464],"./Auth/VerifyEmail":[7836,898,836],"./Auth/VerifyEmail.vue":[7836,898,836],"./Profile/Edit":[9493,898,493],"./Profile/Edit.vue":[9493,898,493],"./Profile/Partials/DeleteUserForm":[643,643],"./Profile/Partials/DeleteUserForm.vue":[643,643],"./Profile/Partials/UpdatePasswordForm":[197,197],"./Profile/Partials/UpdatePasswordForm.vue":[197,197],"./Profile/Partials/UpdateProfileInformationForm":[9318,318],"./Profile/Partials/UpdateProfileInformationForm.vue":[9318,318],"./RecycleBin":[599,898,599],"./RecycleBin.vue":[599,898,599],"./SharedBy":[2976,898,976],"./SharedBy.vue":[2976,898,976],"./SharedWith":[1058,898,58],"./SharedWith.vue":[1058,898,58],"./UserFiles":[9544,898,544],"./UserFiles.vue":[9544,898,544]};function o(e){if(!r.o(n,e))return Promise.resolve().then((()=>{var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}));var t=n[e],o=t[0];return Promise.all(t.slice(1).map(r.e)).then((()=>r(o)))}o.keys=()=>Object.keys(n),o.id=4985,e.exports=o},4654:()=>{}},e=>{var t=t=>e(e.s=t);e.O(0,[170,898],(()=>(t(8357),t(2584))));e.O()}]); |