Add GnConfirmDialog and confirmPopup helper
- Create GnConfirmDialog Vue component wrapping GnModal
- Add browser Modals helper and confirmPopup for gnexus-ui-kit compatibility
- Wire exports in src/js/index.js, src/vue/index.js and plugin
- Add demo partial for confirm dialog
- Build and e2e tests pass (17/17)

Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 93b0792 commit d33b51a6acea3ea6bf9f3e38892ceaaef380ba54
@Eugene Sukhodolskiy Eugene Sukhodolskiy authored 1 day ago
Showing 8 changed files
View
demo/index.html
View
demo/partials/confirm-dialog.html 0 → 100644
View
src/js/components/confirm-popup.js 0 → 100644
View
src/js/components/modals.js 0 → 100644
View
src/js/index.js
View
src/vue/components/GnConfirmDialog.js 0 → 100644
View
src/vue/index.js
View
src/vue/plugin.js