@dialpad/dialtone-vue 2.97.0 → 2.98.0
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/CHANGELOG.json +1 -1
- package/CHANGELOG.md +7 -0
- package/dist/dialtone-vue.cjs +2 -2
- package/dist/dialtone-vue.js +4 -4
- package/dist/emoji-34a4417c.cjs +1 -0
- package/dist/{emoji_text_wrapper-fb5b8fa3.js → emoji-75ad085c.js} +966 -909
- package/dist/emoji.cjs +1 -1
- package/dist/emoji.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +18 -18
- package/dist/emoji_text_wrapper-15660494.cjs +0 -1
package/dist/dialtone-vue.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import ae from "vue";
|
|
2
|
-
import { n as h, I as Cn, D as fi, d as hi, a as mi, b as Rn, c as gi } from "./
|
|
3
|
-
import { e as uv, h as pv, g as fv, f as hv, l as mv, S as gv, i as vv, k as _v, j as bv } from "./
|
|
2
|
+
import { n as h, I as Cn, D as fi, d as hi, a as mi, b as Rn, c as gi } from "./emoji-75ad085c.js";
|
|
3
|
+
import { e as uv, h as pv, g as fv, f as hv, l as mv, S as gv, i as vv, k as _v, j as bv } from "./emoji-75ad085c.js";
|
|
4
4
|
const oe = {
|
|
5
5
|
ERROR: "error",
|
|
6
6
|
WARNING: "warning",
|
|
@@ -9731,9 +9731,9 @@ const dp = {
|
|
|
9731
9731
|
},
|
|
9732
9732
|
onEnterAnchor(t) {
|
|
9733
9733
|
if (this.delay)
|
|
9734
|
-
this.inTimer = setTimeout(function(e) {
|
|
9734
|
+
this.inTimer = setTimeout((function(e) {
|
|
9735
9735
|
return this.triggerShow(e);
|
|
9736
|
-
}.bind(this, t), sp);
|
|
9736
|
+
}).bind(this, t), sp);
|
|
9737
9737
|
else
|
|
9738
9738
|
return this.triggerShow(t);
|
|
9739
9739
|
},
|