From b617c781693d57b440af1c24d20289aea5edc85c Mon Sep 17 00:00:00 2001 From: Alex Young Date: Thu, 1 Feb 2018 21:59:31 +0000 Subject: [PATCH] Release related changes --- .gitignore | 1 + .npmignore | 18 ++++++++++++++++++ README.md | 5 ++--- docs/asset-manifest.json | 4 ++-- docs/index.html | 2 +- docs/service-worker.js | 2 +- docs/static/js/main.9f58b0a0.js | 2 -- docs/static/js/main.9f58b0a0.js.map | 1 - package.json | 6 +++--- 9 files changed, 28 insertions(+), 13 deletions(-) create mode 100644 .npmignore delete mode 100644 docs/static/js/main.9f58b0a0.js delete mode 100644 docs/static/js/main.9f58b0a0.js.map diff --git a/.gitignore b/.gitignore index 2028e0a..6cd909f 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ # production /build /dist +/docs # misc .DS_Store diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..12752e0 --- /dev/null +++ b/.npmignore @@ -0,0 +1,18 @@ +# See https://help.github.com/ignore-files/ for more about ignoring files. + +# dependencies +/node_modules + +# testing +/coverage + +# misc +.DS_Store +.env.local +.env.development.local +.env.test.local +.env.production.local + +npm-debug.log* +yarn-debug.log* +yarn-error.log* diff --git a/README.md b/README.md index 216f018..db8ba21 100644 --- a/README.md +++ b/README.md @@ -42,12 +42,11 @@ Add the package to your React app using yarn or npm: yarn add form-and-function ``` -react and react-dom are peer dependencies listed as version >= 15.x.x as this is what I have tested. There are no -direct dependencies. +react and react-dom are peer dependencies listed as version >= 15.x.x as this is what I have tested. There are no direct dependencies. The current release version of form-and-function is 0.2.2 ## Usage -form-and-function relies upon render props, if you are unfamiliar with this concept then there is a great overview **here**. +form-and-function relies upon render props, if you are unfamiliar with this concept then there is a great overview [here](https://reactjs.org/docs/render-props.html) There is no configuration, and no App level providers (no context was used in the making of this library!). Simply import the Form component and get to work. diff --git a/docs/asset-manifest.json b/docs/asset-manifest.json index 8246654..6bd2aa8 100644 --- a/docs/asset-manifest.json +++ b/docs/asset-manifest.json @@ -1,8 +1,8 @@ { "main.css": "static/css/main.fa179942.css", "main.css.map": "static/css/main.fa179942.css.map", - "main.js": "static/js/main.9f58b0a0.js", - "main.js.map": "static/js/main.9f58b0a0.js.map", + "main.js": "static/js/main.c92d3740.js", + "main.js.map": "static/js/main.c92d3740.js.map", "static/media/flags.png": "static/media/flags.9c74e172.png", "static/media/icons.eot": "static/media/icons.674f50d2.eot", "static/media/icons.svg": "static/media/icons.912ec66d.svg", diff --git a/docs/index.html b/docs/index.html index e542647..10ce924 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1 +1 @@ -React App
\ No newline at end of file +React App
\ No newline at end of file diff --git a/docs/service-worker.js b/docs/service-worker.js index ca24b33..b7789f8 100644 --- a/docs/service-worker.js +++ b/docs/service-worker.js @@ -1 +1 @@ -"use strict";var precacheConfig=[["/form-and-function/index.html","e26f8cf31873b43dceb034e9419e15ea"],["/form-and-function/static/css/main.fa179942.css","9f3eb061dd0f19bfb58633736506f8ee"],["/form-and-function/static/js/main.9f58b0a0.js","edd2846aa2c0c2ed421a668c00e60cf7"],["/form-and-function/static/media/flags.9c74e172.png","9c74e172f87984c48ddf5c8108cabe67"],["/form-and-function/static/media/icons.674f50d2.eot","674f50d287a8c48dc19ba404d20fe713"],["/form-and-function/static/media/icons.912ec66d.svg","912ec66d7572ff821749319396470bde"],["/form-and-function/static/media/icons.af7ae505.woff2","af7ae505a9eed503f8b8e6982036873e"],["/form-and-function/static/media/icons.b06871f2.ttf","b06871f281fee6b241d60582ae9369b9"],["/form-and-function/static/media/icons.fee66e71.woff","fee66e712a8a08eef5805a46892932ad"]],cacheName="sw-precache-v3-sw-precache-webpack-plugin-"+(self.registration?self.registration.scope:""),ignoreUrlParametersMatching=[/^utm_/],addDirectoryIndex=function(e,n){var t=new URL(e);return"/"===t.pathname.slice(-1)&&(t.pathname+=n),t.toString()},cleanResponse=function(e){return e.redirected?("body"in e?Promise.resolve(e.body):e.blob()).then(function(n){return new Response(n,{headers:e.headers,status:e.status,statusText:e.statusText})}):Promise.resolve(e)},createCacheKey=function(e,n,t,r){var a=new URL(e);return r&&a.pathname.match(r)||(a.search+=(a.search?"&":"")+encodeURIComponent(n)+"="+encodeURIComponent(t)),a.toString()},isPathWhitelisted=function(e,n){if(0===e.length)return!0;var t=new URL(n).pathname;return e.some(function(e){return t.match(e)})},stripIgnoredUrlParameters=function(e,n){var t=new URL(e);return t.hash="",t.search=t.search.slice(1).split("&").map(function(e){return e.split("=")}).filter(function(e){return n.every(function(n){return!n.test(e[0])})}).map(function(e){return e.join("=")}).join("&"),t.toString()},hashParamName="_sw-precache",urlsToCacheKeys=new Map(precacheConfig.map(function(e){var n=e[0],t=e[1],r=new URL(n,self.location),a=createCacheKey(r,hashParamName,t,/\.\w{8}\./);return[r.toString(),a]}));function setOfCachedUrls(e){return e.keys().then(function(e){return e.map(function(e){return e.url})}).then(function(e){return new Set(e)})}self.addEventListener("install",function(e){e.waitUntil(caches.open(cacheName).then(function(e){return setOfCachedUrls(e).then(function(n){return Promise.all(Array.from(urlsToCacheKeys.values()).map(function(t){if(!n.has(t)){var r=new Request(t,{credentials:"same-origin"});return fetch(r).then(function(n){if(!n.ok)throw new Error("Request for "+t+" returned a response with status "+n.status);return cleanResponse(n).then(function(n){return e.put(t,n)})})}}))})}).then(function(){return self.skipWaiting()}))}),self.addEventListener("activate",function(e){var n=new Set(urlsToCacheKeys.values());e.waitUntil(caches.open(cacheName).then(function(e){return e.keys().then(function(t){return Promise.all(t.map(function(t){if(!n.has(t.url))return e.delete(t)}))})}).then(function(){return self.clients.claim()}))}),self.addEventListener("fetch",function(e){if("GET"===e.request.method){var n,t=stripIgnoredUrlParameters(e.request.url,ignoreUrlParametersMatching),r="index.html";(n=urlsToCacheKeys.has(t))||(t=addDirectoryIndex(t,r),n=urlsToCacheKeys.has(t));var a="/form-and-function/index.html";!n&&"navigate"===e.request.mode&&isPathWhitelisted(["^(?!\\/__).*"],e.request.url)&&(t=new URL(a,self.location).toString(),n=urlsToCacheKeys.has(t)),n&&e.respondWith(caches.open(cacheName).then(function(e){return e.match(urlsToCacheKeys.get(t)).then(function(e){if(e)return e;throw Error("The cached response that was expected is missing.")})}).catch(function(n){return console.warn('Couldn\'t serve response for "%s" from cache: %O',e.request.url,n),fetch(e.request)}))}}); \ No newline at end of file +"use strict";var precacheConfig=[["/form-and-function/index.html","13d4134e029f61ed7d5394e06e8e4bef"],["/form-and-function/static/css/main.fa179942.css","9f3eb061dd0f19bfb58633736506f8ee"],["/form-and-function/static/js/main.c92d3740.js","d52d816b020e975e464e4e990d3fe7b8"],["/form-and-function/static/media/flags.9c74e172.png","9c74e172f87984c48ddf5c8108cabe67"],["/form-and-function/static/media/icons.674f50d2.eot","674f50d287a8c48dc19ba404d20fe713"],["/form-and-function/static/media/icons.912ec66d.svg","912ec66d7572ff821749319396470bde"],["/form-and-function/static/media/icons.af7ae505.woff2","af7ae505a9eed503f8b8e6982036873e"],["/form-and-function/static/media/icons.b06871f2.ttf","b06871f281fee6b241d60582ae9369b9"],["/form-and-function/static/media/icons.fee66e71.woff","fee66e712a8a08eef5805a46892932ad"]],cacheName="sw-precache-v3-sw-precache-webpack-plugin-"+(self.registration?self.registration.scope:""),ignoreUrlParametersMatching=[/^utm_/],addDirectoryIndex=function(e,n){var t=new URL(e);return"/"===t.pathname.slice(-1)&&(t.pathname+=n),t.toString()},cleanResponse=function(e){return e.redirected?("body"in e?Promise.resolve(e.body):e.blob()).then(function(n){return new Response(n,{headers:e.headers,status:e.status,statusText:e.statusText})}):Promise.resolve(e)},createCacheKey=function(e,n,t,r){var a=new URL(e);return r&&a.pathname.match(r)||(a.search+=(a.search?"&":"")+encodeURIComponent(n)+"="+encodeURIComponent(t)),a.toString()},isPathWhitelisted=function(e,n){if(0===e.length)return!0;var t=new URL(n).pathname;return e.some(function(e){return t.match(e)})},stripIgnoredUrlParameters=function(e,n){var t=new URL(e);return t.hash="",t.search=t.search.slice(1).split("&").map(function(e){return e.split("=")}).filter(function(e){return n.every(function(n){return!n.test(e[0])})}).map(function(e){return e.join("=")}).join("&"),t.toString()},hashParamName="_sw-precache",urlsToCacheKeys=new Map(precacheConfig.map(function(e){var n=e[0],t=e[1],r=new URL(n,self.location),a=createCacheKey(r,hashParamName,t,/\.\w{8}\./);return[r.toString(),a]}));function setOfCachedUrls(e){return e.keys().then(function(e){return e.map(function(e){return e.url})}).then(function(e){return new Set(e)})}self.addEventListener("install",function(e){e.waitUntil(caches.open(cacheName).then(function(e){return setOfCachedUrls(e).then(function(n){return Promise.all(Array.from(urlsToCacheKeys.values()).map(function(t){if(!n.has(t)){var r=new Request(t,{credentials:"same-origin"});return fetch(r).then(function(n){if(!n.ok)throw new Error("Request for "+t+" returned a response with status "+n.status);return cleanResponse(n).then(function(n){return e.put(t,n)})})}}))})}).then(function(){return self.skipWaiting()}))}),self.addEventListener("activate",function(e){var n=new Set(urlsToCacheKeys.values());e.waitUntil(caches.open(cacheName).then(function(e){return e.keys().then(function(t){return Promise.all(t.map(function(t){if(!n.has(t.url))return e.delete(t)}))})}).then(function(){return self.clients.claim()}))}),self.addEventListener("fetch",function(e){if("GET"===e.request.method){var n,t=stripIgnoredUrlParameters(e.request.url,ignoreUrlParametersMatching),r="index.html";(n=urlsToCacheKeys.has(t))||(t=addDirectoryIndex(t,r),n=urlsToCacheKeys.has(t));var a="/form-and-function/index.html";!n&&"navigate"===e.request.mode&&isPathWhitelisted(["^(?!\\/__).*"],e.request.url)&&(t=new URL(a,self.location).toString(),n=urlsToCacheKeys.has(t)),n&&e.respondWith(caches.open(cacheName).then(function(e){return e.match(urlsToCacheKeys.get(t)).then(function(e){if(e)return e;throw Error("The cached response that was expected is missing.")})}).catch(function(n){return console.warn('Couldn\'t serve response for "%s" from cache: %O',e.request.url,n),fetch(e.request)}))}}); \ No newline at end of file diff --git a/docs/static/js/main.9f58b0a0.js b/docs/static/js/main.9f58b0a0.js deleted file mode 100644 index f3bcede..0000000 --- a/docs/static/js/main.9f58b0a0.js +++ /dev/null @@ -1,2 +0,0 @@ -!function(e){function t(r){if(n[r])return n[r].exports;var o=n[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,t),o.l=!0,o.exports}var n={};t.m=e,t.c=n,t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:r})},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="/form-and-function/",t(t.s=383)}([function(e,t,n){"use strict";e.exports=n(390)},function(e,t,n){"use strict";t.__esModule=!0;var r=n(402),o=function(e){return e&&e.__esModule?e:{default:e}}(r);t.default=o.default||function(e){for(var t=1;t-1:!!u&&o(e,t,n)>-1}var o=n(89),a=n(25),i=n(167),c=n(30),l=n(69),s=Math.max;e.exports=r},function(e,t,n){"use strict";function r(e){var t=e.children,n=e.className,o=e.content,i=e.control,l=e.disabled,u=e.error,f=e.inline,y=e.label,g=e.required,O=e.type,E=e.width,x=p()(Object(m.B)(l,"disabled"),Object(m.B)(u,"error"),Object(m.B)(f,"inline"),Object(m.B)(g,"required"),Object(m.H)(E,"wide"),"field",n),j=Object(m.r)(r,e),_=Object(m.q)(r,e);if(s()(i))return s()(y)?h.a.createElement(_,a()({},j,{className:x}),m.d.isNil(t)?o:t):h.a.createElement(_,a()({},j,{className:x}),Object(m.i)(y));var C=a()({},j,{content:o,children:t,disabled:l,required:g,type:O});return"input"!==i||"checkbox"!==O&&"radio"!==O?i===v.a||i===b.a?h.a.createElement(_,{className:x},Object(d.createElement)(i,a()({},C,{label:y}))):h.a.createElement(_,{className:x},Object(m.i)(y,{defaultProps:{htmlFor:c()(C,"id")}}),Object(d.createElement)(i,C)):h.a.createElement(_,{className:x},h.a.createElement("label",null,Object(d.createElement)(i,C)," ",y))}var o=n(1),a=n.n(o),i=n(22),c=n.n(i),l=n(15),s=n.n(l),u=n(4),p=n.n(u),f=n(3),d=(n.n(f),n(0)),h=n.n(d),m=n(2),v=n(113),b=n(171);r.handledProps=["as","children","className","content","control","disabled","error","inline","label","required","type","width"],r._meta={name:"FormField",parent:"Form",type:m.b.TYPES.COLLECTION},r.propTypes={},t.a=r},function(e,t,n){var r=n(35),o=n(17),a=n(123),i=n(50),c=function(e,t,n){var l,s,u,p=e&c.F,f=e&c.G,d=e&c.S,h=e&c.P,m=e&c.B,v=e&c.W,b=f?o:o[t]||(o[t]={}),y=b.prototype,g=f?r:d?r[t]:(r[t]||{}).prototype;f&&(n=t);for(l in n)(s=!p&&g&&void 0!==g[l])&&l in b||(u=s?g[l]:n[l],b[l]=f&&"function"!=typeof g[l]?n[l]:m&&s?a(u,r):v&&g[l]==u?function(e){var t=function(t,n,r){if(this instanceof e){switch(arguments.length){case 0:return new e;case 1:return new e(t);case 2:return new e(t,n)}return new e(t,n,r)}return e.apply(this,arguments)};return t.prototype=e.prototype,t}(u):h&&"function"==typeof u?a(Function.call,u):u,h&&((b.virtual||(b.virtual={}))[l]=u,e&c.R&&y&&!y[l]&&i(y,l,u)))};c.F=1,c.G=2,c.S=4,c.P=8,c.B=16,c.W=32,c.U=64,c.R=128,e.exports=c},function(e,t){var n=e.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},function(e,t,n){var r=n(41),o=n(202),a=n(124),i=Object.defineProperty;t.f=n(42)?Object.defineProperty:function(e,t,n){if(r(e),t=a(t,!0),r(n),o)try{return i(e,t,n)}catch(e){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(e[t]=n.value),e}},function(e,t,n){function r(e,t){return null!=e&&a(e,t,o)}var o=n(437),a=n(212);e.exports=r},function(e,t,n){function r(e,t){return i(a(e,t,o),e+"")}var o=n(39),a=n(218),i=n(144);e.exports=r},function(e,t){function n(e){return e}e.exports=n},function(e,t,n){"use strict";n.d(t,"a",function(){return r});var r=function(e,t,n){return function(r,o){var a=e&&e[r]?"function"===typeof e[r]?e[r](t):e[r]:o;return n?n(a,t):a}}},function(e,t,n){var r=n(51);e.exports=function(e){if(!r(e))throw TypeError(e+" is not an object!");return e}},function(e,t,n){e.exports=!n(52)(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},function(e,t,n){var r=n(205),o=n(126);e.exports=function(e){return r(o(e))}},function(e,t,n){function r(e){return"symbol"==typeof e||a(e)&&o(e)==i}var o=n(27),a=n(24),i="[object Symbol]";e.exports=r},function(e,t,n){function r(e,t){var n=a(e,t);return o(n)?n:void 0}var o=n(444),a=n(447);e.exports=r},function(e,t,n){function r(e){if(!a(e))return!1;var t=o(e);return t==c||t==l||t==i||t==s}var o=n(27),a=n(19),i="[object AsyncFunction]",c="[object Function]",l="[object GeneratorFunction]",s="[object Proxy]";e.exports=r},function(e,t,n){function r(e){if("string"==typeof e||o(e))return e;var t=e+"";return"0"==t&&1/e==-a?"-0":t}var o=n(45),a=1/0;e.exports=r},function(e,t,n){var r=n(149),o=n(483),a=o(r);e.exports=a},function(e,t,n){var r=n(36),o=n(59);e.exports=n(42)?function(e,t,n){return r.f(e,t,o(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t){e.exports=function(e){return"object"===typeof e?null!==e:"function"===typeof e}},function(e,t){e.exports=function(e){try{return!!e()}catch(e){return!0}}},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}t.__esModule=!0;var o=n(411),a=r(o),i=n(420),c=r(i),l="function"===typeof c.default&&"symbol"===typeof a.default?function(e){return typeof e}:function(e){return e&&"function"===typeof c.default&&e.constructor===c.default&&e!==c.default.prototype?"symbol":typeof e};t.default="function"===typeof c.default&&"symbol"===l(a.default)?function(e){return"undefined"===typeof e?"undefined":l(e)}:function(e){return e&&"function"===typeof c.default&&e.constructor===c.default&&e!==c.default.prototype?"symbol":"undefined"===typeof e?"undefined":l(e)}},function(e,t){e.exports={}},function(e,t,n){var r=n(18),o=r.Symbol;e.exports=o},function(e,t,n){function r(e,t){return(c(e)?o:a)(e,i(t))}var o=n(65),a=n(49),i=n(243),c=n(11);e.exports=r},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}t.__esModule=!0;var o=n(505),a=r(o),i=n(508),c=r(i);t.default=function(){function e(e,t){var n=[],r=!0,o=!1,a=void 0;try{for(var i,l=(0,c.default)(e);!(r=(i=l.next()).done)&&(n.push(i.value),!t||n.length!==t);r=!0);}catch(e){o=!0,a=e}finally{try{!r&&l.return&&l.return()}finally{if(o)throw a}}return n}return function(t,n){if(Array.isArray(t))return t;if((0,a.default)(Object(t)))return e(t,n);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}()},function(e,t,n){"use strict";var r=n(283);n.d(t,"a",function(){return r.a})},function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},function(e,t,n){function r(e,t){return o(e)?e:a(e,t)?[e]:i(c(e))}var o=n(11),a=n(139),i=n(214),c=n(28);e.exports=r},function(e,t){function n(e,t){return e===t||e!==e&&t!==t}e.exports=n},function(e,t){function n(e,t){return!!(t=null==t?r:t)&&("number"==typeof e||o.test(e))&&e>-1&&e%1==0&&e=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}},function(e,t,n){"use strict";function r(e){return function(){return e}}var o=function(){};o.thatReturns=r,o.thatReturnsFalse=r(!1),o.thatReturnsTrue=r(!0),o.thatReturnsNull=r(null),o.thatReturnsThis=function(){return this},o.thatReturnsArgument=function(e){return e},e.exports=o},function(e,t,n){"use strict";var r=(n(400),n(642),n(303),n(70),n(171),n(285),n(656),n(304),n(313),n(679),n(681),n(683),n(318),n(319),n(685));n.d(t,"d",function(){return r.a});var o=(n(320),n(321),n(322),n(33),n(323),n(324),n(325),n(326),n(327),n(688),n(174),n(329),n(298),n(300),n(170),n(302),n(689));n.d(t,"i",function(){return o.a});var a=(n(330),n(331),n(175),n(332),n(691),n(333),n(115),n(334),n(176),n(335),n(336),n(168));n.d(t,"a",function(){return a.a});var i=(n(290),n(291));n.d(t,"b",function(){return i.a});var c=(n(292),n(693),n(695));n.d(t,"c",function(){return c.a});var l=(n(309),n(697));n.d(t,"e",function(){return l.a});var s=(n(338),n(337),n(16));n.d(t,"f",function(){return s.a});var u=(n(282),n(58),n(287),n(173));n.d(t,"g",function(){return u.a});var p=n(114);n.d(t,"h",function(){return p.a});var f=(n(288),n(289),n(699),n(177),n(116),n(117),n(178),n(339),n(340),n(701),n(703),n(705),n(341),n(707));n.d(t,"j",function(){return f.a});n(343),n(708),n(345),n(179),n(346),n(180),n(710),n(347),n(181),n(182),n(113),n(284),n(286),n(172),n(307),n(310),n(308),n(311),n(312),n(711),n(293),n(296),n(295),n(297),n(294),n(713),n(348),n(349),n(717),n(722),n(350),n(724),n(351),n(352),n(353),n(727),n(354),n(355),n(729),n(731),n(356),n(314),n(316),n(733),n(357),n(358),n(183),n(359),n(184),n(185),n(735),n(360),n(361),n(362),n(363),n(364),n(365),n(366),n(367),n(737),n(186),n(118),n(368),n(187),n(192),n(189),n(188),n(190),n(191),n(739),n(370),n(194),n(195),n(371),n(193),n(372),n(196),n(740),n(374),n(375),n(376)},function(e,t,n){var r=n(204),o=n(130);e.exports=Object.keys||function(e){return r(e,o)}},function(e,t){var n=0,r=Math.random();e.exports=function(e){return"Symbol(".concat(void 0===e?"":e,")_",(++n+r).toString(36))}},function(e,t){t.f={}.propertyIsEnumerable},function(e,t,n){var r=n(126);e.exports=function(e){return Object(r(e))}},function(e,t,n){"use strict";var r=n(413)(!0);n(208)(String,"String",function(e){this._t=String(e),this._i=0},function(){var e,t=this._t,n=this._i;return n>=t.length?{value:void 0,done:!0}:(e=r(t,n),this._i+=e.length,{value:e,done:!1})})},function(e,t,n){var r=n(46),o=r(Object,"create");e.exports=o},function(e,t,n){function r(e){var t=-1,n=null==e?0:e.length;for(this.clear();++to?0:o+t),n=n>o?o:n,n<0&&(n+=o),o=t>n?0:n-t>>>0,t>>>=0;for(var a=Array(o);++r-1}var o=n(89);e.exports=r},function(e,t,n){function r(e,t,n){return t===t?i(e,t,n):o(e,a,n)}var o=n(223),a=n(473),i=n(474);e.exports=r},function(e,t){function n(e){return function(t){return e(t)}}e.exports=n},function(e,t){function n(e,t){return e.has(t)}e.exports=n},function(e,t,n){function r(e,t,n,i,c){var l=-1,s=e.length;for(n||(n=a),c||(c=[]);++l0&&n(u)?t>1?r(u,t-1,n,i,c):o(c,u):i||(c[c.length]=u)}return c}var o=n(146),a=n(475);e.exports=r},function(e,t,n){function r(e){return a(e)&&o(e)}var o=n(25),a=n(24);e.exports=r},function(e,t){function n(e){return void 0===e}e.exports=n},function(e,t,n){function r(e){if("number"==typeof e)return e;if(a(e))return i;if(o(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=o(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(c,"");var n=s.test(e);return n||u.test(e)?p(e.slice(2),n?2:8):l.test(e)?i:+e}var o=n(19),a=n(45),i=NaN,c=/^\s+|\s+$/g,l=/^[-+]0x[0-9a-f]+$/i,s=/^0b[01]+$/i,u=/^0o[0-7]+$/i,p=parseInt;e.exports=r},function(e,t,n){var r=n(480),o=n(90),a=n(481),i=a&&a.isTypedArray,c=i?o(i):r;e.exports=c},function(e,t,n){function r(e){if(!o(e))return a(e);var t=[];for(var n in Object(e))c.call(e,n)&&"constructor"!=n&&t.push(n);return t}var o=n(64),a=n(482),i=Object.prototype,c=i.hasOwnProperty;e.exports=r},function(e,t){function n(e){var t=-1,n=Array(e.size);return e.forEach(function(e){n[++t]=e}),n}e.exports=n},function(e,t,n){var r=n(494),o=n(141),a=n(495),i=n(237),c=n(238),l=n(27),s=n(216),u=s(r),p=s(o),f=s(a),d=s(i),h=s(c),m=l;(r&&"[object DataView]"!=m(new r(new ArrayBuffer(1)))||o&&"[object Map]"!=m(new o)||a&&"[object Promise]"!=m(a.resolve())||i&&"[object Set]"!=m(new i)||c&&"[object WeakMap]"!=m(new c))&&(m=function(e){var t=l(e),n="[object Object]"==t?e.constructor:void 0,r=n?s(n):"";if(r)switch(r){case u:return"[object DataView]";case p:return"[object Map]";case f:return"[object Promise]";case d:return"[object Set]";case h:return"[object WeakMap]"}return t}),e.exports=m},function(e,t,n){function r(e){if(null==e)return!0;if(l(e)&&(c(e)||"string"==typeof e||"function"==typeof e.splice||s(e)||p(e)||i(e)))return!e.length;var t=a(e);if(t==f||t==d)return!e.size;if(u(e))return!o(e).length;for(var n in e)if(m.call(e,n))return!1;return!0}var o=n(97),a=n(99),i=n(83),c=n(11),l=n(25),s=n(63),u=n(64),p=n(96),f="[object Map]",d="[object Set]",h=Object.prototype,m=h.hasOwnProperty;e.exports=r},function(e,t,n){function r(e,t,n){"__proto__"==t&&o?o(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n}var o=n(219);e.exports=r},function(e,t,n){function r(e,t,n){var r=c(e)?o:i;return n&&l(e,t,n)&&(t=void 0),r(e,a(t,3))}var o=n(231),a=n(21),i=n(517),c=n(11),l=n(66);e.exports=r},function(e,t,n){function r(e,t,n,r,x,j,_,C){var w=t&v;if(!w&&"function"!=typeof e)throw new TypeError(h);var N=r?r.length:0;if(N||(t&=~(g|O),r=x=void 0),_=void 0===_?_:E(d(_),0),C=void 0===C?C:d(C),N-=x?x.length:0,t&O){var T=r,k=x;r=x=void 0}var P=w?void 0:s(e),S=[e,t,n,r,x,T,k,j,_,C];if(P&&u(S,P),e=S[0],t=S[1],n=S[2],r=S[3],x=S[4],C=S[9]=void 0===S[9]?w?0:e.length:E(S[9]-N,0),!C&&t&(b|y)&&(t&=~(b|y)),t&&t!=m)I=t==b||t==y?i(e,t,C):t!=g&&t!=(m|g)||x.length?c.apply(void 0,S):l(e,t,n,r);else var I=a(e,t,n);return f((P?o:p)(I,S),e,t)}var o=n(248),a=n(532),i=n(533),c=n(250),l=n(542),s=n(158),u=n(543),p=n(257),f=n(258),d=n(30),h="Expected a function",m=1,v=2,b=8,y=16,g=32,O=64,E=Math.max;e.exports=r},function(e,t,n){function r(e){return function(){var t=arguments;switch(t.length){case 0:return new e;case 1:return new e(t[0]);case 2:return new e(t[0],t[1]);case 3:return new e(t[0],t[1],t[2]);case 4:return new e(t[0],t[1],t[2],t[3]);case 5:return new e(t[0],t[1],t[2],t[3],t[4]);case 6:return new e(t[0],t[1],t[2],t[3],t[4],t[5]);case 7:return new e(t[0],t[1],t[2],t[3],t[4],t[5],t[6])}var n=o(e.prototype),r=e.apply(n,t);return a(r)?r:n}}var o=n(67),a=n(19);e.exports=r},function(e,t){function n(e,t){var n=-1,r=e.length;for(t||(t=Array(r));++n0?r:n)(e)}},function(e,t,n){var r=n(129)("keys"),o=n(75);e.exports=function(e){return r[e]||(r[e]=o(e))}},function(e,t,n){var r=n(35),o=r["__core-js_shared__"]||(r["__core-js_shared__"]={});e.exports=function(e){return o[e]||(o[e]={})}},function(e,t){e.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(e,t){t.f=Object.getOwnPropertySymbols},function(e,t){e.exports=!0},function(e,t,n){var r=n(41),o=n(415),a=n(130),i=n(128)("IE_PROTO"),c=function(){},l=function(){var e,t=n(203)("iframe"),r=a.length;for(t.style.display="none",n(416).appendChild(t),t.src="javascript:",e=t.contentWindow.document,e.open(),e.write("