From f27f9bb42cc6e77579dd5ebfc503d0681f0677f0 Mon Sep 17 00:00:00 2001 From: Kakabay <2kakabayashyrberdyew@gmail.com> Date: Fri, 5 Apr 2024 10:21:27 +0500 Subject: [PATCH] build --- build/asset-manifest.json | 4 ++-- build/index.html | 2 +- build/static/js/{main.84ffb6ff.js => main.21c37914.js} | 4 ++-- ...n.84ffb6ff.js.LICENSE.txt => main.21c37914.js.LICENSE.txt} | 0 4 files changed, 5 insertions(+), 5 deletions(-) rename build/static/js/{main.84ffb6ff.js => main.21c37914.js} (73%) rename build/static/js/{main.84ffb6ff.js.LICENSE.txt => main.21c37914.js.LICENSE.txt} (100%) diff --git a/build/asset-manifest.json b/build/asset-manifest.json index d3b2034..cd09c5c 100644 --- a/build/asset-manifest.json +++ b/build/asset-manifest.json @@ -1,7 +1,7 @@ { "files": { "main.css": "/static/css/main.23fcaba1.css", - "main.js": "/static/js/main.84ffb6ff.js", + "main.js": "/static/js/main.21c37914.js", "static/media/logo-transp.svg": "/static/media/logo-transp.66d6235f12fb5d9a6264c592bce58c5a.svg", "static/media/logo-bg.jpg": "/static/media/logo-bg.1d55df78b7376108f96c.jpg", "static/media/credit-card.jpg": "/static/media/credit-card.ff2990f7d50439a8f34d.jpg", @@ -69,6 +69,6 @@ }, "entrypoints": [ "static/css/main.23fcaba1.css", - "static/js/main.84ffb6ff.js" + "static/js/main.21c37914.js" ] } \ No newline at end of file diff --git a/build/index.html b/build/index.html index 64b6c8d..51351bb 100644 --- a/build/index.html +++ b/build/index.html @@ -1 +1 @@ -Shahsy Otag
\ No newline at end of file +Shahsy Otag
\ No newline at end of file diff --git a/build/static/js/main.84ffb6ff.js b/build/static/js/main.21c37914.js similarity index 73% rename from build/static/js/main.84ffb6ff.js rename to build/static/js/main.21c37914.js index 7c489a1..7168bf6 100644 --- a/build/static/js/main.84ffb6ff.js +++ b/build/static/js/main.21c37914.js @@ -1,2 +1,2 @@ -/*! For license information please see main.84ffb6ff.js.LICENSE.txt */ -!function(){var e={757:function(e,t,n){e.exports=n(937)},881:function(e,t,n){e.exports=n(948)},570:function(e,t,n){"use strict";var a=n(899),r=n(980),i=n(508),s=n(917),l=n(551),o=n(652),c=n(43),u=n(775),d=n(685),f=n(691);e.exports=function(e){return new Promise((function(t,n){var h,m=e.data,p=e.headers,g=e.responseType;function v(){e.cancelToken&&e.cancelToken.unsubscribe(h),e.signal&&e.signal.removeEventListener("abort",h)}a.isFormData(m)&&delete p["Content-Type"];var y=new XMLHttpRequest;if(e.auth){var b=e.auth.username||"",x=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";p.Authorization="Basic "+btoa(b+":"+x)}var k=l(e.baseURL,e.url);function j(){if(y){var a="getAllResponseHeaders"in y?o(y.getAllResponseHeaders()):null,i={data:g&&"text"!==g&&"json"!==g?y.response:y.responseText,status:y.status,statusText:y.statusText,headers:a,config:e,request:y};r((function(e){t(e),v()}),(function(e){n(e),v()}),i),y=null}}if(y.open(e.method.toUpperCase(),s(k,e.params,e.paramsSerializer),!0),y.timeout=e.timeout,"onloadend"in y?y.onloadend=j:y.onreadystatechange=function(){y&&4===y.readyState&&(0!==y.status||y.responseURL&&0===y.responseURL.indexOf("file:"))&&setTimeout(j)},y.onabort=function(){y&&(n(u("Request aborted",e,"ECONNABORTED",y)),y=null)},y.onerror=function(){n(u("Network Error",e,null,y)),y=null},y.ontimeout=function(){var t=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded",a=e.transitional||d.transitional;e.timeoutErrorMessage&&(t=e.timeoutErrorMessage),n(u(t,e,a.clarifyTimeoutError?"ETIMEDOUT":"ECONNABORTED",y)),y=null},a.isStandardBrowserEnv()){var N=(e.withCredentials||c(k))&&e.xsrfCookieName?i.read(e.xsrfCookieName):void 0;N&&(p[e.xsrfHeaderName]=N)}"setRequestHeader"in y&&a.forEach(p,(function(e,t){"undefined"===typeof m&&"content-type"===t.toLowerCase()?delete p[t]:y.setRequestHeader(t,e)})),a.isUndefined(e.withCredentials)||(y.withCredentials=!!e.withCredentials),g&&"json"!==g&&(y.responseType=e.responseType),"function"===typeof e.onDownloadProgress&&y.addEventListener("progress",e.onDownloadProgress),"function"===typeof e.onUploadProgress&&y.upload&&y.upload.addEventListener("progress",e.onUploadProgress),(e.cancelToken||e.signal)&&(h=function(e){y&&(n(!e||e&&e.type?new f("canceled"):e),y.abort(),y=null)},e.cancelToken&&e.cancelToken.subscribe(h),e.signal&&(e.signal.aborted?h():e.signal.addEventListener("abort",h))),m||(m=null),y.send(m)}))}},948:function(e,t,n){"use strict";var a=n(899),r=n(813),i=n(141),s=n(276);var l=function e(t){var n=new i(t),l=r(i.prototype.request,n);return a.extend(l,i.prototype,n),a.extend(l,n),l.create=function(n){return e(s(t,n))},l}(n(685));l.Axios=i,l.Cancel=n(691),l.CancelToken=n(914),l.isCancel=n(797),l.VERSION=n(102).version,l.all=function(e){return Promise.all(e)},l.spread=n(922),l.isAxiosError=n(79),e.exports=l,e.exports.default=l},691:function(e){"use strict";function t(e){this.message=e}t.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},t.prototype.__CANCEL__=!0,e.exports=t},914:function(e,t,n){"use strict";var a=n(691);function r(e){if("function"!==typeof e)throw new TypeError("executor must be a function.");var t;this.promise=new Promise((function(e){t=e}));var n=this;this.promise.then((function(e){if(n._listeners){var t,a=n._listeners.length;for(t=0;t=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};a.forEach(["delete","get","head"],(function(e){o.headers[e]={}})),a.forEach(["post","put","patch"],(function(e){o.headers[e]=a.merge(s)})),e.exports=o},102:function(e){e.exports={version:"0.26.0"}},813:function(e){"use strict";e.exports=function(e,t){return function(){for(var n=new Array(arguments.length),a=0;a=0)return;s[t]="set-cookie"===t?(s[t]?s[t]:[]).concat([n]):s[t]?s[t]+", "+n:n}})),s):s}},922:function(e){"use strict";e.exports=function(e){return function(t){return e.apply(null,t)}}},828:function(e,t,n){"use strict";var a=n(102).version,r={};["object","boolean","number","function","string","symbol"].forEach((function(e,t){r[e]=function(n){return typeof n===e||"a"+(t<1?"n ":" ")+e}}));var i={};r.transitional=function(e,t,n){function r(e,t){return"[Axios v"+a+"] Transitional option '"+e+"'"+t+(n?". "+n:"")}return function(n,a,s){if(!1===e)throw new Error(r(a," has been removed"+(t?" in "+t:"")));return t&&!i[a]&&(i[a]=!0,console.warn(r(a," has been deprecated since v"+t+" and will be removed in the near future"))),!e||e(n,a,s)}},e.exports={assertOptions:function(e,t,n){if("object"!==typeof e)throw new TypeError("options must be an object");for(var a=Object.keys(e),r=a.length;r-- >0;){var i=a[r],s=t[i];if(s){var l=e[i],o=void 0===l||s(l,i,e);if(!0!==o)throw new TypeError("option "+i+" must be "+o)}else if(!0!==n)throw Error("Unknown option "+i)}},validators:r}},899:function(e,t,n){"use strict";var a=n(813),r=Object.prototype.toString;function i(e){return Array.isArray(e)}function s(e){return"undefined"===typeof e}function l(e){return"[object ArrayBuffer]"===r.call(e)}function o(e){return null!==e&&"object"===typeof e}function c(e){if("[object Object]"!==r.call(e))return!1;var t=Object.getPrototypeOf(e);return null===t||t===Object.prototype}function u(e){return"[object Function]"===r.call(e)}function d(e,t){if(null!==e&&"undefined"!==typeof e)if("object"!==typeof e&&(e=[e]),i(e))for(var n=0,a=e.length;n