SYMBOL INDEX (52 symbols across 12 files) FILE: examples/cancel/components/App.js class App (line 6) | class App extends Component { method constructor (line 7) | constructor(props, context) { method render (line 14) | render() { FILE: examples/complex/components/App.js class App (line 6) | class App extends Component { method constructor (line 7) | constructor(props, context) { method render (line 14) | render() { FILE: examples/component-as-body/components/App.js class App (line 8) | class App extends Component { method constructor (line 9) | constructor(props, context) { method render (line 16) | render() { FILE: examples/esc/components/App.js class App (line 6) | class App extends Component { method constructor (line 7) | constructor(props, context) { method render (line 14) | render() { FILE: examples/history-change/components/App.js class App (line 7) | class App extends Component { method constructor (line 8) | constructor(props, context) { method componentDidMount (line 15) | componentDidMount() { method componentWillUnmount (line 19) | componentWillUnmount() { method render (line 31) | render() { FILE: examples/input/components/App.js class App (line 6) | class App extends Component { method constructor (line 7) | constructor(props, context) { method render (line 14) | render() { FILE: examples/outside-click/components/App.js class App (line 6) | class App extends Component { method constructor (line 7) | constructor(props, context) { method render (line 14) | render() { FILE: examples/show-input-error/components/App.js class App (line 7) | class App extends Component { method constructor (line 8) | constructor(props, context) { method render (line 15) | render() { FILE: examples/simple/components/App.js class App (line 6) | class App extends Component { method constructor (line 7) | constructor(props, context) { method render (line 14) | render() { FILE: src/SweetAlert.js constant ALLOWS_KEYS (line 9) | const ALLOWS_KEYS = [ constant REMOVED_KEYS (line 29) | const REMOVED_KEYS = [ constant OVERWRITE_PROPS (line 37) | const OVERWRITE_PROPS = { constant ALLOWS_INPUT_TYPES (line 45) | const ALLOWS_INPUT_TYPES = [ function warningRemoved (line 71) | function warningRemoved(props) { class SweetAlert (line 81) | class SweetAlert extends Component { method imageSize (line 95) | imageSize(props, propName) { method constructor (line 143) | constructor(props, context) { method componentDidMount (line 148) | componentDidMount() { method componentWillReceiveProps (line 156) | componentWillReceiveProps(props) { method componentWillUnmount (line 174) | componentWillUnmount() { method setupWithProps (line 179) | setupWithProps(props) { method registerOutsideClickHandler (line 194) | registerOutsideClickHandler(handler) { method unregisterOutsideClickHandler (line 202) | unregisterOutsideClickHandler() { method enableOutsideClick (line 207) | enableOutsideClick() { method disableOutsideClick (line 215) | disableOutsideClick() { method bindEscapeKey (line 223) | bindEscapeKey(onEscapeKey) { method unbindEscapeKey (line 227) | unbindEscapeKey() { method handleClick (line 231) | handleClick(isConfirm, onConfirm, onCancel) { method handleClose (line 239) | handleClose(onClose) { method render (line 248) | render() { FILE: src/utils/isDOMEquals.js function isDOMEquals (line 8) | function isDOMEquals(dom1, dom2) { FILE: src/utils/outsideTargetHandlerFactory.js function outsideTargetHandlerFactory (line 9) | function outsideTargetHandlerFactory(targetNode, eventHandler) {