{"version":3,"sources":["node_modules\\react-dom\\lib\\SyntheticFocusEvent.js"],"names":["SyntheticUIEvent","require","FocusEventInterface","relatedTarget","SyntheticFocusEvent","dispatchConfig","dispatchMarker","nativeEvent","nativeEventTarget","call","augmentClass","module","exports"],"mappings":";;;;;;;;;;AAUA;;AAEA,GAAIA,kBAAmBC,QAAQ,oBAAR,CAAvB;;;;;;AAMA,GAAIC,qBAAsB;AACxBC,cAAe,IADS,CAA1B;;;;;;;;;AAUA,QAASC,oBAAT,CAA6BC,cAA7B,CAA6CC,cAA7C,CAA6DC,WAA7D,CAA0EC,iBAA1E,CAA6F;AAC3F,MAAOR,kBAAiBS,IAAjB,CAAsB,IAAtB,CAA4BJ,cAA5B,CAA4CC,cAA5C,CAA4DC,WAA5D,CAAyEC,iBAAzE,CAAP;AACD;;AAEDR,iBAAiBU,YAAjB,CAA8BN,mBAA9B,CAAmDF,mBAAnD;;AAEAS,OAAOC,OAAP,CAAiBR,mBAAjB","file":"SyntheticFocusEvent.js","sourceRoot":"d:/Work/Office/react-native-on-web/cli/tmpl/project","sourcesContent":["/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar SyntheticUIEvent = require('./SyntheticUIEvent');\n\n/**\n * @interface FocusEvent\n * @see http://www.w3.org/TR/DOM-Level-3-Events/\n */\nvar FocusEventInterface = {\n  relatedTarget: null\n};\n\n/**\n * @param {object} dispatchConfig Configuration used to dispatch this event.\n * @param {string} dispatchMarker Marker identifying the event target.\n * @param {object} nativeEvent Native browser event.\n * @extends {SyntheticUIEvent}\n */\nfunction SyntheticFocusEvent(dispatchConfig, dispatchMarker, nativeEvent, nativeEventTarget) {\n  return SyntheticUIEvent.call(this, dispatchConfig, dispatchMarker, nativeEvent, nativeEventTarget);\n}\n\nSyntheticUIEvent.augmentClass(SyntheticFocusEvent, FocusEventInterface);\n\nmodule.exports = SyntheticFocusEvent;"]}