react 16.0.0-beta.3 → 16.0.0-rc.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cjs/react.development.js +7 -5
- package/cjs/react.production.min.js +14 -1
- package/index.js +44 -0
- package/package.json +1 -1
- package/umd/react.development.js +42 -42
- package/umd/react.production.min.js +13 -4
package/cjs/react.development.js
CHANGED
|
@@ -63,7 +63,7 @@ var ReactNoopUpdateQueue = {
|
|
|
63
63
|
*
|
|
64
64
|
* @param {ReactClass} publicInstance The instance that should rerender.
|
|
65
65
|
* @param {?function} callback Called after component is updated.
|
|
66
|
-
* @param {?string}
|
|
66
|
+
* @param {?string} callerName name of the calling function in the public API.
|
|
67
67
|
* @internal
|
|
68
68
|
*/
|
|
69
69
|
enqueueForceUpdate: function (publicInstance, callback, callerName) {
|
|
@@ -80,7 +80,7 @@ var ReactNoopUpdateQueue = {
|
|
|
80
80
|
* @param {ReactClass} publicInstance The instance that should rerender.
|
|
81
81
|
* @param {object} completeState Next state.
|
|
82
82
|
* @param {?function} callback Called after component is updated.
|
|
83
|
-
* @param {?string}
|
|
83
|
+
* @param {?string} callerName name of the calling function in the public API.
|
|
84
84
|
* @internal
|
|
85
85
|
*/
|
|
86
86
|
enqueueReplaceState: function (publicInstance, completeState, callback, callerName) {
|
|
@@ -1002,7 +1002,7 @@ var ReactChildren_1 = ReactChildren;
|
|
|
1002
1002
|
* @providesModule ReactVersion
|
|
1003
1003
|
*/
|
|
1004
1004
|
|
|
1005
|
-
var ReactVersion = '16.0.0-
|
|
1005
|
+
var ReactVersion = '16.0.0-rc.2';
|
|
1006
1006
|
|
|
1007
1007
|
/**
|
|
1008
1008
|
* Returns the first child in a collection of children and verifies that there
|
|
@@ -1185,7 +1185,9 @@ function validateExplicitKey(element, parentType) {
|
|
|
1185
1185
|
}
|
|
1186
1186
|
|
|
1187
1187
|
currentlyValidatingElement = element;
|
|
1188
|
-
|
|
1188
|
+
{
|
|
1189
|
+
warning$3(false, 'Each child in an array or iterator should have a unique "key" prop.' + '%s%s See https://fb.me/react-warning-keys for more information.%s', currentComponentErrorInfo, childOwner, getStackAddendum$1());
|
|
1190
|
+
}
|
|
1189
1191
|
currentlyValidatingElement = null;
|
|
1190
1192
|
}
|
|
1191
1193
|
|
|
@@ -1584,7 +1586,7 @@ var ReactComponentTreeHook = {
|
|
|
1584
1586
|
var info = '';
|
|
1585
1587
|
var currentOwner = ReactCurrentOwner_1.current;
|
|
1586
1588
|
if (currentOwner) {
|
|
1587
|
-
|
|
1589
|
+
!(typeof currentOwner.tag !== 'number') ? invariant(false, 'Fiber owners should not show up in Stack stack traces.') : void 0;
|
|
1588
1590
|
if (typeof currentOwner._debugID === 'number') {
|
|
1589
1591
|
info += ReactComponentTreeHook.getStackAddendumByID(currentOwner._debugID);
|
|
1590
1592
|
}
|
|
@@ -1 +1,14 @@
|
|
|
1
|
-
|
|
1
|
+
var f=require("object-assign"),p=require("fbjs/lib/emptyObject");require("fbjs/lib/invariant");var r=require("fbjs/lib/emptyFunction");
|
|
2
|
+
function t(a){for(var b=arguments.length-1,d="Minified React error #"+a+"; visit http://facebook.github.io/react/docs/error-decoder.html?invariant\x3d"+a,e=0;e<b;e++)d+="\x26args[]\x3d"+encodeURIComponent(arguments[e+1]);b=Error(d+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings.");b.name="Invariant Violation";b.framesToPop=1;throw b;}
|
|
3
|
+
var u={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}};function v(a,b,d){this.props=a;this.context=b;this.refs=p;this.updater=d||u}v.prototype.isReactComponent={};v.prototype.setState=function(a,b){"object"!==typeof a&&"function"!==typeof a&&null!=a?t("85"):void 0;this.updater.enqueueSetState(this,a,b,"setState")};v.prototype.forceUpdate=function(a){this.updater.enqueueForceUpdate(this,a,"forceUpdate")};
|
|
4
|
+
function w(a,b,d){this.props=a;this.context=b;this.refs=p;this.updater=d||u}function x(){}x.prototype=v.prototype;var y=w.prototype=new x;y.constructor=w;f(y,v.prototype);y.isPureReactComponent=!0;function z(a,b,d){this.props=a;this.context=b;this.refs=p;this.updater=d||u}var A=z.prototype=new x;A.constructor=z;f(A,v.prototype);A.unstable_isAsyncReactComponent=!0;A.render=function(){return this.props.children};
|
|
5
|
+
var B={Component:v,PureComponent:w,AsyncComponent:z},C={current:null},D=Object.prototype.hasOwnProperty,E="function"===typeof Symbol&&Symbol["for"]&&Symbol["for"]("react.element")||60103,F={key:!0,ref:!0,__self:!0,__source:!0};function G(a,b,d,e,c,g,k){return{$$typeof:E,type:a,key:b,ref:d,props:k,_owner:g}}
|
|
6
|
+
G.createElement=function(a,b,d){var e,c={},g=null,k=null,m=null,q=null;if(null!=b)for(e in void 0!==b.ref&&(k=b.ref),void 0!==b.key&&(g=""+b.key),m=void 0===b.__self?null:b.__self,q=void 0===b.__source?null:b.__source,b)D.call(b,e)&&!F.hasOwnProperty(e)&&(c[e]=b[e]);var l=arguments.length-2;if(1===l)c.children=d;else if(1<l){for(var h=Array(l),n=0;n<l;n++)h[n]=arguments[n+2];c.children=h}if(a&&a.defaultProps)for(e in l=a.defaultProps,l)void 0===c[e]&&(c[e]=l[e]);return G(a,g,k,m,q,C.current,c)};
|
|
7
|
+
G.createFactory=function(a){var b=G.createElement.bind(null,a);b.type=a;return b};G.cloneAndReplaceKey=function(a,b){return G(a.type,b,a.ref,a._self,a._source,a._owner,a.props)};
|
|
8
|
+
G.cloneElement=function(a,b,d){var e=f({},a.props),c=a.key,g=a.ref,k=a._self,m=a._source,q=a._owner;if(null!=b){void 0!==b.ref&&(g=b.ref,q=C.current);void 0!==b.key&&(c=""+b.key);if(a.type&&a.type.defaultProps)var l=a.type.defaultProps;for(h in b)D.call(b,h)&&!F.hasOwnProperty(h)&&(e[h]=void 0===b[h]&&void 0!==l?l[h]:b[h])}var h=arguments.length-2;if(1===h)e.children=d;else if(1<h){l=Array(h);for(var n=0;n<h;n++)l[n]=arguments[n+2];e.children=l}return G(a.type,c,g,k,m,q,e)};
|
|
9
|
+
G.isValidElement=function(a){return"object"===typeof a&&null!==a&&a.$$typeof===E};var H="function"===typeof Symbol&&Symbol.iterator,I="function"===typeof Symbol&&Symbol["for"]&&Symbol["for"]("react.element")||60103;function escape(a){var b={"\x3d":"\x3d0",":":"\x3d2"};return"$"+(""+a).replace(/[=:]/g,function(a){return b[a]})}var J=/\/+/g,K=[];
|
|
10
|
+
function L(a,b,d,e){if(K.length){var c=K.pop();c.result=a;c.keyPrefix=b;c.func=d;c.context=e;c.count=0;return c}return{result:a,keyPrefix:b,func:d,context:e,count:0}}function M(a){a.result=null;a.keyPrefix=null;a.func=null;a.context=null;a.count=0;10>K.length&&K.push(a)}
|
|
11
|
+
function N(a,b,d,e){var c=typeof a;if("undefined"===c||"boolean"===c)a=null;if(null===a||"string"===c||"number"===c||"object"===c&&a.$$typeof===I)return d(e,a,""===b?"."+O(a,0):b),1;var g=0;b=""===b?".":b+":";if(Array.isArray(a))for(var k=0;k<a.length;k++){c=a[k];var m=b+O(c,k);g+=N(c,m,d,e)}else if(m=H&&a[H]||a["@@iterator"],"function"===typeof m)for(a=m.call(a),k=0;!(c=a.next()).done;)c=c.value,m=b+O(c,k++),g+=N(c,m,d,e);else"object"===c&&(d=""+a,t("31","[object Object]"===d?"object with keys {"+
|
|
12
|
+
Object.keys(a).join(", ")+"}":d,""));return g}function O(a,b){return"object"===typeof a&&null!==a&&null!=a.key?escape(a.key):b.toString(36)}function P(a,b){a.func.call(a.context,b,a.count++)}function Q(a,b,d){var e=a.result,c=a.keyPrefix;a=a.func.call(a.context,b,a.count++);Array.isArray(a)?R(a,e,d,r.thatReturnsArgument):null!=a&&(G.isValidElement(a)&&(a=G.cloneAndReplaceKey(a,c+(!a.key||b&&b.key===a.key?"":(""+a.key).replace(J,"$\x26/")+"/")+d)),e.push(a))}
|
|
13
|
+
function R(a,b,d,e,c){var g="";null!=d&&(g=(""+d).replace(J,"$\x26/")+"/");b=L(b,g,e,c);null==a||N(a,"",Q,b);M(b)}var S={forEach:function(a,b,d){if(null==a)return a;b=L(null,null,b,d);null==a||N(a,"",P,b);M(b)},map:function(a,b,d){if(null==a)return a;var e=[];R(a,e,null,b,d);return e},count:function(a){return null==a?0:N(a,"",r.thatReturnsNull,null)},toArray:function(a){var b=[];R(a,b,null,r.thatReturnsArgument);return b}};
|
|
14
|
+
module.exports={Children:{map:S.map,forEach:S.forEach,count:S.count,toArray:S.toArray,only:function(a){G.isValidElement(a)?void 0:t("143");return a}},Component:B.Component,PureComponent:B.PureComponent,unstable_AsyncComponent:B.AsyncComponent,createElement:G.createElement,cloneElement:G.cloneElement,isValidElement:G.isValidElement,createFactory:G.createFactory,version:"16.0.0-rc.2",__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:{ReactCurrentOwner:C}};
|
package/index.js
CHANGED
|
@@ -1,6 +1,50 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
function testMinificationUsedDCE() {
|
|
4
|
+
if (process.env.NODE_ENV === 'development') {
|
|
5
|
+
// We expect this method only to be called in production.
|
|
6
|
+
throw new Error('This is unreachable');
|
|
7
|
+
}
|
|
8
|
+
try {
|
|
9
|
+
// use scoped variable for our initial test, in case
|
|
10
|
+
// 'top-level' mangling is not enabled.
|
|
11
|
+
var source = testMinificationUsedDCE.toString();
|
|
12
|
+
var longVariableName = true;
|
|
13
|
+
if (longVariableName && source.match(/longVariableName/g).length === 3) {
|
|
14
|
+
// We are not minified.
|
|
15
|
+
// This might be a Node environment where DCE is not expected anyway.
|
|
16
|
+
return;
|
|
17
|
+
}
|
|
18
|
+
if (source.match(/toString/g).length !== 2) {
|
|
19
|
+
// We always look for two matches:
|
|
20
|
+
// The actual occurence and then the call to 'match'
|
|
21
|
+
//
|
|
22
|
+
// We know for a fact the above line exists so there should be 2
|
|
23
|
+
// matches.
|
|
24
|
+
// Therefore the browser gave us invalid source.
|
|
25
|
+
return;
|
|
26
|
+
}
|
|
27
|
+
if (source.match(/unreachable/g).length === 2) {
|
|
28
|
+
// We always look for two matches:
|
|
29
|
+
// The actual occurence and then the call to 'match'
|
|
30
|
+
|
|
31
|
+
// Dead code elimination would have stripped that branch
|
|
32
|
+
// because it is impossible to reach in production.
|
|
33
|
+
setTimeout(function() {
|
|
34
|
+
// Ensure it gets reported to production logging
|
|
35
|
+
throw new Error(
|
|
36
|
+
'React is running in production mode, but dead code ' +
|
|
37
|
+
'elimination has not been applied. Read how to correctly ' +
|
|
38
|
+
'configure React for production: ' +
|
|
39
|
+
'https://fburl.com/react-perf-use-the-production-build'
|
|
40
|
+
);
|
|
41
|
+
});
|
|
42
|
+
}
|
|
43
|
+
} catch (e) {}
|
|
44
|
+
}
|
|
45
|
+
|
|
3
46
|
if (process.env.NODE_ENV === 'production') {
|
|
47
|
+
testMinificationUsedDCE();
|
|
4
48
|
module.exports = require('./cjs/react.production.min.js');
|
|
5
49
|
} else {
|
|
6
50
|
module.exports = require('./cjs/react.development.js');
|
package/package.json
CHANGED
package/umd/react.development.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* react.development.js v16.0.0-
|
|
2
|
+
* react.development.js v16.0.0-rc.2
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
(function (global, factory) {
|
|
@@ -157,45 +157,43 @@ var emptyFunction_1 = emptyFunction;
|
|
|
157
157
|
var warning$1 = emptyFunction_1;
|
|
158
158
|
|
|
159
159
|
{
|
|
160
|
-
|
|
161
|
-
var
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
var argIndex = 0;
|
|
167
|
-
var message = 'Warning: ' + format.replace(/%s/g, function () {
|
|
168
|
-
return args[argIndex++];
|
|
169
|
-
});
|
|
170
|
-
if (typeof console !== 'undefined') {
|
|
171
|
-
console.error(message);
|
|
172
|
-
}
|
|
173
|
-
try {
|
|
174
|
-
// --- Welcome to debugging React ---
|
|
175
|
-
// This error was thrown as a convenience so that you can use this stack
|
|
176
|
-
// to find the callsite that caused this warning to fire.
|
|
177
|
-
throw new Error(message);
|
|
178
|
-
} catch (x) {}
|
|
179
|
-
};
|
|
160
|
+
var printWarning = function printWarning(format) {
|
|
161
|
+
for (var _len = arguments.length, args = Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {
|
|
162
|
+
args[_key - 1] = arguments[_key];
|
|
163
|
+
}
|
|
180
164
|
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
165
|
+
var argIndex = 0;
|
|
166
|
+
var message = 'Warning: ' + format.replace(/%s/g, function () {
|
|
167
|
+
return args[argIndex++];
|
|
168
|
+
});
|
|
169
|
+
if (typeof console !== 'undefined') {
|
|
170
|
+
console.error(message);
|
|
171
|
+
}
|
|
172
|
+
try {
|
|
173
|
+
// --- Welcome to debugging React ---
|
|
174
|
+
// This error was thrown as a convenience so that you can use this stack
|
|
175
|
+
// to find the callsite that caused this warning to fire.
|
|
176
|
+
throw new Error(message);
|
|
177
|
+
} catch (x) {}
|
|
178
|
+
};
|
|
185
179
|
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
180
|
+
warning$1 = function warning(condition, format) {
|
|
181
|
+
if (format === undefined) {
|
|
182
|
+
throw new Error('`warning(condition, format, ...args)` requires a warning ' + 'message argument');
|
|
183
|
+
}
|
|
189
184
|
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
}
|
|
185
|
+
if (format.indexOf('Failed Composite propType: ') === 0) {
|
|
186
|
+
return; // Ignore CompositeComponent proptype check.
|
|
187
|
+
}
|
|
194
188
|
|
|
195
|
-
|
|
189
|
+
if (!condition) {
|
|
190
|
+
for (var _len2 = arguments.length, args = Array(_len2 > 2 ? _len2 - 2 : 0), _key2 = 2; _key2 < _len2; _key2++) {
|
|
191
|
+
args[_key2 - 2] = arguments[_key2];
|
|
196
192
|
}
|
|
197
|
-
|
|
198
|
-
|
|
193
|
+
|
|
194
|
+
printWarning.apply(undefined, [format].concat(args));
|
|
195
|
+
}
|
|
196
|
+
};
|
|
199
197
|
}
|
|
200
198
|
|
|
201
199
|
var warning_1 = warning$1;
|
|
@@ -238,7 +236,7 @@ var ReactNoopUpdateQueue = {
|
|
|
238
236
|
*
|
|
239
237
|
* @param {ReactClass} publicInstance The instance that should rerender.
|
|
240
238
|
* @param {?function} callback Called after component is updated.
|
|
241
|
-
* @param {?string}
|
|
239
|
+
* @param {?string} callerName name of the calling function in the public API.
|
|
242
240
|
* @internal
|
|
243
241
|
*/
|
|
244
242
|
enqueueForceUpdate: function (publicInstance, callback, callerName) {
|
|
@@ -255,7 +253,7 @@ var ReactNoopUpdateQueue = {
|
|
|
255
253
|
* @param {ReactClass} publicInstance The instance that should rerender.
|
|
256
254
|
* @param {object} completeState Next state.
|
|
257
255
|
* @param {?function} callback Called after component is updated.
|
|
258
|
-
* @param {?string}
|
|
256
|
+
* @param {?string} callerName name of the calling function in the public API.
|
|
259
257
|
* @internal
|
|
260
258
|
*/
|
|
261
259
|
enqueueReplaceState: function (publicInstance, completeState, callback, callerName) {
|
|
@@ -381,7 +379,7 @@ var invariant_1 = invariant;
|
|
|
381
379
|
var lowPriorityWarning = function () {};
|
|
382
380
|
|
|
383
381
|
{
|
|
384
|
-
var printWarning = function (format) {
|
|
382
|
+
var printWarning$1 = function (format) {
|
|
385
383
|
for (var _len = arguments.length, args = Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {
|
|
386
384
|
args[_key - 1] = arguments[_key];
|
|
387
385
|
}
|
|
@@ -410,7 +408,7 @@ var lowPriorityWarning = function () {};
|
|
|
410
408
|
args[_key2 - 2] = arguments[_key2];
|
|
411
409
|
}
|
|
412
410
|
|
|
413
|
-
printWarning.apply(undefined, [format].concat(args));
|
|
411
|
+
printWarning$1.apply(undefined, [format].concat(args));
|
|
414
412
|
}
|
|
415
413
|
};
|
|
416
414
|
}
|
|
@@ -1249,7 +1247,7 @@ var ReactChildren_1 = ReactChildren;
|
|
|
1249
1247
|
* @providesModule ReactVersion
|
|
1250
1248
|
*/
|
|
1251
1249
|
|
|
1252
|
-
var ReactVersion = '16.0.0-
|
|
1250
|
+
var ReactVersion = '16.0.0-rc.2';
|
|
1253
1251
|
|
|
1254
1252
|
/**
|
|
1255
1253
|
* Returns the first child in a collection of children and verifies that there
|
|
@@ -1496,7 +1494,9 @@ function validateExplicitKey(element, parentType) {
|
|
|
1496
1494
|
}
|
|
1497
1495
|
|
|
1498
1496
|
currentlyValidatingElement = element;
|
|
1499
|
-
|
|
1497
|
+
{
|
|
1498
|
+
warning$4(false, 'Each child in an array or iterator should have a unique "key" prop.' + '%s%s See https://fb.me/react-warning-keys for more information.%s', currentComponentErrorInfo, childOwner, getStackAddendum$1());
|
|
1499
|
+
}
|
|
1500
1500
|
currentlyValidatingElement = null;
|
|
1501
1501
|
}
|
|
1502
1502
|
|
|
@@ -1895,7 +1895,7 @@ var ReactComponentTreeHook = {
|
|
|
1895
1895
|
var info = '';
|
|
1896
1896
|
var currentOwner = ReactCurrentOwner_1.current;
|
|
1897
1897
|
if (currentOwner) {
|
|
1898
|
-
|
|
1898
|
+
!(typeof currentOwner.tag !== 'number') ? invariant_1(false, 'Fiber owners should not show up in Stack stack traces.') : void 0;
|
|
1899
1899
|
if (typeof currentOwner._debugID === 'number') {
|
|
1900
1900
|
info += ReactComponentTreeHook.getStackAddendumByID(currentOwner._debugID);
|
|
1901
1901
|
}
|
|
@@ -1,4 +1,13 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
function x(){function q(){}function n(a,b,c,d,e,f,g){return{$$typeof:J,type:a,key:b,ref:c,props:g,_owner:f}}function y(a){for(var b=arguments.length-1,c="Minified React error #"+a+"; visit http://facebook.github.io/react/docs/error-decoder.html?invariant\x3d"+a,d=0;d<b;d++)c+="\x26args[]\x3d"+encodeURIComponent(arguments[d+1]);b=Error(c+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings.");b.name="Invariant Violation";b.framesToPop=1;throw b;
|
|
2
|
+
}function r(a,b,c){this.props=a;this.context=b;this.refs=z;this.updater=c||A}function B(a,b,c){this.props=a;this.context=b;this.refs=z;this.updater=c||A}function C(){}function D(a,b,c){this.props=a;this.context=b;this.refs=z;this.updater=c||A}function v(a){return function(){return a}}function R(a){var b={"\x3d":"\x3d0",":":"\x3d2"};return"$"+(""+a).replace(/[=:]/g,function(a){return b[a]})}function K(a,b,c,d){if(w.length){var e=w.pop();e.result=a;e.keyPrefix=b;e.func=c;e.context=d;e.count=0;return e}return{result:a,
|
|
3
|
+
keyPrefix:b,func:c,context:d,count:0}}function L(a){a.result=null;a.keyPrefix=null;a.func=null;a.context=null;a.count=0;10>w.length&&w.push(a)}function u(a,b,c,d){var e=typeof a;if("undefined"===e||"boolean"===e)a=null;if(null===a||"string"===e||"number"===e||"object"===e&&a.$$typeof===S)return c(d,a,""===b?"."+E(a,0):b),1;var f=0;b=""===b?".":b+":";if(Array.isArray(a))for(var g=0;g<a.length;g++){e=a[g];var h=b+E(e,g);f+=u(e,h,c,d)}else if(h=M&&a[M]||a["@@iterator"],"function"===typeof h)for(a=h.call(a),
|
|
4
|
+
g=0;!(e=a.next()).done;)e=e.value,h=b+E(e,g++),f+=u(e,h,c,d);else"object"===e&&(c=""+a,y("31","[object Object]"===c?"object with keys {"+Object.keys(a).join(", ")+"}":c,""));return f}function E(a,b){return"object"===typeof a&&null!==a&&null!=a.key?R(a.key):b.toString(36)}function T(a,b){a.func.call(a.context,b,a.count++)}function U(a,b,c){var d=a.result,e=a.keyPrefix;a=a.func.call(a.context,b,a.count++);Array.isArray(a)?F(a,d,c,G.thatReturnsArgument):null!=a&&(t.isValidElement(a)&&(a=t.cloneAndReplaceKey(a,
|
|
5
|
+
e+(!a.key||b&&b.key===a.key?"":(""+a.key).replace(N,"$\x26/")+"/")+c)),d.push(a))}function F(a,b,c,d,e){var f="";null!=c&&(f=(""+c).replace(N,"$\x26/")+"/");b=K(b,f,d,e);null==a||u(a,"",U,b);L(b)}var O=Object.getOwnPropertySymbols,V=Object.prototype.hasOwnProperty,W=Object.prototype.propertyIsEnumerable,H=function(){try{if(!Object.assign)return!1;var a=new String("abc");a[5]="de";if("5"===Object.getOwnPropertyNames(a)[0])return!1;var b={};for(a=0;10>a;a++)b["_"+String.fromCharCode(a)]=a;if("0123456789"!==
|
|
6
|
+
Object.getOwnPropertyNames(b).map(function(a){return b[a]}).join(""))return!1;var c={};"abcdefghijklmnopqrst".split("").forEach(function(a){c[a]=a});return"abcdefghijklmnopqrst"!==Object.keys(Object.assign({},c)).join("")?!1:!0}catch(d){return!1}}()?Object.assign:function(a,b){if(null===a||void 0===a)throw new TypeError("Object.assign cannot be called with null or undefined");var c=Object(a);for(var d,e=1;e<arguments.length;e++){var f=Object(arguments[e]);for(var g in f)V.call(f,g)&&(c[g]=f[g]);if(O){d=
|
|
7
|
+
O(f);for(var h=0;h<d.length;h++)W.call(f,d[h])&&(c[d[h]]=f[d[h]])}}return c},A={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},z={};r.prototype.isReactComponent={};r.prototype.setState=function(a,b){"object"!==typeof a&&"function"!==typeof a&&null!=a?y("85"):void 0;this.updater.enqueueSetState(this,a,b,"setState")};r.prototype.forceUpdate=function(a){this.updater.enqueueForceUpdate(this,a,"forceUpdate")};C.prototype=r.prototype;
|
|
8
|
+
var k=B.prototype=new C;k.constructor=B;H(k,r.prototype);k.isPureReactComponent=!0;k=D.prototype=new C;k.constructor=D;H(k,r.prototype);k.unstable_isAsyncReactComponent=!0;k.render=function(){return this.props.children};var I={current:null},P=Object.prototype.hasOwnProperty,J="function"===typeof Symbol&&Symbol["for"]&&Symbol["for"]("react.element")||60103,Q={key:!0,ref:!0,__self:!0,__source:!0};n.createElement=function(a,b,c){var d,e={},f=null,g=null,h=null,k=null;if(null!=b)for(d in void 0!==b.ref&&
|
|
9
|
+
(g=b.ref),void 0!==b.key&&(f=""+b.key),h=void 0===b.__self?null:b.__self,k=void 0===b.__source?null:b.__source,b)P.call(b,d)&&!Q.hasOwnProperty(d)&&(e[d]=b[d]);var m=arguments.length-2;if(1===m)e.children=c;else if(1<m){for(var l=Array(m),p=0;p<m;p++)l[p]=arguments[p+2];e.children=l}if(a&&a.defaultProps)for(d in m=a.defaultProps,m)void 0===e[d]&&(e[d]=m[d]);return n(a,f,g,h,k,I.current,e)};n.createFactory=function(a){var b=n.createElement.bind(null,a);b.type=a;return b};n.cloneAndReplaceKey=function(a,
|
|
10
|
+
b){return n(a.type,b,a.ref,a._self,a._source,a._owner,a.props)};n.cloneElement=function(a,b,c){var d=H({},a.props),e=a.key,f=a.ref,g=a._self,h=a._source,k=a._owner;if(null!=b){void 0!==b.ref&&(f=b.ref,k=I.current);void 0!==b.key&&(e=""+b.key);if(a.type&&a.type.defaultProps)var m=a.type.defaultProps;for(l in b)P.call(b,l)&&!Q.hasOwnProperty(l)&&(d[l]=void 0===b[l]&&void 0!==m?m[l]:b[l])}var l=arguments.length-2;if(1===l)d.children=c;else if(1<l){m=Array(l);for(var p=0;p<l;p++)m[p]=arguments[p+2];d.children=
|
|
11
|
+
m}return n(a.type,e,f,g,h,k,d)};n.isValidElement=function(a){return"object"===typeof a&&null!==a&&a.$$typeof===J};var t=n;q.thatReturns=v;q.thatReturnsFalse=v(!1);q.thatReturnsTrue=v(!0);q.thatReturnsNull=v(null);q.thatReturnsThis=function(){return this};q.thatReturnsArgument=function(a){return a};var G=q,M="function"===typeof Symbol&&Symbol.iterator,S="function"===typeof Symbol&&Symbol["for"]&&Symbol["for"]("react.element")||60103,N=/\/+/g,w=[];return{Children:{map:function(a,b,c){if(null==a)return a;
|
|
12
|
+
var d=[];F(a,d,null,b,c);return d},forEach:function(a,b,c){if(null==a)return a;b=K(null,null,b,c);null==a||u(a,"",T,b);L(b)},count:function(a){return null==a?0:u(a,"",G.thatReturnsNull,null)},toArray:function(a){var b=[];F(a,b,null,G.thatReturnsArgument);return b},only:function(a){t.isValidElement(a)?void 0:y("143");return a}},Component:r,PureComponent:B,unstable_AsyncComponent:D,createElement:t.createElement,cloneElement:t.cloneElement,isValidElement:t.isValidElement,createFactory:t.createFactory,
|
|
13
|
+
version:"16.0.0-rc.2",__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:{ReactCurrentOwner:I}}}"object"===typeof exports&&"undefined"!==typeof module?module.exports=x():"function"===typeof define&&define.amd?define(x):this.React=x();
|