ui-components
Version:
A collection of React UI components
5 lines • 89.3 kB
JavaScript
!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports["ui-components"]=e():t["ui-components"]=e()}(this,function(){return function(t){function e(n){if(r[n])return r[n].exports;var i=r[n]={exports:{},id:n,loaded:!1};return t[n].call(i.exports,i,i.exports,e),i.loaded=!0,i.exports}var r={};return e.m=t,e.c=r,e.p="",e(0)}([function(t,e,r){"use strict";function n(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i=r(38),o=n(i);e.default=o.default},,function(t,e,r){"use strict";t.exports=r(3)},function(t,e,r){"use strict";var n=r(4),i=r(5),o=r(18),u=r(21),a=r(22),s=r(24),c=r(9),f=r(25),h=r(27),l=r(28),p=(r(11),c.createElement),v=c.createFactory,_=c.cloneElement,d=n,y={Children:{map:i.map,forEach:i.forEach,count:i.count,toArray:i.toArray,only:l},Component:o,PureComponent:u,createElement:p,cloneElement:_,isValidElement:c.isValidElement,PropTypes:f,createClass:a.createClass,createFactory:v,createMixin:function(t){return t},DOM:s,version:h,__spread:d};t.exports=y},function(t,e){"use strict";function r(t){if(null===t||void 0===t)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(t)}function n(){try{if(!Object.assign)return!1;var t=new String("abc");if(t[5]="de","5"===Object.getOwnPropertyNames(t)[0])return!1;for(var e={},r=0;r<10;r++)e["_"+String.fromCharCode(r)]=r;var n=Object.getOwnPropertyNames(e).map(function(t){return e[t]});if("0123456789"!==n.join(""))return!1;var i={};return"abcdefghijklmnopqrst".split("").forEach(function(t){i[t]=t}),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},i)).join("")}catch(t){return!1}}var i=Object.prototype.hasOwnProperty,o=Object.prototype.propertyIsEnumerable;t.exports=n()?Object.assign:function(t,e){for(var n,u,a=r(t),s=1;s<arguments.length;s++){n=Object(arguments[s]);for(var c in n)i.call(n,c)&&(a[c]=n[c]);if(Object.getOwnPropertySymbols){u=Object.getOwnPropertySymbols(n);for(var f=0;f<u.length;f++)o.call(n,u[f])&&(a[u[f]]=n[u[f]])}}return a}},function(t,e,r){"use strict";function n(t){return(""+t).replace(w,"$&/")}function i(t,e){this.func=t,this.context=e,this.count=0}function o(t,e,r){var n=t.func,i=t.context;n.call(i,e,t.count++)}function u(t,e,r){if(null==t)return t;var n=i.getPooled(e,r);y(t,o,n),i.release(n)}function a(t,e,r,n){this.result=t,this.keyPrefix=e,this.func=r,this.context=n,this.count=0}function s(t,e,r){var i=t.result,o=t.keyPrefix,u=t.func,a=t.context,s=u.call(a,e,t.count++);Array.isArray(s)?c(s,i,r,d.thatReturnsArgument):null!=s&&(_.isValidElement(s)&&(s=_.cloneAndReplaceKey(s,o+(!s.key||e&&e.key===s.key?"":n(s.key)+"/")+r)),i.push(s))}function c(t,e,r,i,o){var u="";null!=r&&(u=n(r)+"/");var c=a.getPooled(e,u,i,o);y(t,s,c),a.release(c)}function f(t,e,r){if(null==t)return t;var n=[];return c(t,n,null,e,r),n}function h(t,e,r){return null}function l(t,e){return y(t,h,null)}function p(t){var e=[];return c(t,e,null,d.thatReturnsArgument),e}var v=r(6),_=r(9),d=r(12),y=r(15),m=v.twoArgumentPooler,g=v.fourArgumentPooler,w=/\/+/g;i.prototype.destructor=function(){this.func=null,this.context=null,this.count=0},v.addPoolingTo(i,m),a.prototype.destructor=function(){this.result=null,this.keyPrefix=null,this.func=null,this.context=null,this.count=0},v.addPoolingTo(a,g);var b={forEach:u,map:f,mapIntoWithKeyPrefixInternal:c,count:l,toArray:p};t.exports=b},function(t,e,r){"use strict";var n=r(7),i=(r(8),function(t){var e=this;if(e.instancePool.length){var r=e.instancePool.pop();return e.call(r,t),r}return new e(t)}),o=function(t,e){var r=this;if(r.instancePool.length){var n=r.instancePool.pop();return r.call(n,t,e),n}return new r(t,e)},u=function(t,e,r){var n=this;if(n.instancePool.length){var i=n.instancePool.pop();return n.call(i,t,e,r),i}return new n(t,e,r)},a=function(t,e,r,n){var i=this;if(i.instancePool.length){var o=i.instancePool.pop();return i.call(o,t,e,r,n),o}return new i(t,e,r,n)},s=function(t,e,r,n,i){var o=this;if(o.instancePool.length){var u=o.instancePool.pop();return o.call(u,t,e,r,n,i),u}return new o(t,e,r,n,i)},c=function(t){var e=this;t instanceof e?void 0:n("25"),t.destructor(),e.instancePool.length<e.poolSize&&e.instancePool.push(t)},f=10,h=i,l=function(t,e){var r=t;return r.instancePool=[],r.getPooled=e||h,r.poolSize||(r.poolSize=f),r.release=c,r},p={addPoolingTo:l,oneArgumentPooler:i,twoArgumentPooler:o,threeArgumentPooler:u,fourArgumentPooler:a,fiveArgumentPooler:s};t.exports=p},function(t,e){"use strict";function r(t){for(var e=arguments.length-1,r="Minified React error #"+t+"; visit http://facebook.github.io/react/docs/error-decoder.html?invariant="+t,n=0;n<e;n++)r+="&args[]="+encodeURIComponent(arguments[n+1]);r+=" for the full message or use the non-minified dev environment for full errors and additional helpful warnings.";var i=new Error(r);throw i.name="Invariant Violation",i.framesToPop=1,i}t.exports=r},function(t,e,r){"use strict";function n(t,e,r,n,i,o,u,a){if(!t){var s;if(void 0===e)s=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var c=[r,n,i,o,u,a],f=0;s=new Error(e.replace(/%s/g,function(){return c[f++]})),s.name="Invariant Violation"}throw s.framesToPop=1,s}}t.exports=n},function(t,e,r){"use strict";function n(t){return void 0!==t.ref}function i(t){return void 0!==t.key}var o=r(4),u=r(10),a=(r(11),r(13),Object.prototype.hasOwnProperty),s=r(14),c={key:!0,ref:!0,__self:!0,__source:!0},f=function(t,e,r,n,i,o,u){var a={$$typeof:s,type:t,key:e,ref:r,props:u,_owner:o};return a};f.createElement=function(t,e,r){var o,s={},h=null,l=null,p=null,v=null;if(null!=e){n(e)&&(l=e.ref),i(e)&&(h=""+e.key),p=void 0===e.__self?null:e.__self,v=void 0===e.__source?null:e.__source;for(o in e)a.call(e,o)&&!c.hasOwnProperty(o)&&(s[o]=e[o])}var _=arguments.length-2;if(1===_)s.children=r;else if(_>1){for(var d=Array(_),y=0;y<_;y++)d[y]=arguments[y+2];s.children=d}if(t&&t.defaultProps){var m=t.defaultProps;for(o in m)void 0===s[o]&&(s[o]=m[o])}return f(t,h,l,p,v,u.current,s)},f.createFactory=function(t){var e=f.createElement.bind(null,t);return e.type=t,e},f.cloneAndReplaceKey=function(t,e){var r=f(t.type,e,t.ref,t._self,t._source,t._owner,t.props);return r},f.cloneElement=function(t,e,r){var s,h=o({},t.props),l=t.key,p=t.ref,v=t._self,_=t._source,d=t._owner;if(null!=e){n(e)&&(p=e.ref,d=u.current),i(e)&&(l=""+e.key);var y;t.type&&t.type.defaultProps&&(y=t.type.defaultProps);for(s in e)a.call(e,s)&&!c.hasOwnProperty(s)&&(void 0===e[s]&&void 0!==y?h[s]=y[s]:h[s]=e[s])}var m=arguments.length-2;if(1===m)h.children=r;else if(m>1){for(var g=Array(m),w=0;w<m;w++)g[w]=arguments[w+2];h.children=g}return f(t.type,l,p,v,_,d,h)},f.isValidElement=function(t){return"object"==typeof t&&null!==t&&t.$$typeof===s},t.exports=f},function(t,e){"use strict";var r={current:null};t.exports=r},function(t,e,r){"use strict";var n=r(12),i=n;t.exports=i},function(t,e){"use strict";function r(t){return function(){return t}}var n=function(){};n.thatReturns=r,n.thatReturnsFalse=r(!1),n.thatReturnsTrue=r(!0),n.thatReturnsNull=r(null),n.thatReturnsThis=function(){return this},n.thatReturnsArgument=function(t){return t},t.exports=n},function(t,e,r){"use strict";var n=!1;t.exports=n},function(t,e){"use strict";var r="function"==typeof Symbol&&Symbol.for&&Symbol.for("react.element")||60103;t.exports=r},function(t,e,r){"use strict";function n(t,e){return t&&"object"==typeof t&&null!=t.key?c.escape(t.key):e.toString(36)}function i(t,e,r,o){var l=typeof t;if("undefined"!==l&&"boolean"!==l||(t=null),null===t||"string"===l||"number"===l||"object"===l&&t.$$typeof===a)return r(o,t,""===e?f+n(t,0):e),1;var p,v,_=0,d=""===e?f:e+h;if(Array.isArray(t))for(var y=0;y<t.length;y++)p=t[y],v=d+n(p,y),_+=i(p,v,r,o);else{var m=s(t);if(m){var g,w=m.call(t);if(m!==t.entries)for(var b=0;!(g=w.next()).done;)p=g.value,v=d+n(p,b++),_+=i(p,v,r,o);else for(;!(g=w.next()).done;){var E=g.value;E&&(p=E[1],v=d+c.escape(E[0])+h+n(p,0),_+=i(p,v,r,o))}}else if("object"===l){var z="",S=String(t);u("31","[object Object]"===S?"object with keys {"+Object.keys(t).join(", ")+"}":S,z)}}return _}function o(t,e,r){return null==t?0:i(t,"",e,r)}var u=r(7),a=(r(10),r(14)),s=r(16),c=(r(8),r(17)),f=(r(11),"."),h=":";t.exports=o},function(t,e){"use strict";function r(t){var e=t&&(n&&t[n]||t[i]);if("function"==typeof e)return e}var n="function"==typeof Symbol&&Symbol.iterator,i="@@iterator";t.exports=r},function(t,e){"use strict";function r(t){var e=/[=:]/g,r={"=":"=0",":":"=2"},n=(""+t).replace(e,function(t){return r[t]});return"$"+n}function n(t){var e=/(=0|=2)/g,r={"=0":"=","=2":":"},n="."===t[0]&&"$"===t[1]?t.substring(2):t.substring(1);return(""+n).replace(e,function(t){return r[t]})}var i={escape:r,unescape:n};t.exports=i},function(t,e,r){"use strict";function n(t,e,r){this.props=t,this.context=e,this.refs=u,this.updater=r||o}var i=r(7),o=r(19),u=(r(13),r(20));r(8),r(11);n.prototype.isReactComponent={},n.prototype.setState=function(t,e){"object"!=typeof t&&"function"!=typeof t&&null!=t?i("85"):void 0,this.updater.enqueueSetState(this,t),e&&this.updater.enqueueCallback(this,e,"setState")},n.prototype.forceUpdate=function(t){this.updater.enqueueForceUpdate(this),t&&this.updater.enqueueCallback(this,t,"forceUpdate")};t.exports=n},function(t,e,r){"use strict";function n(t,e){}var i=(r(11),{isMounted:function(t){return!1},enqueueCallback:function(t,e){},enqueueForceUpdate:function(t){n(t,"forceUpdate")},enqueueReplaceState:function(t,e){n(t,"replaceState")},enqueueSetState:function(t,e){n(t,"setState")}});t.exports=i},function(t,e,r){"use strict";var n={};t.exports=n},function(t,e,r){"use strict";function n(t,e,r){this.props=t,this.context=e,this.refs=s,this.updater=r||a}function i(){}var o=r(4),u=r(18),a=r(19),s=r(20);i.prototype=u.prototype,n.prototype=new i,n.prototype.constructor=n,o(n.prototype,u.prototype),n.prototype.isPureReactComponent=!0,t.exports=n},function(t,e,r){"use strict";function n(t){return t}function i(t,e){var r=w.hasOwnProperty(e)?w[e]:null;E.hasOwnProperty(e)&&("OVERRIDE_BASE"!==r?l("73",e):void 0),t&&("DEFINE_MANY"!==r&&"DEFINE_MANY_MERGED"!==r?l("74",e):void 0)}function o(t,e){if(e){"function"==typeof e?l("75"):void 0,_.isValidElement(e)?l("76"):void 0;var r=t.prototype,n=r.__reactAutoBindPairs;e.hasOwnProperty(m)&&b.mixins(t,e.mixins);for(var o in e)if(e.hasOwnProperty(o)&&o!==m){var u=e[o],a=r.hasOwnProperty(o);if(i(a,o),b.hasOwnProperty(o))b[o](t,u);else{var f=w.hasOwnProperty(o),h="function"==typeof u,p=h&&!f&&!a&&e.autobind!==!1;if(p)n.push(o,u),r[o]=u;else if(a){var v=w[o];!f||"DEFINE_MANY_MERGED"!==v&&"DEFINE_MANY"!==v?l("77",v,o):void 0,"DEFINE_MANY_MERGED"===v?r[o]=s(r[o],u):"DEFINE_MANY"===v&&(r[o]=c(r[o],u))}else r[o]=u}}}else;}function u(t,e){if(e)for(var r in e){var n=e[r];if(e.hasOwnProperty(r)){var i=r in b;i?l("78",r):void 0;var o=r in t;o?l("79",r):void 0,t[r]=n}}}function a(t,e){t&&e&&"object"==typeof t&&"object"==typeof e?void 0:l("80");for(var r in e)e.hasOwnProperty(r)&&(void 0!==t[r]?l("81",r):void 0,t[r]=e[r]);return t}function s(t,e){return function(){var r=t.apply(this,arguments),n=e.apply(this,arguments);if(null==r)return n;if(null==n)return r;var i={};return a(i,r),a(i,n),i}}function c(t,e){return function(){t.apply(this,arguments),e.apply(this,arguments)}}function f(t,e){var r=e.bind(t);return r}function h(t){for(var e=t.__reactAutoBindPairs,r=0;r<e.length;r+=2){var n=e[r],i=e[r+1];t[n]=f(t,i)}}var l=r(7),p=r(4),v=r(18),_=r(9),d=(r(23),r(19)),y=r(20),m=(r(8),r(11),"mixins"),g=[],w={mixins:"DEFINE_MANY",statics:"DEFINE_MANY",propTypes:"DEFINE_MANY",contextTypes:"DEFINE_MANY",childContextTypes:"DEFINE_MANY",getDefaultProps:"DEFINE_MANY_MERGED",getInitialState:"DEFINE_MANY_MERGED",getChildContext:"DEFINE_MANY_MERGED",render:"DEFINE_ONCE",componentWillMount:"DEFINE_MANY",componentDidMount:"DEFINE_MANY",componentWillReceiveProps:"DEFINE_MANY",shouldComponentUpdate:"DEFINE_ONCE",componentWillUpdate:"DEFINE_MANY",componentDidUpdate:"DEFINE_MANY",componentWillUnmount:"DEFINE_MANY",updateComponent:"OVERRIDE_BASE"},b={displayName:function(t,e){t.displayName=e},mixins:function(t,e){if(e)for(var r=0;r<e.length;r++)o(t,e[r])},childContextTypes:function(t,e){t.childContextTypes=p({},t.childContextTypes,e)},contextTypes:function(t,e){t.contextTypes=p({},t.contextTypes,e)},getDefaultProps:function(t,e){t.getDefaultProps?t.getDefaultProps=s(t.getDefaultProps,e):t.getDefaultProps=e},propTypes:function(t,e){t.propTypes=p({},t.propTypes,e)},statics:function(t,e){u(t,e)},autobind:function(){}},E={replaceState:function(t,e){this.updater.enqueueReplaceState(this,t),e&&this.updater.enqueueCallback(this,e,"replaceState")},isMounted:function(){return this.updater.isMounted(this)}},z=function(){};p(z.prototype,v.prototype,E);var S={createClass:function(t){var e=n(function(t,r,n){this.__reactAutoBindPairs.length&&h(this),this.props=t,this.context=r,this.refs=y,this.updater=n||d,this.state=null;var i=this.getInitialState?this.getInitialState():null;"object"!=typeof i||Array.isArray(i)?l("82",e.displayName||"ReactCompositeComponent"):void 0,this.state=i});e.prototype=new z,e.prototype.constructor=e,e.prototype.__reactAutoBindPairs=[],g.forEach(o.bind(null,e)),o(e,t),e.getDefaultProps&&(e.defaultProps=e.getDefaultProps()),e.prototype.render?void 0:l("83");for(var r in w)e.prototype[r]||(e.prototype[r]=null);return e},injection:{injectMixin:function(t){g.push(t)}}};t.exports=S},function(t,e,r){"use strict";var n={};t.exports=n},function(t,e,r){"use strict";var n=r(9),i=n.createFactory,o={a:i("a"),abbr:i("abbr"),address:i("address"),area:i("area"),article:i("article"),aside:i("aside"),audio:i("audio"),b:i("b"),base:i("base"),bdi:i("bdi"),bdo:i("bdo"),big:i("big"),blockquote:i("blockquote"),body:i("body"),br:i("br"),button:i("button"),canvas:i("canvas"),caption:i("caption"),cite:i("cite"),code:i("code"),col:i("col"),colgroup:i("colgroup"),data:i("data"),datalist:i("datalist"),dd:i("dd"),del:i("del"),details:i("details"),dfn:i("dfn"),dialog:i("dialog"),div:i("div"),dl:i("dl"),dt:i("dt"),em:i("em"),embed:i("embed"),fieldset:i("fieldset"),figcaption:i("figcaption"),figure:i("figure"),footer:i("footer"),form:i("form"),h1:i("h1"),h2:i("h2"),h3:i("h3"),h4:i("h4"),h5:i("h5"),h6:i("h6"),head:i("head"),header:i("header"),hgroup:i("hgroup"),hr:i("hr"),html:i("html"),i:i("i"),iframe:i("iframe"),img:i("img"),input:i("input"),ins:i("ins"),kbd:i("kbd"),keygen:i("keygen"),label:i("label"),legend:i("legend"),li:i("li"),link:i("link"),main:i("main"),map:i("map"),mark:i("mark"),menu:i("menu"),menuitem:i("menuitem"),meta:i("meta"),meter:i("meter"),nav:i("nav"),noscript:i("noscript"),object:i("object"),ol:i("ol"),optgroup:i("optgroup"),option:i("option"),output:i("output"),p:i("p"),param:i("param"),picture:i("picture"),pre:i("pre"),progress:i("progress"),q:i("q"),rp:i("rp"),rt:i("rt"),ruby:i("ruby"),s:i("s"),samp:i("samp"),script:i("script"),section:i("section"),select:i("select"),small:i("small"),source:i("source"),span:i("span"),strong:i("strong"),style:i("style"),sub:i("sub"),summary:i("summary"),sup:i("sup"),table:i("table"),tbody:i("tbody"),td:i("td"),textarea:i("textarea"),tfoot:i("tfoot"),th:i("th"),thead:i("thead"),time:i("time"),title:i("title"),tr:i("tr"),track:i("track"),u:i("u"),ul:i("ul"),var:i("var"),video:i("video"),wbr:i("wbr"),circle:i("circle"),clipPath:i("clipPath"),defs:i("defs"),ellipse:i("ellipse"),g:i("g"),image:i("image"),line:i("line"),linearGradient:i("linearGradient"),mask:i("mask"),path:i("path"),pattern:i("pattern"),polygon:i("polygon"),polyline:i("polyline"),radialGradient:i("radialGradient"),rect:i("rect"),stop:i("stop"),svg:i("svg"),text:i("text"),tspan:i("tspan")};t.exports=o},function(t,e,r){"use strict";function n(t,e){return t===e?0!==t||1/t===1/e:t!==t&&e!==e}function i(t){this.message=t,this.stack=""}function o(t){function e(e,r,n,o,u,a,s){o=o||M,a=a||n;if(null==r[n]){var c=E[u];return e?new i(null===r[n]?"The "+c+" `"+a+"` is marked as required "+("in `"+o+"`, but its value is `null`."):"The "+c+" `"+a+"` is marked as required in "+("`"+o+"`, but its value is `undefined`.")):null}return t(r,n,o,u,a)}var r=e.bind(null,!1);return r.isRequired=e.bind(null,!0),r}function u(t){function e(e,r,n,o,u,a){var s=e[r],c=m(s);if(c!==t){var f=E[o],h=g(s);return new i("Invalid "+f+" `"+u+"` of type "+("`"+h+"` supplied to `"+n+"`, expected ")+("`"+t+"`."))}return null}return o(e)}function a(){return o(S.thatReturns(null))}function s(t){function e(e,r,n,o,u){if("function"!=typeof t)return new i("Property `"+u+"` of component `"+n+"` has invalid PropType notation inside arrayOf.");var a=e[r];if(!Array.isArray(a)){var s=E[o],c=m(a);return new i("Invalid "+s+" `"+u+"` of type "+("`"+c+"` supplied to `"+n+"`, expected an array."))}for(var f=0;f<a.length;f++){var h=t(a,f,n,o,u+"["+f+"]",z);if(h instanceof Error)return h}return null}return o(e)}function c(){function t(t,e,r,n,o){var u=t[e];if(!b.isValidElement(u)){var a=E[n],s=m(u);return new i("Invalid "+a+" `"+o+"` of type "+("`"+s+"` supplied to `"+r+"`, expected a single ReactElement."))}return null}return o(t)}function f(t){function e(e,r,n,o,u){if(!(e[r]instanceof t)){var a=E[o],s=t.name||M,c=w(e[r]);return new i("Invalid "+a+" `"+u+"` of type "+("`"+c+"` supplied to `"+n+"`, expected ")+("instance of `"+s+"`."))}return null}return o(e)}function h(t){function e(e,r,o,u,a){for(var s=e[r],c=0;c<t.length;c++)if(n(s,t[c]))return null;var f=E[u],h=JSON.stringify(t);return new i("Invalid "+f+" `"+a+"` of value `"+s+"` "+("supplied to `"+o+"`, expected one of "+h+"."))}return Array.isArray(t)?o(e):S.thatReturnsNull}function l(t){function e(e,r,n,o,u){if("function"!=typeof t)return new i("Property `"+u+"` of component `"+n+"` has invalid PropType notation inside objectOf.");var a=e[r],s=m(a);if("object"!==s){var c=E[o];return new i("Invalid "+c+" `"+u+"` of type "+("`"+s+"` supplied to `"+n+"`, expected an object."))}for(var f in a)if(a.hasOwnProperty(f)){var h=t(a,f,n,o,u+"."+f,z);if(h instanceof Error)return h}return null}return o(e)}function p(t){function e(e,r,n,o,u){for(var a=0;a<t.length;a++){var s=t[a];if(null==s(e,r,n,o,u,z))return null}var c=E[o];return new i("Invalid "+c+" `"+u+"` supplied to "+("`"+n+"`."))}return Array.isArray(t)?o(e):S.thatReturnsNull}function v(){function t(t,e,r,n,o){if(!d(t[e])){var u=E[n];return new i("Invalid "+u+" `"+o+"` supplied to "+("`"+r+"`, expected a ReactNode."))}return null}return o(t)}function _(t){function e(e,r,n,o,u){var a=e[r],s=m(a);if("object"!==s){var c=E[o];return new i("Invalid "+c+" `"+u+"` of type `"+s+"` "+("supplied to `"+n+"`, expected `object`."))}for(var f in t){var h=t[f];if(h){var l=h(a,f,n,o,u+"."+f,z);if(l)return l}}return null}return o(e)}function d(t){switch(typeof t){case"number":case"string":case"undefined":return!0;case"boolean":return!t;case"object":if(Array.isArray(t))return t.every(d);if(null===t||b.isValidElement(t))return!0;var e=I(t);if(!e)return!1;var r,n=e.call(t);if(e!==t.entries){for(;!(r=n.next()).done;)if(!d(r.value))return!1}else for(;!(r=n.next()).done;){var i=r.value;if(i&&!d(i[1]))return!1}return!0;default:return!1}}function y(t,e){return"symbol"===t||("Symbol"===e["@@toStringTag"]||"function"==typeof Symbol&&e instanceof Symbol)}function m(t){var e=typeof t;return Array.isArray(t)?"array":t instanceof RegExp?"object":y(e,t)?"symbol":e}function g(t){var e=m(t);if("object"===e){if(t instanceof Date)return"date";if(t instanceof RegExp)return"regexp"}return e}function w(t){return t.constructor&&t.constructor.name?t.constructor.name:M}var b=r(9),E=r(23),z=r(26),S=r(12),I=r(16),M=(r(11),"<<anonymous>>"),x={array:u("array"),bool:u("boolean"),func:u("function"),number:u("number"),object:u("object"),string:u("string"),symbol:u("symbol"),any:a(),arrayOf:s,element:c(),instanceOf:f,node:v(),objectOf:l,oneOf:h,oneOfType:p,shape:_};i.prototype=Error.prototype,t.exports=x},function(t,e){"use strict";var r="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";t.exports=r},function(t,e){"use strict";t.exports="15.4.1"},function(t,e,r){"use strict";function n(t){return o.isValidElement(t)?void 0:i("143"),t}var i=r(7),o=r(9);r(8);t.exports=n},,,,,,,,,,function(t,e,r){"use strict";function n(t){return t&&t.__esModule?t:{default:t}}function i(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function o(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!=typeof e&&"function"!=typeof e?t:e}function u(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a,s,c,f=function(){function t(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}return function(e,r,n){return r&&t(e.prototype,r),n&&t(e,n),e}}(),h=r(2),l=n(h),p=r(39),v=n(p),_=r(41),d=n(_),y=d.default.keySeq().toArray(),m=(0,v.default)((c=s=function(t){function e(){return i(this,e),o(this,(e.__proto__||Object.getPrototypeOf(e)).apply(this,arguments))}return u(e,t),f(e,[{key:"render",value:function(){var t=d.default.get(this.props.name);if(!t)return null;var e=Object.assign({},this.props.style,{fill:"currentcolor",verticalAlign:"middle",width:this.props.size,height:this.props.size});return l.default.createElement("svg",{className:this.props.className,preserveAspectRatio:"xMidYMid meet",style:e,viewBox:"0 0 24 24"},t)}}]),e}(h.Component),s.displayName="Icon",s.propTypes={className:h.PropTypes.string,name:h.PropTypes.oneOf(y).isRequired,size:h.PropTypes.number.isRequired,style:h.PropTypes.object},s.defaultProps={size:24},a=c))||a;e.default=m},function(t,e,r){/**
* @author Félix Girault <felix.girault@gmail.com>
* @license MIT
*/
"use strict";function n(t,e){return!a(this.props,t)||!a(this.state,e)}function i(t){var e=t.prototype&&t.prototype.constructor;return t.displayName||e&&e.displayName||t.name||e&&e.name||"a component"}function o(t){return void 0!==t.prototype.shouldComponentUpdate&&u(!1,"Cannot decorate `%s` with @pureRenderDecorator, because it already implements `shouldComponentUpdate().",i(t)),t.prototype.shouldComponentUpdate=n,t}var u=r(11),a=r(40);t.exports=o},function(t,e){"use strict";function r(t,e){return t===e?0!==t||0!==e||1/t===1/e:t!==t&&e!==e}function n(t,e){if(r(t,e))return!0;if("object"!=typeof t||null===t||"object"!=typeof e||null===e)return!1;var n=Object.keys(t),o=Object.keys(e);if(n.length!==o.length)return!1;for(var u=0;u<n.length;u++)if(!i.call(e,n[u])||!r(t[n[u]],e[n[u]]))return!1;return!0}var i=Object.prototype.hasOwnProperty;t.exports=n},function(t,e,r){"use strict";function n(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var i=r(42),o=r(2),u=n(o);e.default=(0,i.Map)({add:u.default.createElement("g",null,u.default.createElement("path",{d:"M19 13h-6v6h-2v-6h-6v-2h6v-6h2v6h6v2z"})),"add-group":u.default.createElement("g",null,u.default.createElement("path",{d:"M16 11c1.66 0 2.99-1.34 2.99-3s-1.33-3-2.99-3c-1.66 0-3 1.34-3 3s1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3s-1.33-3-2.99-3c-1.66 0-3 1.34-3 3s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5v2.5h14v-2.5c0-2.33-4.67-3.5-7-3.5zm8 0c-.29 0-.62.02-.97.05 1.16.84 1.97 1.97 1.97 3.45v2.5h6v-2.5c0-2.33-4.67-3.5-7-3.5z"})),"add-person":u.default.createElement("g",null,u.default.createElement("path",{d:"M15 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm-9-2v-3h-2v3h-3v2h3v3h2v-3h3v-2h-3zm9 4c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"})),alert:u.default.createElement("g",null,u.default.createElement("path",{d:"M12 2c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10zm1 15h-2v-2h2v2zm0-4h-2v-6h2v6z"})),attachment:u.default.createElement("g",null,u.default.createElement("path",{d:"M7.5 18c-3.04 0-5.5-2.46-5.5-5.5s2.46-5.5 5.5-5.5h10.5c2.21 0 4 1.79 4 4s-1.79 4-4 4h-8.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5h7.5v1.5h-7.5c-.55 0-1 .45-1 1s.45 1 1 1h8.5c1.38 0 2.5-1.12 2.5-2.5s-1.12-2.5-2.5-2.5h-10.5c-2.21 0-4 1.79-4 4s1.79 4 4 4h9.5v1.5h-9.5z"})),check:u.default.createElement("g",null,u.default.createElement("path",{d:"M9 16.17l-4.17-4.17-1.42 1.41 5.59 5.59 12-12-1.41-1.41z"})),"check-double":u.default.createElement("g",null,u.default.createElement("path",{d:"M18 7l-1.41-1.41-6.34 6.34 1.41 1.41 6.34-6.34zm4.24-1.41l-10.58 10.58-4.18-4.17-1.41 1.41 5.59 5.59 12-12-1.42-1.41zm-21.83 7.82l5.59 5.59 1.41-1.41-5.58-5.59-1.42 1.41z"})),"chevron-down":u.default.createElement("g",null,u.default.createElement("path",{d:"M16.59 8.59l-4.59 4.58-4.59-4.58-1.41 1.41 6 6 6-6z"})),"chevron-left":u.default.createElement("g",null,u.default.createElement("path",{d:"M15.41 7.41l-1.41-1.41-6 6 6 6 1.41-1.41-4.58-4.59z"})),"chevron-right":u.default.createElement("g",null,u.default.createElement("path",{d:"M10 6l-1.41 1.41 4.58 4.59-4.58 4.59 1.41 1.41 6-6z"})),"chevron-up":u.default.createElement("g",null,u.default.createElement("path",{d:"M12 8l-6 6 1.41 1.41 4.59-4.58 4.59 4.58 1.41-1.41z"})),clock:u.default.createElement("g",null,u.default.createElement("path",{fillOpacity:".9",d:"M11.99 2c-5.52 0-9.99 4.48-9.99 10s4.47 10 9.99 10c5.53 0 10.01-4.48 10.01-10s-4.48-10-10.01-10zm.01 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"}),u.default.createElement("path",{fillOpacity:".9",d:"M12.5 7h-1.5v6l5.25 3.15.75-1.23-4.5-2.67z"})),close:u.default.createElement("g",null,u.default.createElement("path",{d:"M19 6.41l-1.41-1.41-5.59 5.59-5.59-5.59-1.41 1.41 5.59 5.59-5.59 5.59 1.41 1.41 5.59-5.59 5.59 5.59 1.41-1.41-5.59-5.59z"})),"cloud-upload":u.default.createElement("g",null,u.default.createElement("path",{d:"M19.35 10.04c-.68-3.45-3.71-6.04-7.35-6.04-2.89 0-5.4 1.64-6.65 4.04-3.01.32-5.35 2.87-5.35 5.96 0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zm-5.35 2.96v4h-4v-4h-3l5-5 5 5h-3z"})),"cloud-done":u.default.createElement("g",null,u.default.createElement("path",{d:"M19.35 10.04c-.68-3.45-3.71-6.04-7.35-6.04-2.89 0-5.4 1.64-6.65 4.04-3.01.32-5.35 2.87-5.35 5.96 0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zm-9.35 6.96l-3.5-3.5 1.41-1.41 2.09 2.08 5.18-5.17 1.41 1.41-6.59 6.59z"})),"credit-card":u.default.createElement("g",null,u.default.createElement("path",{d:"M20 4h-16c-1.11 0-1.99.89-1.99 2l-.01 12c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2v-12c0-1.11-.89-2-2-2zm0 14h-16v-6h16v6zm0-10h-16v-2h16v2z"})),documents:u.default.createElement("g",null,u.default.createElement("path",{d:"M16 1h-12c-1.1 0-2 .9-2 2v14h2v-14h12v-2zm3 4h-11c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2v-14c0-1.1-.9-2-2-2zm0 16h-11v-14h11v14z"})),download:u.default.createElement("g",null,u.default.createElement("path",{d:"M19 9h-4v-6h-6v6h-4l7 7 7-7zm-14 9v2h14v-2h-14z"})),edit:u.default.createElement("g",null,u.default.createElement("path",{d:"M3 17.25v3.75h3.75l11.06-11.06-3.75-3.75-11.06 11.06zm17.71-10.21c.39-.39.39-1.02 0-1.41l-2.34-2.34c-.39-.39-1.02-.39-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z"})),ellipsis:u.default.createElement("g",null,u.default.createElement("path",{d:"M6 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm12 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-6 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"})),"ellipsis-vertical":u.default.createElement("g",null,u.default.createElement("path",{d:"M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"})),folder:u.default.createElement("g",null,u.default.createElement("path",{d:"M10 4h-6c-1.1 0-1.99.9-1.99 2l-.01 12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-10c0-1.1-.9-2-2-2h-8l-2-2z"})),group:u.default.createElement("g",null,u.default.createElement("path",{d:"M16 11c1.66 0 2.99-1.34 2.99-3s-1.33-3-2.99-3c-1.66 0-3 1.34-3 3s1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3s-1.33-3-2.99-3c-1.66 0-3 1.34-3 3s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5v2.5h14v-2.5c0-2.33-4.67-3.5-7-3.5zm8 0c-.29 0-.62.02-.97.05 1.16.84 1.97 1.97 1.97 3.45v2.5h6v-2.5c0-2.33-4.67-3.5-7-3.5z"})),help:u.default.createElement("g",null,u.default.createElement("path",{d:"M12 2c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10zm1 17h-2v-2h2v2zm2.07-7.75l-.9.92c-.72.73-1.17 1.33-1.17 2.83h-2v-.5c0-1.1.45-2.1 1.17-2.83l1.24-1.26c.37-.36.59-.86.59-1.41 0-1.1-.9-2-2-2s-2 .9-2 2h-2c0-2.21 1.79-4 4-4s4 1.79 4 4c0 .88-.36 1.68-.93 2.25z"})),link:u.default.createElement("g",null,u.default.createElement("path",{d:"M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4v-1.9h-4c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9h-4c-1.71 0-3.1-1.39-3.1-3.1zm4.1 1h8v-2h-8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4v1.9h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z"})),menu:u.default.createElement("g",null,u.default.createElement("path",{d:"M3 18h18v-2h-18v2zm0-5h18v-2h-18v2zm0-7v2h18v-2h-18z"})),"paper-airplane":u.default.createElement("g",null,u.default.createElement("path",{d:"M2.01 21l20.99-9-20.99-9-.01 7 15 2-15 2z"})),pencil:u.default.createElement("g",null,u.default.createElement("path",{d:"M3 17.25v3.75h3.75l11.06-11.06-3.75-3.75-11.06 11.06zm17.71-10.21c.39-.39.39-1.02 0-1.41l-2.34-2.34c-.39-.39-1.02-.39-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z"})),person:u.default.createElement("g",null,u.default.createElement("path",{d:"M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"})),refresh:u.default.createElement("g",null,u.default.createElement("path",{d:"M17.65 6.35c-1.45-1.45-3.44-2.35-5.65-2.35-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78l-3.22 3.22h7v-7l-2.35 2.35z"})),scribble:u.default.createElement("g",null,u.default.createElement("path",{d:"M4.59 6.89c.7-.71 1.4-1.35 1.71-1.22.5.2 0 1.03-.3 1.52-.25.42-2.86 3.89-2.86 6.31 0 1.28.48 2.34 1.34 2.98.75.56 1.74.73 2.64.46 1.07-.31 1.95-1.4 3.06-2.77 1.21-1.49 2.83-3.44 4.08-3.44 1.63 0 1.65 1.01 1.76 1.79-3.78.64-5.38 3.67-5.38 5.37 0 1.7 1.44 3.09 3.21 3.09 1.63 0 4.29-1.33 4.69-6.1h2.46v-2.5h-2.47c-.15-1.65-1.09-4.2-4.03-4.2-2.25 0-4.18 1.91-4.94 2.84-.58.73-2.06 2.48-2.29 2.72-.25.3-.68.84-1.11.84-.45 0-.72-.83-.36-1.92.35-1.09 1.4-2.86 1.85-3.52.78-1.14 1.3-1.92 1.3-3.28 0-2.17-1.64-2.86-2.51-2.86-1.32 0-2.47 1-2.72 1.25-.36.36-.66.66-.88.93l1.75 1.71zm9.29 11.66c-.31 0-.74-.26-.74-.72 0-.6.73-2.2 2.87-2.76-.3 2.69-1.43 3.48-2.13 3.48z"})),search:u.default.createElement("g",null,u.default.createElement("path",{d:"M15.5 14h-.79l-.28-.27c.98-1.14 1.57-2.62 1.57-4.23 0-3.59-2.91-6.5-6.5-6.5s-6.5 2.91-6.5 6.5 2.91 6.5 6.5 6.5c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99 1.49-1.49-4.99-5zm-6 0c-2.49 0-4.5-2.01-4.5-4.5s2.01-4.5 4.5-4.5 4.5 2.01 4.5 4.5-2.01 4.5-4.5 4.5z"})),"search-document":u.default.createElement("g",null,u.default.createElement("path",{d:"M20 19.59v-11.59l-6-6h-8c-1.1 0-1.99.9-1.99 2l-.01 16c0 1.1.89 2 1.99 2h12.01c.45 0 .85-.15 1.19-.4l-4.43-4.43c-.8.52-1.74.83-2.76.83-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5c0 1.02-.31 1.96-.83 2.75l3.83 3.84zm-11-6.59c0 1.66 1.34 3 3 3s3-1.34 3-3-1.34-3-3-3-3 1.34-3 3z"})),settings:u.default.createElement("g",null,u.default.createElement("path",{d:"M19.43 12.98c.04-.32.07-.64.07-.98s-.03-.66-.07-.98l2.11-1.65c.19-.15.24-.42.12-.64l-2-3.46c-.12-.22-.39-.3-.61-.22l-2.49 1c-.52-.4-1.08-.73-1.69-.98l-.38-2.65c-.03-.24-.24-.42-.49-.42h-4c-.25 0-.46.18-.49.42l-.38 2.65c-.61.25-1.17.59-1.69.98l-2.49-1c-.23-.09-.49 0-.61.22l-2 3.46c-.13.22-.07.49.12.64l2.11 1.65c-.04.32-.07.65-.07.98s.03.66.07.98l-2.11 1.65c-.19.15-.24.42-.12.64l2 3.46c.12.22.39.3.61.22l2.49-1c.52.4 1.08.73 1.69.98l.38 2.65c.03.24.24.42.49.42h4c.25 0 .46-.18.49-.42l.38-2.65c.61-.25 1.17-.59 1.69-.98l2.49 1c.23.09.49 0 .61-.22l2-3.46c.12-.22.07-.49-.12-.64l-2.11-1.65zm-7.43 2.52c-1.93 0-3.5-1.57-3.5-3.5s1.57-3.5 3.5-3.5 3.5 1.57 3.5 3.5-1.57 3.5-3.5 3.5z"})),upload:u.default.createElement("g",null,u.default.createElement("path",{d:"M9 16h6v-6h4l-7-7-7 7h4zm-4 2h14v2h-14z"})),write:u.default.createElement("g",null,u.default.createElement("path",{d:"M17.75 7l-3.75-3.75-10 10v3.75h3.75l10-10zm2.96-2.96c.39-.39.39-1.02 0-1.41l-2.34-2.34c-.39-.39-1.02-.39-1.41 0l-1.96 1.96 3.75 3.75 1.96-1.96z"}),u.default.createElement("path",{fillOpacity:".36",d:"M0 20h24v4h-24z"}))})},function(t,e,r){!function(e,r){t.exports=r()}(this,function(){"use strict";function t(t,e){e&&(t.prototype=Object.create(e.prototype)),t.prototype.constructor=t}function e(t){return o(t)?t:D(t)}function r(t){return u(t)?t:A(t)}function n(t){return a(t)?t:k(t)}function i(t){return o(t)&&!s(t)?t:q(t)}function o(t){return!(!t||!t[sr])}function u(t){return!(!t||!t[cr])}function a(t){return!(!t||!t[fr])}function s(t){return u(t)||a(t)}function c(t){return!(!t||!t[hr])}function f(t){return t.value=!1,t}function h(t){t&&(t.value=!0)}function l(){}function p(t,e){e=e||0;for(var r=Math.max(0,t.length-e),n=new Array(r),i=0;i<r;i++)n[i]=t[i+e];return n}function v(t){return void 0===t.size&&(t.size=t.__iterate(d)),t.size}function _(t,e){if("number"!=typeof e){var r=e>>>0;if(""+r!==e||4294967295===r)return NaN;e=r}return e<0?v(t)+e:e}function d(){return!0}function y(t,e,r){return(0===t||void 0!==r&&t<=-r)&&(void 0===e||void 0!==r&&e>=r)}function m(t,e){return w(t,e,0)}function g(t,e){return w(t,e,e)}function w(t,e,r){return void 0===t?r:t<0?Math.max(0,e+t):void 0===e?t:Math.min(e,t)}function b(t){this.next=t}function E(t,e,r,n){var i=0===t?e:1===t?r:[e,r];return n?n.value=i:n={value:i,done:!1},n}function z(){return{value:void 0,done:!0}}function S(t){return!!x(t)}function I(t){return t&&"function"==typeof t.next}function M(t){var e=x(t);return e&&e.call(t)}function x(t){var e=t&&(Er&&t[Er]||t[zr]);if("function"==typeof e)return e}function O(t){return t&&"number"==typeof t.length}function D(t){return null===t||void 0===t?U():o(t)?t.toSeq():F(t)}function A(t){return null===t||void 0===t?U().toKeyedSeq():o(t)?u(t)?t.toSeq():t.fromEntrySeq():C(t)}function k(t){return null===t||void 0===t?U():o(t)?u(t)?t.entrySeq():t.toIndexedSeq():K(t)}function q(t){return(null===t||void 0===t?U():o(t)?u(t)?t.entrySeq():t:K(t)).toSetSeq()}function j(t){this._array=t,this.size=t.length}function P(t){var e=Object.keys(t);this._object=t,this._keys=e,this.size=e.length}function R(t){this._iterable=t,this.size=t.length||t.size}function N(t){this._iterator=t,this._iteratorCache=[]}function T(t){return!(!t||!t[Ir])}function U(){return Mr||(Mr=new j([]))}function C(t){var e=Array.isArray(t)?new j(t).fromEntrySeq():I(t)?new N(t).fromEntrySeq():S(t)?new R(t).fromEntrySeq():"object"==typeof t?new P(t):void 0;if(!e)throw new TypeError("Expected Array or iterable object of [k, v] entries, or keyed object: "+t);return e}function K(t){var e=B(t);if(!e)throw new TypeError("Expected Array or iterable object of values: "+t);return e}function F(t){var e=B(t)||"object"==typeof t&&new P(t);if(!e)throw new TypeError("Expected Array or iterable object of values, or keyed object: "+t);return e}function B(t){return O(t)?new j(t):I(t)?new N(t):S(t)?new R(t):void 0}function L(t,e,r,n){var i=t._cache;if(i){for(var o=i.length-1,u=0;u<=o;u++){var a=i[r?o-u:u];if(e(a[1],n?a[0]:u,t)===!1)return u+1}return u}return t.__iterateUncached(e,r)}function W(t,e,r,n){var i=t._cache;if(i){var o=i.length-1,u=0;return new b(function(){var t=i[r?o-u:u];return u++>o?z():E(e,n?t[0]:u-1,t[1])})}return t.__iteratorUncached(e,r)}function Y(t,e){return e?V(e,t,"",{"":t}):J(t)}function V(t,e,r,n){return Array.isArray(e)?t.call(n,r,k(e).map(function(r,n){return V(t,r,n,e)})):G(e)?t.call(n,r,A(e).map(function(r,n){return V(t,r,n,e)})):e}function J(t){return Array.isArray(t)?k(t).map(J).toList():G(t)?A(t).map(J).toMap():t}function G(t){return t&&(t.constructor===Object||void 0===t.constructor)}function H(t,e){if(t===e||t!==t&&e!==e)return!0;if(!t||!e)return!1;if("function"==typeof t.valueOf&&"function"==typeof e.valueOf){if(t=t.valueOf(),e=e.valueOf(),t===e||t!==t&&e!==e)return!0;if(!t||!e)return!1}return!("function"!=typeof t.equals||"function"!=typeof e.equals||!t.equals(e))}function $(t,e){if(t===e)return!0;if(!o(e)||void 0!==t.size&&void 0!==e.size&&t.size!==e.size||void 0!==t.__hash&&void 0!==e.__hash&&t.__hash!==e.__hash||u(t)!==u(e)||a(t)!==a(e)||c(t)!==c(e))return!1;if(0===t.size&&0===e.size)return!0;var r=!s(t);if(c(t)){var n=t.entries();return e.every(function(t,e){var i=n.next().value;return i&&H(i[1],t)&&(r||H(i[0],e))})&&n.next().done}var i=!1;if(void 0===t.size)if(void 0===e.size)"function"==typeof t.cacheResult&&t.cacheResult();else{i=!0;var f=t;t=e,e=f}var h=!0,l=e.__iterate(function(e,n){if(r?!t.has(e):i?!H(e,t.get(n,dr)):!H(t.get(n,dr),e))return h=!1,!1});return h&&t.size===l}function Q(t,e){if(!(this instanceof Q))return new Q(t,e);if(this._value=t,this.size=void 0===e?1/0:Math.max(0,e),0===this.size){if(xr)return xr;xr=this}}function X(t,e){if(!t)throw new Error(e)}function Z(t,e,r){if(!(this instanceof Z))return new Z(t,e,r);if(X(0!==r,"Cannot step a Range by 0"),t=t||0,void 0===e&&(e=1/0),r=void 0===r?1:Math.abs(r),e<t&&(r=-r),this._start=t,this._end=e,this._step=r,this.size=Math.max(0,Math.ceil((e-t)/r-1)+1),0===this.size){if(Or)return Or;Or=this}}function tt(){throw TypeError("Abstract")}function et(){}function rt(){}function nt(){}function it(t){return t>>>1&1073741824|3221225471&t}function ot(t){if(t===!1||null===t||void 0===t)return 0;if("function"==typeof t.valueOf&&(t=t.valueOf(),t===!1||null===t||void 0===t))return 0;if(t===!0)return 1;var e=typeof t;if("number"===e){if(t!==t||t===1/0)return 0;var r=0|t;for(r!==t&&(r^=4294967295*t);t>4294967295;)t/=4294967295,r^=t;return it(r)}if("string"===e)return t.length>Nr?ut(t):at(t);if("function"==typeof t.hashCode)return t.hashCode();if("object"===e)return st(t);if("function"==typeof t.toString)return at(t.toString());throw new Error("Value type "+e+" cannot be hashed.")}function ut(t){var e=Cr[t];return void 0===e&&(e=at(t),Ur===Tr&&(Ur=0,Cr={}),Ur++,Cr[t]=e),e}function at(t){for(var e=0,r=0;r<t.length;r++)e=31*e+t.charCodeAt(r)|0;return it(e)}function st(t){var e;if(jr&&(e=Dr.get(t),void 0!==e))return e;if(e=t[Rr],void 0!==e)return e;if(!qr){if(e=t.propertyIsEnumerable&&t.propertyIsEnumerable[Rr],void 0!==e)return e;if(e=ct(t),void 0!==e)return e}if(e=++Pr,1073741824&Pr&&(Pr=0),jr)Dr.set(t,e);else{if(void 0!==kr&&kr(t)===!1)throw new Error("Non-extensible objects are not allowed as keys.");if(qr)Object.defineProperty(t,Rr,{enumerable:!1,configurable:!1,writable:!1,value:e});else if(void 0!==t.propertyIsEnumerable&&t.propertyIsEnumerable===t.constructor.prototype.propertyIsEnumerable)t.propertyIsEnumerable=function(){return this.constructor.prototype.propertyIsEnumerable.apply(this,arguments)},t.propertyIsEnumerable[Rr]=e;else{if(void 0===t.nodeType)throw new Error("Unable to set a non-enumerable property on object.");t[Rr]=e}}return e}function ct(t){if(t&&t.nodeType>0)switch(t.nodeType){case 1:return t.uniqueID;case 9:return t.documentElement&&t.documentElement.uniqueID}}function ft(t){X(t!==1/0,"Cannot perform this action with an infinite size.")}function ht(t){return null===t||void 0===t?Et():lt(t)&&!c(t)?t:Et().withMutations(function(e){var n=r(t);ft(n.size),n.forEach(function(t,r){return e.set(r,t)})})}function lt(t){return!(!t||!t[Kr])}function pt(t,e){this.ownerID=t,this.entries=e}function vt(t,e,r){this.ownerID=t,this.bitmap=e,this.nodes=r}function _t(t,e,r){this.ownerID=t,this.count=e,this.nodes=r}function dt(t,e,r){this.ownerID=t,this.keyHash=e,this.entries=r}function yt(t,e,r){this.ownerID=t,this.keyHash=e,this.entry=r}function mt(t,e,r){this._type=e,this._reverse=r,this._stack=t._root&&wt(t._root)}function gt(t,e){return E(t,e[0],e[1])}function wt(t,e){return{node:t,index:0,__prev:e}}function bt(t,e,r,n){var i=Object.create(Fr);return i.size=t,i._root=e,i.__ownerID=r,i.__hash=n,i.__altered=!1,i}function Et(){return Br||(Br=bt(0))}function zt(t,e,r){var n,i;if(t._root){var o=f(yr),u=f(mr);if(n=St(t._root,t.__ownerID,0,void 0,e,r,o,u),!u.value)return t;i=t.size+(o.value?r===dr?-1:1:0)}else{if(r===dr)return t;i=1,n=new pt(t.__ownerID,[[e,r]])}return t.__ownerID?(t.size=i,t._root=n,t.__hash=void 0,t.__altered=!0,t):n?bt(i,n):Et()}function St(t,e,r,n,i,o,u,a){return t?t.update(e,r,n,i,o,u,a):o===dr?t:(h(a),h(u),new yt(e,n,[i,o]))}function It(t){return t.constructor===yt||t.constructor===dt}function Mt(t,e,r,n,i){if(t.keyHash===n)return new dt(e,n,[t.entry,i]);var o,u=(0===r?t.keyHash:t.keyHash>>>r)&_r,a=(0===r?n:n>>>r)&_r,s=u===a?[Mt(t,e,r+pr,n,i)]:(o=new yt(e,n,i),u<a?[t,o]:[o,t]);return new vt(e,1<<u|1<<a,s)}function xt(t,e,r,n){t||(t=new l);for(var i=new yt(t,ot(r),[r,n]),o=0;o<e.length;o++){var u=e[o];i=i.update(t,0,void 0,u[0],u[1])}return i}function Ot(t,e,r,n){for(var i=0,o=0,u=new Array(r),a=0,s=1,c=e.length;a<c;a++,s<<=1){var f=e[a];void 0!==f&&a!==n&&(i|=s,u[o++]=f)}return new vt(t,i,u)}function Dt(t,e,r,n,i){for(var o=0,u=new Array(vr),a=0;0!==r;a++,r>>>=1)u[a]=1&r?e[o++]:void 0;return u[n]=i,new _t(t,o+1,u)}function At(t,e,n){for(var i=[],u=0;u<n.length;u++){var a=n[u],s=r(a);o(a)||(s=s.map(function(t){return Y(t)})),i.push(s)}return jt(t,e,i)}function kt(t,e,r){return t&&t.mergeDeep&&o(e)?t.mergeDeep(e):H(t,e)?t:e}function qt(t){return function(e,r,n){if(e&&e.mergeDeepWith&&o(r))return e.mergeDeepWith(t,r);var i=t(e,r,n);return H(e,i)?e:i}}function jt(t,e,r){return r=r.filter(function(t){return 0!==t.size}),0===r.length?t:0!==t.size||t.__ownerID||1!==r.length?t.withMutations(function(t){for(var n=e?function(r,n){t.update(n,dr,function(t){return t===dr?r:e(t,r,n)})}:function(e,r){t.set(r,e)},i=0;i<r.length;i++)r[i].forEach(n)}):t.constructor(r[0])}function Pt(t,e,r,n){var i=t===dr,o=e.next();if(o.done){var u=i?r:t,a=n(u);return a===u?t:a}X(i||t&&t.set,"invalid keyPath");var s=o.value,c=i?dr:t.get(s,dr),f=Pt(c,e,r,n);return f===c?t:f===dr?t.remove(s):(i?Et():t).set(s,f)}function Rt(t){return t-=t>>1&1431655765,t=(858993459&t)+(t>>2&858993459),t=t+(t>>4)&252645135,t+=t>>8,t+=t>>16,127&t}function Nt(t,e,r,n){var i=n?t:p(t);return i[e]=r,i}function Tt(t,e,r,n){var i=t.length+1;if(n&&e+1===i)return t[e]=r,t;for(var o=new Array(i),u=0,a=0;a<i;a++)a===e?(o[a]=r,u=-1):o[a]=t[a+u];return o}function Ut(t,e,r){var n=t.length-1;if(r&&e===n)return t.pop(),t;for(var i=new Array(n),o=0,u=0;u<n;u++)u===e&&(o=1),i[u]=t[u+o];return i}function Ct(t){var e=Wt();if(null===t||void 0===t)return e;if(Kt(t))return t;var r=n(t),i=r.size;return 0===i?e:(ft(i),i>0&&i<vr?Lt(0,i,pr,null,new Ft(r.toArray())):e.withMutations(function(t){t.setSize(i),r.forEach(function(e,r){return t.set(r,e)})}))}function Kt(t){return!(!t||!t[Vr])}function Ft(t,e){this.array=t,this.ownerID=e}function Bt(t,e){function r(t,e,r){return 0===e?n(t,r):i(t,e,r)}function n(t,r){var n=r===a?s&&s.array:t&&t.array,i=r>o?0:o-r,c=u-r;return c>vr&&(c=vr),function(){if(i===c)return Hr;var t=e?--c:i++;return n&&n[t]}}function i(t,n,i){var a,s=t&&t.array,c=i>o?0:o-i>>n,f=(u-i>>n)+1;return f>vr&&(f=vr),function(){for(;;){if(a){var t=a();if(t!==Hr)return t;a=null}if(c===f)return Hr;var o=e?--f:c++;a=r(s&&s[o],n-pr,i+(o<<n))}}}var o=t._origin,u=t._capacity,a=Qt(u),s=t._tail;return r(t._root,t._level,0)}function Lt(t,e,r,n,i,o,u){var a=Object.create(Jr);return a.size=e-t,a._origin=t,a._capacity=e,a._level=r,a._root=n,a._tail=i,a.__ownerID=o,a.__hash=u,a.__altered=!1,a}function Wt(){return Gr||(Gr=Lt(0,0,pr))}function Yt(t,e,r){if(e=_(t,e),e!==e)return t;if(e>=t.size||e<0)return t.withMutations(function(t){e<0?Ht(t,e).set(0,r):Ht(t,0,e+1).set(e,r)});e+=t._origin;var n=t._tail,i=t._root,o=f(mr);return e>=Qt(t._capacity)?n=Vt(n,t.__ownerID,0,e,r,o):i=Vt(i,t.__ownerID,t._level,e,r,o),o.value?t.__ownerID?(t._root=i,t._tail=n,t.__hash=void 0,t.__altered=!0,t):Lt(t._origin,t._capacity,t._level,i,n):t}function Vt(t,e,r,n,i,o){var u=n>>>r&_r,a=t&&u<t.array.length;if(!a&&void 0===i)return t;var s;if(r>0){var c=t&&t.array[u],f=Vt(c,e,r-pr,n,i,o);return f===c?t:(s=Jt(t,e),s.array[u]=f,s)}return a&&t.array[u]===i?t:(h(o),s=Jt(t,e),void 0===i&&u===s.array.length-1?s.array.pop():s.array[u]=i,s)}function Jt(t,e){return e&&t&&e===t.ownerID?t:new Ft(t?t.array.slice():[],e)}function Gt(t,e){if(e>=Qt(t._capacity))return t._tail;if(e<1<<t._level+pr){for(var r=t._root,n=t._level;r&&n>0;)r=r.array[e>>>n&_r],n-=pr;return r}}function Ht(t,e,r){void 0!==e&&(e|=0),void 0!==r&&(r|=0);var n=t.__ownerID||new l,i=t._origin,o=t._capacity,u=i+e,a=void 0===r?o:r<0?o+r:i+r;if(u===i&&a===o)return t;if(u>=a)return t.clear();for(var s=t._level,c=t._root,f=0;u+f<0;)c=new Ft(c&&c.array.length?[void 0,c]:[],n),s+=pr,f+=1<<s;f&&(u+=f,i+=f,a+=f,o+=f);for(var h=Qt(o),p=Qt(a);p>=1<<s+pr;)c=new Ft(c&&c.array.length?[c]:[],n),s+=pr;var v=t._tail,_=p<h?Gt(t,a-1):p>h?new Ft([],n):v;if(v&&p>h&&u<o&&v.array.length){c=Jt(c,n);for(var d=c,y=s;y>pr;y-=pr){var m=h>>>y&_r;d=d.array[m]=Jt(d.array[m],n)}d.array[h>>>pr&_r]=v}if(a<o&&(_=_&&_.removeAfter(n,0,a)),u>=p)u-=p,a-=p,s=pr,c=null,_=_&&_.removeBefore(n,0,u);else if(u>i||p<h){for(f=0;c;){var g=u>>>s&_r;if(g!==p>>>s&_r)break;g&&(f+=(1<<s)*g),s-=pr,c=c.array[g]}c&&u>i&&(c=c.removeBefore(n,s,u-f)),c&&p<h&&(c=c.removeAfter(n,s,p-f)),f&&(u-=f,a-=f)}return t.__ownerID?(t.size=a-u,t._origin=u,t._capacity=a,t._level=s,t._root=c,t._tail=_,t.__hash=void 0,t.__altered=!0,t):Lt(u,a,s,c,_)}function $t(t,e,r){for(var i=[],u=0,a=0;a<r.length;a++){var s=r[a],c=n(s);c.size>u&&(u=c.size),o(s)||(c=c.map(function(t){return Y(t)})),i.push(c)}return u>t.size&&(t=t.setSize(u)),jt(t,e,i)}function Qt(t){return t<vr?0:t-1>>>pr<<pr}function Xt(t){return null===t||void 0===t?ee():Zt(t)?t:ee().withMutations(function(e){var n=r(t);ft(n.size),n.forEach(function(t,r){return e.set(r,t)})})}function Zt(t){return lt(t)&&c(t)}function te(t,e,r,n){var i=Object.create(Xt.prototype);return i.size=t?t.size:0,i._map=t,i._list=e,i.__ownerID=r,i.__hash=n,i}function ee(){return $r||($r=te(Et(),Wt()))}function re(t,e,r){var n,i,o=t._map,u=t._list,a=o.get(e),s=void 0!==a;if(r===dr){if(!s)return t;u.size>=vr&&u.size>=2*o.size?(i=u.filter(function(t,e){return void 0!==t&&a!==e}),n=i.toKeyedSeq().map(function(t){return t[0]}).flip().toMap(),t.__ownerID&&(n.__ownerID=i.__ownerID=t.__ownerID)):(n=o.remove(e),i=a===u.size-1?u.pop():u.set(a,void 0))}else if(s){if(r===u.get(a)[1])return t;n=o,i=u.set(a,[e,r])}else n=o.set(e,u.size),i=u.set(u.size,[e,r]);return t.__ownerID?(t.size=n.size,t._map=n,t._list=i,t.__hash=void 0,t):te(n,i)}function ne(t,e){this._iter=t,this._useKeys=e,this.size=t.size}function ie(t){this._iter=t,this.size=t.size}function oe(t){this._iter=t,this.size=t.size}function ue(t){this._iter=t,this.size=t.size}function ae(t){var e=Oe(t);return e._iter=t,e.size=t.size,e.flip=function(){return t},e.reverse=function(){var e=t.reverse.apply(this);return e.flip=function(){return t.reverse()},e},e.has=function(e){return t.includes(e)},e.includes=function(e){return t.has(e)},e.cacheResult=De,e.__iterateUncached=function(e,r){var n=this;return t.__iterate(function(t,r){return e(r,t,n)!==!1},r)},e.__iteratorUncached=function(e,r){if(e===br){var n=t.__iterator(e,r);return new b(function(){var t=n.next();if(!t.done){var e=t.value[0];t.value[0]=t.value[1],t.value[1]=e}return t})}return t.__iterator(e===wr?gr:wr,r)},e}function se(t,e,r){var n=Oe(t);return n.size=t.size,n.has=function(e){return t.has(e)},n.get=function(n,i){var o=t.get(n,dr);return o===dr?i:e.call(r,o,n,t)},n.__iterateUncached=function(n,i){var o=this;return t.__iterate(function(t,i,u){return n(e.call(r,t,i,u),i,o)!==!1},i)},n.__iteratorUncached=function(n,i){var o=t.__iterator(br,i);return new b(function(){var i=o.next();if(i.done)return i;var u=i.value,a=u[0];return E(n,a,e.call(r,u[1],a,t),i)})},n}function ce(t,e){var r=Oe(t);return r._iter=t,r.size=t.size,r.reverse=function(){return t},t.flip&&(r.flip=function(){var e=ae(t);return e.reverse=function(){return t.flip()},e}),r.get=function(r,n){return t.get(e?r:-1-r,n)},r.has=function(r){return t.has(e?r:-1-r)},r.includes=function(e){return t.includes(e)},r.cacheResult=De,r.__iterate=function(e,r){var n=this;return t.__iterate(function(t,r){return e(t,r,n)},!r)},r.__iterator=function(e,r){return t.__iterator(e,!r)},r}function fe(t,e,r,n){var i=Oe(t);return n&&(i.has=function(n){var i=t.get(n,dr);return i!==dr&&!!e.call(r,i,n,t)},i.get=function(n,i){var o=t.get(n,dr);return o!==dr&&e.call(r,o,n,t)?o:i}),i.__iterateUncached=function(i,o){var u=this,a=0;return t.__iterate(function(t,o,s){if(e.call(r,t,o,s))return a++,i(t,n?o:a-1,u)},o),a},i.__iteratorUncached=function(i,o){var u=t.__iterator(br,o),a=0;return new b(function(){for(;;){var o=u.next();if(o.done)return o;var s=o.value,c=s[0],f=s[1];if(e.call(r,f,c,t))return E(i,n?c:a++,f,o)}})},i}function he(t,e,r){var n=ht().asMutable();return t.__iterate(function(i,o){n.update(e.call(r,i,o,t),0,function(t){return t+1})}),n.asImmutable()}function le(t,e,r){var n=u(t),i=(c(t)?Xt():ht()).asMutable();t.__iterate(function(o,u){i.update(e.call(r,o,u,t),function(t){return t=t||[],t.push(n?[u,o]:o),t})});var o=xe(t);return i.map(function(e){return Se(t,o(e))})}function pe(t,e,r,n){var i=t.size;if(void 0!==e&&(e|=0),void 0!==r&&(r===1/0?r=i:r|=0),y(e,r,i))return t;var o=m(e,i),u=g(r,i);if(o!==o||u!==u)return pe(t.toSeq().cacheResult(),e,r,n);var a,s=u-o;s===s&&(a=s<0?0:s);var c=Oe(t);return c.size=0===a?a:t.size&&a||void 0,!n&&T(t)&&a>=0&&(c.get=function(e,r){return e=_(this,e),e>=0&&e<a?t.get(e+o,r):r}),c.__iterateUncached=function(e,r){var i=this;if(0===a)return 0;if(r)return this.cacheResult().__iterate(e,r);var u=0,s=!0,c=0;return t.__iterate(function(t,r){if(!s||!(s=u++<o))return c++,e(t,n?r:c-1,i)!==!1&&c!==a}),c},c.__iteratorUncached=function(e,r){if(0!==a&&r)return this.cacheResult().__iterator(e,r);var i=0!==a&&t.__iterator(e,r),u=0,s=0;retu