vue-a11y-dialog
vue-a11y-dialog copied to clipboard
Vue.js component for a11y-dialog
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.7.13 to 2.9.13. Release notes Sourced from vite's releases. [email protected] Please refer to CHANGELOG.md for details. [email protected] Please refer to CHANGELOG.md for details. [email protected] Please refer to...
Thank you for the wrapper, it made my day! I just added a couple (possibly) useful events, fired when the modal is opening/closing and after the show/hide methods have been...
Instead of only firing an event when the dialog is created it would be great to be able to watch for an event when the user hides the dialog. As...
I use this plugin to display a form that use various calls to Vue i18n `$t` function. It systematically throws the following error: ``` TypeError: i18n is undefined ``` If...
Reproduction: https://codesandbox.io/s/1kl2y22kj Maybe of interest: https://github.com/LinusBorg/portal-vue/issues/34 Currently not sure whats going on, i'll try to look into it later if no one has a quick answer :D I'm also not...
When checking on the published package, I noticed that the build expects `regeneratorRuntime` to be defined globally, which will be true in 99% due to the wide adoption of Babel,...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.9.13 to 2.9.16. Changelog Sourced from vite's changelog. 2.9.16 (2023-05-26) fix: port #13348 to v2, fs.deny with leading double slash (#13350) (7d8100a), closes #13348 #13350 2.9.15 (2022-08-12)...
Can you provide typescript types for this component? When importing in typescript file I get: Could not find a declaration file for module 'vue-a11y-dialog'. '.../node_modules/vue-a11y-dialog/dist/vue-a11y-dialog.umd.js' implicitly has an 'any' type....