2 lines
395 KiB
JavaScript
2 lines
395 KiB
JavaScript
|
/*! For license information please see admin.d58ac2d6b15d95de107e.js.LICENSE.txt */
|
||
|
var gl;(()=>{var t={9669:(t,e,r)=>{t.exports=r(1609)},5448:(t,e,r)=>{"use strict";var o=r(4867),a=r(6026),n=r(4372),i=r(5327),s=r(4097),l=r(4109),d=r(7985),c=r(5061),b=r(5655),p=r(5263);t.exports=function(t){return new Promise((function(e,r){var m,g=t.data,f=t.headers,u=t.responseType;function h(){t.cancelToken&&t.cancelToken.unsubscribe(m),t.signal&&t.signal.removeEventListener("abort",m)}o.isFormData(g)&&delete f["Content-Type"];var v=new XMLHttpRequest;if(t.auth){var x=t.auth.username||"",w=t.auth.password?unescape(encodeURIComponent(t.auth.password)):"";f.Authorization="Basic "+btoa(x+":"+w)}var y=s(t.baseURL,t.url);function k(){if(v){var o="getAllResponseHeaders"in v?l(v.getAllResponseHeaders()):null,n={data:u&&"text"!==u&&"json"!==u?v.response:v.responseText,status:v.status,statusText:v.statusText,headers:o,config:t,request:v};a((function(t){e(t),h()}),(function(t){r(t),h()}),n),v=null}}if(v.open(t.method.toUpperCase(),i(y,t.params,t.paramsSerializer),!0),v.timeout=t.timeout,"onloadend"in v?v.onloadend=k:v.onreadystatechange=function(){v&&4===v.readyState&&(0!==v.status||v.responseURL&&0===v.responseURL.indexOf("file:"))&&setTimeout(k)},v.onabort=function(){v&&(r(c("Request aborted",t,"ECONNABORTED",v)),v=null)},v.onerror=function(){r(c("Network Error",t,null,v)),v=null},v.ontimeout=function(){var e=t.timeout?"timeout of "+t.timeout+"ms exceeded":"timeout exceeded",o=t.transitional||b.transitional;t.timeoutErrorMessage&&(e=t.timeoutErrorMessage),r(c(e,t,o.clarifyTimeoutError?"ETIMEDOUT":"ECONNABORTED",v)),v=null},o.isStandardBrowserEnv()){var _=(t.withCredentials||d(y))&&t.xsrfCookieName?n.read(t.xsrfCookieName):void 0;_&&(f[t.xsrfHeaderName]=_)}"setRequestHeader"in v&&o.forEach(f,(function(t,e){void 0===g&&"content-type"===e.toLowerCase()?delete f[e]:v.setRequestHeader(e,t)})),o.isUndefined(t.withCredentials)||(v.withCredentials=!!t.withCredentials),u&&"json"!==u&&(v.responseType=t.responseType),"function"==typeof t.onDownloadProgress&&v.addEventListener("progress",t.onDownloadProgress),"function"==typeof t.onUploadProgress&&v.upload&&v.upload.addEventListener("progress",t.onUploadProgress),(t.cancelToken||t.signal)&&(m=function(t){v&&(r(!t||t&&t.type?new p("canceled"):t),v.abort(),v=null)},t.cancelToken&&t.cancelToken.subscribe(m),t.signal&&(t.signal.aborted?m():t.signal.addEventListener("abort",m))),g||(g=null),v.send(g)}))}},1609:(t,e,r)=>{"use strict";var o=r(4867),a=r(1849),n=r(321),i=r(7185),s=function t(e){var r=new n(e),s=a(n.prototype.request,r);return o.extend(s,n.prototype,r),o.extend(s,r),s.create=function(r){return t(i(e,r))},s}(r(5655));s.Axios=n,s.Cancel=r(5263),s.CancelToken=r(4972),s.isCancel=r(6502),s.VERSION=r(7288).version,s.all=function(t){return Promise.all(t)},s.spread=r(8713),s.isAxiosError=r(6268),t.exports=s,t.exports.default=s},5263:t=>{"use strict";function e(t){this.message=t}e.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},e.prototype.__CANCEL__=!0,t.exports=e},4972:(t,e,r)=>{"use strict";var o=r(5263);function a(t){if("function"!=typeof t)throw new TypeError("executor must be a function.");var e;this.promise=new Promise((function(t){e=t}));var r=this;this.promise.then((function(t){if(r._listeners){var e,o=r._listeners.length;for(e=0;e<o;e++)r._listeners[e](t);r._listeners=null}})),this.promise.then=function(t){var e,o=new Promise((function(t){r.subscribe(t),e=t})).then(t);return o.cancel=function(){r.unsubscribe(e)},o},t((function(t){r.reason||(r.reason=new o(t),e(r.reason))}))}a.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},a.prototype.subscribe=function(t){this.reason?t(this.reason):this._listeners?this._listeners.push(t):this._listeners=[t]},a.prototype.unsubscribe=function(t){if(this._listeners){var e=this._listeners.indexOf(t);-1!==e&&this._listeners.splice(e,1)}},a.source=function(){var t;return{token:new a((function(e){t=e})),cancel:t}},t.exports=a},6502:t=>{"use strict";t.exports=function(t){return!(!t||!t.__CANCEL__)}},321:(t,e,r)=>{"use strict";var o=r(4867),a=r(5327),n=r(782),i=r(3572),s=r(7185),l=r(4875),d=l.va
|