@n8n/chat 0.35.0 → 0.37.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/README.md +2 -2
- package/dist/chat.bundle.es.js +2555 -2557
- package/dist/chat.bundle.umd.js +13 -13
- package/dist/chat.css +1 -1
- package/dist/chat.es.js +3630 -3602
- package/dist/chat.umd.js +15 -15
- package/dist/components/Button.vue.d.ts +3 -2
- package/dist/components/Chat.vue.d.ts +1 -1
- package/dist/components/ChatFile.vue.d.ts +5 -8
- package/dist/components/ChatWindow.vue.d.ts +1 -1
- package/dist/components/GetStarted.vue.d.ts +1 -1
- package/dist/components/GetStartedFooter.vue.d.ts +1 -1
- package/dist/components/Input.vue.d.ts +5 -2
- package/dist/components/Layout.vue.d.ts +5 -2
- package/dist/components/Message.vue.d.ts +9 -7
- package/dist/components/MessageTyping.vue.d.ts +74 -6
- package/dist/components/MessagesList.vue.d.ts +78 -7
- package/dist/components/PoweredBy.vue.d.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
This is an embeddable Chat widget for n8n. It allows the execution of AI-Powered Workflows through a Chat window.
|
|
3
3
|
|
|
4
4
|
**Windowed Example**
|
|
5
|
-

|
|
5
|
+

|
|
6
6
|
|
|
7
7
|
**Fullscreen Example**
|
|
8
|
-

|
|
8
|
+

|
|
9
9
|
|
|
10
10
|
## Prerequisites
|
|
11
11
|
Create a n8n workflow which you want to execute via chat. The workflow has to be triggered using a **Chat Trigger** node.
|