diff --git a/TicketManager.csproj b/TicketManager.csproj index 25f22b5..1e52827 100644 --- a/TicketManager.csproj +++ b/TicketManager.csproj @@ -10,6 +10,15 @@ true $(NoWarn);1591 + + + + + BeforeBuild + + + + diff --git a/TicketManager.csproj.user b/TicketManager.csproj.user new file mode 100644 index 0000000..480b51a --- /dev/null +++ b/TicketManager.csproj.user @@ -0,0 +1,11 @@ + + + + Project + + + + / + https://localhost:5001;http://localhost:5000 + + \ No newline at end of file diff --git a/client/build/asset-manifest.json b/client/build/asset-manifest.json new file mode 100644 index 0000000..562480c --- /dev/null +++ b/client/build/asset-manifest.json @@ -0,0 +1,19 @@ +{ + "files": { + "main.js": "/static/js/main.db31bacc.chunk.js", + "main.js.map": "/static/js/main.db31bacc.chunk.js.map", + "runtime-main.js": "/static/js/runtime-main.cea588d5.js", + "runtime-main.js.map": "/static/js/runtime-main.cea588d5.js.map", + "static/js/2.f2d11b5c.chunk.js": "/static/js/2.f2d11b5c.chunk.js", + "static/js/2.f2d11b5c.chunk.js.map": "/static/js/2.f2d11b5c.chunk.js.map", + "index.html": "/index.html", + "precache-manifest.3d5c48d97bce398a013efd316f9e3738.js": "/precache-manifest.3d5c48d97bce398a013efd316f9e3738.js", + "service-worker.js": "/service-worker.js", + "static/js/2.f2d11b5c.chunk.js.LICENSE.txt": "/static/js/2.f2d11b5c.chunk.js.LICENSE.txt" + }, + "entrypoints": [ + "static/js/runtime-main.cea588d5.js", + "static/js/2.f2d11b5c.chunk.js", + "static/js/main.db31bacc.chunk.js" + ] +} \ No newline at end of file diff --git a/client/build/favicon.ico b/client/build/favicon.ico new file mode 100644 index 0000000..bcd5dfd Binary files /dev/null and b/client/build/favicon.ico differ diff --git a/client/build/index.html b/client/build/index.html new file mode 100644 index 0000000..26fb1a5 --- /dev/null +++ b/client/build/index.html @@ -0,0 +1 @@ +Ticket Manager App
\ No newline at end of file diff --git a/client/build/logo192.png b/client/build/logo192.png new file mode 100644 index 0000000..fc44b0a Binary files /dev/null and b/client/build/logo192.png differ diff --git a/client/build/logo512.png b/client/build/logo512.png new file mode 100644 index 0000000..a4e47a6 Binary files /dev/null and b/client/build/logo512.png differ diff --git a/client/build/manifest.json b/client/build/manifest.json new file mode 100644 index 0000000..080d6c7 --- /dev/null +++ b/client/build/manifest.json @@ -0,0 +1,25 @@ +{ + "short_name": "React App", + "name": "Create React App Sample", + "icons": [ + { + "src": "favicon.ico", + "sizes": "64x64 32x32 24x24 16x16", + "type": "image/x-icon" + }, + { + "src": "logo192.png", + "type": "image/png", + "sizes": "192x192" + }, + { + "src": "logo512.png", + "type": "image/png", + "sizes": "512x512" + } + ], + "start_url": ".", + "display": "standalone", + "theme_color": "#000000", + "background_color": "#ffffff" +} diff --git a/client/build/precache-manifest.3d5c48d97bce398a013efd316f9e3738.js b/client/build/precache-manifest.3d5c48d97bce398a013efd316f9e3738.js new file mode 100644 index 0000000..bc35a15 --- /dev/null +++ b/client/build/precache-manifest.3d5c48d97bce398a013efd316f9e3738.js @@ -0,0 +1,22 @@ +self.__precacheManifest = (self.__precacheManifest || []).concat([ + { + "revision": "cebf0ab6a622ed59e1f466d61ce6fba8", + "url": "/index.html" + }, + { + "revision": "4a9969b0ef2953f804f2", + "url": "/static/js/2.f2d11b5c.chunk.js" + }, + { + "revision": "928d7b5eb39d16fe9a880722c974b51e", + "url": "/static/js/2.f2d11b5c.chunk.js.LICENSE.txt" + }, + { + "revision": "4f5cfbb7c1db784041ca", + "url": "/static/js/main.db31bacc.chunk.js" + }, + { + "revision": "5d93c6b2d15332364552", + "url": "/static/js/runtime-main.cea588d5.js" + } +]); \ No newline at end of file diff --git a/client/build/robots.txt b/client/build/robots.txt new file mode 100644 index 0000000..01b0f9a --- /dev/null +++ b/client/build/robots.txt @@ -0,0 +1,2 @@ +# https://www.robotstxt.org/robotstxt.html +User-agent: * diff --git a/client/build/service-worker.js b/client/build/service-worker.js new file mode 100644 index 0000000..b84f2c1 --- /dev/null +++ b/client/build/service-worker.js @@ -0,0 +1,39 @@ +/** + * Welcome to your Workbox-powered service worker! + * + * You'll need to register this file in your web app and you should + * disable HTTP caching for this file too. + * See https://goo.gl/nhQhGp + * + * The rest of the code is auto-generated. Please don't update this file + * directly; instead, make changes to your Workbox build configuration + * and re-run your build process. + * See https://goo.gl/2aRDsh + */ + +importScripts("https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-sw.js"); + +importScripts( + "/precache-manifest.3d5c48d97bce398a013efd316f9e3738.js" +); + +self.addEventListener('message', (event) => { + if (event.data && event.data.type === 'SKIP_WAITING') { + self.skipWaiting(); + } +}); + +workbox.core.clientsClaim(); + +/** + * The workboxSW.precacheAndRoute() method efficiently caches and responds to + * requests for URLs in the manifest. + * See https://goo.gl/S9QRab + */ +self.__precacheManifest = [].concat(self.__precacheManifest || []); +workbox.precaching.precacheAndRoute(self.__precacheManifest, {}); + +workbox.routing.registerNavigationRoute(workbox.precaching.getCacheKeyForURL("/index.html"), { + + blacklist: [/^\/_/,/\/[^/?]+\.[^/]+$/], +}); diff --git a/client/build/static/js/2.f2d11b5c.chunk.js b/client/build/static/js/2.f2d11b5c.chunk.js new file mode 100644 index 0000000..33b2341 --- /dev/null +++ b/client/build/static/js/2.f2d11b5c.chunk.js @@ -0,0 +1,3 @@ +/*! For license information please see 2.f2d11b5c.chunk.js.LICENSE.txt */ +(this.webpackJsonpclient=this.webpackJsonpclient||[]).push([[2],[function(e,t,n){"use strict";e.exports=n(27)},function(e,t,n){e.exports=n(35)},function(e,t,n){"use strict";function r(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if(Symbol.iterator in Object(e)||"[object Arguments]"===Object.prototype.toString.call(e)){var n=[],r=!0,o=!1,i=void 0;try{for(var a,u=e[Symbol.iterator]();!(r=(a=u.next()).done)&&(n.push(a.value),!t||n.length!==t);r=!0);}catch(l){o=!0,i=l}finally{try{r||null==u.return||u.return()}finally{if(o)throw i}}return n}}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}()}n.d(t,"a",(function(){return r}))},function(e,t,n){"use strict";function r(e,t,n,r,o,i,a){try{var u=e[i](a),l=u.value}catch(c){return void n(c)}u.done?t(l):Promise.resolve(l).then(r,o)}function o(e){return function(){var t=this,n=arguments;return new Promise((function(o,i){var a=e.apply(t,n);function u(e){r(a,o,i,u,l,"next",e)}function l(e){r(a,o,i,u,l,"throw",e)}u(void 0)}))}}n.d(t,"a",(function(){return o}))},function(e,t,n){"use strict";n.d(t,"a",(function(){return v}));var r=n(11),o=n(8),i=n(0),a=n.n(i),u=n(6),l=(n(12),n(5)),c=n(9),s=n(7);a.a.Component;a.a.Component;var f=function(e,t){return"function"===typeof e?e(t):e},d=function(e,t){return"string"===typeof e?Object(u.c)(e,null,null,t):e},p=function(e){return e},h=a.a.forwardRef;"undefined"===typeof h&&(h=p);var m=h((function(e,t){var n=e.innerRef,r=e.navigate,o=e.onClick,i=Object(c.a)(e,["innerRef","navigate","onClick"]),u=i.target,s=Object(l.a)({},i,{onClick:function(e){try{o&&o(e)}catch(t){throw e.preventDefault(),t}e.defaultPrevented||0!==e.button||u&&"_self"!==u||function(e){return!!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)}(e)||(e.preventDefault(),r())}});return s.ref=p!==h&&t||n,a.a.createElement("a",s)}));var v=h((function(e,t){var n=e.component,o=void 0===n?m:n,i=e.replace,u=e.to,v=e.innerRef,y=Object(c.a)(e,["component","replace","to","innerRef"]);return a.a.createElement(r.e.Consumer,null,(function(e){e||Object(s.a)(!1);var n=e.history,r=d(f(u,e.location),e.location),c=r?n.createHref(r):"",m=Object(l.a)({},y,{href:c,navigate:function(){var t=f(u,e.location);(i?n.replace:n.push)(t)}});return p!==h?m.ref=t||v:m.innerRef=v,a.a.createElement(o,m)}))})),y=function(e){return e},g=a.a.forwardRef;"undefined"===typeof g&&(g=y);g((function(e,t){var n=e["aria-current"],o=void 0===n?"page":n,i=e.activeClassName,u=void 0===i?"active":i,p=e.activeStyle,h=e.className,m=e.exact,b=e.isActive,w=e.location,k=e.strict,E=e.style,x=e.to,T=e.innerRef,S=Object(c.a)(e,["aria-current","activeClassName","activeStyle","className","exact","isActive","location","strict","style","to","innerRef"]);return a.a.createElement(r.e.Consumer,null,(function(e){e||Object(s.a)(!1);var n=w||e.location,i=d(f(x,n),n),c=i.pathname,_=c&&c.replace(/([.+*?=^!:${}()[\]|/\\])/g,"\\$1"),C=_?Object(r.f)(n.pathname,{path:_,exact:m,strict:k}):null,P=!!(b?b(C,n):C),O=P?function(){for(var e=arguments.length,t=new Array(e),n=0;n=0;d--){var p=a[d];"."===p?i(a,d):".."===p?(i(a,d),f++):f&&(i(a,d),f--)}if(!c)for(;f--;f)a.unshift("..");!c||""===a[0]||a[0]&&o(a[0])||a.unshift("");var h=a.join("/");return n&&"/"!==h.substr(-1)&&(h+="/"),h};function u(e){return e.valueOf?e.valueOf():Object.prototype.valueOf.call(e)}var l=function e(t,n){if(t===n)return!0;if(null==t||null==n)return!1;if(Array.isArray(t))return Array.isArray(n)&&t.length===n.length&&t.every((function(t,r){return e(t,n[r])}));if("object"===typeof t||"object"===typeof n){var r=u(t),o=u(n);return r!==t||o!==n?e(r,o):Object.keys(Object.assign({},t,n)).every((function(r){return e(t[r],n[r])}))}return!1},c=n(7);function s(e){return"/"===e.charAt(0)?e:"/"+e}function f(e){return"/"===e.charAt(0)?e.substr(1):e}function d(e,t){return function(e,t){return 0===e.toLowerCase().indexOf(t.toLowerCase())&&-1!=="/?#".indexOf(e.charAt(t.length))}(e,t)?e.substr(t.length):e}function p(e){return"/"===e.charAt(e.length-1)?e.slice(0,-1):e}function h(e){var t=e.pathname,n=e.search,r=e.hash,o=t||"/";return n&&"?"!==n&&(o+="?"===n.charAt(0)?n:"?"+n),r&&"#"!==r&&(o+="#"===r.charAt(0)?r:"#"+r),o}function m(e,t,n,o){var i;"string"===typeof e?(i=function(e){var t=e||"/",n="",r="",o=t.indexOf("#");-1!==o&&(r=t.substr(o),t=t.substr(0,o));var i=t.indexOf("?");return-1!==i&&(n=t.substr(i),t=t.substr(0,i)),{pathname:t,search:"?"===n?"":n,hash:"#"===r?"":r}}(e)).state=t:(void 0===(i=Object(r.a)({},e)).pathname&&(i.pathname=""),i.search?"?"!==i.search.charAt(0)&&(i.search="?"+i.search):i.search="",i.hash?"#"!==i.hash.charAt(0)&&(i.hash="#"+i.hash):i.hash="",void 0!==t&&void 0===i.state&&(i.state=t));try{i.pathname=decodeURI(i.pathname)}catch(u){throw u instanceof URIError?new URIError('Pathname "'+i.pathname+'" could not be decoded. This is likely caused by an invalid percent-encoding.'):u}return n&&(i.key=n),o?i.pathname?"/"!==i.pathname.charAt(0)&&(i.pathname=a(i.pathname,o.pathname)):i.pathname=o.pathname:i.pathname||(i.pathname="/"),i}function v(e,t){return e.pathname===t.pathname&&e.search===t.search&&e.hash===t.hash&&e.key===t.key&&l(e.state,t.state)}function y(){var e=null;var t=[];return{setPrompt:function(t){return e=t,function(){e===t&&(e=null)}},confirmTransitionTo:function(t,n,r,o){if(null!=e){var i="function"===typeof e?e(t,n):e;"string"===typeof i?"function"===typeof r?r(i,o):o(!0):o(!1!==i)}else o(!0)},appendListener:function(e){var n=!0;function r(){n&&e.apply(void 0,arguments)}return t.push(r),function(){n=!1,t=t.filter((function(e){return e!==r}))}},notifyListeners:function(){for(var e=arguments.length,n=new Array(e),r=0;rt?n.splice(t,n.length-t,r):n.push(r),f({action:"PUSH",location:r,index:t,entries:n})}}))},replace:function(e,t){var r=m(e,t,d(),w.location);s.confirmTransitionTo(r,"REPLACE",n,(function(e){e&&(w.entries[w.index]=r,f({action:"REPLACE",location:r}))}))},go:b,goBack:function(){b(-1)},goForward:function(){b(1)},canGo:function(e){var t=w.index+e;return t>=0&&t=0||(o[n]=e[n]);return o}n.d(t,"a",(function(){return r}))},function(e,t,n){"use strict";function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}n.d(t,"a",(function(){return r}))},function(e,t,n){"use strict";var r=n(8),o=n(0),i=n.n(o),a=n(12),u=n.n(a),l=n(6),c=n(15),s=n.n(c),f=n(21),d=n.n(f);function p(e){var t=[];return{on:function(e){t.push(e)},off:function(e){t=t.filter((function(t){return t!==e}))},get:function(){return e},set:function(n,r){e=n,t.forEach((function(t){return t(e,r)}))}}}var h=i.a.createContext||function(e,t){var n,r,i="__create-react-context-"+d()()+"__",a=function(e){function n(){var t;return(t=e.apply(this,arguments)||this).emitter=p(t.props.value),t}s()(n,e);var r=n.prototype;return r.getChildContext=function(){var e;return(e={})[i]=this.emitter,e},r.componentWillReceiveProps=function(e){if(this.props.value!==e.value){var n,r=this.props.value,o=e.value;((i=r)===(a=o)?0!==i||1/i===1/a:i!==i&&a!==a)?n=0:(n="function"===typeof t?t(r,o):1073741823,0!==(n|=0)&&this.emitter.set(e.value,n))}var i,a},r.render=function(){return this.props.children},n}(o.Component);a.childContextTypes=((n={})[i]=u.a.object.isRequired,n);var l=function(t){function n(){var e;return(e=t.apply(this,arguments)||this).state={value:e.getValue()},e.onUpdate=function(t,n){0!==((0|e.observedBits)&n)&&e.setState({value:e.getValue()})},e}s()(n,t);var r=n.prototype;return r.componentWillReceiveProps=function(e){var t=e.observedBits;this.observedBits=void 0===t||null===t?1073741823:t},r.componentDidMount=function(){this.context[i]&&this.context[i].on(this.onUpdate);var e=this.props.observedBits;this.observedBits=void 0===e||null===e?1073741823:e},r.componentWillUnmount=function(){this.context[i]&&this.context[i].off(this.onUpdate)},r.getValue=function(){return this.context[i]?this.context[i].get():e},r.render=function(){return(e=this.props.children,Array.isArray(e)?e[0]:e)(this.state.value);var e},n}(o.Component);return l.contextTypes=((r={})[i]=u.a.object,r),{Provider:a,Consumer:l}},m=n(7),v=n(5),y=n(16),g=n.n(y),b=(n(19),n(9));n(22);n.d(t,"a",(function(){return _})),n.d(t,"b",(function(){return I})),n.d(t,"c",(function(){return k})),n.d(t,"d",(function(){return R})),n.d(t,"e",(function(){return w})),n.d(t,"f",(function(){return O})),n.d(t,"g",(function(){return F})),n.d(t,"h",(function(){return D}));var w=function(e){var t=h();return t.displayName=e,t}("Router"),k=function(e){function t(t){var n;return(n=e.call(this,t)||this).state={location:t.history.location},n._isMounted=!1,n._pendingLocation=null,t.staticContext||(n.unlisten=t.history.listen((function(e){n._isMounted?n.setState({location:e}):n._pendingLocation=e}))),n}Object(r.a)(t,e),t.computeRootMatch=function(e){return{path:"/",url:"/",params:{},isExact:"/"===e}};var n=t.prototype;return n.componentDidMount=function(){this._isMounted=!0,this._pendingLocation&&this.setState({location:this._pendingLocation})},n.componentWillUnmount=function(){this.unlisten&&this.unlisten()},n.render=function(){return i.a.createElement(w.Provider,{children:this.props.children||null,value:{history:this.props.history,location:this.state.location,match:t.computeRootMatch(this.state.location.pathname),staticContext:this.props.staticContext}})},t}(i.a.Component);i.a.Component;var E=function(e){function t(){return e.apply(this,arguments)||this}Object(r.a)(t,e);var n=t.prototype;return n.componentDidMount=function(){this.props.onMount&&this.props.onMount.call(this,this)},n.componentDidUpdate=function(e){this.props.onUpdate&&this.props.onUpdate.call(this,this,e)},n.componentWillUnmount=function(){this.props.onUnmount&&this.props.onUnmount.call(this,this)},n.render=function(){return null},t}(i.a.Component);var x={},T=0;function S(e,t){return void 0===e&&(e="/"),void 0===t&&(t={}),"/"===e?e:function(e){if(x[e])return x[e];var t=g.a.compile(e);return T<1e4&&(x[e]=t,T++),t}(e)(t,{pretty:!0})}function _(e){var t=e.computedMatch,n=e.to,r=e.push,o=void 0!==r&&r;return i.a.createElement(w.Consumer,null,(function(e){e||Object(m.a)(!1);var r=e.history,a=e.staticContext,u=o?r.push:r.replace,c=Object(l.c)(t?"string"===typeof n?S(n,t.params):Object(v.a)({},n,{pathname:S(n.pathname,t.params)}):n);return a?(u(c),null):i.a.createElement(E,{onMount:function(){u(c)},onUpdate:function(e,t){var n=Object(l.c)(t.to);Object(l.f)(n,Object(v.a)({},c,{key:n.key}))||u(c)},to:n})}))}var C={},P=0;function O(e,t){void 0===t&&(t={}),("string"===typeof t||Array.isArray(t))&&(t={path:t});var n=t,r=n.path,o=n.exact,i=void 0!==o&&o,a=n.strict,u=void 0!==a&&a,l=n.sensitive,c=void 0!==l&&l;return[].concat(r).reduce((function(t,n){if(!n&&""!==n)return null;if(t)return t;var r=function(e,t){var n=""+t.end+t.strict+t.sensitive,r=C[n]||(C[n]={});if(r[e])return r[e];var o=[],i={regexp:g()(e,o,t),keys:o};return P<1e4&&(r[e]=i,P++),i}(n,{end:i,strict:u,sensitive:c}),o=r.regexp,a=r.keys,l=o.exec(e);if(!l)return null;var s=l[0],f=l.slice(1),d=e===s;return i&&!d?null:{path:n,url:"/"===n&&""===s?"/":s,isExact:d,params:a.reduce((function(e,t,n){return e[t.name]=f[n],e}),{})}}),null)}var I=function(e){function t(){return e.apply(this,arguments)||this}return Object(r.a)(t,e),t.prototype.render=function(){var e=this;return i.a.createElement(w.Consumer,null,(function(t){t||Object(m.a)(!1);var n=e.props.location||t.location,r=e.props.computedMatch?e.props.computedMatch:e.props.path?O(n.pathname,e.props):t.match,o=Object(v.a)({},t,{location:n,match:r}),a=e.props,u=a.children,l=a.component,c=a.render;return Array.isArray(u)&&0===u.length&&(u=null),i.a.createElement(w.Provider,{value:o},o.match?u?"function"===typeof u?u(o):u:l?i.a.createElement(l,o):c?c(o):null:"function"===typeof u?u(o):null)}))},t}(i.a.Component);function j(e){return"/"===e.charAt(0)?e:"/"+e}function A(e,t){if(!e)return t;var n=j(e);return 0!==t.pathname.indexOf(n)?t:Object(v.a)({},t,{pathname:t.pathname.substr(n.length)})}function N(e){return"string"===typeof e?e:Object(l.e)(e)}function L(e){return function(){Object(m.a)(!1)}}function U(){}i.a.Component;var R=function(e){function t(){return e.apply(this,arguments)||this}return Object(r.a)(t,e),t.prototype.render=function(){var e=this;return i.a.createElement(w.Consumer,null,(function(t){t||Object(m.a)(!1);var n,r,o=e.props.location||t.location;return i.a.Children.forEach(e.props.children,(function(e){if(null==r&&i.a.isValidElement(e)){n=e;var a=e.props.path||e.props.from;r=a?O(o.pathname,Object(v.a)({},e.props,{path:a})):t.match}})),r?i.a.cloneElement(n,{location:o,computedMatch:r}):null}))},t}(i.a.Component);var M=i.a.useContext;function F(){var e=M(w).match;return e?e.params:{}}function D(e){return e?O(M(w).location.pathname,e):M(w).match}},function(e,t,n){e.exports=n(31)()},function(e,t){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(r){"object"===typeof window&&(n=window)}e.exports=n},,function(e,t){e.exports=function(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.__proto__=t}},function(e,t,n){var r=n(33);e.exports=p,e.exports.parse=i,e.exports.compile=function(e,t){return u(i(e,t),t)},e.exports.tokensToFunction=u,e.exports.tokensToRegExp=d;var o=new RegExp(["(\\\\.)","([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))"].join("|"),"g");function i(e,t){for(var n,r=[],i=0,a=0,u="",s=t&&t.delimiter||"/";null!=(n=o.exec(e));){var f=n[0],d=n[1],p=n.index;if(u+=e.slice(a,p),a=p+f.length,d)u+=d[1];else{var h=e[a],m=n[2],v=n[3],y=n[4],g=n[5],b=n[6],w=n[7];u&&(r.push(u),u="");var k=null!=m&&null!=h&&h!==m,E="+"===b||"*"===b,x="?"===b||"*"===b,T=n[2]||s,S=y||g;r.push({name:v||i++,prefix:m||"",delimiter:T,optional:x,repeat:E,partial:k,asterisk:!!w,pattern:S?c(S):w?".*":"[^"+l(T)+"]+?"})}}return a=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}},function(e,t,n){(function(t,n){e.exports=function(){"use strict";var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)},r=function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n0&&o[o.length-1])&&(6===i[0]||2===i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]0?fe:se)(e)},pe=Math.min,he=function(e){return e>0?pe(de(e),9007199254740991):0},me=Math.max,ve=Math.min,ye=function(e){return function(t,n,r){var o,i=C(t),a=he(i.length),u=function(e,t){var n=de(e);return n<0?me(n+t,0):ve(n,t)}(r,a);if(e&&n!=n){for(;a>u;)if((o=i[u++])!=o)return!0}else for(;a>u;u++)if((e||u in i)&&i[u]===n)return e||u||0;return!e&&-1}},ge={includes:ye(!0),indexOf:ye(!1)},be=ge.indexOf,we=function(e,t){var n,r=C(e),o=0,i=[];for(n in r)!j(X,n)&&j(r,n)&&i.push(n);for(;t.length>o;)j(r,n=t[o++])&&(~be(i,n)||i.push(n));return i},ke=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],Ee=ke.concat("length","prototype"),xe={f:Object.getOwnPropertyNames||function(e){return we(e,Ee)}},Te={f:Object.getOwnPropertySymbols},Se=ce("Reflect","ownKeys")||function(e){var t=xe.f(F(e)),n=Te.f;return n?t.concat(n(e)):t},_e=function(e,t){for(var n=Se(t),r=z.f,o=M.f,i=0;i1?arguments[1]:void 0,t.length)),r=String(e);return Ve?Ve.call(t,r,n):t.slice(n,n+r.length)===r}});var qe,Qe,Ke,Ge=function(e){if("function"!=typeof e)throw TypeError(String(e)+" is not a function");return e},Ye=function(e,t,n){if(Ge(e),void 0===t)return e;switch(n){case 0:return function(){return e.call(t)};case 1:return function(n){return e.call(t,n)};case 2:return function(n,r){return e.call(t,n,r)};case 3:return function(n,r,o){return e.call(t,n,r,o)}}return function(){return e.apply(t,arguments)}},Je=Function.call,Xe=function(e,t,n){return Ye(Je,m[e].prototype[t],n)},Ze=(Xe("String","startsWith"),function(e){return function(t,n){var r,o,i=String(_(t)),a=de(n),u=i.length;return a<0||a>=u?e?"":void 0:(r=i.charCodeAt(a))<55296||r>56319||a+1===u||(o=i.charCodeAt(a+1))<56320||o>57343?e?i.charAt(a):r:e?i.slice(a,a+2):o-56320+(r-55296<<10)+65536}}),et={codeAt:Ze(!1),charAt:Ze(!0)},tt=function(e){return Object(_(e))},nt=!v((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype})),rt=J("IE_PROTO"),ot=Object.prototype,it=nt?Object.getPrototypeOf:function(e){return e=tt(e),j(e,rt)?e[rt]:"function"==typeof e.constructor&&e instanceof e.constructor?e.constructor.prototype:e instanceof Object?ot:null},at=De("iterator"),ut=!1;[].keys&&("next"in(Ke=[].keys())?(Qe=it(it(Ke)))!==Object.prototype&&(qe=Qe):ut=!0),null==qe&&(qe={}),j(qe,at)||W(qe,at,(function(){return this}));var lt={IteratorPrototype:qe,BUGGY_SAFARI_ITERATORS:ut},ct=Object.keys||function(e){return we(e,ke)},st=y?Object.defineProperties:function(e,t){F(e);for(var n,r=ct(t),o=r.length,i=0;o>i;)z.f(e,n=r[i++],t[n]);return e},ft=ce("document","documentElement"),dt=J("IE_PROTO"),pt=function(){},ht=function(){var e,t=L("iframe"),n=ke.length;for(t.style.display="none",ft.appendChild(t),t.src=String("javascript:"),(e=t.contentWindow.document).open(),e.write("