{"version":3,"sources":["webpack:///./src/main/web/components/ui/confirmation-dialog/ConfirmationDialog.tsx","webpack:///./src/main/web/components/ui/confirmation-dialog/index.ts"],"names":["render","message","onHide","onConfirm","Modal","show","Body","Title","Footer","ButtonGroup","Button","bsStyle","onClick","e","React","Component","ConfirmationDialog"],"mappings":"4IAkBA,OACA,QAQA,4C,+CAqBA,OArBwC,kCACtC,6BAAAA,OAAA,WACQ,iBAAEC,EAAA,EAAAA,QAASC,EAAA,EAAAA,OAAQC,EAAA,EAAAA,UACzB,OACE,gBAAC,EAAAC,MAAK,CAACF,OAAQA,EAAQG,MAAM,GAC3B,gBAAC,EAAAD,MAAME,KAAI,KACT,gBAAC,EAAAF,MAAMG,MAAK,KAAEN,IAEhB,gBAAC,EAAAG,MAAMI,OAAM,KACX,gBAAC,EAAAC,YAAW,KACV,gBAAC,EAAAC,OAAM,CAACC,QAAQ,SAASC,QAAS,SAACC,GAAM,OAAAV,GAAU,KAAM,UAGzD,gBAAC,EAAAO,OAAM,CAACC,QAAQ,UAAUC,QAAS,SAACC,GAAM,OAAAV,GAAU,KAAK,eAQrE,mBArBA,CAAwCW,EAAMC,WAAjC,EAAAC,sB,2ECRb","file":"default~app~mp-admin-page-manager~mp-admin-repository-mgmt~mp-app-upload~mp-internal-page-editor~mp-~03a0b6c2-e83fbbe29394990791e2.js","sourcesContent":["/**\n * ResearchSpace\n * Copyright (C) 2020, © Trustees of the British Museum\n * Copyright (C) 2015-2019, metaphacts GmbH\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program. If not, see .\n */\nimport * as React from 'react';\nimport { Modal, Button, ButtonGroup } from 'react-bootstrap';\n\nexport interface Props {\n message: string;\n onHide: () => void;\n onConfirm: (confirm: boolean) => void;\n}\n\nexport class ConfirmationDialog extends React.Component {\n render() {\n const { message, onHide, onConfirm } = this.props;\n return (\n \n \n {message}\n \n \n \n \n \n \n \n \n );\n }\n}\n","/**\n * ResearchSpace\n * Copyright (C) 2020, © Trustees of the British Museum\n * Copyright (C) 2015-2019, metaphacts GmbH\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program. If not, see .\n */\n\nexport * from './ConfirmationDialog';\n"],"sourceRoot":""}