@meistrari/chat-nuxt 3.0.0 → 3.1.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/module.d.mts +2 -1
- package/dist/module.json +1 -1
- package/dist/runtime/conversations/components/chat-conversation-creator-filter.d.vue.ts +1 -1
- package/dist/runtime/conversations/components/chat-conversation-creator-filter.vue.d.ts +1 -1
- package/dist/runtime/conversations/components/chat-conversation-item.d.vue.ts +3 -3
- package/dist/runtime/conversations/components/chat-conversation-item.vue.d.ts +3 -3
- package/dist/runtime/conversations/components/chat-conversation-list.d.vue.ts +1 -1
- package/dist/runtime/conversations/components/chat-conversation-list.vue.d.ts +1 -1
- package/dist/runtime/conversations/components/chat-conversation-new-group-button.d.vue.ts +1 -1
- package/dist/runtime/conversations/components/chat-conversation-new-group-button.vue.d.ts +1 -1
- package/dist/runtime/conversations/components/chat-conversation-new-group-popover-content.d.vue.ts +4 -4
- package/dist/runtime/conversations/components/chat-conversation-new-group-popover-content.vue.d.ts +4 -4
- package/dist/runtime/conversations/components/chat-conversation-search.d.vue.ts +3 -3
- package/dist/runtime/conversations/components/chat-conversation-search.vue.d.ts +3 -3
- package/dist/runtime/conversations/components/chat-new-conversation-modal.d.vue.ts +23 -5
- package/dist/runtime/conversations/components/chat-new-conversation-modal.vue.d.ts +23 -5
- package/dist/runtime/conversations/composables/conversation-list.d.ts +58 -1
- package/dist/runtime/embed/components/chat-configuration-modal.d.vue.ts +3 -3
- package/dist/runtime/embed/components/chat-configuration-modal.vue +59 -176
- package/dist/runtime/embed/components/chat-configuration-modal.vue.d.ts +3 -3
- package/dist/runtime/embed/components/chat-embed-inner.d.vue.ts +3 -3
- package/dist/runtime/embed/components/chat-embed-inner.vue.d.ts +3 -3
- package/dist/runtime/embed/components/chat-embed.d.vue.ts +3 -3
- package/dist/runtime/embed/components/chat-embed.vue.d.ts +3 -3
- package/dist/runtime/embed/components/chat-topbar.d.vue.ts +5 -5
- package/dist/runtime/embed/components/chat-topbar.vue.d.ts +5 -5
- package/dist/runtime/embed/components/configuration/chat-configuration-agent-tab.d.vue.ts +13 -0
- package/dist/runtime/embed/components/configuration/chat-configuration-agent-tab.vue +167 -0
- package/dist/runtime/embed/components/configuration/chat-configuration-agent-tab.vue.d.ts +13 -0
- package/dist/runtime/embed/components/configuration/chat-configuration-credentials-tab.d.vue.ts +3 -3
- package/dist/runtime/embed/components/configuration/chat-configuration-credentials-tab.vue.d.ts +3 -3
- package/dist/runtime/embed/components/configuration/chat-configuration-knowledge-sources-tab.d.vue.ts +5 -5
- package/dist/runtime/embed/components/configuration/chat-configuration-knowledge-sources-tab.vue.d.ts +5 -5
- package/dist/runtime/embed/components/configuration/chat-configuration-mobile-shell.d.vue.ts +3 -3
- package/dist/runtime/embed/components/configuration/chat-configuration-mobile-shell.vue.d.ts +3 -3
- package/dist/runtime/embed/components/mobile/chat-mobile-bottom-sheet.d.vue.ts +3 -3
- package/dist/runtime/embed/components/mobile/chat-mobile-bottom-sheet.vue.d.ts +3 -3
- package/dist/runtime/embed/components/mobile/chat-mobile-drawer.d.vue.ts +3 -3
- package/dist/runtime/embed/components/mobile/chat-mobile-drawer.vue.d.ts +3 -3
- package/dist/runtime/embed/components/mobile/chat-mobile-file-preview.d.vue.ts +3 -3
- package/dist/runtime/embed/components/mobile/chat-mobile-file-preview.vue.d.ts +3 -3
- package/dist/runtime/embed/components/mobile/chat-mobile-files-view.d.vue.ts +3 -3
- package/dist/runtime/embed/components/mobile/chat-mobile-files-view.vue.d.ts +3 -3
- package/dist/runtime/embed/components/mobile/chat-mobile-header.d.vue.ts +5 -5
- package/dist/runtime/embed/components/mobile/chat-mobile-header.vue.d.ts +5 -5
- package/dist/runtime/embed/components/mobile/chat-mobile-home-header.d.vue.ts +3 -3
- package/dist/runtime/embed/components/mobile/chat-mobile-home-header.vue.d.ts +3 -3
- package/dist/runtime/embed/components/mobile/chat-mobile-home-recents.d.vue.ts +3 -3
- package/dist/runtime/embed/components/mobile/chat-mobile-home-recents.vue.d.ts +3 -3
- package/dist/runtime/embed/components/mobile/chat-mobile-home-suggestions.d.vue.ts +3 -3
- package/dist/runtime/embed/components/mobile/chat-mobile-home-suggestions.vue.d.ts +3 -3
- package/dist/runtime/embed/components/mobile/chat-mobile-info-bubble.d.vue.ts +1 -1
- package/dist/runtime/embed/components/mobile/chat-mobile-info-bubble.vue.d.ts +1 -1
- package/dist/runtime/embed/components/mobile/chat-mobile-outdated-settings-sheet.d.vue.ts +3 -3
- package/dist/runtime/embed/components/mobile/chat-mobile-outdated-settings-sheet.vue.d.ts +3 -3
- package/dist/runtime/embed/components/mobile/chat-mobile-shell.d.vue.ts +41 -9
- package/dist/runtime/embed/components/mobile/chat-mobile-shell.vue.d.ts +41 -9
- package/dist/runtime/embed/components/mobile/chat-mobile-usage-view.d.vue.ts +1 -1
- package/dist/runtime/embed/components/mobile/chat-mobile-usage-view.vue.d.ts +1 -1
- package/dist/runtime/embed/components/mobile/chat-mobile-workspace-sheet.d.vue.ts +3 -3
- package/dist/runtime/embed/components/mobile/chat-mobile-workspace-sheet.vue.d.ts +3 -3
- package/dist/runtime/embed/components/powered-by-tela.d.vue.ts +1 -1
- package/dist/runtime/embed/components/powered-by-tela.vue.d.ts +1 -1
- package/dist/runtime/files/components/audio-preview.d.vue.ts +3 -3
- package/dist/runtime/files/components/audio-preview.vue.d.ts +3 -3
- package/dist/runtime/files/components/chat-file-preview.d.vue.ts +1 -1
- package/dist/runtime/files/components/chat-file-preview.vue.d.ts +1 -1
- package/dist/runtime/files/components/chat-files-view.d.vue.ts +1 -1
- package/dist/runtime/files/components/chat-files-view.vue.d.ts +1 -1
- package/dist/runtime/files/components/chat-vault-link.d.vue.ts +1 -1
- package/dist/runtime/files/components/chat-vault-link.vue.d.ts +1 -1
- package/dist/runtime/files/components/conversation-files-panel.d.vue.ts +1 -1
- package/dist/runtime/files/components/conversation-files-panel.vue.d.ts +1 -1
- package/dist/runtime/files/components/csv-preview.d.vue.ts +3 -3
- package/dist/runtime/files/components/csv-preview.vue.d.ts +3 -3
- package/dist/runtime/files/components/file-preview-panel.d.vue.ts +1 -1
- package/dist/runtime/files/components/file-preview-panel.vue.d.ts +1 -1
- package/dist/runtime/files/components/file-uploader.d.vue.ts +3 -3
- package/dist/runtime/files/components/file-uploader.vue.d.ts +3 -3
- package/dist/runtime/files/components/image-preview.d.vue.ts +3 -3
- package/dist/runtime/files/components/image-preview.vue.d.ts +3 -3
- package/dist/runtime/files/components/pdf-preview.client.d.vue.ts +3 -3
- package/dist/runtime/files/components/pdf-preview.client.vue.d.ts +3 -3
- package/dist/runtime/files/components/pdf-viewer.client.d.vue.ts +1 -1
- package/dist/runtime/files/components/pdf-viewer.client.vue.d.ts +1 -1
- package/dist/runtime/files/components/text-preview.d.vue.ts +3 -3
- package/dist/runtime/files/components/text-preview.vue.d.ts +3 -3
- package/dist/runtime/files/components/video-preview.d.vue.ts +3 -3
- package/dist/runtime/files/components/video-preview.vue.d.ts +3 -3
- package/dist/runtime/files/composables/pdf.d.ts +248 -27
- package/dist/runtime/files/file-limits.d.ts +2 -0
- package/dist/runtime/files/file-limits.js +2 -0
- package/dist/runtime/messages/components/chat-canvas-selector-modal.d.vue.ts +23 -5
- package/dist/runtime/messages/components/chat-canvas-selector-modal.vue.d.ts +23 -5
- package/dist/runtime/messages/components/chat-context-config.d.vue.ts +52 -10
- package/dist/runtime/messages/components/chat-context-config.vue +2 -2
- package/dist/runtime/messages/components/chat-context-config.vue.d.ts +52 -10
- package/dist/runtime/messages/components/chat-mention-dropdown.d.vue.ts +27 -5
- package/dist/runtime/messages/components/chat-mention-dropdown.vue.d.ts +27 -5
- package/dist/runtime/messages/components/chat-message-bubble.d.vue.ts +3 -3
- package/dist/runtime/messages/components/chat-message-bubble.vue.d.ts +3 -3
- package/dist/runtime/messages/components/chat-message-feedback.d.vue.ts +1 -1
- package/dist/runtime/messages/components/chat-message-feedback.vue.d.ts +1 -1
- package/dist/runtime/messages/components/chat-message-input.d.vue.ts +38 -6
- package/dist/runtime/messages/components/chat-message-input.vue +1 -1
- package/dist/runtime/messages/components/chat-message-input.vue.d.ts +38 -6
- package/dist/runtime/messages/components/chat-message-list.d.vue.ts +3 -3
- package/dist/runtime/messages/components/chat-message-list.vue.d.ts +3 -3
- package/dist/runtime/messages/components/chat-workstation-selector-modal.d.vue.ts +19 -5
- package/dist/runtime/messages/components/chat-workstation-selector-modal.vue.d.ts +19 -5
- package/dist/runtime/messages/components/reasoning/chat-reasoning-message.d.vue.ts +1 -1
- package/dist/runtime/messages/components/reasoning/chat-reasoning-message.vue.d.ts +1 -1
- package/dist/runtime/messages/components/reasoning/chat-reasoning-step-item.d.vue.ts +4 -4
- package/dist/runtime/messages/components/reasoning/chat-reasoning-step-item.vue.d.ts +4 -4
- package/dist/runtime/messages/components/reasoning/chat-reasoning-steps.d.vue.ts +2 -2
- package/dist/runtime/messages/components/reasoning/chat-reasoning-steps.vue.d.ts +2 -2
- package/dist/runtime/messages/components/reasoning/chat-reasoning-thought.d.vue.ts +1 -1
- package/dist/runtime/messages/components/reasoning/chat-reasoning-thought.vue.d.ts +1 -1
- package/dist/runtime/messages/components/reasoning/chat-thinking-indicator.d.vue.ts +1 -1
- package/dist/runtime/messages/components/reasoning/chat-thinking-indicator.vue.d.ts +1 -1
- package/dist/runtime/messages/components/widgets/chat-bash-widget.d.vue.ts +1 -1
- package/dist/runtime/messages/components/widgets/chat-bash-widget.vue.d.ts +1 -1
- package/dist/runtime/messages/components/widgets/chat-doc-sdk-widget.d.vue.ts +1 -1
- package/dist/runtime/messages/components/widgets/chat-doc-sdk-widget.vue.d.ts +1 -1
- package/dist/runtime/messages/components/widgets/chat-generic-tool-widget.d.vue.ts +1 -1
- package/dist/runtime/messages/components/widgets/chat-generic-tool-widget.vue.d.ts +1 -1
- package/dist/runtime/messages/components/widgets/chat-grep-widget.d.vue.ts +1 -1
- package/dist/runtime/messages/components/widgets/chat-grep-widget.vue.d.ts +1 -1
- package/dist/runtime/messages/components/widgets/chat-read-widget.d.vue.ts +1 -1
- package/dist/runtime/messages/components/widgets/chat-read-widget.vue.d.ts +1 -1
- package/dist/runtime/messages/components/widgets/chat-tela-skill-widget.d.vue.ts +1 -1
- package/dist/runtime/messages/components/widgets/chat-tela-skill-widget.vue.d.ts +1 -1
- package/dist/runtime/messages/components/widgets/chat-thinking-widget.d.vue.ts +1 -1
- package/dist/runtime/messages/components/widgets/chat-thinking-widget.vue.d.ts +1 -1
- package/dist/runtime/messages/components/widgets/chat-web-search-widget.d.vue.ts +1 -1
- package/dist/runtime/messages/components/widgets/chat-web-search-widget.vue.d.ts +1 -1
- package/dist/runtime/messages/components/widgets/chat-workstation-query-widget.d.vue.ts +1 -1
- package/dist/runtime/messages/components/widgets/chat-workstation-query-widget.vue.d.ts +1 -1
- package/dist/runtime/messages/components/widgets/chat-write-widget.d.vue.ts +1 -1
- package/dist/runtime/messages/components/widgets/chat-write-widget.vue.d.ts +1 -1
- package/dist/runtime/messages/composables/chat.js +4 -3
- package/dist/runtime/rendering/components/app-markdown-render.d.vue.ts +2 -2
- package/dist/runtime/rendering/components/app-markdown-render.vue.d.ts +2 -2
- package/dist/runtime/rendering/components/renderers/artifact-display.d.vue.ts +3 -3
- package/dist/runtime/rendering/components/renderers/artifact-display.vue.d.ts +3 -3
- package/dist/runtime/rendering/components/renderers/audio-renderer.d.vue.ts +1 -1
- package/dist/runtime/rendering/components/renderers/audio-renderer.vue.d.ts +1 -1
- package/dist/runtime/rendering/components/renderers/csv-renderer.d.vue.ts +1 -1
- package/dist/runtime/rendering/components/renderers/csv-renderer.vue.d.ts +1 -1
- package/dist/runtime/rendering/components/renderers/image-renderer.d.vue.ts +1 -1
- package/dist/runtime/rendering/components/renderers/image-renderer.vue.d.ts +1 -1
- package/dist/runtime/rendering/components/renderers/markdown-renderer.d.vue.ts +1 -1
- package/dist/runtime/rendering/components/renderers/markdown-renderer.vue.d.ts +1 -1
- package/dist/runtime/rendering/components/renderers/mermaid-diagram.d.vue.ts +1 -1
- package/dist/runtime/rendering/components/renderers/mermaid-diagram.vue.d.ts +1 -1
- package/dist/runtime/rendering/components/renderers/text-renderer.d.vue.ts +1 -1
- package/dist/runtime/rendering/components/renderers/text-renderer.vue.d.ts +1 -1
- package/dist/runtime/rendering/components/renderers/video-renderer.d.vue.ts +1 -1
- package/dist/runtime/rendering/components/renderers/video-renderer.vue.d.ts +1 -1
- package/dist/runtime/shared/chat-api-error.d.ts +1 -0
- package/dist/runtime/shared/chat-api-error.js +5 -0
- package/dist/runtime/shared/components/app-status-toast.d.vue.ts +1 -1
- package/dist/runtime/shared/components/app-status-toast.vue.d.ts +1 -1
- package/dist/runtime/shared/components/icons/anthropic.d.vue.ts +1 -1
- package/dist/runtime/shared/components/icons/anthropic.vue.d.ts +1 -1
- package/dist/runtime/shared/components/icons/tela-chat.d.vue.ts +1 -1
- package/dist/runtime/shared/components/icons/tela-chat.vue.d.ts +1 -1
- package/dist/runtime/shared/components/icons/tela-wordmark.d.vue.ts +1 -1
- package/dist/runtime/shared/components/icons/tela-wordmark.vue.d.ts +1 -1
- package/dist/runtime/types/schemas/chat/workspace-agent.d.ts +33 -0
- package/dist/runtime/types/schemas/chat/workspace-agent.js +12 -0
- package/dist/runtime/types/schemas/index.d.ts +1 -0
- package/dist/runtime/types/schemas/index.js +1 -0
- package/dist/runtime/types/workspace-settings.d.ts +1 -1
- package/dist/runtime/usage/components/chat-usage-view.d.vue.ts +1 -1
- package/dist/runtime/usage/components/chat-usage-view.vue.d.ts +1 -1
- package/dist/runtime/workspace/composables/github-skills-callback.js +1 -1
- package/dist/runtime/workspace/composables/workspace-agent.d.ts +8 -0
- package/dist/runtime/workspace/composables/workspace-agent.js +89 -0
- package/dist/runtime/workspace/composables/workspace-settings.d.ts +42 -1
- package/package.json +15 -15
- package/dist/runtime/embed/components/configuration/chat-configuration-context-files-tab.d.vue.ts +0 -22
- package/dist/runtime/embed/components/configuration/chat-configuration-context-files-tab.vue +0 -133
- package/dist/runtime/embed/components/configuration/chat-configuration-context-files-tab.vue.d.ts +0 -22
- package/dist/runtime/embed/components/configuration/chat-configuration-external-skills-tab.d.vue.ts +0 -32
- package/dist/runtime/embed/components/configuration/chat-configuration-external-skills-tab.vue +0 -222
- package/dist/runtime/embed/components/configuration/chat-configuration-external-skills-tab.vue.d.ts +0 -32
- package/dist/runtime/embed/components/configuration/chat-configuration-personalization-tab.d.vue.ts +0 -10
- package/dist/runtime/embed/components/configuration/chat-configuration-personalization-tab.vue +0 -37
- package/dist/runtime/embed/components/configuration/chat-configuration-personalization-tab.vue.d.ts +0 -10
- package/dist/runtime/embed/components/configuration/chat-configuration-tela-tools-tab.d.vue.ts +0 -20
- package/dist/runtime/embed/components/configuration/chat-configuration-tela-tools-tab.vue +0 -146
- package/dist/runtime/embed/components/configuration/chat-configuration-tela-tools-tab.vue.d.ts +0 -20
- package/dist/runtime/workspace/composables/workspace-context-files.d.ts +0 -19
- package/dist/runtime/workspace/composables/workspace-context-files.js +0 -83
- package/dist/runtime/workspace/composables/workspace-external-skills.d.ts +0 -22
- package/dist/runtime/workspace/composables/workspace-external-skills.js +0 -137
- package/dist/runtime/workspace/composables/workspace-personalization.d.ts +0 -6
- package/dist/runtime/workspace/composables/workspace-personalization.js +0 -18
- package/dist/runtime/workspace/composables/workspace-tela-tools.d.ts +0 -13
- package/dist/runtime/workspace/composables/workspace-tela-tools.js +0 -91
|
@@ -3,12 +3,30 @@ type __VLS_Props = {
|
|
|
3
3
|
open: boolean;
|
|
4
4
|
canvasTools: readonly CanvasTool[] | CanvasTool[] | null;
|
|
5
5
|
};
|
|
6
|
-
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
6
|
+
declare const __VLS_export: import("@vue/runtime-core").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {} & {
|
|
7
7
|
close: () => any;
|
|
8
|
-
save: (tools:
|
|
9
|
-
|
|
8
|
+
save: (tools: {
|
|
9
|
+
canvasId: string;
|
|
10
|
+
name: string;
|
|
11
|
+
description: string;
|
|
12
|
+
variables?: Record<string, {
|
|
13
|
+
name: string;
|
|
14
|
+
description: string;
|
|
15
|
+
type: "file" | "text";
|
|
16
|
+
}> | undefined;
|
|
17
|
+
}[]) => any;
|
|
18
|
+
}, string, import("@vue/runtime-core").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
10
19
|
onClose?: (() => any) | undefined;
|
|
11
|
-
onSave?: ((tools:
|
|
12
|
-
|
|
20
|
+
onSave?: ((tools: {
|
|
21
|
+
canvasId: string;
|
|
22
|
+
name: string;
|
|
23
|
+
description: string;
|
|
24
|
+
variables?: Record<string, {
|
|
25
|
+
name: string;
|
|
26
|
+
description: string;
|
|
27
|
+
type: "file" | "text";
|
|
28
|
+
}> | undefined;
|
|
29
|
+
}[]) => any) | undefined;
|
|
30
|
+
}>, {}, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, false, {}, any>;
|
|
13
31
|
declare const _default: typeof __VLS_export;
|
|
14
32
|
export default _default;
|
|
@@ -10,22 +10,64 @@ type __VLS_Props = {
|
|
|
10
10
|
disabled?: boolean;
|
|
11
11
|
};
|
|
12
12
|
declare function addFiles(files: File[]): void;
|
|
13
|
-
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {
|
|
13
|
+
declare const __VLS_export: import("@vue/runtime-core").DefineComponent<__VLS_Props, {
|
|
14
14
|
addFiles: typeof addFiles;
|
|
15
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
15
|
+
}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {} & {
|
|
16
16
|
"update:systemMessage": (value: string) => any;
|
|
17
|
-
"update:contextFiles": (value:
|
|
18
|
-
|
|
19
|
-
|
|
17
|
+
"update:contextFiles": (value: {
|
|
18
|
+
url: string;
|
|
19
|
+
name: string;
|
|
20
|
+
vaultReference?: string | undefined;
|
|
21
|
+
mimeType?: string | undefined;
|
|
22
|
+
}[]) => any;
|
|
23
|
+
"update:canvasTools": (value: {
|
|
24
|
+
canvasId: string;
|
|
25
|
+
name: string;
|
|
26
|
+
description: string;
|
|
27
|
+
variables?: Record<string, {
|
|
28
|
+
name: string;
|
|
29
|
+
description: string;
|
|
30
|
+
type: "file" | "text";
|
|
31
|
+
}> | undefined;
|
|
32
|
+
}[]) => any;
|
|
33
|
+
"update:knowledgeSources": (value: {
|
|
34
|
+
type: "workstation";
|
|
35
|
+
id: string;
|
|
36
|
+
name: string;
|
|
37
|
+
projectId: string;
|
|
38
|
+
description?: string | undefined;
|
|
39
|
+
taskCount?: number | undefined;
|
|
40
|
+
}[]) => any;
|
|
20
41
|
clearThread: () => any;
|
|
21
42
|
saved: () => any;
|
|
22
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
43
|
+
}, string, import("@vue/runtime-core").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
23
44
|
"onUpdate:systemMessage"?: ((value: string) => any) | undefined;
|
|
24
|
-
"onUpdate:contextFiles"?: ((value:
|
|
25
|
-
|
|
26
|
-
|
|
45
|
+
"onUpdate:contextFiles"?: ((value: {
|
|
46
|
+
url: string;
|
|
47
|
+
name: string;
|
|
48
|
+
vaultReference?: string | undefined;
|
|
49
|
+
mimeType?: string | undefined;
|
|
50
|
+
}[]) => any) | undefined;
|
|
51
|
+
"onUpdate:canvasTools"?: ((value: {
|
|
52
|
+
canvasId: string;
|
|
53
|
+
name: string;
|
|
54
|
+
description: string;
|
|
55
|
+
variables?: Record<string, {
|
|
56
|
+
name: string;
|
|
57
|
+
description: string;
|
|
58
|
+
type: "file" | "text";
|
|
59
|
+
}> | undefined;
|
|
60
|
+
}[]) => any) | undefined;
|
|
61
|
+
"onUpdate:knowledgeSources"?: ((value: {
|
|
62
|
+
type: "workstation";
|
|
63
|
+
id: string;
|
|
64
|
+
name: string;
|
|
65
|
+
projectId: string;
|
|
66
|
+
description?: string | undefined;
|
|
67
|
+
taskCount?: number | undefined;
|
|
68
|
+
}[]) => any) | undefined;
|
|
27
69
|
onClearThread?: (() => any) | undefined;
|
|
28
70
|
onSaved?: (() => any) | undefined;
|
|
29
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
71
|
+
}>, {}, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, false, {}, any>;
|
|
30
72
|
declare const _default: typeof __VLS_export;
|
|
31
73
|
export default _default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { useFileUpload } from "../../files/composables/file-upload";
|
|
3
|
-
import {
|
|
4
|
-
import { MAX_FILES, MAX_FILE_SIZE } from "../../workspace/composables/workspace-context-files";
|
|
3
|
+
import { MAX_FILES, MAX_FILE_SIZE } from "../../files/file-limits";
|
|
5
4
|
import { formatFileSize } from "../../files/formatting";
|
|
5
|
+
import { useTela } from "../../shared/composables/tela";
|
|
6
6
|
const props = defineProps({
|
|
7
7
|
systemMessage: { type: [String, null], required: true },
|
|
8
8
|
contextFiles: { type: [Array, null], required: true },
|
|
@@ -10,22 +10,64 @@ type __VLS_Props = {
|
|
|
10
10
|
disabled?: boolean;
|
|
11
11
|
};
|
|
12
12
|
declare function addFiles(files: File[]): void;
|
|
13
|
-
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {
|
|
13
|
+
declare const __VLS_export: import("@vue/runtime-core").DefineComponent<__VLS_Props, {
|
|
14
14
|
addFiles: typeof addFiles;
|
|
15
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
15
|
+
}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {} & {
|
|
16
16
|
"update:systemMessage": (value: string) => any;
|
|
17
|
-
"update:contextFiles": (value:
|
|
18
|
-
|
|
19
|
-
|
|
17
|
+
"update:contextFiles": (value: {
|
|
18
|
+
url: string;
|
|
19
|
+
name: string;
|
|
20
|
+
vaultReference?: string | undefined;
|
|
21
|
+
mimeType?: string | undefined;
|
|
22
|
+
}[]) => any;
|
|
23
|
+
"update:canvasTools": (value: {
|
|
24
|
+
canvasId: string;
|
|
25
|
+
name: string;
|
|
26
|
+
description: string;
|
|
27
|
+
variables?: Record<string, {
|
|
28
|
+
name: string;
|
|
29
|
+
description: string;
|
|
30
|
+
type: "file" | "text";
|
|
31
|
+
}> | undefined;
|
|
32
|
+
}[]) => any;
|
|
33
|
+
"update:knowledgeSources": (value: {
|
|
34
|
+
type: "workstation";
|
|
35
|
+
id: string;
|
|
36
|
+
name: string;
|
|
37
|
+
projectId: string;
|
|
38
|
+
description?: string | undefined;
|
|
39
|
+
taskCount?: number | undefined;
|
|
40
|
+
}[]) => any;
|
|
20
41
|
clearThread: () => any;
|
|
21
42
|
saved: () => any;
|
|
22
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
43
|
+
}, string, import("@vue/runtime-core").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
23
44
|
"onUpdate:systemMessage"?: ((value: string) => any) | undefined;
|
|
24
|
-
"onUpdate:contextFiles"?: ((value:
|
|
25
|
-
|
|
26
|
-
|
|
45
|
+
"onUpdate:contextFiles"?: ((value: {
|
|
46
|
+
url: string;
|
|
47
|
+
name: string;
|
|
48
|
+
vaultReference?: string | undefined;
|
|
49
|
+
mimeType?: string | undefined;
|
|
50
|
+
}[]) => any) | undefined;
|
|
51
|
+
"onUpdate:canvasTools"?: ((value: {
|
|
52
|
+
canvasId: string;
|
|
53
|
+
name: string;
|
|
54
|
+
description: string;
|
|
55
|
+
variables?: Record<string, {
|
|
56
|
+
name: string;
|
|
57
|
+
description: string;
|
|
58
|
+
type: "file" | "text";
|
|
59
|
+
}> | undefined;
|
|
60
|
+
}[]) => any) | undefined;
|
|
61
|
+
"onUpdate:knowledgeSources"?: ((value: {
|
|
62
|
+
type: "workstation";
|
|
63
|
+
id: string;
|
|
64
|
+
name: string;
|
|
65
|
+
projectId: string;
|
|
66
|
+
description?: string | undefined;
|
|
67
|
+
taskCount?: number | undefined;
|
|
68
|
+
}[]) => any) | undefined;
|
|
27
69
|
onClearThread?: (() => any) | undefined;
|
|
28
70
|
onSaved?: (() => any) | undefined;
|
|
29
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
71
|
+
}>, {}, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, false, {}, any>;
|
|
30
72
|
declare const _default: typeof __VLS_export;
|
|
31
73
|
export default _default;
|
|
@@ -5,10 +5,32 @@ type __VLS_Props = {
|
|
|
5
5
|
trigger: '@' | '/';
|
|
6
6
|
query: string;
|
|
7
7
|
};
|
|
8
|
-
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
9
|
-
select: (item:
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
8
|
+
declare const __VLS_export: import("@vue/runtime-core").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {} & {
|
|
9
|
+
select: (item: {
|
|
10
|
+
id: string;
|
|
11
|
+
label: string;
|
|
12
|
+
icon: string;
|
|
13
|
+
category: "file" | "skill" | "canvas";
|
|
14
|
+
description?: string | undefined;
|
|
15
|
+
variables?: Record<string, {
|
|
16
|
+
name: string;
|
|
17
|
+
description: string;
|
|
18
|
+
type: "file" | "text";
|
|
19
|
+
}> | undefined;
|
|
20
|
+
}) => any;
|
|
21
|
+
}, string, import("@vue/runtime-core").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
22
|
+
onSelect?: ((item: {
|
|
23
|
+
id: string;
|
|
24
|
+
label: string;
|
|
25
|
+
icon: string;
|
|
26
|
+
category: "file" | "skill" | "canvas";
|
|
27
|
+
description?: string | undefined;
|
|
28
|
+
variables?: Record<string, {
|
|
29
|
+
name: string;
|
|
30
|
+
description: string;
|
|
31
|
+
type: "file" | "text";
|
|
32
|
+
}> | undefined;
|
|
33
|
+
}) => any) | undefined;
|
|
34
|
+
}>, {}, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, false, {}, any>;
|
|
13
35
|
declare const _default: typeof __VLS_export;
|
|
14
36
|
export default _default;
|
|
@@ -5,10 +5,32 @@ type __VLS_Props = {
|
|
|
5
5
|
trigger: '@' | '/';
|
|
6
6
|
query: string;
|
|
7
7
|
};
|
|
8
|
-
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
9
|
-
select: (item:
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
8
|
+
declare const __VLS_export: import("@vue/runtime-core").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {} & {
|
|
9
|
+
select: (item: {
|
|
10
|
+
id: string;
|
|
11
|
+
label: string;
|
|
12
|
+
icon: string;
|
|
13
|
+
category: "file" | "skill" | "canvas";
|
|
14
|
+
description?: string | undefined;
|
|
15
|
+
variables?: Record<string, {
|
|
16
|
+
name: string;
|
|
17
|
+
description: string;
|
|
18
|
+
type: "file" | "text";
|
|
19
|
+
}> | undefined;
|
|
20
|
+
}) => any;
|
|
21
|
+
}, string, import("@vue/runtime-core").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
22
|
+
onSelect?: ((item: {
|
|
23
|
+
id: string;
|
|
24
|
+
label: string;
|
|
25
|
+
icon: string;
|
|
26
|
+
category: "file" | "skill" | "canvas";
|
|
27
|
+
description?: string | undefined;
|
|
28
|
+
variables?: Record<string, {
|
|
29
|
+
name: string;
|
|
30
|
+
description: string;
|
|
31
|
+
type: "file" | "text";
|
|
32
|
+
}> | undefined;
|
|
33
|
+
}) => any) | undefined;
|
|
34
|
+
}>, {}, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, false, {}, any>;
|
|
13
35
|
declare const _default: typeof __VLS_export;
|
|
14
36
|
export default _default;
|
|
@@ -2,10 +2,10 @@ import type { Message } from '../../types/schemas/chat/conversations.js';
|
|
|
2
2
|
type __VLS_Props = {
|
|
3
3
|
message: Message;
|
|
4
4
|
};
|
|
5
|
-
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
5
|
+
declare const __VLS_export: import("@vue/runtime-core").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {} & {
|
|
6
6
|
retry: (messageId: string) => any;
|
|
7
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
7
|
+
}, string, import("@vue/runtime-core").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
8
8
|
onRetry?: ((messageId: string) => any) | undefined;
|
|
9
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
|
+
}>, {}, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, false, {}, any>;
|
|
10
10
|
declare const _default: typeof __VLS_export;
|
|
11
11
|
export default _default;
|
|
@@ -2,10 +2,10 @@ import type { Message } from '../../types/schemas/chat/conversations.js';
|
|
|
2
2
|
type __VLS_Props = {
|
|
3
3
|
message: Message;
|
|
4
4
|
};
|
|
5
|
-
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
5
|
+
declare const __VLS_export: import("@vue/runtime-core").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {} & {
|
|
6
6
|
retry: (messageId: string) => any;
|
|
7
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
7
|
+
}, string, import("@vue/runtime-core").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
8
8
|
onRetry?: ((messageId: string) => any) | undefined;
|
|
9
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
|
+
}>, {}, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, false, {}, any>;
|
|
10
10
|
declare const _default: typeof __VLS_export;
|
|
11
11
|
export default _default;
|
|
@@ -2,6 +2,6 @@ import type { Message } from '../../types/schemas/chat/conversations.js';
|
|
|
2
2
|
type __VLS_Props = {
|
|
3
3
|
message: Message;
|
|
4
4
|
};
|
|
5
|
-
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
5
|
+
declare const __VLS_export: import("@vue/runtime-core").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, false, {}, any>;
|
|
6
6
|
declare const _default: typeof __VLS_export;
|
|
7
7
|
export default _default;
|
|
@@ -2,6 +2,6 @@ import type { Message } from '../../types/schemas/chat/conversations.js';
|
|
|
2
2
|
type __VLS_Props = {
|
|
3
3
|
message: Message;
|
|
4
4
|
};
|
|
5
|
-
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
5
|
+
declare const __VLS_export: import("@vue/runtime-core").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, false, {}, any>;
|
|
6
6
|
declare const _default: typeof __VLS_export;
|
|
7
7
|
export default _default;
|
|
@@ -20,15 +20,47 @@ type __VLS_Props = {
|
|
|
20
20
|
};
|
|
21
21
|
declare function addFiles(files: File[], inputName?: string): void;
|
|
22
22
|
declare function setDraft(text: string): void;
|
|
23
|
-
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {
|
|
23
|
+
declare const __VLS_export: import("@vue/runtime-core").DefineComponent<__VLS_Props, {
|
|
24
24
|
addFiles: typeof addFiles;
|
|
25
25
|
setDraft: typeof setDraft;
|
|
26
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
26
|
+
}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {} & {
|
|
27
27
|
cancel: () => any;
|
|
28
|
-
send: (content: string, files:
|
|
29
|
-
|
|
28
|
+
send: (content: string, files: {
|
|
29
|
+
url: string;
|
|
30
|
+
name: string;
|
|
31
|
+
mimeType?: string | undefined;
|
|
32
|
+
vaultReference?: string | undefined;
|
|
33
|
+
size?: number | undefined;
|
|
34
|
+
}[], agentInputs?: ({
|
|
35
|
+
type: "file";
|
|
36
|
+
name: string;
|
|
37
|
+
vaultRef: string;
|
|
38
|
+
filename: string;
|
|
39
|
+
metadata?: string | undefined;
|
|
40
|
+
} | {
|
|
41
|
+
type: "text";
|
|
42
|
+
name: string;
|
|
43
|
+
content: string;
|
|
44
|
+
})[] | undefined) => any;
|
|
45
|
+
}, string, import("@vue/runtime-core").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
30
46
|
onCancel?: (() => any) | undefined;
|
|
31
|
-
onSend?: ((content: string, files:
|
|
32
|
-
|
|
47
|
+
onSend?: ((content: string, files: {
|
|
48
|
+
url: string;
|
|
49
|
+
name: string;
|
|
50
|
+
mimeType?: string | undefined;
|
|
51
|
+
vaultReference?: string | undefined;
|
|
52
|
+
size?: number | undefined;
|
|
53
|
+
}[], agentInputs?: ({
|
|
54
|
+
type: "file";
|
|
55
|
+
name: string;
|
|
56
|
+
vaultRef: string;
|
|
57
|
+
filename: string;
|
|
58
|
+
metadata?: string | undefined;
|
|
59
|
+
} | {
|
|
60
|
+
type: "text";
|
|
61
|
+
name: string;
|
|
62
|
+
content: string;
|
|
63
|
+
})[] | undefined) => any) | undefined;
|
|
64
|
+
}>, {}, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, false, {}, any>;
|
|
33
65
|
declare const _default: typeof __VLS_export;
|
|
34
66
|
export default _default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { useFileUpload } from "../../files/composables/file-upload";
|
|
3
|
+
import { MAX_FILE_SIZE, MAX_FILES } from "../../files/file-limits";
|
|
3
4
|
import { useInputHistory } from "../composables/input-history";
|
|
4
5
|
import { useMentionAutocomplete } from "../composables/mention-autocomplete";
|
|
5
|
-
import { MAX_FILE_SIZE, MAX_FILES } from "../../workspace/composables/workspace-context-files";
|
|
6
6
|
import { getAgentInputReadiness } from "../input-readiness";
|
|
7
7
|
import { formatFileSize } from "../../files/formatting";
|
|
8
8
|
import { getMimeIcon, getMimeLabel } from "../../files/icons";
|
|
@@ -20,15 +20,47 @@ type __VLS_Props = {
|
|
|
20
20
|
};
|
|
21
21
|
declare function addFiles(files: File[], inputName?: string): void;
|
|
22
22
|
declare function setDraft(text: string): void;
|
|
23
|
-
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {
|
|
23
|
+
declare const __VLS_export: import("@vue/runtime-core").DefineComponent<__VLS_Props, {
|
|
24
24
|
addFiles: typeof addFiles;
|
|
25
25
|
setDraft: typeof setDraft;
|
|
26
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
26
|
+
}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {} & {
|
|
27
27
|
cancel: () => any;
|
|
28
|
-
send: (content: string, files:
|
|
29
|
-
|
|
28
|
+
send: (content: string, files: {
|
|
29
|
+
url: string;
|
|
30
|
+
name: string;
|
|
31
|
+
mimeType?: string | undefined;
|
|
32
|
+
vaultReference?: string | undefined;
|
|
33
|
+
size?: number | undefined;
|
|
34
|
+
}[], agentInputs?: ({
|
|
35
|
+
type: "file";
|
|
36
|
+
name: string;
|
|
37
|
+
vaultRef: string;
|
|
38
|
+
filename: string;
|
|
39
|
+
metadata?: string | undefined;
|
|
40
|
+
} | {
|
|
41
|
+
type: "text";
|
|
42
|
+
name: string;
|
|
43
|
+
content: string;
|
|
44
|
+
})[] | undefined) => any;
|
|
45
|
+
}, string, import("@vue/runtime-core").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
30
46
|
onCancel?: (() => any) | undefined;
|
|
31
|
-
onSend?: ((content: string, files:
|
|
32
|
-
|
|
47
|
+
onSend?: ((content: string, files: {
|
|
48
|
+
url: string;
|
|
49
|
+
name: string;
|
|
50
|
+
mimeType?: string | undefined;
|
|
51
|
+
vaultReference?: string | undefined;
|
|
52
|
+
size?: number | undefined;
|
|
53
|
+
}[], agentInputs?: ({
|
|
54
|
+
type: "file";
|
|
55
|
+
name: string;
|
|
56
|
+
vaultRef: string;
|
|
57
|
+
filename: string;
|
|
58
|
+
metadata?: string | undefined;
|
|
59
|
+
} | {
|
|
60
|
+
type: "text";
|
|
61
|
+
name: string;
|
|
62
|
+
content: string;
|
|
63
|
+
})[] | undefined) => any) | undefined;
|
|
64
|
+
}>, {}, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, false, {}, any>;
|
|
33
65
|
declare const _default: typeof __VLS_export;
|
|
34
66
|
export default _default;
|
|
@@ -3,10 +3,10 @@ type __VLS_Props = {
|
|
|
3
3
|
messages: readonly Message[];
|
|
4
4
|
loading?: boolean;
|
|
5
5
|
};
|
|
6
|
-
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
6
|
+
declare const __VLS_export: import("@vue/runtime-core").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {} & {
|
|
7
7
|
retry: (messageId: string) => any;
|
|
8
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
8
|
+
}, string, import("@vue/runtime-core").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
9
9
|
onRetry?: ((messageId: string) => any) | undefined;
|
|
10
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
10
|
+
}>, {}, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, false, {}, any>;
|
|
11
11
|
declare const _default: typeof __VLS_export;
|
|
12
12
|
export default _default;
|
|
@@ -3,10 +3,10 @@ type __VLS_Props = {
|
|
|
3
3
|
messages: readonly Message[];
|
|
4
4
|
loading?: boolean;
|
|
5
5
|
};
|
|
6
|
-
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
6
|
+
declare const __VLS_export: import("@vue/runtime-core").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {} & {
|
|
7
7
|
retry: (messageId: string) => any;
|
|
8
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
8
|
+
}, string, import("@vue/runtime-core").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
9
9
|
onRetry?: ((messageId: string) => any) | undefined;
|
|
10
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
10
|
+
}>, {}, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, false, {}, any>;
|
|
11
11
|
declare const _default: typeof __VLS_export;
|
|
12
12
|
export default _default;
|
|
@@ -3,12 +3,26 @@ type __VLS_Props = {
|
|
|
3
3
|
open: boolean;
|
|
4
4
|
knowledgeSources: readonly KnowledgeSource[] | KnowledgeSource[] | null;
|
|
5
5
|
};
|
|
6
|
-
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
6
|
+
declare const __VLS_export: import("@vue/runtime-core").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {} & {
|
|
7
7
|
close: () => any;
|
|
8
|
-
save: (sources:
|
|
9
|
-
|
|
8
|
+
save: (sources: {
|
|
9
|
+
type: "workstation";
|
|
10
|
+
id: string;
|
|
11
|
+
name: string;
|
|
12
|
+
projectId: string;
|
|
13
|
+
description?: string | undefined;
|
|
14
|
+
taskCount?: number | undefined;
|
|
15
|
+
}[]) => any;
|
|
16
|
+
}, string, import("@vue/runtime-core").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
10
17
|
onClose?: (() => any) | undefined;
|
|
11
|
-
onSave?: ((sources:
|
|
12
|
-
|
|
18
|
+
onSave?: ((sources: {
|
|
19
|
+
type: "workstation";
|
|
20
|
+
id: string;
|
|
21
|
+
name: string;
|
|
22
|
+
projectId: string;
|
|
23
|
+
description?: string | undefined;
|
|
24
|
+
taskCount?: number | undefined;
|
|
25
|
+
}[]) => any) | undefined;
|
|
26
|
+
}>, {}, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, false, {}, any>;
|
|
13
27
|
declare const _default: typeof __VLS_export;
|
|
14
28
|
export default _default;
|
|
@@ -3,12 +3,26 @@ type __VLS_Props = {
|
|
|
3
3
|
open: boolean;
|
|
4
4
|
knowledgeSources: readonly KnowledgeSource[] | KnowledgeSource[] | null;
|
|
5
5
|
};
|
|
6
|
-
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
6
|
+
declare const __VLS_export: import("@vue/runtime-core").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {} & {
|
|
7
7
|
close: () => any;
|
|
8
|
-
save: (sources:
|
|
9
|
-
|
|
8
|
+
save: (sources: {
|
|
9
|
+
type: "workstation";
|
|
10
|
+
id: string;
|
|
11
|
+
name: string;
|
|
12
|
+
projectId: string;
|
|
13
|
+
description?: string | undefined;
|
|
14
|
+
taskCount?: number | undefined;
|
|
15
|
+
}[]) => any;
|
|
16
|
+
}, string, import("@vue/runtime-core").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
10
17
|
onClose?: (() => any) | undefined;
|
|
11
|
-
onSave?: ((sources:
|
|
12
|
-
|
|
18
|
+
onSave?: ((sources: {
|
|
19
|
+
type: "workstation";
|
|
20
|
+
id: string;
|
|
21
|
+
name: string;
|
|
22
|
+
projectId: string;
|
|
23
|
+
description?: string | undefined;
|
|
24
|
+
taskCount?: number | undefined;
|
|
25
|
+
}[]) => any) | undefined;
|
|
26
|
+
}>, {}, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, false, {}, any>;
|
|
13
27
|
declare const _default: typeof __VLS_export;
|
|
14
28
|
export default _default;
|
|
@@ -8,6 +8,6 @@ type __VLS_Props = {
|
|
|
8
8
|
isPreviewMode?: boolean;
|
|
9
9
|
completed?: boolean;
|
|
10
10
|
};
|
|
11
|
-
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
|
+
declare const __VLS_export: import("@vue/runtime-core").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, false, {}, any>;
|
|
12
12
|
declare const _default: typeof __VLS_export;
|
|
13
13
|
export default _default;
|
|
@@ -8,6 +8,6 @@ type __VLS_Props = {
|
|
|
8
8
|
isPreviewMode?: boolean;
|
|
9
9
|
completed?: boolean;
|
|
10
10
|
};
|
|
11
|
-
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
|
+
declare const __VLS_export: import("@vue/runtime-core").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, false, {}, any>;
|
|
12
12
|
declare const _default: typeof __VLS_export;
|
|
13
13
|
export default _default;
|
|
@@ -15,18 +15,18 @@ declare var __VLS_7: {};
|
|
|
15
15
|
type __VLS_Slots = {} & {
|
|
16
16
|
default?: (props: typeof __VLS_7) => any;
|
|
17
17
|
};
|
|
18
|
-
declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
19
|
-
isError: boolean;
|
|
18
|
+
declare const __VLS_base: import("@vue/runtime-core").DefineComponent<Props, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
20
19
|
completed: boolean;
|
|
21
|
-
isActive: boolean;
|
|
22
20
|
icon: string;
|
|
21
|
+
isError: boolean;
|
|
22
|
+
isActive: boolean;
|
|
23
23
|
isLast: boolean;
|
|
24
24
|
isFirst: boolean;
|
|
25
25
|
defaultExpanded: boolean;
|
|
26
26
|
hasResult: boolean;
|
|
27
27
|
isTextStep: boolean;
|
|
28
28
|
hideExpand: boolean;
|
|
29
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
29
|
+
}, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, false, {}, any>;
|
|
30
30
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
31
31
|
declare const _default: typeof __VLS_export;
|
|
32
32
|
export default _default;
|
|
@@ -15,18 +15,18 @@ declare var __VLS_7: {};
|
|
|
15
15
|
type __VLS_Slots = {} & {
|
|
16
16
|
default?: (props: typeof __VLS_7) => any;
|
|
17
17
|
};
|
|
18
|
-
declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
19
|
-
isError: boolean;
|
|
18
|
+
declare const __VLS_base: import("@vue/runtime-core").DefineComponent<Props, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
20
19
|
completed: boolean;
|
|
21
|
-
isActive: boolean;
|
|
22
20
|
icon: string;
|
|
21
|
+
isError: boolean;
|
|
22
|
+
isActive: boolean;
|
|
23
23
|
isLast: boolean;
|
|
24
24
|
isFirst: boolean;
|
|
25
25
|
defaultExpanded: boolean;
|
|
26
26
|
hasResult: boolean;
|
|
27
27
|
isTextStep: boolean;
|
|
28
28
|
hideExpand: boolean;
|
|
29
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
29
|
+
}, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, false, {}, any>;
|
|
30
30
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
31
31
|
declare const _default: typeof __VLS_export;
|
|
32
32
|
export default _default;
|
|
@@ -5,8 +5,8 @@ type __VLS_Props = {
|
|
|
5
5
|
completed?: boolean;
|
|
6
6
|
isPreviewMode?: boolean;
|
|
7
7
|
};
|
|
8
|
-
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {
|
|
8
|
+
declare const __VLS_export: import("@vue/runtime-core").DefineComponent<__VLS_Props, {
|
|
9
9
|
sentinelRef: any;
|
|
10
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
10
|
+
}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, false, {}, any>;
|
|
11
11
|
declare const _default: typeof __VLS_export;
|
|
12
12
|
export default _default;
|