Socket
Socket
Sign inDemoInstall

flux

Package Overview
Dependencies
20
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.2 to 3.1.3

8

CHANGELOG.md
# Changelog
### 3.1.3
* Added support for React 16
### 3.1.2
* No meaningful changes.
### 3.1.1

@@ -4,0 +12,0 @@

6

dist/Flux.js
/**
* Flux v3.1.2
* Flux v3.1.3
*/

@@ -61,3 +61,3 @@ (function webpackUniversalModuleDefinition(root, factory) {

/**
* Copyright (c) 2014-2015, Facebook, Inc.
* Copyright (c) 2014-present, Facebook, Inc.
* All rights reserved.

@@ -79,3 +79,3 @@ *

/**
* Copyright (c) 2014-2015, Facebook, Inc.
* Copyright (c) 2014-present, Facebook, Inc.
* All rights reserved.

@@ -82,0 +82,0 @@ *

/**
* Flux v3.1.2
* Flux v3.1.3
*

@@ -4,0 +4,0 @@ * Copyright (c) 2014-present, Facebook, Inc. All rights reserved.

/**
* Flux v3.1.2
* Flux v3.1.3
*

@@ -10,2 +10,2 @@ * Copyright (c) 2014-present, Facebook, Inc. All rights reserved.

*/
!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.FluxUtils=e():t.FluxUtils=e()}(this,function(){return function(t){function e(r){if(n[r])return n[r].exports;var o=n[r]={exports:{},id:r,loaded:!1};return t[r].call(o.exports,o,o.exports,e),o.loaded=!0,o.exports}var n={};return e.m=t,e.c=n,e.p="",e(0)}([function(t,e,n){"use strict";t.exports.Container=n(1),t.exports.Mixin=n(32),t.exports.ReduceStore=n(33),t.exports.Store=n(34)},function(t,e,n){"use strict";function r(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function o(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)}function i(t,e){var n,i,c,l,f,h;return u(t),n=a({},y,e||{}),i=function(e,r,o){var i=n.withProps?r:void 0,s=n.withContext?o:void 0;return t.calculateState(e,i,s)},c=function(e,r){var o=n.withProps?e:void 0,i=n.withContext?r:void 0;return t.getStores(o,i)},l=function(t){function e(n,o){var s,u=this;r(this,e),t.call(this,n,o),this._fluxContainerSubscriptions=new p,this._fluxContainerSubscriptions.setStores(c(n)),this._fluxContainerSubscriptions.addListener(function(){u.setState(function(t,e){return i(t,e,o)})}),s=i(void 0,n,o),this.state=a({},this.state||{},s)}return o(e,t),e.prototype.componentWillReceiveProps=function(e,r){t.prototype.componentWillReceiveProps&&t.prototype.componentWillReceiveProps.call(this,e,r),(n.withProps||n.withContext)&&(this._fluxContainerSubscriptions.setStores(c(e,r)),this.setState(function(t){return i(t,e,r)}))},e.prototype.componentWillUnmount=function(){t.prototype.componentWillUnmount&&t.prototype.componentWillUnmount.call(this),this._fluxContainerSubscriptions.reset()},e}(t),f=n.pure?s(l):l,h=t.displayName||t.name,f.displayName="FluxContainer("+h+")",f}function s(t){var e=function(t){function e(){r(this,e),t.apply(this,arguments)}return o(e,t),e.prototype.shouldComponentUpdate=function(t,e){return!h(this.props,t)||!h(this.state,e)},e}(t);return e}function u(t){t.getStores?void 0:f(!1),t.calculateState?void 0:f(!1)}function c(t,e,n,s){var u=function(i){function s(){r(this,s),i.apply(this,arguments)}return o(s,i),s.getStores=function(t,n){return e(t,n)},s.calculateState=function(t,e,r){return n(t,e,r)},s.prototype.render=function(){return t(this.state)},s}(d),c=t.displayName||t.name||"FunctionalContainer";return u.displayName=c,i(u,s)}var a=Object.assign||function(t){var e,n,r;for(e=1;e<arguments.length;e++){n=arguments[e];for(r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t},p=n(2),l=n(5),f=n(4),h=n(31),d=l.Component,y={pure:!0,withProps:!1,withContext:!1};t.exports={create:i,createFunctional:c}},function(t,e,n){"use strict";function r(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}var o=n(3),i=function(){function t(){r(this,t),this._callbacks=[]}return t.prototype.setStores=function(t){var e,n,r,i=this;this._resetTokens(),this._resetStoreGroup(),e=!1,n=[],!function(){var n=function(){e=!0};i._tokens=t.map(function(t){return t.addListener(n)})}(),r=function(){e&&(i._callbacks.forEach(function(t){return t()}),e=!1)},this._storeGroup=new o(t,r)},t.prototype.addListener=function(t){this._callbacks.push(t)},t.prototype.reset=function(){this._resetTokens(),this._resetStoreGroup(),this._resetCallbacks()},t.prototype._resetTokens=function(){this._tokens&&(this._tokens.forEach(function(t){return t.remove()}),this._tokens=null)},t.prototype._resetStoreGroup=function(){this._storeGroup&&(this._storeGroup.release(),this._storeGroup=null)},t.prototype._resetCallbacks=function(){this._callbacks=[]},t}();t.exports=i},function(t,e,n){"use strict";function r(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function o(t){var e;return t&&t.length?void 0:i(!1),e=t[0].getDispatcher()}var i=n(4),s=function(){function t(e,n){var i,s=this;r(this,t),this._dispatcher=o(e),i=e.map(function(t){return t.getDispatchToken()}),this._dispatchToken=this._dispatcher.register(function(t){s._dispatcher.waitFor(i),n()})}return t.prototype.release=function(){this._dispatcher.unregister(this._dispatchToken)},t}();t.exports=s},function(t,e,n){"use strict";function r(t,e,n,r,o,i,s,u){var c,a,p;if(!t)throw void 0===e?c=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings."):(a=[n,r,o,i,s,u],p=0,c=new Error(e.replace(/%s/g,function(){return a[p++]})),c.name="Invariant Violation"),c.framesToPop=1,c}t.exports=r},function(t,e,n){"use strict";t.exports=n(6)},function(t,e,n){"use strict";var r,o,i=n(7),s=n(8),u=n(20),c=n(23),a=n(24),p=n(26),l=n(11),f=n(27),h=n(29),d=n(30),y=(n(13),l.createElement),v=l.createFactory,b=l.cloneElement;r=i,o={Children:{map:s.map,forEach:s.forEach,count:s.count,toArray:s.toArray,only:d},Component:u,PureComponent:c,createElement:y,cloneElement:b,isValidElement:l.isValidElement,PropTypes:f,createClass:a.createClass,createFactory:v,createMixin:function(t){return t},DOM:p,version:h,__spread:r},t.exports=o},function(t,e){"use strict";function n(t){if(null===t||void 0===t)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(t)}function r(){var t,e,n,r,o;try{if(!Object.assign)return!1;if(t=new String("abc"),t[5]="de","5"===Object.getOwnPropertyNames(t)[0])return!1;for(e={},n=0;n<10;n++)e["_"+String.fromCharCode(n)]=n;return r=Object.getOwnPropertyNames(e).map(function(t){return e[t]}),"0123456789"===r.join("")&&(o={},"abcdefghijklmnopqrst".split("").forEach(function(t){o[t]=t}),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},o)).join(""))}catch(t){return!1}}var o=Object.prototype.hasOwnProperty,i=Object.prototype.propertyIsEnumerable;t.exports=r()?Object.assign:function(t,e){var r,s,u,c,a,p=n(t);for(u=1;u<arguments.length;u++){r=Object(arguments[u]);for(c in r)o.call(r,c)&&(p[c]=r[c]);if(Object.getOwnPropertySymbols)for(s=Object.getOwnPropertySymbols(r),a=0;a<s.length;a++)i.call(r,s[a])&&(p[s[a]]=r[s[a]])}return p}},function(t,e,n){"use strict";function r(t){return(""+t).replace(x,"$&/")}function o(t,e){this.func=t,this.context=e,this.count=0}function i(t,e,n){var r=t.func,o=t.context;r.call(o,e,t.count++)}function s(t,e,n){if(null==t)return t;var r=o.getPooled(e,n);m(t,i,r),o.release(r)}function u(t,e,n,r){this.result=t,this.keyPrefix=e,this.func=n,this.context=r,this.count=0}function c(t,e,n){var o=t.result,i=t.keyPrefix,s=t.func,u=t.context,c=s.call(u,e,t.count++);Array.isArray(c)?a(c,o,n,b.thatReturnsArgument):null!=c&&(v.isValidElement(c)&&(c=v.cloneAndReplaceKey(c,i+(!c.key||e&&e.key===c.key?"":r(c.key)+"/")+n)),o.push(c))}function a(t,e,n,o,i){var s,a="";null!=n&&(a=r(n)+"/"),s=u.getPooled(e,a,o,i),m(t,c,s),u.release(s)}function p(t,e,n){if(null==t)return t;var r=[];return a(t,r,null,e,n),r}function l(t,e,n){return null}function f(t,e){return m(t,l,null)}function h(t){var e=[];return a(t,e,null,b.thatReturnsArgument),e}var d,y=n(9),v=n(11),b=n(14),m=n(17),_=y.twoArgumentPooler,g=y.fourArgumentPooler,x=/\/+/g;o.prototype.destructor=function(){this.func=null,this.context=null,this.count=0},y.addPoolingTo(o,_),u.prototype.destructor=function(){this.result=null,this.keyPrefix=null,this.func=null,this.context=null,this.count=0},y.addPoolingTo(u,g),d={forEach:s,map:p,mapIntoWithKeyPrefixInternal:a,count:f,toArray:h},t.exports=d},function(t,e,n){"use strict";var r=n(10),o=(n(4),function(t){var e,n=this;return n.instancePool.length?(e=n.instancePool.pop(),n.call(e,t),e):new n(t)}),i=function(t,e){var n,r=this;return r.instancePool.length?(n=r.instancePool.pop(),r.call(n,t,e),n):new r(t,e)},s=function(t,e,n){var r,o=this;return o.instancePool.length?(r=o.instancePool.pop(),o.call(r,t,e,n),r):new o(t,e,n)},u=function(t,e,n,r){var o,i=this;return i.instancePool.length?(o=i.instancePool.pop(),i.call(o,t,e,n,r),o):new i(t,e,n,r)},c=function(t,e,n,r,o){var i,s=this;return s.instancePool.length?(i=s.instancePool.pop(),s.call(i,t,e,n,r,o),i):new s(t,e,n,r,o)},a=function(t){var e=this;t instanceof e?void 0:r("25"),t.destructor(),e.instancePool.length<e.poolSize&&e.instancePool.push(t)},p=10,l=o,f=function(t,e){var n=t;return n.instancePool=[],n.getPooled=e||l,n.poolSize||(n.poolSize=p),n.release=a,n},h={addPoolingTo:f,oneArgumentPooler:o,twoArgumentPooler:i,threeArgumentPooler:s,fourArgumentPooler:u,fiveArgumentPooler:c};t.exports=h},function(t,e){"use strict";function n(t){var e,n,r=arguments.length-1,o="Minified React error #"+t+"; visit http://facebook.github.io/react/docs/error-decoder.html?invariant="+t;for(e=0;e<r;e++)o+="&args[]="+encodeURIComponent(arguments[e+1]);throw o+=" for the full message or use the non-minified dev environment for full errors and additional helpful warnings.",n=new Error(o),n.name="Invariant Violation",n.framesToPop=1,n}t.exports=n},function(t,e,n){"use strict";function r(t){return void 0!==t.ref}function o(t){return void 0!==t.key}var i=n(7),s=n(12),u=(n(13),n(15),Object.prototype.hasOwnProperty),c=n(16),a={key:!0,ref:!0,__self:!0,__source:!0},p=function(t,e,n,r,o,i,s){var u={$$typeof:c,type:t,key:e,ref:n,props:s,_owner:i};return u};p.createElement=function(t,e,n){var i,c,l,f,h,d={},y=null,v=null,b=null,m=null;if(null!=e){r(e)&&(v=e.ref),o(e)&&(y=""+e.key),b=void 0===e.__self?null:e.__self,m=void 0===e.__source?null:e.__source;for(i in e)u.call(e,i)&&!a.hasOwnProperty(i)&&(d[i]=e[i])}if(c=arguments.length-2,1===c)d.children=n;else if(c>1){for(l=Array(c),f=0;f<c;f++)l[f]=arguments[f+2];d.children=l}if(t&&t.defaultProps){h=t.defaultProps;for(i in h)void 0===d[i]&&(d[i]=h[i])}return p(t,y,v,b,m,s.current,d)},p.createFactory=function(t){var e=p.createElement.bind(null,t);return e.type=t,e},p.cloneAndReplaceKey=function(t,e){var n=p(t.type,e,t.ref,t._self,t._source,t._owner,t.props);return n},p.cloneElement=function(t,e,n){var c,l,f,h,d,y=i({},t.props),v=t.key,b=t.ref,m=t._self,_=t._source,g=t._owner;if(null!=e){r(e)&&(b=e.ref,g=s.current),o(e)&&(v=""+e.key),t.type&&t.type.defaultProps&&(l=t.type.defaultProps);for(c in e)u.call(e,c)&&!a.hasOwnProperty(c)&&(void 0===e[c]&&void 0!==l?y[c]=l[c]:y[c]=e[c])}if(f=arguments.length-2,1===f)y.children=n;else if(f>1){for(h=Array(f),d=0;d<f;d++)h[d]=arguments[d+2];y.children=h}return p(t.type,v,b,m,_,g,y)},p.isValidElement=function(t){return"object"==typeof t&&null!==t&&t.$$typeof===c},t.exports=p},function(t,e){"use strict";var n={current:null};t.exports=n},function(t,e,n){"use strict";var r=n(14),o=r;t.exports=o},function(t,e){"use strict";function n(t){return function(){return t}}var r=function(){};r.thatReturns=n,r.thatReturnsFalse=n(!1),r.thatReturnsTrue=n(!0),r.thatReturnsNull=n(null),r.thatReturnsThis=function(){return this},r.thatReturnsArgument=function(t){return t},t.exports=r},function(t,e,n){"use strict";var r=!1;t.exports=r},function(t,e){"use strict";var n="function"==typeof Symbol&&Symbol.for&&Symbol.for("react.element")||60103;t.exports=n},function(t,e,n){"use strict";function r(t,e){return t&&"object"==typeof t&&null!=t.key?a.escape(t.key):e.toString(36)}function o(t,e,n,i){var f,h,d,y,v,b,m,_,g,x,E,w,S=typeof t;if("undefined"!==S&&"boolean"!==S||(t=null),null===t||"string"===S||"number"===S||"object"===S&&t.$$typeof===u)return n(i,t,""===e?p+r(t,0):e),1;if(d=0,y=""===e?p:e+l,Array.isArray(t))for(v=0;v<t.length;v++)f=t[v],h=y+r(f,v),d+=o(f,h,n,i);else if(b=c(t))if(m=b.call(t),b!==t.entries)for(g=0;!(_=m.next()).done;)f=_.value,h=y+r(f,g++),d+=o(f,h,n,i);else for(;!(_=m.next()).done;)x=_.value,x&&(f=x[1],h=y+a.escape(x[0])+l+r(f,0),d+=o(f,h,n,i));else"object"===S&&(E="",w=String(t),s("31","[object Object]"===w?"object with keys {"+Object.keys(t).join(", ")+"}":w,E));return d}function i(t,e,n){return null==t?0:o(t,"",e,n)}var s=n(10),u=(n(12),n(16)),c=n(18),a=(n(4),n(19)),p=(n(13),"."),l=":";t.exports=i},function(t,e){"use strict";function n(t){var e=t&&(r&&t[r]||t[o]);if("function"==typeof e)return e}var r="function"==typeof Symbol&&Symbol.iterator,o="@@iterator";t.exports=n},function(t,e){"use strict";function n(t){var e=/[=:]/g,n={"=":"=0",":":"=2"},r=(""+t).replace(e,function(t){return n[t]});return"$"+r}function r(t){var e=/(=0|=2)/g,n={"=0":"=","=2":":"},r="."===t[0]&&"$"===t[1]?t.substring(2):t.substring(1);return(""+r).replace(e,function(t){return n[t]})}var o={escape:n,unescape:r};t.exports=o},function(t,e,n){"use strict";function r(t,e,n){this.props=t,this.context=e,this.refs=s,this.updater=n||i}var o=n(10),i=n(21),s=(n(15),n(22));n(4),n(13);r.prototype.isReactComponent={},r.prototype.setState=function(t,e){"object"!=typeof t&&"function"!=typeof t&&null!=t?o("85"):void 0,this.updater.enqueueSetState(this,t),e&&this.updater.enqueueCallback(this,e,"setState")},r.prototype.forceUpdate=function(t){this.updater.enqueueForceUpdate(this),t&&this.updater.enqueueCallback(this,t,"forceUpdate")},t.exports=r},function(t,e,n){"use strict";function r(t,e){}var o=(n(13),{isMounted:function(t){return!1},enqueueCallback:function(t,e){},enqueueForceUpdate:function(t){r(t,"forceUpdate")},enqueueReplaceState:function(t,e){r(t,"replaceState")},enqueueSetState:function(t,e){r(t,"setState")}});t.exports=o},function(t,e,n){"use strict";var r={};t.exports=r},function(t,e,n){"use strict";function r(t,e,n){this.props=t,this.context=e,this.refs=c,this.updater=n||u}function o(){}var i=n(7),s=n(20),u=n(21),c=n(22);o.prototype=s.prototype,r.prototype=new o,r.prototype.constructor=r,i(r.prototype,s.prototype),r.prototype.isPureReactComponent=!0,t.exports=r},function(t,e,n){"use strict";function r(t){return t}function o(t,e){var n=x.hasOwnProperty(e)?x[e]:null;w.hasOwnProperty(e)&&("OVERRIDE_BASE"!==n?h("73",e):void 0),t&&("DEFINE_MANY"!==n&&"DEFINE_MANY_MERGED"!==n?h("74",e):void 0)}function i(t,e){var n,r,i,s,u,p,l,f,d;if(e){"function"==typeof e?h("75"):void 0,v.isValidElement(e)?h("76"):void 0,n=t.prototype,r=n.__reactAutoBindPairs,e.hasOwnProperty(_)&&E.mixins(t,e.mixins);for(i in e)e.hasOwnProperty(i)&&i!==_&&(s=e[i],u=n.hasOwnProperty(i),o(u,i),E.hasOwnProperty(i)?E[i](t,s):(p=x.hasOwnProperty(i),l="function"==typeof s,f=l&&!p&&!u&&e.autobind!==!1,f?(r.push(i,s),n[i]=s):u?(d=x[i],!p||"DEFINE_MANY_MERGED"!==d&&"DEFINE_MANY"!==d?h("77",d,i):void 0,"DEFINE_MANY_MERGED"===d?n[i]=c(n[i],s):"DEFINE_MANY"===d&&(n[i]=a(n[i],s))):n[i]=s))}}function s(t,e){var n,r,o,i;if(e)for(n in e)r=e[n],e.hasOwnProperty(n)&&(o=n in E,o?h("78",n):void 0,i=n in t,i?h("79",n):void 0,t[n]=r)}function u(t,e){t&&e&&"object"==typeof t&&"object"==typeof e?void 0:h("80");for(var n in e)e.hasOwnProperty(n)&&(void 0!==t[n]?h("81",n):void 0,t[n]=e[n]);return t}function c(t,e){return function(){var n,r=t.apply(this,arguments),o=e.apply(this,arguments);return null==r?o:null==o?r:(n={},u(n,r),u(n,o),n)}}function a(t,e){return function(){t.apply(this,arguments),e.apply(this,arguments)}}function p(t,e){var n=e.bind(t);return n}function l(t){var e,n,r,o=t.__reactAutoBindPairs;for(e=0;e<o.length;e+=2)n=o[e],r=o[e+1],t[n]=p(t,r)}var f,h=n(10),d=n(7),y=n(20),v=n(11),b=(n(25),n(21)),m=n(22),_=(n(4),n(13),"mixins"),g=[],x={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"},E={displayName:function(t,e){t.displayName=e},mixins:function(t,e){if(e)for(var n=0;n<e.length;n++)i(t,e[n])},childContextTypes:function(t,e){t.childContextTypes=d({},t.childContextTypes,e)},contextTypes:function(t,e){t.contextTypes=d({},t.contextTypes,e)},getDefaultProps:function(t,e){t.getDefaultProps?t.getDefaultProps=c(t.getDefaultProps,e):t.getDefaultProps=e},propTypes:function(t,e){t.propTypes=d({},t.propTypes,e)},statics:function(t,e){s(t,e)},autobind:function(){}},w={replaceState:function(t,e){this.updater.enqueueReplaceState(this,t),e&&this.updater.enqueueCallback(this,e,"replaceState")},isMounted:function(){return this.updater.isMounted(this)}},S=function(){};d(S.prototype,y.prototype,w),f={createClass:function(t){var e,n=r(function(t,e,r){this.__reactAutoBindPairs.length&&l(this),this.props=t,this.context=e,this.refs=m,this.updater=r||b,this.state=null;var o=this.getInitialState?this.getInitialState():null;"object"!=typeof o||Array.isArray(o)?h("82",n.displayName||"ReactCompositeComponent"):void 0,this.state=o});n.prototype=new S,n.prototype.constructor=n,n.prototype.__reactAutoBindPairs=[],g.forEach(i.bind(null,n)),i(n,t),n.getDefaultProps&&(n.defaultProps=n.getDefaultProps()),n.prototype.render?void 0:h("83");for(e in x)n.prototype[e]||(n.prototype[e]=null);return n},injection:{injectMixin:function(t){g.push(t)}}},t.exports=f},function(t,e,n){"use strict";var r={};t.exports=r},function(t,e,n){"use strict";var r,o=n(11),i=o.createFactory;r={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=r},function(t,e,n){"use strict";function r(t,e){return t===e?0!==t||1/t===1/e:t!==t&&e!==e}function o(t){this.message=t,this.stack=""}function i(t){function e(e,n,r,i,s,u,c){var a;return i=i||O,u=u||r,null==n[r]?(a=E[s],e?new o(null===n[r]?"The "+a+" `"+u+"` is marked as required "+("in `"+i+"`, but its value is `null`."):"The "+a+" `"+u+"` is marked as required in "+("`"+i+"`, but its value is `undefined`.")):null):t(n,r,i,s,u)}var n;return n=e.bind(null,!1),n.isRequired=e.bind(null,!0),n}function s(t){function e(e,n,r,i,s,u){var c,a,p=e[n],l=m(p);return l!==t?(c=E[i],a=_(p),new o("Invalid "+c+" `"+s+"` of type "+("`"+a+"` supplied to `"+r+"`, expected ")+("`"+t+"`."))):null}return i(e)}function u(){return i(S.thatReturns(null))}function c(t){function e(e,n,r,i,s){var u,c,a,p,l;if("function"!=typeof t)return new o("Property `"+s+"` of component `"+r+"` has invalid PropType notation inside arrayOf.");if(u=e[n],!Array.isArray(u))return c=E[i],a=m(u),new o("Invalid "+c+" `"+s+"` of type "+("`"+a+"` supplied to `"+r+"`, expected an array."));for(p=0;p<u.length;p++)if(l=t(u,p,r,i,s+"["+p+"]",w),l instanceof Error)return l;return null}return i(e)}function a(){function t(t,e,n,r,i){var s,u,c=t[e];return x.isValidElement(c)?null:(s=E[r],u=m(c),new o("Invalid "+s+" `"+i+"` of type "+("`"+u+"` supplied to `"+n+"`, expected a single ReactElement.")))}return i(t)}function p(t){function e(e,n,r,i,s){var u,c,a;return e[n]instanceof t?null:(u=E[i],c=t.name||O,a=g(e[n]),new o("Invalid "+u+" `"+s+"` of type "+("`"+a+"` supplied to `"+r+"`, expected ")+("instance of `"+c+"`.")))}return i(e)}function l(t){function e(e,n,i,s,u){var c,a,p,l=e[n];for(c=0;c<t.length;c++)if(r(l,t[c]))return null;return a=E[s],p=JSON.stringify(t),new o("Invalid "+a+" `"+u+"` of value `"+l+"` "+("supplied to `"+i+"`, expected one of "+p+"."))}return Array.isArray(t)?i(e):S.thatReturnsNull}function f(t){function e(e,n,r,i,s){var u,c,a,p,l;if("function"!=typeof t)return new o("Property `"+s+"` of component `"+r+"` has invalid PropType notation inside objectOf.");if(u=e[n],c=m(u),"object"!==c)return a=E[i],new o("Invalid "+a+" `"+s+"` of type "+("`"+c+"` supplied to `"+r+"`, expected an object."));for(p in u)if(u.hasOwnProperty(p)&&(l=t(u,p,r,i,s+"."+p,w),l instanceof Error))return l;return null}return i(e)}function h(t){function e(e,n,r,i,s){var u,c,a;for(u=0;u<t.length;u++)if(c=t[u],null==c(e,n,r,i,s,w))return null;return a=E[i],new o("Invalid "+a+" `"+s+"` supplied to "+("`"+r+"`."))}return Array.isArray(t)?i(e):S.thatReturnsNull}function d(){function t(t,e,n,r,i){if(!v(t[e])){var s=E[r];return new o("Invalid "+s+" `"+i+"` supplied to "+("`"+n+"`, expected a ReactNode."))}return null}return i(t)}function y(t){function e(e,n,r,i,s){var u,c,a,p,l=e[n],f=m(l);if("object"!==f)return u=E[i],new o("Invalid "+u+" `"+s+"` of type `"+f+"` "+("supplied to `"+r+"`, expected `object`."));for(c in t)if(a=t[c],a&&(p=a(l,c,r,i,s+"."+c,w)))return p;return null}return i(e)}function v(t){var e,n,r,o;switch(typeof t){case"number":case"string":case"undefined":return!0;case"boolean":return!t;case"object":if(Array.isArray(t))return t.every(v);if(null===t||x.isValidElement(t))return!0;if(e=P(t),!e)return!1;if(n=e.call(t),e!==t.entries){for(;!(r=n.next()).done;)if(!v(r.value))return!1}else for(;!(r=n.next()).done;)if(o=r.value,o&&!v(o[1]))return!1;return!0;default:return!1}}function b(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":b(e,t)?"symbol":e}function _(t){var e=m(t);if("object"===e){if(t instanceof Date)return"date";if(t instanceof RegExp)return"regexp"}return e}function g(t){return t.constructor&&t.constructor.name?t.constructor.name:O}var x=n(11),E=n(25),w=n(28),S=n(14),P=n(18),O=(n(13),"<<anonymous>>"),k={array:s("array"),bool:s("boolean"),func:s("function"),number:s("number"),object:s("object"),string:s("string"),symbol:s("symbol"),any:u(),arrayOf:c,element:a(),instanceOf:p,node:d(),objectOf:f,oneOf:l,oneOfType:h,shape:y};o.prototype=Error.prototype,t.exports=k},function(t,e){"use strict";var n="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";t.exports=n},function(t,e){"use strict";t.exports="15.4.1"},function(t,e,n){"use strict";function r(t){return i.isValidElement(t)?void 0:o("143"),t}var o=n(10),i=n(11);n(4);t.exports=r},function(t,e){"use strict";function n(t,e){return t===e?0!==t||0!==e||1/t===1/e:t!==t&&e!==e}function r(t,e){var r,i,s;if(n(t,e))return!0;if("object"!=typeof t||null===t||"object"!=typeof e||null===e)return!1;if(r=Object.keys(t),i=Object.keys(e),r.length!==i.length)return!1;for(s=0;s<r.length;s++)if(!o.call(e,r[s])||!n(t[r[s]],e[r[s]]))return!1;return!0}var o=Object.prototype.hasOwnProperty;t.exports=r},function(t,e,n){"use strict";function r(t){var e=arguments.length<=1||void 0===arguments[1]?{withProps:!1}:arguments[1];return t=t.filter(function(t){return!!t}),{getInitialState:function(){return o(this),e.withProps?this.constructor.calculateState(null,this.props):this.constructor.calculateState(null,void 0)},componentWillMount:function(){var n,r=this,o=!1,s=function(){o=!0};this._fluxMixinSubscriptions=t.map(function(t){return t.addListener(s)}),n=function(){o&&r.setState(function(t){return e.withProps?r.constructor.calculateState(t,r.props):r.constructor.calculateState(t,void 0)}),o=!1},this._fluxMixinStoreGroup=new i(t,n)},componentWillUnmount:function(){var t,e,n,r,o;for(this._fluxMixinStoreGroup.release(),t=this._fluxMixinSubscriptions,e=Array.isArray(t),n=0,t=e?t:t[Symbol.iterator]();;){if(e){if(n>=t.length)break;r=t[n++]}else{if(n=t.next(),n.done)break;r=n.value}o=r,o.remove()}this._fluxMixinSubscriptions=[]}}}function o(t){t.constructor.calculateState?void 0:s(!1)}var i=n(3),s=n(4);t.exports=r},function(t,e,n){"use strict";function r(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function o(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)}var i=n(34),s=n(40),u=n(4),c=function(t){function e(n){r(this,e),t.call(this,n),this._state=this.getInitialState()}return o(e,t),e.prototype.getState=function(){return this._state},e.prototype.getInitialState=function(){return s("FluxReduceStore","getInitialState")},e.prototype.reduce=function(t,e){return s("FluxReduceStore","reduce")},e.prototype.areEqual=function(t,e){return t===e},e.prototype.__invokeOnDispatch=function(t){var e,n;this.__changed=!1,e=this._state,n=this.reduce(e,t),void 0===n?u(!1):void 0,this.areEqual(e,n)||(this._state=n,this.__emitChange()),this.__changed&&this.__emitter.emit(this.__changeEvent)},e}(i);t.exports=c},function(t,e,n){"use strict";function r(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}var o=n(35),i=o.EventEmitter,s=n(4),u=function(){function t(e){var n=this;r(this,t),this.__className=this.constructor.name,this.__changed=!1,this.__changeEvent="change",this.__dispatcher=e,this.__emitter=new i,this._dispatchToken=e.register(function(t){n.__invokeOnDispatch(t)})}return t.prototype.addListener=function(t){return this.__emitter.addListener(this.__changeEvent,t)},t.prototype.getDispatcher=function(){return this.__dispatcher},t.prototype.getDispatchToken=function(){return this._dispatchToken},t.prototype.hasChanged=function(){return this.__dispatcher.isDispatching()?void 0:s(!1),this.__changed},t.prototype.__emitChange=function(){this.__dispatcher.isDispatching()?void 0:s(!1),this.__changed=!0},t.prototype.__invokeOnDispatch=function(t){this.__changed=!1,this.__onDispatch(t),this.__changed&&this.__emitter.emit(this.__changeEvent)},t.prototype.__onDispatch=function(t){s(!1)},t}();t.exports=u},function(t,e,n){"use strict";var r={EventEmitter:n(36),EmitterSubscription:n(37)};t.exports=r},function(t,e,n){"use strict";function r(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}var o=n(37),i=n(39),s=n(14),u=n(4),c=function(){function t(){r(this,t),this._subscriber=new i,this._currentSubscription=null}return t.prototype.addListener=function(t,e,n){return this._subscriber.addSubscription(t,new o(this._subscriber,e,n))},t.prototype.once=function(t,e,n){var r=this;return this.addListener(t,function(){r.removeCurrentListener(),e.apply(n,arguments)})},t.prototype.removeAllListeners=function(t){this._subscriber.removeAllSubscriptions(t)},t.prototype.removeCurrentListener=function(){this._currentSubscription?void 0:u(!1),this._subscriber.removeSubscription(this._currentSubscription)},t.prototype.listeners=function(t){var e=this._subscriber.getSubscriptionsForType(t);return e?e.filter(s.thatReturnsTrue).map(function(t){return t.listener}):[]},t.prototype.emit=function(t){var e,n,r,o,i=this._subscriber.getSubscriptionsForType(t);if(i){for(e=Object.keys(i),n=0;n<e.length;n++)r=e[n],o=i[r],o&&(this._currentSubscription=o,this.__emitToSubscription.apply(this,[o].concat(Array.prototype.slice.call(arguments))));this._currentSubscription=null}},t.prototype.__emitToSubscription=function(t,e){var n=Array.prototype.slice.call(arguments,2);t.listener.apply(t.context,n)},t}();t.exports=c},function(t,e,n){"use strict";function r(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function o(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)}var i=n(38),s=function(t){function e(n,o,i){r(this,e),t.call(this,n),this.listener=o,this.context=i}return o(e,t),e}(i);t.exports=s},function(t,e){"use strict";function n(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}var r=function(){function t(e){n(this,t),this.subscriber=e}return t.prototype.remove=function(){this.subscriber&&(this.subscriber.removeSubscription(this),this.subscriber=null)},t}();t.exports=r},function(t,e,n){"use strict";function r(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}var o=n(4),i=function(){function t(){r(this,t),this._subscriptionsForType={},this._currentSubscription=null}return t.prototype.addSubscription=function(t,e){e.subscriber!==this?o(!1):void 0,this._subscriptionsForType[t]||(this._subscriptionsForType[t]=[]);var n=this._subscriptionsForType[t].length;return this._subscriptionsForType[t].push(e),e.eventType=t,e.key=n,e},t.prototype.removeAllSubscriptions=function(t){void 0===t?this._subscriptionsForType={}:delete this._subscriptionsForType[t]},t.prototype.removeSubscription=function(t){var e=t.eventType,n=t.key,r=this._subscriptionsForType[e];r&&delete r[n]},t.prototype.getSubscriptionsForType=function(t){return this._subscriptionsForType[t]},t}();t.exports=i},function(t,e,n){"use strict";function r(t,e){o(!1)}var o=n(4);t.exports=r}])});
!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.FluxUtils=e():t.FluxUtils=e()}(this,function(){return function(t){function e(r){if(n[r])return n[r].exports;var o=n[r]={exports:{},id:r,loaded:!1};return t[r].call(o.exports,o,o.exports,e),o.loaded=!0,o.exports}var n={};return e.m=t,e.c=n,e.p="",e(0)}([function(t,e,n){"use strict";t.exports.Container=n(1),t.exports.Mixin=n(32),t.exports.ReduceStore=n(33),t.exports.Store=n(34)},function(t,e,n){"use strict";function r(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function o(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)}function i(t,e){var n,i,c,l,f,h;return u(t),n=a({},y,e||{}),i=function(e,r,o){var i=n.withProps?r:void 0,s=n.withContext?o:void 0;return t.calculateState(e,i,s)},c=function(e,r){var o=n.withProps?e:void 0,i=n.withContext?r:void 0;return t.getStores(o,i)},l=function(t){function e(n,o){var s,u=this;r(this,e),t.call(this,n,o),this._fluxContainerSubscriptions=new p,this._fluxContainerSubscriptions.setStores(c(n)),this._fluxContainerSubscriptions.addListener(function(){u.setState(function(t,e){return i(t,e,o)})}),s=i(void 0,n,o),this.state=a({},this.state||{},s)}return o(e,t),e.prototype.componentWillReceiveProps=function(e,r){t.prototype.componentWillReceiveProps&&t.prototype.componentWillReceiveProps.call(this,e,r),(n.withProps||n.withContext)&&(this._fluxContainerSubscriptions.setStores(c(e,r)),this.setState(function(t){return i(t,e,r)}))},e.prototype.componentWillUnmount=function(){t.prototype.componentWillUnmount&&t.prototype.componentWillUnmount.call(this),this._fluxContainerSubscriptions.reset()},e}(t),f=n.pure?s(l):l,h=t.displayName||t.name,f.displayName="FluxContainer("+h+")",f}function s(t){var e=function(t){function e(){r(this,e),t.apply(this,arguments)}return o(e,t),e.prototype.shouldComponentUpdate=function(t,e){return!h(this.props,t)||!h(this.state,e)},e}(t);return e}function u(t){t.getStores?void 0:f(!1),t.calculateState?void 0:f(!1)}function c(t,e,n,s){var u=function(i){function s(){r(this,s),i.apply(this,arguments)}return o(s,i),s.getStores=function(t,n){return e(t,n)},s.calculateState=function(t,e,r){return n(t,e,r)},s.prototype.render=function(){return t(this.state)},s}(d),c=t.displayName||t.name||"FunctionalContainer";return u.displayName=c,i(u,s)}var a=Object.assign||function(t){var e,n,r;for(e=1;e<arguments.length;e++){n=arguments[e];for(r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t},p=n(2),l=n(5),f=n(4),h=n(31),d=l.Component,y={pure:!0,withProps:!1,withContext:!1};t.exports={create:i,createFunctional:c}},function(t,e,n){"use strict";function r(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function o(t,e){if(t===e)return!0;if(t.length!==e.length)return!1;for(var n=0;n<t.length;n++)if(t[n]!==e[n])return!1;return!0}var i=n(3),s=function(){function t(){r(this,t),this._callbacks=[]}return t.prototype.setStores=function(t){var e,n,r,s=this;this._stores&&o(this._stores,t)||(this._stores=t,this._resetTokens(),this._resetStoreGroup(),e=!1,n=[],!function(){var n=function(){e=!0};s._tokens=t.map(function(t){return t.addListener(n)})}(),r=function(){e&&(s._callbacks.forEach(function(t){return t()}),e=!1)},this._storeGroup=new i(t,r))},t.prototype.addListener=function(t){this._callbacks.push(t)},t.prototype.reset=function(){this._resetTokens(),this._resetStoreGroup(),this._resetCallbacks(),this._resetStores()},t.prototype._resetTokens=function(){this._tokens&&(this._tokens.forEach(function(t){return t.remove()}),this._tokens=null)},t.prototype._resetStoreGroup=function(){this._storeGroup&&(this._storeGroup.release(),this._storeGroup=null)},t.prototype._resetStores=function(){this._stores=null},t.prototype._resetCallbacks=function(){this._callbacks=[]},t}();t.exports=s},function(t,e,n){"use strict";function r(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function o(t){var e;return t&&t.length?void 0:i(!1),e=t[0].getDispatcher()}var i=n(4),s=function(){function t(e,n){var i,s=this;r(this,t),this._dispatcher=o(e),i=e.map(function(t){return t.getDispatchToken()}),this._dispatchToken=this._dispatcher.register(function(t){s._dispatcher.waitFor(i),n()})}return t.prototype.release=function(){this._dispatcher.unregister(this._dispatchToken)},t}();t.exports=s},function(t,e,n){"use strict";function r(t,e,n,r,o,i,s,u){var c,a,p;if(!t)throw void 0===e?c=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings."):(a=[n,r,o,i,s,u],p=0,c=new Error(e.replace(/%s/g,function(){return a[p++]})),c.name="Invariant Violation"),c.framesToPop=1,c}t.exports=r},function(t,e,n){"use strict";t.exports=n(6)},function(t,e,n){"use strict";var r,o,i=n(7),s=n(8),u=n(20),c=n(23),a=n(24),p=n(26),l=n(11),f=n(27),h=n(29),d=n(30),y=(n(13),l.createElement),v=l.createFactory,b=l.cloneElement;r=i,o={Children:{map:s.map,forEach:s.forEach,count:s.count,toArray:s.toArray,only:d},Component:u,PureComponent:c,createElement:y,cloneElement:b,isValidElement:l.isValidElement,PropTypes:f,createClass:a.createClass,createFactory:v,createMixin:function(t){return t},DOM:p,version:h,__spread:r},t.exports=o},function(t,e){"use strict";function n(t){if(null===t||void 0===t)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(t)}function r(){var t,e,n,r,o;try{if(!Object.assign)return!1;if(t=new String("abc"),t[5]="de","5"===Object.getOwnPropertyNames(t)[0])return!1;for(e={},n=0;n<10;n++)e["_"+String.fromCharCode(n)]=n;return r=Object.getOwnPropertyNames(e).map(function(t){return e[t]}),"0123456789"===r.join("")&&(o={},"abcdefghijklmnopqrst".split("").forEach(function(t){o[t]=t}),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},o)).join(""))}catch(t){return!1}}var o=Object.prototype.hasOwnProperty,i=Object.prototype.propertyIsEnumerable;t.exports=r()?Object.assign:function(t,e){var r,s,u,c,a,p=n(t);for(u=1;u<arguments.length;u++){r=Object(arguments[u]);for(c in r)o.call(r,c)&&(p[c]=r[c]);if(Object.getOwnPropertySymbols)for(s=Object.getOwnPropertySymbols(r),a=0;a<s.length;a++)i.call(r,s[a])&&(p[s[a]]=r[s[a]])}return p}},function(t,e,n){"use strict";function r(t){return(""+t).replace(x,"$&/")}function o(t,e){this.func=t,this.context=e,this.count=0}function i(t,e,n){var r=t.func,o=t.context;r.call(o,e,t.count++)}function s(t,e,n){if(null==t)return t;var r=o.getPooled(e,n);_(t,i,r),o.release(r)}function u(t,e,n,r){this.result=t,this.keyPrefix=e,this.func=n,this.context=r,this.count=0}function c(t,e,n){var o=t.result,i=t.keyPrefix,s=t.func,u=t.context,c=s.call(u,e,t.count++);Array.isArray(c)?a(c,o,n,b.thatReturnsArgument):null!=c&&(v.isValidElement(c)&&(c=v.cloneAndReplaceKey(c,i+(!c.key||e&&e.key===c.key?"":r(c.key)+"/")+n)),o.push(c))}function a(t,e,n,o,i){var s,a="";null!=n&&(a=r(n)+"/"),s=u.getPooled(e,a,o,i),_(t,c,s),u.release(s)}function p(t,e,n){if(null==t)return t;var r=[];return a(t,r,null,e,n),r}function l(t,e,n){return null}function f(t,e){return _(t,l,null)}function h(t){var e=[];return a(t,e,null,b.thatReturnsArgument),e}var d,y=n(9),v=n(11),b=n(14),_=n(17),m=y.twoArgumentPooler,g=y.fourArgumentPooler,x=/\/+/g;o.prototype.destructor=function(){this.func=null,this.context=null,this.count=0},y.addPoolingTo(o,m),u.prototype.destructor=function(){this.result=null,this.keyPrefix=null,this.func=null,this.context=null,this.count=0},y.addPoolingTo(u,g),d={forEach:s,map:p,mapIntoWithKeyPrefixInternal:a,count:f,toArray:h},t.exports=d},function(t,e,n){"use strict";var r=n(10),o=(n(4),function(t){var e,n=this;return n.instancePool.length?(e=n.instancePool.pop(),n.call(e,t),e):new n(t)}),i=function(t,e){var n,r=this;return r.instancePool.length?(n=r.instancePool.pop(),r.call(n,t,e),n):new r(t,e)},s=function(t,e,n){var r,o=this;return o.instancePool.length?(r=o.instancePool.pop(),o.call(r,t,e,n),r):new o(t,e,n)},u=function(t,e,n,r){var o,i=this;return i.instancePool.length?(o=i.instancePool.pop(),i.call(o,t,e,n,r),o):new i(t,e,n,r)},c=function(t,e,n,r,o){var i,s=this;return s.instancePool.length?(i=s.instancePool.pop(),s.call(i,t,e,n,r,o),i):new s(t,e,n,r,o)},a=function(t){var e=this;t instanceof e?void 0:r("25"),t.destructor(),e.instancePool.length<e.poolSize&&e.instancePool.push(t)},p=10,l=o,f=function(t,e){var n=t;return n.instancePool=[],n.getPooled=e||l,n.poolSize||(n.poolSize=p),n.release=a,n},h={addPoolingTo:f,oneArgumentPooler:o,twoArgumentPooler:i,threeArgumentPooler:s,fourArgumentPooler:u,fiveArgumentPooler:c};t.exports=h},function(t,e){"use strict";function n(t){var e,n,r=arguments.length-1,o="Minified React error #"+t+"; visit http://facebook.github.io/react/docs/error-decoder.html?invariant="+t;for(e=0;e<r;e++)o+="&args[]="+encodeURIComponent(arguments[e+1]);throw o+=" for the full message or use the non-minified dev environment for full errors and additional helpful warnings.",n=new Error(o),n.name="Invariant Violation",n.framesToPop=1,n}t.exports=n},function(t,e,n){"use strict";function r(t){return void 0!==t.ref}function o(t){return void 0!==t.key}var i=n(7),s=n(12),u=(n(13),n(15),Object.prototype.hasOwnProperty),c=n(16),a={key:!0,ref:!0,__self:!0,__source:!0},p=function(t,e,n,r,o,i,s){var u={$$typeof:c,type:t,key:e,ref:n,props:s,_owner:i};return u};p.createElement=function(t,e,n){var i,c,l,f,h,d={},y=null,v=null,b=null,_=null;if(null!=e){r(e)&&(v=e.ref),o(e)&&(y=""+e.key),b=void 0===e.__self?null:e.__self,_=void 0===e.__source?null:e.__source;for(i in e)u.call(e,i)&&!a.hasOwnProperty(i)&&(d[i]=e[i])}if(c=arguments.length-2,1===c)d.children=n;else if(c>1){for(l=Array(c),f=0;f<c;f++)l[f]=arguments[f+2];d.children=l}if(t&&t.defaultProps){h=t.defaultProps;for(i in h)void 0===d[i]&&(d[i]=h[i])}return p(t,y,v,b,_,s.current,d)},p.createFactory=function(t){var e=p.createElement.bind(null,t);return e.type=t,e},p.cloneAndReplaceKey=function(t,e){var n=p(t.type,e,t.ref,t._self,t._source,t._owner,t.props);return n},p.cloneElement=function(t,e,n){var c,l,f,h,d,y=i({},t.props),v=t.key,b=t.ref,_=t._self,m=t._source,g=t._owner;if(null!=e){r(e)&&(b=e.ref,g=s.current),o(e)&&(v=""+e.key),t.type&&t.type.defaultProps&&(l=t.type.defaultProps);for(c in e)u.call(e,c)&&!a.hasOwnProperty(c)&&(void 0===e[c]&&void 0!==l?y[c]=l[c]:y[c]=e[c])}if(f=arguments.length-2,1===f)y.children=n;else if(f>1){for(h=Array(f),d=0;d<f;d++)h[d]=arguments[d+2];y.children=h}return p(t.type,v,b,_,m,g,y)},p.isValidElement=function(t){return"object"==typeof t&&null!==t&&t.$$typeof===c},t.exports=p},function(t,e){"use strict";var n={current:null};t.exports=n},function(t,e,n){"use strict";var r=n(14),o=r;t.exports=o},function(t,e){"use strict";function n(t){return function(){return t}}var r=function(){};r.thatReturns=n,r.thatReturnsFalse=n(!1),r.thatReturnsTrue=n(!0),r.thatReturnsNull=n(null),r.thatReturnsThis=function(){return this},r.thatReturnsArgument=function(t){return t},t.exports=r},function(t,e,n){"use strict";var r=!1;t.exports=r},function(t,e){"use strict";var n="function"==typeof Symbol&&Symbol.for&&Symbol.for("react.element")||60103;t.exports=n},function(t,e,n){"use strict";function r(t,e){return t&&"object"==typeof t&&null!=t.key?a.escape(t.key):e.toString(36)}function o(t,e,n,i){var f,h,d,y,v,b,_,m,g,x,E,w,S=typeof t;if("undefined"!==S&&"boolean"!==S||(t=null),null===t||"string"===S||"number"===S||"object"===S&&t.$$typeof===u)return n(i,t,""===e?p+r(t,0):e),1;if(d=0,y=""===e?p:e+l,Array.isArray(t))for(v=0;v<t.length;v++)f=t[v],h=y+r(f,v),d+=o(f,h,n,i);else if(b=c(t))if(_=b.call(t),b!==t.entries)for(g=0;!(m=_.next()).done;)f=m.value,h=y+r(f,g++),d+=o(f,h,n,i);else for(;!(m=_.next()).done;)x=m.value,x&&(f=x[1],h=y+a.escape(x[0])+l+r(f,0),d+=o(f,h,n,i));else"object"===S&&(E="",w=String(t),s("31","[object Object]"===w?"object with keys {"+Object.keys(t).join(", ")+"}":w,E));return d}function i(t,e,n){return null==t?0:o(t,"",e,n)}var s=n(10),u=(n(12),n(16)),c=n(18),a=(n(4),n(19)),p=(n(13),"."),l=":";t.exports=i},function(t,e){"use strict";function n(t){var e=t&&(r&&t[r]||t[o]);if("function"==typeof e)return e}var r="function"==typeof Symbol&&Symbol.iterator,o="@@iterator";t.exports=n},function(t,e){"use strict";function n(t){var e=/[=:]/g,n={"=":"=0",":":"=2"},r=(""+t).replace(e,function(t){return n[t]});return"$"+r}function r(t){var e=/(=0|=2)/g,n={"=0":"=","=2":":"},r="."===t[0]&&"$"===t[1]?t.substring(2):t.substring(1);return(""+r).replace(e,function(t){return n[t]})}var o={escape:n,unescape:r};t.exports=o},function(t,e,n){"use strict";function r(t,e,n){this.props=t,this.context=e,this.refs=s,this.updater=n||i}var o=n(10),i=n(21),s=(n(15),n(22));n(4),n(13);r.prototype.isReactComponent={},r.prototype.setState=function(t,e){"object"!=typeof t&&"function"!=typeof t&&null!=t?o("85"):void 0,this.updater.enqueueSetState(this,t),e&&this.updater.enqueueCallback(this,e,"setState")},r.prototype.forceUpdate=function(t){this.updater.enqueueForceUpdate(this),t&&this.updater.enqueueCallback(this,t,"forceUpdate")},t.exports=r},function(t,e,n){"use strict";function r(t,e){}var o=(n(13),{isMounted:function(t){return!1},enqueueCallback:function(t,e){},enqueueForceUpdate:function(t){r(t,"forceUpdate")},enqueueReplaceState:function(t,e){r(t,"replaceState")},enqueueSetState:function(t,e){r(t,"setState")}});t.exports=o},function(t,e,n){"use strict";var r={};t.exports=r},function(t,e,n){"use strict";function r(t,e,n){this.props=t,this.context=e,this.refs=c,this.updater=n||u}function o(){}var i=n(7),s=n(20),u=n(21),c=n(22);o.prototype=s.prototype,r.prototype=new o,r.prototype.constructor=r,i(r.prototype,s.prototype),r.prototype.isPureReactComponent=!0,t.exports=r},function(t,e,n){"use strict";function r(t){return t}function o(t,e){var n=x.hasOwnProperty(e)?x[e]:null;w.hasOwnProperty(e)&&("OVERRIDE_BASE"!==n?h("73",e):void 0),t&&("DEFINE_MANY"!==n&&"DEFINE_MANY_MERGED"!==n?h("74",e):void 0)}function i(t,e){var n,r,i,s,u,p,l,f,d;if(e){"function"==typeof e?h("75"):void 0,v.isValidElement(e)?h("76"):void 0,n=t.prototype,r=n.__reactAutoBindPairs,e.hasOwnProperty(m)&&E.mixins(t,e.mixins);for(i in e)e.hasOwnProperty(i)&&i!==m&&(s=e[i],u=n.hasOwnProperty(i),o(u,i),E.hasOwnProperty(i)?E[i](t,s):(p=x.hasOwnProperty(i),l="function"==typeof s,f=l&&!p&&!u&&e.autobind!==!1,f?(r.push(i,s),n[i]=s):u?(d=x[i],!p||"DEFINE_MANY_MERGED"!==d&&"DEFINE_MANY"!==d?h("77",d,i):void 0,"DEFINE_MANY_MERGED"===d?n[i]=c(n[i],s):"DEFINE_MANY"===d&&(n[i]=a(n[i],s))):n[i]=s))}}function s(t,e){var n,r,o,i;if(e)for(n in e)r=e[n],e.hasOwnProperty(n)&&(o=n in E,o?h("78",n):void 0,i=n in t,i?h("79",n):void 0,t[n]=r)}function u(t,e){t&&e&&"object"==typeof t&&"object"==typeof e?void 0:h("80");for(var n in e)e.hasOwnProperty(n)&&(void 0!==t[n]?h("81",n):void 0,t[n]=e[n]);return t}function c(t,e){return function(){var n,r=t.apply(this,arguments),o=e.apply(this,arguments);return null==r?o:null==o?r:(n={},u(n,r),u(n,o),n)}}function a(t,e){return function(){t.apply(this,arguments),e.apply(this,arguments)}}function p(t,e){var n=e.bind(t);return n}function l(t){var e,n,r,o=t.__reactAutoBindPairs;for(e=0;e<o.length;e+=2)n=o[e],r=o[e+1],t[n]=p(t,r)}var f,h=n(10),d=n(7),y=n(20),v=n(11),b=(n(25),n(21)),_=n(22),m=(n(4),n(13),"mixins"),g=[],x={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"},E={displayName:function(t,e){t.displayName=e},mixins:function(t,e){if(e)for(var n=0;n<e.length;n++)i(t,e[n])},childContextTypes:function(t,e){t.childContextTypes=d({},t.childContextTypes,e)},contextTypes:function(t,e){t.contextTypes=d({},t.contextTypes,e)},getDefaultProps:function(t,e){t.getDefaultProps?t.getDefaultProps=c(t.getDefaultProps,e):t.getDefaultProps=e},propTypes:function(t,e){t.propTypes=d({},t.propTypes,e)},statics:function(t,e){s(t,e)},autobind:function(){}},w={replaceState:function(t,e){this.updater.enqueueReplaceState(this,t),e&&this.updater.enqueueCallback(this,e,"replaceState")},isMounted:function(){return this.updater.isMounted(this)}},S=function(){};d(S.prototype,y.prototype,w),f={createClass:function(t){var e,n=r(function(t,e,r){this.__reactAutoBindPairs.length&&l(this),this.props=t,this.context=e,this.refs=_,this.updater=r||b,this.state=null;var o=this.getInitialState?this.getInitialState():null;"object"!=typeof o||Array.isArray(o)?h("82",n.displayName||"ReactCompositeComponent"):void 0,this.state=o});n.prototype=new S,n.prototype.constructor=n,n.prototype.__reactAutoBindPairs=[],g.forEach(i.bind(null,n)),i(n,t),n.getDefaultProps&&(n.defaultProps=n.getDefaultProps()),n.prototype.render?void 0:h("83");for(e in x)n.prototype[e]||(n.prototype[e]=null);return n},injection:{injectMixin:function(t){g.push(t)}}},t.exports=f},function(t,e,n){"use strict";var r={};t.exports=r},function(t,e,n){"use strict";var r,o=n(11),i=o.createFactory;r={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=r},function(t,e,n){"use strict";function r(t,e){return t===e?0!==t||1/t===1/e:t!==t&&e!==e}function o(t){this.message=t,this.stack=""}function i(t){function e(e,n,r,i,s,u,c){var a;return i=i||O,u=u||r,null==n[r]?(a=E[s],e?new o(null===n[r]?"The "+a+" `"+u+"` is marked as required "+("in `"+i+"`, but its value is `null`."):"The "+a+" `"+u+"` is marked as required in "+("`"+i+"`, but its value is `undefined`.")):null):t(n,r,i,s,u)}var n;return n=e.bind(null,!1),n.isRequired=e.bind(null,!0),n}function s(t){function e(e,n,r,i,s,u){var c,a,p=e[n],l=_(p);return l!==t?(c=E[i],a=m(p),new o("Invalid "+c+" `"+s+"` of type "+("`"+a+"` supplied to `"+r+"`, expected ")+("`"+t+"`."))):null}return i(e)}function u(){return i(S.thatReturns(null))}function c(t){function e(e,n,r,i,s){var u,c,a,p,l;if("function"!=typeof t)return new o("Property `"+s+"` of component `"+r+"` has invalid PropType notation inside arrayOf.");if(u=e[n],!Array.isArray(u))return c=E[i],a=_(u),new o("Invalid "+c+" `"+s+"` of type "+("`"+a+"` supplied to `"+r+"`, expected an array."));for(p=0;p<u.length;p++)if(l=t(u,p,r,i,s+"["+p+"]",w),l instanceof Error)return l;return null}return i(e)}function a(){function t(t,e,n,r,i){var s,u,c=t[e];return x.isValidElement(c)?null:(s=E[r],u=_(c),new o("Invalid "+s+" `"+i+"` of type "+("`"+u+"` supplied to `"+n+"`, expected a single ReactElement.")))}return i(t)}function p(t){function e(e,n,r,i,s){var u,c,a;return e[n]instanceof t?null:(u=E[i],c=t.name||O,a=g(e[n]),new o("Invalid "+u+" `"+s+"` of type "+("`"+a+"` supplied to `"+r+"`, expected ")+("instance of `"+c+"`.")))}return i(e)}function l(t){function e(e,n,i,s,u){var c,a,p,l=e[n];for(c=0;c<t.length;c++)if(r(l,t[c]))return null;return a=E[s],p=JSON.stringify(t),new o("Invalid "+a+" `"+u+"` of value `"+l+"` "+("supplied to `"+i+"`, expected one of "+p+"."))}return Array.isArray(t)?i(e):S.thatReturnsNull}function f(t){function e(e,n,r,i,s){var u,c,a,p,l;if("function"!=typeof t)return new o("Property `"+s+"` of component `"+r+"` has invalid PropType notation inside objectOf.");if(u=e[n],c=_(u),"object"!==c)return a=E[i],new o("Invalid "+a+" `"+s+"` of type "+("`"+c+"` supplied to `"+r+"`, expected an object."));for(p in u)if(u.hasOwnProperty(p)&&(l=t(u,p,r,i,s+"."+p,w),l instanceof Error))return l;return null}return i(e)}function h(t){function e(e,n,r,i,s){var u,c,a;for(u=0;u<t.length;u++)if(c=t[u],null==c(e,n,r,i,s,w))return null;return a=E[i],new o("Invalid "+a+" `"+s+"` supplied to "+("`"+r+"`."))}return Array.isArray(t)?i(e):S.thatReturnsNull}function d(){function t(t,e,n,r,i){if(!v(t[e])){var s=E[r];return new o("Invalid "+s+" `"+i+"` supplied to "+("`"+n+"`, expected a ReactNode."))}return null}return i(t)}function y(t){function e(e,n,r,i,s){var u,c,a,p,l=e[n],f=_(l);if("object"!==f)return u=E[i],new o("Invalid "+u+" `"+s+"` of type `"+f+"` "+("supplied to `"+r+"`, expected `object`."));for(c in t)if(a=t[c],a&&(p=a(l,c,r,i,s+"."+c,w)))return p;return null}return i(e)}function v(t){var e,n,r,o;switch(typeof t){case"number":case"string":case"undefined":return!0;case"boolean":return!t;case"object":if(Array.isArray(t))return t.every(v);if(null===t||x.isValidElement(t))return!0;if(e=P(t),!e)return!1;if(n=e.call(t),e!==t.entries){for(;!(r=n.next()).done;)if(!v(r.value))return!1}else for(;!(r=n.next()).done;)if(o=r.value,o&&!v(o[1]))return!1;return!0;default:return!1}}function b(t,e){return"symbol"===t||("Symbol"===e["@@toStringTag"]||"function"==typeof Symbol&&e instanceof Symbol)}function _(t){var e=typeof t;return Array.isArray(t)?"array":t instanceof RegExp?"object":b(e,t)?"symbol":e}function m(t){var e=_(t);if("object"===e){if(t instanceof Date)return"date";if(t instanceof RegExp)return"regexp"}return e}function g(t){return t.constructor&&t.constructor.name?t.constructor.name:O}var x=n(11),E=n(25),w=n(28),S=n(14),P=n(18),O=(n(13),"<<anonymous>>"),k={array:s("array"),bool:s("boolean"),func:s("function"),number:s("number"),object:s("object"),string:s("string"),symbol:s("symbol"),any:u(),arrayOf:c,element:a(),instanceOf:p,node:d(),objectOf:f,oneOf:l,oneOfType:h,shape:y};o.prototype=Error.prototype,t.exports=k},function(t,e){"use strict";var n="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";t.exports=n},function(t,e){"use strict";t.exports="15.4.1"},function(t,e,n){"use strict";function r(t){return i.isValidElement(t)?void 0:o("143"),t}var o=n(10),i=n(11);n(4);t.exports=r},function(t,e){"use strict";function n(t,e){return t===e?0!==t||0!==e||1/t===1/e:t!==t&&e!==e}function r(t,e){var r,i,s;if(n(t,e))return!0;if("object"!=typeof t||null===t||"object"!=typeof e||null===e)return!1;if(r=Object.keys(t),i=Object.keys(e),r.length!==i.length)return!1;for(s=0;s<r.length;s++)if(!o.call(e,r[s])||!n(t[r[s]],e[r[s]]))return!1;return!0}var o=Object.prototype.hasOwnProperty;t.exports=r},function(t,e,n){"use strict";function r(t){var e=arguments.length<=1||void 0===arguments[1]?{withProps:!1}:arguments[1];return t=t.filter(function(t){return!!t}),{getInitialState:function(){return o(this),e.withProps?this.constructor.calculateState(null,this.props):this.constructor.calculateState(null,void 0)},componentWillMount:function(){var n,r=this,o=!1,s=function(){o=!0};this._fluxMixinSubscriptions=t.map(function(t){return t.addListener(s)}),n=function(){o&&r.setState(function(t){return e.withProps?r.constructor.calculateState(t,r.props):r.constructor.calculateState(t,void 0)}),o=!1},this._fluxMixinStoreGroup=new i(t,n)},componentWillUnmount:function(){var t,e,n,r,o;for(this._fluxMixinStoreGroup.release(),t=this._fluxMixinSubscriptions,e=Array.isArray(t),n=0,t=e?t:t[Symbol.iterator]();;){if(e){if(n>=t.length)break;r=t[n++]}else{if(n=t.next(),n.done)break;r=n.value}o=r,o.remove()}this._fluxMixinSubscriptions=[]}}}function o(t){t.constructor.calculateState?void 0:s(!1)}var i=n(3),s=n(4);t.exports=r},function(t,e,n){"use strict";function r(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function o(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)}var i=n(34),s=n(40),u=n(4),c=function(t){function e(n){r(this,e),t.call(this,n),this._state=this.getInitialState()}return o(e,t),e.prototype.getState=function(){return this._state},e.prototype.getInitialState=function(){return s("FluxReduceStore","getInitialState")},e.prototype.reduce=function(t,e){return s("FluxReduceStore","reduce")},e.prototype.areEqual=function(t,e){return t===e},e.prototype.__invokeOnDispatch=function(t){var e,n;this.__changed=!1,e=this._state,n=this.reduce(e,t),void 0===n?u(!1):void 0,this.areEqual(e,n)||(this._state=n,this.__emitChange()),this.__changed&&this.__emitter.emit(this.__changeEvent)},e}(i);t.exports=c},function(t,e,n){"use strict";function r(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}var o=n(35),i=o.EventEmitter,s=n(4),u=function(){function t(e){var n=this;r(this,t),this.__className=this.constructor.name,this.__changed=!1,this.__changeEvent="change",this.__dispatcher=e,this.__emitter=new i,this._dispatchToken=e.register(function(t){n.__invokeOnDispatch(t)})}return t.prototype.addListener=function(t){return this.__emitter.addListener(this.__changeEvent,t)},t.prototype.getDispatcher=function(){return this.__dispatcher},t.prototype.getDispatchToken=function(){return this._dispatchToken},t.prototype.hasChanged=function(){return this.__dispatcher.isDispatching()?void 0:s(!1),this.__changed},t.prototype.__emitChange=function(){this.__dispatcher.isDispatching()?void 0:s(!1),this.__changed=!0},t.prototype.__invokeOnDispatch=function(t){this.__changed=!1,this.__onDispatch(t),this.__changed&&this.__emitter.emit(this.__changeEvent)},t.prototype.__onDispatch=function(t){s(!1)},t}();t.exports=u},function(t,e,n){"use strict";var r={EventEmitter:n(36),EmitterSubscription:n(37)};t.exports=r},function(t,e,n){"use strict";function r(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}var o=n(37),i=n(39),s=n(14),u=n(4),c=function(){function t(){r(this,t),this._subscriber=new i,this._currentSubscription=null}return t.prototype.addListener=function(t,e,n){return this._subscriber.addSubscription(t,new o(this._subscriber,e,n))},t.prototype.once=function(t,e,n){var r=this;return this.addListener(t,function(){r.removeCurrentListener(),e.apply(n,arguments)})},t.prototype.removeAllListeners=function(t){this._subscriber.removeAllSubscriptions(t)},t.prototype.removeCurrentListener=function(){this._currentSubscription?void 0:u(!1),this._subscriber.removeSubscription(this._currentSubscription)},t.prototype.listeners=function(t){var e=this._subscriber.getSubscriptionsForType(t);return e?e.filter(s.thatReturnsTrue).map(function(t){return t.listener}):[]},t.prototype.emit=function(t){var e,n,r,o,i=this._subscriber.getSubscriptionsForType(t);if(i){for(e=Object.keys(i),n=0;n<e.length;n++)r=e[n],o=i[r],o&&(this._currentSubscription=o,this.__emitToSubscription.apply(this,[o].concat(Array.prototype.slice.call(arguments))));this._currentSubscription=null}},t.prototype.__emitToSubscription=function(t,e){var n=Array.prototype.slice.call(arguments,2);t.listener.apply(t.context,n)},t}();t.exports=c},function(t,e,n){"use strict";function r(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function o(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)}var i=n(38),s=function(t){function e(n,o,i){r(this,e),t.call(this,n),this.listener=o,this.context=i}return o(e,t),e}(i);t.exports=s},function(t,e){"use strict";function n(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}var r=function(){function t(e){n(this,t),this.subscriber=e}return t.prototype.remove=function(){this.subscriber&&(this.subscriber.removeSubscription(this),this.subscriber=null)},t}();t.exports=r},function(t,e,n){"use strict";function r(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}var o=n(4),i=function(){function t(){r(this,t),this._subscriptionsForType={},this._currentSubscription=null}return t.prototype.addSubscription=function(t,e){e.subscriber!==this?o(!1):void 0,this._subscriptionsForType[t]||(this._subscriptionsForType[t]=[]);var n=this._subscriptionsForType[t].length;return this._subscriptionsForType[t].push(e),e.eventType=t,e.key=n,e},t.prototype.removeAllSubscriptions=function(t){void 0===t?this._subscriptionsForType={}:delete this._subscriptionsForType[t]},t.prototype.removeSubscription=function(t){var e=t.eventType,n=t.key,r=this._subscriptionsForType[e];r&&delete r[n]},t.prototype.getSubscriptionsForType=function(t){return this._subscriptionsForType[t]},t}();t.exports=i},function(t,e,n){"use strict";function r(t,e){o(!1)}var o=n(4);t.exports=r}])});
/**
* Copyright (c) 2014-2015, Facebook, Inc.
* Copyright (c) 2014-present, Facebook, Inc.
* All rights reserved.

@@ -4,0 +4,0 @@ *

/**
* Copyright (c) 2014-2015, Facebook, Inc.
* Copyright (c) 2014-present, Facebook, Inc.
* All rights reserved.

@@ -4,0 +4,0 @@ *

/**
* Copyright (c) 2014-2015, Facebook, Inc.
* Copyright (c) 2014-present, Facebook, Inc.
* All rights reserved.

@@ -4,0 +4,0 @@ *

/**
* Copyright (c) 2014-2015, Facebook, Inc.
* Copyright (c) 2014-present, Facebook, Inc.
* All rights reserved.

@@ -88,3 +88,3 @@ *

*
* statc calculateState(prevState, props) {
* static calculateState(prevState, props) {
* const {BarStore, FooStore} = props.stores;

@@ -91,0 +91,0 @@ * return {

@@ -18,2 +18,17 @@ /**

function shallowArrayEqual(a, b) {
if (a === b) {
return true;
}
if (a.length !== b.length) {
return false;
}
for (var i = 0; i < a.length; i++) {
if (a[i] !== b[i]) {
return false;
}
}
return true;
}
var FluxContainerSubscriptions = (function () {

@@ -29,2 +44,6 @@ function FluxContainerSubscriptions() {

if (this._stores && shallowArrayEqual(this._stores, stores)) {
return;
}
this._stores = stores;
this._resetTokens();

@@ -79,2 +98,3 @@ this._resetStoreGroup();

this._resetCallbacks();
this._resetStores();
};

@@ -98,2 +118,6 @@

FluxContainerSubscriptions.prototype._resetStores = function _resetStores() {
this._stores = null;
};
FluxContainerSubscriptions.prototype._resetCallbacks = function _resetCallbacks() {

@@ -100,0 +124,0 @@ this._callbacks = [];

/**
* Copyright (c) 2014-2015, Facebook, Inc.
* Copyright (c) 2014-present, Facebook, Inc.
* All rights reserved.

@@ -4,0 +4,0 @@ *

{
"name": "flux",
"version": "3.1.2",
"version": "3.1.3",
"description": "An application architecture based on a unidirectional data flow",

@@ -67,3 +67,3 @@ "keywords": [

"peerDependencies": {
"react": "^15.0.2"
"react": "^15.0.2 || ^16.0.0-beta || ^16.0.0"
},

@@ -70,0 +70,0 @@ "jest": {

/**
* Copyright (c) 2014-2015, Facebook, Inc.
* Copyright (c) 2014-present, Facebook, Inc.
* All rights reserved.

@@ -4,0 +4,0 @@ *

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc