@blueking/ai-blueking 2.1.1-beta.13 → 2.1.1-beta.14
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/components/chat-bot.vue.d.ts +1 -0
- package/dist/components/chat-bot.vue.d.ts.map +1 -1
- package/dist/components/types.d.ts +2 -0
- package/dist/components/types.d.ts.map +1 -1
- package/dist/composables/use-ai-blueking-init.d.ts +8 -2
- package/dist/composables/use-ai-blueking-init.d.ts.map +1 -1
- package/dist/vue2/index.es.min.js +1856 -1814
- package/dist/vue2/index.iife.min.js +231 -231
- package/dist/vue2/index.umd.min.js +11 -11
- package/dist/vue2/style.css +1 -1
- package/dist/vue3/index.es.min.js +3 -2
- package/dist/vue3/index.iife.min.js +11 -11
- package/dist/vue3/index.umd.min.js +2 -2
- package/dist/vue3/style.css +1 -1
- package/package.json +1 -1
|
@@ -1941,6 +1941,7 @@ var ft = /* @__PURE__ */ u({
|
|
|
1941
1941
|
},
|
|
1942
1942
|
shortcuts: { default: () => [] },
|
|
1943
1943
|
url: { default: "" },
|
|
1944
|
+
placement: { default: "left" },
|
|
1944
1945
|
resizeProps: {}
|
|
1945
1946
|
},
|
|
1946
1947
|
emits: [
|
|
@@ -2073,7 +2074,7 @@ var ft = /* @__PURE__ */ u({
|
|
|
2073
2074
|
"on-user-shortcut-confirm": j(we),
|
|
2074
2075
|
"opening-remark": j(he),
|
|
2075
2076
|
placeholder: i.placeholder,
|
|
2076
|
-
placement:
|
|
2077
|
+
placement: i.placement,
|
|
2077
2078
|
prompts: j(_e),
|
|
2078
2079
|
"resize-props": i.resizeProps,
|
|
2079
2080
|
resources: j(ge),
|
|
@@ -2109,7 +2110,7 @@ var ft = /* @__PURE__ */ u({
|
|
|
2109
2110
|
"tippy-options"
|
|
2110
2111
|
])]),
|
|
2111
2112
|
_: 3
|
|
2112
|
-
}, 8, /* @__PURE__ */ "cite.selected-shortcut.render-mode.chat-loading.common-tippy-options.message-status.message-tools-status.messages.model-value.on-agent-action.on-agent-feedback.on-send-message.on-stop-sending.on-upload.on-user-action.on-user-input-confirm.on-user-shortcut-confirm.opening-remark.placeholder.prompts.resize-props.resources.shortcut-id.shortcuts.support-upload.onConfirmShare.onDeleteShortcut.onSelectShortcut.onShortcutClose.onShortcutSubmit.onStopStreaming.onUpdate:modelValue".split("."))], 6));
|
|
2113
|
+
}, 8, /* @__PURE__ */ "cite.selected-shortcut.render-mode.chat-loading.common-tippy-options.message-status.message-tools-status.messages.model-value.on-agent-action.on-agent-feedback.on-send-message.on-stop-sending.on-upload.on-user-action.on-user-input-confirm.on-user-shortcut-confirm.opening-remark.placeholder.placement.prompts.resize-props.resources.shortcut-id.shortcuts.support-upload.onConfirmShare.onDeleteShortcut.onSelectShortcut.onShortcutClose.onShortcutSubmit.onStopStreaming.onUpdate:modelValue".split("."))], 6));
|
|
2113
2114
|
}
|
|
2114
2115
|
}), Y = /* @__PURE__ */ function(e) {
|
|
2115
2116
|
return e.ERROR = "error", e.IDLE = "idle", e.LOADING_AGENT = "loading_agent", e.READY = "ready", e;
|