react-dom 15.5.4 → 15.6.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.
Files changed (175) hide show
  1. package/LICENSE +16 -26
  2. package/dist/react-dom-server.js +1059 -1189
  3. package/dist/react-dom-server.min.js +8 -10
  4. package/dist/react-dom.js +1208 -1294
  5. package/dist/react-dom.min.js +9 -11
  6. package/lib/ARIADOMPropertyConfig.js +3 -5
  7. package/lib/AutoFocusUtils.js +3 -5
  8. package/lib/BeforeInputEventPlugin.js +3 -6
  9. package/lib/CSSProperty.js +10 -5
  10. package/lib/CSSPropertyOperations.js +17 -13
  11. package/lib/CallbackQueue.js +3 -5
  12. package/lib/ChangeEventPlugin.js +52 -88
  13. package/lib/DOMChildrenOperations.js +7 -8
  14. package/lib/DOMLazyTree.js +3 -5
  15. package/lib/DOMNamespaces.js +3 -5
  16. package/lib/DOMProperty.js +3 -6
  17. package/lib/DOMPropertyOperations.js +3 -7
  18. package/lib/Danger.js +3 -7
  19. package/lib/DefaultEventPluginOrder.js +3 -5
  20. package/lib/EnterLeaveEventPlugin.js +3 -7
  21. package/lib/EventConstants.js +3 -5
  22. package/lib/EventPluginHub.js +3 -9
  23. package/lib/EventPluginRegistry.js +3 -7
  24. package/lib/EventPluginUtils.js +3 -5
  25. package/lib/EventPropagators.js +3 -5
  26. package/lib/FallbackCompositionState.js +3 -5
  27. package/lib/HTMLDOMPropertyConfig.js +4 -5
  28. package/lib/KeyEscapeUtils.js +3 -5
  29. package/lib/LinkedValueUtils.js +10 -12
  30. package/lib/PluginModuleType.js +3 -5
  31. package/lib/PooledClass.js +3 -5
  32. package/lib/ReactBrowserEventEmitter.js +3 -9
  33. package/lib/ReactChildFiber.js +3 -6
  34. package/lib/ReactChildReconciler.js +7 -10
  35. package/lib/ReactComponentBrowserEnvironment.js +3 -7
  36. package/lib/ReactComponentEnvironment.js +3 -7
  37. package/lib/ReactComponentTreeTestUtils.js +3 -5
  38. package/lib/ReactCompositeComponent.js +5 -9
  39. package/lib/ReactCoroutine.js +3 -5
  40. package/lib/ReactDOM.js +5 -7
  41. package/lib/ReactDOMComponent.js +40 -29
  42. package/lib/ReactDOMComponentFlags.js +3 -5
  43. package/lib/ReactDOMComponentTree.js +3 -5
  44. package/lib/ReactDOMContainerInfo.js +3 -5
  45. package/lib/ReactDOMEmptyComponent.js +3 -5
  46. package/lib/ReactDOMFeatureFlags.js +3 -5
  47. package/lib/ReactDOMFiber.js +3 -6
  48. package/lib/ReactDOMIDOperations.js +3 -6
  49. package/lib/ReactDOMInput.js +8 -8
  50. package/lib/ReactDOMInvalidARIAHook.js +3 -5
  51. package/lib/ReactDOMNullInputValuePropHook.js +3 -5
  52. package/lib/ReactDOMOption.js +3 -6
  53. package/lib/ReactDOMSelect.js +3 -5
  54. package/lib/ReactDOMSelection.js +3 -5
  55. package/lib/ReactDOMServer.js +3 -5
  56. package/lib/ReactDOMServerUMDEntry.js +3 -5
  57. package/lib/ReactDOMTextComponent.js +3 -7
  58. package/lib/ReactDOMTextarea.js +3 -5
  59. package/lib/ReactDOMTreeTraversal.js +3 -5
  60. package/lib/ReactDOMUMDEntry.js +3 -5
  61. package/lib/ReactDOMUnknownPropertyHook.js +3 -5
  62. package/lib/ReactDebugTool.js +6 -6
  63. package/lib/ReactDefaultBatchingStrategy.js +3 -5
  64. package/lib/ReactDefaultInjection.js +3 -5
  65. package/lib/ReactElementSymbol.js +3 -5
  66. package/lib/ReactEmptyComponent.js +3 -5
  67. package/lib/ReactErrorUtils.js +6 -6
  68. package/lib/ReactEventEmitterMixin.js +3 -6
  69. package/lib/ReactEventListener.js +3 -5
  70. package/lib/ReactFeatureFlags.js +3 -5
  71. package/lib/ReactFiber.js +3 -7
  72. package/lib/ReactFiberBeginWork.js +3 -6
  73. package/lib/ReactFiberCommitWork.js +3 -6
  74. package/lib/ReactFiberCompleteWork.js +3 -7
  75. package/lib/ReactFiberReconciler.js +3 -5
  76. package/lib/ReactFiberRoot.js +3 -5
  77. package/lib/ReactFiberScheduler.js +3 -5
  78. package/lib/ReactFiberUpdateQueue.js +3 -5
  79. package/lib/ReactHostComponent.js +3 -5
  80. package/lib/ReactHostOperationHistoryHook.js +3 -5
  81. package/lib/ReactInjection.js +3 -5
  82. package/lib/ReactInputSelection.js +3 -6
  83. package/lib/ReactInstanceMap.js +3 -7
  84. package/lib/ReactInstanceType.js +3 -5
  85. package/lib/ReactInstrumentation.js +3 -5
  86. package/lib/ReactInvalidSetStateWarningHook.js +3 -5
  87. package/lib/ReactMarkupChecksum.js +3 -5
  88. package/lib/ReactMount.js +10 -12
  89. package/lib/ReactMultiChild.js +3 -9
  90. package/lib/ReactMultiChildUpdateTypes.js +3 -5
  91. package/lib/ReactNodeTypes.js +3 -5
  92. package/lib/ReactOwner.js +3 -6
  93. package/lib/ReactPerf.js +9 -11
  94. package/lib/ReactPriorityLevel.js +5 -6
  95. package/lib/ReactPropTypeLocationNames.js +3 -5
  96. package/lib/ReactPropTypeLocations.js +3 -5
  97. package/lib/ReactPropTypesSecret.js +3 -5
  98. package/lib/ReactReconcileTransaction.js +3 -5
  99. package/lib/ReactReconciler.js +5 -9
  100. package/lib/ReactRef.js +3 -5
  101. package/lib/ReactReifiedYield.js +3 -5
  102. package/lib/ReactServerBatchingStrategy.js +3 -5
  103. package/lib/ReactServerRendering.js +3 -5
  104. package/lib/ReactServerRenderingTransaction.js +3 -5
  105. package/lib/ReactServerUpdateQueue.js +3 -5
  106. package/lib/ReactShallowRenderer.js +3 -5
  107. package/lib/ReactSimpleEmptyComponent.js +5 -7
  108. package/lib/ReactSyntheticEventType.js +3 -5
  109. package/lib/ReactTestReconcileTransaction.js +2 -4
  110. package/lib/ReactTestUtils.js +4 -5
  111. package/lib/ReactTypeOfWork.js +3 -5
  112. package/lib/ReactTypes.js +3 -5
  113. package/lib/ReactUpdateQueue.js +4 -8
  114. package/lib/ReactUpdates.js +4 -6
  115. package/lib/ReactVersion.js +4 -6
  116. package/lib/ResponderEventPlugin.js +3 -7
  117. package/lib/ResponderSyntheticEvent.js +3 -5
  118. package/lib/ResponderTouchHistoryStore.js +3 -5
  119. package/lib/SVGDOMPropertyConfig.js +3 -5
  120. package/lib/SelectEventPlugin.js +3 -8
  121. package/lib/SimpleEventPlugin.js +3 -7
  122. package/lib/SyntheticAnimationEvent.js +3 -5
  123. package/lib/SyntheticClipboardEvent.js +3 -5
  124. package/lib/SyntheticCompositionEvent.js +3 -5
  125. package/lib/SyntheticDragEvent.js +3 -5
  126. package/lib/SyntheticEvent.js +34 -33
  127. package/lib/SyntheticFocusEvent.js +3 -5
  128. package/lib/SyntheticInputEvent.js +3 -5
  129. package/lib/SyntheticKeyboardEvent.js +3 -5
  130. package/lib/SyntheticMouseEvent.js +3 -5
  131. package/lib/SyntheticTouchEvent.js +3 -5
  132. package/lib/SyntheticTransitionEvent.js +3 -5
  133. package/lib/SyntheticUIEvent.js +3 -5
  134. package/lib/SyntheticWheelEvent.js +6 -11
  135. package/lib/TapEventPlugin.js +3 -7
  136. package/lib/Transaction.js +6 -5
  137. package/lib/ViewportMetrics.js +3 -7
  138. package/lib/accumulate.js +3 -5
  139. package/lib/accumulateInto.js +3 -5
  140. package/lib/adler32.js +3 -5
  141. package/lib/canDefineProperty.js +3 -5
  142. package/lib/checkReactTypeSpec.js +3 -5
  143. package/lib/createMicrosoftUnsafeLocalFunction.js +3 -5
  144. package/lib/dangerousStyleValue.js +5 -7
  145. package/lib/deprecated.js +6 -8
  146. package/lib/escapeTextContentForBrowser.js +3 -6
  147. package/lib/findDOMNode.js +3 -5
  148. package/lib/flattenChildren.js +3 -5
  149. package/lib/forEachAccumulated.js +3 -5
  150. package/lib/getEventCharCode.js +3 -5
  151. package/lib/getEventKey.js +27 -19
  152. package/lib/getEventModifierState.js +7 -9
  153. package/lib/getEventTarget.js +3 -5
  154. package/lib/getHostComponentFromComposite.js +3 -5
  155. package/lib/getIteratorFn.js +3 -5
  156. package/lib/getNodeForCharacterOffset.js +3 -5
  157. package/lib/getTestDocument.js +3 -5
  158. package/lib/getTextContentAccessor.js +3 -5
  159. package/lib/getVendorPrefixedEventName.js +3 -5
  160. package/lib/inputValueTracking.js +120 -0
  161. package/lib/instantiateReactComponent.js +4 -6
  162. package/lib/isEventSupported.js +3 -5
  163. package/lib/isTextInputElement.js +17 -19
  164. package/lib/lowPriorityWarning.js +62 -0
  165. package/lib/quoteAttributeValueForBrowser.js +3 -5
  166. package/lib/reactComponentExpect.js +3 -5
  167. package/lib/reactProdInvariant.js +2 -4
  168. package/lib/renderSubtreeIntoContainer.js +3 -5
  169. package/lib/setInnerHTML.js +4 -6
  170. package/lib/setTextContent.js +3 -5
  171. package/lib/shouldUpdateReactComponent.js +3 -5
  172. package/lib/traverseAllChildren.js +4 -6
  173. package/lib/validateDOMNesting.js +4 -12
  174. package/package.json +4 -5
  175. package/PATENTS +0 -33
@@ -1,5 +1,5 @@
1
1
  /**
2
- * ReactDOMServer v15.5.4
2
+ * ReactDOMServer v15.6.2
3
3
  */
4
4
 
5
5
  ;(function(f) {
@@ -31,12 +31,10 @@
31
31
  })(function(React) {
32
32
  return (function(f){return f()})(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(_dereq_,module,exports){
33
33
  /**
34
- * Copyright 2013-present, Facebook, Inc.
35
- * All rights reserved.
34
+ * Copyright (c) 2013-present, Facebook, Inc.
36
35
  *
37
- * This source code is licensed under the BSD-style license found in the
38
- * LICENSE file in the root directory of this source tree. An additional grant
39
- * of patent rights can be found in the PATENTS file in the same directory.
36
+ * This source code is licensed under the MIT license found in the
37
+ * LICENSE file in the root directory of this source tree.
40
38
  *
41
39
  */
42
40
 
@@ -105,12 +103,10 @@ var ARIADOMPropertyConfig = {
105
103
  module.exports = ARIADOMPropertyConfig;
106
104
  },{}],2:[function(_dereq_,module,exports){
107
105
  /**
108
- * Copyright 2013-present, Facebook, Inc.
109
- * All rights reserved.
106
+ * Copyright (c) 2013-present, Facebook, Inc.
110
107
  *
111
- * This source code is licensed under the BSD-style license found in the
112
- * LICENSE file in the root directory of this source tree. An additional grant
113
- * of patent rights can be found in the PATENTS file in the same directory.
108
+ * This source code is licensed under the MIT license found in the
109
+ * LICENSE file in the root directory of this source tree.
114
110
  *
115
111
  */
116
112
 
@@ -118,7 +114,7 @@ module.exports = ARIADOMPropertyConfig;
118
114
 
119
115
  var ReactDOMComponentTree = _dereq_(32);
120
116
 
121
- var focusNode = _dereq_(134);
117
+ var focusNode = _dereq_(135);
122
118
 
123
119
  var AutoFocusUtils = {
124
120
  focusDOMComponent: function () {
@@ -127,21 +123,19 @@ var AutoFocusUtils = {
127
123
  };
128
124
 
129
125
  module.exports = AutoFocusUtils;
130
- },{"134":134,"32":32}],3:[function(_dereq_,module,exports){
126
+ },{"135":135,"32":32}],3:[function(_dereq_,module,exports){
131
127
  /**
132
- * Copyright 2013-present Facebook, Inc.
133
- * All rights reserved.
128
+ * Copyright (c) 2013-present, Facebook, Inc.
134
129
  *
135
- * This source code is licensed under the BSD-style license found in the
136
- * LICENSE file in the root directory of this source tree. An additional grant
137
- * of patent rights can be found in the PATENTS file in the same directory.
130
+ * This source code is licensed under the MIT license found in the
131
+ * LICENSE file in the root directory of this source tree.
138
132
  *
139
133
  */
140
134
 
141
135
  'use strict';
142
136
 
143
137
  var EventPropagators = _dereq_(19);
144
- var ExecutionEnvironment = _dereq_(126);
138
+ var ExecutionEnvironment = _dereq_(127);
145
139
  var FallbackCompositionState = _dereq_(20);
146
140
  var SyntheticCompositionEvent = _dereq_(82);
147
141
  var SyntheticInputEvent = _dereq_(86);
@@ -503,7 +497,6 @@ function extractBeforeInputEvent(topLevelType, targetInst, nativeEvent, nativeEv
503
497
  * `composition` event types.
504
498
  */
505
499
  var BeforeInputEventPlugin = {
506
-
507
500
  eventTypes: eventTypes,
508
501
 
509
502
  extractEvents: function (topLevelType, targetInst, nativeEvent, nativeEventTarget) {
@@ -512,14 +505,12 @@ var BeforeInputEventPlugin = {
512
505
  };
513
506
 
514
507
  module.exports = BeforeInputEventPlugin;
515
- },{"126":126,"19":19,"20":20,"82":82,"86":86}],4:[function(_dereq_,module,exports){
508
+ },{"127":127,"19":19,"20":20,"82":82,"86":86}],4:[function(_dereq_,module,exports){
516
509
  /**
517
- * Copyright 2013-present, Facebook, Inc.
518
- * All rights reserved.
510
+ * Copyright (c) 2013-present, Facebook, Inc.
519
511
  *
520
- * This source code is licensed under the BSD-style license found in the
521
- * LICENSE file in the root directory of this source tree. An additional grant
522
- * of patent rights can be found in the PATENTS file in the same directory.
512
+ * This source code is licensed under the MIT license found in the
513
+ * LICENSE file in the root directory of this source tree.
523
514
  *
524
515
  */
525
516
 
@@ -538,6 +529,7 @@ var isUnitlessNumber = {
538
529
  boxFlexGroup: true,
539
530
  boxOrdinalGroup: true,
540
531
  columnCount: true,
532
+ columns: true,
541
533
  flex: true,
542
534
  flexGrow: true,
543
535
  flexPositive: true,
@@ -545,7 +537,13 @@ var isUnitlessNumber = {
545
537
  flexNegative: true,
546
538
  flexOrder: true,
547
539
  gridRow: true,
540
+ gridRowEnd: true,
541
+ gridRowSpan: true,
542
+ gridRowStart: true,
548
543
  gridColumn: true,
544
+ gridColumnEnd: true,
545
+ gridColumnSpan: true,
546
+ gridColumnStart: true,
549
547
  fontWeight: true,
550
548
  lineClamp: true,
551
549
  lineHeight: true,
@@ -662,26 +660,24 @@ var CSSProperty = {
662
660
  module.exports = CSSProperty;
663
661
  },{}],5:[function(_dereq_,module,exports){
664
662
  /**
665
- * Copyright 2013-present, Facebook, Inc.
666
- * All rights reserved.
663
+ * Copyright (c) 2013-present, Facebook, Inc.
667
664
  *
668
- * This source code is licensed under the BSD-style license found in the
669
- * LICENSE file in the root directory of this source tree. An additional grant
670
- * of patent rights can be found in the PATENTS file in the same directory.
665
+ * This source code is licensed under the MIT license found in the
666
+ * LICENSE file in the root directory of this source tree.
671
667
  *
672
668
  */
673
669
 
674
670
  'use strict';
675
671
 
676
672
  var CSSProperty = _dereq_(4);
677
- var ExecutionEnvironment = _dereq_(126);
673
+ var ExecutionEnvironment = _dereq_(127);
678
674
  var ReactInstrumentation = _dereq_(59);
679
675
 
680
- var camelizeStyleName = _dereq_(128);
676
+ var camelizeStyleName = _dereq_(129);
681
677
  var dangerousStyleValue = _dereq_(99);
682
- var hyphenateStyleName = _dereq_(139);
683
- var memoizeStringOnly = _dereq_(143);
684
- var warning = _dereq_(147);
678
+ var hyphenateStyleName = _dereq_(140);
679
+ var memoizeStringOnly = _dereq_(144);
680
+ var warning = _dereq_(148);
685
681
 
686
682
  var processStyleName = memoizeStringOnly(function (styleName) {
687
683
  return hyphenateStyleName(styleName);
@@ -738,7 +734,7 @@ if ("development" !== 'production') {
738
734
  }
739
735
 
740
736
  warnedStyleValues[value] = true;
741
- "development" !== 'production' ? warning(false, 'Style property values shouldn\'t contain a semicolon.%s ' + 'Try "%s: %s" instead.', checkRenderMessage(owner), name, value.replace(badStyleValueWithSemicolonPattern, '')) : void 0;
737
+ "development" !== 'production' ? warning(false, "Style property values shouldn't contain a semicolon.%s " + 'Try "%s: %s" instead.', checkRenderMessage(owner), name, value.replace(badStyleValueWithSemicolonPattern, '')) : void 0;
742
738
  };
743
739
 
744
740
  var warnStyleValueIsNaN = function (name, value, owner) {
@@ -788,7 +784,6 @@ if ("development" !== 'production') {
788
784
  * Operations for dealing with CSS properties.
789
785
  */
790
786
  var CSSPropertyOperations = {
791
-
792
787
  /**
793
788
  * Serializes a mapping of style properties for use as inline styles:
794
789
  *
@@ -808,13 +803,16 @@ var CSSPropertyOperations = {
808
803
  if (!styles.hasOwnProperty(styleName)) {
809
804
  continue;
810
805
  }
806
+ var isCustomProperty = styleName.indexOf('--') === 0;
811
807
  var styleValue = styles[styleName];
812
808
  if ("development" !== 'production') {
813
- warnValidStyle(styleName, styleValue, component);
809
+ if (!isCustomProperty) {
810
+ warnValidStyle(styleName, styleValue, component);
811
+ }
814
812
  }
815
813
  if (styleValue != null) {
816
814
  serialized += processStyleName(styleName) + ':';
817
- serialized += dangerousStyleValue(styleName, styleValue, component) + ';';
815
+ serialized += dangerousStyleValue(styleName, styleValue, component, isCustomProperty) + ';';
818
816
  }
819
817
  }
820
818
  return serialized || null;
@@ -842,14 +840,19 @@ var CSSPropertyOperations = {
842
840
  if (!styles.hasOwnProperty(styleName)) {
843
841
  continue;
844
842
  }
843
+ var isCustomProperty = styleName.indexOf('--') === 0;
845
844
  if ("development" !== 'production') {
846
- warnValidStyle(styleName, styles[styleName], component);
845
+ if (!isCustomProperty) {
846
+ warnValidStyle(styleName, styles[styleName], component);
847
+ }
847
848
  }
848
- var styleValue = dangerousStyleValue(styleName, styles[styleName], component);
849
+ var styleValue = dangerousStyleValue(styleName, styles[styleName], component, isCustomProperty);
849
850
  if (styleName === 'float' || styleName === 'cssFloat') {
850
851
  styleName = styleFloatAccessor;
851
852
  }
852
- if (styleValue) {
853
+ if (isCustomProperty) {
854
+ style.setProperty(styleName, styleValue);
855
+ } else if (styleValue) {
853
856
  style[styleName] = styleValue;
854
857
  } else {
855
858
  var expansion = hasShorthandPropertyBug && CSSProperty.shorthandPropertyExpansions[styleName];
@@ -865,31 +868,28 @@ var CSSPropertyOperations = {
865
868
  }
866
869
  }
867
870
  }
868
-
869
871
  };
870
872
 
871
873
  module.exports = CSSPropertyOperations;
872
- },{"126":126,"128":128,"139":139,"143":143,"147":147,"4":4,"59":59,"99":99}],6:[function(_dereq_,module,exports){
874
+ },{"127":127,"129":129,"140":140,"144":144,"148":148,"4":4,"59":59,"99":99}],6:[function(_dereq_,module,exports){
873
875
  /**
874
- * Copyright 2013-present, Facebook, Inc.
875
- * All rights reserved.
876
+ * Copyright (c) 2013-present, Facebook, Inc.
876
877
  *
877
- * This source code is licensed under the BSD-style license found in the
878
- * LICENSE file in the root directory of this source tree. An additional grant
879
- * of patent rights can be found in the PATENTS file in the same directory.
878
+ * This source code is licensed under the MIT license found in the
879
+ * LICENSE file in the root directory of this source tree.
880
880
  *
881
881
  *
882
882
  */
883
883
 
884
884
  'use strict';
885
885
 
886
- var _prodInvariant = _dereq_(115);
886
+ var _prodInvariant = _dereq_(116);
887
887
 
888
888
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
889
889
 
890
890
  var PooledClass = _dereq_(24);
891
891
 
892
- var invariant = _dereq_(140);
892
+ var invariant = _dereq_(141);
893
893
 
894
894
  /**
895
895
  * A specialized pseudo-event module to help keep track of components waiting to
@@ -988,14 +988,12 @@ var CallbackQueue = function () {
988
988
  }();
989
989
 
990
990
  module.exports = PooledClass.addPoolingTo(CallbackQueue);
991
- },{"115":115,"140":140,"24":24}],7:[function(_dereq_,module,exports){
991
+ },{"116":116,"141":141,"24":24}],7:[function(_dereq_,module,exports){
992
992
  /**
993
- * Copyright 2013-present, Facebook, Inc.
994
- * All rights reserved.
993
+ * Copyright (c) 2013-present, Facebook, Inc.
995
994
  *
996
- * This source code is licensed under the BSD-style license found in the
997
- * LICENSE file in the root directory of this source tree. An additional grant
998
- * of patent rights can be found in the PATENTS file in the same directory.
995
+ * This source code is licensed under the MIT license found in the
996
+ * LICENSE file in the root directory of this source tree.
999
997
  *
1000
998
  */
1001
999
 
@@ -1003,14 +1001,15 @@ module.exports = PooledClass.addPoolingTo(CallbackQueue);
1003
1001
 
1004
1002
  var EventPluginHub = _dereq_(16);
1005
1003
  var EventPropagators = _dereq_(19);
1006
- var ExecutionEnvironment = _dereq_(126);
1004
+ var ExecutionEnvironment = _dereq_(127);
1007
1005
  var ReactDOMComponentTree = _dereq_(32);
1008
1006
  var ReactUpdates = _dereq_(75);
1009
1007
  var SyntheticEvent = _dereq_(84);
1010
1008
 
1009
+ var inputValueTracking = _dereq_(111);
1011
1010
  var getEventTarget = _dereq_(106);
1012
- var isEventSupported = _dereq_(112);
1013
- var isTextInputElement = _dereq_(113);
1011
+ var isEventSupported = _dereq_(113);
1012
+ var isTextInputElement = _dereq_(114);
1014
1013
 
1015
1014
  var eventTypes = {
1016
1015
  change: {
@@ -1022,13 +1021,17 @@ var eventTypes = {
1022
1021
  }
1023
1022
  };
1024
1023
 
1024
+ function createAndAccumulateChangeEvent(inst, nativeEvent, target) {
1025
+ var event = SyntheticEvent.getPooled(eventTypes.change, inst, nativeEvent, target);
1026
+ event.type = 'change';
1027
+ EventPropagators.accumulateTwoPhaseDispatches(event);
1028
+ return event;
1029
+ }
1025
1030
  /**
1026
1031
  * For IE shims
1027
1032
  */
1028
1033
  var activeElement = null;
1029
1034
  var activeElementInst = null;
1030
- var activeElementValue = null;
1031
- var activeElementValueProp = null;
1032
1035
 
1033
1036
  /**
1034
1037
  * SECTION: handle `change` event
@@ -1045,8 +1048,7 @@ if (ExecutionEnvironment.canUseDOM) {
1045
1048
  }
1046
1049
 
1047
1050
  function manualDispatchChangeEvent(nativeEvent) {
1048
- var event = SyntheticEvent.getPooled(eventTypes.change, activeElementInst, nativeEvent, getEventTarget(nativeEvent));
1049
- EventPropagators.accumulateTwoPhaseDispatches(event);
1051
+ var event = createAndAccumulateChangeEvent(activeElementInst, nativeEvent, getEventTarget(nativeEvent));
1050
1052
 
1051
1053
  // If change and propertychange bubbled, we'd just bind to it like all the
1052
1054
  // other events and have it go through ReactBrowserEventEmitter. Since it
@@ -1082,11 +1084,21 @@ function stopWatchingForChangeEventIE8() {
1082
1084
  activeElementInst = null;
1083
1085
  }
1084
1086
 
1087
+ function getInstIfValueChanged(targetInst, nativeEvent) {
1088
+ var updated = inputValueTracking.updateValueIfChanged(targetInst);
1089
+ var simulated = nativeEvent.simulated === true && ChangeEventPlugin._allowSimulatedPassThrough;
1090
+
1091
+ if (updated || simulated) {
1092
+ return targetInst;
1093
+ }
1094
+ }
1095
+
1085
1096
  function getTargetInstForChangeEvent(topLevelType, targetInst) {
1086
1097
  if (topLevelType === 'topChange') {
1087
1098
  return targetInst;
1088
1099
  }
1089
1100
  }
1101
+
1090
1102
  function handleEventsForChangeEventIE8(topLevelType, target, targetInst) {
1091
1103
  if (topLevelType === 'topFocus') {
1092
1104
  // stopWatching() should be a noop here but we call it just in case we
@@ -1105,105 +1117,54 @@ var isInputEventSupported = false;
1105
1117
  if (ExecutionEnvironment.canUseDOM) {
1106
1118
  // IE9 claims to support the input event but fails to trigger it when
1107
1119
  // deleting text, so we ignore its input events.
1108
- // IE10+ fire input events to often, such when a placeholder
1109
- // changes or when an input with a placeholder is focused.
1110
- isInputEventSupported = isEventSupported('input') && (!document.documentMode || document.documentMode > 11);
1111
- }
1112
1120
 
1113
- /**
1114
- * (For IE <=11) Replacement getter/setter for the `value` property that gets
1115
- * set on the active element.
1116
- */
1117
- var newValueProp = {
1118
- get: function () {
1119
- return activeElementValueProp.get.call(this);
1120
- },
1121
- set: function (val) {
1122
- // Cast to a string so we can do equality checks.
1123
- activeElementValue = '' + val;
1124
- activeElementValueProp.set.call(this, val);
1125
- }
1126
- };
1121
+ isInputEventSupported = isEventSupported('input') && (!document.documentMode || document.documentMode > 9);
1122
+ }
1127
1123
 
1128
1124
  /**
1129
- * (For IE <=11) Starts tracking propertychange events on the passed-in element
1125
+ * (For IE <=9) Starts tracking propertychange events on the passed-in element
1130
1126
  * and override the value property so that we can distinguish user events from
1131
1127
  * value changes in JS.
1132
1128
  */
1133
1129
  function startWatchingForValueChange(target, targetInst) {
1134
1130
  activeElement = target;
1135
1131
  activeElementInst = targetInst;
1136
- activeElementValue = target.value;
1137
- activeElementValueProp = Object.getOwnPropertyDescriptor(target.constructor.prototype, 'value');
1138
-
1139
- // Not guarded in a canDefineProperty check: IE8 supports defineProperty only
1140
- // on DOM elements
1141
- Object.defineProperty(activeElement, 'value', newValueProp);
1142
- if (activeElement.attachEvent) {
1143
- activeElement.attachEvent('onpropertychange', handlePropertyChange);
1144
- } else {
1145
- activeElement.addEventListener('propertychange', handlePropertyChange, false);
1146
- }
1132
+ activeElement.attachEvent('onpropertychange', handlePropertyChange);
1147
1133
  }
1148
1134
 
1149
1135
  /**
1150
- * (For IE <=11) Removes the event listeners from the currently-tracked element,
1136
+ * (For IE <=9) Removes the event listeners from the currently-tracked element,
1151
1137
  * if any exists.
1152
1138
  */
1153
1139
  function stopWatchingForValueChange() {
1154
1140
  if (!activeElement) {
1155
1141
  return;
1156
1142
  }
1157
-
1158
- // delete restores the original property definition
1159
- delete activeElement.value;
1160
-
1161
- if (activeElement.detachEvent) {
1162
- activeElement.detachEvent('onpropertychange', handlePropertyChange);
1163
- } else {
1164
- activeElement.removeEventListener('propertychange', handlePropertyChange, false);
1165
- }
1143
+ activeElement.detachEvent('onpropertychange', handlePropertyChange);
1166
1144
 
1167
1145
  activeElement = null;
1168
1146
  activeElementInst = null;
1169
- activeElementValue = null;
1170
- activeElementValueProp = null;
1171
1147
  }
1172
1148
 
1173
1149
  /**
1174
- * (For IE <=11) Handles a propertychange event, sending a `change` event if
1150
+ * (For IE <=9) Handles a propertychange event, sending a `change` event if
1175
1151
  * the value of the active element has changed.
1176
1152
  */
1177
1153
  function handlePropertyChange(nativeEvent) {
1178
1154
  if (nativeEvent.propertyName !== 'value') {
1179
1155
  return;
1180
1156
  }
1181
- var value = nativeEvent.srcElement.value;
1182
- if (value === activeElementValue) {
1183
- return;
1184
- }
1185
- activeElementValue = value;
1186
-
1187
- manualDispatchChangeEvent(nativeEvent);
1188
- }
1189
-
1190
- /**
1191
- * If a `change` event should be fired, returns the target's ID.
1192
- */
1193
- function getTargetInstForInputEvent(topLevelType, targetInst) {
1194
- if (topLevelType === 'topInput') {
1195
- // In modern browsers (i.e., not IE8 or IE9), the input event is exactly
1196
- // what we want so fall through here and trigger an abstract event
1197
- return targetInst;
1157
+ if (getInstIfValueChanged(activeElementInst, nativeEvent)) {
1158
+ manualDispatchChangeEvent(nativeEvent);
1198
1159
  }
1199
1160
  }
1200
1161
 
1201
- function handleEventsForInputEventIE(topLevelType, target, targetInst) {
1162
+ function handleEventsForInputEventPolyfill(topLevelType, target, targetInst) {
1202
1163
  if (topLevelType === 'topFocus') {
1203
1164
  // In IE8, we can capture almost all .value changes by adding a
1204
1165
  // propertychange handler and looking for events with propertyName
1205
1166
  // equal to 'value'
1206
- // In IE9-11, propertychange fires for most input events but is buggy and
1167
+ // In IE9, propertychange fires for most input events but is buggy and
1207
1168
  // doesn't fire when text is deleted, but conveniently, selectionchange
1208
1169
  // appears to fire in all of the remaining cases so we catch those and
1209
1170
  // forward the event if the value has changed
@@ -1221,7 +1182,7 @@ function handleEventsForInputEventIE(topLevelType, target, targetInst) {
1221
1182
  }
1222
1183
 
1223
1184
  // For IE8 and IE9.
1224
- function getTargetInstForInputEventIE(topLevelType, targetInst) {
1185
+ function getTargetInstForInputEventPolyfill(topLevelType, targetInst, nativeEvent) {
1225
1186
  if (topLevelType === 'topSelectionChange' || topLevelType === 'topKeyUp' || topLevelType === 'topKeyDown') {
1226
1187
  // On the selectionchange event, the target is just document which isn't
1227
1188
  // helpful for us so just check activeElement instead.
@@ -1233,10 +1194,7 @@ function getTargetInstForInputEventIE(topLevelType, targetInst) {
1233
1194
  // keystroke if user does a key repeat (it'll be a little delayed: right
1234
1195
  // before the second keystroke). Other input methods (e.g., paste) seem to
1235
1196
  // fire selectionchange normally.
1236
- if (activeElement && activeElement.value !== activeElementValue) {
1237
- activeElementValue = activeElement.value;
1238
- return activeElementInst;
1239
- }
1197
+ return getInstIfValueChanged(activeElementInst, nativeEvent);
1240
1198
  }
1241
1199
  }
1242
1200
 
@@ -1247,12 +1205,19 @@ function shouldUseClickEvent(elem) {
1247
1205
  // Use the `click` event to detect changes to checkbox and radio inputs.
1248
1206
  // This approach works across all browsers, whereas `change` does not fire
1249
1207
  // until `blur` in IE8.
1250
- return elem.nodeName && elem.nodeName.toLowerCase() === 'input' && (elem.type === 'checkbox' || elem.type === 'radio');
1208
+ var nodeName = elem.nodeName;
1209
+ return nodeName && nodeName.toLowerCase() === 'input' && (elem.type === 'checkbox' || elem.type === 'radio');
1251
1210
  }
1252
1211
 
1253
- function getTargetInstForClickEvent(topLevelType, targetInst) {
1212
+ function getTargetInstForClickEvent(topLevelType, targetInst, nativeEvent) {
1254
1213
  if (topLevelType === 'topClick') {
1255
- return targetInst;
1214
+ return getInstIfValueChanged(targetInst, nativeEvent);
1215
+ }
1216
+ }
1217
+
1218
+ function getTargetInstForInputOrChangeEvent(topLevelType, targetInst, nativeEvent) {
1219
+ if (topLevelType === 'topInput' || topLevelType === 'topChange') {
1220
+ return getInstIfValueChanged(targetInst, nativeEvent);
1256
1221
  }
1257
1222
  }
1258
1223
 
@@ -1287,9 +1252,11 @@ function handleControlledInputBlur(inst, node) {
1287
1252
  * - select
1288
1253
  */
1289
1254
  var ChangeEventPlugin = {
1290
-
1291
1255
  eventTypes: eventTypes,
1292
1256
 
1257
+ _allowSimulatedPassThrough: true,
1258
+ _isInputEventSupported: isInputEventSupported,
1259
+
1293
1260
  extractEvents: function (topLevelType, targetInst, nativeEvent, nativeEventTarget) {
1294
1261
  var targetNode = targetInst ? ReactDOMComponentTree.getNodeFromInstance(targetInst) : window;
1295
1262
 
@@ -1302,21 +1269,19 @@ var ChangeEventPlugin = {
1302
1269
  }
1303
1270
  } else if (isTextInputElement(targetNode)) {
1304
1271
  if (isInputEventSupported) {
1305
- getTargetInstFunc = getTargetInstForInputEvent;
1272
+ getTargetInstFunc = getTargetInstForInputOrChangeEvent;
1306
1273
  } else {
1307
- getTargetInstFunc = getTargetInstForInputEventIE;
1308
- handleEventFunc = handleEventsForInputEventIE;
1274
+ getTargetInstFunc = getTargetInstForInputEventPolyfill;
1275
+ handleEventFunc = handleEventsForInputEventPolyfill;
1309
1276
  }
1310
1277
  } else if (shouldUseClickEvent(targetNode)) {
1311
1278
  getTargetInstFunc = getTargetInstForClickEvent;
1312
1279
  }
1313
1280
 
1314
1281
  if (getTargetInstFunc) {
1315
- var inst = getTargetInstFunc(topLevelType, targetInst);
1282
+ var inst = getTargetInstFunc(topLevelType, targetInst, nativeEvent);
1316
1283
  if (inst) {
1317
- var event = SyntheticEvent.getPooled(eventTypes.change, inst, nativeEvent, nativeEventTarget);
1318
- event.type = 'change';
1319
- EventPropagators.accumulateTwoPhaseDispatches(event);
1284
+ var event = createAndAccumulateChangeEvent(inst, nativeEvent, nativeEventTarget);
1320
1285
  return event;
1321
1286
  }
1322
1287
  }
@@ -1330,18 +1295,15 @@ var ChangeEventPlugin = {
1330
1295
  handleControlledInputBlur(targetInst, targetNode);
1331
1296
  }
1332
1297
  }
1333
-
1334
1298
  };
1335
1299
 
1336
1300
  module.exports = ChangeEventPlugin;
1337
- },{"106":106,"112":112,"113":113,"126":126,"16":16,"19":19,"32":32,"75":75,"84":84}],8:[function(_dereq_,module,exports){
1301
+ },{"106":106,"111":111,"113":113,"114":114,"127":127,"16":16,"19":19,"32":32,"75":75,"84":84}],8:[function(_dereq_,module,exports){
1338
1302
  /**
1339
- * Copyright 2013-present, Facebook, Inc.
1340
- * All rights reserved.
1303
+ * Copyright (c) 2013-present, Facebook, Inc.
1341
1304
  *
1342
- * This source code is licensed under the BSD-style license found in the
1343
- * LICENSE file in the root directory of this source tree. An additional grant
1344
- * of patent rights can be found in the PATENTS file in the same directory.
1305
+ * This source code is licensed under the MIT license found in the
1306
+ * LICENSE file in the root directory of this source tree.
1345
1307
  *
1346
1308
  */
1347
1309
 
@@ -1353,8 +1315,8 @@ var ReactDOMComponentTree = _dereq_(32);
1353
1315
  var ReactInstrumentation = _dereq_(59);
1354
1316
 
1355
1317
  var createMicrosoftUnsafeLocalFunction = _dereq_(98);
1356
- var setInnerHTML = _dereq_(116);
1357
- var setTextContent = _dereq_(117);
1318
+ var setInnerHTML = _dereq_(117);
1319
+ var setTextContent = _dereq_(118);
1358
1320
 
1359
1321
  function getNodeAfter(parentNode, node) {
1360
1322
  // Special case for text components, which return [open, close] comments
@@ -1482,7 +1444,6 @@ if ("development" !== 'production') {
1482
1444
  * Operations for updating with DOM children.
1483
1445
  */
1484
1446
  var DOMChildrenOperations = {
1485
-
1486
1447
  dangerouslyReplaceNodeWithMarkup: dangerouslyReplaceNodeWithMarkup,
1487
1448
 
1488
1449
  replaceDelimitedText: replaceDelimitedText,
@@ -1508,7 +1469,10 @@ var DOMChildrenOperations = {
1508
1469
  ReactInstrumentation.debugTool.onHostOperation({
1509
1470
  instanceID: parentNodeDebugID,
1510
1471
  type: 'insert child',
1511
- payload: { toIndex: update.toIndex, content: update.content.toString() }
1472
+ payload: {
1473
+ toIndex: update.toIndex,
1474
+ content: update.content.toString()
1475
+ }
1512
1476
  });
1513
1477
  }
1514
1478
  break;
@@ -1555,28 +1519,25 @@ var DOMChildrenOperations = {
1555
1519
  }
1556
1520
  }
1557
1521
  }
1558
-
1559
1522
  };
1560
1523
 
1561
1524
  module.exports = DOMChildrenOperations;
1562
- },{"116":116,"117":117,"13":13,"32":32,"59":59,"9":9,"98":98}],9:[function(_dereq_,module,exports){
1525
+ },{"117":117,"118":118,"13":13,"32":32,"59":59,"9":9,"98":98}],9:[function(_dereq_,module,exports){
1563
1526
  /**
1564
- * Copyright 2015-present, Facebook, Inc.
1565
- * All rights reserved.
1527
+ * Copyright (c) 2015-present, Facebook, Inc.
1566
1528
  *
1567
- * This source code is licensed under the BSD-style license found in the
1568
- * LICENSE file in the root directory of this source tree. An additional grant
1569
- * of patent rights can be found in the PATENTS file in the same directory.
1529
+ * This source code is licensed under the MIT license found in the
1530
+ * LICENSE file in the root directory of this source tree.
1570
1531
  *
1571
1532
  */
1572
1533
 
1573
1534
  'use strict';
1574
1535
 
1575
1536
  var DOMNamespaces = _dereq_(10);
1576
- var setInnerHTML = _dereq_(116);
1537
+ var setInnerHTML = _dereq_(117);
1577
1538
 
1578
1539
  var createMicrosoftUnsafeLocalFunction = _dereq_(98);
1579
- var setTextContent = _dereq_(117);
1540
+ var setTextContent = _dereq_(118);
1580
1541
 
1581
1542
  var ELEMENT_NODE_TYPE = 1;
1582
1543
  var DOCUMENT_FRAGMENT_NODE_TYPE = 11;
@@ -1677,14 +1638,12 @@ DOMLazyTree.queueHTML = queueHTML;
1677
1638
  DOMLazyTree.queueText = queueText;
1678
1639
 
1679
1640
  module.exports = DOMLazyTree;
1680
- },{"10":10,"116":116,"117":117,"98":98}],10:[function(_dereq_,module,exports){
1641
+ },{"10":10,"117":117,"118":118,"98":98}],10:[function(_dereq_,module,exports){
1681
1642
  /**
1682
- * Copyright 2013-present, Facebook, Inc.
1683
- * All rights reserved.
1643
+ * Copyright (c) 2013-present, Facebook, Inc.
1684
1644
  *
1685
- * This source code is licensed under the BSD-style license found in the
1686
- * LICENSE file in the root directory of this source tree. An additional grant
1687
- * of patent rights can be found in the PATENTS file in the same directory.
1645
+ * This source code is licensed under the MIT license found in the
1646
+ * LICENSE file in the root directory of this source tree.
1688
1647
  *
1689
1648
  */
1690
1649
 
@@ -1699,20 +1658,18 @@ var DOMNamespaces = {
1699
1658
  module.exports = DOMNamespaces;
1700
1659
  },{}],11:[function(_dereq_,module,exports){
1701
1660
  /**
1702
- * Copyright 2013-present, Facebook, Inc.
1703
- * All rights reserved.
1661
+ * Copyright (c) 2013-present, Facebook, Inc.
1704
1662
  *
1705
- * This source code is licensed under the BSD-style license found in the
1706
- * LICENSE file in the root directory of this source tree. An additional grant
1707
- * of patent rights can be found in the PATENTS file in the same directory.
1663
+ * This source code is licensed under the MIT license found in the
1664
+ * LICENSE file in the root directory of this source tree.
1708
1665
  *
1709
1666
  */
1710
1667
 
1711
1668
  'use strict';
1712
1669
 
1713
- var _prodInvariant = _dereq_(115);
1670
+ var _prodInvariant = _dereq_(116);
1714
1671
 
1715
- var invariant = _dereq_(140);
1672
+ var invariant = _dereq_(141);
1716
1673
 
1717
1674
  function checkMask(value, bitmask) {
1718
1675
  return (value & bitmask) === bitmask;
@@ -1836,7 +1793,6 @@ var ATTRIBUTE_NAME_START_CHAR = ':A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\
1836
1793
  * @see http://jsperf.com/key-missing
1837
1794
  */
1838
1795
  var DOMProperty = {
1839
-
1840
1796
  ID_ATTRIBUTE_NAME: 'data-reactid',
1841
1797
  ROOT_ATTRIBUTE_NAME: 'data-reactroot',
1842
1798
 
@@ -1907,14 +1863,12 @@ var DOMProperty = {
1907
1863
  };
1908
1864
 
1909
1865
  module.exports = DOMProperty;
1910
- },{"115":115,"140":140}],12:[function(_dereq_,module,exports){
1866
+ },{"116":116,"141":141}],12:[function(_dereq_,module,exports){
1911
1867
  /**
1912
- * Copyright 2013-present, Facebook, Inc.
1913
- * All rights reserved.
1868
+ * Copyright (c) 2013-present, Facebook, Inc.
1914
1869
  *
1915
- * This source code is licensed under the BSD-style license found in the
1916
- * LICENSE file in the root directory of this source tree. An additional grant
1917
- * of patent rights can be found in the PATENTS file in the same directory.
1870
+ * This source code is licensed under the MIT license found in the
1871
+ * LICENSE file in the root directory of this source tree.
1918
1872
  *
1919
1873
  */
1920
1874
 
@@ -1924,8 +1878,8 @@ var DOMProperty = _dereq_(11);
1924
1878
  var ReactDOMComponentTree = _dereq_(32);
1925
1879
  var ReactInstrumentation = _dereq_(59);
1926
1880
 
1927
- var quoteAttributeValueForBrowser = _dereq_(114);
1928
- var warning = _dereq_(147);
1881
+ var quoteAttributeValueForBrowser = _dereq_(115);
1882
+ var warning = _dereq_(148);
1929
1883
 
1930
1884
  var VALID_ATTRIBUTE_NAME_REGEX = new RegExp('^[' + DOMProperty.ATTRIBUTE_NAME_START_CHAR + '][' + DOMProperty.ATTRIBUTE_NAME_CHAR + ']*$');
1931
1885
  var illegalAttributeNameCache = {};
@@ -1955,7 +1909,6 @@ function shouldIgnoreValue(propertyInfo, value) {
1955
1909
  * Operations for dealing with DOM properties.
1956
1910
  */
1957
1911
  var DOMPropertyOperations = {
1958
-
1959
1912
  /**
1960
1913
  * Creates markup for the ID property.
1961
1914
  *
@@ -2140,34 +2093,30 @@ var DOMPropertyOperations = {
2140
2093
  });
2141
2094
  }
2142
2095
  }
2143
-
2144
2096
  };
2145
2097
 
2146
2098
  module.exports = DOMPropertyOperations;
2147
- },{"11":11,"114":114,"147":147,"32":32,"59":59}],13:[function(_dereq_,module,exports){
2099
+ },{"11":11,"115":115,"148":148,"32":32,"59":59}],13:[function(_dereq_,module,exports){
2148
2100
  /**
2149
- * Copyright 2013-present, Facebook, Inc.
2150
- * All rights reserved.
2101
+ * Copyright (c) 2013-present, Facebook, Inc.
2151
2102
  *
2152
- * This source code is licensed under the BSD-style license found in the
2153
- * LICENSE file in the root directory of this source tree. An additional grant
2154
- * of patent rights can be found in the PATENTS file in the same directory.
2103
+ * This source code is licensed under the MIT license found in the
2104
+ * LICENSE file in the root directory of this source tree.
2155
2105
  *
2156
2106
  */
2157
2107
 
2158
2108
  'use strict';
2159
2109
 
2160
- var _prodInvariant = _dereq_(115);
2110
+ var _prodInvariant = _dereq_(116);
2161
2111
 
2162
2112
  var DOMLazyTree = _dereq_(9);
2163
- var ExecutionEnvironment = _dereq_(126);
2113
+ var ExecutionEnvironment = _dereq_(127);
2164
2114
 
2165
- var createNodesFromMarkup = _dereq_(131);
2166
- var emptyFunction = _dereq_(132);
2167
- var invariant = _dereq_(140);
2115
+ var createNodesFromMarkup = _dereq_(132);
2116
+ var emptyFunction = _dereq_(133);
2117
+ var invariant = _dereq_(141);
2168
2118
 
2169
2119
  var Danger = {
2170
-
2171
2120
  /**
2172
2121
  * Replaces a node with a string of markup at its current position within its
2173
2122
  * parent. The markup must render into a single root node.
@@ -2188,18 +2137,15 @@ var Danger = {
2188
2137
  DOMLazyTree.replaceChildWithTree(oldChild, markup);
2189
2138
  }
2190
2139
  }
2191
-
2192
2140
  };
2193
2141
 
2194
2142
  module.exports = Danger;
2195
- },{"115":115,"126":126,"131":131,"132":132,"140":140,"9":9}],14:[function(_dereq_,module,exports){
2143
+ },{"116":116,"127":127,"132":132,"133":133,"141":141,"9":9}],14:[function(_dereq_,module,exports){
2196
2144
  /**
2197
- * Copyright 2013-present, Facebook, Inc.
2198
- * All rights reserved.
2145
+ * Copyright (c) 2013-present, Facebook, Inc.
2199
2146
  *
2200
- * This source code is licensed under the BSD-style license found in the
2201
- * LICENSE file in the root directory of this source tree. An additional grant
2202
- * of patent rights can be found in the PATENTS file in the same directory.
2147
+ * This source code is licensed under the MIT license found in the
2148
+ * LICENSE file in the root directory of this source tree.
2203
2149
  *
2204
2150
  */
2205
2151
 
@@ -2220,12 +2166,10 @@ var DefaultEventPluginOrder = ['ResponderEventPlugin', 'SimpleEventPlugin', 'Tap
2220
2166
  module.exports = DefaultEventPluginOrder;
2221
2167
  },{}],15:[function(_dereq_,module,exports){
2222
2168
  /**
2223
- * Copyright 2013-present, Facebook, Inc.
2224
- * All rights reserved.
2169
+ * Copyright (c) 2013-present, Facebook, Inc.
2225
2170
  *
2226
- * This source code is licensed under the BSD-style license found in the
2227
- * LICENSE file in the root directory of this source tree. An additional grant
2228
- * of patent rights can be found in the PATENTS file in the same directory.
2171
+ * This source code is licensed under the MIT license found in the
2172
+ * LICENSE file in the root directory of this source tree.
2229
2173
  *
2230
2174
  */
2231
2175
 
@@ -2247,7 +2191,6 @@ var eventTypes = {
2247
2191
  };
2248
2192
 
2249
2193
  var EnterLeaveEventPlugin = {
2250
-
2251
2194
  eventTypes: eventTypes,
2252
2195
 
2253
2196
  /**
@@ -2314,24 +2257,21 @@ var EnterLeaveEventPlugin = {
2314
2257
 
2315
2258
  return [leave, enter];
2316
2259
  }
2317
-
2318
2260
  };
2319
2261
 
2320
2262
  module.exports = EnterLeaveEventPlugin;
2321
2263
  },{"19":19,"32":32,"88":88}],16:[function(_dereq_,module,exports){
2322
2264
  /**
2323
- * Copyright 2013-present, Facebook, Inc.
2324
- * All rights reserved.
2265
+ * Copyright (c) 2013-present, Facebook, Inc.
2325
2266
  *
2326
- * This source code is licensed under the BSD-style license found in the
2327
- * LICENSE file in the root directory of this source tree. An additional grant
2328
- * of patent rights can be found in the PATENTS file in the same directory.
2267
+ * This source code is licensed under the MIT license found in the
2268
+ * LICENSE file in the root directory of this source tree.
2329
2269
  *
2330
2270
  */
2331
2271
 
2332
2272
  'use strict';
2333
2273
 
2334
- var _prodInvariant = _dereq_(115);
2274
+ var _prodInvariant = _dereq_(116);
2335
2275
 
2336
2276
  var EventPluginRegistry = _dereq_(17);
2337
2277
  var EventPluginUtils = _dereq_(18);
@@ -2339,7 +2279,7 @@ var ReactErrorUtils = _dereq_(50);
2339
2279
 
2340
2280
  var accumulateInto = _dereq_(95);
2341
2281
  var forEachAccumulated = _dereq_(102);
2342
- var invariant = _dereq_(140);
2282
+ var invariant = _dereq_(141);
2343
2283
 
2344
2284
  /**
2345
2285
  * Internal store for event listeners
@@ -2426,12 +2366,10 @@ function shouldPreventMouseEvent(name, type, props) {
2426
2366
  * @public
2427
2367
  */
2428
2368
  var EventPluginHub = {
2429
-
2430
2369
  /**
2431
2370
  * Methods for injecting dependencies.
2432
2371
  */
2433
2372
  injection: {
2434
-
2435
2373
  /**
2436
2374
  * @param {array} InjectedEventPluginOrder
2437
2375
  * @public
@@ -2442,7 +2380,6 @@ var EventPluginHub = {
2442
2380
  * @param {object} injectedNamesToPlugins Map from names to plugin modules.
2443
2381
  */
2444
2382
  injectEventPluginsByName: EventPluginRegistry.injectEventPluginsByName
2445
-
2446
2383
  },
2447
2384
 
2448
2385
  /**
@@ -2592,27 +2529,24 @@ var EventPluginHub = {
2592
2529
  __getListenerBank: function () {
2593
2530
  return listenerBank;
2594
2531
  }
2595
-
2596
2532
  };
2597
2533
 
2598
2534
  module.exports = EventPluginHub;
2599
- },{"102":102,"115":115,"140":140,"17":17,"18":18,"50":50,"95":95}],17:[function(_dereq_,module,exports){
2535
+ },{"102":102,"116":116,"141":141,"17":17,"18":18,"50":50,"95":95}],17:[function(_dereq_,module,exports){
2600
2536
  /**
2601
- * Copyright 2013-present, Facebook, Inc.
2602
- * All rights reserved.
2537
+ * Copyright (c) 2013-present, Facebook, Inc.
2603
2538
  *
2604
- * This source code is licensed under the BSD-style license found in the
2605
- * LICENSE file in the root directory of this source tree. An additional grant
2606
- * of patent rights can be found in the PATENTS file in the same directory.
2539
+ * This source code is licensed under the MIT license found in the
2540
+ * LICENSE file in the root directory of this source tree.
2607
2541
  *
2608
2542
  *
2609
2543
  */
2610
2544
 
2611
2545
  'use strict';
2612
2546
 
2613
- var _prodInvariant = _dereq_(115);
2547
+ var _prodInvariant = _dereq_(116);
2614
2548
 
2615
- var invariant = _dereq_(140);
2549
+ var invariant = _dereq_(141);
2616
2550
 
2617
2551
  /**
2618
2552
  * Injectable ordering of event plugins.
@@ -2707,7 +2641,6 @@ function publishRegistrationName(registrationName, pluginModule, eventName) {
2707
2641
  * @see {EventPluginHub}
2708
2642
  */
2709
2643
  var EventPluginRegistry = {
2710
-
2711
2644
  /**
2712
2645
  * Ordered list of injected plugins.
2713
2646
  */
@@ -2847,29 +2780,26 @@ var EventPluginRegistry = {
2847
2780
  }
2848
2781
  }
2849
2782
  }
2850
-
2851
2783
  };
2852
2784
 
2853
2785
  module.exports = EventPluginRegistry;
2854
- },{"115":115,"140":140}],18:[function(_dereq_,module,exports){
2786
+ },{"116":116,"141":141}],18:[function(_dereq_,module,exports){
2855
2787
  /**
2856
- * Copyright 2013-present, Facebook, Inc.
2857
- * All rights reserved.
2788
+ * Copyright (c) 2013-present, Facebook, Inc.
2858
2789
  *
2859
- * This source code is licensed under the BSD-style license found in the
2860
- * LICENSE file in the root directory of this source tree. An additional grant
2861
- * of patent rights can be found in the PATENTS file in the same directory.
2790
+ * This source code is licensed under the MIT license found in the
2791
+ * LICENSE file in the root directory of this source tree.
2862
2792
  *
2863
2793
  */
2864
2794
 
2865
2795
  'use strict';
2866
2796
 
2867
- var _prodInvariant = _dereq_(115);
2797
+ var _prodInvariant = _dereq_(116);
2868
2798
 
2869
2799
  var ReactErrorUtils = _dereq_(50);
2870
2800
 
2871
- var invariant = _dereq_(140);
2872
- var warning = _dereq_(147);
2801
+ var invariant = _dereq_(141);
2802
+ var warning = _dereq_(148);
2873
2803
 
2874
2804
  /**
2875
2805
  * Injected dependencies:
@@ -3077,14 +3007,12 @@ var EventPluginUtils = {
3077
3007
  };
3078
3008
 
3079
3009
  module.exports = EventPluginUtils;
3080
- },{"115":115,"140":140,"147":147,"50":50}],19:[function(_dereq_,module,exports){
3010
+ },{"116":116,"141":141,"148":148,"50":50}],19:[function(_dereq_,module,exports){
3081
3011
  /**
3082
- * Copyright 2013-present, Facebook, Inc.
3083
- * All rights reserved.
3012
+ * Copyright (c) 2013-present, Facebook, Inc.
3084
3013
  *
3085
- * This source code is licensed under the BSD-style license found in the
3086
- * LICENSE file in the root directory of this source tree. An additional grant
3087
- * of patent rights can be found in the PATENTS file in the same directory.
3014
+ * This source code is licensed under the MIT license found in the
3015
+ * LICENSE file in the root directory of this source tree.
3088
3016
  *
3089
3017
  */
3090
3018
 
@@ -3095,7 +3023,7 @@ var EventPluginUtils = _dereq_(18);
3095
3023
 
3096
3024
  var accumulateInto = _dereq_(95);
3097
3025
  var forEachAccumulated = _dereq_(102);
3098
- var warning = _dereq_(147);
3026
+ var warning = _dereq_(148);
3099
3027
 
3100
3028
  var getListener = EventPluginHub.getListener;
3101
3029
 
@@ -3211,20 +3139,18 @@ var EventPropagators = {
3211
3139
  };
3212
3140
 
3213
3141
  module.exports = EventPropagators;
3214
- },{"102":102,"147":147,"16":16,"18":18,"95":95}],20:[function(_dereq_,module,exports){
3142
+ },{"102":102,"148":148,"16":16,"18":18,"95":95}],20:[function(_dereq_,module,exports){
3215
3143
  /**
3216
- * Copyright 2013-present, Facebook, Inc.
3217
- * All rights reserved.
3144
+ * Copyright (c) 2013-present, Facebook, Inc.
3218
3145
  *
3219
- * This source code is licensed under the BSD-style license found in the
3220
- * LICENSE file in the root directory of this source tree. An additional grant
3221
- * of patent rights can be found in the PATENTS file in the same directory.
3146
+ * This source code is licensed under the MIT license found in the
3147
+ * LICENSE file in the root directory of this source tree.
3222
3148
  *
3223
3149
  */
3224
3150
 
3225
3151
  'use strict';
3226
3152
 
3227
- var _assign = _dereq_(148);
3153
+ var _assign = _dereq_(149);
3228
3154
 
3229
3155
  var PooledClass = _dereq_(24);
3230
3156
 
@@ -3306,14 +3232,12 @@ _assign(FallbackCompositionState.prototype, {
3306
3232
  PooledClass.addPoolingTo(FallbackCompositionState);
3307
3233
 
3308
3234
  module.exports = FallbackCompositionState;
3309
- },{"109":109,"148":148,"24":24}],21:[function(_dereq_,module,exports){
3235
+ },{"109":109,"149":149,"24":24}],21:[function(_dereq_,module,exports){
3310
3236
  /**
3311
- * Copyright 2013-present, Facebook, Inc.
3312
- * All rights reserved.
3237
+ * Copyright (c) 2013-present, Facebook, Inc.
3313
3238
  *
3314
- * This source code is licensed under the BSD-style license found in the
3315
- * LICENSE file in the root directory of this source tree. An additional grant
3316
- * of patent rights can be found in the PATENTS file in the same directory.
3239
+ * This source code is licensed under the MIT license found in the
3240
+ * LICENSE file in the root directory of this source tree.
3317
3241
  *
3318
3242
  */
3319
3243
 
@@ -3362,6 +3286,7 @@ var HTMLDOMPropertyConfig = {
3362
3286
  contentEditable: 0,
3363
3287
  contextMenu: 0,
3364
3288
  controls: HAS_BOOLEAN_VALUE,
3289
+ controlsList: 0,
3365
3290
  coords: 0,
3366
3291
  crossOrigin: 0,
3367
3292
  data: 0, // For `<object />` acts as `src`.
@@ -3544,12 +3469,10 @@ var HTMLDOMPropertyConfig = {
3544
3469
  module.exports = HTMLDOMPropertyConfig;
3545
3470
  },{"11":11}],22:[function(_dereq_,module,exports){
3546
3471
  /**
3547
- * Copyright 2013-present, Facebook, Inc.
3548
- * All rights reserved.
3472
+ * Copyright (c) 2013-present, Facebook, Inc.
3549
3473
  *
3550
- * This source code is licensed under the BSD-style license found in the
3551
- * LICENSE file in the root directory of this source tree. An additional grant
3552
- * of patent rights can be found in the PATENTS file in the same directory.
3474
+ * This source code is licensed under the MIT license found in the
3475
+ * LICENSE file in the root directory of this source tree.
3553
3476
  *
3554
3477
  *
3555
3478
  */
@@ -3603,36 +3526,34 @@ var KeyEscapeUtils = {
3603
3526
  module.exports = KeyEscapeUtils;
3604
3527
  },{}],23:[function(_dereq_,module,exports){
3605
3528
  /**
3606
- * Copyright 2013-present, Facebook, Inc.
3607
- * All rights reserved.
3529
+ * Copyright (c) 2013-present, Facebook, Inc.
3608
3530
  *
3609
- * This source code is licensed under the BSD-style license found in the
3610
- * LICENSE file in the root directory of this source tree. An additional grant
3611
- * of patent rights can be found in the PATENTS file in the same directory.
3531
+ * This source code is licensed under the MIT license found in the
3532
+ * LICENSE file in the root directory of this source tree.
3612
3533
  *
3613
3534
  */
3614
3535
 
3615
3536
  'use strict';
3616
3537
 
3617
- var _prodInvariant = _dereq_(115);
3538
+ var _prodInvariant = _dereq_(116);
3618
3539
 
3619
3540
  var ReactPropTypesSecret = _dereq_(66);
3620
- var propTypesFactory = _dereq_(150);
3541
+ var propTypesFactory = _dereq_(151);
3621
3542
 
3622
- var React = _dereq_(123);
3543
+ var React = _dereq_(124);
3623
3544
  var PropTypes = propTypesFactory(React.isValidElement);
3624
3545
 
3625
- var invariant = _dereq_(140);
3626
- var warning = _dereq_(147);
3546
+ var invariant = _dereq_(141);
3547
+ var warning = _dereq_(148);
3627
3548
 
3628
3549
  var hasReadOnlyValue = {
3629
- 'button': true,
3630
- 'checkbox': true,
3631
- 'image': true,
3632
- 'hidden': true,
3633
- 'radio': true,
3634
- 'reset': true,
3635
- 'submit': true
3550
+ button: true,
3551
+ checkbox: true,
3552
+ image: true,
3553
+ hidden: true,
3554
+ radio: true,
3555
+ reset: true,
3556
+ submit: true
3636
3557
  };
3637
3558
 
3638
3559
  function _assertSingleLink(inputProps) {
@@ -3739,23 +3660,21 @@ var LinkedValueUtils = {
3739
3660
  };
3740
3661
 
3741
3662
  module.exports = LinkedValueUtils;
3742
- },{"115":115,"123":123,"140":140,"147":147,"150":150,"66":66}],24:[function(_dereq_,module,exports){
3663
+ },{"116":116,"124":124,"141":141,"148":148,"151":151,"66":66}],24:[function(_dereq_,module,exports){
3743
3664
  /**
3744
- * Copyright 2013-present, Facebook, Inc.
3745
- * All rights reserved.
3665
+ * Copyright (c) 2013-present, Facebook, Inc.
3746
3666
  *
3747
- * This source code is licensed under the BSD-style license found in the
3748
- * LICENSE file in the root directory of this source tree. An additional grant
3749
- * of patent rights can be found in the PATENTS file in the same directory.
3667
+ * This source code is licensed under the MIT license found in the
3668
+ * LICENSE file in the root directory of this source tree.
3750
3669
  *
3751
3670
  *
3752
3671
  */
3753
3672
 
3754
3673
  'use strict';
3755
3674
 
3756
- var _prodInvariant = _dereq_(115);
3675
+ var _prodInvariant = _dereq_(116);
3757
3676
 
3758
- var invariant = _dereq_(140);
3677
+ var invariant = _dereq_(141);
3759
3678
 
3760
3679
  /**
3761
3680
  * Static poolers. Several custom versions for each potential number of
@@ -3851,27 +3770,25 @@ var PooledClass = {
3851
3770
  };
3852
3771
 
3853
3772
  module.exports = PooledClass;
3854
- },{"115":115,"140":140}],25:[function(_dereq_,module,exports){
3773
+ },{"116":116,"141":141}],25:[function(_dereq_,module,exports){
3855
3774
  /**
3856
- * Copyright 2013-present, Facebook, Inc.
3857
- * All rights reserved.
3775
+ * Copyright (c) 2013-present, Facebook, Inc.
3858
3776
  *
3859
- * This source code is licensed under the BSD-style license found in the
3860
- * LICENSE file in the root directory of this source tree. An additional grant
3861
- * of patent rights can be found in the PATENTS file in the same directory.
3777
+ * This source code is licensed under the MIT license found in the
3778
+ * LICENSE file in the root directory of this source tree.
3862
3779
  *
3863
3780
  */
3864
3781
 
3865
3782
  'use strict';
3866
3783
 
3867
- var _assign = _dereq_(148);
3784
+ var _assign = _dereq_(149);
3868
3785
 
3869
3786
  var EventPluginRegistry = _dereq_(17);
3870
3787
  var ReactEventEmitterMixin = _dereq_(51);
3871
3788
  var ViewportMetrics = _dereq_(94);
3872
3789
 
3873
3790
  var getVendorPrefixedEventName = _dereq_(110);
3874
- var isEventSupported = _dereq_(112);
3791
+ var isEventSupported = _dereq_(113);
3875
3792
 
3876
3793
  /**
3877
3794
  * Summary of `ReactBrowserEventEmitter` event handling:
@@ -4029,7 +3946,6 @@ function getListeningForDocument(mountAt) {
4029
3946
  * @internal
4030
3947
  */
4031
3948
  var ReactBrowserEventEmitter = _assign({}, ReactEventEmitterMixin, {
4032
-
4033
3949
  /**
4034
3950
  * Injectable event backend
4035
3951
  */
@@ -4103,14 +4019,12 @@ var ReactBrowserEventEmitter = _assign({}, ReactEventEmitterMixin, {
4103
4019
  ReactBrowserEventEmitter.ReactEventListener.trapBubbledEvent('topWheel', 'DOMMouseScroll', mountAt);
4104
4020
  }
4105
4021
  } else if (dependency === 'topScroll') {
4106
-
4107
4022
  if (isEventSupported('scroll', true)) {
4108
4023
  ReactBrowserEventEmitter.ReactEventListener.trapCapturedEvent('topScroll', 'scroll', mountAt);
4109
4024
  } else {
4110
4025
  ReactBrowserEventEmitter.ReactEventListener.trapBubbledEvent('topScroll', 'scroll', ReactBrowserEventEmitter.ReactEventListener.WINDOW_HANDLE);
4111
4026
  }
4112
4027
  } else if (dependency === 'topFocus' || dependency === 'topBlur') {
4113
-
4114
4028
  if (isEventSupported('focus', true)) {
4115
4029
  ReactBrowserEventEmitter.ReactEventListener.trapCapturedEvent('topFocus', 'focus', mountAt);
4116
4030
  ReactBrowserEventEmitter.ReactEventListener.trapCapturedEvent('topBlur', 'blur', mountAt);
@@ -4175,19 +4089,16 @@ var ReactBrowserEventEmitter = _assign({}, ReactEventEmitterMixin, {
4175
4089
  isMonitoringScrollValue = true;
4176
4090
  }
4177
4091
  }
4178
-
4179
4092
  });
4180
4093
 
4181
4094
  module.exports = ReactBrowserEventEmitter;
4182
- },{"110":110,"112":112,"148":148,"17":17,"51":51,"94":94}],26:[function(_dereq_,module,exports){
4095
+ },{"110":110,"113":113,"149":149,"17":17,"51":51,"94":94}],26:[function(_dereq_,module,exports){
4183
4096
  (function (process){
4184
4097
  /**
4185
- * Copyright 2014-present, Facebook, Inc.
4186
- * All rights reserved.
4098
+ * Copyright (c) 2014-present, Facebook, Inc.
4187
4099
  *
4188
- * This source code is licensed under the BSD-style license found in the
4189
- * LICENSE file in the root directory of this source tree. An additional grant
4190
- * of patent rights can be found in the PATENTS file in the same directory.
4100
+ * This source code is licensed under the MIT license found in the
4101
+ * LICENSE file in the root directory of this source tree.
4191
4102
  *
4192
4103
  */
4193
4104
 
@@ -4195,11 +4106,11 @@ module.exports = ReactBrowserEventEmitter;
4195
4106
 
4196
4107
  var ReactReconciler = _dereq_(68);
4197
4108
 
4198
- var instantiateReactComponent = _dereq_(111);
4109
+ var instantiateReactComponent = _dereq_(112);
4199
4110
  var KeyEscapeUtils = _dereq_(22);
4200
- var shouldUpdateReactComponent = _dereq_(118);
4201
- var traverseAllChildren = _dereq_(119);
4202
- var warning = _dereq_(147);
4111
+ var shouldUpdateReactComponent = _dereq_(119);
4112
+ var traverseAllChildren = _dereq_(120);
4113
+ var warning = _dereq_(148);
4203
4114
 
4204
4115
  var ReactComponentTreeHook;
4205
4116
 
@@ -4209,7 +4120,7 @@ if (typeof process !== 'undefined' && process.env && "development" === 'test') {
4209
4120
  // https://github.com/facebook/react/issues/7240
4210
4121
  // Remove the inline requires when we don't need them anymore:
4211
4122
  // https://github.com/facebook/react/pull/7178
4212
- ReactComponentTreeHook = _dereq_(121);
4123
+ ReactComponentTreeHook = _dereq_(122);
4213
4124
  }
4214
4125
 
4215
4126
  function instantiateChild(childInstances, child, name, selfDebugID) {
@@ -4217,7 +4128,7 @@ function instantiateChild(childInstances, child, name, selfDebugID) {
4217
4128
  var keyUnique = childInstances[name] === undefined;
4218
4129
  if ("development" !== 'production') {
4219
4130
  if (!ReactComponentTreeHook) {
4220
- ReactComponentTreeHook = _dereq_(121);
4131
+ ReactComponentTreeHook = _dereq_(122);
4221
4132
  }
4222
4133
  if (!keyUnique) {
4223
4134
  "development" !== 'production' ? warning(false, 'flattenChildren(...): Encountered two children with the same key, ' + '`%s`. Child keys must be unique; when two children share a key, only ' + 'the first child will be used.%s', KeyEscapeUtils.unescape(name), ReactComponentTreeHook.getStackAddendumByID(selfDebugID)) : void 0;
@@ -4242,8 +4153,8 @@ var ReactChildReconciler = {
4242
4153
  * @return {?object} A set of child instances.
4243
4154
  * @internal
4244
4155
  */
4245
- instantiateChildren: function (nestedChildNodes, transaction, context, selfDebugID // 0 in production and for roots
4246
- ) {
4156
+ instantiateChildren: function (nestedChildNodes, transaction, context, selfDebugID) // 0 in production and for roots
4157
+ {
4247
4158
  if (nestedChildNodes == null) {
4248
4159
  return null;
4249
4160
  }
@@ -4269,8 +4180,8 @@ var ReactChildReconciler = {
4269
4180
  * @return {?object} A new set of child instances.
4270
4181
  * @internal
4271
4182
  */
4272
- updateChildren: function (prevChildren, nextChildren, mountImages, removedNodes, transaction, hostParent, hostContainerInfo, context, selfDebugID // 0 in production and for roots
4273
- ) {
4183
+ updateChildren: function (prevChildren, nextChildren, mountImages, removedNodes, transaction, hostParent, hostContainerInfo, context, selfDebugID) // 0 in production and for roots
4184
+ {
4274
4185
  // We currently don't have a way to track moves here but if we use iterators
4275
4186
  // instead of for..in we can zip the iterators and check if an item has
4276
4187
  // moved.
@@ -4330,19 +4241,16 @@ var ReactChildReconciler = {
4330
4241
  }
4331
4242
  }
4332
4243
  }
4333
-
4334
4244
  };
4335
4245
 
4336
4246
  module.exports = ReactChildReconciler;
4337
4247
  }).call(this,undefined)
4338
- },{"111":111,"118":118,"119":119,"121":121,"147":147,"22":22,"68":68}],27:[function(_dereq_,module,exports){
4248
+ },{"112":112,"119":119,"120":120,"122":122,"148":148,"22":22,"68":68}],27:[function(_dereq_,module,exports){
4339
4249
  /**
4340
- * Copyright 2013-present, Facebook, Inc.
4341
- * All rights reserved.
4250
+ * Copyright (c) 2013-present, Facebook, Inc.
4342
4251
  *
4343
- * This source code is licensed under the BSD-style license found in the
4344
- * LICENSE file in the root directory of this source tree. An additional grant
4345
- * of patent rights can be found in the PATENTS file in the same directory.
4252
+ * This source code is licensed under the MIT license found in the
4253
+ * LICENSE file in the root directory of this source tree.
4346
4254
  *
4347
4255
  */
4348
4256
 
@@ -4357,36 +4265,31 @@ var ReactDOMIDOperations = _dereq_(35);
4357
4265
  * need for this injection.
4358
4266
  */
4359
4267
  var ReactComponentBrowserEnvironment = {
4360
-
4361
4268
  processChildrenUpdates: ReactDOMIDOperations.dangerouslyProcessChildrenUpdates,
4362
4269
 
4363
4270
  replaceNodeWithMarkup: DOMChildrenOperations.dangerouslyReplaceNodeWithMarkup
4364
-
4365
4271
  };
4366
4272
 
4367
4273
  module.exports = ReactComponentBrowserEnvironment;
4368
4274
  },{"35":35,"8":8}],28:[function(_dereq_,module,exports){
4369
4275
  /**
4370
- * Copyright 2014-present, Facebook, Inc.
4371
- * All rights reserved.
4276
+ * Copyright (c) 2014-present, Facebook, Inc.
4372
4277
  *
4373
- * This source code is licensed under the BSD-style license found in the
4374
- * LICENSE file in the root directory of this source tree. An additional grant
4375
- * of patent rights can be found in the PATENTS file in the same directory.
4278
+ * This source code is licensed under the MIT license found in the
4279
+ * LICENSE file in the root directory of this source tree.
4376
4280
  *
4377
4281
  *
4378
4282
  */
4379
4283
 
4380
4284
  'use strict';
4381
4285
 
4382
- var _prodInvariant = _dereq_(115);
4286
+ var _prodInvariant = _dereq_(116);
4383
4287
 
4384
- var invariant = _dereq_(140);
4288
+ var invariant = _dereq_(141);
4385
4289
 
4386
4290
  var injected = false;
4387
4291
 
4388
4292
  var ReactComponentEnvironment = {
4389
-
4390
4293
  /**
4391
4294
  * Optionally injectable hook for swapping out mount images in the middle of
4392
4295
  * the tree.
@@ -4407,29 +4310,26 @@ var ReactComponentEnvironment = {
4407
4310
  injected = true;
4408
4311
  }
4409
4312
  }
4410
-
4411
4313
  };
4412
4314
 
4413
4315
  module.exports = ReactComponentEnvironment;
4414
- },{"115":115,"140":140}],29:[function(_dereq_,module,exports){
4316
+ },{"116":116,"141":141}],29:[function(_dereq_,module,exports){
4415
4317
  /**
4416
- * Copyright 2013-present, Facebook, Inc.
4417
- * All rights reserved.
4318
+ * Copyright (c) 2013-present, Facebook, Inc.
4418
4319
  *
4419
- * This source code is licensed under the BSD-style license found in the
4420
- * LICENSE file in the root directory of this source tree. An additional grant
4421
- * of patent rights can be found in the PATENTS file in the same directory.
4320
+ * This source code is licensed under the MIT license found in the
4321
+ * LICENSE file in the root directory of this source tree.
4422
4322
  *
4423
4323
  */
4424
4324
 
4425
4325
  'use strict';
4426
4326
 
4427
- var _prodInvariant = _dereq_(115),
4428
- _assign = _dereq_(148);
4327
+ var _prodInvariant = _dereq_(116),
4328
+ _assign = _dereq_(149);
4429
4329
 
4430
- var React = _dereq_(123);
4330
+ var React = _dereq_(124);
4431
4331
  var ReactComponentEnvironment = _dereq_(28);
4432
- var ReactCurrentOwner = _dereq_(122);
4332
+ var ReactCurrentOwner = _dereq_(123);
4433
4333
  var ReactErrorUtils = _dereq_(50);
4434
4334
  var ReactInstanceMap = _dereq_(58);
4435
4335
  var ReactInstrumentation = _dereq_(59);
@@ -4440,11 +4340,11 @@ if ("development" !== 'production') {
4440
4340
  var checkReactTypeSpec = _dereq_(97);
4441
4341
  }
4442
4342
 
4443
- var emptyObject = _dereq_(133);
4444
- var invariant = _dereq_(140);
4445
- var shallowEqual = _dereq_(146);
4446
- var shouldUpdateReactComponent = _dereq_(118);
4447
- var warning = _dereq_(147);
4343
+ var emptyObject = _dereq_(134);
4344
+ var invariant = _dereq_(141);
4345
+ var shallowEqual = _dereq_(147);
4346
+ var shouldUpdateReactComponent = _dereq_(119);
4347
+ var warning = _dereq_(148);
4448
4348
 
4449
4349
  var CompositeTypes = {
4450
4350
  ImpureClass: 0,
@@ -4531,7 +4431,6 @@ var nextMountID = 1;
4531
4431
  * @lends {ReactCompositeComponent.prototype}
4532
4432
  */
4533
4433
  var ReactCompositeComponent = {
4534
-
4535
4434
  /**
4536
4435
  * Base constructor for all composite component.
4537
4436
  *
@@ -4627,7 +4526,7 @@ var ReactCompositeComponent = {
4627
4526
  var propsMutated = inst.props !== publicProps;
4628
4527
  var componentName = Component.displayName || Component.name || 'Component';
4629
4528
 
4630
- "development" !== 'production' ? warning(inst.props === undefined || !propsMutated, '%s(...): When calling super() in `%s`, make sure to pass ' + 'up the same props that your component\'s constructor was passed.', componentName, componentName) : void 0;
4529
+ "development" !== 'production' ? warning(inst.props === undefined || !propsMutated, '%s(...): When calling super() in `%s`, make sure to pass ' + "up the same props that your component's constructor was passed.", componentName, componentName) : void 0;
4631
4530
  }
4632
4531
 
4633
4532
  // These should be set up in the constructor, but as a convenience for
@@ -4688,7 +4587,7 @@ var ReactCompositeComponent = {
4688
4587
  },
4689
4588
 
4690
4589
  _constructComponent: function (doConstruct, publicProps, publicContext, updateQueue) {
4691
- if ("development" !== 'production') {
4590
+ if ("development" !== 'production' && !doConstruct) {
4692
4591
  ReactCurrentOwner.current = this;
4693
4592
  try {
4694
4593
  return this._constructComponentWithoutOwner(doConstruct, publicProps, publicContext, updateQueue);
@@ -5309,18 +5208,15 @@ var ReactCompositeComponent = {
5309
5208
 
5310
5209
  // Stub
5311
5210
  _instantiateReactComponent: null
5312
-
5313
5211
  };
5314
5212
 
5315
5213
  module.exports = ReactCompositeComponent;
5316
- },{"115":115,"118":118,"122":122,"123":123,"133":133,"140":140,"146":146,"147":147,"148":148,"28":28,"50":50,"58":58,"59":59,"63":63,"68":68,"97":97}],30:[function(_dereq_,module,exports){
5214
+ },{"116":116,"119":119,"123":123,"124":124,"134":134,"141":141,"147":147,"148":148,"149":149,"28":28,"50":50,"58":58,"59":59,"63":63,"68":68,"97":97}],30:[function(_dereq_,module,exports){
5317
5215
  /**
5318
- * Copyright 2013-present, Facebook, Inc.
5319
- * All rights reserved.
5216
+ * Copyright (c) 2013-present, Facebook, Inc.
5320
5217
  *
5321
- * This source code is licensed under the BSD-style license found in the
5322
- * LICENSE file in the root directory of this source tree. An additional grant
5323
- * of patent rights can be found in the PATENTS file in the same directory.
5218
+ * This source code is licensed under the MIT license found in the
5219
+ * LICENSE file in the root directory of this source tree.
5324
5220
  *
5325
5221
  */
5326
5222
 
@@ -5328,8 +5224,8 @@ module.exports = ReactCompositeComponent;
5328
5224
 
5329
5225
  'use strict';
5330
5226
 
5331
- var _prodInvariant = _dereq_(115),
5332
- _assign = _dereq_(148);
5227
+ var _prodInvariant = _dereq_(116),
5228
+ _assign = _dereq_(149);
5333
5229
 
5334
5230
  var AutoFocusUtils = _dereq_(2);
5335
5231
  var CSSPropertyOperations = _dereq_(5);
@@ -5350,13 +5246,14 @@ var ReactInstrumentation = _dereq_(59);
5350
5246
  var ReactMultiChild = _dereq_(62);
5351
5247
  var ReactServerRenderingTransaction = _dereq_(72);
5352
5248
 
5353
- var emptyFunction = _dereq_(132);
5249
+ var emptyFunction = _dereq_(133);
5354
5250
  var escapeTextContentForBrowser = _dereq_(100);
5355
- var invariant = _dereq_(140);
5356
- var isEventSupported = _dereq_(112);
5357
- var shallowEqual = _dereq_(146);
5358
- var validateDOMNesting = _dereq_(120);
5359
- var warning = _dereq_(147);
5251
+ var invariant = _dereq_(141);
5252
+ var isEventSupported = _dereq_(113);
5253
+ var shallowEqual = _dereq_(147);
5254
+ var inputValueTracking = _dereq_(111);
5255
+ var validateDOMNesting = _dereq_(121);
5256
+ var warning = _dereq_(148);
5360
5257
 
5361
5258
  var Flags = ReactDOMComponentFlags;
5362
5259
  var deleteListener = EventPluginHub.deleteListener;
@@ -5365,7 +5262,7 @@ var listenTo = ReactBrowserEventEmitter.listenTo;
5365
5262
  var registrationNameModules = EventPluginRegistry.registrationNameModules;
5366
5263
 
5367
5264
  // For quickly matching children type, to test if can be treated as content.
5368
- var CONTENT_TYPES = { 'string': true, 'number': true };
5265
+ var CONTENT_TYPES = { string: true, number: true };
5369
5266
 
5370
5267
  var STYLE = 'style';
5371
5268
  var HTML = '__html';
@@ -5474,7 +5371,7 @@ function enqueuePutListener(inst, registrationName, listener, transaction) {
5474
5371
  if ("development" !== 'production') {
5475
5372
  // IE8 has no API for event capturing and the `onScroll` event doesn't
5476
5373
  // bubble.
5477
- "development" !== 'production' ? warning(registrationName !== 'onScroll' || isEventSupported('scroll', true), 'This browser doesn\'t support the `onScroll` event') : void 0;
5374
+ "development" !== 'production' ? warning(registrationName !== 'onScroll' || isEventSupported('scroll', true), "This browser doesn't support the `onScroll` event") : void 0;
5478
5375
  }
5479
5376
  var containerInfo = inst._hostContainerInfo;
5480
5377
  var isDocumentFragment = containerInfo._node && containerInfo._node.nodeType === DOC_FRAGMENT_TYPE;
@@ -5564,6 +5461,10 @@ var mediaEvents = {
5564
5461
  topWaiting: 'waiting'
5565
5462
  };
5566
5463
 
5464
+ function trackInputValue() {
5465
+ inputValueTracking.track(this);
5466
+ }
5467
+
5567
5468
  function trapBubbledEventsLocal() {
5568
5469
  var inst = this;
5569
5470
  // If a component renders to null or if another component fatals and causes
@@ -5579,7 +5480,6 @@ function trapBubbledEventsLocal() {
5579
5480
  break;
5580
5481
  case 'video':
5581
5482
  case 'audio':
5582
-
5583
5483
  inst._wrapperState.listeners = [];
5584
5484
  // Create listener for each media event
5585
5485
  for (var event in mediaEvents) {
@@ -5613,34 +5513,35 @@ function postUpdateSelectWrapper() {
5613
5513
  // those special-case tags.
5614
5514
 
5615
5515
  var omittedCloseTags = {
5616
- 'area': true,
5617
- 'base': true,
5618
- 'br': true,
5619
- 'col': true,
5620
- 'embed': true,
5621
- 'hr': true,
5622
- 'img': true,
5623
- 'input': true,
5624
- 'keygen': true,
5625
- 'link': true,
5626
- 'meta': true,
5627
- 'param': true,
5628
- 'source': true,
5629
- 'track': true,
5630
- 'wbr': true
5516
+ area: true,
5517
+ base: true,
5518
+ br: true,
5519
+ col: true,
5520
+ embed: true,
5521
+ hr: true,
5522
+ img: true,
5523
+ input: true,
5524
+ keygen: true,
5525
+ link: true,
5526
+ meta: true,
5527
+ param: true,
5528
+ source: true,
5529
+ track: true,
5530
+ wbr: true
5531
+ // NOTE: menuitem's close tag should be omitted, but that causes problems.
5631
5532
  };
5632
5533
 
5633
5534
  var newlineEatingTags = {
5634
- 'listing': true,
5635
- 'pre': true,
5636
- 'textarea': true
5535
+ listing: true,
5536
+ pre: true,
5537
+ textarea: true
5637
5538
  };
5638
5539
 
5639
5540
  // For HTML, certain tags cannot have children. This has the same purpose as
5640
5541
  // `omittedCloseTags` except that `menuitem` should still have its closing tag.
5641
5542
 
5642
5543
  var voidElementTags = _assign({
5643
- 'menuitem': true
5544
+ menuitem: true
5644
5545
  }, omittedCloseTags);
5645
5546
 
5646
5547
  // We accept any tag to be rendered but since this gets injected into arbitrary
@@ -5704,7 +5605,6 @@ function ReactDOMComponent(element) {
5704
5605
  ReactDOMComponent.displayName = 'ReactDOMComponent';
5705
5606
 
5706
5607
  ReactDOMComponent.Mixin = {
5707
-
5708
5608
  /**
5709
5609
  * Generates root tag markup then recurses. This method has side effects and
5710
5610
  * is not idempotent.
@@ -5741,6 +5641,7 @@ ReactDOMComponent.Mixin = {
5741
5641
  case 'input':
5742
5642
  ReactDOMInput.mountWrapper(this, props, hostParent);
5743
5643
  props = ReactDOMInput.getHostProps(this, props);
5644
+ transaction.getReactMountReady().enqueue(trackInputValue, this);
5744
5645
  transaction.getReactMountReady().enqueue(trapBubbledEventsLocal, this);
5745
5646
  break;
5746
5647
  case 'option':
@@ -5755,6 +5656,7 @@ ReactDOMComponent.Mixin = {
5755
5656
  case 'textarea':
5756
5657
  ReactDOMTextarea.mountWrapper(this, props, hostParent);
5757
5658
  props = ReactDOMTextarea.getHostProps(this, props);
5659
+ transaction.getReactMountReady().enqueue(trackInputValue, this);
5758
5660
  transaction.getReactMountReady().enqueue(trapBubbledEventsLocal, this);
5759
5661
  break;
5760
5662
  }
@@ -6075,6 +5977,10 @@ ReactDOMComponent.Mixin = {
6075
5977
  // happen after `_updateDOMProperties`. Otherwise HTML5 input validations
6076
5978
  // raise warnings and prevent the new value from being assigned.
6077
5979
  ReactDOMInput.updateWrapper(this);
5980
+
5981
+ // We also check that we haven't missed a value update, such as a
5982
+ // Radio group shifting the checked value to another named radio input.
5983
+ inputValueTracking.updateValueIfChanged(this);
6078
5984
  break;
6079
5985
  case 'textarea':
6080
5986
  ReactDOMTextarea.updateWrapper(this);
@@ -6280,6 +6186,10 @@ ReactDOMComponent.Mixin = {
6280
6186
  }
6281
6187
  }
6282
6188
  break;
6189
+ case 'input':
6190
+ case 'textarea':
6191
+ inputValueTracking.stopTracking(this);
6192
+ break;
6283
6193
  case 'html':
6284
6194
  case 'head':
6285
6195
  case 'body':
@@ -6308,20 +6218,17 @@ ReactDOMComponent.Mixin = {
6308
6218
  getPublicInstance: function () {
6309
6219
  return getNode(this);
6310
6220
  }
6311
-
6312
6221
  };
6313
6222
 
6314
6223
  _assign(ReactDOMComponent.prototype, ReactDOMComponent.Mixin, ReactMultiChild.Mixin);
6315
6224
 
6316
6225
  module.exports = ReactDOMComponent;
6317
- },{"10":10,"100":100,"11":11,"112":112,"115":115,"12":12,"120":120,"132":132,"140":140,"146":146,"147":147,"148":148,"16":16,"17":17,"2":2,"25":25,"31":31,"32":32,"36":36,"37":37,"38":38,"43":43,"5":5,"59":59,"62":62,"72":72,"9":9}],31:[function(_dereq_,module,exports){
6226
+ },{"10":10,"100":100,"11":11,"111":111,"113":113,"116":116,"12":12,"121":121,"133":133,"141":141,"147":147,"148":148,"149":149,"16":16,"17":17,"2":2,"25":25,"31":31,"32":32,"36":36,"37":37,"38":38,"43":43,"5":5,"59":59,"62":62,"72":72,"9":9}],31:[function(_dereq_,module,exports){
6318
6227
  /**
6319
- * Copyright 2015-present, Facebook, Inc.
6320
- * All rights reserved.
6228
+ * Copyright (c) 2015-present, Facebook, Inc.
6321
6229
  *
6322
- * This source code is licensed under the BSD-style license found in the
6323
- * LICENSE file in the root directory of this source tree. An additional grant
6324
- * of patent rights can be found in the PATENTS file in the same directory.
6230
+ * This source code is licensed under the MIT license found in the
6231
+ * LICENSE file in the root directory of this source tree.
6325
6232
  *
6326
6233
  */
6327
6234
 
@@ -6334,23 +6241,21 @@ var ReactDOMComponentFlags = {
6334
6241
  module.exports = ReactDOMComponentFlags;
6335
6242
  },{}],32:[function(_dereq_,module,exports){
6336
6243
  /**
6337
- * Copyright 2013-present, Facebook, Inc.
6338
- * All rights reserved.
6244
+ * Copyright (c) 2013-present, Facebook, Inc.
6339
6245
  *
6340
- * This source code is licensed under the BSD-style license found in the
6341
- * LICENSE file in the root directory of this source tree. An additional grant
6342
- * of patent rights can be found in the PATENTS file in the same directory.
6246
+ * This source code is licensed under the MIT license found in the
6247
+ * LICENSE file in the root directory of this source tree.
6343
6248
  *
6344
6249
  */
6345
6250
 
6346
6251
  'use strict';
6347
6252
 
6348
- var _prodInvariant = _dereq_(115);
6253
+ var _prodInvariant = _dereq_(116);
6349
6254
 
6350
6255
  var DOMProperty = _dereq_(11);
6351
6256
  var ReactDOMComponentFlags = _dereq_(31);
6352
6257
 
6353
- var invariant = _dereq_(140);
6258
+ var invariant = _dereq_(141);
6354
6259
 
6355
6260
  var ATTR_NAME = DOMProperty.ID_ATTRIBUTE_NAME;
6356
6261
  var Flags = ReactDOMComponentFlags;
@@ -6527,20 +6432,18 @@ var ReactDOMComponentTree = {
6527
6432
  };
6528
6433
 
6529
6434
  module.exports = ReactDOMComponentTree;
6530
- },{"11":11,"115":115,"140":140,"31":31}],33:[function(_dereq_,module,exports){
6435
+ },{"11":11,"116":116,"141":141,"31":31}],33:[function(_dereq_,module,exports){
6531
6436
  /**
6532
- * Copyright 2013-present, Facebook, Inc.
6533
- * All rights reserved.
6437
+ * Copyright (c) 2013-present, Facebook, Inc.
6534
6438
  *
6535
- * This source code is licensed under the BSD-style license found in the
6536
- * LICENSE file in the root directory of this source tree. An additional grant
6537
- * of patent rights can be found in the PATENTS file in the same directory.
6439
+ * This source code is licensed under the MIT license found in the
6440
+ * LICENSE file in the root directory of this source tree.
6538
6441
  *
6539
6442
  */
6540
6443
 
6541
6444
  'use strict';
6542
6445
 
6543
- var validateDOMNesting = _dereq_(120);
6446
+ var validateDOMNesting = _dereq_(121);
6544
6447
 
6545
6448
  var DOC_NODE_TYPE = 9;
6546
6449
 
@@ -6560,20 +6463,18 @@ function ReactDOMContainerInfo(topLevelWrapper, node) {
6560
6463
  }
6561
6464
 
6562
6465
  module.exports = ReactDOMContainerInfo;
6563
- },{"120":120}],34:[function(_dereq_,module,exports){
6466
+ },{"121":121}],34:[function(_dereq_,module,exports){
6564
6467
  /**
6565
- * Copyright 2014-present, Facebook, Inc.
6566
- * All rights reserved.
6468
+ * Copyright (c) 2014-present, Facebook, Inc.
6567
6469
  *
6568
- * This source code is licensed under the BSD-style license found in the
6569
- * LICENSE file in the root directory of this source tree. An additional grant
6570
- * of patent rights can be found in the PATENTS file in the same directory.
6470
+ * This source code is licensed under the MIT license found in the
6471
+ * LICENSE file in the root directory of this source tree.
6571
6472
  *
6572
6473
  */
6573
6474
 
6574
6475
  'use strict';
6575
6476
 
6576
- var _assign = _dereq_(148);
6477
+ var _assign = _dereq_(149);
6577
6478
 
6578
6479
  var DOMLazyTree = _dereq_(9);
6579
6480
  var ReactDOMComponentTree = _dereq_(32);
@@ -6620,14 +6521,12 @@ _assign(ReactDOMEmptyComponent.prototype, {
6620
6521
  });
6621
6522
 
6622
6523
  module.exports = ReactDOMEmptyComponent;
6623
- },{"148":148,"32":32,"9":9}],35:[function(_dereq_,module,exports){
6524
+ },{"149":149,"32":32,"9":9}],35:[function(_dereq_,module,exports){
6624
6525
  /**
6625
- * Copyright 2013-present, Facebook, Inc.
6626
- * All rights reserved.
6526
+ * Copyright (c) 2013-present, Facebook, Inc.
6627
6527
  *
6628
- * This source code is licensed under the BSD-style license found in the
6629
- * LICENSE file in the root directory of this source tree. An additional grant
6630
- * of patent rights can be found in the PATENTS file in the same directory.
6528
+ * This source code is licensed under the MIT license found in the
6529
+ * LICENSE file in the root directory of this source tree.
6631
6530
  *
6632
6531
  */
6633
6532
 
@@ -6640,7 +6539,6 @@ var ReactDOMComponentTree = _dereq_(32);
6640
6539
  * Operations used to process updates to DOM nodes.
6641
6540
  */
6642
6541
  var ReactDOMIDOperations = {
6643
-
6644
6542
  /**
6645
6543
  * Updates a component's children by processing a series of updates.
6646
6544
  *
@@ -6656,27 +6554,25 @@ var ReactDOMIDOperations = {
6656
6554
  module.exports = ReactDOMIDOperations;
6657
6555
  },{"32":32,"8":8}],36:[function(_dereq_,module,exports){
6658
6556
  /**
6659
- * Copyright 2013-present, Facebook, Inc.
6660
- * All rights reserved.
6557
+ * Copyright (c) 2013-present, Facebook, Inc.
6661
6558
  *
6662
- * This source code is licensed under the BSD-style license found in the
6663
- * LICENSE file in the root directory of this source tree. An additional grant
6664
- * of patent rights can be found in the PATENTS file in the same directory.
6559
+ * This source code is licensed under the MIT license found in the
6560
+ * LICENSE file in the root directory of this source tree.
6665
6561
  *
6666
6562
  */
6667
6563
 
6668
6564
  'use strict';
6669
6565
 
6670
- var _prodInvariant = _dereq_(115),
6671
- _assign = _dereq_(148);
6566
+ var _prodInvariant = _dereq_(116),
6567
+ _assign = _dereq_(149);
6672
6568
 
6673
6569
  var DOMPropertyOperations = _dereq_(12);
6674
6570
  var LinkedValueUtils = _dereq_(23);
6675
6571
  var ReactDOMComponentTree = _dereq_(32);
6676
6572
  var ReactUpdates = _dereq_(75);
6677
6573
 
6678
- var invariant = _dereq_(140);
6679
- var warning = _dereq_(147);
6574
+ var invariant = _dereq_(141);
6575
+ var warning = _dereq_(148);
6680
6576
 
6681
6577
  var didWarnValueLink = false;
6682
6578
  var didWarnCheckedLink = false;
@@ -6807,14 +6703,16 @@ var ReactDOMInput = {
6807
6703
  // Simulate `input.valueAsNumber`. IE9 does not support it
6808
6704
  var valueAsNumber = parseFloat(node.value, 10) || 0;
6809
6705
 
6706
+ if (
6707
+ // eslint-disable-next-line
6708
+ value != valueAsNumber ||
6810
6709
  // eslint-disable-next-line
6811
- if (value != valueAsNumber) {
6710
+ value == valueAsNumber && node.value != value) {
6812
6711
  // Cast `value` to a string to ensure the value is set correctly. While
6813
6712
  // browsers typically do this as necessary, jsdom doesn't.
6814
6713
  node.value = '' + value;
6815
6714
  }
6816
- // eslint-disable-next-line
6817
- } else if (value != node.value) {
6715
+ } else if (node.value !== '' + value) {
6818
6716
  // Cast `value` to a string to ensure the value is set correctly. While
6819
6717
  // browsers typically do this as necessary, jsdom doesn't.
6820
6718
  node.value = '' + value;
@@ -6939,26 +6837,24 @@ function _handleChange(event) {
6939
6837
  }
6940
6838
 
6941
6839
  module.exports = ReactDOMInput;
6942
- },{"115":115,"12":12,"140":140,"147":147,"148":148,"23":23,"32":32,"75":75}],37:[function(_dereq_,module,exports){
6840
+ },{"116":116,"12":12,"141":141,"148":148,"149":149,"23":23,"32":32,"75":75}],37:[function(_dereq_,module,exports){
6943
6841
  /**
6944
- * Copyright 2013-present, Facebook, Inc.
6945
- * All rights reserved.
6842
+ * Copyright (c) 2013-present, Facebook, Inc.
6946
6843
  *
6947
- * This source code is licensed under the BSD-style license found in the
6948
- * LICENSE file in the root directory of this source tree. An additional grant
6949
- * of patent rights can be found in the PATENTS file in the same directory.
6844
+ * This source code is licensed under the MIT license found in the
6845
+ * LICENSE file in the root directory of this source tree.
6950
6846
  *
6951
6847
  */
6952
6848
 
6953
6849
  'use strict';
6954
6850
 
6955
- var _assign = _dereq_(148);
6851
+ var _assign = _dereq_(149);
6956
6852
 
6957
- var React = _dereq_(123);
6853
+ var React = _dereq_(124);
6958
6854
  var ReactDOMComponentTree = _dereq_(32);
6959
6855
  var ReactDOMSelect = _dereq_(38);
6960
6856
 
6961
- var warning = _dereq_(147);
6857
+ var warning = _dereq_(148);
6962
6858
  var didWarnInvalidOptionChildren = false;
6963
6859
 
6964
6860
  function flattenChildren(children) {
@@ -7058,30 +6954,27 @@ var ReactDOMOption = {
7058
6954
 
7059
6955
  return hostProps;
7060
6956
  }
7061
-
7062
6957
  };
7063
6958
 
7064
6959
  module.exports = ReactDOMOption;
7065
- },{"123":123,"147":147,"148":148,"32":32,"38":38}],38:[function(_dereq_,module,exports){
6960
+ },{"124":124,"148":148,"149":149,"32":32,"38":38}],38:[function(_dereq_,module,exports){
7066
6961
  /**
7067
- * Copyright 2013-present, Facebook, Inc.
7068
- * All rights reserved.
6962
+ * Copyright (c) 2013-present, Facebook, Inc.
7069
6963
  *
7070
- * This source code is licensed under the BSD-style license found in the
7071
- * LICENSE file in the root directory of this source tree. An additional grant
7072
- * of patent rights can be found in the PATENTS file in the same directory.
6964
+ * This source code is licensed under the MIT license found in the
6965
+ * LICENSE file in the root directory of this source tree.
7073
6966
  *
7074
6967
  */
7075
6968
 
7076
6969
  'use strict';
7077
6970
 
7078
- var _assign = _dereq_(148);
6971
+ var _assign = _dereq_(149);
7079
6972
 
7080
6973
  var LinkedValueUtils = _dereq_(23);
7081
6974
  var ReactDOMComponentTree = _dereq_(32);
7082
6975
  var ReactUpdates = _dereq_(75);
7083
6976
 
7084
- var warning = _dereq_(147);
6977
+ var warning = _dereq_(148);
7085
6978
 
7086
6979
  var didWarnValueLink = false;
7087
6980
  var didWarnValueDefaultValue = false;
@@ -7262,20 +7155,18 @@ function _handleChange(event) {
7262
7155
  }
7263
7156
 
7264
7157
  module.exports = ReactDOMSelect;
7265
- },{"147":147,"148":148,"23":23,"32":32,"75":75}],39:[function(_dereq_,module,exports){
7158
+ },{"148":148,"149":149,"23":23,"32":32,"75":75}],39:[function(_dereq_,module,exports){
7266
7159
  /**
7267
- * Copyright 2013-present, Facebook, Inc.
7268
- * All rights reserved.
7160
+ * Copyright (c) 2013-present, Facebook, Inc.
7269
7161
  *
7270
- * This source code is licensed under the BSD-style license found in the
7271
- * LICENSE file in the root directory of this source tree. An additional grant
7272
- * of patent rights can be found in the PATENTS file in the same directory.
7162
+ * This source code is licensed under the MIT license found in the
7163
+ * LICENSE file in the root directory of this source tree.
7273
7164
  *
7274
7165
  */
7275
7166
 
7276
7167
  'use strict';
7277
7168
 
7278
- var ExecutionEnvironment = _dereq_(126);
7169
+ var ExecutionEnvironment = _dereq_(127);
7279
7170
 
7280
7171
  var getNodeForCharacterOffset = _dereq_(108);
7281
7172
  var getTextContentAccessor = _dereq_(109);
@@ -7474,14 +7365,12 @@ var ReactDOMSelection = {
7474
7365
  };
7475
7366
 
7476
7367
  module.exports = ReactDOMSelection;
7477
- },{"108":108,"109":109,"126":126}],40:[function(_dereq_,module,exports){
7368
+ },{"108":108,"109":109,"127":127}],40:[function(_dereq_,module,exports){
7478
7369
  /**
7479
- * Copyright 2013-present, Facebook, Inc.
7480
- * All rights reserved.
7370
+ * Copyright (c) 2013-present, Facebook, Inc.
7481
7371
  *
7482
- * This source code is licensed under the BSD-style license found in the
7483
- * LICENSE file in the root directory of this source tree. An additional grant
7484
- * of patent rights can be found in the PATENTS file in the same directory.
7372
+ * This source code is licensed under the MIT license found in the
7373
+ * LICENSE file in the root directory of this source tree.
7485
7374
  *
7486
7375
  */
7487
7376
 
@@ -7502,12 +7391,10 @@ var ReactDOMServer = {
7502
7391
  module.exports = ReactDOMServer;
7503
7392
  },{"47":47,"71":71,"76":76}],41:[function(_dereq_,module,exports){
7504
7393
  /**
7505
- * Copyright 2013-present, Facebook, Inc.
7506
- * All rights reserved.
7394
+ * Copyright (c) 2013-present, Facebook, Inc.
7507
7395
  *
7508
- * This source code is licensed under the BSD-style license found in the
7509
- * LICENSE file in the root directory of this source tree. An additional grant
7510
- * of patent rights can be found in the PATENTS file in the same directory.
7396
+ * This source code is licensed under the MIT license found in the
7397
+ * LICENSE file in the root directory of this source tree.
7511
7398
  *
7512
7399
  */
7513
7400
 
@@ -7518,27 +7405,25 @@ var ReactDOMServer = _dereq_(40);
7518
7405
  module.exports = ReactDOMServer;
7519
7406
  },{"40":40}],42:[function(_dereq_,module,exports){
7520
7407
  /**
7521
- * Copyright 2013-present, Facebook, Inc.
7522
- * All rights reserved.
7408
+ * Copyright (c) 2013-present, Facebook, Inc.
7523
7409
  *
7524
- * This source code is licensed under the BSD-style license found in the
7525
- * LICENSE file in the root directory of this source tree. An additional grant
7526
- * of patent rights can be found in the PATENTS file in the same directory.
7410
+ * This source code is licensed under the MIT license found in the
7411
+ * LICENSE file in the root directory of this source tree.
7527
7412
  *
7528
7413
  */
7529
7414
 
7530
7415
  'use strict';
7531
7416
 
7532
- var _prodInvariant = _dereq_(115),
7533
- _assign = _dereq_(148);
7417
+ var _prodInvariant = _dereq_(116),
7418
+ _assign = _dereq_(149);
7534
7419
 
7535
7420
  var DOMChildrenOperations = _dereq_(8);
7536
7421
  var DOMLazyTree = _dereq_(9);
7537
7422
  var ReactDOMComponentTree = _dereq_(32);
7538
7423
 
7539
7424
  var escapeTextContentForBrowser = _dereq_(100);
7540
- var invariant = _dereq_(140);
7541
- var validateDOMNesting = _dereq_(120);
7425
+ var invariant = _dereq_(141);
7426
+ var validateDOMNesting = _dereq_(121);
7542
7427
 
7543
7428
  /**
7544
7429
  * Text nodes violate a couple assumptions that React makes about components:
@@ -7571,7 +7456,6 @@ var ReactDOMTextComponent = function (text) {
7571
7456
  };
7572
7457
 
7573
7458
  _assign(ReactDOMTextComponent.prototype, {
7574
-
7575
7459
  /**
7576
7460
  * Creates the markup for this text node. This node is not intended to have
7577
7461
  * any features besides containing text content.
@@ -7676,32 +7560,29 @@ _assign(ReactDOMTextComponent.prototype, {
7676
7560
  this._commentNodes = null;
7677
7561
  ReactDOMComponentTree.uncacheNode(this);
7678
7562
  }
7679
-
7680
7563
  });
7681
7564
 
7682
7565
  module.exports = ReactDOMTextComponent;
7683
- },{"100":100,"115":115,"120":120,"140":140,"148":148,"32":32,"8":8,"9":9}],43:[function(_dereq_,module,exports){
7566
+ },{"100":100,"116":116,"121":121,"141":141,"149":149,"32":32,"8":8,"9":9}],43:[function(_dereq_,module,exports){
7684
7567
  /**
7685
- * Copyright 2013-present, Facebook, Inc.
7686
- * All rights reserved.
7568
+ * Copyright (c) 2013-present, Facebook, Inc.
7687
7569
  *
7688
- * This source code is licensed under the BSD-style license found in the
7689
- * LICENSE file in the root directory of this source tree. An additional grant
7690
- * of patent rights can be found in the PATENTS file in the same directory.
7570
+ * This source code is licensed under the MIT license found in the
7571
+ * LICENSE file in the root directory of this source tree.
7691
7572
  *
7692
7573
  */
7693
7574
 
7694
7575
  'use strict';
7695
7576
 
7696
- var _prodInvariant = _dereq_(115),
7697
- _assign = _dereq_(148);
7577
+ var _prodInvariant = _dereq_(116),
7578
+ _assign = _dereq_(149);
7698
7579
 
7699
7580
  var LinkedValueUtils = _dereq_(23);
7700
7581
  var ReactDOMComponentTree = _dereq_(32);
7701
7582
  var ReactUpdates = _dereq_(75);
7702
7583
 
7703
- var invariant = _dereq_(140);
7704
- var warning = _dereq_(147);
7584
+ var invariant = _dereq_(141);
7585
+ var warning = _dereq_(148);
7705
7586
 
7706
7587
  var didWarnValueLink = false;
7707
7588
  var didWarnValDefaultVal = false;
@@ -7840,22 +7721,20 @@ function _handleChange(event) {
7840
7721
  }
7841
7722
 
7842
7723
  module.exports = ReactDOMTextarea;
7843
- },{"115":115,"140":140,"147":147,"148":148,"23":23,"32":32,"75":75}],44:[function(_dereq_,module,exports){
7724
+ },{"116":116,"141":141,"148":148,"149":149,"23":23,"32":32,"75":75}],44:[function(_dereq_,module,exports){
7844
7725
  /**
7845
- * Copyright 2015-present, Facebook, Inc.
7846
- * All rights reserved.
7726
+ * Copyright (c) 2015-present, Facebook, Inc.
7847
7727
  *
7848
- * This source code is licensed under the BSD-style license found in the
7849
- * LICENSE file in the root directory of this source tree. An additional grant
7850
- * of patent rights can be found in the PATENTS file in the same directory.
7728
+ * This source code is licensed under the MIT license found in the
7729
+ * LICENSE file in the root directory of this source tree.
7851
7730
  *
7852
7731
  */
7853
7732
 
7854
7733
  'use strict';
7855
7734
 
7856
- var _prodInvariant = _dereq_(115);
7735
+ var _prodInvariant = _dereq_(116);
7857
7736
 
7858
- var invariant = _dereq_(140);
7737
+ var invariant = _dereq_(141);
7859
7738
 
7860
7739
  /**
7861
7740
  * Return the lowest common ancestor of A and B, or null if they are in
@@ -7976,14 +7855,12 @@ module.exports = {
7976
7855
  traverseTwoPhase: traverseTwoPhase,
7977
7856
  traverseEnterLeave: traverseEnterLeave
7978
7857
  };
7979
- },{"115":115,"140":140}],45:[function(_dereq_,module,exports){
7858
+ },{"116":116,"141":141}],45:[function(_dereq_,module,exports){
7980
7859
  /**
7981
- * Copyright 2016-present, Facebook, Inc.
7982
- * All rights reserved.
7860
+ * Copyright (c) 2016-present, Facebook, Inc.
7983
7861
  *
7984
- * This source code is licensed under the BSD-style license found in the
7985
- * LICENSE file in the root directory of this source tree. An additional grant
7986
- * of patent rights can be found in the PATENTS file in the same directory.
7862
+ * This source code is licensed under the MIT license found in the
7863
+ * LICENSE file in the root directory of this source tree.
7987
7864
  *
7988
7865
  *
7989
7866
  */
@@ -7992,11 +7869,11 @@ module.exports = {
7992
7869
 
7993
7870
  var ReactInvalidSetStateWarningHook = _dereq_(60);
7994
7871
  var ReactHostOperationHistoryHook = _dereq_(55);
7995
- var ReactComponentTreeHook = _dereq_(121);
7996
- var ExecutionEnvironment = _dereq_(126);
7872
+ var ReactComponentTreeHook = _dereq_(122);
7873
+ var ExecutionEnvironment = _dereq_(127);
7997
7874
 
7998
- var performanceNow = _dereq_(145);
7999
- var warning = _dereq_(147);
7875
+ var performanceNow = _dereq_(146);
7876
+ var warning = _dereq_(148);
8000
7877
 
8001
7878
  var hooks = [];
8002
7879
  var didHookThrowForEvent = {};
@@ -8205,7 +8082,9 @@ function markEnd(debugID, markType) {
8205
8082
  }
8206
8083
 
8207
8084
  performance.clearMarks(markName);
8208
- performance.clearMeasures(measurementName);
8085
+ if (measurementName) {
8086
+ performance.clearMeasures(measurementName);
8087
+ }
8209
8088
  }
8210
8089
 
8211
8090
  var ReactDebugTool = {
@@ -8335,25 +8214,23 @@ if (/[?&]react_perf\b/.test(url)) {
8335
8214
  }
8336
8215
 
8337
8216
  module.exports = ReactDebugTool;
8338
- },{"121":121,"126":126,"145":145,"147":147,"55":55,"60":60}],46:[function(_dereq_,module,exports){
8217
+ },{"122":122,"127":127,"146":146,"148":148,"55":55,"60":60}],46:[function(_dereq_,module,exports){
8339
8218
  /**
8340
- * Copyright 2013-present, Facebook, Inc.
8341
- * All rights reserved.
8219
+ * Copyright (c) 2013-present, Facebook, Inc.
8342
8220
  *
8343
- * This source code is licensed under the BSD-style license found in the
8344
- * LICENSE file in the root directory of this source tree. An additional grant
8345
- * of patent rights can be found in the PATENTS file in the same directory.
8221
+ * This source code is licensed under the MIT license found in the
8222
+ * LICENSE file in the root directory of this source tree.
8346
8223
  *
8347
8224
  */
8348
8225
 
8349
8226
  'use strict';
8350
8227
 
8351
- var _assign = _dereq_(148);
8228
+ var _assign = _dereq_(149);
8352
8229
 
8353
8230
  var ReactUpdates = _dereq_(75);
8354
8231
  var Transaction = _dereq_(93);
8355
8232
 
8356
- var emptyFunction = _dereq_(132);
8233
+ var emptyFunction = _dereq_(133);
8357
8234
 
8358
8235
  var RESET_BATCHED_UPDATES = {
8359
8236
  initialize: emptyFunction,
@@ -8403,14 +8280,12 @@ var ReactDefaultBatchingStrategy = {
8403
8280
  };
8404
8281
 
8405
8282
  module.exports = ReactDefaultBatchingStrategy;
8406
- },{"132":132,"148":148,"75":75,"93":93}],47:[function(_dereq_,module,exports){
8283
+ },{"133":133,"149":149,"75":75,"93":93}],47:[function(_dereq_,module,exports){
8407
8284
  /**
8408
- * Copyright 2013-present, Facebook, Inc.
8409
- * All rights reserved.
8285
+ * Copyright (c) 2013-present, Facebook, Inc.
8410
8286
  *
8411
- * This source code is licensed under the BSD-style license found in the
8412
- * LICENSE file in the root directory of this source tree. An additional grant
8413
- * of patent rights can be found in the PATENTS file in the same directory.
8287
+ * This source code is licensed under the MIT license found in the
8288
+ * LICENSE file in the root directory of this source tree.
8414
8289
  *
8415
8290
  */
8416
8291
 
@@ -8491,12 +8366,10 @@ module.exports = {
8491
8366
  };
8492
8367
  },{"1":1,"14":14,"15":15,"21":21,"27":27,"3":3,"30":30,"32":32,"34":34,"42":42,"44":44,"46":46,"52":52,"56":56,"67":67,"7":7,"77":77,"78":78,"79":79}],48:[function(_dereq_,module,exports){
8493
8368
  /**
8494
- * Copyright 2014-present, Facebook, Inc.
8495
- * All rights reserved.
8369
+ * Copyright (c) 2014-present, Facebook, Inc.
8496
8370
  *
8497
- * This source code is licensed under the BSD-style license found in the
8498
- * LICENSE file in the root directory of this source tree. An additional grant
8499
- * of patent rights can be found in the PATENTS file in the same directory.
8371
+ * This source code is licensed under the MIT license found in the
8372
+ * LICENSE file in the root directory of this source tree.
8500
8373
  *
8501
8374
  *
8502
8375
  */
@@ -8511,12 +8384,10 @@ var REACT_ELEMENT_TYPE = typeof Symbol === 'function' && Symbol['for'] && Symbol
8511
8384
  module.exports = REACT_ELEMENT_TYPE;
8512
8385
  },{}],49:[function(_dereq_,module,exports){
8513
8386
  /**
8514
- * Copyright 2014-present, Facebook, Inc.
8515
- * All rights reserved.
8387
+ * Copyright (c) 2014-present, Facebook, Inc.
8516
8388
  *
8517
- * This source code is licensed under the BSD-style license found in the
8518
- * LICENSE file in the root directory of this source tree. An additional grant
8519
- * of patent rights can be found in the PATENTS file in the same directory.
8389
+ * This source code is licensed under the MIT license found in the
8390
+ * LICENSE file in the root directory of this source tree.
8520
8391
  *
8521
8392
  */
8522
8393
 
@@ -8541,12 +8412,10 @@ ReactEmptyComponent.injection = ReactEmptyComponentInjection;
8541
8412
  module.exports = ReactEmptyComponent;
8542
8413
  },{}],50:[function(_dereq_,module,exports){
8543
8414
  /**
8544
- * Copyright 2013-present, Facebook, Inc.
8545
- * All rights reserved.
8415
+ * Copyright (c) 2013-present, Facebook, Inc.
8546
8416
  *
8547
- * This source code is licensed under the BSD-style license found in the
8548
- * LICENSE file in the root directory of this source tree. An additional grant
8549
- * of patent rights can be found in the PATENTS file in the same directory.
8417
+ * This source code is licensed under the MIT license found in the
8418
+ * LICENSE file in the root directory of this source tree.
8550
8419
  *
8551
8420
  *
8552
8421
  */
@@ -8603,7 +8472,9 @@ if ("development" !== 'production') {
8603
8472
  if (typeof window !== 'undefined' && typeof window.dispatchEvent === 'function' && typeof document !== 'undefined' && typeof document.createEvent === 'function') {
8604
8473
  var fakeNode = document.createElement('react');
8605
8474
  ReactErrorUtils.invokeGuardedCallback = function (name, func, a) {
8606
- var boundFunc = func.bind(null, a);
8475
+ var boundFunc = function () {
8476
+ func(a);
8477
+ };
8607
8478
  var evtType = 'react-' + name;
8608
8479
  fakeNode.addEventListener(evtType, boundFunc, false);
8609
8480
  var evt = document.createEvent('Event');
@@ -8617,12 +8488,10 @@ if ("development" !== 'production') {
8617
8488
  module.exports = ReactErrorUtils;
8618
8489
  },{}],51:[function(_dereq_,module,exports){
8619
8490
  /**
8620
- * Copyright 2013-present, Facebook, Inc.
8621
- * All rights reserved.
8491
+ * Copyright (c) 2013-present, Facebook, Inc.
8622
8492
  *
8623
- * This source code is licensed under the BSD-style license found in the
8624
- * LICENSE file in the root directory of this source tree. An additional grant
8625
- * of patent rights can be found in the PATENTS file in the same directory.
8493
+ * This source code is licensed under the MIT license found in the
8494
+ * LICENSE file in the root directory of this source tree.
8626
8495
  *
8627
8496
  */
8628
8497
 
@@ -8636,7 +8505,6 @@ function runEventQueueInBatch(events) {
8636
8505
  }
8637
8506
 
8638
8507
  var ReactEventEmitterMixin = {
8639
-
8640
8508
  /**
8641
8509
  * Streams a fired top-level event to `EventPluginHub` where plugins have the
8642
8510
  * opportunity to create `ReactEvent`s to be dispatched.
@@ -8650,27 +8518,25 @@ var ReactEventEmitterMixin = {
8650
8518
  module.exports = ReactEventEmitterMixin;
8651
8519
  },{"16":16}],52:[function(_dereq_,module,exports){
8652
8520
  /**
8653
- * Copyright 2013-present, Facebook, Inc.
8654
- * All rights reserved.
8521
+ * Copyright (c) 2013-present, Facebook, Inc.
8655
8522
  *
8656
- * This source code is licensed under the BSD-style license found in the
8657
- * LICENSE file in the root directory of this source tree. An additional grant
8658
- * of patent rights can be found in the PATENTS file in the same directory.
8523
+ * This source code is licensed under the MIT license found in the
8524
+ * LICENSE file in the root directory of this source tree.
8659
8525
  *
8660
8526
  */
8661
8527
 
8662
8528
  'use strict';
8663
8529
 
8664
- var _assign = _dereq_(148);
8530
+ var _assign = _dereq_(149);
8665
8531
 
8666
- var EventListener = _dereq_(125);
8667
- var ExecutionEnvironment = _dereq_(126);
8532
+ var EventListener = _dereq_(126);
8533
+ var ExecutionEnvironment = _dereq_(127);
8668
8534
  var PooledClass = _dereq_(24);
8669
8535
  var ReactDOMComponentTree = _dereq_(32);
8670
8536
  var ReactUpdates = _dereq_(75);
8671
8537
 
8672
8538
  var getEventTarget = _dereq_(106);
8673
- var getUnboundedScrollPosition = _dereq_(137);
8539
+ var getUnboundedScrollPosition = _dereq_(138);
8674
8540
 
8675
8541
  /**
8676
8542
  * Find the deepest React component completely containing the root of the
@@ -8803,14 +8669,12 @@ var ReactEventListener = {
8803
8669
  };
8804
8670
 
8805
8671
  module.exports = ReactEventListener;
8806
- },{"106":106,"125":125,"126":126,"137":137,"148":148,"24":24,"32":32,"75":75}],53:[function(_dereq_,module,exports){
8672
+ },{"106":106,"126":126,"127":127,"138":138,"149":149,"24":24,"32":32,"75":75}],53:[function(_dereq_,module,exports){
8807
8673
  /**
8808
- * Copyright 2013-present, Facebook, Inc.
8809
- * All rights reserved.
8674
+ * Copyright (c) 2013-present, Facebook, Inc.
8810
8675
  *
8811
- * This source code is licensed under the BSD-style license found in the
8812
- * LICENSE file in the root directory of this source tree. An additional grant
8813
- * of patent rights can be found in the PATENTS file in the same directory.
8676
+ * This source code is licensed under the MIT license found in the
8677
+ * LICENSE file in the root directory of this source tree.
8814
8678
  *
8815
8679
  *
8816
8680
  */
@@ -8827,20 +8691,18 @@ var ReactFeatureFlags = {
8827
8691
  module.exports = ReactFeatureFlags;
8828
8692
  },{}],54:[function(_dereq_,module,exports){
8829
8693
  /**
8830
- * Copyright 2014-present, Facebook, Inc.
8831
- * All rights reserved.
8694
+ * Copyright (c) 2014-present, Facebook, Inc.
8832
8695
  *
8833
- * This source code is licensed under the BSD-style license found in the
8834
- * LICENSE file in the root directory of this source tree. An additional grant
8835
- * of patent rights can be found in the PATENTS file in the same directory.
8696
+ * This source code is licensed under the MIT license found in the
8697
+ * LICENSE file in the root directory of this source tree.
8836
8698
  *
8837
8699
  */
8838
8700
 
8839
8701
  'use strict';
8840
8702
 
8841
- var _prodInvariant = _dereq_(115);
8703
+ var _prodInvariant = _dereq_(116);
8842
8704
 
8843
- var invariant = _dereq_(140);
8705
+ var invariant = _dereq_(141);
8844
8706
 
8845
8707
  var genericComponentClass = null;
8846
8708
  var textComponentClass = null;
@@ -8893,14 +8755,12 @@ var ReactHostComponent = {
8893
8755
  };
8894
8756
 
8895
8757
  module.exports = ReactHostComponent;
8896
- },{"115":115,"140":140}],55:[function(_dereq_,module,exports){
8758
+ },{"116":116,"141":141}],55:[function(_dereq_,module,exports){
8897
8759
  /**
8898
- * Copyright 2016-present, Facebook, Inc.
8899
- * All rights reserved.
8760
+ * Copyright (c) 2016-present, Facebook, Inc.
8900
8761
  *
8901
- * This source code is licensed under the BSD-style license found in the
8902
- * LICENSE file in the root directory of this source tree. An additional grant
8903
- * of patent rights can be found in the PATENTS file in the same directory.
8762
+ * This source code is licensed under the MIT license found in the
8763
+ * LICENSE file in the root directory of this source tree.
8904
8764
  *
8905
8765
  *
8906
8766
  */
@@ -8929,12 +8789,10 @@ var ReactHostOperationHistoryHook = {
8929
8789
  module.exports = ReactHostOperationHistoryHook;
8930
8790
  },{}],56:[function(_dereq_,module,exports){
8931
8791
  /**
8932
- * Copyright 2013-present, Facebook, Inc.
8933
- * All rights reserved.
8792
+ * Copyright (c) 2013-present, Facebook, Inc.
8934
8793
  *
8935
- * This source code is licensed under the BSD-style license found in the
8936
- * LICENSE file in the root directory of this source tree. An additional grant
8937
- * of patent rights can be found in the PATENTS file in the same directory.
8794
+ * This source code is licensed under the MIT license found in the
8795
+ * LICENSE file in the root directory of this source tree.
8938
8796
  *
8939
8797
  */
8940
8798
 
@@ -8963,12 +8821,10 @@ var ReactInjection = {
8963
8821
  module.exports = ReactInjection;
8964
8822
  },{"11":11,"16":16,"18":18,"25":25,"28":28,"49":49,"54":54,"75":75}],57:[function(_dereq_,module,exports){
8965
8823
  /**
8966
- * Copyright 2013-present, Facebook, Inc.
8967
- * All rights reserved.
8824
+ * Copyright (c) 2013-present, Facebook, Inc.
8968
8825
  *
8969
- * This source code is licensed under the BSD-style license found in the
8970
- * LICENSE file in the root directory of this source tree. An additional grant
8971
- * of patent rights can be found in the PATENTS file in the same directory.
8826
+ * This source code is licensed under the MIT license found in the
8827
+ * LICENSE file in the root directory of this source tree.
8972
8828
  *
8973
8829
  */
8974
8830
 
@@ -8976,9 +8832,9 @@ module.exports = ReactInjection;
8976
8832
 
8977
8833
  var ReactDOMSelection = _dereq_(39);
8978
8834
 
8979
- var containsNode = _dereq_(129);
8980
- var focusNode = _dereq_(134);
8981
- var getActiveElement = _dereq_(135);
8835
+ var containsNode = _dereq_(130);
8836
+ var focusNode = _dereq_(135);
8837
+ var getActiveElement = _dereq_(136);
8982
8838
 
8983
8839
  function isInDocument(node) {
8984
8840
  return containsNode(document.documentElement, node);
@@ -8991,7 +8847,6 @@ function isInDocument(node) {
8991
8847
  * Input selection module for React.
8992
8848
  */
8993
8849
  var ReactInputSelection = {
8994
-
8995
8850
  hasSelectionCapabilities: function (elem) {
8996
8851
  var nodeName = elem && elem.nodeName && elem.nodeName.toLowerCase();
8997
8852
  return nodeName && (nodeName === 'input' && elem.type === 'text' || nodeName === 'textarea' || elem.contentEditable === 'true');
@@ -9085,14 +8940,12 @@ var ReactInputSelection = {
9085
8940
  };
9086
8941
 
9087
8942
  module.exports = ReactInputSelection;
9088
- },{"129":129,"134":134,"135":135,"39":39}],58:[function(_dereq_,module,exports){
8943
+ },{"130":130,"135":135,"136":136,"39":39}],58:[function(_dereq_,module,exports){
9089
8944
  /**
9090
- * Copyright 2013-present, Facebook, Inc.
9091
- * All rights reserved.
8945
+ * Copyright (c) 2013-present, Facebook, Inc.
9092
8946
  *
9093
- * This source code is licensed under the BSD-style license found in the
9094
- * LICENSE file in the root directory of this source tree. An additional grant
9095
- * of patent rights can be found in the PATENTS file in the same directory.
8947
+ * This source code is licensed under the MIT license found in the
8948
+ * LICENSE file in the root directory of this source tree.
9096
8949
  *
9097
8950
  */
9098
8951
 
@@ -9108,7 +8961,6 @@ module.exports = ReactInputSelection;
9108
8961
  // TODO: Replace this with ES6: var ReactInstanceMap = new Map();
9109
8962
 
9110
8963
  var ReactInstanceMap = {
9111
-
9112
8964
  /**
9113
8965
  * This API should be called `delete` but we'd have to make sure to always
9114
8966
  * transform these to strings for IE support. When this transform is fully
@@ -9129,18 +8981,15 @@ var ReactInstanceMap = {
9129
8981
  set: function (key, value) {
9130
8982
  key._reactInternalInstance = value;
9131
8983
  }
9132
-
9133
8984
  };
9134
8985
 
9135
8986
  module.exports = ReactInstanceMap;
9136
8987
  },{}],59:[function(_dereq_,module,exports){
9137
8988
  /**
9138
- * Copyright 2016-present, Facebook, Inc.
9139
- * All rights reserved.
8989
+ * Copyright (c) 2016-present, Facebook, Inc.
9140
8990
  *
9141
- * This source code is licensed under the BSD-style license found in the
9142
- * LICENSE file in the root directory of this source tree. An additional grant
9143
- * of patent rights can be found in the PATENTS file in the same directory.
8991
+ * This source code is licensed under the MIT license found in the
8992
+ * LICENSE file in the root directory of this source tree.
9144
8993
  *
9145
8994
  *
9146
8995
  */
@@ -9159,19 +9008,17 @@ if ("development" !== 'production') {
9159
9008
  module.exports = { debugTool: debugTool };
9160
9009
  },{"45":45}],60:[function(_dereq_,module,exports){
9161
9010
  /**
9162
- * Copyright 2016-present, Facebook, Inc.
9163
- * All rights reserved.
9011
+ * Copyright (c) 2016-present, Facebook, Inc.
9164
9012
  *
9165
- * This source code is licensed under the BSD-style license found in the
9166
- * LICENSE file in the root directory of this source tree. An additional grant
9167
- * of patent rights can be found in the PATENTS file in the same directory.
9013
+ * This source code is licensed under the MIT license found in the
9014
+ * LICENSE file in the root directory of this source tree.
9168
9015
  *
9169
9016
  *
9170
9017
  */
9171
9018
 
9172
9019
  'use strict';
9173
9020
 
9174
- var warning = _dereq_(147);
9021
+ var warning = _dereq_(148);
9175
9022
 
9176
9023
  if ("development" !== 'production') {
9177
9024
  var processingChildContext = false;
@@ -9194,14 +9041,12 @@ var ReactInvalidSetStateWarningHook = {
9194
9041
  };
9195
9042
 
9196
9043
  module.exports = ReactInvalidSetStateWarningHook;
9197
- },{"147":147}],61:[function(_dereq_,module,exports){
9044
+ },{"148":148}],61:[function(_dereq_,module,exports){
9198
9045
  /**
9199
- * Copyright 2013-present, Facebook, Inc.
9200
- * All rights reserved.
9046
+ * Copyright (c) 2013-present, Facebook, Inc.
9201
9047
  *
9202
- * This source code is licensed under the BSD-style license found in the
9203
- * LICENSE file in the root directory of this source tree. An additional grant
9204
- * of patent rights can be found in the PATENTS file in the same directory.
9048
+ * This source code is licensed under the MIT license found in the
9049
+ * LICENSE file in the root directory of this source tree.
9205
9050
  *
9206
9051
  */
9207
9052
 
@@ -9246,30 +9091,28 @@ var ReactMarkupChecksum = {
9246
9091
  module.exports = ReactMarkupChecksum;
9247
9092
  },{"96":96}],62:[function(_dereq_,module,exports){
9248
9093
  /**
9249
- * Copyright 2013-present, Facebook, Inc.
9250
- * All rights reserved.
9094
+ * Copyright (c) 2013-present, Facebook, Inc.
9251
9095
  *
9252
- * This source code is licensed under the BSD-style license found in the
9253
- * LICENSE file in the root directory of this source tree. An additional grant
9254
- * of patent rights can be found in the PATENTS file in the same directory.
9096
+ * This source code is licensed under the MIT license found in the
9097
+ * LICENSE file in the root directory of this source tree.
9255
9098
  *
9256
9099
  */
9257
9100
 
9258
9101
  'use strict';
9259
9102
 
9260
- var _prodInvariant = _dereq_(115);
9103
+ var _prodInvariant = _dereq_(116);
9261
9104
 
9262
9105
  var ReactComponentEnvironment = _dereq_(28);
9263
9106
  var ReactInstanceMap = _dereq_(58);
9264
9107
  var ReactInstrumentation = _dereq_(59);
9265
9108
 
9266
- var ReactCurrentOwner = _dereq_(122);
9109
+ var ReactCurrentOwner = _dereq_(123);
9267
9110
  var ReactReconciler = _dereq_(68);
9268
9111
  var ReactChildReconciler = _dereq_(26);
9269
9112
 
9270
- var emptyFunction = _dereq_(132);
9113
+ var emptyFunction = _dereq_(133);
9271
9114
  var flattenChildren = _dereq_(101);
9272
- var invariant = _dereq_(140);
9115
+ var invariant = _dereq_(141);
9273
9116
 
9274
9117
  /**
9275
9118
  * Make an update for markup to be rendered and inserted at a supplied index.
@@ -9415,7 +9258,6 @@ if ("development" !== 'production') {
9415
9258
  * @internal
9416
9259
  */
9417
9260
  var ReactMultiChild = {
9418
-
9419
9261
  /**
9420
9262
  * Provides common functionality for components that must reconcile multiple
9421
9263
  * children. This is used by `ReactDOMComponent` to mount, update, and
@@ -9424,7 +9266,6 @@ var ReactMultiChild = {
9424
9266
  * @lends {ReactMultiChild.prototype}
9425
9267
  */
9426
9268
  Mixin: {
9427
-
9428
9269
  _reconcilerInstantiateChildren: function (nestedChildren, transaction, context) {
9429
9270
  if ("development" !== 'production') {
9430
9271
  var selfDebugID = getDebugID(this);
@@ -9688,31 +9529,27 @@ var ReactMultiChild = {
9688
9529
  child._mountIndex = null;
9689
9530
  return update;
9690
9531
  }
9691
-
9692
9532
  }
9693
-
9694
9533
  };
9695
9534
 
9696
9535
  module.exports = ReactMultiChild;
9697
- },{"101":101,"115":115,"122":122,"132":132,"140":140,"26":26,"28":28,"58":58,"59":59,"68":68}],63:[function(_dereq_,module,exports){
9536
+ },{"101":101,"116":116,"123":123,"133":133,"141":141,"26":26,"28":28,"58":58,"59":59,"68":68}],63:[function(_dereq_,module,exports){
9698
9537
  /**
9699
- * Copyright 2013-present, Facebook, Inc.
9700
- * All rights reserved.
9538
+ * Copyright (c) 2013-present, Facebook, Inc.
9701
9539
  *
9702
- * This source code is licensed under the BSD-style license found in the
9703
- * LICENSE file in the root directory of this source tree. An additional grant
9704
- * of patent rights can be found in the PATENTS file in the same directory.
9540
+ * This source code is licensed under the MIT license found in the
9541
+ * LICENSE file in the root directory of this source tree.
9705
9542
  *
9706
9543
  *
9707
9544
  */
9708
9545
 
9709
9546
  'use strict';
9710
9547
 
9711
- var _prodInvariant = _dereq_(115);
9548
+ var _prodInvariant = _dereq_(116);
9712
9549
 
9713
- var React = _dereq_(123);
9550
+ var React = _dereq_(124);
9714
9551
 
9715
- var invariant = _dereq_(140);
9552
+ var invariant = _dereq_(141);
9716
9553
 
9717
9554
  var ReactNodeTypes = {
9718
9555
  HOST: 0,
@@ -9734,23 +9571,21 @@ var ReactNodeTypes = {
9734
9571
  };
9735
9572
 
9736
9573
  module.exports = ReactNodeTypes;
9737
- },{"115":115,"123":123,"140":140}],64:[function(_dereq_,module,exports){
9574
+ },{"116":116,"124":124,"141":141}],64:[function(_dereq_,module,exports){
9738
9575
  /**
9739
- * Copyright 2013-present, Facebook, Inc.
9740
- * All rights reserved.
9576
+ * Copyright (c) 2013-present, Facebook, Inc.
9741
9577
  *
9742
- * This source code is licensed under the BSD-style license found in the
9743
- * LICENSE file in the root directory of this source tree. An additional grant
9744
- * of patent rights can be found in the PATENTS file in the same directory.
9578
+ * This source code is licensed under the MIT license found in the
9579
+ * LICENSE file in the root directory of this source tree.
9745
9580
  *
9746
9581
  *
9747
9582
  */
9748
9583
 
9749
9584
  'use strict';
9750
9585
 
9751
- var _prodInvariant = _dereq_(115);
9586
+ var _prodInvariant = _dereq_(116);
9752
9587
 
9753
- var invariant = _dereq_(140);
9588
+ var invariant = _dereq_(141);
9754
9589
 
9755
9590
  /**
9756
9591
  * @param {?object} object
@@ -9824,18 +9659,15 @@ var ReactOwner = {
9824
9659
  owner.detachRef(ref);
9825
9660
  }
9826
9661
  }
9827
-
9828
9662
  };
9829
9663
 
9830
9664
  module.exports = ReactOwner;
9831
- },{"115":115,"140":140}],65:[function(_dereq_,module,exports){
9665
+ },{"116":116,"141":141}],65:[function(_dereq_,module,exports){
9832
9666
  /**
9833
- * Copyright 2013-present, Facebook, Inc.
9834
- * All rights reserved.
9667
+ * Copyright (c) 2013-present, Facebook, Inc.
9835
9668
  *
9836
- * This source code is licensed under the BSD-style license found in the
9837
- * LICENSE file in the root directory of this source tree. An additional grant
9838
- * of patent rights can be found in the PATENTS file in the same directory.
9669
+ * This source code is licensed under the MIT license found in the
9670
+ * LICENSE file in the root directory of this source tree.
9839
9671
  *
9840
9672
  *
9841
9673
  */
@@ -9855,12 +9687,10 @@ if ("development" !== 'production') {
9855
9687
  module.exports = ReactPropTypeLocationNames;
9856
9688
  },{}],66:[function(_dereq_,module,exports){
9857
9689
  /**
9858
- * Copyright 2013-present, Facebook, Inc.
9859
- * All rights reserved.
9690
+ * Copyright (c) 2013-present, Facebook, Inc.
9860
9691
  *
9861
- * This source code is licensed under the BSD-style license found in the
9862
- * LICENSE file in the root directory of this source tree. An additional grant
9863
- * of patent rights can be found in the PATENTS file in the same directory.
9692
+ * This source code is licensed under the MIT license found in the
9693
+ * LICENSE file in the root directory of this source tree.
9864
9694
  *
9865
9695
  *
9866
9696
  */
@@ -9872,18 +9702,16 @@ var ReactPropTypesSecret = 'SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED';
9872
9702
  module.exports = ReactPropTypesSecret;
9873
9703
  },{}],67:[function(_dereq_,module,exports){
9874
9704
  /**
9875
- * Copyright 2013-present, Facebook, Inc.
9876
- * All rights reserved.
9705
+ * Copyright (c) 2013-present, Facebook, Inc.
9877
9706
  *
9878
- * This source code is licensed under the BSD-style license found in the
9879
- * LICENSE file in the root directory of this source tree. An additional grant
9880
- * of patent rights can be found in the PATENTS file in the same directory.
9707
+ * This source code is licensed under the MIT license found in the
9708
+ * LICENSE file in the root directory of this source tree.
9881
9709
  *
9882
9710
  */
9883
9711
 
9884
9712
  'use strict';
9885
9713
 
9886
- var _assign = _dereq_(148);
9714
+ var _assign = _dereq_(149);
9887
9715
 
9888
9716
  var CallbackQueue = _dereq_(6);
9889
9717
  var PooledClass = _dereq_(24);
@@ -10048,14 +9876,12 @@ _assign(ReactReconcileTransaction.prototype, Transaction, Mixin);
10048
9876
  PooledClass.addPoolingTo(ReactReconcileTransaction);
10049
9877
 
10050
9878
  module.exports = ReactReconcileTransaction;
10051
- },{"148":148,"24":24,"25":25,"57":57,"59":59,"6":6,"74":74,"93":93}],68:[function(_dereq_,module,exports){
9879
+ },{"149":149,"24":24,"25":25,"57":57,"59":59,"6":6,"74":74,"93":93}],68:[function(_dereq_,module,exports){
10052
9880
  /**
10053
- * Copyright 2013-present, Facebook, Inc.
10054
- * All rights reserved.
9881
+ * Copyright (c) 2013-present, Facebook, Inc.
10055
9882
  *
10056
- * This source code is licensed under the BSD-style license found in the
10057
- * LICENSE file in the root directory of this source tree. An additional grant
10058
- * of patent rights can be found in the PATENTS file in the same directory.
9883
+ * This source code is licensed under the MIT license found in the
9884
+ * LICENSE file in the root directory of this source tree.
10059
9885
  *
10060
9886
  */
10061
9887
 
@@ -10064,7 +9890,7 @@ module.exports = ReactReconcileTransaction;
10064
9890
  var ReactRef = _dereq_(69);
10065
9891
  var ReactInstrumentation = _dereq_(59);
10066
9892
 
10067
- var warning = _dereq_(147);
9893
+ var warning = _dereq_(148);
10068
9894
 
10069
9895
  /**
10070
9896
  * Helper to call ReactRef.attachRefs with this composite component, split out
@@ -10075,7 +9901,6 @@ function attachRefs() {
10075
9901
  }
10076
9902
 
10077
9903
  var ReactReconciler = {
10078
-
10079
9904
  /**
10080
9905
  * Initializes the component, renders markup, and registers event listeners.
10081
9906
  *
@@ -10087,8 +9912,8 @@ var ReactReconciler = {
10087
9912
  * @final
10088
9913
  * @internal
10089
9914
  */
10090
- mountComponent: function (internalInstance, transaction, hostParent, hostContainerInfo, context, parentDebugID // 0 in production and for roots
10091
- ) {
9915
+ mountComponent: function (internalInstance, transaction, hostParent, hostContainerInfo, context, parentDebugID) // 0 in production and for roots
9916
+ {
10092
9917
  if ("development" !== 'production') {
10093
9918
  if (internalInstance._debugID !== 0) {
10094
9919
  ReactInstrumentation.debugTool.onBeforeMountComponent(internalInstance._debugID, internalInstance._currentElement, parentDebugID);
@@ -10212,18 +10037,15 @@ var ReactReconciler = {
10212
10037
  }
10213
10038
  }
10214
10039
  }
10215
-
10216
10040
  };
10217
10041
 
10218
10042
  module.exports = ReactReconciler;
10219
- },{"147":147,"59":59,"69":69}],69:[function(_dereq_,module,exports){
10043
+ },{"148":148,"59":59,"69":69}],69:[function(_dereq_,module,exports){
10220
10044
  /**
10221
- * Copyright 2013-present, Facebook, Inc.
10222
- * All rights reserved.
10045
+ * Copyright (c) 2013-present, Facebook, Inc.
10223
10046
  *
10224
- * This source code is licensed under the BSD-style license found in the
10225
- * LICENSE file in the root directory of this source tree. An additional grant
10226
- * of patent rights can be found in the PATENTS file in the same directory.
10047
+ * This source code is licensed under the MIT license found in the
10048
+ * LICENSE file in the root directory of this source tree.
10227
10049
  *
10228
10050
  *
10229
10051
  */
@@ -10307,12 +10129,10 @@ ReactRef.detachRefs = function (instance, element) {
10307
10129
  module.exports = ReactRef;
10308
10130
  },{"64":64}],70:[function(_dereq_,module,exports){
10309
10131
  /**
10310
- * Copyright 2014-present, Facebook, Inc.
10311
- * All rights reserved.
10132
+ * Copyright (c) 2014-present, Facebook, Inc.
10312
10133
  *
10313
- * This source code is licensed under the BSD-style license found in the
10314
- * LICENSE file in the root directory of this source tree. An additional grant
10315
- * of patent rights can be found in the PATENTS file in the same directory.
10134
+ * This source code is licensed under the MIT license found in the
10135
+ * LICENSE file in the root directory of this source tree.
10316
10136
  *
10317
10137
  */
10318
10138
 
@@ -10329,19 +10149,17 @@ var ReactServerBatchingStrategy = {
10329
10149
  module.exports = ReactServerBatchingStrategy;
10330
10150
  },{}],71:[function(_dereq_,module,exports){
10331
10151
  /**
10332
- * Copyright 2013-present, Facebook, Inc.
10333
- * All rights reserved.
10152
+ * Copyright (c) 2013-present, Facebook, Inc.
10334
10153
  *
10335
- * This source code is licensed under the BSD-style license found in the
10336
- * LICENSE file in the root directory of this source tree. An additional grant
10337
- * of patent rights can be found in the PATENTS file in the same directory.
10154
+ * This source code is licensed under the MIT license found in the
10155
+ * LICENSE file in the root directory of this source tree.
10338
10156
  *
10339
10157
  */
10340
10158
  'use strict';
10341
10159
 
10342
- var _prodInvariant = _dereq_(115);
10160
+ var _prodInvariant = _dereq_(116);
10343
10161
 
10344
- var React = _dereq_(123);
10162
+ var React = _dereq_(124);
10345
10163
  var ReactDOMContainerInfo = _dereq_(33);
10346
10164
  var ReactDefaultBatchingStrategy = _dereq_(46);
10347
10165
  var ReactInstrumentation = _dereq_(59);
@@ -10351,9 +10169,9 @@ var ReactServerBatchingStrategy = _dereq_(70);
10351
10169
  var ReactServerRenderingTransaction = _dereq_(72);
10352
10170
  var ReactUpdates = _dereq_(75);
10353
10171
 
10354
- var emptyObject = _dereq_(133);
10355
- var instantiateReactComponent = _dereq_(111);
10356
- var invariant = _dereq_(140);
10172
+ var emptyObject = _dereq_(134);
10173
+ var instantiateReactComponent = _dereq_(112);
10174
+ var invariant = _dereq_(141);
10357
10175
 
10358
10176
  var pendingTransactions = 0;
10359
10177
 
@@ -10417,20 +10235,18 @@ module.exports = {
10417
10235
  renderToString: renderToString,
10418
10236
  renderToStaticMarkup: renderToStaticMarkup
10419
10237
  };
10420
- },{"111":111,"115":115,"123":123,"133":133,"140":140,"33":33,"46":46,"59":59,"61":61,"68":68,"70":70,"72":72,"75":75}],72:[function(_dereq_,module,exports){
10238
+ },{"112":112,"116":116,"124":124,"134":134,"141":141,"33":33,"46":46,"59":59,"61":61,"68":68,"70":70,"72":72,"75":75}],72:[function(_dereq_,module,exports){
10421
10239
  /**
10422
- * Copyright 2014-present, Facebook, Inc.
10423
- * All rights reserved.
10240
+ * Copyright (c) 2014-present, Facebook, Inc.
10424
10241
  *
10425
- * This source code is licensed under the BSD-style license found in the
10426
- * LICENSE file in the root directory of this source tree. An additional grant
10427
- * of patent rights can be found in the PATENTS file in the same directory.
10242
+ * This source code is licensed under the MIT license found in the
10243
+ * LICENSE file in the root directory of this source tree.
10428
10244
  *
10429
10245
  */
10430
10246
 
10431
10247
  'use strict';
10432
10248
 
10433
- var _assign = _dereq_(148);
10249
+ var _assign = _dereq_(149);
10434
10250
 
10435
10251
  var PooledClass = _dereq_(24);
10436
10252
  var Transaction = _dereq_(93);
@@ -10507,14 +10323,12 @@ _assign(ReactServerRenderingTransaction.prototype, Transaction, Mixin);
10507
10323
  PooledClass.addPoolingTo(ReactServerRenderingTransaction);
10508
10324
 
10509
10325
  module.exports = ReactServerRenderingTransaction;
10510
- },{"148":148,"24":24,"59":59,"73":73,"93":93}],73:[function(_dereq_,module,exports){
10326
+ },{"149":149,"24":24,"59":59,"73":73,"93":93}],73:[function(_dereq_,module,exports){
10511
10327
  /**
10512
- * Copyright 2015-present, Facebook, Inc.
10513
- * All rights reserved.
10328
+ * Copyright (c) 2015-present, Facebook, Inc.
10514
10329
  *
10515
- * This source code is licensed under the BSD-style license found in the
10516
- * LICENSE file in the root directory of this source tree. An additional grant
10517
- * of patent rights can be found in the PATENTS file in the same directory.
10330
+ * This source code is licensed under the MIT license found in the
10331
+ * LICENSE file in the root directory of this source tree.
10518
10332
  *
10519
10333
  *
10520
10334
  */
@@ -10525,7 +10339,7 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
10525
10339
 
10526
10340
  var ReactUpdateQueue = _dereq_(74);
10527
10341
 
10528
- var warning = _dereq_(147);
10342
+ var warning = _dereq_(148);
10529
10343
 
10530
10344
  function warnNoop(publicInstance, callerName) {
10531
10345
  if ("development" !== 'production') {
@@ -10646,28 +10460,26 @@ var ReactServerUpdateQueue = function () {
10646
10460
  }();
10647
10461
 
10648
10462
  module.exports = ReactServerUpdateQueue;
10649
- },{"147":147,"74":74}],74:[function(_dereq_,module,exports){
10463
+ },{"148":148,"74":74}],74:[function(_dereq_,module,exports){
10650
10464
  /**
10651
- * Copyright 2015-present, Facebook, Inc.
10652
- * All rights reserved.
10465
+ * Copyright (c) 2015-present, Facebook, Inc.
10653
10466
  *
10654
- * This source code is licensed under the BSD-style license found in the
10655
- * LICENSE file in the root directory of this source tree. An additional grant
10656
- * of patent rights can be found in the PATENTS file in the same directory.
10467
+ * This source code is licensed under the MIT license found in the
10468
+ * LICENSE file in the root directory of this source tree.
10657
10469
  *
10658
10470
  */
10659
10471
 
10660
10472
  'use strict';
10661
10473
 
10662
- var _prodInvariant = _dereq_(115);
10474
+ var _prodInvariant = _dereq_(116);
10663
10475
 
10664
- var ReactCurrentOwner = _dereq_(122);
10476
+ var ReactCurrentOwner = _dereq_(123);
10665
10477
  var ReactInstanceMap = _dereq_(58);
10666
10478
  var ReactInstrumentation = _dereq_(59);
10667
10479
  var ReactUpdates = _dereq_(75);
10668
10480
 
10669
- var invariant = _dereq_(140);
10670
- var warning = _dereq_(147);
10481
+ var invariant = _dereq_(141);
10482
+ var warning = _dereq_(148);
10671
10483
 
10672
10484
  function enqueueUpdate(internalInstance) {
10673
10485
  ReactUpdates.enqueueUpdate(internalInstance);
@@ -10700,7 +10512,7 @@ function getInternalInstanceReadyForUpdate(publicInstance, callerName) {
10700
10512
  }
10701
10513
 
10702
10514
  if ("development" !== 'production') {
10703
- "development" !== 'production' ? warning(ReactCurrentOwner.current == null, '%s(...): Cannot update during an existing state transition (such as ' + 'within `render` or another component\'s constructor). Render methods ' + 'should be a pure function of props and state; constructor ' + 'side-effects are an anti-pattern, but can be moved to ' + '`componentWillMount`.', callerName) : void 0;
10515
+ "development" !== 'production' ? warning(ReactCurrentOwner.current == null, '%s(...): Cannot update during an existing state transition (such as ' + "within `render` or another component's constructor). Render methods " + 'should be a pure function of props and state; constructor ' + 'side-effects are an anti-pattern, but can be moved to ' + '`componentWillMount`.', callerName) : void 0;
10704
10516
  }
10705
10517
 
10706
10518
  return internalInstance;
@@ -10711,7 +10523,6 @@ function getInternalInstanceReadyForUpdate(publicInstance, callerName) {
10711
10523
  * reconciliation step.
10712
10524
  */
10713
10525
  var ReactUpdateQueue = {
10714
-
10715
10526
  /**
10716
10527
  * Checks whether or not this composite component is mounted.
10717
10528
  * @param {ReactClass} publicInstance The instance we want to test.
@@ -10878,25 +10689,22 @@ var ReactUpdateQueue = {
10878
10689
  validateCallback: function (callback, callerName) {
10879
10690
  !(!callback || typeof callback === 'function') ? "development" !== 'production' ? invariant(false, '%s(...): Expected the last optional `callback` argument to be a function. Instead received: %s.', callerName, formatUnexpectedArgument(callback)) : _prodInvariant('122', callerName, formatUnexpectedArgument(callback)) : void 0;
10880
10691
  }
10881
-
10882
10692
  };
10883
10693
 
10884
10694
  module.exports = ReactUpdateQueue;
10885
- },{"115":115,"122":122,"140":140,"147":147,"58":58,"59":59,"75":75}],75:[function(_dereq_,module,exports){
10695
+ },{"116":116,"123":123,"141":141,"148":148,"58":58,"59":59,"75":75}],75:[function(_dereq_,module,exports){
10886
10696
  /**
10887
- * Copyright 2013-present, Facebook, Inc.
10888
- * All rights reserved.
10697
+ * Copyright (c) 2013-present, Facebook, Inc.
10889
10698
  *
10890
- * This source code is licensed under the BSD-style license found in the
10891
- * LICENSE file in the root directory of this source tree. An additional grant
10892
- * of patent rights can be found in the PATENTS file in the same directory.
10699
+ * This source code is licensed under the MIT license found in the
10700
+ * LICENSE file in the root directory of this source tree.
10893
10701
  *
10894
10702
  */
10895
10703
 
10896
10704
  'use strict';
10897
10705
 
10898
- var _prodInvariant = _dereq_(115),
10899
- _assign = _dereq_(148);
10706
+ var _prodInvariant = _dereq_(116),
10707
+ _assign = _dereq_(149);
10900
10708
 
10901
10709
  var CallbackQueue = _dereq_(6);
10902
10710
  var PooledClass = _dereq_(24);
@@ -10904,7 +10712,7 @@ var ReactFeatureFlags = _dereq_(53);
10904
10712
  var ReactReconciler = _dereq_(68);
10905
10713
  var Transaction = _dereq_(93);
10906
10714
 
10907
- var invariant = _dereq_(140);
10715
+ var invariant = _dereq_(141);
10908
10716
 
10909
10717
  var dirtyComponents = [];
10910
10718
  var updateBatchNumber = 0;
@@ -11097,7 +10905,7 @@ function enqueueUpdate(component) {
11097
10905
  * if no updates are currently being performed.
11098
10906
  */
11099
10907
  function asap(callback, context) {
11100
- !batchingStrategy.isBatchingUpdates ? "development" !== 'production' ? invariant(false, 'ReactUpdates.asap: Can\'t enqueue an asap callback in a context whereupdates are not being batched.') : _prodInvariant('125') : void 0;
10908
+ invariant(batchingStrategy.isBatchingUpdates, "ReactUpdates.asap: Can't enqueue an asap callback in a context where" + 'updates are not being batched.');
11101
10909
  asapCallbackQueue.enqueue(callback, context);
11102
10910
  asapEnqueued = true;
11103
10911
  }
@@ -11133,28 +10941,24 @@ var ReactUpdates = {
11133
10941
  };
11134
10942
 
11135
10943
  module.exports = ReactUpdates;
11136
- },{"115":115,"140":140,"148":148,"24":24,"53":53,"6":6,"68":68,"93":93}],76:[function(_dereq_,module,exports){
10944
+ },{"116":116,"141":141,"149":149,"24":24,"53":53,"6":6,"68":68,"93":93}],76:[function(_dereq_,module,exports){
11137
10945
  /**
11138
- * Copyright 2013-present, Facebook, Inc.
11139
- * All rights reserved.
10946
+ * Copyright (c) 2013-present, Facebook, Inc.
11140
10947
  *
11141
- * This source code is licensed under the BSD-style license found in the
11142
- * LICENSE file in the root directory of this source tree. An additional grant
11143
- * of patent rights can be found in the PATENTS file in the same directory.
10948
+ * This source code is licensed under the MIT license found in the
10949
+ * LICENSE file in the root directory of this source tree.
11144
10950
  *
11145
10951
  */
11146
10952
 
11147
10953
  'use strict';
11148
10954
 
11149
- module.exports = '15.5.4';
10955
+ module.exports = '15.6.2';
11150
10956
  },{}],77:[function(_dereq_,module,exports){
11151
10957
  /**
11152
- * Copyright 2013-present, Facebook, Inc.
11153
- * All rights reserved.
10958
+ * Copyright (c) 2013-present, Facebook, Inc.
11154
10959
  *
11155
- * This source code is licensed under the BSD-style license found in the
11156
- * LICENSE file in the root directory of this source tree. An additional grant
11157
- * of patent rights can be found in the PATENTS file in the same directory.
10960
+ * This source code is licensed under the MIT license found in the
10961
+ * LICENSE file in the root directory of this source tree.
11158
10962
  *
11159
10963
  */
11160
10964
 
@@ -11451,26 +11255,24 @@ Object.keys(ATTRS).forEach(function (key) {
11451
11255
  module.exports = SVGDOMPropertyConfig;
11452
11256
  },{}],78:[function(_dereq_,module,exports){
11453
11257
  /**
11454
- * Copyright 2013-present, Facebook, Inc.
11455
- * All rights reserved.
11258
+ * Copyright (c) 2013-present, Facebook, Inc.
11456
11259
  *
11457
- * This source code is licensed under the BSD-style license found in the
11458
- * LICENSE file in the root directory of this source tree. An additional grant
11459
- * of patent rights can be found in the PATENTS file in the same directory.
11260
+ * This source code is licensed under the MIT license found in the
11261
+ * LICENSE file in the root directory of this source tree.
11460
11262
  *
11461
11263
  */
11462
11264
 
11463
11265
  'use strict';
11464
11266
 
11465
11267
  var EventPropagators = _dereq_(19);
11466
- var ExecutionEnvironment = _dereq_(126);
11268
+ var ExecutionEnvironment = _dereq_(127);
11467
11269
  var ReactDOMComponentTree = _dereq_(32);
11468
11270
  var ReactInputSelection = _dereq_(57);
11469
11271
  var SyntheticEvent = _dereq_(84);
11470
11272
 
11471
- var getActiveElement = _dereq_(135);
11472
- var isTextInputElement = _dereq_(113);
11473
- var shallowEqual = _dereq_(146);
11273
+ var getActiveElement = _dereq_(136);
11274
+ var isTextInputElement = _dereq_(114);
11275
+ var shallowEqual = _dereq_(147);
11474
11276
 
11475
11277
  var skipSelectionChangeEvent = ExecutionEnvironment.canUseDOM && 'documentMode' in document && document.documentMode <= 11;
11476
11278
 
@@ -11575,7 +11377,6 @@ function constructSelectEvent(nativeEvent, nativeEventTarget) {
11575
11377
  * - Fires after user input.
11576
11378
  */
11577
11379
  var SelectEventPlugin = {
11578
-
11579
11380
  eventTypes: eventTypes,
11580
11381
 
11581
11382
  extractEvents: function (topLevelType, targetInst, nativeEvent, nativeEventTarget) {
@@ -11599,7 +11400,6 @@ var SelectEventPlugin = {
11599
11400
  activeElementInst = null;
11600
11401
  lastSelection = null;
11601
11402
  break;
11602
-
11603
11403
  // Don't fire the event while the user is dragging. This matches the
11604
11404
  // semantics of the native select event.
11605
11405
  case 'topMouseDown':
@@ -11609,7 +11409,6 @@ var SelectEventPlugin = {
11609
11409
  case 'topMouseUp':
11610
11410
  mouseDown = false;
11611
11411
  return constructSelectEvent(nativeEvent, nativeEventTarget);
11612
-
11613
11412
  // Chrome and IE fire non-standard event when selection is changed (and
11614
11413
  // sometimes when it hasn't). IE's event fires out of order with respect
11615
11414
  // to key and input events on deletion, so we discard it.
@@ -11640,23 +11439,21 @@ var SelectEventPlugin = {
11640
11439
  };
11641
11440
 
11642
11441
  module.exports = SelectEventPlugin;
11643
- },{"113":113,"126":126,"135":135,"146":146,"19":19,"32":32,"57":57,"84":84}],79:[function(_dereq_,module,exports){
11442
+ },{"114":114,"127":127,"136":136,"147":147,"19":19,"32":32,"57":57,"84":84}],79:[function(_dereq_,module,exports){
11644
11443
  /**
11645
- * Copyright 2013-present, Facebook, Inc.
11646
- * All rights reserved.
11444
+ * Copyright (c) 2013-present, Facebook, Inc.
11647
11445
  *
11648
- * This source code is licensed under the BSD-style license found in the
11649
- * LICENSE file in the root directory of this source tree. An additional grant
11650
- * of patent rights can be found in the PATENTS file in the same directory.
11446
+ * This source code is licensed under the MIT license found in the
11447
+ * LICENSE file in the root directory of this source tree.
11651
11448
  *
11652
11449
  *
11653
11450
  */
11654
11451
 
11655
11452
  'use strict';
11656
11453
 
11657
- var _prodInvariant = _dereq_(115);
11454
+ var _prodInvariant = _dereq_(116);
11658
11455
 
11659
- var EventListener = _dereq_(125);
11456
+ var EventListener = _dereq_(126);
11660
11457
  var EventPropagators = _dereq_(19);
11661
11458
  var ReactDOMComponentTree = _dereq_(32);
11662
11459
  var SyntheticAnimationEvent = _dereq_(80);
@@ -11671,9 +11468,9 @@ var SyntheticTransitionEvent = _dereq_(90);
11671
11468
  var SyntheticUIEvent = _dereq_(91);
11672
11469
  var SyntheticWheelEvent = _dereq_(92);
11673
11470
 
11674
- var emptyFunction = _dereq_(132);
11471
+ var emptyFunction = _dereq_(133);
11675
11472
  var getEventCharCode = _dereq_(103);
11676
- var invariant = _dereq_(140);
11473
+ var invariant = _dereq_(141);
11677
11474
 
11678
11475
  /**
11679
11476
  * Turns
@@ -11724,7 +11521,6 @@ function isInteractive(tag) {
11724
11521
  }
11725
11522
 
11726
11523
  var SimpleEventPlugin = {
11727
-
11728
11524
  eventTypes: eventTypes,
11729
11525
 
11730
11526
  extractEvents: function (topLevelType, targetInst, nativeEvent, nativeEventTarget) {
@@ -11864,18 +11660,15 @@ var SimpleEventPlugin = {
11864
11660
  delete onClickListeners[key];
11865
11661
  }
11866
11662
  }
11867
-
11868
11663
  };
11869
11664
 
11870
11665
  module.exports = SimpleEventPlugin;
11871
- },{"103":103,"115":115,"125":125,"132":132,"140":140,"19":19,"32":32,"80":80,"81":81,"83":83,"84":84,"85":85,"87":87,"88":88,"89":89,"90":90,"91":91,"92":92}],80:[function(_dereq_,module,exports){
11666
+ },{"103":103,"116":116,"126":126,"133":133,"141":141,"19":19,"32":32,"80":80,"81":81,"83":83,"84":84,"85":85,"87":87,"88":88,"89":89,"90":90,"91":91,"92":92}],80:[function(_dereq_,module,exports){
11872
11667
  /**
11873
- * Copyright 2013-present, Facebook, Inc.
11874
- * All rights reserved.
11668
+ * Copyright (c) 2013-present, Facebook, Inc.
11875
11669
  *
11876
- * This source code is licensed under the BSD-style license found in the
11877
- * LICENSE file in the root directory of this source tree. An additional grant
11878
- * of patent rights can be found in the PATENTS file in the same directory.
11670
+ * This source code is licensed under the MIT license found in the
11671
+ * LICENSE file in the root directory of this source tree.
11879
11672
  *
11880
11673
  */
11881
11674
 
@@ -11909,12 +11702,10 @@ SyntheticEvent.augmentClass(SyntheticAnimationEvent, AnimationEventInterface);
11909
11702
  module.exports = SyntheticAnimationEvent;
11910
11703
  },{"84":84}],81:[function(_dereq_,module,exports){
11911
11704
  /**
11912
- * Copyright 2013-present, Facebook, Inc.
11913
- * All rights reserved.
11705
+ * Copyright (c) 2013-present, Facebook, Inc.
11914
11706
  *
11915
- * This source code is licensed under the BSD-style license found in the
11916
- * LICENSE file in the root directory of this source tree. An additional grant
11917
- * of patent rights can be found in the PATENTS file in the same directory.
11707
+ * This source code is licensed under the MIT license found in the
11708
+ * LICENSE file in the root directory of this source tree.
11918
11709
  *
11919
11710
  */
11920
11711
 
@@ -11947,12 +11738,10 @@ SyntheticEvent.augmentClass(SyntheticClipboardEvent, ClipboardEventInterface);
11947
11738
  module.exports = SyntheticClipboardEvent;
11948
11739
  },{"84":84}],82:[function(_dereq_,module,exports){
11949
11740
  /**
11950
- * Copyright 2013-present, Facebook, Inc.
11951
- * All rights reserved.
11741
+ * Copyright (c) 2013-present, Facebook, Inc.
11952
11742
  *
11953
- * This source code is licensed under the BSD-style license found in the
11954
- * LICENSE file in the root directory of this source tree. An additional grant
11955
- * of patent rights can be found in the PATENTS file in the same directory.
11743
+ * This source code is licensed under the MIT license found in the
11744
+ * LICENSE file in the root directory of this source tree.
11956
11745
  *
11957
11746
  */
11958
11747
 
@@ -11983,12 +11772,10 @@ SyntheticEvent.augmentClass(SyntheticCompositionEvent, CompositionEventInterface
11983
11772
  module.exports = SyntheticCompositionEvent;
11984
11773
  },{"84":84}],83:[function(_dereq_,module,exports){
11985
11774
  /**
11986
- * Copyright 2013-present, Facebook, Inc.
11987
- * All rights reserved.
11775
+ * Copyright (c) 2013-present, Facebook, Inc.
11988
11776
  *
11989
- * This source code is licensed under the BSD-style license found in the
11990
- * LICENSE file in the root directory of this source tree. An additional grant
11991
- * of patent rights can be found in the PATENTS file in the same directory.
11777
+ * This source code is licensed under the MIT license found in the
11778
+ * LICENSE file in the root directory of this source tree.
11992
11779
  *
11993
11780
  */
11994
11781
 
@@ -12019,23 +11806,21 @@ SyntheticMouseEvent.augmentClass(SyntheticDragEvent, DragEventInterface);
12019
11806
  module.exports = SyntheticDragEvent;
12020
11807
  },{"88":88}],84:[function(_dereq_,module,exports){
12021
11808
  /**
12022
- * Copyright 2013-present, Facebook, Inc.
12023
- * All rights reserved.
11809
+ * Copyright (c) 2013-present, Facebook, Inc.
12024
11810
  *
12025
- * This source code is licensed under the BSD-style license found in the
12026
- * LICENSE file in the root directory of this source tree. An additional grant
12027
- * of patent rights can be found in the PATENTS file in the same directory.
11811
+ * This source code is licensed under the MIT license found in the
11812
+ * LICENSE file in the root directory of this source tree.
12028
11813
  *
12029
11814
  */
12030
11815
 
12031
11816
  'use strict';
12032
11817
 
12033
- var _assign = _dereq_(148);
11818
+ var _assign = _dereq_(149);
12034
11819
 
12035
11820
  var PooledClass = _dereq_(24);
12036
11821
 
12037
- var emptyFunction = _dereq_(132);
12038
- var warning = _dereq_(147);
11822
+ var emptyFunction = _dereq_(133);
11823
+ var warning = _dereq_(148);
12039
11824
 
12040
11825
  var didWarnForAddedNewProperty = false;
12041
11826
  var isProxySupported = typeof Proxy === 'function';
@@ -12122,7 +11907,6 @@ function SyntheticEvent(dispatchConfig, targetInst, nativeEvent, nativeEventTarg
12122
11907
  }
12123
11908
 
12124
11909
  _assign(SyntheticEvent.prototype, {
12125
-
12126
11910
  preventDefault: function () {
12127
11911
  this.defaultPrevented = true;
12128
11912
  var event = this.nativeEvent;
@@ -12132,8 +11916,8 @@ _assign(SyntheticEvent.prototype, {
12132
11916
 
12133
11917
  if (event.preventDefault) {
12134
11918
  event.preventDefault();
11919
+ // eslint-disable-next-line valid-typeof
12135
11920
  } else if (typeof event.returnValue !== 'unknown') {
12136
- // eslint-disable-line valid-typeof
12137
11921
  event.returnValue = false;
12138
11922
  }
12139
11923
  this.isDefaultPrevented = emptyFunction.thatReturnsTrue;
@@ -12147,8 +11931,8 @@ _assign(SyntheticEvent.prototype, {
12147
11931
 
12148
11932
  if (event.stopPropagation) {
12149
11933
  event.stopPropagation();
11934
+ // eslint-disable-next-line valid-typeof
12150
11935
  } else if (typeof event.cancelBubble !== 'unknown') {
12151
- // eslint-disable-line valid-typeof
12152
11936
  // The ChangeEventPlugin registers a "propertychange" event for
12153
11937
  // IE. This event does not support bubbling or cancelling, and
12154
11938
  // any references to cancelBubble throw "Member not found". A
@@ -12197,34 +11981,10 @@ _assign(SyntheticEvent.prototype, {
12197
11981
  Object.defineProperty(this, 'stopPropagation', getPooledWarningPropertyDefinition('stopPropagation', emptyFunction));
12198
11982
  }
12199
11983
  }
12200
-
12201
11984
  });
12202
11985
 
12203
11986
  SyntheticEvent.Interface = EventInterface;
12204
11987
 
12205
- if ("development" !== 'production') {
12206
- if (isProxySupported) {
12207
- /*eslint-disable no-func-assign */
12208
- SyntheticEvent = new Proxy(SyntheticEvent, {
12209
- construct: function (target, args) {
12210
- return this.apply(target, Object.create(target.prototype), args);
12211
- },
12212
- apply: function (constructor, that, args) {
12213
- return new Proxy(constructor.apply(that, args), {
12214
- set: function (target, prop, value) {
12215
- if (prop !== 'isPersistent' && !target.constructor.Interface.hasOwnProperty(prop) && shouldBeReleasedProperties.indexOf(prop) === -1) {
12216
- "development" !== 'production' ? warning(didWarnForAddedNewProperty || target.isPersistent(), 'This synthetic event is reused for performance reasons. If you\'re ' + 'seeing this, you\'re adding a new property in the synthetic event object. ' + 'The property is never released. See ' + 'https://fb.me/react-event-pooling for more information.') : void 0;
12217
- didWarnForAddedNewProperty = true;
12218
- }
12219
- target[prop] = value;
12220
- return true;
12221
- }
12222
- });
12223
- }
12224
- });
12225
- /*eslint-enable no-func-assign */
12226
- }
12227
- }
12228
11988
  /**
12229
11989
  * Helper to reduce boilerplate when creating subclasses.
12230
11990
  *
@@ -12248,6 +12008,34 @@ SyntheticEvent.augmentClass = function (Class, Interface) {
12248
12008
  PooledClass.addPoolingTo(Class, PooledClass.fourArgumentPooler);
12249
12009
  };
12250
12010
 
12011
+ /** Proxying after everything set on SyntheticEvent
12012
+ * to resolve Proxy issue on some WebKit browsers
12013
+ * in which some Event properties are set to undefined (GH#10010)
12014
+ */
12015
+ if ("development" !== 'production') {
12016
+ if (isProxySupported) {
12017
+ /*eslint-disable no-func-assign */
12018
+ SyntheticEvent = new Proxy(SyntheticEvent, {
12019
+ construct: function (target, args) {
12020
+ return this.apply(target, Object.create(target.prototype), args);
12021
+ },
12022
+ apply: function (constructor, that, args) {
12023
+ return new Proxy(constructor.apply(that, args), {
12024
+ set: function (target, prop, value) {
12025
+ if (prop !== 'isPersistent' && !target.constructor.Interface.hasOwnProperty(prop) && shouldBeReleasedProperties.indexOf(prop) === -1) {
12026
+ "development" !== 'production' ? warning(didWarnForAddedNewProperty || target.isPersistent(), "This synthetic event is reused for performance reasons. If you're " + "seeing this, you're adding a new property in the synthetic event object. " + 'The property is never released. See ' + 'https://fb.me/react-event-pooling for more information.') : void 0;
12027
+ didWarnForAddedNewProperty = true;
12028
+ }
12029
+ target[prop] = value;
12030
+ return true;
12031
+ }
12032
+ });
12033
+ }
12034
+ });
12035
+ /*eslint-enable no-func-assign */
12036
+ }
12037
+ }
12038
+
12251
12039
  PooledClass.addPoolingTo(SyntheticEvent, PooledClass.fourArgumentPooler);
12252
12040
 
12253
12041
  module.exports = SyntheticEvent;
@@ -12282,17 +12070,15 @@ function getPooledWarningPropertyDefinition(propName, getVal) {
12282
12070
 
12283
12071
  function warn(action, result) {
12284
12072
  var warningCondition = false;
12285
- "development" !== 'production' ? warning(warningCondition, 'This synthetic event is reused for performance reasons. If you\'re seeing this, ' + 'you\'re %s `%s` on a released/nullified synthetic event. %s. ' + 'If you must keep the original synthetic event around, use event.persist(). ' + 'See https://fb.me/react-event-pooling for more information.', action, propName, result) : void 0;
12073
+ "development" !== 'production' ? warning(warningCondition, "This synthetic event is reused for performance reasons. If you're seeing this, " + "you're %s `%s` on a released/nullified synthetic event. %s. " + 'If you must keep the original synthetic event around, use event.persist(). ' + 'See https://fb.me/react-event-pooling for more information.', action, propName, result) : void 0;
12286
12074
  }
12287
12075
  }
12288
- },{"132":132,"147":147,"148":148,"24":24}],85:[function(_dereq_,module,exports){
12076
+ },{"133":133,"148":148,"149":149,"24":24}],85:[function(_dereq_,module,exports){
12289
12077
  /**
12290
- * Copyright 2013-present, Facebook, Inc.
12291
- * All rights reserved.
12078
+ * Copyright (c) 2013-present, Facebook, Inc.
12292
12079
  *
12293
- * This source code is licensed under the BSD-style license found in the
12294
- * LICENSE file in the root directory of this source tree. An additional grant
12295
- * of patent rights can be found in the PATENTS file in the same directory.
12080
+ * This source code is licensed under the MIT license found in the
12081
+ * LICENSE file in the root directory of this source tree.
12296
12082
  *
12297
12083
  */
12298
12084
 
@@ -12323,12 +12109,10 @@ SyntheticUIEvent.augmentClass(SyntheticFocusEvent, FocusEventInterface);
12323
12109
  module.exports = SyntheticFocusEvent;
12324
12110
  },{"91":91}],86:[function(_dereq_,module,exports){
12325
12111
  /**
12326
- * Copyright 2013-present, Facebook, Inc.
12327
- * All rights reserved.
12112
+ * Copyright (c) 2013-present, Facebook, Inc.
12328
12113
  *
12329
- * This source code is licensed under the BSD-style license found in the
12330
- * LICENSE file in the root directory of this source tree. An additional grant
12331
- * of patent rights can be found in the PATENTS file in the same directory.
12114
+ * This source code is licensed under the MIT license found in the
12115
+ * LICENSE file in the root directory of this source tree.
12332
12116
  *
12333
12117
  */
12334
12118
 
@@ -12360,12 +12144,10 @@ SyntheticEvent.augmentClass(SyntheticInputEvent, InputEventInterface);
12360
12144
  module.exports = SyntheticInputEvent;
12361
12145
  },{"84":84}],87:[function(_dereq_,module,exports){
12362
12146
  /**
12363
- * Copyright 2013-present, Facebook, Inc.
12364
- * All rights reserved.
12147
+ * Copyright (c) 2013-present, Facebook, Inc.
12365
12148
  *
12366
- * This source code is licensed under the BSD-style license found in the
12367
- * LICENSE file in the root directory of this source tree. An additional grant
12368
- * of patent rights can be found in the PATENTS file in the same directory.
12149
+ * This source code is licensed under the MIT license found in the
12150
+ * LICENSE file in the root directory of this source tree.
12369
12151
  *
12370
12152
  */
12371
12153
 
@@ -12444,12 +12226,10 @@ SyntheticUIEvent.augmentClass(SyntheticKeyboardEvent, KeyboardEventInterface);
12444
12226
  module.exports = SyntheticKeyboardEvent;
12445
12227
  },{"103":103,"104":104,"105":105,"91":91}],88:[function(_dereq_,module,exports){
12446
12228
  /**
12447
- * Copyright 2013-present, Facebook, Inc.
12448
- * All rights reserved.
12229
+ * Copyright (c) 2013-present, Facebook, Inc.
12449
12230
  *
12450
- * This source code is licensed under the BSD-style license found in the
12451
- * LICENSE file in the root directory of this source tree. An additional grant
12452
- * of patent rights can be found in the PATENTS file in the same directory.
12231
+ * This source code is licensed under the MIT license found in the
12232
+ * LICENSE file in the root directory of this source tree.
12453
12233
  *
12454
12234
  */
12455
12235
 
@@ -12516,12 +12296,10 @@ SyntheticUIEvent.augmentClass(SyntheticMouseEvent, MouseEventInterface);
12516
12296
  module.exports = SyntheticMouseEvent;
12517
12297
  },{"105":105,"91":91,"94":94}],89:[function(_dereq_,module,exports){
12518
12298
  /**
12519
- * Copyright 2013-present, Facebook, Inc.
12520
- * All rights reserved.
12299
+ * Copyright (c) 2013-present, Facebook, Inc.
12521
12300
  *
12522
- * This source code is licensed under the BSD-style license found in the
12523
- * LICENSE file in the root directory of this source tree. An additional grant
12524
- * of patent rights can be found in the PATENTS file in the same directory.
12301
+ * This source code is licensed under the MIT license found in the
12302
+ * LICENSE file in the root directory of this source tree.
12525
12303
  *
12526
12304
  */
12527
12305
 
@@ -12561,12 +12339,10 @@ SyntheticUIEvent.augmentClass(SyntheticTouchEvent, TouchEventInterface);
12561
12339
  module.exports = SyntheticTouchEvent;
12562
12340
  },{"105":105,"91":91}],90:[function(_dereq_,module,exports){
12563
12341
  /**
12564
- * Copyright 2013-present, Facebook, Inc.
12565
- * All rights reserved.
12342
+ * Copyright (c) 2013-present, Facebook, Inc.
12566
12343
  *
12567
- * This source code is licensed under the BSD-style license found in the
12568
- * LICENSE file in the root directory of this source tree. An additional grant
12569
- * of patent rights can be found in the PATENTS file in the same directory.
12344
+ * This source code is licensed under the MIT license found in the
12345
+ * LICENSE file in the root directory of this source tree.
12570
12346
  *
12571
12347
  */
12572
12348
 
@@ -12600,12 +12376,10 @@ SyntheticEvent.augmentClass(SyntheticTransitionEvent, TransitionEventInterface);
12600
12376
  module.exports = SyntheticTransitionEvent;
12601
12377
  },{"84":84}],91:[function(_dereq_,module,exports){
12602
12378
  /**
12603
- * Copyright 2013-present, Facebook, Inc.
12604
- * All rights reserved.
12379
+ * Copyright (c) 2013-present, Facebook, Inc.
12605
12380
  *
12606
- * This source code is licensed under the BSD-style license found in the
12607
- * LICENSE file in the root directory of this source tree. An additional grant
12608
- * of patent rights can be found in the PATENTS file in the same directory.
12381
+ * This source code is licensed under the MIT license found in the
12382
+ * LICENSE file in the root directory of this source tree.
12609
12383
  *
12610
12384
  */
12611
12385
 
@@ -12659,12 +12433,10 @@ SyntheticEvent.augmentClass(SyntheticUIEvent, UIEventInterface);
12659
12433
  module.exports = SyntheticUIEvent;
12660
12434
  },{"106":106,"84":84}],92:[function(_dereq_,module,exports){
12661
12435
  /**
12662
- * Copyright 2013-present, Facebook, Inc.
12663
- * All rights reserved.
12436
+ * Copyright (c) 2013-present, Facebook, Inc.
12664
12437
  *
12665
- * This source code is licensed under the BSD-style license found in the
12666
- * LICENSE file in the root directory of this source tree. An additional grant
12667
- * of patent rights can be found in the PATENTS file in the same directory.
12438
+ * This source code is licensed under the MIT license found in the
12439
+ * LICENSE file in the root directory of this source tree.
12668
12440
  *
12669
12441
  */
12670
12442
 
@@ -12678,15 +12450,12 @@ var SyntheticMouseEvent = _dereq_(88);
12678
12450
  */
12679
12451
  var WheelEventInterface = {
12680
12452
  deltaX: function (event) {
12681
- return 'deltaX' in event ? event.deltaX :
12682
- // Fallback to `wheelDeltaX` for Webkit and normalize (right is positive).
12453
+ return 'deltaX' in event ? event.deltaX : // Fallback to `wheelDeltaX` for Webkit and normalize (right is positive).
12683
12454
  'wheelDeltaX' in event ? -event.wheelDeltaX : 0;
12684
12455
  },
12685
12456
  deltaY: function (event) {
12686
- return 'deltaY' in event ? event.deltaY :
12687
- // Fallback to `wheelDeltaY` for Webkit and normalize (down is positive).
12688
- 'wheelDeltaY' in event ? -event.wheelDeltaY :
12689
- // Fallback to `wheelDelta` for IE<9 and normalize (down is positive).
12457
+ return 'deltaY' in event ? event.deltaY : // Fallback to `wheelDeltaY` for Webkit and normalize (down is positive).
12458
+ 'wheelDeltaY' in event ? -event.wheelDeltaY : // Fallback to `wheelDelta` for IE<9 and normalize (down is positive).
12690
12459
  'wheelDelta' in event ? -event.wheelDelta : 0;
12691
12460
  },
12692
12461
  deltaZ: null,
@@ -12713,21 +12482,19 @@ SyntheticMouseEvent.augmentClass(SyntheticWheelEvent, WheelEventInterface);
12713
12482
  module.exports = SyntheticWheelEvent;
12714
12483
  },{"88":88}],93:[function(_dereq_,module,exports){
12715
12484
  /**
12716
- * Copyright 2013-present, Facebook, Inc.
12717
- * All rights reserved.
12485
+ * Copyright (c) 2013-present, Facebook, Inc.
12718
12486
  *
12719
- * This source code is licensed under the BSD-style license found in the
12720
- * LICENSE file in the root directory of this source tree. An additional grant
12721
- * of patent rights can be found in the PATENTS file in the same directory.
12487
+ * This source code is licensed under the MIT license found in the
12488
+ * LICENSE file in the root directory of this source tree.
12722
12489
  *
12723
12490
  *
12724
12491
  */
12725
12492
 
12726
12493
  'use strict';
12727
12494
 
12728
- var _prodInvariant = _dereq_(115);
12495
+ var _prodInvariant = _dereq_(116);
12729
12496
 
12730
- var invariant = _dereq_(140);
12497
+ var invariant = _dereq_(141);
12731
12498
 
12732
12499
  var OBSERVED_ERROR = {};
12733
12500
 
@@ -12822,6 +12589,8 @@ var TransactionImpl = {
12822
12589
  return !!this._isInTransaction;
12823
12590
  },
12824
12591
 
12592
+ /* eslint-disable space-before-function-paren */
12593
+
12825
12594
  /**
12826
12595
  * Executes the function within a safety window. Use this for the top level
12827
12596
  * methods that result in large amounts of computation/mutations that would
@@ -12840,6 +12609,7 @@ var TransactionImpl = {
12840
12609
  * @return {*} Return value from `method`.
12841
12610
  */
12842
12611
  perform: function (method, scope, a, b, c, d, e, f) {
12612
+ /* eslint-enable space-before-function-paren */
12843
12613
  !!this.isInTransaction() ? "development" !== 'production' ? invariant(false, 'Transaction.perform(...): Cannot initialize a transaction when there is already an outstanding transaction.') : _prodInvariant('27') : void 0;
12844
12614
  var errorThrown;
12845
12615
  var ret;
@@ -12936,21 +12706,18 @@ var TransactionImpl = {
12936
12706
  };
12937
12707
 
12938
12708
  module.exports = TransactionImpl;
12939
- },{"115":115,"140":140}],94:[function(_dereq_,module,exports){
12709
+ },{"116":116,"141":141}],94:[function(_dereq_,module,exports){
12940
12710
  /**
12941
- * Copyright 2013-present, Facebook, Inc.
12942
- * All rights reserved.
12711
+ * Copyright (c) 2013-present, Facebook, Inc.
12943
12712
  *
12944
- * This source code is licensed under the BSD-style license found in the
12945
- * LICENSE file in the root directory of this source tree. An additional grant
12946
- * of patent rights can be found in the PATENTS file in the same directory.
12713
+ * This source code is licensed under the MIT license found in the
12714
+ * LICENSE file in the root directory of this source tree.
12947
12715
  *
12948
12716
  */
12949
12717
 
12950
12718
  'use strict';
12951
12719
 
12952
12720
  var ViewportMetrics = {
12953
-
12954
12721
  currentScrollLeft: 0,
12955
12722
 
12956
12723
  currentScrollTop: 0,
@@ -12959,27 +12726,24 @@ var ViewportMetrics = {
12959
12726
  ViewportMetrics.currentScrollLeft = scrollPosition.x;
12960
12727
  ViewportMetrics.currentScrollTop = scrollPosition.y;
12961
12728
  }
12962
-
12963
12729
  };
12964
12730
 
12965
12731
  module.exports = ViewportMetrics;
12966
12732
  },{}],95:[function(_dereq_,module,exports){
12967
12733
  /**
12968
- * Copyright 2014-present, Facebook, Inc.
12969
- * All rights reserved.
12734
+ * Copyright (c) 2014-present, Facebook, Inc.
12970
12735
  *
12971
- * This source code is licensed under the BSD-style license found in the
12972
- * LICENSE file in the root directory of this source tree. An additional grant
12973
- * of patent rights can be found in the PATENTS file in the same directory.
12736
+ * This source code is licensed under the MIT license found in the
12737
+ * LICENSE file in the root directory of this source tree.
12974
12738
  *
12975
12739
  *
12976
12740
  */
12977
12741
 
12978
12742
  'use strict';
12979
12743
 
12980
- var _prodInvariant = _dereq_(115);
12744
+ var _prodInvariant = _dereq_(116);
12981
12745
 
12982
- var invariant = _dereq_(140);
12746
+ var invariant = _dereq_(141);
12983
12747
 
12984
12748
  /**
12985
12749
  * Accumulates items that must not be null or undefined into the first one. This
@@ -13021,14 +12785,12 @@ function accumulateInto(current, next) {
13021
12785
  }
13022
12786
 
13023
12787
  module.exports = accumulateInto;
13024
- },{"115":115,"140":140}],96:[function(_dereq_,module,exports){
12788
+ },{"116":116,"141":141}],96:[function(_dereq_,module,exports){
13025
12789
  /**
13026
- * Copyright 2013-present, Facebook, Inc.
13027
- * All rights reserved.
12790
+ * Copyright (c) 2013-present, Facebook, Inc.
13028
12791
  *
13029
- * This source code is licensed under the BSD-style license found in the
13030
- * LICENSE file in the root directory of this source tree. An additional grant
13031
- * of patent rights can be found in the PATENTS file in the same directory.
12792
+ * This source code is licensed under the MIT license found in the
12793
+ * LICENSE file in the root directory of this source tree.
13032
12794
  *
13033
12795
  *
13034
12796
  */
@@ -13068,24 +12830,22 @@ module.exports = adler32;
13068
12830
  },{}],97:[function(_dereq_,module,exports){
13069
12831
  (function (process){
13070
12832
  /**
13071
- * Copyright 2013-present, Facebook, Inc.
13072
- * All rights reserved.
12833
+ * Copyright (c) 2013-present, Facebook, Inc.
13073
12834
  *
13074
- * This source code is licensed under the BSD-style license found in the
13075
- * LICENSE file in the root directory of this source tree. An additional grant
13076
- * of patent rights can be found in the PATENTS file in the same directory.
12835
+ * This source code is licensed under the MIT license found in the
12836
+ * LICENSE file in the root directory of this source tree.
13077
12837
  *
13078
12838
  */
13079
12839
 
13080
12840
  'use strict';
13081
12841
 
13082
- var _prodInvariant = _dereq_(115);
12842
+ var _prodInvariant = _dereq_(116);
13083
12843
 
13084
12844
  var ReactPropTypeLocationNames = _dereq_(65);
13085
12845
  var ReactPropTypesSecret = _dereq_(66);
13086
12846
 
13087
- var invariant = _dereq_(140);
13088
- var warning = _dereq_(147);
12847
+ var invariant = _dereq_(141);
12848
+ var warning = _dereq_(148);
13089
12849
 
13090
12850
  var ReactComponentTreeHook;
13091
12851
 
@@ -13095,7 +12855,7 @@ if (typeof process !== 'undefined' && process.env && "development" === 'test') {
13095
12855
  // https://github.com/facebook/react/issues/7240
13096
12856
  // Remove the inline requires when we don't need them anymore:
13097
12857
  // https://github.com/facebook/react/pull/7178
13098
- ReactComponentTreeHook = _dereq_(121);
12858
+ ReactComponentTreeHook = _dereq_(122);
13099
12859
  }
13100
12860
 
13101
12861
  var loggedTypeFailures = {};
@@ -13137,7 +12897,7 @@ function checkReactTypeSpec(typeSpecs, values, location, componentName, element,
13137
12897
 
13138
12898
  if ("development" !== 'production') {
13139
12899
  if (!ReactComponentTreeHook) {
13140
- ReactComponentTreeHook = _dereq_(121);
12900
+ ReactComponentTreeHook = _dereq_(122);
13141
12901
  }
13142
12902
  if (debugID !== null) {
13143
12903
  componentStackInfo = ReactComponentTreeHook.getStackAddendumByID(debugID);
@@ -13154,14 +12914,12 @@ function checkReactTypeSpec(typeSpecs, values, location, componentName, element,
13154
12914
 
13155
12915
  module.exports = checkReactTypeSpec;
13156
12916
  }).call(this,undefined)
13157
- },{"115":115,"121":121,"140":140,"147":147,"65":65,"66":66}],98:[function(_dereq_,module,exports){
12917
+ },{"116":116,"122":122,"141":141,"148":148,"65":65,"66":66}],98:[function(_dereq_,module,exports){
13158
12918
  /**
13159
- * Copyright 2013-present, Facebook, Inc.
13160
- * All rights reserved.
12919
+ * Copyright (c) 2013-present, Facebook, Inc.
13161
12920
  *
13162
- * This source code is licensed under the BSD-style license found in the
13163
- * LICENSE file in the root directory of this source tree. An additional grant
13164
- * of patent rights can be found in the PATENTS file in the same directory.
12921
+ * This source code is licensed under the MIT license found in the
12922
+ * LICENSE file in the root directory of this source tree.
13165
12923
  *
13166
12924
  */
13167
12925
 
@@ -13188,19 +12946,17 @@ var createMicrosoftUnsafeLocalFunction = function (func) {
13188
12946
  module.exports = createMicrosoftUnsafeLocalFunction;
13189
12947
  },{}],99:[function(_dereq_,module,exports){
13190
12948
  /**
13191
- * Copyright 2013-present, Facebook, Inc.
13192
- * All rights reserved.
12949
+ * Copyright (c) 2013-present, Facebook, Inc.
13193
12950
  *
13194
- * This source code is licensed under the BSD-style license found in the
13195
- * LICENSE file in the root directory of this source tree. An additional grant
13196
- * of patent rights can be found in the PATENTS file in the same directory.
12951
+ * This source code is licensed under the MIT license found in the
12952
+ * LICENSE file in the root directory of this source tree.
13197
12953
  *
13198
12954
  */
13199
12955
 
13200
12956
  'use strict';
13201
12957
 
13202
12958
  var CSSProperty = _dereq_(4);
13203
- var warning = _dereq_(147);
12959
+ var warning = _dereq_(148);
13204
12960
 
13205
12961
  var isUnitlessNumber = CSSProperty.isUnitlessNumber;
13206
12962
  var styleWarnings = {};
@@ -13215,7 +12971,7 @@ var styleWarnings = {};
13215
12971
  * @param {ReactDOMComponent} component
13216
12972
  * @return {string} Normalized style value with dimensions applied.
13217
12973
  */
13218
- function dangerousStyleValue(name, value, component) {
12974
+ function dangerousStyleValue(name, value, component, isCustomProperty) {
13219
12975
  // Note that we've removed escapeTextForBrowser() calls here since the
13220
12976
  // whole string will be escaped when the attribute is injected into
13221
12977
  // the markup. If you provide unsafe user data here they can inject
@@ -13232,7 +12988,7 @@ function dangerousStyleValue(name, value, component) {
13232
12988
  }
13233
12989
 
13234
12990
  var isNonNumeric = isNaN(value);
13235
- if (isNonNumeric || value === 0 || isUnitlessNumber.hasOwnProperty(name) && isUnitlessNumber[name]) {
12991
+ if (isCustomProperty || isNonNumeric || value === 0 || isUnitlessNumber.hasOwnProperty(name) && isUnitlessNumber[name]) {
13236
12992
  return '' + value; // cast to string
13237
12993
  }
13238
12994
 
@@ -13265,14 +13021,12 @@ function dangerousStyleValue(name, value, component) {
13265
13021
  }
13266
13022
 
13267
13023
  module.exports = dangerousStyleValue;
13268
- },{"147":147,"4":4}],100:[function(_dereq_,module,exports){
13024
+ },{"148":148,"4":4}],100:[function(_dereq_,module,exports){
13269
13025
  /**
13270
- * Copyright 2016-present, Facebook, Inc.
13271
- * All rights reserved.
13026
+ * Copyright (c) 2016-present, Facebook, Inc.
13272
13027
  *
13273
- * This source code is licensed under the BSD-style license found in the
13274
- * LICENSE file in the root directory of this source tree. An additional grant
13275
- * of patent rights can be found in the PATENTS file in the same directory.
13028
+ * This source code is licensed under the MIT license found in the
13029
+ * LICENSE file in the root directory of this source tree.
13276
13030
  *
13277
13031
  * Based on the escape-html library, which is used under the MIT License below:
13278
13032
  *
@@ -13370,7 +13124,6 @@ function escapeHtml(string) {
13370
13124
  }
13371
13125
  // end code copied and modified from escape-html
13372
13126
 
13373
-
13374
13127
  /**
13375
13128
  * Escapes text to prevent scripting attacks.
13376
13129
  *
@@ -13391,12 +13144,10 @@ module.exports = escapeTextContentForBrowser;
13391
13144
  },{}],101:[function(_dereq_,module,exports){
13392
13145
  (function (process){
13393
13146
  /**
13394
- * Copyright 2013-present, Facebook, Inc.
13395
- * All rights reserved.
13147
+ * Copyright (c) 2013-present, Facebook, Inc.
13396
13148
  *
13397
- * This source code is licensed under the BSD-style license found in the
13398
- * LICENSE file in the root directory of this source tree. An additional grant
13399
- * of patent rights can be found in the PATENTS file in the same directory.
13149
+ * This source code is licensed under the MIT license found in the
13150
+ * LICENSE file in the root directory of this source tree.
13400
13151
  *
13401
13152
  *
13402
13153
  */
@@ -13404,8 +13155,8 @@ module.exports = escapeTextContentForBrowser;
13404
13155
  'use strict';
13405
13156
 
13406
13157
  var KeyEscapeUtils = _dereq_(22);
13407
- var traverseAllChildren = _dereq_(119);
13408
- var warning = _dereq_(147);
13158
+ var traverseAllChildren = _dereq_(120);
13159
+ var warning = _dereq_(148);
13409
13160
 
13410
13161
  var ReactComponentTreeHook;
13411
13162
 
@@ -13415,7 +13166,7 @@ if (typeof process !== 'undefined' && process.env && "development" === 'test') {
13415
13166
  // https://github.com/facebook/react/issues/7240
13416
13167
  // Remove the inline requires when we don't need them anymore:
13417
13168
  // https://github.com/facebook/react/pull/7178
13418
- ReactComponentTreeHook = _dereq_(121);
13169
+ ReactComponentTreeHook = _dereq_(122);
13419
13170
  }
13420
13171
 
13421
13172
  /**
@@ -13431,7 +13182,7 @@ function flattenSingleChildIntoContext(traverseContext, child, name, selfDebugID
13431
13182
  var keyUnique = result[name] === undefined;
13432
13183
  if ("development" !== 'production') {
13433
13184
  if (!ReactComponentTreeHook) {
13434
- ReactComponentTreeHook = _dereq_(121);
13185
+ ReactComponentTreeHook = _dereq_(122);
13435
13186
  }
13436
13187
  if (!keyUnique) {
13437
13188
  "development" !== 'production' ? warning(false, 'flattenChildren(...): Encountered two children with the same key, ' + '`%s`. Child keys must be unique; when two children share a key, only ' + 'the first child will be used.%s', KeyEscapeUtils.unescape(name), ReactComponentTreeHook.getStackAddendumByID(selfDebugID)) : void 0;
@@ -13466,14 +13217,12 @@ function flattenChildren(children, selfDebugID) {
13466
13217
 
13467
13218
  module.exports = flattenChildren;
13468
13219
  }).call(this,undefined)
13469
- },{"119":119,"121":121,"147":147,"22":22}],102:[function(_dereq_,module,exports){
13220
+ },{"120":120,"122":122,"148":148,"22":22}],102:[function(_dereq_,module,exports){
13470
13221
  /**
13471
- * Copyright 2013-present, Facebook, Inc.
13472
- * All rights reserved.
13222
+ * Copyright (c) 2013-present, Facebook, Inc.
13473
13223
  *
13474
- * This source code is licensed under the BSD-style license found in the
13475
- * LICENSE file in the root directory of this source tree. An additional grant
13476
- * of patent rights can be found in the PATENTS file in the same directory.
13224
+ * This source code is licensed under the MIT license found in the
13225
+ * LICENSE file in the root directory of this source tree.
13477
13226
  *
13478
13227
  *
13479
13228
  */
@@ -13499,12 +13248,10 @@ function forEachAccumulated(arr, cb, scope) {
13499
13248
  module.exports = forEachAccumulated;
13500
13249
  },{}],103:[function(_dereq_,module,exports){
13501
13250
  /**
13502
- * Copyright 2013-present, Facebook, Inc.
13503
- * All rights reserved.
13251
+ * Copyright (c) 2013-present, Facebook, Inc.
13504
13252
  *
13505
- * This source code is licensed under the BSD-style license found in the
13506
- * LICENSE file in the root directory of this source tree. An additional grant
13507
- * of patent rights can be found in the PATENTS file in the same directory.
13253
+ * This source code is licensed under the MIT license found in the
13254
+ * LICENSE file in the root directory of this source tree.
13508
13255
  *
13509
13256
  */
13510
13257
 
@@ -13549,12 +13296,10 @@ function getEventCharCode(nativeEvent) {
13549
13296
  module.exports = getEventCharCode;
13550
13297
  },{}],104:[function(_dereq_,module,exports){
13551
13298
  /**
13552
- * Copyright 2013-present, Facebook, Inc.
13553
- * All rights reserved.
13299
+ * Copyright (c) 2013-present, Facebook, Inc.
13554
13300
  *
13555
- * This source code is licensed under the BSD-style license found in the
13556
- * LICENSE file in the root directory of this source tree. An additional grant
13557
- * of patent rights can be found in the PATENTS file in the same directory.
13301
+ * This source code is licensed under the MIT license found in the
13302
+ * LICENSE file in the root directory of this source tree.
13558
13303
  *
13559
13304
  */
13560
13305
 
@@ -13567,18 +13312,18 @@ var getEventCharCode = _dereq_(103);
13567
13312
  * @see https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent#Key_names
13568
13313
  */
13569
13314
  var normalizeKey = {
13570
- 'Esc': 'Escape',
13571
- 'Spacebar': ' ',
13572
- 'Left': 'ArrowLeft',
13573
- 'Up': 'ArrowUp',
13574
- 'Right': 'ArrowRight',
13575
- 'Down': 'ArrowDown',
13576
- 'Del': 'Delete',
13577
- 'Win': 'OS',
13578
- 'Menu': 'ContextMenu',
13579
- 'Apps': 'ContextMenu',
13580
- 'Scroll': 'ScrollLock',
13581
- 'MozPrintableKey': 'Unidentified'
13315
+ Esc: 'Escape',
13316
+ Spacebar: ' ',
13317
+ Left: 'ArrowLeft',
13318
+ Up: 'ArrowUp',
13319
+ Right: 'ArrowRight',
13320
+ Down: 'ArrowDown',
13321
+ Del: 'Delete',
13322
+ Win: 'OS',
13323
+ Menu: 'ContextMenu',
13324
+ Apps: 'ContextMenu',
13325
+ Scroll: 'ScrollLock',
13326
+ MozPrintableKey: 'Unidentified'
13582
13327
  };
13583
13328
 
13584
13329
  /**
@@ -13608,8 +13353,18 @@ var translateToKey = {
13608
13353
  40: 'ArrowDown',
13609
13354
  45: 'Insert',
13610
13355
  46: 'Delete',
13611
- 112: 'F1', 113: 'F2', 114: 'F3', 115: 'F4', 116: 'F5', 117: 'F6',
13612
- 118: 'F7', 119: 'F8', 120: 'F9', 121: 'F10', 122: 'F11', 123: 'F12',
13356
+ 112: 'F1',
13357
+ 113: 'F2',
13358
+ 114: 'F3',
13359
+ 115: 'F4',
13360
+ 116: 'F5',
13361
+ 117: 'F6',
13362
+ 118: 'F7',
13363
+ 119: 'F8',
13364
+ 120: 'F9',
13365
+ 121: 'F10',
13366
+ 122: 'F11',
13367
+ 123: 'F12',
13613
13368
  144: 'NumLock',
13614
13369
  145: 'ScrollLock',
13615
13370
  224: 'Meta'
@@ -13651,12 +13406,10 @@ function getEventKey(nativeEvent) {
13651
13406
  module.exports = getEventKey;
13652
13407
  },{"103":103}],105:[function(_dereq_,module,exports){
13653
13408
  /**
13654
- * Copyright 2013-present, Facebook, Inc.
13655
- * All rights reserved.
13409
+ * Copyright (c) 2013-present, Facebook, Inc.
13656
13410
  *
13657
- * This source code is licensed under the BSD-style license found in the
13658
- * LICENSE file in the root directory of this source tree. An additional grant
13659
- * of patent rights can be found in the PATENTS file in the same directory.
13411
+ * This source code is licensed under the MIT license found in the
13412
+ * LICENSE file in the root directory of this source tree.
13660
13413
  *
13661
13414
  */
13662
13415
 
@@ -13668,10 +13421,10 @@ module.exports = getEventKey;
13668
13421
  */
13669
13422
 
13670
13423
  var modifierKeyToProp = {
13671
- 'Alt': 'altKey',
13672
- 'Control': 'ctrlKey',
13673
- 'Meta': 'metaKey',
13674
- 'Shift': 'shiftKey'
13424
+ Alt: 'altKey',
13425
+ Control: 'ctrlKey',
13426
+ Meta: 'metaKey',
13427
+ Shift: 'shiftKey'
13675
13428
  };
13676
13429
 
13677
13430
  // IE8 does not implement getModifierState so we simply map it to the only
@@ -13694,12 +13447,10 @@ function getEventModifierState(nativeEvent) {
13694
13447
  module.exports = getEventModifierState;
13695
13448
  },{}],106:[function(_dereq_,module,exports){
13696
13449
  /**
13697
- * Copyright 2013-present, Facebook, Inc.
13698
- * All rights reserved.
13450
+ * Copyright (c) 2013-present, Facebook, Inc.
13699
13451
  *
13700
- * This source code is licensed under the BSD-style license found in the
13701
- * LICENSE file in the root directory of this source tree. An additional grant
13702
- * of patent rights can be found in the PATENTS file in the same directory.
13452
+ * This source code is licensed under the MIT license found in the
13453
+ * LICENSE file in the root directory of this source tree.
13703
13454
  *
13704
13455
  */
13705
13456
 
@@ -13729,12 +13480,10 @@ function getEventTarget(nativeEvent) {
13729
13480
  module.exports = getEventTarget;
13730
13481
  },{}],107:[function(_dereq_,module,exports){
13731
13482
  /**
13732
- * Copyright 2013-present, Facebook, Inc.
13733
- * All rights reserved.
13483
+ * Copyright (c) 2013-present, Facebook, Inc.
13734
13484
  *
13735
- * This source code is licensed under the BSD-style license found in the
13736
- * LICENSE file in the root directory of this source tree. An additional grant
13737
- * of patent rights can be found in the PATENTS file in the same directory.
13485
+ * This source code is licensed under the MIT license found in the
13486
+ * LICENSE file in the root directory of this source tree.
13738
13487
  *
13739
13488
  *
13740
13489
  */
@@ -13770,12 +13519,10 @@ function getIteratorFn(maybeIterable) {
13770
13519
  module.exports = getIteratorFn;
13771
13520
  },{}],108:[function(_dereq_,module,exports){
13772
13521
  /**
13773
- * Copyright 2013-present, Facebook, Inc.
13774
- * All rights reserved.
13522
+ * Copyright (c) 2013-present, Facebook, Inc.
13775
13523
  *
13776
- * This source code is licensed under the BSD-style license found in the
13777
- * LICENSE file in the root directory of this source tree. An additional grant
13778
- * of patent rights can be found in the PATENTS file in the same directory.
13524
+ * This source code is licensed under the MIT license found in the
13525
+ * LICENSE file in the root directory of this source tree.
13779
13526
  *
13780
13527
  */
13781
13528
 
@@ -13844,18 +13591,16 @@ function getNodeForCharacterOffset(root, offset) {
13844
13591
  module.exports = getNodeForCharacterOffset;
13845
13592
  },{}],109:[function(_dereq_,module,exports){
13846
13593
  /**
13847
- * Copyright 2013-present, Facebook, Inc.
13848
- * All rights reserved.
13594
+ * Copyright (c) 2013-present, Facebook, Inc.
13849
13595
  *
13850
- * This source code is licensed under the BSD-style license found in the
13851
- * LICENSE file in the root directory of this source tree. An additional grant
13852
- * of patent rights can be found in the PATENTS file in the same directory.
13596
+ * This source code is licensed under the MIT license found in the
13597
+ * LICENSE file in the root directory of this source tree.
13853
13598
  *
13854
13599
  */
13855
13600
 
13856
13601
  'use strict';
13857
13602
 
13858
- var ExecutionEnvironment = _dereq_(126);
13603
+ var ExecutionEnvironment = _dereq_(127);
13859
13604
 
13860
13605
  var contentKey = null;
13861
13606
 
@@ -13875,20 +13620,18 @@ function getTextContentAccessor() {
13875
13620
  }
13876
13621
 
13877
13622
  module.exports = getTextContentAccessor;
13878
- },{"126":126}],110:[function(_dereq_,module,exports){
13623
+ },{"127":127}],110:[function(_dereq_,module,exports){
13879
13624
  /**
13880
- * Copyright 2013-present, Facebook, Inc.
13881
- * All rights reserved.
13625
+ * Copyright (c) 2013-present, Facebook, Inc.
13882
13626
  *
13883
- * This source code is licensed under the BSD-style license found in the
13884
- * LICENSE file in the root directory of this source tree. An additional grant
13885
- * of patent rights can be found in the PATENTS file in the same directory.
13627
+ * This source code is licensed under the MIT license found in the
13628
+ * LICENSE file in the root directory of this source tree.
13886
13629
  *
13887
13630
  */
13888
13631
 
13889
13632
  'use strict';
13890
13633
 
13891
- var ExecutionEnvironment = _dereq_(126);
13634
+ var ExecutionEnvironment = _dereq_(127);
13892
13635
 
13893
13636
  /**
13894
13637
  * Generate a mapping of standard vendor prefixes using the defined style property and event name.
@@ -13976,29 +13719,148 @@ function getVendorPrefixedEventName(eventName) {
13976
13719
  }
13977
13720
 
13978
13721
  module.exports = getVendorPrefixedEventName;
13979
- },{"126":126}],111:[function(_dereq_,module,exports){
13722
+ },{"127":127}],111:[function(_dereq_,module,exports){
13980
13723
  /**
13981
- * Copyright 2013-present, Facebook, Inc.
13982
- * All rights reserved.
13724
+ * Copyright (c) 2013-present, Facebook, Inc.
13983
13725
  *
13984
- * This source code is licensed under the BSD-style license found in the
13985
- * LICENSE file in the root directory of this source tree. An additional grant
13986
- * of patent rights can be found in the PATENTS file in the same directory.
13726
+ * This source code is licensed under the MIT license found in the
13727
+ * LICENSE file in the root directory of this source tree.
13987
13728
  *
13988
13729
  */
13989
13730
 
13990
13731
  'use strict';
13991
13732
 
13992
- var _prodInvariant = _dereq_(115),
13993
- _assign = _dereq_(148);
13733
+ var ReactDOMComponentTree = _dereq_(32);
13734
+
13735
+ function isCheckable(elem) {
13736
+ var type = elem.type;
13737
+ var nodeName = elem.nodeName;
13738
+ return nodeName && nodeName.toLowerCase() === 'input' && (type === 'checkbox' || type === 'radio');
13739
+ }
13740
+
13741
+ function getTracker(inst) {
13742
+ return inst._wrapperState.valueTracker;
13743
+ }
13744
+
13745
+ function attachTracker(inst, tracker) {
13746
+ inst._wrapperState.valueTracker = tracker;
13747
+ }
13748
+
13749
+ function detachTracker(inst) {
13750
+ inst._wrapperState.valueTracker = null;
13751
+ }
13752
+
13753
+ function getValueFromNode(node) {
13754
+ var value;
13755
+ if (node) {
13756
+ value = isCheckable(node) ? '' + node.checked : node.value;
13757
+ }
13758
+ return value;
13759
+ }
13760
+
13761
+ var inputValueTracking = {
13762
+ // exposed for testing
13763
+ _getTrackerFromNode: function (node) {
13764
+ return getTracker(ReactDOMComponentTree.getInstanceFromNode(node));
13765
+ },
13766
+
13767
+
13768
+ track: function (inst) {
13769
+ if (getTracker(inst)) {
13770
+ return;
13771
+ }
13772
+
13773
+ var node = ReactDOMComponentTree.getNodeFromInstance(inst);
13774
+ var valueField = isCheckable(node) ? 'checked' : 'value';
13775
+ var descriptor = Object.getOwnPropertyDescriptor(node.constructor.prototype, valueField);
13776
+
13777
+ var currentValue = '' + node[valueField];
13778
+
13779
+ // if someone has already defined a value or Safari, then bail
13780
+ // and don't track value will cause over reporting of changes,
13781
+ // but it's better then a hard failure
13782
+ // (needed for certain tests that spyOn input values and Safari)
13783
+ if (node.hasOwnProperty(valueField) || typeof descriptor.get !== 'function' || typeof descriptor.set !== 'function') {
13784
+ return;
13785
+ }
13786
+
13787
+ Object.defineProperty(node, valueField, {
13788
+ enumerable: descriptor.enumerable,
13789
+ configurable: true,
13790
+ get: function () {
13791
+ return descriptor.get.call(this);
13792
+ },
13793
+ set: function (value) {
13794
+ currentValue = '' + value;
13795
+ descriptor.set.call(this, value);
13796
+ }
13797
+ });
13798
+
13799
+ attachTracker(inst, {
13800
+ getValue: function () {
13801
+ return currentValue;
13802
+ },
13803
+ setValue: function (value) {
13804
+ currentValue = '' + value;
13805
+ },
13806
+ stopTracking: function () {
13807
+ detachTracker(inst);
13808
+ delete node[valueField];
13809
+ }
13810
+ });
13811
+ },
13812
+
13813
+ updateValueIfChanged: function (inst) {
13814
+ if (!inst) {
13815
+ return false;
13816
+ }
13817
+ var tracker = getTracker(inst);
13818
+
13819
+ if (!tracker) {
13820
+ inputValueTracking.track(inst);
13821
+ return true;
13822
+ }
13823
+
13824
+ var lastValue = tracker.getValue();
13825
+ var nextValue = getValueFromNode(ReactDOMComponentTree.getNodeFromInstance(inst));
13826
+
13827
+ if (nextValue !== lastValue) {
13828
+ tracker.setValue(nextValue);
13829
+ return true;
13830
+ }
13831
+
13832
+ return false;
13833
+ },
13834
+ stopTracking: function (inst) {
13835
+ var tracker = getTracker(inst);
13836
+ if (tracker) {
13837
+ tracker.stopTracking();
13838
+ }
13839
+ }
13840
+ };
13841
+
13842
+ module.exports = inputValueTracking;
13843
+ },{"32":32}],112:[function(_dereq_,module,exports){
13844
+ /**
13845
+ * Copyright (c) 2013-present, Facebook, Inc.
13846
+ *
13847
+ * This source code is licensed under the MIT license found in the
13848
+ * LICENSE file in the root directory of this source tree.
13849
+ *
13850
+ */
13851
+
13852
+ 'use strict';
13853
+
13854
+ var _prodInvariant = _dereq_(116),
13855
+ _assign = _dereq_(149);
13994
13856
 
13995
13857
  var ReactCompositeComponent = _dereq_(29);
13996
13858
  var ReactEmptyComponent = _dereq_(49);
13997
13859
  var ReactHostComponent = _dereq_(54);
13998
13860
 
13999
- var getNextDebugID = _dereq_(124);
14000
- var invariant = _dereq_(140);
14001
- var warning = _dereq_(147);
13861
+ var getNextDebugID = _dereq_(125);
13862
+ var invariant = _dereq_(141);
13863
+ var warning = _dereq_(148);
14002
13864
 
14003
13865
  // To avoid a cyclic dependency, we create the final class in this module
14004
13866
  var ReactCompositeComponentWrapper = function (element) {
@@ -14046,7 +13908,7 @@ function instantiateReactComponent(node, shouldHaveDebugID) {
14046
13908
  var info = '';
14047
13909
  if ("development" !== 'production') {
14048
13910
  if (type === undefined || typeof type === 'object' && type !== null && Object.keys(type).length === 0) {
14049
- info += ' You likely forgot to export your component from the file ' + 'it\'s defined in.';
13911
+ info += ' You likely forgot to export your component from the file ' + "it's defined in.";
14050
13912
  }
14051
13913
  }
14052
13914
  info += getDeclarationErrorAddendum(element._owner);
@@ -14105,20 +13967,18 @@ _assign(ReactCompositeComponentWrapper.prototype, ReactCompositeComponent, {
14105
13967
  });
14106
13968
 
14107
13969
  module.exports = instantiateReactComponent;
14108
- },{"115":115,"124":124,"140":140,"147":147,"148":148,"29":29,"49":49,"54":54}],112:[function(_dereq_,module,exports){
13970
+ },{"116":116,"125":125,"141":141,"148":148,"149":149,"29":29,"49":49,"54":54}],113:[function(_dereq_,module,exports){
14109
13971
  /**
14110
- * Copyright 2013-present, Facebook, Inc.
14111
- * All rights reserved.
13972
+ * Copyright (c) 2013-present, Facebook, Inc.
14112
13973
  *
14113
- * This source code is licensed under the BSD-style license found in the
14114
- * LICENSE file in the root directory of this source tree. An additional grant
14115
- * of patent rights can be found in the PATENTS file in the same directory.
13974
+ * This source code is licensed under the MIT license found in the
13975
+ * LICENSE file in the root directory of this source tree.
14116
13976
  *
14117
13977
  */
14118
13978
 
14119
13979
  'use strict';
14120
13980
 
14121
- var ExecutionEnvironment = _dereq_(126);
13981
+ var ExecutionEnvironment = _dereq_(127);
14122
13982
 
14123
13983
  var useHasFeature;
14124
13984
  if (ExecutionEnvironment.canUseDOM) {
@@ -14165,14 +14025,12 @@ function isEventSupported(eventNameSuffix, capture) {
14165
14025
  }
14166
14026
 
14167
14027
  module.exports = isEventSupported;
14168
- },{"126":126}],113:[function(_dereq_,module,exports){
14028
+ },{"127":127}],114:[function(_dereq_,module,exports){
14169
14029
  /**
14170
- * Copyright 2013-present, Facebook, Inc.
14171
- * All rights reserved.
14030
+ * Copyright (c) 2013-present, Facebook, Inc.
14172
14031
  *
14173
- * This source code is licensed under the BSD-style license found in the
14174
- * LICENSE file in the root directory of this source tree. An additional grant
14175
- * of patent rights can be found in the PATENTS file in the same directory.
14032
+ * This source code is licensed under the MIT license found in the
14033
+ * LICENSE file in the root directory of this source tree.
14176
14034
  *
14177
14035
  *
14178
14036
  */
@@ -14184,21 +14042,21 @@ module.exports = isEventSupported;
14184
14042
  */
14185
14043
 
14186
14044
  var supportedInputTypes = {
14187
- 'color': true,
14188
- 'date': true,
14189
- 'datetime': true,
14045
+ color: true,
14046
+ date: true,
14047
+ datetime: true,
14190
14048
  'datetime-local': true,
14191
- 'email': true,
14192
- 'month': true,
14193
- 'number': true,
14194
- 'password': true,
14195
- 'range': true,
14196
- 'search': true,
14197
- 'tel': true,
14198
- 'text': true,
14199
- 'time': true,
14200
- 'url': true,
14201
- 'week': true
14049
+ email: true,
14050
+ month: true,
14051
+ number: true,
14052
+ password: true,
14053
+ range: true,
14054
+ search: true,
14055
+ tel: true,
14056
+ text: true,
14057
+ time: true,
14058
+ url: true,
14059
+ week: true
14202
14060
  };
14203
14061
 
14204
14062
  function isTextInputElement(elem) {
@@ -14216,14 +14074,12 @@ function isTextInputElement(elem) {
14216
14074
  }
14217
14075
 
14218
14076
  module.exports = isTextInputElement;
14219
- },{}],114:[function(_dereq_,module,exports){
14077
+ },{}],115:[function(_dereq_,module,exports){
14220
14078
  /**
14221
- * Copyright 2013-present, Facebook, Inc.
14222
- * All rights reserved.
14079
+ * Copyright (c) 2013-present, Facebook, Inc.
14223
14080
  *
14224
- * This source code is licensed under the BSD-style license found in the
14225
- * LICENSE file in the root directory of this source tree. An additional grant
14226
- * of patent rights can be found in the PATENTS file in the same directory.
14081
+ * This source code is licensed under the MIT license found in the
14082
+ * LICENSE file in the root directory of this source tree.
14227
14083
  *
14228
14084
  */
14229
14085
 
@@ -14242,14 +14098,12 @@ function quoteAttributeValueForBrowser(value) {
14242
14098
  }
14243
14099
 
14244
14100
  module.exports = quoteAttributeValueForBrowser;
14245
- },{"100":100}],115:[function(_dereq_,module,exports){
14101
+ },{"100":100}],116:[function(_dereq_,module,exports){
14246
14102
  /**
14247
14103
  * Copyright (c) 2013-present, Facebook, Inc.
14248
- * All rights reserved.
14249
14104
  *
14250
- * This source code is licensed under the BSD-style license found in the
14251
- * LICENSE file in the root directory of this source tree. An additional grant
14252
- * of patent rights can be found in the PATENTS file in the same directory.
14105
+ * This source code is licensed under the MIT license found in the
14106
+ * LICENSE file in the root directory of this source tree.
14253
14107
  *
14254
14108
  *
14255
14109
  */
@@ -14281,20 +14135,18 @@ function reactProdInvariant(code) {
14281
14135
  }
14282
14136
 
14283
14137
  module.exports = reactProdInvariant;
14284
- },{}],116:[function(_dereq_,module,exports){
14138
+ },{}],117:[function(_dereq_,module,exports){
14285
14139
  /**
14286
- * Copyright 2013-present, Facebook, Inc.
14287
- * All rights reserved.
14140
+ * Copyright (c) 2013-present, Facebook, Inc.
14288
14141
  *
14289
- * This source code is licensed under the BSD-style license found in the
14290
- * LICENSE file in the root directory of this source tree. An additional grant
14291
- * of patent rights can be found in the PATENTS file in the same directory.
14142
+ * This source code is licensed under the MIT license found in the
14143
+ * LICENSE file in the root directory of this source tree.
14292
14144
  *
14293
14145
  */
14294
14146
 
14295
14147
  'use strict';
14296
14148
 
14297
- var ExecutionEnvironment = _dereq_(126);
14149
+ var ExecutionEnvironment = _dereq_(127);
14298
14150
  var DOMNamespaces = _dereq_(10);
14299
14151
 
14300
14152
  var WHITESPACE_TEST = /^[ \r\n\t\f]/;
@@ -14360,7 +14212,7 @@ if (ExecutionEnvironment.canUseDOM) {
14360
14212
  // in hopes that this is preserved even if "\uFEFF" is transformed to
14361
14213
  // the actual Unicode character (by Babel, for example).
14362
14214
  // https://github.com/mishoo/UglifyJS2/blob/v2.4.20/lib/parse.js#L216
14363
- node.innerHTML = String.fromCharCode(0xFEFF) + html;
14215
+ node.innerHTML = String.fromCharCode(0xfeff) + html;
14364
14216
 
14365
14217
  // deleteData leaves an empty `TextNode` which offsets the index of all
14366
14218
  // children. Definitely want to avoid this.
@@ -14379,22 +14231,20 @@ if (ExecutionEnvironment.canUseDOM) {
14379
14231
  }
14380
14232
 
14381
14233
  module.exports = setInnerHTML;
14382
- },{"10":10,"126":126,"98":98}],117:[function(_dereq_,module,exports){
14234
+ },{"10":10,"127":127,"98":98}],118:[function(_dereq_,module,exports){
14383
14235
  /**
14384
- * Copyright 2013-present, Facebook, Inc.
14385
- * All rights reserved.
14236
+ * Copyright (c) 2013-present, Facebook, Inc.
14386
14237
  *
14387
- * This source code is licensed under the BSD-style license found in the
14388
- * LICENSE file in the root directory of this source tree. An additional grant
14389
- * of patent rights can be found in the PATENTS file in the same directory.
14238
+ * This source code is licensed under the MIT license found in the
14239
+ * LICENSE file in the root directory of this source tree.
14390
14240
  *
14391
14241
  */
14392
14242
 
14393
14243
  'use strict';
14394
14244
 
14395
- var ExecutionEnvironment = _dereq_(126);
14245
+ var ExecutionEnvironment = _dereq_(127);
14396
14246
  var escapeTextContentForBrowser = _dereq_(100);
14397
- var setInnerHTML = _dereq_(116);
14247
+ var setInnerHTML = _dereq_(117);
14398
14248
 
14399
14249
  /**
14400
14250
  * Set the textContent property of a node, ensuring that whitespace is preserved
@@ -14431,14 +14281,12 @@ if (ExecutionEnvironment.canUseDOM) {
14431
14281
  }
14432
14282
 
14433
14283
  module.exports = setTextContent;
14434
- },{"100":100,"116":116,"126":126}],118:[function(_dereq_,module,exports){
14284
+ },{"100":100,"117":117,"127":127}],119:[function(_dereq_,module,exports){
14435
14285
  /**
14436
- * Copyright 2013-present, Facebook, Inc.
14437
- * All rights reserved.
14286
+ * Copyright (c) 2013-present, Facebook, Inc.
14438
14287
  *
14439
- * This source code is licensed under the BSD-style license found in the
14440
- * LICENSE file in the root directory of this source tree. An additional grant
14441
- * of patent rights can be found in the PATENTS file in the same directory.
14288
+ * This source code is licensed under the MIT license found in the
14289
+ * LICENSE file in the root directory of this source tree.
14442
14290
  *
14443
14291
  */
14444
14292
 
@@ -14473,28 +14321,26 @@ function shouldUpdateReactComponent(prevElement, nextElement) {
14473
14321
  }
14474
14322
 
14475
14323
  module.exports = shouldUpdateReactComponent;
14476
- },{}],119:[function(_dereq_,module,exports){
14324
+ },{}],120:[function(_dereq_,module,exports){
14477
14325
  /**
14478
- * Copyright 2013-present, Facebook, Inc.
14479
- * All rights reserved.
14326
+ * Copyright (c) 2013-present, Facebook, Inc.
14480
14327
  *
14481
- * This source code is licensed under the BSD-style license found in the
14482
- * LICENSE file in the root directory of this source tree. An additional grant
14483
- * of patent rights can be found in the PATENTS file in the same directory.
14328
+ * This source code is licensed under the MIT license found in the
14329
+ * LICENSE file in the root directory of this source tree.
14484
14330
  *
14485
14331
  */
14486
14332
 
14487
14333
  'use strict';
14488
14334
 
14489
- var _prodInvariant = _dereq_(115);
14335
+ var _prodInvariant = _dereq_(116);
14490
14336
 
14491
- var ReactCurrentOwner = _dereq_(122);
14337
+ var ReactCurrentOwner = _dereq_(123);
14492
14338
  var REACT_ELEMENT_TYPE = _dereq_(48);
14493
14339
 
14494
14340
  var getIteratorFn = _dereq_(107);
14495
- var invariant = _dereq_(140);
14341
+ var invariant = _dereq_(141);
14496
14342
  var KeyEscapeUtils = _dereq_(22);
14497
- var warning = _dereq_(147);
14343
+ var warning = _dereq_(148);
14498
14344
 
14499
14345
  var SEPARATOR = '.';
14500
14346
  var SUBSEPARATOR = ':';
@@ -14607,7 +14453,7 @@ function traverseAllChildrenImpl(children, nameSoFar, callback, traverseContext)
14607
14453
  if ("development" !== 'production') {
14608
14454
  addendum = ' If you meant to render a collection of children, use an array ' + 'instead or wrap the object using createFragment(object) from the ' + 'React add-ons.';
14609
14455
  if (children._isReactElement) {
14610
- addendum = ' It looks like you\'re using an element created by a different ' + 'version of React. Make sure to use only one copy of React.';
14456
+ addendum = " It looks like you're using an element created by a different " + 'version of React. Make sure to use only one copy of React.';
14611
14457
  }
14612
14458
  if (ReactCurrentOwner.current) {
14613
14459
  var name = ReactCurrentOwner.current.getName();
@@ -14649,23 +14495,21 @@ function traverseAllChildren(children, callback, traverseContext) {
14649
14495
  }
14650
14496
 
14651
14497
  module.exports = traverseAllChildren;
14652
- },{"107":107,"115":115,"122":122,"140":140,"147":147,"22":22,"48":48}],120:[function(_dereq_,module,exports){
14498
+ },{"107":107,"116":116,"123":123,"141":141,"148":148,"22":22,"48":48}],121:[function(_dereq_,module,exports){
14653
14499
  /**
14654
- * Copyright 2015-present, Facebook, Inc.
14655
- * All rights reserved.
14500
+ * Copyright (c) 2015-present, Facebook, Inc.
14656
14501
  *
14657
- * This source code is licensed under the BSD-style license found in the
14658
- * LICENSE file in the root directory of this source tree. An additional grant
14659
- * of patent rights can be found in the PATENTS file in the same directory.
14502
+ * This source code is licensed under the MIT license found in the
14503
+ * LICENSE file in the root directory of this source tree.
14660
14504
  *
14661
14505
  */
14662
14506
 
14663
14507
  'use strict';
14664
14508
 
14665
- var _assign = _dereq_(148);
14509
+ var _assign = _dereq_(149);
14666
14510
 
14667
- var emptyFunction = _dereq_(132);
14668
- var warning = _dereq_(147);
14511
+ var emptyFunction = _dereq_(133);
14512
+ var warning = _dereq_(148);
14669
14513
 
14670
14514
  var validateDOMNesting = emptyFunction;
14671
14515
 
@@ -14773,7 +14617,6 @@ if ("development" !== 'production') {
14773
14617
  // but
14774
14618
  case 'option':
14775
14619
  return tag === '#text';
14776
-
14777
14620
  // https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-intd
14778
14621
  // https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-incaption
14779
14622
  // No special behavior since these rules fall back to "in body" mode for
@@ -14782,25 +14625,20 @@ if ("development" !== 'production') {
14782
14625
  // https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-intr
14783
14626
  case 'tr':
14784
14627
  return tag === 'th' || tag === 'td' || tag === 'style' || tag === 'script' || tag === 'template';
14785
-
14786
14628
  // https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-intbody
14787
14629
  case 'tbody':
14788
14630
  case 'thead':
14789
14631
  case 'tfoot':
14790
14632
  return tag === 'tr' || tag === 'style' || tag === 'script' || tag === 'template';
14791
-
14792
14633
  // https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-incolgroup
14793
14634
  case 'colgroup':
14794
14635
  return tag === 'col' || tag === 'template';
14795
-
14796
14636
  // https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-intable
14797
14637
  case 'table':
14798
14638
  return tag === 'caption' || tag === 'colgroup' || tag === 'tbody' || tag === 'tfoot' || tag === 'thead' || tag === 'style' || tag === 'script' || tag === 'template';
14799
-
14800
14639
  // https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-inhead
14801
14640
  case 'head':
14802
14641
  return tag === 'base' || tag === 'basefont' || tag === 'bgsound' || tag === 'link' || tag === 'meta' || tag === 'title' || tag === 'noscript' || tag === 'noframes' || tag === 'style' || tag === 'script' || tag === 'template';
14803
-
14804
14642
  // https://html.spec.whatwg.org/multipage/semantics.html#the-html-element
14805
14643
  case 'html':
14806
14644
  return tag === 'head' || tag === 'body';
@@ -14996,7 +14834,7 @@ if ("development" !== 'production') {
14996
14834
  tagDisplayName = 'Text nodes';
14997
14835
  } else {
14998
14836
  tagDisplayName = 'Whitespace text nodes';
14999
- whitespaceInfo = ' Make sure you don\'t have any extra whitespace between tags on ' + 'each line of your source code.';
14837
+ whitespaceInfo = " Make sure you don't have any extra whitespace between tags on " + 'each line of your source code.';
15000
14838
  }
15001
14839
  } else {
15002
14840
  tagDisplayName = '<' + childTag + '>';
@@ -15026,14 +14864,12 @@ if ("development" !== 'production') {
15026
14864
  }
15027
14865
 
15028
14866
  module.exports = validateDOMNesting;
15029
- },{"132":132,"147":147,"148":148}],121:[function(_dereq_,module,exports){
14867
+ },{"133":133,"148":148,"149":149}],122:[function(_dereq_,module,exports){
15030
14868
  /**
15031
- * Copyright 2013-present, Facebook, Inc.
15032
- * All rights reserved.
14869
+ * Copyright (c) 2013-present, Facebook, Inc.
15033
14870
  *
15034
- * This source code is licensed under the BSD-style license found in the
15035
- * LICENSE file in the root directory of this source tree. An additional grant
15036
- * of patent rights can be found in the PATENTS file in the same directory.
14871
+ * This source code is licensed under the MIT license found in the
14872
+ * LICENSE file in the root directory of this source tree.
15037
14873
  *
15038
14874
  */
15039
14875
 
@@ -15044,14 +14880,12 @@ module.exports = validateDOMNesting;
15044
14880
  var ReactInternals = React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
15045
14881
 
15046
14882
  module.exports = ReactInternals.ReactComponentTreeHook;
15047
- },{}],122:[function(_dereq_,module,exports){
14883
+ },{}],123:[function(_dereq_,module,exports){
15048
14884
  /**
15049
- * Copyright 2013-present, Facebook, Inc.
15050
- * All rights reserved.
14885
+ * Copyright (c) 2013-present, Facebook, Inc.
15051
14886
  *
15052
- * This source code is licensed under the BSD-style license found in the
15053
- * LICENSE file in the root directory of this source tree. An additional grant
15054
- * of patent rights can be found in the PATENTS file in the same directory.
14887
+ * This source code is licensed under the MIT license found in the
14888
+ * LICENSE file in the root directory of this source tree.
15055
14889
  *
15056
14890
  */
15057
14891
 
@@ -15062,14 +14896,12 @@ module.exports = ReactInternals.ReactComponentTreeHook;
15062
14896
  var ReactInternals = React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
15063
14897
 
15064
14898
  module.exports = ReactInternals.ReactCurrentOwner;
15065
- },{}],123:[function(_dereq_,module,exports){
14899
+ },{}],124:[function(_dereq_,module,exports){
15066
14900
  /**
15067
- * Copyright 2013-present, Facebook, Inc.
15068
- * All rights reserved.
14901
+ * Copyright (c) 2013-present, Facebook, Inc.
15069
14902
  *
15070
- * This source code is licensed under the BSD-style license found in the
15071
- * LICENSE file in the root directory of this source tree. An additional grant
15072
- * of patent rights can be found in the PATENTS file in the same directory.
14903
+ * This source code is licensed under the MIT license found in the
14904
+ * LICENSE file in the root directory of this source tree.
15073
14905
  *
15074
14906
  */
15075
14907
 
@@ -15078,14 +14910,12 @@ module.exports = ReactInternals.ReactCurrentOwner;
15078
14910
  'use strict';
15079
14911
 
15080
14912
  module.exports = React;
15081
- },{}],124:[function(_dereq_,module,exports){
14913
+ },{}],125:[function(_dereq_,module,exports){
15082
14914
  /**
15083
- * Copyright 2013-present, Facebook, Inc.
15084
- * All rights reserved.
14915
+ * Copyright (c) 2013-present, Facebook, Inc.
15085
14916
  *
15086
- * This source code is licensed under the BSD-style license found in the
15087
- * LICENSE file in the root directory of this source tree. An additional grant
15088
- * of patent rights can be found in the PATENTS file in the same directory.
14917
+ * This source code is licensed under the MIT license found in the
14918
+ * LICENSE file in the root directory of this source tree.
15089
14919
  *
15090
14920
  */
15091
14921
 
@@ -15096,7 +14926,7 @@ module.exports = React;
15096
14926
  var ReactInternals = React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
15097
14927
 
15098
14928
  module.exports = ReactInternals.getNextDebugID;
15099
- },{}],125:[function(_dereq_,module,exports){
14929
+ },{}],126:[function(_dereq_,module,exports){
15100
14930
  'use strict';
15101
14931
 
15102
14932
  /**
@@ -15117,7 +14947,7 @@ module.exports = ReactInternals.getNextDebugID;
15117
14947
  * @typechecks
15118
14948
  */
15119
14949
 
15120
- var emptyFunction = _dereq_(132);
14950
+ var emptyFunction = _dereq_(133);
15121
14951
 
15122
14952
  /**
15123
14953
  * Upstream version of event listener. Does not take into account specific
@@ -15180,7 +15010,7 @@ var EventListener = {
15180
15010
  };
15181
15011
 
15182
15012
  module.exports = EventListener;
15183
- },{"132":132}],126:[function(_dereq_,module,exports){
15013
+ },{"133":133}],127:[function(_dereq_,module,exports){
15184
15014
  /**
15185
15015
  * Copyright (c) 2013-present, Facebook, Inc.
15186
15016
  * All rights reserved.
@@ -15216,7 +15046,7 @@ var ExecutionEnvironment = {
15216
15046
  };
15217
15047
 
15218
15048
  module.exports = ExecutionEnvironment;
15219
- },{}],127:[function(_dereq_,module,exports){
15049
+ },{}],128:[function(_dereq_,module,exports){
15220
15050
  "use strict";
15221
15051
 
15222
15052
  /**
@@ -15248,7 +15078,7 @@ function camelize(string) {
15248
15078
  }
15249
15079
 
15250
15080
  module.exports = camelize;
15251
- },{}],128:[function(_dereq_,module,exports){
15081
+ },{}],129:[function(_dereq_,module,exports){
15252
15082
  /**
15253
15083
  * Copyright (c) 2013-present, Facebook, Inc.
15254
15084
  * All rights reserved.
@@ -15262,7 +15092,7 @@ module.exports = camelize;
15262
15092
 
15263
15093
  'use strict';
15264
15094
 
15265
- var camelize = _dereq_(127);
15095
+ var camelize = _dereq_(128);
15266
15096
 
15267
15097
  var msPattern = /^-ms-/;
15268
15098
 
@@ -15288,7 +15118,7 @@ function camelizeStyleName(string) {
15288
15118
  }
15289
15119
 
15290
15120
  module.exports = camelizeStyleName;
15291
- },{"127":127}],129:[function(_dereq_,module,exports){
15121
+ },{"128":128}],130:[function(_dereq_,module,exports){
15292
15122
  'use strict';
15293
15123
 
15294
15124
  /**
@@ -15302,7 +15132,7 @@ module.exports = camelizeStyleName;
15302
15132
  *
15303
15133
  */
15304
15134
 
15305
- var isTextNode = _dereq_(142);
15135
+ var isTextNode = _dereq_(143);
15306
15136
 
15307
15137
  /*eslint-disable no-bitwise */
15308
15138
 
@@ -15328,7 +15158,7 @@ function containsNode(outerNode, innerNode) {
15328
15158
  }
15329
15159
 
15330
15160
  module.exports = containsNode;
15331
- },{"142":142}],130:[function(_dereq_,module,exports){
15161
+ },{"143":143}],131:[function(_dereq_,module,exports){
15332
15162
  'use strict';
15333
15163
 
15334
15164
  /**
@@ -15342,7 +15172,7 @@ module.exports = containsNode;
15342
15172
  * @typechecks
15343
15173
  */
15344
15174
 
15345
- var invariant = _dereq_(140);
15175
+ var invariant = _dereq_(141);
15346
15176
 
15347
15177
  /**
15348
15178
  * Convert array-like objects to arrays.
@@ -15455,7 +15285,7 @@ function createArrayFromMixed(obj) {
15455
15285
  }
15456
15286
 
15457
15287
  module.exports = createArrayFromMixed;
15458
- },{"140":140}],131:[function(_dereq_,module,exports){
15288
+ },{"141":141}],132:[function(_dereq_,module,exports){
15459
15289
  'use strict';
15460
15290
 
15461
15291
  /**
@@ -15471,11 +15301,11 @@ module.exports = createArrayFromMixed;
15471
15301
 
15472
15302
  /*eslint-disable fb-www/unsafe-html*/
15473
15303
 
15474
- var ExecutionEnvironment = _dereq_(126);
15304
+ var ExecutionEnvironment = _dereq_(127);
15475
15305
 
15476
- var createArrayFromMixed = _dereq_(130);
15477
- var getMarkupWrap = _dereq_(136);
15478
- var invariant = _dereq_(140);
15306
+ var createArrayFromMixed = _dereq_(131);
15307
+ var getMarkupWrap = _dereq_(137);
15308
+ var invariant = _dereq_(141);
15479
15309
 
15480
15310
  /**
15481
15311
  * Dummy container used to render all markup.
@@ -15539,7 +15369,7 @@ function createNodesFromMarkup(markup, handleScript) {
15539
15369
  }
15540
15370
 
15541
15371
  module.exports = createNodesFromMarkup;
15542
- },{"126":126,"130":130,"136":136,"140":140}],132:[function(_dereq_,module,exports){
15372
+ },{"127":127,"131":131,"137":137,"141":141}],133:[function(_dereq_,module,exports){
15543
15373
  "use strict";
15544
15374
 
15545
15375
  /**
@@ -15578,7 +15408,7 @@ emptyFunction.thatReturnsArgument = function (arg) {
15578
15408
  };
15579
15409
 
15580
15410
  module.exports = emptyFunction;
15581
- },{}],133:[function(_dereq_,module,exports){
15411
+ },{}],134:[function(_dereq_,module,exports){
15582
15412
  /**
15583
15413
  * Copyright (c) 2013-present, Facebook, Inc.
15584
15414
  * All rights reserved.
@@ -15598,7 +15428,7 @@ if ("development" !== 'production') {
15598
15428
  }
15599
15429
 
15600
15430
  module.exports = emptyObject;
15601
- },{}],134:[function(_dereq_,module,exports){
15431
+ },{}],135:[function(_dereq_,module,exports){
15602
15432
  /**
15603
15433
  * Copyright (c) 2013-present, Facebook, Inc.
15604
15434
  * All rights reserved.
@@ -15625,7 +15455,7 @@ function focusNode(node) {
15625
15455
  }
15626
15456
 
15627
15457
  module.exports = focusNode;
15628
- },{}],135:[function(_dereq_,module,exports){
15458
+ },{}],136:[function(_dereq_,module,exports){
15629
15459
  'use strict';
15630
15460
 
15631
15461
  /**
@@ -15664,7 +15494,7 @@ function getActiveElement(doc) /*?DOMElement*/{
15664
15494
  }
15665
15495
 
15666
15496
  module.exports = getActiveElement;
15667
- },{}],136:[function(_dereq_,module,exports){
15497
+ },{}],137:[function(_dereq_,module,exports){
15668
15498
  'use strict';
15669
15499
 
15670
15500
  /**
@@ -15679,9 +15509,9 @@ module.exports = getActiveElement;
15679
15509
 
15680
15510
  /*eslint-disable fb-www/unsafe-html */
15681
15511
 
15682
- var ExecutionEnvironment = _dereq_(126);
15512
+ var ExecutionEnvironment = _dereq_(127);
15683
15513
 
15684
- var invariant = _dereq_(140);
15514
+ var invariant = _dereq_(141);
15685
15515
 
15686
15516
  /**
15687
15517
  * Dummy container used to detect which wraps are necessary.
@@ -15759,7 +15589,7 @@ function getMarkupWrap(nodeName) {
15759
15589
  }
15760
15590
 
15761
15591
  module.exports = getMarkupWrap;
15762
- },{"126":126,"140":140}],137:[function(_dereq_,module,exports){
15592
+ },{"127":127,"141":141}],138:[function(_dereq_,module,exports){
15763
15593
  /**
15764
15594
  * Copyright (c) 2013-present, Facebook, Inc.
15765
15595
  * All rights reserved.
@@ -15798,7 +15628,7 @@ function getUnboundedScrollPosition(scrollable) {
15798
15628
  }
15799
15629
 
15800
15630
  module.exports = getUnboundedScrollPosition;
15801
- },{}],138:[function(_dereq_,module,exports){
15631
+ },{}],139:[function(_dereq_,module,exports){
15802
15632
  'use strict';
15803
15633
 
15804
15634
  /**
@@ -15831,7 +15661,7 @@ function hyphenate(string) {
15831
15661
  }
15832
15662
 
15833
15663
  module.exports = hyphenate;
15834
- },{}],139:[function(_dereq_,module,exports){
15664
+ },{}],140:[function(_dereq_,module,exports){
15835
15665
  /**
15836
15666
  * Copyright (c) 2013-present, Facebook, Inc.
15837
15667
  * All rights reserved.
@@ -15845,7 +15675,7 @@ module.exports = hyphenate;
15845
15675
 
15846
15676
  'use strict';
15847
15677
 
15848
- var hyphenate = _dereq_(138);
15678
+ var hyphenate = _dereq_(139);
15849
15679
 
15850
15680
  var msPattern = /^ms-/;
15851
15681
 
@@ -15870,7 +15700,7 @@ function hyphenateStyleName(string) {
15870
15700
  }
15871
15701
 
15872
15702
  module.exports = hyphenateStyleName;
15873
- },{"138":138}],140:[function(_dereq_,module,exports){
15703
+ },{"139":139}],141:[function(_dereq_,module,exports){
15874
15704
  /**
15875
15705
  * Copyright (c) 2013-present, Facebook, Inc.
15876
15706
  * All rights reserved.
@@ -15926,7 +15756,7 @@ function invariant(condition, format, a, b, c, d, e, f) {
15926
15756
  }
15927
15757
 
15928
15758
  module.exports = invariant;
15929
- },{}],141:[function(_dereq_,module,exports){
15759
+ },{}],142:[function(_dereq_,module,exports){
15930
15760
  'use strict';
15931
15761
 
15932
15762
  /**
@@ -15951,7 +15781,7 @@ function isNode(object) {
15951
15781
  }
15952
15782
 
15953
15783
  module.exports = isNode;
15954
- },{}],142:[function(_dereq_,module,exports){
15784
+ },{}],143:[function(_dereq_,module,exports){
15955
15785
  'use strict';
15956
15786
 
15957
15787
  /**
@@ -15965,7 +15795,7 @@ module.exports = isNode;
15965
15795
  * @typechecks
15966
15796
  */
15967
15797
 
15968
- var isNode = _dereq_(141);
15798
+ var isNode = _dereq_(142);
15969
15799
 
15970
15800
  /**
15971
15801
  * @param {*} object The object to check.
@@ -15976,7 +15806,7 @@ function isTextNode(object) {
15976
15806
  }
15977
15807
 
15978
15808
  module.exports = isTextNode;
15979
- },{"141":141}],143:[function(_dereq_,module,exports){
15809
+ },{"142":142}],144:[function(_dereq_,module,exports){
15980
15810
  /**
15981
15811
  * Copyright (c) 2013-present, Facebook, Inc.
15982
15812
  * All rights reserved.
@@ -16006,7 +15836,7 @@ function memoizeStringOnly(callback) {
16006
15836
  }
16007
15837
 
16008
15838
  module.exports = memoizeStringOnly;
16009
- },{}],144:[function(_dereq_,module,exports){
15839
+ },{}],145:[function(_dereq_,module,exports){
16010
15840
  /**
16011
15841
  * Copyright (c) 2013-present, Facebook, Inc.
16012
15842
  * All rights reserved.
@@ -16020,7 +15850,7 @@ module.exports = memoizeStringOnly;
16020
15850
 
16021
15851
  'use strict';
16022
15852
 
16023
- var ExecutionEnvironment = _dereq_(126);
15853
+ var ExecutionEnvironment = _dereq_(127);
16024
15854
 
16025
15855
  var performance;
16026
15856
 
@@ -16029,7 +15859,7 @@ if (ExecutionEnvironment.canUseDOM) {
16029
15859
  }
16030
15860
 
16031
15861
  module.exports = performance || {};
16032
- },{"126":126}],145:[function(_dereq_,module,exports){
15862
+ },{"127":127}],146:[function(_dereq_,module,exports){
16033
15863
  'use strict';
16034
15864
 
16035
15865
  /**
@@ -16043,7 +15873,7 @@ module.exports = performance || {};
16043
15873
  * @typechecks
16044
15874
  */
16045
15875
 
16046
- var performance = _dereq_(144);
15876
+ var performance = _dereq_(145);
16047
15877
 
16048
15878
  var performanceNow;
16049
15879
 
@@ -16063,7 +15893,7 @@ if (performance.now) {
16063
15893
  }
16064
15894
 
16065
15895
  module.exports = performanceNow;
16066
- },{"144":144}],146:[function(_dereq_,module,exports){
15896
+ },{"145":145}],147:[function(_dereq_,module,exports){
16067
15897
  /**
16068
15898
  * Copyright (c) 2013-present, Facebook, Inc.
16069
15899
  * All rights reserved.
@@ -16131,7 +15961,7 @@ function shallowEqual(objA, objB) {
16131
15961
  }
16132
15962
 
16133
15963
  module.exports = shallowEqual;
16134
- },{}],147:[function(_dereq_,module,exports){
15964
+ },{}],148:[function(_dereq_,module,exports){
16135
15965
  /**
16136
15966
  * Copyright 2014-2015, Facebook, Inc.
16137
15967
  * All rights reserved.
@@ -16144,7 +15974,7 @@ module.exports = shallowEqual;
16144
15974
 
16145
15975
  'use strict';
16146
15976
 
16147
- var emptyFunction = _dereq_(132);
15977
+ var emptyFunction = _dereq_(133);
16148
15978
 
16149
15979
  /**
16150
15980
  * Similar to invariant but only logs a warning if the condition is not met.
@@ -16198,7 +16028,7 @@ if ("development" !== 'production') {
16198
16028
  }
16199
16029
 
16200
16030
  module.exports = warning;
16201
- },{"132":132}],148:[function(_dereq_,module,exports){
16031
+ },{"133":133}],149:[function(_dereq_,module,exports){
16202
16032
  /*
16203
16033
  object-assign
16204
16034
  (c) Sindre Sorhus
@@ -16290,7 +16120,7 @@ module.exports = shouldUseNative() ? Object.assign : function (target, source) {
16290
16120
  return to;
16291
16121
  };
16292
16122
 
16293
- },{}],149:[function(_dereq_,module,exports){
16123
+ },{}],150:[function(_dereq_,module,exports){
16294
16124
  /**
16295
16125
  * Copyright 2013-present, Facebook, Inc.
16296
16126
  * All rights reserved.
@@ -16303,9 +16133,9 @@ module.exports = shouldUseNative() ? Object.assign : function (target, source) {
16303
16133
  'use strict';
16304
16134
 
16305
16135
  if ("development" !== 'production') {
16306
- var invariant = _dereq_(140);
16307
- var warning = _dereq_(147);
16308
- var ReactPropTypesSecret = _dereq_(152);
16136
+ var invariant = _dereq_(141);
16137
+ var warning = _dereq_(148);
16138
+ var ReactPropTypesSecret = _dereq_(153);
16309
16139
  var loggedTypeFailures = {};
16310
16140
  }
16311
16141
 
@@ -16353,7 +16183,7 @@ function checkPropTypes(typeSpecs, values, location, componentName, getStack) {
16353
16183
 
16354
16184
  module.exports = checkPropTypes;
16355
16185
 
16356
- },{"140":140,"147":147,"152":152}],150:[function(_dereq_,module,exports){
16186
+ },{"141":141,"148":148,"153":153}],151:[function(_dereq_,module,exports){
16357
16187
  /**
16358
16188
  * Copyright 2013-present, Facebook, Inc.
16359
16189
  * All rights reserved.
@@ -16369,14 +16199,14 @@ module.exports = checkPropTypes;
16369
16199
  // Therefore we re-export development-only version with all the PropTypes checks here.
16370
16200
  // However if one is migrating to the `prop-types` npm library, they will go through the
16371
16201
  // `index.js` entry point, and it will branch depending on the environment.
16372
- var factory = _dereq_(151);
16202
+ var factory = _dereq_(152);
16373
16203
  module.exports = function(isValidElement) {
16374
16204
  // It is still allowed in 15.5.
16375
16205
  var throwOnDirectAccess = false;
16376
16206
  return factory(isValidElement, throwOnDirectAccess);
16377
16207
  };
16378
16208
 
16379
- },{"151":151}],151:[function(_dereq_,module,exports){
16209
+ },{"152":152}],152:[function(_dereq_,module,exports){
16380
16210
  /**
16381
16211
  * Copyright 2013-present, Facebook, Inc.
16382
16212
  * All rights reserved.
@@ -16388,12 +16218,12 @@ module.exports = function(isValidElement) {
16388
16218
 
16389
16219
  'use strict';
16390
16220
 
16391
- var emptyFunction = _dereq_(132);
16392
- var invariant = _dereq_(140);
16393
- var warning = _dereq_(147);
16221
+ var emptyFunction = _dereq_(133);
16222
+ var invariant = _dereq_(141);
16223
+ var warning = _dereq_(148);
16394
16224
 
16395
- var ReactPropTypesSecret = _dereq_(152);
16396
- var checkPropTypes = _dereq_(149);
16225
+ var ReactPropTypesSecret = _dereq_(153);
16226
+ var checkPropTypes = _dereq_(150);
16397
16227
 
16398
16228
  module.exports = function(isValidElement, throwOnDirectAccess) {
16399
16229
  /* global Symbol */
@@ -16527,6 +16357,7 @@ module.exports = function(isValidElement, throwOnDirectAccess) {
16527
16357
  function createChainableTypeChecker(validate) {
16528
16358
  if ("development" !== 'production') {
16529
16359
  var manualPropTypeCallCache = {};
16360
+ var manualPropTypeWarningCount = 0;
16530
16361
  }
16531
16362
  function checkType(isRequired, props, propName, componentName, location, propFullName, secret) {
16532
16363
  componentName = componentName || ANONYMOUS;
@@ -16544,7 +16375,11 @@ module.exports = function(isValidElement, throwOnDirectAccess) {
16544
16375
  } else if ("development" !== 'production' && typeof console !== 'undefined') {
16545
16376
  // Old behavior for people using React.PropTypes
16546
16377
  var cacheKey = componentName + ':' + propName;
16547
- if (!manualPropTypeCallCache[cacheKey]) {
16378
+ if (
16379
+ !manualPropTypeCallCache[cacheKey] &&
16380
+ // Avoid spamming the console because they are often not actionable except for lib authors
16381
+ manualPropTypeWarningCount < 3
16382
+ ) {
16548
16383
  warning(
16549
16384
  false,
16550
16385
  'You are manually calling a React.PropTypes validation ' +
@@ -16556,6 +16391,7 @@ module.exports = function(isValidElement, throwOnDirectAccess) {
16556
16391
  componentName
16557
16392
  );
16558
16393
  manualPropTypeCallCache[cacheKey] = true;
16394
+ manualPropTypeWarningCount++;
16559
16395
  }
16560
16396
  }
16561
16397
  }
@@ -16693,6 +16529,20 @@ module.exports = function(isValidElement, throwOnDirectAccess) {
16693
16529
  return emptyFunction.thatReturnsNull;
16694
16530
  }
16695
16531
 
16532
+ for (var i = 0; i < arrayOfTypeCheckers.length; i++) {
16533
+ var checker = arrayOfTypeCheckers[i];
16534
+ if (typeof checker !== 'function') {
16535
+ warning(
16536
+ false,
16537
+ 'Invalid argument supplid to oneOfType. Expected an array of check functions, but ' +
16538
+ 'received %s at index %s.',
16539
+ getPostfixForTypeWarning(checker),
16540
+ i
16541
+ );
16542
+ return emptyFunction.thatReturnsNull;
16543
+ }
16544
+ }
16545
+
16696
16546
  function validate(props, propName, componentName, location, propFullName) {
16697
16547
  for (var i = 0; i < arrayOfTypeCheckers.length; i++) {
16698
16548
  var checker = arrayOfTypeCheckers[i];
@@ -16825,6 +16675,9 @@ module.exports = function(isValidElement, throwOnDirectAccess) {
16825
16675
  // This handles more types than `getPropType`. Only used for error messages.
16826
16676
  // See `createPrimitiveTypeChecker`.
16827
16677
  function getPreciseType(propValue) {
16678
+ if (typeof propValue === 'undefined' || propValue === null) {
16679
+ return '' + propValue;
16680
+ }
16828
16681
  var propType = getPropType(propValue);
16829
16682
  if (propType === 'object') {
16830
16683
  if (propValue instanceof Date) {
@@ -16836,6 +16689,23 @@ module.exports = function(isValidElement, throwOnDirectAccess) {
16836
16689
  return propType;
16837
16690
  }
16838
16691
 
16692
+ // Returns a string that is postfixed to a warning about an invalid type.
16693
+ // For example, "undefined" or "of type array"
16694
+ function getPostfixForTypeWarning(value) {
16695
+ var type = getPreciseType(value);
16696
+ switch (type) {
16697
+ case 'array':
16698
+ case 'object':
16699
+ return 'an ' + type;
16700
+ case 'boolean':
16701
+ case 'date':
16702
+ case 'regexp':
16703
+ return 'a ' + type;
16704
+ default:
16705
+ return type;
16706
+ }
16707
+ }
16708
+
16839
16709
  // Returns class name of the object, if any.
16840
16710
  function getClassName(propValue) {
16841
16711
  if (!propValue.constructor || !propValue.constructor.name) {
@@ -16850,7 +16720,7 @@ module.exports = function(isValidElement, throwOnDirectAccess) {
16850
16720
  return ReactPropTypes;
16851
16721
  };
16852
16722
 
16853
- },{"132":132,"140":140,"147":147,"149":149,"152":152}],152:[function(_dereq_,module,exports){
16723
+ },{"133":133,"141":141,"148":148,"150":150,"153":153}],153:[function(_dereq_,module,exports){
16854
16724
  /**
16855
16725
  * Copyright 2013-present, Facebook, Inc.
16856
16726
  * All rights reserved.