@dialpad/dialtone-vue 3.88.0 → 3.89.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 +29 -0
- package/dist/component-documentation.json +1 -1
- package/dist/dialtone-vue.cjs +5 -5
- package/dist/dialtone-vue.js +1623 -2191
- package/dist/{emoji-3ea15d88.js → emoji-e5c98301.js} +16 -16
- package/dist/emoji.js +4 -4
- package/dist/message_input.cjs +17 -17
- package/dist/message_input.js +4053 -3748
- package/dist/{notice-1ead279e.js → stack-5e05e7f3.js} +926 -334
- package/dist/stack-96a00d5c.cjs +2 -0
- package/dist/style.css +1 -1
- package/dist/types/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.d.ts +13 -0
- package/dist/types/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/extensions/emoji/suggestion.d.ts.map +1 -1
- package/dist/types/components/rich_text_editor/extensions/mentions/MentionComponent.vue.d.ts +71 -0
- package/dist/types/components/rich_text_editor/extensions/mentions/MentionComponent.vue.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.d.ts +16 -0
- package/dist/types/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/extensions/mentions/mention.d.ts +2 -0
- package/dist/types/components/rich_text_editor/extensions/mentions/mention.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/extensions/mentions/suggestion.d.ts +10 -0
- package/dist/types/components/rich_text_editor/extensions/mentions/suggestion.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/extensions/{emoji/EmojiList.vue.d.ts → suggestion/SuggestionList.vue.d.ts} +17 -1
- package/dist/types/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/mention_suggestion.d.ts +11 -0
- package/dist/types/components/rich_text_editor/mention_suggestion.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/rich_text_editor.vue.d.ts +31 -0
- package/dist/types/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -1
- package/dist/types/components/root_layout/root_layout.vue.d.ts +3 -6
- package/dist/types/components/root_layout/root_layout.vue.d.ts.map +1 -1
- package/dist/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +7 -2
- package/dist/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts.map +1 -1
- package/dist/types/recipes/leftbar/callbox/callbox.vue.d.ts +1 -1
- package/dist/types/recipes/leftbar/contact_row/contact_row.vue.d.ts +1 -1
- package/dist/types/recipes/list_items/contact_info/contact_info.vue.d.ts +1 -1
- package/package.json +13 -12
- package/dist/notice-876cf6fe.cjs +0 -2
- package/dist/types/components/rich_text_editor/extensions/emoji/EmojiList.vue.d.ts.map +0 -1
|
@@ -104565,7 +104565,7 @@ export {
|
|
|
104565
104565
|
qpe as Y,
|
|
104566
104566
|
Bpe as Z,
|
|
104567
104567
|
se as _,
|
|
104568
|
-
|
|
104568
|
+
gn as a,
|
|
104569
104569
|
Lpe as a0,
|
|
104570
104570
|
Upe as a1,
|
|
104571
104571
|
Gpe as a2,
|
|
@@ -104604,27 +104604,27 @@ export {
|
|
|
104604
104604
|
M3e as ax,
|
|
104605
104605
|
r3e as ay,
|
|
104606
104606
|
c3e as az,
|
|
104607
|
-
|
|
104608
|
-
|
|
104609
|
-
|
|
104610
|
-
|
|
104611
|
-
|
|
104607
|
+
c5e as b,
|
|
104608
|
+
Ft as c,
|
|
104609
|
+
U_e as d,
|
|
104610
|
+
j5e as e,
|
|
104611
|
+
hpe as f,
|
|
104612
104612
|
Wa as g,
|
|
104613
104613
|
gt as h,
|
|
104614
104614
|
Dn as i,
|
|
104615
|
-
|
|
104616
|
-
|
|
104617
|
-
|
|
104618
|
-
|
|
104619
|
-
|
|
104620
|
-
|
|
104621
|
-
|
|
104622
|
-
|
|
104623
|
-
|
|
104615
|
+
mpe as j,
|
|
104616
|
+
F3e as k,
|
|
104617
|
+
Mge as l,
|
|
104618
|
+
s3e as m,
|
|
104619
|
+
ho as n,
|
|
104620
|
+
Mn as o,
|
|
104621
|
+
g3e as p,
|
|
104622
|
+
Z3e as q,
|
|
104623
|
+
Hpe as r,
|
|
104624
104624
|
Ko as s,
|
|
104625
104625
|
ja as t,
|
|
104626
104626
|
y3e as u,
|
|
104627
|
-
|
|
104627
|
+
Qpe as v,
|
|
104628
104628
|
t5e as w,
|
|
104629
104629
|
D5e as x,
|
|
104630
104630
|
bn as y,
|
package/dist/emoji.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { af as j,
|
|
1
|
+
import { k as o, I as n, aj as l, ak as m } from "./emoji-e5c98301.js";
|
|
2
|
+
import { af as j, q as u, ag as f, ai as g, ah as S, m as y, an as I, am as D, ar as T, ap as C, aq as _, ao as O, as as A, al as J, aB as U, at as x, ax as M, aw as R, av as L, au as k, s as $, aA as v, az as z, ay as F } from "./emoji-e5c98301.js";
|
|
3
3
|
import { h as r } from "vue";
|
|
4
4
|
const d = {
|
|
5
5
|
name: "DtEmojiTextWrapper",
|
|
@@ -106,8 +106,8 @@ export {
|
|
|
106
106
|
M as setCustomEmojiJson,
|
|
107
107
|
R as setCustomEmojiUrl,
|
|
108
108
|
L as setEmojiAssetUrlLarge,
|
|
109
|
-
|
|
110
|
-
|
|
109
|
+
k as setEmojiAssetUrlSmall,
|
|
110
|
+
$ as shortcodeToEmojiData,
|
|
111
111
|
v as stringToUnicode,
|
|
112
112
|
z as unicodeToString,
|
|
113
113
|
F as validateCustomEmojiJson
|