Add v-click-outside-x directive

https://www.npmjs.com/package/v-click-outside-x

This is required for event capturing which is not supported in the cyrrent hand-rolled directive.

It also supports `pointerevents` and is far more economical about adding event listeners to document.
This commit is contained in:
Graham Fairweather 2018-02-28 14:20:55 +01:00
parent 2073853e87
commit e8de34ae64
3 changed files with 886 additions and 762 deletions

1177
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -47,7 +47,8 @@
"lodash.throttle": "^4.1.1",
"popper.js": "^0.6.4",
"regexp.escape": "^1.0.2",
"tinycolor2": "^1.4.1"
"tinycolor2": "^1.4.1",
"v-click-outside-x": "^2.0.0"
},
"peerDependencies": {
"vue": "^2.5.2"

466
yarn.lock

File diff suppressed because it is too large Load diff