@dialpad/dialtone-vue 3.91.0 → 3.92.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 +14 -0
- package/dist/component-documentation.json +1 -1
- package/dist/dialtone-vue.cjs +4 -4
- package/dist/dialtone-vue.js +12 -11
- package/dist/{emoji-131e3eda.js → emoji-83163b7b.js} +6259 -6176
- package/dist/emoji-f3e4b2ca.cjs +25 -0
- package/dist/emoji.cjs +1 -1
- package/dist/emoji.js +2 -2
- package/dist/{message_input-4bede2c7.js → message_input-46ebe433.js} +29 -16
- package/dist/{message_input-0c6b468f.cjs → message_input-4b60e253.cjs} +2 -2
- package/dist/message_input.cjs +1 -1
- package/dist/message_input.js +2 -2
- package/dist/style.css +1 -1
- package/dist/types/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.d.ts +2 -2
- package/dist/types/components/rich_text_editor/extensions/emoji/emoji.d.ts.map +1 -1
- package/dist/types/components/rich_text_editor/extensions/emoji/suggestion.d.ts +4 -1
- package/dist/types/components/rich_text_editor/extensions/emoji/suggestion.d.ts.map +1 -1
- package/dist/types/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.d.ts +1 -0
- package/dist/types/components/rich_text_editor/mention_suggestion.d.ts +1 -1
- package/dist/types/components/rich_text_editor/rich_text_editor.vue.d.ts +6 -6
- package/dist/types/components/tooltip/tooltip.vue.d.ts +20 -4
- package/dist/types/components/tooltip/tooltip.vue.d.ts.map +1 -1
- package/dist/types/components/tooltip/tooltip_variants.vue.d.ts +1 -0
- package/package.json +17 -5
- package/dist/emoji-b45991f0.cjs +0 -25
package/dist/dialtone-vue.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { D as ga, a as ba, b as _a, M as at, S as Ee, N as _t, c as Wa, d as nt, e as yt, f as ya, L as ut, P as vt, g as Va, h as it, i as Ha } from "./message_input-
|
|
2
|
-
import { n as au, o as nu, m as iu, j as su, k as ru, l as ou, A as lu, p as du, u as cu, y as uu, x as hu, r as fu, t as mu, q as pu, s as gu, v as bu, w as _u } from "./message_input-
|
|
3
|
-
import { _ as C, D as F, u as he, I as Ua, M as ja, h as se, a as Ka, g as ie, b as X, c as St, e as He, E as G, d as xe, v as va, f as Yt, i as pt, j as Sa, C as wa, G as Ca, k as wt, L as Ga, l as Ya, m as Qa, n as Ct, s as It, o as Za } from "./emoji-
|
|
4
|
-
import { a2 as vu, q as Su, p as wu, a1 as Cu, Q as Iu, U as ku, S as Ou, R as Tu, A as Du, z as Lu, a3 as Eu, a5 as xu, a4 as Au, a0 as Mu, w as Pu, t as Ru, y as $u, x as Nu, $ as Bu, W as zu, X as qu, Z as Fu, Y as Wu, H as Vu, F as Hu, T as Uu, B as ju, K as Ku, J as Gu, P as Yu, N as Qu, O as Zu, V as Xu, r as Ju } from "./emoji-
|
|
1
|
+
import { D as ga, a as ba, b as _a, M as at, S as Ee, N as _t, c as Wa, d as nt, e as yt, f as ya, L as ut, P as vt, g as Va, h as it, i as Ha } from "./message_input-46ebe433.js";
|
|
2
|
+
import { n as au, o as nu, m as iu, j as su, k as ru, l as ou, A as lu, p as du, u as cu, y as uu, x as hu, r as fu, t as mu, q as pu, s as gu, v as bu, w as _u } from "./message_input-46ebe433.js";
|
|
3
|
+
import { _ as C, D as F, u as he, I as Ua, M as ja, h as se, a as Ka, g as ie, b as X, c as St, e as He, E as G, d as xe, v as va, f as Yt, i as pt, j as Sa, C as wa, G as Ca, k as wt, L as Ga, l as Ya, m as Qa, n as Ct, s as It, o as Za } from "./emoji-83163b7b.js";
|
|
4
|
+
import { a2 as vu, q as Su, p as wu, a1 as Cu, Q as Iu, U as ku, S as Ou, R as Tu, A as Du, z as Lu, a3 as Eu, a5 as xu, a4 as Au, a0 as Mu, w as Pu, t as Ru, y as $u, x as Nu, $ as Bu, W as zu, X as qu, Z as Fu, Y as Wu, H as Vu, F as Hu, T as Uu, B as ju, K as Ku, J as Gu, P as Yu, N as Qu, O as Zu, V as Xu, r as Ju } from "./emoji-83163b7b.js";
|
|
5
5
|
import { resolveComponent as g, openBlock as o, createElementBlock as u, normalizeClass as w, createCommentVNode as S, createVNode as b, createElementVNode as p, renderSlot as m, createTextVNode as z, toDisplayString as D, normalizeStyle as ke, withKeys as oe, createBlock as O, withCtx as f, mergeProps as k, Fragment as Z, renderList as te, withModifiers as ue, normalizeProps as Ue, Transition as kt, withDirectives as Ce, resolveDynamicComponent as ye, guardReactiveProps as Ot, vShow as Ie, toHandlers as V, Teleport as Xa, warn as st, reactive as Qt, ref as Q, computed as we, watch as We, onMounted as Ia, nextTick as Ja, unref as A, markRaw as en, shallowReactive as tn, h as an, provide as nn, createSlots as Tt, createStaticVNode as sn, pushScopeId as rn, popScopeId as on } from "vue";
|
|
6
6
|
import { DtEmojiTextWrapper as Dt } from "./emoji.js";
|
|
7
7
|
const Zt = {
|
|
@@ -10241,12 +10241,13 @@ function bd(e, a, t, s, i, n) {
|
|
|
10241
10241
|
"data-qa": "dt-feed-item-row"
|
|
10242
10242
|
}, V(n.feedListeners)), {
|
|
10243
10243
|
left: f(() => [
|
|
10244
|
-
t.showHeader ? (
|
|
10245
|
-
|
|
10246
|
-
|
|
10247
|
-
|
|
10248
|
-
|
|
10249
|
-
|
|
10244
|
+
t.showHeader ? m(e.$slots, "avatar", { key: 0 }, () => [
|
|
10245
|
+
b(r, {
|
|
10246
|
+
"full-name": t.displayName,
|
|
10247
|
+
"image-src": t.avatarImageUrl,
|
|
10248
|
+
seed: t.avatarSeed
|
|
10249
|
+
}, null, 8, ["full-name", "image-src", "seed"])
|
|
10250
|
+
], !0) : S("", !0),
|
|
10250
10251
|
t.showHeader ? S("", !0) : Ce((o(), u("div", {
|
|
10251
10252
|
key: 1,
|
|
10252
10253
|
class: "d-fs-100 d-fw-normal d-ws-nowrap d-lh-100 d-fc-tertiary d-mb6 d-h100p d-mt16",
|
|
@@ -10291,7 +10292,7 @@ function bd(e, a, t, s, i, n) {
|
|
|
10291
10292
|
_: 3
|
|
10292
10293
|
}, 16, ["class"]);
|
|
10293
10294
|
}
|
|
10294
|
-
const Gc = /* @__PURE__ */ C(cd, [["render", bd], ["__scopeId", "data-v-
|
|
10295
|
+
const Gc = /* @__PURE__ */ C(cd, [["render", bd], ["__scopeId", "data-v-5db9c697"]]), fa = {
|
|
10295
10296
|
default: "dt-feed-item-pill--border-default",
|
|
10296
10297
|
ai: "dt-feed-item-pill--border-ai",
|
|
10297
10298
|
critical: "dt-feed-item-pill--border-critical"
|