@dialpad/dialtone-vue 3.222.2 → 3.222.3
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/dist/component-documentation.json +1 -1
- package/dist/components/combobox_with_popover/combobox_with_popover.vue.d.ts +18 -1
- package/dist/components/combobox_with_popover/combobox_with_popover.vue.d.ts.map +1 -1
- package/dist/components/dropdown/dropdown.vue.d.ts +18 -1
- package/dist/components/dropdown/dropdown.vue.d.ts.map +1 -1
- package/dist/components/hovercard/hovercard.vue.d.ts +40 -4
- package/dist/components/hovercard/hovercard.vue.d.ts.map +1 -1
- package/dist/components/popover/popover.vue.d.ts +18 -1
- package/dist/components/popover/popover.vue.d.ts.map +1 -1
- package/dist/components/popover/popover_constants.d.ts +2 -0
- package/dist/components/popover/popover_constants.d.ts.map +1 -1
- package/dist/components/popover/tippy_utils.d.ts +1 -1
- package/dist/components/popover/tippy_utils.d.ts.map +1 -1
- package/dist/components/rich_text_editor/extensions/variable/VariableComponent.vue.d.ts +18 -1
- package/dist/components/rich_text_editor/extensions/variable/VariableComponent.vue.d.ts.map +1 -1
- package/dist/components/split_button/split_button.vue.d.ts +18 -1
- package/dist/components/split_button/split_button.vue.d.ts.map +1 -1
- package/dist/components/tooltip/tooltip.vue.d.ts +2 -2
- package/dist/dialtone-vue.cjs +1 -1
- package/dist/dialtone-vue.js +2 -2
- package/dist/lib/editor/editor.cjs +1 -1
- package/dist/lib/editor/editor.js +1 -1
- package/dist/lib/message-input/index.cjs +1 -1
- package/dist/lib/message-input/index.js +1 -1
- package/dist/lib/message-input/message-input.cjs +1 -1
- package/dist/lib/message-input/message-input.js +1 -1
- package/dist/lib/popover/popover-constants.cjs +1 -1
- package/dist/lib/popover/popover-constants.cjs.map +1 -1
- package/dist/lib/popover/popover-constants.js +14 -9
- package/dist/lib/popover/popover-constants.js.map +1 -1
- package/dist/lib/popover/popover.cjs +1 -1
- package/dist/lib/popover/popover.cjs.map +1 -1
- package/dist/lib/popover/popover.js +55 -46
- package/dist/lib/popover/popover.js.map +1 -1
- package/dist/lib/popover/tippy-utils.cjs +1 -1
- package/dist/lib/popover/tippy-utils.cjs.map +1 -1
- package/dist/lib/popover/tippy-utils.js +2 -1
- package/dist/lib/popover/tippy-utils.js.map +1 -1
- package/dist/lib/rich-text-editor/index.cjs +1 -1
- package/dist/lib/rich-text-editor/index.js +1 -1
- package/dist/lib/rich-text-editor/markdownRenderer.js +1 -1
- package/dist/lib/rich-text-editor/rich-text-editor.cjs +1 -1
- package/dist/lib/rich-text-editor/rich-text-editor.js +1 -1
- package/dist/markdownRenderer-DCgGQseq.cjs.map +1 -1
- package/dist/{markdownRenderer-D_P94RyM.js → markdownRenderer-vnndXQhE.js} +2 -2
- package/dist/{markdownRenderer-D_P94RyM.js.map → markdownRenderer-vnndXQhE.js.map} +1 -1
- package/dist/{message_input-DmLi63dh.cjs → message_input-B45NFtUx.cjs} +2 -2
- package/dist/{message_input-DmLi63dh.cjs.map → message_input-B45NFtUx.cjs.map} +1 -1
- package/dist/{message_input-B2fppje7.js → message_input-DQQ3d8vG.js} +2 -2
- package/dist/{message_input-B2fppje7.js.map → message_input-DQQ3d8vG.js.map} +1 -1
- package/dist/node_modules/@tiptap/vue-3.cjs.map +1 -1
- package/dist/node_modules/@tiptap/vue-3.js +1 -1
- package/dist/node_modules/@tiptap/vue-3.js.map +1 -1
- package/dist/recipes/buttons/callbar_button/callbar_button.vue.d.ts +2 -2
- package/dist/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts +20 -3
- package/dist/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts.map +1 -1
- package/dist/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +20 -3
- package/dist/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts.map +1 -1
- package/dist/recipes/cards/ivr_node/ivr_node.vue.d.ts +18 -1
- package/dist/recipes/cards/ivr_node/ivr_node.vue.d.ts.map +1 -1
- package/dist/recipes/conversation_view/editor/EditorToolbarDropdownButton.vue.d.ts +18 -1
- package/dist/recipes/conversation_view/editor/EditorToolbarDropdownButton.vue.d.ts.map +1 -1
- package/dist/recipes/conversation_view/editor/EditorToolbarPopoverButton.vue.d.ts +18 -1
- package/dist/recipes/conversation_view/editor/EditorToolbarPopoverButton.vue.d.ts.map +1 -1
- package/dist/recipes/conversation_view/editor/editor.vue.d.ts +56 -5
- package/dist/recipes/conversation_view/editor/editor.vue.d.ts.map +1 -1
- package/dist/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts +2 -2
- package/dist/recipes/conversation_view/message_input/message_input.vue.d.ts +42 -8
- package/dist/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
- package/dist/recipes/conversation_view/message_input/message_input_button.vue.d.ts +2 -2
- package/dist/recipes/conversation_view/message_input/message_input_link.vue.d.ts +20 -3
- package/dist/recipes/conversation_view/message_input/message_input_link.vue.d.ts.map +1 -1
- package/dist/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts +2 -2
- package/dist/recipes/leftbar/contact_row/contact_row.vue.d.ts +2 -2
- package/dist/recipes/leftbar/general_row/general_row.vue.d.ts +2 -2
- package/dist/recipes/leftbar/group_row/group_row.vue.d.ts +2 -2
- package/dist/{rich_text_editor-BhUKyR0E.js → rich_text_editor-COc4LaIk.js} +4 -3
- package/dist/{rich_text_editor-BhUKyR0E.js.map → rich_text_editor-COc4LaIk.js.map} +1 -1
- package/dist/{rich_text_editor-wvONcbYd.cjs → rich_text_editor-DWrdKcza.cjs} +2 -2
- package/dist/{rich_text_editor-wvONcbYd.cjs.map → rich_text_editor-DWrdKcza.cjs.map} +1 -1
- package/package.json +5 -5
|
@@ -13,7 +13,7 @@ import v from "./lib/emoji/emoji.js";
|
|
|
13
13
|
import y from "./lib/input/input.js";
|
|
14
14
|
import { Editor as b, EditorContent as x, NodeViewWrapper as S, VueNodeViewRenderer as C, VueRenderer as w, nodeViewProps as T } from "./node_modules/@tiptap/vue-3.js";
|
|
15
15
|
import { RICH_TEXT_EDITOR_AUTOFOCUS_TYPES as ee, RICH_TEXT_EDITOR_OUTPUT_FORMATS as te, RICH_TEXT_EDITOR_SUPPORTED_LINK_PROTOCOLS as ne } from "./lib/rich-text-editor/rich-text-editor-constants.js";
|
|
16
|
-
import { t as re } from "./markdownRenderer-
|
|
16
|
+
import { t as re } from "./markdownRenderer-vnndXQhE.js";
|
|
17
17
|
import { Fragment as E, createBlock as D, createCommentVNode as O, createElementBlock as k, createElementVNode as A, createTextVNode as ie, createVNode as j, defineComponent as ae, h as oe, markRaw as se, mergeProps as ce, nextTick as le, normalizeClass as ue, onBeforeUnmount as de, onMounted as fe, openBlock as M, ref as pe, renderList as me, resolveComponent as N, resolveDynamicComponent as he, toDisplayString as P, vShow as ge, withCtx as F, withDirectives as _e, withKeys as ve, withModifiers as ye } from "vue";
|
|
18
18
|
import { emojiPattern as be } from "regex-combined-emojis";
|
|
19
19
|
import { DtIconLock as xe } from "@dialpad/dialtone-icons/vue3";
|
|
@@ -936,7 +936,7 @@ var Jn = {
|
|
|
936
936
|
});
|
|
937
937
|
};
|
|
938
938
|
//#endregion
|
|
939
|
-
//#region ../../node_modules/.pnpm/@tiptap+vue-3@3.19.0_patch_hash=
|
|
939
|
+
//#region ../../node_modules/.pnpm/@tiptap+vue-3@3.19.0_patch_hash=65d98f737afae097542c692b176a81069e1b7b8d577d1d7e222a944_23bfa7b5fde667bfc96216774c3ce084/node_modules/@tiptap/vue-3/dist/menus/index.js
|
|
940
940
|
function ir(e, t) {
|
|
941
941
|
let n = Math.min(e.top, t.top), r = Math.max(e.bottom, t.bottom), i = Math.min(e.left, t.left), a = Math.max(e.right, t.right) - i, o = r - n;
|
|
942
942
|
return new DOMRect(i, n, a, o);
|
|
@@ -2730,6 +2730,7 @@ var Ui = {
|
|
|
2730
2730
|
enabled: this.allowImageResize,
|
|
2731
2731
|
alwaysPreserveAspectRatio: !0
|
|
2732
2732
|
} })), (this.allowFontFamily || this.allowFontColor || this.allowFontSize || this.allowBackgroundColor || this.allowLineHeight) && (e.push(ut.configure({
|
|
2733
|
+
textStyle: !1,
|
|
2733
2734
|
color: this.allowFontColor,
|
|
2734
2735
|
backgroundColor: this.allowBackgroundColor,
|
|
2735
2736
|
fontFamily: this.allowFontFamily,
|
|
@@ -3038,4 +3039,4 @@ var qi = /* @__PURE__ */ i(Wi, [["render", Ki]]);
|
|
|
3038
3039
|
//#endregion
|
|
3039
3040
|
export { qi as t };
|
|
3040
3041
|
|
|
3041
|
-
//# sourceMappingURL=rich_text_editor-
|
|
3042
|
+
//# sourceMappingURL=rich_text_editor-COc4LaIk.js.map
|