|
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> |
|---|
|
|
| demo/index.html |
|---|
| demo/partials/confirm-dialog.html 0 → 100644 |
|---|
| src/js/components/confirm-popup.js 0 → 100644 |
|---|
| src/js/components/modals.js 0 → 100644 |
|---|
| src/js/index.js |
|---|
| src/vue/components/GnConfirmDialog.js 0 → 100644 |
|---|
| src/vue/index.js |
|---|
| src/vue/plugin.js |
|---|