From 2fa13e2602cf867e7da832ff92b18436498afdd9 Mon Sep 17 00:00:00 2001 From: rajuruoho Date: Sun, 4 Sep 2022 17:19:39 +0300 Subject: [PATCH] uibuild --- build/asset-manifest.json | 6 +++--- build/index.html | 2 +- build/static/js/{main.86bdcc25.js => main.44a517e9.js} | 6 +++--- ...dcc25.js.LICENSE.txt => main.44a517e9.js.LICENSE.txt} | 0 build/static/js/main.44a517e9.js.map | 1 + build/static/js/main.86bdcc25.js.map | 1 - index.js | 1 - part3-phonebook/build/asset-manifest.json | 6 +++--- part3-phonebook/build/index.html | 2 +- .../static/js/{main.86bdcc25.js => main.44a517e9.js} | 6 +++--- ...dcc25.js.LICENSE.txt => main.44a517e9.js.LICENSE.txt} | 0 part3-phonebook/build/static/js/main.44a517e9.js.map | 1 + part3-phonebook/build/static/js/main.86bdcc25.js.map | 1 - part3-phonebook/src/App.js | 9 +++++++-- 14 files changed, 23 insertions(+), 19 deletions(-) rename build/static/js/{main.86bdcc25.js => main.44a517e9.js} (99%) rename build/static/js/{main.86bdcc25.js.LICENSE.txt => main.44a517e9.js.LICENSE.txt} (100%) create mode 100644 build/static/js/main.44a517e9.js.map delete mode 100644 build/static/js/main.86bdcc25.js.map rename part3-phonebook/build/static/js/{main.86bdcc25.js => main.44a517e9.js} (99%) rename part3-phonebook/build/static/js/{main.86bdcc25.js.LICENSE.txt => main.44a517e9.js.LICENSE.txt} (100%) create mode 100644 part3-phonebook/build/static/js/main.44a517e9.js.map delete mode 100644 part3-phonebook/build/static/js/main.86bdcc25.js.map diff --git a/build/asset-manifest.json b/build/asset-manifest.json index 68cd5a4..0971492 100644 --- a/build/asset-manifest.json +++ b/build/asset-manifest.json @@ -1,10 +1,10 @@ { "files": { - "main.js": "/static/js/main.86bdcc25.js", + "main.js": "/static/js/main.44a517e9.js", "index.html": "/index.html", - "main.86bdcc25.js.map": "/static/js/main.86bdcc25.js.map" + "main.44a517e9.js.map": "/static/js/main.44a517e9.js.map" }, "entrypoints": [ - "static/js/main.86bdcc25.js" + "static/js/main.44a517e9.js" ] } \ No newline at end of file diff --git a/build/index.html b/build/index.html index 2b87c12..55a48d7 100644 --- a/build/index.html +++ b/build/index.html @@ -1 +1 @@ -React App
\ No newline at end of file +React App
\ No newline at end of file diff --git a/build/static/js/main.86bdcc25.js b/build/static/js/main.44a517e9.js similarity index 99% rename from build/static/js/main.86bdcc25.js rename to build/static/js/main.44a517e9.js index 94e1682..24f2c12 100644 --- a/build/static/js/main.86bdcc25.js +++ b/build/static/js/main.44a517e9.js @@ -1,3 +1,3 @@ -/*! For license information please see main.86bdcc25.js.LICENSE.txt */ -!function(){var e={569:function(e,t,n){e.exports=n(36)},381:function(e,t,n){"use strict";var r=n(589),a=n(297),o=n(301),l=n(774),i=n(804),u=n(145),s=n(411),c=n(789),f=n(531),d=n(795),p=n(261);e.exports=function(e){return new Promise((function(t,n){var h,m=e.data,v=e.headers,g=e.responseType;function y(){e.cancelToken&&e.cancelToken.unsubscribe(h),e.signal&&e.signal.removeEventListener("abort",h)}r.isFormData(m)&&r.isStandardBrowserEnv()&&delete v["Content-Type"];var b=new XMLHttpRequest;if(e.auth){var w=e.auth.username||"",k=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";v.Authorization="Basic "+btoa(w+":"+k)}var S=i(e.baseURL,e.url);function x(){if(b){var r="getAllResponseHeaders"in b?u(b.getAllResponseHeaders()):null,o={data:g&&"text"!==g&&"json"!==g?b.response:b.responseText,status:b.status,statusText:b.statusText,headers:r,config:e,request:b};a((function(e){t(e),y()}),(function(e){n(e),y()}),o),b=null}}if(b.open(e.method.toUpperCase(),l(S,e.params,e.paramsSerializer),!0),b.timeout=e.timeout,"onloadend"in b?b.onloadend=x:b.onreadystatechange=function(){b&&4===b.readyState&&(0!==b.status||b.responseURL&&0===b.responseURL.indexOf("file:"))&&setTimeout(x)},b.onabort=function(){b&&(n(new f("Request aborted",f.ECONNABORTED,e,b)),b=null)},b.onerror=function(){n(new f("Network Error",f.ERR_NETWORK,e,b,b)),b=null},b.ontimeout=function(){var t=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded",r=e.transitional||c;e.timeoutErrorMessage&&(t=e.timeoutErrorMessage),n(new f(t,r.clarifyTimeoutError?f.ETIMEDOUT:f.ECONNABORTED,e,b)),b=null},r.isStandardBrowserEnv()){var E=(e.withCredentials||s(S))&&e.xsrfCookieName?o.read(e.xsrfCookieName):void 0;E&&(v[e.xsrfHeaderName]=E)}"setRequestHeader"in b&&r.forEach(v,(function(e,t){"undefined"===typeof m&&"content-type"===t.toLowerCase()?delete v[t]:b.setRequestHeader(t,e)})),r.isUndefined(e.withCredentials)||(b.withCredentials=!!e.withCredentials),g&&"json"!==g&&(b.responseType=e.responseType),"function"===typeof e.onDownloadProgress&&b.addEventListener("progress",e.onDownloadProgress),"function"===typeof e.onUploadProgress&&b.upload&&b.upload.addEventListener("progress",e.onUploadProgress),(e.cancelToken||e.signal)&&(h=function(e){b&&(n(!e||e&&e.type?new d:e),b.abort(),b=null)},e.cancelToken&&e.cancelToken.subscribe(h),e.signal&&(e.signal.aborted?h():e.signal.addEventListener("abort",h))),m||(m=null);var _=p(S);_&&-1===["http","https","file"].indexOf(_)?n(new f("Unsupported protocol "+_+":",f.ERR_BAD_REQUEST,e)):b.send(m)}))}},36:function(e,t,n){"use strict";var r=n(589),a=n(49),o=n(773),l=n(777);var i=function e(t){var n=new o(t),i=a(o.prototype.request,n);return r.extend(i,o.prototype,n),r.extend(i,n),i.create=function(n){return e(l(t,n))},i}(n(709));i.Axios=o,i.CanceledError=n(795),i.CancelToken=n(857),i.isCancel=n(517),i.VERSION=n(600).version,i.toFormData=n(397),i.AxiosError=n(531),i.Cancel=i.CanceledError,i.all=function(e){return Promise.all(e)},i.spread=n(89),i.isAxiosError=n(580),e.exports=i,e.exports.default=i},857:function(e,t,n){"use strict";var r=n(795);function a(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,r=n._listeners.length;for(t=0;t=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};r.forEach(["delete","get","head"],(function(e){c.headers[e]={}})),r.forEach(["post","put","patch"],(function(e){c.headers[e]=r.merge(u)})),e.exports=c},789:function(e){"use strict";e.exports={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1}},600:function(e){e.exports={version:"0.27.2"}},49:function(e){"use strict";e.exports=function(e,t){return function(){for(var n=new Array(arguments.length),r=0;r=0)return;l[t]="set-cookie"===t?(l[t]?l[t]:[]).concat([n]):l[t]?l[t]+", "+n:n}})),l):l}},261:function(e){"use strict";e.exports=function(e){var t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}},89:function(e){"use strict";e.exports=function(e){return function(t){return e.apply(null,t)}}},397:function(e,t,n){"use strict";var r=n(589);e.exports=function(e,t){t=t||new FormData;var n=[];function a(e){return null===e?"":r.isDate(e)?e.toISOString():r.isArrayBuffer(e)||r.isTypedArray(e)?"function"===typeof Blob?new Blob([e]):Buffer.from(e):e}return function e(o,l){if(r.isPlainObject(o)||r.isArray(o)){if(-1!==n.indexOf(o))throw Error("Circular reference detected in "+l);n.push(o),r.forEach(o,(function(n,o){if(!r.isUndefined(n)){var i,u=l?l+"."+o:o;if(n&&!l&&"object"===typeof n)if(r.endsWith(o,"{}"))n=JSON.stringify(n);else if(r.endsWith(o,"[]")&&(i=r.toArray(n)))return void i.forEach((function(e){!r.isUndefined(e)&&t.append(u,a(e))}));e(n,u)}})),n.pop()}else t.append(l,a(o))}(e),t}},835:function(e,t,n){"use strict";var r=n(600).version,a=n(531),o={};["object","boolean","number","function","string","symbol"].forEach((function(e,t){o[e]=function(n){return typeof n===e||"a"+(t<1?"n ":" ")+e}}));var l={};o.transitional=function(e,t,n){function o(e,t){return"[Axios v"+r+"] Transitional option '"+e+"'"+t+(n?". "+n:"")}return function(n,r,i){if(!1===e)throw new a(o(r," has been removed"+(t?" in "+t:"")),a.ERR_DEPRECATED);return t&&!l[r]&&(l[r]=!0,console.warn(o(r," has been deprecated since v"+t+" and will be removed in the near future"))),!e||e(n,r,i)}},e.exports={assertOptions:function(e,t,n){if("object"!==typeof e)throw new a("options must be an object",a.ERR_BAD_OPTION_VALUE);for(var r=Object.keys(e),o=r.length;o-- >0;){var l=r[o],i=t[l];if(i){var u=e[l],s=void 0===u||i(u,l,e);if(!0!==s)throw new a("option "+l+" must be "+s,a.ERR_BAD_OPTION_VALUE)}else if(!0!==n)throw new a("Unknown option "+l,a.ERR_BAD_OPTION)}},validators:o}},589:function(e,t,n){"use strict";var r,a=n(49),o=Object.prototype.toString,l=(r=Object.create(null),function(e){var t=o.call(e);return r[t]||(r[t]=t.slice(8,-1).toLowerCase())});function i(e){return e=e.toLowerCase(),function(t){return l(t)===e}}function u(e){return Array.isArray(e)}function s(e){return"undefined"===typeof e}var c=i("ArrayBuffer");function f(e){return null!==e&&"object"===typeof e}function d(e){if("object"!==l(e))return!1;var t=Object.getPrototypeOf(e);return null===t||t===Object.prototype}var p=i("Date"),h=i("File"),m=i("Blob"),v=i("FileList");function g(e){return"[object Function]"===o.call(e)}var y=i("URLSearchParams");function b(e,t){if(null!==e&&"undefined"!==typeof e)if("object"!==typeof e&&(e=[e]),u(e))for(var n=0,r=e.length;n0;)l[o=r[a]]||(t[o]=e[o],l[o]=!0);e=Object.getPrototypeOf(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},kindOf:l,kindOfTest:i,endsWith:function(e,t,n){e=String(e),(void 0===n||n>e.length)&&(n=e.length),n-=t.length;var r=e.indexOf(t,n);return-1!==r&&r===n},toArray:function(e){if(!e)return null;var t=e.length;if(s(t))return null;for(var n=new Array(t);t-- >0;)n[t]=e[t];return n},isTypedArray:k,isFileList:v}},463:function(e,t,n){"use strict";var r=n(791),a=n(296);function o(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n