@dialpad/dialtone 9.177.1 → 9.178.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.
Files changed (140) hide show
  1. package/dist/css/dialtone-default-theme.css +75 -0
  2. package/dist/css/dialtone-default-theme.min.css +1 -1
  3. package/dist/css/dialtone.css +75 -0
  4. package/dist/css/dialtone.min.css +1 -1
  5. package/dist/css/tokens-docs.json +1 -1
  6. package/dist/tokens/doc.json +116900 -116900
  7. package/dist/vue3/{attachment_carousel-DMKCJe7S.cjs → attachment_carousel-BHxR7A76.cjs} +1 -1
  8. package/dist/vue3/{attachment_carousel-DMKCJe7S.cjs.map → attachment_carousel-BHxR7A76.cjs.map} +1 -1
  9. package/dist/vue3/{attachment_carousel-gV6IHYgP.js → attachment_carousel-CouFqFMw.js} +1 -1
  10. package/dist/vue3/{attachment_carousel-gV6IHYgP.js.map → attachment_carousel-CouFqFMw.js.map} +1 -1
  11. package/dist/vue3/component-documentation.json +1 -1
  12. package/dist/vue3/components/combobox_with_popover/combobox_with_popover.vue.d.ts +2 -0
  13. package/dist/vue3/components/combobox_with_popover/combobox_with_popover.vue.d.ts.map +1 -1
  14. package/dist/vue3/components/resizable/composables/computeLayout.d.ts +35 -0
  15. package/dist/vue3/components/resizable/composables/computeLayout.d.ts.map +1 -0
  16. package/dist/vue3/components/resizable/composables/constraintResolver.d.ts +22 -0
  17. package/dist/vue3/components/resizable/composables/constraintResolver.d.ts.map +1 -0
  18. package/dist/vue3/components/resizable/composables/index.d.ts +16 -0
  19. package/dist/vue3/components/resizable/composables/index.d.ts.map +1 -0
  20. package/dist/vue3/components/resizable/composables/useResizableAnnouncements.d.ts +6 -0
  21. package/dist/vue3/components/resizable/composables/useResizableAnnouncements.d.ts.map +1 -0
  22. package/dist/vue3/components/resizable/composables/useResizableCalculations.d.ts +14 -0
  23. package/dist/vue3/components/resizable/composables/useResizableCalculations.d.ts.map +1 -0
  24. package/dist/vue3/components/resizable/composables/useResizableDrag.d.ts +42 -0
  25. package/dist/vue3/components/resizable/composables/useResizableDrag.d.ts.map +1 -0
  26. package/dist/vue3/components/resizable/composables/useResizableGroup.d.ts +25 -0
  27. package/dist/vue3/components/resizable/composables/useResizableGroup.d.ts.map +1 -0
  28. package/dist/vue3/components/resizable/composables/useResizableKeyboard.d.ts +41 -0
  29. package/dist/vue3/components/resizable/composables/useResizableKeyboard.d.ts.map +1 -0
  30. package/dist/vue3/components/resizable/composables/useResizableOffset.d.ts +15 -0
  31. package/dist/vue3/components/resizable/composables/useResizableOffset.d.ts.map +1 -0
  32. package/dist/vue3/components/resizable/composables/useResizablePanelControls.d.ts +46 -0
  33. package/dist/vue3/components/resizable/composables/useResizablePanelControls.d.ts.map +1 -0
  34. package/dist/vue3/components/resizable/composables/useResizablePanelState.d.ts +9 -0
  35. package/dist/vue3/components/resizable/composables/useResizablePanelState.d.ts.map +1 -0
  36. package/dist/vue3/components/resizable/composables/useResizableStorage.d.ts +12 -0
  37. package/dist/vue3/components/resizable/composables/useResizableStorage.d.ts.map +1 -0
  38. package/dist/vue3/components/resizable/index.d.ts +6 -0
  39. package/dist/vue3/components/resizable/index.d.ts.map +1 -0
  40. package/dist/vue3/components/resizable/resizable.vue.d.ts +69 -0
  41. package/dist/vue3/components/resizable/resizable.vue.d.ts.map +1 -0
  42. package/dist/vue3/components/resizable/resizable_constants.d.ts +103 -0
  43. package/dist/vue3/components/resizable/resizable_constants.d.ts.map +1 -0
  44. package/dist/vue3/components/resizable/resizable_handle.vue.d.ts +22 -0
  45. package/dist/vue3/components/resizable/resizable_handle.vue.d.ts.map +1 -0
  46. package/dist/vue3/components/resizable/resizable_panel.vue.d.ts +44 -0
  47. package/dist/vue3/components/resizable/resizable_panel.vue.d.ts.map +1 -0
  48. package/dist/vue3/components/resizable/resizable_utils.d.ts +15 -0
  49. package/dist/vue3/components/resizable/resizable_utils.d.ts.map +1 -0
  50. package/dist/vue3/components/rich_text_editor/rich_text_editor.vue.d.ts +2 -0
  51. package/dist/vue3/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -1
  52. package/dist/vue3/components/scroller/scroller.vue.d.ts +6 -8
  53. package/dist/vue3/components/scroller/scroller.vue.d.ts.map +1 -1
  54. package/dist/vue3/components/split_button/split_button.vue.d.ts +4 -4
  55. package/dist/vue3/dialtone-vue.cjs +1 -1
  56. package/dist/vue3/dialtone-vue.js +56 -51
  57. package/dist/vue3/index.d.ts +1 -0
  58. package/dist/vue3/lib/attachment-carousel/attachment-carousel.cjs +1 -1
  59. package/dist/vue3/lib/attachment-carousel/attachment-carousel.js +1 -1
  60. package/dist/vue3/lib/attachment-carousel/index.cjs +1 -1
  61. package/dist/vue3/lib/attachment-carousel/index.js +1 -1
  62. package/dist/vue3/lib/editor/editor.cjs +1 -1
  63. package/dist/vue3/lib/editor/editor.js +1 -1
  64. package/dist/vue3/lib/message-input/index.cjs +1 -1
  65. package/dist/vue3/lib/message-input/index.js +1 -1
  66. package/dist/vue3/lib/message-input/message-input.cjs +1 -1
  67. package/dist/vue3/lib/message-input/message-input.js +1 -1
  68. package/dist/vue3/lib/resizable/index.cjs +1 -0
  69. package/dist/vue3/lib/resizable/index.js +5 -0
  70. package/dist/vue3/lib/resizable/resizable-handle.cjs +1 -0
  71. package/dist/vue3/lib/resizable/resizable-handle.js +2 -0
  72. package/dist/vue3/lib/resizable/resizable-panel.cjs +2 -0
  73. package/dist/vue3/lib/resizable/resizable-panel.cjs.map +1 -0
  74. package/dist/vue3/lib/resizable/resizable-panel.js +132 -0
  75. package/dist/vue3/lib/resizable/resizable-panel.js.map +1 -0
  76. package/dist/vue3/lib/resizable/resizable.cjs +1 -0
  77. package/dist/vue3/lib/resizable/resizable.js +2 -0
  78. package/dist/vue3/lib/rich-text-editor/index.cjs +1 -1
  79. package/dist/vue3/lib/rich-text-editor/index.js +1 -1
  80. package/dist/vue3/lib/rich-text-editor/markdownRenderer.cjs +1 -7
  81. package/dist/vue3/lib/rich-text-editor/markdownRenderer.js +2 -62
  82. package/dist/vue3/lib/rich-text-editor/rich-text-editor.cjs +1 -1
  83. package/dist/vue3/lib/rich-text-editor/rich-text-editor.js +1 -1
  84. package/dist/vue3/lib/scroller/index.cjs +1 -1
  85. package/dist/vue3/lib/scroller/index.js +1 -1
  86. package/dist/vue3/lib/scroller/scroller.cjs +1 -1
  87. package/dist/vue3/lib/scroller/scroller.js +1 -1
  88. package/dist/vue3/lib/toast/index.cjs +1 -1
  89. package/dist/vue3/lib/toast/index.js +1 -1
  90. package/dist/vue3/lib/toast/toast.cjs +1 -1
  91. package/dist/vue3/lib/toast/toast.js +1 -1
  92. package/dist/vue3/markdownRenderer-DCgGQseq.cjs +31 -0
  93. package/dist/vue3/markdownRenderer-DCgGQseq.cjs.map +1 -0
  94. package/dist/vue3/markdownRenderer-D_P94RyM.js +322 -0
  95. package/dist/vue3/markdownRenderer-D_P94RyM.js.map +1 -0
  96. package/dist/vue3/{message_input-VmltTreF.cjs → message_input-AWgvtwMV.cjs} +2 -2
  97. package/dist/vue3/{message_input-VmltTreF.cjs.map → message_input-AWgvtwMV.cjs.map} +1 -1
  98. package/dist/vue3/{message_input-tVB6JYJm.js → message_input-CHlTsBGK.js} +2 -2
  99. package/dist/vue3/{message_input-tVB6JYJm.js.map → message_input-CHlTsBGK.js.map} +1 -1
  100. package/dist/vue3/node_modules/@tiptap/vue-3.cjs.map +1 -1
  101. package/dist/vue3/node_modules/@tiptap/vue-3.js +1 -1
  102. package/dist/vue3/node_modules/@tiptap/vue-3.js.map +1 -1
  103. package/dist/vue3/recipes/conversation_view/editor/editor.vue.d.ts +2 -0
  104. package/dist/vue3/recipes/conversation_view/editor/editor.vue.d.ts.map +1 -1
  105. package/dist/vue3/recipes/conversation_view/message_input/message_input.vue.d.ts +2 -0
  106. package/dist/vue3/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
  107. package/dist/vue3/resizable-D4-peBOl.js +960 -0
  108. package/dist/vue3/resizable-D4-peBOl.js.map +1 -0
  109. package/dist/vue3/resizable-aOVGO_Os.cjs +2 -0
  110. package/dist/vue3/resizable-aOVGO_Os.cjs.map +1 -0
  111. package/dist/vue3/resizable_handle-BlKBiWnx.js +307 -0
  112. package/dist/vue3/resizable_handle-BlKBiWnx.js.map +1 -0
  113. package/dist/vue3/resizable_handle-RIKS8frB.cjs +2 -0
  114. package/dist/vue3/resizable_handle-RIKS8frB.cjs.map +1 -0
  115. package/dist/vue3/resizable_utils-BComtrMV.js +131 -0
  116. package/dist/vue3/resizable_utils-BComtrMV.js.map +1 -0
  117. package/dist/vue3/resizable_utils-DhuzXRdP.cjs +2 -0
  118. package/dist/vue3/resizable_utils-DhuzXRdP.cjs.map +1 -0
  119. package/dist/vue3/{rich_text_editor-CtCGNkSD.js → rich_text_editor-Ba67C4Uk.js} +421 -454
  120. package/dist/vue3/rich_text_editor-Ba67C4Uk.js.map +1 -0
  121. package/dist/vue3/rich_text_editor-DMP5eTlf.cjs +10 -0
  122. package/dist/vue3/rich_text_editor-DMP5eTlf.cjs.map +1 -0
  123. package/dist/vue3/{scroller-Ckquh-PU.js → scroller-BGVDh3sq.js} +1 -1
  124. package/dist/vue3/{scroller-Ckquh-PU.js.map → scroller-BGVDh3sq.js.map} +1 -1
  125. package/dist/vue3/{scroller-06ayn-64.cjs → scroller-CjAsgjl9.cjs} +1 -1
  126. package/dist/vue3/{scroller-06ayn-64.cjs.map → scroller-CjAsgjl9.cjs.map} +1 -1
  127. package/dist/vue3/{toast-B1zeUPtg.js → toast-DvPN-bCi.js} +1 -1
  128. package/dist/vue3/{toast-B1zeUPtg.js.map → toast-DvPN-bCi.js.map} +1 -1
  129. package/dist/vue3/{toast-0QfP90_3.cjs → toast-d8_zmgkL.cjs} +1 -1
  130. package/dist/vue3/{toast-0QfP90_3.cjs.map → toast-d8_zmgkL.cjs.map} +1 -1
  131. package/dist/vue3/useResizableCalculations-BDITle3Q.cjs +2 -0
  132. package/dist/vue3/useResizableCalculations-BDITle3Q.cjs.map +1 -0
  133. package/dist/vue3/useResizableCalculations-DAajatT4.js +80 -0
  134. package/dist/vue3/useResizableCalculations-DAajatT4.js.map +1 -0
  135. package/package.json +1 -1
  136. package/dist/vue3/lib/rich-text-editor/markdownRenderer.cjs.map +0 -1
  137. package/dist/vue3/lib/rich-text-editor/markdownRenderer.js.map +0 -1
  138. package/dist/vue3/rich_text_editor-CEwKDuzw.cjs +0 -10
  139. package/dist/vue3/rich_text_editor-CEwKDuzw.cjs.map +0 -1
  140. package/dist/vue3/rich_text_editor-CtCGNkSD.js.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"vue-3.cjs","names":["CoreEditor","MarkView","NodeView"],"sources":["../../../../../node_modules/.pnpm/@tiptap+vue-3@3.19.0_patch_hash=hlk524tqy4svh2bbayevihx324_@floating-ui+dom@1.7.5_@tiptap+cor_wypobou4fbppmu3gb2jat4rp64/node_modules/@tiptap/vue-3/dist/index.js"],"sourcesContent":["// src/Editor.ts\nimport { Editor as CoreEditor } from \"@tiptap/core\";\nimport { customRef, markRaw } from \"vue\";\nfunction useDebouncedRef(value) {\n return customRef((track, trigger) => {\n return {\n get() {\n track();\n return value;\n },\n set(newValue) {\n value = newValue;\n requestAnimationFrame(() => {\n requestAnimationFrame(() => {\n trigger();\n });\n });\n }\n };\n });\n}\nvar Editor = class extends CoreEditor {\n constructor(options = {}) {\n super(options);\n this.contentComponent = null;\n this.appContext = null;\n this.reactiveState = useDebouncedRef(this.view.state);\n this.reactiveExtensionStorage = useDebouncedRef(this.extensionStorage);\n this.on(\"beforeTransaction\", ({ nextState }) => {\n this.reactiveState.value = nextState;\n this.reactiveExtensionStorage.value = this.extensionStorage;\n });\n return markRaw(this);\n }\n get state() {\n return this.reactiveState ? this.reactiveState.value : this.view.state;\n }\n get storage() {\n return this.reactiveExtensionStorage ? this.reactiveExtensionStorage.value : super.storage;\n }\n /**\n * Register a ProseMirror plugin.\n */\n registerPlugin(plugin, handlePlugins) {\n const nextState = super.registerPlugin(plugin, handlePlugins);\n if (this.reactiveState) {\n this.reactiveState.value = nextState;\n }\n return nextState;\n }\n /**\n * Unregister a ProseMirror plugin.\n */\n unregisterPlugin(nameOrPluginKey) {\n const nextState = super.unregisterPlugin(nameOrPluginKey);\n if (this.reactiveState && nextState) {\n this.reactiveState.value = nextState;\n }\n return nextState;\n }\n};\n\n// src/EditorContent.ts\nimport { defineComponent, getCurrentInstance, h, nextTick, onBeforeUnmount, ref, unref, watchEffect } from \"vue\";\nvar EditorContent = defineComponent({\n name: \"EditorContent\",\n props: {\n editor: {\n default: null,\n type: Object\n }\n },\n setup(props) {\n const rootEl = ref();\n const instance = getCurrentInstance();\n watchEffect(() => {\n const editor = props.editor;\n if (editor && editor.options.element && rootEl.value) {\n nextTick(() => {\n var _a;\n if (!rootEl.value || !((_a = editor.view.dom) == null ? void 0 : _a.parentNode)) {\n return;\n }\n const element = unref(rootEl.value);\n rootEl.value.append(...editor.view.dom.parentNode.childNodes);\n editor.contentComponent = instance.ctx._;\n if (instance) {\n editor.appContext = {\n ...instance.appContext,\n // Vue internally uses prototype chain to forward/shadow injects across the entire component chain\n // so don't use object spread operator or 'Object.assign' and just set `provides` as is on editor's appContext\n // @ts-expect-error forward instance's 'provides' into appContext\n provides: instance.provides\n };\n }\n editor.setOptions({\n element\n });\n editor.createNodeViews();\n });\n }\n });\n onBeforeUnmount(() => {\n const editor = props.editor;\n if (!editor) {\n return;\n }\n editor.contentComponent = null;\n editor.appContext = null;\n });\n return { rootEl };\n },\n render() {\n return h(\"div\", {\n ref: (el) => {\n this.rootEl = el;\n }\n });\n }\n});\n\n// src/NodeViewContent.ts\nimport { defineComponent as defineComponent2, h as h2 } from \"vue\";\nvar NodeViewContent = defineComponent2({\n name: \"NodeViewContent\",\n props: {\n as: {\n type: String,\n default: \"div\"\n }\n },\n render() {\n return h2(this.as, {\n style: {\n whiteSpace: \"pre-wrap\"\n },\n \"data-node-view-content\": \"\"\n });\n }\n});\n\n// src/NodeViewWrapper.ts\nimport { defineComponent as defineComponent3, h as h3 } from \"vue\";\nvar NodeViewWrapper = defineComponent3({\n name: \"NodeViewWrapper\",\n props: {\n as: {\n type: String,\n default: \"div\"\n }\n },\n inject: [\"onDragStart\", \"decorationClasses\"],\n render() {\n var _a, _b;\n return h3(\n this.as,\n {\n // @ts-ignore\n class: this.decorationClasses,\n style: {\n whiteSpace: \"normal\"\n },\n \"data-node-view-wrapper\": \"\",\n // @ts-ignore (https://github.com/vuejs/vue-next/issues/3031)\n onDragstart: this.onDragStart\n },\n (_b = (_a = this.$slots).default) == null ? void 0 : _b.call(_a)\n );\n }\n});\n\n// src/useEditor.ts\nimport { onBeforeUnmount as onBeforeUnmount2, onMounted, shallowRef } from \"vue\";\nvar useEditor = (options = {}) => {\n const editor = shallowRef();\n onMounted(() => {\n editor.value = new Editor(options);\n });\n onBeforeUnmount2(() => {\n var _a, _b, _c, _d;\n const nodes = (_b = (_a = editor.value) == null ? void 0 : _a.view.dom) == null ? void 0 : _b.parentNode;\n const newEl = nodes == null ? void 0 : nodes.cloneNode(true);\n (_c = nodes == null ? void 0 : nodes.parentNode) == null ? void 0 : _c.replaceChild(newEl, nodes);\n (_d = editor.value) == null ? void 0 : _d.destroy();\n });\n return editor;\n};\n\n// src/VueMarkViewRenderer.ts\nimport { MarkView } from \"@tiptap/core\";\nimport { defineComponent as defineComponent4, h as h5, toRaw } from \"vue\";\n\n// src/VueRenderer.ts\nimport { h as h4, markRaw as markRaw2, reactive, render } from \"vue\";\nvar VueRenderer = class {\n constructor(component, { props = {}, editor }) {\n /**\n * Flag to track if the renderer has been destroyed, preventing queued or asynchronous renders from executing after teardown.\n */\n this.destroyed = false;\n this.editor = editor;\n this.component = markRaw2(component);\n this.el = document.createElement(\"div\");\n this.props = reactive(props);\n this.renderedComponent = this.renderComponent();\n }\n get element() {\n return this.renderedComponent.el;\n }\n get ref() {\n var _a, _b, _c, _d;\n if ((_b = (_a = this.renderedComponent.vNode) == null ? void 0 : _a.component) == null ? void 0 : _b.exposed) {\n return this.renderedComponent.vNode.component.exposed;\n }\n return (_d = (_c = this.renderedComponent.vNode) == null ? void 0 : _c.component) == null ? void 0 : _d.proxy;\n }\n renderComponent() {\n if (this.destroyed) {\n return this.renderedComponent;\n }\n let vNode = h4(this.component, this.props);\n if (this.editor.appContext) {\n vNode.appContext = this.editor.appContext;\n }\n if (typeof document !== \"undefined\" && this.el) {\n render(vNode, this.el);\n }\n const destroy = () => {\n if (this.el) {\n render(null, this.el);\n }\n this.el = null;\n vNode = null;\n };\n return { vNode, destroy, el: this.el ? this.el.firstElementChild : null };\n }\n updateProps(props = {}) {\n if (this.destroyed) {\n return;\n }\n Object.entries(props).forEach(([key, value]) => {\n this.props[key] = value;\n });\n this.renderComponent();\n }\n destroy() {\n if (this.destroyed) {\n return;\n }\n this.destroyed = true;\n this.renderedComponent.destroy();\n }\n};\n\n// src/VueMarkViewRenderer.ts\nvar markViewProps = {\n editor: {\n type: Object,\n required: true\n },\n mark: {\n type: Object,\n required: true\n },\n extension: {\n type: Object,\n required: true\n },\n inline: {\n type: Boolean,\n required: true\n },\n view: {\n type: Object,\n required: true\n },\n updateAttributes: {\n type: Function,\n required: true\n },\n HTMLAttributes: {\n type: Object,\n required: true\n }\n};\nvar MarkViewContent = defineComponent4({\n name: \"MarkViewContent\",\n props: {\n as: {\n type: String,\n default: \"span\"\n }\n },\n render() {\n return h5(this.as, {\n style: {\n whiteSpace: \"inherit\"\n },\n \"data-mark-view-content\": \"\"\n });\n }\n});\nvar VueMarkView = class extends MarkView {\n constructor(component, props, options) {\n super(component, props, options);\n const componentProps = { ...props, updateAttributes: this.updateAttributes.bind(this) };\n const extendedComponent = defineComponent4({\n extends: { ...component },\n props: Object.keys(componentProps),\n template: this.component.template,\n setup: (reactiveProps) => {\n var _a;\n return (_a = component.setup) == null ? void 0 : _a.call(component, reactiveProps, {\n expose: () => void 0\n });\n },\n // Add support for scoped styles\n __scopeId: component.__scopeId,\n __cssModules: component.__cssModules,\n __name: component.__name,\n __file: component.__file\n });\n this.renderer = new VueRenderer(extendedComponent, {\n editor: this.editor,\n props: componentProps\n });\n }\n get dom() {\n return this.renderer.element;\n }\n get contentDOM() {\n return this.dom.querySelector(\"[data-mark-view-content]\");\n }\n updateAttributes(attrs) {\n const unproxiedMark = toRaw(this.mark);\n super.updateAttributes(attrs, unproxiedMark);\n }\n destroy() {\n this.renderer.destroy();\n }\n};\nfunction VueMarkViewRenderer(component, options = {}) {\n return (props) => {\n if (!props.editor.contentComponent) {\n return {};\n }\n return new VueMarkView(component, props, options);\n };\n}\n\n// src/VueNodeViewRenderer.ts\nimport { NodeView } from \"@tiptap/core\";\nimport { defineComponent as defineComponent5, provide, ref as ref2 } from \"vue\";\nvar nodeViewProps = {\n editor: {\n type: Object,\n required: true\n },\n node: {\n type: Object,\n required: true\n },\n decorations: {\n type: Object,\n required: true\n },\n selected: {\n type: Boolean,\n required: true\n },\n extension: {\n type: Object,\n required: true\n },\n getPos: {\n type: Function,\n required: true\n },\n updateAttributes: {\n type: Function,\n required: true\n },\n deleteNode: {\n type: Function,\n required: true\n },\n view: {\n type: Object,\n required: true\n },\n innerDecorations: {\n type: Object,\n required: true\n },\n HTMLAttributes: {\n type: Object,\n required: true\n }\n};\nvar VueNodeView = class extends NodeView {\n constructor() {\n super(...arguments);\n this.cachedExtensionWithSyncedStorage = null;\n }\n /**\n * Returns a proxy of the extension that redirects storage access to the editor's mutable storage.\n * This preserves the original prototype chain (instanceof checks, methods like configure/extend work).\n * Cached to avoid proxy creation on every update.\n */\n get extensionWithSyncedStorage() {\n if (!this.cachedExtensionWithSyncedStorage) {\n const editor = this.editor;\n const extension = this.extension;\n this.cachedExtensionWithSyncedStorage = new Proxy(extension, {\n get(target, prop, receiver) {\n var _a;\n if (prop === \"storage\") {\n return (_a = editor.storage[extension.name]) != null ? _a : {};\n }\n return Reflect.get(target, prop, receiver);\n }\n });\n }\n return this.cachedExtensionWithSyncedStorage;\n }\n mount() {\n const props = {\n editor: this.editor,\n node: this.node,\n decorations: this.decorations,\n innerDecorations: this.innerDecorations,\n view: this.view,\n selected: false,\n extension: this.extensionWithSyncedStorage,\n HTMLAttributes: this.HTMLAttributes,\n getPos: () => this.getPos(),\n updateAttributes: (attributes = {}) => this.updateAttributes(attributes),\n deleteNode: () => this.deleteNode()\n };\n const onDragStart = this.onDragStart.bind(this);\n this.decorationClasses = ref2(this.getDecorationClasses());\n const extendedComponent = defineComponent5({\n extends: { ...this.component },\n props: Object.keys(props),\n template: this.component.template,\n setup: (reactiveProps) => {\n var _a, _b;\n provide(\"onDragStart\", onDragStart);\n provide(\"decorationClasses\", this.decorationClasses);\n return (_b = (_a = this.component).setup) == null ? void 0 : _b.call(_a, reactiveProps, {\n expose: () => void 0\n });\n },\n // add support for scoped styles\n // @ts-ignore\n // eslint-disable-next-line\n __scopeId: this.component.__scopeId,\n // add support for CSS Modules\n // @ts-ignore\n // eslint-disable-next-line\n __cssModules: this.component.__cssModules,\n // add support for vue devtools\n // @ts-ignore\n // eslint-disable-next-line\n __name: this.component.__name,\n // @ts-ignore\n // eslint-disable-next-line\n __file: this.component.__file\n });\n this.handleSelectionUpdate = this.handleSelectionUpdate.bind(this);\n this.editor.on(\"selectionUpdate\", this.handleSelectionUpdate);\n this.renderer = new VueRenderer(extendedComponent, {\n editor: this.editor,\n props\n });\n }\n /**\n * Return the DOM element.\n * This is the element that will be used to display the node view.\n */\n get dom() {\n if (!this.renderer.element || !this.renderer.element.hasAttribute(\"data-node-view-wrapper\")) {\n throw Error(\"Please use the NodeViewWrapper component for your node view.\");\n }\n return this.renderer.element;\n }\n /**\n * Return the content DOM element.\n * This is the element that will be used to display the rich-text content of the node.\n */\n get contentDOM() {\n if (this.node.isLeaf) {\n return null;\n }\n return this.dom.querySelector(\"[data-node-view-content]\");\n }\n /**\n * On editor selection update, check if the node is selected.\n * If it is, call `selectNode`, otherwise call `deselectNode`.\n */\n handleSelectionUpdate() {\n const { from, to } = this.editor.state.selection;\n const pos = this.getPos();\n if (typeof pos !== \"number\") {\n return;\n }\n if (from <= pos && to >= pos + this.node.nodeSize) {\n if (this.renderer.props.selected) {\n return;\n }\n this.selectNode();\n } else {\n if (!this.renderer.props.selected) {\n return;\n }\n this.deselectNode();\n }\n }\n /**\n * On update, update the React component.\n * To prevent unnecessary updates, the `update` option can be used.\n */\n update(node, decorations, innerDecorations) {\n const rerenderComponent = (props) => {\n this.decorationClasses.value = this.getDecorationClasses();\n this.renderer.updateProps(props);\n };\n if (typeof this.options.update === \"function\") {\n const oldNode = this.node;\n const oldDecorations = this.decorations;\n const oldInnerDecorations = this.innerDecorations;\n this.node = node;\n this.decorations = decorations;\n this.innerDecorations = innerDecorations;\n return this.options.update({\n oldNode,\n oldDecorations,\n newNode: node,\n newDecorations: decorations,\n oldInnerDecorations,\n innerDecorations,\n updateProps: () => rerenderComponent({ node, decorations, innerDecorations, extension: this.extensionWithSyncedStorage })\n });\n }\n if (node.type !== this.node.type) {\n return false;\n }\n if (node === this.node && this.decorations === decorations && this.innerDecorations === innerDecorations) {\n return true;\n }\n this.node = node;\n this.decorations = decorations;\n this.innerDecorations = innerDecorations;\n rerenderComponent({ node, decorations, innerDecorations, extension: this.extensionWithSyncedStorage });\n return true;\n }\n /**\n * Select the node.\n * Add the `selected` prop and the `ProseMirror-selectednode` class.\n */\n selectNode() {\n this.renderer.updateProps({\n selected: true\n });\n if (this.renderer.element) {\n this.renderer.element.classList.add(\"ProseMirror-selectednode\");\n }\n }\n /**\n * Deselect the node.\n * Remove the `selected` prop and the `ProseMirror-selectednode` class.\n */\n deselectNode() {\n this.renderer.updateProps({\n selected: false\n });\n if (this.renderer.element) {\n this.renderer.element.classList.remove(\"ProseMirror-selectednode\");\n }\n }\n getDecorationClasses() {\n return this.decorations.flatMap((item) => item.type.attrs.class).join(\" \");\n }\n destroy() {\n this.renderer.destroy();\n this.editor.off(\"selectionUpdate\", this.handleSelectionUpdate);\n }\n};\nfunction VueNodeViewRenderer(component, options) {\n return (props) => {\n if (!props.editor.contentComponent) {\n return {};\n }\n const normalizedComponent = typeof component === \"function\" && \"__vccOpts\" in component ? component.__vccOpts : component;\n return new VueNodeView(normalizedComponent, props, options);\n };\n}\n\n// src/index.ts\nexport * from \"@tiptap/core\";\nexport {\n Editor,\n EditorContent,\n MarkViewContent,\n NodeViewContent,\n NodeViewWrapper,\n VueMarkView,\n VueMarkViewRenderer,\n VueNodeViewRenderer,\n VueRenderer,\n markViewProps,\n nodeViewProps,\n useEditor\n};\n//# sourceMappingURL=index.js.map"],"x_google_ignoreList":[0],"mappings":"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"}
1
+ {"version":3,"file":"vue-3.cjs","names":["CoreEditor","MarkView","NodeView"],"sources":["../../../../../node_modules/.pnpm/@tiptap+vue-3@3.19.0_patch_hash=hlk524tqy4svh2bbayevihx324_@floating-ui+dom@1.7.6_@tiptap+cor_kpexihlfm3sl2tcft5dydpfypm/node_modules/@tiptap/vue-3/dist/index.js"],"sourcesContent":["// src/Editor.ts\nimport { Editor as CoreEditor } from \"@tiptap/core\";\nimport { customRef, markRaw } from \"vue\";\nfunction useDebouncedRef(value) {\n return customRef((track, trigger) => {\n return {\n get() {\n track();\n return value;\n },\n set(newValue) {\n value = newValue;\n requestAnimationFrame(() => {\n requestAnimationFrame(() => {\n trigger();\n });\n });\n }\n };\n });\n}\nvar Editor = class extends CoreEditor {\n constructor(options = {}) {\n super(options);\n this.contentComponent = null;\n this.appContext = null;\n this.reactiveState = useDebouncedRef(this.view.state);\n this.reactiveExtensionStorage = useDebouncedRef(this.extensionStorage);\n this.on(\"beforeTransaction\", ({ nextState }) => {\n this.reactiveState.value = nextState;\n this.reactiveExtensionStorage.value = this.extensionStorage;\n });\n return markRaw(this);\n }\n get state() {\n return this.reactiveState ? this.reactiveState.value : this.view.state;\n }\n get storage() {\n return this.reactiveExtensionStorage ? this.reactiveExtensionStorage.value : super.storage;\n }\n /**\n * Register a ProseMirror plugin.\n */\n registerPlugin(plugin, handlePlugins) {\n const nextState = super.registerPlugin(plugin, handlePlugins);\n if (this.reactiveState) {\n this.reactiveState.value = nextState;\n }\n return nextState;\n }\n /**\n * Unregister a ProseMirror plugin.\n */\n unregisterPlugin(nameOrPluginKey) {\n const nextState = super.unregisterPlugin(nameOrPluginKey);\n if (this.reactiveState && nextState) {\n this.reactiveState.value = nextState;\n }\n return nextState;\n }\n};\n\n// src/EditorContent.ts\nimport { defineComponent, getCurrentInstance, h, nextTick, onBeforeUnmount, ref, unref, watchEffect } from \"vue\";\nvar EditorContent = defineComponent({\n name: \"EditorContent\",\n props: {\n editor: {\n default: null,\n type: Object\n }\n },\n setup(props) {\n const rootEl = ref();\n const instance = getCurrentInstance();\n watchEffect(() => {\n const editor = props.editor;\n if (editor && editor.options.element && rootEl.value) {\n nextTick(() => {\n var _a;\n if (!rootEl.value || !((_a = editor.view.dom) == null ? void 0 : _a.parentNode)) {\n return;\n }\n const element = unref(rootEl.value);\n rootEl.value.append(...editor.view.dom.parentNode.childNodes);\n editor.contentComponent = instance.ctx._;\n if (instance) {\n editor.appContext = {\n ...instance.appContext,\n // Vue internally uses prototype chain to forward/shadow injects across the entire component chain\n // so don't use object spread operator or 'Object.assign' and just set `provides` as is on editor's appContext\n // @ts-expect-error forward instance's 'provides' into appContext\n provides: instance.provides\n };\n }\n editor.setOptions({\n element\n });\n editor.createNodeViews();\n });\n }\n });\n onBeforeUnmount(() => {\n const editor = props.editor;\n if (!editor) {\n return;\n }\n editor.contentComponent = null;\n editor.appContext = null;\n });\n return { rootEl };\n },\n render() {\n return h(\"div\", {\n ref: (el) => {\n this.rootEl = el;\n }\n });\n }\n});\n\n// src/NodeViewContent.ts\nimport { defineComponent as defineComponent2, h as h2 } from \"vue\";\nvar NodeViewContent = defineComponent2({\n name: \"NodeViewContent\",\n props: {\n as: {\n type: String,\n default: \"div\"\n }\n },\n render() {\n return h2(this.as, {\n style: {\n whiteSpace: \"pre-wrap\"\n },\n \"data-node-view-content\": \"\"\n });\n }\n});\n\n// src/NodeViewWrapper.ts\nimport { defineComponent as defineComponent3, h as h3 } from \"vue\";\nvar NodeViewWrapper = defineComponent3({\n name: \"NodeViewWrapper\",\n props: {\n as: {\n type: String,\n default: \"div\"\n }\n },\n inject: [\"onDragStart\", \"decorationClasses\"],\n render() {\n var _a, _b;\n return h3(\n this.as,\n {\n // @ts-ignore\n class: this.decorationClasses,\n style: {\n whiteSpace: \"normal\"\n },\n \"data-node-view-wrapper\": \"\",\n // @ts-ignore (https://github.com/vuejs/vue-next/issues/3031)\n onDragstart: this.onDragStart\n },\n (_b = (_a = this.$slots).default) == null ? void 0 : _b.call(_a)\n );\n }\n});\n\n// src/useEditor.ts\nimport { onBeforeUnmount as onBeforeUnmount2, onMounted, shallowRef } from \"vue\";\nvar useEditor = (options = {}) => {\n const editor = shallowRef();\n onMounted(() => {\n editor.value = new Editor(options);\n });\n onBeforeUnmount2(() => {\n var _a, _b, _c, _d;\n const nodes = (_b = (_a = editor.value) == null ? void 0 : _a.view.dom) == null ? void 0 : _b.parentNode;\n const newEl = nodes == null ? void 0 : nodes.cloneNode(true);\n (_c = nodes == null ? void 0 : nodes.parentNode) == null ? void 0 : _c.replaceChild(newEl, nodes);\n (_d = editor.value) == null ? void 0 : _d.destroy();\n });\n return editor;\n};\n\n// src/VueMarkViewRenderer.ts\nimport { MarkView } from \"@tiptap/core\";\nimport { defineComponent as defineComponent4, h as h5, toRaw } from \"vue\";\n\n// src/VueRenderer.ts\nimport { h as h4, markRaw as markRaw2, reactive, render } from \"vue\";\nvar VueRenderer = class {\n constructor(component, { props = {}, editor }) {\n /**\n * Flag to track if the renderer has been destroyed, preventing queued or asynchronous renders from executing after teardown.\n */\n this.destroyed = false;\n this.editor = editor;\n this.component = markRaw2(component);\n this.el = document.createElement(\"div\");\n this.props = reactive(props);\n this.renderedComponent = this.renderComponent();\n }\n get element() {\n return this.renderedComponent.el;\n }\n get ref() {\n var _a, _b, _c, _d;\n if ((_b = (_a = this.renderedComponent.vNode) == null ? void 0 : _a.component) == null ? void 0 : _b.exposed) {\n return this.renderedComponent.vNode.component.exposed;\n }\n return (_d = (_c = this.renderedComponent.vNode) == null ? void 0 : _c.component) == null ? void 0 : _d.proxy;\n }\n renderComponent() {\n if (this.destroyed) {\n return this.renderedComponent;\n }\n let vNode = h4(this.component, this.props);\n if (this.editor.appContext) {\n vNode.appContext = this.editor.appContext;\n }\n if (typeof document !== \"undefined\" && this.el) {\n render(vNode, this.el);\n }\n const destroy = () => {\n if (this.el) {\n render(null, this.el);\n }\n this.el = null;\n vNode = null;\n };\n return { vNode, destroy, el: this.el ? this.el.firstElementChild : null };\n }\n updateProps(props = {}) {\n if (this.destroyed) {\n return;\n }\n Object.entries(props).forEach(([key, value]) => {\n this.props[key] = value;\n });\n this.renderComponent();\n }\n destroy() {\n if (this.destroyed) {\n return;\n }\n this.destroyed = true;\n this.renderedComponent.destroy();\n }\n};\n\n// src/VueMarkViewRenderer.ts\nvar markViewProps = {\n editor: {\n type: Object,\n required: true\n },\n mark: {\n type: Object,\n required: true\n },\n extension: {\n type: Object,\n required: true\n },\n inline: {\n type: Boolean,\n required: true\n },\n view: {\n type: Object,\n required: true\n },\n updateAttributes: {\n type: Function,\n required: true\n },\n HTMLAttributes: {\n type: Object,\n required: true\n }\n};\nvar MarkViewContent = defineComponent4({\n name: \"MarkViewContent\",\n props: {\n as: {\n type: String,\n default: \"span\"\n }\n },\n render() {\n return h5(this.as, {\n style: {\n whiteSpace: \"inherit\"\n },\n \"data-mark-view-content\": \"\"\n });\n }\n});\nvar VueMarkView = class extends MarkView {\n constructor(component, props, options) {\n super(component, props, options);\n const componentProps = { ...props, updateAttributes: this.updateAttributes.bind(this) };\n const extendedComponent = defineComponent4({\n extends: { ...component },\n props: Object.keys(componentProps),\n template: this.component.template,\n setup: (reactiveProps) => {\n var _a;\n return (_a = component.setup) == null ? void 0 : _a.call(component, reactiveProps, {\n expose: () => void 0\n });\n },\n // Add support for scoped styles\n __scopeId: component.__scopeId,\n __cssModules: component.__cssModules,\n __name: component.__name,\n __file: component.__file\n });\n this.renderer = new VueRenderer(extendedComponent, {\n editor: this.editor,\n props: componentProps\n });\n }\n get dom() {\n return this.renderer.element;\n }\n get contentDOM() {\n return this.dom.querySelector(\"[data-mark-view-content]\");\n }\n updateAttributes(attrs) {\n const unproxiedMark = toRaw(this.mark);\n super.updateAttributes(attrs, unproxiedMark);\n }\n destroy() {\n this.renderer.destroy();\n }\n};\nfunction VueMarkViewRenderer(component, options = {}) {\n return (props) => {\n if (!props.editor.contentComponent) {\n return {};\n }\n return new VueMarkView(component, props, options);\n };\n}\n\n// src/VueNodeViewRenderer.ts\nimport { NodeView } from \"@tiptap/core\";\nimport { defineComponent as defineComponent5, provide, ref as ref2 } from \"vue\";\nvar nodeViewProps = {\n editor: {\n type: Object,\n required: true\n },\n node: {\n type: Object,\n required: true\n },\n decorations: {\n type: Object,\n required: true\n },\n selected: {\n type: Boolean,\n required: true\n },\n extension: {\n type: Object,\n required: true\n },\n getPos: {\n type: Function,\n required: true\n },\n updateAttributes: {\n type: Function,\n required: true\n },\n deleteNode: {\n type: Function,\n required: true\n },\n view: {\n type: Object,\n required: true\n },\n innerDecorations: {\n type: Object,\n required: true\n },\n HTMLAttributes: {\n type: Object,\n required: true\n }\n};\nvar VueNodeView = class extends NodeView {\n constructor() {\n super(...arguments);\n this.cachedExtensionWithSyncedStorage = null;\n }\n /**\n * Returns a proxy of the extension that redirects storage access to the editor's mutable storage.\n * This preserves the original prototype chain (instanceof checks, methods like configure/extend work).\n * Cached to avoid proxy creation on every update.\n */\n get extensionWithSyncedStorage() {\n if (!this.cachedExtensionWithSyncedStorage) {\n const editor = this.editor;\n const extension = this.extension;\n this.cachedExtensionWithSyncedStorage = new Proxy(extension, {\n get(target, prop, receiver) {\n var _a;\n if (prop === \"storage\") {\n return (_a = editor.storage[extension.name]) != null ? _a : {};\n }\n return Reflect.get(target, prop, receiver);\n }\n });\n }\n return this.cachedExtensionWithSyncedStorage;\n }\n mount() {\n const props = {\n editor: this.editor,\n node: this.node,\n decorations: this.decorations,\n innerDecorations: this.innerDecorations,\n view: this.view,\n selected: false,\n extension: this.extensionWithSyncedStorage,\n HTMLAttributes: this.HTMLAttributes,\n getPos: () => this.getPos(),\n updateAttributes: (attributes = {}) => this.updateAttributes(attributes),\n deleteNode: () => this.deleteNode()\n };\n const onDragStart = this.onDragStart.bind(this);\n this.decorationClasses = ref2(this.getDecorationClasses());\n const extendedComponent = defineComponent5({\n extends: { ...this.component },\n props: Object.keys(props),\n template: this.component.template,\n setup: (reactiveProps) => {\n var _a, _b;\n provide(\"onDragStart\", onDragStart);\n provide(\"decorationClasses\", this.decorationClasses);\n return (_b = (_a = this.component).setup) == null ? void 0 : _b.call(_a, reactiveProps, {\n expose: () => void 0\n });\n },\n // add support for scoped styles\n // @ts-ignore\n // eslint-disable-next-line\n __scopeId: this.component.__scopeId,\n // add support for CSS Modules\n // @ts-ignore\n // eslint-disable-next-line\n __cssModules: this.component.__cssModules,\n // add support for vue devtools\n // @ts-ignore\n // eslint-disable-next-line\n __name: this.component.__name,\n // @ts-ignore\n // eslint-disable-next-line\n __file: this.component.__file\n });\n this.handleSelectionUpdate = this.handleSelectionUpdate.bind(this);\n this.editor.on(\"selectionUpdate\", this.handleSelectionUpdate);\n this.renderer = new VueRenderer(extendedComponent, {\n editor: this.editor,\n props\n });\n }\n /**\n * Return the DOM element.\n * This is the element that will be used to display the node view.\n */\n get dom() {\n if (!this.renderer.element || !this.renderer.element.hasAttribute(\"data-node-view-wrapper\")) {\n throw Error(\"Please use the NodeViewWrapper component for your node view.\");\n }\n return this.renderer.element;\n }\n /**\n * Return the content DOM element.\n * This is the element that will be used to display the rich-text content of the node.\n */\n get contentDOM() {\n if (this.node.isLeaf) {\n return null;\n }\n return this.dom.querySelector(\"[data-node-view-content]\");\n }\n /**\n * On editor selection update, check if the node is selected.\n * If it is, call `selectNode`, otherwise call `deselectNode`.\n */\n handleSelectionUpdate() {\n const { from, to } = this.editor.state.selection;\n const pos = this.getPos();\n if (typeof pos !== \"number\") {\n return;\n }\n if (from <= pos && to >= pos + this.node.nodeSize) {\n if (this.renderer.props.selected) {\n return;\n }\n this.selectNode();\n } else {\n if (!this.renderer.props.selected) {\n return;\n }\n this.deselectNode();\n }\n }\n /**\n * On update, update the React component.\n * To prevent unnecessary updates, the `update` option can be used.\n */\n update(node, decorations, innerDecorations) {\n const rerenderComponent = (props) => {\n this.decorationClasses.value = this.getDecorationClasses();\n this.renderer.updateProps(props);\n };\n if (typeof this.options.update === \"function\") {\n const oldNode = this.node;\n const oldDecorations = this.decorations;\n const oldInnerDecorations = this.innerDecorations;\n this.node = node;\n this.decorations = decorations;\n this.innerDecorations = innerDecorations;\n return this.options.update({\n oldNode,\n oldDecorations,\n newNode: node,\n newDecorations: decorations,\n oldInnerDecorations,\n innerDecorations,\n updateProps: () => rerenderComponent({ node, decorations, innerDecorations, extension: this.extensionWithSyncedStorage })\n });\n }\n if (node.type !== this.node.type) {\n return false;\n }\n if (node === this.node && this.decorations === decorations && this.innerDecorations === innerDecorations) {\n return true;\n }\n this.node = node;\n this.decorations = decorations;\n this.innerDecorations = innerDecorations;\n rerenderComponent({ node, decorations, innerDecorations, extension: this.extensionWithSyncedStorage });\n return true;\n }\n /**\n * Select the node.\n * Add the `selected` prop and the `ProseMirror-selectednode` class.\n */\n selectNode() {\n this.renderer.updateProps({\n selected: true\n });\n if (this.renderer.element) {\n this.renderer.element.classList.add(\"ProseMirror-selectednode\");\n }\n }\n /**\n * Deselect the node.\n * Remove the `selected` prop and the `ProseMirror-selectednode` class.\n */\n deselectNode() {\n this.renderer.updateProps({\n selected: false\n });\n if (this.renderer.element) {\n this.renderer.element.classList.remove(\"ProseMirror-selectednode\");\n }\n }\n getDecorationClasses() {\n return this.decorations.flatMap((item) => item.type.attrs.class).join(\" \");\n }\n destroy() {\n this.renderer.destroy();\n this.editor.off(\"selectionUpdate\", this.handleSelectionUpdate);\n }\n};\nfunction VueNodeViewRenderer(component, options) {\n return (props) => {\n if (!props.editor.contentComponent) {\n return {};\n }\n const normalizedComponent = typeof component === \"function\" && \"__vccOpts\" in component ? component.__vccOpts : component;\n return new VueNodeView(normalizedComponent, props, options);\n };\n}\n\n// src/index.ts\nexport * from \"@tiptap/core\";\nexport {\n Editor,\n EditorContent,\n MarkViewContent,\n NodeViewContent,\n NodeViewWrapper,\n VueMarkView,\n VueMarkViewRenderer,\n VueNodeViewRenderer,\n VueRenderer,\n markViewProps,\n nodeViewProps,\n useEditor\n};\n//# sourceMappingURL=index.js.map"],"x_google_ignoreList":[0],"mappings":"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"}
@@ -1,7 +1,7 @@
1
1
  import { customRef as e, defineComponent as t, getCurrentInstance as n, h as r, markRaw as i, nextTick as a, onBeforeUnmount as o, onMounted as s, provide as c, reactive as l, ref as u, render as d, shallowRef as f, toRaw as p, unref as m, watchEffect as h } from "vue";
2
2
  import { Editor as g, MarkView as _, NodeView as v } from "@tiptap/core";
3
3
  export * from "@tiptap/core";
4
- //#region ../../node_modules/.pnpm/@tiptap+vue-3@3.19.0_patch_hash=hlk524tqy4svh2bbayevihx324_@floating-ui+dom@1.7.5_@tiptap+cor_wypobou4fbppmu3gb2jat4rp64/node_modules/@tiptap/vue-3/dist/index.js
4
+ //#region ../../node_modules/.pnpm/@tiptap+vue-3@3.19.0_patch_hash=hlk524tqy4svh2bbayevihx324_@floating-ui+dom@1.7.6_@tiptap+cor_kpexihlfm3sl2tcft5dydpfypm/node_modules/@tiptap/vue-3/dist/index.js
5
5
  function y(t) {
6
6
  return e((e, n) => ({
7
7
  get() {
@@ -1 +1 @@
1
- {"version":3,"file":"vue-3.js","names":["CoreEditor","defineComponent2","h2","defineComponent3","h3","markRaw2","h4","defineComponent4","h5","ref2","defineComponent5"],"sources":["../../../../../node_modules/.pnpm/@tiptap+vue-3@3.19.0_patch_hash=hlk524tqy4svh2bbayevihx324_@floating-ui+dom@1.7.5_@tiptap+cor_wypobou4fbppmu3gb2jat4rp64/node_modules/@tiptap/vue-3/dist/index.js"],"sourcesContent":["// src/Editor.ts\nimport { Editor as CoreEditor } from \"@tiptap/core\";\nimport { customRef, markRaw } from \"vue\";\nfunction useDebouncedRef(value) {\n return customRef((track, trigger) => {\n return {\n get() {\n track();\n return value;\n },\n set(newValue) {\n value = newValue;\n requestAnimationFrame(() => {\n requestAnimationFrame(() => {\n trigger();\n });\n });\n }\n };\n });\n}\nvar Editor = class extends CoreEditor {\n constructor(options = {}) {\n super(options);\n this.contentComponent = null;\n this.appContext = null;\n this.reactiveState = useDebouncedRef(this.view.state);\n this.reactiveExtensionStorage = useDebouncedRef(this.extensionStorage);\n this.on(\"beforeTransaction\", ({ nextState }) => {\n this.reactiveState.value = nextState;\n this.reactiveExtensionStorage.value = this.extensionStorage;\n });\n return markRaw(this);\n }\n get state() {\n return this.reactiveState ? this.reactiveState.value : this.view.state;\n }\n get storage() {\n return this.reactiveExtensionStorage ? this.reactiveExtensionStorage.value : super.storage;\n }\n /**\n * Register a ProseMirror plugin.\n */\n registerPlugin(plugin, handlePlugins) {\n const nextState = super.registerPlugin(plugin, handlePlugins);\n if (this.reactiveState) {\n this.reactiveState.value = nextState;\n }\n return nextState;\n }\n /**\n * Unregister a ProseMirror plugin.\n */\n unregisterPlugin(nameOrPluginKey) {\n const nextState = super.unregisterPlugin(nameOrPluginKey);\n if (this.reactiveState && nextState) {\n this.reactiveState.value = nextState;\n }\n return nextState;\n }\n};\n\n// src/EditorContent.ts\nimport { defineComponent, getCurrentInstance, h, nextTick, onBeforeUnmount, ref, unref, watchEffect } from \"vue\";\nvar EditorContent = defineComponent({\n name: \"EditorContent\",\n props: {\n editor: {\n default: null,\n type: Object\n }\n },\n setup(props) {\n const rootEl = ref();\n const instance = getCurrentInstance();\n watchEffect(() => {\n const editor = props.editor;\n if (editor && editor.options.element && rootEl.value) {\n nextTick(() => {\n var _a;\n if (!rootEl.value || !((_a = editor.view.dom) == null ? void 0 : _a.parentNode)) {\n return;\n }\n const element = unref(rootEl.value);\n rootEl.value.append(...editor.view.dom.parentNode.childNodes);\n editor.contentComponent = instance.ctx._;\n if (instance) {\n editor.appContext = {\n ...instance.appContext,\n // Vue internally uses prototype chain to forward/shadow injects across the entire component chain\n // so don't use object spread operator or 'Object.assign' and just set `provides` as is on editor's appContext\n // @ts-expect-error forward instance's 'provides' into appContext\n provides: instance.provides\n };\n }\n editor.setOptions({\n element\n });\n editor.createNodeViews();\n });\n }\n });\n onBeforeUnmount(() => {\n const editor = props.editor;\n if (!editor) {\n return;\n }\n editor.contentComponent = null;\n editor.appContext = null;\n });\n return { rootEl };\n },\n render() {\n return h(\"div\", {\n ref: (el) => {\n this.rootEl = el;\n }\n });\n }\n});\n\n// src/NodeViewContent.ts\nimport { defineComponent as defineComponent2, h as h2 } from \"vue\";\nvar NodeViewContent = defineComponent2({\n name: \"NodeViewContent\",\n props: {\n as: {\n type: String,\n default: \"div\"\n }\n },\n render() {\n return h2(this.as, {\n style: {\n whiteSpace: \"pre-wrap\"\n },\n \"data-node-view-content\": \"\"\n });\n }\n});\n\n// src/NodeViewWrapper.ts\nimport { defineComponent as defineComponent3, h as h3 } from \"vue\";\nvar NodeViewWrapper = defineComponent3({\n name: \"NodeViewWrapper\",\n props: {\n as: {\n type: String,\n default: \"div\"\n }\n },\n inject: [\"onDragStart\", \"decorationClasses\"],\n render() {\n var _a, _b;\n return h3(\n this.as,\n {\n // @ts-ignore\n class: this.decorationClasses,\n style: {\n whiteSpace: \"normal\"\n },\n \"data-node-view-wrapper\": \"\",\n // @ts-ignore (https://github.com/vuejs/vue-next/issues/3031)\n onDragstart: this.onDragStart\n },\n (_b = (_a = this.$slots).default) == null ? void 0 : _b.call(_a)\n );\n }\n});\n\n// src/useEditor.ts\nimport { onBeforeUnmount as onBeforeUnmount2, onMounted, shallowRef } from \"vue\";\nvar useEditor = (options = {}) => {\n const editor = shallowRef();\n onMounted(() => {\n editor.value = new Editor(options);\n });\n onBeforeUnmount2(() => {\n var _a, _b, _c, _d;\n const nodes = (_b = (_a = editor.value) == null ? void 0 : _a.view.dom) == null ? void 0 : _b.parentNode;\n const newEl = nodes == null ? void 0 : nodes.cloneNode(true);\n (_c = nodes == null ? void 0 : nodes.parentNode) == null ? void 0 : _c.replaceChild(newEl, nodes);\n (_d = editor.value) == null ? void 0 : _d.destroy();\n });\n return editor;\n};\n\n// src/VueMarkViewRenderer.ts\nimport { MarkView } from \"@tiptap/core\";\nimport { defineComponent as defineComponent4, h as h5, toRaw } from \"vue\";\n\n// src/VueRenderer.ts\nimport { h as h4, markRaw as markRaw2, reactive, render } from \"vue\";\nvar VueRenderer = class {\n constructor(component, { props = {}, editor }) {\n /**\n * Flag to track if the renderer has been destroyed, preventing queued or asynchronous renders from executing after teardown.\n */\n this.destroyed = false;\n this.editor = editor;\n this.component = markRaw2(component);\n this.el = document.createElement(\"div\");\n this.props = reactive(props);\n this.renderedComponent = this.renderComponent();\n }\n get element() {\n return this.renderedComponent.el;\n }\n get ref() {\n var _a, _b, _c, _d;\n if ((_b = (_a = this.renderedComponent.vNode) == null ? void 0 : _a.component) == null ? void 0 : _b.exposed) {\n return this.renderedComponent.vNode.component.exposed;\n }\n return (_d = (_c = this.renderedComponent.vNode) == null ? void 0 : _c.component) == null ? void 0 : _d.proxy;\n }\n renderComponent() {\n if (this.destroyed) {\n return this.renderedComponent;\n }\n let vNode = h4(this.component, this.props);\n if (this.editor.appContext) {\n vNode.appContext = this.editor.appContext;\n }\n if (typeof document !== \"undefined\" && this.el) {\n render(vNode, this.el);\n }\n const destroy = () => {\n if (this.el) {\n render(null, this.el);\n }\n this.el = null;\n vNode = null;\n };\n return { vNode, destroy, el: this.el ? this.el.firstElementChild : null };\n }\n updateProps(props = {}) {\n if (this.destroyed) {\n return;\n }\n Object.entries(props).forEach(([key, value]) => {\n this.props[key] = value;\n });\n this.renderComponent();\n }\n destroy() {\n if (this.destroyed) {\n return;\n }\n this.destroyed = true;\n this.renderedComponent.destroy();\n }\n};\n\n// src/VueMarkViewRenderer.ts\nvar markViewProps = {\n editor: {\n type: Object,\n required: true\n },\n mark: {\n type: Object,\n required: true\n },\n extension: {\n type: Object,\n required: true\n },\n inline: {\n type: Boolean,\n required: true\n },\n view: {\n type: Object,\n required: true\n },\n updateAttributes: {\n type: Function,\n required: true\n },\n HTMLAttributes: {\n type: Object,\n required: true\n }\n};\nvar MarkViewContent = defineComponent4({\n name: \"MarkViewContent\",\n props: {\n as: {\n type: String,\n default: \"span\"\n }\n },\n render() {\n return h5(this.as, {\n style: {\n whiteSpace: \"inherit\"\n },\n \"data-mark-view-content\": \"\"\n });\n }\n});\nvar VueMarkView = class extends MarkView {\n constructor(component, props, options) {\n super(component, props, options);\n const componentProps = { ...props, updateAttributes: this.updateAttributes.bind(this) };\n const extendedComponent = defineComponent4({\n extends: { ...component },\n props: Object.keys(componentProps),\n template: this.component.template,\n setup: (reactiveProps) => {\n var _a;\n return (_a = component.setup) == null ? void 0 : _a.call(component, reactiveProps, {\n expose: () => void 0\n });\n },\n // Add support for scoped styles\n __scopeId: component.__scopeId,\n __cssModules: component.__cssModules,\n __name: component.__name,\n __file: component.__file\n });\n this.renderer = new VueRenderer(extendedComponent, {\n editor: this.editor,\n props: componentProps\n });\n }\n get dom() {\n return this.renderer.element;\n }\n get contentDOM() {\n return this.dom.querySelector(\"[data-mark-view-content]\");\n }\n updateAttributes(attrs) {\n const unproxiedMark = toRaw(this.mark);\n super.updateAttributes(attrs, unproxiedMark);\n }\n destroy() {\n this.renderer.destroy();\n }\n};\nfunction VueMarkViewRenderer(component, options = {}) {\n return (props) => {\n if (!props.editor.contentComponent) {\n return {};\n }\n return new VueMarkView(component, props, options);\n };\n}\n\n// src/VueNodeViewRenderer.ts\nimport { NodeView } from \"@tiptap/core\";\nimport { defineComponent as defineComponent5, provide, ref as ref2 } from \"vue\";\nvar nodeViewProps = {\n editor: {\n type: Object,\n required: true\n },\n node: {\n type: Object,\n required: true\n },\n decorations: {\n type: Object,\n required: true\n },\n selected: {\n type: Boolean,\n required: true\n },\n extension: {\n type: Object,\n required: true\n },\n getPos: {\n type: Function,\n required: true\n },\n updateAttributes: {\n type: Function,\n required: true\n },\n deleteNode: {\n type: Function,\n required: true\n },\n view: {\n type: Object,\n required: true\n },\n innerDecorations: {\n type: Object,\n required: true\n },\n HTMLAttributes: {\n type: Object,\n required: true\n }\n};\nvar VueNodeView = class extends NodeView {\n constructor() {\n super(...arguments);\n this.cachedExtensionWithSyncedStorage = null;\n }\n /**\n * Returns a proxy of the extension that redirects storage access to the editor's mutable storage.\n * This preserves the original prototype chain (instanceof checks, methods like configure/extend work).\n * Cached to avoid proxy creation on every update.\n */\n get extensionWithSyncedStorage() {\n if (!this.cachedExtensionWithSyncedStorage) {\n const editor = this.editor;\n const extension = this.extension;\n this.cachedExtensionWithSyncedStorage = new Proxy(extension, {\n get(target, prop, receiver) {\n var _a;\n if (prop === \"storage\") {\n return (_a = editor.storage[extension.name]) != null ? _a : {};\n }\n return Reflect.get(target, prop, receiver);\n }\n });\n }\n return this.cachedExtensionWithSyncedStorage;\n }\n mount() {\n const props = {\n editor: this.editor,\n node: this.node,\n decorations: this.decorations,\n innerDecorations: this.innerDecorations,\n view: this.view,\n selected: false,\n extension: this.extensionWithSyncedStorage,\n HTMLAttributes: this.HTMLAttributes,\n getPos: () => this.getPos(),\n updateAttributes: (attributes = {}) => this.updateAttributes(attributes),\n deleteNode: () => this.deleteNode()\n };\n const onDragStart = this.onDragStart.bind(this);\n this.decorationClasses = ref2(this.getDecorationClasses());\n const extendedComponent = defineComponent5({\n extends: { ...this.component },\n props: Object.keys(props),\n template: this.component.template,\n setup: (reactiveProps) => {\n var _a, _b;\n provide(\"onDragStart\", onDragStart);\n provide(\"decorationClasses\", this.decorationClasses);\n return (_b = (_a = this.component).setup) == null ? void 0 : _b.call(_a, reactiveProps, {\n expose: () => void 0\n });\n },\n // add support for scoped styles\n // @ts-ignore\n // eslint-disable-next-line\n __scopeId: this.component.__scopeId,\n // add support for CSS Modules\n // @ts-ignore\n // eslint-disable-next-line\n __cssModules: this.component.__cssModules,\n // add support for vue devtools\n // @ts-ignore\n // eslint-disable-next-line\n __name: this.component.__name,\n // @ts-ignore\n // eslint-disable-next-line\n __file: this.component.__file\n });\n this.handleSelectionUpdate = this.handleSelectionUpdate.bind(this);\n this.editor.on(\"selectionUpdate\", this.handleSelectionUpdate);\n this.renderer = new VueRenderer(extendedComponent, {\n editor: this.editor,\n props\n });\n }\n /**\n * Return the DOM element.\n * This is the element that will be used to display the node view.\n */\n get dom() {\n if (!this.renderer.element || !this.renderer.element.hasAttribute(\"data-node-view-wrapper\")) {\n throw Error(\"Please use the NodeViewWrapper component for your node view.\");\n }\n return this.renderer.element;\n }\n /**\n * Return the content DOM element.\n * This is the element that will be used to display the rich-text content of the node.\n */\n get contentDOM() {\n if (this.node.isLeaf) {\n return null;\n }\n return this.dom.querySelector(\"[data-node-view-content]\");\n }\n /**\n * On editor selection update, check if the node is selected.\n * If it is, call `selectNode`, otherwise call `deselectNode`.\n */\n handleSelectionUpdate() {\n const { from, to } = this.editor.state.selection;\n const pos = this.getPos();\n if (typeof pos !== \"number\") {\n return;\n }\n if (from <= pos && to >= pos + this.node.nodeSize) {\n if (this.renderer.props.selected) {\n return;\n }\n this.selectNode();\n } else {\n if (!this.renderer.props.selected) {\n return;\n }\n this.deselectNode();\n }\n }\n /**\n * On update, update the React component.\n * To prevent unnecessary updates, the `update` option can be used.\n */\n update(node, decorations, innerDecorations) {\n const rerenderComponent = (props) => {\n this.decorationClasses.value = this.getDecorationClasses();\n this.renderer.updateProps(props);\n };\n if (typeof this.options.update === \"function\") {\n const oldNode = this.node;\n const oldDecorations = this.decorations;\n const oldInnerDecorations = this.innerDecorations;\n this.node = node;\n this.decorations = decorations;\n this.innerDecorations = innerDecorations;\n return this.options.update({\n oldNode,\n oldDecorations,\n newNode: node,\n newDecorations: decorations,\n oldInnerDecorations,\n innerDecorations,\n updateProps: () => rerenderComponent({ node, decorations, innerDecorations, extension: this.extensionWithSyncedStorage })\n });\n }\n if (node.type !== this.node.type) {\n return false;\n }\n if (node === this.node && this.decorations === decorations && this.innerDecorations === innerDecorations) {\n return true;\n }\n this.node = node;\n this.decorations = decorations;\n this.innerDecorations = innerDecorations;\n rerenderComponent({ node, decorations, innerDecorations, extension: this.extensionWithSyncedStorage });\n return true;\n }\n /**\n * Select the node.\n * Add the `selected` prop and the `ProseMirror-selectednode` class.\n */\n selectNode() {\n this.renderer.updateProps({\n selected: true\n });\n if (this.renderer.element) {\n this.renderer.element.classList.add(\"ProseMirror-selectednode\");\n }\n }\n /**\n * Deselect the node.\n * Remove the `selected` prop and the `ProseMirror-selectednode` class.\n */\n deselectNode() {\n this.renderer.updateProps({\n selected: false\n });\n if (this.renderer.element) {\n this.renderer.element.classList.remove(\"ProseMirror-selectednode\");\n }\n }\n getDecorationClasses() {\n return this.decorations.flatMap((item) => item.type.attrs.class).join(\" \");\n }\n destroy() {\n this.renderer.destroy();\n this.editor.off(\"selectionUpdate\", this.handleSelectionUpdate);\n }\n};\nfunction VueNodeViewRenderer(component, options) {\n return (props) => {\n if (!props.editor.contentComponent) {\n return {};\n }\n const normalizedComponent = typeof component === \"function\" && \"__vccOpts\" in component ? component.__vccOpts : component;\n return new VueNodeView(normalizedComponent, props, options);\n };\n}\n\n// src/index.ts\nexport * from \"@tiptap/core\";\nexport {\n Editor,\n EditorContent,\n MarkViewContent,\n NodeViewContent,\n NodeViewWrapper,\n VueMarkView,\n VueMarkViewRenderer,\n VueNodeViewRenderer,\n VueRenderer,\n markViewProps,\n nodeViewProps,\n useEditor\n};\n//# sourceMappingURL=index.js.map"],"x_google_ignoreList":[0],"mappings":"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"}
1
+ {"version":3,"file":"vue-3.js","names":["CoreEditor","defineComponent2","h2","defineComponent3","h3","markRaw2","h4","defineComponent4","h5","ref2","defineComponent5"],"sources":["../../../../../node_modules/.pnpm/@tiptap+vue-3@3.19.0_patch_hash=hlk524tqy4svh2bbayevihx324_@floating-ui+dom@1.7.6_@tiptap+cor_kpexihlfm3sl2tcft5dydpfypm/node_modules/@tiptap/vue-3/dist/index.js"],"sourcesContent":["// src/Editor.ts\nimport { Editor as CoreEditor } from \"@tiptap/core\";\nimport { customRef, markRaw } from \"vue\";\nfunction useDebouncedRef(value) {\n return customRef((track, trigger) => {\n return {\n get() {\n track();\n return value;\n },\n set(newValue) {\n value = newValue;\n requestAnimationFrame(() => {\n requestAnimationFrame(() => {\n trigger();\n });\n });\n }\n };\n });\n}\nvar Editor = class extends CoreEditor {\n constructor(options = {}) {\n super(options);\n this.contentComponent = null;\n this.appContext = null;\n this.reactiveState = useDebouncedRef(this.view.state);\n this.reactiveExtensionStorage = useDebouncedRef(this.extensionStorage);\n this.on(\"beforeTransaction\", ({ nextState }) => {\n this.reactiveState.value = nextState;\n this.reactiveExtensionStorage.value = this.extensionStorage;\n });\n return markRaw(this);\n }\n get state() {\n return this.reactiveState ? this.reactiveState.value : this.view.state;\n }\n get storage() {\n return this.reactiveExtensionStorage ? this.reactiveExtensionStorage.value : super.storage;\n }\n /**\n * Register a ProseMirror plugin.\n */\n registerPlugin(plugin, handlePlugins) {\n const nextState = super.registerPlugin(plugin, handlePlugins);\n if (this.reactiveState) {\n this.reactiveState.value = nextState;\n }\n return nextState;\n }\n /**\n * Unregister a ProseMirror plugin.\n */\n unregisterPlugin(nameOrPluginKey) {\n const nextState = super.unregisterPlugin(nameOrPluginKey);\n if (this.reactiveState && nextState) {\n this.reactiveState.value = nextState;\n }\n return nextState;\n }\n};\n\n// src/EditorContent.ts\nimport { defineComponent, getCurrentInstance, h, nextTick, onBeforeUnmount, ref, unref, watchEffect } from \"vue\";\nvar EditorContent = defineComponent({\n name: \"EditorContent\",\n props: {\n editor: {\n default: null,\n type: Object\n }\n },\n setup(props) {\n const rootEl = ref();\n const instance = getCurrentInstance();\n watchEffect(() => {\n const editor = props.editor;\n if (editor && editor.options.element && rootEl.value) {\n nextTick(() => {\n var _a;\n if (!rootEl.value || !((_a = editor.view.dom) == null ? void 0 : _a.parentNode)) {\n return;\n }\n const element = unref(rootEl.value);\n rootEl.value.append(...editor.view.dom.parentNode.childNodes);\n editor.contentComponent = instance.ctx._;\n if (instance) {\n editor.appContext = {\n ...instance.appContext,\n // Vue internally uses prototype chain to forward/shadow injects across the entire component chain\n // so don't use object spread operator or 'Object.assign' and just set `provides` as is on editor's appContext\n // @ts-expect-error forward instance's 'provides' into appContext\n provides: instance.provides\n };\n }\n editor.setOptions({\n element\n });\n editor.createNodeViews();\n });\n }\n });\n onBeforeUnmount(() => {\n const editor = props.editor;\n if (!editor) {\n return;\n }\n editor.contentComponent = null;\n editor.appContext = null;\n });\n return { rootEl };\n },\n render() {\n return h(\"div\", {\n ref: (el) => {\n this.rootEl = el;\n }\n });\n }\n});\n\n// src/NodeViewContent.ts\nimport { defineComponent as defineComponent2, h as h2 } from \"vue\";\nvar NodeViewContent = defineComponent2({\n name: \"NodeViewContent\",\n props: {\n as: {\n type: String,\n default: \"div\"\n }\n },\n render() {\n return h2(this.as, {\n style: {\n whiteSpace: \"pre-wrap\"\n },\n \"data-node-view-content\": \"\"\n });\n }\n});\n\n// src/NodeViewWrapper.ts\nimport { defineComponent as defineComponent3, h as h3 } from \"vue\";\nvar NodeViewWrapper = defineComponent3({\n name: \"NodeViewWrapper\",\n props: {\n as: {\n type: String,\n default: \"div\"\n }\n },\n inject: [\"onDragStart\", \"decorationClasses\"],\n render() {\n var _a, _b;\n return h3(\n this.as,\n {\n // @ts-ignore\n class: this.decorationClasses,\n style: {\n whiteSpace: \"normal\"\n },\n \"data-node-view-wrapper\": \"\",\n // @ts-ignore (https://github.com/vuejs/vue-next/issues/3031)\n onDragstart: this.onDragStart\n },\n (_b = (_a = this.$slots).default) == null ? void 0 : _b.call(_a)\n );\n }\n});\n\n// src/useEditor.ts\nimport { onBeforeUnmount as onBeforeUnmount2, onMounted, shallowRef } from \"vue\";\nvar useEditor = (options = {}) => {\n const editor = shallowRef();\n onMounted(() => {\n editor.value = new Editor(options);\n });\n onBeforeUnmount2(() => {\n var _a, _b, _c, _d;\n const nodes = (_b = (_a = editor.value) == null ? void 0 : _a.view.dom) == null ? void 0 : _b.parentNode;\n const newEl = nodes == null ? void 0 : nodes.cloneNode(true);\n (_c = nodes == null ? void 0 : nodes.parentNode) == null ? void 0 : _c.replaceChild(newEl, nodes);\n (_d = editor.value) == null ? void 0 : _d.destroy();\n });\n return editor;\n};\n\n// src/VueMarkViewRenderer.ts\nimport { MarkView } from \"@tiptap/core\";\nimport { defineComponent as defineComponent4, h as h5, toRaw } from \"vue\";\n\n// src/VueRenderer.ts\nimport { h as h4, markRaw as markRaw2, reactive, render } from \"vue\";\nvar VueRenderer = class {\n constructor(component, { props = {}, editor }) {\n /**\n * Flag to track if the renderer has been destroyed, preventing queued or asynchronous renders from executing after teardown.\n */\n this.destroyed = false;\n this.editor = editor;\n this.component = markRaw2(component);\n this.el = document.createElement(\"div\");\n this.props = reactive(props);\n this.renderedComponent = this.renderComponent();\n }\n get element() {\n return this.renderedComponent.el;\n }\n get ref() {\n var _a, _b, _c, _d;\n if ((_b = (_a = this.renderedComponent.vNode) == null ? void 0 : _a.component) == null ? void 0 : _b.exposed) {\n return this.renderedComponent.vNode.component.exposed;\n }\n return (_d = (_c = this.renderedComponent.vNode) == null ? void 0 : _c.component) == null ? void 0 : _d.proxy;\n }\n renderComponent() {\n if (this.destroyed) {\n return this.renderedComponent;\n }\n let vNode = h4(this.component, this.props);\n if (this.editor.appContext) {\n vNode.appContext = this.editor.appContext;\n }\n if (typeof document !== \"undefined\" && this.el) {\n render(vNode, this.el);\n }\n const destroy = () => {\n if (this.el) {\n render(null, this.el);\n }\n this.el = null;\n vNode = null;\n };\n return { vNode, destroy, el: this.el ? this.el.firstElementChild : null };\n }\n updateProps(props = {}) {\n if (this.destroyed) {\n return;\n }\n Object.entries(props).forEach(([key, value]) => {\n this.props[key] = value;\n });\n this.renderComponent();\n }\n destroy() {\n if (this.destroyed) {\n return;\n }\n this.destroyed = true;\n this.renderedComponent.destroy();\n }\n};\n\n// src/VueMarkViewRenderer.ts\nvar markViewProps = {\n editor: {\n type: Object,\n required: true\n },\n mark: {\n type: Object,\n required: true\n },\n extension: {\n type: Object,\n required: true\n },\n inline: {\n type: Boolean,\n required: true\n },\n view: {\n type: Object,\n required: true\n },\n updateAttributes: {\n type: Function,\n required: true\n },\n HTMLAttributes: {\n type: Object,\n required: true\n }\n};\nvar MarkViewContent = defineComponent4({\n name: \"MarkViewContent\",\n props: {\n as: {\n type: String,\n default: \"span\"\n }\n },\n render() {\n return h5(this.as, {\n style: {\n whiteSpace: \"inherit\"\n },\n \"data-mark-view-content\": \"\"\n });\n }\n});\nvar VueMarkView = class extends MarkView {\n constructor(component, props, options) {\n super(component, props, options);\n const componentProps = { ...props, updateAttributes: this.updateAttributes.bind(this) };\n const extendedComponent = defineComponent4({\n extends: { ...component },\n props: Object.keys(componentProps),\n template: this.component.template,\n setup: (reactiveProps) => {\n var _a;\n return (_a = component.setup) == null ? void 0 : _a.call(component, reactiveProps, {\n expose: () => void 0\n });\n },\n // Add support for scoped styles\n __scopeId: component.__scopeId,\n __cssModules: component.__cssModules,\n __name: component.__name,\n __file: component.__file\n });\n this.renderer = new VueRenderer(extendedComponent, {\n editor: this.editor,\n props: componentProps\n });\n }\n get dom() {\n return this.renderer.element;\n }\n get contentDOM() {\n return this.dom.querySelector(\"[data-mark-view-content]\");\n }\n updateAttributes(attrs) {\n const unproxiedMark = toRaw(this.mark);\n super.updateAttributes(attrs, unproxiedMark);\n }\n destroy() {\n this.renderer.destroy();\n }\n};\nfunction VueMarkViewRenderer(component, options = {}) {\n return (props) => {\n if (!props.editor.contentComponent) {\n return {};\n }\n return new VueMarkView(component, props, options);\n };\n}\n\n// src/VueNodeViewRenderer.ts\nimport { NodeView } from \"@tiptap/core\";\nimport { defineComponent as defineComponent5, provide, ref as ref2 } from \"vue\";\nvar nodeViewProps = {\n editor: {\n type: Object,\n required: true\n },\n node: {\n type: Object,\n required: true\n },\n decorations: {\n type: Object,\n required: true\n },\n selected: {\n type: Boolean,\n required: true\n },\n extension: {\n type: Object,\n required: true\n },\n getPos: {\n type: Function,\n required: true\n },\n updateAttributes: {\n type: Function,\n required: true\n },\n deleteNode: {\n type: Function,\n required: true\n },\n view: {\n type: Object,\n required: true\n },\n innerDecorations: {\n type: Object,\n required: true\n },\n HTMLAttributes: {\n type: Object,\n required: true\n }\n};\nvar VueNodeView = class extends NodeView {\n constructor() {\n super(...arguments);\n this.cachedExtensionWithSyncedStorage = null;\n }\n /**\n * Returns a proxy of the extension that redirects storage access to the editor's mutable storage.\n * This preserves the original prototype chain (instanceof checks, methods like configure/extend work).\n * Cached to avoid proxy creation on every update.\n */\n get extensionWithSyncedStorage() {\n if (!this.cachedExtensionWithSyncedStorage) {\n const editor = this.editor;\n const extension = this.extension;\n this.cachedExtensionWithSyncedStorage = new Proxy(extension, {\n get(target, prop, receiver) {\n var _a;\n if (prop === \"storage\") {\n return (_a = editor.storage[extension.name]) != null ? _a : {};\n }\n return Reflect.get(target, prop, receiver);\n }\n });\n }\n return this.cachedExtensionWithSyncedStorage;\n }\n mount() {\n const props = {\n editor: this.editor,\n node: this.node,\n decorations: this.decorations,\n innerDecorations: this.innerDecorations,\n view: this.view,\n selected: false,\n extension: this.extensionWithSyncedStorage,\n HTMLAttributes: this.HTMLAttributes,\n getPos: () => this.getPos(),\n updateAttributes: (attributes = {}) => this.updateAttributes(attributes),\n deleteNode: () => this.deleteNode()\n };\n const onDragStart = this.onDragStart.bind(this);\n this.decorationClasses = ref2(this.getDecorationClasses());\n const extendedComponent = defineComponent5({\n extends: { ...this.component },\n props: Object.keys(props),\n template: this.component.template,\n setup: (reactiveProps) => {\n var _a, _b;\n provide(\"onDragStart\", onDragStart);\n provide(\"decorationClasses\", this.decorationClasses);\n return (_b = (_a = this.component).setup) == null ? void 0 : _b.call(_a, reactiveProps, {\n expose: () => void 0\n });\n },\n // add support for scoped styles\n // @ts-ignore\n // eslint-disable-next-line\n __scopeId: this.component.__scopeId,\n // add support for CSS Modules\n // @ts-ignore\n // eslint-disable-next-line\n __cssModules: this.component.__cssModules,\n // add support for vue devtools\n // @ts-ignore\n // eslint-disable-next-line\n __name: this.component.__name,\n // @ts-ignore\n // eslint-disable-next-line\n __file: this.component.__file\n });\n this.handleSelectionUpdate = this.handleSelectionUpdate.bind(this);\n this.editor.on(\"selectionUpdate\", this.handleSelectionUpdate);\n this.renderer = new VueRenderer(extendedComponent, {\n editor: this.editor,\n props\n });\n }\n /**\n * Return the DOM element.\n * This is the element that will be used to display the node view.\n */\n get dom() {\n if (!this.renderer.element || !this.renderer.element.hasAttribute(\"data-node-view-wrapper\")) {\n throw Error(\"Please use the NodeViewWrapper component for your node view.\");\n }\n return this.renderer.element;\n }\n /**\n * Return the content DOM element.\n * This is the element that will be used to display the rich-text content of the node.\n */\n get contentDOM() {\n if (this.node.isLeaf) {\n return null;\n }\n return this.dom.querySelector(\"[data-node-view-content]\");\n }\n /**\n * On editor selection update, check if the node is selected.\n * If it is, call `selectNode`, otherwise call `deselectNode`.\n */\n handleSelectionUpdate() {\n const { from, to } = this.editor.state.selection;\n const pos = this.getPos();\n if (typeof pos !== \"number\") {\n return;\n }\n if (from <= pos && to >= pos + this.node.nodeSize) {\n if (this.renderer.props.selected) {\n return;\n }\n this.selectNode();\n } else {\n if (!this.renderer.props.selected) {\n return;\n }\n this.deselectNode();\n }\n }\n /**\n * On update, update the React component.\n * To prevent unnecessary updates, the `update` option can be used.\n */\n update(node, decorations, innerDecorations) {\n const rerenderComponent = (props) => {\n this.decorationClasses.value = this.getDecorationClasses();\n this.renderer.updateProps(props);\n };\n if (typeof this.options.update === \"function\") {\n const oldNode = this.node;\n const oldDecorations = this.decorations;\n const oldInnerDecorations = this.innerDecorations;\n this.node = node;\n this.decorations = decorations;\n this.innerDecorations = innerDecorations;\n return this.options.update({\n oldNode,\n oldDecorations,\n newNode: node,\n newDecorations: decorations,\n oldInnerDecorations,\n innerDecorations,\n updateProps: () => rerenderComponent({ node, decorations, innerDecorations, extension: this.extensionWithSyncedStorage })\n });\n }\n if (node.type !== this.node.type) {\n return false;\n }\n if (node === this.node && this.decorations === decorations && this.innerDecorations === innerDecorations) {\n return true;\n }\n this.node = node;\n this.decorations = decorations;\n this.innerDecorations = innerDecorations;\n rerenderComponent({ node, decorations, innerDecorations, extension: this.extensionWithSyncedStorage });\n return true;\n }\n /**\n * Select the node.\n * Add the `selected` prop and the `ProseMirror-selectednode` class.\n */\n selectNode() {\n this.renderer.updateProps({\n selected: true\n });\n if (this.renderer.element) {\n this.renderer.element.classList.add(\"ProseMirror-selectednode\");\n }\n }\n /**\n * Deselect the node.\n * Remove the `selected` prop and the `ProseMirror-selectednode` class.\n */\n deselectNode() {\n this.renderer.updateProps({\n selected: false\n });\n if (this.renderer.element) {\n this.renderer.element.classList.remove(\"ProseMirror-selectednode\");\n }\n }\n getDecorationClasses() {\n return this.decorations.flatMap((item) => item.type.attrs.class).join(\" \");\n }\n destroy() {\n this.renderer.destroy();\n this.editor.off(\"selectionUpdate\", this.handleSelectionUpdate);\n }\n};\nfunction VueNodeViewRenderer(component, options) {\n return (props) => {\n if (!props.editor.contentComponent) {\n return {};\n }\n const normalizedComponent = typeof component === \"function\" && \"__vccOpts\" in component ? component.__vccOpts : component;\n return new VueNodeView(normalizedComponent, props, options);\n };\n}\n\n// src/index.ts\nexport * from \"@tiptap/core\";\nexport {\n Editor,\n EditorContent,\n MarkViewContent,\n NodeViewContent,\n NodeViewWrapper,\n VueMarkView,\n VueMarkViewRenderer,\n VueNodeViewRenderer,\n VueRenderer,\n markViewProps,\n nodeViewProps,\n useEditor\n};\n//# sourceMappingURL=index.js.map"],"x_google_ignoreList":[0],"mappings":"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"}
@@ -1277,6 +1277,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1277
1277
  onInput: () => void;
1278
1278
  onFocus: () => void;
1279
1279
  onBlur: () => void;
1280
+ class?: import('vue').ClassValue;
1281
+ style?: import('vue').StyleValue;
1280
1282
  };
1281
1283
  extensions(): (import('@tiptap/core').Node<any, any> | import('@tiptap/core').Extension<import('@tiptap/extensions').UndoRedoOptions, any> | import('@tiptap/core').Node<import('@tiptap/extension-hard-break').HardBreakOptions, any>)[];
1282
1284
  inputAttrs(): {
@@ -1 +1 @@
1
- {"version":3,"file":"editor.vue.d.ts","sourceRoot":"","sources":["../../../../recipes/conversation_view/editor/editor.vue"],"names":[],"mappings":"AA+XA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAw8CA,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAq3EjC,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA98BrB,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAu6ChD,CApzCmB;yBAozCnB,CAnzCiB;sBAmzCjB,CA5yCiB;oBA4yCjB,CA5yCyF;qBA4yCzF,CA1yCI;qBA0yCJ,CAzyCU;oBAyyCV,CAxyCgD;6BAwyChD,CAtyCqC;oBAsyCrC,CAryCiD;sBAqyCjD,CApyC+B;sBAoyC/B,CAlyCe;sBAkyCf,CAlyC4C;wBAkyC5C,CAhyCO;yBAgyCP,CAhyCuC;4BAgyCvC,CA9xCG;;;;;;;;;;;wBA8xCH,CAlxCiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yEAkxCjB,IAp3CiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAo3CjC,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iFAu6ChD,IAp3CiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAo3CjC,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EAu6ChD,IAp3CiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAo3CjC,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAu6ChD,GAv6CgD;;;;;;;sCAi7CU,gBAAgB;mCAAhB,gBAAgB"}
1
+ {"version":3,"file":"editor.vue.d.ts","sourceRoot":"","sources":["../../../../recipes/conversation_view/editor/editor.vue"],"names":[],"mappings":"AA+XA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAw8CA,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAq3EjC,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA98BrB,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAu6ChD,CApzCmB;yBAozCnB,CAnzCiB;sBAmzCjB,CA5yCiB;oBA4yCjB,CA5yCyF;qBA4yCzF,CA1yCI;qBA0yCJ,CAzyCU;oBAyyCV,CAxyCgD;6BAwyChD,CAtyCqC;oBAsyCrC,CAryCiD;sBAqyCjD,CApyC+B;sBAoyC/B,CAlyCe;sBAkyCf,CAlyC4C;wBAkyC5C,CAhyCO;yBAgyCP,CAhyCuC;4BAgyCvC,CA9xCG;;;;;;;;;;;wBA8xCH,CAlxCiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yEAkxCjB,IAp3CiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAo3CjC,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iFAu6ChD,IAp3CiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAo3CjC,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EAu6ChD,IAp3CiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAo3CjC,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAu6ChD,GAv6CgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAu6ChD,GAv6CgD;;;;;;;sCAi7CU,gBAAgB;mCAAhB,gBAAgB"}
@@ -7240,6 +7240,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
7240
7240
  onInput: () => void;
7241
7241
  onFocus: () => void;
7242
7242
  onBlur: () => void;
7243
+ class?: import('vue').ClassValue;
7244
+ style?: import('vue').StyleValue;
7243
7245
  };
7244
7246
  extensions(): (import('@tiptap/core').Node<any, any> | import('@tiptap/core').Extension<import('@tiptap/extensions').UndoRedoOptions, any> | import('@tiptap/core').Node<import('@tiptap/extension-hard-break').HardBreakOptions, any>)[];
7245
7247
  inputAttrs(): {
@@ -1 +1 @@
1
- {"version":3,"file":"message_input.vue.d.ts","sourceRoot":"","sources":["../../../../recipes/conversation_view/message_input/message_input.vue"],"names":[],"mappings":"AA+QA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yEAihCA,IAt7BM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAs7BN,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EA6+BP,IAt7BM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAs7BN,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;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"}
1
+ {"version":3,"file":"message_input.vue.d.ts","sourceRoot":"","sources":["../../../../recipes/conversation_view/message_input/message_input.vue"],"names":[],"mappings":"AA+QA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yEAihCA,IAt7BM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAs7BN,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EA6+BP,IAt7BM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAs7BN,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA6+BP,GA7+BO;;;;;;;;;;;;;;;;;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"}