bkui-vue 2.0.2-beta.87 → 2.0.2-beta.88
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 +2 -2
- package/dist/index.esm.js +2 -2
- package/dist/index.umd.js +2 -2
- package/lib/index.js +1 -1
- package/lib/modal/index.js +5 -2
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -23110,7 +23110,7 @@ const XV = (e) => {
|
|
|
23110
23110
|
const b = () => {
|
|
23111
23111
|
t.emit("close");
|
|
23112
23112
|
}, w = (_) => {
|
|
23113
|
-
_.
|
|
23113
|
+
_.target === l.value && (_.preventDefault(), e.quickClose && (t.emit("quick-close"), t.emit("close")));
|
|
23114
23114
|
}, C = (_) => {
|
|
23115
23115
|
e.isShow && e.escClose && _.keyCode === 27 && b();
|
|
23116
23116
|
};
|
|
@@ -39738,7 +39738,7 @@ const eG = (e, t) => {
|
|
|
39738
39738
|
}, dG = {
|
|
39739
39739
|
createInstall: h7,
|
|
39740
39740
|
install: h7()
|
|
39741
|
-
}, rG = "2.0.2-beta.
|
|
39741
|
+
}, rG = "2.0.2-beta.88";
|
|
39742
39742
|
window.__bkui_vue_version__ = rG;
|
|
39743
39743
|
export {
|
|
39744
39744
|
kb as $bkPopover,
|