bkui-vue 0.0.1-beta.176 → 0.0.1-beta.177
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +16 -16
- package/dist/index.esm.js +3 -0
- package/dist/index.umd.js +16 -16
- package/lib/directives/index.js +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -11130,6 +11130,9 @@ const ClickOutside = {
|
|
11130
11130
|
nodeList$1.delete(el);
|
11131
11131
|
}
|
11132
11132
|
};
|
11133
|
+
ClickOutside.install = (app) => {
|
11134
|
+
app.directive("bkTooltips", ClickOutside);
|
11135
|
+
};
|
11133
11136
|
const nodeList = /* @__PURE__ */ new Map();
|
11134
11137
|
const tooltips = {
|
11135
11138
|
beforeMount(el, binding) {
|