@dialpad/dialtone-vue 2.97.0 → 2.98.1
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 +14 -0
- package/dist/dialtone-vue.cjs +13 -13
- package/dist/dialtone-vue.js +6 -5
- 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/dist/types/components/modal/index.d.ts +1 -1
- package/package.json +23 -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
|
},
|
|
@@ -13963,7 +13963,7 @@ var Am = function() {
|
|
|
13963
13963
|
null
|
|
13964
13964
|
);
|
|
13965
13965
|
const tv = Pm.exports, Mm = {
|
|
13966
|
-
name: "
|
|
13966
|
+
name: "DtRecipeContactRow",
|
|
13967
13967
|
components: {
|
|
13968
13968
|
DtAvatar: Jt,
|
|
13969
13969
|
DtRecipeGeneralRow: si,
|
|
@@ -14787,6 +14787,7 @@ export {
|
|
|
14787
14787
|
H as LEFTBAR_GENERAL_ROW_TYPES,
|
|
14788
14788
|
xn as LINK_KIND_MODIFIERS,
|
|
14789
14789
|
Cs as LINK_VARIANTS,
|
|
14790
|
+
Fa as MODAL_BANNER_KINDS,
|
|
14790
14791
|
Na as MODAL_KIND_MODIFIERS,
|
|
14791
14792
|
Ba as MODAL_SIZE_MODIFIERS,
|
|
14792
14793
|
Dh as MULTI_SELECT_SIZES,
|