@n8n/chat 1.2.1 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chat.bundle.es.js +4 -2
- package/dist/chat.bundle.umd.js +2 -2
- package/dist/chat.es.js +4 -2
- package/dist/chat.umd.js +2 -2
- package/dist/style.css +2 -2
- package/package.json +2 -2
package/dist/chat.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! Package version @n8n/chat@1.
|
|
1
|
+
/*! Package version @n8n/chat@1.3.0 */
|
|
2
2
|
import * as Vue from "vue";
|
|
3
3
|
import { Comment, Fragment, Teleport, Text, Transition, cloneVNode, computed, createApp, createBlock, createCommentVNode, createElementBlock, createElementVNode, createSlots, createStaticVNode, createTextVNode, createVNode, defineComponent, getCurrentInstance, guardReactiveProps, h, inject, isRef, mergeDefaults, mergeProps, nextTick, normalizeClass, normalizeProps, normalizeStyle, onBeforeMount, onBeforeUnmount, onDeactivated, onMounted, onUnmounted, onUpdated, openBlock, popScopeId, provide, pushScopeId, reactive, readonly, ref, renderList, renderSlot, resolveComponent, resolveDirective, resolveDynamicComponent, shallowRef, toDisplayString, toRaw, toRef, toRefs, triggerRef, unref, useAttrs, useCssModule, useSlots, vModelText, vShow, warn, watch, watchEffect, withCtx, withDirectives, withKeys, withModifiers } from "vue";
|
|
4
4
|
var __create = Object.create, __defProp$1 = Object.defineProperty, __getOwnPropDesc = Object.getOwnPropertyDescriptor, __getOwnPropNames = Object.getOwnPropertyNames, __getProtoOf = Object.getPrototypeOf, __hasOwnProp$1 = Object.prototype.hasOwnProperty, __esmMin = (e, t) => () => (e && (t = e(e = 0)), t), __commonJSMin = (e, t) => () => (t || e((t = { exports: {} }).exports, t), t.exports), __export = (e) => {
|
|
@@ -2202,6 +2202,7 @@ var openInNew_default = {
|
|
|
2202
2202
|
}
|
|
2203
2203
|
return (e, t) => (openBlock(), createElementBlock("div", {
|
|
2204
2204
|
class: "chat-file",
|
|
2205
|
+
"data-test-id": "chat-file",
|
|
2205
2206
|
onClick: s
|
|
2206
2207
|
}, [
|
|
2207
2208
|
createVNode(unref(o), { class: "chat-icon" }),
|
|
@@ -2209,6 +2210,7 @@ var openInNew_default = {
|
|
|
2209
2210
|
e.isRemovable ? (openBlock(), createElementBlock("span", {
|
|
2210
2211
|
key: 0,
|
|
2211
2212
|
class: "chat-file-delete",
|
|
2213
|
+
"data-test-id": "chat-file-remove",
|
|
2212
2214
|
onClick: withModifiers(d, ["stop"])
|
|
2213
2215
|
}, [createVNode(unref(closeThick_default))])) : e.isPreviewable || e.href ? (openBlock(), createBlock(unref(openInNew_default), {
|
|
2214
2216
|
key: 1,
|
|
@@ -2216,7 +2218,7 @@ var openInNew_default = {
|
|
|
2216
2218
|
})) : createCommentVNode("", !0)
|
|
2217
2219
|
]));
|
|
2218
2220
|
}
|
|
2219
|
-
}), [["__scopeId", "data-v-
|
|
2221
|
+
}), [["__scopeId", "data-v-dc3234f3"]]), _hoisted_1$219 = { class: "chat-inputs" }, _hoisted_2$16 = {
|
|
2220
2222
|
key: 0,
|
|
2221
2223
|
class: "chat-input-left-panel"
|
|
2222
2224
|
}, _hoisted_3$6 = ["disabled", "placeholder"], _hoisted_4$1 = { class: "chat-inputs-controls" }, _hoisted_5$1 = ["disabled"], _hoisted_6$1 = ["disabled"], _hoisted_7 = {
|