@dialpad/dialtone-vue 3.96.3 → 3.97.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 +12 -0
- package/dist/dialtone-vue.cjs +4 -4
- package/dist/dialtone-vue.js +497 -485
- package/dist/emoji.cjs +1 -1
- package/dist/emoji.js +18 -17
- package/dist/emoji_picker-Mxqzrrbr.js +959 -0
- package/dist/emoji_picker-o0hHRpcs.cjs +1 -0
- package/dist/message_input.cjs +1 -1
- package/dist/message_input.js +1 -1
- package/dist/style.css +1 -1
- package/dist/types/components/emoji_picker/composables/useKeyboardNavigation.d.ts +3 -4
- package/dist/types/components/emoji_picker/composables/useKeyboardNavigation.d.ts.map +1 -1
- package/dist/types/components/emoji_picker/emoji_picker_constants.d.ts +6 -0
- package/dist/types/components/emoji_picker/emoji_picker_constants.d.ts.map +1 -1
- package/dist/types/components/emoji_picker/modules/emoji_selector.vue.d.ts.map +1 -1
- package/dist/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts +15 -0
- package/dist/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/emoji_picker-MrGLDXUn.js +0 -921
- package/dist/emoji_picker-gkXbSV3i.cjs +0 -1
- package/dist/types/components/emoji_picker/composables/useEmojiSelector.d.ts +0 -5
- package/dist/types/components/emoji_picker/composables/useEmojiSelector.d.ts.map +0 -1
package/dist/emoji.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./emoji-zMlz3b9J.cjs"),t=require("./emoji_text_wrapper-5mWcPQ4m.cjs"),o=require("./emoji_picker-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./emoji-zMlz3b9J.cjs"),t=require("./emoji_text_wrapper-5mWcPQ4m.cjs"),o=require("./emoji_picker-o0hHRpcs.cjs");require("vue");require("./tooltip-gZ2LW6l0.cjs");exports.DtEmoji=e.DtEmoji;exports.codeToEmojiData=e.codeToEmojiData;Object.defineProperty(exports,"customEmojiAssetUrl",{enumerable:!0,get:()=>e.customEmojiAssetUrl});exports.defaultEmojiAssetUrl=e.defaultEmojiAssetUrl;Object.defineProperty(exports,"emojiFileExtensionLarge",{enumerable:!0,get:()=>e.emojiFileExtensionLarge});Object.defineProperty(exports,"emojiFileExtensionSmall",{enumerable:!0,get:()=>e.emojiFileExtensionSmall});Object.defineProperty(exports,"emojiImageUrlLarge",{enumerable:!0,get:()=>e.emojiImageUrlLarge});Object.defineProperty(exports,"emojiImageUrlSmall",{enumerable:!0,get:()=>e.emojiImageUrlSmall});exports.emojiJson=e.emojiJson;exports.emojiVersion=e.emojiVersion;exports.filterValidShortCodes=e.filterValidShortCodes;exports.findEmojis=e.findEmojis;exports.findShortCodes=e.findShortCodes;exports.getEmojiData=e.getEmojiData;exports.setCustomEmojiJson=e.setCustomEmojiJson;exports.setCustomEmojiUrl=e.setCustomEmojiUrl;exports.setEmojiAssetUrlLarge=e.setEmojiAssetUrlLarge;exports.setEmojiAssetUrlSmall=e.setEmojiAssetUrlSmall;exports.shortcodeToEmojiData=e.shortcodeToEmojiData;exports.stringToUnicode=e.stringToUnicode;exports.unicodeToString=e.unicodeToString;exports.validateCustomEmojiJson=e.validateCustomEmojiJson;exports.DtEmojiTextWrapper=t._sfc_main;exports.ARROW_KEYS=o.ARROW_KEYS;exports.CDN_URL=o.CDN_URL;exports.DtEmojiPicker=o._sfc_main;exports.EMOJIS_PER_ROW=o.EMOJIS_PER_ROW;exports.EMOJI_PICKER_CATEGORIES=o.EMOJI_PICKER_CATEGORIES;exports.EMOJI_PICKER_SKIN_TONE_MODIFIERS=o.EMOJI_PICKER_SKIN_TONE_MODIFIERS;
|
package/dist/emoji.js
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
|
-
import { D as i, o as m, c as t, d as r, g as E, b as j, f as l, a as n, h as d, e as
|
|
2
|
-
import { _ as
|
|
3
|
-
import { C as
|
|
1
|
+
import { D as i, o as m, c as t, d as r, g as E, b as j, f as l, a as n, h as d, e as _, q as I, r as S, p as C, i as g, l as D, k as R, j as U, s as f, m as p, n as O, u as c, v as u } from "./emoji-64scMQZS.js";
|
|
2
|
+
import { _ as T } from "./emoji_text_wrapper-GCssca4o.js";
|
|
3
|
+
import { A as J, C as h, _ as K, E as L, b as M, a as P } from "./emoji_picker-Mxqzrrbr.js";
|
|
4
4
|
import "vue";
|
|
5
5
|
import "./tooltip-H27s49LR.js";
|
|
6
6
|
export {
|
|
7
|
-
|
|
7
|
+
J as ARROW_KEYS,
|
|
8
|
+
h as CDN_URL,
|
|
8
9
|
i as DtEmoji,
|
|
9
|
-
|
|
10
|
-
|
|
10
|
+
K as DtEmojiPicker,
|
|
11
|
+
T as DtEmojiTextWrapper,
|
|
11
12
|
L as EMOJIS_PER_ROW,
|
|
12
13
|
M as EMOJI_PICKER_CATEGORIES,
|
|
13
14
|
P as EMOJI_PICKER_SKIN_TONE_MODIFIERS,
|
|
@@ -19,17 +20,17 @@ export {
|
|
|
19
20
|
l as emojiImageUrlLarge,
|
|
20
21
|
n as emojiImageUrlSmall,
|
|
21
22
|
d as emojiJson,
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
23
|
+
_ as emojiVersion,
|
|
24
|
+
I as filterValidShortCodes,
|
|
25
|
+
S as findEmojis,
|
|
26
|
+
C as findShortCodes,
|
|
26
27
|
g as getEmojiData,
|
|
27
28
|
D as setCustomEmojiJson,
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
29
|
+
R as setCustomEmojiUrl,
|
|
30
|
+
U as setEmojiAssetUrlLarge,
|
|
31
|
+
f as setEmojiAssetUrlSmall,
|
|
32
|
+
p as shortcodeToEmojiData,
|
|
33
|
+
O as stringToUnicode,
|
|
34
|
+
c as unicodeToString,
|
|
35
|
+
u as validateCustomEmojiJson
|
|
35
36
|
};
|